@charset "utf-8";
/* CSS Document */
@media only screen and (min-width: 1025px) {
}
@media only screen and (max-width: 1024px) {
    .hamburger {
        display: block;
        font-size: 1.5rem;
        position: relative;
        z-index: 1;
    }
    .show_menu .hamburger {
        color: #ffffff;
    }
    .header nav {
        position: absolute;
        top: -100%;
        left: 0;
        padding: 4rem 1rem 1rem;
        opacity: 0;
        width: 100%;
        height: 100vh;
        overflow: auto;
        background: #4b4e53;
        visibility: hidden;
        transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;
    }
    .primary_navigation {
        flex-direction: column;
    }
    .show_menu .header nav {
        top: 0;
        opacity: 1;
        visibility: visible;
    }
    .primary_navigation li a {
        color: #ffffff;
        font-size: 1.2rem;
        margin: 1rem 0;
        display: inline-block;
    }
    .custom_tab a {
        max-width: 140px;
    }
    .ad_optimization {
        font-size: 1.5rem;
        padding: 0 20px 0 0;
        line-height: 1.5em;
        padding-top: 1px;
    }
    .position_image {
        width: 100px;
        right: 0;
    }
    .dots {
        padding: 0;
    }
    .heading_section {
        font-size: 22px;
        padding-left: 10px;
    }
    .about_description  p {
        margin: 0 0 0.5rem;
    }
    .category_list li {
        max-width: 100%;
        margin: 0 0 1.5rem;
    }
    .service_title {
        margin: 0 0 0.5rem;
    }
    .service_title {
        font-size: 1rem;
    }
}
@media only screen and (max-width: 991px) {
    
}
@media only screen and (max-width:767px) {
    .header .container, .footer .container {
        max-width: 100%;
        padding: 1rem 2rem;
    }
    .logo {
        max-width: 150px;
    }
    .about_us .col-sm-6, .services .col-sm-6, .our_network .col-sm-6, .partners .col-sm-6, .contact_us .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }
    .our_network .row {
        flex-direction: column-reverse;
    }
    .tab_foram {
        padding: 2rem;
    }
    .signup_section .container {
        max-width: 100%;
    }
    .signup_section .custom_tab {
        justify-content: flex-start;
    }
}
@media only screen and (max-width:480px){  
}
@media only screen and (max-width:360px){   
}