/*--
Author: W3layouts
Author URL: http://w3layouts.com
--*/
@charset "UTF-8";

/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/*--/banner--*/
.w3l-main-slider li {
    list-style-type: none;
}

.w3l-main-slider .banner-slider {
    position: relative;
    z-index: 1;
}

.w3l-main-slider .slider-info a img {
    transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
}

.w3l-main-slider .companies20-content {
    position: relative;
}

.w3l-main-slider .banner-view {
    /*background: url(../images/banner1.jpg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;*/
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    min-height: 700px;

}

.w3l-main-slider .banner-top2 {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
}

.w3l-main-slider .banner-top3 {
    background: url(../images/banner3.jpg) no-repeat center;
    background-size: cover;
}

.w3l-main-slider .banner-top4 {
    background: url(../images/banner4.jpg) no-repeat center;
    background-size: cover;
}

.w3l-main-slider .banner-view:before {
    content: "";
    /*background: var(--layer);*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3l-main-slider .header-hero-19 {
    max-width: 680px;
    margin: 0;
    text-align: left;
}

.w3l-main-slider h3.title-hero-19 {
    font-size: 66px;
    line-height: 76px;
    color: #ffffff;
    font-weight: 700;
    margin: 10px 0 20px;
    text-shadow: rgb(0 0 0) 0px 0px 0px;
    text-transform: capitalize;
}

.w3l-main-slider h5 {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    text-transform: capitalize;
    letter-spacing: 1px;
}

p.w3hny-tag {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.7;
}

.banner-slider {
    position: relative;
}

p.w3ban-para {
    color: #fff;
    opacity: 0.9;
    font-size: 18px;
}

.w3l-stats-section.stats-con {
    position: absolute;
    right: 100px;
    bottom: -40px;
    border-radius: var(--border-radius);
    text-align: center;
    background-color: var(--bg-color);
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 9%);
    margin: 0 auto;
    display: block;
    padding: 40px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    width: 400px;
}

.stats_info {
    text-align: left;
}

.stats_info h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--primary-color);
    display: inline-block;
    text-transform: uppercase;
}

p.counter {
    font-size: 46px;
    font-weight: 700;
    color: var(--heading-color);
    margin: 0px 0 16px 0px;
    display: block;
}

p.para-counter {
    color: #fff;
}

@media (max-width: 1440px) {}

@media (max-width: 1080px) {
    .w3l-main-slider h3.title-hero-19 {
        font-size: 40px;
        line-height: 50px;
    }

    .w3l-main-slider .banner-view,
    .w3l-main-slider .banner-top1,
    .w3l-main-slider .banner-top2,
    .w3l-main-slider .banner-top3,
    .w3l-main-slider .banner-top4 {
        min-height: 600px;
    }
}

@media (max-width: 1050px) {}

@media (max-width: 1024px) {
    .w3l-main-slider h3.title-hero-19 {
        font-size: 36px;
        line-height: 46px;
        margin: 10px 0 5px;
    }
}

@media (max-width: 992px) {
    p.w3hny-tag {
        font-size: 16px;
        line-height: 18px;
    }

    .w3l-main-slider .header-hero-19 {
        max-width: 600px;
        margin: 0;
        text-align: left;
        margin-top: 3em;
    }
}

@media (max-width: 800px) {

    .w3l-main-slider .inner-banner,
    .w3l-main-slider .inner-layer {
        min-height: 200px;
    }
}

@media (max-width: 736px) {
    .w3l-main-slider ul.nav-links li a.link-nav {
        display: block;
    }
}

@media (max-width: 667px) {
    .w3l-main-slider .mai-hero-19 {
        grid-gap: 10px;
    }

    p.w3ban-para {
        font-size: 16px;
    }

    .w3l-main-slider .banner-view,
    .w3l-main-slider .banner-top1,
    .w3l-main-slider .banner-top2,
    .w3l-main-slider .banner-top3,
    .w3l-main-slider .banner-top4 {
        min-height: 460px;
    }

    .w3l-main-slider h5 {
        font-size: 16px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .w3l-stats-section.stats-con {
        position: static;
        padding: 20px 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        width: 330px;
    }
}

@media (max-width: 600px) {}

@media (max-width: 480px) {
    .w3l-main-slider h3.title-hero-19 {
        font-size: 32px;
        line-height: 42px;
    }

    .w3l-stats-section.stats-con {
        width: 300px;
    }

    span.w3-xtrap {
        display: none;
    }
}

@media (max-width: 440px) {}

@media (max-width: 387px) {

    .w3l-main-slider .banner-view,
    .w3l-main-slider .banner-top1,
    .w3l-main-slider .banner-top2,
    .w3l-main-slider .banner-top3,
    .w3l-main-slider .banner-top4,
    .w3l-main-slider .banner-top5,
    .w3l-main-slider .banner-top6 {
        min-height: 440px;
    }
}

@media (max-width: 320px) {
    .w3l-main-slider .banner h3 {
        font-size: 26px;
        line-height: 36px;
    }

}


/*--/owl-slider--*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    display: none;
    width: 100%;
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    border: none;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

@media (max-width: 992px) {
    .owl-theme .owl-nav {
        display: none !important;
    }
}

@media (max-width: 568px) {

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: none;
    }
}

/**
   * Owl Carousel v2.3.4
   * Copyright 2013-2018 David Deutsch
   * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
   */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
    display: block;
}

.owl-dots {
    margin-top: 0px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    bottom: 40px;
    background: none;
}

.w3l-testimonials .owl-dots {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background: none;
    display: block;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 20px;
    margin: 0px;
    width: 46px;
    background: rgba(255, 255, 255, 0.21);
    display: inline-block;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    height: 46px;
    line-height: 15px;
    border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    opacity: 1;
    color: #fe5a0e;
    text-decoration: none;
    outline: none;
    box-shadow: none;
    transition: 0.3s ease-in-out;
}

.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme:focus,
.owl-dots:focus,
.owl-dot:focus {
    outline: none;
    box-shadow: none;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    background: transparent;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 1px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    position: relative;
    border-radius: 50%;
}

.w3l-clients .owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    margin: 5px 1px;
    background: var(--heading-color);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    position: relative;
    border-radius: 50%;
}

button.owl-next,
button.owl-prev {
    position: absolute;
    bottom: 50%;
}

button.owl-prev {
    left: 10px;
}

button.owl-next {
    right: 10px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
}

@media (max-width:667px) {}

/*--//owl-slider--*/
/*--//w3l-main-slider--*/
.w3ab-left-top {
    margin: 0 auto;
    max-width: 800px;
    text-align: center;

}

/*--/features--*/
.title-content {
    max-width: 700px;
    margin: 0 auto;
}

.w3l-features .icon {
    text-align: left;
}

.main-cont-wthree-2,
.w3l-faq-block {
    margin: auto;
}

.w3l-features .grids-1.box-wrap {
    padding: 60px 40px;
    background: var(--bg-grey);
    border-radius: var(--border-radius);
}

.w3l-features .grids-1.box-wrap:hover {
    background-color: var(--primary-color);
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.w3l-features .icon i {
    font-size: 32px;
    color: var(--primary-color);
}

.w3l-features .grids-1.box-wrap:hover .icon i {
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    color: #fff;
}

.w3l-features .box-wrap:hover p {
    color: #fff;
    opacity: 0.9
}

.w3l-features .box-wrap img {
    max-width: 65px;
    display: block;
    margin: 0 auto;
}

.w3l-features .box-wrap h4 a {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 16px;
    display: block;
    color: var(--heading-color);
}

.w3l-features .box-wrap h4 a:hover {
    opacity: 0.9;
}


@media (max-width: 1280px) {}

@media (max-width: 1080px) {}

@media (max-width: 992px) {}

@media (max-width: 800px) {}

/*--//features--*/
/*--/gallery--*/

.w3l-gallery {
    background: var(--bg-lightgrey);
}

ul.gallery_agile {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    grid-gap: 20px;
}

ul.gallery_agile li {
    list-style: none;
}

/*-- portfolio --*/
.w3_agile_portfolio_grid {
    overflow: hidden;
    position: relative;
}

.w3layouts_news_grid_pos {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(73 45 123 / 40%);
    right: 0;
    transition: all 400ms ease;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    display: grid;
    align-items: center;
}

.w3layouts_news_grid_pos {
    transform: scale3d(0, 0, 1);
}

.w3_agile_portfolio_grid:hover .w3layouts_news_grid_pos {
    opacity: 0.8;
    background-color: rgba(1, 28, 37, 0.5);
    transform: scale3d(1, 1, 1);
}

.w3_agile_portfolio_grid:hover .wthree_text {
    opacity: 1;
    color: #fff;
    transform: translateY(0) scale3d(1, 1, 1);
    transition: transform 400ms ease 380ms;
}

.w3_agile_portfolio_grid .wthree_text {
    text-align: center;
    opacity: 0;
    transform: translateY(0) scale3d(0, 0, 1);
    transition: transform 400ms ease 280ms;
}

.wthree_text h3 {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 700;
}

.wthree_text p {
    color: #eee;
    margin-top: 5px;
}

.w3_agile_portfolio_grid h4 {
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 700;
}

.w3_agile_portfolio_grid:hover .wthree_text2 {
    opacity: 0;
}

@media (max-width: 991px) {
    ul.gallery_agile {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media all and (max-width: 767px) {
    ul.gallery_agile {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        grid-gap: 20px;
    }

    .wthree_text h3 {
        font-size: 20px;
    }
}

@media (max-width: 415px) {
    ul.gallery_agile {
        grid-template-columns: 1fr;
    }
}

#Choco_overlay {
    background: #0a0a0a !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    display: none;
    padding: 0;
    margin: 0;
}

#Choco_content {
    display: none;
    width: 800px;
    height: 600px;
    z-index: 1001;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -300px;
    border-top: 1px solid transparent;
    /*Yes, adjust image perfectly at the center of a box, don't know why.*/
}

#Choco_left_arrow {
    float: left;
    background-image: url(../images/left.png) !important;
    background-position: 12%;
    left: -20%;
}

#Choco_right_arrow {
    float: right;
    background-image: url(../images/right.png) !important;
    background-position: 88%;
    left: 20%;
}

.Choco_arrows {
    background-repeat: no-repeat;
    display: none;
    position: relative;
    cursor: pointer;
    width: 49%;
    top: -100%;
    height: 100%;
    margin-top: -30px;
}

#Choco_container_photo {
    text-align: center;
    width: 800px;
    height: 600px;
    /*background:url(../images/ajax-loader.gif) center center no-repeat;*/
}

#Choco_container_description {
    padding: 0;
    height: 26px;
    width: 100%;
    color: #FFFFFF;
    font-family: Tahoma;
    clear: both;
    position: relative;
    font-size: 12px;
    margin-top: -5px;
    overflow: hidden;
    visibility: hidden;
}

#Choco_container_title {
    float: left;
    padding: 5px;
}

#Choco_container_via {
    padding: 5px;
    float: right;
}

#Choco_container_via a {
    color: gray;
}

#Choco_container_via a:hover {
    color: white;
    background: gray;
}

#Choco_close {
    width: 32px;
    height: 32px;
    background-image: url(../images/close.png) !important;
    background-repeat: no-repeat;
    z-index: 1002;
    cursor: pointer;
    margin: 0px 0px 15px 0px;
    display: none;
}

#Choco_loading {
    width: 9px;
    height: 11px;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    z-index: 1002;
    cursor: pointer;
    float: right;
    margin-top: -20px;
    display: none;
}

#Choco_bigImage {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: -5px;
}


/*--//gallery--*/
/*--/video--*/
.w3l-index5 {
    /*background: url(../images/banner4.jpg) no-repeat center;*/
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
    z-index: 0;
    position: relative;
    border-radius: 4px;
    min-height: 400px;
}

.w3l-index5:before {
    content: "";
/*    background: var(--layer1);*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 4px;
}

.w3l-index5 h6.title-subw3hny:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: var(--secondary-color);
    z-index: 1;
    margin-left: 0;
    right: 0;
    top: 12px;
}

.w3l-index5 .new-block {
    display: grid;
    align-items: center;
    padding: 2rem 0;
}

.w3l-index5 .middle-section h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
}

.w3l-index5 .video-info p,
p.vhny-para {
    color: #fff;
    opacity: 0.8;
}

.w3l-index5 span.video-play-icon {
    background: #fff;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.w3l-index5 span.video-play-icon span {
    color: var(--primary-color);
}

.w3l-index5 span.video-play-icon:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.w3l-index5 span.fa.fa-play {
    line-height: 55px;
}

.w3l-index5 .play-view {
    left: 0;
    right: 0;
    top: calc(50% - 40px);
}

@media (max-width: 800px) {
    .w3l-index5 .middle-section h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .w3l-clients .logos img {
        margin: 0 0px;
        opacity: 0.9;
    }
}

@media (max-width: 667px) {
    .w3l-index5 .middle-section h2 {
        font-size: 32px !important;
        line-height: 42px;
    }

    .w3l-index5 .play-view {
        left: 0;
        right: 0;
        top: calc(50% - 28px);
    }

    #small-dialog {
        max-width: 450px;
        margin: 40px auto;
        position: relative;
    }

    .w3l-index5 {
        border-radius: 4px;
        min-height: 300px;
    }
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    line-height: 40px;
    position: absolute;
    right: 0px;
    top: -40px;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: 'Jost', sans-serif;
    background: transparent;
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        transform-origin: 0;
    }

    .mfp-arrow-right {
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Styles for dialog window */
#small-dialog {
    max-width: 750px;
    margin: 40px auto;
    position: relative;
}

div#small-dialog iframe {
    width: 100%;
    height: 400px;
    display: block;
}

/**
   * Fade-zoom animation for first dialog
   */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.95;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/**
   * Fade-move animation for second dialog
   */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.2s ease-out;
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

/* play icon animation */
@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }

    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255 / 25%), 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%);
    }

    100% {
        box-shadow: 0 0 0 10px rgb(255 255 255 / 25%), 0 0 0 20px rgb(255 255 255 / 25%), 0 0 0 40px rgba(50, 100, 245, 0);
    }
}

/* //play icon animation */
/*--//video--*/
/*--/inner-banner--*/
.inner-banner {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 0;
}

.inner-banner:before {
    content: "";
    background: var(--layer);
    position: absolute;
    top: 0;
    min-height: 100%;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3breadcrumb-gids {

    text-align: center;
}

.w3breadcrumb-right {
    text-align: center;
    padding-top: 1em;
}

h2.inner-w3-title {
    font-size: 56px;
    line-height: 56px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}

.inner-banner p.inner-page-para {
    color: #fff;
    opacity: 0.6;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.breadcrumbs-custom-path {
    text-align: center;
    display: inline-block;
}

.breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.breadcrumbs-custom-path li span {
    font-size: 12px;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
    color: var(--secondary-color);
    opacity: 0.9;
}

.breadcrumbs-custom-path a:hover {
    color: var(--secondary-color);
}

.breadcrumbs-custom-path li.active {
    color: #fff;
}

p.abinfo-para {
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width:992px) {
    .w3breadcrumb-gids {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: center;
        padding-top: 0em;
    }

    .w3breadcrumb-right {
        padding-top: 0.5em;
    }
}

@media (max-width:667px) {
    h2.inner-w3-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width:600px) {
    h2.inner-w3-title {
        font-size: 28px;
        line-height: 38px;
    }
}

/*--/about--*/
.w3l-features-6hny {
    background: var(--bg-lightgrey);
}

.w3l-features-6hny .call-grids-w3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px 30px
}

.call-grids-w3 .grids-1 h4 a {
    margin: 25px 0 0px;
    font-size: 20px;
    color: var(--heading-color);
    font-weight: 600;
    display: block;
    text-align: center;
}

.call-grids-w3 .grids-1:hover h4 a {
    color: var(--primary-color);
}

.call-grids-w3 .grids-1 {
    padding: 40px 30px;
    border-radius: var(--border-radius);
    text-align: center;
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 3%);
    background-color: var(--bg-color);
}

.w3l-features-6hny .grids-1:hover .icon {
    background-color: var(--primary-color);
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.w3l-features-6hny .grids-1:hover i {
    color: #fff;
}

ul.icon-list-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

ul.icon-list-items li {
    list-style: none;
    display: block;
    margin-right: 10px;
    color: var(--font-color);
    font-size: 16px;
}

ul.icon-list-items li i {
    color: var(--primary-color);
    font-size: 14px;
    margin-right: 4px;
}

/*--//features--*/
/*--/faq--*/
.w3l-faq-block {
    background: var(--bg-color);
}

h4.head {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 10px;
}

/* faq block */
.accordion-button {
    color: var(--heading-color);
    font-size: 20px;
    font-weight: bold;
    background-color: var(--bg-color);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: var(--heading-color);
    background-color: var(--bg-grey);
}

.accordion-item {
    background-color: var(--bg-color);
    border: 1px solid var(--border-color-light);
    border-radius: 0px;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type {
    border-radius: 0px;
}

/* //faq block */


.w3l-products ul.w3l-right-book li {
    margin-bottom: 10px;
    color: var(--heading-color);
    font-size: 18px;
    list-style: inside;
    font-weight: 600;
    list-style-type: none;
}

.w3l-products ul.w3l-right-book li span {
    font-size: 12px;
    margin-right: 16px;
    opacity: 0.4;
}

@media screen and (max-width: 415px) {
    .w3l-products ul.w3l-right-book li {
        font-size: 16px;
    }
}

/*-- //faq --*/
/*--/progress-info--*/
.w3l-servicesblock {
    background: var(--bg-lightgrey);
}

.w3l-servicesblock .progress-info {
    margin-bottom: 25px;
    text-align: left;
}

.w3l-servicesblock .info1 h6.progress-tittle {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 80%;
}

.w3l-servicesblock .info2 h6.progress-tittle {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 95%;
}

.w3l-servicesblock .info3 h6.progress-tittle {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 90%;
}

.w3l-servicesblock .info4 h6.progress-tittle {
    display: grid;
    grid-template-columns: 1fr auto;
    width: 75%;
}

.w3l-servicesblock .progress {
    display: flex;
    height: 1.3em;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: var(--bg-color);
    border-radius: 2em;
}

.w3l-servicesblock .progress-bar {
    background-color: var(--primary-color);
    transition: width 0.6s ease;
}

.w3l-servicesblock .progress-bar-striped {
    background-image: none;
    background-size: 1rem 1rem;
}

.w3l-servicesblock h6.progress-tittle {
    font-size: 15px;
    color: var(--heading-color);
    margin-bottom: 10px;
    font-weight: 700;
}

/*--//progress-info--*/
.w3l-join-main {
    background: url(../images/banner2.jpg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    background-size: cover;
}

.w3l-join-main:before {
    content: "";
    background: var(--layer);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.w3l-join-main p {
    color: #fff;
    opacity: 0.8;
}

/*--/w3l-subscribe--*/
.w3l-subscribe-content .subscribe {
    max-width: 600px;
}

.w3l-subscribe-content .subscribe-wthree-field {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 16px;
}

.w3l-subscribe-content form.subscribe-wthree input {
    font-size: 16px;
    color: var(--font-color);
    border-radius: var(--border-radius);
    padding: 0px 15px;
    background: var(--bg-color);
}

.w3l-subscribe-content form.subscribe-wthree input:focus {
    background: var(--bg-color);
    border: 1px solid var(--primary-color);
    box-shadow: none;
}

@media only screen and (max-width:667px) {
    .w3l-subscribe-content form.subscribe-wthree button {
        flex-basis: 100%;
        display: block;
        width: 100%;
    }

    .w3l-subscribe-content .subscribe-wthree-field {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }

    .w3l-subscribe-content form.subscribe-wthree input {
        padding: 0px 20px;
        height: 60px;
    }
}

/*--//w3l-subscribe--*/
.team-landing {
    background: var(--bg-grey);
}

.grid-alignment {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    align-items: end;
}

.w3l-team-main .team {
    position: relative;
}

.w3l-team-main .our-team .team-row {
    margin-left: -40px;
    margin-right: -40px;
}

.w3l-team-main .our-team .team-wrap {
    padding: 0 40px;
}

.w3l-team-main .our-team .container-fluid,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl {
    padding: 0 50px;
}

.w3l-team-main .team-img img {
    transition: all .2s ease-in-out;
    overflow: hidden;
    width: 100%;
}

.w3l-team-main .team-member,
.w3l-team-main .team-img {
    position: relative;
    overflow: hidden;
}

.w3l-team-main .team-title {
    margin: 25px 0 0px;
    font-size: 20px;
    color: var(--heading-color);
    font-weight: 600;
    display: block;
}

.w3l-team-main .team-member p {
    text-transform: capitalize;
}

.w3l-team-main .team-details {
    opacity: 0;
    position: absolute;
    bottom: 12%;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 2;
    transition: all .4s ease-in-out;
}

.w3l-team-main .team-img:hover .team-details {
    opacity: 1;
}

.w3l-team-main .team-img:hover .overlay-team {
    opacity: 1;
}

.w3l-team-main .team-member:hover a {
    color: var(--primary-color);
}

.w3l-team-main .socials a {
    display: inline-block;
    margin-right: 5px;
}


.w3l-team-main .socials a span {
    color: var(--heading-color);
    font-size: 16px;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    transition: all .3s ease 0s;
    background: var(--bg-color);
}

.w3l-team-main .team-details .socials span {
    color: var(--heading-color);
}

.w3l-team-main .socials a:hover span {
    background: #fff;
    color: var(--primary-color);
}

@media all and (max-width: 991px) {
    .w3l-team-main .team-title {
        margin: 18px 0 0px;
        font-size: 20px;
    }
}

@media all and (max-width:667px) {
    .grid-alignment {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
        align-items: end;
    }

    .call-grids-w3 .grids-1 {
        padding: 30px 10px;
    }

    .call-grids-w3 .grids-1 h4 a {
        margin: 25px 0 0px;
        font-size: 18px;
    }
}

@media all and (max-width: 568px) {
    .team-row {
        padding: 0 10px;
    }

    .team-row .col-6 {
        padding: 0 10px;
    }
}

@media all and (max-width: 415px) {
    .team-row {
        padding: 0 5px;
    }
}

@media all and (max-width: 384px) {
    .w3l-team-main .team-title {
        font-size: 18px;
    }

    .w3l-team-main .socials a span {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

    .w3l-team-main .socials a {
        margin-right: 2px;
    }
}

/*--//team--*/
/*--//about--*/
/*--/services--*/
.grids-3-w3l,
.home-phny {
    background-color: var(--bg-grey);
}

.w3l-aboutblock1 .area-box {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 5fr;
    grid-gap: 20px;
    background-color: var(--bg-grey);
    padding: 30px;
    border-radius: var(--border-radius);
}

.w3l-aboutblock1 .area-box.ser-1 {
    grid-template-columns: 1fr;
    background: var(--bg-color);
}

.w3l-aboutblock1 .area-box i {
    color: var(--primary-color);
    font-size: 36px;
    text-align: center;
    margin-top: 6px;
}

.w3l-aboutblock1 h4 a.title-head {
    display: block;
    color: var(--heading-color);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: 0;
}

.w3l-aboutblock1 h4 a.title-head:hover {
    color: var(--primary-color);
}

@media (max-width:1280px) {
    .w3l-aboutblock1 h4 a.title-head {
        margin-bottom: 6px;
        font-size: 20px;
    }
}

@media (max-width: 736px) {}

@media (max-width: 736px) {}

@media (max-width: 415px) {
    .w3l-aboutblock1 h4 a.title-head {
        margin-bottom: 10px;
        font-size: 20px;
    }
}

/*--//services--*/
/*--//inner-banner--*/
/*--/Error-Page--*/
.w3l-error-grid {
    background: url(../images/banner5.jpg) no-repeat center;
    -ms-background-size: cover;
    background-size: cover;
    z-index: 0;
    position: relative;
    display: grid;
    align-items: center;
    min-height: 100vh;
    background-size: cover;
}

.w3l-error-grid:before {
    content: "";
    background: var(--layer);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    min-height: 100%;
}

.w3l-error-grid h1 {
    font-weight: 700;
    font-size: 170px;
    line-height: 150px;
    color: #fff;
    letter-spacing: 3px;
}

.w3l-error-grid p {
    color: #fff;
    opacity: 0.8;
}

.w3l-error-grid h1 span {
    color: var(--primary-color);
}

.w3l-error-grid h2 {
    font-size: 28px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    opacity: 0.7;
}

.w3l-error-grid .form-control {
    color: var(--font-color);
    padding: 12px 120px 12px 25px;
    font-size: 18px;
    line-height: 28px;
    height: 55px;
    background: var(--bg-color);
    border-radius: var(--border-radius);
    display: block;
    font-weight: 500;
}

.error-block {
    max-width: 600px;
    margin: 0 auto;
}

.w3l-error-grid .form-control:focus {
    box-shadow: none;
    background: var(--bg-color);
    border: 1px solid var(--primary-color);
}

.w3l-error-grid button.btn.search {
    color: #fff;
    background: var(--primary-color);
    font-size: 18px;
    padding: 0 40px;
    font-weight: 600;
    border: none;
    height: 55px;
    display: inline-block;
    border-radius: var(--border-radius);
}

.w3l-error-grid button.btn.search:hover {
    opacity: .8;
}

.w3l-error-grid .form-inline.search-form {
    position: relative;
    max-width: 500px;
    margin: auto;
}

.w3l-error-grid a.btn.back-button {
    font-weight: 600;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    padding: 16px 28px;
    outline: none;

}

.w3l-error-grid .btn.back-button:hover {
    color: #fff;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);

    box-shadow: none;
}

@media all and (max-width: 992px) {
    .w3l-error-grid h1 {
        font-size: 100px;
    }
}

@media all and (max-width:600px) {
    .w3l-error-grid h1 {
        font-size: 120px;
        line-height: 110px;
    }

    .w3l-error-grid .form-inline.search-form {
        position: relative;
        max-width: 400px;
        margin: auto;
        display: block !important;
    }

    .w3l-error-grid .form-control {
        width: 100%;
        display: block;
    }

    .w3l-error-grid button.btn.search {
        position: static;
        margin-top: 16px;
        width: 100%;
        display: block;
    }

    .w3l-error-grid h2 {
        font-size: 22px;
    }
}

@media all and (max-width:480px) {
    .w3l-error-grid h2 {
        font-size: 20px;
    }

    .w3l-error-grid h1 {
        font-size: 100px;
        line-height: 110px;
    }
}

@media all and (max-width: 384px) {
    .w3l-error-grid button.btn.search {
        position: relative;
        width: 100%;
        margin-top: 10px;
    }
}

/*--//error--*/
/*--Elements--*/
pre {
    color: #666;
}

.bootstrap-components .bd-example {
    position: relative;
    padding: 40px 30px;
    border: 1px solid var(--border-color-light);
    border-radius: 4px 4px 0px 0px;
}

.code {
    background: var(--bg-grey);
    padding: 40px 30px;
    border-radius: 0px 0px 4px 4px;
}

.components-info {
    padding: 0;
}

.bootstrap-components .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--bg-grey);
    background-clip: border-box;
    border: 1px solid var(--border-color-light);
    border-radius: 0.25rem;
}

.na {
    color: var(--font-color);
}

.s {
    color: var(--font-color);
}

.c {
    color: var(--font-color);
}

.bootstrap-components .h1,
.bootstrap-components .h2,
.bootstrap-components .h3,
.bootstrap-components .h4,
.bootstrap-components .h5,
.bootstrap-components .h6,
.bootstrap-components h1,
.bootstrap-components h2,
.bootstrap-components h3,
.bootstrap-components h4,
.bootstrap-components h5,
.bootstrap-components h6 {
    font-weight: 700;
    color: var(--heading-color);
}

.bootstrap-components .bd-example-row .row > .col,
.bootstrap-component .bd-example-row .row > [class^="col-"] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: var(--bg-grey);
    border: 1px solid var(--border-color-light);
}

.bootstrap-components h6.title-subw3hny {
    color: var(--primary-color);
    margin: 0 auto !important;
    text-align: center !important;
}

.bootstrap-components .bd-placeholder-img-lg {
    font-size: 2rem;
}

/*--//Elements--*/
/*--/blog--*/
.w3l-blog-single .bl-top {
    margin-top: 26px;
    margin-bottom: 16px;
}

.w3l-blog-single .bl-top h4 {
    font-size: 13px;
    background: var(--bg-grey);
    color: var(--heading-color);
    text-align: center;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 0;
    display: inline-block;
    border-radius: 50px;
}

.w3l-blog-single .bl-top h6 {
    font-size: 20px;
    background: #272121;
    color: #272121;
    text-align: center;
    padding: 12px;
    font-weight: 600;
}

.w3l-blog-single .single-left1 {
    padding: 20px 20px 30px 20px;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color-light);
}

.w3l-blog-single .blg-img {
    position: relative;

}

.w3l-blog-single .grid-colunm-2 {
    grid-template-columns: 2fr .9fr;
    grid-gap: 40px;
}

.w3l-blog-single .w3-blog-info {
    padding: 25px 20px;
    border: 1px solid #dcd6d6;
    border-top: none;
}

.w3l-blog-single .w3-blog-info h4 {
    font-size: 22px;
}

.w3l-blog-single .w3-blog-info a.btn {
    background: none;
    color: var(--btn-color);
    padding: 10px 30px;
    display: inline-block;
    letter-spacing: 0px;
    font-size: 15px;
    margin-top: 15px;
}

.w3l-blog-single .blog-grid iframe {
    width: 100%;
    height: 200px;
}

.w3l-blog-single .blog .img-thumbnail {
    border: 1px solid #dcd6d6;
    padding: 3px;
    margin: 5px 15px 0 0;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.w3l-blog-single .single-left {
    background: var(--bg-color);
}

.w3l-blog-single .blog aside {
    background: var(--bg-color);
    margin-bottom: 30px;
    border-radius: 0px;
    padding: 20px;
    border: 1px solid var(--border-color-light);
    border-radius: var(--border-radius);
}

.w3l-blog-single h3.aside-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.w3l-blog-single .form-inline.search-form {
    position: relative;
}

.w3l-blog-single .medi-top {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr auto;
}

.w3l-blog-single a.name {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
}

.w3l-blog-single a.rep {
    font-size: 16px;
    color: var(--primary-color);
    border-radius: 4px;
    font-weight: 600;
    display: inline-block;
}

.w3l-blog-single a.rep:hover {
    text-decoration: underline;
}

.w3l-blog-single .bod-2 {
    padding-top: 1.5rem;
}

.w3l-blog-single .bod-3 {
    padding-top: 1.5rem;
}

.w3l-blog-single .bod-4 {
    padding-top: 1.5rem;
}

h3.post-content-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    color: var(--heading-color);
    font-weight: 600;
}

.w3l-blog-single .medi-top span {
    color: var(--font-color);
    font-size: 12px;
    font-weight: 600;
    border: 1px solid var(--border-color-light);
    padding: 5px 15px;
    background: var(--bg-grey);
    border-radius: 6px;
}

.w3l-blog-single .media {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: auto 1fr;
    margin-bottom: 20px;
    border: 1px solid var(--border-color-light);
    background: var(--bg-color);
    padding: 30px;
    border-radius: var(--border-radius);
}

.w3l-blog-single .media.bod-2 {
    border: none;
}

.w3l-blog-single ul.tags-list li {
    display: inline-block;
    margin: 6px 2px 0 0;
}

.w3l-blog-single ul.tags-list li a {
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 16px;
    display: inline-block;
    color: var(--heading-color);
    border: 1px solid var(--border-color-light);
    background: var(--bg-grey);
    font-weight: 600;
}

.w3l-blog-single ul.tags-list li a:hover {
    color: #fff;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}

.w3l-blog-single ul.category li {
    list-style: none;
    border-bottom: 1px solid #dcd6d6;
    margin-bottom: 10px;
}

.w3l-blog-single ul.category li a label {
    font-size: 14px;
    margin-left: auto;
}

.w3l-blog-single ul.category li span {
    color: var(--font-color);
    margin-right: 10px;
}

.w3l-blog-single ul.category li:last-child a {
    margin-bottom: 0;
}

.w3l-blog-single ul.category li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.w3l-blog-single .posts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.w3l-blog-single .grid-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.w3l-blog-single .posts-grid a {
    display: block;
}

.w3l-blog-single .social-share {
    margin: 40px 0;
}

.w3l-blog-single .comments-grid-right p {
    margin-top: 15px;
}

.w3l-blog-single .comments {
    margin-bottom: 40px;
}

.w3l-blog-single .single-left a.button-eff {
    margin-top: 2em;
}

.new-posts {
    border: 1px solid var(--border-color-light);
    margin-top: 40px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    background-color: var(--bg-grey);
    padding: 0 20px;
    border-radius: var(--border-radius);
}

.new-posts a {
    display: flex;
    margin: 20px 0;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    color: var(--heading-color);
    font-weight: 600;
    align-items: center;
}

.new-posts a span {
    font-size: 13px;
}

a.next-post {
    justify-content: flex-end;
}

.new-posts a:hover {
    color: var(--primary-color);
}

.w3l-blog-single ul.admin-post li a {
    color: var(--font-color);
}

.w3l-blog-single .single-left .admin-post a span {
    width: 18px;
    color: var(--primary-color);
    margin-right: 5px;
}

/*.w3l-blog-single .single-left p img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    vertical-align: bottom;
}*/

.w3l-blog-single p.subscribe-text {
    font-size: 16px;
    margin-top: 10px;
    color: var(--font-color);
    line-height: 25px;
}

.w3l-blog-single p.subscribe-text a {
    color: var(--heading-color);
    font-weight: 600;
    font-size: 14px;
}

.w3l-blog-single .posts-grid-right h4 {
    line-height: 20px;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w3l-blog-single .posts-grid-right h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    color: var(--heading-color);
    text-transform: capitalize;
}

.w3l-blog-single .wthree_courses_events_list li {
    display: inline-block;
    font-size: 14px;
    color: var(--font-color);
}

.w3l-blog-single ul.wthree_courses_events_list li span {
    color: #a0a0a0;
}

.w3l-blog-single .posts-grid-right h4 a:hover {
    color: var(--primary-color);
    transition: 0.3s ease;
}

.w3l-blog-single .tags ul li {
    display: inline-block;
}

.w3l-blog-single .tags ul li a.text-bl {
    padding: 9px 10px;
    margin: 0 5px 10px 0;
    display: block;
    text-transform: capitalize;
    color: var(--font-color);
    font-size: 16px;
    background: #eee;
}

.w3l-blog-single .tags ul li a.text-bl:hover {
    background: #eaeaea;
    color: var(--heading-color);
}

.w3l-blog-single .wthree_courses_events_list li a {
    color: var(--font-color);
}

.w3l-blog-single .comments-grid-right ul li {
    display: inline-block;
    color: var(--font-color);
    font-size: 14px;
}

.w3l-blog-single .comments-grid-right ul li a {
    color: #1C1717;
    font-weight: 600;
}

.w3l-blog-single .comments-grid-right ul li a:hover {
    color: var(--heading-color);
}

.w3l-blog-single .social-share a,
.w3l-blog-single .social-icons-section a {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 26px;
    transition: 0.3s;
    width: 30px;
}

.w3l-blog-single .single-left1 img {
    width: 100%;
}

.w3l-blog-single a.facebook {
    color: #3b5998;
}

.w3l-blog-single a.instagram {
    color: #c13584;
}

.w3l-blog-single a.pinterest {
    color: #bd081c;
}

.w3l-blog-single a.twitter {
    color: #1da1f2;
}

.w3l-blog-single .form-commets {
    padding: 2em;
    background: var(--bg-grey);
    border: 1px solid var(--border-color-light);
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
}

.w3l-blog-single .form-commets input,
.w3l-blog-single .form-commets textarea {
    width: 100%;
    color: var(--font-color);
    background: var(--bg-color);
    font-size: 16px;
    font-weight: normal;
    padding: 0px 16px;
    border: 1px solid var(--border-color-light);
    outline: none;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    height: 60px;
    display: inline-block;
    line-height: 50px;
    box-shadow: none;
}

.w3l-blog-single .form-commets input:focus,
.w3l-blog-single .form-commets textarea:focus {
    border: 1px solid var(--primary-color);
    background: var(--bg-grey);
}

.w3l-blog-single .w3-submit {
    text-align: right;
}

.w3l-blog-single .form-commets textarea {
    min-height: 150px;
    padding: 15px 15px;
    resize: none;
    margin: 16px 0;
}

.w3l-blog-single .media-form {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.w3l-blog-single .right-text {
    align-self: center;
}

.w3l-blog-single .admin-post li {
    display: inline-block;
    margin-right: 6px;
    font-size: 16px;
}

.w3l-blog-single .admin-post li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.w3l-blog-single .admin-post {
    margin-bottom: 18px;
}

.w3l-blog-single aside.posts .social-icons-section {
    text-align: center;
}

.w3l-blog-single h4.author {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
    text-transform: capitalize;
    color: #1C1717;
    text-align: center;
}

.w3l-blog-single .single-left2 {
    display: grid;
    grid-template-columns: .8fr 1fr;
    grid-gap: 30px;
    margin: 50px 0;
}

.w3l-blog-single ul.tag-list li {
    border: 1px solid #dcd6d6;
    padding: 10px;
    border-radius: 35px;
    display: inline-block;
    background: #f8f9fa;
}

.w3l-blog-single ul.tag-list li a {
    color: var(--font-color);
    width: auto;
    font-size: 16px;
    height: auto;
    line-height: initial;
    padding: 0 10px;
}

.w3l-blog-single .social-share {
    display: grid;
    grid-template-columns: auto 1fr;
}

.w3l-blog-single .social-icons-section {
    text-align: right;
}

.w3l-blog-single .right-text-list li p {
    margin-bottom: 10px;
}

.w3l-blog-single .right-text-list li p span.fa {
    color: #272121;
    width: 22px;
    font-size: 14px;
}

.w3l-blog-single .right-text-list {
    margin: 30px 0;
    border-left: 1px solid #dcd6d6;
    padding-left: 25px;
}

.w3l-blog-single .leave-coment-form textarea {
    min-height: 100px;
    resize: none;
    width: 100%;
    border-radius: 50px;
}

.w3l-blog-single .mm_single_submit {
    text-align: left;
}

.w3l-blog-single .single-left1 a.blog-btn {
    font-weight: 600;
    display: inline-block;
    font-size: 16px;
    color: var(--btn-color);
    background: #fff;
    border: 2px solid var(--btn-color);
    text-align: center;
    padding: 12px 35px;
    border-radius: 35px;
    margin-top: 10px;
    display: inline-block;
}

.w3l-blog-single .blog-btn:hover {
    color: #fff;
    background: #272121;
}

.w3l-blog-single img {
    border-radius: 4px;
    width: 100%;
}

.w3l-blog-single h5.card-title a,
.w3l-blog-single h5.card-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    color: var(--heading-color);
    font-weight: 700;
    text-transform: capitalize;
}

.w3l-blog-single h5.card-title a:hover {
    color: var(--primary-color);
}

.w3l-blog-single .single-left1 p a {
    color: #1C1717;
    font-weight: bold;
}

.w3l-blog-single .comments-grid-right h4 {
    font-size: 20px;
    color: #1C1717;
    text-transform: uppercase;
}

.w3l-blog-single .comments-grid-right h3 {
    font-weight: normal;
    color: #1C1717;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: capitalize;
}

.w3l-blog-single .no-margin {
    margin: 0 !important;
}

.w3l-blog-single .single-left p {
    color: var(--font-color);
}

.w3l-blog-single p.address {
    margin-top: 5px;
    margin-bottom: 25px;
}

.w3l-blog-single .single-left1 iframe {
    width: 100%;
    height: 350px;
}

.w3l-blog-single .details-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-bottom: 40px;
}

.w3l-blog-single .details-list li strong {
    color: var(--primary-color);
    font-weight: 600;
}

.w3l-blog-single .details-list li {
    color: var(--font-color);
}

.w3l-blog-single .posts-grid-right span {
    color: var(--font-color);
    margin-top: 5px;
    display: inline-block;
    font-size: 15px;
}

.w3l-blog-single .posts-grid-inner {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 20px;
    margin-bottom: 10px;
    align-items: center;
}

.w3l-blog-single ul.category li a {
    color: var(--font-color);
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: baseline;
    width: 100%;
    transition: .3s ease;
}

.w3l-blog-single ul.category li a:hover {
    color: var(--primary-color);
    padding-left: 5px;
    transition: .3s ease;
}

.w3l-blog-single ul.category li {
    margin-bottom: 10px;
    color: var(--font-color);
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: baseline;
    width: 100%;
}

.w3l-blog-single .blockquote {
    position: relative;
    position: relative;
    padding-left: 70px;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
}

.w3l-blog-single .icon-quote {
    position: absolute;
    top: 0px;
    left: 0px;
}

.w3l-blog-single .icon-quote span.fa {
    font-size: 60px;
    opacity: 0.1;
    transition: .3s;
}

.w3l-blog-single .side-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

.w3l-blog-single ul.share-post li {
    list-style: none;
    margin-right: 4px;
    display: inline-block;
}

.w3l-blog-single ul.share-post li a {
    width: 36px;
    height: 36px;
    color: #fff;
    line-height: 32px;
    display: inherit;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
}

.w3l-blog-single ul.share-post li a.facebook {
    background: #4267b2;
    border: 2px solid #4267b2;
    color: #fff;
}

.w3l-blog-single ul.share-post li a.facebook:hover {
    background: #305090;
    border: 2px solid #305090;
    transition: .3s;
}

.w3l-blog-single ul.share-post li a.twitter {
    color: #fff;
    background: #00aced;
    border: 2px solid #00aced;
}

.w3l-blog-single ul.share-post li a.twitter:hover {
    background: #06a6e2;
    border: 2px solid #06a6e2;
    transition: .3s;
}

.w3l-blog-single ul.share-post li a.instagram {
    background: #0077b5;
    border: 2px solid #0077b5;
    color: #fff;
}

.w3l-blog-single ul.share-post li a.instagram:hover {
    background: #026ea7;
    border: 2px solid #026ea7;
    transition: .3s;
}

.w3l-blog-single .listings-list li {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto;
    border-bottom: 1px solid #dcd6d6;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.w3l-blog-single .listings-list li a {
    font-size: 16px;
    line-height: 25px;
    color: var(--font-color);
}

.w3l-blog-single .pagination {
    margin-top: 3em;
}

.w3l-blog-single .pagination ul li {
    display: inline-block;
}

.w3l-blog-single .pagination ul li span.fa {
    color: var(--heading-color);
}

.w3l-blog-single .pagination a {
    display: inline-block;
    color: var(--primary-color);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-weight: 600;
}

.w3l-blog-single .pagination a span {
    margin: 0;
}

.w3l-blog-single .pagination a.active,
.w3l-blog-single .pagination a:hover {
    background-color: var(--bg-grey);
    color: var(--primary-color);
}

.w3l-blog-single a.not-allowed {
    cursor: not-allowed;
    color: #c3c2c2;
}

.w3l-blog-single .pagination .not-allowed:hover {
    opacity: 1;
    background: transparent;
    color: #c3c2c2;
}

.w3l-blog-single .main-cont-blog {
    max-width: 950px;
    margin: 0 auto;
}

.w3l-blog-single p.para-top-space {
    margin-top: 20px;
}

.w3l-blog-single p.quote-text {
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    max-width: 700px;
    display: block;
    margin: 0 auto;
}

.w3l-blog-single p.quote-text span {
    font-size: 35px;
    color: #ffffff;
}

.w3l-blog-single p.quote-text span.fa.fa-quote-left {
    vertical-align: text-bottom;
    margin-right: 10px;
}

.w3l-blog-single p.quote-text span.fa.fa-quote-right {
    vertical-align: text-top;
    margin-left: 10px;
}

.w3l-blog-single blockquote p a {
    color: #fff;
    font-weight: bold;
    margin-top: 1em;
    display: block;
    font-size: 20px;
}

.w3l-blog-single .img-circle {
    width: 80px;
    height: 80px;
    display: inline-block;
    overflow: hidden;
    background: var(--bg-grey);
    border-radius: 50%;
}

@media all and (max-width: 1170px) {
    .w3l-blog-single .posts-grid-right span {
        font-size: 14px;
    }
}

@media all and (max-width: 1080px) {
    .w3l-blog-single .social-share {
        grid-template-columns: 1fr;
    }

    .w3l-blog-single .social-icons-section {
        text-align: left;
        margin-top: 10px;
    }
}

@media all and (max-width: 992px) {
    .w3l-blog-single .grid-colunm-2 {
        grid-template-columns: 1fr;
    }

    .w3l-blog-single .right-side-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .w3l-blog-single .pagination {
        /*display: none;*/
    }

    .w3l-blog-single .blog aside {
        margin-bottom: 0;
    }

    .w3l-blog-single .single-left1:nth-child(3) {
        margin-bottom: 20px;
    }
}

@media all and (max-width: 768px) {
    .w3l-blog-single .right-side-bar {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .w3l-blog-single .single {
        padding: 60px 0;
    }

    .w3l-blog-single .details-list {
        grid-template-columns: 1fr 1fr;
    }

    .w3l-blog-single .blog aside {
        margin-bottom: 0px;
    }
}

@media all and (max-width:640px) {
    .w3l-blog-single .media {
        display: grid;
        grid-gap: 20px 10px;
        grid-template-columns: auto 1.5fr;
        margin-bottom: 20px;
    }

    .w3l-blog-single .admin-post li {
        display: inline-block;
        margin-right: 6px;
        padding-right: 6px;
        font-size: 15px;
    }

    .w3l-blog-single .blockquote {
        font-size: 17px;
    }

    .w3l-blog-single .medi-top {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: 1fr;
    }

    .w3l-blog-single .media-form {
        display: grid;
        grid-gap: 10px 20px;
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 568px) {
    .w3l-blog-single .single-left2 {
        grid-template-columns: 1fr;
        margin: 30px 0;
    }

    .w3l-blog-single .single {
        padding: 40px 0;
    }

    .w3l-blog-single .single-left2 {
        margin: 20px 0;
    }

    .w3l-blog-single .media img {
        width: 120px;
    }

    .w3l-blog-single .social-share {
        margin: 0px 0 20px;
    }

    .w3l-blog-single .comments-grid-right h4 {
        font-size: 18px;
    }

    .w3l-blog-single h5.card-title a,
    .w3l-blog-single h5.card-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .w3l-blog-single .single-left1 iframe {
        height: 250px;
    }

    .w3l-blog-single .text-right button.btn {
        width: 100%;
        display: block;
    }
}

@media all and (max-width: 480px) {
    .w3l-blog-single .btom-cont {
        padding: 30px 20px;
    }
}

@media all and (max-width: 415px) {
    .w3l-blog-single .side-title {
        font-size: 20px;
    }

    .w3l-blog-single .media .media {
        grid-template-columns: auto;
    }

    .w3l-blog-single .medi-top {
        grid-gap: 10px;
        grid-template-columns: 1fr;
    }

    .w3l-blog-single .admin-post li {
        margin-right: 10px;
    }

    .w3l-blog-single .grid-col-2 {
        grid-template-columns: 1fr;
    }

    .w3l-blog-single .leave-coment-form input[type="text"],
    .w3l-blog-single .leave-coment-form input[type="email"],
    .w3l-blog-single .leave-coment-form textarea {
        margin-bottom: 15px;
    }

    .w3l-blog-single .details-list {
        grid-template-columns: 1fr;
    }

    .w3l-blog-single ul.tag-list li {
        padding: 5px;
    }

    .w3l-blog-single .media-form {
        grid-gap: 0;
        grid-template-columns: 1fr;
    }

    .w3l-blog-single ul.tag-list li a {
        padding: 0 5px;
    }

    .w3l-blog-single .icon-quote span.fa {
        font-size: 40px;
    }

    .w3l-blog-single .blockquote {
        padding-left: 50px;
    }
}

@media all and (max-width: 384px) {

    .w3l-blog-single h5.card-title a,
    .w3l-blog-single h5.card-title {
        font-size: 18px;
    }

    .w3l-blog-single .media {
        grid-auto-flow: row;
    }
}

/*--//blog--*/
.w3l-testimonials {
    background: var(--bg-color);
}

.w3l-testimonials .testimonial {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.w3l-testimonials .testimonial {
    display: block;
    padding: 20px 20px;
    position: relative;
    border: none;
    text-align: left;
}

.w3l-testimonials blockquote q {
    font-size: 17px;
    line-height: 28px;
    color: var(--heading-color);
    font-weight: 600;
}

.w3l-testimonials blockquote q::before {
    display: none;
}

.w3l-testimonials .test-img {
    width: 70px;
    height: 70px;
    display: inline-block;
    overflow: hidden;
    background: var(--bg-color);
    border-radius: 50%;
}

.w3l-testimonials .testimonial img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.w3l-testimonials .testi-des {
    text-align: left;
}

.w3l-testimonials .test-img {
    width: 90px;
    height: 90px;
    display: inline-block;
    overflow: hidden;
    background: var(--bg-color);
    border-radius: 8px;
    margin-bottom: 16px;
}

.w3l-testimonials .testimonial img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.w3l-testimonials .testimonial blockquote {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    margin-bottom: 1.5em;
}

.w3l-clients .testimonial .peopl {
    margin: 0;
    margin-left: 20px;
    text-align: left;
}

.testimonial i.fas.fa-quote-right {
    z-index: -1;
    color: var(--heading-color);
    font-size: 40px;
    margin-bottom: 20px;
    position: absolute;
    opacity: 0.3;
}

.peopl h3 {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
    height: 50px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.indentity {
    font-style: normal;
    margin-bottom: 0;
    color: var(--font-color);
    font-size: 16px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 768px) {
    .w3l-testimonials .testimonial {
        padding: 20px 30px;
    }
}

@media (max-width: 415px) {
    .w3l-testimonials .testimonial {
        padding: 20px 0px;
    }
}

.owl-two.owl-carousel.owl-theme .owl-dots {
    position: inherit;
    left: 0px;
    right: 0px;
    bottom: 0px;
    /*margin-top: 80px;*/
}

.owl-two.owl-theme .owl-dots .owl-dot.active span,
.owl-two.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
    opacity: 1;
}

.owl-two.owl-theme .owl-dots .owl-dot span {
    background: var(--heading-color);
    opacity: .7;
}

/*--/testimonials--*/
/*--/contact--*/
.w3l-contact-main {}

.w3l-contact-main .d-grid {
    display: grid;
}

.w3l-contact-main .grid-col-2 {
    grid-template-columns: 1fr 1fr;
}

.w3l-contact-main .grid-col-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.w3l-contact-main .grid-col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.w3l-contact-main a.action img {
    margin-left: 4px;
}

.w3l-contact-main .form-top-left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.w3l-contact-main .top-map {
    margin: 0 auto;
    max-width: 900px;
}

.w3l-contact-main .form-top1 p {
    max-width: 600px;
    margin: auto;
}

.w3l-contact-main .map iframe {
    border: none;
    width: 100%;
    min-height: 400px;
    display: block;
    -webkit-filter: var(--iframe-filter);
    -moz-filter: var(--iframe-filter);
    -ms-filter: var(--iframe-filter);
    -o-filter: var(--iframe-filter);
    filter: var(--iframe-filter);
    border-radius: var(--border-radius);
}

.w3l-contact-main .map-content-9 form input,
.w3l-contact-main .map-content-9 form textarea {
    width: 100%;
    color: var(--font-color);
    background: var(--bg-color);
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    border: none;
    font-family: inherit;
    padding: 0px 25px;
    border: 1px solid var(--border-color-light);
    outline: none;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    height: 60px;
    display: inline-block;
    line-height: 50px;
    box-shadow: none;
}

.w3l-contact-main .map-content-9 h5 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #233142;
}

.w3l-contact-main .map-content-9 form textarea {
    resize: none;
    height: 130px;
    margin: 30px 0;
}

.w3l-contact-main .map-content-9 form input:focus,
.w3l-contact-main .map-content-9 form textarea:focus {
    outline: none;
    border: 1px solid var(--primary-color);
    background: none;
}

@media (max-width: 1080px) {
    .w3l-contact-info .icon-box span {
        font-size: 30px;
    }
}

@media (max-width: 800px) {
    .w3l-contact-main h4.sub-feat-text {
        margin-bottom: 10px;
        font-size: 33px;
    }

    .w3l-contact-main p.sub-para {
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    .w3l-contact-main .map iframe {
        min-height: 350px;
    }

}

@media (max-width: 568px) {
    .w3l-contact-main .map iframe {
        min-height: 300px;
    }
}

@media (max-width: 480px) {
    .w3l-contact-main h4.sub-feat-text {
        margin-bottom: 8px;
        font-size: 30px;
    }

    .w3l-contact-main p.sub-para {
        font-size: 14px;
        margin-bottom: 35px;
        line-height: 20px;
    }

    .w3l-contact-main .map iframe {
        min-height: 270px;
    }

    .w3l-contact-main button {
        width: 100%;
    }
}

@media (max-width: 384px) {
    .w3l-contact-main h4.sub-feat-text {
        margin-bottom: 20px;
        font-size: 28px;
        line-height: 28px;
    }
}

.text-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.w3l-contact-info .icon-box span {
    color: var(--primary-color);
    font-size: 30px;
    width: 80px;
    height: 80px;
    border-radius: var(--border-radius);
    text-align: center;
    background-color: var(--bg-grey);
    margin: 0 auto;
    display: block;
    line-height: 78px;
}

.w3l-contact-info .single-contact-infos {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    border: 1px solid var(--border-color-light);
    padding: 40px 20px;
    border-radius: var(--border-radius);
    box-shadow: 0 25px 98px 0 rgb(0 0 0 / 3%);
    background-color: var(--bg-color);
    text-align: center;
}

.w3l-contact-info .text-box p a {
    color: var(--font-color);
}

.w3l-contact-info .text-box p a:hover {
    color: var(--heading-color);
}

@media (max-width:640px) {
    .w3l-contact-main .form-top-left {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
}

@media (max-width: 415px) {

    .text-box h3 {
        font-size: 20px;
    }

    .w3l-contact-info .single-contact-infos:first-child .icon-box span.fa {
        font-size: 25px;
    }

    .w3l-contact-info .single-contact-infos {
        grid-gap: 16px;
        padding: 23px;
    }

    .w3l-contact-main .map-content-9 form input,
    .w3l-contact-main .map-content-9 form textarea {
        font-size: 17px;
        height: 58px;
        padding: 0px 20px;
    }

    .w3l-contact-main .map-content-9 form textarea {
        height: 100px;
        margin: 20px 0px 15px 0;
    }
}

/*--/Footer-9--*/
/* movetop styling */
#movetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    width: 40px;
    height: 40px;
    background: var(--primary-color);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    padding: 0;
}

#movetop:hover {
    opacity: .8;
}

/* //movetop styling */
section.footer-inner-main {
    background: var(--footer-bg);
}

.w3l-subscribe-content form {
    max-width: 600px;
    margin: 0 auto;
}

.w3l-subscribe-content form.subscribe-wthree input[type="email"] {
    font-size: 16px;
    color: var(--font-color);
    border-radius: var(--border-radius);
    padding: 0px 20px;
    flex-basis: 70%;
    background-color: var(--bg-color);
    border: 1px solid var(--border-color-light);
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 2%;
}

.w3l-subscribe-content form.subscribe-wthree button {
    flex-basis: 28%;
}

.w3l-subscribe-content form.subscribe-wthree input[type="email"]:focus {
    background-color: var(--bg-color);
    border: 1px solid var(--primary-color);
    outline: 0;
    box-shadow: none;
}

.w3l-footer9 .footer-inner-main .text-txt h3 {
    color: var(--heading-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.w3l-footer9 .footer-inner-main .sub-one-left h6,
.w3l-footer9 .footer-inner-main .sub-two-right h6 {
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
}

.w3l-footer9 .footer-inner-main .sub-two-right ul li {
    list-style: none;
}

.w3l-footer9 .footer-inner-main .sub-two-right ul li span {
    color: var(--font-color);
}

.w3l-footer9 .footer-inner-main .sub-one-left p,
.w3l-footer9 .footer-inner-main .sub-two-right p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 26px;
    color: var(--font-color);
}

.w3l-footer9 .footer-inner-main ul.social li,
.w3l-footer9 .footer-inner-main ul.jst-link li {
    display: inline-block;
    margin-right: 5px;
}

.w3l-footer9 .footer-inner-main ul.social li a {
    color: #fff;
    width: 36px;
    height: 36px;
    background: var(--primary-color);
    display: inline-block;
    border-radius: var(--border-radius);
    text-align: center;
    font-size: 15px;
}

.w3l-footer9 .footer-inner-main ul.social li a:hover {
    transition: 0.3s ease;
    color: #fff;
    background: var(--primary-color);
}

.w3l-footer9 .footer-inner-main ul.social li a span {
    line-height: 36px;
}

.w3l-footer9 .footer-inner-main .columns-2 {
    margin-top: 1.2em;
}

.w3l-footer9 .columns p,
.w3l-footer9 .columns p a {
    font-size: 17px;
    line-height: 26px;
    color: var(--font-color);
}

.w3l-footer9 .footer-inner-main .sub-two-right ul li a {
    font-size: 17px;
    line-height: 26px;
    color: var(--font-color);
    margin: 0 0 10px 0;
    display: block;
}

.w3l-footer9 .footer-inner-main .fposts-grid-right h4 a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: left;
    display: inline-block;
}

.w3l-footer9 .footer-inner-main .fposts-grid-inner {
    text-align: left;
}

.w3l-footer9 i.fas.fa-angle-right {
    color: #fff;
    margin: 0 6px 0 0;
}

.w3l-footer9 .footer-inner-main .sub-two-right ul li a:hover,
.w3l-blog-single .posts-grid-right h4 a:hover {
    color: var(--primary-color);
    transition: 0.3s ease;
}

.w3l-footer9 .footer-inner-main .fposts-grid-right h4 a:hover {
    opacity: 0.8;
    transition: 0.3s ease;
}

.w3l-footer9 .footer-inner-main .columns p a {
    color: var(--primary-color);
}

.w3l-footer9 ul.text-right li {
    display: inline-block;
}

.w3l-footer9 .columns p a:hover,
.w3l-footer9 ul.text-right li a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.w3l-footer9 ul.footer-w3list {
    text-align: right;
}

.w3l-footer9 .footer-inner-main .copyright-footer ul li {
    display: inline-block;
}

.w3l-footer9 .footer-inner-main .right-side h4 {
    font-size: 30px;
    line-height: 40px;
    color: var(--primary-color);
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.w3l-footer9 .copyright-footer {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    grid-gap: 20px;
}

.w3l-footer9 .below-section {
    color: var(--primary-color);
    justify-content: space-between;
}

.w3l-footer9 .column2 span {
    font-size: 18px;
    color: var(--primary-color);
    text-align: center;
    margin-top: 8px;
}

.w3l-footer9 .column2 a {
    text-decoration: none;
    color: var(--font-color);
    line-height: 25px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
}

.w3l-footer9 .column2 a:hover {
    color: var(--heading-color);
    text-decoration: underline;
}

.w3l-footer9 p.para-sep {
    text-align: center;
    margin-top: 10px;
    color: var(--font-color);
    font-size: 16px;
}

.w3l-footer9 p.contact-para {
    margin-top: 0;
}

.w3l-footer9 p.para-sep a {
    color: var(--primary-color);
    transition: 0.3s ease-in;
}

.w3l-footer9 p.para-sep a:hover {
    text-decoration: underline;
}

.w3l-footer9 .phone {
    margin-top: 10px;
    padding: 10px 0;
}

.w3l-footer9 .contact-para {
    color: var(--font-color);
    line-height: 25px;
    font-size: 17px;
}

.w3l-footer9 ul.text-right li a {
    color: var(--font-color);
    margin: 0px 0 0 16px;
}

@media (max-width: 1080px) {
    .w3l-footer9 .footer-inner-main .text-txt {
        grid-gap: 50px;
    }
}

@media (max-width: 992px) {
    .w3l-footer9 .footer-inner-main .text-txt {
        grid-template-columns: 1fr;
    }

    .w3l-footer9 .footer-inner-main .footer {
        padding: 60px 0;
    }

    .w3l-footer9 .footer-inner-main .phone {
        padding: 6px 0;
    }

    .w3l-footer9 ul.text-right li a {
        font-size: 14px;
        margin: 0 6px;
    }
}

@media (max-width:992px) {
    .w3l-footer9 .copyright-footer {
        display: grid;
        grid-template-columns: 1fr;
        align-items: center;
        grid-gap: 20px;
    }

    .w3l-footer9 .sub-one-left {
        margin-bottom: 30px;
    }

    .w3l-footer9 .sub-two-right {
        margin: 0 0 30px 0;
    }

    .w3l-footer9 .below-section {
        text-align: center;
    }

    .w3l-footer9 ul.footer-w3list {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .w3l-footer9 .footer-inner-main .right-side h4 {
        font-size: 26px;
        line-height: 36px;
        text-align: left;
    }
}

@media (max-width:600px) {
    .w3l-footer9 ul.text-right li a {
        font-size: 14px;
        margin: 0 3px;
    }

    .w3l-subscribe-content form.subscribe-wthree input[type="email"] {
        flex-basis: 100%;
        height: 50px;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .w3l-subscribe-content form.subscribe-wthree button {
        width: 100%;
        display: block;
    }

    .w3l-footer9 .footer-inner-main .sub-columns {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .w3banner-content-btns .btn {
        display: block;
        width: 100%;
    }

    ul.icon-list-items {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .w3l-footer9 .sub-two-right {
        margin: 0 0 20px 0;
    }
}

@media (max-width:568px) {
    .w3l-footer9 .footer-inner-main .phone {
        padding: 4px 0;
    }
}

@media (max-width: 440px) {
    .w3l-footer9 .footer-inner-main .below-section {
        grid-template-columns: 1fr;
    }

    .w3l-footer9 .footer-inner-main .right-side h4 {
        font-size: 25px;
    }
}

/*--//Footer-9--*/
/*# sourceMappingURL=style-freedom.css.map */

.listp {
    max-height: 136px;
    overflow: hidden;
    text-overflow: ellipsis;
}
