* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-family: 'Poppins', sans-serif;
}

/*------Nav-bar-section------*/
#logo-address {
    height: 12vh;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 3;
}

#nav-section {
    /*background-color: #021A47;*/
    background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 3;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.58);

}



#nav-section {
    background-color: #032668 !important;
    margin-top: 75px;
}

body .nav-color {
    color: #fff !important;
    margin-right: 85px;
    transition:0.5s;
}

body .nav-color:hover{
    color: #FF5E14 !important;
    border-bottom: 1px solid #FF5E14 ;

}

.image-frame {
    width: 150px;
}

.image-frame img {
    width: 100%;
    padding-top: 5px;
}

.address-section p {
    margin: 0;
    color: #555;
    font-size: 13px;
    font-weight: 500;
}

.address-section span {
    font-size: 15px;
    font-weight: 700;
}

.address-section {
    margin-top: 10px;

}






/*------News Poster section-----*/
#news-poster {
    background-image: linear-gradient(rgba(73, 82, 149, 0.4), rgba(73, 82, 149, 0.5)), url("contact-and-communication.jpg");
    height: 60vh;
    background-position: center;
    background-size: cover;
}

#news-poster h2 {
    padding-top: 200px;
    color: #fff;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 4px;
}

/*------Contact form----*/
.contact-form {
    padding:80px 10px 50px 10px ;
    max-width: 100vw;
    margin-bottom:250px;

}

.form-image img {
    width: 100%;
    object-fit: cover;
    transform: scale(1.5);
    margin-top: -80px;
}

.contact-form-frame {
    height: 350px;
}

.contact-form-frame h4 {
    margin-bottom: 150px;
    font-size: 30px;
    text-align: center;
    color: #555;
    font-weight: 500;
}

#contact-form-header{
    color:#FF3514; !important;
}

.contact-form-frame span{
    color:#032668;
}

input,
textarea {
    margin-top: 30px !important;
    border:1px solid #555 !important;
    background-color: #FAFAFA !important;
    border-radius: 20px !important;
}

textarea{
    height: 150px !important;
}

#btn-submit{
    background-color:#FF3514 !important;
    padding-bottom: 10px !important;
    margin-top: 30px !important;
    border:2px solid #FF3514 !important;
    border-radius: 20px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}






/*----conatct-section---*/
#contact-section {
    padding:10px;
    /* background-color: #eeeeee; */
    height: auto;
    margin-top: 20px;
}

.card-frame {
    margin-bottom: 30px;
}

.agent-card {
    width: 250px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:40px;
    padding: 20px;
}

.agent-card-header {
    /* margin-bottom: 20px; */

}

.agent-card-header h5 {
    font-weight: 700;
    color: #495295;
}

/*.agent-card-header hr {
    background-color: #FF3514;
}*/

.agent-card-body h6 {
    margin-bottom: 15px;
    font-weight: 600;
}

.agent-card-body p {
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.agent-card-body .more-details-link{
    font-weight: 600 !important;
    color: #FF3514!important;
    /* padding: 0.3rem 0.4rem; */
    /* background-color:#033797 ; */
    display: inline-block;
    cursor: pointer;
}

.more-details-hide{
    display: none !important;
}

/*----map*/
.map-section {
    /* background-color: #037f81; */
    padding: 50px 20px;
    height: 40vh;
}

#map1 {
    height: 100%;
    width: 100%;
    /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);*/
}

@media only screen and (max-width: 767px) {
    #map1 {
        height: 300px;
    }
}

#marker-agents {
    background-image: url('/arrow.png');
    background-size: cover;
    object-fit: cover;
    width: 45px;
    height: 50px;
}

/*----------Heading--section----------(titles)*/

.section-heading {
    display: flex;
    flex-direction: column;
    text-align: center;
    /* margin-bottom: 50px; */
}

.section-heading h2 {
    color: #FF3514;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 5px;
}

.section-heading p {
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 2px
}

.underline {
    width: 150px;
    align-self: center;
    height: 3px;
    background-color: #FF3514;
}

.section-desc{
    padding: 10px;
}

.section-desc p{
    font-size:17px;
    text-align: center;
    font-weight: 500;
    color:#555;
}



/*---_Footer Section----*/
footer {
    padding: 100px 15px;
    background-image: linear-gradient(rgba(2, 26, 71, 0.93), rgba(2, 26, 71, 0.92)), url("worldmap.jpg");
    /*background-image: linear-gradient(rgba(47, 57, 133, 0.88), rgba(47, 57, 133, 0.87)), url("worldmap.jpg");*/
    height: auto;
    background-position: center;
    background-size: cover;
    color: #fff !important;
    /*#021A47*/

}

.footer-navigation hr {
    color: #fff;
    height: 1px;
    background-color: #fff;
}

.footer-contact hr {
    color: #fff;
    height: 1px;
    background-color: #fff;
}

.footer-location hr {
    color: #fff;
    height: 1px;
    background-color: #fff;
}


td {
    color: #fff;
}

.map-section-2 {
    height: 250px;

}

#map {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 95%;
}

.marker {
    background-image: url('mapbox-icon.png');
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
}

.mapboxgl-popup {
    max-width: 200px;
}

.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
  .footer-link,
  .footer-link:hover{
    text-decoration: none;
    color: white;
  }

.footer-bottom{
  background-color:#021d50;
  color: white;
}


/* google maps related styles */

.infowindow-content {
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.35;
    padding:3px;
}

.infowindow-header {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.infowindow-body p {
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}

.infowindow-footer {
    font-size: 14px;
    /* margin-top: 10px; */
}

.infowindow-footer a {
    color: #1a73e8;
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
}

.infowindow-footer a:hover {
    text-decoration: underline;
}


@media (max-width:990px) {


    .address-section{
        display: none;
    }

    .image-frame{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .image-frame img{
        width:180px;
    }

    .form-image img{
        transform: scale(1);
    }

    .form-image img {
        width: 100%;
        object-fit: cover;
        margin-top: -150px;
    }

    #contact-section {
        padding: 100px 15px;
        background-color: #eeeeee;
        height: auto;
        margin-top: 500px;
    }



}

