@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz: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: no-repeat;
  background-position-x: center;
}

img {
  max-width: 100%;
}

body {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;

  font-style: normal;
}

.hdd {
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 900;
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.header {
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  background: #fff;
}




.head-align {
  align-items: center;
}

.top-header {
  background: linear-gradient(45deg, #082e04, #000);
  float: left;
  width: 100%;
}

.top-header-left {
  padding: 0;
}

.top-header-left-1 ul li {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 10px 5px;
  display: inline-block;
}

.top-header-left-1 ul li a {
  color: #fff;
}

.top-header-left-1 ul li a i {
  color: #fcd000;
  font-weight: 700;
  padding: 0 5px 0 0;
}

.top-header-center {
  padding: 10px 12px;
}

.top-header-center-1 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  padding: 10px 10px 0px;
  text-transform: capitalize;
  background: #ffffff;
  box-shadow: 0 0 7px 0px #ffffff;
  animation: blinkk .8s infinite;
}

.top-header-right {
  padding: 0;
}

.top-header-right-1 p {
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  padding: 7px 0 5px;
}

.top-header-right-1 p {
  margin-top: 10px;
}

.top-header-left {
  margin-top: 8px;
}











.about {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.about-section {
  padding: 12px;
}

.about-title {
  padding: 0 0 30px;
  text-align: center;
}

.about-title strong {
  text-transform: capitalize;
  font-size: 55px;
  font-weight: 900;
  padding: 10px 0 0;
  display: block;
  color: #ba0000;
  line-height: 60px;
  border-top: 2px solid #082e04;
  margin: 6px 0 0;
}

.about-title span {
  text-transform: uppercase;
  padding: 9px 15px 7px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 800;
  display: inline-block;
  border-radius: 50px;
  background: linear-gradient(45deg, #082e04, #000);
}

.about-us-content p {
  font-size: 16px;

  line-height: 30px;
  color: #202020;
  padding: 8px 0;
  text-align: justify;
}

.about-us-content p strong {
  color: #000;
  font-weight: 600;
}

.about-us-content ul {
  padding: 10px 0;
}

.about-us-content ul li {
  position: relative;
  border-radius: 50px;
  padding: 10px 15px 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  background: linear-gradient(45deg, #082e04, #000);
  margin: 5px 0 5px 3px;
  display: inline-block;
  text-transform: capitalize;
}

.about-contac {

  padding: 25px 0 0;
}

.about-contac a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-weight: 600;
  font-size: 17px;
  color: #000000;
  border: 1px solid #f5d900;
  padding: 12px 58px 12px 20px;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  gap: 10px;
  z-index: 2;
  text-align: center;
}

.about-contac a::after {
  content: "";
  background: linear-gradient(45deg, #fcd000, #d6ff00);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.about-contac span {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(45deg, #fcd000, #d6ff00);
  border-radius: 50%;
  font-size: 20px;
  color: #a20a10;
  transition: all 500ms ease;
  right: 6px;
}

.about-contac a:hover {
  color: #000000;
  border: 1px solid #f5d900;
}

.about-contac a:hover span {
  color: #037300;
  background: #fff;
}

.about-contac a:hover:after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.about-img {

  padding: 12px;

  margin: 0 auto;
}

.about-img img {

  width: 100%;
}











.services-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
  background: #082e04;
}

.services-section1 {
  padding: 0;
}

.services-heading {
  padding: 0 0 20px;
}

.services-heading strong {
  display: block;
  font-size: 101px;
  text-align: left;
  text-transform: capitalize;
  font-weight: 700;
  margin: -40px 0 0;
  color: #ba0000;
}

.services-heading span {
  color: #3b3b3b;
  background: #fff;
  font-size: 15px;
  margin: 0px 0 0px 0;
  text-transform: uppercase;
  border-radius: 30px;
  font-weight: 600;
  display: block;
  width: fit-content;
  padding: 5px 20px;
}

.services {
  padding: 30px 0 0 0;
}

.services-1 {
  padding: 10px;
}

.services-2 {
  padding: 0;
  background: linear-gradient(45deg, #fcd000, #d6ff00);
  border-radius: 40px;
  transition: 0.4s ease-in-out;
}

.services-3 {
  padding: 0;
}

.services-3 img {
  width: 100%;
  border-radius: 30px 30px 0 0;
}

.services-4 {
  text-align: center;
  padding: 30px 20px 30px;
}

.services-4 strong {
  display: block;
  font-size: 30px;
  text-transform: capitalize;
  margin: 0;
  font-weight: 700;
  padding: 0;
  color: #082e04;
}

.services-4 p {
  color: #dbdbdb;
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  padding: 10px 0 0;
}

.services-4 a {
  background: #f8930e;
  color: #ffffff;
  padding: 10px 45px;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 70px;
  text-shadow: 0 0 5px white;
  margin: 10px 0px;
  display: inline-block;
}

.chooseus-section {
  padding: 0;
}

.chooseus-section1 {
  padding: 0px 0px 0 30px;
}

.choose1 {
  padding: 10px;
}

.choose2 {
  padding: 50px 0px 30px;
  text-align: center;
  border: 1px solid #3f3565;
  border-radius: 14px 14px;
  position: relative;
}

.choose2 p {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  letter-spacing: 3px;
  text-transform: capitalize;
  padding: 0 0 0 0;
  border-radius: 0px 0px 10px 10px;
  margin: 0;
}

.choose2 span {
  height: 60px;
  font-size: 37px;
  color: #ffffff;
  width: 60px;
  line-height: 62px;
  display: block;
  background: #082e04;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: rgba(255, 28, 17, 0.71) 0px 0px 0px 5px;
}

.choose2 .love_count {
  padding: 18px 0 0 0;
  font-size: 31px;
  line-height: 42px;
  font-weight: 600;
  color: #ffffff;
}












.testimonials-section {
  padding: 50px 0px;
  float: left;
  width: 100%;
}

.testimonials-section1 {
  padding: 0px;
}

.heading-design {
  padding: 0px 0;
  text-align: center;
}

.heading-design strong {
  font-family: 'Federo', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin: 0px 0 0;
}

.heading-design p {
  color: #ff0000;
  font-size: 18px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
  padding: 0;
}

.chat-heading11 {
  padding: 0;
}

.testimonials {
  padding: 50px 0px 0px;
}

.testimonials-1 {
  padding: 10px;
}

.testimonials-2 {
  padding: 20px;
  border-radius: 20px;
  position: relative;
  text-align: center;
  border: 1px solid #dbdbdb;
}

.testimonials3 {
  padding: 0;
  text-align: center;
  margin: 0;
}

.testimonials3 img {
  border-radius: 50%;
  padding: 0;
  border: 6px solid #082e044d;
  height: 70px;
}

.testimonials-text {
  padding: 12px 0 11px;
}

.testimonials-text p {
  color: #4f4f4f;
  font-size: 15px;
  line-height: 30px;

  margin: 0;
}

.testimonials-name {
  padding: 0px 0 0;
}

.testimonials-name strong {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  text-transform: capitalize;
  color: #ba0000;
}

.testimonials-name p {
  color: #000000;
  font-size: 15px;
  letter-spacing: 2px;
  display: inline-block;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

.testimonials-name span {
  display: block;
  color: #ffffff;
}

.testimonials-name span i {
  padding: 0 4px;
  font-size: 15px;
  color: #ffa700;
}

.qoute {
  padding: 0;
  position: absolute;
  bottom: 0;
  z-index: -9;
  opacity: 0.1;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.qoute span {
  display: block;
  border-radius: 50%;
  color: #082e04;
  font-size: 281px;
  margin: 0 auto;
}

.faq-head {
  padding: 0;
  text-align: center;
}

.faq-head strong {
  font-size: 63px;
  font-weight: 800;
  text-transform: capitalize;
  display: block;
  margin: -7px 0 0 0;
  color: #ba0000;
}

.faq-head p {
  color: #082e04;
  font-size: 17px;
  text-transform: capitalize;
  margin: 0;
  display: inline-block;
  font-weight: 500;
  padding: 0 0 0 0;
}












.bestserv-sec {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
  padding: 50px 0px;
}




.best-services1 {
  padding: 12px;
}

.best-services2 {
  position: relative;
  display: block;
  background: linear-gradient(45deg, #082e04, #000);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 20px;
  z-index: 1;
}

.best-services-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .10;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.best-services2 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #ffffff;
  padding: 2px 0 17px;
  text-align: justify;
}

.best-services2 strong {
  font-size: 20px;
  padding: 0 0 6px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}

.sv-contac a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  font-weight: 600;
  font-size: 15px;
  color: #000;
  border: 1px solid #ffffff;
  padding: 12px 50px 12px 15px;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
  text-transform: uppercase;
  overflow: hidden;
  gap: 10px;
  z-index: 2;
  text-align: center;
  background-color: yellow;
}

.top-srv-text .sv-contac a {
  border: 1px solid #ffffff38;
}

.sv-contac a::after {
  content: "";
  background: linear-gradient(45deg, #fcd000, #d6ff00);
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: circle(0% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
  z-index: -1;
}

.sv-contac span {
  width: 35px;
  height: 35px;
  line-height: 38px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 19px;
  color: #000000;
  transition: all 500ms ease;
  position: absolute;
  right: 5px;
}

.sv-contac a:hover {
  color: #000000;
  border: 1px solid #f5d900;
}

.sv-contac a:hover span {
  color: #ba0000;
}

.sv-contac a:hover:after {
  clip-path: circle(100% at 50% 50%);
  transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.top-srv-1 {
  padding: 12px 12px 0;
  text-align: center;
  border-bottom: 1px solid #ffffff38;
  margin: 0 0 12px;
}

.top-srv-2 {
  border: 1px solid #ffffff38;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.22);
  border-radius: 500px 500px 0 0;
  padding: 25px;
  border-bottom: 0;
  background-color: #093100;
}

.top-srv-img {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 300px;
  border: 6px solid #ffffff;
  border-radius: 50%;
  margin: 0 auto;
}

.top-srv-img img {
  width: 100%;
  border-radius: 50%;
  transition: 0.5s;
}

.top-srv-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  visibility: hidden;
  /* height: 100%; */
  width: 0;
  transition: 1s;
  overflow: hidden;
}

.top-srv-2:hover .top-srv-img img:nth-child(2) {
  width: 100%;
  visibility: visible;
}

.top-srv-text strong {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 800;
  font-size: 20px;
  padding: 20px 0 0;
  display: block;
  line-height: 30px;
  text-shadow: 0 0 16px #e1a313;
}

.top-srv-text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  color: #ffffff;
  padding: 7px 0 20px;
  margin: 0 0 10px;
}













.footer_section {
  float: left;
  width: 100%;
  background: #000;
  background: linear-gradient(45deg, #082e04, #000);
}

.footer-contact1 {
  padding: 0 12px;
  text-align: center;
}

.footer-contact2 {
  padding: 40px 0 40px;
  background: linear-gradient(141deg, #fcd000, #d6ff00);
}

.footer-contact2 span {
  font-size: 16px;
  font-weight: 800;
  color: #082e04;
  text-transform: uppercase;
}

.footer-contact2 strong {
  font-size: 30px;
  font-weight: 800;
  color: #000000;
  text-transform: capitalize;
  padding: 0 0 5px;
  display: block;
}

.footer-contact2 ul li a {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  background: linear-gradient(45deg, #082e04, #000);
  padding: 0px 15px 0;
  display: block;
  text-shadow: 0 0 16px #ff6c00;
}

.footer-contact2 ul li i {
  font-size: 90px;
  font-weight: 600;
  padding: 15px 0 0;
  color: #082e04;
}

.footer-contact3 {
  padding: 15px 20px 13px !important;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
  text-align: center;
}

.footer-head {
  text-align: center;
  font-size: 42px;
  font-weight: 200;
  color: #ffffff;
  text-transform: capitalize;
  padding: 0;
  text-shadow: 0 0 8px #ffffff;
  display: block;
  font-family: "Berkshire Swash", serif;
}

.footer-list1 p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #202020;
  padding: 10px 0 0;
}




.dis {
  background: linear-gradient(45deg, #fcd000, #d6ff00);
  text-align: center;
  padding: 9px 0;
  float: left;
  width: 100%;
}

.dis-1 p {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 22px;
  padding: 20px 0 0;
}

.dis-1 span {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  line-height: 25px;
  display: block;
}







.list {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.list-1 {
  padding: 12px;
}

.list-2 {
  text-align: center;
  padding: 8px 20px;
  background: white;
  border: 1px solid #fcd000;
}

.list-2 ul li {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  text-align: center;
  padding: 10px 0;
  margin: 15px 0;
  background: linear-gradient(45deg, #fcd000, #d6ff00);
  border-radius: 50px;
}






.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: #ba0000;
  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(#ba0000, #51a846);
  line-height: 70px;
  font-size: 25px;
  height: 25px;
  width: 25px;
  margin: 0 auto 46px;
  border-radius: 50px;
  border: 3px solid #ba0000;
}

.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: #ba0000;
  padding: 0 0 5px;
  display: inline-block;
}

.counter p {
  color: #ba0000;
  background: linear-gradient(45deg, #fcd000, #d6ff00);
  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: #ba0000;
  padding: 15px 15px 10px;
}

.contact-text p {
  color: #ba0000;
  font-weight: 900;
  font-size: 32px;
  text-transform: capitalize;
  display: block;
  line-height: 45px;
  background: linear-gradient(45deg, #fcd000, #d6ff00);
  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: #ba0000;
  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;
}

.srv-head {
  padding: 0 0 12px;
  text-align: center;
}

.srv-head span {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  display: block;
}

.srv-head strong {
  color: #ba0000;
  font-weight: 900;
  font-size: 55px;
  text-transform: capitalize;
  display: block;
}

.header2 img {
  width: 90%;
}








@media(min-width:992px) and (max-width:1200px){.top-srv-1 {
  float: left;
  width: 50%;
}.top-srv-img {
  max-width: 100%;
}
}
@media(min-width:768px) and (max-width:991px){
  .top-header-left {
  text-align: center;
}
.services-1 {
  padding: 10px;
  width: 50%;
}.top-srv-1 {
  float: left;
  width: 50%;
}
.footer-contact1 {
  width: 50%;
}
}
@media(min-width:640px) and (max-width:767px){.top-header-left {
  text-align: center;
}
.header2 {
  display: none;
}
.top-header-right-1 p {
  display: none;
}
.services-heading strong {
  font-size: 44px;
  margin: -20px 0 0;
}.choose-1 {
  padding: 15px;
  width: 100%;
}
.contentdg a {
  font-size: 27px;
}
.top-srv-1 {
  float: left;
}
}
@media(min-width:480px) and (max-width:639px)
{.top-header-left {
  text-align: center;
}
.header2 {
  display: none;
}
.top-header-right-1 p {
  display: none;
}
.services-heading strong {
  font-size: 44px;
  margin: -20px 0 0;
}.choose-1 {
  padding: 15px;
  width: 100%;
}
.contentdg a {
  font-size: 27px;
}
.top-srv-1 {
  float: left;
}
 .top-header-left {
    display: none;
  }
  .header .container {
  padding: 0;
}
.bestserv-sec {
  position: relative;
  padding: 25px 0px;
}
.services-4 {
  padding: 10px 20px 10px;
}
.chooseus-section1 {
  padding: 0px 0px 0 0px;
}
}
@media(min-width:320px) and (max-width:479px)
{
  .top-header-left {
  text-align: center;
}
.header2 {
  display: none;
}
.top-header-right-1 p {
  display: none;
}
.services-heading strong {
  font-size: 44px;
  margin: -20px 0 0;
}.choose-1 {
  padding: 15px;
  width: 100%;
}
.contentdg a {
  font-size: 27px;
}
.top-srv-1 {
  float: left;
}
  .top-header-left {
    display: none;
  }
  .header .container {
  padding: 0;
}
.bestserv-sec {
  position: relative;
  padding: 25px 0px;
}
.services-4 {
  padding: 10px 20px 10px;
}
.chooseus-section1 {
  padding: 0px 0px 0 0px;
}
}
