body {
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #2f2d39;
    border-radius: 0px;
}


header {
    padding: 10px 0;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    background: #fff;
    transition: all .3s ease;
    z-index: 9999;
}

.header-scroll {
    position: fixed;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background: #fff;
    height: 60px;
    padding: 0;
}

header.header-scroll img.img-fluid.logo-image {
    height: 50px;
    transition: .7s all;
}

header.header-scroll a.nav-link {}

/* Logo Section */

main.logo-section {
    padding: 10px 0px;
}

main.logo-section i.fa.fa-search {
    color: #3f6b9d;
    font-size: 13px;
}

main.logo-section .input-group.add-on {
    background: #ededed;
    border: 0;
    border-radius: 6px;
}

main.logo-section input#srch-term {
    background: transparent;
    border: 0;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}



/* Close Logo Section */



/* Menu Section */

main.menu-section header.sticky-top {
    background: #003c80;
}

main.menu-section nav {
    padding: 0;
}

.hdr-mnu-1 a {
    color: #fff;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 20px !important;
}

.hdr-mnu-1 {
    text-align: right;
}

main.menu-section a {
    padding: 10px 18px !important;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

li.nav-item {
    padding-left: 20px;
}

.nav-link:focus,
.nav-link:hover {
    color: #57a42f;
}

.hdr-mnu-1 a {
    color: #fff;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.toggle-button {
    display: none;
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1500px;
    }

}
 

/* Close Menu Section */

a.nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

/* Banner Section */

.banner-section h5 {
    text-align: left;
    color: #2a2a2a;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 700;
    font-size: 23px;
    letter-spacing: 1px;
}

.banner-section .carousel-caption h2 {
    font-family: 'Yeseva One', serif;
    font-size: 70px;
}

.banner-section .carousel-caption span {
    text-transform: uppercase;
    font-size: 16px;
}

.banner-section {
    position: relative;
}

.overlay {
    position: absolute;

    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    cursor: pointer;
}

button.carousel-control-prev {
    z-index: 9;
}

button.carousel-control-next {
    z-index: 9;
}

.banner-section .carousel-caption {
    bottom: 0;
    top: 0;
    padding: 0;
    align-items: center;
    display: grid !important;
    align-content: center;
    z-index: 444;
}

.banner-section .carousel-caption a {
    background: #761f20;
    color: #fff;
    text-decoration: none;
    padding: 13px 40px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    transition: .5s all;
}

.banner-section .carousel-caption a:hover {
    background: #57a42f;
}

.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    border: 0;
}

/* Close Banner Section */

.hdr-1 h2 {
    text-align: center;
    font-family: 'Yeseva One', serif;
    font-size: 48px;
}

.hdr-1 {
    margin-bottom: 50px;
}

.header-1 {
    background: #57a42f;
    padding: 15px 0;
}

.hdr-1-lft1 {
    display: flex;
}

.hdr-1-lft {
    margin-right: 20px;
}

.hdr-1-lft p {
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.hdr-1-lft p {
    font-size: 15px;
}

.hdr-1-lft p i {
    margin-right: 5px;
}

.vlg-nk-6-bx-mn img {
    width: 100%;
}

section.vlg-nk-1 {
    padding: 80px 0;
}

.vlg-nk-1b h1 {
    font-family: 'Yeseva One', serif;
    font-size: 60px;
}

.vlg-nk-1b h3 {
    text-transform: uppercase;
    font-size: 18px;
    color: #898484;
}

.vlg-nk-5-bx-mn {
    overflow: hidden;

}

.vlg-nk-5-bx-mn img {
    transition: .6s all;
    width: 100%;
}

.vlg-nk-5-bx-mn:hover img {
    width: 100%;
    scale: 1.3;
}

.btn-2 a {
    background: #000000;
    color: #fff;
    text-decoration: none;
    padding: 13px 40px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    width: fit-content;
    margin: auto;
    margin-top: 20px;
    transition: .5s all;
}

.btn-2 a:hover {
    background: #46991e;
}

.rm-btn {
    margin-top: 30px;
}

.vlg-nk-2b h2 {
    font-family: 'Yeseva One', serif;
    font-size: 48px;
}

section.vlg-nk-2 {
    background: #edfeed;
}

.vlg-nk-2a img {
    width: 100%;
}

section.vlg-nk-3 {
    padding: 60px 0;
}

.vlg-nk-2b {
    padding-left: 60px;
    padding-right: 154px;
}

.fc-1 {
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 11px #00000024;
    border-radius: 10px;
    height: 100%;
}

.fc-1 h2 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}

.vlg-nk-1a img {
    width: 95%;
}








.des-1 p {
    color: #000;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
}

.vlg-nk-1b .btn-1 {
    margin-top: 20px;
}

.btn-1 a {
    background: #761f20;
    color: #fff;
    text-decoration: none;
    padding: 13px 40px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    transition: .5s all;
}

.btn-1 a:hover {
    background: #48a026;
}

section.vlg-nk-4 {
    padding: 150px 0;
    text-align: center;
    background-image: url(../img/bg-video.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.vlg-nk-4-bx-1 h2 {
    text-align: center;
    font-family: 'Yeseva One', serif;
    font-size: 48px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 30px;
}

.vlg-nk-4-bx-1 .des-2 p {
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    line-height: 32px;
}

section.vlg-nk-5 .hdr-1 h5 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.vlg-nk-5-bx-mn {
    position: relative;
}

.vlg-nk-5-bx-cntnt {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.vlg-nk-5-bx-mn {
    position: relative;
}

.vlg-nk-5-bx-cntnt {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.vlg-nk-5-bx-cntnt h3 {
    text-align: center;
    font-family: 'Yeseva One', serif;
    font-size: 36px;
}

.vlg-nk-5-bx-cntnt h4 {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin: 0;
}

.des-2 p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}

.vlg-nk-2b p {
    padding-right: 150px;
}




section.vlg-nk-5 {
    padding: 60px 0;
}

section.vlg-nk-6 {
    background: #e9e9e9;
    padding: 70px 0;
}

.vlg-nk-6-bx-mn {
    padding: 10px;
    background: #fff;
    text-align: center;
}

.vlg-nk-6-bx-mn {
    padding: 10px;
    background: #fff;
    text-align: center;
}

.hdr-1 h5 {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

.vlg-nk-6-bx-cntnt h3 {
    margin-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.vlg-nk-6-bx-cntnt h3:hover {
    color: #469a24;
}

.vlg-nk-7 h5 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.testi-cntnt img {
    margin-bottom: 20px;
}

.testi-cntnt h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}

.testi-cntnt h6 {
    color: #847c7c;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.vlg-nk-6-bx-mn a {
    text-decoration: none;
}

section.vlg-nk-7 .carousel-indicators [data-bs-target] {
    width: 30px;
    height: 6px;
    border-radius: 0px;
    border: 0;
    background: #57a42f;
}

.testi-cntnt {
    margin-bottom: 30px;
}

section.vlg-nk-7 .carousel-indicators {
    bottom: 0;
    margin: 0;
    margin-top: 20px;
}




section.vlg-nk-7 {
    padding: 60px 0;
}


footer {
    background: #181b1f;
    padding: 80px 0;
}

.ftr-lgo-abt p {
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 28px;
}

.ftr-lgo-abt ul li {
    list-style: none;
    padding: 5px;
}

.ftr-lgo-abt ul li a {
    text-decoration: none;
}

.ftr-lgo-abt ul li i {
    background: #509d29;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #181b1f;
    font-size: 18px;
}

.ftr-lgo-abt ul li i:hover {
    background: #74c54b;
}

.ftr-lgo-abt ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.ftr-mnu h4 {
    font-family: 'Yeseva One', serif;
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}

.ftr-mnu ul {

    padding-left: 0;
}

.ftr-mnu ul li {
    color: #fff;
    font-size: 15px;
    list-style: none;
    line-height: 36px;
}

.ftr-mnu ul li a {
    text-decoration: none;
    color: #fff;
}

.ftr-mnu p {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}

.ftr-mnu ul li a:hover {
    color: #6cc340;
}
 
section.copyright {
    padding: 20px 0;
    background: #292d33;
}

section.copyright h6 {
    color: #fff;
    font-size: 16px;
}

section.copyright h6 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
}

section.copyright a {
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
}

section.copyright a:hover {
    color: #509d29;
}

.cpy-mnus a {
    padding-left: 35px;
}

.fc-1 img {
    margin: auto;
}

.slick-slide {
    margin: 10px 25px;
}

.vlg-nk-3 .slick-prev:before {
    content: '.' !important;
    background-image: url(../img/left.png);
    width: 30px !important;
    height: 40px !important;
    display: flex;
    background-repeat: no-repeat;
    color: transparent !important;
    background-color: #cbc8c8;
    background-position: center;
}

.vlg-nk-3 .slick-next:before {
    content: '.' !important;
    background-image: url(../img/right.png);
    width: 30px !important;
    height: 40px !important;
    display: flex;
    background-repeat: no-repeat;
    color: transparent !important;
    background-color: #cbc8c8;
    background-position: center;
}


.cntct-sc1 {
    padding: 90px 0;
}

.cntct-sc1 {
    padding: 90px 0;
}

.info-box {
    display: flex;
}

.info-icon {
    width: 7%;
}

.info-icon-right {
    width: 93%;

}

.contact-form h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #2e318b;
}

.cntct-sc1 .inr-hd-1 h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #2e318b;
    text-align: center;
}

.info-icon-right h6 {
    font-size: 17px;
    line-height: 33px;
}

.cntct-sc1 .inr-hd-1 {
    margin-bottom: 40px;
}

.info-icon-right h5 {
    font-weight: 600;
    font-size: 20px;
}

.contact-form input.form-control {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    height: 50px;
    padding-left: 0;
}

.contact-form textarea {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;

    padding-left: 0;
    margin-top: 20px;
}

.contact-form input.form-control::placeholder {
    color: #000;
}

.contact-form textarea::placeholder {
    color: #000;
}

.contact-form button {
    background: #20282d;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    padding: 10px 30px;
}

.spc-100 {
    height: 100px;
}



.vlg-nk-inner-1 {
    padding: 60px 0;
}

.vlg-nk-inner-1 .hdr-1 h5 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.vlg-nk-inner-1 .carousel-indicators [data-bs-target] {
    width: 30px;
    height: 6px;
    border-radius: 0px;
    border: 0;
    background: #57a42f;
}

.ab-cntnt-rght img {
    float: left;
    width: 30%;
    padding-right: 30px;
    padding-bottom: 30px;
}

section.vlg-nk-inner-abt-1 {
    padding: 60px 0;
    background: #cdf9b6;
}

.des-3 p {
    color: #000;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
}

.ad-title h2 {
    text-align: center;
    font-family: 'Yeseva One', serif;
    font-size: 42px;
    margin-bottom: 30px;
}

.vlg-nk-inner-abt-2 {
    padding: 40px 0;
    background: #efefef;
}

.strng p span {
    color: #57a42f;
    font-size: 20px;
}

.vlg-nk-inner-abt-2 h5 {
    line-height: 30px;
    font-size: 17px;
}

.ftrs-content ul li {
    color: #000;
    line-height: 30px;
    font-size: 16px;
    font-weight: 500;
    list-style: circle;
}

.rm-cntnt-4-bx-1 h3 {
    font-family: 'Yeseva One', serif;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.bk-btn a {
    background: #7f292a;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    transition: .6s all;
}

.bk-btn a:hover {
    background: #449b1f;
}

.bk-btn {
    margin-left: 20px;
}

.fac-bx {
    text-align: center;
    padding: 20px;
    box-shadow: 0px 0px 11px #00000024;
    border-radius: 10px;
    height: 100%;
}

.fac-bx h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 600;
    color: #000;
}

.hide {
    display: none;
}

.rm-cntnt-4-bx-1 a {
    background: #761f20;
    padding: 5px 17px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    width: fit-content;
    margin-top: 20px;
    text-transform: uppercase;
    line-height: 26px;

}

.rm-cntnt-4-bx-1 a:hover {
    background: #46991e;
    color: #fff;

}

.read-more-show {
    display: block;
}

a.read-more-show.hide {
    display: none;
}

a.read-more-hide {
    margin-top: 20px;
    display: block;
}
 
/* Media Screens */

@media (max-width: 576px) {
    .toggle-button {
        display: block;
    }

    .vlg-nk-2b {

        text-align: center;
    }

    .login-language-section a {
        padding: 4px 8px;
        line-height: 20px;
    }

    .banner-section .carousel-caption h2 {
        font-size: 25px !important;
    }

    .container {
        max-width: 90%;
    }

    button.toggle-button label {
        display: none;
    }


    section.vlg-nk-3 .slick-prev {
        left: -15px;
    }

    section.vlg-nk-3 .slick-next {
        right: -5px;
    }
  
}

 
@media (max-width: 767.9px) {
    .hdr-1-lft p {
        font-size: 11px;
    }

    .hdr-1-lft1 {

        justify-content: center;
    }

    section.copyright a {
        font-size: 11px;
    }

    .cpy-mnus a {
        padding-left: 10px;
    }

    .cpy-mnus {
        text-align: center;
        justify-content: center;
    }

    section.copyright h6 {
        font-size: 12px;

        text-align: center;
        margin-bottom: 10px;
    }

    footer {
        padding: 20px 0;
    }

    .ftr-lgo-abt p {
        font-size: 13px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 22px;
    }

    .hdr-1-lft {
        margin-right: 5px;
        margin-left: 5px;
        justify-content: center;
        display: flex;
    }

    .hdr-mnu-1 a {
        font-size: 13px;
        margin-left: 10px !important;
        margin-right: 10px;
    }

    .banner-section .carousel-caption span {
        text-transform: uppercase;
        font-size: 13px;
    }

    .banner-section .carousel-caption a {
        padding: 9px 20px;
        font-size: 12px;
        margin-top: 10px;
    }

    .slick-slide {
        margin: 10px 10px;
    }

    section.vlg-nk-1 {
        padding: 40px 0;
    }

    li.nav-item {
        padding-left: 0px;
    }

    .menu-2 {
        background: #fff;
        width: 100%;
    }

    a.nav-link {
        padding: 0;
        font-size: 13px;
        line-height: 30px;
    }

    .navbar-toggler:focus {

        box-shadow: 0 0 0 0rem;
    }

    main.hdr-bg {
        background: #fff;
    }

    header.header-scroll a.nav-link {
        padding: 0px 0px !important;
    }

    .ab-cntnt-rght img {
        float: none;
        width: 100%;
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .des-3 p {
        line-height: 24px;
        font-size: 14px;
        font-weight: 500;
        text-align: justify;
    }

    .ftrs-content ul li {

        line-height: 23px;
        font-size: 14px;

    }

    .info-icon-right h5 {

        font-size: 16px;
    }

    .info-icon-right h6 {
        font-size: 15px;
        line-height: 25px;
    }

    .rm-cntnt-4-bx-1 h3 {

        font-size: 22px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .vlg-nk-inner-1 {
        padding: 20px 0;
    }

    section.vlg-nk-inner-1 .carousel-inner {
        text-align: center;
    }

    .vlg-nk-inner-1 .hdr-1 h5 {

        font-size: 14px;

    }

    .vlg-nk-inner-abt-2 h5 {
        line-height: 23px;
        font-size: 14px;
        margin-top: 20px;
        text-align: justify;
    }

    .ad-title h2 {

        font-size: 25px;
        margin-bottom: 20px;
    }

    .strng p span {
        color: #57a42f;
        font-size: 16px;
    }

    section.vlg-nk-inner-abt-1 {
        padding: 30px 0;

    }

    .ftr-mnu p {

        font-size: 12px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .hdr-mnu-1 {
        text-align: center;
    }

    .ftr-mnu h4 {

        font-size: 17px;

        margin-bottom: 8px;
    }

    .ftr-mnu ul li {

        font-size: 13px;

        line-height: 23px;
    }

    .ftr-lgo-abt ul {
        margin-bottom: 20px;
    }

    .hdr-1 h2 {

        font-size: 25px;
    }

    .hdr-1 {
        margin-bottom: 20px;
    }

    .banner-section .carousel-caption h2 {

        font-size: 30px;
    }

    .vlg-nk-1b h1 {

        font-size: 25px;
    }

    .des-1 p {
        text-align: justify;
        line-height: 22px;
        font-size: 14px;
        font-weight: 500;
    }

    .btn-1 a {

        padding: 9px 20px;

        font-size: 13px;

    }

    .vlg-nk-2b p {
        padding-right: 20px;
    }

    .vlg-nk-2b h2 {

        font-size: 25px;
    }

    .vlg-nk-2b {
        padding-left: 20px;
        padding-right: 20px;
        padding: 20px;
    }

    .btn-2 a {

        padding: 9px 20px;
        margin-top: 0;
        font-weight: 500;
        font-size: 13px;

    }

    .vlg-nk-4-bx-1 h2 {

        font-size: 25px;

    }

    .vlg-nk-4-bx-1 .des-2 p {

        font-size: 14px;
        margin-top: 11px;
        line-height: 22px;
    }

    .vlg-nk-6-bx-mn {

        margin-bottom: 20px;
    }

    .des-2 p {
        font-size: 14px;
        line-height: 22px;

    }

    .ftr-lgo-abt img {
        width: 40%;
    }

    .testi-cntnt img {
        margin-top: 20px;
    }

    section.vlg-nk-7 .carousel-inner {
        text-align: center;
    }

    .testi-cntnt h6 {


        font-size: 12px;

    }

    .bk-btn {
        margin-left: 0px;
        margin-top: 10px;
    }

    .bk-btn a {

        padding: 5px 10px;
        display: block;

        font-size: 13px;

        width: fit-content;
    }

    .contact-form input.form-control {

        font-size: 14px;
    }

    .ftrs-content ul {
        padding-left: 15px;
        margin-bottom: 0;
    }

    .testi-cntnt h3 {

        font-size: 15px;

        margin-top: 20px;
    }

    .hdr-scl ul {

        justify-content: center;
    }

    section.vlg-nk-5 {
        padding: 40px 0;
    }

    .vlg-nk-6-bx-cntnt h3 {
        font-size: 15px;
        line-height: 24px;
    }

    section.vlg-nk-6 {

        padding: 30px 0;
    }

    .vlg-nk-1b h3 {

        font-size: 14px;

        margin-top: 20px;
    }

    section.vlg-nk-3 {
        padding: 30px 0;
    }

    .hdr-1 h5 {

        font-size: 14px !important;
        line-height: 22px;

    }

    .vlg-nk-5-bx-cntnt h3 {

        font-size: 22px;
    }

    .vlg-nk-5-bx-cntnt h4 {

        font-size: 15px;

    }

    section.vlg-nk-4 {
        padding: 50px 0;

    }

    .vlg-nk-5-bx-mn {

        margin-bottom: 20px;
    }

    .toggle-button {
        display: block;
    }

    img.img-fluid.logo-image {
        width: 100px;
        float: left;
    }

    button.navbar-toggler.toggle-button {
        float: right;
    }

    button.navbar-toggler.toggle-button {
        float: right;
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.9px) {
    .vlg-nk-2b {
        padding-left: 30px;
        padding-right: 54px;
    }

    .des-1 p {
        line-height: 22px;
        font-size: 14px;
    }

    .bk-btn a {

        padding: 5px 10px;

        font-size: 13px;

    }

    .ftr-mnu h4 {

        font-size: 22px;

        margin-bottom: 10px;
    }

    .des-3 p {

        line-height: 25px;
        font-size: 15px;

    }

    #home_banner_video {
        height: 450px !important;

    }

    .bk-btn {
        margin-left: 4px;
    }

    .container {
        max-width: 95%;
    }

    a.nav-link {
        font-size: 13px;
    }

    li.nav-item {
        padding-left: 6px;
    }

    .banner-section .carousel-caption h2 {
        font-size: 40px;
    }

    .ftr-mnu p {

        font-size: 14px;
        line-height: 26px;
    }

    .vlg-nk-5-bx-cntnt h3 {

        font-size: 23px;
    }

    .vlg-nk-2b p {
        padding-right: 0px;
    }

    .vlg-nk-1b h1 {
        font-size: 40px;
    }

    .vlg-nk-2b h2 {
        font-family: 'Yeseva One', serif;
        font-size: 32px;
    }
 
}

@media (min-width: 992px) and (max-width: 1200px) {
    .toggle-button {
        display: none;
    }

    .container {
        max-width: 95%;
    }

    a.nav-link {
        font-size: 14px;
    }

    li.nav-item {
        padding-left: 10px;
    }

    .banner-section .carousel-caption h2 {
        font-size: 50px;
    }

    .ftr-mnu p {

        font-size: 14px;
        line-height: 26px;
    }

    .vlg-nk-5-bx-cntnt h3 {

        font-size: 23px;
    }

    .vlg-nk-2b p {
        padding-right: 0px;
    }

    .vlg-nk-1b h1 {
        font-size: 44px;
    }

    .vlg-nk-2b h2 {
        font-family: 'Yeseva One', serif;
        font-size: 32px;
    }
 
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .ftr-mnu h4 {
        font-size: 22px;
    }

    .vlg-nk-1b h1 {
        font-size: 50px;
    }

    .ftr-mnu p {
        font-size: 14px;
        line-height: 25px;
    }

    .ftr-mnu ul li {
        font-size: 14px;
        line-height: 34px;
    }

    .ftr-lgo-abt p {
        font-size: 14px;
        margin-top: 25px;
        margin-bottom: 20px;
        line-height: 28px;
    }

    .vlg-nk-2b p {
        padding-right: 20px;
    }

    .des-2 p {
        font-size: 16px;
        line-height: 27px;
    }

    .testi-cntnt h6 {
        font-size: 16px;
    }

    .testi-cntnt h3 {
        font-size: 20px;
    }

    .vlg-nk-5-bx-cntnt h4 {
        font-size: 16px;
    }

    .vlg-nk-5-bx-cntnt h3 {
        font-size: 25px;
    }

    a.nav-link {
        font-size: 14px;
    }

    li.nav-item {
        padding-left: 10px;
    }

    .des-1 p {

        line-height: 27px;
        font-size: 15px;
        font-weight: 500;
    }
}

/* Close Media Screens */
 

#home_banner_video {
    height: 650px;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#home_banner_video video {
    width: 100%;
    display: block;
}
.video-banner iframe {
    transform: scale(1.5);
}
.video-banner {
    position: relative;
    height: inherit;
}

.video-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    z-index: 1;
}

.video-banner-content .js_frm_subscribe {
    z-index: 1;
}

.video-banner-content {
    z-index: 9;
    left: 0;
    top: 0;
    right: 0;
    width: 75%;
    margin: auto;
    overflow: hidden;
    text-align: center;
    position: absolute;
    height: 100%;
    align-content: center;
    display: grid;
}


@media(max-width:767.9px) {
    #home_banner_video video {
        width: auto;
        display: block;
        height: 350px;
    }

    #home_banner_video {
        height: 350px;

    }
}

.hdr-scl ul {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: end;
}

.hdr-scl ul li {
    list-style: none;
    padding: 5px;
    margin-left: 10px;
}

.hdr-scl ul li a {
    text-decoration: none;
}

.hdr-scl ul li i {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #ffffff;
    font-size: 18px;
}