

@media screen and (min-width: 768px) {
    #contact #left-column {
        width: 41.66667%;
    }
    #contact #content-wrapper {
        width: 58.33333%;
    }
}
@media screen and (min-width: 1200px) {
    #contact #content-wrapper {
        width: 66.66667%;
    }
    #contact #left-column {
        width: 33.33%;
    }
}
@media screen and (max-width: 767px) {
    #contact #left-column {
        width: 100%;
    }
    #contact #content-wrapper {
        width: 100%;
    }
}
/******/
#contact .page-content {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    --e-column-margin-right: 10px;
    --e-column-margin-left: 10px;
    padding: 4em 4em 4em 4em;
    border-radius: 3px 3px 3px 3px;
    margin: 0;
}
#contact .contact-rich {
    background-color: #ffffff;
    background-image: radial-gradient(at top right, #425A44CC 0%, #25292b 75%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0;
    padding: 2em;
    height: 100%;
    border-radius: 3px 3px 3px 3px;
    margin: 0;
}
#contact #wrapper {
    padding: 2em 0 0;
}
.contact-footer {
    padding: 120px 0;
}
.box-category {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0;
    padding: 2em 2em 2em 2em;
    background: #fff;
    border-radius: 3px 3px 3px 3px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.box-category .text h2 {
    font-size: 24px;
    font-weight: 600;
    color: #25292b;
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 1.3em;
    margin: 0 0 20px;
    max-width: 200px;
}
.box-category .btn {
    color: #25292b;
    border: 1px solid #25292b;
    border-radius: 3px 3px 3px 3px;
    background-color: #25292B00;
    font-weight: 500;
    font-size: 15px;
    padding: 9px 24px;
    outline: 0 !important;
    line-height: 21px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none!important;
}
.box-category .btn:hover {
    background: #25292b;
    color: #fff;
}
.box-category .text {
    width: calc(100% - 85px);
}
.box-category .icon {
    background: #f5f5f5;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-category .icon img {
    height: 38px;
    text-align: center;
}
/******/
.block-title {
    color: #ce9869;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 18px;
}
.contact-rich .block .data, .contact-rich .block .data a {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    font-family: 'IBM Plex Sans', sans-serif;
    line-height: 1.4em;
}
.contact-rich .block .data {
    margin-bottom: 20px;
}
.contact-rich .block .data.block-social a {
    font-size: 0 !important;
}
.contact-rich .block .data.block-social ul li a::before {
    font-size: 16px !important;
    line-height: 32px;
}
.contact-rich .block .data.block-social ul li a {
    background-image: none !important;
    width: 32px;
    height: 32px;
}
.contact-rich .block:not(.block-media) {
    margin: 0 0 20px;
}
.contact-rich .data.block-social ul {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    margin: 0 auto 0 0;
}
/******/
#contact .page-content .container {
    padding: 0;
}
.contact-form {
    padding: 0;
}
.contact-form .title h1 {
    color: #ce9869;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 500;
    font-family: 'IBM Plex Sans', sans-serif;
    margin: 0 0 14px;
}
.contact-form .title h2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2em;
    color: #25292b;
    margin: 0 0 30px;
}
/*** form ***/
form .form-control-label {
    font-size: 16px;
    font-weight: 500;
    color: #25292b;
    padding-top: 0;
    line-height: 1.5em;
}
.form-control {
    color: #25292B;
    border: 1px solid #ddd;
    background: #fff;
    height: 40px !important;
    padding: 0.5rem;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    line-height: 20px;
    outline: 0 !important;
    width: 100% !important;
}
textarea.form-control {
    height: 100px !important;
}
.input-group .input-group-btn>.btn {
    padding: .25rem .5rem;
}
button.btn.btn-primary {
    color: #25292b;
    border: 1px solid #25292b;
    width: 100%;
    background: #fff;
    font-size: 16px !important;
    padding: 10px 30px;
    text-transform: none;
    height: 47px;
    font-weight: 500;
    line-height: 20px;
    outline: 0 !important;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
button.btn.btn-primary i {
    margin-right: 8px;
}
button.btn.btn-primary:hover {
    background: #25292b;
    color: #ffffff;
    border-color: #25292B;
}
/*****/
@media screen and (max-width: 1200px) {
#contact .page-content {
    padding: 2.5em;
}
.contact-form .title h2 {
    font-size: 40px;
}
.contact-rich .block .data, .contact-rich .block .data a {
    font-size: 20px;
}
.contact-rich .block:not(.block-media) {
    margin: 0 0 10px;
}
.contact-footer {
    padding: 80px 0 100px;
}
.cateogries-box > .row {
    margin-left: -10px;
    margin-right: -10px;
}
.cateogries-box > .row .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media screen and (max-width: 992px) {
#contact .page-content {
    padding: 2em;
}
.contact-rich .block .data br {
    display: none;
}
#contact .contact-rich {
    padding: 1.5em 1em 0.5em;
}
.contact-rich .block .data, .contact-rich .block .data a {
    font-size: 18px;
}
.contact-form .title h2 {
    font-size: 28px;
}
#contact .page-content section.form-fields .form-group {
    margin-bottom: .75rem;
}
form .form-control-label {
    font-size: 14px;
    font-weight: 500;
}
.box-category {
    padding: 1.5em;
    margin: 0 0 20px;
}
.cateogries-box > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cateogries-box > .row .col-md-4 {
    width: 50%;
}
.box-category .text h2 {
    max-width: 200px;
    font-size: 20px;
}
#contact .page-content section.form-fields .col-md-6 {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
    #contact #wrapper {
        padding: 1em 0 0;
    }
#contact #wrapper .container > .row {
    display: flex;
    flex-wrap: wrap;
}
#contact #left-column {
    order: 1;
}
#contact .contact-rich {
    padding: 2em 2em 1em;
    margin: 2rem auto 0;
    max-width: 576px;
}
.data.block-social {
    margin: 10px 0 0 !important;
}
#contact .page-content {
    padding: 2em;
    max-width: 576px;
    margin: 0 auto;
}
.contact-form .title h2 {
    font-size: 26px;
    margin: 0 0 20px;
}
.contact-form .title h1 {
    margin: 0 0 8px;
}
.block-title {
    font-size: 15px;
    margin-bottom: 12px;
}
.contact-rich .block .data, .contact-rich .block .data a {
    font-size: 18px;
}
.block-title {
    margin-bottom: 12px;
}
.contact-rich .block:not(.block-media) {
    margin: 0 0 10px;
}
.contact-footer {
    padding: 80px 0;
}
.cateogries-box > .row .col-md-4 {
    width: 100%;
}
.box-category {
    max-width: 576px;
    margin: 0 auto 20px;
}
}
@media screen and (max-width: 576px) {
    .box-category .text h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 480px) {
    .box-category {
        padding: 1.2em;
    }
    #contact .contact-rich {
        padding: 1.5em 1.5em 1em;
        margin: 1.5rem auto 0;
    }
    #contact .page-content {
        padding: 1.5em 1.5em;
    }
    .contact-form .title h2 {
        font-size: 24px;
    }
    .contact-rich .block .data, .contact-rich .block .data a {
        font-size: 16px;
    }
    .contact-footer {
        padding: 60px 0 60px;
    }
    .box-category .text h2 {
        font-size: 18px;
        margin: 0 0 18px;
    }
    .box-category .btn {
        padding: 6px 20px;
    }

}