/*
  Theme Name: Excelsure | Courier & Delivery Service HTML Template
  Theme URL: 
  Author: Capricorn_Theme
  Author URI: 
  Creation Date: 15 May 2020
  Version: 1.0
*/

/* [Table of Contents]

01. Typograhphy
02. Common CSS 
03. Top Bar  
04. Navigation  
05. Home Slider 
06. About Section 
07. Services Section  
08. Features Section  
09. Achievement Section  
10. Testimonial Section 
11. App Section 
12. Price Section 
13. Blog Section 
14. Client Section 
15. Quotation Section 
16. Footer Section 
17. Process Section 
18. Choose Us Section 
19. Team Section
20. Breadcrumb Section 
21. About Page 
22. FAQ Page 
23. Quotation Page 
24. Service Details 
25. Blog Details 
26. Contact Page 
27. Scrolltop 
28. Sticky Area 
29. Slicknav 
30. Preloader 
*/


html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* Typography*/

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #777;
	font-size: 17px;
	line-height: 1.4;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #232;
	line-height: 1;
	margin-bottom: 20px;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

a {
	color: #337dc1;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}




input:focus,
select:focus,
textarea:focus {
	outline: none;
}

a:active {
	color: #FFF;
	text-decoration: none;
}

p {
	margin-bottom: 10px;
}

blockquote {
	font-style: italic;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


/*Common CSS */

.overlay-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.parallax {
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.btn-primary {
	background-color: #337dc1;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600px;
	padding: 14px 28px;
	border: 1px solid #337dc1;
	text-transform: uppercase;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-primary:hover {
	background-color: #FFF;
	color: #337dc1;
	border: 1px solid transparent;
}

.btn-primary:focus {
	background-color: #FFF;
	color: #337dc1;
	border: 1px solid transparent;
}

.btn-secondary {
	background-color: #0B3554;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 500px;
	text-transform: uppercase;
	line-height: 0.71;
	padding: 19px 25px;
	border: 1px solid #0B3554;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-secondary:hover {
	background-color: #FFF;
	color: #232;
	border: 1px solid transparent;
}

.btn-link {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #191919;
	text-transform: uppercase;
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-link i {
	font-size: 17px;
	margin-left: 7px;
}

.btn-link:hover {
	color: #337dc1;
	text-decoration: none;
}
.slider-btn{width:250px;}
.slider-btn a{font-size:22px;display:block;float:none;margin:15px;position:relative;}
.slider-btn .dianji{position:absolute;width:50px !important;top:20px;right:10px;}
.kefu{width:130px;background: #fff;border-radius: 10px;text-align: center;padding:5px;margin-left:10%;}
.kefu span{color:#666;font-size:15px;}
.btn-white {
	background-color: #FFF;
	display: inline-block;
	float: left;
	color: #337dc1;
	padding: 15px 30px;
	margin-right: 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-white:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color:#337dc1;
	font-size:20px;
}

.btn-dark {
	background-color:#337dc1;
	display: inline-block;
	float: left;
	color: #fff;
	padding: 15px 30px;
	margin-right: 10px;
	border: 1px solid #337dc1;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn-dark:hover {
	background-color: #337dc1;
	color: #fff;
	border: 1px solid #337dc1;
	font-size:20px;
}

.form-control {
	padding: 16px 16px;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*Owl Carousel */

.owl-carousel .owl-nav button.owl-prev {
	left: 20px;
}

.owl-carousel .owl-nav button.owl-next {
	right: 20px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	border-radius: 100%;
	border: 2px solid #FFF;
	color: #FFF;
	top: 50%;
	transform: translate(0, -10%);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
}

.owl-carousel:hover .owl-nav button.owl-next,
.owl-carousel:hover .owl-nav button.owl-prev {
	visibility: visible;
	opacity: .2;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	background-color: rgba(255, 255, 255, 0.2);
	color: #FFF;
	border: 2px solid #D3D3D3;
	opacity: 1;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	text-align: center;
	margin-left: 0;
}

[class^="flaticon-"]:before,
[class^="flaticon-"]:after {
/*	font-size: 15px;
*/}

/*.owl-dots {
	margin: 50px 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}

.owl-dots button {
	width: 15px;
	height: 15px;
}

.owl-dot {
	width: 7px;
	height: 7px;
	border-radius: 100%;
	border: 1px solid #000;
	background: transparent;
	margin-right: 5px;
	display: inline-block;
}

.owl-carousel button.owl-dot.active {
	background: #337dc1;
}

.owl-carousel button.owl-dot {
	background: #00656D;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	margin-right: 15px;
}
*/
.testimonial-main-block.theme-3 .owl-carousel button.owl-dot {
	background: #ddd;
}

.rating {
	unicode-bidi: bidi-override;
	margin-bottom: 10px;
	display: inline-block;
}

.rating input {
	position: absolute;
	left: -999999px;
}

.rating label {
	display: inline-block;
	font-size: 0;
}

.h-center {
	margin: 0 auto;
	left: 0;
	right: 0;
}

.v-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section-heading {
	position: relative;
	padding: 10px 0 20px 0;
	margin-bottom: 50px;
	font-size: 35px;
	line-height: 50px;
}

.section-heading:after {
	content: "";
	width: 70px;
	height: 3px;
	background-color: #337dc1;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 0;
}

.img-fluid-img {
	width: 100%;
}

button:focus {
	outline: none;
}

.container-fluid {
	padding: 0;
	overflow: hidden;
}

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

.btm-50 {
	margin-bottom: 50px;
}

.section p {
	font-size: 17px;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	box-shadow: none;
	background-color: #000024;
	color: #FFF;
}

.none-case {
	text-transform: none;
}

.section-padding {
	padding: 100px 0;
}


/* Top Bar */

.top-bar-main-block {
	background-color: #337dc1;
	padding: 15px 0;
}

.top-nav a {
	color: #EDEDED;
	font-size: 14px;
}

.top-nav a:hover {
	color: #337dc1;
}

.top-nav ul li {
	display: inline-block;
	font-size: 13px;
	line-height: 1;
}

.top-nav ul li + li {
	margin-right: 15px;
}

.top-nav ul .login a:after {
	content: "";
	color: #EDEDED;
	padding-left: 5px;
}

.language-select {
	z-index: 999999;
}

.top-nav .dropdown {
	border-left: 1px solid #EDEDED;
	padding-left: 10px;
}

.top-nav .dropdown i {
	margin-right: 10px;
	margin-left: 10px;
}

.top-nav ul li a i {
	margin-right: 3px;
	font-size: 18px;
}

.top-bar-social ul li {
	display: inline-block;
	color: #EDEDED;
	font-size: 14px;
	padding-right: 15px;
	line-height: 1;
}

.top-bar-social i {
	font-size: 18px;
}

.top-bar-social ul li:last-child {
	padding-right: 0;
}

.top-bar-social .call {
	font-size: 15px;
	border-right: 1px solid #EDEDED;
	margin-right: 15px;
}

.top-bar-social .call i {
	font-size: 13px;
	margin-right: 8px;
}

.top-bar-social .call a {
	font-size: 14px;
}

.top-bar-social ul li a {
	color: #EDEDED;
}

.top-bar-social ul li a:hover {
	color: #337dc1;
}

.dropdown-menu {
	padding: 25px;
}

.dropdown-menu li {
	margin-bottom: 10px;
}

.dropdown-menu li a {
	color: #040C39;
}

@media (max-width: 767px) {
	.top-nav {
		text-align: center;
	}

	.top-bar-social {
		text-align: center !important;
	}

	.top-bar-main-block {
		padding: 20px 0;
	}
}

/* Navigation */

.nav-bar-main-block {
	z-index: 99999;
	width: 100%;
}

.nav-bar-main-block.absolute {
	position: absolute;
	padding-top: 20px;
}

.logo {
	padding-top: 14px;
}
.logo img{max-height:60px;}
.navigation-btn {
	text-align: right;
	padding-top: 15px;
}

@media (max-width: 785px) {
	#cssmenu > ul > li > a {
		padding: 12px;
	}
}

@media (max-width: 767px) {
	.navigation-btn {
		text-align: center;
	}

	.nav-bar-main-block {
		padding: 15px 0;
	}

	.logo {
		text-align: center;
	}

	.navigation-btn {
		display: none;
	}
}

@media (max-width: 576px) {
	.nav-bar-main-block {
		padding: 15px 0;
	}

	.home-main-block .slider-heading {
		font-size: 22px;
		line-height: 30px;
		font-weight:bold;
		margin-bottom:20px;
	}
	.slider-sub-heading{margin-bottom:10px !important;}
	.slider-heading{margin-bottom:20px;}
	.slider-btn a{font-size:14px;width:130px;line-height: 30px;padding:0;}
	.slider-btn{width:150px;}
	.kefu{width:100px;}
	.home-slider-bg{height:200px !important;background:#edf6ff !important;}
}

.nav-bar-main-block .btn-primary:hover,
.nav-bar-main-block .btn-primary:focus {
	background: #000024;
	color: #FFF;
}

/* Home Slider */

.home-main-block {
	position: relative;
	z-index: 1;
}

.home-slider-bg .overlay-bg {
	opacity: 0.8;
	background-color: #2e2e2e;
}

.home-slider-bg {
	width: 100%;
	height: 800px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.slider-dtl {
	margin-top: 150px;
}

.slider-dtl-2 {
	margin-top: 200px;
}

.slider-sub-heading {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 20px;
}

.slider-heading {
	margin-bottom: 20px;
	font-size: 42px;
	line-height: 80px;
}
.slider-dtl .slider-ms ul{
	padding-bottom: 50px;
    font-size: 20px;
}
.slider-dtl .slider-ms ul li{
    line-height: 36px;
    background: url(../images/dag.png) no-repeat left center;
    padding-left:25px;
}
.slider-btn .btn-white i {
	margin-left: 10px;
}

.slider-btn .btn-dark i {
	margin-left: 10px;
}

#cssmenu > ul > li.has-sub > a {
	margin-right: 5px;
	cursor:pointer;
}

@media (max-width: 576px) {
	.slider-btn .btn-white {
		margin-bottom: 20px;
	}
}


/*Home#2 CSS*/

.home-main-block-2 {
    z-index: 1;
}

.slider-dtl-2 h1 {
	margin-bottom: 30px;
}

.slider-dtl-2 p {
	color: #fff;
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 50px;
}


/*Home Form */

.home-slider-heading {
	font-size: 60px;
}

.home-block {
	position: relative;
	padding: 266px 0;
}

.home-form {
	background-color: rgba(0, 0, 0, 0.3);
	margin-bottom: 64px;
}

.home-block .home-form {
	padding: 62px 32px;
}

.home-form span {
	color: #F96921;
}

.home-form label {
	color: #FEFEFE;
	font-family: 'Poppins', sans-serif;
}

.request-button .btn-request {
	margin-top: 33px;
	padding: 15px 40px;
	background-color: #337dc1;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.request-button .btn-request:hover {
	background-color: #01072D;
}

.request-button .btn-request i {
	padding-left: 10px;
}

.home-list {
	padding: 0 82px;
}

.home-list ul li {
	display: inline-block;
	margin-left: 60px;
}

.home-list ul li i {
	color: #F96921;
	margin-right: 13px;
}

.home-form .form-control {
	padding: 15px;
}

.home-main-block select.form-control:not([size]):not([multiple]) {
	height: 52px;
}

@media (max-width: 992px) {
	.home-main-block {
		margin-bottom: 120px;
	}

	.home-form .form-group {
		width: 100%;
		height: 38px;
		margin-bottom: 40px;
	}

	.home-list {
		text-align: center;
	}

	.home-list ul li {
		padding-left: 20px;
	}

	.home-block .request-button {
		text-align: center;
		display: block;
		padding-left: 0;
	}

}

@media (max-width: 567px) {

	.home-slider-heading {
		font-size: 40px;
	}

	.home-list {
		display: none;
	}
}

select.form-control:not([size]):not([multiple]) {
	height: 52px;
}

/* About Section */

.about-main-block {
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}

.about-points-block {
	padding: 31px 40px;
	background-color: #337dc1;
	position: relative;
	z-index: 1;
	margin-top: -118px;
}

.about-points-icon {
	display: inline-block;
	color: #FFF;
	padding-right: 8px;
}

.about-points-icon img {
	vertical-align: baseline;
}

.about-point-dtl {
	display: inline-block;
	color: #FFF;
	vertical-align: top;
}

.about-point-heading {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}

.about-point-text {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
}

.about-type {
	padding: 40px 55px;
	background-color: #F5F5F5;
	margin-bottom: 100px;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.about-block:hover .about-type {
	background-color: #FFF;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.number {
	position: absolute;
	font-size: 110px;
	bottom: 70px;
	right: 20px;
	z-index: 10;
	opacity: 0.09;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
}

.about-type p {
	margin-bottom: 34px;
	font-size: 17px;
	line-height: 26px;

}

.about-type i {
	color: #337dc1;
	margin-left: 12px;
}

.about-main-block.theme-2 .section-heading:after {
	margin: 0;
}

.about-icon {
	padding: 1px;
}

.about-heading {
	font-size: 22px;
}

.about-sub-heading p {
	margin-bottom: 50px;
	font-size: 17px;
	line-height: 26px;
}

.about-main-block .section {
	margin-bottom: 40px;
}

.about-main-block .section-heading {
	margin-bottom: 37px;
}

@media (max-width: 992px) {
	.about-icon {
		text-align: center !important;
		margin-bottom: 10px;
	}

	.about-sub-heading {
		text-align: center !important;
	}

	.about-img {
		display: none;
	}

	.about-dtl {
		margin-bottom: 30px;
	}

	.about-main-block .section-heading {
		text-align: center;
	}

	.about-main-block.theme-2 .section-heading {
		text-align: left;
		margin-top: 30px;
	}

	.about-main-block .section {
		margin-bottom: 50px;
	}
}

@media (max-width: 576px) {
	.about-main-block .section-heading:after {
		margin: 0 auto;
	}

	.about-main-block .section p {
		text-align: center;
	}
}

/*About#2 CSS */

.about-main-block.theme-2 {
	padding: 100px 0;
}

.about-main-block.theme-3 {
	padding: 100px 0;
}


/*About # 3 css */

.about-content h2 {
	font-size: 45px;
	margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.about-content {
		margin-top: 20px;
		margin-left: 50px;
	}
}

.about-content h5 {
	color: #FFAA17;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 28px;
}

.about-content p {
	font-size: 17px;
	line-height: 28px;
	margin-bottom: 20px;
}

.key-feature i {
	font-size: 30px;
	float: left;
	color: #FFAA17;
}

.key-feature p {
	font-size: 17px;
	font-weight: 500;
	margin-left: 40px;
}

/* Services Section */

.services-main-block .section-heading:after {
	margin: 0;
	background-color: #FFF;
}

.services-dtl .section-heading {
	margin-bottom: 37px;
}

.services-dtl {
	background-color: #337dc1;
	padding: 70px 80px;
	height: 500px;
}

.services-dtl p {
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 35px;
}

.services-dtl i {
	margin-left: 10px;
}

.service-block {
	padding: 100px 60px;
	height: 500px;
	position: relative;
	background-size: cover;
	background-attachment: fixed;
}

.service-heading {
	font-size: 22px;
}

.service-dtl-icon {
	margin-bottom: 70px;
	position: relative;
}

.service-icon {
	position: absolute;
	top: -12px;
	left: 0px;
}

.service-icon i {
	font-size: 48px;
	color: #337dc1;
}

.service-icon [class^="flaticon-"]:before,
[class^="flaticon-"]:after {
	font-size: 55px;
}

.service-dtl a {
	color: #337dc1;
}

.service-dtl p {
	color: #000;
	font-size: 17px;
	line-height: 26px;
}

.service-block .overlay-bg {
	opacity: 0.9;
	background-color: #fff;
}

@media (max-width: 992px) {
	.service-block {
		height: 550px;
	}

	.visa-service-dtl {
		text-align: center;
	}

	.service-block {
		padding: 50px 70px;
	}

	.service-icon i {
		text-align: center;
		left: 0;
		right: 0;
		display: block;
	}
}

@media (max-width: 767px) {
	.service-dtl p {
		margin-bottom: 40px;
	}

	.service-block {
		height: 680px;
	}
}

@media (max-width: 576px) {
	.service-dtl-icon {
		margin-bottom: 0;
	}

	.service-block {
		height: 1000px;
	}

	.service-icon {
		text-align: center;
	}
}

/*Service#2 CSS */

.services-main-block-2 {
	padding: 100px 0;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.services-block-2 {
	background-color: #FFF;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.services-block-2:hover {
	box-shadow: 0 5px 25px 0 rgba(27, 20, 100, 0.15);
}

.services-dtl-2 {
	padding: 25px 30px;
	background-color: #FFF;
}

.services-dtl-2 p {
	font-size: 17px;
	line-height: 26px;
}

.services-meta {
	font-size: 14px;
	margin-bottom: 13px;
}

.services-meta a {
	font-size: 50px;
	color: #337dc1;
	text-transform: uppercase;
}

.services-heading a {
	color: #232;
	font-weight: 500;
}

@media (max-width: 992px) {
	.services-block-2 {
		margin-bottom: 30px;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.services-block-2 {
		margin-bottom: 30px;
	}
}


/*Service#03 CSS */

.services-main-block-3 {
	padding: 100px 0;
}

.single-service-item {
	box-shadow: 0 3px 9px -2px #d0cece;
	margin-bottom: 20px;
	text-align: center;
	padding: 25px;
	height: 250px;
	position: relative;
	z-index: 1;
	border-radius: 0;
	overflow: hidden;
	background: #ffff;
}

.service-icon i:before {
	font-size: 50px;
	font-weight: 400;
	color: #337dc1;
}

.single-service-item h4 {
	font-weight: 500;
	margin: 15px 0;
}

.service-section {
	border-bottom: 1px solid #eee;
}

#service-detail .services-block-2 {
	margin-bottom: 50px;
}

/* Features Section */

.features-main-block {
	padding: 100px 0;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.features-block {
	background-color: #FFF;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}



.features-dtl {
	padding: 25px 30px;
	background-color: #FFF;
}

.features-dtl p {
	font-size: 17px;
	line-height: 26px;
}

.features-meta {
	font-size: 14px;
	margin-bottom: 13px;
}

.features-meta a {
	color: #337dc1;
	text-transform: uppercase;
}

.features-heading a {
	color: #232;
	font-weight: 500;
}

@media (max-width: 992px) {
	.features-block {
		margin-bottom: 30px;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.features-block {
		margin-bottom: 30px;
	}
}

/* Achievment Section */

.facts-main-block {
	background-color: #337dc1;
	padding: 80px;
}

.facts-dtl {
	font-size: 20px;
	color: #fff;
}

.facts-heading {
	font-size: 60px;
	display: inline-block;
	font-weight: 500;
}

.facts-block span {
	font-size: 25px;
}

.facts-heading-sign {
	display: inline-block;
}

@media (max-width: 992px) {
	.facts-main-block {
		padding: 60px 0;
	}
}

/* Testimonial Section */

#testimonial {
	background: #f6f6f6;
}

.testimonial-main-block {
	padding: 100px 0;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.testimonial-dtl {
	text-align: center;
}

.testimonial-block-slider.owl-carousel .owl-item img {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	text-align: center;
}

.testimonial-client-img {
	margin-bottom: 30px;
	position: relative;
}

.testimonial-client-img img {
	border-radius: 100%;
}

.testimonial-client-img i {
	position: absolute;
	color: #337dc1;
	top: 0;
	font-size: 25px;
	right: 475px;
}

.testimonial-client-img [class^="flaticon-"]:before,
[class^="flaticon-"]:after {
	font-size: 40px;
}

.rating ul li {
	display: inline;
	margin-bottom: 19px;
}

.rating ul li i {
	color: #337dc1;
}

.testimonial-dtl p {
	font-size: 18px;
	line-height: 30px;
	padding: 0 190px;
	margin: 0 auto;
	margin-bottom: 32px;
}

.testimonial-block-slider.owl-carousel .owl-item .testimonial-icon img {
	width: 32px;
	height: 32px;
	margin: 0 auto;
	text-align: center;
}

.testimonial-icon ul li {
	display: inline-block;
	font-size: 16px;
	font-style: italic;
	color: #777;
	vertical-align: -webkit-baseline-middle;
}

.testimonial-icon {
	margin-bottom: 35px;
}

.testimonial-name {
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	color: #232323;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.testimonial-main-block .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}

.testimonial-main-block .owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.testimonial-main-block .owl-carousel .owl-nav button.owl-next,
.testimonial-main-block .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	border-radius: 100%;
	border: 2px solid #337dc1;
	background-color: #337dc1;
	color: #fff;
	font-size: 18px;
	top: 35%;
	transform: translate(0, -10%);
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 1;
}

.testimonial-main-block .owl-carousel .owl-nav button.owl-next:hover,
.testimonial-main-block .owl-carousel .owl-nav button.owl-prev:hover {
	color: #FFF;
	background-color: #00656D;
	border: none;
}

.testimonial-post {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 50px;
}

@media (max-width: 992px) {
	.testimonial-dtl p {
		padding: 20px;
	}

	.testimonial-client-img i {
		display: none;
	}
}

@media (min-width: 1100px) and (max-width: 1270px) {
	.testimonial-main-block .owl-nav {
		display: none;
	}
}

/*Testimonial#2 CSS */

.single-team-item img {
	display: block;
	max-width: 70px;
	border-radius: 50%;
	float: left;
}

.author-desc {
	font-size: 18px;
	padding-left: 100px;
	color: #191919;
	text-transform: uppercase;
}

.author-desc h5 {
	margin: 10px 0 5px;
}

.author-desc span {
	display: block;
	font-size: 15px;
	opacity: .5;
	text-transform: capitalize;
}

.single-team-item .capricorn-icon {
	font-size: 25px;
	position: absolute;
	top: 20px;
	right: 35px;
	color: #337dc1;
}

.single-team-item {
	position: relative;
	padding: 20px;
	width: 100%;
	height: 230px;
	background: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
}

.single-team-item p {
	font-size: 17px;
	line-height: 26px;
	float: left;
	margin-top: 20px;
}

/*Testimonial#3 CSS */

#testimonial.testimonial-main-block.theme-3 {
	background: #00656D;
}

#testimonial.testimonial-main-block.theme-3 .section-heading {
	color: #fff;
}

#testimonial.testimonial-main-block.theme-3 .owl-dots button.active {
	background: #337dc1;
}

/* App Section */

.our-app-main-block {
	padding: 100px 0;
}

.app-dtl p {
	margin-bottom: 36px;
	font-size: 19px;
}

.app-dtl .section-heading:after {
	margin: 0;
}

.app {
	font-size: 17px;
	color: #232;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	padding-top: 25px;
	margin-bottom: 50px;
}

.download-img {
	margin-top: 50px;
}

.download-icon {
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.app-dtl .section {
		text-align: center;
		margin-bottom: 50px;
	}

	.app-dtl .section-heading {
		text-align: center;
	}

	.app-dtl .section-heading:after {
		margin: 0 auto;
	}

	.download-icon {
		text-align: center;
	}

	.app {
		text-align: center;
		margin-bottom: 20px;
	}

	.download-img {
		display: none;
	}

	.app-dtl p {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.download-icon {
		margin-bottom: 2px;
	}

	.app {
		margin-bottom: 70px;
	}

	.our-app-main-block {
		padding: 60px 0 30px;
	}
}

/*Price Section CSS */

.pricing-main-block {
	padding: 100px 0;
	background: #f6f6f6;
}

.single-price-item {
	background: #fff;
	padding: 25px;
	margin-bottom: 30px;
	text-align: center;
}

.single-price-item:hover {
	-webkit-box-shadow: 0 3px 9px -2px #d0cece;
	box-shadow: 0 3px 9px -2px #d0cece;
}

.single-price-item h4 {
	margin: 25px 0;
	background: #337dc1;
	display: inline-block;
	padding: 15px 25px;
	color: #fff;
	font-size: 17px;
}

.single-price-item p {
	margin-bottom: 50px;
}

.single-price-item p b {
	font-size: 40px;
	color: #191919;
}

.single-price-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.single-price-item ul li {
	display: block;
	margin: 20px 0;
	color: #777;
	font-size: 16px;
	text-align: left;
	padding-left: 35px;
}

@media (max-width: 575px) {
	.single-price-item ul li {
		display: block;
		margin: 20px 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-price-item ul li {
		display: block;
		margin: 20px 0;
	}
}

.single-price-item .main-btn {
	padding: 10px 20px;
	margin: 30px 0;
	background: #337dc1;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.single-price-item .main-btn:hover {
	background: #00656D;
	color: #fff;
}

/* Blog Section CSS */

.blog-main-block {
	padding: 100px 0 55px;
}

.blog-main-block .section-heading:after {
	margin: 0;
}

.blog-btn {
	text-align: right;
}

.blog-img {
	position: relative;
}

.blog-img img {
	min-width: 250px;
	max-width: 100%;
	height: 290px;
	object-fit: cover;
}

.meta-dtl {
	padding: 3px 16px;
	position: absolute;
	z-index: 999;
	background-color: #337dc1;
	top: 0;
	text-align: center;
	display: block;
}

.meta-dtl .date {
	font-size: 22px;
	font-weight: 700;
}

.meta-dtl .month {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.meta-dtl a {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
}

.blog-block {
	border: 1px solid #EAEAEA;
	background-color: #FFF;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-bottom: 40px;
}

.blog-block:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.blog-dtl {
	padding: 20px 25px 20px 35px;
}

.blog-sub-heading {
	font-size: 14px;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.blog-heading {
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 17px;
}

.blog-heading a {
	color: #222;
}

.blog-dtl .btn-link {
	padding: 0;
}

.blog-dtl p {
	font-size: 15px;
	line-height: 23px;
}

.blog-dtl .btn-link i {
	margin-left: 8px;
	color: #337dc1;
}

.blog-block:hover .btn-link {
	color: #337dc1;
}

.blog-icon a {
	color: #777;
	font-size: 14px;
	text-transform: uppercase;
}

.blog-icon i {
	font-size: 15px;
	margin-right: 5px;
}

.blog-btn .btn-primary i {
	padding-left: 8px;
}

.blog-btn .btn-primary:hover {
	background: #000024;
	color: #FFF;
}

@media (max-width: 992px) {
	.blog-btn {
		text-align: center;
		margin-bottom: 40px;
		margin-top: 15px;
	}

	.blog-main-block .blog-img img {
		width: 100%;
	}
}

@media (max-width: 576px) {
	.blog-btn {
		text-align: center;
		margin-bottom: 30px;
	}
}

/* Clients Section */

.clients-main-block {
	padding:0 55px 55px;
	background-color: #FFF;
}

.item-clients-img {
	margin-left: 50px;
}

.clients-slider.owl-carousel .owl-item img {
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}

/* Quotation Section */

.quotation-main-block {
	padding: 70px 0;
	position: relative;
	height: 770px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.quotation-main-block .overlay-bg {
	background-color: rgba(246, 246, 246, 0.92);
}

.quotation-form {
	padding: 80px 115px;
	background-color: #FFF;
}

.quotation-form span {
	color: #337dc1;
}

.quotation-form .form-control {
	border-radius: 4px;
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.05);
	font-size: 16px;
	color: #777;
	height: 50px;
}

.quotation-form select.form-control:not([size]):not([multiple]) {
	height: 50px;
	padding: 8px 10px;
}

.quotation-form .form-group label:after {
	content: "*";
	padding-left: 5px;
	color: #337dc1;
}

.quotation-form label {
	font-family: 'Poppins', sans-serif;
	color: #232;
}

.request-button .btn-primary {
	margin-top: 30px;
	padding: 13px 60px;
	width: 100%;
}

.request-button .btn-primary:hover {
	color: #FFF;
	background: #000024;
}

.request-button i {
	margin-left: 8px;
}

.request-button a:hover {
	color: #FFF;
}

.quotation-dtl {
	background-color: #00656D;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quotation-block {
	position: absolute;
	box-shadow: 0px 0px 30px 0px rgba(18, 27, 81, 0.1);
}

.quotation-dtl p {
	color: #FFF;
	font-size: 20px;
	padding: 15px 150px;
	margin: 0;
	text-align: center;
}

.quotation-dtl p i {
	color: #337dc1;
	padding-right: 15px;
	font-size: 25px;

}

.quotation-dtl [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-size: 28px;
	vertical-align: middle;
}

.quotation-dtl a:hover {
	color: #337dc1;
}

@media (max-width: 992px) {
	.quotation-main-block {
		padding: 30px 0 300px 0;
	}

	.quotation-dtl p {
		padding: 20px;
	}

	.quotation-form {
		padding: 60px;
	}
}

@media (max-width: 576px) {
	.quotation-dtl p {
		padding: 20px;
		font-size: 15px;
		text-align: center;
	}

	.quotation-form {
		padding: 20px;
	}
}

@media (max-width: 1200px) {
	.quotation-main-block {
		position: relative;
	}

	.quotation-block {
		position: absolute;
		top: auto;
		left: 0;
		right: 0;
	}
}

/* Footer Section */

.footer-main-block {
	padding: 70px 0 0;
	background-color: #337dc1;
}

.about-widget {
	margin-bottom: 60px;
}

.logo-footer {
	margin-bottom: 20px;
}

.footer-icon {
	color: #fff;
	width: 100%;
	margin: 0 auto;
}

.footer-icon i {
	font-size: 24px;
}

.footer-social ul li a {
	font-size: 18px;
}

.footer-icon [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-size: 30px
}

.footer-address ul li {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer-address {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.footer-address-dtl {
	font-size: 16px;
	margin-bottom: 25px;
}

.about-widget p {
	color: #E3E3E3;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	margin-bottom: 36px;
	line-height:30px;
}

.footer {
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	margin-bottom: 35px;
	padding-top: 17px;
	text-transform: uppercase;
}

.footer-list ul li {
	margin-bottom: 18px;
}

.footer-list ul li i {
	color: #E3E3E3;
	font-size: 13px;
	margin-right: 5px;
}

.footer-list ul li a {
	color: #E3E3E3;
	font-size: 17px;
}

.recent-news-footer p {
	color: #E3E3E3;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
}

.date-footer {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #337dc1;
}

.date-footer [class^="flaticon-"]:before,
[class^="flaticon-"]:after {
	font-size: 12px;
	margin-right: 5px;
}

.recent-news-widget hr {
	background-color: #D0D0D0;
	margin-bottom: 20px;
}

.news-widget p {
	color: #E3E3E3;
	font-size: 17px;
	margin-bottom: 27px;
}

.news-widget .form-group {
	display: inline-block;
	float: left;
}

.news-widget .form-control {
	width: 160px;
	height: 50px;
	border-radius: 0;
	background-color: #0C4D52;
	border-color: #0C4D52;
	color: rgba(255, 255, 255, 0.7);
}

.news-widget .btn-primary {
	width: 95px;
	height: 50px;
	padding: 4px;
	border-radius: 0;
}

.news-widget .footer-social ul li {
	display: inline-block;
	color: #CECECE;
	font-size: 16px;
	padding-right: 4px;
	line-height: 1;
	text-transform: uppercase;
}

.footer-social ul li a {
	color: #CECECE;
	font-size: 16px;
	margin-right: 5px;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.footer-social ul li a:hover {
	color: #337dc1;
}

.tiny-footer {
	background-color: #1d6eb9;
	padding: 20px 0;
}

.copyright-footer-block {
	background-color: #000E2F;
	color: #EDE;
	padding: 22px 0 16px;
}

.copyright-block p {
	color: #E4E4E4;
	font-size: 16px;
	line-height:30px;
	margin:0;
}

.copyright-block p a,
.copyright-block a {
	color: #E4E4E4;
	font-size: 16px;
}

.copyright-social ul li {
	font-size: 16px;
	display: inline;
}

.copyright-social ul li a {
	color: #E4E4E4;
}

.copyright-social ul .policy:after {
	content: "/";
	color: #E4E4E4;
	padding-left: 10px;
	padding-right: 10px;
}

.copyright-social .dropdown i {
	margin-left: 10px;
	margin-right: 10px;
}

.copyright-social .dropdown a {
	margin-left: 30px;
	color: #E4E4E4;
}

.copyright-social .dropdown-menu li a {
	margin-bottom: 20px;
}

.copyright-social .dropdown-menu li a {
	color: #040C39;
}

@media (max-width: 767px) {
	.tiny-footer {
		text-align: center;
	}

	.copyright-social {
		text-align: center;
	}

	.news-widget .footer-social ul li {
		padding-right: 3px;
	}

	.news-widget .form-control {
		width: 150px;
	}

	.news-widget .btn-primary {
		width: 90px;
	}

	.recent-news-widget {
		margin-bottom: 50px;
	}
}

@media (max-width: 576px) {
	.about-widget .footer-address {
		margin-bottom: 22px;
	}

	.footer-widget {
		margin-bottom: 30px;
	}

	.news-widget .btn-primary {
		width: 115px;
	}

	.news-widget p {
		margin-bottom: 40px;
	}

	.footer-social {
		margin-bottom: 20px;
	}

	.footer-form {
		margin-bottom: 20px;
	}

	.recent-news-widget .footer-img img {
		width: 50%;
		margin-bottom: 20px;
	}

	.copyright-social .dropdown a {
		display: none;
	}
	.slider-dtl{margin-top:30px;}
	.home-main-block{margin-bottom:20px;}
	.number{bottom:10px;}
	.about-type{margin-bottom:20px;}
	.footer-main-block .col-lg-2{width:50%;}
	.footer-main-block .col-lg-3{display:none;}
}

/*Process Section */

.process-area.theme-2 {
	border-top: 1px solid #eee;
}

.single-process-item {
	text-align: center;
	border: 2px solid #337dc1;
	padding: 15px;
	position: relative;
	z-index: 1;
	margin-top: 40px;
	padding-top: 65px;
}

.single-process-item .number {
	position: absolute;
	font-size: 110px;
	bottom: 70px;
	left: 50%;
	z-index: 10;
	opacity: 0.09;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
	margin-left: -55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-process-item {
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-process-item {
		margin-bottom: 40px;
	}
}

.single-process-item i:before {
	font-size: 60px;
}

.single-process-item h5 {
	font-size: 20px;
	position: relative;
	margin: 20px 0;
}

.single-process-item p {
	font-size: 17px;
	line-height: 26px;
}

/*Choose Us Section */

.chooseus-area {
	border-top: 1px solid #eee;
}

.chooseus-area .section-heading:after {
	margin: 0;
}

.single-feature-item .num {
	font-size: 18px;
	background: #337dc1;
	display: inline-block;
	padding: 10px;
	color: #fff;
	width: 45px;
	height: 45px;
	text-align: center;
	float: left;
}

.feature-image img {
	width: 100%;
	box-shadow: 0 5px 25px 0 rgba(27, 20, 100, 0.15);
}

.feature-image {
	position: relative;
	z-index: 1;
}

.feature-image:before {
	position: absolute;
	content: " ";
	top: -50px;
	right: -50px;
	width: 100%;
	height: 100%;
	background: #337dc1;
	z-index: -1;
}

.feature-content h5 {
	font-size: 22px;
	margin: 0;
}

.feature-content {
	padding-left: 70px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.feature-content p {
	font-size: 17px;
	line-height: 26px;
	margin: 20px 0;
}


/*Team Section CSS */

.team-main-block {
	padding: 100px 0;
	background: #f6f6f6;
}

.team {
	position: relative;
}

.team img {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}

.details {
	text-align: center;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: -10px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.team h6 {
	font-size: 16px;
	letter-spacing: 1px;
	color: #337dc1;
	margin: 0;
	text-transform: uppercase;
}

.details span {
	font-size: 15px;
	font-weight: normal;
}

.team:hover .details {
	bottom: 10px;
	opacity: 1;
	visibility: visible;
}


/*Breadcrumb CSS */

.breadcroumb-area {
	background-image: url(../images/bread/bread-bg.png);
}

.breadcroumb-area {
	height: 400px;
	background-size: cover;
	background-position: center bottom;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.breadcroumb-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #092c3e;
	opacity: .5;
	z-index: -1;
}

.breadcroumb-area .breadcroumb-title h1 {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 40px;
	margin-bottom: 10px;
}

.breadcroumb-area h6 a {
	color: #fff;
}

.breadcroumb-area h6 {
	color: #337dc1;
	font-size: 16px;
	margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 35px;
	}
}

/* About Page */

.about-block-two {
	padding: 35px 40px;
	text-align: center;
	margin-top: 50px;
}

.about-icon-two {
	height: 62px;
	margin-bottom: 25px;
}

.about-dtl-two .about-heading {
	margin-bottom: 15px;
}

@media (max-width: 992px) {
	.about-block-two {
		margin-bottom: 30px;
		text-align: center;
	}

	.about-block-dtl-two .section {
		margin-bottom: 40px;
	}

	.about-block-img-two {
		margin-bottom: 20px;
	}

	.about-block-dtl-two .btn-primary {
		margin-bottom: 30px;
	}
}

@media (max-width: 576px) {
	.about-block-img-two {
		margin-bottom: 20px;
	}
}

/* FAQ Page */

.faq-main-block {
	padding: 100px 0;
}

.styled-faq {
	margin-top: 50px;
}

.styled-faq .panel-group .panel {
	border-radius: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	margin-bottom: 30px;
}

.styled-faq .panel-default > .panel-heading {
	background: none;
	padding: 0;
	border: 1px solid #ddd;
}

.styled-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding: 10px;
}

.styled-faq .panel .panel-heading h6 {
	font-weight: 600;
}

.styled-faq .panel .panel-heading h6 a {
	display: block;
	text-decoration: none;
	padding: 12px;
	color: #555;
}

@media (max-width: 575px) {
	.styled-faq .panel .panel-heading h6 a {
		font-size: 14px;
	}
}

.panel-title i {
	float: right;
	line-height: 15px;
	color: #ddd;
	display: none;
}

.panel-heading h6.panel-title a[aria-expanded=true] i.las la-angle-up {
	display: block;
}

.panel-heading h6.panel-title a[aria-expanded=false] i.las la-angle-up {
	display: block;
}

.question-section {
	background: #F7F7F7;
	padding: 30px;
}

.question-section h6 {
	margin-bottom: 20px;
}

.question-section input,
.question-section textarea {
	width: 100%;
	background: #fff;
	color: #191919;
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 20px;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
	font-size: 15px;
	color: #555;
}

.question-section button {
	font-size: 14px;
	letter-spacing: 1px;
}

/*Quotation Page */

.quotation-form-area {
	margin-top: 70px;
}

.quote-form {
	margin-top: 50px;
}

.form-list {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quote-form input,
.quote-form select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
}

.form-list select {
	color: #555;
}

.cost-center .btn-1 span {
	padding: 15px 25px;
	position: relative;
	text-align: left;
	background: #0C4D52;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	margin-right: -4px;
}

.cost-center .btn-1 .dark {
	background: #337dc1;
}

.quote-form .btn:hover {
	background: navy;
	color: #fff;
}

.cost-center .btn.btn-primary {
	margin-top: 10px;
}


/*Service Details */

.service-list {
	background: #F6F6F6;
	padding: 30px;
	margin-bottom: 30px;
}

.service-list h5 {
	margin: 30px 0;
}

.service-list a {
	display: block;
	color: #b3abab;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

.service-list a.active {
	background: #337dc1;
	color: #fff;
}

.service-list a span {
	float: right;
}

.single-service h2 {
	margin: 30px 0;
}

.single-service h5 {
	margin: 20px 0;
}

.single-service p {
	font-size: 16px;
	line-height: 28px;
}

.single-service-bg img {
	width: 100%;
}

.helpline-section {
	background: #00656D;
	color: #fff;
	padding: 20px;
	margin-top: 35px;
	height: 230px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.helpline-section h4 {
	color: #fff;
}

.helpline-section button {
	margin-top: 15px;
}

/* Blog Details */

.sidebar {
	box-shadow: 0 0 5px #eee;
	padding: 15px 20px;
}

.blog-meta {
	margin: 20px 0;
}

.blog-meta i {
	color: #337dc1;
	font-size: 20px;
	margin-right: 5px;
}

.single-blog-wrap h3 {
	font-size: 30px;
	margin-bottom: 30px;
}

.single-blog-wrap p {
	font-size: 16px;
	line-height: 28px;
}

.single-blog-wrap .social-icon i {
	color: #555;
	font-size: 17px;
}

img.blog-inside {
	max-width: 47%;
	margin-right: 2%;
}

.single-blog-wrap h5 {
	margin: 20px 0;
	font-size: 18px;
}

.single-blog-wrap a {
	color: #191919;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 500;
}

.blog-tag span a {
	border: 2px solid #337dc1;
	padding: 10px;
	margin-right: 10px;
	margin-top: 10px;
	display: inline-block;
}

.blog-search input {
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 0;
	padding-bottom: 10px;
}

.blog-search button {
	background: none;
	margin: 0;
	padding: 0;
}

.blog-search button i {
	color: #191919;
	font-size: 20px;
	opacity: .5;
	position: absolute;
	top: 18px;
	right: 28px;
}

.blog-category h5,
.archive h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 25px 0;
}

.blog-category a,
.archive a {
	display: block;
	color: #191919;
	font-size: 16px;
	margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
	color: #00B965;
}

.blog-category a.active {
	color: #00B965;
}

.recent-post h5 {
	font-size: 22px;
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.recent-post img {
	float: left;
	width: 80px;
	height: 80px;
}

.single-recent-post h6 {
	margin: 0;
}

.single-recent-post {
	padding-bottom: 25px;
}

.single-recent-post .recent-post-content {
	display: block;
	padding-left: 110px;
}

.single-recent-post h6 a {
	color: #555;
	line-height: 1.5;
}

.popular-tag h5 {
	font-size: 22px;
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.popular-tag span {
	display: inline-block;
	padding: 12px 14px;
	background: #337dc1;
	color: #fff;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.popular-tag a {
	color: #191919;
	padding: 5px;
}

.popular-tag span:hover {
	background: #FFD857;
}

.popular-tag span:hover a {
	color: #fff;
}

.author-profile img {
	width: 90px;
	height: 90px;
	float: left;
}

.comments-section h5 {
	font-size: 22px;
	margin: 40px 0;
}

.comments-section img {
	width: 90px;
	height: 90px;
	float: left;
}

.single-comments-section p {
	padding-left: 120px;
}

a.reply-btn {
	font-size: 14px;
}

.comments-form h3 {
	margin: 50px 0;
}

.comments-form input {
	margin-top: 20px;
}

.author-info {
	padding-left: 120px;
}

.single-comments-section p span {
	padding-left: 50px;
	font-size: 15px;
}

.social-icon ul li {
	float: left;
	padding: 15px;
	padding-right: 0;
}

.comments-form button {
	margin-top: 20px;
}

/*Contact Page */

.contact-section h5 {
	margin: 30px 0;
}

.contact-detail i {
	font-size: 24px;
	color: #222;
}

.contact-detail {
	margin-top: 40px;
}

.contact-detail p b {
	font-size: 18px;
	color: #222;
	padding: 10px;
}

.contact-detail span {
	display: block;
	font-size: 15px;
}

.contact-form {
	margin-top: 50px;
}

.contact-form h3 {
	margin: 30px 0;
}

.contact-form input,
.contact-form textarea {
	margin-bottom: 20px;
}

/* Scrolltop */
.go-top {
	background-color: #337dc1;
	color: #FFF;
	width: 40px;
	height: 40px;
	border-radius: 0;
	bottom: 6em;
	right: 2em;
	font-size: 18px;
	line-height: 43px;
	text-align: center;
	text-decoration: none;
	display: none;
	position: fixed;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.go-top {
		width: 35px;
		height: 35px;
		bottom: 5em;
		right: 2em;
		font-size: 15px;
		line-height: 33px;
	}
}

@media (max-width: 575px) {
	.go-top {
		width: 35px;
		height: 35px;
		bottom: 5em;
		right: 2em;
		font-size: 15px;
		line-height: 33px;
	}
}

.go-top i {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #fff;
}

.go-top:hover {
	background-color: #000024;
	color: #fff;
}

/*Sticky Area */

.is-sticky .sticky-area {
	background: #fff;
	width: 100%;
	z-index: 999999 !important;
	box-shadow: 0 5px 25px 0 rgba(27, 20, 100, 0.15);
	animation: slideInDown .6s forwards;
}

#nav-bar.absolute .is-sticky .sticky-area {
	background: #00656D;
	box-shadow: 0 3px 8px -2px #0C4D52;
}

/* Slicknav */

.responsive-menu-wrap {
	display: none;
}

/* Preloader*/

.preloader {
	background-color: #337dc1;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 9999999;
}

.spinner {
	width: 60px;
	height: 60px;
	top: 30%;
	position: relative;
	margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #F5F5F5;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0.0)
	}

	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bounce {

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

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.about-area {
    position: relative
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area .about-caption {
        margin-bottom:50px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-area .about-caption {
        margin-bottom:50px
    }
}

@media (max-width: 575px) {
    .about-area .about-caption {
        margin-bottom:50px
    }
}

.about-area .about-caption .support-caption span {
    color: #3b2d2d;
    font-size: 25px;
    margin-bottom: 20px;
    display: block
}

@media (max-width: 575px) {
    .about-area .about-caption .support-caption span {
        font-size:20px
    }
}

.about-area .about-caption .support-caption p.pera-top {
    margin-bottom: 30px
}

.about-area .about-caption .support-caption p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8
}

.about-area .about-blog {
    position: relative;
    z-index: 2
}

.about-area .about-blog .single-offers {
    padding: 34px 34px 14px 0px;
    background: #ffff
}

@media (max-width: 575px) {
    .about-area .about-blog .single-offers {
        padding-left:0px
    }
}

.about-area .about-blog .single-offers:last-child {
    -webkit-box-shadow: 0 10px 15px rgba(25,25,25,0.1)
}

.about-area .about-blog .single-offers .icon {
    position: relative
}

.about-area .about-blog .single-offers .icon::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 50%;
    left: 0px;
    z-index: 1;
    background: red
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-area .about-blog .single-offers .icon::before {
        height:29%
    }
}

@media (max-width: 575px) {
    .about-area .about-blog .single-offers .icon::before {
        height:29%
    }
}

.about-area .about-blog .single-offers .icon img {
    padding-left: 30px;
    margin-right: 20px
}

@media (max-width: 575px) {
    .about-area .about-blog .single-offers .icon img {
        position:unset;
        margin-bottom: 15px
    }
}

.about-area .about-blog .single-offers .icon .icon-border {
    position: relative
}

.about-area .about-blog .single-offers .icon .icon-border::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 0px;
    z-index: 1;
    background: red
}

.about-area .about-blog .single-offers .offers-cap h3 a {
    color: #232F55;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 16px;
    display: block
}

.about-area .about-blog .single-offers .offers-cap h3 a:hover {
    color: #232F55
}

.about-area .about-blog .single-offers .offers-cap p {
    font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area .about-blog .single-offers .offers-cap p {
        font-size:22px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-area .about-blog .single-offers .offers-cap p {
        font-size:22px
    }
}

.about-area .about-blog .single-offers .offers-cap a i {
    transform: rotate(45deg);
    display: inline-block;
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.about-area .about-shape {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .about-area .about-shape {
        opacity:0.6
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-area .about-shape {
        opacity:0.6
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area .about-shape {
        opacity:0.6
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-area .about-shape {
        display:none
    }
}

@media (max-width: 575px) {
    .about-area .about-shape {
        display:none
    }
}
.section-title {
  max-width: 750px;
  margin: -5px auto 50px;
  text-align: center;
  position: relative;
}

.section-title span {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  color: #0383ff;
  text-transform: uppercase;
}

.section-tittle h2 {
    font-size: 44px;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 22px
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .section-tittle h2 {
        font-size:40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-tittle h2 {
        font-size:41px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-tittle h2 {
        font-size:43px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-tittle h2 {
        font-size:31px
    }
}

@media (max-width: 575px) {
    .section-tittle h2 {
        font-size:24px
    }
}
.gray-bg {
    background: #F1FBFF
}
.mb-20 {
    margin-bottom: 20px
}

/*
Services Area Style
======================================================*/
.services-area-two .single-services-box {
  position: relative;
  padding: 0;
}

.services-area-two .single-services-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0383ff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services-area-two .single-services-box .services-content {
  position: relative;
  padding: 30px;
}

.services-area-two .single-services-box:hover::before {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.single-services-box {
  padding: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-box i {
  font-size: 50px;
  background-color: rgba(0, 123, 255, 0.25);
  color: #0383ff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-box h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-services-box h3 a {
  color: #000024;
}

.single-services-box h3 a:hover {
  color: #0383ff;
}

.single-services-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-services-box:hover i {
  -webkit-transform: rotateX(-360deg);
          transform: rotateX(-360deg);
}
.pt-100 {
  padding-top: 100px;
}
.pb-70 {
  padding-bottom: 70px;
}
.single-services-box p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.8;
}


.news-content img{padding:10px 0;display:block;margin:0 auto;max-width:100%;}
.comments ul li img{width:30%;height:120px;object-fit:cover;}
.comments ul li .text{width:73%;float:right;}


.contact-info-area p{color:#000;height:100px;}
.single-contact-info:hover p{color:#fff;}


.zxmk{ display:none; position:fixed;top:0;left:0;width:100%;height:100%;text-align:center;background:rgba(0,0,0,0.5);z-index:99999;}
.zxmk .zixun{background:url(../images/zxbg.jpg) no-repeat center;;background-size:500px auto;width:500px;height:400px;top:50%;margin:-200px auto 0;position:relative;max-width:100%;}
.zxmk .zixun .close{position:absolute;right:10px;top:10px;}
.zxmk .zixun .zxqrc{position:absolute;right:20%;bottom:12%;text-align:center;}
.zxmk .zixun .zxqrc a{display:block;margin-bottom:10px;}
.zxmk .zixun .zxqrc img{width:150px;}
.zxmk .zixun .zxqrc span{display:block;padding-top:5px;}

.btn-type-1 {
    background: #ffffff none repeat scroll 0 0;
    color: #393542;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 14px 27px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .2s;
    border: 2px solid #1a2b3c;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
}
 .btn-type-1:hover {
	background-image: -moz-linear-gradient( 178deg, rgb(25,62,96) 0%, rgb(44,94,141) 100%);
	background-image: -webkit-linear-gradient( 178deg, rgb(25,62,96) 0%, rgb(44,94,141) 100%);
	background-image: -ms-linear-gradient( 178deg, rgb(25,62,96) 0%, rgb(44,94,141) 100%);
	color: #ffffff;
	border: 2px solid #193e60;
}

.news-content,.news-content p{line-height:30px;margin-bottom:5px;}
.news-content h3{line-height:30px;}

.blog-details-content .comments ul li{padding-bottom:15px;}
.comments .text h3{font-size:16px;line-height:30px;}
.blog-details-content .comments ul li .text span{font-size:14px;margin-bottom:10px;}
.comments .text p{font-size:15px;line-height:25px;}

.tags a{padding:5px;display:inline-block;}
.news-content .tag{padding-top:50px;}
.link{padding-bottom:10px;}
.news-content a{text-decoration:underline;}

.xcximg{display:none;}




.right-side{width: 72px;position: fixed;right: 0;top: 300px;z-index: 1000;border-top: 1px solid #F7F7FA;border-left: 1px solid #F7F7FA;}
.right-side .r-item{display: block;width: 100%;height: 73px;border-bottom: 1px solid #F7F7FA;background-color: #fff;cursor: pointer;position: relative;}
.right-side .r-item.r-item4{border-bottom: none;}
.right-side .r-item1:hover>.r-sub1{display: block;}
.right-side .r-item1 .r-sub1{display: none;width: 156px;position: absolute;left: -156px;top: 0;background-color: #fff;cursor: default;}
.right-side .r-item1 .r-sub1 .qq-list{padding-top: 18px;border: 1px solid #efefef;}
.right-side .r-item1 .r-sub1 .one-qq{display: block;margin: 0 auto;width: 118px;height: 35px;line-height: 35px;text-align: center;font-size: 14px;color: #000;    background: url(../images/qq-bg.png) 10px center no-repeat;margin-bottom: 15px;}
.right-side .r-item1 .r-sub1 .one-qq:before{display: inline-block;content: "";width: 15px;height: 16px;background-image: url(../images/icon-pen.png);margin-right: 12px;}
.right-side .r-icon{display: block;width: 100%;height: 48px;background-position: center center;background-repeat: no-repeat;}
.right-side .r-icon1{background-image: url(../images/icon-email.png);}
.right-side .r-icon2{background-image: url(../images/icon-phone.png);}
.right-side .r-icon3{background-image: url(../images/icon-weixin.png);}
.right-side .r-icon4{background-image: url(../images/side_icon03.png);height: 48px;background-position: center ;}
.right-side .r-icon5{background-image: url(../images/icon-zrfw.png);}
.right-side .r-title{font-size: 12px;color: #757575;text-align: center;}
.right-side .r-item:hover .r-icon1{background-image: url(../images/hicon-email.png);}
.right-side .r-item:hover .r-icon2{background-image: url(../images/hicon-phone.png);}
.right-side .r-item:hover .r-icon3{background-image: url(../images/hicon-weixin.png);}
.right-side .r-item:hover .r-icon4{background-image: url(../images/hside_icon03.png);}
.right-side .r-item:hover .r-icon5{background-image: url(../images/hicon-zrfw.png);}
.right-side .r-item:hover .r-title{color: #337dc1;}
.right-side .r-item2:hover>.r-sub{display: block;}
.right-side .r-sub{display: none;padding:10px 12px;border: 1px solid #F7F7FA;position: absolute;left: -140px;top: 0;background-color: #fff;cursor: default;}
.right-side .r-rx{left:-257px;padding:0;width:255px;}
.right-side .r-sub-b1{padding-top: 14px;padding-bottom: 13px;padding-left: 15px;border-bottom: 1px solid #e3e3e3;overflow: hidden;font-size: 0;}
.right-side .r-sub-b1 .dt{display: inline-block;vertical-align: top;font-size: 16px;line-height: 22px;color: #494949;}
.right-side .r-sub-b1 .dd{display: inline-block;vertical-align: top;width: 125px;font-size: 16px;line-height: 22px;color: #333;font-weight: bold;}
.right-side .r-sub-b1 .dd>span{display: inline-block;}
.right-side .r-sub-b2{padding: 12px 14px 10px 14px;}
.right-side .r-sub-b2 .tit{font-size: 14px;color: #666;padding-bottom: 5px;}
.right-side .r-sub-b2 p{font-size: 13px;color: #686868;line-height: 20px;}
.right-side .r-code-box{width: 100px;margin: 5px auto;}
.right-side .r-code-box img{width: 100%;}
.right-side .r-code-box span{text-align:center;display:block;color: #757575;padding:5px 0;}
.right-side .r-item3:hover>.r-sub{display: block;}

.mbanner{display:none;text-align:center;}
.mbanner img{max-width:100%;}

@media (max-width: 576px) {
	.xcximg {
		display:block;
	}
	.slider-btn{display:none;}
	.mbanner{display:block;}
	.home-main-block .slider-heading,.slider-sub-heading,.slider-ms{display:none !important;}
	#about .liangdian{display:none;}
}



#cssmenu > ul > li{position:relative;}
#cssmenu > ul > li .xiala{position:absolute;top:70px;background:#fff;display:none;z-index:999;width:100%;border-radius:5px;text-align:center;box-shadow:0 1px 5px #00000030;}
#cssmenu > ul > li .xiala a{color:#333;font-size:14px;line-height:30px;padding:5px 10px;}
#cssmenu > ul > li:hover .xiala{display:block;}
#cssmenu > ul > li .xiala a:hover{background:#337dc1;color:#fff;}

