* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;

    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

}

/* navbar...... */

/* nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    height: 100px;
} */

/* .navbaar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85vw;

    margin: 0 auto;
} */

.container {
    max-width: 1140px;
}

.logo {
    color: #fff;
}

.logo a img {
    height: 80px;
    width: 80px;
}

nav ul {
    column-gap: 30px;
}

nav ul li {
    list-style-type: none;
}

.navbar-expand-md .navbar-nav .nav-link {
    text-decoration: none;
    color: #302f2f;
    font-family: sans-serif;
    font-size: 13px;
    padding: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: 2px solid transparent;
}

.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link:hover {
    color: #9BB808;
    border-bottom: 2px solid #9BB808;
}

.payments-cv .nav-link {
    background-color: #9BB808;
    font-family: "Montserrat", Sans-serif;
    line-height: 1;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 40px !important;
    border-radius: 2px;
    color: #fff !important;
}


.menu-icon {
    display: none;
}

.menu-icon i {
    color: #252525;
    font-size: 30px;
}

@media (max-width:760px) {
    /* nav ul {
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        text-align: center;
        background: #9BB808;
        gap: 0;
        overflow: hidden;
    } */

    /* nav ul li {
        padding: 20px;
        padding-top: 0;
    }

    .menu-icon {
        display: block;
    }

    #menuList {
        transition: all 0.5s;
    } */
    .navbar-collapse {
        background-color: #9BB808;
        margin: 0 -15px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        text-align: center;
        color: #fff;
        border-bottom: 1px solid #fff;
    }

    .navbar-expand-md .navbar-nav .nav-link.active,
    .navbar-expand-md .navbar-nav .nav-link:hover {
        color: #fff;
        background-color: #FCB92C;
        border-bottom: 1px solid #FCB92C;
    }

    .navbar-expand-md .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: 0;
    }

    .navbar-expand-md .navbar-nav .nav-item.payments-cv {
        display: none;
    }

    .navbar {
        padding-bottom: 0;
    }
}

.carousel-item img {
    height: 500px;
    object-fit: cover;
}


.carousel-caption h2 {
    font-size: 5rem;
    margin-top: 0;
    margin-bottom: 10rem;
    font-weight: 500;
    line-height: 1.2;
}

.text-body-secondary {
    border: 2px solid white;
    width: 50px;
    margin: 20px 0;
}

/* second-section */

.section-mdl {
    padding-bottom: 55px;
}

.section-main-box {
    display: flex;
    justify-content: center;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 60px;
    background-color: #9BB808;
    margin-top: -100px;
    position: relative;
}

.image-sec-m0 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image-sec-m0 {
    height: 100%;
}

.section-main-sec {
    margin: 10px;
    padding: 30px;
    color: #fff;
    width: 50%;
}

.section-main-la {
    padding: 10px;
    width: 50%;
}

.border-line {
    border: 2px solid white;
    width: 50px;
}

.heading-fo {
    margin-bottom: 20px;
}

.para-g1 p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.6em;
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    .section-main-box {
        width: 95%;
    }
}

@media only screen and (max-width: 760px) {
    .section-main-box {
        display: block;
    }

    .section-main-sec {
        width: 100%;
    }

    .section-main-la {
        width: 100%;
    }
}

/* third-section */
.section-round {
    display: flex;
    justify-content: center;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}

.section-f1 {
    width: 50%;
}

.section-f1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section-f2 {
    width: 50%;
    background-color: #9BB80845;
}

.section-main-sec2 {
    margin: 20px;
    padding: 30px;
    color: #fff;
    background-color: #fff;
    width: 100%;
    margin-left: -50px;
}

.heading-fos {
    margin-bottom: 20px;
}

.border-line-as {
    border: 2px solid#9BB808;
    width: 50px;
}

.para-g2 p {
    font-size: 16px;
    text-align: justify;
    line-height: 1.6em;
    margin-top: 20px;
    color: #000;
}

.heading-fos h1 {
    color: #9BB808;
}

.section-round-main {
    background-color: #9BB80845;
    padding: 55px 0px;
}

@media only screen and (max-width: 760px) {
    .section-round {
        display: block;
    }

    .section-f1 {
        width: 100%;
    }

    .section-f2 {
        width: 100%;
    }

    .section-main-sec2 {
        margin: 0;
    }
}





/* service-setion */

.service-main-section {
    padding: 55px 0;
}

.service-section-sm {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.service-section-sm .service-section-sm-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* margin: 0 -15px 0; */
}

.heading-em {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ser-em h2 {
    color: #9BB808;
    font-size: 35px;
    font-weight: 700;
}

.ser-line {
    border: 2px solid #9BB808;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.em-section {
    height: 270px;
    padding: 15px;
    width: 33.333%;
}

.carousel-indicators {
    z-index: 0;
}

.em-section-box {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
    padding: 30px;
}

.em-heading {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}

.em-heading h4 {
    color: #9BB808;
    font-size: 22px;
}

.em-list ul li {
    display: flex;
    list-style: none;
    margin-top: 4px;
    padding-bottom: 4px;
}

.em-list ul {
    padding: 0;
    margin: 0;
}

.arrow-bt {
    margin-right: 10px;
}

.arrow-bt i {
    color: #9BB808;
}

.top-line-sl {
    border-top: 1px solid #9BB80861;
}

.bottom-line-sl {
    border-bottom: 1px solid #9BB80861;
}

@media only screen and (max-width: 760px) {
    .service-section-sm {
        display: block;
    }

    .em-section {
        width: 100%;
    }

    .service-section-sm .service-section-sm-inner {
        margin: 0;
        flex-direction: column;
    }
}


.more-servive-main {
    background-color: #9BB80845;
    padding: 55px 0;
}

.more-ser-se {
    display: flex;
    justify-content: center;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.more-ser-b1 {
    width: 50%;
    padding: 20px;
}

.more-ser-b1 ul li {
    list-style: none;
    display: flex;

}

.more-ser-b1 ul {
    margin: 0;
    padding: 0;
}

.sm-p {
    width: 50vw;
    margin: 0 auto;
    text-align: center;
    line-height: 2em;
    font-size: 16px;
}


@media only screen and (max-width: 760px) {
    .more-ser-se {
        display: block;
    }

    .more-ser-b1 {
        width: 100%;
    }
}

.contact-section-main {
    padding: 50px 0;
}

.contact-fm {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.contact-fm-sc {
    display: flex;
}

.fm-sc {
    width: 50%;
    padding: 30px;
}

.fm-fom {
    display: flex;
}

.fm-fom-in {
    display: flex;
    flex-direction: column;
}

.fm-nm {
    width: 100%;
}

.submit-btn {
    background-color: #9BB808;
    color: #fff;
    width: 100%;
    border: none;
    border-bottom: 1px solid #9BB808;
    padding: 10px 0px 10px 0px;
    margin-bottom: 20px;
    transition: 0.2s;
}

.submit-btn:hover {
    background-color: #ffc536;
    color: #080808;
    border-bottom: 1px solid #ffc536;
}

.line-box-sm {
    width: 100%;
    border: none;
    border-bottom: 1px solid #9BB808;
    background-color: #9BB8080D;
    padding: 10px 0px 10px 15px;
    margin-bottom: 20px;

}

.side-sec-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.side-pn h5 {
    font-size: 20px;
    font-weight: 700;
    color: #9BB808;
    padding: 5px 0;
}


.box-sec p {
    background-color: #9BB8080D;
    padding: 10px;
    color: #080808;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}

.side-nm {
    margin-bottom: 50px;
}

@media only screen and (max-width: 760px) {
    .contact-fm-sc {
        display: block;
    }

    .fm-sc {
        width: 100%;
    }
}



/* footer-section */
.footer-main-sec svg {
    fill: #fff;
    height: 15px;
    width: 100%;
    transform: rotateX(180deg);
    position: relative;
    top: 17px;
}

.footer-bg-clr {
    padding-top: 20px;
    background-color: #9bb808;
}

.footer-page-sec {
    max-width: 1140px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.ft-photo img {
    width: 70%;
    max-width: 100%;
}

.footer-tr-sec {
    display: flex;
    width: 100%;
    margin: 0 -10px;
}

.ft-photo a {
    display: flex;
    justify-content: center;
}

.ft-tr {
    width: 25%;
    margin: 10px;
    padding: 10px;
}

.fb-photo {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.fb-photo a {
    display: inline-flex;
    color: #fff;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}

.fb-photo a:hover {
    background-color: #FFC536;
    border: 1px solid #FFC536;
    color: #fff;
}


.veri-im {
    width: 105px !important;
}

.angi {
    width: 122px !important;
}


.pt-photo-ls {
    margin-top: 20px;
}

.fb-photo p {
    text-align: center;
    font-size: 15px;
    color: #fff;
}

@media only screen and (max-width: 760px) {
    .footer-tr-sec {
        /* flex-direction: column; */
        flex-wrap: wrap;
        margin: 0;
    }

    .footer-tr-sec .ft-tr {
        width: calc(50% - 20px);
    }
}

/* Footer-end  */

.footer-end {
    width: 85vw;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 15px;
}

.footer-end-ol h6 {
    margin: 0;
    font-size: 14px;
}

.footer-end-main {
    background-color: #FFC536;
}

@media only screen and (max-width: 760px) {
    .footer-end {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.patment-page {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.patment-page .payment-block {
    border-top: 1px solid #9bb808;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.patment-page .payment-block img {
    max-width: 120px;
}