body {
    overflow-x: hidden !important;
}

.fs-17 {
    font-size: 17px;
}
.fs-16 {
    font-size: 16px;
}

.fs-15 {
    font-size: 15px;
}

.fs-14 {
    font-size: 14px;
}
.fs-13 {
    font-size: 13px;
}
.slider_font {
    font-size: 50px;
    /* font-family: fangsong; */
}
.slider_first_btn {
    padding: 8px 36px;
    background: var(--orangeColor);
    border-radius: 34px;
    border: 2px var(--orangeColor) solid;
    color: var(--white);
    font-size: 20px;
    margin-right: 32px;
    transition: 0.5s;
}
.blog-button {
    padding: 8px 36px;
    background: var(--white);
    border-radius: 34px;
    border: 2px var(--bluecolor) solid;
    color: var(--bluecolor);
    font-size: 20px;
    margin-right: 32px;
    transition: 0.5s;
}
.elementor-btn {
    padding: 8px 36px;
    color: var(--white);
    border-radius: 34px;
    border: 2px var(--orangeColor) solid;
    background: var(--orangeColor);
    font-size: 20px;
    margin-right: 32px;
    transition: 0.5s;
}
.elementor-btn:hover {
    background: var(--hovercolor);
    border-color: var(--orangeColor);
}
.slider_first_btn:hover {
    background: var(--hovercolor);
    color: var(--white);
    border-color: var(--orangeColor);
}
.slider_sec_btn {
    border: 2px var(--orangeColor) solid;
    border-radius: 34px;
    padding: 6px 20px;
    background: transparent;
    color: var(--white);
    font-size: 20px;
    transition: 0.5s;
}
.slider_sec_btn:hover {
    background: var(--orangeColor);
    border-radius: 34px;
    border: 2px var(--orangeColor) solid;
    color: var(--white);
    font-size: 20px;
}
.boxes_icon {
    font-size: 34px;
    color: #032239;
}
.boxes_word {
    font-size: 15px;
    font-weight: bold;
    color: var(--orangeColor);
}
.blue_bg_font {
    font-family: math;
    font-size: 36px;
    text-align: center;
}
.blue_bg_img {
    height: 300px !important;
    width: 100% !important;
}
.sevices_ic {
    font-size: 51px;
}
/* testimonial */

.heading-section {
    text-align: center;
}
.sub-heading {
    font-family: "Lato", sans-serif;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #2e9ca1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.testimonial-box {
    display: block;
    position: relative;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    border-radius: 44px;
}
.user-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    min-width: 80px;
    background-size: 100%;
}
.carousel-testimonial .item {
    padding: 30px 10px;
}
.quote {
    position: absolute;
    top: -34px;
    right: 40px;
    color: #2e9da1;
    font-size: 65px;
}
.name {
    margin-bottom: 0;
    line-height: 14px;
    font-size: 17px;
    font-weight: 500;
}
.position {
    color: #adadad;
    font-size: 14px;
}
.carousel-testimonial .owl-nav {
    text-align: center;
}
.carousel-testimonial .owl-nav button.owl-next,
.carousel-testimonial .owl-nav button.owl-prev {
    padding: 0 12px !important;
}
.carousel-testimonial .owl-nav button {
    outline: none;
    padding: 0;
}
.carousel-testimonial .owl-nav button.owl-next span,
.carousel-testimonial .owl-nav button.owl-prev span {
    display: block;
    font-size: 40px;
    width: 25px;
    height: 25px;
    vertical-align: 0px;
    line-height: 16px;
}
.carousel-testimonial .owl-nav button.owl-next.disabled,
.carousel-testimonial .owl-nav button.owl-prev.disabled {
    opacity: 0.5;
}
.owl-carousel .owl-item img {
    display: inline !important;
    width: 80px !important;
}
/* tabpen */

.container .topic {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    color: white;
}

.content input {
    display: none;
}

.content {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
@media (max-width: 575px) {
    .content {
        flex-direction: column;
        width: 100% !important;
    }
    .list {
        width: 100% !important;
    }
    .content .list label {
        padding: 20px;
    }
    .text-content {
        width: 100% !important;
        border-bottom: 11px rgb(0 172 233) solid;
        border-left: none !important;
    }
}
.content .list {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 40%;
    /* border-right: 11px rgb(0 172 233) solid; */
    /* margin-right: 50px; */
}

.content .list label {
    cursor: pointer;
    height: 60px;
    /* line-height: 60px; */
    font-size: 18px;
    padding: 17px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 25px;
    transition: all 0.5sease;
    z-index: 10;
}

#home:checked ~ .list label.home,
#blog:checked ~ .list label.blog,
#help:checked ~ .list label.help,
#code:checked ~ .list label.code,
#about:checked ~ .list label.about,
#space:checked ~ .list label.space,
#inspection:checked ~ .list label.inspection {
    color: #22272c;
}

.content .slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    border-radius: 12px;
    transition: all 0.5s ease;
    background: rgb(0 172 233);
    border-radius: 40px 0px 0px 40px;
}

#home:checked ~ .list .slider {
    top: 0;
}

#blog:checked ~ .list .slider {
    top: 60px;
}

#help:checked ~ .list .slider {
    top: 120px;
}

#code:checked ~ .list .slider {
    top: 180px;
}

#space:checked ~ .list .slider {
    top: 240px;
}
#inspection:checked ~ .list .slider {
    top: 300px;
}

.content .text-content {
    width: 60%;
    height: 100%;
    color: rgba(255, 255, 255, 0.7);
    border-left: 11px rgb(0 172 233) solid;
    border-radius: 0 1rem 1rem 1rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    padding: 35px 50px 35px 50px;
    /* padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 128px;
  padding-right: 64px; */
}

.content .text {
    display: none;
}

.btn-info {
    background-color: var(--orangeColor) !important;
}

.content .text .title {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
    color: white;
}

.container .text p {
    text-align: justify;
}

.content .text-content .home {
    display: block;
}

#home:checked ~ .text-content .home,
#blog:checked ~ .text-content .blog,
#help:checked ~ .text-content .help,
#code:checked ~ .text-content .code,
#about:checked ~ .text-content .about,
#space:checked ~ .text-content .space,
#inspection:checked ~ .text-content .inspection {
    display: block;
}
/* #home:checked ~ .text-content .home, */
#blog:checked ~ .text-content .home,
#help:checked ~ .text-content .home,
#code:checked ~ .text-content .home,
#about:checked ~ .text-content .home,
#space:checked ~ .text-content .home,
#inspection:checked ~ .text-content .home {
    display: none;
}

.content .list label:hover {
    color: var(--orangeColor);
}
.arrow_cicle {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: var(--orangeColor);
    place-items: center;
    display: flex;
    margin-top: 210px;
}
.arrow_cicle i {
    font-size: 16px;
}
.services_card:hover {
    transition: 0.6s;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.boxes_position {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100% !important;
}
.boxes_position .row > * {
    padding: 4px !important;
}
.boxes_position .row .serviceBox {
    width: 11% !important;
}

.boxes_position .row .serviceBox h3 {
    line-height: 0.9 !important;
}
@media (max-width: 575px) {
    .slider_font {
        margin-top: 41px;
        font-size: 34px;
    }
    .boxes_position {
        position: relative;
        bottom: 0;
        z-index: 0;
        width: 100% !important;
        margin-top: 50px;
    }
    .icon-box {
        width: 254px !important;
        margin-bottom: 19px;
    }
    .hero {
        width: 100%;
        /* height: 314px; */
    }
    .slider_sec_btn {
        padding: 0px 17px;
        color: black;
    }
    .container .topic {
        font-size: 24px;
    }

    .iframe {
        height: 200px !important;
    }
}

.iframe {
    height: 300px;
}
.maintenance-icon img {
    vertical-align: middle;
    /* width: 50px; */
    margin-bottom: 10px;
}
