/*---------------------------------------------



--------------------------------------------*/
/*=======================================================================
1. Default Styles
=========================================================================*/
/*-------------------------
    Variables
-------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .row-35 {
        margin-left: -35px;
        margin-right: -35px;
    }

    .row-35 > [class*="col"] {
        padding-left: 35px;
        padding-right: 35px;
    }

    .row-40 {
        margin-left: -40px;
        margin-right: -40px;
    }

    .row-40 > [class*="col"] {
        padding-left: 40px;
        padding-right: 40px;
    }

    .row-45 {
        margin-left: -45px;
        margin-right: -45px;
    }

    .row-45 > [class*="col"] {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    h1,
    .h1 {
        font-size: 68px;
    }
}

@media only screen and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 68px;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 48px;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    h2,
    .h2 {
        font-size: 56px;
    }
}

@media only screen and (max-width: 1199px) {
    h2,
    .h2 {
        font-size: 56px;
    }
}

@media only screen and (max-width: 767px) {
    h2,
    .h2 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 479px) {
    h2,
    .h2 {
        font-size: 34px;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    h3,
    .h3 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1199px) {
    h3,
    .h3 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    h3,
    .h3 {
        font-size: 32px;
    }

    h4,
    .h4 {
        font-size: 20px;
    }

    h5,
    .h5 {
        font-size: 20px;
    }

    h6,
    .h6 {
        font-size: 18px;
    }
    .carousel-caption{
        top: 15px;
        width: 65%;
        min-height: auto;
        padding: 10px 0px;
    }
    .carousel-caption h5{
        font-size: 24px;
    }
    .carousel-caption p{
        font-size: 18px;
        margin-bottom: 10px;
    }
}



@media only screen and (max-width: 1199px) {
    .breadcrum-area {
        margin-top: -120px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrum-area {
        padding: 150px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb ul {
        margin-bottom: 35px;
    }
}



@media only screen and (max-width: 1199px) {
    .breadcrumb-banner {
        padding: 200px 0 50px;
    }
}



@media only screen and (max-width: 767px) {
    .breadcrumb-banner {
        padding: 150px 0 20px;
    }
}



@media only screen and (max-width: 991px) {
    .breadcrumb-banner .section-heading p {
        width: 100%;
    }
    .breadcrumb-banner .section-heading .title {
        width: 100%;
        margin-bottom: 30px;
        font-size: 32px;
    }
    .breadcrumb-banner {
        padding: 150px 0 40px;
    }
    h4,
    .h4 {
        font-size: 26px;
    }
    .breadcrumb .title {
        width: 100%;
    }

    .breadcrumb-banner .section-heading {
        margin-bottom: 40px;
    }

    .breadcrumb-banner .banner-thumbnail {
        position: initial;
        text-align: center;
    }

    .breadcrumb-banner .banner-thumbnail img {
        width: 100%;
    }
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        margin: -40px 0 0;
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-2 img {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .breadcrumb-banner .banner-thumbnail {
        right: -50px;
        bottom: -80px;
    }

    .breadcrumb-banner .banner-thumbnail img {
        width: 90%;
    }
}

@media only screen and (max-width: 1199px) {
    .breadcrumb-banner .banner-thumbnail {
        right: -40px;
        bottom: -50px;
    }

    .breadcrumb-banner .banner-thumbnail img {
        width: 65%;
    }
}




@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        right: -50px;
    }
}

@media only screen and (max-width: 1199px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-2 {
        right: 0;
    }
}

@media only screen and (max-width: 991px) {
   
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        right: -100px;
        bottom: -60px;
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
        width: 80%;
    }
}

@media only screen and (max-width: 1199px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        right: 0px;
        bottom: -50px;
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
        width: 60%;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-3 {
        text-align: center;
        margin: -40px 0 0;
    }

    .breadcrumb-banner .banner-thumbnail.thumbnail-3 img {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .breadcrumb-banner .banner-thumbnail.thumbnail-4 img {
        width: 100%;
    }
}

@media only screen and (max-width: 1199px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-2 img {
        width: 60%;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-2 img {
        width: 50%;
    }
}



@media only screen and (max-width: 1199px) {
    .breadcrumb-banner .shape-group-8 .shape.shape-3 {
        bottom: 0;
        opacity: 0.5;
    }
}


@media only screen and (max-width: 1199px) {
    .breadcrumb-banner.single-breadcrumb {
        padding: 180px 0 70px;
    }
}

@media only screen and (max-width: 991px) {
    .breadcrumb-banner.single-breadcrumb {
        padding: 150px 0 40px;
    }
}


@media only screen and (max-width: 1199px) {
    .breadcrumb-banner.single-breadcrumb .banner-thumbnail img {
        width: 100%;
    }
}


@media only screen and (max-width: 991px) {
    .axil-btn.btn-large {
        padding: 18px 35px;
    }
}


@media only screen and (max-width: 991px) {
    .pagination {
        margin-top: 45px;
    }
}





@media only screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 50px;
    }
}


@media only screen and (max-width: 991px) {
    .section-heading .subtitle {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .section-heading .subtitle {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-heading .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .section-heading .title {
        font-size: 50px;
    }
}



@media only screen and (max-width: 479px) {
    .section-heading .title {
        font-size: 34px;
    }
    .border-bottom{
        border-bottom: none!important;
    }
    .border-bottom > div:last-child{
         border-bottom:1px solid #dee2e6!important
    }
    .border-end{
        border-bottom:1px solid #dee2e6!important
    }
}


@media only screen and (max-width: 991px) {
    .section-heading p {
        font-size: 16px;
        width: 100%;
    }
}


@media only screen and (max-width: 1199px) {
    .heading-light-left .title {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .heading-light-left .title {
        width: 100%;
    }
}


@media only screen and (max-width: 1199px) {
    .heading-light-left p {
        width: 60%;
    }
}

@media only screen and (max-width: 991px) {
    .heading-light-left p {
        width: 100%;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-1 .shape img {
        opacity: 0.4;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-1 .shape img {
        opacity: 0.4;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-1 .shape.shape-4 {
        right: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-3 .shape.shape-3 {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-3 .shape.shape-3 {
        display: none;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-6 .shape.shape-4 {
        left: 0;
    }

    .shape-group-6 .shape.shape-4 img {
        width: 90%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-6 .shape.shape-4 {
        left: 0;
    }

    .shape-group-6 .shape.shape-4 img {
        width: 70%;
    }
}


@media only screen and (max-width: 991px) {
    .shape-group-7 .shape.shape-2 {
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    .shape-group-8 .shape.shape-1 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-8 .shape.shape-2 img {
        width: 90%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-8 .shape.shape-2 img {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .shape-group-8 .shape.shape-2 img {
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    .shape-group-9 .shape.shape-6 {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-13 .shape.shape-1 img {
        width: 60%;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-13 .shape.shape-2 img {
        width: 80%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-13 .shape.shape-2 img {
        width: 75%;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-13 .shape.shape-2 img {
        width: 50%;
    }
}

@media only screen and (max-width: 479px) {
    .shape-group-13 .shape.shape-2 img {
        width: 40%;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-13 .shape.shape-3 {
        bottom: 220px;
    }

    .shape-group-13 .shape.shape-3 img {
        width: 60%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-13 .shape.shape-3 {
        bottom: 100px;
    }

    .shape-group-13 .shape.shape-3 img {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .shape-group-13 .shape.shape-3 img {
        width: 40%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-14 .shape img {
        width: 70%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-14 .shape img {
        width: 40%;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-18 .shape.shape-1 img {
        width: 70%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-18 .shape.shape-1 img {
        width: 50%;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-18 .shape.shape-1 img {
        width: 40%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-18 .shape.shape-2 img {
        width: 70%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-18 .shape.shape-2 img {
        width: 50%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-18 .shape.shape-7 img {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-18 .shape.shape-7 img {
        width: 60%;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-19 .shape.shape-1 img {
        width: 60%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-20 .shape.shape-1 {
        left: -10px;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-20 .shape.shape-1 {
        left: -10px;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-20 .shape.shape-1 img {
        width: 60%;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-20 .shape.shape-2 img {
        width: 80%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-20 .shape.shape-2 img {
        width: 75%;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-20 .shape.shape-2 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-20 .shape.shape-3 {
        bottom: 220px;
    }

    .shape-group-20 .shape.shape-3 img {
        width: 60%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-20 .shape.shape-3 {
        bottom: 100px;
    }

    .shape-group-20 .shape.shape-3 img {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .shape-group-20 .shape.shape-3 img {
        width: 40%;
    }
}


@media only screen and (max-width: 991px) {
    .shape-group-20 .shape.shape-6 {
        display: none;
    }
}


@media only screen and (max-width: 991px) {
    .shape-group-20 .shape.shape-8 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-20 .shape.shape-8.marque-images {
        width: 49%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-20 .shape.shape-8.marque-images {
        width: 62%;
    }
}


@media only screen and (max-width: 991px) {
    .shape-group-21 .shape.shape-1 img {
        width: 60%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-21 .shape.shape-2 {
        top: 120px;
        right: 15px;
    }

    .shape-group-21 .shape.shape-2 img {
        width: 90%;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-21 .shape.shape-2 {
        right: 15px;
    }

    .shape-group-21 .shape.shape-2 img {
        width: 50%;
    }
}

@media only screen and (max-width: 991px) {
    .shape-group-21 .shape.shape-2 {
        display: none;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .shape-group-21 .shape.shape-3 {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .shape-group-21 .shape.shape-6 {
        display: none;
    }
}

.shape-group-21 .shape.shape-7 {
    right: 250px;
    top: 40%;
    height: 20px;
    width: 20px;
}

@media only screen and (max-width: 1199px) {
    .shape-group-21 .shape.shape-7 {
        display: none;
    }
}

@-webkit-keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright1 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(50px) translateY(-200px);
        transform: translateX(50px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(800px);
        transform: translateX(800px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@-webkit-keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(-50px) translateY(200px);
        transform: translateX(-50px) translateY(200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@-webkit-keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}

@keyframes movingleftright3 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    40% {
        -webkit-transform: translateX(100px) translateY(-200px);
        transform: translateX(100px) translateY(-200px);
    }

    75% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
    }

    100% {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0);
    }
}



@media only screen and (max-width: 991px) {
    .my_switcher {
        position: initial;
        display: none;
    }
}




@media only screen and (max-width: 767px) {
    .my_switcher ul li a {
        font-size: 16px;
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}


@media only screen and (max-width: 767px) {
    .slick-arrow-nav .slick-arrow.slick-next {
        right: 20px;
    }
}


@media only screen and (max-width: 767px) {
    .slick-arrow-nav .slick-arrow.slick-prev {
        left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form-box {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .contact-form-box .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1199px) {
    .contact-form-box .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-form-box .title {
        font-size: 28px;
    }
}



@media only screen and (max-width: 991px) {
    .about-expert .thumbnail .popup-video .play-btn {
        height: 120px;
        width: 120px;
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    .about-expert .thumbnail .popup-video .play-btn {
        height: 80px;
        width: 80px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 1199px) {
    .about-expert .frame-shape {
        display: none;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner {
        /* padding: 220px 0 0; */
        margin-top: -100px;
        min-height: 700px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner {
        padding: 200px 0 0;
        min-height: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .banner {
        margin-top: -115px;
        padding: 160px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner {
        margin-top: -115px;
        padding: 115px 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .banner .banner-content {
        margin-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .banner-content {
        margin-bottom: 60px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner .banner-content .title {
        font-size: 68px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner .banner-content .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .banner .banner-content .title {
        font-size: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .banner .banner-content .title {
        font-size: 40px;
    }
}


@media only screen and (max-width: 991px) {
    .banner .banner-content .axil-btn {
        padding: 20px 35px;
    }
}


@media only screen and (max-width: 1199px) {
    .banner.banner-style-1 .banner-content {
        padding-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-1 .banner-content {
        margin-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 68px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-1 .banner-content .title {
        font-size: 40px;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb img {
        width: 74%;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 img {
        width: 85%;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
        margin-top: -200px;
        margin-right: -30px;
    }

    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 img {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
        margin-top: -260px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-1 .banner-thumbnail .large-thumb-2 {
        margin-top: 0;
        text-align: center;
        position: absolute;
        bottom: 0;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-1 .banner-thumbnail .shape-group .shape.shape-1 {
        right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-1 .banner-thumbnail .shape-group .shape.shape-1 {
        display: none;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-2 {
        padding: 150px 0 200px 100px;
        min-height: 600px;
        margin: 0 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-2 {
        margin: 0 30px;
        padding: 150px 60px;
        min-height: 600px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-2 {
        min-height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-2 {
        padding: 80px 30px;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-3 {
        padding: 180px 0 160px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-3 {
        padding: 200px 0 150px;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-3 {
        padding: 150px 0 100px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-3 .banner-content .subtitle {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-3 .banner-content .title {
        margin-bottom: 40px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-3 .banner-thumbnail {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-3 .banner-thumbnail {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-3 .banner-thumbnail {
        text-align: left;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-4 {
        padding: 250px 0 100px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-4 {
        padding: 250px 0 100px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-4 {
        padding: 180px 0 80px;
        min-height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-4 {
        padding: 150px 0 60px;
    }
}


@media only screen and (max-width: 1199px) {
    .banner.banner-style-4 .banner-content {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-4 .banner-content {
        margin-bottom: 0;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 70px;
        width: 55%;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 60px;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-4 .banner-content .title {
        font-size: 50px;
    }
}


@media only screen and (max-width: 991px) {
    .banner.banner-style-4 .banner-content p {
        width: 100%;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-4 .banner-thumbnail {
        right: -300px;
    }

    .banner.banner-style-4 .banner-thumbnail img {
        width: 85%;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-4 .banner-thumbnail {
        right: -570px;
    }

    .banner.banner-style-4 .banner-thumbnail img {
        width: 60%;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-4 .banner-thumbnail {
        position: initial;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        text-align: center;
        margin: -20px 0 20px;
    }

    .banner.banner-style-4 .banner-thumbnail img {
        width: 100%;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .banner.banner-style-5 {
        padding: 250px 0 0;
        min-height: 750px;
    }
}

@media only screen and (max-width: 1199px) {
    .banner.banner-style-5 {
        padding: 230px 0 0;
        min-height: 750px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-5 {
        padding: 170px 0 80px;
        min-height: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-5 {
        padding: 150px 0 60px;
        min-height: 100%;
    }
}


@media only screen and (max-width: 991px) {
    .banner.banner-style-5 .banner-content {
        margin-bottom: 40px;
    }
}



@media only screen and (max-width: 1199px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .banner.banner-style-5 .banner-content .title {
        font-size: 50px;
    }
}




@media only screen and (max-width: 991px) {
    .banner.banner-style-5 .banner-form {
        margin-bottom: 0;
        display: block;
    }
}


@media only screen and (max-width: 991px) {
    .banner.banner-style-5 .banner-form .contact-form-box {
        max-width: 100%;
    }
}


@media only screen and (max-width: 1199px) {
    .call-to-action-area {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 991px) {
    .call-to-action-area {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-area {
        padding: 60px 0 40px;
    }
}



@media only screen and (max-width: 991px) {
    .call-to-action-area:before {
        height: 500px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action-area:before {
        height: 480px;
    }
}




@media only screen and (max-width: 767px) {
    .call-to-action .section-heading {
        margin-bottom: 50px;
    }
}


@media only screen and (max-width: 991px) {
    .call-to-action .section-heading .title {
        width: 100%;
    }
}


@media only screen and (max-width: 991px) {
    .call-to-action .thumbnail .larg-thumb {
        margin-right: -130px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action .thumbnail .larg-thumb {
        margin-right: -100px;
    }
}


@media only screen and (max-width: 1199px) {
    .call-to-action .thumbnail .larg-thumb img {
        width: 90%;
    }
}

@media only screen and (max-width: 991px) {
    .call-to-action .thumbnail .larg-thumb img {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action .thumbnail .larg-thumb img {
        width: 50%;
    }
}


@media only screen and (max-width: 1199px) {
    .call-to-action .thumbnail .small-thumb li img {
        width: 90%;
    }
}

@media only screen and (max-width: 991px) {
    .call-to-action .thumbnail .small-thumb li img {
        width: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action .thumbnail .small-thumb li img {
        width: 35%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .call-to-action .thumbnail .small-thumb li.shape-1 {
        left: 90px;
    }
}

@media only screen and (max-width: 1199px) {
    .call-to-action .thumbnail .small-thumb li.shape-1 {
        left: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .call-to-action .thumbnail .small-thumb li.shape-1 {
        left: -50px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action .thumbnail .small-thumb li.shape-1 {
        left: -70px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .call-to-action .thumbnail .small-thumb li.shape-2 {
        right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .call-to-action .thumbnail .small-thumb li.shape-2 {
        bottom: 0;
        right: -60px;
    }
}

@media only screen and (max-width: 991px) {
    .call-to-action .thumbnail .small-thumb li.shape-2 {
        right: -95px;
    }
}

@media only screen and (max-width: 767px) {
    .call-to-action .thumbnail .small-thumb li.shape-2 {
        right: -110px;
    }
}



@media only screen and (max-width: 1199px) {
    .case-study-counterup .single-counterup {
        margin-right: 40px;
        padding-right: 40px;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .case-study-counterup .count-number {
        padding: 0 2px;
    }
}

@media only screen and (max-width: 1199px) {
    .case-study-counterup .count-number {
        padding: 0;
    }
}


@media only screen and (max-width: 991px) {
    .case-study-featured-thumb {
        text-align: left;
        margin-bottom: 30px;
    }
}


@media only screen and (max-width: 991px) {
    .case-study-page-area .case-study-featured-thumb {
        margin-bottom: 60px;
    }
}


@media only screen and (max-width: 1199px) {
    .contact-info .phone-number {
        font-size: 42px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-info .phone-number {
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-info .phone-number {
        font-size: 30px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-address .section-heading {
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-address .address p {
        font-size: 18px;
        width: 80%;
    }
}


@media only screen and (max-width: 767px) {
    .counterup-progress {
        padding: 40px 20px;
    }
}



@media only screen and (max-width: 767px) {
    .counterup-progress .count-number {
        letter-spacing: 0;
    }
}




@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pricing-table {
        padding: 40px 15px;
    }
}



@media only screen and (max-width: 1199px) {
    .pricing-table .pricing-header .title {
        font-size: 36px;
    }
}



@media only screen and (max-width: 1199px) {
    .pricing-table .pricing-header .price-wrap .amount {
        font-size: 50px;
    }
}





@media only screen and (max-width: 767px) {
    .process-work {
        display: block;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .process-work .thumbnail {
        width: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .process-work .thumbnail {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .process-work .content {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .process-work .content .subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .process-work .content .title {
        font-size: 32px;
    }
}


@media only screen and (max-width: 1199px) {
    .process-work .content p {
        width: 100%;
    }
}


@media only screen and (max-width: 1199px) {
    .process-work.content-reverse .content {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .process-work.content-reverse .content {
        margin: 0;
    }
}


@media only screen and (max-width: 1199px) {
    .project-grid .content {
        padding: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .project-grid .content {
        padding: 30px;
    }
}



@media only screen and (max-width: 991px) {
    .project-grid.project-style-2 .content {
        top: 30px;
        left: 30px;
    }
}


@media only screen and (max-width: 767px) {
    .more-project-btn {
        margin-top: 0;
    }
}


@media only screen and (max-width: 767px) {
    .more-project-btn .axil-btn {
        padding: 18px 40px;
        font-size: 15px;
    }
}


@media only screen and (max-width: 991px) {
    .project-add-banner {
        padding: 40px 20px;
        margin-bottom: 100px;
    }
}


@media only screen and (max-width: 1199px) {
    .project-add-banner .content .title {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .project-add-banner .content .title {
        margin-bottom: 60px;
    }
}

.project-add-banner .thumbnail {
    margin: -170px 0 -110px;
}

@media only screen and (max-width: 1199px) {
    .project-add-banner .thumbnail {
        width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .project-add-banner .thumbnail {
        width: 30%;
    }
}



@media only screen and (max-width: 991px) {
    .single-portfolio-area .why-choose-us {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .services-grid {
        padding: 50px 30px 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .services-grid {
        padding: 40px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .services-grid {
        padding: 40px 25px;
    }
}


@media only screen and (max-width: 1199px) {
    .services-grid .thumbnail {
        max-width: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .services-grid .thumbnail {
        width: 60px;
        margin-right: 15px;
        height: 60px;
        padding: 10px;
    }
}


@media only screen and (max-width: 991px) {
    .service-scroll-nav ul li a {
        padding: 26px 0;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .service-scroll-nav ul li a {
        padding: 10px 0;
        font-size: 15px;
    }
}



@media only screen and (max-width: 767px) {
    .team-details-content {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .team-details-content .subtitle {
        font-size: 18px;
    }
}


@media only screen and (max-width: 767px) {
    .testimonial-grid {
        padding: 30px 0;
    }
}


@media only screen and (max-width: 767px) {
    .testimonial-grid p {
        font-size: 18px;
    }
}



@media only screen and (max-width: 1199px) {
    .customer-review-area .section-heading .title {
        font-size: 46px;
    }
}

@media only screen and (max-width: 991px) {
    .customer-review-area .section-heading .title {
        font-size: 38px;
    }
}


@media only screen and (max-width: 991px) {
    .customer-review-area .review-site-logo img {
        width: 80%;
    }
}

@media only screen and (max-width: 991px) {
    .customer-review-area .review-site-logo {
        text-align: left;
        margin-bottom: 5px;
    }
}


@media only screen and (max-width: 991px) {
    .followers-list {
        margin: 90px -15px -15px;
    }
}

@media only screen and (max-width: 767px) {
    .followers-list {
        margin: 50px -15px -15px;
    }
}


@media only screen and (max-width: 991px) {
    .followers-list li {
        margin: 0 15px;
    }
}


@media only screen and (max-width: 991px) {
    .followers-list li a i {
        margin-right: 10px;
        height: 50px;
        width: 50px;
        line-height: 50px;
    }
}



@media only screen and (max-width: 991px) {
    .followers-list li a span {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .followers-list li a span {
        margin-top: 10px;
    }
}

/*-------------------------
    Why Choose
-------------------------*/
@media only screen and (max-width: 991px) {
    .why-choose-us {
        margin-bottom: 60px;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .onepage-screen-area {
        margin-top: -130px;
        padding: 150px 0 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .onepage-screen-area {
        margin-top: -120px;
        padding: 150px 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .onepage-screen-area {
        height: 100%;
        padding: 200px 0 100px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .onepage-screen-area {
        padding: 150px 0 100px;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .onepage-screen-area .content .title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .onepage-screen-area .content .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .onepage-screen-area .content .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .onepage-screen-area .content .title {
        font-size: 40px;
    }
}

.onepage-screen-area .content .axil-btn {
    padding: 22px 80px;
}

@media only screen and (max-width: 991px) {
    .onepage-screen-area .content .axil-btn {
        padding: 18px 50px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .onepage-screen-area .content .countdown .countdown-section .countdown-number {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .onepage-screen-area .content .countdown .countdown-section .countdown-number {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .onepage-screen-area .content .countdown .countdown-section .countdown-number {
        font-size: 50px;
    }
}




@media only screen and (max-width: 991px) {
    .onepage-screen-area .thumbnail {
        margin-right: 0;
    }
}



@media only screen and (max-width: 1199px) {
    .onepage-screen-area.coming-soon-area {
        height: 100%;
        text-align: center;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .onepage-screen-area.coming-soon-area .site-logo {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .onepage-screen-area.coming-soon-area .site-logo {
        margin-bottom: 50px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .onepage-screen-area.coming-soon-area .thumbnail {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .onepage-screen-area.coming-soon-area .thumbnail {
        display: none;
    }
}


@media only screen and (max-width: 767px) {
    .splash-header-style .buy-btn a {
        padding: 15px 30px;
        font-size: 15px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .splash-main-banner {
        margin-top: -132px;
        padding: 200px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .splash-main-banner {
        height: auto;
        padding: 240px 0 50px;
    }
}

@media only screen and (max-width: 991px) {
    .splash-main-banner {
        padding: 170px 0 0;
        margin-top: -122px;
    }
}

@media only screen and (max-width: 767px) {
    .splash-main-banner {
        padding: 150px 0 0;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .splash-main-banner:before {
        -webkit-clip-path: circle(120% at 50% -52%);
        clip-path: circle(120% at 50% -52%);
    }
}

@media only screen and (max-width: 1199px) {
    .splash-main-banner:before {
        -webkit-clip-path: circle(140% at 50% -52%);
        clip-path: circle(140% at 50% -52%);
    }
}

@media only screen and (max-width: 479px) {
    .splash-main-banner:before {
        -webkit-clip-path: circle(170% at 50% -52%);
        clip-path: circle(170% at 50% -52%);
    }
}


@media only screen and (max-width: 1199px) {
    .splash-main-banner .banner-content .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .splash-main-banner .banner-content .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .splash-main-banner .banner-content .title {
        font-size: 40px;
    }
}



@media only screen and (max-width: 767px) {
    .splash-main-banner .site-element-count .count-box {
        min-width: 80px;
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .splash-main-banner .site-element-count .count-number {
        font-size: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .splash-main-banner .site-element-count .count-number {
        font-size: 50px;
    }
}



@media only screen and (max-width: 991px) {
    .splash-main-banner .site-element-count .count-number span.symbol {
        margin: -4px;
    }
}


@media only screen and (max-width: 767px) {
    .splash-main-banner .demo-slider {
        margin-top: 30px;
    }
}



@media only screen and (max-width: 991px) {
    .splash-main-banner .demo-slider .slick-slide {
        margin: 0 0 100px;
    }
}

@media only screen and (max-width: 767px) {
    .splash-main-banner .demo-slider .slick-slide {
        margin: 0 0 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .main-demo-area {
        padding: 300px 0 90px;
    }
}

@media only screen and (max-width: 1199px) {
    .main-demo-area {
        padding: 0 0 80px;
    }
}

@media only screen and (max-width: 991px) {
    .main-demo-area .section-heading {
        margin-bottom: 10px;
    }
}


@media only screen and (max-width: 767px) {
    .main-demo-area .single-demo {
        margin-bottom: 60px;
    }
}




@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


@media only screen and (max-width: 991px) {
    .splash-features .section-heading {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .spalsh-why-choose .section-heading {
        margin-bottom: 10px;
    }
}


@media only screen and (max-width: 991px) {
    .why-buy-box {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .splash-call-to-action {
        padding: 100px 0 40px;
    }
}

@media only screen and (max-width: 991px) {
    .splash-call-to-action {
        padding: 80px 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .splash-call-to-action {
        padding: 60px 0 10px;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .splash-call-to-action .section-heading .title {
        font-size: 70px;
    }
}

@media only screen and (max-width: 1199px) {
    .splash-call-to-action .section-heading .title {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .splash-call-to-action .section-heading .title {
        font-size: 50px;
    }
}



@media only screen and (max-width: 991px) {
    .splash-call-to-action .section-heading p {
        font-size: 18px;
    }
}




@media only screen and (max-width: 991px) {
    .splash-footer .footer-copyright {
        text-align: center;
        margin-bottom: 20px;
    }
}



@media only screen and (max-width: 991px) {
    .splash-footer .footer-social {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .splash-footer .footer-bottom-link {
        text-align: center;
    }
}


@media only screen and (max-width: 991px) {
    .splash-footer .footer-bottom-link ul {
        margin: 0 -20px;
    }
}

@media only screen and (max-width: 991px) {
    .splash-footer .footer-bottom-link ul li {
        padding: 0 20px;
    }
}


@media only screen and (max-width: 991px) {
    .onepage-template .mainmenu .header-btn {
        padding: 10px 0;
    }
}



@media only screen and (max-width: 767px) {
    .op-modal-wrap {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .op-modal-wrap .op-modal-inner {
        padding: 30px;
        padding-top: 60px;
    }
}



@media only screen and (max-width: 1199px) {
    .op-blog-modal .post-content .blog-share .share-label {
        margin-right: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .op-blog-modal .post-content .blog-share .social-list li a {
        padding: 5px;
    }
}


@media only screen and (max-width: 1199px) {
    .op-portfolio-modal .portfolio-content .project-share .share-label {
        margin-right: 20px;
    }
}


@media only screen and (max-width: 1199px) {
    .op-portfolio-modal .portfolio-content .project-share .social-list li a {
        padding: 5px;
    }
}


@media only screen and (max-width: 991px) {
    .op-case-modal .case-content .title {
        font-size: 30px;
    }
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto;
    }
}

@media only screen and (max-width: 991px) {
    .axil-header .header-navbar .header-logo img {
        width: 150px;
    }
}


@media only screen and (max-width: 1199px) {
    .axil-header .header-navbar .header-main-nav {
        margin: 0 30px;
    }
}

@media only screen and (max-width: 991px) {
    .axil-header .header-navbar .header-main-nav {
        margin: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 35px 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .axil-header.header-style-2 .axil-mainmenu {
        padding: 35px 15px;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px;
    }
}



@media only screen and (max-width: 1299px) {
    .axil-header.header-style-4 .header-main-nav {
        margin: 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .axil-header.header-style-4 .header-main-nav {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .axil-header.header-style-4 .mainmenu-nav {
        background-color: var(--color-dark);
    }
}


@media only screen and (max-width: 1199px) {
    .axil-header.header-style-4 .mainmenu li {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 991px) {
    .axil-header.header-style-4 .mainmenu li {
        border-color: var(--color-gray-4);
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .axil-mainmenu {
        /* padding: 35px 0; */
    }
}

@media only screen and (max-width: 1199px) {
    .axil-mainmenu {
        padding: 15px 0;
        background-color: #000;
    }
}

@media only screen and (max-width: 1199px) {
    .mainmenu > li {
        margin: 0 12px;
    }
}

@media only screen and (max-width: 991px) {
    .header-action .sidemenu-btn .btn-wrap {
        height: 50px;
        width: 50px;
    }
}




@media only screen and (max-width: 991px) {
    .header-action .social-icon-list li a {
        color: var(--color-dark);
    }
}


@media only screen and (max-width: 1399px) {
    .header-action .header-btn .axil-btn {
        padding: 15px 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-action .header-btn .axil-btn {
        padding: 15px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .header-action .header-btn {
        margin-right: 30px;
    }
}



@media only screen and (min-width: 992px) {
    .header-action .mobile-menu-btn {
        display: none;
    }
}



@media only screen and (max-width: 767px) {
    .header-action .my_switcher {
        margin-left: 15px;
    }
}



@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu {
        width: 70vw;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-header {
        padding: 30px 30px 0;
    }
}


@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-header .btn-close {
        font-size: 14px;
    }
}



@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-body {
        padding: 30px;
    }
}


@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .side-nav-search-form {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .side-nav-search-form .search-field {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .side-nav-search-form .side-nav-search-btn i {
        font-size: 18px;
    }
}



@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation {
        margin: -20px 0;
        margin-bottom: 40px;
    }
}



@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li {
        margin: 20px 0;
    }
}


@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .header-offcanvasmenu .offcanvas-body .main-navigation li a {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-offcanvasmenu .offcanvas-body .contact-inner .title {
        font-size: 16px;
    }
}


@media only screen and (max-width: 991px) {
    .header-offcanvasmenu .offcanvas-body .contact-inner .address {
        margin-bottom: 25px;
    }
}


@media only screen and (min-width: 992px) {
    .mobile-nav-header {
        display: none;
    }
}



@media only screen and (max-width: 991px) {
    .axil-mainmenu.axil-sticky {
        -webkit-animation: none;
        animation: none;
    }

    .mainmenu-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -300px;
        background-color: var(--color-white);
        width: 300px;
        padding: 20px 10px;
        -webkit-transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
        z-index: 1050;
    }

    .mainmenu-nav.show {
        left: 0;
    }

    .mainmenu-nav .mainmenu {
        display: block;
        height: 100%;
        overflow: auto;
    }

    .mainmenu-nav .mainmenu > li {
        border-bottom: 1px solid var(--color-fog);
    }

    .mainmenu-nav .mainmenu > li > a {
        height: 50px;
        line-height: 50px;
        color: #000;
    }

    .mainmenu-nav .mainmenu > li > a::before {
        display: none;
    }

    .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
        display: none;
        position: initial;
        visibility: visible;
        opacity: 1;
        min-width: 100%;
        box-shadow: none;
        padding: 0 0 10px;
        -webkit-transition: initial;
        transition: initial;
        column-count: auto;
    }

    .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
.mainmenu > .menu-item-has-children .axil-submenu ul.submenu-list li{
    width: 100%!important;
    display: block!important;
}
    .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
        padding: 7px 10px;
    }

    .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a::after {
        display: none;
    }

    .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .axil-submenu {
        display: block;
        column-count: auto;
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -50px;
        opacity: 0;
    }

    30% {
        margin-top: -10px;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}

/*-------------------------
    Blog Styles
-------------------------*/


@media only screen and (max-width: 1199px) {
    .blog-list {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog-list {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .blog-list .post-thumbnail {
        margin-bottom: 30px;
    }
}


@media only screen and (max-width: 767px) {
    .blog-list .post-thumbnail a img {
        width: 100%;
    }
}



@media only screen and (max-width: 767px) {
    .blog-list .post-content {
        margin-left: 0;
    }
}




@media only screen and (max-width: 1199px) {
    .blog-list.border-start {
        border-left: none !important;
        padding-left: 0;
    }
}


@media only screen and (max-width: 991px) {
    .blog-grid {
        margin-bottom: 60px;
    }
}


@media only screen and (max-width: 767px) {
    .blog-grid .title {
        margin-bottom: 30px;
        letter-spacing: 0;
        line-height: 1.15;
    }
}


@media only screen and (max-width: 1199px) {
    .blog-grid .post-thumbnail .popup-video .play-btn {
        height: 100px;
        width: 100px;
        font-size: 26px;
    }
}






@media only screen and (max-width: 767px) {
    .blog-grid.blog-without-thumb {
        padding: 40px;
    }
}



@media only screen and (max-width: 767px) {
    .blog-grid.blog-thumb-slide .post-thumbnail .slick-dots {
        bottom: 20px;
    }
}



@media only screen and (max-width: 991px) {
    .blog-author {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-author {
        padding: 30px;
    }
}


@media only screen and (max-width: 767px) {
    .blog-author .author {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .blog-author .author .author-thumb {
        margin-bottom: 20px;
    }
}


@media only screen and (max-width: 767px) {
    .blog-author .author .info {
        margin-left: 0;
    }
}






@media only screen and (max-width: 479px) {
    .blog-comment .comment-list .comment .content .heading {
        display: block;
    }
}


@media only screen and (max-width: 479px) {
    .blog-comment .comment-list .comment .content .heading .title {
        margin-bottom: 8px;
    }
}



@media only screen and (max-width: 767px) {
    .blog-comment-form {
        padding: 30px;
    }
}


@media only screen and (max-width: 991px) {
    .blog-comment-form .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-comment-form .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .related-blog-area .section-heading .title {
        font-size: 36px;
    }
}




/*-------------------------
    Widget
-------------------------*/
@media only screen and (max-width: 991px) {
    .axil-sidebar {
        margin-top: 50px;
    }
}


@media only screen and (max-width: 991px) {
    .axil-sidebar .widget {
        margin-bottom: 50px;
    }
}


@media only screen and (max-width: 1199px) {
    .widget.widge-social-share .blog-share {
        padding: 24px 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .widget.widge-social-share .blog-share .title {
        margin-right: 20px;
    }
}


@media only screen and (max-width: 1199px) {
    .widget.widge-social-share .social-list li a {
        padding: 5px;
    }
}


@media only screen and (max-width: 991px) {
    .footer-top {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-social-link ul li a {
        font-size: 20px;
    }
}


@media only screen and (max-width: 767px) {
    .footer-widget {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-widget.border-end {
        border: none !important;
        padding-right: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .footer-menu-link li a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-copyright {
        text-align: center;
        margin-bottom: 10px;
    }
}


@media only screen and (max-width: 767px) {
    .footer-bottom-link {
        text-align: center;
    }
}


@media only screen and (max-width: 479px) {
    .active-dark-mode .input-group {
        background-color: transparent;
    }

    .active-dark-mode .input-group .form-control:focus {
        background-color: transparent;
        border-color: var(--dark-border-gray);
    }
}

@media only screen and (max-width: 991px) {
    .active-dark-mode .mainmenu-nav {
        background-color: var(--dark-bg-color);
    }

    .active-dark-mode .mainmenu-nav .mainmenu > li {
        border-bottom-color: var(--dark-border-gray);
    }

    .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu {
        background-color: transparent;
    }

    .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a {
        color: var(--dark-body-text);
    }

    .active-dark-mode .mainmenu-nav .mainmenu .menu-item-has-children .axil-submenu li a:hover {
        color: var(--color-primary);
    }
}

@media only screen and (max-width: 1199px) {
    .section-padding {
        padding: 100px 0 70px;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding {
        padding: 80px 0 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding {
        padding: 60px 0 30px;
    }
}


@media only screen and (max-width: 1199px) {
    .section-padding-2 {
        padding: 100px 0 60px;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding-2 {
        padding: 80px 0 40px;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-2 {
        padding: 60px 0 20px;
    }
}


@media only screen and (max-width: 1199px) {
    .section-padding-equal {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 991px) {
    .section-padding-equal {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767px) {
    .section-padding-equal {
        padding: 60px 0;
    }
}


@media only screen and (max-width: 1199px) {
    .pt_lg--200 {
        padding-top: 200px;
    }

    .pt_lg--100 {
        padding-top: 100px;
    }

    .pb_lg--40 {
        padding-bottom: 40px;
    }

    .pb_lg--20 {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .mb_md--70 {
        margin-bottom: 70px;
    }

    .mb_md--30 {
        margin-bottom: 30px;
    }

    .pt_md--100 {
        padding-top: 100px;
    }

    .pt_md--80 {
        padding-top: 80px;
    }

    .pb_md--70 {
        padding-bottom: 70px;
    }

    .pb_md--20 {
        padding-bottom: 20px;
    }

    .mt_md--0 {
        margin-top: 0;
    }

    .mb_md--0 {
        margin-bottom: 0;
    }

    .pb_md--0 {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .pt_sm--80 {
        padding-top: 80px;
    }

    .pt_sm--60 {
        padding-top: 60px;
    }

    .pb_sm--0 {
        padding-bottom: 0;
    }
}





@media only screen and (max-width: 575px) {
    .services-grid.service-style-2{
    text-align: center;
    }
    .services-grid.service-style-2 .thumbnail{
        margin:auto;
        margin-bottom:20px;
    }
.services-grid-wrapper{
    gap: 15px;
    grid-template-columns: auto;
}
    ul.features_list li{
        padding:10px;
        padding-left:40px;
        font-size:12px;
        margin-bottom: 10px;
        min-width: auto;
    }

    ul.features_list li::after{
        top:5px;
        left:5px;
    }
    ul.features_list li::before{
           top: 10px;
           left: 13px;
    }
    .services-box-list2 .thumbnail{
        width: 50px;
        height: 50px;
        padding: 10px;
    }

    .section.section-wrapper{
        padding:30px 0px;
    }
.footer-social-link ul{
    justify-content: center;
}
    .section-holder .section-heading.heading-left p{
        font-size:16px;
    }
.breadcrumb-banner{
    padding: 40px 40px;
    margin-top: 0;
}
    .related-blog-area .section-heading .title {
        font-size: 30px;
    }

    .blog-comment .comment-list .comment-reply {
        margin-left: 30px;
    }

    .blog-comment {
        margin-bottom: 40px;
    }

    .header-action .header-btn {
        display: none;
    }
    .header-action .header-social-link {
        display: none;
    }

    .axil-header.header-style-2 .axil-mainmenu.axil-sticky {
        padding: 15px 0;
    }

    .axil-header.header-style-2 .axil-mainmenu {
        padding: 30px 0;
    }

    .splash-call-to-action .section-heading .title {
        font-size: 40px;
    }
    .splash-main-banner .site-element-count .count-number {
        font-size: 40px;
    }
    .onepage-screen-area .content .countdown .countdown-section .countdown-unit {
        font-size: 15px;
    }

    .onepage-screen-area .content .countdown .countdown-section .countdown-number {
        font-size: 30px;
    }
    .service-scroll-nav ul li a {
        font-size: 14px;
    }
    .project-add-banner .thumbnail {
        margin: 40px auto 0;
        width: 70%;
    }

    .isotope-project-btn button {
        margin-right: 50px;
        font-size: 18px;
    }
    .project-add-banner {
        display: block;
    }

    .project-add-banner .content {
        padding-right: 0;
    }
    .pricing-billing-duration ul .nav-link {
        font-size: 15px;
        padding: 12px 25px;
    }

    .pricing-table .pricing-header .price-wrap .amount {
        font-size: 40px;
    }
    .pricing-table .pricing-header .title {
        font-size: 30px;
    }
    .pricing-table {
        padding: 40px 30px;
    }

    .faq-area .section-heading .title {
        font-size: 38px;
    }
    .counterup-progress {
        padding: 30px 10px;
    }
    .case-study-counterup .single-counterup {
        margin-right: 30px;
        padding-right: 30px;
    }
    .call-to-action .thumbnail .small-thumb li.shape-2 {
        right: -130px;
    }
    

    .case-study-featured .section-heading .title {
        -webkit-line-clamp: 2;
    }

    .call-to-action .thumbnail .larg-thumb {
        margin-right: -50px;
    }
    .call-to-action .thumbnail .larg-thumb img {
        width: 50%;
    }
    .call-to-action .thumbnail .small-thumb li.shape-1 {
        left: -125px;
    }

    .call-to-action-area:before {
        height: 400px;
    }

    .banner.banner-style-5 .banner-content .title {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .banner.banner-style-4 .banner-thumbnail {
        margin: 0 0 20px;
    }

    .banner.banner-style-4 .banner-content .title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .banner.banner-style-2 {
        margin: 0 15px;
    }
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .back-to-top.show {
        bottom: 10px;
        right: 10px;
    }

    .back-to-top.show:hover {
        bottom: 10px;
    }

    .pagination ul {
        margin: -2px;
    }

    .pagination ul li {
        margin: 2px;
    }

    .pagination ul li a {
        line-height: 35px;
        min-width: 35px;
        padding: 0 10px;
        font-size: 14px;
    }

    .section-heading h3.title {
        font-size: 28px;
    }

    .banner .banner-content {
        margin-bottom: 40px;
    }

    .banner .banner-content .btn-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .banner .banner-content .btn-group a {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .banner .banner-social .border-line {
        display: none;
    }

    .blog-grid .post-thumbnail .popup-video .play-btn {
        height: 80px;
        width: 80px;
        font-size: 20px;
    }
   
.section-holder {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 50px 0px;
    padding-bottom: 20px;
}
    .section-holder .section-heading.heading-left{
        width: 100%;
    }


    .service-details-img:before{
    content:
    '';
    height: 100px;
    width: 100px;
    background-color: #d7d7d7;
    position: absolute;
    left: -35px;
    top: -35px;
    z-index: -1;
    background-image: none;
    box-shadow: 10px 11px 40px 0 rgb(255 255 255 / 25%);
    border-radius: 50%;
}
.service-details-img:after{
    content:
    '';
    height: 100px;
    width: 100px;
    background-color: #ffffff;
    /* transform: skew(1deg, 8deg); */
    position: absolute;
    right: -40px;
    bottom: -40px;
    z-index: -1;
    background-image: none;
    box-shadow: 10px 11px 40px 0 rgb(41 46 51 / 25%);
    /* border-radius: 50%; */
}
.service-details-img{
    width: 80%;
    height: 100%;
    margin-bottom: 50px;
}

    .service-details-img.hidden-xs{
        display:none;
    }
  .service-details-img.visible-xs{
        display:block;
    }
  
.service-details-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
    
}



@media only screen and (max-width: 479px) {
    .input-group {
        display: block;
        box-shadow: none;
        height: auto;
        padding: 0;
    }

    .input-group:before {
        left: 15px;
        top: 18px;
    }

    .input-group .form-control {
        height: 60px;
        width: 100%;
        border-radius: 20px !important;
        padding: 5px 15px 5px 50px;
        border: 1px solid var(--color-light);
    }

    .input-group .subscribe-btn {
        margin-top: 15px;
        padding: 14px 30px;
    }
}