/*** 

====================================================================
	Talk Section
====================================================================

***/

body {
    font-family: 'Montserrat', sans-serif;
}

footer {
    padding: 10px 50px 0;
}

.featured-text a {
    color: red;
    font-size: 18px;
}

.featured-text a:hover {
    color: #000;
    text-decoration: none;
}

.featured-text h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}

.featured-text p {
    font-size: 15px;
}

.featured-text address p {
    margin-bottom: 0px;
}

.featured-icon img {
    margin-bottom: 20px;
    width: 50px;
}

.box-1 {
    text-align: center;
    padding: 30px;
    box-shadow: -2px 5px 15px 7px rgb(0 0 0 / 8%);
    min-height: 265px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

.title-header-text .title {
    text-align: center;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
}

.talk-section {
    padding: 50px 0px 0px;
    background-color: #d2b19c;
}

section.talk-section .row.clearfix {
    background: white;
}

.talk-section .title-column {
    position: relative;
    margin-bottom: 30px;
}

.talk-section .title-column .inner-column {
    position: relative;
}

.talk-section .title-column .contact-list {
    position: relative;
}

.talk-section .title-column .contact-list li {
    position: relative;
    margin-bottom: 22px;
}

.talk-section .title-column .contact-list li a {
    position: relative;
    color: #161616;
    font-size: 18px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.head-img {
    text-align: center;
}

.content-sec .container {
    background-color: white;
    padding: 50px;
    border-radius: 10px;
}

footer.talk-section-ftr {
    background: #d2b19c;
}

body.body-clr {
    background: #d2b19c;
}

.box-img img {
    box-shadow: 1px -1px 5px 5px rgb(0 0 0 / 14%);
}

.talk-section .title-column .contact-list li a .icon {
    position: relative;
    margin-right: 16px;
    color: #aaaec2;
}

.box-img {
    margin-top: 50px;
    font-size: 16px;
    border-top: 5px solid #ffdac8;
    padding: 30px 0;
}

.box-p {
    font-size: 16px;
    padding: 30px 0;
}

p.ftr-txt {
    color: white;
    font-size: 12px;
}

.box-p p {
    color: black;
    text-align: center;
}

.talk-section .title-column .contact-list li a:hover {
    color: #f32f22;
}

.talk-section .form-column {
    position: relative;
    margin-bottom: 30px;
}

.talk-section .form-column .inner-column {
    padding: 40px 0;
    background: white;
}

.talk-section .form-column .column-text {
    position: relative;
    color: #161616;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 45px;
}

.talk-section .form-column .pattern-layer {
    position: absolute;
    left: -480px;
    bottom: 0px;
    width: 283px;
    height: 115px;
    background-repeat: no-repeat;
}

.contact-form {
    position: relative;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 35px;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.contact-form .form-group h4 {
    position: relative;
    font-size: 21px;
    color: #161616;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 25px;
}

.contact-form.style-two .subjects::after,
.contact-form.style-two .subjects>span,
.contact-form.style-two .form-group h4 {
    color: #ffffff;
}

.d-none {
    display: none;
}

.contact-form .form-group>span {
    display: block;
    margin-bottom: 15px;
}

.contact-form .subjects {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.subjects {
    display: inline-block;
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    display: inline-block;
}

.subjects::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 5px;
    box-shadow: inset 0 0 0 2px #f73e23;
    left: 0;
    top: 2px;
}

.subjects::after {
    position: absolute;
    content: "\f10e";
    font-family: "Flaticon";
    font-size: 22px;
    color: #161616;
    top: -2px;
    left: 4px;
    display: none;
}

[id^="subject-"]:checked+.subjects::after {
    display: block;
}

.subjects>span {
    font-size: 18px;
    color: #161616;
    display: inline-block;
}

.head-content.text-center h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 20px 0;
    color: #5a77a7;
}

.head-content.text-center h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
}

.head-content.text-center p {
    margin: 10px 0;
    font-size: 17px;
}

@media (max-width: 767px) {
    .head-content.text-center h2 {
        font-size: 28px;
    }
    .content-sec .container {
        padding: 20px;
    }
    footer {
        padding: 30px 0;
    }
}

@media (max-width: 992px) {
    .head-img img {
        width: 50%;
    }
}