@media screen and (max-width: 1440px) and (min-width: 1170px) {
    section header h2 {
        font-size: 34px;
    }
    .services-list h4 {
        font-size: 16px;
    }
}

@media screen and (max-width: 1366px) and (min-width: 1281px) {
    p{
       line-height: 26px; 
    }
    #services .page-intro-box p, 
    #products .page-intro-box p {
        margin-bottom: 7px;
    }
    section .page-intro-box header{
        margin-bottom: 9px;
    }
    section .page-intro-box .text-boxtxt h4{
        line-height: 18px;
    }
    #services .list-arrow li:before{
        top: 4px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1025px) {
    section header h2 {
        font-size: 30px;
    }
    .services-list h4 {
        font-size: 16px;
    }
}
@media screen and (max-device-height: 670px) and (min-device-height: 600px) {
    .product-overflow{
        max-height: calc(100% - 180px);
    }
    .services-overflow{
        max-height: calc(100% - 210px);
    }
}

@media screen and (max-width: 1440px) {
    section#work,
    section#services,
    section#about,
    section#blog,
    section#contact {
        padding: 70px 0 20px 0;
    }
    .section-box {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    #services {
        padding-bottom: 20px !important;
    }
    .section-contact .container {
        /*height: calc(100vh - 122px);*/
        height: auto;
    }
    section header h2::after {
        margin: 15px auto;
    }
    #contact header {
        margin-bottom: 0px;
    }
    #contact label {
        font-size: 13px;
        margin-bottom: 0px;
    }
    #contact .contact-info .content .address {
        margin-bottom: 4px;
    }
    .contact-info .content {
        margin: 10px auto 0px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 768px) {
    section#work,
    section#services,
    section#about,
    section#blog,
    section#contact {
        padding: 70px 0 20px 0;
    }
    .section-box {
        padding-top: 70px;
        padding-bottom: 20px;
    }
    #services {
        padding-bottom: 20px !important;
    }
    .nav-logo .nav-logo-right {
        margin-top: 10px;
    }
    .navbar .nav > li > a {
        padding: 15px 25px;
    }
    #services .service-bx .panel {
        min-height: 335px;
    }
    section .page-intro-box header h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024px) {
    section header h2 {
        font-size: 36px;
    }
    section header h2::after {
        margin: 10px auto 20px;
    }
    .nav-logo .nav-logo-right ul li i {
        width: 40px;
        height: 40px;
        margin-right: 7px;
    }
    .services-list h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .section-clients header p {
        font-size: 18px;
    }
    .about-intro-img img {
        margin-top: 0px;
    }
}

@media screen and (max-width: 991px) {
    .nav-logo .logo {
        width: 190px;
    }
    .navbar .nav>li>a {
        padding: 17px 15px;
    }
    section#work, 
    section#services, 
    section#about, 
    section#blog, 
    section#contact{
        padding: 40px 0 40px 0;
    }
    .section-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .about-intro {
        margin-bottom: 0px;
    }
    .section-contact .container {
        height: auto;
        margin-bottom: 20px;
    }
    .home-slider .owl-carousel .owl-item img {
        width: 100%;
        height: 90vh;
        object-fit: cover;
    }
    .home-slider .intro-content {
        width: 90%;
    }
    .home-slider .intro-content p br {
        display: none;
    }
    .section-box .fp-tableCell {
        height: auto !important;
    }
    .section-contact .fp-tableCell {
        width: 100%;
        float: left;
        display: block;
    }
    footer{
        position: relative;
    }
    .contact-info{
        margin: 0px;
    }
    .page-intro-box .page-intro-img,
    .page-intro-box .page-intro-content{
        height: auto;
        max-height: 100%;
    }
    .page-intro-box .page-intro-content{
        padding-bottom: 20px;
    }
    .page-intro-box{
        margin-top: 0px;
    }
    section .page-intro-box header,
    section .page-intro-box .align-items-center header,
    section .page-intro-box .align-items-start header {
        margin-top: 50px;
    }
    .product-overflow{
        height: 100%;
        padding-bottom: 10px;
    }
    .page-intro-box > .row{ 
        display: flex; 
        flex-flow: column; 
    }
    .page-intro-box .page-intro-content { 
        order: 1;
    }
    .page-intro-box .page-intro-img { 
        order: 2; 
    }
    section .page-intro-box header h2 {
        font-size: 28px;
    }
    .contact-info {
        min-height: 100%;
    }
    .page-intro-box .page-intro-content .page-text {
        padding-right: 20px;
    }
    .page-intro-box .page-intro-img img {
        -webkit-border-radius: 0px 0px 4px 4px;
        -moz-border-radius: 0px 0px 4px 4px;
        -ms-border-radius: 0px 0px 4px 4px;
        border-radius: 0px 0px 4px 4px;
    }
    #contact form {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 0px 10px;
    }
    
}

@media screen and (max-width: 767px) and (min-width: 569px) {
    .nav-logo .nav-logo-right ul {
        margin-top: 3px;
        margin-bottom: 0px;
        background: #fff;
    }
}
@media screen and (max-width: 767px) {
    .container{
        max-width: 100%;
    }
    .home-slider {
        padding-top: 60px;
    }
    .whatsapp-btn .whatsapp-web{
        display: none;
    }
    .whatsapp-btn .whatsapp-mobile{
        display: block;
    }
    section#work,
    section#services,
    section#about,
    section#blog,
    section#contact {
        padding: 40px 0 40px 0;
    }
    .section-box {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    #services {
        padding-bottom: 40px !important;
    }
    .js_fixedcontent{
        height: 60px;
    }
    section header h2 {
        font-size: 28px;
        margin-top: 15px;
    }
    #contact header h2 {
        font-size: 28px;
        margin-top: 30px;
    }
    section header p {
        width: 100%;
    }
    .home-slider .intro-content {
        width: 75%;
    }
    .clients-slider {
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .nav-logo .logo {
        width: 250px;
        display: block;
        margin: auto;
        float: left;
        position: relative;
        z-index: 2;
        top: 4px;
    }
    .navbar {
        background: transparent;
        float: none;
    }
    .navbar .navbar-toggle{
        margin: 10px auto;
        margin-right: 0px;
    }
    .slider-item p {
        font-size: 50px;
    }
    .nav-logo .nav-logo-right {
        text-align: center;
        margin-top: -48px;
        position: relative;
        z-index: 1;
    }
    .nav-logo .nav-logo-right ul li {
        padding: 10px 0px;
    }
    .intro-1 .intro-content {
        position: absolute;
        top: 65%;
    }
    .home-slider .owl-carousel .owl-nav .owl-prev,
    .home-slider .owl-carousel .owl-nav .owl-next {
        top: 50%;
    }
    #about .about-intro header {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .services-list {
        margin-top: 40px;
    }
    .tab-panel .tab-list,
    .tab-panel .tab-content{
        width: 100%;
    }
    .tab-panel .tab-list{
        padding: 0px;
    }
    .tab-panel .tab-list a {
        width: calc(50% - 20px);
        margin: 6px 10px;
    }
    #services .service-bx .panel {
        min-height: 100%;
    }
    .export-box{
        display: flex; 
        flex-flow: column;
    }
    .export-img { 
        order: 1;
        margin-bottom: 20px;
    }
    .export-content { 
        order: 2;
        padding-bottom: 15px;
    }
    .about-intro {
        padding: 0px;
    }
    .about-intro > .row{
        display: flex;
        flex-flow: column;
        margin: 0px;
    }
    .about-intro .about-intro-img{
        height: auto;
        order: 1;
        margin-bottom: 10px;
    }
    .about-intro .about-content{
        order: 2;
        padding-bottom: 15px;
    }
    .about-content {
        min-height: auto;
    }
    section .page-intro-box header{
        margin-top: 50px;
    }
    #contact header {
        margin-top: 50px;
    }
    .slider-item {
        height: calc(100vh - 280px);
        background-position-x: 25%;
    }
}

@media screen and (max-width: 567px) {
    .nav-logo .logo {
        width: 200px;
    }
    .nav-logo .nav-logo-right ul {
        width: 100%;
        float: left;
        background: #fff;
        padding: 0px;
        text-align: left;
        margin: 0px;
    }
    .nav-logo .nav-logo-right ul li {
        display: block;
        margin: 0px;
        padding: 0px;
        text-align: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .nav-logo .nav-logo-right ul li:last-child {
        border-bottom: none;
    }
    section header h2 {
        font-size: 28px;
    }
    .section-box header h3 {
        font-size: 24px;
    }
    .slider-item {
        height: calc(100vh - 350px);
    }
    .home-slider .owl-carousel .owl-nav .owl-prev,
    .home-slider .owl-carousel .owl-nav .owl-next {
        top: 45%;
    }
    .home-slider .owl-carousel .owl-nav .owl-prev {
        left: 20px;
    }
    .home-slider .owl-carousel .owl-nav .owl-next {
        right: 20px;
    }
    .scrolldown {
        right: -10px;
        bottom: -25px;
    }
    
}

@media screen and (max-width: 414px) {
    #intro {
        margin-top: 0px;
    }
    .nav-logo .nav-logo-right ul li {
        margin-left: 0px;
    }
    .home-slider .owl-carousel .owl-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        z-index: -1;
    }
    .intro-1 .intro-content {
        top: 50%;
    }
    .home-slider .intro-content {
        width: 60%;
    }
    .slider-item p {
        font-size: 28px;
    }
}

@media screen and (max-width: 384px) {
    .nav-logo .nav-logo-right ul li {
        margin-left: 2px;
        width: 100%;
        float: left;
    }
    .nav-logo .nav-logo-right ul li i {
        width: 35px;
        height: 35px;
        font-size: 19px;
        margin-right: 7px;
    }
    .nav-logo .nav-logo-right ul li .info-text span {
        font-size: 12px;
    }
    .nav-logo .nav-logo-right ul li .info-text p {
        font-size: 14px;
    }
}
@media screen and (max-width: 320px) {
    .tab-panel .tab-list a {
        width: calc(100% - 20px);
        margin: 6px 10px;
    }
}