@import url('https://fonts.googleapis.com/css2?family=TASA+Explorer:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&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: "TASA Explorer", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.hdd {
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 400;
  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: 65%;
}









.top-header {
  padding: 0;
  background: #3a0f3f;
  float: left;
  width: 100%;
}

.top-left {
  padding: 0;
}

.top-left-1 {
  padding: 0;
}

.top-left-1 p {
  text-align: center;
  animation: 0.3s blink alternate infinite;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 5px 10px 0px;
}

@keyframes blink {
  0% {
    color: #ffffff;
  }

  100% {
    color: #fa0;
  }
}

.top-right {
  padding: 0;
}

.top-right-1 {
  background: #fa0;
  color: #af0004;
  font-size: 28px;
  display: inline-block;
  font-weight: 900;
  padding: 8px 12px 5px;
  text-transform: capitalize;
  text-decoration: none;
  text-align: center;
  border-bottom: 1px solid #3a0f3f;
}











.topadd-section {
  padding: 0;
  background: #fa0;
  border-bottom: 1px solid #3a0f3f;
  float: left;
  width: 100%;
}

.topadd-section1 {
  padding: 12px 0 5px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 42px;
  animation: animate 0.8s linear infinite;
}

@keyframes animate {

  0%,
  25% {
    color: #ae0200;
  }

  25%,
  50% {
    color: #000000;
  }

  50%,
  75% {
    color: #ae0200;
  }

  75%,
  100% {
    color: #ae0200;
  }
}









.mainsrv-sec-1 {
  padding: 50px 0;
  float: left;
  width: 100%;
}

.srv-head {
  padding: 0 0 12px;
  text-align: center;
}

.srv-head strong {
  color: #b30103;
  font-weight: 900;
  font-size: 55px;
  text-transform: capitalize;
  display: block;
}

.srv-head span {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  display: block;
}

.services1 {
  padding: 15px;
}

.services2 {
  padding: 20px 0;
  text-align: center;
  box-shadow: 0px 0px 6px 2px rgb(166 166 166 / 13%);
}

.services3 {
  text-align: center;
  border-radius: 0;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.serv-img {
  width: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  border: 4px solid #3a0f3f;
  padding: 8px;
}

.serv-img:before {
  content: "";
  position: absolute;
  left: -13px;
  right: -13px;
  top: -13px;
  bottom: -13px;
  border: 2px dashed #000000;
  border-radius: 50%;
  z-index: -1;
  animation: rotate 30s infinite linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.serv-img img {
  border-radius: 50%;
  width: 100%;
}

.services2:hover serv-img {
  transform: translateY(-10px);
  box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
}

.service4 {
  padding: 12px 0 0;
  text-align: center;
}

.service4 strong {
  font-size: 19px;
  font-weight: 800;
  display: block;
  text-transform: capitalize;
  background: #fa0;
  padding: 7px 0 5px;
}

.service4 p {
  color: #252525;
  font-size: 15px;
  line-height: 28px;
  padding: 12px 12px 0;
  font-weight: 500;
}











.choose-sec-1 {
  padding: 50px 0px;
  float: left;
  width: 100%;
  position: relative;
}

.choose-left {
  padding: 0;
}

.choose-left-1 {
  padding: 0;
}

.choose-1 {
  padding: 15px;
}

.choose-2 {
  padding: 0;
}

.counter {
  text-align: center;
  height: 210px;
  width: 210px;
  padding: 7px 4px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  color: #fed43a;
}

.counter:before {
  content: '';
  background-color: #fff;
  height: 157px;
  width: 157px;
  border-radius: 15px;
  border: 5px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1) inset;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
}

.counter .counter-icon:after {
  content: '';
  background-color: #3a0f3f;
  height: 42px;
  width: 12px;
  border-radius: 15px;
  border: 5px solid #fff;
  position: absolute;
  left: 0;
  top: 8%;
  z-index: -1;
  right: 0;
  margin: 0 auto;
}

.counter .counter-icon {
  color: #ffffff;
  background: linear-gradient(#3a0f3f, #51a846);
  line-height: 70px;
  font-size: 25px;
  height: 25px;
  width: 25px;
  margin: 0 auto 46px;
  border-radius: 50px;
  border: 3px solid #3a0f3f;
}

.counter .counter-icon i {
  padding-right: 10px !important;
  display: none;
}

.cct {
  font-weight: 700;
  color: #000;
  padding: 0 0 0 4px;
  font-size: 28px;
}

.counter .counter-value {
  font-size: 35px;
  font-weight: 800;
  color: #b30103;
  padding: 0 0 5px;
  display: inline-block;
}

.counter p {
  color: #b30103;
  background: linear-gradient(#fa0, #f8ca1f);
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 800;
  padding: 10px 10px 8px;
  border-radius: 12px;
}

.counter p:after {
  transform: rotateY(180deg);
  left: auto;
  right: 0;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  z-index: -2;
}

.choose-right {
  padding: 0;
}

.choose-right-1 {
  padding: 0 0 0 20px;
}

.contact-text {
  padding: 0;
  text-align: center;
}

.contact-text span {
  color: #ffffff;
  font-weight: 900;
  font-size: 26px;
  display: block;
  background: #3a0f3f;
  padding: 15px 15px 10px;
}

.contact-text p {
  color: #b30103;
  font-weight: 900;
  font-size: 32px;
  text-transform: capitalize;
  display: block;
  line-height: 45px;
  background: #fa0;
  padding: 12px 15px;
}

.add-line {
  color: #000000;
  font-weight: 600;
  font-size: 17px;
  text-transform: capitalize;
  display: block;
  line-height: 29px;
  padding: 9px 0;
}

.cta-nfo {
  padding: 15px 15px;
  border: 1px solid #fa0;
  border-radius: 30px;
}

.cta-nfo p {
  font-size: 100px;
  color: #b30103;
  line-height: 50px;
  text-align: center;
  background: transparent;
  padding: 0 0 12px;
}

.contentdg a {
  font-size: 55px;
  color: #000000;
  font-weight: 800;
  line-height: 68px;
}













.aboutus-section {

  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.aboutus-section:before {
  position: absolute;
  content: "";
  background: #3a0f3f;
  height: 100%;
  width: 100%;
  top: 0;
}

.about-head {
  padding: 0 0 28px;
  text-align: center;
}

.about-head strong {
  color: #b30103;
  font-weight: 900;
  font-size: 55px;
  text-transform: capitalize;
  display: inline-block;
  line-height: 42px;
  text-align: center;
  background: #fa0;
  padding: 20px;
}

.about-head span {
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
  display: block;
  padding: 10px 0 0;
}

.about-us-1 {
  padding: 0 0 0;
}

.about-us-1 p {
  color: #fff;
  line-height: 30px;
  font-weight: 300;
  font-size: 15px;
  padding: 8px 0;
}

.about-us-1 p strong {
  color: #fa0;
  font-weight: 400;
}

.about-us-1 ul {
  text-align: left;
  padding: 3px 0 9px;
  border-radius: 20px;
}

.about-us-1 ul li {
  font-size: 15px;
  padding: 2px 0;
  color: #fff;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 27px;
  display: flex;
  align-items: center;
}

.about-us-1 li i {
  color: #fa0;
  font-weight: 300;
  display: inline-block;
  font-size: 16px;
  padding: 0 6px 0 0;
  text-align: center;
}







.awards-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.award-title strong {
  text-transform: capitalize;
  padding: 15px 0 5px;
  font-size: 55px;
  font-weight: 800;
  display: block;
  text-align: center;
  color: #b60100;
}

.award1 {
  padding: 15px;
  margin-top: 20px;
}

.award1 img {
  width: 100%;
}










.bestservices-section1 {
  padding: 50px 0;
  float: left;
  width: 100%;
}

.best-services1 {
  padding: 15px;
}

.best-services2 {
  padding: 0px 15px;
  background: linear-gradient(180deg, #fa0 75%, transparent 50%);
}

.best-services3 {
  padding: 8px;
  border-radius: 0 0 210px 210px;
  border: 8px solid #3a0f3f;
  border-top: 0;
}

.best-services3 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
}

.best-services4 {
  padding: 10px 0 0;
  text-align: center;
}

.bestservices-text {
  padding: 0;
}

.bestservices-text strong {
  text-transform: capitalize;
  font-size: 25px;
  font-weight: 800;
  display: block;
  color: #ae0200;
}

.bestservices-text span {
  text-transform: uppercase;
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  display: block;
  padding: 0 0 9px;
}

.bestservices-text p {
  background: #fff;
  color: #252525;
  font-size: 15px;
  line-height: 28px;
  padding: 12px 12px;
  font-weight: 500;
}

.bestservices-text a {
  display: inline-block;
  padding: 8px 0 6px;
  font-size: 46px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  background: #b30103;
  width: 80px;
  height: 80px;
  line-height: 63px;
  border-radius: 50%;
}














.testimonials1 {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.testi-1 {
  padding: 30px 15px 15px;
}

.testi-2 {
  padding: 0px 15px;
  text-align: center;
  background: #fa0;
}

.testi-3 {
  padding: 0;
  margin: -16px 0 0 0;
  text-align: center;
}

.testi-3 span {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 15px 4px;
  background: #3a0f3f;
  border-radius: 50px;
}

.rating li {
  display: inline-block;
  font-size: 22px;
  padding: 9px 0px 0;
}

.testi-4 img {
  border-radius: 50%;
  display: inline-block;
  border: 9px solid #b30103;
  height: 120px;
}

.testi-4 {
  padding: 10px 0;
  text-align: center;
}

.testi-txt {
  color: #000000;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  padding: 0 0 20px;
}

.testi-5 {
  padding: 0;
  border-bottom: 3px solid #3a0f3f;
}

.testi-5:before {
  position: absolute;
  content: "";
  background: linear-gradient(#3a0f3f, #51a846);
  line-height: 70px;
  height: 25px;
  width: 25px;
  margin: 0 auto 46px;
  border-radius: 50px;
  border: 3px solid #3a0f3f;
  right: 0;
  bottom: -59px;
}

.testi-5:after {
  position: absolute;
  content: "";
  background: linear-gradient(#3a0f3f, #51a846);
  line-height: 70px;
  height: 25px;
  width: 25px;
  margin: 0 auto 46px;
  border-radius: 50px;
  border: 3px solid #3a0f3f;
  left: 0;
  bottom: -59px;
}



.srvv-sec {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.srvv-sec:before {
  position: absolute;
  content: "";
  background: #3a0f3f;
  height: 100%;
  width: 100%;
  top: 0;
}

.srvv-head {
  padding: 0;
  text-align: center;
}

.srvv-head p {
  color: #fa0;
  font-weight: 700;
  font-size: 30px;
  text-transform: capitalize;
  padding: 40px 0;
  text-align: center;
}

.srvv-left {
  padding: 0;
}

.srv-list {
  padding: 15px;
}

.srv-list-1 {
  padding: 0;
  background: #fa0;
}

.srv-list-1 .list-head {
  font-size: 30px;
  font-weight: 700;
  color: #b30103;
  text-transform: uppercase;
  padding: 5px 10px 2px;
  border-bottom: 3px solid #3a0f3f;
  text-align: center;
}

.srv-list-1 ul {
  padding: 12px 15px;
}

.srv-list-1 ul li {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 15px;
  padding: 9px 0;
  text-transform: capitalize;
}

.srv-list-1 ul li i {
  font-weight: 500;
  font-size: 15px;
  color: #b30103;
  padding-right: 9px;
}

.srvv-1 {
  padding: 15px;
}

.srvv-2 {
  padding: 0;
  text-align: center;
}

.srvv-img {
  width: 100%;
  background: #fff;
  padding: 20px 15px;
  box-shadow: 0 -10px 10px -10px #000000b8 inset;
  border-radius: 50%;
}

.srvv-img img {
  border-radius: 50%;
}

.srvv-text {
  padding: 0;
}

.srvv-text span {
  color: #fa0;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  padding: 12px 0 3px;
  display: block;
}

.srvv-text p {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0 5px;
}

.srvv-text a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  animation: 0.3s blink1 alternate infinite;
  display: block;
}

@keyframes blink1 {
  0% {
    color: #ffffff;
  }

  50% {
    color: #fa0;
  }

  100% {
    color: #b30103;
  }
}

.list-contact {
  font-size: 65px;
  font-weight: 800;
  animation: blink2 0.4s infinite;
  text-align: center;
  display: block;
  padding: 0 0 15px;
}

@keyframes blink2 {
  0% {
    color: #fa0;
  }

  100% {
    color: #ffffff;
  }
}



.copy-right {
  padding: 12px 0;
  background: #fa0;
  text-align: center;
  float: left;
  width: 100%;
}

.copy-right p {
  color: #000;
  padding: 0 0px 5px;
  line-height: 20px;
  font-weight: 600;
  font-size: 13px;
}

.copy-right span {
  font-size: 15px;
  font-weight: 700;
  color: #b30103;
  display: block;
  line-height: 23px;
}




@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
  .header2 img {
    display: none;
  }

  .header .col-sm-5 {
    width: 50%;
  }
}

@media(min-width:640px) and (max-width:767px) {

  .top-right-1 {
    font-size: 18px;
  }

  .top-left-1 p {
    font-size: 20px;
  }

  .header2 img {
    display: none;
  }

  .srv-head strong {
    font-size: 45px;
  }

  .services1 {
    width: 100%;
  }

  .about-head strong {
    font-size: 45px;
  }

  .choose-1 {
    width: 100%;
  }

  .contentdg a {
    font-size: 29px;
  }

  .award-title strong {
    font-size: 44px;
  }

  .award1 {
    width: 100%;
  }

  .best-services1 {
    width: 100%;
  }

  .testi-1 {
    width: 100%;
  }

  .srvv-1 {
    width: 100%;
  }

  .list-contact {
    font-size: 55px;
  }


}

@media(min-width:480px) and (max-width:639px) {


  .top-right-1 {
    font-size: 18px;
  }

  .top-left-1 p {
    font-size: 20px;
  }

  .header2 img {
    display: none;
  }

  .srv-head strong {
    font-size: 45px;
  }

  .services1 {
    width: 100%;
  }

  .about-head strong {
    font-size: 45px;
  }

  .choose-1 {
    width: 100%;
  }

  .contentdg a {
    font-size: 29px;
  }

  .award-title strong {
    font-size: 44px;
  }

  .award1 {
    width: 100%;
  }

  .best-services1 {
    width: 100%;
  }

  .testi-1 {
    width: 100%;
  }

  .srvv-1 {
    width: 100%;
  }

  .list-contact {
    font-size: 55px;
  }
.header .container {
  padding: 0;
}
.header .col-sm-5 {
  padding: 0;
}
}

@media(min-width:320px) and (max-width:479px) {

  .top-right-1 {
    font-size: 18px;
  }

  .top-left-1 p {
    font-size: 20px;
  }

  .header2 img {
    display: none;
  }

  .srv-head strong {
    font-size: 45px;
  }

  .services1 {
    width: 100%;
  }

  .about-head strong {
    font-size: 45px;
  }

  .choose-1 {
    width: 100%;
  }

  .contentdg a {
    font-size: 29px;
  }

  .award-title strong {
    font-size: 44px;
  }

  .award1 {
    width: 100%;
  }

  .best-services1 {
    width: 100%;
  }

  .testi-1 {
    width: 100%;
  }

  .srvv-1 {
    width: 100%;
  }

  .list-contact {
    font-size: 35px;
  }
  .header .container {
  padding: 0;
}
.header .col-sm-5 {
  padding: 0;
}
}