@import url('https://fonts.googleapis.com/css?family=Kodchasan:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');
 @import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
 
#scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #ccc
}

#scrollbar::-webkit-scrollbar {
	width: 6px;
	background-color: #ccc
}

#scrollbar::-webkit-scrollbar-thumb {
	background-color: #1a223d;
	border-left: 1px solid #1a223d
}

body {
	font-size: 14px;
	font-family: 'Kodchasan', sans-serif;
	color: #464545;
	line-height: 1.7;
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
}

.loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/loader.gif) 50% 50% no-repeat #fff
}

.top-header {
	background: #fff;
	padding: 3px 0;
	letter-spacing: 1px;
	border-top:10px solid #0872ba;
 
}

.top-header-call-head {
 font-weight: 800;
 margin:11px 0 0 0;
 text-transform:uppercase;
 color: #000000;
}

.top-header-call {color: #0872ba;font-weight: 500;font-size: 15px;}

.top-header-call:active,
.top-header-call:focus,
.top-header-call:hover {
 
	color: #333!important
}

.logo-img {
	width:400px;
}

 

.menu-header {
	padding: 5px 0;
	background: #0872ba;
}

 

.banner-section {
	background: #000;
	padding: 0
}

.banner-title {
	margin: 20px 0 0 0;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #cdff07;
	font-weight: 800;
	line-height: 1.5;
	font-family: 'Raleway', sans-serif;
}

.banner-sub-title {
	margin: 20px 0 30px 0;
	color: #fff;
	font-weight: 200;
	font-size: 19px
}

.btn-banner {
	background: #0872ba;
	border: 2px solid #0872ba;
	color: #fff;
	letter-spacing: 1.3px;
	padding: 9px 18px!important;
	font-size: 14px!important;
	text-transform: uppercase;
	font-weight: 600!important
}

.btn-banner:active,
.btn-banner:hover {
	background: 0 0;
	border: 2px solid #0872ba;
	color: #0872ba!important;
	letter-spacing: 1.3px;
	padding: 9px 18px!important;
	font-size: 14px!important;
	text-transform: uppercase;
	font-weight: 600!important
}

.btn-banner-two {
	background: #fff;
	border: 2px solid #fff;
	color: #0872ba;
	letter-spacing: 1.3px;
	padding: 9px 18px!important;
	font-size: 14px!important;
	text-transform: uppercase;
	font-weight: 600!important;
	margin-left: 10px
}

.btn-banner-two:active,
.btn-banner-two:hover {
	background: 0 0;
	border: 2px solid #fff;
	color: #fff!important;
	letter-spacing: 1.3px;
	padding: 9px 18px!important;
	font-size: 14px!important;
	text-transform: uppercase;
	font-weight: 600!important
}

.banner-section-two {
	padding: 50px 0;
	background: #0872ba;
	text-align: center
}

.banner-section-two h2 {
	font-size: 17px;
	font-weight: 700;
	margin: 0 0 15px;
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px
}

.btn-banner-3 {
	background: 0 0;
	border: 2px solid #fff;
	color: #fff;
	margin-top: 30px;
	letter-spacing: 1.3px;
	padding: 9px 18px!important;
	font-size: 13px!important;
	text-transform: uppercase;
	font-weight: 600!important;
	margin-left: 30px
}

.btn-banner-3:hover,
.btn-banner-two:active {
	background: 0 0;
	border: 2px solid #fff;
	color: #fff!important;
	margin-top: 30px;
	letter-spacing: 1.3px;
	padding: 9px 18px!important;
	font-size: 13px!important;
	text-transform: uppercase;
	font-weight: 600!important;
	margin-left: 30px
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	overflow: hidden
}

.item.active img {
	 
}

.carousel-fade .carousel-inner .active {
	opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1
}

.carousel-fade .carousel-control {
	z-index: 2
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-fade .carousel-inner>.item.active.right,
	.carousel-fade .carousel-inner>.item.next {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.carousel-fade .carousel-inner>.item.active.left,
	.carousel-fade .carousel-inner>.item.prev {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	.carousel-fade .carousel-inner>.item.active,
	.carousel-fade .carousel-inner>.item.next.left,
	.carousel-fade .carousel-inner>.item.prev.right {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.services-content {
	padding: 70px 0 70px 0
}

.services-title {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
	color: #000;
}

.services-content-box
{padding:15px;background: #dfecf5;text-align: center;}

.services-para {
	font-weight: 500
}

.readmore-service {
	color: #0872ba;
	font-weight: 600
}

.readmore-service:active,
.readmore-service:hover {
	color: #343434
}

.section-about {
	padding: 80px 0;
	background: url(../img/about-bg.jpg);
	background-size: cover;
	background-position: center;
}

.section-about-inner
{
padding: 80px 0;
background:#fff;
}

.about-title {
	margin: 0 0 20px 0;
	text-transform: uppercase
}

.about-content-box {
	padding: 0 30px
}

.about-para-font {
	font-size: 15px
}

.some-fun-facts {
	background: url(../img/funfacts-bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 80px 0 90px 0;
	color: #fff
}

.fun-facts-icon {
	margin: 0;
	font-size: 50px;
	line-height: .5;
	color: #fff
}

.fun-facts-icon span {
	font-size: 26px!important
}

.fun-facts-heading {
	margin: 25px 0 0 0;
	font-size: 14px;
	text-transform: uppercase
}

.testimonials {
	padding: 60px 0;
	background-size: cover;
	background-position: center;
	background-attachment: fixed
}

#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 20px
}

#quote-carousel .carousel-control {
	background: 0 0;
	color: #cacaca;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px
}

#quote-carousel .carousel-indicators {
	position: relative;
	right: 50%;
	top: auto;
	bottom: 0;
	margin-top: 20px;
	margin-right: -19px
}

#quote-carousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	cursor: pointer;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	border-radius: 50%;
	opacity: .4;
	overflow: hidden;
	transition: all .4s ease-in;
	vertical-align: middle
}

#quote-carousel .carousel-indicators .active {
	width: 13px;
	height: 13px;
	opacity: 1;
	transition: all .2s
}

.item blockquote {
	border-left: none;
	margin: 0
}

.item blockquote p:before {
	content: "\f10d";
	font-family: Fontawesome;
	float: left;
	margin-right: 10px
}

.inner-page-banner {
	padding: 40px 0;
	background: url(../img/about-bg.jpg);
	background-size: cover;
	background-position: center;
}

.section-inner-about {
	padding: 90px 0
}

.services-inner-section {
	padding: 60px 0
}

.inner-page-banner-title {
	font-size: 33px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1.5px
}

.inner-page-banner-sub {
	font-weight: 400;
	margin: 0;
	font-size: 20px;
	color: #7d7d7d
}

.tab-content {
	border: 1px dashed #ccc;
	padding: 30px
}

.contact-box {
	padding: 20px;
	background: #f5f4f4;
	margin-bottom: 20px;
	text-align: center
}

.contact-box h2 {
	margin: 0;
	color: #b5b5b5;
	font-size: 30px
}

.order-now-form {
	padding: 30px;
	border: 1px dashed #ccc
}

.contact-box h3 {
	margin: 0 0 5px 0;
	font-size: 17px
}

.contact-box p {
	margin: 0
}

.form-title {
	margin: 0 0 10px 0
}

.footer-content {
	background: #333333;
	background-size: cover;
	background-position: center;
	padding: 70px 0 30px 0;
}

.footer-title {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px
}

.footer-sub-title {
	font-weight: 500;
	border-bottom: 1px dashed #cacaca54;
	padding-bottom: 10px
}

.footer-sub-title i {
	font-size: 10px!important;
	margin-right: 4px
}

.footer-sub-title2 {
	font-weight: 500;
	border-bottom: 1px dashed #cacaca54;
	padding-bottom: 10px
}

.footer-sub-title2 i {
	font-size: 14px!important;
	margin-right: 4px;
	color: #0872ba;
}

.powered-by
{
color:#0872ba;
}

.social-icon-footer {
	font-size: 19px;
	margin: 0 3px
}

.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	color: #b9b9b9;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1
}

.scroll-top-wrapper i.fa {
	line-height: inherit
}

.highlights {
	color: #0872ba
}

.bullet-symbol-icon {
	font-size: 10px!important;
	margin-right: 10px;
	color: #0872ba
}

.border-none {
	border: none!important
}

.text-left-tb {
	text-align: left
}

.text-right-tb {
	text-align: right
}

.background-white {
	background: #fff
}

.color-white {
	color: #fff
}

.color-gray {
	color: #949494
}

.border-right-none {
	border: none
}

.text-right {
	text-align: right
}

.text-left {
	text-align: left
}

.m-center {
	margin-right: auto;
	margin-left: auto
}

.m-top-10 {
	margin-top: 10px
}

.m-top-20 {
	margin-top: 20px
}

.m-top-30 {
	margin-top: 30px
}

.m-top-40 {
	margin-top: 40px
}

.m-top-50 {
	margin-top: 50px
}

.m-top-60 {
	margin-top: 60px
}

.m-top-70 {
	margin-top: 70px
}

.m-top-80 {
	margin-top: 80px
}

.m-top-90 {
	margin-top: 90px
}

.m-top-100 {
	margin-top: 100px
}

.m-top-110 {
	margin-top: 110px
}

.m-top-120 {
	margin-top: 120px
}

.m-top-130 {
	margin-top: 130px
}

.m-top-140 {
	margin-top: 140px
}

.clr-fix {
	clear: both
}

.padding-left-0 {
	padding-left: 0!important
}