@charset "UTF-8";

.mka_box_1 {
    padding: 80px 0 50px 0;
}

/* .mka_box_1 .mka_box_1_col:first-child{
    width: 40%;
}
.mka_box_1 .mka_box_1_col:last-child{
    width: 40%;
} */
.mka_box_1 .mka_box_1_col {
    width: calc(100% / 2 - 30px);
}

.mka_box_in {
    align-items: center;
}

.mka_box_in_col {
    width: calc(100% / 2 - 17px);
}

.subtitle {
    font-size: 16px;
    position: relative;
    padding: 0 0 0 42px;
    display: block;
    margin: 0 0 5px 0;
}

.subtitle::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    height: 3px;
    width: 30px;
    background-color: #FF8200;
}

.title {
    font-size: 30px;
    margin-bottom: 17px;
}

.mka_box_1_col_img img {
    width: 300px;
}

.txt {
    font-size: 18px;
}

.i_img {
    background-color: #fff;
    padding: 20px;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.i_img img {
    width: 107px;
}

.mka_box_2 {
    padding: 30px 0;
    justify-content: center;
}

.mka_box_2_col {
    width: calc(100% / 4 - 10px);
    margin: 0 0 35px;
}

.mka_box_2_title a,
.mka_box_2_title h3 {
    font-size: 20px;
    color: #FF8200;
    text-align: center;
    margin-top: 15px;
    text-transform: uppercase;
}

.col_contact {
    border-radius: 15px;
    border: 1px solid #D4D4D4;
    background-color: #fff;
    padding: 19px 15px 23px 24px;
}

.col_contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.col_contact_txt h3 {
    color: #2B65A5;
    font-size: 30px;
    margin-bottom: 1px;
}

.col_contact_txt p {
    color: #787878;
    font-size: 18px;
    line-height: 1.3;
}

.col_contact_i {
    width: 78px;
}

.col_contact_in {
    background-color: #2B65A5;
    width: 55px;
    height: 55px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.col_contact_in i {
    color: #fff;
    font-size: 25px;
}

.col_contact_txt {
    width: 75%;
}

.contact_form {
    border-radius: 15px;
    border: 1px solid #D4D4D4;
    background-color: #fff;
    padding: 30px 15px 30px 30px;
    position: relative;
    z-index: 1;
}

.contact_form h3 {
    color: #2B65A5;
    font-size: 30px;
    margin-bottom: 1px;
    text-align: center;
}

.contact_form .started {
    text-align: center;
}

.contact_form label {
    text-align: left;
}

.wpcf7-textarea {
    height: 150px;
}

.screen-reader-response {
    display: none;
}

.btn-primary {
    background-color: #2B65A5;
    border-color: #2B65A5;
}

.wpcf7-submit {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    padding: .375rem 2rem;
    border-radius: 25px;
}

.box_map {
    margin: 0 auto -8px;
}

.mka_wrap {
    padding: 0 0 50px 0;
    position: relative;
    background-image: url(../../assets/img/bg_top_02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top 0px center;
}

.mka_wrap::before {
    content: '';
    position: absolute;
    background-image: url(../../assets/img/bg_top_01.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 25%;
    height: 26vh;
}
.mka_wrap::after {
    content: '';
    position: absolute;
    background-image: url(../../assets/img/bg_top_03.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 17vw;
    height: 52vh;
    right: 0;
    bottom: 0;
}

#videoModal .modal-body,
#videoModal .modal-header {
    padding: 0;
    border: 0;
}

#videoModal .modal-content {
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

#videoModal .modal-header .btn-close {
    padding: 0;
    margin: 0;
    text-align: right;
    position: absolute;
    right: 0;
    z-index: 9;
    top: -19px;
}

#videoModal .modal-dialog {
    max-width: 560px;
}

.modal-body .y_video {
    width: 560px;
    height: 315px;
    max-width: 100%;
}
.contact_form .form-control{
    border-radius: 1.1rem;
}
.col_contact_txt p {
    word-wrap: break-word;
}
.mka_box_1_top{
    position: relative;
}
.mka_box_1_top::before {
    content: '';
    position: absolute;
    background-image: url(../../assets/img/bg_top_04.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 32vh;
    height: 100%;
    right: 0;
    bottom: 0;
}
@media (max-width: 1200px) {
    .mka_box_2 {
        padding: 0;
        justify-content: flex-start;
    }
    .mka_box_2_col {
        width: calc(100% / 4 - 0px);
        margin: 0 0 20px;
    }
}
@media (max-width: 991px) {
    .mka_wrap{
        background-image: none;
    }
    .i_img {
        background-color: #ECF6FF;
        width: 170px;
        height: 170px;
    }
    .mka_box_1 {
        padding: 50px 0 50px 0;
    }
    .mka_box_1 .mka_box_1_col {
        width: calc(100% / 2 - 15px);
    }
    .i_img img {
        width: 90px;
    }
    .mka_box_1_top::before{
        display: none;
    }
}
@media (max-width: 767px) {
    .mka_box_1.type__list {
        display: block;
    }
    .mka_box_1 .mka_box_1_col {
        width: 100%;
    }
    .mka_box_1 {
        padding: 30px 0 40px 0;
    }
    .mka_box_2_col {
        width: calc(100% / 3 - 0px);
        margin: 0 0 20px;
    }
    .mka_box_2_title  {
        font-size: 16px;
    }
    .title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .box_map {
        margin: 0 auto -8px;
    }
    .contact_form h3,
    .col_contact_txt h3 {
        font-size: 25px;
    }
    .col_contact_txt p {
        font-size: 16px;
    }
    .col-md-7.col-xl-8 {
        margin-top: 0;
    }
    .mka_box_2 {
        justify-content: center;
    }
}
@media (max-width: 576px) {
    .mka_box_2_col {
        width: calc(100% / 2 - 0px);
        margin: 0 0 20px;
    }
    .i_img {
        width: 150px;
        height: 150px;
    }
    .i_img img {
        width: 75px;
    }
}