@charset "utf-8";
/* CSS Document */


    @font-face {
        font-family: 'icomoon';
        src: url('/ufile/120173/font/icomoon.eot');
        src: url('/ufile/120173/font/icomoon.eot#iefix') format('embedded-opentype'),
            url('/ufile/120173/font/icomoon.ttf') format('truetype'),
            url('/ufile/120173/font/icomoon.woff') format('woff'),
            url('../img/icomoon.svg#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
        font-display: block;
    }
    @font-face {
        font-family: 'boxicons';
        src: url('/ufile/120173/font/boxicons.woff');
    }
    .cont-map,
    .tainer {
        width: 100%;
    }
    .contact-one__title h2 {
        font-size: 24px;
    }
    .contact-one .row {
        margin-bottom: 100px;
    }
    .bd2 {
        position: relative;
        display: block;
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 35px 0px rgba(208, 208, 208, 0.35);
        padding: 50px 40px 54px;
    }
    .contact-one__shape-1 {
        background-color: #e50044;
    }
    .contact-one__shape-2 {
        background-color: #ff8bae;
    }
    .contact-one__list li .content h4 {
        font-size: 18px;
    }
    .contact-one__title p {
        opacity: .80;
        padding-top: 5px;
        padding-bottom: 45px;
        color: #666;
    }
    .section-title__title::after {
        content: '';
        position: absolute;
        width: 40px;
        height: 6px;
        background: #e50044;
        left: 0;
        top: 32px;
    }
    .contact-one .section-title h2 {
        margin-bottom: 20px;
        text-align: center;
        margin-top: 0;
        font-size: 26px;
        font-weight: 600;
    }
    .contact-one .row {
        --bs-gutter-x: 0px;
    }
    .contact-one__left {
        position: relative;
        display: block;
        border: 1px solid #ece6e6;
        padding: 67px 50px 35px;
        overflow: hidden;
        z-index: 1;
    }
    .contact-one__shape-1 {
        position: absolute;
        top: -235px;
        left: -207px;
        border-radius: 50%;
        background-color: #79b38d;
        width: 319px;
        height: 319px;
        z-index: 1;
    }
    .contact-one__shape-2 {
        position: absolute;
        top: -242px;
        left: -175px;
        border-radius: 50%;
        background-color: #eee;
        width: 319px;
        height: 319px;
        z-index: -1;
        -webkit-animation: pulse 2s infinite;
        -o-animation: pulse 2s infinite;
        animation: pulse 2s infinite;
    }
    .contact-one__title {
        position: relative;
        display: block;
    }
    .contact-one__title h2 {
        font-size: 26px;
        font-weight: 600;
        line-height: 55px;
    }
    .contact-one__list {
        position: relative;
        display: block;
    }
    .contact-one__list li {
        position: relative;
        display: flex;
        align-items: center;
    }
    .contact-one__list li .icon {
        height: 50px;
        width: 50px;
        background-color: #999;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 26px;
        color: #fff;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
.contact-one__list li:last-child .icon {
    font-size: 30px;
}
    .contact-one__list li .content {
        margin-left: 15px;
    }
    .contact-one__list li .content p {
        font-size: 15px;
        color: #333;
        line-height: 20px;
        padding-bottom: 5px;
    }
    .contact-one__list li .content h4 {
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
    }
    .contact-one__list li .content h4 a {
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }
.contact-one__list li+li {
    border-top: 1px solid #efe7e6;
    margin-top: 18px;
    padding-top: 15px;
}
    .contact-one .col-xl-6 {
        padding: 0;
    }
    .contact-one__list li:hover .icon {
        background-color: #79b38d;
    }
    .contact-one__list li:hover .content h4 a {
        color: #79b38d;
        text-decoration: none;
    }
    .contact-one__list li:hover .content h4 {
        color: #79b38d;
        font-weight: 600;
    }
    .section-title .partner_title :after {
        content: '';
        display: block;
        width: 60px;
        height: 2px;
        background: #79b38d;
        margin: 2% auto 4%;
    }
    .dt {
        display: flex;
        margin-bottom: 80px;
    }
    .dt iframe {
        border: 1px solid #eee;
    }
    .dt .col-sm-6:first-child {
        padding-left: 0;
    }
    .dt .col-sm-6:last-child {
        padding-right: 0;
    }
