/* add font */


@font-face {
    font-family: 'Manrope';
    src: url('../font/Manrope-Regular.eot');
    src: url('../font/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-Regular.woff2') format('woff2'),
        url('../font/Manrope-Regular.woff') format('woff'),
        url('../font/Manrope-Regular.ttf') format('truetype'),
        url('../font/Manrope-Regular.svg#Manrope-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font/Manrope-Medium.eot');
    src: url('../font/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-Medium.woff2') format('woff2'),
        url('../font/Manrope-Medium.woff') format('woff'),
        url('../font/Manrope-Medium.ttf') format('truetype'),
        url('../font/Manrope-Medium.svg#Manrope-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font/Manrope-SemiBold.eot');
    src: url('../font/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-SemiBold.woff2') format('woff2'),
        url('../font/Manrope-SemiBold.woff') format('woff'),
        url('../font/Manrope-SemiBold.ttf') format('truetype'),
        url('../font/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font/Manrope-Bold.eot');
    src: url('../font/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Manrope-Bold.woff2') format('woff2'),
        url('../font/Manrope-Bold.woff') format('woff'),
        url('../font/Manrope-Bold.ttf') format('truetype'),
        url('../font/Manrope-Bold.svg#Manrope-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


*{ box-sizing: border-box;}
body{font-family: 'Manrope';margin: 0;}
.container{max-width: 1352px; width: 100%; margin: auto;}
.mobile_menu{ display: none;}

.mobile_menu_nav{ position: fixed; top: 0; left: -100%; width: 100%; height: 100vh; background: #fff;transition: 0.4s ease;z-index: 1001;text-align: center;}
.mobile_menu_nav.active{left: 0;}
.menu_overlay{ position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);opacity: 0;visibility: hidden;transition: 0.3s; z-index: 1000;}

.menu_overlay.active{opacity: 1; visibility: visible;}
.mobile_menu_nav ul{ list-style: none; padding: 20px 0;}
.mobile_menu_nav ul li{ margin: 15px 0;}
.mobile_menu_nav ul li a{text-decoration: none;color: #000; font-size: 18px;}
header .container{ display: flex; flex-wrap: wrap; justify-content: space-between;  align-items: center;}
.desktop_menu ul {display: flex;padding-inline-start: 0;list-style: none;gap: 32px; align-items: center;}
.desktop_menu ul  a{text-decoration: none;color: #000;font-size: 16px;line-height: 150%;letter-spacing: -2%; font-weight: 600;}
.contact_btn{ background: #0087CF; padding: 12px 24px; color: white; border-radius: 14px; }
.contact_btn a{color: #fff !important;font-weight: 700 !important;letter-spacing: 0% !important;}
.right_section{width: 50%;display: flex;flex-wrap: wrap;}
.left_section { background-color: #0B1620;width: 50%;display: flex;flex-direction: column;justify-content: center;align-items: center; padding: 222.5px 57px 222.5px 20px; color: #fff;}
.main_section{ display: flex;background-color: #0B1620;}
.main_section .container{display: flex;flex-wrap: wrap;max-width: 100%;}
.main_content h1 {font-size: 56px;color: #F5F7FA;margin: 0;margin-bottom: 24px;line-height: 120%;font-weight: 600; text-align: left;}
.main_content p{font-size: 20px;line-height: 30px;letter-spacing: 0;font-weight: 400;margin-bottom: 32px;  color: #F5F7FA;}
.btn_group button:nth-child(1){ background: #0087CF; padding: 12px 24px; color: white; border-radius: 14px; border: none;}
.btn_group button:nth-child(2){
     background: none;
    padding: 12px 24px;
    color: #F5F7FA;
    border-radius: 14px;
    border: 1px solid #0087CF;
}
.btn_group button a{
    text-decoration: none;
    color: #fff;
     font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
}
.btn_group {
    display: flex;
    gap: 16px;
}
.hero_section_img{
    display: none;
}
.right_section{
    background: url('images/Placeholder\ Image.png');
    background-size: cover;
    background-position: center;

}
.second_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 20px;
    gap: 80px;
}
.r_section{display: flex; flex-direction: column; gap: 16px;}
.img_box {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    justify-content: space-between;
	min-height: 160px; position: relative;
}
.img_box::before {
  content: "";
  position: absolute;
  left: 46px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #5C6B80;
}
.border-image {
  position: relative;
  background: #fff;
  padding-bottom: 16px;
}
.img_box:last-child {
  min-height: inherit;
}
.img_box:last-child::before {
  display: none;
}
.img_box:last-child .border-image {
  padding: 0;
}
.img_box p{
    margin: 0;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0;
    font-weight: 400;
}
.l_section,.r_section{
    width: 50%;
}
.l_section h2{
font-size: 48px;
    line-height: 120%;
    letter-spacing: -4%;
    font-weight: 700;
    color: #0087CF;
}

.l_section p{
    margin: 0;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0;
    font-weight: 400;
}
.service_section{
 
 /* background-image: url("images/2b0508fffb17993d9ca2eaef64a7c575891b0ecf.png"); */
 /* background: radial-gradient(#339FD9, #006CA6); */
 background: url('../images/dot-svg-new.svg'), radial-gradient(73.69% 73.69% at 50% 121.87%, #339FD9 0%, #006CA6 100%);
 background-size: contain;
 background-position: center;
 background-repeat: repeat;
 background-blend-mode: color;

}
.services{
    padding: 80px 20px;
    text-align: center;
    
     color: #fff;

}
.s_top{
    margin-bottom: 40px;
}
.s_top h2{
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -4%;
    font-weight: 700;
    color: #fff;
    margin: 0;
    margin-bottom: 24px;
}
.s_top p{
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    font-weight: 400;
    margin: 0;
    color: #F5F7FA;
}

.s_bottom {
    gap: 40px;
    justify-content: center;
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.card {
    border: 1px solid #339FD9;
    border-radius: 18px;
    padding: 25px 20px;
    display: flex;
    justify-content: space-between;
    gap: 38px;
    align-items: flex-start;
    width: 100%;
}
.card img {
    width: 67.4px;
    height: 67.4px;
}
.c_content h3{
    margin: 0;
    margin-bottom: 10px;
     font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    font-weight: 700;
    text-align: left;
}
.c_content p{
    margin: 0;
     font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    font-weight: 400;
    text-align: left;
    color: #F5F7FA;
}
footer{
    background-color: #0B1620;
    padding: 80px 64px;
}
.f1{
     display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px;
}
.f1 .desktop_menu ul li a{
    color: #F5F7FA;
}
.copyright{
    padding-top: 33px;
    border-top: 1px solid #223E99;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.copyright p{
    color: #F5F7FA;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    font-weight: 400;
	margin: 0px;
}
.copyright p span:nth-child(2){
    margin-left: 24px;
}




/* Contact Us Section Css */
.contact_section { padding: 80px 20px;}
h2.grediant_text { font-size: 48px; color: #0087CF; line-height: 120%; margin: 0 0 16px; letter-spacing: -4%;}
.contact_heading_area { padding: 40px 64px; width: 100%; max-width: 768px; background: #F5F7FA; border: 1px solid #EFEFEF; border-radius: 20px; margin: 0 auto;}
.contact_heading_area h2 { text-align: center;}
.contact-title-blocks p { font-size: 20px; line-height: 150%; letter-spacing: 0; text-align: center; font-weight: normal;  margin: 0;}

.contact_from_home .form_group { display: flex; gap: 24px; justify-content: space-between; padding-bottom: 24px;}
.contact_from_home .form_group .form_inner { width: 100%;}
.contact_from_home .form_inner label { text-align: left; font-family: 'Manrope'; font-weight: 500; font-size: 16px; line-height: 150%; letter-spacing: 0%; display: block; margin: 0 0 8px;}
.contact_from_home .form_inner br { display: none;}
.contact_from_home .form_group .form_inner p { margin: 0;}
.contact_from_home .wpcf7-form-control-wrap input { background-color: #fff; padding: 11px; border-radius: 18px; border: 1px solid #DBDBDB; font-family: 'Manrope'; font-weight: 400; font-size: 16px; line-height: 150%; letter-spacing: 0%;  width: 100%; outline: 0; box-shadow: 0 0 0 transparent;}
.contact_heading_area .contact-title-blocks { padding: 0 0 40px;}

.contact_from_home .wpcf7-textarea { background-color: #fff; padding: 12px; border-radius: 18px; border: 1px solid #DBDBDB; font-family: 'Manrope'; font-weight: 400; font-size: 16px; line-height: 150%; letter-spacing: 0%; height: 180px; width: 100%; resize: none; outline: 0; box-shadow: 0 0 0 transparent;}
.contact_from_home .form_group_2 { padding-bottom: 24px;}
.contact_form_area .wpcf7-acceptance .wpcf7-list-item { margin: 0;}
.contact_form_area .wpcf7-acceptance label { cursor: pointer;}
.contact_form_area .wpcf7-acceptance label { display: flex; align-items: center; gap: 10px;}
.contact_form_area .wpcf7-acceptance label input { opacity: 0;}
.contact_form_area .wpcf7-acceptance label input { border-radius: 100px; width: 18px; height: 18px; margin: 0;}
.contact_form_area .wpcf7-list-item-label { font-family: 'Manrope'; font-weight: 400; font-size: 16px; line-height: 150%; letter-spacing: 0%;}
.contact_form_area .wpcf7-acceptance .wpcf7-list-item-label::after { content: ''; position: absolute; left: 0; right: 0; top: 2px; bottom: 0; background-image: url('/wp-content/uploads/2026/03/white_check.svg'); width: 18px; height: 18px; background-size: contain; background-position: center; opacity: 0; background-color: #0087CF; border-radius: 100px; border: 1px solid #0087CF;}
.contact_form_area .wpcf7-acceptance .wpcf7-list-item-label::before { content: ''; position: absolute; left: 0; right: 0; top: 2px; bottom: 0; background: #fff; width: 18px; height: 18px; border: 1px solid #0087CF; border-radius: 100px;}
.contact_from_home .wpcf7-not-valid-tip { position: absolute; bottom: -22px; font-size: 14px;}
.wpcf7-not-valid-tip { color: #dc3232; font-size: 1em; font-weight: normal; display: block;}

.contact_from_home .wpcf7-form-control-wrap .wpcf7-select { width: 100%; padding: 12px; border-radius: 18px; background-color: #fff; border: 1px solid #DBDBDB; text-align: left; font-family: 'Manrope'; font-weight: 400; font-size: 16px; line-height: 150%; letter-spacing: 0%; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-image: url('../images/chevron-down.png'); background-repeat: no-repeat; background-position: 98% center;}
.contact_from_home .form_inner p { margin: 0;}
.submit_btn p { display: flex; justify-content: center;}
.wpcf7-list-item label input[type="checkbox"]:checked ~ .wpcf7-list-item-label::after { opacity: 1;}
.submit_btn p .wpcf7-spinner { display: none;}

.contact_from_home .wpcf7-form-control-wrap, .contact_from_home .wpcf7-form-control-wrap input { width: 100%; display: inline-block;}
.wpcf7-form-control-wrap { position: relative;}
.submit_btn .primary_btn { border: none; cursor: pointer;}
.submit_btn p { margin: 0;}
.wpcf7 form.invalid .wpcf7-response-output { background: #ffb900; text-align: center; margin: 20px 0 0; width: 100%; font-family: 'Manrope'; font-size: 14px;}
.wpcf7 form.sent .wpcf7-response-output { background: #46b450; color: #fff; text-align: center; width: 100%; margin: 20px 0 0; font-family: 'Manrope'; font-size: 14px;}


/**new css add here**/
header {display: flex;justify-content: space-between;align-items: center;padding: 10px 20px;}
header .container .row {width: 100%;display: flex;justify-content: space-between;}
header .container .row .header_rt_col {display: flex;}
header .container .row .header_rt_col .header_nav_listing {align-items: center;gap: 40px;display: flex;}
a.menu_item {font-weight: 600;font-size: 16px;line-height: 150%;letter-spacing: -2%;text-align: center;color: #000;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;text-decoration: none;}
.primary_btn {background: #0087CF;background-color: #0087CF;font-weight: 700;font-size: 16px;line-height: 150%;color: #fff;padding: 12px 24px;border-radius: 18px;display: flex;align-items: center;justify-content: center;width: max-content;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;text-decoration: none;font-family: 'Manrope';text-align: center;}
.main_section .right_section .hero_section_img {display: block;}
.main_section .right_section .hero_section_img {display: block;width: 100%;  object-fit: cover;}
.btn_secondary {background: transparent;background-color: transparent;font-weight: 700;font-size: 16px;line-height: 150%;color: #fff;padding: 11px 24px;border-radius: 14px;display: flex;align-items: center;justify-content: center;width: max-content;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;text-decoration: none;border: 1px solid #0087CF;text-align: center;}
/* .main_section .main_content {max-width: 600px;margin: 0px 0px 0px auto;} */
header .container .row .header_rt_col .hearder_mobile_menu {display: none;}
.btn_primary {background: #0087CF;background-color: rgb(0, 135, 207);background-color: #0087CF;font-weight: 700;font-size: 16px;line-height: 150%;color: #fff;padding: 12px 24px;border-radius: 14px;display: flex;align-items: center;justify-content: center;width: max-content;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;text-decoration: none;}
.btn_primary:hover, .submit_btn .primary_btn:hover, .footer_section .f1 .desktop_menu .primary_btns a:hover{background: #339FD9;}
.btn_secondary:hover{background: #006CA6; border-color:#006CA6;}
a.menu_item:hover { font-weight: 700;}
.footer_bootom_row {display: flex;justify-content: space-between;border-top: 1px solid #223E99;padding: 32px 0px 0px;}
.footer_bootom_row .footer_bottom_link {display: flex;gap: 25px;}
.footer_bootom_row .footer_bottom_link a {font-weight: 400;font-size: 16px;line-height: 150%;letter-spacing: -2%;text-align: center;color: #F5F7FA;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;text-decoration: none;}
.footer_section .f1 .desktop_menu a {font-weight: 600;font-size: 16px;line-height: 150%;letter-spacing: -2%;text-align: center;color: #F5F7FA;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;text-decoration: none;}
.footer_section .f1 .desktop_menu {display: flex;gap: 40px;}
.footer_section .f1 {display: flex;justify-content: space-between;align-items: center;  padding: 0;}
.footer_bottom_link {display: flex;gap: 25px;}
.footer_bottom_link a {font-weight: 400;font-size: 16px;line-height: 150%;letter-spacing: -2%;text-align: center;color: #F5F7FA;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;text-decoration: none;}

.footer_section .f1 .desktop_menu .primary_btns a { background: #0087CF; color: #fff; letter-spacing: 0; font-size: 16px; line-height: 150%; font-weight: 700; padding: 12px 24px; display: inline-block; border-radius: 14px;}

/* Term Page Css */
.inner_common_banner .banner_image {position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;}
.inner_hero_banner .container {position: relative;z-index: 1;}
.hero_banner_content {display: flex;align-items: center;justify-content: center;flex-direction: column;}
.inner_hero_banner {display: flex;align-items: center;justify-content: center;flex-direction: column;}
.inner_common_banner .banner_image img {width: 100%;height: 100%;object-fit: cover;}
.inner_hero_banner {background-color: #444;padding: 64px 20px;min-height: 599px;display: flex;position: relative;}
h1 {font-family: 'Manrope';font-weight: 600;font-size: 56px;line-height: 120%;letter-spacing: -1%;text-align: center;color: #fff;}
p {font-family: 'Manrope';font-weight: 500;font-size: 18px;line-height: 150%;letter-spacing: 0%;}
.legal_page h4 {color: #0087CF;font-family: 'Manrope';font-weight: 500;font-size: 18px;line-height: 150%;letter-spacing: 0%;}
.legal_page {padding: 112px 20px;}
.legal_page .container {max-width: 1312px;}
/* Term Page Css */

/* Error Page */
.error_banner {padding: 70px 20px;position: relative;display: flex;min-height: 582px;}
.error_page_content h1 {font-family: 'Manrope';font-weight: 600;font-size: 216px;line-height: 120%;letter-spacing: -1%;text-align: center;color: transparent;-webkit-text-stroke: 2px white;text-stroke: 2px white;margin-bottom: 0;}
.error_page_content p {font-family: 'Manrope';font-weight: 500;font-size: 20px;line-height: 150%;letter-spacing: 0%;text-align: center;color: #fff;padding-bottom: 5px;}
.error_banner .container {position: relative;z-index: 1;}
.error_page_btn_area {display: flex;align-items: center;gap: 32px;justify-content: center;padding-top: 22px;}
.error_page_content {padding-bottom: 30px;}
.error_page_content p {margin: 7px;}
/* Error Page */

/*  Thank You Css */
.thanku_page_content h1 {font-family: 'Manrope';font-weight: 600;font-size: 166px;line-height: 120%;letter-spacing: -1%;text-align: center;-webkit-text-stroke: 2px white;text-stroke: 2px white;color: transparent;padding-bottom: 20px;margin: 0;}
.thanku_page {padding: 70px 20px;position: relative;display: flex;min-height: 582px;}
.thanku_page_btn_area {display: flex;align-items: center;gap: 32px;justify-content: center;padding-top: 22px;}
.thanku_page .banner_image {position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;}
.thanku_page .banner_image img {width: 100%;height: 100%;object-fit: cover;}
.thanku_page_content p {font-family: 'Manrope';font-weight: 500;font-size: 20px;line-height: 150%;letter-spacing: 0%;text-align: center;color: #fff;padding-bottom: 5px;}
.thanku_page_content p {margin: 7px;}
.thanku_page .container {position: relative;z-index: 1;}
/*  Thank You Css */

/* Contact Css */
.contact_section {background-image: url('../images/contact-bg.png');background-position: center;background-repeat: no-repeat;background-size: cover;background-position: bottom;}
/* Contact Css */


@media(min-width:1340px){

.main_section .container {  display: flex; flex-wrap: wrap; max-width: inherit !important; margin-left: calc((100% - 1332px) / 2); margin-right: 0;}

}

@media (max-width:1200px){
    header .container{
        padding: 0px;
    }
 .main_content h1,.l_section h2 {
    font-size: 40px;
 }
 .s_top h2, .contact_heading_area h2 { font-size: 40px;}
 .main_content p,.l_section p{
    font-size: 16px;
    line-height: 26px;
 }
 .left_section {
    padding: 75px 57px 75px 20px;
}
.btn_group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.btn_group button{
    width: 100%;
}
.s_bottom{
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
}
.services {
    padding: 80px 20px;
}
.second_section{
        padding: 75px 20px;;

}


footer {
    background-color: #0B1620;
    padding: 75px 20px;
}
.copyright {
    padding-top: 20px;
    border-top: 1px solid #223E99;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.s_top p br {
    display: none;
}
.img_box p{
    padding-bottom: 20px;
}
.second_section{gap: 30px;}

}

@media(max-width:1024px){
	
header .container .row .header_rt_col .header_nav_listing {display: none;}
header .container .row .header_rt_col .hearder_mobile_menu {display: flex;align-items: center;justify-content: center;}	
.mobile_menu_col {position: fixed;left: -100%;top: 0;bottom: 0;height: 100vh;background-color: #0000004D;z-index: 99;width: 100%;opacity: 0;transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;}
.mobile_menu_col.open_menu {left: 0;opacity: 100%;}	

.mobile_menu_inner {background-color: #fff; height: 100vh; padding: 40px 20px; width: 100%;}
.mobile_menu_inner .mobile_logo { width: 100%; padding-bottom: 56px; text-align: center;}
.mobile_menu_listing { display: flex; flex-direction: column; gap: 24px;}
a.menu_item { font-family: 'Manrope'; font-weight: 600; font-size: 16px; line-height: 150%; letter-spacing: -2%; text-align: center; color: #000; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}
.mobile_menu_listing .header_list_item .primary_btn {width: 100%; padding: 12px 20px; margin-top: 10px; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; letter-spacing: 0;  border-radius: 14px;}	
.mobile_menu_inner .mobile_logo img { max-width: 100%; vertical-align: top;}	
.mobile_menu_listing .header_list_item { text-align: center;}	
.mobile_nav { cursor: pointer;}	
.legal_page {padding: 64px 20px;}
.inner_hero_banner {min-height: 400px;}
h1 {font-size: 34px;line-height: 130%;letter-spacing: -0.5px;}
.error_page_content h1 {font-size: 108px;line-height: 130%;-webkit-text-stroke: 1px white;text-stroke: 1px white;letter-spacing: -0.25%;}
.error_page_content p {font-size: 16px;line-height: 150%;font-weight: 400;padding-bottom: 15px;}
.error_page_content h1 {margin-top: 0;}
.error_banner {padding: 64px 20px;}
.thanku_page_content h1 {font-size: 108px;line-height: 130%;-webkit-text-stroke: 1px white;text-stroke: 1px white;letter-spacing: -0.25%;}
.thanku_page_content p {font-size: 16px;line-height: 150%;font-weight: 400;padding-bottom: 15px;}
.thanku_page_content h1 {margin-top: 0;}
	
	
}

@media (max-width:767px){
    .container {
    max-width: stretch;
    width: 100%;
    margin: auto;
}
.main_section .right_section .hero_section_img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

    .mobile_menu {
    display: block;
}
.hide_mob{
    display: none;
}
header {
    padding: 17.03px 20px;
}
.logo_section a img{
    width: 131px;
    height: 29.93px;
}
.main_section {
    display: flex;
    flex-wrap: wrap;
}
.left_section{
    width: 100%;
    padding: 64px 20px;
}
.right_section{ width: 100%; position: relative; padding-top: 100%;}
.main_content h1 {
    font-size: 40px;
    color: #F5F7FA;
    margin: 0;
    margin-bottom: 20px;
    line-height: 120%;
    letter-spacing: -4%;
}
.main_content p {
    font-size: 16px;
    line-height:150%;
    margin-bottom: 24px;
    color: #F5F7FA;
}
.right_section{
    width: 100%;
}
.btn_group {
    flex-wrap: wrap;
      flex-direction: column;
}
.btn_group a.btn_primary, .btn_group a.btn_secondary {
  width: 100%;
}
.btn_group button{
    width: 100%;
}
.main_content p, .l_section p{font-size: 20px; line-height: 150%;}
.r_section .img_box:nth-child(3) {
    padding-bottom: 10px;
  }
.second_section{
    flex-direction: column;
    padding: 40px 20px;
    gap: 32px;
	    background: #F5F7FA;
}
.l_section, .r_section {
    width: 100%;
}
.l_section h2 {
    font-size: 36px;
    margin: 0;
    margin-bottom: 24px;
}

.img_box {
    padding-top: 0px;min-height: 175px;
}
.r_section{gap: 40px;  padding-top: 40px;}
.img_box p{
    font-weight: 500;
}
.r_section .img_box:nth-child(3){
    padding-bottom: 40px;
}
.services {
    padding: 40px 20px;
}
.s_top {
    margin-bottom: 20px;
}
.s_top h2 {
    font-size: 28px;
    line-height: 130%;
    letter-spacing: -0.25%;
    font-weight: 600;
    margin-bottom: 20px;
}
.s_top p {
    font-size: 16px;
}

.card {
    gap: 24px;
    align-items: flex-start;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
}
.c_content h3 {
    font-size: 18px;
}
.c_content p{
    font-size: 16px;
}
.s_bottom{
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
}
.border-image{background: #F5F7FA;}
.contact_heading_area .contact-title-blocks { padding: 0 0 30px;}
.contact_heading_area { padding: 0; background: transparent; border: 0;}
.contact_section { padding: 40px 20px; background: #F5F7FA;}
h2.grediant_text { font-size: 28px; line-height: 130%; font-weight: 600; letter-spacing: -0.25%; margin: 0 0 10px;}
.contact-title-blocks p { font-size: 18px;}
.contact_from_home .form_group { flex-direction: column;}
.contact_from_home .wpcf7-form-control-wrap input { background: transparent;}
.contact_from_home .wpcf7-form-control-wrap .wpcf7-select { background-color: transparent;}
.contact_from_home .wpcf7-textarea { background: transparent;}
.contact_form_area .wpcf7-list-item-label{font-weight:500;}
.submit_btn .primary_btn { width: 100%; font-family: 'Manrope'; font-weight: 700; border-radius: 14px;}
.footer_bottom_link { flex-direction: column;gap: 16px;}
.footer_bottom_link .footer-policy-link { width: 100%; text-align: center;}
.footer_bottom_link a { font-size: 14px; color: #F5F7FA; letter-spacing: 0;}
.copyright { padding-top: 16px; padding-bottom: 0;}
.copyright p { font-size: 14px; color: #F5F7FA; letter-spacing: 0;}

footer {
    padding: 48px 20px;
}

.footer_section .header_container img {
  width: 100%;
  max-width: 197px;
}

.f1 {
    flex-direction: column;
    gap: 32px;
    padding: 0;
}
.desktop_menu ul {
    gap: 24px;
    flex-direction: column;
    margin: 0;
}
.contact_btn {
    margin-top: 8px;
}
.f_logo a img{
    width: 197px;
    height: 45.01px;
}
.copyright {
    padding-top: 25px;
    border-top: 1px solid #223E99;
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    flex-direction: column-reverse;
    align-items: center;
    gap: 32px;
}
.copyright p{
    margin: 0;
}
p.copyright_tab {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.copyright p span:nth-child(2) {
    margin-left: 0;
}
.mobile_menu_nav ul {
    list-style: none;
    padding: 32px 38px;
    margin: 0;
}
.mobile_menu_nav a img{
    width: 197px !important;
    height: 45.01px !important;
    margin-top: 40px;
}
.mobile_menu_nav ul li:nth-child(3){
     background: #0087CF;
    padding: 12px 24px;
    color: white;
    border-radius: 14px;
}
.mobile_menu_nav ul li:nth-child(3) a{
    color: #fff;
}
.mobile_menu_nav ul li a{
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
    font-weight: 600;
}
.inner_hero_banner {min-height: 241px;}
.thanku_page {padding: 64px 20px;}

}

@media (max-width: 480px){
.error_page_btn_area {flex-direction: column;gap: 20px;}
.error_page_btn_area .btn_secondary, .error_page_btn_area .btn_primary {width: 100%;}
}