@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');



.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.png);
  background-attachment: fixed;
  background-repeat: repeat;
}

img {
  max-width: 100%;
}

body {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.hdd {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.header {
  float: left;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  background: #fff;
}

.header2 img {
  width: 80%;
}



.main-ser-section {
  float: left;
  width: 100%;
}

.list-design {
  padding: 0 12px;
}

.list {
  text-align: left;
  position: relative;
  padding: 37px 0 20px 38px;
}

.list:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30%;
  height: 100%;
  background: #f8ff38;
  margin: 0 auto;
  left: 0;
  z-index: -1;
}

.list strong {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 38px;
  display: block;
  text-align: center;
  padding: 0px 10px 5px;
  color: #000;
  background: #f8ff38;
}

.serv-link {
  padding: 10px 0 0;
  position: relative;
  z-index: 0;
}

.serv-link ul {

  padding: 0 0 0 78px;
}

.serv-link ul li {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  position: relative;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  background: #c40000;
  padding: 10px 20px;
  margin: 25px 0;
  border-radius: 50px;

}


.list ul li:before {
  color: #be0c19;
  font-size: 19px;
  text-align: center;
  font-weight: 600;
  left: -77px;
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  background: #c40000;
  content: "";
  animation: blk 0.9s infinite;
  border: 7px solid white;
}

@keyframes blk {
  0% {
    background: #f8ff38;
  }

  50% {
    background: #c40000;
  }

  100% {
    background: #f8ff38;
  }
}

.list ul li:after {
  padding: 0px 10px 0 0px;
  content: "";
  left: -59px;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  z-index: -1;
}



.awards-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.about-title {
  padding: 0 0 30px;
  text-align: center;
}

.about-title strong {
  position: relative;
  font-weight: 800;
  background: #f8ff38;
  padding: 2px 25px 4px;
  font-size: 36px;
  text-transform: capitalize;
  display: inline-block;
  color: #000000;
  border-radius: 50px;
  text-align: center;
  margin: 0 0 10px;
}

.about-title p {
  text-transform: capitalize;
  padding: 0 0 10px;
  font-size: 18px;
  color: #c40000;
  font-weight: 600;
}

.awards-section1 {
  position: relative;
}

.awards-section1:before {
  content: "";
  position: absolute;
  height: 35%;
  width: 100%;
  margin: 0 auto;
  background: #c40000;
  z-index: -9;
  bottom: 165px;
  border-radius: 0;
  right: 0;
}

.award1 {
  padding: 10px;
}

.award2 img {
  width: 100%;
}

.award-add p {
  color: #c40000;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 12px 0 0;
}

.award-add span {
  display: block;
  padding: 12px 15px 12px;
  color: #000;
  line-height: 32px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  background: #f8ff38;
  text-align: center;
}





.services {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.services-1 {
  padding: 40px 15px 0;
}

.services-2 {
  border-radius: 500px 500px 0 0;
  background: #f8ff38;
}

.service_card_img {
  padding: 20px;
  border-radius: 50%;
  background: #ffffff;
}

.service_card_img img {
  width: 100%;
  border: 13px solid #c40000;
  border-radius: 50%;
}

.service_card_div {
  position: relative;
  padding: 0;
}

.service_card_content {
  padding: 15px 15px;
}

.srv-title {
  text-align: center;
}

.srv-title p {
  font-size: 21px;
  font-weight: 700;
  text-transform: capitalize;
  color: #c40000;
  line-height: 28px;
}

.service_card_content .srv-text {
  line-height: 28px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0 15px;
}

.service_card_content a {
  padding: 0;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
}

.service_card_content a span {
  padding: 3px 15px 3px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 50px;
  background: #c40000;
  margin: 5px 0 0;
}




.footer {
  background: #f8ff38;
  float: left;
  width: 100%;
  padding-top: 50px;
}

.footer-text p {
  display: block;
  color: #000000;
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  font-style: italic;
  padding: 25px 0 50px;
}

.footer-contact1 {
  padding: 15px;
  text-align: center;
}

.footer-about-head {
  display: block;
  color: #ffffff;
  padding: 5px 0 5px;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 1px solid #ffffff12;
}

.footer-contact2 p {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0 0 10px;
}

.footer-contact2 span {
  color: #c40000;
  font-size: 58px;
  font-weight: 900;
  display: block;
  width: 115px;
  height: 115px;
  line-height: 100px;
  margin: 0 auto;
  background: white;
  border: 6px solid #c40000;
  border-radius: 50%;
}

.footer-contact2 a {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: #c40000;
  padding: 10px 0 5px;
}

.footer-contact3 {

  background: url(../images/what.jpg) no-repeat;

  background-size: cover;
}

.footer-contact3 span {
  display: block;
  padding: 0px 0 25px;
  font-size: 23px;
  font-weight: 600;
  color: #ffffff;
  text-transform: capitalize;
}

.footer-contact3 i {
  color: #ffffff;
  font-size: 95px;
  padding: 25px 0;
}

.copy-right {

  background: #fff;

  padding: 15px 15px;
}

.copy-right p {
  color: #000000;
  font-size: 14px;
  line-height: 22px;
  display: block;
  font-weight: 500;
  padding: 0 0 6px;
  border-top: 1px solid #ffffff12;
}

.copy-right span {
  font-size: 20px;
  font-weight: 700;
  color: #c40000;
}




.testi {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testimonials-2 {
  padding: 20px;
  background: #fff;
  border-radius: 0 0 0 25px;
  position: relative;
  border: 1px solid #fff4c4;
}

.testimonials-2 strong {
  font-size: 17px;
  display: block;
  color: #c40000;
  font-weight: 700;
  padding: 0 0 5px;
}

.testimonials-2 b {
  font-size: 15px;
  display: block;
  color: #000;
  font-weight: 600;
}

.testimonials-2 b i {
  display: inline-block;
  vertical-align: -.125em;
  color: #c40000;
  padding-right: 10px;
}

.testimonials-2 span i {
  position: absolute;
  right: 10px;
  top: 16px;
  width: 55px;
  height: 55px;
  color: #ea3e0136;
  font-size: 50px;
}

.testimonials-2 p {
  color: #303030;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  padding: 11px 0 0;
  text-align: justify;
}




.other-ser {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.ast_service_box {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #e1e1e1;
  padding: 13px 15px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ast_service_box img {
  display: inline-block;
  padding: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ast_service_box h4 {
  float: left;
  width: 100%;
  font-size: 21px;
  text-transform: capitalize;
  margin: 25px 0px 10px 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #c40000;
}

.ast_service_box p {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  font-size: 16px;
  text-align: center;
}

.ast_btn {
  display: inline-block;
  height: 45px;
  line-height: 43px;
  padding: 0px 20px;
  min-width: 130px;
  background-color: #c40000;
  color: #ffffff;
  text-transform: capitalize;
  border: 1px solid #c40000;
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 15px;
}

.ast_btn:hover {
  text-decoration: none;
  color: #fff;

}

.ast_service_box:hover img {
  -webkit-box-shadow: 0px 0px 30px -10px #000000;
  -moz-box-shadow: 0px 0px 30px -10px #000000;
  -o-box-shadow: 0px 0px 30px -10px #000000;
  -ms-box-shadow: 0px 0px 30px -10px #000000;
  box-shadow: 0px 0px 30px -10px #000000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.ast_service_box:hover {
  -webkit-box-shadow: 0px 10px 15px -10px #777777;
  -moz-box-shadow: 0px 10px 15px -10px #777777;
  -ms-box-shadow: 0px 10px 15px -10px #777777;
  -o-box-shadow: 0px 10px 15px -10px #777777;
  box-shadow: 0px 10px 15px -10px #777777;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}



.choose1 {
  float: left;
  width: 100%;
}

.choose-1 {
  padding: 55px 15px 35px;
  text-align: center;
  display: flex;
  margin-top: 30px;
}

.choose-2 {
  padding: 0;
  background: #c40000;
  margin: 0 auto;
}

.choose-icon {
  background: #fff;
  padding: 15px;
  width: 120px;
  height: 120px;
  margin: -60px auto 0;
  border-radius: 0 0 70px 70px;
}

.choose-head p {
  color: #ffffff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 10px 0 8px;
}

.choose-head span {
  text-align: center;
  background: #fff;
  line-height: 29px;
  font-size: 15px;
  padding: 10px 0 0;
  display: block;
  color: #1f1f1f;
}






.about-us {
  float: left;
  width: 100%;
  padding: 50px;
  background-image: url(../images/bgg.png);
  background-size: contain;
  background-repeat: repeat;
  background-attachment: fixed;
}

.about-us-desc {
  float: left;
  width: 100%;
  color: #c40000;
  font-size: 22px;
  line-height: 35px;
  text-align: center;
  font-weight: 600;
}

.about-left {
  float: left;
  width: 100%;
  text-align: left;
  padding-top: 20px;
}

.about-left-header.headers {
  float: left;
  width: 100%;
  text-align: left;
}

.about-left-sub {
  float: left;
  width: 100%;
  color: #f8ff38;
  font-size: 35px;
  text-align: left;
  font-weight: 600;
}

.headers {
  color: #c40000;
  font-size: 55px;
}

.about-left-desc {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  padding-top: 10px;
}

.about-right {
  float: left;
  width: 100%;
  padding-top: 40px;
}

.abt-right-border {
  float: left;
  width: 100%;
}

.abt-right-img {
  float: left;
  width: 50%;
  text-align: center;
}

.abt-right-img img {
  max-width: 100%;
}

.abt-right-border2 {
  float: left;
  width: 50%;
  padding: 00px 15px 00px 15px;
}

.abt-right-title.headers {
  text-align: left;
  font-size: 22px;
  color: #f8ff38;
}

.abt-right-desc {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.abt-right-border3 {
  float: left;
  width: 50%;
  padding: 15px 15px 00px 15px;
}

.about-right .row {
  margin: 0;
}


.header-top {
  float: left;
  width: 100%;
  background: #c40000;

}

.headertop1 {
  float: left;
  width: 75%;
  font-size: 20px;
  padding-top: 7px;
  color: #fff;
  font-weight: 400;
}

.headertop2 {
  float: left;
  width: 25%;
  font-size: 25px;
  padding-top: 7px;
  background: #f8ff38;
  font-weight: 600;
  text-align: center;
}

.headertop2 a {
  color: #000;
}

.headertop3 {
  float: left;
  width: 100%;
  font-size: 20px;
  padding-top: 7px;
  color: #000;
  background: #f8ff38;
  font-weight: 400;
}



@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
  .headertop1 {
    width: 100%;
  }

  .headertop2 {
    width: 100%;
  }

  .other-ser .col-sm-4 {
    width: 50%;
  }

  .about-us .col-sm-5 {
    width: 100%;
  }

  .about-us .col-sm-7 {
    width: 100%;
  }

  .about-us {
    padding: 50px 0px;
  }

  .services-1 {
    padding: 40px 15px 0;
    width: 50%;
  }
}

@media(min-width:640px) and (max-width:767px) {
  .headertop1 {
    width: 100%;
  }

  .headertop2 {
    width: 100%;
  }

  .header2 {
    display: none;
  }

  .about-us {
    padding: 50px 0px;
  }

  .abt-right-img {
    width: 100%;
  }

  .abt-right-border2 {
    width: 100%;
  }

  .abt-right-border3 {
    width: 100%;
    margin: 15px 0px;
  }

  .choose-1 {
    width: 100%;
  }
}

@media(min-width:480px) and (max-width:639px) {
  .headertop1 {
    width: 100%;
  }

  .headertop2 {
    width: 100%;
  }

  .header2 {
    display: none;
  }

  .about-us {
    padding: 50px 0px;
  }

  .abt-right-img {
    width: 100%;
  }

  .abt-right-border2 {
    width: 100%;
  }

  .abt-right-border3 {
    width: 100%;
    margin: 15px 0px;
  }

  .choose-1 {
    width: 100%;
  }
}

@media(min-width:320px) and (max-width:479px) {
  .headertop1 {
    width: 100%;
  }

  .headertop2 {
    width: 100%;
  }

  .header2 {
    display: none;
  }

  .about-us {
    padding: 50px 0px;
  }

  .abt-right-img {
    width: 100%;
  }

  .abt-right-border2 {
    width: 100%;
  }

  .abt-right-border3 {
    width: 100%;
    margin: 15px 0px;
  }

  .choose-1 {
    width: 100%;
  }

}