﻿.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    padding: 20px;
}
@media (max-width:1199px){
    .look-btms {
        display: grid;
        align-items: center;
    }
}

@media screen and (max-width:991px) {
    .steps-blocks-wrapper .steps-block {
        flex-flow: column;
        margin-bottom: 20px;
    }

    .footercol ul li a {
        color: #fff;
        font-weight: 500;
        font-size: 11px;
    }

    .footer_top {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer_left ul li {
        text-align: center;
        margin-bottom: 30px;
    }

    .logo span {
        display: inline-block;
        margin-top: 0px;
        overflow: hidden;
        width: auto;
    }

    .main-navigation .navigation {
        display: none;
    }

    .mobilemenuicon {
        cursor: pointer;
    }

    .statsblockwrapper .statsblock {
        padding: 37px 0px 45px;
    }

    section#aboutussec1 {
        padding: 0 6%;
    }

    .headerrightarea ul {
        display: inline-block;
    }

    section#experties .innerwrapper {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

    .header_wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .bannerwrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .banner_info h1 {
        font-size: 30px;
    }

    section#banner {
        background-image: none;
    }

    .banner_info h1 span {
        font-size: 32px;
    }

    .banner_info a.btn {
        min-width: 161px;
    }

    .banner_right_area {
        padding: 30px 20px;
    }

    .owl-carousel .owl-item img {
        display: block !important;
        width: 82% !important;
    }
}

@media screen and (max-width:767px) {
    .banner_btn {
        padding-bottom: 20px;
    }

    .quoteform form {
        display: block;
    }

        .quoteform form .formrow {
            margin-bottom: 20px;
        }

    .process-content ol {
        padding-left: 0;
    }

        .process-content ol li p {
            padding-left: 0;
        }

    .formgroup.resgrid {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 30px;
    }

    .cta2wrapper {
        gap: 16px;
    }

    .contactgroup {
        margin-top: 50px;
    }

    .cta2wrapper .maintext {
        flex-flow: column;
        gap: 16px;
    }

    .resgrid {
        grid-template-columns: repeat(1, 1fr)
    }

    section#experties .innerwrapper {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px;
    }

    .footerlinks {
        grid-template-columns: repeat(1, 1fr);
    }

    .testimonail_slider_wrapper .item {
        max-width: 350px;
        margin: 0 auto;
    }

    .headerrightarea {
        text-align: right;
    }

    .header_wrapper {
        grid-template-columns: 2fr 1fr;
    }

    .logo span {
        display: none;
    }

    .support {
        display: none;
    }

    .exsupporticon {
        width: 160px;
        text-align: center;
    }

    .bannerwrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .banner_right_area {
        margin-top: 50px;
    }

    .services_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .topics_listing {
        grid-template-columns: repeat(2, 1fr);
    }

    .service_block_wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

        .service_block_wrapper .sblock:nth-child(2) {
            grid-column: 2/3;
        }

    .featureblockwrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .longcontentwrapper {
        grid-template-columns: 1fr;
    }

    ul.contactinfopolicy {
        display: block;
    }

    .innercontactformwrapper {
        display: block;
        gap: 0;
        margin-bottom: 100px;
    }

        .innercontactformwrapper:before {
            display: none;
        }
    .phone-slider {
        height: auto;
        width: 300px;
    }

    .owl-carousel .owl-item img {
        display: block !important;
        width: 78% !IMPORTANT;
        margin: 0 auto;
        height: auto;
        position: relative;
        top: 10px;
        border: 0;
        border-radius: 40px 40px;
        margin-right: 0px;
        left: -33px;
    }
  /*  .seen-sec{
        display:none;
    }*/
    
}

@media screen and (max-width: 585px) {
    div#subh span {
        font-size: 30px;
    }

    section#cta2 h3 {
        text-align: center;
        color: #fff;
        font-size: 17px;
    }

    .service_block_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

        .service_block_wrapper .sblock:nth-child(2) {
            grid-column: 1;
        }

    .sample {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .services_list {
        grid-template-columns: repeat(1, 1fr);
    }

    .topics_listing {
        grid-template-columns: repeat(1, 1fr);
    }

    .ps_listing ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer_top {
        grid-template-columns: 1fr;
    }

    .footer_right ul li {
        margin: 20px 8px 1px;
    }

    .footer_right ul {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }

    ul.accordion-list li h5 {
        padding-right: 30px;
    }

    .fbrightarea .banner_btn {
        text-align: center;
        margin-top: 0;
    }

    .sample {
        display: block;
    }

    ul.sampledatainfo {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }

    .sample_data {
        margin-top: 20px;
    }

    .samplewrapper {
        padding: 40px 15px;
        position: relative;
    }

    section#cta:before, section#cta:after {
        display: none;
    }
    .phone-slider {
        height: auto;
        width: 300px;
    }

    .owl-carousel .owl-item img {
        display: block !important;
        width: 78% !IMPORTANT;
        margin: 0 auto;
        height: auto;
        position: relative;
        top: 10px;
        border: 0;
        border-radius: 40px 40px;
        margin-right: 0px;
        left: -33px;
    }
}

@media screen and (max-width: 450px) {
    .featureblockwrapper {
        display: block;
        grid-template-columns: 0.91fr 1.9fr;
    }

    section#cta .banner_btn a {
        width: 100%;
        margin-bottom: 20px;
    }

    .bannerwrapper .banner_btn a {
        width: 100%;
        margin-bottom: 20px;
    }

    h2 {
        font-size: 21px;
    }

    .fbrightarea .banner_btn a span {
        color: #3686FC;
        text-transform: uppercase;
        display: block;
        border-bottom: 2px solid;
    }

    .footer_bottom {
        padding: 15px;
    }

    .footer_left ul {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }
    .phone-slider {
        height: auto;
        width: 300px;
    }

    .owl-carousel .owl-item img {
        display: block !important;
        width: 78% !IMPORTANT;
        margin: 0 auto;
        height: auto;
        position: relative;
        top: 10px;
        border: 0;
        border-radius: 40px 40px;
        margin-right: 0px;
        left: -33px;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
@media screen and (max-width: 320px) {
    .phone-slider {
        height: auto;
        width: 300px;
    }

    .owl-carousel .owl-item img {
        display: block !important;
        width: 85% !IMPORTANT;
        margin: 0 auto;
        height: auto;
        position: relative;
        top: 10px;
        border: 0;
        border-radius: 40px 40px;
        margin-right: -36px !important;
    }

}

    .owl-theme .owl-dots .owl-dot span {
        background: #1E1D2B !important;
        width: 13px !important;
        height: 8px !important;
        margin: 5px 2px !important;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: linear-gradient(181deg, rgba(255,214,54,1) 35%, rgba(255,168,13,1) 100%) !important;
        width: 10px !important;
        height: 10px !important;
    }