@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-HeavyItalic.eot');
    src: url('../fonts/SFProDisplay-HeavyItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-HeavyItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-HeavyItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-HeavyItalic.ttf') format('truetype'),
        url('../fonts/SFProDisplay-HeavyItalic.svg#SFProDisplay-HeavyItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Medium.eot');
    src: url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Medium.woff') format('woff'),
        url('../fonts/SFProDisplay-Medium.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-LightItalic.eot');
    src: url('../fonts/SFProDisplay-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-LightItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-LightItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-LightItalic.ttf') format('truetype'),
        url('../fonts/SFProDisplay-LightItalic.svg#SFProDisplay-LightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-BlackItalic.eot');
    src: url('../fonts/SFProDisplay-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-BlackItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-BlackItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-BlackItalic.ttf') format('truetype'),
        url('../fonts/SFProDisplay-BlackItalic.svg#SFProDisplay-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-SemiboldItalic.eot');
    src: url('../fonts/SFProDisplay-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-SemiboldItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-SemiboldItalic.ttf') format('truetype'),
        url('../fonts/SFProDisplay-SemiboldItalic.svg#SFProDisplay-SemiboldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-ThinItalic.eot');
    src: url('../fonts/SFProDisplay-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-ThinItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-ThinItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-ThinItalic.ttf') format('truetype'),
        url('../fonts/SFProDisplay-ThinItalic.svg#SFProDisplay-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-UltralightItalic.eot');
    src: url('../fonts/SFProDisplay-UltralightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-UltralightItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-UltralightItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-UltralightItalic.ttf') format('truetype'),
        url('../fonts/SFProDisplay-UltralightItalic.svg#SFProDisplay-UltralightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



:root {
    /*  Text style */
    --font-small: 14px;
    --font-sfprodisplay: 'SF Pro Display';
    --font-55: 55px;
    --font-50: 50px;
    --font-45: 45px;
    --font-40: 40px;
    --font-35: 35px;
    --font-30: 30px;
    --font-24: 24px;
    --font-22: 22px;
    --font-20: 20px;
    --font-18: 18px;
    --font-16: 16px;
    --fw-300: 300;
    --fw-400: normal;
    --fw-500: 500;
    --fw-600: 600;
    --fw-700: bold;
    --fw-800: 800;
    /*  colors */   
    --color-white: #fff;
    --color-black: #000;
    --color-yellow: #FDCD56;
    --color-green: #02A738;
    --color-bush: #0A2423;
    --color-spring-wood:#F8F7F3;
    --color-white-smoke:#F5F5F5;
    --border-color-gray:#E6E6E6;
    --border-color-silver: #CCDFEB;
    --box-shadow-purple: 6px 6px 14px 0px rgb(22 21 97 / 10%);
    --btn-shadow-black: 5px 5px 14px rgb(0 0 0 / 12%);
    /*  colors */   
    --ease-in-out: all 0.3s ease-in-out;
    --ease-sec: all 0.4s ease-in-out;
}
*{
    box-sizing:border-box;
}
body {
    margin: 0;
    font-family: var(--font-sfprodisplay);
    font-size: var(--font-18);
    font-weight: var(--fw-400);
    line-height: 27px;
    color: var(--color-black)
}

p {
    font-size: var(--font-18);
    font-weight: 400;
    line-height: 27px
}

p strong {
    font-weight: 700;
}
strong,
b{
    font-weight: 500 !important;
}
.z-1{
    z-index:1;
}
em {
    font-weight: 600;
    font-style: italic;
}
p a {
    text-decoration: underline;
    color: var(--color-green)
}

a {
    color: var(--color-black);
    transition: var(--ease-in-out);
    text-decoration: none;
}
a:focus
a.btn:focus,
button.btn:focus,
.btn-check:focus+.btn, .btn:focus{
    box-shadow:none !important;
    outline:none !important;
}
a:hover {
    color: var(--color-green) !important;
}

*:first-letter,h3,h4,h5,h6 {
    text-transform: capitalize
}

h1,h2,h3,h4,h5 {
    font-family: var(--font-sfprodisplay);
    font-weight: var(--fw-700);
    line-height: normal;
    text-transform: capitalize;
}
h1 {
    font-size: var(--font-50);
    line-height: 60px;
}
h2 {
    font-size: var(--font-35);
    line-height: 45px;
    font-weight: var(--fw-500)
}

h3 {
    font-size: var(--font-30);
    color: var(--color-white);
}

h4 {
    font-size: var(--font-24);
}

h5 {
    font-size: var(--font-22);
}

h6 {
    font-size: var(--font-20);
}

ul {
    padding-left: 0;
    list-style: none;
    margin: 0
}
p:last-child{margin-bottom: 0 !important;}
img {
    max-width: 100%;
    height: auto;
    width: auto;
}
.container{
    max-width:1380px;
}
.disable-consult-btn {
    pointer-events: none;
}
@media (max-width: 1441px) { 
    .container{
        max-width:1200px;
        padding:0 25px;
    }
}

i{font-weight: 600}
input {
    outline: 0 !important
}

select{
    text-transform: capitalize;
}
/**/
.btn-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none !important;
    color: var(--color-white);
    font-size: var(--font-16);
    font-weight: var(--fw-500);
    letter-spacing: 2px;
    padding: 7px 9px;
    line-height: normal;
    transition: var(--ease-in-out);
}
.btn-link-arrow:before {
    content: "";
    position: absolute;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    left: 0;
    top: 0;
    background-color: var(--color-green);
    z-index: -1;
    transition: var(--ease-in-out);
}
.btn-link-arrow svg path {
    fill: var(--color-green);
    transition: var(--ease-in-out);
}
.btn-link-arrow svg{
    transition: var(--ease-in-out);
}
.btn-link-arrow:hover::before{
    left: calc(100% - 34px);
}
.btn-link-arrow:hover svg{
    margin-left: 5px;
}
.btn-link-arrow:hover svg path {
    fill: var(--color-white);
}
/*btn1*/
.btn1{
    position: relative;
    padding: 16px 30px;
    font-weight: var(--fw-500);
    line-height: 20px;
    font-family: var(--font-sfprodisplay);
    border-radius: 5px;
    transition: var(--ease-in-out);
    overflow: hidden;
    text-transform: uppercase;
    font-size: var(--font-16);
    border: solid 2px var(--color-yellow);
    background-color: var(--color-yellow);
    display: inline-flex;
    align-items: center;
    letter-spacing: 2px;
    justify-content: center;
}
.btn1::after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    transition: all 0.6s ease;
    background-color: #fff;
    bottom: 0;
    right: 0;
}
.btn1::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    transition: all 0.9s ease;
    background-color: #fff;
    top: 0;
    left: 0;
}
.btn1 *{
    z-index:1;
}
.btn1 > span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.btn1:hover{
    color:var(--color-black) !important;
}
.btn1:hover::before {
    width: 0%;
    background-color: #fff;
    right: 0;
}
.btn1:hover::after {
    width: 100%;
    background-color: #fff;
    left: 0;
}
/*btn green*/
.btn-green {
    background-color: var(--color-green) !important;
    border-color: var(--color-green) !important;
}
.btn-green span {
    color: #fff;
    transition: all 0.9s ease;
}
.btn-green span svg path{
    fill: #fff;
    transition: all 0.9s ease;

}
.btn-green:hover span {
    color: #000;
    transition: all 0.9s ease;
}
.btn-green:hover span svg path{
    fill: #000;
    transition: all 0.9s ease;
}

span.design-title {
    font-size: 16px;
    color: #000;
    background: #FFE819;
    position: relative;
    font-weight: 700;
    font-family: var(--font-sfprodisplay);
    padding: 5px 15px;
    border-radius: 30px;
}
span.design-title:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border: solid 1px #fff;
    border-radius: 30px;
    left: 0;
    transform: rotate(-5deg);
}
span.design-title span {
    position: relative;
    z-index: 1;
}
span.design-title:after {
    border-style: solid;
    border-width: 0 0 12px 12px;
    height: 0;
    width: 0;
    content: "";
    border-color: transparent;
    border-bottom-color: #ffe819;
    left: 50%;
    position: absolute;
    bottom: 0;
    transform: rotate(45deg) translateY(8px);
}
/*inner-sec*/
.section-inner-head h2{
    margin: 0 0 30px;
}

.dark-section {
    background: linear-gradient(180deg, #0C1B3C 0%, #192C53 100%);
}
.form-group .common_error_message {
    position: absolute;
    bottom: -22px;
    color: #f00;
    font-size: 13px;
    left: 0px;
}
.form-group.enter-value .common_error_message {
    left: 0;
}
.contact-form-home form .form-group > div {
    width: 100%;
}
.filelabel{
    max-width: 100% !important;
}
.error-page {
    text-align: center;
    padding: 100px 0;
}
.error-page h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 60px;
    margin-bottom: 40px;
}
.error-page p {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 22px;
    margin-top: 40px;
}
.get-back {
    color: #072551;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
}
@media only screen and (max-width:1441px){
    p,body {
        font-size: var(--font-16);
        line-height: 24px;
    }
    h1 {
        font-size: var(--font-45);
        line-height: 55px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .section-inner-head h2 {
        margin: 0 0 15px;
    }
    h3 {
        font-size: 26px;
    }
    h4 {
        font-size: var(--font-22);
    }
    .btn1 {
        padding: 15px 20px;
        line-height: 16px;
        font-size: 16px;
    }
}   
@media only screen and (max-width:1199px){
    .container-fluid {
        padding: 0 25px;
    }
    h1 {
        font-size: var(--font-35);
        line-height: 45px;
    }

    h2 {
        font-size: 26px;
        line-height: 38px;
    }
    .section-inner-head h2 {
        margin: 0 0 10px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: var(--font-20);
    }
    .btn1 {
        padding: 14px 20px;
        line-height: 14px;
        font-size: 14px;
    }
}  
@media only screen and (max-width:767px){
    h1 {
        font-size: var(--font-30);
        line-height: 40px;
    }
}   
@media only screen and (max-width:575px){

    .contact-form-home .button-group button {
        max-width: 100% !important;
    }
}

/* Forms Submit loader */
.formloading {
    pointer-events: none; /* Prevent clicking */
    opacity: 0.6; /* Make the button semi-transparent */
    position: relative; /* To position the loading spinner */
  }
  
  .formloading .position-relative::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 4px solid #fff;
    border-top: 4px solid #25395c; /* Spinner color */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transform: translate(-50%, -50%);
    z-index: 9999999;
  }
  
  /* Keyframe for spinner rotation */
  @keyframes spin {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  
  /* Adjust the button text when loading */
  .formloading .position-relative {
    opacity: 1; /* Hide the button text */
  }
  
  #schedule_interview span.error_message {
      margin-top: 15px;
      display: block;
      text-align: center;
      color: red;
      font-size: 15px;
      margin-bottom: -15px;
  }
  #schedule_interview span.success_message {
      margin-top: 15px;
      display: block;
      text-align: center;
      color: #008000;
      font-size: 15px;
      margin-bottom: -15px;
  }