body{
    margin-top: 86px;
}

html{
    scroll-behavior: smooth;
}

.navbar-brand{
    margin-left: 50px;
}

.navbar-nav > .nav-item{
    margin-right: 30px;
    
}

.navbar-nav{
    margin-right: 50px;
    font-size: 20px;
    
}

.carousel-caption{
    margin: 0;
    padding:0;
    top: 30%;
}

.carousel-caption > div{
    vertical-align: middle;
    display: table-cell;
    color: #303030;
}

.carousel-caption > div > h1{
    color: #032d63;
    font-weight: bold;
}

.carousel-caption > div > p{
    font-size: 18px;
    font-weight: 400;
}

.contactForm{
    background-image: url(https://i.imgur.com/l6DtCNv.png), url(https://i.imgur.com/zbH7cNP.png);
    background-repeat: no-repeat;
    background-size: initial;
    height: 100%;
    background-position: initial;
    background-position-x: right, left;
    background-position-y: top, bottom;
}

textarea {
    resize: none;
}



#count_message {

    background-color:rgba(0, 0, 0, 0.6);
  margin-right: 5px;
  margin-top: -25px;
}

.contactForm{
    padding-top: 50px;
    padding-bottom: 50px;
}

.contactForm  h1{
    font-size: 30px;
    margin-bottom: 30px;
    

}

.col-md-8{
    background-color: white;
}

.formData{
    padding-top: 25px;
    padding-bottom: 25px;
}

.formData .error{
    visibility: hidden;
    color: red;
    font-size: 12px;
}

.contactDetails{
    background-color: #032d63;
    padding: 20px;
    padding-left: 30px;
    color: white;
}

.contactDetails > h1{
    margin-top: 0px; 
}

.contactDetails p{
    margin-top: 30px;
}

.contactDetails .address1{
    margin-top: -15px;
    margin-left: 35px;
}

.contactDetails .address2{
    margin-left: 35px;
}

.contactDetails svg{
    margin-right: 10px;
}

.contactForm .row{
    margin-bottom: 300px;
}

.g-recaptcha{
    margin-top: 10px;
    
}

#submitBtn{
    margin-top: 20px;
}

.formDetails{
    margin-top: 20px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:30%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

footer a{
    font-size: 15px;
}

@media screen and (max-width:600px){

    body{
        margin-top: 65px;
    }

   
    .navbar-brand > img{
        height: 40px;
        width: 85px;
    }

    .navbar-brand{
        margin-left: 0px;
    }

    .navbar-nav{
        font-size: 15px;
}
.dropdown-item{

    font-size: 12px;

}

.carousel-caption{
    margin: 0;
    padding:0;
    top: 30%;
}

.carousel-caption > div > h1{
    font-size: 25px;
    color: #032d63;
    font-weight: bold;
}

.carousel-caption > div > p{
    font-size: 13px;
}

.contactForm{
    background-image: url(https://i.imgur.com/cQgydrj.png), url(https://i.imgur.com/zbH7cNP.png);
    background-repeat: no-repeat;
    background-size: initial;
    height: 100%;
    background-position: initial;
    background-position-x: right, left;
    background-position-y: top, bottom;
}

.contactForm  h1{
    font-size: 22px;
    margin-top: 50px;

}

.formDetails{
    margin-top: 20px;
}

.contactDetails > h1{
    margin-top: 10px; 
}

.map-responsive{
    padding-bottom: 50%;
}



}

@media screen and (max-width:400px){

    .carousel-caption{
        margin: 0;
        padding:0;
        top: 20%;
    }

    .carousel-caption > div > h1{
        font-size: 20px;
        color: #032d63;
    }

    .contactForm{
        background-image: url(https://i.imgur.com/m6E7McZ.png), url(https://i.imgur.com/aY32Twr.png);
        background-repeat: no-repeat;
        background-size: initial;
        height: 100%;
        background-position: initial;
        background-position-x: right, left;
        background-position-y: top, bottom;
    }

}