*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
    .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {justify-content: center !important;}

.content-section h2 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 40px;
    font-weight: 900;
}
.ceo-section img {
    width: 100%;
    height: 80%;
    object-fit: cover;
    border-radius: 10px;
}
.call-deatils, .contact-deatils {
    padding: 20px;
    background: #fefefe;
    box-shadow: 1px 1px 10px #dadada;
    border-radius: 10px;
}
.navbar-brand img {
    width: 250px;
}
.title h3 {
    color: #f8c503;
}
.footer img {
    width: 200px;
    background-color: #fff;
}
.footer-logo {
    padding: 30px;
    background-color: #fff;
    border-bottom: 5px solid #f8c503;
    position: absolute;
    top: 0;
}
.topfooter {
    background-color: #f8c503;
    padding: 20px;
    border-radius: 10px;
    position: relative;
}
.footer .icon i {
    font-size: 35px;
    padding: 15px;
    color: #fff;
}
.footer .phone i {
    font-size: 35px;
    padding: 15px;
    color: #fff;
}
.footer {
    background-image: url(./img/footer_img.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 200px;
}
.bottom-footer {
    background-color: #000;
    color: #fff;
    font-size: 12px;
}
.bottom-footer .textrr a {
    color: #ccc;
    text-decoration: none;
}
.bottom-footer .textr {
    text-align: right;
}
.bottom-footer .textr a {
    color: #ccc;
    text-decoration: none;
}

@media (max-width:768px){
.content-section h2{
    font-size: 30px;
}
    .footer{
        height: auto;
    }
    .useful-links{
        margin-bottom: 10px;
        padding: 0px;
    }
    .foot-bottom .px-5 {
        padding: 0 10px !important;
    }
    .footer-logo{
        position: static;
    }
    .topfooter .col-lg-3{
        position: static;
        align-items: flex-end;
    }
    .footer .phone i, .footer .icon i {
        font-size: 25px;
    }
}