/*
  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: #F8A555;
	-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,
textarea,
select {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
	padding: 15px 15px;
	font-size: 14px;
	letter-spacing: 1px;
	-webkit-transition: .3s;
	transition: .3s;
}


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: #F8A555;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600px;
	padding: 14px 28px;
	border: 1px solid #F8A555;
	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: #F8A555;
	border: 1px solid transparent;
}

.btn-primary:focus {
	background-color: #FFF;
	color: #F8A555;
	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: #F8A555;
	text-decoration: none;
}

.btn-white {
	background-color: #FFF;
	display: inline-block;
	float: left;
	color: #F8A555;
	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: transparent;
	border: 1px solid #F8A555;
}

.btn-dark {
	background-color: transparent;
	display: inline-block;
	float: left;
	color: #F8A555;
	padding: 15px 30px;
	margin-right: 10px;
	border: 1px solid #F8A555;
	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: #FFF;
	color: #F8A555;
	border: 1px solid #FFF;
}

.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: #F8A555;
}

.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: #F8A555;
	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: #050D3C;
	color: #FFF;
}

.none-case {
	text-transform: none;
}

.section-padding {
	padding: 100px 0;
}


/* Top Bar */

.top-bar-main-block {
	background-color: #0757a3;
	padding: 15px 0;
}

.top-nav a {
	color: #EDEDED;
	font-size: 14px;
}

.top-nav a:hover {
	color: #F8A555;
}

.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: #F8A555;
}

.dropdown-menu {
	padding: 25px;
}

.dropdown-menu li {
	margin-bottom: 10px;
}

.dropdown-menu li a {
	color: #040C39;
}
.contact-section h5 {
	margin: 30px 0;font-size:24px;color:#F8A555;
}
.contact-detail {
	margin-top: 40px;
}
@media (max-width: 767px) {
	.top-nav {
		text-align: center;
	}
.contact-section h5 {
    margin:30px 0px 0px 0px;
    font-size: 20px;
    color: #F8A555;
}
.contact-detail {
    margin-top: 20px;
}
	.top-bar-social {
		text-align: center !important;
	}

	.top-bar-main-block {
		padding: 20px 0;display:none;
	}
	.about-left img{max-width:100%;}
}

/* Navigation */

.nav-bar-main-block {
	z-index: 99999;
	width: 100%;
}

.nav-bar-main-block.absolute {
	position: absolute;
	padding-top: 20px;
}

.logo {
	padding-top: 14px;
}

.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: 40px;
		line-height: 60px;
	}
}

.nav-bar-main-block .btn-primary:hover,
.nav-bar-main-block .btn-primary:focus {
	background: #ee5e16;
	color: #FFF;
}

/* Home Slider */

.home-main-block {
	position: relative;
	z-index: 1;
}

.home-slider-bg .overlay-bg {
	opacity: 0.8;
	/*background-color: #0c4d52;*/
}

.home-slider-bg {
	width: 100%;
	height: 600px;
	background-position: 50% bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.slider-dtl {
	margin-top: 100px;
}

.slider-dtl-2 {
	margin-top: 200px;
}

.slider-sub-heading {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 40px;
}

.slider-heading {
	margin-bottom: 60px;
	font-size: 60px;
	line-height: 80px;
}

.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;
}

@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: #F8A555;
	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: 20px;
	}

	.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: #0757a3;
	position: relative;
	z-index: 1;
	margin-top: -118px;text-align:center;
	cursor: pointer;
}

.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: #F8A555;
	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: #0757a3;
	padding: 70px 80px;
	height: 500px;
}

.services-dtl p {
	color: #FFF;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 35px;
}
.services-dtl span font{color:#fafafa;}
.btn-secondary{background:#F8A555}
.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: #F8A555;
}

.service-icon [class^="flaticon-"]:before,
[class^="flaticon-"]:after {
	font-size: 55px;
}

.service-dtl a {
	color: #FFF;
}

.service-dtl p {
	color: #F7F7F7;
	font-size: 17px;
	line-height: 26px;
}

.service-block .overlay-bg {
	opacity: 0.9;
	background-color: #0757a3;
}

@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: #F8A555;
	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: #DFB163;
}

.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-block:hover {
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.features-dtl {
	padding: 25px 30px;
	background-color: #FFF;
}

.features-dtl p {
	font-size: 16px;
	line-height: 26px;
}

.features-meta {
	font-size: 14px;
	margin-bottom: 13px;
}

.features-meta a {
	color: #F8A555;
	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: #0757a3;
	padding: 80px;
}

.facts-dtl {
	font-size: 20px;
	color: #F8A555;
}

.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: #F8A555;
	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: #F8A555;
}

.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 #F8A555;
	background-color: #F8A555;
	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: #F8A555;
}

.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: #F8A555;
}

/* 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: #F8A555;
	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: #F8A555;
	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;
	padding-bottom: 0;
}

.blog-main-block .section-heading:after {
	margin: 0;
}

.blog-btn {
	text-align: right;
}

.blog-img {
	position: relative;
}

.blog-img img {
	min-width: 250px;
}

.meta-dtl {
	padding: 3px 16px;
	position: absolute;
	z-index: 999;
	background-color: #F8A555;
	top: 0;
	text-align: center;
	display: block;
}

.meta-dtl .date {
	font-size: 25px;
	font-weight: 700;
}

.meta-dtl .month {
	font-size: 12px;
	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: 17px;
	line-height: 26px;
}

.blog-dtl .btn-link i {
	margin-left: 8px;
	color: #F8A555;
}

.blog-block:hover .btn-link {
	color: #F8A555;
}

.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: #050D3C;
	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: 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: #F8A555;
}

.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: #F8A555;
}

.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: #050D3C;
}

.request-button i {
	margin-left: 8px;
}

.request-button a:hover {
	color: #FFF;
}

.quotation-dtl {
	background-color: #0757a3;
	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);
	left: 50%;
    margin-left: -460px;
}

.quotation-dtl p {
	color: #FFF;
	font-size: 20px;
	padding: 15px 150px;
	margin: 0;
	text-align: center;
}

.quotation-dtl p i {
	color: #F8A555;
	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: #F8A555;
}

@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: #00656D;*/
	background-color: #0757a3;
}

.about-widget {
	margin-bottom: 60px;
}

.logo-footer {
	margin-bottom: 20px;
}

.footer-icon {
	color: #F8A555;
	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;
}

.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: #F8A555;
}

.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: 14px;
	margin-bottom: 17px;
}
.erweima li{width:44%;margin:0px 3%;float:left;}
.erweima img{width:100%;}
.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: #F8A555;
}

.tiny-footer {
	background-color: #0c4d52;
	padding: 20px 0;
}

.copyright-footer-block {
	background-color: #000E2F;
	color: #EDE;
	padding: 22px 0 16px;
}

.copyright-block p {
	color: #E4E4E4;
	font-size: 16px;
}

.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;
	}
}

/*Process Section */

.process-area.theme-2 {
	border-top: 1px solid #eee;
}

.single-process-item {
	text-align: center;
	border: 2px solid #F8A555;
	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: #F8A555;
	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: #F8A555;
	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: #F8A555;
	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(bread-bg.png);
}

.breadcroumb-area {
	height: 200px;
	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: #F8A555;
	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: 112px;
	margin-bottom: 25px;
}

.about-dtl-two .about-heading {
	margin-bottom: 15px;
}

@media (max-width: 992px) {
	.about-block-two {
		margin-bottom: 10px;
		text-align: center;margin-top:20px;padding:15px 10px;
	}
	.section-padding {
    padding: 30px 0;
}
.section-title h2{font-size:24px;}
.about-icon-two {
    height: auto;
    margin-bottom: 25px;
}

.about-block-two .img-fluid{max-width:30%;}
	.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: #F8A555;
}

.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: #F8A555;
	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: #F8A555;
	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 #F8A555;
	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: #F8A555;
	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-detail i {
	font-size: 24px;
	color: #222;
}



.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: #F8A555;
	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: #ee5e16;
	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: #F8A555;
	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);
	}
}

/*service page*/

.service_header_wrap {
    height: 200px;
    overflow: hidden;
    position: relative;
}

    .service_header_wrap .img-wrap {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .service_header_wrap .img-wrap .img-bg {
            width: 100%;
            height: 100%;
        }

            .service_header_wrap .img-wrap .img-bg img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
            }

        .service_header_wrap .img-wrap .illustration {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 50%;
            min-width: 380px;
        }

            .service_header_wrap .img-wrap .illustration img {
                width: 100%;
                height: auto;
            }

    .service_header_wrap .main-title {
        position: absolute;
        height: 100%;
        width: 100%;
        text-align: center;
        left: 0;
        bottom: 0;
    }

        .service_header_wrap .main-title h2 {
            font-size: 36px;
            line-height: 200px;
            color: #fff;
        }

        .service_header_wrap .main-title span {
            vertical-align: middle;
            padding-right: 15px;
        }

            .service_header_wrap .main-title span img {
                width: 100%;
                height: auto;
                max-width: 50px;
            }


 .container {
    max-width: 1370px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.content-wrap .service-list-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.service-tag-1 {
    display: inline-block;
    background-color: #77c1ba;
    border-radius: 100px 35px 35px 100px;
    padding: 3px 10px 3px 22px;
    margin-right: 10px;
    position: relative;
}

    .service-tag-1 p {
        font-size: 14px;
        color: #fff;
    }

        .service-tag-1 p:before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            left: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.service-tag-2 {
    display: inline-block;
    background-color: #8ec472;
    border-radius: 100px 35px 35px 100px;
    padding: 3px 10px 3px 22px;
    margin-right: 10px;
    position: relative;
}

    .service-tag-2 p {
        font-size: 14px;
        color: #fff;
    }

        .service-tag-2 p:before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            left: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.service-tag-3 {
    display: inline-block;
    background-color: #696c85;
    border-radius: 100px 35px 35px 100px;
    padding: 3px 10px 3px 22px;
    margin-right: 10px;
    position: relative;
}

    .service-tag-3 p {
        font-size: 14px;
        color: #fff;
    }

        .service-tag-3 p:before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            left: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.service-tag-4 {
    display: inline-block;
    background-color: #94bae3;
    border-radius: 100px 35px 35px 100px;
    padding: 3px 10px 3px 22px;
    margin-right: 10px;
    position: relative;
}

    .service-tag-4 p {
        font-size: 14px;
        color: #fff;
    }

        .service-tag-4 p:before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            left: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.main-btn.outbound {
    margin-right: 20px;
}

    .main-btn.outbound a {
        letter-spacing: 1px;
        font-size: 14px;
    }

.warning-banner {
    background-color: #FBAE38;
    padding: 25px 20px;
    border-radius: 3px;
    margin-bottom: 25px;
}

    .warning-banner p, .warning-banner h4 {
        color: #fff;
        vertical-align: middle;
        display: inline-block;
        margin: 0;
    }

    .warning-banner h4 {
        font-size: 28px;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 4px solid #fff;
        vertical-align: middle;
    }

        .warning-banner h4 img {
            width: auto;
            height: 26px;
            position: relative;
            top: -3px;
            margin: 0;
            padding: 0;
            padding-right: 10px;
            vertical-align: middle;
        }

.content-wrap .service-list-item {
    position: relative;
    margin-bottom: 40px;
}

    .content-wrap .service-list-item .img-box {
        width: 100%;
        height: 220px;
        overflow: hidden;
    }

        .content-wrap .service-list-item .img-box .img-box_img {
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
            width: 100%;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .content-wrap .service-list-item .title {
        padding: 20px;
        background-color: #fff;
    }

        .content-wrap .service-list-item .title span {
            position: absolute;
            color: #B4B4B4;
            right: 35px;
        }

            .content-wrap .service-list-item .title span:after {
                content: "";
                position: absolute;
                margin-left: 10px;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 6px 0 6px 6px;
                border-color: transparent transparent transparent #B4B4B4;
                top: 50%;
                -webkit-transform: translateX(0px) translateY(-50%);
                -ms-transform: translateX(0px) translateY(-50%);
                transform: translateX(0px) translateY(-50%);
            }

    .content-wrap .service-list-item:hover .img-box .img-box_img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .content-wrap .service-list-item:hover .title span {
        color: #FBAE38;
    }

        .content-wrap .service-list-item:hover .title span:after {
            border-color: transparent transparent transparent #FBAE38;
            -webkit-animation: linkGo .5s alternate infinite ease-in both;
            animation: linkGo .5s alternate infinite ease-in both;
        }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .content-wrap .service-list-item:hover .title span:after {
        -webkit-animation: none;
        animation: none;
    }
}

@supports (-ms-accelerator: true) {
    .content-wrap .service-list-item:hover .title span:after {
        -webkit-animation: none;
        animation: none;
    }
}

.content-wrap .service-list-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.blank60{ height:60px;}
/*service page*/

/*details page*/
.content-wrap .content-container.service {
    position: relative;
    margin-top: 370px;
}

.content-wrap .content-container.service .paragraph {font-size: 16px;       line-height: 1.75;}

    .content-wrap .content-container.service .sub-title h3 {
        display: block;
        color: #333333;
    }
.content-wrap .sub-title {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 20px;
    font-size: 0px;
    position: relative;
}

    .content-wrap .sub-title h3 {
        font-size: 36px;
        font-weight: bold;
        padding-top: 15px;
        display: inline-block;
        width: 85%;
    }

@media (max-width: 768px) {
    .content-wrap .sub-title h3 {
        font-size: 24px;
    }
}

.service-tag-1 {
    display: inline-block;
    background-color: #77c1ba;
    border-radius: 100px 35px 35px 100px;
    padding: 3px 10px 3px 22px;
    margin-right: 10px;
    position: relative;
}

    .service-tag-1 p {
        font-size: 14px;
        color: #fff;
    }

        .service-tag-1 p:before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            left: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.service-tag-2 {
    display: inline-block;
    background-color: #8ec472;
    border-radius: 100px 35px 35px 100px;
    padding: 3px 10px 3px 22px;
    margin-right: 10px;
    position: relative;
}

    .service-tag-2 p {
        font-size: 14px;
        color: #fff;
    }

        .service-tag-2 p:before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            left: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.service-tag-3 {
    display: inline-block;
    background-color: #696c85;
    border-radius: 100px 35px 35px 100px;
    padding: 3px 10px 3px 22px;
    margin-right: 10px;
    position: relative;
}

    .service-tag-3 p {
        font-size: 14px;
        color: #fff;
    }

        .service-tag-3 p:before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            left: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.service-tag-4 {
    display: inline-block;
    background-color: #94bae3;
    border-radius: 100px 35px 35px 100px;
    padding: 3px 10px 3px 22px;
    margin-right: 10px;
    position: relative;
}

    .service-tag-4 p {
        font-size: 14px;
        color: #fff;
    }

        .service-tag-4 p:before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            left: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }


        .content-wrap .content-container.service .paragraph {font-size: 16px;       line-height: 1.75;}

    .content-wrap .content-container.service .sub-title h3 {
        display: block;
        color: #333333;
    }

.select-wrap {
    position: absolute;
    width: 100%;
}

    .select-wrap .container {
        position: relative;
    }

.select-box {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .select-box:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 6px 0 6px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .select-box select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        border: none;
        margin: 15px 0px;
        min-width: 160px;
        min-height: 45px;
        border-radius: 100px;
        background-color: #f39700;
        cursor: pointer;
        padding: 0px 25px;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        color: #fff;
        font-weight: 500;
        letter-spacing: 1.6px;
    }

        .select-box select:hover {
            background-color: #00534f;
        }

        .select-box select ::-ms-expand {
            display: none;
        }

/*details page*/
.block_title {
    margin: 0px 0px 15px 0px;
}.block_title .main-title {
    letter-spacing: .9px;
    color: #0757a3;
    text-transform: uppercase;margin-bottom:0px;
    padding: 10px 0px;
}
.block_title .sub-title {
    font-weight: bold;
    letter-spacing: .9px;
    color: #616578;
}
.ta-c {
    text-align: center;
}
h3 {
    font-size: 24px;
}

.content-wrap .service-list-item {
    position: relative;
    margin-bottom: 0px;
}
.content-wrap .service-list-item {
    width: 100%;
    height:284px;
    background-color: #f2f2f2;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.content-wrap .service-list-item .img-box {
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.content-wrap .service-list-item .img-box .img-box_img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-wrap .service-list-item .title {
    padding: 20px;margin:0px;
    background-color: #fff;
}
.content-wrap .service-list-item .title span {
    position: absolute;
    color: #B4B4B4;
    right: 35px;
}
.content-wrap .service-list-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.content-wrap .service-list-item .title span:after {
    content: "";
    position: absolute;
    margin-left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #B4B4B4;
    top: 50%;
    -webkit-transform: translateX(0px) translateY(-50%);
    -ms-transform: translateX(0px) translateY(-50%);
    transform: translateX(0px) translateY(-50%);
}


.news-list-item {
    cursor: pointer;
    position: relative;
    padding: 40px 0px 40px 15px;
    border-bottom: 0.5px solid #b4b4b4;
    background-color: transparent;
}

.news-list-item:hover {
        opacity: 0.8;
    }

.news-list-item:hover span.more-icon {
            color: #5EC5C3;
        }

.news-list-item:hover span.more-icon:after {
                -webkit-transform: translateX(0px) translateY(-50%);
                -ms-transform: translateX(0px) translateY(-50%);
                transform: translateX(0px) translateY(-50%);
                -webkit-animation: linkGo .5s alternate infinite ease-in both;
                animation: linkGo .5s alternate infinite ease-in both;
            }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.news-list-item:hover span.more-icon:after {
        -webkit-animation: none;
        animation: none;
    }
}

@supports (-ms-accelerator: true) {
.news-list-item:hover span.more-icon:after {
        -webkit-animation: none;
        animation: none;
    }
}

.news-list-item a {
  
}

.news-list-item span.news-date {
    font-size: 14px;
    letter-spacing: 1.4;
    /*padding-right: 20px;*/
}

.news-list-item span.more-icon {
    position: absolute;
    top: 0;
    right: 15px;
    width: 10px;
    height: 100%;
}

.news-list-item span.more-icon:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 8px;
        border-color: transparent transparent transparent #008680;
        top: 50%;
        -webkit-transform: translateX(0px) translateY(-50%);
        -ms-transform: translateX(0px) translateY(-50%);
        transform: translateX(0px) translateY(-50%);
    }

.news-list-item p.news-title {
    display: inline-block;
    padding-left: 50px;
    width: 75%;
    vertical-align: middle;
}
.news-date-size {
    font-size: 14px;
    width: 100px;
}
.news-tag {
    display: inline-block;
    background-color: #5EC5C3;
    border-radius: 100px 35px 35px 100px;
    padding: 3px 10px 3px 22px;
    margin-right: 10px;
    position: relative;
}
.news-tag p {
    font-size: 14px;
    color: #fff;
}
.news-tag p:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news-list-item p.news-title {
    display: inline-block;
    padding-left: 50px;
    width: 75%;
    vertical-align: middle;
}
.news-list-item span.more-icon {
    position: absolute;
    top: 0;
    right: 15px;
    width: 10px;
    height: 100%;
}
.news-list-item span.more-icon:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #008680;
    top: 50%;
    -webkit-transform: translateX(0px) translateY(-50%);
    -ms-transform: translateX(0px) translateY(-50%);
    transform: translateX(0px) translateY(-50%);
}
.news-list-wrap .news-list-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page{text-align:center;width:100%;overflow:hidden;margin:30px 0px;}
.page li{display:inline-block;margin:0px 2px;border:1px solid #ccc;padding:3px 10px;}
.page li a{color:#444;}
.page li:hover,.page li.thisclass{background:#5EC5C3;color:#fff;}
.page li:hover a,.page li.thisclass a{color:#fff;}


  html, body {font-family: 'Open Sans', sans-serif;}

    body{line-height: 1.42857143;color: #333;}

    * {margin:0;padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

    img, ul, li, dd, dt, dl, div, p, input {

        margin: 0px;

        border: none;

        padding: 0px;

        margin: 0 auto;

        list-style: none;

        outline: none;

    }

    figure {

        width: 100%;

        /*height: 100%;*/

        margin: 0;

        padding: 0;

        background: #fff;

        overflow: hidden;

    }

    body a {

        transition: 0.5s all;

        -webkit-transition: 0.5s all;

        -moz-transition: 0.5s all;

        -o-transition: 0.5s all;

        -ms-transition: 0.5s all;

    }



    .text-center {

        text-align: center;

    }

    .container {

        

        padding-right: 15px;

        padding-left: 15px;

        margin-right: auto;

        margin-left: auto;

    }

    

   

    .clearfix{clear: both;}



    .mid-grids {

        padding-top: 2em;

    }

    .wel-head h3 {

        text-transform: uppercase;

        font-weight: 900;

        font-size: 2.2em;

        border-bottom: 3px solid #003d6d;

        display: inline-block;

        padding: 0 0 0.3em 0;

    }

    .mid-grids-left h2 {

        color: #464646;

        font-size: 1.5em;

        margin: 0;

        padding: 0 0 0.3em 0;

    }

    .mid-grids-left h2 span {

        text-transform: uppercase;

        font-weight: 900;

    }

    .mid-grids-left p {

        color: #777;

        line-height: 1.5em;

        font-size: 0.875em;

    }

    .mid-grids-right h3 {

        color: #464646;

        font-size: 1.5em;

        margin: 0;

        padding: 0 0 0.3em 0;

    }

    .mid-grids-right h3 span {

        font-weight: 900;

        text-transform: uppercase;

    }



    .latest-news-grid {

        margin: 2% 4% 4% 0%;

        float: left;

        width: 48%;

    }

    .latest-news-grid:nth-child(2), .latest-news-grid:nth-child(4) {

        margin-right: 0;

    }

    .latest-news-grid h4 {

        margin: 0.2em 0 0.4em 0;

    }

    .latest-news-grid h4 a {

        color: #464646;

        font-weight: 600;

        font-size: 1.1em;

        text-decoration: none;

        line-height: 1.5em;

    }

    .latest-news-grid p {

        margin-bottom: 1.5em;

    }

    .services-list ul {

        margin: 0px;

        padding: 0px;

    }

    .services-list ul li {

        display: block;

    }

    .services-list ul li a {

        color: #777;

        border-bottom: 1px solid #EEE;

        display: block;

        padding: 0.5em 0;

        text-decoration: none;

        font-size: 0.875em;

    }

    .services-list ul li a:hover {

        color: #424242;

    }

    .services-list ul li a span {

        width: 7px;

        height: 13px;

        display: inline-block;

        background: url(http://www.qiyueshipping.com/images/arrow.png) no-repeat 0px 0px;

        vertical-align: middle;

        margin-right: 0.5em;

    }



    .services-list ul li a small {

        text-indent: 10px;

        font-size: 1em;

    }



    .hover01 figure img {

        width: 100%;

        height: auto;

        -webkit-transform: scale(1);

        transform: scale(1);

        -moz-transform: scale(1);

        -o-transform: scale(1);

        -ms-transform: scale(1);

        -webkit-transition: all 0.5s ease-in-out;

        transition: all 0.5s ease-in-out;

        -moz-transition: all 0.5s ease-in-out;

        -o-transition: all 0.5s ease-in-out;

        -ms-transition: all 0.5s ease-in-out;

    }

    .hover01 figure:hover img {

        -webkit-transform: scale(1.3);

        transform: scale(1.3);

    }

    a.news-btn {

        background: #003d6d;

        padding: 0.5em 0.8em;

        display: inline-block;

        color: #FFF;

        font-weight: 900;

        font-size: 1em;

        text-decoration: none;

    }

    a.news-btn:hover {

        background: #464646;

    }
    #prod_line{
    width:100%;height:5px;background:rgb(109,54,145)
}

.prod_list_dv{
    font-size:16px;font-weight:700;min-width:300px;min-height:40px;padding-top:10px;padding-bottom:10px;
}

.prod_list_span{
    float:left;display:inline-block;background:url('qipao.png') no-repeat;width:120px;height:45px;color:#eee;font-size: 16px;text-align:center;line-height:45px;padding-right:10px;
}

.prod_list_ul{
    padding-top:12px;
    max-width:1080px;
}

.prod_list_ul>li{
    padding-left:20px;display:inline-block;float:left;
}

.prod_list_ul>li>a,.prod_list_ul_m>li>a{
    padding:0;
    color:#555;
}


.prod_list_ul>li>a:hover{
    color:rgb(109,54,145);
}

.hui{background:#ececec;}
#cssmenu ul li.mdeng{display:none;}

@media (max-width: 767px){
.contact-form {
    margin-top: 0px;
}
.hui .container{width:100% !important;}
.prod_list_ul>li>a, .prod_list_ul_m>li>a{font-size:13px;}
.prod_list_ul{overflow:hidden;padding-top:0px;}
.paragraph img{max-width:100%;height:auto !important;}
.news-list-item {
    padding: 15px 10px 10px 10px;
}
.news-list-item .news-date-size {
    font-size: 12px;
}
.news-list-item .news-tag {
    padding: 2px 5px 2px 16px;
}
.news-list-item .news-tag p {
    font-size: 12px;
}
.news-list-item .news-tag p:before {
    left: 5px;
}
.news-list-item .news-title {
    padding-top: 10px;
}
.news-list-item .more-icon {
    right: 0;
}
.news-list-item span.more-icon:after {
    border-width: 6px 0 6px 6px;
}
.news-list-item p.news-title {
    display: block;
    padding-left: 0px;
    padding-top: 10px;
    width: 100%;
}
.news-list-item p.news-title a{color:#4a4a4a;font-size:14px;font-weight:normal;}
.news-list-item p.news-title a b{font-weight:normal;}



        .news-list-wrap .news-list-item span.more-icon:after {
            border-width: 6px 0 6px 6px;
        }

        .news-list-wrap .news-list-item p.news-title {
            display: block;
            padding-left: 0px;
            padding-top: 15px;
            width: 100%;
        }
        .page li{margin-bottom:10px;}
        .responsive-menu-wrap .slicknav_nav .login a{width:30%;float:left;text-align:cener;display:block;padding:14px 0px;margin-left:10%;}
        .responsive-menu-wrap .slicknav_nav .login{overflow:hidden;}
        .mdeng{display:block;}
.scrollsidebar{display:none;}
.logo {
    text-align: left;position:absolute;left:0px;top:0px;
}
    
}