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

.one{
  background-color: rgb(51, 0, 0);
  height: 280px;
}
.one>p{
  font-size: small;
  word-spacing: 8px;
  line-height: 22px;
}

.two{
  background-color: rgb(2, 119, 189);
  height: 280px;
}
.two>p{
  font-size: small;
  word-spacing: 8px;
  line-height: 22px;
}

.three{
  background-color: rgb(106, 27, 154);
  height: 280px;
}
.three>p{
  font-size: small;
  word-spacing: 8px;
  line-height: 22px;
}

.four{
  background-color: rgb(0, 153, 0);
  height: 280px;
}
.four>p{
  font-size: small;
  word-spacing: 8px;
  line-height: 22px;
}
.wrapper1{
  width: 80%;
  margin: 0 auto;
}

.cta1{
  border: 1px solid blue;
  height: 280px;
  margin-left: 15px;
  margin-right: 15px;
  
}
.img1{
  background-image: url(../images/background/saurabh.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height:100px ;
  width:100px ;
  border-radius: 50%;
  border: 1px solid white;
}
.img2{
  background-image: url(../images/background/nimish.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height:100px ;
  width:100px ;
  border-radius: 50%;
  border: 1px solid white;
}
.img3{
  background-image: url(../images/background/Malhotra.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height:100px ;
  width:100px ;
  border-radius: 50%;
  border: 1px solid white;
}
.img4{
  background-image: url(../images/background/bgf3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height:100px ;
  width:100px ;
  border-radius: 50%;
  border: 1px solid white;
}
.flex{
  margin-top: -40px;
}
.social{
  word-spacing: 10px;
  border-top: 1px solid grey;
}

.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%;
    /* 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) {

  
  .cta1{
    width:320px;
    height: 300px;
  }

}

@media(min-width:992px) {
  .footer {
    height: 220px;
}

.img1,.img2,.img3,.img4{
  height: 150px;
  width: 150px;
}

.rights{
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.footer-texthead{
  font-size: 18px;
  margin: 0;
  padding: 0;
}

  .footer-text{
    font-size: 14px;
  }
.rights{
  font-size: 14px;
  margin: 0;
  padding: 0;
}
    .one>p{font-size: 15px; line-height: 28px;}
    .one{height: 350px; margin-bottom: 40px;}
    .two>p{font-size: 15px; line-height: 28px;}
    .two{height: 350px;}
    .three>p{font-size: 15px; line-height: 28px;}
    .three{height: 350px;}
    .four>p{font-size: 15px; line-height: 28px;}
    .four{height: 350px;}

    .cta1{
      width:400px;
      height: 350px;
    }
}