@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../Roboto-Regular.ttf'); /* IE9 Compat Modes */
    src: local(''),
    url('../Roboto-Regular.ttf') format('truetype')
}
.contact-us-btn {

    font-weight: bold;
    border: 0;
    width: 200px;
    height: 60px;
    flex-grow: 0;
    border-radius: 85px;
    background-color: #ffffff;
    font-family: Roboto;
    font-size: 20px;
    color: #0f6f98;
    text-transform: uppercase;
}

.index-content-header {
    background-image: url('../images/ship_index.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 864px;
    justify-content: center;
    /*display: flex;*/
    width: 100%;
    margin-top: -100px;
    padding-top: 100px;
}

.index-content-header div {
    /*width: 100%;*/
    /*max-width: 535px;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    color: white;
}

.main-title {
    flex-grow: 0;
    /*margin: 0 8px 30px 9px;*/
    margin-top: 175px;
    font-size: 44px;
    line-height: 1.23;
    /*text-align: center;*/
    color: #ffffff;
    margin-bottom: 40px;
}

.main-desc {
    font-size: 18px;
    line-height: 1.56;
    color: #ffffff;
    max-width: 615px;
    margin-bottom: 30px;
}


.index-page .content-logo {

    align-items: center;
    display: flex;

}


.expertise-content > div {
    display: none;
}

.expertise-content > div:first-child {
    display: flex;
}

.expertise-tabs {
    display: flex;
}

.tablinks.active {
    background-color: #1d1c37;
    color: #fbba4f;;
}

.tablinks {
    background: #010024;
    border: 0;
    color: white;
    width: 150px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 18px;
}

.tabcontent {
    padding: 20px;
    background: #1d1c37;
    display: flex;
    flex-direction: column;
    min-height: 520px;
    align-items: center;
}

.tabcontent > div {
    height: 30%;
    display: flex;
}

.tabcontent > div > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing-policy, .contact-us {
    /*background-color: #010629;*/

}

.pricing-advantages div img {
    height: 75px;
    margin: 40px;
}

.pricing-advantages {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pricing-advantages div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 16px;
    margin-bottom: 40px;
}

.contact-us-form {
    max-width: 800px;
    flex-direction: column;
}

.contact-us-form > div {

    display: flex;

}

.about {
    width: 100% !important;
}

.contact-us-form > div > span {
    /*display: flex;*/
    margin: 7px;
    width: 50%;
}

.contact-us-form input {
    width: 100%;
    background-color: transparent;
    border: solid 2px rgba(15, 111, 152, 0.2);
    border-radius: 10px;
    padding: 20px;

    color: #131313;
}

@media (max-width: 500px) {
    .contact-us-form > div {
        display: flex;
        flex-direction: column;
    }


}

.contact-us-form textarea {
    background-color: transparent;
    color: #131313;

    width: 100%;
    min-height: 100px;
    max-height: 100px;
    height: 100px;
    border-radius: 10px;
    border: solid 2px rgba(15, 111, 152, 0.2);
    padding: 15px;
}


input:focus-visible, textarea:focus-visible {
    border: solid 2px rgba(15, 111, 152, 0.2) !important;
    border-radius: 10px;
    outline: none !important;
}

@media (max-width: 768px) {
    .expertise-tabs {
        display: flex;
        flex-direction: column;
    }

    .expertise-menu {
        display: flex;
        flex-direction: column-reverse;
    }

    .expertise-tabs button {
        width: 100%;
    }

    .tabcontent > div {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-us-form > div > span {
        display: flex;
        width: 100%;
    }

    .contact-us br {
        display: none;
    }
}

.contact-us-btn {
    transition: all 0.1s ease-in;
}

.contact-us-btn:hover {
    background: black;
    color: white;
}

.about-container span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    text-align: left;
    color: #131313;
}

.about-title {
    margin: 70px 0 30px;
}

.business-container {
    background-color: #C1DDF4;
    padding-bottom: 60px;
    margin-top: 70px;
}

.business-title {
    padding-top: 60px;
    margin: 0 0 50px;
}

.business-blocks {
    display: flex;
    flex-direction: row;

}

.business-blocks img {
    width: 100%;
    max-width: 255px;
}

.business-blocks div {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    margin-right: 30px;
    position: relative;
    z-index: 10;
}

.business-blocks div span {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #131313;
    margin-top: 20px;
    margin-bottom: 10px;
}

.business-blocks div a {
    display: flex;
    align-content: center;
    align-items: center;
    position: absolute;
    z-index: 10;
    bottom: -15px;
}

.arrow {
    border: solid #0f6f98;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 10px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.activity-container {
    display: flex;
    flex-direction: row;
    margin-top: 90px
}

.activity-container .activity-desc {
    display: flex;
    flex-direction: column;
}

.activity-desc span {


    font-size: 44px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: normal;
    color: #0f6f98;
    margin-bottom: 30px;
}

.activity-desc p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    text-align: left;
    color: #131313;
}

.activity-image {
    margin-left: 48px;
}

.activity-image-left {
    flex-direction: row-reverse;
}

.activity-image-left .activity-image {
    margin-left: 0 !important;
    margin-right: 48px !important;
}

.contact-us-container {
    background-image: url('../images/contact_us.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    padding-top: 82px;
    margin-top: 90px;

}

.contact-title {
    width: 100%;
    justify-content: center;
}

.tell_more {
    width: 100% !important;
}

@media (max-width: 768px) {
    .business-blocks {
        flex-direction: column;
        align-items: flex-start;
    }

    .business-blocks > div {
        margin-bottom: 10px;
        flex-direction: row;
        width: 100%;
    }

    .business-blocks div div {
        display: flex;
        justify-content: center;
        align-content: center;
        margin-left: 20px;
    }

    .activity-container {
        flex-direction: column-reverse;
    }

    .activity-container {
        z-index: 10;
        position: relative;
    }

    .activity-desc span {
        top: 0px;
        position: absolute;
        z-index: 10;
    }

    .activity-image {
        margin: 80px 0 20px !important;

        text-align: center;
    }

    .activity-container {
        margin-top: 30px;
    }

    .business-blocks div a {
        position: static;
    }

    .business-blocks div img {
        width: 50%;
    }

    .activity-image-left .activity-image {
        margin-right: 0 !important;
    }

    .activity-image img {
        width: 100%;
        max-width: 445px;
    }

}

@media (max-width: 991px) {
    .navbar-toggler {
        margin-right: 10px;
    }

    .info-header {
        justify-content: center;
    }

    .hamburger-menu .main-menu-pages {
        padding-left: 15px !important;
    }

    .nav-logo {
        display: none;
    }

    .index-content-header {
        height: auto;
        padding-bottom: 150px;
    }
}

@media (max-width: 460px) {
    .activity-desc span {
        font-size: 26px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: normal;
        text-align: center;
        color: #0f6f98;
    }

    .activity-image {
        margin-top: 65px !important;
    }

    .logo svg {
        width: 200px;
    }

    .contact-us-container {
        padding-top: 20px;
        margin-top: 40px;
    }

    .about-container span {
        font-size: 16px;
    }

    .content-logo span {
        font-size: 26px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: normal;
        text-align: center;
        color: #0f6f98;
    }

    .about-title {
        margin-top: 30px;
    }

    .main-title {
        margin-top: 55px;
        font-size: 26px;
    }

    .business-container {
        margin-top: 30px;
    }

    .business-title {
        margin: 30px 0;
        padding-top: 30px;
    }

    .contact-title {
        margin: 30px 0;
    }

    .index-content-header {
        height: auto;
        padding-bottom: 50px;
    }

    .business-blocks img {
        max-width: 130px;
    }

    .business-blocks div {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    footer .info-header {
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    footer .info-header div {
        margin-right: 0 !important;
    }

    footer .info-header div {
        text-align: center;
    }
}

.business-blocks a {
    white-space: nowrap;
}

a.contact-us-btn {
    padding: 20px;
    width: 200px;
    text-decoration: none;
    height: 70px;
    text-align: center;
    border-radius: 85px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: #ffffff;
}