/*TABLE OF CONTENT==============================================*/


/*-----------------------------------------0. Imports-------------------------------------------*/

@import url("navigation.css");

/*-----------------------------------------1. Sections-------------------------------------------*/

.section-block {
	padding: 50px 0px 90px 0px;
	background-color: #fff;
}

.section-block-grey {
	padding: 50px 0px 50px 0px;
	background-color: #f9f9f9;
}

.section-block-dark {
	padding: 50px 0px 90px 0px;
	background-color: #222;
}

.section-block-parallax {
	position: relative;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	padding: 90px 0px 90px 0px;
}

.section-block-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 90px 0px 90px 0px;
}

.section-block-transparent {
	padding: 90px 0px 90px 0px;
	background: transparent;
}

.background-top {
	background-position: center left;
}

.primary-bg {
	background: #eb2e06 !important;
}

.no-repeat {
	background-repeat: no-repeat;
}

.section-clients {
	background: #fff;
	padding: 50px 0px;
}

.section-clients-grey {
	background: #f9f9f9;
	padding: 50px 0px;
}

.notice-section {
	background: #fff;
	padding: 60px 0px;
}

.notice-section-parallax {
	position: relative;
	background-attachment: fixed;
	padding: 60px 0px;
}

.notice-section-grey {
	background: #f7f7f7;
	padding: 60px 0px;
}

.notice-section-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding: 60px 0px 60px 0px;
}

.notice-section h2,
.notice-section-grey h2,
.notice-section-bg h2 {
	position: relative;
	font-size: 42px;
	font-weight: 400;
	color: #111;
}

.notice-section h3,
.notice-section-grey h3,
.notice-section-bg h3 {
	position: relative;
	font-size: 35px;
	font-weight: 400;
	color: #111;
}

.notice-section h4,
.notice-section-grey h4,
.notice-section-bg h4 {
	position: relative;
	font-size: 30px;
	font-weight: 500;
	color: #111;
}

.notice-section h5,
.notice-section-grey h5,
.notice-section-bg h5 {
	position: relative;
	font-size: 25px;
	font-weight: 500;
	color: #111;
}

.notice-section h6,
.notice-section-grey h6,
.notice-section-bg h6 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #111;
}

.dark-bg {
	background: #111;
}

.full-background {
	background-size: cover;
}

.notice-section-sm {
	padding: 40px 0px;
}

.notice-section-md {
	padding: 60px 0px;
}

.notice-section-lg {
	padding: 80px 0px;
}

.section-sm {
	padding: 30px 0px;
}

.section-md {
	padding: 40px 0px;
}

.section-lg {
	padding: 80px 0px;
}

.min-350 {
	min-height: 350px;
}


/*-----------------------------------------2. Headings-------------------------------------------*/

.section-heading {
	margin-bottom: 10px;
}

.section-heading h2 {
	position: relative;
	font-size: 42px;
	font-weight: 500;
	color: #111;
	line-height: 130%;
	margin-bottom: 10px;
}

.section-heading h3 {
	position: relative;
	font-size: 35px;
	font-weight: 600;
	color: #111;
	line-height: 130%;
	margin-bottom: 10px;
}

.section-heading h4 {
	position: relative;
	font-size: 30px;
	font-weight: 600;
	color: #111;
	line-height: 160%;
	margin-bottom: 10px;
}

.section-heading h5 {
	position: relative;
	font-size: 25px;
	font-weight: 600;
	color: #111;
	line-height: 160%;
	margin-bottom: 10px;
}

.section-heading h6 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	color: #111;
	line-height: 160%;
	margin-bottom: 10px;
}

.section-heading strong {
	font-weight: 600;
}

.section-heading-line {
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	background: #4aa92c;
	border-radius: 25%;
	margin: auto;
	margin-top: 15px;
	margin-bottom: 5px;
}

.section-heading-line-left {
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	background: #4aa92c;
	border-radius: 25%;
	margin-top: 15px;
	margin-bottom: 5px;
}

.section-heading p {
	font-size: 15px;
	font-weight: 400;
	color: #aaa;
	line-height: 160%;
	padding-top: 15px;
	margin-bottom: 0px;
}

.section-heading span {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	color: #eb2e06;
	line-height: 200%;
	margin-bottom: 10px;
}

.page-title-section {
	position: relative;
	padding: 140px 0 120px;
	background-size: cover;
	background-position: center;
	text-align: center;
	overflow: hidden;
}

.page-title-section::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.62);
}

.page-title-section .container {
	position: relative;
	z-index: 2;
}

.page-title-section h1 {
	font-size: 52px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1.1;
	color: #fff;
	margin-bottom: 18px;
}

.page-title-section p.page-title-subtitle {
	max-width: 760px;
	margin: 0 auto 24px;
	color: #f5e7b1;
	font-size: 18px;
	line-height: 1.8;
	opacity: 0.95;
}

.page-title-section ul {
	margin-top: 24px;
}

.page-title-section ul li {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	color: #f5e7b1;
}

.page-title-section ul li:after {
	content: ' \f105';
	color: var(--brand-gold);
	font-family: 'FontAwesome';
	padding: 0 10px;
}

.page-title-section ul li:last-child:after {
	content: none;
}

.page-title-section ul li a {
	color: #fff;
}

.page-title-section ul li a:hover {
	color: var(--brand-gold);
}

.page-title-section h1,
.page-title-section ul li a {
	color: #fff !important;
}


/*-----------------------------------------3. Navbar-------------------------------------------*/

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
	color: #eb2e06;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
	border-color: transparent #eb2e06 #eb2e06 transparent;
}

.nav-search-button:hover .nav-search-icon {
	color: #eb2e06;
}

.nav-button {
	height: auto !important;
	margin: 18px 15px 0;
	padding: 8px 14px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	background-color: #eb2e06;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.megamenu-list>li>a:hover {
	color: #eb2e06;
}

@media (min-width: 991px) {
	#nav-transparent .nav-menu>li:hover>a,
	#nav-transparent .nav-menu>li.active>a,
	#nav-transparent .nav-menu>li.focus>a {
		color: #eb2e06;
	}
	#nav-transparent .nav-menu>li:hover>a .submenu-indicator-chevron,
	#nav-transparent .nav-menu>.active>a .submenu-indicator-chevron,
	#nav-transparent .nav-menu>.focus>a .submenu-indicator-chevron {
		border-color: transparent #eb2e06 #eb2e06 transparent;
	}
	#nav-transparent .nav-dropdown>li:hover>a .submenu-indicator-chevron,
	#nav-transparent .nav-dropdown>.focus>a .submenu-indicator-chevron {
		border-color: transparent #eb2e06 #eb2e06 transparent;
	}
	#nav-transparent .nav-white-bg .nav-menu>li:hover>a {
		color: #eb2e06;
	}
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
	color: #eb2e06;
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
	border-color: transparent #eb2e06 #eb2e06 transparent;
}


/*-----------------------------------------4. Search-------------------------------------------*/

#search_nav {
	display: inline-block;
	z-index: 9999;
}

.search-holder {
	color: #323232;
	margin-top: 18px;
	border-left: 1px solid #f7f7f7;
}

.search-button {
	padding-left: 12.5px;
	cursor: pointer;
}

@media (max-width: 991px) {
	.search-holder {
		border: none !important;
	}
	.search-button i {
		padding: 17px 0px;
		cursor: pointer;
	}
	.search-button i:after {
		font-family: 'Nunito', sans-serif;
		content: 'Search';
		font-size: 13px;
		text-transform: uppercase;
		font-weight: 700;
		display: inline-block;
		padding-left: 10px;
	}
	.search-overlay-content input {
		margin: 30px;
		max-width: 80%;
	}
	.search-overlay-content {
		position: relative;
		top: 15% !important;
		text-align: center;
	}
}

.search-overlay {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
	overflow-x: hidden;
	transition: 0.5s;
}

.search-overlay-content {
	position: relative;
	top: 35%;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.search-overlay-content input {
	font-size: 35px;
	font-weight: 500;
	color: #fff;
	background: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	opacity: 0.5;
	padding: 15px 15px;
}

.search-overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.search-overlay a:hover,
.search-overlay a:focus {
	color: #f1f1f1;
}

.search-overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 60px;
}

@media screen and (max-height: 450px) {
	.search-overlay a {
		font-size: 20px
	}
	.search-overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}


/*-----------------------------------------5. Top-Bar-------------------------------------------*/

@media (max-width: 991px) {
	#top-bar.hidden-sm-down {
		display: none !important;
	}
}

#top-bar {
	display: block;
	position: relative;
	z-index: 999;
	border-bottom: 1px solid #f3f3f3;
	height: 50px;
	background: #1c251aba;
}

.top-bar-welcome {
	display: inline-block;
}

.top-bar-welcome ul {
	padding-left: 0px;
	margin-bottom: 0px;
}

.top-bar-welcome li {
	font-size: 13px;
	font-weight: 300;
	color: #333;
	list-style-type: none;
	margin: 0px;
	padding-top: 2px;
	margin-right: 5px;
	color: #fff;
}

.top-bar-info {
	display: inline-block;
}

.top-bar-info ul {
	padding-left: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 20px;
}

.top-bar-info li {
	font-size: 13px;
	font-weight: 300;
	color: #fff;
	list-style-type: none;
	display: inline-block;
	padding: 13.5px 5px 0px 5px;
	margin-bottom: 0px;
}

.top-bar-info li i {
	font-size: 13px;
    color: #fff;
	margin-right: 8px;
}

.social-icons {
	padding: 0px;
	float: right;
	margin: 0px;
}

.social-icons li {
	font-size: 14px;
	list-style-type: none;
	float: left;
	width: 35px;
	text-align: center;
	margin: 0px;
	padding: 13px 0px 13px 0px;
}

.social-icons li a {
	opacity: .7;
	color: #fff;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.social-icons a:hover {
	opacity: 1;
	color: #4aa92c;
}


/*-----------------------------------------6. CountUps-------------------------------------------*/

.counter-box {
	position: relative;
	text-align: center;
	margin: 15px 0px;
}

@media (max-width: 767px) {
	.counter-box {
		margin: 30px;
	}
}

.counter-box h4 {
	display: inline-block;
	font-size: 35px;
	font-weight: 600;
	color: #111;
}

.counter-box h4:after {
	content: '+';
}

.counter-box h3 {
	display: inline-block;
	font-size: 45px;
	font-weight: 600;
	color: #111;
}

.counter-box h3:after {
	content: '+';
}

.counter-box h2 {
	display: inline-block;
	font-size: 55px;
	font-weight: 600;
	color: #111;
}

.counter-box.disable-line h2 {
	margin-bottom: 0;
}

.counter-box h2:after {
	content: '+';
}

.counter-box p {
	font-size: 15px;
	font-weight: 500;
	color: #403e3e;
	line-height: 1.7;
	margin-top: 10px;
}

.counter-box.disable-line p {
	font-size: 18px;
	margin-top: 0;
}

.counter-box p:before {
	content: '';
	display: block;
	background: #eb2e06;
	height: 3px;
	width: 70px;
	margin: 10px auto;
}

.counter-box.disable-line p:before {
	content: none;
}

.counter-box.left-holder p:before {
	content: '';
	display: block;
	background: #eb2e06;
	height: 3px;
	width: 70px;
	margin: 10px 0px;
}


/*-----------------------------------------7. Helper Classes-------------------------------------------*/


/*--------------------a) Text-content----------------------*/

.text-content p {
	font-size: 14px;
	font-weight: 400;
	color: #403e3e;
	line-height: 190%;
	margin-bottom: 15px;
}

.text-content-big p {
	font-size: 15px;
	font-weight: 400;
	color: #403e3e;
	line-height: 200%;
	margin-bottom: 15px;
}

.text-content-small p {
	font-size: 12px;
	font-weight: 400;
	color: #403e3e;
	line-height: 200%;
	margin-bottom: 15px;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-thin {
	font-weight: 400 !important;
}

.text-semi-bold {
	font-weight: 600 !important;
}

.text-bold {
	font-weight: 700 !important;
}

.text-bold p {
	font-weight: 700 !important;
}


/*--------------------b) Image-properties----------------------*/

.rounded-border {
	border-radius: 10px !important;
}

.semi-rounded {
	border-radius: 5px !important;
}

.no-rounded {
	border-radius: 0px !important;
}

.shadow-primary {
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.full-width {
	width: 100%;
}

.half-width {
	min-width: 50%;
}

.full-height {
	height: 100%;
}


/*--------------------c) Buttons----------------------*/

.primary-button {
	background: #4aa92c;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.primary-button:hover {
	background: #2b6f16;
	color: #fff;
}

.primary-button-bordered {
	background: transparent;
	color: #eb2e06;
	border: 2px solid #eb2e06;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.primary-button-bordered.button-lg {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	padding: 13px 38px 13px 38px !important;
}

.primary-button-bordered:hover {
	background: #eb2e06;
	color: #fff;
}

.white-button {
	background: #fff;
	transition: background-position 0.5s;
	color: #111;
	border: 1px solid #ccc;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.white-button:hover {
	color: #111;
	transform: translateY(-.4rem);
	box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
}

.dark-button {
	background: #155202;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.dark-button:hover {
	color: #fff;
	background: #eb2e06;
}

.bordered-button {
	background: transparent;
	border: 2px solid #eb2e06;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	border-radius: 50px;
	padding: 10px 15px 10px 15px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.bordered-button:hover {
	border: 2px solid #eb2e06;
	background: #eb2e06;
	color: #fff;
}

.slider-btn {
	font-family: inherit !important;
	transition: 0.3s !important;
}

.button-tag {
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin: 5px 0px 0px 0px;
	padding: 8px 15px 8px 15px !important;
}

.button-xs {
	display: inline-block;
	font-size: 10px;
	font-weight: 500;
	padding: 8px 17px 8px 17px;
}

.button-sm {
	display: inline-block;
	font-weight: 500;
	font-size: 12px;
	padding: 11px 22px 11px 22px;
}

.button-md {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	padding: 13px 25px 13px 25px;
}

.button-lg {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	padding: 14px 38px 14px 38px !important;
}

.pricing-box-1-button {
	position: relative;
	margin-top: 25px;
}

.pricing-box-1-button a {
	background: transparent;
	font-weight: 500;
	color: #eb2e06;
	display: inline-block;
	border: 2px solid #eb2e06;
	border-radius: 5px;
	padding: 8px 22px;
}

.pricing-box-1-button a:hover {
	background: #eb2e06;
	color: #fff;
}

.menu-tag {
	display: inline-block;
	background: #eb2e06;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	border-radius: 5px;
	padding: 3px 5px;
	margin-left: 5px;
}


/*--------------------d) Lists----------------------*/

.primary-list {
	padding-left: 0px;
}

.primary-list li {
	list-style-type: none;
    color: #222;
    font-size: 13px;
    font-weight: 500;
    margin-top: 30px;

}

.primary-list li i {
	color: #eb2e06;
	padding-right: 10px;
}

.dark-list {
	padding-left: 0px;
}

.dark-list li {
	list-style-type: none;
	color: #222;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}

.dark-list li i {
	color: #222;
	padding-right: 10px;
}

.white-list {
	padding-left: 0px;
}

.white-list li {
	list-style-type: none;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}

.white-list li i {
	color: #eb2e06;
	padding-right: 15px;
}


/*--------------------e) Color Control----------------------*/

.primary-color,
.primary-color h1,
.primary-color h2,
.primary-color h3,
.primary-color h4,
.primary-color h5,
.primary-color h6,
.primary-color p,
.primary-color i,
.primary-color span {
	color: #eb2e06 !important;
}

.dark-color h1,
.dark-color h2,
.dark-color h3,
.dark-color h4,
.dark-color h5,
.dark-color h6,
.dark-color p,
.dark-color i,
.dark-color span {
	color: #111 !important;
}

.white-color,
.white-color h1,
.white-color h2,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color h6,
.white-color p,
.white-color i,
.white-color span {
	color: #fff !important;
}


/*--------------------f) Video Box----------------------*/

.video-video-box {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.video-video-box img {
	width: 100%;
}

.video-video-box-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	transition: .5s ease;
}

.video-video-box-button {
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.video-video-box-button button {
	color: #fff;
	font-size: 25px;
	background: rgba(0, 0, 0, .8);
	width: 100px;
	height: 100px;
	border-radius: 50%;
	padding-top: 5px;
	padding-left: 12px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.video-video-box-button button:hover {
	color: #111;
	background: #fff;
}

@media (max-width: 991px) {
	.video-video-box-button button {
		color: #222;
		font-size: 15px;
		background: rgba(255, 255, 255, .7);
		width: 60px;
		height: 60px;
		border-radius: 50%;
		padding-top: 1px;
		padding-left: 9px;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
	}
}


/*--------------------g) Pagination----------------------*/

.paginator {
	display: inline-block;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #2d2d2d;
	background: #f1f1f1;
	padding: 10px 15px 10px 15px;
	margin: 3px;
}

.paginator:hover {
	color: #fff;
	background: #bda87f;
}

.paginator:focus {
	color: #fff;
	background: #bda87f;
}

.active-page {
	color: #fff;
	background: #bda87f;
}


/*--------------------h) Borders----------------------*/

.border-top {
	border-top: 1px solid #ececec !important;
}

.border-bottom {
	border-bottom: 1px solid #ececec;
}

.border-left {
	border-left: 1px solid #ececec;
}

.border-right {
	border-right: 1px solid #ececec;
}

.border-full {
	border: 1px solid #ececec;
}


/*--------------------i) Animations----------------------*/

@-webkit-keyframes pulse {
	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	75% {
		-webkit-transform: scale(.85);
		transform: scale(.85);
	}
}

@keyframes pulse {
	25% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	75% {
		-webkit-transform: scale(.85);
		-ms-transform: scale(.85);
		transform: scale(.85);
	}
}


/*--------------------f) Overlays----------------------*/

.black-overlay-5:before {
	background: rgba(0, 0, 0, 0.05);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

/*-------------------- Brand Overrides for Vayura ----------------------*/
:root {
  --brand-gold: #cfad3f;
  --brand-gold-dark: #b5902f;
  --brand-cream: #f5e7b1;
  --brand-black: #050505;
  --brand-charcoal: #111111;
}

html, body {
  background: var(--brand-black);
  color: var(--brand-cream);
}

body {
  color: #ccc;
}

.feature-card {
  background: #111;
  border: 1px solid rgba(207, 173, 63, 0.2);
  border-radius: 24px;
  padding: 35px 28px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform .35s ease, box-shadow .35s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0,0,0,0.28);
}

.feature-card-sm {
  min-height: 320px;
  height: 100%;
}

.feature-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(207, 173, 63, 0.14);
  color: var(--brand-gold);
  font-size: 28px;
  margin-bottom: 24px;
}

.feature-card h4,
.feature-card h5 {
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.3;
}

.feature-card p {
  color: #ccc;
  flex: 1;
  margin-bottom: 22px;
}

.feature-card .readmore {
  color: var(--brand-gold);
  font-weight: 600;
}

.feature-card .readmore:hover {
  color: #fff;
}

a {
  color: var(--brand-gold);
}
a:hover,
a:focus {
  color: #ffe28f;
}

#top-bar {
  background: #090909;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.top-bar-welcome li,
.top-bar-info li,
.top-bar-info li i {
  color: var(--brand-gold) !important;
}

.social-icons li a {
  color: #fff;
}

.social-icons a:hover {
  color: var(--brand-gold) !important;
}

.navigation,
.navigation-fixed-wrapper,
.nav-menus-wrapper {
  background: var(--brand-black) !important;
}

.nav-menu > li > a {
  color: #f4e6b5 !important;
}

.nav-menu > li > a:hover,
.nav-menu > li > a:focus,
.nav-menu > li > a.active {
  color: var(--brand-gold) !important;
}

.main-logo {
  max-height: 70px;
  width: auto;
}

.nav-toggle:before {
  background-color: var(--brand-gold) !important;
  box-shadow: 0 0.5em 0 0 var(--brand-gold), 0 1em 0 0 var(--brand-gold) !important;
}

.page-title-section,
.section-block-parallax,
.notice-section,
.notice-section-grey,
.section-block,
.section-block-grey {
  background: #070707 !important;
}

.page-title-section {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.page-title-section h1,
.page-title-section ul li a {
  color: #fff !important;
}

/* Empowerment Section - Benefits & Stats */
.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}

.benefit-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform 0.3s ease;
}

.benefit-item:hover {
  transform: translateX(10px);
}

.benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background: rgba(207, 173, 63, 0.15);
  border: 2px solid var(--brand-gold);
  color: var(--brand-gold);
  font-size: 20px;
}

.benefit-text h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
}

.benefit-text p {
  color: #b8b8b8;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 30px;
}

.stat-item {
  background: rgba(207, 173, 63, 0.05);
  border: 2px solid rgba(207, 173, 63, 0.2);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.stat-item:hover {
  background: rgba(207, 173, 63, 0.12);
  border-color: var(--brand-gold);
  transform: translateY(-5px);
}

.stat-number {
  font-size: 36px;
  font-weight: 700;
  color: var(--brand-gold);
  line-height: 1;
  margin-bottom: 12px;
}

.stat-label {
  font-size: 14px;
  color: #b8b8b8;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .benefit-item {
    gap: 15px;
  }
  
  .benefit-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 16px;
  }
  
  .benefit-text h6 {
    font-size: 14px;
  }
  
  .benefit-text p {
    font-size: 12px;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .stat-item {
    padding: 25px 15px;
  }
  
  .stat-number {
    font-size: 28px;
  }
}

/* Banner Section Styling */
.banner-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  animation: fadeInDown 1s ease-out;
}

.banner-divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--brand-gold), transparent);
  margin: 25px auto;
  display: block;
}

.banner-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: #f0f0f0;
  max-width: 700px;
  margin: 20px auto 0 auto;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 1s ease-out 0.2s both;
}

.banner-cta {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  animation: fadeInUp 1s ease-out 0.4s both;

  display: flex;
  gap: 20px;
  align-items: center;
  animation: fadeInUp 1s ease-out 0.4s both;
}

.banner-cta .primary-button {
  background: var(--brand-gold);
  color: var(--brand-black);
  border: 2px solid var(--brand-gold);
  transition: all 0.3s ease;
}

.banner-cta .primary-button:hover {
  background: transparent;
  color: var(--brand-gold);
  box-shadow: 0 0 20px rgba(207, 173, 63, 0.5);
}

.banner-cta .dark-button {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
  transition: all 0.3s ease;
}

.banner-cta .dark-button:hover {
  background: var(--brand-gold);
  color: var(--brand-black);
  border-color: var(--brand-gold);
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile Banner Responsiveness */
@media (max-width: 768px) {
  .banner-title {
    font-size: 32px;
  }
  
  .banner-subtitle {
    font-size: 16px;
  }
  
  .banner-cta {
    flex-direction: column;
    gap: 15px;
  }
  
  .banner-cta a {
    width: 100%;
    text-align: center;
  }
}

/* Utility Classes */
.ml-20 {
  margin-left: 20px;
}

.page-title-section ul li a:hover {
  color: var(--brand-gold) !important;
}

.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5 {
  color: #f5e7b1 !important;
}

.section-heading-line,
.section-heading-line-left,
.menu-tag,
.primary-color,
.primary-button,
.bordered-button,
.pricing-box-1-button a,
.counter-box p:before,
.counter-box.left-holder p:before {
  background: var(--brand-gold) !important;
  border-color: var(--brand-gold) !important;
}

.primary-button,
.dark-button,
.bordered-button,
.primary-button-bordered {
  background: var(--brand-gold) !important;
  color: #111 !important;
  border-color: var(--brand-gold) !important;
}

.primary-button:hover,
.dark-button:hover,
.bordered-button:hover,
.primary-button-bordered:hover {
  background: var(--brand-gold-dark) !important;
  color: #111 !important;
}

.white-button {
  background: #111 !important;
  color: var(--brand-gold) !important;
  border-color: var(--brand-gold) !important;
}

.footer,
footer {
  background: #080808 !important;
  color: #ddd !important;
}

footer a,
.footer-list li a {
  color: var(--brand-gold) !important;
}

footer a:hover,
.footer-list li a:hover {
  color: #fff !important;
}

.footer-tags p,
footer h3,
.footer h3 {
  color: #f5e7b1 !important;
}

.service-box {
  background: #111 !important;
  border: 1px solid rgba(223, 184, 72, 0.18) !important;
}

.service-box:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.text-content p,
p,
.text-content-big p,
.counter-box p {
  color: #dcd6c2 !important;
}

.primary-list li {
  color: #d0c7a4 !important;
}

.primary-list li i,
.white-list li i {
  color: var(--brand-gold) !important;
}

.section-block-parallax {
  background: linear-gradient(180deg, rgba(5,5,5,0.95) 0%, rgba(15,15,15,0.95) 100%) !important;
}

.main-video-section .main-video-overlay {
  background: rgba(0, 0, 0, 0.56) !important;
}

#top-bar,
.nav-menu > li > a,
.top-bar-info li,
.top-bar-welcome li {
  color: #f5e7b1 !important;
}

.nav-logo > img {
  height: 60px !important;
}


.black-overlay-10:before {
	background: rgba(0, 0, 0, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-20:before {
	background: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-30:before {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-40:before {
	background: rgba(0, 0, 0, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-50:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-60:before {
	background: rgba(0, 0, 0, 0.6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-70:before {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-80:before {
	background: rgba(0, 0, 0, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-90:before {
	background: rgba(0, 0, 0, 0.9);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.black-overlay-100:before {
	background: rgba(0, 0, 0, 1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}


/*-----------------------------------------8. Preloader-------------------------------------------*/

#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #050505;
	display: table;
	text-align: center;
}

.loader {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	position: relative;
	width: 200px;
	height: 200px;
}

.loader-icon {
	width: 80px;
	height: 80px;
	border: 2px solid #cfad3f;
	border-right-color: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	position: relative;
	animation: loader-rotate 1s linear infinite;
	margin: 0 auto;
}

@keyframes loader-rotate {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}


/*-----------------------------------------9. Scroll To Top Button-------------------------------------------*/

.scroll-to-top {
	font-size: 20px;
	padding: 6px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 10px;
	display: none;
	border-radius: 50%;
	background: #333;
	width: 40px;
	height: 40px;
	z-index: 9999;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.scroll-to-top i {
	color: #fff;
}

.scroll-to-top:hover {
	color: #111;
	background: #fff;
}

.scroll-to-top:hover i {
	color: #111;
}

.scroll-to-top:visited {
	color: #111;
	text-decoration: none;
}


/*-----------------------------------------10. Number Boxes-------------------------------------------*/

.number-box {
	text-align: center;
	padding: 20px;
	margin: 15px 0px;
	background: #fff;
	border-radius: 3px;
}

.number-box h3 {
	color: #111;
	line-height: 1;
	font-size: 60px;
	font-weight: 200;
}

.number-box-line {
	content: '';
	border-bottom: 1px dashed #dedede;
	width: 100%;
	margin: 20px auto;
}

.number-box-line:before {
	content: '';
	display: block;
	margin: auto;
	margin-bottom: -7.5px;
	height: 15px;
	width: 15px;
	border: 2px solid #eb2e06;
	background: #fff;
	border-radius: 50%;
}

.number-box h4 {
	color: #111;
	font-size: 20px;
	font-weight: 400;
}

.number-box p {
	color: #403e3e;
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;
	line-height: 1.5;
}

.plane-box {
	margin: 0 auto;
	text-align: center;
}

.plane-box-item {
	position: relative;
	display: inline-block;
	width: 33.33%;
	margin-right: -3px;
	padding-right: 70px;
	padding-left: 70px;
}

.plane-box-item:after {
	position: absolute;
	top: 14px;
	left: 50%;
	display: block;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #eb2e06;
	opacity: 0.2;
}

.plane-box-item:last-child:after {
	content: none;
}

.plane-box-text {
	position: relative;
	display: inline-block;
}

.plane-box-text h3 {
	color: #ccc;
	font-size: 50px;
	font: italic 60px Lora;
	margin: 15px 0px;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.plane-box-item:hover .plane-box-text h3 {
	color: #222;
}

.plane-box-text h4 {
	color: #222;
	font-size: 20px;
	font-weight: 500;
	margin: 15px 0px;
}

.plane-box-text p {
	color: #403e3e;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
}

.plane-box-decor {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 29px;
	height: 29px;
}

.plane-box-decor:after {
	background-color: #eb2e06;
	display: block;
	width: 1px;
	height: 15px;
	margin: 19px auto 0;
	content: '';
}

.plane-box-decor:before {
	background-color: #eb2e06;
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 9px;
	height: 9px;
	content: '';
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(207, 81, 90, 0.2);
}

@media (max-width: 991px) {
	.plane-box-item {
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media (max-width: 768px) {
	.plane-box-item {
		padding-right: 20px;
		padding-left: 20px;
	}
}

@media (max-width: 425px) {
	.plane-box-item {
		display: block;
		width: 100%;
		padding-bottom: 25px;
		margin: 15px 0px;
	}
	.plane-box-item:after {
		display: none;
	}
}

@media (min-width: 1440px) {
	.plane-box-decor {
		display: table;
	}
	.plane-box-decor {
		margin: 0 auto !important;
	}
}


/*-----------------------------------------11. Service Boxes-------------------------------------------*/


/*--------------Styles 1----------------*/

.owl-carousel .service-box {
	margin: 15px 15px 25px 15px;
}

.service-box {
	background: #fff;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 5px;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
	-moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
	box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.12);
	margin: 15px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	cursor: pointer;
}

.service-inner-box {
	padding: 0px 20px 20px 20px;
}

.service-icon-box {
	width: 25%;
	float: left;
	padding-top: 5px;
}

.service-content-box {
	width: 75%;
	float: left;
}

.service-box img {
	width: 100%;
	margin-bottom: 25px;
}

.service-box h3 {
	color: #111;
	font-size: 17px;
	font-weight: 500;
}
.service-box h3 a {
	color: #155202;
}
.service-box p {
	color: #403e3e;
	font-size: 15px;
	font-weight: 400;
	margin-top: 10px;
}

.service-box i {
	color: #eb2e06;
	font-size: 53px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

@media (max-width: 991px) {
	.service-box i {
		font-size: 33px;
	}
}

@media (max-width: 767px) {
	.service-box i {
		font-size: 45px;
	}
}

.service-box:hover i {
	color: #111;
}


/*--------------Styles 2----------------*/

.service-block {
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.service-block img {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 10px;
}

.service-block-number {
	width: 15%;
	float: left;
}

.service-block-title {
	width: 75%;
	float: left;
}

.service-block-number h5 {
	color: #155202;
	font-size: 35px;
	font-weight: 500;
}

.service-block-title h4 {
	color: #eb2e06;
	font-size: 17px;
	font-weight: 500;
	padding-top: 12.5px;
	padding-left: 10px;
}

.service-block-title h4 a:hover {
	color: #eb2e06;
}

.service-block p {
	color: #403e3e;
	font-size: 15px;
	font-weight: 400;
}


/*--------------Styles 3----------------*/

.service-simple {
	position: relative;
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 5px;
	overflow: hidden;
	margin: 15px 0px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}

.service-simple img {
	width: 100%;
}

.service-simple-inner {
	position: relative;
	padding: 25px 25px 20px 25px;
}

.service-simple h4 {
	font-size: 20px;
	color: #111;
	font-weight: 500;
	margin-bottom: 10px;
}

.service-simple h4:before {
	content: '●';
	color: #eb2e06;
	margin-right: 10px;
}

.service-simple p {
	font-size: 15px;
	color: #403e3e;
	line-height: 1.7;
	margin-bottom: 0px;
}

.service-simple-button a {
	display: inline-block;
	background: #111;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	margin: 15px 0px 2px 0px;
	padding: 15px 20px 15px 20px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.service-simple-button a:hover {
	background: #eb2e06;
}


/*--------------Styles 4----------------*/

.service-box-car-2 {
	display: block;
	background: #fff;
	text-align: center;
	box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.07);
	border-radius: 5px;
	padding: 30px 25px;
	margin: 15px;
	margin-bottom: 30px;
}

.service-box-car-2 i {
	display: block;
	color: #eb2e06;
	font-size: 55px;
	margin-bottom: 5px;
}

.service-box-car-2 h4 {
	color: #111;
	font-size: 18px;
	margin: 18px 0px;
}

.service-box-car-2 p {
	font-size: 15px;
	color: #999;
	line-height: 1.7;
	margin-bottom: 0px;
}


/*-----------------------------------------12. Clients-------------------------------------------*/

.clients img {
	opacity: .5;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.clients img:hover {
	opacity: 1;
}


/*-----------------------------------------13. Feature Boxes-------------------------------------------*/


/*--------------Styles 1----------------*/

.simple-feature-box {
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	margin: 15px 0px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.simple-feature-box:hover {
	-webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.26);
	-moz-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.26);
	box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.26);
}

.simple-feature-box-icon {
	text-align: center;
	margin: auto;
}

.simple-feature-box-icon i {
	font-size: 18px;
	width: 32px;
	height: 32px;
	color: #fff;
	background: #eb2e06;
	border-radius: 50%;
	padding: 6.5px;
	padding-left: 9px;
}

.simple-feature-box-content h4 {
	font-size: 18px;
	color: #111;
	font-weight: 500;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.simple-feature-box-content {
		padding-left: 25px;
	}
}


/*--------------Styles 2----------------*/

.feature-block {
	position: relative;
	text-align: center;
	background: #fff;
	padding: 15px;
	margin: 15px 0px;
}

.feature-block-icon i {
	color: #eb2e06;
	font-size: 55px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.feature-block h4 {
	color: #111;
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0px 10px 0px;
}

.feature-block p {
	font-size: 15px;
	color: #999;
	line-height: 1.7;
	margin-bottom: 0px;
}

.feature-block:hover .feature-block-icon {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}


/*--------------Styles 3----------------*/

.feature-box {
	position: relative;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
	margin: 20px 0px 20px 0px;
	-webkit-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
	-moz-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
	box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.feature-box:hover {
	-webkit-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
	-moz-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
	box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
}

.feature-box i {
	color: #eb2e06;
	font-size: 60px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.feature-box:hover i {
	color: #111;
}

.feature-box h4 {
	color: #111;
	font-size: 18px;
	font-weight: 500;
	line-height: 170%;
	margin: 15px 0px;
}

.feature-box p {
	color: #999;
	font-size: 14px;
	font-weight: 500;
	line-height: 170%;
}

.feature-box-3 {
	display: block;
	text-align: center;
	background: #fff;
	border-radius: 4px;
	margin: 15px 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.feature-box-3 i {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #eb2e06;
	font-size: 55px;
	background-image: linear-gradient(to bottom, rgba(210, 30, 43, .1), transparent);
	width: 125px;
	height: 125px;
	border-radius: 50%;
	margin: 0 auto 15px auto;
}

.feature-box-3 h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

.feature-box-3 p {
	font-size: 16px;
}


/*-----------------------------------------14. Progress Bars-------------------------------------------*/

.progress-text {
	font-size: 13px;
	font-weight: 500;
	color: #333;
	margin-bottom: 5px;
	margin-top: 20px;
}

.custom-progress {
	height: 5px;
	border-radius: 50px;
	box-shadow: none;
}

.custom-bar {
	height: 100%;
	background-color: #4aa92c;
	box-shadow: none;
}

.custom-bar-dark {
	height: 100%;
	background-color: #111;
	box-shadow: none;
}

.progress-medium {
	height: 8px;
	border-radius: 50px;
	box-shadow: none;
}

.progress-bold {
	height: 12px;
	border-radius: 50px;
	box-shadow: none;
}

/*-----------------------------------------17. Footer-------------------------------------------*/

footer {
	background: #111;
	padding: 60px 0px 20px 0px;
}

footer p {
	font-size: 14px;
	color: #999;
	line-height: 1.7;
}

footer h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: 1;
}

footer h3:after {
	content: '';
	display: block;
	width: 70px;
	height: 2px;
	background: #4aa92c;
	margin-top: 12px;
}

@media (max-width: 991px) {
	footer h3 {
		margin-top: 30px;
	}
}

.footer-social-icons ul li {
	display: inline-block;
	background: #333;
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 5px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.footer-social-icons ul li a {
	display: block;
	font-size: 15px;
	color: #fff;
	width: 35px;
	height: 35px;
	padding: 11px;
	padding-top: 8px;
}

.footer-social-icons ul li:hover {
	background: #eb2e06;
}

.footer-list {
	margin-top: 20px;
}

.footer-list li {
	list-style-type: none;
	color: #aaa;
	padding: 6px 0px;
}

.footer-list li a:before {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #aaa;
	padding-right: 8px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.footer-list li a {
	font-size: 15px;
	font-weight: 400;
	color: #aaa;
}

.footer-list li a:hover {
	color: #fff;
}

.footer-list li a:hover:before {
	color: #fff;
}

.footer-recent-post {
	margin: 15px 0px;
}

.footer-recent-post-thumb {
	float: left;
	width: 25%;
}

.footer-recent-post-content {
	float: left;
	width: 75%;
	padding-left: 10px;
}

.footer-recent-post-content a {
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin-top: 5px;
}

.footer-recent-post-content span {
	color: #ccc;
	font-size: 13px;
	font-weight: 400;
}

.footer-tags a {
	display: inline-block;
	font-size: 11px;
	padding: 10px 15px;
	color: #fff;
	font-weight: 400;
	background: #222;
	margin-top: 4px;
	border-radius: 5px;
}

.footer-tags a:hover {
	background: #eb2e06;
}

.footer-about-text {
	text-align: justify;
}

.footer-bar {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding-top: 20px;
	margin-top: 30px;
}

.footer-bar span {
	color: #4aa92c !important;
	font-size: 15px;
	font-weight: 400;
}

.footer-bar p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}



/*-----------------------------------------24. Video Section-------------------------------------------*/


/*--------------Inner Video Sections----------------*/

.video-section {
	width: 100%;
	height: auto;
}

.video-overlay {
	background: rgba(0, 0, 0, .6);
}

.video-content {
	text-align: center;
	padding: 50px 0px;
}


/*--------------Top Video Section----------------*/

.main-video-section {
	position: relative;
	height: 550px;
}

.main-video-content {
	position: relative;
	text-align: center;
	height: 550px;
	/* Center text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media (max-width: 767px) {
	.main-video-section {
		height: auto;
	}
	.main-video-content {
		height: auto;
		padding: 50px 0px;
	}
}

.main-video-overlay {
	background: rgba(0, 0, 0, .7);
}

.main-video-content h2 {
	position: relative;
	font-size: 60px;
	font-weight: 400;
	color: #111;
	margin: 5px 0px;
}

@media (max-width: 767px) {
	.main-video-content h2 {
		font-size: 30px;
		font-weight: 400;
	}
}

.main-video-content h3 {
	position: relative;
	font-size: 50px;
	font-weight: 400;
	margin: 5px 0px;
}

@media (max-width: 767px) {
	.main-video-content h3 {
		font-size: 30px;
		font-weight: 400;
	}
}

.main-video-content h4 {
	position: relative;
	font-size: 40px;
	font-weight: 400;
	color: #111;
	margin: 5px 0px;
}

.main-video-content h5 {
	position: relative;
	font-size: 30px;
	font-weight: 400;
	color: #111;
	margin: 5px 0px;
}

.main-video-content h6 {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	color: #111;
	margin: 5px 0px;
}

@media (max-width: 767px) {
	.main-video-content h6 {
		font-size: 15px;
		font-weight: 400;
	}
}


/*-----------------------------------------27. Accordions-------------------------------------------*/

.accordion {
	background: transparent;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ececec;
	border-radius: 0px !important;
}

.accordion-heading {
	border-radius: 0px;
	padding: 0px;
}

.accordion-title a {
	font-size: 15px;
	font-weight: 600;
	color: #111;
	line-height: 1;
	display: block;
	padding: 20px 0px 25px 0px;
	border-radius: 0px;
}

.accordion-title a:after {
	content: '\f107';
	font-size: 18px;
	font-family: "FontAwesome";
	color: #eb2e06;
	float: right;
}

.accordion-title .collapsed:after {
	content: '\f105';
	font-size: 18px;
	font-family: "FontAwesome";
	color: #333;
	float: right;
}

.accordion-body {
	font-size: 15px;
	font-weight: 400;
	color: #403e3e;
	line-height: 170%;
	text-align: left;
	border: none !important;
	padding: 0px;
	padding: 18px 0px 30px 0px;
}

.accordion-body p {
	margin-bottom: 0px;
}

.panel-body {
	border-top: 1px solid #eee !important;
}

.panel-default>.panel-heading {
	color: #333;
	background-color: transparent !important;
	border-color: #ddd;
}


/*Grey Accordions*/

.panel-grey>.panel-heading a {
	color: #111;
	background-color: #f7f7f7 !important;
	border: none !important;
	border-radius: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 5px;
}

.panel-grey {
	border: none !important;
}

.panel-grey .panel-body {
	border: none !important;
}

.panel-grey .accordion-title a:after {
	content: '\f056';
	font-size: 18px;
	font-family: "FontAwesome";
	color: #eb2e06;
	float: right;
}

.panel-grey .accordion-title .collapsed:after {
	content: '\f055';
	font-size: 18px;
	font-family: "FontAwesome";
	color: #333;
	float: right;
}


/*-----------------------------------------28. Service Single-------------------------------------------*/

.services-single-menu {
	border: 1px solid #ececec;
}

.services-single-menu ul li {
	border-bottom: 1px solid #ececec;
	background: #fff;
}

.services-single-menu ul li:last-child {
	border-bottom: none;
}

.services-single-menu ul li:hover {
	background: #f9f9f9;
}

.services-single-menu ul li a {
	display: block;
	color: #111;
	font-size: 15px;
	font-weight: 500;
	padding: 17px 0px 17px 15px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.services-single-menu ul li a:hover {
	-webkit-box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
	-moz-box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
	box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
}

.services-active {
	-webkit-box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
	-moz-box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
	box-shadow: 3px 0px 0px 0px rgba(210, 30, 43, 1) inset;
}

.services-single-left-heading h4 {
	color: #111;
	font-size: 18px;
	font-weight: 500;
}

.services-single-left-heading h4:after {
	content: " ";
	display: block;
	background: #eb2e06;
	width: 50px;
	height: 2px;
	margin-top: 8px;
}

.section-single-heading h4 {
	color: #111;
	font-size: 20px;
	font-weight: 500;
}

.section-single-heading h4:after {
	content: " ";
	display: block;
	background: #eb2e06;
	width: 60px;
	height: 2px;
	margin-top: 8px;
}

.chartjs-render-monitor {
	margin-top: 20px;
	display: block;
	height: auto;
	width: 100%;
}

.download-file-button {
	background: #f8f7f6;
	border-radius: 5px;
	margin: 40px 0px;
	padding: 25px 50px;
	-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.download-file-button:hover {
	-webkit-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	-moz-box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
	box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.28);
}

.download-file-button h5 {
	display: inline-block;
	color: #111;
	font-size: 20px;
	font-weight: 400;
	margin-top: 8px;
}

.download-file-button h5 span {
	color: #888;
	font-size: 18px;
	font-weight: 400;
	margin-left: 10px;
}

.download-file-button i {
	font-family: FontAwesome;
	display: inline-block;
	float: right;
	font-size: 40px;
	color: #eb2e06;
}


/*-----------------------------------------29. Callback-------------------------------------------*/


/*Style 1*/

.callback-box {
	position: relative;
	background: #f7f7f7;
	border: 1px solid #ececec;
	border-radius: 5px;
	padding: 25px 15px;
}

.callback-box-form input {
	width: 100%;
	background: #fff;
	color: #111;
	font-weight: 400;
	padding: 12px 10px;
	border: none;
	border-radius: 5px;
	margin: 5px 0px;
}

.callback-box-form button {
	display: block;
	width: 100%;
	background: #eb2e06;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	border-radius: 50px;
	margin-top: 5px;
	padding: 10px 15px 10px 15px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.callback-box-form button:hover {
	background: #111;
}


/*Style 2*/

.callback-form input {
	position: relative;
	display: block;
	width: 100%;
	background: #fff;
	color: #111;
	font-weight: 400;
	padding: 16px 16px;
	border: none;
	border-radius: 5px;
	margin: 15px 0px;
}

/*-----------------------------------------36. Contact-------------------------------------------*/


/*----------- Style 1-------------*/

.contact-form input {
	font-weight: 500 !important;
	border-radius: 5px;
	font-size: 13px;
	border: 1px solid #f6f7f8;
	background: #f6f7f8;
	color: #777 !important;
	outline: none;
	width: 100%;
	padding: 14px;
	margin: 10px 0px;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.contact-form textarea {
	font-weight: 500 !important;
	border-radius: 5px;
	font-size: 13px;
	border: 1px solid #f6f7f8;
	background: #f6f7f8;
	color: #777 !important;
	outline: none;
	width: 100%;
	padding: 14px;
	margin: 10px 0px;
	margin-bottom: 5px;
	min-height: 200px;
	overflow: hidden;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.contact-form input:focus,
.contact-form textarea:focus {
	background: #fff;
	border-color: #ececec;
}

.contact-form button {
	display: inline-block;
	background: #111;
	color: #fff;
	font-size: 14px;
	width: 100%;
	font-weight: 500;
	border-radius: 10px;
	padding: 15px 30px 15px 30px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	margin-top: 15px;
}

.contact-form button:hover {
	background: #eb2e06;
}


/*INFO*/

.contact-info-box {
	padding: 0px 15px;
}

.contact-info-section {
	border-bottom: 1px solid #ececec;
	padding: 25px 0px;
	margin-bottom: 0px;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.contact-info-section i {
	width: 60px;
	height: 60px;
	padding-top: 17px;
	border-radius: 50%;
	background: #eb2e06;
	color: #fff;
	font-size: 25px;
	margin-top: 5px;
}

.contact-info-section h4 {
	color: #111;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.contact-info-section p {
	color: #403e3e;
	font-size: 15px;
	font-weight: 400;
}

#map {
	height: 400px;
	width: 100%;
}

.submit_btn{
	cursor:pointer;
}

/*-----------------------------------------37. Tabs-------------------------------------------*/


/*----------- Default Tabs-------------*/

.default-tabs .tabs {
	position: relative;
}

.default-tabs .tabs .tab-menu li {
	background: #f7f7f7;
	display: inline-block;
	text-align: center;
}

.default-tabs .tabs .tab-menu li a {
	color: #111;
	display: block;
	font-size: 15px;
	font-weight: 500;
	padding: 18px 24px;
	text-decoration: none;
}

.default-tabs .tabs .tab-menu li a i {
	color: #eb2e06;
	display: inline-block;
	font-size: 15px;
	margin-right: 10px;
	text-decoration: none;
}

.default-tabs .tabs .tab-menu li:hover a,
.default-tabs .tabs .tabs li:hover i {
	color: #eb2e06;
}

.default-tabs .tab-menu .active-tab a,
.default-tabs .active-tab a i {
	color: #eb2e06 !important;
}

.default-tabs .tab-menu {
	margin-bottom: 4px;
}

@media screen and (max-width: 1200px) {
	.default-tabs .tabs .tab-menu li {
		background: #f7f7f7;
		display: inline-block;
		text-align: center;
		width: auto;
	}
	.default-tabs .tabs .tab-menu li a {
		color: #111;
		display: block;
		font-size: 15px;
		font-weight: 500;
		padding: 18px 24px;
		text-decoration: none;
	}
}

@media screen and (max-width: 767px) {
	.default-tabs .tabs .tab-menu li {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 4px;
	}
	.default-tabs .tab-menu .tabs li a {
		display: block;
		padding: 18px 14px;
	}
	.default-tabs .tab-menu .tabs li i {
		font-size: 25px;
	}
}

.tab-body {
	display: block;
	position: relative;
	padding: 25px;
	background: #f7f7f7 !important;
}

.tab-body h2 {
	font-size: 30px;
	color: #111;
	font-weight: 300;
	margin-bottom: 10px;
}

.tab-body h3 {
	font-size: 25px;
	color: #111;
	font-weight: 500;
	margin-bottom: 10px;
}

.tab-body h4 {
	font-size: 20px;
	color: #111;
	font-weight: 500;
	margin-bottom: 10px;
}

.tab-body h5 {
	font-size: 15px;
	color: #111;
	font-weight: 500;
	margin-bottom: 10px;
}

.tab-body h2:after,
.tab-body h3:after,
.tab-body h4:after,
.tab-body h5:after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #eb2e06;
	margin-top: 10px;
	margin-bottom: 10px;
}

.tab-body p {
	font-size: 15px;
	color: #403e3e;
	line-height: 1.7;
	font-weight: 400;
	margin: 5px;
}


/*----------- Icon Tabs-------------*/

.big-icon-tabs .tabs {
	position: relative;
}

.big-icon-tabs .tabs .tab-menu li {
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

.big-icon-tabs .tabs .tab-menu li:last-child {
	margin-right: 0px;
}


.big-icon-tabs .tabs .tab-menu li a {
	background: #ececec;
	color: #111;
	display: block;
	font-size: 13.2px;
	font-weight: 500;
	padding: 18px 19px;
	text-decoration: none;
	border-top: 2px solid #ececec;
}

.big-icon-tabs .tabs .tab-menu li a i {
	color: #eb2e06;
	display: block;
	font-size: 40px;
	margin-bottom: 10px;
	text-decoration: none;
}

.big-icon-tabs .tabs .tab-menu li:hover a,
.big-icon-tabs .tabs .tabs li:hover i {
	color: #eb2e06;
}

.big-icon-tabs .tab-menu .active-tab a,
.big-icon-tabs .active-tab a i {
	border-color: #eb2e06 !important;
}

.big-icon-tabs .tab-menu .active-tab a {
	background: #f7f7f7 !important;
}

@media screen and (max-width: 1200px) {
	.big-icon-tabs .tabs .tab-menu li {
		background: #f7f7f7;
		display: inline-block;
		text-align: center;
		width: auto;
	}
	.big-icon-tabs .tabs .tab-menu li a {
		color: #111;
		display: block;
		font-size: 15px;
		font-weight: 500;
		padding: 18px 24px;
		text-decoration: none;
	}
}

@media screen and (max-width: 767px) {
	.big-icon-tabs .tabs .tab-menu li {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 4px;
	}
	.big-icon-tabs .tab-menu .tabs li a {
		display: block;
	}
	.big-icon-tabs .tab-menu .tabs li i {
		font-size: 25px;
	}
}


/*-----------------------------------------38. Owl Carousel-------------------------------------------*/

.custom-dot {
	display: inline-block;
	z-index: 1;
	margin-top: 30px;
}

.custom-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #cecece;
	cursor: pointer;
	display: block;
	border: 1px solid #fff;
	-webkit-backface-visibility: visible;
	border-radius: 30px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.custom-dot span:hover {
	background: #aaa;
	-webkit-backface-visibility: visible;
	border-radius: 30px;
}

.custom-dot.active span {
	width: 12px;
	height: 12px;
	background: #eb2e06;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

.owl-nav i {
	color: #111;
	font-size: 20px;
	padding-top: 10px;
}

.owl-nav .owl-prev {
	color: #eb2e06;
	font-size: 43px;
	left: 0%;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 50px;
	height: 50px;
	background: #fff !important;
	-webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}

.owl-nav .owl-next {
	color: #eb2e06;
	font-size: 43px;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	width: 50px;
	height: 50px;
	background: #fff !important;
	-webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}

.readmore
{
    color: #e4b637;
}	

.txt-center{
	text-align:center;
}
