* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}


.up-ul {
    margin-left: auto;
    margin-right: 50px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 65%;
}

.down-ul {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.last-nav {
    margin: 0 auto;
    display: flex;
    width: 30%;
    justify-content: space-between;
}

.nav-button-clr:hover {
    color: white;
}

.footer {
    background: rgb(22, 40, 63);
    color: white;
    overflow-x: hidden ! important;
}

.footer-nav-link {
    color: white;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.border-none {
    border: none;
    border-radius: 10px;
}

.btn-space {
    margin-right: 20px;
}

.border-radius {
    border-radius: 50%;
}

.border-radius-10 {
    border-radius: 10px;
}

.border-radius-8 {
    border-radius: 8px;
}


.width-80 {
    width: 80%;
}

.width-100 {
    width: 100%;
}

.width-50 {
    width: 50%;
}

.width-45 {
    width: 45%;
}

.width-40 {
    width: 40%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-90 {
    width: 90%;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
}

.middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hight-client {
    height: 100px;
}

.hight-client2 {
    height: 150px;
}

.bg-light-rad {
    background-color: #FFFCFC;
}


.margin-cus-top {
    margin-top: 100px;
}

.margin-cus-bot {
    margin-top: 100px;
}

.margin-cus-top2 {
    margin-top: 70px;
}

.margin-top-50 {
    margin-top: 50px;
}

.site-padding-top {
    padding-top: 100px;
}

.vl {
    border-left: 3px solid #edeef0;
    height: 100px;
}

.site-btn {
    padding: 6px 15px !important;
    border-radius: 6px !important;
}

.site-btn-border {
    border: 1px solid #001A49 !important;
}

.site-margin-top {
    margin-top: 150px;
}
.about-page-bg-image{
    width: 75%;
    opacity: 0.2;
    position: absolute;
    z-index: -1;
}
@media screen and (min-width: 320px) {

    .about-page-bg-image{
       display: none;
    }
}
@media screen and (min-width: 768px) {
    #navbar>.navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .about-page-bg-image{
        width: 90%;
        display: block;
    }
    .c-padding-border .row12 img{
        height: 22px;
    }
}

/* product section */
.product-descripton-item-text {
    margin-left: 9px !important;
    margin-top: 3px !important;
    display: block;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .product-descripton-item-text {
        margin-left: -2px !important;
        margin-top: 3px !important;
        display: block;
    }
    .c-padding-border .row12 img{
        height: 30px;
    }
}
@media screen and (min-width: 1200px) {
    .c-padding-border .row12 img{
        height: 35px;
    }
    
}
@media screen and (min-width: 1600px) {
    .about-page-bg-image{
        width: 70%;
    }
    
}
