/*
  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. Plate 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
*/


*{
	padding: 0;
	margin: 0;
}

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;
}


/*          定义全局选择框          */

input[type=checkbox], input[type=radio]{
	width:auto;
	vertical-align: middle;
}


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: #00656D;
	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;
	color: white;
}

.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 {
	cursor: pointer;
	color: #F8A555;
}

.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%;
	background-color: #fff;
}

.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: 520px;
	background-position: 50% 0;
	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: 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: #F8A555;
	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: #f6f6f6;
	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: #F8A555;
	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: #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: #00656D;
}

@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;
}

/* plate Section */

.plate-main-block {
	padding: 100px 0px;
	width: 100%;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.plate-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;
}

.plate-block:hover {
	box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.plate-dtl {
	padding: 25px 30px;
	background-color: #FFF;
}

.plate-dtl p {
	font-size: 17px;
	line-height: 26px;
	color: #333;
}

.plate-meta {
	font-size: 14px;
	margin-bottom: 13px;
}

.plate-meta a {
	color: #F8A555;
	text-transform: uppercase;
}

.plate-heading a {
	color: #999;
	font-weight:bold;
	font-size: 36px;
}

@media (max-width: 992px) {
	.plate-block {
		margin-bottom: 30px;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.plate-block {
		margin-bottom: 30px;
	}
}

/* Achievment Section */

.facts-main-block {
	background-color: #00656D;
	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: 20px;
	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:18px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	color: #232323;
	margin-bottom: 16px;
	text-transform: uppercase;
	padding: 0 10%;
	line-height:36px;
}

.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: #fff;
}

.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;
	vertical-align: middle;
	margin-top: 20px;
}

.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:100px;
}

.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: 16px;
	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 55px 100px;*/
	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: 600px;
	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: 40px 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: #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: #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;
}

.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: 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: #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(../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: #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: 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: #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-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: #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: #f6f6f6;
	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);
	}
}






/*                    新增                    */



.clearfix::before,
.clearfix::after{
	content: '';
	clear: both;
	display: table;
}
/*          首页          */



.nav-bar_title{
	color: #333;
	font-size:16px;
	font-weight: bold;
	margin-left: 6px;
}

@media (max-width: 1200px) {
	.nav-bar_title {
		display: none;
	}}





.img_box{
	width: 100%;
	height:200px;
	background: url("../images/img_box_02.jpg") no-repeat;
	background-size:cover;
	text-align: center;
}

.img_box span{
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	line-height: 200px;
}

@media (max-width: 1200px) {
	.img_box {
		height:160px;
	}

	.img_box span{
		font-size:40px;
		line-height: 160px;
	}}

@media (max-width: 992px) {
	.img_box {
		height:120px;
	}

	.img_box span{
		font-size:30px;
		line-height: 120px;
	}}

@media (max-width: 767px) {
	.img_box {
		height:100px;
	}

	.img_box span{
		font-size:22px;
		line-height: 100px;
	}}

@media (max-width: 575px) {
	.img_box {
		height:300px;
		padding-top:60px;
	}

	.img_box span{
		font-size:30px;
		line-height: 60px;
	}}






.footer_title{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-left: 6px;
}

@media (max-width: 1200px) {
	.footer_title {
		font-size: 16px;
	}}


@media (max-width: 992px) {
	.footer_title {
		font-size: 16px;
	}}

@media (max-width: 767px) {
	.footer_title {
		font-size: 14px;
	}}

@media (max-width: 575px) {
	.footer_title {
		font-size: 16px;
	}}





@media (max-width: 575px) {
	.logo-footer {
		margin-top: 40px;
	}
}





/*          首页2          */



.main_img{
	width: 100%;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}





/*          新闻详情          */



.new_con{
	vertical-align: top;
}

.new_con .title{
	padding-top: 2rem;
	text-align: center;
}

.new_con .title h1{
	font-size: 36px;
	line-height: 1.5;
	font-weight: bold;
}

.new_con .title span{
	font-size: 14px;
	display: inline-block;
}


.new_banner{
	padding: 1rem;
	border-bottom: 1px solid #f6f6f6;
	margin-bottom: 1rem;
}

.newdetails p{
	margin-bottom: 2rem;
	line-height: 2;
}

.newdetails img{
	width: 100%;
}

.query_img
{
	padding-top: 1rem ;
	/* border-top: 1px solid #f6f6f6; */
	margin-bottom: 6rem;
}

.query_img img{
	width:100%;
}

@media (max-width: 1200px) {
	.new_con .title{
		padding-top: 2rem;
		text-align: center;
	}
	.new_con .title h1 {
		font-size: 30px;
	}
	.new_banner{
		padding: 2rem;
		margin-bottom: 2rem;
	}
	.newdetails p{
		margin-bottom: 2rem;
		line-height: 2;
	}
}

@media (max-width: 992px) {
	.new_con .title{
		padding-top: 2rem;
		text-align: center;
	}
	.new_con .title h1 {
		font-size:30px;
	}
	.new_banner{
		padding: 2rem;
		margin-bottom: 2rem;
	}
	.newdetails p{
		margin-bottom: 2rem;
		line-height: 2;
	}
}

@media (max-width: 767px) {
	.new_con .title{
		padding-top: 1rem;
		text-align: center;
	}
	.new_con  .title h1 {
		font-size: 18px;
	}
	.new_banner{
		padding: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.newdetails p{
		margin-bottom: 2rem;
		line-height: 2;
	}
}

@media (max-width: 575px) {
	.new_con .title{
		padding-top: 1rem;
		text-align: center;
	}
	.new_con .title h1 {
		font-size:18px;
	}
	.new_banner{
		padding: 1rem;
		margin-bottom: 1rem;
	}
	.newdetails p{
		margin-bottom: 1rem;
		line-height: 2;
	}
}





/*          查询          */



.quotation-main-block_n{
	padding: 0;
}

/* .quotation-main-block_n .container{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
} */

.query,.explain{
	width: 100%;
	background-color: #fff;
}

.explain{
	padding: 2rem;
	margin-top: 1rem;
	margin-bottom:6rem;
}

.explain p{
	line-height: 1.5;
	font-size: 16px;
}

.quotation-main-block_n .section-heading{
	padding-top: 50px;
	font-size:24px;
	line-height: 1.5;
}

.query{
	text-align: center;
	padding: 3rem 0;
}

.query_qr img{
	width: 12rem;
}

@media (max-width: 1200px) {
	.quotation-main-block_n .section-heading{
		font-size:24px;
		line-height: 1.5;
	}
	.query{
		text-align: center;
		padding: 3rem 0;
	}
	.query_qr img{
		width: 10rem;
	}
}

@media (max-width: 992px) {
	.quotation-main-block_n .section-heading{
		font-size:24px;
		line-height: 1.5;
	}
	.query{
		text-align: center;
		padding: 3rem 0;
	}
}

@media (max-width: 767px) {
	.quotation-main-block_n .section-heading{
		font-size:24px;
		line-height: 1.5;
	}
	.query{
		text-align: center;
		padding: 3rem 0;
	}
}

@media (max-width: 575px) {
	.quotation-main-block_n .section-heading{
		font-size:24px;
		line-height: 1.5;
	}
	.query{
		text-align: center;
		padding: 3rem 0;
	}
}





/*          申请证书          */





/*          成功弹窗          */



.background_color{
	position: fixed;
	background-color: rgba(0,0,0,.3);
	height: 100%;
	width: 100%;
	z-index:9999;
	top: 0;
	left: 0;
}

.wrapper_n{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.popup{
	padding: 1rem 1rem;
	background-color: #fff;
	/* width:100px;
	height: 100px; */
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* border: 1px solid #F8A555; */
}

.cancel{
	margin-bottom: 1rem;
}

.cancel i{
	font-size:24px;
	color: #ccc;
	float: right;
	cursor: pointer;
}

.success_icon{
	padding: 0 6rem;
}

.success_icon i{
	font-size:96px;
	color: #F8A555;
	margin: 0 3rem;
}

.popup p{
	font-size: 14px;
	margin-top: 2rem;
	margin-bottom: 1.6rem;
	text-align: center;
}

@media (max-width: 1200px) {
	.success_icon{
		padding: 0rem 6rem;
	}
	.popup p{
		margin-bottom: 2rem;
	}
}

@media (max-width: 992px) {
	.success_icon{
		padding: 0rem 2rem;
	}
	.popup p{
		margin-bottom: 1rem;
	}
}

/* @media (max-width: 767px) {
	.popup{
		padding: 1rem 4rem;
	}
} */

@media (max-width: 575px) {
	.success_icon{
		padding: 0;
	}
	.popup p{
		margin-top: 1.2rem;
	}
}





/*          查询结果          */



.info_wrapper{
	position: relative;
}

.info_wrapper h5{
	text-align: center;
}

.info_wrapper li label{
	margin-right: 2rem;
	color: #777;
	width:6rem;
	text-align: left;
}

.info_wrapper li p{
	display: inline-block;
	text-align: left;
	width:6rem;
}

.info_wrapper li:nth-child(2) span{
	font-weight:bold;
}

.info_wrapper li:nth-child(2) h5{
	margin-bottom: 0;
}

/* .info_box{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
} */

/* .info_box{
	position:absolute;

	z-index: 9999;
} */

.img_wrapper img{
	width: 100%;
}





/*          海报展示          */


.quotation-form_n{
	margin:2rem 0;
}

.quotation-form_n2{
	padding: 0;
	margin-bottom: 6rem;
}

.footer-main-block_n{
	padding: 0;
}

/*   海报展示2   */
.fixed_wrapper{
	position: fixed;
	right: 0;
	bottom: 120px;
	background-color: #fff;
	border: 1px solid #00656D;
	-webkit-border-radius:.2rem;
	-moz-border-radius: .2rem;
	border-radius:.2rem;
	text-align: center;
}

/* .fixed_wrapper .qr_wrapper_n,.fixed_wrapper .share_wrapper_n{
	height: 50px;
	width:50px;
} */

.fixed_wrapper .fixed_icon_wrapper i{
	font-size:24px;
	color: #00656D;
}

/* 二维码 */

.fixed_wrapper .qr_wrapper_n:hover .qr_box_n{
	display: inline-block;
}

.fixed_wrapper .qr_wrapper_n .qr_box_n{
	position: absolute;
	right:60px;
	top:0;
	padding:4px 4px 10px 4px;
	background-color: #fff;
	text-align: center;
}

.fixed_wrapper .qr_wrapper_n:hover{
	background-color: #00656D;
}

.fixed_wrapper .qr_wrapper_n .fixed_icon_wrapper{
	line-height: 50px;
}

.fixed_wrapper .qr_wrapper_n:hover .fixed_icon_wrapper i{
	color: #fff;
}

.fixed_wrapper .qr_box_n{
	display: none;
}

.fixed_wrapper .qr_wrapper_n .qr_box_n img{
	width: 8rem;
}

.fixed_wrapper .qr_wrapper_n .qr_box_n span{
	font-size: 16px;
}

/* 分享 */
.fixed_wrapper .share_wrapper_n:hover{
	background-color: #00656D;
}

.fixed_wrapper .share_wrapper_n{
	position: relative;
}

.fixed_wrapper .share_wrapper_n .share_box_n button{
	display: block;
	width: 50px;
	height: 50px;
	border: none;
	background-color:#fff;
	margin: 0 auto;
	line-height: 50px;
}

.fixed_wrapper .share_wrapper_n:hover button{
	background-color: #00656D;
}

.fixed_wrapper .share_wrapper_n .share_box_n button img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
	width: 24px;
	height: 24px;
}

.fixed_wrapper .share_share img:nth-child(2){
	display: none;
}

.fixed_wrapper .share_share:hover img:nth-child(2){
	display: inline-block;
}

.fixed_wrapper .share_share:hover img:nth-child(1){
	display: none;
}

.fixed_wrapper .wechatFriend img:nth-child(2){
	display: none;
}

.fixed_wrapper .wechatFriend:hover img:nth-child(2){
	display: inline-block;
}

.fixed_wrapper .wechatFriend:hover img:nth-child(1){
	display: none;
}

.fixed_wrapper .wechatTimeline img:nth-child(2){
	display: none;
}

.fixed_wrapper .wechatTimeline:hover img:nth-child(2){
	display: inline-block;
}

.fixed_wrapper .wechatTimeline:hover img:nth-child(1){
	display: none;
}

.fixed_wrapper .qqFriend img:nth-child(2){
	display: none;
}

.fixed_wrapper .qqFriend:hover img:nth-child(2){
	display: inline-block;
}

.fixed_wrapper .qqFriend:hover img:nth-child(1){
	display: none;
}

.fixed_wrapper .qZone img:nth-child(2){
	display: none;
}

.fixed_wrapper .qZone:hover img:nth-child(2){
	display: inline-block;
}

.fixed_wrapper .qZone:hover img:nth-child(1){
	display: none;
}

.fixed_wrapper .weibo img:nth-child(2){
	display: none;
}

.fixed_wrapper .weibo:hover img:nth-child(2){
	display: inline-block;
}

.fixed_wrapper  .weibo:hover img:nth-child(1){
	display: none;
}

.fixed_wrapper .nativeshare img:nth-child(2){
	display: none;
}

.fixed_wrapper .nativeshare:hover img:nth-child(2){
	display: inline-block;
}

.fixed_wrapper .nativeshare:hover img:nth-child(1){
	display: none;
}

.fixed_wrapper2{
	display: none;
}

@media (max-width: 767px) {
	.fixed_wrapper{
		display: none;
	}

	.fixed_wrapper2{
		display: block;
	}

	.fixed_wrapper2{
		position: fixed;
		right: 0;
		bottom: 14rem;
		background-color: #fff;
		border: 1px solid #00656D;
		-webkit-border-radius:.2rem;
		-moz-border-radius: .2rem;
		border-radius:.2rem;
		text-align: center;
	}

	.fixed_wrapper2 .fixed_icon_wrapper{
		padding: 1rem;
		font-size: 1.6rem;
		color: #00656D;
	}

	.fixed_wrapper2 .fixed_icon_wrapper:hover{
		background-color: #00656D;
	}

	.fixed_wrapper2 .fixed_icon_wrapper:hover i{
		color: #fff;
	}

	/* 二维码 */
	.fixed_wrapper2 .qr_wrapper_n .qr_box_n{
		position: absolute;
		right:60px;
		top:0;
		padding:4px 4px 10px 4px;
		background-color: #fff;
		text-align: center;
	}

	.fixed_wrapper2 .qr_wrapper_n:hover{
		background-color: #00656D;
	}

	.fixed_wrapper2 .qr_box_n{
		display: none;
	}

	.fixed_wrapper2 .qr_wrapper_n:hover .qr_box_n{
		display: inline-block;
		}

	.fixed_wrapper2 .qr_wrapper_n .qr_box_n img{
		width: 8rem;
	}

	.fixed_wrapper2 .qr_wrapper_n .qr_box_n span{
		font-size: 16px;
	}

	/* 分享 */
	.share_wrapper2_n .share_main{
		display: none;
	}

	.share_wrapper2_n:hover .share_main {
		display: inline-block;
	}

	.share_wrapper2_n .share_main{
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		height: auto;
		padding: 2rem 0;
		background-color: #fff;
		-webkit-box-shadow:0 0 10px #999;
		-moz-bbox-shadow:0 0 10px #999;
		box-shadow:0 0 10px #999;
	}

	.fixed_wrapper2 .share_wrapper_n{
		display: inline-block;
		margin: .4rem 0;
	}

	.fixed_wrapper2 .share_wrapper_n .share_box_n{
		width: 4rem;
		height: 4rem;
	}

	.fixed_wrapper2 .share_wrapper_n .share_box_n button{
		width:100%;
		height: 100%;
		border: none;
		-webkit-border-radius:.5rem ;
		-moz-border-radius:.5rem ;
		border-radius:.5rem ;
		margin: 0 auto;
	}

	.fixed_wrapper2 .share_wrapper_n .share_box_n button i{
		color: #fff;
		line-height: 1.5;
	}

	.fixed_wrapper2 .share_share .share_box_n button{
		background-color: #006ce2;
	}

	.fixed_wrapper2 .share_share .share_box_n button i{
		font-size: 2rem;
	}

	.fixed_wrapper2 .wechatFriend .share_box_n button{
		background-color: #46bb36;
	}

	.fixed_wrapper2 .wechatFriend .share_box_n button i{
		font-size: 2.6rem;
	}

	.fixed_wrapper2 .wechatTimeline .share_box_n button{
		background-color: #46bb36;
	}

	.fixed_wrapper2 .wechatTimeline .share_box_n button i{
		font-size: 2.4rem;
	}

	.fixed_wrapper2 .qqFriend .share_box_n button{
		background-color: #4cafe9;
	}

	.fixed_wrapper2 .qqFriend .share_box_n button i{
		font-size: 2.3rem;
	}

	.fixed_wrapper2 .qZone .share_box_n button{
		background-color: #ffcd00;
	}

	.fixed_wrapper2 .qZone .share_box_n button i{
		font-size: 3rem;
		line-height: 1;
	}

	.fixed_wrapper2 .weibo .share_box_n button{
		background-color: #e6162d;
	}

	.fixed_wrapper2 .weibo .share_box_n button i{
		font-size: 2.8rem;
		line-height: 1;
	}

	.fixed_wrapper2 .nativeshare .share_box_n button{
		background-color: #fd9b00;
	}

	.fixed_wrapper2 .nativeshare .share_box_n button i{
		font-size: 3rem;
		line-height: 1;
	}

	/* 排版 */
	.share_main ul{
		display: -webkit-flex;
    	display: flex;
		-webkit-justify-content: space-around;
    	justify-content: space-around;
	}

	.share_main .blank{
		opacity: 0;
	}

}
@media (max-width: 367px) {

	.fixed_wrapper2 .share_wrapper_n .share_box_n{
		width: 3.2rem;
		height: 3.2rem;
	}

	.fixed_wrapper2 .share_share .share_box_n button i{
		font-size: 1.6rem;
	}

	.fixed_wrapper2 .wechatFriend .share_box_n button i{
		font-size: 2rem;
	}

	.fixed_wrapper2 .wechatTimeline .share_box_n button i{
		font-size: 1.8rem;
	}

	.fixed_wrapper2 .qqFriend .share_box_n button i{
		font-size: 1.8rem;
	}

	.fixed_wrapper2 .qZone .share_box_n button i{
		font-size: 2.4rem;
		line-height: 1;
	}

	.fixed_wrapper2 .weibo .share_box_n button i{
		font-size: 2.2rem;
	}

	.fixed_wrapper2 .nativeshare .share_box_n button i{
		font-size: 2.4rem;
		line-height: 1;
	}

}






/*          评委          */



.bottom_wrapper{
	width: 100%;
	height: 100%;
}

/*   左侧导航栏   */

.slidenav{
	text-align: center;
	background-color: #f6f6f6;
	/* position: fixed;
	top:53px;
	left: 0; */
	float: left;
	width:16%;
	height: 100%;
}

/*   嵌入   */

iframe{
	width:84%;
	height:100%;
	/* position: fixed;
	top:53px;
	left:120px; */
	float: left;
}

/*   文字表格   */

.table_wrapper{
	padding-top: 30px;
	/* position: fixed;
	top:53px;
	left:140px; */
}

.table_wrapper table{
	text-align: center;
	width: 100%;
}

.table_wrapper table tr td{
	line-height:2;
}

.table_wrapper table tr:nth-child(even){
	background-color: #f6f6f6;
}

/* .table_wrapper table tr:hover:not(tr:nth-child(1),tr:nth-child(2)){
	background-color: #ccc;
} */

.table_wrapper table tr:nth-child(1){
	background-color: rgba(0,0,0,0);
}

.table_wrapper table tr:nth-child(2){
	font-weight: bold;
	background-color: #eee;
}

.table_wrapper table tr td:not(.table_box_n tr td){
	white-space:nowrap;
}

.table_wrapper table td:first-child{
	padding: 10px 20px;
}

.table_wrapper table td:first-child+td:not(.title2){
	padding: 10px 20px;
	/* padding: 20px 40px 0 40px;
	vertical-align: bottom;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;  */
}


.table_wrapper table td:first-child+td+td{
	padding: 10px 20px;
}

.table_wrapper table td:first-child+td+td+td{
	padding: 10px 20px;
}

.table_wrapper table td:first-child+td+td+td+td{
	padding: 10px 20px;
}

.table_wrapper table td:first-child+td+td+td+td+td{
	padding: 10px 20px;
}

.table_wrapper table td:first-child+td+td+td+td+td+td{
	padding: 10px 20px;
	/* padding-top: 20px;
	vertical-align: bottom;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;  */
}

.table_wrapper table td:first-child+td+td+td+td+td+td+td{
	padding: 10px 20px;
}

.table_wrapper table td:first-child+td+td+td+td+td+td+td+td{
	padding: 10px 20px;
}

.table_wrapper table td:first-child+td+td+td+td+td+td+td+td+td{
	padding: 10px 20px;
}

.table_wrapper table td:first-child+td+td+td+td+td+td+td+td+td+td{
	padding: 10px 20px;
}

.table_wrapper table td:first-child+td+td+td+td+td+td+td+td+td+td+td{
	padding: 10px 20px;
}

/*     分页     */

.right_number{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
.right_number_{
	display: inline-block;
}
.right_number a{
	float: left;
	border: 1px solid #eaeaea;
	margin: 0 5px;
	padding: 10px 16px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.right_number a:hover{
	background:#F8A555 ;
	border: 1px solid #F8A555;
}
.right_number a:hover> h4{
	color: #fff;
}
.right_number a h4{
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 0;
}
.right_number .blank{
	cursor:default;
	border: none;
}
.right_number .blank:hover{
	border: none;
	background:#fff;
	color: #333;
}
.right_number .blank:hover> h4{
	border: none;
	background:#fff;
	color: #333;
}

/*   图文表格   */

.table_wrapper .table_box_n tr:not(:nth-child(1)) td{
	text-decoration: none;
	width: 300px;
	/* padding: 40px; */
}

.table_wrapper .table_box_n tr:nth-child(odd)>td:nth-child(even)>.table_info_box{
	background-color: #f6f6f6;
}

.table_wrapper .table_box_n tr:nth-child(even)>td:nth-child(odd)>.table_info_box{
	background-color: #f6f6f6;
}

.table_wrapper table tr:nth-child(1){
	white-space:nowrap;
}

/* 图片 */
.table_img_box{
	width: 300px;
}

.table_img_box img{
	width: 300px;
}

/* 文字 */
.table_info_box{
	width: 300px;
	text-align: left;
	padding: 20px;
	box-sizing: border-box;
}

.table_info_box p{
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 下拉操作 */
.table_select_box{
	text-align: left;
}

.table_select_box label{
	display:inline-block;
}

.table_select_box select{
	width: auto;
	padding: 6px 10px;
}

/* 按钮操作 */
.table_button_box{
	text-align: left;
}

/* 分割线 */
.line{
	width: 100%;
	height: 1px;
	background-color: #ccc;
	margin: 20px 0;
}

/* 批量选择 */
.table_checkbox{
	margin-right: 20px ;
	padding: 6px 0;
	white-space: nowrap;
}

/* .table_button_box .table_checkbox input{
	margin-right: 20px ;
	margin-bottom: -8px;
} */

.table_text_box select{
	opacity: 0;
}





/*          说明          */


/*   文字说明   */
.text_wrapper{
	padding-top: 30px;
}

.text_main{
	margin-left: 40px;
}

.text_wrapper p{
	line-height:2;
	text-indent: 2em;
}





/*          合作商          */



/*   图文表格   */

.cf{
	padding: 10px 20px;
}

.cf ul{
	display: inline-block;
}

.cf ul li{
	float: left;
	margin-bottom: .5rem;
	margin-right: 20px;
}

.cf ul li label{
	float: left;
}

/* .cf ul li input{
	vertical-align: middle;
} */


/* 备注 */
.remarks{
	height: 56px;
}





/*          登录          */



/* 背景 */
/* .login_wrapper{
	position: fixed;
	background-color: rgba(0,0,0,.3);
	height: 100%;
	width: 100%;
	z-index:9999;
	top: 0;
	left: 0;
} */

.login_main{
	width:100%;
	/* background-color: #ccc; */
	/* background-image: url(../images/login_bg.png); */
	background-repeat: no-repeat;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}

.login_form{
	width:500px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left:50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

/* 用户选项 */
/* .login_form ul{
	background-color: #00656D;
} */

.login_form li{
	float: left;
	background-color: #00656D;
	color: #fff;
	cursor: pointer;
	border-bottom:1px solid #fff
}

.login_form li p{
	text-align: center;
	margin: 0;
	padding: 20px 0;
}

.login_form .on{
	background-color: #fff;
	color: #333;
	font-weight: bold;
}

.login_box_1{
	padding:40px 60px;
}

/* 输入框 */
.logon_input{
	margin: 20px;
	text-align: center;
}

.logon_input input{
	color: #333;
	padding: 16px 20px;
}
.login_form .login_bu{
	padding: 0px 20px;
}

.loginbox{
	display: none;
}

.active{
	display:block;
}






/*          登录2          */



/* 背景 */
.login_wrapper2{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	background-color:#fff;
	height:500px;
	width: 100%;
	background-image: url("../images/login_bg2.jpg");
	background-position: center;
}

.login_main2{
	width: 100%;
	position: relative;
}

.login_form2{
	width:500px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	position: absolute;
	top:56px;
	right: 0;
	/* transform: translate(-50%, -50%); */
}

/* 用户选项 */
/* .login_form ul{
	background-color: #00656D;
} */

.login_form2 li{
	float: left;
	background-color: #00656D;
	color: #fff;
	cursor: pointer;
	border-bottom:1px solid #fff
}

.login_form2 li p{
	text-align: center;
	margin: 0;
	padding: 20px 0;
}

.login_form2 .on{
	background-color: #fff;
	color: #333;
	font-weight: bold;
}

.login_form2 .login_box2_1{
	padding:40px 60px;
}

/* 输入框 */
.login_form2 .logon_input{
	margin: 20px 0;
	text-align: center;
}

.login_form2 .logon_input input{
	color: #333;
	padding: 16px 20px;
}

/* .login_form2 .login_bu{
	padding: 0px 20px;
} */

.loginbox2{
	display: none;
}

.active{
	display:block;
}





/*          底部置底          */



  html {
	height: 100%;
  }
  body {
	min-height: 100%;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
  }
  .main_n {
	flex: 1;
  }





  /*          奖状模版          */

  	/* 原尺寸 */
  /* .bg_wrapper{
	  width: 1241px;
	  height: 1720px;
	  background-image: url("../images/jiangzhuang.jpg");
	  background-repeat: no-repeat;
	  background-position: center;
	  margin: 0 auto;
}

.bg_wrapper ul li{
	float: left;
}

.bg_wrapper .ul_1 li{
  height: 879px;
}

.bg_wrapper .ul_2 li{
	height: 90px;
}

.bg_wrapper .ul_3 li{
	height:93px;
}

.bg_wrapper .ul_4 li{
height:90px;
}

.bg_wrapper .ul_5 li{
	height:568px;
}

.bg_wrapper ul li:nth-child(1){
	width: 260px;
}

.bg_wrapper ul li:nth-child(2){
	width: 160px;
}

.bg_wrapper ul li:nth-child(3){
	width: 335px;
}

.bg_wrapper ul li:nth-child(4){
	width: 486px;
}

.bg_text{
	width: 100%;
	text-align: center;
}

.bg_text h2{
	margin: 0;
	padding-top: 46px;
} */


/* 新尺寸 */

.bg_wrapper{
	  width: 520px;
	  height:720px;
	  background-image: url("../images/jiangzhuang2.jpg");
	  background-repeat: no-repeat;
	  background-position: center;
	  margin: 0 auto;
}

.bg_wrapper ul li{
	float: left;
	/* background-color: #00B965; */
}

.bg_wrapper .ul_1 li{
  height: 368px;
}

.bg_wrapper .ul_2 li{
	height: 37px;
}

.bg_wrapper .ul_3 li{
	height:40px;
}

.bg_wrapper .ul_4 li{
height:37px;
}

.bg_wrapper .ul_5 li{
	height:238px;
}

.bg_wrapper ul li:nth-child(1){
	width: 109px;
}

.bg_wrapper ul li:nth-child(2){
	width: 68px;
}

.bg_wrapper ul li:nth-child(3){
	width: 140px;
}

.bg_wrapper ul li:nth-child(4){
	width: 204px;
}

.bg_text{
	width: 100%;
	text-align: center;
}

.bg_text h2{
	margin: 0;
	padding-top:18px;
	font-size: 14px;
	font-weight: bold;
}





  /*          底部          */
.footer-main-block_n{
	padding: 0;
}

.footer-main-block_n .copyright-block,
.footer-main-block_n .copyright-social{
	text-align: center;
}

.footer-main-block_n .footer_title h5{
	color: #fff;
	font-weight: bold;
	margin-bottom:10px;
}

.footer-main-block_n .footer_title h5 i{
	margin-right: .5rem;
}

.footer-main-block_n .footer_title .copyright-block p{
	font-weight: normal;
}

.footer-main-block_n .copyright-social .dropdown_n a{
	display: block;
	margin-left: 0;
}
