/*
    Author: LogicSword
    Author URI: 
    Version: 0.1
*/

/*=======================================================================
[Table of contents]
=========================================================================
[01] Widescreen (1440.01px - higher)
[02] Desktop (1200px - 1440px)
[03] Laptop (992px - 1199.99px)
[04] Tab (768px - 991.98px)
[05] Mobile (320px - 767.98px)
==========================================================================*/



/*=======================================================================
[01] Widescreen (1440.01px - higher)
=========================================================================*/
@media(min-width:1440.01px) {
    .intro-wrapper {
        height: 100vh;
    }
}

/*=======================================================================
[02] Desktop (1200px - 1440px)
=========================================================================*/
@media(min-width:1200px) and (max-width: 1440px) {
    
}

/*=======================================================================
[03] Laptop (992px - 1199.98px)
=========================================================================*/
@media(min-width: 992px) and (max-width: 1199.98px) {
    
}

/*=======================================================================
[04] Tab (768px - 991.98px)
=========================================================================*/
@media(min-width: 768px) and (max-width: 991.98px) {
    
    .services .single-service {
        padding: 20px;
    }
    .about-us h2.section-heading-title {
        padding-top: 60px;
    }
    .about-page .about-us h2.section-heading-title {
        padding-top: 0px;
    }
    .about-page h3.section-heading-title-2 {
        font-size: 30px;
    }
    .about-page .about-us .about-us-desc .left {
        margin-right: 50px;
    }
    .portfolio-page p.section-heading-desc {
        margin-bottom: 0px;
    }
}

/*=======================================================================
[05] Mobile (320px - 767.98px)
=========================================================================*/
@media(min-width:320px) and (max-width: 767.98px) {
    html,body {
        overflow-x: hidden;
    }
    .section-padding {
        padding: 80px 20px;
    }
    
    .sidebar_menu .modal-header .close {
        margin: 10px 30px 10px 0px;
    }
    .sidebar_menu .modal-header img {
    margin: 10px 0 10px 50px;
}
    
    .header_app .header-top .ls_nav {
        padding: 0 20px;
    }
    .navbar-light .navbar-brand {
        color: rgba(0,0,0,.9);
        display: inline;
        width: 70%;
    }
    .header_app .header-top .ls_nav nav a.navbar-brand img {
        width: 70%;
    }
    .header_app .header-top .ls_nav nav .option .navbar-nav li .side_menu {
        padding: 13px 8px;
    }
    .header_app .header-top .ls_nav nav .option .navbar-nav li .side_menu span {
        padding: 1px 0px;
        width: 28px;
        margin-bottom: 5px;
    }
    .intro-wrapper {
        height: 650px;
    }
    .intro-wrapper .hero-content {
        padding: 0 20px;
    }
    .intro-wrapper .hero-content p {
        font-size: 30px;
    }
    .intro-wrapper .hero-content p:nth-child(2) {
        padding: 10px 0 0;
    }
    .intro-wrapper .hero-content .small-desc {
        font-size: 12px;
    }
    .about-us .btn-gradient {
        margin-left: 0px;
    }
    .about-us .pl-5 {
        padding-left: 20px !important;
    }
    .about-us h2.section-heading-title {
        padding-top: 60px;
    }
    
    .about-page .about-us h2.section-heading-title {
        padding-top: 0px;
    }
    .our-process .single-process .process-box {
        max-width: 130px;
        max-height: 130px;
    }
    .our-process .single-process::after {
        top: 65px;
    }
    
    .our-process .single-process .process-box i {
        line-height: 130px;
    }
    .faq .accordion .single-accordion:nth-child(4) {
        margin-bottom: 20px;
    }
    .faq-page .faq .accordion .single-accordion:nth-child(7) {
        margin-bottom: 20px;
    }
    .faq .accordion .accordion-title {
        font-size: 14px;
    }
    .faq .accordion .accordion-content p {
        letter-spacing: 0.8px;
        font-size: 14px;
    }
    .footer-top{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    footer p {
        font-size: 14px !important;
        line-height: 24px;
    }
    footer li a {
        font-size: 14px !important;
    }
    
    .about-page .about-us .about-us-desc .left {
        width: 100%;
        margin-right: 0px;
    }
    .portfolio-page p.section-heading-desc {
        margin-bottom: 0px;
    }
    .single-career-page .single-career-form {
        padding-left: 15px;
    }
    #scrollUp {
    display: none !important;
        
    }
    .sidebar_menu .modal-body .bar-icon .social_iocns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0px;
        padding: 15px 0px;
    }
}

@media(min-width:320px) and (max-width: 575.98px) {
    section{
        text-align: center;
    }
    .modal {
        text-align: left;
    }
    .sidebar_menu .modal.right .modal-dialog {
        width: 100%;
    }
    h2.section-heading-title {
        font-size: 13px;
        text-align: center;
    }
    h3.section-heading-title-2 {
        font-size: 24px;
        text-align: center;
    }
    p.section-heading-desc {
        padding-left: 0px;
        font-size: 15px;
        text-align: center;
    }
    p.section-heading-desc::before {
        display: none;
    }
    ul{
        list-style: none;
        padding-left: 0;
    }
    .single-career-page .single-career-form form .form-group span input {
        width: 100%;
    }
    .single-career-page .single-career-form form .form-group span:last-child > input {
        margin-left: 0;
        margin-top: 1rem;
    }
    #scrollUp {
    display: none !important;
        
    }
    
}

@media screen and (max-width: 320px){
    #scrollUp {
    display: none !important;
        
    }
}
