@font-face {
    font-family: MenoBanner-SemiBold;
    src: url("../fonts/MenoBanner-SemiBold.otf");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    font-family: "Rubik", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: "Rubik", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    padding: 0;
    margin: 0;
}

p {
    color: #6A6A6A;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0px;
}

p strong {
    font-weight: 600;
}

p a {
    display: inline-block;
    position: relative;
    color: #6A6A6A;
}

/* a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 1px;
    transition: 0.4s;
    background-color: #7895A3;
} */

p a:hover::after {
    width: 100%;
}

ul,
ol,
li {
    list-style: none;
    position: relative;
}

a {
    text-decoration: none;
    transition: 0.3s;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1440px;
    width: 80%;
    position: relative;
    z-index: 55;
    padding-left: 12px;
    padding-right: 12px;
}

.main_header {
    background-color: #f6f6f6;
}

.main_header .logo {
    display: none;
}

.main_header .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    transition: all 0.4s ease;
}

header .logo a img {
    width: 100%;
}


.main_header .menuLink .menu {
    justify-content: center;
    transition: all 0.4s ease;
}

.menu {
    display: flex;
    align-items: center;
}

.menuLink .menu>li {
    margin: 35px 35px;
}

.menu>li>a:hover {
    color: #2877af;
}

.main_header .menuLink .menu>li>a {
    padding: 20px 0;
}

.menu li a {
    font-size: 16px;
    color: #303030;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

/* .menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 1px;
    transition: 0.4s;
    background-color: #204289;
} */

.menuLink .menu li.current-page-ancestor a,
.menuLink .menu li.current-menu-item a {
    color: #31968E;
    margin-left: 20px;
    background-image: url("../images/link-border.svg");
    background-size: auto;
    background-repeat: repeat-x;
    background-position-x: 0;
    background-position-y: 90%;
}

/* .menuLink .menu li.current-page-ancestor a::before,
.menuLink .menu li.current-menu-item a::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 44%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #7895A3;
} */

.main_header .menuLink .menu li a:hover {
    color: #7895A3;
}

.cart__wrap .logo {
    display: none;
}

.menu li a:hover,
.login_btn a:hover {
    color: #31968E !important;
}

/* .menu li.current-menu-item>a,
.menu li.current-menu-ancestor>a {
    color: #fff !important;
} */

/* .menu li.current-menu-item>a::after {
    width: 100%;
} */

.login_btn a span {
    display: inline-block;
    margin-right: 22px;
}

.menuLink .menu>li.menu-item-has-children {
    margin-right: 50px;
}

.menuLink ul li.menu-item-has-children::after {
    content: '';
    position: absolute;
    border-top: 1px solid #898888;
    border-left: 1px solid #898888;
    width: 9px;
    height: 9px;
    transform: rotate(-135deg);
    display: block;
    cursor: pointer;
    right: -16px;
    top: 27px;
    transition-duration: 0.4s;
}

.sub-menu li a {
    text-transform: capitalize !important;
    letter-spacing: 0px;
    font-size: 16px;
}

.menuLink ul li.current-menu-ancestor.menu-item-has-children::after {
    border-top: 2px solid #204289;
    border-left: 2px solid #204289;
}

.sub-menu li a {
    display: inline-block;
    width: 100%;
}

.sub-menu li {
    margin-right: 0;
}

header ul li.current-menu-ancestor a,
.menuLink>.menu>li>a:hover {
    color: #204289;
}

.cart_wrap_grid ul {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.cart_wrap_grid ul li {
    margin-left: 35px;
}

.head_bottom .cart_wrap_grid ul li:first-child {
    margin-left: 0px;
}

.cart_wrap_grid ul li .btn-ctn {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 20px;
    background-color: #2c2975;
    border: none;
}

.cart_wrap_grid ul li a {
    display: inline-flex;
    align-items: center;
}

.cart_wrap_grid ul li .btn-ctn img {
    margin-right: 12px;
    max-width: 30px;
    margin-top: -5px;
}

.btn-ctn {
    font-size: 15px;
    color: #111827;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 55px;
    padding: 8px 15px;
    transition: 0.4s;
    position: relative;
    overflow: hidden;
    z-index: 55;
    text-align: center;
    border-radius: 50px;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #111827;
}

/*.btn-ctn:hover {
    color: #fff;
    background-color: #111827;
}*/

.burger {
    display: none;
}


.main_banner {
    background-color: #f6f6f6;
    padding: 55px 0 80px;
    position: relative;
}

.main_banner .row {
    align-items: center;
    flex-direction: column-reverse;
}

.main_banner .row .col-md-6 {
    width: 100%;
}

.main_banner .row .col-md-6:nth-child(1) {
    display: flex;
    justify-content: center;
}

.main_banner_img {
    max-width: 450px;
    margin: 0 auto 30px;
}

.banner_content {
    text-align: center;
}

.banner_content h1 {
    color: #868282;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
}

.banner_content h2 {
    color: #31968e;
    font-size: 26px;
    font-weight: 700;
}

.services_list {
    margin-left: -10px;
}

.services_list ul {
    margin-bottom: 20px;
}

.services_list ul li {
    display: inline-block;
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 12px;
    position: relative;
}

.services_list ul li:nth-child(2n) {
    color: #31968e;
}

.services_list ul li::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 16px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #303030;
}

.services_list ul li:last-child::after {
    display: none;
}

.btn_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -8px;
}

.btn_grid .btn_col {
    width: auto;
    padding: 8px;
}

.bpo_media_wrap {
    position: relative;
    padding: 70px 0px;
    margin-top: 70px;
    border-top: 1px solid #31968e;
}

.bpo_media_wrap::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 175px;
    height: 100%;
    background-image: url("../images/bpo_media_after.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 100%;
    background-position-y: 80%;
}

.heading_title {
    margin-bottom: 30px;
}

.heading_title h2 {
    color: #303030;
    font-size: 28px;
    position: relative;
    font-weight: 500;
}

.heading_title h2 span {
    display: inline-block;
    color: #fff;
    background-color: #31968E;
    padding: 2px 15px;
    margin-left: 2px;
}

.service__box {
    margin: 0 -40px;
}

.service__box .col-md-4 {
    width: 33.3333%;
    padding: 0 40px 40px;
    position: relative;
    margin: 30px 0px;
}

.service_logo {
    height: 120px;
    border-bottom: 1px solid #303030;
    border-top: 1px solid #303030;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
}

.service__box .col-md-4:nth-child(2) .service_logo {
    padding: 6px 0px;
}

.service_logo a {
    display: block;
    height: 100%;
}

.service_logo img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.service_content_wrap {
    padding-top: 20px;
}

.service_content_wrap p strong,
.service_content_wrap p a {
    display: inline-block;
    color: #303030;
    font-size: 20px;
    font-weight: 500;
}

.service_content_wrap p a:hover {
    color: #31968E;
}

.visit_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 40px;
}

.visit_btn a {
    display: inline-flex;
    align-items: center;
    color: #303030;
    font-size: 16px;
}

.visit_btn a img {
    margin-left: 10px;
    transition: 0.4s;
}

.visit_btn a:hover img {
    transform: translateX(8px);
}

.visit_btn a:hover {
    color: #31968E;
}

.gray_bg_wrap {
    background-color: #f6f6f6;
    padding: 55px 0px;
    position: relative;
}


.service_row_grid {
    position: relative;
    padding: 100px 0px;
}

.service_row_grid::before,
.service_row_grid::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.service_row_grid::before {
    left: 0;
    top: 120px;
    width: 125px;
    height: 208px;
    background-image: url("../images/service_row_before.png");
    background-position-x: 0;
    background-position-y: 0;
}

.service_row_grid::after {
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background-image: url("../images/service_row_after.png");
    background-position-x: 100%;
    background-position-y: 50%;
}

.service_row_grid .d-flex {
    padding: 30px 0;
    align-items: center;
}

.service_row_grid .service_logo {
    padding: 0px 30px !important;
    border: none;
    width: 435px;
    height: 200px;
}

.service_row_grid .service_logo a {
    display: block;
    height: 100%;
}

.service_row_grid .service_content_wrap {
    width: calc(100% - 435px);
    padding-top: 0px;
    padding-left: 35px;
    min-height: 160px;
    border-left: 1px solid #303030;
    display: flex;
    flex-direction: column;
    justify-content: center;
}






.About_us_wrap {
    background-color: #f6f6f6;
    position: relative;
    padding: 120px 0px;
}

.About_us_wrap::before,
.About_us_wrap::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

.About_us_wrap::before {
    top: 0;
    left: 0;
    background-image: url("../images/About_us_before.png");
    background-position-x: 0;
    background-position-y: 0;
    width: 80px;
    height: 120px;
}

.About_us_wrap::after {
    bottom: 0;
    right: 0;
    height: 100%;
    background-image: url("../images/About_us_after.png");
    background-position-x: 100%;
    background-position-y: 50%;
    width: 75px;
}

.about_box {
    border: 1px solid #898888;
    padding: 30px 30px 10px;
    position: relative;
}

.about_box .row .col-md-6 {
    width: 50%;
    padding-bottom: 30px;
}

.about_box .row .col-md-6:first-child {
    width: 100%;
}

.about_box .row .col-md-6:first-child .about_us__content h3 {
    display: block;
    padding-bottom: 0px;
    background-image: none;
}

.about_us__content h3 {
    color: #303030;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 20px;
    position: relative;
    background-image: url("../images/border-line.png");
    background-repeat: repeat-x;
    background-position-x: 0;
    background-position-y: 100%;
    background-size: auto;
}

.about_us__content p strong {
    color: #B3B3B3;
    font-weight: 400;
}



.business__wrap {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.business__wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 91px;
    background-image: url("../images/business_before.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 0;
    background-position-y: 50%;
}

.business__wrap .container {
    max-width: 1300px;
}

.business__wrap .heading_title {
    text-align: center;
}

.business__wrap .row {
    margin: 0 -70px;
}

.business__wrap .row .col-md-6 {
    width: 50%;
    padding: 0 70px;
}

.business__wrap .d-flex {
    flex-wrap: wrap;
    align-items: center;
}

.business__wrap .row {
    margin: 0 -70px;
}

.business__wrap .row .col-md-6 {
    width: 50%;
    padding: 0 70px;
}

.footer_logo {
    min-height: 140px;
}

.footer_logo a {
    display: block;
    max-width: 350px;
}

.footer_para {
    max-width: 590px;
}

.business__wrap .d-flex {
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #B3B3B3;
    padding: 20px 0;
}

.business__wrap .row .col-md-6:nth-last-child(1) .d-flex,
.business__wrap .row .col-md-6:nth-last-child(2) .d-flex {
    border-bottom: 1px solid #B3B3B3;
}

.download_icon {
    width: 40px;
}

.download_title {
    width: calc(100% - 40px);
    padding-left: 20px;
}

.download_title a {
    display: inline-block;
    color: #303030;
}

.download_title a:hover {
    color: #31968E;
}

.download_title a::after {
    display: none;
}

.download_title p {
    color: #303030;
}



.main_footer {
    background-color: #31968e;
    position: relative;
    overflow: hidden;
    background-image: url("../images/footer_before.png");
    background-repeat: no-repeat;
    background-size: 180px;
    background-position-x: 0;
    background-position-y: 0;
}

.main_footer .row .col-md-6 {
    width: 50%;
    padding: 70px 12px;
}

.main_footer p {
    color: #fff;
    margin: 0px;
}

.footer_links {
    max-width: 460px;
    margin-left: auto;
}

.footer_links h6 {
    display: inline-block;
    background-color: #fff;
    color: #31968E;
    font-size: 22px;
    font-weight: 500;
    padding: 8px 20px;
    margin-bottom: 20px;
}

.footer_links ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
}

.footer_links ul li:last-child {
    margin-bottom: 0px;
}

.image_icon {
    width: 45px;
    padding-right: 6px;
}

.image_icon img {
    transition: 0.4s;
}

.footer_links ul li:hover .image_icon img {
    transform: translateX(10px);
}

.image_title {
    width: calc(100% - 45px);
    padding-left: 10px;
}

.image_title a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.image_title a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 0;
    height: 1px;
    transition: 0.4s;
    background-color: #fff;
}

.image_title a:hover::after {
    width: 100%;
}


.copyright {
    border-top: 1px solid #fff;
    padding: 30px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_media ul {
    display: flex;
    gap: 20px;
}

.footer_media ul li a {
    display: flex;
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.footer_media ul li a img {
    transition: 0.4s;
}

.footer_media ul li a:hover img {
    transform: translateY(-10px);
}


.About_us_wrap .about_us__content p a {
    color: #fff;
    border-radius: 30px;
    padding: 2px 10px;
    background-color: #31968E;
}

.About_us_wrap .about_us__content p a:hover {
    color: #fff;
    background-color: #303030;
}





.bpo_media_wrap.change_grid {
    margin: 0px;
    border-top: none;
}

.gray_bg_wrap.change_grid {
    background-color: #fff;
    padding: 50px 0px;
}



/*************************/

.dd_none {
    display: none;
}

/********************
   Gravity form
********************/
.gform_validation_errors {
    display: none !important;
}

.gform-loader {
    display: none !important;
}




/* 404 CSS */
.error-page {
    position: relative;
    overflow: hidden;
}

.error-page::before {
    content: "";
    position: absolute;
    background-image: url("../images/our_location_before.svg");
    width: 185px;
    height: 310px;
    background-position-x: 0px;
    background-position-y: 0px;
    left: 0;
    top: 0;
    opacity: 0.4;
    background-size: contain;
    background-repeat: no-repeat;
}

.error-page::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/health_care_bodies_after.svg");
    width: 160px;
    height: 100%;
    right: -10px;
    bottom: 0px;
    background-position-x: 100%;
    background-position-y: 100%;
}

.error-info-inner {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 100px 0;
}

.error-info-inner .container {
    max-width: 1200px;
}

.error-info-inner .heading-slider {
    text-align: center;
}

.error-page h1 {
    margin-bottom: 25px;
}

.heading-slider h1 {
    color: #C3B3A3;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 20px;
}

.heading-slider h1 span {
    color: #6A6A6A;
    display: inline-block;
}

.error-info-inner .heading-slider .btn-ctn {
    min-width: auto;
    padding: 5px 65px;
    margin-top: 10px;
}

@media(max-width: 1399px) {
    .heading-slider h1 {
        font-size: 24px;
    }
}

@media(max-width: 1200px) {
    .heading-slider {
        padding: 20px 0;
    }

    .heading-slider h1 {
        font-size: 24px;
    }

    .error-info-inner {
        min-height: 66vh;
        padding: 50px 0;
    }

    .error-page::after {
        width: 100px;
        right: 0px;
    }
}

@media(max-width: 900px) {
    .heading-slider h1 {
        font-size: 20px;
    }
}

@media(max-width: 600px) {

    .error-info-inner {
        min-height: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .heading-slider h1 {
        font-size: 22px;
    }

}



/***********************************************************

///////////////// RESPONSIVE CSS START HERE ////////////////

***********************************************************/

@media only screen and (min-width: 1201px) {

    .butgurBtn {
        display: none;
    }

    .menuLink ul li>ul.sub-menu {
        color: #fff;
        position: absolute;
        min-width: 220px;
        max-width: 220px;
        display: block !important;
        width: 100%;
        /* left: -30px; */
        top: calc(100% + 5px);
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        /* -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0); */
        -webkit-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        transform-origin: 0 0 0;
        margin-left: 0;
        -webkit-box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.56);
        -moz-box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.56);
        box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.56);
        border-radius: 15px;
        background-color: #7895a3;
        /* border: 4px solid #02939C; */
        /* background-color: #fff; */

        /* transform: scale(0.01);
        opacity: 0;
        transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease 0.15s; */

        /* background: #B9C4B1;
        background: linear-gradient(90deg, rgba(185, 196, 177, 1) 0%, rgba(120, 149, 163, 1) 100%); */

        background-image: url("../images/service_box_bg.png");
        background-repeat: no-repeat;
        background-size: 105px;
        background-position-x: 100%;
    }

    .menuLink .menu>li.menu-item-has-children>a::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 10px;
        height: 10px;
        margin: 0 auto;
        border-radius: 50%;
        background-color: #40aacf;
        opacity: 0;
        transition: 0.4s;
    }

    .menuLink .menu>li.menu-item-has-children.active>a::before {
        opacity: 1;
    }

    .menuLink ul.menu>li>ul.sub-menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -25px;
        height: 23px;
    }

    .menuLink ul li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        left: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        transform: scale(1);
    }

    .menuLink ul li>ul.sub-menu li a::after {
        display: none;
    }

    .sub-menu li:last-child a {
        border-bottom: none;
    }

    .sub-menu li .sub-menu {
        left: 220px !important;
        top: 0 !important;
    }

    .sub-menu li:hover .sub-menu {
        left: 220px !important;
    }

    .sub-menu .menu-item-has-children::after {
        right: 15px !important;
        top: 18px !important;
        border-color: #fff transparent transparent #fff !important;
        transform: rotate(138deg) !important;
    }

    /* .sub-menu>li {
        padding: 8px 20px !important;
        background-color: #fff;
    } */

    .sub-menu li a {
        position: relative;
        width: auto;
        padding: 8px 20px !important;
    }

    ul.menu li .sub-menu li a::after {
        content: "" !important;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 0;
        height: 1px;
        transition: 0.4s;
        background-color: #204289;
    }

    .sub-menu li a:hover::after {
        width: 100%;
    }

    .menuLink .fixed__menu_link>ul>li.menu-item-has-children {
        padding-right: 10px;
    }

    .menuLink .fixed__menu_link>ul>li.current-menu-ancestor::after {
        border-color: #e80303 !important;
    }

    .menuLink .fixed__menu_link>ul>li.menu-item-has-children::after {
        right: -9px;
        top: 7px;
        border-color: #fff;
    }

    .sub-menu li a {
        color: #fff !important;
        display: block;
        border-bottom: 1px solid #ffffff4f;
        /* box-shadow: 0px 1px 0px #0000004f; */
    }

    .sub-menu li:last-child a {
        border-bottom: none;
        box-shadow: none;
    }

    .sub-menu li a:hover {
        color: #fff !important;
        background: #B9C4B1;
        background: linear-gradient(90deg, rgba(185, 196, 177, 1) 0%, rgba(120, 149, 163, 1) 100%);
    }

    .menuLink .menu>li.menu-item-has-children>.sub-menu>li.current-menu-ancestor>a {
        background-color: #40aacf;
    }

    .menuLink .menu>li.menu-item-has-children>.sub-menu>li.current-menu-ancestor>.sub-menu>li.current_page_item a {
        background-color: #40aacf;
    }

    /* Menu css */

    .menu .sub-menu li:first-child a {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .menu>li>.sub-menu li:last-child a {
        border-bottom: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .menu .sub-menu li:first-child .sub-menu li a {
        border-radius: 0;
    }

    .menu .sub-menu li:first-child .sub-menu li:first-child a {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .menu .sub-menu li:first-child .sub-menu li:last-child a {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    /* Menu css end */

}


@media(max-width: 1699px) {

    /* 1699 ends here */
}

@media(max-width: 1399px) {
    .container {
        width: 88%;
    }

    .menuLink .menu>li {
        margin: 25px 30px;
    }

    .main_banner {
        padding: 50px 0 90px;
    }

    .banner_content h1 {
        font-size: 35px;
    }

    .banner_content h2 {
        font-size: 24px;
    }

    .main_banner_img {
        max-width: 400px;
    }

    .services_list ul li {
        font-size: 15px;
    }

    .services_list ul li::after {
        top: 14px;
    }

    .btn-ctn {
        font-size: 14px;
        min-width: 155px;
        height: 50px;
        padding: 8px 10px;
    }

    .bpo_media_wrap {
        padding: 50px 0px;
        margin-top: 40px;
    }

    .heading_title h2 {
        font-size: 26px;
    }

    p {
        font-size: 15px;
    }

    .service_content_wrap p strong,
    .service_content_wrap p a {
        font-size: 18px;
    }

    .visit_btn a {
        font-size: 15px;
    }

    .gray_bg_wrap {
        padding: 50px 0px 20px;
    }

    .service_row_grid {
        padding: 60px 0px;
    }

    .about_us__content h3 {
        font-size: 18px;
    }

    .bpo_media_wrap::after {
        width: 135px;
    }

    .service_row_grid::before {
        top: 110px;
        width: 105px;
        height: 168px;
    }

    .service_row_grid::after {
        width: 80px;
    }

    .About_us_wrap {
        padding: 80px 0px;
    }

    .About_us_wrap::before {
        width: 60px;
        height: 100px;
    }

    .About_us_wrap::after {
        width: 55px;
    }

    .heading_title {
        margin-bottom: 20px;
    }

    .business__wrap {
        padding: 80px 0;
    }

    .business__wrap::before {
        width: 50px;
    }

    .footer_logo {
        min-height: 140px;
    }

    .footer_logo a {
        max-width: 350px;
    }

    .footer_para {
        max-width: 460px;
    }

    .image_title a {
        font-size: 15px;
    }

    .image_icon {
        width: 40px;
    }

    .footer_links {
        max-width: 400px;
    }

    .footer_links h6 {
        font-size: 18px;
    }

    .main_footer {
        background-size: 120px;
    }

    .main_footer .row .col-md-6 {
        padding: 40px 12px;
    }

    .copyright {
        padding: 25px 0px;
    }

    .footer_media ul li a {
        width: 35px;
        height: 35px;
    }

    .service_logo {
        height: 100px;
    }

    .service_row_grid .service_logo {
        width: 370px;
    }

    .service_row_grid .service_content_wrap {
        width: calc(100% - 370px);
    }

    /* 1399 ends here */
}

@media(max-width: 1280px) {
    .container {
        width: 100%;
        padding: 0px 50px;
    }

    .business__wrap .container {
        max-width: 1050px;
    }

    .business__wrap .row {
        margin: 0 -30px;
    }

    .business__wrap .row .col-md-6 {
        padding: 0 30px;
    }

    /* 1280 ends here */

}

@media(max-width: 1200px) {
    .right-div button.burger {
        border: none;
        background-color: transparent;
        outline: none;
    }

    header .menu-link {
        display: none;
    }

    header .menuLink {
        display: none;
    }

    header .right-div .header-btn {
        display: none;
    }

    .right-div {
        min-width: auto;
        margin-left: 20px;
    }

    .burger {
        display: block;
        cursor: pointer;
        width: 40px;
        min-width: 40px;
    }

    .burger span {
        display: block;
        width: 40px;
        height: 3px;
        border-radius: 8px;
        background: #000;
        margin-bottom: 7px;
        margin-right: 0;
        margin-left: auto;
    }

    .burger span:nth-child(2) {
        width: 28px;
    }

    .burger span:last-child {
        margin-bottom: 0;
        width: 20px;
    }

    .header-wrap {
        padding-right: 0px;
        padding-left: 0px;
        min-height: auto;
    }

    .offcanvas-header .container {
        width: 100%;
    }

    #Right_Funnel {
        width: 100%;
        border: unset;
        z-index: 9999999;
    }

    .offcanvas .header-wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .offcanvas .burger span:nth-child(2) {
        opacity: 0;
    }

    .offcanvas .burger span {
        transform: translate(2px, 10px) rotate(-45deg);
        width: 30px;
    }

    .offcanvas .burger span:last-child {
        width: 30px;
        transform: translate(2px, -10px) rotate(45deg);
    }

    .offcanvas-header .logo {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
    }

    .offcanvas-header .logo a {
        display: inline-block;
    }

    .main_header .row .col-md-2 {
        width: 160px;
    }

    .offcanvas .header-wrap .right-div.tilt-hover {
        margin-left: 0px;
        padding-right: 8px;
    }

    .main_header .row .col-md-5:nth-child(3) {
        width: calc(100% - 160px);
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .main_header .row .col-md-5:nth-child(1) {
        display: none;
    }

    .offcanvas-header {
        padding: 15px 0px;
    }

    .offcanvas-body {
        padding: 0px 0 10px;
    }

    .offcanvas-body .menuLink {
        width: 100%;
        padding: 0px;
    }

    .offcanvas-body nav .menu li a {
        padding: 10px 40px 10px 20px;
        margin: 0;
        color: #58585A;
        border-bottom: 1px solid #58585A;
    }

    .sub-menu>li>a {
        padding: 10px 40px 10px 40px !important;
    }

    .sub-menu>li .sub-menu li a {
        padding: 10px 40px 10px 70px !important;
    }

    .sub-menu li a {
        font-size: 16px !important;
    }

    .offcanvas-body nav>ul.menu>.current-menu-ancestor>a {
        color: #2AADE3;
    }

    .offcanvas-body nav .menu li a:hover {
        color: #fff;
    }

    .offcanvas-body .header-btn {
        padding: 20px 20px 0px;
        margin-left: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .offcanvas-body .header-btn .btn-ctn {
        max-width: 290px;
        background-color: #2c2975;
        color: #fff;
    }

    .offcanvas-body .header-btn .btn-ctn img {
        max-width: 28px;
        margin-right: 10px;
        margin-top: -5px;
    }

    .header-btn .btn-ctn.login__btn {
        color: #1998A0;
    }

    .header-btn .btn-ctn.login__btn:hover {
        color: #fff;
    }

    .header-btn .btn-ctn.schedual__btn:hover {
        border-color: #c19873;
        background-color: transparent;
        color: #c19873;
    }

    .menu {
        flex-direction: column;
        justify-content: flex-start;
    }

    .menu li {
        width: 100%;
        margin: 0px !important;
    }

    .menuLink .menu>li {
        margin-right: 0px;
    }

    .menu li a {
        border-bottom: 1px solid #7895a3;
        display: inline-block;
        width: 100%;
        color: #7895a3;
        padding: 12px 50px 12px 25px;
    }

    .menuLink ul li.menu-item-has-children::after {
        right: 20px;
        top: 16px;
        border-top: 1px solid #898888;
        border-left: 1px solid #898888;
        width: 12px;
        height: 12px;
    }

    .sub-menu li::after {
        top: 12px !important;
    }

    .menuLink ul li span {
        position: absolute;
        width: 50px;
        height: 55px;
        right: 0;
        top: -1px;
        z-index: 999;
        cursor: pointer;
    }

    .offcanvas-body .menuLink ul.menu li a {
        font-size: 17px;
        margin: 0px;
        background-image: none;
    }

    .menuLink .menu li.current-page-ancestor a::before {
        display: none;
    }

    .sub-menu>li>a {
        padding: 10px 40px 10px 40px !important;
    }

    .sub-menu>li .sub-menu li a {
        padding: 10px 40px 10px 55px !important;
    }

    .sub-menu {
        display: none;
    }

    .menuLink .menu>li.menu-item-has-children {
        margin-right: 0px;
    }

    .offcanvas-body .menuLink ul li a::after {
        display: none;
    }

    .main_header .logo {
        display: block;
        width: 150px;
    }

    .main_header .container {
        justify-content: space-between;
    }

    .main_header .menuLink {
        display: none;
    }

    .burger {
        display: block;
        cursor: pointer;
        width: 40px;
        min-width: 40px;
    }

    .banner_content h1 {
        font-size: 24px;
    }

    .banner_content h2 {
        font-size: 20px;
    }

    .main_banner_img {
        max-width: 300px;
    }

    .heading_title h2 {
        font-size: 22px;
    }

    .service_content_wrap p strong,
    .service_content_wrap p a {
        font-size: 16px;
    }

    .service__box {
        margin: 0 -15px;
    }

    .service__box .col-md-4 {
        padding: 0 15px 40px;
        margin: 15px 0px;
    }

    .About_us_wrap .container {
        background-color: #f6f6f6;
    }

    .about_us__content h3 {
        font-size: 16px;
    }

    .footer_links h6 {
        font-size: 16px;
    }

    .download_icon {
        width: 30px;
    }

    .download_title {
        width: calc(100% - 30px);
        padding-left: 15px;
    }

    .business__wrap::before {
        width: 30px;
    }

    .footer_logo {
        min-height: auto;
        padding-bottom: 20px;
    }

    .footer_logo a {
        max-width: 250px;
    }

    .footer_links ul li {
        margin-bottom: 15px;
    }

    .image_icon {
        width: 30px;
    }

    .image_title {
        width: calc(100% - 30px);
        padding-left: 10px;
    }

    .service_row_grid .service_logo {
        width: 280px;
        padding: 0px 25px !important;
    }

    .service_row_grid .service_content_wrap {
        width: calc(100% - 280px);
        padding-left: 25px;
    }

    .main_footer .row .col-md-6 {
        width: 100%;
        padding: 25px 12px;
    }

    .main_footer .row .col-md-6:first-child {
        padding-bottom: 6px;
    }

    .footer_logo a {
        max-width: 200px;
    }

    .footer_para {
        max-width: 100%;
    }

    .footer_links {
        max-width: 100%;
        margin: 0 auto;
    }

    .main_banner {
        padding: 50px 0px;
    }

    .visit_btn {
        padding: 0 15px;
    }

    /* 1200 ends here */

}

@media(max-width: 1024px) {

    /* 1024 ends here */

}

@media(max-width: 991px) {

    /* 991 ends here */
}

@media(max-width: 900px) {
    .container {
        padding: 0px 30px;
    }

    .main_banner_img {
        max-width: 250px;
    }

    .copyright {
        display: block;
        padding: 15px 0px;
    }

    .footer_media {
        margin-top: 15px;
    }

    /* 900 ends here */
}

@media(max-width: 800px) {

    /* 800 ends here */

}

@media(max-width: 767px) {

    .bpo_media_wrap {
        padding: 30px 0px;
        margin-top: 20px;
    }

    .heading_title {
        margin-bottom: 15px;
    }

    .heading_title h2 {
        font-size: 20px;
    }

    .service__box {
        margin: 0 -8px;
    }

    .service__box .col-md-4 {
        padding: 0 8px 40px;
    }

    .service_logo {
        height: 90px;
    }

    .service_row_grid {
        padding: 40px 0px;
    }

    .service_row_grid .d-flex {
        padding: 20px 0;
    }

    .service_row_grid .service_logo {
        width: 220px;
        padding: 0px 18px !important;
    }

    .service_row_grid .service_content_wrap {
        width: calc(100% - 220px);
        padding-left: 20px;
    }

    .About_us_wrap {
        padding: 45px 0px;
    }

    .About_us_wrap::before {
        width: 45px;
        height: 85px;
    }

    .about_box {
        padding: 20px 20px 10px;
    }

    .business__wrap {
        padding: 40px 0;
    }

    .business__wrap::before {
        display: none;
    }

    .business__wrap .row {
        margin: 0 -10px;
    }

    .business__wrap .row .col-md-6 {
        padding: 0 10px;
    }

    .visit_btn {
        padding: 0 6px;
    }

    .bpo_media_wrap::after,
    .service_row_grid::before {
        display: none;
    }

    /* 767 ends here */

}

@media(max-width: 700px) {

    /* 700 ends here */

}

@media(max-width: 650px) {
    .main_banner .row .col-md-6:first-child {
        width: 100%;
    }

    .main_banner .row .col-md-6:last-child {
        width: 100%;
    }

    .main_banner_img {
        max-width: 250px;
        margin: 0px auto 30px;
    }

    .banner_content {
        text-align: center;
    }

    .btn_grid {
        justify-content: center;
    }

    .service__box .col-md-4 {
        width: 50%;
    }

    .service_row_grid .d-flex {
        padding: 12px 0;
        flex-wrap: wrap;
    }

    .service_row_grid .service_logo {
        width: 220px;
        padding: 0px 10px 10px 0px !important;
        height: auto;
    }

    .service_row_grid .service_content_wrap {
        width: 100%;
        padding-left: 0px;
        padding-top: 20px;
        border-left: none;
        border-top: 1px solid #303030;
    }

    .about_box .row .col-md-6 {
        width: 100%;
        padding-bottom: 30px;
    }

    .business__wrap .row .col-md-6 {
        width: 100%;
    }

    .business__wrap .row .col-md-6:nth-last-child(2) .d-flex {
        border-bottom: none;
    }

    .gray_bg_wrap {
        padding: 30px 0px;
    }


    /* 650 ends here */

}

@media(max-width: 600px) {
    .copyright {
        text-align: center;
    }

    .footer_media ul {
        gap: 15px;
        justify-content: center;
    }

    .banner_content h2 {
        font-size: 18px;
    }

    .gray_bg_wrap.change_grid {
        padding: 0px 0px 30px;
    }

    .change_grid .col-md-4 {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .service__box .col-md-4 {
        padding: 0 8px 20px;
    }

    .visit_btn {
        padding: 0px;
        position: static;
        margin-top: 20px;
    }

    /* 600 ends here */

}

@media(max-width: 575px) {
    .service__box .col-md-4 {
        width: 100%;
        padding: 0 8px 0px;
    }

    .service_logo {
        justify-content: flex-start;
    }

    .container {
        padding: 0px 20px;
    }

    .main_banner_img {
        max-width: 150px;
    }

    .banner_content h1 {
        font-size: 20px;
    }

    .heading_title h2 {
        font-size: 18px;
    }

    .gray_bg_wrap {
        padding: 30px 0px;
    }

    .service_row_grid {
        padding: 30px 0px;
    }

    .About_us_wrap {
        padding: 50px 0px;
    }

    .business__wrap {
        padding: 30px 0;
    }

    .footer_logo a {
        max-width: 170px;
    }

    .service_logo {
        height: auto;
    }

    .service_logo a {
        height: auto;
    }

    .service_logo img {
        max-width: 260px;
        height: auto;
    }

    .service__box .col-md-4:nth-child(2) .service_logo {
        padding: 18px 0;
    }

    .main_banner + .bpo_media_wrap .row.service__box .col-md-4:first-child .service_logo a img {
        max-width: 180px;
    }

    /* 575 ends here */

}

@media(max-width: 484px) {

    /* 484 ends here */

}

@media(max-width: 414px) {
    .service_logo img {
        max-width: 200px;
    }

    /* 414 ends here */

}

@media(max-width: 375px) {

    /* 375 ends here */

}

@media(max-width: 360px) {

    /* 360 ends here */

}

/***********************************************************

///////////////// RESPONSIVE CSS END HERE ////////////////

***********************************************************/