/*
Version: 1.0
Author: Symlink Technology
Author URI: https://www.symlinktech.com/.
*/

:root {
  --primaryColor: #7ac145;
  --bluePrimary: #0e4595;
  --blueSecondary: #1f5673;
  --blueFade: #698ea1;
  --subprimaryColor: #ed9121;
  /* --bodyBg: #0C0C0C; */
  --socialBg: #7e20c8;
  --textColor: #0e0f09;
  --subTextColor: #333d3e;
  --bgDark:#d6eaf2;
  --bgLight:#f6fafd;
  --blue:#022559;
  /* --subTextColor:#6A6A6C; */
  --shades01: #ffffff;
  --veiwWidth: calc(100vw - 17px);
  --padding: calc(var(--veiwWidth) / 2 - 785px);
}



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


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

*:focus {
  outline: none !important;
  outline-offset: none !important;
  outline-offset: 0 !important;
}
a {
  text-decoration: none;
}
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;
}
input:focus,
label:focus {
  outline: none !important;
  outline-offset: none !important;
  outline-offset: 0 !important;
}
/* ********|| INITIALIZATION ENDS ||******** */

/* ********|| PSEUDO ELEMENTS STARTS ||******** */
::selection {
  background-color: var(--primaryColor);
  color: #fff;
}
::-moz-selection {
  background-color: var(--primaryColor);
  color: #fff;
}
::-webkit-selection {
  background-color: var(--primaryColor);
  color: #fff;
}

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

select:-webkit-focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}
select:-moz-focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}
select:focusring {
  color: var(--primaryColor) !important;
  text-shadow: 0 0 0 var(--textMedColor);
}

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

/*::-webkit-scrollbar-track{	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);box-shadow: inset 0 0 6px rgba(0,0,0,0.1);background-color: var(--textMedColor);}
::-webkit-scrollbar{width: 5px;height: 5px;background-color: var(--textMedColor);}
::-webkit-scrollbar-thumb{background-color: var(--secondaryColorAltLight);}*/
/* ********|| PSEUDO ELEMENTS ENDS ||******** */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

/* ********|| ADJUSTMENT CLASSES STARTS ||******** */
*,
::after,
::before {
  box-sizing: border-box;
}
a {
  color: var(--primaryColor);
  transition: all 0.3s ease;
}
a:hover,
a:focus {
  color: var(--secondaryColor);
}
p {
  margin: 0 0 10px;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid var(--c4dee4);
}

.required:after {
  content: "*";
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  margin: 0 0 0 3px;
}
.separator_dashed {
  border-bottom: var(--textMedColor) 1px dashed;
}
.separator_dotted {
  border-bottom: var(--textMedColor) 1px dotted;
}
.separator_solid {
  border-bottom: var(--textMedColor) 1px solid;
}
/* ********|| ADJUSTMENT CLASSES ENDS ||******** */

section {
  position: relative;
}
.form-group {
  position: relative;
  margin: 0 0 20px;
}
.control-label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 2px;
  color: #212121;
  display: block;
}
.font-16 {
  font-size: 16px;
  line-height: 24px;
}

.form-control {
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #ddd;
  color: var(--textColor);
  background: #fff;
  min-width: 50px;
  min-height: 38px;
  width: 100%;
  padding: 6px 12px;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
}
.form-control:focus {
  border-color: var(--primaryColor);
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: var(--textColor) !important;
}
.form-control:-moz-placeholder {
  color: var(--textColor) !important;
  opacity: 1 !important;
}
.form-control::-moz-placeholder {
  color: var(--textColor) !important;
  opacity: 1 !important;
}
.form-control:-ms-input-placeholder {
  color: var(--textColor) !important;
}
.form-control::-ms-input-placeholder {
  color: var(--textColor) !important;
}
textarea.form-control {
  resize: none;
  min-height: 100px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
  opacity: 0.7;
  cursor: not-allowed;
}

.custom-checkbox {
  position: relative;
  padding-left: 24px;
  margin: 3px 0;
  display: inline-block;
}
.custom-checkbox .custom-checkbox-input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.custom-checkbox .custom-checkbox-label {
  position: relative;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
}
.custom-checkbox .custom-checkbox-label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ddd;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  border-radius: 2px;
}
.custom-checkbox .custom-checkbox-label:after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  width: 16px;
  height: 16px;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 10px;
  display: none;
  color: #fff;
  text-align: center;
}
.custom-checkbox .custom-checkbox-input:checked ~ .custom-checkbox-label:after {
  display: block;
}
.custom-checkbox
  .custom-checkbox-input:checked
  ~ .custom-checkbox-label:before {
  background: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}

.custom-radio {
  position: relative;
  padding-left: 24px;
  margin: 3px 0;
  display: inline-block;
}
.custom-radio .custom-radio-input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.custom-radio .custom-radio-label {
  position: relative;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
}
.custom-radio .custom-radio-label:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ddd;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.custom-radio .custom-radio-label:after {
  content: "\f111";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  width: 16px;
  height: 16px;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 8px;
  display: none;
  color: #fff;
  text-align: center;
}
.custom-radio .custom-radio-input:checked ~ .custom-radio-label:after {
  display: block;
}
.custom-radio .custom-radio-input:checked ~ .custom-radio-label:before {
  background: var(--primaryColor);
  border: 1px solid var(--primaryColor);
}

.custom-tab {
}
.custom-tab .custom-tab-navigation {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 10px;
}
.custom-tab .custom-tab-navigation > li {
  width: auto;
  margin: 5px;
  position: relative;
}
.custom-tab .custom-tab-navigation > li > a {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  border-radius: 4px;
  max-width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.custom-tab .custom-tab-navigation > li.active > a,
.custom-tab .custom-tab-navigation > li > a:hover {
  background-color: var(--primaryColor);
}
.custom-tab .custom-tab-content {
}
.custom-tab .custom-tab-content .custom-tab-wrap {
  display: none;
  background: transparent;
  padding: 20px 0;
}
.custom-tab .custom-tab-content .custom-tab-wrap.active {
  display: block;
}
.custom-tab .custom-tab-content .custom-tab-navigation > li > a {
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
}
.custom-tab .custom-tab {
  margin-top: -20px;
}
.custom-tab .custom-tab .custom-tab-navigation {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .custom-tab .custom-tab-navigation {
    max-width: 620px;
  }
}
@media (min-width: 768px) {
  .custom-tab .custom-tab-navigation {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  .custom-tab .custom-tab-navigation {
    max-width: 1140px;
  }
}
@media (min-width: 1200px) {
  .custom-tab .custom-tab-navigation {
    max-width: 1200px;
  }
}

/* /////////////////////////////////////////////////////////////// */
/*             			   	 	BOOTSTRAP FIX            			   				 */
/* /////////////////////////////////////////////////////////////// */
@media (min-width: 576px) {
  :root {
    --padding: 15px;
  }
  .container {
    max-width: none;
  }
  .modal-dialog {
    max-width: 700px;
  }
  .modal-sm {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 710px) / 2);
  }
  .container {
    max-width: 740px;
  }
}
@media (min-width: 992px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 930px) / 2);
  }
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1140px) / 2);
  }
  .container {
    max-width: 1070px;
  }
}
@media (min-width: 1440px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1310px) / 2);
  }
  .container {
    max-width: 1170px;
  }
}
@media (min-width: 1471px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1310px) / 2);
  }
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1600px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1370px) / 2);
  }
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1900px) {
  :root {
    --padding: calc(calc(var(--veiwWidth) - 1470px) / 2);
  }
  .container {
    max-width: 1400px;
  }
}

.modal-open {
  overflow: auto;
}
.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.overflow-hidden {
  overflow: hidden !important;
}
.dropdown .dropdown-toggle {
  padding-right: 16px !important;
  position: relative;
}
.dropdown .dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  font-weight: 500;
  display: block;
  position: absolute;
  margin: 0;
  vertical-align: unset;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 0;
  color: var(--primaryColor);
  opacity: 1;
  margin-top: 2px;
  transition: all 0.3s ease;
}
.dropdown.show .dropdown-toggle::after {
  transform: translateY(-50%) rotate(-180deg);
}
.dropdown .dropdown-menu {
  display: block;
  top: 100% !important;
  left: 50% !important;
  transform: translate(-50%, 50px) !important;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease all;
}
.dropdown .dropdown-menu.show {
  display: block;
  transform: translate(-50%, 0) !important;
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease all;
}
.dropdown-menu .dropdown-item {
  display: flex;
  padding: 5px 15px;
  color: var(--secondaryColor);
}
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:active {
  background: var(--primaryColor);
  color: #fff;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown .mega-dropdown-menu {
  display: block;
  width: 100%;
  top: auto !important;
  left: 50% !important;
  transform: translate(-50%, 50px) !important;
  padding: 20px 40px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease all;
}
.mega-dropdown .mega-dropdown-menu.show {
  display: block;
  transform: translate(-50%, 0) !important;
  visibility: visible;
  opacity: 1;
  transition: 0.5s ease all;
}

/*////////////////////////////////////////////////////////////////*/
/*             		          	 HOME PAGE      	      				  	*/

#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;
}

/*////////////////////////////////////////////////////////////////*/

/* ********|| HEADER STARTS ||******** */

/* ********|| HEADER ENDS ||******** */

/* ********|| BANNER STARTS ||******** */
.section-banner { position: relative; padding-top: 0px; align-items: center; z-index: 0; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.section-banner .banner-image { width: 100%; height: 100%; z-index: -1; overflow: hidden; background-repeat: no-repeat; background-position: center center; background-size: cover; display: flex; align-items: center; padding: 170px 0;}
.section-banner .banner-image .container{display: flex; justify-content: center; align-items: center;}
.section-banner .banner-content { position: relative; z-index: 1; width: 100%; text-align: center; z-index: 1; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.section-banner .banner-subtitle { font-size: 30px; font-weight: 500; line-height: 1.4; color: white; margin: 0 0 16px;}
.section-banner .banner-title { font-size: 120px; font-family: "Bebas Neue", sans-serif; color:white; line-height: 1.0; text-transform: capitalize; margin: 0 0 20px; max-width: 1150px;}
.section-banner .banner-description { font-size: 28px; font-weight: 600; color: var(--primaryColor); line-height: 1.5; max-width: 900px; }
.section-banner .banner-description a{text-decoration: underline; color: var(--primaryColor);}
.section-banner .banner-description a:hover{color: var(--primaryColor);}

.banner-btn-wrapper{display:flex; gap:20px; align-items: center;}
.banner-btn-wrapper .get-btn{padding: 22px; background-color: #022559; color: #fff; border-radius: 5px; font-size: 18px; font-weight: 500; transition: 0.3s all ease;}

.view-sample { background-color: var(--primaryColor); padding: 16px 30px; border: none; color: var(--shades01); border-radius: 5px; font-size: 16px; font-weight: 600; transition: 0.3s all ease; line-height: 24px;}
.view-sample:hover { background-color: var(--subprimaryColor); color: var(--shades01);}

/* ********|| BANNER ENDS ||******** */

/* ********|| FORM SECTION START ||******** */

.form-section {padding-bottom: 20px; background-color: #f3f3f2;}
.form-section .form-wrapper{display: flex; gap: 25px; position: relative; transform:translateY(-100px);}

.form-section .form-text-box{ position: relative; background: white; padding: 35px 50px; border-radius: 10px; width: 45%; z-index: 2; display: flex; flex-direction: column; flex-grow: 1; position: relative;}
.form-section .form-text-box::before { content: ""; position: absolute; inset: 0; padding: 2px; border-radius: 10px; background: linear-gradient(-46deg, #7ac14500, var(--primaryColor)); -webkit-mask: linear-gradient(#fff 0 0) content-box,  linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: -1;}

.form-section .form-text-box .right-circle{position: absolute; top: 50%; transform: translateY(-50%); left: 96%; background-color: var(--primaryColor); width: 70px; aspect-ratio: 1 / 1; border-radius: 50px; display: flex; justify-content: center; align-items: center; font-size: 30px; color: white; box-shadow: 0px 0px 0px 8px rgba(155, 155, 155, 0.277); z-index: 2;}
.form-section .form-text-box .form-text-heading{font-size: 45px; font-family: "Bebas Neue", sans-serif; line-height: 1.2; font-weight: 400; color: var(--textColor); margin: 0 0 25px;}
.form-section .form-text-box .form-text-heading span{color: var(--primaryColor);}
.form-section .form-text-box .form-list-wrap{list-style: none; margin: 0; font-size: 22px; padding-left: 0; max-width: 500px;}
.form-section .form-text-box .form-list-wrap .form-list{font-size: 20px; line-height: 1.5; margin: 0 0 20px; font-weight: 500; list-style: none; color: var(--textColor); position: relative; padding-left: 35px;}
.form-section .form-text-box .form-list-wrap .form-list span{color: var(--blue); font-weight: 700; margin-right: 10px;}
.form-section .form-text-box .form-list-wrap .form-list::before{content: "\f14a"; font-family: "Font Awesome 5 Pro"; font-weight: 500; color: var(--primaryColor); display: inline-block;  text-align: center; font-size: 20px; position: absolute; left: 0px; top: 5px;}
/* .form-section .form-text-box .form-list-wrap .form-list::after{background-color: #eff7fa; width:25px; height: 25px; border-radius: 50%; position: absolute; content: ""; left: -10px; top: 10px; z-index: -1;} */
.form-sec-icon-wrapper{display: flex; gap: 30px; justify-content: center; align-items: end; flex-grow: 1;}
.form-sec-icon-wrapper .list-icon-wrapper{width: 180px; aspect-ratio: 4/1; overflow: hidden; display: inline-block;}
.form-sec-icon-wrapper .list-icon-wrapper img { width: 100%; height: 100%; object-fit: contain;}
.form-section .form-text-box .form-list-wrap:first-child .form-list{display: flex;}

/* .form-section .form-box{background: white; padding: 35px 50px; border-radius: 10px; width: 55%;} */

.form-section .form-box { position: relative; background: white; padding: 35px 50px; border-radius: 10px; width: 55%; z-index: 1;}
.form-section .form-box::before { content: ""; position: absolute; inset: 0; padding: 2px; border-radius: 10px; background: linear-gradient(90deg, #7ac14500, var(--primaryColor)); -webkit-mask: linear-gradient(#fff 0 0) content-box,  linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; z-index: -1;}

.form-section .form-box .form-heading{font-size: 45px; font-family: "Bebas Neue", sans-serif; line-height: 1.2; font-weight: 400; color: var(--textColor); margin: 0 0 25px;}
.form-section .form-box form .form-group{display: flex; gap: 20px;}
.form-section .form-box form .form-group .input-group label{display: flex; gap: 20px; color:var(--blue); font-weight: 600; font-size: 16px; line-height: 24px;}
.form-section .form-box form .input-group{background-color: #ffffff; border: 1px solid #d0d0d0; border-radius: 8px;}
.form-section .form-box form .form-group .input-group input{ color: var(--textColor); font-size: 16px; padding:20px ; border-radius: 12px; border: 0; width: 100%;}
.form-section .form-box form .input-group textarea{color: var(--textColor); font-size: 16px; padding:20px ; border-radius: 12px; border: 0; width: 100%;}
.form-section .form-box form .input-group textarea::placeholder{ color: var(--subTextColor)!important; font-weight: 500!important; font-size: 16px;}
.form-section .form-box form .form-group .input-group input::placeholder{color: var(--subTextColor)!important; font-weight: 500!important; font-weight: 400; font-size: 16px; line-height: 24px; }
.form-section .form-box form .input-group-full{color: var(--textColor); font-size: 20px; font-weight: 500;width: 100%; margin-bottom: 20px; display: flex; gap: 56px; line-height: 1.3; align-items: self-start;}
.form-section .form-box form .input-group-full .radio-line{width: 20%; text-align:end; display: flex; gap: 10px;}
.form-section .form-box form .form-btn{background-color: var(--primaryColor) ; font-weight: 500; padding: 16px 30px; border: none; color: var(--shades01); border-radius: 8px; transition: 0.3s all ease; font-size: 20px; text-transform: uppercase; line-height: 24px;}
.form-btn-wrap{ margin-top: 30px; display: flex; justify-content: start; align-items: center;}

.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: var(--primaryColor); 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: var(--primaryColor);}

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


/* ********|| FORM SECTION ENDS ||******** */

/* ********|| FUNDING DETAILS SECTION START ||******** */

.agreement-section {position: relative; z-index: 1; background-position: center; padding: 80px 0;}
/* .agreement-section::before{position: absolute; content: ""; top: 0; width: 100%; height: 100%; background-color: rgba(231, 248, 234, 0.9); z-index: -1;} */
.agreement-section .agreement-heading{font-size: 45px; line-height: 1.2; margin-bottom: 30px; font-family: "Bebas Neue", sans-serif; text-align: center;}
.agreement-section .content-wrap { background-color: #fff; border-radius: 24px; border: 1px solid rgb(122 161 129 / 39%); overflow: hidden; box-shadow: -6px -1px 35px 8px #eeeeee; margin-bottom: 50px;}
.agreement-section .content-wrap ul{padding: 0; margin: 0;}
.agreement-section .content-wrap ul li{list-style: none; display: flex; width: 100%; position: relative;}


.agreement-section .content-wrap ul li:first-child h3 { padding-top: 32px; padding-bottom: 20px;}
.agreement-section .content-wrap ul li:first-child div { padding-top: 32px; padding-bottom: 20px;}
.agreement-section .content-wrap ul li:last-child h3 { padding-bottom: 32px; padding-top: 20px; }
.agreement-section .content-wrap ul li:last-child div {padding-bottom: 32px; padding-top: 20px;}
.agreement-section .content-wrap ul li:nth-child(even) h3 { background-color: #e6efe3;}
.agreement-section .content-wrap ul li:nth-child(even) div { background-color: #f4f7f2;}

.agreement-section .content-wrap ul li h3{ flex-shrink: 0; width: 35%; font-weight: 500; font-size: 20px; color: var(--textColor); line-height: 1.8; letter-spacing: 1.1px; margin: 0; background-color: #dcebd8; padding: 16px 52px;}

.agreement-section .content-wrap ul li div{width: 65%; font-weight: 700; font-size: 20px; color: var(--textColor); line-height: 1.8; letter-spacing: 1.1px; margin: 0; background-color: #ffffff; padding: 16px 52px 16px 70px; display: flex; gap: 40px;}

.agreement-section .content-wrap ul li div span img{width: 120px; object-fit: contain; margin-right: 18px;}
/* .agreement-section .content-wrap ul li div span:nth-child(2) img{width: 24px; object-fit: contain;} */
.agreement-section .content-wrap ul li div span{position: relative;}
.agreement-section .content-wrap ul li div span:nth-child{position: absolute; right: 0; content: "/"; color: #000; font-size: 20px; }

.agreement-buttons { display: flex; gap: 25px; margin-top: 20px; justify-content: center; align-items: center;}
.agreement-buttons .btn { display: flex; align-items: center; gap: 12px; padding: 18px 30px; border-radius: 5px; color: #fff; font-size: 20px; font-weight: 500; text-decoration: none; transition: 0.2s ease-in-out;}
.green-btn { background: #75c044;}
.black-btn { background: #000;}
.agreement-buttons .btn img { width: 25px; height: auto; display: block;}
.agreement-buttons .green-btn:hover { background: #000;}
.agreement-buttons .black-btn:hover { background: #75c044;}

/* ********|| FUNDING DETAILS SECTION ENDS ||******** */

/* ********|| PROJECT SECTION START ||******** */
.footer-top-sec .footer-img{width: 100%; height: calc(100vh - 180px); overflow: hidden; position: relative;}
.footer-top-sec .footer-img img{width: 100%; height: 100%; object-fit: cover;}
.footer-top-sec .project-btn a{position: absolute; top: 20%; left: 50%; transform: translateX(-50%); background-color: var(--primaryColor); padding: 18px 30px; border-radius: 5px; font-size: 20px; font-weight: 500; color: var(--textColor); text-transform: uppercase; box-shadow: 0px 0px 10px 2px #76c044a8; text-align: center;}

/* ********|| PROJECT SECTION ENDS ||******** */

/* ********|| FOOTER SECTION ENDS ||******** */
/* .footer {padding: 25px;} */
.footer .footer-wrapper { background-color: #000000; padding: 35px 25px; display: flex; justify-content: end;}
.footer .footer-wrapper .footer-img-wrapper{display: flex; justify-content: end;}
/* .footer .footer-wrapper .footer-img-wrapper img{ width: 100%; height: 100%; object-fit: contain;} */
/* ********|| FOOTER SECTION ENDS ||******** */

/* ********|| MODAL STARTS ||******** */
/* .accordion-item:not(.collapsed) {
  background-color: rgb(216, 216, 216);
  color: var(--primaryColor);
} */
/* ********|| MODAL ENDS ||******** */

/* ********|| RESPONSIVE STARTS ||******** */

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

  .section-banner .banner-subtitle{font-size: 24px;}
  .section-banner .banner-title { font-size: 96px;}
  .section-banner .banner-description{font-size: 22px; max-width: 720px;}
  .form-section .form-text-box .form-text-heading { font-size: 36px;}
  .form-section .form-box .form-heading { font-size: 36px;}
  .form-section .form-text-box .form-list-wrap .form-list{font-size: 18px;}
  .form-section { padding-bottom: 10px;}
  .form-section .form-box form .input-group-full{font-size: 18px;}
  .agreement-section .agreement-heading{ font-size: 36px;}
  .agreement-section .content-wrap ul li h3{font-size: 18px;}
  .agreement-section .content-wrap ul li div{font-size: 18px;}
  .agreement-section .content-wrap ul li h3{padding: 14px 52px;}
  .agreement-section .content-wrap ul li div{padding: 14px 52px 14px 70px;}
  .agreement-buttons .btn{font-size: 18px;}

   .form-section .form-box form .form-group .input-group input{padding: 16px; font-size: 15px;}
  .form-section .form-box form .input-group textarea{padding: 16px; font-size: 15px;}
  .form-section .form-box form .input-group-full {font-size: 16px; font-size: 15px;}
  .form-group{margin: 0 0 16px;}
  .form-section .form-box form .input-group-full{margin-bottom: 16px;}
  .form-section .form-box form .form-group{gap: 16px;}
  .form-section .form-text-box .form-list-wrap .form-list{margin: 0 0 22px;}
  .form-section .form-box form .form-btn{font-size: 18px;}
  .form-sec-icon-wrapper .list-icon-wrapper { width: 136px;}
  
}
@media screen and (max-width: 1470px) {

  .form-section .form-text-box .right-circle{width: 60px;}
  .section-banner .banner-subtitle {font-size: 22px;}
  .section-banner .banner-title { font-size: 90px;}
  .section-banner .banner-description {font-size: 20px;}
  .form-section .form-text-box .form-text-heading { font-size: 32px;}
  .form-section .form-box .form-heading { font-size: 32px;}
  .form-section .form-box form .form-btn{font-size: 18px;}
  .form-section .form-box form .form-group .input-group input{padding: 16px;}
  .form-section .form-box form .input-group textarea{padding: 16px;}
  .form-section .form-box form .input-group-full {font-size: 16px;}
  .form-section .form-text-box .form-list-wrap .form-list { font-size: 16px;}
  .form-sec-icon-wrapper .list-icon-wrapper { width: 150px;}
  .form-section { padding-bottom: 0px;}
  .agreement-section .agreement-heading { font-size: 34px;}
  .agreement-section .content-wrap ul li h3 { font-size: 16px;}
  .agreement-section .content-wrap ul li div {font-size: 16px;}
  .agreement-section .content-wrap ul li div span img { width: 100px;}
  .agreement-buttons .btn { font-size: 16px; padding: 14px 30px;}
  .footer-top-sec .project-btn a{font-size: 18px;}
  
}
@media screen and (max-width: 1366px) {
  .section-banner .banner-subtitle { font-size: 20px;}
  .section-banner .banner-title { font-size: 84px;}
  .section-banner .banner-description {font-size: 18px;}
  .form-section .form-text-box .form-text-heading { font-size: 30px;}
  .form-section .form-box .form-heading { font-size: 30px;}
  .form-section .form-box{padding: 30px 45px;}
  .form-section .form-text-box{padding: 30px 45px;}
  .form-section .form-box form .form-btn { font-size: 16px; padding: 14px 30px;}
  /* .form-sec-icon-wrapper .list-icon-wrapper { width: 140px;} */
  .agreement-section .agreement-heading { font-size: 32px;}
}
@media screen and (max-width: 1280px) {
  
}
@media screen and (max-width: 1024px) {
  
}
@media screen and (max-width: 990px) {
  .section-banner .banner-subtitle { font-size: 18px;}
  .section-banner .banner-title { font-size: 60px;}
  .section-banner .banner-description {font-size: 16px; max-width: 510px;}
  .form-section .form-wrapper{flex-direction: column;}
  .form-section .form-text-box{width: 100%;padding: 40px 45px;}
  .form-section .form-box{width: 100%;padding: 40px 45px;}
  .form-section .form-text-box .right-circle { top: 103%; transform: translatex(-50%); left: 46%; rotate: 90deg;}
  .agreement-buttons .btn { font-size: 14px; gap: 10px;}
  .agreement-section .content-wrap ul li h3 { padding: 14px 30px;}
  .agreement-section .content-wrap ul li div {padding: 14px 30px 14px 40px;}
  .footer-top-sec .footer-img{height: 400px;}
  .footer-top-sec .project-btn a { font-size: 16px;}
  
}
@media screen and (max-width: 990px) and (orientation: landscape) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 767px) and (orientation: landscape) {
}
@media screen and (max-width: 600px) {
  
}
@media screen and (max-width: 480px) {
  .section-banner .banner-subtitle { font-size: 15px;}
  .section-banner .banner-title {font-size: 32px;}
  .section-banner .banner-description { font-size: 14px;}
  .form-section .form-text-box .form-text-heading { font-size: 24px;}
  .form-section .form-box .form-heading { font-size: 24px;}
  .form-section .form-text-box {padding: 25px 20px;}
  .form-section .form-box {padding: 25px 20px;}
  .form-section .form-text-box .right-circle{width: 48px; font-size: 22px; box-shadow: 0px 0px 0px 5px rgba(155, 155, 155, 0.277);}
  .form-sec-icon-wrapper .list-icon-wrapper { width: 120px;}
  .form-section .form-box form .form-group{flex-direction: column; gap: 16px;}
  .form-group{margin: 0 0 16px;}
  .form-section .form-box form .input-group-full{flex-direction: column; gap: 12px;}
  .form-btn-wrap { margin-top: 26px;}
  .container{padding: 0 18px;}
  .agreement-section .agreement-heading { font-size: 24px;}
  .agreement-section .content-wrap ul li{flex-direction: column;}
  .agreement-section .content-wrap ul li h3{width: 100%;}
  .agreement-section .content-wrap ul li div{width: 100%;}
  .agreement-section .content-wrap ul li:nth-child(odd) {background-color: #e6efe3;}
  .agreement-section .content-wrap ul li h3{background-color: transparent;}
  .agreement-section .content-wrap ul li:nth-child(even) h3{background-color: #e6efe3;}
  .agreement-section .content-wrap ul li:nth-child(even) div{background-color: transparent;}
  .agreement-section .content-wrap ul li div { padding: 10px 30px 10px 30px;}
  .agreement-section .content-wrap ul li h3 { padding: 10px 30px;}
  .agreement-section .content-wrap ul li:first-child div { padding-top: 10px;}
  .agreement-section .content-wrap ul li:first-child h3{ padding-top: 20px; padding-bottom: 10px;}
  .agreement-section .content-wrap ul li div{flex-direction: column; gap: 5px;}
  .agreement-section .content-wrap ul li:last-child h3 { padding-bottom: 10px; padding-top: 10px;}
  .agreement-section .content-wrap ul li:last-child div { padding-bottom: 20px; padding-top: 10px;}
  .agreement-section .content-wrap ul li{margin-bottom: 10px;}
  .agreement-buttons{flex-direction: column; gap: 20px}
  .footer-top-sec .project-btn a{width: 66%;}
  .footer .footer-wrapper .footer-img-wrapper img{width: 80px;}
  .footer .footer-wrapper{padding: 20px 25px;}
  .agreement-section .content-wrap ul li div {font-size: 15px;}
  .agreement-section{padding: 70px 0}
  .form-section .form-text-box .form-list-wrap .form-list { font-size: 15px;}
  .footer-top-sec .footer-img { height: 320px;;}
  .footer-top-sec .project-btn a{font-size: 15px; padding: 16px 24px;}
  .agreement-buttons .btn{padding: 12px 22px}
  
}
@media screen and (max-width: 360px) {
  .section-banner .banner-stats .stats-data {
    font-size: 48px;
  }
  .gap-50 {
    gap: 3px;
  }
  .container .sblc-btn {
    font-size: 12px;
  }
  header .btn-menu-trigger {
    font-size: 24px;
  }
}
@media screen and (max-width: 320px) {
}
/* ********|| RESPONSIVE ENDS ||******** */
