/*
 * Theme V1.0.0
 * Copyright 2015-2016 Themeon.com
 */

/*
 Table Of Contents
 1.) Homepage 1 page
 2.) Homepage 2 page
 3.) Homepage 3 page
 4.) About Us page
 5.) Service Details page
 6.) Services page
 7.) Blog page
 8.) Blog Post page
 9.) Request A Quote
 10.) Contact Us page
 11.) 404 page
 12.) Shop Details page
 13.) Shop Listing page
 14.) Shopping Cart page
 15.) Checkout page
 16.) Locations page
 17.) Laoder Section
 18.) Faq'page 
 19.) Team page 
 20.) Air Fright page 
 21.) Storage page 
 22.) Warehouse page
 23.) Transport page
 25.) Achivement page
 26.) Blog 1 page 
 ======================================= */

/*1.) Homepage 1*/
.homepage {
	overflow: hidden;
}
/*Styling for banner section*/
.banner {
	position: relative;
}
.about .banner-image {
	width: 100%;
	height: 298px;
	background: url("../images/banner-plane2.jpg") no-repeat;
	background-attachment: fixed;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.banner-text {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
	right: 0;
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
	z-index: 999;
}
.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
	position: static !important;
}
.tp-caption.medium_grey {
	background: none !important;
}
.shipping {
	text-transform: uppercase;
	color: #2c3740 !important;
	font-size: 14px;
	font-weight: bold;
	background: #ffffff;
	display: block;
	width: 162px;
	text-align: center;
	padding: 11px 0;
	position: relative;
	margin-bottom: 10px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.shipping:after {
	border-left: 8px solid #ffffff;
	border-right: 8px solid transparent;
	border-top: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
	content: "";
	position: absolute;
	right: -16px;
	top: -1px;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}
.caption {
	width: 476px;
}
.banner-text h2 {
	font-weight: 900;
	letter-spacing: -0.9px;
	white-space: normal;
	color: #fff;
	font-size: 48px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.tp-leftarrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 5%;
}
.tp-rightarrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 5%;
}
/*Styling for section area*/
.section {
	position: relative;
}
/*styling for services*/
.services {
	padding-top: 71px;
	padding-bottom: 98px;
}
.services-link {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff !important;
	display: block;
	width: 174px;
	text-align: center;
	padding: 15px 0;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	border: 1px solid transparent;
}
.services-link:hover, .homepage-3 .services-link:hover {
	color: #fff !important;
	border: 1px solid transparent;
}
.heading h2 {
	margin-bottom: 39px;
	padding-bottom: 13px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: 900;
}
.heading h2:after, .heading h6:after {
	content: "";
	display: block;
	position: absolute;
	width: 34px;
	height: 1px;
	left: 0;
	bottom: 0;
}
.news .heading h2::after, .testimonial .heading h2::after {
	display: none;
}
.news .heading h2, .testimonial .heading h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: 900;
}
.heading span {
	font-weight: bold;
	font-size: 14px;
	display: block;
	color: #6d7c88;
	text-transform: uppercase;
	letter-spacing: -0.1px;
}
.slides-text h4 {
	font-weight: 900;
	margin-bottom: 17px;
	letter-spacing: -0.5px;
}
.slides-text h4 a {
	color: #2c3740;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.slides-text p {
	margin-bottom: 23px;
	letter-spacing: 0.1px;
}
.slides-text {
	padding: 34px 23px 36px 34px;
	box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	-webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	border: 1px solid #d4dee5;
}
.slides-tab {
	padding-right: 20px;
	padding-bottom: 1px;
	margin-left: 1px;
	position: relative;
}
.services-slider .owl-item:nth-child(3n-1) .slides-tab {
	margin-left: 10px;
	padding-right: 10px;
}
.services-slider .owl-item:nth-child(3n) .slides-tab {
	margin-left: 21px;
	padding-right: 0;
}
.read-more {
	text-transform: uppercase;
	color: #2c3740;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	letter-spacing: 0.7px;
	font-weight: 800;
}
@keyframes move {
 0% {
margin: 0 0 0 5px;
}
 25% {
margin: 0 0 0 8px
}
 50% {
margin: 0 0 0 11px
}
 75% {
margin: 0 0 0 14px
}
 100% {
margin: 0 0 0 16px;
}
}
-webkit-@keyframes move {
 0% {
margin: 0 0 0 5px;
}
 25% {
margin: 0 0 0 8px
}
 50% {
margin: 0 0 0 11px
}
 75% {
margin: 0 0 0 14px
}
 100% {
margin: 0 0 0 16px;
}
}
.read-more > span {
	display: inline-block;
	margin-left: 5px;
}
.read-more:hover > span {
	-webkit-animation: 0.5s ease-in-out 0s normal forwards 1 running move;
	-o-animation: 0.5s ease-in-out 0s normal forwards 1 running move;
	animation: 0.5s ease-in-out 0s normal forwards 1 running move;
}
.services .owl-pagination, .news .owl-pagination {
	margin: 10px 0;
}
.owl-page {
	display: inline-block;
	margin: 0 5px;
}
.services .owl-page span, .news .owl-page span {
	background: #fff;
	border: 2px solid #dde5ea;
}
.services .owl-page.active span, .news .owl-page.active span {
	border: 2px solid #50b9ce;
}
.services .owl-controls, .news .owl-controls {
	position: absolute;
	right: -6px;
	top: -79px;
}
/*styling for features*/
.features {
	margin-bottom: 112px;
}
.heading h3 {
	font-weight: 900;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 30px;
	text-transform: uppercase;
	margin-top: 9px;
	line-height: 1.3;
	letter-spacing: -0.9px;
}
.heading h3:after, .heading h5:after {
	content: "";
	width: 34px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.features-text > p {
	letter-spacing: 0.1px;
	margin-bottom: 33px;
}
.tab-text {
	display: inline-block;
	vertical-align: middle;
	width: 224px;
	margin-left: 27px;
}
/*styling for about*/

.features-tab {
	box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	-webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	border: 1px solid #d4dee5;
	margin-bottom: 34px;
	padding: 27px 0 13px 22px;
}
.icon-ship {
	background-position: 2px -7px;
	height: 70px;
	vertical-align: top;
	width: 58px;
	margin-top: 13px;
}
.icon-train {
	background-position: -76px 0;
	height: 70px;
	vertical-align: top;
	width: 60px;
	margin-top: 13px;
}
.icon-plane {
	background-position: -167px 0;
	height: 70px;
	vertical-align: top;
	width: 60px;
	margin-top: 3px;
}
.icon-clock {
	background-position: -253px -3px;
	height: 70px;
	vertical-align: top;
	width: 60px;
	margin-top: 7px;
}
.figure {
	position: absolute;
	height: 100%;
	float: left;
	background: url("../images/train.jpg") no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	width:50%;
	width: calc(50% - 31px);
	-webkit-width: calc(50% + 31px);
}
.Safari .figure{
	background-attachment:inherit;
	background-position: center bottom !important;
	}
.tab-text > h5 {
	font-weight: 800;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.transport-king {
	width:50%;
	width: calc(50% + 31px);
	-webkit-width: calc(50% + 31px);
	float: right;
	position: relative;
}
.about-us {
	background: #394650;
	padding: 80px 0px 125px 89px;
}
.transport-king .about-us p {
	width: 530px;
}
.description {
	max-width: 515px;
}
.about-us h3 {
	color: #fff;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 35px;
	text-transform: uppercase;
	margin-top: 7px;
}
.about-us h3 span {
	font-size: 14px;
	color: #6d7c88;
	display: block;
	margin-bottom: 5px;
}
.about-us h3:after {
	content: "";
	background: #50b9ce;
	width: 34px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}
.mission h5 {
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 5px;
}
.mission span {
	text-transform: uppercase;
}
.spanish {
	font-size: 18px;
	font-style: italic;
	width: 511px;
	padding: 17px 10px 27px 20px;
	margin-bottom: 36px;
	position: relative;
}
.spanish:after {
	border-left: 8px solid #50b9ce;
	border-right: 8px solid transparent;
	border-top: 11px solid #50b9ce;
	border-bottom: 11px solid transparent;
	content: "";
	position: absolute;
	left: 0px;
	bottom: -22px;
}
.spanish p {
	color: #ffffff;
	line-height: 2;
	letter-spacing: -0.2px;
	font-size: 18px;
}
.custom-blockquote {
	bottom: 43px;
	padding: 0;
	position: absolute;
	left: 89px;
	border: 0;
}
.testimonial-section {
	background: #f0f4f7;
	width: 100%;
	min-height: 209px;
}
blockquote footer::before, blockquote small::before, blockquote .small::before {
	content: "";
}
/*Styling for News Area*/
.news h2, .testimonial h2 {
	text-transform: uppercase;
	font-weight: bold;
}
.news h2 span, .testimonial h2 span {
	color: #6d7c88;
	display: block;
	font-size: 14px;
	margin-bottom: 3px;
}
.news-section .slides-tab {
	padding-right: 0;
}
.comments, .doe {
	color: #2c3740;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	text-transform: uppercase;
}
.doe {
	position: relative;
	margin-right: 22px;
}
.doe:after {
	content: "";
	background: #d4dee5;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: block;
	position: absolute;
	right: -14px;
	top: 6px;
}
.custom-quote {
	box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	-webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	border: 1px solid #d4dee5;
	padding: 36px 50px 45px 40px;
	letter-spacing: 0.7px;
}
.custom-quote p {
	font-style: italic;
	margin-bottom: 28px;
	color: #2c3740;
	margin-top: 9px;
	line-height: 2;
	letter-spacing: 1px;
}
.custom-quote h6 {
	letter-spacing: -0.6px;
}
.custom-quote h6 span {
	display: block;
	color: #adb8c2;
	margin-top: 8px;
}
.custom-fa {
	color: #d4dee5;
	font-size: 30px;
}
.about {
	overflow: hidden;
	position: relative;
}
.news {
	padding-top: 96px;
}
.news h5 {
	font-weight: 800;
	margin-bottom: 14px;
	letter-spacing: -0.5px;
	line-height: 1.3;
}
.news .slides-text p {
	margin-bottom: 25px;
}
.news h5 a {
	color: #2c3740;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.design {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 8px solid #ffffff;
	background: #d4dee5;
	display: block;
	position: relative;
	margin: 0 auto;
}
.design:after {
	content: "";
	background: transparent;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #ffffff;
	position: absolute;
	display: block;
	left: 3px;
	top: 3px;
}
.design-line {
	width: 32px;
	height: 32px;
	position: relative;
	margin: 0 auto 29px;
}
.design-line:before {
	content: "";
	position: absolute;
	width: 97px;
	height: 1px;
	background: #d4dee5;
	left: -32px;
	top: 16px;
	display: block;
}
/*Styling for Testimonial Area*/
.testimonial {
	padding-top: 111px;
}
.feedback {
	margin-right: 15px;
}
.owl-item:nth-child(2n) .feedback {
	margin-left: 15px;
	margin-right: 0;
}
.testimonial .owl-page span {
	background: #fff;
	border-radius: 50%;
	border: 2px solid #dde5ea;
	display: inline-block;
	height: 14px;
	width: 14px;
}
.testimonial .owl-page.active span {
	background: #50b9ce;
	border: 2px solid #50b9ce;
}
.testimonial .owl-controls {
	bottom: -54px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
}
.testimonial-text {
	margin-bottom: 154px;
	padding-top: 6px;
}
/*Styling for Query*/
.query {
	padding: 30px 0 13px;
	
}
.query h5 {
	text-transform: uppercase;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 7px;
	font-weight: 800;
	letter-spacing: -0.5px;
}
.query p {
	color: #255f6b;
	letter-spacing: -0.4px;
}
.button {
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	width: 174px;
	padding: 15px 0;
	text-align: center;
	background: #e04622;
	display: block;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	border: 1px solid transparent;
	font-weight: 800;
}
.query a.button.contact-us{
	background-color:#e04622 !important
	}
.button:hover, .homepage-3 .button:hover, .sign-up button:hover {
	background: #ffffff;
	color: #000;
}
.contact-us:hover {
	border: 1px solid #000000;
}
/*2.) Homepage 2*/

.homepage-2 .banner-text h2 {
	font-size: 30px;
}
.tp-caption {
	white-space: normal;
}
.homepage-2 .services-link {
	position: absolute;
	bottom: 39px;
	left: 34px;
	background: #e04622 !important;
}
html .query {
	
	background-color:#50b9ce !important;
}
.solution p {
	color: #c2f5ff;
	font-size: 15px;
	margin-bottom: 26px;
}
.solution h1 {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 26px;
}
.solution {
	padding: 43px 0 35px 37px;
	width: 593px;
	height: 287px;
}
.about-transport {
	text-transform: uppercase;
	font-size: 14px;
	display: block;
	width: 174px;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	margin-top: 44px;
	margin-left: 5px;
	width: 174px;
}
.about-transport:hover {
	color: #ffffff;
}
.powerful-solution {
	padding: 86px 0 84px;
}
.powerful-solution p {
	letter-spacing: 0.1px;
}
.homepage-2 .about-text .heading h2 {
	width: 100%;
	padding: 0 28px 15px;
}
.homepage-2 .heading h2 {
	margin-bottom: 25px;
	margin-top: 7px;
	font-weight: 800;
	font-size: 32px;
	line-height: 1.3;
	width: 666px;
	letter-spacing: -0.9px;
	padding-bottom: 15px;
	font-weight: 900;
}
.homepage-2 .heading span {
	letter-spacing: -0.3px;
}
.homepage-2 .services {
	padding-bottom: 105px;
	padding-top: 92px;
	background: #f0f6fa;
}
.homepage-2 .services .heading h2 {
	margin-top: 2px;
	letter-spacing: 1.5px;
	padding-bottom: 13px;
	margin-bottom: 39px;
}
.homepage-2 .services .owl-pagination, .homepage-2 .news .owl-pagination {
	margin: 16px 0;
}
.homepage-2 .owl-page span {
	background: #6d7c88;
	border: 2px solid #6d7c88;
}
.homepage-2 .owl-page.active span {
	border: 2px solid #e04622;
}
.homepage-2 .slides-text {
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 26px 22px 0 0;
	border: none;
}
.homepage-2 .slides-text h4 {
	position: absolute;
	top: 38%;
	left: 0;
	background: #2c3740;
	padding: 14px 30px 14px 23px;
}
.homepage-2 .slides-text h4 a {
	color: #fff;
}
.homepage-2 .features-tab {
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 46px 0 36px;
	margin-bottom: 0;
	border: none;
}
.homepage-2 .tab-text {
	border-left: 1px solid #e0e6ec;
	width: 82%;
	margin-left: 15px;
	padding-bottom: 3px;
	padding-left: 28px;
	padding-top: 3px;
}
.homepage-2 .features-tab h5 {
	font-weight: 900;
	margin-bottom: 8px;
}
.homepage-2 .icon-ship {
	margin-top: 8px;
}
.homepage-2 .icon-plane {
	margin-top: 0;
	width: 58px;
}
.homepage-2 .icon-clock {
	margin-top: 6px;
	width: 61px;
}
.homepage-2 .icon-train {
	margin-top: 2px;
	width: 61px;
}
.homepage-2 .slides-text p {
	margin-bottom: 26px;
}
.homepage-2 .features-tab p {
	font-weight: 300;
	letter-spacing: 0.3px;
}
.homepage-2 .features-text {
	margin-bottom: 36px;
}
.homepage-2 .features-text .heading h3 {
	padding-bottom: 11px;
	margin-bottom: 24px;
}
.homepage-2 .about {
	padding-bottom: 213px;
	padding-top: 142px;
	background: url("../images/slider.jpg") no-repeat;
	background-attachment: fixed;
}
.about-text {
	margin: 0 auto;
	text-align: center;
	width: 598px;
}
.about-content h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 900;
}
.about-content .heading h2::after {
	margin: 0 auto;
	right: 0;
}
.about-content p {
	color: #bfbcba;
	margin-bottom: 52px;
	font-style: italic;
	font-size: 18px;
}
.about-content strong {
	color: #fff;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
}
.about-content span {
	color: #c1c1bd;
	margin-bottom: 11px;
}
.about-content a {
	color: #fff;
	font-style: italic;
	font-size: 14px;
}
.about-slides .owl-buttons {
	height: 27px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -14px
}
.about-slides .owl-prev {
	background: url("../images/prev.png") no-repeat;
	width: 19px;
	height: 27px;
	font-size: 0px;
	position: absolute;
	top: 50%;
	left: 55px;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.about-slides .owl-prev:hover {
	background: url("../images/prev-hover.png") no-repeat;
}
.about-slides .owl-next {
	background: url("../images/next.png") no-repeat;
	width: 19px;
	height: 27px;
	font-size: 0px;
	position: absolute;
	top: 50%;
	right: 55px;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
}
.about-slides .owl-next:hover {
	background: url("../images/next-hover.png") no-repeat;
}
.about-slides .owl-pagination {
	display: none;
}
.homepage-2 .news {
	padding-top: 131px;
}
.homepage-2 .news .heading {
	text-align: left;
}
.homepage-2 .news .heading h2 {
	padding-bottom: 12px;
	font-size: 36px;
	margin-top: 0;
	letter-spacing: -1px;
	margin-bottom: 45px;
}
.homepage-2 .news .slides-text {
	padding: 30px 22px 0 0;
}
.homepage-2 .news .heading h2::after, .homepage-2 .testimonial .heading h2::after {
	display: block;
}
.homepage-2 .news-section {
	position: relative;
	margin-bottom: 150px;
}
.homepage-2 .news-section .slides-tab {
	margin-right: 18px;
	margin-left: 2px;
}
.homepage-2 .sign-up button:hover {
	border: 1px solid transparent;
}
.homepage-2 .query p {
	color: #000;
}
.homepage-2 .query .button.contact-us {
	background: #ffffff;
}
.homepage-2 .query .button.contact-us:hover {
	color: #000 !important;
}
.homepage-2 .features {
	margin-top: 105px;
	margin-bottom: 102px;
}
/*3.) Homepage 3*/

.homepage-3 .banner-text h2 {
	font-size: 42px;
	font-weight: 900;
	width: 466px;
	background: rgba(44, 55, 64, 0.8);
	padding: 26px 28px;
	width: 495px;
	margin: 0;
}
.homepage-3 .solution {
	height: auto;
	padding: 28px 0 27px 20px;
	width: 466px;
}
.homepage-3 .services-link {
	color: #2c3740 !important;
	margin-top: -1px;
	margin-left: -3px;
}
.homepage-3 .services {
	background: url("../images/blue-bg.jpg") no-repeat;
	padding-top: 138px;
	padding-bottom: 117px;
	position: relative;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.homepage-3 .services .heading span {
	color: #bde5ff;
}
.homepage-3 .services .heading h2 {
	color: #fff !important;
}
.homepage-3 .services .heading h2:after {
	background: #fff !important;
}
.homepage-3 .services .heading h2 {
	margin-bottom: 42px;
}
.homepage-3 .services .owl-page span {
	background: transparent;
}
.homepage-3 .services .owl-page.active span {
	border: 2px solid #f9c231;
}
.homepage-3 .services-slider .slides-text {
	background: #ffffff;
	padding: 34px 23px 42px 34px;
	border: none;
	box-shadow: none;
}
.homepage-3 .features {
	padding-top: 96px;
}
.homepage-3 .features-tab {
	margin-top: 26px;
}
.homepage-3 .spanish::after {
	border-color: #f9c231 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f9c231;
}
.homepage-3 .date {
	background: #429bd5;
}
.homepage-3 .testimonial .owl-page.active span {
	background: #2c3740 !important;
	border: 2px solid #2c3740 !important;
}
.homepage-3 .query h5 {
	color: #2c3740;
}
.homepage-3 .button {
	background: #2c3740;
}
.homepage-3 .spanish p {
	color: #414b53;
}
.free-quote {
	position: absolute;
	top: -90px;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.quote span {
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	background: #429bd5;
	display: block;
	width: 156px;
	text-align: center;
	position: relative;
	padding: 10px 0;
}
.quote span::after {
	border-left: 8px solid #429bd5;
	border-right: 8px solid transparent;
	border-top: 20px solid transparent;
	border-bottom: 20px solid #429bd5;
	content: "";
	position: absolute;
	right: -16px;
	top: 0;
}
.quote ul {
	list-style-type: none;
}
.quote ul li {
	display: inline-block;
	position: relative;
}
.quote input, .homepage-3 .sbHolder {
	background: #f1f4f8;
	border: 1px solid #dae0e7;
	text-transform: capitalize;
	color: #6e7b86;
	font-size: 14px;
	-webkit-border-radius: 0;
}
.quote input::-webkit-input-placeholder {
 color: #6e7b86;
 opacity: 1;
}
.quote input::-moz-placeholder {
 color: #6e7b86;
 opacity: 1;
}
.quote input::-moz-placeholder {
 color: #6e7b86;
 opacity: 1;
}
.quote textarea::-webkit-input-placeholder {
 color: #6e7b86;
 opacity: 1;
}
.homepage-3 .testimonial {
	padding-top: 102px;
}
.homepage-3 .testimonial-text {
	margin-bottom: 153px;
}
.quote input {
	padding: 14px 17px;
}
.homepage-3 .sbSelector {
	padding: 14px 10px 14px 18px;
	color: #6e7b86;
	display: block;
	background: url("../images/drop-down.png") no-repeat;
	background-position: 90% 50%;
	width: 173px;
}
.homepage-3 .sbOptions li {
	display: block !important;
}
.homepage-3 .sbOptions {
	background: #f1f4f8;
	display: none;
	left: 0;
	max-height: 281.75px;
	position: absolute;
	top: 50px !important;
	width: 100%;
	z-index: 99;
	padding-left: 21px;
}
.homepage-3 .sbOptions a {
	color: #6e7b86;
	padding-bottom: 10px !important;
	display: block;
}
.quote > form {
	background: #ffffff;
	padding: 26px 0 26px 20px;
}
.quote input.submit-quote {
	background: #2c3740;
	border: 1px solid #2c3740;
	color: #fff;
	font-weight: bold;
	transition: 1s all ease;
	-webkit-transition: 1s all ease;
	width: 100%;
}
.quote form > ul > li:nth-child(2) {
	margin-left: -5px;
	margin-right: 10px;
}
.quote form > ul > li:nth-child(4) {
	margin-right: -5px;
	margin-left: 10px;
}
.quote form > ul > li:last-child {
	margin-left: 10px;
	width: 13%;
}
.bannercontainer {
	width: 100%;
	position: relative;
	padding: 0;
	max-height: 818px !important;
}
.banner {
	width: 100%;
	position: relative;
	max-height: 818px !important;
	overflow: hidden;
}
.homepage-3 .banner {
	overflow: visible;
}
/*4.) About Us*/
.about-us-page .navigation::before {
	border-width: 25px 20px;
}
.common-page .banner {
	max-height: 298px !important;
}
.common-page .banner-text {
	left: 0;
}
.common-page .shipping::after {
	border-width: 21px 8px;
	top: 0;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.amazing-features {
	padding-top: 81px;
}
.amazing-text {
	padding-top: 8px;
}
.about-us-page .heading span {
	letter-spacing: -0.3px;
}
.common-page .heading h3 {
	margin-top: 2px;
	padding-bottom: 12px;
	margin-bottom: 25px;
}
.amazing-text p {
	letter-spacing: 0.1px;
	margin-bottom: 24px;
}
.about-us-page .amazing-text .button {
	margin-top: 40px;
}
.about-us-page .features {
	padding-top: 91px;
}
.about-us-page .features .heading h3 {
	margin-top: 3px;
}
.about-us-page .features-tab {
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-bottom: 46px;
	padding: 0 0 40px;
	border: none;
}
.about-us-page .tab-text {
	border-left: 1px solid #e0e6ec;
	margin-left: 15px;
	padding-bottom: 0px;
	padding-left: 28px;
	padding-top: 1px;
	width: 82%;
}
.about-us-page .icon-ship {
	margin-top: 8px;
}
.about-us-page .icon-train {
	margin-top: 3px;
}
.about-us-page .icon-plane {
	margin-top: 0px;
}
.about-us-page .icon-clock {
	margin-top: 6px;
}
.about-us-page .features-text > p {
	margin-bottom: 73px;
}
.about-us-page .tab-text > h5 {
	letter-spacing: -0.5px;
	margin-bottom: 10px;
}
.about-us-page .tab-text > p {
	letter-spacing: 0.1px;
}
.icon-truck {
	background-position: 0 -97px;
	height: 60px;
	margin-top: -25px;
	width: 58px;
}
.icon-globe {
	background-position: -74px -92px;
	height: 72px;
	margin-top: -30px;
	width: 61px;
}
.about-us-page .features {
	margin-bottom: 31px;
}
.team {
	padding-top: 88px;
	background: #f0f4f7;
	padding-bottom: 84px;
}
.figure-wrap {
	position: relative;
	float: left;
	width: 46%;
}
.figure-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(44, 55, 64, 0.5);
	display: none;
}
.members:hover .figure-overlay {
	display: block;
}
.figure-overlay > ul {
	list-style-type: none;
	font-size: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.figure-overlay li {
	display: inline-block;
	border: 1px solid #ffffff;
}
.figure-overlay a {
	display: block;
	padding-bottom: 11px;
	padding-top: 9px;
	text-align: center;
	width: 39px;
	color: #ffffff;
	font-size: 16px;
}
.members {
	position: relative;
}
.members-text {
	float: left;
	width: 54%;
	padding: 27px 13px 16px 25px;
	background: #ffffff;
	position: absolute;
	right: 0;
	height: 100%;
}
.members h6 {
	text-transform: uppercase;
	margin-bottom: 9px;
}
.about-us-page .team .heading h3 {
	margin-bottom: 29px;
}
.about-us-page .testimonial {
	padding-top: 96px;
}
.about-us-page .testimonial .heading h2::after {
	display: block;
}
.about-us-page .testimonial .heading h2 {
	padding-bottom: 18px;
	margin-bottom: 46px;
}
/*5.) Service Details*/
.homepage h1 {
	font-weight: 900;
}
.services-details {
	padding: 70px 0 156px;
}
.services-details .heading h3 {
	margin-top: 4px;
	margin-bottom: 42px;
	padding-bottom: 11px;
}
.logistics > img {
	margin-bottom: 53px;
}
.services-details h4 {
	letter-spacing: -0.6px;
	font-weight: 900;
	margin-bottom: 18px;
}
.logistics p {
	display: block;
	padding-right: 11px;
	margin: 0 0 24px;
}
.specialtys {
	padding: 45px 0 54px;
}
.services-details h5 {
	font-weight: 900;
	letter-spacing: -0.5px;
}
.specialtys ul {
	list-style-type: none;
	padding: 22px 0 0;
}
.specialtys ul li {
	font-size: 18px;
	font-style: italic;
	letter-spacing: -0.2px;
	margin-bottom: 19px;
	padding: 4px 0 0 54px;
	position: relative;
}
.icon-check {
	background-position: -154px -109px;
	height: 36px;
	width: 50px;
	left: 0;
	position: absolute;
	top: 0;
}
.services-details .custom-footer-padding {
	padding-left: 12px;
}
.more-services {
	background: #f0f4f7;
	padding: 96px 0 105px;
}
.more-services .heading h3 {
	margin-top: 2px;
	padding-bottom: 14px;
}
.more-text h6 {
	font-weight: 800;
	padding: 19px 0;
	position: relative;
}
.more-services h6:after {
	position: absolute;
	content: "";
	width: 27px;
	height: 3px;
	bottom: -2px;
	left: 0;
	display: block;
}
.more-tab:hover .more-text h6::after {
	-webkit-animation: 0.5s ease-in-out 0s normal forwards 1 running service;
	-o-animation: 0.5s ease-in-out 0s normal forwards 1 running service;
	animation: 0.5s ease-in-out 0s normal forwards 1 running service;
}
@keyframes service {
 0% {
width:27px;
}
 25% {
width: 49px;
}
 50% {
width: 139px;
}
 75% {
width: 212px;
}
 100% {
width: 263px;
}
}
.more-slides {
	margin-top: 9px;
}
.more-tab {
	margin: 0 21px 0 0;
	padding-bottom: 50px;
}
.more-text a {
	color: #2c3740;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}
.more-services .owl-pagination {
	margin-left: -4px;
}
.more-services .owl-page {
	margin: 0 3px;
}
.more-services .owl-page span {
	border: 2px solid #d5dfe5;
	background: #ffffff;
	height: 14px;
	width: 14px;
}
.more-services .owl-page.active span {
	border: 2px solid transparent;
	background: #50b9ce;
}
.more-text {
	border-bottom: 1px solid #dae1e6;
}
/*6.) Services*/
.service-page .services {
	padding-top: 75px;
	padding-bottom: 82px;
}
.service-page .heading span {
	letter-spacing: -0.3px;
}
.service-page .slides-text {
	padding: 34px 23px 43px 34px;
}
.service-page .heading h3 {
	margin-top: 0;
	margin-bottom: 32px;
	padding-bottom: 13px;
}
.service-category {
	clear: both;
}
.service-tab {
	width: 33.33%;
	float: left;
	position: relative;
}
.service-page .service-text {
	padding: 47px 50px 42px 47px;
	text-align: center;
	background: #f0f4f7;
	min-height: 269px;
}
.service-text h5 {
	font-weight: 900;
	letter-spacing: -0.3px;
	margin-bottom: 13px;
}
.service-text .services-link {
	width: 130px;
	margin: 0 auto;
	padding: 13px 0;
}
.service-text p {
	margin: 0 0 24px;
}
.other-services {
	margin-bottom: 182px;
	overflow: hidden;
}
.more-services-text {
	width: 640px;
}
.custom-window {
	padding: 145px 0 148px;
}
.more-services-text > h3 {
	color: #ffffff;
	font-weight: 900;
	letter-spacing: -1px;
	margin-bottom: 30px;
}
.more-services-text > p {
	font-size: 22px;
	letter-spacing: 0.8px;
	line-height: 1.3;
	color: #fff;
	margin-bottom: 55px;
}
.more-services-text .services-link {
	width: 208px;
}
.service-page .more-services {
	padding: 87px 0 50px;
}
.service-page .more-tab {
	margin: 0;
}
.service-page .more-text h6 {
	padding: 14px 0;
}
.service-page .more-services .heading h3 {
	margin-bottom: 16px;
	font-weight: 900;
}
.service-page .testimonial {
	padding-top: 78px;
}
.service-page .testimonial .owl-controls {
	bottom: -51px;
}
.service-page .testimonial-text {
	margin-bottom: 152px;
}
.service-page .footer-nav ul::before {
	border-width: 26px 20px !important;
	top: 0;
}
/*7.) Blog*/
.banner-image-plane {
    width: 100%;
    height: 298px;
   
    background-image: url('../images/management for in service center.jpg');
    background-attachment: fixed;
    background-size: cover;
}
.blog {
	padding: 71px 0 86px;
}
.blog .heading h3 {
	margin-top: 1px;
	padding-bottom: 13px;
	margin-bottom: 20px;
}
.flexslider1 {
	position: relative;
}
.flex-direction-nav {
	left: 0;
	list-style-type: none;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.flex-nav-prev {
	left: 31px;
	position: absolute;
	top: 0;
}
.flex-nav-next {
	position: absolute;
	right: 70px;
	top: 0;
}
.flex-prev {
	font-size: 0;
	width: 41px;
	height: 41px;
	background: url("../images/flex-prev.png");
	position: absolute;
}
.flex-next {
	font-size: 0;
	width: 41px;
	height: 41px;
	background: url("../images/flex-next.png");
	position: absolute;
}
.user-blog h2 {
	font-weight: 900;
	letter-spacing: 0.4px;
}
.user-blog h2 a {
	color: #2c3740;
}
.blog-text ul {
	list-style-type: none;
	padding: 6px 0 20px;
}
.blog-text li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px;
	margin-right: 12px;
}
.blog-text li a {
	font-size: 14px;
	margin-left: 10px;
	color: #6d7c88;
	font-weight: 700;
}
.pagination .pagination-next {
	text-transform: uppercase;
	font-weight: 700;
}
.blog-text {
	padding: 42px 30px 40px;
	background:#f7feff;
}
.blog-text p {
	letter-spacing: 0.1px;
	margin: 11px 0 46px;
}
.blog .services-link {
	width: 134px;
}
.audio {
	height: 80px;
	font-size: 0;
	margin-top: 81px;
	margin-bottom: 43px;
	background: #50b9ce;
}
.play {
	border: 0 none;
	height: 100%;
	width: 8%;
	position: relative;
	background: transparent;
	border-right: 1px solid #92dae8;
	vertical-align: top;
}
.play:after {
	content: "";
	position: absolute;
	display: block;
	background: #ffffff;
	left: 41%;
	top: 50%;
	width: 4px;
	height: 17px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.play:before {
	content: "";
	position: absolute;
	display: block;
	background: #ffffff;
	right: 41%;
	top: 50%;
	width: 4px;
	height: 17px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.duration {
	display: inline-block;
	padding: 36px 22px 0 27px;
	width: 85%;
}
.played {
	background: #ffffff;
	display: inline-block;
	height: 8px;
	width: 144px;
	left: 0;
	position: absolute;
	top: 0;
}
.dot {
	border-radius: 50%;
	display: inline-block;
	height: 19px;
	width: 19px;
	position: absolute;
	right: -1px;
	top: -6px;
}
.remaining {
	background: #92dae8;
	display: inline-block;
	height: 8px;
	position: relative;
	width: 100%;
}
.volume {
	background: #47aabe;
	display: inline-block;
	font-size: 18px;
	height: 100%;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 7%;
	color: #fff;
}
.volume i {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.video {
	margin: 53px 0 41px;
	position: relative;
}
.video-control {
	border-radius: 50%;
	height: 78px;
	left: 0;
	line-height: 74px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 78px;
}
.video-duration {
	bottom: 9px;
	left: 11px;
	position: absolute;
	padding-right: 11px;
}
.video-duration > img {
	width: 100%;
}
.user-quote {
	background: #baf4ff;
	border: 0 none;
	font-size: 0;
	margin-top: 82px;
	padding: 34px 20px 50px 37px;
	margin-bottom: 22px;
}
.user-quote > span {
	background: #000000 none repeat scroll 0 0;
	border-radius: 50%;
	display: inline-block;
	height: 83px;
	line-height: 106px;
	margin-right: 39px;
	margin-top: 17px;
	text-align: center;
	vertical-align: top;
	width: 83px;
}
.user-quote span i {
	font-size: 36px;
	color: #ffffff;
}
.user-quote > p {
	display: inline-block;
	width: 635px;
	letter-spacing: -0.4px;
	line-height: 2;
	font-style: italic;
	font-family: lora;
}
.custom-pagination {
	margin: 92px 0 0;
	width: 100%;
	text-align: center;
}

.custom-pagination li:first-child {
	display: none !important;
}
.custom-pagination li {
	margin-right: 5px;
}
.custom-pagination li a {
	padding: 7px 15px;
	margin-right: 0;
	margin-left: 0;
	font-size: 18px;
	color: #2c3740;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	float: none;
}
.custom-pagination li a:hover {
	color: #ffffff !important;
	background: transparent;
}
.custom-pagination li a:focus {
	outline: none;
}
.custom-pagination li a.pagination-next {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	margin-left: 2px;
	color: #fff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	border: 1px solid rgba(0, 0, 0, 0);
	  padding: 10px 13px 9px;
    position: relative;
    top: -1px;
}
.custom-pagination li a.pagination-next:hover {
	color: #fff !important;
}
.search-box {
	position: relative;
	background: #f0f0f0;
}
.search-box input[type="text"] {
	width: 100%;
	background: transparent;
	border: none;
	font-size: 15px;
	padding: 11px 50px 15px 21px;
}
.search-box input[type="submit"] {
	border: medium none;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	background: url("../images/search.png") no-repeat;
	background-position: center;
}
.categories {
	margin: 34px 0 0;
}
.aside ul {
	list-style-type: none;
	font-size: 15px;
	margin: 9px 0 0;
}
.aside li {
	letter-spacing: 0.3px;
	border-bottom: 1px solid #f0f0f0;
	padding: 7px 0;
}
.aside li:last-child {
	border-bottom: none;
}
.aside ul li a {
	color: #60707d;
	display: block;
	letter-spacing: -0.4px;
}
.aside li i {
	margin-right: 12px;
}
.heading h6 {
	position: relative;
	padding: 0 0 8px;
}
.archive {
	margin: 40px 0 0;
}
.archive ul {
	margin-top: 12px;
	text-transform: capitalize;
}
.archive li {
	padding-right: 27px;
}
.archive li a span {
	float: right;
}
.tag {
	margin-top: 41px;
}
.tag > ul {
	margin: 20px 0 0;
}
.tag ul li {
	border: 1px solid #d1d1d1 !important;
	display: inline-block;
	text-transform: capitalize;
	margin-bottom: 9px;
	padding: 0;
}
.tag li a {
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	text-align: center;
}
.tag li a:hover {
	color: #ffffff;
}
.medium {
	padding: 8px 19px 10px 17px !important;
}
.x-small {
	margin: 0 5px;
	padding: 8px 19px 10px 18px !important;
}
.small {
	padding: 10px 14px 11px 15px !important;
}
.large {
	margin: 0 0 0 6px;
	padding: 8px 32px 9px 28px !important;
}
/*8.) Blog Post*/
.blog-post .blog-text p {
	margin: 11px 0 26px;
	padding: 0 4px 0 0;
	letter-spacing: -0.4px;
}
.blog-quote {
	font-size: 17px;
	font-style: italic;
	letter-spacing: -0.15px;
	line-height: 1.8;
	margin: 37px 0 45px 98px;
	padding: 0 7px 8px 27px;
	border-left: 3px solid #e04622;
	color: #2c3740;
}
.author {
	margin: 54px 0 0;
	padding: 27px 0 10px 38px;
	background: #e4eaea;
}
.author > span {
	display: inline-block;
	font-size: 82px;
	height: 82px;
	width: 82px;
	border-radius: 50%;
	background: #ffffff;
	margin-right: 75px;
}
.author span i {
	vertical-align: top;
	margin: 7px 0 0 9px;
	color: #e4eaea;
}
.author-text {
	display: inline-block;
	padding: 6px 0 0;
	vertical-align: top;
	width: 78%;
}
.author-text strong {
	text-transform: capitalize;
}
.heading h5 {
	position: relative;
	font-weight: 800;
	letter-spacing: 0.4px;
	padding: 0 0 17px;
}
.comment {
	padding: 53px 0 0;
}
.user-comment-list {
	margin: 49px 0 0;
}
.user-comment-list li {
	list-style: outside none none;
	margin: 0 0 41px;
}
.blog-user, .comment-wrap {
	float: left;
	width: 12.5%;
}
.comment-wrap {
	padding-top: 8px;
	width: 84.5%;
}
.user-name {
	padding-left: 13px;
	padding-top: 2px;
	text-transform: uppercase;
	margin-bottom: 13px;
}
.user-name span:first-child {
	border-left: medium none;
	padding-left: 0;
}
.user-name .name {
	color: #22272e;
	font-weight: bold;
	letter-spacing: 0.3px;
	letter-spacing: 0.7px;
}
.user-name span {
	border-left: 1px solid #94949d;
	margin-right: 20px;
	padding-left: 10px;
}
.posted-date {
	font-size: 15px;
	text-transform: capitalize;
	color: #9da3a7;
}
.comment-wrap p {
	letter-spacing: 0.1px;
	padding: 0 22px 0 14px;
	position: relative;
	letter-spacing: -0.3px;
}
.comment-box-wrapper {
	position: relative;
	border-bottom: 1px solid #ededed;
	padding: 0 0 22px;
}
.reply-btn {
	position: absolute;
	text-transform: uppercase;
	right: 0;
	top: 12px;
	font-size: 14px;
	color: #ff561b;
}
.next {
	margin-top: 33px;
	padding: 0 0 0 112px;
	border-bottom: none;
}
.next .user-name {
	padding-left: 26px;
}
.next .user-name .name {
	margin-right: 22px;
}
.next .comment-wrap > p {
	padding: 0 42px 0 26px;
}
.blog-post .blog {
	padding: 71px 0 37px;
}
.comment-drop-box {
	padding: 85px 0 103px;
	background: #e4e8ea;
}
.comment-drop-box h3 {
	font-weight: 900;
	letter-spacing: -0.5px;
}
.comment-name {
	margin-right: 12px;
}
.comment-name, .comment-mail {
	height: 47px;
	width: 36.5%;
}
.comment-drop-box form {
	margin-top: 25px;
}
.comment-name {
	margin-right: 12px;
}
.comment-drop-box form input {
	background: #ffffff;
	border: 0 none;
	padding: 15px 15px 15px 25px;
	margin-bottom: 11px;
	font-size: 15px;
}
.subject {
	display: block;
	width: 74.4%;
	margin-bottom: 11px;
}
.comment-drop-box form textarea {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	height: 147px;
	resize: none;
	width: 74.4%;
	padding: 8px 0 0 24px;
	background: #ffffff;
	font-family: karla;
	font-size: 15px;
}
.comment-submit {
	background: #e04622 !important;
	color: #ffffff;
	display: block;
	font-weight: 800;
	margin-top: 16px;
	width: 15.4%;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}
.comment-submit:hover {
	background: #50b9ce !important;
}
/*9.) Request A Quote*/
.quote-form {
	padding: 71px 0 94px;
}
.quote-form-box input {
	width: 100%;
}
.quote-name, .quote-city {
	text-transform: capitalize;
}
.quote-form-box input[type="text"] {
	background: #ffffff;
	border: 1px solid #d3ddde;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 11px 18px;
	box-shadow: 0 0 1px;
}
.quote-form .heading h3 {
	margin-bottom: 30px;
}
.quote-form-box form div.right-space {
	padding-right: 7px;
}
.quote-form-box form div.left-space {
	padding-left: 7px;
}
.quote-form-box form textarea {
	width: 100%;
	height: 202px;
	resize: none;
	padding: 12px 16px;
	font-size: 15px;
	border: 1px solid #d3ddde;
	box-shadow: 0 0 1px;
}
.qoute-sub {
	width: 133px !important;
	height: 51px;
	border: 0 !important;
	line-height: 25px;
	margin-top: 11px;
	text-transform: uppercase;
	font-size: 14px !important;
	padding: 0 !important;
}
.head-office {
	padding: 56px 16px 75px;
	background: #dee7ee;
	position: relative;
}
.head-office:after {
	content: "";
	background: #dee7ee;
	position: absolute;
	height: 100%;
	width: 500%;
	left: -500%;
	top: 0;
	display: block;
}
.icon-envelope {
	background-position: -219px -108px;
	height: 41px;
	width: 35px;
}
.office-box .heading h3 {
	margin-top: 2px;
	padding-bottom: 12px;
	margin-bottom: 23px;
}
.small-heading {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
	color: #2c3740;
}
.address-bar {
	float: left;
	width: 50%;
}
.address-bar address {
	font-size: 15px;
	letter-spacing: -0.4px;
	margin-bottom: 23px;
}
.phone-bar {
	margin-bottom: 23px;
}
.phone-bar > a {
	font-size: 15px;
	letter-spacing: -0.3px;
	color: #60707d;
}
.icon-alarm {
	background-position: -277px -110px;
	height: 43px;
	width: 42px;
}
.timing {
	padding: 54px 0 75px 61px;
	background-image: url("../images/timing-figure.png");
	background-repeat: no-repeat;
	background-color: #d3dee6;
	background-position: 98% bottom;
	position: relative;
}
.timing:after {
	content: "";
	background: #d3dee6;
	position: absolute;
	height: 100%;
	width: 500%;
	right: -500%;
	top: 0;
	display: block;
}
.timing > ul {
	list-style-type: none;
	width: 50%;
}
.timing ul li {
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 16.5px;
}
.timing li span {
	float: right;
	font-size: 15px;
	font-weight: 200;
	margin-right: 15px;
	text-transform: none;
	margin-top: -2px;
}
.timing li span strong {
	font-weight: 200;
	margin-left: 7px;
}
.closed > strong {
	color: #e04622;
	text-transform: uppercase;
}
.closed {
	display: inline-block;
	float: none !important;
	margin-left: 54px;
}
/* 10.) Contact Us*/
input.error {
	border-color: #ff0000 !important;
}
#success {
	color: #3c763d;
	position: absolute;
	top: -48px;
	left: 15px;
	font-size: 20px;
}
.error-msg {
	float: right;
	color: #FF0004;
}
.contact-form {
	padding: 71px 0 108px;
}
.contact-form input {
	display: block;
	width: 100%;
	border: 1px solid #d3ddde;
	padding: 11px 0 12px 17px;
	font-size: 15px;
	margin-bottom: 9px;
}
.contact-name {
	text-transform: capitalize;
}
.contact-form textarea {
	border: 1px solid #d3ddde;
	font-size: 15px;
	height: 200px;
	padding: 9px 0 0 16px;
	resize: none;
	width: 100%;
	margin-bottom: 4px;
}
.contact-form form {
	padding: 0 23px 0 0;
}
.common-page .contact-form .heading h3 {
	margin-bottom: 20px;
}
.map-box {
	width: 554px;
	height: 520px;
}
#map-box .mapmarker {
	position: relative;
	top: 30px;
	content: "";
	left: 0px;
	width: 75px;
	height: 75px;
	background: #ef4728;
	border-radius: 50%;
	z-index: 999;
	-webkit-border-radius: 50%;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	-webkit-animation: blink 1.2s infinite;
	-o-animation: blink 1.2s infinite;
	animation: blink 1.2s infinite;
	-webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
	animation-fill-mode: forwards;
	display: block;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes blink {
0% {
opacity:1;
-webkit-transform: scale(.1);
-moz-transform: scale(.1);
-ms-transform: scale(.1);
-o-transform: scale(.1);
transform: scale(.1);
}
 50% {
opacity:.7;
-webkit-transform: scale(.4);
-moz-transform: scale(.4);
-ms-transform: scale(.4);
-o-transform: scale(.4);
transform: scale(.4);
}
 100% {
opacity:0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
 @keyframes blink {
0% {
opacity:1;
-webkit-transform: scale(.1);
-moz-transform: scale(.1);
-ms-transform: scale(.1);
-o-transform: scale(.1);
transform: scale(.1);
}
 50% {
opacity:.7;
-webkit-transform: scale(.4);
-moz-transform: scale(.4);
-ms-transform: scale(.4);
-o-transform: scale(.4);
transform: scale(.4);
}
 100% {
opacity:0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
.location {
	padding: 71px 0 75px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	min-height: 575px;
	background-size: cover;
	background: url("../images/contact-image.jpg") no-repeat;
	background-attachment: fixed;
}
.location-slide-tab {
	background: #ffffff;
	padding: 39px 0 38px;
	text-align: center;
	max-width: 360px;
	margin-left: 15px;
	width: 100%;
}
.location-slide-tab address {
	font-size: 15px;
	letter-spacing: -0.4px;
	line-height: 1.6;
	margin-bottom: 1px;
}
.location-slide-tab h6 {
	margin-bottom: 18px;
}
.location-slide-tab span {
	display: block;
	font-size: 15px;
	letter-spacing: -0.4px;
	text-transform: capitalize;
	color: #e04622;
}
.location-slide-tab span a {
	color: #60707d;
	text-transform: none;
}
.call {
	margin-bottom: 3px;
}
.location .owl-page span {
	width: 15px;
	height: 15px;
}
.location .owl-page.active span {
	background: #2c3740 !important;
}
.location .owl-pagination {
	text-align: center;
}
.location .owl-controls.clickable {
	margin-top: 46px;
}
/*11.) 404 */
.error-box {
	padding: 215px 0 184px;
	background: #eaedf0;
}
.error-box h1 {
	color: #2c3740;
	font-size: 36px;
	letter-spacing: -0.5px;
	margin: 92px 0 3px;
}
.error-box span {
	font-size: 15px;
	letter-spacing: -0.3px;
}
.error-box .button {
	margin: 24px auto 0;
}
.home-link {
	border: 1px solid transparent;
}
.home-link:hover {
	border: 1px solid #000;
}
/*12.) Shop Details*/
.shop {
	padding: 64px 0 66px;
}
.shop h5 {
	border-bottom: 1px solid #eceeee;
	font-family: karla !important;
	letter-spacing: 0.6px;
	margin-bottom: 23px;
	padding: 0 0 19px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #eff0d5 !important;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 1;
}
.brand-name form {
	position: relative;
}
.brand-name input[type="text"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #d4dee5;
	font-size: 14px;
	padding: 9px 0 10px 16px;
	width: 100%;
	margin-bottom: 22px;
}
.brand-name input[type="submit"] {
	background: url("../images/search-brand.png") no-repeat;
	background-position: left;
	border: medium none;
	border-radius: 0;
	height: 41px;
	position: absolute;
	right: 0;
	top: 0;
	width: 29px;
}
.brand-name input[type=checkbox] {
	display: none;
}
.brand-name input[type=checkbox] + label {
	display: block;
	padding-left: 27px;
	line-height: 17px;
	cursor: pointer;
	position: relative;
	font-size: 15px;
	margin-bottom: 23px;
	font-weight: 200;
}
.brand-name label::after {
	border: 1px solid;
	content: "";
	display: block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 16px;
}
.brand-name input:checked + label::after {
	border: 1px solid #e04622;
	background: url("../images/checked.jpg") no-repeat center center;
}
.brand-selection {
	height: 184px;
	overflow: scroll;
	margin-bottom: 47px;
}
.size {
	margin-bottom: 28px !important;
}
.brand-selection.brand-size {
	margin-bottom: 37px;
}
.price-list {
	list-style-type: none;
	margin-bottom: 40px;
}
.price-list span {
	font-size: 15px;
	letter-spacing: -0.4px;
}
.price {
	margin-bottom: 24px !important;
}
.price-list > li {
	margin-bottom: 19px;
}
.price-bar {
	background: #ff0000 none repeat scroll 0 0;
	display: block;
	height: 8px;
	margin: 39px 0 0;
	width: 100%;
	position: relative;
}
.price-range {
	background: #000000 none repeat scroll 0 0;
	display: block;
	height: 8px;
	left: 15%;
	position: absolute;
	top: 0;
	width: 29%;
}
.price-range::after {
	background: #0000ff none repeat scroll 0 0;
	content: "";
	display: block;
	height: 28px !important;
	left: -20px;
	position: absolute;
	top: 0;
	width: 20px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #2c3740 !important;
	border: medium none !important;
	border-radius: 100%;
	height: 16px !important;
	width: 16px !important;
}
.ui-slider-handle:focus {
	outline: medium none;
}
body .ui-widget-content {
	background: #ccd8e2;
	border-radius: 8px;
	box-shadow: none;
	height: 8px;
	margin-bottom: 28px;
	border: none;
}
body .ui-slider-horizontal .ui-slider-handle {
	top: -4px;
	cursor: pointer;
}
body .ui-widget-header {
	background: #e04622 !important;
}
#amount, #amount1 {
	background: none;
	margin-top: 23px;
	font-family: karla;
	font-size: 15px;
	color: #8998a4 !important;
}
.product-display {
	width: 55%;
	display: inline-block;
}
.product-1 {
	box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	-webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	border: 1px solid #d4dee5;
	margin: 38px 10px 6px 0;
}
.custom-thumbnail {
	margin: -2px 0 0 -5px;
}
.custom-thumbnail > ul {
	list-style-type: none;
	font-size: 0;
}
.custom-thumbnail li {
	cursor: pointer;
	display: inline-block;
	margin-left: -2px;
	width: 25%;
}
.custom-thumbnail li img {
	width: 100%;
	transform: scaleX(0.9);
	box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	-webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	border: 1px solid #d4dee5;
}
.product-detail {
	display: inline-block;
	vertical-align: top;
	width: 44%;
	padding: 39px 0 0 12px;
	margin-left: 4px;
}
.product-detail h5 {
	border-bottom: none;
	letter-spacing: 0;
	margin-bottom: 0;
	padding: 0;
}
.product-detail-price {
	font-size: 24px;
	color: #e04622;
}
.color-selection {
	vertical-align: top;
}
.product-detail h6 {
	letter-spacing: -0.6px;
}
.selection div {
	display: inline-block;
	margin: 32px 0 0;
}
.selection ul {
	list-style-type: none;
	margin: 10px 0 0;
}
.color-selection ul li {
	display: inline-block;
	margin-right: 7px;
}
.color-selection li a {
	display: block;
	height: 22px;
	width: 22px;
	border: 2px solid transparent;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}
.color-selection li a:hover {
	border: 2px solid #eceeee;
}
.purple {
	background: #505a78;
}
.blue {
	background: #1586e4;
}
.violet {
	background: #a494ff;
}
.orange {
	background: #f89d81;
}
.yellow {
	background: #ffeba3;
}
.size-selection {
	margin-left: 36px !important;
}
.size-selection li {
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	border: 1px solid #eceeee;
}
.size-selection li:hover {
	border: 1px solid #fcd01f;
}
.size-selection li:last-child {
	margin-right: 0;
}
.size-selection li a {
	display: block;
	height: 20px;
	text-transform: uppercase;
	width: 20px;
	line-height: 20px;
	text-align: center;
	color: #4f5a63;
}
.place-order {
	padding: 40px 0 0;
}
.place-order a {
	display: inline-block;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	width: 160px;
	color: #fff;
}
.add-to-cart {
	background: #e04622;
	margin-right: 23px;
}
.buy-now {
	background: #50b9ce;
}
.product-description {
	border-top: 1px solid #eceeee;
	margin: 52px 0 0;
	padding: 42px 0 0;
}
.product-description > h6 {
	margin: 0 0 11px;
}
.product-description > p {
	letter-spacing: -0.3px;
}
.our-products {
	border-bottom: 1px solid #eceeee;
	padding: 0 0 56px;
}
.similar-products h5 {
	border-bottom: none;
	letter-spacing: 0;
	margin-bottom: 0;
}
.similar-products {
	padding: 48px 0 0;
}
.similar-products > ul {
	list-style-type: none;
}
.similar-products li {
	float: left;
	margin-right: 30px;
	text-align: center;
	margin-bottom: 60px;
}
.similar-products li:nth-child(3n) {
	margin-right: 0;
}
.result-display figure a {
	box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	-webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
	border: 1px solid #d4dee5;
	display: block;
	overflow: hidden;
}
.result-display figure:hover .cart-button {
	display: block;
}
.cart-button {
	bottom: 0;
	height: 117px;
	left: 0;
	line-height: 117px;
	position: absolute;
	width: 100%;
	background: rgba(239, 240, 213, 0.8);
	display: none;
}
.cart-button > a {
	border: 0 none !important;
	display: inline-block !important;
}
.result-display .pricing {
	display: block;
	font-size: 24px;
	line-height: 1;
	margin: 16px 0 3px;
}
.result-display a {
	font-size: 15px;
	color: #8998a4;
	letter-spacing: -0.5px;
	text-transform: uppercase;
}
.rating {
	display: block;
	margin-top: 10px;
}
.rating i {
	color: #fcd01f;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
}
.rating i.active {
	color: #ccd8e2;
}
i.active:hover {
	color: #fcd01f;
}
/*13.) Shop Listing*/
.shop-listing-page .shop {
	padding: 57px 0 97px;
}
.shop-listing-page .brand {
	padding: 6px 0 0;
}
.search-results {
	padding: 3px 0 34px;
}
.result-value {
	font-size: 24px;
	letter-spacing: -0.7px;
	line-height: 1;
	text-transform: capitalize;
	color: #2c3740;
}
.shop-listing-page .sbHolder {
	float: right;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	z-index: 9;
}
.shop-listing-page .sbSelector {
	border: 1px solid;
	padding: 12px 48px 11px 16px;
	color: #8998a4;
	background: url("../images/caret-down.png") no-repeat;
	background-position: 96px 18px;
	width: 119px;
	display: block;
}
.shop-listing-page .sbOptions {
	list-style-type: none;
	margin: 0 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 44px !important;
}
.shop-listing-page .sbOptions > li {
	border: 1px solid;
	padding: 5px 0 5px 16px;
	background: #ffffff;
}
.shop-listing-page .sbOptions > li a {
	color: #8998a4;
}
.result-display {
	text-align: center;
	margin-bottom: 45px;
}
.list-pages {
	list-style-type: none;
	margin-top: 8px;
	overflow: hidden;
}
.list-pages > li {
	float: left;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	height: 31px;
	line-height: 31px;
}
.list-pages a {
	display: block;
	background: #2c3740;
	color: #fff;
	width: 31px;
}
.best-seller-display {
	margin: 0 15px;
	padding: 62px 0 0;
}
.best-seller-display > h5 {
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #2c3740;
}
.best-seller-items {
	margin: 29px 0 0;
}
.best-seller-items .owl-item {
	margin-right: 30px;
	width: 5.75% !important;
}
.best-seller-items .owl-controls.clickable {
	position: absolute;
	right: 0;
	top: -37px;
}
.best-seller-items .owl-next:before {
	content: "\f0da";
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	right: 0;
	top: -5px;
}
.best-seller-items .owl-prev:before {
	content: "\f0d9";
	font-family: 'FontAwesome';
	font-size: 16px;
	left: -17px;
	position: absolute;
	top: -5px;
}
.best-seller {
	margin: 0 0 40px;
}
/*14.) Shopping Cart*/
.cart-total {
	padding: 63px 0 0;
}
.cart-total h5, .shopping-cart h5 {
	font-family: karla !important;
	letter-spacing: 0.5px;
	position: relative;
}
.total-amount {
	margin: 18px 0 0;
}
.subtotal {
	list-style-type: none;
	padding: 17px 0 25px;
	border-top: 1px solid #eceeee;
	border-bottom: 1px solid #eceeee;
}
.subtotal li {
	margin: 0 0 10px;
	color: #8998a4;
}
.subtotal span {
	font-size: 14px;
	text-transform: uppercase;
}
.subtotal strong {
	float: right;
	font-size: 14px;
}
.order-total {
	display: block;
	padding: 34px 0 0;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}
.order-total strong {
	color: #e04622;
	float: right;
}
.order-total span {
	color: #2c3740;
}
.order-wrap {
	margin: 43px 0 0;
}
.order-wrap a {
	display: inline-block;
	font-size: 14px;
	padding: 16px 0 14px;
	text-align: center;
	text-transform: uppercase;
	width: 129px;
	color: #fff;
}
.check-out {
	background: #50b9ce;
}
.shopping-cart {
	padding: 63px 0 98px;
}
.shopping-cart h5:after {
	content: "";
	position: absolute;
	width: 79px;
	height: 1px;
	display: block;
	left: 0;
	bottom: -1px;
}
.shopping-cart h5 {
	padding: 0 0 19px;
}
.shopping-cart ul {
	list-style-type: none;
}
.shop-categories {
	padding: 17px 0 !important;
	border-top: 1px solid #eceeee;
	border-bottom: 1px solid #eceeee;
}
.shopping-cart li div {
	display: inline-block;
}
.shop-section h1, .shop-section h2, .shop-section h3, shop-section h4, .shop-section h5, .shop-section h6 {
	font-family: karla !important;
}
.shop-categories .product {
	width: 306px;
}
.shop-categories .price {
	width: 131px;
	margin-bottom: 0 !important;
}
.shop-categories .quantity {
	width: 188px;
}
.shop-categories .total {
	width: 161px;
}
.shopping-cart li {
	padding: 15px 0 10px;
	border-bottom: 1px solid #eceeee;
}
.shopping-cart > ul > li:last-child {
	border-bottom: 0;
}
.product-here figure {
	display: inline-block;
	border: 1px solid #d4dee5;
	overflow: hidden;
}
.product-here .product-name {
	font-size: 13px;
	padding: 19px 0 0 16px;
	vertical-align: top;
}
.product-name > strong {
	display: block;
	letter-spacing: -0.5px;
	text-transform: uppercase;
	margin: 0 0 2px;
}
.product-name > span {
	text-transform: capitalize;
	letter-spacing: 0.3px;
}
.product-here {
	width: 306px;
}
.price-value {
	font-size: 15px;
	padding: 29px 0 0;
	vertical-align: top;
}
.price-value {
	width: 132px;
}
.quantity-value {
	vertical-align: top;
	padding: 22px 0 0;
	width: 185px;
}
.quantity-value input {
	border: none;
	background: none;
	border-radius: 0;
	width: 34px;
	padding: 0 7px;
	text-align: center;
}
.quantity-value > ul {
	font-size: 0;
}
.quantity-value li {
	border: 1px solid #d4dee5;
	display: inline-block;
	font-size: 15px;
	height: 37px;
	line-height: 34px;
	padding: 0;
	vertical-align: top;
	width: 36px;
	text-align: center;
}
.quantity-value li:last-child {
	border-left: 0 none;
}
.quantity-value span {
	display: block;
	line-height: 0;
	padding: 11px 0 0;
	cursor: pointer;
}
.total-value {
	font-size: 15px;
	padding: 29px 0 0;
	vertical-align: top;
	width: 181px;
}
.delete-box {
	padding: 30px 0 0;
	vertical-align: top;
}
/*15.) Checkout*/
.review-order {
	padding: 63px 0 0;
}
.review-order h5 {
	font-weight: bold;
}
.gross-total {
	border-bottom: 1px solid #eceeee;
	border-top: 1px solid #eceeee;
	margin: 19px 0 0;
	padding: 16px 0 18px;
}
.gross-total h6 {
	letter-spacing: -0.2px;
}
.gross-total h6 span {
	float: right;
	margin-right: 4px;
}
.purchased-cloths {
	list-style-type: none;
	padding: 30px 0 15px;
}
.purchased-cloths > li {
	font-size: 15px;
	letter-spacing: -0.5px;
	margin: 0 0 19px;
}
.purchased-cloths li span {
	float: right;
}
.review-order .subtotal {
	padding: 34px 0 25px;
}
.payment {
	padding: 63px 0 0;
}
.payment-process-heading {
	list-style-type: none;
	border-bottom: 1px solid #eceeee;
}
.payment-process-heading > li {
	display: inline-block;
	width: 33%;
}
.payment li h5 {
	font-weight: bold;
}
.payment-heading {
	text-align: center;
}
.confirmation-heading {
	text-align: right;
}
.shipping-heading {
	position: relative;
	padding: 0 0 19px;
}
.shipping-heading:after {
	content: "";
	display: block;
	position: absolute;
	width: 79px;
	height: 1px;
	left: 0;
	bottom: -1px;
}
.billing-form {
	padding: 16px 0 90px;
}
.billing-form > h6, .shipping-form > h6 {
	font-weight: 200;
	position: relative;
	padding: 0 0 19px;
	margin: 0 0 24px;
}
.billing-form > h6:after, .shipping-form > h6:after {
	content: "";
	position: absolute;
	width: 113px;
	height: 1px;
	display: block;
	left: 0;
	bottom: 0;
	background: #eceeee;
}
.checkout-page input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #d4dee5;
	font-size: 15px;
	padding: 9px 10px 11px 19px;
	width: 100%;
	margin: 0 0 37px;
	letter-spacing: -0.5px;
}
.checkout-page .sbSelector {
	border: 1px solid #d4dee5;
	display: block;
	font-size: 15px;
	padding: 9px 0 11px 19px;
	text-transform: capitalize;
	color: #8998a4;
}
.checkout-page .sbHolder {
	position: relative;
}
.checkout-page .sbOptions {
	list-style-type: none;
	background: #ffffff;
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 43px !important;
}
.checkout-page .sbOptions li a {
	border: 1px solid #8998a4;
	display: block;
	font-size: 15px;
	padding: 7px 0 7px 19px;
	text-transform: capitalize;
	color: #8998a4;
}
.checkout-page .sbToggle:before {
	content: "\f0d7";
	font-family: 'FontAwesome';
	font-size: 15px;
	position: absolute;
	right: 34px;
	top: 11px;
}
.billing-address {
	display: none;
}
.billing-form label {
	font-size: 15px;
	font-weight: 200;
}
.billing-form label::after {
	border: 1px solid;
	content: "";
	display: block;
	height: 21px;
	left: 0;
	position: absolute;
	top: 0;
	width: 21px;
}
.billing-form input[type="radio"] + label {
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 200;
	line-height: 17px;
	margin: 5px 34px 0 0;
	letter-spacing: -0.4px;
	padding-left: 41px;
	position: relative;
}
.billing-form input:checked + label::after {
	border: 1px solid #e04622;
	background: url("../images/checked.jpg") no-repeat center center;
}
.shipping-form {
	border-top: 1px solid #eceeee;
	padding: 16px 0 0;
}
.shipping-form > h6 {
	margin: 0 0 30px;
}
.button-wrap {
	margin: 12px 0 0;
}
.button-wrap a {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
	padding: 17px 0 14px;
	color: #ffffff;
}
.return-to-store {
	float: right;
	background: #50b9ce;
}
.shipping-product {
	padding: 0 0 120px;
}
/*16.) Locations*/
.our-location {
	padding: 71px 0 165px;
	background: url("../images/map-bg.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.our-location .heading > h3 {
	font-weight: 900 !important;
	letter-spacing: 0.5px;
	margin-bottom: 33px;
}
.search-office {
	padding: 22px 20px 25px 22px;
	width: 34.2%;
	background: #394650;
	position: absolute;
	z-index: 999;
}
.office-search-box input[type="text"] {
	background: #ffffff;
	border: 0 none;
	font-size: 16px;
	letter-spacing: -0.4px;
	padding: 13px 60px 14px 21px;
	width: 100%;
	-webkit-border-radius: 0;
}
.office-search-box {
	position: relative;
}
.office-search-box input[type="submit"] {
	background-image: url(../images/search-icon.png) !important;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0 none;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 14.5%;
	cursor: pointer;
}
.countries {
	padding: 42px 0 0 1px;
}
.countries-wrap {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
}
.class-A {
	width: 58%;
}
.class-C {
	margin-bottom: 50px;
}
.alphabet {
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	height: 41px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
	width: 30px;
	background: url("../images/map-shape.png") no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	vertical-align: top;
}
.country-names {
	display: inline-block;
	list-style-type: none;
	padding: 0 0 0 17px;
}
.country-names > li {
	margin: 0 0 13px;
}
.country-names li a {
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1.3px;
	line-height: 0;
	text-transform: uppercase;
}
.search-office .owl-pagination {
	bottom: 30px;
	position: absolute;
	text-align: center;
	width: 100%;
}
.search-office .owl-page {
	margin: 0;
}
.search-office .owl-page span {
	border: 2px solid #ffffff;
	border-radius: 50%;
	display: inline-block;
	height: 14px;
	margin: 0 7px 0 1px;
	width: 14px;
}
.search-office .owl-page.active span {
	border: 2px solid rgba(0, 0, 0, 0);
}
.map-wrapper {
	width: 749px;
	height: 722px;
}
#map_wrapper {
	height: 400px;
	width: 722px;
}
#map_canvas {
	width: 100%;
	height: 100%;
}
.mapping {
	height: 721px;
	background-position: 100% 100%;
	background-color: #b2b2b2;
	margin-bottom: 22px;
}
/* 17.) Laoder Section*/
.loader-block {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #50b9ce;
	z-index: 999999;
}
.loader, .loader:before, .loader:after {
	background: #ffffff;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1em;
	height: 4em;
}
.loader:before, .loader:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader {
	text-indent: -9999em;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	font-size: 11px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:after {
	left: 1.5em;
}
@-webkit-keyframes load1 {
0%, 80%, 100% {
box-shadow: 0 0 #ffffff;
height: 4em;
}
40% {
box-shadow: 0 -2em #ffffff;
height: 5em;
}
}
@keyframes load1 {
0%, 80%, 100% {
box-shadow: 0 0 #ffffff;
height: 4em;
}
40% {
box-shadow: 0 -2em #ffffff;
height: 5em;
}
}
/* 18.) Faq'Section */
.faq .head {
	padding-bottom: 18px;
	border-bottom: 1px solid #b8b8b8;
	margin-bottom: 25px;
	overflow: hidden;
	display: table;
}
.faq .head-wrap {
	margin-bottom: 70px;
}
.faq .heading h2 {
	margin-bottom: 101px;
}
.faq .head .question {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 24px;
	color: #ffffff;
	text-align: left;
	position: relative;
	float: left;
	padding: 3px 11px;
	margin-right: 30px;
}
.faq .head h2.h5 {
	vertical-align: middle;
	font-family: 'karla', sans-serif !important;
	font-weight: 400;
	color: #2c3740;
	letter-spacing: 2px;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}
.faq .service-page .services {
	padding-bottom: 47px;
}
/* 19.) Team Section */

.team-wrap .head-info {
	color: #60707d;
}
.team-wrap .head-cont p span {
	font-weight: 700;
	color: #2c3740;
}
.team-wrap .head-cont {
	margin-top: 18px;
}
.team-wrap .team-member {
	margin-bottom: 63px;
	text-align: center;
}
.team-wrap .team-member img {
	margin-bottom: 36px;
}
.team-wrap .member-profile {
	margin-bottom: 18px;
	display: block;
	font-size: 18px;
	font-style: italic;
	color: #2c3740;
}
.team-wrap .team-member h3 {
	font-weight: 800;
	margin-bottom: 8px;
}
.team-wrap .team {
	padding-bottom: 10px;
	background: #ffffff;
}
/*20.) Air Fright Section */
.banner-image {
}
.air-fright-cont {
	list-style: none;
	margin-bottom: 16px;
}
.air-fright-cont li {
	float: left;
	width: 45%;
}
.air-fright-cont-wrap {
	margin-bottom: 40px;
}
.air-fright-cont-wrap p, .air-fright-img-part p {
	color: #60707d;
}
.air-fright-img-part {
	margin-bottom: 34px;
}
.air-fright-img-part img {
	margin-bottom: 58px;
}
.air-fright-img-part p.bold {
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 16px;
}
.air-fright-cont .img-cont {
	height: 34px;
	width: 34px;
	float: left;
}
.air-fright-cont .member-profile {
	float: left;
	margin-top: 5px;
	margin-left: 22px;
	margin-bottom: 23px;
}
.service-list-wrap .h5, .our-service-wrap .h5, .quote .h5, .air-fright-cont-wrap .h5 {
	font-weight: 800;
	margin-bottom: 30px;
}
.service-list-wrap .h5 {
	margin-bottom: 19px;
}
.quote .h5 {
	margin-bottom: 16px;
}
.our-service-wrap {
	margin-bottom: 50px;
}
.our-service-wrap .h5, .quote .h5 {
	position: relative;
	background: #e4e9ef;
	padding: 20px 0;
	max-width: 237px;
	padding-left: 22px;
}
.our-service-wrap .h5 {
	margin-bottom: 0;
}
.our-service-wrap .h5:after, .quote .h5:after {
	border-color: transparent transparent #e4e9ef #e4e9ef;
	border-style: solid;
	border-width: 30px 13px;
	content: "";
	position: absolute;
	right: -26px;
	top: 1px;
}
.service-list {
	list-style: none;
}
.service-list li:before {
	content: '';
	height: 8px;
	width: 8px;
	background: #60707d;
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 50%;
}
.service-list li {
	font-size: 15px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 22px;
	color: #60707d;
}
.service-list-wrap {
	margin-bottom: 206px;
}
.our-service .img-cont {
	height: 18px;
	width: 18px;
	margin-right: 20px;
	vertical-align: top;
}
.our-service {
	list-style: none;
}
.our-service li {
	border-bottom: 1px solid #e4e9ef;
}
.our-service li a {
	font-size: 15px;
	color: #60707d;
	text-transform: uppercase;
	display: block;
	padding: 16px 0 16px 22px;
}
.quote .button {
	margin-top: 20px;
}
.service-quote-wrap {
	margin-top: 23px;
}
.our-service .img-cont path, .our-service .img-cont polyline {
	stroke: #a9b2b9;
}
/*21.) Storage Section */

.storage .service-list-wrap, .warehouse.storage .air-fright-cont-wrap, .storage.transport-page .air-fright-cont-wrap {
	margin-bottom: 30px;
}
.storage .air-fright-cont-wrap, .warehouse .service-list-wrap, .transport-page .service-list-wrap {
	margin-bottom: 206px;
}
/*22.) Warehouse Section */

.warehouse .air-fright-cont li {
	width: 100%;
}
/*23.) Transport Section */

.transport-page .service-list-wrap strong, .transport-page .service-list-wrap strong a {
	font-weight: 700;
	color: #e04622;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
}
/*24.) Under Construction Section */

.construct-bg {
	background: url(../images/construct-bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#content {
	position: relative;
}
.contruction-wrap {
	margin-top: 257px;
	margin-bottom: 369px;
}
.title-bar {
	background: #e04622;
	padding: 34px 55px;
	position: relative;
	margin-bottom: 4px;
	display: inline-block;
	width: 100%;
	max-width: 1093px;
}
.title-bar:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent transparent #e04622 #e04622;
	border-width: 64px 24px 63px;
	right: -47px;
	top: -2px;
}
.title-bar .title-bar-img {
	float: left;
}
.title-bar .title {
	float: right;
}
.title-bar .title h1 {
	color: #be2e0d;
}
.new-way-cont {
	padding: 69px 55px;
	background: #110d0b;
	margin-bottom: 4px;
}
.new-way-cont .new-way-head {
	float: left;
	width: 48%;
}
.new-way-cont h2 {
	color: #ffffff;
	font-weight: 800;
	font-size: 48px;
}
.new-way-cont .time-details, .countdown-row {
	float: right;
	list-style: none;
	margin-top: 41px;
	position: relative;
}
.new-way-cont .time-details li, .countdown-section {
	float: left;
	margin-right: 50px;
	padding-top: 30px;
	position: relative;
	width: 78px;
	text-align: center;
}
.countdown-section:last-child {
	margin-right: 0;
}
.new-way-cont .time-details li span, .countdown-period {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 18px;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.new-way-cont .time-details li strong, .countdown-amount {
	font-size: 48px;
	color: #e04622;
	font-weight: 700;
}
.contact-details {
	padding: 30px 55px;
	background: #110d0b;
}
.contact-details .mail {
	float: right;
	font-weight: 700;
	font-size: 30px;
	color: #ffffff;
}
.contact-details .contact {
	float: left;
	font-weight: 700;
	font-size: 36px;
	color: #e04622;
	margin-top: 5px;
}
.contact-details .contact i {
	margin-right: 15px;
}
/*23.) Achivement Section */
.achivement {
	min-height: 1700px;
	padding-top: 71px;
}
.progress-graph {
	position: relative;
	text-align: center;
	margin-top: 63px;
	overflow: hidden;
}
.base-line {
	background: #dedede;
	width: 3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
	height: 100%;
	top: 58px;
	z-index: 1
}
.progress-btn {
	display: inline-block;
	font-family: raleway;
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 90px;
	position: relative;
	z-index: 3
}
.progress-content-wrap {
	text-align: left;
}
.progress-content-wrap figure {
	float: left;
	width: 200px;
	height: 200px;
	margin-top: 18px;
	border-radius: 100%;
	background: #ececec;
}
.progress-content-wrap figure img {
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 100%;
}
.progress-content {
	overflow: hidden;
	padding: 0 29px;
}
.progress-content > h6 {
	font-weight: 800;
}
.progress-content .heading > h5 {
	font-weight: 300;
	color: #e04622;
	font-family: "karla", sans-serif !important;
}
.progress-content > h6 {
	font-weight: 800;
	margin-bottom: 24px;
}
.progress-content .heading {
	margin-bottom: 31px;
}
.progress-content-wrap:after {
	border-color: rgba(0, 0, 0, 0) #dedede;
	border-style: solid;
	border-width: 10px 22px 10px 0;
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
}
.progress-content-wrap.right {
	margin-top: -10px;
}
.progress-content-wrap.right, .progress-content-wrap > figure.right {
	float: right;
}
.progress-content-wrap.right:after {
	right: auto;
	left: 0;
	border-width: 10px 0px 10px 22px;
}
.progress-content > p:last-child {
	margin-bottom: 0;
}
.progress-btn.btm {
	margin-bottom: 0;
	margin-top: 61px;
}
/*
 26.) Blog 1 
 ======================================= */
.pad-bottom {
	padding-bottom:40px;
}
.blog-grid .flex-prev, .blog-grid .flex-next {
	background: none;
}
.blog-grid .flex-prev:before, .blog-grid .flex-next:before {
	font-family: FontAwesome;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: -2px;
}
.blog-grid .flex-prev:before {
	content: "\f060";
	left: 0;
}
.blog-grid .flex-next:before {
	content: "\f061";
	right: 0;
}
.video-box {
	position: relative;
	overflow: hidden;
}
.video-box .audio {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	height: 50px;
}
.duration {
	width: 100%;
	padding: 22px 64px 0 67px
}
.play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 50px;
}
.volume {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 50px;
	width: 100%;
}
.play:after {
	left: 37%;
}
.play:before {
	right: 37%;
}
.fa.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: #fff;
	font-size: 48px;
}
.fa.fa-quote-x {
	width: 84px;
	height: 84px;
	background: #314555;
	font-size: 36px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	display: table;
	margin: 0 auto;
	color: #fff;
}
.fa.fa-quote-x:before {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}
.quote-block {
	padding: 38px 30px;
	background: #baf4ff;
}
.quote-block blockquote {
	border: none;
	padding: 0;
	font-size: 15px;
	color: #60707d;
	font-family: 'Lora', serif;
	font-style: italic;
	margin: 32px 0 10px;
	line-height: 2;
}
.slides li + li {
	display: none;
}
.audio-wrapper {
	position: relative;
}
.audio-wrapper .audioplayer {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	margin: 0;
	opacity: 0;
}
.audio-wrapper .audioplayer-playpause {
	width: 100%;
}
.audio-wrapper .audioplayer-volume, .audioplayer-bar {
	display: none;
}
.video-media {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	text-indent: -9999px;
}
.video-frame {
	position: relative;
}
.pad-bottom-40 {
	padding-bottom: 40px;
}
.stick-pin {
	position: absolute;
	top: 0;
	right: 32px;
	border-left: 13px solid #2c3740;
	border-right: 14px solid #2c3740;
	border-top: 25px solid #2c3740;
	border-bottom: 22px solid transparent;
	z-index: 9;
}
.stick-pin i {
	position: absolute;
	top: -19px;
	left: -4px;
	color: #fff;
	font-size: 16px;
}
/*
@File: Cognizance Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader Area CSS
** - Header Area CSS
** - Search Overlay CSS
** - Main Banner Area CSS
** - About Area CSS
** - CTA Area CSS
** - Spreads Virus Area CSS
** - Symptoms Area CSS
** - Funfacts Area CSS
** - How To Protect Area CSS
** - FAQ Area CSS
** - Appointment Area CSS
** - Doctors Area CSS
** - Emergency Contact Area CSS
** - Products Area CSS
** - Products Details Area CSS
** - Cart Area CSS
** - Checkout Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Subscribe Area CSS
** - Page Title Area CSS
** - Pagination CSS
** - Widget Sidebar CSS
** - Coming Soon Area CSS
** - Error 404 Area CSS
** - Contact Area CSS
** - Footer Area CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap");

body {
    padding: 0;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 15px;
}

:focus {
    outline: 0 !important;
}

a {
    text-decoration: none;
    color: #130947;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    a:hover {
        text-decoration: none;
        color: #4f87fb;
    }

img {
    height: auto;
    max-width: 55%;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #606060;
}

    p:last-child {
        margin-bottom: 0;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    color: #130947;
}

.bg-f9f9f9 {
    background-color: #f9f9f9;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.container {
    max-width: 1230px;
}

/*default&optional-btn*/
.default-btn {
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    background-color: #4f87fb;
    color: #ffffff;
    border: 1px solid #4f87fb;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 12px 25px 12px 50px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 700;
}

    .default-btn i {
        position: absolute;
        left: 25px;
        top: 49%;
        -webkit-transform: translateY(-49%);
        transform: translateY(-49%);
        font-size: 15px;
    }

    .default-btn:hover {
        color: #ffffff;
        border-color: #130947;
        background-color: #130947;
    }

.optional-btn {
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    background-color: #130947;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 11.9px 25px 11.9px 50px;
    border-radius: 5px;
    border: 1px solid #130947;
    font-size: 14px;
    font-weight: 700;
}

    .optional-btn i {
        position: absolute;
        left: 25px;
        top: 48%;
        -webkit-transform: translateY(-48%);
        transform: translateY(-48%);
        font-size: 15px;
    }

    .optional-btn:hover {
        color: #ffffff;
        background-color: #4f87fb;
        border-color: #4f87fb;
    }

        .optional-btn:hover::before {
            border-color: #4f87fb;
        }

/*section-title*/
.section-title {
    text-align: center;
    margin-bottom: 60px;
}

    .section-title .sub-title {
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #4f87fb;
        display: block;
        font-size: 14px;
        font-weight: 600;
    }

    .section-title h2 {
        margin-bottom: 0;
        font-size: 35px;
        font-weight: 800;
    }

/*form-control*/
.form-control {
    background-color: #f5f5f5;
    height: 48px;
    border-radius: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding: 0 0 0 15px;
    border: 1px solid #f5f5f5;
    color: #130947;
    font-size: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .form-control:focus {
        border-color: #4f87fb;
        background-color: #ffffff;
    }

        .form-control:focus::-webkit-input-placeholder {
            color: transparent;
        }

        .form-control:focus:-ms-input-placeholder {
            color: transparent;
        }

        .form-control:focus::-ms-input-placeholder {
            color: transparent;
        }

        .form-control:focus::placeholder {
            color: transparent;
        }

    .form-control::-webkit-input-placeholder {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .form-control:-ms-input-placeholder {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .form-control::-ms-input-placeholder {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .form-control::placeholder {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

textarea.form-control {
    padding-top: 15px;
    height: auto !important;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #4f87fb;
    top: 0;
    left: 0;
}

    .preloader .loader {
        position: absolute;
        top: 43%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-43%);
        transform: translateY(-43%);
        text-align: center;
        margin: 0 auto;
        width: 50px;
        height: 50px;
    }

    .preloader .box {
        width: 100%;
        height: 100%;
        background: #ffffff;
        -webkit-animation: animate .5s linear infinite;
        animation: animate .5s linear infinite;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 3px;
    }

    .preloader .shadow {
        width: 100%;
        height: 5px;
        background: #000;
        opacity: 0.1;
        position: absolute;
        top: 59px;
        left: 0;
        border-radius: 50%;
        -webkit-animation: shadow .5s linear infinite;
        animation: shadow .5s linear infinite;
    }

@-webkit-keyframes loader {
    0% {
        left: -100px;
    }

    100% {
        left: 110%;
    }
}

@keyframes loader {
    0% {
        left: -100px;
    }

    100% {
        left: 110%;
    }
}

@-webkit-keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        transform: translateY(18px) scale(1, 0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@-webkit-keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

@keyframes shadow {
    50% {
        -webkit-transform: scale(1.2, 1);
        transform: scale(1.2, 1);
    }
}

/*================================================
Header Area CSS
=================================================*/
.top-header {
    background-color: #f5f8ff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.top-header-social {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .top-header-social li {
        display: inline-block;
        margin-right: 3px;
    }

        .top-header-social li a {
            display: block;
            color: #4f87fb;
            font-size: 20px;
        }

            .top-header-social li a:hover {
                color: #130947;
                -webkit-transform: translateY(-2px);
                transform: translateY(-2px);
            }

        .top-header-social li:last-child {
            margin-right: 0;
        }

.top-header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
    list-style-type: none;
}

    .top-header-contact-info li {
        display: inline-block;
        margin-right: 10px;
        color: #130947;
        font-size: 14px;
        position: relative;
        padding-left: 24px;
    }

        .top-header-contact-info li i {
            position: absolute;
            left: 0;
            top: 1px;
            color: #4f87fb;
            font-size: 18px;
        }

        .top-header-contact-info li a {
            display: inline-block;
            font-weight: 600;
        }

        .top-header-contact-info li:first-child {
            margin-left: 0;
        }

.navbar-area {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .navbar-area.is-sticky {
        opacity: 1;
        visibility: visible;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
        background: #ffffff !important;
        -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
        animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    }

    .navbar-area.navbar-style-two {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        height: auto;
        background-color: transparent;
    }

        .navbar-area.navbar-style-two .cognizance-nav {
            background-color: transparent;
        }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item a {
                color: #ffffff;
            }

                .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item a:hover, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item a:focus, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item a.active {
                    color: #ffffff;
                }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item:hover a, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item.active a {
                color: #ffffff;
            }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
                color: #130947;
            }

                .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                    color: #4f87fb;
                }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                color: #130947;
            }

                .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                    color: #4f87fb;
                }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                color: #130947;
            }

                .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                    color: #4f87fb;
                }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                color: #130947;
            }

                .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                    color: #4f87fb;
                }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                color: #130947;
            }

                .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                    color: #4f87fb;
                }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                color: #130947;
            }

                .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                    color: #4f87fb;
                }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                left: 250px;
                top: 0;
                opacity: 0;
                visibility: hidden;
                -webkit-transform: scaleY(0);
                transform: scaleY(0);
            }

                .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                    color: #130947;
                }

                    .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                        color: #4f87fb;
                    }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                color: #4f87fb;
            }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                color: #4f87fb;
            }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                color: #4f87fb;
            }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                color: #4f87fb;
            }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
                color: #4f87fb;
            }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
                color: #4f87fb;
            }

            .navbar-area.navbar-style-two .cognizance-nav .navbar .others-option {
                padding-left: 0;
                margin-left: 24px;
            }

                .navbar-area.navbar-style-two .cognizance-nav .navbar .others-option::before {
                    display: none;
                }

        .navbar-area.navbar-style-two .container-fluid {
            padding-left: 50px;
            padding-right: 50px;
        }

        .navbar-area.navbar-style-two.is-sticky {
            opacity: 1;
            visibility: visible;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
            background: #130947 !important;
            -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
            animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
        }

            .navbar-area.navbar-style-two.is-sticky .cognizance-nav .navbar .others-option .option-item .default-btn {
                border-color: #ffffff;
                background-color: #ffffff;
                color: #130947;
            }

                .navbar-area.navbar-style-two.is-sticky .cognizance-nav .navbar .others-option .option-item .default-btn:hover {
                    background-color: #4f87fb;
                    color: #ffffff;
                    border-color: #4f87fb;
                }

    .navbar-area.navbar-style-three {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        height: auto;
        background-color: transparent;
    }

        .navbar-area.navbar-style-three .cognizance-nav {
            background-color: transparent;
        }

            .navbar-area.navbar-style-three .cognizance-nav .navbar .others-option {
                padding-left: 0;
                margin-left: 24px;
            }

                .navbar-area.navbar-style-three .cognizance-nav .navbar .others-option::before {
                    display: none;
                }

                .navbar-area.navbar-style-three .cognizance-nav .navbar .others-option .option-item .default-btn {
                    background-color: #ac0001;
                    border-color: #ac0001;
                    color: #ffffff;
                    border-radius: 30px;
                    padding-top: 11px;
                    padding-bottom: 11px;
                }

                    .navbar-area.navbar-style-three .cognizance-nav .navbar .others-option .option-item .default-btn:hover {
                        color: #ffffff;
                        border-color: #4f87fb;
                        background-color: #4f87fb;
                    }

        .navbar-area.navbar-style-three .container-fluid {
            padding-left: 60px;
            padding-right: 60px;
        }

        .navbar-area.navbar-style-three.is-sticky {
            opacity: 1;
            visibility: visible;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 999;
            -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
            box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
            background: #ffffff !important;
            -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
            animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
        }

.cognizance-responsive-nav {
    display: none;
}

.cognizance-nav {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .cognizance-nav .navbar {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        .cognizance-nav .navbar .navbar-brand {
            font-size: inherit;
            line-height: 1;
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 0;
            padding-right: 0;
        }

        .cognizance-nav .navbar ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
        }

        .cognizance-nav .navbar .navbar-nav {
            margin-left: auto;
        }

            .cognizance-nav .navbar .navbar-nav .nav-item {
                position: relative;
            }

                .cognizance-nav .navbar .navbar-nav .nav-item a {
                    color: #130947;
                    text-transform: uppercase;
                    font-size: 14px;
                    font-weight: 700;
                    padding-left: 0;
                    padding-right: 0;
                    padding-top: 20px;
                    padding-bottom: 20px;
                    margin-left: 12px;
                    margin-right: 12px;
                }

                    .cognizance-nav .navbar .navbar-nav .nav-item a i {
                        font-size: 18px;
                        position: relative;
                        top: 2px;
                        line-height: 1;
                        display: inline-block;
                        margin-left: -3px;
                        margin-right: -3px;
                    }

                    .cognizance-nav .navbar .navbar-nav .nav-item a:hover, .cognizance-nav .navbar .navbar-nav .nav-item a:focus, .cognizance-nav .navbar .navbar-nav .nav-item a.active {
                        color: #4f87fb;
                    }

                .cognizance-nav .navbar .navbar-nav .nav-item:last-child a {
                    margin-right: 0;
                }

                .cognizance-nav .navbar .navbar-nav .nav-item:first-child a {
                    margin-left: 0;
                }

                .cognizance-nav .navbar .navbar-nav .nav-item:hover a, .cognizance-nav .navbar .navbar-nav .nav-item.active a {
                    color: #4f87fb;
                }

                .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu {
                    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
                    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
                    background: #ffffff;
                    position: absolute;
                    border: none;
                    top: 70px;
                    left: 0;
                    width: 250px;
                    z-index: 99;
                    display: block;
                    opacity: 0;
                    visibility: hidden;
                    border-radius: 0;
                    margin: 0;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                    padding: 0;
                    -webkit-transform: scaleX(0);
                    transform: scaleX(0);
                }

                    .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
                        padding: 13px 20px 11px;
                        margin: 0;
                        position: relative;
                        display: block;
                        color: #130947;
                        border-bottom: 1px dashed #e5e5e5;
                        text-transform: capitalize;
                        font-size: 15px;
                        font-weight: 600;
                    }

                        .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
                            margin: 0;
                            position: absolute;
                            top: 50%;
                            font-size: 20px;
                            -webkit-transform: translateY(-50%);
                            transform: translateY(-50%);
                            right: 10px;
                        }

                        .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                            color: #4f87fb;
                        }

                    .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                        left: -250px;
                        top: 0;
                        opacity: 0;
                        visibility: hidden;
                        -webkit-transform: scaleY(0);
                        transform: scaleY(0);
                    }

                        .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                            color: #130947;
                        }

                            .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                                color: #4f87fb;
                            }

                        .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
                            left: 250px;
                            top: 0;
                            opacity: 0;
                            visibility: hidden;
                            -webkit-transform: scaleY(0);
                            transform: scaleY(0);
                        }

                            .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                color: #130947;
                            }

                                .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                    color: #4f87fb;
                                }

                            .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                left: -250px;
                                top: 0;
                                opacity: 0;
                                visibility: hidden;
                                -webkit-transform: scaleY(0);
                                transform: scaleY(0);
                            }

                                .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                    color: #130947;
                                }

                                    .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                        color: #4f87fb;
                                    }

                                .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                    left: 250px;
                                    top: 0;
                                    opacity: 0;
                                    visibility: hidden;
                                    -webkit-transform: scaleY(0);
                                    transform: scaleY(0);
                                }

                                    .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                        color: #130947;
                                    }

                                        .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                            color: #4f87fb;
                                        }

                                    .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                        left: -250px;
                                        top: 0;
                                        opacity: 0;
                                        visibility: hidden;
                                        -webkit-transform: scaleY(0);
                                        transform: scaleY(0);
                                    }

                                        .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                            color: #130947;
                                        }

                                            .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                color: #4f87fb;
                                            }

                                        .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                            left: 250px;
                                            top: 0;
                                            opacity: 0;
                                            visibility: hidden;
                                            -webkit-transform: scaleY(0);
                                            transform: scaleY(0);
                                        }

                                            .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                                color: #130947;
                                            }

                                                .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                    color: #4f87fb;
                                                }

                                        .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                            color: #4f87fb;
                                        }

                                        .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                            opacity: 1;
                                            visibility: visible;
                                            -webkit-transform: scaleY(1);
                                            transform: scaleY(1);
                                        }

                                    .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                        color: #4f87fb;
                                    }

                                    .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                        opacity: 1;
                                        visibility: visible;
                                        -webkit-transform: scaleY(1);
                                        transform: scaleY(1);
                                    }

                                .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                    color: #4f87fb;
                                }

                                .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                    opacity: 1;
                                    visibility: visible;
                                    -webkit-transform: scaleY(1);
                                    transform: scaleY(1);
                                }

                            .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                color: #4f87fb;
                            }

                            .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                opacity: 1;
                                visibility: visible;
                                -webkit-transform: scaleY(1);
                                transform: scaleY(1);
                            }

                        .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
                            color: #4f87fb;
                        }

                        .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                            opacity: 1;
                            visibility: visible;
                            -webkit-transform: scaleY(1);
                            transform: scaleY(1);
                        }

                    .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
                        color: #4f87fb;
                    }

                    .cognizance-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                        opacity: 1;
                        visibility: visible;
                        -webkit-transform: scaleY(1);
                        transform: scaleY(1);
                    }

                .cognizance-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                    opacity: 1;
                    visibility: visible;
                    -webkit-transform: scaleX(1);
                    transform: scaleX(1);
                }

        .cognizance-nav .navbar .others-option {
            position: relative;
            margin-left: 18px;
            padding-left: 18px;
        }

            .cognizance-nav .navbar .others-option::before {
                content: '';
                position: absolute;
                left: 0;
                top: 12px;
                width: 2px;
                height: 25px;
                background-color: #bdbbcc;
            }

            .cognizance-nav .navbar .others-option .option-item {
                display: inline-block;
                margin-left: 20px;
                position: relative;
                z-index: 3;
            }

                .cognizance-nav .navbar .others-option .option-item:first-child {
                    margin-left: 0;
                }

                .cognizance-nav .navbar .others-option .option-item .search-btn-box {
                    position: relative;
                    top: 2px;
                }

                    .cognizance-nav .navbar .others-option .option-item .search-btn-box .search-btn {
                        font-size: 25px;
                        cursor: pointer;
                        color: #130947;
                        -webkit-transition: 0.5s;
                        transition: 0.5s;
                    }

                        .cognizance-nav .navbar .others-option .option-item .search-btn-box .search-btn:hover {
                            color: #4f87fb;
                        }

                .cognizance-nav .navbar .others-option .option-item .cart-btn {
                    font-size: 25px;
                    position: relative;
                    line-height: 1;
                }

                    .cognizance-nav .navbar .others-option .option-item .cart-btn a {
                        display: inline-block;
                        position: relative;
                        color: #130947;
                    }

                        .cognizance-nav .navbar .others-option .option-item .cart-btn a span {
                            position: absolute;
                            right: -4px;
                            top: -4px;
                            width: 14px;
                            height: 14px;
                            text-align: center;
                            line-height: 13.9px;
                            border-radius: 50%;
                            color: #ffffff;
                            background-color: #4f87fb;
                            font-size: 10px;
                            font-weight: 600;
                        }

                        .cognizance-nav .navbar .others-option .option-item .cart-btn a:hover {
                            color: #4f87fb;
                        }

                .cognizance-nav .navbar .others-option .option-item .default-btn {
                    border-color: #130947;
                    background-color: #130947;
                    color: #ffffff;
                }

                    .cognizance-nav .navbar .others-option .option-item .default-btn:hover {
                        background-color: #4f87fb;
                        color: #ffffff;
                        border-color: #4f87fb;
                    }

.onepage-navbar.navbar {
    background-color: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.onepage-navbar.navbar-light .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.onepage-navbar.navbar-light ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.onepage-navbar.navbar-light .navbar-nav {
    margin-left: auto;
}

    .onepage-navbar.navbar-light .navbar-nav .nav-item a {
        color: #130947;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: 12px;
        margin-right: 12px;
    }

        .onepage-navbar.navbar-light .navbar-nav .nav-item a:hover, .onepage-navbar.navbar-light .navbar-nav .nav-item a:focus, .onepage-navbar.navbar-light .navbar-nav .nav-item a.active {
            color: #4f87fb;
        }

    .onepage-navbar.navbar-light .navbar-nav .nav-item:last-child a {
        margin-right: 0;
    }

    .onepage-navbar.navbar-light .navbar-nav .nav-item:first-child a {
        margin-left: 0;
    }

    .onepage-navbar.navbar-light .navbar-nav .nav-item:hover a, .onepage-navbar.navbar-light .navbar-nav .nav-item.active a {
        color: #4f87fb;
    }

.onepage-navbar.is-sticky {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background: #ffffff !important;
    -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
}

@media only screen and (max-width: 991px) {
    .cognizance-responsive-nav {
        display: block;
    }

        .cognizance-responsive-nav .cognizance-responsive-menu {
            position: relative;
        }

            .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .mean-nav {
                margin-top: 60px;
            }

                .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .mean-nav ul {
                    font-size: 14px;
                }

                    .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .mean-nav ul li a.active {
                        color: #4f87fb;
                    }

                    .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .mean-nav ul li li a {
                        font-size: 14px;
                    }

            .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav {
                overflow-y: scroll;
                height: 294px;
                -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
            }

                .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
                    overflow: hidden;
                }

                    .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
                        padding-left: 0;
                        padding-right: 0;
                    }

                    .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
                        display: block;
                        -ms-flex-wrap: unset;
                        flex-wrap: unset;
                        margin-left: 0;
                        margin-right: 0;
                        margin-top: -20px;
                    }

                        .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
                            -ms-flex-preferred-size: unset;
                            flex-basis: unset;
                            -webkit-box-flex: unset;
                            -ms-flex-positive: unset;
                            flex-grow: unset;
                            max-width: 100%;
                            padding-left: 0;
                            padding-right: 0;
                            padding-top: 20px;
                        }

                            .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
                                margin-bottom: 15px;
                            }

                    .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
                        width: 100%;
                        float: unset;
                        display: block;
                    }

                .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title {
                    color: #130947;
                    position: relative;
                    border-bottom: 1px solid #eeeeee;
                    padding-bottom: 8px;
                    text-transform: uppercase;
                    margin-bottom: 5px;
                    margin-top: 25px;
                    margin-left: 15px;
                    margin-right: 15px;
                    font-size: 13.5px;
                    font-weight: 600;
                }

                    .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title::before {
                        width: 30px;
                        height: 1px;
                        content: '';
                        position: absolute;
                        left: 0;
                        bottom: -1px;
                        background-color: #4f87fb;
                    }

                    .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .submenu-title:first-child {
                        margin-top: 5px;
                    }

                .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
                    border-bottom: none !important;
                }

                .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
                    display: none !important;
                }

                .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
                    width: auto;
                    overflow: hidden;
                    display: block !important;
                    padding-left: 15px;
                    padding-right: 15px;
                }

                    .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
                        border: none;
                        margin-top: 15px;
                        color: #666666;
                        padding: 0;
                        font-weight: 400;
                    }

                        .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover, .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
                            color: #4f87fb;
                        }

                    .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products {
                        overflow: hidden;
                        position: relative;
                        text-align: center;
                    }

                        .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products img {
                            -webkit-transition: 0.5s;
                            transition: 0.5s;
                        }

                        .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category {
                            position: absolute;
                            left: 0;
                            -webkit-transition: 0.5s;
                            transition: 0.5s;
                            right: 0;
                            bottom: 0;
                            background-color: #ffffff;
                            padding: 15px;
                            margin-left: 10px;
                            margin-right: 10px;
                        }

                            .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .category h4 {
                                text-transform: uppercase;
                                margin-bottom: 0;
                                position: relative;
                                z-index: 1;
                                font-size: 15px;
                                font-weight: 600;
                            }

                        .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products .link-btn {
                            position: absolute;
                            top: 0;
                            left: 0;
                            display: block;
                            width: 100%;
                            height: 100%;
                            z-index: 3;
                        }

                        .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:not(:first-child) {
                            margin-top: 15px;
                        }

                        .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover img {
                            -webkit-transform: scale(1.3);
                            transform: scale(1.3);
                        }

                        .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu .aside-trending-products:hover .category {
                            bottom: 10px;
                        }

                .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides {
                    margin-top: 0;
                    border-top: none;
                    border-bottom: none;
                    border-left: none;
                }

                    .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .brand-slides .brand-item a {
                        display: block !important;
                        padding: 20px !important;
                        width: auto !important;
                    }

            .cognizance-responsive-nav .cognizance-responsive-menu.mean-container .others-option {
                display: none !important;
            }

        .cognizance-responsive-nav .mean-container a.meanmenu-reveal {
            color: #130947;
        }

            .cognizance-responsive-nav .mean-container a.meanmenu-reveal span {
                background: #130947;
            }

        .cognizance-responsive-nav .logo {
            position: relative;
            width: 70%;
            z-index: 999;
        }

            .cognizance-responsive-nav .logo a {
                display: inline-block;
            }

    .cognizance-nav {
        display: none;
    }

    .navbar-area {
        padding-top: 18px;
        padding-bottom: 18px;
    }

        .navbar-area.navbar-style-two .cognizance-responsive-nav .mean-container a.meanmenu-reveal {
            color: #ffffff;
        }

            .navbar-area.navbar-style-two .cognizance-responsive-nav .mean-container a.meanmenu-reveal span {
                background: #ffffff;
            }

    .onepage-navbar.navbar {
        border-bottom: 1px solid #eeeeee;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        .onepage-navbar.navbar .container {
            padding-left: 15px;
            padding-right: 15px;
        }

        .onepage-navbar.navbar.is-sticky {
            border-bottom: none;
        }

    .onepage-navbar.navbar-light .navbar-toggler {
        color: #130947;
        border: none;
        padding: 0;
    }

        .onepage-navbar.navbar-light .navbar-toggler .burger-menu {
            cursor: pointer;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

            .onepage-navbar.navbar-light .navbar-toggler .burger-menu span {
                height: 2px;
                width: 30px;
                background: #130947;
                display: block;
                margin: 6px 0;
                -webkit-transition: all .50s ease-in-out;
                transition: all .50s ease-in-out;
            }

            .onepage-navbar.navbar-light .navbar-toggler .burger-menu.active span.top-bar {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                -webkit-transform-origin: 10% 10%;
                transform-origin: 10% 10%;
            }

            .onepage-navbar.navbar-light .navbar-toggler .burger-menu.active span.middle-bar {
                opacity: 0;
            }

            .onepage-navbar.navbar-light .navbar-toggler .burger-menu.active span.bottom-bar {
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                -webkit-transform-origin: 10% 90%;
                transform-origin: 10% 90%;
                margin-top: 5px;
            }

    .onepage-navbar.navbar-light .navbar-nav {
        background-color: #ffffff;
        border: 1px solid #eeeeee;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

        .onepage-navbar.navbar-light .navbar-nav .nav-item .nav-link {
            padding-left: 0;
            padding-right: 0;
            padding-top: 8px;
            padding-bottom: 8px;
            margin-left: 0;
            margin-right: 0;
        }
}

/*================================================
Search Overlay CSS
=================================================*/
.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

    .search-overlay .search-overlay-layer {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

        .search-overlay .search-overlay-layer:nth-child(1) {
            left: 0;
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }

        .search-overlay .search-overlay-layer:nth-child(2) {
            left: 0;
            background-color: rgba(0, 0, 0, 0.4);
            -webkit-transition: all 0.3s ease-in-out 0.3s;
            transition: all 0.3s ease-in-out 0.3s;
        }

        .search-overlay .search-overlay-layer:nth-child(3) {
            left: 0;
            background-color: rgba(0, 0, 0, 0.7);
            -webkit-transition: all 0.9s ease-in-out 0.6s;
            transition: all 0.9s ease-in-out 0.6s;
        }

    .search-overlay .search-overlay-close {
        position: absolute;
        top: 40px;
        right: 40px;
        width: 50px;
        z-index: 2;
        text-align: center;
        cursor: pointer;
        padding: 10px;
        -webkit-transition: all 0.9s ease-in-out 1.5s;
        transition: all 0.9s ease-in-out 1.5s;
        opacity: 0;
        visibility: hidden;
    }

        .search-overlay .search-overlay-close .search-overlay-close-line {
            width: 100%;
            height: 3px;
            float: left;
            margin-bottom: 5px;
            background-color: #ffffff;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
                margin-top: -7px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .search-overlay .search-overlay-close:hover .search-overlay-close-line {
            background: #4f87fb;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .search-overlay .search-overlay-form {
        -webkit-transition: all 0.9s ease-in-out 1.4s;
        transition: all 0.9s ease-in-out 1.4s;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        z-index: 2;
        max-width: 500px;
        width: 500px;
    }

        .search-overlay .search-overlay-form form {
            position: relative;
        }

            .search-overlay .search-overlay-form form .input-search {
                display: block;
                width: 100%;
                height: 55px;
                border: none;
                border-radius: 30px;
                padding-left: 20px;
                color: #130947;
                font-size: 15px;
            }

            .search-overlay .search-overlay-form form button {
                position: absolute;
                right: 5px;
                top: 5px;
                width: 45px;
                color: #ffffff;
                height: 45px;
                border-radius: 50%;
                background-color: #4f87fb;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                border: none;
                font-size: 20px;
                line-height: 45px;
            }

                .search-overlay .search-overlay-form form button:hover {
                    background-color: #130947;
                    color: #ffffff;
                }

    .search-overlay.search-overlay-active.search-overlay {
        opacity: 1;
        visibility: visible;
    }

        .search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .search-overlay.search-overlay-active.search-overlay .search-overlay-close {
            opacity: 1;
            visibility: visible;
        }

        .search-overlay.search-overlay-active.search-overlay .search-overlay-form {
            opacity: 1;
            visibility: visible;
        }

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
    position: relative;
    z-index: 1;
    padding-top: 30px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .main-banner.banner-bg1 {
        background-image: url('../../../Images/Banner/auto.jpg');
    }

    .main-banner.banner-bg2 {
        background-image: url('../../../Images/Banner/4.jpg');
    }

    .main-banner.banner-bg3 {
        background-image: url('../../../Images/Banner/service.jpg');
    }

    .main-banner.banner-bg4 {
        background-image: url('../../../Images/Banner/power.jpg');
    }



.main-banner-content .sub-title {
    color: #ffffff;
    display: block;
    position: relative;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 700;
}

    .main-banner-content .sub-title::before {
        width: 15px;
        height: 3px;
        background-color: #4f87fb;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        content: '';
    }

.main-banner-content h1 {
    color: #ffffff;
    font-size: 55px;
    font-weight: 800;
    margin-top: 12px;
    margin-bottom: 18px;
}

.main-banner-content p {
    color: #ffffff;
    opacity: 0.95;
}

.main-banner-content .btn-box {
    margin-top: 30px;
}

    .main-banner-content .btn-box .default-btn {
        border-color: #4f87fb;
    }

        .main-banner-content .btn-box .default-btn:hover {
            color: #130947;
            background-color: #ffffff;
            border-color: #ffffff;
        }

    .main-banner-content .btn-box .optional-btn {
        margin-left: 10px;
        color: #130947;
        border-color: #ffffff;
        background-color: #ffffff;
    }

        .main-banner-content .btn-box .optional-btn:hover {
            color: #ffffff;
            border-color: #4f87fb;
            background-color: #4f87fb;
        }

.main-banner-image {
    text-align: center;
    overflow: hidden;
}

.home-slides.owl-theme .owl-nav {
    margin-top: 0;
    line-height: 1;
}

    .home-slides.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        left: 0;
        top: 50%;
        margin: 0;
        padding: 0;
        background-color: transparent !important;
        color: #ffffff !important;
        font-size: 35px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
            left: auto;
            right: 0;
        }

.home-slides.owl-theme:hover .owl-nav [class*=owl-] {
    left: 20px;
    opacity: 1;
    visibility: visible;
}

    .home-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
        left: auto;
        right: 20px;
    }

.banner-section {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 60px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .banner-section.banner-bg1 {
        background-image: url(../img/main-banner1.jpg);
    }

    .banner-section.banner-bg2 {
        background-image: url(../img/main-banner2.jpg);
    }

    .banner-section.banner-bg3 {
        background-image: url(../img/main-banner3.jpg);
    }

    .banner-section .main-banner-image {
        text-align: left;
    }

    .banner-section .main-banner-content {
        max-width: 620px;
        margin-left: auto;
    }

        .banner-section .main-banner-content h1 {
            text-transform: capitalize;
            font-size: 47px;
        }

        .banner-section .main-banner-content p {
            max-width: 600px;
        }

.hero-banner {
    position: relative;
    z-index: 1;
    background: -webkit-gradient(linear, right top, left bottom, from(#fff6f6), color-stop(#ffefe8), color-stop(#ffecd4), color-stop(#f8ecc3), to(#ddefbb));
    background: linear-gradient(to left bottom, #fff6f6, #ffefe8, #ffecd4, #f8ecc3, #ddefbb);
    background-image: url(../img/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 170px;
    padding-bottom: 40px;
}

.hero-banner-content {
    text-align: center;
}

    .hero-banner-content h1 {
        margin-bottom: 30px;
        font-size: 55px;
        font-weight: 800;
    }

    .hero-banner-content .banner-box-list {
        margin-bottom: 35px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .hero-banner-content .banner-box-list .single-banner-box {
            border: 1px solid #d9e1f2;
            border-radius: 5px;
            position: relative;
            padding: 15px 20px 15px 102px;
            text-align: left;
        }

            .hero-banner-content .banner-box-list .single-banner-box .icon {
                position: absolute;
                left: 20px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .hero-banner-content .banner-box-list .single-banner-box h3 {
                margin-bottom: 0;
                font-size: 36px;
                font-weight: 800;
            }

            .hero-banner-content .banner-box-list .single-banner-box p {
                line-height: initial;
                margin-top: 4px;
                color: #4f87fb;
                font-size: 16.5px;
                font-weight: 500;
            }

        .hero-banner-content .banner-box-list .row .col-lg-3:nth-child(2) .single-banner-box h3 {
            color: #ba9500;
        }

        .hero-banner-content .banner-box-list .row .col-lg-3:nth-child(3) .single-banner-box h3 {
            color: #af1a1b;
        }

        .hero-banner-content .banner-box-list .row .col-lg-3:nth-child(4) .single-banner-box h3 {
            color: #557d20;
        }

.banner-wrapper {
    position: relative;
    height: 100vh;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .banner-wrapper.banner-bg1 {
        background-image: url(../img/main-banner4.jpg);
    }

.banner-wrapper-content {
    max-width: 600px;
    margin-left: auto;
    margin-top: 50px;
}

    .banner-wrapper-content h1 {
        color: #ffffff;
        line-height: 1.3;
        font-size: 50px;
        font-weight: 800;
        margin-bottom: 15px;
    }

    .banner-wrapper-content p {
        color: #ffffff;
        font-size: 16px;
    }

    .banner-wrapper-content .btn-box {
        margin-top: 30px;
    }

        .banner-wrapper-content .btn-box .default-btn {
            border-color: #4f87fb;
        }

            .banner-wrapper-content .btn-box .default-btn:hover {
                color: #130947;
                background-color: #ffffff;
                border-color: #ffffff;
            }

        .banner-wrapper-content .btn-box .optional-btn {
            margin-left: 10px;
            color: #130947;
            border-color: #ffffff;
            background-color: #ffffff;
        }

            .banner-wrapper-content .btn-box .optional-btn:hover {
                color: #ffffff;
                border-color: #4f87fb;
                background-color: #4f87fb;
            }

.banner-area {
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 750px;
    background-color: #4f87fb;
    background-image: url(../img/main-banner5.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .banner-area .main-banner-content .sub-title::before {
        background-color: #ffffff;
    }

    .banner-area .main-banner-content .btn-box .optional-btn:hover {
        background-color: #130947;
        color: #ffffff;
        border-color: #130947;
    }

.banner-image {
    position: relative;
    width: 100%;
    height: 100%;
}

    .banner-image img {
        position: absolute;
    }

        .banner-image img:nth-child(1) {
            left: 20px;
            top: -80px;
            -webkit-animation-name: rotateme;
            animation-name: rotateme;
            -webkit-animation-duration: 60s;
            animation-duration: 60s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }

        .banner-image img:nth-child(2) {
            top: 30px;
            right: 0;
            -webkit-animation-name: rotatemetwo;
            animation-name: rotatemetwo;
            -webkit-animation-duration: 60s;
            animation-duration: 60s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }

        .banner-image img:nth-child(3) {
            left: -35px;
            bottom: -80px;
            right: 0;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            -webkit-animation-name: rotateme;
            animation-name: rotateme;
            -webkit-animation-duration: 60s;
            animation-duration: 60s;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }

@-webkit-keyframes rotatemetwo {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotatemetwo {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.main-banner-content.black-text .sub-title {
    color: #130947;
}

    .main-banner-content.black-text .sub-title::before {
        background-color: #4f87fb;
    }

.main-banner-content.black-text h1 {
    color: #130947;
}

.main-banner-content.black-text p {
    color: #130947;
    opacity: 1;
}

.home-slides-two .main-banner {
    padding-top: 0;
    height: 750px;
    background-position: top center;
}

    .home-slides-two .main-banner .main-banner-content .sub-title {
        margin-bottom: 15px;
    }

.home-slides-two.owl-theme .owl-nav {
    margin-top: 0;
    line-height: 1;
}

    .home-slides-two.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        left: 0;
        top: 50%;
        margin: 0;
        padding: 0;
        background-color: transparent !important;
        color: #130947 !important;
        font-size: 35px;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .home-slides-two.owl-theme .owl-nav [class*=owl-].owl-next {
            left: auto;
            right: 0;
        }

        .home-slides-two.owl-theme .owl-nav [class*=owl-]:hover {
            color: #4f87fb !important;
        }

.home-slides-two.owl-theme:hover .owl-nav [class*=owl-] {
    left: 20px;
    opacity: 1;
    visibility: visible;
}

    .home-slides-two.owl-theme:hover .owl-nav [class*=owl-].owl-next {
        left: auto;
        right: 20px;
    }

/*================================================
About Area CSS
=================================================*/
.about-image {
    position: relative;
    text-align: left;
    z-index: 1;
    padding-right: 80px;
    padding-bottom: 40px;
}

    .about-image img {
        border-radius: 5px;
    }

        .about-image img:nth-child(2) {
            -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
            position: absolute;
            right: 0;
            bottom: 0;
            border-radius: 50%;
        }

.about-content {
    padding-left: 15px;
}

    .about-content .sub-title {
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #4f87fb;
        display: block;
        font-size: 14px;
        font-weight: 600;
    }

    .about-content h2 {
        margin-bottom: 13px;
        font-size: 35px;
        font-weight: 800;
    }

    .about-content blockquote {
        background-color: #e6eeff;
        padding: 20px;
        border-left: 4px solid #4f87fb;
    }

        .about-content blockquote p {
            margin-bottom: 0;
            font-size: 17px;
            font-weight: 600;
            font-style: italic;
        }

    .about-content .default-btn {
        margin-top: 5px;
    }

.about-section {
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
}

.about-img {
    text-align: center;
}

.about-shape1 {
    position: absolute;
    left: 2%;
    bottom: 15%;
    z-index: -1;
}

.about-area-two {
    position: relative;
    z-index: 1;
}

.about-image-two {
    text-align: center;
}

    .about-image-two img {
        border-radius: 5px;
    }

.about-content-two {
    padding-left: 15px;
}

    .about-content-two .sub-title {
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #4f87fb;
        display: block;
        font-size: 14px;
        font-weight: 600;
    }

    .about-content-two h2 {
        margin-bottom: 18px;
        font-size: 35px;
        font-weight: 800;
    }

    .about-content-two h6 {
        margin-bottom: 14px;
        line-height: 1.6;
        font-weight: 600;
    }

    .about-content-two .features-text {
        margin-top: 25px;
    }

        .about-content-two .features-text h5 {
            margin-bottom: 22px;
            position: relative;
            font-size: 17px;
            font-weight: 600;
            padding-left: 47px;
            padding-top: 7px;
        }

        .about-content-two .features-text i {
            position: absolute;
            left: 0;
            top: 0;
            width: 35px;
            height: 35px;
            background-color: #4f87fb;
            text-align: center;
            line-height: 35px;
            color: #ffffff;
            font-size: 20px;
            -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
            border-radius: 50%;
        }

    .about-content-two .features-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
        margin-top: -10px;
        margin-left: -10px;
        margin-right: -10px;
    }

        .about-content-two .features-list li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            margin-top: 20px;
            padding-left: 10px;
            padding-right: 10px;
        }

            .about-content-two .features-list li span {
                display: block;
                position: relative;
                padding-left: 34px;
                font-size: 16px;
                font-weight: 600;
            }

                .about-content-two .features-list li span i {
                    font-size: 16px;
                    color: #ffffff;
                    background-color: #4f87fb;
                    width: 25px;
                    height: 23px;
                    line-height: 23px;
                    text-align: center;
                    border-radius: 3px;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

.about-inner-area {
    margin-top: 80px;
}

    .about-inner-area:first-child {
        margin-top: 0;
    }

    .about-inner-area:nth-child(2) .about-content-two, .about-inner-area:nth-child(4) .about-content-two, .about-inner-area:nth-child(6) .about-content-two, .about-inner-area:nth-child(8) .about-content-two {
        padding-left: 0;
        padding-right: 15px;
    }

/*================================================
CTA Area CSS
=================================================*/
.cta-inner-area {
    border-radius: 10px;
    margin-top: 20px;
    background-color: #130947;
    background-image: url(../img/cta-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-right: 50px;
}

    .cta-inner-area img {
        text-align: center;
        display: inline-block;
        top: -70px;
        position: relative;
        margin-bottom: -70px;
    }

    .cta-inner-area h3 {
        color: #ffffff;
        margin-bottom: 10px;
        font-size: 22px;
        font-weight: 800;
    }

    .cta-inner-area p {
        line-height: initial;
        font-weight: 600;
        opacity: 0.95;
        color: #ffffff;
    }

    .cta-inner-area .cta-btn {
        text-align: center;
    }

        .cta-inner-area .cta-btn a {
            background-color: #4f87fb;
            color: #ffffff;
            text-align: left;
            position: relative;
            padding: 13px 30px 13px 90px;
            display: inline-block;
            border-radius: 50px;
            font-size: 24px;
            font-weight: 800;
        }

            .cta-inner-area .cta-btn a span {
                color: #ffffff;
                display: block;
                text-transform: uppercase;
                margin-bottom: 3px;
                font-size: 14px;
                font-weight: 600;
            }

            .cta-inner-area .cta-btn a i {
                position: absolute;
                font-size: 45px;
                left: 30px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

/*================================================
Spreads Virus Area CSS
=================================================*/
.spread-virus-area {
    position: relative;
    z-index: 1;
}

.single-spread-virus-box {
    margin-bottom: 30px;
    border: 1px solid #d5e2fe;
    padding: 20px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .single-spread-virus-box img {
        border-radius: 5px;
    }

    .single-spread-virus-box h3 {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-top: 25px;
        margin-bottom: 10px;
        font-size: 20px;
        font-weight: 800;
    }

    .single-spread-virus-box p {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-bottom: 12px;
    }

    .single-spread-virus-box .read-more-btn {
        text-transform: uppercase;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
    }

    .single-spread-virus-box:hover {
        background-color: #130947;
        border-color: #130947;
    }

        .single-spread-virus-box:hover h3 {
            color: #ffffff;
        }

        .single-spread-virus-box:hover p {
            color: #ffffff;
        }

        .single-spread-virus-box:hover .read-more-btn {
            color: #ffffff;
        }

.how-to-spread-area {
    position: relative;
    z-index: 1;
}

    .how-to-spread-area.bg-white-color {
        padding-top: 40px;
    }

        .how-to-spread-area.bg-white-color::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: -60px;
            height: 60px;
            border-radius: 5px 5px 0 0;
            background-color: #ffffff;
            width: 100%;
            max-width: 1230px;
            margin-left: auto;
            margin-right: auto;
        }

.overview-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
}

    .overview-box .overview-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

        .overview-box .overview-image .image {
            position: relative;
            text-align: center;
            margin-right: 15px;
        }

            .overview-box .overview-image .image .main-image {
                border-radius: 50%;
                padding: 60px;
            }

            .overview-box .overview-image .image .shape {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
            }

                .overview-box .overview-image .image .shape img:nth-child(1) {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 35px;
                    margin-left: auto;
                    margin-right: auto;
                    -webkit-animation-name: rotateme;
                    animation-name: rotateme;
                    -webkit-animation-duration: 70s;
                    animation-duration: 70s;
                    -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite;
                    -webkit-animation-timing-function: linear;
                    animation-timing-function: linear;
                }

                .overview-box .overview-image .image .shape img:nth-child(2) {
                    position: absolute;
                    right: 110px;
                    bottom: 60px;
                    -webkit-animation: movebounce 7s linear infinite;
                    animation: movebounce 7s linear infinite;
                }

    .overview-box .overview-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px;
    }

        .overview-box .overview-content .content {
            padding-left: 15px;
        }

            .overview-box .overview-content .content .icon {
                margin-bottom: 25px;
            }

            .overview-box .overview-content .content h3 {
                line-height: 1.4;
                margin-bottom: 15px;
                font-size: 22px;
                font-weight: 800;
            }

    .overview-box:nth-child(2) {
        margin-top: -35px;
    }

    .overview-box:last-child {
        margin-bottom: -35px;
    }

.spread-shape1 {
    position: absolute;
    right: 0;
    z-index: -1;
    opacity: 0.4;
    top: 18%;
    -webkit-transform: translateY(-18%);
    transform: translateY(-18%);
}

.spread-shape2 {
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0.4;
    top: 75%;
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%);
}

.spread-virus-content {
    margin-left: auto;
    max-width: 585px;
    margin-bottom: 40px;
}

    .spread-virus-content .sub-title {
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #4f87fb;
        display: block;
        font-size: 14px;
        font-weight: 600;
    }

    .spread-virus-content h2 {
        margin-bottom: 10px;
        font-size: 35px;
        font-weight: 800;
    }

    .spread-virus-content ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
        margin-top: 30px;
    }

        .spread-virus-content ul li {
            margin-bottom: 20px;
            position: relative;
            padding-left: 105px;
        }

            .spread-virus-content ul li .icon {
                position: absolute;
                width: 85px;
                height: 85px;
                text-align: center;
                border-radius: 50%;
                background-color: #ebf0fa;
                left: 0;
                top: 0;
            }

                .spread-virus-content ul li .icon img {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    margin-left: auto;
                    margin-right: auto;
                }

                .spread-virus-content ul li .icon i {
                    color: #ffffff;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-size: 35px;
                    margin-left: auto;
                    margin-right: auto;
                }

            .spread-virus-content ul li h3 {
                margin-bottom: 8px;
                font-size: 20px;
                font-weight: 700;
            }

            .spread-virus-content ul li:last-child {
                margin-bottom: 0;
            }

            .spread-virus-content ul li p {
                max-width: 320px;
                font-size: 15px;
            }

.spread-virus-image {
    text-align: center;
    padding-top: 200px;
    position: relative;
    left: -30px;
}

.spread-shape3 {
    position: absolute;
    left: 1%;
    bottom: 0;
    z-index: -1;
}

    .spread-shape3 img {
        max-width: 60%;
    }

/*================================================
Symptoms Area CSS
=================================================*/
.symptoms-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #f1f5fe;
    background-image: url(../img/symptoms-bg.jpg);
    background-position: -270px center;
    background-size: cover;
    background-repeat: no-repeat;
}

.symptoms-image {
    position: relative;
    left: -30px;
}

.symptoms-content {
    padding-left: 25px;
}

    .symptoms-content .sub-title {
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #4f87fb;
        display: block;
        font-size: 14px;
        font-weight: 600;
    }

    .symptoms-content h2 {
        margin-bottom: 0;
        font-size: 35px;
        font-weight: 800;
    }

    .symptoms-content p {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .symptoms-content ul {
        padding-left: 0;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 0;
        margin-top: 10px;
    }

        .symptoms-content ul li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            padding-left: 10px;
            padding-right: 10px;
        }

            .symptoms-content ul li span {
                margin-top: 20px;
                display: block;
                background-color: #ffffff;
                position: relative;
                padding: 15px 15px 15px 55px;
                color: #130947;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                border-radius: 0 5px 5px 0;
                z-index: 1;
                font-size: 18px;
                font-weight: 800;
            }

                .symptoms-content ul li span::before {
                    width: 3px;
                    height: 100%;
                    z-index: -1;
                    background-color: #130947;
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 0;
                    border-radius: 0 5px 5px 0;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .symptoms-content ul li span i {
                    position: absolute;
                    left: 15px;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    width: 30px;
                    height: 30px;
                    text-align: center;
                    line-height: 30px;
                    color: #130947;
                    font-size: 14px;
                    background-color: #e5ecfe;
                    border-radius: 50%;
                }

                .symptoms-content ul li span:hover {
                    color: #ffffff;
                }

                    .symptoms-content ul li span:hover::before {
                        width: 100%;
                    }

.symptoms-section {
    position: relative;
    z-index: 1;
}

    .symptoms-section.bg-white-color {
        padding-top: 40px;
    }

        .symptoms-section.bg-white-color::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            top: -60px;
            height: 60px;
            border-radius: 5px 5px 0 0;
            background-color: #ffffff;
            width: 100%;
            max-width: 1230px;
            margin-left: auto;
            margin-right: auto;
        }

.symptoms-box-list {
    text-align: center;
}

    .symptoms-box-list .box-item {
        position: relative;
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .symptoms-box-list .box-item .img {
            margin-bottom: 20px;
        }

        .symptoms-box-list .box-item h3 {
            margin-bottom: 12px;
            font-weight: 800;
            font-size: 22px;
        }

        .symptoms-box-list .box-item p {
            font-size: 15px;
        }

        .symptoms-box-list .box-item:nth-child(1) {
            left: 70px;
        }

        .symptoms-box-list .box-item:nth-child(3) {
            left: 70px;
        }

        .symptoms-box-list .box-item:last-child {
            margin-bottom: 0;
        }

.row .col-lg-4:nth-child(3) .symptoms-box-list .box-item:nth-child(1) {
    left: -70px;
}

.row .col-lg-4:nth-child(3) .symptoms-box-list .box-item:nth-child(3) {
    left: -70px;
}

.symptoms-img {
    position: relative;
    left: -30px;
    text-align: center;
}

    .symptoms-img img {
        max-width: 115%;
    }

.symptoms-shape1 {
    position: absolute;
    right: 1%;
    top: 15%;
    z-index: -1;
}

    .symptoms-shape1 img {
        -webkit-animation: movebounce 7s linear infinite;
        animation: movebounce 7s linear infinite;
    }

.symptoms-shape2 {
    position: absolute;
    left: 0;
    bottom: 15%;
    z-index: -1;
}

    .symptoms-shape2 img {
        -webkit-animation: movebounce 7s linear infinite;
        animation: movebounce 7s linear infinite;
    }

/*================================================
Funfacts Area CSS
=================================================*/
.funfacts-area {
    position: relative;
    z-index: 1;
    background-image: url(../img/funfacts-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .funfacts-area .section-title h2 {
        color: #ffffff;
    }

    .funfacts-area::before {
        width: 100%;
        height: 100%;
        background-color: #130947;
        opacity: 0.75;
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
    }

.funfacts-list {
    position: relative;
}

    .funfacts-list .row .col-lg-6:nth-child(1) .single-funfacts-box {
        margin-bottom: 30px;
    }

    .funfacts-list .row .col-lg-6:nth-child(2) .single-funfacts-box {
        margin-bottom: 30px;
    }

    .funfacts-list .single-funfacts-box {
        margin-bottom: 0;
    }

.single-funfacts-box {
    margin-bottom: 30px;
    background-color: #130947;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .single-funfacts-box::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-image: url(../img/funfacts-shape.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .single-funfacts-box .icon {
        margin-bottom: 15px;
    }

    .single-funfacts-box h3 {
        margin-bottom: 0;
        color: #ffffff;
        font-size: 40px;
        font-weight: 800;
    }

    .single-funfacts-box p {
        line-height: 1;
        color: #4f87fb;
        margin-top: 9px;
        font-size: 16px;
        font-weight: 600;
    }

    .single-funfacts-box.bg-white {
        background-color: #ffffff;
        border: 1px solid #e5edff;
    }

        .single-funfacts-box.bg-white::before {
            background-image: url(../img/funfacts-shape2.png);
        }

        .single-funfacts-box.bg-white h3 {
            color: #130947;
        }

.funfacts-info {
    text-align: right;
    margin-top: 15px;
}

    .funfacts-info p {
        color: #ffffff;
        font-size: 11px;
        font-weight: 600;
    }

        .funfacts-info p a {
            color: #ffffff;
            text-decoration: underline;
        }

    .funfacts-info.color-black p {
        color: #130947;
    }

        .funfacts-info.color-black p a {
            color: #130947;
        }

.funfacts-section {
    position: relative;
    z-index: 1;
}

    .funfacts-section .funfacts-image {
        max-width: 647px;
        margin-left: auto;
    }

    .funfacts-section .funfacts-list {
        max-width: 585px;
    }

        .funfacts-section .funfacts-list .row .col-lg-6:nth-child(1) .single-funfacts-box {
            margin-top: 30px;
        }

        .funfacts-section .funfacts-list .row .col-lg-6:nth-child(4) .single-funfacts-box {
            margin-top: -30px;
        }

        .funfacts-section .funfacts-list .row .col-lg-12 {
            margin-top: -30px;
        }

.funfacts-shape1 {
    position: absolute;
    right: 3%;
    z-index: -1;
    top: 55%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}

/*================================================
How To Protect Area CSS
=================================================*/
.how-to-protect-content .content {
    z-index: 1;
    position: relative;
    margin-top: 15px;
    margin-bottom: 35px;
    margin-left: 15px;
}

    .how-to-protect-content .content::before {
        background-color: #f1f1f4;
        z-index: -1;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        content: '';
        position: absolute;
        left: -15px;
        top: -15px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .how-to-protect-content .content .text {
        cursor: pointer;
        background-color: #f9f9f9;
        border-radius: 5px;
        position: relative;
        padding: 30px 30px 30px 125px;
    }

        .how-to-protect-content .content .text .icon {
            width: 75px;
            height: 75px;
            border-radius: 5px;
            background-color: #4f87fb;
            color: #ffffff;
            position: absolute;
            left: 30px;
            top: 48%;
            -webkit-transform: translateY(-48%);
            transform: translateY(-48%);
            font-size: 40px;
            text-align: center;
        }

            .how-to-protect-content .content .text .icon i {
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .how-to-protect-content .content .text h3 {
            margin-bottom: 10px;
            font-size: 20px;
            font-weight: 800;
        }

        .how-to-protect-content .content .text p {
            margin-bottom: 0;
        }

    .how-to-protect-content .content:hover::before {
        background-color: #130947;
    }

    .how-to-protect-content .content:last-child {
        margin-bottom: 0;
    }

.how-to-protect-image {
    margin-left: 15px;
    position: relative;
    z-index: 1;
    height: 100%;
}

    .how-to-protect-image .main-image {
        border-radius: 50%;
        border: 14px solid #130947;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .how-to-protect-image .main-image.main-image2 {
            opacity: 0;
            visibility: hidden;
        }

            .how-to-protect-image .main-image.main-image2.active {
                opacity: 1;
                visibility: visible;
            }

        .how-to-protect-image .main-image.main-image3 {
            opacity: 0;
            visibility: hidden;
        }

            .how-to-protect-image .main-image.main-image3.active {
                opacity: 1;
                visibility: visible;
            }

        .how-to-protect-image .main-image.main-image4 {
            opacity: 0;
            visibility: hidden;
        }

            .how-to-protect-image .main-image.main-image4.active {
                opacity: 1;
                visibility: visible;
            }

        .how-to-protect-image .main-image.main-image5 {
            opacity: 0;
            visibility: hidden;
        }

            .how-to-protect-image .main-image.main-image5.active {
                opacity: 1;
                visibility: visible;
            }

        .how-to-protect-image .main-image.main-image6 {
            opacity: 0;
            visibility: hidden;
        }

            .how-to-protect-image .main-image.main-image6.active {
                opacity: 1;
                visibility: visible;
            }

    .how-to-protect-image .how-to-protect-shape {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

        .how-to-protect-image .how-to-protect-shape img {
            z-index: -1;
            position: absolute;
        }

            .how-to-protect-image .how-to-protect-shape img:nth-child(1) {
                left: 0;
                top: 0;
                -webkit-animation: movebounce 7s linear infinite;
                animation: movebounce 7s linear infinite;
            }

            .how-to-protect-image .how-to-protect-shape img:nth-child(2) {
                right: 0;
                top: 0;
                -webkit-animation: moveleftbounce 7s linear infinite;
                animation: moveleftbounce 7s linear infinite;
            }

            .how-to-protect-image .how-to-protect-shape img:nth-child(3) {
                left: 0;
                bottom: 0;
                -webkit-animation-name: rotateme;
                animation-name: rotateme;
                -webkit-animation-duration: 150s;
                animation-duration: 150s;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
            }

            .how-to-protect-image .how-to-protect-shape img:nth-child(4) {
                right: 0;
                bottom: 0;
                -webkit-animation: movebounce 7s linear infinite;
                animation: movebounce 7s linear infinite;
            }

.how-to-protect-content-list {
    margin-left: auto;
    max-width: 470px;
}

    .how-to-protect-content-list .content {
        margin-bottom: 30px;
    }

        .how-to-protect-content-list .content .text {
            position: relative;
            padding-left: 95px;
        }

            .how-to-protect-content-list .content .text .icon {
                width: 75px;
                height: 80px;
                border-radius: 5px;
                background-color: #4f87fb;
                color: #ffffff;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                position: absolute;
                left: 0;
                top: 0;
                font-size: 40px;
                text-align: center;
            }

                .how-to-protect-content-list .content .text .icon i {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                }

            .how-to-protect-content-list .content .text h3 {
                margin-bottom: 8px;
                font-size: 20px;
                font-weight: 800;
            }

            .how-to-protect-content-list .content .text p {
                margin-bottom: 0;
            }

            .how-to-protect-content-list .content .text:hover .icon {
                background-color: #130947;
                color: #ffffff;
            }

        .how-to-protect-content-list .content:last-child {
            margin-bottom: 0;
        }

.how-to-protect-img {
    text-align: center;
}

/*================================================
Prevention Area CSS
=================================================*/
.prevention-area {
    position: relative;
    z-index: 1;
    background-color: #130947;
}

    .prevention-area .section-title h2 {
        color: #ffffff;
    }

.prevention-content {
    margin-bottom: 30px;
}

    .prevention-content .title {
        background-color: #4f87fb;
        color: #ffffff;
        text-align: center;
        position: relative;
        z-index: 1;
        padding-top: 14px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
    }

        .prevention-content .title h3 {
            color: #ffffff;
            margin-bottom: 0;
            font-size: 24px;
            font-weight: 700;
        }

        .prevention-content .title::before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 26px;
            z-index: -1;
            height: 26px;
            background-color: #4f87fb;
            bottom: -12px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            margin-left: auto;
            margin-right: auto;
        }

    .prevention-content .content-list {
        border: 1px solid #20256f;
        border-top: none;
        padding: 45px 30px 30px;
    }

        .prevention-content .content-list .content {
            position: relative;
            border-bottom: 1px solid #20256f;
            margin-bottom: 25px;
            padding-bottom: 25px;
            padding-left: 110px;
        }

            .prevention-content .content-list .content .icon {
                position: absolute;
                left: 0;
                top: 1px;
                width: 90px;
                height: 90px;
                border: 1px solid #20256f;
                z-index: 1;
                background-color: transparent;
                text-align: center;
                border-radius: 50%;
            }

                .prevention-content .content-list .content .icon img {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    margin-left: auto;
                    margin-right: auto;
                }

                .prevention-content .content-list .content .icon::before {
                    background-color: #1b195e;
                    content: '';
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    z-index: -1;
                    border-radius: 50%;
                    margin: 5px;
                }

                .prevention-content .content-list .content .icon i {
                    color: #ffffff;
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    font-size: 35px;
                    margin-left: auto;
                    margin-right: auto;
                }

            .prevention-content .content-list .content h3 {
                margin-bottom: 10px;
                color: #ffffff;
                font-size: 20px;
                font-weight: 700;
            }

            .prevention-content .content-list .content p {
                font-size: 15px;
                color: #dedede;
            }

            .prevention-content .content-list .content:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border-bottom: none;
            }

.col-lg-6:nth-child(2) .prevention-content .title {
    background-color: #c35362;
}

    .col-lg-6:nth-child(2) .prevention-content .title::before {
        background-color: #c35362;
    }

.prevention-shape1 {
    position: absolute;
    left: 2%;
    bottom: 20%;
    z-index: -1;
}

    .prevention-shape1 img {
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 80s;
        animation-duration: 80s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

.prevention-shape2 {
    position: absolute;
    left: 8.3%;
    bottom: 38%;
    display: none;
    z-index: -1;
}

    .prevention-shape2 img {
        -webkit-animation: movebounce 10s linear infinite;
        animation: movebounce 10s linear infinite;
    }

.prevention-shape3 {
    position: absolute;
    right: 9.5%;
    top: 19%;
    z-index: -1;
}

    .prevention-shape3 img {
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 80s;
        animation-duration: 80s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

.prevention-shape4 {
    display: none;
    position: absolute;
    right: 8%;
    bottom: 18%;
    z-index: -1;
}

    .prevention-shape4 img {
        -webkit-animation: movescale 8s linear infinite;
        animation: movescale 8s linear infinite;
    }

/*================================================
FAQ Area CSS
=================================================*/
.faq-area {
    background-color: #4f87fb;
    position: relative;
    z-index: 1;
}

    .faq-area .section-title .sub-title {
        color: #ffffff;
    }

    .faq-area .section-title h2 {
        color: #ffffff;
    }

.faq-image {
    position: relative;
    height: 100%;
    background-size-position: center center;
    background-size-size: cover;
    background-size-repeat: no-repeat;
}

    .faq-image img {
        display: none;
    }

    .faq-image.faq-bg1 {
        background-image: url(../img/faq-img.jpg);
    }

    .faq-image .video-btn {
        display: inline-block;
        width: 80px;
        height: 80px;
        font-size: 35px;
        text-align: center;
        line-height: 80px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        background-color: #4f87fb;
        border-radius: 50%;
        color: #ffffff;
    }

        .faq-image .video-btn::after, .faq-image .video-btn::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            border-radius: 50%;
            border: 1px solid #4f87fb;
        }

        .faq-image .video-btn::before {
            -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite;
        }

        .faq-image .video-btn::after {
            -webkit-animation: ripple 2s linear 1s infinite;
            animation: ripple 2s linear 1s infinite;
        }

        .faq-image .video-btn:hover {
            color: #ffffff;
            background-color: #130947;
        }

            .faq-image .video-btn:hover::before, .faq-image .video-btn:hover::after {
                border-color: #130947;
            }

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .faq-accordion .accordion .accordion-item {
        display: block;
        -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
        box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
        background: #ffffff;
        margin-bottom: 15px;
    }

        .faq-accordion .accordion .accordion-item:last-child {
            margin-bottom: 0;
        }

    .faq-accordion .accordion .accordion-title {
        padding: 12px 35px 10px 15px;
        color: #130947;
        text-decoration: none;
        position: relative;
        display: block;
        border-left: 3px solid #130947;
        font-size: 16px;
        font-weight: 600;
    }

        .faq-accordion .accordion .accordion-title i {
            position: absolute;
            right: 15px;
            top: 50%;
            font-size: 14px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .faq-accordion .accordion .accordion-title.active i::before {
            content: "\f10a";
        }

    .faq-accordion .accordion .accordion-content {
        display: none;
        position: relative;
        padding: 20px;
        border-top: 1px solid #eeeeee;
    }

        .faq-accordion .accordion .accordion-content.show {
            display: block;
        }

.faq-shape1 {
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: -1;
}

    .faq-shape1 img {
        -webkit-animation: movebounce 15s linear infinite;
        animation: movebounce 15s linear infinite;
    }

.faq-shape2 {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: -1;
}

    .faq-shape2 img {
        -webkit-animation: movebounce 20s linear infinite;
        animation: movebounce 20s linear infinite;
    }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

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

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1;
    }

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

.tab .tabs-item {
    display: none;
}

    .tab .tabs-item:first-child {
        display: block;
    }

.faq-accordion-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 50px;
    text-align: center;
}

    .faq-accordion-tab .tabs li {
        margin-left: 10px;
        margin-right: 10px;
    }

        .faq-accordion-tab .tabs li a {
            color: #130947;
            text-decoration: none;
            border-radius: 5px;
            padding: 20px;
            display: block;
            -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
            box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
            font-size: 17px;
            font-weight: 600;
        }

            .faq-accordion-tab .tabs li a i {
                font-size: 30px;
            }

            .faq-accordion-tab .tabs li a span {
                display: block;
                margin-top: 8px;
            }

            .faq-accordion-tab .tabs li a:hover {
                background-color: #4f87fb;
                color: #ffffff;
            }

        .faq-accordion-tab .tabs li.current a {
            background-color: #4f87fb;
            color: #ffffff;
        }

.faq-accordion-content .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

    .faq-accordion-content .accordion .accordion-item {
        border-radius: 5px;
        display: block;
        -webkit-box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
        box-shadow: 2px 8px 20px 0 rgba(25, 42, 70, 0.13) !important;
        background: #ffffff;
        margin-bottom: 15px;
    }

        .faq-accordion-content .accordion .accordion-item:last-child {
            margin-bottom: 0;
        }

    .faq-accordion-content .accordion .accordion-title {
        padding: 20px 25px 17px 60px;
        color: #130947;
        text-decoration: none;
        position: relative;
        display: block;
        font-size: 17px;
        font-weight: 700;
    }

        .faq-accordion-content .accordion .accordion-title i {
            position: absolute;
            left: 25px;
            top: 18px;
            font-size: 25px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .faq-accordion-content .accordion .accordion-title.active i {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .faq-accordion-content .accordion .accordion-content {
        display: none;
        position: relative;
        margin-top: -5px;
        padding-bottom: 20px;
        padding-right: 25px;
        padding-left: 60px;
    }

        .faq-accordion-content .accordion .accordion-content.show {
            display: block;
        }

        .faq-accordion-content .accordion .accordion-content ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0;
        }

            .faq-accordion-content .accordion .accordion-content ul li {
                color: #606060;
                position: relative;
                margin-bottom: 12px;
                line-height: 25px;
                padding-left: 15px;
            }

                .faq-accordion-content .accordion .accordion-content ul li::before {
                    content: '';
                    position: absolute;
                    top: 10px;
                    left: 0;
                    width: 6px;
                    height: 6px;
                    background: #4f87fb;
                    border-radius: 50%;
                }

                .faq-accordion-content .accordion .accordion-content ul li:last-child {
                    margin-bottom: 0;
                }

.faq-section {
    position: relative;
    z-index: 1;
    background-color: #f9f9f9;
}

    .faq-section .faq-shape1 {
        opacity: 0.18;
        bottom: 35%;
    }

    .faq-section .faq-shape2 {
        opacity: 0.18;
    }

    .faq-section .faq-accordion .accordion .accordion-title {
        border-left-color: #4f87fb;
    }

        .faq-section .faq-accordion .accordion .accordion-title i {
            color: #4f87fb;
        }

    .faq-section::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        background-color: #ffffff;
        height: 20%;
    }

.faq-img {
    text-align: center;
    max-width: 810px;
    border-radius: 5px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

    .faq-img img {
        border-radius: 5px;
    }

    .faq-img .video-btn {
        display: inline-block;
        width: 80px;
        height: 80px;
        font-size: 35px;
        text-align: center;
        line-height: 80px;
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 1;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        background-color: #ffffff;
        border-radius: 50%;
        color: #130947;
    }

        .faq-img .video-btn::after, .faq-img .video-btn::before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            border-radius: 50%;
            border: 1px solid #ffffff;
        }

        .faq-img .video-btn::before {
            -webkit-animation: ripple 2s linear infinite;
            animation: ripple 2s linear infinite;
        }

        .faq-img .video-btn::after {
            -webkit-animation: ripple 2s linear 1s infinite;
            animation: ripple 2s linear 1s infinite;
        }

        .faq-img .video-btn:hover {
            color: #ffffff;
            background-color: #4f87fb;
        }

            .faq-img .video-btn:hover::before, .faq-img .video-btn:hover::after {
                border-color: #4f87fb;
            }

/*================================================
Appointment Area CSS
=================================================*/
.appointment-form {
    max-width: 900px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
    padding: 50px;
    margin-left: auto;
    margin-right: auto;
}

    .appointment-form form {
        text-align: center;
    }

        .appointment-form form .form-group {
            text-align: left;
        }

            .appointment-form form .form-group label {
                display: block;
                margin-bottom: 8px;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 14px;
            }

                .appointment-form form .form-group label .required {
                    color: red;
                }

        .appointment-form form .default-btn {
            margin-top: 10px;
        }

        .appointment-form form .nice-select {
            float: unset;
            line-height: 48px;
            color: #606060;
            text-transform: capitalize;
            border: none;
            background-color: #f5f5f5 !important;
            font-weight: 600;
            font-size: 14px;
            padding-top: 0;
            padding-bottom: 0;
        }

            .appointment-form form .nice-select .list {
                background-color: #ffffff;
                -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
                box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
                border-radius: 0;
                margin-top: 0;
                width: 100%;
                padding-top: 10px;
                padding-bottom: 10px;
            }

                .appointment-form form .nice-select .list .option {
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    padding-left: 20px;
                    padding-right: 20px;
                }

                    .appointment-form form .nice-select .list .option:hover {
                        background-color: #4f87fb !important;
                        color: #ffffff;
                    }

                    .appointment-form form .nice-select .list .option.selected {
                        background-color: transparent;
                        font-weight: 600;
                    }

            .appointment-form form .nice-select:after {
                right: 20px;
            }

/*================================================
Doctors Area CSS
=================================================*/
.doctors-area.bg-color {
    background-color: #130947;
}

    .doctors-area.bg-color .section-title .sub-title {
        color: #4f87fb;
    }

    .doctors-area.bg-color .section-title h2 {
        color: #ffffff;
    }

.single-doctors-box {
    position: relative;
    z-index: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 30px;
}

    .single-doctors-box .image {
        border-radius: 5px 5px 0 0;
    }

        .single-doctors-box .image img {
            border-radius: 5px 5px 0 0;
        }

    .single-doctors-box::before {
        content: '';
        position: absolute;
        left: -20px;
        top: -20px;
        border-radius: 5px;
        z-index: -1;
        width: 100%;
        height: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border: 1px solid #dfe9fe;
    }

    .single-doctors-box .content {
        background-color: #f9f9f9;
        border-radius: 0 0 5px 5px;
        padding: 25px 40px;
    }

        .single-doctors-box .content h3 {
            margin-bottom: 0;
            font-size: 20px;
            font-weight: 800;
        }

        .single-doctors-box .content span {
            display: block;
            margin-top: 8px;
            color: #4f87fb;
            font-size: 15px;
            font-weight: 600;
        }

    .single-doctors-box:hover {
        margin-top: 0;
        margin-left: 0;
    }

        .single-doctors-box:hover::before {
            top: 0;
            left: 0;
            opacity: 0;
            visibility: hidden;
        }

/*================================================
Outbreak Area CSS
=================================================*/
.outbreak-area {
    position: relative;
    z-index: 1;
}

.outbreak-content {
    text-align: center;
}

    .outbreak-content h1 {
        margin-bottom: 30px;
        font-size: 55px;
        font-weight: 800;
    }

    .outbreak-content .outbreak-box-list {
        margin-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .outbreak-content .outbreak-box-list .single-outbreak-box {
            border: 1px solid #d9e1f2;
            border-radius: 5px;
            position: relative;
            padding: 15px 20px 15px 102px;
            text-align: left;
        }

            .outbreak-content .outbreak-box-list .single-outbreak-box .icon {
                position: absolute;
                left: 20px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .outbreak-content .outbreak-box-list .single-outbreak-box h3 {
                margin-bottom: 0;
                font-size: 36px;
                font-weight: 800;
            }

            .outbreak-content .outbreak-box-list .single-outbreak-box p {
                line-height: initial;
                margin-top: 4px;
                color: #4f87fb;
                font-size: 16.5px;
                font-weight: 500;
            }

        .outbreak-content .outbreak-box-list .row .col-lg-3:nth-child(2) .single-outbreak-box h3 {
            color: #ba9500;
        }

        .outbreak-content .outbreak-box-list .row .col-lg-3:nth-child(3) .single-outbreak-box h3 {
            color: #af1a1b;
        }

        .outbreak-content .outbreak-box-list .row .col-lg-3:nth-child(4) .single-outbreak-box h3 {
            color: #557d20;
        }

    .outbreak-content .dataTables_wrapper {
        margin-top: 20px;
    }

        .outbreak-content .dataTables_wrapper .dataTables_length {
            color: #606060;
            margin-bottom: 20px;
            position: relative;
            top: 10px;
        }

            .outbreak-content .dataTables_wrapper .dataTables_length label {
                display: block;
                margin-bottom: 0;
            }

                .outbreak-content .dataTables_wrapper .dataTables_length label select {
                    border-color: #eeeeee;
                    cursor: pointer;
                    display: inline-block;
                    border-radius: 5px;
                    padding: 3px 5px;
                    margin-left: 8px;
                    margin-right: 8px;
                }

        .outbreak-content .dataTables_wrapper .dataTables_filter {
            margin-bottom: 20px;
        }

            .outbreak-content .dataTables_wrapper .dataTables_filter label {
                display: block;
                margin-bottom: 0;
                color: #606060;
            }

                .outbreak-content .dataTables_wrapper .dataTables_filter label input {
                    border: 1px solid #ecf0f3;
                    height: 45px;
                    padding-left: 12px;
                    border-radius: 5px;
                }

        .outbreak-content .dataTables_wrapper .dataTable {
            margin-top: 15px;
            border: none;
        }

            .outbreak-content .dataTables_wrapper .dataTable thead tr th {
                border-color: #eeeeee;
                text-align: left;
                white-space: nowrap;
                padding: 8px 15px;
                vertical-align: middle;
                font-size: 15.5px;
                font-weight: 700;
            }

            .outbreak-content .dataTables_wrapper .dataTable tbody tr td {
                text-align: left;
                padding: 10px 15px;
                vertical-align: middle;
                border-color: #eeeeee;
                white-space: nowrap;
                color: #130947;
                border-top: none;
                border-bottom: none;
                border-right: none;
                font-size: 15px;
                font-weight: 600;
            }

                .outbreak-content .dataTables_wrapper .dataTable tbody tr td:last-child {
                    border-right: 1px solid #eeeeee;
                }

                .outbreak-content .dataTables_wrapper .dataTable tbody tr td:first-child {
                    font-weight: 600;
                }

            .outbreak-content .dataTables_wrapper .dataTable tbody .new_death {
                background-color: red;
                border: none !important;
                color: #ffffff;
                font-weight: 600 !important;
            }

            .outbreak-content .dataTables_wrapper .dataTable tbody .new_case {
                background-color: #FFEEAA;
                border: none !important;
                font-weight: 600 !important;
            }

            .outbreak-content .dataTables_wrapper .dataTable tfoot tr th, .outbreak-content .dataTables_wrapper .dataTable tfoot tr td {
                border-color: #eeeeee;
                text-align: left;
                padding: 8px 15px;
                vertical-align: middle;
                white-space: nowrap;
                font-size: 15.5px;
                font-weight: 700;
            }

        .outbreak-content .dataTables_wrapper .dataTables_info {
            display: none;
        }

        .outbreak-content .dataTables_wrapper .dataTables_paginate.paging_simple_numbers {
            display: none;
        }

/*================================================
Emergency Contact Area CSS
=================================================*/
.emergency-contact-inner {
    overflow: hidden;
    border-radius: 10px;
    padding: 30px 40px;
    background-image: url(../img/emergency-contact-bg.jpg);
    background-color: #4f87fb;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .emergency-contact-inner .btn-box .default-btn {
        background-color: #130947;
        color: #ffffff;
        border-color: #130947;
    }

        .emergency-contact-inner .btn-box .default-btn:not(:first-child) {
            margin-left: 15px;
        }

        .emergency-contact-inner .btn-box .default-btn:hover {
            color: #4f87fb;
            background-color: #ffffff;
            border-color: #ffffff;
        }

    .emergency-contact-inner .contact-cta {
        text-align: center;
    }

        .emergency-contact-inner .contact-cta a {
            background-color: #130947;
            color: #ffffff;
            text-align: left;
            position: relative;
            padding: 13px 30px 13px 90px;
            display: inline-block;
            border-radius: 50px;
            font-size: 24px;
            font-weight: 800;
        }

            .emergency-contact-inner .contact-cta a span {
                color: #4f87fb;
                display: block;
                text-transform: uppercase;
                margin-bottom: 3px;
                font-size: 14px;
                font-weight: 600;
            }

            .emergency-contact-inner .contact-cta a i {
                position: absolute;
                font-size: 45px;
                left: 30px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

/*================================================
Products Area CSS
=================================================*/
.single-products-box {
    background-color: #f5f9ff;
    margin-bottom: 30px;
}

    .single-products-box .products-image {
        border-radius: 5px;
        overflow: hidden;
    }

        .single-products-box .products-image a {
            display: block;
            border-radius: 5px;
        }

            .single-products-box .products-image a img {
                border-radius: 5px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

    .single-products-box .products-content {
        border-radius: 0 0 5px 5px;
        padding: 20px;
        position: relative;
    }

        .single-products-box .products-content h3 {
            margin-bottom: 15px;
            font-size: 19px;
            font-weight: 800;
        }

            .single-products-box .products-content h3 a {
                display: inline-block;
            }

        .single-products-box .products-content .price {
            color: #4f87fb;
            font-size: 16px;
            font-weight: 700;
        }

            .single-products-box .products-content .price span {
                display: inline-block;
            }

                .single-products-box .products-content .price span.old {
                    text-decoration: line-through;
                    color: #999999;
                    font-weight: 500;
                    margin-left: 2px;
                }

        .single-products-box .products-content .add-to-cart-btn {
            position: absolute;
            right: 20px;
            bottom: 20px;
            display: inline-block;
            text-transform: uppercase;
            opacity: 0.67;
            font-size: 14px;
            font-weight: 700;
        }

            .single-products-box .products-content .add-to-cart-btn:hover {
                opacity: 1;
            }

    .single-products-box:hover .products-image a img {
        -webkit-transform: scale(1.2) rotate(5deg);
        transform: scale(1.2) rotate(5deg);
    }

.shorting-menu {
    text-align: center;
    margin-bottom: 30px;
}

    .shorting-menu .filter {
        display: inline-block;
        background-color: transparent;
        border: none;
        padding: 0;
        position: relative;
        color: #606060;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        padding-bottom: 3px;
        margin-left: 8px;
        margin-right: 8px;
        font-size: 15px;
        font-weight: 700;
    }

        .shorting-menu .filter::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background-color: #4f87fb;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .shorting-menu .filter.active, .shorting-menu .filter:hover {
            color: #4f87fb;
        }

            .shorting-menu .filter.active::before, .shorting-menu .filter:hover::before {
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }

.shorting .mix {
    display: none;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details-image img {
    width: 100%;
}

.products-details-image .slick-slider {
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.products-details-image .slick-dots {
    padding: 0;
    text-align: center;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 0;
    margin-bottom: 0;
}

    .products-details-image .slick-dots li {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        position: relative;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
    }

        .products-details-image .slick-dots li button {
            padding: 0;
            outline: 0;
            display: block;
            border: none;
            margin: 0;
            cursor: pointer;
        }

        .products-details-image .slick-dots li img {
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .products-details-image .slick-dots li:hover img, .products-details-image .slick-dots li.slick-active img {
            opacity: .4;
        }

.products-details-image .slick-thumbs {
    display: none;
}

.products-details-image .row {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -15px;
}

    .products-details-image .row .col-lg-6 {
        padding-left: 8px;
        padding-right: 8px;
    }

        .products-details-image .row .col-lg-6 .single-products-details-image {
            margin-top: 15px;
        }

.products-details-image .single-products-details-image {
    margin-top: 30px;
}

    .products-details-image .single-products-details-image:first-child {
        margin-top: 0;
    }

.products-details-desc h3 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 800;
}

.products-details-desc .price {
    margin-bottom: 15px;
    color: #4f87fb;
    font-size: 15px;
    font-weight: 600;
}

    .products-details-desc .price .old-price {
        text-decoration: line-through;
        color: #828893;
        font-weight: normal;
    }

.products-details-desc .products-review {
    margin-bottom: 15px;
}

    .products-details-desc .products-review .rating {
        display: inline-block;
        padding-right: 5px;
        font-size: 16.5px;
    }

        .products-details-desc .products-review .rating i {
            color: #ffba0a;
            display: inline-block;
            margin-right: -3px;
        }

    .products-details-desc .products-review .rating-count {
        display: inline-block;
        color: #130947;
        border-bottom: 1px solid #130947;
        line-height: initial;
        position: relative;
        top: -2px;
        font-weight: 600;
    }

        .products-details-desc .products-review .rating-count:hover {
            color: #4f87fb;
            border-color: #4f87fb;
        }

.products-details-desc .products-info {
    list-style-type: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 20px;
}

    .products-details-desc .products-info li {
        color: #130947;
        margin-bottom: 8px;
        font-size: 15px;
    }

        .products-details-desc .products-info li:last-child {
            margin-bottom: 0;
        }

        .products-details-desc .products-info li span {
            color: #606060;
        }

        .products-details-desc .products-info li a {
            display: inline-block;
            font-weight: 600;
            color: #130947;
        }

            .products-details-desc .products-info li a:hover {
                color: #4f87fb;
            }

.products-details-desc .products-info-btn {
    margin-bottom: 25px;
}

    .products-details-desc .products-info-btn a {
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        padding-left: 22px;
        line-height: initial;
        font-size: 14px;
        font-weight: 600;
    }

        .products-details-desc .products-info-btn a::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: -2px;
            width: 0;
            height: 1.5px;
            background: #4f87fb;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .products-details-desc .products-info-btn a i {
            font-size: 18px;
            position: absolute;
            left: 0;
            top: 0;
        }

        .products-details-desc .products-info-btn a:hover {
            color: #4f87fb;
        }

            .products-details-desc .products-info-btn a:hover::before {
                width: 100%;
            }

        .products-details-desc .products-info-btn a:not(:first-child) {
            margin-left: 15px;
        }

.products-details-desc .products-add-to-cart .input-counter {
    max-width: 120px;
    min-width: 120px;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    position: relative;
}

    .products-details-desc .products-add-to-cart .input-counter span {
        position: absolute;
        top: 0;
        background-color: transparent;
        cursor: pointer;
        color: #d0d0d0;
        width: 40px;
        height: 100%;
        line-height: 50px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 22px;
    }

        .products-details-desc .products-add-to-cart .input-counter span.minus-btn {
            left: 0;
        }

        .products-details-desc .products-add-to-cart .input-counter span.plus-btn {
            right: 0;
        }

        .products-details-desc .products-add-to-cart .input-counter span:hover {
            color: #4f87fb;
        }

    .products-details-desc .products-add-to-cart .input-counter input {
        height: 50px;
        color: #130947;
        outline: 0;
        display: block;
        border: none;
        background-color: #f8f8f8;
        text-align: center;
        width: 100%;
        font-size: 17px;
        font-weight: 600;
    }

        .products-details-desc .products-add-to-cart .input-counter input::-webkit-input-placeholder {
            color: #130947;
        }

        .products-details-desc .products-add-to-cart .input-counter input:-ms-input-placeholder {
            color: #130947;
        }

        .products-details-desc .products-add-to-cart .input-counter input::-ms-input-placeholder {
            color: #130947;
        }

        .products-details-desc .products-add-to-cart .input-counter input::placeholder {
            color: #130947;
        }

.products-details-desc .products-add-to-cart .default-btn {
    top: -2px;
}

.products-details-desc .buy-checkbox-btn {
    margin-top: 20px;
}

    .products-details-desc .buy-checkbox-btn input {
        display: none;
    }

    .products-details-desc .buy-checkbox-btn .cbx {
        margin: auto;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
    }

        .products-details-desc .buy-checkbox-btn .cbx span {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

            .products-details-desc .buy-checkbox-btn .cbx span:first-child {
                position: relative;
                width: 18px;
                height: 18px;
                border-radius: 3px;
                -webkit-transform: scale(1);
                transform: scale(1);
                vertical-align: middle;
                border: 1px solid #ebebeb;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

                .products-details-desc .buy-checkbox-btn .cbx span:first-child svg {
                    position: absolute;
                    top: 3px;
                    left: 2px;
                    fill: none;
                    stroke: #ffffff;
                    stroke-width: 2;
                    stroke-linecap: round;
                    stroke-linejoin: round;
                    stroke-dasharray: 16px;
                    stroke-dashoffset: 16px;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                    -webkit-transition-delay: 0.1s;
                    transition-delay: 0.1s;
                    -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .products-details-desc .buy-checkbox-btn .cbx span:first-child:before {
                    content: "";
                    width: 100%;
                    height: 100%;
                    background: #4f87fb;
                    display: block;
                    -webkit-transform: scale(0);
                    transform: scale(0);
                    opacity: 1;
                    border-radius: 50%;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

            .products-details-desc .buy-checkbox-btn .cbx span:last-child {
                padding-left: 4px;
                color: #130947;
                position: relative;
                top: -1px;
            }

        .products-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
            border-color: #4f87fb;
        }

    .products-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
        background: #4f87fb;
        border-color: #4f87fb;
        -webkit-animation: wave 0.4s ease;
        animation: wave 0.4s ease;
    }

        .products-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
            stroke-dashoffset: 0;
        }

        .products-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
            -webkit-transform: scale(3.5);
            transform: scale(3.5);
            opacity: 0;
            -webkit-transition: all 0.6s ease;
            transition: all 0.6s ease;
        }

    .products-details-desc .buy-checkbox-btn .item:not(:first-child) {
        margin-top: 20px;
    }

    .products-details-desc .buy-checkbox-btn .default-btn {
        display: block;
        text-align: center;
    }

.products-details-desc .products-details-accordion {
    margin-top: 25px;
}

    .products-details-desc .products-details-accordion .accordion {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
    }

        .products-details-desc .products-details-accordion .accordion .accordion-item {
            background-color: #ffffff;
            -webkit-box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
            box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);
            border-radius: 5px;
            display: block;
            margin-bottom: 15px;
        }

            .products-details-desc .products-details-accordion .accordion .accordion-item:last-child {
                margin-bottom: 0;
            }

        .products-details-desc .products-details-accordion .accordion .accordion-title {
            color: #130947;
            text-decoration: none;
            position: relative;
            display: block;
            font-size: 16px;
            font-weight: 700;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-right: 15px;
            padding-left: 41px;
        }

            .products-details-desc .products-details-accordion .accordion .accordion-title i {
                position: absolute;
                left: 15px;
                top: 10px;
                font-size: 25px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .products-details-desc .products-details-accordion .accordion .accordion-title.active i {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .products-details-desc .products-details-accordion .accordion .accordion-content {
            display: none;
            position: relative;
            margin-top: -5px;
            border-top: 1px solid #eeeeee;
            padding-top: 15px;
            padding-left: 20px;
            padding-right: 15px;
            padding-bottom: 15px;
        }

            .products-details-desc .products-details-accordion .accordion .accordion-content.show {
                display: block;
            }

            .products-details-desc .products-details-accordion .accordion .accordion-content p {
                font-size: 14.5px;
            }

            .products-details-desc .products-details-accordion .accordion .accordion-content ul, .products-details-desc .products-details-accordion .accordion .accordion-content ol {
                padding-left: 0;
                list-style-type: none;
                margin-bottom: 0;
            }

                .products-details-desc .products-details-accordion .accordion .accordion-content ul li, .products-details-desc .products-details-accordion .accordion .accordion-content ol li {
                    margin-bottom: 10px;
                    position: relative;
                    padding-left: 13px;
                    color: #606060;
                }

                    .products-details-desc .products-details-accordion .accordion .accordion-content ul li::before, .products-details-desc .products-details-accordion .accordion .accordion-content ol li::before {
                        content: '';
                        position: absolute;
                        top: 8px;
                        left: 0;
                        width: 6px;
                        height: 6px;
                        background: #4f87fb;
                        border-radius: 50%;
                    }

                    .products-details-desc .products-details-accordion .accordion .accordion-content ul li:last-child, .products-details-desc .products-details-accordion .accordion .accordion-content ol li:last-child {
                        margin-bottom: 0;
                    }

            .products-details-desc .products-details-accordion .accordion .accordion-content .table {
                margin-bottom: 0;
            }

                .products-details-desc .products-details-accordion .accordion .accordion-content .table.table-striped tbody tr td {
                    border-top: none;
                    vertical-align: middle;
                    white-space: nowrap;
                    padding: 10px 15px;
                    color: #130947;
                    font-size: 14.5px;
                }

                    .products-details-desc .products-details-accordion .accordion .accordion-content .table.table-striped tbody tr td:first-child {
                        font-weight: 500;
                    }

                .products-details-desc .products-details-accordion .accordion .accordion-content .table.table-bordered tbody tr td {
                    vertical-align: middle;
                    white-space: nowrap;
                    padding: 10px 15px;
                    color: #606060;
                    line-height: 1.7;
                    font-size: 14.5px;
                    border-color: #eeeeee;
                }

                    .products-details-desc .products-details-accordion .accordion .accordion-content .table.table-bordered tbody tr td:first-child {
                        color: #130947;
                        font-weight: 500;
                    }

            .products-details-desc .products-details-accordion .accordion .accordion-content h3 {
                margin-bottom: 12px;
                font-size: 20px;
                font-weight: 800;
            }

            .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form {
                margin-top: 10px;
            }

                .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title {
                    position: relative;
                }

                    .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating {
                        display: inline-block;
                    }

                        .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating .bx.bxs-star {
                            color: #ffba0a;
                        }

                        .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .rating i {
                            color: #ebebeb;
                            font-size: 16px;
                            margin-right: -1px;
                        }

                    .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title p {
                        margin-bottom: 0;
                        display: inline-block;
                        padding-left: 5px;
                        line-height: initial;
                        position: relative;
                        top: -2px;
                    }

                    .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-title .default-btn {
                        position: absolute;
                        right: 0;
                        bottom: 0;
                    }

                .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments {
                    margin-top: 35px;
                }

                    .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item {
                        margin-top: 30px;
                        position: relative;
                        border-top: 1px dashed #eeeeee;
                        padding-top: 30px;
                    }

                        .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item .rating .bx.bxs-star {
                            color: #ffba0a;
                        }

                        .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item .rating i {
                            font-size: 17px;
                            color: #ebebeb;
                            margin-right: -1px;
                        }

                        .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item h3 {
                            font-size: 16px;
                            margin-top: 8px;
                            margin-bottom: 8px;
                        }

                        .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item span {
                            margin-bottom: 10px;
                            font-size: 15px;
                            display: block;
                        }

                            .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item span strong {
                                font-weight: 500;
                            }

                        .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-comments .review-item p {
                            margin-bottom: 0;
                        }

                .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form {
                    margin-top: 30px;
                }

                    .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form h3 {
                        margin-bottom: 20px;
                    }

                    .products-details-desc .products-details-accordion .accordion .accordion-content .products-review-form .review-form form .form-group {
                        margin-bottom: 15px;
                    }

.related-products {
    margin-top: 70px;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
    margin-bottom: 0;
}

    .cart-table table thead tr th {
        border-bottom-width: 0px;
        vertical-align: middle;
        padding: 0 0 15px;
        text-transform: uppercase;
        border: none;
        white-space: nowrap;
        font-size: 15px;
        font-weight: 800;
    }

    .cart-table table tbody tr td {
        vertical-align: middle;
        color: #606060;
        white-space: nowrap;
        padding-left: 0;
        padding-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        border-color: #eaedff;
        border-left: none;
        border-right: none;
    }

        .cart-table table tbody tr td.product-thumbnail a {
            display: inline-block;
        }

            .cart-table table tbody tr td.product-thumbnail a img {
                width: 100px;
            }

        .cart-table table tbody tr td.product-name a {
            display: inline-block;
            font-size: 15px;
            font-weight: 700;
        }

        .cart-table table tbody tr td.product-name ul {
            padding-left: 0;
            list-style-type: none;
            margin-top: 10px;
            margin-bottom: 0;
        }

            .cart-table table tbody tr td.product-name ul li {
                margin-bottom: 6px;
                font-size: 13.5px;
            }

                .cart-table table tbody tr td.product-name ul li span {
                    display: inline;
                    color: #130947;
                }

                .cart-table table tbody tr td.product-name ul li:last-child {
                    margin-bottom: 0;
                }

        .cart-table table tbody tr td.product-subtotal {
            overflow: hidden;
        }

            .cart-table table tbody tr td.product-subtotal .subtotal-amount {
                color: #130947;
                font-weight: 600;
            }

            .cart-table table tbody tr td.product-subtotal .remove {
                color: red;
                float: right;
                display: block;
                position: relative;
                top: -1px;
                font-size: 18px;
            }

        .cart-table table tbody tr td.product-quantity .input-counter {
            max-width: 130px;
            min-width: 130px;
            text-align: center;
            display: inline-block;
            position: relative;
        }

            .cart-table table tbody tr td.product-quantity .input-counter span {
                position: absolute;
                top: 0;
                background-color: transparent;
                cursor: pointer;
                color: #d0d0d0;
                width: 40px;
                height: 100%;
                line-height: 50px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                font-size: 22px;
            }

                .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
                    left: 0;
                }

                .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
                    right: 0;
                }

                .cart-table table tbody tr td.product-quantity .input-counter span:hover {
                    color: #4f87fb;
                }

            .cart-table table tbody tr td.product-quantity .input-counter input {
                height: 45px;
                color: #130947;
                outline: 0;
                display: block;
                border: none;
                background-color: #f8f8f8;
                text-align: center;
                width: 100%;
                font-size: 17px;
                font-weight: 600;
            }

                .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
                    color: #130947;
                }

                .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
                    color: #130947;
                }

                .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
                    color: #130947;
                }

                .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
                    color: #130947;
                }

        .cart-table table tbody tr td .unit-amount {
            color: #130947;
            font-weight: 600;
        }

.cart-buttons {
    margin-top: 30px;
}

.cart-totals {
    background: #ffffff;
    padding: 40px;
    max-width: 500px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    margin-left: auto;
    margin-top: 50px;
    margin-right: auto;
}

    .cart-totals h3 {
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 800;
    }

    .cart-totals ul {
        padding-left: 0;
        margin: 0 0 25px;
        list-style-type: none;
    }

        .cart-totals ul li {
            border: 1px solid #eaedff;
            padding: 10px 15px;
            color: #130947;
            overflow: hidden;
            font-weight: 700;
        }

            .cart-totals ul li:first-child {
                border-bottom: none;
            }

            .cart-totals ul li:last-child {
                font-size: 18px;
                border-top: none;
            }

                .cart-totals ul li:last-child span {
                    color: #130947;
                }

            .cart-totals ul li span {
                float: right;
                font-weight: normal;
            }

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 15px 20px;
    border-top: 3px solid #4f87fb;
    position: relative;
    margin-bottom: 40px;
}

    .user-actions i {
        color: #4f87fb;
        margin-right: 2px;
        font-size: 20px;
        position: relative;
        top: 3px;
    }

    .user-actions span {
        display: inline-block;
        color: #4f87fb;
        font-weight: 600;
    }

        .user-actions span a {
            display: inline-block;
            color: #130947;
        }

            .user-actions span a:hover, .user-actions span a:focus {
                color: #4f87fb;
            }

.billing-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
    font-weight: 800;
}

    .billing-details .title::before {
        content: '';
        position: absolute;
        background: #4f87fb;
        bottom: -1px;
        left: 0;
        width: 50px;
        height: 1px;
    }

.billing-details .form-group {
    margin-bottom: 25px;
}

    .billing-details .form-group label {
        display: block;
        margin-bottom: 8px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }

        .billing-details .form-group label .required {
            color: red;
        }

    .billing-details .form-group .nice-select {
        float: unset;
        line-height: 48px;
        color: #130947;
        border: none;
        background-color: #f5f5f5 !important;
        font-weight: normal;
        font-size: 15px;
        padding-top: 0;
        padding-bottom: 0;
    }

        .billing-details .form-group .nice-select .list {
            background-color: #ffffff;
            -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
            box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
            border-radius: 0;
            margin-top: 0;
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .billing-details .form-group .nice-select .list .option {
                -webkit-transition: 0.5s;
                transition: 0.5s;
                padding-left: 20px;
                padding-right: 20px;
            }

                .billing-details .form-group .nice-select .list .option:hover {
                    background-color: #4f87fb !important;
                    color: #ffffff;
                }

                .billing-details .form-group .nice-select .list .option.selected {
                    background-color: transparent;
                    font-weight: 600;
                }

        .billing-details .form-group .nice-select:after {
            right: 20px;
        }

.billing-details .form-check {
    margin-bottom: 20px;
}

    .billing-details .form-check .form-check-label {
        color: #130947;
    }

    .billing-details .form-check label {
        position: relative;
        left: -3px;
        top: 1px;
        font-weight: 500;
    }

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.order-details .title {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
    font-weight: 800;
}

    .order-details .title::before {
        content: '';
        position: absolute;
        background: #4f87fb;
        bottom: -1px;
        left: 0;
        width: 50px;
        height: 1px;
    }

.order-details .order-table table {
    margin-bottom: 0;
}

    .order-details .order-table table thead tr th {
        border-bottom-width: 0;
        vertical-align: middle;
        border-color: #eaedff;
        padding: 12px 20px 10px;
        font-weight: 800;
        font-size: 16px;
    }

    .order-details .order-table table tbody tr td {
        vertical-align: middle;
        border-color: #eaedff;
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 15px;
        padding-bottom: 13px;
    }

        .order-details .order-table table tbody tr td.product-name a {
            display: inline-block;
            font-weight: 600;
        }

        .order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
            color: #130947;
            font-weight: 700;
        }

        .order-details .order-table table tbody tr td.shipping-price, .order-details .order-table table tbody tr td.order-subtotal-price, .order-details .order-table table tbody tr td.product-subtotal {
            font-weight: 700;
            color: #130947;
        }

.order-details .payment-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 30px;
}

    .order-details .payment-box .payment-method p [type="radio"]:checked, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
        display: none;
    }

        .order-details .payment-box .payment-method p [type="radio"]:checked + label, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
            padding-left: 27px;
            cursor: pointer;
            display: block;
            color: #130947;
            position: relative;
            margin-bottom: 8px;
            font-weight: 700;
        }

            .order-details .payment-box .payment-method p [type="radio"]:checked + label::before, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
                content: '';
                position: absolute;
                left: 0;
                top: 5px;
                width: 18px;
                height: 18px;
                border: 1px solid #dddddd;
                border-radius: 50%;
                background: #ffffff;
            }

            .order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
                content: '';
                width: 12px;
                height: 12px;
                background: #4f87fb;
                position: absolute;
                top: 8px;
                left: 3px;
                border-radius: 50%;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
                opacity: 0;
                visibility: hidden;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
                opacity: 1;
                visibility: visible;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

    .order-details .payment-box .default-btn {
        margin-top: 20px;
        -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
        box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
        display: block;
        text-align: center;
    }

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

    .single-blog-post .post-image {
        border-radius: 5px;
    }

        .single-blog-post .post-image a {
            display: block;
        }

            .single-blog-post .post-image a img {
                border-radius: 5px;
            }

    .single-blog-post .post-content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 30px;
    }

        .single-blog-post .post-content .date {
            display: block;
            color: #ffffff;
            margin-bottom: 10px;
        }

        .single-blog-post .post-content h3 {
            margin-bottom: 0;
            color: #ffffff;
            max-width: 400px;
            line-height: 1.5;
            font-size: 20px;
            font-weight: 800;
        }

            .single-blog-post .post-content h3 a {
                color: #ffffff;
                display: inline-block;
            }

                .single-blog-post .post-content h3 a:hover {
                    color: #4f87fb;
                }

    .single-blog-post::before {
        content: '';
        position: absolute;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
        border-radius: 5px;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 35%;
    }

.small-blog-post {
    margin-bottom: 30px;
}

    .small-blog-post .single-small-blog-post {
        margin-bottom: 23px;
    }

        .small-blog-post .single-small-blog-post .post-image {
            border-radius: 5px;
            border: 1px solid #cedcfa;
            padding: 5px;
        }

            .small-blog-post .single-small-blog-post .post-image a {
                display: block;
            }

                .small-blog-post .single-small-blog-post .post-image a img {
                    border-radius: 5px;
                    max-width: 130px;
                }

        .small-blog-post .single-small-blog-post .post-content {
            padding-left: 20px;
        }

            .small-blog-post .single-small-blog-post .post-content .date {
                display: block;
                margin-bottom: 8px;
                color: #606060;
            }

                .small-blog-post .single-small-blog-post .post-content .date i {
                    color: #4f87fb;
                }

            .small-blog-post .single-small-blog-post .post-content h3 {
                margin-bottom: 0;
                line-height: 1.4;
                font-size: 18px;
                font-weight: 800;
            }

                .small-blog-post .single-small-blog-post .post-content h3 a {
                    display: inline-block;
                }

.single-blog-post-item {
    position: relative;
    margin-bottom: 30px;
}

    .single-blog-post-item .post-image {
        overflow: hidden;
        position: relative;
        border-radius: 5px 5px 0 0;
    }

        .single-blog-post-item .post-image a {
            display: block;
            border-radius: 5px 5px 0 0;
        }

            .single-blog-post-item .post-image a img {
                border-radius: 5px 5px 0 0;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

        .single-blog-post-item .post-image .date {
            position: absolute;
            right: -100%;
            top: 20px;
            background-color: #ffffff;
            color: #130947;
            padding: 5px 10px 6px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            visibility: hidden;
            font-style: italic;
            font-size: 15px;
            font-weight: 600;
        }

    .single-blog-post-item .post-content {
        margin-top: 20px;
    }

        .single-blog-post-item .post-content .category {
            display: block;
            margin-bottom: 10px;
            text-transform: uppercase;
            color: #4f87fb;
            font-weight: 600;
            font-size: 14px;
        }

        .single-blog-post-item .post-content h3 {
            margin-bottom: 0;
            line-height: 1.5;
            font-size: 20px;
            font-weight: 800;
        }

            .single-blog-post-item .post-content h3 a {
                display: inline-block;
            }

        .single-blog-post-item .post-content .details-btn {
            margin-top: 13px;
            display: inline-block;
            position: relative;
            color: #130947;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 600;
        }

            .single-blog-post-item .post-content .details-btn::before {
                width: 100%;
                height: 1px;
                background-color: #606060;
                content: '';
                position: absolute;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                left: 0;
                bottom: 0;
            }

            .single-blog-post-item .post-content .details-btn:hover {
                color: #4f87fb;
            }

                .single-blog-post-item .post-content .details-btn:hover::before {
                    width: 0;
                }

    .single-blog-post-item:hover .post-image img {
        -webkit-transform: scale(1.07) rotate(2deg);
        transform: scale(1.07) rotate(2deg);
    }

    .single-blog-post-item:hover .post-image .date {
        visibility: visible;
        right: 0;
    }

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-image img {
    width: 100%;
}

.blog-details-desc .article-content {
    margin-top: 30px;
}

    .blog-details-desc .article-content .entry-meta ul {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .blog-details-desc .article-content .entry-meta ul li {
            margin-right: 20px;
            position: relative;
            display: inline-block;
            border-right: 1px solid #eeeeee;
            font-weight: 700;
            font-size: 15px;
            padding-right: 20px;
            padding-left: 45px;
        }

            .blog-details-desc .article-content .entry-meta ul li i {
                font-size: 32px;
                color: #cfcfcf;
                position: absolute;
                left: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

            .blog-details-desc .article-content .entry-meta ul li span {
                display: block;
                color: #4f87fb;
                text-transform: uppercase;
                margin-bottom: 2px;
                font-size: 14px;
                font-weight: 600;
            }

            .blog-details-desc .article-content .entry-meta ul li a {
                display: inline-block;
                font-size: 15px;
                font-weight: 700;
            }

            .blog-details-desc .article-content .entry-meta ul li:last-child {
                padding-right: 0;
                margin-right: 0;
                border-right: none;
            }

    .blog-details-desc .article-content h3 {
        margin-bottom: 17px;
        margin-top: 25px;
        font-size: 22px;
        font-weight: 700;
    }

    .blog-details-desc .article-content .wp-block-gallery.columns-3 {
        padding-left: 0;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 30px;
        margin-top: 30px;
    }

        .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
            max-width: 33.3333%;
            padding-right: 10px;
            padding-left: 10px;
        }

            .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
                margin-bottom: 0;
            }

    .blog-details-desc .article-content .features-list {
        padding-left: 0;
        list-style-type: none;
        margin-top: 25px;
        margin-bottom: 30px;
    }

        .blog-details-desc .article-content .features-list li {
            margin-bottom: 15px;
            position: relative;
            padding-left: 26px;
            color: #606060;
        }

            .blog-details-desc .article-content .features-list li i {
                color: #4f87fb;
                display: inline-block;
                font-size: 20px;
                position: absolute;
                left: 0;
                top: 1px;
            }

            .blog-details-desc .article-content .features-list li:last-child {
                margin-bottom: 0;
            }

.blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    margin-top: 30px;
}

    .blog-details-desc .article-footer .article-tags {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        color: #606060;
    }

        .blog-details-desc .article-footer .article-tags span {
            display: inline-block;
            color: #130947;
            margin-right: 3px;
            position: relative;
            top: 3px;
            font-size: 20px;
        }

        .blog-details-desc .article-footer .article-tags a {
            display: inline-block;
            font-weight: 600;
        }

    .blog-details-desc .article-footer .article-share {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .blog-details-desc .article-footer .article-share .social {
            padding-left: 0;
            list-style-type: none;
            text-align: right;
            margin-bottom: 0;
        }

            .blog-details-desc .article-footer .article-share .social li {
                display: inline-block;
            }

                .blog-details-desc .article-footer .article-share .social li span {
                    display: inline-block;
                    margin-right: 3px;
                    font-weight: 600;
                    position: relative;
                    top: -2px;
                }

                .blog-details-desc .article-footer .article-share .social li a {
                    display: block;
                    width: 32px;
                    height: 32px;
                    line-height: 32px;
                    border-radius: 50%;
                    background-color: #4f87fb;
                    color: #ffffff;
                    border: 1px solid #4f87fb;
                    text-align: center;
                    font-size: 17px;
                    margin-left: 2px;
                }

                    .blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
                        color: #4f87fb;
                        background-color: transparent;
                    }

                    .blog-details-desc .article-footer .article-share .social li a.facebook {
                        background-color: #3b5998;
                        border-color: #3b5998;
                        color: #ffffff;
                    }

                        .blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
                            color: #3b5998;
                            background-color: transparent;
                        }

                    .blog-details-desc .article-footer .article-share .social li a.twitter {
                        background-color: #1da1f2;
                        border-color: #1da1f2;
                        color: #ffffff;
                    }

                        .blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
                            color: #1da1f2;
                            background-color: transparent;
                        }

                    .blog-details-desc .article-footer .article-share .social li a.linkedin {
                        background-color: #007bb5;
                        border-color: #007bb5;
                        color: #ffffff;
                    }

                        .blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
                            color: #007bb5;
                            background-color: transparent;
                        }

                    .blog-details-desc .article-footer .article-share .social li a.instagram {
                        background-color: #c13584;
                        border-color: #c13584;
                        color: #ffffff;
                    }

                        .blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
                            color: #c13584;
                            background-color: transparent;
                        }

.blog-details-desc blockquote, .blog-details-desc .blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .blog-details-desc blockquote p, .blog-details-desc .blockquote p {
        color: #130947;
        line-height: 1.6;
        margin-bottom: 0;
        font-style: italic;
        font-weight: 700;
        font-size: 22px !important;
    }

    .blog-details-desc blockquote cite, .blog-details-desc .blockquote cite {
        display: none;
    }

    .blog-details-desc blockquote::before, .blog-details-desc .blockquote::before {
        color: #efefef;
        position: absolute;
        -webkit-animation: fade-up 1.5s infinite linear;
        animation: fade-up 1.5s infinite linear;
        left: 50px;
        top: -50px;
        z-index: -1;
        content: "\f112";
        font-family: Flaticon;
        font-style: normal;
        font-size: 135px;
    }

    .blog-details-desc blockquote::after, .blog-details-desc .blockquote::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background-color: #4f87fb;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.cognizance-post-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}

    .prev-link-wrapper a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .prev-link-wrapper a:hover .image-prev::after {
            opacity: 1;
            visibility: visible;
        }

        .prev-link-wrapper a:hover .image-prev .post-nav-title {
            opacity: 1;
            visibility: visible;
        }

        .prev-link-wrapper a:hover .prev-link-info-wrapper {
            color: #4f87fb;
        }

    .prev-link-wrapper .image-prev {
        display: inline-block;
        min-width: 100px;
        width: 100px;
        border-radius: 5px;
        overflow: hidden;
        vertical-align: top;
        margin-right: 20px;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .prev-link-wrapper .image-prev img {
            border-radius: 5px;
        }

        .prev-link-wrapper .image-prev::after {
            display: block;
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 5px;
            opacity: 0;
            background-color: #4f87fb;
            visibility: hidden;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .prev-link-wrapper .image-prev .post-nav-title {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            margin: 0 auto;
            text-align: center;
            text-transform: uppercase;
            z-index: 2;
            color: #ffffff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 16px;
            font-weight: 500;
        }

    .prev-link-wrapper .prev-link-info-wrapper {
        color: #130947;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .prev-link-wrapper .prev-title {
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
    }

    .prev-link-wrapper .meta-wrapper {
        display: block;
        color: #606060;
        text-transform: capitalize;
        margin-top: 5px;
        font-weight: 500;
        font-size: 14px;
    }

.next-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    padding-left: 15px;
}

    .next-link-wrapper a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .next-link-wrapper a:hover .image-next::after {
            opacity: 1;
            visibility: visible;
        }

        .next-link-wrapper a:hover .image-next .post-nav-title {
            opacity: 1;
            visibility: visible;
        }

        .next-link-wrapper a:hover .next-link-info-wrapper {
            color: #4f87fb;
        }

    .next-link-wrapper .image-next {
        display: inline-block;
        min-width: 100px;
        width: 100px;
        border-radius: 5px;
        overflow: hidden;
        vertical-align: top;
        margin-left: 20px;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .next-link-wrapper .image-next img {
            border-radius: 5px;
        }

        .next-link-wrapper .image-next::after {
            display: block;
            content: '';
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 5px;
            opacity: 0;
            background-color: #4f87fb;
            visibility: hidden;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .next-link-wrapper .image-next .post-nav-title {
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            margin: 0 auto;
            text-align: center;
            text-transform: uppercase;
            z-index: 2;
            color: #ffffff;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-size: 16px;
            font-weight: 500;
        }

    .next-link-wrapper .next-link-info-wrapper {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #130947;
    }

    .next-link-wrapper .next-title {
        display: inline-block;
        font-weight: 700;
        font-size: 16px;
    }

    .next-link-wrapper .meta-wrapper {
        display: block;
        color: #606060;
        text-transform: capitalize;
        margin-top: 5px;
        font-weight: 500;
        font-size: 14px;
    }

.comments-area {
    margin-top: 30px;
}

    .comments-area .comments-title {
        line-height: initial;
        margin-bottom: 30px;
        font-size: 22px;
        font-weight: 700;
    }

    .comments-area ol, .comments-area ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .comments-area .comment-list {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .comments-area .children {
        margin-left: 20px;
    }

    .comments-area .comment-body {
        border-bottom: 1px dashed #eeeeee;
        padding-left: 65px;
        color: #130947;
        font-size: 14px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        .comments-area .comment-body .reply {
            margin-top: 15px;
        }

            .comments-area .comment-body .reply a {
                border: 1px dashed #ded9d9;
                color: #130947;
                display: inline-block;
                padding: 5px 20px;
                border-radius: 30px;
                text-transform: uppercase;
                font-size: 13px;
                font-weight: 600;
            }

                .comments-area .comment-body .reply a:hover {
                    color: #ffffff;
                    background-color: #4f87fb;
                    border-color: #4f87fb;
                }

    .comments-area .comment-author {
        font-size: 16px;
        margin-bottom: 0.3em;
        position: relative;
        z-index: 2;
    }

        .comments-area .comment-author .avatar {
            height: 50px;
            left: -65px;
            position: absolute;
            width: 50px;
        }

        .comments-area .comment-author .fn {
            font-weight: 700;
        }

        .comments-area .comment-author .says {
            display: none;
        }

    .comments-area .comment-metadata {
        margin-bottom: .8em;
        color: #606060;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 400;
    }

        .comments-area .comment-metadata a {
            display: inline-block;
            color: #606060;
        }

            .comments-area .comment-metadata a:hover {
                color: #4f87fb;
            }

    .comments-area .comment-respond {
        margin-top: 30px;
    }

        .comments-area .comment-respond .comment-reply-title {
            margin-bottom: 0;
            font-size: 22px;
            font-weight: 700;
        }

            .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
                display: inline-block;
            }

        .comments-area .comment-respond .comment-form {
            overflow: hidden;
        }

        .comments-area .comment-respond .comment-notes {
            margin-bottom: 20px;
            margin-top: 10px;
        }

            .comments-area .comment-respond .comment-notes .required {
                color: red;
            }

        .comments-area .comment-respond .comment-form-comment {
            float: left;
            width: 100%;
        }

        .comments-area .comment-respond label {
            display: none;
        }

        .comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
            display: block;
            width: 100%;
            background-color: #f4f4f4;
            border: none;
            padding: 0 0 0 15px;
            height: 50px;
            outline: 0;
            border-radius: 3px;
            color: #130947;
            font-weight: 500;
            font-size: 15px;
        }

            .comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
                -webkit-transition: 0.5s;
                transition: 0.5s;
                color: #606060;
            }

            .comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
                -webkit-transition: 0.5s;
                transition: 0.5s;
                color: #606060;
            }

            .comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
                -webkit-transition: 0.5s;
                transition: 0.5s;
                color: #606060;
            }

            .comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
                -webkit-transition: 0.5s;
                transition: 0.5s;
                color: #606060;
            }

            .comments-area .comment-respond input[type="date"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-webkit-input-placeholder, .comments-area .comment-respond textarea:focus::-webkit-input-placeholder {
                color: transparent;
            }

            .comments-area .comment-respond input[type="date"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus:-ms-input-placeholder, .comments-area .comment-respond textarea:focus:-ms-input-placeholder {
                color: transparent;
            }

            .comments-area .comment-respond input[type="date"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:focus::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:focus::-ms-input-placeholder, .comments-area .comment-respond textarea:focus::-ms-input-placeholder {
                color: transparent;
            }

            .comments-area .comment-respond input[type="date"]:focus::placeholder, .comments-area .comment-respond input[type="time"]:focus::placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::placeholder, .comments-area .comment-respond input[type="week"]:focus::placeholder, .comments-area .comment-respond input[type="month"]:focus::placeholder, .comments-area .comment-respond input[type="text"]:focus::placeholder, .comments-area .comment-respond input[type="email"]:focus::placeholder, .comments-area .comment-respond input[type="url"]:focus::placeholder, .comments-area .comment-respond input[type="password"]:focus::placeholder, .comments-area .comment-respond input[type="search"]:focus::placeholder, .comments-area .comment-respond input[type="tel"]:focus::placeholder, .comments-area .comment-respond input[type="number"]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
                color: transparent;
            }

        .comments-area .comment-respond textarea {
            height: auto !important;
            padding-top: 15px;
        }

        .comments-area .comment-respond .comment-form-author {
            float: left;
            width: 50%;
            padding-right: 10px;
            margin-bottom: 20px;
        }

        .comments-area .comment-respond .comment-form-email {
            float: left;
            width: 50%;
            padding-left: 12px;
            margin-bottom: 20px;
        }

        .comments-area .comment-respond .comment-form-url {
            float: left;
            width: 100%;
            margin-bottom: 20px;
        }

        .comments-area .comment-respond .comment-form-cookies-consent {
            width: 100%;
            float: left;
            position: relative;
            padding-left: 20px;
            margin-bottom: 20px;
            margin-top: 15px;
        }

            .comments-area .comment-respond .comment-form-cookies-consent input {
                position: absolute;
                left: 0;
                top: 4px;
            }

            .comments-area .comment-respond .comment-form-cookies-consent label {
                display: inline-block;
                margin: 0;
                color: #606060;
                position: relative;
                top: -3.2px;
                font-weight: normal;
                font-size: 16px;
            }

        .comments-area .comment-respond .form-submit {
            float: left;
            width: 100%;
        }

            .comments-area .comment-respond .form-submit input {
                background: #4f87fb;
                border: none;
                color: #ffffff;
                padding: 10px 30px 9px;
                display: inline-block;
                cursor: pointer;
                text-transform: uppercase;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                border-radius: 0;
                font-weight: 600;
                font-size: 14.5px;
            }

                .comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
                    color: #ffffff;
                    background: #130947;
                }

/*================================================
Subscribe Area CSS
=================================================*/
.subscribe-area {
    border-bottom: 1.5px solid #1b1b60;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

    .subscribe-area h2 {
        margin-bottom: 0;
        color: #ffffff;
        font-size: 28px;
        font-weight: 800;
    }

    .subscribe-area .newsletter-form {
        position: relative;
        padding-left: 30px;
    }

        .subscribe-area .newsletter-form .input-newsletter {
            height: 50px;
            display: block;
            width: 100%;
            border: none;
            border-radius: 0;
            border-radius: 5px;
            font-size: 14px;
            font-weight: 600;
            font-family: "Open Sans", sans-serif;
            padding-top: 0;
            padding-right: 0;
            padding-bottom: 0;
            padding-left: 15px;
        }

            .subscribe-area .newsletter-form .input-newsletter::-webkit-input-placeholder {
                color: #999999;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .subscribe-area .newsletter-form .input-newsletter:-ms-input-placeholder {
                color: #999999;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .subscribe-area .newsletter-form .input-newsletter::-ms-input-placeholder {
                color: #999999;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .subscribe-area .newsletter-form .input-newsletter::placeholder {
                color: #999999;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .subscribe-area .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
                color: transparent;
            }

            .subscribe-area .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
                color: transparent;
            }

            .subscribe-area .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
                color: transparent;
            }

            .subscribe-area .newsletter-form .input-newsletter:focus::placeholder {
                color: transparent;
            }

        .subscribe-area .newsletter-form button {
            position: absolute;
            right: 0;
            top: 0;
            height: 50px;
            border: none;
            border-radius: 0 5px 5px 0;
            background-color: #4f87fb;
            display: inline-block;
            text-transform: uppercase;
            color: #ffffff;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            padding-left: 25px;
            padding-right: 55px;
            font-size: 14px;
            font-weight: 600;
        }

            .subscribe-area .newsletter-form button i {
                position: absolute;
                right: 25px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                font-size: 20px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

            .subscribe-area .newsletter-form button:hover i {
                right: 20px;
            }

        .subscribe-area .newsletter-form #validator-newsletter {
            color: #ffffff !important;
            position: absolute;
            left: 30px;
            bottom: -32px;
        }

            .subscribe-area .newsletter-form #validator-newsletter.validation-danger {
                color: red !important;
            }

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
    position: relative;
    z-index: 1;
    background-color: #4f87fb;
    background-image: url(../img/funfacts-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 130px;
}

    .page-title-area::before {
        width: 100%;
        height: 100%;
        background-color: #130947;
        opacity: 0.75;
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
    }

.page-title-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 45px;
    font-weight: 800;
}

.page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 15px;
    margin-bottom: 0;
}

    .page-title-content ul li {
        display: inline-block;
        margin-right: 20px;
        color: #ffffff;
        position: relative;
        font-size: 16px;
        font-weight: 600;
    }

        .page-title-content ul li a {
            display: inline-block;
            color: #ffffff;
        }

        .page-title-content ul li::before {
            content: '';
            position: absolute;
            right: -12px;
            top: 7px;
            width: 1px;
            height: 12px;
            background-color: #ffffff;
        }

        .page-title-content ul li:last-child {
            margin-right: 0;
        }

            .page-title-content ul li:last-child::before {
                display: none;
            }

/*================================================
Pagination CSS
=================================================*/
.pagination-area {
    position: relative;
    z-index: 1;
    margin-top: 30px;
}

    .pagination-area::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: 1px;
        background-color: #eeeeee;
        z-index: -1;
    }

    .pagination-area .page-numbers {
        color: #130947;
        display: inline-block;
        line-height: 1;
        background-color: #ffffff;
        font-weight: 700;
        font-size: 20px;
        margin-left: -1px;
        margin-right: -1px;
        margin-top: -10px;
        margin-bottom: -10px;
        padding-left: 8px;
        padding-right: 8px;
    }

        .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus, .pagination-area .page-numbers.current {
            color: #4f87fb;
        }

        .pagination-area .page-numbers.prev {
            padding-right: 0;
        }

        .pagination-area .page-numbers.next {
            padding-left: 0;
        }

        .pagination-area .page-numbers.prev, .pagination-area .page-numbers.next {
            font-size: 28px;
            position: relative;
            top: 5px;
            margin-left: -3px;
            margin-right: -3px;
        }

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
    margin-bottom: 30px;
}

    .widget-area .widget:last-child {
        margin-bottom: 0;
    }

    .widget-area .widget .widget-title {
        margin-bottom: 20px;
        position: relative;
        padding-bottom: 8px;
        border-bottom: 1px solid #eeeeee;
        font-size: 19px;
        font-weight: 800;
    }

        .widget-area .widget .widget-title::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 1px;
            bottom: -1px;
            background-color: #4f87fb;
        }

.widget-area .widget_search form {
    position: relative;
}

    .widget-area .widget_search form .screen-reader-text {
        display: none;
    }

    .widget-area .widget_search form label {
        display: block;
        margin-bottom: 0;
    }

    .widget-area .widget_search form .search-field {
        height: 50px;
        color: #130947;
        background-color: #f2f4f5;
        display: block;
        width: 100%;
        border-radius: 5px;
        padding: 0 0 0 15px;
        border: none;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 15px;
        font-weight: 600;
    }

        .widget-area .widget_search form .search-field::-webkit-input-placeholder {
            color: #606060;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .widget-area .widget_search form .search-field:-ms-input-placeholder {
            color: #606060;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .widget-area .widget_search form .search-field::-ms-input-placeholder {
            color: #606060;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .widget-area .widget_search form .search-field::placeholder {
            color: #606060;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

        .widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
            color: transparent;
        }

        .widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
            color: transparent;
        }

        .widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
            color: transparent;
        }

        .widget-area .widget_search form .search-field:focus::placeholder {
            color: transparent;
        }

    .widget-area .widget_search form button {
        border: none;
        background-color: #4f87fb;
        color: #ffffff;
        height: 40px;
        width: 40px;
        position: absolute;
        right: 5px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        border-radius: 5px;
        top: 5px;
        font-size: 20px;
    }

        .widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
            background-color: #130947;
            color: #ffffff;
        }

.widget-area .widget_cognizance_posts_thumb {
    position: relative;
    overflow: hidden;
}

    .widget-area .widget_cognizance_posts_thumb .item {
        overflow: hidden;
        margin-bottom: 15px;
    }

        .widget-area .widget_cognizance_posts_thumb .item:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget_cognizance_posts_thumb .item .thumb {
            float: left;
            height: 80px;
            overflow: hidden;
            display: block;
            position: relative;
            width: 80px;
            margin-right: 15px;
            z-index: 1;
        }

            .widget-area .widget_cognizance_posts_thumb .item .thumb .fullimage {
                width: 80px;
                height: 80px;
                display: inline-block;
                border-radius: 5px;
                background-size: cover !important;
                background-repeat: no-repeat;
                background-position: center center !important;
            }

                .widget-area .widget_cognizance_posts_thumb .item .thumb .fullimage.bg1 {
                    background-image: url(../img/blog/img7.jpg);
                }

                .widget-area .widget_cognizance_posts_thumb .item .thumb .fullimage.bg2 {
                    background-image: url(../img/blog/img8.jpg);
                }

                .widget-area .widget_cognizance_posts_thumb .item .thumb .fullimage.bg3 {
                    background-image: url(../img/blog/img5.jpg);
                }

            .widget-area .widget_cognizance_posts_thumb .item .thumb::before, .widget-area .widget_cognizance_posts_thumb .item .thumb::after {
                -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
                transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
                content: '';
                background-color: #ffffff;
                position: absolute;
                z-index: 1;
                top: 50%;
                left: 50%;
                opacity: 0;
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
            }

            .widget-area .widget_cognizance_posts_thumb .item .thumb::before {
                width: 40px;
                height: 1px;
                left: 100%;
            }

            .widget-area .widget_cognizance_posts_thumb .item .thumb::after {
                height: 40px;
                width: 1px;
                top: 0;
            }

        .widget-area .widget_cognizance_posts_thumb .item .info {
            overflow: hidden;
            margin-top: 5px;
        }

            .widget-area .widget_cognizance_posts_thumb .item .info span {
                display: block;
                color: #606060;
                text-transform: uppercase;
                margin-top: -2px;
                margin-bottom: 5px;
                font-size: 12px;
            }

            .widget-area .widget_cognizance_posts_thumb .item .info .title {
                margin-bottom: 0;
                line-height: 1.4;
                font-size: 15.5px;
                font-weight: 700;
            }

                .widget-area .widget_cognizance_posts_thumb .item .info .title a {
                    display: inline-block;
                }

        .widget-area .widget_cognizance_posts_thumb .item:hover .thumb::before, .widget-area .widget_cognizance_posts_thumb .item:hover .thumb::after {
            opacity: 1;
            top: 50%;
            left: 50%;
        }

.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

    .widget-area .widget_categories ul li {
        position: relative;
        margin-bottom: 12px;
        overflow: hidden;
        color: #130947;
        padding-left: 17px;
        font-weight: 700;
        font-size: 15px;
    }

        .widget-area .widget_categories ul li:last-child {
            margin-bottom: 0;
        }

        .widget-area .widget_categories ul li::before {
            background: #4f87fb;
            height: 8px;
            width: 8px;
            content: '';
            border-radius: 50%;
            left: 0;
            top: 8px;
            position: absolute;
        }

        .widget-area .widget_categories ul li a {
            color: #130947;
            display: inline-block;
        }

            .widget-area .widget_categories ul li a:hover {
                color: #4f87fb;
            }

        .widget-area .widget_categories ul li .post-count {
            color: #606060;
            font-size: 14px;
            display: inline-block;
            position: relative;
            top: 1px;
        }

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px;
}

.widget-area .tagcloud a {
    display: inline-block;
    background-color: #f6f6f6;
    color: #130947;
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px !important;
    margin-top: 8px;
    margin-right: 4px;
}

    .widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
        color: #ffffff;
        background-color: #4f87fb;
    }

.widget-area .widget_instagram ul {
    padding-left: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px;
}

    .widget-area .widget_instagram ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        padding-bottom: 10px;
        padding-right: 5px;
        padding-left: 5px;
    }

        .widget-area .widget_instagram ul li a {
            position: relative;
        }

            .widget-area .widget_instagram ul li a::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                background-color: #4f87fb;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                opacity: 0;
                visibility: hidden;
            }

            .widget-area .widget_instagram ul li a:hover::before {
                opacity: .70;
                visibility: visible;
            }

.widget-area .widget_contact {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    height: 400px;
    text-align: center;
    background-image: url(../img/main-banner1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

    .widget-area .widget_contact::before {
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 5px;
        background-color: #4f87fb;
        opacity: .40;
        z-index: -1;
    }

    .widget-area .widget_contact .text {
        position: absolute;
        left: 0;
        bottom: 25px;
        right: 0;
    }

        .widget-area .widget_contact .text .icon {
            width: 65px;
            height: 65px;
            border: 2px dashed #4f87fb;
            position: relative;
            border-radius: 50%;
            font-size: 35px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            background-color: #ffffff;
            color: #4f87fb;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 17px;
        }

            .widget-area .widget_contact .text .icon i {
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
            }

        .widget-area .widget_contact .text span {
            display: block;
            color: #ffffff;
            margin-bottom: 8px;
            font-size: 16px;
            font-weight: 700;
        }

        .widget-area .widget_contact .text a {
            display: inline-block;
            color: #ffffff;
            font-weight: 700;
            font-size: 25px;
        }

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
    height: 100vh;
    position: relative;
    z-index: 1;
    background: #f6f7fb;
    background-image: url();
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-content {
    max-width: 700px;
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    margin-left: auto;
    margin-right: auto;
}

    .coming-soon-content .logo {
        display: inline-block;
    }

    .coming-soon-content h2 {
        font-size: 40px;
        font-weight: 800;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .coming-soon-content #timer {
        margin-top: 40px;
    }

        .coming-soon-content #timer div {
            background-color: #333333;
            color: #ffffff;
            width: 100px;
            height: 105px;
            border-radius: 5px;
            font-size: 40px;
            font-weight: 700;
            margin-left: 10px;
            margin-right: 10px;
        }

            .coming-soon-content #timer div span {
                display: block;
                margin-top: -2px;
                font-size: 16px;
                font-weight: 500;
            }

    .coming-soon-content form {
        position: relative;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
    }

        .coming-soon-content form .form-group {
            margin-bottom: 25px;
            width: 100%;
            position: relative;
        }

            .coming-soon-content form .form-group .label-title {
                margin-bottom: 0;
                position: absolute;
                display: block;
                left: 0;
                top: 0;
                pointer-events: none;
                width: 100%;
                height: 100%;
                color: #130947;
            }

                .coming-soon-content form .form-group .label-title i {
                    position: absolute;
                    left: 0;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    top: 9px;
                    font-size: 22px;
                }

                .coming-soon-content form .form-group .label-title::before {
                    content: "";
                    display: block;
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 0;
                    height: 2px;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                    background: #4f87fb;
                }

            .coming-soon-content form .form-group .input-newsletter {
                border-radius: 0;
                border: none;
                border-bottom: 2px solid #eeeeee;
                padding: 0 0 0 32px;
                color: #130947;
                height: 45px;
                display: block;
                width: 100%;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                font-size: 16px;
                font-weight: 400;
            }

                .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
                    color: #A1A1A1;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
                    color: #A1A1A1;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
                    color: #A1A1A1;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .coming-soon-content form .form-group .input-newsletter::placeholder {
                    color: #A1A1A1;
                    -webkit-transition: 0.5s;
                    transition: 0.5s;
                }

                .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
                    color: transparent;
                }

                .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
                    color: transparent;
                }

                .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
                    color: transparent;
                }

                .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
                    color: transparent;
                }

        .coming-soon-content form .default-btn {
            border-radius: 0;
        }

        .coming-soon-content form .validation-danger {
            margin-top: 15px;
            color: red;
        }

        .coming-soon-content form .validation-success {
            margin-top: 15px;
        }

        .coming-soon-content form p {
            margin-bottom: 0;
            margin-top: 20px;
        }

/*================================================
Error 404 Area CSS
=================================================*/
.error-404-area {
    z-index: 1;
    background: #f8f8f8;
    position: relative;
    height: 100vh;
}

    .error-404-area .notfound {
        position: relative;
        max-width: 520px;
        z-index: 1;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

        .error-404-area .notfound .notfound-bg {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: -1;
        }

            .error-404-area .notfound .notfound-bg div {
                width: 100%;
                background: #ffffff;
                border-radius: 90px;
                height: 125px;
            }

                .error-404-area .notfound .notfound-bg div:nth-child(1) {
                    -webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
                    box-shadow: 5px 5px 0 0 #f3f3f3;
                }

                .error-404-area .notfound .notfound-bg div:nth-child(2) {
                    -webkit-transform: scale(1.3);
                    transform: scale(1.3);
                    -webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
                    box-shadow: 5px 5px 0 0 #f3f3f3;
                    position: relative;
                    z-index: 10;
                }

                .error-404-area .notfound .notfound-bg div:nth-child(3) {
                    -webkit-box-shadow: 5px 5px 0 0 #f3f3f3;
                    box-shadow: 5px 5px 0 0 #f3f3f3;
                    position: relative;
                    z-index: 90;
                }

        .error-404-area .notfound h1 {
            background: url(../img/main-banner1.jpg) no-repeat;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-size: cover;
            background-position: center;
            text-transform: uppercase;
            font-size: 100px;
            font-weight: 800;
            margin-top: 0;
            margin-bottom: 15px;
        }

        .error-404-area .notfound h3 {
            margin-bottom: 12px;
            font-weight: 700;
            font-size: 22px;
        }

        .error-404-area .notfound p {
            color: #6084a4;
            margin-bottom: 20px;
            line-height: 1.7;
        }

/*================================================
Contact Area CSS
=================================================*/
.contact-info h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 800;
}

.contact-info p a {
    display: inline;
    font-weight: 500;
}

.contact-info .contact-list {
    padding-left: 0;
    margin-bottom: 25px;
    list-style-type: none;
}

    .contact-info .contact-list li {
        margin-bottom: 12px;
        position: relative;
        padding-left: 25px;
    }

        .contact-info .contact-list li i {
            position: absolute;
            left: 0;
            top: 2px;
            color: #4f87fb;
            font-size: 20px;
        }

        .contact-info .contact-list li a {
            display: inline-block;
            font-weight: 600;
            position: relative;
        }

            .contact-info .contact-list li a:hover::before {
                width: 100%;
            }

            .contact-info .contact-list li a::before {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 0;
                height: 1px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                background-color: #4f87fb;
            }

        .contact-info .contact-list li:last-child {
            margin-bottom: 0;
        }

.contact-info .opening-hours {
    padding-left: 0;
    margin-bottom: 25px;
    list-style-type: none;
}

    .contact-info .opening-hours li {
        margin-bottom: 10px;
    }

        .contact-info .opening-hours li:last-child {
            margin-bottom: 0;
        }

.contact-info .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

    .contact-info .social li {
        display: inline-block;
        margin-right: 2px;
    }

        .contact-info .social li:last-child {
            margin-right: 0;
        }

        .contact-info .social li a {
            width: 30px;
            height: 30px;
            text-align: center;
            display: block;
            color: #4f87fb;
            background-color: #f4f4f4;
            font-size: 18px;
            position: relative;
            border-radius: 2px;
        }

            .contact-info .social li a i {
                position: absolute;
                left: 0;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-49%);
                transform: translateY(-49%);
            }

            .contact-info .social li a:hover {
                background-color: #4f87fb;
                color: #ffffff;
            }

.contact-form h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 800;
}

.contact-form form .form-group label {
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

    .contact-form form .form-group label span {
        color: red;
    }

.contact-form form .with-errors ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 0;
}

    .contact-form form .with-errors ul li {
        color: red;
        font-size: 15px;
    }

.contact-form form #msgSubmit {
    margin-bottom: 0;
}

    .contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
        margin-top: 15px;
    }

.contact-form form .default-btn {
    margin-top: 5px;
}

#map {
    width: 100%;
    height: 500px;
}

#live-map-tracker {
    position: relative;
    overflow: hidden;
}

    #live-map-tracker .link-btn {
        display: inline-block;
        text-transform: uppercase;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        text-decoration: underline;
        top: 12.5px;
        text-align: center;
        font-size: 15px;
        font-weight: 700;
    }

    #live-map-tracker iframe {
        width: 100%;
        height: 100vh;
        border: none;
    }

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background-color: #130947;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

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

    .single-footer-widget .logo {
        display: inline-block;
        margin-bottom: 15px;
    }

    .single-footer-widget h3 {
        margin-bottom: 30px;
        position: relative;
        color: #ffffff;
        padding-bottom: 8px;
        font-size: 20px;
        font-weight: 800;
    }

        .single-footer-widget h3::before {
            width: 60px;
            height: 2px;
            background-color: #4f87fb;
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
        }

    .single-footer-widget p {
        color: #f8f8f8;
    }

    .single-footer-widget .footer-quick-links {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .single-footer-widget .footer-quick-links li {
            margin-bottom: 12px;
        }

            .single-footer-widget .footer-quick-links li a {
                color: #f8f8f8;
                display: inline-block;
                font-weight: 600;
            }

                .single-footer-widget .footer-quick-links li a:hover {
                    color: #4f87fb;
                }

            .single-footer-widget .footer-quick-links li:last-child {
                margin-bottom: 0;
            }

    .single-footer-widget .social-link {
        padding-left: 0;
        list-style-type: none;
        margin-top: 20px;
        margin-bottom: 0;
    }

        .single-footer-widget .social-link li {
            display: inline-block;
            margin-right: 3px;
        }

            .single-footer-widget .social-link li:last-child {
                margin-right: 0;
            }

            .single-footer-widget .social-link li a {
                width: 30px;
                height: 30px;
                text-align: center;
                color: #130947;
                background-color: #f8f8f8;
                font-size: 18px;
                position: relative;
                border-radius: 2px;
            }

                .single-footer-widget .social-link li a i {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    right: 0;
                    -webkit-transform: translateY(-48%);
                    transform: translateY(-48%);
                }

                .single-footer-widget .social-link li a:hover {
                    background-color: #4f87fb;
                    color: #ffffff;
                }

    .single-footer-widget .footer-contact-info {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .single-footer-widget .footer-contact-info li {
            margin-bottom: 12px;
            color: #f8f8f8;
        }

            .single-footer-widget .footer-contact-info li span {
                font-weight: 600;
                color: #ffffff;
            }

            .single-footer-widget .footer-contact-info li a {
                color: #f8f8f8;
                display: inline-block;
            }

                .single-footer-widget .footer-contact-info li a:hover {
                    color: #4f87fb;
                }

            .single-footer-widget .footer-contact-info li:last-child {
                margin-bottom: 0;
            }

    .single-footer-widget .footer-working-days {
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .

.footer-bottom-area {
    margin-top: 70px;
    background-color: #07002b;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .footer-bottom-area p {
        color: #f8f8f8;
    }

        .footer-bottom-area p i {
            position: relative;
            top: 1.5px;
        }

        .footer-bottom-area p a {
            color: #ffffff;
            font-weight: 600;
        }

    .footer-bottom-area ul {
        text-align: right;
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
    }

        .footer-bottom-area ul li {
            color: #f8f8f8;
            position: relative;
            display: inline-block;
            margin-right: 20px;
        }

            .footer-bottom-area ul li:last-child {
                margin-right: 0;
            }

                .footer-bottom-area ul li:last-child::before {
                    display: none;
                }

            .footer-bottom-area ul li::before {
                content: '';
                position: absolute;
                right: -12px;
                top: 5px;
                width: 1px;
                height: 14px;
                background-color: #f8f8f8;
            }

            .footer-bottom-area ul li a {
                display: block;
                color: #f8f8f8;
            }

                .footer-bottom-area ul li a:hover {
                    color: #4f87fb;
                }

.footer-shape1 {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

    .footer-shape1 img {
        -webkit-animation: movebounce 7s linear infinite;
        animation: movebounce 7s linear infinite;
    }

.footer-shape2 {
    position: absolute;
    right: 8%;
    bottom: 18%;
    z-index: -1;
}

    .footer-shape2 img {
        -webkit-animation: movescale 10s linear infinite;
        animation: movescale 10s linear infinite;
    }

.footer-shape3 {
    position: absolute;
    right: 5%;
    top: 7%;
    z-index: -1;
}

    .footer-shape3 img {
        -webkit-animation-name: rotateme;
        animation-name: rotateme;
        -webkit-animation-duration: 40s;
        animation-duration: 40s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes movescale {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

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

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes movescale {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

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

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -42px;
    right: 20px;
    color: #ffffff;
    background-color: #4f87fb;
    z-index: 4;
    width: 42px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    font-size: 28px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px 5px 0 0;
}

    .go-top i {
        position: absolute;
        left: 0;
        right: 0;
        top: 55%;
        -webkit-transform: translateY(-55%);
        transform: translateY(-55%);
        -webkit-transition: .3s;
        transition: .3s;
    }

    .go-top.active {
        bottom: 0;
        opacity: 1;
        visibility: visible;
    }

    .go-top:hover i {
        margin-top: -3px;
    }

.sidebar-demo-change-option {
    position: fixed;
    z-index: 99998;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    left: 0;
}

    .sidebar-demo-change-option a {
        display: inline-block;
        background-color: #130947;
        color: #ffffff;
        border-radius: 0 5px 5px 0;
        padding: 10px 18px 11px 15px;
        font-size: 15px;
        font-weight: 800;
    }

        .sidebar-demo-change-option a:hover {
            color: #ffffff;
            background-color: #4f87fb;
        }
/*# sourceMappingURL=style.css.map */