responsibilitieshtml {
    scroll-behavior: smooth;
}

body {
    /*  */
    /* overflow-y: hidden; // hide vertical */
    overflow-x: hidden;
}

.navbar {
    background-color: #0A0D14 !important;
}

.brand {
    width:120px;
    z-index: 9999;
}

.navbar-brand {
    position: absolute;
    z-index: 9999;
    background: url('')!important;
    width: 225px;
    height: 400px;
    left: 15px;
    margin-top: -100px;
}

#header {
    position: relative;
    height: calc(100vh - 56px);
    min-height: 666px;
    width: 100%;
    background: url('images/header2.jpg') !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    text-align: center;
    overflow: hidden;
}


.header-logo {
    border-radius: 3%;
    height: 300px;
    width: 390px;
}

@media(min-width:1280px){ 
    .head-img {
      margin-top: -600px;
    }
}

@media (max-width: 1280px){ 
    .head-img {
        margin-top: -500px;
    }
}

@media (max-width: 1024px){ 
    .head-img {
        margin-top: -400px;
    }
}

@media (max-width: 998px){ 
    .head-img {
        margin-top: -250px;
    }
}

@media (max-width: 768px){ 
    .head-img {
        margin-top: -200px;
    }
}

.about {
    border-bottom: 7px solid black;
    text-align: center;
    margin: auto;
    width: fit-content;
}

.about-header {
    position: relative;
    height: 80%;
    min-height: 400px;
    width: 100%;
    background: url('/images/about.jpg') !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    text-align: center;
    overflow: hidden;
}

.about-text {
    margin-top: 150px;
    width: 80%;
    margin-left: 90px;
    font-weight: normal;
    font-size: 25px;
    text-align: left;
    text-decoration: rgb(238, 238, 238);
    text-overflow: clip;
    color: #FFFFFF;
    margin-bottom:50px;
}

.text-sections-center { 
    display:flex;
    justify-content:center;
    flex-direction:column;
}

#history {
    background-color: black;
}

.hist {
    border-bottom: 7px solid #565656;
    text-align: center;
    margin: auto;
    width: fit-content;
}

#responsibilities {
    background-color: rgb(218, 218, 218);
    padding:50px;
}

#responsibilities .resp-img { 
    text-align:end;
}

@media(max-width:768px) { 
    #responsibilities .resp-img { 
    text-align:center;
    }
}

.respons {
    border-bottom: 7px solid #565656;
    text-align: center;
    margin: auto;
    width: fit-content;
}

@media only screen and (max-width: 768px) {
    #our-companies {
        margin-top: 50px;
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .vndm {
        padding: 20px;
    }
}

.links {
    transition: transform .7s;
}

.links:hover {
    cursor: pointer;
    transform: scale(1.2);
}

#number-count {
    background-color: rgb(0, 0, 0);
    opacity: 0.7;
    min-height: 70px;
}

.r-count {
    padding-top: 20px;
}


#footer {
    background: url('images/footer2.png') !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    overflow: hidden;
    height: auto;
    min-height: 400px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .new-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

@media (max-width:768px) {
    #footer .new-footer { 
        flex-direction: column;
    }
}

#footer .new-footer .footer-logo{ 
    height: 250px !important;
}

#footer .new-footer .footer-logo,
#footer .new-footer .footer-contact,
#footer .new-footer .footer-aboutus {
    flex-basis: calc(100% /3);
    text-align: center;
    height: 200px;
}

#footer .new-footer .footer-logo img { 
    width: 200px;
    margin-bottom: 25px;
}

#footer .new-footer .certificate { 
    width:100px !important;
    display:block;
    margin:0 auto;
}

#footer .new-footer .footer-contact svg {
    font-size: 40px;
}

#footer .new-footer h5 {
    margin: 18px 0;
    line-height: 1.5;
}

#footer a {
    text-decoration: none;
    color: #fff;
    /* margin: 15px 0; */
}

#footer a:hover {
    color: #fff;
    text-decoration: none;
}

@media (max-width:998px) { 
    #footer .new-footer h5 {
    font-size:18px;
    }
    #footer h2 { 
        font-size:25px;
    }
    
    #footer .new-footer .footer-logo img { 
        width: 150px;
        margin-bottom: 25px;
    }
    #footer .new-footer .footer-logo,
    #footer .new-footer .footer-contact,
    #footer .new-footer .footer-aboutus { 
        margin:20px;
    }
    #footer .new-footer .certificate { 
    width:80px !important;
    display:block;
    margin:0 auto;
}
}
.icon {
    color: #FFFFFF;
    padding: 5px;
    padding-top: 5px;
}

.icon:hover {
    cursor: pointer;
    color: bisque;
}

#footer-bottom {
    background-color: black;
    min-height: 70px;
}


.copy-right {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #081050;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 50px;
}

#myBtn:hover {
    background-color: gray;
    color: white;
}
#stats{
    display: none;
}