@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Voltaire&amp;display=swap');



body {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  background: url(../images/background1.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.hdd {
  font-family: "Voltaire", sans-serif;
}

.main-container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url(../images/bg.html);
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.banner {
  float: left;
  width: 100%;
  text-align: center;
}

.banner img {
  float: left;
  width: 100%;
}

.head-section {
  text-align: center;
  
  float: left;
  width: 100%;
}

.fee-sec {
  animation: blkk 0.5s infinite;
  font-family: "Tilt Warp", sans-serif;
}

.fee-sec span {
  font-size: 35px;
  width: 50%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
  padding: 10px 10px 5px;
}

.fee-sec span:nth-child(2) {
  font-weight: 100;
  padding: 0px 10px 7px;
}

@keyframes blkk {
  0% {
    background: #ffdc00;
    transform: translateY(-4px);
    color: #ff0000;
  }

  50% {
    background: red;
    transform: translateY(-2px);
    color: #ffffff;
  }

  100% {
    background: #ffdc00;
    transform: translateY(2px);
    color: #ff0000;
  }

}

.head-right2 a {
  font-size: 40px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0 0 8px;
  color: #ffffff;
}

.head-right2 ul li {
  display: inline-block;
  padding: 0 11px;
}

.head-right2 ul li i {
  font-size: 21px;
  color: #ff0000;
  padding: 0;
  background: #ffdc00;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 60px;
  text-align: center;
  margin: 0 0 -43px;
  box-shadow: 0 0 9px 0 #ffe154;
}

.head-right2 ul li span {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
  display: block;
  padding: 0px 0 12px;
}

.head-list1 {
  text-align: center;
  display: none;
}

.head-list1 ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  padding: 3px 0 0px;
  background: #fff4ac;
  margin: 10px 4px 0;
  color: #000;
  text-transform: capitalize;
  border-radius: 12px;
  width: 30.3%;
}

.head-list1 ul li span {
  display: block;
  padding: 2px 2px 2px;
  background: red;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.head-align {
  align-items: center;
  justify-content: center;
}

.head-left1 {
  float: left;
  width: 50%;
}

.head-left2 img {
  max-width: 100%;
}

.head-right1 img {
  max-width: 100%;
}

.head-right1 {
  float: left;
  width: 50%;
}



.head-add {
  background: #ffdc00;
  float: left;
  width: 100%;
}

.head-add p {
  font-size: 20px;
  padding: 10px 0 10px;
  text-transform: capitalize;
  font-weight: 900;
  color: #000000;
  text-align: center;
  line-height: 33px;
  margin-top: 10px;
}









.about {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}

.about-section {
  padding: 50px;
  position: relative;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0 0 19px #0000000d;
}

.about-section1 {
  background: #ffffff;
  padding: 50px;
}

.charkha-rt-dv,
.charkha-rt-dv-2 {
  position: absolute;
  opacity: 17%;
}

.charkha-rt-dv-2 {
  right: 0;
  bottom: 0;
}

.about-title {
  padding: 0 0 18px;
  text-align: center;
}

.about-title strong {
  text-transform: uppercase;
  font-size: 56px;
  padding: 0;
  display: block;
  color: #f71606;
  margin: 0 0 -8px;
}

.about-title p {
  text-transform: capitalize;
  padding: 2px 15px 2px;
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  background: #fe0000;
  animation: blink 2s linear infinite;
}

@keyframes blink {
  0% {
    opacity: 1
  }

  50% {
    opacity: .4
  }
}

.about-us-content {
  padding: 0 0 0;
}

.about-us-content p {
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  color: #252525;
  padding: 5px 0;
  text-align: justify;
}

.about-us-content p strong {
  color: #fe0000;
  font-weight: 700;
}

.about-heading {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  padding: 5px 10px 0px;
  display: inline-block;
  background: linear-gradient(0deg, #e09004, transparent);
  border-radius: 18px 18px 18px 18px;
  margin: 5px 0 11px;
  display: none;
}

.about-us-content ul {
  padding: 1px 0 9px;
}

.about-us-content ul li {
  position: relative;
  border-radius: 12px;
  display: flex;
  padding: 7px 0 0;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  color: #252525;
}

.about-us-content ul li i {
  color: #fe0000;
  text-align: center;
  font-size: 19px;
  padding: 0px 10px 0 0px;
  display: inline-block;
  font-weight: 600;
}










.services-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.srv-heading {
  padding: 0;
  text-align: center;
}

.srv-heading span {
  text-transform: capitalize;
  font-size: 15px;
  color: #ff0202;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 17px;
  background: #ffffff;
  padding: 7px 13px 7px;
  border-radius: 20px 20px;
  border: 1px solid #fee600;
}

.srv-heading strong {
  display: block;
  color: #194700;
  font-size: 55px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
  border-radius: 0 0 25px 25px;
  margin: -8px 0 0;
}

.sv1 {
  padding: 12px;
  text-align: center;
}

.sc_inner strong {
  position: relative;
  font-weight: 900;
  font-size: 23px;
  text-transform: uppercase;
  padding: 7px 15px 5px;
  color: #fe0000;
  display: block;
  background: #ffdc00;
}

.sc_content {
  background-color: #f71606;
  padding: 10px 15px 15px;
}

.sc_content p {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
}

a.click_to_btn {
  display: block;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 15px;
  background: #fe0000;
  animation: blink 2s linear infinite;
  color: #fff;
}

.sc_image {
  padding: 0 10px;
  border-radius: 0 0 600px 600px;
}








.main-ser-section {
  float: left;
  width: 100%;
}

.list-left {
  padding: 0 15px 0;
}

.list-right {
  padding: 0 15px;
}

.list {
  text-align: left;
  position: relative;
  background: #ffdc00;
  padding: 19px 0 20px 60px;
}

.list:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 40px;
  height: 100%;
  background-color: #fe0000;
}

.list strong {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 32px;
  color: #ffffff;
  display: block;
  text-align: center;
  background: #fe0000;
  padding: 0 0 2px;
}

.serv-link {
  padding: 21px 0 0;
}

.serv-link ul {
  display: grid;
  grid-gap: 20px;
  gap: 26px;
}

.serv-link ul li {
  font-size: 16px;
  font-weight: 700;
  padding: 7px 20px;
  color: #000;
  position: relative;
  background-color: #ffffff;
  text-transform: capitalize;
  border-right: 1px solid #ffdc00;
  display: flex;
  align-items: center;
}

.list ul li i {
  color: #ffffff;
  text-align: center;
  font-size: 19px;
  padding: 0px 10px 0 0px;
  display: inline-block;
  font-weight: 600;
  left: -66px;
  position: absolute;
  z-index: 1;
}

.why-us-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: #252525;
  padding: 0 0 22px;
  text-align: center;
}

.counter-sec {

  background: #ffdc00;

  position: relative;

  padding: 0 0 0 15px;
}

.counter-sec:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -35px;
  width: 100%;
  height: 100%;
  background-color: #ffdc00;
  z-index: -1;
}

.counter-1 {
  padding: 15px 12px 0;
  text-align: center;
}

.counter-2 {

  margin: 0 auto;
}

.counter-2 .love_count {
  font-size: 42px;
  font-weight: 800;
  color: #fe0000;
}

.counter-2 p {
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  background: #f71606;
  padding: 6px 15px 8px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.counter-2 p i {
  color: #ffdc00;
  font-weight: 300;
  padding: 0 0px 0 0;
  font-size: 16px;
}

.why-call span {
  font-weight: 800;
  font-size: 35px;
  padding: 22px 0 8px;
  color: #000000;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.why-call a {
  font-weight: 800;
  font-size: 52px;
  padding: 0px 15px 0px;
  text-transform: capitalize;
  display: block;
  text-align: center;
  animation: mymove1 0.9s infinite;
}

@keyframes mymove1 {
  0% {
    background: red;
    color: #ffffff;
  }

  50% {
    background: #f71606;
    color: #ffdc00;
  }

  100% {
    background: red;
    color: #ffffff;
  }
}




.awards-section {
  background: #ffff001c;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.award1 {
  padding: 10px;
}

.award2 img {
  width: 100%;
}




.client {
  margin: 70px 0 0;
}

.testimonials {
  position: relative;
  z-index: 9;
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.testimonials .awards-heading span {
  background: #fff;
}

.testimonials1 {
  padding: 0px 10px;
  margin-top: 50px;
}

.testimonials2 {
  border-radius: 15px;
  padding: 0px 0 20px;
  background: #f71606;
  position: relative;
  z-index: 9;
  text-align: center;
}

.testimonials3 img {
  font-size: 70px;
  color: #ffffff;
  margin: -55px 0 0px 0px;
}

.testimonials3 p {
  padding: 10px 15px 15px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  color: #ffffff;
}

.testimonials3 strong {
  padding: 4px 10px 3px;
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
  color: #fe0000;
  background: #ffdc00;
  margin: 12px 0 0;
}

.testimonials3 span {
  font-size: 16px;
  font-weight: 600;
  color: #ffdc00;
  padding: 13px 0 0 0;
  display: block;
  border-top: 1px solid #ffffff24;
  text-transform: uppercase;
}






.btm-mark {
  text-transform: capitalize;
  font-size: 30px;
  color: #000;
  font-weight: 700;
  background: #fedc01;
  padding: 16px 0 0;
  float: left;
  width: 100%;
}








.contact-section {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.footer-contact {
  padding: 0px;
  position: relative;
  z-index: 9;
}

.footer-contact:before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  transform: scale(1.01, 1.01);
  position: absolute;
  background: linear-gradient(90deg, #fffb00, #fffb00, #ffdd00, #ffdd00, #fffb00);
  background-position: 55px 0;
  top: 0;
  animation: linear 1s infinite linear;
  left: 0;
  right: 0px;
  z-index: -1;
  border-radius: 15px;
}

.contact-left1 {
  padding: 10px 5px;
}

.contact-left-1 a {
  display: block;
  color: #000;
  padding: 0px 16px 24px;
  background: #fff;
  text-align: center;
  border-radius: 9px;
}

.contact-left-1 a span {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.contact-left-1 a span strong {
  height: 90px;
  width: 90px;
  display: block;
  background: #f71606;
  border-radius: 0 0 50% 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 85px;
  font-size: 43px;
}

.contact-left-1 a span strong i {
  color: #fff;
}

.contact-left-1 a p {
  width: 100%;
  padding: 16px 0 0;
}

.contact-left-1 a p i {
  text-transform: capitalize;
  display: block;
  font-size: 19px;
  color: #fe0000;
  font-weight: 700;
}

.contact-left-1 a p b {
  font-weight: 800;
  display: block;
  color: #000000;
  padding: 2px 0 0px 0;
  font-size: 19px;
}

.footer-contact-design strong {
  color: #601929;
  font-size: 56px;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  text-align: right;
}












.bottom-list {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.srv-list-1 ul {
  border: 1px solid #ffdd00;
}

.srv-list-1 ul li {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  background: #ffdd00;
  margin: 25px 0 0;
  padding: 12px 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}


.srv-list-1 ul li i {
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 0;
  padding: 0px 20px 0 0px;
  color: #fe0000;
  font-size: 24px;
  font-weight: 600;
}

.srv-list-1 a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  background: #f71606;
  padding: 8px 10px;
  display: block;
  text-align: center;
}









.copyryt {
  background: #f71606;
  text-align: center;
  padding: 20px 0 25px;
  float: left;
  width: 100%;
}

.disclaimer {
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
  padding: 0 0 10px;
  text-align: center;
  color: #ffffff;
}

.disclaimer strong {
  color: #ffdc01;
  display: block;
  font-size: 16px;
  padding: 0 0 4px;
  font-weight: 600;
}

.copyryt1 span {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  padding: 8px 15px 8px;
  display: inline-block;
  background: #fe0000;
  border-radius: 50px;
}

.bb-ser {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.services1 {
  padding: 16px 20px;
}

.services3 {
  padding: 0 20px;
}

.services-3 img {
  border-radius: 20px 20px 0 0;
  border: 3px solid;
  border-bottom: 0;
  max-width: 100%;
}

.services4 {
  background: #f71606;
  padding: 0 0px 30px;
  border-radius: 0 0 30px 30px;
}

.services4 strong {
  text-transform: uppercase;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  color: #151515;
  font-size: 24px;
  padding: 14px 0;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 3.456310749053955px 3.456310749053955px 0px #00000040;
}

.services4 p {
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  padding: 10px 20px 0;
}

.services4 a {
  background: #ffdc00;
  color: #000;
  margin: 10px 0 0;
  padding: 7px 16px;
  border-radius: 16px;
  text-transform: capitalize;
  font-size: 18px;
  display: inline-block;
  font-weight: 500;
}



@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
  .fee-sec span {
    font-size: 25px;
  }

  .head-list1 {
    display: block;
  }

  .sv1 {
    width: 50%;
  }
}

@media(min-width:640px) and (max-width:767px) {
  .why-call a {
    font-size: 42px;
  }

  .fee-sec span {
    font-size: 25px;
  }

  .head-left1 {
    width: 100%;
  }

  .head-right1 {
    width: 100%;
    margin-top: 10px;
  }

  .head-list1 {
    display: block;
  }
}

@media(min-width:480px) and (max-width:639px) {
  .why-call a {
    font-size: 42px;
  }

  .fee-sec span {
    font-size: 25px;
  }

  .head-left1 {
    width: 100%;
  }

  .head-right1 {
    width: 100%;
    margin-top: 10px;
  }

  .head-list1 {
    display: block;
  }
   .head-left1 {
    padding: 0 !important;
  }
  .head-right2 {
  padding: 0 !important;
}
  .head-right1 {
    padding: 0;
  }
  .head-left2 {
  padding: 0;
}
}

@media(min-width:320px) and (max-width:479px) {

  .fee-sec span {
    font-size: 14px;
  }

  .head-left1 {
    width: 100%;
  }

  .head-right1 {
    width: 100%;
    margin-top: 10px;
  }

  .why-call a {
    font-size: 23px;
  }
  .head-left1 {
    padding: 0 !important;
  }
  .head-right2 {
  padding: 0 !important;
}
  .head-right1 {
    padding: 0;
  }
  .head-left2 {
  padding: 0;
}
}