
/* home Banner */
.banner-col-text h1 {
	font-family: "Termina W00 Demi";
	color: #fff;
	font-size: 3.353rem!important;
	font-weight: 600;
	font-style: normal;
	line-height: 1em;
	text-decoration: none;
	text-transform: none;
	letter-spacing: -.03em;
	text-align: initial;
}

.banner-col-text p {
	margin-top: 35px;
	font-family: 'Manrope', sans-serif;
	color: #fff;
	font-size: 1.353rem!important;
	font-weight: 600;
	font-style: normal;
	text-align: initial;
	line-height: 1em;
	text-decoration: none;
	text-transform: none;
	letter-spacing: -.03em;
}

.input-text {
	height: calc(1.8rem + 32px);
	padding: 14px 20px;
	outline: 0;
	background-color: rgba(241,238,246,.5);
	border: 1px solid rgba(241,238,246,.5);
	color: #686a6f;
	font-size: 1rem;
	width: 100%;
	margin-bottom: 10px;
}
#form_packages {
    height: calc(1.8rem + 32px);
    padding: 14px 20px;
    outline: 0;
    background-color: rgba(241,238,246,.5);
    border: 1px solid rgba(241,238,246,.5);
    color: #686a6f;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 10px;
}
.homepage-hero-module {
	position: relative;
}

.bg-overlay {
/* background: -webkit-gradient(linear,left top,left bottom,from(#1c7ce0c4),to(#150051)); */
  /* background: #000; */
	width: 100%;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100hv;
}

.homepage-hero-module {
	background-position: center;
/* max-height: 100vh; */
	background-size: cover;
	min-height: 100vh;
	background-image: linear-gradient( rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5)100%),url('../images/banner.webp');
}

.form-btn {
	color: #fff;
	background-color: #000;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 1.2rem 3.2rem;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	letter-spacing: .05em;
	overflow: hidden;
	text-align: center;
	border-radius: 0;
	border-width: 0;
	overflow: hidden;
	display: inline-block;
	transition: all .2s ease-in-out;
}

.form-btn:hover {
	background-color: #FE9435;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.btn-white {
	text-decoration: none;
	color: #000;
	background-color: #fff;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 1.2rem 3.2rem;
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	letter-spacing: .05em;
	overflow: hidden;
	text-align: center;
	border-radius: 0;
	border-width: 0;
	overflow: hidden;
	display: inline-block;
	transition: all .2s ease-in-out;
}

h3.pb-3.font-weight-bold.text-center.black {
	margin-top: 35px;
	font-family: "Termina W00 Demi";
	font-size: 1.353rem!important;
	font-weight: 600;
	font-style: normal;
	text-align: initial;
	line-height: 1em;
	text-decoration: none;
	text-transform: none;
	letter-spacing: -.03em;
}
/* about Section */
#about {
	background: url('../images/about-bg.webp');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
position: relative;
	padding: 50px;
}

.about-text {
	position: relative;
	margin-bottom: 0;
}

/*.about-text .subtitle:before {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: -11px;*/
/*	left: 0;*/
/*	width: 30px;*/
/*	height: 1px;*/
/*	background-color: var(--primary-color);*/
/*}*/

/*.about-text .subtitle:after {*/
/*	content: "";*/
/*	position: absolute;*/
/*	top: -8px;*/
/*	left: 0;*/
/*	width: 40px;*/
/*	height: 3px;*/
/*	background-color: var(--primary-color);*/
/*}*/

h6.subtitle {
	z-index: 1;
	color: var(--primary-color);
	font-size: 20px;
	font-family: "Termina W00 Demi";
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	transition: all .3s ease;
	letter-spacing: 0.15px;
}

.title-part {
	z-index: 1;
	color: var(--secondary-color);
	font-size: 30px;
	font-family: "Termina W00 Demi";
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
	transition: all .3s ease;
	letter-spacing: 0.15px;
}

.about__title p {
	text-align: justify;
	margin: 10px 0 10px;
	font-family: 'Manrope', sans-serif;
}
/*  */
/*  */
.tab {
	font-family: 'Manrope', sans-serif;
	padding: 0;
	margin: 0;
}

.tab .nav-tabs {
	margin: 0;
	border: none;
	position: relative;
}

.tab .nav-tabs li a {
	text-decoration: none;
	color: #fff;
	background-color: #222;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: capitalize;
	padding: 11px 18px;
	margin: 0 0 1px 0;
	border-radius: 0;
	border: none;
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
}


.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #222;
	border: none;
}

.tab .nav-tabs li a:before,
.tab .nav-tabs li a:after {
	content: "";
	background: #fa8231;
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	transition: all 0.5s ease 0s;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.tab .nav-tabs li a:after {
	background: #f7b731;
}

.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before {
	opacity: 1;
	clip-path: polygon(0 0, 100% 0, 5% 10%, 0% 100%);
}

.tab .nav-tabs li.active a:after,
.tab .nav-tabs li a:hover:after {
	opacity: 1;
	clip-path: polygon(95% 90%, 100% 0, 100% 100%, 0% 100%);
}
.tab .tab-content {
	text-align: justify;
/* margin: 10px 0 10px; */
	font-family: 'Manrope', sans-serif;
/* color: #444; */
	background: #fff;
/* font-size: 14px;
font-weight: 600; */
	letter-spacing: 0.5px;
	line-height: 25px;
	padding: 20px 25px;
/* border: 2px solid #222; */;
}

li.tab-width { 
	width: 33%!important;
}

.about-btn a.hero-btn {
	border-radius: 50px;
}

.col-about {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}



.about-image .experiance {
	top: 250px;
	position: absolute;
	left: 352px;
	padding: 10px;
	background-color: #ff6809;
}

.tm-sc-funfact {
	text-align: left;
	padding: 15px 30px 15px 15px;
	background-color: var(--primary-color);
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
}

.tm-sc-funfact .funfact-inner .funfact-icon {
	display: inline-block;
	transition: all .3s ease-in-out;
}

.tm-sc-funfact.funfact-iconright .funfact-inner {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-start;
}

.tm-sc-funfact .details {
	text-align: left!important;
}

.counter {
	color: #fff;
	margin: 0;
}

.tm-sc-funfact .funfact-inner .counter {
	margin-top: 0;
	transition: all .3s ease;
}

/* h5.title {
color: #fff;
margin: 0;
} */
/* .about-img-2{
position: absolute;
top: 0;
bottom: 0;
}
#about-video{
position: absolute;
left: 50%;
top: 350px;

margin: auto;
width:50%;
margin-right: 50px;
} */
#about-video {
	margin: auto;
	width: 80%;
	margin-right: 50px;
}
/* Our Services */
#services {
	padding: 50px;
}


/*** ======================Services Section================***/
.bg-pattern-2 {
	background-image: url('../images/services-bg.webp');
}

.bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.services-section {
	position: relative;
	padding: 120px 0 70px;
}

.services-section .sec-title .text {
	font-family: 'Manrope', sans-serif;
	margin-top: 40px;
}

@media (max-width: 991.98px) {
	.services-section .sec-title .text {
		margin-top: 20px;
	}
}

.services-section .services-column {
	margin-bottom: 40px;
}

.services-section .services-column .inner-column {
	position: relative;
	margin-right: -60px;
}

@media (max-width: 991.98px) {
	.services-section .services-column .inner-column {
		margin-right: 0;
	}
}

.services-section .services-column .row {
	margin: 0 -5px;
}

.services-section .services-column .row > div {
	padding: 0 5px;
}

.services-section .banner-column {
	position: relative;
	margin-bottom: 50px;
}

.service-block {
	margin-bottom: 10px;
}

.service-block .inner-box {
	position: relative;
	padding: 30px 30px 30px;
	background: #fff;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover:before {
	max-width: 100%;
}

.service-block .inner-box:hover::after {
	opacity: 0.2;
}

.service-block .inner-box:hover .count {
	opacity: 0.3;
}

.service-block .inner-box:hover .icon {
	background-color: #ffffff;
	color: var(--primary-color);
}

.service-block .inner-box:hover .title {
	position: relative;
	z-index: 9;
}

.service-block .inner-box:hover .title a {
	color: #fff !important;
}

.service-block .inner-box:after {
	content: "";
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 26px;
	background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(transparent));
	background: linear-gradient(to right, #f4f4f4, transparent);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 0;
	background-color: var(--primary-color);
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box .count {
	position: absolute;
	top: 45px;
	right: 30px;
	color: #e6e6e6;
	font-size: 30px;
	font-weight: 200;
}

.service-block .inner-box .icon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 66px;
	height: 66px;
	color: #fff;
	background: var(--primary-color);
	font-size: 32px;
	border-radius: 50%;
	margin-bottom: 26px;
	z-index: 2;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.title a {
	font-family: 'Manrope', sans-serif;
	font-weight: 600;
	text-decoration: none;
	outline: none;
	color: #000;
}

.service-block .inner-box .title {
	margin-bottom: 0;
	letter-spacing: -0.06em;
	font-weight: 800;
}

@media (max-width: 575.98px) {
	.service-block .inner-box .title br {
		display: none;
	}
}

.service-banner {
	position: relative;
	height: 100%;
/* margin-left: 65px; */
	margin-left: 100px;
}

@media (max-width: 991.98px) {
	.service-banner {
		margin-left: 0;
		max-width: 400px;
		margin: 0 auto;
	}
}

.service-banner .bg-image {
	margin-bottom: 0;
	height: 100%;
}

.service-banner .bg-image::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--secondary-color);
	opacity: 0.8;
	content: "";
}

.service-banner .bg-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.service-banner .content {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	padding: 0 50px;
	padding-right: 40px;
}

@media (max-width: 575.98px) {
	.service-banner .content {
		padding: 30px 30px;
		bottom: 0;
	}
}

.service-banner .content .sub-title {
	display: block;
	text-transform: uppercase;
	color: var(--primary-color);
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 4px;
}

.service-banner .content .title {
	color: #ffffff;
	font-weight: 800;
	letter-spacing: -0.04em;
	line-height: 1.3em;
	margin-bottom: 40px;
}

/*** 

====================================================================
  Services Section Two
====================================================================

***/
.services-section-two {
	position: relative;
	padding: 120px 0 80px;
}

.services-section-two .sec-title {
	margin-bottom: 40px;
}

.services-section-two .sec-title .text {
	margin-top: 40px;
}

.services-section-two .carousel-outer {
	margin: 0 -165px;
}

@media (max-width: 1399.98px) {
	.services-section-two .carousel-outer {
		margin: 0 -15px;
	}
}

.services-section-two .bottom-text {
	position: relative;
	padding: 10px 20px;
	background-color: var(--primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 700px;
	margin: 45px auto 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 575.98px) {
	.services-section-two .bottom-text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
		padding: 20px 20px;
	}
}

.services-section-two .bottom-text .text {
	font-size: 16px;
	line-height: 24px;
	color: var(--primary-color);
}

@media (max-width: 575.98px) {
	.services-section-two .bottom-text .text {
		margin-bottom: 20px;
	}
}

.services-section-two .bottom-text .contact-btn {
	font-size: 12px;
	line-height: 20px;
	color: var(--primary-color);
	background-color: var(--primary-color);
	padding: 5px 25px;
	font-weight: 800;
}

.services-section-two .bottom-text .contact-btn:hover {
	background-color: var(--primary-color);
	color: var(--primary-color);
}

.service-block-two {
	padding: 15px 15px;
}

.service-block-two .inner-box {
	position: relative;
	background: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two .inner-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}

.service-block-two .inner-box:hover .hover-content {
	opacity: 1;
	visibility: visible;
}

.service-block-two .inner-box:hover .hover-content .read-more {
	right: 40px;
}

.service-block-two .inner-box:after {
	content: "";
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 26px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two .inner-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	max-width: 0;
	content: "";
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two .inner-box .image-box {
	position: relative;
	min-height: 204px;
}

.service-block-two .inner-box .image-box .image {
	position: relative;
	margin-bottom: 0;
	background-color: var(--primary-color);
}

.service-block-two .inner-box .image-box .image img {
	opacity: 0.25;
}

.service-block-two .inner-box .content-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 40px 40px 20px;
}

.service-block-two .inner-box .content-box .icon {
	position: relative;
	display: block;
	color: var(--primary-color);
	font-size: 64px;
	z-index: 2;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 20px;
}

.service-block-two .inner-box .content-box .title {
	margin-bottom: 0;
	color: var(--primary-color);
	letter-spacing: -0.01em;
	font-weight: 700;
}

.service-block-two .inner-box .hover-content {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--primary-color);
	z-index: 2;
	padding: 35px 40px 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two .inner-box .hover-content::before {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 2px solid;
	-o-border-image: linear-gradient(to right, var(--primary-color), transparent, transparent) 1;
	border-image: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), color-stop(transparent), to(transparent)) 1;
	border-image: linear-gradient(to right, var(--primary-color), transparent, transparent) 1;
	content: "";
}

.service-block-two .inner-box .hover-content .icon {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 64px;
	color: #f4f4f4;
}

.service-block-two .inner-box .hover-content .title {
	margin-bottom: 20px;
}

.service-block-two .inner-box .hover-content .text {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}

.service-block-two .inner-box .hover-content .read-more {
	position: absolute;
	right: 70px;
	bottom: -14px;
	height: 52px;
	width: 52px;
	background-color: var(--primary-color);
	border-radius: 50%;
	color: #fff;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two .inner-box .hover-content .read-more:hover {
	background-color: var(--primary-color);
}

/*** 

====================================================================
  Services Section Three
====================================================================

***/
.services-section-three {
	position: relative;
	padding: 120px 0 50px;
}

.services-section-three .bg {
	max-height: 490px;
}

.services-section-three .sec-title {
	margin-bottom: 50px;
}

.services-section-three .sec-title .text-box {
	position: relative;
	padding-right: 300px;
}

@media (max-width: 1199.98px) {
	.services-section-three .sec-title .text-box {
		padding-right: 0;
		margin-top: 20px;
	}
}

.services-section-three .sec-title .text-box .contact-btn {
	position: absolute;
	right: 0;
	top: 20px;
}

@media (max-width: 1199.98px) {
	.services-section-three .sec-title .text-box .contact-btn {
		position: relative;
		top: 0;
		margin-top: 20px;
	}
}

.services-section-three .sec-title .text-box .text {
	margin-top: 0;
	color: var(--body-text-color);
}

.services-section-three .sponsors-outer {
	border-top: 1px solid #e6e6e6;
	padding: 85px 0;
}

.service-block-three {
	margin-bottom: 70px;
}

.service-block-three .inner-box {
	position: relative;
	background: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	padding: 50px 50px;
	-webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199.98px) {
	.service-block-three .inner-box {
		padding: 40px 40px 50px;
	}
}

.service-block-three .inner-box:hover {
	background-color: var(--primary-color);
}

.service-block-three .inner-box:hover:before {
	opacity: 0.2;
	-webkit-transition: all 100ms ease;
	transition: all 100ms ease;
}

.service-block-three .inner-box:hover .text,
.service-block-three .inner-box:hover .title,
.service-block-three .inner-box:hover .icon {
	color: #fff;
}

.service-block-three .inner-box:hover .icon {
	-webkit-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.service-block-three .inner-box:hover .read-more {
	background-color: var(--primary-color);
}

.service-block-three .inner-box:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(/assests/images/icon/shape6.png);
	background-position: right top;
	background-repeat: no-repeat;
	content: "";
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.service-block-three .inner-box .icon {
	position: relative;
	display: inline-block;
	color: var(--primary-color);
	font-size: 62px;
	z-index: 2;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 20px;
}

.service-block-three .inner-box .title {
	margin-bottom: 20px;
}

.service-block-three .inner-box .text {
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three .inner-box .read-more {
	position: absolute;
	right: 40px;
	bottom: -26px;
	height: 52px;
	width: 52px;
	background-color: var(--primary-color);
	border-radius: 50%;
	color: #fff;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three .inner-box .read-more:hover {
	background-color: var(--primary-color);
}

/*** 

====================================================================
  Services Section Four
====================================================================

***/
.services-section-four {
	position: relative;
	padding: 120px 0 90px;
}

.services-section-four .bg {
	max-height: 440px;
}

.service-block-four {
	margin-bottom: 30px;
}

.service-block-four .inner-box {
	position: relative;
	background: #fff;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0px 30px rgba(0, 0, 0, 0.05);
}

.service-block-four .inner-box:hover {
	background-color: var(--primary-color);
}

.service-block-four .inner-box:hover:before {
	opacity: 0.2;
	-webkit-transition: all 100ms ease;
	transition: all 100ms ease;
}

.service-block-four .inner-box:hover .text,
.service-block-four .inner-box:hover .title {
	color: var(--primary-color);
}

.service-block-four .inner-box:hover .icon {
	color: var(--primary-color);
}

.service-block-four .inner-box:hover .icon:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.service-block-four .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.7;
}

.service-block-four .inner-box:hover .read-more {
	background-color: var(--primary-color);
}

.service-block-four .inner-box .image-box {
	position: relative;
}

.service-block-four .inner-box .image-box .image {
	margin-bottom: 0;
	background-color: var(--primary-color);
	overflow: hidden;
}

.service-block-four .inner-box .image-box .image img {
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-four .inner-box .content-box {
	position: relative;
	padding: 25px 30px 30px;
}

.service-block-four .inner-box .icon {
	position: absolute;
	right: 20px;
	top: -39px;
	width: 70px;
	height: 78px;
	background-image: url(assests/images/icon/shape-1.png);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--primary-color);
	font-size: 36px;
	z-index: 2;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	margin-bottom: 20px;
}

.service-block-four .inner-box .icon::before {
	position: relative;
	z-index: 2;
}

.service-block-four .inner-box .icon:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url(assests/images/icon/shape-light.png);
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: "";
}

.service-block-four .inner-box .title {
	margin-bottom: 15px;
}

.service-block-four .inner-box .text {
	font-weight: 500;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-four .inner-box .read-more {
	position: absolute;
	right: 40px;
	bottom: -26px;
	height: 52px;
	width: 52px;
	background-color: var(--primary-color);
	border-radius: 50%;
	color: #fff;
	z-index: 3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-four .inner-box .read-more:hover {
	background-color: var(--primary-color);
}


/*working process*/

.process {
	padding: 120px 0;
}

.process .boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.process .boxes .single-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.process .boxes .single-box.top .wrap .part-icon {
	margin-bottom: 0;
	margin-top: 40px;
}

.process .boxes .single-box .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.process .boxes .single-box .wrap .part-icon {
	text-align: center;
	width: 110px;
	height: 110px;
	line-height: 110px;
	background: #f2f2f9;
	border-radius: 50%;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

.process .boxes .single-box .wrap .part-icon:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear,right top,left top,color-stop(50%,#FF6C1C),to(#FF3A33));
	background: -webkit-linear-gradient(right,#FF6C1C 50%,#FF3A33);
	background: -o-linear-gradient(right,#FF6C1C 50%,#FF3A33);
	background: linear-gradient(-90deg,#FF6C1C 50%,#FF3A33);
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: -1;
}

.process .boxes .single-box .wrap .part-icon span {
	font-size: 45px;
	color: transparent;
	background: -webkit-gradient(linear,right top,left top,color-stop(50%,#FF6C1C),to(#FF3A33));
	background: -webkit-linear-gradient(right,#FF6C1C 50%,#FF3A33);
	background: -o-linear-gradient(right,#FF6C1C 50%,#FF3A33);
	background: linear-gradient(-90deg,#FF6C1C 50%,#FF3A33);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.process .boxes .single-box .wrap .part-txt {
	text-align: center;
}

.process .boxes .single-box .wrap .part-txt h3 {
	font-size: 25px;
	line-height: 100%;
	font-weight: 700;
	color: #1d2860;
	margin-top: -5px;
	margin-bottom: -4px;
}

.process .boxes .single-box .wrap:hover .part-icon:after {
	opacity: 1;
}

.process .boxes .single-box .wrap:hover .part-icon span {
	color: #fff;
}

.process .boxes .single-box .arrow {
	margin-left: 60px;
}

.process .boxes .single-box .arrow.rotate {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

@media only screen and (min-width:992px) and (max-width:1199px) {
	.heading h3 {
		font-size: 45px;
		line-height: 55px;
		margin-top: -5px;
		padding-bottom: 23px;
	}

	.process .boxes .single-box .arrow {
		width: 40px;
		margin-left: 24px;
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	.heading {
		margin-top: -9px;
		margin-bottom: 50px;
	}

	.heading p {
		font-size: 14px;
		letter-spacing: 1px;
		margin-bottom: 18px;
	}

	.heading h3 {
		font-size: 30px;
		line-height: 35px;
		padding-bottom: 18px;
	}

	.process {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.process .boxes .single-box {
		width: 50%;
		display: block;
		margin-bottom: 30px;
		position: relative;
	}

	.process .boxes .single-box.top .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.process .boxes .single-box.top .wrap .part-icon {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.process .boxes .single-box.top .arrow {
		display: none;
	}

	.process .boxes .single-box .wrap .part-icon {
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-bottom: 30px;
	}

	.process .boxes .single-box .wrap .part-icon span {
		font-size: 35px;
	}

	.process .boxes .single-box .wrap .part-txt h3 {
		font-size: 20px;
		margin-top: -3px;
		margin-bottom: -3px;
	}

	.process .boxes .single-box .arrow {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%) translateX(20px);
		-ms-transform: translateY(-50%) translateX(20px);
		transform: translateY(-50%) translateX(20px);
		margin-left: 0;
	}

	.process .boxes .single-box .arrow.rotate {
		display: none;
	}

	.process .boxes .single-box .arrow img {
		width: 40px;
	}
}

@media only screen and (min-width:576px) and (max-width:767px) {
	.heading {
		margin-top: -9px;
		margin-bottom: 50px;
	}

	.heading p {
		font-size: 14px;
		letter-spacing: 1px;
		margin-bottom: 18px;
	}

	.heading h3 {
		font-size: 30px;
		line-height: 35px;
		padding-bottom: 18px;
	}

	.process {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.process .boxes .single-box {
		width: 50%;
		display: block;
		margin-bottom: 30px;
		position: relative;
	}

	.process .boxes .single-box.top .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.process .boxes .single-box.top .wrap .part-icon {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.process .boxes .single-box.top .arrow {
		display: none;
	}

	.process .boxes .single-box .wrap .part-icon {
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-bottom: 30px;
	}

	.process .boxes .single-box .wrap .part-icon span {
		font-size: 35px;
	}

	.process .boxes .single-box .wrap .part-txt h3 {
		font-size: 20px;
		margin-top: -3px;
		margin-bottom: -3px;
	}

	.process .boxes .single-box .arrow {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translateY(-50%) translateX(20px);
		-ms-transform: translateY(-50%) translateX(20px);
		transform: translateY(-50%) translateX(20px);
		margin-left: 0;
	}

	.process .boxes .single-box .arrow.rotate {
		display: none;
	}

	.process .boxes .single-box .arrow img {
		width: 40px;
	}
}

@media only screen and (min-width:480px) and (max-width:575px) {
	.heading {
		margin-top: -9px;
		margin-bottom: 50px;
	}

	.heading p {
		font-size: 14px;
		letter-spacing: 1px;
		margin-bottom: 18px;
	}

	.heading h3 {
		font-size: 30px;
		line-height: 35px;
		padding-bottom: 18px;
	}

	.process {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.process .boxes {
		display: block;
	}

	.process .boxes .single-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px;
	}

	.process .boxes .single-box.top .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.process .boxes .single-box.top .wrap .part-icon {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.process .boxes .single-box .wrap .part-icon {
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-bottom: 30px;
	}

	.process .boxes .single-box .wrap .part-icon span {
		font-size: 35px;
	}

	.process .boxes .single-box .wrap .part-txt h3 {
		font-size: 20px;
		margin-top: -3px;
		margin-bottom: -3px;
	}

	.process .boxes .single-box .arrow {
		padding-top: 30px;
		margin-left: 0;
	}

	.process .boxes .single-box .arrow.rotate {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

	.process .boxes .single-box .arrow img {
		width: 40px;
	}
}

@media only screen and (min-width:320px) and (max-width:479px) {
	.heading {
		margin-top: -9px;
		margin-bottom: 50px;
	}

	.heading p {
		font-size: 14px;
		letter-spacing: 1px;
		margin-bottom: 18px;
	}

	

	.process {
		padding-top: 60px;
		padding-bottom: 30px;
	}

	.process .boxes {
		display: block;
	}

	.process .boxes .single-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px;
	}

	.process .boxes .single-box.top .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.process .boxes .single-box.top .wrap .part-icon {
		margin-top: 0;
		margin-bottom: 30px;
	}

	.process .boxes .single-box .wrap .part-icon {
		width: 80px;
		height: 80px;
		line-height: 80px;
		margin-bottom: 30px;
	}

	.process .boxes .single-box .wrap .part-icon span {
		font-size: 35px;
	}

	.process .boxes .single-box .wrap .part-txt h3 {
		font-size: 20px;
		margin-top: -3px;
		margin-bottom: -3px;
	}

	.process .boxes .single-box .arrow {
		padding-top: 30px;
		margin-left: 0;
	}

	.process .boxes .single-box .arrow.rotate {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

	.process .boxes .single-box .arrow img {
		width: 40px;
	}
}
/*! Technlogy slider */
#tech{
	padding: 100px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}
.wrapper {
	background: #fff;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
  }
  
  .carousel {
	position: relative;
	width: 100%;
	max-width: 500px;
	display: flex;
	justify-content: center;
	flex-direction: column;
  }
  
  .carousel__item {
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	padding: 0 12px;
	opacity: 0;
	filter: drop-shadow(0 2px 2px #555);
	will-change: transform, opacity;
	-webkit-animation: carousel-animate-vertical 27s linear infinite;
			animation: carousel-animate-vertical 27s linear infinite;
  }
  
  .carousel__item:nth-child(1) {
	-webkit-animation-delay: calc(3s * -1);
			animation-delay: calc(3s * -1);
  }
  
  .carousel__item:nth-child(2) {
	-webkit-animation-delay: calc(3s * 0);
			animation-delay: calc(3s * 0);
  }
  
  .carousel__item:nth-child(3) {
	-webkit-animation-delay: calc(3s * 1);
			animation-delay: calc(3s * 1);
  }
  
  .carousel__item:nth-child(4) {
	-webkit-animation-delay: calc(3s * 2);
			animation-delay: calc(3s * 2);
  }
  
  .carousel__item:nth-child(5) {
	-webkit-animation-delay: calc(3s * 3);
			animation-delay: calc(3s * 3);
  }
  
  .carousel__item:nth-child(6) {
	-webkit-animation-delay: calc(3s * 4);
			animation-delay: calc(3s * 4);
  }
  
  .carousel__item:nth-child(7) {
	-webkit-animation-delay: calc(3s * 5);
			animation-delay: calc(3s * 5);
  }
  
  .carousel__item:nth-child(8) {
	-webkit-animation-delay: calc(3s * 6);
			animation-delay: calc(3s * 6);
  }
  
  .carousel__item:last-child {
	-webkit-animation-delay: calc(-3s * 2);
			animation-delay: calc(-3s * 2);
  }
  
  .carousel__item-head {
	border-radius: 50%;
	background-color: #fe9435;
	width: 90px;
	height: 90px;
	padding: 14px;
	position: relative;
	margin-right: -45px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 50px;
  }
  
  .carousel__item-body {
	width: 100%;
	background-color: #fff;
	/* border-radius: 8px; */
	border-radius: 8px 50px 50px 08px;
	padding: 16px 20px 16px 70px;
  }
  
  .title {
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 10px;
  }
  
  @-webkit-keyframes carousel-animate-vertical {
	0% {
	  transform: translateY(100%) scale(0.5);
	  opacity: 0;
	  visibility: hidden;
	}
	3%, 11.1111111111% {
	  transform: translateY(100%) scale(0.7);
	  opacity: 0.4;
	  visibility: visible;
	}
	14.1111111111%, 22.2222222222% {
	  transform: translateY(0) scale(1);
	  opacity: 1;
	  visibility: visible;
	}
	25.2222222222%, 33.3333333333% {
	  transform: translateY(-100%) scale(0.7);
	  opacity: 0.4;
	  visibility: visible;
	}
	36.3333333333% {
	  transform: translateY(-100%) scale(0.5);
	  opacity: 0;
	  visibility: visible;
	}
	100% {
	  transform: translateY(-100%) scale(0.5);
	  opacity: 0;
	  visibility: hidden;
	}
  }
  
  

/* call to action */


.cta-area {
	
  padding-top: 80px;
  padding-bottom: 80px;
  
	background: linear-gradient( #000000de 100%, #0000005e 100%), url(../images/background-image/light-background-small.webp) no-repeat fixed center center / cover;
}
.cta h3 {
	font-family: "Termina W00 Demi";
	text-transform: capitalize;
}
.cta-btn {
  border-radius: 50px;
  border: 1px solid #000;
}

.cta p {
	font-size: 17px;
	font-family: 'Manrope', sans-serif;
}
/*  marquee-section  */
.marquee-section {
  position: relative;
  background-color: #fe9435;
  padding: 31px 0 35px;
}
.marquee-section .inner-container {
  max-width: 1812px;
  margin: 0 auto;
}
.marquee-section .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}
.marquee-section .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll var(--duration) linear infinite;
  animation: scroll var(--duration) linear infinite;
}
.marquee-section .marquee-block .content-box {
  position: relative;
  margin-right: 118px;
}
.marquee-section .marquee-block .content-box::before {
  content: "";
  position: absolute;
  top: 11px;
  right: -68px;
  width: 20px;
  height: 20px;
  background-image: url(../images/resource/star.png);
}
.marquee-section .marquee-block .content-box:last-child {
  margin-right: 0;
}
.marquee-section .marquee-block .content-box:last-child::before {
  display: none;
}
.marquee-section .marquee-block .content-box .title {
  font-family: var(--title-font);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--theme-color-light);
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }

}
/* seo Lead */
#seo-lead{
	/* background-color: #000; */
	padding: 50px;
	background: linear-gradient( #fffc 100%, #fffc 100%), url(../images/background-image/circuit-bg.png) ;
	background-position: center;

	background-size: contain;
}
.seo-lead h4{
	/* color: #fff; */
	padding: 15px;
	text-align: center;
	font-family: "Termina W00 Demi";
}
.seo-lead p{
	/* color: #fff; */
	text-align: center;
	font-family: 'Manrope', sans-serif;
}
/* Why choose Us */


.sec-title {
	position: relative;
	margin-bottom: 50px;
}

.sec-title .sub-title {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	font-family: 'Manrope', sans-serif;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-top: 10px;
}

/*.sec-title .sub-title::after {*/
/*	content: "";*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0;*/
/*    width: 30px;*/
/*    height: 1px;*/
/*    background-color: var(--primary-color);*/
/*}*/
/*.sec-title .sub-title:before{*/
/*	content: "";*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    left: 0;*/
/*    width: 40px;*/
/*    height: 3px;*/
/*    background-color: var(--primary-color);*/
/*}*/

/*.sec-title .sub-title::before {*/
/*	top: 3px;*/
	/* margin-left: 10px; */
/*}*/

.sec-title h1 {
	position: relative;
	font-size: 40px;
	font-weight: 900;
	line-height: 1em;
	margin-bottom: 0;
}
.sec-title.light h3{
  color: #fff;
  font-family: "Termina W00 Demi";
    text-transform: capitalize;
   
}

@media (max-width: 1199.98px) {
	.sec-title h1 {
		font-size: 84px;
	}
}

@media (max-width: 991.98px) {
	.sec-title h1 {
		font-size: 72px;
	}
}

@media (max-width: 767.98px) {
	.sec-title h1 {
		font-size: 68px;
	}
}

@media (max-width: 575.98px) {
	.sec-title h1 {
		font-size: 54px;
	}
}

.features-section {
  padding-bottom: 80px;
  position: relative;
  background-image: url(../images/background-image/black-bg.jpg);
}
@media (max-width: 1199.98px) {
  .features-section .image-column {
    display: none;
  }
}
.features-section .image-column .inner-column .image {
  margin-left: -367px;
}
@media (max-width: 1399.98px) {
  .features-section .image-column .inner-column .image {
    margin-left: -311px;
  }
}
.features-section .content-column .inner-column {
  padding: 116px 0 0;
  /* margin-left: -33px; */
  margin-left: 0px;
}
@media (max-width: 1199.98px) {
  .features-section .content-column .inner-column {
    margin-left: 0;
    padding-bottom: 70px;
  }
}
.features-section .content-column .inner-column .sec-title {
  position: relative;
  margin-right: 277px;
  margin-bottom: 38px;
}
.features-section .content-column .inner-column .sec-title::before {
  content: "";
  position: absolute;
  top: 70px;
  right: -87px;
  width: 111px;
  height: 86px;
  background-image: url(../images/background-image/arrow-rt.png);
}
.features-section .content-column .inner-column .sec-title .sub-title {
  color: #fe9435;
}
@media (max-width: 575.98px) {
  .features-section .content-column .inner-column .sec-title h3 {
    font-size: 32px;
    line-height: 54px;
  }
}
@media (max-width: 1199.98px) {
  .features-section .content-column .inner-column .sec-title {
    margin-right: 0;
  }
  .features-section .content-column .inner-column .sec-title:before {
    top: 0;
    right: 0;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .features-section .content-column .inner-column .sec-title:before {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .features-section .content-column .inner-column .sec-title {
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .feature-block {
    margin-bottom: 20px;
  }
}
.feature-block .inner-box {
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 40px 40px 29px; */
  padding: 15px;
  position: relative;
  background: #fff;
}
.feature-block .inner-box:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 89px;
  height: 179px;
  background-image: url(../images/background-image/triangel-bg.png);
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media (max-width: 575.98px) {
  .feature-block .inner-box {
    padding: 40px 21px 29px;
  }
}
.feature-block .inner-box .image-box {
  background-color: #fe9435;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  line-height: 67px;
  text-align: center;
  margin-bottom: 15px;
}
.feature-block .inner-box .image-box img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature-block .inner-box .title a{
  font-family: 'Manrope', sans-serif;
}
.feature-block .inner-box .title {
  
  text-transform: capitalize;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 0;
}
.feature-block .inner-box:hover .image-box img {
  
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
/* Testmoinial */
.testimonial {
  padding: 120px 0;
}
.heading {
  text-align: center;
  margin-bottom: 80px;
  margin-top: -7px;
}

.report-btn{
	border: 1px solid #FE9435;
	padding: 10px;
}
.know-more{

	border: 1px solid #FE9435;
	padding: 10px;
	text-decoration: none;
	color: #fff ;

}
.know-more:hover{

	border: 1px solid #FE9435;
	border-radius: 20px;
	padding: 10px;
	text-decoration: none;
	color: #000 ;
	background-color: #FE9435;

}
.heading p {

  text-align: center;
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  color: transparent;
  letter-spacing: 2px;
  background: -webkit-gradient(linear,right top,left top,color-stop(50%,#FF6C1C),to(#FF3A33));
  background: -webkit-linear-gradient(right,#FF6C1C 50%,#FF3A33);
  background: -o-linear-gradient(right,#FF6C1C 50%,#FF3A33);
  background: linear-gradient(-90deg,#FF6C1C 50%,#FF3A33);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 22px;
}
.heading h3 {
  font-family: "Termina W00 Demi";
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  color: #1d2860;
  text-transform: capitalize;
  padding-bottom: 22px;
  margin-top: -7px;
  margin-bottom: 0;
  position: relative
}

/*.heading h3:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 50%;*/
/*  width: 50px;*/
/*  height: 5px;*/
/*  border-radius: 3px;*/
/*  -webkit-transform: translateX(-50%);*/
/*  -ms-transform: translateX(-50%);*/
/*  transform: translateX(-50%);*/
/*  background: -webkit-gradient(linear,right top,left top,color-stop(50%,#FF6C1C),to(#FF3A33));*/
/*  background: -webkit-linear-gradient(right,#FF6C1C 50%,#FF3A33);*/
/*  background: -o-linear-gradient(right,#FF6C1C 50%,#FF3A33);*/
/*  background: linear-gradient(-90deg,#FF6C1C 50%,#FF3A33)*/
/*}*/

 /* testimonial */
 .testimonial_section {
  display: block;
  overflow: hidden;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
  background-color: #020d26;
  padding-top: 77px;
  padding-right: 210px;
  padding-bottom: 62px;
  position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #020d26;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 24px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h3 {
  font-family: "Termina W00 Demi";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h3 strong {
  font-family: "Termina W00 Demi";
  font-weight: 600 !important;
  width: 100%;
  display: block;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #fe9435;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #fe9435;
}
.testimonial_section .testimonial_box {
  margin-top: 60px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #fe9435;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #fe9435;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 62px 0px 72px 50px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 69px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #fe9435;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
font-family: 'Termina W00 Demi';
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  font-weight: 600;
  line-height: 24px;
  color: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #5d6576;
  font-style: italic;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  /*border: none;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 55px;*/
  /*top: 80px;*/
      z-index: 99;
    border: none;
    position: absolute;
    top: 0;
    left: 55px;
    top: 15px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 165px;
  right: 42px;
  border-radius: 0;
  background: #fe9435;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #020d26;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 165px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #fe9435;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #020d26;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: block;
  }
  .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img{
      left: 21px;
    top: 53px;
  }
}
/* our PORTFOLIO */
.image-card{
	position: relative;
	height: 100%;
	width: 100%;
	/* height: 400px;
	width: 300px; */
	overflow: hidden;
	border-radius: 3px;
	transition: all .4s;
  }
  .image-card:hover{
	box-shadow: 1px 1px 6px 1px rgba(0,0,0,.3);
  }
  .image-card:before{
	content: '';
	position: absolute;
	top: 0;
	left: 180%;
	height: 100%;
	width: 75%;
	background: rgba(255,255,255,.1);
	z-index: 1;
	transform: skew(45deg);
	opacity: .7;
	pointer-events: none;
	transition: .5s;
  }
  .image-card:hover:before{
	left: -180%;
  }
  .image-card img{
	height: 100%;
	width: 100%;
	/* filter: grayscale(100%); */
	transition: 2s;
  }
  .image-card:hover img{
	/* filter: grayscale(0%); */
	transform: scale(1.1);
  }
  .image-card h3{
	text-transform: capitalize;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #000;
	padding: 10px 05px;
	color: #f9d6d2;
	font-family: "Termina W00 Demi";
	border: 1px solid #fe9435;
	user-select: none;
	transform: perspective(500px) rotateY(-90deg);
	transform-origin: right;
	transition: all .5s;
  }
  .image-card:hover h3{
	transform: perspective(500px) rotateY(0deg);
  }
 


/* FAQ */
.faq .faq-list {
	padding: 0 100px;
  }
  
  .faq .faq-list ul {
	padding: 0;
	list-style: none;
  }
  
  .faq .faq-list li+li {
	margin-top: 15px;
  }
  
  .faq .faq-list li {
	box-shadow: 2px 2px #fe9435;
    border: 1px solid #fff;
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	position: relative;
  }
 
  .faq .faq-list a {
	color: #000;
	display: block;
	position: relative;
	font-family: 'Manrope', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	padding: 0 30px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
  }
  
  .faq .faq-list .icon-help {
	font-size: 24px;
	position: absolute;
	right: 0;
	left: 20px;
	color: #fe9435;
  }
  
  .faq .faq-list .icon-show,
  .faq .faq-list .icon-close {
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
  }
  
  .faq .faq-list p {
	margin-top: 15px;

	font-family: 'Manrope', sans-serif;
	margin-bottom: 0;
	padding: 10px 0 0 0;
  }
  
  .faq .faq-list .icon-show {
	display: none;
  }

  
  .faq .faq-list a.collapsed {
	color: #000;
	transition: 0.3s;
  }
  
  .faq .faq-list a.collapsed:hover {
	color: #fe9435;
  }
  
  .faq .faq-list a.collapsed .icon-show {
	display: inline-block;
  }
  
  .faq .faq-list a.collapsed .icon-close {
	display: none;
  }
  
  @media (max-width: 1200px) {
	.faq .faq-list {
	  padding: 0;
	}
  }
  /* Instgaram Feed */
  #instafeed-container a img{
	/* width: 25%!important; */
	padding: 9px;
    height: 375px;    
    width: auto;
  }
  
  #insta-feed{
	text-align: center;
	margin: 50px 0px;
  }
