body{
    font-size: 18px;
    color: #939393;
}

nav div.navbar-right a{
    font-size: 14px;
}

.row{
    margin: 0;
}



.navbar-custom .navbar-brand {
    background: url(../img/logo.png) no-repeat bottom center;
}

.navbar-custom a {
color: #000; 
font-weight: 600;
padding-top: 20px !important;
padding-bottom: 22px !important;
}

.navbar-custom a.btn-logo{
    font-weight: 500;
    color: #fff !important; 
}

.navbar-custom a.btn-logo:hover{
    font-weight: 500;
    color: #000 !important; 
}

.home {
    width: 100%;
    min-height: 277px !important;
    padding: 0;;
    text-align: center;
    color: #fff;
    background: url(../img/contact-home.jpg) no-repeat center center scroll;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-top: 120px;
}

@media(max-width:767px){
    .home {
    margin-top: 50px;
    }
}
.home .home-body {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.home .home-body .home-text {
    font-size: 50px;
    text-align: left;
    width: 80%;
    margin: auto;
    
}
@media(max-width: 479px){
    .home .home-body .home-text {
        font-size: 40px;
    }
}  

@media(min-width:768px) and (max-width:1199px){
    .home {
        padding: 0;
    }
    .home .home-body .home-text {
        font-size: 55px;
        width: 100%;
    }
}

@media(min-width:1200px) {
    .home {
        padding: 0;
    }
    .home .home-body .home-text {
        font-size: 60px;
        width: 100%;
    }
    
    #page-top > header div.container{
    padding-left: 17%;
    margin: 0;
    max-width: 100vw;
    
    }
    div.row{
        margin: 0;
    }
}

.full-width-form{
    background-color: #f8f8f8;
}

#contact-details{
    padding: 80px 0 8% 0;
    
}

@media(max-width:768px){
    #contact-details{
    padding: 80px 0 80px 0;
    
}
}

h3{
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-form{
    background-color: #fff;
    padding: 60px 60px 60px 60px;
}

#contact-details form{
    margin-top: 60px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

#contact-details > div > div > div > form > div:nth-child(1){
    padding-left: 0;
    padding-right: 15px;
}
#contact-details > div > div > div > form > div:nth-child(2){
    padding-left: 15px;
    padding-right: 0;
}
#contact-details > div > div > div > form > div:nth-child(3){
    padding-left: 0;
    padding-right: 0;
}

.form-control{
    height: 50px;
    font-size: 16px;
    background-color: #f8f8f8;
    border-radius: 0px !important;
    border: none;
}

.form-control:focus{
    background-color: #fff;
    border: 1px solid #1984f3;
}

button.btn-primary{
    font-family: Montserrat,Muli,Lato,Arial,sans-serif;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 50px;
    background-color: #1984f3;
    border-radius: 0;
}

button.btn-primary:hover{
    background-color: #146cd0;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    background-color: #146cd0;
}

@media(max-width:1079px){
    h3{
    font-size: 38px;
    }
    #contact-details form{
    margin-top: 40px;
    }
}

@media(max-width:767px){
    h3{
    font-size: 36px;
    } 
}

@media(max-width:992px){
        #contact-details > div > div > div > form > div{
    padding-left: 0 !important;
    padding-right: 0 !important;
    }
}

@media(max-width:459px){
    h3{
    font-size: 32px;
    } 
}

@media(max-width:410px){
    body{
        font-size: 16px;
    }
    .contact-form{
         padding: 20px 20px 20px 20px;
    }
    #contact-details form{
    margin-top: 20px !important;
    }
}

#contact-details div.contact-details{
    padding: 50px 0 0 30px;
}

#contact-details div.contact-details > div{
    margin-bottom: 50px;
}

#contact-details div.contact-details span img{
    margin-right: 30px;
}

@media(max-width:900px){
    #contact-details div.contact-details{
        padding: 50px 0 0 20px;
    }

    #contact-details div.contact-details > div{
        margin-bottom: 50px;
    }

    #contact-details div.contact-details span img{
        margin-right: 20px;
    }
    
    #contact-details div.contact-details span.text{
        font-size: 16px;
    }
}

#contact-details div.contact-details>div{
display:table;
}

span.text{
    display: inline;
}

span.img{
 display:table-cell;
 vertical-align:middle;
 text-align: center;
}

span a
{
    color: #1984f3;
    text-decoration: none;
    cursor: pointer;
}

span a:link{
    color: #146cd0;
    text-decoration: none;
}

span a:visited{
    color: #146cd0;
    text-decoration: none;
}

span a:hover
{
    color: #1984f3;
    font-weight: 600;
    text-decoration: none;
}

span a:active{
    color: #146cd0;
    font-weight: 600;
}

section#map-adress> div#map{
    height: 65vh;
}


div#map iframe{
    width: 100%;
    height: 65vh;
}