::selection {
	background: #FFFFFF;
	color: #151F40;
	text-shadow: none;
}

::-moz-selection {
	background: #FFFFFF;
	color: #151F40;
	text-shadow: none;
}

body {
	margin: 0;
	padding-top: 0;
}

p,
h3,
h4 {
	margin: 0;
}

p {
	padding-bottom: 15px;
}

p:last-child {
	padding-bottom: 0;
}

html.overflow_hidden,
body.overflow_hidden {
    overflow: hidden !important;
}

.cmplz-logo img {
    max-height: 50px !important;
}

/* Button */

.btn-wrap a.elementor-button,
.gform_footer input[type=submit],
.anwp-pg-wrap .btn {
	background: linear-gradient(90deg, #C7C7C7 0%, #E7E7E7 33.56%, #F4F4F4 45.46%, #F4F4F4 78.31%, #797979 115.65%, #909090 121.96%, #BBB 135.11%, #DADADA 146.95%, #EDEDED 156.95%, #F4F4F4 163.93%);
	background-size: 100% auto;
	background-position: 100% 0%;
	transition: all 0.4s ease-in-out;
	position: relative;
}

.btn-wrap a.elementor-button:hover,
.btn-wrap a.elementor-button:focus,
.gform_footer input[type=submit]:hover,
.gform_footer input[type=submit]:focus,
.anwp-pg-wrap .btn:hover,
.anwp-pg-wrap .btn:focus {
	background: linear-gradient(90deg, #C7C7C7 -358.59%, #E7E7E7 -264.71%, #F4F4F4 -231.42%, #F4F4F4 -139.52%, #797979 -35.05%, #909090 -17.4%, #BBB 19.38%, #DADADA 52.49%, #EDEDED 80.46%, #F4F4F4 100%);
	background-size: 250% auto;
	background-position: 200% 0%;
}

/* Loader */

#site-loader {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #151F40;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    transition: all 1.5s ease-in-out;
}

#site-loader .loader-inner {
    text-align: center;
    position: relative !important;
	z-index: 2;
}

@keyframes moveUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100vh);
    }
}

#site-loader .loader-inner::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #151F40; 
    position: absolute;
    top: 0;
    left: 0; 
	z-index: 1;
    animation: slideFromLeft 0.7s ease-in-out forwards; 
}

@keyframes slideFromLeft {
    0% {
        left: 0%;
    }
	100% {
        left: 100%;
    }
}

#site-loader img {
    width: 100%;
    max-width: 650px;
	height: 100%;
}

/* body.loaded #site-loader .loader-inner {
    animation: moveUp 0.8s ease-in-out forwards;
} */

body.loaded #site-loader {
/*  visibility: hidden;
    opacity: 1; */
    animation: moveUp 0.8s ease-in-out forwards;
	position: fixed;
}

body, 
html {
	overflow: hidden;
}

/* Header */

#masthead {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	display: block;
	z-index: 999;
}

#masthead.sticky {
	opacity: 0;
	background-color: #1C264650;
	pointer-events: none;
	transition: opacity 0.5s ease-in-out;
}

.header-wrapper .elementor-section .elementor-container {
	justify-content: space-between;
	align-items: center;
}

.header-wrapper .logo-box {
	width: auto !important;
	float: left;
}

.header-wrapper .menu-box {
	width: auto !important;
	float: right;
}

.header-wrapper .header_menu {
	margin-bottom: 0 !important;
}

.header_menu ul.elementor-nav-menu li.menu-item a {
	transition: background 0.4s ease-in-out !important;
}

.header_menu ul.elementor-nav-menu li.current-menu-item a,
.header_menu ul.elementor-nav-menu li.menu-item a:hover {
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%) !important;
	background-clip: text !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: background 0.4s ease-in-out !important;
}

.header_menu ul.elementor-nav-menu li.menu-item a::after {
    content: '';
    width: 0%;
    height: 1px;
    background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%);
    opacity: 1 !important;
    position: absolute;
	top: 120%;
    left: initial;
	right: 0;
	transition: width 0.4s ease-in-out !important;
}

.header_menu ul.elementor-nav-menu li.current-menu-item a::after,
.header_menu ul.elementor-nav-menu li.menu-item a:hover::after {
	width: 100%;
	right: initial;
    left: 0;
}

/* 404 Page */

.notfound-content {
    width: 100%;
    float: left;
    background-color: #151F40;
    text-align: center;
    padding: 12vw 0 6vw 0;
	position: relative;
}

.notfound-content::before {
	content: '';
    width: 90%;
    height: 1px;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
	opacity: 0.2;
    position: absolute;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%); 
}

.error404 .notfound-content h1 {
    font-family: "Clash Grotesk Variable", Sans-serif;
    font-size: 86px;
    font-weight: 500;
	color: #FFFFFF;
	line-height: 120%;
	background: linear-gradient(0deg, #F4F4F4 -38.38%, #F0F0F0 -29.3%, #E3E3E3 -19.45%, #CDCDCD -9.22%, #AFAFAF 1.18%, #919191 9.51%, #959595 17.03%, #A0A0A0 23.89%, #B2B2B2 30.49%, #CCC 36.9%, #EDEDED 43.17%, #F4F4F4 44.26%, #ECECEC 57.26%, #D6D6D6 77.53%, #B6B6B6 99.91%);
	margin: 0;
}

.error404 .notfound-content h3 {
	font-family: "Sen", Sans-serif !important;
	font-size: 24px;
	font-weight: 500;
	color: #FFFFFFCC;
	margin: 20px 0;
}

.notfound-content .btn-wrap a.elementor-button {
	font-family: "Sen", Sans-serif !important;
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	line-height: normal;
	text-decoration: none;
	border-radius: 20px;
	padding: 16px 30px;
}

/* Form */

body .gform_wrapper,
.gform_confirmation_wrapper {
	width: 100%;
	float: left;
}

body .gform_wrapper {
	margin: 0;
}

body .gform_wrapper form {
	width: 100%;
	max-width: 1200px;
	float: none;
}

body .gform_wrapper form .gform_body {
	float: left;
	width: calc(100% + 30px) !important;
	margin: 0 -15px !important;
}

body .gform_wrapper .gf_progressbar_wrapper {
	display: none;
}

body .gform_wrapper form .gform_body ul {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}

body .gform_wrapper form .gform_body ul li.gfield {
	width: 50%;
	float: left;
	padding: 0 15px !important;
	margin: 0 0 40px !important;
	background-color: transparent;
	border: none;
	clear: inherit;
}

body .gform_wrapper form .gform_body ul li.gfield label {
	width: 100%;
	float: left;
	font-family: "Sen", Sans-serif !important;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 170%;
	padding: 0 0 15px;
	margin-top: 0 !important;
	display: none;
}

body .gform_wrapper form .gform_body ul li.gfield--type-fileupload label {
	display: block;
}

body .gform_wrapper form .gform_body ul li.gfield label span.gfield_required {
	font-size: 18px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: none;
	vertical-align: top;
	margin-left: 0;
	margin-top: 0;
}

body .gform_wrapper form .gform_body ul li.gfield.full-box {
	width: 100%;
}

body .gform_wrapper form .gform_body ul li.gfield textarea {
	width: 100% !important;
	height: 190px !important;
	border-radius: 20px !important;
}

body .gform_wrapper form .gform_body ul li.description textarea {
	width: 100% !important;
}

body .gform_wrapper .validation_message {
	color: #790000;
	padding-top: 5px;
	padding-right: 0px !important;
	width: 100%;
	float: left;
	line-height: 120%;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 14px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio,
body .gform_wrapper .field_description_below .gfield_description {
	width: 100%;
	float: left;
	font-family: "Sen", Sans-serif !important;
	font-size: 14px;
	font-weight: 500;
	color: #FB0000;
	letter-spacing: 0.5px;
	line-height: 120%;
	padding-top: 5px;
	padding-right: 0 !important;
}

body .gform_confirmation_message {
	width: 100%;
	float: left;
	text-align: center;
	font-weight: normal;
	font-family: "Sen", Sans-serif !important;
	background-color: #029300;
	line-height: 125%;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	padding: 16px 20px;
	color: #ffffff;
	font-size: 16px;
}

body .gform_wrapper div.validation_error {
	width: 100%;
	max-width: 1200px;
	font-family: "Sen", Sans-serif !important;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 120%;
	background-color: #790000;
	border: none;
	padding: 18px 15px;
	margin: 0 auto 20px auto;
	display: flex;
}
.ginput_preview *{
	color:#fff;
	font-family: "Sen", Sans-serif !important;
}

.ginput_preview {
	margin-top: 10px;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0 !important;
	width: 100%;
	float: left;
}

body .gform_body input[type=text],
body .gform_body input[type=email],
body .gform_body input[type=tel],
body .gform_body input[type=number],
body select,
body textarea {
	width: 100% !important;
	height: auto !important;
	font-family: "Sen", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	color: #FFFFFF99 !important;
	line-height: 170% !important;
	letter-spacing: 0 !important;
	background-color: #1C2646 !important;
	border: 1px solid #F4F4F430 !important;
	border-radius: 62px !important;
	box-shadow: none;
	outline: none;
	padding: 11px 25px !important;
	margin: 0 !important;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;	
}

body .gform_body input[type=text]::placeholder,
body .gform_body input[type=email]::placeholder,
body .gform_body input[type=tel]::placeholder,
body .gform_body input[type=number]::placeholder,
body select::placeholder,
body textarea::placeholder {
	color: #FFFFFF99 !important;
}

body .gform_wrapper form .gform_body ul li.gfield--type-fileupload .gform_drop_area {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    display: flex;
    align-items: center;
}

body .gform_wrapper form .gform_body ul li.gfield--type-fileupload .gform_drop_area span.gform_drop_instructions {
	font-family: "Sen", Sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #FFFFFF99 !important;
	line-height: 190% !important;
    margin: 0 10px 0 0 !important;
}

body .gform_wrapper form .gform_body ul li.gfield--type-fileupload .gform_drop_area .gform_button_select_files {
	font-family: "Sen", Sans-serif !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #FFFFFFCC !important;
	line-height: 111% !important;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: 8px;
	border: none;
	outline: none;
	padding: 10px;
}

body .gform_wrapper form .gform_body ul li.gfield--type-fileupload .gform_fileupload_rules {
	display: none;
}

body select {
	background-image: url(../images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	padding-right: 40px !important;
}

body .gform_wrapper textarea.small {
	height: 80px;
}

body .gform_wrapper .gform_page_footer {
	padding: 0 15px;
	margin-bottom: 0;
	text-align: left;
	width: 100%;
	float: right;
	margin-top: 10px;
	border: none;
}

.gform_legacy_markup_wrapper .gform_validation_errors>h2 {
	font-weight: 400 !important;
	color: #FFFFFF !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 120%;
	font-size:16px !important;
}

.gform_legacy_markup_wrapper .gform_heading {
    margin-bottom: 0 !important;
}

.gform_legacy_markup_wrapper .gform_footer {
	width: 100% !important;
    clear: both !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gform_footer input[type=submit] {
	width: auto !important;
	font-family: "Sen", Sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
	color: #000000 !important;
	line-height: normal !important;
	border-radius: 20px;
	border: none !important;
	outline: none;
	padding: 16px 30px;
	margin: 0 !important;
	cursor: pointer;
}

/* Gradient Text */

.gradient_h1 h1 span,
.gradient_h2 h2 span,
.gradient_h4 h4,
.banner_title h1 span,
.big_heading h2,
.big_heading h2 span,
.big_title h2 span,
.h3_title,
.services_container .service_title h3,
.services_container .service_number h2,
.testimonial_container p.premium-testimonial-person-name span,
.faq_container .elementor-tab-title a.elementor-accordion-title,
.what_we_do_icon_box h4.elementor-icon-box-title span,
.why_choose_icon_box h4.elementor-icon-box-title span,
.our_values_icon_box h4.elementor-icon-box-title span,
.why_choose_number h2,
.tab-panel h2,
.vertical_text_carousel .premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title,
.error404 .notfound-content h1,
.policy_content h5,
.services_detail_list_box .premium-icon-box-title,
.location_info_box .elementor-icon-box-title span {
	background-clip: text !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Gradient Text Selection */

.gradient_h1 h1 span::selection,
.gradient_h2 h2 span::selection,
.gradient_h4 h4::selection,
.banner_title h1 span::selection,
.big_heading h2::selection,
.big_heading h2 span::selection,
.big_title h2 span::selection,
.h3_title::selection,
.services_container .service_title h3::selection,
.services_container .service_number h2::selection,
.testimonial_container p.premium-testimonial-person-name span::selection,
.faq_container .elementor-tab-title a.elementor-accordion-title::selection,
.what_we_do_icon_box h4.elementor-icon-box-title span::selection,
.why_choose_icon_box h4.elementor-icon-box-title span::selection,
.our_values_icon_box h4.elementor-icon-box-title span::selection,
.why_choose_number h2::selection,
.tab-panel h2::selection,
.vertical_text_carousel .premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title::selection,
.error404 .notfound-content h1::selection,
.policy_content h5::selection,
.services_detail_list_box .premium-icon-box-title::selection,
.location_info_box .elementor-icon-box-title span::selection {
	-webkit-text-fill-color: #151F40;
	color: #151F40;
	background: #FFFFFF;
}

/* Text Animation */

.animate_text {
    visibility: hidden;
}

.animate_text span {
    opacity: 0;
    transform: translateY(10px);
}

.animate_text span.typing {
    animation: typing 0.05s forwards; 
    animation-delay: calc(var(--index) * 0.02s);
}

.animate_text p span.typing {
    animation: typing 0.05s forwards; 
    animation-delay: calc(var(--index) * 0.008s);
}

@keyframes typing {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Gradient h1 Heading */

.gradient_h1 h1 span,
.banner_title h1 span {
	background: linear-gradient(0deg, #F4F4F4 -38.38%, #F0F0F0 -29.3%, #E3E3E3 -19.45%, #CDCDCD -9.22%, #AFAFAF 1.18%, #919191 9.51%, #959595 17.03%, #A0A0A0 23.89%, #B2B2B2 30.49%, #CCC 36.9%, #EDEDED 43.17%, #F4F4F4 44.26%, #ECECEC 57.26%, #D6D6D6 77.53%, #B6B6B6 99.91%);
}

/* Gradient h2 Heading */

.gradient_h2 h2 span,
.gradient_h4 h4,
.services_detail_list_box .premium-icon-box-title,
.location_info_box .elementor-icon-box-title span {
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%);
}

/* Gradient Big h2 Heading */

.big_heading h2 {
	opacity: 0.05;
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%);
}
.firefox .big_heading h2 {
	opacity:0.2;
}

.big_heading h2 span {
	opacity: 0.05;
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%);
}

/* Gradient Border */

.gradient_border::before,
.footer_wrapper::before {
	content: '';
    width: 90%;
    height: 1px;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 50%, rgba(255, 255, 255, 0.00) 100%);
	opacity: 0.2;
    position: absolute;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%); 
}

/* Home Page */

/* Hero Banner Section */

.home_hero_banner {
	position: sticky !important;
	top: 0;
	left: 0;
}

.home_hero_banner .home_hero_banner_right {
	overflow: hidden;
}

.home_hero_banner .elementor-background-video-container video.elementor-background-video-hosted {
	height: 100% !important;
    width: 100% !important;
}

.home_hero_banner_video .elementor-video {
    height: 470px !important;
}

/* About Us Section */

.home_about_us::after {
	content: '';
    width: 100%;
    height: 180px;
	background: linear-gradient(0deg, #151F40 0%, rgba(21, 31, 64, 0.00) 100%);
    position: absolute;
    left: 0;
    top: -180px;
    z-index: 1;
	transition: position 0.3s ease;
}

.home_about_wrapper::after {
    content: '';
    width: 102%;
    height: 200px;
	background: linear-gradient(180deg, rgba(21, 31, 64, 0.00) 0%, #151F40 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    z-index: 1;
}

.logo_carousel {
	margin-bottom: 0 !important;
}

.logo_carousel .premium-adv-carousel__items {
    height: 120px !important;
}

.logo_carousel .premium-adv-carousel__item-image {
    width: 885px !important;
	padding: 0 130px !important;
}

.logo_carousel .premium-adv-carousel__media-wrap {
    height: auto !important;
}

.logo_carousel .premium-adv-carousel__media-wrap img {
    opacity: 0.07 !important;
}

.logo_carousel .pa-media-icons-wrapper {
	display: none !important;
}

/* Services Section */

.sticky_heading {
	position: sticky !important;
    top: 50%;
	margin-bottom: 0 !important;
}

.sticky_heading h2 {
	margin-bottom: 160px;
}

.sticky_heading .h3_title {
    top: 23%;
}

.h3_title {
    font-family: "Clash Grotesk Variable", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
	background: linear-gradient(0deg, #F4F4F4 -38.38%, #F0F0F0 -29.3%, #E3E3E3 -19.45%, #CDCDCD -9.22%, #AFAFAF 1.18%, #919191 9.51%, #959595 17.03%, #A0A0A0 23.89%, #B2B2B2 30.49%, #CCC 36.9%, #EDEDED 43.17%, #F4F4F4 44.26%, #ECECEC 57.26%, #D6D6D6 77.53%, #B6B6B6 99.91%);
    position: absolute;
	top: 42%;
    left: 50%;
    transform: translatex(-50%);
}

.services_container .elementor-grid .services {
    width: 540px;
	position: relative;
	z-index: 3;
	cursor: pointer;
    transition: transform 0.8s ease-in-out;
}

.services_container .elementor-grid .services:nth-child(odd) {
	transform: translateX(0%) rotate(11.69deg);
	place-self: flex-start;
	transition: transform 0.8s ease-in-out;
}
 
.services_container .elementor-grid .services.service_card_scroll:nth-child(odd) {
	transform: translateX(44.50%) rotate(0);
}

.services_container .elementor-grid .services:nth-child(even) {
	transform: translateX(0%) rotate(-11.69deg);
	place-self: flex-end;
	transition: transform 0.8s ease-in-out;
}

.services_container .elementor-grid .services.service_card_scroll:nth-child(even) {
	transform: translateX(-44.50%) rotate(0);
}

.services_container .elementor-grid .services:last-child {
	transform: unset !important;
	grid-column: span 2; 
	place-self: center;
}

.services_container .service_img,
.services_container .service_number {
	margin-bottom: 0 !important;
}

.services_container .service_img::before,
.services_container .service_img::after {
	content: '';
    width: 100%;
    height: 100%;
	border-radius: 40px;
	position: absolute;
    top: 0;
    left: 0;
	transition: opacity 0.4s ease-in-out;
}

.services_container .service_img::before {
    background-color: #182242;
	mix-blend-mode: color;
	opacity: 1;
}

.services_container .elementor-grid .services:hover .service_img::before {
	opacity: 0;
}

.services_container .service_img::after {
    background: linear-gradient(0deg, rgba(21, 31, 64, 0.60) 0%, rgba(21, 31, 64, 0.60) 100%);
	opacity: 0;
}

.services_container .elementor-grid .services:hover .service_img::after {
	opacity: 1;
}

.services_container .service_number h2 {
	opacity: 0.2;
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%);
	transition: all 0.4s ease-in-out;
}

.services_container .elementor-grid .services:hover .service_number h2 {
	opacity: 1;
}

.services_container .service_title h3 {
	background: linear-gradient(0deg, #F4F4F4 -38.38%, #F0F0F0 -29.3%, #E3E3E3 -19.45%, #CDCDCD -9.22%, #AFAFAF 1.18%, #919191 9.51%, #959595 17.03%, #A0A0A0 23.89%, #B2B2B2 30.49%, #CCC 36.9%, #EDEDED 43.17%, #F4F4F4 44.26%, #ECECEC 57.26%, #D6D6D6 77.53%, #B6B6B6 99.91%);
}

.services_container .service_btn {
	width: auto !important;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
	z-index: 3;
	opacity: 0;
	transition: all 0.6s ease-in-out;
}

.services_container .elementor-grid .services:hover .service_btn {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 1;
}

/* Testimonial Section */

.home_testimonials {
	overflow: hidden;
}

.testimonial_container {
	margin-bottom: 0 !important;
}

.testimonial_container::after {
	content: '';
    width: 102%;
    height: 270px;
	background: linear-gradient(180deg, rgba(21, 31, 64, 0.00) 0%, #151F40 45.2%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    z-index: 1;
}

.testimonial_container .premium-testimonial-box .testimonial-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	column-gap: 20px;
	padding-bottom: 20px;
}

.testimonial_container .premium-testimonial-box .premium-testimonial-container {
    width: 100% !important;
	height: 100%;
    overflow: hidden;
    transition: height 0.5s ease, max-height 0.5s ease;
}

.testimonial_container .premium-testimonial-container.half {
    height: auto;
    max-height: 200px;
    overflow: hidden;
    opacity: 0.6;
    transition: height 0.5s ease, max-height 0.5s ease, opacity 0.3s ease;
}

.testimonial_container .premium-testimonial-container.full {
    height: 100%;
    max-height: none;
    overflow: visible;
    opacity: 1; 
    transition: height 0.5s ease, max-height 0.5s ease, opacity 0.3s ease;
}

.testimonial_container .premium-testimonial-container .premium-testimonial-content-wrapper {
    height: 400px;
}

.testimonial_container p.premium-testimonial-person-name span {
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%);
}

.testimonial_container .premium-testimonial__rating-wrapper span.premium-fb-rev-stars {
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.testimonial_container .premium-testimonial__rating-wrapper span.premium-fb-rev-star {
	position: relative;
}

.testimonial_container .premium-testimonial__rating-wrapper span.premium-fb-rev-star::before {
	content: '';
    width: 16px;
    height: 16px;
    background-image: url(../images/star-icon.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
    position: absolute;
	top: 0;
    left: 0;
}

.testimonial_container .premium-testimonial__rating-wrapper span.premium-fb-rev-star svg {
	opacity: 0;
}

/* FAQ Section */

.home_faq .home_faq_wrapper > .elementor-container {
    display: initial;
}

.home_faq .home_faq_wrapper .home_faq_left {
    position: sticky;
    top: 250px;
    float: left;
}

.home_faq .home_faq_wrapper .home_faq_right {
    float: left;
}

.faq_container .elementor-accordion-item {
	position: relative;
	padding: 20px 0;
}

.faq_container .elementor-accordion-item::after {
	content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%);
	opacity: 0.1;
    position: absolute;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%); 
}

.faq_container .elementor-accordion-item:last-child::after {
	content: unset;
}

.faq_container .elementor-tab-title {
    width: 100%;
    background-color: transparent;
    border: none;
	text-align: left;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
}

.faq_container .elementor-tab-title a.elementor-accordion-title {
	width: 95%;
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%);
	display: flex;
	align-items: flex-start;
}

.faq_container .elementor-tab-title a.elementor-accordion-title span.faq-number {
	padding-right: 5px;
}

.faq_container span.elementor-accordion-icon {
    width: 28px !important;
    height: 28px !important;
    background: linear-gradient(90deg, #C7C7C7 0%, #E7E7E7 33.56%, #F4F4F4 45.46%, #F4F4F4 78.31%, #797979 115.65%, #909090 121.96%, #BBB 135.11%, #DADADA 146.95%, #EDEDED 156.95%, #F4F4F4 163.93%);
	border-radius: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
	margin-top: 5px;
}

.faq_container span.elementor-accordion-icon > span {
    line-height: 70% !important;
}

.faq_container span.elementor-accordion-icon svg {
    width: 16px !important;
    height: 16px !important;
}

/* About Us Page */

/* Welcome Kmayer Section */

.welcome_logo {
	margin-bottom: 0 !important;
}

.welcome_logo img {
	opacity: 0.2;
}

/* Who we are Section */

.who_we_are_container::after,
.client_dedication_container::after,
.our_vision_container::after {
    content: '';
    width: 102%;
    height: 200px;
	background: linear-gradient(180deg, rgba(21, 31, 64, 0.00) 0%, #151F40 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    z-index: 1;
}

.gradient_layer_img .elementor-widget-container::before {
	content: '';
    width: 100%;
    height: 100%;
	background: #151F40;
	border-radius: 30px;
	mix-blend-mode: color;
    position: absolute;
	top: 0;
    left: 0;
}

/* What We Do Section */

.what_we_do_container .what_we_do_col > .elementor-widget-wrap {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 20px;
}

.what_we_do_icon_box,
.our_values_icon_box {
	margin-bottom: 0 !important;
}

.what_we_do_icon_box h4.elementor-icon-box-title span,
.why_choose_icon_box h4.elementor-icon-box-title span,
.our_values_icon_box h4.elementor-icon-box-title span {
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%);
}

/* Why Choose Us Section */

.why_choose_us .why_choose_us_container > .elementor-container {
    display: initial;
}

.why_choose_us .why_choose_us_container .why_choose_us_left {
    position: sticky;
    top: 250px;
    float: left;
}

.why_choose_us .why_choose_us_container .why_choose_us_right {
    float: left;
}

.why_choose_number,
.why_choose_icon_box {
	margin-bottom: 0 !important;
}

.why_choose_number h2 {
	opacity: 0.2;
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%);
}

.why_choose_us_icon_wrapper::after {
	content: '';
    width: 100%;
    height: 1px;
	background: linear-gradient(150deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	opacity: 0.2;
    position: absolute;
    left: 0;
    bottom: 0;
}

.why_choose_us_icon_wrapper:last-child::after {
	content: unset;
}

/* Our Vision Section */

.our_vision_container::before {
	content: '';
    width: 100%;
    height: 100%;
	background: #151F40;
	mix-blend-mode: color;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.our_vision_container .elementor-background-video-container video {
    height: 100% !important;
}

.our_vision_container .elementor-background-video-container::before {
    content: '';
    width: 100%;
    height: 100%;
	background: #151F40CC;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

/* Our Values Section */

.our_values_container .our_values_col > .elementor-widget-wrap {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 20px;
	row-gap: 20px;
}

/* Service Page */

/* IT Services Section - Dropdown & Tabination */

.service-selection-container {
	width: 100%;
	padding-top: 20px;
}

.service-dropdown-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-selection-container h5 {
	font-family: "Sen", Sans-serif;
	font-size: 22px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: normal;
	text-align: center;
	margin: 0;
}

.custom-dropdown {
    width: 100%;
    max-width: 550px;
    margin: 14px 0 36px 0;
    cursor: pointer;
	position: relative;
}

.dropdown-toggle {
    font-family: "Sen", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 150%;
    text-align: left;
    background-color: #404863;
    border-radius: 20px;
    border: none;
    padding: 12px 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.dropdown-arrow {
    width: 16px;
    height: 16px;
    background-image: url('../images/services-arrow.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform 0.3s ease;
}

.dropdown-toggle.open .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-options {
    display: none;
    width: 100%;
    background-color: #2B3452;
    border-radius: 20px;
    padding: 60px 22px 20px 22px;
    position: absolute;
    top: 10px;
    z-index: 1;
    overflow: hidden;
}

.dropdown-option {
    font-family: "Sen", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFFB3;
	line-height: 150%;
	text-align: left;
    padding-bottom: 18px;
    cursor: pointer;
	transition: color 0.3s ease-in-out;
}

.dropdown-option:last-child {
    padding-bottom: 0;
}

.dropdown-option:hover,
.dropdown-option.selected {
    color: #FFFFFF;
}

.service-tabs {
    display: flex;
    flex-direction: column;
    background-color: #1C2646;
    border: 1px solid #F4F4F480;
    border-radius: 30px;
    padding: 50px;
    margin-top: 40px;
}

.service-tabs .tabs {
    width: auto;
    margin: -80px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    background-color: #1C2646;
    border: 1px solid #F4F4F480;
    border-radius: 20px;
    padding: 5px;
	position: relative;
}

.service-tabs .tabs input[type="radio"] {
    display: none;
}

.service-tabs .tabs .tab-label {
	font-family: "Sen", Sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFFB3;
	line-height: normal;
	background: #1C2646;
	border-radius: 13px;
	border: none;
	padding: 10px 22px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service-tabs .tabs .tab-input[type="radio"]:checked + label {
	font-size: 20px;
	font-weight: 500;
	color: #1C2646;
    background: linear-gradient(90deg, #C7C7C7 0%, #E7E7E7 33.56%, #F4F4F4 45.46%);
}

.tab-panels {
	padding-top: 40px;
}

.tab-panel h2 {
	font-family: "Clash Grotesk Variable", Sans-serif;
	font-size: 56px;
	font-weight: 500;
	line-height: 110%;
	text-align: center;
	margin: 0 !important;
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%);
}

.tab-panel ul {
	width: 100%;
	padding: 0;
	margin: 25px 0 0 0;
	list-style: none;
}

.tab-panel .ul-container {
    display: flex;
    justify-content: center;
}

.tab-panel .ul-container ul {
	width: 50%;
	position: relative;
}

.tab-panel .ul-container ul:first-child {
	padding: 0 50px 0 100px;
}

.tab-panel .ul-container ul:last-child {
	padding: 0 100px 0 50px;
}

.tab-panel .ul-container ul:first-child::after {
	content: '';
	width: 1px;
	height: 100%;
	background-color: #FFFFFF1A;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;	
}

.tab-panel ul li,
.tab-panel p {
	font-family: "Sen", Sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFFCC;
	line-height: 150%;
	text-align: center;
	padding-bottom: 18px;
}

.tab-panel ul li:last-child,
.tab-panel p:last-child {
	padding-bottom: 0;
}

.tab-panel p {
	padding-top: 30px;
	margin-top: 30px;
	position: relative;
}

.tab-panel p::before {
	content: '';
	width: 70%;
	height: 1px;
	background: linear-gradient(90deg, #1C2646 0%, #FFF 51.5%, #1C2646 100%);
	opacity: 0.2;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
}

.tab-learn-more-button {
	text-align: center;
    margin-top: 30px;
}

.tab-learn-more-button .learn-more-button {
	display: inline-block;
	font-family: "Sen", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
	background: linear-gradient(90deg, #C7C7C7 0%, #E7E7E7 33.56%, #F4F4F4 45.46%, #F4F4F4 78.31%, #797979 115.65%, #909090 121.96%, #BBB 135.11%, #DADADA 146.95%, #EDEDED 156.95%, #F4F4F4 163.93%);
    background-size: 100% auto;
    background-position: 100% 0%;
	border-radius: 20px;
    transition: all 0.4s ease-in-out;
	padding: 16px 30px;
    position: relative;
}

.tab-learn-more-button .learn-more-button:hover {
	background: linear-gradient(90deg, #C7C7C7 -358.59%, #E7E7E7 -264.71%, #F4F4F4 -231.42%, #F4F4F4 -139.52%, #797979 -35.05%, #909090 -17.4%, #BBB 19.38%, #DADADA 52.49%, #EDEDED 80.46%, #F4F4F4 100%);
    background-size: 250% auto;
    background-position: 200% 0%;
}

/* Inifinite Vertical Text Scroll */

.vertical_text_carousel .premium-adv-carousel__container {
	z-index: 1;
}

.vertical_text_carousel .premium-adv-carousel__container::before,
.vertical_text_carousel .premium-adv-carousel__container::after {
    content: '' !important;
    width: 140% !important;
    height: 140px !important;
    top: 0 !important;
    position: absolute !important;
    z-index: 2;
}

.vertical_text_carousel .premium-adv-carousel__container::before {
	background: linear-gradient(-280deg, rgba(21, 31, 64, 0.00) 0%, #151F40 100%) !important;
	right: -950px !important;
}

.vertical_text_carousel .premium-adv-carousel__container::after {
	background: linear-gradient(280deg, rgba(21, 31, 64, 0.00) 0%, #151F40 100%) !important;
	left: -10px !important;
}

.vertical_text_carousel {
	transform: rotate(90deg);
}

.vertical_text_carousel .premium-adv-carousel__container,
.vertical_text_carousel .premium-adv-carousel__inner-container {
	overflow: visible !important;
}

.vertical_text_carousel .premium-adv-carousel__media-wrap {
	height: 100% !important;
	padding: 0 50px !important;
}

.vertical_text_carousel .premium-adv-carousel__media-wrap img {
	width: 32px !important;
	height: 32px !important;
}

.vertical_text_carousel .premium-adv-carousel__item {
	width: auto !important;
	flex-direction: row !important;
	align-items: center !important;
}

.vertical_text_carousel .premium-adv-carousel__media-info-wrap {
	padding: 0 !important;
}

.vertical_text_carousel .premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title {
	opacity: 0.05;
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%);
}

.vertical_text_carousel_left .premium-adv-carousel__media-info-wrap .premium-adv-carousel__media-title {
	transform: scale(-1, -1);
}

.vertical_text_carousel .pa-media-icons-wrapper {
	display: none !important;
}

/* Services Detail Page */

.service_detail_img,
.services_detail_list_box {
	margin-bottom: 0 !important;
}

.service_detail_main_content a,
.services_detail_list_box .premium-icon-box-content a,
.faq_container .elementor-tab-content a,
.why_choose_services a {
	color: #FFFFFFCC;
	text-decoration: underline !important;
}

.service_detail_img .elementor-widget-container::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #182242;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    left: 0;
}

.services_detail_container .services_detail_col > .elementor-widget-wrap {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
	row-gap: 20px;
}

.home_services_container .services_detail_col > .elementor-widget-wrap {
	grid-template-columns: repeat(2, 1fr);
}

.services_detail_list_box .premium-icon-box-icon-container {
	display: none;
}

.services_detail_list_box .premium-icon-box-title {
    display: inline-block !important;
    text-align: center;
}

/* Contact Us Page */

.locations_container > .elementor-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.locations_box {
	width: 100% !important;
}

.location_map {
	margin-bottom: 0 !important;
}

/* Policy Pages */

.policy_content h5 {
    font-family: "Clash Grotesk Variable", Sans-serif;
    font-size: 28px;
    font-weight: 500;
	line-height: 120%;
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%);
	padding: 10px 0 20px 0;
	margin: 0;
}

.policy_content ul {
    list-style: none;
    padding-left: 20px;
    margin: 0 0 20px 0;
}

.policy_content ul li {
	padding-bottom: 5px;
}

.policy_content ul li:last-child {
	padding-bottom: 0;
}

.policy_content ul li strong {
	font-weight: 500 !important;
}

.policy_content strong {
	font-weight: 500 !important;
	color: #FFFFFF;
}

.policy_content a {
	color: #FFFFFFCC; 
	text-decoration: underline !important;
	transition: color 0.3s ease-in-out
}

.policy_content a:hover {
	color: #FFFFFF; 
}

/* Get In Touch Section */

.get_in_touch_wrapper::after {
    content: '';
    width: 102%;
    height: 200px;
    background: linear-gradient(180deg, rgba(21, 31, 64, 0.00) 0%, #151F40 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    z-index: 1;
}

/* Footer */

.footer_wrapper::before {
	bottom: unset;
	top: 0 !important;
}

.footer_inner_wrapper > .elementor-container {
    justify-content: space-between;
    flex-wrap: nowrap !important;
}

.footer_inner_wrapper .footer_inner_col_1,
.footer_inner_wrapper .footer_inner_col_2,
.footer_inner_wrapper .footer_inner_col_3 {
	width: auto !important;
}

.footer_menu ul.elementor-nav-menu li.menu-item a {
	transition: background 0.4s ease-in-out !important;
}

.footer_menu ul.elementor-nav-menu li.current-menu-item a,
.footer_menu ul.elementor-nav-menu li.menu-item a:hover {
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%) !important;
	background-clip: text !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: background 0.4s ease-in-out !important;
}

.footer_contact p a {
    color: #FFFFFF;
    transition: background 0.3s ease-in-out;
}

.footer_contact p a:hover {
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%) !important;
	background-clip: text !important;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.footer_logo_gallery .gallery {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 30px;
}

.footer_logo_gallery .gallery .gallery-item {
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
	text-align: right !important;
}

.footer_logo_gallery .gallery br {
	display: none;
}

.footer_logo_gallery .gallery .gallery-item img {
    border: none !important;
	width: auto !important;
}

.footer_logo_gallery .gallery .gallery-item figcaption {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.footer_menu .legal-policies ul.sub-menu {
    width: max-content !important;
    top: -170px !important;
    margin-left: -30px !important;
    padding: 8px 0;
}

.footer_menu .legal-policies ul.sub-menu li.menu-item a.elementor-sub-item {
    border: none;
}

.footer_menu .legal-policies a.has-submenu {
	cursor: pointer;
}

.footer_menu .legal-policies a.has-submenu span.sub-arrow {
    display: none;
}

span.scroll-up, 
span.scroll-down {
    display: none !important;
}

.footer_copyright,
.contact_details_box {
	margin-bottom: 0 !important;
}

/* Footer - Contact Details */

.custom-footer {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 99;
}

.footer-icons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 16px;
}

.icon-wrapper {
    position: relative;
	z-index: 11;
}

.icon-wrapper .icon {
    width: 48px;
    height: 48px;
    background-color: #1C2646;
    border: 1px solid #FFFFFFCC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.icon-wrapper .icon img {
    width: 24px;
    height: 24px;
}

.icon-wrapper .clutch-icon img {
	margin-left: -2px;
}

.contact_details {
	display: none;
	width: max-content;
	background-color: #1C2646;
    border: 1px solid #FFFFFFCC;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	opacity: 0;
	position: absolute;
    top: 50%;
	transform: translate(50px, -50%);
	right: 60px;
    padding: 10px 15px;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.icon-wrapper:hover .contact_details, 
.contact_details.show {
    opacity: 1;
    transform: translate(0%, -50%);
    display: block;
}

.phone_details span,
.slide-text {
    font-family: "Sen", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    color: #FFFFFFCC;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text:hover {
	background: linear-gradient(0deg, #F4F4F4 -0.04%, #F0F0F0 6.53%, #E3E3E3 13.65%, #CDCDCD 21.04%, #AFAFAF 28.56%, #919191 34.58%, #959595 40.01%, #A0A0A0 44.97%, #B2B2B2 49.74%, #CCC 54.37%, #EDEDED 58.9%, #F4F4F4 59.69%, #ECECEC 69.09%, #D6D6D6 83.74%, #B6B6B6 99.91%);
	background-clip: text !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.clutch-widget-container {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
	opacity: 0;
	z-index: 11;
}

div#clutch-widget iframe {
    width: 50px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleX(15);
}

/*-----------------*/

.sitemap-list .elementor-sitemap-section {
	display: flex;
	justify-content: center;
	flex-basis: calc(1 / 1* 100%) !important; 
}

.sitemap-list h2.elementor-sitemap-title {
    display: none;
}

.sitemap-list ul.elementor-sitemap-list {
    padding-left: 20px;
    column-count: 2;
    column-gap: 50px;
	margin: 10px 0 0 0;
}


