  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

  html,
  body,
  img,
  fieldset,
  abbr,
  acronym {
    border: 0;
    max-width: 100%;
    width: auto;
  }

  body {
    padding: 0 !important;
    font-family: 'Poppins', sans-serif;
  }

  body a,
  body button {
    color: #000;
    outline: none !important;
    text-decoration: none !important;
    transition: all ease 0.5s;
  }

  * {
    padding: 0;
    margin: 0;
  }

  .m-100 {
    margin-bottom: 70px;
  }

  .sec-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ff3f39;
    color: #fff;
    border-radius: 2px;
    position: relative;
    font-variant: small-caps;
    z-index: 33;
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
  }

  .sec-btn span {
    position: relative;
    z-index: 32;
    color: #fff;
  }

  .sec-btn::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffbf14;
    height: 100%;
    width: 100%;
    transition: .5s;
    transform: scale(0, 1);
    content: '';
  }

  .sec-btn:hover::after {
    width: 100%;
    transform: scale(1);
  }

  .what {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 9999;
  }

  .what a {
    color: #fff;
    font-size: 30px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 5px 10px 0px #050a3069;
    background: #0cd67b;
  }

  .what a:last-child {
    font-size: 20px;
    background-color: #ff3f39;
  }

  .under {
    padding: 7px 20px;
    font-family: 'Krona One', sans-serif;
    position: relative;
    padding-left: 60px;
    text-transform: capitalize;
    color: #ff3f39;
    font-size: 18px;
    font-weight: 600;
  }

  .under::after {
    height: 3px;
    width: 50px;
    background-color: #ff3f39;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
  }

  h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0px;
    text-transform: capitalize;
  }

  .sticky {
    background-color: #fff !important;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  .sticky .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
  }

  .sticky .navbar-light .navbar-nav .nav-link:hover,
  .sticky .navbar-light .navbar-nav .active {
    color: #ff3f39 !important;
  }

  .p-100 {
    padding: 80px 0px;
  }

  /* -------Globle-css-end------- */
  header {
    width: 100%;
    z-index: 7779;
  }

  header .top-bar {
    padding: 10px 0px;
    border-bottom: 2px solid #eee;
  }

  .top-bar .top-left ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
  }

  .top-bar .top-left ul li a {
    height: 40px;
    width: 40px;
    background-color: #ff3f39;
    transition: .5s;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 4px;
  }

  .top-bar .top-left ul li a:hover {
    background-color: #fff;
    color: #ff3f39;
    border-radius: 10px;
  }

  .top-bar .top-right {
    display: flex;
    align-items: center;
  }

  .top-bar .top-right .phone {
    margin-right: 20px;
  }

  .top-bar .top-right a:hover {
    color: #ff3f39;
  }

  .top-bar .top-right i {
    color: #ff3f39;
    padding-right: 10px;
  }

  .top-bar .top-right-bar ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-end;
  }

  .top-right-bar ul li a {
    background-color: #ffbf14;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 6px;
  }

  .top-right-bar ul li a:hover {
    background-color: #ff3f39;
  }

  .menu {
    box-shadow: 0px 10px 20px 0px rgba(255, 64, 57, 0.051);
    padding: 13px 0px;
  }

  .menu .navbar-brand img {
    width: 200px;
  }

  .menu .navbar {
    background-color: #fff;
    padding: 0;
  }

  .menu .navbar-nav {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }

  .menu .navbar-light .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #ffbf14;
    padding: 0px 20px;
    border-right: 2px solid #ff3f39;
  }

  .menu .navbar-light .navbar-nav li:last-child .nav-link {
    border-right: none;
  }

  .menu .navbar-light .navbar-nav .nav-link:hover,
  .menu .navbar-light .navbar-nav .active {
    color: #ff3f39;
  }

  .menu .dropdown .dropdown-menu {
    width: 250px;
    font-weight: 600;
  }

  .menu .dropdown:hover .dropdown-menu {
    display: block;
  }

  .book-now .sec-btn {
    margin-top: 0;
  }

  header .container-fluid {
    padding: 0;
  }

  .menu .book-now {
    margin-left: 50px;
  }

  /* ----Header-Section-End---- */

  /* ---Hero-Section-Start--- */
  .hero-section {
    position: relative;
    background-position: center;
    padding-top: 120px;
    background-size: cover;
    background-image: linear-gradient(#000000ac, #000000ac), url(../images/hero1.png);
  }

  .hero-section .slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ffbf14;
    color: #fff;
  }

  .hero-section .slick-next {
    right: 0px;
    background-color: #fff;
    width: 60px;
    height: 50px;
    font-size: 0;
    border: none;
  }

  .hero-section .slick-prev {
    right: 60px;
    background-color: #ffbf14;
    z-index: 4;
    width: 60px;
    height: 50px;
    font-size: 0;
    border: none;
  }

  .hero-section .slick-next::after {
    position: absolute;
    top: 7px;
    left: 20px;
    font-size: 25px;
    color: #ff3f39;
    content: "\f178";
    font-family: "FontAwesome";
  }

  .hero-section .slick-prev::after {
    position: absolute;
    top: 7px;
    left: 20px;
    font-size: 25px;
    color: #fff;
    content: "\f177";
    font-family: "FontAwesome";
  }

  .hero-slide .hero-text {
    color: #fff;
  }

  .hero-slide .hero-text h2 {
    font-size: 55px;
    line-height: 70px;
    font-weight: 600;
  }

  .hero-slide .hero-text p {
    line-height: 28px;
  }

  .hero-slide .hero-text .sec-btn {
    background-color: #ffbf14;
    margin-top: 20px;
  }

  .hero-slide .hero-text .sec-btn::after {
    background-color: #fff;
  }

  .hero-slide .hero-text .sec-btn:hover span {
    color: #ff3f39;
  }

  /* ---Hero-Section-End--- */

  /* ---About-Section-Start--- */

  .about-section .as-img {
    position: relative;
  }

  .about-section .as-img .as-ex {
    position: absolute;
    right: 0;
    bottom: -30px;
    height: 150px;
    width: 200px;
    background-color: #ff3f39;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    outline: 10px solid #fff;
  }

  .as-img .as-ex h2 {
    font-size: 60px;
    margin: 0;
  }

  .as-img .as-ex span {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
  }

  .as-content .cont-box {
    padding: 15px;
    text-align: center;
    background-color: #ffbf14;
    color: #fff;
    transition: .5s;
    border-radius: 5px;
  }

  .as-content .cont-box h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0;
  }

  .as-content .cont-box:hover {
    background-color: #ff3f39;
  }

  .as-content .cont-box h2::after {
    content: "+";
    font-size: 40px;
  }

  .as-content .cont-box p {
    margin-bottom: 0;
  }

  /* ---About-Section-End--- */

  /* ---Cta-Section-Start--- */

  .cta-section .cta {
    padding: 50px 30px;
    background-color: #ff3f39;
    color: #fff;
  }

  .cta-section .cta-text {
    display: flex;
    align-items: center;
  }

  .cta-section .cta-text h2 {
    margin-left: 20px;
    font-size: 35px;
    text-transform: capitalize;
  }

  .cta-section .cta-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .cta-link .sec-btn {
    background-color: #ffbf14;
  }

  .cta-link .sec-btn::after {
    background-color: #fff;
  }

  .cta-link .sec-btn:hover span {
    color: #ff3f39;
  }

  /* ----Cta-Section-End--- */

  /* ---service-section-start---- */

  .service-section .ser-head {
    text-align: center;
  }

  .service-section .ser-box {
    padding: 20px;
    transition: .5s;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px #b9babd4f;
    margin: 20px 10px;
  }

  .ser-box .ser-img {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
  }

  .ser-box .ser-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 80px;
    width: 80px;
    background-color: #ff3f39;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
  }

  .ser-box .ser-img>img {
    width: 100%;
    height: 260px;
    transition: .5s;
    border-radius: 10px;
    object-fit: cover;
  }

  .ser-box .ser-icon img {
    width: 55px;
    border-radius: 10px;
  }

  .ser-box:hover .ser-icon img {
    animation: zoom .4s linear alternate;
  }

  .ser-box:hover .ser-img>img {
    transform: scale(1.1);
  }

  .ser-box h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0px;
  }

  @keyframes zoom {
    0% {
      transform: scale(0);
    }

    100% {
      transform: scale(1);
    }
  }

  /* ----service-section-end---- */

  /* ===Testimonial-Section-Start=== */

  .form-box {
    background-color: #ff3f39;
    padding: 30px 20px;
    border-radius: 10px;
  }

  .form-box h2 {
    color: #fff;
    font-size: 30px;
    margin-top: 0;
  }

  .form-box .f-group input,
  .form-box .f-group select,
  .form-box .f-group textarea {
    width: 100%;
    padding: 12px 20px;
    border: none;
    margin-bottom: 10px;
    outline: none;
    border-radius: 5px;
    background-color: #fff;
  }

  .form-box .f-group textarea {
    margin-bottom: 0;
  }

  .form-box .f-group input::placeholder,
  .form-box .f-group textarea::placeholder {
    color: #ffbf14;
  }

  .form-box .f-group select {
    padding: 13px 20px;
  }

  .form-box .f-group .sec-btn {
    width: 100%;
    margin-top: 20px;
    border: none;
    font-size: 20px;
    padding: 15px 20px;
    background-color: #ffbf14;
  }

  .form-box .f-group .sec-btn::after {
    background-color: #fff;
  }

  .form-box .f-group .sec-btn:hover span {
    color: #ff3f39;
  }

  .form-box label {
    font-weight: 600;
    margin-bottom: 3px;
    font-size: 15px;
  }

  .form-box .sec-btn {
    margin-top: 5px;
  }

  .tes-slider .tes-box {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px #ff403916;
    margin: 15px;
    outline: 7px solid #ff3f39;
    outline-offset: -22px;
  }

  .tes-box .quote {
    font-size: 30px;
    color: #ff3f39;
  }

  .tes-box .info {
    display: flex;
    align-items: center;
    margin: 20px 0px;
  }

  .tes-box .info img {
    width: 70px;
    width: 70px;
    border-radius: 50%;
  }

  .tes-box .info .text {
    margin-left: 20px;
  }

  .tes-box .info .text span {
    color: #ff3f39;
  }

  .tes-box .info .text h5 {
    margin-bottom: 0;
  }

  .tes-box .ratting {
    color: orange;
    font-size: 20px;
    margin-top: 10px;
  }

  .tes-box .ratting i {
    padding: 2px;
  }

  .tes-box q {
    line-height: 28px;
  }

  /* ====Testimonial-Section-End==== */

  /* ===Choose-Section-Start=== */

  .choose-section .ch-box {
    padding: 25px 15px;
    border-radius: 20px;
    border: 1px solid #ffbf14;
    background-color: #fff;
    display: flex;
    transition: .5s;
    height: 140px;
    margin: 15px 0px;
    align-items: center;
  }

  .choose-section .ch-box:hover {
    border-bottom: 10px solid #ff3f39;
  }

  .choose-section .ch-box .text {
    flex: 1;
    margin-left: 20px;
  }

  .choose-section .ch-box .text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 30px;
  }

  /* ====Choose-Section-End==== */

  /* ---Footer-Section-Start--- */

  .footer-section {
    padding-top: 30px;
    background-color: #eee;
  }

  .f-box,
  .footer-section .map {
    margin-top: 20px;
  }

  .f-box h4 {
    margin-bottom: 20px;
    color: #ff3f39;
    position: relative;
    font-weight: 600;
  }

  .f-box p {
    margin: 15px 0px;
  }

  .f-box h4::after {
    height: 3px;
    width: 70px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #ffbf14;
    content: "";
  }

  .f-box ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }

  .f-box ul li {
    display: flex;
    align-items: center;
    margin: 7px 0px;
  }

  .f-box ul li a:hover {
    color: #ff3f39;
  }

  .f-box ul li span {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
  }

  .f-box img {
    width: 230px;
  }

  .f-box .social-link {
    display: flex;
    align-items: center;
  }

  .f-box .social-link li a,
  .f-box ul li>i {
    display: flex;
    margin-right: 10px;
    align-items: center;
    transition: .5s;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: #fff;
    color: #ff3f39;
    border-radius: 1px;
  }

  .f-box ul li {
    margin: 2px 0px;
  }

  .f-box ul li a {
    font-weight: 300;
  }

  .f-box .social-link li a:hover,
  .f-box ul li>i:hover {
    background-color: #ff3f39;
    color: #fff;
    border-radius: 5px;
  }

  .footer-section .f-box2 ul li {
    margin: 15px 0px;
  }

  .footer-section .f-box2 ul li:nth-child(3) a {
    font-size: 14px;
  }

  .footer-section .map {
    height: 100%;
    box-shadow: 0px 10px 20px 0px #0cd67b16;
  }

  .footer-section .map iframe {
    height: 100%;
    border-radius: 10px;
  }

  .footer-section .copy-right {
    text-align: center;
    padding: 10px;
    z-index: 7;
    color: #fff;
    background-color: #ff3f39;
    margin-top: 30px;
    position: relative;
  }

  .footer-section .copy-right p {
    margin-bottom: 0;
  }

  .footer-section .copy-right p a {
    color: #ffbf14;
    font-weight: 600;
  }

  /* ---Footer-Section-End--- */

  /* ---Banner-Section-Start--- */

  .banner-section {
    background-image: linear-gradient(#05132c96, #ff403971), url(../images/banner.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
  }

  .banner-title {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 70px;
    color: #fff;
  }

  .banner-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 20px;
    z-index: 99;
    background-color: #fff;
    position: relative;
    margin: auto;
    margin-bottom: -1px;
    clip-path: polygon(6% 0, 94% 0, 100% 100%, 0 100%);
    width: 300px;
  }

  .banner-section ul li {
    padding: 5px;
    font-size: 17px;
    font-weight: 500;
    list-style: none;
  }

  .banner-section ul li a {
    color: #ffbf14;
  }

  .banner-section ul li:hover a {
    color: #ff3f39;
  }

  /* ---Banner-Section-End--- */

  /* ----Mission-Section-Start---- */

  .mission-section .ms-box {
    padding: 20px;
    text-align: center;
    box-shadow: 0px 10px 20px 0px rgba(255, 64, 57, 0.11)2c;
    transition: .5s;
    background-color: #eee;
    height: 100%;
  }

  .mission-section .ms-box:hover {
    background-color: #ff3f39;
    color: #fff;
  }

  .ms-box h4 {
    margin-top: 16px;
  }

  .ms-box img {
    filter: brightness(0);
  }

  .mission-section .ms-box:hover img {
    filter: brightness(1);
  }

  /* ----Mission-Section-End---- */

  /* -----Gallery-Page-start----- */

  .gallery-section .gs-head h2 {
    margin: 0;
    text-align: center;
  }

  .gallery-section .gallery-box {
    position: relative;
    margin-top: 20px;
  }

  .gallery-box a {
    position: relative;
    border-radius: 10px;
  }

  .gallery-box a img {
    width: 100%;
    transition: .5s;
    height: 328px;
    object-fit: cover;
  }

  .gallery-box a:hover img {
    transform: scale(.9);
  }

  /* ------gallery-Page-end------- */

  /* ---------Service-details-start-------- */

  .service-two .ser-box {
    border: none;
  }

  .service-two p {
    margin-bottom: 3px;
  }

  .service-two p b {
    color: #171718;
  }

  .ser-slider .ser-list {
    border-radius: 2px;
    margin: 10px;
    margin-bottom: 20px;
    text-align: center;
    padding: 20px;
    background-color: #eee;
    font-size: 18px;
    position: relative;
    font-weight: 500;
    text-transform: capitalize;
    transition: .5s;
    width: 190px !important;
    line-height: 24px;
    cursor: pointer;
    min-height: 170px;
  }

  .ser-slider .ser-list::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ff3f39;
    transition: .4s;
    content: "";
  }

  .ser-slider .ser-list:hover::after {
    height: 100%;
  }

  .ser-slider .ser-list::before {
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    transform: translate(-50%, -50%);
    height: 3px;
    background-color: #ffbf14;
    z-index: 3;
    transition: .4s;
    content: "";
  }

  .ser-slider .ser-list:hover:before {
    width: 100%;
  }

  .ser-slider .ser-list.slick-current::before {
    width: 100%;
  }

  .ser-slider .ser-list img {
    display: block;
    margin: 10px auto;
    filter: brightness(0);
    position: relative;
    z-index: 9;
    transition: .5s;
  }

  .ser-slider .slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ser-slider .ser-list:hover img,
  .ser-slider .ser-list.slick-current img {
    filter: brightness(1);
  }

  .ser-slider .ser-list.slick-current {
    background-color: #ff3f39;
    color: #fff;
    cursor: auto;
  }

  .ser-slider .ser-list:hover span {
    color: #fff;
    position: relative;
    z-index: 4;
  }

  .service-two .ser-box {
    text-align: left;
    position: static;
    padding: 0;
    box-shadow: none;
  }

  .service-two .ser-box h2 {
    font-size: 30px;
    font-weight: 600;
  }

  .service-two .ser-box:hover {
    color: #171718;
  }

  .service-two .ser-box::before,
  .service-two .ser-box::after {
    display: none;
  }

  .service-two .ser-box h4 {
    margin: 6px 0px;
  }

  .service-two .ser-img {
    height: 100%;
  }

  .service-two .ser-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
  }

  /* ---------Service-details-start-------- */

  /* ---Contact-Section-Start--- */
  .contact-section {
    background-color: #ff3f39;
  }

  .contact-section .con-box {
    display: flex;
    align-items: center;
    margin-top: 15px;
    color: #fff;
  }

  .contact-section .con-box address {
    margin: 0px;
  }

  .contact-section .con-box .contact-img {
    height: 80px;
    width: 80px;
    border-radius: 10px;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffbf14;
    margin-right: 20px;
  }

  .contact-section .con-box:hover .contact-img {
    background-color: #fff;
  }

  .con-box .contact-img img {
    width: 50px;
  }

  .contact-section .con-box:hover .contact-img img {
    filter: brightness(0);
  }

  .con-box .text {
    flex: 1;
  }

  .con-box .text a {
    color: #fff;
  }

  .con-box .text h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
  }

  .contact-section .map {
    height: 100%;
    border-radius: 20px;
  }

  .contact-section .map iframe {
    border-radius: 20px;
  }

  /* ---Contact-Section-End---- */

  @media screen and (max-width:1024px) {
    .menu .navbar-light .navbar-nav .nav-link {
      font-size: 16px;
      font-weight: 500;
    }

    .hero-slide .hero-text {
      margin-bottom: 30px;
    }

    .hero-slide .hero-text h2 {
      font-size: 35px;
      line-height: 50px;
    }

    .hero-slide .hero-text p {
      font-size: 14px;
    }

    h2,
    .as-content .cont-box h2 {
      font-size: 29px;
      font-weight: 600;
    }

    .ser-box .ser-img>img {
      height: 169px;
    }

    .as-content .cont-box p {
      font-size: 13px;
    }

    .as-content .cont-box img {
      width: 50px;
    }

    .as-content .cont-box {
      padding: 10px;
    }

    .p-100 {
      padding: 60px 0px;
    }

    .cta-section .cta-text img {
      width: 80px;
    }

    .service-section .ser-box {
      margin: 10px 0px;
    }

    .ser-box h4 {
      font-size: 21px;
      font-weight: 600;
      margin: 10px 0px;
    }

    .ser-box p {
      text-align: justify;
    }

    .m-100 {
      margin-bottom: 60px;
    }

    .contact-section .con-box .contact-img {
      height: 60px;
      width: 60px;
      border-radius: 5px;
      margin-right: 10px;
    }

    .contact-section .con-box .contact-img img {
      width: 45px;
    }
    .ser-slider .ser-list{
      width: 212px !important;
    }
  }

  @media screen and (max-width:992px) {
    .top-right-bar {
      display: none;
    }

    .menu .navbar-light .navbar-toggler-icon {
      background-image: none;
      display: flex;
      align-items: center;
      color: #ffbf14;
      justify-content: center;
    }

    .menu .navbar-light .navbar-toggler {
      border: 3px double #ff3f39;
    }

    .menu .navbar-light .navbar-toggler:focus {
      box-shadow: none;
    }

    .menu .navbar-nav {
      align-items: flex-start;
    }

    .menu .navbar-light .navbar-nav .nav-link {
      padding: 5px 0px;
      border: none;
    }

    .menu .book-now {
      margin: 20px 0px;
      margin-left: 0;
    }

    .ser-box .ser-img>img {
      height: 200px;
    }

    .as-content {
      margin-top: 40px;
    }

    .cta-section .cta-text h2 {
      font-size: 24px;
    }

    .cta-section .cta {
      padding: 25px 35px;
    }

    .p-100 {
      padding: 50px 0px;
    }

    .tes-slider .tes-box {
      padding: 30px;
      margin: 10px;
      outline-offset: -17px;
    }

    .tes-box .ratting {
      font-size: 14px;
      margin-top: 0;
    }

    .m-100 {
      margin-bottom: 50px;
    }

    .contact-section .map {
      height: 300px;
      margin-top: 30px;
    }

  }

  @media screen and (max-width:580px) {
.menu {
    padding: 5px 0px;
}
    .hero-slide .hero-text h2 {
      font-size: 25px;
      line-height: 35px;
    }
    .hero-slide .hero-text p {
      font-size: 16px;
    }

    h2,
    .form-box h2 {
      font-size: 25px;
    }

    .as-content .cont-box {
      padding: 20px;
      margin-top: 20px;
    }

    .as-content .cont-box h2 {
      font-size: 30px;
    }

    .as-content>p {
      text-align: justify;
    }
.hero-section{
  padding-top: 60px;
}
    .as-content .cont-box p {
      font-size: 18px;
    }

    .cta-section {
      text-align: center;
    }

    .cta-section .cta-text {
      flex-direction: column;
    }
.contact-section .con-box{
  flex-wrap: wrap;
}
    .cta-section .cta-text img {
      width: 60px;
    }

    .cta-section .cta-text h2 {
      margin-left: 0;
    }
    .ser-slider .ser-list{
      width: 156px !important;
      margin:20px 5px;
    }
    
    .ser-slider .ser-list span{
      font-size: 15px;
    }
    .cta-section .cta-link {
      justify-content: center;
    }

    .p-100 {
      padding: 40px 0px;
    }

    .m-100 {
      margin-bottom: 40px;
    }

    .tes-slider .tes-box {
      margin: 10px;
      border: 1px solid #b1b1b3;
    }

    .form-box {
      margin-top: 30px;
    }

    .top-bar .top-right {
      flex-wrap: wrap;
    }

    header .top-bar {
      display: none;
    }

  
    .top-bar .top-right .phone {
      margin-bottom: 10px;
    }

    .top-bar .top-right a:hover {
      color: #ffbf14;
    }

    .banner-section {
      background-position: right;
    }

    .banner-title {
      padding-top: 60px;
      padding-bottom: 40px;
    }

    .contact-section .con-box:last-child a {
      font-size: 14px;
    }
    .choose-section .ch-box{
      height: auto;
      margin: 8px 0px;
      padding: 15px;
    }
    .service-two .ser-box h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
}

  }