@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;
}

.cta1{
    border-bottom: 1px solid black;
  }
  .cta1>h2{
    text-align: left;
  }

.wrapper-nav {
    background-color: #DFEAF7;
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.wrapper-div{
  width: 90%;
}

.header-img {
    width: 200px;
}

.wrapper-contact-image {
    width: 200px;
}

.offcanvas-btn {
    background-color: transparent;
    border: none;
}

.main-sec {
    margin-top: 140px;
}

.contact-icon {
    font-size: 35px;
    color: black;
}


.footer {
    background-color: #303F9F;
    width: 100%;
}
.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) {
   

   
}



@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;
      }

  .img1{
    width:500px ;
    height: 300px;
    
  }
  .base{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    padding-bottom: 30px;
    align-items: center;
  }
  .cta1>h2{
    font-size: 25px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 5px;
  } 
  .unorder{
    font-size: 18px;
    line-height: 20px;
  }

  .unorders{
    font-size: 18px;
    line-height: 26px;
  }
  
  .services-wrapper{
    width: 90%;
    margin: 0 auto;
  }

}