/*@charset "utf-8";
/*..............embedded fonts..............*/
/*===== font-family: "Rubik", serif; =====*/
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
/*===== font-family: "DM Sans", serif; =====*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/*..............embedded fonts..............*/
/*..............custom fonts..............*/

 
:root {
    --primary-font: "DM Sans", serif;
    --secondary-font: "Rubik", serif;
    --primary-color: #487BEA;
    --secondary-color: #FF6700;
    --dark-blue: #284DAB;
    --light-blue: #7EA3F1;
    --text-color: #1E1E1E;
    --text-color2: #3A3A3A;
    --text-color3: #1C1B1F;
    --black:#000000;
    --white:#ffffff;
}


/*..............common styles..............*/
html { overflow-x: hidden; }
body { margin: 0; padding: 0; font-family: var(--secondary-font); font-size: clamp(0.875rem, 0.83rem + 0.143vw, 1rem); font-weight: 400; color:var(--text-color); background-color: #F6F6F6; overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {font-weight: 500; margin:0 0 20px; padding:0; color: var(--black); font-family: var(--primary-font); line-height: 1.2; }
h1{ font-size: clamp(1.875rem, 1.116rem + 2.429vw, 4rem) /* 64px */ } 
h2{ font-size: clamp(1.875rem, 1.116rem + 2.429vw, 4rem); /* 64px */ } 
h3{ font-size: clamp(1.75rem, 1.404rem + 0.923vw, 2.5rem); /* 40px */ }
h4{ font-size: clamp(1.5rem, 1.232rem + 0.857vw, 2.25rem); /* 36px */ }
h5{ font-size: clamp(1.375rem, 1.152rem + 0.714vw, 2rem); /* 32px */ }
h6{ font-size: clamp(1.25rem, 1.161rem + 0.286vw, 1.5rem); /* 24px */ }
p{ margin:0 0 20px; line-height: 1.4 }
p:last-child { margin-bottom: 0; }


img{ max-width: 100%; user-select: none; -webkit-user-drag: none; }
a, img{ border:0; text-decoration: none; outline: none;}
a, a:link, a:visited, a:focus, a:hover { color: var(--primary-color); outline: none; text-decoration: none; transition:all 0.3s ease 0s;}
a:hover{ text-decoration:none;}


input, textarea, select{ font-family: var(--secondary-font); font-weight: 400; outline: none; background: var(--white) !important; font-size: clamp(0.875rem, 0.83rem + 0.143vw, 1rem); color: var(--text-color); min-height: 35px !important; font-family: var(--primary-font);}
input[type="submit"]{ font-family: var(--secondary-font); font-weight: 500; transition:all 0.3s ease 0s; outline: none;}
input:not([type="submit"]) { height: 35px !important;} 
input.form-control, textarea.form-control, select.form-control { border: 1px solid  var(--white) !important; box-shadow: none !important; resize: none; background: var(--white) !important; padding: 10px 20px !important; font-size: clamp(0.875rem, 0.83rem + 0.143vw, 1rem); }
textarea.form-control{ height: 102px !important; }
input.form-control { border-radius: 8px; }
textarea.form-control { border-radius: 8px; }
select.form-control { padding: 5px 20px !important; }
select.form-control { appearance: none; -webkit-appearance: none;  height: 35px !important; padding-right: 40px !important; background-image: url(../images/select-arw.png) !important; background-repeat: no-repeat !important; background-position: 97% center!important;  }
form label {  transition: all 0.4s; }
::placeholder { color: #ABABAB !important; opacity: 1; display: none; }
::-ms-input-placeholder { color: #ABABAB !important; display: none; }
textarea.form-control::placeholder { color: #ABABAB !important; display: none; }
 

/* --- only use for wordpress (Image alignment) --- */
.alignleft , .alignnone{float:left; margin: 0px 15px 20px 0;}
.alignright{float:right; margin:0 0 10px 15px;}
.aligncenter{margin:10px auto; display:block;}
/* --- only use for wordpress (Image alignment) --- */


/* --- Button Styles --- */
.btn, a.btn { font-family: var(--secondary-font) !important; background-color: var(--primary-color) !important; border-radius: 12px; color: var(--white); padding: 8px 15px; height: 45px; display: flex; align-items: center; justify-content: center; min-width: 140px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.btn img { margin-left: 4px; filter: brightness(0) invert(1); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; width: 15px; }

.btn.btn-border { background-color: transparent !important; border: 1px solid var(--black); color: var(--text-color3); }
.btn.btn-border img { filter: inherit; }

.btn.btn-white { background-color: var(--white) !important; color: var(--text-color); border-radius: 50px; min-width: auto; padding: 8px 20px; }
.btn.btn-white img { filter: inherit; transform: rotate(-45deg); }

.btn:hover { background-color: var(--black) !important; color: var(--white) !important; }
.btn:hover img { transform: translateX(4px); }
.btn.btn-border:hover img { filter: brightness(0) invert(1);  }
.btn.btn-white:hover { background-color: var(--secondary-color)!important; }
.btn.btn-white:hover img { filter: brightness(0) invert(1); transform: translateX(4px) rotate(-45deg); }
/* --- Button Styles --- */

 
/* --- checkbox and radio button Styles --- */
.builder_radiobox ul li label{ font-weight: normal;}
.builder_radiobox ul li input[type="radio"]{ opacity: 0;}
.builder_radiobox ul li input[type="radio"]:empty ~ label{ position:relative; float:left; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; padding: 0 0 0 22px;}
.builder_radiobox ul li input[type="radio"]:empty ~ label:before{ position:absolute; display:block; top:2px; bottom:0; left:0; content:""; width:16px; height:16px; background:url(../images/radiobutton.png) left top no-repeat;}
.builder_radiobox ul li input[type="radio"]:checked ~ label:before{ background:url(../images/radiobutton.png) left bottom no-repeat;}
/* --- checkbox and radio button Styles --- */


/*..............common styles..............*/
.common-padd { padding-top: 80px; padding-bottom: 80px; } 
.common-padd-bottom {  padding-bottom: 80px; } 
.common-padd-top {  padding-top: 80px; } 
.common-padd-top-big { padding-top: 130px; }

.p-relative { position: relative; }  
/*..............common styles..............*/


/*-----scroll-bar-design----------*/
/* width */
body::-webkit-scrollbar {width: 8px; }
/* Track */
body::-webkit-scrollbar-track {box-shadow: inset 0 0 5px #ece3fa; }
/* Handle */
body::-webkit-scrollbar-thumb { background: var(--primary-color); border-radius: 10px; }
/*-----scroll-bar-design----------*/


/*-----Header design----------*/
html.no-scroll { overflow: hidden; }

.main-header { z-index: 99999; width: 100%; position: relative; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; padding: 20px 0; border-bottom: 1px solid var(--text-color2); }
.header-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

.main-menu ul { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; align-items: center;}
.main-menu ul li { list-style: none; font-family: var(--secondary-font); font-size: clamp(0.875rem, 0.83rem + 0.143vw, 1rem); cursor: pointer; }
.main-menu ul li:not(:last-child) { margin-right: 25px;}
.main-menu ul li a { display: block; color: var(--text-color2); position: relative; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; padding-right: 18px; }
.main-menu ul li a img { width: 15px; filter: brightness(0); margin-left: 3px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }/* dev hide*/
.main-menu ul li a::after { content: ''; background: url(/wp-content/themes/marblebox/assets/images/arrow_forward-org.svg); position: absolute; width: 15px; height: 15px; background-position: center; background-repeat: no-repeat; background-size: contain; top: 50%; transform: translate(0, -50%); right: 0; filter: brightness(0); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}


.main-menu ul li .sub-menu li a::after { display: none; }
.main-menu ul li ul.sub-menu li a::before{opacity: 0;content: ""; width: 0%; height: 1px; position: absolute; bottom: 7px; border-radius: 10px;-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;} 
.main-menu ul li a:hover::before, 
.main-menu ul li.menu-item-has-children a { opacity: 1; content: ""; width: 100%;-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; } 
.main-menu ul li ul.sub-menu li a::before { background-color: #fff !important; top: 45%; width: 0;left: 0; border: 1px solid var(--secondary-color);}
.main-menu ul li ul.sub-menu li a:hover::before {width: 20px; opacity: 1; }
.main-menu ul li ul.sub-menu li a:hover{padding-left: 30px; color: var(--secondary-color) !important;}

.main-menu ul li a:hover, .main-menu ul li.current-menu-item a{color: var(--secondary-color); text-decoration: underline; }
.main-menu ul li.current-menu-item a::after { filter: inherit; }
.main-menu ul li a:hover img { filter: inherit; transform: translateX(3px); }
.main-menu ul li a:hover::after { filter: inherit; transform: translate(3px, -50%); }
.main-menu ul li span {margin-left: 10px; }
.main-header.relative_header {background-color: black; }


/*------css for new dropdown sub-menu start--------*/
.main-menu ul{margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
.main-menu ul li {display: flex; justify-content: center; align-items: center; position: relative; font-size: clamp(0.875rem, 0.83rem + 0.143vw, 1rem); perspective: 1000px; z-index: 100; color: #FFF; }
.main-menu ul.sub-menu { position: absolute; width: 250px; display: block; margin-top: 0; padding: 6px 20px; border-radius: 10px; box-shadow: 0 15px 12px #0000005e; overflow: hidden; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease }
.main-menu ul.sub-menu li { margin: 0!important; padding: 0 }
.main-menu ul li .sub-menu li a {color: #221B2D; padding: 8px 0; } 
.main-menu ul li.out .sub-menu { opacity: 0; transform: scaleY(0) translateZ(0); visibility: hidden; }

header .main-menu ul>li { position: relative; cursor: pointer }
header .main-menu ul .sub-menu { position: absolute; left: 0; top: 100%; transform-origin: 50% 0; transform: scaleY(0) translateZ(0); opacity: 0; transition: transform 0.3s, opacity 0.3s; width: 230px; overflow: hidden; padding: 0; box-shadow: none; opacity: 1; visibility: hidden; display: unset }
header .main-menu ul li ul::before { content: ""; width: 100%; height: 100%; position: absolute; top: -12px; left: 0; background-color: var(--primary-color); }
header .main-menu ul li:hover ul {padding-top: 5px;box-shadow: 0px 4px 10px 0px #00000014;opacity: 1; transform: scaleY(1) translateZ(0); visibility: visible; display: unset; transition: transform 0.3s, opacity 0.3s ease-out; }
header .main-menu ul .sub-menu li { display: block; position: relative; padding: 0px 20px; cursor: pointer; background-color: #fff; -webkit-transition: all .8s ease; -moz-transition: all .8s ease; -ms-transition: all .8s ease; -o-transition: all .8s ease; transition: all .8s ease; }
header .main-menu ul .sub-menu li:first-child{padding-top: 10px;border-radius: 10px 10px 0 0;}
header .main-menu ul .sub-menu li:last-child{padding-bottom: 10px;}


/*------css for new dropdown sub-menu end--------*/ 
.main-header.fixed .logo {transform: scale(1); -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; max-width: 200px; }

.main-header .logo {transform: scale(1.0); max-width: 200px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}

.nav_btn { color: #fff; font-size: clamp(0.875rem, 0.83rem + 0.143vw, 1rem); text-align: right; display: none; }
.nav_close { display: none; color: #fff; }

body.menu-sticky { margin-top: 86px; }
.main-header.fixed { top: 0; background: #F6F6F6; padding: 14px 0px; position: fixed; width: 100%; box-shadow: 0 0 12px rgb(0 0 0 / 12%); transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.7s; -ms-animation: slide-down 0.7s; -webkit-animation: slide-down 0.7s;  }
.main-header.fixed .main-menu ul li { color: #fff;}


@keyframes slide-down {
  0% {
      opacity: 0;
      transform: translateY(-100%);
  } 
  100% {
      opacity: 1;
      transform: translateY(0);
  } 
}
/*==========mobile menu=========*/  
.main-header .user-sec { display: flex; align-items: center; } 
.menu-has-children.menu-has-children-open span img { transform: rotate(180deg);-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.menu-has-children span img {transform: rotate(0deg);-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}

.mobile-menu-container ul.sub-menu {position: relative; max-height: 0; overflow: hidden; transition: max-height 0.6s ease-out;}
.mobile-menu-container ul.sub-menu.sub-menu-open {transform: scaleY(1); max-height: 300px;}


/* ~~~~~~~~~~ mobile menu styling ~~~~~~~~~~ */
.mobile-menu-container{ position: fixed; z-index: 1; top: -100vh; left: -6%; right: -6%; background: #ffffff; height: calc(100vh + 40px); opacity: 0;  -webkit-transition: all .35s ease-in-out; -moz-transition: all .35s ease-in-out; -o-transition: all .35s ease-in-out; transition: all .35s ease-in-out; display: none;     z-index: -1;}

.mobile-menu-open .mobile-menu-container{ top: 0; transform: translateY(0); opacity: 1;}
.mobile-menu-open .mobile-menu-container { top: -40px; transform: translateY(0); opacity: 1;  }
.mobile-menu-container .inner-container{ padding-top: 160px; height: 100vh; overflow-y: auto; position: relative;}

.mobile-menu {  max-width: 100%; padding-left: 25px; padding-right: 25px; padding-top: 20px; padding-bottom: 50px; margin: 0 auto; text-align: center;}
.mobile-menu ul{ margin: 0; padding: 0; list-style: none;}
.mobile-menu ul li{ display: block; margin: 5px 0;}
.mobile-menu ul li a{ display: block; font-size: 22px; color: #fff; padding: 4px 0;}
/*.mobile-menu ul > li.active > a:before{    content: ""; position: absolute;  left: 0; right: 0; bottom: -5px; background: #e3982d; height: 4px; width: auto; transition-property: left,right; transition-duration: .3s; transition-timing-function: ease-out;}*/
.mobile-menu ul li.menu-item-has-children > a{padding-right: 15px;}

/* ===== mobile menu animation ===== */

.mobile-menu ul li{opacity: 0;-webkit-transform: translateX(-150px);transform: translateX(-150px);-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;transition: transform 0.4s, opacity 0.4s;}

.mobile-menu-open .mobile-menu ul li {opacity: 1;-webkit-transform: translateX(0);transform: translateX(0);}
.mobile-menu-open .mobile-menu ul li:nth-child(1) {-webkit-transition-delay: 0.16s;transition-delay: 0.16s;}
.mobile-menu-open .mobile-menu ul li:nth-child(2) {-webkit-transition-delay: 0.24s;transition-delay: 0.24s;}
.mobile-menu-open .mobile-menu ul li:nth-child(3) {-webkit-transition-delay: 0.32s;transition-delay: 0.32s;}
.mobile-menu-open .mobile-menu ul li:nth-child(4) {-webkit-transition-delay: 0.40s;transition-delay: 0.40s;}
.mobile-menu-open .mobile-menu ul li:nth-child(5) {-webkit-transition-delay: 0.48s;transition-delay: 0.48s;}
.mobile-menu-open .mobile-menu ul li:nth-child(6) {-webkit-transition-delay: 0.54s;transition-delay: 0.54s;}
.mobile-menu-open .mobile-menu ul li.btn { margin: 0 auto;  padding: 5px 5px;  max-width: 150px;}
.mobile-menu-open .mobile-menu ul li.btn a{color: #fff;}
/*=========mobile menu===========*/


/* ~~~~~~~~~~ hamburger menu styling ~~~~~~~~~~ */
.hamburger-nav{ display: none;  pointer-events: none; }
.hamburger-nav.load-over { pointer-events: inherit; }


/*when turns close icon*/
.ham { cursor: pointer; -webkit-tap-highlight-color: transparent; transition: transform 400ms; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; }
.hamRotate.active { transform: rotate(45deg); }
.hamRotate180.active { transform: rotate(180deg); }
.line { fill:none; transition: stroke-dasharray 400ms, stroke-dashoffset 400ms; stroke:var(--dark-blue); stroke-width:3.5; stroke-linecap:round; } 
.ham6 .top { stroke-dasharray: 41 172; }
.ham6 .middle { stroke-dasharray: 41 111; transform: translateX(1px); }
.ham6 .bottom { stroke-dasharray: 41 172; transform: translateX(1px);}
.ham6.active .top { stroke-dashoffset: -132px; }
.ham6.active .middle { stroke-dashoffset: -71px; }
.ham6.active .bottom { stroke-dashoffset: -132px; } 
/*when turns close icon*/

/* ~~~~~~~~~~ hamburger menu styling ~~~~~~~~~~ */

  
/*===== Landing page start ====*/
.down-arrow { margin-top: 120px; padding-left: 30%; }
.down-arrow img {
    animation: upDown 1.2s infinite ease-in-out;
}
@keyframes upDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0);
    }
}

.contact-banner-pr { background-image: url(../images/contact-bg.svg); background-repeat: no-repeat; background-size: cover; background-position: left bottom; padding-bottom: 110px; margin-bottom: -89px; }

.contact-banner-pr .contact-partical { position: absolute; left: -65px; bottom: 30%; }
.contact-ban-box { padding-top: 50px; }
.contact-ban-box h1 { color: var(--primary-color); margin-bottom: 50px; } 
.contact-ban-box h1 span { color: #DD6F20; } 
.contact-ban-box h1 text { color: #002175; }
.contact-ban-box h4 { color: #1C1B1F; font-weight: 400; font-family: var(--secondary-font); }
.contact-ban-box p { margin-top: 50px; font-size: clamp(1.25rem, 1.019rem + 0.615vw, 1.75rem); max-width: 750px; font-family: var(--secondary-font);  line-height: 1.2; color: #3A3A3A; }

.contect-banner-details-wrap { display: flex; flex-wrap: wrap; max-width: 666px; }
.contect-banner-details { display: flex; align-items: center; flex: 1 1 auto; } 
.contect-banner-details .location-icon { width: 38px; height: 38px; background: var(--text-color); display: flex; align-items: center; justify-content: center; border-radius: 50px; margin-right: 15px; flex: 0 0 auto; }
.contect-banner-details .location-icon img { max-width: 18px; }
.contect-banner-details a { font-size: clamp(1rem, 0.911rem + 0.286vw, 1.25rem); font-family: var(--primary-font); font-weight: 500; line-height: 1.2; color: var(--black);  }
.contect-banner-details:not(:last-child) { margin-bottom: 20px; }

.contact-form-wrap { background: #F3F3F3; box-shadow: 0 4px 9px -1px rgb(0 0 0 / 15%); padding:66px 40px 0; border-radius: 24px; position: relative; }
.contact-form-wrap .form-group { margin-bottom: 16px; }
.contact-form-wrap .form-group label { color: var(--black); font-family: var(--primary-font); font-weight: 400; margin-bottom: 6px; }

.contact-form-wrap h2 { width: 80%; max-width: 428px; background: var(--primary-color); color: var(--white); border-radius: 24px; padding: 18px; font-size: clamp(1.5rem, 1.143rem + 1.143vw, 2.5rem); text-align: center; position: absolute; top: -42px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); -moz-transform: translateX(-50%); }

.checkbox-container { display: flex; align-items: center; justify-content: center; font-size: clamp(0.875rem, 0.83rem + 0.143vw, 1rem); color: var(--black); gap: 8px; margin-bottom: 10px; } 
.checkbox-container a { color: var(--black); text-decoration: underline; } 
.checkbox-container input { width: 16px; height: 16px !important; min-height: inherit !important; }

.checkbox-container p { display: flex; align-items: center; }
.checkbox-container .wpcf7-list-item { margin: 0; }

.contact-form-wrap .contect-btn { font-family: var(--secondary-font); background-color: var(--dark-blue) !important; border-radius: 5px; color: var(--white); padding: 8px 45px 8px 15px; height: 45px; display: flex; align-items: center; justify-content: center; min-width: 146px; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; border: 1px solid var(--dark-blue); margin: 0 auto; transform: translateY(22px); background-image: url(../images/arrow_outward-wt.svg) !important; background-position: 110px center!important; background-size: 14px !important; background-repeat: no-repeat !important; font-size: clamp(1.125rem, 1.01rem + 0.308vw, 1.375rem); font-weight: 400; font-family: var(--primary-font); }
.contact-form-wrap .contect-btn:hover { background-color: var(--black) !important; border-color: var(--black) !important; background-position: 114px center!important; } 

span.wpcf7-spinner { position: absolute; display: none; }
span.wpcf7-not-valid-tip { display: none; } 
input.form-control.wpcf7-not-valid { border: 1px solid #f00 !important; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { border-color: #ffd360; position: absolute; width: 100%; left: 0; text-align: center; background: #ffd360; margin: 30px 0 0; }
.wpcf7 form.sent .wpcf7-response-output { border-color: #68d972; position: absolute; width: 100%; left: 0; text-align: center; background: #a1e7a8; margin: 15px 0 0; }
.wpcf7 .wpcf7-submit:disabled { cursor: not-allowed; background-color: #939393 !important; border: 1px solid #939393; }
.wpcf7 .wpcf7-submit:disabled:hover { background-color: #939393 !important; border: 1px solid #939393 !important; }

.contact-form-wrap .wpcf7-form-control-wrap.recaptcha div { margin: 0 auto; }

.checkbox-container label { display: flex; align-items: center; font-family: var(--primary-font); } 
.checkbox-container label input { margin-right: 5px; margin-top: 3px; }

.locations-heading h2 { margin-bottom: 50px; }
.locations-heading h2 span { color: var(--primary-color); }

.locations-maps-wrap { max-width: 1174px; margin: 0 auto; }
.locations-maps-wrap .location-map { overflow: hidden; border-radius: 24px; margin-bottom: 30px; }

.locations-maps-wrap .location-text { background: #FFF; border-radius: 20px; padding: 20px 18px; display: flex; align-items: center; justify-content: space-between; }
.locations-maps-wrap .location-text p { color: var(--text-color2); font-size: clamp(1rem, 0.911rem + 0.286vw, 1.25rem); font-family: var(--primary-font); font-weight: 500; }
.locations-maps-wrap .location-text p label { color: var(--black); }
.locations-maps-wrap .location-icon { width: 38px; height: 38px; background: var(--text-color); display: flex; align-items: center; justify-content: center; border-radius: 50px; margin-right: 20px; flex: 0 0 auto; }
.locations-maps-wrap .location-icon img { width: 15px; } 


.partnering-sec { padding: 60px 0;}
.partnering-image-box { position: relative; width: fit-content; margin: 124px auto 0; } 
ul.partnering-list { list-style: none; padding: 0; margin: 0; } 
ul.partnering-list li { background: #F4C397; display: inline; position: absolute; padding: 15px 29px; border-radius: 50px; line-height: 1.1; font-size: 24px;  width: max-content; transition: all 1s ease; opacity: 0; }
ul.partnering-list li::after { display: block; width: 29px; height: 29px; background: #ECA86A; border-radius: 50px; content: ''; position: absolute; bottom: -43px; left: calc(50% - 15px); }
ul.partnering-list li::first-letter { text-transform: uppercase; } ul.partnering-list li { text-transform: lowercase; }



ul.partnering-list li:nth-child(1) { top: -85px; left: 50%; transform: translate(-50%, 70%); }
ul.partnering-list li:nth-child(2) { top: 22px; right: -219px; transform: translate(-20%, 0%); }
ul.partnering-list li:nth-child(3) { top: 22px; left: -196px; transform: translate(20%, 0%); }
ul.partnering-list li:nth-child(4) { top: 230px; right: -340px; transform: translate(-20%, 0%); }
ul.partnering-list li:nth-child(5) { top: 200px; left: -336px; transform: translate(20%, 0%); }
ul.partnering-list li:nth-child(6) { top: 465px; right: -284px; transform: translate(-20%, 0%); }
ul.partnering-list li:nth-child(7) { top: 400px; left: -334px; transform: translate(20%, 0%); }

ul.partnering-list li:nth-child(2)::after { left: -30px; bottom: -25px; }
ul.partnering-list li:nth-child(3)::after { left: unset; right: -30px; bottom: -19px; }
ul.partnering-list li:nth-child(4)::after { left: -30px; bottom: -19px; }
ul.partnering-list li:nth-child(5)::after { left: unset; right: -30px; bottom: -19px; }
ul.partnering-list li:nth-child(6)::after { left: -40px; top: 0; }
ul.partnering-list li:nth-child(7)::after { left: unset; right: -40px; top: 0; }

ul.partnering-list li.in-view:nth-child(1) { top: -85px; left: 50%; transform: translate(-50%, 0px); opacity: 1;  }
ul.partnering-list li.in-view:nth-child(2) { transform: translate(0%, 0%); opacity: 1; }
ul.partnering-list li.in-view:nth-child(3) { transform: translate(0%, 0%); opacity: 1; }
ul.partnering-list li.in-view:nth-child(4) { transform: translate(0%, 0%); opacity: 1; }
ul.partnering-list li.in-view:nth-child(5) { transform: translate(0%, 0%); opacity: 1; }
ul.partnering-list li.in-view:nth-child(6) { transform: translate(0%, 0%); opacity: 1; }
ul.partnering-list li.in-view:nth-child(7) { transform: translate(0%, 0%); opacity: 1; }



.common-line-btn .image-box {position: relative; left: 0; right: 0; margin: 0 auto; width: auto; width: 55px; height: 55px; background-color: #F6F6F6; display: flex; justify-content: center; align-items: center; }
.common-line-btn {position: relative;border: 0;width: 90%;max-width: 1546px;margin: 0 auto;}
.common-line-btn::before {content: ""; width: 100%; height: 1px; background-color: #dd6f20; position: absolute; top: 25px; }
.common-line-btn .dot-one {position: absolute; left: 0; top: 20px; width: 10px; height: 10px; background-color: #dd6f20; border-radius: 15px; }
.common-line-btn .dot-two {position: absolute;right: 0;top: 20px;width: 10px;height: 10px;background-color: #dd6f20;border-radius: 15px;}
.common-line-btn.bonner-bottom-line { bottom: 25px; }

.common-line-btn a.btn { width: fit-content; margin: 0 auto; z-index: 1; position: relative; background-color: #DD6F20 !important; border-radius: 8px; padding: 7px 42px; font-size: clamp(1.25rem, 1.161rem + 0.286vw, 1.5rem); }
.common-line-btn a.btn:hover { background-color: var(--black) !important; }

.partner-logo h3 { margin-bottom: 40px; }
.logo-pannel { background: #FFF; padding: 25px 0; }
.logo-pannel ul { margin-bottom: 0;}

#partner_slider > .swiper-wrapper { transition-timing-function: linear; }
#partner_slider .img-holder { padding:0 0 50%; position:relative; overflow:hidden; } 
#partner_slider .img-holder img { position:absolute; width:100%; height:100%; object-fit:contain; } 

/*===== Landing page start ====*/




/*after banner start*/
.after-banner-sa { padding-top: 40px;}
.after-banner-sa h4 { margin-bottom: 30px;}
.after-banner-sa .full-block {background-color: #FFF; padding: 20px 0; }
.after-banner-sa .full-block ul {flex-wrap: wrap;display: flex; justify-content: center; align-items: center; list-style: none; padding: 0; margin: 0; }
.after-banner-sa .full-block ul li {margin: 0px 6px; }
.after-banner-sa .full-block ul li a { color: var(--white); background-color: #487bea; padding: 10px 39px; border-radius: 50px; display: inline-block; text-align: center; font-weight: 500; font-family: var(--primary-font); transition: all 0.4s; font-size: 20px; }
.after-banner-sa .full-block ul li a:hover{background-color: var(--black); color: var(--white);transition: all 0.4s;}
/*after banner start*/
 

/*divider start*/
.divider_wraper_sd { display: flex; align-items: center; justify-content: space-between; position: relative; overflow: hidden; }
.divider_wraper_sd h2 { color: #b3b3b333; font-family: "Rubik", serif; font-size: 72px; font-weight: 800; margin-bottom: 0; text-transform: uppercase;}
.divider_wraper_sd:after { position: absolute; bottom: 0; left: 0; right: 0; width: 92%; height: 1px; background: #DD6F20; content: ""; }
.divider_wraper_sd .heading { position: relative; bottom: -70px; }
.divider_wraper_sd.active-divider .heading { bottom: -20px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.divider_wraper_sd .divider-logo { position: relative; bottom: -6px; }
/*divider start*/


/*expertise start*/
.expertise-common-box { border-radius: 24px; overflow: hidden; padding: 110px 70px; position: relative; background-position: top center; background-size: cover; background-repeat: no-repeat; }
.expertise-common-box::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgb(0,33,117); background: linear-gradient(90deg, rgba(0,33,117,0.8) 25%, rgba(0,0,0,0) 65%); }

.expertise-common-box .expertise-text { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; }
.expertise-common-box .expertise-text h4 { color: var(--white); max-width: 310px; margin-bottom: 15px; }
.expertise-common-box .expertise-text h3 { color: var(--white); margin-bottom: 25px; }
.expertise-common-box .expertise-text p { color: var(--white); max-width: 364px; margin-bottom: 50px; font-size: clamp(1rem, 0.911rem + 0.286vw, 1.25rem);}
.expertise-common-box .expertise-text p span { display: block; font-size: clamp(1.375rem, 1.152rem + 0.714vw, 2rem); }
/*expertise start*/


/* Footer Section */
footer { background: var(--dark-blue); padding: 50px 0 170px; position: relative; overflow: hidden; }

.footer-logo-wrap { width: fit-content; display: flex; flex-direction: column; align-items: center; }
.footer-logo-wrap .footer-logo { max-width: 160px; margin-bottom: 15px; }
.footer-logo-wrap .footer-logo img { width: 100%; }

.footer-logo-wrap .footer-media { margin-bottom: 15px; }
.footer-logo-wrap .footer-media ul { margin: 0; padding: 0; list-style: none; }
.footer-logo-wrap .footer-media ul li { display: inline-block; margin-right: 10px; }
.footer-logo-wrap .footer-media ul li:last-child { margin-right: 0; }
.footer-logo-wrap .footer-media ul li a { display: block; }
.footer-logo-wrap .footer-media ul li a img { width: 100%; }

.footer-animated-text { display: flex; justify-content: flex-end; align-items: center; position: relative; margin-bottom: 15px; }
.footer-animated-text h4 { color: #E28820; font-family: var(--primary-font); font-weight: 400; margin: 0px; padding: 0 0 0 40px; background: var(--dark-blue); position: relative; z-index: 1; }
.footer-animated-text::after { content: ''; position: absolute; width: 5%; height: 1px; background: #D4DBEE; left: 0;}
.footer-animated-text::before { content: ''; position: absolute; width: 10px; height: 10px; border-radius: 20px; background: #D4DBEE; left: 0; }

.footer-animated-text.in-view::after { width: 100%; -webkit-transition: all 2s ease-out; -moz-transition: all 2s ease-out; -ms-transition: all 2s ease-out; -o-transition: all 2s ease-out; transition: all 2s ease-out;} 
 
.copywrite-text { margin-top: 15px; }
.copywrite-text p { color: var(--white); font-size: clamp(1rem, 0.911rem + 0.286vw, 1.25rem); display: flex; align-items: center; margin-bottom: 15px; }
.copywrite-text p img { margin-right: 5px; width: 21px; }
.copywrite-text span, .copywrite-text span a { color: #FFF; font-weight: 500; font-size: 12px; }
.copywrite-text span a:not(:last-child) { margin: 0 10px 0 0; }

.copywrite-text ul { display: flex; list-style: none; padding: 0; margin: 0; } 
.copywrite-text ul a { color: #FFF; font-weight: 500; font-size: 12px; } 
.copywrite-text ul li:not(:last-child) { margin: 0 10px 0 0; }

.badge-wrap img { width: 100%; }

.iso-badge-box { display: flex; align-items: center; justify-content: center; max-width: 331.28px; }
.iso-badge-box p { color: #FFF; font-size: clamp(0.875rem, 0.786rem + 0.286vw, 1.125rem); line-height: 1.2; } 
.iso-badge-box img { max-width: 110px; margin-right: 5px; }

.other-boxs { display: flex; align-items: flex-end; justify-content: flex-end; gap: 15px; }
.other-boxs span{ max-width: 145px; }
.other-boxs span:last-child{ max-width: 105px; margin-left: 30px }

.footer-scale-text { position: absolute; bottom: 0; z-index: 1; min-width: 980px; max-width: 80%; transform: translate(-50%, 0) scale(1); left: 50%; }
.footer-scale-text.text-active { transform: translate(-50%, 0) scale(1.35); -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }

.scrollToTop { position: absolute; top: 10px; right: 20px; background-color: #002175; border: none; border-radius: 0 8px 0px; width: 50px; height: 50px; text-align: center; line-height: 50px; cursor: pointer; z-index: 9999; }
.scrollToTop img { width: 18px; }
/* Footer Section */
 




/*Media Query css*/
@media only screen and ( min-width:1400px ) {

  .container { max-width: 1400px !important;}
  .container.small-container { max-width: 1388px !important; } 

}

@media only screen and ( min-width:1700px ) {

  .container { max-width: 1570px !important;}

}
 


@media only screen and ( max-width:1699px ) {  
 
} 

@media only screen and ( max-width:1599px ) {  

  .contact-banner-pr .contact-partical { left: -65px; bottom: 7%; width: 130px; }
  .contact-banner-pr { margin-bottom: -88px; background-position: right bottom; }

  .partnering-image-box { transform: scale(0.8); transform-origin: top center; margin-bottom: -130px; }
  .logo-pannel { background: #FFF; /*padding: 50px 0;*/ }

}
 
@media only screen and ( max-width:1399px ) { 
 
  .expertise-common-box { padding: 85px 50px; }
 
  .divider_wraper_sd h2 { font-size: 62px; }
  .divider_wraper_sd:after { width: 94%; }
  .divider_wraper_sd .divider-logo { bottom: -7px; max-width: 85px; }
 
  .contact-form-wrap { padding: 56px 30px 0; }
  .contact-form-wrap h2 { width: 70%; max-width: 428px; border-radius: 18px; padding: 14px; top: -35px; }
  .contact-ban-box p { margin-top: 50px; }

  .btn, a.btn { padding: 8px 10px; height: 40px; font-size: 14px; min-width: 130px; }
  .footer-scale-text { min-width: 850px; }

  .contact-banner-pr { margin-bottom: -73px; background-repeat: no-repeat; background-size: cover; background-position: center center;}

  .other-boxs span:last-child { max-width: 105px; margin-left: 5px; }
  .iso-badge-box p { font-size: 14px; }

}

@media only screen and ( max-width: 1199px ) { 

    .common-padd { padding-top: 60px; padding-bottom: 60px; }
    .common-padd-bottom {  padding-bottom: 60px; } 
    .common-padd-top {  padding-top: 60px; } 
    .common-padd-top-big { padding-top: 110px; }
 
	  /* ===========mobile nav========== */  
    .manu-part { display: none; }

    .hamburger-nav { display: inline-block; margin-left: 0px; transform: scale(.8); margin: -15px -18px -15px 0; }
    .mobile-menu ul li a.btn { display: inline-block; padding: 15px 20px;}
    .mobile-menu-container{display: block;}     
    .header-section .right-panel{ -ms-flex-pack: end!important; justify-content: flex-end!important; }
    .mobile-menu-logo{max-width: 50px; margin: 0 auto; text-align: center; display: none;}

    .mobile-menu ul li { padding: 0; }
    .mobile-menu ul li a,
    .mobile-menu ul li { color: var(--dark-blue);  text-align: center;  font-weight: 500; text-transform: uppercase;} 
    .mobile-menu ul li a:hover{color:  var(--dark-blue);}
    .mobile-menu ul li ul.sub-menu li {margin: 11px 0;padding: 0 20px;}  

    .mobile_menu_btn{margin-top: 30px;}
    .mobile_menu_btn a.btn.plbig{padding-left: 50px;}
    .contact_icon { width: 41px; height: 41px; top: 5px; left: 4px; font-size: 20px; }
    .mobile_menu_btn a.plbig{margin-right: 15px;}

    .common-padd-xl-top { padding-top: 140px; padding-bottom: 60px; }
    .mobile-menu ul li span {margin-left: 10px; }
    .mobile-menu ul li.menu-item-has-children.menu-open:after {transform: rotate(225deg); transition: border-width 150ms ease-in-out; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -ms-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; top: 15px; }
    .mobile-menu ul li a { padding: 5px 0; }

    header .mobile-menu ul {max-width: 300px;margin: 0 auto;}
    header span.dropdown-icon-menu.active::before { transform: rotate(227deg); top: 17px } 
    header span.dropdown-icon-menu::before { content: ""; position: absolute; top: 12px; right: calc(50% - 6px); box-sizing: border-box; height: 12px; width: 12px; border-style: solid; border-color: var(--dark-blue); border-width: 0 2px 2px 0; transform: rotate(45deg); transition: border-width 150ms ease-in-out; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; margin: 0 auto; }
    header span.dropdown-icon-menu { margin-left: 10px; content: ""; position: absolute; top: 3px; box-sizing: border-box; height: 40px; width: 40px; transform: rotate(0deg); transition: border-width 150ms ease-in-out; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; left: unset; right: 0px; margin: 0 auto; z-index: 9999; display: flex; justify-content: center; align-items: center }

    .mobile-menu-container ul.sub-menu { position: relative; max-height: 0; overflow: hidden; transition: max-height .6s ease-out; box-shadow: 0 0 15px #00000021; border-radius: 10px; margin-top: 20px; padding-bottom: 20px;}

    .mobile-menu-container ul.sub-menu.sub-menu-open { transform: scaleY(1); max-height: 300px;}

    .main-header { max-width: 100%; padding: 14px 0; } 

    .mobile-menu ul li.menu-item-has-children > a{padding-right: 0;}  

    .mobile-menu-btns { display: none; flex-direction: column; align-items: center; justify-content: center; }
    /*  ===========mobile nav==========  */ 
    
    .contact-banner-pr { padding-bottom: 100px; }
    .contact-ban-box h1 { margin-bottom: 20px; }
    .contact-ban-box p { margin-top: 30px; }
    .contact-ban-box p br { display: none; }

    .partnering-image-box { transform: scale(0.72); transform-origin: top center; margin-bottom: -160px; }

    footer { padding: 50px 0 120px; }
    .footer-scale-text { min-width: 700px; }

    .copywrite-text p img { margin-right: 6px; width: 14px; }
    .copywrite-text p { font-size: 15px; }
}

@media only screen and ( max-width: 991px ) {  
  
  .divider_wraper_sd.active-divider .heading { bottom: -15px; }

  .contact-ban-box { padding-top: 0; text-align: center; }
  .down-arrow { margin-top: 60px; padding-left: 0; text-align: center; margin-bottom: 80px; }

  .partnering-image-box { transform: scale(0.54); transform-origin: top center; margin: 90px auto -300px; }

  .logo-pannel { background: #FFF; padding: 30px 0; }
  .partner-logo h3 { margin-bottom: 20px; }

  .after-banner-sa h4 { margin-bottom: 20px; }
 
  footer { padding: 50px 0 100px; }

  .footer-logo-wrap { margin: 0 auto 20px; }
  .footer-animated-text { margin-bottom: 25px; }
  .footer-animated-text h4 { margin: 0px auto; padding: 0 30px 0 30px; }

  .footer-menu ul li { margin-bottom: 10px; text-align: center; }

  .footer-scale-text { min-width: inherit; max-width: 100%; width: 60%; bottom: 10px; }

  .copywrite-text { margin-top: 20px; text-align: center; }
  .copywrite-text p { justify-content: center; margin-bottom: 8px; } 
  .copywrite-text ul { justify-content: center;} 

  .badge-wrap { max-width: 520px; margin: 20px auto 0; }

}

@media only screen and ( max-width: 767px ) {   
  p { margin: 0 0 15px; }

  .expertise-common-box { padding: 30px 15px; min-height: 360px; text-align: center; border-radius: 15px; display: flex; align-items: flex-end; justify-content: center; }
  .expertise-common-box::after {  background: linear-gradient(0deg, rgba(0, 33, 117, 0.8) 36%, rgba(0, 0, 0, 0) 75%); }
  .expertise-common-box .expertise-text { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
  .expertise-common-box .expertise-text p { margin-bottom: 20px; }

  .divider_wraper_sd h2 { font-size: 38px; }
  .divider_wraper_sd.active-divider .heading { bottom: -14px; }
  .divider_wraper_sd .divider-logo { bottom: -7px; max-width: 65px; }
  .divider_wraper_sd:after { width: calc(100% - 60px); }

  .common-padd { padding-top: 40px; padding-bottom: 40px; }
  .common-padd-bottom {  padding-bottom: 40px; } 
  .common-padd-top {  padding-top: 40px; } 
  .common-padd-top-big { padding-top: 90px; }

  .contact-banner-pr { padding-bottom: 100px; margin-bottom: -54px; }
  .contact-banner-pr .contact-partical { bottom: 17%; }
 
  .contect-banner-details .location-icon { width: 34px; height: 34px; margin-right: 11px; }
  .contact-ban-box p { margin-top: 30px; }
  .contact-form-wrap { padding: 40px 16px 0; margin: 60px 0 0; }
 
  .down-arrow { margin-top: 20px; padding-left: 0; text-align: center; margin-bottom: 10px; }

  .contact-ban-box h4 br { display: none; }
  .contact-ban-box p { margin-top: 20px; }

  .after-banner-sa .full-block ul li a { padding: 8px 25px; font-size: 18px; }
  .after-banner-sa .full-block ul { gap: 10px 0; }

  .partnering-image-box { transform: scale(1); transform-origin: inherit; margin: 10px 0 0; padding: 0 10px; }
  ul.partnering-list li { position: relative; top: inherit !important; left: inherit !important; right: inherit !important; bottom: inherit !important; transform: inherit !important; display: inline-block; width: 100%; margin: 12px 0 0; padding: 12px 20px; font-size: 20px; }
  ul.partnering-list li::after { display: none; }

  footer { padding: 50px 0 50px; }

  .footer-logo-wrap .footer-logo { max-width: 160px; margin-bottom: 15px; }
  .footer-animated-text h4 { margin: 0px auto; padding: 0 10px 0 10px; }
  .footer-animated-text::before { display: none;}

  .copywrite-text { margin-top: 5px; text-align: center; }
  .copywrite-text p { display: block; }
 
  .footer-scale-text { min-width: inherit; max-width: 100%; width: 70%; bottom: 0px; }

  .iso-badge-box { max-width: 290px; }
  .other-boxs { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; } 
}

@media only screen and ( max-width: 414px ) { 
  
}

@media only screen and ( max-width: 358px ) { 

  .divider_wraper_sd h2 { font-size: 10vw; }

}

