/* ===================
preloader
====================== */

.preloader {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.loader {
    width: 40px;
    height: 40px;
    position: relative;
    top: calc(50% - 30px);
    left: calc(50% - 20px);
}

.loader-box-1,
.loader-box-2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #36A9E1;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader-bounce 2.0s infinite ease-in-out;
}

.loader-box-2 {
    animation-delay: -1.0s;
}

@keyframes loader-bounce {

    0%,
    100% {
        transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
    }
}

/*End*/

section.justify-center .elementor-container {
    justify-content: center;
}

.search-top .jet-search__popup--full-screen .jet-search__popup-close {
    position: absolute;
    top: 25%;
    right: auto;
    margin: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.get-quote-btn .elementor-button-link:hover .elementor-button-icon i {
    background: #36A9E1;
}

.get-quote-btn .elementor-button-link .elementor-button-icon i {
    color: #fff;
    background: #171b2a;
    padding: 10px 12px;
    margin-left: 10px;
    transition: all .5s ease-in-out;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 99%, 0% 50%);
}

.slider-main .sp-buttons .sp-button {
    display: block;
}

.slider-main .sp-buttons {
    position: absolute;
    text-align: center;
    top: 50%;
    right: 40px;
    max-width: initial !important;
    width: auto;
    transform: translateY(-50%);
}

.posts-list .posts-list__item,
.post-box .jet-posts__item,
.icon-box {
    transition: all .5s ease-in-out;
}

.icon-box {
    position: relative;
}

.icon-box:before,
.icon-box:after {
    display: none;
}

.icon-box:before,
.icon-box:after {
    display: block;
}

.icon-box-3.icon-box:before,
.icon-box-3.icon-box:after {
    display: none;
}

.icon-box:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    border-bottom: 5px solid #36A9E1;
    border-right: 5px solid #36A9E1;
    transition: all .5s ease-in-out;
}

.icon-box:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0px;
    top: 0px;
    opacity: 0;
    border-top: 5px solid #36A9E1;
    border-left: 5px solid #36A9E1;
    transition: all .5s ease-in-out;
}

.icon-box:hover:before,
.icon-box:hover:after {
    width: 80px;
    height: 80px;
    opacity: 1;
}

.posts-list .posts-list__item:hover,
.post-box .jet-posts__item:hover {
    transform: translateY(-10px);
}

.site-title span {
    color: #36A9E1;
}

.heading-divider .elementor-divider-separator {
    position: relative;
}

.heading-divider .elementor-divider-separator:after {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    height: 7px;
    width: 8px;
    background-color: #fff;
    -webkit-animation: heading-move 5s infinite linear;
    animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
    0% {
        transform: translateX(-1px);
    }

    50% {
        transform: translateX(85px);
    }

    100% {
        transform: translateX(-1px);
    }
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px);
    }

    50% {
        transform: translateX(85px);
    }

    100% {
        transform: translateX(-1px);
    }
}

/* ========================
Case studies css 
=========================== */


.project-box .case-img {
    position: relative;

}


.project-box .case-img::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    opacity: 0;
    border-radius: 0px;
    background: rgba(255, 94, 20, .7);
    transform: scaleY(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.project-box .jet-portfolio__item:hover .case-content {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.project-box .case-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    z-index: 1;
    width: auto;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: center;
    background: #fff;
    border-radius: 0px;
    padding: 15px 15px 15px 18px;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.jet-portfolio .jet-portfolio__content-inner {
    width: 100%;
}

.project-box .case-content a.elementor-button.jet-portfolio__button {
    position: relative;
    clip-path: polygon(25% 0%,100% 0%,100% 100%,0 99%,0% 50%);
}

.process-single-1 .jet-services__icon,
.process-single-2 .jet-services__icon,
.process-single-3 .jet-services__icon,
.process-single-4 .jet-services__icon {
    position: relative;
}

.process-single-1 .jet-services__icon:before,
.process-single-2 .jet-services__icon:before,
.process-single-3 .jet-services__icon:before,
.process-single-4 .jet-services__icon:before {
    content: "01";
    position: absolute;
    height: 35px;
    width: 35px;
    font-size: 14px;
    background: #36A9E1;
    line-height: 35px;
    color: #ffffff;
    left: -3px;
    top: -13px;
    font-weight: 600;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}

.process-single-2 .jet-services__icon:before {
    content: "02";
}

.process-single-3 .jet-services__icon:before {
    content: "03";
}

.process-single-4 .jet-services__icon:before {
    content: "04";
}

.process-single-1 .jet-services__header,
.process-single-2 .jet-services__header,
.process-single-3 .jet-services__header,
.process-single-4 .jet-services__header {
    overflow: visible;
}

.process-single-1 .elementor-jet-services,
.process-single-2 .elementor-jet-services,
.process-single-3 .elementor-jet-services {
    position: relative;
}

.process-single-1 .elementor-jet-services:before,
.process-single-2 .elementor-jet-services:before,
.process-single-3 .elementor-jet-services:before {
    content: "";
    position: absolute;
    border-bottom: 2px dashed #36A9E1;
    width: 110px;
    height: 2px;
    right: -65px;
    top: 50px;
}

.footer-widget-title h4 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.footer-widget-title h4::before {
    position: absolute;
    content: '';
    z-index: 1;
    width: 12px;
    height: 2px;
    background-color: #36A9E1;
    bottom: 0;
    left: 0;
}

.footer-widget-title h4::after {
    position: absolute;
    content: '';
    z-index: 1;
    width: 30px;
    height: 2px;
    background-color: #36A9E1;
    bottom: 0;
    left: 18px;
}

.footer-menu-list li a {
    transition: all .5s ease-in-out;
}

.footer-menu-list li a:hover {
    padding-left: 10px;
}

.footer-shape img {
    position: absolute;
}

.footer-shape .footer-shape-2 {
    right: 0;
    bottom: 0;
}

.footer-shape .footer-shape-2 {
    right: 100px;
    bottom: 0;
}

.price-box .pricing-table {
    position: relative;
    text-align: center;
    transition: all .5s ease-in-out;
}

.price-box .pricing-table__heading {
    margin-top: -15px;
    position: relative;
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.price-box .pricing-table__heading::before {
    position: absolute;
    content: '';
    height: 15px;
    width: 10px;
    background-color: #eb520c;
    left: -10px;
    top: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.price-box .pricing-table__heading::after {
    position: absolute;
    content: '';
    height: 15px;
    width: 10px;
    background-color: #eb520c;
    right: -10px;
    top: 0;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.price-box .pricing-feature {
    margin-bottom: 10px;
}

.price-box .pricing-table__price {
    padding-top: 15px;
    padding-bottom: 20px;
}

.price-box .pricing-table__price span.pricing-table__price-suffix {
    background: #36A9E1;
    display: table !important;
    clear: both !important;
    padding: 6px 20px;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.price-box .pricing-table__heading .pricing-table__title {
    margin: 0px;
}


/* ===================
team css 
====================== */

.team-area {
    position: relative;
    overflow: hidden;
}

.team-item {
    border-radius: 15px;
    margin-bottom: 55px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    position: relative;
    transition: all .5s ease-in-out;
}

.team-item:hover {
    transform: translateY(-10px);
}

.team-content {
    position: absolute;
    left: 0;
    right: 20px;
    bottom: -30px;
    background: #fff;
    padding: 5px 10px 5px 20px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
}


.team-social {
    position: absolute;
    margin-bottom: 10px;
    text-align: center;
    top: 15px;
    right: -15px;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.team-item:hover .team-social {
    opacity: 1;
    right: 15px;
}

.team-social a {
    display: block;
}

.team-social .jet-team-member__socials {
    flex-direction: column;
}

.team-social h6 {
    margin-top: 28px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    position: relative;
    transform: rotate(-90deg);
}

.team-social h6::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    background: #fff;
    left: -50px;
    top: 7px;

}

.team-content:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    background: #171b2a;
    right: 25px;
    top: 20px;
    transform: skew(-15deg);
    z-index: -1;
}

.team-content:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    right: 10px;
    background: #36A9E1;
    transform: skew(-15deg);
}

.team-bio {
    padding-top: 15px;
    padding-bottom: 10px;
}

.faq-area .jet-toggle__label-text span {
    width: 45px;
    height: 45px;
    margin-right: 15px;
}

.faq-area .jet-toggle__label-text i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    background: #36A9E1;
    text-align: center;
    color: #fff;
}

.faq-area .jet-toggle__icon {
    color: #171B2A;
    background-color: transparent;
    font-size: 18px;
}

.video-box .jet-video__play-button {
    position: relative;
}

.video-box .jet-video__play-button .jet-elements-icon i::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #fff;
    border-radius: 50px;
    animation: ripple-wave 1s linear infinite;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5 ease-in-out;
}

@keyframes ripple-wave {
    0% {
        opacity: 0.8;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.video-box .jet-video__overlay--custom-bg {
    height: 100%;
    margin-right: -200px;
}

.video-box .jet-video.jet-video-aspect-ratio--21-9 {
    padding-bottom: 33.8571%;
}


/* ===================
testimonial css 
====================== */

.testimonial-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.testi-box .slick-initialized .slick-slide {
    margin: 0 15px;
}

.testimonial-single {
    margin-bottom: 20px;

}

.testimonial-quote {
    background: #fff;
    padding: 30px;
    position: relative;
    box-shadow: 0 3px 14px rgb(0 0 0 / 10%);
}

.testimonial-quote::before {
    content: "\f0dd";
    position: absolute;
    font-family: "FontAwesome";
    bottom: -52px;
    left: 40px;
    font-weight: bold;
    font-size: 70px;
    color: #fff;
}

.testimonial-content {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 30px;
    margin-left: 20px;
}

.testimonial-quote-icon i {
    font-size: 50px;
    color: #36A9E1;
}

.testimonial-author-img {
    margin-right: 20px;
    width: 80px;
    padding: 5px;
    border-radius: 50px;
    border: 2px dashed #36A9E1;
}

.testimonial-author-img img {
    border-radius: 50%;
}

.testimonial-author-info h4 {
    font-size: 20px;
    color: #0F4229;
}

.testimonial-author-info p {
    color: #0F4229;
}


.jet-testimonials__rating i:before {
    font-family: 'FontAwesome';
    content: "\f005";
    font-style: normal;
    font-size: 16px;
}

.post-box .post-meta {
    border-bottom: 1px solid #e6e8eb;
    padding-bottom: 18px !important;
}

.project-box .jet-portfolio .jet-portfolio__content-inner {
    padding: 10px 0px;
}

.post-box .jet-posts__inner-content .post-meta span.post__date.post-meta__item,
.post-box .jet-posts__inner-content .post-meta span.posted-by.post-meta__item {
    position: relative;
    margin-right: 20px;
}

.post-box .jet-posts__inner-content .post-meta span.posted-by.post-meta__item:before {
    margin-right: 5px;
    color: #36A9E1;
    content: "\f2bd";
    font-weight: 400;
    font-family: "FontAwesome";
}

.post-box .jet-posts__inner-content .post-meta span.post__date.post-meta__item:before {
    margin-right: 5px;
    color: #36A9E1;
    content: "\f073";
    font-weight: 400;
    font-family: "FontAwesome";
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    height: auto;
}

body:not(.page-template-fullwidth-content) .site-content {
    margin-top: 0px;
    margin-bottom: 0px;
}

body.category .site-content,
body.archive .site-content,
body.tags .site-content,
body.single .site-content,
body.search .site-content,
body.blog .site-content,
body.error404 .site-content {
    margin-top: 90px;
    margin-bottom: 60px;
}

section.justify-center .elementor-container {
    justify-content: center;
}

ul.terms-list {
    list-style-type: none;
}

.portfolio-box article.jet-portfolio__item {
    margin-bottom: 40px;
}

.posts-list.posts-list--grid .grid-item .entry-meta .space-between-content {
    margin-top: 10px;
}

.posts-list.posts-list--grid .grid-item .entry-meta .space-between-content a.btn:after {
    content: "\f061";
    font-family: "FontAwesome";
    color: #fff;
    background: #171b2a;
    padding: 10px 12px;
    margin-left: 10px;
    transition: all .5s ease-in-out;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 99%, 0% 50%);
}

.posts-list.posts-list--grid .grid-item .entry-meta .space-between-content a.btn:hover:after {
    background: #36A9E1;
}

.posts-list.posts-list--grid .grid-item .entry-meta .space-between-content a.btn:hover {
    background: #171b2a;
    color: #36A9E1;
}

.posts-list.posts-list--grid .grid-item .entry-meta .space-between-content a.btn {
    font-size: 16px;
    color: #ffffff;
    padding: 8px 10px 8px 15px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    border: none;
    background: #36A9E1;
    line-height: 2;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    border-radius: 0px;
}

.posts-list.posts-list--grid .grid-item .entry-header .entry-meta span.byline {
    margin-right: 10px;
}

.posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item .grid-item-wrap {
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    border: none;
}

.comment-navigation,
.posts-list-navigation {
    border: none;
    padding-top: 0px;
}


.jet-search__popup-trigger {
    border: none;
    width: 40px;
    line-height: 33px;
    height: 40px;
}

.phone-box .jet-services__desc a:hover,
.phone-box .jet-services__desc a {
    color: #fff;
}

.slider-main .jet-slider__content-inner {
    -ms-flex-align: start;
    align-items: flex-start;
}

.slider-main .jet-slider__subtitle {
    max-width: 745px;
}

.get-quote-btn .elementor-button-link .elementor-button-content-wrapper {
    align-items: center;
    align-content: center;
}

.slider-main .jet-slider__button-wrapper .elementor-button.jet-slider__button--primary:hover i {
    background: #36A9E1;
}

.price-box .pricing-table__action a.elementor-button .jet-elements-icon,
.post-box .jet-more-wrap .btn span.jet-more-icon,
.slider-main .jet-slider__button-wrapper .elementor-button.jet-slider__button--primary i {
        color: #fff;
    background: #171b2a;
    padding: 10px 12px;
    margin-left: 10px;
    transition: all .5s ease-in-out;
    clip-path: polygon(25% 0%,100% 0%,100% 100%,0 99%,0% 50%);
}

.price-box .pricing-table__action a.elementor-button:hover .jet-elements-icon,
.post-box .jet-more-wrap .btn:hover span.jet-more-icon,
.slider-main .jet-slider__button-wrapper .elementor-button.jet-slider__button--secondary:hover i {
    background: #171b2a;
}

.slider-main .jet-slider__button-wrapper .elementor-button.jet-slider__button--secondary i {
    color: #fff;
    background: #36A9E1;
    padding: 10px 12px;
    margin-left: 10px;
    transition: all .5s ease-in-out;
    clip-path: polygon(25% 0%,100% 0%,100% 100%,0 99%,0% 50%);
}

.slider-main .jet-slider__subtitle span {
    color: #36A9E1;
}

.entry-header .entry-meta>* {
    padding-left: 5px;
    padding-right: 0px;
}

.posts-list.posts-list--grid .grid-item .entry-header .entry-meta i.fas {
    color: #36A9E1;
    padding-right: 0px;
}

.posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item .grid-item-wrap header.entry-header {
    display: flex;
    flex-direction: column;
}

.posts-list.posts-list--grid .grid-item .entry-title {
    order: 2;
}

.posts-list.posts-list--grid .grid-item .entry-header .entry-meta {
    display: block;
    color: #171B2A;
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Rubik';
    order: 1;
    margin-bottom: 14px;
    border-bottom: 1px solid #e6e8eb;
    padding-bottom: 18px;
    margin-left: 0px;
    margin-right: 0px;
}

.posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item .post-thumbnail img {
    width: 100%;
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}

.posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item .grid-item-wrap {
    -webkit-border-radius: 0px 0px 0 0;
    border-radius: 0px 0px 0 0;
}

header .jet-sticky-section--stuck .logo-scroll-fix {
    display: block;
}

header .jet-sticky-section--stuck .logo-fix {
    display: none;
}

header .logo-scroll-fix {
    display: none;
}

header .jet-sticky-section--stuck .jet-mobile-menu .jet-nav__mobile-trigger.jet-nav-mobile-trigger-align-left,
header .jet-sticky-section--stuck .jet-search .jet-search__popup-trigger-container button.jet-search__popup-trigger,
header .jet-sticky-section--stuck .main-menu .jet-nav .menu-item .menu-item-link {
    color: #171B2A;
}

.site-title h4.elementor-heading-title {
    position: relative;
    padding-bottom: 10px;
}

.site-title h4.elementor-heading-title::before {
    position: absolute;
    content: '';
    width: 15px;
    border-bottom: 3px solid #36A9E1;
    bottom: 0;
    left: 0;
}

.site-title h4.elementor-heading-title::after {
    position: absolute;
    content: '';
    width: 30px;
    border-bottom: 3px solid #36A9E1;
    bottom: 0;
    left: 24px;
}

.list-service li.elementor-icon-list-item a:hover {
    padding-left: 10px;
}

.list-service li.elementor-icon-list-item a {
    transition: all .5s ease-in-out;
}

.btn-download a.elementor-button-link {
    display: block;
    text-align: left;
}

@media (min-width: 992px) {

    .main-menu .jet-nav .menu-item .jet-nav__sub .menu-item:hover .menu-item-link:before {
        width: 28px;
        opacity: 1;
    }


    .main-menu .jet-nav .menu-item .jet-nav__sub .menu-item .menu-item-link::before {
        content: "";
        position: absolute;
        left: 0;
        top: 20px;
        width: 0px;
        height: 2px;
        opacity: 0;
        background: #fff;
        transition: all .7s ease-in-out;
    }

    .main-menu .jet-nav .menu-item .jet-nav__sub .menu-item.current-menu-item .menu-item-link {
        background: transparent !important;
        color: #171B2A !important;
    }

    .main-menu .jet-nav .menu-item .jet-nav__sub .menu-item.current-menu-item .menu-item-link:hover {
        background: #36A9E1 !important;
        color: #fff !important;
    }

    .main-menu .jet-nav .menu-item .jet-nav__sub .menu-item:hover .menu-item-link {
        padding-left: 33px !important;
    }
}

@media (min-width: 992px) {

    .main-menu .jet-nav .menu-item .menu-item-link {
        position: relative;
    }
}

@media (min-width: 640px) {
    .single-post .post>.entry-content {
        font-size: 16px;
    }
}


.icon-box .feature-emergency-call {
    margin-top: 25px;
}

.icon-box .feature-emergency-call h4 {
    color: #fff;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
    font-family: rubik, sans-serif;
    line-height: 1.2;
}

.icon-box .feature-emergency-call i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #36A9E1;
    text-align: center;
    margin-right: 10px;
    border-radius: 10px;
}

.icon-box .feature-btn {
    margin-top: 34px;
    border: 2px solid #fff;
    color: #fff;
    padding: 7px 25px;
    border-radius: 50px;
    display: table;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}

.icon-box .feature-btn:hover {
    background: #fff;
    color: #36A9E1;
}


.icon-box .feature-opening-hour ul {
    color: #fff;
    list-style-type: none;
    margin-left: 0;
    margin-top: 16px;
}

.icon-box .feature-opening-hour li {
    margin: 9px 0;
}

.icon-box .feature-opening-hour li span {
    float: right;
}

.dep-box .department-icon {
    height: 55px;
    width: 55px;
    line-height: 60px;
    color: #fff;
    font-size: 40px;
    border-radius: 8px;
    text-align: center;
    background: #36A9E1;
    margin-top: -85px;
    right: 30px;
    position: absolute;
    z-index: 1;
}

.dep-box .jet-carousel__item-inner .jet-carousel__item-link {
    padding: 18px;
    display: block;
    background: #EFF8FB;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 0px;
}

.dep-box .jet-carousel__item-link img {
    margin-top: -40px;
}

.cf-box.cf-main i.fas+br {
    display: none;
}

.cf-box span.wpcf7-spinner {
    display: none;
}

.cf-box span.wpcf7-spinner+br {
    display: none;
}

.cf-box i.fas {
    margin-left: -50px;
    color: #fff;
}

.cf-box.cf-main i.fas {
    margin-left: 0px;
    position: absolute;
    left: 160px;
    top: 25px;
    padding: 7px 8px;
    transform: translateY(-50%);
    color: #fff;
    background: #171b2a;
    transition: all .5s ease-in-out;
    clip-path: polygon(25% 0%,100% 0%,100% 100%,0 99%,0% 50%);
}

.cf-box.cf-main:hover i.fas {
    background: #36A9E1 !important;
}

.cf-box span.wpcf7-not-valid-tip {
    margin-top: -20px;
}

.post-box .slick-list {
    overflow: visible;
}

.footer-opening ul {
    margin-left: 0px;
    padding-left: 0px;
}

.footer-opening li {
    margin-bottom: 9px;
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

.footer-opening span {
    float: right;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
select,
textarea {
    padding: 12px 15px;
}

.posts-list-navigation {
    text-align: center;
}

.posts-list-navigation .pagination .page-numbers:not(.prev):not(.next):not(.dots) {
    display: inline-block;
    border: none;
    background: #171b2a;
    color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all .5s ease-in-out;
}

.posts-list-navigation .pagination .page-numbers:not(.prev):not(.next):not(.dots):hover,
.posts-list-navigation .pagination .page-numbers:not(.prev):not(.next):not(.dots).current {
    background-color: #36A9E1;
    color: #fff;
}


body.single-post .post .post-thumbnail img {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
}

.blog-thumb-img {
    margin-bottom: 20px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.blog-meta .blog-meta-left ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0px;
}

.btn {
    padding: 12px 25px;
    border-radius: 50px;
}

.btn:hover {
    background-color: #171B2A;
}

li {
    list-style: none;
}

.blog-meta i {
    margin-right: 5px;
    color: #36A9E1;
}

.blog-meta {
    color: #66788a;
}

.blog-details-title {
    font-size: 34px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.single-post blockquote:not(.post-format-quote) {
    background: transparent;
    border-left: 5px solid #36A9E1;
    padding: 30px !important;
    font-size: 17px;
    font-style: italic;
    margin: 20px 0;
    border-top: none !important;
    border-bottom: none !important;
    text-align: left !important;
}

.blockqoute-author {
    margin-top: 20px;
    padding-left: 60px;
    position: relative;
    font-size: 16px;
}

.blockqoute-author::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    background: #171B2A;
    left: 0;
    top: 10px;
}

.post-author-bio {
    display: flex;
    justify-content: start;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    margin: 50px 0;
    padding: 20px;
    border: none;
    border-radius: 0px;
}

.post-author__title a {
    color: #171B2A !important;
    text-transform: capitalize;
}

.post-author__title a:hover {
    color: #36A9E1 !important;
}

body.single-post .comment-list {
    padding: 0px;
    border-bottom: none;
}

body.category header .elementor-grid .elementor-grid-item i,
body.archive header .elementor-grid .elementor-grid-item i,
body.tags header .elementor-grid .elementor-grid-item i,
body.single header .elementor-grid .elementor-grid-item i,
body.search header .elementor-grid .elementor-grid-item i,
body.blog header .elementor-grid .elementor-grid-item i,
body.error404 header .elementor-grid .elementor-grid-item i,
body.single-post header .elementor-grid .elementor-grid-item i {
    width: auto;
    line-height: 32px;
    height: 100%;
}

#respond.comment-respond {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
}

#respond.comment-respond .comment-form-comment {
    margin-bottom: 0px;
}

#respond.comment-respond .comment-form .form-submit {
    margin: 10px 0 0 0;
    width: auto;
    display: inline-block;
}

#respond.comment-respond .comment-form .submit {
    border-radius: 0px;
    padding: 10px 15px;
}

#respond.comment-respond .comment-form .submit:hover {
    color: #fff;
    background: #171b2a;
}

#respond.comment-respond .comment-form__field {
    border-radius: 0px !important;
}

.widget {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0/5%);
    margin-bottom: 30px;
}

.widget .social-share-link a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    border: 1px solid #36A9E1;
    color: #36A9E1;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    border-radius: 0px;
    transition: all .5s ease-in-out;
}

.widget .social-share-link a:hover {
    background: #36A9E1;
    color: #fff;
}

.widget .widget-title {
    color: #171B2A;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    font-size: 18px;
}

.widget .widget-title::before {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background: #36A9E1;
    border-radius: 50px;
    bottom: 0;
    left: 0;
}

.widget .widget-title::after {
    position: absolute;
    content: '';
    width: 8px;
    height: 3px;
    background: #36A9E1;
    border-radius: 50px;
    bottom: 0;
    left: 35px;
}

.search-form__field[type='search'] {
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.search-form__submit.btn {
    padding: 10px 15px;
    margin-left: 10px;
    border-radius: 10px;
}

.search-form__submit.btn:hover {
    background-color: #171B2A;
}

.widget+.widget {
    margin-top: 30px;
    padding-top: 30px;
    border-top: none;
}

.widget.widget_categories ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.widget.widget_categories ul li {
    display: flex;
    padding: 10px 0;
    color: #14212B;
    width: 100%;
    font-weight: 400;
    border-bottom: 1px solid #ced4da;
    transition: all .5s ease-in-out;
    justify-content: space-between;
}

.widget.widget_categories ul li a:before {
    margin-right: 5px;
    content: "\f101";
    font-family: 'FontAwesome';
    font-weight: 400;
}

.widget.widget_categories ul li a {
    color: #14212B;
    position: relative;
    transition: all .5s ease-in-out;
}

.widget.widget_categories ul li a:hover {
    padding-left: 10px;
    color: #36A9E1;
}

.widget_recent_entries .post-date {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #757f95;
    line-height: 1.8;
}

.widget_recent_entries ul li:last-child {
    margin-bottom: 0px;
}

.widget.widget_tag_cloud .tag-cloud-link {
    border: 1px solid #171b2a;
    padding: 3px 20px;
    margin-bottom: 10px;
    margin-right: 5px;
    border-radius: 0px;
    background: #fff;
    color: #171b2a;
    display: inline-block;
    transition: all .5s ease-in-out;
    font-size: 16px !important;
}

.single-post .entry-footer .tags-links a:hover,
.widget.widget_tag_cloud .tag-cloud-link:hover {
    background-color: #171b2a;
    color: #fff;
}

.single-post .post>.entry-footer .entry-meta:not(:empty) {
    margin-top: 13px;
    color: #171B2A;
    font-size: 18px;
    font-weight: 600;
    font-family: rubik, sans-serif;
    line-height: 1.2;
}

.comment-reply-title {
    color: #171B2A;
}

.single-post .entry-footer .tags-links a {
    background: #fff;
    border:1px solid #171b2a;
    color: #171b2a;
    padding: 4px 20px;
    border-radius: 0px;
    transition: all .5s ease-in-out;
    font-size: 16px !important;
    line-height: 1.8;
    font-weight: 400;
}

.subscribe-box a.jet-subscribe-form__submit.elementor-button {
    display: flex;
    flex-direction: row-reverse;
}

.subscribe-box a.jet-subscribe-form__submit.elementor-button:hover span.jet-subscribe-form__submit-icon.jet-elements-icon i {
    background: #36A9E1;
}

.subscribe-box a.jet-subscribe-form__submit.elementor-button span.jet-subscribe-form__submit-icon.jet-elements-icon i {
    color: #fff;
    background: #171b2a;
    padding: 10px 12px;
    margin-left: 10px;
    transition: all .5s ease-in-out;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 99%, 0% 50%);
}

ul.terms-list li {
    margin-bottom: 16px;
}

.contact-box>.elementor-container {
    padding: 50px 30px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    position: relative;
    box-sizing: border-box;
}

.comment-form-cookies-consent label[for=wp-comment-cookies-consent]:before {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #757f95;
}

footer .elementor-widget-text-editor .elementor-widget-container a:hover {
    color: #fff;
}

.contact-service-box .jet-services__icon .inner .jet-elements-icon i {
    font-size: 25px;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #36A9E1;
    transform: rotate(-45deg);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}

.contact-service-box .jet-services__icon .inner .jet-elements-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #36A9E180;
    transform: rotate(45deg);
    width: 62px;
    height: 62px;
    border-radius: 50px;
}

footer .elementor-widget .elementor-icon-list-icon i {
    width: 1em;
}

footer .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    padding-left: 0px;
}

.shape-1 {
    position: absolute;
    width: 350px;
    height: 350px;
    top: 100px;
    left: -50px;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    background: #36A9E1;
    opacity: .15;
}

.shape-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    right: -120px;
    bottom: -120px;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
    background: #36A9E1;
    opacity: .15;
}

@media (min-width: 1120px) {
    .posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item .grid-item-wrap {
        padding: 20px;
    }
}

.icon-box-2:hover .elementor-icon-box-wrapper .elementor-icon-box-icon a.elementor-icon {
    transform: rotateX(360deg);
}

.icon-box-2 .elementor-icon-box-wrapper .elementor-icon-box-icon a.elementor-icon {
    transition: all .5s ease-in-out;
}

.icon-box-2:hover .elementor-widget-container {
    background-color: #36A9E1 !important;
}

.icon-box-2:hover .elementor-widget-container .elementor-icon-box-title,
.icon-box-2:hover .elementor-widget-container .elementor-icon-box-description {
    color: #fff !important;
}

.icon-box-2:hover .elementor-widget-container .elementor-icon {
    fill: #fff !important;
    color: #fff !important;
    border-color: #fff !important;
}

.post-box .jet-posts__inner-content {
    display: flex;
    flex-direction: column;
}

.post-box .jet-posts__inner-content .entry-title {
    order: 2;
}

.post-box .jet-posts__inner-content .post-meta {
    order: 1;
}

.post-box .jet-posts__inner-content .entry-excerpt {
    order: 3;
}

.post-box .jet-posts__inner-content .jet-more-wrap {
    order: 4;
}

/*.icon-box:hover .jet-services__header .jet-services__icon .inner .jet-elements-icon {
    transform: rotateX(360deg);
}*/

.icon-box .jet-services__header .jet-services__icon .inner .jet-elements-icon {
    transition: all .5s ease-in-out;
}

body.single.elementor-editor-active .blog-info .blog-meta {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #171b2a;
    margin: 0;
    font-weight: 600;
    font-family: rubik, sans-serif;
    line-height: 1.2;
}

.cf-box .mb-10 {
    margin-bottom: 10px;
}

.cf-box h5 {
    font-size: 18px;
}

.cf-box .mt-20 {
    margin-top: 20px;
}

.cf-box .wpcf7-checkbox span.wpcf7-list-item {
    margin-left: 0px;
    margin-right: 1rem;
}

.cf-box .wpcf7-checkbox span.wpcf7-list-item-label {
    font-weight: 400;
    color: #757d85;
    font-size: 16px;
    line-height: 1.8;
    font-family: 'Rubik';
}

.cf-box .quote-btn {
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
    border: none;
    background: #171b2a;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
}

.cf-box .quote-btn:hover {
    background: #36A9E1;
}

.cf-box .mt-5 {
    margin-top: 3rem !important;
}

.cf-box .quote-btn br {
    display: none;
}

.cf-box .quote-btn span.fas {
    margin-right: 8px;
}

.cf-box .quote-btn input.wpcf7-form-control.wpcf7-submit {
    background: transparent !important;
    width: auto;
    padding: 0px !important;
}

.entry-header .entry-meta {
    margin-left: -5px;
    margin-right: -5px;
}

.icon-box .jet-services__button .jet-services__button-icon i {
        color: #fff;
    background: #171b2a;
    padding: 10px 12px;
    margin-left: 8px;
    transition: all .5s ease-in-out;
    min-width: 35px;
    clip-path: polygon(25% 0%,100% 0%,100% 100%,0 99%,0% 50%);
}

.icon-box .jet-services__button:hover .jet-services__button-icon i {
    background: #36A9E1;
}

.tabs-home form.wpcf7-form p {
    margin: 0px;
}

.jet-portfolio__item.item-loaded .jet-portfolio__content {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


@media (max-width: 767px) {
    .slider-main .sp-buttons .sp-button {
        margin: 7px !important;
        display: inline-block;
    }

    .slider-main .sp-buttons {
        position: relative;
        top: auto;
        right: auto;
        max-width: initial !important;
        width: auto;
        transform: none;
        bottom: 70px;
        text-align: left !important;
        left: 10px;
    }

    .faq-area .jet-toggle__label-text span {
        width: 30px;
        height: 30px;
        margin-right: 5px;
        font-size: 13px;
    }

    .faq-area .jet-toggle__label-text i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        background: #36A9E1;
        text-align: center;
        color: #fff;
    }

    .jet-search__popup-trigger {
        border: none;
        width: inherit;
        line-height: normal;
        height: inherit;
    }

    .slider-main .sp-horizontal .sp-arrows {
        top: 93%;
    }

    .slider-main .sp-horizontal .sp-arrows .sp-arrow.sp-next-arrow {
        right: auto;
        left: 85px;
    }

    .icon-box .feature-opening-hour ul {
        margin-top: 15px;
        margin-bottom: -2px;
    }

    .icon-box .feature-opening-hour li {
        margin: 3px 0;
    }

    .blog-meta .blog-meta-left ul {
        display: block;
        margin: 0px;
    }

    .process-single-1 .elementor-jet-services:before,
    .process-single-2 .elementor-jet-services:before,
    .process-single-3 .elementor-jet-services:before {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .slider-main .sp-horizontal .sp-arrows {
        top: 90%;
    }

    .slider-main .sp-horizontal .sp-arrows .sp-arrow.sp-next-arrow {
        right: auto;
        left: 90px;
    }

    .icon-box .feature-opening-hour ul {
        margin-top: 15px;
        margin-bottom: -2px;
    }

    .icon-box .feature-opening-hour li {
        margin: 3px 0;
    }

    .search-top {
        top: -5px;
        position: relative;
    }

    .process-single-2 .elementor-jet-services:before {
        display: none;
    }
}