:root {
	--clr-primary: hsl(11, 78%, 56%);
	--clr-primary-dark: hsl(11, 78%, 40%);
	--clr-primary-light: hsl(11, 78%, 90%);
}

/* .default-translucent-bg:after {
	background-color: rgb(21 50 97 / 85%)
} */
.form-cta-translucent-bg {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	color: #fff;
}

.form-cta-translucent-bg::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1, 1);
}

.form-cta-translucent-bg>div {
	position: relative;
	z-index: 3;
}

.form-cta-translucent-bg,
.form-cta-translucent-bg h1,
.form-cta-translucent-bg h2,
.form-cta-translucent-bg h3,
.form-cta-translucent-bg h4,
.form-cta-translucent-bg h5,
.form-cta-translucent-bg h6 {
	color: #fff;
}

.bg-success,
.bg-success h1,
.bg-success h2,
.bg-success h3,
.bg-success h4,
.bg-success h5,
.bg-success h6 {
	color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000
}

.w-65 {
	width: 65% !important
}

.image-box {
	padding-block: 20px;
	border: 1px solid var(--clr-primary-light);
	border-radius: 8px;
	height: 100%;
	padding: 15px;
}

.img-icon-bg {
	display: block;
	text-align: center;
	width: 80px;
	height: 80px;
	margin-block-end: 20px;
	/* margin-inline: auto; */
}

.img-icon-bg img {
	width: 100%;
}

.image-box .body {
	padding: 0;
}

ul.header-contact-infos {
	list-style: none;
	padding: 14px 0 10px 0;
	font-size: 20px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 0;
	width: 100%
}

ul.header-contact-infos li {
	margin-right: 28px;
	font-size: 25px;
	font-weight: 400
}

ul.header-contact-infos li:last-child {
	margin-right: 0
}

ul.header-contact-infos li a {
	color: #163361
}

ul.header-contact-infos li a i {
	color: #3da4f1
}

.transparent-header .sticky-wrapper {
	z-index: 10
}

.hero-banner {
	background-image: url(../images/slider-fullscreen2-slide-1.jpg);
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	padding-top: 63px
}

.banner-form-con {
	background-color: rgb(255 255 255 / 95%);
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center
}

h1.banner--heading {
	color: #333;
	letter-spacing: 0;
	font-size: 40px;
	margin: 0 0 20px 0;
	text-align: left;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1;
	font-family: Roboto, sans-serif
}

.logo img {
	min-width: 335px;
	transition: all .2s ease-in-out
}

.header-first {
	padding: 6px 0 0 0
}

.fixed-header-on .logo img {
	min-width: 241px;
	height: 53px
}

.banner {
	height: 75%
}

.strategy-arrow-con {
	position: relative
}

.strategy-arrow-con::before {
	content: "";
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: -87px;
	top: -20%;
	width: 150px;
	height: 150px;
	z-index: 1;
	opacity: .1
}

.footer h2.title {
	font-size: 35px
}

.footer-contact-infos {
	text-align: center;
	padding: 40px 0
}

.footer-contact-infos i {
	font-size: 50px;
	margin-bottom: 30px;
	color: #333
}

.footer-contact-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 16px
}

p.footer-contact-data {
	font-size: 16px;
	color: #000
}

.footer-contact-data a {
	color: #000;
	display: block
}

.footer-contact-data a:hover {
	text-decoration: underline
}

.footer-contact-info {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1
}

article.blogpost {
	min-height: 460px
}

.blogpost header h3 {
	min-height: 60px
}

.slideshow .slider-caption--large h1 {
	font-size: 50px;
	line-height: 1.1;
	margin-bottom: 15px;
}

.slider-caption {
	top: 25%
}

.section-title-img {
	margin: auto
}

.review-con {
	text-align: center;
	color: #333
}

.reviewer-name {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px
}

.review-stars {
	margin-bottom: 20px;
	color: #f5cd06;
	font-size: 20px
}

.review-text {
	font-size: 16px;
	font-weight: 400
}

.banner.page-banner {
	max-height: 300px;
	padding-top: 140px
}

.page-intro-title {
	font-size: 50px;
	font-weight: 600
}

.contact-form {
	padding: 20px;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.5);
}

.contact-form .form-check-label {
	color: #000;
}

.footer {
	font-size: 16px;
}

.feature-box-2 .icon.without-bg {
	width: 80px;
	height: 80px;
}

.feature-box-2 .icon.without-bg img {
	width: 50px;
	height: 50px;
	margin-inline: auto;
}

.feature-box-2 .body {
	margin-left: 82px;
}

.big-icon-box {
	text-align: center;
	padding: 80px 20px 20px 20px;
	background-color: hsl(11 78% 80% / 1);
	border-radius: 8px;
	position: relative;
	margin-top: 50px;
}

.big-icon-box__icon {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
}

.big-icon-box__title {
	font-size: 35px;
	font-weight: 600;
	line-height: 49px;
	margin-bottom: 0;
}

.feature-box-2.border {
	border-color: var(--clr-primary-light) !important;
	border-radius: 8px;
}

.feature-box-2.p-3 .icon {
	top: 1rem;
}

.accordion .card {
	margin-bottom: 12px;
}

.accordion .card-header {
	background-color: var(--clr-primary);
	border-color: var(--clr-primary-light);
}

.accordion .card-header h4 a {
	display: block;
	color: white;
}

.accordion .card-header:has(.collapsed) {
	background-color: white;
}

.accordion .card-header .collapsed {
	color: var(--clr-primary);
}

.workSteps {
	padding-top: 60px;
}

.step-con {
	text-align: center;
	position: relative;
	padding-inline: 20px;
}

.step-icon {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	/* -webkit-box-shadow: 5px 5px 20px 0 var(--clr-primary-light);
	-moz-box-shadow: 5px 5px 20px 0 var(--clr-primary-light);
	box-shadow: 5px 5px 20px 0 var(--clr-primary-light); */
	margin: 0 auto 15px auto;
	border: 1px solid var(--clr-primary-light);
	z-index: 999;
	position: relative;
}

.step-icon img {
	width: 60%;
	padding-top: 35px;
	margin: 0 auto;
}

.step-num {
	font-weight: 400;
	letter-spacing: 1px;
}

.step-title {
	font-size: 20px;
	font-weight: 600;
}

.dotted-top-arrow::after {
	position: absolute;
	content: "";
	background: url(../images/xt-arrow.png) no-repeat;
	background-size: contain;
	display: block;
	width: 200px;
	height: 57px;
	right: -43%;
	top: -12%;
}

.why-choose-us-con h3 {
	font-size: 35px;
	font-weight: 600;
}

.why-choose-us-con p {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.responsive-video {
	position: relative;
}

.responsive-video video {
	width: 100%;
	height: auto;
}


/*=============================================
=            video            =
=============================================*/
.video-container {
	height: 0;
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.video-container a {
	border-bottom: 18px solid transparent;
	border-left: 22px solid #000;
	border-top: 18px solid transparent;
	box-sizing: border-box;
	height: 26px;
	margin: -13px 0 0 -11px;
	left: 50%;
	position: absolute;
	text-indent: -999em;
	top: 50%;
	width: 22px;
}

.video-container a:hover {
	border-left-color: #f00;
}

.video-container img {
	display: block;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container img {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*=====  End of video  ======*/



@media (max-width:1200px) {
	.slideshow .slider-caption--large h1 {
		font-size: 40px
	}

	.slideshow .slider-caption--large p {
		font-size: 18px
	}
}

@media (min-width:991px) {
	.footer-contact-info .col-md-3 {
		padding: 0
	}

	.footer-contact-info .col-md-3 {
		border-right: 1px solid #e1e1e1
	}

	.footer-contact-info .col-md-3:last-child {
		border-right: 0 solid transparent
	}
}

@media (max-width:991px) {
	.slideshow .slider-caption--large h1 {
		font-size: 30px
	}

	.slideshow .slider-caption--large p {
		font-size: 16px
	}

	.slider-banner-fullscreen,
	.slider-banner-fullwidth {
		z-index: 1
	}
}

@media(max-width:767px) {
	.slideshow .slider-caption--large {
		text-align: center !important
	}

	.logo img {
		min-width: auto;
		height: 40px
	}

	.slider-caption {
		top: 15%
	}

	.banner {
		height: 80%
	}
}

@media (max-width:512px) {

	.logo img,
	.fixed-header-on .logo img {
		min-width: unset;
		max-width: 240px;
		height: 40px;
	}

	.slideshow .slider-caption--large h1 {
		font-size: 25px
	}

	.slideshow .slider-caption--large p {
		font-size: 14px
	}

	.btn-xl {
		padding: 12px 30px;
		font-size: 18px;
	}
}
