/*
Template Name: Fossil 
Template URI: https://fullsitediting.com/fossil/
Description: EV Charging & Gas Station HTML Template 
Author: Noor alam
Author URI: https://fullsitediting.com/fossil/
Version: 1.0
 */

/* CSS Index
============

## Google Font Import 
## Common CSS
## Bacground Color & Overlay 
## Pre-loader
## Scroll Top 
## Sticky 
## Header Top Area
## Header Area  
## Main Menu 
## Slider CSS 
## Promo Area 
## About Seciton # 01 
## Service Section # 01
## Xtra Service Section
## Achievement Section
## FAQ Section 
## Facility Section

## Blog Section 
## Sponsor Section 
## Footer Area

## About Section # 02
## Service Section # 02  
## Achievement Section # 02
## Choose Us Section
## Quotation Section 
## Pricing Section 

## About Section # 03  
## Feature Section
## CTA Section
## Choose Us Section # 02
## Team Section 
## Testimonial Section 

## Contact Section 
## Breadcrumb Section
## Choose Us Page 
## Team Page 
## Price Page
## FAQ Page 
## Blog Classic Page 
## Single Service Page 
## Single Blog Page 
## Contact Page 


/* Common CSS 
============== */
:root {
	--color-primary: #41CB5B;
	--color-secondary: #898a9c;
	---light-body: #fcfcfc;
	--black: #000;
	--black-one: #020E28;
	--black-two: #050C1D;
	--white: #fff;
	--color-gray: #3c3e41;
	--color-gray-2: #777;
	--shadow-light: 0 0 25px rgb(0 0 0 / 7%);
}

html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	background: #fff;
	overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
	margin: 0;
	color: #1d2143;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 20px;
}

a {
	text-decoration: none;
	cursor: pointer;
	font-family: 'Outfit', sans-serif;
	color: var(--color-primary);
	font-size: 16px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
a:focus {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
	text-decoration: underline;
	box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* Only apply these styles for keyboard navigation, not mouse clicks */
a:focus:not(:focus-visible) {
	outline: none;
	box-shadow: none;
	text-decoration: none;
}

a:focus-visible {
	outline: 2px solid var(--color-primary);
	outline-offset: 2px;
	text-decoration: underline;
	box-shadow: 0 0 0 2px rgba(99, 248, 144, 0.25);
}
p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	color: var(--color-secondary);
}

p.highlight {
	color: var(--color-secondary);
	font-size: 17px;
	line-height: 27px;
}


button,
input,
textarea,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

i,
span,
a {
	display: inline-block;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline-block;
}

table,
th,
tr,
td {
	border: 1px solid #191919;
}

th,
tr,
td {
	padding: 10px;
}

hr {
	border-top: 1px solid #eee;
}

.text-white {
	color: #fff;
}

.container{
	max-width: 1200px;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 80px;
	margin: 0 auto;
}

/*Section Padding CSS*/

.section-padding {
	padding: 120px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-padding {
		padding: 80px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 100px 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding {
		padding: 50px 20px;
	}
}

@media (max-width: 575px) {
	.section-padding {
		padding: 80px 0;
	}
}

/*Margin & Padding */

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.pt-20 {
	padding-top: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-120 {
	padding-top: 120px;
}

.pb-150 {
	padding-bottom: 150px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-30 {
	margin-bottom: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mt-150 {
	margin-top: 150px;
}

.mb-150 {
	margin-bottom: 150px;
}

.ml-auto {
	margin-left: auto ! important;
}

.mr-auto {
	margin-right: auto ! important;
}

/*Section Title */


.section-title {
	position: relative;
}

.section-title h2 {
	font-size: 55px;
	font-weight: 600;
	line-height: 65px;
	margin: 20px 0;
	color: #1d2143;
}

.section-title h6 {
	display: inline-block;
	color: var(--color-primary);
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	padding-left: 70px;
}

.section-title h6:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	left: 0;
	top: 50%;
	background: var(--color-primary);
	margin-top: -1px;
}


/*Button Style */

.main-btn {
	display: inline-block;
	background: var(--color-primary);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 15px 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 50px;
}

.main-btn.btn-2 {
	background: transparent;
}

.main-btn.btn-white {
	background: #fff;
	color: #191919;
}

.main-btn:hover {
	background-color: #050C1D;
	color: #fff;
}

/*Form Style CSS */

input,
textarea,
select {
	width: 100%;
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: .3s;
	transition: .3s;
	margin-bottom: 10px;
}
input[type=checkbox] {
	display: inline-block;
	width: inherit;
	margin:0
}
textarea {
	height: 150px;
	resize: none;
}

input[type="submit"],
button[type="submit"] {
	border: none;
	border-radius: 4px;
	display: inline-block;
	background: var(--color-primary);
	color: #fff;
	padding: 15px 30px;
	width: auto;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
}
.widget button[type=submit] {
	background: transparent;
	color: #191919;
}
.search-popup button[type="submit"]{
	margin: 30px 0;
}
input::placeholder,
textarea::placeholder {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

/*Bootstrap CSS*/

.container-fluid {
	padding: 0;
}

/* Bacground Color & Overlay CSS 
============== */

.sky-bg {
	background: #ECF0F9;
}

.gray-bg {
	background: #f6f6f6;
}

.white-bg {
	background: #fff;
}

.dark-bg {
	background: #050c1d;
}

.green-bg {
	background: var(--color-primary);
}


.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.overlay {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(3 15 39 / 40%);
	top: 0;
	left: 0;
	z-index: -1
}

.overlay-1 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(3 15 39 / 87%);
	top: 0;
	left: 0;
	z-index: -1
}


.overlay-2 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #050C1D;
	opacity: .8;
	top: 0;
	left: 0;
	z-index: -1
}


/* Pre-Loader CSS 
============== */
#loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--color-primary);
	z-index: 999999;
}

.spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #fff;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/* Scroll Top 
============== */
.go-top {
	background-color: var(--color-primary);
	color: #FFF;
	width: 40px;
	height: 40px;
	bottom: 6em;
	right: 2em;
	font-size: 18px;
	line-height: 43px;
	text-align: center;
	text-decoration: none;
	display: none;
	position: fixed;
	z-index: 1;
	border-radius: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.go-top {
		width: 35px;
		height: 35px;
		bottom: 5em;
		right: 2em;
		font-size: 15px;
		line-height: 33px;
	}
}

@media (max-width: 575px) {
	.go-top i:before {
		font-size: 14px;
	}

	.go-top {
		right: 1em;
		bottom: 3em;
		z-index: 1;
	}
}

.go-top:hover {
	background-color: #fff;
	color: #020E28;
}

/* Sticky CSS 
============== */

.site-header .is-sticky .sticky-area {
	background: #fff;
	box-shadow: 0 3px 16px -2px #d0cece;
	z-index: 999 !important;
	-webkit-animation: slideInDown .6s forwards;
	animation: slideInDown .6s forwards;
	margin-top: 0;
}
.admin-bar .site-header .is-sticky .sticky-area {
	top: 32px !important;
}
@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		transform: translate3d(0, 0, 0);
	}
}
.site-header.style_two .is-sticky .sticky-area {
	box-shadow: 0 3px 16px -2px #4c4a4ade;
	animation: none;
}

.site-header.style_three .is-sticky .sticky-area {
	background: #10102D;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
}
.site-header.style_three{
	background: #10102D;
}
.site-header.style_three.absolute-header {
	background: transparent
}

.site-header.style_two .is-sticky .sub-menu {
	top: 100px;
}

.site-header.style_two .is-sticky .main-menu li:hover .sub-menu {
	top: 55px;
}


/* Header Top Area
============== */

.header-top {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding: 16px 0;
}
.contact-info {
	display: flex;
	align-items: center;
}
.contact-info-item {
	margin-right: 10px;
	display: flex;
	align-items: center;
}
.contact-info i {
	color: var(--color-primary);
	font-size: 20px;
	margin-right: 3px;
}

.site-info .social-area {
	display: inline-block;
	margin-left: 10px;
}

.site-info .social-area i {
	font-size: 17px;
	color: #8D9CC5;
	padding-left: 10px;
}

.header-top.green-bg .contact-info i {
	color: #fff;
}

.header-top.green-bg .social-area i:before {
	color: #fff;
}



/* Header Area 
============== */

.site-header.style_two {
	height: auto;
}

.site-header.style_two {
	padding: 0;
}
.site-branding h1.site-title {
	font-size: 30px;
	font-weight: 700;
}
.header-area .logo {
	padding: 15px 0;
}

.site-header.style_two .navigation,
.fossil-header2 .fossil-hstyle2  {
	padding: 20px 0;
	background: #051232;
	border-top: 1px solid #eee;
}
.fossil-header2 .fossil-hstyle2 .main-menu .main-navigation{
	justify-content: center;
}

.site-header.style_two .logo {
	padding: 20px 0;
}

.site-header.style_two .sub-title {
	padding: 15px 0;
}

.site-header.style_two .aside-content {
	padding: 15px 0;
}

.header-area li.nav-item .nav-link {
	color: #020E28;
}

.site-header.style_two .main-menu .navbar-nav .nav-link,
.fossil-header2 .fossil-hstyle2 .main-navigation div>ul>li>a {
	color: #d7d7d7;
	padding: 15px 20px;
}

.fossil-header2 .fossil-hstyle2 .header-btn.main-btn:hover{
	background: #fff;
	color: #051232;
}
.fossil-header2 .fossil-hstyle2 .main-navigation div>ul>li>a:hover {
	color: var(--color-primary);
}

.fossil-header2 .fossil-hstyle2 .search-btn i {
    color: #fff;
}

.site-header.style_three li.nav-item .nav-link {
	color: #fff;
}
.main-menu .main-navigation {
	justify-content: flex-end;
}

.header-area .main-menu .navbar-nav .nav-link.active,
.fossil-header2 .main-menu ul>li a:active,
.fossil-header2 .main-menu ul>li a:active {
	color: var(--color-primary);
}

.site-header.style_two .main-menu .navbar-nav .nav-link.active {
	color: var(--color-primary);
}

.site-header.style_three .main-menu .navbar-nav .nav-link.active {
	color: var(--color-primary);
}

.header-area .main-menu li.nav-item:hover > a {
	color: #777;
}

.header-area .header-btn.main-btn {
	padding: 14px 30px;
}

.header-area.absolute-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 20px 0;
	-webkit-transition: .3s;
	transition: .3s;
	margin-top:50px
}

.header-area.absolute-header {
	margin-top: 50px;
}
.header-area.style_three.absolute-header a,
.header-area.style_three.absolute-header a.navbar-brand {
	color: #fff;
}
.header-area.style_three.absolute-header a.navbar-brand>*{
	color: inherit;
}
.responsive-logo {
	display: none;
}

.site-header.style_three .logo {
	margin-top: 0;
}

.site-header.style_three .sub-title p {
	color: #fff;
}

.site-header.style_three .sub-title:before {
	border-left: 2px solid #c5c2c2;
}

.site-header.style_three button.search-btn {
	color: #fff;
}

.site-header.style_three .search-box button:before {
	border-left: 1px solid #424141;
}

.header-right-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/*-- Search Form --*/

.search-box button {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
	border: none;
	background: none;
	font-size: 22px;
}

.search-btn i:before {
    font-size: 30px;
}

.search-box button:hover {
	cursor: pointer;
}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.admin-bar .search-popup {
	top: 30px;
}
.search-popup .search-back-drop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
	opacity: 1;
	visibility: visible;
}

.search-popup .search-inner {
	position: relative;
	background: #ffffff;
	padding: 25px 0 30px;
	z-index: 1;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.search-popup .upper-text {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.search-popup .upper-text .text {
	font-size: 18px;
	letter-spacing: 1px;
}

.search-popup .close-search {
	position: absolute;
	right: 0;
	top: 0;
	color: #4C4C4D;
	font-size: 18px;
	line-height: 27px;
	z-index: 3;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	background: none;
}

.search-popup .form-group form {
	position: relative;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 25px;
	color: #333333;
	padding: 10px 14px;
	height: 45px;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	margin-bottom: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 14px;
	top: -15px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	line-height: 45px;
	color: #333333;
	padding: 0;
	background: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


/* Header Aside */

#header-aside .aside-content {
	float: right;
	color: #585252;
}

#header-aside .aside-content .info-wrap {
	display: table;
	overflow: hidden;
	width: 100%;
}

#header-aside .aside-content .info-i,
#header-aside .aside-content .info-c {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#header-aside .aside-content .info-c span {
	opacity: .5;
}

#header-aside .aside-content .info-i {
	width: 45px;
}

#header-aside .aside-content .info-i span {
	position: relative;
	z-index: 1;
	font-size: 30px;
	color: var(--color-primary);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

#header-aside .aside-content .info-i span i::before {
	font-size: 36px;
}

#header-aside .aside-content .info-i span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 1px dashed transparent;
	background-color: transparent;
}

#header-aside .aside-content .inner > div {
	float: left;
	display: block;
	width: 170px;
	position: relative;
	color: #777;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-left: 25px;
	border-right: 2px solid #eee;
}

#header-aside .aside-content .inner > div:last-child {
	border: 0;
}

/* Main Menu 
============== */
.mobile-menu-bar {
	display: none;
}
.main-menu .navbar {
	padding: 0;
}

.main-menu li.nav-item {
	position: relative;
	margin-right: 45px;
}

.site-header.style_two .main-menu li.nav-item {
	margin: 0 25px;
}

.main-menu li.nav-item:last-child {
	margin-right: 0;
}

.main-menu .navbar-nav .nav-link {
	font-size: 17px;
	font-weight: 500;
	color: #d7d7d7;
	display: block;
	padding: 35px 0;
}

.main-menu li.nav-item:hover>a {
	color: #020E28;
}
.main-menu .navbar-nav .nav-link.active,
.main-menu .navbar-nav .nav-link:hover,
.main-menu .navbar-nav .nav-link:focus {
	color: var(--color-primary);
}


/* wp main menu style */

.main-navigation ul {
	list-style: outside none none;
	padding: 0;
	margin-bottom: 0;
}

.main-navigation ul ul {
	margin: 0;
}

.main-navigation ul li {
	display: inline-block;
	position: relative;
}

.main-navigation ul li a {
	display: inline-block;
	padding: 14px;
	font-weight: 500;
	font-size: 17px;
	letter-spacing: 1px;
	color: var(--black-one);
}

.header-area.style_three a,
.header-area.style_threer a.navbar-brand {
	color: #fff;
}

.header-area.style_three a.navbar-brand>* {
	color: inherit;
}


/*dropdown menu*/

.main-navigation ul li ul {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 9;
	background: var(---light-body);
	width: 250px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
	text-align: left;
	-webkit-box-shadow: 0px 5px 42px -6px rgb(92 91 92);
	box-shadow: 0px 5px 42px -6px rgb(92 91 92);
}
.header-area.style_three.absolute-header ul li li a {
	color: var(--black-one);
}
.main-navigation ul li ul li {
	display: block;
}

.main-navigation ul li li a,
.main-navigation ul li li:first-child a,
.main-navigation ul li li:last-child a,
.main-navigation ul li:first-child li a {
	padding: 15px;
	text-transform: none;
}

.main-navigation ul li li:after {
	bottom: auto;
	width: 100%;
	height: 1px;
	top: auto;
	margin-top: 0;
	opacity: 0.1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.main-navigation ul li li:hover>a,
.main-navigation ul li li.hover>a {
	background-color: var(--white);
	color: var(--black);
}

.main-navigation ul li:hover>a,
.main-navigation ul li:focus>a {
	color: var(--color-gray-2);
}

.main-navigation ul li:hover ul,
.main-navigation ul li.hover ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 50px;
}

.main-navigation ul ul li a {
	display: block;
}

.main-navigation ul li ul ul {
	left: 250px;
}

.main-navigation ul li:hover ul li ul {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}

.main-navigation ul li:hover ul li:hover>ul {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	top: 20px;
}

.main-navigation ul ul ul ul ul {
	right: 250px;
	left: auto;
}

.main-navigation ul ul ul ul ul ul ul {
	right: auto;
	left: 250px;
}

.main-navigation ul ul ul ul ul ul ul ul ul {
	left: auto;
	right: 250px;
}

.main-navigation ul ul ul ul ul ul ul ul ul ul ul {
	right: auto;
	left: 250px;
}


.main-navigation ul ul li.menu-item.menu-item-has-children {
	padding-right: 0;
}

.main-navigation ul li.menu-item.menu-item-has-children>a {
	position: relative;
	z-index: 0;
}

.main-navigation ul li.menu-item.menu-item-has-children>a:after {
	display: inline-block;
	margin-left: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.main-navigation ul ul li.menu-item.menu-item-has-children>a:after {
	right: 12px;
}



/*Dropdown Menu */

.sub-menu {
	position: absolute;
	left: 0;
	top: 100px;
	width: 185px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 99;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.site-header.style_two .sub-menu {
	top: 110px;
}

.sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background: var(--color-primary);
	visibility: hidden;
	opacity: 0;
}

.main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}

.site-header.style_two .main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 55px;
}

.main-menu li:hover .sub-menu::after {
	opacity: 1;
	visibility: visible;
}

.main-menu ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu .sub-menu li {
	display: block;
	border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li a {
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding: 15px;
	color: #191919;
	-webkit-transition: .3s;
	transition: .3s;
}

.main-menu .sub-menu li:hover > a,
.main-menu ul li.current-menu-item a {
	color: var(--color-primary);
}

.dropdown-toggle::after {
	display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none;
}


/* Blog Section 
============== */
.blog-area .col-lg-8 .grid-item:first-child .single-blog-item,
.blog-area .col-lg-8 .grid-item:nth-child(2) .single-blog-item {
	margin-top: 0;
}
.blog-area .single-blog-item {
	background: #fff;
	border-radius: 5px;
}

.blog-area .blog-bg img {
	height: 250px;
	width: 100%;
	border-radius: 5px 5px 0 0;
}


.blog-area p.blog-meta {
	font-size: 15px;
	font-weight: 500;
	margin: 10px 0;
	display: flex;
	align-items: center;
}
.blog-meta i:nth-of-type(2) {
	margin-left: 5px;
}

.blog-meta a.author-name {
	margin-right: 5px;
}
.blog-area p.blog-meta i:before {
	padding-right: 7px;
}

.blog-area .blog-meta i {
	font-size: 20px;
	margin-right: 7px;
}

.blog-content i {
	margin-right: 7px;
}

.blog-content {
	box-shadow: 0 0 10px 0px rgba(0, 0, 0, .06);
	padding: 30px;
}

.blog-area .blog-content h5 a {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: #1d2143;
	margin-bottom: 20px;
}

.blog-area .blog-content h5 a:hover {
	color: var(--color-primary);
}

.blog-area a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0 0;
	color: var(--color-primary);
}

.blog-area a.read-more:hover {
	opacity: 1;
}

.blog-area .blog-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .3s;
}

.blog-area .blog-bg img {
	transition: transform ease 0.3s;
}

.blog-area .blog-bg span {
	background: var(--color-primary);
	color: #fff;
	padding: 10px;
	display: inline-block;
	width: 60px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.blog-area .blog-bg img:hover {
	transform: scale(1.3);
	transition: all 2s ease-out;
	border-radius: 5px;
}
.blog-area.section-padding.content-none {
	padding-top: 0;
}
.no-result-icon i {
	background: #ccc;
	padding: 40px;
	border-radius: 50%;
	font-size: 120px;
	margin-bottom: 30px;
}
.site-main.error-404 {
	min-height: 100vh;
}

.error-404 h1.content-none-title {
	font-size: 160px;
	font-weight: 700;
	font-style: italic;

}
p.content-none {
	font-size: 24px;
	margin: 10px 0 50px;
}
h2.entry-title a {
	font-size: 24px;
	margin: 20px 0;
	color: var(--black-one);
}
.single-post nav.navigation.post-navigation .nav-links {
	display: flex;
	padding: 10px 0;
	margin-top: 50px;
	justify-content: space-between;
	align-items: center;
}

.single-post nav.navigation.post-navigation .nav-subtitle {
	display: block;
}
footer.entry-footer {
	display: flex;
	align-items: center;
}

footer.entry-footer span {
	margin-right: 10px;
}
.mg-share-button a,
.mg-share-button a:hover {
	padding: 10px 0 !important;
}

.footer-top-menu ul,
ul#menu-footer-widget-menu {
	display: flex;
	flex-direction: column;
}
/* Slider extra style */
h4.mgs-extitle {
	position: relative;
	padding-left: 70px
}

h4.mgs-extitle:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	left: 0;
	top: 50%;
	background: #41CB5B;
	margin-top: -1px;
}
.msg-main .mgslide-content.mgst-center{
	position: inherit;
}

/* Sponsor Section 
============== */

.single-logo-wrapper,
.fossil-client-logo figure.swiper-slide-inner {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .5;
	transition: .3s;
}

.single-logo-wrapper:hover,
.fossil-client-logo figure.swiper-slide-inner:hover {
	opacity: 1;
}

.fossil-client-logo img {
    width: 150px !important;
}

/* .logo-inner-item img:hover {
	filter: grayscale(95%);
} */

/* CTA Section # 01
============== */

.cta-area {
	background: var(--color-primary);
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.cta-area h2 {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
}

.cta-area h6 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

.cta-area p {
	color: #cacaca;
	margin: 12px 0;
}

.cta-area .contact-info {
	margin-top: 30px;
}

.cta-area .contact-info i {
	font-size: 50px;
	float: left;
	padding-right: 10px;
}

.contact-info h5 {
	font-size: 22px;
	color: #fff;
}

.contact-info p {
	margin: 4px 0;
}

.cta-area .main-btn {
	background: #fff;
	color: #333;
	margin-top: 16px;
}

.cta-area .main-btn:hover {
	background: #012A41;
	color: #fff;
}

/* Newsletter Section  */

.newsletter-content {
	height: 250px;
	background: var(--color-primary);
	padding: 50px;
	border-radius: 5px;
	position: relative;
	z-index: 9;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.newsletter-content {
		display: block !important;
		text-align: center;
		height: 320px;
		padding: 30px;
	}
  }
  @media (max-width: 767px) {
	.newsletter-content {
	  display: block !important;
	  padding: 30px;
	  height: 400px;
	  text-align: center;
	}
  }
  
  .newsletter-content h2 {
	font-size: 50px;
	line-height: 60px;
  }

  .newsletter-content .subscribed-form {
	margin-top: 0;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.newsletter-content .subscribed-form {
		justify-content: center;
	}
  }

  @media (max-width: 767px) {
	.newsletter-content .subscribed-form {
		justify-content: center;
	}
  }

  .newsletter-section .subscribed-form input {
	background: transparent;
	border: 1px solid #fff;
	width: 300px;
  }
  .mc4wp-alert.mc4wp-error,
  .mc4wp-alert.mc4wp-error p,
  .mc4wp-alert.mc4wp-error a {
  	color: #c10000;
  }
  @media (max-width: 767px) {
	.newsletter-section .subscribed-form input {
	  width: 100%;
	}
  }
  .newsletter-section .subscribed-form input::placeholder {
	color: #fff;
  }
  .newsletter-section .subscribed-form input[type=text] {
	color: #fff;
  }
  .newsletter-section .subscribed-form input[type=submit] {
	background: #fff;
	border-color: #fff;
	color: #013B4F;
	width: auto;
	margin-left: 10px;
  }
  .newsletter-section .subscribed-form input[type=submit]:hover {
	background: #fff;
	border-color: #fff;
	color: #1D2143;
  }


/* Footer Area
======================== */

.footer-area {
	background: #050c1d;
	color: #fff;
	position: relative;
	z-index: 1;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-area {
	  padding: 100px 50px;
	}
  }
  @media (max-width: 767px) {
	.footer-area {
	  padding: 50px 30px;
	  margin-top: 0;
	}
  }
.footer-area-subscribe{
	position: relative;
}
  .footer-area-subscribe:before {
    position: absolute;
    content: "";
	width: 100%;
    height: 125px;
    top: -125px;
    left: 0;    
    background: #050C1D;
    z-index: -1;
}

  .footer-area .logo {
	height: 90px;
	display: flex;
	align-items: center;
	padding-right: 30px;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
  }

  .footer-area h5 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: 20px 0;
  }

  .footer-area p {
	font-size: 16px;
	margin-top: 5px;
	color: #9BA2AD;
  }
  .footer-area ul li a {
	font-size: 17px;
	display: block;
	color: #9BA2AD;
	padding: 10px 0;
	position: relative;
  }
  @media (max-width: 767px) {
	.footer-area ul li a {
	  padding: 6px 0;
	}
  }
  .footer-area ul li a:hover {
	opacity: 0.5;
  }
  
  .footer-up {
	padding: 80px 0;
  }
  .footer-up .social-area i {
	color: #eee;
	font-size: 20px;
	margin-right: 10px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-up {
	  padding-bottom: 0;
	  padding-top: 0;
	}
  }
  @media (max-width: 767px) {
	.footer-up {
	  padding: 0;
	}
  }
  
  .footer-bottom {
	font-size: 15px;
	font-weight: 400;
	padding: 20px 0;
	background: #050C1D;
	border-top: 1px solid #0d162c;
  }
  .footer-bottom p {
	margin: 0;
	color: #fff;
	font-size: 16px;
  }
  ul#fossil-footer-menu li a {
  	font-size: 16px;
  	color: #fff;
  	position: relative;
  	padding-left: 8px;
  }

  ul#fossil-footer-menu li a:after {
  	position: absolute;
  	top: 0;
  	left: 0;
  	content: "|";
  }

  ul#fossil-footer-menu li:first-child a {
  	position: inherit;
  }
.footer-bottom a{
	color:#fff
}
.footer-bottom a:hover{
	color:var(--color-primary)
}

  @media (max-width: 767px) {
	.footer-bottom {
	  text-align: center;
	}
  }

  .company-email a {
	color: #f6f6f6;
	font-size: 17px;
	font-weight: 400;
	text-decoration: underline;
	margin-top: 10px;
  }
  .company-email a:hover {
	color: #fff;
  }
  
  .phone-number p {
	font-size: 20px;
	color: #fff;
  }




/* Spacer
============== */

.spacer {
	position: relative;
}

.spacer-bg {
	background-attachment: fixed;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spacer-bg .main-btn {
	z-index: 9;
	margin-top: 120px;
}



/* Breadcrumb 
============== */


.breadcroumb-area {
	height: 400px;
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.breadcroumb-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #021017;
	opacity: .8;
	z-index: -1;
}

.breadcroumb-area .breadcroumb-title h1 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 40px;
	position: relative;
	padding-left: 30px;
}

.breadcroumb-area .breadcroumb-title h1:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 5px solid var(--color-primary);
}

.breadcroumb-area h6 a {
	color: #fff;
}
.breadcroumb-title h6 {
	display: flex;
}

.breadcroumb-title h6 a {
	margin-right: 4px;
}
.breadcroumb-area h6 {
	color: #aeb1b3;
	font-size: 16px;
	margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 35px;
	}
}

/*Choose Us Page */

#choose-us-page .about-content-wrapper {
	margin-top: 0;
	border-top: none;
}

/*Team Page */

#team-page .single-team-member {
	margin-bottom: 100px;
}

/* Price Page */

#price-page.pricing-section {
	background: none;
}

#price-page.pricing-section .section-title h2 {
	color: #1d2143;
}

#price-page .single-price-item {
	border: 5px solid #0f294a;
	opacity: .5;
}

#price-page .single-price-item.active {
	border-color: var(--color-primary);
	opacity: 1;
}

#price-page .single-price-item h4 {
	color: #1d2143;
}

#price-page .single-price-item p b {
	color: #1d2143;
}

#price-page .single-price-item ul li {
	color: #1d2143;
}

/*Quotation Page */

.quote-form {
	margin-top: 50px;
}

.form-list {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quote-form input,
.quote-form select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 0;
}

.form-list select {
	color: #555;
}

.cost-center .btn-1 span {
	padding: 15px 25px;
	position: relative;
	text-align: left;
	background: #0C4D52;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	margin-right: -4px;
}

.cost-center .btn-1 .dark {
	background: var(--color-primary);
}

.quote-form .btn:hover {
	background: navy;
	color: #fff;
}

.cost-center .btn.btn-primary {
	margin-top: 10px;
}
.request-button {
	margin-top: 35px;
}
.fossil-contact-button p,
.request-button p {
	display: flex;
	align-items: center;
}
.fossil-contact-button p{
	justify-content: center;
}
span.wpcf7-spinner {
	width: 24px;
	background-color:var(--color-primary)
}
.fossil-contact-form {
	color: #fff;
}
/*FAQ Page*/

.question-section {
	background: #F7F7F7;
	padding: 30px;
}

.question-section h6 {
	margin-bottom: 20px;
}

.question-section input,
.question-section textarea {
	background: #fff;
	color: #191919;
	border: none;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
	font-size: 15px;
	color: #191919;
}

.question-section button {
	font-size: 14px;
	letter-spacing: 1px;
}

.faq-img-wrap img {
    border-radius: 8px;
}

/* Blog-Classic Page 
============== */

#blog-page .single-blog-item {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
}

#blog-page .blog-bg img {
	width: 100%;
	height: 100%;
}

#blog-page .blog-content p.blog-meta {
	font-size: 16px;
	color: var(--color-secondary);
}

#blog-page .blog-content a {
	font-size: 24px;
	font-weight: 500;
	color: #00283F;
	margin-bottom: 20px;
}

#blog-page .blog-content a:hover {
	color: var(--color-primary);
}

#blog-page .blog-content a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	color: var(--color-primary);
}

.blog-search input {
	border: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0;
}

.blog-search button {
	background: none;
	margin: 0;
	padding: 0;
}

.blog-search button i {
	color: #191919;
	font-size: 20px;
	opacity: .5;
	position: absolute;
	top: 18px;
	right: 28px;
}

.blog-category h5,
.sidebar-archive h5,
section.widget .wp-block-heading {
	font-size: 24px;
	font-weight: 600;
	margin: 25px 0;
}
section.widget ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
section.widget ol li{
	display: block;
}
.blog-category a,
.sidebar-archive a,
section.widget ul li,
section.widget ol li {
	display: block;
}
.blog-category a,
.sidebar-archive a,
section.widget ul li a,
section.widget ol li a {
	color: #191919;
	font-size: 16px;
	margin-bottom: 20px;
}

.blog-category a:hover,
.sidebar-archive a:hover,
section.widget ul li a:hover,
section.widget ol li a:hover {
	color: var(--color-primary);
}
.widget-area a.wp-block-latest-posts__post-title {
	display: block;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
	margin-bottom: 20px;
}
.widget-area .wp-block-latest-posts__list time {
	font-size: 16px;
	color: #898a9c;
	position: relative;
	margin: -18px 0 0 104px;
}

.widget-area .wp-block-latest-posts__list time:before {
	position: absolute;
	font-family: 'Line Awesome Free';
	font-weight: 900;
	content: "\f133";
	left: -17px;
	top: 0;
}
.blog-category a.active,
.sidebar-archive a.active {
	color: var(--color-primary);
}

.recent-post h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.recent-post img {
	float: left;
	width: 70px;
	height: 70px;
}

.single-recent-post h6 {
	margin: 0;
	padding-left: 90px;
}

p.blog-date {
	padding-left: 90px;
}

.single-recent-post {
	padding-bottom: 25px;
}

.single-recent-post .recent-post-content {
	display: block;
	padding-left: 110px;
}

.single-recent-post h6 a {
	color: #00B965;
	line-height: 1.5;
}

.popular-tag h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.popular-tag span,
.wp-block-tag-cloud a {
	padding: 8px 15px;
	background: #00283F;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 15px !important;
}

.popular-tag a,
.wp-block-tag-cloud a {
	color: #fff;
}

.popular-tag span.active,
.wp-block-tag-cloud a:hover,
.popular-tag span:hover,
.popular-tag span:hover a {
	background: var(--color-primary);
	color: #fff;
}
hr.fossil-divider {
	height: 1px;
	background: transparent;
}
.author-profile img {
	width: 90px;
	height: 90px;
	float: left;
	background: #F7F7F7;
}
.author-info svg {
	width: 14px;
	height: 15px;
	fill: var(--color-primary);
	margin: 0 0 6px 0;
}

.author-info a:hover svg,
.author-info a:hover {
	fill: #555;
}
.comments-section h5 {
	font-size: 22px;
	margin: 40px 0;
}

.comments-section img {
	width: 90px;
	height: 90px;
	float: left;
	border-radius: 4px;
}

.single-comments-section p {
	padding-left: 120px;
}

.single-comments-section p b {
	color: #333;
}

a.reply-btn {
	text-transform: uppercase;
	font-size: 14px;
}

.comments-form h3 {
	margin: 50px 0;
}

.author-info {
	padding-left: 120px;
}

.author-info h6 {
	margin: 10px 0;
}

.single-comments-section p span {
	padding-left: 50px;
	font-size: 15px;
}

 .fossil-sidebar-item{
	border: 1px solid #ddd;
	padding: 15px;
	position: relative;
	margin-bottom: 20px;
}

.blog-search input::placeholder {
    color: #333;
}

body .blog-category,
body .recent-post,
body .archive,
body .popular-tag {
	border: 1px solid #ddd;
	padding: 10px 30px 20px;
	margin: 20px 0;
}

.helpline-section {
	background-size: cover;
	background-position: center center;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

.helpline-content h4 {
	color: #ffff;
}

.helpline-content p {
	color: #fff;
	margin-top: 20px;
}

.helpline-content button {
	z-index: 9;
	position: relative;
}

.pagination-block {
	display: block;
	margin: 45px auto;
}

.pagination-block .page-numbers {
	width: 45px;
	height: 45px;
	line-height: 35px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #656c76;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid #e9eef6;
	border-radius: 3px;
	margin: 0 3px;
	padding: 0;
	transition: all 0.3s ease 0s;
}

.page-numbers.current {
	background: var(--color-primary);
	color: #fff;
}

.pagination-block .page-numbers:hover {
	background: var(--color-primary);
	color: #fff;
}

/* Single Service Page
============== */

#service-page .single-service {
	padding: 40px;
	padding-top: 0;
}

.service-list {
	background: #F6F6F6;
	padding: 30px;
	margin-bottom: 30px;
}

.service-list h5 {
	margin: 30px 0;
}

.service-list a {
	display: block;
	color: #333;
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}

.service-list a.active {
	background: var(--color-primary);
	color: #fff;
}

.service-list a span {
	float: right;
}

.single-service h2 {
	margin: 30px 0;
}

.single-service h5 {
	margin: 20px 0;
}

.single-service p {
	font-size: 16px;
	line-height: 28px;
}

.single-service-bg img {
	width: 100%;
}

.helpline-section {
	background: #020E28;
	color: #fff;
	padding: 20px;
	margin-top: 35px;
	height: 272px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.helpline-section h4 {
	color: #fff;
	margin-top: 15px;
}

.helpline-section button {
	margin-top: 15px;
}

/* Single Blog Page  
============== */

.blog-meta {
	margin: 20px 0;
}

.blog-meta span i {
	color: var(--color-primary);
	font-size: 20px;
	margin-right: 10px;
}

.single-blog-wrap h3 {
	font-size: 28px;
	margin: 20px 0;
}

.single-blog-wrap h5 {
	margin: 20px 0;
}


/* Contact Page  
============== */

.contact-us-area {
	position: relative;
	z-index: 1;
}

.contact-us-wrapper {
	background: #fff;
	position: relative;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.contact-us-inner {
	text-align: center;
	padding: 40px 30px;
	border-right: 1px solid #eee;
}

.contact-us-inner:nth-last-child(4) {
	border-right: none;
}

.contact-us-inner h5 {
	margin: 40px 0 20px;
}

.contact-us-inner a {
	text-transform: uppercase;
	color: var(--color-primary);
	font-size: 17px;
	font-weight: 500;
	margin: 20px 0 10px;
}

#contact-us .info-i {
	position: relative;
	z-index: 1;
}

#contact-us .info-i i:before {
	font-size: 50px;
	color: var(--color-primary);
}

#contact-us .contact-form .main-btn {
	margin-top: 30px;
}

.contact-section .section-title h2 {
	color: #fff;
}

.contact-form .main-btn {
	border-radius: 0;
	border: none;
	margin: 40px 0;
}
span.wpcf7-form-control-wrap{
	display: block;
}
/* services animation effect 
----------------------------------*/

@-webkit-keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

/* FAQ Section  */

.cp-custom-accordion .accordion-buttons {
	position: relative;
	width: 100%;
	padding: 20px 40px 20px 40px;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	border: 1px solid #CBCBCB;
	background: transparent;
	margin-bottom: 20px;
}

.cp-custom-accordion .accordion-buttons span {
	font-size: 15px;
	margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.cp-custom-accordion .accordion-buttons {
		padding: 20px 0px 20px 20px;
	}
}

@media (max-width: 767px) {
	.cp-custom-accordion .accordion-buttons {
		padding: 20px;
		font-size: 18px;
		line-height: 25px;
	}
}

.cp-custom-accordion .accordion-buttons::after {
	position: absolute;
	content: "\f068";
	font-family: "FontAwesome";
	top: 35%;
	right: 30px;
	font-size: 24px;
	font-weight: 500;
	opacity: 1;
}

@media (max-width: 767px) {
	.cp-custom-accordion .accordion-buttons::after {
		top: 35px;
		right: 25px;
		font-size: 16px;
	}
}

.cp-custom-accordion .accordion-buttons.collapsed::after {
	content: "\f067";
}

.cp-custom-accordion .collapsed {
	position: relative;
	z-index: 9;
}

.cp-custom-accordion .accordion-body {
	background-color: transparent;
	border: 1px solid #CBCBCB;
	color: #777;
	padding: 20px 40px 20px 40px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	z-index: 1;
	margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.cp-custom-accordion .accordion-body {
		padding-right: 25px;
		padding-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cp-custom-accordion .accordion-body {
		padding-right: 30px;
		padding-bottom: 0;
	}
}

@media (max-width: 767px) {
	.cp-custom-accordion .accordion-body {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.faq-section-bg {
	max-width: calc(100% - 10px);
}

@media (max-width: 767px) {
	.faq-section p br {
		display: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cp-custom-accordion {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.cp-custom-accordion {
		margin-top: 30px;
	}
}

.faq-content-wrap {
	max-width: calc(100% - 40px);
}

@media (max-width: 767px) {
	.faq-content-wrap {
		max-width: calc(100% - 0px);
	}
}


/* Video Section  */

.video-section {
	background-size: cover;
	background-position: center;
	height: 500px;
}

.video-section {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 310px;
	height: 210px;
	border: 10px solid #fff;
	border-radius: 0 4px 0 0;
}

.video-content-wrap {
	background: #fff;
	display: flex;
	padding: 25px;
	margin-left: -150px;
	margin-top: 50px;
	align-items: end;
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.09);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.video-content-wrap {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.video-content-wrap {
		display: none;
	}
}

.play-btn {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: 0.4s;
	z-index: 99;
	transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.play-btn {
		width: 100px;
		height: 100px;
		top: 50%;
	}
}

@media (max-width: 767px) {
	.play-btn {
		width: 100px;
		height: 100px;
	}
}

.play-btn a {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	z-index: 999;
}

.play-btn a:hover {
	color: #fff;
}

.play-btn a i {
	font-size: 24px;
	position: relative;
	left: 2px;
}

.play-btn:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid #555;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

@keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}

	100% {
		opacity: 0;
	}
}