    @import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Fira+Sans+Condensed:ital,wght@0,200;0,400;0,500;0,600;1,100;1,300;1,400;1,800&family=Livvic:ital,wght@0,400;0,500;1,300;1,400&family=Merriweather:ital,wght@0,400;0,700;1,400&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;1,200;1,300;1,400&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,800;1,300;1,400;1,500;1,600;1,700&family=Playfair+Display:wght@400;500;600&family=Poppins:ital,wght@0,200;0,400;0,600;0,700;1,400;1,500;1,600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,900;1,400;1,700;1,900&display=swap');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Fira Sans Condensed', sans-serif;
    }
    
    body {
        background: #f4fffa;
    }
    
    .custom-section {
        background-color: #fff;
        box-shadow: 0 0 2px #a5a5a5;
        margin-top: 0;
    }
    
    .navbar-main .logo {
        width: 90px;
        height: auto;
    }
    
    .navbar-menu {
        background: transparent;
    }
    
    .navbar-menu li {
        margin-right: 2rem;
    }
    
    .navbar-menu li a {
        color: #000;
        font-weight: 500;
        font-size: 1rem;
    }
    
    .navbar-menu li a:hover {
        color: #fe7f4c;
        border-color: #fff;
    }
    
    .nav-button .get-btn {
        color: #fff;
        font-size: 14px;
        line-height: 1rem;
        font-weight: 400;
        text-transform: capitalize;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: all .4s;
        z-index: 1;
        background-color: #f2563f;
        border: 1px solid rgba(0, 0, 0, 0);
        text-decoration: none;
        text-align: center;
        margin: 0px 10px;
        padding: 11px 17px;
        border-radius: 4px;
    }
    
    .nav-button .get-btn:hover {
        color: #fff;
        background-color: #f48970;
    }
    /* <!-- *********************************footer start*********************************** --> */
    
    .footer-div {
        padding-top: 60px;
        background-color: #363636;
    }
    
    .footer-heading h2 {
        font-size: 16px;
        color: #fff;
        margin-bottom: 10px;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        font-weight: 600;
        line-height: 4px;
        text-transform: uppercase;
    }
    
    .footer-heading .footer-logo img {
        width: 100px;
        height: auto;
    }
    
    .footer-heading ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .footer-heading ul li a {
        text-decoration: none;
        font-size: 14px;
        margin-bottom: 8px;
        color: #fff;
        padding: 0;
    }
    
    .footer-div p {
        font-size: 16px;
        color: #fff;
        text-align: center;
        letter-spacing: 0;
        line-height: 1.4em;
    }
    /* ***************************slider***************************** */
    
    .slider-section .carousel-item img {
        height: 700px;
        width: 100%;
        background-size: cover;
        box-shadow: 2px 2px 2px gray;
        filter: drop-shadow(2px 2px 2px gray);
    }
    
    .slider-section .carousel-item .custom-carosel {
        margin-bottom: 90px;
    }
    
    .slider-section .carousel-item .custom-carosel span {
        color: #fff;
        font-size: 20px;
        text-transform: capitalize !important;
        text-align: center;
        margin-top: 0;
    }
    
    .slider-section .carousel-item .custom-carosel h5 {
        font-size: 80px;
        line-height: 80px;
        color: #fff;
        font-weight: 600;
        padding-top: 10px;
        text-align: center;
    }
    
    .slider-section .carousel-item .custom-carosel p {
        color: #b9b9b9;
        margin-top: 0;
        margin-bottom: 15px;
    }
    
    .slider-section .carousel-item .custom-carosel .custom-btn {
        text-decoration: none;
    }
    
    .slider-section .carousel-item .custom-carosel .custom-btn {
        background: #f2563f;
        border-color: #f2563f;
        color: #fff;
        transition: all 0.2s ease;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        padding: 0.75rem 2rem;
        text-transform: uppercase;
        border-radius: 0.25rem !important;
        text-align: center;
        vertical-align: middle;
    }
    
    .slider-section .carousel-item .custom-carosel .custom-btn:hover {
        background: #f48970;
        color: #fff;
    }
    
    .cb-prev-button {
        left: 60px;
        color: #fff;
        width: 20px;
        border-radius: 50%;
        top: -20px;
    }
    
    .cb-next-button {
        right: 60px;
        color: #fff;
        width: 20px;
        border-radius: 50%;
        top: -20px;
    }
    /* ***********************************member card*********************************** */
    
    .main-body {
        padding: 15px;
    }
    
    .card {
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
    }
    
    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 0 solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
    }
    
    .card-body {
        flex: 1 1 auto;
        min-height: 1px;
        padding: 1rem;
    }
    
    .gutters-sm {
        margin-right: -8px;
        margin-left: -8px;
    }
    
    .gutters-sm>.col,
    .gutters-sm>[class*=col-] {
        padding-right: 8px;
        padding-left: 8px;
    }
    
    .mb-3,
    .my-3 {
        margin-bottom: 1rem !important;
    }
    
    .bg-gray-300 {
        background-color: #e2e8f0;
    }
    
    .h-100 {
        height: 100% !important;
    }
    
    .shadow-none {
        box-shadow: none !important;
    }
    
    .bg-white {
        background-color: #fff !important;
    }
    
    .btn-light {
        color: #1a202c;
        background-color: #fff;
        border-color: #cbd5e0;
    }
    
    .ml-2,
    .mx-2 {
        margin-left: .5rem !important;
    }
    
    .card-footer:last-child {
        border-radius: 0 0 .25rem .25rem;
    }
    
    .card-footer,
    .card-header {
        display: flex;
        align-items: center;
    }
    
    .card-footer {
        padding: .5rem 1rem;
        background-color: #fff;
        border-top: 0 solid rgba(0, 0, 0, .125);
    }
    
    .cb-select {
        padding: 15px 0;
    }
    
    .cb-select select option {
        font-size: 16px;
        color: #000;
    }
    
    .cb-select-button .get-btn {
        color: #fff;
        font-size: 14px;
        line-height: 1rem;
        font-weight: 400;
        text-transform: capitalize;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: all .4s;
        z-index: 1;
        background-color: #f2563f;
        border: 1px solid rgba(0, 0, 0, 0);
        text-decoration: none;
        text-align: center;
        margin: 0px 10px;
        padding: 10px 50px;
        border-radius: 4px;
    }
    
    .cb-select-button {
        margin-top: 15px;
    }
    
    .cb-select-button .get-btn:hover {
        background: #f48970;
        color: #fff;
    }
    
    .cb-member {
        text-align: right;
    }
    
    .cb-member a {
        font-size: 20px;
        margin-bottom: 8px;
        color: #000;
        padding: 5px 0;
        font-weight: 600;
    }
    /* **************************custom-card********************************* */
    
    .custom-card .card-body img {
        width: 100px;
        margin-top: 20px;
    }
    
    .custom-card .card-body h5 {
        font-size: 18px;
        color: #000;
        font-weight: 500;
    }
    
    .custom-card .card-body p {
        font-size: 15px;
        color: #f5f5f5;
        font-weight: 500;
    }
    
    .card-btn a {
        color: #fff;
        font-size: 14px;
        line-height: 1rem;
        font-weight: 400;
        text-transform: capitalize;
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: all .4s;
        z-index: 1;
        background-color: #f2563f;
        border: 1px solid rgba(0, 0, 0, 0);
        text-decoration: none;
        text-align: center;
        margin: 0px 3px;
        padding: 7px 10px;
        border-radius: 4px;
    }
    
    .card-btn a .cb-card-icon {
        display: inline-block;
        position: relative;
        transition: all .4s;
        z-index: 1;
        background-color: #f2563f;
        border: 1px solid rgba(0, 0, 0, 0);
        text-decoration: none;
        text-align: center;
        margin: 0px 10px;
        padding: 7px 10px;
        border-radius: 4px;
    }
    
    .card-btn {
        text-align: center !important;
        margin-left: 50px;
        padding-bottom: 30px;
    }
    
    .card-btn a i {
        font-weight: 700;
        width: 24px;
        height: 18px;
        text-align: center;
        padding-top: 2px;
        color: #000 !important;
    }
    /* <!-- *********************************contact us start******************************************* --> */
    
    .cb-custom-container {
        padding: 40px 0 40px 0;
    }
    
    .cb-custom-container h2 {
        font-size: 2rem;
        padding: 0 2rem;
        color: #000;
        text-align: center;
        line-height: 1.2;
    }
    
    .cb-form {
        padding: 55px 80px;
        background: #eee;
        position: relative;
        margin-bottom: 2rem;
    }
    
    .cb-form h3 {
        color: #000;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .cb-form .cb-contact-form .form-control {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #fff !important;
        background-color: transparent;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
    }
    
    .cb-form .cb-btn {
        background: #f2563f;
        border-color: #f2563f;
        color: #fff;
        transition: all 0.2s ease;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        padding: 0.75rem 2rem;
        text-transform: uppercase;
        border-radius: 0.25rem !important;
        text-align: center;
        vertical-align: middle;
        width: 100%;
    }
    
    .cb-form .cb-btn:hover {
        background: #f48970;
        color: #fff;
    }
    
    .cb-custom-form {
        padding: 55px 80px;
        background: #279e6869;
        position: relative;
        margin-bottom: 2rem;
    }
    
    .cb-custom-form h3 {
        color: #000;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .cb-custom-form p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.8;
        text-align: left;
        color: #000;
        margin-bottom: 0;
        margin-left: 25px;
    }
    
    .cb-custom-form .address p i {
        color: #000;
        position: absolute;
        left: 65px;
        padding-top: 5px;
    }
    /* ***************************about start************************** */
    
    .cb-about-section h2 {
        color: #000;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .cb-about-section p {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        color: #000;
    }
    
    .cb-about-custom {
        padding: 30px 0;
    }
    
    .cb-about-img img {
        width: 100%;
        height: 470px;
    }
    
    .cb-about-text h4 {
        color: #000;
        font-size: 22px;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .cb-about-text p {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        color: #000;
    }
    
    .cb-about-img1 img {
        width: 100%;
        height: 368px;
    }
    /*****************************FAQ*******************************/
    
    .cb-custom-container h2 {
        color: #000;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
    }
    
    .cb-custom-container p {
        font-size: 18px;
        font-weight: 400;
        text-align: left;
        color: #000;
    }
    
    .question-box .accordian-section .accordion-item {
        border: none;
    }
    
    .accordian-section .accordion-body p {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
        padding: 5px;
        color: #000;
        text-align: left;
        padding-left: 30px;
    }
    
    .accordian-section .accordion-button {
        background: #fff;
        color: #000;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.6;
        padding: 15px;
        border-bottom: 1px solid #ccc;
    }
    /***************************about-section***************************/
    
    .tital-text h2 {
        color: #000;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        text-align: center;
    }
    
    .cb-list {
        list-style: none;
        margin-bottom: 0 !important;
    }
    
    .cb-list li {
        padding: 20px;
        border-right: 1px solid #efefef;
        width: 100%;
    }
    
    .cb-list li .cb-list-box {
        display: flex;
        align-items: center;
        width: 100%;
    }
    
    .cb-list li .cb-list-box .icon {
        margin: 0;
        padding: 0;
    }
    
    .cb-list li .cb-list-box .icon i {
        font-size: 30px;
        color: #f55d2c;
    }
    
    .cb-list li .cb-list-box .cb-text {
        margin-left: 20px;
    }
    
    .cb-list li .cb-list-box .cb-text h4 {
        font-size: 1.125em;
        color: #000;
    }
    
    .cb-list li .cb-list-box .cb-text p {
        font-size: 15px;
        font-weight: 400;
        color: #000;
        margin-bottom: 0;
        line-height: 26px;
    }
    /*<!-- *******************************************section-box********************************************* -->*/
    
    .cb-section-custom img {
        width: 100%;
        height: 350px;
    }
    
    .cb-custom-tital {
        padding-top: 10px;
        margin-left: 61px;
    }
    
    .cb-custom-tital h4 {
        font-size: 24px;
        color: #000;
        margin-bottom: 10px;
        font-weight: 400;
    }
    
    .cb-custom-tital h2 {
        color: #000;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .cb-custom-tital p {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin-bottom: 0;
        line-height: 26px;
        padding-top: 15px;
    }
    
    .cb-custom-tital a {
        background: #f2563f;
        border-color: #f2563f;
        color: #fff;
        transition: all 0.2s ease;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        padding: 0.75rem 2rem;
        text-transform: uppercase;
        border-radius: 0.25rem !important;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        margin-top: 30px;
    }
    
    .cb-custom-tital a:hover {
        background: #f48970;
        color: #fff;
    }
    /*****************************************services-heading*****************************************/
    
    .services-heading h2 {
        color: #000;
        font-size: 1.75rem;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
    }
    
    .services-heading h4 {
        font-size: 16px;
        font-weight: 500;
        color: #000;
        margin-bottom: 5px;
    }
    
    .cb-custom-service {
        margin-top: 20px;
    }
    
    .service-box {
        border: none;
        padding: 15px 15px;
        margin-top: 30px;
        text-align: center;
    }
    
    .service-box>a {
        text-decoration: none;
    }
    
    .service-box>a>i {
        width: 80px;
        background-color: #9ea5141a;
        height: 80px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        position: relative;
        transition: all 0.3s linear;
        color: #000;
        font-size: 30px;
    }
    
    .service-box>a>i:hover {
        background-color: #9ea5144f;
        color: #000;
    }
    
    .service-card .card-title {
        padding-bottom: 5px;
        color: #000;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }
    
    .service-card .card-text {
        font-size: 15px;
        line-height: 24px;
        color: #000;
        margin-top: 0;
        margin-bottom: 1rem;
    }
    
    .card {
        background: #f7f7f7a3;
        border: none;
    }
    
    .services-container {
        background-color: #9ea5141a;
    }
    /* ********************* term and condition*************************************** */
    
    .cb-condition>h3 {
        color: #000;
        font-size: 20px;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        text-align: left;
    }
    
    .cb-condition>p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        padding: 5px;
        color: #000;
        text-align: left;
    }
    
    .cb-condition span {
        color: #000;
        font-size: 16px;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        text-align: left;
        padding-right: 10px;
    }
    /* ******************************** volunteers **************************** */
    
    .cb-volunteer .form-group label {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 2px;
    }
    
    .cb-volunteer .form-control {
        font-size: 16px;
        color: #333;
        margin-top: 2px;
    }
    
    .select2-container .select2-selection--multiple {
        min-height: 40px;
        padding-top: 4px;
        border: 1px solid #ced4da;
    }
    
    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 4px;
        height: 38px;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-left: -8px;
        margin-top: 5px;
    }
    
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-top: 5px;
    }
    
    .custom-file {
        position: relative;
        display: inline-block;
        width: 100%;
        height: calc(1.9695rem + 2px);
        margin-bottom: 0;
    }
    
    .custom-file-label {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
        height: calc(1.9695rem + 2px);
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #665c70;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
    }
    
    .custom-file-input {
        position: relative;
        z-index: 2;
        width: 100%;
        height: calc(1.9695rem + 2px);
        margin: 0;
        opacity: 0;
    }
    
    .custom-file-input:lang(en)~.custom-file-label::after {
        content: "Browse";
    }
    
    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 1.9695rem;
        padding: 0.375rem 0.75rem;
        line-height: 1.5;
        color: #665c70;
        content: "Browse";
        background-color: #eee;
        border-left: 1px solid #ced4da;
        border-radius: 0 0.25rem 0.25rem 0;
    }