@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Poppins:wght@300;400;500;600;700;800&display=swap');

  
html {
  font-size: 16px;
  /* cursor: none; */
  /* overflow-x: hidden; */
}

@font-face {
  font-family: 'Luckiest Guy';
  src: url('../fonts/LuckiestGuy-Regular.woff2') format('woff2'),
      url('../fonts/LuckiestGuy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Inter Semi';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2'),
      url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'),
      url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff2') format('woff2'),
      url('../fonts/Inter-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Extra';
  src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'),
      url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'),
      url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'),
      url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Light  BETA';
  src: url('../fonts/Inter-LightItalicBETA.woff2') format('woff2'),
      url('../fonts/Inter-LightItalicBETA.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}





body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  overflow-x: hidden;
}

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #0b244c;
  --primary-color: #0c5088;
}

h1{
  font-size: 85px;
  font-weight: 700;
  font-family: 'Luckiest Guy';
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  margin: 18px 0;
  font-family: 'Inter';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Luckiest Guy';
}

h2 {
  font-family: 'Luckiest Guy';
  color:#000;
  font-weight: 400;
  font-size: 56px;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

.heading h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}

/* header/slider-css */
 
header {
  margin: auto;
  z-index: 11;
  position:absolute;
  left: 0;
  top: 0;
  right: 0;
  padding-bottom: 0;
  width: 100%;
}

.navbar-nav {
  align-items: center;
  width: 100%;
  justify-content: end;

}

.navbar-nav .nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #ef9900;
  transition: width .3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
}

.main-navigate {
  margin: 0;
  padding: 5px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

/*custom-nav*/

/* custom-slider */

.sliderItem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-slider {
  position: relative;
}

.bottom-line {
  position: absolute;
  right: 0;
  bottom: -14px;
  z-index: -1;
  width: 100%;
}

.custom-slider .carousel-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5%;
  position: absolute;
  top: 0;
  right: -270px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.custom-slider .carousel-indicators li {
  height: 0;
  width: unset;
  font-size: 12px;
  color: var(--white);
  position: relative;
  z-index: 111;
  text-indent: inherit;
  margin: 11px 0;
  opacity: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  border: none;
}

.custom-slider .carousel-indicators li.active {
  opacity: 1;
}

.custom-slider .carousel-indicators li:before {
  content: '';
  height: 5px;
  width: 20px !important;
  background-color: #e7a33a !important;
  position: absolute;
  left: 0;
  transition: .5s all ease-in-out;
}

.custom-slider .carousel-indicators li.active span {
  opacity: 1;
  font-size: 20px;
  margin: 0;
  color: #fff;
  margin-left: 43px;
}

.custom-slider .carousel-indicators li span {
  opacity: 0;
}


.custom-slider .carousel-indicators li.active:before {
  width: 50px !important;
  background: #0c5b6c !important;
}


ul.top-social {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: center;
  top: 35%;
  height: 3%;
  z-index: 999;
}

ul.top-social li {
  display: inline-block;
  padding: 0 15px;
}

ul.top-social li a {
  color: #fff;
}


.slider-content h3 {
  font-size: 62px;
  color: #fff;
  line-height: 61px;
  padding-left: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.sliderItem h4 {
  font-size: 44px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  line-height: 70px;
  margin-bottom: 0;
}

.custom-slider img {
  width: 100%;
}

/* custom-slider */
.text-body .text-holder {
  position: relative;
}

.sliderItem p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.main-navigate .d-flex {
  padding: 15px 20px;
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
}

.slider-content {
  margin-top: 160px;
  position: relative;
}

.main-navigate .row {
  align-items: center;
}

.main-navigate nav {
  padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding-left: 25px;
  font-weight: 400;
  font-size: 22px;
} 

.main-navigate nav img {
  width: 100%;
}

header .header-inFo {
  position: absolute;
  right: 28px;
  top: 15px;
  z-index: 999;
}
.header-inFo span img {
  width: 63px;
  display: block;
}

.header-inFo span h5 {
  font-weight: 600;
  font-size: 18px;
  text-align: start;
  color: #fff;
  margin-bottom: 0px;
  margin-left: 17px;
  font-family: 'Poppins', sans-serif;
}
.header-inFo span a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-left: 17px;
}

.btn{
  padding: 17px 50px;
  color: #fff;
  outline: none;
  border: none;
  background: #0C5B6C;
  border-radius: 0px 29px 0px 29px;
  transition: all .5s;
  font-weight: 400;
  font-size: 20px;
  font-family: 'Inter';
}

.btn:hover{
 background-color: #40754f;
 color: #fff;
 transform: scale(1.1);
}

.header-btn{
  position: relative;
  left: 30px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #fff;
}

.banner-btn{
  margin-top: 29px;
}

.banner-btn .btn{
  background-color: #fff;
  color: #000;
}

.header-btn .btn{
  background-color: #E7A33A;
  border-radius: 30px;
}

.navbar-brand{
  width: 135px;
}

.banner-img{
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-img figure img{
  width: 951px;
}

.slider-content .text-holder h2{
  font-size: 67px;
  color: var(--white);
  font-weight: 500;
  line-height: 68px;
  overflow: hidden;
  display: block;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(93 216 243);
}

/* header/slider-css */


/* lv-above-sec */

.lv-above-sec{
  padding: 8rem 0 6rem 0;
}

.lv-above-sec .primary-heading h2{
  font-size: 102px;
  font-weight: 900;
  font-family: 'Inter';
  text-transform: capitalize;
  -webkit-text-stroke: 1px #CBCBCB;
  color: transparent;
  white-space: nowrap;
}

/* lv-above-sec */

/* about-sec */

.abut-content article h4{
  font-family: 'Inter';
  font-weight: 400;
  font-size: 26px;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
  padding-left: 35px;
}

.abut-content article p{
  font-weight: 300;
}

.abut-content article h2{
  font-size: 57px;
  display: inline-block;
 
}



.abut-content article h4::before{
   content: '';
   position: absolute;
   left: -8px;
   top: 12px;
   width: 32px;
   height: 7px;
   background-image: url(../images/line.png);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
}


.abut-content article p{
  padding-right: 5rem;
}


.about-sec{
  padding: 3rem 0 8rem 0;
}

.about-img{
  position: relative;
}

.shape-circle{
  position: absolute;
  left: -47px;
  top: -23px;
  z-index: -1;
}

.shape-circle img{
  animation: rotate 9s linear infinite;
}

@keyframes rotate{
  0%{
    transform: rotate(0deg);
  }

  100%{
    transform: rotate(360deg);
  }
}

/* about-sec */


/* card-sec */
.card-bx{
  text-align: center;
  background: #FFFFFF;
  box-shadow: 3px 5px 7px #eeecec;
  padding: 0px 0px 30px 0px;
  border-radius: 0px 70px 0px 54px;
  position: relative;
  transition: all .5s;
}

.card-bx::after{
  content: '';
  background:linear-gradient(skyblue,black);
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 0%;
  z-index: 1;
  border-radius: 0px 70px 0px 54px;
  transition: all 1s;
}

.card-bx:hover h5{
  color: #fff;
}

.card-bx:hover p{
  color: #fff;
}


.card-bx figure{
  position: relative;
  z-index: 2;
}

.card-bx:hover::after{
 height: 70%;
}

.card-bx article{
  position: relative;
  z-index: 2;
  padding: 0px 56px;
}



.card-bx article h5{
  font-family: 'Inter';
  font-size: 22px;
  font-weight: 500;
  margin-top: 29px;
}

.card-bx article p{
  font-size: 14px;
  font-weight: 300;
}

.card-bx .btn{
  padding: 15px 40px;
  font-size: 16px;
}

.card-sec{
  padding-bottom: 6rem;
}

/* card-sec */


/* join-sec */

.jn-sec{
  padding: 2rem 0 7rem 0;
}

.jn-sec .container{
  background-image: url(../images/joinbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 128px 66px;
  border-radius: 0px 30px 0px 30px;
}

.join-text article h2{
  font-family: 'Inter';
  font-weight: 700;
  font-size: 49px;
  color: var(--white);
}



/* join-sec */


/* vision-sec */

.vision-sec{
  padding: 1.6rem 0 6rem 0;
}
.vision-content article p{
  font-size: 22px;
  font-weight: 300;
  padding-right: 3rem;
}



/* vision-sec */


/* gallery-sec */

.gallery-sec{
  padding: 2rem 0 5rem 0;
  position: relative;
}

.gall-dots{
  position: absolute;
  right: 0;
  top: 2.7rem;
  left: 0;
  margin: auto;
  text-align: center;
}


.gallery-sec .container{
  max-width: 1800px;
}

.gal-row-one{
  justify-content: center;
}

.gal-row-one .col-lg-4{
  flex: 0 0 34.333333%;
  max-width: 34.333333%;
}

.gal-row-one .col-lg-3{
  flex: 0 0 30%;
        max-width: 30%;
}

.gal-row-two{
  justify-content: center;
}

.gal-row-two .col-lg-3{
  flex: 0 0 24.6%;
        max-width: 24.6%;
}

/* gallery-sec */

/* donation-sec */

.donation-sec{
  padding: 8rem 0;
  background-image: url(../images/dbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 4rem;
}

.donation-sec .primary-heading h2{
  font-size: 100px;
  font-weight: 900;
  font-family: 'Inter';
  -webkit-text-stroke: 1px #9D9999;
  color: transparent;
}

.dark{
  color: #000;
}

/* donation-sec */


/* blogs-sec */

.blogs-sec{
  padding: 3rem 0 6rem 0;
}

.blogs-sec .primary-heading h5{
  font-family: 'Inter';
  font-size: 20px;
  font-weight: 300;
  margin-top: 6px;
  margin-bottom: 18px;
}

/* blogs-sec */


/* blogs-sec */

.blogs-sec .card-bx{
  text-align: start;
}

.blogs-sec .card-bx h5{
  font-weight: 500;
  font-size: 15px;
}

.blogs-sec .primary-heading h2{
  margin-bottom: 70px;
}

.blogs-sec .card-bx a{
  font-size: 12px;
  color: #000 !important;
}

.blogs-sec .card-bx:hover a{
  color: #fff !important;
}

.blogs-sec .card-bx h5{
  margin-top: 10px;
}

.blogs-sec .card-bx span{
  color: #A4A0A0;
  margin-top: 18px;
  display: block;
}

.blogs-sec .card-bx span i{
  margin-right: 10px;
}

.blogs-sec .card-bx:hover span{
  color: #fff;
}

/* blogs-sec */


/* help-sec-ct */

.help-sec-ct{
  background-image: url(../images/contactbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 7rem 0;
}

.help-text article h4{
  font-size: 26px;
  font-weight: 400;
  font-family: 'poppins';
  color: var(--white);
}
.help-text article h2{
  font-size:35px;
  font-weight: 400;
  color: var(--white);
}

.help-text article p{
  font-size: 16px;
  color: var(--white);
  margin: 25px 0px;
}

.contact-form form input{
  background: transparent;
  outline: none;
  border-radius: 0px;
  border: 1px solid #FFFFFF;
  height: 55px;
  margin-bottom:26px;
  padding: 15px;
}

.contact-form form textarea{
  background: transparent;
  outline: none;
  border-radius: 0px;
  border: 1px solid #FFFFFF;
  width: 100%;
  padding: 15px;
}

.frm-text h2{
  color:var(--white);
  font-size: 30px;
  margin-bottom: 30px;
}

.contact-form form button{
  padding: 18px 44px;
  background-color: #fff;
  color: #000;
  border-radius: 35px;
  border: none;
  outline: none;
  font-weight: 500;
  margin-top: 22px;
  position: relative;
  left: 10px;
}


/* help-sec-ct */



.help-sec-ct form input::-webkit-input-placeholder {

  color: #fff;
}

.help-sec-ct form input::-moz-placeholder {
  
  color: #fff;
}

.help-sec-ct form input:-ms-input-placeholder {

  color: #fff;
}

.help-sec-ct form input:-moz-placeholder {

  color: #fff;
}

.get-touch-sec textarea::-webkit-input-placeholder {
  color: #fff !important;
}

.contact-form{
  border: 1px solid #fff;
  padding: 3.5rem;
}

.help-text .btn{
  background-color: #E7A33A;
  border-radius: 30px;
  text-transform: uppercase;
  padding: 16px 33px;
  font-size: 16px;
}

.help-text{
  padding: 0px 22px;
}

/* footer */

footer{
  background-color: #000;
  padding: 1rem 0 6rem 0;
}

.footer-logo p{
  color: #fff;
  font-size: 16px;
  padding-right: 4rem;
  font-weight: 300;
}

.footer-links{
  margin-top: 6rem;
}

.footer-links h5{
  color: #fff;
  font-family: 'Inter';
  font-weight: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.social-links h5{
  color: #fff;
  font-family: 'Inter';
  font-weight: 18px;
  font-weight: 500;
  margin-bottom: 40px;
}

.footer-links ul li{
  position: relative;
  padding-bottom: 10px;
  padding-left: 12px;
}

.footer-links ul li a{
  color: #fff;
  font-weight:300;
  font-size: 14px;
   transition: all .5s;
}

.footer-links ul li a:hover{
  padding-left: 6px;
  color: #108ead;
}





.footer-links ul li::after{
  content: '';
  background-color: #fff;
  position: absolute;
  left: -8px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  top: 9px;
}

.footer-logo .btn{
  padding: 16px 64px;
  font-size: 16px;
}


.footersocial{
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.social-links{
  margin-top: -3rem;
}


.footersocial li a i {
  height: 29px !important;
  width: 29px !important;
  background-color: grey;
  color: white;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: all .5s;
}

.footersocial li a i:hover{
  background-color: #0c5088;
  color: #fff;
}

.ex-mar{
 margin-top: 61px;
}

/* footer */


.bannner-main {
  position: relative;
}

.bannner-main img {
  width: 100% !important;
}

.bannner-main .text-holder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: start;
  padding-top: 8rem;
  justify-content: center;
  padding-left: 15rem;
  padding-bottom: 2rem;
  flex-direction: column;
}

.bannner-main .text-holder p{
  color: #fff;
}

.banner-overlay h1 {
  font-size: 74px;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 1;
}

.in-imG{
  position: absolute;
  right: 0;
  bottom: 0;
}

.in-imG figure{
  width: 1000px;
}

.in-love{
  padding: 5rem 0 1rem 0;
}

/* sec-one */

.sec-one{
  padding-bottom: 6rem;
}

.sec-contentt article h3{
  font-family: 'Inter';
  font-size: 22px;
  font-weight: 500;
}
.in-donation{
  margin-top: 0px;
  margin-bottom: 5rem;
}

.ct-bt{
  display: none;
}


.dotss li{
  position: relative;
  padding-bottom: 10px;
  text-align: start;
  padding-left: 17px;
  color:#fff;
}

.dotss li::before{
  content:'';
  background-color: #fff;
  position: absolute;
  left: -6px;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse{
  0% {
    box-shadow: 0 0 0 0px rgba(240, 238, 238, 0.9);
  }

  100% {
    box-shadow: 0 0 0 4px rgba(236, 232, 232, 0.1);
  }
}



.about-sec .dotss li{
  color: #000;
}


.about-sec .dotss li::before{
  background-color: #000;
}

.vision-sec .dotss li::before{
  background-color: #000;
}


.vision-sec .dotss li{
  color: #000;
}


.sec-one .dotss li::before{
  background-color: #000;
}


.sec-one .dotss li{
  color: #000;
}

/* sec-one */

/* privacy-sec */
.privacy-sec{
  padding: 5rem 0;
}


/* privacy-sec */


/* team-sec */
.team-sec{
  padding: 2rem 0 6rem 0;
  overflow: hidden;
}

.margin-top{
  margin-top: 6rem;
}


.team-crd{
  position: relative;
  transition: all .5s;
}

.overlay{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom:0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
  flex-direction: column;
  background-color: #0c5b6c;
  transform: translateY(100%);
  transition: all .7s;
  opacity: 0;
  visibility: hidden;
}

.team-crd:hover .overlay{
  transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}

.overlay h4{
  font-weight: 500;
  font-size: 24px;
  color: var(--white);
}

.overlay h5{
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 3rem;
}

.card-links{
  display: flex;
  gap: 40px;
  margin-top: 4rem;
}

.card-links li a{
  color: var(--white);
  font-size: 19px;
}

.pst-sec{
  padding-bottom: 3rem;
}


/* team-sec */