@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    overflow-x: hidden;
}
a {
    color: #333;
}

p {
    font-size: 1rem;
    line-height: 1.625rem;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

img {
    max-width: 100%;
}

input {
    border: none;
    outline: 0;
}

textarea {
    border: none;
    outline: 0;
    overflow: auto;
    resize: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

li {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    outline: 0;
}

.error {
    color: #f00 !important;
    font-size: 14px;
    font-family: var(--font-poppins);
}

/*Fonts*/

@font-face {
    font-family: 'Droid Serif';
    src: url('../../fonts/new/DroidSerif-Italic.eot');
    src: url('../../fonts/new/DroidSerif-Italic.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/new/DroidSerif-Italic.woff2') format('woff2'),
        url('../../fonts/new/DroidSerif-Italic.woff') format('woff'),
        url('../../fonts/new/DroidSerif-Italic.ttf') format('truetype'),
        url('../../fonts/new/DroidSerif-Italic.svg#DroidSerif-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Droid Serif';
    src: url('../../fonts/new/DroidSerif-BoldItalic.eot');
    src: url('../../fonts/new/DroidSerif-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/new/DroidSerif-BoldItalic.woff2') format('woff2'),
        url('../../fonts/new/DroidSerif-BoldItalic.woff') format('woff'),
        url('../../fonts/new/DroidSerif-BoldItalic.ttf') format('truetype'),
        url('../../fonts/new/DroidSerif-BoldItalic.svg#DroidSerif-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
:root {
    --vlan-primary: #00b987;
    --vlan-black: #112d4b;
    --vlan-white: #ffffff;
    --font-poppins: "Poppins", sans-serif;
    --font-droid: 'Droid Serif';
    --font-eb-garamond: "EB Garamond", serif;
    --font-tt-norms: "Poppins", sans-serif;
    --font-tt-norms-reg: "Poppins", sans-serif;
}
body {
    font-family: "Poppins", sans-serif !important;
    font-size: 1rem;
    color: #333;
}

body .container {
    max-width: 1180px;
}
.desktop-view{
    display:block;
}
.mobile-view{
    display:none;
}
.tab-desktop-view{
    display:block;
}
.tab-mobile-view{
    display: none;
}
.mobile-sidebar-menu{
    display:none;
}
/*Top Bar*/

.top-bar-wrap {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.45);
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 9999;
    top: 0px;
}

.top-bar-wrap ul li {
    padding-left: 30px;
    position: relative;
}

.top-bar-wrap ul li.mail_icon {
    background: url("../images/new/mail_icon.png") no-repeat left center;
}

.top-bar-wrap ul li:not(:last-child) {
    margin-right: 50px;
}

.top-bar-wrap ul li:not(:last-child)::after {
    content: "|";
    padding: 10px 0;
    font-size: 18px;
    color: var(--vlan-white);
    font-weight: 400;
    font-family: var(--font-poppins);
    position: absolute;
    top: -10px;
    right: -30px;
}

.top-bar-wrap ul li.phone_icon {
    background: url("../images/new/phone_icon.png") no-repeat left center;
}

.top-bar-wrap ul li a {
    font-size: 18px;
    color: var(--vlan-white);
    font-weight: 400;
    font-family: var(--font-poppins);
}

/*Nav Bar*/

body header:not(.fixed-header) .navbar.fixed-top {
    top: 45px;
    padding: 24px 0px;
    border-bottom: 0px solid rgba(255, 255, 255, 0.3);
}

.navbar .navbar-nav .nav-link>span {
    color: var(--vlan-white);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: var(--font-poppins);
    display: block;
    position: relative;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link>span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1.125rem;
    background-color: transparent;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.navbar .navbar-nav .nav-item.nav-item-as-button .nav-link {
    background-color: var(--vlan-primary);
    border: 1px solid var(--vlan-white);
    padding: 6px 20px;
    min-width: 140px;
    border-radius:10px;
}


.navbar-nav .dropdown-menu.show {
    display: none;
}

.navbar-expand-md .navbar-nav .nav-link,
.navbar-nav .nav-link {
    padding: 0;
}


.navbar .navbar-nav .hover-nav.active,
.navbar .navbar-nav .hover-nav:hover,
.navbar .navbar-nav .nav-item.open-drop {
    /* background-color: rgba(0, 0, 0, 0.98); */
}

.navbar .navbar-nav .nav-item.open-drop::after {
    content: "";
    position: absolute;
    bottom: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid rgba(235, 233, 233, 1);
}


.navbar .navbar-nav .nav-item:hover .nav-link.chat-link {
    background-color: transparent;
}

.navbar .navbar-nav .mega-menu.nav-item {
    position: static;
}

.navbar .navbar-nav .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0 0 20px 20px;
    background-color: rgba(235, 233, 233, 0.98);
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    font-family: var(--font-poppins);
    color: var(--vlan-black);
    display: inline-block;
    position: relative;

}

.navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .dropdown-menu li.active .dropdown-item {
    color: var(--vlan-primary);
    text-decoration: underline;
}

.navbar .navbar-nav .mega-menu .dropdown-menu {
    padding: 0 0 50px;
    margin-top: 0;
    border: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-radius: 0 0 20px 20px;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.24));
    background-color: rgba(235, 233, 233, 0.98);
}

/* .navbar .navbar-nav .mega-menu.smallWrap .dropdown-menu { 
width: auto;
} */

.navbar .navbar-nav li.nav-item.dropdown.smallWrap::after {
    top: 45px;
}

.navbar .navbar-nav li.nav-item.dropdown.smallWrap ul.dropdown-menu {
    top: 65px;
}


.navbar .navbar-nav .dropdown-menu ul {
    padding: 0 30px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    /* color: #a9a9a9; */
    background-color: transparent;
}

.navbar .navbar-nav .dropdown-menu h5 {
    text-transform: capitalize;
    margin: 0 0 8px 0;
    font-weight: 400;
    padding-left: 0;
    position: relative;
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding: 10px 30px;
    width: 100%;
    font-size: 20px;
    font-family: var(--font-poppins);
    line-height: 30px;
    color: var(--vlan-black);
    font-weight: 600;
}

.navbar .navbar-nav .dropdown-menu h5::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: rgba(017, 45, 75, 0.1);
    bottom: 0;
    left: 0;
}


.navbar .navbar-nav .dropdown-menu h5:hover {
    color: var(--vlan-primary);
}

.navbar .navbar-nav .dropdown-menu h5 a {
    color: var(--vlan-black);
    display: inline-block;
    max-width: 220px;
}

.navbar .navbar-nav .dropdown-menu h5 a:active,
.navbar .navbar-nav .dropdown-menu h5 a:focus,
.navbar .navbar-nav .dropdown-menu h5 a:hover,
.navbar .navbar-nav .dropdown-menu h5.active a {
    color: var(--vlan-primary);
}

.navbar .navbar-nav .dropdown-menu li.dropdown-item {
    padding: 0;
}

.navbar .navbar-nav .dropdown-menu li.dropdown-item.active,
.navbar .navbar-nav .dropdown-menu li.dropdown-item:active {
    background-color: transparent;
}

.navbar .navbar-nav .dropdown-menu li.dropdown-item a {
    padding-left: 30px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    font-family: var(--font-poppins);
    color: var(--vlan-black);
    display: inline-block;
    position: relative;
}

.navbar .navbar-nav .dropdown-menu li.dropdown-item a:active,
.navbar .navbar-nav .dropdown-menu li.dropdown-item a:focus,
.navbar .navbar-nav .dropdown-menu li.dropdown-item a:hover,
.navbar .navbar-nav .dropdown-menu li.dropdown-item.active a {
    color: var(--vlan-primary);
}

.d-nav.navbar .navbar-nav .dropdown-menu li.dropdown-item a:before {
    content: url("../images/new/menu_arrow.png");
    position: absolute;
    left: 0;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.d-nav.navbar .navbar-nav .dropdown-menu li.dropdown-item a:hover {
    text-decoration: underline;
}

.d-nav.navbar .navbar-nav .dropdown-menu li.dropdown-item a:hover:before {
    content: url("../images/new/menu_arrow.png");
    padding-left: 8px;
}

.navbar .navbar-nav .nav-item .nav-link:hover>span,
.navbar .navbar-nav .nav-item.active .nav-link>span {
    color: var(--vlan-primary);
}

.navbar .navbar-nav .nav-item.nav-item-as-button .nav-link:hover,
.navbar .navbar-nav .nav-item.nav-item-as-button.active .nav-link {
    background-color: var(--vlan-white);
}


/* 
.navbar .navbar-nav .nav-item .nav-link:hover>span:after,
.navbar .navbar-nav .nav-item.active .nav-link>span:after {
    background-color: #ec1c24;
} */

.navbar .navbar-nav .bpm-search {
    position: relative;
}

.navbar .navbar-nav .bpm-search .nav-link img {
    width: 1.125rem;
}

.bpm-search-form {
    background-color: #dcdcdc;
    padding: 4px;
    box-shadow: 0 2px 0.75rem rgba(0, 0, 0, 0.082);
    position: absolute;
    right: 0;
    z-index: 9999;
    top: 100%;
    border-radius: 4px;
    display: none;
}

.bpm-search-form form {
    width: 258px;
}

a.close-search-form {
    color: #333;
    margin-left: 7px;
    font-size: 0.875rem;
    font-weight: 700;
    display: inline-block;
    padding: 6px 0;
    position: absolute;
    right: 10px;
    z-index: 2;
    top: 45%;
    transform: translateY(-45%);
}

.bpm-search-form input {
    border: none;
    border-radius: 4px;
    width: 100%;
    padding: 8px 30px 8px 35px;
    background-image: url(../images/bpm-search-black.png);
    background-repeat: no-repeat;
    background-size: 0.875rem;
    background-position: 4% 54%;
    font-size: 0.875rem;
    background-color: #e6e6e6;
    margin: 0;
}

.navbar .navbar-nav .nav-link.chat-link {
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--vlan-white);
    font-weight: 700;
    position: relative;
}

.navbar .navbar-nav .nav-link.chat-link>span {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid var(--vlan-white);
    border-left: 0;
    padding: 1px 10px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.navbar .navbar-nav .nav-link.chat-link:hover>span {
    color: #ec1c24;
    background-color: var(--vlan-white);
}

.navbar .navbar-nav .nav-link.chat-link i {
    position: relative;
    background-color: var(--vlan-white);
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 30px;
    text-align: center;
}

.navbar .navbar-nav .nav-link.chat-link:hover i {
    background-color: #ec1c24;
}

.navbar .navbar-nav .nav-link.chat-link i:before {
    content: "";
    position: absolute;
    right: 10px;
    bottom: -10px;
    border: 5px solid;
    border-color: var(--vlan-white) transparent transparent var(--vlan-white);
}

.navbar .navbar-nav .nav-link.chat-link:hover i:before {
    border-color: #ec1c24 transparent transparent #ec1c24;
}

.navbar .navbar-nav .nav-link.chat-link i>span {
    position: absolute !important;
    width: 6px;
    height: 6px;
    background: #ec1c24;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}

.navbar .navbar-nav .nav-link.chat-link:hover i>span {
    background: var(--vlan-white);
}

.navbar .navbar-nav .nav-link.chat-link i span:first-child {
    left: 1.25rem;
}

.navbar .navbar-nav .nav-link.chat-link i span:last-child {
    right: 1.25rem;
}

.fixed-header .navbar {
    background-color: rgba(0, 0, 0, 0.98) !important;
    transition: 0.25s;
    padding: 0.5rem 1rem;
}
/* .fixed-header .fixed-top{
padding: 15px 0px;
} */

/* .fixed-header .navbar .navbar-nav .nav-item {
    padding: 15px;
} */

section.banner-section {
    margin-top: -47px;
}


#outsourcing-banner.carousel {
    background-color: #000;
    overflow: hidden;
}

#outsourcing-banner .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#outsourcing-banner .carousel-indicators {
    right: auto;
    margin-left: 15px;
    margin-right: 15px;
    bottom: 15px;
}

#outsourcing-banner.carousel-fade .carousel-item {
    opacity: 0.5;
    transition-property: opacity;
    transition-duration: 2s;
}

#outsourcing-banner.carousel-fade .carousel-item.active {
    opacity: 1;
    transition-timing-function: linear;
    transition-duration: 0.5s;
}

#outsourcing-banner.carousel-fade .active.carousel-item-left,
#outsourcing-banner.carousel-fade .active.carousel-item-right {
    opacity: 0.5;
}

#outsourcing-banner.carousel-fade .active.carousel-item-left,
#outsourcing-banner.carousel-fade .active.carousel-item-prev,
#outsourcing-banner.carousel-fade .carousel-item-next,
#outsourcing-banner.carousel-fade .carousel-item-prev,
#outsourcing-banner.carousel-fade .carousel-item.active {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

span.scroll_arrow {
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 50%;
    width: 40px;
    text-align: center;
    bottom: 15px;
    width: 39px;
    height: 34px;
    /* background: url('../../images/css_sprites_icon.png') -94px -10px; */
    cursor: pointer;
}

#outsourcing-banner .carousel-item {
    position: relative;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#outsourcing-banner .banner-one {
    background-image: url('../../images/new/banner.webp');
    background-position: top left;
    height: 742px;
}

#outsourcing-banner .banner-services.servicesbg {
    background-image: url('../../images/new/services.png');
    background-position: center;
    background-size: cover;
    background-position: right;
}
/* 
#outsourcing-banner .banner-two {
    background-image: url(../images/cloudbanner.jpg);
}

#outsourcing-banner .banner-three {
    background-image: url(../images/devopsbanner.jpg);
}

#outsourcing-banner .banner-four {
    background-image: url(../images/accoutingrevenue.jpg);
} */

#outsourcing-banner .carousel-caption {
    bottom: 35%;
    width: 90%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#outsourcing-banner .banner-services .carousel-caption {
    bottom: 25%;
}
.inner-services-banner .scroll_arrow{
display: none;
}
#outsourcing-banner .carousel-caption h1 {
    font-size: 50px;
    line-height: 70px;
    color: var(--vlan-white);
    font-weight: 600;
    font-family: var(--font-poppins);
    text-align: center;
}

#outsourcing-banner .carousel-caption h3 {
    font-size: 2.625rem;
    text-align: center;
    font-weight: 700;
    color: var(--vlan-white);
    margin-top: 0;
    margin-bottom: 15px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
}
#outsourcing-banner .carousel-caption .servicebanner-para {
    font-size: 22px;
    line-height: 36px;
    color: var(--vlan-white);
    font-weight: 500;
    font-family: var(--font-poppins);
    text-align: center;
    margin-bottom: 24px;
}

#outsourcing-banner .carousel-caption p span {
    display: block;
}

#outsourcing-banner .carousel-caption a {
    min-width: 250px;
    border-radius: 10px;
    background-color: var(--vlan-primary);
    border: 2px solid var(--vlan-white);
    padding: 13px 20px;
    display: inline-block;
    font-size: 22px;
    line-height: 36px;
    color: var(--vlan-white);
    font-weight: 500;
    font-family: var(--font-poppins);
    cursor:pointer;
}

#outsourcing-banner .carousel-caption a:hover {
    background-color: var(--vlan-white);
    border: 2px solid var(--vlan-primary);
    color: var(--vlan-primary);
}

/*Quick Contact*/
.quick-connect-section {
    background-image: url('../images/new/footer_bg.webp');
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    background-position: center;
}

.quick-connect-section .heading-title h1,
.quick-connect-section .heading-title h2 {
    font-size: 32px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: var(--font-poppins);
    text-align: left;
    position: relative;
    margin-bottom: 40px;
}

.quick-connect-section .heading-title h2::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    border-radius: 1.125rem;
    left: 0px;
    transform: none;
    background-color: var(--vlan-primary);
    bottom: -18px;
}

.quick-connect-section .heading-title h4{
    font-size: 32px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: var(--font-poppins);
    text-align: left;
    position: relative;
    margin-bottom: 40px;
}

.quick-connect-section .heading-title h4::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 2px;
    border-radius: 1.125rem;
    left: 0px;
    transform: none;
    background-color: var(--vlan-primary);
    bottom: -18px;
}

.foot-contact ul li a,
.admin-input .inputText {
    font-family: var(--font-poppins);
}

.admin-input #quick_comment,
.admin-input #mobile_quick_comment {
    font-family: var(--font-poppins);
    font-size: 16px;
    line-height: 26px;
    color: #535353;
}
.quick-connect-section .bg-white {
    background-color: #fff!important;
    border-radius: 5px;
    height: 46px;
}

.foot-contact ul {
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
}

.foot-contact ul li {
    padding-bottom: 10px;
    width: 49%;
    display: inline-block;
    text-align: left;
}

.foot-contact ul li:nth-child(2n) {
    text-align: left;
}

.foot-contact ul li:last-child() {
    text-align: center;
}

.foot-contact ul li a {
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1.125rem;
}

.foot-contact ul li a:hover {
    opacity: 0.5;
}

.social-feed ul {
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
}

.social-feed ul li {
    display: inline-block;
    padding: 0;
    margin-right: 0.75rem;
}

.social-feed ul li:last-child {
    margin-right: 0;
}

.social-feed ul li a {
    font-size: 25px;
    color: #fff;
    line-height: 25px;
}

.social-feed ul li a:hover {
    color: #ec1c24;
}

.social-feed ul li a i {
    vertical-align: middle;
    font-size: 25px;
    width: 36px;
    height: 36px;
    display: inline-block;
}

.social-feed ul li a i.icon-facebook {
    background: url('../images/new/facebook.png') no-repeat center;
}

.social-feed ul li a i.icon-linkedin {
    background: url('../images/new/linkedin.png') no-repeat center;
}

.social-feed ul li a i.icon-twitter {
    background: url('../images/new/twitter.png') no-repeat center;
}

.social-feed .icon-facebook::before, .social-feed .icon-linkedin::before, .social-feed .icon-twitter::before{
    display: none;
}
.admin-input {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.admin-input textarea.form-control {
    border-radius: 5px;
    color: #000;
    font-size: 0.875rem;
    padding: 10px;
    border: 1px solid transparent;
    box-shadow: none;
    background-color:#fff;
}
.admin-input .bg-white{
    border-radius: 5px;
}
.admin-input .inputText {
    border: 1px solid transparent;
    width: 100%;
    height: 46px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    color: #535353;
    padding: 0 10px;
    font-family: var(--font-poppins);
    box-shadow: none;
    background-color:#fff;
}
.admin-input .inputText:focus, .admin-input textarea.form-control:focus{
border:1px solid #00b987;
}
.admin-input .customLabel {
    position: absolute;
    pointer-events: none;
    top: 12px;
    color: rgba(51, 51, 51, 0.8);
    left: 10px;
    font-size: 16px;
    display: inline-block;
    font-family: var(--font-poppins);
}

.required,
.text-red {
    color: #ec1c24;
}

.vel select {
    background-image: url(../images/d-arrow.png);
    background-repeat: no-repeat;
    background-position: 97%;
}

.select_section {
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    height: 36px;
    text-shadow: none;
    color: rgba(51, 51, 51, 0.8);
    font-size: 0.875rem;
    padding: 0 10px;
    outline: 0;
    -webkit-appearance: unset;
}

.btn-captacha button.submit:focus,
.btn-captacha button.submit:hover {
    background-color: #ffffff;
    border-color:  var(--vlan-primary);
    color: var(--vlan-primary);
}
.btn-captacha button.submit {
    width: 100%;
    background-color: var(--vlan-primary);
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    border: 1px solid var(--vlan-primary);
    border-radius: 5px;
    padding: 0.875rem 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    height: 54px;
    line-height: 25px;
    font-family: var(--font-poppins);
}
.quickConnectForm .submit:disabled, .mobileQuickConnectForm .submit:disabled{
pointer-events: none;
opacity: .65;
}
.contactForm .btn-captacha button.submit {
    margin: 15px auto 0;
}

.footer-nav-section {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #272727;
}

.footer_nav ul+ul {
    margin-top: 10px;
}

.footer_nav ul li.fnav_title,
.footer_nav ul li.fnav_title a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    color: #bcbdbe;
    font-weight: 600;
    font-family: var(--font-poppins);
    text-align: left;
    display: block;
    position: relative;
}

.footer_nav ul li.fnav_title {
    padding-bottom: 10px;
}

.footer_nav ul li.fnav_title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    height: 2px;
    width: 50%;
    background: var(--vlan-primary);
}

.footer_nav ul li.fnav_title:active a,
.footer_nav ul li.fnav_title:focus a,
.footer_nav ul li.fnav_title:hover,
.footer_nav ul li.fnav_title:hover a {
    color: #fff;
}

.footer_nav ul li {
    line-height: 16px;
}

.footer_nav ul li a {
    font-size: 16px;
    line-height: 26px;
    color: #bcbdbe;
    font-weight: 400;
    font-family: var(--font-poppins);
}

.footer_nav ul li a:active,
.footer_nav ul li a:focus,
.footer_nav ul li a:hover {
    color: #fff;
}

.copyright-section {
    background: #333;
    padding: 7px;
    opacity: 0.9;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
}

.copyright-section p {
    font-size: 0.75rem;
    color: #f9f9f9;
    margin-bottom: 0;
    padding-top: 0;
    font-family: var(--font-poppins);
}

.copyright-section .quick_links li {
    display: inline-block;
}

.copyright-section .quick_links li a {
    font-size: 0.75rem;
    text-decoration: none;
    font-weight: 400;
    color: #f9f9f9;
    display: inline-block;
    font-family: var(--font-poppins);
}

.copyright-section .quick_links li a:hover {
    opacity: 0.5;
}

.copyright-section .quick_links li a::after {
    content: "|";
    font-size: 0.625rem;
    margin-left: 4px;
    color: #f9f9f9;
}

.copyright-section .quick_links li:last-child a::after {
    display: none;
}

.qpad {
    padding-top: 70px;
}

.navbar-dark .navbar-toggler {
    border: 0;
    padding-right: 0;
    padding-top: 11px;
    padding-bottom: 11px;
}

.btn-captacha .google-captcha {
    width: 100%;
    margin-bottom: 1.25rem;
}

button:focus {
    outline: 0;
}

.msg_icon {
    position: fixed;
    bottom: 50px;
    right: 9px;
    z-index: 110;
    width: 60px;
    height: 60px;
    background: url('../images/new/css_sprites_icon.png') -6px -4px;
    display: none;
}

.msg_icon.msg_open {
    display: none !important;
}

.msg_form .msg_close {
    background-image: url('../images/new/msg_close.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px;
    top: -20px;
    z-index: 100000;
    right: -10px;
    width: 42px;
    height: 42px;
    position: absolute;
}

.msg_form .heading-title h1,
.msg_form .heading-title h2 {
    color: #fff;
}

.msg_form {
    background: #3d3d3d url('../images/reach-section.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    bottom: 0px;
    padding: 1.25rem;
    width: calc(100% - 30px);
    z-index: 99999;
    right: 15px;
    display: none;
}

.msg_form .admin-input {
    margin-bottom: 15px;
}

.msg_form.msg_show {
    display: block;
}

.msg_form .btn-send button {
    width: 100%;
    background-color: var(--vlan-primary);
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    border: 1px solid var(--vlan-primary);
    border-radius: 6px;
    margin: 0;
    padding: 0.675rem 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 1rem;
}

.australia-icon {
    width: 30px;
    height: 18px;
    background: url('../images/new/css_sprites_icon.png') -153px -10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.australia-icon+a {
    margin-right: 10px;
}

.india-icon {
    width: 30px;
    height: 18px;
    background: url('../images/new/css_sprites_icon.png') -153px -48px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.email-icon {
    width: 30px;
    height: 18px;
    background: url('../images/new/css_sprites_icon.png') -153px -86px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.uk-icon {
    width: 30px;
    height: 18px;
    background: url('../images/new/css_sprites_icon.png') -110px -143px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.usa-icon {
    width: 30px;
    height: 18px;
    background: url('../images/new/css_sprites_icon.png') -60px -143px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.bemail-icon {
    width: 30px;
    height: 18px;
    background: url('../images/new/css_sprites_icon.png') -10px -143px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5rem;
}

.bg-d_arrow {
    width: 11px;
    height: 7px;
    background: url('../images/new/css_sprites_icon.png') -94px -64px;
}


/**backtotop**/
.back_to_top {
position: relative;
display: none;
}
#back_to_top.on {
bottom: 30px;
right: 5px;
width: 40px;
height: 40px;
position: fixed;
text-decoration: none;
z-index: 9999;
font-size: 0;
color: transparent;
-webkit-border-radius: 100%;
-khtml-border-radius: 100%;
-moz-border-radius: 100%;
-ms-border-radius: 100%;
-o-border-radius: 100%;
border-radius: 100%;
cursor: pointer;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
transition: .3s ease-in-out;
background: rgb(105 105 105 / 78%);
}

#back_to_top.on:after {
color: #fff;
content: '\f106';
font-size: 18px;
line-height: 42px;
font-family: FontAwesome;
text-align: center;
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition: 150ms linear;
-moz-transition: 150ms linear;
-ms-transition: 150ms linear;
transition: 150ms linear;
}

#back_to_top.on:hover {
-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
-moz-box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
-ms-box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
-webkit-transition: 150ms linear;
-moz-transition: 150ms linear;
-ms-transition: 150ms linear;
transition: 150ms linear;
background-color: #1bb580;
}
/**backto-top-closed**/

.herbyCookieConsent  .row{
    display: flex;
    align-items:center;
}
.herbyCookieConsent p {
    font-size: 16px !important;
    line-height: 26px;
    font-weight: 400;
    font-family: "Poppins" !important;
    width: 100% !important;
}
.herbyCookieConsent .herbyBtn {
    margin-top: 8px !important;
    padding: 10px 25px !important;
}
.herbyCookieConsent p a {
    color: #31a8f0 !important;
    text-decoration: none !important;
    vertical-align: middle;
    font-size: 1em;
}
.herbyCookieConsent .herbyBtn {
    margin-top: 8px !important;
    padding: 10px 25px !important;
    background-color: #d32d27 !important;
    border-bottom: 1px solid #d32d27 !important;
}
.herbyCookieConsent .herbyBtn:hover {
    background-color: #c22a24 !important;
    border-color: #910101 !important;
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
}

/* Blog page */


.blog-title h2 {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.8rem;
    font-variant: none;
}
.heading-title h3 {
    font-size: 1.25rem;
    line-height: 1.8rem;
}
h1.page-title {
    background-color: #eee;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.5rem;
}
.heading-title h3::after,.pagination li a.next  {
    background-color: var(--vlan-primary) !important;
}
.credentials-section-home img {
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #112d4b;
    width: 190px !important;
    height: 79px;
    padding: 2px;
    object-fit: contain
}

.credentials-section-home {
    padding: 30px 0 40px 0
}
.credentials-section-home .item a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-title {
    font-size: 40px;
    line-height: 46px;
    color: #112d4b;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    position: relative;
    margin-bottom: 35px;
}
.common-title:before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #112f4d;
    display: inline-block;
    position: absolute;
    margin: 0 auto;
    left: 46%;
    bottom: -10px;
    right: auto;
    top: auto;
}
.common-title:after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #112f4d;
    display: inline-block;
    position: absolute;
    margin: 0 auto;
    left: 47%;
    bottom: -14px;
    right: auto;
    top: auto;
}
/* contact form7 */
.wpcf7 input[type="text"] ,.wpcf7 input[type="email"] {
    border: 1px solid transparent;
    width: 100%;
    height: 46px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    line-height: 26px;
    color: #535353;
    padding: 0 10px;
    font-family: var(--font-poppins);
    box-shadow: none;
    background-color:#fff;
}
.wpcf7-textarea{
    font-family: var(--font-poppins);
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px !important;
    color: #000;
    padding: 10px;
    border: 1px solid transparent;
    box-shadow: none;
    background-color: #fff;

}
.wpcf7-form-control-wrap {
    margin-bottom: 25px !important;
}
.wpcf7-not-valid-tip {
    top: 0px;
    position: relative;
}

.wpcf7 .btn-captacha input[type="submit"] {
    width: 100%;
    background-color: var(--vlan-primary);
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    border: 1px solid var(--vlan-primary);
    border-radius: 5px;
    padding: 0.875rem 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 20px;
    height: 54px;
    line-height: 25px;
    font-family: var(--font-poppins);
}

.wpcf7 .btn-captacha input[type="submit"]:focus, .wpcf7 .btn-captacha input[type="submit"]:hover {
    background-color: #ffffff;
    border-color: var(--vlan-primary);
    color: var(--vlan-primary);
}
/* Blog page */

/**responsive**/

@media screen and (min-width: 1281px){
    body .container, .navbar .navbar-nav .mega-menu .dropdown-menu {
        max-width: 1330px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1200px) {
    #outsourcing-banner .banner-one .carousel-caption {
        bottom: 18%;
    }

    #outsourcing-banner .carousel-inner,
    #outsourcing-banner .carousel-inner .carousel-item {
        height: 742px;
    }

    #outsourcing-banner .carousel-inner.carousel-services,
    #outsourcing-banner .carousel-inner .carousel-item.banner-services {
        height: 585px;
    }
    .navbar .navbar-nav .nav-item {
        padding: 0 22px;
    }

    .navbar .navbar-nav .nav-item.nav-item-as-button {
        padding-right: 0px;
    }

    /* body .container,
    .navbar .navbar-nav .mega-menu .dropdown-menu {
        max-width: 1330px;
        margin: 0 auto;
    } */
    /* inner service page */
    ul.tri-ul.content-ul {
        margin: 35px auto;
        width: 75%;
    }
    .scms-flist {
        width: 100% !important;
        display: flex;
    }
    

}

@media screen and (min-width: 768px) {
    .navbar .navbar-nav .nav-item.dropdown.open-drop .dropdown-menu {
        display: block;
    }

    .quick_links {
        text-align: right;
    }

    .navbar .navbar-nav {
        align-items: center;
    }
    .texthidembl{
        display: none;
    }
    .home-accordion .accordion-item{
        display: none;
    }
    .msg_icon {
        display: none;
    }
    .msg_form.msg_show{
        display: none;
    }

    /* about us */
    #testimonial.owl-carousel .owl-stage {
        display: flex;
    }
    #testimonial.owl-carousel .owl-stage .item {
        display: flex;
        flex: 1 0 auto;
        height: 100%;
    }
    #testimonial.owl-carousel .owl-stage .item .testimonial-box {
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}
@media (min-width:1200px) and (max-width:1440px){
    .banner_bottom_services .item {
        min-height: 134px;
    }
    .torr-content{
        padding-bottom: 105px;
    }
}

@media (min-width:992px) and (max-width:1440px){

    .navbar .navbar-nav .nav-link>span {
        font-size: 16px;
    }

    #outsourcing-banner .carousel-caption h1 {
        font-size: 40px;
        line-height: 55px;
    }

    #outsourcing-banner .carousel-caption .servicebanner-para {
        font-size: 18px;
        line-height: 30px;
    }
    #outsourcing-banner .carousel-caption p {
        font-size: 22px;
        line-height: 30px;
    }

    #outsourcing-banner .carousel-caption a {
        padding: 10px 20px;
        font-size: 20px;
        line-height: 36px;
    }

    .navbar .navbar-nav .dropdown-menu h5 {
        font-size: 19px;
    }

    .navbar .navbar-nav .dropdown-menu li.dropdown-item a {
        font-size: 15px;
    }

    .navbar .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 15px;
        line-height: 28px;
    }

    .common-title {
        font-size: 30px;
    }

    .common-title-para {
        font-size: 16px;
        line-height: 26px;
    }

    .sec-service-offerings .item h3 {
        font-size: 18px;
        line-height: 25px;
    }
    .sec-case-studies .item div{
        padding: 20px 15px 0px 15px;
    }
    .sec-case-studies .item p{
        min-height: 135px;
    }

    .sec-service-offerings .item p {
        font-size: 14px;
        line-height: 26px;
        font-weight:400;
    }

    .sec-service-offerings .item a span {
        font-size: 16px;
        line-height: 26px;
    }

    .sec_cta_getstarted .cta_heading,
    .sec_cta_getstarted .cta_para {
        font-size: 25px;
        line-height: 42px;
    }

    .btn-common {
        font-size: 16px;
        line-height: 32px;
    }

    .counter-count {
        font-size: 60px;
        line-height: 70px;
    }

    .sec_why_companieslike .common-title.title-left {
        font-size: 28px;
        line-height: 42px;
    }

    .sec_why_companieslike .item h3 {
        font-size: 18px;
    }

    .sec_why_companieslike .item p {
        font-size: 14px;
        line-height: 24px;
    }

    .sec_cta_schedulecall h2 {
        font-size: 25px;
        line-height: 42px;
    }

    .sec_cta_schedulecall p {
        font-size: 16px;
        line-height: 28px;
    }

    .sec_cta_schedulecall .inner_cta p:nth-child(1) {
        font-size: 22px;
        line-height: 34px;
    }

    .sec_cta_schedulecall .inner_cta p:nth-child(2) {
        font-size: 18px;
        line-height: 30px;
    }

    .sec_cta_schedulecall .inner_cta a {
        font-size: 18px;
        line-height: 32px;
    }

    .industries-served-section-block .container .row .owl-carousel .item .industries-carousel-block .industries-carousel-text>h3 {
        font-size: 18px;
        line-height: 45px;
    }

    .industries-served-section-block .container .row .owl-carousel .item .industries-carousel-block {
        min-height: 400px;
    }

    .industries-served-section-block .container .row .owl-carousel .item .industries-carousel-block .industries-carousel-text>p {
        font-size: 15px;
        line-height: 25px;
    }

    .clients-about-as .clients-about-as-above-para {
        font-size: 20px;
        line-height: 44px;
    }

    .clients-about-as #clients-about-as-carousel .clients-about-as-carousel-text>p {
        font-size: 14px;
        line-height: 26px;
    }

    .clients-about-as #clients-about-as-carousel .clients-about-as-carousel-quotes>h3 {
        font-size: 17px;
        line-height: 24px;
    }

    .home-resources-tab .nav-tabs {
        padding-bottom: 15px;
    }

    .resources-card-link .resources-box-content label {
        font-size: 16px;
        line-height: 20px;
    }

    .resources-box-content h6 {
        font-size: 16px;
        line-height: 24px;
    }

    .home-ctc-div h3 {
        font-size: 25px;
        line-height: 38px;
    }

    .btn-ctc-hm {
        font-size: 16px;
        line-height: 45px;
    }

    .quick-connect-section .heading-title h1,
    .quick-connect-section .heading-title h2 {
        font-size: 25px;
        line-height: 20px;
    }

    .foot-contact ul li a {
        font-size: 16px;
    }

    .footer_nav ul li.fnav_title,
    .footer_nav ul li.fnav_title a {
        font-size: 15px;
        line-height: 26px;
    }

    .footer_nav ul li a {
        font-size: 15px;
        line-height: 26px;
    }

    .sec_why_companieslike .item {
        padding-right: 20px;
    }

    .slider-cmn .owl-carousel .owl-nav button.owl-prev {
        left: 44.6%;
    }

    .outsourcing-service .outsourcing-service-para {
        font-size: 16px;
    }

    .outsourcing-service .outsourcing-service-card-title {
        font-size: 15px;
    }

    .common-list li, .sublist-rpa li, .sublist-rpa li a,  .common-list li a{
        font-size: 14px;
    }

    .outsourcing-service-above-para {
        font-size: 18px;
    }
    .it-resources-title{
        font-size: 22px;
        line-height: 44px;
    }
    .resources-box-content p {
        font-size: 14px;
        line-height: 24px;
        height:170px;
    }
    .banner_bottom_services .item h2 {
        font-size: 18px;
        line-height: 28px;
    }
}


@media(min-width:992px) and (max-width:1199px) {
    .sec-case-studies .item p {
        font-size: 16px;
    }

    .sec-case-studies .item h3 {
        font-size: 17px;
        max-width: 100%;
    }

    .sec-case-studies .item p {
        min-height: 235px;
    }

    .clients-about-as #clients-about-as-carousel .clients-about-as-carousel-quotes>h3 {
        font-size: 16px;
    }

    #outsourcing-banner .carousel-inner .carousel-item,
    #outsourcing-banner.carousel {
        height: 650px;
    }

    #outsourcing-banner .carousel-inner.carousel-services, #outsourcing-banner .carousel-inner .carousel-item.banner-services {
        height: 450px;
    }
    #outsourcing-banner .carousel-caption {
        bottom: 15%;
    }

    .navbar .navbar-nav .nav-item {
        padding: 0 15px;
    }

    .clients-about-as .container .row .owl-carousel .item .clients-about-as-carousel-block {
        height: 430px;
    }

    .clients-about-as #clients-about-as-carousel .clients-about-as-carousel-quotes>h3 {
        font-size: 16px;
    }

    .clients-about-as .owl-carousel.owl-theme .owl-nav {
        top: 560px;
    }

    .industries-served-section-block .container .row .owl-carousel .item .industries-carousel-block {
        min-height: 440px;
    }

    .industries-served-section-block .container .row .owl-carousel .item .industries-carousel-block .industries-carousel-text>p {
        min-height: 133px;
    }

    .clients-about-as #clients-about-as-carousel .clients-about-as-carousel-quotes>h3 {
        font-size: 16px;
    }

    .clients-about-as .owl-carousel.owl-theme .owl-nav {
        top: 560px;
    }
    .banner_bottom_services .item {
        min-height: 162px;
    }
    .tot-row-2 .outsourcing-service-card .outsourcing-service-card-content {
        min-height: 550px;
    }
    .tot-row-11 .outsourcing-service-card .outsourcing-service-card-content{
        min-height: 380px;
        margin-bottom: 20px;
    }
    .sec-service-offerings .item p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        min-height: 135px;
    }
    .outsourcing-service-card-content{
        min-height: 350px;
    }
    /* inner service page */
    ul.tri-ul.content-ul {
        margin: 25px auto;
        width: 75%;
    }
    /* about */
    .about-data-security-section .inside_box ul {
        min-height: 225px;
    }
    .about-vvq-section .nav-tabs .nav-link {
        font-size: 22px;
    }
}
@media (max-width:1199px){
    .torr-content, .torr-card {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom:0px;
    }
    /* about */
    .about-data-security-section .row:nth-child(2){
        padding: 20px;
    }
    .about-data-security-section .inside_box h6 {
        font-size: 15px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px){
    /* about page */
    .list_proces_row .list_proces_colum.feasibility_arw::before {
        background-image: url(../../images/feasibility_arw1.png);
    }
    .list_proces_row .list_proces_colum.evolving_migration_arw::before {
        background-image: url(../../images/evolving_migration_arw1.png);
    }
    .list_proces_row .list_proces_colum.pilot_run_arw::before {
        background-image: url(../../images/pilot_run_arw1.png);
    }
    .list_proces_row .list_proces_colum.transition_arw::before {
        background-image: url(../../images/transition_arw1.png);
    }
    .list_proces_row .list_proces_colum.operational_arw::before {
        background-image: url(../../images/operational_arw1.png);
    }
    .list_proces_row .list_proces_colum h5 {
        font-size: 18px;
    }
    .list_proces_row .list_proces_colum::before {
        width: 120px;
        height: 120px;
        top: 20px;
        left: 0;
    }
    .list_proces_row .list_proces_colum h5 {
        min-height: auto;
    }
    .list_proces_row .list_proces_colum {
        padding-left: 10px;
        padding-top: 140px;
    }
}

@media(min-width:768px) and (max-width:991px) {

    #outsourcing-banner .carousel-inner .carousel-item,
    #outsourcing-banner.carousel {
        height: 550px;
    }
    #outsourcing-banner .carousel-inner.carousel-services, #outsourcing-banner .carousel-inner .carousel-item.banner-services {
        height: 450px;
    }
    #outsourcing-banner .carousel-caption  {
        bottom: 18%;
    }

    #outsourcing-banner .carousel-caption h1 {
        font-size: 35px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    #outsourcing-banner .carousel-caption .servicebanner-para {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    #outsourcing-banner .carousel-caption p {
        font-size: 20px;
        line-height: 28px;
    }

    #outsourcing-banner .carousel-caption a {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 24px;
        min-width: 150px;
        border-radius: 7px;
        margin: 10px 0px;
        cursor:pointer;
    }

    .navbar .navbar-nav .nav-link span {
        font-size: 0.875rem;
        line-height: 20px;
        text-transform: capitalize;
    }

    .navbar .navbar-nav .nav-item {
        padding: 0px 10px;
    }

    .fixed-header .navbar .navbar-nav .nav-item {
        padding: 10px;
    }

    .navbar .navbar-nav .nav-item.nav-item-as-button .nav-link {
        padding: 6px 12px;
        min-width: auto;
    }

    body header:not(.fixed-header) .navbar.fixed-top {
        padding: 16px 0;
    }

    .top-bar-wrap ul li a {
        font-size: 0.875rem;
        line-height: 20px;
    }

    .navbar .navbar-nav .dropdown-menu ul {
        padding: 0 10px;
    }

    .navbar .navbar-nav .dropdown-menu h5 {
        font-size: 0.875rem;
        line-height: 20px;
        padding: 5px 10px;
    }

    .navbar .navbar-nav .dropdown-menu h5 a {
        max-width: 160px;
        min-height: 40px;
    }

    .navbar .navbar-nav .dropdown-menu li.dropdown-item a {
        font-size: 0.875rem;
        line-height: 28px;
    }

    .navbar .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 15px;
        line-height: 24px;
    }

    .navbar .navbar-nav li.nav-item.dropdown.smallWrap ul.dropdown-menu {
        top: 50px;
    }

    .navbar .navbar-nav li.nav-item.dropdown.smallWrap::after {
        top: 30px;
    }
    /* inner service page */
    ul.tri-ul.content-ul {
        margin: 25px auto;
        width: 75%;
    }
    ul.tri-ul>li {
        width: 49.5%;
    }
    /* about page */
    .list_proces_row .list_proces_colum {
        width: 33.33%;
        min-height: 300px;
        padding-left: 10px;
        padding-top: 140px;
        border-bottom: 1px dashed #d7d7d7;
    }
    .list_proces_row .list_proces_colum.feasibility_arw::before {
        background-image: url(../../images/feasibility_arw1.png);
    }
    .list_proces_row .list_proces_colum.evolving_migration_arw::before {
        background-image: url(../../images/evolving_migration_arw1.png);
    }
    .list_proces_row .list_proces_colum.pilot_run_arw::before {
        background-image: url(../../images/pilot_run_arw1.png);
    }
    .list_proces_row .list_proces_colum.transition_arw::before {
        background-image: url(../../images/transition_arw1.png);
    }
    .list_proces_row .list_proces_colum.operational_arw::before {
        background-image: url(../../images/operational_arw1.png);
    }
    .list_proces_row .list_proces_colum::before {
        width: 120px;
        height: 120px;
        top: 20px;
        left: 0;
    }
    .list_proces_row .list_proces_colum h5 {
        min-height: auto;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .list_proces_row .list_proces_colum ul li {
        line-height: 16px;
    }
    .about-data-security-section .inside_box ul {
        padding: 15px 10px 10px 30px;
        min-height: 270px;
    }

}

@media(max-width:1600px) {
    .sec_why_companieslike .bg_like {
        width: 40%;
    }
}

@media (max-width:1440px) {
    .navbar .navbar-nav .mega-menu .dropdown-menu {
        width: 92%;
        margin: 0 auto;
    }
}

/* dinesh */
@media(max-width:1219px) {
    .resources-blog-list {
        display: flex;
        gap: 20px;
    }

    .resources-card-link:hover .blog-img1,
    .resources-card-link:hover .blog-img2,
    .resources-card-link:hover .blog-img3,
    .resources-card-link:hover .blog-img4,
    .resources-card-link:hover .blog-img5,
    .resources-card-link:hover .blog-img6 {
        display: none;
    }

    .resources-card-link {
        float: none;
        display: block;
        padding: 0px;
    }

    .resources-card-img,
    .blog-img1,
    .resources-card-img,
    .blog-img2,
    .resources-card-img,
    .blog-img3,
    .resources-card-img,
    .blog-img4,
    .resources-card-img,
    .blog-img5,
    .resources-card-img,
    .blog-img6 {
        display: none;
    }

    .resources-box-content {
        max-width: 320px;
        margin:0 auto;
        border-radius: 10px;
        filter: none;
        background-color: #ffffff;
        border: 1px solid rgba(17,45,75,0.6);
    }

    .home-resources-section .hrst-para {
        font-size: 15px;
        line-height: 24px;
    }

    .home-ctc-div h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .slider-cmn .owl-carousel .owl-nav button.owl-prev {
        left: 45%;
    }

    .slider-cmn .owl-carousel .owl-nav button.owl-next {
        right: 45%;
    }
}

@media(max-width:1024px) {
    .slider-cmn .owl-carousel .owl-nav button.owl-prev {
        left: 45%;
    }

    .slider-cmn .owl-carousel .owl-nav button.owl-next {
        right: 45%;
    }
}

@media(max-width:1023px) {
    .resources-blog-list {
        display: block;
        padding:0px 0px;
    }

    .resources-card-link {
        float: none;
        display: block;
        padding: 0px;
        min-height: auto;
    }
    .resources-blog-list .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        background: transparent;
        display: block;
        transition: opacity .2s ease;
        border-radius: 30px;
        border: 1px solid #00ba88;
    }
    .resources-blog-list .owl-theme .owl-dots .owl-dot.active span, .resources-blog-list .owl-theme .owl-dots .owl-dot:hover span {
        background: #00ba88;
    }
    .resources-blog-list  .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 25px;
        padding-bottom: 20px;
    }
    .home-ctc-div {
        text-align: center;
        background: #03b685;
        padding: 30px 0px;
    }

    .home-ctc-div h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .home-ctc-div h3 br{
        display: none;
    }

    .btn-ctc-hm {
        margin: 0 auto;
    }

    .common-title {
        font-size: 28px;
        line-height: 36px;
    }

    .common-title:before {
        left: 46%;
    }
    .clients-about-as .container .row .owl-carousel .item .clients-about-as-carousel-block {
        height: 470px;
        border-bottom:0px;
    }
    .know-more-div .btn-common{
        width: fit-content;
        height: auto;
    }
    .torr-content{
        padding:0px;
    }
    .tab-desktop-view{
        display: none;
    }
    .tab-mobile-view{
        display: block;
    }
}
@media (max-width: 1000px){
    .herbyCookieConsent p {
        width: 100% !important;
    }
}
/* dinesh */
@media (max-width:991px) {
    .common-title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .common-title-para {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .sec-service-offerings {
        background-color: #fff;
    }

    .sec-service-offerings.services .item {
        border-radius: 20px;
        background-color: #ffffff;
        border: 1px solid rgba(37,47,64,0.6);
        padding: 20px 20px 0px 20px;
        box-shadow: 0px 0px 13px 4px rgb(134 140 143 / 42%);
    }

    .sec-service-offerings .item h3 {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 10px;
        max-width: 100%;
    }

    .sec-service-offerings .item a {
        padding: 8px 18px;
        max-width: 130px;
        bottom: -15px;
    }
    .sec-service-offerings .item span::after{
        margin-left: 5px;
        background-size: 70%;
    }
    .sec-service-offerings .item p {
        font-size: 14px;
        line-height: 26px;
        color: #112d4b;
        opacity: 1;
        min-height: auto;
        /* overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        height: 130px; */
        font-weight:400;
    }
    .sec-service-offerings .item h3 br{
        display: none;
    }
    .sec-service-offerings .item a span {
        font-size: 14px;
        left:auto;
    }

    .sec_cta_getstarted .row {
        text-align: center;
    }

    .sec_cta_getstarted .cta_heading {
        font-size: 17px;
        line-height: 22px;
    }

    .sec_cta_getstarted .cta_para {
        font-size: 14px;
        line-height: 20px;
        margin-top: 15px;
        margin-bottom:25px;
    }
    .sec_cta_getstarted .cta_para span {
        font-weight: 200;
        display: block;
    }
    .sec_cta_getstarted .btn-common {
        padding: 4px 12px;
    }
    .btn-common {
        width: fit-content;
        padding: 8px 15px;
        font-size: 14px;
        margin: 0 auto;
        font-weight: 400;
        margin-bottom:10px;
    }

    .sec_why_companieslike .bg_like {
        display: none;
    }

    .sec_why_companieslike .item {
        gap: 10px;
        margin-top:10px;
    }

    .sec_why_companieslike .common-title.title-left {
        font-size: 22px;
        line-height: 36px;
    }

    .sec_why_companieslike .item h3 {
        font-size: 16px;
    }

    .sec_why_companieslike .item p {
        font-size: 14px;
    }

    .sec_cta_schedulecall h2 {
        font-size: 18px;
        line-height: 26px;
        max-width: 100%;
        text-align: center;
    }

    .sec_cta_schedulecall p {
        font-size: 14px;
        line-height: 27px;
        max-width: 100%;
        text-align: center;
    }

    .sec_cta_schedulecall .inner_cta p:nth-child(1) {
        font-size: 20px;
        line-height: 30px;
    }

    .sec_cta_schedulecall .inner_cta p:nth-child(2) {
        font-size: 18px;
        line-height: 24px;
    }

    .sec_cta_schedulecall .inner_cta a {
        font-size: 14px;
        width: auto;
        padding: 4px 20px;
        margin: 0 auto;
        max-width: 160px;
    }

    .sec_cta_schedulecall h2::after {
        left: 46%;
    }

    .sec_cta_schedulecall {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home-resources-tab .nav-tabs {
        padding-bottom: 15px;
    }

    .industries-served-section-block .container .row .owl-carousel .item .industries-carousel-block .industries-carousel-text>h3 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
    }

    .industries-served-section-block .container .row .owl-carousel .item .industries-carousel-block .industries-carousel-text>p {
        font-size: 14px;
    }

    .clients-about-as #clients-about-as-carousel .clients-about-as-carousel-text>p {
        font-size: 14px;
    }

    .clients-about-as #clients-about-as-carousel .clients-about-as-carousel-quotes>h3 {
        font-size: 16px;
    }

    .clients-about-as #clients-about-as-carousel .clients-about-as-carousel-block .clients-about-as-carousel-image-top {
        margin-bottom: 20px;
    }

    .clients-about-as {
        margin-top: 0px;
    }

    .industries-served-section-block .container .row .owl-carousel .item .industries-carousel-block {
        min-height: 370px;
        border-radius: 10px;
        filter: drop-shadow(0 0 5px rgba(9, 41, 106, 0.3));
        background-color: #ffffff;
    }
    .industries-served-section-block .industries-carousel-image img {
        border-radius: 10px 10px 0px 0px;
    }

    .industries-served-section-block .container .row .owl-carousel .item .industries-carousel-block .industries-carousel-text {
        padding: 0px 20px 30px 20px;
        text-align: center;
    }

    .industries-served-section-block .container .row .owl-carousel .item .industries-carousel-block .industries-carousel-text>p {
        min-height: 90px;
    }

    .resources-card-link .resources-box-content label {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        border-radius: 20px;
        filter: drop-shadow(0 0 5px rgba(0,1,1,0.28));
    }

    .resources-box-content h6 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
        border-top: 2px solid #cfd5db;
        text-align:center;
    }
    .home-resources-section .common-title-para{
        display: none;
    }
    .btn-ctc-hm {
        font-size: 14px;
        line-height: 38px;
        max-width: 145px;
        padding: 2px 15px;
    }

    .count-up {
        border-right: none;
    }

    .counter-section .row {
        row-gap: 30px;
    }

    .counter-count {
        font-size: 60px;
        line-height: 80px;
    }

    .slider-cmn .owl-carousel .owl-nav button.owl-prev {
        left: 45%;
    }

    .slider-cmn .owl-carousel .owl-nav button.owl-next {
        right: 42%;
    }

    .navbar .navbar-nav .mega-menu .dropdown-menu {
        width: 100%;
        margin: 0 auto;
    }

    .social_links.qpad {
        margin-bottom: 50px;
        padding-top: 40px;
    }
    .it-resources-title{
        font-size: 18px;
        line-height: 35px;
    }
    .banner_bottom_services .item h2 {
        font-size: 15px;
        line-height: 26px;
    }
    .banner_bottom_services .item {
        margin: 15px;
    }
    .resources-box-content h5 {
        font-size: 14px;
        text-align: center;
    }
    .resources-box-content p {
        font-size: 13px;
        line-height: 26px;
        margin-bottom: 0rem!important;
        text-align:center;
    }
    .outsourcing-service-card-block{
        flex-wrap: wrap;
    }
    .outsourcing-service-card{
        margin-bottom: 20px;
    }
    .torr-content {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .torr-card {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .common-list li {
        font-size: 14px;
        line-height: 26px;
        position: relative;
    }
    .sublist-rpa li{
        font-size: 14px;
    }
    .outsourcing-service .outsourcing-service-card-title {
        font-size: 16px;
        line-height: 22px;
    }
    .outsourcing-service-above-para {
        font-size: 18px;
        line-height: 34px;
    }
    .tot-row-2 {
        padding-top: 0px;
    }
    .sec-service-offerings.sec-case-studies .item{
        border-radius: 10px;
        /* filter: drop-shadow(0 0 4px rgba(0,0,0,0.6)); */
        background-color: #ffffff;
        border-bottom:1px solid rgba(37,47,64,0.6);
    }
    .sec-case-studies .backdrop-card-div:after, .industries-served-section-block .industries-carousel-image:after{
        border-radius: 10px 10px 0px 0px;
    }
    .sec-case-studies .item img{
        border-radius: 10px 10px 0px 0px;
    }
    .sec-case-studies .item p{
        min-height:130px;
    }
    .industries-served-section-block{
    background-color:#efeff1;
    }
    .clients-about-as{
      background-color:#142235;
      color:#fff;
    }
    .clients-about-as .common-title{
        color:#fff;
    }
    .clients-about-as .common-title:after{
        content: '';
        width: 50px;
        height: 2px;
        background-color: #fff;
        display: inline-block;
        position: absolute;
        margin: 0 auto;
        left: 46%;
        bottom: -10px;
        right: auto;
        top: auto;
    }
    .clients-about-as .common-title::before{
        display:none;
    }
    .clients-about-as .clients-about-as-above-para, .clients-about-as .common-title-para{
        color:#fff;
    }
    .clients-about-as .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .home-resources-section {
        background-color: #efeff1;
        padding: 35px 0px 0px 0px;
    }
    .home-prl .events ul li{
        padding: 3px 10px 3px 10px;
        font-size: 15px;
        line-height: 28px;
    }
    .sec-service-offerings.services .item.itemcenter::before {
        content: "";
        position: absolute;
        background: url(../../images/new/leftbg.png);
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position-x: left;
        z-index: -1;
        top: 0;
        left: 0;
    }
    /* industries page */
    .industry-grid-box h5, .img-box h5{
        font-size: 16px;
    }
    .industry-grid-box p,.img-box p{
        font-size: 14px;
    }
    .accounting-services-section  ul li{
        text-align: left !important;
    }

    /* about */
    .about-vvq-section .nav-tabs .nav-link {
        font-size: 20px;
    }

}

@media (max-width:767px) {
    .desktop-view{
        display:none;
    }
    .mobile-view{
        display:block;
    }
    .mobile-sidebar-menu{
    display:block;
    }
    .mobile-sidebar-menu a{
        color: #fff;
        font-size: 15px;
        padding: 10px 20px;
        display: block;
    }
    .mobile-sidebar-menu a span{
        margin-right:5px;
    }
    .mobile-right-menu{
        display: flex;
        justify-content: end;
        align-items: center;
        gap: 12px;
    }
    .mb-menu{
        background-color: #eb2028;
        border-radius: 4px;
        padding: 2px 5px;
        line-height: 30px;
        color: #fff !important;
        text-align: center;
        font-size: 22px;
        width: 95px;
        height: 35px;
    }
    .mb-menu span{
       display: inline-block;
       margin-left: 5px;
       font-size: 15px;
    }
    span.scroll_arrow{
        display:none;
    }
    section.banner-section {
        margin-top: 0px;
    }

    .top-bar-wrap {
        background: var(--vlan-black);
    }
    .navbar-dark {
        background-color: rgba(0, 0, 0, 0.98);
    }

    .top-bar-wrap ul li a {
        font-size: 12px;
    }

    .top-bar-wrap ul li:not(:last-child)::after {
        right: -15px;
    }

    .top-bar-wrap ul li:not(:last-child) {
        margin-right: 20px;
    }

    body header:not(.fixed-header) .navbar.fixed-top {
        padding: 5px 0;
    }

    body .navbar-expand-md>.container {
        padding: 0 15px;
    }

    .navbar .navbar-nav .dropdown-menu h5 a {
        max-width: 100%;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url('../images/open-menu.png');
        background-size: 20px;
        width: 20px;
        height: 20px;
    }

    #outsourcing-banner .carousel-inner,
    #outsourcing-banner .carousel-inner .carousel-item {
        height: 370px;
    }

    #outsourcing-banner .carousel-caption {
        bottom: 15%;
        width: 100%;
        padding:0px 5px;
    }
    #outsourcing-banner .carousel-caption h1{
        font-size: 22px;
        line-height: 30px;
    }
    .navbar-dark .navbar-toggler {
        background-color: #eb2028;
        border-radius: 4px;
        padding: 3px 5px;
        line-height: 11px;
        width: 40px;
        height: 35px;
    }
    #outsourcing-banner .carousel-caption p span{
        display:contents;
    }
    #outsourcing-banner .carousel-caption p{
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-weight: 400;
    }
    .navbar-brand {
        padding: 0;
        line-height: normal;
        margin-right: 0.5rem;
    }

    .fixed-header .navbar .navbar-nav .nav-item {
        padding: 0;
    }

    .fixed-top.navbar {
        padding: 5px 15px;
    }

    .slider-cmn .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 10px;
    }
    .digi-width {
        padding: 0 !important;
    }

    .digi-width .menu-wrap {
        padding: 5px 0 !important;
    }

    .digi-width.empty-dw {
        padding: 0 !important;
    }

    .navbar-dark .navbar-nav .nav-link {
        position: relative;
        padding: 10px 15px;
    }

    .nav-item.dropdown .indicatorarrow::before{
        content: "";
        background-image: url(../images/wright-arrow.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 1rem;
        position: absolute;
        right: 0px;
        top: -20px;
        width: 1rem;
        height: 1rem;
        transform: rotate(90deg);
    }
    .navbar .navbar-nav>.nav-item.dropdown>a.select:after {
        /* background-image: url('../images/down-arrow.png'); */
        background-image: url(../images/right-arrow.png);
    }
    .navbar .navbar-nav > .nav-item.dropdown > a:after {
        content: "";
        background-image: url(../images/right-arrow.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 1rem;
        position: absolute;
        right: 15px;
        top: 38% !important;
        width: 1rem;
        height: 1rem;
        transform: rotate(90deg) !important;
    }
    .navbar .dropdown-menu .digi-width .menu-wrap {
        position: relative;
    }

    .navbar .dropdown-menu .digi-width .menu-wrap>span:after {
        content: "";
        background-image: url('../../images/wright-arrow.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 1rem;
        position: absolute;
        right: 0;
        top: 5px;
        width: 28px;
        height: 28px;
        cursor: pointer;
    }

    .navbar .navbar-nav .dropdown-menu li.dropdown-item {
        padding: 0px 10px;
    }

    .navbar .dropdown-menu .container {
        padding-right: 10px;
    }

    .navbar .dropdown-menu .digi-width .menu-wrap>span.open:after {
        background-image: url('../../images/down-arrow.png');
    }

    .navbar .navbar-nav .mega-menu .dropdown-menu {
        padding: 0;
        border-radius: 0px;
        margin: 0px;
        padding-bottom: 10px;
    }

    .navbar .navbar-nav .nav-link span:after {
        display: none;
    }

    .navbar .navbar-nav .nav-link.chat-link {
        text-align: center;
        padding: 10px 15px;
    }

    a.nav-link.chat-link>span {
        background-color: var(--vlan-primary);
        border-color: var(--vlan-primary);
        border-radius: 0;
        padding: 10px 25px;
        margin-top: 10px;
        text-transform: capitalize;
        min-width: 150px;
    }

    .navbar .navbar-nav .nav-link.chat-link>span {
        border: 0;
        padding: 10px 25px;
        border-radius: 5px;
        text-align: center;
        margin: 0 auto;
    }

    .navbar .navbar-nav .bpm-search {
        display: none;
    }

    .fixed-header .navbar .navbar-nav .nav-link,
    .navbar-nav .nav-link {
        padding: 10px 15px;
        border-bottom: 1px solid #616161;
    }

    .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: 0;
    }

    .navbar .navbar-nav .dropdown-menu h5 {
        margin: 5px 0;
    }

    .navbar .navbar-nav .nav-link.chat-link i {
        display: none;
    }

    .navbar .dropdown-menu.open {
        display: block;
    }

    .navbar .dropdown-menu h5+ul.open {
        display: block;
    }
    .navbar .navbar-nav .dropdown-menu{
        border-radius:0px;
    }
    .navbar .navbar-collapse {
        height: calc(100vh - 42px);
        overflow: auto;
        position: fixed;
        top: 60px;
        right: 0;
        z-index: 1;
        width: 85%;
        background: rgba(0, 0, 0, 0.98);
    }

    .navbar-collapse.collapsing {
        height: auto;
        right: -100%;
    }

    .navbar-collapse.show {
        right: 0;
    }

    .copyright,
    .quick_links {
        text-align: center;
    }

    .heading-title h1 {
        font-size: 1.75rem;
        line-height: normal;
        font-weight: 600;
    }

    .heading-title h2 {
        font-size: 1.30rem;
        line-height: normal;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .heading-title.ht-left h2 {
        text-align: center;
    }

    .heading-title.ht-left h2::after {
        left: 50%;
        transform: translate(-50%);
    }

    .img-box.vertical-box h3 {
        font-size: 1.25rem;
        line-height: normal;
        font-weight: 400;
    }

    #outsourcing-banner .carousel-caption h3 {
        font-size: 1.733rem;
        line-height: 1.08;
        margin-bottom: 5px;
    }

    #outsourcing-banner .carousel-caption .servicebanner-para {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #outsourcing-banner .carousel-caption p {
        font-size: 14px;
        line-height: 23px;
    }

    #outsourcing-banner .carousel-caption a {
        padding: 10px 34px;
        font-size: 14px;
        line-height: 20px;
        min-width: 120px;
    }

    .clients-about-as .container .row .owl-carousel .item .clients-about-as-carousel-block {
        height: auto;
        border-bottom:0px;
    }

    .industries-served-section-block .container .row .owl-carousel .item .industries-carousel-block .industries-carousel-text>p {
        min-height: auto;
    }
    .industries-carousel-text span.read-more{
        height: 42px;
        width: 140px;
        display: inline-block;
        font-size: 15px;
        line-height: 30px;
    }
    .counter-count {
        font-size: 25px;
        line-height: 43px
    }

    .slider-cmn .owl-carousel .owl-nav button.owl-prev {
        left: 37%;
    }

    .slider-cmn .owl-carousel .owl-nav button.owl-next {
        right: 35%;
    }

    .navbar .navbar-nav .nav-link>span {
        font-size: 15px;
        line-height: 26px;
    }

    .navbar .navbar-nav .dropdown-menu h5 {
        font-size: 17px;
        padding: 10px 0px;
    }
    .navbar .navbar-nav .dropdown-menu ul {
        padding: 0 10px;
    }

    .navbar .navbar-nav .dropdown-menu li.dropdown-item a {
        font-size: 15px;
        line-height: 35px;
    }

    .navbar .navbar-nav .nav-item.open-drop::after {
        display: none;
    }

    .navbar .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 15px;
        line-height: 26px;
    }

    .outsourcing-service-card-block {
        display: block;
    }

    .outsourcing-service-card {
        margin-bottom: 30px;
    }
    #outsourcing-banner .banner-one {
        background-image: unset;
        background-color: #152337;
    }
    #outsourcing-banner .carousel-caption a {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 20px;
        width: 115px;
        border-radius: 5px;
        border: 2px solid #ffffff;
        margin-top:10px;
    }
    .industries-served-section-block .container .row .owl-carousel .item .industries-carousel-block .industries-carousel-text>p {
        min-height: auto;
    }
    .counter-count {
        font-size: 42px;
        line-height: 47px;
        margin-bottom: 0px;
    }
    .count-up h3 {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .slider-cmn .owl-carousel .owl-nav button.owl-prev {
        left: 37%;
    }
    .slider-cmn .owl-carousel .owl-nav button.owl-next {
        right: 35%;
    }
    .navbar .navbar-nav .nav-link>span {
        font-size: 15px;
        line-height: 26px;
    }
    .navbar .navbar-nav .dropdown-menu h5 {
        font-size: 17px;
    }
    .navbar .navbar-nav .dropdown-menu li.dropdown-item a {
        font-size: 15px;
        line-height: 35px;
    }
    .navbar .navbar-nav .nav-item.open-drop::after {
        display: none;
    }
    .navbar .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 15px;
        line-height: 26px;
    }
    .hm-sidebar-btn{
        margin: 20px 10px;
    }
    .hm-sidebar-btn a{
        display: block;
        max-width: 140px;
        margin: 0 auto;
    }
    .pad1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .top-bar-wrap{
        display: none;
    }
    body header:not(.fixed-header) .navbar.fixed-top{
        padding: 10px 0px;
        top: 0;
    }
    .fixed-header .fixed-top{
        padding: 10px 0px;
    }
    .slider-cmn .owl-carousel .owl-nav button.owl-next, .slider-cmn .owl-carousel .owl-nav button.owl-prev, .slider-cmn .owl-carousel button.owl-dot{
        width: 25px;
        height: 25px;
        font-size: 18px;
        bottom:0px;
    }
    .slider-cmn .owl-theme .owl-nav {
        padding-bottom: 30px;
        margin-bottom: 0px;
        margin-top:0px;
    }
    .slider-cmn .owl-carousel .owl-nav button.owl-next {
        right: 42%;
    }
    .slider-cmn .owl-carousel .owl-nav button.owl-prev {
        left: 42%;
    }
    .slider-cmn .owl-theme .owl-nav .disabled span{
        background-color: transparent !important;
    }
    .sec_why_companieslike .item img{
        width: 60px;
    } 
    .counter-section {
        background-color: #152337;
        padding:25px 0px 30px 0px;
    }
    .slider-cmn .owl-carousel .owl-nav button.owl-next, .slider-cmn .owl-carousel .owl-nav button.owl-prev, .slider-cmn .owl-carousel button.owl-dot{
        background-color: transparent !important;
        border:transparent !important;
        position: relative;
    }
    .slider-cmn .owl-theme .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 5px 7px;
        background: transparent;
        display: block;
        transition: opacity .2s ease;
        border-radius: 30px;
        border: 1px solid #00ba88;
    }
    .slider-cmn .owl-theme .owl-dots .owl-dot.active span, .slider-cmn .owl-theme .owl-dots .owl-dot:hover span {
        background: #00b987;
    }
    .sec-service-offerings .items{
        margin-top:10px;
    }
    .sec-case-studies .item div {
        padding: 20px 20px 40px 20px;
    }
    .sec_cta_schedulecall .inner_cta{
        /* max-width: 270px; */
        margin: 0 auto;
        margin-top: 5px;
        margin-bottom: 6px;
        padding: 15px 10px;
        background-color: rgb(255 255 255 / 93%);
    }
    .credentials-section-home .owl-theme .owl-dots .owl-dot span {
        margin: 5px 7px;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: transparent;
        border: 1px solid #00ba88;
    }
    .credentials-section-home .owl-theme .owl-dots .owl-dot.active span, .credentials-section-home .owl-theme .owl-dots .owl-dot:hover span {
        background: #00ba88;
    }
    .credentials-section-home .owl-theme .owl-nav.disabled+.owl-dots{
        margin-top:20px;
        text-align: center;
    }
    .copyright-section{
        background: #2c2b2b;
        opacity: 1;
    }
    .outsourcing-service-card-content{
        max-width:auto;
    }
    .texthidedesc{
        display: none;
    }
    .banner_bottom_services{
        display: none;
    }
    .sec_why_companieslike .item{
        display: none;
    }
    .sec_why_companieslike .common-title.title-left {
        margin-bottom: 20px;
    }
    .sec-service-offerings.services{
        background: url('../../images/new/bgservice-offerings.webp');
        background-repeat:repeat;
        background-size:inherit;
    } 
    .it-resources-title {
        font-size: 15px;
        line-height: 30px;
    }
    .herbyCookieConsent p {
        font-size: 14px !important;
        width: 100% !important;
    }
    .herbyCookieConsent .row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .herbyCookieConsent .herbyBtn {
        float: none !important;
        font-size: 16px !important;
    }
    .herbyCookieConsent {
        text-align: center;
    }
    .sec-case-studies #case-studies-slider  .item a {
        bottom: -60px;
    }
    .sec-case-studies  #case-studies-slider .item p {
        min-height: auto;
    }
    
    .navbar-dark .navbar-toggler {
        background-color: #eb2028 !important;
        border-radius: 4px;
        padding: 3px 5px;
        line-height: 11px;
        width: 40px;
        height: 35px;
    }

}

@media (max-width:520px) {
    .sec_why_companieslike .item h3 {
        margin-top: 10px;
    }
    .common-title:before {
        left: 40%;
    }
    .common-title:after {
        left: 42%;
    }
    .mb-menu span{
        display: none;
    }
    .mb-menu {
        width: 38px;
        height: 35px;
    }
    .business-process-service-card, .outsourcing-service-card-content{
        min-height:auto;
    }
    #outsourcing-banner .banner-one{
        background-image: url('../../images/new/banner-mobile-home.webp');
    }
}

@media(max-width:380px) {
    .navbar .navbar-collapse {
        width: 92%;
    }

    .navbar .dropdown-menu .container {
        padding: 0px;
    }

    .navbar .navbar-nav .dropdown-menu h5 {
        padding: 10px 20px;
    }

    .navbar .navbar-nav .dropdown-menu ul {
        padding: 0 10px;
    }
}

@media (max-width:357px) {
    .top-bar-wrap ul li:not(:last-child)::after {
        display: none;
    }

    #outsourcing-banner .carousel-caption h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .top-bar-wrap ul li:not(:last-child) {
        margin-right: 0px;
    }

}

@media (max-width:337px) {
    .top-bar-wrap {
        z-index: 99;
    }
    .mobile-right-menu{
        gap:3px;
    }
}




