/*
* expandable menu started
*/

@media only screen and (min-width: 990px) and (max-width: 1366px) {
    .banner-one{
        padding-top: 125px;
        padding-bottom: 50px;
    }
    .block-title {
        margin-bottom: 30px;
    }
    .service-one__single{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .cta-two .block-title {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .cta-two{
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .services-one__single{
        padding: 40px 30px;
        padding-bottom: 30px;
    }
    .testimonials-one #testimonials {
        padding-top: 60px;
    }
    .testimonials-one{
        padding-bottom: 40px;
        margin-bottom: 50px;
    }
    .gallery-one .block-title {
        margin-bottom: 10px;
    }
    .gallery-one {
        padding-top: 20px;
    }
    .block-title__title{
        font-size: 39px;
    }
    .contacts-one .block-title {
        margin-bottom: 30px;
    }
    .contacts-one .col-md-4 .block-title__sub-title, .contacts-one .col-md-8 .block-title__sub-title{
        margin-bottom: 15px;
    }
    .contacts-one .col-md-4 .col-lg-12 {
        margin-bottom: 25px;
    }
    .reply-form input, .reply-form textarea{
        height: 55px;
        margin-bottom: 20px;
    }
    .reply-form textarea {
        height: 160px;
    }
    .contacts-one {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .contacts-one:after{
        display: none;
    }
}



@media (max-width: 1199px) {

    .services-name{
        font-size: 20px;
    }

    .pricing-one__list-item {
        font-size: 14px;
        line-height: 25px;
    }

    .pricing-one__list-item + .pricing-one__list-item {
        margin-top: 15px;
    }


    .header-navigation {
        margin-bottom: 0;
    }

    .logo-box {
        width: 100%;
        float: none;
        margin: 0 !important;
    }

    .navigation-box {
        margin: 0;
    }

    .navbar-expand-lg .menu-toggler {
        display: block;
        margin-right: 0;
        border-color: #fff;
        background-color: transparent !important;
        margin: 23px 0;
        color: #fff;
        border: none;
        font-size: 28px;
        float: right;
        outline: none;
        cursor: pointer;
    }

    .menu-toggler:hover {
        border-color: #00AD4D;
    }

    .menu-toggler .icon-bar {
        background: #fff;
    }

    .menu-toggler:hover .icon-bar {
        background: #00AD4D;
    }

    .header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
        color: #ffffff;
    }

    .navbar-expand-lg .navbar-collapse {
        padding-bottom: 0;
        overflow: auto !important;
        width: 100%;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none !important;
        background: transparent;
        padding: 0px 0px !important;
        padding-bottom: 0px !important;
        margin: 0;
        background: #000;
        transition: all .5s ease;
        height: 0;
    }

    .navbar-expand-lg .navbar-collapse.showen {
        display: block !important;
        height: auto;
        max-height: 70vh;
    }

    .navbar-collapse.show {
        overflow-y: auto;
    }

    .header-navigation .main-navigation {
        float: none !important;
        text-align: left !important;
    }

    .header-navigation .nav {
        width: 100%;
        text-align: left;
    }

    .header-navigation .nav>li {
        display: block;
        padding: 0 !important;
        width: 100%;
        float: none;
    }

    .header-navigation .nav>li+li {
        margin-left: 0 !important;
    }

    .header-navigation .nav>li>a {
        padding: 8px 0;
    }

    .header-navigation .right-box.nav {
        width: 100%;
        margin: 0;
    }

    .header-navigation .right-box.nav>li>a {
        border: none !important;
        padding: 8px 0;
        color: #fff;
    }

    .header-navigation .nav>li>a:after {
        display: none;
    }

    .header-navigation .nav.navigation-box+.nav {
        border-top: 1px dashed #282828;
    }

    .header-navigation .navigation-box>li>.sub-menu,
    .header-navigation .navigation-box>li>.sub-menu>li>.sub-menu {
        background-color: #0d639e !important;
        position: relative !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        transition: none !important;
        display: none;
        float: none !important;
        margin: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .header-navigation .navigation-box>li>.sub-menu>li>a::after {
        display: none;
    }

    .header-navigation ul.navigation-box>li+li {
        padding: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, .1);
        display: block;
        float: none;
        margin: 0 !important;
    }

    .header-navigation .nav>li.show-mobile {
        display: none;
    }

    .header-navigation ul.navigation-box>li>a,
    .header-navigation .right-box.nav>li>a {
        padding: 0;
        display: block;
        color: #fff;
        padding: 16px 0 16px 20px !important;
        transition: background 0.4s ease 0s;
    }


    .header-navigation ul.navigation-box li a .sub-nav-toggler {
        background-color: transparent;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 9px 9px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        /*margin-top: 8px;*/
        margin-right: 0px;
        display: block;
        cursor: pointer;
        outline: none;
    }

    .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
        background-color: #fff;
        border-radius: 1px;
        display: block;
        height: 1px;
        width: 20px;
    }

    .header-navigation .navigation-box .sub-nav-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
    }

    .header-navigation .container .right-side-box {
        top: 10px;
        right: 0px;
        transform: translateY(0%)
    }

    .header-navigation .container {
        display: block;
        padding-right: 15px;
        padding-left: 15px;
        position: relative;
    }

    .header-navigation .container .logo-box {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        float: none;
        padding-right: 145px;
    }

    .header-navigation .container .logo-box .navbar-brand {
        float: left;
        padding: 20px 0;
    }

    .header-navigation .container .logo-box .navbar-toggler {
        float: left;
    }

    .header-navigation ul.navigation-box {
        display: block;
        margin: 0 !important;
        width: 100%;
    }

    .header-navigation ul.navigation-box>li {
        padding: 0;
        display: block;
    }

    .header-navigation ul.navigation-box>li>a {
        display: block;
        padding: 13px 30px;
    }

    .header-navigation ul.navigation-box>li>a:after {
        display: none;
    }

    .header-navigation ul.navigation-box>li+li {
        margin: 0;
    }

    .header-navigation .main-navigation {
        float: none;
        width: 100%;
        display: none;
        text-align: left;
        background: #252758;
        max-height: 70vh;
        overflow-y: scroll;
        position: absolute;
        left: 0;
        right: 0;
    }

    .header-navigation .container .menu-toggler {
        display: block;
    }

    .header-navigation.stricky-fixed ul.navigation-box>li {
        padding: 0;
    }

    .header-navigation .container .logo-box .navbar-brand {
        background-color: transparent;
    }

    .header-navigation .container .menu-toggler {
        float: right;
        margin: 30px 0;
        color: #000;
        margin-left: 20px;
    }

    .header-navigation button.sub-nav-toggler {
        display: none !important;
    }

    .header-navigation .container .logo-box {
        padding-right: 0 !important;
    }

    .header-navigation {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-navigation .container .logo-box {
        left: 0 !important;
    }

    .services-one__single{
        padding: 50px 20px;
    }

    .banner-one__title{
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 20px;
    }

}

@media (min-width: 1024px) {
    [class*=testimonials-one__button__] + [class*=testimonials-one__button__] {
        margin-top: 0;
        margin-left: 0px !important;
    }
    .testimonials-one__button-block{
        display: inline-block;
    }
}



@media(max-width: 425px) {
    .header-navigation .container .right-side-box {
        display: none !important;
    }

    .header-navigation .container .menu-toggler {
        float: right !important;
    }
}


/*
* main responsive
*/

@media(max-width: 1199px) {
    .banner-one__content {
        margin-top: 0;
    }
    .banner-one-slide{
        margin-top: 40px;
    }
    .cta-two__moc,
    .banner-one__moc {
        width: 270px;
    }
    .request-quote{
        padding: 20px;
    }
    .request-quote .block-title__title {
        font-size: 25px;
    }
    .request-quote .cta-three__text {
        margin: 12px 0 0 0;
        font-size: 12px;
        line-height: 18px;
    }
    .request-quote .reply-form input {
        height: 45px;
        font-size: 13px;
        margin-bottom: 15px;
    }
    .request-quote .thm-btn {
        padding: 6.7px 45px;
    }
    .testimonials-one .block-title__title br,
    .cta-two .block-title__title br,
    .cta-three .block-title__title br {
        display: none;
    }
    .pricing-one__single {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .testimonials-one__button-block {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        flex-direction: row;
        margin-top: 30px;
        justify-content: center;
    }
    [class*=testimonials-one__button__] + [class*=testimonials-one__button__] {
        margin-top: 0;
        margin-left: 10px;
    }
    .contacts-one:after{
        right: 94%;
    }
}

@media(max-width: 991px) {
    .service-one__single{
        margin-bottom: 30px;
        height: auto;
    }
    .service-one{
        padding-bottom: 30px;
    }
    .banner-one {
        padding-top: 100px;
        padding-bottom: 60px;
        margin-bottom: 0;
    }
    [class*=banner-one__shape-]{
        display: none;
    }
    .banner-one__shape-1__bigo_shape, .banner-one__shape-2__bigo_shape{
        display: block;
    }
    .cta-two__moc,
    .banner-one__moc {
        position: relative;
        top: 10px;
        max-width: 100%;
        transform: initial;
    }
    .cta-two__moc{
        display: none;
    }
    .banner-one__content {
        margin-top: 60px;
        text-align: center;
    }
    .banner-one-slide {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .cta-three__image {
        margin-bottom: 50px;
    }
    .cta-three {
        padding-top: 30px;
    }
    .cta-three__image > img {
        width: 100%;
    }
    .cta-three__image:before {
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .testimonials-one__image {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
    }
    .testimonials-one__button-block {
        margin-bottom: 40px;
    }
    .site-footer__upper {
        padding-bottom: 60px;
    }
    .site-footer__5-col-wrap .footer-widget {
        flex: 1 1 50%;
    }
    .footer-widget {
        margin-bottom: 50px;
    }

    .testimonials-one__content {
        padding-left: 0;
    }
    .process-flow{
        margin-bottom: 30px;
    }
    .pricing-one{
        padding-top: 130px;
    }
    .contacts-one .text-right {
        text-align: left!important;
    }
    .request-quote-main {
        margin-top: 40px;
    }
    .cta-two{
        -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
        padding-bottom: 60px;
        margin-bottom: 0;
        padding-top: 80px;
    }
    .testimonials-one{
        padding-bottom: 30px;
    }
    .testimonials-one #testimonials {
        padding-top: 50px;
    }
    .services-one__single {
        height: auto;
        margin-bottom: 30px;
    }
    .float{
        display: none;
    }
    .mobile-footer {
        display: block!important;
        column-count: auto;
        background-image: -webkit-gradient(linear, left top, right top, from(#151965), color-stop(50%, #343875), to(#5a5e9e));
        background-image: linear-gradient(90deg, #151965 0%, #343875 50%, #5a5e9e 100%);
        color: #fff;
        position: fixed;
        bottom: -2px;
        box-shadow: -14px -6px 11px 0 #27202036;
        width: 100%;
        z-index: 9999;
    }
    .mobile-footer .col-4{
        text-align: center;
        border-right: 1px solid #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobile-footer .col-4:last-child{
        border-right: 0px;
    }
    .mobile-footer .col-4 a{
        color: #fff;
        font-size: 30px;
    }
    .scroll-to-top{
        bottom: 70px;
        right: 20px;
    }
    .site-footer__lower .inner-container{
        padding: 30px 0 80px 0;
    }
}

@media(max-width: 767px) {
    .banner-one__title {
        font-size: 50px;
        line-height: 1.3em;
    }
    .block-title__title {
        font-size: 40px;
        line-height: 1.3em;
    }
    .cta-three {
        padding-top: 20px;
    }
    .cta-two {
        padding-top: 60px;
        -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
    }
    .cta-three__image {
        left: 0;
    }
    .contacts-one:after{
        display: none;
    }
    .contact-info{
        margin-bottom: 30px;
    }
    .testimonials-one{
        padding-bottom: 60px;
        padding-top: 260px;
    }
}

@media(max-width: 575px) {
    .cta-two__moc {
        margin-bottom: 25px;
    }
    .service-one {
        padding-top: 30px;
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .service-one #whyus{
        padding-top: 20px;
    }
    .block-title__sub-title{
        margin-top: 0;
    }
    .cta-three {
        padding-bottom: 30px;
        padding-top: 20px;
        -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .cta-two {
        padding-top: 50px;
        -webkit-clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
    .site-footer__lower .inner-container {
        flex-direction: column;
        justify-content: center;
    }
    .testimonials-one {
        padding-top: 350px;
        padding-bottom: 50px;
        margin-bottom: 40px;
    }
    .contacts-one .block-title {
        margin-bottom: 50px;
    }
    .banner-one {
        padding-bottom: 20px;
    }
    .cta-two .block-title{
        margin-top: 0;
    }
    .pricing-one {
        padding-top: 70px;
    }
    .testimonials-one #testimonials {
        padding-top: 0;
    }
    .contacts-one {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .call-mob-view{
        display: block;
    }

    .float{
        width: 55px;
        height: 55px;
        bottom: 20px;
        left: 20px;
        line-height: 52px;
        font-size: 24px;
    }
    .call-mob-view{
        width: 55px;
        height: 55px;
        bottom: 20px;
        left: 90px;
        line-height: 53px;
        font-size: 21px;
    }
    .request-quote .reply-form input {
        height: 50px;
        margin-bottom: 20px;
    }
    .request-quote .thm-btn {
        padding: 8.7px 45px;
    }
    .service-one:before {
        top: -4%;
    }
    .service-one__text{
        padding: 0 20px;
    }
    .contacts-one__btn {
        margin-top: 25px;
    }
    .banner-one{
        background-image: -webkit-gradient(linear, left top, right top, from(#151965), color-stop(50%, #343875), to(#5a5e9e));
        background-image: linear-gradient(90deg, #151965 0%, #343875 50%, #5a5e9e 100%);
    }
}

@media(max-width: 480px) {
    .inner-banner .container {
        flex-direction: column;
    }
    .inner-banner__title {
        margin-bottom: 25px;
    }
    .blog-details .share-block {
        flex-direction: column;
        text-align: center;
    }
    .blog-details__author-image, .blog-details__author-content {
        display: block;
        padding: 0;
    }
    .blog-details__author-content {
        padding-top: 30px;
    }
    .comment-one__top-left, .comment-one__top-right,
    .comment-one__image, .comment-one__content {
        padding: 0;
        display: block;
    }
    .comment-one__content {
        padding-top: 20px;
    }
    .comment-one__top-right {
        padding-top: 20px;
    }
    .banner-one__moc {
        width: 300px;
    }
    .cta-three__list-item i{
        top: 20px;
    }
}

@media(max-width: 425px) {
    br {
        display: none;
    }
    .site-footer__5-col-wrap .footer-widget {
        flex: 1 1 100%;
    }
    .service-one__text {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .site-footer:before,
    .service-one:before,
    .pricing-one:before {
        display: none;
    }

    .cta-two__icon, .cta-two__content {
        display: block;
        padding: 0;
    }
    .cta-two__content {
        padding-top: 40px;
    }
    .cta-two__btn {
        margin-left: 0;
    }
    .banner-one {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
    .cta-three{
        padding-top: 0;
    }
}
@media(max-width: 375px) {
    .banner-one__tag-line a {
        margin-left: 0;
    }
    .blog-details__author {
        padding: 30px;
    }
    .sidebar__single:not(.sidebar__search) {
        padding: 30px;
    }
    .banner-one__tag-line{
        font-size: 9px;
    }
    .banner-one__title {
        font-size: 37px;
    }
    .request-quote .block-title__title {
        font-size: 30px;
    }
}
@media(max-width: 320px) {
    .banner-one__tag-line {
        font-size: 8px;
    }
    .banner-one__content {
        margin-top: 50px;
    }
    .banner-one__moc {
        width: 260px;
    }
}