body{
    padding:0px;
    margin:0px;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;

    
}
.bg-body{
    background: rgb(16,55,72);
background: linear-gradient(90deg, rgba(16,55,72,1) 0%, rgba(0,0,0,0.9466287735797444) 100%);
}
p{
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}
h2{
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
.white-txt{
    color:#fff;
}
.logo-bg-color{
    background: rgb(16,55,72);
}
.grey-bg{
    background: #ECECEC;
}
.dot-span{
    position: relative;
    top: -60px;
    left: -220px;
}
.nav-link{
    color:#fff;
    font-size: 14px;
}
.navbar{
    padding: 0px 25px;
    height: 100px;
}
.dropdown-item{
    height: 30px;
}
.navbar-toggler{
    background-color: #ffc72c;
}
.nav-item{
    margin-right: 60px;
    height: 100px;
    line-height: 80px;
    width: 100px;
    text-align: center;
}
.mobile-txt{
    color:#fff;
}
.nav-item .active{
    background: #FFC72C;
    color:#103748;
    border-bottom: 3px #fff solid;
    font-weight: 600;
}
.navbar-collapse{
    margin-left: 100px;
}
.big-logo{
    position: relative;
    top: -50px;
}

section{
    padding: 60px 0;
}

.card-image{
    margin-bottom: 10px;
}
.card-image img{
    width: 100%;
}
.card-content{
    padding: 10px 10px;
}

.card-content h5{
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #ffc72c;
}

.card{
    margin-bottom: 30px;
    background-color: #0f0e0e45;
    background-clip: border-box;
    border: 1px solid rgb(157 154 154 / 24%);
    overflow: hidden;
}
.black-bg{
    background: #000;
}
.footer-ul ul{
    margin:0px;
    padding:0px;
}
.footer-ul ul li{
    list-style: none;
    color:#fff;
    font-size: 16px;
    float: left;
    margin-right: 50px;
    margin-top: 16px;
}
.footer-yellow-bg{
    background: #FFC72C;
    position: absolute;
    width: 100%;
}
.footer-yellow{
    background: #FFC72C;
}
.contact-txt{
    font-weight: 600;
    font-size: 22px;
    margin-top: 60px;
    text-align: center;
}
.address-txt{
    font-weight: 600;
    padding-top: 10px;
}
.map-icon{
    text-align: center;
    margin-top: 50px;
}
.footer-bg{
    background: rgb(16,55,72);
}
.copyright-txt{
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {
    body{
        background: #103748 !important;
    }
    h2,.whowe_txt{
        color: #fff !important;
    }
    .navbar-collapse {
        position: absolute;
        z-index: 9;
        background: rgb(255 199 44);
        width: 100%;
        left: 0px;
        top: 100px;
    }
    .nav-item{
        height: 30px !important;
    width: 100%;
    line-height: 0px;
    text-align: left;
    }
    .nav-item .active{
        border: 0px !important;
    }
    .navbar-nav{
        padding: 15px;
    }
    .address-txt {

    text-align:center;
}
    .map-icon{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .who-text{
        margin-top: 100px !important;
    }
    .footer-bg{
        margin-top: 0px !important;
    }
    .footer-yellow-bg{
        position: unset;
    }
    .footer-ul ul li{
        width: 50%;
        margin-right: 0px;
    }
    .footer{
        margin-top: 0px !important;
    }
    .products{
        margin-bottom: 0px !important;
    }
    .big-logo{
        position: unset;
        top:0px;
    }
  }