/*General Style */
@import url("../css/bootstrap.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/slimmenu.min.css");
@import url("../css/aos.css");
/*---------------------------------------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@400,500,600,700,900&display=swap'); */
/*--------------------*/
/* @font-face {
    font-family: 'satoshi-regular';
    src: url('../fonts/Satoshi-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
} */
/* font-family: "Sora", sans-serif;
font-family: 'satoshi-regular'; */
:root {
	--primary: #BF1E2E;
	--primaryHover: #e92337;
	--secondary: #485E77;
	--secondary1: #0A0C00;
	--black: #000000;
	--white: #FFFFFF;
	--extremeLight: #F7F7F7;
	--offtext: #93AAC0;
	--secondaryLight: #ECECEB;
	--headingfont: "Sora", sans-serif;
	--bodyfont: 'Satoshi', sans-serif;
}
html {
	overflow-x: hidden;
	scroll-behavior: auto !important;
}
html::-webkit-scrollbar {
	width: 10px;
}
html::-webkit-scrollbar-track {
	background: var(--extremeLight);
}
html::-webkit-scrollbar-thumb {
	background: var(--secondary);
}
body {
	margin: 0px;
	padding: 0px;
	background-color: var(--white);
	font-family: var(--bodyfont);
	color: var(--secondary);
	font-size: 21px;
	line-height: 160%;
	font-weight: 400;
	letter-spacing: 0;
	/* overflow-x: hidden; */
	scroll-behavior: smooth;
}
p {
	font-size: 21px;
	line-height: 160%;
	font-weight: 400;
}
@media (max-width: 1600px) {
	body, p {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	body, p {
		font-size: 19px;
	}
}
@media (max-width: 991px) {
	body, p {
		font-size: 18px;
	}
}
@media (max-width: 767px) {
	body, p {
		font-size: 17px;
	}
}
@media (max-width: 575px) {
	body, p {
		font-size: 16px;
	}
}
img {
	max-width: 100%;
	height: auto;
}
::-moz-selection {
	background-color: var(--primary);
	color: var(--white);
}
::-webkit-selection {
	background-color: var(--primary);
	color: var(--white);
}
::selection {
	background-color: var(--primary);
	color: var(--white);
}

/* Typography */

b, strong {
	font-weight: 700;
}
a {
	text-decoration: none;
	color: var(--primary);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a:hover {
	color: var(--secondary);
	outline: 0;
}
a:focus-visible {
	outline: 2px solid var(--orange);
}
h1:not(.site-title):before, h2:before {
	display: none;
}
h1, .h1 {
	font-size: 77px;
}
@media (max-width: 1600px) {
	h1, .h1 {
		font-size: 70px;
	}
}
@media (max-width: 1199px) {
	h1, .h1 {
		font-size: 60px;
	}
}
@media (max-width: 991px) {
	h1, .h1 {
		font-size: 50px;
	}
}
@media (max-width: 575px) {
	h1, .h1 {
		font-size: 40px;
	}
}
h2, .h2 {
	font-size: 56px;
}
@media (max-width: 1600px) {
	h2, .h2 {
		font-size: 52px;
	}
}
@media (max-width: 1199px) {
	h2, .h2 {
		font-size: 48px;
	}
}
@media (max-width: 991px) {
	h2, .h2 {
		font-size: 40px;
	}
}
@media (max-width: 767px) {
	h2, .h2 {
		font-size: 30px;
	}
}
h3, .h3 {
	font-size: 30px;
}
@media (max-width: 1199px) {
	h3, .h3 {
		font-size: 28px;
	}
}
@media (max-width: 991px) {
	h3, .h3 {
		font-size: 26px;
	}
}
@media (max-width: 767px) {
	h3, .h3 {
		font-size: 24px;
	}
}
h4, .h4 {
	font-size: 26px;
}
@media (max-width: 1600px) {
	h4, .h4 {
		font-size: 24px;
	}
}
@media (max-width: 1199px) {
	h4, .h4 {
		font-size: 22px;
	}
}
@media (max-width: 991px) {
	h4, .h4 {
		font-size: 20px;
	}
}
.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
	font-weight: 400;
	letter-spacing: 0;
	margin: 0 0 20px;
	text-transform: capitalize;
	color: var(--secondary);
	font-family: var(--headingfont);
	line-height: 120%;
}
p, ol, ul, blockquote {
	margin: 0 0 20px;
	padding: 0;
}
.white h1, .white h2, .white h3, .white h4, .white p, .white li, .white span, .white a {
	color: var(--white);
}
.white p a:hover {
	text-decoration: underline;
}
ol li, ul li {
	list-style-type: none;
}
.h1 span, .h2 span, .h3 span, .h4 span, h1 span, h2 span, h3 span, h4 span {
	color: var(--primary);
}
@media (max-width:767px) {
	.h1, .h2, .h3, .h4, h1, h2, h3, h4 {
		margin: 0 0 15px;
	}
	p, ol, ul, blockquote {
		margin: 0 0 15px;
		padding: 0;
	}
}

/* Forms */

.form-group {
	margin-bottom: 30px;
}
.form-group p:last-child {
	margin-bottom: 0;
}
.form-group label {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.2;
}
.form-group:last-child {
	margin-bottom: 0;
}

/* body .gform-theme--framework, */

body .gform_wrapper.gravity-theme input[type="color"], body .gform_wrapper.gravity-theme input[type="datetime-local"], body .gform_wrapper.gravity-theme input[type="date"], body .gform_wrapper.gravity-theme input[type="datetime"], body .gform_wrapper.gravity-theme input[type="email"], body .gform_wrapper.gravity-theme input[type="month"], body .gform_wrapper.gravity-theme input[type="number"], body .gform_wrapper.gravity-theme input[type="password"], body .gform_wrapper.gravity-theme input[type="search"], body .gform_wrapper.gravity-theme input[type="tel"], body .gform_wrapper.gravity-theme input[type="text"], body .gform_wrapper.gravity-theme input[type="time"], body .gform_wrapper.gravity-theme input[type="url"], body .gform_wrapper.gravity-theme input[type="week"], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="month"], input[type="number"], input[type="time"], input[type="url"], input[type="week"], input[type="email"], input[type="search"], input[type="text"], input[type="password"], input[type="tel"], input[type="file"], textarea, select {
	width: 100%;
	max-width: 100%;
	display: block;
	height: inherit;
	z-index: 1;
	margin: 0;
	padding: 16px 20px;
	background-color: var(--extremeLight);
	box-shadow: none;
	border: solid 1px var(--secondaryLight);
	border-radius: 12px;
	color: var(--secondar);
	font-size: 21px;
	line-height: 26px;
	font-weight: 400;
	direction: ltr;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
body .gform_wrapper.gravity-theme input[type="color"]:focus, body .gform_wrapper.gravity-theme input[type="datetime-local"]:focus, body .gform_wrapper.gravity-theme input[type="date"]:focus, body .gform_wrapper.gravity-theme input[type="datetime"]:focus, body .gform_wrapper.gravity-theme input[type="email"]:focus, body .gform_wrapper.gravity-theme input[type="month"]:focus, body .gform_wrapper.gravity-theme input[type="number"]:focus, body .gform_wrapper.gravity-theme input[type="password"]:focus, body .gform_wrapper.gravity-theme input[type="search"]:focus, body .gform_wrapper.gravity-theme input[type="tel"]:focus, body .gform_wrapper.gravity-theme input[type="text"]:focus, body .gform_wrapper.gravity-theme input[type="time"]:focus, body .gform_wrapper.gravity-theme input[type="url"]:focus, body .gform_wrapper.gravity-theme input[type="week"]:focus, body .gform_wrapper.gravity-theme select:focus, body .gform_wrapper.gravity-theme textarea:focus, input:focus, select:focus, textarea:focus {
	outline: 0;
	border-color: var(--primary);
}
input::placeholder, textarea::placeholder, select::placeholder {
	font-size: 21px;
	line-height: 26px;
	font-weight: 400;
	color: var(--secondary);
	opacity: 0.8;
}
input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
	font-size: 21px;
	line-height: 26px;
	font-weight: 400;
	color: var(--secondary);
	opacity: 0.8;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
	font-size: 21px;
	line-height: 26px;
	font-weight: 400;
	color: var(--secondary);
	opacity: 0.8;
}
select {
	background-image: url("../images/select_arrow.svg");
	background-position: right center;
	background-repeat: no-repeat;
	color: rgba(37, 37, 37, 0.7);
	padding-right: 55px;
	cursor: pointer;
}
select option:hover {
	background-color: var(--primary);
}
textarea {
	height: 170px;
}
@media (max-width: 1600px) {
	body .gform_wrapper.gravity-theme input[type="color"], body .gform_wrapper.gravity-theme input[type="datetime-local"], body .gform_wrapper.gravity-theme input[type="date"], body .gform_wrapper.gravity-theme input[type="datetime"], body .gform_wrapper.gravity-theme input[type="email"], body .gform_wrapper.gravity-theme input[type="month"], body .gform_wrapper.gravity-theme input[type="number"], body .gform_wrapper.gravity-theme input[type="password"], body .gform_wrapper.gravity-theme input[type="search"], body .gform_wrapper.gravity-theme input[type="tel"], body .gform_wrapper.gravity-theme input[type="text"], body .gform_wrapper.gravity-theme input[type="time"], body .gform_wrapper.gravity-theme input[type="url"], body .gform_wrapper.gravity-theme input[type="week"], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="month"], input[type="number"], input[type="time"], input[type="url"], input[type="week"], input[type="email"], input[type="search"], input[type="text"], input[type="password"], input[type="tel"], input[type="file"], textarea, select {
		padding: 15px 18px;
		font-size: 20px;
	}
	input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
		font-size: 20px;
	}
	input::placeholder, textarea::placeholder, select::placeholder {
		font-size: 20px;
	}
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
		font-size: 20px;
	}
}
@media (max-width: 1199px) {
	.form-group {
		margin-bottom: 25px;
	}
	body .gform_wrapper.gravity-theme input[type="color"], body .gform_wrapper.gravity-theme input[type="datetime-local"], body .gform_wrapper.gravity-theme input[type="date"], body .gform_wrapper.gravity-theme input[type="datetime"], body .gform_wrapper.gravity-theme input[type="email"], body .gform_wrapper.gravity-theme input[type="month"], body .gform_wrapper.gravity-theme input[type="number"], body .gform_wrapper.gravity-theme input[type="password"], body .gform_wrapper.gravity-theme input[type="search"], body .gform_wrapper.gravity-theme input[type="tel"], body .gform_wrapper.gravity-theme input[type="text"], body .gform_wrapper.gravity-theme input[type="time"], body .gform_wrapper.gravity-theme input[type="url"], body .gform_wrapper.gravity-theme input[type="week"], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="month"], input[type="number"], input[type="time"], input[type="url"], input[type="week"], input[type="email"], input[type="search"], input[type="text"], input[type="password"], input[type="tel"], input[type="file"], textarea, select {
		padding: 14px 18px;
		font-size: 19px;
	}
	input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
		font-size: 19px;
	}
	input::placeholder, textarea::placeholder, select::placeholder {
		font-size: 19px;
	}
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
		font-size: 19px;
	}
	select {
		padding-right: 40px !important;
	}
	textarea {
		height: 160px;
	}
}
@media (max-width: 991px) {
	body .gform_wrapper.gravity-theme input[type="color"], body .gform_wrapper.gravity-theme input[type="datetime-local"], body .gform_wrapper.gravity-theme input[type="date"], body .gform_wrapper.gravity-theme input[type="datetime"], body .gform_wrapper.gravity-theme input[type="email"], body .gform_wrapper.gravity-theme input[type="month"], body .gform_wrapper.gravity-theme input[type="number"], body .gform_wrapper.gravity-theme input[type="password"], body .gform_wrapper.gravity-theme input[type="search"], body .gform_wrapper.gravity-theme input[type="tel"], body .gform_wrapper.gravity-theme input[type="text"], body .gform_wrapper.gravity-theme input[type="time"], body .gform_wrapper.gravity-theme input[type="url"], body .gform_wrapper.gravity-theme input[type="week"], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="month"], input[type="number"], input[type="time"], input[type="url"], input[type="week"], input[type="email"], input[type="search"], input[type="text"], input[type="password"], input[type="tel"], input[type="file"], textarea, select {
		font-size: 18px;
		padding: 12px 16px;
	}
	input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
		font-size: 18px;
	}
	input::placeholder, textarea::placeholder, select::placeholder {
		font-size: 18px;
	}
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
		font-size: 18px;
	}
	.form-group {
		margin-bottom: 20px;
	}
	textarea {
		height: 150px;
	}
}
@media (max-width: 767px) {
	.form-group {
		margin-bottom: 15px;
	}
	body .gform_wrapper.gravity-theme input[type="color"], body .gform_wrapper.gravity-theme input[type="datetime-local"], body .gform_wrapper.gravity-theme input[type="date"], body .gform_wrapper.gravity-theme input[type="datetime"], body .gform_wrapper.gravity-theme input[type="email"], body .gform_wrapper.gravity-theme input[type="month"], body .gform_wrapper.gravity-theme input[type="number"], body .gform_wrapper.gravity-theme input[type="password"], body .gform_wrapper.gravity-theme input[type="search"], body .gform_wrapper.gravity-theme input[type="tel"], body .gform_wrapper.gravity-theme input[type="text"], body .gform_wrapper.gravity-theme input[type="time"], body .gform_wrapper.gravity-theme input[type="url"], body .gform_wrapper.gravity-theme input[type="week"], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="month"], input[type="number"], input[type="time"], input[type="url"], input[type="week"], input[type="email"], input[type="search"], input[type="text"], input[type="password"], input[type="tel"], input[type="file"], textarea, select {
		padding: 10px 15px;
		font-size: 17px;
	}
	input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
		font-size: 17px;
	}
	input::placeholder, textarea::placeholder, select::placeholder {
		font-size: 17px;
	}
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
		font-size: 17px;
	}
	textarea {
		height: 140px;
	}
}
@media (max-width: 575px) {
	.form-group {
		margin-bottom: 12px;
	}
	body .gform_wrapper.gravity-theme input[type="color"], body .gform_wrapper.gravity-theme input[type="datetime-local"], body .gform_wrapper.gravity-theme input[type="date"], body .gform_wrapper.gravity-theme input[type="datetime"], body .gform_wrapper.gravity-theme input[type="email"], body .gform_wrapper.gravity-theme input[type="month"], body .gform_wrapper.gravity-theme input[type="number"], body .gform_wrapper.gravity-theme input[type="password"], body .gform_wrapper.gravity-theme input[type="search"], body .gform_wrapper.gravity-theme input[type="tel"], body .gform_wrapper.gravity-theme input[type="text"], body .gform_wrapper.gravity-theme input[type="time"], body .gform_wrapper.gravity-theme input[type="url"], body .gform_wrapper.gravity-theme input[type="week"], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="month"], input[type="number"], input[type="time"], input[type="url"], input[type="week"], input[type="email"], input[type="search"], input[type="text"], input[type="password"], input[type="tel"], input[type="file"], textarea, select {
		font-size: 16px;
	}
	input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
		font-size: 16px;
	}
	input::placeholder, textarea::placeholder, select::placeholder {
		font-size: 16px;
	}
	input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
		font-size: 16px;
	}
	textarea {
		height: 130px;
	}
}

/*Buttons Start*/

.btn_holder {
	margin-top: 40px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.site_btn+.site_btn {
	margin-left: 15px;
}
.btn_holder .site_btn+.site_btn {
	margin-left: 0;
}
.btn_holder.left {
	justify-content: left;
	text-align: left;
}
input[type="submit"] {
	background-color: var(--primary);
	color: var(--white);
	border: none;
	border-radius: 30px;
	min-width: 180px;
	line-height: 1;
	padding: 22px 30px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
	font-family: var(--headingfont);
	transition: all .35s ease;
}
input[type="submit"]:hover, input[type="submit"]:focus {
	outline: none;
	box-shadow: none;
	transform: scale(0.96);
}
button[type="submit"], .site_btn {
	background-color: var(--primary);
	border-radius: 100px;
	justify-content: center;
	align-items: center;
	min-width: 180px;
	width: max-content;
	height: 60px;
	text-decoration: none;
	transition: all .35s ease;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	font-family: var(--headingfont);
	text-transform: capitalize;
	--gap: 3px;
	--r: 30px;
	--bd: 1px;
	border: var(--bd) solid var(--primary);
}
.site_btn_block {
	z-index: 2;
	justify-content: center;
	align-items: center;
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
}
.button_text_01, .button_text_02 {
	padding: 21px 30px;
	line-height: 1;
	color: var(--white);
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transform-style: preserve-3d;
	transition: opacity 0.4s ease, transform 0.4s ease;
	transform-origin: center;
	pointer-events: none;
	user-select: none;
	white-space: nowrap;
	width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.button_text_01 {
	position: relative;
}
.button_text_02 {
	position: absolute;
}
.button_text_01:after, .button_text_02:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	background-image: url('../images/btn-arrow.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
	transform-origin: center;
	opacity: 1;
}
.site_btn.load_btn .button_text_01:after,
.site_btn.load_btn .button_text_02:after {
	width: 16px;
	height: 16px;
	background-image: url('../images/reload.svg');
}
.button_text_01 {
	opacity: 1;
	transform-origin: 0% 50%;
}
.button_text_02 {
	opacity: 0;
	transform-origin: 100% 50%;
	transform: translate(-50%, -50%) rotateZ(-25deg);
}
.background_button {
	z-index: 1;
	background-color: var(--primary);
	border-radius: 100px;
	position: absolute;
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
	transform-style: preserve-3d;
	transition: transform 0.4s ease;
	will-change: inset;
	inset: 0;
	border-radius: var(--r);
}
button[type="submit"]:hover, .site_btn:hover {
	transform: scale(0.96);
	background-color: transparent;
}
button[type="submit"]:hover .background_button, .site_btn:hover .background_button {
	inset: var(--gap);
	border-radius: calc(var(--r) - var(--gap));
}
button[type="submit"]:hover .button_text_01, .site_btn:hover .button_text_01 {
	transform: translate(-50%, -50%) rotateZ(-25deg);
	opacity: 0;
}
button[type="submit"]:hover .button_text_02, .site_btn:hover .button_text_02 {
	transform: translate(-50%, -50%) rotateZ(0deg);
	opacity: 1;
}
button[type="submit"]:hover .button_text_01:after, .site_btn:hover .button_text_01:after {
	opacity: 0;
	transform: translateX(10px) translateY(-10px) rotate(45deg);
}
button[type="submit"]:focus .button_text_01:after, .site_btn:focus .button_text_01:after {
	transform: translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
button[type="submit"]:hover .button_text_02:after, button[type="submit"]:focus .button_text_02:after, .site_btn:hover .button_text_02:after, .site_btn:focus .button_text_02:after {
	opacity: 1;
	transform: translateX(0) translateY(0) rotate(0deg);
}
.site_btn.boder_btn {
	border: var(--bd) solid var(--secondary);
	background-color: transparent;
}
.site_btn.boder_btn .background_button {
	background-color: transparent;
}
.site_btn.boder_btn .button_text_01, .site_btn.boder_btn .button_text_02 {
	color: var(--secondary);
}
.site_btn.boder_btn .button_text_01:after, .site_btn.boder_btn .button_text_02::after {
	filter: brightness(0) saturate(100%) invert(37%) sepia(15%) saturate(974%) hue-rotate(172deg) brightness(90%) contrast(90%);
}
.site_btn.boder_btn:hover .background_button {
	background-color: var(--secondary);
}
.site_btn.boder_btn:hover .button_text_01, .site_btn.boder_btn:hover .button_text_02 {
	color: var(--white);
}
.site_btn.boder_btn .button_text_02::after {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(294deg) brightness(107%) contrast(101%);
}

.site_btn.boder_btn.white {
	border: var(--bd) solid var(--white);
	background-color: transparent;
}
.site_btn.boder_btn.white .background_button {
	background-color: transparent;
}
.site_btn.boder_btn.white .button_text_01 {
	color: var(--white);
}
.site_btn.boder_btn.white .button_text_02 {
	color: var(--primary);
}
.site_btn.boder_btn.white .button_text_01:after, .site_btn.boder_btn.white .button_text_02::after {
	filter: brightness(0) invert(1);
}
.site_btn.boder_btn.white:hover .background_button {
	background-color: var(--white);
}
.site_btn.boder_btn.white:hover .button_text_01, .site_btn.boder_btn.white:hover .button_text_02 {
	color: var(--primary);
}
.site_btn.boder_btn.white .button_text_02::after {
	filter: brightness(0) saturate(100%) invert(16%) sepia(77%) saturate(4185%) hue-rotate(344deg) brightness(84%) contrast(90%);
}
@media (max-width:1600px) {
	button[type="submit"], .site_btn {
		height: 58px;
	}
	.button_text_01, .button_text_02 {
		padding: 20px 26px;
	}
	input[type="submit"] {
		padding: 21px 26px;
	}
}
@media (max-width:1199px) {
	.btn_holder {
		margin-top: 35px;
	}
	button[type="submit"], .site_btn {
		height: 54px;
		font-size: 15px;
	}
	.button_text_01, .button_text_02 {
		padding: 19px 24px;
	}
	input[type="submit"] {
		padding: 19.5px 24px;
		min-width: 160px;
		font-size: 15px;
	}
}
@media (max-width:991px) {
	.btn_holder {
		margin-top: 30px;
	}
	button[type="submit"], .site_btn {
		height: 50px;
	}
	.button_text_01, .button_text_02 {
		padding: 16px 24px;
	}
	input[type="submit"] {
		padding: 17.5px 24px;
		min-width: 140px;
	}
	.site_btn.load_btn .button_text_01:after,
	.site_btn.load_btn .button_text_02:after {
		width: 14px;
		height: 14px;
	}
}
@media (max-width:767px) {
	.btn_holder {
		margin-top: 20px;
	}
	button[type="submit"], .site_btn {
		height: 46px;
		font-size: 14px;
        min-width: 150px;
	}
	.button_text_01, .button_text_02 {
		padding: 15px 24px;
	}
	input[type="submit"] {
		padding: 16px 24px;
		min-width: inherit;
		font-size: 14px;
	}
}

/*Buttons End*/


/* Comman container   */

@media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1344px;
	}
}

/* ---- Header ----- */

.header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 99;
	display: block;
	background-color: var(--white);
	text-align: right;
	padding: 25px 0;
}
.scroll_progress_bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: -10px;
	height: 3px;
	background: linear-gradient(to right, var(--primary), var(--primaryHover));
	transform-origin: left center;
	transform: scaleX(0);
	transition: transform 0.2s ease-out;
	pointer-events: none;
}
.header.sticky {
	position: fixed;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
}
.header .container {
	max-width: 100%;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.mainmenu {
	display: flex;
	align-items: center;
}
.main_header .logo {
	position: relative;
	width: 326px;
}
.main_header .logo a {
	display: block;
	position: relative;
	z-index: 1;
}
.main_header .logo a img {
	width: 100%;
	height: auto;
}
.header.sticky {
	padding: 15px 0;
}
.header.sticky .main_header .logo {
	width: 280px;
}
.header .site_btn {
	text-transform: uppercase;
	margin-left: 10px;
}
.header .site_btn {
	text-transform: uppercase;
	margin-left: 10px;
}
.header .site_btn .button_text_01:after, .header .site_btn .button_text_02:after {
	display: none;
}
.header .site_btn::after {
	display: none;
}
.mainmenu, .logo, .logo img, .header {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
a.link_wrap {
	position: relative;
	overflow: hidden;
	line-height: 1 !important;
}
a.link_wrap .hover_text, a.link_wrap .link_text {
	transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}
a.link_wrap .hover_text {
	position: absolute;
}
a.link_wrap .link_text, a.link_wrap .hover_text {
	transform: translateY(0%);
}
a.link_wrap:hover .hover_text, a.link_wrap:hover .link_text {
	transform: translateY(-100%);
}
@media (min-width:1200px) {
	.logged-in.admin-bar header.header {
		top: 32px;
	}
}
@media (max-width:1600px) {
	.main_header .logo {
		width: 260px;
	}
	.header .container {
		padding: 0 20px;
	}
	.header {
		padding: 20px 0;
	}
	.header.sticky {
		padding: 10px 0;
	}
	.header.sticky .main_header .logo {
		width: 240px;
	}
}
@media (max-width: 1199px) {
	.header, .header.sticky {
		position: relative;
		padding: 15px 0;
	}
	.main_header .site_btn {
		margin-left: 20px;
		min-width: inherit;
	}
	.main_header .logo, .header.sticky .main_header .logo {
		width: 280px;
	}
	.header.sticky {
		box-shadow: none;
	}
	a.link_wrap .hover_text {
		display: none;
	}
	a.link_wrap:hover .link_text {
		transform: translateY(0);
	}
	.scroll_progress_bar {
		position: fixed;
		top: 0;
		right: -4px;
		bottom: inherit;
		z-index: 100;
	}
}
@media (max-width: 767px) {
	.header .container {
		padding: 0 15px;
	}
	.main_header .logo, .header.sticky .main_header .logo {
		width: 240px;
	}
	.main_header .site_btn {
		margin-left: 20px;
	}
}
@media (max-width: 575px) {
	.main_header .site_btn {
		margin-left: 15px;
	}
	.main_header .logo, .header.sticky .main_header .logo {
		width: 200px;
	}
}
@media (max-width: 480px) {
	.main_header .site_btn {
		margin-left: 10px;
		display: none;
	}
}

/* Billboard */

.header_gap {
	margin-top: 120px;
}
.billboard {
	position: relative;
	overflow: hidden;
	padding: 0 30px;
}
.billboard .container {
	position: relative;
	z-index: 3;
}
.billboard .item {
	position: relative;
	padding: 100px 0;
	width: 100%;
	min-height: 650px;
	background-color: var(--extremeLight);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.billboard .item .caption p {
	font-size: 26px;
	line-height: 160%;
}
.wave_hero {
	height: 620px;
	width: 100%;
	position: relative;
	border-radius: 20px;
}
.iceberg {
	position: relative;
	overflow: hidden;
	z-index: 2;
	width: 100%;
	height: 100%;
	transform-origin: center;
	animation: pulseZoom2 8s ease-in-out infinite 1.5s;
}
.iceberg svg {
	width: 100%;
	height: 100%;
	display: block;
}
@keyframes pulseZoom2 {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.03);
	}
}
.video_play_btn {
	width: 120px;
	height: 120px;
	padding: 36px;
	background-color: var(--primary);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
	box-shadow: none;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px;
	color: var(--white);
	overflow: visible;
	animation: pulseZoom 2.5s infinite;
}
.video_play_btn::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	border: 20px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	animation: ripple 2.5s infinite;
	z-index: -1;
}
@keyframes pulseZoom {
	0%, 100% {
		transform: translate(-50%, -50%) scale(1);
	}
	50% {
		transform: translate(-50%, -50%) scale(1.05);
	}
}
@keyframes ripple {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.6;
	}
	70% {
		transform: translate(-50%, -50%) scale(1.8);
		opacity: 0;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.8);
		opacity: 0;
	}
}
@media (max-width:1600px) {
	.header_gap {
		margin-top: 102px;
	}
	.billboard {
		padding: 0 20px;
	}
	.billboard .container {
		max-width: 100%;
	}
	.billboard .item {
		padding: 80px 60px
	}
	.billboard .item .caption p {
		font-size: 25px;
	}
	.wave_hero {
		height: 520px;
	}
	.video_play_btn {
		width: 100px;
		height: 100px;
		font-size: 36px;
		padding: 30px;
	}
}
@media (max-width:1199px) {
	.header_gap {
		margin-top: 0;
	}
	.billboard .item {
		padding: 40px 30px;
		min-height: 550px;
	}
	.billboard .item h1 {
		font-size: 56px;
	}
	.billboard .item .caption p {
		font-size: 22px;
	}
	.wave_hero {
		height: 480px;
	}
	.video_play_btn {
		width: 80px;
		height: 80px;
		font-size: 32px;
		padding: 26px;
	}
}
@media (max-width:991px) {
	.billboard .item {
		padding: 30px 15px
	}
	.billboard .item h1 {
		font-size: 46px;
	}
	.billboard .item h1 br {
		display: none;
	}
	.billboard .item .caption p {
		font-size: 22px;
	}
	.wave_hero {
		height: auto;
		min-height: 280px;
		margin-bottom: 30px;
	}
}
@media (max-width:767px) {
	.billboard {
		padding: 0 15px;
	}
	.billboard .item {
		padding: 20px 5px
	}
	.billboard .item h1 {
		font-size: 37px;
	}
	.billboard .item .caption p {
		font-size: 20px;
	}
	.billboard .item h1 br {
		display: block;
	}
	.video_play_btn {
		width: 70px;
		height: 70px;
		font-size: 30px;
		padding: 24px;
	}
}
@media (max-width:575px) {
	.billboard .item .caption p {
		font-size: 18px;
	}
	.video_play_btn {
		width: 60px;
		height: 60px;
		font-size: 26px;
		padding: 20px;
	}
}

/* --- Sections --- */

.sections {
	padding: 100px 0;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.sections.md {
	padding: 80px 0;
}
.sub_title {
	font-size: 18px;
	font-weight: 500;
	color: var(--primary);
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 100%;
	font-family: var(--bodyfont);
	margin-bottom: 25px;
}
.white .sub_title {
	color: var(--white);
}
.sections_title {
	margin-bottom: 40px;
	position: relative;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.sections_title.d-flex {
	gap: 10px;
}
.sections_title .subtitle {
	justify-content: center;
}
.sections_title .sub_title {
	margin-bottom: 20px;
}
.sections_title p:last-child, .sections_title h1:last-child, .sections_title h2:last-child, .sections_title h3:last-child {
	margin-bottom: 0;
}
.sections_title.left {
	text-align: left;
	justify-content: flex-start;
}
.sections_title.left .subtitle {
	justify-content: flex-start;
}
.sections_title .title_btn .site_btn {
	min-width: inherit;
}
.sections_title h2 {
	margin-bottom: 20px;
}
.st_content p:last-child {
	margin-bottom: 0;
}
.fit_img {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 12px;
}
.fit_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.fit_icon {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.fit_icon img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.es_100 {
	margin-left: -50px;
	margin-right: -50px;
}
.es_100>div {
	padding-left: 50px;
	padding-right: 50px;
}
.es_70 {
	margin-left: -35px;
	margin-right: -35px;
}
.es_70>div {
	padding-left: 35px;
	padding-right: 35px;
}
.es_60 {
	margin-left: -30px;
	margin-right: -30px;
}
.es_60>div {
	padding-left: 30px;
	padding-right: 30px;
}
.es_50 {
	margin-left: -25px;
	margin-right: -25px;
}
.es_50>div {
	padding-left: 25px;
	padding-right: 25px;
}
.tb_space50 {
	margin-top: -25px;
	margin-bottom: -25px;
	margin-left: -25px;
	margin-right: -25px;
}
.tb_space50>div {
	padding: 25px;
}
.tb_space {
	margin-top: -12px;
	margin-bottom: -12px;
}
.tb_space>div {
	padding-top: 12px;
	padding-bottom: 12px;
}

/* Section Edge */

.bg_primary {
	background-color: var(--primary);
}
.bg_secondary {
	background-color: var(--secondary);
}
.img_bw img {
	filter: grayscale(100%);
}
.bg_extrem_light {
	background-color: var(--extremeLight);
}
.radius_30 {
	border-radius: 30px;
}
.radius_20 {
	border-radius: 20px;
}
.radius_12 {
	border-radius: 12px;
}
@media (max-width: 1600px) {
	.sections {
		padding: 90px 0;
	}
	.sections_title {
		margin-bottom: 35px;
	}
	.es_100 {
		margin-left: -40px;
		margin-right: -40px;
	}
	.es_100>div {
		padding-left: 40px;
		padding-right: 40px;
	}
	.es_70 {
		margin-left: -30px;
		margin-right: -30px;
	}
	.es_70>div {
		padding-left: 30px;
		padding-right: 30px;
	}
	.es_50 {
		margin-left: -20px;
		margin-right: -20px;
	}
	.es_50>div {
		padding-left: 20px;
		padding-right: 20px;
	}
	.tb_space50 {
		margin-top: -20px;
		margin-bottom: -20px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.tb_space50>div {
		padding: 20px;
	}
	.radius_30 {
		border-radius: 26px;
	}
	.radius_20 {
		border-radius: 18px;
	}
	.radius_12 {
		border-radius: 10px;
	}
	.fit_img {
		border-radius: 10px;
	}
}
@media (max-width: 1199px) {
	.sections {
		padding: 80px 0;
	}
	.sections_title {
		margin-bottom: 30px;
	}
	.sub_title {
		font-size: 17px;
		letter-spacing: 1.6px;
	}
	.es_100 {
		margin-left: -15px;
		margin-right: -15px;
	}
	.es_100>div {
		padding-left: 15px;
		padding-right: 15px;
	}
	.es_70 {
		margin-left: -15px;
		margin-right: -15px;
	}
	.es_70>div {
		padding-left: 15px;
		padding-right: 15px;
	}
	.es_60 {
		margin-left: -15px;
		margin-right: -15px;
	}
	.es_60>div {
		padding-left: 15px;
		padding-right: 15px;
	}
	.es_50 {
		margin-left: -15px;
		margin-right: -15px;
	}
	.es_50>div {
		padding-left: 15px;
		padding-right: 15px;
	}
	.tb_space50 {
		margin-top: -15px;
		margin-bottom: -15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.tb_space50>div {
		padding: 15px;
	}
	.radius_30 {
		border-radius: 22px;
	}
	.radius_20 {
		border-radius: 16px;
	}
	.radius_12 {
		border-radius: 8px;
	}
	.fit_img {
		border-radius: 8px;
	}
}
@media (max-width: 991px) {
	.sections {
		padding: 70px 0;
	}
	.sections.md {
		padding: 70px 0;
	}
	.sections_title {
		margin-bottom: 25px;
	}
	.sections_title br {
		display: none;
	}
	.content_area {
		margin-top: 30px;
	}
	.sub_title {
		font-size: 16px;
		letter-spacing: 1.2px;
		margin-bottom: 20px;
	}
	.radius_30 {
		border-radius: 18px;
	}
	.radius_20 {
		border-radius: 14px;
	}
}
@media (max-width: 767px) {
	.sections {
		padding: 60px 0;
	}
	.sections_title {
		margin-bottom: 20px;
	}
	.sections.md {
		padding: 60px 0;
	}
	.sections_title h2 {
		margin-bottom: 10px;
	}
	.content_area {
		margin-top: 20px;
	}
	.sub_title {
		font-size: 15px;
		letter-spacing: 0.8px;
		margin-bottom: 15px;
	}
	.radius_30 {
		border-radius: 16px;
	}
	.radius_20 {
		border-radius: 12px;
	}
}
@media (max-width: 575px) {
	.sections {
		padding: 40px 0;
	}
	.sections.md {
		padding: 40px 0;
	}
	.tb_space {
		margin-top: -7px;
		margin-bottom: -7px;
		margin-right: -7px;
		margin-left: -7px;
	}
	.tb_space>div {
		padding-top: 7px;
		padding-bottom: 7px;
		padding-right: 7px;
		padding-left: 7px;
	}
	.tb_space50 {
		margin-top: -7px;
		margin-bottom: -7px;
		margin-left: -7px;
		margin-right: -7px;
	}
	.tb_space50>div {
		padding: 7px;
	}
}

/* Three Steps Start */

.ts_wraper {
	padding: 0 60px;
}
.ts_box {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	padding-top: 50px;
}
.shape_animations {
	width: 200px;
	height: 196px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.shape_animations svg {
	width: 100%;
	height: 100%;
	opacity: 0.1;
}
#iceberg-top {
	opacity: 0;
}
.ts_box.aos-animate .shape_animations #iceberg-top {
	animation: riseMaskedup 1s ease-out forwards;
	animation-delay: 0.5s;
}
#iceberg-middle-line, #iceberg-bottom {
	opacity: 0;
}
.ts_box.aos-animate .shape_animations #iceberg-middle-line, .ts_box.aos-animate .shape_animations #iceberg-bottom {
	animation: fadeInSmooth 1s ease-out forwards;
	animation-delay: 0.1s;
}
@keyframes riseMaskedup {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeInSmooth {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.ts_box.aos-animate .shape_animations {
	transform: scale(1) rotate(0);
	transition: all 1s ease-in-out;
}
.ts_box h2 {
	font-size: 36px;
}
.ts_box .number {
	color: var(--primary);
	font-weight: 600;
	font-family: var(--headingfont);
	margin-bottom: 15px;
	transform: scale(0.3);
	font-size: 18px;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	transition-delay: .15s;
	position: absolute;
	left: 0;
	top: 0;
}
.ts_box.aos-animate .number {
	transform: scale(1);
	opacity: 1;
}
.ts_box p:last-child {
	margin-bottom: 0;
}
@media (max-width:1600px) {
	.ts_wraper {
		padding: 0 40px;
	}
	.shape_animations {
		width: 180px;
		height: 176px;
	}
	.ts_box h2 {
		font-size: 34px;
	}
}
@media (max-width:1199px) {
	.ts_wraper {
		padding: 0
	}
	.shape_animations {
		width: 160px;
		height: 156px;
	}
	.ts_box h2 {
		font-size: 32px;
	}
}
@media (max-width:991px) {
	.ts_box h3 br {
		display: none;
	}
	.shape_animations {
		width: 120px;
		height: 116px;
	}
	.ts_box h2 {
		font-size: 28px;
	}
}
@media (max-width:767px) {
	.shape_animations {
		width: 100px;
		height: 96px;
	}
	.ts_box h2 {
		font-size: 24px;
	}
}
@media (max-width:575px) {
	.ts_box .number {
		top: 10px;
	}
}
/* Three Steps End */


/* CTA Section Start*/

.down_arrow {
	display: inline-block;
	animation: bounceArrow 3s infinite;
	transition: transform 0.3s ease;
}
.down_arrow svg {
	width: auto;
	height: 62px;
}
@keyframes bounceArrow {
	0%, 100% {
		transform: translateY(0);
		opacity: 1;
	}
	50% {
		transform: translateY(40px);
		opacity: 0.7;
	}
}
/* .arrow_draw path {
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	opacity: 1;
	transition: none;
} */
.aos-animate .arrow_draw .line {
	animation: drawLine 3s ease forwards;
}
.aos-animate .arrow_draw .arrowhead {
	animation: drawLine 1s ease forwards 1s;
}
@keyframes drawLine {
	to {
		stroke-dashoffset: 0;
	}
}
@media (max-width:1600px) {
	.cta_section h2 br {
		display: none;
	}
	.down_arrow svg {
		height: 55px;
	}
}
@media (max-width:1199px) {
	.down_arrow svg {
		height: 50px;
	}
}
@media (max-width:991px) {
	.cta_section p br {
		display: none;
	}
	.down_arrow svg {
		height: 45px;
	}
}
@media (max-width:767px) {
	.down_arrow svg {
		height: 40px;
	}
}

/* CTA Section End*/


/* Bring Section Start */

.bring_images {
	display: flex;
	gap: 30px;
	align-items: center;
	position: relative;
}
.bring_images .bi2, .bring_images .bi1 {
	width: calc(50% - 15px);
}
.bring_images .bi1 .fit_img {
	height: 610px;
}
.bring_images .bi2 .fit_img {
	height: 340px;
}
.bring_images .bi2 .fit_img+.fit_img {
	margin-top: 30px;
}
.bring_images .fit_img img {
	filter: grayscale(100%);
	animation: oneByOneColor 9s infinite ease-in-out;
	animation-delay: var(--delay);
	transition: transform 0.5s ease;
}
.bi1 .fit_img img {
	--delay: 0s;
}
.bi2 .fit_img:nth-child(1) img {
	--delay: 3s;
}
.bi2 .fit_img:nth-child(2) img {
	--delay: 6s;
}
.img_left img {
	object-position: left;
}
.img_right img {
	object-position: right;
}
@keyframes oneByOneColor {
	0%, 22% {
		filter: grayscale(100%);
		transform: scale(1);
	}
	33%, 55% {
		filter: grayscale(0%);
		transform: scale(1.04);
	}
	66%, 100% {
		filter: grayscale(100%);
		transform: scale(1);
	}
}
.roc_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.5);
	opacity: 0;
	transition: all 0.8s ease-in-out;
	width: 200px;
}
.roc_logo img {
	width: 100%;
	height: 100%;
	animation: pulseZoom1 2.5s infinite;
}
.aos-animate.roc_logo {
	transform: translate(-50%, -50%) scale(1) !important;
	width: 150px;
	opacity: 1;
}
.count_wraper {
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
	gap: 30px;
}
@keyframes pulseZoom1 {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.06);
	}
}
.count_wraper .count_box {
	max-width: 300px;
}
.count_wraper .count_box .count_num {
	font-size: 60px;
	line-height: 1;
	font-family: var(--headingfont);
	margin-bottom: 20px;
	display: flex;
	align-items: flex-end;
}
.slot {
	display: flex;
	align-items: flex-end;
}
.slot .reel {
	position: relative;
	overflow: hidden;
	width: 0.68em;
	height: 1em;
}
.slot .reel__inner {
	position: absolute;
	left: 0;
	top: 0;
	will-change: transform;
	transition: transform 1.2s cubic-bezier(.18, .8, .2, 1);
}
.slot .reel__inner span {
	display: block;
	height: 1em;
	text-align: center;
}
.slot[data-reel-delay="1"] .reel__inner {
	transition-duration: 1.35s;
}
.slot[data-reel-delay="2"] .reel__inner {
	transition-duration: 1.5s;
}
.slot[data-reel-delay="3"] .reel__inner {
	transition-duration: 1.65s;
}
@media (prefers-reduced-motion: reduce) {
	.slot .reel__inner {
		transition: none !important;
	}
}
.count_wraper .count_box h3 {
	font-size: 26px;
	color: var(--offtext);
	font-weight: 400;
	font-family: var(--headingfont);
}
.count_wraper .count_box p:last-child {
	margin-bottom: 0;
}
@media (max-width:1600px) {
	.bring_images .bi1 .fit_img {
		height: 560px;
	}
	.bring_images .bi2 .fit_img {
		height: 300px;
	}
	.roc_logo {
		width: 130px;
	}
	.aos-animate.roc_logo {
		width: 130px;
	}
	.count_wraper {
		margin-top: 100px;
	}
	.count_wraper .count_box .count_num {
		font-size: 56px;
	}
	.count_wraper .count_box h3 {
		font-size: 24px;
	}
}
@media (max-width:1199px) {
	.bring_images .bi1 .fit_img {
		height: 470px;
	}
	.bring_images .bi2 .fit_img {
		height: 240px;
	}
	.roc_logo {
		width: 110px;
	}
	.aos-animate.roc_logo {
		width: 110px;
	}
	.count_wraper {
		margin-top: 80px;
	}
	.count_wraper .count_box .count_num {
		font-size: 50px;
	}
	.count_wraper .count_box h3 {
		font-size: 22px;
	}
}
@media (max-width:991px) {
	.bring_images {
		margin-bottom: 30px;
	}
	.bring_images .bi1 .fit_img {
		height: 440px;
	}
	.bring_images .bi2 .fit_img {
		height: 220px;
	}
	.roc_logo {
		width: 100px;
	}
	.aos-animate.roc_logo {
		width: 100px;
	}
	.count_wraper {
		margin-top: 60px;
    	gap: 20px;
	}
	.count_wraper .count_box .count_num {
		font-size: 42px;
	}
	.count_wraper .count_box h3 {
		font-size: 20px;
	}
}
@media (max-width:767px) {
	.bring_images .bi1 .fit_img {
		height: 400px;
	}
	.bring_images .bi2 .fit_img {
		height: 200px;
	}
	.roc_logo {
		width: 80px;
	}
	.aos-animate.roc_logo {
		width: 80px;
	}
	.count_wraper {
		margin-top: 50px;
		flex-wrap: wrap;
	}
	.count_wraper .count_box {
		max-width: calc(50% - 15px);
		flex: 0 0 50%;
	}
	.count_wraper .count_box .count_num {
		font-size: 40px;
	}
	.count_wraper .count_box h3 {
		font-size: 22px;
	}
}
@media (max-width:575px) {
	.bring_images {
		gap: 15px;
	}
	.bring_images .bi2 .fit_img+.fit_img {
		margin-top: 15px;
	}
	.bring_images .bi1 .fit_img {
		height: 270px;
	}
	.bring_images .bi2 .fit_img {
		height: 140px;
	}
	.roc_logo {
		width: 80px;
	}
	.count_wraper {
		margin-top: 40px;
		gap: 20px;
	}
	.count_wraper .count_box .count_num {
		font-size: 36px;
	}
	.count_wraper .count_box h3 {
		font-size: 20px;
	}
}

/* Bring Section End */


/* Services Section Start */

.ps_wraper {
	/* grid-column-gap: 2rem; */
	grid-row-gap: 30px;
	flex-direction: column;
	width: 100%;
	display: flex;
}
.project_sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 120px;
	z-index: 10;
}
.service_box {
	background-color: var(--white);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	border: 1px solid var(--secondaryLight);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}
.service_box .s_img {
	height: 260px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	display: block;
	overflow: hidden;
}
.service_box .s_img img {
	filter: grayscale(100%);
}
.service_box .s_content {
	height: calc(100% - 260px);
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.service_box h3 a {
	color: var(--secondary);
}
.service_box h3 a:hover {
	color: var(--primary);
}
.service_box .site_btn {
	margin-top: auto;
}
.service_box:hover .s_img img {
	filter: grayscale(0);
	transform: scale(1.05);
}
@media (max-width:1199px) {
	.project_sticky {
		position: relative;
		top: 0;
	}
	.service_box .s_content {
		padding: 20px;
	}
}
@media (max-width:991px) {
	.service_box .s_img {
		height: 240px;
	}
	.service_box .s_content {
		height: calc(100% - 240px);
		padding: 20px;
	}
}

/* Services Section End */


/* Work Section Start */

.our_work {
	position: relative;
}
.our_work::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 47%;
	background-color: var(--extremeLight);
}
.work_slider_wraper {
	position: relative;
	width: 100%;
	max-width: 100%;
	/* overflow: hidden; */
	z-index: 2;
}
.screen_bg {
	width: 100%;
	display: block;
	height: auto;
	aspect-ratio: 1320/826;
}
.screen_carousel {
	position: absolute;
	/*left:40px;
	top:40px;
	width: calc(100% - 80px);
	height: calc(100% - 80px);*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.owl-carousel.screen_carousel .owl-stage {
	display: flex;
	height: 100%;
}
.owl-carousel.screen_carousel .owl-stage-outer {
	height: 100%;
}
.owl-carousel.screen_carousel .owl-stage .owl-item {
	height: 100%;
}
/* .owl-carousel.screen_carousel .owl-nav button.owl-prev{
    left: -80px;
}
.owl-carousel.screen_carousel .owl-nav button.owl-next{
    right: -80px;
} */
.screen_carousel .item {
	overflow: hidden;
	border-radius: 20px;
	border: 2.275px solid #ECECEC;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	margin-left: 40px;
	margin-top: 40px;
}
.img_wrap {
	height: 100%;
	overflow: hidden;
	position: relative;
	overflow-y: scroll;
}
.img_wrap img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top;
}
.btn_wraper {
	position: relative;
	display: block;
}
.screen_carousel .item .img_wrap::-webkit-scrollbar {
    width: 10px;
}
.screen_carousel .item .img_wrap::-webkit-scrollbar-track {
    background: transparent;
}
.screen_carousel .item .img_wrap::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 0;
}
@media (max-width:1199px) {
	.btn_wraper {
		padding-top: 25px;
	}
	.screen_carousel .item {
		border-radius: 18px;
		border: 2px solid #ECECEC;
		width: calc(100% - 60px);
		height: calc(100% - 60px);
		margin-left: 30px;
		margin-top: 30px;
	}
	.work_slider_wraper {
		margin-bottom: 50px;
	}
	.screen_carousel .item .img_wrap::-webkit-scrollbar {
		width: 6px;
	}
}
@media (max-width:991px) {
	.screen_carousel .item {
		border-radius: 16px;
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		margin-left: 20px;
		margin-top: 20px;
	}
	.work_slider_wraper {
		margin-bottom: 40px;
	}
}
@media (max-width:767px) {
	.screen_carousel .item {
		border-radius: 14px;
		width: calc(100% - 30px);
		height: calc(100% - 30px);
		margin-left: 15px;
		margin-top: 15px;
	}
}
@media (max-width:575px) {
	.screen_carousel .item {
		border-radius: 12px;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
		margin-left: 10px;
		margin-top: 10px;
	}
}

/* Work Section End */


/* Reviews Section Start */

#review_slider .item {
	padding: 20px 25px;
}
.review_box {
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: flex-start;
	background-color: var(--white);
	box-shadow: 0px 0px 20px 0px rgba(21, 21, 21, 0.15);
	padding: 35px 25px;
	margin: 0 auto;
}
.review_box .starts {
	display: flex;
	gap: 2px;
	margin-bottom: 20px;
}
.review_box .starts img {
	width: 20px;
	height: auto;
	object-fit: contain;
	filter: grayscale(100%) brightness(0.6);
	transition: filter 0.7s ease-in-out;
	opacity: 0.3;
}

/* Trigger animation when .aos-animate is added */

.aos-animate .review_box .starts img {
	animation: starFill 2.5s forwards;
}

/* Staggered delays for cinematic fill effect */

.review_box .starts img:nth-child(1) {
	animation-delay: 0.5s;
}
.review_box .starts img:nth-child(2) {
	animation-delay: 0.8s;
}
.review_box .starts img:nth-child(3) {
	animation-delay: 1.1s;
}
.review_box .starts img:nth-child(4) {
	animation-delay: 1.4s;
}
.review_box .starts img:nth-child(5) {
	animation-delay: 1.7s;
}
@keyframes starFill {
	0% {
		filter: grayscale(100%) brightness(0.6);
		opacity: 0.3;
		transform: scale(0.9);
	}
	50% {
		transform: scale(1.2);
	}
	100% {
		filter: grayscale(0%) brightness(1);
		opacity: 1;
		transform: scale(1);
	}
}
.review_content {
	margin-bottom: 30px;
}
.review_content p {
	margin-bottom: 15px;
}
.review_content p:last-child {
	margin-bottom: 0;
}
.reviewer_info {
	display: flex;
	align-items: center;
	margin-top: auto;
}
.reviewer_info .r_img {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	overflow: hidden;
	background-color: var(--secondary);
	color: var(--white);
	display: flex;
	justify-content: center;
	align-items: center;
}
.reviewer_info .r_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.r_info {
	display: flex;
	flex-direction: column;
	width: calc(100% - 38px);
	padding-left: 10px;
}
.r_info .r_name {
	font-size: 15px;
	font-family: var(--headingfont);
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1;
	margin-bottom: 5px;
}
.r_info .r_position {
	font-size: 12px;
	line-height: 1;
}
@media (max-width:1600px) {
	#review_slider .item {
		padding: 20px 20px;
	}
}
@media (max-width:1199px) {
	.review_slider_wraper {
		padding-bottom: 25px;
	}
	#review_slider .item {
		padding: 15px 15px;
	}
}

/* Reviews Section Start */


/* Audit section css Start */

.audit_sec {
	padding: 0 30px;
}
.audit_sec .audit_wrap {
	padding-left: 100px;
	padding-right: 100px;
}
.audit_form_wrap {
	background-color: var(--white);
	box-shadow: 0 28px 60px 0 rgba(21, 21, 21, 0.10);
	border: 1px solid var(--secondaryLight);
	padding: 50px;
}
.audit_sec .st_content ul {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0;
	padding-top: 10px;
}
.audit_sec .st_content ul li {
	position: relative;
	padding-left: 70px;
	width: calc(50% - 10px);
	min-height: 50px;
	display: flex;
	align-items: center;
	line-height: 140%;
}
.audit_sec .st_content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 50px;
	height: 50px;
	background-image: url('../images/reversedout_check_red.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.audit_sec .bg_primary .st_content ul li::before {
	background-image: url('../images/reversedout_check.svg');
}
.af_btm_text {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 18px;
	margin-top: 30px;
	line-height: 140%;
}
.af_btm_text svg {
	width: 24px;
	min-width: 24px;
}
@media (max-width:1600px) {
	.audit_sec {
		padding: 0 20px;
	}
	.audit_sec .audit_wrap {
		padding-left: 90px;
		padding-right: 90px;
	}
	.audit_form_wrap {
		padding: 40px;
	}
	.audit_sec .st_content ul li {
		padding-left: 65px;
		min-height: 45px;
	}
	.audit_sec .st_content ul li::before {
		width: 45px;
		height: 45px;
	}
}
@media (max-width:1199px) {
	.audit_sec .audit_wrap {
		padding-left: 60px;
		padding-right: 60px;
	}
	.audit_form_wrap {
		padding: 30px;
	}
	.audit_sec .st_content ul li {
		padding-left: 60px;
		min-height: 40px;
	}
	.audit_sec .st_content ul li::before {
		width: 40px;
		height: 40px;
	}
	.af_btm_text {
		font-size: 16px;
		margin-top: 20px;
	}
	.af_btm_text svg {
		width: 20px;
		min-width: 20px;
	}
}
@media (max-width:991px) {
	.audit_sec .st_content ul li {
		padding-left: 55px;
		min-height: 35px;
	}
	.audit_sec .st_content ul li::before {
		width: 35px;
		height: 35px;
	}
}
@media (max-width:767px) {
	.audit_form_wrap {
		padding: 20px;
	}
	.audit_sec .st_content ul li {
		padding-left: 45px;
		min-height: 30px;
	}
	.audit_sec .st_content ul li::before {
		width: 30px;
		height: 30px;
	}
}
@media (max-width:575px) {
	.audit_sec {
		padding: 0 15px;
	}
	.audit_sec .audit_wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.audit_sec .st_content ul li {
		width: 100%;
	}
}

/* Audit section css End */


/*--- Internal Page General CSS---*/

.internal_cover {
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	/* text-align: center; */
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	width: 100%;
}
.internal_cover .ic_bg {
	background-color: var(--extremeLight);
	padding: 100px 0;
	width: 100%;
	text-align: center;
}
.internal_cover .container {
	position: relative;
	z-index: 3;
}
.internal_cover .ic_bg h1 {
	font-size: 56px;
	font-weight: 400;
}
@media (max-width:1600px) {
	.internal_cover {
		padding: 0 20px;
	}
	.internal_cover .ic_bg {
		padding: 80px 0;
	}
}
@media (max-width:1199px) {
	.internal_cover .ic_bg {
		padding: 60px 0 80px 0;
	}
	.internal_cover .ic_bg h1 {
		font-size: 56px;
	}
}
@media (max-width:991px) {
	.internal_cover .ic_bg h1 {
		font-size: 46px;
	}
	.internal_cover .ic_bg {
		padding: 40px 0 60px 0;
	}
}
@media (max-width:767px) {
	.internal_cover {
		padding: 0 15px;
	}
	.internal_cover .ic_bg {
		padding: 30px 0 60px 0;
	}
	.internal_cover .ic_bg h1 {
		font-size: 36px;
	}
}

/*Default Typography*/

.default_typo blockquote {
	margin: 1em 0;
	padding: 30px;
	font-style: normal;
	border-left: 10px solid var(--primary);
	background-color: var(--extremeLight);
	border-radius: 12px;
}
.default_typo blockquote p {
	margin-top: 0;
}
.default_typo blockquote p:last-child {
	margin-bottom: 0;
}
.default_typo blockquote span {
	display: block;
	font-weight: 700;
}
.default_typo h1, .default_typo h2, .default_typo h3, .default_typo h4 {
	padding-top: 20px;
	margin-bottom: 20px;
}
.default_typo h2 {
	font-size: 56px;
}
.default_typo h1:first-child, .default_typo h2:first-child, .default_typo h3:first-child, .default_typo h4:first-child {
	padding-top: 0;
}
.default_typo img+h1, .default_typo img+h2, .default_typo img+h3 {
	padding-top: 0;
}
.default_typo p:last-child {
	margin-bottom: 0;
}
.default_typo ul {
	margin-bottom: 20px;
	padding-left: 0px;
}
.default_typo h2+h3 {
	padding-top: 0;
}
.default_typo ul li ul.wsp-posts-list, .default_typo ul li ul.children {
	margin-top: 12px;
}
.default_typo ul li {
	position: relative;
	list-style: none;
	padding-left: 26px;
	padding-bottom: 6px;
}
.default_typo ul.divide {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.default_typo ul.divide li {
	position: relative;
	width: 100%;
}
.default_typo ul.divide.two li {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.default_typo ul.divide.three li {
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	max-width: 33.333%;
}
.default_typo ul.divide.four li {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.default_typo ul li a {
	text-decoration: none;
	color: var(--primary);
}
.default_typo ul li a:hover, .default_typo ul li a:focus {
	color: var(--black);
}
.default_typo ul li i {
	font-size: 21px;
	display: inline-block;
	vertical-align: middle;
}
.default_typo ul li:before {
	position: absolute;
	left: 0;
	top: 7px;
	/* content: "\f054";
    font-family: 'FontAwesome';
    font-size: 16px; */
	content: "";
	width: 18px;
	height: 18px;
	/* background: url('../images/chevron-right.svg') no-repeat center center;
    background-size: contain; */
	background-color: var(--secondary);
	-webkit-mask-image: url('../images/chevron-right.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url('../images/chevron-right.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
}
.default_typo ol {
	margin-left: 20px;
	padding: 0;
}
.default_typo ol li {
	list-style-type: decimal;
	padding-left: 10px;
	padding-bottom: 8px;
}
.default_typo ul li ul {
	margin-bottom: 0px;
	margin-top: 15px;
}
.default_typo ul li ul li:before {
	content: "\f0da";
}
.default_typo ul li ul li {
	padding-left: 21px;
}
.default_typo ul li ol {
	margin-bottom: 0px;
	margin-top: 15px;
}
.default_typo ul li ol li:before {
	display: none;
}
.default_typo ol li ol {
	margin-bottom: 0px;
	margin-top: 15px;
}
.default_typo ol li ul {
	margin-bottom: 0px;
	margin-top: 15px;
}
.default_typo ol li ul li {
	position: relative;
	list-style: none;
	padding-left: 21px;
	padding-bottom: 10px;
}
.default_typo ol li ul li:before {
	content: "\f0da";
}
.default_typo table tr th {
	background-color: var(--extremeLight);
	font-weight: 600;
}
.default_typo table tr th, .default_typo table tr td {
	padding: 10px 15px;
	color: var(--secondary);
	font-size: 16px;
}
.default_typo table tr td a {
	color: var(--secondar);
}
.default_typo table tr td a:hover {
	color: var(--primary);
}
.default_typo table tr td img {
	filter: unset !important;
}

/*default wordpress editor images*/

.alignleft, .aligncenter, .alignright {
	border-radius: 12px;
}
.alignleft {
	max-width: 630px;
	object-fit: cover;
	margin: 0px 30px 30px 0px;
	float: left;
	overflow: hidden;
}
.aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 100%;
	overflow: hidden;
}
.alignright {
	max-width: 630px;
	object-fit: cover;
	margin: 0px 0 30px 30px;
	float: right;
	overflow: hidden;
}
.default_typo.ei blockquote {
	border-left-color: var(--primary);
	background-color: var(--gray);
}
@media (max-width:1600px) {
	.alignleft, .alignright {
		max-width: 580px;
	}
}
@media(max-width:1199px) {
	.default_typo ul.divide.four li {
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	.alignleft, .alignright {
		max-width: 530px;
	}
	.default_typo h2 {
		font-size: 54px;
	}
	.default_typo blockquote {
		padding: 20px;
	}
	.default_typo ul li:before {
		width: 17px;
		height: 17px;
	}
}
@media(max-width:991px) {
	.default_typo h2 {
		font-size: 48px;
	}
	.alignright, .alignleft, .aligncenter {
		margin: 0 0 30px 0;
		float: none;
		max-width: 100%;
	}
	.default_typo blockquote {
		margin: 0.8em 0;
		padding: 20px;
		border-left: 8px solid var(--primary);
	}
	.default_typo h1 {
		padding-top: 15px;
		margin-bottom: 12px;
	}
	.default_typo h2 {
		padding-top: 15px;
		margin-bottom: 12px;
	}
	.default_typo h3 {
		padding-top: 15px;
		margin-bottom: 12px;
	}
	.default_typo h4 {
		padding-top: 15px;
		margin-bottom: 12px;
	}
	.default_typo ul.divide.three li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.default_typo ul.divide.four li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.default_typo table tr th, .default_typo table tr td {
		font-size: 15px;
	}
}
@media(max-width:767px) {
	.default_typo h2 {
		font-size: 42px;
	}
	.alignright, .alignleft, .aligncenter {
		margin: 0 0 25px 0;
	}
	.default_typo blockquote {
		margin: 0.7em 0;
		padding: 15px;
		border-left: 6px solid var(--primary);
	}
	.default_typo ul.divide.two li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.default_typo ul.divide.three li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.default_typo ul.divide.four li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.default_typo ul li {
		padding-left: 20px;
	}
	.default_typo ul li:before {
		font-size: 14px;
	}
	.default_typo table tr th, .default_typo table tr td {
		font-size: 14px;
	}
	.default_typo ul li:before {
		width: 16px;
		height: 16px;
		top: 6px;
	}
}
@media(max-width:575px) {
	.default_typo h2 {
		font-size: 38px;
	}
	.alignright, .alignleft, .aligncenter {
		margin: 0 0 20px 0;
	}
	.default_typo ul li:before {
		top: 4px;
	}
}
@media(max-width:460px) {
	.default_typo h2 {
		font-size: 32px;
	}
}

/*End Default Typography*/


/* Footer */

.footer {
	position: relative;
	z-index: 3;
	padding: 30px;
}
.footer_wraper {
	background-color: var(--secondary);
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding-top: 100px;
}
.footer_content {
	text-align: center;
}
.footer_content .hello_text {
	font-family: var(--headingfont);
	font-weight: 200;
	font-size: 36px;
	line-height: 120%;
	color: var(--white);
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
.footer_content .hello_text .hand {
	width: 36px;
	height: auto;
	object-fit: contain;
	animation: handAnimation 2.5s infinite ease-in-out;
    transform-origin: bottom center;
}
@keyframes handAnimation {
	0% {
		transform: rotate(0deg);
	}
	10% {
		transform: rotate(12deg);
	}
	20% {
		transform: rotate(-6deg);
	}
	80% {
		transform: rotate(-6deg);
	}
	90% {
		transform: rotate(12deg);
	}
	100% {
		transform: rotate(0deg);
	}
}
.footer_content h2 {
	font-size: 60px;
}
.footer_content p {
	margin-bottom: 30px;
}
.social_media ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
}
.social_media ul li {
	display: inline-block;
}
.social_media ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background-color: var(--primary);
	color: var(--white);
	transition: all 0.3s ease;
}
.social_media ul li a svg {
	width: 20px;
	fill: var(--white);
}
.social_media ul li a:hover {
	background-color: var(--white);
	color: var(--primary);
	transform: scale(1.15);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.social_media ul li a:hover svg {
	fill: var(--primary);
}
.footer .copyright {
	margin-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	padding: 30px 0;
}
.footer .copyright .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .copyright p {
	font-size: 18px;
	margin: 0;
}
.footer .copyright p a {
	text-decoration: underline;
}
.footer .copyright p a:hover {
	text-decoration: none;
}
.go-up {
	background-color: var(--secondary);
	color: var(--white);
	cursor: pointer;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	font-size: 16px;
	right: 45px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	z-index: 100;
	border-radius: 50%;
	transition: all 0.25s ease-in-out;
	padding: 10px;
}
.go-up svg {
	fill: var(--white);
}
.go-up:hover {
	background-color: var(--primary);
	color: var(--white);
	transform: scale(1.15);
}
@media (max-width: 1600px) {
	.footer {
		padding: 20px;
	}
	.footer_content h2 {
		font-size: 58px;
	}
	.footer_content .hello_text {
		font-size: 34px;
	}
	.go-up {
		right: 35px;
	}
}
@media (max-width: 1199px) {
	.footer_wraper {
		padding-top: 80px;
	}
	.footer_content h2 {
		font-size: 54px;
	}
	.footer_content .hello_text {
		font-size: 32px;
	}
	.footer .copyright {
		padding: 25px 0;
	}
	.footer .copyright p {
		font-size: 17px;
	}
	.social_media ul {
		gap: 8px;
	}
	.social_media ul li a {
		width: 40px;
		height: 40px;
	}
	.social_media ul li a svg {
		width: 18px;
	}
	.go-up {
		width: 40px;
		height: 40px;
		padding: 8px;
	}
}
@media (max-width: 991px) {
	.footer_wraper {
		padding-top: 60px;
	}
	.footer_content .hello_text {
		font-size: 30px;
	}
	.footer .copyright {
		padding: 20px 0;
	}
	.footer .copyright p {
		font-size: 16px;
	}
	.social_media ul {
		gap: 6px;
	}
	.social_media ul li a {
		width: 38px;
		height: 38px;
	}
	.social_media ul li a svg {
		width: 16px;
	}
	.go-up {
		width: 38px;
		height: 38px;
	}
}
@media (max-width: 767px) {
	.footer {
		padding: 15px;
	}
	.footer_wraper {
		padding-top: 50px;
	}
	.footer_content h2 {
		font-size: 40px;
	}
	.footer_content .hello_text {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.footer .copyright {
		margin-top: 40px;
		padding: 15px 0;
	}
	.footer .copyright .container {
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer .copyright p {
		text-align: center;
	}
	.social_media {
		width: 100%;
		margin-top: 15px;
	}
	.social_media ul {
		width: 100%;
		justify-content: center;
	}
	.go-up {
		right: 30px;
	}
}
@media (max-width: 575px) {
	.footer_wraper {
		padding-top: 40px;
	}
	.footer_content h2 {
		font-size: 30px;
	}
	.footer_content .hello_text {
		font-size: 26px;
	}
	.social_media ul {
		gap: 5px;
	}
}

/* About Page CSS start */

.what_we_do .bring_images .bi1 .fit_img {
	height: 490px;
}
.what_we_do .bring_images .bi2 .fit_img {
	height: 280px;
}
.approach_img {
	height: 800px;
}
.approaches .approach {
	padding: 15px;
	background-color: var(--extremeLight);
	margin-bottom: 30px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 15px;
}
.approaches .approach:last-child {
	margin-bottom: 0;
}
.approaches .approach .approach_icon {
	min-width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	border-radius: 12px;
	background-color: var(--white);
}
.approaches .approach .approach_icon img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.approaches .approach .approach_content p:last-child {
	margin: 0;
}
.www_box {
	background-color: var(--white);
	box-shadow: 0 28px 60px 0 rgba(21, 21, 21, 0.10);
	padding: 30px;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
}
.www_box p span {
	color: var(--primary);
}
.www_text p:last-child, .www_box p:last-child {
	margin-bottom: 0;
}
.www_text {
	margin-top: 50px;
}
.img_h600 {
	height: 600px;
}
.img_h800 {
	height: 800px;
}
.ccc_sec {
	padding: 0 30px;
}
.ccc_wrap {
	background-color: var(--primary);
	border-bottom: 5px solid var(--white);
}
@media (max-width:1600px) {
	.approach_img {
		height: 750px;
	}
	.approaches .approach .approach_icon {
		min-width: 90px;
		height: 90px;
	}
	.img_h800 {
		height: 750px;
	}
	.img_h600 {
		height: 550px;
	}
	.ccc_sec {
		padding: 0 20px;
	}
}
@media (max-width:1199px) {
	.what_we_do .bring_images .bi1 .fit_img {
		height: 450px;
	}
	.what_we_do .bring_images .bi2 .fit_img {
		height: 260px;
	}
	.approach_img {
		height: 700px;
	}
	.approaches .approach .approach_icon {
		min-width: 80px;
		height: 80px;
	}
	.img_h800 {
		height: 700px;
	}
	.img_h600 {
		height: 500px;
	}
}
@media (max-width:991px) {
	.img_h600, .img_h800 {
		height: auto;
		min-height: 180px;
		margin-bottom: 30px;
	}
	.www_box {
		padding: 20px;
	}
	.www_text {
		margin-top: 30px;
	}
}
@media (max-width:767px) {}
@media (max-width:575px) {
	.what_we_do .bring_images .bi1 .fit_img {
		height: 320px;
	}
	.what_we_do .bring_images .bi2 .fit_img {
		height: 140px;
	}
	.approaches .approach .approach_icon {
		min-width: 70px;
		height: 70px;
	}
	.approaches .approach {
		flex-direction: column;
		text-align: center;
	}
	.ccc_sec {
		padding: 0 15px;
	}
}

/* Blog Listing Page css start */

.filter_area {
	margin-bottom: 40px;
}
.blog_filter {
	overflow: hidden;
	position: relative;
	padding: 0 45px;
}
#cats_slider .owl-stage-outer {
	overflow: hidden;
}
.blog_filter .owl-stage {
	display: flex;
}
.blog_filter .owl-item {
	width: auto !important;
}
.filter_btn {
	white-space: nowrap;
	display: inline-flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 12px;
	border: 1px solid var(--secondaryLight);
	font-size: 18px;
	font-weight: 400;
	color: var(--secondar);
	text-transform: capitalize;
	line-height: 1;
}
.filter_btn.active, .filter_btn:hover {
	background-color: var(--primary);
	color: var(--white);
}
#cats_slider .owl-nav .owl-next, #cats_slider .owl-nav .owl-prev {
	display: flex;
	padding: 8px 12px;
	justify-content: center;
	align-items: center;
	border: none;
	color: var(--secondar);
	font-size: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#cats_slider .owl-nav .owl-next:focus, #cats_slider .owl-nav .owl-prev:focus {
	outline: none;
}
#cats_slider .owl-nav .owl-prev {
	border-radius: 12px 0 0 12px;
	background: linear-gradient(270deg, var(--White, #FFF) 0%, var(--secondaryLight, #ECECEB) 100%);
	left: 0;
}
#cats_slider .owl-nav .owl-next {
	border-radius: 0 12px 12px 0;
	background: linear-gradient(90deg, var(--White, #FFF) 0%, var(--secondaryLight, #ECECEB) 100%);
	right: 0;
}
.blog_box {
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	background-color: var(--white);
	border: 1px solid var(--secondaryLight);
	overflow: hidden;
}
.blog_box .blog_img {
	height: 400px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
}
.blog_box .blog_img .post_date {
	top: 30px;
	left: 30px;
	position: absolute;
	background-color: var(--white);
	border-radius: 6px;
	padding: 12px 15px;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--secondary);
}
.blog_box .blog_img img {
	filter: grayscale(100%);
}
.blog_box .blog_content {
	padding: 30px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.blog_box .blog_content .post_meta {
	margin-bottom: 20px;
}
.post_cats a, .post_cats {
	font-size: 18px;
	color: var(--primary);
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 500;
}
.post_cats a:hover {
	color: var(--secondary);
}
.blog_box .blog_content h3 {
	line-height: 140%;
}
.blog_box .blog_content h3 a {
	color: var(--secondary);
}
.blog_box .blog_content h3 a:hover {
	color: var(--primary);
}
.blog_box .blog_content .site_btn {
	margin-top: auto;
}
.blog_box:hover .blog_img img {
	transform: scale(1.02);
	filter: grayscale(0);
}
.pagination {
	margin-top: 60px;
	border-radius: 0;
	display: flex;
	justify-content: center
}
.pagination .page-numbers {
	display: inline-flex;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: var(--secondary);
	text-align: center;
	margin: 3px;
	padding: 4px;
	border: 1px solid var(--secondaryLight);
	align-items: center;
	justify-content: center;
	border-radius: 12px
}
.page-numbers.current, .page-numbers:hover {
	border: solid 1px var(--secondary);
	color: var(--white);
	background-color: var(--secondary)
}
#blog_ajax_wrapper.loading {
	background-color: var(--extremeLight);
	opacity: 0.5;
	pointer-events: none;
}
.load_more_wrap {
	text-align: center;
	margin-top: 40px;
}

/* Test */

.blog_skeleton_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 0;
}
.skeleton_box {
	height: 100%;
	display: flex;
	flex-direction: column;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	background-color: var(--white);
	border: 1px solid var(--secondaryLight);
	overflow: hidden;
}
.skeleton_img {
	height: 400px;
	background-color: var(--extremeLight);
}
.skeleton_box .blog_content {
	padding: 30px;
}
.skeleton_img, .skeleton_cat, .skeleton_title, .skeleton_text, .skeleton_btn {
	position: relative;
	overflow: hidden;
	background: var(--extremeLight);
}
.skeleton_cat {
	width: 120px;
	height: 20px;
	margin-bottom: 20px;
	border-radius: 30px;
}
.skeleton_title {
	width: 100%;
	height: 28px;
	margin-bottom: 15px;
	border-radius: 5px;
}
.skeleton_title.small {
	width: 70%;
	margin-bottom: 30px;
}
.skeleton_text {
	width: 100%;
	height: 16px;
	margin-bottom: 12px;
	border-radius: 5px;
}
.skeleton_text.small {
	width: 70%;
}
.skeleton_btn {
	width: 180px;
	height: 60px;
	margin-top: 30px;
	border-radius: 30px;
}
.skeleton_img::before, .skeleton_cat::before, .skeleton_title::before, .skeleton_text::before, .skeleton_btn::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.7), transparent);
	transform: translateX(-100%);
	animation: skeleton-loading 1.5s infinite;
}
@keyframes skeleton-loading {
	100% {
		transform: translateX(100%);
	}
}
@media (max-width:1600px) {
	.skeleton_img {
		height: 360px;
	}
	.skeleton_btn {
		width: 178px;
		height: 56px;
	}
}
@media (max-width:1199px) {
	.skeleton_img {
		height: 320px;
	}
	.skeleton_btn {
		width: 178px;
		height: 52px;
	}
}
@media (max-width:991px) {
	.skeleton_img {
		height: 280px;
	}
	.skeleton_btn {
		width: 178px;
		height: 48px;
	}
}
@media (max-width:767px) {
	.skeleton_box .blog_content {
		padding: 15px;
	}
	.skeleton_btn {
		width: 178px;
		height: 44px;
	}
	.skeleton_title {
		margin-bottom: 10px;
	}
	.skeleton_title.small {
		margin-bottom: 20px;
	}
	.skeleton_btn {
		margin-top: 20px;
	}
}
@media (max-width:575px) {
	.skeleton_img {
		height: 240px;
	}
}

/* Test */

@media (max-width:1600px) {
	.blog_box .blog_img {
		height: 360px;
	}
	.post_cats a, .post_cats {
		font-size: 17px;
		letter-spacing: 1.5px;
	}
	.blog_box .blog_img .post_date {
		font-size: 17px;
		letter-spacing: 1.5px;
	}
	.filter_btn {
		font-size: 17px;
		padding: 10px 18px;
	}
}
@media (max-width:1199px) {
	.blog_box .blog_img {
		height: 320px;
	}
	.post_cats a, .post_cats {
		font-size: 16px;
		letter-spacing: 1px;
	}
	.blog_box .blog_img .post_date {
		font-size: 16px;
		letter-spacing: 1px;
	}
	.filter_btn {
		font-size: 16px;
		padding: 10px 15px;
	}
}
@media (max-width:991px) {
	.blog_box .blog_img {
		height: 280px;
	}
	.blog_box .blog_content {
		padding: 20px;
	}
	.blog_box .blog_img .post_date {
		left: 20px;
		top: 20px;
	}
	.blog_box .blog_content .post_meta {
		margin-bottom: 15px;
	}
	.pagination .page-numbers {
		width: 46px;
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}
	.filter_area {
		margin-bottom: 30px;
	}
}
@media (max-width:767px) {
	.blog_box .blog_img {
		height: 260px;
	}
	.post_cats a, .post_cats {
		letter-spacing: 0.5px;
	}
	.blog_box .blog_img .post_date {
		left: 15px;
		top: 15px;
		letter-spacing: 0.5px;
		font-size: 15px;
		padding: 8px 12px;
	}
	.blog_box .blog_content {
		padding: 15px;
	}
	.pagination .page-numbers {
		width: 44px;
		height: 44px;
		line-height: 44px;
		font-size: 14px;
		margin: 1px;
	}
}
@media (max-width:575px) {
	.blog_box .blog_img {
		height: 240px;
	}
	.pagination .page-numbers {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin: 0px;
	}
}

/* Blog Listing Page css end */


/* Blog Details Page css start */

.post_details .post_meta {
	margin-bottom: 30px;
}
.post_details .post_meta .post_cats a, .post_details .post_meta .post_cats {
	color: var(--secondary);
}
.post_details .post_meta .post_cats a:hover {
	color: var(--primary);
}
.post_details .post_date {
	text-transform: uppercase;
	color: var(--primary);
	font-size: 18px;
	margin-bottom: 30px;
	letter-spacing: 2px;
	font-weight: 500;
}
.post_details .featured_img {
	height: 700px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 70px;
}
.post_details .featured_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post_details .default_typo h2[id] {
	scroll-margin-top: 90.11px;
}
.sidebar .sidebar_box {
	padding: 30px;
	border-radius: 12px;
	border: 1px solid var(--secondaryLight);
	background-color: var(--white);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
}
.sidebar .toc_box {
	background-color: var(--secondary);
	border: 1px solid var(--secondar);
	box-shadow: none;
}
.sidebar .toc_box.sidebar_box h3 {
	color: var(--white);
}
.sidebar .sidebar_box ul {
	margin: 0;
}
.sidebar .toc_box ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	padding: 10px 0;
}
.sidebar .toc_box ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.sidebar .toc_box ul li a {
	color: var(--white);
	position: relative;
	padding-left: 25px;
	display: block;
	opacity: 0.8;
}
.sidebar .toc_box ul li a::before {
	position: absolute;
	left: -4px;
	top: 6px;
	/* content: "\f105";
    font-family: 'FontAwesome'; */
	content: "";
	width: 21px;
	height: 21px;
	background-color: var(--white);
	-webkit-mask-image: url('../images/chevron-right.svg');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    mask-image: url('../images/chevron-right.svg');
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
	opacity: 0.8;
}
.sidebar .toc_box ul li a:hover {
	color: var(--white);
	opacity: 1;
}
.sidebar .toc_box ul li a:hover::before {
	opacity: 1;
}
.sidebar .wpcf7 p {
	margin: 0;
}
.sidebar .newsletter_form p {
	font-size: 18px;
}
.sidebar .newsletter_form .form-group {
	margin-bottom: 10px;
}
.sidebar .newsletter_form input[type="submit"] {
	width: 100%;
	min-width: 100%;
}
.sidebar .newsletter_form input {
	border-radius: 30px;
	font-size: 16px;
}
.sidebar .newsletter_form input::placeholder, .sidebar .newsletter_form input::-moz-placeholder, .sidebar .newsletter_form input::-webkit-input-placeholder {
	font-size: 16px;
}
.sidebar .widget_recent_entries ul li {
	border-top: 1px solid var(--secondaryLight);
	padding: 20px 0;
	display: flex;
	flex-direction: column-reverse;
}
.sidebar .widget_recent_entries ul li:last-child {
	padding-bottom: 0;
}
.sidebar .widget_recent_entries ul li a {
	color: var(--secondary);
	font-family: var(--headingfont);
}
.sidebar .widget_recent_entries ul li a:hover {
	color: var(--primary);
}
.sidebar .widget_recent_entries ul li .post-date {
	font-size: 16px;
	color: var(--primary);
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
}
.pp_box {
	background-color: var(--white);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid var(--extremeLight);
	display: flex;
	flex-direction: column;
	padding: 30px;
	height: 100%;
}
.pp_box .prev_next_btn {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.pp_box h2 a {
	color: var(--secondary);
}
.pp_box h2 a:hover {
	color: var(--primary);
}
.pp_box .site_btn {
	margin-top: auto;
}
@media (max-width:1600px) {
	.post_details .post_meta {
		margin-bottom: 20px;
	}
	.post_details .featured_img {
		height: 650px;
		margin-bottom: 60px;
	}
	.post_details .post_date {
		letter-spacing: 1.5px;
		font-size: 17px;
		margin-bottom: 20px;
	}
	.pp_box .prev_next_btn, .sidebar .widget_recent_entries ul li .post-date {
		letter-spacing: 1.5px;
	}
	.sidebar .toc_box ul li a::before {
		width: 20px;
		height: 20px;
	}
}
@media (max-width:1199px) {
	.post_details .featured_img {
		height: 600px;
		margin-bottom: 40px;
	}
	.post_details .post_date {
		letter-spacing: 1px;
		font-size: 16px;
	}
	.sidebar .sidebar_box {
		padding: 20px;
	}
	.pp_box .prev_next_btn, .sidebar .widget_recent_entries ul li .post-date {
		letter-spacing: 1px;
	}
	.pp_box {
		padding: 20px;
	}
}
@media (max-width:991px) {
	.post_details .featured_img {
		height: auto;
		margin-bottom: 30px;
		min-height: 220px;
	}
	.sidebar .sidebar_box {
		margin-bottom: 20px;
	}
	.sidebar .widget_recent_entries ul li .post-date {
		font-size: 15px;
	}
	.pp_box .prev_next_btn {
		font-size: 15px;
	}
	.sidebar .toc_box ul li a::before {
		width: 18px;
		height: 18px;
	}
}
@media (max-width:767px) {
	.post_details .post_meta {
		margin-bottom: 15px;
	}
	.post_details .post_date {
		margin-bottom: 15px;
	}
	.sidebar .sidebar_box {
		margin-bottom: 15px;
	}
	.sidebar .widget_recent_entries ul li {
		padding: 15px 0;
	}
	.pp_box .prev_next_btn, .sidebar .widget_recent_entries ul li .post-date {
		font-size: 14px;
		letter-spacing: 0.5px;
	}
	.pp_box .prev_next_btn {
		margin-bottom: 15px;
	}
	.sidebar .toc_box ul li a::before {
		top: 5px;
	}
}
@media (max-width:575px) {
	.sidebar .toc_box ul li a {
		padding-left: 20px;
	}
	.sidebar .toc_box ul li a::before {
		top: 4px;
	}
}

/* Blog Details Page css end */


/* Capabilities Page css start */

.cs_box {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: var(--secondary);
}
.cs_box .cs_head {
	padding: 40px 20px;
	background-color: var(--primary);
	text-align: center;
	display: block;
	height: 100%;
	position: relative;
    overflow: hidden;
}
.cs_box .cs_head > * {
	position: relative;
	z-index: 1;
}
.cs_box .cs_head::before,
.cs_box .cs_head::after {
	content: '';
	position: absolute;
	bottom: 13%;
	left: 0;
	width: 123px;
	height: 141px;
	background-image: url(../images/triangle-shape.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.cs_box .cs_head::before {
    transform: rotate(90deg);
    top: -9px;
    right: 5px;
    left: inherit;
}
.cs_box .cs_head .csh_icon {
    position: relative;
    z-index: 1;
    height: 140px;
    width: 140px;
    background-color: var(--white);
    border-radius: 50%;
    margin: 0 auto 20px;
    padding: 28px;
}
.cs_box .cs_head .csh_icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.cs_box .cs_head h3 {
	margin: 0 0 5px 0;
}
.cs_box .cs_head p {
	line-height: 1.3;
}
.cs_box .cs_head p:last-child {
	margin-bottom: 0;
}
.cs_box .cs_body {
	padding: 15px 30px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.cs_box .cs_body ul {
	margin: 0;
}
.cs_box .cs_body ul li {
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.cs_box .cs_body ul li:last-child {
	border-bottom: unset;
}
.cs_box .cs_body ul li a {
	color: var(--white);
	position: relative;
	display: block;
	padding-left: 31px;
	opacity: 0.8;
}
.cs_box .cs_body ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 21px;
	height: 21px;
	background-image: url('../images/right-arrow.svg');
	object-fit: contain;
	background-repeat: no-repeat;
	-webkit-transition: left 0.3s ease-in-out;
	-moz-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
.cs_box .cs_body ul li a:hover {
	opacity: 1;
}
.cs_box .cs_body ul li a:hover::before {
	left: 5px;
}
@media (max-width:1600px) {
	.cs_box .cs_head .csh_icon {
		width: 120px;
		height: 120px;
	}
}
@media (max-width:1199px) {
	.cs_box .cs_head .csh_icon {
		padding: 22px;
		width: 100px;
		height: 100px;
	}
	.cs_box .cs_head {
		padding: 30px 15px;
	}
	.cs_box .cs_body {
		padding: 10px 20px;
	}
	.cs_box .cs_body ul li {
		padding: 10px 0;
	}
}
@media (max-width:991px) {
	.cs_box .cs_head::after {
		bottom: 10%;
	}
}
@media (max-width:575px) {
	.cs_box .cs_head::after {
		bottom: 7%;
	}
}

/* Capabilities Page css end */


/* Service Detail Page Css Start */

.des_26 p {
	font-size: 26px;
}
.ci_box {
	background-color: var(--secondary);
	padding: 60px 30px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.ci_box.left {
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.ci_box.right {
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}
.ci_box h3 {
	line-height: 140%;
}
.ci_box_img {
	border-radius: 0;
}
.ss_box {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid var(--primary);
	padding: 40px;
}
.ss_box p a {
	text-decoration: underline;
	color: inherit;
}
.ss_box p a:hover {
	color: var(--primary);
}
.ss_box p:last-child {
	margin-bottom: 0;
}
.tech_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	background-color: var(--white);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid var(--secondaryLight);
	height: 100%;
	text-align: center;
}
.tech_box .tech_icon {
	width: auto;
	height: 80px;
	margin-bottom: 20px;
}
.tech_box .tech_icon img {
	height: 100%;
}
.tech_box h3 {
	margin: 0;
	font-size: 24px;
	color: var(--secondary1);
	text-transform: capitalize;
}
.cu_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	padding: 45px 30px;
	background-color: var(--primary);
	text-align: center;
}
.cu_box *:last-child {
    margin-bottom: 0;
}
.cu_box .cu_icon {
    text-align: center;
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
    padding: 25px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
}
.cu_box .cu_icon img {
	height: 100%;
}
.cu_box h3 {
    margin-bottom: 10px;
}
.cu_box p:last-child .cu_box h3:last-child {
	margin-bottom: 0;
}
.wcu_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 30px;
	height: 100%;
	text-align: center;
}
.wcu_box.wcub_content_left{
	text-align: left;
	align-items: flex-start;
}
.wcu_box.primary {
	background-color: var(--primary);
}
.wcu_box.secondary {
	background-color: var(--secondary);
}
.wcu_box.p50{
	padding: 50px;
}
.wcu_box.white_box {
	background-color: var(--white);
	border: 1px solid var(--secondaryLight);
	box-shadow: 0 14px 30px rgba(0,0,0,.05);
}
.wcu_box p a {
	text-decoration: underline;
	color: inherit;
}
.wcu_box p:last-child {
	margin-bottom: 0;
}
.default_box {
	display: flex;
	flex-direction: column;
	background-color: var(--extremeLight);
	padding: 30px;
	height: 100%;
}
.bg_extrem_light .default_box {
	background-color: var(--white);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	border: 1px solid var(--secondaryLight);
}
.default_box p:last-child {
	margin-bottom: 0;
}
@media (max-width:1600px) {
	.des_26 p {
		font-size: 24px;
	}
	.ss_box {
		padding: 30px;
	}
	.tech_box h3 {
		font-size: 23px;
	}
	.cu_box .cu_icon {
		margin-bottom: 15px;
		width: 100px;
		height: 100px;
		padding: 20px;
	}
	.ci_box {
		padding: 50px 30px;
	}
}
@media (max-width:1199px) {
	.des_26 p {
		font-size: 22px;
	}
	.ci_box {
		padding: 40px 20px;
	}
	.ss_box {
		padding: 20px;
	}
	.tech_box {
		padding: 20px;
	}
	.default_box {
		padding: 20px;
	}
	.tech_box .tech_icon {
		height: 70px;
	}
	.tech_box h3 {
		font-size: 22px;
	}
	.cu_box {
		padding: 40px 30px;
	}
	.cu_box .cu_icon {
		padding: 20px;
		width: 90px;
		height: 90px;
	}
	.wcu_box,
	.wcu_box.p50{
		padding: 20px;
	}
}
@media (max-width:991px) {
	.des_26 {
		font-size: 20px;
	}
	.ci_box.left {
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
		border-bottom-left-radius: 0;
	}
	.ci_box.right {
		border-top-right-radius: 0;
		border-bottom-right-radius: 12px;
		border-bottom-left-radius: 12px;
	}
	.tech_box .tech_icon {
		height: 60px;
	}
	.tech_box h3 {
		font-size: 21px;
	}
	.ci_box {
		padding: 30px 20px;
	}
}
@media (max-width:767px) {
	.des_26 p {
		font-size: 20px;
	}
	.tech_box .tech_icon {
		height: 50px;
	}
	.tech_box h3 {
		font-size: 20px;
	}
	.cu_box {
		padding: 30px;
	} 
	.cu_box .cu_icon {
		padding: 15px;
		width: 80px;
		height: 80px;
	}
	.ci_box {
		padding: 20px;
	}
}
@media (max-width:575px) {
	.des_26 p {
		font-size: 18px;
	}
	.cu_box {
		padding: 25px 15px;
	}
	.cu_box .cu_icon {
		padding: 13px;
		width: 70px;
		height: 70px;
	}
	.cu_box h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.cu_box p {
		line-height: 1.35;
	}
	.wcu_box,
	.wcu_box.p50{
		padding: 20px;
	}
	.wcu_box h3,
	.wcu_box p {
		margin-bottom: 7px;
	}
}
@media (max-width:400px) {
	.choose_us_section .row > .col-6 {
		width: 100%;
	}
}

/* Common Accordian css start */
.accordion .accordion-item {
    background-color: var(--white);
    border: 1px solid var(--secondaryLight);
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 30px 0 rgba(21,21,21, 0.1);
}
.accordion .accordion-item:last-child {
	margin-bottom: 0;
}
.accordion .accordion-header {
	line-height: 1;
}
.accordion .accordion-button {
	background-color: transparent;
	border: none;
	box-shadow: none;
	font-size: 30px;
	line-height: 120%;
	color: var(--secondary);
	padding: 30px 96px 30px 30px;
}
.accordion .accordion-button:focus {
	outline: none;
	box-shadow: none;
}
.accordion .accordion-button::after {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background-color: var(--white);
	background: url(../images/circle-minus.svg) no-repeat center;
}
.accordion .accordion-button.collapsed:after {
	background: url(../images/circle-plus.svg) no-repeat center;
}
.accordion .accordion-body {
	padding: 0 30px 30px 30px;
	position: relative;
}
.accordion .accordion-body p {
	color: var(--secondary);
}
.accordion .accordion-body p:last-child {
	margin-bottom: 0;
}
@media (max-width:1600px) {
	.accordion .accordion-button {
		font-size: 28px;
		padding: 25px 84px 25px 25px;
	}
	.accordion .accordion-body {
		padding: 0 25px 25px 25px;
	}
	.accordion .accordion-button::after {
		right: 26px;
		width: 26px;
		height: 26px;
	}
}
@media (max-width:1199px) {
	.accordion .accordion-button {
		font-size: 26px;
		padding: 25px 82px 25px 25px;
	}
}
@media (max-width:991px) {
	.accordion .accordion-button {
		font-size: 24px;
		padding: 25px 80px 25px 25px;
	}
	.accordion .accordion-button::after {
		right: 25px;
		width: 24px;
		height: 24px;
	}
}
@media (max-width:767px) {
	.accordion .accordion-item {
		margin-bottom: 20px;
    	box-shadow: 0 15px 20px 0 rgba(21,21,21, 0.1);
	}
	.accordion .accordion-button {
		font-size: 22px;
		padding: 20px 66px 20px 20px;
	}
	.accordion .accordion-button::after {
		right: 20px;
	}
	.accordion .accordion-body {
		padding: 0 20px 20px 20px;
	}
	.faqs_wrap + .mt-5 {
		margin-top: 30px !important;
	}
}
@media (max-width:575px) {
	.accordion .accordion-button {
		font-size: 20px;
	}
}
@media (max-width:400px) {
	.accordion .accordion-button {
		font-size: 18px;
	}
}

/* Work Page Css Start */

.work_sec {
	position: relative;
}
.work_sec::before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 57%;
	background-color: var(--extremeLight);
}
.work_sec .sections_title p {
	max-width: 60%;
	margin: 0 auto;
}
.work_img_wrap {
	position: relative;
	margin-bottom: 40px;
}
.work_img_wrap .screen_bg {
	width: 100%;
	display: block;
	position: relative;
	pointer-events: none;
}
.work_img_wrap .wiw_img {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% - 80px);
	height: calc(100% - 80px);
	margin-left: 40px;
	margin-top: 40px;
	border-radius: 40px;
	z-index: 1;
	border: 2.275px solid #ECECEC;
	overflow-y: scroll;
}
.work_img_wrap .wiw_img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: top;
	display: block;
}
.work_img_wrap .wiw_img::-webkit-scrollbar {
    width: 10px;
}
.work_img_wrap .wiw_img::-webkit-scrollbar-track {
    background: transparent;
}
.work_img_wrap .wiw_img::-webkit-scrollbar-thumb {
    background: var(--secondary);
    border-radius: 0;
}
.work_box {
	display: flex;
	flex-direction: column;
	padding: 40px;
	border: 1px solid var(--primary);
	position: relative;
	height: 100%;
}
.work_box h3 {
	color: var(--primary);
}
.work_box ul {
	padding-left: 20px;
}
.work_box ul li {
	list-style: disc;
}
.work_box ul:last-child {
	margin-bottom: 0;
}
.work_box p:last-child {
	margin-bottom: 0;
}
@media (max-width:1600px) {
	.work_sec .sections_title p {
		max-width: 80%;
	}
	.work_box {
		padding: 30px;
	}
}
@media (max-width:1199px) {
	.work_img_wrap .wiw_img {
		width: calc(100% - 60px);
		height: calc(100% - 60px);
		margin-left: 30px;
		margin-top: 30px;
		border-radius: 30px;
		border: 2px solid #ECECEC;
	}
	.work_sec .sections_title p {
		max-width: 100%;
	}
	.work_box {
		padding: 20px;
	}
	.work_img_wrap .wiw_img::-webkit-scrollbar {
		width: 6px;
	}
}
@media (max-width:991px) {
	.work_img_wrap .wiw_img {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		margin-left: 20px;
		margin-top: 20px;
		border-radius: 16px;
	}
}
@media (max-width:767px) {
	.work_img_wrap .wiw_img {
		width: calc(100% - 30px);
		height: calc(100% - 30px);
		margin-left: 15px;
		margin-top: 15px;
		border-radius: 14px;
	}
}

/* Contact Us Page Css Start */

.contact_section {
	position: relative;
}
.contact_section::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 32%;
	background-color: var(--extremeLight);
}
.cinfo_box {
	background-color: var(--white);
	padding: 40px;
	box-shadow: 0 28px 60px 0 rgba(21, 21, 21, 0.10);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	height: 100%;
	text-align: center;
}
.cinfo_box .ci_icon {
	width: 90px;
	height: 90px;
	font-size: 40px;
	border-radius: 50%;
	background-color: var(--primary);
	color: var(--white);
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cinfo_box .ci_icon svg {
	fill: var(--white);
	width: 100%;
}
.cinfo_box h3 {
	margin-bottom: 0;
}
.cinfo_box p:last-child {
	margin-bottom: 0;
}
.cinfo_box p a {
	color: var(--secondary);
}
.cinfo_box p a:hover {
	color: var(--primary);
}
.cinfo_box .social_media {
	margin-top: 0;
}
.cinfo_box .social_media ul li a {
	background-color: var(--secondary);
	color: var(--white);
}
.cinfo_box .social_media ul li a:hover {
	background-color: var(--primary);
	color: var(--white);
}
.cinfo_box .social_media ul li a:hover svg {
	fill: var(--white);
}
.cform_wrap {
	margin-top: 100px;
	position: relative;
}
.cform_box {
	background-color: var(--white);
	box-shadow: 0 28px 60px 0 rgba(21, 21, 21, 0.10);
	border: 1px solid var(--secondaryLight);
	padding: 50px;
}
.cf_btns_wrap> p {
	margin: 0;
}
.cform_box .form-group> p {
	margin: 0;
}
.wpcf7-not-valid-tip {
	font-size: 16px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 30px 0 0 0;
}
.map_wraper iframe {
	width: 100%;
	height: 800px;
}
@media (max-width:1600px) {
	.cform_wrap {
		margin-top: 90px;
	}
	.cinfo_box .ci_icon {
		width: 80px;
		height: 80px;
		font-size: 36px;
		padding: 18px;
	}
	.cinfo_box {
		padding: 35px 30px;
	}
	.cform_box {
		padding: 40px;
	}
	.map_wraper iframe {
		height: 600px;
	}
}
@media (max-width:1199px) {
	.cform_wrap {
		margin-top: 80px;
	}
	.cinfo_box .ci_icon {
		width: 70px;
		height: 70px;
		font-size: 32px;
		padding: 16px;
	}
	.cinfo_box {
		padding: 25px 20px;
	}
	.cform_box {
		padding: 30px;
	}
	.map_wraper iframe {
		height: 500px;
	}
}
@media (max-width:991px) {
	.contact_section::before {
		height: 23%;
	}
	.cform_wrap {
		margin-top: 70px;
	}
	.cinfo_box .ci_icon {
		width: 60px;
		height: 60px;
		font-size: 28px;
		padding: 14px;
	}
	.map_wraper iframe {
		height: 400px;
	}
}
@media (max-width:767px) {
	.cform_wrap {
		margin-top: 60px;
	}
	.cform_box {
		padding: 20px;
	}
	.contact_section::before {
		height: 22%;
	}
	.cinfo_box .ci_icon {
		width: 50px;
		height: 50px;
		font-size: 24px;
		padding: 12px;
	}
	.map_wraper iframe {
		height: 300px;
	}
}
@media (max-width:575px) {
	.cform_wrap {
		margin-top: 40px;
	}
	.cform_box {
		padding: 15px;
	}
	.map_wraper iframe {
		height: 250px;
	}
}

/* Contact Us Page Css End */

.thank_you_img img {
	object-fit: contain;
}

/* AI Visibility (AEO / GEO) */
.ai_platform_section .tb_space>div {
	margin-top: 0 !important;
}
/* Card */
.platform_card {
	background: rgba(255,255,255,0.05);
	border-radius: 12px;
	padding: 40px;
	height: 100%;
}
.platform_card.brd_pc{
	background: transparent;
	border: 1px solid rgba(255,255,255,0.5);
}
.fp_item {
	text-align: center;
	flex: 0 0 20%;
	max-width: 20%;
    margin-bottom: 20px;
}
.fp_item img {
    width: 95px;
    min-width: 95px;
    height: 90px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    object-fit: contain;
    display: block;
    margin: auto;
}
.fp_item h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin-top: 12px;
	margin-bottom: 0;
    text-transform: capitalize;
}
.platform_card .btn_holder {
    margin-top: 20px;
}

/* Right List */
.platform_card  ul,
.wcu_box ul,
.challenge_content ul,
ul.logo_checkbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}
.platform_card ul:last-child,
.wcu_box ul:last-child,
.challenge_content ul:last-child,
ul.logo_checkbox:last-child {
	margin-bottom: 0;
}
.platform_card ul li,
.wcu_box ul li,
.challenge_content ul li,
ul.logo_checkbox li {
    position: relative;
    padding-left: 65px;
    min-height: 50px;
    display: flex;
    align-items: center;
    line-height: 1.4;
}
.platform_card ul li::before,
.wcu_box ul li::before,
.challenge_content ul li::before,
ul.logo_checkbox li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background-image: url(../images/reversedout_check_dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.red_arrow ul li::before,
.wcu_box.red_arrow ul li::before,
.challenge_content.red_arrow ul li::before,
ul.logo_checkbox.red_arrow li::before {
    background-image: url(../images/reversedout_check_red.svg);
}
.bg_secondary ul li::before,
.secondary ul li::before,
.white_arrow ul li::before,
.wcu_box.secondary ul li::before,
.challenge_content.white_arrow ul li::before,
ul.logo_checkbox.white_arrow li::before {
    background-image: url(../images/reversedout_check_white_dark.svg);
}
.platform_card.sm ul,
.wcu_box.sm ul,
.challenge_content.sm ul,
ul.sm.logo_checkbox {
    gap: 10px;
}
.platform_card.sm ul li,
.wcu_box.sm ul li,
.challenge_content.sm ul li,
ul.sm.logo_checkbox li {
    padding-left: 50px;
    min-height: 36px;
}
.platform_card.sm ul li::before,
.wcu_box.sm ul li::before,
.challenge_content.sm ul li::before,
ul.sm.logo_checkbox li::before {
    width: 36px;
    height: 36px;
}
@media (max-width:1600px) {
	.platform_card {
		padding: 30px;
	}
	.platform_card ul li::before,
	.wcu_box ul li::before,
	.challenge_content ul li::before,
	ul.logo_checkbox li::before {
		width: 45px;
		height: 45px;
	}
	.platform_card.sm ul li::before,
	.wcu_box.sm ul li::before,
	.challenge_content.sm ul li::before,
	ul.sm.logo_checkbox li::before {
		width: 32px;
		height: 32px;
	}
	.platform_card.sm ul li,
	.wcu_box.sm ul li,
	.challenge_content.sm ul li,
	ul.sm.logo_checkbox li {
		padding-left: 46px;
		min-height: 32px;
	}
	.fp_item {
		padding: 0 7px;
	}
	.fp_item img {
		width: 85px;
		min-width: 100%;
		height: 85px;
		padding: 15px;
	}
	.fp_item h4 {
		font-size: 15px;
		margin-top: 10px;
	}
}
@media (max-width: 1199px) {
	.fp_item {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		padding: 0 15px;
	}
	.fp_item img {
		padding: 20px;
	}
    .platform_card ul li,
    .wcu_box ul li,
    .challenge_content ul li,
    ul.logo_checkbox li {
        padding-left: 60px;
        min-height: 40px;
    }
	.platform_card ul li::before,
	.wcu_box ul li::before,
	.challenge_content ul li::before,
	ul.logo_checkbox li::before {
        width: 40px;
        height: 40px;
    }
	.platform_card.sm ul li,
	.wcu_box.sm ul li,
	.challenge_content.sm ul li,
	ul.sm.logo_checkbox li {
		padding-left: 46px;
		min-height: 32px;
	}
}
@media (max-width: 991px) {
	.fp_item {
		flex: 0 0 20%;
		max-width: 20%;
		padding: 0 12px;
	}
	.fp_item img {
		width: 90px;
		min-width: 100%;
		height: 90px;
		padding: 20px;
	}
	.platform_card .btn_holder {
		margin-top: 0;
	}
    .platform_card ul li,
    .wcu_box ul li,
    .challenge_content ul li,
    ul.logo_checkbox li {
        padding-left: 50px;
        min-height: 35px;
    }
	.platform_card ul li::before,
	.wcu_box ul li::before,
	.challenge_content ul li::before,
	ul.logo_checkbox li::before {
        width: 35px;
        height: 35px;
    }
	.platform_card.sm ul li,
	.wcu_box.sm ul li,
	.challenge_content.sm ul li,
	ul.sm.logo_checkbox li {
		padding-left: 40px;
		min-height: 28px;
	}
	.platform_card.sm ul li::before,
	.wcu_box.sm ul li::before,
	.challenge_content.sm ul li::before,
	ul.sm.logo_checkbox li::before {
		width: 28px;
		height: 28px;
	}
}
@media (max-width: 767px) {
	.fp_item {
		flex: 0 0 20%;
		max-width: 20%;
		padding: 0 7px;
	}
	.fp_item img {
		width: 85px;
		height: 85px;
		padding: 15px;
	}
	.platform_card ul li,
	.wcu_box ul li,
	.challenge_content ul li,
	ul.logo_checkbox li {
        padding-left: 45px;
        min-height: 30px;
    }
	.platform_card ul li::before,
	.wcu_box ul li::before,
	.challenge_content ul li::before,
	ul.logo_checkbox li::before {
        width: 30px;
        height: 30px;
    }
	.platform_card.sm ul li,
	.wcu_box.sm ul li,
	.challenge_content.sm ul li,
	ul.sm.logo_checkbox li {
		padding-left: 36px;
		min-height: 26px;
	}
	.platform_card.sm ul li::before,
	.wcu_box.sm ul li::before,
	.challenge_content.sm ul li::before,
	ul.sm.logo_checkbox li::before {
		width: 26px;
		height: 26px;
	}
	.sections_title .sub_title {
		margin-bottom: 10px;
	}
}
@media (max-width:575px) {
	.platform_card {
		padding: 20px;
	}
	.platform_card ul li,
	.wcu_box ul li,
	.challenge_content ul li,
	ul.logo_checkbox li {
		padding-left: 40px;
    }
	.platform_card ul,
	.platform_card.sm ul,
	.wcu_box ul,
	.wcu_box.sm ul,
	.challenge_content ul,
	.challenge_content.sm ul,
	ul.logo_checkbox,
	ul.sm.logo_checkbox {
		gap: 8px;
	}
	.platform_card.sm ul li,
	.wcu_box.sm ul li,
	.challenge_content.sm ul li,
	ul.sm.logo_checkbox li {
		padding-left: 34px;
	}
}
@media (max-width:480px) {
	.fp_item {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
		padding: 0 12px;
	}
	.fp_item h4 {
		font-size: 14px;
	}
}
@media (max-width:380px) {
	.fp_item img {
		width: 70px;
		height: 70px;
		padding: 10px;
	}
}

/*  */
.bg_white {
	background-color: var(--white);
}
.platform_card.bg_white ul li a,
.platform_card.bg_white .logo_checkbox li a {
	color: var(--secondary);
}
.platform_card.bg_white ul li a:hover,
.platform_card.bg_white .logo_checkbox li a:hover {
	color: var(--primaryHover);
}

/*  */
.augment_section.approaches {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    gap: 30px;
}
.augment_section.approaches .approach {
    padding: 40px;
    gap: 30px;
    flex-direction: column;
    align-items: start;
    flex: 0 0 50%;
    max-width: calc(50% - 20px);
	margin-bottom: 0;
	border: 1px solid var(--secondaryLight);
	transition: all 0.25s ease-in-out;
}
.augment_section.approaches .approach .approach_icon {
    min-width: 80px;
    height: 80px;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
	transition: all 0.25s ease-in-out;
}
.augment_section.approaches .approach_content h3 {
	margin-bottom: 0;
	transition: all 0.25s ease-in-out;
	line-height: 1.4;
}
.augment_section.approaches .approach:nth-of-type(1){
	margin-top: 50px;
}
.augment_section.approaches .approach:nth-last-of-type(1) {
	margin-top: -50px;
}
.augment_section.approaches .approach:hover {
    border-color: var(--white);
    background-color: var(--white);
    transform: scale(1.02);
    box-shadow: 0 28px 60px 0 rgba(21, 21, 21, 0.10);
}

/*  */
#works_logo_slider {
    padding: 0 30px;
}
#works_logo_slider::before, #works_logo_slider::after {
    content: '';
    background-image: linear-gradient(to right,rgba(255,255,255,1) 10%,rgba(255,255,255,0) 100%);
    position: absolute;
	top:0;
    height: 100%;
    width: 100px;
    z-index: 2;
    pointer-events: none;
}
#works_logo_slider::before{
	left:30px;
}
#works_logo_slider::after{
	right:30px;
	transform:rotateZ(180deg);
}
#works_logo_slider .item .fit_img {
	display: block;
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#works_logo_slider .item .fit_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: grayscale(1);
	opacity: 0.6;
}
#works_logo_slider .item:hover img {
	filter: grayscale(0);
	opacity: 1;
}
@media (max-width:1600px) {
	#works_logo_slider {
		padding: 0 20px;
	}
	#works_logo_slider::before{
		left:20px;
	}
	#works_logo_slider::after{
		right:20px;
	}
	#works_logo_slider .item .fit_img {
		height: 60px;
	}
	.augment_section.approaches .approach {
    	padding: 25px;
		gap: 25px;
	}
}
@media (max-width:1199px) {
	.augment_section.approaches .approach .approach_icon {
		min-width: 70px;
		height: 70px;
	}
	.augment_section.approaches .approach h3 {
		font-size: 24px;
	}
}
@media (max-width:991px) {
	#works_logo_slider .item .fit_img {
		height: 50px;
	}
	.augment_section.approaches {
		margin-bottom: 30px;
	}
	#works_logo_slider::before, #works_logo_slider::after {
		width: 70px;
	}
	.augment_section.approaches .approach:nth-of-type(1){
		margin-top: 40px;
	}
	.augment_section.approaches .approach:nth-last-of-type(1) {
		margin-top: -40px;
	}
}
@media (max-width:767px) {
	.augment_section.approaches .approach {
		padding: 20px;
		gap: 20px;
	}
	.augment_section.approaches {
		gap: 20px;
	}
	.augment_section.approaches .approach .approach_icon {
		min-width: 60px;
		height: 60px;
	}
	.augment_section.approaches .approach h3 {
		font-size: 21px;
	}
	.augment_section.approaches .approach:nth-of-type(1){
		margin-top: 30px;
	}
	.augment_section.approaches .approach:nth-last-of-type(1) {
		margin-top: -30px;
	}
}
@media (max-width:575px) {
	#works_logo_slider .item .fit_img {
		height: 40px;
	}
	#works_logo_slider {
		padding: 0 15px;
	}
	#works_logo_slider::before{
		left:15px;
	}
	#works_logo_slider::after{
		right:15px;
	}
	#works_logo_slider::before, #works_logo_slider::after {
		width: 50px;
	}
	.augment_section.approaches .approach {
		text-align: left;
	}
	.augment_section.approaches .approach h3 {
		font-size: 18px;
	}
	.augment_section.approaches .approach {
		padding: 12px;
		gap: 15px;
        border-radius: 10px;
	}
	.augment_section.approaches {
		gap: 15px;
	}
	.augment_section.approaches .approach .approach_icon {
		min-width: 50px;
		height: 50px;
	}
}
@media (max-width:400px) {
	.augment_section.approaches .approach h3 {
		font-size: 16px;
	}
}
/* Section Title Right Button */
.sections_title.d-flex {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
    align-items: end;
	gap: 30px;
}
.cs_box_full {
    position: relative;
    height: 560px;
    display: block;
    border-radius: 12px;
    overflow: hidden;
}
.cs_box_full:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 30px rgba(191,30,45,0.2)
}
.cs_box_full::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
    transition: all 0.25s ease-in-out;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	z-index: 1;
}
.cs_box_full:hover:before {
	height: 85%;
}
.cs_box_full::after {
    content: '';
	opacity: 0;
    position: absolute;
    top: 30px;
    right: 15px;
    width: 42px;
    height: 42px;
    background-color: var(--white);
    border-radius: 30px;
    z-index: 1;
    background-image: url('../images/btn-arrow-red.svg');
    background-position: center;
    background-size: 13px;
    background-repeat: no-repeat;
    transition: all 0.25s ease-in-out;
    transform-origin: center;
    backdrop-filter: blur(4px);
}
.cs_box_full:hover:after {
    right: 30px;
	opacity: 1;
}
.cs_box_full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: top center;
	transition: all 0.25s ease-in-out;
	transform: scale(1.01);
}
.cs_box_full:hover img {
	transform: scale(1.03);
}
.cs_box_full .cbf_tag {
    position: absolute;
    left: 30px;
    top: 30px;
    z-index: 2;
    padding: 12px 16px;
    border-radius: 4px;
    background-color: var(--primary);
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.cs_box_full .cbf_text {
    position: absolute;
	left: 0;
    bottom: 0;
	width: 100%;
	padding: 30px;
	z-index: 2;
	transition: all 0.25s ease-in-out;
}
.cs_box_full:hover .cbf_text {
    bottom: 4px;
}
.cs_box_full .cbf_text h3 {
	margin-bottom: 12px;
}
.cs_box_full .cbf_text p {
	font-size: 18px;
	line-height: 1.4;
}
.cs_box_full .cbf_text *:last-child {
	margin-bottom: 0;
}
@media (max-width:1600px) {
	.cs_box_full {
		height: 480px;
	}
	.cs_box_full .cbf_tag {
		left: 20px;
		top: 20px;
		padding: 10px 14px;
		font-size: 16px;
	}
	.cs_box_full .cbf_text {
		padding: 20px;
	}
	.cs_box_full .cbf_text p {
		font-size: 17px;
	}
	.cs_box_full::after {
		top: 20px;
		right: 10px;
        width: 36px;
        height: 36px;
	}
	.cs_box_full:hover:after {
		right: 20px;
	}
}
@media (max-width: 1199px) {
    .cs_box_full {
        height: 460px;
    }
	.cs_box_full .cbf_text h3 {
		font-size: 24px;
		margin-bottom: 8px;
	}
}
@media (max-width: 767px) {
	.cs_box_full {
		height: 400px;
	}
	.cs_box_full .cbf_text p {
		font-size: 16px;
	}
	.sections_title.d-flex {
		text-align: center;
		gap: 20px;
		display: block !important;
	}
	.sections_title.d-flex .btn_holder {
		margin-top: 15px;
	}
	.cs_box_full .cbf_tag {
		padding: 8px 12px;
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	.cs_box_full {
		height: 350px;
	}
	.cs_box_full::after {
		top: 20px;
		right: 5px;
		width: 30px;
        height: 30px;
	}
	.cs_box_full:hover:after {
		right: 15px;
	}
	.cs_box_full .cbf_text {
		padding: 15px;
	}
	.cs_box_full .cbf_text p {
		font-size: 15px;
	}
	.cs_box_full .cbf_tag {
		padding: 8px 12px;
		font-size: 14px;
		left: 15px;
		top: 15px;
	}
}
@media (max-width: 420px) {
	.cs_box_full .cbf_text h3 {
		font-size: 22px;
		margin-bottom: 5px;
	}
}

/* Featured Case Study */
.featured_cs {
	border-radius: 24px;
	border: 1px solid var(--secondaryLight);
	background-color: var(--extremeLight);
	overflow: hidden;
}
.featured_cs .fit_img {
	background-color: var(--secondary);
	border-radius: 0;
	min-height: 500px;
	position: relative;
}
.featured_cs .fit_img img {
    width: calc(100% - 80px);
	height: calc(100% - 40px);
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    object-position: top center;
}
.services_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.services_tags span {
    background-color: var(--white);
    border: 1px solid var(--secondaryLight);
    border-radius: 40px;
    padding: 9px 14px;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
}
.featured_text {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.featured_text h4 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.featured_text .sub_title {
    margin-bottom: 15px;
}
.featured_text .btn_holder {
    margin-top: 30px;
}
@media (max-width: 1600px) {
	.featured_text {
		padding: 35px;
	}
	.featured_text h2 {
		font-size: 48px;
	}
	.featured_text .sub_title {
		margin-bottom: 10px;
	}
	.featured_cs .fit_img img {
		width: calc(100% - 60px);
		height: calc(100% - 30px);
		top: 30px;
		left: 30px;
		right: 30px;
	}
	.services_tags {
		gap: 6px;
	}
	.services_tags span {
		padding: 8px 10px;
		font-size: 15px;
		line-height: 16px;
	}
}
@media (max-width: 1199px) {
	.featured_cs {
		border-radius: 16px;
	}
	.featured_text {
		padding: 30px;
	}
	.featured_text h2 {
		font-size: 40px;
	}
	.featured_cs .fit_img {
		min-height: 450px;
	}
	.featured_text h4 {
		font-size: 16px;
	}
	.featured_text .btn_holder {
		margin-top: 20px;
	}
}
@media (max-width: 991px) {
	.featured_cs .fit_img {
		min-height: 520px;
	}
}
@media (max-width: 767px) {
	.featured_cs .fit_img {
		min-height: 380px;
	}
	.featured_text h2 {
        font-size: 34px;
    }
}
@media (max-width: 575px) {
	.featured_cs .fit_img {
		min-height: 330px;
	}
	.featured_cs .fit_img img {
		width: calc(100% - 40px);
		height: calc(100% - 20px);
		top: 20px;
		left: 20px;
		right: 20px;
	}
	.featured_text h2 {
        font-size: 28px;
    }
	.featured_text {
		padding: 20px;
	}
	.featured_text h4 {
		font-size: 14px;
		letter-spacing: 0.7px;
	}
	.services_tags span {
		padding: 6px 10px;
		font-size: 14px;
	}
	.featured_text .btn_holder {
		margin-top: 15px;
	}
	.featured_text .sub_title {
        margin-bottom: 5px;
    }
}
@media (max-width: 420px) {
	.featured_cs .fit_img {
		min-height: 280px;
	}
}

/* Case Studies Filter */
.case_study_filter ul.nav-fill {
    border: 1px solid var(--secondaryLight);
	background-color: var(--secondaryLight);
    border-radius: 12px;
	overflow: hidden;
	display: flex;
    justify-content: space-between;
	gap: 1px;
}
.case_study_filter ul.nav-fill li .nav-link {
	background-color: var(--white);
	color: var(--secondary);
    font-size: 21px;
	font-weight: 500;
    line-height: 32px;
    padding: 20px;
	border-radius: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	height: 100%;
	transition: all 0.25s ease-in-out;
}
.case_study_filter ul.nav-fill li .nav-link:hover {
	background-color: var(--secondary);
	color: var(--white);
}
.case_study_filter ul.nav-fill li .nav-link.active {
	background-color: var(--primary);
	color: var(--white);
}
.case_study_filter ul.nav-fill li .nav-link img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 15px;
	transition: all 0.25s ease-in-out;
}
.case_study_filter ul.nav-fill li .nav-link:hover img,
.case_study_filter ul.nav-fill li .nav-link.active img {
	filter: brightness(0) invert(1);
}
@media (max-width: 1600px) {
	.case_study_filter ul.nav-fill li .nav-link img {
		width: 36px;
		height: 36px;
		margin-right: 12px;
	}
}
@media (max-width: 1199px) {
	.case_study_filter ul.nav-fill li .nav-link {
		font-size: 18px;
		line-height: 28px;
		padding: 18px;
	}
	.case_study_filter ul.nav-fill li .nav-link img {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}
}
@media (max-width: 767px) {
	.case_study_filter ul.nav-fill li {
		flex: 0 0 50%;
        max-width: calc(50% - 1px);
	}
	.case_study_filter ul.nav-fill li:first-child {
		flex: 0 0 100%;
        max-width: 100%;
	}
}
@media (max-width: 575px) {
	.case_study_filter ul.nav-fill li .nav-link {
		font-size: 16px;
		line-height: 26px;
		padding: 16px;
	}
	.case_study_filter ul.nav-fill li .nav-link img {
		width: 26px;
		height: 26px;
		margin-right: 6px;
	}
}

/* Works Single */
.challenge_content.sm ul {
    gap: 10px;
}
.project_card {
    background-color: var(--extremeLight);
	border: 2px solid var(--extremeLight);
	overflow: hidden;
	height: 100%;
}
.project_card .project_logo {
    background-color: var(--white);
    padding: 50px;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,.05);
	height: 240px;
}
.project_card .project_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.project_card .project_info{
    padding: 50px;
}
.project_card .project_info .pr_info_item:not(:last-child) {
	margin-bottom: 40px;
}
.project_card .project_info .pr_info_item h4 {
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--primary);
	margin-bottom: 15px;
}
.project_card .project_info .pr_info_item > *:last-child{
	margin-bottom: 0;
}
/*  */
.work_slider_wraper .site_btn {
    position: absolute;
    z-index: 3;
    bottom: 8%;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.project_bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60%;
    border-radius: 0;
}
.project_bg img {
	opacity: 0.05;
}
/*  */
.cs_cta {
	margin-top: 50px;
}
.cs_cta.cs_box .cs_head {
	padding: 60px;
}
.cs_cta.cs_box .cs_head p {
    max-width: 1060px;
    margin: 0 auto 30px;
	line-height: 1.4;
}
.cs_cta.cs_box .cs_head::before,
.cs_cta.cs_box .cs_head::after {
	width: 370px;
    height: 430px;
}
.cs_cta.cs_box .cs_head::before {
    top: -30px;
    right: 6%;
    left: inherit;
    bottom: inherit;
}
.cs_cta.cs_box .cs_head::after {
    bottom: -6%;
}
/*  */
.kd_items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.kd_items span {
    position: relative;
    background-color: var(--white);
    border: 1px solid var(--secondaryLight);
    border-radius: 60px;
    padding: 22px 25px 22px 60px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.kd_items span::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background-image: url(../images/check-circle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@media (max-width: 1600px) {
	.project_card .project_info {
		padding: 35px;
	}
	.project_card .project_logo {
		padding: 40px;
		height: 220px;
	}
	.project_card .project_info .pr_info_item:not(:last-child) {
		margin-bottom: 30px;
	}
	.project_card .project_info .pr_info_item h4 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.cs_cta.cs_box .cs_head::before, .cs_cta.cs_box .cs_head::after {
		width: 310px;
		height: 370px;
	}
	.cs_cta.cs_box .cs_head::after {
		bottom: 4%;
	}
	.cs_cta {
		margin-top: 40px;
	}
	.kd_items {
		gap: 25px;
	}
	.kd_items span {
		padding: 20px 25px 20px 60px;
	}
}
@media (max-width: 1199px) {
	.project_bg {
		height: 56%;
	}
	.project_design .container {
		max-width: 100%;
	}
	.cs_cta {
		margin-top: 30px;
	}
	.kd_items {
		gap: 20px;
	}
	.kd_items span {
		border-radius: 60px;
		padding: 18px 22px 18px 54px;
	}
	.kd_items span::before {
		width: 24px;
		height: 24px;
	}
}
@media (max-width: 991px) {
	.project_card {
		margin-top: 20px;
		height: auto;
	}
	.cs_cta.cs_box .cs_head {
		padding: 40px;
	}
	.cs_cta.cs_box .cs_head::before, .cs_cta.cs_box .cs_head::after {
		width: 210px;
		height: 272px;
	}
	.cs_cta.cs_box .cs_head p {
		margin: 0 auto 20px;
	}
	.kd_items {
		gap: 15px;
	}
	.kd_items span {
		padding: 13px 20px 13px 46px;
	}
	.kd_items span::before {
		width: 21px;
		height: 21px;
		left: 16px;
	}
}
@media (max-width: 767px) {
	.kd_items span {
		width: 100%;
		text-align: left;
		line-height: 20px;
	}
}
@media (max-width: 575px) {
	.project_card .project_info {
		padding: 20px;
	}
	.project_card .project_logo {
		padding: 40px;
		height: 200px;
  		box-shadow: 0 6px 15px rgba(0, 0, 0, .05);
	}
	.project_card .project_info .pr_info_item:not(:last-child) {
		margin-bottom: 15px;
	}
	.project_card .project_info .pr_info_item h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.cs_cta.cs_box .cs_head {
		padding: 30px 15px;
	}
	.cs_cta {
		margin-top: 14px;
	}
}
/*  */
.work_skeleton_box{
    position:relative;
    overflow:hidden;
    pointer-events:none;
	background: var(--white);
	display: flex;
	flex-direction: column;
}
.work_skeleton_box::before,
.work_skeleton_box::after{
	display: none;
}
.work_skeleton_content{
    padding:24px;
	margin-top: auto;
}
.work_skeleton_tag{
    position:absolute;
    top:20px;
    left:20px;
    width:110px;
    height:34px;
    border-radius:6px;
    background:var(--extremeLight);
    z-index:2;
}
.work_skeleton_title,
.work_skeleton_text,
.work_skeleton_tag{
    position:relative;
    overflow:hidden;
    background:var(--extremeLight);
}
.work_skeleton_title{
    height:28px;
    width:100%;
    margin-bottom:12px;
    border-radius:6px;
}
.work_skeleton_title.small{
    width:70%;
}
.work_skeleton_text{
    width:60%;
    height:18px;
    border-radius:6px;
}
.work_skeleton_img::before,
.work_skeleton_tag::before,
.work_skeleton_title::before,
.work_skeleton_text::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.75),
        transparent
    );
    transform:translateX(-100%);
    animation:workSkeleton 1.4s infinite;

}
@keyframes workSkeleton{
    100%{
        transform:translateX(100%);
    }
}
/* Video Modal */
body.modal-open {
    padding: 0 !important;
}
.modal-backdrop {
    display: none;
}
.modal {
    padding: 0 !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    /* background: linear-gradient( 132deg, rgba(44, 6, 119, 0.7) 0%, rgba(93, 10, 94, 0.7) 50%, rgba(134, 5, 68, 0.7) 100% ); */
    background: rgba(0, 0, 0, 0.87);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.05);
    transition: visibility 0s linear 0.2s, opacity 0.2s 0s, transform 0.2s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block !important;
}
.modal.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity 0.3s 0s, transform 0.3s;
}
.modal-dialog {
    max-width: 100%;
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    margin: 0 auto;
}
.modal-content {
    border-radius: 0;
    margin-top: 0;
    border: none;
    padding: 4px;
    background: linear-gradient( -50deg, rgba(72, 94, 119, 1) 0%, rgba(191, 30, 46, 1) 100% );
}
.modal-body {
    position: relative;
    border: none;
    padding: 0;
    background-image: url("../images/placeholder-img.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
button.btn_close {
    display: block;
    position: absolute;
    right: -4px;
    top: -35px;
    width: 30px;
    height: 30px;
    line-height: 20px;
    z-index: 9;
    padding: 0;
    opacity: 0.5;
    font-weight: 400;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border: none;
    background: transparent;
}
button.btn_close svg {
    vertical-align: top;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
button.btn_close:hover {
    opacity: 1;
}
button.btn_close:hover svg {
    transform: rotate(90deg);
}
.iframe_wraper_16_9 {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%;
}
.iframe_wraper_16_9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 1600px) {
    .modal-dialog {
        max-width: 80%;
        width: 80%;
    }
    button.btn_close {
        top: -26px;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
}
@media (max-width: 991px) {
    .modal-dialog {
        max-width: 94%;
        width: 94%;
    }
    .modal-content {
        padding: 2px;
    }
    button.btn_close {
        right: -2px;
    }
}