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

/*@font-face {
  font-family: "fractul-light";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/fractul-light.woff2") format("woff2"),
    url("../fonts/fractul-light.woff") format("woff"),
    url("../fonts/fractul-light.ttf") format("truetype"),
    url("../fonts/fractul-light.svg#fractul-light") format("svg");
}

@font-face {
  font-family: "fractul-regular";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/fractul-regular.woff2") format("woff2"),
    url("../fonts/fractul-regular.woff") format("woff"),
    url("../fonts/fractul-regular.ttf") format("truetype"),
    url("../fonts/fractul-regular.svg#fractul-regular") format("svg");
}

@font-face {
  font-family: "fractul-medium";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/fractul-medium.woff2") format("woff2"),
    url("../fonts/fractul-medium.woff") format("woff"),
    url("../fonts/fractul-medium.ttf") format("truetype"),
    url("../fonts/fractul-medium.svg#fractul-medium") format("svg");
}

@font-face {
  font-family: "fractul-Italic";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/fractul-Italic.woff2") format("woff2"),
    url("../fonts/fractul-Italic.woff") format("woff"),
    url("../fonts/fractul-Italic.ttf") format("truetype"),
    url("../fonts/fractul-Italic.svg#fractul-Italic") format("svg");
}
@font-face {
  font-family: "fractul-mediumItalic";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/fractul-mediumItalic.woff2") format("woff2"),
    url("../fonts/fractul-mediumItalic.woff") format("woff"),
    url("../fonts/fractul-mediumItalic.ttf") format("truetype"),
    url("../fonts/fractul-mediumItalic.svg#fractul-mediumItalic") format("svg");
}
@font-face {
  font-family: "fractul-thinItalic";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/fractul-thinItalic.woff2") format("woff2"),
    url("../fonts/fractul-thinItalic.woff") format("woff"),
    url("../fonts/fractul-thinItalic.ttf") format("truetype"),
    url("../fonts/fractul-thinItalic.svg#fractul-thinItalic") format("svg");
}*/

@font-face {
    font-family: 'Verdana-Bold';
    src: url('../fonts/Verdana-Bold.woff2') format('woff2'),
        url('../fonts/Verdana-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana.woff2') format('woff2'),
        url('../fonts/Verdana.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*:root {
  --FractulaltLight: "fractul-light";
  --FractulaltRegular: "fractul-regular";
  --FractulMedium: "fractul-medium";
  --FractulItalic: "fractul-Italic";
  --FractulMediumItalic: "fractul-mediumItalic";
  --FractulThinItalic: "fractul-thinItalic";
  --barndYellowDark: #c26524;
  --brandYellowRegular: #e57e32;
  --brandYellowMedium: #f2b56d;
  --brandYellowMediumLight: #f38a29;
  --brandYellowLight: #f7e2cc;
  --brandYellowExtraLight: #faedd8;
  --blueOne: #173e4e;
  --blueTwo: #153b49;
  --blueThree: #1a4352;
  --blueFour: #2e5963;
  --blueFive: #557b85;
  --blueSix: #d8e3e6;
  --blueSeven: #b8d3df;
  --blackLight: #2b2e32;
  --grayLight: #a0a6ab;
  --white: #ffffff;
  --white1: #e5e7e9;
  --white2: #ecf0f1;
  --white3: #f8f9fa;
  --black: #000000;
}*/

:root {
  --FractulaltLight: 'Verdana';
  --FractulThinItalic: 'Verdana';
  --FractulaltRegular: 'Verdana';
  --FractulItalic: 'Verdana';
  --FractulMedium: 'Verdana-Bold';
  --FractulMediumItalic: 'Verdana-Bold';
  --barndYellowDark: #c26524;
  --brandYellowRegular: #e57e32;
  --brandYellowMedium: #f2b56d;
  --brandYellowMediumLight: #f38a29;
  --brandYellowLight: #f7e2cc;
  --brandYellowExtraLight: #faedd8;
  --blueOne: #173e4e;
  --blueTwo: #153b49;
  --blueThree: #1a4352;
  --blueFour: #2e5963;
  --blueFive: #557b85;
  --blueSix: #d8e3e6;
  --blueSeven: #b8d3df;
  --blackLight: #2b2e32;
  --grayLight: #a0a6ab;
  --white: #ffffff;
  --white1: #e5e7e9;
  --white2: #ecf0f1;
  --white3: #f8f9fa;
  --black: #000000;
}

html,
body {
  padding: 0px;
  margin:0px;
  overflow-x: hidden;
}
body.single-service{
  overflow-x:unset;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
}
a{
  text-decoration: none;
  outline: none;
}
* {
  box-sizing: border-box;
}
img{
  display:inline-block;
  width:auto;
  max-width:100%;
}

/* TEAL BOX */
.coverage-box {
  background: var(--blueThree);
  margin-top: -180px; /* pull up under image */
  padding: 50px 30px;
  border-radius: 20px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.cov-title {
  color: var(--white);
  font-size: 30px;
  font-weight: 600;
  margin: 10px 0 15px;
}

.cov-description {
  color: var(--white1);
  font-size: 24px;
  max-width: 950px;
  margin: 0 auto;
}

/* Buttons */

.btn-orange {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  min-height: 51px;
  background-color: var(--brandYellowRegular);
  color: var(--white);
  border-radius: 25px;
  transition: 0.5s;
  line-height: 18px;
  margin: 12px 0px;
  opacity: 1;
}

.btn-light-blue {
  background: var(--blueSix);
  color: var(--blueFour);
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  min-height: 51px;
  border-radius: 200px;
  transition: 0.5s;
  line-height: 18px;
  margin: 12px 0px;
  opacity: 1;
}

.btn-light-blue:hover,
.btn-orange:hover {
  opacity: 0.85;
}
/* Map */
.map-wrap img {
  max-width: 85%;
  border-radius: 10px;
}

/* insights and articles */
.insights-articles-section {
  background: var(--white);
}

.insights-articles-section .articles-card-wrapper {
  max-width: 1604px;
  margin: 0 auto;
}

.insights-articles-section .custom-card {
  padding: 25px;
  border-radius: 25px;
  color: var(--white);
  position: relative;
  min-height: 340px;
}

.insights-articles-section .card-grey {
  background: var(--grayLight);
}
.insights-articles-section .card-orange {
  background: var(--brandYellowMedium);
}
.insights-articles-section .card-blue {
  background: var(--blueFive);
}

.insights-articles-section .card-top-text {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  opacity: 0.9;
}

.insights-articles-section .card-text-area {
  min-height: 179px;
  display: flex;
  align-items: flex-start;
}

.insights-articles-section .arrow-icon-bg {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.insights-articles-section .icon-bg-gray {
  background-color: var(--blackLight);
}

.insights-articles-section .icon-bg-orange {
  background-color: var(--brandYellowRegular);
}

.insights-articles-section .icon-bg-blue {
  background-color: var(--blueThree);
}

.insights-articles-section .arrow-icon-bg i {
  font-size: 40px;
  transform: rotate(45deg);
}

.insights-articles-section .card-title {
  font-size: 40px;
  line-height: 48px;
  font-family: var(--FractulaltRegular);
  margin: 15px 0 20px;
}

.insights-articles-section .card-img-wrap img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.insights-articles-section .view-btn {
  background: var(--brandYellowRegular);
  color: var(--white);
  padding: 8px 25px;
  border-radius: 20px;
  font-size: 14px;
}

.insights-articles-section .view-btn:hover {
  opacity: 0.9;
}

/* keystone network */

.keystone-network .sub-title {
  color: #e87e25;
  margin-bottom: 30px;
}

.keystone-network .join-text {
  color: #4a4a4a;
  font-size: 24px;
  line-height: 28px;
  width: 75%;
  margin-bottom: 50px;
}

.keystone-network .btn-light-blue {
  border-color: transparent;
}

.keystone-network .image-wrapper {
  position: relative;
  width: 100%;
}

.keystone-network .main-bg-img {
  width: 100%;
  border-radius: 20px;
}

.keystone-network .card-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 81%;
  z-index: 2;
  pointer-events: auto;
}

.keystone-network .role-card {
  padding: 25px;
  width: 100%;
  border-radius: 45px;
  color: #fff;
  position: relative;
}
.keystone-network .role-card .key-card-title {
  font-size: 34px;
  line-height: 45px;
  font-family: var(--FractulaltRegular);
  color: var(--white);
}
.keystone-network .role-card .key-card-desc {
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
  font-family: var(--FractulaltRegular);
  padding-top: 20px;
  padding-bottom: 80px;
}

.keystone-network .orange-card {
  background: var(--brandYellowMediumLight);
}

.keystone-network .blue-card {
  background: var(--blueOne);
}

.keystone-network .role-btn {
  background: #dfe6ee;
  color: var(--blueThree);
  padding: 6px 15px;
  border-radius: 20px;
}

.keystone-network .left-block {
  padding-left: 55px;
}

.keystone-network .right-block {
  padding-right: 55px;
}

.keystone-network .button {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  min-height: 50px;
  font-family: var(--FractulaltRegular);
  border-radius: 200px;
  transition: 0.5s;
  line-height: 18px;
  width: 85%;
  position: absolute;
  bottom: 20px;
  right: 50%;
  left: 50%;
  transform: translate(-50%);
}

.keystone-network .orange-card .button {
  background: var(--brandYellowLight);
  color: var(--blueThree);
}

.keystone-network .blue-card .button {
  background: var(--blueFive);
  color: var(--blueSix);
}

/* Trusted section */

.trusted-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
}

.trusted-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
}

.trusted-section .content-box {
  position: relative;
  z-index: 2;
  max-width: 1199px;
  padding-left: 100px;
  /* margin: 0 auto; */
}

.trusted-section .section-subtitle {
  font-size: 24px;
  line-height: 32px;
  font-family: var(--FractulaltRegular);
  color: #4a4a4a;
  margin-top: 10px;
}

.trusted-section .pill-btn {
  background: var(--blueSix);
  border: none;
  padding: 10px 28px;
  border-radius: 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  color: var(--blueFour);
  font-size: 14px;
  transition: 0.3s;
  width: 15.3%;
  min-height: 50px;
}

.trusted-section .pill-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.trusted-section .sub-title {
  max-width: 1199px;
}

/* webinar section */

.webinar-section .content-box {
  background: var(--blueTwo);
  border-radius: 20px;
  padding: 40px;
}

.webinar-section .webinar-item {
  justify-content: space-between;
}

.webinar-section .content-box .dec {
  width: 84%;
}

.webinar-section .content-box .sub-title {
  margin-bottom: 50px;
}

.webinar-section .content-box .description {
  margin-bottom: 80px;
  font-size: 24px;
  line-height: 28px;
  font-family: var(--FractulaltRegular);
}

.webinar-list-title {
  font-size: 30px;
  line-height: 36px;
  font-family: var(--FractulaltRegular);
  color: var(--blueSix);
}
.webinar-item .date-box .date {
  font-size: 21px;
  font-family: var(--FractulaltRegular);
  color: var(--white);
}
.webinar-item .date-box .country {
  font-size: 19px;
  color: var(--white);
}

.webinar-section .live-badge {
  background: var(--blueFive);
  color: var(--white);
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 30px;
  line-height: 36px;
  font-family: var(--FractulaltRegular);
}

.webinar-section .title-box {
  width: 53%;
}

.webinar-section .webinar-title {
  font-size: 30px;
  font-family: var(--FractulaltRegular);
  color: var(--white);
  cursor: pointer;
}

.webinar-section .webinar-title:hover {
  color: var(--brandYellowRegular) !important;
}

.webinar-section .blueRoundBtn:hover {
  background-color: var(--blueFive);
}

.webinar-section .color-till {
  background-color: var(--blueFive);
}

.webinar-section .arrow-btn {
  background: var(--brandYellowMediumLight);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.webinar-section .arrow-btn i {
  font-size: 24px;
  color: var(--white);
}

.assignment-section {
  /* position: relative; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px;
} 

.assignment-section .content-box {
  position: relative;
  z-index: 2;
}

.assignment-section .assign-title {
  font-size: 48px;
  font-weight: 700;
  color: var(--brandYellowRegular);
  font-family: var(--FractulaltRegular);
  margin-bottom: 25px;
}

.assignment-section .assign-subtitle {
  font-family: var(--FractulaltLight);
  font-size: 24px;
  color: var(--blackLight);
  margin: 0 auto 45px;
}

.assignment-section .assign-btn {
  font-family: var(--FractulaltLight);
  padding: 10px 25px;
  border-radius: 30px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
  cursor: pointer;
}

.assignment-section .orange-btn {
  background: var(--brandYellowRegular);
  color: var(--white);
}

.assignment-section .orange-btn:hover {
  background: var(--barndYellowDark);
}

.assignment-section .darkgreen-btn {
  background: var(--blueFour);
  color: var(--white);
}

.assignment-section .darkgreen-btn:hover {
  background: var(--blueThree);
}

.assignment-section .grey-btn {
  background: var(--blueSix);
  color: var(--blueFour);
}

.assignment-section .grey-btn:hover {
  background-color: var(--blueSeven);
}

/* continuing eduction */

.ce-hero-section .ce-hero {
  background: linear-gradient(to right, #0d3542, #114656);
  border-radius: 20px;
  padding: 70px;
}

.ce-hero-section .ce-title {
  font-family: var(--FractulMedium);
  color: var(--white);
  font-size: 48px;
  letter-spacing: 5px;
  font-weight: 400;
  text-align: center;
}

.ce-hero-section .ce-subtitle {
  font-family: var(--FractulaltRegular);
  font-size: 22px;
  line-height: 26px;
  color: var(--brandYellowMediumLight);
  font-weight: 500;
  margin-top: 8px;
  letter-spacing: 3px;
  margin-bottom: 40px;
  text-align: center;
}

.ce-hero-section .ce-desc {
  font-family: var(--FractulaltRegular);
  max-width: 1300px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 28px;
  color: var(--white);
  margin-bottom: 40px;
}

.ce-hero-section .ce-btn {
  font-family: var(--FractulaltRegular);
  color: var(--white);
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 30px;
  min-height: 33px;
  border-radius: 200px;
  transition: 0.5s;
  line-height: 18px;
  margin: 12px 0px;
  opacity: 1;
  text-align: center;
}

.ce-hero-section .ce-btn-orange {
  background: var(--brandYellowMediumLight);
  color: var(--white);
}

.ce-hero-section .ce-btn-blue {
  background: var(--blueFour);
}

.ce-hero-section .ce-btn-orange:hover,
.ce-hero-section .ce-btn-blue:hover {
  opacity: 0.85;
}

.ce-hero-section .ce-img-wrapper {
  margin-bottom: 85px;
}

.ce-hero-section .ce-img-wrapper img {
  width: 100%;
  height: auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: block;
}

.ce-hero-section .card-block .ce-title {
  letter-spacing: 2px;
  margin-bottom: 75px;
}

.ce-hero-section .card-block .ce-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  height: 100%;
  transition: transform 0.3s ease;
}

.ce-hero-section .card-block .ce-card:hover {
  transform: translateY(-8px);
}

.ce-hero-section .card-block .ce-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.ce-hero-section .card-block .ce-body {
  padding: 30px;
  color: var(--white);
}

.ce-hero-section .card-block .ce-body h3 {
  font-family: var(--FractulMedium);
  font-size: 36px;
  margin-bottom: 30px;
  line-height: 43px;
}

.ce-hero-section .card-block .ce-body p {
  font-family: var(--FractulaltRegular);
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 25px;
  min-height: 156px;
}

.ce-hero-section .card-block .ce-body {
  height: 100%;
}

.ce-hero-section .card-block .ce-btn {
  display: inline-block;
  font-family: var(--FractulaltRegular);
  font-size: 18px;
  border-radius: 50px;
  padding: 20px 25px;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}

.ce-hero-section .card-block .ce-card-orange .ce-btn {
  background: var(--barndYellowDark);
}

.ce-hero-section .card-block .ce-card-blue .ce-btn {
  background: var(--blueFive);
}

.ce-hero-section .card-block .ce-card-light-blue .ce-btn {
  background: var(--blueFour);
}

.ce-hero-section .card-block .ce-card-orange .ce-btn:hover {
  background: var(--brandYellowRegular);
}

.ce-hero-section .card-block .ce-card-blue .ce-btn:hover {
  background: var(--blueTwo);
}

.ce-hero-section .card-block .ce-card-light-blue .ce-btn:hover {
  background: var(--blueThree);
}

.ce-hero-section .card-block .ce-card-orange .ce-body {
  background: var(--brandYellowMediumLight);
}

.ce-hero-section .card-block .ce-card-blue .ce-body {
  background: var(--blueFour);
}

.ce-hero-section .card-block .ce-card-light-blue .ce-body {
  background: var(--blueFive);
}

.keyston-ce-diffrent-block .ce-subtitle {
  color: var(--brandYellowMediumLight);
}

.keyston-ce-diffrent-block .ce-title {
  color: var(--blueFour);
  margin-bottom: 60px;
}

.keyston-ce-diffrent-block .info-card {
  margin-bottom: 30px;
}

.keyston-ce-diffrent-block {
  margin-top: 40px;
  padding: 80px;
}

.keyston-ce-diffrent-block .feature-box {
  text-align: left;
  background-color: var(--brandYellowExtraLight);
  padding: 38px 40px;
  border-radius: 8px;
  height: 100%;
}

.keyston-ce-diffrent-block .feature-title {
  color: var(--blueFour);
  font-family: var(--FractulaltRegular);
  font-size: 36px;
  margin-bottom: 30px;
}

.keyston-ce-diffrent-block .feature-description {
  color: var(--blueFive);
  font-family: var(--FractulaltRegular);
  font-size: 22px;
}

.keyston-ce-diffrent-block .feature-image {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-radius: 8px;
}

.featured-topics .ce-title {
  color: var(--blueFour);
}

.featured-topics .topic-pill {
  background: var(--white2);
  color: var(--blueFive);
  border-radius: 50px;
  font-size: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  padding: 30px 35px;
}

.featured-topics .topic-btn {
  display: inline-block;
  padding: 20px 64px;
  background: var(--brandYellowMediumLight);
  color: var(--white);
  border-radius: 50px;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
  margin-top: 60px;
}

.featured-topics .pill-box {
  max-width: 1048px;
  margin: 0 auto;
  margin-top: 50px;
}

.featured-topics .topic-btn:hover {
  opacity: 0.85;
}

.ce-org-section {
  background-color: var(--blackLight);
  margin-top: 95px;
  margin-bottom: 50px;
  padding: 55px 50px;
  border-radius: 20px;
}

.ce-org-section .ce-box {
  text-align: left;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
}

.ce-org-section .ce-title {
  color: var(--white);
  margin-bottom: 20px;
  text-align: left;
  margin-bottom: 30px;
}
.ce-org-section .ce-subtitle {
  text-align: left;
}

.ce-org-section .ce-desc {
  color: var(--white);
}

.ce-org-section .ce-btn {
  background: var(--brandYellowMediumLight);
}
.ce-org-section .ce-btn:hover {
  opacity: 0.9;
}

.ce-org-section .ce-image-wrap {
  border-radius: 0 30px 30px 0;
  height: 100%;
  padding: 0;
}

.ce-org-section .ce-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
}

/* Footer */

.footer {
  background: var(--blackLight);
  padding: 50px 0;
  color: var(--white);
}

.footer-logo {
  width: 200px;
  margin-bottom: 15px;
}

.footer-title {
  color: var(--brandYellowRegular);
  font-size: 18px;
}

.footer-links {
  margin-top: 60px;
  padding: 0px 50px;
  font-family: var(--FractulaltRegular);
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.9;
  color: var(--blueSix);
  font-family: var(--FractulaltRegular);
}
.footer-list li a {
  color: var(--blueSix);
}

.footer-list li strong {
  color: var(--brandYellowRegular);
}

.footer .border-mid {
  border: none;
  border-right: 1px solid var(--brandYellowRegular);
  padding-left: 40px;
}

.footer .border-mid:last-child {
  border: none;
}

.footer-bottom {
  margin-top: 40px;
  font-size: 13px;
}

.footer-bottom a {
  color: var(--blueSix);
  text-decoration: none;
  padding: 0 6px;
}

.footer-bottom p {
  margin-top: 8px;
  color: var(--blueSix);
}

/* homepage css end */

/* services page css start */

.services {
  padding: 50px 0px 0px;
}

.services .service-btn {
  font-family: var(--FractulaltRegular);
  width: 100%;
  padding: 14px 20px;
  text-align: left;
  border: none;
  background: var(--white2);
  border-radius: 30px;
  color: var(--blueThree);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.5s ease;
  text-transform: uppercase;
}

.services .service-btn .arrow {
  font-size: 18px;
  color: #6b6b6b;
}

.services .service-btn:hover {
  background: linear-gradient(
    80deg,
    var(--blueThree),
    var(--brandYellowRegular)
  );
  color: var(--white);
}

.services .service-btn:hover .arrow {
  color: var(--white);
}

.service-title {
  font-family: var(--FractulaltLight);
  font-size: 72px;
  color: var(--white);
}

.service-text-small {
  font-family: var(--FractulaltRegular);
  font-size: 23.8px;
  color: var(--white);
}

.services .service-btn.active {
  background: linear-gradient(
    80deg,
    var(--blueThree),
    var(--brandYellowRegular)
  );
  color: var(--white);
}

.services .service-btn.active .arrow {
  color: var(--white);
}

.services .main-wrapper {
  margin-top: 70px;
  margin-bottom: 70px;
}

.services .image-box .right-img {
  width: 100%;
  border-radius: 20px;
  max-height: 648px;
  object-fit: cover;
}

.services .image-text {
  position: absolute;
  top: 40px;
  left: 40px;
}

.services .image-text p {
  margin-top: 8px;
}

.services .text-block .des {
  font-family: var(--FractulaltLight);
  color: var(--blueFour);
  font-size: 36px;
  line-height: 43px;
}

.services .text-image-block .left-box {
  background: var(--white2);
  border-radius: 16px;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
  position: sticky;
  padding: 45px;
  top: 20px;
}

.services .text-image-block .left-box .title {
  margin-bottom: 30px;
}

.services .text-image-block .left-box ul {
  margin-bottom: 45px;
}

.services .text-image-block .list {
  padding-left: 0px;
  list-style: none;
  font-size: 18px;
}

.services .text-image-block .list li {
  margin-bottom: 6px;
  line-height: 1.45;
  color: var(--blueFive);
  font-size: 24px;
  font-family: var(--FractulaltRegular);
}

.services .text-image-block .list img {
  padding-right: 10px;
}

.services .text-image-block .radius-18 {
  border-radius: 18px;
}

.engineering-support-section {
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: var(--white);
  position: relative;
}

.engineering-support-section .support-title {
  font-family: var(--FractulaltRegular);
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 90px;
  line-height: 1.3;
}

.engineering-support-section .support-subtitle {
  font-family: var(--FractulaltLight);
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 20px;
}

.engineering-support-section .support-email {
  font-family: var(--FractulaltLight);
  font-size: 36px;
  line-height: 43px;
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
}

.support-email:hover {
  opacity: 0.8;
}

.services .catastrophe-block .des-list-block {
  margin-top: 55px;
  font-family: var(--FractulaltLight);
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 40px;
}

.services .catastrophe-block .des-list-block li {
  color: var(--brandYellowRegular);
  padding-left: 170px;
}

.services .catastrophe-block .des-list-block p {
  color: var(--brandYellowRegular);
}

.services .catastrophe-block .des-list-block .text {
  margin-top: 50px;
  color: var(--blueThree);
}

.services .right-images img {
  width: 100%;
}

.services .right-images {
  padding-left: 20px;
}

.keystone-desk-review-section .info-card {
  background: var(--white3);
  border-radius: 16px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

.keystone-desk-review-section .title {
  margin-bottom: 54px;
}

.keystone-desk-review-section .card-block {
  margin-bottom: 95px;
}

.keystone-desk-review-section .info-card .small {
  font-family: var(--FractulaltLight);
  font-size: 23px;
  margin-bottom: 35px;
  color: var(--blueFive);
}

.keystone-desk-review-section .sub-heading {
  color: var(--brandYellowRegular);
  font-size: 23.8px;
  margin-bottom: 30px;
}

.keystone-desk-review-section .feature-title {
  font-family: var(--FractulaltLight);
  font-size: 38px;
  margin-bottom: 35px;
  color: var(--blueOne);
}

.keystone-desk-review-section .custom-list {
  list-style: none;
  padding-left: 0;
}

.keystone-desk-review-section .custom-list .list-inner {
  font-family: var(--FractulaltRegular);
}

.keystone-desk-review-section .custom-list .list-inner h6 {
  font-family: var(--FractulaltRegular);
  font-size: 33px;
  color: var(--blueOne);
  line-height: 39px;
  margin-bottom: 40px;
}

.keystone-desk-review-section .custom-list .list-inner img {
  padding-right: 20px;
}

.keystone-desk-review-section .custom-list .list-inner p {
  font-family: var(--FractulaltRegular);
  font-size: 32px;
  color: var(--blueFive);
  line-height: 33px;
  margin-bottom: 40px;
  padding-left: 45px;
}

.keystone-desk-review-section .desk-process-list {
  font-family: var(--FractulaltRegular);
  color: var(--blueOne);
  font-size: 32px;
}

.keystone-desk-review-section .desk-process-list .sub-text {
  margin-bottom: 35px;
}

.keystone-desk-review-section .desk-process-list .bullet {
  border: 4px solid var(--brandYellowRegular);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  padding: 10px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: var(--brandYellowRegular);
  background-color: transparent;
}

.keystone-desk-review-section .desk-process-list .desk-process-list-inner li {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.keystone-desk-review-section .desk-process-list .desk-process-list-inner {
  list-style: none;
  padding-left: 0px;
}

.keystone-desk-review-section .desk-process-list .text-blue {
  margin-top: 80px;
  color: var(--blueFive);
}

.keystone-desk-review-section .desk-process-list .email {
  color: var(--brandYellowRegular);
}

/* services page css end */

/* join us page css Start */
.LightBlueRoundedBtn {
  display: inline-flex;
  align-items: center;
  background-color: var(--white);
  min-height: 30ox;
  padding: 5px 30px;
  font-size: 18px;
  font-family: var(--FractulaltRegular);
  border-radius: 200px;
  color: var(--brandYellowMediumLight);
}
.join-hero {
  background-color: var(--barndYellowDark);
  min-height: 860px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-hero .top-text {
  font-family: var(--FractulaltRegular);
  font-size: 22px;
  line-height: 26px;
}
.join-hero .title {
  font-family: var(--FractulaltRegular);
  font-size: 48px;
  line-height: 57px;
  color: var(--white);
}
.join-hero .lead {
  font-family: var(--FractulaltRegular);
  font-size: 24px;
  line-height: 28px;
}
.text-orange { color: #ef7f1a; }
.text-brown { color: #6b2c1e; }
.btn-role {
  background-color: #fff5ec;
  color: #6b2c1e;
  font-weight: 600;
  border: none;
}
.btn-role:hover {
  background-color: #ef7f1a;
  color: #fff;
}
.join-cta {
  background-color: #f8991d;
}


/* join us page css End */

/* partnership_first_wrap */
.contactUsCTA.partnership_first_wrap{
    background-color: #0f3b48 !important;
}
.contactUsCTA.partnership_first_wrap .container {
    text-align: left !important;
    padding: 0px 30px !important;
}
.contactUsCTA.partnership_first_wrap p.subHeading {
    font-size: 22px !important;
    font-family: var(--FractulaltRegular);
    color:#f38a29 !important;
    text-transform: uppercase !important;
    margin-bottom: 30px !important;
}
.contactUsCTA.partnership_first_wrap .title {
    font-size:48px;
    text-align: left !important;
    margin-bottom:65px;
}
.contactUsCTA.partnership_first_wrap .detailsCN{
    width: 1635px;
    max-width: 100%;
}
.contactUsCTA.partnership_first_wrap .detailsCN p {
    text-align: left !important;
    margin-bottom: 25px !important;
    font-size: 24px !important;
}
/* partnership_first_wrap end */

/* partner_detail_wrapper */
.partner_detail_wrapper {
    background-color: #f4f4f4;
    padding:80px 0px;
}
.partner_detail_wrapper .container {
    width: 1750px;
    max-width: 100%;
    padding: 0px 15px;
    margin: 0px auto;
    display: flex;
    gap: 30px;
}
.partner_detail_wrapper .partner_detail_list {
    width: calc(50% - 15px);
    border-radius: 24px;
    padding: 70px 90px;
    background-color:#ffffff;
}
.partner_detail_wrapper .subHeading{
    margin-bottom:75px;
}
.partner_detail_wrapper .subHeading img{
    height:125px;
    width:auto;
    max-width:100%;
    object-fit:contain;
    object-position:center;
}
.partner_detail_wrapper .mainHeading {
    font-size: 48px;
    line-height: normal;
    color: #f38a29;
    font-family: var(--FractulaltRegular);
    margin-bottom:65px;
}
.partner_detail_wrapper .decText,
.partner_detail_wrapper .decText p{
    font-size:24px;
    line-height:normal;
    color:#173e4e;
    font-family: var(--FractulaltLight);
}
.partner_detail_wrapper .decText p{
    margin-bottom:25px;
}
.partner_detail_wrapper .decText p:last-child{
    margin-bottom:0px;
}
.partner_detail_wrapper .btnWrapper{
    margin-top:55px;
}
/* partner_detail_wrapper end */

/* partnership_cta_wrap */
.readyToStartCTA.partnership_cta_wrap {
    padding: 0px 0px 150px 0px;
    background-color: #f4f4f4;
}
.readyToStartCTA.partnership_cta_wrap .container{
    width:1750px;
    max-width:100%;
    margin:0px auto;
    padding:0px 15px;
}
.readyToStartCTA.partnership_cta_wrap .mainTitle {
    font-size: 148px;
    color: #153b49;
    text-transform: uppercase;
    margin-bottom: 42px;
}
.readyToStartCTA.partnership_cta_wrap .decTExt{
    width:1030px;
    max-width:100%;
    margin:0px auto;
}
.readyToStartCTA.partnership_cta_wrap .decTExt,
.readyToStartCTA.partnership_cta_wrap .decTExt p{
    font-size: 24px;
    line-height: normal;
    color: #173e4e;
    font-family: var(--FractulaltLight);
    text-align:center;
}
.readyToStartCTA.partnership_cta_wrap .decTExt p{
    margin-bottom:25px;
}
.readyToStartCTA.partnership_cta_wrap .decTExt p:last-child{
    margin-bottom:0px;
}
.readyToStartCTA.partnership_cta_wrap .decTExt p:empty{
    display:none;
}
.readyToStartCTA.partnership_cta_wrap .readyToStartCTA .btnWrapper{
    margin-top:50px;
}
.readyToStartCTA.partnership_cta_wrap .orangeBtn{
    background-color:#2e5963;
    border:1px solid #2e5963;
}
.readyToStartCTA.partnership_cta_wrap .orangeBtn:hover{
    background-color:#1e4048;
    border:1px solid #1e4048;
}
/* partnership_cta_wrap end */

/* responsive css start */

@media (max-width: 1620px) {
  .navbar-brand img {
    width: 300px;
  }
  .yellowRoundBtn,
  .blueRoundBtn,
  .keystone-network .button {
    padding: 10px;
    font-size: 16px;
  }
  .siteHeader .navbar-nav .nav-link {
    font-size: 17px;
  }
  .insights-articles-section .yellowRoundBtn {
    padding: 20px 25px;
    font-size: 26px;
  }
  .webinar-section .content-box .title {
    margin-bottom: 15px;
  }
  .webinar-section .content-box .sub-title {
    margin-bottom: 30px;
  }

  .webinar-section .content-box .description {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 28px;
    font-family: var(--FractulaltRegular);
  }
}

@media (max-width: 1440px) {
  /* .container {
    padding: 0px 25px;
  } */
  .navbar-brand img {
    width: 200px;
    height: -webkit-max-content;
  }
  .service-button .blueRoundBtn {
    padding: 20px;
    font-size: 18px;
  }
  .insights-articles-section .yellowRoundBtn{
    padding: 20px;
    font-size: 18px;
  }
  .keyston-ce-diffrent-block .feature-title {
    font-size: 24px;
  }

  .keyston-ce-diffrent-block .feature-description {
    font-size: 20px;
  }
  .siteHeader .navbar-nav .nav-link {
    font-size: 13px;
    padding: 2px 11px;
  }
  .yellowRoundBtn,
  .blueRoundBtn,
  .keystone-network .button {
    padding: 10px;
    font-size: 13px;
  }
  .insights-articles-section .card-text-area {
    min-height:135px
  }
  .insights-articles-section .card-title {
    font-size: 30px;
    line-height: 35px;
  }
  .webinar-section .webinar-title {
    font-size: 22px;
  }
  .webinar-section .live-badge {
    font-size: 20px;
  }
  .keystone-network .role-card {
    padding: 20px;
    border-radius: 35px;
  }
  .keystone-network .role-card .key-card-title {
    font-size: 28px;
    line-height: 30px;
  }
  .keystone-network .role-card .key-card-desc {
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .keystone-network .button {
    min-height: 30px;
    font-size: 14px;
  }
  .footer-list li {
    font-size: 13px;
  }
  .footer .border-mid {
    padding-left: 25px;
  }

  .partner_detail_wrapper .partner_detail_list{
    padding:50px 40px;
  }
  .partner_detail_wrapper .subHeading {
    margin-bottom: 35px;
  }
  .partner_detail_wrapper .mainHeading{
    margin-bottom:30px;
  }
  .partner_detail_wrapper .btnWrapper {
    margin-top: 35px;
  }

  .readyToStartCTA.partnership_cta_wrap{
    padding:0px 0px 70px 0px;
  }
  .readyToStartCTA.partnership_cta_wrap .mainTitle{
    font-size:100px;
  }
}

@media (max-width: 1165px) {
  .container {
    padding: 0px 15px;
  }
  .yellowRoundBtn,
  .blueRoundBtn,
  .keystone-network .button,
  .siteHeader .navbar-nav .nav-link {
    text-align: center;
  }

  .sub-title {
    font-size: 24px;
  }

  .award-box img {
    width: 180px;
  }

  .cov-title {
    font-size: 28px;
  }
  .insights-articles-section .card-text-area {
    min-height:130px
  }
  .insights-articles-section .card-title {
    font-size: 26px;
    line-height: 30px;
  }
  .webinar-list-title {
    font-size: 26px;
    line-height: 30px;
  }
  .webinar-item .date-box .date {
    font-size: 18px;
  }
  .webinar-item .date-box .country {
    font-size: 16px;
    color: var(--white);
  }
  .webinar-section .webinar-title {
    font-size: 26px;
    line-height: 30px;
  }

  .webinar-section .live-badge {
    font-size: 22px;
    line-height: 30px;
  }

  .keystone-network .role-card p {
    width: 100%;
  }

  .assignment-section .webinar-title {
    font-size: 14px;
  }

  .keystone-desk-review-section .feature-title {
    font-size: 30px;
  }

  .keystone-desk-review-section .sub-heading {
    font-size: 22.8px;
  }

  .keystone-desk-review-section .custom-list .list-inner h6 {
    font-size: 29px;
  }

  .keystone-desk-review-section .custom-list .list-inner p {
    font-size: 27px;
  }

  .keystone-desk-review-section .desk-process-list {
    font-size: 28px;
  }

  .services {
    padding-left: 4px;
  }

  .keyston-ce-diffrent-block {
    padding: 0px;
  }

  .keyston-ce-diffrent-block .feature-box {
    padding: 25px;
  }

  .keyston-ce-diffrent-block .feature-title {
    font-size: 24px;
  }

  .keyston-ce-diffrent-block .feature-description {
    font-size: 19px;
  }
  .trusted-section .content-box {
    padding-left: 0px;
  }

  .ce-hero-section .ce-title {
    font-size: 35px;
    letter-spacing: 3px;
  }
  .footer .border-mid {
    padding-left:10px ;
  }
}

@media (max-width: 1024px) {
  .siteHeader .custom-nav .custom-link {
    font-size: 14px;
  }

  .hero-slider img,
  .hero-slider-wrapper {
    height: 420px;
  }

  .hero-slider .slide-content h2 {
    font-size: 26px;
  }

  .hero-slider .slide-content .btn {
    font-size: 15px;
  }

  .service-card {
    padding: 24px;
  }

  /* workflow  */
  .workflow-container {
    width: 450px;
    height: 400px;
  }

  .workflow-item {
    width: 180px;
  }

  .circle-img {
    width: 90px;
    height: 90px;
  }

  .center-img {
    width: 100px;
    height: 100px;
  }

  .workflow-container .text-block h3 {
    font-size: 14px;
  }

  .workflow-container .text-block p {
    font-size: 12px;
  }

  .coverage-box {
    padding: 40px 25px;
  }
  
  .cov-description {
    font-size: 18px;
  }

  .keystone-network .card-wrapper {
    width: 94%;
  }

  .keystone-network .right-block {
    padding-right: 25px;
  }

  .assignment-section h2 {
    font-size: 26px;
  }

  .services .text-block .des {
    font-size: 26px;
  }

  .services .catastrophe-block .des-list-block {
    font-size: 20px;
  }

  .services .catastrophe-block .des-list-block li {
    padding-left: 80px;
  }

  .ce-hero-section .card-block .ce-body p {
    min-height: 177px;
  }
}

@media (max-width: 991px) {
  /* .container {
    padding: 0px 25px;
  } */

  .siteHeader .custom-nav .custom-link {
    font-size: 12px;
  }

  body {
    padding-top: 187px;
  }

  .siteHeader {
    padding-top: 30px;
  }

  .siteHeader .navbar-nav {
    padding: 15px 30px;
    display: block;
    height: calc(100vh - 110px);
    overflow-y: auto;
  }
  .siteHeader .navbar-nav .nav-link {
    font-size: 18px;
    padding: 15px 11px;
  }

  .siteHeader .dropdown-menu {
    width: 100%;
  }
  .siteHeader .toggleBtn {
    display: flex;
  }
  .sub-title {
    font-size: 22px;
  }

  .cov-desc {
    font-size: 15px;
  }

  .role-card {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    left: 0;
    top: 0;
  }

  .keystone-network .right-block {
    padding-right: 0px;
  }

  .trusted-section .pill-btn {
    width: 14.8%;
    padding: 10px 2px;
  }
  .webinar-list-title {
    font-size: 18px;
    line-height: 30px;
  }
  .webinar-item .date-box .date {
    font-size: 13px;
  }
  .webinar-item .date-box .country {
    font-size: 13px;
    color: var(--white);
  }
  
  .webinar-section .webinar-title {
    font-size: 15px;
  }

  .webinar-section .live-badge {
    font-size: 14px;
  }

  .webinar-section .arrow-btn {
    width: 30px;
    height: 30px;
  }
  .webinar-section .arrow-btn i {
    font-size: 14px;
  }
  .trusted-section .content-box {
    padding-left: 0px;
  }

  .assignment-section .title-box {
    margin-left: 10px !important;
  }

  .assignment-section .assign-subtitle {
    font-size: 20px;
  }

  .footer .border-mid:nth-child(2) {
    border-right: none;
  }

  .service-title {
    font-size: 48px;
  }

  .services .text-block .des {
    font-size: 22px;
    line-height: 28px;
  }

  .engineering-support-section .support-title {
    font-size: 40px;
    margin-bottom: 40px;
  }

  .engineering-support-section .support-subtitle,
  .engineering-support-section .support-email {
    line-height: 21px;
    font-size: 28px;
  }

  .assignment-section .assign-title {
    font-size: 30px;
  }

  .services {
    padding-left: 0px;
  }

  .services .main-wrapper {
    margin-top: 40px;
  }

  .service-text-small {
    font-size: 17.8px;
  }

  .service-text-small img {
    width: 18px;
  }

  .services .right-images {
    padding-left: 0px;
  }

  .ce-hero-section .ce-subtitle {
    font-size: 20px;
  }

  .ce-hero-section .ce-desc {
    text-align: center;
  }

  .ce-hero-section .card-block .ce-body p {
    min-height: 133px;
  }

  .ce-hero-section .card-block .ce-btn {
    font-size: 17px;
  }

  .ce-hero-section .card-block .ce-body {
    padding: 15px;
  }

  .ce-hero-section .ce-hero {
    padding: 30px;
  }

  .featured-topics .topic-pill {
    padding: 21px 21px;
    font-size: 14px;
  }

  .contactUsCTA.partnership_first_wrap .container{
    padding:0px 15px !important;
  }
  .contactUsCTA.partnership_first_wrap{
    padding:70px 0px 40px 0px;
  }
  .contactUsCTA.partnership_first_wrap p.subHeading{
    font-size:18px;
    margin-bottom:18px;
  }
  .contactUsCTA.partnership_first_wrap .title{
    font-size:42px;
    margin-bottom:40px;
  }
  .contactUsCTA.partnership_first_wrap .detailsCN p{
    font-size:20px !important;
  }
}

@media (max-width: 768px) {
   .siteHeader .custom-nav .custom-link {
    padding: 0 7px !important;
    font-size: 12px;
  }

  .siteHeader .divider{
    margin-right: 5px;
  }

  .yellowRoundBtn,
  .blueRoundBtn,
  .keystone-network .button {
    font-size: 14px;
  }

  .hero-slider img,
  .hero-slider-wrapper {
    height: 350px;
  }

  .hero-slider .slide-content h2 {
    font-size: 22px;
  }

  .hero-slider .slide-content .btn {
    font-size: 14px;
  }

  .service-card {
    padding: 20px;
  }

  .client-choose-keystone-section .description {
    font-size: 16px;
  }

  /* workflow  start*/
/* container becomes auto-height & stacked */
    /* .workflow-container {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 20px 0;
        position: static;
    }

    .workflow-item {
        position: static;
        width: 100%;
        max-width: 320px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .left-text,
    .right-text {
        text-align: center;
        margin: 10px 0 0 0 !important;
    }

    .circle-img,
    .center-img {
        width: 90px;
        height: 90px;
    }

    .text-block {
        max-width: 100%;
    } */
    /* workflow end */

  .workflow-horizontal {
    flex-direction: column;
  }

  .step {
    width: auto;
    margin-bottom: 30px;
  }

  .award-box {
    margin-bottom: 20px;
  }

  .award-box img {
    width: 100px;
  }

  .coverage-box {
    margin-top: -50px;
    padding: 35px 20px;
  }

  .cov-description {
    font-size: 14px;
  }

  .cov-title {
    font-size: 24px;
  }

  .insights-articles-section .card-text-area {
    min-height: 80px;
  }

  .main-bg-img {
    border-radius: 15px;
  }

  .keystone-network .card-wrapper {
    width: 98%;
  }

  .keystone-network .left-block {
    padding-left: 15px;
  }

  .keystone-network .join-text {
    width: 100%;
  }

  .keystone-network .role-card p {
    font-size: 15px;
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px;
  }

  .keystone-network .button {
    width: 95%;
  }

  .keystone-network .card-wrapper {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }

  .keystone-network .image-wrapper img {
    display: none;
  }

  .trusted-section .pill-btn {
    width: 170px;
  }

  .btn-row {
    justify-content: center !important;
  }

  .assignment-section .assign-title {
    font-size: 24px;
  }

  .assignment-section {
    padding: 50px 0;
  }

  .footer .border-mid {
    padding-left: 15px;
    border-right: none;
    border-bottom: 1px solid var(--brandYellowRegular);
  }

  .services .text-image-block .left-box {
    padding: 20px;
  }

  .services .text-image-block .left-box .title {
    font-size: 20px;
  }
  .services .text-image-block .list li {
    font-size: 18px;
  }

  .services {
    padding-left: 0px;
  }

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

  .service-title {
    font-size: 45px;
  }

  .services .des-list-block {
    text-align: left;
  }

  .services .catastrophe-block .des-list-block {
    margin-bottom: 0px;
  }

  .keystone-desk-review-section .title {
    text-align: center;
  }

  .keystone-desk-review-section .custom-list .list-inner h6,
  .keystone-desk-review-section .custom-list .list-inner p {
    margin-bottom: 20px;
  }

  .keystone-desk-review-section .desk-process-list .text-blue {
    text-align: center;
  }

  .ce-hero-section .ce-btn-wrap {
    gap: 0 !important;
  }

  .ce-hero-section .ce-title {
    font-size: 28px;
  }

  .ce-hero-section .ce-subtitle {
    margin-bottom: 27px;
  }
  .engineering-support-section .support-title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
  .blueRoundBtn {
    min-height: 30px;
  }
  .siteHeader .custom-nav .custom-link {
    padding: 0 7px !important;
    font-size: 10px;
  }

  .siteHeader .divider{
    margin-right: 0px;
  }

  .hero-slider-wrapper {
    height: 280px;
  }

  .hero-slider img {
    height: 280px;
    border-radius: 15px;
  }

  .hero-slider .slide-content h2 {
    font-size: 18px;
    padding: 0 10px;
  }

  .hero-slider .slide-content .btn {
    padding: 6px 15px;
    font-size: 12px;
  }

  .title {
    font-size: 12px;
    margin-bottom: 20px;
  }
  
  .sub-title {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .service-card h4 {
    font-size: 18px;
  }

  .service-button {
    margin-top: 30px;
  }


  .client-choose-keystone-section {
    margin-top: 40px;
  }

  .client-choose-keystone-section .description {
    font-size: 14px;
  }

  .inc-subtitle {
    font-size: 14px;
  }

  .cov-title {
    font-size: 20px;
  }
  .cov-desc {
    font-size: 14px;
  }
  .cov-buttons .btn-orange, .btn-light-blue {
    font-size: 10px;
    padding: 8px 12px;
    min-height: 30px;
  }
  .insights-articles-section .yellowRoundBtn {
    padding: 15px;
    font-size: 15px;
  }
  .service-button .blueRoundBtn {
    padding: 15px;
    font-size: 15px;
  }
  /* .cov-buttons .btn-light-blue {
    font-size: 10px;
    padding: 8px 12px;
  } */

  .coverage-box {
    padding: 30px 15px;
    border-radius: 15px;
  }

  .cov-description {
    font-size: 14px;
  }

  .insights-articles-section .custom-card {
    padding: 15px;
    border-radius: 15px;
  }
  .webinar-section .content-box .sub-title {
    margin-bottom: 20px;
  }
  .webinar-section .content-box .description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .keystone-network .join-text {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .trusted-section .sub-title {
    margin-bottom: 20px;
  }
  .trusted-section .section-subtitle {
    font-size: 16px;
    line-height: 25px;
    margin-top: 0px;
  }
  .trusted-section .pill-btn {
    font-size: 14px;
    width: 100%;
    min-height: 30px;
  }

  .assignment-section .assign-title {
    font-size: 22px;
  }

  .assignment-section .assign-btn {
    width: 100%;
    text-align: center;
  }

  .assignment-section .btn-wrapper {
    gap: 10px;
  }

  .ce-hero-section .ce-btn,
  .ce-hero-section .card-block .ce-btn {
    font-size: 14px;
  }

  .ce-hero-section .ce-title {
    font-size: 22px;
  }

  .featured-topics .pill-box {
    margin-top: 21px;
  }

  .featured-topics .topic-btn {
    margin-top: 30px;
  }

  /* webinar section */
  .webinar-section .content-box {
    padding: 10px;
  }
  .webinar-section .webinar-item {
    flex-direction: column;
    align-items: flex-start; 
    gap: 10px;
  }

  .webinar-section .date-box p {
    font-size: 16px;
    text-align: center;
  }

  .webinar-section .live-badge {
    font-size: 14px;
    padding: 4px 10px;
    margin-left: 0 
  }

  .webinar-section .title-box {
    width: 100%;
    margin-left: 0;
  }

  .webinar-section .webinar-title {
    font-size: 16px;
    line-height: 22px;
  }

  .inc-wrapper {
    /* flex-direction: column; */
    padding-top: 0px;
    gap:20px
  }

  .award-box img {
    width: 70px;
  }
  .service-title {
    font-size: 26px;
  }
  .service-text-small {
    font-size: 14px;
  }
  .services .text-image-block .left-box {
    padding: 10px;
  }
  .services .text-block .des {
    font-size: 18px;
  }
  .services .text-image-block .left-box .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .services .text-image-block .list li {
    font-size: 12px;
  }
  .services .text-image-block .list img {
    padding-right: 5px;
    width: 20px;
    height: 16px;
  }
  .engineering-support-section .support-title {
    font-size: 26px;
  }
  .engineering-support-section .support-subtitle {
    margin-bottom: 10px;
  }
  .engineering-support-section .support-subtitle, .engineering-support-section .support-email {
    font-size: 18px;
  }
}

  
/* responsive css end */


/* DPS style start */
/* comman css start */
body{
  padding-top:205px;
}

h1,h2,h3,h4,h5,h6{
  font-weight:normal;
}

.roundBtn{
  border-radius:200px;
}
.orangeBtn {
    font-family: var(--FractulaltRegular);
    font-size: 18px;
    color: #ffffff;
    background-color: #f38a29;
    border:1px solid #f38a29;
    text-align: center;
    padding: 15px 23px;
    display: inline-block;
    transition:0.4s;
    cursor: pointer;
}
.orangeBtn:hover{
  background-color:#e27c1d;
  border:1px solid #e27c1d;
}
.darkGreenBtn{
    font-family: var(--FractulaltRegular);
    font-size: 18px;
    color: #ffffff;
    background-color: #2e5963;
    border:1px solid #2e5963;
    text-align: center;
    padding: 15px 23px;
    display: inline-block;
    transition:0.4s;
    cursor: pointer;
}
.darkGreenBtn:hover{
  background-color:#1e4048;
  border:1px solid #1e4048;
}
.whiteBtn{
    font-family: var(--FractulaltRegular);
    font-size: 18px;
    color: #08151b;
    background-color:#ffffff;
    border:1px solid #ffffff;
    text-align: center;
    padding: 15px 23px;
    display: inline-block;
    transition:0.4s;
    cursor: pointer;
}
.whiteBtn:hover{
  background-color:#dbd4d4;
  border:1px solid #dbd4d4;
}
.lightGreenBtn{
    font-family: var(--FractulaltRegular);
    font-size: 18px;
    color: #ffffff;
    background-color:#567b84;
    border:1px solid #567b84;
    text-align: center;
    padding: 15px 23px;
    display: inline-block;
    transition:0.4s;
    cursor: pointer;
}
.lightGreenBtn:hover{
  background-color:#3a5c64;
  border:1px solid #3a5c64;
}
.lightGreyBtn{
    font-family: var(--FractulaltRegular);
    font-size: 18px;
    color: #1a4352;
    background-color:#dae5e7;
    border:1px solid #dae5e7;
    text-align: center;
    padding: 15px 23px;
    display: inline-block;
    transition:0.4s;
    cursor: pointer;
}
.lightGreyBtn:hover{
  background-color:#bfd1d5;
  border:1px solid #bfd1d5;
}

.secHeader{
  margin-bottom:64px;
}
.secHeader .subTitle{
  font-size:22px;
  font-family:var(--FractulaltRegular);
  color:#f38a29;
  text-align:center;
  margin-bottom:20px;
  font-weight:normal;
}
.secHeader .mainTitle{
  font-size:48px;
  font-family:var(--FractulaltRegular);
  color:#2e5963;
  text-align:center;
  font-weight:normal;
}
.secHeader .decText{
  margin-top:40px;
}
.secHeader .decText,
.secHeader .decText p{
  font-size:24px;
  color:#4a4a4a;
  font-family:var(--FractulaltLight);
  text-align:center;
}
/* comman css end */

/* header css start */
.siteHeaderNew{
  padding-top:38px;
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  z-index:9;
  background-color:#ffffff;
  transition:0.4s;
}
.siteHeaderNew .topHeader{
  margin-bottom:-14px;
  transition:0.4s;
  height:22px;
}
.siteHeaderNew .topHeader .container{
  width:1786px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
  display:flex;
  justify-content:flex-end;
}
.siteHeaderNew .topHeader .innerWrapper{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  position: relative;
}
.siteHeaderNew .topHeader .worldDropdown{
  position: relative;
  z-index:5;
}
.siteHeaderNew .topHeader .worldDropdownLink{
  position: relative;
  padding-right:14px;
  margin-right:28px;
  display:inline-block;
}
.siteHeaderNew .topHeader .worldDropdownLink::before{
  content:"";
  position:absolute;
  top:5px;
  right:0px;
  width:7px;
  height:7px;
  border-left:1px solid #b3b3b3;
  border-bottom:1px solid #b3b3b3;
  transform:rotate(-45deg);
}
.siteHeaderNew .topHeader .worldDropdownLink.active::before {
  transform: rotate(-225deg);
  top: 9px;
}
.siteHeaderNew .topHeader .worldDropdownWrap {
  position: absolute;
  top: calc(100% - 4px);
  left: 0px;
  padding-top:6px;
  display:none;
}
.siteHeaderNew .topHeader .worldDropdownWrap .worldDropdownWrapInner {
  width: 50px;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 3px;
  background-color:#ffffff;
}
.siteHeaderNew .topHeader .worldDropdownWrap .item {
  display: block;
  width: 100%;
  padding: 5px;
  border-radius: 4px;
  margin-bottom:3px;
  transition:0.4s;
}
.siteHeaderNew .topHeader .worldDropdownWrap .item:hover{
  background-color: #eeeeee;
}
.siteHeaderNew .topHeader .worldDropdownWrap .item:last-child{
  margin-bottom:0px;
}
.siteHeaderNew .topHeader .worldDropdownWrap .item img {
  display: block;
  width: 100%;
  border-radius: 2px;
}
.siteHeaderNew .topHeader .worldDropdown img{
  width:20px;
  height:auto;
}
.siteHeaderNew .topHeader .searchWrapper{
  margin-left:18px;
}
.siteHeaderNew .topHeader .searchWrapper img{
  width:20px;
}
.siteHeaderNew .topHeader .searchWrapper .inputWrapper {
  position: absolute;
  top: 50%;
  right: 0px;
  width:0%;
  transform: translateY(-50%);
  overflow:hidden;
  transition:0.4s;
  z-index:6;
}
.siteHeaderNew .topHeader .searchWrapper.active .inputWrapper{
  width:100%;
}
.siteHeaderNew .topHeader .searchWrapper .inputWrapper .closeBtn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition:0.4s;
  z-index:3;
  cursor: pointer;
  background-color:#ffffff;
}
.siteHeaderNew .topHeader .searchWrapper .inputWrapper .closeBtn::before,
.siteHeaderNew .topHeader .searchWrapper .inputWrapper .closeBtn::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:14px;
  height:2px;
  background-color:rgb(220, 11, 11);
}
.siteHeaderNew .topHeader .searchWrapper .inputWrapper .closeBtn::before{
  transform:translate(-50%, -50%) rotate(45deg);
}
.siteHeaderNew .topHeader .searchWrapper .inputWrapper .closeBtn::after{
  transform:translate(-50%, -50%) rotate(-45deg);
}
.siteHeaderNew .topHeader .searchWrapper .inputWrapper .closeBtn:hover{
  background-color: #eeeeee;
}
.siteHeaderNew .topHeader .searchWrapper input {
  font-family: var(--FractulaltRegular);
  font-size: 18px;
  color: #000000;
  padding: 12px 15px;
  background-color: #ffffff;
  border: 1px solid #b3b3b3;
  border-radius: 7px;
  transition:0.4s;
  width:100%;
}
.siteHeaderNew .topHeader .searchWrapper input:focus{
  border: 1px solid #f38a29;
}
.siteHeaderNew .topHeader .navbar-nav{
  padding-left:0px;
  list-style:none;
  margin:0px 0px;
  display:flex;
  align-items:center;
}
.siteHeaderNew .topHeader .menu-item{
  position: relative;
  margin-right:25px;
  padding-right:25px;
}
.siteHeaderNew .topHeader .menu-item::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 0px;
    height: 18px;
    width: 1px;
    background-color: #000000;
}
.siteHeaderNew .topHeader .menu-item:last-child{
  padding-right:0px;
  margin-right:0px;
}
.siteHeaderNew .topHeader .menu-item:last-child::before{
  display:none;
}
.siteHeaderNew .topHeader .menu-item > a{
  color:#000000;
  font-family:var(--FractulaltLight);
  font-size:18px;
  text-transform:uppercase;
  transition:0.4s;
}
.siteHeaderNew .topHeader .menu-item > a:hover{
  color:#f38a29;
}

.siteHeaderNew .bottomHeader{
  padding-bottom:55px;
}
.siteHeaderNew .bottomHeader .container{
  width:1786px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
}
.siteHeaderNew .logoWrapper{
  margin-right:15px;
  padding-bottom:10px;
  display:inline-block;
}
.siteHeaderNew .btnsWrapper{
  margin-left:15px;
  padding-bottom:10px;
  position: relative;
  top:10px;
}
.siteHeaderNew .btnsWrapper .darkGreenBtn{
  margin-left:24px;
}
.siteHeaderNew .logoWrapper img{
  width:363px;
  max-width:100%;
  position: relative;
  top:12px;
  transition:0.4s;
}
.siteHeaderNew .bottomHeader .innerWrapper{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
}
.siteHeaderNew .bottomHeader .navbar-nav{
  margin:0px 0px;
  padding:0px 0px;
  list-style:none;
  display:flex;
  align-items:center;
}
.siteHeaderNew .bottomHeader .navbar-nav.mobileMenu{
  display:none;
}
.siteHeaderNew .bottomHeader .navbar-nav > .menu-item{
  margin-right:42px;
}
.siteHeaderNew .bottomHeader .navbar-nav > .menu-item.menu-item-has-children{
  position: relative;
  padding-right: 20px;
}
.siteHeaderNew .bottomHeader .navbar-nav > .menu-item.menu-item-has-children > .downArrow{
  width:14px;
  height:14px;
  position:absolute;
  top:3px;
  right:0px;
}
.siteHeaderNew .bottomHeader .navbar-nav > .menu-item.menu-item-has-children > .downArrow::before {
    content: "";
    position: absolute;
    top: 1px;
    right: 3px;
    width: 7px;
    height: 7px;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    transform: rotate(-45deg);
    transition:0.4s;
}
.siteHeaderNew .bottomHeader .navbar-nav > .menu-item:last-child{
  margin-right:0px;
}
.siteHeaderNew .bottomHeader .navbar-nav > .menu-item > a{
  font-family:var(--FractulaltLight);
  font-size:18px;
  color:#000000;
  text-transform:uppercase;
  padding:0px 0px 10px 0px;
  display:inline-block;
  transition:0.4s;
}
.siteHeaderNew .bottomHeader .navbar-nav > .menu-item.current-menu-item > a,
.siteHeaderNew .bottomHeader .navbar-nav > .menu-item.current-menu-parent > a,
.siteHeaderNew .bottomHeader .navbar-nav > .menu-item:hover > a:hover{
  color:#f38a29;
}
.siteHeaderNew .bottomHeader .navbar-nav > .menu-item.current-menu-item > .downArrow::before,
.siteHeaderNew .bottomHeader .navbar-nav > .menu-item.current-menu-parent > .downArrow::before,
.siteHeaderNew .bottomHeader .navbar-nav > .menu-item:hover > .downArrow::before{
  border-left: 1px solid #f38a29;
  border-bottom: 1px solid #f38a29;
}
.siteHeaderNew .bottomHeader .navbar-nav .sub-menu{
  display:none;
  list-style:none;
  padding:0px 0px;
  position:absolute;
  top:calc(100% - 5px);
  left:-34px;
  z-index:3;
  padding:32px 32px;
  border-radius:26px;
  background-color:rgba(255,255,255,0.9);
  /*width:220px;*/
  width:240px;
}
.siteHeaderNew .bottomHeader .navbar-nav .menu-item.menu-item-has-children:hover > .sub-menu{
  display:block;
}
.siteHeaderNew .bottomHeader .navbar-nav .sub-menu .menu-item{
  padding-bottom:15px;
  margin-bottom:15px;
  border-bottom:1px dashed #f38a29;
}
.siteHeaderNew .bottomHeader .navbar-nav .sub-menu .menu-item:last-child{
  padding-bottom:0px;
  margin-bottom:0px;
  border-bottom:none;
}
.siteHeaderNew .bottomHeader .navbar-nav .sub-menu .menu-item > a{
  font-size:18px;
  font-family:var(--FractulaltRegular);
  color:#1a4352;
  transition:0.4s;
  text-transform:uppercase;
}
.siteHeaderNew .bottomHeader .navbar-nav .sub-menu .menu-item > a:hover{
  color:#f38a29;
}

.siteHeaderNew .toggleBtn{
  display:none;
}

.stickyHeader .siteHeaderNew{
  padding-top:18px;
  box-shadow:0px 10px 10px #f4f4f4;
}
.stickyHeader .siteHeaderNew .topHeader{
  height:0px;
  overflow:hidden;
  margin-bottom:0px;
}
.stickyHeader .siteHeaderNew .bottomHeader{
  padding-bottom:7px;
}
.stickyHeader .siteHeaderNew .bottomHeader .innerWrapper{
  align-items:center;
}
.stickyHeader .siteHeaderNew .logoWrapper img{
  top:0px;
  width:250px;
}
.stickyHeader .siteHeaderNew .btnsWrapper{
  top:0px;
}

.siteHeaderNew .toggleBtn {
  background-color: transparent;
  border: none;
  width: 34px;
  height: 34px;
  padding: 0px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-left: 20px;
  position: relative;
  display: none;
}
.siteHeaderNew .toggleBtn .line {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 100px;
  background-color:#f38a29;
  margin-bottom: 8px;
  transition: 0.5s;
}
.siteHeaderNew .toggleBtn .line:nth-child(2) {
  width: 60%;
  margin-left: auto;
}
.siteHeaderNew .toggleBtn .line:last-child {
  margin-bottom: 0px;
}
.siteHeaderNew .toggleBtn.active .line{
  position: absolute;
  top: 50%;
  left: 50%;
}
.siteHeaderNew .toggleBtn.active .line:first-child {
  transform: translate(-50%,-50%) rotate(45deg);
}
.siteHeaderNew .toggleBtn.active .line:nth-child(2) {
  display: none;
}
.siteHeaderNew .toggleBtn.active .line:last-child {
  transform: translate(-50%,-50%) rotate(-45deg);
}
/* header css end */

/* siteFooter start */
.siteFooter{
  background-color:#2a2d31;
  padding:88px 0px 70px 0px;
}
.siteFooter .container{
  width:1786px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
}
.siteFooter .footerTopHeader{
  text-align:center;
  margin-bottom:100px;
}
.siteFooter .footerLogoLink{
  display:inline-block;
  width:298px;
  max-width:100%;
  margin-bottom:50px;
}
.siteFooter .footerTitle{
  text-align:center;
  font-size:30px;
  color:#f38a29;
  font-family:var(--FractulaltRegular);
  font-weight:normal;
}
.siteFooter .footerLogoLink img{
  width:100%;
}
.siteFooter .footerRow{
  display:flex;
  flex-wrap:wrap;
  padding-right:70px;
}
.siteFooter .footerCol{
  border-right:1px solid #774415;
}
.siteFooter .footerCol:last-child{
  border-right:none;
}
.siteFooter .innerCol{
  display:inline-block;
  max-width:100%;
}
.siteFooter .footerCol:nth-child(1){
  width: 33%;
  padding-right:15px;
}
.siteFooter .footerCol:nth-child(2){
  width: 33%;
}
.siteFooter .footerCol:nth-child(3){
  width: 33%;
}
.siteFooter .footerCol:nth-child(4){
  width: 33%;
}
.siteFooter .footerCol:nth-child(2),
.siteFooter .footerCol:nth-child(3){
  display:flex;
  justify-content:center;
  padding:0px 15px;
}
.siteFooter .footerCol:nth-child(4){
  display:flex;
  justify-content:flex-end;
  padding-left:15px;
}
.siteFooter .navbar-nav{
  list-style:none;
  margin:0px;
  padding:0px;
}
.siteFooter .navbar-nav .menu-item{
  margin-bottom:30px;
}
.siteFooter .navbar-nav .menu-item:last-child{
  margin-bottom:0px;
}
.siteFooter .navbar-nav .menu-item a{
  font-size:18px;
  color:#ffffff;
  font-family:var(--FractulaltRegular);
  transition:0.4s;
}
.siteFooter .navbar-nav .menu-item a:hover{
  color:#e57e32;
}

.siteFooter .lastItem{
  margin-bottom:30px;
}
.siteFooter .lastItem:last-child{
  margin-bottom:0px;
}
.siteFooter .lastItem .label{
  font-size:18px;
  color:#e57e32;
  font-family:var(--FractulaltRegular);
  margin-bottom:4px;
}
.siteFooter .lastItem .value{
  font-size:18px;
  color:#ffffff;
  font-family:var(--FractulaltRegular);
}
.siteFooter .lastItem .value a{
  color:#ffffff;
  word-break:break-all;
}
.siteFooter .lastItem .value a:hover{
  color:#e57e32;
  text-decoration:underline;
}
.siteFooter .footerBottom{
  margin-top:90px;
}
.siteFooter .footerBottom .navbar-nav{
  display:flex;
  align-items:center;
  justify-content:center;
}
.siteFooter .footerBottom .menu-item{
  margin-bottom:0px;
  margin-right:10px;
  padding-right:12px;
  position: relative;
}
.siteFooter .footerBottom .menu-item::before {
    content: "";
    position: absolute;
    top: 2px;
    height: 16px;
    width: 2px;
    background-color: #ffffff;
    right: 0px;
}
.siteFooter .footerBottom .menu-item:last-child{
  margin-right:0px;
  padding-right:0px;
}
.siteFooter .footerBottom .menu-item:last-child::before{
  display:none;
}
.siteFooter .copyrightText{
  font-size:18px;
  color:#ffffff;
  font-family:var(--FractulaltRegular);
  text-align:center;
  margin-top:6px;
}
/* siteFooter end */

/* home hero slider start */
.homeHeroSlider .container{
  width:1786px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
}

.homeHeroSlider .slick-slide{
  height:auto;
}

.homeHeroSlider .innerCN{
  position: relative;
}
.homeHeroSlider .heroSlider.slick-slider{
  margin-bottom:0px;
}
.homeHeroSlider .imgWrapper{
  width:100%;
  padding-top:44%;
  position: relative;
  border-radius:58px;
  overflow:hidden;
}
.homeHeroSlider .imgWrapper img{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.homeHeroSlider .slideContent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width:100%;
  padding:20px 40px;
  z-index:3;
}
.homeHeroSlider .slideContent .title{
  font-size: 72px;
  font-family: var(--FractulaltRegular);
  color:#ffffff;
  margin-bottom:42px;
}

.homeHeroSlider .slick-dots {
  bottom: 45px;
  margin:0px 0px;
}
.homeHeroSlider .slick-dots li {
  margin:0px;
  width:auto;
  height:auto;
  margin-right:12px;
}
.homeHeroSlider .slick-dots li:last-child{
  margin-right:0px;
}
.homeHeroSlider .slick-dots li button:before {
  display:none;
}
.homeHeroSlider .slick-dots li button{
  width:20px;
  height:20px;
  border-radius:50%;
  overflow:hidden;
  border:2px solid #ffffff;
  background-color:transparent;
}
.homeHeroSlider .slick-dots li.slick-active button{
  background-color:#ffffff;
}
/* home hero slider end */

/* services section start */
.serviceSec{
  padding-top:116px;
  padding-bottom:80px;
}
.serviceSec .container{
  width:1786px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
}
.serviceSec .innerContainer{
  width:1420px;
  max-width:100%;
  margin:0px auto;
}
.serviceSec .secHeader .mainTitle {
	width:1520px;
  max-width:100%;
  margin:0px auto;
}
.serviceSec .serviceRow{
  display:flex;
  flex-wrap:wrap;
  margin:0px -10px;
}
.serviceSec .serviceCol{
  width:33.3333%;
  padding:0px 10px;
  margin-bottom:20px;
}
.serviceSec .innerCol{
  height:100%;
  background-color:#2c595f;
  padding:40px 40px;
  border-radius: 26px;
  border:1px solid #f58927;
  transition:0.4s;
}
.serviceSec .innerCol:hover{
  background-color:#f58927;
}
.serviceCard .serviceCardHead{
  display:flex;
  align-items:center;
  margin-bottom:30px;
}
.serviceCard .serviceCardHead img{
  width:70px;
  height:70px;
  object-fit:contain;
  object-position:center;
  display:block;
  margin-right:25px;
}
.serviceCard .serviceCardHead .title{
  font-size:31px;
  font-family: var(--FractulaltRegular);
  color:#ffffff;
  width:calc(100% - 95px);
  margin-bottom:0px;
}
.serviceCard .decText,
.serviceCard .decText p{
  font-size:18px;
  font-family: var(--FractulaltRegular);
  color:#ffffff;
}

.serviceSec .serviceBtnWrapper{
  display:flex;
  align-items:center;
  justify-content:center;
  margin-top:30px;
}
/* services section end */

/* recognizedExcellenceSec start */
.recognizedExcellenceSec{
  padding-bottom:90px;
  padding-top:75px;
}
.recognizedExcellenceSec .container{
  width:1786px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
}
.recognizedExcellenceSec .secHeader .mainTitle{
  width:1500px;
  max-width:100%;
  margin:0px auto;
}
.recognizedExcellenceSec .imgRow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:115px;
  margin-bottom:80px;
}
.recognizedExcellenceSec .resBottomText{
  font-size:18px;
  color:#557b85;
  text-align:center;
  text-transform:uppercase;
  font-family: var(--FractulItalic);
}
/* recognizedExcellenceSec end */

/* expertLocationsSec start */
.expertLocationsSec .elImg{
  width:100%;
  height:auto;
}
.expertLocationsSec .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}
.expertLocationsSec .expertLocBox{
  background-color:#113945;
  padding:84px 84px;
  border-radius:28px;
  margin-top:-315px;
  position: relative;
  z-index:2;
}
.expertLocationsSec .secHeader{
  margin-bottom:48px;
}
.expertLocationsSec .secHeader .mainTitle{
  color:#ffffff;
}
.expertLocationsSec .decText{
  width:1370px;
  max-width:100%;
  margin:0px auto;
}
.expertLocationsSec .decText,
.expertLocationsSec .decText p{
  color:#ffffff;
  font-size:24px;
  font-family: var(--FractulaltRegular);
  text-align:center;
}
.expertLocationsSec .btnWrapper{
  margin-top:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  margin-bottom:48px;
}
.expertLocationsSec .mapImg{
  display:flex;
  align-items:center;
  justify-content:center;
}
.expertLocBox .bottomWrapper{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:100px;
}
.expertLocBox .bottomWrapper .listingWrap{
  width: calc(100% - 175px);
  display: flex;
  flex-wrap:wrap;
  align-items: center;
}
.expertLocBox .bottomWrapper .listingWrap .item{
  margin-right:16px;
  margin-bottom:10px;
  display:flex;
  align-items:center;
}
.expertLocBox .bottomWrapper .listingWrap .item .colorWrapper{
  display:inline-block;
  width:18px;
  height:18px;
  border-radius:50%;
  margin-right:7px;
}
.expertLocBox .bottomWrapper .listingWrap .item .text{
  font-size:16px;
  color:#a0a6ab;
  font-family:var(--FractulaltRegular);
  display:inline-block;
}
.expertLocBox .bottomWrapper .mapNumber{
  color:#f38a29;
  font-size:27px;
  font-family:var(--FractulaltLight);
  margin-bottom:10px;
}
/* expertLocationsSec end */

/* insightsArticlesSec start */
.insightsArticlesSec{
  padding-top:90px;
  padding-bottom:70px;
}
.insightsArticlesSec .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}
.insightsArticlesSec .innerContainer{
  width:1420px;
  max-width:100%;
  margin:0px auto;
}
.insightsArticlesSec .secHeader .mainTitle{
  width: 1100px;
  max-width:100%;
  margin:0px auto;
}
.insightsArticlesSec .iaRow{
  display:flex;
  flex-wrap:wrap;
  margin:0px -18px;
}
.insightsArticlesSec .iaCol{
  width:33.3333%;
  padding:0px 18px;
  margin-bottom:36px;
}
.insightsArticlesSec .ia-card {
	height: 100%;
	border-radius: 24px;
	padding: 30px 30px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.insightsArticlesSec .ia-card .cardBody,
.insightsArticlesSec .ia-card .cardFoot{
  width:100%;
}
.insightsArticlesSec .ia-card:hover .arrowRound{
  transform:rotate(45deg);
}
.insightsArticlesSec .arrowRound{
  width:56px;
  height:56px;
  border-radius:50%;
  position:absolute;
  top:26px;
  right:26px;
  z-index:3;
  transition:0.4s;
}
.insightsArticlesSec .arrowRound::before {
	content: "";
	position: absolute;
	top: 17px;
	right: 17px;
	width: 16px;
	height: 16px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(0deg);
}
.insightsArticlesSec .arrowRound::after {
	content: "";
	position: absolute;
	top: 28px;
	right: 15px;
	width: 28px;
	height: 2px;
	transform: rotate(-45deg);
	background-color: #ffffff;
}
.insightsArticlesSec .ia-card.greyCard{
  background-color:#a2a7ab;
}
.insightsArticlesSec .ia-card.orangeCard{
  background-color:#f3b86a;
}
.insightsArticlesSec .ia-card.greenCard{
  background-color:#567b84;
}
.insightsArticlesSec .ia-card.greyCard .arrowRound{
  background-color:#2b2f32;
}
.insightsArticlesSec .ia-card.orangeCard .arrowRound{
  background-color:#f48b22;
}
.insightsArticlesSec .ia-card.greenCard .arrowRound{
  background-color:#2a575d;
}
.insightsArticlesSec .ia-card .date{
  font-size:16px;
  color:#ffffff;
  font-family:var(--FractulaltRegular);
  margin-bottom:22px;
}
.insightsArticlesSec .ia-card .title{
  font-size:34px;
  color:#ffffff;
  font-family:var(--FractulaltRegular);
  margin-bottom:52px;
}
.insightsArticlesSec .ia-card .imgWrapper{
  width:100%;
  padding-top:55%;
  border-radius:14px;
  overflow:hidden;
  position:relative;
}
.insightsArticlesSec .ia-card .imgWrapper img{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}

.insightsArticlesSec .btnWrapper{
  display:flex;
  align-items:center;
  justify-content: center;
  margin-top:20px;
}
.insightsArticlesSec .orangeBtn{
  min-width:235px;
}
/* insightsArticlesSec end */

/* webinarSec start */
.webinarSec .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}
.webinarBox{
  background-color:#173e4f;
  border-radius:24px;
  padding:70px;
}
.webinarListing .mainTitle{
  font-size:30px;
  color:#ffffff;
  font-family:var(--FractulaltRegular);
  margin-bottom:40px;
  font-weight:normal;
}
.webinarRow{
  display:flex;
}
.webinarRow .imgWrapper{
  width:54%;
}
.webinarRow .contentDP{
  width:46%;
  padding-left:20px;
  padding-top:30px;
}
.webinarRow .imgWrapper img{
  width:100%;
  border-radius:10px;
}
.webinarBox .contentDP .innerWrapper {
	width: 520px;
	max-width: 100%;
	margin: 0px auto;
}
.webinarBox .contentDP .secHeader{
  margin-bottom:54px;
}
.webinarBox .contentDP .secHeader .subTitle,
.webinarBox .contentDP .secHeader .mainTitle{
  text-align:left;
}
.webinarBox .contentDP .secHeader .subTitle{
  margin-bottom:30px;
}
.webinarBox .contentDP .secHeader .mainTitle{
  color:#ffffff;
}
.webinarBox .contentDP .decText,
.webinarBox .contentDP .decText p{
  font-size:24px;
  color:#ffffff;
  font-family:var(--FractulaltRegular);
}
.webinarBox .contentDP .btnWrapper{
  margin-top:62px;
}
.webinarBox .contentDP .btnWrapper .lightGreenBtn{
  margin-left:30px;
}
.webinarListing{
  margin-top:80px;
}
.webinarListing .webinarItem{
  padding:28px 0px;
  border-bottom:1px solid #567b84;
  position: relative;
  padding-right:65px;
  display: flex;
  align-items: center;
}
.webinarListing .webinarItem .webinarName{
  width:calc(100% - 488px);
  padding-left:108px;
}
.webinarListing .webinarItem .webinarName .webinarLink{
  white-space:pre;
  overflow:hidden;
  text-overflow:ellipsis;
  width:100%;
  display:inline-block;
}
.webinarListing .webinarItem .dateCountry{
  width:345px;
  padding-right:14px;
}
.webinarListing .webinarItem .dateCountry .date{
  font-size:22px;
  font-family:var(--FractulaltRegular);
  color:#ffffff;
}
.webinarListing .webinarItem .dateCountry .country{
  font-size:16px;
  font-family:var(--FractulaltRegular);
  color:#ffffff;
}
.webinarListing .webinarItem .badgeWrapper{
  display:inline-flex;
}
.webinarListing .webinarItem .liveBadge {
	font-size: 30px;
	font-family: var(--FractulaltRegular);
	color: #ffffff;
	background-color: #567b84;
	padding: 3px 15px;
	display: inline-block;
	border-radius: 400px;
}
.webinarListing .webinarItem .webinarLink{
  font-size:30px;
  color:#ffffff;
  font-family: var(--FractulaltRegular);
  transition:0.4s;
}
.webinarListing .webinarItem:hover .webinarLink{
/*   color:#f28928; */
}
.webinarListing .arrowRound{
  width:56px;
  height:56px;
  border-radius:50%;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:0px;
  z-index:3;
  transition:0.4s;
  background-color:#f28928;
}
.webinarListing .webinarItem:hover .arrowRound{
  transform:translateY(-50%) rotate(45deg);
}
.webinarListing .arrowRound::before {
	content: "";
	position: absolute;
	top: 17px;
	right: 17px;
	width: 16px;
	height: 16px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(0deg);
}
.webinarListing .arrowRound::after {
	content: "";
	position: absolute;
	top: 28px;
	right: 15px;
	width: 28px;
	height: 2px;
	transform: rotate(-45deg);
	background-color: #ffffff;
}
.webinarBox .btnWrapper{
  margin-top:50px;
}
/* webinarSec end */

/* keystoneNetworkSec start */
.keystoneNetworkSec{
  padding:70px 0px;
}
.keystoneNetworkSec .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
  display:flex;
}
.keystoneNetworkSec .leftInfo{
  width:41%;
  padding-left:70px;
  padding-top:85px;
}
.keystoneNetworkSec .rightCN{
  width:59%;
  padding:100px 80px;
  border-radius:32px;
  overflow:hidden;
  position: relative;
  display:flex;
  align-items:center;
}
.keystoneNetworkSec .leftInfo .innerCN{
  width:500px;
  max-width:100%;
  padding-right:20px;
}
.keystoneNetworkSec .leftInfo .mainTitle{
  font-size:48px;
  font-family: var(--FractulaltRegular);
  color:#f38a29;
  margin-bottom:40px;
}
.keystoneNetworkSec .leftInfo .decText,
.keystoneNetworkSec .leftInfo .decText p{
  font-size:24px;
  color:#4a4a4a;
  font-family: var(--FractulaltRegular);
}
.keystoneNetworkSec .leftInfo .lightGreyBtn{
  margin-top:40px;
}
.keystoneNetworkSec .rightCN .bgWrapper{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.keystoneNetworkSec .rightCN .networkRow{
  position: relative;
  z-index:2;
  display:flex;
  flex-wrap:wrap;
  margin:0px -20px;
}
.keystoneNetworkSec .rightCN .networkRow .networkCol{
  width:50%;
  padding:0px 20px;
}
.keystoneNetworkSec .rightCN .networkRow .networkCol.orangeCol .innerCol{
  background-color:#f58927;
}
.keystoneNetworkSec .rightCN .networkRow .networkCol.blueCol .innerCol{
  background-color:#173e4f;
}
.keystoneNetworkSec .rightCN .networkRow .networkCol .innerCol {
	height: 100%;
	border-radius: 50px;
	overflow: hidden;
	padding: 48px 48px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.keystoneNetworkSec .rightCN .networkRow .networkCol .cnBody{
  width:100%;
}
.keystoneNetworkSec .rightCN .networkRow .networkCol .innerCol .title{
  font-size:34px;
  color:#ffffff;
  font-family: var(--FractulaltRegular);
  margin-bottom:48px;
}
.keystoneNetworkSec .rightCN .networkRow .networkCol .innerCol .decText,
.keystoneNetworkSec .rightCN .networkRow .networkCol .innerCol .decText p{
  font-size:18px;
  color:#ffffff;
  font-family: var(--FractulaltRegular);
}
.keystoneNetworkSec .rightCN .networkRow .networkCol .innerCol .decText{
  margin-bottom:65px;
}
.keystoneNetworkSec .rightCN .networkRow .networkCol .innerCol .whiteBtn,
.keystoneNetworkSec .rightCN .networkRow .networkCol .innerCol .lightGreenBtn{
  width:100%;
}

.trustedSec{
  padding-top:140px;
  padding-bottom:88px;
  position: relative;
}
.trustedSec .bgImg{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top;
}
.trustedSec .container{
  width: 1640px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px 0px 15px;
  position: relative;
  z-index:3;
}
.trustedSec .subHeading{
  font-family:var(--FractulaltRegular);
  color:#f38a29;
  font-size:22px;
  margin-bottom:40px;
}
.trustedSec .mainTitle{
  font-size:48px;
  color:#2e5963;
  font-family:var(--FractulaltRegular);
  margin-bottom:34px;
}
.trustedSec .decText,
.trustedSec .decText p{
  font-size:24px;
  color:#4a4a4a;
  font-family:var(--FractulaltRegular);
}
.trustedSec .decText{
  margin-bottom:54px;
  margin-bottom: 54px;
  width: 1200px;
  max-width:100%;
}
.trustedSec .trTagWrapper{
  display:flex;
  flex-wrap:wrap;
}
.trustedSec .trTagWrapper .trTag {
	font-size: 18px;
	color: #2e5963;
	font-family: var(--FractulaltRegular);
	background-color: #d8e3e6;
	border-radius: 200px;
	border: none;
	padding: 13px 22px;
	display: inline-block;
	text-align: center;
	min-width: 240px;
  	margin-right:24px;
  	margin-bottom:12px;
	cursor: default;
}
.trustedSec .trTagWrapper .trTag:last-child{
  margin-right:0px;
}

.readyToStartCTA{
  padding:106px 0px 104px 0px;
  position: relative;
}
.readyToStartCTA .bgImg{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  z-index:1;
}
.readyToStartCTA .container{
  width:1230px;
  max-width:100%;
  margin:0px auto;
  position: relative;
  z-index:3;
}
.readyToStartCTA .readyToStartCTA__box .innerCN{
  position: relative;
  z-index:3;
}
.readyToStartCTA .subHeading{
  font-size:22px;
  font-family:var(--FractulaltRegular);
  color:#e57e32;
  margin-bottom:40px;
  text-align:center;
}
.readyToStartCTA .mainTitle{
  font-size:48px;
  text-align:center;
  color:#e57e32;
  margin-bottom:24px;
  font-family:var(--FractulaltRegular);
  font-weight:normal;
}
.readyToStartCTA .decTExt,
.readyToStartCTA .decTExt p{
  font-size:24px;  
  text-align:center;
  color:#4a4a4a;
  text-align:center;
  font-family:var(--FractulaltRegular);
}
.readyToStartCTA .btnWrapper{
  margin-top:50px;
  gap:22px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.readyToStartCTA .orangeBtn,
.readyToStartCTA .darkGreenBtn,
.readyToStartCTA .lightGreyBtn,
.readyToStartCTA .whiteBtn{
  margin-bottom:10px;
}

.howWeWorkSec .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}
.howWeWorkSec .mainTitle{
  width: 1470px;
  max-width:100%;
  margin:0px auto;
}
.howWeWorkSec{
  padding-top:100px;
  padding-bottom:65px;
}
.howWeWorkSec .innerContainer{
  width:1220px;
  max-width:100%;
  margin:0px auto;
}
.howWorkRow{
  display:flex;
  flex-wrap:wrap;
  margin:0px -10px;
}
.howWorkRow .howWorkCol{
  width:25%;
  padding:0px 10px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  position: relative;
  padding-bottom:65px;
}
.howWorkRow .howWorkCol .innerCol{
  max-width:100%;
}
.howWorkCol .count{
  font-size:16px;
  line-height:16px;
  color:#ffffff;
  font-family:var(--FractulaltRegular);
  background-color:#f28928;
  border-radius:50%;
  padding:7px 11px;
  display:inline-block;
  position:absolute;
  left:calc(50% - 16px);
  transform:translateX(-50%);
  top: 204px;
  z-index:3;
}
.howWorkCol .innerCN{
  width:100%;
}
.howWorkCol img{
/*   width:170px; */
  display:block;
  max-width:100%;
  margin:0px auto;
  margin-bottom:82px;
}
.howWorkCol .title{
  font-size:18px;
  color:#f58a24;
  font-family:var(--FractulaltRegular);
  margin-bottom:30px;
  text-transform:uppercase;
}
.howWorkCol .decText,
.howWorkCol .decText p{
  font-size:18px;
  color:#114656;
  font-family:var(--FractulaltRegular);
}
.howWorkCol .decText{
  width: 200px;
  max-width:100%;
}
.howWorkCol:nth-child(3) .decText{
  width: 217px;
  max-width:100%;
}
.howWorkCol:nth-child(4) .decText{
  width: 180px;
  max-width:100%;
}

.howWorkRow .howWorkCol:nth-child(2)::before {
	content: "";
	position: absolute;
	top: 218px;
	width: 100vw;
	height: 2px;
	background-color: #f28928;
	right: calc(50% + 15px);
}
.howWorkRow .howWorkCol:last-child::before{
  content: "";
	position: absolute;
	bottom: 0px;
	width: 100vw;
	height: 2px;
	background-color: #f28928;
	left:0px;
}
.howWorkRow .howWorkCol:nth-child(2){
  border-bottom:2px solid #f28928;
}
.howWorkRow .howWorkCol:nth-child(2):after{
  content:"";
  width:2px;
  height:calc(100% - 218px);
  background-color: #f28928;
  position:absolute;
  bottom:0px;
  left:0px;
}
.howWorkRow .howWorkCol:nth-child(3)::before {
	content: "";
	position: absolute;
	top: 218px;
	width: 100%;
	height: 2px;
	background-color: #f28928;
	left:0px;
}
.howWorkRow .howWorkCol:nth-child(3):after{
  content:"";
  width:2px;
  height:calc(100% - 218px);
  background-color: #f28928;
  position:absolute;
  bottom:0px;
  left:0px;
}
.howWorkRow .howWorkCol:last-child::after{
  content:"";
  width:2px;
  height:calc(100% - 218px);
  background-color: #f28928;
  position:absolute;
  bottom:0px;
  left:0px;
}
.howWorkRow .howWorkCol:last-child::after{
  content:"";
  width:2px;
  height:calc(100% - 218px);
  background-color: #f28928;
  position:absolute;
  bottom:0px;
  left:0px;
}
.howWorkRow .howWorkCol:last-child .innerCol::before{
  content: "";
	position: absolute;
	top: 218px;
	width: 50%;
	height: 2px;
	background-color: #f28928;
	left:0px;
}

.whyUsSec{
  padding-top:76px;
  padding-bottom:100px;
}
.whyUsSec .secHeader .subTitle{
  margin-bottom:32px;
}
.whyUsSec .secHeader .mainTitle{
  margin-bottom:32px;
}
.whyUsSec .secHeader .decText{
  width:1280px;
  max-width:100%;
  margin:0px auto;
}
.whyUsSec .secHeader .decText,
.whyUsSec .secHeader .decText p{
  font-size:24px;
  color:#4a4a4a;
  text-align:center;
  font-family:var(--FractulaltRegular);
}
.whyUsSec .innerContainer{
  width:1090px;
  max-width:100%;
  margin:0px auto;
  position: relative;
}
.whyUsSec .centerImg{
  position:absolute;
  top:50%;
  left:calc(50% - 15px);
  transform:translate(-50%,-50%);
}
.whyUsRow{
  display:flex;
  flex-wrap:wrap;
  margin:0px -15px;
  justify-content:space-between;
}
.whyUsSec .whyUsCol{
  width:calc(50% - 50px);
  padding:0px 15px;
  margin-bottom:64px;
}
.whyUsSec .whyUsCol:nth-child(3),
.whyUsSec .whyUsCol:nth-child(4){
  margin-bottom:0px;
}
.whyUsSec .whyUsCol .innerCol{
  display:flex;
  align-items:center;
}
.whyUsSec .whyUsCol .cnWrapper{
  width:calc(100% - 215px);
  padding-right:16px;
  position: relative;
  top: 21px;
}
.whyUsSec .whyUsCol:nth-child(3) .cnWrapper,
.whyUsSec .whyUsCol:nth-child(4) .cnWrapper{
  top:17px;
}
.whyUsSec .whyUsCol:nth-child(even) .cnWrapper{
  padding-right:0px;
  padding-left:16px;
}
.whyUsSec .whyUsCol .title{
  font-size:20px;
  font-family:var(--FractulaltRegular);
  padding-bottom:14px;
  margin-bottom:14px;
  font-weight:normal;
  position: relative;
}
.whyUsSec .whyUsCol .title::before{
  content:"";
  position:absolute;
  bottom:0px;
  left:0px;
  height:1px;
  background-color:#0d3542;
  width:calc(100% + 20px);
}
.whyUsSec .whyUsCol:nth-child(even) .title::before{
  left:-24px;
}
.whyUsSec .whyUsCol .dexText,
.whyUsSec .whyUsCol .dexText p{
  font-size:20px;
  color:#114656;
  font-family:var(--FractulaltRegular);
}
.whyUsSec .whyUsCol img{
  display:inline-block;
  width:203px;
  max-width:100%;
}
.whyUsSec .whyUsCol:nth-child(even) img{
  order:-1;
}
.whyUsSec .whyUsCol:nth-child(1) .title{
  color:#f38a29;
}
.whyUsSec .whyUsCol:nth-child(2) .title{
  color:#4eaca2;
}
.whyUsSec .whyUsCol:nth-child(3) .title{
  color:#114656;
}
.whyUsSec .whyUsCol:nth-child(4) .title{
  color:#c6691e;
}

.fourSecBGWrapper{
  position:relative;
}
.fourSecBGWrapper > .bgImg{
  position:absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  object-fit:cover;
  object-position:center;
  opacity:0.7;
}
.fourSecBGWrapper > section{
  position: relative;
  z-index:3;
}

/* services details page */
.servicesDetailsPage .mainDetails{
  margin-bottom:78px;
}
.servicesDetailsPage .mainDetails .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}
.servicesD__pageRow{
  display:flex;
  flex-wrap:wrap;
}
.servicesDetailsPage .servicesMenuLeft{
  width:430px;
}
.servicesDetailsPage .servicesMenuLeft .navbar-nav{
  padding:0px;
  margin:0px;
  position:sticky;
  top:130px;
}

.servicesDetailsPage .servicesMenuLeft .menu-item .active{
  background-image:linear-gradient(to right,#114656,#f38a29);
  color:#ffffff;
}
.servicesDetailsPage .servicesMenuLeft .menu-item .active::before{
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.servicesDetailsPage .servicesMenuLeft .menu-item .active::after{
  background-color: #ffffff;
}

.servicesDetailsPage .servicesMenuLeft .menu-item{
  list-style:none;
  margin-bottom:28px;
}
.servicesDetailsPage .servicesMenuLeft .menu-item:last-child{
  margin-bottom:0px;
}
.servicesDetailsPage .servicesMenuLeft .menu-item a{
  font-family: var(--FractulaltRegular);
  font-size:24px;
  width: 100%;
  padding:25px 85px 25px 34px;
  border-radius: 200px;
  transition: 0.5s;
  text-transform: uppercase;
  color:#1a4352;
  display:block;
  position: relative;
  background-color:#ecf0f1;
}
.servicesDetailsPage .servicesMenuLeft .menu-item a:hover{
  background-image:linear-gradient(to right,#114656,#f38a29);
  color:#ffffff;
}
.servicesDetailsPage .servicesMenuLeft .menu-item a::before{
  content:"";
  position:absolute;
  top:50%;
  transform:translateY(-50%) rotate(45deg);
  right:35px;
  width:16px;
  height:16px;
  border-radius:3px;
  border-top:2px solid #a0a6ab;
  border-right:2px solid #a0a6ab;
}
.servicesDetailsPage .servicesMenuLeft .menu-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 34px;
  width: 24px;
  height: 2px;
  background-color: #a0a6ab;
  border-radius: 3px;
}
.servicesDetailsPage .servicesMenuLeft .menu-item a:hover::before{
  border-top:2px solid #ffffff;
  border-right:2px solid #ffffff;
}
.servicesDetailsPage .servicesMenuLeft .menu-item a:hover::after{
  background-color:#ffffff;
}

.servicesDetailsPage .servicesRightDetails{
  width:calc(100% - 430px);
  padding-left:50px;
}
.servicesDetailsPage .servicesRightDetails > p{
  font-size: 35px;
  font-family: var(--FractulaltLight);
  color: #1a4352;
  margin-bottom: 50px;
}
.servicesDetailsPage .servicesRightDetails > p:last-child{
  margin-bottom:0px;
}
.servicesDetailsPage .servicesRightDetails .servicesDBanner{
  min-height:649px;
  width:100%;
  position:relative;
  border-radius:58px;
  overflow:hidden;
  margin-bottom:80px;
}
.servicesDetailsPage .servicesRightDetails .servicesDBanner img{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.servicesDetailsPage .servicesRightDetails .servicesDBanner .detailsCN{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index:2;
  padding:64px 64px;
}
.servicesDetailsPage .servicesRightDetails .servicesDBanner .detailsCN h2{
  font-size:72px;
  font-family:var(--FractulaltLight);
  color:#ffffff;
  margin-bottom:30px;
  width:480px;
  max-width:100%;
  line-height: 70px;
}
.servicesDetailsPage .servicesRightDetails .servicesDBanner .detailsCN ul{
  list-style:none;
  margin:0px;
  padding:0px;
}
.servicesDetailsPage .servicesRightDetails .servicesDBanner .detailsCN ul li{
  font-size:24px;
  font-family:var(--FractulaltRegular);
  color:#ffffff;
  position: relative;
  padding-left:36px;
  margin-bottom:10px;
}
.servicesDetailsPage .servicesRightDetails .servicesDBanner .detailsCN ul li:last-child{
  margin-bottom:0px;
}
.servicesDetailsPage .servicesRightDetails .servicesDBanner .detailsCN ul li::before{
  content:"";
  position:absolute;
  top:3px;
  left:0px;
  width:22px;
  height:22px;
  background-image:url(../images/sprite-img.png);
  background-size: 720px;
}

.servicesDetailsPage .servicesRightDetails .whatWeDetails{
  margin-bottom:80px;
}
.servicesDetailsPage .servicesRightDetails .whatWeDetails h5{
  font-size:22px;
  font-family:var(--FractulaltRegular);
  text-transform:uppercase;
  color:#f38a29;
  margin-bottom:40px;
  font-weight:normal;
}
.servicesDetailsPage .servicesRightDetails .whatWeDetails p{
  font-size:35px;
  font-family:var(--FractulaltLight);
  color:#1a4352;
  margin-bottom:50px;
}
.servicesDetailsPage .servicesRightDetails .whatWeDetails p:last-child{
  margin-bottom:0px;
}
.servicesDetailsPage .servicesRightDetails .whatWeDetails h6{
  font-size: 26px;
  font-family: var(--FractulaltLight);
  color: #f38a29;
  margin-bottom:10px;
  font-weight:normal;
}
.servicesDetailsPage .servicesRightDetails .whatWeDetails ul{
  list-style:none;
  margin:0px;
  padding:0px;
  margin-bottom:30px;
}
.servicesDetailsPage .servicesRightDetails .whatWeDetails ul:last-child{
  margin-bottom:0px;
}
.servicesDetailsPage .servicesRightDetails .whatWeDetails ul li{
  font-size: 26px;
  font-family: var(--FractulaltLight);
  color: #f38a29;
  position:relative;
  padding-left: 22px;
  margin-bottom:8px;
}
.servicesDetailsPage .servicesRightDetails .whatWeDetails ul li:last-child{
  margin-bottom:0px;
}
.servicesDetailsPage .servicesRightDetails .whatWeDetails ul li::before{
  content:"";
  position:absolute;
  top:14px;
  left:0px;
  width:5px;
  height:5px;
  background-color:#f38a29;
  border-radius:50%;
}
.servicesDetailsPage .servicesRightDetails .whatWeDetails p.small{
  font-size: 26px;
  font-family: var(--FractulaltLight);
  color: #1a4352;
}

.servicesDetailsPage .servicesRightDetails .whyClientChoose{
  margin-bottom:50px;
}
.servicesDetailsPage .servicesRightDetails .whyClientChoose > .title{
  font-size: 22px;
  font-family: var(--FractulaltRegular);
  text-transform: uppercase;
  color: #f38a29;
  margin-bottom: 40px;
  font-weight:normal;
}
.servicesDetailsPage .servicesRightDetails .whyClientChooseRow{
  display:flex;
  flex-wrap:wrap;
  margin:0px -14px;
}
.servicesDetailsPage .servicesRightDetails .whyClientChooseCol{
  width:33.3333%;
  padding:0px 14px;
  margin-bottom:28px;
}
.servicesDetailsPage .servicesRightDetails .whyClientChooseCol .innerCol{
  height:100%;
  background-color:#f8f9fb;
  border-radius:24px;
  padding:44px 38px;
}
.servicesDetailsPage .servicesRightDetails .whyClientChooseCol .subHeading{
  font-size:24px;
  font-family:var(--FractulaltRegular);
  color:#f38a29;
  margin-bottom:44px;
  text-transform:uppercase;
  font-weight:normal;
  width:200px;
  max-width:100%;
}
.servicesDetailsPage .servicesRightDetails .whyClientChooseCol .mainHeading{
  font-size:38px;
  font-family:var(--FractulaltLight);
  color:#173e4e;
  margin-bottom:44px;
  font-weight:normal;
}
.servicesDetailsPage .servicesRightDetails .whyClientChooseCol .decText,
.servicesDetailsPage .servicesRightDetails .whyClientChooseCol p{
  font-size:23px;
  font-family:var(--FractulaltLight);
  color:#173e4e;
  margin-bottom:0px;
}
.servicesDetailsPage .servicesRightDetails .whyClientChooseCol p{
  margin-bottom:28px;
}
.servicesDetailsPage .servicesRightDetails .whyClientChooseCol p:last-child{
  margin-bottom:0px;
}

.servicesDetailsPage .dataImaging{
  margin-bottom:80px;
}
.servicesDetailsPage .dataImaging > .title{
  font-size: 22px;
  font-family: var(--FractulaltRegular);
  text-transform: uppercase;
  color: #f38a29;
  margin-bottom: 80px;
  font-weight:normal;
}
.dataImagingItem{
  margin-bottom:46px;
}
.dataImagingItem:last-child{
  margin-bottom:0px;
}
.dataImagingItem .heading{
  font-size:32px;
  font-weight:normal;
  color:#173e4e;
  font-family:var(--FractulaltRegular);
  text-transform:uppercase;
  position: relative;
  padding-left:40px;
  margin-bottom:22px;
}
.dataImagingItem .heading::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 24px;
  height: 24px;
  background-image: url(../images/sprite-img.png);
  background-size: 780px;
  background-position: -31px 0px;
}
.dataImagingItem .decText{
  padding-left:40px;
}
.dataImagingItem .decText,
.dataImagingItem .decText p{
  font-size:30px;
  font-weight:normal;
  color:#557b85;
  font-family:var(--FractulaltRegular);
}

.servicesDetailsPage .deskReview{
  margin-bottom:80px;
}
.servicesDetailsPage .deskReview > .title{
  font-size: 22px;
  font-family: var(--FractulaltRegular);
  text-transform: uppercase;
  color: #f38a29;
  margin-bottom: 80px;
  font-weight:normal;
}
.deskReview > p{
  font-size:32px;
  color:#173e4e;
  font-family:var(--FractulaltRegular);
  margin-bottom:30px;
}
.deskReviewListingWrap{
  counter-reset: deskReviewItem;
}
.deskReviewItem{
  margin-bottom:45px;
  position: relative;
  padding-left:60px;
}
.deskReviewItem::before{
  counter-increment: deskReviewItem;
  content: counter(deskReviewItem);
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:0px;
  width:30px;
  height:30px;
  border:4px solid #e57e32;
  border-radius:50%;
  font-size:20px;
  color:#e57e32;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:20px;
  font-family:var(--FractulaltRegular);
}
.deskReviewItem:last-child{
  margin-bottom:0px;
}
.deskReviewItem .decText,
.deskReviewItem .decText p{
  font-size:32px;
  color:#173e4e;
  font-family:var(--FractulaltRegular);
}
.deskReviewItem .decText a{
  display:inline-block;
  color:#f38a29;
}
.deskReviewItem .decText a:hover{
  text-decoration:underline;
}

.servicesDetailsPage .servicesRightDetails .textImageBox .container{
  padding:0px 0px;
}
.servicesDetailsPage .servicesRightDetails .textImageBox .textImageRow{
  display:flex;
  flex-wrap:wrap;
}
.servicesDetailsPage .servicesRightDetails .textImageBox .textCol{
  width:64%;
  padding-right:32px;
}
.servicesDetailsPage .servicesRightDetails .textImageBox .textCol .innerWrapper{
  height:100%;
  width:100%;
  background-color:#ecf0f1;
  border-radius:24px;
  padding:48px;
}
.servicesDetailsPage .servicesRightDetails .textImageBox .textCol h4{
  font-size:22px;
  font-family:var(--FractulaltRegular);
  color:#f38a29;
  margin-bottom:26px;
}
.servicesDetailsPage .servicesRightDetails .textImageBox .textCol h4:last-child{
  margin-bottom:0px;
}
.servicesDetailsPage .servicesRightDetails .textImageBox .textCol ul{
  list-style:none;
  margin:0px;
  padding:0px;
  margin-bottom:35px;
}
.servicesDetailsPage .servicesRightDetails .textImageBox .textCol ul:last-child{
  margin-bottom:0px;
}
.servicesDetailsPage .servicesRightDetails .textImageBox .textCol ul li{
  font-size:24px;
  font-family:var(--FractulaltRegular);
  color:#557b85;
  position: relative;
  padding-left:36px;
  margin-bottom:17px;
}
.servicesDetailsPage .servicesRightDetails .textImageBox .textCol ul li:last-child{
  margin-bottom:0px;
}
.servicesDetailsPage .servicesRightDetails .textImageBox .textCol ul li::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0px;
    width: 26px;
    height: 26px;
    background-image: url(../images/sprite-img.png);
    background-size: 770px;
    background-position: -29px 1px;
}
.servicesDetailsPage .servicesRightDetails .textImageBox .imgCol{
  width:36%;
}
.servicesDetailsPage .servicesRightDetails .textImageBox .imgWrapper{
  /* width:100%;
  padding-top:60%;
  overflow:hidden;
  position: relative; */
  border-radius:28px;
  overflow:hidden;
  margin-bottom:30px;
}
.servicesDetailsPage .servicesRightDetails .textImageBox .imgWrapper:last-child{
  margin-bottom:0px;
}
.servicesDetailsPage .servicesRightDetails .textImageBox .imgWrapper img{
  /* position:absolute;
  top:0px;
  left:0px; */
  width:100%;
  height:auto;
  /* height:100%; */
  /* object-fit:cover;
  object-position:center; */
}

.contactUsCTA{
  background-color:#f28a29;
  padding-top:100px;
  padding-bottom:100px;
  position: relative;
}
.contactUsCTA .bgImg{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.contactUsCTA .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
  position: relative;
  z-index:2;
  text-align:center;
}
.contactUsCTA .title{
  font-size:60px;
  font-family:var(--FractulaltRegular);
  color:#ffffff;
  text-align:center;
  margin-bottom:75px;
}
.contactUsCTA .detailsCN p,
.contactUsCTA .detailsCN a{ 
  font-size:36px;
  font-family:var(--FractulaltLight);
  color:#ffffff;
  text-align:center;
  transition:0.4s;
}
.contactUsCTA .detailsCN a:hover{
  color:#2e5963;
  text-decoration:underline;
}
/* services details page end */

/* educationSec start */
.educationSec .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}
.educationBox{
  background-color:#173e4f;
  border-radius:24px;
  padding:70px;
}
.educationRow .imgWrapper{
  width:100%;
}
.educationRow .contentDP{
  width:100%;
  margin-bottom:60px;
}
.educationRow .imgWrapper img{
  width:100%;
  border-radius:16px;
}
.educationBox .contentDP .innerWrapper {
	width: 1320px;
	max-width: 100%;
	margin: 0px auto;
}
.educationBox .contentDP .secHeader{
  margin-bottom:54px;
}
.educationBox .contentDP .secHeader .subTitle,
.educationBox .contentDP .secHeader .mainTitle{
  text-align:center;
}
.educationBox .contentDP .secHeader .subTitle{
  margin-bottom:38px;
}
.educationBox .contentDP .secHeader .mainTitle{
  color:#ffffff;
  margin-bottom:10px;
}
.educationBox .contentDP .decText{
  width:1250px;
  max-width:100%;
  margin:0px auto;
}
.educationBox .contentDP .decText,
.educationBox .contentDP .decText p{
  font-size:24px;
  color:#ffffff;
  font-family:var(--FractulaltRegular);
  text-align:center;
}
.educationBox .contentDP .btnWrapper{
  margin-top:40px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.educationBox .contentDP .btnWrapper .lightGreenBtn{
  margin-left:22px;
}

/* insightsArticlesSec start */
.weOfferSec{
  padding-top:90px;
  padding-bottom:20px;
}
.weOfferSec .container{
  padding: 0px 20px;
}
.weOfferSec .secHeader{
  margin-bottom:90px;
}
.weOfferSec .secHeader .subTitle{
  margin-bottom:20px;
}
.weOfferSec .secHeader .mainTitle{
  color:#ffffff;
}
.weOfferSec .iaRow{
  display:flex;
  flex-wrap:wrap;
  margin:0px -18px;
	    justify-content: center;
}
.weOfferSec .iaCol{
  width:33.3333%;
  padding:0px 18px;
  margin-bottom:36px;
}
.weOfferSec .ia-card {
	height: 100%;
	border-radius: 26px;
	position: relative;
  overflow:hidden;
/*   padding-bottom:104px; */
}
.weOfferSec .ia-card .cardBody{
  padding:48px 48px;
}
.weOfferSec .ia-card.darkGreenCard{
  background-color:#2e5962;
}
.weOfferSec .ia-card.orangeCard{
  background-color:#f28a29;
}
.weOfferSec .ia-card.lightGreenCard{
  background-color:#557b84;
}
.weOfferSec .ia-card.orangeCard .orangeBtn{
  background-color:#c26524;
}
.weOfferSec .ia-card.orangeCard .orangeBtn:hover{
  background-color:#9d4f18;
}
.weOfferSec .ia-card .title{
  font-size:36px;
  font-weight:normal;
  color:#ffffff;
  font-family:var(--FractulaltRegular);
  margin-bottom:52px;
  width:230px;
  max-width:100%;
}
.weOfferSec .ia-card .decText{
  width:376px;
  max-width:100%;
}
.weOfferSec .ia-card .decText,
.weOfferSec .ia-card .decText p{
  font-size:22px;
  font-family:var(--FractulaltRegular);
  color:#ffffff;
}
.weOfferSec .ia-card .imgWrapper{
  width:100%;
  padding-top:56%;
  overflow:hidden;
  position:relative;
}
.weOfferSec .ia-card .imgWrapper img{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}
.weOfferSec .ia-card .iaBtn{
  width:calc(100% - 96px);
  position:absolute;
  bottom:48px;
  left:50%;
  transform:translateX(-50%);
}
/* insightsArticlesSec end */
/* educationSec end */

/* services section start */
.sedSec{
  padding-top:125px;
  padding-bottom:125px;
}
.sedSec .secHeader .subTitle {
  margin-bottom: 20px;
}
.sedSec .container{
  width:1786px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
}
.sedSec .innerContainer{
  width:1580px;
  max-width:100%;
  margin:0px auto;
}
.sedSec .secHeader .mainTitle {
	width:1520px;
  max-width:100%;
  margin:0px auto;
}
.sedSec .sedRow{
  display:flex;
  flex-wrap:wrap;
  margin:0px -17px;
}
.sedSec .sedCol{
  width:33.3333%;
  padding:0px 17px;
  margin-bottom:34px;
}
.sedSec .innerCol{
  height:100%;
  background-color:#faeed8;
  padding:58px 36px 72px 50px;
  border-radius: 24px;
  transition:0.4s;
}
.sedCard .sedSecCardHead{
  display:flex;
  align-items:center;
  margin-bottom:30px;
}
.sedCard .sedCardHead img{
  width:70px;
  height:70px;
  object-fit:contain;
  object-position:center;
  display:block;
  margin-right:25px;
}
.sedCard .sedCardHead .title{
  font-size:36px;
  font-family: var(--FractulaltRegular);
  color:#2e5963;
  margin-bottom:38px;
  font-weight:normal;
}
.sedCard .decText{
  width:384px;
  max-width:100%;
}
.sedCard .decText,
.sedCard .decText p{
  font-size:22px;
  font-family: var(--FractulaltRegular);
  color:#557b85;
}
/* services section end */

/* featuredSec */
.featuredSec{
  padding-bottom:100px;
}
.featuredSec .container{
  width:1100px;
  max-width:100%;
  padding:0px 15px;
  margin:0px auto;
}
.featuredListing{
  display:flex;
  flex-wrap:wrap;
  margin:0px -12px;
}
.featuredListing .featuredItem{
  padding:0px 12px;
  width:50%;
  padding:0px 12px;
  margin-bottom:24px;
}
.featuredListing .featuredLink{
  display:block;
  width:100%;
  font-size:22px;
  color:#557b85;
  background-color:#ecf0f1;
  font-family:var(--FractulaltRegular);
  padding:27px 42px;
  transition:0.4s;
  border-radius:200px;
}
.featuredListing .featuredLink:hover{
  background-color:#557b85;
  color:#ffffff;
}
.featuredSec .btnWrapper{
  margin-top:34px;
  display:flex;
  justify-content:center;
}
.featuredSec .btnWrapper .orangeBtn{
    width:360px;
    max-width:100%;
    text-align:center;
}
/* featuredSec end */

/* webinarSec onlyBox */
.webinarSec.onlyBox{
  margin-bottom:50px;
}
.webinarSec.onlyBox .webinarBox{
  padding:54px 50px 54px 80px;
  background-color:#2b2e33;
}
.webinarSec.onlyBox .webinarRow{
  flex-wrap:wrap;
}
.webinarSec.onlyBox .webinarRow .contentDP{
  order:-1;
}
.webinarSec.onlyBox .webinarBox .contentDP .innerWrapper{
  width:100%;
}
.webinarSec.onlyBox .webinarRow .imgWrapper{
  width:63%;
  padding-left: 64px;
}
.webinarSec.onlyBox .webinarRow .contentDP{
  width:37%;
  padding-left: 0px;
  padding-top: 0px;
  padding-right:20px;
}
.webinarSec.onlyBox .webinarBox .contentDP .decText{
  width: 545px;
  max-width:100%;
}
.webinarSec.onlyBox .webinarBox .contentDP .btnWrapper{
  margin-top:54px;
}
.webinarSec.onlyBox .webinarBox .contentDP .btnWrapper .orangeBtn{
    width:360px;
    max-width:100%;
}
/* webinarSec onlyBox end */

/* webinarSec onlyListing start */
.webinarSec.onlyListing{
  margin-bottom:50px;
}
.webinarSec.onlyListing .webinarListing{
  margin-top:0px;
}
.webinarSec.onlyListing .webinarBox .btnWrapper{
  display:flex;
  justify-content:flex-end;
}
/* webinarSec onlyListing end */

/* onlyImgBanner */
.onlyImgBanner .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}
.onlyImgBanner img{
  width:100%;
  border-radius:24px;
}
/* onlyImgBanner end */

/* aboutInfoSec */
.aboutInfoSec{
  padding:54px 0px;
}
.aboutInfoSec .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}
.aboutInfoSec .left{
  width:49%;
  padding-left:60px;
  padding-right:20px;
}
.aboutInfoSec .left .innerWrapper{
  width:700px;
  max-width:100%;
}
.aboutInfoSec .left .subHeading{
  font-size:22px;
  font-family:var(--FractulaltRegular);
  color:#f38a29;
  text-transform:uppercase;
  margin-bottom:35px;
}
.aboutInfoSec .left .mainHeading{
  color:#2e5963;
  font-size:48px;
  font-family:var(--FractulaltRegular);
  margin-bottom:45px;
  font-weight:normal;
}
.aboutInfoSec .left .decText,
.aboutInfoSec .left .decText p{
  font-size:24px;
  font-family:var(--FractulaltLight);
  color:#4a4a4a;
}
.aboutInfoSec .left .btnWrapper{
  display:flex;
  align-items:center;
  gap:25px;
  margin-top:45px;
}
.aboutInfoSec .right{
  background-color:#0f3b48;
  padding:60px 72px;
  border-radius:26px;
  width: 51%;
}
.aboutInfoSec .right .subHeading{
  color:#f38a29;
  text-transform:uppercase;
  font-size:22px;
  font-family:var(--FractulaltRegular);
  margin-bottom:50px;
}
.aboutInfoSec .right .decText,
.aboutInfoSec .right .decText p{
  font-size:38px;
  font-family:var(--FractulaltLight);
  color:#ffffff;
}
/* aboutInfoSec end */

/* guideSec */
.guideSec{
  margin-top:70px;
  margin-bottom:60px;
}
.guideSec .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}
.guideBox{
  background-color:#f7e1cc;
  border-radius:24px;
  padding:70px 90px 60px 90px;
}
.guideBox .secHeader{
  margin-bottom:100px;
}
.guideBox .secHeader .subTitle{
  margin-bottom:35px;
  text-transform:uppercase;
}
.guideBox .secHeader .mainTitle{
  width:1270px;
  max-width:100%;
  margin:0px auto;
}
.guideRow{
  margin:0px -60px;
  display:flex;
  flex-wrap:wrap;
}
.guideRow .guideCol{
  width:50%;
  padding:0px 60px;
  margin-bottom:70px;
}
.guideCol .innerWrapper{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}
.guideCol img{
  width:90px;
  height:90px;
  object-fit:contain;
  object-position:center;
  display:inline-block;
  margin-right:30px;
}
.guideCol .rightDetails{
  width:calc(100% - 120px);
}
.guideCol .heading{
  font-size:32px;
  font-family:var(--FractulaltRegular);
  color:#2e5963;
  margin-bottom:10px;
  font-weight:normal;
}
.guideCol .decText,
.guideCol .decText p{
  font-size:24px;
  color:#2e5963;
  font-family:var(--FractulaltLight);
}
/* guideSec end */

/* leadershipSec */
.leadershipSec .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}
.leadershipBox{
  position:relative;
  width:100%;
  border-radius:24px;
  overflow:hidden;
  background-color:#0d3643;
  padding:85px 90px 45px 90px;
}
.leadershipBox img{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.leadershipBox .cnWrapper{
  position: relative;
  z-index:3;
}
.leadershipBox .secHeader{
  margin-bottom:90px;
}
.leadershipBox .secHeader .subTitle{
  margin-bottom:30px;
}
.leadershipBox .secHeader .mainTitle{
  color:#ffffff;
}
.leadershipBox .secHeader .decText{
  width:1054px;
  max-width:100%;
  margin:0px auto;
}
.leadershipBox .secHeader .decText,
.leadershipBox .secHeader .decText p{
  color:#d8e3e6;
  font-weight:normal;
}
.leadershipBox .secHeader .decText{
  margin-top:35px;
}
.leadershipBox .leadershipRow{
  margin:0px -18px;
  display:flex;
  flex-wrap:wrap;
}
.leadershipBox .leadershipCol{
  width:33.3333%;
  padding:0px 18px;
  margin-bottom:35px;
}
.leadershipBox .innerCol{
  height:100%;
  border-radius:24px;
  padding:120px 34px 50px 34px;
  position: relative;
}
.leadershipBox .leadershipCol .subHeading{
  font-size:20px;
  font-family:var(--FractulaltLight);
  color:#000000;
  margin-bottom:18px;
}
.leadershipBox .leadershipCol .mainHeading{
  font-size:40px;
  font-family:var(--FractulaltRegular);
  font-weight:normal;
}
.leadershipBox .arrowRound {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: absolute;
  top: 26px;
  right: 26px;
  z-index: 3;
  transition: 0.4s;
}
.leadershipBox .arrowRound::before {
  content: "";
  position: absolute;
  top: 17px;
  right: 17px;
  width: 16px;
  height: 16px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(0deg);
}
.leadershipBox .arrowRound::after {
  content: "";
  position: absolute;
  top: 28px;
  right: 15px;
  width: 28px;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #ffffff;
}
.leadershipBox .innerCol:hover .arrowRound {
  transform: rotate(45deg);
}
.leadershipBox .lightBlueCol .innerCol{
  background-color:#d7e2e6;
}
.leadershipBox .orangeCol .innerCol{
  background-color:#f1b56c;
}
.leadershipBox .darkBlueCol .innerCol{
  background-color:#547a85;
}
.leadershipBox .lightBlueCol .innerCol .arrowRound{
  background-color:#2c2d31;
}
.leadershipBox .orangeCol .innerCol .arrowRound{
  background-color:#f48929;
}
.leadershipBox .darkBlueCol .innerCol .arrowRound{
  background-color:#2d5861;
}
.leadershipBox .lightBlueCol .innerCol .arrowRound{
  background-color:#2c2d31;
}
.leadershipBox .orangeCol .innerCol .arrowRound{
  background-color:#f48929;
}
.leadershipBox .leadershipCol.lightBlueCol .subHeading,
.leadershipBox .leadershipCol.lightBlueCol .mainHeading{
  color:#557b85;
}
.leadershipBox .leadershipCol.orangeCol .subHeading,
.leadershipBox .leadershipCol.orangeCol .mainHeading{
  color:#c26524;
}
.leadershipBox .leadershipCol.darkBlueCol .subHeading,
.leadershipBox .leadershipCol.darkBlueCol .mainHeading{
  color:#d8e3e6;
}
/* leadershipSec end */

/* about us page */
.recognizedExcellenceSec.recognizedExcellenceSecAboutUs{
  padding-top:120px;
}
.expertLocationsSec.withoutIMG .expertLocBox{
  margin-top:0px;
}
.expertLocationsSec.lightSec .expertLocBox{
  padding:70px 60px 80px 60px;
  background-color:#f8f8fa;
}
.expertLocationsSec.lightSec .expertLocBox .bgWrapper{
  background-color:#0d3745;
  border-radius:32px;
  padding:82px 82px;
}
.expertLocationsSec.lightSec .expertLocBox .secHeader .subTitle{
  margin-bottom:28px;
}
.expertLocationsSec.lightSec .decText{
  width:1270px;
}
.expertLocationsSec.lightSec .decText,
.expertLocationsSec.lightSec .decText p{
  font-family:var(--FractulaltLight);
}
.expertLocationsSec.lightSec .mapImg{
  margin-top:75px;
}
.expertLocationsSec.lightSec .mapImg img{
  width:1230px;
  max-width:100%;
  display:block;
  margin:0px auto;
}
/* about us page end */

/* readyToStartCTA orangeCTA */
.readyToStartCTA.orangeCTA{
  padding:50px 0px 50px 0px;
}
.readyToStartCTA.orangeCTA .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}
.readyToStartCTA.orangeCTA .bgImg{
  opacity:0.1;
}
.readyToStartCTA.orangeCTA .readyToStartCTA__box{
  background-color:#f38a29;
  border-radius:26px;
  overflow:hidden;
  padding:94px 40px 85px 40px;
  position: relative;
}
.readyToStartCTA.orangeCTA .subHeading{
  color:#ffffff;
}
.readyToStartCTA.orangeCTA .mainTitle{
  color:#ffffff;
  margin-bottom:42px;
}
.readyToStartCTA.orangeCTA .decTExt,
.readyToStartCTA.orangeCTA .decTExt p{
  color:#ffffff;
}
.readyToStartCTA.orangeCTA .whiteBtn{
  color:#f38a29;
}
/* readyToStartCTA orangeCTA end */

.expertLocationsSec.lightSec.onlyMap .expertLocBox{
  border-radius:0px;
  background-color:transparent;
  padding:0px 0px 0px 0px;
}
.expertLocationsSec.lightSec.onlyMap .expertLocBox .bottomWrapper{
  margin-top:60px;
}

/* howWeOperateTextSec */
.howWeOperateTextSec{
  padding:130px 0px 74px 0px;
}
.howWeOperateTextSec .secHeader{
  margin-bottom:0px;
}
.howWeOperateTextSec .container{
  width:1170px;
  max-width:100%;
  margin:0px auto;
}
.howWeOperateTextSec .secHeader .subTitle{
  margin-bottom:30px;
}
/* howWeOperateTextSec end */

/* serviceCoverage */
.serviceCoverage{
  padding:140px 0px 120px 0px;
  position: relative;
  background-color:#f38a29;
}
.serviceCoverage .bgImg{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.serviceCoverage .container{
  width:1700px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
  position: relative;
  z-index:3;
}
.serviceCoverage .secHeader{
  margin-bottom:80px;
}
.serviceCoverage .secHeader .subTitle{
  margin-bottom:30px;
  color:#ffffff;
}
.serviceCoverage .secHeader .mainTitle{
  color:#ffffff;
}
.serviceCoverageRow{
  display:flex;
  flex-wrap:wrap;
  margin:0px -10px;
}
.serviceCoverageCol{
  width:25%;
  padding:0px 10px;
  margin-bottom:20px;
}
.serviceCoverageCol .innerCol {
  height: 100%;
  border-radius: 24px;
  background-color: #ffffff;
  padding: 38px 54px 74px 44px;
}
.serviceCoverageCol .subHeading{
  font-size:22px;
  font-family:var(--FractulaltRegular);
  color:#f38a29;
  margin-bottom:38px;
  text-transform:uppercase;
}
.serviceCoverageCol .decText,
.serviceCoverageCol .decText p{
  font-size:20px;
  color:#2e5963;
  font-family:var(--FractulaltLight);
}
/* serviceCoverage end */

/* nationalCoverage */
.nationalCoverage{
  padding:116px 0px 106px 0px;
}
.nationalCoverage .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}
.nationalCoverage .secHeader .subTitle{
  margin-bottom:30px;
}
.nationalCoverage .listingWrapper{
  width:884px;
  max-width:100%;
  margin:0px auto;
}
.ncItem{
  margin-bottom:54px;
  position: relative;
}
.ncItem::before{
  content:"";
  display:block;
  width:28px;
  height:28px;
  margin:0px auto 18px auto;
  background-image: url(../images/sprite-img.png);
  background-size: 938px;
  background-position: -77px 0px;
}
.ncItem:last-child{
  margin-bottom:0px;
}
.ncItem .title{
  font-size:30px;
  font-family:var(--FractulaltRegular);
  color:#4a4a4a;
  margin-bottom:15px;
  text-align:center;
}
.ncItem p{
  font-family:var(--FractulaltLight);
  font-size:24px;
  color:#4a4a4a;
  text-align:center;
}
/* nationalCoverage end */

/* assignmentSec */
.assignmentSec{
  min-height:1040px;
  padding:70px 0px;
  position: relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.assignmentSec .bgImg{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.assignmentSec .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
  position: relative;
  z-index:3;
}
.assignmentSec .assignmentBox{
  background-color:rgba(255,255,255,0.85);
  border-radius:24px;
  padding:120px 60px;
}
.assignmentSec .btnWrapper{
  gap: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* assignmentSec end */

/* join us page */
/* joinUsTopBanner */
.joinUsTopBanner{
  position: relative;
  padding-top:82px;
}
.joinUsTopBanner::before{
  content:"";
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:80%;
  background-color:#f28a29;
}
.joinUsTopBanner .container{
  width: 1786px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
  position: relative;
  z-index:4;
}
.joinUsTopBanner .secHeader{
  width:1200px;
  max-width:100%;
  margin:0px auto 54px auto;
  text-align:center;
}
.joinUsTopBanner .secHeader .subTitle{
  margin-bottom:30px;
  color:#ffffff;
}
.joinUsTopBanner .secHeader .decText{
  margin-top:22px;
}
.joinUsTopBanner .secHeader .decText,
.joinUsTopBanner .secHeader .decText p{
  color:#ffffff;
}
.joinUsTopBanner .secHeader .mainTitle{
  color:#ffffff;
}
.joinUsTopBanner .btnWrapper{
  gap:20px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  margin-bottom:80px;
}
.joinUsTopBanner .btnWrapper .whiteBtn{
  color:#f28a29;
}
.joinUsTopBanner .bannerIMG{
  width:100%;
  border-radius:26px;
}
/* joinUsTopBanner end */

/* whyWorkSec start */
.whyWorkSec{
  padding-top:100px;
  padding-bottom:100px;
}
.whyWorkSec .container{
  width:1786px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
}
.whyWorkSec .innerContainer{
  width:1570px;
  max-width:100%;
  margin:0px auto;
}
.whyWorkSec .whyWorkHeader .mainTitle {
	width:1520px;
  max-width:100%;
  margin:0px auto;
}
.whyWorkSec .whyWorkRow{
  display:flex;
  flex-wrap:wrap;
  margin:0px -13px;
}
.whyWorkSec .whyWorkCol{
  width:33.3333%;
  padding:0px 13px;
  margin-bottom:34px;
}
.whyWorkSec .innerCol{
  height:100%;
  background-color:#faeed8;
  padding:44px 50px 60px 50px;
  border-radius: 24px;
  transition:0.4s;
}
.whyWorkCard .whyWorkHead{
  display:flex;
  align-items:center;
  margin-bottom:30px;
}
.whyWorkCard .whyWorkHead img{
  width:70px;
  height:70px;
  object-fit:contain;
  object-position:center;
  display:block;
  margin-right:25px;
}
.whyWorkCard .whyWorkHead .title{
  font-size:32px;
  font-family: var(--FractulaltRegular);
  color:#f28a29;
  font-weight:normal;
}
.whyWorkCard .decText{
  width:340px;
  max-width:100%;
}
.whyWorkCard .decText,
.whyWorkCard .decText p{
  font-size:24px;
  font-family: var(--FractulaltRegular);
  color:#173e4e;
}
/* whyWorkSec end */

/* weOfferJoinUsSec */
.weOfferJoinUsSec{
  padding-bottom:140px;
}
.weOfferJoinUsSec .container{
  width:1660px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
}
.weOfferJoinUsRow{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
}
.weOfferJoinUsSec .imgWrapper{
  width:53%;
}
.weOfferJoinUsSec .detailsWrapper{
  width:47%;
  padding-left:90px;
}
.weOfferJoinUsSec .imgWrapper img{
  width:100%;
  border-radius:38px;
}
.weOfferJoinUsSec .wojsItem{
  margin-bottom:30px;
  position: relative;
  padding-left:62px;
}
.weOfferJoinUsSec .wojsItem::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0px;
	width: 32px;
	height: 32px;
	background-image: url(../images/sprite-img.png);
	background-size: 950px;
	background-position: -77px 1px;
}
.weOfferJoinUsSec .wojsItem:last-child{
  margin-bottom:0px;
}
.weOfferJoinUsSec .wojsItem .title{
  font-size:32px;
  color:#173e4e;
  font-family:var(--FractulaltRegular);
  margin-bottom:22px;   
}
.weOfferJoinUsSec .wojsItem .decText{
  width:510px;
  max-width:100%;
}
.weOfferJoinUsSec .wojsItem .decText,
.weOfferJoinUsSec .wojsItem .decText p{
  font-size:20px;
  color:#4a4a4a;
  font-family:var(--FractulaltRegular);
}
/* weOfferJoinUsSec end */

/* areaEmployment */
.areaEmployment{
  padding-bottom:90px;
}
.areaEmployment .container{
  width:1660px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
  display:flex;
  flex-wrap:wrap;
}
.areaEmployment .leftWrapper{
  width:59%;
  padding-right:20px;
}
.areaEmployment .rightWrapper{
  width:41%;
}
.areaEmployment .leftWrapper .innerWrapper{
  width:740px;
  max-width:100%;
}
.areaEmployment .leftWrapper .secHeader{
  margin-bottom:40px;
}
.areaEmployment .leftWrapper .secHeader .subTitle{
  text-align:left;
  margin-bottom:30px;
}
.areaEmployment .leftWrapper .secHeader .mainTitle{
  text-align:left;
}
.aepItem{
  font-size:22px;
  color:#000000;
  font-family:var(--FractulaltRegular);
  background-color:#faedd8;
  padding:22px 24px;
  border-radius:200px;
  margin-bottom:8px;
  text-align:center;
}
.aepItem:last-child{
  margin-bottom:0px;
}
.areaEmployment .rightWrapper .innerWrapper{
  width:584px;
  max-width:100%;
}
.areaEmployment .rightWrapper .secHeader{
  margin-bottom:0px;
}
.areaEmployment .rightWrapper .secHeader .subTitle{
  text-align:left;
  margin-bottom:30px;
}
.areaEmployment .rightWrapper .secHeader .mainTitle{
  width:420px;
  max-width:100%;
}
.areaEmployment .rightWrapper .secHeader .mainTitle,
.areaEmployment .rightWrapper .secHeader .decText,
.areaEmployment .rightWrapper .secHeader .decText p{
  text-align:left;
}
.areaEmployment .rightWrapper .secHeader .decText{
  margin-top:60px;
}
/* areaEmployment end */

.joinUsTopBanner.blueBG{
  margin-top:70px;
}
.joinUsTopBanner.blueBG::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80%;
	background-color: #173e4f;
}

/* contractSec start */
.contractSec{
  padding-top:86px;
  padding-bottom:0px;
}
.contractSec .container{
  width:1786px;
  max-width:100%;
  margin:0px auto;
  padding:0px 15px;
}
.contractSec .secHeader{
  width:1240px;
  max-width:100%;
  margin:0px auto 74px auto;
}
.contractSec .innerContainer{
  width:1570px;
  max-width:100%;
  margin:0px auto;
}
.contractSec .contractHeader .mainTitle {
	width:1520px;
  max-width:100%;
  margin:0px auto;
}
.contractSec .contractRow,
.contractSec .sedRow{
  display:flex;
  flex-wrap:wrap;
  margin:0px -13px;
}
.contractSec .contractCol,
.contractSec .sedCol{
  width:33.3333%;
  padding:0px 13px;
  margin-bottom:34px;
}
.contractSec .innerCol,
.contractSec .sedCol .innerCol{
  height:100%;
  background-color:#1a4352;
  padding:44px 34px 60px 50px;
  border-radius: 24px;
  transition:0.4s;
}
.contractCard .contractHead,
.contractSec .sedCard .sedCardHead{
  display:flex;
  align-items:center;
  margin-bottom:30px;
}
.contractCard .contractHead img,
.contractSec .sedCard .sedCardHead img{
  width:70px;
  height:70px;
  object-fit:contain;
  object-position:center;
  display:block;
  margin-right:25px;
}
.contractCard .contractHead .title,
.contractSec .sedCard .sedCardHead .title{
  font-size:32px;
  font-family: var(--FractulaltRegular);
  color:#d8e3e6;
  font-weight:normal;
  margin-bottom:0px;
}
.contractCard .decText,
.contractSec .sedCard .decText{
  width:390px;
  max-width:100%;
}
.contractCard .decText,
.contractCard .decText p,
.contractSec .sedCard,
.contractSec .sedCard p{
  font-size:24px;
  font-family: var(--FractulaltRegular);
  color:#d8e3e6;
}
/* contractSec end */

/* whatWeLookSec */
.whatWeLookSec .container{
  width: 1600px;
  max-width: 100%;
  margin: 0px auto;
  padding:0px 15px;
}
.whatWeLookBox{
  width:100%;
  background-color:#d8e3e5;
  padding:65px 60px;
  border-radius:26px;
}
.whatWeLookBox .weOfferJoinUsRow{
  display:flex;
  flex-wrap:wrap;
  align-items: flex-start;
}
.whatWeLookBox .leftWrapper{
  width:46%;
}
.whatWeLookBox .leftWrapper img{
  border-radius:28px;
}
.whatWeLookBox .secHeader .subTitle{
  margin-bottom:30px;
  text-align:left;
}
.whatWeLookBox .secHeader .mainTitle{
  text-align:left;
}
.whatWeLookBox .leftWrapper .secHeader{
  margin-bottom:50px;
}
.whatWeLookBox .detailsWrapper{
  width:54%;
  padding-top:50px;
  padding-left:20px;
  display:flex;
  justify-content:center;
}
.whatWeLookBox .detailsWrapper .innerWrapper{
  width:410px;
  max-width:100%;
}
.whatWeLookBox .detailsWrapper .mainHeading{
  font-size:30px;
  font-family:var(--FractulaltRegular);
  color:#4a4a4a;
  margin-bottom:38px;
}
.whatWeLookBox .detailsWrapper .wojsItem{
  font-size:24px;
  color:#4a4a4a;
  font-family:var(--FractulaltRegular);
  position: relative;
  margin-bottom:32px;
  padding-left:46px;
}
.whatWeLookBox .detailsWrapper .wojsItem::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 26px;
	height: 26px;
	background-image: url(../images/sprite-img.png);
	background-size: 870px;
	background-position: -71px -1px;
}
.whatWeLookBox .detailsWrapper .wojsItem:last-child{
  margin-bottom:0px;
}
/* whatWeLookSec end */

/* relationshipSec */
.relationshipSec{
  padding:78px 0px 106px 0px;
}
.relationshipSec .container{
  width: 1600px;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
  display:flex;
  flex-wrap:wrap;
}
.relationshipSec .left{
  width:49%;
  padding-right:50px;
}
.relationshipSec .left .secHeader{
  width: 570px;
  max-width:100%;
}
.relationshipSec .left .secHeader .subTitle{
  text-align:left;
  margin-bottom:50px;
}
.relationshipSec .left .secHeader .mainTitle{
  text-align:left;
}
.relationshipSec .imgWrapper{
  width:51%;
  position: relative;
}
.relationshipSec .imgWrapper img{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  border-radius:44px;
}
.relationshipListing{
  width:635px;
  max-width:100%;
}
.relationshipItem{
  display:flex;
  align-items:center;
  margin-bottom:32px;
}
.relationshipItem:last-child{
  margin-bottom:0px;
}
.relationshipItem .iconImg{
  display:inline-block;
  width:62px;
  height:62px;
  object-fit:contain;
  object-position:center;
  margin-right:55px;
}
.relationshipItem .detailsWrapper{
  width:calc(100% - 118px);
}
.relationshipItem .title{
  font-size:24px;
  font-family:var(--FractulaltRegular);
  color:#f38a29;
  margin-bottom:15px;
}
.relationshipItem .decText,
.relationshipItem .decText{
  font-size:24px;
  font-family:var(--FractulaltRegular);
  color:#4a4a4a;
}
.relationshipSec .benefitsBox{
  background-color:#e6e7e9;
  padding:50px 50px;
  margin-top:85px;
  border-radius:26px;
}
.relationshipSec .benefitsBox .mainHeading{
  font-size:48px;
  font-family:var(--FractulaltRegular);
  color:#173e4e;
  margin-bottom:50px;
}
.relationshipSec .benefitsBox .benefitItem,
.relationshipSec .benefitsBox .benefitsListing p{
  font-size: 24px;
  color: #4a4a4a;
  font-family: var(--FractulaltRegular);
  position: relative;
  margin-bottom: 32px;
  padding-left: 46px;
}
.relationshipSec .benefitsBox .benefitItem:last-child,
.relationshipSec .benefitsBox .benefitsListing p:last-child{
  margin-bottom:0px;
}
.relationshipSec .benefitsBox .benefitItem::before,
.relationshipSec .benefitsBox .benefitsListing p::before{
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 26px;
	height: 26px;
	background-image: url(../images/sprite-img.png);
	background-size: 870px;
	background-position: -71px -1px;
}
/* relationshipSec end */

/* joinUsBottomSec */
.joinUsBottomSec{
  background-color:grey;
  min-height:1370px;
  display:flex;
  align-items:center;
  justify-content:center;
  position: relative;
}
.joinUsBottomSec .readyToStartCTA.orangeCTA{
  position: relative;
  z-index:3;
  padding:0px 0px;
  width:100%;
}
.joinUsBottomSec .readyToStartCTA.orangeCTA .readyToStartCTA__box{
  background-color:#0d3745;
}
.joinUsBottomSec .readyToStartCTA.orangeCTA .subHeading{
  color:#f38a29;
}
.joinUsBottomSec .bgImg{
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
/* joinUsBottomSec end */
/* join us page end */

/* keystoneNetworkSec end */
@media (max-width:1730px) {
  .keystoneNetworkSec .rightCN .networkRow .networkCol .innerCol{
    padding: 24px 20px;
    border-radius: 22px;
  }
  .keystoneNetworkSec .rightCN .networkRow .networkCol .whiteBtn,
  .keystoneNetworkSec .rightCN .networkRow .networkCol .lightGreenBtn{
    font-size: 16px;
    padding: 12px 20px;
  }
  .keystoneNetworkSec .rightCN .networkRow .networkCol .innerCol .title{
    font-size:32px;
    margin-bottom:32px;
  }
  .keystoneNetworkSec .rightCN .networkRow .networkCol .innerCol .decText{
    margin-bottom:34px;
  }
}
@media (max-width:1670px) {
  body{
    padding-top:156px;
  }
  .siteHeaderNew{
    padding-top:30px;
  }
  .siteHeaderNew .logoWrapper img{
    width:250px;
  }
  .siteHeaderNew .btnsWrapper .darkGreenBtn {
    margin-left: 10px;
  }
  .siteHeaderNew .bottomHeader .navbar-nav > .menu-item{
    margin-right:20px;
  }
  .siteHeaderNew .bottomHeader .navbar-nav > .menu-item:last-child{
    margin-right:0px;
  }
  .siteHeaderNew .orangeBtn,
  .siteHeaderNew .darkGreenBtn{
    padding:10px 16px;
  }
  .siteHeaderNew .topHeader{
    margin-bottom:0px;
  }
  .siteHeaderNew .bottomHeader{
    padding-bottom:30px;
  }
  .stickyHeader .siteHeaderNew{
    padding-top:18px;
  }

  .weOfferSec .ia-card{
    padding-bottom:80px;
  }
  .weOfferSec .ia-card .cardBody{
    padding:28px 25px;
  }
  .weOfferSec .ia-card .iaBtn{
    width:calc(100% - 50px);
    bottom:25px;
  }

  .webinarSec.onlyBox .webinarBox{
    padding:54px 50px 54px 50px;
  }
}
@media (max-width:1439px) {
  body{
    padding-top:174px;
  }
  .secHeader .subTitle{
    margin-bottom:26px;
  }
  .siteFooter .footerRow{
    padding-right:0px;
  }

  .siteHeaderNew .topHeader .container,
  .siteHeaderNew .topHeader .innerWrapper{
    justify-content: flex-start;
  }
  .siteHeaderNew .btnsWrapper{
    position: absolute;
    top: 19px;
    right: 15px;
  }
  .siteHeaderNew .bottomHeader{
    padding-top:28px;
  }
  .siteHeaderNew .logoWrapper{
    padding-bottom:0px;
  }
  .siteHeaderNew .logoWrapper img{
    top:0px;
  }
  .siteHeaderNew .bottomHeader .innerWrapper{
    align-items:center;
  }
  .siteHeaderNew .bottomHeader .navbar-nav > .menu-item > a{
    padding:10px 0px 10px 0px;
  }
  .siteHeaderNew .bottomHeader .navbar-nav > .menu-item.menu-item-has-children > .downArrow{
    top:13px;
  }
  .stickyHeader .siteHeaderNew .topHeader{
    height:22px;
  }
  .stickyHeader .siteHeaderNew{
    padding-top:30px;
  }
  .siteHeaderNew .bottomHeader .navbar-nav .sub-menu{
    left:unset;
    right:0px;
  }
  .stickyHeader .siteHeaderNew .btnsWrapper{
    top:19px;
  }
  .stickyHeader .siteHeaderNew .bottomHeader{
    padding-bottom:16px;
  }

  .homeHeroSlider .imgWrapper{
    border-radius:30px;
  }
  .homeHeroSlider .slideContent .title{
    font-size:52px;
    margin-bottom: 26px;
  }

  .serviceSec{
    padding-top: 70px;
  }
  
  .expertLocationsSec .expertLocBox{
    padding:52px 50px;
  }
  .expertLocBox .bottomWrapper{
    margin-top:40px;
  }

  .insightsArticlesSec{
    padding-top:70px;
  }

  .webinarBox{
    padding:30px;
  }
  .webinarRow .contentDP{
    padding-top:0px;
  }
  .webinarBox .contentDP .secHeader .subTitle{
    margin-bottom:14px;
  }
  .webinarBox .contentDP .secHeader{
    margin-bottom:30px;
  }
  .webinarBox .contentDP .decText, .webinarBox .contentDP .decText p{
    font-size:18px;
  }
  .webinarBox .contentDP .btnWrapper{
    margin-top:30px;
  }
  .webinarListing{
    margin-top:40px;
  }
  .webinarListing .webinarItem{
    padding:20px 46px 20px 0px;
  }
  .webinarListing .mainTitle{
    margin-bottom:20px;
  }
  .webinarListing .arrowRound{
    width: 38px;
    height: 38px;
  }
  .webinarListing .arrowRound::before{
    top: 11px;
    right: 11px;
    width: 12px;
    height: 12px;
  }
  .webinarListing .arrowRound::after{
    top: 19px;
    right: 10px;
    width: 20px;
    height: 2px;
  }
  .webinarListing .webinarItem .dateCountry{
    width:270px;
  }
  .webinarListing .webinarItem .liveBadge{
    font-size:20px;
  }
  .webinarListing .webinarItem .webinarName{
    padding-left:24px;
    width:calc(100% - 380px);
  }
  .webinarListing .webinarItem .webinarLink{
    font-size:24px;
  }
  .webinarBox .btnWrapper{
    margin-top:30px;
  }

  .keystoneNetworkSec .leftInfo{
    padding-left: 0px;
    padding-top: 0px;
  }
  .keystoneNetworkSec .leftInfo .mainTitle{
    font-size:40px;
    margin-bottom: 24px;
  }
  .keystoneNetworkSec .leftInfo .decText, .keystoneNetworkSec .leftInfo .decText p{
    font-size: 20px;
  }
  .keystoneNetworkSec .rightCN{
    padding:42px 40px;
  }
  .keystoneNetworkSec .leftInfo{
    width:36%;
  }
  .keystoneNetworkSec .rightCN{
    width:64%;
  }

  .trustedSec .mainTitle{
    margin-bottom:12px;
  }
  .trustedSec .subHeading{
    margin-bottom:22px;
  }

  .howWeWorkSec{
    padding-top: 70px;
  }
  .howWorkRow .howWorkCol{
    padding-bottom:40px;
  }

  .howWeWorkSec{
    padding-bottom:0px;
  }
  .whyUsSec{
    padding-bottom:0px;
    padding-top:0px;
  }

  .servicesDetailsPage .servicesMenuLeft .navbar-nav{
    position: sticky;
    top: 184px;
  }
  .servicesDetailsPage .servicesMenuLeft .menu-item{
    margin-bottom:14px;
  }
  .servicesDetailsPage .servicesMenuLeft .menu-item a{
    font-size: 18px;
    padding:18px 54px 18px 22px;
  }
  .servicesDetailsPage .servicesMenuLeft .menu-item a::before{
    width: 12px;
    height: 12px;
    right:24px;
  }
  .servicesDetailsPage .servicesMenuLeft .menu-item a::after{
    width:20px;
    right: 23px;
  }
  .servicesDetailsPage .servicesMenuLeft{
    width:370px;
  }
  .servicesDetailsPage .servicesRightDetails{
    padding-left:24px;
    width:calc(100% - 370px);
  }
  .servicesDetailsPage .servicesRightDetails .servicesDBanner{
    border-radius: 24px;
    min-height: 440px;
    margin-bottom:45px;
  }
  .servicesDetailsPage .servicesRightDetails .servicesDBanner .detailsCN{
    padding:30px 30px;
  }
  .servicesDetailsPage .servicesRightDetails .servicesDBanner .detailsCN h2{
    font-size:54px;
    margin-bottom: 22px;
  }

  .servicesDetailsPage .servicesRightDetails .whatWeDetails h5{
    margin-bottom:18px;
    font-size:18px;
  }
  .servicesDetailsPage .servicesRightDetails .whatWeDetails p,
  .servicesDetailsPage .servicesRightDetails > p{
    font-size:24px;
  }
  .servicesDetailsPage .servicesRightDetails > p{
    margin-bottom:40px;
  }
  .servicesDetailsPage .servicesRightDetails .whatWeDetails{
    margin-bottom:40px;
  }

  .servicesDetailsPage .servicesRightDetails .textImageBox .textCol .innerWrapper{
    padding:24px;
    border-radius: 18px;
  }
  .servicesDetailsPage .servicesRightDetails .textImageBox .textCol{
    padding-right:20px;
  }
  .servicesDetailsPage .servicesRightDetails .textImageBox .imgWrapper{
    margin-bottom:20px;
    border-radius: 18px;
  }

  .servicesDetailsPage .servicesRightDetails .textImageBox .textCol h4{
    font-size:18px;
    margin-bottom:20px;
  }
  .servicesDetailsPage .servicesRightDetails .textImageBox .textCol ul li{
    font-size:18px;
    margin-bottom:12px;
  }
  .servicesDetailsPage .servicesRightDetails .textImageBox .textCol ul li::before{
    width: 20px;
    height: 20px;
    background-size: 634px;
    background-position: -25px 0px;
  }

  .contactUsCTA{
    padding:70px 0px;
  }
  .contactUsCTA .title{
    font-size:48px;
    margin-bottom:40px;
  }
  .contactUsCTA .detailsCN p, .contactUsCTA .detailsCN a{
    font-size:28px;
  }

  .servicesDetailsPage .servicesRightDetails .whatWeDetails p{
    margin-bottom:30px;
  }
  .servicesDetailsPage .servicesRightDetails .whatWeDetails h6,
  .servicesDetailsPage .servicesRightDetails .whatWeDetails ul li,
  .servicesDetailsPage .servicesRightDetails .whatWeDetails p.small{
    font-size:24px;
  }
  .servicesDetailsPage .servicesRightDetails .whatWeDetails ul li::before{
    top: 12px;
  }

  .servicesDetailsPage .servicesRightDetails .whyClientChoose > .title,
  .servicesDetailsPage .dataImaging > .title,
  .servicesDetailsPage .deskReview > .title{
    font-size:18px;
    margin-bottom:18px;
  }
  .servicesDetailsPage .servicesRightDetails .whyClientChoose{
    margin-bottom:26px;
  }
  .servicesDetailsPage .dataImaging,
  .servicesDetailsPage .deskReview{
    margin-bottom:40px;
  }
  .servicesDetailsPage .servicesRightDetails .whyClientChooseCol .innerCol{
    padding:24px 24px;
    border-radius: 14px;
  }
  .servicesDetailsPage .servicesRightDetails .whyClientChooseCol .subHeading{
    margin-bottom:15px;
    font-size: 18px;
  }
  .servicesDetailsPage .servicesRightDetails .whyClientChooseCol .mainHeading{
    font-size:30px;
    margin-bottom:18px;
  }
  .servicesDetailsPage .servicesRightDetails .whyClientChooseCol .decText,
  .servicesDetailsPage .servicesRightDetails .whyClientChooseCol p{
    font-size:18px;
  }
  .servicesDetailsPage .servicesRightDetails .whyClientChooseCol p{
    margin-bottom:18px;
  }
  .servicesDetailsPage .servicesRightDetails .whyClientChooseRow{
    margin:0px -7px;
  }
  .servicesDetailsPage .servicesRightDetails .whyClientChooseCol{
    padding:0px 7px;
    margin-bottom:14px;
  }

  .dataImagingItem{
    margin-bottom:30px;
  }
  .dataImagingItem .heading{
    font-size:22px;
    margin-bottom:12px;
  }
  .dataImagingItem .heading::before {
    top: -1px;
    }
  .dataImagingItem .decText,
  .dataImagingItem .decText p{
    font-size:22px;
  }
  .dataImagingItem .heading::before{
    top:1px;
  }

  .deskReview > p{
    font-size:22px;
  }
  .deskReviewItem{
    margin-bottom:30px;
    padding-left: 50px;
  }
  .deskReviewItem::before{
    width: 28px;
    height: 28px;
    font-size: 18px;
    border: 3px solid #e57e32;
  }
  .deskReviewItem .decText,
  .deskReviewItem .decText p{
    font-size:22px;
  }

  .weOfferSec .container{
    padding:0px 0px;
  }
  .weOfferSec .iaRow{
    margin:0px -10px;
  }
  .weOfferSec .iaCol{
    padding:0px 10px;
  }
  .educationBox{
    padding:40px;
    padding-bottom:10px;
  }
  .weOfferSec{
    padding-bottom:0px;
  }
  .weOfferSec .ia-card .title{
    font-size:30px;
    margin-bottom: 22px;
  }
  .weOfferSec .ia-card .decText,
  .weOfferSec .ia-card .decText p{
    font-size:18px;
  }
  .weOfferSec .secHeader {
    margin-bottom: 52px;
  }
  .sedSec {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .sedSec .innerCol{
    padding:40px 24px;
    border-radius: 12px;
  }
  .sedCard .sedCardHead .title{
    font-size: 30px;
    margin-bottom: 18px;
  }
  .sedCard .decText, .sedCard .decText p{
    font-size:18px;
  }
  .sedSec .sedRow{
    margin:0px -10px;
  }
  .sedSec .sedCol{
    padding:0px 10px;
    margin-bottom:20px;
  }
  .featuredSec {
    padding-bottom: 70px;
  }
  .webinarSec.onlyBox .webinarBox{
    padding:40px 40px 40px 40px;
  }
  .webinarSec.onlyBox .secHeader .mainTitle{
    font-size:38px;
  }
  .webinarSec.onlyBox .secHeader .subTitle{
    font-size:18px;
  }
  .webinarSec.onlyBox .webinarBox .contentDP .btnWrapper{
    margin-top:28px;
  }

  .aboutInfoSec .left{
    padding-left:0px;
  }
  .aboutInfoSec .left .mainHeading{
    font-size:36px;
  }
  .aboutInfoSec .left .subHeading{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .aboutInfoSec .left .mainHeading{
    margin-bottom: 24px;
  }
  .aboutInfoSec .left .decText,
  .aboutInfoSec .left .decText p{
    font-size: 20px;
  }
  .aboutInfoSec .left .btnWrapper{
    gap: 15px;
    margin-top: 35px;
  }
  .aboutInfoSec .right{
    padding:42px 40px;
  }
  .aboutInfoSec .right .subHeading{
    margin-bottom: 30px;
  }
  .aboutInfoSec .right .decText,
  .aboutInfoSec .right .decText p{
    font-size:30px;
  }

  .guideBox{
    padding:70px 40px 10px 40px;
  }
  .guideBox .secHeader .subTitle{
    margin-bottom:22px;
  }
  .guideBox .secHeader {
    margin-bottom: 52px;
  }
  .guideRow{
    margin: 0px -20px;
  }
  .guideRow .guideCol{
    padding:0px 20px;
    margin-bottom: 50px;
  }

  .leadershipBox{
    padding:60px 40px 30px 40px;
  }
  .leadershipBox .secHeader {
    margin-bottom: 60px;
  }
  .leadershipBox .leadershipRow{
    margin:0px -10px;
  }
  .leadershipBox .leadershipCol{
    padding:0px 10px;
    margin-bottom:20px;
  }
  .leadershipBox .innerCol{
    padding:120px 24px 28px 24px;
  }
  .leadershipBox .leadershipCol .mainHeading{
    font-size:36px;
  }
  .leadershipBox .leadershipCol .subHeading{
    font-size: 18px;
    margin-bottom: 14px;
  }

  .recognizedExcellenceSec.recognizedExcellenceSecAboutUs{
    padding-top:80px;
  }
  .expertLocationsSec.lightSec .expertLocBox{
    padding:50px 40px 50px 40px;
  }
  .expertLocationsSec.lightSec .mapImg {
    margin-top: 50px;
  }

  .readyToStartCTA .subHeading{
    margin-bottom: 20px;
  }
  .readyToStartCTA.orangeCTA .mainTitle{
    margin-bottom: 22px;
  }
  .readyToStartCTA.orangeCTA .readyToStartCTA__box{
    padding:70px 40px 70px 40px;
  }

  .educationSec.withoutOffer .educationBox{
    padding:70px 40px 40px 40px;
  }

  .howWeOperateTextSec {
    padding: 70px 0px 70px 0px;
  }
  .howWeOperateTextSec .secHeader .subTitle {
    margin-bottom: 16px;
  }
  .howWeOperateTextSec .secHeader .decText {
    margin-top: 30px;
  }

  .serviceCoverage{
    padding:80px 0px 60px 0px;
  }
  .serviceCoverage .secHeader .subTitle {
    margin-bottom: 20px;
  }
  .serviceCoverage .secHeader {
    margin-bottom: 58px;
  }
  .serviceCoverageCol .innerCol{
    padding:34px 22px 34px 22px;
  }
  .serviceCoverageCol .subHeading{
    margin-bottom:18px;
  }

  .nationalCoverage {
    padding: 80px 0px 80px 0px;
  }

  .assignmentSec{
    min-height:unset;
  }

  .whyWorkSec {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .whyWorkSec .innerCol{
    padding:34px 30px 40px 30px;
  }

  .weOfferJoinUsSec {
    padding-bottom: 76px;
  }
  .weOfferJoinUsRow{
    align-items:flex-start;
  }
  .weOfferJoinUsSec .detailsWrapper{
    padding-left:40px;
  }
  .areaEmployment .rightWrapper .secHeader .decText {
    margin-top: 32px;
  }

  .areaEmployment {
    padding-bottom: 18px;
  }
  .joinUsTopBanner.blueBG {
    margin-top: 25px;
  }
  .contractSec .innerCol,
  .contractSec .sedCol .innerCol{
    padding:34px 30px 40px 30px;
  }

  .whatWeLookBox{
    padding:48px 34px;
  }
  .relationshipSec .benefitsBox{
    padding:40px 34px;
    margin-top: 50px;
  }
  .relationshipSec {
    padding: 78px 0px 70px 0px;
  }

  .joinUsBottomSec{
    min-height:unset;
    padding:80px 0px;
  }
}
@media (max-width:1199px) {
  .secHeader .subTitle{
    font-size:20px;
  }
  .secHeader .mainTitle{
    font-size:42px;
  }

  .siteFooter{
    padding:60px 0px 25px 0px;
  }
  .siteFooter .footerBottom {
    margin-top: 42px;
  }
  .siteFooter .footerLogoLink{
    margin-bottom:30px;
  }
  .siteFooter .footerTopHeader{
    margin-bottom:54px;
  }

  .homeHeroSlider .slideContent .title{
    font-size:42px;
  }
  .homeHeroSlider .slick-dots li button{
    width:16px;
    height:16px;
  }
  .homeHeroSlider .slick-dots{
    bottom:24px;
  }

  .serviceSec{
    padding-bottom:70px;
  }
  .serviceSec .innerCol{
    padding:32px 22px;
  }
  .serviceCard .serviceCardHead img{
    width: 54px;
    height: 54px;
    margin-right: 15px;
  }
  .serviceCard .serviceCardHead .title{
    font-size:26px;
    width:calc(100% - 70px);
  }

  .recognizedExcellenceSec{
    padding-bottom:75px;
  }
  .recognizedExcellenceSec .imgRow{
    margin-bottom:54px;
  }

  .expertLocationsSec .expertLocBox{
    margin-top: -210px;
  }

  .insightsArticlesSec .secHeader {
    margin-bottom: 42px;
  }
  .insightsArticlesSec .iaRow{
    margin:0px -10px;
  }
  .insightsArticlesSec .iaCol{
    padding:0px 10px;
    margin-bottom:20px;
  }
  .insightsArticlesSec .ia-card{
    padding:30px 18px;
  }

  .webinarBox .contentDP .btnWrapper .lightGreenBtn{
    margin-left:6px;
  }
  .webinarBox .contentDP .btnWrapper .orangeBtn,
  .webinarBox .contentDP .btnWrapper .lightGreenBtn{
    font-size:16px;
    padding:12px 20px;
  }

  .keystoneNetworkSec .rightCN {
    padding: 22px 20px;
  }
  .keystoneNetworkSec .rightCN .networkRow{
    margin:0px -10px;
  }
  .keystoneNetworkSec .rightCN .networkRow .networkCol{
    padding:0px 10px;
  }
  .keystoneNetworkSec .rightCN .networkRow .networkCol .whiteBtn, .keystoneNetworkSec .rightCN .networkRow .networkCol .lightGreenBtn{
    padding:12px 14px;
    font-size:14px;
  }
  .keystoneNetworkSec .rightCN .networkRow .networkCol .innerCol{
    padding:24px 15px;
  }

  .keystoneNetworkSec .leftInfo .mainTitle {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .keystoneNetworkSec .leftInfo .decText,
  .keystoneNetworkSec .leftInfo .decText p {
    font-size: 18px;
  }
  .keystoneNetworkSec .leftInfo .lightGreyBtn {
    margin-top: 28px;
  }

  .trustedSec{
    padding:70px 0px 60px 0px;
  }

  .readyToStartCTA {
    padding: 70px 0px 70px 0px;
  }

  .servicesDetailsPage .servicesMenuLeft{
    width:300px;
  }
  .servicesDetailsPage .servicesMenuLeft .navbar-nav{
    position: sticky;
    top: 182px;
  }
  .servicesDetailsPage .servicesRightDetails{
    width:calc(100% - 300px);
  }
  .servicesDetailsPage .servicesRightDetails .servicesDBanner .detailsCN h2{
    font-size:42px;
    line-height: 40px;
  }
  .servicesDetailsPage .servicesRightDetails .servicesDBanner .detailsCN ul li::before{
    top:0px;
  }
  .servicesDetailsPage .servicesRightDetails .servicesDBanner .detailsCN ul li{
    font-size:20px;
    padding-left:32px;
  }

  .servicesDetailsPage .servicesRightDetails .textImageBox .textCol,
  .servicesDetailsPage .servicesRightDetails .textImageBox .imgCol{
    width:100%;
  }
  .servicesDetailsPage .servicesRightDetails .textImageBox .textCol{
    padding-right:0px;
    margin-bottom:30px;
  }

  .servicesDetailsPage .servicesRightDetails .whyClientChooseCol{
    width:50%;
  }

  .educationBox{
    padding:28px;
    padding-bottom:0px;
  }
  .educationBox .contentDP .secHeader .subTitle{
    margin-bottom:0px;
  }
  .educationBox .contentDP .secHeader{
    margin-bottom: 35px;
  }
  .educationBox .contentDP .decText, .educationBox .contentDP .decText p{
    font-size:20px;
  }

  .weOfferSec{
    padding-top:60px;
  }
  .weOfferSec .secHeader .subTitle {
    margin-bottom: 20px;
  }
  .weOfferSec .ia-card .cardBody {
    padding: 22px 16px;
  }
  .weOfferSec .ia-card .iaBtn{
    width:calc(100% - 32px);
    font-size:14px !important;
  }

  .sedSec{
    padding-bottom: 54px;
  }
  .sedSec .secHeader .subTitle{
    margin-bottom:18px;
  }
  .sedSec .secHeader {
    margin-bottom: 40px;
  }
  .sedSec .innerCol{
    padding:24px 24px;
  }

  .featuredListing{
    margin:0px -9px;
  }
  .featuredListing .featuredItem{
    margin-bottom:18px;
    padding:0px 9px;
  }
  .featuredListing .featuredLink{
    font-size: 20px;
    padding:20px 32px;
  }

  .webinarSec.onlyBox .webinarBox {
    padding: 30px 30px 30px 30px;
  }
  .webinarSec.onlyBox .webinarRow .contentDP{
    width:45%;
  }
  .webinarSec.onlyBox .webinarRow .imgWrapper{
    padding-left:0px;
    width:55%;
  }

  .onlyImgBanner img{
    border-radius: 18px;
  }
  .aboutInfoSec .left .btnWrapper .orangeBtn,
  .aboutInfoSec .left .btnWrapper .darkGreenBtn{
    font-size: 16px;
    padding:15px 23px;
  }
  .aboutInfoSec .right{
    border-radius: 22px;
  }
  .aboutInfoSec .right .decText,
  .aboutInfoSec .right .decText p {
    font-size: 24px;
  }
  .guideBox {
    padding: 60px 32px 5px 32px;
  }

  .guideCol img{
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }
  .guideCol .rightDetails{
    width:calc(100% - 90px);
  }
  .guideCol .heading{
    font-size:28px;
  }
  .guideCol .decText,
  .guideCol .decText p{
    font-size: 18px;
  }
  .leadershipBox .leadershipCol .mainHeading{
    font-size:32px;
  }

  .expertLocationsSec.lightSec .expertLocBox .bgWrapper{
    padding:52px 40px;
  }

  .educationSec.withoutOffer .educationBox {
    padding: 54px 40px 40px 40px;
  }
  .educationBox .contentDP .secHeader .subTitle {
    margin-bottom: 16px;
  }

  .expertLocationsSec.lightSec.onlyMap .expertLocBox .bottomWrapper {
    margin-top: 35px;
  }

  .serviceCoverageCol{
    width:50%;
  }

  .assignmentSec .secHeader {
    margin-bottom: 48px;
  }
  .assignmentSec .assignmentBox{
    padding:80px 60px;
  }

  .weOfferJoinUsSec .wojsItem{
    padding-left:46px;
  }
  .weOfferJoinUsSec .detailsWrapper{
    padding-left:30px;
  }

  .relationshipSec .left{
    padding-right:24px;
  }

  .partner_detail_wrapper{
    padding:55px 0px;
  }

  .readyToStartCTA.partnership_cta_wrap .mainTitle{
    font-size: 80px;
    margin-bottom: 20px;
  }
}
@media (max-width:991px) {
  body{
    padding-top:144px;
  }
  .secHeader{
    margin-bottom:44px;
  }
  .siteFooter .footerCol:nth-child(1),
  .siteFooter .footerCol:nth-child(2),
  .siteFooter .footerCol:nth-child(3),
  .siteFooter .footerCol:nth-child(4){
    width:50%;
    margin-bottom:50px;
  }
  .siteFooter .footerCol:nth-child(2),
  .siteFooter .footerCol:nth-child(3){
    justify-content:flex-start;
  }
  .siteFooter .footerCol:nth-child(2){
    padding-right:0px;
    padding-left:15px;
    border-right:none;
  }
  .siteFooter .footerCol:nth-child(3){
    padding-left:0px;
    padding-right:15px;
  }
  .siteFooter .footerCol:nth-child(4){
    padding-right:0px;
    padding-left:15px;
  }
  .siteFooter .footerBottom{
    margin-top:0px;
  }

  /* .siteHeaderNew .bottomHeader .menuWrapper{
    display:none;
  } */
  .siteHeaderNew .bottomHeader .menuWrapper{
    position: fixed;
    top: 135px;
    left: 0px;
    background-color: #ffffff;
    height: calc(100vh - 135px);
    z-index: 99;
    width:100%;
    border-top: 1px solid #ebebeb;
    overflow-y:auto;
    padding-bottom:10px;
    padding-top:10px;
    display:none;
  }
  .siteHeaderNew .bottomHeader .navbar-nav{
    display:block;
  }
  .siteHeaderNew .bottomHeader .navbar-nav > .menu-item{
    margin-right:0px;
  }
  .siteHeaderNew .bottomHeader .navbar-nav > .menu-item.menu-item-has-children{
    padding-right:0px;
  }
  .siteHeaderNew .bottomHeader .navbar-nav > .menu-item > a{
    display:block;
    padding:12px 0px 12px 16px;
  }
  .siteHeaderNew .bottomHeader .navbar-nav > .menu-item.active > a{
    color:#f38a29;
  }
  .siteHeaderNew .bottomHeader .navbar-nav > .menu-item.menu-item-has-children > .downArrow {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .siteHeaderNew .bottomHeader .navbar-nav > .menu-item.menu-item-has-children > .downArrow::before {
    top: 12px;
    right: 16px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  .siteHeaderNew .bottomHeader .navbar-nav > .menu-item.menu-item-has-children.active > .downArrow::before{
    border-left: 2px solid #f38a29;
    border-bottom: 2px solid #f38a29;
    top: 19px;
    transform: rotate(-225deg);
  }

  .siteHeaderNew .bottomHeader .navbar-nav .menu-item.menu-item-has-children:hover > .sub-menu{
    display:none;
  }
  .siteHeaderNew .bottomHeader .navbar-nav .sub-menu{
    display:none;
    position:static;
    padding: 0px;
    width: 100%;
    border-radius:0px;
    border-bottom:1px solid #e9e9e9;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .siteHeaderNew .bottomHeader .navbar-nav .sub-menu .menu-item{
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom:none;
  }
  .siteHeaderNew .bottomHeader .navbar-nav .sub-menu .menu-item > a{
    display:block;
    width:100%;
    padding: 12px 0px 12px 16px;
    font-family: var(--FractulaltLight);
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    transition: 0.4s;
  }
  .siteHeaderNew .bottomHeader .navbar-nav .sub-menu .menu-item > a:hover{
    color:#F28A29;
  }

  .siteHeaderNew .toggleBtn {
    display: flex;
  }

  .siteHeaderNew,
  .stickyHeader .siteHeaderNew {
    padding-top:24px;
  }
  .siteHeaderNew .orangeBtn,
  .siteHeaderNew .darkGreenBtn{
    font-size:14px;
    padding:9px 14px;
  }
  .siteHeaderNew .btnsWrapper .darkGreenBtn {
    margin-left: 5px;
  }
  .siteHeaderNew .topHeader .menu-item > a{
    font-size:16px;
  }
  .siteHeaderNew .topHeader .menu-item{
    padding-right:15px;
    margin-right:15px;
  }
  .siteHeaderNew .topHeader .worldDropdownLink{
    margin-right:18px;
  }
  .siteHeaderNew .btnsWrapper,
  .stickyHeader .siteHeaderNew .btnsWrapper{
    top:15px;
  }
  .siteHeaderNew .logoWrapper img,
  .stickyHeader .siteHeaderNew .logoWrapper img{
    width:210px;
  }
  .siteHeaderNew .bottomHeader,
  .stickyHeader .siteHeaderNew .bottomHeader{
    padding:22px 0px 14px 0px;
  }

  .homeHeroSlider .imgWrapper{
    padding-top:56%;
  }

  .serviceSec .serviceCol{
    width:50%;
  }

  .recognizedExcellenceSec .imgRow{
    gap:50px;
  }

  .expertLocationsSec .expertLocBox{
    margin-top: -150px;
  }
  .expertLocBox .bottomWrapper .listingWrap{
    width:calc(100% - 116px);
  }
  .expertLocBox .bottomWrapper .listingWrap .item .colorWrapper{
    width:14px;
    height:14px;
  }
  .expertLocBox .bottomWrapper .mapNumber{
    font-size: 18px;
  }

  .insightsArticlesSec .ia-card{
    border-radius: 16px;
    padding:24px 14px 14px 14px;
  }
  .insightsArticlesSec .arrowRound{
    width: 36px;
    height: 36px;
    top: 14px;
    right: 14px;
  }
  .insightsArticlesSec .arrowRound::before{
    top: 12px;
    right: 11px;
    width: 10px;
    height: 10px;
  }
  .insightsArticlesSec .arrowRound::after{
    top: 18px;
    right: 10px;
    width: 16px;
    height: 2px;
  }
  .insightsArticlesSec .ia-card .title{
    font-size:22px;
    margin-bottom:30px;
  }
  .insightsArticlesSec .ia-card .date{
    font-size:14px;
    margin-bottom: 14px;
  }

  .webinarListing .webinarItem .dateCountry{
    width:210px;
  }
  .webinarListing .webinarItem .dateCountry .date{
    font-size:18px;
  }
  .webinarListing .webinarItem .dateCountry .country{
    font-size:14px;
  }
  .webinarListing .webinarItem .webinarName {
    padding-left: 15px;
    width: calc(100% - 316px);
  }
  .webinarListing .webinarItem .webinarLink{
    font-size:20px;
  }
  .webinarBox .contentDP .btnWrapper .orangeBtn,
  .webinarBox .contentDP .btnWrapper .lightGreenBtn{
    width:100%;
    margin-left:0px;
  }
  .webinarBox .contentDP .btnWrapper .orangeBtn{
    margin-bottom:10px;
  }

  .keystoneNetworkSec {
    padding: 60px 0px;
  }
  .keystoneNetworkSec .container{
    display:block;
  }
  .keystoneNetworkSec .leftInfo{
    width:100%;
    margin-bottom: 40px;
  }
  .keystoneNetworkSec .leftInfo .innerCN{
    width:100%;
    padding-right:0px;
  }
  .keystoneNetworkSec .rightCN{
    width:100%;
  }

  .trustedSec {
    padding: 60px 0px 50px 0px;
  }
  .trustedSec .mainTitle{
    font-size:40px;
  }
  .trustedSec .subHeading{
    font-size: 20px;
  }
  .trustedSec .decText, .trustedSec .decText p{
    font-size:20px;
  }
  .trustedSec .decText{
    margin-bottom:30px;
  }
  .trustedSec .trTagWrapper .trTag{
    margin-right: 14px;
    margin-bottom: 12px;
    min-width: 230px;
  }

  .readyToStartCTA .subHeading{
    font-size:18px;
  }
  .readyToStartCTA .mainTitle{
    font-size:36px;
    margin-bottom: 12px;
  }
  .readyToStartCTA .decTExt, .readyToStartCTA .decTExt p{
    font-size:20px;
  }
  .readyToStartCTA .btnWrapper{
    margin-top:34px;
    gap:10px;
  }

  .howWorkCol img{
    width:150px;
  }

  .howWorkCol .title{
    font-size:16px;
    margin-bottom:20px;
  }
  .howWorkCol .decText, .howWorkCol .decText p{
    font-size:16px;
  }
  .howWorkCol .count{
    top:180px;
  }

  .howWorkRow .howWorkCol:nth-child(2)::before,
  .howWorkRow .howWorkCol:nth-child(3)::before,
  .howWorkRow .howWorkCol:last-child .innerCol::before{
    top: 195px;
  }
  .howWorkRow .howWorkCol:nth-child(2):after,
  .howWorkRow .howWorkCol:nth-child(3):after,
  .howWorkRow .howWorkCol:last-child::after{
    height:calc(100% - 197px);
  }

  .whyUsSec .secHeader .decText, .whyUsSec .secHeader .decText p{
    font-size:20px;
  }
  .whyUsSec .centerImg{
    width:150px;
    left:calc(50% - 6px);
  }
  .whyUsSec .whyUsCol img{
    width:152px;
  }
  .whyUsSec .whyUsCol .cnWrapper{
    width:calc(100% - 152px);
  }
  .whyUsSec .whyUsCol{
    width:calc(50% - 24px);
    margin-bottom:58px;
  }
  .whyUsSec .whyUsCol .title{
    font-size:18px;
  }
  .whyUsSec .whyUsCol .dexText, .whyUsSec .whyUsCol .dexText p{
    font-size:18px;
  }
  .whyUsSec .whyUsCol .cnWrapper{
    top:29px;
  }
  .whyUsSec .whyUsCol:nth-child(3) .cnWrapper, .whyUsSec .whyUsCol:nth-child(4) .cnWrapper{
    top:14px;
  }
  .whyUsSec .whyUsCol .cnWrapper{
    padding-right:16px;
  }
  .whyUsSec .whyUsCol:nth-child(even) .cnWrapper{
    padding-left:10px;
  }
  .whyUsSec .innerContainer{
    width:740px;
  }

  .servicesDetailsPage .servicesRightDetails .whatWeDetails p{
    font-size:18px;
    margin-bottom:20px;
  }
  .servicesDetailsPage .servicesRightDetails .whatWeDetails ul{
    margin-bottom:20px;
  }
  .servicesDetailsPage .servicesRightDetails .whatWeDetails h6,
  .servicesDetailsPage .servicesRightDetails .whatWeDetails ul li,
  .servicesDetailsPage .servicesRightDetails .whatWeDetails p.small{
    font-size:18px;
  }
  .servicesDetailsPage .servicesRightDetails .whatWeDetails ul li{
    padding-left:16px;
  }
  .servicesDetailsPage .servicesRightDetails .whatWeDetails ul li::before{
    top: 8px;
  }
  .servicesDetailsPage .servicesRightDetails > p{
    font-size:18px;
  }
  .servicesDetailsPage .servicesRightDetails .whyClientChooseCol{
    width:100%;
  }
  
  .weOfferSec .iaCol{
    width:50%;
  }
  .sedSec .sedCol{
    width:50%;
  }
  .webinarSec.onlyBox .secHeader .mainTitle{
    font-size:30px;
  }

  .aboutInfoSec .left .mainHeading{
    font-size: 30px;
  }
  .aboutInfoSec .left .decText, .aboutInfoSec .left .decText p {
    font-size: 18px;
  }
  .aboutInfoSec .left .btnWrapper{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
  }
  .aboutInfoSec .left .btnWrapper .orangeBtn,
  .aboutInfoSec .left .btnWrapper .darkGreenBtn{
    width:100%;
  }
  .aboutInfoSec .right {
    padding: 36px 30px;
  }
  .guideBox {
    padding: 60px 24px 0px 24px;
  }

  .leadershipBox .innerCol .arrowRound {
    width: 36px;
    height: 36px;
    top: 14px;
    right: 14px;
  }
  .leadershipBox .innerCol .arrowRound::before {
    top: 12px;
    right: 11px;
    width: 10px;
    height: 10px;
  }
  .leadershipBox .innerCol .arrowRound::after {
    top: 18px;
    right: 10px;
    width: 16px;
    height: 2px;
  }
  .leadershipBox .innerCol {
    padding: 84px 24px 28px 24px;
    border-radius:18px;
  }
  .leadershipBox .leadershipCol .mainHeading {
    font-size: 28px;
  }
  .expertLocationsSec.lightSec .expertLocBox{
    padding:40px 30px 40px 30px;
  }
  .readyToStartCTA.orangeCTA .orangeBtn,
  .readyToStartCTA.orangeCTA .darkGreenBtn,
  .readyToStartCTA.orangeCTA .lightGreyBtn,
  .readyToStartCTA.orangeCTA .whiteBtn{
    font-size:16px;
  }

  .assignmentSec .assignmentBox {
    padding: 66px 20px;
  }

  .joinUsTopBanner{
    padding-top: 60px;
  }
  .joinUsTopBanner .secHeader{
    margin:0px auto 40px auto;
  }
  .joinUsTopBanner .btnWrapper{
    margin-bottom:56px;
  }

  .whyWorkSec {
    padding-top: 52px;
    padding-bottom: 26px;
  }
  .whyWorkSec .whyWorkRow{
    margin:0px -8px;
  }
  .whyWorkSec .whyWorkCol{
    padding:0px 8px;
    margin-bottom:20px;
  }
  .whyWorkSec .innerCol {
    padding: 26px 18px 30px 18px;
    border-radius: 16px;
  }
  .whyWorkCard .whyWorkHead{
    margin-bottom:18px;
  }
  .whyWorkCard .whyWorkHead .title{
    font-size:26px;
  }
  .whyWorkCard .decText,
  .whyWorkCard .decText p{
    font-size:18px;
  }
  .weOfferJoinUsSec .imgWrapper{
    width: 46%;
  }
  .weOfferJoinUsSec .imgWrapper img {
    border-radius: 20px;
  }
  .weOfferJoinUsSec .detailsWrapper{
    width:54%;
    padding-left: 20px;
  }
  .weOfferJoinUsSec .wojsItem{
    margin-bottom:24px;
  }
  .weOfferJoinUsSec .wojsItem .title{
    font-size: 24px;
    margin-bottom: 7px;
  }
  .weOfferJoinUsSec .wojsItem .decText,
  .weOfferJoinUsSec .wojsItem .decText p{
    font-size:16px;
  }
  .weOfferJoinUsSec .wojsItem::before{
    top: 1px;
    width: 24px;
    height: 24px;
    background-size: 740px;
    background-position: -61px 0px;
  }
  .weOfferJoinUsSec .wojsItem{
    padding-left:34px;
  }
  .weOfferJoinUsSec {
    padding-bottom: 50px;
  }

  .areaEmployment .leftWrapper .secHeader .subTitle{
    font-size: 16px;
    margin-bottom: 16px;
  }
  .areaEmployment .leftWrapper .secHeader .mainTitle{
    font-size: 34px;
  }
  .areaEmployment .rightWrapper .secHeader .mainTitle{
    font-size: 34px;
  }
  .areaEmployment .rightWrapper .secHeader .subTitle{
    font-size: 16px;
    margin-bottom: 16px;
  }
  .areaEmployment .leftWrapper .secHeader {
    margin-bottom: 26px;
  }
  .aepItem{
    font-size:18px;
    padding: 14px 16px;
  }
  .secHeader .decText, .secHeader .decText p{
    font-size:18px;
  }
  .areaEmployment {
    padding-bottom: 0px;
  }
  .joinUsTopBanner .bannerIMG{
    border-radius: 14px;
  }
  .joinUsTopBanner.blueBG {
    margin-top: 0px;
  }
  .contractSec{
    padding-top: 58px;
  }

  .contractSec .contractRow,
  .contractSec .sedRow{
    margin:0px -8px;
  }
  .contractSec .contractCol,
  .contractSec .sedCol{
    padding:0px 8px;
    margin-bottom: 16px;
  }
  .contractSec .innerCol,
  .contractSec .sedCol .innerCol{
    padding:30px 18px 28px 18px;
    border-radius: 16px;
  }
  .contractCard .contractHead,
  .contractSec .sedCard .sedCardHead{
    margin-bottom: 15px;
  }
  .contractCard .contractHead .title,
  .contractSec .sedCard .sedCardHead .title{
    font-size: 26px;
  }
  .contractCard .decText,
  .contractCard .decText p,
  .contractSec .sedCard .decText,
  .contractSec .sedCard .decText p{
    font-size:16px;
  }
  .contractSec .secHeader .decText{
    margin-top:20px;
  }
  .contractSec .secHeader{
    margin:0px auto 34px auto;
  }

  .whatWeLookBox{
    border-radius: 16px;
  }
  .whatWeLookBox {
    padding: 34px 25px;
  }
  .whatWeLookBox .secHeader .mainTitle {
    text-align: left;
    font-size: 30px;
  }
  .whatWeLookBox .secHeader .subTitle {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .whatWeLookBox .leftWrapper .secHeader {
    margin-bottom: 24px;
  }
  .whatWeLookBox .leftWrapper img {
    border-radius: 16px;
  }
  .whatWeLookBox .detailsWrapper{
    padding-top:0px;
  }
  .whatWeLookBox .detailsWrapper .mainHeading{
    font-size: 26px;
    margin-bottom: 28px;
  }
  .whatWeLookBox .detailsWrapper .wojsItem{
    font-size:20px;
    margin-bottom: 18px;
    padding-left: 34px;
  }
  .whatWeLookBox .detailsWrapper .wojsItem::before {
    width: 22px;
    height: 22px;
    background-size: 700px;
    background-position: -58px 0px;
  }
  .relationshipSec {
    padding: 50px 0px 50px 0px;
  }
  .relationshipSec .benefitsBox{
    border-radius: 16px;
    padding:26px 20px;
    margin-top: 34px;
  }
  .relationshipSec .benefitsBox .mainHeading{
    font-size:30px;
    margin-bottom:22px;
  }
  .relationshipSec .benefitsBox .benefitItem,
  .relationshipSec .benefitsBox .benefitsListing p{
    font-size:18px;
    margin-bottom:14px;
    padding-left: 34px;
  }
  .relationshipSec .benefitsBox .benefitItem::before,
  .relationshipSec .benefitsBox .benefitsListing p::before{
    top: -1px;
    width: 22px;
    height: 22px;
    background-size: 700px;
    background-position: -57px 0px;
  }
  .relationshipSec .imgWrapper img{
    border-radius: 18px;
  }
  .relationshipItem{
    margin-bottom:24px;
  }
  .relationshipItem .iconImg{
    width:44px;
    height:44px;
    margin-right: 15px;
  }
  .relationshipItem .detailsWrapper{
    width:calc(100% - 60px);
  }
  .relationshipItem .title{
    font-size:18px;
    margin-bottom:10px;
  }
  .relationshipItem .decText, .relationshipItem .decText{
    font-size:18px;
  }
  .relationshipSec .left .secHeader .mainTitle{
    font-size:30px;
  }
  .relationshipSec .left .secHeader{
    margin-bottom:30px;
  }
  .relationshipSec .left .secHeader .subTitle{
    margin-bottom: 15px;
    font-size: 16px;
  }
  .joinUsBottomSec {
    padding: 60px 0px;
  }

  .servicesDetailsPage .servicesMenuLeft .navbar-nav{
    top: 156px;
  }

  .partner_detail_wrapper .partner_detail_list{
    padding:38px 20px;
  }
  .partner_detail_wrapper .mainHeading{
    font-size: 32px;
    margin-bottom: 16px;
  }
  .partner_detail_wrapper .decText,
  .partner_detail_wrapper .decText p{
    font-size:16px;
  }
  .partner_detail_wrapper .subHeading {
    margin-bottom: 20px;
  }
  .partner_detail_wrapper .subHeading img{
    height:70px;
  }

  .readyToStartCTA.partnership_cta_wrap .mainTitle{
    font-size:70px;
  }
}
@media (max-width:767px) {
  .secHeader .subTitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .secHeader .mainTitle{
    font-size:34px;
  }

  .siteFooter .footerLogoLink{
    width:210px;
    max-width:100%;
  }
  .siteFooter .footerTitle{
    font-size:24px;
  }
  .siteFooter .footerLogoLink {
    margin-bottom: 22px;
  }

  .siteHeaderNew,
  .stickyHeader .siteHeaderNew{
    padding-top: 46px;
  }
  .siteHeaderNew .topHeader,
  .stickyHeader .siteHeaderNew .topHeader{
    position: fixed;
    top: 22px;
    right: 15px;
    z-index: 3;
    width: 73px;
  }
  .siteHeaderNew .topHeader .container{
    padding:0px 0px;
  }
  .siteHeaderNew .topHeader .navbar-nav{
    display:none;
  }
  .siteHeaderNew .topHeader .worldDropdownLink{
    margin-right:0px;
  }
  .siteHeaderNew .btnsWrapper{
    display:flex;
    align-items:center;
    justify-content:space-between;
    width:calc(100% - 30px);
    margin-left:0px;
    padding-bottom:0px;
    padding-right:92px;
  }
  .siteHeaderNew .btnsWrapper .orangeBtn,
  .siteHeaderNew .btnsWrapper .darkGreenBtn{
    width:calc(50% - 7px);
  } 
  .siteHeaderNew .bottomHeader .navbar-nav.mobileMenu{
    display:block;
  }
  .siteHeaderNew .topHeader .searchWrapper .inputWrapper {
    position: fixed;
    top: 9px;
    right: 14px;
    width: 0%;
    transform: translateY(0%);
    overflow: hidden;
    transition: 0.4s;
  }
  .siteHeaderNew .topHeader .searchWrapper.active .inputWrapper {
    width: calc(100% - 27px);
  }

  .homeHeroSlider .imgWrapper{
    padding-top:80%;
  }
  .homeHeroSlider .slideContent{
    padding:20px 15px;
  }

  .serviceSec{
    padding:60px 0px;
  }
  .serviceCard .serviceCardHead{
    display:block;
  }
  .serviceCard .serviceCardHead .title{
    width:100%;
    margin-top:20px;
  }

  .recognizedExcellenceSec {
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .recognizedExcellenceSec .imgRow{
    gap:30px;
    margin-bottom: 36px;
  }

  .expertLocationsSec .expertLocBox{
    padding:52px 30px 35px 30px;
  }
  .expertLocationsSec .secHeader{
    margin-bottom:30px;
  }
  .expertLocationsSec .decText,
  .expertLocationsSec .decText p{
    font-size:18px;
  }
  .expertLocationsSec .btnWrapper{
    margin-top: 30px;
    margin-bottom:30px;
    gap: 15px;
  }

  .expertLocationsSec .expertLocBox{
    margin-top:-100px;
    border-radius: 14px;
  }
  .expertLocBox .bottomWrapper{
    display:block;
  }
  .expertLocBox .bottomWrapper .listingWrap{
    width:100%;
  }
  .expertLocBox .bottomWrapper .mapNumber{
    margin-bottom:0px;
    margin-top:13px;
  }

  .insightsArticlesSec{
    padding-top:60px;
    padding-bottom:60px;
  }
  .insightsArticlesSec .iaRow{
    justify-content:center;
  }
  .insightsArticlesSec .iaCol{
    width:50%;
  }

  .webinarRow{
    flex-wrap:wrap;
  }
  .webinarRow .imgWrapper,
  .webinarRow .contentDP{
    width:100%;
  }
  .webinarRow .contentDP{
    padding-left:0px;
    margin-top:30px;
  }
  .webinarBox .contentDP .secHeader .subTitle{
    margin-bottom:6px;
  }
  .webinarBox .contentDP .secHeader{
    margin-bottom:18px;
  }
  .webinarBox .contentDP .btnWrapper{
    gap:10px;
  }
  .webinarBox .contentDP .btnWrapper .orangeBtn,
  .webinarBox .contentDP .btnWrapper .lightGreenBtn{
    width:auto;
  }
  .webinarBox .contentDP .btnWrapper .lightGreenBtn{
    margin-left:8px;
  }
  .webinarListing .webinarItem .dateCountry{
    width:182px;
  }
  .webinarListing .webinarItem .liveBadge{
    font-size:16px;
  }
  .webinarListing .webinarItem .webinarName {
	  padding-left: 10px;
    width: calc(100% - 272px);
  }
  .webinarListing .arrowRound{
    width:34px;
    height:34px;
  }
  .webinarListing .arrowRound::before {
    top: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
  }
  .webinarListing .arrowRound::after {
    top: 17px;
    right: 9px;
    width: 18px;
    height: 2px;
  }

  .readyToStartCTA .orangeBtn,
  .readyToStartCTA .darkGreenBtn,
  .readyToStartCTA .lightGreyBtn,
  .readyToStartCTA .whiteBtn{
    font-size: 15px;
    padding: 10px 13px;
  }

  .howWorkRow .howWorkCol{
    width:50%;
  }
  .howWorkRow .howWorkCol:nth-child(2){
    border-bottom:none;
  }
  .howWorkRow .howWorkCol:last-child .innerCol::before{
    display:none;
  }
  .howWorkRow .howWorkCol:nth-child(3):after{
    display:none;
  }
  .howWorkRow .howWorkCol:nth-child(3)::before{
    left:calc(50% - 7px);
    width:100vw;
  }
  .howWorkRow .howWorkCol:last-child::after{
    height:100%;
  }

  .whyUsSec .innerContainer{
    width:550px;
  }
  .whyUsSec .centerImg{
    width:80px;
  }
  .whyUsSec .whyUsRow{
    margin:0px -8px;
  }
  .whyUsSec .whyUsCol{
    width:50%;
    padding:0px 8px;
    margin-bottom:24px;
  }
  .whyUsSec .whyUsCol img{
    width:110px;
  }
  .whyUsSec .whyUsCol .cnWrapper{
    width:calc(100% - 110px);
  }
  .whyUsSec .whyUsCol .title{
    font-size:16px;
  }
  .whyUsSec .whyUsCol .dexText, .whyUsSec .whyUsCol .dexText p{
    font-size:16px;
  }
  .whyUsSec .whyUsCol .title{
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .whyUsSec .whyUsCol .cnWrapper{
    top:25px;
  }
  .whyUsSec .whyUsCol:nth-child(3) .cnWrapper, .whyUsSec .whyUsCol:nth-child(4) .cnWrapper{
    top:12px;
  }

  .servicesDetailsPage .servicesMenuLeft,
  .servicesDetailsPage .servicesRightDetails{
    width:100%;
    padding-left:0px;
  }
  .servicesDetailsPage .servicesMenuLeft{
    margin-bottom:40px;
  }
  .servicesDetailsPage .servicesMenuLeft .menu-item{
    margin-bottom:10px;
  }
  .servicesDetailsPage .servicesMenuLeft .menu-item a{
    font-size:16px;
    padding:14px 52px 14px 20px;
  }
  .servicesDetailsPage .servicesMenuLeft .menu-item a::before{
    width:10px;
    height:10px;
  }
  .servicesDetailsPage .servicesMenuLeft .menu-item a::after{
    width:17px;
  }

  .contactUsCTA .title{
    font-size:40px;
    margin-bottom: 28px;
  }
  .contactUsCTA .detailsCN p, .contactUsCTA .detailsCN a{
    font-size:22px;
  }

  .servicesDetailsPage .servicesRightDetails .whyClientChooseCol{
    width:50%;
  }

  .educationBox .contentDP .decText, .educationBox .contentDP .decText p{
    font-size:18px;
  }
  .educationBox .contentDP .btnWrapper{
    display:block;
  }
  .educationBox .contentDP .btnWrapper .orangeBtn,
  .educationBox .contentDP .btnWrapper .lightGreenBtn{
    margin-left:0px;
    width:100%;
  }
  .educationBox .contentDP .btnWrapper .lightGreenBtn{
    margin-top:10px;
  }
  .weOfferSec .iaCol{
    width:100%;
  }
  .weOfferSec .secHeader{
    margin-bottom:35px;
  }
  .featuredListing .featuredItem{
    width:100%;
  }

  .webinarSec.onlyBox .webinarRow .imgWrapper,
  .webinarSec.onlyBox .webinarRow .contentDP{
    width:100%;
  }
  .webinarSec.onlyBox .webinarRow .contentDP{
    width:100%;
    margin-top:0px;
    padding-right:0px;
    margin-bottom:30px;
  }
  .webinarSec.onlyBox .secHeader .subTitle{
    font-size:16px;
  }

  .aboutInfoSec {
    padding: 44px 0px;
  }
  .aboutInfoSec .left,
  .aboutInfoSec .right{
    width:100%;
  }
  .aboutInfoSec .left{
    padding-right:0px;
    margin-bottom:40px;
  }
  .aboutInfoSec .left .btnWrapper .orangeBtn,
  .aboutInfoSec .left .btnWrapper .darkGreenBtn{
    width:calc(50% - 6px);
  }
  .aboutInfoSec .right .subHeading {
    margin-bottom: 22px;
  }
  .aboutInfoSec .right .decText,
  .aboutInfoSec .right .decText p {
    font-size: 20px;
  }
  .guideCol .rightDetails{
    width:100%;
    margin-top:20px;
  }
  .guideSec{
    margin-bottom:34px;
  }
  .leadershipBox .leadershipCol{
    width:50%;
  }

  .leadershipBox {
    padding: 44px 22px 30px 22px;
  }
  .secHeader .decText, .secHeader .decText p{
    font-size:20px;
  }
  .expertLocationsSec.lightSec .expertLocBox .bgWrapper{
    border-radius: 18px;
  }
  .expertLocationsSec.lightSec .expertLocBox .bgWrapper {
    padding: 44px 24px;
  }

  .readyToStartCTA.orangeCTA {
    padding: 40px 0px 40px 0px;
  }
  .readyToStartCTA.orangeCTA .readyToStartCTA__box {
    padding: 54px 26px 48px 26px;
  }
  .readyToStartCTA.orangeCTA .btnWrapper{
    flex-wrap:wrap;
    gap:0px;
  }
  .readyToStartCTA.orangeCTA .orangeBtn,
  .readyToStartCTA.orangeCTA .darkGreenBtn,
  .readyToStartCTA.orangeCTA .lightGreyBtn,
  .readyToStartCTA.orangeCTA .whiteBtn{
    width:100%;
  }

  .educationSec.withoutOffer .educationBox {
    padding: 44px 30px 28px 30px;
  }

  .expertLocationsSec.lightSec .mapImg {
    margin-top: 38px;
  }
  .expertLocationsSec.lightSec.onlyMap .expertLocBox .bottomWrapper {
    margin-top: 24px;
  }

  .howWeOperateTextSec {
    padding: 58px 0px 50px 0px;
  }
  .howWeOperateTextSec {
    padding: 50px 0px 42px 0px;
  }

  .serviceCoverage{
    padding:52px 0px 30px 0px;
  }
  .serviceCoverage .secHeader {
    margin-bottom: 38px;
  }
  .serviceCoverageCol .innerCol{
    border-radius: 14px;
  }
  .serviceCoverageCol .decText, .serviceCoverageCol .decText p{
    font-size:18px;
  }

  .nationalCoverage {
    padding: 54px 0px 54px 0px;
  }
  .ncItem{
    margin-bottom:35px;
  }
  .ncItem .title{
    font-size:26px;
  }
  .ncItem p{
    font-size: 20px;
  }

  .assignmentSec .btnWrapper{
    flex-wrap:wrap;
    gap:12px;
  }
  .assignmentSec .orangeBtn,
  .assignmentSec .darkGreenBtn,
  .assignmentSec .lightGreyBtn{
    width:100%;
  } 

  .whyWorkSec .whyWorkCol{
    width:50%;
  }
  .weOfferJoinUsSec .imgWrapper{
    width:100%;
  }
  .weOfferJoinUsSec .detailsWrapper{
    width:100%;
    padding-left:0px;
    margin-top:34px;
  }

  .areaEmployment .leftWrapper{
    width:100%;
    padding-right:0px;
    margin-bottom:40px;
  }
  .areaEmployment .rightWrapper{
    width:100%;
  }
  .contractSec .contractCol,
  .contractSec .sedCol{
    width:50%;
  }

  .whatWeLookBox .leftWrapper{
    width:100%;
    margin-bottom:34px;
  }
  .whatWeLookBox .detailsWrapper{
    width:100%;
    padding-left:0px;
  }
  .whatWeLookBox .detailsWrapper .innerWrapper{
    width:100%;
  }

  .relationshipSec .left{
    width:100%;
    padding-right:0px;
  }
  .relationshipSec .imgWrapper{
    width:100%;
    margin-top:34px;
  }
  .relationshipSec .imgWrapper img{
    position:static;
    height:auto;
  }

  .servicesDetailsPage .servicesMenuLeft .navbar-nav{
    position:static;
  }

  .partner_detail_wrapper .container{
    display:block;
  }
  .partner_detail_wrapper .partner_detail_list{
    width:100%;
    margin-bottom:30px;
  }
  .partner_detail_wrapper .partner_detail_list:last-child{
    margin-bottom:0px;
  }

  .readyToStartCTA.partnership_cta_wrap{
    padding: 0px 0px 45px 0px;
  }
  .readyToStartCTA.partnership_cta_wrap .mainTitle{
    font-size: 48px;
  }
  .readyToStartCTA.partnership_cta_wrap .decTExt,
  .readyToStartCTA.partnership_cta_wrap .decTExt p{
    font-size:18px;
  }
  .readyToStartCTA.partnership_cta_wrap .decTExt p{
    margin-bottom:16px;
  }

  .siteHeaderNew .topHeader .container{
    justify-content:flex-end;
  }
  .siteHeaderNew .btnsWrapper{
    padding-right:36px;
  }
}
@media (max-width:575px) {
  .orangeBtn,
  .darkGreenBtn,
  .whiteBtn,
  .lightGreenBtn,
  .lightGreyBtn{
    font-size:16px;
    padding:10px 20px;
  }

  .secHeader .subTitle{
    font-size:16px;
  }
  .secHeader .mainTitle{
    font-size:28px;
  }

  .siteFooter .footerCol:nth-child(1),
  .siteFooter .footerCol:nth-child(2),
  .siteFooter .footerCol:nth-child(3),
  .siteFooter .footerCol:nth-child(4){
    width:100%;
    padding:0px 0px;
    border-right:none;
    border-bottom:1px solid #774415;
    padding-bottom:30px;
    margin-bottom:30px;
  }
  .siteFooter .footerCol:nth-child(4){
    border-bottom:none;
  }
  .siteFooter .navbar-nav .menu-item{
    margin-bottom:20px;
  }
  .siteFooter .footerBottom .navbar-nav .menu-item{
    margin-bottom:0px;
  }

  body {
    padding-top: 136px;
  }
  .siteHeaderNew .logoWrapper img, .stickyHeader .siteHeaderNew .logoWrapper img{
    width:170px;
  }
  .siteHeaderNew .orangeBtn, .siteHeaderNew .darkGreenBtn{
    font-size:12px;
    padding: 9px 4px !important;
  }
  .siteHeaderNew .bottomHeader, .stickyHeader .siteHeaderNew .bottomHeader {
    padding: 20px 0px 14px 0px;
  }
  .siteHeaderNew .bottomHeader .menuWrapper{
    top: 123px;
    height:calc(100vh - 123px);
  }

  .homeHeroSlider .slideContent .title{
    font-size:30px;
  }

  .homeHeroSlider .imgWrapper{
    border-radius:20px;
  }
  .homeHeroSlider .imgWrapper {
    padding-top: 110%;
  }
  .homeHeroSlider .slick-dots li button {
    width: 14px;
    height: 14px;
  }

  .serviceSec{
    padding:40px 0px;
  }
  .serviceSec .serviceCol{
    width:100%;
  }
  .serviceCard .serviceCardHead{
    display:flex;
  }
  .serviceCard .serviceCardHead .title{
    width:calc(100% - 70px);
    margin-top:0px;
  }
  .serviceSec .serviceBtnWrapper{
    margin-top:20px;
  }

  .recognizedExcellenceSec .imgRow{
    gap:14px;
  }
  .recognizedExcellenceSec{
    padding-bottom:40px;
    padding-top:40px;
  }
  .recognizedExcellenceSec .resBottomText{
    font-size:16px;
  }

  .expertLocationsSec .expertLocBox {
    padding: 34px 18px 24px 18px;
    margin-top:-72px;
  }
  .expertLocationsSec .secHeader .mainTitle {
    font-size: 26px;
  }
  .expertLocationsSec .btnWrapper{
    gap:10px;
  }
  .expertLocationsSec .decText,
  .expertLocationsSec .decText p{
    font-size:16px;
  }
  .expertLocationsSec .orangeBtn,
  .expertLocationsSec .whiteBtn{
    font-size: 14px;
    padding: 10px 14px;
  }

  .insightsArticlesSec{
    padding:40px 0px;
  }
  .insightsArticlesSec .iaCol{
    width:100%;
  }
  .insightsArticlesSec .ia-card .title{
    font-size:28px;
  }
  .insightsArticlesSec .btnWrapper{
    margin-top:12px;
  }

  .webinarBox{
    padding:16px;
    border-radius: 14px;
  }
  .webinarBox .contentDP .decText,
  .webinarBox .contentDP .decText p {
    font-size: 16px;
  }
  .webinarBox .contentDP .btnWrapper .orangeBtn,
  .webinarBox .contentDP .btnWrapper .lightGreenBtn {
    font-size: 14px;
    padding: 10px 12px;
    margin-bottom:10px;
  }
  .webinarBox .contentDP .btnWrapper .lightGreenBtn{
    margin-left:5px;
  }
  .webinarBox .contentDP .btnWrapper{
    margin-top:22px;
  }

  .webinarListing{
    margin-top:28px;
  }
  .webinarListing .mainTitle{
    font-size:28px;
    margin-bottom:10px;
  }
  .webinarListing .webinarItem{
    flex-wrap:wrap;
    padding:15px 0px 15px 0px;
  }
  .webinarListing .webinarItem .webinarName{
    order:-1;
    width:100%;
    padding-left:0px;
  }
  .webinarListing .webinarItem .dateCountry{
    width:100%;
    padding-right:0px;
    margin-top:7px;
  }
  .webinarListing .webinarItem .dateCountry .date{
    font-size:16px;
  }
  .webinarListing .webinarItem .dateCountry .country{
    font-size:12px;
  }
  .webinarListing .webinarItem .badgeWrapper{
    margin-top:10px;
  }
  .webinarListing .webinarItem .liveBadge{
    font-size:12px;
    padding:4px 13px;
  }
  .webinarListing .arrowRound{
    width: 30px;
    height: 31px;
    top: unset;
    bottom: -3px;
  }
  .webinarListing .arrowRound::before {
    top: 9px;
    right: 9px;
    width: 8px;
    height: 8px;
  }
  .webinarListing .arrowRound::after {
    top: 15px;
    right: 8px;
    width: 15px;
    height: 2px;
  }
  .webinarBox .btnWrapper {
    margin-top: 15px;
  }

  .keystoneNetworkSec {
    padding: 32px 0px 40px 0px;
  }
  .keystoneNetworkSec .leftInfo .mainTitle{
    font-size:28px;
  }
  .keystoneNetworkSec .leftInfo .decText, .keystoneNetworkSec .leftInfo .decText p{
    font-size:16px;
  }
  .keystoneNetworkSec .leftInfo .lightGreyBtn {
    margin-top: 18px;
  }
  .keystoneNetworkSec .rightCN .networkRow .networkCol{
    width:100%;
    margin-bottom:20px;
  }
  .keystoneNetworkSec .rightCN .networkRow .networkCol:last-child{
    margin-bottom:0px;
  }

  .trustedSec {
    padding: 40px 0px 30px 0px;
  }
  .trustedSec .mainTitle {
    font-size: 28px;
  }
  .trustedSec .subHeading {
    font-size: 18px;
    margin-bottom:14px;
  }
  .trustedSec .decText, .trustedSec .decText p {
    font-size: 16px;
  }
  .trustedSec .trTagWrapper{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
  }
  .trustedSec .trTagWrapper .trTag{
    margin-right:0px;
    margin-bottom:0px;
    width:calc(50% - 10px);
    min-width:unset;
    font-size: 16px;
    padding:10px 15px;
  }

  .readyToStartCTA {
    padding: 50px 0px 50px 0px;
  }
  .readyToStartCTA .mainTitle{
    font-size:28px;
  }
  .readyToStartCTA .decTExt, .readyToStartCTA .decTExt p{
    font-size:16px;
  }
  .readyToStartCTA .btnWrapper{
    flex-wrap:wrap;
    gap:0px;
  }
  .readyToStartCTA .orangeBtn,
  .readyToStartCTA .darkGreenBtn,
  .readyToStartCTA .lightGreyBtn,
  .readyToStartCTA .whiteBtn{
    width:100%;
  }

  .howWorkRow .howWorkCol{
    width:100%;
  }
  .howWorkCol img{
    margin-bottom:74px;
    position: relative;
    right: -15px;
  }
  .howWorkCol .count{
    top:171px;
  }
  .howWorkCol .title{
    font-size:18px;
    text-align:center;
  }
  .howWorkCol .decText,
  .howWorkCol:nth-child(3) .decText,
  .howWorkCol:nth-child(4) .decText{
    width:100%;
  }
  .howWorkCol .decText,
  .howWorkCol .decText p{
    font-size:18px;
    text-align:center;
  }
  .howWorkRow .howWorkCol:nth-child(1)::before,
  .howWorkRow .howWorkCol:nth-child(3)::before{
    content:"";
    position: absolute;
    top: 186px;
    width: 100vw;
    height: 2px;
    background-color: #f28928;
    right: calc(50% + 15px);
    left:unset;
  }
  .howWorkRow .howWorkCol:nth-child(2)::before,
  .howWorkRow .howWorkCol:nth-child(4)::before{
    content:"";
    position: absolute;
    top: 186px;
    width: 100vw;
    height: 2px;
    background-color: #f28928;
    left: calc(50% - 7px);
    right:unset;
  }
  .howWorkRow .howWorkCol:nth-child(2)::after{
    display:none;
  }
  .howWorkRow .howWorkCol:last-child::after{
    display:none;
  }
  .howWorkCol .count{
    left:50%;
  }
  .howWeWorkSec{
    border-bottom:1px solid #e0e0e0;
  }
  .howWorkRow .howWorkCol{
    padding-bottom:34px;
  }

  .whyUsSec .centerImg{
    display:none;
  }
  .whyUsSec .whyUsCol{
    width:100%;
    margin-bottom:30px !important;
  }
  .whyUsSec .whyUsCol:last-child{
    margin-bottom:0px;
  }
  .whyUsSec .whyUsCol .title::before{
    width:100%;
  }
  .whyUsSec .whyUsCol .cnWrapper{
    top:0px;
    padding-right:0px;
    padding-left:15px;
  }
  .whyUsSec .whyUsCol img{
    order:-1;
  }
  .whyUsSec .whyUsCol .title,
  .whyUsSec .whyUsCol .dexText,
  .whyUsSec .whyUsCol .dexText p{
    font-size:18px;
  }
  .whyUsSec .whyUsCol:nth-child(even) img{
    order:2;
  }
  .whyUsSec .whyUsCol:nth-child(even) .title::before{
    left:0px;
  }
  .whyUsSec .whyUsCol:nth-child(even) .cnWrapper{
    padding-left:0px;
    padding-right:15px;
  }

  .whyUsSec .whyUsCol:nth-child(even) .title,
  .whyUsSec .whyUsCol:nth-child(even) .dexText, 
  .whyUsSec .whyUsCol:nth-child(even) .dexText p{
    text-align:right;
  }
  .howWeWorkSec{
    padding-top:30px;
  }

  .servicesDetailsPage .servicesRightDetails .servicesDBanner{
    border-radius:16px;
  }
  .servicesDetailsPage .servicesRightDetails .servicesDBanner .detailsCN {
    padding: 20px 20px;
  }
  .servicesDetailsPage .servicesRightDetails .servicesDBanner .detailsCN h2{
    font-size:36px;
    line-height: 37px;
  }
  .servicesDetailsPage .servicesRightDetails .servicesDBanner{
    min-height:350px;
  }
  .servicesDetailsPage .mainDetails{
    margin-bottom:50px;
  }

  .contactUsCTA {
    padding: 54px 0px;
  }
  .contactUsCTA .title{
    font-size:30px;
  }
  .contactUsCTA .detailsCN p, .contactUsCTA .detailsCN a {
    font-size: 18px;
  }

  .servicesDetailsPage .servicesRightDetails .whyClientChooseCol{
    width:100%;
  }
  .servicesDetailsPage .servicesRightDetails .whyClientChooseCol .innerCol{
    padding:20px 18px;
  }
  .servicesDetailsPage .servicesRightDetails .whyClientChooseCol .mainHeading{
    font-size:28px;
  }

  .dataImagingItem{
    margin-bottom:22px;
  }
  .dataImagingItem .heading{
    font-size:18px;
    padding-left:32px;
    margin-bottom:8px;
  }
  .dataImagingItem .decText{
    padding-left:32px;
  }
  .dataImagingItem .decText, 
  .dataImagingItem .decText p{
    font-size:18px;
  }
  .dataImagingItem .heading::before{
    top:-1px;
    width: 22px;
    height: 22px;
    background-size: 710px;
    background-position: -29px 0px;
  }

  .deskReview > p{
    font-size:18px;
    margin-bottom: 22px;
  }
  .deskReviewItem{
    padding-left:42px;
  }
  .deskReviewItem .decText,
  .deskReviewItem .decText p{
    font-size:18px;
  }
  .deskReviewItem::before {
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height:14px;
    border: 2px solid #e57e32;
  }

  .educationBox{
    padding:20px 20px 0px 20px;
    border-radius:10px;
  }
  .educationBox .contentDP .decText, .educationBox .contentDP .decText p{
    font-size:16px;
  }
  .educationBox .contentDP .secHeader {
    margin-bottom: 25px;
  }
  .educationBox .contentDP .btnWrapper{
    margin-top:30px;
  }
  .educationRow .contentDP{
    margin-bottom:40px;
  }
  .educationRow .imgWrapper img{
    border-radius:10px;
  }
  .weOfferSec{
    padding-top:42px;
  }
  .weOfferSec .ia-card{
    border-radius:16px;
  }
  .weOfferSec .iaCol{
    margin-bottom:20px;
  }
  .weOfferSec .ia-card .title{
    font-size:24px;
  }
  .weOfferSec .ia-card .decText, .weOfferSec .ia-card .decText p{
    font-size:16px;
  }
  .sedSec{
    padding-top:44px;
    padding-bottom:32px;
  }
  .sedSec .secHeader{
    margin-bottom:30px;
  }
  .sedSec .sedCol{
    width:100%;
  }
  .sedCard .sedCardHead .title{
    font-size:24px;
  }

  .featuredSec{
    padding-bottom:48px;
  }
  .featuredSec .secHeader {
    margin-bottom: 25px;
  }
  .featuredListing .featuredItem{
    margin-bottom: 10px;
  }
  .featuredListing .featuredLink {
    font-size: 16px;
    padding: 14px 20px;
  }
  .featuredSec .btnWrapper{
    margin-top: 22px;
  }

  .webinarSec.onlyBox .webinarBox{
    padding:20px 20px 20px 20px;
  }
  .webinarSec.onlyBox .secHeader .subTitle{
    margin-bottom:10px;
  }

  .webinarSec.onlyBox{
    margin-bottom:24px;
  }

  .readyToStartCTA.orangeCTA .subHeading{
    font-size:16px;
  }
  .readyToStartCTA.orangeCTA .readyToStartCTA__box{
    border-radius: 16px;
    padding: 44px 20px 32px 20px;
  }

  .expertLocationsSec.lightSec .expertLocBox {
    padding: 14px 14px 14px 14px;
  }
  .expertLocationsSec.lightSec .expertLocBox .bgWrapper {
    border-radius: 12px;
  }
  .expertLocationsSec.lightSec .expertLocBox .bgWrapper {
    padding: 36px 15px;
  }
  .expertLocationsSec.lightSec .expertLocBox .secHeader .subTitle {
    margin-bottom: 16px;
  }

  .leadershipBox {
    padding: 44px 16px 15px 16px;
    border-radius: 16px;
  }
  .leadershipBox .secHeader {
    margin-bottom: 40px;
  }
  .leadershipBox .secHeader .subTitle {
    margin-bottom: 18px;
  }
  .secHeader .decText, .secHeader .decText p {
    font-size: 18px;
  }
  .leadershipBox .leadershipCol{
    width:100%;
  }

  .guideSec{
    margin-top:40px;
  }
  .guideBox {
    padding: 44px 16px 0px 16px;
  }
  .guideBox .secHeader {
    margin-bottom: 40px;
  }
  .guideRow {
    margin: 0px -10px;
  }
  .guideRow .guideCol{
    width:100%;
    padding:0px 10px;
  }
  .guideCol img{
    margin:0px auto;
    margin-bottom:20px;
  }
  .guideCol .rightDetails{
    text-align:center;
    margin-top:0px;
  }
  .guideCol .heading {
    font-size: 24px;
  }
  .guideBox{
    border-radius:16px;
  }

  .aboutInfoSec .right {
    border-radius: 16px;
    padding:34px 20px;
  }
  .aboutInfoSec .right .decText, .aboutInfoSec .right .decText p {
    font-size: 18px;
  }
  .aboutInfoSec .left .btnWrapper .orangeBtn, .aboutInfoSec .left .btnWrapper .darkGreenBtn {
    width:100%;
  }

  .onlyImgBanner img {
    border-radius: 14px;
    height: 270px;
    object-fit:cover;
    object-position:center;
  }

  .educationSec.withoutOffer .educationBox {
    padding: 44px 16px 16px 16px;
  }

  .serviceCoverageCol{
    width:100%;
  }
  .serviceCoverage .secHeader .subTitle{
    margin-bottom:15px;
  }
  .serviceCoverageCol .subHeading{
    font-size:20px;
    margin-bottom:16px;
  }

  .nationalCoverage .secHeader .subTitle {
    margin-bottom: 16px;
  }
  .ncItem .title {
    font-size: 22px;
  }
  .ncItem p {
    font-size: 17px;
  }

  .assignmentSec .secHeader {
    margin-bottom: 34px;
  }
  .assignmentSec .assignmentBox {
    padding: 40px 20px;
    border-radius: 14px;
  }

  .joinUsTopBanner{
    padding-top:42px;
  }
  .joinUsTopBanner .secHeader .subTitle{
    margin-bottom:15px;
  }
  .secHeader .decText, .secHeader .decText p{
    font-size:16px;
  }
  .joinUsTopBanner::before{
    height:85%;
  }
  .joinUsTopBanner .secHeader{
    margin:0px auto 28px auto;
  }
  .joinUsTopBanner .secHeader .decText {
    margin-top: 15px;
  }
  .joinUsTopBanner .btnWrapper {
    margin-bottom: 42px;
    gap: 10px;
  }
  .joinUsTopBanner .btnWrapper .whiteBtn,
  .joinUsTopBanner .btnWrapper .darkGreenBtn{
    width:calc(50% - 5px);
    padding:10px 10px;
  }

  .whyWorkSec {
    padding-top: 42px;
    padding-bottom: 26px;
  }
  .whyWorkSec .secHeader{
    margin-bottom:32px;
  }
  .whyWorkSec .whyWorkCol{
    width:100%;
  }
  .whyWorkCard .whyWorkHead .title{
    margin-bottom:0px;
    font-size: 22px;
  }
  .whyWorkCard .whyWorkHead {
    margin-bottom: 12px;
  }
  .whyWorkCard .decText, .whyWorkCard .decText p{
    font-size:16px;
  }

  .weOfferJoinUsSec .secHeader{
    margin-bottom:26px;
  }
  .weOfferJoinUsSec .imgWrapper img {
    border-radius: 14px;
  }
  .weOfferJoinUsSec .wojsItem .title{
    font-size:22px;
  }
  .weOfferJoinUsSec .wojsItem::before{
    top:0px;
  }
  .areaEmployment .leftWrapper .secHeader .subTitle,
  .areaEmployment .leftWrapper .secHeader .mainTitle{
    text-align:center;
  }
  .aepItem {
    font-size: 16px;
  }

  .areaEmployment .rightWrapper .secHeader .subTitle,
  .areaEmployment .rightWrapper .secHeader .mainTitle,
  .areaEmployment .rightWrapper .secHeader .decText,
  .areaEmployment .rightWrapper .secHeader .decText p{
    text-align:center;
  }
  .areaEmployment .rightWrapper .secHeader .decText {
    margin-top: 16px;
  }

  .joinUsTopBanner.blueBG .btnWrapper .orangeBtn,
  .joinUsTopBanner.blueBG .btnWrapper .lightGreenBtn{
    width:100%;
  }
  .joinUsTopBanner.blueBG::before{
    height:85%;
  }

  .areaEmployment .leftWrapper .secHeader .mainTitle,
  .areaEmployment .rightWrapper .secHeader .mainTitle{
    font-size: 28px;
  }

  .contractSec {
    padding-top: 42px;
  }
  .contractSec .contractCol,
  .contractSec .sedCol{
    width: 100%;
  }
  .contractCard .contractHead .title,
  .contractSec .sedCol .sedCardHead .title{
    margin-bottom:0px;
    font-size:24px;
  }

  .whatWeLookBox{
    border-radius:14px;
  }
  .whatWeLookBox .secHeader .mainTitle{
    font-size:28px;
  }
  .whatWeLookBox .leftWrapper img {
    border-radius: 12px;
  }
  .whatWeLookBox {
  	padding: 28px 18px;
  }
  .whatWeLookBox .detailsWrapper .mainHeading {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .whatWeLookBox .detailsWrapper .wojsItem {
    font-size: 16px;
    margin-bottom: 14px;
    padding-left: 26px;
  }
  .whatWeLookBox .detailsWrapper .wojsItem::before {
    width: 18px;
    height: 18px;
    background-size: 570px;
    background-position: -47px 0px;
    top: -1px;
  }

  .relationshipSec .left .secHeader .mainTitle {
    font-size: 28px;
  }

  .relationshipItem .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .relationshipItem .decText, .relationshipItem .decText {
    font-size: 16px;
  }

  .relationshipSec .benefitsBox .mainHeading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .relationshipSec .benefitsBox .benefitItem,
  .relationshipSec .benefitsBox .benefitsListing p{
    font-size: 16px;
    margin-bottom: 14px;
    padding-left: 26px;
  }
  .relationshipSec .benefitsBox .benefitItem::before,
  .relationshipSec .benefitsBox .benefitsListing p::before {
    width: 18px;
    height: 18px;
    background-size: 570px;
    background-position: -47px 0px;
    top: -1px;
  }

  .relationshipSec .imgWrapper img {
    border-radius: 12px;
  }

  .relationshipSec {
    padding: 50px 0px 40px 0px;
  }

  .joinUsBottomSec {
    padding:46px 0px;
  }

  .contactUsCTA.partnership_first_wrap{
    padding:50px 0px 20px 0px;
  }
  .contactUsCTA.partnership_first_wrap .detailsCN p{
    font-size: 16px !important;
  }
  .contactUsCTA.partnership_first_wrap .title{
    font-size:34px;
    margin-bottom:25px;
  }
  .contactUsCTA.partnership_first_wrap p.subHeading{
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  .readyToStartCTA.partnership_cta_wrap .mainTitle{
    font-size:32px;
  }
}
/* DPS style end */
