.custom-pagination .page-item.active .page-link {
    background-color: #30a0b1;
    border-color: #33a1b2;
    padding: 3px 14px;
    color: #fff;
}

.custom-pagination .page-item .page-link {
    color: #30a0b1;
    padding: 3px 14px;
}

#submitcontact {
    background: #003333;
    color: #ddd;
    border: 2px solid #ddd;
    height: 40px;
    width: 150px;
    text-align: center;
    border-radius: 4px;
}

#submitcontact:hover {
    background: #ddd;
    color: #003333;
    border: 2px solid #ddd;
    height: 40px;
    width: 150px;
    text-align: center;
    border-radius: 4px;
}

.career {
    background: #003333;
    border: 2px solid #003333;
    border-radius: 4px;
}

.career a {
    color: #ddd
}

.ftr {
    background: red;
}

.w-c {
    color: #fff;
}

.about1 {
    color: #19BDD0;
    font-family: "BebasNeue Bold", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.about2 {
    color: #248E9E;
    font-family: "BebasNeue Bold", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-top: 40px;
}

.about p {
    color: #292929;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 35px;
}

.abt-btn {
    background-color: #19BDD0;
    height: 40px;
    width: 150px;
    margin-top: 40px;
    border-radius: 3px;
    border: 2px solid #19BDD0;
    color: white;
}

.container-form {
    background-color: black;
    margin-top: 0px;
}

.form-group {
    margin-top: 18px;
}

.btn-form {
    height: 35px;
    width: 150px;
    background: #19BDD0;
    color: #fff;
}

@media (max-width: 61.94em) {
    .container-form .form-row input {
        height: 40px;
    }
    .container-form .form-row .btn-form {
        width: 100%;
    }
    .job-listings .contactform input,
    .job-listings .contactform select,
    .job-listings .contactform button {
        margin-top: 10px;
    }
    .job-listings .contactform button {
        width: 100%!important;
    }
}

.job-listings .contactform input,
.job-listings .contactform select,
.job-listings .contactform button {
    margin-top: 10px;
}

.read-more-btn-custom {
    background: #19BDD0;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    line-height: 40px;
}

.read-more-btn-custom:hover {
    background-color: #2199ab;
    color: #ffffff;
    border-color: #2199ab;
}

.floata {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 79px;
    right: 25px;
    background-color: green;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #a2a2a2;
    z-index: 100;
    animation-name: animationWhatsapBTN;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.floata:hover {
    animation-play-state: paused;
}

a.floata:hover {
    color: #ffff;
}

.my-floata {
    margin-top: 9px;
}

@keyframes animationWhatsapBTN {
    0% {
        bottom: 79px;
    }
    100% {
        bottom: 90px;
    }
}


/* ########################## */

.header__middle {
    background: transparent;
}

.header__bottom {
    padding: 17px 1px 0 0;
    height: 95px;
    background-color: #000000b5;
    position: fixed;
    z-index: 9;
    width: 100%;
}

.logo a img {
    max-width: 79%!important;
}

.header__middle {
    margin-top: -130px;
}

.site-info__content {
    margin-right: 25px;
    /* margin-bottom: 5px; */
}

.text-white1 {
    color: #ffffff !important;
    font-size: 15px!important;
    margin-left: 0px!important;
}


/* .text-white1:hover {
    color: #2199ab !important;
    font-size: 15px!important;
} */

.site-info__content a {
    background-color: #fff!important;
    color: #2199ab !important;
    border: none!important;
}

.site-info__content a i {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    padding-top: 7px!important;
    margin-left: -12px!important;
}

.custom-container {
    max-width: 1226px!important;
}

.header__bottom-inner {
    margin-top: -16px;
}

.btn-custom {
    background-color: #2199ab;
    color: #ffffff;
    border-color: #2199ab;
}


/* .btn-custom:hover {
    background-color: #fff;
    color: #2199ab;
    border-color: #2199ab;
} */

@media (max-width: 460px) {
    .logo a img {
        max-width: 100%!important;
    }
    .iframe-custome {
        height: 30px!important;
        width: 330px!important;
    }
}

@media (max-width: 990px) {
    .header__middle {
        margin-top: 0px;
    }
}

.project-details li:first-child {
    border-top: 1px solid #dddddd!important;
}

.project-details li {
    /* border-bottom: 1px solid #dddddd; */
    padding: 5px 0;
    padding-left: 20px!important;
}

.d-flex-custom {
    display: flex;
    justify-content: space-between!important;
}

.sub-menu {
    background: #00000082!important;
}

.sub-menu li a {
    color: #fff!important;
}

.mainmenu__item_cus {
    margin-bottom: -20px!important;
    padding: 0px !important;
    top: 14px;
}

.services-item__thumbnail {
    margin-bottom: 10px;
}

.background-gray-padding-30 {
    background-color: #f8f8f8;
    padding: 30px 0px;
}

.title-custom {
    position: relative;
}

.title-custom::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 10px;
    height: 2px;
    background-color: #003333;
    width: calc(100% - 18px);
}

.title-custom::after {
    content: '';
    position: absolute;
    bottom: 4px;
    right: 0px;
    height: 2px;
    background-color: #003333;
    width: 5px;
}