/*-----------------------------------------------------------------------------------



Template Name: Contact Us

Author: Sujeet Kumar

Version: Update Version



-----------------------------------------------------------------------------------





-----------------------------------------------------------------------------------*/





.page-banner-section {

    padding-top: 0px;

    min-height: 200px;

    display: flex;

    align-items: center;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    position: relative;

    overflow: hidden;

    z-index: 1;

}



.page-banner-section::before {

    content: "";

    position: absolute;

    left: 0;

    top: 0;

    background: #020202;

    opacity: 0.4;

    width: 100%;

    height: 100%;

    z-index: -1;

}

.page-banner .title {

font-size: 40px;

    line-height: 28px;

    font-family: "Manrope", sans-serif;

    display: inline-block;

    font-weight: 600;

    color: #ffffff;

    position: relative;

    z-index: 1;

}

.breadcrumb {

    padding: 8px 15px;

    margin-bottom: 20px;

    list-style: none;

    background-color: #f5f5f5;

    border-radius: 4px;

}

.breadcrumb {

    display: flex;

    flex-wrap: wrap;

    padding: 0 0;

    margin-bottom: 1rem;

    list-style: none;

}

.page-banner .breadcrumb {

    margin-bottom: 0;

    margin-top: 10px;

}   





.page-banner .title::before {

    content: "";

    width: 75px;

    height: 75px;

    border-radius: 50%;

    background-image: linear-gradient(-48deg, #cc0000 0%, #035cdd 100%);

    opacity: 0.6;

    position: absolute;

    left: -25px;

    top: -20px;

    z-index: -1;

}



.contact-info-section .contact-info-wrap .single-contact-info {

    background: #ffffff;

    box-shadow: 0px 0px 100px 0px rgb(0 0 0 / 11%);

    padding: 55px;

    border-radius: 10px;

    margin-top: 70px;

}

.text-center {

    text-align: center;

}

.contact-info-section .contact-info-wrap .single-contact-info .info-icon {

    width: 100px;

    height: 100px;

    line-height: 103px;

    background: #cc0000;

    color: #ffffff;

    border-radius: 50%;

    margin: 0 auto;

    margin-top: -90px;

}

.contact-info-section .contact-info-wrap .single-contact-info .info-icon i {

    font-size: 40px;

    line-height: 95px;

}

.contact-info-section .contact-info-wrap .single-contact-info .info-content .title {

    font-size: 18px;

    line-height: 36px;

    color: #333333;

    margin-top: 15px;

}

.contact-info-section .contact-info-wrap .single-contact-info .info-content p {

    font-size: 22px;

    line-height: 36px;

    font-family: "Manrope", sans-serif;

    font-weight: 700;

    color: #005de0;

    text-decoration: underline;

    -webkit-text-decoration-color: #7faeef;

    text-decoration-color: #7faeef;

}



.contact-form input[type="text"], .contact-form input[type="email"] {

    background: #fff;

    border: 1px solid #ccc;

    border-radius: 0;

    color: #000;

    height: 52px;

    margin-bottom: 25px;

    padding-left: 20px;

    width: 100%;

}



.btn {

    display: inline-block;

    position: relative;

    overflow: hidden;

    z-index: 1;

    background-color: #c00707;

    border-color: transparent;

    color: #ffffff;

    border-radius: 5px;

    font-size: 18px;

    font-weight: 700;

    height: 60px;

    line-height: 56px;

    padding: 0px 55px;

    border: 2px solid #c00707;

    border-style: solid;

    box-shadow: none;

    transition: all 0.3s ease 0s;

    cursor: pointer;

    z-index: 1;

    position: relative;

}

.btn:hover {

    box-shadow: none;

    color: #000;

}





.form-btn {

    margin: 10px 0 0;

}

.contact-form textarea.form-control {

    height: 100px;

}



.card--cta .card__content {

    padding: 1.35rem 75px 1.35rem 2.7rem;

    position: relative;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-orient: horizontal;

    -webkit-box-direction: normal;

    -ms-flex-direction: row;

    flex-direction: row;

    text-align: left;

    margin-bottom: 1rem;

    display: flex;

    border: 3px solid #cc0000;

    background-color: #fff;



}



.card__content {

    -webkit-box-flex: 1;

    -ms-flex-positive: 1;

    flex-grow: 1;

}

.card--cta .card__content .image-container {

    -ms-flex-preferred-size: 90px;

    flex-basis: 90px;

    max-width: 90px;

}

.contact-form {

    background-color: #000;

    background-color: #fff;

    border: 1px solid #e7e7e7;

    border-radius: 4px;

    -webkit-box-shadow: 0 5px 20px 0 hsl(210deg 2% 47% / 8%);

    box-shadow: 0 5px 20px 0 hsl(210deg 2% 47% / 8%);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    height: 100%;

    -webkit-box-pack: end;

    -ms-flex-pack: end;

    justify-content: flex-end;

    margin-bottom: 1.35rem;

    overflow: hidden;

    position: relative;

    text-align: center;

    width: 100%;

    padding: 50px 30px;

}

.content-container {

    color: #fff;

}