body {
    font-family: "Urbanist", serif;
}

.Header_section_top {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    /*position: fixed;*/
    /*position: sticky;*/
    top: -6px;
    width: 100%;
    z-index: 9999;
    color: #fff !important;
    background-color: #fff;
}

    .Header_section_top .navbar {
        border-top: 1px solid #8080801f;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .Header_section_top .navbar-light .navbar-nav .active > .nav-link {
        color: #FF7708;
        text-transform: uppercase;
        font-weight: 800;
    }

    .Header_section_top .navbar .navbar-nav li a {
        color: #000;
        text-transform: uppercase;
        font-weight: 600 !important;
        font-size: 16px;
    }

    /* .Header_section_top .navbar .navbar-nav li a::after {
      content: "";
      display: inline-block;
      width: 3px;
      height: 3px;
      background-color: #F36E3E;
      margin-left: 4px;
      vertical-align: unset;
    } */

    .Header_section_top .navbar .navbar-nav li {
        margin-right: 15px;
    }

    .Header_section_top .btn-outline-success {
        background: var(--Main-carousal-gradient-PMAY, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
        font-size: 15px;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 20px;
        color: #FFFFFF;
        padding: 8px 25px 8px 25px;
        border: 0;
        border-radius: 4px;
    }


.Banner_section {
    box-shadow: 0 .125rem .25rem #82818126 !important;
}

    .Banner_section .small_column {
        padding-top: 120px;
        padding-bottom: 95px;
        background-color: #f36e3e1f;
        background-repeat: no-repeat;
        background-size: 500px;
    }

    .Banner_section h3 {
        height: auto;
        color: rgb(0, 0, 0);
        text-decoration: none;
        white-space: normal;
        width: 585px;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        text-align: left;
        line-height: 85px;
        text-shadow: rgb(255, 255, 255) 0px 0px 3px;
        letter-spacing: 0px;
        font-size: 62px;
        margin-left: 5px;
        z-index: 999;
        position: absolute;
        font-weight: 600;
        text-align: center;
    }

        .Banner_section h3 span {
            color: #FF6200;
            font-size: 72px;
            font-weight: 700;
        }


.carousel-indicators li {
    position: relative;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FF6200;
    background-clip: padding-box;
    transition: opacity .6s ease;
    border-radius: 50%;
    border: 2px solid #fff;
}

.carousel-indicators {
    right: auto !important;
    bottom: 10px;
    left: 0;
    margin-left: 5%;
}

.About_us_section {
    padding-top: 80px;
    padding-bottom: 80px;
}

    .About_us_section ul li {
        color: #6c757d;
        text-align: justify;
    }

    .About_us_section strong {
        font-size: 19px;
    }


    .About_us_section h3 {
        color: rgb(0, 0, 0);
        text-align: left;
        letter-spacing: 0px;
        font-weight: 600;
    }

        .About_us_section h3::after,
        .About_us_section h3::before,
        .Photos_Video_Gallary h3::after,
        .Photos_Video_Gallary h3::before,
        .section-header h2::after,
        .section-header h2::before {
            content: "";
            display: inline-block;
            width: 35px;
            height: 2px;
            background-color: #FF7708;
            margin-left: 10px;
            vertical-align: middle;
            margin-right: 10px;
        }

    .About_us_section p {
        text-align: justify;
        line-height: 25px;
        font-size: 16px;
        font-weight: 500;
    }

    .About_us_section .about_us_img {
        box-shadow: -50px -50px 0 -40px #f36e3e57, 50px 50px 0 -40px #FF7708;
        border-radius: 5px;
    }

.btn_readmore {
    background: var(--Main-carousal-gradient-PMAY, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 20px;
    color: #FFFFFF;
    padding: 8px 25px 8px 25px;
    border: 0;
    border-radius: 4px;
}

    .btn_readmore:hover {
        border: 1px solid #F36E3E;
        background: #fff;
        color: #F36E3E;
    }

.About_us_section .about_content_sm {
    margin-left: 40px;
}

.Photos_Video_Gallary {
    background-color: #f36e3e1f;
    padding-top: 70px;
    padding-bottom: 70px;
}

    .Photos_Video_Gallary .container-fluid,
    .section_contact .section-header .container-fluid {
        padding-left: 8%;
        padding-right: 8%;
    }

    .Photos_Video_Gallary .btn-primary {
        border: none;
        padding: 0 1rem;
        line-height: 30px;
        display: inline-block;
        color: #fff;
        background: var(--Main-carousal-gradient-PMAY, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
        margin-right: 2px;
        margin-bottom: 3px;
    }

    .Photos_Video_Gallary .card-title {
        color: rgb(0, 0, 0);
        text-align: left;
        letter-spacing: 0px;
        font-weight: 700;
    }

    .Photos_Video_Gallary .card-text {
        text-align: justify;
        font-weight: 500;
        font-size: 15px;
        color: #495057;
    }

    .Photos_Video_Gallary h3 {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .Photos_Video_Gallary .card .card-body {
        background: #FFF;
        box-shadow: 0px 7px 7px 0px rgb(0 0 0 / 10%);
    }

    .Photos_Video_Gallary .card {
        border: 0;
        border-radius: 21px;
    }

        .Photos_Video_Gallary .card .card-img-top {
            height: 100%;
        }



.section_contact {
    /* background-image: url(https://images.pexels.com/photos/325185/pexels-photo-325185.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940); */
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 50px;
    /* padding-bottom: 50px; */
}


/* .section_contact::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgb(0 0 0 / 28%);
    } */




.section-header {
    margin-bottom: 50px;
    text-align: center;
}

    .section-header h2 {
        color: #000;
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .section-header p {
        color: #495057;
        line-height: 25px;
        font-size: 16px;
        font-weight: 500;
        margin-left: 100px;
        margin-right: 100px;
    }



.wrapper-affixs-footer-main {
    padding-top: 50px;
    padding-bottom: 50px;
    background: var(--Main-carousal-gradient-PMAY, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
}

.wrapper-affixs-footer-text-1 h3 {
    color: #000;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper-affixs-footer-text-1 p {
    color: #000;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.wrapper-affixs-footer-text-2 h3 {
    color: #000;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.wrapper-affixs-footer-text-2 p {
    margin-bottom: 5px;
    font-size: 18px;
}

.wrapper-affixs-footer-text-2 h4 {
    color: #000;
    font-family: Urbanist;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .wrapper-counter-girvance-btn {
  padding-top: 20px;
} */

.wrapper-counter-girvance-btn a {
    background: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    color: #db8713;
}

.wrapper-affixs-copyright-main {
    background: #322f2d;
    padding: 20px 0px 10px;
}

.wrapper-affixs-copyright-nic-text p {
    color: #fff;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.wrapper-affixs-copyright-text-1 ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .wrapper-affixs-copyright-text-1 ul li {
        padding-left: 15px;
    }

        .wrapper-affixs-copyright-text-1 ul li a {
            text-decoration: none;
            color: #fff;
            font-weight: 500;
        }

.wrapper-affixs-footer-text-2 a {
    text-decoration: none;
    line-height: normal;
    color: #000;
    font-family: Urbanist;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.faq_banner_section {
    padding-top: 15px;
    padding-bottom: 15px;
    background: var(--Main-carousal-gradient-PMAY, linear-gradient(170deg, #FF1E00 -182.2%, #EA4B23 -117.73%, rgba(233, 185, 30, 0.68) 28.68%, rgba(214, 32, 8, 0.23) 117.82%, #FF7708 195.68%), #FF6200);
    margin-bottom: 10px;
}

.wrapper-affixs-faq-main-heading h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Urbanist;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 0px;
}

.angikaar_bx {
    background-color: #e9ecefc2;
    padding: 80px 15px 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
    text-align: justify;
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
}

.border {
    border: 1px solid #343a40 !important;
}

/*blink button effect start*/
.main-button {
    background-color: #eb4d4b;
    border: 0;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    color: #fff !important;
    position: relative;
}

    .main-button:after {
        background-color: #ff7708;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 3px;
        animation-name: blink;
        animation-duration: 1.3s;
        animation-iteration-count: infinite;
        animation-direction: alternate-reverse;
        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }

@keyframes blink {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 0.8;
    }

    100% {
        transform: scale3d(1.1, 1.3, 1.1);
        opacity: 0;
    }
}

/*blink button effect end*/


details {
    display: inline;
}

details {
    position: relative;
}

    details summary {
        display: block;
        cursor: pointer;
        color: red;
    }

        details summary:focus {
            outline: none;
        }

    details[open] {
        display: block;
        padding-bottom: 50px;
        padding-top: 10px;
        animation: open .2s linear;
    }

        details[open] summary {
            position: absolute;
            bottom: 0;
            left: 0;
        }

    details #open {
        padding-left: 5px;
        text-align: middle;
    }

        details #open:after {
            display: inline-block;
            position: relative;
            top: -3px;
            padding-left: 8px;
            content: "\00bb";
            transform: rotate(90deg);
        }

    details[open] #open {
        display: none;
    }

    details #close {
        display: none;
    }

    details[open] #close {
        display: block;
    }

::-webkit-details-marker {
    display: none;
}





@keyframes open {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
