@media(max-width:1350px) {
    .navigation .menu ul li a {
        padding: 16px 10px;
    }
}

@media(max-width:1300px) {
    .navigation .menu ul li a {
        font-size: 15px;
    }

    .callus a {
        font-size: 18px;
    }

    .home_slider {
        height: 406px;
    }

}

@media(max-width:1220px) {
    .navigation .menu ul li a {
        padding: 16px 8px;
    }

    .navigation .menu ul li ul.cs-dropdown li a {
        padding: 7px 10px;
    }

    .navigation .menu ul li ul.cs-dropdown li a span {
        font-size: 13px;
    }
}

@media(max-width:1200px) {
    .navigation .menu ul {
        display: block;
    }

    .navigation .menu ul li a {
        font-size: 14px;
        padding: 16px 6px;
    }

    .callus a {
        font-size: 16px;
    }

    .navigation .menu ul li.cs_mega ul.cs-dropdown li a {
        font-size: 14px;
    }

    .navigation .menu ul li.cs_mega ul.cs-dropdown li ul.cs-dropdown li a {
        font-size: 14px
    }

    .caption_content h1 {
        font-size: 25px;
    }

    .home_slider {
        height: 349px;
    }

    .banner_caption {
        top: 25%;
    }

    .common_btn3 {
        padding: 10px 20px;
    }
}

@media(max-width:1130px) {
    .navigation .menu ul li a {
        padding: 16px 5px;
        font-size: 13px;
    }

    .navigation .menu ul li ul.cs-dropdown li {
        min-height: 170px;
    }

    .callus a {
        font-size: 15px;
    }

    .career_btn {
        margin-left: 20px;
    }

    .banner_caption {
        top: 25%;
    }
}

@media(max-width:1023px) {
    .header .container-fluid {
        padding: 0 15px;
    }

    .hidden_xs {
        display: none;
    }

    .callus {
        display: none;
    }

    .franchise {
        padding: 6px;
    }

    .call_btn {
        float: right;
        margin: 0;
        font-size: 16px;
    }

    .call_btn svg {
        width: 25px;
        height: 25px;
    }

    .mobileLogo {
        position: relative;
        top: 5px;
    }

    .logo {
        position: absolute;
        top: 0;
        z-index: 99;
        max-width: 200px;
    }

    .navigation {
        float: left;
        width: 100%;
        position: relative;
    }

    .navigation .navbar {
        display: block;
        float: left;
        width: 100%;
        padding: 10px 0 5px;


    }

    .header .navigation .menu {
        display: none;
        width: 100%;
        overflow: hidden;
        overflow-y: visible;
        position: relative;
        z-index: 9999;
        max-height: 480px;
        overflow-y: auto;
        position: absolute;
        top: 100%;
        background: #0b5a80;
        left: 0;
        right: 0;
        text-align: left;
    }

    .navigation .menu ul li {
        padding: 0;
        float: left;
        width: 100%;
        display: block
    }

    .navigation .menu ul li a {
        padding: 10px 15px;
        text-align: left;
        font-size: 14px;
        border-right: 1px dashed transparent;
        color: #fff;
        border-bottom: 1px solid #1373a2;
        display: block;
        line-height: normal;
    }

    .navigation .menu ul li ul.cs-dropdown {
        position: relative !important;
        opacity: 1 !important;
        visibility: visible !important;
        top: auto !important;
        left: auto !important;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        width: 100%;
        display: none;
        transition: none !important;
        border: 0;
    }

    .navigation .menu ul li ul.cs-dropdown,
    .navigation .menu ul li ul.cs-dropdown li .cs-dropdown {
        padding: 0;
        display: none;
        transition: none;
        padding-right: 0;
        width: 100%;
        background: #666
    }

    .navigation .menu ul li ul.cs-dropdown li {
        min-height: initial;
    }

    .navigation .menu ul .cs-submenu a {
        position: relative
    }

    .navigation .menu ul li.cs-submenu a button {
        display: block;
        position: absolute;
        top: 6px;
        right: 8px;
        background: transparent;
        border: 0;
        color: #fff;
        font-size: 16px;
        height: 30px;
        outline: none;
        width: 30px;
        padding: 0;
        text-align: center;
        line-height: 18px
    }

    .navigation ul li.cs-submenu a button svg {
        width: 20px;
        height: 20px;
    }

    .navigation ul li.cs-submenu a button.rotated svg {
        transform: rotateZ(180deg);
    }

    .navigation ul li.cs-submenu:hover svg {
        transform: rotateZ(0deg);
    }

    .navigation ul li.cs-submenu ul.cs-dropdown li a button svg {
        transform: rotateZ(0deg);
        color: #fff;
    }

    .navigation ul li.cs-submenu ul.cs-dropdown li a button.rotated svg {
        transform: rotateZ(180deg);
    }

    .navigation .menu ul li ul.cs-dropdown,
    .navigation .menu ul li ul.cs-dropdown li .cs-dropdown li .cs-dropdown {
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 0;
        display: none;
        transition: none;
        padding-right: 0;
        float: left;
        width: 100% !important;
        background: #444
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown {
        left: 100%;
        margin-top: 0
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li ul.cs-dropdown {
        left: -100%;
        margin-top: 0
    }

    .navigation .menu ul li ul.cs-dropdown li {
        border-bottom: 0
    }

    .navigation .menu ul li ul.cs-dropdown li a {
        color: #fff;
        display: block;
        font-size: 13px;
        padding: 7px 15px;
        line-height: normal;
        border-bottom: 1px solid #3183aa;
        background: #11709d;
    }

    .navigation .menu ul li ul.cs-dropdown li ul.cs-dropdown li a {
        background: #1c53b7;
        border-bottom: 1px solid #2564d7;
    }

    .navigation .menu ul li:hover ul.cs-dropdown {
        display: none;
    }


    .featureContent2 p {
        text-align: left;
    }

    .navigation .menu ul li:nth-child(1) ul.cs-dropdown li a {
        color: #fff;
    }

    .navigation .menu ul li:nth-child(2) ul.cs-dropdown li a {
        color: #fff;
    }

    .navigation .menu ul li:nth-child(3) ul.cs-dropdown li a {
        color: #fff;
    }

    .navigation .menu ul li:nth-child(4) ul.cs-dropdown li a {
        color: #fff;
    }
}

@media(max-width:980px) {
    .topHeader {
        padding: 7px 0;
    }

    .topLeft {
        line-height: normal;
    }

    .topLeft svg {
        margin-right: 7px;
        min-width: 20px;
        height: 20px;
        width: 20px;
    }

    .navTabs {
        padding: 0;
    }

    .navTabs li {
        list-style: none;
        width: calc(100% / 2);
        line-height: normal;
        border: 1px solid #eee;
        overflow: hidden;
    }

    .navTabs li a {
        padding: 1rem 1rem;
    }

    .businessItem {
        width: 49%;
        margin: 0 0.5% 0;
    }

    .bestService_1 {
        margin: 0 0 5px;
    }

    .digital-modal-footer .modalGrid {
        width: 100%;
    }

    .digital-modal-bottom {
        display: block;
    }

    .digital-modal-footer {
        max-width: 100%;
    }

    .modalBody {
        padding: 1rem;
    }

    .fakeJob {
        display: none;
    }

    .businessRow {
        margin-bottom: 18px;
    }

    .section3-wrapper,
    .desc-wrapper {
        display: block;
    }
}

@media(max-width:767px) {

    .wWebpulse {
        position: absolute;
        bottom: 20%;
        right: 0;
        max-width: 490px;
        left: 0;
    }

    .titleOne {
        font-size: 32px;
    }

    .bannerLeft .titleA1 {
        font-size: 30px;
    }

    .bannerLeft p {
        font-size: 20px;
    }

    .bannerLeft .stepList li label {
        padding: 12px;
    }

    .bannerLeft .stepList li label span {
        font-size: 15px;
        line-height: normal;
    }

    .bannerLeft .stepList li label svg {
        min-width: 30px
    }

    .common_list {
        margin-bottom: 20px;
    }

    .common_list li {
        padding-top: 5px;
    }

    .bannerRight img {
        max-width: 315px;
    }

    .title_1 {
        font-size: 28px;
    }

    .maxWidth {
        line-height: normal;
    }

    .outstandingReviews ul li {
        width: calc(100% / 2);
        border: 1px solid #e5f2f9;
    }

    .counter_area_wrapper {
        padding: 10px;
        width: 95%;
        margin: 0 2.5%;
        right: 0;
    }

    .featuredService a .title_4 {
        font-size: 22px;
    }

    .featuredService a p {
        font-size: 16px;
    }

    .featuredService {
        padding: 15px;
        margin-bottom: 5px;
    }

    .plan_1 {
        margin-bottom: 20px;
    }

    .plan_1 .common_btn3 {
        padding: 10px 10px;
        font-size: 13px;
    }

    .common_btn3 span svg {
        margin-left: 10px;
    }

    .locationTab ul li button {
        padding: 10px;
        font-size: 14px;
    }

    .locationTab ul li button svg {
        width: 50px;
        height: 50px;
    }

    .seoPart {
        margin-bottom: 20px;
    }

    .tpbanner-shape-two {
        bottom: 0;
    }

    .tpbanner-shape-two img {
        max-width: 95px;
    }

    .desc-wrapper .desc-content {
        text-align: center;
    }

    .clientsTitle {
        font-size: 26px;
    }

    .clientLogo .logoClient {
        margin: 0 10px;
    }

    .sec-title.text-gradient h2 {
        font-size: 40px;
        text-align: left;
    }

    .award-section .content-column .inner-column .bottom-box {
        display: block;
    }

    .award-section .content-column .inner-column .bottom-box .text {
        max-width: 100%;
        margin: 0 0 15px;
    }

    .list-style-three li {
        padding-left: 0;
    }

    .industrySection {
        padding: 30px 15px;
    }

    .industrySection .inindustryRight {
        width: 100%;
        position: relative;
    }
    .industrySection .inindustryRight ul{
        margin-bottom: 20px;
    }
    .industrySection .inindustryRight li{
        padding: 5px;
    }
    .industrySection .industryLeft{
        height: auto;
    }
    .industrySection .industryLeft .industryLeftInfo {
        width: 100%;
        position: relative;
        padding-left: 0;
    }
    .industrySection .industryLeftInfo .industryLeftTitle{
        font-size: 30px;
    }
    .industrySection .industryLeftInfo p{
        text-align: left;
        font-size: 16px;
        margin: 15px 0;
        line-height: normal;
    }
    .industrySection .industryInner {
        position: relative;
        width: 100%;
        height: auto;
    }
    .industrySection .industryItem p{
        font-size: 16px;
    }
    .industrySection.activeIndustry .inindustryRight {
        transition: all .3s;
        width: 100%;
      }
    .industrySection .industryContainer {
        width: 100%;
        top: 100%;
    }
    .industrySection .industrySlide{
        display: block;
    }
    .industrySection .industrySlide img{
        width: 100%;
        height: auto;
    }
    .industrySection .industrySlideInfo{
        width: 100%;
    }
    .alert_cookie{
        width: 320px;
    }
    footer{
        overflow: hidden;
    }
    .clientReview{
        overflow: hidden;
    }
    .marqueeSection{
        overflow: hidden;
    }
    .tf__brand_3 {
        transform: none;

    }
    .tf__brand_3 ul li {
        font-size: 20px;
        padding-left: 60px;
        margin-left: 60px;
      }

}

@media(max-width:650px) {}

@media(max-width:480px) {}