@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');



:root {

  --lightPurple:#4D027E;

  --purple:#440071;

  --darkPurple:#3C0164;

  --lightMagenta:#660868;

  --magenta:#720C63;

  --darkMagenta:#5C066B;

  --red:#FF2E44;

  --shades01:#FFFFFF;

  --shades02:#000000;

  --shades03:#ECECEC;

  --shades04:#646464;

  --shades05:#FAFAF8;

  --shades06:#B4B4B4;

  --shades07:#D9D9D9;

  --lightPurple-rgb:77, 2, 126;

  --purple-rgb:68, 0, 113;

  --darkPurple-rgb:60, 1, 100;

  --lightMagenta-rgb:102, 8, 104;

  --magenta-rgb:114, 12, 99;

  --darkMagenta-rgb:92, 6, 107;

  --red-rgb:255, 46, 68;

  --shades01-rgb:255, 255, 255;

  --shades02-rgb:0, 0, 0;

  --shades03-rgb:236, 236, 236;

  --shades04-rgb:100, 100, 100;

  --shades05-rgb:250, 250, 248;

  --shades06-rgb:180, 180, 180;

  --shades07-rgb:217, 217, 217;

  scroll-behavior:unset;

}



/* ********|| INITIALIZATION START ||******** */

body, html { width: 100%; line-height:18px; margin:0 auto !important;padding:0 !important;font-family: "Urbanist", sans-serif; font-weight: 400; -webkit-font-smoothing: subpixel-antialiased;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);font-size: 14px; line-height: 1.2; color: var(--shades02); background:var(--shades01);position: relative; z-index: 0; scroll-behavior: smooth;}

*{transition: all 0s ease;}

*:focus{outline: none !important;outline-offset: none !important;outline-offset: 0 !important;}

*,::after,::before{box-sizing: border-box;}

a {color:var(--green01); text-decoration: none;transition: all 0.3s ease;}

a:hover{text-decoration: none;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease;transition: all 0.3s ease;}

a:focus{ outline: none;text-decoration: none;}

button{transition: all 0.3s ease;}

p { margin: 0 0 10px; }

hr{margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid rgba(var(--shades04-rgb), 0.2);}

section{position:relative;}

input:focus, label:focus{outline: none !important;outline-offset: none !important;outline-offset: 0 !important;}

.scrollbar::-webkit-scrollbar { width: 0.5rem; height: 0.5rem; border-radius: 100vh; transition:all 0.3s ease; }

.scrollbar::-webkit-scrollbar-track { border-radius: 0; background-color: #d6c8dd; border-radius: 100vh; transition:all 0.3s ease; }

.scrollbar::-webkit-scrollbar-thumb { background-color: rgba(var(--purple-rgb), 1); border-radius: 100vh; transition:all 0.3s ease; }

/* ********|| INITIALIZATION END ||******** */



/* ********|| BODY START ||******** */

#loader {



  position: fixed;



  top: 0;



  left: 0;



  width: 100%;



  height: 100%;



  background: rgba(0, 0, 0, 0.5);



  z-index: 1000;



  display: flex;



  justify-content: center;



  align-items: center;



}





#loader img {



  width: 200px;



  height: 200px;



}





/* ********|| BODY END ||******** */





/* ********|| PSEUDO ELEMENTS START ||******** */

::selection{ background-color:var(--purple); color:var(--shades01)}

::-moz-selection{ background-color:var(--purple); color:var(--shades01)}

::-webkit-selection{ background-color:var(--purple); color:var(--shades01)}

:-webkit-focus { outline: none !important; }

:-moz-focus { outline: none !important; }

:focus { outline: none !important; }

select:-webkit-focusring { color: var(--purple) !important;text-shadow: 0 0 0 var(--shades01);}

select:-moz-focusring {color: var(--purple) !important;text-shadow: 0 0 0 var(--shades01);}

select:focusring {color: var(--purple) !important; text-shadow: 0 0 0 var(--shades01);}

::input-placeholder{ color:var(--shades02) !important;}

::-moz-input-placeholder{ color:var(--shades02) !important;}

::-webkit-input-placeholder{ color:var(--shades02) !important;}

/* ********|| PSEUDO ELEMENTS END ||******** */



/* ********|| BOOTSTRAP FIX START ||******** */

@media (min-width: 576px){

	.container{max-width: none;}

	.modal-dialog{max-width: 700px;}

	.modal-sm{max-width: 400px;}

}

@media (min-width: 768px){

	.container{max-width: 740px;}

}

@media (min-width: 992px){

	.container{max-width: 960px;}

}

@media (min-width: 1200px){

	.container{max-width: 1170px;}

}

@media (min-width: 1400px){

	.container{max-width: 1280px;}

}

@media (min-width: 1600px){

	.container{max-width: 1400px;}

}

@media (min-width: 1900px){

	.container{max-width: 1600px;}

}

/* ********|| BOOTSTRAP FIX END ||******** */



/* ********|| CHECKBOX START ||******** */

.checkbox{position: relative;padding: 4px 0 4px 30px;display: inline-block;}

.checkbox .checkbox-input{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;opacity: 0; cursor: pointer;}

.checkbox .checkbox-label{position: relative;margin: 0;line-height: 16px;font-size: 14px; color: var(--shades02);}

.checkbox .checkbox-label:before{content:'';position:absolute;width: 20px;height: 20px;background-color: transparent;border: 1px solid var(--shades03);top: -1px;left: -30px; border-radius: 4px;transition: all 0.3s ease;}

.checkbox .checkbox-label:after{content: "\f00c";position: absolute;font-family: "Font Awesome 6 Pro";width: 20px;height: 20px;top:-1px;left: -30px;font-weight: 500;font-size: 14px; line-height: 1;color: var(--shades01);display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: all 0.3s ease;}

.checkbox .checkbox-input:checked ~ .checkbox-label:after{opacity: 1; visibility: visible;}

.checkbox .checkbox-input:checked ~ .checkbox-label:before{background-color: var(--red);border: 1px solid var(--red);}

/* ********|| CHECKBOX END ||******** */

/* ********|| RADIO START ||******** */

.radio{position: relative;padding: 4px 0 4px 30px;display: inline-block;}

.radio .radio-input{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;opacity: 0; cursor: pointer;}

.radio .radio-label{position: relative;margin: 0;line-height: 16px;font-size: 14px; color: var(--shades02);}

.radio .radio-label:before{content:'';position:absolute;width: 20px;height: 20px;background-color: transparent;border: 1px solid var(--shades03);top: -1px;left: -30px; border-radius: 50%;transition: all 0.3s ease;}

.radio .radio-label:after{content: '';position: absolute;width: 11px;height: 11px;top: 4px;left: -25px;font-weight: 500;font-size: 14px;line-height: 1;background-color: var(--red);display: flex;align-items: center;justify-content: center;border-radius: 50%;opacity: 0;visibility: hidden;transition: all 0.3s ease;}

.radio .radio-input:checked ~ .radio-label:after{opacity: 1; visibility: visible;}



.radio-line { display: flex; gap: 40px;}

.radio-option { position: relative; display: flex; align-items: center; gap: 8px; cursor: pointer; font-size: 16px; user-select: none;}

.radio-option input { position: absolute; opacity: 0; pointer-events: none;}

.radio-custom { width: 20px; height: 20px; border: 2px solid #b5b5b5; border-radius: 50%; display: inline-block; position: relative; transition: all 0.2s ease;}



.radio-custom::after { content: ""; position: absolute; width: 12px; height: 12px; background:#e3973b; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0); transition: 0.2s ease;}



.radio-option input:checked + .radio-custom { border-color: #e3973b;}



.radio-option input:checked + .radio-custom::after { transform: translate(-50%, -50%) scale(1);}

/* ********|| RADIO END ||******** */



/* ********|| SWITCH START ||******** */

.switch{position: relative;padding:0;display: block;}

.switch .switch-input{position: absolute;z-index: 1;top: 0;left: 0;width: 100%;height: 100%;opacity: 0; cursor: pointer;}

.switch .switch-labels{position: relative;margin: 0;line-height: 16px;font-size: 14px;color: var(--shades02);height: 40px;border-radius: 4px;background-color: var(--shades01);display: flex;align-items: center; z-index: 0;}

.switch .switch-labels span{display: flex;justify-content: center;width: 100%;padding: 0 10px;font-size: 14px;font-weight: 500;color:var(--shades02);transition: all 0.3s ease;}

.switch .switch-labels span+span{color:var(--shades01)}

.switch .switch-labels:after{content: "";position: absolute;transition: all 0.3s ease;top: 4px;left: 4px;width: calc(50% - 8px);height: calc(100% - 8px);background-color: var(--red);border-radius: 4px;z-index: -1;transform: translateX(calc(100% + 4px));}

.switch .switch-input:checked ~ .switch-labels:after{transform: translateX(calc(0% + 4px));}

.switch .switch-input:checked ~ .switch-labels span{color:var(--shades01)}

.switch .switch-input:checked ~ .switch-labels span+span{color:var(--shades02)}

/* ********|| SWITCH END ||******** */



/* ********|| MODAL START ||******** */

.modal .btn-close{background-image: none;padding: 0;width: 32px;height: 32px;display: flex;align-items: center;justify-content: center;border-radius: 50%;font-size: 20px;opacity: 1;position: absolute;top: -16px;right: -16px;background-color: var(--shades01);box-shadow: 0 2px 5px rgba(0,0,0,0.2);}

.modal .modal-content{border: none;box-shadow: 0 2px 20px rgba(var(--shades02-rgb), 0.5);border-radius: 8px;}

/* ********|| MODAL END ||******** */



/* ********|| HEADER START ||******** */



/* ********|| HEADER END ||******** */



/* ********|| BANNER START ||******** */

.banner-section{padding: 70px 0; position: relative; overflow: hidden;}

/* .banner-section::after{content: ""; width: 800px; height: 800px; border-radius: 50%; position: absolute; top: 0; right: 0; background-color: #f1f1f1; overflow: hidden; z-index: -1;} */

/* .banner-section::before{content: ""; background-image: url(../images/banner-photo.png); width: 1014px; height: 686px;  background-repeat: no-repeat; background-size: cover;    position: absolute; top: 0; right: 0; z-index: 1; border-radius: 50%; overflow: hidden;} */



/* .banner-section .banner-section-image::before{content: ""; position: absolute; top: -445px; right: -127px; width: 1131px; height: 1131px; border-radius: 50%; background-color: #f1f1f1; z-index: -1;} */



 .banner-section .banner-right-form .banner-section-image{ position: absolute; top: -330px; right: -332px; width: 165%; height: 132%;  overflow: hidden; border-radius: 50%; background-color: #f2f2f2; z-index: -1;}

.banner-section .banner-right-form .banner-section-image img{width: 100%; height: 124%; object-fit: cover; object-position: right;}









.banner-section .banner-left-text-banner-right-form-wrapper{display: flex; align-items: center;  gap: 50px;   justify-content: space-between;position: relative; z-index: 2;}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text{width: 50%;}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form{width: 45%; position: relative;}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content{}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-subheading{font-size: 77px; line-height: 1.2; font-weight: 600; color: #253341; margin-bottom: 45px; display: flex; flex-direction: column;}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-subheading span{font-size: 104px; line-height: 0.9  ; color: #7ac144; font-weight: 900; text-transform: uppercase; margin-top: 12px;}



.banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-paragraph{font-size: 32px; line-height: 1.3; font-weight: 700; color: #253341; max-width: 530px; margin-bottom: 36px;} 

.banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-paragraph span{line-height: 1.2; color: #e3973b; border-bottom: 2px solid #e3973b;}





.banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-content-logo-wrap{}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-content-logo-wrap .banner-logo-hsbc-img{width: 355px; height: 78px; margin-bottom: 30px;}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-content-logo-wrap .banner-logo-hsbc-img img{width: 100%; height: 100%; object-fit: contain;}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-content-logo-wrap .banner-logo-barclays-img{width: 374px; height: 63px;}



.banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-content-logo-wrap .banner-logo-barclays-img img{width: 100%; height: 100%; object-fit: contain;}

















.banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content{ background-color: #ffffff; padding: 30px 40px; border-radius: 30px; box-shadow: 0px 14px 24px -1px rgba(0, 0, 0, 0.2); position: relative; z-index: 2;}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .form-title{font-size: 55px; line-height: 1.1; color: #253341; font-weight: 800; margin-bottom: 35px;}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .form-group{display: flex; gap: 20px;}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .input-group{display: flex; flex-direction: column; gap: 10px; width: 50%;}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .form-Questions{display: flex; flex-direction: column; gap: 15px;}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .input-group-full{display: flex; gap: 15px; margin-bottom: 20px;}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .radio-row{display: flex; gap: 15px; margin-bottom: 20px;}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .captcha-box{display: flex; margin-bottom: 20px; background-color: #f7f7f7; padding: 15px; border-radius: 10px; align-items: center; gap: 10px;}

.banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .form-ladel{font-size: 18px; font-weight: 800; color: #000000; text-transform: uppercase;}

.banner-right-form .banner-right-form-content .form-group .input-group .form-text{font-size: 16px; color: #404040; font-weight: 400; padding: 17px; margin-top: 0;  border: 1px solid #d8dadd; border-radius: 10px!important;  margin-bottom: 20px; background-color: #f7f7f7; width: 100%;}

button, input, optgroup, select{border: none; background: none}

/* .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){border-top-left-radius: 10px;  border-bottom-left-radius: 10px;} */

.form-Questions .form-Questions-sms{border: 1px solid #d8dadd; padding: 17px; border-radius: 10px; background-color: #f7f7f7; font-size: 16px;}

.form-Questions{margin-bottom: 20px;}

.radio-group{display: flex; align-items: center; gap: 15px;}

.input-group-full .form-radio-text{font-size: 18px; color: #253341; font-weight: 400;}

.input-group-radio{font-size: 18px; font-weight: 700; color: #253341;}

.radio-row .form-radio-text{font-size: 18px; color: #253341;}

.captcha-box .check-box{width: 25px; height: 25px;}

.captcha-box span{font-size: 16px; font-weight: 500;}

.form-btn{display: flex; align-items: center; justify-content: center; margin-top: 30px;}

.form-submit-btn{font-size: 20px; line-height: 1.1; color: #ffffff; font-weight: 700; background-color: #e3973b; border-radius: 10px; padding: 17px 50px; transition: all 0.3s;}

.form-btn .form-submit-btn span{font-size: 17px; margin-left: 7px;}

.form-submit-btn:hover{transform: translateY(-3px); background: #7ac145;}



/* ********|| BANNER END ||******** */

/* ********|| Risk Disclosure ||******** */


    section.disclosure {
        padding: 25px;
        background: #fff;
    }
    .disclosure-wrapper {
        padding: 60px;
        background-image: linear-gradient(145deg, #d6eaf2, #ffffff, #d6eaf2);
        border-radius: 50px;
    }
    .disclosure-wrapper .container {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 60px;
        max-width: 100%;
        padding: 0 3%;
    }
    .disclosure-subtitle {
        font-size: 35px;
        line-height: 1.2;
        font-weight: 800;
        color: #7ac145;
        margin: 0 0 18px;
    }
    .disclosure-subtitle span{
        color: #0f0f0f;
    }
    .project-des {
        font-size: 27px;
        font-weight: 600;
        color: var(--textColor);
        margin-bottom: 24px;
        line-height: 1.3;
    }
    .banner-description ul {
        padding-left: 0;
        margin: 34px 0 35px;
    }
    .banner-description ul li {
        list-style: none;
        position: relative;
        align-items: self-start;
        padding-left: 20px;
        padding-bottom: 6px;
        font-size: 19px;
        font-weight: 600;
        margin: 0 0 17px;
    }
    .banner-description ul li:before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50px;
        border: 3px solid var(--primaryColor);
        position: absolute;
        top: 2px;
        left: 0;
    }
    .banner-description p {
        font-size: 19px;
        font-weight: 600;
        color: var(--textColor);
        margin-bottom: 45px;
        line-height: 1.5;
    }

    @media screen and (max-width: 768px){
      .disclosure-wrapper .container{grid-template-columns: repeat(1, minmax(0, 1fr)); gap: 30px;}
      .disclosure-subtitle{font-size: 30px;}
    }
    @media screen and (max-width: 480px){
      .disclosure-wrapper{padding: 50px 20px 0;}
      .project-des{font-size: 16px;}
      .banner-description ul li{font-size: 17px;}
      .banner-description p{font-size: 17px;}
      .disclosure-subtitle{font-size: 21px;}
      .disclosure-wrapper .container{gap: 0;}
    }






/* ********|| Risk Disclosure end  ||******** */












/* ********|| ABOUT-SECTION-START ||******** */

.about-section{ position: relative; padding: 70px 0; background-position: top; background-repeat: no-repeat; background-size: cover;}

/* .about-section::after{content: ""; position: absolute; top: 0; width: 100%; height: 60%;

background: linear-gradient(180deg, rgba(248, 248, 248, 1) 11%, rgba(255, 255, 255, 0.53) 40%);border-radius: 50%;} */

.about-section .about-section-content{padding: 0 150px; position: relative; z-index: 2;}

.about-section .about-section-content .about-section-heading{font-size: 70px; line-height: 1.1; font-weight: 700; color: #253341; text-align: center; margin-bottom: 80px;}

.about-section .about-section-content .about-section-list-icon{display: flex; align-items: center; gap: 20px; padding: 30px 20px; border-top: 0.5px solid rgba(0, 0, 0, 0.08); border-bottom: 0.5px solid rgba(0, 0, 0, 0.08);}

.about-section .about-section-content .about-section-list-icon .list-icon-img-wrap{display: flex;flex-direction: column;gap: 5px; width: 10%;}

.about-section .about-section-content .about-section-list-icon .list-icon-img-wrap .img-wrap{height: 26px;width: 100%;overflow: hidden;}

.about-section .about-section-content .about-section-list-icon .list-icon-img-wrap .img-wrap img{width: 100%; height: 100%; object-fit: contain;}

.about-section .about-section-content .about-section-list-icon .list-icon{width: 10%}

.about-section .about-section-content .about-section-list-icon .list-icon img{width: 60px; height: 60px; object-fit: contain;}

.about-section .about-section-content .about-section-list-icon .about-section-list{font-size: 32px; line-height: 1.4; color: #253341; font-weight: 400;}

.about-section .about-section-content .about-section-list-icon .about-section-list span{font-weight: 600;}



/* ********|| ABOUT-SECTION-END ||******** */













/* ********|| section-funding-details-START ||******** */



.section-funding-details{padding: 0 70px;}

.section-funding-details .title{font-size: 70px; line-height: 1.1; font-weight: 700; text-align: center; color: #253341; margin-bottom: 60px;} 

.funding-details{margin: 0 0 80px;}

.funding-details .funding-details-wrapper{display: flex;justify-content: center; gap: 150px; align-items: center;   padding: 5px 0;  position: relative;}

.funding-details .funding-details-wrapper .funding-details-left-text{ color: #cfcfcf; border-radius: 70px; width: 45%; position: relative; padding: 20px 30px; text-align: end; position: relative;} 

.funding-details .funding-details-wrapper .funding-details-left-text::after{content: ""; background: url(../images/border-2.png); background-position: center;  background-repeat: no-repeat; background-size: contain; position: absolute; top: 50%; transform: translateY(-50%); right: -15px; width: 36%; height: 100%; z-index: -1;}

.funding-details .funding-details-wrapper .funding-details-left-right::after{content: ""; background: url(../images/border-right.png); background-position: center;  background-repeat: no-repeat; background-size: contain; position: absolute; top: 50%; transform: translateY(-50%); left: -15px; width: 36%; height: 100%; z-index: -1;}



.funding-details .funding-details-wrapper .funding-details-left-text span{ font-size: 25px; line-height: 1.2; color: #253341; font-weight: 400;   text-align: end;}





.funding-details .funding-details-wrapper::after{content: ""; position: absolute; left: 47.8%; top: 50%; transform: translate(-50%, -50%); border-width: 2px; border-style: dashed; width: 130px; color: #c6c6c6;}

.funding-details .funding-details-wrapper::before{content: ""; position: absolute; left: 47.8%; top: 50%; transform: translate(-50%, -50%); width: 19px; height: 19px; border-radius: 50%; background-color: #e3973b; z-index: 1;}







.funding-details .funding-details-wrapper .funding-details-left-right span{font-size: 30px; font-weight: 700; line-height: 1.2; color: #e3973b; }

.funding-details .funding-details-wrapper .funding-details-left-right{ color: #cfcfcf;  padding: 20px 30px; border-radius: 70px; width: 50%; text-align: start; position: relative;}

.funding-details-left-right .funding-detail-img-wrap{display: flex; gap: 10px; align-items: center;}

.funding-details-left-right .funding-detail-img-wrap .img-wrap{width: 183px; height: 40px;}

.funding-details-left-right .funding-detail-img-wrap .img-wrap img{width: 100%; height: 100%; object-fit: contain;}

/* .funding-details-left-right .funding-detail-img-wrap .img-wrap:nth-child(2){width: 160px; height: 27px;} */

.funding-details-btn-wrap{display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 52px;}

 

.funding-details-btn-wrap .funding-details-btn{font-size: 20px; font-weight: 700; color: #ffffff; background-color: #e3973b; border-radius: 10px; padding: 10px  25px 10px 15px; display: flex; align-items: center; gap: 10px;} 

.funding-details-btn-wrap .funding-details-btn .funding-details-btn-icon{display: flex; align-items: center; justify-content: center; width: 53px; height: 50px; border-radius: 50%; background-color: #ffffff7a; gap: 10px;}

.funding-details-btn-wrap .funding-details-btn:nth-child(2){background-color: #7ac144;}

.funding-details-btn-wrap .funding-details-btn .funding-details-btn-icon img{width: 100%; height: 60%; object-fit: contain;}

footer .footer-content .footer-heading { font-size: 40px; text-align: center;}

footer .footer-content .footer-icon { width: 54px; height: 50px;}



/* ********|| section-funding-details-END ||******** */



/* ********|| FOOTER START ||******** */

footer{ background-image: url(../images/footer-bg.png);background-repeat: no-repeat;background-position: bottom;background-size: cover;position: relative;padding: 85px 0 20px;z-index: 1;}



/* footer::after{content: ""; position: absolute; top: 0; width: 100%; height: 100%; background-color: #f7f7f7;} */



footer .footer-content{display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 20px;}

footer .footer-content .footer-icon{width: 64px; height: 62px;}

footer .footer-content .footer-icon img{width: 100%; height: 100%; object-fit: contain;}

footer .footer-content .footer-heading{font-size: 50px; line-height: 1.1; font-weight: 700; color: #253341;}

footer .footer-btn-wrap{display: flex; align-items: center; justify-content: center; }

footer .footer-btn-wrap .footer-btn{font-size: 20px; font-weight: 700; line-height: 1.2; color: #ffffff; background-color: #7ac144; padding: 20px; border-radius: 10px; text-transform: uppercase;}

footer .footer-btn-wrap .footer-btn span{padding-left: 5px;}



footer .footer-logo-wrap{display: flex; align-items: center; justify-content: center; margin-top: 70px; border-top: 1px solid #bdbdbd;  padding-top: 25px;}



footer .footer-logo-wrap .footer-logo{width: 200px; height: 60px;}

footer .footer-logo-wrap .footer-logo img{width: 100%; height: 100%; object-fit: contain; filter: grayscale(100);}



/* ********|| RESPONSIVE START ||******** */

@media screen and (max-width: 1600px) {



  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-subheading{font-size: 61px; margin-bottom: 32px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-subheading span{font-size: 82px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-paragraph{font-size: 25px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-content-logo-wrap .banner-logo-hsbc-img { width: 280px; height: 60px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .form-title { font-size: 42px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .form-ladel { font-size: 14px;}

  .banner-right-form .banner-right-form-content .form-group .input-group .form-text{padding: 15px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .input-group{gap: 8px;}

  .banner-right-form .banner-right-form-content .form-group .input-group .form-text{margin-bottom: 16px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .form-group{gap: 16px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content{padding: 30px 30px;}

  .about-section .about-section-content .about-section-heading { font-size: 54px; margin-bottom: 60px;}

  .about-section .about-section-content .about-section-list-icon .about-section-list { font-size: 24px;}

  .section-funding-details .title { font-size: 54px; margin-bottom: 40px;}

  .funding-details .funding-details-wrapper .funding-details-left-text span {font-size: 20px;}

  .funding-details .funding-details-wrapper .funding-details-left-right span { font-size: 22px;}

  .funding-details .funding-details-wrapper::after{width: 118px;}

  .funding-details .funding-details-wrapper::before{width: 18px; height: 18px;}

  .funding-details-left-right .funding-detail-img-wrap .img-wrap { width: 140px; height: 30px;}

  footer .footer-logo-wrap .footer-logo { width: 180px; height: 50px;}

  .form-submit-btn {font-size: 18px;}

  .funding-details-btn-wrap .funding-details-btn { font-size: 18px;}

  footer .footer-btn-wrap .footer-btn {font-size: 18px;}

  footer{padding: 60px 0 20px;}

  .about-section .about-section-content .about-section-list-icon{padding: 20px 20px;}

  .input-group-full .form-radio-text { font-size: 16px;}

  footer .footer-content .footer-heading{font-size: 40px;}

  footer .footer-content .footer-icon{width: 54px;}

  

}



@media screen and (max-width: 1540px) {

  

}



@media screen and (max-width: 1470px) {

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-subheading{max-width: 550px; font-size: 56px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-subheading span { font-size: 70px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-content-logo-wrap .banner-logo-hsbc-img { width: 256px; height: 56px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .form-title { font-size: 38px;}

  .about-section .about-section-content .about-section-heading { font-size: 48px; margin-bottom: 50px;}

  .about-section .about-section-content .about-section-list-icon .about-section-list { font-size: 21px;}

  .about-section .about-section-content .about-section-list-icon .list-icon img { width: 55px; height: 55px;}

  .section-funding-details .title { font-size: 48px; margin-bottom: 35px;}

  .funding-details .funding-details-wrapper .funding-details-left-text span { font-size: 18px;}

  .funding-details .funding-details-wrapper .funding-details-left-right span { font-size: 20px;}

  .funding-details .funding-details-wrapper::before { width: 16px; height: 16px;}

  .funding-details-btn-wrap .funding-details-btn { font-size: 16px;}

  .funding-details-btn-wrap .funding-details-btn .funding-details-btn-icon{width: 45px; height: 45px;}

  footer .footer-content .footer-heading {font-size: 36px;}

  footer .footer-content .footer-icon { width: 48px;}

  .form-submit-btn {font-size: 16px;}

  footer .footer-btn-wrap .footer-btn {font-size: 16px;}



  

}



@media screen and (max-width: 1400px) {

  

}



@media screen and (max-width: 1366px) {



  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-subheading {  max-width: 400px;  font-size: 50px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-subheading span { font-size: 60px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-paragraph { font-size: 22px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-content-logo-wrap .banner-logo-hsbc-img { width: 225px; height: 48px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .form-title {font-size: 30px;}

  content .form-group .input-group .form-text { padding: 14px;}

  .form-Questions .form-Questions-sms{padding: 14px;}

  .about-section .about-section-content .about-section-heading { font-size: 44px; margin-bottom: 44px;}

  .about-section .about-section-content .about-section-list-icon { padding: 18px 18px;}

  .about-section .about-section-content .about-section-list-icon .about-section-list {font-size: 18px;}

  .about-section .about-section-content .about-section-list-icon .list-icon img { width: 48px; height: 48px;}

  .section-funding-details .title {font-size: 44px;}

  footer .footer-content .footer-heading { font-size: 30px;}

  footer .footer-logo-wrap .footer-logo { width: 140px; height: 40px;}

  .banner-section{padding: 42px 0;}

  .banner-section .banner-right-form .banner-section-image{width: 175%;}

  

}



@media screen and (max-width: 1280px) {

  

}



@media screen and (max-width: 1200px) {

  

}



@media screen and (max-width: 1024px) {

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-subheading{font-size: 40px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-subheading span { font-size: 50px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-paragraph {font-size: 20px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-content-logo-wrap .banner-logo-hsbc-img { width: 198px; height: 40px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form{width: 50%;}

  .about-section .about-section-content .about-section-heading { font-size: 38px;}

  .about-section .about-section-content .about-section-list-icon .about-section-list { font-size: 16px;}

  .about-section .about-section-content .about-section-list-icon .list-icon img { width: 38px; height: 38px;}

  .about-section .about-section-content .about-section-list-icon { padding: 16px 18px;}

  .section-funding-details .title { font-size: 38px;}

  .funding-details .funding-details-wrapper .funding-details-left-text::after{width: 60%;}

  .funding-details .funding-details-wrapper .funding-details-left-right::after{width: 60%;}

  .funding-details .funding-details-wrapper .funding-details-left-text span {font-size: 16px;}

  .funding-details .funding-details-wrapper .funding-details-left-right span {font-size: 16px;}

  .funding-details-left-right .funding-detail-img-wrap .img-wrap { width: 120px; height: 24px;}

  

}



@media screen and (max-width: 990px) {

  .banner-section .banner-left-text-banner-right-form-wrapper{gap: 30px; flex-direction: column;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text{width: 100%;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form{width: 100%;}

  .banner-section .banner-right-form .banner-section-image{width: 134%; height: 110%; top: -130px; right: -332px;}

  .about-section .about-section-content{padding: 0;}

  .about-section .about-section-content .about-section-heading{font-size: 32px; margin-bottom: 34px;}

  .about-section .about-section-content .about-section-list-icon .list-icon img { width: 34px; height: 34px;}

  .section-funding-details .title{margin-bottom: 28px; font-size: 32px;}

  .funding-details .funding-details-wrapper .funding-details-left-text{padding: 20px 25px;}

  .funding-details .funding-details-wrapper .funding-details-left-right{padding: 20px 25px;}

  .funding-details-left-right .funding-detail-img-wrap .img-wrap { width: 90px; height: 20px;}

  .funding-details .funding-details-wrapper::after{border-width: 1px;}

  .funding-details .funding-details-wrapper{gap: 142px;}

  .funding-details .funding-details-wrapper::before { width: 14px; height: 14px;}

  .section-funding-details{padding: 0;}

  .funding-details .funding-details-wrapper .funding-details-left-right span{font-size: 15px;}

  .funding-details .funding-details-wrapper .funding-details-left-text span {font-size: 15px;}

  footer .footer-content .footer-icon{width: 40px; height: 45px;}

  footer .footer-content .footer-heading { font-size: 26px;}

  footer .footer-btn-wrap .footer-btn { font-size: 16px;}

  .banner-section { padding: 42px 0 75px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-subheading {font-size: 45px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-subheading span { font-size: 56px;}

}



@media screen and (max-width: 990px) and (orientation:landscape){

  

}



@media screen and (max-width: 480px) {



  .container{padding: 0 20px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-subheading { max-width: 300px; font-size: 30px; margin-bottom: 22px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-subheading span {font-size: 40px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-left-text-content-paragraph { font-size: 18px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-content-logo-wrap .banner-logo-hsbc-img { width: 160px; height: 32px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .form-title { font-size: 22px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .form-group{flex-direction: column; gap: 0px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .input-group{width: 100%;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content { padding: 20px 20px;}

  .banner-section .banner-right-form .banner-section-image { width: 186%; height: 88%; top: -70px; right: -332px;}

  .about-section .about-section-content .about-section-heading { font-size: 22px; margin-bottom: 28px;}

  .about-section{padding: 50px 0 70px;}

  .about-section .about-section-content .about-section-list-icon .list-icon-img-wrap .img-wrap { height: 18px; width: 100%;}

  .about-section .about-section-content .about-section-list-icon{gap: 18px;}

  .about-section .about-section-content .about-section-list-icon .list-icon-img-wrap{width: 18%; flex-shrink: 0;}

  .about-section .about-section-content .about-section-list-icon .list-icon{width: 18%; flex-shrink: 0;}

  .section-funding-details .title { margin-bottom: 24px; font-size: 22px;}

  .funding-details .funding-details-wrapper{flex-direction: column; gap: 5px; padding-bottom: 20px}

  .funding-details .funding-details-wrapper .funding-details-left-text { padding: 8px 17px; width: 100%; text-align: center;}

  .funding-details .funding-details-wrapper .funding-details-left-right { padding: 8px 17px; width: 100%; text-align: center; display: flex; justify-content: center;}

  /* .funding-details .funding-details-wrapper .funding-details-left-text::after{display: none;}

  .funding-details .funding-details-wrapper .funding-details-left-right::after{display: none;} */

  .funding-details .funding-details-wrapper::after{transform: rotate(90deg);width: 80px; left: 37.2%; display: none;}

  .funding-details .funding-details-wrapper::before{display: none;}

  .funding-details-btn-wrap{flex-direction: column;}

  .funding-details-btn-wrap .funding-details-btn .funding-details-btn-icon { width: 40px; height: 40px;}

  footer{ padding: 40px 0 20px;}

  footer .footer-content .footer-icon { width: 35px; height: 35px;}

  footer .footer-content .footer-heading {font-size: 22px;}

  footer .footer-logo-wrap{margin-top: 38px;}

  .funding-details-btn-wrap{margin-top: 38px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-right-form .banner-right-form-content .input-group-full{flex-direction: column;}

  footer .footer-logo-wrap .footer-logo { width: 115px; height: 34px;}

  .banner-section .banner-left-text-banner-right-form-wrapper .banner-left-text .banner-left-text-content .banner-content-logo-wrap .banner-logo-hsbc-img{margin-bottom: 20px;}

}

/* ********|| RESPONSIVE END ||******** */