@charset "UTF-8";
/*** LTR websites ***/
/*===================================================
	
	Project: consulto - landing page 
	Auther: Amin-Themes 
	Version: 1.0
	Last change: 20 Novmber 2020 
	Template Description: HTML5 landing page Template
	
====================================================*/
/*==
	01- global-rules and helper classes
	02- page-header
	03- page-hero section
	04- services-section
	05- about section
	06- portfolio section
	07- our-team section
	08- our-clients section
	09- faq section
	10- testimonials section
	11- contact-us section
	12- take-action section
	13- page-footer section
	14- demos page
	15- Coloring classes 
	16- Dark Theme Rules
===*/
/* 01- start global, helper classes , Components Rules*/
/*========== Start Global Rules ==========*/
.line-on-center, .line-on-side {
	display: block;
	width: 8px;
	height: 8px;
	margin: 1rem auto;
	position: relative;
	background: #ef6438;
	border-radius: 50%;
}

.line-on-center:before, .line-on-side:before, .line-on-center:after, .line-on-side:after {
	content: '';
	position: absolute;
	background: inherit;
	width: inherit;
	height: inherit;
	border-radius: 50%;
}

.line-on-center:before, .line-on-side:before {
	left: -1rem;
}

.line-on-center:after, .line-on-side:after {
	left: 1rem;
}

body {
	font-family: "Nunito", "sans-serif";
	direction: ltr;
	text-align: left;
	position: relative;
	background: #000;
}

section {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.plain-section {
	overflow: visible;
	padding: 0;
}

.section-watermark {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(10%, 50%);
	font-size: 5rem;
	font-weight: 900;
	color: inherit;
	opacity: .05;
	-webkit-text-fill-color: transparent;
	line-height: 1;
	-webkit-text-stroke: 2px;
}

.skewed-section {
	overflow: visible;
	position: relative;
	margin: 2rem 0;
}

.skewed-section::before, .skewed-section::after {
	content: '';
	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	background: #ef6438;
	transform: translateY(-50%) skewY(-1deg);
}

.skewed-section::before {
	top: 0;
}

.skewed-section::after {
	top: 100%;
}

.mega-section {
	padding: 2rem 0;
}

@media (max-width: 767px) {
	.mega-section {
		padding: 2rem 0;
	}
}

.elf-section {
	padding: 4rem 0;
}

@media (max-width: 767px) {
	.elf-section {
		padding: 3rem 0;
	}
}

@media (min-width: 1200px) {
	.container {
		min-width: 1170px;
	}
}


.hollow-text {
	-webkit-text-stroke-color: inherit;
	-webkit-text-stroke-width: 2px;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.featured-text {
	color: #ff4105;
	font-weight: bolder;
}

.tag-line {
	position: relative;
	font-size: 1rem;
	font-weight: 600;
	font-family: math;
	letter-spacing: 1px;
	text-align: left;
	display: inline-block;
	margin-bottom: 0;
	color: #fff;
	padding-right: .75rem;
	z-index: 5;
}

.tag-line::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ef6438;
	left: auto;
	right: 0;
}

.line-on-center {
	margin-left: auto;
	margin-right: auto;
}

.line-on-side {
	margin-left: 0;
	margin-right: auto;
}

.section-heading {
	margin-bottom: 3rem;
}

.section-heading.pad-line .section-title {
	position: relative;
	display: inline-block;
	z-index: 0;
}

.section-heading.pad-line .section-title:before {
	content: '';
	position: absolute;
	top: auto;
	bottom: 0;
	height: 30%;
	left: 0;
	right: 0;
	background: #ef6438;
	z-index: -1;
}

.section-heading.light-title .section-title {
	font-size: 2.5rem;
	font-weight: 500;
}

@media (max-width: 991px) {
	.section-heading.light-title .section-title {
		font-size: 2rem;
		font-weight: 800;
	}
}

.section-heading.side-heading {
	text-align: left;
	padding-right: 1.5rem;
}

.section-heading.side-heading .section-subtitle {
	margin: 0 auto;
}

.section-heading.center-heading {
	text-align: center;
}

.section-heading.center-heading .section-subtitle {
	width: 60%;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.section-heading.center-heading .section-subtitle {
		width: 80%;
	}
}

@media (max-width: 767px) {
	.section-heading.center-heading .section-subtitle {
		width: 100%;
	}
}

.section-heading .section-title {
	position: relative;
	margin-bottom: 1.25rem;
	font-family: "Merriweather", "sans-serif";
	font-size: 3rem;
	font-weight: 800;
	text-transform: capitalize;
	color: #fff;
	line-height: 1.3;
	display: inline-block;
	z-index: 0;
}

@media (max-width: 767px) {
	.section-heading .section-title {
		font-size: 2rem;
	}
}

@media (max-width: 575px) {
	.section-heading .section-title {
		font-size: 1.5rem;
	}
}

.section-heading .section-subtitle {
	margin: 0 auto;
	font-size: 1.1rem;
	font-weight: 400;
	text-transform: capitalize;
	color: #5f5f5f;
}

@media (max-width: 991px) {
	.section-heading .section-subtitle {
		width: 80%;
	}
}

@media (max-width: 767px) {
	.section-heading .section-subtitle {
		width: 100%;
		font-size: 1rem;
	}
}

.title-design-element {
	position: absolute;
	width: 80px;
	height: 80px;
	background-color: #ef6438;
	left: -40px;
	top: -20px;
	border-radius: 50%;
	bottom: 0;
	z-index: -1;
}

@media (max-width: 575px) {
	.title-design-element {
		width: 50px;
		height: 50px;
		left: 55px;
		top: -25px;
	}
}

body.overlay-is-grey .overlay-color {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	display: block;
	transition: all 0.5s ease-in-out 0s;
	background: #000;
	opacity: 0.3;
}

body.overlay-is-main-color .overlay-color {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	display: block;
	transition: all 0.5s ease-in-out 0s;
	background: #ef6438;
	opacity: 0.5;
}

body.overlay-is-accent-color .overlay-color {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	display: block;
	transition: all 0.5s ease-in-out 0s;
	background: #0a6336;
	opacity: 0.5;
}

body.overlay-is-linear-gradient .overlay-color {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	display: block;
	transition: all 0.5s ease-in-out 0s;
	background: -webkit-linear-gradient(45deg, #0a6336, #ef6438);
	opacity: 0.5;
}

.parallax {
	background-attachment: fixed !important;
}

.overlay-image-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	display: block;
	transition: all 0.5s ease-in-out 0s;
	opacity: .05;
	/*add  background-image value wherever you use this class to choose the custom image  */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.overlay-shape-image-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	display: block;
	transition: all 0.5s ease-in-out 0s;
	/*add  background-image value wherever you use this class to choose the custom image  */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .05;
}

.overlay-photo-image-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	display: block;
	transition: all 0.5s ease-in-out 0s;
	/*add  background-image value wherever you use this class to choose the custom image  */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: .05;
}

.circle-shape-top-start, .circle-shape-bottom-end {
	position: absolute;
	z-index: -1;
	opacity: .25;
	border: 15px solid #ef6438;
	width: 250px;
	height: 250px;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.circle-shape-top-start, .circle-shape-bottom-end {
		width: 125px;
		height: 125px;
	}
}

.circle-shape-top-start {
	left: -80px;
	top: -80px;
}

@media (max-width: 991px) {
	.circle-shape-top-start {
		left: -40px;
		top: -40px;
	}
}

.circle-shape-bottom-end {
	right: -80px;
	bottom: -80px;
}

@media (max-width: 991px) {
	.circle-shape-bottom-end {
		right: -40px;
		bottom: -40px;
	}
}

.pattern-top-end, .pattern-bottom-start {
	position: absolute;
	background-image: url("../assets/Images/patterns/dots-pattern-black.html");
	background-size: cover;
	background-repeat: no-repeat;
	opacity: .1;
	transform: rotate(30deg);
	width: 200px;
	height: 200px;
	z-index: -1;
}

@media (max-width: 991px) {
	.pattern-top-end, .pattern-bottom-start {
		width: 135px;
		height: 135px;
	}
}

.pattern-top-end {
	top: -40px;
	right: -40px;
}

.pattern-bottom-start {
	bottom: -40px;
	left: -40px;
}

/*  to enable any element that previously had the .disabled-element class.  */
.enabeld-element {
	opacity: 1;
	pointer-events: auto;
}

/*  to disable any element and prevent the mouse action on it  */
.disabled-element {
	opacity: .2;
	pointer-events: none;
}

.see-more-area {
	display: block;
	text-align: center;
	text-transform: capitalize;
}

.see-more-area.btn-on-start-align {
	text-align: left;
}

.wave-shape {
	display: block;
	width: 100%;
	fill: #fff;
}

.no-borders {
	border: none;
	outline: none;
}

.no-box-shadow {
	box-shadow: none !important;
}

.section-shape-divider-bottom {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.section-shape-divider-bottom svg {
	display: block;
	width: 100%;
	height: 120px;
}

.section-shape-divider-bottom svg path {
	fill: #fff;
}

.section-shape-divider-bottom.fill-shade svg path {
	fill: #f2f2f2;
}

.rating-stars {
	padding: 0 2rem;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.rating-stars {
		padding: 0 1rem;
	}
}

.rating-stars .star-icon {
	color: #ef6438;
	font-size: .85rem;
}

.rating-stars .star-icon:not(:last-child) {
	margin-right: .5rem;
}

.rating-stars .star-icon.off {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-color: #ef6438;
	-webkit-text-stroke-width: 1px;
}

*::selection {
	background: #ef6438;
	color: #fff;
}

.text-gradient-color::selection {
	background: #ef6438;
	color: #fff;
	-webkit-text-fill-color: #fff;
}

.start-dir-img-frame {
	background-image: linear-gradient(140deg, #ef6438, #fff);
	margin-right: 1.5rem;
	border-radius: .5rem;
}

.start-dir-img-frame > img {
	transform: translate(12px, 12px);
	border-radius: .5rem;
}

.end-dir-img-frame {
	background-image: linear-gradient(-40deg, #ef6438, #fff);
	margin-left: 1.5rem;
	border-radius: .5rem;
}

.end-dir-img-frame > img {
	transform: translate(-12px, -12px);
	border-radius: .5rem;
}

/*========== End Global Rules ==========*/
/* Start video button animation*/
@keyframes anim-pulses {
	0% {
		transform: scale3d(0.7, 0.7, 1);
		opacity: .5;
	}
	50% {
		transform: scale3d(1.2, 1.2, 1);
		opacity: .75;
	}
	100% {
		transform: scale3d(1.5, 1.5, 1);
		opacity: 0;
	}
}

/* End video button animation*/
/* Start buttons global rules*/
.ma-btn-primary, .ma-btn-secondary {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	text-align: center;
	text-transform: capitalize;
	outline: none;
	border: 2px solid rgba(0, 0, 0, 0);
	border-radius: .25rem;
	padding: .625rem 2rem;
	font-size: 1rem;
	font-weight: 500;
	box-shadow: 0px 7px 10px -5px rgba(0, 0, 0, 0.25);
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	z-index: 0;
}

.ma-btn-primary:hover, .ma-btn-secondary:hover {
	text-decoration: none;
}

.ma-btn-primary:focus, .ma-btn-secondary:focus {
	outline: none !important;
}

.ma-btn-primary {
	color: #fff;
	background: #ef6438;
	border-color: #ef6438;
}

.ma-btn-primary:hover {
	color: #fff;
    background: #279032;
    border-color: #fff;
}

.ma-btn-secondary {
	/**/
	border: 2px solid;
	color: #ef6438;
	background: rgba(0, 0, 0, 0);
	border-color: #ef6438;
}

.ma-btn-secondary:hover {
	color: #fff;
	background: #ef6438;
}

.play-btn-col-dir, .play-btn-row-dir {
	display: inline-block;
}

.play-btn-col-dir .play-video-btn, .play-btn-row-dir .play-video-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.play-btn-col-dir .play-video-btn:hover .icon, .play-btn-row-dir .play-video-btn:hover .icon {
	color: #121212;
}

.play-btn-col-dir .video-link, .play-btn-row-dir .video-link {
	text-decoration: none !important;
}

.play-btn-col-dir .play-btn, .play-btn-row-dir .play-btn {
	position: relative;
	border-radius: 50%;
	padding: 5px;
	cursor: pointer;
	background: #ef6438;
	transition: all 0.5s ease-in-out 0s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.5rem;
	height: 3.5rem;
	transform-origin: center;
}

.play-btn-col-dir .play-btn::before, .play-btn-row-dir .play-btn::before, .play-btn-col-dir .play-btn::after, .play-btn-row-dir .play-btn::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	background: #ef6438;
	animation: anim-pulses infinite 2s linear;
	z-index: -1;
}

.play-btn-col-dir .play-btn::after, .play-btn-row-dir .play-btn::after {
	animation-delay: .75s;
}

.play-btn-col-dir .play-btn .icon, .play-btn-row-dir .play-btn .icon {
	color: #fff;
	font-size: 1.25rem;
	transition: color 0.3s ease-in-out 0s;
}

.play-btn-col-dir .play-btn img.play-icon, .play-btn-row-dir .play-btn img.play-icon {
	width: 3rem;
	height: 3rem;
}

.play-btn-col-dir .play-btn-text, .play-btn-row-dir .play-btn-text {
	position: relative;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	color: #fff;
}

.play-btn-col-dir .play-btn-text::before, .play-btn-row-dir .play-btn-text::before {
	content: '';
	position: absolute;
	bottom: -.5rem;
	left: 0;
	height: .25rem;
	width: 100%;
	border-radius: .25rem;
	transform: scaleX(0);
	transform-origin: center;
	transition: all 0.3s ease-in-out 0s;
	background: #fff;
}

.play-btn-col-dir .play-video-btn {
	flex-direction: column;
}

.play-btn-col-dir .play-btn-text {
	margin-top: .75rem;
}

.play-btn-row-dir .play-video-btn {
	flex-direction: row;
}

.play-btn-row-dir .play-btn-text {
	margin-left: .75rem;
}

@media (max-width: 575px) {
	.download-apps-area {
		display: inline-flex;
		flex-direction: column;
	}
}

.download-apps-area .btn-store {
	min-width: 180px;
}

.download-apps-area .btn-store:not(:last-child) {
	margin-right: 1rem;
}

@media (max-width: 575px) {
	.download-apps-area .btn-store:not(:last-child) {
		margin-right: 0;
		margin-bottom: 1rem;
	}
}

.download-apps-area .btn-app-store,
.download-apps-area .btn-google-play {
	display: inline-flex;
	align-items: center;
	padding: .5rem 1rem;
	border-radius: .25rem;
	text-decoration: none !important;
	transition: all 0.5s ease-in-out 0s;
}

.download-apps-area .btn-app-store .icon,
.download-apps-area .btn-google-play .icon {
	font-size: 2rem;
	margin-right: .75rem;
}

.download-apps-area .btn-app-store .title-wraper,
.download-apps-area .btn-google-play .title-wraper {
	line-height: 1;
	text-align: left;
}

.download-apps-area .btn-app-store .title-wraper .sub-title,
.download-apps-area .btn-google-play .title-wraper .sub-title {
	display: block;
	font-size: .75rem;
	font-weight: 400;
	text-transform: capitalize;
}

.download-apps-area .btn-app-store .title-wraper .title,
.download-apps-area .btn-google-play .title-wraper .title {
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: capitalize;
}

.download-apps-area .btn-app-store.btn-transparent-bg,
.download-apps-area .btn-google-play.btn-transparent-bg {
	border: 2px solid #fff;
	background-color: rgba(0, 0, 0, 0);
	color: #fff !important;
}

.download-apps-area .btn-app-store.btn-transparent-bg:hover,
.download-apps-area .btn-google-play.btn-transparent-bg:hover {
	background-color: rgba(18, 18, 18, 0.5);
	border-color: #fff;
}

.download-apps-area .btn-app-store.btn-main-color-bg,
.download-apps-area .btn-google-play.btn-main-color-bg {
	border: 2px solid #fff;
	background-color: #ef6438;
	color: #fff !important;
}

.download-apps-area .btn-app-store.btn-main-color-bg:hover,
.download-apps-area .btn-google-play.btn-main-color-bg:hover {
	background-color: #fff;
	color: #ef6438 !important;
}

.download-apps-area .btn-app-store.btn-white-bg,
.download-apps-area .btn-google-play.btn-white-bg {
	border: 2px solid #ef6438;
	background-color: #fff;
	color: #ef6438 !important;
}

.download-apps-area .btn-app-store.btn-white-bg:hover,
.download-apps-area .btn-google-play.btn-white-bg:hover {
	background-color: #ef6438;
	color: #fff !important;
}

/* Start Social icons list rules */
.dir-row .sc-list, .dir-col .sc-list, .sc-flat .sc-list {
	padding: 0;
	margin: 0;
	display: inline-flex;
	list-style: none;
}

.dir-row .sc-list .sc-item, .dir-col .sc-list .sc-item, .sc-flat .sc-list .sc-item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ef6438;
	transition: all 0.5s ease-in-out 0s;
}

.dir-row .sc-list .sc-item:last-of-type, .dir-col .sc-list .sc-item:last-of-type, .sc-flat .sc-list .sc-item:last-of-type {
	margin-bottom: 0;
}

.dir-row .sc-list .sc-item:hover, .dir-col .sc-list .sc-item:hover, .sc-flat .sc-list .sc-item:hover {
	background: #fff;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}

.dir-row .sc-list .sc-item:hover .sc-icon, .dir-col .sc-list .sc-item:hover .sc-icon, .sc-flat .sc-list .sc-item:hover .sc-icon {
	color: #ef6438;
}

.dir-row .sc-list .sc-link, .dir-col .sc-list .sc-link, .sc-flat .sc-list .sc-link {
	display: flex;
	line-height: 1;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-decoration: none;
}

.dir-row .sc-list .sc-icon, .dir-col .sc-list .sc-icon, .sc-flat .sc-list .sc-icon {
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}

.dir-row {
	padding: .75rem 0;
}

.dir-row .sc-list .sc-item {
	margin-right: 10px;
	margin-bottom: 5px;
}

.dir-row .sc-list .sc-item:last-of-type {
	margin-right: 0;
}

.dir-row .sc-list .sc-item:hover {
	transform: translateY(-5px);
}

.dir-col {
	padding: 0 .75rem;
}

.dir-col .sc-list {
	flex-direction: column;
}

.dir-col .sc-list .sc-item {
	margin-bottom: 10px;
}

.dir-col .sc-list .sc-item:last-of-type {
	margin-bottom: 0;
}

.dir-col .sc-list .sc-item:hover {
	transform: translateX(5px);
}

.sc-flat .sc-list .sc-item {
	font-size: 1.1rem;
	border-radius: 0;
	background: rgba(0, 0, 0, 0);
	margin-right: 1rem;
}

.sc-flat .sc-list .sc-item:hover {
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
}

.sc-flat .sc-list .sc-item:hover .sc-icon {
	color: #ef6438;
}

.sc-flat .sc-list .sc-item .sc-icon {
	color: #ef6438;
}

.sc-size-40 .sc-item {
	width: 40px;
	height: 40px;
	font-size: 1rem;
}

.sc-size-32 .sc-item {
	width: 32px;
	height: 32px;
	font-size: .85rem;
}

.sc-size-24 .sc-item {
	width: 24px;
	height: 24px;
	font-size: .75rem;
}

.sc-size-16 .sc-item {
	width: 16px;
	height: 16px;
	font-size: 10px;
}

/* End Social icons list rules */
.back-to-top {
	background-image: none;
	width: 4.5rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #fff;
	background: #ef6438;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	width: 3rem;
	height: 3rem;
	position: fixed;
	bottom: -100px;
	right: 30px;
	z-index: 20;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}

.back-to-top:hover {
	background-color: rgba(34, 128, 88, 0.8);
}

.back-to-top.show {
	bottom: 30px;
}

body.rounded-btns .ma-btn-primary,
body.rounded-btns .ma-btn-secondary,
body.rounded-btns .portfolio-btn,
body.rounded-btns .subscripe-btn,
body.rounded-btns .sc-item,
body.rounded-btns .back-to-top,
body.rounded-btns .swiper-button-prev,
body.rounded-btns .swiper-button-next,
body.rounded-btns .subscribe .form-group input[type=email] {
	border-radius: 5rem;
}

body.smooth-squared-btns .ma-btn-primary,
body.smooth-squared-btns .ma-btn-secondary,
body.smooth-squared-btns .portfolio-btn,
body.smooth-squared-btns .subscripe-btn,
body.smooth-squared-btns .sc-item,
body.smooth-squared-btns .back-to-top,
body.smooth-squared-btns .swiper-button-prev,
body.smooth-squared-btns .swiper-button-next,
body.smooth-squared-btns .subscribe .form-group input[type=email] {
	border-radius: .25rem;
}

body.hard-squared-btns .ma-btn-primary,
body.hard-squared-btns .ma-btn-secondary,
body.hard-squared-btns .portfolio-btn,
body.hard-squared-btns .subscripe-btn,
body.hard-squared-btns .sc-item,
body.hard-squared-btns .back-to-top,
body.hard-squared-btns .swiper-button-prev,
body.hard-squared-btns .swiper-button-next,
body.hard-squared-btns .subscribe .form-group input[type=email] {
	border-radius: 0;
}

.ma-btn-squared {
	border-radius: .5rem !important;
}

.ma-btn-rounded {
	border-radius: 5rem !important;
}

.read-more {
	text-transform: capitalize;
	color: #ef6438;
	font-weight: 600;
	position: relative;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease-in-out 0s;
}

.read-more:hover {
	color: #ef6438;
	text-decoration: none;
}

.read-more:hover .icon {
	transform: translateX(5px);
}

.read-more .icon {
	margin-left: .5rem;
	transition: transform 0.3s ease-in-out 0s;
}

/* End buttons global rules*/
/* Start ma-tabs rules */
.ma-tabs .tabs-links-list {
	position: relative;
	padding: .5rem 0rem;
	margin: 0;
	margin-bottom: 1rem;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(18, 18, 18, 0.25);
}

@media (max-width: 575px) {
	.ma-tabs .tabs-links-list {
		flex-wrap: nowrap;
	}
}

.ma-tabs .b-line {
	position: absolute;
	left: 0;
	width: 120px;
	border-radius: 1rem;
	bottom: 0;
	height: 3px;
	background-color: #ef6438;
	will-change: left, width;
	transition: all 0.3s ease-in-out 0s;
}

.ma-tabs .tab-link {
	padding: .5rem 1rem;
	text-transform: capitalize;
	font-size: 1.25rem;
	font-weight: 900;
	margin-right: 3rem;
	color: #fff;
	opacity: .75;
	border-radius: 5rem;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.ma-tabs .tab-link:last-child {
	margin-right: 0;
}

.ma-tabs .tab-link.active, .ma-tabs .tab-link:hover {
	color: #ef6438;
	opacity: 1;
}

.ma-tabs .switch {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ma-tabs .switch .switch-btns-list {
	padding: .5rem;
	margin: 0;
	margin-bottom: 1rem;
	list-style: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 5rem;
}

.ma-tabs .switch .switch-btns-list .switch-btn {
	position: relative;
	padding: .75rem 1rem;
	display: inline-block;
	border: 2px solid rgba(95, 95, 95, 0.65);
	min-width: 100px;
	color: rgba(95, 95, 95, 0.65);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	text-transform: capitalize;
	transition: all 0.3s ease-in 0s;
	cursor: pointer;
}

.ma-tabs .switch .switch-btns-list .switch-btn:first-child {
	border-right: none;
}

.ma-tabs .switch .switch-btns-list .switch-btn:last-child {
	border-left: none;
}

.ma-tabs .switch .switch-btns-list .switch-btn:hover {
	border-color: #ef6438;
	color: #ef6438;
}

.ma-tabs .switch .switch-btns-list .switch-btn.active {
	color: #fff;
	background-color: #ef6438;
	border-color: #ef6438;
}

.ma-tabs .switch .toggle-btn {
	width: 80px;
	height: 30px;
	display: inline-block;
	position: relative;
	background-color: #ef6438;
	border-radius: 2rem;
	z-index: 0;
	-webkit-appearance: none;
	outline: none;
	left: 0;
	right: 0;
	margin-left: 1rem;
	margin-right: 1rem;
	cursor: pointer;
	z-index: 1;
}

.ma-tabs .switch .toggle-btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border: 0.25rem solid #ef6438;
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: -1;
	transition: all 0.3s ease-in-out 0s;
}

.ma-tabs .switch .toggle-btn:checked::before {
	left: 100%;
	transform: translateX(-100%);
}

.ma-tabs .tabs {
	overflow: hidden;
}

.ma-tabs .tabs .tab-content {
	display: none;
	padding: 2rem 0;
}

.ma-tabs .tabs .visibale-tab {
	display: block;
	animation: fadeIn .8s ease-in-out;
}

/* End ma-tabs rules */
/* Start loading screen rules */
.loading-screen {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: #121212;
}

.loading-screen .spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.loading-screen .spinner > div {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	display: inline-block;
	background: #ef6438;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading-screen .spinner .bounce1 {
	animation-delay: -0.32s;
}

.loading-screen .spinner .bounce2 {
	animation-delay: -0.16s;
}

@keyframes sk-bouncedelay {
	0%,
	100%,
	80% {
		transform: scale(0);
	}
	40% {
		transform: scale(1);
	}
}

/* End loading screen rules */
/*ُ 01- End global, helper classes , components Rules */
/*02- Start .page-header Rules    */
.page-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	transition: padding 0.5s ease-in-out 0s;
	background-color: #25252566;
}

.page-header .main-navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	z-index: 1035;
	height: 90px;
	transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 1199px) {
	.page-header .main-navbar {
		height: 55px;
		justify-content: unset;
	}
}

.page-header .navbar-brand {
	margin: 0;
	font-weight: 600;
	max-width: 150px;
	text-transform: capitalize;
	color: #ef6438;
}

.page-header .navbar-brand .brand-logo {
	max-height: 50px;
}

@media (max-width: 1199px) {
	.page-header .navbar-brand .brand-logo {
		max-height: 40px;
	}
}

@media (max-width: 575px) {
	.page-header .navbar-brand .brand-logo {
		max-width: 150px;
	}
}

.page-header .navbar-brand .brand-logo.light-logo {
	display: block;
}

.page-header .navbar-brand .brand-logo.dark-logo {
	display: none;
}

.page-header .navbar-brand .brand-name {
	color: #fff;
	margin-left: .5rem;
}

.page-header .navbar-menu-wraper {
	margin-left: auto;
	position: relative;
}

.page-header .navbar-menu-wraper:after {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	position: absolute;
	background-color: #fff;
	opacity: .5;
	left: 100%;
	top: 50%;
	transform: translate(2rem, -50%);
}

@media (max-width: 1199px) {
	.page-header .navbar-menu-wraper {
		position: fixed;
		top: 75px;
		left: 0;
		visibility: hidden;
		opacity: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.25);
		transition: all 0.5s ease-in-out 0s;
	}
	.page-header .navbar-menu-wraper.show-menu {
		visibility: visible;
		opacity: 1;
	}
}

@media (max-width: 1199px) and (max-width: 1199px) {
	.page-header .navbar-menu-wraper.show-menu .navbar-nav {
		left: 0;
		height: calc(100% - 75px);
	}
}

.page-header .navbar-nav {
	display: flex;
	flex-direction: row;
	text-transform: capitalize;
	transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 1199px) {
	.page-header .navbar-nav {
		flex-direction: column;
		position: absolute;
		left: -100%;
		height: 100%;
		width: 75%;
		overflow: auto;
		top: 0;
		padding: 0;
		padding-bottom: 1.5rem;
		background-color: #ef6438;
		overflow-x: hidden;
	}
}

.page-header .nav-item {
	margin: 0;
	padding: 0;
	position: relative;
	margin-right: 1.5rem;
}

.page-header .nav-item:last-child {
	margin-right: 0;
}

@media (max-width: 1199px) {
	.page-header .nav-item {
		margin-right: 0;
	}
}

.page-header .nav-link {
	position: relative;
	font-size: .85rem;
	font-weight: 600;
	letter-spacing: .75px;
	padding: .5rem 0 !important;
	color: #fff;
	opacity: .85;
	transition: all 0.2s ease-in-out 0s;
}

.page-header .nav-link::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 3.5rem;
	visibility: hidden;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	transition: all 0.3s ease-in-out 0s;
}

.page-header .nav-link.active, .page-header .nav-link:hover {
	opacity: 1;
}

.page-header .nav-link.active::after, .page-header .nav-link:hover::after {
	opacity: 1;
	visibility: visible;
	top: 2.5rem;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.page-header .nav-link.active::after, .page-header .nav-link:hover::after {
		display: none;
	}
}

.page-header .nav-link .icon {
	display: none;
}

@media (max-width: 1199px) {
	.page-header .nav-link .icon {
		display: inline-block;
		margin-right: 1rem;
		font-size: 1rem;
	}
}

@media (max-width: 1199px) {
	.page-header .nav-link {
		display: inline-block;
		padding: 1.25rem 1rem !important;
		width: 100%;
	}
	.page-header .nav-link:hover {
		padding-left: 1.5rem;
		background-color: #fff;
		color: #ef6438;
	}
}

.page-header .header-cta {
	padding: .5rem .75rem;
	font-size: 1.2rem;
	font-weight: 700;
	background-color: #27903200;
	color: #ffffff;
	border-color: rgba(0, 0, 0, 0);
	margin-left: 1rem;
}

.page-header .header-cta.call-us {
	font-size: 1.4rem;
	font-weight: 400;
	border-radius: 30px;
}

.page-header .header-cta.call-us .icon {
	margin-right: .25rem;
}

@media (max-width: 575px) {
	.page-header .header-cta.call-us {
		font-size: .9rem;
	}
}

.page-header .header-cta:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	border-color: #fff;
}

@media (max-width: 1199px) {
	.page-header .header-cta {
		position: absolute;
		right: 0;
		bottom: 50%;
		transform: translateY(50%);
	}
	.page-header .header-cta:hover {
		background-color: #279032;
		color: #fff;
		border-color: #279032;
	}
}

.page-header .menu-toggler-btn {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 1.5rem;
	width: 2rem;
	z-index: 100;
	margin-bottom: 1rem;
	margin-top: 1rem;
	cursor: pointer;
}

.page-header .menu-toggler-btn > span {
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 1px;
	transition: all 0.5s ease-in-out 0s;
	background-color: #fff;
}

@media (max-width: 1199px) {
	.page-header .menu-toggler-btn {
		display: flex;
		order: -1;
		margin-right: 2rem;
	}
}

@media (max-width: 575px) {
	.page-header .menu-toggler-btn {
		margin-right: 1rem;
	}
}

.page-header .close-menu-btn span:nth-child(1) {
	transform: rotate(225deg) translate(-7px, -8px);
}

.page-header .close-menu-btn span:nth-child(2) {
	display: none;
}

.page-header .close-menu-btn span:nth-child(3) {
	transform: rotate(-45deg) translate(6px, -8px);
}

.has-sub-menu > .sub-menu {
	list-style: none;
	position: absolute;
	top: 100%;
	min-width: 18rem;
	left: 0;
	margin: 0;
	padding: 1rem 0;
	transform: translateY(4rem);
	visibility: hidden;
	opacity: 0;
	z-index: 1000;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(37, 37, 37, 0.25);
	transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 1199px) {
	.has-sub-menu > .sub-menu {
		position: static;
		border: none;
		box-shadow: none;
		padding: 0;
		transform: translateY(0);
		visibility: visible;
		opacity: 1;
		display: none;
		background-color: #ef6438;
		transition: none;
	}
}

.has-sub-menu > .sub-menu .sub-menu-item {
	padding: 0;
	margin: 0;
}

.has-sub-menu > .sub-menu .sub-menu-link {
	color: #ef6438;
	padding: 1rem 1rem 1rem 1.5rem !important;
	transition: all 0.25s ease-in-out 0s;
}

.has-sub-menu > .sub-menu .sub-menu-link:after {
	display: none;
}

.has-sub-menu > .sub-menu .sub-menu-link:hover {
	color: #fff;
	background-color: #ef6438;
	padding-left: 2rem !important;
}

.has-sub-menu > .sub-menu .sub-menu-link .icon {
	display: inline-block;
	margin-right: 1rem;
	font-size: 1rem;
}

@media (max-width: 1199px) {
	.has-sub-menu > .sub-menu .sub-menu-link {
		color: #f1f1f1;
	}
	.has-sub-menu > .sub-menu .sub-menu-link:hover {
		color: #ef6438;
		background-color: #fff;
	}
}

.has-sub-menu .down-Arrow-icon {
	line-height: 1;
	font-size: .5rem;
	margin-left: .25rem;
}

.has-sub-menu:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(1.5rem);
}

@media (max-width: 1199px) {
	.has-sub-menu:hover > .sub-menu {
		transform: translateY(0);
	}
}

.has-sub-menu .has-sub-menu .sub-menu {
	top: 0;
	right: 100%;
	left: auto;
}

.has-sub-menu .has-sub-menu:hover > .sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.has-sub-menu .has-sub-menu .down-Arrow-icon {
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	transition: transform, 0.25s;
}

@media (max-width: 1199px) {
	.has-sub-menu .has-sub-menu {
		position: static;
		transform: none;
	}
}

.header-search-btn {
	width: 3rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.header-search-btn svg.search-icon {
	fill: #fff;
	max-width: 1.5rem;
}

.header-search-btn img {
	max-width: 1.5rem;
}

@media (max-width: 1199px) {
	.header-search-btn {
		display: none;
	}
}

.header-call-us {
	margin-left: 1rem;
}

.header-call-us .call-us-link {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 400;
	text-decoration: none !important;
	transition: 0.3s 0.5s ease-in-out 0s;
}

.header-call-us .call-us-link:hover {
	color: #ef6438;
}

.header-call-us .call-us-link .icon {
	margin-right: .25rem;
}

.call-us-banner {
	display: flex;
	align-items: center;
	margin-left: 1rem;
}

.call-us-banner .icon {
	font-size: 2.5rem;
	margin-right: .75rem;
	color: #fff;
}

.call-us-banner .text {
	display: flex;
	flex-direction: column;
}

.call-us-banner .text .cta-text {
	color: #fff;
	font-size: .9rem;
	font-weight: 500;
	text-transform: capitalize;
	opacity: .85;
}

.call-us-banner .text .call-us-link {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 500;
	text-decoration: none;
}

.call-us-banner .text .call-us-link:hover {
	opacity: .85;
}

@media (max-width: 1199px) {
	.call-us-banner {
		position: absolute;
		right: 0;
		bottom: 50%;
		transform: translateY(50%);
	}
}

.header-search-box {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(18, 18, 18, 0.95);
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
	z-index: 1200;
}

.header-search-box.show {
	height: 100%;
	visibility: visible;
	opacity: 1;
}

.header-search-box.show .search-form {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.header-search-box .close-search {
	position: absolute;
	right: 25%;
	top: 25%;
	width: 3.5rem;
	height: 3.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.header-search-box .close-search:before, .header-search-box .close-search::after {
	content: "";
	height: 2px;
	width: 40px;
	background-color: #fff;
	display: block;
	transform-origin: center;
}

.header-search-box .close-search:before {
	transform: rotate(45deg) translateX(2px);
}

.header-search-box .close-search:after {
	transform: rotate(-45deg) translateX(1px);
}

.header-search-box .search-form {
	position: relative;
	visibility: hidden;
	opacity: 0;
	transform: translateY(5rem);
	transition: all 0.5s ease-in-out 0s;
	transition-delay: .25s;
	width: 50%;
}

@media (max-width: 1199px) {
	.header-search-box .search-form {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.header-search-box .search-form {
		width: 80%;
	}
}

.header-search-box .search-form .search-lbl {
	visibility: hidden;
	opacity: 0;
	width: 0;
}

.header-search-box .search-form input[type="search"]::-webkit-search-decoration,
.header-search-box .search-form input[type="search"]::-webkit-search-cancel-button,
.header-search-box .search-form input[type="search"]::-webkit-search-results-button,
.header-search-box .search-form input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

.header-search-box .search-form .search-input {
	border: none;
	border-bottom: 2px solid #ef6438;
	font-size: 2.5rem;
	outline: none;
	color: #fff;
	background-color: transparent;
	width: 100%;
}

@media (max-width: 767px) {
	.header-search-box .search-form .search-input {
		font-size: 1.5rem;
	}
}

.header-search-box .search-form .search-btn {
	-webkit-appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: auto;
	outline: none;
	border: none;
	background: transparent;
	color: #ef6438;
	font-size: 1.5rem;
}

.header-stand-out {
	background-color: #ef6438;
	border-color: rgba(0, 0, 0, 0);
	box-shadow: 0px 1px 30px 0px rgba(37, 37, 37, 0.25);
}

.menu-on-start .navbar-menu-wraper {
	margin-right: auto;
	margin-left: 3rem;
}

@media (max-width: 1199px) {
	.menu-on-start .navbar-menu-wraper {
		margin: 0;
	}
}

.menu-on-end .navbar-menu-wraper {
	margin-left: auto;
	margin-right: 1rem;
}

@media (max-width: 1199px) {
	.menu-on-end .navbar-menu-wraper {
		margin: 0;
	}
}

.menu-on-center .navbar-menu-wraper {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1199px) {
	.menu-on-center .navbar-menu-wraper {
		margin: 0;
	}
}

.dark-header.header-stand-out {
	background-color: #25252575;
}

.dark-header.header-stand-out .header-search-btn svg.search-icon {
	fill: #fff;
}

.dark-header.header-stand-out .navbar-menu-wraper:after {
	background-color: #fff;
}

@media (max-width: 1199px) {
	.dark-header.header-stand-out .navbar-menu-wraper {
		background-color: rgba(0, 0, 0, 0.25);
	}
}

@media (max-width: 1199px) {
	.dark-header.header-stand-out .navbar-nav {
		background-color: #252525;
	}
}

.dark-header.header-stand-out .nav-link {
	color: #fff;
}

.dark-header.header-stand-out .nav-link::after {
	background-color: #fff;
}

.dark-header.header-stand-out .nav-link.active, .dark-header.header-stand-out .nav-link:hover {
	color: #fff;
}

.dark-header.header-stand-out .nav-link.active::after, .dark-header.header-stand-out .nav-link:hover::after {
	background-color: #fff;
}

@media (max-width: 1199px) {
	.dark-header.header-stand-out .nav-link {
		color: #fff;
		background-color: #252525;
	}
	.dark-header.header-stand-out .nav-link:hover {
		color: #252525;
		background-color: #fff;
	}
}

.dark-header.header-stand-out .header-cta {
	background-color: #ef6438;
	color: #fff;
	border-radius: 30px;
}

.dark-header.header-stand-out .header-cta:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	border-color: #fff;
}

.dark-header.header-stand-out .call-us-banner .icon {
	color: #fff;
}

.dark-header.header-stand-out .call-us-banner .text .cta-text {
	color: #fff;
}

.dark-header.header-stand-out .call-us-banner .text .call-us-link {
	color: #fff;
}

.dark-header.header-stand-out .menu-toggler-btn > span {
	background-color: #fff;
}

.dark-header .has-sub-menu .sub-menu .sub-menu-link {
	color: #252525;
}

.dark-header .has-sub-menu .sub-menu .sub-menu-link:hover {
	color: #fff;
	background-color: #121212;
}

@media (max-width: 1199px) {
	.dark-header .has-sub-menu .sub-menu .sub-menu-link {
		color: #fff;
	}
	.dark-header .has-sub-menu .sub-menu .sub-menu-link:hover {
		color: #121212;
		background-color: #fff;
	}
}

@media (max-width: 1199px) {
	.dark-header .has-sub-menu .sub-menu {
		background-color: #252525;
	}
}

.light-header.header-stand-out {
	background-color: #fff;
}

.light-header.header-stand-out .header-search-btn svg.search-icon {
	fill: #252525;
}

.light-header.header-stand-out .navbar-brand .brand-logo.light-logo {
	display: none;
}

.light-header.header-stand-out .navbar-brand .brand-logo.dark-logo {
	display: block;
}

.light-header.header-stand-out .navbar-brand .brand-name {
	color: #ef6438;
	margin-left: .5rem;
}

.light-header.header-stand-out .navbar-menu-wraper:after {
	background-color: #121212;
}

@media (max-width: 1199px) {
	.light-header.header-stand-out .navbar-menu-wraper {
		background-color: rgba(0, 0, 0, 0.25);
	}
}

@media (max-width: 1199px) {
	.light-header.header-stand-out .navbar-nav {
		background-color: #fff;
	}
}

.light-header.header-stand-out .nav-link {
	color: #121212;
}

.light-header.header-stand-out .nav-link::after {
	background-color: #121212;
}

@media (max-width: 1199px) {
	.light-header.header-stand-out .nav-link {
		color: #121212;
	}
	.light-header.header-stand-out .nav-link:hover {
		color: #fff;
		background-color: #121212;
	}
}

.light-header.header-stand-out .header-cta {
	background-color: #ef6438;
	color: #fff;
}

.light-header.header-stand-out .header-cta:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #ef6438;
	border-color: #ef6438;
}

.light-header.header-stand-out .call-us-banner .icon {
	color: #ef6438;
}

.light-header.header-stand-out .call-us-banner .text .cta-text {
	color: #ef6438;
}

.light-header.header-stand-out .call-us-banner .text .call-us-link {
	color: #252525;
}

.light-header.header-stand-out .menu-toggler-btn > span {
	background-color: #252525;
}

.light-header .has-sub-menu .sub-menu {
	background-color: #fff;
}

.light-header .has-sub-menu .sub-menu .sub-menu-link {
	color: #252525;
}

.light-header .has-sub-menu .sub-menu .sub-menu-link:hover {
	color: #fff;
	background-color: #252525;
}

@media (max-width: 1199px) {
	.light-header .has-sub-menu .sub-menu .sub-menu-link {
		color: #252525;
		background-color: #fff;
	}
	.light-header .has-sub-menu .sub-menu .sub-menu-link:hover {
		color: #fff;
		background-color: #252525;
	}
}

/*02- End .page-header Rules    */
/*  03- Start .page-hero Rules   */
.page-hero .hero-text-area .hero-title {
	position: relative;
	font-family: "Merriweather", "sans-serif";
	font-weight: 400;
	font-size: 2.5rem;
	text-transform: capitalize;
	margin-bottom: 1.5rem;
	color: #fff;
	line-height: 1.2;
	text-shadow: 2px 2px 1px #000000;
	/* display: inline-block; */
}

@media (max-width: 1199px) {
	.page-hero .hero-text-area .hero-title {
		font-size: 1.5rem;
	}
}

@media (max-width: 575px) {
	.page-hero .hero-text-area .hero-title {
		font-size: 1.5rem;
	}
	.page-hero .hero-text-area .hero-title .featured-text{
		font-size: 2rem !important;
	}
}

@media (max-height: 500px) {
	.page-hero .hero-text-area .hero-title {
		font-size: 1.5rem;
	}
}

.page-hero .hero-text-area .hero-subtitle {
	color: #f1f1f1;
	font-size: 1.15rem;
	font-weight: 400;
	margin-bottom: 2rem;
	line-height: 1.7;
	max-width: 80%;
}

@media (max-width: 991px) {
	.page-hero .hero-text-area .hero-subtitle {
		font-size: 1rem;
		max-width: unset;
	}
}

.page-hero .hero-social-icons {
	position: absolute;
	z-index: 900;
	transition: all 0.5s ease-in-out 0s;
}

.page-hero .hero-social-icons.start-align {
	left: 3rem;
	right: auto;
}

.page-hero .hero-social-icons.center-align {
	width: 100%;
	text-align: center;
}

.page-hero .hero-social-icons.end-align {
	right: 3rem;
	left: auto;
}

.page-hero .hero-social-icons.center-position {
	top: 50%;
	transform: translateY(-50%);
}

.page-hero .hero-social-icons.bottom-position {
	bottom: 4rem;
	top: auto;
}

.page-hero .hero-social-icons .dir-row .sc-list .sc-item:not(:last-child) {
	margin-right: 2rem;
}

.page-hero .hero-social-icons .dir-row .sc-list .sc-item .sc-icon {
	color: #fff;
}

.page-hero .hero-social-icons .dir-col .sc-list .sc-item:not(:last-child) {
	margin-bottom: 2rem;
}

.page-hero .hero-social-icons .dir-col .sc-list .sc-item .sc-icon {
	color: #fff;
}

@media (max-width: 991px) {
	.page-hero .hero-social-icons {
		display: none;
	}
}

@media (max-height: 500px) {
	.page-hero .hero-social-icons {
		display: none;
	}
}

.lead-generation-area {
	padding-left: 2rem;
}

@media (max-width: 1199px) {
	.lead-generation-area {
		padding-left: 0rem;
	}
}

.lead-generation-area .input-wraper {
	margin-bottom: 1rem;
}

.lead-generation-area .input-wraper:last-of-type {
	margin-bottom: 2rem;
}

.lead-generation-area form {
	border-radius: .5rem;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
	background: #252525;
	padding: 1rem;
	text-transform: capitalize;
}

.lead-generation-area .subscribe-btn {
	display: block;
	outline: none !important;
	border-radius: .25rem;
	margin: 0 auto;
	background: #ef6438;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	border: 2px solid #ef6438 !important;
}

.lead-generation-area .subscribe-btn:hover {
	background: rgba(0, 0, 0, 0);
	color: #ef6438;
	border-color: #ef6438;
}

.lead-generation-area label,
.lead-generation-area .label {
	margin-bottom: 0;
	color: #f1f1f1;
}

.lead-generation-area input:not([type="submit"]) {
	color: #fff !important;
}

.lead-generation-area input:not([type="submit"])[type="email"] {
	text-transform: lowercase;
}
.lead-generation-area input:not([type="submit"])::placeholder {
	color: #ef6438;
	opacity: .5;
}

.lead-generation-area .multi-field-form {
	padding: 2rem 1rem;
	background: #fff;
}

.lead-generation-area .multi-field-form .form-heading {
	margin-bottom: 2rem;
	color: #252525;
	border-bottom: 2px solid #ef6438;
	padding-bottom: .75rem;
	text-transform: capitalize;
	font-size: 1.5rem;
	font-weight: 700;
}

.lead-generation-area .multi-field-form label,
.lead-generation-area .multi-field-form .label {
	margin-bottom: 0;
	color: #252525;
	font-weight: 700;
}

.lead-generation-area .multi-field-form input:not([type="submit"]) {
	color: #252525 !important;
}

.lead-generation-area .multi-field-form input:not([type="submit"])::placeholder {
	color: #ef6438;
	opacity: .5;
}

.lead-generation-area .single-field-form {
	padding: 0;
	margin: 0;
	position: relative;
	border-radius: 2rem;
	background-color: transparent;
}

@media (max-width: 767px) {
	.lead-generation-area .single-field-form {
		box-shadow: none;
	}
}

.lead-generation-area .single-field-form input[type=email] {
	font-size: 1rem;
	width: 100%;
	padding: .75rem;
	outline: none;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: .25rem;
	color: #4d4d4d;
	background: #fff;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.lead-generation-area .single-field-form input[type=email] {
		padding: .5rem;
		margin-bottom: 1rem;
	}
}

.lead-generation-area .single-field-form .subscribe-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: .5rem 2rem;
}

.lead-generation-area .single-field-form .subscribe-btn:hover {
	background: #ef6438;
	color: #fff;
	border-color: #ef6438;
}

@media (max-width: 767px) {
	.lead-generation-area .single-field-form .subscribe-btn {
		position: relative;
		width: 100%;
		height: auto;
	}
}

.lead-generation-area .highlight {
	color: #ef6438;
	font-weight: 600;
	text-transform: uppercase;
}

.page-hero {
	position: relative;
	z-index: 0;
	height: auto;
	padding: 120px 0;
	/* background: #ef6438;
	background: -webkit-linear-gradient(45deg, #0a6336, #ef6438); */
}

@media (max-width: 1440px) {
	.page-hero {
		padding: 220px 0;
	}
}

@media (max-width: 1199px) {
	.page-hero {
		padding:190px 0;
	}
}

@media (max-width: 991px) {
	.page-hero {
		padding: 180px 0;
	}
}

@media (max-width: 768px) {
	.page-hero {
	    padding: 1000px 0 0 0;
	}
}

@media (max-width: 575px) {
	.page-hero {
		padding: 750px 0 0 0;
	}
}

@media (max-width: 500px) {
	.page-hero {
		padding: 650px 0 0 0;
	}
}

@media (max-width: 425px) {
	.page-hero {
		padding: 440px 0 0 0;
	}
}
@media (max-width: 375px) {
	.page-hero {
		padding: 100px 0 0 0;
	}
}

@media (max-width: 320px) {
	.page-hero {
		padding: 400px 0 0 0;
	}
}







.page-hero .hero-text-area .tag-line {
	color: #fff;
}

.page-hero .hero-text-area .hero-title .heading-brand-name {
	position: relative;
	display: inline-block;
	line-height: 1;
}

.page-hero .hero-text-area .hero-title .featured-text {
	font-weight: 900;
}

.page-hero .cta-links-area {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
}

@media (max-width: 1199px) {
	.page-hero .cta-links-area {
		text-align: center;
	}
}

@media (max-width: 575px) {
	.page-hero .cta-links-area {
		flex-direction: column;
	}
}

.page-hero .cta-links-area .cta-link {
	margin-bottom: 0;
	margin-right: 1rem;
	font-size: 1.15rem;
	background: rgba(0, 0, 0, 0);
	color: #fff;
	border-color: #fff;
	min-width: 200px;
	margin-bottom: 1rem;
}

@media (max-width: 991px) {
	.page-hero .cta-links-area .cta-link {
		font-size: 1rem;
		margin-right: .75rem;
	}
}

@media (max-width: 575px) {
	.page-hero .cta-links-area .cta-link {
		margin-right: 0;
	}
}

.page-hero .cta-links-area .cta-link:last-child {
	margin-right: 0;
}

.page-hero .cta-links-area .cta-link:hover {
	background: #fff;
	color: #ef6438;
	border-color: #fff;
}

.page-hero .cta-links-area .cta-link-primary {
	background: #000000a1;
	color: #fff;
	border-color: #ef6438;
}

.page-hero .cta-links-area .cta-link-primary:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.page-hero .hero-video-bg {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* min-width: 100%; */
	width: 100%;
	min-height: 100%;
}

/*  03- End .page-hero Rules   */
/*   04- Start .services Section Rules    */
.services-boxed .overlay-photo-image-bg, .services-bg-img .overlay-photo-image-bg {
	background-image: url("../assets/Images/sections-bg-images/services.html");
	opacity: .25;
}

.services-boxed .service-box, .services-bg-img .service-box {
	position: relative;
	z-index: 1;
	padding: 4rem 2rem;
	transition: all 0.3s ease-in-out 0s;
	z-index: 0;
}

.services-boxed .service-icon, .services-bg-img .service-icon {
	margin-bottom: 1.5rem;
	transition: all 0.3s ease-in-out 0s;
}

.services-boxed .font-icon, .services-bg-img .font-icon {
	display: inline-block;
	font-size: 2.5rem;
	color: #ef6438;
	transform-origin: center;
}

.services-boxed .service-num, .services-bg-img .service-num {
	font-size: 5rem;
	font-weight: 900;
	position: absolute;
	top: 1rem;
	right: 2rem;
	color: #fff;
	opacity: 0;
	line-height: 1;
}

.services-boxed .img-icon, .services-bg-img .img-icon {
	width: 60px;
	height: 60px;
}

.services-boxed .service-content, .services-bg-img .service-content {
	margin-bottom: 1.5rem;
}

.services-boxed .service-title, .services-bg-img .service-title {
	text-transform: capitalize;
	font-size: 1.35rem;
	font-weight: 700;
	font-family: "Merriweather", "sans-serif";
	color: #252525;
	margin-bottom: 1rem;
}

.services-boxed .service-text, .services-bg-img .service-text {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	color: #5f5f5f;
}

@media (max-width: 991px) {
	.lifted-up-box.services-boxed .services-row, .lifted-up-box.services-bg-img .services-row {
		padding: 6rem 0;
	}
}

.lifted-up-box.services-boxed .service-box, .lifted-up-box.services-bg-img .service-box {
	margin-top: -8rem;
}

@media (max-width: 991px) {
	.lifted-up-box.services-boxed .service-box, .lifted-up-box.services-bg-img .service-box {
		margin-top: 0rem;
	}
}

.services-boxed .services-row {
	margin-bottom: 1rem;
}

.services-boxed .service-box {
	margin-bottom: 2rem;
	border-radius: .5rem;
	padding: 2rem;
	border: 1px solid rgb(239 100 56);
	box-shadow: 0px 0px 10px 0px rgba(18, 18, 18, 0.1);
}

@media (max-width: 991px) {
	.services-boxed .service-box {
		padding: 2rem;
	}
}

.services-boxed .service-box:hover, .services-boxed .service-box.featured {
	background-color: #ef6438;
}

.services-boxed .service-box:hover .service-num, .services-boxed .service-box.featured .service-num {
	opacity: .1;
}

.services-boxed .service-box:hover .service-title,
.services-boxed .service-box:hover .service-text,
.services-boxed .service-box:hover .font-icon,
.services-boxed .service-box:hover .read-more, .services-boxed .service-box.featured .service-title,
.services-boxed .service-box.featured .service-text,
.services-boxed .service-box.featured .font-icon,
.services-boxed .service-box.featured .read-more {
	color: #fff;
}

.services-bg-img.half-bg-img .overlay-photo-image-bg {
	top: 0;
	left: 0;
	background-image: url("../assets/Images/services/section-bg.html");
	opacity: 1;
	height: 50%;
}

.services-bg-img.half-bg-img .overlay-photo-image-bg + .overlay-color {
	top: 0;
	height: 50%;
}

.services-bg-img.half-bg-img .section-heading .section-title {
	color: #f1f1f1 !important;
}

.services-bg-img.half-bg-img .section-heading .line-on-side,
.services-bg-img.half-bg-img .section-heading .line-on-center {
	background-color: #fff !important;
}

.services-bg-img .service-box {
	margin-bottom: 2rem;
	border-radius: 0;
}

.services-bg-img .service-box .bg-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
	transition: all 0.5s ease-in-out 0s;
}

.services-bg-img .service-box .bg-img .overlay-color {
	z-index: 0;
	opacity: .95;
}

.services-bg-img .service-box .bg-img .service-bg-img {
	max-height: 100%;
	width: 100%;
	object-fit: cover;
}

.services-bg-img .service-box .service-content {
	margin-bottom: 2rem;
}

.services-bg-img .service-box .service-content .service-title {
	color: #fff;
}

.services-bg-img .service-box .service-content .service-text {
	color: #f1f1f1;
}

.services-bg-img .service-box:hover .bg-img .overlay-color {
	opacity: .85;
}

/*   04- End .services Section Rules   */
/*  05- Start about Section   */
.about .about {
	position: relative;
}

.about .about:not(:last-child) {
	margin-bottom: 2.5rem;
}

.about .about-col,
.about .img-area {
	position: relative;
	z-index: 0;
}

.about .about-col .photo-banner-start,
.about .about-col .photo-banner-end,
.about .img-area .photo-banner-start,
.about .img-area .photo-banner-end {
	position: absolute;
    min-width: 150px;
    min-height: 260px;
	background-image: url('https://sim.livmuztang.com/demo/assets/Images/about/livmuztang.png');
	color: #fff;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	top: -6rem;
	background-size: 150px;
	bottom: auto;
	background-repeat: no-repeat;
	/*   background-image: url('w3css.gif');
		
		background-attachment: fixed;
	background-position: center; */
}

.about .about-col .photo-banner-start .number,
.about .about-col .photo-banner-end .number,
.about .img-area .photo-banner-start .number,
.about .img-area .photo-banner-end .number {
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: 2px;
	-webkit-text-fill-color: transparent;
	font-size: 8rem;
	font-weight: 900;
	line-height: 1;
}





@media (max-width: 767px) {
	.about .about-col .photo-banner-start .number,
	.about .about-col .photo-banner-end .number,
	.about .img-area .photo-banner-start .number,
	.about .img-area .photo-banner-end .number {
		font-size: 4rem;
		font-weight: 700;
	}
}

.about .about-col .photo-banner-start .banner-text,
.about .about-col .photo-banner-end .banner-text,
.about .img-area .photo-banner-start .banner-text,
.about .img-area .photo-banner-end .banner-text {
	font-size: 1.25rem;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0;
}

@media (max-width: 767px) {
	.about .about-col .photo-banner-start .banner-text,
	.about .about-col .photo-banner-end .banner-text,
	.about .img-area .photo-banner-start .banner-text,
	.about .img-area .photo-banner-end .banner-text {
		font-size: 1rem;
	}
}

.about .about-col .photo-banner-start .read-more,
.about .about-col .photo-banner-end .read-more,
.about .img-area .photo-banner-start .read-more,
.about .img-area .photo-banner-end .read-more {
	color: #fff;
}

@media (max-width: 767px) {
	.about .about-col .photo-banner-start,
	.about .about-col .photo-banner-end,
	.about .img-area .photo-banner-start,
	.about .img-area .photo-banner-end {
		top: -3.8rem !important;
		bottom: auto !important;
		left: 15rem !important;
		right: -1.5rem !important;
		min-height: 180px;
		background-size: 80px;
	}
}

@media (max-width: 425px) {
	.about .about-col .photo-banner-start,
	.about .about-col .photo-banner-end,
	.about .img-area .photo-banner-start,
	.about .img-area .photo-banner-end {
		top: -3.8rem !important;
		bottom: auto !important;
		left: 18rem !important;
		right: -1.5rem !important;
		min-height: 180px;
		background-size: 80px;
	}
}

/* @media (max-width: 575px) {
	.about .about-col .photo-banner-start,
	.about .about-col .photo-banner-end,
	.about .img-area .photo-banner-start,
	.about .img-area .photo-banner-end {
    top: 0rem !important;
    bottom: auto !important;
    left: auto !important;
    right: 0rem !important;
	}
} */

.about .about-col .photo-banner-start,
.about .img-area .photo-banner-start {
	left: -2rem;
	right: auto;
}

.about .about-col .photo-banner-end,
.about .img-area .photo-banner-end {
	left: 25rem;
	right: -2rem;
}

.about .about-col .banner-seal-logo,
.about .img-area .banner-seal-logo {
	position: absolute;
	width: 250px;
	height: 250px;
	bottom: 1rem;
	top: auto;
	right: auto;
	left: 1rem;
	background: transparent;
	transform: rotate(15deg);
	z-index: 5;
}

@media (max-width: 1024px) {
	.about .about-col .photo-banner-end, .about .img-area .photo-banner-end {
		left: 16rem;
		right: -2rem;
	}
}


@media (max-width: 767px) {
	.about .about-col .banner-seal-logo,
	.about .img-area .banner-seal-logo {
		width: 150px;
		height: 150px;
	}
}

.about .about-col .banner-seal-logo.to-left,
.about .img-area .banner-seal-logo.to-left {
	right: auto;
	left: 1rem;
}

.about .about-col .banner-seal-logo.to-right,
.about .img-area .banner-seal-logo.to-right {
	left: auto;
	right: 1rem;
}

.about .about-col .video-wraper,
.about .img-area .video-wraper {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	z-index: 10;
}

@media (max-width: 1199px) {
	.about .about-col .video-wraper,
	.about .img-area .video-wraper {
		top: 100%;
		left: 50%;
	}
}

.about .img-area {
	padding: 0;
	width: 75%;
}

.about .img-area.framed::before, .about .img-area.framed::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 2px solid #fff;
	z-index: 5;
}

.about .img-area.framed::before {
	border-right: none;
	border-bottom: none;
	top: 30px;
	left: 30px;
}

.about .img-area.framed::after {
	border-left: none;
	border-top: none;
	bottom: 30px;
	right: 30px;
}

.about .img-area .overlay-color {
	opacity: .5;
	z-index: 1;
}

@media (max-width: 991px) {
	.about .img-area {
		padding: 0;
		width: 100%;
	}
	.about .img-area .about-img {
		max-height: 350px;
		width: 100%;
		object-fit: cover;
	}
}

.about .content-block:not(:last-child) {
	margin-bottom: 1rem;
}

.about .content-block .pad-start .text-area {
	padding-left: 3rem;
}

@media (max-width: 991px) {
	.about .content-block .pad-start .text-area {
		padding-left: 0;
	}
}

.about .content-block .pad-end .text-area {
	padding-right: 3rem;
}

@media (max-width: 991px) {
	.about .content-block .pad-end .text-area {
		padding-right: 0;
	}
}

.about .text-area {
	position: relative;
	padding: 3rem 0;
}

.about .text-area .cta-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about .text-area .cta-area .signature {
	max-width: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.about .text-area .cta-area .signature .poss {
	display: block;
	font-size: .75rem;
	color: #ef6438;
	margin-top: -.5rem;
	text-transform: capitalize;
}

.about .about-title {
	font-size: 2.25rem;
	font-weight: 800;
	text-transform: capitalize;
	font-family: "Merriweather", "sans-serif";
	margin-bottom: 1.25rem;
	color: #252525;
}

@media (max-width: 767px) {
	.about .about-title {
		font-size: 2rem;
		margin-bottom: .75rem;
	}
}

.about .section-heading {
	margin-bottom: 1rem;
}

.about .first-p {
	font-family: "Merriweather", "sans-serif";
	font-weight: 500;
	font-size: 1.1rem;
	font-style: italic;
	color: #252525;
	opacity: .85;
	line-height: 1.7;
	margin-bottom: 1rem;
}

.about .first-p::first-letter {
	text-transform: capitalize;
}

.about .about-text {
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 1.7;
	margin-bottom: 2rem;
	color: #fff;
	letter-spacing: .5px;
}

.about .about-text::first-letter {
	text-transform: capitalize;
}

.about .info-items .menu-items {
	margin: 0;
	padding: 2rem 0;
	list-style: none;
}

.about .info-items .menu-items .info-item {
	margin-bottom: 1.25rem;
	display: flex;
	align-items: start;
	justify-content: start;
}

@media (max-width: 767px) {
	.about .info-items .menu-items .info-item {
		flex-direction: column;
	}
}

.about .info-items .menu-items .info-item .info-content {
	padding-right: 3rem;
}

.about .info-items .menu-items .info-item .info-title {
	font-family: "Merriweather", "sans-serif";
	margin-bottom: .75rem;
	color: #252525;
	font-weight: 500;
	font-size: 1.25rem;
	text-transform: capitalize;
}

.about .info-items .menu-items .info-item .info-text {
	font-size: 1rem;
	font-weight: 400;
	color: #5f5f5f;
}

.about .info-items .menu-items .info-item .info-icon {
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
	color: #ef6438;
	font-size: 2.5rem;
	transition: transform 0.3s ease-in-out 0s;
}

.about .info-items .menu-items .info-item .info-img-icon {
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
	width: 60px;
	height: 60px;
	transition: transform 0.3s ease-in-out 0s;
}

.about .info-items .menu-items .info-item:hover .info-icon,
.about .info-items .menu-items .info-item:hover .info-img-icon {
	transform: translateY(-5px);
}

.about .info-items-grid {
	padding: 3rem 0;
}

.about .info-items-grid .info-item {
	margin-bottom: 3rem;
}

.about .info-items-grid .info-item .item-title {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	font-weight: 600;
	font-family: "Merriweather", "sans-serif";
	text-transform: capitalize;
}

.about .info-items-grid .info-item .item-title .item-icon {
	margin-right: .75rem;
	font-size: 2.25rem;
	color: #ef6438;
}

.about .info-items-grid .info-item .item-text {
	font-weight: 400;
	font-size: .85;
	opacity: .75;
}

.about .about-stats {
	margin-bottom: 2rem;
}

.about .about-stats .stat-box {
	text-align: center;
	padding: 1.5rem;
	margin-bottom: 0;
}

.about .about-stats .stat-box .stat-num {
	color: #252525;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: .25rem;
	display: inline-block;
	position: relative;
}

.about .about-stats .stat-box .stat-num .sign {
	font-size: 2.5rem;
	color: #ef6438;
	font-weight: 600;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-100%, -50%);
}

.about .about-stats .stat-box .stat-desc {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.2;
	color: #4d4d4d;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.about .about-stats .stat-box .stat-num {
		font-size: 2rem;
		font-weight: 700;
	}
	.about .about-stats .stat-box .stat-num .sign {
		font-size: 1.25rem;
	}
}

.about .wide-img-area {
	position: absolute;
	width: 100%;
	height: 100%;
	max-height: 100%;
	right: 0;
	top: 0;
	overflow: hidden;
	z-index: 0;
}

.about .wide-img-area .overlay {
	z-index: 2;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}

.about .wide-img-area > img {
	width: 100%;
	max-width: 100%;
	height: auto;
	min-height: 100%;
	transform-origin: center;
	object-fit: cover;
	transition: all 0.5s ease-in-out 0s;
}

.about .wide-img-area:hover .overlay {
	opacity: 0.5;
}

@media (max-width: 991px) {
	.about .wide-img-area {
		position: relative;
		width: 100%;
		max-height: 360px;
	}
}

.about .wide-img-from-start-dir,
.about .wide-img-from-end-dir {
	margin-bottom: 0 !important;
}

.about .wide-img-from-start-dir .text-area,
.about .wide-img-from-end-dir .text-area {
	margin: 0 5rem;
	padding: 5rem 0;
}

@media (min-width: 1920px) {
	.about .wide-img-from-start-dir .text-area,
	.about .wide-img-from-end-dir .text-area {
		max-width: 950px;
		margin: 0 auto;
	}
}

@media (max-width: 991px) {
	.about .wide-img-from-start-dir .text-area,
	.about .wide-img-from-end-dir .text-area {
		margin: 0 1rem;
		padding: 3rem 0;
	}
}

@media (max-width: 991px) {
	.about .wide-img-from-start-dir .wide-img-area,
	.about .wide-img-from-end-dir .wide-img-area {
		max-height: 500px;
	}
}

/*  05- End about Section    */
/*   06- Start portfolio Section  */
.portfolio {
	overflow: hidden;
	position: relative;
}

.portfolio .portfolio-wraper {
	overflow: hidden;
	margin-bottom: 3rem;
}

.portfolio .portfolio-btn-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-transform: capitalize;
	margin-bottom: 2rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.portfolio .portfolio-btn-list .portfolio-btn {
	position: relative;
	margin: 5px;
	padding: .5rem 1rem;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 700;
	z-index: 1;
	color: #252525;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.portfolio .portfolio-btn-list .portfolio-btn:first-child {
	padding-left: 0;
}

.portfolio .portfolio-btn-list .portfolio-btn:last-child {
	padding-right: 0;
}

.portfolio .portfolio-btn-list .portfolio-btn:not(:last-child)::before {
	content: "";
	width: .5rem;
	height: .5rem;
	background-color: #ef6438;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.portfolio .portfolio-btn-list .portfolio-btn:hover, .portfolio .portfolio-btn-list .portfolio-btn.active {
	color: #ef6438;
}

.portfolio .portfolio-group {
	direction: ltr;
	position: relative;
}

.portfolio .portfolio-img-link {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none;
	z-index: 1;
	transition: all 0.5s ease-in-out 0s;
}

.portfolio .portfolio-item {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-right: .75rem;
	margin-bottom: .75rem;
}

@media (max-width: 575px) {
	.portfolio .portfolio-item {
		padding-right: 0;
	}
}

.portfolio .item {
	overflow: hidden;
	position: relative;
}

.portfolio .item .overlay-color {
	z-index: 2;
	opacity: 0;
}

.portfolio .item:hover .item-info {
	transform: scale(1);
	opacity: 1;
}

.portfolio .item:hover .overlay-color {
	opacity: 0.5;
}

.portfolio .item:hover .portfolio-img {
	transform: scale(1.05);
	transform-origin: center;
}

.portfolio .item:hover .icon {
	opacity: 1;
	top: 50%;
	transform: translate(-50%, -50%);
}

.portfolio .item .portfolio-img {
	display: block;
	min-width: 100%;
	object-fit: cover;
	height: 350px;
	transition: all 1s ease 0s;
}

.portfolio .item .item-info {
	position: absolute;
	width: 90%;
	height: 90%;
	left: 5%;
	top: 5%;
	transform: scale(0);
	transform-origin: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	background-color: rgba(18, 18, 18, 0.75);
	pointer-events: none;
	transition: all 0.3s ease-out 0s;
	z-index: 5;
}

.portfolio .item .item-info .icon {
	opacity: 1;
	bottom: 0%;
	top: auto;
}

.portfolio .item .item-info .info-title {
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
}

.portfolio .item .item-info .tags-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.portfolio .item .item-info .tag-item {
	display: inline-block;
	position: relative;
	margin-right: 1rem;
}

.portfolio .item .item-info .tag-item:not(:first-child) {
	margin-left: 1rem;
}

.portfolio .item .item-info .tag-item:not(:last-child)::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	left: 100%;
	top: 50%;
	margin: 0 1rem;
	transform: translate(-50%, -50%);
}

.portfolio .item .item-info .tag-link {
	display: inline-block;
	font-size: 1rem;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none !important;
}

.portfolio .item .icon {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 3rem;
	background: rgba(34, 128, 88, 0.8);
	color: #fff;
	font-size: 1.25rem;
	left: 50%;
	top: 25%;
	transform: translate(-50%, 0);
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 5;
	transition: all 0.25s ease-in-out 0s;
}

.portfolio-grid-rounded .item {
	border-radius: .5rem;
	overflow: hidden;
}

.portfolio-blocks .item {
	border-radius: 0;
	overflow: hidden;
}

.portfolio-grid-no-gaps .portfolio-item {
	padding: 0;
	margin-bottom: 0;
}

.portfolio-grid-no-gaps .item {
	border-radius: 0;
	overflow: hidden;
}

.portfolio .swiper-button-prev,
.portfolio .swiper-button-next {
	background-image: none;
	width: 4.5rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #fff;
	background: #ef6438;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
}

.portfolio .swiper-button-prev:hover,
.portfolio .swiper-button-next:hover {
	background-color: rgba(34, 128, 88, 0.8);
}

.portfolio-slider .item .portfolio-img {
	height: 450px;
}

@media (max-width: 767px) {
	.portfolio-slider .item .portfolio-img {
		height: 400px;
	}
}

/*   06- End portfolio Section  */
/*  07- Start our-team Section   */
.our-team .tm-member-card {
	position: relative;
	overflow: hidden;
	margin-bottom: 2rem;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
	box-shadow: 1px 1px 10px 0px rgba(18, 18, 18, 0.1);
}

.our-team .tm-member-card:hover {
	box-shadow: 1px 1px 10px 5px rgba(18, 18, 18, 0.1);
}

.our-team .tm-member-card:hover .tm-image > img {
	transform: scale(1.05);
	transform-origin: center;
}

.our-team .tm-member-card:hover .tm-image .overlay-color {
	opacity: 0.5;
}

.our-team .tm-member-card:hover .tm-image .tm-desc .sc-item {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.our-team .tm-member-card .tm-image {
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease-in-out 0s;
}

.our-team .tm-member-card .tm-image .overlay-color {
	z-index: 2;
	opacity: 0;
	transition: all 0.5s ease-in-out 0s;
}

.our-team .tm-member-card .tm-image img {
	width: 100%;
	transition: all 0.5s ease-in-out 0s;
}

.our-team .tm-member-card .tm-image .tm-desc {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 1rem;
	z-index: 7;
}

.our-team .tm-member-card .tm-image .tm-desc .sc-item {
	transform: translateY(150px);
	visibility: hidden;
	opacity: 0;
	transition: all 0.25s ease-in-out 0s;
}

.our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(1) {
	transition-delay: 0.1s;
}

.our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(2) {
	transition-delay: 0.2s;
}

.our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(3) {
	transition-delay: 0.3s;
}

.our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(4) {
	transition-delay: 0.4s;
}

.our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(5) {
	transition-delay: 0.5s;
}

.our-team .tm-member-card .tm-image .tm-desc .sc-item:nth-child(6) {
	transition-delay: 0.6s;
}

.our-team .tm-member-card .tm-details {
	text-align: left;
	padding: 1rem 0;
}

.our-team .tm-member-card .tm-details .tm-name {
	text-transform: capitalize;
	font-size: 1.35rem;
	font-weight: 700;
	margin-bottom: 0;
	color: #ef6438;
}

.our-team .tm-member-card .tm-details .tm-role {
	text-transform: capitalize;
	font-size: 1rem;
	font-weight: 500;
	color: #121212;
	opacity: .75;
}

/*  07- End our-team Section   */
/*  08- Start our-clients Section   */
.our-clients {
	background: #252525;
}

.our-clients .clients-logos {
	text-align: center;
}

.our-clients .logo {
	max-height: 75px;
	transition: all 0.5s ease-in-out 0s;
}

.our-clients-blocks {
	background: #252525;
}

.our-clients-blocks .section-heading .section-title {
	color: #f1f1f1;
}

.our-clients-blocks .blocks-row {
	margin-bottom: -30px;
}

.our-clients-blocks .client-block {
	padding: 1.25rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out 0s;
}

.our-clients-blocks .client-block:hover {
	transform: translateY(-10px);
}

@media (max-width: 767px) {
	.our-clients-blocks .client-block {
		padding: 2rem;
	}
}

/*  08- End our-clients Section   */
/*  09- Start faq Section   */
.faq {
	overflow: unset;
	/*Start FAQ-Accordion Rules*/
	/*End FAQ-Accordion Rules*/
}

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

@media (max-width: 991px) {
	.faq .faq-img {
		margin-bottom: 3rem;
	}
}

.faq .faq-accordion .card {
	border: none;
}

.faq .faq-accordion .card:last-of-type {
	margin-bottom: 0 !important;
}

.faq .faq-accordion .card-header {
	position: relative;
	background: #252525;
	border-bottom: 2px solid #ef6438;
}

.faq .faq-accordion .card-header .faq-btn {
	width: 100%;
	padding-left: 0;
	padding-right: 20px;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 0;
	font-size: 1.1rem;
	font-weight: 600;
	white-space: normal;
	color: #fff;
	outline: none;
	box-shadow: none;
}

.faq .faq-accordion .card-header .faq-btn::before {
	content: "\f068";
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 5 free' !important;
	font-weight: 900;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	left: auto;
	color: #fff;
}

.faq .faq-accordion .card-header .faq-btn.collapsed::before {
	content: "\f067";
}

.faq .faq-accordion .card-body {
	padding-top: .5rem;
}

.faq .faq-accordion .card-body .faq-answer {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	color: #5f5f5f;
}

.faq.has-bg-image .overlay-photo-image-bg {
	background-image: url("../assets/Images/sections-bg-images/faq.jpg");
	opacity: 1;
	height: 100%;
}

.faq.has-bg-image .overlay-color {
	height: 100%;
}

.faq.has-bg-image .tag-line {
	color: #fff;
}

.faq.has-bg-image .section-title {
	color: #fff;
}

.faq.has-bg-image .section-subtitle {
	color: rgba(255, 255, 255, 0.75);
}

.faq.has-bg-image .line-on-center,
.faq.has-bg-image .line-on-side {
	background-color: #fff;
}

.faq.has-bg-image .contact-us {
	background-color: #252525;
	padding: 3rem 4rem;
}

.faq.has-bg-image input,
.faq.has-bg-image textarea,
.faq.has-bg-image label {
	color: #fff !important;
}

/*  09- End faq Section  */
/*  10- Start testimonials Section   */
.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color {
	right: 0;
	left: auto;
}

@media (max-width: 991px) {
	.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
	.testimonials.off-grid.bg-img-section .overlay-color {
		width: 100%;
	}
}

.testimonials.off-grid.bg-img-section .overlay-photo-image-bg {
	background-image: url(../assets/Images/testimonials/testmonials-bg.html);
	opacity: 1;
}


.testimonials.off-grid.bg-img-section .overlay-color {
	opacity: 0.5 !important;
}

.testimonials.off-grid .testmonial-box .testimonial-content, .testimonials.stack .testmonial-box .testimonial-content {
	background: #f1f1f1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	padding: 4rem 0;
	border: 1px solid rgba(34, 128, 88, 0.5);
	border-bottom: 0.25rem solid #ef6438;
}

@media (max-width: 575px) {
	.testimonials.off-grid .testmonial-box .testimonial-content, .testimonials.stack .testmonial-box .testimonial-content {
		flex-direction: column;
		align-items: start;
		padding: 4rem 1rem;
	}
}

.testimonials.off-grid .testmonial-box .testimonial-content .content, .testimonials.stack .testmonial-box .testimonial-content .content {
	padding: 0 2rem;
	margin-bottom: 1rem;
}

@media (max-width: 767px) {
	.testimonials.off-grid .testmonial-box .testimonial-content .content, .testimonials.stack .testmonial-box .testimonial-content .content {
		padding: 0 1rem;
	}
}

.testimonials.off-grid .testmonial-box .testimonial-content .testimonial-text, .testimonials.stack .testmonial-box .testimonial-content .testimonial-text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.7;
	font-style: italic;
	color: #252525;
	padding: 0;
	margin: 0;
}

@media (max-width: 991px) {
	.testimonials.off-grid .testmonial-box .testimonial-content .testimonial-text, .testimonials.stack .testmonial-box .testimonial-content .testimonial-text {
		font-size: 1.15rem;
	}
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-testimonial, .testimonials.stack .testmonial-box .testimonial-content .customer-testimonial {
	position: relative;
}

@media (max-width: 767px) {
	.testimonials.off-grid .testmonial-box .testimonial-content .customer-testimonial, .testimonials.stack .testmonial-box .testimonial-content .customer-testimonial {
		padding: 0;
	}
}

.testimonials.off-grid .testmonial-box .testimonial-content .icon, .testimonials.stack .testmonial-box .testimonial-content .icon {
	position: absolute;
	bottom: -3rem;
	right: 2rem;
	left: auto;
	display: block;
	font-size: 6rem;
	opacity: .2;
	color: #ef6438;
	transform: scaleX(-1);
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info, .testimonials.stack .testmonial-box .testimonial-content .customer-info {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-shrink: 0;
	justify-content: center;
	padding: 0 2rem;
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info img, .testimonials.stack .testmonial-box .testimonial-content .customer-info img {
	width: 4.5rem;
	height: 4.5rem;
	border: 3px solid #ef6438;
	border-radius: 50%;
	margin-bottom: .75rem;
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details, .testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details {
	display: inline-block;
	text-align: center;
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-name, .testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-name,
.testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-role,
.testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-role {
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-name, .testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-name {
	font-size: 1.15rem;
	font-weight: 700;
	color: #252525;
}


.testimonials.off-grid .testmonial-box .testimonial-content .customer-info .customer-details .customer-role,
.testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details .customer-role {
	font-size: 1rem;
	color: #ef6438;
}

.testimonials .swiper-container {
	margin-bottom: 3rem;
}

.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
.testimonials.off-grid.bg-img-section .overlay-color {
	width: 50%;
}

@media (max-width: 991px) {
	.testimonials.off-grid.bg-img-section .overlay-photo-image-bg,
	.testimonials.off-grid.bg-img-section .overlay-color {
		width: 0;
	}
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info {
	flex-direction: column;
	text-align: center;
}

@media (max-width: 767px) {
	.testimonials.off-grid .testmonial-box .testimonial-content .customer-info {
		padding: 0 1rem;
		margin-bottom: 1.5rem;
	}
}

@media (max-width: 575px) {
	.testimonials.off-grid .testmonial-box .testimonial-content .customer-info {
		flex-direction: row;
		text-align: left;
	}
}

.testimonials.off-grid .testmonial-box .testimonial-content .customer-info::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 80%;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ef6438;
	border-radius: 1rem;
	right: 0;
}

@media (max-width: 575px) {
	.testimonials.off-grid .testmonial-box .testimonial-content .customer-info::before {
		display: none;
	}
}

@media (max-width: 575px) {
	.testimonials.off-grid .testmonial-box .testimonial-content .customer-info img {
		margin-right: 1rem;
	}
}

.testimonials.stack .testmonial-box .testimonial-content {
	flex-direction: column;
	align-items: start;
}

.testimonials.stack .testmonial-box .testimonial-content .customer-info {
	margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
	.testimonials.stack .testmonial-box .testimonial-content .customer-info {
		padding: 0 1rem;
	}
}

.testimonials.stack .testmonial-box .testimonial-content .customer-info img {
	margin-right: 1rem;
}

.testimonials.stack .testmonial-box .testimonial-content .customer-info .customer-details {
	text-align: left;
}

.testimonials .swiper-button-prev,
.testimonials .swiper-button-next {
	background-image: none;
	width: 4.5rem;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	color: #fff;
	background: #ef6438;
	cursor: pointer;
	transition: all 0.3s ease-in-out 0s;
	top: 0;
	bottom: auto;
	margin-top: 0;
}

.testimonials .swiper-button-prev:hover,
.testimonials .swiper-button-next:hover {
	background-color: rgba(34, 128, 88, 0.8);
}

.testimonials .swiper-button-prev {
	right: 0;
	left: auto;
	transform: translateX(-100%);
}

.testimonials .swiper-button-next {
	right: 0;
	left: auto;
}

/*  10- End testimonials Section   */
/*   11- Start contact-us Section  */
.main-form-wraper.input-under-lined label:not(.lbl-for-checkbox), .main-form-wraper.input-boxed label:not(.lbl-for-checkbox) {
	margin: 0;
	font-size: 1rem;
	font-weight: 600;
	text-transform: capitalize;
	position: absolute;
	font-size: .95rem;
	left: 0;
	top: 0px;
	color: #252525;
	transition: all 0.3s ease-in-out 0s;
}

.main-form-wraper input[type=email]:focus ~ label,
.main-form-wraper input[type=text]:focus ~ label,
.main-form-wraper input[type=password]:focus ~ label,
.main-form-wraper input[type=url]:focus ~ label,
.main-form-wraper input[type=search]:focus ~ label,
.main-form-wraper input[type=number]:focus ~ label,
.main-form-wraper textarea:focus ~ label, .main-form-wraper.input-under-lined .input-wraper.has-text label, .main-form-wraper.input-under-lined input[type=email]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=text]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=password]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=url]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=search]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=number]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined textarea:focus ~ label:not(.lbl-for-checkbox), .main-form-wraper.input-boxed .input-wraper.has-text label, .main-form-wraper.input-boxed input[type=email]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=text]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=password]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=url]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=search]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed input[type=number]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-boxed textarea:focus ~ label:not(.lbl-for-checkbox) {
	top: -30px;
	font-size: 1rem;
	font-weight: 600;
	color: #ef6438;
}

.main-form-wraper .not-req {
	display: none;
}

.main-form-wraper .req {
	color: red;
}

.main-form-wraper .error-msg {
	position: absolute;
	right: 0;
	top: 0;
	transform: translateY(50%);
	font-size: .85rem;
	color: red;
	display: none;
}

.main-form-wraper .done-msg {
	font-size: 1rem;
	color: green;
	transform: translateY(1rem);
	transition: all 0.5s ease-in-out 0s;
}

.main-form-wraper .done-msg.show {
	visibility: visible;
	opacity: 1;
}

.main-form-wraper .done-msg.hide {
	visibility: hidden;
	opacity: 0;
}

.main-form-wraper .input-wraper {
	position: relative;
	margin-bottom: 2rem;
}

.main-form-wraper .input-wraper .input-icon {
	position: absolute;
	left: auto;
	right: .5rem;
	top: 50%;
	transform: translateY(-50%);
	color: #5f5f5f;
}

.main-form-wraper .lbl-for-checkbox {
	margin: 0;
	padding: 0;
	margin-left: .5rem;
	text-transform: capitalize;
	color: #5f5f5f;
	font-size: .85rem;
	cursor: pointer;
}

.main-form-wraper input[type=email],
.main-form-wraper input[type=text],
.main-form-wraper input[type=password],
.main-form-wraper input[type=url],
.main-form-wraper input[type=search],
.main-form-wraper input[type=number],
.main-form-wraper textarea {
	display: block;
	width: 100%;
	padding: .5rem;
	outline: none;
	border: 2px solid #ef643857;
	transition: all 0.3s ease-in-out 0s;
	background: rgba(0, 0, 0, 0);
	color: #252525;
}

.main-form-wraper input[type=email] [type=submit]:focus,
.main-form-wraper input[type=text] [type=submit]:focus,
.main-form-wraper input[type=password] [type=submit]:focus,
.main-form-wraper input[type=url] [type=submit]:focus,
.main-form-wraper input[type=search] [type=submit]:focus,
.main-form-wraper input[type=number] [type=submit]:focus,
.main-form-wraper textarea [type=submit]:focus {
	outline: none !important;
}

.main-form-wraper textarea {
	min-height: 10rem;
}

.main-form-wraper .keep-me-logged-in {
	position: relative;
	display: flex;
	align-items: center;
}

.main-form-wraper .keep-me-logged-in .check-input {
	-webkit-appearance: none;
	width: 1rem;
	height: 1rem;
	border-radius: .25rem;
	border: 1px solid #ef6438;
	outline: none;
	cursor: pointer;
}

.main-form-wraper .keep-me-logged-in .check-input:checked ~ .icon {
	opacity: 1;
	visibility: visible;
}

.main-form-wraper .keep-me-logged-in .icon {
	position: absolute;
	left: 2px;
	top: 4px;
	font-size: .75rem;
	color: #ef6438;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.5s ease-in-out 0s;
}

.main-form-wraper input[type=submit] {
	outline: none;
	border: none;
}

.main-form-wraper.input-under-lined .input-wraper.has-text label {
	top: -20px;
}

.main-form-wraper.input-under-lined .input-wraper.has-text .b-border {
	transform: scaleX(1);
}

.main-form-wraper.input-under-lined .input-wraper .b-border {
	display: block;
	width: 100%;
	transform: scaleX(0);
	transform-origin: center;
	height: 2px;
	background: #ef6438;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease-in-out 0s;
}

.main-form-wraper.input-under-lined label:not(.lbl-for-checkbox) {
	left: 0;
	top: 0px;
	transition: all 0.3s ease-in-out 0s;
}

.main-form-wraper.input-under-lined input[type=email],
.main-form-wraper.input-under-lined input[type=text],
.main-form-wraper.input-under-lined input[type=password],
.main-form-wraper.input-under-lined input[type=url],
.main-form-wraper.input-under-lined input[type=search],
.main-form-wraper.input-under-lined input[type=number],
.main-form-wraper.input-under-lined textarea {
	padding: .5rem 0;
	border: none;
	border-bottom: 1px solid rgba(34, 128, 88, 0.5);
}

.main-form-wraper.input-under-lined input[type=email]:focus ~ .b-border,
.main-form-wraper.input-under-lined input[type=text]:focus ~ .b-border,
.main-form-wraper.input-under-lined input[type=password]:focus ~ .b-border,
.main-form-wraper.input-under-lined input[type=url]:focus ~ .b-border,
.main-form-wraper.input-under-lined input[type=search]:focus ~ .b-border,
.main-form-wraper.input-under-lined input[type=number]:focus ~ .b-border,
.main-form-wraper.input-under-lined textarea:focus ~ .b-border {
	transform: scaleX(1);
}

.main-form-wraper.input-under-lined input[type=email]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=text]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=password]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=url]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=search]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined input[type=number]:focus ~ label:not(.lbl-for-checkbox),
.main-form-wraper.input-under-lined textarea:focus ~ label:not(.lbl-for-checkbox) {
	top: -20px;
}

.main-form-wraper.input-boxed {
	padding-top: 30px;
}

.main-form-wraper.input-boxed label:not(.lbl-for-checkbox) {
	font-size: 1rem;
	font-weight: 600;
	top: -30px;
	left: 0;
	transition: all 0.3s ease-in-out 0s;
}

.main-form-wraper.input-boxed input[type=email]:focus,
.main-form-wraper.input-boxed input[type=text]:focus,
.main-form-wraper.input-boxed input[type=password]:focus,
.main-form-wraper.input-boxed input[type=url]:focus,
.main-form-wraper.input-boxed input[type=search]:focus,
.main-form-wraper.input-boxed input[type=number]:focus,
.main-form-wraper.input-boxed textarea:focus {
	border-color: #ef6438;
}

.contact-info .map-box .mapouter {
	position: relative;
	text-align: right;
	height: 500px;
	width: 100%;
}

.contact-info .map-box .mapouter .gmap_canvas {
	overflow: hidden;
	background: none !important;
	height: 500px;
	width: 100%;
}

.contact-info .map-box .mapouter .map-iframe {
	width: 100%;
	height: 500px;
	border: none;
}

@media (max-width: 1199px) {
	.contact-info .map-box {
		margin-bottom: 3rem;
	}
}

.contact-info .info-section {
	padding: 2rem 0;
}

.contact-info .info-panel {
	margin-bottom: 2rem;
	display: flex;
	align-items: start;
}

.contact-info .info-title {
	text-transform: capitalize;
	font-family: "Merriweather", "sans-serif";
	font-size: 1.25rem;
	font-weight: 900;
	margin-bottom: 1.25rem;
	color: #ef6438;
}

.contact-info .info-title .icon {
	color: #ef6438;
	font-size: 1.5rem;
	margin-right: 1rem;
}

.contact-info .info-text {
	text-transform: capitalize;
	font-size: .9rem;
	font-weight: 300;
	color: #5f5f5f;
	margin: 0;
	margin-bottom: .5rem;
}

.contact-info .link {
	display: block;
	text-transform: lowercase;
	text-decoration: none;
	font-size: .9rem;
	font-weight: 300;
	color: #5f5f5f;
	margin-bottom: .5rem;
}

.contact-info .link:hover {
	color: #121212;
}

.contact-us-image {
	padding-top: 1.25rem;
	padding-bottom: 2.5rem;
	text-align: center;
}

/*End user-form Rules*/
/*   11- End contact-us Section  */
/*  12- Start take-action Section   */
.take-action {
	background: #ef6438;
	padding: 150px 0;
}

.take-action .wave-shape {
	background: #ef6438;
}

.take-action .section-heading .section-title {
	color: #f1f1f1;
}

.take-action .section-heading .section-subtitle {
	color: #f1f1f1;
}

.take-action .section-heading .line-on-side,
.take-action .section-heading .line-on-center {
	background-color: #fff;
}

.take-action .ma-btn-primary {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}

.take-action .ma-btn-primary:hover {
	background-color: #ef6438;
	border-color: #ef6438;
	color: #fff;
}

.take-action .overlay-photo-image-bg {
	background-image: url("../assets/Images/sections-bg-images/take-action.html");
	opacity: 1;
}

.take-action .overlay-color {
	opacity: 0.5 !important;
}

.take-action .cta-wrapper .cta-title {
	text-transform: capitalize;
}

@media (max-width: 991px) {
	.take-action .cta-wrapper .cta-title {
		margin-bottom: 1.25rem;
	}
}

.take-action .cta-wrapper .email-capture-form {
	position: relative;
}

.take-action .cta-wrapper .email-capture-form .email-lbl {
	text-transform: capitalize;
	display: block;
	font-size: .75rem;
	font-weight: 600;
	margin: 0 0 .5rem 0;
	text-align: left;
}

.take-action .cta-wrapper .email-capture-form .captured-email {
	display: inline-block;
	font-size: 1.5rem;
	width: 100%;
	margin-bottom: 1.5rem;
	outline: none;
	padding: .25rem 1rem;
	border: 2px solid #fff;
	border-radius: 5rem;
	text-align: center;
	background: rgba(0, 0, 0, 0);
	color: #fff;
}

.take-action .cta-wrapper .email-capture-form .captured-email::placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.take-action .cta-wrapper .email-capture-form .email-warning {
	position: absolute;
	bottom: -1.25rem;
	left: 0;
	font-size: .75rem;
	font-style: italic;
	color: #f1f1f1;
}

.take-action .cta-wrapper .email-capture-form .subscripe-btn {
	display: block;
	margin: 0 auto;
	border: 2px solid;
	border-radius: 5rem;
	padding: .5rem 3rem;
	font-size: 1rem;
	font-weight: 700;
	text-transform: capitalize;
	cursor: pointer;
	background: #fff;
	color: #ef6438;
	transition: all 0.5s ease-in-out 0s;
}

.take-action .cta-wrapper .email-capture-form .subscripe-btn:hover {
	background: transparent;
	color: #fff;
	border-color: #fff;
	transform: translateY(-2px);
}

.take-action .cta-wrapper .email-capture-form .subscripe-btn:focus {
	outline: none !important;
}

.subscribe .overlay-photo-image-bg {
	background-image: url("../assets/Images/sections-bg-images/subscribe.html");
	opacity: 1;
}

.subscribe .overlay-color {
	opacity: 0.5 !important;
}

.subscribe .section-heading .section-title {
	color: #f1f1f1;
}

.subscribe .section-heading .section-subtitle {
	color: #f1f1f1;
}

.subscribe .section-heading .line-on-side,
.subscribe .section-heading .line-on-center {
	background-color: #fff;
}

.subscribe .cta-wrapper {
	padding: 2rem 0;
}

@media (max-width: 767px) {
	.subscribe .cta-wrapper {
		padding: 0;
	}
}

.subscribe.2-cols .section-heading {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.subscribe.2-cols .section-heading {
		margin-bottom: 1rem;
	}
}

.subscribe.2-cols .section-heading .section-title {
	margin-bottom: 0;
}

.subscribe .form-group {
	padding: 0;
	margin: 0;
	position: relative;
}

.subscribe .form-group input[type=email] {
	font-size: 1.75rem;
	width: 100%;
	padding: .5rem 1rem;
	outline: none !important;
	border: 1px solid rgba(0, 0, 0, 0);
	color: #4d4d4d;
	background: #fff;
	margin-bottom: 0;
	border-radius: .25rem;
}

@media (max-width: 991px) {
	.subscribe .form-group input[type=email] {
		font-size: 1.5rem;
	}
}

@media (max-width: 575px) {
	.subscribe .form-group input[type=email] {
		font-size: 1rem;
	}
}

.subscribe .subscribe-btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	padding: .5rem 2rem;
}

.subscribe .subscribe-btn:hover {
	background: #ef6438;
	color: #fff;
	border-color: #ef6438;
}

@media (max-width: 575px) {
	.subscribe .subscribe-btn {
		padding: .5rem 1rem;
	}
}

.mc-form-wraper {
	position: relative;
}

.mc-form-wraper .mailchimp-alerts {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	left: 0;
	z-index: -1;
	transition: all 0.5s ease-in-out 0s;
}

.mc-form-wraper .mailchimp-alerts.show-message {
	top: 100%;
	margin-top: .5rem;
	transform: translateY(0);
	z-index: 1;
}

.mc-form-wraper .mailchimp-alerts .mc-msg {
	color: #fff;
	position: relative;
}

.mc-form-wraper .mailchimp-alerts .mc-msg .close-icon {
	font-size: .75rem;
	width: .75rem;
	height: .75rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .75;
}

.mc-form-wraper .mailchimp-alerts .mc-msg.active {
	padding: .5rem .75rem;
}

.mc-form-wraper .mailchimp-alerts .mc-submitting {
	background-color: rgba(255, 165, 0, 0.5);
}

.mc-form-wraper .mailchimp-alerts .mc-success {
	background-color: rgba(0, 128, 0, 0.5);
}

.mc-form-wraper .mailchimp-alerts .mc-error {
	background-color: rgba(255, 0, 0, 0.5);
}

/*  12- End take-action Section   */
/*   13- Start page-footer Section  */
.page-footer {
	padding-top: 4rem;
	position: relative;
}

.footer-cols {
	overflow: hidden;
	margin-bottom: 2rem;
}

.footer-col {
	margin-bottom: 1.5rem;
}

.footer-col-title {
	font-size: 1.25rem;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 1rem;
	color: #252525;
}

.footer-text-about-us {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75;
	padding-right: 1rem;
	margin-bottom: 1.25rem;
	color: #4d4d4d;
}

.sc-wraper {
	padding: 0;
}

.contact-info-card {
	font-weight: 600;
	padding: 0;
	padding-bottom: 1rem;
	border-radius: .5rem;
	transition: all 0.3s ease-in-out 0s;
}

.contact-info-card:last-of-type {
	padding-bottom: 0;
}

.contact-info-card .icon {
	font-size: 1.25rem;
	width: 1.5rem;
	text-align: center;
	margin-right: .5rem;
	vertical-align: middle;
	color: #ef6438;
}

.contact-info-card .info {
	text-decoration: none;
	font-size: .85rem;
	font-weight: 500;
	color: #4d4d4d;
	display: inline-block;
	transition: all 0.25s ease-in-out 0s;
}

.contact-info-card .info:hover {
	color: #ef6438;
	transform: translateX(0.25rem);
}

.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-menu-item {
	display: block;
	position: relative;
	padding-bottom: 1rem;
}

.footer-menu-link {
	font-weight: 500;
	font-size: .85rem;
	text-decoration: none;
	text-transform: capitalize;
	text-decoration: none;
	color: #5f5f5f;
	display: inline-block;
	transition: all 0.25s ease-in-out 0s;
}

.footer-menu-link:hover {
	color: #ef6438;
	text-decoration: none;
	transform: translateX(0.25rem);
}

.copyrights {
	padding: .5rem 0;
	overflow: hidden;
}

.copyrights .creadits {
	text-align: left;
	font-weight: 600;
	margin: 0;
	font-size: .85rem;
	color: #4d4d4d;
}

.copyrights .creadits .link {
	font-weight: 600;
	color: #ef6438;
	text-decoration: none;
}

.copyrights .terms-links {
	text-align: right;
}

.copyrights .terms-links > a {
	text-decoration: none !important;
	font-weight: 600;
	transition: all 0.5s ease-in-out 0s;
	color: #4d4d4d;
	text-decoration: none;
}

.dark-color-footer {
	background-color: #000;
}

.dark-color-footer .footer-col-title,
.dark-color-footer .contact-info-card .icon,
.dark-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon,
.dark-color-footer .terms-links,
.dark-color-footer .copyrights .creadits .link,
.dark-color-footer .terms-links > a:hover {
	color: #ef6438;
}

.dark-color-footer .footer-text-about-us,
.dark-color-footer .contact-info-card .info,
.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .footer-menu .footer-menu-link,
.dark-color-footer .copyrights .creadits,
.dark-color-footer .terms-links > a {
	color: #f1f1f1;
}

.dark-color-footer .contact-info-card .info:hover,
.dark-color-footer .footer-menu .footer-menu-link:hover,
.dark-color-footer .copyrights .creadits .link {
	color: #fff;
}

.light-color-footer {
	background-color: #f1f1f1;
}

.light-color-footer .footer-col-title,
.light-color-footer .contact-info-card .icon,
.light-color-footer .terms-links,
.light-color-footer .copyrights .creadits .link,
.light-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon {
	color: #ef6438;
}

.light-color-footer .footer-text-about-us,
.light-color-footer .contact-info-card .info,
.light-color-footer .footer-menu .footer-menu-link,
.light-color-footer .copyrights .creadits,
.light-color-footer .terms-links > a {
	color: #4d4d4d;
}

.light-color-footer .contact-info-card .info:hover,
.light-color-footer .footer-menu .footer-menu-link:hover,
.light-color-footer .terms-links > a:hover {
	color: #252525;
}

.main-color-footer {
	background-color: #ef6438;
	border-top: 2px solid #fff;
}

.main-color-footer .copyrights {
	border-color: #f1f1f1;
}

.main-color-footer .sc-wraper .sc-list .sc-item:hover .sc-icon {
	color: #ef6438;
}

.main-color-footer .contact-info-card .icon,
.main-color-footer .terms-links,
.main-color-footer .copyrights .creadits .link {
	color: #f1f1f1;
}

.main-color-footer .footer-col-title,
.main-color-footer .footer-text-about-us,
.main-color-footer .contact-info-card .info,
.main-color-footer .footer-menu .footer-menu-link,
.main-color-footer .copyrights .creadits,
.main-color-footer .terms-links > a {
	color: #f1f1f1;
}

.main-color-footer .contact-info-card .info:hover,
.main-color-footer .footer-menu .footer-menu-link:hover,
.main-color-footer .terms-links > a:hover {
	color: #fff;
}

.index-page-footer {
	padding: 20px 0;
	text-align: center;
	border-top: 2px solid rgba(34, 128, 88, 0.5);
}

.index-page-footer .footer-brand {
	text-decoration: none;
	display: inline-block;
	padding-bottom: 1rem;
	width: auto;
}

.index-page-footer .footer-brand img {
	width: 120px;
}

.index-page-footer .copyrights {
	display: block;
	text-align: center;
	color: #ef6438;
	font-size: .8rem;
	font-weight: 500;
	margin: 0;
}

/*   13- End page-footer Section  */
/* 14-  Start demos section Rules  */
.page-header .navbar-menu-wraper:after {
	display: none;
}

.demos-hero-section {
	background-color: #252525;
}

.demos-hero-section .overlay-photo-image-bg {
	background-image: url("../assets/Images/demos/index-hero/index-hero.html");
	opacity: 1;
}

.demos-hero-section .hero-text-area {
	margin: 0 !important;
}

.demos-hero-section .hero-text-area .theme-name {
	font-size: 5rem;
	font-weight: 900;
}

@media (max-width: 991px) {
	.demos-hero-section .hero-text-area .theme-name {
		font-size: 3.5rem;
	}
}

.demos-hero-section .hero-text-area .hero-subtitle {
	font-size: 1.25rem;
	margin-left: auto;
	margin-right: auto;
}

.demos-hero-section .overlay-image-bg {
	background-image: url("../assets/Images/demos/index-hero-bg.html") !important;
	opacity: 1;
}

.demos-hero-section .overlay-linear-gradient {
	opacity: .85 !important;
}

.demos-hero-section .overlay-color {
	opacity: .85 !important;
	background: #121212 !important;
}

.theme-name {
	overflow: hidden;
	text-transform: capitalize;
	transition: all .3s ease-in-out;
	font-size: 3rem;
	font-weight: 700;
	color: #f1f1f1;
}

@media (max-width: 991px) {
	.theme-name {
		font-size: 2.5rem;
		font-weight: 600;
	}
}

.hero-theme-logo > img {
	margin-bottom: 3rem;
}

@media (max-width: 991px) {
	.hero-theme-logo > img {
		max-width: 10rem;
		max-height: 10rem;
	}
}

.demos {
	background: #121212;
}

.demos .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 125px;
	padding: 2rem;
	border: 4px solid #ef6438;
	margin: 0 auto;
	margin-bottom: 2rem;
}

.demos .section-heading .section-title {
	color: #ef6438 !important;
}

.demos .section-heading .section-title .heading-brand-name {
	color: #fff;
	text-transform: capitalize;
	letter-spacing: 4px;
	font-weight: 300;
}

.demos .demo {
	position: relative;
	margin-bottom: 2rem;
	width: 100%;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 0;
	transition: all 0.5s ease-in-out 0s;
}

.demos .demo .overlay-color {
	opacity: 0;
	z-index: 1;
}

.demos .demo:hover {
	transform: translateY(-10px);
}

.demos .demo:hover .overlay-color {
	opacity: .85;
}

.demos .demo:hover .demo-links {
	top: 50%;
	transform: translate(-50%, -50%);
	visibility: visible;
	opacity: 1;
}

.demos .demo:hover .demo-name {
	background-color: #ef6438;
}

.demos .demo .note {
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Nunito", "sans-serif";
	font-size: 1.25rem;
	font-weight: 500;
	padding: 1rem 2rem;
	background: #ef6438;
	transform: translateY(50%);
	text-transform: lowercase;
	z-index: 2;
	transition: all 0.5s ease-in-out 0s;
}

.demos .demo .bg-img {
	position: relative;
}

.demos .demo .demo-image {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.demos .demo .demo-links {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	visibility: hidden;
	opacity: 0;
	z-index: 3;
	transition: all 0.5s ease-in-out 0s;
}

.demos .demo .demo-links .demo-link {
	padding: .75rem 1rem;
	color: #ef6438;
	text-transform: capitalize;
	font-size: 1.5rem;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s ease-in-out 0s;
}

.demos .demo .demo-links .demo-link:hover {
	transform: translateY(-10px);
}

.demos .demo .demo-links .demo-link:first-child {
	margin-right: 1rem;
}

.demos .demo .demo-links .demo-link.dark-demo {
	background-color: #5f5f5f;
	color: #fff;
}

.demos .demo .demo-links .demo-link.light-demo {
	background-color: #ef6438;
	color: #fff;
}

.demos .demo .demo-name {
	position: relative;
	text-align: center;
	text-transform: capitalize;
	padding: 2rem 1rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
	background-color: #252525;
	margin: 0;
	transition: all 0.5s ease-in-out 0s;
}

/* 14- End  demos section Rules    */
/*   15- Start coloring classes  */
/*-------------Start text color classes-------------*/
.text-gradient-color {
	background: -webkit-linear-gradient(45deg, #ef6438, #0a6336);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-main-color {
	color: #ef6438 !important;
}

.text-accent-color {
	color: #0a6336 !important;
}

.text-white-color {
	color: #fff !important;
}

.text-black-color {
	color: #121212 !important;
}

.text-grey-color {
	color: #f1f1f1 !important;
}

.text-extra-dark-grey-color {
	color: #252525 !important;
}

.text-dark-grey-color {
	color: #4d4d4d !important;
}

.text-transparent-25 {
	color: rgba(0, 0, 0, 0.25) !important;
}

.text-transparent-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

/*-------------End text color classes-------------*/
/*-------------Start bg color classes-------------*/
.bg-gradient-color {
	background: -webkit-linear-gradient(45deg, #0a6336, #ef6438);
	transition: all 0.5s ease-in-out 0s;
}

.bg-solid-color {
	background: #ef6438;
}

.bg-main-color {
	background: #ef6438 !important;
}

.bg-accent-color {
	background: #0a6336 !important;
}

.bg-white-color {
	background: #fff !important;
}

.bg-black-color {
	background: #121212 !important;
}

.bg-grey-color {
	background: #f1f1f1 !important;
}

.bg-dark-grey-color {
	background: #4d4d4d !important;
}

.bg-extra-dark-grey-color {
	background: #252525 !important;
}

.bg-transparent-25 {
	background: rgba(0, 0, 0, 0.25) !important;
}

.bg-transparent-50 {
	background: rgba(0, 0, 0, 0.5) !important;
}

.section-bg-shade {
	background: #e6e6e6 !important;
}

.section-bg-shade svg path {
	fill: #e6e6e6 !important;
}

/*-------------End bg color classes-------------*/
body.section-heading-gradient .section-title {
	background: -webkit-linear-gradient(45deg, #ef6438, #0a6336);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

body.section-heading-main-color .section-title {
	background: none;
	-webkit-text-fill-color: #ef6438;
	color: #ef6438;
}

body.section-heading-black .section-title {
	color: #252525;
}

/*   15- End coloring classes  */
/*   16- Start dark theme rules  */
body.dark-theme {
	color: #fff;
	background: #000;
}

body.dark-theme .tag-line {
	color: #fff;
}

body.dark-theme .hollow-text {
	-webkit-text-stroke-color: inherit;
	-webkit-text-stroke-width: 2px;
	-webkit-text-fill-color: rgba(0, 0, 0, 0);
}

body.dark-theme .section-heading .section-title {
	color: #f1f1f1;
}

body.dark-theme .section-heading .section-subtitle {
	color: rgba(241, 241, 241, 0.75);
}

body.dark-theme .section-shape-divider-bottom svg path {
	fill: #121212;
}

body.dark-theme .section-shape-divider-bottom.fill-shade svg path {
	fill: #1f1f1f !important;
}

body.dark-theme .pattern-top-end, body.dark-theme .pattern-bottom-start {
	background-image: url("../assets/Images/patterns/dots-pattern-white.html") !important;
	opacity: .2 !important;
}

body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn {
	color: rgba(255, 255, 255, 0.75) !important;
	border-color: rgba(255, 255, 255, 0.25) !important;
}

body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn.hover {
	color: #ef6438 !important;
	border-color: #ef6438 !important;
}

body.dark-theme .ma-tabs .switch .switch-btns-list .switch-btn.active {
	color: #fff !important;
	border-color: #ef6438 !important;
}

body.dark-theme .benefits .benefits-boxes-area .benefit-box {
	background: inherit !important;
}

body.dark-theme .benefits .benefits-boxes-area .benefit-title {
	color: #fff !important;
}

body.dark-theme .benefits .benefits-boxes-area .benefit-text {
	color: rgba(241, 241, 241, 0.85) !important;
}

body.dark-theme .blog .sidebar-box-title {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .cats .cat-item .cat-link {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .tags .tag-item {
	background-color: #252525 !important;
}

body.dark-theme .blog .tags .tag-item:hover {
	background-color: #ef6438 !important;
}

body.dark-theme .blog .tags .tags-icon-label {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .recent-posts .content .r-post-title {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .recent-posts .content .r-post-title:hover {
	color: #ef6438 !important;
}

body.dark-theme .blog .recent-posts .content .r-post-date {
	color: rgba(241, 241, 241, 0.75) !important;
}

body.dark-theme .blog .posts-grid .post-summary .post-info .info {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .posts-grid .post-summary .post-info .info:not(:last-child):before {
	color: #f1f1f1;
}

body.dark-theme .blog .posts-grid .post-summary .post-title {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .posts-grid .post-summary .post-title:hover {
	color: #ef6438 !important;
}

body.dark-theme .blog .posts-grid .post-summary .post-excerpt {
	color: rgba(241, 241, 241, 0.75) !important;
}

body.dark-theme .blog .posts-pagination .posts-page-item {
	background-color: #252525 !important;
	color: #ef6438 !important;
	border-color: #ef6438 !important;
}

body.dark-theme .blog .posts-pagination .deactive-posts-page-item {
	background-color: #f1f1f1 !important;
	border-color: #5f5f5f !important;
}

body.dark-theme .blog .post-main-area .panel .panel-title {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .post-main-area .post-title {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .post-main-area .share-title {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .post-main-area .post-info .info {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .post-main-area .post-info .info:not(:last-child):before {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .post-main-area .post-content .post-heading {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .post-main-area .post-content .post-text {
	color: rgba(241, 241, 241, 0.75);
}

body.dark-theme .blog .post-main-area .post-content a:hover {
	color: #fff;
}

body.dark-theme .blog .post-main-area .post-content .post-list .post-list-item {
	color: rgba(241, 241, 241, 0.75) !important;
}

body.dark-theme .blog .post-main-area .other-posts .other-post-title {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .post-main-area .other-posts .other-post-title:hover {
	color: #ef6438 !important;
}

body.dark-theme .blog .post-main-area .author-profile .author-disc .author-bio {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .post-main-area .comments-area .comment-body .comment-date .date-link {
	color: #f1f1f1 !important;
}

body.dark-theme .blog .post-main-area .comments-area .comment-body .comment-text {
	color: #f1f1f1 !important;
}

body.dark-theme .main-form-wraper label:not(.lbl-for-checkbox) {
	color: #f1f1f1;
}

body.dark-theme .main-form-wraper .lbl-for-checkbox {
	color: #f1f1f1;
}

body.dark-theme .main-form-wraper input[type=email],
body.dark-theme .main-form-wraper input[type=text],
body.dark-theme .main-form-wraper input[type=password],
body.dark-theme .main-form-wraper input[type=url],
body.dark-theme .main-form-wraper input[type=search],
body.dark-theme .main-form-wraper input[type=number],
body.dark-theme .main-form-wraper textarea {
	color: #000 !important;
}

body.dark-theme .contact-info .info-text {
	color: #f1f1f1 !important;
	opacity: .85 !important;
}

body.dark-theme .contact-info .info-text .link {
	color: #f1f1f1 !important;
	opacity: .85 !important;
}

body.dark-theme .contact-info .info-text .link:hover {
	color: #fff !important;
	opacity: 1 !important;
}

body.dark-theme .our-team .tm-member-card .tm-details .tm-role {
	color: #fff;
}

body.dark-theme .service-title {
	color: #f1f1f1 !important;
}

body.dark-theme .service-text {
	color: rgba(241, 241, 241, 0.75) !important;
}

body.dark-theme .services-boxed .service-box {
	box-shadow: 0px 0px 30px 0px rgba(18, 18, 18, 0.5);
}

body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn {
	color: #fff;
	background: rgba(0, 0, 0, 0);
}

body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn:hover, body.dark-theme .portfolio .portfolio-btn-list .portfolio-btn.active {
	color: #ef6438;
}

body.dark-theme .pricing-2 .plan-cost {
	background: #252525 !important;
}

body.dark-theme .portfolio-single .info-area .project-info .info {
	background: #121212 !important;
}

body.dark-theme .portfolio-single .info-area .project-info .info .title {
	color: #ef6438 !important;
}

body.dark-theme .portfolio-single .info-area .project-info .info .detail {
	color: #f1f1f1 !important;
}

body.dark-theme .portfolio-single .info-area .project-info .info .sc-item .sc-icon {
	color: #fff !important;
}

body.dark-theme .project-heading .project-title {
	color: #fff !important;
}

body.dark-theme .sub-heading {
	color: #f1f1f1 !important;
}

body.dark-theme .project-text {
	color: rgba(241, 241, 241, 0.8) !important;
}

body.dark-theme .list .list-item {
	color: rgba(241, 241, 241, 0.8) !important;
}

body.dark-theme .about .about-title {
	color: #f1f1f1 !important;
}

body.dark-theme .about .first-p {
	color: #f1f1f1 !important;
}

body.dark-theme .about .about-text {
	color: rgba(241, 241, 241, 0.75) !important;
}

body.dark-theme .about .info-items .menu-items .info-item .info-title {
	color: #f1f1f1;
}

body.dark-theme .about .info-items .menu-items .info-item .info-text {
	color: rgba(241, 241, 241, 0.75) !important;
}

body.dark-theme .about .about-stats .stat-box .stat-num {
	color: #f1f1f1 !important;
}

body.dark-theme .about .about-stats .stat-box .stat-desc {
	color: rgba(241, 241, 241, 0.75) !important;
}

body.dark-theme .signing-page .sining-area {
	background-color: #121212 !important;
}

body.dark-theme .signing-page .divider .or {
	background-color: #121212 !important;
}

body.dark-theme .signing-page .or-sign-up .sign-up-hint {
	color: #f1f1f1 !important;
}

body.dark-theme .signing-page .agree-terms .disclaimer {
	color: #5f5f5f !important;
}

body.dark-theme .testimonials .testmonial-box .testimonial-content {
	background: #252525 !important;
}

body.dark-theme .testimonials .testmonial-box .testimonial-content .customer-info .customer-name {
	color: #f1f1f1 !important;
}

body.dark-theme .testimonials .testmonial-box .testimonial-content .testimonial-text {
	color: #f1f1f1 !important;
}

body.dark-theme .testimonials .testmonial-box .testimonial-content .icon {
	color: #ef6438 !important;
}

body.dark-theme .section-bg-shade {
	background: #1f1f1f !important;
}

/*   16- End dark theme rules  */
/*# sourceMappingURL=styles-LTR.css.map */



.desktop {
    display: block;
}
.mob {
    display: none;
}
@media (max-width: 768px){
	.desktop {
		display: none;
	}
	.mob {
		display: block;
	}
}






/* checkbox hide */
#volume-switcher {
	display: none; 
}
/* volume on : container */
#switcher-container {
	display:block;
	position: absolute;
	top:0; 
	left:-100px;
	bottom:0;
	right:0;  
	cursor: pointer;
	opacity: 0.8;
	filter: invert(1); /* changer couleur icon */
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in 0s;
}

/* volume on : button */ 
#switcher-container:after {
	content: "";
	border: 0px solid black;
	background: url(https://res.cloudinary.com/quentindigital/image/upload/v1598656567/icons/sound-off_rhwz0o.svg) center center;
	background-size: 100%;
	bottom: 60px;
	position: absolute;
	width: 100px;
	height: 100px;
}

@media screen and (max-width: 768px){
	#switcher-container:after {
		content: "";
		border: 0px solid black;
		background: url(https://res.cloudinary.com/quentindigital/image/upload/v1598656567/icons/sound-off_rhwz0o.svg) center center;
		background-size: 100%;
		bottom: 30px;
		position: absolute;
		width: 30px;
		height: 30px;
	}
	/* #switcher-container {
		left: -25px;
	} */
	
}

#switcher-container:hover {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in 0s;}

/* volume off : container */
#volume-switcher:checked + #switcher-container {
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.1;
	-webkit-transition: all 0.7s ease-in 1s;
	-moz-transition: all 0.7s ease-in 1s;
	transition: all 0.7s ease-out 1s;   
}

/* volume off : hover */
#volume-switcher:checked + 
#switcher-container:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
transition: opacity 0.3s ease-out 0s;}

/* volume off : button */
#volume-switcher:checked + #switcher-container:after {
	content: "";
	background: url(https://res.cloudinary.com/quentindigital/image/upload/v1598656567/icons/sound-on_vztd3h.svg) center center;
	background-size: 100%;
}









/* mob */




/* checkbox hide */
#volume-switcher-mob {
	display: none; 
}
/* volume on : container */
#switcher-container-mob {
	display:block;
	position: absolute;
	top:0; 
	left:-100px;
	bottom:0;
	right:0;  
	cursor: pointer;
	opacity: 0.8;
	filter: invert(1); /* changer couleur icon */
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in 0s;
}

/* volume on : button */ 
#switcher-container-mob:after {
	content: "";
	border: 0px solid black;
	background: url(https://res.cloudinary.com/quentindigital/image/upload/v1598656567/icons/sound-off_rhwz0o.svg) center center;
	background-size: 100%;
	bottom: 60px;
	position: absolute;
	width: 100px;
	height: 100px;
}

@media screen and (max-width: 768px){
	#switcher-container-mob:after {
		content: "";
		border: 0px solid black;
		background: url(https://res.cloudinary.com/quentindigital/image/upload/v1598656567/icons/sound-off_rhwz0o.svg) center center;
		background-size: 100%;
		bottom: 10px;
		position: absolute;
		width: 30px;
		height: 30px;
	}
	#switcher-container-mob {
		left: -25px;
	}
	.hero-text-area{
		margin-bottom: 25px;
	}
	
}

#switcher-container-mob:hover {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
transition: all 0.3s ease-in 0s;}

/* volume off : container */
#volume-switcher-mob:checked + #switcher-container-mob {
	background-color: rgba(255, 255, 255, 0);
	opacity: 0.1;
	-webkit-transition: all 0.7s ease-in 1s;
	-moz-transition: all 0.7s ease-in 1s;
	transition: all 0.7s ease-out 1s;   
}

/* volume off : hover */
#volume-switcher-mob:checked + 
#switcher-container-mob:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
transition: opacity 0.3s ease-out 0s;}

/* volume off : button */
#volume-switcher-mob:checked + #switcher-container-mob:after {
	content: "";
	background: url(https://res.cloudinary.com/quentindigital/image/upload/v1598656567/icons/sound-on_vztd3h.svg) center center;
	background-size: 100%;
}



footer{
	margin-bottom: 50px;
}



.fixed-button{
	width: 100%;
    bottom: 0;
    position: fixed;
	z-index: 1;
	animation: zoominoutsinglefeatured 1s infinite;
}
@keyframes zoominoutsinglefeatured {
	0% {
		transform: scale(1,1);
	}
	50% {
		transform: scale(1.2,1.2);
	}
	100% {
		transform: scale(1,1);
	}
}
.fixed-button a{
	width: 100%;
	font-size: 30px;
    padding: 0;
	border: none;
	background: #279032;
}