* {
  margin: 0;
  padding: 0;
}

.main-div {
  width: 100%;
}

.banner {
  background: url("../img/call-2021-03-08T11-48-19.888Z.jpg");
  background-color: #44195d;
  background-size: cover;
  background-position: center;
  position: relative;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 90%;
}

.overlay {
  content: "";
  display: block;
  background: #44195d;
  opacity: 0.65;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-overlay {
  max-width: 1250px;
  margin: auto;
}

.about-overlay h1 {
  font-size: 67.5px;
  font-weight: 700;
  color: white;
  margin: auto;
  font-family: sans-serif;
  margin-bottom: 30px;
}

.about-overlay h4 {
  font-size: 19.995px;
  font-family: sans-serif;
  font-weight: 400;
  color: white;
  margin-bottom: 30px;
}

.about-overlay-heading {
  margin: auto;
  position: absolute;
  text-align: left;
  left: 0;
  right: 0;
  top: 40%;
  z-index: 1;
  padding: 0;
  margin: 0 6rem;
  max-width: 100%;
}

.about-overlay .btn a {
  margin-top: 30px;
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.3;
  padding: 15px 30px;
  cursor: pointer;
  letter-spacing: 1px;
  border-radius: 50px;
  background-color: #05264d;
  border-color: #05264d;
  text-decoration: none;
  color: white;
  font-family: sans-serif;
  transition: 0.3s;

}

.about-overlay .btn-1 {
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
}

.about-overlay .btn a:hover {
  background-color: #8906b7;
}

.sec-div {
  display: flex;
}

.text {
  padding: 70px 50px;
  width: 50%;
}

.text h1 {
  color: #05264d;
  font-family: sans-serif;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 25px;
}

.text h5 {
  color: rgb(80, 75, 75);
  font-family: sans-serif;
  font-size: 28px;
  font-weight: 100;
  margin-bottom: 15px;
}

.text .p-1 {
  font-size: 15px;
}

.text .p-2 {
  margin-top: -25px;
  font-size: 15px;
}

.img-1 {
  width: 57%;
}

.img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text p {
  color: rgb(162, 156, 156);
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 100;
  margin-bottom: 30px;
  line-height: 30px;
}

.text h4 {
  color: rgb(120, 113, 113);
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.third-div {
  height: 40%;
  width: 100%;
  display: flex;
}

.img-2 {
  width: 50%;
}

.img-2 img {
  content: "";
  opacity: 0.65;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.text-2 {
  width: 50%;
  background: #f1f2f2;
}

.txt {
  padding: 40px 50px;
}

.txt h1 {
  color: #05264d;
  font-family: sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}

.txt p {
  color: rgb(162, 156, 156);
  font-family: sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
}

.txt .two {
  margin-top: -20px;
}

.text-2 ol li {
  margin: 20px 0 20px 15px;
}

.text-2 li p {
  color: rgba(96, 96, 96, 0.7);
  font-size: 15px;
}

.text-2 p {
  font-size: 15px;
}

.txt a {
  border: 1px solid #8906b7;
  padding: 15px 15px;
  border-radius: 50px;
  color: #05264d;
  font-family: sans-serif;
  transition: 0.3s;
}

.txt a:hover {
  background-color: #8906b7;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.four-div {
  width: 100%;
  display: flex;
}

.img-3 {
  width: 100%;
}

.img-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-3 {
  width: 100%;
}

.taxt {
  width: 80%;
  padding: 40px 50px;
}

.taxt h1 {
  color: #05264d;
  font-family: sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}

.taxt p {
  color: #7e8083;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 20px;
}

.taxt .para-1 {
  font-size: 15px;
  line-height: 1.8;
  color: #a9adb1;
}

.taxt .para-2 {
  font-size: 15px;
  line-height: 1.5;
  color: #a9adb1;
}

.taxt .para-3 {
  font-size: 15px;
  color: #a9adb1;
}

.taxt .para-4 {
  line-height: 1.5;
  font-size: 15px;
  color: #a9adb1;
}

.taxt .para-5 {
  line-height: 1.5;
  font-size: 15px;
  color: #a9adb1;
}

.taxt .para-6 {
  font-size: 15px;
  color: #a9adb1;
}

.taxt a {
  border: 1px solid #8906b7;
  padding: 15px 15px;
  border-radius: 50px;
  color: #05264d;
  font-family: sans-serif;
  transition: 0.3s;
}

.taxt a:hover {
  background-color: #8906b7;
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.grid-item {
  border: 1px solid #8906b7;
  padding: 50px 20px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.grid-item h3 {
  margin-bottom: 20px;
  font-family: sans-serif;
  font-weight: 200;
  text-align: left;
}

.grid-item p {
  font-family: sans-serif;
  line-height: 25px;
  text-align: left;
  width: 90%;
  overflow: hidden;

}

.grid-container {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;

}

.grid-item {
  margin: 10px;
}

.grid-item:hover {
  background-color: #8906b7;
  color: white;
  cursor: pointer;
}

.sec-div-box {
  display: flex;
  padding: 50px 50px;
  width: 30%;
  margin-bottom: -50px;
}

.third-div-box {
  display: flex;
  padding: 50px 50px;
  width: 30%;
  margin-bottom: -50px;
}

.four-div-box {
  padding: 50px 50px;
  width: 30%;
}

.main-div-box-2 .box-2 {
  border: 1px solid #8906b7;
  padding: 30px;
  width: 23%;
  transition: 0.3s;
  margin: 10px;
  margin-left: 50px;
  margin-right: 50px;
}

.box-2 h3 {
  margin-bottom: 20px;
  font-family: sans-serif;
  font-weight: 200;
}

.box-2 p {
  font-family: sans-serif;
  line-height: 25px;

}

.box-2:hover {
  background-color: #8906b7;
  color: white;
  cursor: pointer;
}

/*===== CSS responsive =====*/

@media only screen and (max-width: 950px) {
  .about-overlay-heading h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 850px) {
  .text-2 ol li p {
    margin-top: -15px;
  }

  .text-2 .txt p {
    margin-top: -15px;
  }

  .grid-container {
    display: grid;
    grid-template-columns: auto auto;
  }

  .about-overlay-heading h1 {
    font-size: 40px;
    font-weight: 600;
    margin-left: -60px;
  }

  .about-overlay-heading h4 {
    margin-left: -60px;
    font-size: 18px;
    margin-top: -20px;
  }

  .about-overlay .btn a {
    margin-top: 5px;
  }

  .btn-1 {
    margin-left: -60px;
  }

  .sec-div {
    width: 100%;
    flex-wrap: wrap;
  }

  .sec-div .text {
    width: 100%;
  }

  .text h1 {
    font-size: 35px;
    flex-wrap: wrap;
    width: 100%;
  }

  .img-1 {
    width: 100%;
  }

  .img-1 img {
    width: 100%;
    height: 500px;
  }

  .third-div {
    height: auto;
    width: 100%;
  }

  .third-div .img-2 img {
    height: 350px;
  }

  .text-2 .txt h1 {
    font-size: 39px;
  }

  .text-2 p {
    font-size: 13px;
  }

  .txt .one {
    margin-top: -15px;
  }

  .four-div {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .text-3 .taxt h1 {
    width: 100%;
    font-size: 38px;
  }

  .taxt .text-3 .taxt a {
    padding: 10px 15px;
  }

  .img-3 img {
    width: 100%;
  }

  .main-div-box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }

  .main-div-box .box-1 {
    width: 50%;
  }

  .main-div-box-2 .box-2 {
    flex-wrap: wrap;
    align-items: center;
  }
}

  @media only screen and (max-width: 730px) {
    .about-overlay .btn a {
      margin-top: -10px;
      padding: 10px 15px;
    }

    .grid-container {

      display: grid;
      grid-template-columns: auto;
    }
    .img-2 {
    width: 100% !important;
}
.third-div {
  
    display: block;
}
.text-2 {
    width: 100%;
    background: #f1f2f2;
    height:auto;
}
    
  }

  @media only screen and (max-width: 600px) {
    .grid-container {

      display: grid;
      grid-template-columns: auto;

    }
  
  }
  @media only screen and (max-width: 575px){
   .about-overlay-heading h1 {
    font-size: 25px;
}
.img-1 img {
    width: 100%;
    height: auto;
  }
  .third-div .img-2 img {
    height: auto;
}
.text h1 {
    font-size: 25px;
 
}
.text h5 {
   
    font-size: 22px;
  
}
.img-2 {
    width: 100% !important;
}
.third-div {
  
    display: block;
}
.text-2 {
    width: 100%;
    background: #f1f2f2;
    height: auto;
}
.txt h1 {
  
    font-size: 25px !important;
 
}
.text-3 .taxt h1 {
    
    font-size: 25px;
}
.txt {
    padding: 20px 20px;
}
.text {
    padding: 20px 20px;
 
}
  .taxt {
    width: 100%;
    padding: 20px 20px;
}
.txt a {
    border: 1px solid #8906b7;
    padding: 10px 10px;
    font-size: 12px;
   
}
.taxt a {
    border: 1px solid #8906b7;
    padding: 10px 10px;
   font-size: 12px;
}
    

}
