@font-face {
  font-family: 'Qanelas';

  src:
    url('../fonts/Qanelas-Light.woff2') format('woff2'),
    url('../fonts/Qanelas-Light.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Qanelas';

  src:
    url('../fonts/Qanelas-Medium.woff2') format('woff2'),
    url('../fonts/Qanelas-Medium.woff') format('woff');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Qanelas';

  src:
    url('../fonts/Qanelas-SemiBold.woff2') format('woff2'),
    url('../fonts/Qanelas-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Qanelas';

  src:
    url('../fonts/Qanelas-Bold.woff2') format('woff2'),
    url('../fonts/Qanelas-Bold.woff') format('woff');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Qanelas';

  src:
    url('../fonts/Qanelas-ExtraBold.woff2') format('woff2'),
    url('../fonts/Qanelas-ExtraBold.woff') format('woff');

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

img {
  max-width: 100%;

  height: auto;
}

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

  padding: 0;

  border: 0;

  font: inherit;

  font-family: 'Qanelas', sans-serif;

  vertical-align: baseline;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 3rem;
}
table tr td {
  padding: 2rem;
  border: 1px solid #bbbbbb;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
}
a {
  text-decoration: none;

  transition: 0.2s ease-in-out;
}

ul {
  padding: 0;

  list-style: none;
}

html {
  font-size: 10px;
}

body {
  line-height: 1;

  font-family: 'Qanelas', sans-serif;

  position: relative;

  width: 100%;

  margin: 0 auto;

  overflow-x: hidden;

  counter-reset: section;

  color: #000;

  font-weight: 400;
}

.relative {
  position: relative;
}

.pt-zero {
  padding-top: 0 !important;
}

.pb-zero {
  padding-bottom: 0 !important;
}

.comm-pd-17 {
  padding: 17rem 0;
}

.container {
  max-width: 1620px;

  margin: 0 auto;

  width: 84%;
}

.show-950 {
  display: none;
}

.dark-logo {
  display: none;
}

h1 {
  letter-spacing: -1px;

  font-size: 7rem;

  font-weight: 600;

  line-height: 1;
  margin-bottom: 2rem;
}

h2 {
  font-size: 5.5rem;

  font-weight: 600;

  letter-spacing: -1px;

  line-height: 1.2;
  margin-bottom: 2rem;
}

h3 {
  font-size: 4rem;

  font-weight: 500;

  letter-spacing: -1px;

  line-height: 1.15;
}

h4 {
  font-size: 3.5rem;

  font-weight: 500;

  letter-spacing: -1px;

  line-height: 1.2;
}

h5 {
  font-size: 2.8rem;

  font-weight: 400;

  line-height: 1.35;
}

h6 {
  font-size: 1.8rem;

  font-weight: 500;
}

.sub-head h6 {
  text-transform: uppercase;

  margin-bottom: 2rem;
}

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

.pd-zero {
  padding: 0 !important;
}

.mt-7 {
  margin-top: 7rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

p {
  font-size: 2.5rem;

  line-height: 1.5;
}

.bg-style {
  background-repeat: no-repeat;

  background-size: cover;

  background-position: center;
}

.bg-dark-blue {
  background-color: #002856;
}

.bg-dark-grey {
  background-color: #ececec;
}

.bg-grey {
  background-color: #f4f4f4;
}

.text-white *,
.text-white {
  color: #fff;
}

.col-5 {
  width: 50rem;
}

.col-20 {
  width: 20%;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.col-43 {
  width: 43%;
}

.col-49 {
  width: 49%;
}

.col-70 {
  width: 70%;
}

.heading-75 {
  width: 75rem;
}

.heading-100 {
  width: 100rem;
}

.flex-box {
  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -moz-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;
}

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

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

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

.up {
  opacity: 0;
}

/* lenis recommended css  */

html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.main-header {
  z-index: 99;

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  margin: auto;
}
.main-header .container {
  width: 100%;
}
.main-header .container .content {
  margin: auto;
  padding: 3.5rem 0;
}
.main-header .container .content {
  max-width: 1750px;

  width: 91%;
}

.main-header .navigation ul li {
  font-weight: 500;

  color: #fff;

  font-size: 2.4rem;

  margin-left: 5rem;
  position: relative;
}

.main-header .navigation ul li a {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  position: relative;
}

.main-header .navigation ul li a::after {
  content: '';

  position: absolute;

  bottom: -1rem;

  left: 50%;

  width: 0;

  height: 0.25rem;

  transform: translateX(-50%);

  background-color: #fff;

  transition: all 0.5s ease;
}
.sub-menu {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  background-color: #fff;
  padding: 0 2rem;
  margin-top: 2rem;
  transition: max-height 0.2s ease-in-out;
  border-radius: 0.8rem;
  box-shadow: 0px 4px 13px 0px #00000040;
  min-width: 30rem;
}
.main-header .navigation .menu-item-has-children li:first-child {
  padding-top: 2rem;
}
.sub-menu-toggle span {
  display: none;
}
.main-header .navigation .menu-item-has-children li {
  margin-bottom: 2.2rem;
}
.main-header .navigation .menu-item-has-children li a:hover {
  color: #0069b9;
}
.main-header .navigation .sub-menu li a::after,
.main-header .navigation .menu-item-has-children a::after {
  display: none;
}
button.sub-menu-toggle.active::after {
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
}
button.sub-menu-toggle {
  outline: none;
  background-color: transparent;
  border: none;
}
.sub-menu-toggle::after {
  content: '';
  position: absolute;
  top: 1rem;
  right: -1rem;
  background-image: url(../images/chevron-down.png);
  width: 1.8rem;
  height: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(1);
  transition: 0.2s ease-in-out;
}
.page-template-default .sub-menu-toggle::after {
  filter: inherit;
}
.main-header .navigation .sub-menu.dropdown-open {
  padding: 2rem; /* Add padding when opened */
  max-height: 300px; /* Adjust as needed */
}
.main-header .navigation .menu-item-has-children li,
.main-header .navigation .menu-item-has-children li a {
  color: #000;
  margin-left: 0;
  font-size: 2.3rem;
}
.single-projects .main-header .navigation ul li a::after,
.error404 .main-header .navigation ul li a::after,
.privacy-policy .main-header .navigation ul li a::after,
.page-id-442 .main-header .navigation ul li a::after {
  background-color: #000;
}

.main-header .navigation ul li a:hover::after {
  width: 100%;
}

.main-header .navigation ul li a:hover {
  color: #fff;
}

.navigation {
  width: 71%;
}

.header-logo img {
  width: 26.9rem;
}

.header-logo .logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.header-logo .main-logo {
  width: 55px;
  height: 55px;
  object-fit: contain;
}

.header-logo .logo-text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  white-space: normal;
  max-width: 200px;
}

.contact-nav {
  display: inline-block;
  background-color: #1c68c0;
  vertical-align: middle;
  font-size: 2.2rem;
  color: #fff;
  border-radius: 0.8rem;
  padding: 1.25rem 3rem;
  font-weight: 500;
  border: 1px solid #1c68c0;
}

.contact-nav img {
  vertical-align: middle;

  width: 2.3rem;

  margin-right: 1rem;
}

video {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.hp-banner-video-main .hp-banner-video {
  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;
}

.hp-banner {
  min-height: 95.5rem;
}

.banner-content {
  width: 90.6rem;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  position: relative;
}

.banner-content p {
  padding: 2rem 0rem 2rem 0px;
  background: rgba(0, 0, 0, 0.45);
  margin-bottom: 16px;
}

.video-control {
  background-color: transparent;

  border: 0;

  outline: none;

  position: relative;
}

.video-control:not(.playing) .video-control-pause,
.video-control.playing .video-control-play {
  display: none;
}

.video-control.playing {
  opacity: 0;
}

.hp-banner-video-main:hover .video-control.playing,
.leader-video-main:hover .video-control.playing {
  opacity: 1;
}

.video-control img {
  width: 15rem;
  margin-bottom: -36rem;
  cursor: pointer;
}

.missions-list {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  grid-row-gap: 4rem;

  grid-column-gap: 4rem;
}

.missions-list-item {
  min-height: 54.1rem;

  position: relative;

  display: flex;

  flex-direction: column;

  justify-content: flex-end;

  overflow: hidden;
}

.missions-list-item::after {
  content: '';

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  background-color: rgb(0 0 0 / 50%);

  border-radius: 4rem;

  opacity: 0;
}

.missions-list-img,
.missions-list-img img {
  position: absolute;

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 4rem;
}

.missions-list-content {
  position: relative;

  top: 75%;

  -webkit-transition: top 0.5s;

  transition: top 0.5s;

  padding: 5rem;

  height: 100%;

  z-index: 9;
}

.missions-list-content * {
  color: #fff;
}

.missions-list-desc {
  position: relative;

  visibility: hidden;

  opacity: 0;

  z-index: 9;

  margin-top: 10rem;
}

.missions-list-item:hover::after {
  opacity: 1;
}

.missions-list-item:hover .missions-list-content {
  top: 14%;
}

.missions-list-item:hover .missions-list-content .missions-list-desc {
  opacity: 1;

  visibility: visible;
}

.missions-list-content p {
  line-height: 1.5;

  font-size: 2.2rem;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 7;

  -webkit-box-orient: vertical;

  overflow: hidden;
}

.logos-sec .container {
  max-width: 1800px;

  width: 100%;
}

.logos-list {
  display: grid;

  grid-template-columns: repeat(4, 1fr);
}

.logos-list-item {
  border-right: 1px solid #bbbbbb;

  padding: 9rem 7rem;

  border-bottom: 1px solid #bbbbbb;
}

.logos-list-item:not(:first-child) {
  padding: 9rem 4rem;
}
.accreditation-sec .logos-list-item:nth-child(4n + 1) {
  padding: 9rem 8rem;
}

.logos-list-item:nth-child(4n) {
  border-right: 0;
}

.logos-list-item:last-child {
  border-right: 0;

  padding-right: 0;
}

.logos-list-img {
  background-size: contain;

  background-repeat: no-repeat;

  width: 14.9rem;

  height: 14.9rem;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 3.5rem;

  margin-bottom: 4rem;
}

.logos-content p {
  font-size: 2.2rem;

  color: #696969;

  text-transform: capitalize;

  margin-bottom: 1.5rem;

  position: relative;

  padding-left: 2.5rem;
}

.logos-content p::before {
  content: '';

  position: absolute;

  top: 0;

  bottom: 0;

  margin: auto;

  width: 1rem;

  height: 1rem;

  background-color: #1245a8;

  border-radius: 100%;

  left: 0;
}

.logos-content h5 {
  font-weight: 600;

  font-size: 2.6rem;
}

.about-us-headingbox {
  margin-bottom: 18rem;
}

.about-us-main-head {
  width: 22%;
}

.about-us-main-head h2 {
  letter-spacing: normal;
}

.about-us-main-desc {
  width: 67%;

  columns: 2;

  column-gap: 8rem;
}

.about-us-circle-infos {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  grid-column-gap: 4rem;

  grid-row-gap: 4rem;

  width: 47%;
}

.about-us-circle-infos li {
  max-width: 35.4rem;

  min-height: 35.4rem;

  border: 2px solid #ffffff;

  border-radius: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  padding: 3rem 6rem;

  transition: 0.2s ease-in-out;
}

.about-quotes {
  width: 47%;
}

.about-quotes .quotes-img {
  width: 14.2rem;
}

.about-founder img {
  width: 10rem;
}

.about-quotes p {
  font-size: 3.5rem;

  margin: 3rem 0;
}

.about-founder-content {
  margin-left: 3rem;
}

.about-founder-content h6 {
  font-size: 2.2rem;

  margin-bottom: 1rem;
}

.about-us-circle-infos li:hover {
  background-color: #fff;
}

.about-us-circle-infos li:hover * {
  color: #000;
}

.about-partners-heading {
  width: 90rem;
}

.about-partners-wrapper {
  align-items: flex-start;
}

.about-partners-banner {
  filter: grayscale(1);
}

.scroll-icon {
  width: 14.5rem;
}

.videopopup.active {
  display: block;
}

.videopopup {
  background: rgba(0, 0, 0, 0.3);

  position: fixed;

  top: 0;

  width: 100%;

  height: 100%;

  display: none;

  z-index: 9;
}

.videowrapper {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 100%;

  width: 60%;

  margin: auto;
}

.videowrapperinnr {
  background: #fff;

  position: relative;

  width: 100%;
}

.closepop.close-btn {
  position: absolute;
  top: -20px;
  right: -20px;
  background-color: #fff;
  border: none;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9;
}

.closepop.close-btn img {
  width: 1.6rem;
}

.about-partners-descriptions {
  margin-top: 3rem;
}

.about-partners-descriptions p:first-child {
  width: 42%;
}

.about-partners-counters li:not(:last-child) {
  margin-bottom: 4rem;
}

.about-partners-descriptions p:nth-child(2) {
  width: 22.2%;

  margin-left: 5rem;
}

.about-partners-counters {
  margin-left: 12rem;
}

.about-partners-counters h3 {
  font-size: 10rem;

  font-weight: 600;

  margin-bottom: 1rem;

  display: inline-block;
}

.about-partners-counters h3 sup {
  font-size: 6rem;

  font-weight: 300;

  vertical-align: text-top;

  margin-left: -1rem;
}

.btn-box {
  margin-top: -7rem;
}

.btn-primary {
  background-color: #0069b9;

  color: #fff;

  font-size: 2.2rem;

  text-transform: capitalize;

  text-align: center;

  cursor: pointer;

  outline: none;

  padding: 2.2rem 4.5rem;

  display: inline-block;

  border-radius: 0.8rem;

  border: none;

  transition: 0.2s ease-in-out;

  font-family: 'Qanelas', sans-serif;

  border: 1px solid #0069b9;
}

.btn-primary:hover,
.contact-nav:hover {
  background-color: #fff;
  color: #000;
}

.btn-primary:hover img,
.contact-nav:hover img,
.single-projects
  .main-header
  .navigation
  .menu-item-has-children
  .sub-menu-toggle::after {
  filter: brightness(0.5);
}

.btn-primary:hover img {
  filter: brightness(0.5) !important;
}

.btn-secondary {
  background-color: #fff;

  color: #000;

  font-weight: 600;

  padding: 2.6rem 5rem;

  border: 1px solid #fff;
}

.btn-secondary img,
.broucure-head .btn-primary img {
  width: 1.8rem;

  margin-right: 2.5rem;
}

.btn-secondary:hover {
  background-color: #000;

  color: #fff;
}

.btn-secondary:hover img {
  filter: invert(1);
}

.partner-video-icon {
  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  /* margin-top: 12rem; */
  margin-top: 35rem;

  z-index: 9;

  cursor: pointer;
}

.partner-video-icon img {
  width: 12.1rem;
}

.headingbox {
  width: 125rem;
}

.our-services-heading {
  margin: 0 auto 8rem;
}

.our-services-list {
  counter-reset: section;
}

.our-services-list li {
  border-top: 1px solid #b2b2b2;

  position: relative;
}

.our-services-list li:hover a * {
  color: #002856;
}

.our-services-list li a {
  padding: 3rem 0;

  display: block;
}

.our-services-list li::before {
  counter-increment: section;

  content: '0' counter(section) '';

  left: 0;

  position: absolute;

  font-size: 2.5rem;

  top: -5rem;
}

.our-services-content {
  width: 82%;

  margin-left: auto;

  transition: 0.2s ease-in-out;

  color: #000;
}

.our-services-list li:hover .our-services-content {
  align-items: flex-start;
}

.our-services-content p {
  width: 50%;

  margin-right: 17rem;

  opacity: 0;

  transition: 0.2s ease-in-out;
}

.our-services-list li:hover .our-services-content p {
  opacity: 1;
}

.our-services-list img {
  width: 3.9rem;

  position: absolute;

  right: 7rem;

  top: 0;

  bottom: 0;

  margin: auto;

  transition: 0.2s ease-in-out;
}

.our-services-list li:hover .our-services-content img {
  top: 4rem;

  bottom: auto;
}

.our-portfolio-list-item {
  margin-top: 7rem;
}

.portfolio-link {
  display: block;
}

.our-portfolio-list-item .portfolio-link > img {
  width: 100%;

  transition: 0.2s ease-in-out;
}

.our-portfolio-list-item .portfolio-link > img:hover {
  opacity: 0.8;
}

.portfolio-name {
  margin-top: 3rem;
  position: relative;
}
.portfolio-name p {
  width: 100%;
  margin-top: 0.5rem;
}

.portfolio-name h6 {
  font-size: 2.2rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 2rem;
  position: absolute;
  right: 0;
  top: 0;
}

.portfolio-name h6 img {
  width: 3.6rem;
  margin-left: 3rem;
}

.no-border {
  border-radius: 0;

  font-weight: 400;
}
.wpcf7-text.hidden {
  position: absolute;
  left: -9999px;
}
.form-submit p {
  margin: 0 !important;
}
.contact-form-map {
  width: 28%;
}

.contact-form-map img {
  width: 100%;

  border-radius: 4rem 0 0 4rem;

  height: 100%;

  object-fit: cover;
}

.contact-form-main {
  padding: 7rem 6rem;

  width: 69%;

  margin-left: 3rem;

  border-radius: 0 4rem 4rem 0;

  position: relative;
}

.contact-form-heading-wrap {
  width: 31%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;
}

.contact-form-head-content p {
  font-size: 2.2rem;

  margin-top: 2rem;
}

.contact-form-head-content:last-child p {
  font-size: 2rem;

  margin-top: 1rem;
}

.contact-form {
  width: 32.5%;

  margin: -3rem 0 0 7rem;
}

.contact-form .form-group {
  position: relative;
}

.contact-form .form-group img,
.newsletter-form img {
  position: absolute;

  top: 0;

  bottom: 0;

  margin: auto;

  width: 1.6rem;
}

.contact-form .form-group p input::placeholder,
.contact-form .form-group p textarea::placeholder,
.contact-form .form-group p select::placeholder {
  color: #fff;
  font-weight: 400;
  font-size: 1.8rem;
  font-family: 'Qanelas', sans-serif;
}
.form-group p {
  display: flex;
}
.contact-form .form-group p span {
  width: 100%;
}
.contact-form .form-group p textarea {
  height: 15rem;
}
.contact-form .form-group p select option {
  color: #000;
}

.form-control,
.contact-form .form-group p input,
.contact-form .form-group p select,
.contact-form .form-group p textarea {
  width: 100%;

  background-color: transparent;

  border-style: solid;

  border-width: 0px 0px 1px 0px;

  color: #fff;

  border-color: #ffffff;

  font-size: 1.8rem;

  font-weight: 400;

  padding: 3.3rem 0 3.3rem 3.5rem;

  font-family: 'Qanelas', sans-serif;
}

.form-control::placeholder {
  color: #fff;
}

.contact-form .form-message-group img {
  bottom: auto;

  top: 3.5rem;
}

.contact-form-submit {
  position: absolute;

  right: 5rem;

  bottom: 9rem;

  z-index: 9;
}

.contact-form-submit input,
.contact-form-submit button {
  width: 20.7rem;

  height: 20.7rem;

  outline: none;

  background: transparent;

  border: 1px solid;

  border-radius: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 1.8rem;

  font-weight: 500;

  font-family: 'Qanelas', sans-serif;

  cursor: pointer;

  transition: 0.2s ease-in-out;
}

.contact-form-submit button:hover,
.contact-form-submit input:hover {
  background-color: #fff;

  color: #000;
}

.featured-banner {
  min-height: 100rem;
}

.featured-banner::before {
  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: linear-gradient(90deg, #000000 -0.86%, rgba(0, 0, 0, 0) 82.68%);
}

.featured-banner-content h2 {
  padding-right: 10rem;
}

.featured-banner-content p {
  margin: 3rem 0 7rem;
}

#our-team-slider,
#related-projects-slider,
.other-services-main {
  max-width: 1920px;

  width: 93%;

  margin-left: auto;

  margin-top: 5rem;
}

.our-team-item {
  width: 47.4rem;

  padding: 0 2rem;
}

.our-team-item img {
  border-radius: 4rem;

  margin-bottom: 3rem;

  transition: 0.2s ease-in-out;
}

.our-team-item:hover img {
  opacity: 0.8;
}

.our-team-content h6 {
  font-size: 2.6rem;

  font-weight: 600;

  margin-bottom: 1rem;
}

.our-team-content p {
  font-size: 2.2rem;

  line-height: 1.2;

  color: #696969;

  position: relative;

  padding-left: 2.5rem;
}

.our-team-content p::before {
  content: '';

  position: absolute;

  left: 0;

  top: 0.8rem;

  margin: auto;

  width: 1rem;

  height: 1rem;

  background-color: #696969;

  border-radius: 100%;
}

.testimonial-quotes-main {
  width: 43%;
}

.testimonial-quotes-slide-item p {
  font-weight: 300;

  font-size: 5rem;

  line-height: 1.1;

  color: #2bcdbc;

  position: relative;

  padding: 0 6.5rem;

  display: inline-block;

  margin-bottom: 6rem;
}

.testimonial-quotes-slide-item p::before,
.testimonial-quotes-slide-item p::after {
  content: '';

  position: absolute;

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center;

  width: 4.8rem;

  height: 4.5rem;

  top: 0;

  left: 0;
}

.testimonial-quotes-slide-item p::before {
  /* background-image: url(../image/quote-top.png); */
}

.testimonial-quotes-slide-item p::after {
  bottom: 0;

  top: auto;

  right: 0;

  left: auto;

  /* background-image: url(../image/quote-bottom.png); */
}

.testimonial-quotes-slide-item h5,
.testimonial-quotes-slide-item h6 {
  color: #fff;

  padding-left: 6.5rem;
}

.testimonial-quotes-slide-item h5 {
  font-weight: 600;
}

.testimonial-quotes-slide-item h6 {
  font-size: 2.2rem;

  margin-top: 1rem;
}

.testimonial-quotes-main img {
  margin-top: 7rem;
}

.slick-dots {
  display: flex;

  margin: 4.5rem 0 0 6.5rem;
}

.slick-dots li {
  width: 1.9rem;

  height: 1.9rem;

  background-color: rgb(255 255 255 / 50%);

  border-radius: 100%;

  margin: 0 0.4rem;
}

.slick-dots li.slick-active {
  background-color: #2bcdbc;
}

.slick-dots li button {
  display: none;
}

.latest-read {
  width: 45.5%;
}

.latest-read ul li {
  margin-bottom: 7rem;
}

.latest-read ul li a:hover * {
  color: #2bcdbc;

  transition: 0.2s ease-in-out;
}

.latest-read ul li a:hover h6 img {
  transform: rotate(45deg);
}

.latest-read ul li p {
  font-size: 2.2rem;

  margin: 2rem 0;
}

.latest-read ul li h6 {
  font-weight: 600;

  font-size: 2.5rem;

  text-transform: capitalize;
}

.latest-read ul li h6 img {
  margin-left: 1rem;

  width: 1.3rem;

  transition: 0.2s ease-in-out;
}

.certified-sec {
  padding: 5rem 0;
}

.certified-logos-list {
  display: grid;

  grid-template-columns: repeat(6, 1fr);

  grid-column-gap: 4rem;

  width: 70%;
}

.certified-logos-list img {
  width: 14.9rem;
  height: 10rem;
  object-fit: contain;
}

.main-footer {
  background-color: #081f36;

  padding: 12rem 0;
}

.footer-links h6,
.brochure-info h6 {
  font-size: 1.6rem;

  color: #8eceff;

  font-weight: 500;

  margin-bottom: 3rem;
}

.footer-links ul li {
  margin-bottom: 2.3rem;
}

.footer-links ul li a {
  font-size: 2.4rem;

  font-weight: 600;
}

.footer-links ul li a:hover,
.copyright p a:hover {
  color: #0069b9;
}

.footer-newsletter {
  width: 32.2%;
}

.footer-links {
  width: 16%;
}

.footer-links.footer-social-links {
  width: 22%;
}

.newsletter-form {
  margin-top: 2rem;

  max-width: 42.2rem;
}

.newsletter-form .form-control {
  padding: 2rem 0 2rem 3.5rem;
}

.newsletter-form::after {
  content: '';

  position: absolute;

  right: 0;

  top: 0;

  bottom: 0;

  margin: auto;

  background: url(../images/cta-arrow.png) no-repeat center;

  width: 6.1rem;

  height: 4.4rem;

  background-size: contain;
}

.social-links {
  margin: -0.6rem;
}

.social-links a {
  width: 5.5rem;

  display: flex;

  align-items: center;

  justify-content: center;

  height: 5.7rem;

  border-radius: 1.4rem;

  background-color: #0069b9;

  margin: 0.6rem;
}

.social-links a:hover {
  background-color: #fff;
}

.social-links a:hover img {
  filter: invert(1);
}

.social-links a img {
  height: 2.4rem;

  object-fit: contain;
}

.brochure-info h6 {
  margin-bottom: 1.5rem;
}

.footer-company-brochure {
  margin-top: 10rem;

  border-top: 1px solid #d9d9d9;

  padding: 6rem 0;

  border-bottom: 1px solid #d9d9d9;
}

.company-brochure-infos {
  width: 70%;

  margin-left: auto;

  justify-content: flex-end;
}

.broucure-head h5 {
  font-size: 3.2rem;
}

.brochure-info {
  width: 24%;

  margin-left: 9rem;
}

.company-brochure-box {
  width: 100%;
}

.footer-company-brochure .btn-primary {
  padding: 1.75rem 4rem;

  font-size: 2rem;

  margin-top: 2.5rem;
}

.footer-company-brochure .btn-primary img,
.banner-content .btn-primary img {
  filter: invert(1);

  margin-right: 1.5rem;

  width: 1.8rem;
}

.company-infos {
  margin-top: 7rem;
}

.copyright {
  border-top: 1px solid #d9d9d9;

  padding-top: 5rem;

  margin-top: 7rem;
}

.company-infos h4 {
  font-size: 3.2rem;

  margin-bottom: 2rem;
}

.company-infos p,
.copyright p {
  opacity: 0.6;
}

.copyright p span {
  padding: 0 2rem;
}

.internal-banner {
  min-height: 75rem;
}
.internal-banner-heading p {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.45);
}
.our-story {
  padding: 4rem 0 17rem;
}

.story-since {
  -webkit-text-stroke: 2px rgb(3 0 3 / 20%);
  -webkit-text-fill-color: #fff0;
  font-size: 25.3rem;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 100%;
}

.our-story-wrapper {
  margin: 5rem 0 10rem;
}

.our-story-text-box h2 {
  letter-spacing: -2px;

  margin-bottom: 3rem;
}

.our-story-image {
  width: 43%;

  margin-top: 5rem;
}

.our-story-image img {
  width: 100%;

  border-radius: 4rem;
}

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

.leadership-headbox p {
  width: 64%;

  margin-left: auto;
}

.leader-video-main {
  height: 81rem;

  margin-top: 7rem;
}

.leader-video-main,
.leader-video-main video {
  border-radius: 4rem;
}

.leader-video-main .video-control {
  background-color: #fff;

  border: 0;

  outline: none;

  position: absolute;

  width: 13.3rem;

  height: 13.3rem;

  border-radius: 100%;

  display: flex;

  align-items: center;

  justify-content: center;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);
}

.leader-video-main .video-control .video-control-symbol img {
  width: 1.8rem;

  margin-bottom: 0;
}

#our-story-slider .slick-list {
  margin: 6rem -3.5rem 0;

  padding-bottom: 7rem;
}

.our-story-container {
  border-bottom: 0.2rem solid #002856;
}

.our-story-content-main {
  max-width: 1740px;

  margin-left: 15rem;

  width: 90%;

  margin-bottom: -0.7rem;
}

#our-story-slider .slick-track {
  display: flex !important;
}

.our-story-list-item {
  margin: 0 3.5rem;

  position: relative;

  height: inherit !important;
}

.our-story-list-item::after {
  content: '';

  position: absolute;

  bottom: -7rem;

  left: 0;

  width: 1.6rem;

  height: 1.6rem;

  background-color: #0069b9;

  border-radius: 100%;

  z-index: 99;
}

.our-story-list-item h4 {
  font-size: 10rem;

  font-weight: 600;

  -webkit-text-stroke: 1px #0069b9;

  -webkit-text-fill-color: #fff0;

  margin-bottom: 2rem;
}

.our-story-list-item h5 {
  font-size: 2.6rem;

  margin-bottom: 1rem;

  font-weight: 600;
}

.our-story-list-item p {
  font-size: 2rem;
}

.business-modal {
  padding-bottom: 10rem;
}

.tringle-main-box {
  width: 111.5rem;

  margin: 4rem -6% 0 auto;
}

.tringle-box-content-list {
  counter-reset: section;

  position: absolute;

  top: 9rem;

  width: 100%;
}

.tringle-box-content-list .tringle-box-content-items:first-child {
  justify-content: space-between;

  width: 59%;

  margin-left: auto;

  margin-right: 10rem;

  align-items: flex-start;
}

.tringle-box-content-list
  .tringle-box-content-items:first-child
  .tringle-box-content {
  text-align: left;

  width: 48rem;

  margin-left: 0;
}

.tringle-box-content-items:nth-child(2) {
  width: 70%;

  justify-content: space-between;

  margin-top: 5rem;

  align-items: flex-start;
}

.tringle-box-content-items:nth-child(2) h5.tringle-center-head {
  width: 15%;
}

.tringle-box-content-items:nth-child(2) .tringle-box-content {
  text-align: right;

  width: 45%;

  margin-left: 0;
}

.tringle-box-content-items:nth-child(2) .tringle-box-content-icon,
.tringle-box-content-items:nth-child(4) .tringle-box-content-icon {
  order: 2;
}

.tringle-box-content-items:nth-child(2)::after {
  right: 35%;

  top: 25%;
}

.tringle-box-content-items:nth-child(3) {
  width: 53%;

  justify-content: space-between;

  margin: 4rem auto 0;
}

.tringle-box-content-items:nth-child(3) .tringle-box-content {
  text-align: center;

  width: 40%;

  margin: 2rem auto 0 12rem;
}

.tringle-box-content-items:nth-child(3) .tringle-box-content h5,
.tringle-box-content-items:nth-child(3) .tringle-box-content p,
.tringle-box-content-items:nth-child(4) .tringle-box-content h5,
.tringle-box-content-items:nth-child(4) .tringle-box-content p,
.tringle-box-content-items:nth-child(5) .tringle-box-content h5,
.tringle-box-content-items:nth-child(5) .tringle-box-content p {
  color: #fff;
}

.tringle-box-content-items:nth-child(3) .tringle-box-content p,
.tringle-box-content-items:nth-child(4) .tringle-box-content p,
.tringle-box-content-items:nth-child(5) .tringle-box-content p {
  font-size: 1.6rem;

  opacity: 0.8;
}

.tringle-box-content-items:nth-child(3)::after {
  background-color: #003c69;

  right: 25%;
}

.tringle-box-content-items:nth-child(4) {
  width: 37%;

  margin: 8rem auto 0;

  justify-content: space-between;

  align-items: center;
}

.tringle-box-content-items:nth-child(4) .tringle-box-content {
  text-align: center;

  margin-left: auto;

  width: 67%;

  margin-right: 3rem;
}

.tringle-box-content-items:nth-child(4) .tringle-box-content-icon,
.tringle-box-content-items:nth-child(5) .tringle-box-content-icon {
  opacity: 0.7;
}

.tringle-box-content-items:nth-child(4)::after {
  left: -1rem;

  background-color: #002d4f;
}

.tringle-box-content-items:nth-child(5)::after {
  background-color: #001d32;

  right: 0;
}

.tringle-box-content-items:nth-child(5) {
  width: 50%;

  margin: 6rem auto 0;

  justify-content: space-between;

  align-items: center;
}

.tringle-box-content-items:nth-child(5) .tringle-box-content {
  width: 60%;

  text-align: center;

  margin-left: auto;

  margin-right: 16rem;
}

.tringle-center-head {
  margin: 2rem 12rem 0 auto;

  font-size: 2.6rem;
}

.tringle-box-content-items::after {
  counter-increment: section;

  content: '0' counter(section) '';

  font-size: 2.5rem;

  width: 4.8rem;

  height: 4.8rem;

  background-color: #005ca1;

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 100%;

  position: absolute;

  right: 72.5%;

  left: auto;

  top: 25%;

  bottom: auto;
}

.tringle-box-content-icon {
  width: 10rem;

  height: 10rem;

  background-color: #fff;

  border-radius: 100%;

  padding: 2.5rem;

  display: flex;

  align-items: center;

  justify-content: center;
}

.tringle-box-content {
  position: relative;
}

.tringle-box-content-list
  .tringle-box-content-items:first-child
  .tringle-box-content::before,
.tringle-box-content-list
  .tringle-box-content-items:nth-child(2)
  .tringle-box-content::before {
  content: '';

  position: absolute;

  left: -17rem;

  background-size: contain;

  background-repeat: no-repeat;

  background-image: url(../images/dotted-right-arrow-sky.png);

  width: 14.7rem;

  height: 4.2rem;

  top: 0.5rem;
}

.tringle-box-content-list
  .tringle-box-content-items:nth-child(2)
  .tringle-box-content::before {
  left: auto;

  background-image: url(../images/skyblue-arrow-left.png);

  right: -17rem;
}

.tringle-box-content h5 {
  font-size: 2.5rem;

  color: #0875c9;

  font-weight: 600;

  margin-bottom: 0.7rem;
}

.tringle-box-content p {
  font-size: 1.8rem;
}

.service-about-cnt p {
  margin-top: 3rem;
}

.service-about-image {
  width: 43%;
}

.service-about-image img {
  width: 100%;

  border-radius: 3rem;
}

.our-service-head h2 {
  margin-bottom: 4rem;
}

.services-listing {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  grid-row-gap: 10rem;

  grid-column-gap: 4.5rem;

  margin-top: 10rem;
}

.services-list-item a > img {
  width: 100%;

  border-radius: 3rem;

  margin-bottom: 2rem;

  transition: 0.2s ease-in-out;

  min-height: 442px;
}

.services-list-item a > img:hover {
  opacity: 0.8;
}

.services-list-item h5 img,
.related-projects-item h5 img {
  width: 3.4rem;
}
.related-projects-item p {
  color: #000;
  font-size: 2.3rem;
  margin-top: 1rem;
  line-height: 1.3;
}

.related-projects-item {
  margin: 0 2rem;

  width: 50rem;
}

.related-projects-item a > img {
  width: 100%;
  margin-bottom: 2rem;
  transition: 0.2s ease-in-out;
  height: 44.6rem;
  object-fit: cover;
  object-position: top;
}

.related-projects-item a > img:hover {
  opacity: 0.8;
}

.services-list-item h5,
.related-projects-item h5 {
  color: #030003;
}
.related-projects-item h5 span {
  width: 80%;
}
.bottom-form-sec {
  padding: 6.75rem 0;
}

.form-heading h4 {
  font-weight: 600;
}

.form-heading p {
  font-weight: 400;
}

.reach-form-wrapper .get-in-touch-group-wrape {
  width: 75%;
}

.reach-form-wrapper form {
  display: flex;

  flex-wrap: wrap;

  align-items: baseline;

  justify-content: flex-end;
}

.reach-form-wrapper form .form-group {
  margin-right: 4rem;

  width: 20.3%;
}

.reach-form-wrapper form .form-submit {
  height: 7rem;
}

.get-in-touch-group-wrape .form-control,
.get-in-touch-group-wrape input,
.get-in-touch-group-wrape select,
.get-in-touch-group-wrape textarea {
  font-size: 2rem;

  padding: 1rem 0 2rem 0;

  color: #97aac0;

  border-bottom-color: #607c9b;

  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  font-weight: 400;
  font-family: 'Qanelas', sans-serif;
}

.get-in-touch-group-wrape .form-control::placeholder,
.get-in-touch-group-wrape input::placeholder,
.get-in-touch-group-wrape select::placeholder,
.get-in-touch-group-wrape textarea::placeholder {
  color: #97aac0;
  font-family: 'Qanelas', sans-serif;
  font-size: 2rem;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 1.7rem;
  color: #fff;
}
.wpcf7-spinner {
  height: 3rem;
  width: 3rem !important;
}
.get-in-touch-group-wrape select option {
  color: #000;
}

.get-in-touch-group-wrape p span {
  width: 100%;
}

.get-in-touch-group-wrape .form-group p {
  margin: 0;
}
.get-in-touch-group-wrape select {
  text-transform: uppercase;
}
.get-in-touch-group-wrape textarea {
  height: 7rem;
}
.get-in-touch-group-wrape p {
  width: 100%;
}

.form-submit .btn-primary {
  border-radius: 0;

  font-size: 1.8rem;

  padding: 1.85rem 7.65rem;

  margin-left: 2rem;
}

.form-submit input {
  width: 100%;
  background: #0069b9;
  border: none;
  margin: 0;
  color: #fff;
  border-radius: 0;
  font-size: 1.8rem;
  padding: 1.85rem 7.65rem;
}

.form-submit input:hover {
  background-color: #fff;
  color: #000;
}

:focus-visible {
  outline: none;
}

.service-details-content img {
  border-radius: 3rem;

  margin: 4rem 0;
}

.service-details-content h3 {
  margin-bottom: 2rem;

  font-weight: 600;
}
.service-details-content h5 {
  font-weight: 600;
}
.service-details-content p {
  margin: 1rem 0 3rem;
}

.service-details-content p strong {
  font-weight: 700;
}
.service-details-content ul {
  margin-bottom: 4rem;
}

.service-details-content ul li {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 2rem;
  line-height: 1.5;
  margin-left: 2rem;
  list-style-type: circle;
}

.service-details-content ul li strong {
  font-weight: 600;
}

.service-details-sidebar {
  width: 26%;

  border-radius: 3rem;

  position: sticky;

  top: 5rem;

  height: max-content;

  padding: 5rem 4rem;
}
.service-details-sidebar > div {
  margin-bottom: -3rem;
}

.get-in-touch-group-wrape p {
  color: #c1ccd8;

  font-weight: 400;

  margin: 1rem 0 2.5rem;
}

.service-details-sidebar .form-group,
.get-in-touch-form .form-group {
  margin-bottom: 3rem;
}

.service-details-sidebar .form-submit .btn-primary,
.get-in-touch-form .form-submit .btn-primary {
  margin: 0;

  width: 100%;
}

.other-services-item {
  width: 50rem;

  position: relative;

  border-radius: 3rem;

  background-color: #fff;

  margin: 0 1.5rem;
}

.other-services-icon img {
  width: 10rem;

  object-fit: contain;

  aspect-ratio: 1 / 1;
}

.other-services-item a {
  width: 100%;

  height: 100%;

  position: relative;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  padding: 5rem;

  min-height: 41.3rem;

  color: #030003;
}

.other-services-item h3 {
  position: relative;

  z-index: 99;

  font-weight: 500;
}

.other-services-img,
.other-services-img img {
  position: absolute;

  width: 100%;

  height: 100%;

  object-fit: cover;

  aspect-ratio: 1 / 1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  border-radius: 3rem;

  opacity: 0;

  transition: 0.2s ease-in-out;
}

.other-services-img::after {
  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.12%, #000000 120.94%);

  border-radius: 3rem;
}

.other-services-item a:hover .other-services-icon {
  opacity: 0;
}

.other-services-item a:hover .other-services-img,
.other-services-item a:hover .other-services-img img {
  opacity: 1;
}

.other-services-item a:hover h3 {
  color: #fff;
}

.other-services-main h2 {
  margin-bottom: 4rem;
}

.get-in-touch-content p {
  margin-top: 2.5rem;

  font-size: 2.2rem;
}

.get-in-touch-form {
  border-radius: 3rem;

  padding: 6rem;
}

.form-group-wrapper .form-group {
  width: 46%;
}

.get-in-touch-contact-info {
  margin-top: 7rem;
}

.get-in-touch-contact-info li:first-child {
  padding: 0;
}

.get-in-touch-contact-info li:last-child {
  padding-right: 0;

  border-right: 0;
}

.get-in-touch-contact-info li {
  align-items: flex-start;

  border-right: 1px solid #8e8b8b;

  width: 33.3%;

  padding: 0 3rem;
}

.get-in-touch-contact-info li img {
  width: 3rem;

  object-fit: contain;

  aspect-ratio: 1 / 1;

  margin-right: 1rem;
}

.get-in-touch-info {
  width: 77%;
}

.get-in-touch-info h6 {
  font-size: 2rem;

  font-weight: 400;

  margin-bottom: 0.5rem;
}

.get-in-touch-info h5,
.get-in-touch-info h5 a {
  font-size: 2.2rem;

  color: #313131;
}

.mission-vision-content p {
  font-size: 2.2rem;

  margin-top: 1.5rem;

  color: #212121;
}

.mission-image {
  width: 37%;
}

.mission-image img {
  width: 100%;

  border-radius: 4rem;
}

.mission-vision-counter {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  grid-row-gap: 5rem;

  grid-column-gap: 4.5rem;

  margin: 6rem 0;

  width: 74%;
}

.mission-vision-counter h5 {
  font-size: 10rem;

  font-weight: 600;

  position: relative;

  display: inline-block;
}

.mission-vision-counter h5 sup {
  top: 25%;

  position: absolute;

  line-height: 0.4;

  font-size: 6rem;

  font-weight: 300;

  right: -3.5rem;
}

.mission-vision-counter li p {
  font-size: 2.8rem;

  margin-top: 0;
}

.mission-vision-wrapper .btn-primary {
  border-radius: 0;

  padding: 2.4rem 7.8rem;
}

/*.map-sec {

  min-height: 101rem;

  display: flex;

  align-items: center;

}

.map-content-wrapper {

  align-items: flex-start;

  width: 95%;

  margin-left: auto;

}

.map-inner-image {

  background-color: #fff;

  padding: 2rem;

  border-radius: 1.5rem;

  box-shadow: 0px 25px 20px 0px #0000001A;

  width: 39.1rem;

}

.map-inner-image img {

  width: 100%;

  border-radius: 1.5rem;

}

.map-address-box {

  border: 2px dashed #0069B9;

  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);

  border-radius: 20px;

  background-color: #fff;

  padding: 3.5rem 3rem;

  margin: 6rem 0 0 6rem;

  width: 23.9rem;

  position: relative;

}

.map-address-box::after {

  content: '';

  position: absolute;

  width: 28.7rem;

  height: 15.8rem;

  background-size: contain;

  background-repeat: no-repeat;

  background-image: url(../images/dotted-line.png);

  top: 5rem;

  left: 23rem;

}

.map-address-box h5 {

  font-size: 2.2rem;

  font-weight: 600;

}

.map-address-box p {

  font-size: 2rem;

  margin-top: 1rem;

}*/

.about-projects-content p {
  padding: 5rem 0rem 0 0;
}

.about-projects .mission-vision-counter {
  width: 41%;

  margin-top: 0;
}

.projects-tab-main {
  width: 79%;
}

.projects-tab-content:not(:first-child) {
  margin-top: 10rem;
}

.projects-tab-content .projects-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  grid-row-gap: 10rem;

  grid-column-gap: 4.5rem;

  margin-top: 5rem;
}

.projects-tab-content .projects-grid h5 {
  font-size: 2.6rem;
  color: #000;
  margin-top: 2rem;
}
.projects-tab-content .projects-grid h5 span {
  width: 80%;
}

.projects-tab-nav {
  width: 14%;

  position: sticky;

  height: max-content;

  top: 6rem;
}

.projects-tab-nav .tab-link.active,
.faqs-tabs-list .faqs-tabs-list-item.active {
  background-color: #030003;

  color: #fff;

  border-color: #030003;
}

.projects-tab-nav li,
.faqs-tabs-list .faqs-tabs-list-item {
  font-size: 1.6rem;

  text-align: center;

  border: 1px solid #b0b0b0;

  font-weight: 500;

  border-radius: 10rem;

  padding: 0.8rem 2rem;

  margin-bottom: 1rem;

  cursor: pointer;
}

.about-projects-content {
  margin-bottom: 6rem;
}

.projects-tab-content .projects-grid h5 img {
  width: 3.4rem;
}

.projects-details-banner {
  padding: 25rem 0 0;
}

.projects-address p {
  color: #575757;
}

.single-projects .main-header .navigation ul li,
.single-projects .main-header .navigation ul li a,
.single-post .main-header .navigation ul li,
.single-post .main-header .navigation ul li a,
.error404 .main-header .navigation ul li a,
.privacy-policy .main-header .navigation ul li a,
.page-id-442 .main-header .navigation ul li a {
  color: #000 !important;
}

.projects-details-banner img {
  width: 100%;
  margin-top: 5rem;
}
.about-projects-details-cnt {
  width: 57%;
}
.about-projects-details-cnt h4 {
  margin-top: 2rem;
}
.about-projects-details-cnt ul {
  columns: 2;
  grid-column-gap: 7rem;
  margin-top: 4rem;
}
.about-projects-details-cnt p,
.about-projects-details-cnt ul li {
  margin-top: 2rem;
}
.about-projects-details-cnt ul li {
  list-style: disc;
  line-height: 1.4;
  margin: 0 0 1rem 2rem;
}
.about-projects-certification {
  background-color: #f4f4f4;

  border-radius: 4rem;

  height: max-content;

  padding: 7rem 5rem;

  width: 37%;
}

.about-projects-certification h3 {
  font-weight: 600;
}

.about-projects-details {
  padding: 10rem 0 13rem;
}

img.slider-icon {
  background: #000;
  height: 5rem;
  width: 5rem;
  object-fit: contain;
  padding: 1.2rem;
  border-radius: 10rem;
  position: absolute;
  top: -20%;
  right: 5%;
  cursor: pointer;
}
img.team-prev-icon {
  right: 9%;
  transform: rotate(180deg);
}
img.slider-icon:hover {
  filter: opacity(0.65);
}

.pr-certificate-logos-list {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  grid-row-gap: 4rem;

  grid-column-gap: 2rem;

  margin-top: 5rem;
}

.pr-certificate-logos-list-item .logos-list-img {
  width: 14rem;

  height: 14rem;

  margin: 0;

  transition: 0.2s ease-in-out;
}

.pr-certificate-logos-list-item .logos-list-img:hover {
  opacity: 0.8;
}

.projects-form-wrape form {
  margin-top: 10rem;
}

.projects-form-wrape .form-group {
  display: flex;

  margin-bottom: 5rem;
}

.projects-form-wrape .form-group-wrapper .form-group {
  width: 48%;
}

.projects-form-wrape .form-group label {
  color: #fff;

  display: inline-block;

  font-size: 4rem;

  font-weight: 400;

  white-space: nowrap;

  padding-right: 3rem;
}

.projects-form-wrape .form-submit {
  text-align: right;
}

.projects-form-wrape .form-submit button.btn-primary,
.projects-form-wrape .form-submit input {
  width: max-content;
  cursor: pointer;
}

.projects-details-list-content p {
  margin: 4rem 0 5rem;
}

.projects-details-list-content p strong {
  font-weight: 700;
}

.projects-details-list-content ul {
  columns: 2;

  column-gap: 3rem;
}

.projects-details-list-content ul li {
  position: relative;

  padding-left: 4rem;

  font-size: 2.5rem;

  color: #212121;

  line-height: 1.4;

  margin-bottom: 1rem;
}

.projects-details-list-content ul li::before {
  content: '';

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  margin: auto;

  background-size: contain;

  background-repeat: no-repeat;

  background-image: url(../images/tick.png);

  width: 2.1rem;

  height: 2.1rem;
}

.projects-details-related-services {
  background-color: #ffffff;

  border-radius: 2.5rem;

  padding: 5rem 6rem;

  width: 31%;

  height: max-content;
}

.related-services-list-item {
  position: relative;

  border-bottom: 1px solid #d3d3d3;

  padding: 3rem 0 3rem 5.5rem;
}

.related-services-list-item:last-child {
  border-bottom: 0;
}

.related-services-list-item::before {
  counter-increment: section;

  content: '0' counter(section) '';

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  margin: auto;

  font-size: 1.6rem;

  font-weight: 600;

  height: max-content;
}

.projects-details-related-services p {
  font-size: 2rem;

  margin-top: 1rem;
}

.related-services-list-item h5 {
  color: #000;

  font-weight: 600;
}

.related-services-list-item h5 img {
  width: 1.6rem;

  aspect-ratio: 1 / 1;

  transition: 0.2s ease-in-out;
}

.related-services-list-item:hover img {
  transform: rotate(45deg);
}

.projects-quick-links {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  grid-column-gap: 6rem;

  grid-row-gap: 6rem;
}
.project-item a > img {
  height: 40rem;
  object-fit: cover;
  object-position: top;
  width: 100%;
}
.project-item p {
  color: #a9a9a9;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 1rem;
  font-size: 2.2rem;
}
.projects-quick-links-items a {
  position: relative;

  width: 100%;

  height: 100%;

  display: block;

  overflow: hidden;
}

.projects-quick-links-items a img {
  transition: transform 0.4s;
}

.projects-quick-links-items a:hover img {
  transform: scale(1.1);
}

.projects-quick-links-items a::after {
  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  background-color: rgb(0 0 0 / 45%);

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  border-radius: 4rem;
}

.projects-quick-links-items a,
.projects-quick-links-items a img {
  border-radius: 4rem;
}

.projects-quick-links-items a h2 {
  position: absolute;

  bottom: 5rem;

  color: #fff;

  z-index: 9;

  left: 4rem;
}

.single-projects .header-logo img,
.single-post .header-logo img,
.error404 .header-logo img,
.privacy-policy .header-logo img,
.page-id-442 .header-logo img {
  display: none;
}

.single-projects .header-logo .dark-logo,
.single-post .header-logo .dark-logo,
.error404 .header-logo .dark-logo,
.privacy-policy .header-logo .dark-logo,
.page-id-442 .header-logo .dark-logo {
  display: block;
}

.blog-list-wrapper {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  grid-row-gap: 8rem;

  grid-column-gap: 4rem;

  margin: 8rem 0;
}
.blog-list-wrapper a {
  color: #000;
}
.blog-list-wrapper .blog-list-item img {
  border-radius: 3rem;
  margin-bottom: 2rem;
  height: 54.5rem;
  object-fit: cover;
  width: 100%;
  object-position: top;
}
.blog-item-content h5 {
  font-size: 3rem;

  margin: 0.5rem 0 3rem;

  font-weight: 600;
}

.blog-list-wrapper .blog-item-content span {
  font-size: 1.8rem;

  text-transform: uppercase;
}

.blog-list-pagination .page-numbers span {
  color: #0069b9;
}

.blog-list-wrapper .blog-item-content span img {
  margin: 0 0 0 1.5rem;

  width: 3.3rem;

  object-fit: contain;

  height: 3.4rem;
}

.blog-listing-heading p {
  width: 50%;

  margin: 1rem auto 0;
}

.blog-list-pagination .page-numbers {
  font-size: 3rem;

  width: 6.4rem;

  height: 6.4rem;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #000000;

  font-size: 2.5rem;

  font-weight: 500;
}

.blog-list-pagination .prev.page-numbers,
.blog-list-pagination .next {
  border: 1px solid #808080;

  border-radius: 100%;
}

.blog-list-pagination .page-numbers.current {
  color: #0069b9;
}

.explore-about {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  grid-column-gap: 4rem;

  grid-row-gap: 4rem;
}

.explore-about-item {
  position: relative;
}

.explore-about-item::before {
  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgb(0 0 0 / 40%);

  z-index: 9;

  border-radius: 4rem;
}

.explore-about-item img {
  width: 100%;

  height: 68rem;

  object-fit: cover;

  opacity: 0.9;

  border-radius: 4rem;
}

.explore-about-item h2 {
  position: absolute;

  bottom: 7rem;

  left: 5rem;

  color: #fff;

  z-index: 9;

  font-weight: 400;

  width: 51%;
}

.blogs-details header.entry-header .post-thumbnail img {
  border-radius: 4rem;

  margin: 6rem 0 8rem;
}

.blogs-details .blog-item-meta {
  color: #575757;

  margin-bottom: 1rem;
}

.blogs-details h1.entry-title {
  font-size: 5.5rem;

  width: 60%;

  margin: 0 auto;

  line-height: 1.2;
}

.blogs-details .entry-content {
  width: 67%;

  margin-right: 6rem;
}

.blogs-details .entry-content h3 {
  margin-bottom: 2rem;
}

.blogs-details .entry-content h5 {
  font-weight: 600;
}

.blogs-details .entry-content p {
  margin: 1rem 0 3rem;

  line-height: 1.4;
}

.blogs-details .entry-content ul {
  margin-bottom: 4rem;
}

.blogs-details .entry-content ul li {
  font-size: 2.2rem;

  line-height: 1.3;

  margin-bottom: 1rem;

  list-style-type: circle;

  margin-left: 2rem;
}

.blogs-details .entry-content ul li strong {
  font-weight: 600;
}

.related-posts .related-post-wrapper {
  margin: 5rem 0 0;
}

.blogs-details {
  padding: 14rem 0 0 !important;
}

.blogs-details-inner {
  padding: 12rem 0;
}

.blog-email {
  padding: 5rem 0;
}

.blog-email-wrapper h3 {
  font-weight: 600;
}

.blog-email-wrapper img {
  margin-right: 3rem;

  width: 6.9rem;

  height: 5.1rem;
}

.blog-email-wrapper form {
  width: 51%;
}

.email-form-group {
  justify-content: flex-end;
}

.email-form-group input.form-control::placeholder {
  color: #212121;
}

.email-form-group input.form-control {
  color: #212121;

  border-color: #d4d4d4;

  letter-spacing: 1px;

  padding: 0;

  width: 65%;

  margin-right: 5rem;
}

.email-form-group .btn-primary {
  padding: 2.1rem 4.25rem;

  font-size: 1.8rem;
}

.page-404-sec {
  padding-top: 14rem;
}

.page-404-inner {
  padding: 10rem 0 12rem;
}

.page-404-wrapper {
  width: 72rem;

  margin: auto;
}

.page-404-wrapper h2 {
  font-size: 35rem;

  font-weight: 800;

  position: relative;

  display: inline-block;
}

.page-404-wrapper h2::before {
  content: '';

  position: absolute;

  top: 5rem;

  right: -6rem;

  background-image: url(../images/vector-404.png);

  width: 73.2rem;

  height: 18.7rem;

  background-size: contain;

  background-repeat: no-repeat;
}

.page-404-wrapper h2 span {
  display: inline-block;

  position: relative;

  -webkit-text-fill-color: transparent;

  -webkit-background-clip: text;

  color: transparent;

  background-image: url(../images/zero-404.png);

  background-repeat: no-repeat;

  background-position: center right;

  background-size: contain;
}

.page-404-wrapper h1 {
  font-size: 4rem;

  font-weight: 400;
}

.page-404-wrapper p {
  font-size: 2rem;

  margin: 2rem 0;

  padding: 0 10rem;
}

.page-404-wrapper .btn-primary img {
  margin-left: 1rem;

  width: 1.8rem;
}

.privacy-policy header.main-header,
.page-id-442 header.main-header {
  position: relative;
}

.privacy-policy article,
.page-id-442 article {
  padding: 15rem 0;

  background-color: #f4f4f4;
}

.privacy-policy article header.entry-header h1,
.privacy-policy article .entry-content,
.page-id-442 article header.entry-header h1,
.page-id-442 article .entry-content {
  max-width: 1106px;

  width: 55%;

  margin: 0 auto;
}

.privacy-policy article header.entry-header h1.entry-title,
.page-id-442 article header.entry-header h1.entry-title {
  font-size: 5.5rem;

  margin-bottom: 6rem;
}

.privacy-policy article p,
.page-id-442 article p {
  font-size: 2.2rem;

  margin-bottom: 2rem;
}

.privacy-policy article p a,
.page-id-442 article p a {
  font-weight: 600;

  color: #000;
}

.privacy-policy .entry-content h3,
.page-id-442 .entry-content h3 {
  font-weight: 600;

  margin: 4rem 0 2rem;
}

.privacy-policy .entry-content h5,
.page-id-442 .entry-content h5 {
  margin: 3.5rem 0 1rem;

  font-weight: 600;
}

.privacy-policy .entry-content ul,
.page-id-442 .entry-content ul {
  margin-bottom: 5rem;
}

.privacy-policy .entry-content ul li,
.page-id-442 .entry-content ul li {
  font-size: 2.2rem;

  line-height: 1.4;

  margin-bottom: 1.5rem;

  list-style-type: circle;

  margin-left: 2rem;
}

.privacy-policy article h6,
.page-id-442 article h6 {
  font-size: 2.2rem;

  font-weight: 600;

  margin: 3rem 0 2rem;
}

.privacy-policy footer.entry-footer,
.page-id-442 footer.entry-footer {
  display: none;
}

.faqs-tabs-list .faqs-tabs-list-item {
  text-align: left;
}

.faqs-tabs-list {
  width: 13.5%;

  height: max-content;

  position: sticky;

  top: 5rem;
}

.faq-list-description {
  display: none;

  padding-bottom: 4rem;
}

.faqs-tab-content-main {
  width: 80%;
}

.faqs-tab-content-main h3 {
  margin-bottom: 4rem;
}

.faq-list {
  counter-reset: section;
}

.faq-list-item {
  border-top: 1px solid #b2b2b2;

  padding: 3rem 0;
}

.faq-list-item:last-child {
  border-bottom: 1px solid #b2b2b2;
}

.faq-list-item .faq-title {
  font-weight: 600;

  position: relative;
}

.faq-list-item .faq-title::before {
  counter-increment: section;

  content: '0' counter(section) ' ';

  top: 0;

  left: 0;

  position: absolute;
}

.faq-list-item .faq-title.active .faq-accord::after {
  display: none;
}

.faq-list-description p {
  margin-top: 1.5rem;
}

.faq-list h5,
.faq-list-description p,
.faq-list-description ul,
.faq-list-description ol {
  padding-left: 10rem;
  padding-right: 15rem;
}
.faq-list-description ul,
.faq-list-description ol {
  padding-left: 12rem;
}
.faq-list-description ul li {
  list-style: disc;
}
.faq-list-description ol li {
  list-style: lower-alpha;
}
.faq-list-description ul li,
.faq-list-description ol li {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 1.5rem;
}
.faq-list-description ol li ul li {
  list-style: disc;
}
.faq-list-description ol li ul li strong {
  font-weight: 600;
}
.faq-accord::before,
.faq-accord::after {
  content: '';

  position: absolute;

  width: 2.4rem;

  height: 1px;

  background-color: #000000;

  right: 0;

  top: 0;
}

.faq-accord::before {
  top: 1rem;
}

.faq-accord::after {
  height: 2.4rem;

  width: 1px;

  right: 1.2rem;
}

.faqs-tab-content {
  margin-bottom: 7rem;
}

.faqs-tab-content:last-child {
  margin-bottom: 0;
}
.accreditations-management {
  margin-top: 3rem;
}
.accreditations-management p {
  margin-bottom: 2rem;
}
.accreditations-management p strong {
  font-weight: 700;
}
.accreditation-sec .logos-list {
  margin-top: 8rem;
}
.accreditation-sec .logos-list-item:nth-child(n + 9) {
  border-bottom: 0;
}
.accreditations-management ul li {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
.career-content-box {
  width: 75%;
}
.career-form {
  width: 22%;
  height: max-content;
  background-color: #0069b9;
  color: #fff;
  padding: 4rem;
  position: sticky;
  top: 5rem;
}
.career-form-box p {
  font-style: italic;
  line-height: 1.4;
  font-size: 2rem;
  margin-top: 1rem;
}
.career-form-box p a {
  color: #fff;
  border-bottom: 1px solid;
}
ul.post-detail li {
  font-size: 2.2rem;
  margin-top: 6rem;
}
ul.post-detail li img {
  filter: brightness(100);
  vertical-align: middle;
  margin-right: 1rem;
}
.career-content-box ul {
  margin-bottom: 4rem;
}
.career-content-box ul li {
  font-size: 2.5rem;
  list-style: disc;
  margin-left: 2rem;
  line-height: 1.5;
  margin-top: 1rem;
}
.career-content-box h4 {
  margin: 4rem 0 2rem;
}
.career-content-box p {
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
.career-content-box p strong {
  font-weight: 600;
}
.careers-related-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
.careers-related-box {
  background-color: #fff;
  padding: 3rem;
  border-radius: 1.2rem;
}
.careers-related-box p {
  line-height: 1.3;
  margin: 1rem 0 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.careers-related-box a {
  font-size: 2rem;
  border-bottom: 1px solid #000;
  color: #000;
}
.careers-listing-box.careers-related-listing {
  margin-top: 8rem;
}
ul.job-info {
  margin-top: 1rem;
}
.careers-related-box span.date {
  margin-bottom: 1rem;
  display: block;
}
ul.job-info li:first-child {
  width: 27%;
  padding-right: 1rem;
}
ul.job-info li {
  margin-top: 1rem;
  width: 70%;
}
ul.job-info li span {
  font-weight: 600;
}
ul.job-info li:last-child {
  width: 100%;
}
@media screen and (min-width: 1800px) and (max-width: 2000px) {
  .tringle-main-box {
    width: 111.5rem;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1600px) {
  .tringle-main-box {
    width: 115.5rem;
  }
}
@media (min-width: 2000px) {
  .our-story-content-main {
    margin-left: 11.5vw;
  }
}

@media (min-width: 2300px) {
  .our-story-content-main {
    margin-left: 16vw;
  }
}

@media (min-width: 2500px) {
  .our-story-content-main {
    margin-left: 19vw;
  }
}

@media (min-width: 1700px) {
  .container {
    width: 87%;
  }
}

@media (min-width: 2000px) {
  #our-team-slider,
  #related-projects-slider,
  .other-services-main {
    max-width: 2030px;
  }
}

@media (min-width: 2500px) {
  #our-team-slider,
  #related-projects-slider,
  .other-services-main {
    max-width: 2180px;
  }
}

@media (max-width: 1600px) {
  html {
    font-size: 52%;
  }
}

@media (max-width: 1440px) {
  html {
    font-size: 47%;
  }
}

@media (max-width: 1370px) {
  html {
    font-size: 44%;
  }
}

@media (max-width: 1080px) {
  .navigation {
    width: 79%;
  }

  .map-content-wrapper {
    width: 100%;
  }

  .get-in-touch-info {
    width: 100%;

    margin-top: 1.5rem;
  }

  .container {
    width: 90%;
  }

  #our-team-slider,
  #related-projects-slider,
  .other-services-main {
    width: 96%;
  }

  .company-brochure-infos {
    width: 75%;
  }

  .brochure-info {
    width: 28%;

    margin-left: 4rem;
  }

  .contact-form-main {
    margin-left: 1rem;
  }

  .story-since {
    font-size: 27.6rem;
  }

  .our-story-content-main {
    margin: 0 auto -0.7rem;
  }

  .tringle-box-content-items:nth-child(2) {
    width: 73%;
  }

  .tringle-box-content-items:nth-child(2)::after {
    right: 39%;

    top: 21%;
  }

  .tringle-box-content-items:nth-child(3) {
    width: 62%;

    margin: 1.5rem auto 0;
  }

  .tringle-box-content-items:nth-child(4) {
    width: 44%;
  }

  .tringle-box-content-items:nth-child(5) {
    width: 58%;
  }

  .tringle-box-content-list .tringle-box-content-items:first-child {
    margin-right: 0;

    width: 71%;
  }

  .tringle-box-content-items::after {
    right: 69.5%;
  }

  .reach-form-wrapper form .form-group {
    width: 20.3%;
  }

  .pr-certificate-logos-list-item .logos-list-img {
    width: 12rem;

    height: 12rem;
  }

  /*.map-address-box::after {

    width: 23.7rem;

  }*/
}

@media (max-width: 1023px) {
  .get-quote-btn {
    padding: 10px 20px 14px !important;
  }

  .hide-1023 {
    display: none;
  }
  img.slider-icon {
    display: none !important;
  }

  .toggle-menu {
    width: 3.2rem;

    height: 3.2rem;

    background-color: transparent;

    position: absolute;

    right: 0;

    top: 0;

    z-index: 999;

    cursor: pointer;

    display: block;

    bottom: 0;

    margin: auto;
  }

  .toggle-menu span {
    opacity: 1;

    right: 0;

    display: block;

    width: 100%;

    height: 2px;

    border-radius: 2px;

    color: #fff;

    background-color: #fff;

    position: absolute;

    transform: rotate(0deg);

    transition: 0.4s ease-in-out;
  }

  .toggle-menu span:nth-child(3) {
    top: 18px;
  }

  .toggle-menu.closesidebar span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
  }

  .toggle-menu.closesidebar span:nth-child(2) {
    opacity: 0;

    transform: translateX(-60px);
  }

  .toggle-menu.closesidebar span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
  }

  .toggle-menu.closesidebar span {
    background-color: #000;
  }

  .toggle-menu span:nth-child(2) {
    top: 9px;
  }

  .page-template-homepage .toggle-menu span {
    background-color: #fff;
  }

  .page-template-homepage .toggle-menu.closesidebar span {
    background-color: #000;
  }

  .navigation ul {
    margin-right: 0;

    padding-top: 17rem;

    margin-bottom: 5rem;
  }

  .navigation.collapse-navbar.visible {
    right: 0;

    transition: right 0.7s ease;
    background: #fff;
    width: 100%;
    height: 100vh;
    padding-bottom: 3rem;
    overflow-y: auto;
  }

  .main-header .navigation .menu-item-has-children li,
  .main-header .navigation .menu-item-has-children li a {
    font-size: 3rem;
  }
  .main-header .navigation .menu-item-has-children li {
    padding: 2rem 3rem;
    border: 0;
  }

  .navigation-menu.collapse-navbar {
    padding-right: 0;
  }

  .collapse-navbar {
    top: 0;

    right: -115%;

    transition: right 0.5s ease;

    transition: 0.5s;

    border-radius: 0;

    z-index: 99;

    transform: none;

    display: block;

    background-color: #fff;

    position: fixed;

    width: 0%;

    height: 100vh;

    overflow: hidden;

    text-align: center;
  }

  .main-header .navigation ul li {
    padding: 4rem 2.5rem;

    width: 100%;

    margin-left: 0;

    border-bottom: 1px solid #dfdfdf;

    text-align: center;

    font-size: 3.5rem;
  }

  .main-header .navigation ul li a,
  .main-header .navigation ul li a:hover {
    color: #000;
  }
  .main-header .navigation .menu-item-has-children li:last-child,
  .main-header .navigation .menu-item-has-children li {
    margin-bottom: 0;
  }
  .main-header .navigation .menu-item-has-children li:first-child {
    padding-top: 5rem;
  }
  .sub-menu {
    position: static;
    box-shadow: none;
    padding-top: 0 !important;
    margin: 0 !important;
    min-width: auto;
    width: 100%;
  }
  .sub-menu-toggle::after {
    top: 5rem;
    right: 3rem;
    width: 2.4rem;
    height: 1.4rem;
    filter: brightness(0.5);
  }
  .missions-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .full-width-1023,
  .about-partners-descriptions p {
    width: 100% !important;
  }

  .about-us-circle-infos {
    width: 71% !important;

    margin: auto;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;
  }

  .about-us-circle-infos li {
    width: 40.7rem;

    height: 40.7rem;

    max-width: 100%;

    max-height: 100%;

    padding: 10rem 4rem;
  }

  .about-us-main-desc {
    margin-top: 3rem;
  }

  .about-us-headingbox {
    margin-bottom: 8rem;
  }

  .about-quotes {
    margin-top: 10rem;
  }

  .about-partners-descriptions p:nth-child(2) {
    margin: 3rem 0 0 0;
  }

  .about-partners-counters {
    margin: 7rem 0 10rem;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    width: 100%;
  }

  .partner-video-icon {
    top: 65%;
  }

  .latest-read {
    margin-top: 7rem;
  }

  .logos-sec .container {
    width: 100%;
  }

  .logos-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .logos-list-item {
    padding: 9rem 4rem;
  }
  .logos-list-item:nth-child(even) {
    border-right: 0;
  }

  .contact-form-map img {
    border-radius: 4rem 4rem 0rem 0;

    height: 63.8rem;

    object-fit: cover;
  }

  .contact-form-main {
    margin-left: 0;

    border-radius: 0rem 0 4rem 4rem;
  }

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

  .hp-banner-video-main {
    padding: 25rem 0 10rem;
  }

  .banner-content p {
    margin: 3rem 0 6rem;
  }

  .video-control img {
    margin-bottom: 0;
  }

  .our-services-content p {
    width: 100%;

    margin: 2rem 8rem 0 0;
  }

  .missions-list-content {
    display: flex;

    flex-direction: column;

    justify-content: center;
  }

  .our-services-content {
    width: 89%;

    align-items: flex-start;
  }

  .our-services-list li::before {
    top: 4rem;
  }

  .missions-list-content,
  .missions-list-item:hover .missions-list-content {
    top: 0;
  }

  .missions-list-item::after,
  .missions-list-item:hover::after,
  .our-services-content p,
  .our-services-list li:hover .our-services-content p {
    opacity: 1;
  }

  .missions-list-desc,
  .missions-list-item:hover .missions-list-content .missions-list-desc {
    opacity: 1;

    visibility: visible;

    margin-top: 3rem;
  }

  .our-services-list img,
  .our-services-list li:hover .our-services-content img {
    top: -7rem;

    bottom: 0;

    right: 0;

    width: 2.9rem;
  }

  .our-services-list li:hover .our-services-content,
  .our-services-list li:hover .our-services-content {
    align-items: flex-start;
  }

  .about-partners-heading {
    width: 80%;
  }

  .story-since {
    font-size: 21.6rem;
  }

  .tringle-box-content-list {
    position: relative;

    top: 0;

    margin-top: 2rem;

    grid-template-columns: repeat(2, 1fr);

    display: grid;

    grid-column-gap: 4rem;
  }

  .tringle-box-content-icon {
    width: 8.5rem;

    height: 8.5rem;

    padding: 2.2rem;
  }

  .tringle-box-content-list
    .tringle-box-content-items:first-child
    .tringle-box-content::before,
  .tringle-box-content-list
    .tringle-box-content-items:nth-child(2)
    .tringle-box-content::before {
    display: none;
  }

  .tringle-box-content h5 {
    color: #0875c9 !important;
  }

  .tringle-box-content p {
    color: #000 !important;

    font-size: 2rem !important;
  }

  .tringle-box-content-items {
    width: 100% !important;

    justify-content: flex-start !important;

    margin-top: 5rem !important;
  }

  .tringle-box-content-items:nth-child(2) .tringle-box-content-icon,
  .tringle-box-content-items:nth-child(4) .tringle-box-content-icon {
    order: 1;
  }

  .tringle-box-content {
    order: 2;

    text-align: left !important;

    margin: 0 0 0 3rem !important;

    width: 77% !important;
  }

  .tringle-box-content-items::after {
    display: none;
  }

  .reach-form-wrapper .get-in-touch-group-wrape {
    width: 100%;
  }

  .reach-form-wrapper form {
    justify-content: space-between;

    margin-top: 4rem;
  }

  .reach-form-wrapper form .form-group {
    width: 23.3%;

    margin-right: 2rem;
  }

  .form-submit .btn-primary {
    margin-left: 0;

    padding: 1.85rem 4.65rem;
  }

  .single-projects .toggle-menu span,
  .single-post .toggle-menu span,
  .error404 .toggle-menu span,
  .privacy-policy .toggle-menu span,
  .page-id-442 .toggle-menu span {
    background-color: #000;
  }

  .email-form-group input.form-control {
    width: 61%;

    margin-right: 3rem;
  }

  .accreditation-sec .logos-list-item:nth-child(n + 9) {
    border-bottom: 1px solid #bbbbbb;
  }
  .accreditation-sec .logos-list-item:nth-child(n + 11) {
    border-bottom: 0;
  }
  .accreditation-sec .logos-list-item:nth-child(4n + 1) {
    padding: 6rem 4rem;
  }
}

@media (max-width: 950px) {
  h1 {
    font-size: 7.5rem;
  }

  h2,
  .blogs-details h1.entry-title {
    font-size: 4.8rem;
  }

  .missions-list-content p {
    font-size: 2.4rem;
  }

  .show-950 {
    display: block;
  }

  .hide-950 {
    display: none;
  }

  .testimonial-quotes-slide-item p {
    font-size: 4.5rem;
  }

  .full-width-950 {
    width: 100% !important;
  }

  .certified-logos-wrapper h3 br {
    display: none;
  }

  .certified-logos-list {
    width: 100%;

    margin-top: 5rem;
  }

  .about-us-circle-infos {
    width: 84% !important;
  }

  .our-story-image {
    margin-bottom: 5rem;
  }

  .service-about-image {
    margin-top: 7rem;
  }

  .get-in-touch-info {
    width: 80%;

    margin-top: 0;
  }

  .get-in-touch-contact-info {
    margin-bottom: 7rem;
  }

  .mission-image {
    margin-bottom: 5rem;
  }
  .wpcf7 form .wpcf7-response-output {
    font-size: 1.2rem;
  }
  .get-in-touch-form {
    padding: 6rem 4rem;
  }

  .mission-vision-counter h5 {
    font-size: 8rem;
  }

  .mission-vision-counter li p {
    font-size: 2.3rem;
  }

  .about-projects .mission-vision-counter {
    max-width: 50%;

    margin: 0 auto;
  }

  .footer-newsletter {
    width: 50%;

    margin-bottom: 6rem;
  }

  .projects-tab-nav,
  .faqs-tabs-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
    background-color: #fff;
    z-index: 9;
    top: 0;
    padding: 2rem 0;
  }
  .projects-tab-nav li,
  .faqs-tabs-list .faqs-tabs-list-item {
    margin: 0.5rem;
    font-size: 2rem;
  }
  .projects-details-related-services {
    margin-top: 7rem;
  }
  .about-projects-certification {
    margin-top: 5rem;
  }

  .pr-certificate-logos-list {
    grid-template-columns: repeat(6, 1fr);
  }

  .projects-quick-links {
    grid-template-columns: repeat(1, 1fr);

    grid-row-gap: 3rem;
  }

  .newsletter-form {
    max-width: 100%;
  }

  .blog-list-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .explore-about-item h2 {
    width: 80%;

    left: 3rem;
  }

  .blogs-details .entry-content {
    margin-right: 0;
  }

  .email-form-group input.form-control {
    width: 54%;

    margin-right: 3rem;
  }

  .email-form-group .btn-primary {
    padding: 2.1rem 3rem;
  }

  .related-post-wrapper.blog-list-wrapper {
    grid-auto-flow: column;

    scroll-behavior: auto;

    overflow-y: auto;

    overscroll-behavior-x: contain;

    scroll-snap-type: x mandatory;

    scrollbar-width: none;

    justify-content: flex-start;

    align-items: normal;

    grid-column-gap: normal;

    grid-row-gap: 2rem;
  }

  .related-post-wrapper.blog-list-wrapper a.blog-list-item {
    scroll-snap-align: start;

    min-height: auto;

    min-width: 58rem;

    margin: 0 1.5rem;

    max-width: 28rem;
  }

  .footer-newsletter,
  .footer-links,
  .footer-links.footer-social-links {
    width: 100%;
  }

  .privacy-policy article header.entry-header h1,
  .privacy-policy article .entry-content,
  .page-id-442 article header.entry-header h1,
  .page-id-442 article .entry-content {
    width: 90%;
  }

  .faq-list h5,
  .faq-list-description p,
  .faq-list-description ul,
  .faq-list-description ol {
    padding-right: 7rem;
  }

  .footer-links-item {
    display: none;
  }

  .footer-links h6,
  .company-brochure-infos .accor-company {
    font-size: 3rem;

    border-top: 1px solid #8eceff;

    margin: 0;

    padding: 3rem 0;

    position: relative;

    color: #8eceff;
  }

  .footer-links h6::before,
  .footer-links h6::after,
  .company-brochure-infos .accor-company::before,
  .company-brochure-infos .accor-company::after {
    content: '';

    position: absolute;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    background-color: #8eceff;
  }

  .footer-links h6::before,
  .company-brochure-infos .accor-company::before {
    width: 3rem;

    height: 1.5px;
  }

  .footer-links h6::after,
  .company-brochure-infos .accor-company::after {
    height: 3rem;

    width: 1.5px;

    right: 1.2rem;
  }
  .accordion-header.accordion-header-first {
    border-top: 0;
    padding-top: 0;
  }

  .accordion-header.active::after,
  .company-brochure-infos .accor-company.active::after {
    display: none;
  }

  .footer-links-item.social-links a {
    display: inline-flex;
  }

  .footer-company-brochure {
    flex-direction: column;

    border-top: 0;

    margin-top: 0;

    padding-top: 0;
  }

  .company-brochure-infos {
    width: 100%;

    justify-content: flex-start;

    flex-direction: column;
  }

  .company-brochure-box .brochure-info:first-child {
    margin-top: 1rem;
  }

  .brochure-info {
    width: 100%;

    margin: 4rem 0;
  }

  .company-brochure-box {
    display: none;
  }

  .brochure-info h6 {
    margin-bottom: 1.5rem;

    font-size: 2rem;
  }

  .footer-links-item.social-links {
    margin: 1rem 0 4rem;
  }

  .contact-form .form-group img,
  .newsletter-form img {
    width: 2.2rem;
  }

  .form-control,
  .contact-form .form-group p input::placeholder,
  .contact-form .form-group p textarea::placeholder,
  .contact-form .form-group p select::placeholder,
  .contact-form .form-group p input,
  .contact-form .form-group p select,
  .contact-form .form-group p textarea {
    font-size: 2rem;
  }

  .service-details-sidebar {
    width: 50rem;

    position: relative;
  }

  .comm-pd-17 {
    padding: 11rem 0;
  }

  .blogs-details {
    padding: 12rem 0 0 !important;
  }

  .page-404-sec {
    padding-top: 12rem;
  }

  .our-story {
    padding-bottom: 11rem;
  }
  .career-content-box {
    margin-bottom: 3rem;
  }
  .careers-related-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .career-listing-section h6 {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .full-width-767 {
    width: 100% !important;
  }

  .about-us-circle-infos {
    width: 100% !important;
  }

  .contact-form {
    margin: 4rem 0 0 0;
  }

  .contact-form-submit {
    position: relative;

    bottom: 0;

    right: 0;

    margin-top: 5rem;
  }

  .contact-form-submit button,
  .contact-form-submit input {
    width: auto;

    height: auto;

    padding: 2.2rem 5rem;

    border-radius: 0;

    font-size: 2.2rem;
  }

  .contact-form-main {
    padding: 7rem 3.5rem;
  }

  .leadership-headbox h2 br {
    display: none;
  }

  .leadership-headbox p {
    width: 100%;

    margin: 4rem 0 0 0;
  }

  .story-since {
    font-size: 17.6rem;
  }

  .tringle-box-content-list,
  .explore-about {
    grid-template-columns: repeat(1, 1fr);
  }

  .services-listing {
    grid-template-columns: repeat(2, 1fr);
  }

  .pr-certificate-logos-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .projects-form-wrape .form-group label {
    font-size: 3rem;
  }

  .blog-listing-heading p,
  .email-form-group,
  .blog-email-wrapper form,
  .blogs-details h1.entry-title {
    width: 100%;
  }

  .blog-email-wrapper h3 br {
    display: none;
  }

  .blog-email-wrapper,
  .email-form-group {
    justify-content: center;
  }

  .email-form-group {
    margin-top: 4rem;
  }
}

@media (max-width: 639px) {
  .header-logo img {
    width: 16.3rem;
  }
  .related-services-list-item::before {
    font-size: 2rem;
  }
  .about-us-circle-infos li {
    width: 67%;

    height: 45.7rem;

    margin: auto;
  }

  .our-team-item {
    width: 39.4rem;
  }

  .missions-list,
  .services-listing,
  .blog-list-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .project-item a > img {
    height: auto;
  }
  .about-us-main-desc {
    columns: 1;
  }

  .about-us-main-desc p {
    margin-bottom: 2rem;
  }

  .about-partners-wrapper {
    justify-content: center;
  }

  .scroll-icon {
    width: 14.5rem;

    margin: 6rem 0 0;
  }

  .about-partners-heading {
    width: 100%;
  }

  .btn-box,
  .other-services-main {
    margin-top: 0;
  }

  .about-partners-counters {
    grid-template-columns: repeat(2, 1fr);

    grid-column-gap: 4rem;

    margin-bottom: 6rem;
  }

  .about-partners-counters h3 {
    font-size: 8rem;
  }

  .videowrapper {
    width: 87%;
  }

  .partner-video-icon {
    top: 0;

    position: relative;

    margin-top: 7rem;

    transform: none;

    display: block;

    left: 0;

    text-align: center;
  }

  .partner-video-icon img {
    width: 9.1rem;
  }

  .logos-list-item,
  .logos-list-item:not(:first-child) {
    padding: 6rem 4rem;
  }

  .certified-logos-list {
    grid-template-columns: repeat(3, 1fr);

    grid-row-gap: 3rem;
  }

  .featured-banner {
    min-height: 70rem;
  }

  .main-footer {
    padding: 8rem 0;
  }

  .our-story-list-item {
    width: 52rem;
  }

  #our-story-slider {
    padding-left: 4rem;
  }

  .our-story {
    overflow: hidden;
  }

  #our-story-slider .slick-list {
    margin-bottom: 7rem;

    overflow: visible;
  }

  .leader-video-main {
    height: 51rem;
  }

  .story-since {
    font-size: 12.6rem;
  }

  .services-listing {
    grid-row-gap: 7rem;
  }

  .related-projects-item {
    width: 48rem;
  }

  .reach-form-wrapper form .form-group {
    width: 100%;

    margin: 0 0 4rem;
  }

  .get-in-touch-contact-info li {
    width: 50%;
  }

  .get-in-touch-contact-info li:first-child,
  .get-in-touch-contact-info li:nth-child(2) {
    border-bottom: 1px solid #8e8b8b;

    padding-bottom: 3rem;
  }
  .projects-form-wrape .form-group-wrapper .form-group,
  .projects-form-wrape .form-group-wrapper .form-group input,
  .projects-form-wrape .form-group-wrapper .form-group span,
  .projects-form-wrape .form-group-wrapper .form-group label,
  .projects-form-wrape .form-group-wrapper .form-group {
    width: 100%;
  }

  .projects-form-wrape .form-group p {
    flex-wrap: wrap;
  }

  .get-in-touch-contact-info li:last-child {
    padding: 3rem 0 0 0;

    justify-content: center;

    width: max-content;

    margin: auto;
  }

  .get-in-touch-contact-info li:nth-child(2) {
    border-right: 0;

    padding-right: 0;
  }

  .get-in-touch-contact-info li img {
    width: 2.5rem;
  }
  .about-projects .mission-vision-counter {
    max-width: 100%;
  }
  .projects-tab-content .projects-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .pr-certificate-logos-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .projects-form-wrape .form-group {
    flex-direction: column;
  }

  .projects-form-wrape .form-group label {
    display: block;

    white-space: normal;

    padding-right: 0;

    width: 100%;

    margin-bottom: 2rem;
  }

  .projects-details-list-content ul {
    columns: 1;

    column-gap: 0;
  }

  .projects-address {
    width: 100%;

    margin-top: 2rem;
  }

  .projects-details-banner {
    padding: 18rem 0 0;
  }

  .projects-form-wrape .form-submit {
    text-align: start;
  }

  .related-post-wrapper.blog-list-wrapper a.blog-list-item {
    min-width: 42rem;

    max-width: 42rem;
  }

  .blog-email-wrapper img {
    width: 4.9rem;

    height: 4.1rem;

    object-fit: contain;
  }

  .blog-email-wrapper h3 span {
    width: 80%;
  }

  .page-404-wrapper {
    width: 100%;
  }

  .page-404-wrapper h2::before {
    right: -6rem;

    width: 45.2rem;

    height: 11.7rem;

    left: 0;
  }

  .page-404-wrapper h2 {
    font-size: 25rem;
  }

  .page-404-wrapper p {
    padding: 0;
  }
  .portfolio-name h6 img {
    margin-left: 1rem;
  }
  .portfolio-name p {
    margin-top: 1.5rem;
  }
  .portfolio-name h6 {
    position: relative;
    bottom: 0;
    top: auto;
    left: 0;
    right: auto;
  }
  .testimonial-quotes-slide-item p,
  .testimonial-quotes-slide-item h5,
  .testimonial-quotes-slide-item h6 {
    padding: 0;
  }
  .testimonial-quotes-slider .slick-dots {
    margin-left: 0;
  }
  table tr td {
    padding: 1.3rem;
    font-size: 1.9rem;
  }
  .careers-related-listing {
    grid-template-columns: repeat(1, 1fr);
  }
  .careers-listing-box.careers-related-listing {
    margin-top: 3rem;
  }
}

@media (max-width: 430px) {
  .about-us-circle-infos li {
    width: 80%;
  }

  .portfolio-name {
    flex-direction: column;

    align-items: flex-start;
  }

  .portfolio-name h6 {
    margin-top: 3rem;
  }

  .testimonial-quotes-slide-item p {
    font-size: 4rem;
  }

  .our-story-list-item {
    width: 250px;
  }

  .service-details-sidebar,
  .projects-form-wrape .form-group-wrapper .form-group,
  .projects-form-wrape .form-group-wrapper .form-group input,
  .projects-form-wrape .form-group-wrapper .form-group span,
  .projects-form-wrape .form-group-wrapper .form-group label,
  .projects-form-wrape .form-group-wrapper .form-group {
    width: 100%;
  }

  .projects-form-wrape .form-group p {
    flex-wrap: wrap;
  }

  .logos-list-img {
    padding: 3rem;
  }

  .pr-certificate-logos-list-item .logos-list-img {
    width: 12rem;

    height: 12rem;

    margin: 0;
  }
}

@media (max-width: 360px) {
  .about-us-circle-infos li {
    width: 90%;
  }

  .email-form-group input.form-control {
    margin-right: 1rem;
  }
}
