.page-banner {
    width: 100%;
    height: 330px;
    overflow: hidden;
    background-image: url('../img/banner.png');
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-banner div{
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    color: #fff;
}
.main-container p>span{
    transform:skew(-20deg);
    background: #7e6b27;
    color: #fff;
    display: inline-block;
    padding: 8px 29px;
    font-weight: 500;
    margin-left: -12px;
}
.main-container p  span.text>{
    background: red;
}
.main-container p{
    margin-bottom: 30px;
    overflow: hidden;
}
.main-container h4{
    text-align: center;
    overflow: hidden;color: #304771;
margin-top: 60px !important;
margin-bottom: 33px !important;
}
.main-container h4 span{
    display: inline-block;
    position: relative;
}
.main-container h4 span:before,.main-container h4 span:after{
    content: "";
    border-bottom: 2px solid #c8ac48;
    width: 3em;
    margin: 0 1.5em;
    position: absolute;
    bottom: .5em;
}
.main-container h4 span:before{
    right: 100%;
}
.main-container h4 span:after{
    left: 100%;
}
.team-members li{
 list-style:circle;
 margin-bottom: 10px
}
.team-members li ul li{margin-left: 30px;}
.team-members li p>span{
    width: 300px;
}
.contact-address li{
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
.contact-address a{
    color: #304771

}
.map-iframe{
    border:0;
    width: 100%;
    height: 350px;
}
.map{
    width: 100%;
    padding: 10px;
    border: 1px solid #c8ac48;
    margin-top: 15px;
    margin-bottom: 35px;
}
.inquiry-form{
    width: 100%;
    padding: 25px;
    min-height: 300px;
}
.btn-default{
    color: #c8ac48;
    background:#304771; 
}
.contact-form-container{
    padding-top: 80px;
}
@media( max-width:600px){
    .contact-form-container{
        padding-top: 35px;
    }

}
.numbers-stats span{
    font-size: 45px;
}
.services-category{
    overflow: hidden;
}
.services-category ul li.active{
}
.services-category ul li{
    padding: 0 10px;
    cursor: pointer;
}
.services-category ul li p{
    margin-bottom: 0;
    padding: 15px ;
}
.services-category ul li p>span{
    background: #7e6b27;
    color: #fff;
    font-weight: 300;
    width: 95%;
    margin-left: -27px;
}

.services-category ul li.active p>span{
    background: #0b3175;
    color: #fff;
	font-weight:500;
}
.services-category ul li:hover p>span{
    /*border: */
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.service-block{
    display: none;
    overflow: hidden;
    min-height: 600px;
}
.service-block ul{
    padding-left: 20px;
}
.service-block ul li{
    list-style-type: circle;
	line-height: 1.5em;
    font-size: 14px;
}
