

/*banner_overlay*/
.banner-top-img{
    height:77vh;
}

.page_banner {
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: 0;
    background-position: bottom 0px right 0px
}

.banner_overlay {
    background: rgb(0 0 0 / 53%);
    padding: 150px 0;
}

.breadcrumbs .list {
    margin-bottom: 20px;
    list-style: none;
    margin-left: 15px;
}

.breadcrumbs .list li {
    display: inline-block;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}

.breadcrumbs .list li:first-child::before {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    font-size: 16px;
    color: #fff;
    right: -3px;
}

.breadcrumbs .list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;

}

.banner_overlay .section-blog-title {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    font-family: "cormorant garamond", serif;
}

.section-banner-title{
    color:#FFF;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    padding-top:95px;
    font-size: 98px;
    text-align: center;
    /* top: 50%; */
    /*transition-delay: 1s;*/
    /*animation: scaleout 1s ease-in-out;*/
}

/*end banner_overlay*/


.section-map{
    height: 100vh;
    width: 100%;
    margin-bottom:20px;
}

.first-header{
    margin-top: .3em;
    margin-bottom: 2.3em;
}
.first-header h2{
    color: #06163A;
    font-size: 50px;
    font-weight: 100;

}
.first-header h2 strong{
    /* font-weight: 900; */
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.first-header span{
    font-weight: 900!important;
}

.content-icon{
    font-size: 25px;
    /* border: 1px solid orange; */
    display: inline-block;
    line-height: 2.4em;
    height: 2.4em;
    width: 2.4em;
    text-align: center;
    background: #b28e33;
    color: white;
}

.main-content{
    /* display: flex; */
    /* flex-direction: row; */
    /* padding-top: 80px; */
}
/* 
.content-icon{
    display: flex;
}*/

.content-part{
    display: inline-block;
    /*font-weight: 700;*/
    padding-left: 12px;
    /* vertical-align: middle; */

} 
.content-part h4{
    /*font-weight: 700;*/
    margin-bottom: 0px;
    color: #020D26;

}
.content-part span p{
    margin-bottom: 0px;
    /*font-weight: 600;*/
    color: #3F485D;
}

.content-1{
    padding-bottom: 20px;
    padding-top: 10px;

}
.content-2{
    padding-bottom: 20px;
    padding-top: 20px;

}
.content-3{
    padding-bottom: 20px;
    padding-top: 20px;

}

.contact-form{
    /* min-height: 120%; */
    /* min-width: 129%; */
    /* margin-right: 40px; */
}

form{
    width: 100%;
    height: 100%;
}

.form-group input{
    margin: 0px 0px 15px;
    padding: 10px 20px;
    /*width: 40%;*/
    /*margin: auto;*/
    height:45px;
}


.innercontainer2{
    padding-top: 167px;
}
input:hover, input:focus, textarea:hover{
    border: 1px solid #b28e33;
}

textarea:focus{
    /* color: red; */
    /* border: 1px solid red!important; */
    outline: none!important;
}

input{
    transition: all 0.4s;
    outline: 0;
    /* border: none; */
}

textarea{
    line-height: 1.1em;
    /*width: 83%!important;*/
    margin: auto;
    resize: none;
    height: 20vh;
}

textarea:valid, textarea:invalid{
    /* border:1px solid #b28e33!important; */
}

.btn-submit{
    font: 400 14px;
    border: none;
    outline: 0;
    background: #b28e33;
    color: #fff;
    padding: 14px 50px;
    /*margin-left: 76px;*/
    transition: all 0.4s;
}
.btn-submit:hover{
    background: black;
}

input[type="text"]{
    /* color: red; */
}

@media (min-width:320px) and (max-width:480px){
    .innercontainer{
        margin-top: 0px;
        padding: 42px 25px;
    }
    .innercontainer2{
        padding: 2px 0px;
    }
    .content-icon {
        font-size:18px;
    }
    /*section{*/
    /*    height:170vh!important;*/
    /*}*/
}

@media (min-width:481px) and (max-width:767px){
    .innercontainer{
        margin-top: 0px;
        padding: 80px 80px;
    }
    .innercontainer2{
        padding: 2px 0px;

    }
}

@media only screen and (max-width:1024px){
    .innercontainer{
        padding-left:20px;
        padding-top:0px;
    }
    .section-map{
        height:100%;
    }
}