@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url("https://use.typekit.net/nwh8rqk.css");              

:root {
    --black-color: #000000;
    --white-color: #ffffff;
    --body-color: #424242;
    --secondary-color: #093AA4;
    --primary-font: "Mulish", serif;
    --secondary-font: "muli", sans-serif;
}
*, *::after, *::before { padding: 0; margin: 0; box-sizing: border-box; }
html { overflow-x: hidden; }
body {
    font: 400 17px / 1.6 var(--primary-font);
    color: var(--body-color);
    background: transparent;
    padding: 0;
    margin: 0;
    letter-spacing: 0.2px;
}
::-webkit-scrollbar { width: 4px; }
body::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #c2bfbf; }
::-webkit-scrollbar-thumb { background: var(--secondary-color); }
::-moz-selection { background-color: var(--secondary-color); color: var(--white-color); }
::-webkit-selection { background-color: var(--secondary-color); color: var(--white-color); }
::selection { background-color: var(--secondary-color); color: var(--white-color); }
@-moz-document url-prefix() {
    html{
        scrollbar-width: thin;
        scroll-behavior: smooth;
        scrollbar-color: var(--secondary-color) #e1e1e1;
    }
}

@media only screen and (min-width: 1480px) {
    .container {
        max-width: 1470px;
    }
}
.header_full_menu_top{
	position: relative; background: var(--white-color); top: 0; left: 0; right: 0; z-index: 11;
}
.sticky .header_full_menu_top{position: fixed; background: #fbfbfb; box-shadow: rgba(149, 157, 165, 0.2) 0px 11px 24px; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; -webkit-animation-duration: 1s; animation-duration: 1s; }
@-webkit-keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInDown { 0% { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); } 100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } }
.sticky .menu_navigation li a {
	color: #222;
}
.sticky li.menu-item-has-children > a::after {
	color: #fff;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
a { display: inline-block; border: none; text-decoration: none; outline: none; }
p:last-child{margin-bottom: 0;}
.section{padding: 50px 0;}

/*=======================Header and Banner Section======================*/
.header_menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 30px;
	color: var(--white-color);
}
.menu_navigation {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
	font-family: var(--primary-font);
	font-size: 17px;
	font-weight: 400
}
.menu_navigation li a {
	color:  #2B2B2B;
	position: relative;
	padding-top: 7px;
	padding-bottom: 7px;
}
.menu_navigation li a:hover{
    color: #ff20b4;
}
.menu_navigation li .sub-menu {
	position: absolute;
	top: 65px;
	transition: .35s;
	z-index: 9;
	visibility: hidden;
	background: #182548c9;
}
.menu_navigation li .sub-menu li{
    display: none;
}
.menu_navigation li:hover .sub-menu{
    transition: .35s;
    visibility: visible;
}
.menu_navigation li:hover .sub-menu li{
    display: block;
}
.menu_navigation li .sub-menu li.menu-item-has-children .sub-menu{left: 100%; top: 0; visibility: 0; opacity: 0;}
.menu_navigation li:hover .sub-menu li.menu-item-has-children:hover .sub-menu{visibility: 1; opacity: 1;}
.menu_navigation li .sub-menu li a{
    display: block;
    padding: 10px 15px;
    border: 1px solid #ffffff2e;
}
.menu_navigation li .sub-menu li a{
	color: #ffffff;
}
.menu_navigation li .sub-menu li a:hover{
    background: #ff20b4;
    
}
.menu_navigation li.menu-item-has-children > a::after {
	position: absolute;
	content: "\f107";
	font-family: 'FontAwesome';
	color: #2B2B2B;
	font-size: 16px;
	bottom: 5px;
	right: -16px;
	transition: transform 0.35s, color 0.35s;
}
.menu_navigation li.menu-item-has-children:hover > a::after {
	transform: rotate(-360deg);
	color: #ff20b4;
}
.blue_btn {
	font-size: 15px;
	line-height: normal;
	color: var(--white-color);
	background: var(--secondary-color);
	display: inline-block;
	padding: 10px 24px;
    border-radius: 6px;
    margin-left: 8px;
}
.blue_btn.homeBanner , .white_btn.homeBanner {
	margin-top: 20px;
	font-size: 18px;
	padding: 16px 36px;
}
.white_btn {
	font-size: 15px;
	line-height: normal;
	color: #151515;
	background: var(--white-color);
	display: inline-block;
	padding: 10px 24px;
	border-radius: 6px;
	border: 1px solid #B1B1B1;
	transition: .35s;
	text-transform: capitalize;
}
.white_btn:hover{
	background: #093aa4;
	color: #fff;
	border-color:transparent;
	
}
.blue_btn:hover{
	background: #ff20b4;
	color: #fff;
}

.bannertext_home_slider .container {
	max-width: 1080px;
}
.bannertext_home_slider .bannertext-in {
    max-width: 600px;
    padding-inline: 30px;
}
.bannertext_home_slider {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	left: 0;
	right: 0;
}
.banner-title {
	font-size: 36px;
	color: var(--white-color);
	font-family: var(--secondary-font);
	font-weight: 500;
}
.heading_banner {
	font-family: var(--primary-font);
	color: var(--white-color);
	font-size: 72px;
	line-height: 1.25;
	font-weight: 700;
}
.shortDesc_banner{
	font-size: 20px;
	color: var(--white-color);
	text-wrap: balance;
}
.home_banner .blue_btn, .home_banner .white_btn:hover{
	color: #fff;
	background-color: transparent;
	border: 1px solid;
}
.home_banner .blue_btn:hover {
	background-color: var(--white-color);
	color: #151515;
	border: transparent;
}
.inner_banner{position: relative;min-height: 360px;padding-block: 60px;display: grid;align-content: center;}
.inner_banner .bannertext{
	max-width: 1080px;
	margin: 0 auto;
	width: 100%;
}
.inner_banner .banner_img, .inner_banner .banner_img img{height: 100%;}
.bannerCms {
	color: #fff;
	max-width: 520px;
	font-size: 20px;
}
.bread_all_inner_pages {
	background: #022D62;
	color: #fff;
}
.bread_all_inner_pages .breadcrumb {
	gap: 8px;
	font-size: 20px;
	margin: 0;
	padding: 5px 0;
}
.bread_all_inner_pages a {
	color: #fff;
}
.bread_all_inner_pages a:hover {
	color: #ff20b4;
}

/* footer */
.footer_section .sub-heading {
	font-size: 24px;
	line-height: 1.4em;
	text-transform: capitalize;
	color: #303030;
	font-weight: 600;
	margin-bottom: 24px;
	position: relative;
}
.footer_section .sub-heading::after {
	content: "";
	display: block;
	background: #00308A;
	width: 80px;
	height: 2px;
	margin-top: 8px;
}
.list_links_footer li a {
	font-size: 17px;
	text-transform: capitalize;
	color: #666161;
	font-weight: 400;
}
.list_links_footer div a{
	font-size: 18px;
	color: #2C2C2C;
}
.list_links_footer > div:not(:last-child){
	padding-bottom: 16px;
}
.list_links_footer div a:hover{
	color: #ff20b4;
}
.list_links_footer .call_us a {
	font-size: 20px;
	font-weight: 500;
}
.footer_logo_box{
	margin-top: 30px;
}

.list_links_footer li a:hover{
	color: #ff20b4;
}
.list_links_footer li {
	padding-bottom: 16px;
	position: relative;
}
.footerBusiness ul li{
	color: #002438;
	padding-bottom: 16px;
}
.footer_copyright {
	text-align: center;
	color: #818181;
	padding-top: 15px;
	display: flex;
	padding-bottom: 15px;
	font-size: 16px;
	text-transform: capitalize;
	border-top: 1px solid #eaeaeacc;
	align-items: center;
	justify-content: space-between;
}
.footer_copyright a{
	color: #818181;
}
.footer_copyright a:hover{
	color: #ff20b4;
}
.footer_social {
	display: flex;
	gap: 10px;
}
.footer_social li a {
	width: 45px;
	height: 45px;
	border: 1px solid #373737;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #373737;
}
.footer_social li a:hover {
	background: #ff20b4;
	color: #fff;
	border:transparent;
}
/* footer */

/* ================ABOUT US===================*/
.home_about{
	padding-top:100px;
}
.title span {
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-family: "muli", sans-serif;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	background: linear-gradient(to right, #0A95BB 0%, #F10EFB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-left: 50px;
	margin-right: 50px;
}
.title span::before {
	left: -50px;
	top: -1px;
	bottom: 0px;
	margin: auto;
	position: absolute;
	content: "";
	background: #535353;
	width: 43px;
	height: 1px;
}
.title span::after {
	right: -50px;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	content: "";
	background: #535353;
	width: 43px;
	height: 1px;
}
.home_about .title span::after{
	display: none;
}
.cmnHeading {
	font-size: 44px;
	font-weight: 800;
	line-height: 1.25em;
	color: #211E1E;
	font-family: var(--primary-font);
	margin-bottom: 15px;
}
.home_about .figure_img {
    position: relative;
    margin: 0 auto;
    padding: 70px 0;
}
.home_about .figure_img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 40px;
    z-index: -1;
    background: url(../images/about.png) no-repeat top right;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.about_other_description {
	max-width: 1130px;
	margin: 50px auto 0;
	text-align: center;
	font-size: 20px;
	line-height: 1.7;
  	font-style: italic;
}
.aboutPage .topHeading{
	font-weight: 400;
	max-width: 920px;
	margin-bottom: 40px;
}
.aboutPage .aboutContent img {
	border-radius: 20px;
	max-height: 600px;
}
.aboutPage .heading{
	font-size: 28px;
	font-weight: 600;
	line-height: 40px;
	max-width: 520px;
}
.aboutPage .mission_vision{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
  	gap: 16px;
}
.aboutPage .mission_vision .items {
    background: #1E50BB;
    border-radius: 10px;
    padding: 36px 20px;
    width: calc(50% - 8px);
}
.aboutPage .mission_vision .items:last-child {
 	background: #022D62;
}
.aboutPage .mission_vision .mission_vision_title {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.aboutPage .mission_vision .mission_vision_description {
	color: #fff;
}
/* ===============ABOUT US=====================*/

/* ====================brands============== */
.home_brands{
	background-color: #022D62;
	padding: 50px 0;
	position: relative;
}
.home_brands .cmnHeading{
	color: #FFF;
}
.home_brands .cmnPara{
	color: #FFF;
}
.brands_heading {
	max-width: 700px;
	margin: 0 auto 40px;
}
.home_brands .brands {
	max-width: 1200px;
	background: #fff;
	padding: 20px;
	margin: 0 auto -130px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}
.brands_slider img{
	width: auto !important;
}

.sk_box {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 20px auto 0;
}
/* ====================brands============== */



/**HOME_TESTIMONIAL_STARTS**/
.google_review{
	display: flex;
	align-items: center;
	justify-content: center;
}
.testimonial_slide_box{
    margin: 16px;
    background: #ffffff;
    border-radius: 14px;
    padding: 30px;
    position: relative;
    border: 1px solid #EEEEEE;
    box-shadow: 0 0 15px 3px #dddddd5e;
}
.testimonial_box_icon_img {
    position: absolute;
    bottom: 8px;
    right: 30px;
    max-width: 48px;
    margin: 0;
}
.client_img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    flex-shrink: 0;
}
.client_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial_client_img_des{
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 8px;
}
.testimonial_star{
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
.testimonial_star li{
    font-size: 14px;
}
.testimonial_box_icon_img img{
    width: auto !important;
}
.testimonial_description p{
    font-size: 13px;
    line-height: 27px;
    font-style: italic;
    color: #454545;
    margin-bottom: 15px;
}
.client_name{
    font-size: 17px;
    color: #323232;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.client_descrip{
    font-size: 14px;
    font-weight: 300;
    color: #323232;
    line-height: 19px;
    text-transform: capitalize;
}
.testimonialslide{
    position: relative;
}
.testimonialslide .owl-dot{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #007f9c47 !important;
}
.testimonialslide .owl-dot.active{
    background: #FF0C33 !important;
}
.testimonialslide .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 40px;
}
.testimonialslide{
    position: relative;
} 
.testimonialslide .owl-nav .owl-prev, 
.testimonialslide .owl-nav .owl-next{
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: #ffffff !important;
    display: flex;
    border: 1px solid #E9E9E9 !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px 3px #cdcdcd61;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.testimonialslide .owl-nav .owl-prev{
    left: -12px;
}
.testimonialslide .owl-nav .owl-next{
    right: -12px;
}
/**HOME_TESTIMONIAL_ENDS**/

/* Why Choose Us? */
.choose_title::before {
	content: '\f058';
	font-family: 'FontAwesome';
	margin-right: 6px;
	font-size: 20px;
	color: #032E7E;
	flex-shrink: 0;
}
.choose_title {
	font-size: 22px;
	line-height: 1.5em;
	margin-bottom: 4px;
	color: #424242;
	font-weight: 700;
	display: flex;
	align-items: start;
}
.why_choose_us .box{
	margin-bottom: 32px;
}
.choose_description{
	padding-left: 24px;
}
/* .choose_us_description {
	height: 450px;
	overflow: auto;
	margin-top: 20px;
	scrollbar-width: thin;
	padding-right: 6px;
} */
/* ============= Why Choose Us? =============*/

/*================ Counter================ */
.home_counter .heading_cmn_box  .cmnPara{
	max-width: 650px;
  	margin: 0 auto;
}

.home_counter .counter-grid {
	display: flex;
	text-align: center;
	margin-top: 50px;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding-right: 16px;
}
.home_counter .counter-grid .owl-stage{margin-left: -2px; display: flex;}
.counter-box {
    flex: 1;
    padding: 10px 20px;
}
.counter-grid .owl-item {
	border-left: 1px solid #797979;
}
.home_counter .count{
	font-size: 28px;
	font-weight: 900;
	line-height: 40px;
}

/*================ Counter================ */

/*================ Service ===================*/
.home_service.service_section{
	padding-top: 100px;
}
.home_service .cmnPara{
	max-width: 650px;
  	margin: 0 auto 30px;
}
.home_service .service_slider .cmnHeading{
	font-size: 32px;
	line-height: 1.25em;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.sk_text{
	position: relative;
}
.sk_text .service_icon .sk_img{
	margin: 0;
}
.sk_text .service_icon .sk_img img{
	border-radius: 16px;
}
.sk_text .service_icon .sk_img::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #00000085 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 5px;
	left: 0;
	content: "";
	border-radius: 16px;
}

.home_service .service_text {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 48px 24px;
}
.home_service .service_slider .cmnPara{
	color: #fff;
	font-size: 20px;
}
.service_slider .owl-nav {
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.service_slider .owl-nav .owl-prev, .service_slider .owl-nav .owl-next {
	width: 57px;
	height: 57px;
	background: #ffffff !important;
	display: flex;
	border: 1px solid #E9E9E9 !important;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 10px 3px #cdcdcd61;
}
/*================ Service ===================*/

/*======================= Call To Action ======================*/
.cta_section {
    position: relative;
    padding-block: 100px;
    min-height: 580px;
    display: grid;
    align-items: center;
    text-align: center;
}
/* .cta_section img{
	width: 100%;
}
.cta_text {
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	left: 0;
	right: 0;
} */
.cta_section .cmnSubHeading {
	color: #fff;
  	margin-bottom: 30px;
  	font-size: 24px;
}
.cta_section .cmnHeading {
	color: #fff;
	margin-bottom: 30px;
	font-size: 64px;
}
.cta_section .cta_text_box {
	max-width: 900px;
	margin-inline: auto;
}
/*======================= Call To Action =======================*/



/*=======================Values Section======================*/
.home_values figure.sk_icon {
	border-radius: 100px;
	width: 60px;
	height: 60px;
	display: grid;
	place-items: center;
    border: 1px solid #E9E9E9;
}
.sk_icon img{
    width: 30px !important;
    height: auto;
}
.home_values .subheading {
	font-size: 20px;
	font-family: var(--primary-font);
	color: var(--primary-color);
	font-weight: 500;
}
.about_values .items {
    padding: 20px;
    border: 1px solid #D0D0D0;
    border-radius: 10px;
    height: 100%;
    display: flex;
	margin-inline: 2px;
}
.about_values .subheading {
	font-size: 24px;
	line-height: 1.3;
	color: #1F1F1F;
	margin-bottom: 10px;
	font-weight: bold;
	display: flex;
	align-items: start;
}
.about_values .subheading::before {
	content: '\f058';
	font-family: 'FontAwesome';
	margin-right: 8px;
	font-size: 22px;
	color: #ADE90B;
}
 
/*=============== Our Team ============*/
.our_team .about_team {
	background: #022D62;
	border-radius: 19px;
}
.our_team .our_team_image {
	margin: 0;
}
.our_team .our_team_image img {
	width: 100%; height: 100%; object-fit: cover; border-radius: 0 19px 19px 0;
}
.our_team_value {
	display: flex;
	justify-content: space-between;
}
.our_team_text {
	padding: 50px;
	padding-right: 100px;
}
.our_team .cmnPara{
	color: #fff;
	line-height: 1.7;
}
.our_team .cmnHeading{
	color: #fff;
}
.our_team .cmnPara ul li::before {
	content: '\f058';
	font-family: 'FontAwesome';
	margin-right: 7px;
	font-size: 17px;
	color: #ADE90B;
}
.our_team .cmnPara ul li{
	margin-bottom: 15px;
}
/*================ Our Team ===========*/
/* SERVICE_SECTION */
.service_page_section .scrollwrapp {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0px;
	align-items: center;
}
@media only screen and (min-width: 576px){
	.service_page_section .scrollwrapp:nth-child(even) .service_img{order: 1;}
}
.service_page_section .scrolltext {
	margin: 50px 100px;
}
.service_page_section .service_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_page_section .service_img, .service_page_section .service_img a{
	height: 100%;
	margin: 0;
}
.service_page_section .service_heading .cmnPara{
	max-width: 800px;
  	margin: 0 auto 60px;
}
.servicePara ul li {
    margin-bottom: 16px;
    font-size: 1.1em;
    font-weight: bold;
    display: flex;
    align-items: start;
}
.servicePara ul li:last-child{margin-bottom: 0;}
.service_page_section .service_box .servicePara ul li::before {
	content: '\f058';
	font-family: 'FontAwesome';
	margin-right: 7px;
	font-size: 17px;
	color: #032E7E;
	flex-shrink: 0;
}
.service_page_section{
	padding-top: 100px;
}

/* SERVICE_SECTION */
/* service_details */
.service_details_single_img img{
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.services_include{
	background: #022D62;
	margin-top: 50px;
}
.services_include .cmnHeading {
	color: #fff;
}
.services_include .cmnPara{
	max-width: 700px;
	margin: 0 auto 50px;
	color: #fff;
}
.services_include .subheading {
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}
.services_include .subheading::before {
	content: '\f058';
	font-family: 'FontAwesome';
	margin-right: 7px;
	font-size: 22px;
	color: #ADE90B;
}
.services_include .paragraph {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}

/* .why_choose .scrollwrapp:nth-child(2n) .scrolltext{
	margin: 0;
	margin-right: 100px;
}
.why_choose .scrollwrapp:first-child .scrolltext{
	margin: 0;
	margin-left: 100px;
} */
.lets_connect .our_team_text .title span{
	-webkit-text-fill-color: #fff;
}
.lets_connect .our_team_text .title span::after {
	display: none;
}
.lets_connect .our_team_text .title span::before {
	clear: #fff;
}
.lets_connect .white_btn:hover {
	background: #ff20b4;
}
/* service_details */
/* Connect */
.contactPage .cmnPara{
	max-width: 650px;
 	margin: 0 auto 50px;
}
.contact_form input:not([type="submit"]), .contact_form select {
	width: 100%;
	border: 1px solid #d5d5d5;
	height: 40px;
	border-radius: 5px;
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-left: 10px;
	background: #EFEFEF;
}

.contact_form textarea {
	width: 100%;
	font-size: 15px;
	height: 180px;
	border-radius: 5px;
	padding-left: 10px;
	border: 1px solid #d5d5d5;
	margin-top: 5px;
	background: #EFEFEF;
	padding-top: 4px;
}
.contactPage .contact_form{
	max-width: 570px;
}
.contactPage .form_wrap {
    border-right: 1px solid #DCDCDC;
    margin-right: -10px;
    padding-right: 10px;
    height: 100%;
}
.wpcf7-spinner {
	margin: 0 !important;
	width: auto;
	height: 20px;
}
.contactPage .sub-heading {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.followUs {
	margin-top: 20px;
}
/* Connect */

/**MODAL_STARTS**/
.modal_all_cmn .modal-content{
	background: linear-gradient(to right, #0A95BB 0%, #F10EFB 100%);
}
.modal_all_cmn .btn-close{
    opacity: inherit;
    filter: brightness(0.1) invert(1);
}

#quoteModal .cmnHeading{
	color: #fff;
}
/**MODAL_ENDS**/

.thankyou_section{
    margin-top: 100px;
}

/* =========rjStyle 04/03/2025=========*/
.site-logo, .footer_logo_box { max-width: 180px; }
.custom-logo-link { display: block; }
.custom-logo { width: 100%; object-fit: contain; }
.footer_copyright p{margin: 0;}
.stickyContent{position: sticky; top: 100px;}	
img, svg { max-width: 100%; -moz-transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
/* .sticky .header_btn img { filter: brightness(0) invert(1); } */
.header_btn {
    display: flex;
    align-items: center;
}
.counter-grid .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    z-index: 1;
    --width: 36px;
    width: var(--width);
    height: var(--width);
    font-size: calc(var(--width) / 2);
    line-height: calc(var(--width) - 2px);
    border: 1px solid #ccc;
    --minus: -24px;
    border-radius: 100%;
	padding-top: 1px;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.counter-grid .owl-nav [class*="owl-"]:hover{
	color: var(--white-color);
    background: var(--secondary-color);
}
.counter-grid .owl-nav .owl-prev { left: var(--minus); padding-right: 1px; }
.counter-grid .owl-nav .owl-next { right: var(--minus); padding-left: 1px; }
.rowGap { row-gap: var(--bs-gutter-x); }
.brands_slider .owl-stage, .clients_slider .owl-stage{display: flex; align-items: center;}
.brands_slider .sk_box, .clients_slider .sk_box{margin: 0; min-height: 100%;}
.value_slider .owl-stage{display: flex;}
.lets_connect .cmnHeading{font-weight: 700;}
.includeBox{
	border-radius: 10px;
	padding: 36px 20px;
	background: #1E50BB;
}
.errorImg{max-width: 300px; max-height: 200px; margin: 0 auto 20px;}
.thank-img { margin: 0 auto 20px; max-width: 120px; }
.responsive_btn {
    --space: 36px;
    --spaceGap: -6px;
    display: grid;
    place-items: center;
    background: var(--secondary-color);
    --color: var();
    --color: var(--white-color);
    width: var(--space);
    height: var(--space);
    border-radius: 4px;
    flex-shrink: 0;
	cursor: pointer;
    position: relative;
    z-index: 1;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.responsive_btn span {
    width: calc(var(--space) / 2);
    height: 1px;
    background: var(--color);
    position: relative;
    z-index: 1;
}
.responsive_btn span, .responsive_btn span::after, .responsive_btn span::before{
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.responsive_btn span::after, .responsive_btn span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--color);
}
.responsive_btn span::after { bottom: var(--spaceGap); }
.responsive_btn span::before { top: var(--spaceGap); }
.sticky .responsive_btn { background: var(--white-color); --color: var(--secondary-color); }
.responsive .responsive_btn span { transform: rotate(45deg); }
.responsive .responsive_btn span::before{opacity: 0; visibility: hidden;}
.responsive .responsive_btn span::after { transform: rotate(90deg); top: 0; }
.responsiveNav {
    --navSize: 360px;
    width: var(--navSize);
    position: fixed;
    top: var(--headerHeight);
    left: calc(-1 * var(--navSize));
    bottom: 0;
    z-index: 9;
    background: linear-gradient(145deg, #016ab2 5%, #cd1366 25%, #cd1366 100%);
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.responsive .responsiveNav{left: 0;}
.bodyOverLay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: #00000080;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.responsive .bodyOverLay{opacity: 1; visibility: visible;}
.responsiveMenu { height: calc(100vh - var(--headerHeight)); overflow: hidden; overflow-y: auto; }
.responsiveMenu li{position: relative; z-index: 1;}
.responsiveMenu .menu-item-has-children > a { padding-right: 40px; }
.responsiveMenu li a { display: block; color: var(--white-color); font: 400 16px / 1.6 var(--primary-font); padding: 10px 20px; border-bottom: 1px solid var(--white-color); }
.responsiveMenu .sub-menu { display: none; background: var(--body-color); }
/* .responsiveMenu  li:last-child > a { border-bottom: 0; } */
.subArrow {
    position: absolute;
    top: 5px;
    right: 4px;
    z-index: 1;
    background: var(--white-color);
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 2px;
    cursor: pointer;
}

button:disabled,
button[disabled=disabled]{
	cursor: no-drop;
}