body {
    font-family: 'Montserrat', sans-serif;
}

.color-blue {
    color: #005587;
}

.color-orange {
    color: #f37026;
}

.color-white {
    color: #fff;
}

.color-yellow {
    color: #ffc800;
}

.font-sz-18 {
    font-size: 18px;
}

.font-sz-24 {
    font-size: 24px;
}

.font-sz-30 {
    font-size: 30px;
}

.font-sz-40 {
    font-size: 40px;
}

.font-sz-48 {
    font-size: 48px;
}

.font-sz-60 {
    font-size: 60px;
}

.landing-bg-blue {
    background: #0c4982;
}

.landing-header {
    background: #a1cbef;
    height: 120px;
}

.landing-header-logo {
    display: flex;
    height: 120px;
    align-items: center;
}

.landing-header-logo-main {
    height: 60px;
}

.landing-header-logo-main a {
    display: block;
    height: 100%;
}

.landing-header-logo-main a img {
    height: 100%;
}

.landing-header-nav {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-around;
}

.landing-header-nav-main {
    width: 80%;
    display: flex;
    justify-content: space-around;
}

.landing-header-nav-main a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
}

.landing-header-nav-btn-bg {
    background: #005587;
    padding: 6px 10px;
    border-radius: 50%;
    color: #fff;
}

.landing-nav {
    display: none;
    height: 0;
    background: #fff;
    overflow: hidden;
}

.landing-nav-main {
    color: #0056b3;
}

.landing-nav-main a {
    display: block;
    border-bottom: 1px solid #666;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
}
.landing-home-left {
    padding: 120px 0 50px;
}

.landing-home-left-title {
    margin-bottom: 15px;
    white-space: nowrap;
}

.landing-home-left-summary {
    margin-bottom: 18px;
}

.landing-home-left-summary>span {
    padding: 10px 5px;
}

.landing-home-left-content {
    font-size: 20px;
    font-style: italic;
    margin-bottom: 50px;
}

.landing-home-btn {
    margin-bottom: 50px;
}

.btn-red {
    padding: 20px;
    background: red;
    color: #ffffff;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.landing-home-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.landing-home-right-img img {
    width: 100%;

}

.landing-home-right-img {
    padding: 50px 0 30px;
    position: relative;
}

.landing-home-right-img img:last-child {
    position: absolute;
    left: 0;
    bottom: 50px;
}

.landing-home-right-content {
    text-align: center;
    transform: translateX(30px);
}

.landing-home-right-phone {
    margin-right: 18px;
}

.landing-home-left-phone {
    margin-right: 18px;
}

.landing-home-left-contact {
    display: flex;
    width: 215px;
}

section.landing-summary {
    background: #eee;
    padding: 80px 45px;
    display: flex;
    justify-content: space-between;
}

.landing-summary-item {
    width: 30%;
    border-left: 10px solid #f37026;
    padding-left: 20px;
}

.landing-summary-item-title {
    font-size: 24px;
    color: #005587;
    font-weight: 700;
    margin-bottom: 10px;
}

.landing-summary-item-content {
    font-size: 16px;
    font-style: italic;
    text-align: justify;
}


.landing-about {
    /*padding: 30px 0;*/
}

.landing-about-left {
    display: flex;
    height: 100%;
    align-items: center;
}


.landing-about-left-img {
    display: flex;
    align-items: center;
}

.landing-about-left-img img {
    width: 100%;
}

.landing-about-left-content {
    text-align: center;
}

.landing-about-left-content>div:first-child {
    text-transform: uppercase;
}

.landing-about-right {
    padding-top: 30px;
}

.landing-about-right-title {
    margin-bottom: 30px;
}

.landing-about-right-title::after {
    content: '';
    display: block;
    width: 140px;
    height: 5px;
    background: #f36f27;
}

.landing-about-right-content {
    margin-bottom: 20px;
}

.landing-service {
    padding-top: 30px;
}

.landing-service-title {
    text-align: center;
    margin-bottom: 50px;
}

.landing-service-title-line {
    border-bottom: 4px solid #2f1e2e;
    width: 200px;
    height: 50px;
    margin: auto;
}

.landing-service-table {
    margin-bottom: 50px;
}

.table-service {

}

table.table-service tr th {
    background: #f37b26;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #0c4982;
    padding: 20px 5px;
}

table.table-service tr td {
    padding: 5px 10px;
    font-size: 14px;
}

.landing-service-bottom {
    text-align: center;
}

.landing-service-quote {
    margin: 0 auto 50px;
    padding: 20px;
    background: #0c4881;
    color: #fcc903;
    text-align: center;
    font-weight: 200;
    display: inline-block;
}

.landing-service-btn {
    text-align: center;
    margin-bottom: 80px;
}

.landing-feature {
    padding-bottom: 60px;
}

.landing-feature-title {
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
}

.landing-feature-line {
    width: 450px;
    height: 10px;
    background: #f37b26;
    margin: 0 auto 50px;
}

.landing-feature-main {
    display: flex;
    justify-content: space-between;
    padding: 0 65px;
}

.landing-feature-item {
    background: #fff;
    margin: 0 15px 80px;
    padding: 30px;
    flex: 1;
}

.landing-feature-item-title {
    color: #0c4982;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.landing-feature-item-content {
    color: #0c4982;
    font-size: 16px;
    text-align: center;
}

.landing-feature-btn {
    text-align: center;
}


.landing-team-title {
    text-align: center;
    color: #0c4982;
    padding-top: 50px;
}

.landing-team-line {
    height: 4px;
    width: 150px;
    background: #0c4982;
    margin: 0 auto 20px;

}

.landing-team-summary {
    color: #0c4982;
    width: 90%;
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 20px;
    text-align: center;
}

.landing-team-item {
    margin-bottom: 80px;
}

.landing-team-item-img {
    margin-bottom: 20px;
}

.landing-team-item-img img {
    width: 100%;
}

.landing-team-item-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.landing-team-item-content {
    color: #0c4982;
    text-align: center;
    font-size: 14px;
}

.landing-team-btn {
    text-align: center;
    margin-bottom: 80px;
}

a.btn-yellow {
    background: #FFEB3B;
    color: #000;
    padding: 10px 20px;
    font-size: 20px;
    text-decoration: none;
}




section.landing-team-2 {
    padding-top: 30px;
}

.landing-team-2-title {
    text-align: center;
    margin-bottom: 30px;
}

.landing-team-2-title>div:last-child {
    font-weight: 200;
}

.landing-border-orange::after {
    height: 32px;
    content: "";
    display: block;
    width: 312px;
    background: #f47027;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
}

.landing-border-orange {
    position: relative;
}

.landing-team-2-summary {
    text-align: center;
    color: #005587;
    font-style: italic;
    margin: 0 auto 20px;
    max-width: 90%;
}

.landing-team-2-main {
    display: flex;
}

.landing-team-2-main-left {
    width: 40%;
    display: flex;
    align-items: center;
    margin: 0 15px;
    justify-content: center;
    position: relative;
}

.landing-team-2-main-left img {
    width: 400px;
    max-width: 90%;
}

.landing-team-2-main-left>img:first-child {
    transform: scale(0.8);
}

.landing-team-2-main-left img:last-child {
    position: absolute;
}

.landing-team-2-main-right {
    width: 60%;
    padding: 0 15px;
}

.landing-team-2-main-right-title {
    border: 2px solid #f57028;
    padding: 0 30px 0 10px;
    width: 450px;
    max-width: 100%;
    color: #104982;
    font-weight: bold;
    margin-bottom: 20px;
}

.landing-team-2-main-right-title>div:first-child {
    font-size: 24px;
}

.landing-team-2-main-right-title>div:last-child {
    font-size: 36px;
}


.landing-team-2-main-right-title-content>div {
    display: flex;
}

.landing-team-2-main-right-title-content>div img {
    width: 28px;
    height: 28px;
    margin-right: 15px;
}

.landing-team-2-main-right-title-content {
    color: #104982;
    font-size: 20px;
    margin-bottom: 50px;
}

.landing-team-2-main-right-title-content>div {
    display: flex;
    margin-bottom: 20px;
    font-size: 20px;
    color: #104982;
}

.landing-team-2-main-right-title-content>div img {
    width: 28px;
    height: 28px;
    margin-right: 15px;
}

.landing-team-2-btn {
    margin-bottom: 30px;
    text-align: center;
}

.landing-team-2-quote {
    text-align: center;
    color: #104982;
    font-size: 24px;
    margin: 0 auto 50px;
    max-width: 90%;
}





.landing-contact {
    display: flex;
    /*box-shadow: -1px -10px 16px 2px #0003;*/
    background: #eee;
}

.landing-contact-info {
    width: 60%;
    flex-shrink: 0;
    padding: 50px 50px 80px;
}

.landing-contact-info-title {
    margin-bottom: 80px
}

.landing-contact-info-title-left span {
    display: block;
}

.landing-contact-info-title-left>span:first-child {
    font-size: 40px;
}

.landing-contact-info-title-left>span:last-child {
    font-size: 28px;
}



.landing-contact-info-title-right {
    display: flex;
    align-items: center;
}

.landing-contact-info-title-right a {
    height: 60px;
    display: inline-block;
}

.landing-contact-info-title-right a img {
    height: 100%;
}


.landing-contact-info-item {
    display: flex;
    margin-bottom: 80px;
}

.landing-contact-info-item-icon {
    font-size: 36px;
    margin-right: 30px;
}

.landing-contact-info-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}


.landing-contact-form {
    width: 40%;
    flex-shrink: 0;
    padding: 30px;
    position: relative;
}

input.landing-contact-form-input {
    background: #0c4982;
    border: 3px solid #fff;
    border-radius: 15px;
    padding: 10px 20px;
}

input.landing-contact-form-input {
    background: #0c4982;
    border: 3px solid #fff;
    border-radius: 25px;
    padding: 10px 20px;
    width: 100%;
    outline: none;
    margin-bottom: 30px;
    color: #fff;

}

textarea.landing-contact-form-input {
    background: #0c4982;
    border: 3px solid #fff;
    border-radius: 25px;
    padding: 10px 20px;
    width: 100%;
    outline: none;
    margin-bottom: 30px;
    color: #fff;
}

::-webkit-input-placeholder { /* Edge */
    color: #fff;
    text-transform: uppercase;
}

::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    text-transform: uppercase;
}

::placeholder {
    color: #fff;
    text-transform: uppercase;
}

button.landing-contact-btn-submit {
    width: 100%;
    padding: 15px 30px;
    background: red;
    border: 0;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}

.landing-contact-btn-submit span {
    margin-right: 20px;
}

@media only screen and (max-width: 1200px) {
    .landing-home-left-title {
        white-space: normal;
    }
}
@media only screen and (max-width: 992px) {}
@media only screen and (max-width: 767px) {
    .landing-header {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .landing-nav {
        position: sticky;
        top: 120px;
        z-index: 1;
    }

    .landing-header-nav-main {
        display: none;
    }

    .landing-header-nav {
        justify-content: flex-end;
    }

    .landing-nav {
        height: auto;
        padding-bottom: 20px;
        box-shadow: 2px 2px 5px 2px #0004;
    }

    section.landing-home > .container > .row {
        flex-direction: column-reverse;
    }

    .landing-home-left {
        text-align: center;
    }

    .landing-home-btn {
        text-align: center;
    }

    section.landing-summary {
        flex-direction: column;
        padding: 30px;
    }

    .landing-summary-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .landing-feature-main {
        flex-direction: column;
    }

    .landing-team-2-main {
        display: flex;
        flex-direction: column;
    }

    .landing-team-2-main-left {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .landing-team-2-main-right {
        width: 100%;
    }

    .landing-team-2-btn {
        text-align: center;
    }

    .landing-contact {
        flex-direction: column-reverse;
    }

    .landing-contact-info {
        width: 100%;
    }

    .landing-contact-form {
        width: 100%;
    }
}
@media only screen and (max-width: 575px) {
    body {
        font-size: 15px;
    }

    .font-sz-18 {
        font-size: 16px;
    }

    .font-sz-24 {
        font-size: 16px;
    }

    .font-sz-30 {
        font-size: 20px;
    }

    .font-sz-40 {
        font-size: 28px;
    }

    .font-sz-48 {
        font-size: 32px;
    }

    .font-sz-60 {
        font-size: 32px;
    }

    .landing-home-left {
        padding: 30px 0;
    }

    .landing-home-left-content {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .landing-home-left-contact {
        margin: auto;
    }

    .landing-home-right-content {
        transform: translateX(0px);
    }


    .btn-red {
        font-size: 16px;
    }

    .landing-about-right-title {
        margin-bottom: 15px;
    }

    .landing-about-right-title::after {
        width: 100px;
    }

    .landing-service-title {
        margin-bottom: 30px;
    }

    .landing-service-title-line {
        height: 15px;
    }

    .landing-service-table {
        margin-bottom: 20px;
    }

    table.table-service tr th {
        font-size: 18px;
        padding: 10px 15px;
    }

    .landing-service-table {
        margin-bottom: 20px;
    }

    .landing-service-btn {
        margin-bottom: 30px;
    }

    .landing-feature {
        padding-bottom: 30px;
    }

    .landing-feature-title {
        font-size: 24px;
    }

    .landing-feature-line {
        width: 200px;
        height: 5px;
        margin: 0 auto 20px;
    }

    .landing-feature-main {
        padding: 0 20px;
    }

    .landing-feature-item {
        background: #fff;
        margin: 0 0 20px;
        padding: 10px;
        flex: 1;
    }

    .landing-feature-item-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .landing-feature-item-content {
        font-size: 15px;
    }

    .landing-team-item {
        margin-bottom: 20px;
    }

    .landing-team-btn {
        text-align: center;
        margin-bottom: 30px;
    }

    .landing-team-2-main-right-title-content>div {
        font-size: 16px;
    }

    .landing-team-2-main-right-title>div:last-child {
        font-size: 30px;
    }

    .landing-border-orange::after {
        height: 18px;
        width: 218px;
    }

    .landing-contact-info-title-left>span:first-child {
        font-size: 28px;
    }

    .landing-contact-info-title {
        flex-direction: column-reverse;
    }

    .landing-contact-info {
        width: 100%;
        padding: 30px 20px;
    }

    .landing-contact-info-title {
        margin-bottom: 30px;
    }

    .landing-contact-info-title-left>span:last-child {
        font-size: 20px;
    }

    .landing-contact-info-title-right {
        margin-bottom: 15px;
    }

    .landing-contact-info-item {
        margin-bottom: 30px;
    }
}
