/*======================================
BANNER CSS
======================================*/
.banner{
    height: 500px;
}
.banner img{
    position: absolute;
    top: 0;
    right: 0;
}

.banner .banner-caption{
    width: 650px;
    margin: 185px 0 0 150px;
}

.banner .banner-caption h3{
    font-family: 'Roboto',serif;
    color: #000;
}

.banner .banner-caption p{
    color: #8c8c8c;
    font-family: 'Roboto',serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 50px 0 0 50px;
}

.shape::before{
    width: 200px;
    height: 200px;
    content: '';
    display: block;
    transform: rotate(52deg);
    border: 25px solid #991f00;
    border-radius: 20%;
    position: absolute;
    bottom: 125px;
    left: -100px;
}

.shape::after{
    width: 200px;
    height: 200px;
    content: '';
    display: block;
    transform: rotate(63deg);
    border: 25px solid rgba(153, 31, 0,0.6);
    border-radius: 20%;
    position: absolute;
    bottom: 125px;
    left: -100px;
}

/*======================================
CONTACT
=======================================*/
.contact{
    margin-top: 25px;
}

.contact .contact-inner{
    width: 85%;
    margin: 0 auto;
}

.contact .contact-inner .contact-list h3{
    color: #000;
    font-weight: 500;
    margin: 25px 0 0 0px;
    font-family: 'Roboto',serif;
}

.contact .contact-inner .contact-list .contact-text-col{
    background: #fff;
    width: 99%;
    margin: 0 auto;
    height: 150px;
}

.contact .contact-inner .contact-list .contact-text-col h5{
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin-top: 15px;
    font-family: Times New Roman;
}

.contact .contact-inner .contact-list .contact-text-col p{
    color: #8c8c8c;
    font-size: 14px;
    text-align: justify;
}

.contact .contact-inner .contact-list .active{
    background: linear-gradient(to bottom right, #ff3300 0%, #991f00 100%);
}

.contact .contact-inner .contact-list .contact-text-col i{
    color: #991f00;
    padding: 5px 5px;
    background: #fff;
    border-radius: 50%;
}

.contact .contact-inner .contact-list .active h5{
    color: #fff;
}

.contact .contact-inner .contact-list .active p{
    color: #fff;
}

.contact .contact-inner .contact-list .contact-text-col ul li a{
    font-size: 14px;
    color: #8c8c8c;
}

.contact .contact-inner .contact-list .contact-text-col ul li a:hover{
    color: #991f00;
}

.contact .contact-inner .contact-list .contact-text-col ul li a i.fa-facebook{
    color: #3b5998;
}

.contact .contact-inner .contact-list .contact-text-col ul li a i.fa-twitter{
    color: #1da1f2;
}

.contact .contact-inner .contact-list .contact-text-col ul li a i.fa-instagram{
    background-image: linear-gradient(180deg, #515bd4, #8134af,#dd2a7b,#feda77,#f58529);
    background-size: 100%;
    background-repeat: repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-clip: text;
}

.contact .contact-inner .contact-list .contact-text-col ul li a i.fa-youtube{
    color: #FF0000;
}

.contact .contact-inner .contact-form h3{
    color: #000;
    font-weight: 500;
    margin: 25px 0 0 0px; 
    font-family: 'Roboto',serif;
}

.iti{
    width: 100%;
}

.contact .contact-inner .contact-form form input:focus,
.contact .contact-inner .contact-form form textarea:focus{
    border-color: rgb(153, 31, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(153, 31, 0, 0.6);
    outline: 0 none;
}

.contact .contact-inner .contact-form form button{
    background: linear-gradient(to bottom right, #ff3300 0%, #991f00 100%);
    color: #fff;
}

.contact .contact-inner .contact-form form label{
    color: #000;
    font-family: 'Roboto',serif;
    font-size: 14px;
}

/*============================================
MAP CSS
=============================================*/
.mapouter{
	position:relative;
	text-align:right;
	height:500px;
	width:100%;
}
.gmap_canvas {
	overflow:hidden;
	background:none!important;
	height:500px;
	width:100%;
}

iframe{
	width: 100%;
	height: 500px;
}