@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg2.jpg);
  background-attachment: fixed;
  background-repeat: repeat;
}

img {
  max-width: 100%;
}

body {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.hdd {
  font-family: "Instrument Serif", 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;
}






.primeserv-section {
  padding-bottom: 50px;
  float: left;
  width: 100%;
}

.primeserv-1 {
  padding: 15px;
}

.primeserv-2 {
  padding: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px 2px #e2e2e2;
  border-radius: 29px;
  color: #6d2940;
}

.primeserv-2 img {
  border-radius: 20px;
}

.primeserv-2 strong {
  font-size: 26px;
  padding: 15px 0 0 0;
  font-weight: 800;
  display: block;
  position: relative;
  text-transform: capitalize;
  background: linear-gradient(4deg, #ffcb00, #ff0003);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.primeserv-2 span {

  height: 30px;

  width: 30px;

  display: block;

  margin: 14px auto 0;
}

.primeserv-2 span i {
  font-size: 30px;
  color: #ff0003;
}

.primeserv-2 ul li {
  list-style: none;
  font-size: 16px;
  color: #222;
  margin: 17px 0 0px 0;
  padding: 0px 0px 3px 26px;
  position: relative;
  text-align: left;
  font-weight: 600;
  display: block;
}

.primeserv-2 ul li i {
  font-weight: 600;
  position: absolute;
  color: #ff0003;
  text-align: center;
  left: 0px;
  font-size: 18px;
  border-radius: 50%;
}



.top-mark1 {
  text-align: center;
  background: linear-gradient(1deg, #851d51, #311523);
  float: left;
  width: 100%;
}

.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;
}




.top-line {
  background: #ffa301;
  float: left;
  width: 100%;
}

.top-line1 p {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  padding: 9px 0 7px;
  text-transform: capitalize;
  text-align: center;
}






.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: 16px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 600;
  padding: 6px 10px 5px;
  background: #ffa301;
  margin: 0;
}

.head-right1 a {
  display: block;
  font-size: 33px;
  color: #000000;
  animation: blk2 0.9s infinite;
  text-transform: uppercase;
  font-weight: 900;
  padding: 4px 0 0;
}

.head-right1 a i {
  font-size: 27px;
}

@keyframes blk2 {
  0% {
    color: #ff0003;
  }

  50% {
    color: #000000;
  }

  100% {
    color: #ff0003;
  }
}





.services {
  background: url(../images/bb.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.services-1 {
  padding: 12px;
  margin-top: 30px;
}

.services-2 img {
  border-radius: 50%;
  border: 12px solid #ffa301;
  border-bottom: 0;
}

.services-3 {
  padding: 15px 0 0;
}

.services-3 strong {
  font-size: 25px;
  text-transform: capitalize;
  display: block;
  color: #ffa301;
  font-weight: 500;
}

.services-3 p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  padding: 4px 0 15px;
}

.services-3 a {
  color: #ffffff;
  padding: 8px 15px 6px;
  display: inline-block;
  font-size: 17px;
  margin: 0 auto;
  border-radius: 7px;
  text-transform: capitalize;
  border: 1px solid #ffffff;
}


.about-title {
  text-align: center;
}


.about-title strong {
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 200;
  display: block;
  position: relative;
  background: linear-gradient(to top, #ffffff 32%, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.service-title span {
  color: #000000;
  background: #ffa301;
  padding: 7px 20px 5px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  display: inline-block;
  margin: -18px 0 0;
  border-radius: 30px;
}


.topservices {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.topservices .about-title span {
  color: #ffffff;
  background: #48172f;
  padding: 7px 20px 5px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  display: inline-block;
  margin: -18px 0 0;
  border-radius: 30px;
}

.topservices .about-title strong {
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 200;
  font-family: "ReinaNeueDisplay";
  display: block;
  position: relative;
  background: linear-gradient(4deg, #ffcb00, #ff0003);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-services1 {
  padding: 12px;
  margin-top: 30px;
}

.top-services2 {
  padding: 0px;
  background: #fff;
  box-shadow: 0 0 9px 0px #e7e7e7;
  text-align: center;
  border-radius: 0 140px 0 0;
}

.top-services3 img {
  border-radius: 0 200px 200px 0;
  width: 100%;
}

.top-services3 span {
  position: relative;
  display: block;
}

.top-services3 span a {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background: #00a300;
  color: #ffffff;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 82px;
  font-size: 48px;
  display: inline-block;
  bottom: -30px;
  animation-name: rip;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
}

.top-services4 {
  text-align: center;
  padding: 40px 15px 15px;
}

.top-services5 {
  text-align: center;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  transition: 0.4s ease-in;
}

.top-services5 strong {
  text-transform: capitalize;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  background: linear-gradient(4deg, #ffcb00, #ff0003);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-services5 p {
  color: #000;
  font-size: 16px;
  line-height: 30px;
}





.best-services {
  float: left;
  width: 100%;
  padding-top: 50px;
}

.best-services1 {
  padding: 12px;
}

.best-services2 {
  text-align: center;
}

.best-services2 img {
  border-radius: 500px 500px 0 0;
  width: 100%;
}

.best-services2 p {
  font-size: 24px;
  background: #48172f;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  padding: 0px 12px 6px;
  border-radius: 0 0 30px 30px;
}

.best-services2 a {
  color: #00a300;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 800;
  padding: 6px 0px 0;
  display: inline-block;
}





.testimonials {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testimonials .about-title span {
  color: #ffffff;
  background: #48172f;
  padding: 7px 20px 5px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  display: inline-block;
  margin: -18px 0 0;
  border-radius: 30px;
}

.testimonials .about-title strong {
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 200;
  font-family: "ReinaNeueDisplay";
  display: block;
  position: relative;
  background: linear-gradient(4deg, #ffcb00, #ff0003);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.client-testi {
  padding: 12px 0 0;
}

.testimonails-1 {
  padding: 12px;
  margin-top: 20px;
}

.testimonails-2 {
  padding: 0px 0 30px;
  border-radius: 0px 30px 30px 30px;
  position: relative;
  background: #fff;
  z-index: 9;
  box-shadow: 0 0 9px 0px #e7e7e7;
  overflow: hidden;
}

.testimonails-2 p {
  text-align: center;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding: 25px;
}

.testimonails-2 span {
  display: block;
  font-size: 18px;
  color: #000000;
  text-transform: capitalize;
  font-weight: 700;
  margin: 10px 0px 0px auto;
  width: 50%;
}

.testimonails-2 strong {
  display: block;
  padding: 15px 0 0 0;
}

.testimonails-2 strong i {
  background: linear-gradient(4deg, #ffcb00, #ff0003);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 20px;
  padding: 0 7px;
}



.aboutus-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
}



.aboutus-section .about-title span {
  color: #ffffff;
  background: #48172f;
  padding: 7px 20px 5px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  display: inline-block;
  margin: -18px 0 0;
  border-radius: 30px;
}

.aboutus-section .about-title strong {
  text-transform: capitalize;
  font-size: 50px;
  font-weight: 200;
  font-family: "ReinaNeueDisplay";
  display: block;
  position: relative;
  background: linear-gradient(4deg, #ffcb00, #ff0003);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}




.aboutus-2 {
  padding: 0px 0px 0px 0px;
}

.about-content {
  padding-top: 20px;
}

.about-content p {
  color: #000000;
  font-size: 16px;
  line-height: 33px;
  text-align: justify;
  padding: 0px 0 10px;
}

.about-content p strong {
  color: #ff082c;
  font-weight: 600;
}

.about-content ul {
  padding: 0;
}

.about-content ul li {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #ff3f19;
  text-transform: capitalize;
  display: block;
  padding: 8px 12px 8px 51px;
  position: relative;
  margin: 15px 0;
  border-radius: 10px;
}

.about-content ul li:last-child {
  border-bottom: 0;
  margin: 0;
}

.about-content ul li i {
  margin: 0 auto;
  position: absolute;
  left: 10px;
  font-size: 20px;
  color: #000000;
  font-weight: 600;
  top: -1px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  width: 31px;
  border-radius: 0 0 20px 20px;
  background: #ffffff;
  box-shadow: -1px 4px 6px #ffede8;
}


.banner img {
  width: 100%;
  margin-top: 50px;
}

.whatsapp-chat a {
  display: block;
  background: #097f09;
  position: relative;
  z-index: 9;
  padding: 20px 0 20px;
}

.whatsapp-chat a span {
  color: #ffffff;
  padding: 0px 0px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 53px;
  display: block;
  height: 115px;
  width: 115px;
  line-height: 95px;
  margin: 0 auto;
  background: #11ab00;
  border-radius: 50%;
  border: 10px solid #ffffff;
}

.whatsapp-chat a:before {
  background: url(../images/bg-whatsapp.jpg) no-repeat #097f09;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -9;
  opacity: 0.2;
  border-radius: 14px;
  background-size: cover;
}

.whatsapp-chat a b {
  padding: 20px 0 0;
  font-size: 28px;
  font-weight: 700;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}

.whatsapp-chat a strong {
  font-size: 42px;
  font-weight: 800;
  display: block;
  color: #000000;
  background: #fff;
}














.footer {
  background: url(../images/bb.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  float: left;
  width: 100%;
  padding-bottom: 50px;
}

.footer-left1 {
  padding: 30px 12px 30px;
}

.footer-about a img {
  height: 110px;
}

.footer-about p {
  color: #ffffff;
  padding: 15px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-align: justify;
}


.footer-about {
  padding: 0px 0 0;
}

.footer-about a {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  background: #ffffff;
  padding: 9px 11px 6px;
  font-weight: 800;
}

.footer-about strong {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.footer-links {
  padding: 18px 0 0;
}

.footer-navigation1 {}

.footer-navigation1 a {
  display: block;
}

.footer-navigation1 a span {
  color: #fff;
  padding: 20px 0px 11px;
  text-transform: capitalize;
  margin: 12px 0 0;
  font-weight: 600;
  font-size: 37px;
  text-align: center;
  display: block;
  border: 1px solid white;
  position: relative;
  z-index: 9;
}

.footer-navigation1 a span i {
  display: block;
  font-size: 80px;
}

.footer-navigation1 a b {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}

.choose-bottom1 {
  padding: 10px;
}

.footer-navigation1 a span i {
  font-size: 60px;
  font-weight: 400;
  margin: 0px 0 0px 0px;
}

.footer-services1 {
  padding: 0 0px 0 20px;
}

.footer-services1 strong {
  display: block;
  color: #000000;
  font-size: 23px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 500;
}



.footer-right {
  padding: 10px;
  border: 1px solid;
}


.footer-right-1 {
  padding: 30px 20px 20px 20px;
  background: #fff;
}

.footer-right-1 strong {
  display: block;
  color: #000000;
  font-size: 42px;
  text-transform: capitalize;
  font-weight: 600;
  position: relative;

}

.footer-right-1 p {
  font-size: 16px;
  line-height: 28px;
  padding: 22px 10px 10px 0px;
  color: #fff;
  font-weight: 400;
}

.footer-right-1 ul {
  padding: 7px 0 0;
  list-style: none;
  margin: 0;
}

.footer-right-1 ul li {
  padding: 15px 10px 2px 10px;
  background: #69cb00;
  margin: 6px 0 0px;
  text-align: center;
  position: relative;
}

.footer-right-1 li span {
  font-size: 39px;
  display: block;
  color: #fff;
  padding: 0px 0 0 0;
  font-weight: 800;
}

.footer-right-1 li b {
  font-size: 22px;
  font-weight: 800;
  color: #002c00;
  text-transform: uppercase;
  display: block;
  background: #fff;
  text-align: center;
  padding: 2px 0 0;
}

.footer-right-1 li i {
  position: absolute;
  right: 30px;
  font-size: 97px;
  color: #ffffff1f;
}

.copy-right {
  padding: 10px 0 20px;
  background: #ffa301;
}

.copy-right p {
  color: #000;
  font-weight: 500;
  font-size: 14px;
  padding: 0 0 10px 0;
  display: block;
}












.chooseus-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.chooseus-section1 {
  padding: 0px;
}

.tri-1 {
  position: absolute;
  left: -150px;
  bottom: -30px;
  z-index: -9;
}

.tri-1 img {
  height: 633px;
}

.pick-1 {
  overflow: hidden;
  padding: 40px 10px;
}

.pick-2 {
  padding: 0;
  text-align: center;
}

.pick-2:before {
  top: -13px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #d90000;
  border: 6px solid #fff;
  z-index: 99;
}

.pick-2:after {
  top: -50px;
  width: 68px;
  height: 1px;
  transform: rotate(90deg);
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #222;
  z-index: -9;
}

.pick-2 .round-pick1 {
  position: absolute;
  left: 0;
  bottom: 8px;
  right: 0;
  top: 0;
  overflow: hidden;
  margin: auto;
  z-index: -1;
  animation: rotation 15s linear infinite;
}

.pick-12 {
  margin-top: 100px;
}

.pick-13 {
  margin-top: 100px;
}


.pick-3 {
  height: auto;
  background: linear-gradient(4deg, #ffcb00, #ff0003);
  border: 0;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 0;
  padding: 0px 20px 40px;
  overflow: hidden;
}

.pick-3 span {
  height: 87px;
  line-height: 68px;
  overflow: hidden;
  text-align: center;
  padding: 10px 0 20px;
  width: 87px;
  display: block;
  background: #000000;
  border-radius: 0px 0px 50% 50%;
  margin: 0px auto 0px;
}

.pick-3 span img {
  height: 53px;
}

.pick-3 strong {
  font-size: 20px;
  margin: 14px 0 3px;
  font-weight: 700;
  display: block;
  text-transform: capitalize;
  color: #fff;
}

.pick-3 p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
}


.chooseus-section .about-title span {
  color: #ffffff;
  background: #48172f;
  padding: 7px 20px 5px;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 16px;
  display: inline-block;
  margin: -18px 0 0;
  border-radius: 30px;
}

.chooseus-section .about-title strong {
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 200;
  font-family: "ReinaNeueDisplay";
  display: block;
  position: relative;
  background: linear-gradient(4deg, #ffcb00, #ff0003);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-services3 {
  margin: 0;
  padding: 0;
}






@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
  .head-center1 {
    display: none;
  }

  .top-services1 {
    width: 50%;
  }
}

@media(min-width:640px) and (max-width:767px) {
  .head-center1 {
    display: none;
  }

  .head-right1 a {
    font-size: 30px;
  }

  .topservices .about-title strong {
    font-size: 45px;
  }

  .whatsapp-chat a strong {
    font-size: 30px;
  }

  .aboutus-section .about-title strong {
    font-size: 45px;
  }

  .chooseus-section .about-title strong {
    font-size: 45px;
  }

  .pick-12 {
    margin-top: 0;
  }

  .about-title strong {
    font-size: 45px;
  }

  .testimonials .about-title strong {
    font-size: 45px;
  }
}

@media(min-width:480px) and (max-width:639px) {
  .head-center1 {
    display: none;
  }

  .head-right1 a {
    font-size: 30px;
  }

  .topservices .about-title strong {
    font-size: 45px;
  }

  .whatsapp-chat a strong {
    font-size: 30px;
  }

  .aboutus-section .about-title strong {
    font-size: 45px;
  }

  .chooseus-section .about-title strong {
    font-size: 45px;
  }

  .pick-12 {
    margin-top: 0;
  }

  .about-title strong {
    font-size: 45px;
  }

  .testimonials .about-title strong {
    font-size: 45px;
  }
  .head-section .container-fluid {
  padding: 0;
}
.head-section .col-sm-12.col-md-12.col-lg-12.head-logo2 {
  padding: 0;
}
}

@media(min-width:320px) and (max-width:479px) {

  .head-center1 {
    display: none;
  }

  .head-right1 a {
    font-size: 30px;
  }

  .topservices .about-title strong {
    font-size: 45px;
  }

  .whatsapp-chat a strong {
    font-size: 30px;
  }

  .aboutus-section .about-title strong {
    font-size: 45px;
  }

  .chooseus-section .about-title strong {
    font-size: 45px;
  }

  .pick-12 {
    margin-top: 0;
  }

  .about-title strong {
    font-size: 45px;
  }

  .testimonials .about-title strong {
    font-size: 45px;
  }

  .footer-right-1 li span {
    font-size: 29px;
  }

  .footer-navigation1 a span {
    font-size: 29px;
  }
  .head-section .container-fluid {
  padding: 0;
}
.head-section .col-sm-12.col-md-12.col-lg-12.head-logo2 {
  padding: 0;
}
}