@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}




.wrapper-nav {
    background-color: #DFEAF7;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-div{
    width: 90%;
}

.wrapper-contact-image {
    width: 200px;
}

.offcanvas-btn{
    background-color: transparent;
    border: none;
}

.main-sec{
    margin-top: 140px;
}




.header-img{
    width: 200px;
}

.contact-icon {
    font-size: 35px;
    color: black;
}


.contact-iframe {
    height: 100%;
    width: 100%;
    border-radius: 10px 0px 0px 10px;
}

.contact-mapdiv {
    height: 400px;
}

.contact-location {
    background-color: #303F9F;
    border-radius: 0px 10px 10px 0px;

}

.contact-parent {
    background-color: white;
    padding: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.footer {
    background-color: #303F9F;
    width: 100%;
    /* height: 820px; */
}
.rights{
    font-size: 14px;
    margin: 0;
    padding: 0;
  }
  .footer-texthead{
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  
  .footer-text{
    font-size: 14px;
  }

.footer-hr {
    color: white;
}

.nav-a {
    color: black;
    font-weight: bold;
    font-size: 15px;
}

@media(min-width:768px) {
    .contact-mapdiv {
        width: 60%;
    }


    .contact-location {
        width: 40%;
        height: 400px;
    }

   
}

@media(min-width:992px) {
    .footer {
        height: 220px;
    }
    .rights{
      font-size: 14px;
      margin: 0;
      padding: 0;
    }
    .footer-texthead{
      font-size: 18px;
      margin: 0;
      padding: 0;
    }

      .footer-text{
        font-size: 14px;
      }

    .contact-mapdiv {
        width: 70%;
    }


    .contact-location {
        width: 30%;
    }
}