@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@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&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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');


:root {
  --pdtop: 60px;
  --pdbottom: 60px;
  --headlinefontsize: 56px;
  --headlinefontfamily: "Barlow Condensed", sans-serif;
  --fontPoppins: "Poppins", sans-serif;
  --fontBarlow: "Barlow Condensed", sans-serif;
}

body {
  line-height: 1.6;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: bold;
}

a {
  text-decoration: none;
}
#page {
  overflow-x: hidden;
}
.sc-pt-60 {
  padding-top:var(--pdtop);
}
.sc-pb-60 {
  padding-bottom: var(--pdbottom);
}
.allheading {
  font-size: var(--headlinefontsize) !important;
  text-transform: uppercase;
}
.white-color {
  color: #ffffff!important;
}
.banner {
  min-height: 100dvh;
  width: 100%;
  background-image: linear-gradient(rgba(13, 0, 50, 0.362), rgba(0, 5, 52, 0.455)), url(../images/banner-video.png);
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-background {


  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;

  object-fit: cover;
}
.homebanner {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.homebanner .owl-item .item {
  background-color: #000000;
}
.homebanner .owl-item .item > img {
  opacity: 0.5;
  height: 100dvh;
  object-fit: cover;
}


.logo img {
  height: auto !important;
  max-height: 50px;
}
.tagline {
  color: #033164;
  display: block;
  font-size: 0.75rem;
  text-align: right;
}
.home .homehead .tagline {
  color: #033164;
}
.home .tagline {
  color: #fff;
}

.home .logo .innerlogo,
.logo .homelogo,
.home .homehead .logo .homelogo {
  display: none;
}

.home .logo .homelogo,
.home .homehead .logo .innerlogo {
  display: block;
}

.home .headertop.homehead {
  background-color: #fff;
}

.home .headertop {
  background: rgb(0, 0, 0, 0.6);
  animation: header-fixed linear forwards;
  animation-timeline: view();
  animation-range: exit;
}

.headertop {
  position: fixed;
  top: 0;
  z-index: 99;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;



  /* -moz-animation: header-fixed linear forwards;
-moz-animation-timeline: view();
-moz-animation-range: exit;
-webkit-animation: header-fixed linear forwards;
-webkit-animation-timeline: view();
-webkit-animation-range: exit; */

}

/* @-webkit-keyframes header-fixed {
  0% {background:none}
} */

@keyframes header-fixed {
  0% {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6055672268907564) 0%, rgba(0, 0, 0, 0) 100%);
  }

  /* 25%{background:rgba(0, 0, 0, 0.1);} */
}

.animate__animated {
  animation-timeline: view();
}

.headertop .menu {
  display: flex;
  gap: 10px;
  justify-content: end;
  list-style: none;
  text-align: center;
}

.menu ul#menu-main-menu {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu ul#menu-main-menu li {
  font-size: 16px;
  color: rgb(255, 255, 255);
  display: inline;
  position: relative;
}

.menu ul#menu-main-menu li a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.home .menu ul#menu-main-menu li a {
  color: #fff;
}
.home .homehead .menu ul#menu-main-menu li a {
  color: #000;
}

.home .menu ul li a {
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.home .homehead .menu ul li a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}


.menu ul li a:hover,
li.curent-manu-items a {
  color: #ff5733 !important;
}

.mobilemenu {
  display: none;
  background-color: #000;
  width: 300px;
  height: 100dvh;
  overflow-y: auto;
  top: 0;
  left: 0;
  position: fixed;
}

.mobilemenu ul li {
  font-size: 16px;
  color: rgb(255, 255, 255);
  display: block;
  position: relative;
}

.mobilemenu ul li a {
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.bannertext {
  /* width:90%; */
  color: rgb(255, 255, 255);
  position: relative;
  /* top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
  text-align: center;
  z-index: 5;
}

.bannertext .button-hover:hover::before {
  background-color: #C12B13 !important;
}

.bannertext h1 {
  font-size: 68px;
  text-transform: uppercase;
  font-weight: bolder;
}

.bannertext p {
  font-size: 20px;
  font-weight: Regular;
}

.button-container {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.button-container .button {
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #ffffff20;
  border: 1px solid #ffff;
  padding: 5px 5px 5px 20px;
  margin: 20px;
  cursor: pointer;
  font-size: 16px;
  align-items: center;
}

.button a {
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  font-size: 16px;
  margin-top: 20px;
}

.arrow {
  margin-left: 10px;
  background-color: #C12B13;
  width: 33px;
  height: 34px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow img {
  width: 15px;
  height: auto;
  justify-content: center;
}

.side-buttons {
  position: fixed;
  z-index: 1000;
  display: flex;
}

.side-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: medium;
  background-color: #013366;
  border: none;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
}

.side-button img {
  width: 22px;
  /* height: 22px; */
}


.call-button {
  background-color: #c12b13;
  width: 42px;
  height: 42px;
}

.call-button:hover {
  background-color: #6c1609;
}

.whatsapp-button {
  background-color: #C12B13;
  width: 42px;
  height: 42px;
}

.whatsapp-button:hover {
  background-color: #6c1609;
}

.enquire-button {
  background-color: #0056b3;
  color: #ffffff;
  font-size: 14px;
}

.enquire-button:hover {
  background-color: #003f88;
  color: #ffffff;
}

.statistics-section {
  background-color: #C12B13;
  background-image: url(../images/icon-sec-bg.png);
  background-position: right;
  background-size: contain;
  background-blend-mode: luminosity;
  background-repeat: no-repeat;
  text-align: center;
  color: white;
}


.statistics-container {}

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

.stat-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.stat-icon {
  width: 53px;
  height: 49px;
}

.stat-item h3 {
  font-size: 56px;
  font-weight: bold;
  margin: 0;
}

.stat-item h3.percent:after {
  content: "%";
  display: inline-block;
}

.stat-item h3.addplus:after {
  content: "+";
  display: inline-block;
}

.stat-item p {
  font-size: 16px;
  margin: 10px 0 0;
}

.inside-myraa-section {
  align-items: center;
  padding: var(--pdtop) 0;
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.inside-myraa-section::after {

  content: "ABOUT US";
  position: absolute;
  top: 149px;
  font-size: 147px;
  right: -194px;
  background: linear-gradient(to bottom, #ccced0, #ffffff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  text-transform: uppercase;
  font-weight: bold;
  transform: rotate(-90deg);
  z-index: 1;
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  display: none;
}

.inside-myraa-container {
  /* display: flex;
    flex-wrap: wrap; */
  justify-content: space-between;
  align-items: center;
}

.myraa-image {
  flex: 1;
  /* margin-right: 60px; */
}

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

.myraa-content {
  z-index: 2;
}

.myraa-content h2 {
  font-size: 56px;
  color: #00254A;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.myraa-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: #3C4650;
}

.myraa-button {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  background-color: #c12b13;
  color: white;
  padding: 10px 20px;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.right-arrow img {
  width: 18px;
  height: auto;
  margin-top: 0;
  margin-left: 10px;

  justify-content: center;
  align-content: center;
}





.myraa-way-section {
  padding-top: var(--pdtop);
  padding-bottom: 190px;
  background-color: #EDF2F6;

}


.left-content {
  flex: 1;
}

.section-title {
  font-size: 56px;
  font-weight: bold;
  color: #00254A;
  text-transform: uppercase;
}

.section-subtitle {
  position: relative;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #013366;
}

.icon-boxes {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  justify-content: space-around;
  max-width: 480px;
  padding: 30px 4px;
  background-color: #013366;
  margin-right: 0;
  z-index: 1;
}

.icon-box {
  background-color: #013366;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  padding: 10px 5px;
  width: calc(50% - 2px);
}

.icon-box img {
  width: 39px;
  height: auto;
  margin-right: 14px;
  margin-left: 14px;


}

.icon-box p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
}


.right-image1 {
  position: relative;
  width: auto;
  height: 410px;
  /* margin-left: -180px; */
}

.text-box {
  padding-top: 10px;
}

.text-box p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8;
}

.cta-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #c12b13;
  color: #fff;
  text-decoration: none;
  font-weight: Regular;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #6c1609;
}




.left-myraa-section {
  display: flex;
  justify-content: space-between;
  position: relative;
}



.milestones-section {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding: var(--pdtop) 0 170px;
  background: #0A1523 url(../images/bg2.png) top center;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  position: relative;
}


.milestones-container {}

.milestones-header {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}

.milestones-headerback {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.1;
  z-index: -1;
  font-size: 190px;
  text-transform: uppercase;
  line-height: 79px;
  font-weight: bold;
}

/* .header h1 {
  font-size: 56px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
} */

.header p {
  font-size: 1rem;
  color: #cccccc;
  margin-bottom: 30px;
}

.slider {
  display: flex;
  align-items: center;
  position: relative;
}

.nav-button {
  background-color: #002a5c;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1.2rem;
}

.nav-button:hover {
  background-color: #004080;
}



.slide img {
  max-height: 583px;
  /* width: 100%;
  
  width: 255px; */
}

.slide-1 img {
  width: 995px;
  height: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.slide-1 p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.slide p {
  margin-top: 10px;
  color: #cccccc;
  font-size: 1.2rem;
  position: absolute;
  width: 90%;
  bottom: 30px;
  color: #fff;
}

.milestones-container .myraa-button {
  margin-top: 30px;
}

.milestones-section .owl-nav {}

.milestones-section .owl-nav button {
  position: absolute;
  top: 40%;
  z-index: 8;
  background-color: #013366 !important;
  width: 58px;
  height: 58px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.milestones-section .owl-nav button.owl-prev {
  left: 14%;
}

.milestones-section .owl-nav button.owl-next {
  right: 14%;
}

.milestones-section .owl-nav button:hover {
  background-color: #c12b13 !important;
}

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

.cta-button a {
  text-decoration: none;
  /* background-color: #e53935; */
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1rem;
}

.cta-button a:hover {
  background-color: #c62828;
}


.cta-section {
  background-color: #c0392b;
  background-image: url(../images/icon-sec-bg.png);
  background-position: right;
  background-size: cover;
  background-blend-mode: luminosity;
  background-repeat: no-repeat;
  color: white;
  padding: 50px 100px;
  margin-top: -106px;
  position: relative;
  z-index: 9;
}

.cta-section h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.cta-section .col-md-3 {
  text-align: right;
}

.cta-section p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.cta-section .cta-btn {
  color: #00254A;
}

.cta-section .cta-btn:hover {
  color: #fff;
}

.cta-section .cta-btn span {
  background-color: #013366;
  padding: 10px 15px;
  margin-left: 26px;
}

.cta-section .cta-btn span img {
  margin-left: 0;
}

.cta-btn {
  background-color: white;
  color: #c0392b;
  font-weight: bold;
  padding: 5px 5px 5px 30px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.cta-btn:hover {
  background-color: #34495e;
  color: white;
}

.cta-btn span {
  margin-left: 8px;
  font-size: 1.2rem;
}


.industries-section {
  background-color: #f9f9f9;
  padding: 160px 0 50px;
  position: relative;
  margin-top: -100px;
  overflow: hidden;
}

.industries-section::after {

  content: "PRESENCE";
  position: absolute;
  top: 149px;
  font-size: 147px;
  right: -194px;
  background: linear-gradient(to bottom, #ccced0, #ffffff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  text-transform: uppercase;
  font-weight: bold;
  transform: rotate(-90deg);
  z-index: 1;
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  display: none;
}

.industries-section .content h2 {
  margin-bottom: 10px;
  color: #002a5c;
}

.industries-section .content p {
  font-size: 1rem;
  margin-bottom: 40px;
  color: #666;
}

.industries-section .container {
  position: relative;
  z-index: 2;
}

.industries-section .container .owl-nav {}

.industries-section .container .owl-nav button {
  position: absolute;
  top: 13%;
  z-index: 8;
  background-color: transparent !important;
  width: 58px;
  height: 58px;
  color: #013366;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #013366;
}

.industries-section .container .owl-nav button.owl-prev {
  left: 0%;
}

.industries-section .container .owl-nav button.owl-next {
  right: 0%;
}

.industries-section .container .owl-nav button:hover {
  background-color: #c12b13 !important;
  border: 1px solid #c12b13;
  color: #fff;
}

.industries-grid {
  padding: 0 40px;
}

.industries-grid p {
  color: #00254A !important;
}

.industry {
  text-align: center;
}

.industry .icon {
  width: 119px;
  height: 119px;
  margin: 0 auto 10px;
  background-color: #002a5c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.5rem;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.industry .icon img {
  width: 51px;
  height: 51px;
}

.industry p {
  font-size: 0.9rem;
  color: #333;
}


.energy {
  background-image: url('energy-icon.svg');
  background-size: cover;
}

.infrastructure {
  background-image: url('infrastructure-icon.svg');
  background-size: cover;
}

.metals {
  background-image: url('metals-icon.svg');
  background-size: cover;
}

.food {
  background-image: url('food-icon.svg');
  background-size: cover;
}

.pharmaceutical {
  background-image: url('pharmaceutical-icon.svg');
  background-size: cover;
}

.trust-part {
  background: url(../images/trust-part.png) center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: var(--pdtop, --pdbottom) 0;
  position: relative;
  color: #fff;
}

.trust-part::before {
  content: '';
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff url(../images/vector-3.png) no-repeat center 24px;
  z-index: 2;
  width: 70px;
  height: 70px;
  text-align: center;
  color: #C12B13;
  font-size: 83px;
  border-radius: 50%;
  background-size: 37px;
}


.trust-part::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #111C2999;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}

.trust-part .container {
  position: relative;
  z-index: 2;
}

.trust-part .container .owl-nav {}

.trust-part .container .owl-nav button {
  position: absolute;
  top: 10%;
  z-index: 8;
  background-color: transparent !important;
  width: 58px;
  height: 58px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}

.trust-part .container .owl-nav button.owl-prev {
  left: 8%;
}

.trust-part .container .owl-nav button.owl-next {
  right: 8%;
}

.trust-part .container .owl-nav button:hover {
  background-color: #c12b13 !important;
}

.trust-part .container .owl-dots {
  display: none;
}

.trust-list {
  max-width: 700px;
  margin: 0 auto;
}

.trust-list .spanpart {
  position: relative;
  display: inline-block;
}

.trust-list .spanpart::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -70px;
  background: #fff;
  z-index: 1;
  width: 40px;
  height: 1px;
}

.trust-list .spanpart::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -70px;
  background: #fff;
  z-index: 1;
  width: 40px;
  height: 1px;
}

.clients-part {
  text-align: center;
  padding: 50px 0;
}

.clients-items {
  box-shadow: 5px 5px 24px #00254A20;
  padding: 15px;
  margin: 20px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center; background: #fff;
}

.clients-items img {
  width: auto !important;
  max-width: 100%;
  max-height: 100px;
}


.clients-part .owl-dots {
  gap: 20px;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.clients-part .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: #00254A20;
  border-radius: 50%;
}

.clients-part .owl-dots .owl-dot.active {
  background: #00254A;
}

.button-hover {
  position: relative;
  z-index: 1;
}

.button-hover:hover {
  color: #fff;
}

.button-hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #013366;
  transition: all 0.3s;
  z-index: -1;
}

.button-hover:hover::before {
  width: 100%;
}


footer {
  padding: var(--pdtop) 0 0;
  background: #0A1523 url(../images/footer-bg.webp) top center;
  background-size: cover;
  position: relative;
  color: #fff;
  font-size: 14px;
}

footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000000d9;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}

.footer.container {
  position: relative;
  z-index: 2;
  color: #94A8BC;
  font-size: 14px;
}

.footer.container img {
  height: auto;
}

.footer H4 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}

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

.footer ul li {
  margin-top: 15px;
}

.footer ul li a {
  color: #94A8BC;
}

.footer ul li a:hover {
  color: #fff;
}

.logosocial {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.logosocial a {
  background: #00000020;
  line-height: 29px;
  width: 40px;
  height: 40px;
  font-size: 22px;
  font-weight: bold;
  padding: 6px;
  border-radius: 50%;
  margin-left: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
}

.logosocial a:hover {
  background: #C12B13;
  color: #fff;
}

.listcontact li {
  display: flex;
  gap: 20px;
  align-items: start;
}

.listcontact li .fa {
  flex: 0 0 30px;
  font-size: 22px;
}

.copyrighht {
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  position: relative;
  z-index: 2;
  color: #94A8BC;
}

.copyrighht a {
  color: #94A8BC;
}

.copyrighht a:hover {
  color: #fff;
}

.copyrighht a span,
.copyrighht span {
  color: #fff;
  font-weight: bold;
}

.copyrighht a:hover span {
  color: #194d97 !important
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  font-size: 2.8em !important;
}

/*--map start--*/
.contact-map-sec {
  background: #EDF2F6;
  padding-top: var(--pdtop);
  padding-bottom: var(--pdbottom);
  position: relative;
  overflow: hidden;
}

.contact-map-inner {
  background: #ffffff;
}

.contact-map-sec::after {
  content: "WORLDWIDE";
  position: absolute;
  top: 288px;
  font-size: 147px;
  left: -276px;
  background: linear-gradient(to bottom, #ccced0, #ffffff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  text-transform: uppercase;
  font-weight: bold;
  transform: rotate(-90deg);
  z-index: 1;
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  display: none;
}


.contact-map-sec .container {
  position: relative;
  z-index: 3;
}

.map-layout {
  position: relative;
  width: 1024px;
  margin: auto;
}

.map-layout img {
  width: 1024px;
  /* height: 519px; */
  height: auto;
}

.location-items {
  position: absolute;
  cursor: pointer;

}
.operation-type {
  display: table;
}
.operation-type span {
  display: flex;
  align-items: center;
  padding: 3px 5px;
  background-color: #24233b;
  margin-bottom: 6px;
  font-size: 0.75rem;
  color: #f7f7f7;
}
.operation-type span small {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

/* Tooltip styles */
.location-items:hover {
  z-index: 2;
}

.location-items:after {
  display: flex;
  justify-content: center;
  background: #fff;
  border-radius: 0;
  color: #192C5C;
  content: attr(data-tooltip);
  left: 0;
  top: -44px;
  transform: translateX(0);
  font-size: 0.875rem;
  padding: 7px 14px;
  position: absolute;
  white-space: nowrap;
  z-index: 9;
  /* box-shadow: 4px 4px 8px 2px rgba(0, 0, 0, 0.3); */
  display: none;
  border-right: 4px solid #C12B13;
}

.location-items:hover:after {
  display: block;
}

/* Arrow (Triangle) added below the location items */
.location-items:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  transform: translateX(0);
  border-left: 0 solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #ffffff;
  z-index: 1;
}


/* Adjusted Positions */

.location-items[data-tooltip="India"] {
  left: 76%;
  top: 38%;
}
.location-items[data-tooltip="South Africa"] {
  left: 56%;
  top: 77%;
}

.location-items[data-tooltip="Ethiopia"] {
  left: 61%;
  top: 47.5%;
}
.location-items[data-tooltip="Madagascar"] {
  left: 64%;
  top: 69%;
}
.location-items[data-tooltip="DR Congo"] {
  left: 53%;
  top: 54%;
}
.location-items[data-tooltip="Zambia"] {
  left: 57%;
  top: 64%;
}
.location-items[data-tooltip="UAE"] {
  left: 67%;
  top: 35%;
}
.location-items[data-tooltip="Guinea"] {
  left: 43.5%;
  top: 45.5%;
}


/* Responsive styling */
@media screen and (max-width: 1024px) {
  .map-layout {
    width: 768px;
  }

  .location-items {
    width: 60px;
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .map-layout {
    width: 540px;
  }

  /* .location-items {
    width: 50px;
    height: 70px;
  } */
  .location-items {
    width: 23px;
    height: 13px;
  }
}

@media screen and (max-width: 575px) {
  .map-layout {
    width: 336px;
  }

  /* .location-items {
    width: 40px;
    height: 60px;
  } */
  .location-items {
    width: 23px;
    height: 13px;
  }
}



/*--map end--*/



.gotop-btn {
  display: none;
}


/* li.curent-manu-items a{} */

/*---inner banner---*/
.topheader-gap {
  height: 90px;
}

.home .topheader-gap {
  display: none;
}

.all-inner-baner {
  background: url(../images/inner-banner.png) no-repeat center top;
  min-height: 450px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
}

.all-inner-baner::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}

/*------------service Listing---------------*/
.service-listing-section {
  align-items: center;
  padding: var(--pdtop) 0;
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.service-listing-section::after {

  content: "SMEIP";
  position: absolute;
  top: 149px;
  font-size: 147px;
  right: -96px;
  background: linear-gradient(to bottom, #ccced0, #ffffff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  text-transform: uppercase;
  font-weight: bold;
  transform: rotate(-90deg);
  z-index: 1;
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  display: none;
}

.service-listing-container {
  /* display: flex;
    flex-wrap: wrap; */
  justify-content: space-between;
  align-items: center;
}
.service-listing-container .service-item:nth-child(even) {
  background: rgb(237,242,246);
  background: linear-gradient(90deg, rgba(237,242,246,1) 0%, rgba(237,242,246,0.196516106442577) 100%);
  margin: var(--pdtop) 0;
}
.service-listing-container .service-item:nth-child(even)::before {
  content: '';
  position: absolute;
  left: 68%;
  top: 0;
  height: 100%;
  width: 35%;
  background: url(../images/texture-blue-bg.webp) no-repeat right center;
  background-size: cover;
}
.service-listing-container .service-item:nth-child(even) .row {
  flex-direction: row-reverse;
}
.service-listing-container .service-item:nth-child(even) .row img {
  border-radius: 50%;
}

.service-listing-section2 {
  align-items: center;
  padding: var(--pdtop) 0;
  position: relative;
  min-height: 560px;
  overflow: hidden;
}

.service-listing-section2::after {

  content: "training";
  position: absolute;
  top: 149px;
  font-size: 147px;
  left: -204px;
  background: linear-gradient(to bottom, #ccced0, #ffffff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  text-transform: uppercase;
  font-weight: bold;
  transform: rotate(-90deg);
  z-index: 1;
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  display: none;
}

.service-listing-container2 {
  /* display: flex;
    flex-wrap: wrap; */
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  position: relative;
}

.service-listing-section3 {
  align-items: center;
  padding: 0;
  position: relative;

  overflow: hidden;
  background-color: #EDF2F6;
}

.service-listing-section3::after {

  content: "";
  position: absolute;
  top: 0;
  /* font-size: 147px; */
  right: 04px;
  background: linear-gradient(to bottom, #ccced0, #ffffff);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  text-transform: uppercase;
  font-weight: bold;
  /* transform: rotate(-90deg); */
  z-index: 1;
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
}

.service-listing-container3 {
  /* display: flex;
    flex-wrap: wrap; */
  justify-content: space-between;
  align-items: center;
}

.service-listing-section3-round {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.service-listing-section3 .myraa-image {
  position: relative;
}

.service-listing-section3 .myraa-image::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 500px;
  left: 0;
  transform: translateX(250px);
  background: #013366 url(../images/image17.png);
  background-position-x: right;
  top: 0;
}

.service-listing-section3 .myraa-image img {
  width: auto;
  height: 100%;
  object-fit: cover;
}


/*-----right-after text--------*/

.right-after {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(10%);
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.right-after span {
  background: linear-gradient(to left, #ccced0, #ffffff);
  ;
  color: #ffffff;
  font-size: 147px;
  width: 200px;
  height: auto;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 1;
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 125px;
}

.left-after {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(10%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.left-after span {
  background: linear-gradient(to left, #ccced0, #ffffff);
  ;
  color: #ffffff;
  font-size: 147px;
  width: 163px;
  height: auto;
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 1;
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;

}

/*-----------*/

.left-full-img {
  text-align: right;
  position: relative;
  justify-content: end;
  background: #000;
  width: 100vw;
  left: 98%;
  transform: translateX(-100%);
  max-height: 514px;
  overflow: hidden;
}

.left-full-img img {
  width: 68%;
  object-fit: cover;
  object-position: right;
}

.myraa-image-left img {
  width: 35vw;
  height: auto;
  max-height: 748px;
  object-position: top;
  object-fit: cover;
}

.solutions-section {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding: var(--pdtop) 0;
  background: #EDF2F6;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

.solutions-box {
  text-align: left;
  gap: 15px;
  justify-content: center;
}

.solutions-box h3 {
  font-family: var(--fontPoppins);
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
}

.solutions-box .solutions-box-items {
  box-shadow: 0 0 16px #00000020;
  padding: 25px;
  max-width: 318px;
}

.solutions-box .solutions-box-items img {
  max-height: 40px;
}

.solutions-box .solutions-box-items ul {
  list-style: disc;
  padding: 0 0 0 18px;
}

.solutions-box .solutions-box-items ul li {
  color: #3C4650;
}

.solutions-box .solutions-box-items ul li::marker {
  color: red;
}

.inner-industries-section {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  padding: var(--pdtop) 0;
  background: #EDF2F6;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.industries-box {
  text-align: left;
}

.industries-box h3 {
  font-family: var(--fontPoppins);
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0;
}

.industries-box-items {
  /* max-width: 420px; */
  box-shadow: 0 0 16px #00000020;
  padding: 0;
}

.industries-box-img {
  width: 100%;
  overflow: hidden;
}

.industries-box-img img {
  object-fit: cover;
  object-position: top;
  width: 100%;
}

.industries-box-content {
  padding: 15px;
  background: #EDF2F6;
}




/*-------*/
.contact-in-section {
  background-color: #ffffff;
  background-position: right;
  background-size: contain;
  background-blend-mode: luminosity;
  background-repeat: no-repeat;
  padding: 50px;
  position: relative;
  z-index: 9;  
}

.contact-in-section h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.contact-in-section .col-md-3 {
  text-align: right;
}

.contact-in-section p {
  font-size: 1.2rem;
}

.contact-in-section .cta-btn {
  color: #00254A;
}

.contact-in-section .cta-btn:hover {
  color: #fff;
}

.contact-in-section .cta-btn span {
  background-color: #013366;
  padding: 10px 15px;
  margin-left: 26px;
}

.contact-in-section .cta-btn span img {
  margin-left: 0;
}

.cta-btn {
  background-color: white;
  color: #c0392b;
  font-weight: bold;
  padding: 5px 5px 5px 20px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-section-left {
  position: relative;
  background: url(../images/contact-bg.png) no-repeat right bottom;
  background-size: cover;
  color: #fff;
  padding: 30px;
}
.contact-section-left::before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0.9;
  background: #c0392b;
}

.contact-section-left h4 {
  font-size: 30px;
}
.contact-section-left .listcontact {
  padding: 20px 0 0;
}
.contact-section-left h4,
.contact-section-left .listcontact {
  position: relative;
  z-index: 1;
}

.contact-section-left .listcontact li {
  margin-bottom: 20px;
}

.contact-section-left .listcontact li a {
  display: block;
  color: #fff;
}

.contact-section-left .listcontact li .fa {
  font-size: 32px;
}

.contact-section-left .listcontact li.logosocial {
  align-items: center;
  display: flex;
}

.contact-section-left .listcontact li.logosocial a {
  width: 50px;
  height: 50px;
  background: #ffffff30;
  margin-left: 0px;
}

.contact-section-left .listcontact li.logosocial .fa {
  line-height: 40px;
}

.listcontact li.phone > *:last-child {
  display: none;
}

form .form-control {
  background-color: #F4F4FB;
  border-radius: 0;
  padding: 19px;
  border: none;
  margin-bottom: 26px;
  resize: none;
}
.attach-resume-btn {
  background-color: #F4F4FB;
  border-radius: 0;
  padding: 19px;
  width: 100%;
  font-size: 0.75rem;
}

.submit-button {
  display: inline-flex;
  justify-content: start;
  align-content: center;
  background: #c12b13;
  color: white;
  padding: 15px 40px 15px 20px;
  font-size: 1rem;
  text-decoration: none;
  transition: background-color 0.3s;
  min-width: fit-content;
  width: 174px;
  border: none;
  border-radius: 0;
}

.submit-button::after {
  content: "";
  background: url(../images/Vector.png);
  position: absolute;
  z-index: 9;
  top: 23px;
  right: 22px;
  width: 18px;
  height: 13px;
}
input[type="submit"] {
  background: #c12b13 url(../images/Vector.png) no-repeat right 20px top 50%;
  padding: 15px 40px 15px 20px;
  font-size: 1rem;
  color: white;
  border: 0;
}
.btn-primary:hover,
input[type="submit"]:hover {
  background-color: #0056b3;
}
.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  position: absolute;
  bottom: -20px;
}

/*-----------*/
.about-inner-section {
  position: relative;
  padding: var(--pdtop) 0;
  overflow: hidden;
}

.owl-carousel-about .owl-item .legacy-box {
  width: 370px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.owl-carousel-about .owl-item .legacy-box p {
  font-weight: bold;
}

.owl-carousel-about .owl-item .legacy-box .legacy-box-text {
  background: #e1e1e1;
  width: 100%;
  padding: 15px;
  text-align: left;
  border-top: 3px solid #C12B13;
  color: #3C4650;
  position: relative;
}

.owl-carousel-about .owl-item .legacy-box .legacy-box-text::after {
  content: '';
  position: absolute;
  left: 45%;
  bottom: -12px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #e1e1e1;
  clear: both;
}

.owl-carousel-about .owl-item .legacy-box:hover .legacy-box-text::after {
  border-top: 20px solid #C12B13;
}

.owl-carousel-about .owl-item:nth-child(even) .legacy-box .legacy-box-text::after {
  transform: rotate(180deg);
  top: -12px;
  bottom: auto;
}


.owl-carousel-about .owl-item .legacy-box:hover .legacy-box-text {
  background: #C12B13;
  color: #fff;
}

.owl-carousel-about .owl-item:nth-child(even) .legacy-box {
  flex-direction: column-reverse;
  padding-bottom: 0;
  padding-top: 0;
}

.owl-carousel-about .owl-item:nth-child(even) .legacy-box .legacy-box-text {
  border-bottom: 3px solid #C12B13;
  border-top: 0;
}

.owl-carousel-about .owl-item:nth-child(even) .legacy-box h3 {
  /* padding-top: 12px; */
}

.owl-carousel-about .owl-item .legacy-box ul {
  list-style: disc;
  padding: 0 0 0 18px;
  margin-bottom: 0;
}

.owl-carousel-about .owl-item .legacy-box ul li {}

.owl-carousel-about .owl-item .legacy-box ul li::marker {
  color: red;
}

.owl-carousel-about .owl-item .legacy-box:hover ul li::marker,
.owl-carousel-about .owl-item .legacy-box:hover p {
  color: #fff !important;
}


.owl-carousel-about {
  position: relative;
}

.about-inner-container {
  z-index: 10;
  position: relative;
}

.owl-carousel-about .owl-nav button {
  position: absolute;
  top: -135px;
  z-index: 10;
  background-color: transparent !important;
  width: 58px;
  height: 58px;
  color: #013366;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #013366 !important;
}

.owl-carousel-about .owl-nav button.owl-prev {
  right: 70px;
}

.owl-carousel-about .owl-nav button.owl-next {
  right: 0%;
}

.owl-carousel-about .owl-nav button:hover {
  color: #fff;
  background: #013366 !important;
}


/*------------*/



.about-inner-section2 {
  position: relative;
  padding-bottom: var(--pdbottom);
  overflow: hidden;
}

.about-inner-section2 .legacy-box2 {padding: 10px 10px 10px 0; text-align: center;}
.owl-carousel-about2 .owl-nav button {
  position: absolute;
  top: -135px;
  z-index: 10;
  background-color: transparent !important;
  width: 58px;
  height: 58px;
  color: #013366;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #013366 !important;
}

.owl-carousel-about2 .owl-nav button.owl-prev {
  right: 70px;
}

.owl-carousel-about2 .owl-nav button.owl-next {
  right: 0%;
}

.owl-carousel-about2 .owl-nav button:hover {
  color: #fff;
  background: #013366 !important;
}

.owl-carousel-about2 .legacy-box-text2{margin-bottom: 15px;box-shadow: 0 0 10px #cccc;display: block;}
.owl-carousel-about2 .legacy-box-text2 img{ max-height: 350px; }


.all-list {
  list-style: disc;
  padding: 0 0 0 18px;
  margin-bottom: 0;
}

.all-list li {color: #fff;}

.all-list li::marker {
  color: #C12B13;
}

/*---------*/
.about-inner-section3{position: relative;
  padding: var(--pdtop) 0;
  background: url(../images/bbg3.png); background-size: cover; color: #fff;}

  .about-inner-section3 .about-vm-pic{text-align: center;}

  .about-inner-section3 .about-vm-pic img{ /*margin-bottom: -200px;*/ max-width: 100%;
    height: 340px; object-fit: cover;}

    /*----*/

    .about-inner-section4 {
      align-items: center;
      padding: 0;
      position: relative;
    
      overflow: hidden;
      background-color: #EDF2F6;
    }
    
    .about-inner-section4::after {
    
      content: "";
      position: absolute;
      top: 0;
      /* font-size: 147px; */
      right: 04px;
      background: linear-gradient(to bottom, #ccced0, #ffffff);
      background-clip: text;
      -webkit-text-fill-color: transparent;
      pointer-events: none;
      text-transform: uppercase;
      font-weight: bold;
      /* transform: rotate(-90deg); */
      z-index: 1;
      white-space: nowrap;
      font-family: "Barlow Condensed", sans-serif;
    }
    
    .about-inner-section4-container4 {
      /* display: flex;
        flex-wrap: wrap; */
      justify-content: space-between;
      align-items: center;
    }
    
    .about-inner-section4-round {
      /* width: 580px;
      height: 580px; */
      overflow: hidden;
      z-index: 1;
      position: relative;
      /* flex: 0 0 580px; */
      right: 0;
    }
    
    .about-inner-section4 .myraa-image {
      position: relative;display: flex;
      justify-content: end;
    }
    
    /* .about-inner-section4 .myraa-image::after {
      content: "";
      position: absolute;
      width: 100vw;
      height: 580px;
      right: 0;
      transform: translateX(-270px);
      background: #013366 url(../images/image17.png);
      background-position-x: right;
      top: 0;
    } */
    
    .about-inner-section4 .myraa-image img {
      width: auto;
      height: 100%;
      object-fit: cover;
    }
    /*---*/
    .about-inner-section5{position: relative;
      padding: var(--pdtop) 0;
      }
      .about-inner-section5 .about-owl-section5{padding:0 80px; position: relative;}

      .about-inner-section5 .container .owl-nav button {
        position: absolute;
        top: 0;
        bottom: 0;
  margin: auto;
        z-index: 8;
        background-color: transparent !important;
        width: 58px;
        height: 58px;
        color: #013366;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #013366;
      }
      
      .about-inner-section5 .container .owl-nav button.owl-prev {
        left: 0%;
      }
      
      .about-inner-section5 .container .owl-nav button.owl-next {
        right: 0%;
      }
      
      .about-inner-section5 .container .owl-nav button:hover {
        background-color: #c12b13 !important;
        border: 1px solid #c12b13;
        color: #fff;
      }

      .about-leadership .leadership-text{width: 90%;
        background: #EDF2F6;
        margin: -50px auto 0;
        padding: 15px;
        position: relative;
        z-index: 1; font-size: 16px;min-height: 114px;}
        .about-leadership .leadership-text p{ font-weight: bold; color: #00254A; font-size: 18px;margin-bottom: 7px;}

.project-location-box {
  border-top: 3px solid #C12B13;
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
}
.project-location-box .flag-img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
.project-location-box .flag-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.project-location-box .country-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #00254A;
}
.project-location-box ul {
  padding-left: 0;
}
.project-location-box ul li {
  position: relative;
  list-style:none;
  padding-left: 15px;
  color: #3C4650;
  margin-bottom: 8px;
}
.project-location-box ul li:last-child {
  margin-bottom: 0;
}
.project-location-box ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C12B13;
  left: 0;
  top: 10px;
}
.image-gallery {
  /* column-count: 4;
  --webkit-column-count: 4;
  --moz-column-count: 4;
  gap: 16px; */
  display: grid;
  grid-gap: 10px;
  /* fill the page's width with columns, each having from about 200 to 400 px */
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  /* first row's height: 250px, second row's: 150px, third row's: 250px, and so on */
  grid-auto-rows: 250px 200px;
  /* from MDN: "fill in holes earlier in the grid, if smaller items come up later" */
  grid-auto-flow: dense;
}
.image-gallery .gallery-box:first-child {
  /* grid-area: 1/1/span 2/span 2; */
}
.image-gallery .gallery-box:nth-child(3n) {
  grid-column: span 2;
}
.image-gallery .gallery-box {
  /* margin-bottom: 16px; */
  overflow: hidden;
  background-color: #000;
  display: block;
}
.image-gallery .gallery-box img {
  /* height: auto;
  width: 100%; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: all ease-in-out 1s;
}
.image-gallery .gallery-box:hover img {
  transform: scale(1.2);
  opacity: 0.8;
}
.lightbox {
  position: fixed;
  top: 50% !important;
  transform: translateY(-50%);
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.modal-content .wpcf7 form .wpcf7-response-output {
  margin: 0;
}
.btn-check:focus+.btn-primary, .btn-primary:focus,
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none
}
#menu-footer-bottom-menu {
  display: flex;
  flex-wrap: wrap;
}
#menu-footer-bottom-menu li {
  list-style: none;
}
#menu-footer-bottom-menu li:not(:first-child)::before {
  content: '|';
  margin: 0 10px;
}

/* SITEMAP */
.sitemap {
  /* width: 942px; */
  display: table;
  margin: 0 auto;
}
.sitemap .first {
  
}
.sitemap ul {
  padding-left: 0;
}
.sitemap a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
  border-radius: 7px;
  text-align: center;
  position: relative;
}

.first > li > a {
  background: #c12b13;
  width: 150px;
  height: 70px;
  line-height: 70px;
  display: block;
  margin: auto;
  font-weight: 800;
  color: #fff;
}
.first > li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 10px;
  background: #9e9f9e;
  top: 100%;
}

.second {
  padding-top: 20px;
}
.second a {
  background: #cbcccb;
  font-size: 0.875rem;
  /* width: 175px; */
  height: 50px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.35s;
  padding: 0 15px;
}
.second a:hover {
  background: #c12b13;
  color: #fff;
}
.second a:before {
  content: "";
  position: absolute;
  border: 1px solid #9e9f9e;
  border-left: none;
  border-bottom: none;
  height: 9px;
  top: -10px;
  left: -91px;
  width: 190px;
}
.second li:first-child a:before {
  border-top: none;
}


.third {
  margin-left: 36px;
  padding-top: 20px;
}
.third a {
  background: #e4e4e3;
  width: 120px;
  height: 40px;
  margin-bottom: 10px;
  z-index: 5;
  font-size: 0.75rem;
}
.third a:before {
  border: 1px solid #9e9f9e;
  border-right: none;
  border-top: none;
  height: 55px;
  top: -35px;
  left: -8px;
  width: 7px;
}

.benefits-section,
.procure-overview {
  background: rgb(237,242,246);
  background: linear-gradient(0deg, rgba(237,242,246,1) 0%, rgba(255,255,255,1) 100%);
}
.icon-bg-box {
  background-color: #fff;
  padding: 30px;
  box-shadow: 2px 6px 27px 10px #00254A20;
}
.icon-bg-box strong,
.key-box strong {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 10px 0 5px;
}
.trusted-section,
.key-widget {
  background-size: cover;
  background-repeat: no-repeat;
}
.key-box {
  text-align: center;
}
.key-box .icon {
  width: 108px;
  height: 119px;
  background-color: #013366;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(50% 0%, 100% 32%, 100% 68%, 50% 100%, 0 68%, 0 32%);
  margin: 0 auto;
}
.key-widget {
  padding: 70px;
}
.key-widget ul {
  color: #fff;
  margin-bottom: 0;
  padding-left: 17px;
}
.key-widget ul li:not(:last-child) {
  margin-bottom: 10px;
}
.item-z .row:nth-child(even) {
  flex-direction: row-reverse;
}
#rmp_menu_trigger-780 .responsive-menu-pro-inner::before {
  top: 7px;
}
#rmp_menu_trigger-780 .responsive-menu-pro-inner::after {
  bottom: 7px;
}
#rmp_menu_trigger-780 .responsive-menu-pro-inner, #rmp_menu_trigger-780 .responsive-menu-pro-inner::before, #rmp_menu_trigger-780 .responsive-menu-pro-inner::after {
  width: 30px;
  height: 3px;
  border-radius: 0;
}
.custom-nav button {
  border: 1px solid #013366;
  background: #fff;
}
.custom-nav button:hover {
  background: #013366;
}
.custom-nav button:hover svg path {
  fill: #fff;
}
.wpcf7-spinner {
  display: none;
}
.rmp_menu_trigger {
  z-index: 999!important;
}
.project-box {
  background-color: #ffffff;
}
.project-box .project-thumbnail img {
  height: 300px!important;
  width: 100%!important;
  object-fit: cover;
}
.project-box .project-content h2 {
  color: #00254A;
  font-size: 1.5rem;
}
.project-box .project-content h3 {
  color: #C12B13;
  font-size: 1.125rem;
}
.project-box .project-content ul {
    padding-left: 16px;
}
.project-box .location {
  color: #C12B13;
  font-size: 0.875rem;
  background-color: #fff;
  padding: 4px 10px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.homebanner .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  /* background: rgba(0, 0, 0, 0.5); */
  z-index: 9999;
  transform: translateX(-50%);
}
.homebanner .owl-dots .owl-dot span {
  width: 15px;
  height: 2px;
  display: block;
  background-color: #fff;
  transition: all ease-in-out 0.5s;
}
.homebanner .owl-dots .owl-dot {
  margin: 0 5px;
}
.homebanner .owl-dots .owl-dot.active span {
  width: 35px;
  background-color: #C12B13;
}
.wpcf7-form-control-wrap {
    display:block;
}
.wpcf7-not-valid-tip {
  width: 100%;
}
.content-norm {
    /* max-width: 720px; */
    margin: auto;
    padding-bottom: 15px;
}