@import url('../css2');
@import url('../css2-1');


.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  /* background: url(../images/bg.png); */
  background-attachment: fixed;
  background-repeat: repeat;
  background-position-x: center;
}

img {
  max-width: 100%;
}

body {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 16px !important;
}

.hdd {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.header {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}








.top-mark1 {
  float: left;
  width: 100%;
  text-align: center;
  background: linear-gradient(1deg, #851d51, #311523);
}

.top-mark2 {
  color: #ffffff;
  font-size: 17px;
  padding: 12px 5px 4px;
  font-weight: 500;
  text-transform: capitalize;
}

.top-mark2 a {
  color: #ffffff;
  font-size: 18px;
  padding: 7px 0px 5px;
  font-weight: 400;
  text-transform: capitalize;
}

.top-mark2 a i {
  color: #30fc00;
  font-size: 21px;
  padding: 0 0 0 8px;
}




.head-section {
  float: left;
  width: 100%;
  padding: 10px 0px;
}

.head-design {
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
}

.flag-1 {
  padding: 3px 3px;
  width: 14.22%;
}

.flag-1 img {

  width: 100%;
}

.head-right1 p {
    display: block;
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: bold;
    padding: 6px 10px 5px;
    background: #000099;
    margin: 0;
    font-family: poppins;
}

.head-right1 a {
    display: block;
    font-size: 42px;
    color: #000000;
    animation: blk2 0.9s infinite;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 0 0;
    font-family: poppins;
}

.head-right1 a i {
  font-size: 36px;
}

@keyframes blk2 {
  0% {
    color: #ff0003;
  }

  50% {
    color: #000000;
  }

  100% {
    color: #ff0003;
  }
}



.top-line {
  background: #ffa301;
  float: left;
  width: 100%;
}

.top-line1 p {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding: 12px 0 0px;
  text-transform: capitalize;
  text-align: center;
}




.serv1-sec {
  float: left;
  width: 100%;
  padding: 80px 20px;
}

.srv-hd {
  padding: 0px 0px 30px;
  text-align: center;
}

.srv-hd p {
  font-size: 50px;
  color: #ff0003;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  padding-bottom: 0px;
}

.srv-hd span {
  display: block;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
  padding: 35px 0px 0px;
}

.srv-hd p:after {
  content: "";
  position: absolute;
  width: 290px;
  height: 50px;
  top: 100%;
  right: 0px;
  bottom: inherit;
  left: 0px;
  margin: 0 auto;
  background: url(../images/lne.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.best-serv6 {
  padding: 10px 5px 10px 5px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.best-serv7 {
    background: linear-gradient(270deg, #871515 51%, transparent 51%);
    /* background: linear-gradient(270deg, #851d51 51%, transparent 51%); */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px 20px 20px 20px;
    transition: all 300ms linear;
}

.best-serv8 {
    padding: 10px 5px 10px 5px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.43);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    margin: 0px 0 -40px 0;
}

.best-servv2 img {
  transition: all 300ms linear;
}

.best-servv2 img {
    border-radius: 10px;
}

.best-servv3 {
  background: linear-gradient(1deg, #851d51, #311523);
    margin-bottom: 20px;
    margin-top: 15px;
    border-radius: 30px;
}

.best-servv3 p {
  font-size: 25px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  margin: 0px;
  padding: 0px 0px;
  font-weight: 600;
}

.best-serv9 span {
  display: block;
  padding: 0px 0px 20px 0px;
  text-align: center;
}

.best-serv9 span a {
    position: relative;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    color: #fff;
    border: 1px solid #0F236C;
    padding: 10px 20px;
    border-radius: 30px;
    z-index: 1;
    background: #0F236C;
}

.best-serv9 span a:hover {
  background: transparent;
  color: #311523;
  -webkit-box-shadow: 0px 0px 6px #ffffff5c;
  box-shadow: 0px 0px 6px #ffffff5c;
}

.best-serv7:hover {
  background: linear-gradient(270deg, transparent 51%, #791313 51%);
  transition: all 300ms linear;
}

.best-serv7:hover .best-servv2 img {
  transform: rotate(360deg);
  transition: all 300ms linear;
}




.best-services {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.best-services1 {
  padding: 15px;
  text-align: center;
}

.best-services2 {
  padding: 0;
  text-align: center;
  background: #761212;
    padding-bottom: 10px;
}

.best-services3 img {
  /* width: 95%;
  border-radius: 0 0 50% 50%; */
  border: 4px solid #ffa301;
  margin: 0 auto;
  border-top: 0;
}

.best-services4 strong {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  background: #ffe700;
  display: block;
  color: #000;
  padding: 7px 11px 7px;
}

.best-services4 p {
  line-height: 25px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 0;
}

.best-services5 a {
    text-transform: capitalize;
    display: inline-block;
    font-size: 20px;
    color: #311523;
    padding: 6px 15px 6px;
    border-radius: 50px;
    font-weight: 900;
    background: #fff;
}

.best-services5 a.call {background: #fff;}
.best-services5 a.wp {background: #25D366;color: #fff;}








.footer-sec {
  padding: 50px 0px;
  background: #0f236c;
  float: left;
  width: 100%;
}

.footer-sec-1 {
  padding: 0;
  display: flex;
  align-items: center;
}

.footer-left {
  padding: 0;
}

.footer-left-1 {
  padding: 0 20px 0;
}

.footer-title {
  font-size: 33px;
  text-align: center;
  padding: 0;
}

.footer-title strong {
  font-size: 34px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
  text-align: center;
}

.footer-text {
  padding: 0px 12px 0;
  text-align: center;
}

.footer-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
}

.footer-text strong {
  font-weight: 500;
}

.footer-mark {
  padding: 10px 8px 3px;
  font-size: 17px;
  font-weight: 500;
  color: #000;
  background: #ffb500;
  margin: 18px 0 0;
  text-transform: capitalize;
}

.footer-right {
  padding: 0;
}

.footer-right-1 {
  padding: 0 20px 0 14px;
  text-align: right;
}

.srv-list1 {
  padding: 0;
}

.srv-list1-1 {
  padding: 0;
}

.srv-list1-2 {
  padding: 0 0px 0;
}

.srv-list1-text {
  background: #ffa301;
  margin-top: -25px;
  border-radius: 25px 25px 0 0;
  padding: 30px 30px 30px;
  position: relative;
}

.srv-list1-text span {
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  color: #cb050b;
  display: block;
  text-align: center;
}

.srv-list1-text ul {
  padding: 0 0 0;
}

.srv-list1-text ul li {
  padding: 10px 7px 6px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  background: #ffffff;
  margin: 13px 0;
  border-radius: 50px;
  position: relative;
  display: flex;
}

.srv-list1-text ul li:before {
  content: "";
  display: inline-block;
  background: #ffa301;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 8px 0 0;
}

.footer-contact {
  padding: 8px 0 0;
  border-top: 1px solid #fff;
  text-align: center;
}

.footer-contact p {
  padding: 7px 0 2px;
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
}

.footer-contact a {
  padding: 0 0 21px;
  font-size: 35px;
  font-weight: 800;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
}

.call-icon {
  width: 90px;
  height: 90px;
  line-height: 91px;
  background: #ff0003;
  border-radius: 100%;
  color: #ffffff;
  font-weight: 600;
  font-size: 47px;
  position: relative;
  text-align: center;
  margin: 0 auto 0;
  box-shadow: 0 0 0 11px #ffffff;
}


.footer-right-1 p {
  color: #fff;
  font-size: 14px;
  padding: 6px 0 13px;
  line-height: 32px;
  text-align: left;
}

.footer-right-1 p strong {
  color: #ffa301;
}

.footer-right-1 a {
  color: #ffa301;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 500;
}

.copyryt {
  padding: 0;
  text-align: center;
}

.disc {
  padding: 15px 0 0px;
  text-align: center;
  font-size: 13px;
  line-height: 28px;
  color: #fff;
  display: inline-block;
  border-top: 1px solid #ffffff;
}

.copyryt-1 {
  font-size: 15px;
  line-height: 30px;
  color: #ffa301;
  text-align: center;
  padding: 10px 0 0px;
  display: inline-block;
}







.testi-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testi-1 {
  padding: 12px 12px 20px;
  text-align: center;
}

.testi-2 {
  display: block;
  border: 3px solid #db3f0126;
  background: #fff;
}

.testi-2 p {
  color: #484848;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  padding: 0 20px 18px;
}

.testi-2 b i {
  font-size: 55px;
  color: #ff0003;
  margin-top: 20px;
}

.testi-2 strong {
  font-size: 17px;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 5px 0;
  color: #ffffff;
}

.testi-3 {
    background: #761212;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    padding: 3px 20px;
    margin: 0 0 -16px;
}

.rating i {
  color: #ffe700;
  font-size: 18px;
}













.top-services {
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.why-title {
  padding: 0 0 15px;
  /* text-align: left; */
}

.about-title {
  text-align: center;
}

.why-title strong {
  text-transform: capitalize;
  font-size: 55px;
  font-weight: 700;
  display: block;
  color: #69091a;
}

.why-title span {
  text-transform: uppercase;
  font-size: 16px;
  color: #d80d0e;
  font-weight: 600;
  display: block;
}

.sv-title {
  text-align: center;
}

.sv-title strong {
  color: #fff;
}

.sv-title span {
  color: #d80d0e;
  background: linear-gradient(187deg, #eefc0d, #ffa301);
  padding: 5px 15px 5px;
  border-radius: 50px;
}

.top-srv-left {
  padding: 12px;
}

.top-srv-left-1 {
  padding: 0;
  text-align: center;
}

.add {
  padding: 15px 12px 12px;
  background: #ffa301;
  margin: 10px 0 20px;
}

.add span {
  color: #ff0003;
  padding: 5px 15px 5px;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  text-transform: capitalize;
  background: #fff;
}

.add strong {
  color: #69091a;
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  border-bottom: 1px solid #dc240e;
}

.add p {
  color: #000000;
  padding: 6px 0 0px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 23px;
}

.our-whatsapp {
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(1deg, #851d51, #311523);
}

.our-whatsapp .whatsapp-left {
  width: 25%;
  padding: 0;
  text-align: center;
}

.our-whatsapp .whatsapp-left i {
  color: #fff;
  font-size: 100px;
}

.our-whatsapp .whatsapp-right {
  width: 80%;
  padding: 0;
}

.our-whatsapp .whatsapp-right a {
  color: #fff;
}

.our-whatsapp .whatsapp-right a span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform:
    capitalize;
  padding: 10px 0 0;
  display: block;
}

.our-whatsapp .whatsapp-right a p {
  color: #fff;
  font-weight: 800;
  font-size: 52px;
  margin: -4px 0 0 0;
  text-transform:
    uppercase;
}

.top-srv-right-1 {
  padding: 30px 20px 20px;
  position: relative;
  background: linear-gradient(1deg, #851d51, #311523);
  border-radius: 15px;
}

.top-srv-right-1:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(1deg, #851d51, #311523);
  z-index: -1;
  top: 0;
  right: -140px;
}

.top-services-1 {
  padding: 10px 0;
}

.top-services-2 {
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-services-3 {
  padding: 0;
  position: relative;
}

.top-services-3 img {
  border-radius: 400px 400px 0 0;
  width: 100%;
  border: 8px solid #ffffff;
}

.top-services-4 {
  padding: 15px 0px 0px 20px;
  text-align: left;
}

.top-services-4 span {
  color: #da0d0b;
  font-size: 22px;
  display: inline-block;
  padding: 2px 15px 0px;
  font-weight: 700;
  border-radius: 50px;
  text-transform: uppercase;
  background: linear-gradient(187deg, #eefc0d, #ffa301);
}

.top-services-4 p {
  padding: 12px 0 10px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
  border-bottom: 1px solid #ffffff3d;
}

.top-services-4 a {
  color: #00ff0d;
  font-weight: 600;
  display: block;
  font-size: 18px;
  float: right;
  padding: 5px 0 0;
  text-transform: uppercase;
}

.choose-1 {
  padding: 12px;
  text-align: center;
}

.counter-box {
  padding: 0px 0px 30px;
  position: relative;
  z-index: 1;
}

.counter-box:before {
  content: "";
  position: absolute;
  width: 99px;
  height: 7px;
  bottom: 0;
  right: 0px;
  left: 0px;
  margin: 0 auto;
  background: #ffa301;
  z-index: -2;
  border-radius: 50px;
}

.counter-box2 {
  text-align: center;
  border-radius: 8px;
  margin: 0 auto;
  padding: 10px 10px 10px;
  position: relative;
  z-index: 1;
  background: #ffa301;
}

.counter-box2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  background: #ffa301;
  transform: scale(0);
  z-index: -1;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
  border: 0px solid #ff0003;
}

.icon-box {
  display: block;
  font-size: 40px;
  color: #ff0003;
}

.counter-main .counter-box2 .count-name {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}

.counter-box:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 14%;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0 auto;
  background: #ffa301;
  z-index: -1;
  border-radius: 0px 0px 5px 5px;
}










.aboutus-section {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.aboutus-section:before {
  position: absolute;
  content: "";
  background: #6c2020;
  height: 100%;
  width: 100%;
  top: 0;
}

.about-head {
  padding: 0 0 28px;
  text-align: center;
}

.about-head strong {
  color: #ffe700;
    font-size: 55px;
    text-transform: capitalize;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    background: #0f236c;
    padding: 20px;
    border-radius: 0px 0px 20px 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: 500;
    font-size: 17px;
    /* padding: 8px 0; */
    text-align: justify;
}

.about-us-1 p strong {
    color: #ffe700;
    font-weight: 600;
}

.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: #ffa301;
  font-weight: 300;
  display: inline-block;
  font-size: 16px;
  padding: 0 6px 0 0;
  text-align: center;
}




@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
  .flag-1 img {
  width: 50%;
}
.best-services1 {
  width: 50%;
}
.footer-contact a {
  font-size: 25px;
}
}

@media(min-width:640px) and (max-width:767px) {.head-center1 {
    display: none;
  }

  .head-right1 a {
    font-size: 30px;
  }

  .our-whatsapp .whatsapp-right a p {
    font-size: 23px;
  }

  .our-whatsapp .whatsapp-left i {
    font-size: 80px;
  }

  .best-services1 {
    float: left;
  }

  .footer-sec-1 {
  display: block;
}
.footer-contact a {
  font-size: 25px;
}
.srv-list1-text ul li {
  text-align: center;
}}

@media(min-width:480px) and (max-width:639px) {.head-center1 {
    display: none;
  }

  .head-right1 a {
    font-size: 30px;
  }

  .our-whatsapp .whatsapp-right a p {
    font-size: 23px;
  }

  .our-whatsapp .whatsapp-left i {
    font-size: 80px;
  }

  .best-services1 {
    float: left;
  }

  .footer-sec-1 {
  display: block;
}
.footer-contact a {
  font-size: 25px;
}
.srv-list1-text ul li {
  text-align: center;
}}

@media(min-width:320px) and (max-width:479px) {
  .head-center1 {
    display: none;
  }

  .head-right1 a {
    font-size: 30px;
  }

  .our-whatsapp .whatsapp-right a p {
    font-size: 23px;
  }

  .our-whatsapp .whatsapp-left i {
    font-size: 80px;
  }

  .best-services1 {
    float: left;
  }

  .footer-sec-1 {
  display: block;
}
.footer-contact a {
  font-size: 25px;
}
.srv-list1-text ul li {
  text-align: center;
}
}

.bg1 {background: #F9FBFE !important;}
.bg2 {background: #e2ebf7 !important;}
.bg3 {background: #FEF6E6 !important;}
.bg4 {background: #0f236c !important;}
.bg5 {background: #bc0d0d !important;}

.ser-dec {
    text-align: center;
    margin-bottom: 25px;
}

.best-serv9 span a.wp {
    border: 1px solid #25D366;
    background: #25D366;
}

.pb-50 {padding-bottom: 50px !important;}
.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.as_heading {
    font-weight: 700;
    color: #ba022f;
}


@media (min-width: 769px) {
    .d-none-mobile {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .d-none-desktop {
        display: none !important;
    }
}