@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
:root {
  --red: #EB625B;
  --blue: #163860;
  --yellow: #e0c69e;
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  min-width: 480px;
  margin: auto;
  background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgb(255 229 248 / 73%)), url(../images/bg.jpg);
  width: 80%;
  height: 400px;
  background-size: cover;
  color: white;
  padding: 20px;
}



h1{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 250%;
  line-height: 50px;
  color: #180101;
  text-align: left;
  padding: 10px;

}
.bl{
  font-weight: 900;
}
h2 { 
  display: block;
  font-family: 'Poppins';
  font-size: 21.54px;
  line-height: 29.54px;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  font-weight: 500;
  text-align: left;
}
h3 { 
  display: block;
  font-family: 'Poppins';
  font-size: 30px;
  margin-top: 18px;
  margin-bottom: 0.83em;
  font-weight: 600;
}
h4 { 
  display: block;
  font-family: 'Poppins';
  font-size: 30px;
  line-height: 39.99px;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
  font-weight: 600;
}
ul {
	padding-left: 25px;
	margin: 0;
	position: relative;
  color: #3a0303;
}
ul li{
  text-align: left;
  gap: 1.75em;
  align-items: start;
  font-size: 120%;
  line-height: 1.25;
}
ul li::marker {
  color: #eb625b;
  font-size: 1.5em;
}
.wtext{
  font-family: 'Poppins', sans-serif;
  color: #FFF;
  font-size: 135%;
  padding: 20px;
}
.text{
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 120%;
  font-weight: 400;
}
.push_d{
  margin-top: 24px;
}
.stext{
  font-family: 'Poppins', sans-serif;
  color: #FFF;
  font-size: 70%;
  width: 100%;
  display: inline-block;
}
.tcenter{
  width: 100%;
  text-align: center;
}

.call{
    display: block;
    width: 100%;
    color: #e91e63;
    text-align: left;
    padding-right: 25px;
    margin-left: 45px;
}
.itext{
    font-size: 12px;
    font-style: italic;
}


.mflex{
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding-top: 19px;
  justify-content: center;
  margin: auto;
}
.mflex .m_left{
  flex: 50%;
  text-align: center;
  padding-left: 24px;
  padding-bottom: 120px;
}

.mflex .m_left .logo{
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.mflex .m_left .logo img{
  width: 100%;
  max-width: 100%;
}

.mflex .m_left .m_left_s{
  display: block;
  width: 100%;
  color: #3a0303;
  font-size: 120%;
  margin-top: 45px;
}
.mflex .m_right{
  flex: 50%;
  font-size: 200%;
  font-weight: 700;
}
.mflex .m_right .slogan{
  width: 100%;
  display: block;
}
.mflex .m_right{
  flex: 50%;
  background-image: url(../images/ladder.png);
  background-repeat: no-repeat;
  min-width: 340px;
  text-align: right;
}

.wmain{
  width: 100%;
  display: block;
  padding: 24px;
  background-color: #faf5ef;

}
.mpage{
  max-width: 1200px;
  display: block;
  align-content: center;
  background-color: #fff;
  color: #000;
  margin: auto;
}


.service{
  display: block;
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  color: #000;
  padding:45px;
}

.sfee{
  background-color: #89bbe1;
  max-width: 1200px;
  margin: 45px 65px;
  padding: 15px 45px;
  border-radius: 4%;
}
.sfee ul li{
  color: #050505;
  font-size: 100%;
}

.about{
  display: block;
  opacity: 0.9;
  background-image: url(../images/about-bg.jpg);
  background-size: contain;
  background-repeat: repeat;
  margin: auto;
  padding: 34px;
  font-size: 150%;
  max-width: 1200px;
  text-align: center;

}
.about .text{
      font-family: 'Poppins';
      font-style: normal;
      font-weight: 500;
      font-size: 40px;
      line-height: 54px;
      letter-spacing: 0.065em;
      color: #000000;
      margin-top:45px;
      text-align: justify;
}
.mid-sec{
  display: block;
  width: 100%;
  height: 255px;
}

.hero-image { 
  display: block;
  width: 100%;
  height: 250px;
  background-image: url(../images/about-sl.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  padding-top:50px;
}
.hero-text{
  display: inline;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-size: 800%;
  line-height: 75px;  
  color: #000000;
  padding-left: 33%;
}

.footer-main{
    display: flex;
    background-color: #a20909;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    align-content: center;
}

.footer-main .rowf{
  flex: 33.33%;
  text-align: center;
  padding-left: 24px;
  margin-top: 15px;

}

.footer-main .rowf img{
  max-width: 100%;
}

.social-links{
  width: 100%;
  display: inline-block;
  padding: 25px;
}
.push_r{
  padding-right: 9px;
}

.footer-main input[type=submit]
{
  width: 100px;
  height: 34px;
  background: #d7c2a2;
  box-shadow: 3px 3px 5px #163860;
  font-weight: bold;
}

.scircle {
  height: 30px;
  width: 30px;
  background-color: #163860;
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
}
.fab, .fas{
  color:#fff;
}

.error{
  display: block;
  width: 100%;
  background-color: #ff0000;
  font-weight: 600;
  color: #fff;
  margin:auto;
  padding: 24px;
}

.success{
  display: block;
  width: 100%;
  background-color: #05c947;
  font-weight: 700;
  color: #fff;
  margin:auto;
  padding: 24px;
  font-size: 44px;
  margin-top: 25px;
  margin-bottom: 45px;
}
.copyright {
  width: 100%;
  display: block;
  margin: auto;
  text-align: center;
  padding: 45px;
}
@media all and (max-width: 800px) {
  .mbanner .image{
    font-weight: 200;
    font-size: 120%;
  }
  .bmv .rows {
    flex: 100%;
  }
  .service{
    display: block;
    width: 100%;
    margin: auto;
  }
  .service .cols{
    width: 100%;
  }
  h1{
    font-size: 300%;
  }
  h2{
    font-size: 100%;
  }
  .wwdo .stm{ width: 100%;}

  .footer-main .colf{
    width: 50%;
    margin-bottom: 30px;
  }
  .lbr .lbr_div:nth-child(2)
  {
    display: none;
  }

}