@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');

body {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}
.tophead-section marquee {
  color: #fff;
  font-size: 24px;
}
.hdd {
    font-family: "DM Serif Text", serif;
}
.bg-success {
  background-color: #a40404;
}
.bg-warning {
  background-color: #f5fd2e;
  padding: 5px;
  border-radius: 20px;
  margin: 8px;
  font-size: 20px;
  font-weight: bold;
}
.fw-bold.fs-5.zoom.py-1 {
  font-size: 22px;
  color: #fff;
  padding-top: 12px;
  font-weight: bold;
}
.main-container {
    float: left;
    width: 100%;
    background: url(../images/bg.jpg) no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}

img {
    max-width: 100%;
}

.services {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-title {
    text-align: center;
    position: relative;
}

.about-title:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 60%;
    background: #f5ff00;
    left: -90px;
    top: 13px;
    z-index: 0;
}

.about-title span {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 15px 2px;
    color: #290105;
    display: inline-block;
    text-align: center;
    position: relative;
    background: #f5ff00;
    border-radius: 50px;
}

.about-title strong {
    text-transform: uppercase;
    padding: 0;
    font-size: 42px;
    color: #290105;
    font-weight: 500;
    display: block;
}

.best_srv1 {
    padding: 10px 28px;
    margin-top: 20px;
}

.best_srv2 {
    padding: 13px 0 0;
    background: #f5ff00;
    border-radius: 20px;
    overflow: hidden;
}

.best_srv3 {
    /* border: 1px solid #eee; */
    padding: 40px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 0;
    position: relative;
    transition: .3s;
    overflow: hidden;
    background: #f5ff00;
    border-radius: 20px;
}

.best_srv4 {
    padding: 0;
    text-align: center;
}

.best_srv4::before {
  content: "";
  position: absolute;
  width: 448px;
  height: 350px;
  left: -50px;
  right: 0;
  margin: 0 auto;
  top: -142px;
  border-radius: 50%;
  transition: .3s;
  background-color: #a40404;
  z-index: 0;
}

.best_srv4 img {
    border-radius: 50%;
    border: 8px solid #f5ff00;
    /* width: 100%; */
    z-index: 999;
    position: relative;
    width: 200px;
}

.best_srv5 {
    padding: 20px 0px 30px;
    transition: .3s;
    text-align: center;
}

.best-contact {
    position: relative;
}

.best-contact::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -168px;
  z-index: 0;
  transition: .3s;
  background-color: #a40404;
}

.best-contact a {
  width: 90px;
  height: 90px;
  line-height: 74px;
  font-size: 30px;
  color: #a40404;
  background: #ffffff;
  border: 11px solid #a40404;
  border-radius: 50%;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.best_srv5 strong {
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    font-size: 25px;
    color: #290105;
    line-height: 28px;
    padding: 29px 0 12px;
}

.best_srv5 p {
    padding: 0 5px 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 37px;
}

.testi {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.client-testi {
    padding: 40px 0 0;
}

.testimonails-1 {
    padding: 15px;
    margin-top: 30px;
}

.testimonails-2 {
  padding: 0px 20px 30px;
  border-radius: 0px 30px 30px 30px;
  position: relative;
  background: #a40404;
  z-index: 9;
}

.sss i {
    top: 50px;
    margin: 0 auto;
    position: absolute;
    right: 20px;
    font-size: 94px;
    color: #ffffff4f;
    font-weight: 600;
    z-index: -9;
    line-height: 41px;
    text-align: center;
}

.testimonails-2 aside {
    position: relative;
    z-index: 9;
    padding: 20px 0 0px 0px;
}

.testimonails-2 aside img {
    margin: 0 0 10px 20px;
    display: block;
    height: 84px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.testimonails-2 p {
    padding: 20px 20px 20px;
    color: #000000;
    font-size: 15px;
    line-height: 29px;
    background: #fff;
    font-weight: 400;
}

.testimonails-2 span {
    display: block;
    font-size: 19px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 10px 0px 9px;
    margin: 0px auto 0px 0px;
}

.testimonails-2 strong {
    display: block;
    padding: 0px 0 0 0px;
    text-align: center;
}

.testimonails-2 strong i {
    color: #f5ff00;
    font-weight: 600;
    font-size: 15px;
    padding: 0 7px;
}

.other_srv_sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.other_srv {
    padding: 40px 0 0 0;
}

.other_srv1 {
    padding: 10px 28px 58px;
}

.other_srv2 {
    padding: 0 0 31px;
    background: #f5ff00;
    border-radius: 46px;
}

.other_srv3 {
    padding: 0;
}

.other-service-img {
  background: #fff;
  font-size: 35px;
  font-weight: 700;
  line-height: 204px;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px 15px 15px;
  transform: translateY(-18px);
}


.other-service-img::after {
  content: "";

  background: #a40404;

  width: 32px;

  height: 19px;

  border-radius: 50px 50px 0 0;

  position: absolute;

  top: 0px;

  left: 190px;

  z-index: -1;

}



.other-srv-text {
    padding: 0;
    text-align: center;
}

.other-srv-text span {
  font-weight: bold;
  display: block;
  text-transform: capitalize;
  font-size: 25px;
  color: #fff;
  font-family: 'Gidugu', sans-serif;
  line-height: 28px;
  padding: 12px 5px 12px;
  background: #a40404;
  z-index: 2;
  position: relative;
}

.other-srv-text p {
    padding: 7px 22px 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 37px;
}

.other-srv-text a {
    padding: 5px 15px;
    background: green;
    color: #fff;
    font-size: 16px;
}

.footer-section {
  background: #a40404;
  padding: 0px 0 60px;
  float: left;
  width: 100%;
  text-align: center;
}

.footer-contact2 {
    width: fit-content;
    display: table;
    margin: 0 auto;
    float: none;
}

.footer-contact2 a {
    display: block;
    position: relative;
    background: #ffffff;
    padding: 0px 60px 20px;
    border-radius: 0 0 10px 10px;
    z-index: 9;
}

.footer-contact2 span {
    height: 100px;
    width: 100px;
    line-height: 75px;
    background: #ffffff;
    border-radius: 0 0 50% 50%;
    position: relative;
    margin: 0px auto -0px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 10px solid #290105;
    border-top: 0;
}

.footer-contact2 i {
    font-style: normal;
    text-transform: capitalize;
    font-size: 52px;
    display: block;
    padding: 0;
    color: #290105;
}

.footer-contact2 b {
    font-style: normal;
    text-transform: uppercase;
    position: absolute;
    font-size: 60px;
    display: block;
    padding: 14px 0 0;
    font-weight: 900;
    color: #000;
    opacity: 5%;
    width: 100%;
    z-index: -9;
    left: 0;
    right: 0;
    top: 40px;
    margin: 0 auto;
}

.footer-contact2 a p {
    padding: 12px 0 0;
    font-size: 40px;
    font-weight: 800;
    color: #290105;
}

.position-relative {
    position: relative !important;
}

.footer-location p {
    display: block;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    margin: 40px 0 0;
    line-height: 32px;
    padding: 20px 0 0;
}

.text-center {
    text-align: center !important;
}

.footer-location p {
    display: block;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    margin: 40px 0 0;
    line-height: 32px;
    padding: 20px 0 0;
}

.copy p {
    padding: 12px 0 0px 0;
    font-weight: 600;
    color: #f5ff00;
    font-size: 15px;
}

.list-services {
  padding: 0px 0;
  background: #a40404;
  float: left;
  width: 100%;
}

.bottom-services1 {
    padding: 0 40px 0 0px;
    float: left;
    width: 100%;
}

.bottom-services2 {
    padding: 10px;
}

.bottom-services2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bottom-services2 ul li {
    padding: 10px 0px 9px 0px;
    position: relative;
    font-size: 17px;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
    margin: 8px 0 0px;
    z-index: 9;
    display: flex;
    justify-content: left;
    align-items: center;
}

.bottom-services2 ul li i {
    color: #f5ff00;
    font-weight: 400;
    display: inline-block;
    font-size: 19px;
    padding: 0 12px 0 0px;
    animation: rotation 0.5s linear infinite;
}

@keyframes rotation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.footer-navigation1 {
    padding: 40px 0 0;
}

.footer-navigation1 a {
    display: block;
}

.footer-navigation1 a b {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
}

.footer-navigation1 a span i {
    display: block;
    font-size: 120px;
}

.other-services1 {
    background: #fff;
    float: left;
    width: 100%;
}

.mainservices-1 {
    padding: 15px;
}

.mainservices-2 {
    background: #fff;

}

.mainservices-4 strong {
    padding: 8px 0px 7px;
    border-radius: 7px 7px 0 0;
    font-size: 21px;
    text-transform: capitalize;
    display: block;
    background: #f5ff00;
    font-weight: 400;
    color: #000;
}

.mainservices-3 span img {
    display: block;
    border-radius: 50%;
    padding: 0px;
    height: 181px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
}

.mainservices-3 p {
    font-size: 16px;
    color: #222;
    font-weight: 400;
    line-height: 30px;
    padding: 11px 0 0px;
}

.footer-navigation1 a span {
    color: #097f09;
    padding: 20px 0px;
    text-transform: capitalize;
    margin: 9px 0 0;
    font-weight: 800;
    font-size: 48px;
    text-align: center;
    display: block;
    background: #ffffff;
    position: relative;
    z-index: 9;
}

.about-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-content {
    padding: 24px 0 0;
}

.about-content p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 37px;
    padding-bottom: 6px;
}

.about-content strong {
    font-weight: 500;
    color: red;
}

.about-content ul {
    padding: 2px 0 2px;
}

.about-content ul li {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 29px;
    padding: 6px 0 0;
    margin: 6px 12px 8px 0;
    display: inline-block;
    border-top: 1px dashed #290105;
    width: 45%;
}

.about-content ul li i {
    color: #290105;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    padding: 0 5px 0 0;
}

.counter-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.counter-box {
    padding: 0;
}

.counter-1 {
    padding: 50px 0 0;
}

.counter-2 {
    padding: 0;
}

.counter {
    text-align: center;
    width: 210px;
    padding: 7px 4px 0;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    color: #290105;
}

.counter:before {
    content: '';
    /* background: linear-gradient(135deg, #feb914 50%, transparent 50%); */
    height: 175px;
    width: 175px;
    /* border: 5px solid #fff; */
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    position: absolute;
    left: 50%;
    top: 68%;
    z-index: 2;
}

.counter .counter-icon {
    background: #f5ff00;
    color: #290105;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 800;
    padding: 0;
    border-radius: 50%;
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto 0;
    line-height: 98px;
}

.counter .counter-icon i {
  background: #a40404;
  color: #ffffff;
  font-size: 37px;
  text-transform: capitalize;
  font-weight: 800;
  padding: 0;
  border-radius: 50%;
  position: relative;
  width: 75px;
  height: 75px;
  margin: 0 auto 0;
  line-height: 76px;
}

.counter-num {
    background: #f5ff00;
    font-size: 49px;
    text-transform: capitalize;
    font-weight: 800;
    padding: 23px 5px;
    border-radius: 46px;
    position: relative;
    width: 174px;
    height: auto;
    margin: 36px auto 85px;
}

.counter-num:before {
    content: "";
    background: white;
    height: 100px;
    width: 12px;
    position: absolute;
    top: -35px;
    left: 0;
    z-index: 0;
    margin: 0 auto;
    right: 0;
    box-shadow: 0 0 6px 0 #0000001c;
}

.counter-num span {
    background: #ffffff;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 800;
    padding: 12px 15px;
    border-radius: 27px;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.counter-num:after {
    left: 0;
    right: 0;
    content: "";
    background: #f5ff00;
    width: 12px;
    height: 100px;
    position: absolute;
    bottom: -60px;
    z-index: 0;
    margin: 0 auto;
}

.counter-text {
    position: relative;
    padding: 0 0 0;
}

.counter-text:before {
    left: 0;
    right: 0;
    content: "";
    background: #fff;
    border: 8px solid #f5ff00;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    z-index: 0;
    margin: 0 auto;
}

.counter-text p {
    color: #000000;
    font-size: 22px;
    z-index: 999;
    position: relative;
    font-weight: 100;
    text-transform: capitalize;
    padding: 35px 0 0;
    font-family: 'Gidugu', sans-serif;
}

.counter-text:after {
    left: 0;
    right: 0;
    content: "";
    background: #d2d2d2;
    /* border: 8px solid #f5ff00; */
    border-radius: 50%;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 15px;
    z-index: -1;
    margin: 0 auto;
    /* border: 1px solid #d2d2d2; */
}

.header {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.header2 img {
    display: table;
    margin: 0 auto;
    float: none;
    width: 80%;
}

.top-sec-1 {
    padding: 0;
    background: #f5ff00;
    border-bottom: 3px solid #290105;
}

.top-sec-2 {
    padding: 0;
    text-align: center;
}

.top-line1 {
    padding: 0;
}

.top-line2 {
    text-align: center;
    padding: 4px 20px;
    background-color: #290105;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 5% 100%);
    z-index: 99999;
}

.top-line2 a {
    color: #ffffff;
    font-size: 44px;
    font-weight: 800;
    padding: 9px 15px 11px;
    text-transform: capitalize;
    display: inline-block;
    animation: texclrr .6s infinite;
}

@keyframes texclrr {
    0% {
        color: #290105;
    }

    50% {
        color: #ffffff;
    }

    100% {
        color: #f5ff00;
    }
}

.top-icon {
    padding: 9px 0 0;
}

.top-icon1 {
    padding: 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9999;
}

.top-icon1 p {
    font-weight: 700;
    font-size: 23px;
    padding: 22px 15px 19px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
}

.top-icon1 span {
    font-size: 24px;
    border: 5px solid #f5ff00;
    border-radius: 50%;
    background-color: #ffffff;
    position: relative;
    width: 60px;
    height: 55px;
    line-height: 48px;
    font-weight: 600;
    text-align: center;
}

.top-icon1 span i {
    font-size: 19px;
    color: #000000;
    background-color: #290105;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 41px;
    font-weight: 600;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    padding: 0;

    animation: texclrr .6s infinite;
}

.top-icon1:after {
    content: "";
    position: absolute;
    left: -65px;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 0px);
    height: calc(100% - 35px);
    margin: auto;
    background-color: #ffffff;
    z-index: -1;
}

.tophead-section {
  background-color: #a40404;
  float: left;
  width: 100%;
  padding-top: 8px;
}

.tophead-left1 p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 7px 0;
}

.tophead-right1 {
    padding: 0;
}

.p-0 {
    padding: 0 !important;
}

.tophead-right1 ul li {
    font-size: 17px;
    text-transform: capitalize;
    padding: 6px 6px;
    display: inline-block;
    color: #fff;
}

.tophead-right1 ul li i {
    color: #f5ff00;
    padding: 0 2px 0;
}

.banner3 {
    float: left;
    width: 100%;
}
.header-logo-1 {
    padding: 0;
}.header-logo-2 {
    padding: 0;
}.head-flex {
    align-items: center;
}.header-logo-left {
    padding: 15px 15px 15px;
}.header-logo-left-1 {
    padding: 0 0 2px;
    text-align: center;
}.header-logo-right {
    padding: 15px 15px 15px;
}.header-logo-right-1 {
    padding: 0 15px 15px;
    text-align: center;
}.head-mark {
    padding: 0;
}.head-mark span {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 23px;
    font-weight: 700;
    padding: 9px 0;
    text-transform: capitalize;
}.head-mark span a {
    transition: 0.4s ease-in-out;
    color: #000000;
    padding: 10px 15px;
    font-weight: 700;
    display: inline-block;
    width: 50%;
    font-size: 25px;
}.head-mark span a i {
    animation: blk .6s infinite;
    font-size: 12px;
    padding: 0 7px;
    transform: translateY(-2px);
}
@keyframes blk
{
    0% {
        color: #f5ff00;
    }
    100% {
        color: #ffffff;
    }
}.head-srv {
    padding: 0;
    background: #290105;
    border-radius: 37px;
    color: #fff;
}
.head-srv ul {
    margin: 0;
    padding: 0;
}.head-srv ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 7px 0 6px;
}
.head-srv ul span{
color: #f5ff00;
padding: 0px 2px;
}

@media(min-width:992px) and (max-width:1200px){
}
@media(min-width:768px) and (max-width:991px){
    .services .col-md-6{width: 50%;}
    .counter-sec .col-md-6{width: 50%;} 
    .other_srv_sec .col-md-6{width: 50%;} 
    .testi .col-md-6{width: 50%;} 
}
@media(min-width:640px) and (max-width:767px){
    .mainservices-1 {
        margin-top: 20px;
        border-top: 10px solid;
      }
}
@media(min-width:480px) and (max-width:639px)
{ .top-line2 a {
    font-size: 30px;
}
.top-icon1 p {
    font-size: 16px;
}.header-logo-left {
    padding: 10px 10px 0px 10px;
  }
  .header-logo-right {
    padding: 0px 10px 10px 10px;
  }
  .head-mark span a {
    font-size: 15px;
  }
  .head-mark span {
    font-size: 16px;
  }
  .about-title strong {
    font-size: 35px;
  }
  .about-content {
    padding: 10px 10px;
  }
  .about-content ul li {
    display: block;
    width: 100%;
  }
  .footer-navigation1 a span {
    font-size: 25px;
  }
  .mainservices-1 {
    margin-top: 20px;
    border-top: 10px solid;
  }
  .footer-contact2 a p {
    font-size: 25px;
  }
}
@media(min-width:320px) and (max-width:479px)
{
    .top-line2 a {
        font-size: 30px;
    }
    .top-icon1 p {
        font-size: 16px;
    }.header-logo-left {
        padding: 10px 10px 0px 10px;
      }
      .header-logo-right {
        padding: 0px 10px 10px 10px;
      }
      .head-mark span a {
        font-size: 15px;
      }
      .head-mark span {
        font-size: 16px;
      }
      .about-title strong {
        font-size: 35px;
      }
      .about-content {
        padding: 10px 10px;
      }
      .about-content ul li {
        display: block;
        width: 100%;
      }
      .footer-navigation1 a span {
        font-size: 25px;
      }
      .mainservices-1 {
        margin-top: 20px;
        border-top: 10px solid;
      }
      .footer-contact2 a p {
        font-size: 17px;
      }
      .tophead-section marquee {
  color: #fff;
  font-size: 20px;
}
}