*,
*:before,.cf7-column label
*:after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

:focus,
:active {
    outline: none !important;
}



section.hero_section + .v_desktop_sec {
    margin: 0;
}

.v_desktop_sec + .get_in_touch_sec {
    margin: 0;
}

@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/PlusJakartaSans-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

:root {
    --Primary: #02112E;
    --Secondary: #1BD27F;
    --color1: #2067F2;
    --color2: #E2EAF7;
    --white: #ffffff;
    --black: #000000;


    --primary-font: "Plus Jakarta Sans";
    --h1: normal normal 700 52px/71px var(--primary-font);
    --h2: normal normal 700 38px/71px var(--primary-font);
    --h3: normal normal 700 28px/71px var(--primary-font);
    --h4: normal normal 700 24px/30px var(--primary-font);
    --h5: normal normal 700 22px/42px var(--primary-font);
    --h6: normal normal 700 15px/normal var(--primary-font);

    --sh1: normal normal 500 18px/27px var(--primary-font);
    --sh2: normal normal 600 16px/24px var(--primary-font);
    --sh3: normal normal 600 14px/normal var(--primary-font);
    --sh4: normal normal 400 14px/20px var(--primary-font);
	
	--header-height: 128px;

}

@media (max-width: 1024px) {
    :root {
        --header-height: 96px;
    }
}

@media (max-width: 768px) {
    :root {
        --header-height: 72px;
    }
}

@media (max-width: 480px) {
    :root {
        --header-height: 64px;
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    list-style: none;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    -webkit-text-size-adjust: 100%;
    outline: none;
    scroll-behavior: smooth;
}

body {
    color: var(--Primary);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 15px;
    background-color: var(--white);
    line-height: 23px;
}

body.active_menu,
body.active {
    overflow: hidden;
}

img,
svg {
    max-width: 100%;
    display: block;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

a {
    text-decoration: none;
    display: inline-block;
    color: var(--Primary);
}

table {
    border-collapse: collapse;
    width: 100%;
}

p a {
    color: #2067F2;
    text-decoration: underline;
}

::selection {
    background: rgba(127, 131, 51, 0.2);
}

::-moz-selection {
    background: rgba(127, 131, 51, 0.2);
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.no-wrap {
    flex-wrap: nowrap;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.justify-around {
    justify-content: space-around;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-start {
    justify-content: flex-start;
}

.direction-column {
    flex-direction: column;
    -ms-flex-direction: column;
}

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

.text-end {
    text-align: end;
}

.text-uppercase {
    text-transform: uppercase;
}

.container {
    max-width: 1400px;
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
}

.h1,
h1 {
    font: var(--h1);
}

.h2,
h2 {
    font: var(--h2);
}

.h3,
h3 {
    font: var(--h3);
}

.h4,
h4 {
    font: var(--h4);
}

.h5,
h5 {
    font: var(--h5);
}

.h6,
h6 {
    font: var(--h6);
}

.sh1 {
    font: var(--sh1);
}

.sh2 {
    font: var(--sh2);
}

.sh3 {
    font: var(--sh3);
}

.sh4 {
    font: var(--sh4);
}

.sh5 {
    font: var(--sh5);
}

/* btn css */
.btn_get_in_touch {
    display: inline-block;

}

.btn_get_in_touch a {
    background-color: var(--Secondary);
    padding: 13px 25px 14px 25px;
    font: var(--h6);
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
}



.expert_btn a {
    background: linear-gradient(var(--Secondary), var(--Secondary)) padding-box,
        linear-gradient(to right, var(--white), var(--Secondary)) border-box;

    /* background-color: var(--Secondary); */
    border-radius: 5px;
    border: 2px solid transparent;
    padding: 11px 22px 14px 21px;
    color: #FFF;
    font: var(--h6);
    transition: all 0.2s;
}

/* .hero_btn .expert_btn:first-child,
.get_touch_wpr .expert_btn {
    display: flex;
    width: 212px;
    height: 50px;
    background: linear-gradient(var(--gradient-angle), rgb(255 255 255), var(--Secondary)) border-box;
    border-radius: 5px;
    backdrop-filter: blur(50px);
}

.get_touch_wpr .expert_btn {
    width: 190px;
    background: linear-gradient(var(--gradient-angle), rgb(255 255 255), #4FEAA4) border-box;
    border-radius: 10px;
}

.hero_btn .expert_btn:first-child a,
.get_touch_wpr .expert_btn a {
    margin: auto;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: linear-gradient(var(--Secondary), var(--Secondary)) padding-box;
    border-radius: 5px;
    transition: all 0.2s;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
}

.hero_btn .expert_btn:first-child:hover,
.get_touch_wpr .expert_btn:hover {
    animation: rotation 0.5s linear 0s normal forwards;
} */

@keyframes rotation {
    0% {
        --gradient-angle: 120deg;
    }

    100% {
        --gradient-angle: 280deg;
    }
}

@property --gradient-angle {
    syntax: "<angle>";
    initial-value: 120deg;
    inherits: false;
}

@media (hover: hover) {
    .btn_get_in_touch a:hover {
        background-color: var(--Primary);
        color: var(--white);
    }

    .expert_btn a:hover {
        background: linear-gradient(var(--white), var(--white)) padding-box,
            linear-gradient(to right, var(--white), var(--white)) border-box;
        color: var(--Secondary);
    }

    .expert_btn a:hover svg path {
        stroke: var(--Secondary);
    }
}

/* =================== START HEADER  SECTION =================== */
.header {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    /* background-color: var(--white); */
}

.main_top_header {
    background-color: var(--Primary);
}

.top_header_left li {
    padding: 10px 14px;
    line-height: normal;
}

.main_top_header ul li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.20);
}

.top_header_left li img {
    width: 15px;
    height: 15px;
}

.top_header_left li a:hover img,
.menu_footer_container ul li a:hover img {
    opacity: 0.7;
}

.top_header_right ul li {
    padding: 9px 25px 9px 20px;
}

.top_header_right ul li:last-child {
    padding-right: 0;
}

.top_header_right ul li a {
    color: var(--white);
    font: var(--sh3);
}

.header_nav {
    /* padding: 13px 0 14px; */
    background-color: var(--white);
    border-radius: 8px;
    margin: 10px 10px 0;
    position: relative;
}

.main_logo {
    max-width: 172px;
    width: 100%;
}

.center_header>ul>li>a {
    position: relative;
    font: var(--sh3);
}

.center_header>ul>li {
    padding: 27px 15px;
    /* position: relative; */
}

/* .center_header>ul>li:hover>a {
    color: var(--color1);
}

.center_header>ul>li:hover>a svg path {
    stroke: var(--color1);
} */

.center_header ul>li>a span {
    padding-right: 10px;
}

.center_header ul>li.menu-item-has-children>a::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s all ease-in-out;
    background-image: url(../image/down_arrow.svg);
}

.center_header ul>li.menu-item-has-children>a {
    padding-right: 22px;
}

.menu-item ul {
    left: 100%;
    top: 0;
    background-color: var(--white);
    border-radius: 8px;
    padding: 0;
}

.center_header ul>li:hover>a:before {
    opacity: 1;
}

.sub-menu {
    visibility: hidden;
    opacity: 0;
    display: none;
    width: auto;
    position: absolute;
    top: 100%;
    padding-top: 10px;
    min-width: 165px;
}

.menu_header_main,
.menu-header-about-menu-container {
    background: var(--white);
    border-radius: 8px;
    padding: 14px 0;
}

.menu_header_main {
    padding: 34px 0 88px;
}

.sub-menu .menu-header-about-menu-container li {
    padding: 0 15px;
}

.sub-menu li {
    transition: all 0.2s ease-in-out;
    position: relative;
}

.sub-menu li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 10px;
    position: relative;
}

.sub-menu ul>li.menu-item:hover>a {
    background-color: var(--color2);
    border-radius: 3px;
    border-left: 4px solid var(--Secondary);
    padding: 10px 14px;
}

.sub-menu ul>li.menu-item>a {
    border-left: 4px solid transparent;

}

.mega-menu-secondary-cols:not(:last-child) {
    padding-bottom: 21px;
}

.mega_menu {
    min-width: 100%;
    width: 100%;
    left: 0;
}

/* #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    background-image: url(../image/header_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    background-position: bottom right;
} */

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    margin: 0 !important;	
}

.mega_menu.mega_menu_inner {
    display: flex;
    flex-wrap: wrap;
}

.mega_menu_item {
    width: 25%;
    padding: 30px 20px;
}

.mega_menu_inner::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 57%;
    width: 19px;
    height: 19px;
    background: var(--white);
    transform: rotate(43deg) skew(5deg, 11deg) translateY(-50%);
    z-index: -1;
}

.mega-menu-row:first-child {
    flex: 0 1 17.32%;
}

.mega-menu-left-cols {
    background-color: var(--color2);
    padding: 20px 16px 22px 24px;
    border-radius: 10px;
}

.mega-menu-left-cols h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 26px;
    letter-spacing: -0.72px;
}

.mega-menu-left-cols p {
    font-size: 13px;
    line-height: 20px;
}

.mega-menu-left-cols a {
    color: var(--color1);
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    margin-top: 10px;
    padding: 0 !important;
}

.mega-menu-inner-cols h3 a {
    display: flex !important;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    padding: 0;
}

.mega-menu-row {
    flex: 0 1 80%;
}

.mega-menu-row .mega-menu-inner-cols {
    flex: 1 1 auto;
}

.mega-menu-inner-rows {
    padding-left: 50px;
}

.contact_icon {
    padding-right: 8px;
}

.contact_btn {
    padding-right: 25px;
}

.contact_btn a {
    font-weight: 500;
    line-height: normal;
}

button.sub-menu-toggle {
    display: none;
}

/* ======= start New mega menu ========= */

.primary_header_mega_menu #mega-menu-wrap-primary li.mega-menu-item>ul.mega-sub-menu {
    /* opacity: 1 !important;
    transform: translate(0, 0) !important;
    visibility: visible !important;
    display: block !important; */
    /* margin-top: 10px !important; */
}

.primary_header_mega_menu ul>li.mega-menu-flyout>ul.mega-sub-menu {
    padding: 14px 17px 14px 20px !important;
}

.primary_header_mega_menu ul>li.mega-menu-flyout>ul.mega-sub-menu>li a {
    line-height: 23px !important;
}

/* .primary_header_mega_menu ul>li.mega-menu-flyout>ul {
    width: 165px !important;
} */

.mega-menu-megamenu>ul {
    padding-top: 34px !important;
    padding-bottom: 88px !important;
}

.primary_header_mega_menu ul li a {
    font-weight: 600 !important;
    display: flex !important;
    align-items: center;
    padding-left: 5px;
    line-height: 1.5;
}

.dashicons-admin-home:before {
    content: '' !important;
    background-image: url(../image/home.svg) !important;
    background-repeat: no-repeat !important;
    width: 16px !important;
    height: 14px !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
    content: '' !important;
    background-image: url(../image/b_down_arrow.svg) !important;
    background-repeat: no-repeat !important;
    width: 16px !important;
    height: 14px !important;
    display: block !important;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on>a.mega-menu-link>span.mega-indicator:after {
    transform: scaleY(-1);
    transition: all 0.2s ease-in-out;
}

.primary_header_mega_menu .mega-menu-left-cols {
    background-color: var(--color2) !important;
    padding: 20px 16px 22px 24px !important;
    border-radius: 10px !important;
/*     width: calc(20% - 36px) !important; */
	width:100% !important;
    margin-right: 36px !important;
	margin-top: 20px !important;
}

.primary_header_mega_menu .mega-menu-inner-cols {
    width: calc(20% - 20px) !important;
    margin: 0 10px !important;
}

.primary_header_mega_menu .mega-sub-menu>li>a {
    transition: all .2s ease-in-out !important;
    padding: 8px 10px 8px 0px !important;
}

.primary_header_mega_menu .mega-sub-menu>li:hover>a {
    background-color: var(--color2) !important;
    border-radius: 3px !important;
    border-left: 4px solid var(--Secondary) !important;
    padding: 8px 14px !important;
}

.primary_header_mega_menu #mega-menu-item-custom_html-7 {
    margin-top: 20px !important;
}

.primary_header_mega_menu ul li h3 {
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.primary_header_mega_menu ul li h3::before {
    content: '';
    background-image: url(../image/ArrowSquareUpRight.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    background-position: right center;
}

/* ======== end New mega menu ========== */

/* =================== END HEADER  SECTION =================== */
/* =================== START BANNER  SECTION =================== */
.hero_section {
    background: linear-gradient(262deg, #2067F2 0%, #0A3DA0 100%);
    color: var(--white);
    position: relative;
	padding-top: var(--header-height) !important;
    /* margin-bottom: 78px; */
}

.hero_section,
.hero_section_wpr {
  min-height: 300px;
}

.c_hero_breadcrumb {
  min-height: 32px;
}

.hero_details_title h1 {
  min-height: 1.2em;
}

.hero_details_title h4 {
  min-height: 1.1em;
}

.hero_btn {
  min-height: 64px;
}

.hero_section_wpr {
    padding: 178px 0;
}

.hero_section_wpr::before, 
.hero_section_wpr::after {
	content: '';
	background-image: url(__../image/banner_bg.png__);
 	background-repeat: no-repeat;
	background-size: auto;
 	position: absolute;
 	pointer-events: none;
 	opacity: 0.4;
 	width: 100%;
 	height: 100%;
}

/* @media only screen and (min-width: 1366px) and (max-width: 1900px) {
	.right_image_wrp.centre_with_image {
		display:none !important;
	}	
} */

.left_image_wrp.centre_with_image {
    position: absolute; 
    top: 0;
    left: 0; 
    width: auto;
    height: 100%; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hero_section_wpr.centre_with_image {
    position: relative;
    width: 100%;
    overflow: hidden;
	margin-top:-30px;
}

.right_image_wrp.centre_with_image {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.right_image_wrp.centre_with_image img {
    max-width: none;
    height: 100%;
    opacity: 0.4;
    object-fit: cover;
}

.left_image_wrp.centre_with_image img {
	max-width: none;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1366px) { 
    .right_image_wrp.centre_with_image,
    .left_image_wrp.centre_with_image {
        display: none !important;
    }
}

.hero_section_wpr.centre_with_image::after {
    display: none;
}

.hero_section_wpr.centre_with_image::before {
    display: none;
}

.hero_section_wpr.centre_with_image {
    padding: 150px 0;
}

.hero_section_wpr::before {
    top: 0;
}

.hero_section_wpr::after {
    bottom: 0%;
    right: 0;
    z-index: 1;
    transform: scale(-1);
}

.hero_details_title {
    max-width: 622px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.hero_details_title h1 {
    letter-spacing: -3.12px;
}
/* 
.hero_details_title h1 span,
.hero_details_title p span {
    border-radius: 5px;
    background: linear-gradient(270deg, #2067F2 0%, rgba(32, 103, 242, 0.00) 100%);
    padding: 0px 20px 8px;
} */

.hero_details_title.text-center h1 {
    position: relative;
    display: inline;
    z-index: 1;
}
.hero_details_title.text-center h1::after {
    content: "";
    border-radius: 5px;
    background: linear-gradient(270deg, #2067F2 0%, rgba(32, 103, 242, 0.00) 100%);
    position: absolute;
    width: 100%;
    height: 68px;
    bottom: -5px;
    right: -15px;
    z-index: -1;
	max-width: 500px;
}
.hero_details_title p {
    max-width: 536px;
    width: 100%;
    margin: 20px auto 30px;
    font: var(--sh1);
    line-height: 25px;
    letter-spacing: -0.36px;
	z-index:1;
	position:relative;
}

.hero_btn {
    margin-top: 30px;
    justify-content: center;
}

.expert_btn {
    display: inline-block;
}

.expert_btn.customer_stories a {
    background: transparent;
}

.expert_icon {
    padding-right: 10px;
}

.speak_to_expert .expert_icon {
    padding-left: 10px;
    transform: rotate(90deg);
}

.hr_partnership {
    background-color: #2766d6;
    /* mix-blend-mode: soft-light; */
    padding: 20px 0;
    position: relative;
}

.partnership_item img {
    margin: 0 auto;
	object-fit: contain;
}

.partnership_slider .swiper-wrapper {
    align-items: center;
}

.speak_to_expert {
    position: fixed;
    transform: translateY(-50%) rotate(270deg);
    right: -50px;
    top: 50%;
    z-index: 8;
}

.page-id-80689 .speak_to_expert {
    right: -115px;
}

.speak_to_expert .expert_btn a {
    padding: 10px 12px 11px;
    color: var(--Primary);
    background: var(--Secondary);
    border-radius: 10px;
    border: 5px solid #FFF;
}

.speak_to_expert .expert_btn a:hover svg path {
    stroke: var(--Primary);
}

.speak_to_expert:hover a {
    background: var(--white);
}

/* ==== Start Sub BANNER  SECTION ==== */
.sub_hero_section.hero_section_wpr::after {
    content: '';
    background-image: url(../image/sub_hero_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: center;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0.4;
}

.sub_hero_section.hero_section_wpr::before {
    content: unset;
}

.sub_hero_section .hero_details_title {
    margin: 0;
    max-width: unset;
    text-align: left;
}

.sub_hero_section .hero_btn {
    justify-content: left;
    margin-top: 18px;
}

.sub_hero_section.hero_section_wpr {
    padding: 108px 0 107px;
}

.sub_hero_section .hero_details_title h1 span {
    padding: 8px 20px 8px 0;
}

.sub_hero_section .hero_details_title p {
    max-width: 686px;
    margin: 16px 0 18px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.32px;
}

.sub_hero_section .hero_details_title h1,
.hero_section_full .hero_details_title h1,
.blog_details_page .hero_details_title h1 {
    font-size: 46px;
    letter-spacing: -2.76px;
}

/* .sub_hero_section .hero_btn {
    justify-content: flex-start;
} */
.c_hero_breadcrumb {
    padding-bottom: 17px;
}

.c_hero_breadcrumb ul li:not(:last-child) {
    margin-right: 24px;
    display: inherit;
}

.c_hero_breadcrumb ul li {
    position: relative;
}

.c_hero_breadcrumb ul li a,
.c_hero_breadcrumb ul li p {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: -0.26px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.40);
}

.c_hero_breadcrumb ul li a svg {
    margin-right: 6px;
}

.c_hero_breadcrumb ul li p {
    font-weight: 600;
    color: var(--white);
}

.c_hero_breadcrumb ul li:last-child {
    border-radius: 7px;
    background: rgba(32, 106, 242, 0.3);
    padding: 0px 12px;
}

.c_hero_breadcrumb ul li:not(:last-child)::before {
    content: ">";
    position: absolute;
    right: -18px;
    top: 44%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: var(--white);
    font-weight: 500;
    line-height: 25px;

}

.c_hero_breadcrumb ul li:first-child:before {
    opacity: 0.4;
}


/* .coumpany_logo {
    background-color: var(--white);
    border-radius: 5px 20px;
    overflow: hidden;
    padding: 8px 6px 8px 25px;
} */
.sub_hero_details {
    max-width: 622px;
    width: 100%;
    margin: auto;
}

.c_logo_inner {
    background-color: var(--white);
    border-radius: 5px 20px;
    overflow: hidden;
    padding: 8px 6px 8px 25px;
}

.coumpany_logo {
    margin-left: auto;
}

.page-id-79177 .coumpany_logo {
	position:relative;
	z-index:1;
}

.page-id-79177 .hr_partnership {
    position: relative !important;
    z-index: 10 !important;	
}

.page-id-79177 .sub_hero_section.hero_section_wpr::after {
    content: '';
    background-image: url(/wp-content/uploads/2024/09/Group-204.png) !important;
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: center;
    position: absolute;
    background-position-x: right;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 1;
    z-index: 0;
}


.page-id-79177 .hero_details_title {
    position: relative !important;
    z-index: 1 !important;
}

@media only screen and (max-width: 991px) {
	.page-id-79177 .sub_hero_section.hero_section_wpr::after {
	    background-size: contain !important;
    	background-position: bottom !important;
	}
}

.page-id-79177 .hero_section_wpr::after {
	transform: scale(1) !important;
}

.sub_hero_section .sub_hero_details {
    max-width: unset;
    flex: 1;
}

.right_image_career {
    position: relative;
}

.right_image_career .right_image_wrp {
    position: absolute;
    pointer-events: none;
    opacity: 0.4;
    height: 100%;
    top: 0px;
    overflow: hidden;
    right: 0;
}

.right_image_career.hero_overlay .right_image_wrp {
    mix-blend-mode: multiply;
}

.right_image_career.hero_section_full.hero_section_wpr::before,
.right_image_career.hero_section_full.hero_section_wpr::after {
    content: unset;
}

.left_image_with_text {
    position: relative;
    overflow: hidden;
    margin: -35px 0px -5px 0;
    padding: 178px 0 !important;
}

.left_image_with_text .right_image_wrp {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: fit-content;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden;
    -webkit-transform: translateX(12%);
    transform: translateX(12%);
    will-change: transform;
}

.left_image_with_text .right_image_wrp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.left_image_with_text .hero_btn {
    justify-content: flex-start;
}

.left_image_with_text .hero_details_title.text-center p {
    margin: 10px 0;
}

.left_image_with_text .hero_details_title {
    text-align: left;
	max-width: 675px !important;
}

.hero_section_full.hero_section_wpr::before {
    display: none;
}

.hero_section_full.hero_section_wpr::after {
    display: none;
}

@media (max-width: 768px) {
    .hero_section_wpr .col-md-6 {
        width: 100%;
    }
	.left_image_with_text .hero_details_title {
    	text-align: center;
	}
	.left_image_with_text .hero_btn {
    	justify-content: center;
	}
}

@media (max-width: 1024px) {
	.left_image_with_text .right_image_wrp img {
		display:none;
	}	
}

.speak_to_us {
    background: #02112E;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}

.speak_to_us .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.speak_to_us .expert_text {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.84px;
}

.speak_to_us .expert_button {
    display: flex;
    grid-gap: 20px;
}

.expert_text span {
    color: #1BD27F;	
}

.speak_to_us .expert_button a:first-of-type {
    background: #E2EAF7 !important;
    color: #02112E !important;
    border: 2px solid #E2EAF7 !important;
    padding: 13px 25px 14px 25px !important;
    border-radius: 10px;
    font: var(--h6);
    transition: all 0.2s ease-in-out;
}

.speak_to_us .expert_button a:first-of-type:hover {
    background: transparent !important;
    color: #E2EAF7 !important;
}

.speak_to_us .expert_button a:first-of-type::before {
	display:none;
}

.expert_button a {
    background: #1BD27F;
    background-color: var(--Secondary);
    padding: 10px 25px 10px 25px;
    font: var(--h6);
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    border: 2px solid var(--Secondary);
    color: #fff;
    position: relative;
}

.expert_button a:hover {
	background: transparent;
    color: #fff;	
}

.expert_button a::before {
    content: url(/wp-content/uploads/2024/07/Call.svg);
    position: relative;
    vertical-align: middle;
}

@media only screen and (max-width: 1200px) {
	.expert_text {
		text-align:center;
	}
    .speak_to_us .container {
        flex-direction: column;
        grid-gap: 15px;
    }
	.speak_to_us .expert_button {
		flex-direction: column;
        width: 100%;
        text-align: center;	
	}
}

/* =================== END BANNER  SECTION =================== */

.packages {
    display: flex;
    grid-gap: 26px;
    padding-top: 50px;
    height: inherit;
}

.package {
    border-radius: 8px;
    background: #D2E1FC;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
	height:inherit;
	border: 3px solid #D2E1FC;
}

.package:hover {
    border: 3px solid #2067F2;
    transition: all 0.2s ease-in-out;
}

.package h2 {
    color: #02112E;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.5px;
    text-align: center;
	margin: 10px 0;
}

.package-services h3 {
    color: #02112E;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.26px;
	margin: 10px 0;
}

p.package-prices {
    text-align: center;
    color: #02112E;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.26px;
    margin: 10px 0;
}

p.package-renewal {
    text-align: center;
    color: #02112E;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.26px;
    position: relative;
    margin: 10px 0;
}

.package-details {
    margin: 30px 0;
}

.package-details p {
    margin-bottom: 30px;
}

.package-details ul li {
    padding: 0 20px;
    position: relative;
    margin: 10px 0;
    color: #02112E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.48px;
}

.package-button {
    text-align: center;
    border-radius: 10px;
    background: #2067F2;
    padding: 10px 0;
}

.package-button a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.package-services {
    display: inline-flex;
    margin-top: auto;
    flex-direction: column;
}

.package-details ul li::before {
    content: url(/wp-content/uploads/2024/12/Check.png);
    position: absolute;
    left: -5px;
    top: 0px;
}

p.package-prices span {
    color: #2067F2;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -0.7px;
}

.package-services ul {
    display: grid;
    grid-template-columns: auto auto auto auto;
	grid-gap: 15px 0;
}

@media (max-width: 991px) {
	.packages {
		flex-direction:column;
	}	
}

/* ============= START The Netcentrix Promise Page ================ */
.netcentrix_promise {
    margin: 75px 0 78px;
}

.netcentrix_promise .container {
    position: relative;
}

.page-id-78803 .netcentrix_promise .container::before {
    content: url(/wp-content/uploads/2024/09/Bee.png);
    position: absolute;
    left: -275px;
    bottom: 125px;
}

@media only screen and (max-width: 1700px) {
	.page-id-78803 .netcentrix_promise .container::before {
		display:none;
	}
	.page-id-78803 .new_netcentrix_table .container::before {
		display:none;
	}
}

@media only screen and (min-width: 2100px) {
	.page-id-78803 .new_netcentrix_table .container::before {
		display:none;
	}
}

.netcentrix_promise .n_left_side {
    flex: 1;
}

.netcentrix_promise .n_right_side {
    width: 48.6%;
}

.n_left_side {
    padding: 40px 52px 60px 00px;
    margin-right: 20px;
    border-radius: 10px;
    background: linear-gradient(256deg, rgba(197, 212, 239, 0.40) 0.38%, rgba(197, 212, 239, 0.00) 86.73%);
}

.top_title h2 {
    letter-spacing: -2.28px;
    line-height: 1.3;
    padding-bottom: 7px;
}

.top_title p {
    line-height: 24px;
    letter-spacing: -0.3px;
    padding-bottom: 14px;
}

.top_title p:last-of-type {
    padding: 0;
}

.top_title p strong {
    font-weight: 600;
    font-size: 16px;
}

.top_title .btn_get_in_touch {
    margin-top: 30px;
	margin-bottom:10px;
}

.btn_get_in_touch.policy {
    margin-left: 10px;
}

.n_right_img {
    position: relative;
    padding-bottom: 66.8%;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.n_right_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============= End The Netcentrix Promise  SECTION ================ */
/* ============= Start See How We Can Help  SECTION ================ */
.we_can_help {
    margin: 78px 0 0;
    position: relative;
}

.we_can_help_wpr {
    background-color: var(--Primary);
    color: var(--white);
    padding: 54px 0 70px;
}

.we_can_help .container {
    position: relative;
    z-index: 1;
}

.we_can_help .top_title p,
.our_customers .top_title p,
.userful_resource .top_title p,
.key_features .top_title p,
.work-benefits .top_title p {
    font-size: 16px;
    font-weight: 600;
}

.single-customer-stories .customer_stories_sec:before {
    content: '';
    background: var(--Primary);
    width: 100%;
    height: 100%;
    position: absolute;
}

.single-customer-stories .customer_stories_wpr {
    position: relative;
    z-index: 1;
    padding-top: 100px;
}

.single-customer-stories .customer_quote_sec {
    background-color: var(--Primary);
    margin: 0;
    position: relative;
}

.single-customer-stories .customer_stories_sec {
    margin-bottom: 0;
    position: relative;
	padding-bottom:100px;
}

.single-customer-stories .customer_stories_sec::after {
	display:none;
}

.we_can_help_wpr::before,
.customer_stories_sec::after,
.our_customers_shdow::before {
    content: '';
    background-image: url(../image/blue_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    width: 367.105px;
    height: 372.222px;
    pointer-events: none;
}

.we_can_help_wpr::before,
.our_customers_shdow::before {
    top: 0;
}

.customer_stories_sec::after {
    bottom: 0%;
    right: 0;
    transform: scale(-1);
    mix-blend-mode: lighten;
}

.tab_list_main {
    max-width: 783px;
    width: 100%;
    margin: 24px auto;
}

.tab_list {
    border-radius: 20px;
    background: #172642;
    padding: 10px 12px;
}

.tab_list li {
    padding: 0 27.5px;
}

.tab_list li a {
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    color: var(--white);
}

.tab_list li.active {
    background-color: var(--white);
    padding: 14px 24px 16px;
    border-radius: 10px;
}

.tab_list li.active a {
    color: var(--Primary);
}

.tab_container_main {
    display: block;
}

.tab_container {
    margin: 0 -10px;
    width: 100%;
    left: 0 !important;
}

.tab_container .tab_container_wpr {
    width: 100%;
}

.tab_container.add {
    animation: myanimation 0.8s;
    -webkit-animation: myanimation 0.8s;
}


/* .tab_container:not(:first-child) {
    display: none;
} */

.tab_content {
    max-width: 33.33%;
    width: 100%;
    padding: 10px;
}

.tab_content_wpr {
    border-radius: 10px;
    background: #172642;
    padding: 17px 26px 26px 31px;
    transition: all .2s ease-in-out;
    height: 100%;
}

.more_read {
    padding: 6px;
    width: 28px;
    height: 28px;
}

.tab_content_wpr h5 {
    letter-spacing: -1.32px;
    padding-bottom: 1px;
    color: var(--white);
    flex: 1;
    line-height: 1.2;
}

.tab_content_wpr p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    letter-spacing: -0.32px;
    max-width: 358px;
    width: 100%;
    color: var(--white);
}

.w_business_help .tab_content_wpr .services_title {
    align-items: flex-start;
}

@keyframes myanimation {
    50% {
        transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes myanimation {
    50% {
        -webkit-transform: scale(0.7);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

/* ============= End See How We Can Help  SECTION ================ */
/* ============= Start Customer Stories SECTION ================ */
.customer_stories_sec {
    /* margin-top: -240px; */
    margin-bottom: 70px;
    position: relative;
}

section.customer_stories_sec:before {
    content: '';
    background: var(--Primary);
    width: 100%;
    height: 50%;
    position: absolute;
}

.customer_stories_sec::after {
    top: -50%;
    height: 100%;
    right: 15px;
}

.customer_stories_wpr {
    position: relative;
    z-index: 1;
}

.c_stories_img {
    position: relative;
    padding-bottom: 36%;
    border-radius: 20px;
    overflow: hidden;
}

.c_stories_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c_stories_details {
    max-width: 603px;
    width: 100%;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.c_details_wpr {
    background-color: var(--white);
    padding: 31px 24px 36px 36px;
    border-radius: 15px;

}

.c_stories_details h3 {
    font: normal normal 700 30px/32px var(--primary-font);
    letter-spacing: -1.8px;
    text-transform: capitalize;
    padding-bottom: 4px;
}

.c_stories_details h3 span {
    color: var(--color1);
}

.c_stories_details p {
    font: var(--sh4);
    letter-spacing: -0.28px;
}

.customer_stories.black_customer a,
.play_video_btn a {
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0px;
    transition: all 0.2s ease-in-out;
}

.customer_stories.black_customer a path,
.play_video_btn a path {
    transition: all 0.2s ease-in-out;
}

.customer_stories.black_customer a:hover,
.play_video_btn a:hover {
    color: var(--Secondary);
}

.customer_stories.black_customer a:hover path,
.play_video_btn a:hover path {
    stroke: var(--Secondary);
}

.c_details_wpr .customer_stories>a>span {
    text-decoration: underline;
}

.play_video_btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

.play_video_btn a {
    border-radius: 10px;
    opacity: 0.9;
    background: rgba(255, 255, 255, 0.90);
    padding: 15px 20px 17px 24px;
    margin: 0;
}

.play_video_btn a svg {
    margin-right: 7px;
}

.play_video_btn a:hover {
    background: rgba(2, 17, 46, 0.9)
}

.s_user_name {
    padding-top: 25px;
}

.s_user_name p {
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
}

.s_user_name p span {
    font-weight: 700;
}

/* ============= End Customer Stories SECTION ================ */
/* ============= Start Why Choose Us SECTION ================ */
.why_choose_us {
    margin: 70px 0 83px;
}

.why_choose_left {
    flex: 1;
    padding-right: 50px;
}

.why_choose_us h2 {
    line-height: 54px;
    letter-spacing: -2.28px;
    display: inline-block;
    padding-bottom: 10px;
}

.why_choose_us h2 span {
    border-radius: 5px;
    display: block;
    background: linear-gradient(270deg, #C5D4EF 0%, rgba(226, 234, 247, 0.00) 100%);
    padding: 0px 20px 8px 0;
}

.why_choose_us .green_line {
    background-color: #C1E0D2;
    height: 4px;
    position: relative;
    margin-top: 21px;
}

.why_choose_us .green_line::before {
    content: '';
    position: absolute;
    background-color: #2AB476;
    width: 60%;
    height: 100%;
}

.faq-accordion-inner {
    cursor: pointer;
}

.faq-accordion-inner h5 {
    line-height: 54px;
    letter-spacing: -1.32px;
    flex: 1;
    padding-right: 20px;
}

.why_choose_us .faq-accordion-values {
    max-width: 90%;
    width: 100%;
    padding-bottom: 20px;
}

.faq-accordion-values {
    display: none;
}

.faq-accordion-values p {
    line-height: 24px;
    letter-spacing: -0.3px;
}

.faq-accordion-inner {
    cursor: pointer;
    align-items: baseline;
}

.lists_col {
    padding: 9px 20px 10px;
}

.lists_col:last-child {
    padding: 9px 20px 0px;
}

.lists_col:not(:last-child) {
    border-bottom: 1px solid rgba(196, 203, 216, 0.60);
}

.why_choose_us .why_choose_btn {
    margin-top: 30px;
}

/* ---- start icon plus ---- */
.faq-accordion-inner .icon {
    width: 28px;
    height: 28px;
    position: relative;
}

.faq-accordion-inner .icon::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background-image: url(../image/down_arrow_faq.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.lists_col.active .icon::after {
    transform: scaleY(-1);
}

/* .lists_col.active .faq-accordion-values {
    padding-bottom: 20px;
} */

.why_choose_right {
    width: 48.5%;
}

.w_sub_info {
    padding: 8.5px;
    width: 50%;

}

.w_sub_info .w_sub_info_wpr a:hover {
    color: var(--Secondary);
}

.w_sub_info_wpr {
    background-color: var(--color2);
    border-radius: 50px;
    padding: 30px 36px;
    height: 100%;
}

.w_sub_info h3 {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: -3.24px;
    color: var(--color1);
}

.w_sub_info h4 {
    line-height: 54px;
    letter-spacing: -1.44px;
}

.w_sub_info p {
    line-height: 21px;
    letter-spacing: -0.3px;
    max-width: 204px;
    width: 100%;
}

.w_sub_info a {
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: -0.26px;
    text-decoration-line: underline;
    margin-top: 10px;
    text-underline-offset: 2px;
}

.w_sub_info:nth-child(2) .w_sub_info_wpr,
.w_sub_info:nth-child(3) .w_sub_info_wpr {
    background-color: #D1F6E5;
}

.w_sub_info:nth-child(3) h3,
.w_sub_info:nth-child(2) h3 {
    color: #0EC673;
}

/* ============= End Why Choose Us SECTION ================ */
/* ============= Start Our Customers SECTION ================ */
.our_customers {
    margin: 83px 0 0;
    position: relative;
}

.our_customers_wpr {
    background-color: var(--Primary);
    padding: 63px 0 77px;
    color: var(--white);
}

.customers_all {
    margin-top: 34px;
}

.main_customers {
    margin: 0 -8.5px;
}

.main_customers .swiper-wrapper,
.main_customers .swiper-wrapper {
    transition-timing-function: linear;
}

.sub_customers {
    max-width: 169px;
    /* width: 14.27%; */
    padding: 8.5px;
    cursor: pointer;
}

.sub_customers_wpr {
    border-radius: 28.582px;
    background: #172642;
    min-height: 176px;
    height: 100%;
    display: flex;
}

.sub_customers_wpr img {
    margin: auto;
	padding:5px;
}

.sub_customers_wpr:hover {
    background: var(--white);
}

.sub_customers_wpr:hover img {
    mix-blend-mode: difference;
}

/* ============= End Our Customers SECTION ================ */
/* ============= Start Our Commitments SECTION ================ */

.page-id-79512 .main_customers .swiper-wrapper {
	justify-content: center;	
}

span.blue {
    color: #2067F2;
}

section#green {
    position: relative;
    overflow: hidden;
    background: linear-gradient(91deg, #1BD27F 0%, #0DBC6D 100%);
}
section#blue {
	background: linear-gradient(91deg, #02112E 0%, #102652 100%);	
} 
section#purpose .n_left_side {
    background: linear-gradient(71deg, rgba(197, 212, 239, 0.40) 0.38%, rgba(197, 212, 239, 0.00) 86.73%);
    margin-right: 0;
    margin-left: 20px;
    padding: 55px 61px 55px 61px;
}
section#pledge .n_left_side {
    background: linear-gradient(271deg, rgba(197, 212, 239, 0.40) 0.38%, rgba(197, 212, 239, 0.00) 86.73%);
    margin-right: 20px;
    margin-left: 0px;
    padding: 55px 61px 55px 61px;
}
section#pledge .n_right_img img {
	object-fit:contain;
}
section#green::before {
    position: absolute;
    content: url(/wp-content/uploads/2024/09/Left-Side-N.png);
    bottom: -180px;
    left: 0;
    z-index: 0;
	opacity:0.4;
}
section#green::after {
    position: absolute;
    content: url(/wp-content/uploads/2024/09/Right-Side-N.png);
    top: 0;
    right: 0;
    z-index: 0;
	opacity:0.4;
}
.commitment-heading {
    text-align: center;
    padding: 50px 0 8px 0;
    font-size: 38px;
    color: #FFF;
    line-height: 48px;
    letter-spacing: -2.28px;
    font-weight: 700;
    margin: auto;
}
section#green .commitment-heading {
	max-width: 900px;
}
section#blue .commitment-heading {
    max-width: 500px;
}
section#blue span {
    border-radius: 8px;
    display: grid;
    background: linear-gradient(270deg, rgba(36, 65, 119, 0.80) 0%, rgba(36, 65, 119, 0.00) 100%);
}
section#green .commitment-heading span {
    border-radius: 8px;
    display: grid;
    background: linear-gradient(270deg, rgba(9, 143, 82, 0.60) 0%, rgba(9, 143, 82, 0.00) 100%);
    padding: 2px 0 6px 0;
}
.commitment-para {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    max-width: 750px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
section#integrity .commitment-heading {
    color: #02112E;
	width:fit-content;
}
section#integrity span {
    border-radius: 8px;
    display: grid
;
    background: linear-gradient(271deg, rgba(197, 212, 239, 0.40) 0.38%, rgba(197, 212, 239, 0.00) 86.73%);
    padding: 2px 10px 6px 0px;
}
section#Sustainable\ Suppliers .commitment-heading {
    max-width: fit-content;
}
section#Sustainable\ Suppliers span {
    border-radius: 8px;
    display: grid
;
    background: linear-gradient(270deg, rgba(9, 143, 82, 0.60) 0%, rgba(9, 143, 82, 0.00) 100%);
    padding: 2px 10px 6px 0;
}
section#integrity .commitment-para {
    color: #02112E;
}
.page-id-79512 .sub_customers_wpr {
    display: flex;
}
.page-id-79512 .c_logo_inner {
	background: transparent;
}

.page-id-79512 .hero_section {
	background: linear-gradient(261deg, #1BD27F -0.14%, #1BD27F 100.78%);	
}
.page-id-79512 .get_in_touch_sec {
	display:none;
}
.page-id-79512  .hr_partnership {
	display:none;
}

.page-id-79512 .sub_hero_section.hero_section_wpr::after {
	opacity:1;
}

.page-id-79512  .hero_section .expert_btn a {
    background: linear-gradient(#1464FF, #1464FF) padding-box, linear-gradient(to right, var(--white), var(--Secondary)) border-box;
}

.page-id-79512 .c_hero_breadcrumb ul li:last-child {
    background: rgba(255, 255, 255, 0.2);
}

.page-id-79512 .move_your_business .top_title p {
	max-width: 75%;
}

.page-id-79512 .top_title.text-center .btn_get_in_touch {
    display: none;
}

.projects-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding-top: 3em;
    padding-bottom: 5em;
		position: relative;
		z-index: 1;
}

.projects-section#three-col {
    grid-template-columns: repeat(3, 1fr);
}

.project {
    position: relative;
    overflow: hidden; /* Ensure content doesn't overflow */
}

.project-image {
    width: 100%;
    height: auto;
}

.project-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(10, 59, 79, 0.00) 0%, #073B50 100%);
    z-index: 1;
	border-radius:10px;
}

.project-image img {
    display: block;
    width: 100%;
    height: auto;
	border-radius:10px;
}

.project-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: transparent;
    transition: height 0.5s ease, padding 0.5s ease; /* Smooth transition for height and padding */
    padding: 20px; /* Initial padding */
    box-sizing: border-box;
    z-index:1;
}

.project-text-container h3 {
    margin: 0;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -1.08px;
    color: #fff;
	line-height:36px;
}

.project-text-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease; /* Smooth transition for sliding up */
}

.project:hover .project-text-container {
    height: auto; /* Expand height on hover */
    padding: 20px 20px 20px; /* Adjust padding to accommodate the content */
}

.project:hover .project-text-wrap {
    max-height: 250px; /* Adjust to a value that fits your content */
}

.project-desc {
    margin-top: 10px;
    color: #fff;
}

.project-link {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.project:hover .project-link {
    opacity: 1;
}

/* Mobile Styles */
@media (max-width: 1200px) {
    .projects-section {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
	.btn_get_in_touch {
        margin-top: 5px !important;
    }
	.btn_get_in_touch.policy {
		margin-left:0 !important;
	}
	.btn_get_in_touch_call a {
		font-size:14px !important;
	}
    .projects-section {
        grid-template-columns: repeat(2, 1fr);
    }
	
	.projects-section#three-col {
    grid-template-columns: repeat(1, 1fr);
}

    .project-text-container {
        height: auto; /* Ensure text is visible on mobile */
        padding: 20px 20px 20px; /* Adjust padding for mobile */
    }

    .project-text-wrap {
        max-height: none; /* Show text content by default on mobile */
    }

    .project-link {
        display: none; /* Hide link on mobile */
    }
}

@media (max-width: 480px) {
    .projects-section {
        grid-template-columns: 1fr;
    }
	
	.projects-section#three-col {
    grid-template-columns: repeat(1, 1fr);
}

    .project-link {
        padding: 5px 10px;
        font-size: 14px;
    }
}

/* Additional media queries for better handling on smaller devices */
@media (max-width: 991px) {
    .project-text-wrap {
        font-size: 13px; /* Adjust font-size for better readability */
    }
}

@media (max-width: 499px) {
    .project-text-wrap {
        font-size: 12px; /* Further adjust font-size */
        padding: 10px 0px; /* Adjust padding for smaller screens */
    }

    .project-link {
        font-size: 12px; /* Adjust link font-size */
        padding: 4px 8px; /* Adjust padding */
    }
}

/* ============= End Our Commitments SECTION ================ */


/* ============= Start Did You Know SECTION ================ */
section.our-stats.container {
    padding-top: 3em;
}
h2.stats-heading {
    text-align: center;
    max-width: 300px;
    display: block;
    margin: auto;
}
.stats-heading span {
    border-radius: 8px;
    display: grid;
    background: linear-gradient(270deg, rgba(197, 212, 239, 0.60) 0%, rgba(226, 234, 247, 0.00) 100%);
}
p.stats-para {
    color: #02112E;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.28px;
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}
.did-you-know-stats.section {
    display: flex;
    padding-top: 3em;
    padding-bottom: 5em;
    grid-gap: 20px;
}
.stats {
    padding: 30px 33px;
    border-radius: 30px;
}
.stats:nth-child(odd) {
    background: #E2EAF7;
}
.stats:nth-child(even) {
    background: #D1F6E5;
}
.stats:nth-child(odd) h2 {
    color: #2067F2;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -3.24px;
}
.stats:nth-child(even) h2 {
    color: #1BD27F;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -3.24px;
}
.stats h3 {
    color: #02112E;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -1.44px;
}
.stats p {
    color: #02112E;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.3px;
}

@media (max-width: 499px) {
	.did-you-know-stats.section {
		flex-direction: column;	
	}
	section#integrity {
    	padding-bottom: 3em;
	}
	.projects-section.container {
    	padding-bottom: 3em;
	}
}
/* ============= End Did You Know SECTION ================ */

/* ============= Start Our Customers Reviews SECTION ================ */
.customers_reviews {
    /* margin: -140px 0 -100px; */
    margin: 0px 0 0px;
    position: relative;
    background: var(--color2);
    padding: 10px 0;
}

/* .customers_reviews:before {
    content: '';
    background: var(--Primary);
    width: 100%;
    height: 60%;
    position: absolute;
} */
.classbefore {
    background: var(--Primary);
    width: 100%;
    height: 60%;
    position: absolute;
    top: -35px;
}

.review_main {
    padding: 0 10px;
    height: auto;
    /* width: 23.8%; */
    /* max-width: 434px; */
}

.review_main_wrp {
    background-color: var(--white);
    border-radius: 20px;
    padding: 28px 30px 26px;
    height: 100%;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}


body.page-template.page-template-templates.page-template-landing .review_main_wrp::after {
    content: url(/wp-content/uploads/2024/12/G-Reviews-Small.png);
    position: absolute;
    right: 25px;
    bottom: 15px;
}

/* .customers_reviews_wpr {
    padding: 0 10%;
} */

.review_main_wrp>p {
    font: var(--sh1);
    letter-spacing: -0.54px;
    padding-bottom: 22px;
}

.c_profile_img {
    padding-right: 10px;
}

.c_img_wpr {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.c_img_wpr img {
    object-fit: cover;
    height: 100%;
}

.c_profile_details h6 {
    line-height: 27px;
    letter-spacing: -0.54px;
    font-size: 18px;
}

.c_profile_details>p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.48px;
}

/* ============= End Our Customers Reviews SECTION ================ */
/* ======== Start OSpeak To An NetCentrix Agent Today! SECTION =========== */
.speak_to_netcentrix {
    padding: 76px 0 0px;
    background: linear-gradient(180deg, #E2EAF7 0%, rgba(226, 234, 247, 0.00) 100%);
}

.speak_to_left {
    flex: 1;
    margin-right: 187px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	grid-gap:20px;
}

.speak_to_left img {
	border-radius: 10px;
	width:200px;
}

.speak_to_left .top_title h2 {
    line-height: 48px;
    max-width: 447px;
    width: 100%;
    padding-bottom: 10px;
}

.top_title p:not(:last-child),
.top_title p:not(:last-of-child) {
    padding-bottom: 9px;
}

.speak_to_right {
    width: 47%;
}

.accept_text {
    padding: 0px 8px 10px;
}

.accept_text .wpcf7-list-item {
    margin: 0;
}
.accept_text span.wpcf7-form-control-wrap {
    color: #ffff;
    font-size: 14px !important;
}

.speak_right_wpr {
    background-color: var(--Primary);
    border-radius: 30px;
    padding: 32px 35px 31px;
}

.main_col_field {
    margin: 0 -8px;
}

.two_column_field {
    width: 100%;
}

.two_column_field .col_field {
    width: 50%;
}
.two_column_field .two_column_field.col_field {
    width: 100%;
}
.col_field {
    width: 100%;
    padding: 0 8px 11px;
    position: relative;
}

.col_field label {
    display: block;
    font: var(--sh3);
    line-height: 24px;
    letter-spacing: -0.28px;
    padding-bottom: 4px;
    color: var(--white);
}

.col_field input,
.col_field select,
.col_field textarea {
    border: none;
    background-color: #F5F5F5;
    border-radius: 6px;
    width: 100%;
    padding: 12px 16px 14px;
    font: normal normal 500 14px/24px var(--primary-font);
    color: #A2A2A3;
    font-size: 14px;
    letter-spacing: -0.28px;
    /* appearance: auto; */
}

.col_field input::placeholder,
.col_field select::placeholder,
.col_field textarea::placeholder {
    font: normal normal 500 14px/24px var(--primary-font);
    font-size: 14px;
    letter-spacing: -0.28px;
    color: #A2A2A3;
    text-transform: capitalize;
}

.drop_down_field {
    position: relative;
}

.drop_down_field::after,
.blog-filter-col:not(:nth-last-child(-n + 2))::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 18px;
    background-image: url('../image/down_arrow_faq.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    width: 20px;
    height: 20px;
    pointer-events: none;
}

.blog-filter-col:not(:nth-last-child(-n + 2))::after {
    background-image: url('../image/d_arrow.svg');

}

.col_field .btn_get_in_touch {
    display: block;
    position: relative;
}

.col_field .btn_get_in_touch input {
    color: white;
    border: 2px solid transparent;
    padding: 11px 25px;
    line-height: 24px;
    letter-spacing: -0.3px;
    background-color: var(--Secondary);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
	border-radius:10px;
	border: 2px solid var(--Secondary);
	transition: all 0.2s ease-in-out;
}
.col_field .btn_get_in_touch input:hover{
	background:transparent !important;
}
.col_field .wpcf7-spinner,
.internal-left-col .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

form.invalid .wpcf7-response-output {
    color: #ff0000 !important;
}

.speak_right_wpr form .wpcf7-response-output {
    color: var(--white);
}

form .wpcf7-not-valid-tip {
    font-weight: 600;
    font-size: 14px;
    color: #ff0000;
}

.col_field .btn_get_in_touch input:hover {
    background-color: #50eaa4;
}

.main_col_field p {
    color: rgba(255, 255, 255, 0.30);
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.24px;
}

.main_col_field p a {
    color: var(--Secondary);
    text-decoration-line: underline;
}

.form_text {
    padding: 0px 8px 4px;
}
.form_text p {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
.form_text_calc {
    padding: 0px 15px 15px 15px;
}
.form_text_calc p {
    color: #6C7D9F;
    font-size: 12px;
    line-height: 20px;
	width:50%
}
.form_text_calc a {
	color: #2960CC;	
	text-decoration:underline;
}
.sub_q_info {
    background-color: var(--color2);
    border-radius: 10px;
    padding: 14px 21px 16px 20px;
    display: inline-block;
    margin-right: 12px;
}
.sub_q_info.contact-page {
    margin-top: 10px;
}
.sub_q_info.landing_header {
    padding: 10px 25px 14px 25px;
    font: var(--h6);
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
}
.sub_q_info.landing_header:hover {
    border: 2px solid #E2EAF7;
    background: transparent;
}
.bottom_info h6 {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.36px;
}

.bottom_info p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.28px;
    padding: 7px 0 15px;
}

.sub_q_info span {
    font-weight: 700;
    padding-left: 9px;
}

/* 
.col_field select [disabled] {
    color: gray;
} */

/* ======= End Speak To An NetCentrix Agent Today! SECTION ============ */

/* ======= Start IT Support Calculator SECTION ============ */

.cf7-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.cf7-column {
  flex: 1 1 calc(50% - 10px);
  padding: 0 15px 15px 15px;
}

.cf7-column label {
  color: #02112E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.28px;
}

.cf7-full-width label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  margin-bottom:-20px;	
}

.cf7-full-width input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #0073e6;
  cursor: pointer;
}

.cf7-full-width {
  flex: 1 1 100%;
  padding: 15px 0;
}

.cf7-row {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
	align-items:flex-end;
}

.cf7-half-width {
  flex: 1 1 calc(50% - 10px);
  padding: 15px 0;
}

.cf7-submit {
  margin-top: 20px;
  text-align: left;
}

.cf7-container input,
.cf7-container select {
  width: 100%;
  margin-top: 5px;
  box-sizing: border-box;
  border: none;
  background-color: #f5f5f5;
  border-radius: 6px;
  padding: 12px 16px 14px;
  font: normal normal 500 14px / 24px var(--primary-font);
  color: #333;
  font-size: 14px;
  letter-spacing: -0.28px;
}

.s_calc_title h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -1.2px;
}

.s_calc_title h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: -0.32px;
}

.s_calc_title_titles {
    position: relative;
    padding-left: 80px;
	padding-bottom:20px;
}

.s_calc_title_titles::before {
    content: url(/wp-content/uploads/2025/01/calc-icon.png);
    position: absolute;
    left: 15px;
}

.s_calc_title {
    position: relative;
}

/* .s_calc_title::before {
    content: "*All Fields Are Required ";
    position: absolute;
    right: 25px;
    top: 35px;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: -0.26px;
} */

.cf7-container select {
  appearance: none; 
  -webkit-appearance: none; 
  -moz-appearance: none; 
  padding-right: 25px; 
  background-color: #f5f5f5;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 -11 15 30"><path fill="none" stroke="%23000000" stroke-width="2" d="M2 3l3 3 3-3"/></svg>'); 
  background-position: right 10px center; 
  background-repeat: no-repeat;
}

.cf7-container input[type="submit"] {
  color: white;
  padding: 11px 25px;
  line-height: 24px;
  letter-spacing: -0.3px;
  background-color: var(--Secondary);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid var(--Secondary);
  transition: all 0.2s ease-in-out;
  width: 50%;
}

.cf7-container input[type="submit"]:hover {
  background-color: #005a87;
}

.support_calc {
  padding: 50px 50px 30px;
  background: #e2eaf7;
  border-radius: 20px;
}

.it_calc_content {
  padding: 75px 0 75px;
  background: #02112E;
}

.tops_calc_title_titles {
    color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap:10px;
}

.tops_calc_title_titles p {
    max-width: 650px;
    margin: auto;
    padding-bottom: 30px;
	padding-left: 15px;
    padding-right: 15px;
}

.cf7-dropdown-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.cf7-dropdown-wrapper {
  background: #D5DFEF;
  padding: 15px 50px 7px 50px;
  border-radius: 20px;
}

/* === Smooth Dropdown Transition (Mobile Only) === */
@media (max-width: 768px) {
	.form_text_calc p {
		width:100%;
	}
	.cf7-container input[type="submit"] {
		width:100%;
	}
	.support_calc {
		padding: 30px 5px !important
    }
  .cf7-dropdown-wrapper {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, padding 0.3s ease-in-out;
    padding: 0 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 20px;
  }

.cf7-dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 95%;
        background: #D5DFEF;
        border: 1px solid #CCD5E7;
        border-radius: 5px;
        padding: 15px 20px;
        font-size: 18px;
        font-weight: 700;
        cursor: pointer;
        transition: background 0.3s ease-in-out;
        position: relative;
        margin: auto;
}

.cf7-dropdown-toggle::after {
  content: "";
  background-image: url('/wp-content/uploads/2025/02/Calc-Down-Arrow.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px; 
  height: 10px;
  position: absolute;
  right: 20px;
  transition: transform 0.3s ease-in-out;
}

.cf7-dropdown-toggle.active::after {
  transform: rotate(180deg); /* Rotates the arrow when dropdown is open */
}

  .cf7-dropdown-toggle:hover {
    background: #005bb5;
  }
}

/* Ensure dropdown always visible on desktop */
@media (min-width: 769px) {
  .cf7-dropdown-toggle {
    display: none;
  }

  .cf7-dropdown-wrapper {
    max-height: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    padding: 15px 50px;
  }
}

.cf7-dropdown-title {
  flex: 1 1 70%; 
  margin-right: 10px;
}

.cf7-dropdown-wrapper h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.8px;
}

.cf7-dropdown-subtitle {
  margin-top: 4px;
  color: #8492AD;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 23px;
  letter-spacing: -0.26px;
}

.cf7-dropdown-field {
  flex: 1 1 30%;
  text-align: right;
}

.cf7-dropdown-field select {
  width: 100%;
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 40px 10px 12px; 
}

/* ======= End IT Support Calculator SECTION ============ */

/* ======= Start Selected Posts SECTION ============ */


/* ======= End Selected Posts SECTION ============ */

.selected-posts-section {
	margin: 62px 0 53px;
}

.selected-posts-section .section-header {
    text-align: center;
    padding: 0 0 20px 0;
}

.selected-posts-section .post-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.selected-posts-section .post-card {
    background: #E2EAF7;
    border-radius: 20px;
    padding: 19px 19px 34px;
    flex: 1 1 30%; /* Flexible size with a minimum basis */
    min-width: 280px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.selected-posts-section .post-card:hover {
    transform: translateY(-5px);
}

.selected-posts-section .post-image {
    position: relative;
    padding-top: 58.73%;
    border-radius: 10px;
    overflow: hidden;
}

.selected-posts-section .post-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
    display: block;
		max-width: 100% !important;
}

.selected-posts-section .post-category {
    position: absolute;
    top: 18px;
    left: 16px;
    background-color: #1464FF;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.84;
    letter-spacing: -0.26px;
    padding: 2px 14px 4px;
    border-radius: 6px;
    z-index: 1;
}

.selected-posts-section .category-it-services {
    background-color: #007bff;
}

.selected-posts-section .post-content {
    padding-top: 14px;
}

.selected-posts-section .post-date {
    color: #02112E;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.84;
    letter-spacing: -0.26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.selected-posts-section .post-title {
    font-size: 28px;
    color: #02112E;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

.selected-posts-section .post-title a {
    color: inherit;
    text-decoration: none;
}

.selected-posts-section .post-excerpt {
    color: #02112E;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53;
    letter-spacing: -0.26px;
}

.selected-posts-section .read-more a {
    margin-top: 15px;
    display: inline-block;
    color: #02112E;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.53;
    letter-spacing: -0.26px;
    text-decoration: underline;
}

/* ======= Start Useful Resources SECTION ============ */
.userful_resource {
    margin: 62px 0 53px;
}

.userful_resource .blog-row {
    padding-top: 42px;
}

/* ======= End Useful Resources SECTION ============ */
/* ======= Start Get In Touch Today SECTION ============ */
.get_in_touch_sec {
    margin-top: 53px;
    position: relative;
    overflow: hidden;
}

.get_in_touch_sec::after,
.get_in_touch_sec::before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    pointer-events: none;
}

.get_in_touch_sec::before {
    background-image: url(../image/get_touch_bg.png);
}

.get_in_touch_sec::after {
    background-image: url(../image/get_touch_bg2.png);
    right: 0;
    top: 0;
    background-position: right;
}

.get_touch_wpr {
    background-color: var(--Secondary);
    color: var(--white);
    padding: 82px 0 100px;
}

.get_touch_wpr .top_title {
    position: relative;
    z-index: 1;
}

.get_in_touch_sec h2 {
    line-height: 54px;
}

.get_in_touch_sec p {
    font-size: 16px;
    font-weight: 600;
    max-width: 700px;
    margin: 2px auto 0;
}

.get_touch_wpr .expert_btn {
    margin: 23px auto 0;
}

.get_touch_wpr .expert_btn a {
    background: linear-gradient(#4FEAA4, #4FEAA4) padding-box, linear-gradient(to right, var(--white), #4FEAA4) border-box;
    ;
    color: var(--Primary);
    padding: 13px 27px 14px;
    border-radius: 10px;
}

.get_touch_wpr .expert_btn a:hover {
    background: var(--white);
}

/* ======= End Get In Touch Today SECTION ============ */

/* ======= Start Single Posts ============ */

nav.netcentrix-contents a {
    font-size: 14px;
    line-height: 24px;
    color: #02112E;
    font-weight: 700;
    margin-bottom: 15px;
}

.post-template-default.single.single-post h2 {
    line-height: 42px;
    margin: 20px 0;
}

.post-template-default.single.single-post .article-content img {
    height: 100%;
    width: 100%;
    margin: 20px 0;
}

/* ======= End Single Posts ============ */
/* landing pages */

.page-template-landing .footer {
    display: none;
}

.page-template.page-template-templates.page-template-landing .v_desktop_sec {
    background: #fff;
    margin: 0 0 100px;
    padding: 20px 0 0;
}

.page-template.page-template-templates.page-template-landing .key_features {
    display: none;
}

section.hero_section:has(.hero_section_full.landing_hero_layout.hero_section_wpr) .left_image_wrp::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(262deg, rgb(2 17 46 / 50%) 45%, rgb(10 61 160 / 0%) 100%);
    z-index: 0;
}
section.hero_section:has(.hero_section_full.landing_hero_layout.hero_section_wpr) .left_image_wrp::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    z-index: 0;
    width: 50%;
    backdrop-filter: blur(3px);
}
@media only screen and (max-width: 1024px) {
	section.hero_section:has(.hero_section_full.landing_hero_layout.hero_section_wpr) .left_image_wrp {
		display: block;
		position: absolute;
		inset: 0;
	}
	section.hero_section:has(.hero_section_full.landing_hero_layout.hero_section_wpr) .left_image_wrp::before {
	background: linear-gradient(180deg, rgb(2 17 46 / 50%) 45%, rgb(10 61 160 / 0%) 100%);
	}
}

/* ======= Start Footer SECTION ============ */
.footer_wpr {
    color: var(--white);
    background-color: var(--Primary);
    background-image: url(../image/Union_footer.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right bottom;
}

.footer_top {
    padding: 72px 0 112px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer_logo {
    max-width: 34px;
    width: 100%;
    margin: auto;
}

.footer_logo img,
.footer_logo svg {
    width: 100%;
}

.footer_list {
    padding: 41px 0 0;
}

.sub_footer_list {
    flex: 1 1 20%;
}

.sub_footer_list h5 {
    line-height: 65px;
    letter-spacing: -1.32px;
}

.sub_footer_list ul li a {
    color: var(--white);
    font: var(--sh2);
    line-height: 40px;
    letter-spacing: -0.32px;
    transition: all 0.2s ease-in-out;
}

.sub_footer_list ul li a:hover {
    color: var(--Secondary);
}

.social_icon {
    margin: 24px 0;
    flex: auto;
}

.social_icon ul li {
    margin-right: 25px;
    width: 21px;
    height: 21px;
}

.social_icon ul li:last-child {
    margin: 0;
}

.addtoany_shortcode span.a2a_svg.a2a_s__default.a2a_s_linkedin {
    background: transparent !important;
}

.addtoany_shortcode span.a2a_svg.a2a_s__default.a2a_s_facebook {
    background: transparent !important;
}

.addtoany_shortcode span.a2a_svg.a2a_s__default.a2a_s_twitter {
    background: transparent !important;
}
.addtoany_shortcode span.a2a_svg.a2a_s__default.a2a_s_a2a {
    background: transparent !important;
}
.addtoany_shortcode .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
    height: 28px !important;
    width: 30px !important;
    padding: 2px;
}
.vacancies-content a.a2a_button_facebook {
    background: #1877F2;
    padding: 0px !important;
    border-radius: 3px;
}
.a2a_kit.a2a_kit_size_32.addtoany_list {
    line-height: 29px !important;
}
.footer_bottom {
    padding: 44px 0;
    align-items: center;
}
.f_bottom_logo {
    display: inline-flex;
    align-items: center;
    grid-gap: 25px;
}
.f_bottom_logo img {
    width: 175px;
}
.f_bottom_right {
    max-width: 700px;
    width: 100%;
    text-align: end;
}

.f_bottom_right p {
    font: var(--sh4);
    line-height: 21px;
    letter-spacing: -0.28px;
}

.f_bottom_right p a {
    color: var(--white);
}

/* ======= End Footer SECTION ============ */
/* ======= Start cloudPage Page ============ */
/*---- Move Your Business section --- */
.move_your_business {
    margin: 76px 0 73px;
    position: relative;
}

.move_your_business .we_can_help_wpr .top_title {
    color: var(--Primary);
    margin-bottom: 73px;
}

.move_your_business .top_title h2 {
    max-width: 533px;
    width: 100%;
    line-height: 44px;
    margin: auto;
}

.move_your_business .top_title p {
    max-width: 794px;
    width: 100%;
    margin: 10px auto 22px;
    font-size: 16px;
}

.move_your_business .top_title .btn_get_in_touch {
    margin: 0;
}

/*---- we can help section --- */

.we_can_help.w_business_help {
    margin: 73px 0 62px;
    z-index: 1;
}

.w_business_help .we_can_help_wpr {
    background: transparent;
    padding: 0;
}

.w_business_help .we_can_help_wpr::before,
.w_business_help .we_can_help_wpr::after {
    content: unset;
}

.w_business_help .more_read {
    padding: 6px;
    width: 33px;
    height: 33px;
}

.w_business_help .more_read svg {
    width: 19px;
    height: 19px;
}

.move_your_business::before,
.our_executive_team::before {
    content: '';
    background-image: url(../image/Ellipse_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 100%;
    left: 5%;
    width: 507px;
    height: 507px;
    pointer-events: none;
    z-index: -1;
}

.our_executive_team::before {
    top: 2%;
    z-index: -1;
    left: 7%;
}

.move_your_business::after {
    content: '';
    background-image: url(../image/azure_v_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: -50%;
    right: 0%;
    width: 631.049px;
    height: 631.049px;
    pointer-events: none;
    background-position: right;
    z-index: -1;
}

.w_business_help .tab_content_wpr p {
    color: var(--Primary);
}

.w_business_help .tab_content_wpr {
    background-color: var(--color2);
}

.tab_content_wpr:hover {
    background-color: #D1F6E5;
}

.w_business_help .tab_content_wpr h5 {
    color: var(--color1);
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1.44px;
    text-transform: capitalize;
    line-height: 1.2;
    padding-bottom: 7px;
}

.tab_content_wpr:hover h5 {
    color: var(--Secondary);
}

.w_business_help .tab_content_wpr svg path {
    stroke: var(--Primary);
}

.tab_content_wpr:hover svg path {
    stroke: var(--Secondary);
}

.tab_content_wpr:hover p {
    color: var(--Primary);
}

.tab_content a {
    display: block;
    height: 100%;
}

/*--- What are the Benefits of the Cloud? ---*/
.benefits_of_cloud {
    background-color: var(--Primary);
    padding: 1px 0 16px;
    position: relative;
}

.benefits_wpr {
    margin: 75px 0 78px;
}

.left_benefits {
    width: 32.5%;
}

.right_benefits {
    flex: 1;
    color: var(--white);
    padding-left: 54px;
}

.benefits_img {
    position: relative;
    padding-bottom: 71%;
    border-radius: 20px;
    overflow: hidden;
    /* height: 100%; */
}

.benefits_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right_benefits p {
    font-size: 16px;
    font-weight: 500;
}

.right_benefits p strong {
    font-weight: 700;

}

.benefits_of_cloud .top_title h2 {
    line-height: 44px;
    padding-bottom: 7px;
}

.benefits_btn {
    display: flex;
}


.benefits_btn .btn_get_in_touch,
.benefits_btn .expert_btn.customer_stories {
    margin: 0 !important;
}

.benefits_btn .expert_btn a {
    padding: 14px 25px 17px 25px;
}

.benefits_btn {
    margin-top: 30px;
}

.benefits_btn .btn_get_in_touch a:hover {
    background-color: var(--white);
    color: var(--Primary);
}

.benefits_btn .customer_stories a:hover,
.blue_text.expert_btn a:hover {
    color: var(--Secondary);
}

.benefits_btn .customer_stories a:hover path,
.blue_text.expert_btn a:hover svg path {
    stroke: var(--Secondary);
}

.benefits_wpr_reverse {
    flex-direction: row-reverse;
}

.benefits_wpr_reverse .right_benefits {
    padding: 0 54px 0 0;
}

/* ---- Business Benefits ---*/
.b_benefits {
    margin: 75px 0 85px;
}

.b_benefits .top_title h2 {
    line-height: 44px;
    padding-bottom: 7px;
}

.b_benefits .top_title p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
}

.main_b_benefits {
    margin-top: 30px;
    position: relative;
}

.main_b_benefits::before,
.main_b_benefits::after {
    content: '';
    position: absolute;
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    width: 243px;
    height: 100%;
    z-index: 3;
    transform: scaleX(-1);
}

.main_b_benefits::after {
    right: 0;
    top: 0;
    transform: scaleX(1);

}

.benefit_list {
    padding: 0 7.5px;
    width: 23.7%;
    height: auto;
}

.benefit_list_wpr {
    background-color: var(--color2);
    border-radius: 40px;
    padding: 30px 48px 38px 30px;
    height: 100%;
}

.benefits_icon {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefit_list_wpr h4 {
    letter-spacing: -1.44px;
    max-width: 245px;
    width: 100%;
    padding: 12px 0;
}

.benefit_list_wpr p {
    font: var(--sh4);
    letter-spacing: -0.28px;
}

/* ======= End cloudPage SECTION ============ */

/* ======= Start Netcentrix Azure Virtual Desktop PAGE ============ */
.blue_text a {
    color: var(--color1);
}

.blue_text.expert_btn a svg path {
    stroke: var(--color1);
    transition: all .2s ease-in-out;
}

.two_btn .btn_get_in_touch {
    margin: 0 !important;
}

.two_btn {
    margin-top: 36px;
}

.flexibility_sec {
    margin: 70px 0;
}

.flexibility_sec .n_right_side {
    width: 36.2%;
}

.flexibility_sec .top_title h2 {
    line-height: 47px;
    padding-bottom: 9px;
    max-width: 556px;
    width: 100%;
}

.flexibility_sec .top_title p:not(:last-of-type) {
    padding-bottom: 12px;
}

.flexibility_sec .n_left_side {
    padding: 55px 61px 55px 0;
}

.flexibility_sec_reverse .net_promise_wpr {
    flex-direction: row-reverse;
}

.flexibility_sec_reverse .n_left_side {
    padding: 45px 0px 50px 43px;
    margin-left: 20px;
    background: linear-gradient(71deg, rgba(197, 212, 239, 0.40) 0.38%, rgba(197, 212, 239, 0.00) 86.73%);
}

/* vacancies without bg */
.vacancies_without_bg {
    background: transparent !important;
    padding: 0 !important;
}

.vacancies_without_bg .vacancies-wp {
    background: linear-gradient(91deg, #02112E 0%, #102652 100%);
    padding: 44px 60px 50px;
    border-radius: 10px;
}

.vacancies_without_bg .vacancies-title h2 {
    text-transform: unset;
}

.get_in_touch {
    /* margin-top: 40px; */
    margin-top: 20px;
}

.get_in_touch a {
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    margin-right: 25px;
    line-height: normal;
}

/*--Why NetCentrix for Azure Virtual Desktop? --*/
.v_desktop_sec {
    background-color: var(--Primary);
    margin: 82px 0 0;
    padding: 70px 0 1px;
}

.v_desktop_inner {
    position: relative;
    padding: 0 10px 0 0;
}

.v_desktop_wpr {
    background-color: var(--color2);
    border-radius: 20px;
	justify-content: space-between;
}

.v_desktop_left {
    padding: 50px 15px 56px 45px;
    width: 48%;
}

.v_desktop_left h2 {
    line-height: 47px;
    max-width: 433px;
    padding-bottom: 15px;
}

.v_desktop_right {
    width: 50%;
	position:relative;
}

.v_desktop_left p a {
    text-decoration: underline;
}

.v_desktop_right_wpr {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.v_desktop_right_wpr img {
    object-fit: cover;
    width: 100%;
    object-position: left;
    height: 100%;
}

.v_desktop_left .two_btn {
    margin-top: 25px;
}

.sub_features_wpr {
    background-color: var(--white);
    border-radius: 10px;
    padding: 18px 11px 17px 17px;
    height: 100%;
}

.key_features {
    margin: 63px 0 70px;
}

.key_features_wpr .top_title {
    color: var(--white);
    padding-bottom: 16px;
}

.inner_key_features {
    margin: 0 -10px;
}

.sub_features {
    width: 50%;
    padding: 10px;
}

.sub_features .key_f_img {
    width: 130px;
    height: 130px;
    border-radius: 6px;
    overflow: hidden;
    object-fit: cover;
}

.sub_features .key_f_img img,
.sub_features .key_f_img svg {
    width: 100%;
    height: 100%;
	object-fit:cover;
}

.key_f_details {
    flex: 1;
    padding-left: 25px;
}

.key_f_details h4 {
    letter-spacing: -1.44px;
}

.key_f_details p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.32px;
    font-weight: 500;
}

/*--- Getting the most ---*/
.getting_the_most {
    margin: 78px 0 60px;
}

.getting_most_wpr {
    padding: 71px 80px 82px;
    border-radius: 10px;
    background: linear-gradient(256deg, rgba(197, 212, 239, 0.40) 0.38%, rgba(229, 235, 248, 0.40) 86.73%);
}

.getting_most_wpr .top_title h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1.8px;
    text-transform: capitalize;
    max-width: 336px;
}

.getting_most_wpr .top_title p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.32px;
    flex: 1;
}

.faq_investment {
    margin-top: 32px;
}

.faq_investment .lists_col {
    background-color: var(--white);
    border: 0;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 40px 40px 32px 50px;
    border-left: 8px solid var(--color1);
}

.faq_investment .lists_col:last-child {
    margin: 0;
}

.faq_investment .lists_col.active {
    border-color: var(--Secondary);
}

.faq_inner_left {
    width: 40%;
    padding-right: 10px;
}

.faq_inner_left h4 {
    line-height: 28px;
    letter-spacing: -1.44px;
    text-transform: capitalize;
    max-width: 336px;
}

.faq_inner_right {
    flex: 1;
}

.faq_inner_right .faq-accordion-inner {
    align-items: flex-start;
}

.faq_inner_right .faq-accordion-inner p {
    flex: 1;
    font-size: 16px;
    letter-spacing: -0.32px;
    padding-right: 40px;
    max-width: 636px;
}

.faq_inner_right .faq-accordion-values {
    padding: 13px 40px 0 0;
    max-width: 636px;
}

.faq_inner_right .faq-accordion-values p {
    font-size: 16px;
    line-height: 23px;
}

.lists_col.active .faq_inner_right .faq-accordion-values {
    padding-bottom: 7;
}

.top_title_left {
    width: 41%;
    padding-right: 10px;
}

/*-- Frequently Asked Questions ---*/
.faq_sec {
    background-color: var(--Primary);
    padding: 60px 0 80px;
    margin-top: 75px;
}

.main_faq_wpr {
    background-color: var(--white);
    border-radius: 20px;
    padding: 9px 42px;
    margin-top: 32px;
}

.faq_sec .top_title {
    color: var(--white);
}

.faq_sec .top_title p {
    font-size: 16px;
}

.faq_sec .lists_col {
    padding: 18px 20px 18px 0;
}

.faq_sec .lists_col .faq-accordion-values {
    padding-bottom: 10px;
    /* width: 82%; */
}

.faq_sec .faq-accordion-inner .icon {
    width: 12px;
    height: 12px;
    position: relative;
}

.faq_sec .faq-accordion-inner .icon:after,
.faq_sec .faq-accordion-inner .icon:before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background: var(--Primary);
    transition: all 0.2s ease-in-out;
}

.faq_sec .faq-accordion-inner .icon:before {
    width: 2px;
    height: 100%;
}

.faq_sec .faq-accordion-inner .icon:after {
    width: 100%;
    height: 2px;
}

.faq_sec .lists_col.active .icon:before {
    transform: translate(-50%, 0%) rotate(90deg);
}

.faq-accordion-values ul {
    padding-left: 17px;
}

.faq-accordion-values ul li {
    list-style: disc;
}

/* ======= END Netcentrix Azure Virtual Desktop PAGE ============ */
/* =================== START SEARCH RESULTS PAGE =================== */
	.search-results-wrap {
    	display: inline-flex;
    	width: 100%;
    	align-items: center;
	}

	.search-results-title {
    	font-size: 24px;
    	margin-bottom: 10px;
    	font-weight: bold;
    	width: 30%;
	}

	.search-form {
    	display: flex;
    	margin-bottom: 20px;
    	position: relative;
    	width: 70%;
    	height: 50px;
    	flex-direction: row-reverse;
	}
	
	.view {
    	text-align: right;
	}
	
	p.search-results-count {
    color: #5F6368;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.16px;
    display: block;
    margin-bottom: -10px;
	}

	.search-field {
    	flex: 1;
    	padding: 12px;
    	font-size: 16px;
    	border: transparent;
    	border-radius: 0px 5px 5px 0px;
    	outline: none;
    	background: #E2EAF7;
	}

	.search-submit {
    	background: #E2EAF7;
    	color: #fff;
    	border: transparent;
    	padding: 12px;
    	cursor: pointer;
    	border-radius: 5px 0px 0px 5px;
    	transition: 0.3s;
	}

    .search-submit:hover {
        background: #0056b3;
    }

    .search-results-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 15px;
    }
	
	.search-result-card {
    	display: flex;
    	background: #F3F7FC;
    	border-radius: 10px;
    	overflow: hidden;
    	padding: 25px;
    	align-items: center;
	}

    .search-result-image {
        width: 213px;
        height: 150px;
        object-fit: cover;
        border-radius: 8px;
        margin-right: 15px;
    }

    .search-result-content {
        flex: 1;
    }

	.search-result-title {
    	margin-bottom: 10px;
    	color: #000;
		font-size: 27px;
    	font-style: normal;
    	font-weight: 700;
    	line-height: normal;
    	letter-spacing: -0.27px;
	}

    .search-result-title a {
        text-decoration: none;
        color: #333;
    }

	.search-result-excerpt {
    	font-size: 14px;
    	color: #000;
    	margin-bottom: 10px;
    	font-style: normal;
    	font-weight: 400;
    	line-height: 22px;
    	letter-spacing: -0.14px;
    	width: 672px;
	}

	.search-result-button {
    	display: inline-block;
    	padding: 8px 12px;
    	background: transparent;
    	color: #000000;
    	border-radius: 5px;
    	border: 2px solid #D0D0D0;
    	text-decoration: none;
    	font-size: 14px !important;
    	font-weight: bold;
    	transition: 0.3s;
	}

    .search-result-button:hover {
        background: #D0D0D0;
    }

    .pagination-container {
        text-align: center;
        margin-top: 20px;
    }

    .pagination-container .page-numbers {
        display: inline-block;
    	padding: 8px 12px;
    	margin: 0 5px;
    	background: #F3F7FC;
    	color: #5F6368;
    	border-radius: 5px;
    	text-decoration: none;
    	font-weight: 700;
    }
	
	a.next.page-numbers {
    	background: transparent;
	}
	
	a.prev.page-numbers {
    	background: transparent;
	}
	
    .pagination-container .current {
        background: #1BD27F;
    }

    .no-results {
        text-align: center;
        font-size: 16px;
        color: #888;
    }
	/* Mobile-Friendly Styles */
@media screen and (max-width: 768px) {
    
    .container {
        padding: 15px;
    }

    .search-results-title {
        font-size: 20px;
        text-align: center;
    }

    .search-form {
        flex-direction: row-reverse;
        display: flex;
        width: 100%;
    }

    .search-field {
        font-size: 14px;
        padding: 10px;
        width: 100%;
    }

    .search-submit {
        padding: 10px;
        width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-submit img {
        width: 20px;
        height: 20px;
    }

    .search-results-grid {
        grid-template-columns: 1fr; /* Single column layout */
        gap: 10px;
    }

    .search-result-card {
        flex-direction: column;
        padding: 15px;
        text-align: center;
        align-items: center;
    }

    .search-result-image {
        width: 100%;
        height: auto;
        max-width: 100%;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .search-result-title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .search-result-excerpt {
        font-size: 14px;
        line-height: 20px;
        width: auto;
        max-width: 100%;
    }

    .view {
        text-align: center;
        margin-top: 10px;
    }

    .search-result-button {
        width: 100%;
        font-size: 14px;
        padding: 10px;
    }

    .pagination-container {
        text-align: center;
    }

    .pagination-container .page-numbers {
        font-size: 14px;
        padding: 6px 10px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    
    .container {
        padding: 20px;
    }

    .search-results-title {
        font-size: 22px;
        text-align: center;
    }

    .search-form {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .search-field {
        font-size: 16px;
        padding: 12px;
    }

    .search-submit {
        padding: 12px;
    }

    .search-submit img {
        width: 22px;
        height: 22px;
    }

    .search-results-grid {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Two columns on tablets */
        gap: 15px;
    }

    .search-result-card {
        flex-direction: column;
        padding: 20px;
        text-align: left;
        align-items: flex-start;
    }

    .search-result-image {
        width: 100%;
        height: auto;
        max-width: 100%;
        border-radius: 8px;
        margin-bottom: 10px;
    }

    .search-result-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .search-result-excerpt {
        font-size: 15px;
        line-height: 22px;
        width: auto;
        max-width: 100%;
    }

    .view {
        text-align: left;
        margin-top: 10px;
    }

    .search-result-button {
        padding: 10px 14px;
    }

    .pagination-container .page-numbers {
        font-size: 16px;
        padding: 8px 12px;
    }
}
	/* Styles for Larger Tablets (1024px - 1366px) */
@media screen and (min-width: 1024px) and (max-width: 1366px) {
    
    .container {
        padding: 30px;
        max-width: 1100px;
        margin: 0 auto;
    }

    .search-results-title {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .search-form {
        width: 100%;
        max-width: 700px;
        margin: 0 auto 25px;
    }

    .search-field {
        font-size: 18px;
        padding: 14px;
    }

    .search-submit {
        padding: 14px;
    }

    .search-submit img {
        width: 24px;
        height: 24px;
    }

    .search-results-grid {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Two columns for better layout */
        gap: 20px;
    }

    .search-result-card {
        display: flex;
        flex-direction: column;
        padding: 25px;
        text-align: left;
        align-items: center;
        background: #F3F7FC;
        border-radius: 12px;
    }

    .search-result-image {
        width: 250px;
        height: 160px;
        object-fit: cover;
        border-radius: 10px;
        margin-right: 20px;
    }

    .search-result-content {
        flex: 1;
    }

    .search-result-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .search-result-excerpt {
        font-size: 16px;
        line-height: 24px;
        width: auto;
        max-width: 100%;
    }

    .view {
        text-align: left;
        margin-top: 12px;
    }

    .search-result-button {
        font-size: 16px;
        padding: 12px 16px;
        border: 2px solid #D0D0D0;
    }

    .pagination-container .page-numbers {
        font-size: 16px;
        padding: 10px 14px;
    }
}
/* =================== END SEARCH RESULTS PAGE =================== */
/* ======= Start Blog PAGE ============ */

.hero_section_full.hero_section_wpr {
    padding: 107px 0 104px;
}

/* opation color change */

.blog-filter-col.industry_select .blog-filter-select,
.blog-filter-col.role_select .blog-filter-select,
.blog-filter-col.latest_select .blog-filter-select {
    color: var(--Primary);
}

.industry_select,
.role_select,
.latest_select {
    position: relative;
    display: inline-block;
    --color: #2067F2;
}


.industry_select:before,
.role_select::before,
.latest_select::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 1px;
    bottom: 1px;
    left: 80px;
    background: var(--color);
    mix-blend-mode: lighten;
    pointer-events: none;
}

.role_select::before {
    left: 118px;
}

.industry_select select option,
.role_select select option,
.latest_select select option {
    color: black;
}

.blog-filter-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 50px -9px 43px;
    padding-bottom: 42px;
    position: relative;
}

.blog-filter-col:not(:nth-last-child(-n + 2)) {
    width: 21.8%;
}

.blog-filter-col {
    padding: 0 9px;
    position: relative;
}

.blog-filter-col:nth-last-child(-n + 2) {
    width: 17.2%;
}

.blog-filter-col .blog-filter-select {
    color: #ABB3C1;
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.28px;
    border-radius: 10px;
    border: 1.5px solid #D1D6DF;
    width: 100%;
    padding: 13px 37px 13px 16px;
    background-image: url(image/Vector\ \(7\).svg);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center right 17px;
    background-color: var(--white);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-results-button,
.filter-clear-button {
    color: #02112E;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.78;
    letter-spacing: -0.28px;
    border: none;
    background-color: transparent;
    width: 100%;
    height: 53px;
    border-radius: 10px;
    font-family: Plus Jakarta Sans;
}

.filter-results-button {
    background-color: var(--Secondary);
    border-radius: 10px;
}

.filter-results-button:hover {
    background-color: var(--Primary);
    color: var(--white);
}

.filter-clear-button {
    border: 2px solid var(--Primary);
}

.filter-clear-button:hover {
    border-color: var(--Secondary);
    color: var(--Secondary);
}

.blog-filter-row:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 9px;
    left: 9px;
    background-color: #D8D8D8;
    height: 1px;
}

.blog-section {
    margin-bottom: 50px;
}

.blog-row {
    display: flex;
    flex-wrap: wrap;
    margin: 43px -17px 0;
}

.blog-row .swiper-wrapper {
    height: auto;
}

.blog-col {
    width: 33.33%;
    padding: 0 17px 30px;
}

.blog-inner {
    border-radius: 20px;
    background: #E2EAF7;
    padding: 19px 19px 34px;
    height: 100%;
}

.blog-image {
    position: relative;
    padding-top: 58.73%;
    display: block;
}

.blog-it-services {
    position: absolute;
    top: 18px;
    left: 16px;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.84;
    letter-spacing: -0.26px;
    border-radius: 6px;
    background-color: #1464FF;
    padding: 2px 14px 4px;
}

.blog-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.blog-content {
    padding-top: 14px;
}

.blog-date {
    color: #02112E;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.84;
    letter-spacing: -0.26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.blog-date span:last-of-type {
    color: #2067F2;
    padding: 0 0 0 5px;
}

.blog-date span {
    display: block;
    padding: 0 5px 0 0;
}

.blog-content h2 {
    color: #02112E;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -1.68px;
    padding: 6px 0;
}

.blog-description p,
.blog-description {
    color: #02112E;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53;
    letter-spacing: -0.26px;
}

.blog-button a {
    color: #02112E;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.53;
    letter-spacing: -0.26px;
    text-decoration-line: underline;
}

.blog-button a:hover {
    color: var(--Secondary);
}

.blog-description {
    padding-bottom: 24px;
}

.blog-load-more a {
    color: #02112E;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: #D8E3F8;
    padding: 14px 32px 16px;
}

.blog-load-more {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.load-more-blog-wrap #load-more-loading,
#loader {
    max-width: 40px;
    margin: auto;
}

#loader {
    margin: 0px auto 40px
}

.no-more-post {
    font-weight: 600;
}

/* ======= END Blog PAGE ============ */
/* ======= Start Article PAGE ============ */

.blog_details_page .hero_section_wpr {
    padding: 108px 0 72px;
}

.blog_details_page .hero_details_title,
.hero_section_full .hero_details_title {
    max-width: 800px;
}

.hero_section_full.hero_section_wpr::before,
.blog_details_page .hero_section_wpr::before {
    top: -17%;
    min-height: 770px;
}

/* .hero_section_full .hero_details_title p {
    white-space: pre-line;
} */

.hero_section_full .hero_details_title p,
.blog_details_page .hero_details_title p {
    font-size: 16px;
    letter-spacing: -0.32px;
}

.blog_details_page .hero_details_title p span {
    display: block;
    max-width: fit-content;
    margin: 30px auto 0;
}

.article-date-share {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    padding: 28px 0 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E3E3E3;
}

.article-date {
    color: #02112E;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.78;
    letter-spacing: -0.28px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.article-section .container {
    max-width: 1080px;
}

.article-date span {
    padding: 0 5px 0 0;
}

.author {
    display: flex;
    grid-gap: 10px;
    align-items: center;
	font-weight:700;
}

.author img {
    border-radius: 16px;
}
.author-description {
	text-align:center;
}
.article-date span:last-of-type {
    padding: 0 0 0 5px;
}

.article-share-title {
    color: #02112E;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.78;
    letter-spacing: -0.28px;
    padding-right: 6px;
}

.article-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.article-share-row .addtoany_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.article-share-row .addtoany_list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px !important;
    background-color: #02112E;
    border-radius: 50%;
    margin: 0 3px;
}

.article-share-row .addtoany_list a:hover {
    background-color: #02112E;
}

.article-content .article-main-title {
    color: #02112E;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.15;
    /* 115.789% */
    letter-spacing: -2.28px;
    margin-bottom: 13px;
}

.article-content p {
    color: #02112E;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.56;
    letter-spacing: -0.32px;
}

.article-content p {
    margin-bottom: 26px;
}

.article-content p a {
    text-decoration-line: underline;
    display: inline;
}

.article-image {
    margin: 26px 0 22px;
}

.article-image img {
    width: 100%;
    height: 100%;
}

.blog-inner-content h3 {
    color: #02112E;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.46;
    letter-spacing: -1.2px;
    margin: 22px 0 7px;
}

.blog-inner-content h4 {
    color: #02112E;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.83;
    letter-spacing: -1.44px;
    margin: 22px 0 7px;

}

.article-content .article-main-title:first-of-type {
    max-width: 673px;
    width: 100%;
}

.article-date-img {
    width: 37px;
    height: 37px;
    margin-right: 13px;
}

.article-date-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.article-date a {
    color: #2067F2;
    text-decoration-line: underline;
}

.article-date-share.article-date-bottom {
    padding: 28px 0 0;
    margin: 37px 0;
    border-bottom: none;
    border-top: 1px solid #E3E3E3;
}

.article-date-content {
    width: 100%;
    padding-top: 6px;
}

.article-date-content p {
    color: #02112E;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.53;
    letter-spacing: -0.26px;
    max-width: 598px;
    width: 100%;
}

.addtoany_list a {
    height: 28px !important;
}

.article-share-row .addtoany_list a:not(.addtoany_special_service)>span {
    border-radius: 50px !important;
}

.article-share-row a.a2a_dd.addtoany_no_icon.addtoany_share_save.addtoany_share {
    display: none !important;
}

.article-share-row .a2a_svg svg {
    top: 3px !important;
    width: 20px !important;
}

/* ======= END Article PAGE ============ */
/* ============= Start Author Bio ================ */
.author {
	display:block!important;
}
.author img {
    border-radius: 0;
}
.author-avatar img {
    border-radius: 10px;
}
p.meta-post-author a {
    color: #fff;
}
.author-bio {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
}
.author-description a {
    color: #fff;
    font: var(--h1);
}
p.author-bio {
    font-weight: 400;
}
.author-description p {
    width: 100%;
    margin: 00;
    font: var(--sh1);
    line-height: 25px;
    letter-spacing: -0.36px;
    font-size: 14px;
}
.author-avatar img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.pp-multiple-authors-boxes-wrapper.pp-multiple-authors-wrapper.pp-multiple-authors-layout-boxed.multiple-authors-target-the-content {
    display: none;
}
/* ============= End Author Bio ================ */
/* ======= Start Privacy policy PAGE ============ */
.privacy-policy .sub_hero_section .hero_btn {
    margin-top: 28px;
}

.privacy-policy .sub_hero_section .c_hero_breadcrumb {
    padding-bottom: 21px;
}

.p_policy_title {
    padding-bottom: 37px;
}

.p_policy_title h2 {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -1.8px;
    text-transform: capitalize;
    padding-bottom: 13px;
}

.p_policy_content {
    overflow-x: auto;
}

.p_policy_title p,
.p_policy_content p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.32px;
}

.p_policy_content h4 {
    line-height: 35px;
    letter-spacing: -1.44px;
    text-transform: capitalize;
    padding-bottom: 13px;
}

.p_policy_content table {
    border-collapse: collapse;
    width: 100%;
    margin: 0px 0 50px;
}

/* .p_policy_content table:last-of-type {
    margin-bottom: 0;
} */

.p_policy_content th {
    background-color: #F0F4FB;
    letter-spacing: -0.6px;
}

.p_policy_content td {
    font-weight: 500;
    letter-spacing: -0.56px;
    font-size: 14px;
}

.p_policy_content td,
.p_policy_content th {
    border: 2px solid #D8DFED;
    text-align: left;
    line-height: 35px;
    padding: 8px 10px 10px 21px;
    text-transform: capitalize;
    min-width: 230px;

}

/* ======= END Privacy policy PAGE ============ */
/* ======= Start contact us PAGE ============ */
.contact_form {
    background: transparent;
    margin: 62px 0 0;
    padding: 0;
}

.contact_form .top_title h2 {
    max-width: 521px;
    padding-bottom: 17px;
    line-height: 44px;
}

.contact_info {
    padding-top: 26px;
}

.contact_info .sub_q_info {
    background: transparent;
    padding: 0 0px 20px 0;
    display: block;
}

.contact_info .sub_q_info label {
    display: block;
    padding-bottom: 12px;
}

.contact_info .sub_q_info a {
    border-radius: 4.178px;
    background: linear-gradient(270deg, rgba(197, 212, 239, 0.50) 0%, rgba(226, 234, 247, 0.00) 100%);
    display: inline-flex;
    padding: 14px 10px 15px 0;
    align-items: flex-start;
}

.contact_info .sub_q_info a span {
    font-size: 26.741px;
    font-weight: 600;
    line-height: 20.056px;
    letter-spacing: -1.337px;
}

.google_map {
    margin: 3% 0 -2.9%;
    position: relative;
}

.google_map_wpr {
    position: relative;
    padding-top: 39.4%;
}

.google_map_wpr iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.contact_form .speak_to_left {
    padding-right: 10px;
}

.contact_form .speak_to_right {
    position: relative;
    z-index: 1;
}

/* ======= END contact us PAGE ============ */
/* ======= Start Netcentrix Vacancies Page PAGE ============ */
.vacancies-section {
    margin-bottom: 70px;
}

.vacancies-col {
    display: flex;
    flex-wrap: wrap;
}

.vacancies-image {
    max-width: 300px;
    width: 100%;
}

.vacancies-image-inner {
    position: relative;
    padding-top: 75%;
    display: block;
}

.vacancies-image-inner img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.vacancies-content {
    flex: 1;
    padding: 27px 60px 37px 50px;
    margin-left: 24px;
    border-radius: 10px;
    background: linear-gradient(257deg, rgba(197, 212, 239, 0.40) 0.36%, rgba(197, 212, 239, 0.00) 97.8%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease-in-out;
}

.vacancies-content-right {
    max-width: 208px;
    width: 100%;
}

.vacancies-content-left {
    flex: 1;
    padding-right: 10px;
    max-width: 590px;
    width: 100%;
}

.vacancies-content-left h2 {
    font-size: 26px;
    line-height: 1.80;
    letter-spacing: -1.56px;
}

.vacancies-content-left h2 a {
    color: inherit;
    transition: none;
}

.vacancies-content-left p {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.28px;
    padding: 6px 0 19px;
}

.vacancies-location-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -7px;
}

.vacancies-location-price li {
    display: flex;
    flex-wrap: wrap;
    padding: 0 7px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.3px;
    align-items: center;
}

.vacancies-location-price li span svg {
    width: 24px;
    height: 24px;
    transition: all .2s ease-in-out;

}

.vacancies-location-price li span {
    display: flex;
    padding-right: 10px;
}

.vacancies-apply-button .vacancies-apply-now {
    background-color: var(--Secondary);
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.78;
    letter-spacing: -0.28px;
    border: none;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vacancies-share-job {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #2067F2;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.3px;
    transition: all .2s ease-in-out;
}

.vacancies-share-job span {
    display: flex;
    padding-right: 10px;
}

.vacancies-share-job span svg {
    width: 24px;
    height: 24px;
}

.vacancies-col:not(:last-of-type) {
    padding-bottom: 31px;
}

.vacancies-col:hover .vacancies-content {
    background: linear-gradient(256deg, #2067F2 25.1%, #0842B3 97.86%);
    color: #FFF;
}

.vacancies-col:hover .vacancies-content svg path {
    fill: #fff;
}

.vacancies-col:hover .vacancies-content .vacancies-share-job {
    color: #fff;
}

.vacancies-row>img {
    margin: auto;
}

.vacancies-row>h3 {
    text-align: center;
}

/* ======= END Netcentrix Vacancies PAGE ============ */
/* ======= Start Netcentrix Vacancies internal PAGE ============ */

.vacancies-internal-section {
    margin: 70px 0 107px;
}

.vacancies-internal-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.vacancies-internal-left {
    width: 53.4%;
    padding-top: 6px;
}

.vacancies-internal-right {
    width: 37.6%;
    background: linear-gradient(232deg, #F1F6FF 13.86%, #FCFDFF 84.07%);
    padding: 41px 41px 46px;
    border-radius: 10px;
    position: sticky;
    top: 150px;
}

.vacancies-internal-content h2 {
    font-size: 36px;
    line-height: normal;
    letter-spacing: -1.8px;
    text-transform: capitalize;
    margin-bottom: 13px;
}

.vacancies-internal-content,
.internal-right-content {
    font-size: 16px;
    line-height: 1.68;
    letter-spacing: -0.32px;
}

.vacancies-internal-content :is(h2, h3, h4, h5, h6):not(:first-child) {
    margin: 40px 0 13px;
}

.vacancies-internal-content :is(h3, h4, h5, h6) {
    /* font-size: 24px; */
    line-height: 1.83;
    letter-spacing: -1.44px;
    text-transform: capitalize;
    /* margin: 39px 0 5px; */
}

.vacancies-internal-content p:not(:last-of-type),
.vacancies-internal-content>ul>li:not(:last-of-type) {
    margin-bottom: 10px;
}

.vacancies-internal-content ul li {
    list-style: disc;
}

.vacancies-internal-content ul {
    padding-left: 30px;
    margin: 20px 0;
}

.vacancies-internal-content .vacancies-internal-btn {
    margin-top: 33px;
}

.vacancies-internal-btn a {
    border-radius: 10px;
    background-color: var(--Secondary);
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    padding: 14px 47px 17px;
    min-width: 188px;
    justify-content: center;
}

.internal-right-content h4 {
    font-size: 26px;
    line-height: normal;
    letter-spacing: -1.56px;
    text-transform: capitalize;
    margin-bottom: 11px;
}

.internal-right-content .vacancies-internal-btn {
    margin-top: 21px;
}

.internal-right-content h4:not(:first-of-type) {
    margin: 36px 0 21px;
}

.internal-right-content ol {
    max-width: 382px;
    width: 100%;
}

.vacancies-internal-img {
    position: relative;
    padding-top: 48.6%;
    margin-bottom: 25px;
}

.vacancies-internal-img iframe {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.internal-right-content p,
.internal-right-content ul li {
    line-height: 1.5;
}

.internal-right-content ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

/* Popup Start */
.vacancies-internal-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.vacancies-internal-popup.active {
    opacity: 1;
    visibility: visible;
}

.main-overlay,
.wt_pop_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(2, 17, 46, 0.60);
}

.internal-popup-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1007px;
    width: 100%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: #FFF;
    padding: 40px 47px 22px;
    max-height: 90%;
    overflow: auto;
}

.internal-popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
}

.internal-popup-close svg {
    width: 18px;
    height: 18px;
}

.internal-popup-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.internal-popup-left {
    width: 61.4%;
}

.internal-popup-right {
    width: 33.3%;
}

.internal-popup-title h2 {
    font-size: 36px;
    line-height: normal;
    letter-spacing: -1.8px;
    text-transform: capitalize;
    padding-bottom: 5px;
}

.internal-popup-title p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: -0.28px;
}

.internal-popup-title {
    margin-bottom: 27px;
}

.internal-left-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.internal-left-col {
    width: 50%;
    padding: 0 8px 20px;
    display: flex;
    flex-wrap: wrap;
}

.internal-left-col:last-child p {
    width: 100%;
}

.internal-left-col label {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    letter-spacing: -0.28px;
    display: block;
    padding-bottom: 4px;
}

.internal-left-col input:not([type="checkbox"]) {
    border-radius: 6px;
    background: #F5F5F5;
    width: 100%;
    height: 50px;
    color: #A2A2A3;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: -0.28px;
    border: none;
    padding: 12px 17px 14px;
    -webkit-appearance: none;
    appearance: none;
}

.internal-left-col input[type="file"] {
    /* height: auto; */
    padding: 15px 17px 14px;
    line-height: 1;
}

.internal-left-col input::placeholder {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: inherit;
}

.internal-left-col input[type="checkbox"] {
    /* display: none; */
    background-color: #EEE;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: none;
    outline: none;
    box-shadow: none;
}

.internal-left-col input[type="checkbox"]:checked {
    background: var(--Primary);
    position: relative;
}

.internal-left-col input[type="checkbox"]:checked::after {
    content: '';
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)rotate(45deg);
}

.internal-left-col p span.wpcf7-form-control-wrap+br+label {
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.22px;
    padding: 0 0 0 8px;
    position: relative;
    max-width: 190px;
    float: right;
}

.internal-left-col .wpcf7-list-item {
    margin: 0;
}

.internal-left-col p {
    position: relative;
}


/* .internal-left-col input[type="checkbox"]+label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 13px;
    height: 13px;
    background-color: #EEE;
    border-radius: 2px;
} */
.internal-left-col input[type="submit"] {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.internal-left-col button {
    border-radius: 10px;
    background-color: var(--Secondary);
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    border: none;
    width: 100%;
    height: 50px;
}

.internal-left-col input[type="submit"]:hover {
    background-color: var(--Primary);
    color: var(--white);
}

.wpcf7-form .internal-left-col .wpcf7-submit {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    letter-spacing: -0.28px;
}

.popup-right-title h3 {
    font-size: 26px;
    line-height: normal;
    letter-spacing: -1.56px;
    text-transform: capitalize;
}

.popup-right-title {
    margin-bottom: 15px;
}

.internal-popup-right>p {
    line-height: 21px;
    letter-spacing: -0.3px;
}

.internal-popup-right ul li:not(:last-of-type) {
    margin-bottom: 15px;
}

.popup-right-img {
    margin-top: 31px;
    position: relative;
    padding-top: 80.6%;
}

.popup-right-img iframe {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: fill;
    width: 100%;
    height: 100%;
}

/* Popup End */
/* ======= END Netcentrix Vacancies internal PAGE ============ */
/* ======= Start About us PAGE ============ */
.delivering-exceeding-section {
    margin: 84px 0 90px;
}

.delivering-exceeding-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.delivering-left-col {
    width: 47.1%;
}

.delivering-left-content h2 {
    font-size: 38px;
    line-height: 1.42;
    letter-spacing: -2.28px;
    margin-bottom: 15px;
}

.delivering-left-content h2 span {
    border-radius: 5px;
    background: linear-gradient(270deg, #C5D4EF 0%, rgba(226, 234, 247, 0.00) 100%);
    padding: 0 15px 7px 0;
    display: inline-block;
}

.delivering-left-content p:not(:last-of-type) {
    margin-bottom: 15px;
}

.delivering-left-content p {
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.3px;
}

.delivering-left-content a {
    background-color: var(--Secondary);
    padding: 14px 25px 17px 25px;
    font: var(--h6);
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    margin-top: 20px;
}


.our-team-section {
    margin: 66px 0 70px;
    overflow: hidden;
}

.our-team-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
}

.our-team-title {
    max-width: 584px;
    width: 100%;
}

.our-team-arrow .swiper-button-lock {
    display: block;
    padding: 0 6px;
}

.our-arrow-left svg,
.our-arrow-right svg {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.our-team-arrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -6px;
}

.our-team-arrow>div {
    padding: 0 6px;
}

.our-arrow-left.swiper-button-disabled {
    opacity: 0.5;
}

.our-arrow-left:hover svg path,
.our-arrow-right:hover svg path {
    stroke: #2067F2;
}

.our-team-title h2 {
    letter-spacing: -2.28px;
    text-transform: capitalize;
    line-height: 1.1 !important;
    margin-bottom: 7px;
}

.our-team-title p {
    line-height: 1.6;
    letter-spacing: -0.3px;
}

.our-team-item {
    padding: 0 13px;
}

.our-team-image {
    position: relative;
    padding-top: 98%;
}

.our-team-image img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.our-team-slider {
    padding: 0 14.8%;
    margin: 0 -13px;
}

.our-team-content {
    position: absolute;
    bottom: 7.3%;
    right: 10.6%;
    max-width: 271px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 13px 16px;
}

.our-team-content h3 {
    font-size: 22px;
    line-height: 1.22;
    letter-spacing: -1.32px;
    text-transform: capitalize;
}

.our-team-content h4 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.3px;
}

/* ======= END About us PAGE ============ */

/* ======= Start PPC Landing page  ============ */

.page-id-79353 .landing_hero_content_img_inner img {
    opacity: 0.4;
}

body.page-template.page-template-templates.page-template-landing section.netcentrix_promise.faded .net_promise_wpr.flex {
    background: transparent;
	padding: 0;
}

body.page-template.page-template-templates.page-template-landing section.netcentrix_promise.faded .net_promise_wpr.flex .n_left_side {
    margin-right: 20px;
    border-radius: 10px;
    background: linear-gradient(256deg, rgba(197, 212, 239, 0.40) 0.38%, rgba(197, 212, 239, 0.00) 86.73%);
}

body.page-template.page-template-templates.page-template-landing .expert_text span {
    color: #1BD27F;
}

body.page-template.page-template-templates.page-template-landing section.netcentrix_promise.flexibility_sec_reverse.faded .net_promise_wpr.flex .n_left_side {
    padding: 45px 0px 50px 43px;
    margin-left: 20px;
    background: linear-gradient(71deg, rgba(197, 212, 239, 0.40) 0.38%, rgba(197, 212, 239, 0.00) 86.73%);
}

@media screen and (max-width: 1024px) {
	body.page-template.page-template-templates.page-template-landing .expert_text {
    	font-size: 21px !important;
    	line-height: 32px !important;
	}
	body.page-template.page-template-templates.page-template-landing .speak_to_us .expert_button {
		flex-direction:column;
		width: 100%;
    	text-align: center;
	}
}

body.page-template.page-template-templates.page-template-landing .p_policy_title h2 {
    color: #02112E;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2.28px;
    padding-bottom: 20px;
}

body.page-template.page-template-templates.page-template-landing .p_policy_title h3 {
    color: #02112E;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.32px;
    padding-bottom: 20px;
}

.customers-mobile {
    display: none;
}

body.page-template.page-template-templates.page-template-landing .sub_hero_section .hero_btn {
	grid-gap:10px;
}

body.page-template.page-template-templates.page-template-landing .expert_icon {
    padding-right: 5px;
}

body.page-template.page-template-templates.page-template-landing th .btn_get_in_touch a {
    position: relative;
    color: #fff;
	padding: 10px 25px 10px 25px;
}

body.page-template.page-template-templates.page-template-landing th p {
    margin-top: -10px;
    margin-bottom: 10px;
}

body.page-template.page-template-templates.page-template-landing th .btn_get_in_touch a::before {
    content: url(/wp-content/uploads/2024/07/Call.svg);
    padding-right: 5px;
    position: relative;
    top: 2px;
}

body.page-template.page-template-templates.page-template-landing .expert_btn_landing.call-us {
    font: var(--h6);
    transition: all 0.2s ease-in-out;
    background: #3571E8;
    border-radius: 5px;
    border: 2px solid #3571E8;
    padding: 10px 22px 10px 21px;
}

body.page-template.page-template-templates.page-template-landing .expert_btn_landing.call-us:hover {
    background: transparent;
}

body.page-template.page-template-templates.page-template-landing .expert_btn_landing.call-us a {
    color: #fff;
}

body.page-template.page-template-templates.page-template-landing .header_nav {
	display:none;
}

body.page-template.page-template-templates.page-template-landing .get_in_touch_sec {
    display: none;
}

body.page-template.page-template-templates.page-template-landing .speak_to_netcentrix {
    padding: 76px 0 76px;
	position:relative;
	overflow:hidden;
}

body.page-template.page-template-templates.page-template-landing .speak_to_netcentrix ul {
    margin-bottom: 30px;
}

body.page-template.page-template-templates.page-template-landing .speak_to_netcentrix li {
    position: relative;
    color: #02112E;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.6px;
}

body.page-template.page-template-templates.page-template-landing .speak_to_netcentrix li::before {
    content: url(/wp-content/uploads/2025/02/Tick-Green.png);
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

.page-id-78803 .speak_to_netcentrix::before {
    content: url(/wp-content/uploads/2024/09/Contact-Us-Bee.png);
    position: absolute;
    z-index: -1;
    bottom: -150px;
}

body.page-template.page-template-templates.page-template-landing .right_header .btn_get_in_touch {
    display: none;
}

button#read-more-btn {
    display: block;
    background-color: transparent;
    padding: 13px 25px 14px 25px;
    font: var(--h6);
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

button#close-btn {
    display: block;
    background-color: transparent;
    padding: 13px 25px 14px 25px;
    font: var(--h6);
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.new_netcentrix_table {
    background-color: var(--Primary);
    padding: 0 0px 20px 0;
    position: relative;
}

.new_netcentrix_table .container {
    position: relative;
    z-index: 1;
}

.page-id-78803 .new_netcentrix_table .container::before {
    position: absolute;
    content: url(/wp-content/uploads/2024/09/Bee-Line.png);
    top: -175px;
    z-index: -1;
    left: -200px;
}

.new_netcentrix_table::before {
    content: "";
    background-color: var(--Primary);
    position: absolute;
    height: 100%;
    width: 100%;
    top: -200px;
    z-index: -1;
}

body.page-template.page-template-templates.page-template-landing section.hero_section:has(.hero_section_full.landing_hero_layout.hero_section_wpr) .left_image_wrp::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(262deg, rgb(2 17 46 / 50%) 45%, rgb(10 61 160 / 0%) 100%);
    z-index: 0;
}

body.page-template.page-template-templates.page-template-landing section.hero_section:has(.hero_section_full.landing_hero_layout.hero_section_wpr) .left_image_wrp::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    z-index: 0;
    width: 50%;
    backdrop-filter: blur(3px);
}

body.page-template.page-template-templates.page-template-landing .landing_sub_hero_details {
    flex: 1;
    width: 100%;
    margin: auto;
}

body.page-template.page-template-templates.page-template-landing .sub_hero_section.hero_section_wpr {
    padding: 150px 0 105px;
}

body.page-template.page-template-templates.page-template-landing .landing_hero_content.flex h1 {
    font-size: 52px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: -2.6px;
}

body.page-template.page-template-templates.page-template-landing .hero_details_title h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.6px;
	position: relative;
}
/* 
body.page-template.page-template-templates.page-template-landing .hero_details_title h4::before {
    content: url(/wp-content/uploads/2025/02/MapPin.png);
    position: relative;
	vertical-align: middle;
	padding-right: 5px;
} */

.hero-subtitle-container {
	display: flex;
	align-items: center;
    justify-content: left;
    padding-bottom: 30px;
}

.hero-subtitle-container .map-pin {
    margin-right: 10px;  /* Adjust this value to control the space between the image and subtitle */
}


body.page-template.page-template-templates.page-template-landing .landing_hero_content_img {
    position: relative;
}

body.page-template.page-template-templates.page-template-landing .landing_hero_content_img_inner {
    position: absolute;
    bottom: -75px;
    right: 0;
    z-index: 2;
}

body.page-template.page-template-templates.page-template-landing .landing_hero_content.flex {
    max-width: 550px;
}

body.page-template.page-template-templates.page-template-landing .landing_hero_content_img_inner img {
    width: 100%;
}

.page-id-79042 .landing_hero_content_img_inner {
    bottom: -110px !important;
}

.page-id-80689 .landing_hero_content_img_inner img {
    width: 75% !important;
}
.page-id-80689 section.full_width_content {
    padding-bottom: 75px;
    padding-top: 0px;
	margin-top: -20px;
}

.page-id-80591 .landing_hero_content_img_inner img {
    width: 75% !important;
}

.page-id-80591 section.full_width_content {
    padding-bottom: 25px;
    padding-top: 75px;
	margin-top: -20px;
}

@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 

.page-id-80689 .landing_hero_content_img_inner img {
    width: 70% !important;
}
.page-id-80689 .landing_hero_content_img_inner {
    bottom: -25px !important;
    right: -150px !important;
}
.page-id-80689 .sub_hero_section.hero_section_wpr {
    padding: 150px 0 40px !important;
}
.page-id-80591 .landing_hero_content_img_inner img {
    width: 70% !important;
}
	  
.page-id-80591 .landing_hero_content_img_inner {
    bottom: -25px !important;
    right: -150px !important;
}
	
.page-id-80591 .sub_hero_section.hero_section_wpr {
    padding: 150px 0 40px !important;
}
}

body.page-template.page-template-templates.page-template-landing .landing_hero_content.flex .hero_details_title li {
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.54px;
}

body.page-template.page-template-templates.page-template-landing .landing_hero_content.flex .hero_details_title li::before {
    content: url(/wp-content/uploads/2025/02/Tick-Green.png);
    position: relative;
    vertical-align: middle;
    margin-right: 10px;
}

body.page-template.page-template-templates.page-template-landing .landing_hero_our_customers {
    padding: 25px 50px 0px 0px;
}

body.page-template.page-template-templates.page-template-landing .landing_hero_our_customers h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: -0.54px;
}

body.page-template.page-template-templates.page-template-landing .speak_to_us .expert_button {
    display: flex;
    grid-gap: 20px;
}

body.page-template.page-template-templates.page-template-landing .speak_to_us .expert_button a:first-of-type::before {
    display: none;
}

body.page-template.page-template-templates.page-template-landing .speak_to_us .expert_button a:first-of-type {
    background: #E2EAF7 !important;
    color: #02112E !important;
    border: 2px solid #E2EAF7 !important;
    padding: 13px 25px 14px 25px !important;
}

body.page-template.page-template-templates.page-template-landing .speak_to_us .expert_button a:first-of-type:hover {
    background: transparent !important;
    color: #E2EAF7 !important;
}

body.page-template.page-template-templates.page-template-landing .center_header {
    display: none;
}

body.page-template.page-template-templates.page-template-landing .header_nav_inner.flex.justify-between.align-center {
    padding: 12px 0;
}

body.page-template.page-template-templates.page-template-landing .speak_to_us {
    background: #02112E;
    padding: 20px 0;
	position:relative;
	z-index:2;
}

body.page-template.page-template-templates.page-template-landing .speak_to_us .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body.page-template.page-template-templates.page-template-landing .expert_button a {
    background: #1BD27F;
    background-color: var(--Secondary);
    padding: 10px 25px 10px 25px;
    font: var(--h6);
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    border: 2px solid var(--Secondary);
    color: #fff;
    position: relative;
}

body.page-template.page-template-templates.page-template-landing .expert_button a::before {
    content: url(/wp-content/uploads/2024/07/Call.svg);
    position: relative;
    vertical-align: middle;
}


body.page-template.page-template-templates.page-template-landing .expert_button a:hover {
    background: transparent;
    color: #fff;
}

body.page-template.page-template-templates.page-template-landing .expert_text {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.84px;
}

body.page-template.page-template-templates.page-template-landing .n_left_side {
    background: transparent;
}

body.page-template.page-template-templates.page-template-landing .net_promise_wpr.flex {
    background: #E2EAF7;
    padding: 50px;
    border-radius: 20px;
}

body.page-template.page-template-templates.page-template-landing .benefits-inner {
    display: flex;
}

section#cyber-benefits {
    margin-top: 100px;
}

section#cyber-benefits .benefits-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}

body.page-template.page-template-templates.page-template-landing .benefits-card a {
    margin-top: 10px;
    text-align: center;
    background-color: var(--Secondary);
    padding: 10px 25px 10px 25px;
    font: var(--h6);
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
   	border: 2px solid var(--Secondary);
}

body.page-template.page-template-templates.page-template-landing .benefits-card a {
    position: relative;
}

body.page-template.page-template-templates.page-template-landing .benefits-card a::before {
    content: url(/wp-content/uploads/2024/07/Blue-Call.svg);
    position: relative;
    padding-right: 5px;
    vertical-align: middle;
}

body.page-template.page-template-templates.page-template-landing .benefits-card a:hover {
    color: #fff;
    background: transparent;
}

body.page-template.page-template-templates.page-template-landing .benefits-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
		grid-gap:10px;
}

body.page-template.page-template-templates.page-template-landing .benefits-card .icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width:100%;
}

body.page-template.page-template-templates.page-template-landing .benefits-card h5 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1.32px;
}

body.page-template.page-template-templates.page-template-landing .hero_section.landing .sub_hero_section.hero_section_wpr {
    position: relative;
}

body.page-template.page-template-templates.page-template-landing .hero_section.landing .sub_hero_section.hero_section_wpr::after {
    background-image: url(/wp-content/uploads/2024/07/Union.png);
    transform: rotate(0deg);
    background-position-y: top;
    background-position-x: center;
		width:85%;
}

.page-id-78803 section.hero_section.landing::before {
	position: relative;
}

.page-id-78803 section.hero_section.landing::before {
    content: url(/wp-content/uploads/2024/09/Manny-Bee.png);
    position: absolute;
    bottom: -50px;
}

body.page-template.page-template-templates.page-template-landing .main_top_header {
    display: none;
}

body.page-template.page-template-templates.page-template-landing .work-benefits-wp .top_title {
    text-align: left;
}

body.page-template.page-template-templates.page-template-landing .work-benefits-wp::before {
	display:none;
}

body.page-template.page-template-templates.page-template-landing .customer_stories_sec::after {
	display:none;
}

@media only screen and (max-width: 768px) {
	body.page-template.page-template-templates.page-template-landing .vacancies-title .get_in_touch a {
    	justify-content: center;
		}
	body.page-template.page-template-templates.page-template-landing .vacancies_without_bg .vacancies-wp {
		text-align:center;
	}
	body.page-template.page-template-templates.page-template-landing section.netcentrix_promise.faded .net_promise_wpr.flex .n_left_side {
		margin-right:0;
		padding: 45px 20px 50px 20px;
	}
	body.page-template.page-template-templates.page-template-landing section.netcentrix_promise.flexibility_sec_reverse.faded .net_promise_wpr.flex .n_left_side {
		margin-left:0;
		padding: 45px 20px 50px 20px;
	}
	body.page-template.page-template-templates.page-template-landing .sub_hero_section .hero_btn {
		justify-content: center;
        display: inline-flex;
        flex-direction: row;
        width: 100%;
	}
	body.page-template.page-template-templates.page-template-landing .expert_text {
		text-align:center;
	}
	.new_netcentrix_table table.features_table {
    	border-spacing: 10px 0px !important; /* Adjust the value as needed for the desired gap */
	}
	h1 span.blue-fill::before {
		height: 50px !important;	
	}
	body.page-template.page-template-templates.page-template-landing .sub_hero_section.hero_section_wpr {
    	padding: 100px 0 0px;
	}
	body.page-template.page-template-templates.page-template-landing .benefits-inner {
		flex-direction:column;
	}
	body.page-template.page-template-templates.page-template-landing .landing_hero_content_img {
		display:none;
	}
	body.page-template.page-template-templates.page-template-landing .landing_hero_our_customers {
    	padding: 10px 0px;
	}
	body.page-template.page-template-templates.page-template-landing .landing_hero_content.flex h1 {
    	font-size: 36px;
    	font-style: normal;
    	font-weight: 700;
    	line-height: 45px;
	}
	body.page-template.page-template-templates.page-template-landing .landing_hero_content.flex .hero_details_title li {
		text-align: left;
	    font-size: 16px;	
	}
	body.page-template.page-template-templates.page-template-landing .speak_to_us .container {
		flex-direction: column;
        gap: 15px;
	}
	body.page-template.page-template-templates.page-template-landing .work-benefits-wp .top_title {
		text-align:center;
	}
	.customers-mobile {
    	display: flex !important;
        justify-content: center;
	}
	.customers-desktop {
		display:none;
	}
}

@media only screen and (max-width: 1024px) {
	body.page-template.page-template-templates.page-template-landing th p {
		display:none;
	}
	body.page-template.page-template-templates.page-template-landing .sub_hero_section .hero_details_title {
    	text-align: left;
	}
	body.page-template.page-template-templates.page-template-landing .contact_btn {
    	display: block;
	}
	body.page-template.page-template-templates.page-template-landing .work-benefits-wp .top_title {
		text-align:center;
	}
	body.page-template.page-template-templates.page-template-landing .benefits-inner {
        flex-direction: column;
		margin-top:20px;
    }
	body.page-template.page-template-templates.page-template-landing .benefits-item {
		max-width:100% !important;
	}
	body.page-template.page-template-templates.page-template-landing .landing_hero_content.flex {
    	max-width: 100%;
	}
	body.page-template.page-template-templates.page-template-landing .landing_hero_content_img_inner img {
		display:none;
	}
	body.page-template.page-template-templates.page-template-landing section.hero_section:has(.hero_section_full.landing_hero_layout.hero_section_wpr) .left_image_wrp {
		display: block;
		position: absolute;
		inset: 0;
	}
	body.page-template.page-template-templates.page-template-landing section.hero_section:has(.hero_section_full.landing_hero_layout.hero_section_wpr) .left_image_wrp::before {
	background: linear-gradient(180deg, rgb(2 17 46 / 50%) 45%, rgb(10 61 160 / 0%) 100%);
	}
	body.page-template.page-template-templates.page-template-landing .hero_section.landing .sub_hero_section.hero_section_wpr::after {
		display:none;
	}
	body.page-template.page-template-templates.page-template-landing .net_promise_wpr.flex {
		padding:20px;
	}
	body.page-template.page-template-templates.page-template-landing .n_left_side {
		padding:0;
	}
}
@media only screen and (max-width: 1400px) {
	body.page-template.page-template-templates.page-template-landing .landing_hero_content_img_inner img {
		display:none;
	}
}
/* ======= End PPC Landing page  ============ */

/* ======= Start Careers page  ============ */

/* ---- Start vacancies section  ---- */
.vacancies {
    padding: 44px 0 50px;
    background: linear-gradient(91deg, #02112E 0%, #102652 100%);
    color: #fff;
    position: relative;
}

.vacancies::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../image/vacancies-hero-bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}

.vacancies-title h2 {
    letter-spacing: -2.28px;
    line-height: 48px;
    text-transform: capitalize;
}

.vacancies-tagline {
    margin: 25px 0 0 0;
}

.vacancies-tagline p {
    font-weight: 600;
}

.vacancies .vacancies-left {
    width: 50%;
}

.vacancies-right .btn_get_in_touch a:hover {
    background: var(--white);
    color: var(--Primary);
}

/* ---- End vacancies section  ---- */

/* Start masonry-grid section  */
.mesonary-galley {
    margin: 70px 0;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(calc(100%/5), 1fr));
    grid-gap: 0;
    /* can't use grid gap! */
    /* grid-auto-rows: auto; */
    grid-auto-flow: dense;
    /* if you don't want a gap on the outside of the grid when working with padding */
    margin: -4px;
}

.grid-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 1.3em;
    font-weight: bold;
    color: hsl(0, 0%, 14%);
}


.grid-gap {
    padding: 4px;
    overflow: hidden;
    width: 100%;
}


.grid-item a,
.grid-item img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}


.grid-item figcaption {
    background: lightcoral;
    color: white;
    font-size: 14px;
    font-style: italic;
    padding: 4px 0;
    text-align: center;
}

/* End masonry-grid section  */


/* start work-benefits section */
.work-benefits {
    background-color: var(--Primary);
    color: var(--white);
}
.btn_get_in_touch_call svg {
    margin-right: 5px;
}
.btn_get_in_touch_call a {
    background-color: var(--color2);
    padding: 13px 25px 14px 25px;
    font: var(--h6);
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
}
.benefits-buttons {
    display: flex;
    grid-gap: 20px;
}
.work-benefits-wp {
    position: relative;
    padding: 80px 0 90px 0;
}
.work-benefits-wp .text_button_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text_button_wrap .btn_get_in_touch a:hover {
    border: 2px solid #1BD27F;
}
.benefits-inner {
    position: relative;
    z-index: 1;
}

.work-benefits-wp::before {
    content: '';
    background-image: url(../image/blue_bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    width: 367.105px;
    height: 372.222px;
    pointer-events: none;
    mix-blend-mode: lighten;
}

.work-benefits-wp::before {
    top: 0;
}

.work-benefits-wp .top_title {
    margin: 0 0 50px 0;
}

.benefits-item {
    max-width: 33.33%;
    width: 100%;
    padding: 10px;
}

.benefits-card {
    border-radius: 10px;
    background: #172642;
    padding: 30px;
    height: 100%;
    transition: all .2s ease-in-out;
}

.benefits-card .benefits-content p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.32px;
}

.benefits-content h5 {
    line-height: normal;
    letter-spacing: -1.32px;
    padding: 10px 0;
}

/* start work-benefits section */

/* ======= End Careers page ============ */
/* ======= Start Meet the Team page ============ */
.team_senior {
    margin: -161px 0 0;
    position: relative;
}

.team_senior .our_customers_wpr {
    padding-top: 190px;
}

.our_executive_team {
    margin: 50px 0 0px;
    position: relative;
    z-index: 1;
}

.our_team_main {
    margin: 44px -13px 0;
}

.our_team_main .our-team-item {
    width: 33.33%;
    position: relative;
    padding: 0 13px 26px;
}

.our_team_main .our-team-content {
    bottom: 56px;
}

.senior_management {
    margin-top: 45px;
}

.senior_management .our-team-item {
    width: 25%;
    position: relative;
    padding: 0 13px 26px;
    color: var(--Primary);
}

.senior_management .our-team-content {
    bottom: 46px;
    right: 50%;
    transform: translateX(50%);
}

.senior_management .our-team-content,
.our_team_main .our-team-content {
    border-left: 6px solid var(--color1);
}

.senior_management .our-team-inner,
.our_team_main .our-team-inner {
    cursor: pointer;
}

.senior_management .our-team-inner:hover .our-team-content,
.our_team_main .our-team-inner:hover .our-team-content {
    border-color: var(--Secondary);
}

.our_executive_team .top_title,
.team_senior .top_title {
    max-width: 584px;
    width: 100%;
    margin: auto;
}

/* ======= End Meet the Team page ============ */
/* ======= video popup  ============ */
.wt_video_pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}

.wt_video_pop.active {
    opacity: 1;
    visibility: visible;
}

.wt_video_body {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 858px;
    width: 100%;
    transform: translate(-50%, -50%);
    border-radius: 10px;

}

.wt_video_close {
    color: white;
    text-align: end;
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1.14px;
    word-spacing: 6px;
}

.wt_video_close span {
    display: inline-flex;
    align-items: center;
    justify-content: end;
    cursor: pointer;
}

.wt_video_close svg {
    margin: 5px 0 0 5px
}

/* .video_popup_close_wpr {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.video_popup_close span {
    color: var(--white);
    font-size: 19px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -1.14px;
    padding-right: 8px;
}

.video_popup_close svg {
    margin-top: 5px;
} */

.wt_video_wrap_inner {
    height: 100%;
    min-height: 482px;
    max-height: 482px;
    margin-top: 12px;
}

.wt_video_wrap_inner iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    min-height: 482px;
}

/*==== error page ====*/
.error_hero__title {
    padding-top: 25px;
}

.error_hero_section {
    text-align: center;
}

.not_found_wrp h2 {
    font: var(--h3);
}

.page-content p {
    margin: 16px 0 30px;
}

.page-content img {
    margin: 50px auto;
}

/*==== case study page ====*/
.customer_quote_sec {
    background-color: var(--Primary);
    margin: 81px 0 0;
    position: relative;
}

.customer_quote_wpr {
    padding: 63px 0 36px;

}

.customer-stories-template-default.single.single-customer-stories .right_info_wpr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.customer_quote_sec .top_title {
    color: var(--white);
}

.customer_quote_sec .top_title p {
    font-size: 16px;
    font-weight: 600;
}


.customer_quote_info .left_side_info {
    width: 31.1%
}

.quote_img {
    position: relative;
    padding-bottom: 61.2%;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.quote_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.right_side_info {
    background-color: var(--white);
    flex: 1;
    margin-left: 14px;
    padding: 30px 27px 27px 31px;
    border-radius: 20px;
    position: relative;
}

.right_side_info .right_info_wpr>p {
    font-size: 19px;
    font-style: italic;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: -0.76px;
}

.right_side_info .c_profile {
    padding-top: 22px;
}

.customer_quote_info::before {
    content: '';
    background: var(--color2);
    width: 100%;
    height: 33%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-section.customer_stories_lists .blog-row {
    margin-top: 65px;
}

.post-type-archive-video .blog-description {
    padding-bottom: 0;
}

.post-type-archive-video .blog-filter-row {
    justify-content: end;
}

.post-type-archive-video .blog-filter-col:first-child {
    margin-right: auto;
}

.netcentrix-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.netcentrix-video-play svg {
    width: 64px;
    height: 64px;
}

/*==== Responsive css ===*/
@media only screen and (max-width: 1440px) {

    /*-- Start Why Choose Us section  ---*/
    .w_sub_info h4 {
        line-height: normal;
        padding: 6px 0 3px;
    }

    .our-team-item {
        padding: 0 5px;
    }

    .move_your_business::before,
    .our_executive_team::before {
        content: unset;
    }

}

@media only screen and (min-width: 1441px) {
    .main_customers .swiper-wrapper {
        flex-wrap: wrap;
    }

    /*----- azure virtual page ---- */
    .vacancies_without_bg.vacancies .vacancies-left {
        width: auto;
    }
}

@media only screen and (max-width: 1366px) {

    .center_header>ul>li {
        padding: 27px 8.5px;
    }

    .contact_btn {
        padding-right: 10px;
    }

    .right_image_career .right_image_wrp img {
        width: 100%;
        height: 100%;
    }

    /*-- Start Speak To An NetCentrix Agent Today! section --*/
    .speak_to_left {
        margin-right: 87px;
    }

    /*-- Start Get In Touch Today section --*/
    .get_in_touch_sec {
        margin-top: 24px;
    }

    /*----- azure virtual page ---- */

    .v_desktop_right_wpr img {
        object-fit: scale-down;
        object-position: bottom;
    }

    .v_desktop_right_wpr {
        position: unset;
        height: 100%;
        overflow: hidden;
        width: 100%;
        margin: auto;
    }

    .v_desktop_inner {
        padding: 0;
    }

    /*------ Meet the team Page ----*/
    .senior_management .our-team-item {
        width: 33.33%;
    }

    /* vacancies page */
    .vacancies-content-left h2 {
        line-height: 1.30;
    }
}


@media only screen and (max-width: 1170px) {
    .contact_btn {
        display: none;
    }

    .mega-menu-row .mega-menu-inner-cols {
        padding: 0 20px;
    }

    .c_stories_img {
        padding-bottom: 52%;
    }

    /*-- Start Why Choose Us section  ---*/
    .why_choose_left {
        padding: 0 0 30px;
    }

    .why_choose_right,
    .delivering-left-col {
        width: 100%;
    }

    /*-- Start Speak To An NetCentrix Agent Today! section --*/
    .speak_to_left {
        margin: 0 0 36px;
    }

    .bottom_info {
        margin-top: 0px;
    }

    .speak_to_right {
        width: 100%;
    }

    .contact_form .speak_to_right {
        width: 50%;
    }

    .get_in_touch_sec::after,
    .get_in_touch_sec::before {
        content: unset;
    }

    /*-- Start Useful Resources section --*/
    .blog-col {
        padding: 0 10px 20px;
    }

    .blog-row {
        margin: 30px -10px 0;
    }

    .blog-section.customer_stories_lists .blog-row {
        margin-top: 50px;
    }

    .userful_resource .blog-row {
        padding-top: 16px;
        margin: 0 -10px;
    }

    /*------ Cloud Page ----*/
    .right_benefits {
        padding-left: 24px;
    }

    .v_desktop_left {
        padding: 30px 15px 36px 35px;
    }

    /*------ about us Page ----*/

    .delivering-left-col {
        padding-bottom: 20px;
    }

    /*------ contact us Page ----*/

    .google_map_wpr {
        padding-top: 50%;
    }
}

@media only screen and (min-width: 1023px) {
    .mobile_btn {
        display: none;
    }

    .center_header ul li:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .header_nav.sticky-menu {
        margin: 0;
        border-radius: 0;
        transition: all 0.2s ease-in-out;
    }

    /* .center_header ul li .mega_menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
    } */
}

@media only screen and (max-width: 1024px) {

    /*=== NEW MEGA MENU  ====*/
    body.mega-menu-primary-mobile-open {
        overflow: hidden;
    }

    .center_header {
        order: 3;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin: 0 !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: var(--Primary) !important;
        height: 3px !important;
        width: 34px !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
        width: 26px !important;
    }

    .primary_header_mega_menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        display: block !important;
    }

    .primary_header_mega_menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
        clear: unset !important;
    }

    .primary_header_mega_menu .mega-menu-left-cols {
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .primary_header_mega_menu .mega-menu-inner-cols {
        width: calc(25% - 20px) !important;
    }

    .primary_header_mega_menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
        border-bottom: 1px solid #ebebeb;
    }

    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        padding: 10px 0 10px 10px !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item:not(:first-child)>a.mega-menu-link {
        justify-content: space-between;
    }

    .mega-menu-megamenu>ul {
        padding-top: 24px !important;
        padding-bottom: 48px !important;
    }

    /* ====== START HEADER  SECTION ========= */
	
	.header_nav_inner.flex.justify-between.align-center .btn_get_in_touch {
		display:none !important;
	}
	
    .contact_btn.flex.align-center {
        display: block;
        background-color: var(--color2);
        padding: 10px 25px 14px 25px;
        font: var(--h6);
        border-radius: 10px;
        transition: all 0.2s ease-in-out;
        border: 2px solid transparent;
    }

    .top_header_right,
    .contact_btn {
        display: none;
    }

    .mega-menu-inner-rows {
        padding: 0;
    }

    button.sub-menu-toggle {
        display: block;
    }

    .sub-menu-toggle span {
        display: none;
    }

    .sub-menu-toggle {
        position: absolute;
        right: 0;
        top: 0;
        background: transparent;
        border: none;
        width: 50px;
        height: 50px;
    }

    .menu-header-about-menu-container {
        background: transparent;
    }

    .top_header_left li:first-child {
        padding: 10px 14px 10px 0;
    }

    .header_nav {
        padding: 10px 0;
        margin: 0;
        border-radius: 0;
    }

    .header .btn_get_in_touch a {
        font-size: 13px;
        padding: 14px 20px;
    }

    .btn_get_in_touch a {
        padding: 13px 16px 14px;
        font-size: 14px;
    }
	
	th .btn_get_in_touch a {
		padding: 13px 25.3px 14px;
		font-size: 12px;
	}
	
	th .btn_get_in_touch {
		padding: 0px 5px;	
	}
	.work-benefits-wp .text_button_wrap {
		flex-direction: column;
		text-align: center;	
	}
	tr p {
    	font-size: 14px;
    	padding: 5px;
    	line-height: 1;
	}

    .main_logo {
        max-width: 144px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
        position: fixed;
        right: 0%;
        top: 103px;
        width: 100%;
        z-index: 9;
        display: block;
        flex-direction: column;
        overflow: hidden auto;
        background-color: white !important;
        box-shadow: 3px 3px 6px -3px rgba(0, 0, 0, 0.7);
        transition: all .3s ease-in-out;
        max-height: 80%;
		display: none;
    }
	.active-menu #mega-menu-wrap-primary .mega-menu-toggle+#mega-menu-primary {
		display: block;
	}

    .center_header ul li {
        width: 100%;
    }

    .header.active_menu .center_header {
        max-height: 80%;
    }

    .menu_item a {
        display: flex;
        justify-content: space-between;
    }

    /* toggle menu icon */
    .mobile_btn,
    .mobile_call {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .toggle-menu {
        width: 20px;
        height: 18px;
        position: relative;
        cursor: pointer;
    }

    .menu__bar {
        display: block;
        position: absolute;
        left: 0;
        width: 20px;
        height: 2px;
        transition: top 0.4s ease-out, transform 0.4s ease-out;
        background-color: var(--Primary);
        border-radius: 50px;
    }

    header .toggle-menu span:first-child {
        top: 0px;
    }

    header .toggle-menu span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
        width: 10px;
    }

    header .toggle-menu span:last-child {
        bottom: 0px;
    }

    header.active_menu .toggle-menu span:first-child {
        transform: rotate(45deg) translateY(-50%);
        top: 50%;
    }

    header.active_menu .toggle-menu span:nth-child(2) {
        width: 0%;
    }

    header.active_menu .toggle-menu span:last-child {
        transform: rotate(-45deg) translateY(50%);
        bottom: 50%;
    }

    .has_dropdown.active>.sub-menu {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .right_header {
        margin: 0 12px 0 auto;
    }

    .menu-item-has-children .sub-menu {
        position: unset;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        padding: 0;
    }

    .center_header .menu_wpr>li {
        padding: 0px 50px 0px 15px;
    }

    .center_header .menu_wpr>li>a {
        padding: 16px 0;
    }

    .center_header ul.menu_wpr>li {
        border-bottom: 1px solid #C2C2C2;
    }

    .center_header .menu-item-has-children a {
        display: block;
    }

    .center_header ul>li.menu-item-has-children>a::after {
        right: -30px;
        z-index: -1;
    }

    .mega-menu-row:first-child,
    .mega-menu-row {
        flex: 0 1 100%;

    }

    .mega-menu-row .mega-menu-inner-cols {
        padding: 0 20px 20px 20px;
        flex: 1 1 50%;
    }

    .sub-menu .container {
        padding: 0;
    }

    /*----- azure virtual page ---- */
    .v_desktop_right {
        width: 100%;
    }

    .v_desktop_right_wpr img {
        width: auto;
    }

    .v_desktop_right_wpr {
        display: flex;
        justify-content: center;
    }

    .v_desktop_left {
        padding: 40px 20px;
        flex: 1;
    }

    /* Popup Start */

    .internal-popup-inner {
        max-width: 90%;
    }

    .col_field .btn_get_in_touch input {
        height: 50px;
    }
}

@media only screen and (min-width: 992px) {

    .only_mobile {
        display: none;
    }

    /* ====== START BANNER  SECTION ========= */
    .partnership_item {
        max-width: fit-content;
        width: 100%;
        padding: 0 2.8%;
    }

    .partnership_item:first-child {
        padding: 0 2.8% 0 0;
    }

    .partnership_item:last-child {
        padding: 0 0 0 2.8%;
    }


}

@media only screen and (max-width: 991px) {
    .speak_to_expert {
        display: none;
    }

    h1,
    .sub_hero_section .hero_details_title h1,
    .hero_section_full .hero_details_title h1,
    .blog_details_page .hero_details_title h1 {
        font-size: 36px;
        line-height: 50px;
        letter-spacing: -2.16px !important;
    }

    h2,
    .flexibility_sec .top_title h2 {
        font-size: 26px !important;
        /* line-height: 41px !important; */
        line-height: 1.3 !important;
    }

    .top_title h2 {
        letter-spacing: -1.56px;
        padding-bottom: 7px;
    }

    /* ====== START BANNER  SECTION ========= */
    .hero_section_full.hero_section_wpr::before {
        top: 0;
    }

    .hero_section_wpr::before,
    .hero_section_wpr::after {
        background-image: url(../image/hero_mobile_bg.png);
    }

    .hero_section_wpr,
    .hero_section_full.hero_section_wpr {
        padding: 51px 0 60px;
    }

    .hero_details_title h1 {
        display: inline-block;
    }

    .hero_details_title h1 span,
    .hero_details_title p span {
        padding: 0 10px 0;
        display: block;
    }

    .hero_details_title p,
    .sub_hero_section .hero_details_title p {
        margin: 18px auto 22px;
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .sub_hero_section .hero_details_title p {
        margin: 18px 0 22px;
    }

    .hero_btn {
        margin: 22px 0;
    }

    .expert_btn a {
        font-size: 14px;
    }

    .expert_btn.blue_text a {
        padding: 14px 16px 17px;
    }

    .hr_partnership {
        padding: 15px 0;
    }

    .partnership_item {
        padding: 0 10px;
    }

    .partnership_item:first-child {
        padding: 0 10px 0 0;
    }

    .partnership_item:last-child {
        padding: 0 0 0 10px;
    }

    /* ====== START Sub BANNER  SECTION ========= */
    .sub_hero_section.hero_section_wpr::after {
        background-size: contain;
        background-position: unset;
    }

    .sub_hero_section.hero_section_wpr {
        padding: 51px 0 60px;
    }

    /*-- Start The Netcentrix Promise section --*/
    .netcentrix_promise,
    .mesonary-galley {
        margin: 50px 0;
    }

    .n_left_side,
    .flexibility_sec .n_left_side {
        margin: 17px 0 0;
        padding: 25px 32px 37px 28px;
    }

    .netcentrix_promise .n_left_side {
        order: 2;
    }

    .netcentrix_promise .n_right_side {
        width: 100%;
    }

    .n_right_img,
    .benefits_img {
        padding-bottom: 53.2%;
    }

    .top_title p strong {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.28px;
    }

    .top_title p {
        font-size: 13px;
        line-height: 21px;
        letter-spacing: -0.26px;
        padding-bottom: 12px;
    }

    .top_title .btn_get_in_touch {
        margin-top: 22px;
    }

    /*-- Start See How We Can Help section --*/
    .we_can_help {
        margin: 50px 0 0;
    }

    .we_can_help_wpr {
        padding: 50px 0 10px;
    }

    .we_can_help .top_title p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.28px;
    }

    .tab_list {
        padding: 10px;
        border-radius: 10px;
    }

    .tab_list li {
        padding: 0 15px;
    }

    .tab_list li a {
        font-size: 15px;
        letter-spacing: -0.45px;
    }

    .tab_list li.active {
        padding: 15px 10px 16px;
        border-radius: 5px;
    }

    .tab_content {
        max-width: 50%;
    }

    .tab_list_main {
        margin: 22px auto 10px;
    }

    .tab_content_wpr {
        padding: 17px 17px 27px 31px;
    }

    .tab_content_wpr p {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.28px;
    }

    .we_can_help_wpr::before,
    .customer_stories_sec::after,
    .our_customers_shdow::before {
        display: none;
    }

    /*-- Start Customer Stories section --*/
    .customer_stories_sec {
        /* margin-top: -112px; */
        margin-bottom: 38px;
    }

    .c_stories_img {
        padding-bottom: 68%;
        border-radius: 10px;
    }

    .play_video_btn {
        display: block;
        bottom: 0;
        left: 50%;
        top: 100px;
        right: -50%;
        transform: translateX(-50%);
        width: 160px;
    }

    .c_stories_details {
        right: 50%;
        bottom: 0;
        transform: translateX(50%);
    }

    .c_details_wpr {
        margin: 16px;
        padding: 17px;
    }

    .c_stories_details h3 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -1.44px;
        padding-bottom: 7px;
    }

    .c_stories_details p {
        font-size: 13px;
        letter-spacing: -0.26px;
    }

    .customer_stories.black_customer a,
    .play_video_btn a {
        font-size: 17px;
        margin-top: 10px;
    }

    .c_details_wpr .customer_stories>a>span {
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
    }

    /*-- Start Why Choose Us section  ---*/
    .why_choose_us {
        margin: 38px 0 44px;
    }

    .why_choose_us h2 {
        line-height: 42px !important;
        padding-bottom: 11px;
    }

    .why_choose_us h2 span {
        padding: 0 10px 0 0;
    }

    .why_choose_us .green_line {
        margin-top: 14px;
    }

    .lists_col {
        padding: 7px 20px 9px;
    }

    .faq-accordion-inner {
        padding-bottom: 10px;
    }

    .faq-accordion-inner h5 {
        font-size: 18px !important;
        line-height: 1.2 !important;
        letter-spacing: -1.08px !important;
    }

    .faq-accordion-values p {
        font-size: 13px !important;
        line-height: 21px !important;
        letter-spacing: -0.26px !important;
    }

    .faq-accordion-inner .icon {
        width: 22px;
        height: 22px;
    }

    .lists_col.active .faq-accordion-values {
        padding-bottom: 14px;
    }

    .w_sub_info p {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .w_sub_info_wpr {
        padding: 26px 23px 37px 36px;
    }

    /*-- Start Our Customers section --*/
    .our_customers {
        margin: 44px 0 0;
    }

    .our_customers_wpr {
        background-color: var(--Primary);
        padding: 46px 0 54px;
        color: var(--white);
    }

    .our_customers .top_title h2 {
        line-height: 28px;
    }

    .customers_all {
        margin-top: 22px;
    }

    .main_customers {
        margin: 0 -30px;
    }

    /* Start Our Customers Reviews section --*/
    .review_main_wrp {
        border-radius: 16px;
        padding: 22px 22px 22px;

    }

    .review_main_wrp>p,
    .c_profile_details h6 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -0.419px;
    }

    .review_main_wrp>p {
        padding-bottom: 18px;
    }

    .c_profile_details>p {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: -0.372px;
    }

    /*-- Start Speak To An NetCentrix Agent Today! section --*/
    .speak_to_netcentrix {
        padding: 40px 0 0;
    }

    .speak_to_left .top_title h2 {
        line-height: 34px;
    }

    .speak_to_left .top_title p strong {
        letter-spacing: -0.42px;
    }

    .speak_to_left .top_title p {
        padding-bottom: 10px;
    }

    .bottom_info h6 {
        font-size: 20px;
        line-height: 34px;
        letter-spacing: -1.2px;
    }

    .bottom_info p {
        font-size: 13px;
        line-height: 21px;
        letter-spacing: -0.26px;
        padding: 0px 0 17px;
    }

    .sub_q_info {
        margin: 5px 12px 5px 0;
    }

    .speak_to_left {
        margin: 0 0 30px;
    }

    .speak_right_wpr {
        border-radius: 20px;
        padding: 24px 20px 20px;
    }

    .sub_q_info span {
        font-size: 14px;
    }

    .main_col_field p {
        line-height: 20px;
    }

    .form_text {
        padding: 10px 8px 13px;
    }

    /*-- Start Useful Resources section --*/
    .userful_resource {
        margin: 37px 0 24px;
    }

    .userful_resource .top_title p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.28px;
    }

    .userful_resource .top_title h2 {
        padding: 0;
    }

    .blog-inner {
        padding: 15px 15px 21px;
    }

    .blog-date {
        font-size: 10px;
        line-height: 18.906px;
        letter-spacing: -0.205px;
    }

    .blog-content h2 {
        font-size: 23px !important;
        line-height: 1.3 !important;
        letter-spacing: -1.384px;
        padding: 7px 0;
    }

    .blog-description p,
    .blog-description {
        font-size: 12px !important;
        line-height: 15px;
        line-height: 15.755px;
        letter-spacing: -0.225px;
    }

    .blog-description {
        padding-bottom: 13px;
    }

    .blog-button a {
        font-size: 10px;
    }

    .blog-it-services {
        font-size: 10px;
        line-height: 18px;
        letter-spacing: -0.205px;
        padding: 2px 10px 4px;
    }

    /*-- Start Get In Touch Today section --*/
    .get_in_touch_sec {
        margin-top: 24px;
    }

    .get_touch_wpr {
        padding: 57px 0 68px;
    }

    .get_in_touch_sec h2 {
        line-height: 41px;
        padding: 0;
    }

    .get_in_touch_sec .top_title p {
        font-size: 14px;
    }

    .get_touch_wpr .expert_btn {
        margin: 18px auto 0;
    }

    /*---- footer ---*/
    .footer_list .social_icon {
        display: none;
    }

    .main_footer_logo {
        display: flex;

    }

    .menu_footer_container ul {
        justify-content: end;
    }

    .footer_top {
        padding: 50px 0 48px;
    }

    .footer_list {
        padding-top: 27px;
    }

    .main_footer_logo .social_icon {
        margin: 10px 0;
    }

    /*------ Cloud Page ----*/
    .move_your_business {
        margin: 50px 0;
    }

    .move_your_business .top_title h2,
    .benefits_of_cloud .top_title h2 {
        line-height: 1.3;
    }

    .we_can_help.w_business_help {
        margin: 50px 0 50px;
    }

    .benefits_wpr {
        margin: 50px 0;
    }

    .left_benefits {
        width: 100%;
        order: 2;
    }

    .right_benefits {
        margin: 0 0 17px;
        padding: 0;
    }

    .benefits_wpr_reverse .right_benefits {
        padding: 0;
    }

    .benefits_of_cloud {
        padding: 10px 0;
    }

    .b_benefits {
        margin: 50px 0;
    }

    /*----- azure virtual page ---- */
    .two_btn {
        margin-top: 20px;
    }

    .vacancies-title h2 {
        line-height: 1.3;
    }

    .vacancies .vacancies-left {
        flex: 1;
        padding-right: 10px;
    }

    .get_in_touch {
        margin-top: 20px;
    }

    .vacancies_without_bg .vacancies-wp {
        padding: 50px;
    }

    .v_desktop_sec {
        margin: 50px 0 0;
        padding: 50px 0 10px;
    }

    .key_features {
        margin: 50px 0;
    }

    .inner_key_features {
        margin: 0 -5px;
    }

    .sub_features {
        width: 100%;
        padding: 5px;
    }

    .sub_features .key_f_img {
        width: 100px;
        height: 100px;
    }

    .key_f_details {
        padding-left: 16px;
    }

    .key_features_wpr .top_title {
        padding-bottom: 12px;
    }

    .key_f_details h4,
    .faq_inner_left h4 {
        font-size: 22px;
        line-height: 1.2;
        padding-bottom: 5px;
    }

    .key_f_details h4 {
        font-size: 20px;
    }

    .key_f_details p {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.26px;
    }

    .getting_the_most {
        margin: 50px 0;
    }

    .getting_most_wpr {
        padding: 40px;
    }

    .getting_most_wpr .top_title p {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.26px;
    }

    .faq_investment .lists_col {
        padding: 20px 20px 20px 30px;
    }

    .faq_inner_right .faq-accordion-inner p {
        padding-right: 20px;
    }

    .faq_inner_right .faq-accordion-values {
        padding: 13px 20px 0 0;
    }

    .main_faq_wpr .faq-accordion-inner h5 {
        line-height: 1.5 !important;
    }

    .faq_sec .lists_col .faq-accordion-values {
        padding: 10px 0;
        /* width: 95%; */
    }

    .faq_sec {
        padding: 50px 0;
        margin-top: 50px;
    }

    /*------ about us Page ----*/

    .delivering-exceeding-section {
        margin: 50px 0;
    }

    .our-team-section {
        margin: 50px 0;
    }

    .our-team-content h3 {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .our-team-content h4 {
        font-size: 13px;
        line-height: 1.3;
    }

    .our-team-content {
        bottom: 20px;
        max-width: 70%;
        padding: 10px;
    }

    /*------ Meet the team Page ----*/
    .our_team_main {
        margin-top: 20px;
    }

    .our_team_main .our-team-item,
    .senior_management .our-team-item {
        padding: 0 10px 20px;
    }

    .our_team_main .our-team-content,
    .senior_management .our-team-content {
        bottom: 36px;
    }

    .our_customers.team_senior {
        margin: -100px 0 0;
    }

    .team_senior .our_customers_wpr {
        padding-top: 140px;
    }

    .senior_management {
        margin-top: 20px;
    }

    /*----privacy policy page ---*/
    .p_policy_title h2,
    .p_policy_content h4 {
        padding-bottom: 7px;
    }

    .p_policy_content td,
    .p_policy_content th {
        line-height: 1.3;
    }

    .p_policy_content h4 {
        font-size: 18px;
        line-height: 1.2;
    }

    .p_policy_title {
        padding-bottom: 20px;
    }

    .p_policy_content table {
        margin: 0px 0 20px;
    }

    .p_policy_title p,
    .p_policy_content p {
        font-size: 13px;
        line-height: 21px;
        letter-spacing: -0.26px;
    }

    /*----contact page ---*/
    .contact_form .speak_to_right {
        width: 100%;
    }

    .speak_to_netcentrix.contact_form {
        padding: 0;
    }

    .contact_info {
        padding-top: 6px;
    }

    .contact_form .top_title h2 {
        max-width: 100%;
        padding-bottom: 7px;
    }

    .contact_form .speak_to_left {
        margin-bottom: 10px;
    }

    .contact_info .sub_q_info a {
        padding: 10px 10px 10px 0;
    }

    .contact_info .sub_q_info a span {
        font-size: 18px;
    }

    .contact_info .sub_q_info a svg,
    .contact_info .sub_q_info a img {
        width: 18px;
    }

    .contact_info .sub_q_info label {
        padding-bottom: 7px;
    }

    .google_map {
        margin: 24px 0 -24px;
    }

    /* ====== BLOG PAGE SECTION ========= */
    .blog-col {
        width: 50%;
    }

    .blog-filter-col {
        width: 33.33% !important;
        padding: 9px;
    }

    .blog-filter-row {
        margin: 30px -9px 30px;
    }

    .article-date-share {
        padding: 15px 0;
        margin-bottom: 15px;
    }

    .article-date-share.article-date-bottom {
        padding: 20px 0 0;
        margin: 30px 0;
    }

    /* ======= Start Netcentrix Vacancies Page PAGE ============ */

    .vacancies-content-left {
        flex: 0 0 100%;
        padding: 0 0 20px;
        max-width: 100%;
    }

    .vacancies-content-right {
        max-width: 100%;
    }

    .vacancies-image {
        max-width: 35%;
    }

    .vacancies-content {
        margin-left: 10px;
        padding: 15px 3% 15px 3%;
    }

    .vacancies-location-price li span svg {
        width: 20px;
        height: 20px;
    }

    .vacancies-location-price li {
        padding-bottom: 7px;
    }

    /* ======= Start Netcentrix Vacancies internal PAGE ============ */
    .vacancies-internal-section {
        margin: 50px 0;
    }

    .vacancies-internal-left {
        width: 100%;
        padding-top: 30px;
    }

    .vacancies-internal-right {
        width: 100%;
        position: unset;
    }

    .vacancies-internal-row {
        flex-direction: column-reverse;
    }

    /* Popup Start */

    .internal-popup-left {
        width: 100%;
        order: 2;
        padding-top: 10px;
    }

    .internal-popup-right {
        width: 100%;
    }

    .internal-popup-inner {
        padding: 25px;
    }

    .internal-popup-title h2 {
        font-size: 26px;
        letter-spacing: -0.8px;
    }

    .internal-popup-title p {
        font-size: 12px;
        letter-spacing: -0.18px;
    }

    .internal-popup-title {
        margin-bottom: 17px;
    }

    .internal-left-col label {
        font-size: 12px;
        letter-spacing: -0.18px;
    }

    .internal-left-col input:not([type="checkbox"]) {
        font-size: 12px;
        letter-spacing: -0.18px;
        padding: 9px 15px 11px;
    }

    .internal-left-col {
        padding: 0 8px 15px;
    }

    .popup-right-title h3 {
        font-size: 20px;
        letter-spacing: -0.56px;
    }

    .internal-popup-right ul li {
        font-size: 13px;
        letter-spacing: -0.2px;
    }

    .internal-popup-right ul li:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .popup-right-img {
        margin-top: 20px;
        padding-top: 50%;
    }

    /* ======= Start About us PAGE ============ */

    .delivering-left-content h2 {
        font-size: 26px;
        letter-spacing: -1.28px;
    }

    /* start work-benefits section */

    .benefits-item {
        max-width: 50%;
    }

    .benefits-content h5 {
        line-height: 1.3;
        font-size: 20px;
    }
	
	.single-customer-stories .customer_quote_sec {
        display: none;
    }

    .work-benefits-wp::before {
        content: unset;
    }

    .work-benefits-wp {
        padding: 50px 0;
    }

    .work-benefits-wp .top_title {
        margin-bottom: 10px;
    }

    .vacancies-content-left h2 {
        font-size: 23px !important;
        letter-spacing: -1.384px;
    }

    .vacancies-content-left p {
        font-size: 13px;
        line-height: 21px;
        letter-spacing: -0.26px;
    }

    /*==== case study page ====*/
    .customer_quote_sec {
        margin: 50px 0 0;
    }

    .customer_quote_wpr {
        padding: 46px 0 40px;
    }

    .customer_quote_info .left_side_info {
        width: 40%;
    }

    .right_side_info .right_info_wpr>p {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: -0.419px;
    }

    .customer_quote_sec .top_title p {
        font-size: 13px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: -0.26px;
    }

    /* popup */
    .wt_video_body {
        max-width: 95%;
    }
}

@media only screen and (max-width: 767px) {

    /*=== NEW MEGA MENU  ====*/
    .primary_header_mega_menu .mega-menu-inner-cols {
        width: calc(33.33% - 20px) !important;
    }

    .primary_header_mega_menu #mega-menu-wrap-primary li.mega-menu-item>ul.mega-sub-menu {
        margin-top: 0 !important;
    }

    /*-- Start See How We Can Help section --*/
    .tab_list li {
        padding: 20px 15px;
        width: 100%;
        text-align: center;
    }

    .tab_container {
        margin: 0;
    }

    .tab_content {
        max-width: 100%;
        padding: 10px 0;
    }

    /*---- footer ---*/
    .sub_footer_list h5 {
        font-size: 20px;
        letter-spacing: -1.2px;
    }

    .sub_footer_list ul li a {
        font-size: 15px;
        line-height: 33px;
    }

    .sub_footer_list {
        flex: 1 1 50%;
        padding-bottom: 17px;
    }

    .f_bottom_right {
        max-width: 100%;
        text-align: left;
        margin-top: 35px;
    }

    .f_bottom_right p {
        font-size: 12px;
        letter-spacing: -0.24px;
    }

    .benefit_list_wpr {
        padding: 30px;
    }

    .benefit_list_wpr h4 {
        font-size: 22px;
        line-height: 1.2;
        padding: 10px 0;
    }

    /*----- azure virtual page ---- */
    .get_in_touch a {
        width: 100%;
        margin-bottom: 10px;
    }

    .top_title_left,
    .faq_inner_left {
        width: 100%;
    }

    .faq_inner_left {
        padding-bottom: 10px;
    }

    .faq_inner_left h4 {
        font-size: 18px;
    }

    .faq_inner_right .faq-accordion-inner p {
        font-size: 14px;
    }

    /*------ about us Page ----*/
    .our-team-title {
        /* max-width: 100%; */
        margin-bottom: 20px;
        flex: 1;
    }

    .our-team-row {
        margin-bottom: 30px;
    }

    /*------ Meet the team Page ----*/

    .our_team_main .our-team-item,
    .senior_management .our-team-item {
        width: 50%;
    }

    /* ====== BLOG PAGE SECTION ========= */

    .blog-col {
        width: 100%;
    }

    /* ====== ARTICLE PAGE SECTION ========= */

    .article-content .article-main-title,
    .article-content h2 {
        font-size: 28px;
        letter-spacing: -1.28px;
    }

    .article-content p {
        font-size: 14px;
        letter-spacing: -0.12px;
    }

    .article-sub-title,
    .article-content h3 {
        font-size: 20px;
        letter-spacing: -0.2px;
        margin: 20px 0 7px;
        line-height: 1.2;
    }

    .article-third-title,
    .article-content h4 {
        font-size: 18px;
        letter-spacing: -0.44px;
    }

    /* ======= Start Netcentrix Vacancies Page PAGE ============ */

    .vacancies-image {
        max-width: 100%;
    }

    .vacancies-content {
        margin: 10px 0 0;
        padding: 20px;
        background: linear-gradient(360deg, rgba(197, 212, 239, 0.40) 0.36%, rgba(197, 212, 239, 0.00) 97.8%);
    }

    .vacancies-image-inner {
        padding-top: 50%;
    }

    /* ======= Start Netcentrix Vacancies internal PAGE ============ */

    .vacancies-internal-section {
        margin: 50px 0;
    }

    .vacancies-internal-right {
        padding: 20px;
    }

    .internal-right-content h4 {
        font-size: 20px;
        letter-spacing: -0.56px;
    }

    .vacancies-internal-content,
    .internal-right-content {
        font-size: 14px;
        letter-spacing: -0.12px;
    }

    .internal-right-content {
        display: flex;
        flex-direction: column;
    }

    .internal-right-content .vacancies-internal-btn {
        order: 2;
        margin: 21px auto 0;
    }

    .internal-right-content h4:not(:first-of-type) {
        margin: 26px 0 11px;
    }

    .vacancies-internal-content h2 {
        font-size: 26px;
        letter-spacing: -0.8px;
    }

    .vacancies-internal-content :is(h2, h3, h4, h5, h6):not(:first-child) {
        margin: 20px 0 13px;
    }

    .vacancies-internal-content :is(h3, h4, h5, h6) {
        /* font-size: 18px; */
        letter-spacing: -0.44px;
    }

    /* .vacancies-internal-content p:not(:last-of-type),
    .vacancies-internal-content>ul>li:not(:last-of-type) {
        margin-bottom: 15px;
    } */

    .vacancies-internal-content ul {
        margin: 15px 0;
    }

    /* ======= Start About us PAGE ============ */

    .our-team-arrow {
        /* width: 100%;
        justify-content: center; */
    }

    .our-team-row {
        margin-bottom: 30px;
        align-items: flex-start;
    }

    .our-team-item {
        padding: 0 5px;
    }

    .our-team-slider {
        margin: 0 -5px;
    }

    .our-team-content h4 {
        font-size: 11px;
        letter-spacing: -0.2px;
    }

    .our-team-content {
        padding: 10px;
        width: 70%;
    }

    .masonry-gallery {
        margin: 50px 0;
    }

    .masonry-item {
        padding: 2px;
    }

    .masonry-grid .masonry-center {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .masonry-grid .masonry-center .masonry-img {
        padding-bottom: 50%;
    }

    .masonry-center .masonry-item {
        width: 50%;
        height: 100%;
    }

}

@media only screen and (max-width: 640px) {

    .c_hero_breadcrumb ul,
    .sub_hero_section .hero_btn {
        justify-content: center;
    }

    .sub_hero_section .hero_details_title {
        text-align: center;
    }

    /*=== START NEW MEGA MENU  ====*/
    .primary_header_mega_menu .mega-menu-inner-cols {
        width: calc(100% - 20px) !important;
        margin-bottom: 20px !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        width: 30px !important;
    }


    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        height: 2px !important;
        width: 30px !important;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
        width: 20px !important;
    }

    .mega-menu-megamenu>ul {
        padding-top: 14px !important;
        padding-bottom: 10px !important;
    }

    /*===  END NEW MEGA MENU  ====*/

    .mega-menu-row .mega-menu-inner-cols {
        flex: 1 1 100%;
    }

    .sub_customers {
        max-width: 115px;
        padding: 5px;
    }

    .sub_customers_wpr {
        min-height: 105px;
        height: 100%;
        max-height: 105px;
        overflow: hidden;
    }

    .sub_customers_wpr img {
        transform: scale(0.8);
    }

    .hero_btn {
        margin: 22px 0 10px;
    }

    .speak_to_expert .expert_btn a {
        padding: 8px 12px 7px;
        border: 3px solid #FFF;
    }

    .coumpany_logo {
        width: 100%;
        text-align: center;
    }

    .c_logo_inner {
        display: inline-block;
    }

    .review_main {
        padding: 0 20px;
    }

    .c_img_wpr {
        width: 36px;
        height: 36px;
    }

    /*-- Start Customer Stories section --*/
    .c_stories_img {
        padding-bottom: 128%;
    }

    .c_stories_details h3 {
        max-width: 215px;
    }

    /*-- Start Why Choose Us section  ---*/

    .w_sub_info:nth-child(3) {
        order: 4;
    }

    /*-- Start Speak To An NetCentrix Agent Today! section --*/

    .two_column_field .col_field {
        width: 100%;
    }

    .col_field {
        padding-bottom: 10px;
    }

    /*---- footer ---*/

    .sub_footer_list {
        flex: 1 1 100%;
    }

    /*------ Cloud Page ----*/
    .move_your_business .btn_get_in_touch a,
    .move_your_business .expert_btn a {
        min-width: 174px;
        width: 100%;
    }

    .benefits_btn {
        margin: 22px 0 0;
        flex-wrap: wrap;
    }

    .benefits_btn .btn_get_in_touch a,
    .benefits_btn .expert_btn a {
        padding: 14px 16px 14px 16px;
        width: 100%;
        min-width: 176px;
    }

    .main_b_benefits::before,
    .main_b_benefits::after {
        content: unset;
    }

    .b_benefits_wpr {
        padding: 0 10%;
    }

    /*----- azure virtual page ---- */
    .vacancies-right {
        width: 100%;
        margin-top: 10px;
    }

    .vacancies_without_bg .vacancies-wp {
        padding: 30px;
    }

    .getting_most_wpr {
        padding: 20px;
    }

    .main_faq_wpr {
        padding: 10px 26px;
    }

    .faq_investment .lists_col {
        padding: 20px 10px 20px 20px;
    }

    .faq_inner_right .faq-accordion-inner p {
        padding-right: 10px;
    }

    .faq_inner_right .faq-accordion-values {
        padding: 13px 10px 0 0;
    }

    .sub_features .key_f_img {
        display: none;
    }

    .key_f_details {
        padding: 0;
    }

    /*------ Meet the team Page ----*/
    .our_team_main {
        margin: 20px -10px 0;
    }

    .our_team_main .our-team-item,
    .senior_management .our-team-item {
        padding: 0 5px 10px;
    }

    .our_team_main .our-team-content,
    .senior_management .our-team-content {
        padding: 10px;
        width: 83%;
        bottom: 16px;
    }

    .benefits-item {
        max-width: 100%;
    }

    .grid-container {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }

    .our-team-content h3 {
        font-size: 14px;
        letter-spacing: -0.32px;
    }

    .our-team-content {
        max-width: 83%;
    }

    /*==== case study page ====*/
    .customer_quote_info .left_side_info {
        width: 100%;
    }

    .quote_img {
        padding-bottom: 58%;
    }

    .right_side_info {
        margin: 40px 0px 0px;
        padding: 20px 19px;

    }

    .customer_quote_info::before {
        height: 18%;
    }

    .right_side_info .c_img_wpr {
        width: 33px;
        height: 33px;
    }

    .right_side_info .c_profile {
        padding-top: 19px;
    }

    .benefits-content {
        flex: 1;
    }

    .benefits-card {
        display: flex;
    }

    .work-benefits .icon {
        width: 41px;
        display: block;
        margin-right: 12px;
    }

    .benefits-content h5 {
        padding: 0 0 10px;
    }
}

@media only screen and (max-width: 575px) {
    .hero_section .expert_btn.customer_stories {
        padding-top: 8px;
    }

    /* ====== BLOG PAGE SECTION ========= */

    .blog-filter-col {
        width: 100% !important;
    }

    /* Popup Start */

    .internal-left-col {
        width: 100%;
    }

    .internal-left-col input[type="checkbox"]+label {
        max-width: 100%;
    }

    /*-- Start Why Choose Us section  ---*/
    .w_sub_info {
        width: 100%;
        padding: 7px 0;
    }

    .container {
        padding: 0 10px;
    }

    .main_customers {
        margin: 0 -20px;
    }
}

@media only screen and (max-width: 480px) {
    .right_header {
        margin: 0 10px 0 10px;
		display:none;
    }

    .main_logo {
        max-width: 134px;
    }

    .header .btn_get_in_touch a {
        padding: 12px 14px;
    }


    section.customer_stories_sec:before {
        height: 30%;
    }

    .footer_logo {
        max-width: 40px;
    }

    .b_benefits_wpr {
        padding: 0 5%;
    }

    /* ====== BLOG PAGE SECTION ========= */

    .article-share {
        width: 100%;
        padding-top: 15px;
    }

    .grid-container {
        display: block;
    }

    /* ====== meet the team  PAGE SECTION ========= */
    .our_team_main .our-team-item,
    .senior_management .our-team-item {
        width: 100%;
    }

    .our_team_main .our-team-content,
    .senior_management .our-team-content {
        padding: 12px;
        width: 54%;
        right: 3.6%;
    }

}

@media only screen and (max-width: 362px) {
    .right_header {
        display: none;
    }
}