:root {
    --ctc-secondary-color: #FF8D54;

    --ctc-lightblue: #DFF3FC;
    --ctc-gray: #6D7783;
    --ctc-white: #FFFFFF;
}

.page-hero-sec {
    background-image: url(/images/contact-us/contact-hero-bg.jpg);
    background-size: cover;
    background-position: center;
    /* height: 321px; */
}

.contact-banner {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff4ee;
    background-blend-mode: darken;
}
.page-hero-heading {
    font-family: var(--body-font) !important;
    text-transform: capitalize;
}

.page-hero-heading span {
    position: relative;
    z-index: 2;
    color: var(--ctc-white);
}
.page-hero-heading span::after {
    content: '';
    clip-path: polygon(0 17%, 100% 0, 100% 100%, 10% 82%);
    background: var(--ctc-secondary-color);
    position: absolute;
    top: 50%;
    left: 45%;
    display: block;
    height: 105%;
    width: 115%;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.sub-text {
    color: var(--ctc-gray);
    font-size: 18px;
    line-height: 28px;
}
.ctc-hero-char {
    margin-top: 35px;
}
.ctc-form-wrap {
    padding: 40px 30px;
    box-shadow: -4px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.ctc-form-wrap.contact-form-wrapper .section-free-quote-form {
    border-bottom: 1px solid #6d7783!important;
}

.ctc-form-wrap .quote-form .container {
    max-width: 100% !important;
}
.ctc-form-wrap .quote-form label {
    display: block !important;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.ctc-form-wrap .quote-form .card {
    border: 0;
}
.ctc-form-wrap .quote-form .card-body {
    padding: 0;
}
.ctc-form-wrap .quote-form .card-body input {
    border-bottom: 1px solid #6D7783 !important;
}

.ctc-form-wrap .form-control {
    padding: 10px 15px !important;
    border: 1px solid rgba(109, 119, 131, 0.4) !important;
    border-bottom-color: rgba(109, 119, 131, 0.4) !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}
.ctc-form-wrap .col-md-6.mb-3 {
    margin-bottom: 20px !important;
}
.ctc-form-wrap .btn-primary {
    width: 100%;
}
.contact-right {
    position: sticky;
    top: 120px;
    background-color: var(--ctc-lightblue);
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.contact-right h3 {
    font-size: 24px;
    line-height: 30.17px;
    margin-bottom: 25px;
}

.location-box {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;

}
.location-timing {
    font-size: 25px;
    line-height: 34.1px;
    font-weight: 600;
}

.location-box ul > li:not(:last-child) {
    margin: 0;
}
.location-box ul {
    align-items: center;
    justify-content: space-between;
}

.office .col-md-6:nth-child(1)::after {
    content: '';
    height: 100%;
    width: 1px;
    background: rgba(109, 119, 131, 0.2);
    left: 50%;
    position: absolute;
}

.awards__logos img {
    max-width: 180px;
}

@media (max-width: 991px) {
    .ctc-hero-char {
        margin-top: 0px;
    }
}
@media (max-width: 767px) {
    .ctc-form-wrap {
        padding: 0;
        box-shadow: unset;
    }
    .office .col-md-6:nth-child(1)::after {
        height: 1px;
        width: 100%;
        left: 0;
        top: 50%;
    }
}
@media (max-width: 575px) {
    .awards__logos img {
        max-width: 120px;
    }
}