* {
  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%);
}

@media (min-height: 250px) and (max-height: 500px) {
  .image-text {
    left: 15% !important;
    top: 65%;
  }
  .image-text h1 {
    font-size: 1.5em !important;
  }
  .call-btn {
    font-size: 1em !important;
    top: 45% !important;
    right: 10% !important;
  }
}

@media (min-width: 550px) {
  .ham_container {
    width: 50vw;
  }
  .ham_container h2 {
    font-size: 2.5em;
  }
  .ham_container .callClass {
    font-size: 1.5em;
    padding: 15px 10px;
  }
  .ham_container ul.ham-ul li a {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    position: static;
  }
  .container nav {
    background-color: transparent;
    position: absolute;
    top: 0;
    z-index: 99;
  }
  .container nav a.h1 {
    color: #fff;
  }
  .container nav a.h1:hover span {
    color: #fff;
  }
  .container nav a.h1 p {
    font-size: .5em;
  }
  .container nav a.h1 h1 {
    font-size: 3em;
  }
  .container nav ul.nav-ul {
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 5px;
  }
  .container nav ul.nav-ul li {
    position: relative;
  }
  .container nav ul.nav-ul li a {
    color: #fff;
    font-weight: 500;
    margin: 0 8px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
  }
  .container nav ul.nav-ul li a.active {
    color: #FFAA17 !important;
  }
  .container nav #open {
    display: none;
  }
  .container nav ul.pain {
    position: absolute;
    font-family: sans-serif;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -2em;
    padding-top: 5px;
    border-top: 2px solid #FFAA17;
    color: #FFAA17;
  }
  .container nav ul.pain li {
    margin: 0 3px;
  }
  .container nav ul.pain li a {
    color: #fff;
    font-weight: 600;
  }
  .container nav ul.pain li a.active {
    color: #FFAA17 !important;
  }
  .container .swiper {
    height: 100vh;
  }
  .container .swiper .swiper-button-next, .container .swiper .swiper-button-prev {
    color: #FFAA17 !important;
    opacity: .2;
    display: block;
  }
  .container .swiper-slide .image-text {
    left: 10%;
  }
  .container .swiper-slide .image-text h1 {
    font-size: 2.5em;
    font-family: sans-serif;
    font-weight: lighter;
  }
  .about {
    margin-top: 3em;
  }
  .about img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .about .about-text {
    margin-left: 2em;
  }
  .about .about-text p {
    line-height: 2em;
  }
  .counter-container {
    height: 50vh;
    margin-bottom: 2em;
  }
  .counter-container h1 {
    font-size: 2.5em;
  }
  .call-btn {
    top: 25%;
    font-size: 2em;
  }
  .service h1 {
    font-size: 2em;
  }
  .service .service-img .service-box {
    width: 350px;
  }
  .service .service-text ul.service-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service .service-text ul.service-ul li.service-li {
    width: 300px;
    min-height: 500px;
    margin: 1em;
    padding-bottom: 0;
  }
  .service .service-text ul.service-ul li.service-li h2 {
    margin: 1em 0 0;
  }
  h5.last-word {
    border: none;
    border-radius: 0;
    padding: 2em 5em;
    margin: 2em 0;
  }
  .about-content {
    margin: 3em 0;
  }
  .about-page, .contact-page, .service-page {
    height: 100vh;
  }
  .about-page .about-abs h2, .about-page .contact-abs h2, .about-page .service-abs h2, .contact-page .about-abs h2, .contact-page .contact-abs h2, .contact-page .service-abs h2, .service-page .about-abs h2, .service-page .contact-abs h2, .service-page .service-abs h2 {
    font-size: 3em;
    font-family: sans-serif;
  }
  .about-page .about-abs p, .about-page .contact-abs p, .about-page .service-abs p, .contact-page .about-abs p, .contact-page .contact-abs p, .contact-page .service-abs p, .service-page .about-abs p, .service-page .contact-abs p, .service-page .service-abs p {
    font-size: 1.5em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  .choose {
    margin-bottom: 3em;
  }
  .choose .choose-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .choose .choose-container .choose-box {
    margin: 1em;
    padding: 40px;
    width: 45%;
    height: 350px;
  }
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 3em 0 0;
  }
  .contact .form-right {
    width: 100%;
    padding-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact .form-right form {
    margin: 0 0 0 20px;
  }
  .testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 3em;
  }
  .testimonial .h4-text p {
    margin-right: 10em;
  }
  .h4, .about .about-text h4, .choose h2, .service h4, .testimonial .h4-text h4, .contact .form-left h4, .FAQ h4 {
    font-size: 1.3em;
    padding: .3em .5em;
  }
  footer .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .footer-container .footer-one, footer .footer-container .footer-two, footer .footer-container .footer-three, footer .footer-container .footer-four {
    width: 25%;
    margin-left: 1em;
    margin-bottom: 0;
  }
  footer .footer-container .footer-one h2, footer .footer-container .footer-two h2, footer .footer-container .footer-three h2, footer .footer-container .footer-four h2 {
    font-size: 1.3em;
  }
  .h4 {
    font-size: 1.2em;
  }
}

@media (min-width: 900px) {
  .container nav a.h1 {
    margin-left: .5em;
  }
  .service .service-txt {
    padding: 0 5em;
  }
  .service .service-text ul.service-ul li.service-li {
    width: 400px;
  }
  .about {
    padding: 0 5em;
  }
  .about img {
    padding: 0;
  }
  .testimonial {
    padding: 0 5em;
  }
  .contact {
    padding: 0 5em;
  }
  .contact .form-right {
    width: 80%;
  }
  .FAQ {
    padding: 0 5em;
  }
  .FAQ .faq-container {
    max-width: 80%;
  }
}

@media (min-width: 1100px) {
  .container nav ul.pain {
    bottom: 0;
  }
  .container nav ul.pain li {
    margin: 0 .5em;
  }
  .container nav ul.nav-ul li a {
    font-size: 1.5em;
  }
  .container .swiper .swiper-slide .image-text {
    top: 70%;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
    left: 15%;
  }
  .container .swiper .swiper-slide .image-text h1 {
    font-size: 3em;
  }
  .service .service-img .service-box {
    margin: 1.2em;
    width: 400px;
  }
  .choose .choose-container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .choose .choose-container .choose-box {
    width: 25%;
    padding: 20px;
  }
  .contact .form-right .fr-img {
    width: 50%;
  }
  .contact .form-right form {
    width: 50%;
  }
}

@media (min-width: 1300px) {
  .container nav a.h1 h1 {
    font-size: 4em;
  }
  .container nav a.h1 p {
    font-size: .65em;
  }
  .container nav ul.pain li a {
    font-size: 1.1em;
  }
  .call-btn {
    top: 30%;
    right: 5%;
    font-size: 2.7em;
    padding: 10px 20px;
  }
  .call-btn i.fa-phone {
    margin-right: 5px;
  }
  .about {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .about .inside {
    width: 50%;
  }
  .about img {
    display: none;
  }
  .about .boxes {
    width: 375px;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    height: 375px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .about .boxes.big {
    width: 450px;
    height: 450px;
  }
  .about .boxes.big .box {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
  .about .boxes .box {
    width: 93.75px;
    height: 93.75px;
    background-image: url("../img/about.jpg");
    background-repeat: no-repeat;
    background-size: 375px 375px;
    position: relative;
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .about .boxes .box::after {
    content: "";
    background: #FFAA17;
    position: absolute;
    top: 8px;
    width: 15px;
    right: -15px;
    height: 100%;
    -webkit-transform: skewY(45deg);
            transform: skewY(45deg);
  }
  .about .boxes .box::before {
    content: "";
    background: #c08011;
    position: absolute;
    bottom: -15px;
    width: 100%;
    left: 8px;
    height: 15px;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
  }
  .service .service-img .service-box {
    width: 400px;
  }
  .contact .form-right .fr-img {
    position: relative;
  }
  .contact .form-right .fr-img img {
    display: none;
  }
  .contact .form-right .fr-img.img-fade::after {
    display: none;
  }
  .contact .form-right .fr-img .formboxes {
    width: 250px;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    height: 250px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .contact .form-right .fr-img .formboxes.bigger {
    width: 300px;
    height: 300px;
  }
  .contact .form-right .fr-img .formboxes.bigger .boxx {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
  .contact .form-right .fr-img .formboxes .boxx {
    width: 62.5px;
    height: 62.5px;
    background-image: url("../img/contact.jpg");
    background-repeat: no-repeat;
    background-size: 375px 375px;
    position: relative;
    -webkit-transition: .4s ease;
    transition: .4s ease;
  }
  .contact .form-right .fr-img .formboxes .boxx::after {
    content: "";
    background: #FFAA17;
    position: absolute;
    top: 8px;
    width: 15px;
    right: -15px;
    height: 100%;
    -webkit-transform: skewY(45deg);
            transform: skewY(45deg);
  }
  .contact .form-right .fr-img .formboxes .boxx::before {
    content: "";
    background: #c08011;
    position: absolute;
    bottom: -15px;
    width: 100%;
    left: 8px;
    height: 15px;
    -webkit-transform: skewX(45deg);
            transform: skewX(45deg);
  }
  .counter-container h1 {
    font-size: 3.5em;
  }
}

@media (min-width: 1500px) {
  .container nav a.h1 h1 {
    font-size: 5em;
  }
  .container nav a.h1 p {
    font-size: .8em;
    letter-spacing: 0;
  }
  .container nav ul.nav-ul li a {
    font-size: 1.6em;
  }
  .container nav ul.pain li a {
    font-size: 1.3em;
  }
  .service .service-img .service-box {
    width: 450px;
    height: 350px;
    margin: 1.5em;
  }
  .counter-container h1 {
    font-size: 4.5em;
  }
}

@media (min-width: 1900px) {
  .counter-container h1 {
    font-size: 5.5em;
  }
  .container .nav a.h1 h1 {
    font-size: 6em;
  }
  .service .service-img .service-box {
    width: 500px;
    height: 400px;
  }
  .service .service-img .service-box img {
    height: 400px !important;
  }
}

@media (min-width: 2000px) {
  .service {
    padding: 0 2em;
  }
  .service .service-img .service-box {
    width: 550px;
    height: 450px;
  }
  .service .service-img .service-box img {
    height: 500px !important;
  }
}

@media (min-width: 2400px) {
  .service {
    padding: 0 5em;
  }
  .service .service-img .service-box {
    width: 600px;
    height: 500px;
  }
}

@media (orientation: landscape) {
  .image-text h1 {
    font-size: 1em;
  }
}
/*# sourceMappingURL=media.css.map */