@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700');
* {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

p {
    line-height: 2;
    font-weight: 300;
}

/* Header Style */

header {
    height: 12vh !important;
}
.caption p{
    display: none;
}
.nav li:nth-child(6) a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 9px solid #fff;
    bottom: -34px;
    left: 0;
    right: 0;
    margin: auto;
}
.header_olay,.caption{
    display: none;
}
/* Showcase Style */
.showcase_div{
    width: 100%;
    padding-bottom: 50px;
    background-image: url(../images/background/contact.jpg);
    background-size: cover !important;
    background-position: center !important;
}
.heading {
    font-weight: 300;
    font-size: 2.5em;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    padding-top: 50px;
}
.heading span {
    font-weight: 600;
    color: #2abb9d;
}
.sub_txt{
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.sub_txt span{
    color: #408dc7;
}
.social_icon {
    margin: 10px 0 20px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}
.social_icon li {
    width: 36px;
    height: 34px;
    border-radius: 100%;
    border: 2px solid #2abb9d;
    margin-right: 20px;
}
.social_icon li:hover{
    border: 2px solid #3f8ac7;
}
.social_icon li:hover a{
    background-color: #3f8ac7;
}
.social_icon li a {
    padding: 7px 0 !important;
    width: 32px;
    margin: auto;
    background-color: #2abb9d;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    position: relative;
    display: block;
    margin-top: 2px;
    text-decoration: none;
    margin-left: 2px;
}
.enquiry_form{
    width: 40%;
    margin: auto;
    margin-top: 50px;
    position: relative;
}
.enquiry_form div{
    display: flex;
    justify-content: space-between;
}
.enquiry_form input{
    display: block;
    width: 45%;
    height: 40px;
    margin-bottom: 30px;
    border: none;
    outline: none;
    color: #fff;
    background-color: rgba(255,255,255,.5);
}
.enquiry_form select{
    display: block;
    width: 45%;
    height: 30px;
    margin-bottom: 30px;
    border: none;
    background-color: rgba(255,255,255,.5);
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    position: relative;
    background-image: url(../images/sort-down.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 10px;
}
.enquiry_form select:nth-child(1){
    color: #fff;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.enquiry_form textarea{
    width: 100%;
    display: block;
    margin-bottom: 30px;
    border: none;
    outline: none;
    background-color: rgba(255,255,255,.5);
    height: 90px;
    position: absolute;
    color: #fff;
}
.enquiry_form button{
    display: block;
    font-size: 16px;
    border: none;
    background-color: #2abb9d;
    text-transform: uppercase;
    border: 1px solid #2abb9d;
    padding: 5px 25px;
    cursor: pointer;
    color: #fff;
    margin: auto;
    margin-top: 130px;
}
.enquiry_form button:hover{
    border: 1px solid #00BB9F;
    background-color: transparent;
    color: #00BB9F;
}
button:before, button:after{
    border-color: #44bb9c !important;
}
/* Map Style */
.map_div{
    width: 100%;
    position: relative;
}
.map_div #map-canvas{
    width: 100%;
    height: 500px;
}
.map_head {
    width: 90%;
    padding: 0 5%;
    margin: auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 1;
}
.map_head h1{
    font-size: 26px;
    color: #2f3e53;
}
.address_btn{
    display: flex;
}
.address_btn p{
    cursor: pointer;
    margin: 20px 0;
    padding: 0 20px;
   background-color: #44bb9d;
    color: #fff;
    margin-left: 30px;
}
.current{
    color: #2abb9d !important;
    background-color: #2f3e53 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
@media only screen and (max-width:768px){
    .sub_txt br{
        display: none;
    }
    .enquiry_form{
        width: 90%;
    }
    .map_head{
        position: relative;
        display: block;
    }
    .address_btn{
        justify-content: center;
    }
    .address_btn p{
        margin-left: 8px;
        font-size: 12px;
    }
    .address_btn p:nth-child(1){
        margin-left: 0;
    }
}
@media only screen and (max-width:500px){
    .bar_icon {
        top: 30% !important;
    }
}







