/*!
 * Common CSS files
 */
* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #6a6a6a;
  font-weight: 400;
}

section {
  padding: 100px 0 95px 0;
}

.contentContainer {
  padding: 100px 0 85px 0;
  position: relative;
}

.imgResponsive {
  width: 100%;
}

.imgHeightResponsive {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

a {
  color: #272570;
  text-decoration: none;
}

a:hover {
  color: #eb9b12;
}

.positionRelative {
  position: relative;
}

.clearfix {
  clear: both;
}

canvas {
  display: block;
  vertical-align: bottom;
}

.flexCol {
  display: flex;
}

.m-150 {
  margin-left: 150px;
  margin-right: 150px;
}

b,
strong {
  font-weight: 700;
}


/*----------------------------- Color & Backgrounds ------------------------------------------*/
.greyBg {
  background-color: #f7f7f7 !important;
}

.blueBg {
  background-color: #092d7e !important;
}

.text-green {
  color: #14b1bb !important;
}

.text-orange {
  color: #eb9b12; !important;
}

.text-blue {
  color: #3a5896 !important;
}

.text-red {
  color: #eb9b12 !important;
}

.blueHover:hover {
  background-color: #182c51;
}

.blueHover:hover h4,
.blueHover:hover ul li,
.blueHover:hover p,
.blueHover:hover .arrow-btn {
  color: #fff;
}

.borderRad10 {
  border-radius: 10px;
  overflow: hidden;
}

/*----------------------------- Heading & Buttons ------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282929;
  font-family: "Geist", sans-serif;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin: 0 0 22px;
}

h2 {
  font-size: 41px;
  font-weight: 700;
  padding: 0 0 15px 0;
  line-height: 51px;
  margin: 0 0 0px 0;
  text-transform: uppercase;
}

h2:after {
  background: #eb9b12;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 36px;
  margin-top: 36px;
  width: 100px;
}

h2.noLine:after {
  display: none;
}

h2.text-center:after,
.text-center h2:after {
  margin-left: auto;
  margin-right: auto;
}

h3 {
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
  padding: 0px 0 0px 0;
  margin: 0 0 15px 0;
  color: #3a5896;
}

h4 {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  margin: 0 0 8px 0px;
}

h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 12px;
}

p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

p.highlightedText {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

ul.listing01 li {
  margin-bottom: 8px;
  line-height: 28px;
}

ul.listing01 span {
  font-weight: 600;
}

.customBtn01 {
  padding: 16px 25px !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  border-radius: 5px;
  margin: 15px 0 10px 0px;
  min-width: 210px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 0px solid #ced4da !important;
  background-color: #eb9b12;

}

.customBtn01:hover {
  background: #44a563;
  color: #fff;
}

.paddingLR200 {
  padding-left: 180px;
  padding-right: 180px;
}

.paddingLR150 {
  padding-left: 150px;
  padding-right: 150px;
}

.shadowBox {
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
}

.overlay {
  background-color: rgba(4, 20, 56, 0.75);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 770px;
}

a.btnSmall {
  padding: 16px 25px;
  font-size: 18px;
  min-width: 190px;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: #eb9b12;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 5px;
}

a.btnSmall:hover {
  background-color: #44a563;
}

/*----------------------------- Header Block ------------------------------------------*/
.topBar {
  display: block;
  padding: 9px 0px;
  z-index: 6;
  position: relative;
  color: #0e1b2c;
  font-size: 14px;
  background-color: #efefef;
}

.topInfo {
  display: none;
}

.scheduleBtn {
  background: #eb9b12;
  border-radius: 8px;
  padding: 3px 14px;
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  outline: none;
}

.scheduleBtn:hover {
  background: #44a563;
  color: #fff;
}

.searchSite input {
  width: 233px;
  border: none;
  padding: 12px;
  font-size: 14px;
  height: 35px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  outline: none;
}

.searchSite button#searchsubmit {
  width: 35px !important;
  font-size: 15px;
  color: #777;
  height: 35px;
  border: none;
  background: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

button.search-submit {
  border: 0px;
  background: #fff;
  padding: 0px 10px;
}

/*----------------------------- Navigation Block ------------------------------------------*/
.navbar-brand {
  max-width: 200px;
}

.navbar {
  padding: 7px 0px;
  width: 100%;
}

.nav-link {
  color: #0e1b2c;
  font-size: 16px;
}

.nav-link:hover,
.nav-link:focus {
  color: #eb9b12;
}

.dropdown-menu {
  border-radius: 8px;
  box-shadow: 0 32px 64px rgba(40, 41, 41, .05), 0 16px 32px rgba(40, 41, 41, .05);
  margin-inline-start: -25px;
}

a.dropdown-item {
  font-size: 16px;
  color: #74787c;
  line-height: 24px;
  border-bottom: 1px solid #e3e6ec;
  padding: 7px 15px;
}

a.dropdown-item:last-child {
  border-bottom: 0px solid #e3e6ec;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #182c51;
}

.scheduleBtnLink,
.navbar .scheduleBtn {
  display: none;
}

/*----------------------------- Banner ------------------------------------------*/
.mainBanner {
  overflow: hidden;
  width: 100%;
  max-height: 770px;
  padding: 0px;
  position: relative;
}

.mainBanner .overlay {
  background-color: rgba(9, 45, 126, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
}

.bannerImage {
  position: absolute;
  width: 100%;
  height: 100%;
}

.bannerContentOuter {
  position: relative;
  height: 100%;
}

.bannerContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;
  max-width: 900px;
  /*padding: 240px 0px 140px 0px;*/
  height: 770px;
}

.bannerContent h1 {
  font-size: 80px;
  line-height: 90px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.bannerContent h1 span {
  color: #f94f1f;
}

.bannerContent h3 {
  font-size: 28px;
  line-height: 42px;
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -1px;
}

.bannerContent p {
  font-size: 28px;
  line-height: 30px;
  color: #eb9b12;
  padding: 8px 0px;
}

section.innerBanner .bannerContent {
  padding: 150px 0px 150px 0px;
  height: inherit;
  max-width: inherit;
}

section.innerBanner .bannerContent h1 {
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 80px;
}


/*----------------------------- Content ------------------------------------------*/
.aboutThumb {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 100%;
  border: 10px solid #fff;
}

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

.contentBlockPadding {
  padding-left: 60px;
  max-width: 760px;
  width: 100%;
}

.subHeading {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  padding: 10px 0px 20px 0px;
}

.servicesBlock {
  margin: 40px 15px 20px 15px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  padding: 20px;
  text-align: left;
}

.serviceHomeBlockContent {
  padding: 95px 30px 40px 30px;
}

.servicesSliderThumb {
  margin-bottom: 18px;
}

.servicesSliderThumb img {
  border-radius: 10px;
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.servicesBlock p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}

.imageContainer,
.infoAccordContainer {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom-right-radius: 160px;
  overflow: hidden;
}

.imageContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.imageContainer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(9, 45, 126, 0.75);
}

.overlayImage {
  position: absolute;
  top: 50%;
  right: 180px;
  transform: translateY(-50%);
  max-width: 410px;
  color: #fff;
}

.overlayImage p {
  color: #eb9b12;
  font-size: 28px;
  margin-bottom: 0px;
  line-height: 40px;
}

.infoAccordContainer {
  padding: 0px 30px 0px 120px;
}

.infoAccordContainer .infoAccordInfoCol {
  padding: 110px 0px;
  max-width: 650px;
}

.industriesIconsList {
  padding-top: 30px;
}

.industriesIconsList a {
  margin-bottom: 10px;
  display: inline-block;
}

.industriesIconsList a h4 {
  margin-top: 10px;
}

.ourPartnerBlockSlider {
  margin-top: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.13);
  padding: 40px 20px;
}

.countryListWedoBussiness {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  list-style-type: none;
  width: 95%;
  padding: 0px 0 0px 0;
  margin-bottom: 0px;
}

.countryListWedoBussiness li {
  margin: 0 12px;
  border-bottom: 1px solid #e6e8eb;
  padding: 7px 8px 5px 8px;
  text-align: left;
  font-size: 16px;
  color: #6a6a6a;
}

.mapBg img {
  max-width: 638px;
}

.eventListTable table td,
.eventListTable table th,
.eventListTable table thead:first-child tr:first-child th {
  border: 0px solid #000;
  background-color: #ffffff !important;
  vertical-align: middle;
  text-align: center;
}

.eventListTable table th {
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}

.eventListTable table td {
  border-top: 1px solid #e3e6ec;
  padding: 50px 0;
  font-size: 18px;
}


label {
  color: #74787c;
}

.blueBg label,
.blueBg p,
.blueBg h2 {
  color: #fff !important;
}

.blueBg h2:after {
  background: #fff;
}

.formBlockOuter input {
  margin-bottom: 12px;
  padding: 9px 8px;
  font-size: 15px;
  border-radius: 5px;
  outline: none;
  border: 1px solid #ced4da;
  color: #484b4d;
  outline: none;
  box-shadow: none !important;
  /*-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);*/
}

.formBlockOuter select {
  margin-bottom: 12px;
  height: 42px;
  outline: none;
  box-shadow: none !important;
  border: 1px solid #ced4da !important;
  font-size: 15px;
}

.formBlockOuter textarea {
  margin-bottom: 12px;
  padding: 10px 15px;
  margin-top: 0px;
  height: 288px;
  outline: none;
  box-shadow: none !important;
  border: 1px solid #ced4da !important;
  font-size: 15px;
}

input.customBtn01 {
  font-size: 16px;
  color: #ffffff !important;
  height: 42px;
  padding: 8px 25px 9px 25px !important;
  min-width: 150px;
}

.formSection textarea {
  height: 190px;
}

.procedureSteps .shadowBox {
    position: relative;
    margin-top: 30px;
    padding: 30px 30px 10px 30px;
}

.procedureSteps .shadowBox:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/down_arrow.png) no-repeat center bottom;
    bottom: -30px;
    left: 50%;
    position: absolute;
    display: inline-block;
}

.procedureSteps .shadowBox.last:after {
  display: none;
}

.blogResources .arrow-btn {
  width: 44px;
  height: 26px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #182c51;
}

.blogResources h4 {
  text-align: center;
  margin-bottom: 10px !important;
}

.info-card.active .arrow-btn {
  color: #22c55e;
  /* Green when open */
  border-color: #22c55e;
}

.blogResources {
  margin: 40px 0px 0px 0px;
}

.blogResources .arrow-icon {
  transition: .4s ease;
}

/* Content */
.blogResources .toggle-content {
  display: none;
  overflow: hidden;
  transition: .5s ease;
  font-size: 16px;
}

/* Active State */
.blogResources.active .toggle-content {
  /*max-height: 200px;*/
  display: block;
}

.blogResources.active .arrow-icon {
  transform: rotate(180deg);
}


.jobListTable.table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: #f7f7f7 !important;
    border-top: 1px solid #e3e6ec;
}

.jobListTable.table tr td {
    line-height: 22px !important;
    padding: 8px 12px;
    color: #6a6a6a;
    background-color: #fff;
    vertical-align: middle;
}

.applyBtn {
    min-width: inherit;
    max-width: 125px;
    padding: 4px 20px !important;
    font-size: 14px;
    color: #fff !important;
}

/*----------------------------- Partner page  ------------------------------------------*/
.partner {
  max-width: 100%;
  padding: 5px;
  background-color: #f7f7f7;
  margin-bottom: 24px;
  display: inline-block;
  height: inherit;
  border: 5px solid #fff;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.10);
}
.partnerName {
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    padding-bottom: 12px;
}
.partner:hover {
    background-color: #3a5896;
    padding: 0px;
}
/*----------------------------- Products page  ------------------------------------------*/

.productDiffThumbs .col {
  padding: 0px 4px;
}

.searchProduct {
  margin-top: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 13px 15px;
  background: rgba(0, 0, 0, 0.04) !important;
}

.productListTable.table>thead>tr>th {
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  border-bottom: 2px solid #eb9b12;
  padding: 12px 20px 12px 12px;
  border-top: 1px solid rgb(221, 221, 221);
  background: #eb9b12;
}

.productListTable.table tr td {
  line-height: 22px !important;
  padding: 12px 12px;
  color: #6a6a6a;
  background-color: #fff;
}

.productListTable.table tr td a {
  color: #6a6a6a;
}

.productListTable.table tr td a:hover {
  color: #041438;
}

.productListTable.table-striped>tbody>tr:nth-of-type(odd)>* {
  background-color: #f7f7f7 !important;
  border-top: 1px solid #e3e6ec;
}

.ourVMVBlock {
  margin-bottom: 70px;
  padding-top: 0px;
  -webkit-box-shadow: 0px 0px 33px 0px rgba(156, 156, 156, 0.2);
  -moz-box-shadow: 0px 0px 33px 0px rgba(156, 156, 156, 0.2);
  box-shadow: 0px 0px 33px 0px rgba(156, 156, 156, 0.2);
  padding: 30px;
  background-color: #ffffff;
}

.productInfoTable {
  margin: 10px 0 10px 0;
  width: 100%;
}

table.productInfoTable td,
table.productInfoTable th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, .5019607843);
}

table.productInfoTable tbody>tr:nth-child(odd)>td,
table.productInfoTable tbody>tr:nth-child(odd)>th,
table.productInfoTable tbody tr:hover>td,
table.productInfoTable tbody tr:hover>th,
 {
  background-color: transparent !important;
  font-weight: 400;
}

table.productInfoTable tbody>tr:nth-child(odd)>td.heading,
table.productInfoTable td.heading,
table.productInfoTable tbody tr:hover>td.heading {
  background-color: #f7f7f7 !important;
}

table.productInfoTable h3 {
  padding-bottom: 0px !important;
}

table.resultTableProduct td {
  width: 50%;
  padding: 0px;
  border: 0px solid #000 !important;
  font-size: 16px;
}

table.resultTableProduct {
  margin-bottom: 0px;
}

/*----------------------------- Accordions  ------------------------------------------*/
.accordion-header:after {
  display: none;
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type {
  border-radius: 0px;
}

.accordion-item,
.accordion-button:not(.collapsed) {
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.125);
}

.infoAccordContainer .accordion-header {
  padding-bottom: 0px;
  line-height: 38px;
}

.infoAccordContainer .accordion-item {
  margin-bottom: 35px;
}

.infoAccordContainer .accordion-body {
  padding: 15px 35px 15px 50px;
}

.infoAccordContainer .accordion-button {
  padding: 0px;
  color: #282929;
  background-color: transparent;
  box-shadow: none !important;
  font-size: 18px;
  font-weight: 500;
}

.infoAccordContainer .accordion-button span {
  background: #eb9b12;;
  border-radius: 8px;
  padding: 0px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin-right: 15px;
}

.accordion02 .accordion-button {
  margin-bottom: 0px;
  padding: 18px 16px 18px 30px;
  background-color: #f1f2f2 !important;
  box-shadow: none !important;
  font-weight: 600;
  font-size: 17px;
}

.accordion02 .accordion-header {
  padding-bottom: 0px;
}

.accordion02 .accordion-item {
  margin-bottom: 15px !important;
  /*background-color: #f1f2f2 !important;*/
}

.accordion02 .accordion-body {
  padding: 20px 30px 10px 30px !important;
}

/*----------------------------- Hover Cards ------------------------------------------*/
.hover-card {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 25px;
}

.hover-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay default */
.hover-card .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: background 0.4s ease;
  display: flex;
  align-items: flex-end;
  /* bottom by default */
  justify-content: flex-start;
  padding: 60px;
}

/* Content */
.hover-card .content {
  color: #fff;
  transform: translateY(10%);
  /* slide from bottom */
  /*transition: transform 0.45s ease;*/
  position: relative;
  width: 100%;
}

.hover-card .content h3 {
  margin: 0;
  font-size: 33px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 600;
}

/* Paragraph hidden by default */
.hover-card .content p {
  opacity: 0;
  /*transform: translateY(20px);
  transition: opacity 0.35s ease, transform 0.35s ease;*/
  bottom: -100%;
  position: absolute;
  width: 100%;
}

/* Hover effects */
.hover-card:hover .overlay {
  background: #182c51;
  align-items: center;
  /* vertical center on hover */
}

.hover-card:hover .content {
  transform: translateY(0);
}

.hover-card:hover .content p {
  opacity: 1;
  bottom: 20%;
  transform: translateY(0);
  position: relative;
}

/*----------------------------- Industries Cards ------------------------------------------*/
.industry-card {
  position: relative;
  min-height: 320px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 30px;
  transition: background 0.4s ease;
  width: 100%;
}

/* Icon + Heading */
.industry-card .icon-heading {
  z-index: 2;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.industry-card .icon-heading img {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

/* Hidden content initially */
.industry-card .content {
  position: absolute;
  inset: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease;
}

/* Hover Effect */
.industry-card:hover .icon-heading {
  opacity: 0;
  /* hide icon + heading */
  transform: translateY(-20px);
}

.industry-card:hover .content {
  opacity: 1;
  transform: translateY(0);
}

/*--------------------------------- Timeline -------------------------------------*/

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 3px;
  background-color: #3a5896;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

/* Container around content */
.timeline .contentBox {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline .contentBox::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 3px solid #182c51;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

.timeline h3 {
  font-weight: 700;
  font-size: 28px;
}

/* Place the container to the left */
.timeline .left {
  left: 0;
}

/* Place the container to the right */
.timeline .right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeline .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: -13px;
}

/* The actual content */
.timeline .content {
  padding: 30px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .timeline .contentBox {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline .contentBox::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .timeline .left::after,
  .timeline .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .timeline .right {
    left: 0%;
  }
}

/*----------------------------- Footers ------------------------------------------*/
.cta {
  margin: 0px auto;
  overflow: hidden;
  font-size: 18px;
  line-height: 27px;
  height: 360px;
}

.ctaImage {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.ctaContent {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  padding: 0px 20px;
  z-index: 1;
  position: relative;
}

.footerLogo {
  max-width: 165px;
  margin: 0px auto;
  margin-bottom: 10px;
}

footer {
  padding-top: 80px;
}

footer ul.footerMenu,
.footerMainMenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

footer ul.footerMenu {
  column-count: 2;
}

footer ul li a,
footer a {
  font-size: 16px;
  color: #6a6a6a;
  line-height: 19px;
  margin-bottom: 9px;
  display: inline-block;
}

footer ul.footerMainMenu {
  margin: 0px auto;
  margin-top: 47px;
}

footer ul.footerMainMenu li {
  font-size: 17px;
  color: #2f4566;
  display: inline-block;
}

footer ul.footerMainMenu li a {
  font-size: 17px;
  color: #2f4566;
  line-height: 19px;
}

footer ul.footerMainMenu li span {
  padding: 0px 10px 0px 13px;
}

footer a.textEmail {
  color: #272570;
}

footer a.textEmail:hover,
footer ul.footerMainMenu li a:hover {
  color: #eb9b12;
}

.footerMenuBlock {
  margin-top: 10px;
  padding: 23px 0px 0px 0px;
  border-top: 1px solid #e3e6ec;
}

.copyright {
  margin: 20px 0px 30px 0px;
  border-top: 1px solid #e3e6ec;
  padding-top: 22px;
}

.copyright p {
  font-size: 15px;
  margin-bottom: 0px;
}

/*----------------------------- Responsive ------------------------------------------*/
@media (min-width: 1600px) {
  .servicesSection .container {
    max-width: 1590px;
  }
}

/*------------------------------------- Max-Width: 1600 ----------------------------------*/
@media (max-width: 1600px) {
  body {
    font-size: 14px;
    line-height: 28px;
  }

  section {
    padding: 80px 0 80px 0;
  }

  h1 {
    font-size: 42px;
    line-height: 45px;
    margin: 0 0 17px;
  }

  h2 {
    font-size: 38px;
    padding: 0 0 10px 0;
    line-height: 44px;
  }

  h2:after {
    margin-bottom: 30px;
    margin-top: 31px;
  }

  p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 16px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 12px 0;
  }

  h4 {
    font-size: 17px;
    line-height: 27px;
  }

  h5 {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 10px;
  }

  a.btnSmall {
    padding: 13px 20px;
    font-size: 16px;
    min-width: 180px;
  }

  .shadowBox {
    -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.13);
  }

  .topBar {
    font-size: 12px;
    padding: 7px 0px;
  }

  .scheduleBtn {
    font-size: 13px;
  }

  .navbar {
    padding: 4px 0px;
  }

  .navbar-brand {
    max-width: 145px;
  }

  .nav-link {
    font-size: 14px;
  }

  a.dropdown-item {
    font-size: 13px;
    line-height: 22px;
    padding: 6px 13px;
  }

  .mainBanner,
  .bannerContent {
    max-height: 630px;
  }

  .bannerContent h1 {
    font-size: 70px;
    line-height: 76px;
  }

  .bannerContent p {
    font-size: 25px;
    line-height: 28px;
    padding: 5px 0px;
  }

  .aboutThumb {
    max-width: 500px;
    margin: 0px auto;
  }

  .servicesBlock p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 6px;
  }

  .overlayImage {
    right: 120px;
  }

  .overlayImage p {
    font-size: 26px;
    line-height: 33px;
  }

  .infoAccordContainer {
    padding: 0px 30px 0px 80px;
  }

  .infoAccordContainer .infoAccordInfoCol {
    padding: 90px 0px;
    max-width: 600px;
  }

  .infoAccordContainer .accordion-button, .accordion02 .accordion-button  {
    font-size: 16px;
  }

  .infoAccordContainer .accordion-button span, .accordion02 .accordion-button span {
    padding: 0px 13px;
    font-size: 16px;
    line-height: 33px;
  }

  .infoAccordContainer .accordion-item {
    margin-bottom: 25px;
  }

  .countryListWedoBussiness li {
    padding: 4px 8px 2px 8px;
    font-size: 14px;
  }

  .mapBg img {
    max-width: 585px;
  }

  .cta {
    font-size: 16px;
    line-height: 27px;
    height: 320px;
  }

  footer {
    padding-top: 60px;
  }

  footer ul.footerMainMenu {
    margin-top: 30px;
  }

  footer ul li a,
  footer a {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 15px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .copyright p {
    font-size: 13px;
    margin-bottom: 0px;
  }

  footer ul.footerMainMenu li a {
    font-size: 15px;
  }
}

/*------------------------------------- Max-Width: 1400 ----------------------------------*/
@media (max-width: 1400px) {

  .mainBanner,
  .bannerContent {
    max-height: 600px;
  }

  .bannerContent h1,
  section.innerBanner .bannerContent h1 {
    font-size: 64px;
    line-height: 72px;
  }

  .overlayImage {
    right: 70px;
  }

  .infoAccordContainer {
    padding: 0px 30px 0px 60px;
  }

  .infoAccordContainer .infoAccordInfoCol {
    max-width: 550px;
  }
}

/*------------------------------------- Max-Width: 1199 ----------------------------------*/
@media (max-width: 1199px) {
  section {
    padding: 70px 0 70px 0;
  }

  .searchSite input {
    width: 220px;
  }

  .scheduleBtn {
    padding: 3px 10px;
    margin-right: 10px;
  }

  .navbar-brand img {
    max-width: 140px;
  }

  .nav-link {
    font-size: 14px;
  }

  .dropdown-menu {
    margin-inline-start: -10px;
    min-width: 5rem;
  }

  a.dropdown-item {
    font-size: 13px;
    line-height: 20px;
    padding: 5px 10px;
  }

  .paddingLR200,
  .paddingLR150 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mainBanner,
  .bannerContent {
    max-height: 480px;
  }

  .bannerContent {
    max-width: 600px;
  }

  .bannerContent h1,
  section.innerBanner .bannerContent h1 {
    font-size: 54px;
    line-height: 60px;
  }

  .bannerContent p {
    font-size: 23px;
    line-height: 23px;
  }

  section.innerBanner .bannerContent {
    padding: 120px 0px 120px 0px;
  }

  .contentBlockPadding {
    padding-left: 20px;
    max-width: 100%;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h2:after {
    margin-bottom: 17px;
    margin-top: 23px;
  }

  .infoAccordContainer .infoAccordInfoCol {
    padding: 60px 0px;
  }

  .infoAccordContainer {
    padding: 0px 30px 0px 30px;
  }

  .overlayImage {
    right: 20px;
    max-width: 358px;
  }

  .overlayImage p {
    font-size: 22px;
    line-height: 30px;
  }

  .ourPartnerBlockSlider {
    margin-top: 35px;
    padding: 25px 20px;
  }

  .countryListWedoBussiness li {
    margin: 0 2px;
  }

  .countryList.mt-5.mb-2 {
    margin-top: 25px !important;
  }

  .cta {
    font-size: 16px;
    line-height: 27px;
    height: 270px;
  }

  a.btnSmall {
    padding: 12px 20px;
    font-size: 15px;
    min-width: 150px;
  }

  footer ul li a,
  footer a {
    line-height: 20px;
    margin-bottom: 4px;
  }

  h3 {
    font-size: 19px;
    line-height: 25px;
  }

  h3.pt-4 {
    padding-top: 0.8rem !important;
  }

  .hover-card .overlay {
    padding: 30px 30px 50px 30px;
  }

  .hover-card .content h3 {
    font-size: 28px;
  }

  .hover-card .content h5 {
    font-size: 15px;
  }

  .hover-card .content p {
    line-height: 23px;
    margin-bottom: 0px;
  }

  a.btnSmall {
    padding: 9px 16px;
    font-size: 14px;
    min-width: 125px;
  }

}

/*------------------------------------- Max-Width: 991 ----------------------------------*/
@media (max-width: 991.5px) {
  section {
    padding: 50px 0 50px 0;
  }

  .navbar-toggler {
    background-color: #000;
    border: 1px solid #fff;
    padding: 5px 5px 3px 6px;
    text-align: center;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  div#navbarNavDropdown {
    background: #0e1b2c;
    padding: 10px 16px;
    border-radius: 8px;
    z-index: 2;
  }

  svg.svg-inline--fa.fa-bars {
    color: #f94f1f;
    font-size: 27px;
  }

  .nav-link {
    font-size: 15px;
    line-height: 16px;
    margin: 10px 10px 10px 10px;
    padding: 0px;
    color: #fff;
  }

  .dropdown-toggle::after {
    position: absolute;
    right: 0px;
    top: 16px;
  }

  a.dropdown-item {
    padding: 6px 10px 5px 10px;
  }

  .dropdown-menu {
    margin-inline-start: 0px;
  }

  .navbar .container {
    position: relative;
  }

  .navbar .scheduleBtn {
    display: block;
    position: absolute;
    right: 52px;
    top: 14px
  }

  .scheduleBtnLink {
    display: none;
  }

  .paddingLR200,
  .paddingLR150 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .col-md-6.d-flex.align-items-center.topInfo {
    line-height: 17px;
  }

  .topBar .scheduleBtn {
    display: none;
  }

  .mainBanner,
  .bannerContent {
    max-height: 400px;
  }

  .bannerContent h1,
  section.innerBanner .bannerContent h1 {
    font-size: 48px;
    line-height: 53px;
  }

  section.innerBanner .bannerContent {
    padding: 90px 0px 90px 0px;
  }

  p,
  ul.listing01 li {
    font-size: 14px;
    line-height: 23px;
  }

  .contentBlockPadding {
    padding-left: 10px;
  }

  .infoAccordContainer .infoAccordInfoCol {
    padding: 50px 0px;
  }

  .imageContainer,
  .infoAccordContainer {
    border-bottom-right-radius: 100px;
  }

  .mapBg img {
    max-width: 100%;
    margin-bottom: 10px;
  }

  /*.ctaImage img {
    width: auto;
  }*/
  footer {
    padding-top: 50px;
  }

  footer ul li a,
  footer a {
    line-height: 19px;
    margin-bottom: 5px;
    font-size: 13px;
  }

  footer ul.footerMainMenu li a {
    font-size: 14px;
  }

  footer ul.footerMainMenu li span {
    padding: 0px 1px 0px 3px;
    font-size: 15px;
  }

  .copyright {
    margin: 20px 0px 10px 0px;
  }

  .accordion02 .accordion-button {
    font-size: 15px;
    line-height: 23px;
  }

  .industry-card {
    margin-top: 15px;
    min-height: 237px;
  }

  .hover-card .overlay {
    padding: 30px;
  }

  .hover-card .content p {
    line-height: 19px;
    font-size: 13px;
  }

  .hover-card .content h5 {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0px !important;
  }

  .hover-card .content h3 {
    font-size: 22px;
    line-height: 27px;
  }

  .hover-card .content a.btnSmall {
    display: block;
    margin-top: 8px !important;
  }

}

/*------------------------------------- Max-Width: 880 ----------------------------------*/
@media (max-width: 880px) {

  .overlayImage {
    right: 20px;
    max-width: 289px;
  }

}

/*------------------------------------- Max-Width: 767 ----------------------------------*/
@media (max-width: 767px) {
  section {
    padding: 50px 0 50px 0;
  }

  .paddingLR200,
  .paddingLR150 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .searchSite.d-flex {
    width: 100%;
    margin-top: 5px;
  }

  .searchSite input {
    width: 100%;
  }

  .aboutThumb {
    max-width: 100%;
  }

  .contentBlockPadding {
    padding-left: 0px;
    padding-top: 20px;
  }

  h2 br {
    display: none;
  }

  .bannerImage img {
    height: 100%;
    width: inherit;
  }

  .bannerContent h1,
  section.innerBanner .bannerContent h1 {
    font-size: 38px;
    line-height: 42px;
  }

  .bannerContent p {
    font-size: 20px;
    line-height: 24px;
  }

  .mainBanner,
  .bannerContent {
    max-height: 350px;
  }

  section.innerBanner .bannerContent {
    padding: 50px 0px 50px 0px;
  }

  .copyright,
  .copyright .col-md-5.text-end {
    text-align: center !important;
  }

  .infoAccordSectionCol .d-flex.w-100 {
    display: block !important;
  }

  .infoAccordContainer .infoAccordInfoCol {
    max-width: 100%;
  }

  .imageContainer {
    background-color: #041438;
  }

  .overlayImage {
    left: 0px;
    max-width: 100%;
    right: 0px;
    text-align: center;
    padding: 40px 13px;
    position: relative;
    transform: none;

  }

  .imageContainer img {
    position: absolute;
    opacity: 0.2;
  }

  .overlayImage h2:after {
    margin: 17px auto 23px auto;
  }

  .imageContainer,
  .infoAccordContainer {
    border-bottom-right-radius: 0px;
    display: block;
  }

  .infoAccordContainer .accordion-button {
    font-size: 16px;
    line-height: 22px;
  }

  .ps-0 {
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }

  .formBlockOuter textarea, .formSection textarea 
   {
    height: 170px;
  }

  table.tableResponsive td {
    padding: 8px !important;
  }

  .productListTable.table>thead>tr>th {
    font-size: 15px;
    line-height: 17px;
    padding: 8px 20px 8px 9px;
  }

  .ourVMVBlock {
    margin-bottom: 50px;
  }

  table.productInfoTable tr {
      display: flex;
      flex-wrap: wrap;
  }

  table.productInfoTable td {
    width: 50%;
  }

  .industriesBlocks .aboutThumb.shadowBox {
    display: none;
  }

  .industriesIconsList .col-lg-2.col-md-4 {
    width: 48% !important;
  }

  .industriesIconsList h4 {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 10px;
  }

  .hover-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 250px;
  }

}

/*------------------------------------- Max-Width: 575 ----------------------------------*/
@media (max-width: 575.5px) {
  .servicesSliderThumb img {
    border-radius: 10px;
    aspect-ratio: 1;
    object-fit: cover;
    height: 100%;
    max-height: 200px;
  }

  .cta {
    height: 285px;
  }

  .productDiffThumbs {
    padding: 0px;
  }

  .productDiffThumbs .col {
    padding: 0px 1px;
  }

  .partnerList .col-md-3.col-sm-4.d-flex.align-items-center {
    width: 50%;
  }

  .industry-card {
    min-height: 200px;
  }

  /*------------------------------------- Responsive Table -------------------------------*/
  table.tableResponsive thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table.tableResponsive tr {
    border-bottom: 1px solid #ddd;
    display: block;
  }

  table.productListTable tr {
    border-bottom: 0px solid #eb9b12;
  }

  table.tableResponsive td {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 7px 10px !important;
    display: none;
  }

  table tr td:first-child {
    display: block !important;
  }

  .productListTable.table tr td a {
    color: #3a5896;
    font-weight: 500;
  }

  table.tableResponsive td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    padding-right: 10px;
    width: 100%;
    font-weight: 600;
  }

  table.tableResponsive td:last-child {
    border-bottom: 0;
  }

  td.headingBlock {
    display: none !important;
  }

  .table > :not(:first-child) {
    border-top: 0px solid currentColor;
  }

  .table.tableResponsive.jobListTable td {
    display: block;
  }
  
  .tableResponsive.jobListTable td.text-end {
    text-align: left !important;
  }
}

/*------------------------------------- Max-Width: 451 ----------------------------------*/
@media (max-width: 451px) {

  .slick-slide img {
    margin: 0px auto;
  }

  .hover-card img {
    max-height: 333px;
  }
}

/*------------------------------------- Max-Width: 400 ----------------------------------*/
@media (max-width: 400px) {

  .navbar .scheduleBtn {
    display: none;
  }

  .scheduleBtnLink {
    display: block;
  }

}


.paginationBlock p {
    margin-bottom: 0px;
    margin-right: 15px;
}
