* {
    box-sizing: border-box;
}

.ceoBgImg {
    width: 100%;
    background-image: url(../img/bg_fun_facts-min.jpg);
    background-size: 100% 100%;
    height: auto;
}

.ceoBgImg .ceoOverlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 171, 201, 0.68);
    padding: 2vh 0 0 0;
    color: white !important;
}

.ceoBgImg .ceoOverlay {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ceoBgImg .ceoOverlay .col-md-3,
.ceoBgImg .ceoOverlay .col-md-2 {
    margin: 20px 0;
    height: 18vh !important;
}

.ceoBgImg .ceoOverlay .ceoBord {
    border-right: 1px solid #fff;
}

.ceoBgImg .ceoOverlay h1 {
    color: white !important;
    font-size: 40px !important;
    font-weight: 900 !important;
    line-height: 40px !important;
    padding-bottom: 8px;
}

.CeoBgcol {
    width: 100%;
    height: 3vh;
    background-color: rgb(249, 249, 249);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 2vh 0;
}

.CeoBgcol .ceocolor1,
.CeoBgcol .ceocolor2,
.CeoBgcol .ceocolor3 {
    background-color: rgb(0, 171, 201);
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding-bottom: 10px;
}

.CeoBgcol .ceocolor1 {
    width: 90%;
}

.CeoBgcol .ceocolor2 {
    width: 80%;
}

.CeoBgcol .ceocolor3 {
    width: 70%;
}

.clor h1 {
    font-size: 34px !important;
    color: #202020 !important;
    line-height: 40px !important;
    text-align: left !important;
    color: black;
}

.statimg {
    padding: 5vh;
}

@media screen and (max-width: 602px) {
    .ceoBgImg {
        background-image: none;
        background-color: rgb(34, 171, 204);
    }
    .ceoBgImg .ceoOverlay .ceoBord {
        border: 0;
    }
      .NavCeo {
        float: right;
        right: -22;
    }
    .navCeo {
        /*width: 100%;*/
        
        margin-left: 10 px!important;
    }
    .footer-wrapper ul.footercontact li, .footer-wrapper ul.footercontact li a {
        letter-spacing:.3px;
    }
    
}
    