@media(max-width: 1350px) {
    #slider .first:before,
    #slider .second:before,
    #slider .third:before {
        width: 80%;
    }
    #slider .item,
    #slider {
        height: 600px;
    }
}
@media(max-width: 1200px) {
    #slider .first:before,
    #slider .second:before,
    #slider .third:before {
        width: 60%;
    }
    #about .margin-left-50 {
        margin-left: 0;
    }
}
@media(max-width: 1000px) {
    #slider .item .overlay {
        position: relative;
        z-index: 999999999;

        background-color: rgba(0,0,0,.7);
    }
    #slider .first:before,
    #slider .second:before,
    #slider .third:before {
        width: 100%;

        background-position: center;
        background-size: cover;
    }
    #slider .item,
    #slider {
        height: 500px;
    }
    #slider .overlay .title {
        width: 90%;
        margin: 0 auto 40px;
    }
    .overlay-inner .col-md-6 {
        width: 100%;
    }
}
@media(max-width: 992px) {
    #services .s-box-wrap > h2 {
        font-size: 25px;
    }
    .cd-header #cd-logo img {
        width: 162px;
    }
    .cd-modal h2 {
        padding-bottom: 15px;

        font-size: 26px;
    }
    .cd-modal h2::after {
        top: 35px;

        width: 75px;
    }
    .product-description {
        margin-bottom: 20px;
    }
    #footer .fsocial-link li a {
        width: 40px;
        height: 40px;
    }
    #footer .fsocial-link li a i {
        font-size: 19px;
        line-height: 39px;
    }
    .pricing-outer {
        flex-direction: column;
    }
    .pricing.card-group {
        width: 100%;
    }
    .industry-served  li {
        float: left;
        width: calc(100% / 4);
    }
    .service-grid .service-colm {
        float: left;
        width: calc(100% / 4);
    }
    .industry-served  strong {
        min-height: 60px;
    }
    .simplefilter > li {
        width: 40%;
    }
}
@media(min-width: 769px) {
    .main-navigation.display_menu {
        display: none;
    }
}
@media(max-width:768px) {
    html {
        overflow-x: hidden;
    }

    .site-spak .spak-toggle {
        display: block;
    }
    #slider {
        height: auto;
        margin-top: 60px;
    }
    .btn-white {
        width: 150px;
        padding: 5px 25px;

        font-size: 12px;
    }
    .site-spak .main-navigation {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;

        padding-top: 70px;
        margin: auto;

        text-align: center;

        background: #ff0097;
    }
    .site-spak .main-navigation {
        display: none;
    }

    #slider .item {
        height: 600px;
    }
    .sec-padding {
        padding: 70px 0;
    }
    .sec-title {
        font-size: 30px;
    }
    .sec-title-desc {
        font-size: 16px;
    }

    #calltoaction h2 {
        font-size: 40px;
    }
    #calltoaction p {
        font-size: 18px;
        line-height: 25px;
    }
    #testimonial .testimonial-wrap .testimonial-data-wrap {
        position: relative;

        width: 100%;
        margin: 0 auto;

        text-align: center;
    }
    #testimonial .testimonial-wrap .testimonial-data-wrap p {
        position: relative;

        font-size: 16px;
    }
    #testimonial .testimonial-wrap .testimonial-data-wrap:before {
        display: none;
    }
    #testimonial .testimonial-wrap .testimonial-data-wrap:after {
        display: none;
    }
    .site-spak .main-navigation li {
        display: block;
        width: 100%;
        margin: 0;
    }
    .site-spak .main-navigation li a {
        font-family: "Futura Std Bold Condensed";
        font-size: 32px;
        line-height: 75px;

        letter-spacing: 2px;
        text-transform: capitalize;
    }
    #nav-icon1 {
        display: block;
    }
    .cd-main-nav {
        display: none;
    }
    .cd-header #cd-logo img {
    }
    .cd-header,
    .cd-header-inner {
        height: 60px;
    }
    .main-navigation {
        top: 60px;
    }
    .pad-top-50 {
        padding-top: 10px;
    }
    #owl-worksdetail {
        margin-bottom: 25px;
    }
    #footer {
        text-align: center;
    }
    .rmb-20 {
        margin-bottom: 20px;
    }
    .ftitle {
        margin-bottom: 2px;
    }
    .cd-logo {
        margin-top: 10px;
        margin-right: 15px;
    }
    .talent-zone h2,
    .industry-served h2 {
        line-height: 50px;
    }
    .service-grid .service-colm,
    .industry-served  li {
        float: left;
        width: calc(100% / 2);
    }
    .simplefilter > li {
        width: 95%;
        margin: 0 auto;
    }
    #testimonial .owl-prev {
        left: 0;
    }
    #testimonial .owl-next {
        right: 0;
    }
    #testimonial .owl-prev .fa {
        margin-left: 3px;
    }
    #testimonial .owl-next .fa {
        margin-left: -3px;
    }
}
@media(max-width:600px) {
    .boxes {
        left: 40%;
    }
}
@media(max-width:576px) {
    .pricing.card-group {
        display: inline-block;
    }
    #slider .overlay .title h1 span,
    #calltoaction h2 {
        font-size: 35px;
    }
    .btn-white {
        padding: 5px 10px;
        margin-top: 15px !important;
    }
    .industry-served  strong {
        min-height: 60px;
        padding-top: 10px;

        font-size: 17px;
    }
}
@media(max-width:400px) {
    .boxes {
        left: 35%;
    }
}
