/*========================================
CONTACT HERO
========================================*/

.contact-hero{

    background:url("../images/blogcta.png") center center/cover no-repeat;
    padding:120px 0;
    position:relative;

}

.contact-hero::before{

    content:'';
    position:absolute;
    inset:0;
    /* background:rgba(0,0,0,.45); */

}

.contact-hero .container{

    position:relative;
    z-index:2;

}

.hero-content{

    text-align:center;
    color:#fff;

}

.hero-content h1{

    font-size:90px;
    font-weight:700;
    margin-bottom:25px;
    color:#032208;

}

.hero-content p{

    font-size:18px;
    color:#032208;
    margin-bottom:90px;

}

.hero-content span{

    margin:0 10px;

}

/*========================================
CONTACT AREA
========================================*/

.contact-area{

    padding:90px 0;
    background:#fafafa;

}

.contact-form-box{

    background:#fff;
    padding:45px;
    border-radius:15px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.contact-form-box h2{

    font-size:38px;
    color:#1f6d2b;
    font-weight:700;
    margin-bottom:15px;

}

.contact-form-box p{

    color:#666;
    margin-bottom:35px;

}

.form-control{

    height:55px;
    border-radius:8px;
    border:1px solid #ddd;

}

textarea.form-control{

    height:auto;

}

.form-control:focus{

    border-color:#1f6d2b;
    box-shadow:none;

}

.contact-btn{

    background:#1f6d2b;
    color:#fff;
    border:none;
    padding:15px 45px;
    border-radius:8px;
    font-weight:600;
    transition:.3s;

}

.contact-btn:hover{

    background:#2d8d39;

}

/*========================================
RIGHT SIDE
========================================*/

.contact-info-box{

    background:#fff;
    padding:45px;
    border-radius:15px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    height:100%;

}

.contact-info-box h2{

    color:#1f6d2b;
    font-size:36px;
    margin-bottom:40px;

}

.contact-item{

    display:flex;
    align-items:flex-start;
    margin-bottom:30px;

}

.contact-item .icon{

    width:55px;
    height:55px;
    background:#1f6d2b;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-right:18px;
    flex-shrink:0;

}

.contact-item h5{

    margin-bottom:6px;
    font-weight:600;

}

.contact-item p{

    margin:0;
    color:#666;

}
/*==============================
        SECTION TITLE
===============================*/

.section-title h2{

    font-size:46px;
    font-weight:700;
    color:#1f6d2b;

}

.section-title p{

    color:#777;
    margin-top:10px;

}

/*==============================
        BRANCHES
===============================*/

.branches-section{

    padding:90px 0;
    background:#fff;

}

.branch-card{

    background:#fff;
    border-radius:15px;
    padding:35px;
    border:1px solid #e8e8e8;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.35s;
    height:100%;
    

}

.branch-card:hover{

    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.10);

}

.branch-icon{

    width:70px;
    height:70px;
    background:#eaf6ea;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#1f6d2b;
    font-size:28px;
    margin-bottom:25px;

}

.branch-card h4{

    font-size:25px;
    margin-bottom:20px;
    color:#1f6d2b;

}

.branch-card p{

    color:#666;
    margin-bottom:12px;

}

.branch-card i{

    color:#1f6d2b;
    margin-right:8px;

}

/*==============================
        MAP
===============================*/

.map-section{

    padding-bottom:80px;

}

.map-box{

    border-radius:18px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,.12);

}

.map-box iframe{

    width:100%;
    height:500px;
    border:0;

}

/*==============================
        CONTACT STRIP
===============================*/

.contact-strip{

    background:#8DAF2F;
    color:#fff;
    padding:35px 0;

}

.contact-strip h3{

    color:#fff;
    font-size:34px;
    margin:0;

}

.contact-strip p{

    margin:8px 0;
    font-size:17px;

}

.contact-strip i{

    margin-right:10px;

}

/*==============================
        MOBILE
===============================*/

@media(max-width:991px){

.section-title h2{

    font-size:34px;

}

.contact-strip{

    text-align:center;

}

.contact-strip .col-lg-4{

    margin-bottom:20px;

}

.map-box iframe{

    height:350px;

}

}
.branch-card,
.contact-form-box,
.contact-info-box{

    transition:.35s;

}

.branch-card:hover,
.contact-form-box:hover,
.contact-info-box:hover{

    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);

}
.map-section{
    padding:80px 0;
    background:#fff;
}

.map-box{
    overflow:hidden;
    border-radius:15px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
    border:1px solid #e9e9e9;
}

.map-box iframe{
    width:100%;
    height:350px;
    border:0;
    display:block;
}

@media (max-width:991px){

    .map-box{
        margin-bottom:20px;
    }

    .map-box iframe{
        height:300px;
    }

}