
@charset "UTF-8";

.center-container{ margin: 0 auto; max-width: 1200px;}
.containerMoveRight {
    padding-left: calc((100vw - 1200px) / 2);
    overflow: hidden;
}
.containerMoveLeft {
    padding-right: calc((100vw - 1200px) / 2);
    overflow: hidden;
}
span{
    /*font-family: 'AntennaExtraCond';*/
}
.right-content p span {
    font-family: "Source Serif 4", serif;
}
.rounded{border-radius: 16px !important;}
.mt-72{ margin-top: 72px;}
.mb-72{ margin-bottom: 72px;}
.sliderFollow {    
    position: fixed;     
    width: 30px;    
    height: 30px;    
    left: -15px;    
    top: -15px;    
    border-radius: 100%;
    z-index: 1;    
    user-select: none;    
    pointer-events: none;    
    z-index: 10000;    
    background: url(/wp-content/uploads/2024/02/slider-arrow.svg) no-repeat center center;    
    background-size: cover;
    transform: scale(1);
}
html.touchevents .sliderFollow{
    display: none !important;
}
img { max-width: 100%;}
/***Faq Accordian****/
.faq-sec {    background: #fff;    border-radius: 120px 120px 0px 0px;}
.eachFaq:last-of-type{
        border-bottom: 1px solid #2A2C2B;
}
.eachFaq h6{position: relative;margin: 0;padding: 25px 0;border-top: 1px solid #2A2C2B;padding-right: 40px;}
.faq-accordian .eachFaq:last-child h6 {    
    /*border-bottom: 1px solid #2A2C2B;*/
}
.eachFaq h6:before {    width: 30px;    height: 30px;    display: flex;    justify-content: center;    align-items: center;    border-radius: 50%;
  line-height: initial;    content: "";    right: 0;    left: auto;    position: absolute;    top: 22px;  transition: all 0.3s ease;  }

.eachFaq.close h6:before{background: #F1F2F2 url(/wp-content/uploads/2024/02/plus.svg) no-repeat;background-position: center;}
.eachFaq.open h6:before{background: #6AC4A0 url(/wp-content/uploads/2024/02/minus.svg) no-repeat;background-position: center;}
.accordion-content{    padding: 0 0 25px;}
.accordion-content ul{
    padding-top: 16px;
}
.accordion-content ul li{
    /*font-size: 1.667vw;*/
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 16px;
}
.accordion-content ul li:before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #6AC4A0;
    position: absolute;
    left: 0;
    top: 0.6vw;
}
.accordion-content p{margin: 0;font-size: 1.1vw;}
/*.faq-accordian .eachFaq:last-child{margin-top: 20px;}*/
.eachFaq .title{ cursor: pointer; }
.eachFaq.open h6{color: #6AC4A0;  transition: all 0.3s ease;}
.faq-sec .faq-accordian {    margin-top: 45px;}
  

/***Gravity Form********/
body  .gform_wrapper input, body  .gform_wrapper textarea, body  .gform_wrapper select {
    outline: none !important; background: #fff;    border: none;    padding: 24px 32px !important;    height: auto;    border-radius: 40px;    font-size: 1.146vw !important; font-family: 'AntennaExtraCond'; text-transform: uppercase;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}
body .gform_wrapper select {    
    background: #fff url(/wp-content/uploads/2024/02/select-bg.svg);    
    background-repeat: no-repeat;    
    background-position: 97% center;
        appearance: none !important;
        color: #2A2C2B;
}
body .gform_wrapper select option{
    color: #2A2C2B;
}
 body  .gform_wrapper textarea{  height: 175px; resize:none;}

.gform_wrapper .half-field {    width: 50%;    padding: 0 10px !important;}

.gform_wrapper .gform_fields {    display: flex !important;    flex-wrap: wrap;    gap: unset !important; align-items: flex-start;}

.gform_wrapper .full-field {    width: 100%;    padding: 0 10px !important;}

.gform_wrapper .gfield {    margin: 0 0 15px;}

.form-sec .text-col {    text-align: center;}

.form-sec .p_lead {    margin: 60px 0;}

textarea::-webkit-input-placeholder {    color: #2A2C2B;    }    

textarea:-moz-placeholder {    color: #2A2C2B;      }  

textarea::-moz-placeholder {    color: #2A2C2B;      }

textarea:-ms-input-placeholder {    color: #2A2C2B;      }

input::placeholder {    color: #2A2C2B;}

.gform_heading {    display: none;}
.gfield_checkbox .gchoice {     position: relative;         padding-left:40px;}     

.gfield_checkbox .gchoice label:after { content:"";background:#fff;width:30px;height:30px;display:block;position: absolute;left:0;top:5px;  border-radius:4px;  z-index: 0;}

.gfield_checkbox .gchoice label:before {content:"";  display:block;position: absolute; width: 6px;  height: 15px;  border: solid #000;  border-width: 0 3px 3px 0;  left: 12px; top: 12px;transform: rotate(45deg);   opacity:0; z-index:1; transition:all 100ms; }

input[type="checkbox"] {opacity:0; outline:none;z-index:100;width:30px;height:30px;top:5px;left:0; position: absolute;appearance: none;cursor: pointer;}

input[type="checkbox"] + label {cursor: pointer;}

input[type="checkbox"]:checked + label:before {opacity:1;top: 12px;}

.gform_wrapper.gravity-theme .gfield-choice-input+label {    color: #000;}  

.gform_wrapper .gform_footer{    height: 0 !important;    padding: 0 !important;    overflow: hidden;    margin: 0 !important;}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    background: none !important;
    border: none !important;
    margin-top: 0;
    padding: 0 24px;
    padding: 4px 10px !important;
    font-size: 14px !important;
    margin-bottom: 4px;
    margin-top: 0px !important;
}
 .gform_wrapper.gravity-theme .gform_validation_errors {        display: none;    } 
 .footer-btn {    display: flex;    justify-content: center;    width: 100%;    padding: 20px 0 0;}
.footer-btn .btn.darkBg {    border: 1px solid transparent;}

.footer-btn .btn.darkBg:hover {
    border-color: #fff;
}  
.gform_wrapper .gform_fields .gfield--type-fileupload {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.gform_wrapper .gform_fields .gfield--type-fileupload > label.gfield_label {
    padding: 10px 0px 10px 40px;
    background: url('/wp-content/uploads/2024/03/upload.svg')no-repeat;
    background-position: top 13px left 0px;
    color: #000;
    margin: 10px 0;
    text-transform: uppercase;
    font-family: 'AntennaExtraCond';
    font-size: 22px;
    cursor: pointer;
}

.gform_wrapper .gform_fields .gfield--type-fileupload .ginput_preview_list{
    color: #303030;
    font-size: 14px;
}
.gform_wrapper .gform_fields .gfield--type-fileupload .ginput_preview_list .ginput_preview{
    margin: 0px !important;
}
.gform_wrapper .gform_fields .gfield--type-fileupload .gform_fileupload_rules,
.gform_wrapper .gform_fields .gfield--type-fileupload .gform-theme-field-control{
    display: none;
}
.gform_wrapper .gfield--type-consent {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.gform_wrapper .ginput_container_consent label {
    position: relative;
    padding-left: 40px;
    font-weight: 500;
    margin: 0;
    color: #000!important;
    padding-top: 6px;
    font-size: 16px;
}
.home-banner .gform_wrapper .ginput_container_consent label{
    padding-top: 6px !important;
    margin-top: 20px;

}
.gform_wrapper .ginput_container_consent label .gfield_required {
    display: none;
}
.gform_wrapper .ginput_container_consent input[type='checkbox']{
    display: none;
}
.gform_wrapper .ginput_container_consent label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px !important;
    height: 32px;
    bottom: 0;
    width: 32px;
    display: inline-block;
    margin-right: 10px;
    /*background: url('/wp-content/uploads/2023/02/check-border.png')no-repeat center bottom;*/
    background: #fff;
    border-radius: 6px;
}
.gform_wrapper .ginput_container_consent label:after {
    display: none;
    content: "";
    position: absolute;
    height: 32px;
    width: 32px;
    bottom: 0;
    left: 0;
    top: 4px;
    background: url('/wp-content/uploads/2024/03/check.png')no-repeat center center;
    background-size: 18px;
    border-radius: 6px;
}
.gform_wrapper .ginput_container_consent input[type='checkbox']:checked + label:after {
    display: block;
}

.cstmsubmit{
    margin: 40px auto 0 0;
    display: inline-block;
    color: #fff !important;
    background: #2A2C2B;
}
.cstmsubmit:before{
    /*background: #2A2C2B !important;*/
    background: transparent !important;
}
.cstmsubmit:hover span{
    color: #fff !important;
}
/***Gravity Form********/


.why-chose-sec .center-container {
    max-width: calc(100% - 240px);
}
.why-chose-sec .why-chose-ctnt .containerMoveRight {
    padding-left: 120px;
}
.why-chose-sec .why-chose-ctnt .containerMoveLeft {
    padding-right: 120px;
}
.why-chose-ctnt .text-sec .text-col p:last-child {
    margin-bottom: 0;
}

.top-content-banner .banner-image img {    width: 100%;    border-radius: 180px;    object-fit: cover;    max-height: 1000px;}
.page-template-template-franchise .left-img-right-content .right-content-col {    padding: 5% 48px;}
.left-img-right-content .left-img {    display: flex;    height: 100%;}
.left-img-right-content .left-img img {    height: 100%;    object-fit: cover;}
.why-chose-top .row {    align-items: flex-end;}
.why-chose-top .p_lead, .why-chose-top .p_lead p {    margin: 0; margin-bottom: 2.5vw;}
.why-chose-top .p_lead {    margin: 0;}
.why-chose-sec .img-col img {    width: 100%;    border-radius: 16px 0 0 0;    max-height: 600px;    object-fit: cover;    object-position: center top;    margin-bottom: 60px;}
.why-chose-ctnt .text-sec {    background: #fff;    position: relative;    padding: 60px 40px 40px;}
.why-chose-ctnt .text-sec .text-col {    height: 100%;}
.why-chose-ctnt .movingLine {    position: absolute;    bottom: 20px;    left: 40px;    z-index: 11; display: none;}
.why-chose-ctnt .text-sec .movingLine.lineOpen span {    max-width: calc(100% - 80px);}
.why-chose-ctnt {    padding: 72px 0;}
.why-chose-ctnt .ctntRow:last-child .text-sec .movingLine {    display: none !important;}
.why-chose-ctnt .ctntRow:last-child .img-col img {    margin: 0;}
.why-chose-top h2 span {    color: #6AC4A0;}

.listTwoCol {    column-count: 2;}
.success-list {    padding-bottom: 120px;}
.listTwoCol li {    font-size:1.667vw;    font-weight: 300;    margin: 0 0 15px;    position: relative;    padding: 0 20px;}
.listTwoCol.dots li:before {    content: "";    width: 8px;    height: 8px;    border-radius: 50%;    background: #6AC4A0;    position: absolute;    left: 0;    top: 0.9vw;}
.success-list h5 span {    color: #6AC4A0;}

.numCntn.darkBg {
    color: #6AC4A0;
}

.numCntn.darkBg span, .numCntn.darkBg p, .numCntn.darkBg .p_lead {
    color: #fff;
    display: block;
}

.numCntn .bottomCntn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.numCntn .bottomCntn-list h4 span {
    font-size:1.111vw;
    line-height: 1.042vw;
    display: block;
    width: 100%;
    letter-spacing: 0.8px;
}

.numCntn .bottomCntn-list sup {
    top: 4px;
    font-size: 1.563vw;
    /*line-height: 1.563vw;*/
    line-height: 1.4;
    font-family: 'AntennaExtraCond';
    padding-right: 8px;
}

.numCntn .bottomCntn-list h4 {
    display: flex;
    align-items: flex-start;
    /*gap: 10px;*/
    flex-wrap: wrap;
}

.numCntn .bottomCntn-list li {
    width: 50%;
}
.numCntn .list-col:last-child .bottomCntn-list li:first-child {
    width: 100%;
}

.numCntn .list-col:last-child .bottomCntn-list li {
    width: auto;
}

.numCntn .list-col:last-child .bottomCntn-list {
    justify-content: flex-start;
}

.number-sec .topCntn {
    padding-bottom: 120px;
}

.centerCotntsec h2 span {
    display: block;
    color: #2A2C2B;
}
.centerCotntsec .p_lead {
    margin-bottom: 40px;
}

.slider .owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.slider-sec .slider {
    padding: 55px 0 80px 0;
}

.slider-sec .slider h6.name {
    margin: 0;
}
.slider-sec .item span {
    font-size: 1.25vw;
    line-height: 1.736vw;
}


@media (max-width:1199px){
    .center-container { margin: 0 15px; max-width: 1200px; padding:0 12px}
    .containerMoveRight {
        padding-left: 30px;
        max-width: calc(100% - 30px);
    }
    .containerMoveLeft {
        padding-right:30px;
        max-width: calc(100% - 30px);
    }
    .numCntn .bottomCntn-list h4 span {
        font-size: 1.042vw;
    }
    .eachFaq h6 {
        font-size: 1.835vw;
    }
    .numCntn .bottomCntn-list h4 span {
        font-size: 1.334vw;
    }
    .listTwoCol li {
        font-size: 2.002vw;
    }
    .why-chose-sec .center-container {
        max-width: 100%;
    }
    .why-chose-sec .why-chose-ctnt .containerMoveRight {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 27px;
    }
    .why-chose-sec .why-chose-ctnt .containerMoveLeft {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 27px;
    }
}

@media (max-width:992px){
    .containerMoveLeft {
        padding:0 30px;
    }
}

@media (max-width: 991px) {
    body .gform_wrapper input, body .gform_wrapper textarea, body .gform_wrapper select {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .top-content-banner .banner-image img {
        border-radius: 100px;
    }
    .why-chose-sec .why-chose-ctnt .containerMoveRight,
    .why-chose-sec .why-chose-ctnt .containerMoveLeft {
        padding-left: 27px;
        padding-right: 27px;
    }
    .why-chose-sec .center-container h2 {
        margin-bottom: 25px;
    }
    .why-chose-sec .why-chose-ctnt {
        padding: 40px 0;
    }
    .why-chose-sec .why-chose-ctnt .ctntRow .text-sec {
        order: 2;
    }
    .why-chose-sec .why-chose-ctnt .ctntRow .img-col {
        order: 1;
    }
    .why-chose-sec .why-chose-ctnt .ctntRow .img-col img {
        margin-bottom: 0;
    }
    .why-chose-sec .why-chose-ctnt .ctntRow .text-sec {
        order: 2;
        margin-bottom: 40px;
    }
    .why-chose-sec .why-chose-ctnt .ctntRow:last-child .text-sec {
        margin-bottom: 0;
    }
    .factors-section .factors-col-row {
        padding-top: 40px;
    }
    .careers-home-section.home-banner.cnt-over-img .contnt-col {
        margin-top: -37px;
    }
    .home-banner.careers-home-section {
        padding-bottom: 0;
    }
    .home-banner.home-div-Main.cnt-over-img .banner-image img,
    .top-content-banner .banner-image img {
        border-bottom-left-radius: 160px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    body  .gform_wrapper input, body  .gform_wrapper textarea, body  .gform_wrapper select {
        padding: 14px 32px !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {   
    body .gform_wrapper input,
    body .gform_wrapper textarea,
    body .gform_wrapper select {
        font-size: 1.816vw !important;
        line-height: 1.816vw !important;
    }
    body .gform_wrapper input, body .gform_wrapper textarea, body .gform_wrapper select {
        padding: 1.7vw 3.229vw !important;
        border-radius: 4.036vw;
    }
    .why-chose-ctnt .text-sec {
        padding: 6.054vw 4.036vw 4.036vw;
    }
    .why-chose-sec .img-col img {
        border-radius: 1.615vw 0 0 0;
        max-height: 60.545vw;
        margin-bottom: 6.054vw;
    }   
    .home-banner.cnt-over-img .banner-image img,
    .top-content-banner .banner-image img {
    	border-radius: 9.073vw;
    }
}

@media (min-width: 1200px) {
    body .gform_wrapper input,
    body .gform_wrapper textarea,
    body .gform_wrapper select {
        font-size: 1.719vw !important;
        line-height: 1.953vw !important;
    }
    body  .gform_wrapper input,
    body  .gform_wrapper textarea,
    body  .gform_wrapper select {
        padding: 1.563vw 2.5vw !important;
        border-radius: 3.125vw;
    }
    .menu-content-block:first-child .text-col-outer {
        border-radius: 1.25vw 1.25vw 0 0;
    }
    .menu-content-block .text-col-outer {
        background: #fff;
        padding: 6.25vw 3.125vw 0px;
    }
    .menu-content-block .img-col img {
        border-radius: 14.063vw 0 0 0;
    }
    .why-chose-ctnt .text-sec {
        padding: 4.688vw 3.125vw 3.125vw;
    }
    .why-chose-sec .img-col img {
        border-radius: 1.25vw 0 0 0;
        max-height: 46.875vw;
        margin-bottom: 4.688vw;
        /*margin-bottom: 0;*/
    }     
    .home-banner.cnt-over-img .banner-image img,
    .top-content-banner .banner-image img {
    	border-radius: 7.031vw;
    }
}

@media (min-width:1400px) {
    body .gform_wrapper input, body .gform_wrapper textarea, body .gform_wrapper select {
        font-size: 1.528vw !important;
        line-height: 1.736vw !important;
    }
    .containerMoveRight {
        padding-left: calc((100vw - 1290px) / 2);
    }
    .containerMoveLeft {
        padding-right: calc((100vw - 1290px) / 2);
    }
    .menu-content-block:first-child .text-col-outer {
        border-radius: 1.111vw 1.111vw 0 0;
    }
    .menu-content-block .text-col-outer {
        background: #fff;
        padding: 5.556vw 2.778vw 0px;
    }
    .menu-content-block .img-col img {
        border-radius: 12.5vw 0 0 0;
    }
    .why-chose-ctnt .text-sec {
        padding: 4.167vw 2.778vw 2.778vw;
    }
    .why-chose-sec .img-col img {
        border-radius: 1.111vw 0 0 0;
        max-height: 41.667vw;
        margin-bottom: 4.167vw;
    }  
    .home-banner.cnt-over-img .banner-image img,
    .top-content-banner .banner-image img {
    	border-radius: 12.5vw;
    }
}

@media (min-width:1600px) {
    body .gform_wrapper input, body .gform_wrapper textarea, body .gform_wrapper select {
        font-size: 1.31vw !important;
        line-height: 1.488vw !important;
    }    
    .center-container{ max-width: 1440px;}
    .containerMoveRight {
        padding-left: calc((100vw - 1440px) / 2);
    }
    .menu-content-block:first-child .text-col-outer {
        border-radius: 0.952vw 0.952vw 0 0;
    }
    .menu-content-block .text-col-outer {
        padding: 4.762vw 2.381vw 0px;
    }
    .menu-content-block .img-col img {
        border-radius: 10.714vw 0 0 0;
    }    
    .why-chose-ctnt .text-sec {
        padding: 3.571vw 2.381vw 2.381vw;
    }
    .why-chose-sec .img-col img {
        border-radius: 0.952vw 0 0 0;
        max-height: 35.714vw;
        margin-bottom: 3.571vw;
    }    
    .home-banner.cnt-over-img .banner-image img,
    .top-content-banner .banner-image img {
    	border-radius: 10.714vw;
    }
}

@media (min-width:1920px) {
    .listTwoCol li {    
        font-size:1.25vw; 
    }
    body .gform_wrapper input, body .gform_wrapper textarea, body .gform_wrapper select {
        font-size: 1.146vw !important;
        line-height: 1.302vw !important;
    }
    .containerMoveRight {
        padding-left: calc((100vw - 1540px) / 2);
    }
    .containerMoveLeft {
        padding-right: calc((100vw - 1540px) / 2);
    }    
    .menu-content-block:first-child .text-col-outer {
        border-radius: 0.833vw 0.833vw 0 0;
    }
    .menu-content-block .text-col-outer {
        padding: 4.167vw 2.083vw 0px;
    }
    .menu-content-block .img-col img {
        border-radius: 9.375vw 0 0 0;
    }
    .why-chose-ctnt .text-sec {
        padding: 3.125vw 2.083vw 2.083vw;
    }
    .why-chose-sec .img-col img {
        border-radius: 0.833vw 0 0 0;
        max-height: 31.25vw;
        margin-bottom: 3.125vw;
        /*margin-bottom: 0;*/
    }
    .home-banner.cnt-over-img .banner-image img,
    .top-content-banner .banner-image img {
    	border-radius: 9.375vw;
    }
}
@media(max-width:767px){
    .slider-sec .slider {
        padding: 55px 0 20px 0;
    }
    .success-list {
        padding-bottom: 50px;
    }
    .listTwoCol {
        column-count: 1;
    }
    .listTwoCol li {
        font-size: 18px;
    }
    .listTwoCol li:before{
        top: 9px;
    }
    .gform_wrapper .half-field {
        width: 100%;
    }
    .slider-sec .item span {
        font-size: 14px;
        line-height: 1.4;
    }
    .why-chose-ctnt .text-sec {
        padding: 25px;
    }
}