body,
html {
  background: #ffffff;
  color: #070d25;
  height: 100%;
  width: 100%;
  line-height: 1;
  position: relative;
  font: 400 18px "Poppins", sans-serif;
}


/* Custom Scrollbar */
*::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}

*::-webkit-scrollbar-thumb {
  background-color: rgb(117 117 117 / 20%);
}

.main-banner-list{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.main-banner-list li {
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.main-banner-list li::before{
  content: "";
  min-width: 10px;
  height: 10px;
  background: #f046b7;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
}

.h2tag {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h2tag span{
  color: #f046b7;
}
.h3tag{
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.h5tag {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.para {
  font-size: 18px;
}
.head{
  max-width: 60%;
  margin: 0 auto 15px;
  text-align: center;
}
.link {
  color: #070d25;
  text-decoration: none;
}
.link:hover{
  color: #0a58ca;
}

@media (max-width:1199px) {
  .para {
      font-size: 16px;
  }

  .h2tag {
      font-size: 38px;
  }

  .h3tag {
      font-size: 32px;
  }

  .h5tag {
      font-size: 20px;
  }
}


@media (max-width:991px) {
  .head {
      max-width: 100%;
  }
}

@media (max-width:767px) {
  .h2tag {
      font-size: 32px;
      padding-bottom: 0 !important;
      margin-bottom: 25px !important;
  }

  .head {
      padding-bottom: 10px !important;
      margin-bottom: 10px !important;
  }

  .head h2 {
      margin-bottom: 10px !important;
  }

  .h3tag {
      font-size: 28px;
  }

  .h5tag {
      font-size: 18px;
      line-height: unset;
  }

  section {
      padding: 20px 0 !important;
      text-align: center;
  }
}
/* common styles ends  */



/* inner_sec_1 */
.inner_sec_1 {
  position: relative;
  z-index: 1;
  padding: 50px 0 30px;
  padding: 110px 0 30px !important;
}

.banner_sec p{
  max-width: 40%;
  margin: auto;
}
@media (max-width:1199px) {
 

}

@media (max-width:991px) {
  .inner_sec_1 .svg_button {
    margin: auto;
    text-align: center;
  }
  .inner_sec_2 .box a 
  .inner_sec_1{
    padding: 140px 0px 20px !important;
  }
  .banner_sec p{
    max-width: 59%;
  }
}
@media (max-width:767px) {
  .banner_sec p{
    max-width: 90%;
  }
}
/* inner_sec_1 ends  */

.inner_sec_2 .box{
  margin: auto;
}
.inner_sec_2{
  padding:10px 0px 40px !important ;
}
.inner_sec_2 .box a{
  text-decoration: none;
  transition: .3s;
  font-size: 28px;
  font-weight: 600;
}
.inner_sec_2 .box a:hover{
  text-decoration: underline;
  color: #E530B2;
  transition: .3s;
}
@media (max-width:991px) {
  .inner_sec_2 .box a{
    font-size: 22px;
  }
 
}
@media (max-width:767px) {
  .inner_sec_2 .box{
    margin-bottom: 10px !important;
  }
  .inner_sec_2 {
    padding: 10px 0px 0px !important;
  }
}