/*
  Theme Name: Name - Multipurpose HTML Template
  Author:
  Support: admin@gmail.com
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
10. footer
*/



/* 1. Theme default css */
 @import url('https://fonts.googleapis.com/css?family=Sarabun:400,500,600,700&display=swap');
 body {
	font-family: 'Sarabun', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: #1b70f0;
	text-decoration: none;
}
a,
button {
	color: #3a3d43;
	outline: medium none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Sarabun', sans-serif;
	color: #3a3d43;
	margin-top: 0px;
	font-weight: 500;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	color: #758799;
	margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 0;
  padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */

.btn {
	-moz-user-select: none;
	background: #feac36 none repeat scroll 0 0;
	border: medium none;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 40px;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
}
.btn.btn-black {
	background: #303b41;
}
.btn.btn-black:hover {
	background: #1a1a1a;
}
.btn:focus,
.btn:hover {
	background: #f49309;
	color: #fff
}
.btn.btn-large {
	padding: 10px 25px;
}
.btn-lg {
	font-weight: 700;
	padding: 13px 31px;
}
.btn.white-btn:hover {
	border-color: #ddd;
	color: #ddd
}
.btn.btn-base.btn-link {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #1696e7;
	padding: 0;
	text-decoration: none;
}
.btn.btn-base.btn-link:hover {
	color: #106fab;
}
.theme-bg {
	background: #1696e7
}
.bg-white {
	background-color: #ffffff;
}
.breadcrumb > .active {
	color: #888;
}
.gray-bg h4, .gray-bg p {
    color: #ffffff;
}
.gray-bg {
    background: #1977ff;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}

.pull-right{
	float: right;
}

/* header */
.logo {
	margin-top: 10px;
}
.header-area .demo-area{
	padding:0;
}
.header-area {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 99;
	padding: 25px 0;
	-webkit-transition: all 0.2s linear 0s; /* For Safari 3.1 to 6.0 */
  	transition: all 0.2s linear 0s;
}
.header-area.stick{
	background: #fff;
}
.purchase-link {
	margin-top: 4px;
}
.purchase-link a {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	border: 1px solid transparent;
	line-height: 1;
	border-radius: 0;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	padding: 23px 40px;
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	height: 60px;
	letter-spacing: 2px;
	background:#1768fe;
}
.purchase-link a:hover {
	background:#1768fe;
	color: #ffffff;
}


/* intro */
.page-title-area {
	padding-top: 360px;
	padding-bottom: 370px;
	position: relative;
}
@media(max-width: 1200px){
	.page-title-area {
		padding-top: 150px;
		padding-bottom: 100px;
	}
}
.intro-wrapper h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.title-area {
    padding: 150px 0;
}
.intro-wrapper h2 {
	font-size:50px;
	font-weight: 500;
	margin:0 0 30px;
}
.intro-wrapper .des {
	margin: 0 0 50px;
	font-size: 18px;
	color: #888b90;
	max-width: 800px;
}
@media(max-width: 1199px){
	.intro-wrapper .des {
		margin-bottom: 20px;
	}
	.intro-wrapper h2 {
		font-size: 35px;
	}
}
.navbar{
	margin:0;
}
.navbar-nav{
	text-align: center;
	width: 100%;
	display: block;
	margin-top:12px;
}
.navbar-nav li{
	margin:0 20px;
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	float: none;
}
.navbar-nav li a{
	padding:0;
	background: transparent !important;
}
.navbar-nav li a:hover,
.navbar-nav li.active a{
	color: #1768fe;
}
@media(max-width: 1199px){
	.navbar-nav li{
		margin:0 5px;
	}
}
.ready-wrapper > h4 {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
}
.ready-wrapper > p {
	margin: 0 auto;
	color: #888b90;
	max-width: 730px;
}
.special-des{
	color: #888b90;
	max-width: 700px;
}
.ready-wrapper {
	padding:90px 0 60px;
}
@media(max-width: 1199px){
	.ready-wrapper {
		padding:40px 0 20px;
	}
}
/* demo */
.demo-area {
	max-width: 1550px;
	margin-left: auto;
	margin-right: auto;
}
.demo-wrapper {
	margin-bottom: 55px;
}
.demo-thumb {
	transition: .3s;
	position: relative;
	height: 270px;
	overflow: hidden;
	border-radius: 3px;
	box-shadow: 0 6px 15px rgba(167, 174, 189, 0.3);
}
.demo-thumb > a {
	display: block;
	overflow: hidden;
	position: relative;
}
.demo-thumb a > img {
    width: 100%;
	transition:.3s;
}
@media(max-width: 1199px){
	.demo-wrapper {
		margin-bottom: 25px;
	}
}
.demo-wrapper:hover .demo-thumb{
	box-shadow: 0 6px 40px rgba(167, 174, 189, 0.5);
}
.demo-wrapper:hover h4 a{
	color: #1768fe;
}
.demo-title > h4 {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
}
.demo-title > h4 a:hover {
	color: #1768fe;
}
.demo-title {
	padding-top: 22px;
}
.demo-thumb span {
	-webkit-transition: all .5s cubic-bezier(.645,.045,.355,1);
	transition: all .5s cubic-bezier(.645,.045,.355,1);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	padding: 25px 30px;
	background: #1768fe;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.demo-thumb:hover span {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

/* features */
.bakix-features {
	 -webkit-transition: all 0.2s linear 0s; /* For Safari 3.1 to 6.0 */
  	transition: all 0.2s linear 0s;
	border-radius: 5px;
	padding: 30px 10px;
	text-align: center;
	background: #fff;
	position: relative;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
}
.bakix-features:hover{
	-ms-transform: scale(1.05,1.05); /* IE 9 */
  -webkit-transform: scale(1.05,1.05); /* Safari prior 9.0 */
  transform: scale(1.05,1.05); /* Standard syntax */
  	-webkit-box-shadow: 0 6px 40px rgba(167, 174, 189, 0.4);
	box-shadow: 0 6px 40px rgba(167, 174, 189, 0.4);
	z-index: 2;
}
.bakix-features:hover h4{
	color: #3a3d43;
}
.bakix-features img {
	margin-bottom: 15px;
	max-height: 60px;
}
.bakix-features h4 {
	-webkit-transition: all 0.3s linear 0s; /* For Safari 3.1 to 6.0 */
  	transition: all 0.3s linear 0s;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	text-transform: capitalize;
	color: #888b90;
}


/* footer */
.footer-area {
	background-size: cover;
	position:relative;
	background-position: center center;
}
.footer-area1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: #0b3637;
    opacity: 0.7;
}
.footer-text h2 {
	color:#fff;
	font-size: 50px;
	margin:0 0 30px;
}

.footer-text h2 i {
	font-family: "Playfair Display", Georgia, serif;
}
.footer-text p {
	color:#1a1f25;
	margin-bottom: 30px;
	font-size: 20px;
}

.footer-text{
	color: #fff;
}
.footer-text .des{
	font-size: 18px;
	color: #b8d1ff;
	margin:0 auto 50px;
	max-width: 700px;
}
.footer-area{
	padding:100px 0; 
}
.home-page .demo-thumb{
	height: 380px;
}
.bg-blue{
	background: #f6f9fc;
}
@media(max-width: 1199px){
	.footer-text h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}
	.footer-text .des{
		margin-bottom: 20px;
	}
	.footer-area{
		padding:50px 0; 
	}
}
@media(min-width: 1200px){
	.home-page .demo-thumb{
		height: 530px;
	}
	.demo-area{
		padding-bottom: 30px;
	}
}
/*--- end of custom attributes ---*/
/*--- preloader ---*/
.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #1768fe;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*--- end of preloader ---*/
@media(max-width: 1199px){
	.hidden-sm.hidden-xs.hidden-md{
		display: none !important;
	}
}
@media(min-width: 1200px){
	.col-lg-12-5{
		width: 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}
.more-features .row{
	margin:0 0 70px;
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(167, 174, 189, 0.3);
}
@media(max-width: 1199px){
	.more-features .row{
		margin-bottom: 30px;
	}
	.header-area .btn {
		padding: 18px 20px;
	}
}
.more-features [class*="col-"]{
	padding:0;
	border-color: #dee6ed;
	border-width: 0 1px 1px 0;
	border-style: solid;
	display: flex;
	display: -webkit-flex; 
	height: 171px;
}
@media(min-width: 1200px){
	.more-features [class*="col-"]:nth-child(8n){
		border-right:0;
	}
	.home-page .row{
		margin-left: -20px;
		margin-right: -20px;
	}
	.home-page .col-lg-4 {
		padding-right: 20px;
		padding-left: 20px;
	}
}
.bakix-features.more {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background: #1768fe;
	border-radius:0;
	width: 100%;
}
.nav-tabs {
	border:0;
}
.nav-tabs li{

}
.nav-tabs li a{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: #3a3d43;
	border-radius:4px;
	padding:8px 30px;
}
.nav-tabs li:hover a{
	color: #1768fe;
}
.nav-tabs li.active a:focus,
.nav-tabs li.active a{
	background:#1768fe;
	color: #fff;
	-webkit-box-shadow: 0 6px 40px rgba(23, 104, 254, 0.4);
	box-shadow: 0 6px 40px rgba(23, 104, 254, 0.4);
}
.tab-show{
	position: relative;
}
.tab-show .nav-tabs {
	position: absolute;
	top:-120px;
	right: 0;
	z-index: 2;
}
.container-fluid{
	padding-left: 15px;
	padding-right: 15px;
}