@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
*{
    box-sizing: border-box;
}
body{
    margin: 0; padding: 0;
    font-family: Rajdhani !important;
}
body img{
    max-width:100%;
    margin-bottom: 15px;
}
.header-top{border-bottom: 1px solid #ddd;}
.header-top-socialicons{z-index:9;}
.header-top-socialicons ul {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin-bottom: 0;
}
.header-top-socialicons ul li{
    float: left;
    list-style: none;
    padding: 5px 11px;
}
.header-top-socialicons ul li i{
    color: #fff;
}
.header-top-right{
    text-align: right;
}
.logo{padding-top: 13px;}
.logo img{
    width: 340px;
    max-width: 100%;
}
.header-top-right::before{
    content: "";
    position: absolute;
    width: 50%;
    height: 35px;
    /* background: #235e2a; */
    right: 0;
    z-index: 0;
    border-left: 30px solid transparent;
    border-right: 0px solid transparent;
    border-top: 35px solid #235e2a;
}
.header-top-contact p{
    font-family: Rajdhani;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    padding-top: 15px;
}
.menu #navbarNav .nav-link{
    color: #000 !important;
    font-family: Rajdhani;
    font-size: 19px;
    padding: 5px 17px;
    font-weight: 500;
}
#navbarNav{
    justify-content: center;
}
.banner-bottom-menu{
    display: flex;
    justify-content: space-between;
    padding: 35px 0px;
}
.bottom-menu-item{
    text-align: center;
    width: 150px;
    padding-top: 15px;
    border-radius: 0px;
    text-decoration: none;
    border: 1px solid #fff;
    transition-duration: 0.5s;
}
.bottom-menu-item h5{
    padding: 20px 0px 15px;
    margin-bottom: 0;
    font-family: Rajdhani;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    transition-duration: 0.5s;
}
.bottom-menu-item:hover{
    border-radius: 15px;
    border: 1px solid #97d9a4;
    margin-top: -8px;
    transition-duration: 0.5s;
} 
.bottom-menu-item:hover h5{  
    font-family: Rajdhani;
    font-size: 18px;
    font-weight: 700;
    color: #285f2d;
    transition-duration: 1s;
}
.bottom-menu-item:hover img{
    transform: rotate(360deg);
    transition-duration: 1s;
}
#service_home{
    margin-bottom: 60px;
}
#service_home .item{
    font-family: Rajdhani;
    background: #ffffff;
    text-align: center;
}
#service_home .item img{
    margin-bottom: 20px;
    width: 100%;
}
.hom-about{
    margin-bottom: 40px;
}
.hom-about img{
    width: 100%;
}
.hom-about h3{
    font-family: Rajdhani;
    line-height: 45px;
    font-weight: 400;
    color: #275d2d;
}
.hom-about h3 span{
    font-size: 36px;
    font-weight: 800;
}
.hom-about h4{
    font-family: poppins;
    font-size: 22px;
    font-weight: 300;
    color: #656565;
}
.hom-about p{
    font-family: Rajdhani;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
}
.why-chooseus h2{
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 15px;
}
.why-chooseus p{
    font-size: 18px;
    padding:0px 40px 0px 0px;
}
.why-chooseus ul{
    list-style-position: outside;
}
.why-chooseus ul li{
    font-size: 21px;
    line-height: 50px;
    list-style: none;
}
.why-chooseus ul li::marker {
    height: 30px;
}
.why-chooseus ul li img{
    margin-right: 6px;
    margin-bottom: 0px;
}
.why-chooseus-scnd p{
    font-size: 15px;
}
footer{
    background: #dce9a4;
    padding: 50px 0px;
    margin-top: 30px;
}
.quick-links{
    margin-top: 30px !important;
}
.quick-links ul{
    margin: 0;
    padding: 0;    
}
.quick-links ul li{
    list-style: none;
    font-size: 18px;
    line-height: 35px;
}
.quick-links img{
    width: 24px;
    margin: 0;
}
.footer-bottom{
    background: #163f1b;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}
.footer-bottom p{
    margin-bottom:0;
}
.banner-inner{
    background: #cbcbcb;
    text-align: center;  
    padding: 50px 0px;
    margin-bottom: 50px;
}
.banner-inner h4{
    font-size: 45px;
    margin-bottom: 0;
    font-weight: 700;
}
.hom-about .scnd-head{
    font-size: 21px;
}
.service-item{
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    padding: 25px 0px 15px;
}
.service-item h3 span {
    font-size: 27px;
    font-weight: 800;
}
.service-item h3{
    line-height: 35px;
}
.service-item a{
    float: right;
    background: #0d8100;
    text-decoration: none;
    color: #fff;
    padding: 3px 25px 1px;
    border-radius: 14px;
    transition-duration: 1s;
}
.service-item a:hover{
    background: #000000;
    transition-duration: 1s;
}
.service-item table{
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
}
.service-item table tr th{
background: #dddddd;
padding: 10px;
border: 1px solid #e5e5e5;
}
.service-item table tr td{
    border: 1px solid #e5e5e5;
    padding: 5px;
    padding: 10px;
}





@media only screen and (max-width: 500px) {
.banner-bottom-menu {
    display: unset;
    /* justify-content: space-between; */
    /* flex-direction: column; */
    padding: 0px;
    float: left;
}    
.bottom-menu-item {
    text-align: center;
    display: block;
    float: left;
    width: 50% !important;
}
.menu #navbarNav .nav-link {
    color: #000 !important;
    font-family: Rajdhani;
    font-size: 15px;
    padding: 2px 11px;
    font-weight: 500;
    border-bottom: 1px solid #d3d3d3;
}
.menu-mob{
    display: flex;
    justify-content: flex-end !important;    
}
.header-top {
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.header-top-right::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 35px;
    /* background: #235e2a; */
    right: 0;
    z-index: 0;
    border-left: 0;
    border-right: 0px solid transparent;
    border-top: 28px solid #235e2a;
}
.header-top-contact{
    text-align: center;
}
.header-top-socialicons ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
}
.header-top-contact p {
    font-family: Rajdhani;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    padding-top: 0px;
    margin-bottom: 7px;
}
.logo img {
    width: 260px;
    max-width: 100%;
}

}  

