@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Mulish', sans-serif;
}
.b{
    font-weight: 900;
}
.text-green{
    color: #528044;
}
p,span{
    font-size: 16px;
    margin-bottom: 0px;
    color: #222222;
}
img {
    height: auto;
    max-width: 90%;
    display: block;
}
a{
    color: #222222;
    text-decoration: none;
}

.navbar-light .navbar-toggler{
    line-height: 25px;
    border-radius: 0px;
}
.btn-dsuccess{
    color: #fff;
    background-color: #528044;
    border-color: #528044;
    border-radius: 0px;
    padding: 10px 30px;
}

.bg-success {
    background-color: #95b454!important;
}
.btn-success:hover{
    background-color: #67842a;
}

.pd{
    padding: 100px 50px;
}
.inr-pd{
    padding: 90px 0px 90px 30px;
}
div#header {
    z-index: 10;
    position: relative;
    overflow: hidden;
}
.container{
    width: 100%;
    max-width:1364px;
}

#top-header
{
    min-height: 36px;
    width: 100%;
    background-color: #95B454;
}
#top-header li{
    display: inline-block;
}
#top-header li i{
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    margin-right: 15px;
}

#top-header span{
    line-height: 35px;
    float: right;
    color: #fff;
    font-weight: 800;
}




#info-header{
    padding: 16px 0px;
    background-color: #fff;
}

.info-icon{
    font-size: 34px;
    line-height: 60px;
    float: right;
    color: #99D023;
}
.info-title{
    font-size: 18px;
}
span.info-detail {
    font-size: 20px;
    font-weight: 700;
}
span.info-detail a{
    text-decoration: none;
    color: #222222;
}

#menu-header>.container{
    background-color: #fff;
    z-index: 1;
}

#menu-header .navbar-light .navbar-nav .nav-link {
    color: #222222;
    font-weight: 700;
    margin-right: 15px;
    text-transform: uppercase;
}
#menu-header    .navbar-light .navbar-nav .nav-link:hover {
    color: #99D023;
}
#menu-header .fa-magnifying-glass{
    line-height: 45px;
    padding-right: 10px;
    float: right;
    cursor: pointer;
}
#menu-header .fa-magnifying-glass:hover{
    color: #99D023;
}


.menu-buttons{
    padding: 0px;
}
.menu-list{
    padding-right: 0px;
}
.menu-buttons button{
    height: 100%;
    padding: 0px 20px;
    border: 0px;
    float: right;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.menu-buttons button:nth-child(2){
    background-color: #95B454;
    padding: 0px 18px;
}

.menu-buttons button:first-child{
    background-color: #528044;
}
.navbar {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

#banner{
    min-height: 700px;
    width: 100%;
    background-image: url('../uploads/home-banner.png');
    background-size: cover;
    z-index: 0;
    margin-top: -46px;
    position: relative;
}

div#banner-content {
    padding: 200px 0px;
}
div#banner-content h1 {
    font-size: 60px;
    color: #528044;
    font-weight: 900;
    line-height: 62px;
}
div#banner-content h4 {
    font-weight: bold;
    margin-top: 30px;
    padding-right: 53px;
}

button.explore {
    background-color: #95B454;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 30px;
    border: none;
    margin-top: 35px;
}
button.explore:hover {
    background-color: #528044;
}


.ques {
    padding: 40px 50px;
    background-color: #F8F8F8;
    margin-top: -70px;
    z-index: 10;
    position: relative;
}

.ques h3{
    font-weight: 900;
    color: #95B454;
}
.ques p {
    font-weight: bold;
}
.highlight {
    color: #9EDE18;
    text-decoration: none;
    cursor: pointer;
}

h1.home-about,.company h1 {
    font-weight: 900;
    color: #528044;
}
h1.home-about:before {
    height: 4px;
    width: 30px;
    border-radius: 5px;
    background-color: green;
    content: '';
    display: inline-block;
    margin-bottom: 13px;
    margin-right: 10px;
}
.about h3 {
    font-weight: bold;
}

/* .company{
 background-color: #F8F8F8;   
} */

.company .title{
    text-align: center;
    font-weight: 900;
    color: #9BB261;
    padding-bottom: 70px;
}
.company h3 {
    font-weight: 800;
}
.fa-solid.fa-circle{
    color: #9BB261;
    margin-right: 10px;
}
.company span {
    font-size: 18px;
    font-weight: bold;
}

.contact-form .col-md-7,.contact-form .col-md-5{
    padding: 0px;
}
.contact-form .image{
    background-image: url('../uploads/contactimg.png');
    background-size: cover;
    background-position: center;
    min-height: 500px;
}
.contact-form .bg-success{
    padding: 15px 35px;
}

.contact-form h1.home-about{
    color: #fff;
}
.contact-form h1.home-about:before{
    background-color: #fff;
    margin-bottom: 10px;
}
.contact-form img{
    width: 100%;
}


.form-control{
    padding: 15px;
    border-radius: 0px;
}
.contact-form .btn{
    background-color: #528044;
    padding: 15px 25px;
    border-radius: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}
.contact-form .btn:hover{
    background-color: #3c6530;
}

#footer
{
    background-color: #22261E;
    color: #fff;
    overflow: hidden;
}
#footer i{
    font-size: 16px;
}
#footer i:before {
    font-size: 18px;
    margin-right: 10px;
}
#footer li{
    display: block;
    line-height: 30px;
    padding-left: 20px;
}

#footer a {
    color: #ffffff;
    text-decoration: none;
}
#footer .fa-check:before{
    font-weight: 900;
    color: #9D770A;
}
a:hover {
    color: #95b454 !important;
}
span.copy {
    text-align: center;
    color: #fff;
    display: block;
}
#footer.pd {
    padding: 70px 20px 20px 20px;
}
#footer hr{
    margin-top: 40px;
    margin-bottom: 20px;
    background-color: #5f5050;
}


/* ----------------- about page ----------------- */

#about-banner{
    min-height: 383px;
    width: 100%;
    background-image: url('../uploads/about-title.png');
    background-size: cover;
    z-index: 0;
    margin-top: -46px;
    position: relative;
}
.page-title{
    text-align: center;
    padding-top: 180px;
}
.page-title h1{
color: #fff;
    font-weight: 800;
}

.about-page img{
    margin: auto;
}
.benefits .col-md-4{
    border: 1px solid #BFBFBF;
    margin-right: -1px;
    padding: 30px;
}
.benefits h2{
    font-weight: 900;
}
.benefits p {
    margin: 20px 0px 0px 0px;
}
.benefits .row div{
    background-color:#fff;
}
.benefits .row div:hover{
    background-color: #95B454;
    color: #fff;
}
.benefits .row div:hover p{
    color: #fff;    
}

/* ---- whychooseus ------ */

.whychooseus{
    min-height: 750px;
    background-image: url('../uploads/whychoose.png');
    background-size: cover;
    z-index: 0;
    margin-top: -140px;
    padding: 250px 10px 60px 10px;
}

.whychooseus p{
    line-height: 30px;
}
.whychooseus button{
    padding: 18px 42px;
    background-color: #9EDE18;
    border: 0px;
}
.whychooseus button:hover{
    background-color: #7cad12;
}

.whychooseus .ranks img{
    margin: auto;
}

.client{
    padding: 80px 50px;
    text-align: center;
}
.client-card{
    border: 1px solid #EBEBEB;
    text-align: center;
}

.client-card img{
 max-width: 100%;
 width: 100%;
 height: auto;
}

.client-info{
    padding: 25px;
}
.search-bar{
    height: 100px;
    width: 100%;
    position: fixed;
    top:0;
    z-index: 500;
    background-color: #7cad12ca;
    padding: 20px;
    display: none;
}
.search-bar .fa-magnifying-glass{
    font-size: 22px;
    cursor: pointer;
}

/* Contact page */
#contact-banner{
    min-height: 383px;
    width: 100%;
    background-image: url('../uploads/contact-title.png');
    background-size: cover;
    z-index: 0;
    margin-top: -46px;
    position: relative;
}
.container.pd.contact-info{
    padding: 100px 0px;
}
.contact-info .row .block{
    border: 1px solid #BFBFBF;
    padding: 30px;
    margin-right: -1px;
    background-color: #F4F4F4;
}
.contact-info .row .block:hover, .contact-info .row .block:hover .subtitle, .contact-info .row .block:hover .a-rev-color{
    background-color: #95B454;
    color: #fff !important;
}

.contact-info .title{
    text-align: center;
    color: #528044;
}
.contact-info .fa-solid{
   float: right;
}
.contact-info .subtitle{
    color: #95B454;
}
.blockno {
    padding: 30px;
}
.contact-info .row{
    max-width: 100%;
    margin: auto;
}
.icon {
    background-color: #95b454;
    color: #fff;
    padding: 16px;
}
.mt-25 {
    margin-top: 0.75rem!important;
}

/* FAQ page */
#faq-banner{
    min-height: 383px;
    width: 100%;
    background-image: url('../uploads/faq.png');
    background-size: cover;
    z-index: 0;
    margin-top: -46px;
    position: relative;
}

.card{
    border: 0px;
}

.faq-title
{
    text-align: center;
    padding: 80px 50px 50px 50px;
    /* max-width: 1000px; */
    margin: auto;
}

#security-banner{
    min-height: 383px;
    width: 100%;
    background-image: url('../uploads/security.png');
    background-size: cover;
    z-index: 0;
    margin-top: -46px;
    position: relative;
}
#login-banner{
    min-height: 383px;
    width: 100%;
    background-image: url('../uploads/login-title.png');
    background-size: cover;
    z-index: 0;
    margin-top: -46px;
    position: relative;
}

/* admin page */
#admin-banner{
    margin-top: -46px;
    background-color: #f8f9fb !important;
}
.sidebar{
    width: 100%;
    /* min-height: 400px; */
    background-color: #fff;
    /* border-radius: 200px 200px 2px 2px; */
    border: 1px solid #e4e9f0;
    padding: 15px;
}
.sidebar img{
    max-width: 100%;
    margin: auto;
    height: auto;
}
.sidebar h5{
    text-align: center;
    padding-top: 20px;
}

#admin-banner .sidebar i{
    float: right;
    margin-top: 12px;
}
.view-documents i {
    margin-right: 5px;
}
#admin-banner a {
    display: block;
    padding-top: 25px;
    font-weight: bold;
}
#admin-banner a:first-child {
    padding-top: 0px;
}
.fa-pen:before {
    font-size: 14px;
}

.admin-address,.admin-email,.admin-phone {
    width: 100%;
    padding: 15px;
    min-height: 200px;
    background-color: #ffc107!important;
    background-image: url("../uploads/circle.svg"),linear-gradient(90deg,#ffbf96,#fe7096);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    border-radius: 1px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding: 25px;
}
.admin-address i{
    float: unset;
    padding-top: 5px;
}
.admin-address p,.admin-email p,.admin-phone p{
    color: #fff;
}
.admin-email{
    background-image: url("../uploads/circle.svg"),linear-gradient(90deg,#90caf9,#047edf 99%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}
.admin-phone{
    background-image: url("../uploads/circle.svg"), linear-gradient(90deg,#84d9d2,#07cdae) ;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}



@media screen and (max-width: 1024px) {
    div#banner-content {
        padding: 150px 0px;
    }
    div#banner-content h1 {
        font-size: 55px;}

    .ques {
    margin-top: -140px;}

    .inr-pd {
    padding: 0px 0px 0px 30px;
    }

    span.info-detail {
        font-size: 16px;
    }
    
}

@media screen and (max-width: 912px) {
    #footer li {
        padding-left: 0px;
    }
    span.info-detail {
        font-size: 12px;
    }
    div#banner-content {
        padding: 150px 0px;
    }
    .ques {
        margin-top: -40px;
    }
    div#banner img {
        padding-top: 60px;
    }
    div#banner-content h1 {
        font-size: 50px;
        line-height: 55px;
    }
    img {
        max-width: 100%;
    }
    div#navbarSupportedContent {
        position: fixed;
        z-index: 10;
        margin-top: 10px;
        background-color: #fff;
        padding: 0px 20px;
        box-shadow: 2px 5px 5px #00000033;
        border-radius: 2px;
    }
}

@media (min-width: 650px) and (max-width: 912px) {
    #admin-banner .row.pt-5> .col-md-3{
        width: 35%;
    }
    #admin-banner .row.pt-5> .col-md-9{
        width: 65%;
    }
  }


@media screen and (max-width: 540px) {

    div#banner img {
        padding: 0px 20px 0px 0px;
    }
    div#banner-content h1 {
        font-size: 35px;
        line-height: 45px;
    }
    div#banner-content {
        padding: 0px 10px 50px 10px;
    }
    .ques {
        margin-top:0px;
        padding: 40px 20px;
    }    
    .inr-pd.about {
        padding: 30px 15px 0px 15px;
    }
    .company .title {
        padding: 0px 0px 70px 0px;
    }

    .ques img {
        margin: auto;
        display: block;
        padding-bottom: 30px;
    }
    .inr-pd {
        padding: 30px 5px 0px 5px;
    }
    .pd {
        padding: 70px 20px;
    }    
    .swap .row{
        display: flex;
         flex-flow: column-reverse;
    }
    .contact-form .bg-success {
        padding: 15px 20px;
    }
    #top-header, .top-info{
        display: none;
    }
    div#logo {
        padding-bottom: 10px;
    }
    img {
        margin: auto;
    }
    .menu-buttons button {
        padding: 0px 15px;
        font-size: 12px;
    }
    .menu-list{
        padding-left: 5px;
    }

    .faq-title {
        padding: 50px 20px 50px 20px;}
 
}