    @font-face { font-family: Metropolis-Light; src: url('../fonts/Metropolis-Light.otf'); } 
    @font-face { font-family: Metropolis-SemiBold; src: url('../fonts/Metropolis-SemiBold.otf'); } 
    @font-face { font-family: Metropolis-Bold; src: url('../fonts/Metropolis-Bold.otf'); } 
    html {
        position: relative;
       height: 100%;
        scroll-behavior: smooth;
    }
    body{
        font-family: Metropolis-Light;
        overflow-x: hidden;
        padding: 0px;
        margin: 0px;
        background-color: #ffff;
        overflow-x: hidden;
            font-size: 20px;
            color: #727277;
    }
    .semibold{
        font-family: Metropolis-SemiBold; 
    }
    .bold{
        font-family: Metropolis-Bold;
    }
    .sec-pad{
        padding: 4rem 0;
    }
    h2.title, .sub-title{
        font-size: 45px;
        margin-bottom: 20px;
        color: #3A3333;
    }
    h2.sub-title-h2{
        font-size: 35px;
          color: #3A3333;
             margin-bottom: 20px;
    }
    .ft-35{
        font-size: 35px;
    }
    a, a:hover{
    color: inherit;
    text-decoration: none;
    }
    .text-theme{

        color: #DB0101;
    }
    /* footer */
    .footer{
    background: #3D3535 0% 0% no-repeat padding-box;
    padding: 28px 0px;
    color: #FFFBFB;
    font-size: 15px;
    }
    .social-hover li img{
        transition: all 0.2s ease-in-out;
    }
    .social-hover li:hover img{
        margin-top: -7px;
        opacity: 0.8;
    }

    /* content */
    .h-contact-bg{
        background-image: url('../img/h-contact-bg.svg');
        background-size: cover;
        background-position: center;
        color: #FFFBFB;
    }
    .btn-theme{
        background: #3A3333 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #00000029;
    border-radius: 3px;
    padding: 10px 15px;
    color: #FFFBFB;
    transition: all 0.2s ease-in-out;
    }
    .btn-theme:hover {
        background: #db0101 0% 0% no-repeat padding-box;
        box-shadow: 1px 10px 19px 5px #00000029;
        color: #FFFBFB;
    }
    .as-shadow {
        border-radius: 3px;
        padding: 14px 15px;
        background-color: #fff;transition: all 0.2s ease-in-out;box-shadow: 0px 3px 15px #00000029;
       
    }
    .as-shadow:hover{
         box-shadow: 1px 10px 19px 5px #00000029;
    }

    .support-pf-bg{
         background-image: url('../img/support-pf-bg.png');
        background-size: cover;
        background-position: center center;
        color: #FFFBFB;

        padding: 10rem 0;
    }
    .btn-theme1{
        background: #db0101 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #00000029;
    border-radius: 3px;
    padding: 10px 15px;
    color: #FFFBFB;
    transition: all 0.2s ease-in-out;
    }
    .btn-theme1:hover {
        background: #c11010 0% 0% no-repeat padding-box;
        box-shadow: 1px 10px 19px 5px #00000029;
        color: #FFFBFB;
    }
    .btn-white{
        border-radius: 3px;
     padding: 14px 15px;
    transition: all 0.2s ease-in-out;
    }
    .btn-white:hover{
     background: #fff 0% 0% no-repeat padding-box;
        box-shadow: 1px 10px 19px 5px #00000029;
    }

    /* hero */
    @-webkit-keyframes zoom {
      from {
        -webkit-transform: scale(1, 1);
      }
      to {
        -webkit-transform: scale(1.5, 1.5);
      }
    }

    @keyframes zoom {
      from {
        transform: scale(1, 1);
      }
      to {
        transform: scale(1.5, 1.5);
      }
    }


    .hero-bg{
         background-size: cover;
        background-position: top right;
        color: #FFFBFB;
        width: 100%;
        height: 65vh;
    }
    .hero-details{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 70vh;
        display: flex;
        align-items: center;
    }
    .h-title{

        font-size: 65px;
    }
    .hero-des{
        font-size: 20px;
    }
    .hero-details  .btn-white:hover{
     background: #efefef29; 0% 0% no-repeat padding-box;
        box-shadow: 1px 10px 19px 5px #00000029;
    }

    .carousel-fade .carousel-inner .carousel-item {
      transition-property: opacity;
    }
    .carousel-fade .carousel-inner .carousel-item,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
      opacity: 0;
    }
    .carousel-fade .carousel-inner .active,
    .carousel-fade .carousel-inner .next.left,
    .carousel-fade .carousel-inner .prev.right {
      opacity: 1;
    }
    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
      left: 0;
      transform: translate3d(0, 0, 0);
    }

    #button {
      display: inline-block;
      background: #DB0101 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #db010166;
      width: 50px;
      height: 50px;
      text-align: center;
      border-radius: 50px;
      position: fixed;
      bottom: 30px;
      right: 30px;
      transition: background-color .3s, 
        opacity .5s, visibility .5s;
      opacity: 0;
      visibility: hidden;
      z-index: 1000;
      padding: 11px;
    }

    #button:hover {
      cursor: pointer;
      background-color: #333;
    }
    #button:active {
      background-color: #555;
    }
    #button.show {
      opacity: 1;
      visibility: visible;
    }
    .sticky-bar {
      left: 0;
      margin: auto;
      position: fixed;
      top: 0;
      left: 0px;
      right: 0px;
      width: 100%;
      -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
      animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
      -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 6%);
      background: #fff;
    }
    .header-sticky{
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 99;
        background-color: #fff;
    }
    .logo{
        transition: all 0.2s ease-in-out;
         height: 54px;
    }
    /*.header-sticky.sticky-bar .logo{
     height: 48px;
    }*/
    .nav-link {
        display: block;
        padding: 0.5rem 28px !important;
       
        font-size: 18px;
    font-weight:bold;
        color: #0d6efd;
         transition: all 0.2s ease-in-out;
        color: #3A3333;
        text-decoration: none;
    }
    @media only screen and (max-width: 1400px) {
      .nav-link {
        font-size: 14px;
      }
    }
    .nav-link:focus, .nav-link:hover, .nav-link.active {
        color: #db0101;
    }
    .dropdown-toggle::after {
        display: inline-block;
        content: "\f107";
            font: normal normal normal 23px/1 FontAwesome;
        margin-left: 10px;
        /* vertical-align: 0.255em; */
        border-top: 0em solid;
        border-right: 0em solid transparent;
        border-bottom: 0;
        border-left: 0em solid transparent;
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu{
           top: 62px;
        border: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 0px;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: 11px 10px;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        color: #ffffff;
        background-color: #db0101;
    }
    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #db0101;
        
        }
        .header-sticky.sticky-bar  .dropdown-menu{
     top: 58px;
     right: 0;
    }
     .header-sticky.sticky-bar  .nav-link {
        font-size: 18px;
    }
    @media only screen and (max-width: 1400px) {
      .header-sticky.sticky-bar  .nav-link {
        font-size: 14px;
      }
    }
    /* members */
    .innerpage-sec{
        padding-top: 9rem;
    }
    .member-box img{
        cursor: pointer;
    }
    .member-box{
        background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000001C;
    border-radius: 15px;
    margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
    }
    .member-box:hover{
    margin-top: -10px;
    margin-bottom: 40px;
    }
    .member-box:hover a{
        color: #db0101;
    }
    .mb-details{
        text-align: center;
        padding: 20px;

    }

    .m-name{
        color: #3A3333;
        font-size: 20px;
    }
    .mb-details-img{
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    /* how go i join */
    .lnc-box{
        background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #FFD2D2;
    border-radius: 9px;
    padding: 15px 50px;
    margin-bottom: 20px;
    }
    .circle-number{
       max-width: 57px;
        padding: 10px 28px;
        height: 57px;
        background: #DB0101 0% 0% no-repeat padding-box;
        color: #fff;
        border-radius: 50px;
        font-size: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 30px;
    }
    .mini-circle{
            max-width: 55px;
        padding: 10px 18px;
        height: 55px;
        padding: 13px 24px 13px 23px;
        text-align: center;
        background: #DB0101 0% 0% no-repeat padding-box;
        color: #fff;
        border-radius: 50px;
        font-size: 20px;
        /* display: flex; */
        /* align-items: center; */
        /* justify-content: center; */
        margin-right: 20px;
    }
    .lnc-box-minus{
        margin-left: -77px;
    }
    .form-group{
        margin-bottom: 30px;
    }
    .form-control{
        background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #6e6c6c;
    border-radius: 3px;
        padding: 0.575rem 0.75rem;
    }
    .form-control::placeholder, .form-select::placeholder{
        color: #403d3d;
    }
    .form-control:focus, .form-select:focus {
        color: #212529;
        background-color: #fff;
        border-color: #db0101;
        outline: 0;
        box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
    }
.form-select {
    background-color: #fff;
     border: 1px solid #6e6c6c;
    border-radius: 3px;
        padding: 0.575rem 0.75rem;
}

    .container1 {
      display: inline-block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 17px;
        margin-right: 21px;
      -webkit-user-select: none;
      -moz-user-select: none;   
      -ms-user-select: none;
      user-select: none;
      color: #403d3d;
    }

    /* Hide the browser's default checkbox */
    .container1 input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }

    /* Create a custom checkbox */  
    .container1 .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee0;
        border: 2px solid #3A3333;
        border-radius: 3px;
    }

    /* On mouse-over, add a grey background color */
    .container1:hover input ~ .checkmark {
      background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .container1 input:checked ~ .checkmark {
     background-color: #2196f300;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .container1 .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }

    /* Show the checkmark when checked */
    .container1 input:checked ~ .checkmark:after {
      display: block;
    }

    /* Style the checkmark/indicator */
    .container1 .checkmark:after {
         left: 12px;
        top: -5px;
        width: 7px;
        height: 19px;
        border: solid #3a3333;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #fff;
    }
    .container1 input:checked ~ .checkmark:before {
        content: '';
        width: 17px;
        height: 8px;
        background-color: #fff;
        position: absolute;
        right: -2px;
        top: 0px;
        }
    /* contact */
    .contact-box{
        box-shadow: 0px 3px 20px #0000001C;
    border-radius: 15px;
    padding: 80px 70px;
    }
    .contact-right-box{
        background: transparent linear-gradient(180deg, #DB0202 0%, #E96868 100%) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 20px #00000029;
        border-radius: 15px 0px 0px 15px;
        opacity: 1;
        padding: 55px 61px;
        height: 100%;
        margin-right: -70px;
        margin-left: 35px;
        z-index: 2;
    }
    .cb-circle{
        background: transparent linear-gradient(180deg, #FFFFFF85 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    opacity: 0.21;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 214px;
    height: 214px;
    border-radius: 50%;
    }
    .cb-black-line{
            background: #3A3333 0% 0% no-repeat padding-box;
        border-radius: 0px 16px 16px 0px;
        opacity: 1;
        width: 192px;
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100%;
        text-align: center;
        padding: 16px;
        display: flex;
        align-items: end;
        justify-content: center;
        z-index: -1;
    }
    .donate-box{
        background-image: url('../img/donate/background.png');
        background-size: cover;
        background-position: center;
        padding: 85px 0px;
        border-radius: 15px;
    }
    .ft-20{
        font-size: 20px;
    }


    .wrapper{
      margin: 50px auto;
      position: relative;
    }
    .wrapper .center-line{
      position: absolute;
           height: 102%;
        width: 7px;
        background: #db0101;
        left: 50%;
        top: -4px;
        border-radius: 50px;
        transform: translateX(-50%);
    }

    .wrapper .row-1{
      justify-content: flex-start;
          margin-top: 40px;
    }
    .wrapper .row-2{
      justify-content: flex-end;
          margin-top: 40px;
    }
    .wrapper .row section{
     background: #fff;
        border-radius: 5px;
        width: calc(50% - 43px);
        position: relative;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        /* box-shadow: 0px 3px 20px #0000001c; */
        /* border: 1px solid #DB0101; */
        border-radius: 15px 0px 15px 15px;
        opacity: 1;
        padding: 0px 15px 0px 15px;
        float: revert;
    }
    .timeline-details {
        float: right;
    }
    .row-2 section .timeline-details {
        float: left;
    }
    .timeline-details-img{
        border-radius: 18px;
        cursor: pointer;
    }
    .row-2 section{
       /* border: 1px solid #DB0101 !important;*/
    border-radius: 0px 15px 15px 15px !important;
    }
    .wrapper .row section::before{
      position: absolute;
      content: "";
      height: 15px;
      width: 15px;
      background: #fff;
      top: 28px;
      z-index: -1;
      transform: rotate(45deg);
    }
    .row-1 section::before{
      right: -7px;
    }
    .row-2 section::before{
      left: -7px;
    }
    .row section .icon,
    .center-line .scroll-icon{
        position: absolute;
        background: #f2f2f2;
        height: 62px;
        width: 62px;
        text-align: center;
        line-height: 19px;
        border-radius: 50%;
        color: #3ea0e2;
        font-size: 14px;
        color: #3A3333;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .center-line .scroll-icon{
      bottom: 0px;
      left: 50%;
      font-size: 25px;
      transform: translateX(-50%);
    }
    .row-1 section .icon{
      top: 15px;
       right: -74px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #DB0101;
    }
    .row-2 section .icon{
      top: 15px;
        left: -74px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #DB0101;
    }
    .row section .details,
    .row section .bottom{
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .row section .details .title{
      font-size: 22px;
      font-weight: 600;
    }
    .row section p{
      margin: 10px 0 17px 0;
    }
    .row section .bottom a{
      text-decoration: none;
      background: #3ea0e2;
      color: #fff;
      padding: 7px 15px;
      border-radius: 5px;
      /* font-size: 17px; */
      font-weight: 400;
      transition: all 0.3s ease;
    }
    .row section .bottom a:hover{
      transform: scale(0.97);
    }
    @media(max-width: 790px){
      .wrapper .center-line{
        left: 40px;
      }
      .wrapper .row{
        margin: 30px 0 3px 60px;
      }
      .wrapper .row section{
        width: 100%;
      }
      .row-1 section::before{
        left: -7px;
      }
      .row-1 section .icon{
        left: -60px;
      }
    }
    @media(max-width: 440px){
      .wrapper .center-line,
      .row section::before,
      .row section .icon{
      }
      .wrapper .row{
        margin: 10px 0;
      }
    }

    .timeline-details{

    }
    .resource-box{
        box-shadow: 0px 3px 20px #0000001C;
    border: 1px solid #BFBFBF;
    border-radius: 15px;
    padding: 22px;
    margin-bottom: 25px;
        
    }
    .grant-request-box{
        background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000001C;
    border: 1px solid #DB0101;
    border-radius: 15px;
    padding: 45px;
    text-align: center;
        margin-top: 60px;
        min-height: 285px;
    }
    .grant-request-box .mini-circle{
        margin-right: auto;
        margin-left: auto;

        margin-top: -73px;
        margin-bottom: 32px;
    }
    .grant-approval-box{
        background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 20px #0000001C;
    border: 1px solid #DB0101;
    border-radius: 15px;
    padding: 35px 25px;
    margin-bottom: 25px;
    }
    .rotate-arrow{
            transform: rotate(-90deg);
    }