.slicklogo h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.46px;
}


.slicklogo .item-image {
    height: 70px;
    margin-bottom: 15px;
    text-align: center;
    display: flex;
}

.slicklogo img {
    margin: 0 auto;
    object-fit: contain;
}

.about_cdt_content {
    margin-bottom: 30px;
}

.slicklogo .next {
    right: -50px;
}

.slicklogo .prev {
    left: -50px;
}




element.style {
    height: 704px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgb(204, 204, 204);
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fullpage-wrapper section {
    overflow: hidden;
}
.contact_sec1 {
    background-image: linear-gradient(to bottom, #146c79 0%, #113e4e 100%);
}

.item-contact {
    display: flex;
    margin-bottom: 25px;
    vertical-align: middle;
    align-items: center;
}

.item-contact:last-child {
    margin-bottom: 0;
}

.item-contact .contact-icon {
    width: 15%;
}

.item-contact .contact-content {
    width: 75%;
    padding-left: 10px;
}

.item-contact .contact-content > * {
    font-size: 13px;
    margin-bottom: 0;
}

.contact_sec1:after {
    content: "";
    background: url(../images/contact_right_fixed.png) no-repeat bottom;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 580px;
    height: 100%;
    z-index: 2;
    background-size: contain;
}