* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: .7rem;
}

body::-webkit-scrollbar-track {
  background: #fff;
}

body::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFAA17), to(#3f3434));
  background: linear-gradient(to top, #FFAA17, #3f3434);
  border-radius: 10px;
}

.flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.position_container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.container {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.container nav {
  width: 100%;
  background: #28282b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container nav a.h1 {
  color: #fff;
  font-family: sans-serif;
  font-size: 1.3em;
  padding: 15px 10px;
}

.container nav a.h1 h1 {
  font-size: 2.5em;
  letter-spacing: 5px;
}

.container nav a.h1 p {
  font-size: 9px;
  color: #fff;
  line-height: 7px;
}

.container nav a.h1 span {
  color: #FFAA17;
}

.container nav a.h1:hover {
  color: #FFAA17;
  -webkit-transition: color .4s;
  transition: color .4s;
}

.container nav a.h1:hover span {
  color: #fff;
  -webkit-transition: color .7s;
  transition: color .7s;
}

.container nav ul.nav-ul {
  display: none;
}

.container nav ul.pain {
  display: none;
}

.container nav #open {
  margin-right: 20px;
  cursor: pointer;
  color: #fff;
  font-size: 1.5em;
  background-color: #FFAA17;
  padding: 5px 10px;
  border-radius: 5px;
}

.container nav #open .fa-bars {
  opacity: .8;
}

.ham_container {
  width: 60%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #28282b;
  background-color: #FFAA17;
  border: 2px solid #FFAA17;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 999;
}

.ham_container .callClass {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1em;
  background: #28282b;
  color: #fff;
  padding: 10px;
  width: 80%;
  text-align: center;
  font-family: sans-serif;
  border-radius: 50px;
}

.ham_container h2 {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 1.5em;
  font-family: sans-serif;
  color: #fff;
  font-weight: 900;
  letter-spacing: 2px;
}

.ham_container h2 span {
  color: #28282b;
}

.ham_container .closeHam {
  width: 30px;
  height: 30px;
  background-color: #28282b;
  padding: 5px 10px;
  border-radius: 5px;
  color: #FFAA17;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4em;
}

.ham_container ul.ham-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10em auto;
  padding: 30px;
}

.ham_container ul.ham-ul .ul-active {
  color: #fff;
}

.ham_container ul.ham-ul li {
  margin: .5em 0;
}

.ham_container ul.ham-ul li ul.ham-drop-ul li {
  margin: 10px 0 0 15px;
}

.ham_container ul.ham-ul li a {
  font-size: 1.2em;
  font-weight: bold;
  color: #28282b;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.enter {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
  -webkit-transition: transform .7s;
  -moz-transition: transform .7s;
  -ms-transition: transform .7s;
  -o-transition: transform .7s;
}

.call-btn {
  position: absolute;
  top: 5%;
  z-index: 12;
  right: 5%;
  font-size: .9em;
  color: #fff;
  background-color: #FFAA17;
  padding: 7px 15px;
  border-radius: 50px;
  font-family: sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.call-btn i.fas {
  margin: 0 20px 0 0;
}

.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #cecdcd;
}

.swiper-pagination-bullet-active {
  background-color: #FFAA17;
}

.image-text {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  z-index: 11;
  text-align: left;
}

.image-text h1 {
  font-family: sans-serif;
  font-size: 1.5em;
  margin: 5px 0 1em;
  word-wrap: break-word;
  font-weight: lighter;
  width: 70%;
  line-height: 1em;
}

.image-text a {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
  border: none;
  background-color: #FFAA17;
  padding: .5em .9em;
  border-radius: 50px;
  color: #fff;
  margin-top: 1em;
}

.swiper-button-next, .swiper-button-prev {
  display: none;
}

.about {
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-bottom: 2em;
}

.about img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  padding: 3em 3em 2em;
}

.about .boxes {
  display: none;
}

.about .about-text {
  padding: 1em 2em 2em;
  position: relative;
}

.about .about-text a {
  background-color: #FFAA17;
  padding: 10px 15px;
  border-radius: 50px;
  color: #fff;
  position: absolute;
  bottom: 0;
}

.about .about-text h4 {
  font-size: .8em;
}

.about .about-text h1 {
  margin: 20px 0;
  font-size: 1.5em;
  color: #28282b;
}

.about .about-text p {
  line-height: 1.7em;
  padding-bottom: 1em;
}

.about-content {
  position: relative;
  padding: 0 2em;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 2em 0 3em;
}

.about-content h2 {
  color: #FFAA17;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.about-content p {
  margin: 1em 0 1.3em;
}

.about-content ul.ul-only {
  margin: 1em 0;
}

.about-content ul.ul-only li.only {
  list-style-type: disc !important;
}

.about-content ul.ul-only li.only::marker {
  color: #FFAA17;
  font-size: 1.5em;
}

.about-content ul.ul-only li.only ul {
  margin: 1em 0;
}

.choose {
  max-width: 100%;
  position: relative;
  padding: 0 2em;
  margin: 0 0 2em;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.choose .choose-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

.choose .choose-container .choose-box {
  -webkit-box-shadow: 0 0 15px #cccccc;
          box-shadow: 0 0 15px #cccccc;
  padding: 67px 40px 64px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1em 0;
}

.choose .choose-container .choose-box .choose-content {
  text-align: center;
}

.choose .choose-container .choose-box .choose-content h3 {
  margin: 10px 0;
}

.choose .choose-container .choose-box i {
  background: #FFAA17 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin: 0 auto 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service {
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2em 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.service .service-txt {
  padding: 0 2em;
}

.service h1 {
  font-size: 1.5em;
  color: #28282b;
}

.service .service-p {
  line-height: 1.5em;
  color: #28282b;
  margin-top: 1em;
}

.service .service-text h4 {
  margin-left: 2em;
}

.service .service-text h5 {
  font-size: 1.2em;
  color: #28282b;
}

.service .service-text ul.service-ul {
  line-height: 1.3em;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1em;
}

.service .service-text ul.service-ul li.service-li {
  max-width: 100%;
  -webkit-box-shadow: 0 0px 10px #616060;
          box-shadow: 0 0px 10px #616060;
  margin: 1.5em 0;
  padding-bottom: 20px;
}

.service .service-text ul.service-ul li.service-li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service .service-text ul.service-ul li.service-li h2 {
  color: #FFAA17;
  font-size: 1.2em;
  text-align: center;
  margin: .3em 0;
  padding: 0 1em;
}

.service .service-text ul.service-ul li.service-li ul.fa-ul {
  padding: 0  1em;
}

.service .service-text ul.service-ul li.service-li ul.fa-ul li {
  margin: 10px 0;
}

.service .service-text ul.service-ul li.service-li ul.fa-ul li span i {
  color: #28282b;
}

.service .service-text h5 {
  margin: 2em 2em 1.5em;
}

.service .service-text ul.bene {
  line-height: 1.5em;
  padding: 0 1em;
}

.service .service-text ul.bene li {
  list-style: circle !important;
  margin: 1em 0;
}

.service .service-text ul.bene li i {
  color: #28282b;
}

.service .service-img {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  min-height: 500px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3em auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.service .service-img .service-box {
  position: relative;
  border-radius: 50px;
  width: 300px;
  height: 300px;
  position: relative;
  display: inline-block;
  margin: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.service .service-img .service-box .details {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  -ms-transition: transform .5s;
  -o-transition: transform .5s;
  z-index: 11;
  border-radius: 50px;
}

.service .service-img .service-box .details .content {
  text-align: center;
  padding: 20px;
  color: #fff;
}

.service .service-img .service-box .details .content h2 a {
  color: #FFAA17;
}

.service .service-img .service-box .details .content p {
  margin-top: 1.5em;
}

.service .service-img .service-box .box-img {
  position: relative;
  overflow: hidden;
  border-radius: 50px;
  width: 100%;
  height: 100%;
}

.service .service-img .service-box .box-img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
  -webkit-transition: transform 2s;
  -moz-transition: transform 2s;
  -ms-transition: transform 2s;
  -o-transition: transform 2s;
}

.service .service-img .service-box:hover .box-img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

h5.last-word {
  background: #28282b;
  color: #fff !important;
  padding: 2em;
  line-height: 1.7em;
  border-radius: 50px;
  border-left: 10px solid #FFAA17;
  font-size: 1.1em;
  margin: 2em 1em;
  font-family: sans-serif;
}

h5.last-word i {
  font-size: 1.7em;
  margin-bottom: 1em;
  color: #FFAA17;
}

h5.last-word a {
  color: #FFAA17;
}

.service-page, .contact-page, .about-page {
  position: relative;
  height: auto;
  max-width: 100%;
}

.service-page .service-abs, .service-page .contact-abs, .service-page .about-abs, .contact-page .service-abs, .contact-page .contact-abs, .contact-page .about-abs, .about-page .service-abs, .about-page .contact-abs, .about-page .about-abs {
  z-index: 11;
}

.service-page .service-abs h2, .service-page .contact-abs h2, .service-page .about-abs h2, .contact-page .service-abs h2, .contact-page .contact-abs h2, .contact-page .about-abs h2, .about-page .service-abs h2, .about-page .contact-abs h2, .about-page .about-abs h2 {
  color: #FFAA17;
  text-align: center;
  font-size: 2em;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.service-page .service-abs p, .service-page .contact-abs p, .service-page .about-abs p, .contact-page .service-abs p, .contact-page .contact-abs p, .contact-page .about-abs p, .about-page .service-abs p, .about-page .contact-abs p, .about-page .about-abs p {
  color: #FFAA17;
}

.service-page .service-abs a, .service-page .contact-abs a, .service-page .about-abs a, .contact-page .service-abs a, .contact-page .contact-abs a, .contact-page .about-abs a, .about-page .service-abs a, .about-page .contact-abs a, .about-page .about-abs a {
  color: #fff;
}

.service-page img, .contact-page img, .about-page img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial {
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2em;
  margin: 2em 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.testimonial .h4-text p {
  font-family: inherit;
}

.testimonial .testimonial-container {
  color: #28282b;
  border-radius: 50px;
  margin: 20px auto;
  padding: 20px;
  max-width: 768px;
  position: relative;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.testimonial .fa-quote {
  color: #FFAA17;
  font-size: 20px;
  position: absolute;
}

.testimonial .fa-quote-right {
  left: 0px;
}

.testimonial .fa-quote-left {
  right: 0px;
}

.testimonial img {
  width: 75px;
  height: 75px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial .testimonial-text {
  line-height: 20px;
  margin-bottom: 20px;
  padding: 0 10px;
  font-family: inherit;
  /* text-align: justify; */
}

.testimonial .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
}

.testimonial .user-details {
  margin-left: 10px;
}

.testimonial .user-details h4 {
  font-size: .9em;
}

.testimonial .user-details p {
  margin: 10px 0;
  font-size: .8em;
}

.testimonial .progress-bar {
  background-color: #28282b;
  height: 4px;
  width: 100%;
  -webkit-animation: grow 10s linear infinite;
          animation: grow 10s linear infinite;
  -webkit-transform-origin: left;
          transform-origin: left;
  margin-bottom: 20px;
  border-radius: 40px;
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes grow {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

.contact {
  max-width: 100%;
  padding: 0 2em;
  margin: 3em 0;
}

.contact .form-left p {
  font-family: sans-serif;
  font-weight: bold;
}

.contact .form-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2em auto;
}

.contact .form-right .fr-img {
  width: 100%;
  position: relative;
}

.contact .form-right .fr-img img {
  width: 100%;
  height: 100%;
}

.contact .form-right .fr-img .formboxes {
  display: none;
}

.contact .form-right form {
  width: 100%;
  background: #FFAA17;
  margin: 1.5em auto;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px 10px 40px;
  position: relative;
}

.contact .form-right form input, .contact .form-right form textarea {
  position: relative;
  width: 100%;
  border: 0;
  padding: 5px 8px;
  margin: 10px 0;
  border-radius: 10px;
}

.contact .form-right form input:focus, .contact .form-right form textarea:focus {
  outline: 0;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.548);
          box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.548);
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.contact .form-right form button {
  border: none;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  color: #28282b;
  background: #28282b;
  padding: 8px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
}

.FAQ {
  margin-bottom: 5em;
  padding: 0 2em;
}

.faq-container {
  max-width: 600px;
  margin: 0 auto;
}

.faq-container .faq {
  background-color: transparent;
  border: 1px solid #FFAA17;
  border-radius: 10px;
  margin: 20px 0;
  padding: 30px;
  position: relative;
  overflow: hidden;
  -webkit-transition: .8s ease;
  transition: .8s ease;
  color: #28282b;
}

.faq-container .faq.active {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq-container .faq.active::before,
.faq-container .faq.active::after {
  content: "\f075";
  font-family: "Font Awesome 5 free";
  color: #2ecc71;
  font-size: 7rem;
  position: absolute;
  opacity: 0.2;
  top: 20px;
  left: 20px;
  z-index: 0;
}

.faq-container .faq.active::before {
  color: #3498db;
  top: -10px;
  left: -30px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.faq-container .faq-title {
  margin: 0 35px 0 0;
  font-family: sans-serif;
}

.faq-container .faq-text {
  display: none;
  margin: 30px 0 0;
  color: #28282b;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.faq-container .faq.active .faq-text {
  display: block;
}

.faq-container .faq-toggle {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.faq-container .faq-toggle .fa-times {
  display: none;
}

.faq-container .fa-chevron-down {
  color: #FFAA17;
}

.faq-container .faq.active .faq-toggle .fa-times {
  display: block;
  color: #fff;
}

.faq-container .faq.active .faq-toggle .fa-chevron-down {
  display: none;
  color: #FFAA17;
}

.faq-container .faq-toggle:focus {
  outline: none;
}

.faq-container .faq.active .faq-toggle {
  background-color: #28282b;
}

.node::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#28282b), to(#c08011));
  background: linear-gradient(180deg, #28282b, #c08011);
  opacity: .7;
  z-index: 2;
}

.counter-container {
  position: relative;
  background-color: #FFAA17;
  background: url("../img/count-img.jpg") no-repeat;
  background-size: cover;
  background-position: 0% 10%;
  padding: 2.5em;
  position: relative;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3em 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.counter-container h1 {
  z-index: 3;
  color: #fff;
  text-align: center;
  text-shadow: .1em .1em .05em  #000;
  line-height: 1em;
}

.counter-container h1 a {
  color: #FFAA17;
}

footer {
  max-width: 100%;
  position: relative;
}

footer .footer-container {
  max-width: 100%;
  display: block;
  width: 100%;
  color: #fff;
  background: #28282b;
  font-family: sans-serif;
  padding: 2.5em 2em 3em;
}

footer .footer-container .footer-one {
  margin-bottom: 2em;
}

footer .footer-container .footer-one h1 {
  margin-bottom: 1em;
  font-size: 1.5em;
}

footer .footer-container .footer-one h1 span {
  color: #FFAA17;
}

footer .footer-container .footer-two {
  margin-bottom: 2em;
}

footer .footer-container .footer-two h2 {
  color: #FFAA17;
  text-transform: capitalize;
  margin-bottom: 1em;
  font-size: 1.2em;
}

footer .footer-container .footer-two ul li {
  margin: 10px 0;
}

footer .footer-container .footer-two ul li a {
  color: #fff;
}

footer .footer-container .footer-three {
  margin-bottom: 2em;
}

footer .footer-container .footer-three h2 {
  color: #FFAA17;
  text-transform: capitalize;
  margin-bottom: 1em;
  font-size: 1.2em;
}

footer .footer-container .footer-three ul li {
  margin: 10px 0;
}

footer .footer-container .footer-three ul li a {
  color: #fff;
}

footer .footer-container .footer-four {
  margin-bottom: 2em;
}

footer .footer-container .footer-four h2 {
  color: #FFAA17;
  text-transform: capitalize;
  margin-bottom: 1em;
  font-size: 1.2em;
}

footer .footer-container .footer-four p {
  margin: 10px 0;
}

footer .footer-container .footer-four a {
  color: rgba(255, 255, 255, 0.438);
  padding: 10px 0;
  font-weight: 700;
}

footer .footer-bottom {
  padding: 0 2em;
  margin: 1em 0;
  text-align: center;
  font-weight: 800;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

footer .footer-bottom a {
  color: #FFAA17;
}

.h4, .about .about-text h4, .choose h2, .service h4, .testimonial .h4-text h4, .contact .form-left h4, .FAQ h4 {
  font-family: sans-serif;
  background: #FFAA17;
  color: #fffefe;
  padding: 3px 10px;
  margin: 1.5em 0 1.2em;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  font-size: .8em;
}

.fade::after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.img-fade::after {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.to-top {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 800;
  color: #28282b;
  background-color: #FFAA17;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.load {
  width: 100vw;
  height: 100vh;
  background: #FFAA17;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.load .loadIcon {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
}

.load .loadIcon::before, .load .loadIcon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 50px solid transparent;
  border-bottom-color: #28282b;
  -webkit-animation: rotateA 2s linear infinite .5s;
          animation: rotateA 2s linear infinite .5s;
}

.load .loadIcon::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation: rotateB 2s linear infinite;
          animation: rotateB 2s linear infinite;
}

@-webkit-keyframes rotateA {
  0%, 25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50%, 75% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateA {
  0%, 25% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50%, 75% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateB {
  0%, 25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50%, 75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}

@keyframes rotateB {
  0%, 25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50%, 75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(450deg);
            transform: rotate(450deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=style.css.map */