/** @format */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #121212;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
a:hover {
  text-decoration: none;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  color: #000;
}

p {
  color: #9d9d9c;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
  margin-bottom: 0;
}

h3 {
  color: #133c66;
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.btn-sec {
  display: flex;
}
.btn-sec a:not(:last-child) {
  margin-right: 0.6875rem;
}

.glb-btn {
  display: inline-block;
  padding: 0.57rem 1.75rem;
  border-radius: 0.25rem;
  margin-top: 2.5rem;
  background: var(--White, #fff);
  border: none;
  outline: none;
}
.glb-btn.blue-btn {
  background: #133c66;
  color: #fff;
  font-weight: 300;
}

.ourCompanyModal::-webkit-scrollbar {
  display: none;
}

header {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}
header .menidis {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .menidis a.glb-btn {
  margin: 0;
  margin-left: 20px;
}
header .menidis a.glb-btn img {
  margin-right: 10px;
}
header .top-header {
  background: #133c66;
  display: flex !important;
}
header .top-header .date-top {
  display: block !important;
  background: #259137;
  max-width: 20.4375rem;
  flex-shrink: 0;
  padding: 0.6rem 0.63rem 0.6rem;
}
header .top-header .date-top p {
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.23rem;
  text-transform: capitalize;
}
header .top-header .date-top p img, header .top-header .date-top p i {
  margin-right: 0.25rem;
}
header .top-header .date-top p i {
  position: relative;
  top: 0.025rem;
  font-size: 1.2rem;
}
header .top-header .date-top p:last-child {
  margin-bottom: 0;
}
header .top-header h6 {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
header .top-header .marquee3k__wrapper {
  display: flex !important;
}
header .top-header .marquee3k__wrapper p {
  color: #fff;
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 300;
  padding-right: 1.3rem;
  display: inline-block;
  line-height: normal;
  text-transform: capitalize;
}
header .top-header .marquee3k__wrapper p span {
  width: 0.6875rem;
  height: 0.6875rem;
  background: #d9d9d9;
  display: inline-flex;
  border-radius: 50%;
  margin: 0 0.25rem;
}
header .top-header .marquee3k {
  overflow: hidden;
  display: flex;
  padding: 1.69rem 0 0.47rem;
  align-items: flex-end;
}
header .top-header .marquee3k .marquee3k__copy {
  overflow: hidden;
  margin-right: 1.875rem;
}
header .bottom-header {
  padding: 1.81rem 0;
}
header .bottom-header .logo-sec a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
header .bottom-header .logo-sec a img {
  display: block;
  margin: 0;
}
header .bottom-header .menu-toggle {
  display: flex;
  align-items: center;
  color: #fff;
  text-align: right;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
header .bottom-header .menu-toggle .ham {
  margin-right: 0.45rem;
}
header .bottom-header .menu-toggle .ham span {
  width: 1.78569rem;
  display: block;
  height: 0.2rem;
  margin-bottom: 0.35rem;
  background: #fff;
}
header .bottom-header .menu-toggle .ham span:last-child {
  margin-bottom: 0;
}

.banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 6rem;
}
.banner > img {
  width: 100%;
  height: 100vh;
}
.banner .item img {
  height: 94vh;
}
.banner .ban-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: rgba(19, 60, 102, 0.8);
}
.banner .ban-wrap h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  max-width: 886px;
}
.banner .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 40px;
}
.banner .owl-dots button span {
  border-radius: 12px;
  width: 20px;
  height: 10px;
  border: none;
  background-color: #9d9d9c;
  text-indent: -9999px;
  outline: 0;
  margin: 0 5px;
  display: table;
}
.banner .owl-dots button span:hover {
  background-color: #fff;
}
.banner .owl-dots button.owl-dot.active span {
  background-color: #fff;
  width: 40px;
}
.banner .bntx {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translate(0%, -50%);
}
.banner .bntx h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}
.banner .owl-animated-in {
  animation-delay: 2s;
  animation: upani 2s 0s;
}
.banner .ban-cus {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.banner .ban-cus li {
  width: 1.25rem;
  height: 0.625rem;
  border-radius: 1.875rem;
  background: #9d9d9c;
  transition: all ease 0.4s 0s;
}
.banner .ban-cus li.active {
  width: 2.5rem;
  background: #fff;
}

.myslider {
  position: relative;
  overflow: hidden;
  margin-bottom: 6rem;
}
.myslider img {
  width: 100%;
}
.myslider .item {
  width: 100%;
  position: relative;
}
.myslider .item .ban-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background: rgba(19, 60, 102, 0.8);
}
.myslider .item .ban-wrap h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  max-width: 886px;
}
.myslider .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.myslider .slick-dots li {
  list-style: none;
  margin: 15px 0;
}
.myslider .slick-dots button {
  border-radius: 12px;
  width: 20px;
  height: 10px;
  border: none;
  background-color: #9d9d9c;
  text-indent: -9999px;
  outline: 0;
  margin: 0 5px;
}
.myslider .slick-dots button:hover {
  background-color: #fff;
}
.myslider .slick-dots li.slick-active button {
  background-color: #fff;
  width: 40px;
}

.menubar {
  position: fixed;
  transform: translate(100%, 0);
  width: 100%;
  z-index: 99;
  height: 100vh;
  overflow-y: scroll;
  background: #04385a;
  top: 0;
  left: 0;
  transition: all ease 1.7s 0s;
}
.menubar .inner {
  position: relative;
  min-height: 100vh;
  padding-bottom: 4rem;
}
.menubar img.main-img {
  width: calc(50% + 4.375rem);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menubar .bntx {
  padding-top: 0.8rem;
  text-align: left;
}
.menubar .bntx .cross {
  display: block;
  margin-left: auto;
  cursor: pointer;
  transition: all ease 0.3s 0s;
}
.menubar .bntx .cross:hover {
  transform: scale(1.06);
}
.menubar .bntx nav {
  text-align: left;
  margin-top: 1.3rem;
}
.menubar .bntx nav li a {
  color: #9d9d9c;
  text-align: left;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  margin-bottom: 2.5rem;
  transition: all ease 0.6s 0s;
}
.menubar .bntx nav li a:hover {
  color: #fff;
}
.menubar .bntx nav li.active a {
  color: #fff;
}
.menubar .glb-btn {
  margin-top: 1.75rem;
}
.menubar .social {
  margin-top: 4.57rem;
  display: flex;
  justify-content: flex-end;
  gap: 0.375rem;
}
.menubar.show-menu {
  transform: translate(0, 0);
}

.hm-sec1 {
  padding: 4rem 0;
  overflow: hidden;
}
.hm-sec1 h3 {
  margin-bottom: 2.06rem;
}
.hm-sec1 p:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
.hm-sec1 .image-sec {
  position: relative;
  height: 100%;
}
.hm-sec1 .image-sec .tx {
  padding: 1.63rem 1rem 2.12rem;
  border-radius: 0.625rem;
  background: linear-gradient(0deg, #04519f -28.27%, #05a3e0 108.05%);
  position: absolute;
  z-index: 3;
  left: 0;
  top: -1.56rem;
  max-width: 16rem;
}
.hm-sec1 .image-sec .tx h5 {
  color: #fff;
  font-family: Poppins;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.63rem;
}
.hm-sec1 .image-sec .tx h4 {
  color: #fff;
  font-family: Poppins;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.hm-sec1 .image-sec .main-img {
  display: block;
  margin-left: auto;
  border-radius: 0.625rem;
}
.hm-sec1 .image-sec .ab {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 0.25rem;
  border-radius: 0.625rem;
}
.hm-sec1 .image-sec .texture {
  position: absolute;
  left: -3.125rem;
  top: 1.875rem;
}

.hm-sec2 {
  padding: 2.5rem 0 3.75rem;
  overflow: hidden;
  background: linear-gradient(180deg, #1065bc 0%, #0e59a7 56.25%, #133c66 100%);
}
.hm-sec2 .item img {
  border-radius: 0.625rem;
}
.hm-sec2 .item img:not(:last-child) {
  margin-bottom: 1.19rem;
}
.hm-sec2 h3 {
  color: #fff;
  margin-top: 2.5rem;
}

.hm-sec3 {
  padding: 3.75rem 0;
  overflow: hidden;
  position: relative;
}
.hm-sec3 > img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.hm-sec3 .container {
  position: relative;
  z-index: 2;
}
.hm-sec3 h3 {
  color: var(--Black, #121212);
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1.25rem;
}
.hm-sec3 h3 + p {
  color: var(--Black, #121212);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  /* 150% */
  margin-bottom: 2.5rem;
}
.hm-sec3 .card-item {
  display: flex;
  padding: 1rem 0.7rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid var(--Dark-Blue, #133c66);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0rem 0.1875rem 0.9375rem 0rem rgba(0, 0, 0, 0.12);
  margin-bottom: 2.5rem;
  gap: 0.8rem;
  min-height: 10.6875rem;
}
.hm-sec3 .card-item .image {
  width: 2.9375rem;
  height: 2.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(5, 163, 224, 0.1);
}
.hm-sec3 .card-item .tx {
  width: 80%;
}
.hm-sec3 .card-item .tx h4 {
  color: #133c66;
  font-family: poppins;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1rem;
  position: relative;
}
.hm-sec3 .card-item .tx h4[extra-data=true]::before {
  content: "+";
  display: inline-block;
  margin-left: 0.25rem;
}
.hm-sec3 .card-item .tx h4[extra-data=false]::before {
  content: "0";
  display: inline-block;
  margin-left: 0.25rem;
}
.hm-sec3 .card-item .tx h6 {
  color: #133c66;
  font-family: poppins;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25rem;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}
.hm-sec3 .card-item .tx p {
  color: #133c66;
  font-family: poppins;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}

.hm-sec4 {
  padding: 3.75rem 0;
  overflow: hidden;
  background: #f4fcff;
}
.hm-sec4 h3 {
  margin-bottom: 1.25rem;
  text-transform: capitalize;
}
.hm-sec4 p {
  color: var(--Dark-Gray, #494949);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  /* 160% */
}
.hm-sec4 .img-card {
  border-radius: 0.25rem;
  border: 0.0625rem solid #f0efef;
  background: #f4fcff;
  min-height: 10.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 1.5rem;
}
.hm-sec4 .img-card img {
  width: 100%;
}
.hm-sec4 .img-sec-card {
  margin-top: 2.5rem;
}

.hm-sec5 {
  padding: 3.75rem 0;
  overflow: hidden;
}
.hm-sec5 h3 {
  margin-bottom: 1.25rem;
  text-transform: capitalize;
}
.hm-sec5 p {
  color: var(--Dark-Gray, #494949);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  /* 160% */
}
.hm-sec5 .article-card {
  margin-top: 2.5rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid #d0d0d0;
  background: #fff;
  overflow: hidden;
}
.hm-sec5 .article-card > a {
  display: block;
  width: 100%;
}
.hm-sec5 .article-card img {
  height: 18.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.hm-sec5 .article-card .tx {
  padding: 1rem 0.75rem;
}
.hm-sec5 .article-card .tx h6 {
  color: var(--Dark-Gray, #494949);
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1rem;
}
.hm-sec5 .article-card .tx h6 span {
  display: inline-block;
  color: var(--White, #fff);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  padding: 0.25rem 0.5rem;
  background: var(--Blue, #05a3e0);
  margin-right: 1rem;
}
.hm-sec5 .article-card .tx h4 {
  color: var(--Black, #000);
  font-family: Playfair Display;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0.5rem;
}
.hm-sec5 .article-card .tx p {
  color: var(--Dark-Gray, #494949);
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.5rem;
}
.hm-sec5 .article-card .tx a {
  color: var(--Dark-Blue, #133c66);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  align-items: center;
}
.hm-sec5 .article-card .tx a span {
  margin-left: 0.5rem;
  font-size: 1.8rem;
}
.hm-sec5 .owl-stage-outer {
  overflow: inherit;
}
.hm-sec5 .owl-nav {
  position: absolute;
  top: -4.6rem;
  right: 0;
}
.hm-sec5 .owl-nav button:hover {
  background: transparent !important;
}

.hm-sec6 {
  padding: 3.75rem 0;
}
.hm-sec6 .wrap {
  background: var(--Dark-Blue, #133c66);
  border-radius: 1rem;
  padding: 2.5rem;
  overflow: hidden;
  position: relative;
}
.hm-sec6 .wrap h3 {
  color: var(--White, #fff);
  text-align: center;
  font-family: Playfair Display;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.hm-sec6 .wrap .bt-shape {
  position: absolute;
  left: -2rem;
  bottom: -3rem;
  display: flex;
}
.hm-sec6 .wrap .bt-shape span {
  display: block;
  width: 10.1875rem;
  height: 10rem;
  transform: rotate(-19.432deg);
  flex-shrink: 0;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
}
.hm-sec6 .wrap .bt-shape span:nth-child(1) {
  position: relative;
  left: -1rem;
}
.hm-sec6 .wrap .bt-shape span:nth-child(2) {
  position: relative;
  top: 3.8rem;
  left: 1.7rem;
}
.hm-sec6 .wrap .tp-shape {
  position: absolute;
  right: -2rem;
  top: -3rem;
  display: flex;
}
.hm-sec6 .wrap .tp-shape span {
  display: block;
  width: 10.1875rem;
  height: 10rem;
  transform: rotate(-19.432deg);
  flex-shrink: 0;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.06);
}
.hm-sec6 .wrap .tp-shape span:nth-child(1) {
  position: relative;
  left: 2rem;
  top: -1rem;
}
.hm-sec6 .wrap .tp-shape span:nth-child(2) {
  position: relative;
  top: 7rem;
  left: 2.7rem;
}

footer {
  background: var(--Dark-Blue, #133c66);
  padding: 3.75rem 0 0;
}
footer h3 {
  color: var(--White, #fff);
  font-family: Playfair Display;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}
footer .ft-logo {
  margin-bottom: 1.25rem;
  height: 2.1875rem;
}
footer p {
  color: var(--White, #fff);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6rem;
  /* 160% */
  /* text-transform: lowercase;*/
}
footer .social {
  margin-top: 3.75rem;
  display: flex;
  gap: 1rem;
}
footer .links li a {
  color: var(--White, #fff);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
footer form {
  position: relative;
}
footer form input:not([type=submit]) {
  padding: 0.9rem 0.5rem;
  padding-right: 3.2rem;
  border: 0rem;
  width: 100%;
  border-radius: 0.375rem;
  background: var(--White, #fff);
}
footer form .sbmt {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.3rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer form .sbmt::before {
  content: "\f178";
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  position: relative;
  z-index: 2;
  color: #fff;
}
footer form input[type=submit] {
  background: var(--Dark-Blue, #133c66);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 0rem;
  border-radius: 0.3rem;
  outline: 0rem;
}
footer .copyright {
  margin-top: 5rem;
  padding: 0.94rem 0 1.87rem;
  border-top: 0.0625rem solid #dbdbdb;
}
footer h6 {
  color: var(--brand-colour-core-colour-white, #fff);
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}

.innerban {
  position: relative;
  overflow: hidden;
}
.innerban::before {
  content: "";
  position: absolute;
  opacity: 0.9;
  background: var(--Dark-Blue, #133c66);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.innerban .back {
  width: 100%;
}
.innerban .lines {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
}
.innerban .bntx {
  position: absolute;
  z-index: 6;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  transform: translate(0%, -50%);
}
.innerban .bntx h2 {
  color: #fff;
  font-family: Playfair Display;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  display: inline-flex;
  padding-right: 3rem;
}
.innerban .bntx h2 img {
  margin-left: 1rem;
  display: inline-block;
  position: absolute;
  right: 0rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.innerban .main-image {
  position: absolute;
  right: 1.8rem;
  top: 2.5rem;
  z-index: 3;
  height: 90%;
  width: 45%;
}
.innerban .main-image .inner {
  height: 100%;
  width: 100%;
  position: relative;
}
.innerban .main-image .inner span {
  display: block;
  position: absolute;
  top: 3rem;
  left: -21rem;
  transform: rotate(-45deg);
  width: 40rem;
  height: 7.81625rem;
  border-radius: 6.25rem;
  background: linear-gradient(90deg, #05a3e0 0%, rgba(5, 163, 224, 0) 91.13%);
}
.innerban .main-image .inner .top {
  left: -16rem;
  width: 31rem;
}
.innerban .main-image .inner .bot {
  top: unset;
  bottom: 12rem;
  left: unset;
  right: -30rem;
}
.innerban .main-image .inner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 90%;
  width: 90%;
  border-radius: 2rem;
  border: 0.0625rem solid #05a3e0;
}
.innerban .main-image .inner img {
  height: 100%;
  width: 100%;
  -webkit-mask-image: url("../images/m-shape.png");
          mask-image: url("../images/m-shape.png");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin: auto;
  position: relative;
  z-index: 2;
}
.innerban .l-shape {
  position: relative;
  width: 30%;
  z-index: 4;
}
.innerban .l-shape span {
  display: block;
  position: absolute;
  top: 3rem;
  left: -21rem;
  transform: rotate(140deg);
  width: 40rem;
  height: 4.10963rem;
  border-radius: 6.25rem;
  background: linear-gradient(90deg, #05a3e0 0%, rgba(5, 163, 224, 0) 91.13%);
}
.innerban .l-shape span.one {
  top: -4.8rem;
  left: -23rem;
}
.innerban .l-shape span.two {
  top: 2.4rem;
  left: -22.8rem;
}

.our-company-sec1 {
  position: relative;
  padding: 6rem 0 5rem;
}
.our-company-sec1 h3 {
  margin-bottom: 1.37rem;
  text-transform: capitalize;
}
.our-company-sec1 p {
  margin-bottom: 0.75rem;
}
.our-company-sec1 .author {
  margin-top: 4.3rem;
}
.our-company-sec1 .author h5 {
  color: var(--Blue, #05a3e0);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  font-family: poppins;
}
.our-company-sec1 .author h6 {
  color: var(--Dark-Blue, #133c66);
  font-family: poppins;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 2rem;
}
.our-company-sec1 .ab {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.our-company-sec1 .ab .inner {
  position: relative;
}
.our-company-sec1 .ab .inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, #fff 12.87%, rgba(255, 255, 255, 0) 65.03%, #fff 117.48%), linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 45.98%, #fff 100%);
}
.our-company-sec1 .text-sec {
  position: relative;
}
.our-company-sec1 .text-sec .quote {
  position: absolute;
  right: 0.8rem;
  top: -0.3rem;
}

.our-company-sec2 {
  padding: 3.75rem 0;
  background: #f1fbff;
  position: relative;
}
.our-company-sec2 .sec-back {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.our-company-sec2 h3 {
  margin-bottom: 3.5rem;
}
.our-company-sec2 .nth-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 4.38rem;
}
.our-company-sec2 .nth-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4.5625rem;
  height: 17.125rem;
  background: #05a3e0;
}
.our-company-sec2 .nth-wrap:nth-child(even)::after {
  right: unset;
  left: 0;
}
.our-company-sec2 .nth-wrap:nth-child(even) .image-sec {
  margin-left: auto;
}
.our-company-sec2 .nth-sec .image-sec {
  width: 88%;
  position: relative;
}
.our-company-sec2 .nth-sec .image-sec::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 95%;
  width: 95%;
  top: 4.6rem;
  z-index: 1;
  left: 3.8rem;
  border-radius: 0.625rem;
  background: rgba(187, 231, 248, 0.43);
}
.our-company-sec2 .nth-sec .image-sec img {
  position: relative;
  z-index: 2;
  width: 94%;
}
.our-company-sec2 .nth-sec h4 {
  color: var(--Dark-Blue, #133c66);
  font-family: Playfair Display;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}
.our-company-sec2 .nth-sec ul {
  margin-bottom: 2.56rem;
}
.our-company-sec2 .nth-sec ul li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--Gray, #9d9d9c);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 156.25% */
}
.our-company-sec2 .nth-sec ul li:not(:last-child) {
  margin-bottom: 0.1rem;
}
.our-company-sec2 .nth-sec ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
  background: #133c66;
}
.our-company-sec2 .nth-sec ul.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Two equal columns */
  gap: 0.1875rem;
  /* Adjust the gap as needed */
  list-style: none;
  /* Remove default list styles */
  padding: 0;
}
.our-company-sec2 .nth-sec ul.two-col li {
  margin-bottom: 0;
}

.our-company-section3 {
  padding: 3.75rem 0;
}
.our-company-section3 h3 {
  margin-bottom: 4.5rem;
}
.our-company-section3 .nav {
  padding: 0.75rem;
  border-radius: 0.75rem;
  gap: 1rem;
  margin-bottom: 2.5rem;
  background: #f6fdff;
  display: inline-flex;
  border: 0rem;
}
.our-company-section3 .nav .nav-item button {
  padding: 1rem 2rem;
  color: var(--Dark-Blue, #133c66);
  text-align: center;
  font-family: Playfair Display;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 1.875rem;
}
.our-company-section3 .nav .nav-item button:hover {
  border-radius: 1.875rem;
  background: transparent;
}
.our-company-section3 .nav .nav-item button.active {
  border-radius: 1.875rem;
  background: #05a3e0;
  color: #fff;
}
.our-company-section3 .tab-card .image {
  border-radius: 1rem 1rem 0 0;
  position: relative;
  overflow: hidden;
}
.our-company-section3 .tab-card .image a.aps {
  position: absolute;
  inset: 0;
  right: unset;
  bottom: unset;
  height: 100%;
  width: 100%;
  border-radius: 0;
  background-color: unset;
  transition: unset;
}
.our-company-section3 .tab-card .image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: transparent;
  transition: all ease 0.4s 0s;
}
.our-company-section3 .tab-card .image a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -4.25rem;
  bottom: 1.25rem;
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 50%;
  background: #fff;
  transition: all ease 0.4s 0s;
}
.our-company-section3 .tab-card .image a i {
  font-size: 1.125rem;
  color: #133c66;
}
.our-company-section3 .tab-card .image:hover::before {
  background: rgba(255, 255, 255, 0.4);
}
.our-company-section3 .tab-card .image:hover a {
  right: 1.25rem;
}
.our-company-section3 .tab-card img {
  border-radius: 1rem 1rem 0 0;
}
.our-company-section3 .tab-card .tx {
  padding: 1rem 1.25rem;
}
.our-company-section3 .tab-card .tx h5 {
  color: var(--Black, #121212);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.25rem;
}
.our-company-section3 .tab-card .tx h6 {
  color: var(--Gray, #9d9d9c);
  font-family: Poppins;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}

.our-company-section4 {
  padding: 5rem 0;
}
.our-company-section4 .row {
  align-items: center;
}
.our-company-section4 h3 {
  margin-bottom: 1.75rem;
}
.our-company-section4 p {
  font-size: 0.9rem;
  line-height: 1.6rem;
}
.our-company-section4 .image-sec {
  position: relative;
}
.our-company-section4 .image-sec img {
  border-radius: 0 3rem 0 0;
  margin-bottom: 0.2rem;
}
.our-company-section4 .image-sec .tx {
  width: 11.4375rem;
  border-radius: 0rem 0rem 3.75rem 0rem;
  background: var(--Blue, #05a3e0);
  position: absolute;
  right: 0;
  bottom: -2rem;
  padding: 1.19rem 1.19rem 0.7rem;
  text-align: center;
}
.our-company-section4 .image-sec .tx h4 {
  color: var(--White, #fff);
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  text-transform: capitalize;
  margin-bottom: 1.06rem;
}
.our-company-section4 .image-sec .tx h6 {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 156.25% */
}

.market-cap-sec1 {
  padding: 2.5rem 0;
  position: relative;
}
.market-cap-sec1 > img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.market-cap-sec1 .image-sec {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.62rem;
}
.market-cap-sec1 .image-sec .img-col {
  position: relative;
}
.market-cap-sec1 .image-sec .img-col .shape-left {
  border-radius: 0rem;
}
.market-cap-sec1 .image-sec .img-col .shape-right {
  position: absolute;
  top: -4.375rem;
  left: 0;
  border-radius: 0rem;
}
.market-cap-sec1 .image-sec .img-col .image-wrap {
  display: flex;
  align-items: flex-start;
}
.market-cap-sec1 .image-sec .img-col img {
  display: block;
  margin-left: auto;
  margin-bottom: 0.62rem;
  border-radius: 1rem;
}
.market-cap-sec1 h3 {
  margin-bottom: 1.5rem;
}
.market-cap-sec1 p {
  color: var(--Dark-Gray, #494949);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  margin-bottom: 1.6rem;
}

.market-cap-sec2 {
  padding: 2.5rem 0 5rem;
  position: relative;
}
.market-cap-sec2::before {
  content: "";
  position: absolute;
  height: 60%;
  background: var(--Dark-Blue, #133c66);
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.market-cap-sec2 h3 {
  margin-bottom: 0.7rem;
}
.market-cap-sec2 h3,
.market-cap-sec2 p {
  color: #fff;
}
.market-cap-sec2 p:not(.service-card p) {
  font-weight: 300;
}

.service-card {
  text-align: center;
  padding: 3.13rem 0.25rem;
  margin-top: 2.5rem;
  border-radius: 0.75rem;
  border: 0.125rem solid #fff;
  background: var(--Blue, #05a3e0);
}
.service-card img {
  margin-bottom: 1.38rem;
}
.service-card h4 {
  color: #fff;
  text-align: center;
  font-size: 1.55rem;
  font-family: poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 114.286% */
}

.market-cap-sec3 {
  padding-bottom: 8rem;
}
.market-cap-sec3 h3 {
  margin-bottom: 1.5rem;
}
.market-cap-sec3 p {
  color: var(--Gray, #9d9d9c);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
}
.market-cap-sec3 p span {
  color: var(--Blue, #05a3e0);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem;
}
.market-cap-sec3 p:has(b) {
  margin-top: 1.87rem;
  margin-bottom: 1rem;
}
.market-cap-sec3 p:has(b) b {
  color: var(--Dark-Gray, #494949);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  /* 177.778% */
}
.market-cap-sec3 .image-sec {
  width: 88%;
  position: relative;
}
.market-cap-sec3 .image-sec::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 95%;
  width: 95%;
  top: 4.6rem;
  z-index: 1;
  left: 3.8rem;
  border-radius: 0.625rem;
  background: rgba(187, 231, 248, 0.43);
}
.market-cap-sec3 .image-sec img {
  position: relative;
  z-index: 2;
  width: 94%;
  border-radius: 0.625rem;
}
.market-cap-sec3 h4 {
  color: var(--Dark-Blue, #133c66);
  font-family: Playfair Display;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1.5rem;
}
.market-cap-sec3 ul {
  margin-bottom: 2.56rem;
}
.market-cap-sec3 ul li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--Gray, #9d9d9c);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 156.25% */
}
.market-cap-sec3 ul li:not(:last-child) {
  margin-bottom: 0.1rem;
}
.market-cap-sec3 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3rem;
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
  background: #133c66;
}
.market-cap-sec3 ul.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Two equal columns */
  gap: 0.1875rem;
  /* Adjust the gap as needed */
  list-style: none;
  /* Remove default list styles */
  padding: 0;
}
.market-cap-sec3 ul.two-col li {
  margin-bottom: 0;
}

.market-cap-sec4 {
  position: relative;
  padding: 3rem 0 5rem;
}
.market-cap-sec4 h3 {
  margin-bottom: 1.25rem;
}
.market-cap-sec4 p {
  color: var(--Dark-Gray, #494949);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 156.25% */
  margin-bottom: 1.25rem;
}
.market-cap-sec4 h6 {
  color: var(--Dark-Blue, #133c66);
  font-size: 1.25rem;
  font-style: normal;
  font-family: poppins;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0.6rem;
}
.market-cap-sec4 .image-sec {
  position: relative;
  bottom: 2.69rem;
  height: 100%;
}
.market-cap-sec4 .image-sec > img {
  width: calc(56% - 0.875rem);
  border-radius: 0.625rem;
}
.market-cap-sec4 .image-sec .ab-col {
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.market-cap-sec4 .image-sec .ab-col .connect {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 7.5625rem;
  height: 7.3125rem;
  border-radius: 1rem;
  background: var(--Blue, #05a3e0);
  margin-bottom: 2.31rem;
}
.market-cap-sec4 .image-sec .ab-col img:not(.connect img) {
  border-radius: 0.625rem;
  left: 2.4rem;
  position: relative;
}
.market-cap-sec4 .ab {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.market-cap-sec4 .ab .inner {
  position: relative;
}
.market-cap-sec4 .ab .inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.94) 6.31%, rgba(255, 255, 255, 0.66) 53.74%, #fff 101.44%), linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 45.98%, rgba(255, 255, 255, 0.98) 100%);
}

.market-cap-sec5 .image-sec {
  text-align: center;
  margin: auto;
  width: 100%;
}
.market-cap-sec5 .image-sec::before {
  left: 0;
  width: 100%;
  background: rgb(187, 231, 248);
}
.market-cap-sec5 .image-sec img {
  display: block;
  margin: auto;
  width: 87%;
  border-radius: 0.625rem;
}
.market-cap-sec5 p {
  margin-bottom: 0.5rem;
  color: var(--Gray, #9d9d9c);
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 160% */
}

.market-cap-sec6 {
  position: relative;
  padding: 0 0 5.88rem;
  overflow: hidden;
}
.market-cap-sec6 h3 {
  margin-bottom: 1.5rem;
}
.market-cap-sec6 p {
  color: var(--Gray, #9d9d9c);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 156.25% */
}
.market-cap-sec6 > img {
  position: absolute;
  left: 0;
}
.market-cap-sec6 .image-sec {
  width: 93%;
  position: relative;
}
.market-cap-sec6 .image-sec::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  top: 1.25rem;
  z-index: 1;
  left: 1.25rem;
  border-radius: 6.25rem;
  background: #bbe7f8;
}
.market-cap-sec6 .image-sec img {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 6.25rem;
}

.client {
  margin-bottom: 3.75rem;
  position: relative;
}
.client .main-img {
  display: block;
  position: relative;
  z-index: 3;
}
.client .container:not(.bntx) {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
}
.client .bntx {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
}
.client .wrap {
  padding: 5.53rem 3.75rem;
  border-radius: 1.25rem;
  background: var(--Dark-Blue, #133c66);
  position: relative;
}
.client .wrap .texture {
  position: absolute;
  right: 0;
  bottom: 0;
}
.client .wrap h3 {
  color: var(--White, #fff);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
.client .wrap p {
  color: var(--White, #fff);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem;
  /* 160% */
}

@keyframes updown {
  0% {
    bottom: 4rem;
  }
  50% {
    bottom: 8rem;
  }
  100% {
    bottom: 4rem;
  }
}
.wp-fixed {
  position: fixed;
  bottom: 8rem;
  right: 3rem;
  z-index: 2;
  animation: updown 9s 0s infinite;
}

section.contact-sec1 {
  padding: 5rem 0;
}
section.contact-sec1 h2 {
  color: var(--Dark-Blue, #133c66);
  font-family: Playfair Display;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 1.5rem;
}
section.contact-sec1 p {
  color: var(--Dark-Gray, #494949);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
  /* 156.25% */
  margin: 0 0 1.5rem;
}
section.contact-sec1 .form-box label {
  display: block;
  color: var(--Black, var(--Black-1, #000));
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
  margin: 0 0 0.5rem;
}
section.contact-sec1 .form-box input:not([type=submit]) {
  width: 100%;
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--Gray, #9d9d9c);
  background: var(--White, #fff);
  padding: 0.75rem;
  margin: 0 0 1rem;
  outline: none;
}
section.contact-sec1 textarea {
  width: 100%;
  height: 8.9375rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--Gray, #9d9d9c);
  background: var(--White, #fff);
  padding: 0.75rem;
  margin: 0 0 3.25rem;
  outline: none;
  resize: none;
}
section.contact-sec1 input[type=submit] {
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border: none;
  padding: 0.875rem 2.25rem;
  border-radius: 0.25rem;
  background: var(--Dark-Blue, #133c66);
}
section.contact-sec1 .map-box {
  width: 100%;
  height: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
section.contact-sec1 .map-box iframe {
  filter: grayscale(100%) invert(100%) contrast(100%);
  width: 100%;
  height: 100%;
}

section.contact-sec2 {
  padding: 0 0 5rem;
}
section.contact-sec2 .box {
  border-radius: 0.75rem;
  background: var(--Dark-Blue, #133c66);
  padding: 1.5rem 0.75rem 2.8125rem;
  text-align: center;
  overflow: hidden;
}
section.contact-sec2 .box img {
  width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.contact-sec2 .box h4 {
  color: var(--White, #fff);
  text-align: center;
  font-family: Playfair Display;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 1.95rem */
  margin: 2rem 0 0.75rem;
}
section.contact-sec2 .box p {
  color: var(--White, #fff);
  text-align: center;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
  margin: 0 0 2.5rem;
}
section.contact-sec2 .box a {
  color: var(--White, #fff);
  text-align: center;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
  text-decoration-line: underline;
}

section.latest-news-sec1 {
  padding: 5rem 0;
}
section.latest-news-sec1 .box {
  background: #fff;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 0.0625rem solid #d0d0d0;
  margin: 0 0 2.5rem;
}
section.latest-news-sec1 .box a {
  display: block;
  width: 100%;
}
section.latest-news-sec1 .box a img {
  border-radius: 0.75rem 0.75rem 0rem 0rem;
  width: 100%;
}
section.latest-news-sec1 .box .text {
  padding: 1rem 0.75rem;
}
section.latest-news-sec1 .box .text .categorie {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 0 1rem;
}
section.latest-news-sec1 .box .text .categorie span {
  display: inline-block;
  color: var(--White, #fff);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 1.3125rem */
  background: var(--Blue, #05a3e0);
  padding: 0.25rem 0.5rem;
}
section.latest-news-sec1 .box .text .categorie p {
  color: var(--Dark-Gray, #494949);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.3125rem */
  margin: 0;
}
section.latest-news-sec1 .box .text h4 a {
  color: var(--Black, var(--Black-1, #000));
  font-family: Playfair Display;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 1.75rem */
  margin: 0 0 0.5rem;
}
section.latest-news-sec1 .box .text p {
  color: var(--Dark-Gray, #494949);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
  margin: 0 0 1.5rem;
}
section.latest-news-sec1 .box .text a {
  color: var(--Dark-Blue, #133c66);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section.latest-news-sec1 .paganation {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.latest-news-sec1 .paganation a {
  width: 2.1875rem;
  height: 2.1875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Gray, #9d9d9c);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 0.25rem;
  border: 0.0625rem solid var(--Gray, #9d9d9c);
}
section.latest-news-sec1 .paganation a.active {
  color: #fff;
  background: var(--Blue, #05a3e0);
  border: 0.0625rem solid #05a3e0;
}
section.latest-news-sec1 .form-box {
  margin: 0 0 2.5rem;
}
section.latest-news-sec1 .form-box input {
  width: 100%;
  padding: 0.875rem 1rem;
  border-radius: 0.375rem;
  border: 0.0625rem solid var(--Blue, #0b9bb4);
  outline: none;
  background: #fff;
  background-image: url(../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
}
section.latest-news-sec1 .form-box input::-moz-placeholder {
  color: var(--Gray, #747474);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.latest-news-sec1 .form-box input::placeholder {
  color: var(--Gray, #747474);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.latest-news-sec1 h3 {
  color: var(--Dark-Blue, #133c66);
  font-family: Playfair Display;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
section.latest-news-sec1 ul {
  margin: 1.5rem 0;
}
section.latest-news-sec1 ul li {
  position: relative;
  border-bottom: 0.0625rem solid #ccc;
  background: #fff;
  padding-left: 1.5625rem;
  margin: 0 0 1rem;
}
section.latest-news-sec1 ul li::before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: #494949;
  position: absolute;
  top: 1.125rem;
  left: 0.625rem;
}
section.latest-news-sec1 ul li a {
  color: var(--Dark-Gray, #494949);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 0.5625rem 0;
}
section.latest-news-sec1 .wrap-box {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 1.5rem 0 0;
}
section.latest-news-sec1 .card-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
section.latest-news-sec1 .card-box a {
  overflow: hidden;
}
section.latest-news-sec1 .card-box a img {
  border-radius: 0.375rem;
  width: 7.3125rem;
  height: 5.0625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.latest-news-sec1 .card-box .textBox {
  width: 80%;
}
section.latest-news-sec1 .card-box .textBox a {
  display: block;
  color: var(--Black, var(--Black-1, #000));
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 1.4rem */
  margin: 0 0 0.5rem;
}
section.latest-news-sec1 .card-box .textBox p {
  color: var(--Gray, #747474);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.3125rem */
  margin: 0;
}

section.detail-innerban {
  background: var(--Dark-Blue, #133c66);
  padding: 11.125rem 0 7.875rem;
}
section.detail-innerban ul.page {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0 0 1.25rem;
}
section.detail-innerban ul.page li {
  position: relative;
  color: var(--White, #fff);
  text-align: center;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
}
section.detail-innerban ul.page li a {
  color: var(--White, #fff);
  font-weight: 400;
  font-size: 0.8rem;
}
section.detail-innerban ul.page li::after {
  content: "\f105";
  font-family: fontAwesome;
  font-weight: 900;
  position: absolute;
  top: 0.0625rem;
  right: -1.3125rem;
}
section.detail-innerban ul.page li:last-child::after {
  display: none;
}
section.detail-innerban h2 {
  color: var(--White, #fff);
  font-family: Playfair Display;
  font-size: 2.4375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 3.5rem */
  margin: 0 0 3rem;
}
section.detail-innerban span {
  display: block;
  color: var(--White, #fff);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.3125rem */
  margin: 0 0 0.9375rem;
}
section.detail-innerban ul.time {
  display: flex;
  align-items: center;
  gap: 1.4375rem;
  margin: 0 0 2.5rem;
}
section.detail-innerban ul.time li {
  position: relative;
  color: var(--White, #fff);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 1.3125rem */
}
section.detail-innerban ul.time li::after {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.4375rem;
  right: -0.8125rem;
}
section.detail-innerban ul.time li:last-child:after {
  display: none;
}
section.detail-innerban p {
  color: var(--White, #fff);
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 1.6875rem */
  margin: 0 0 1rem;
}
section.detail-innerban ul.socialMedia {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section.detail-innerban ul.socialMedia li {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
}
section.detail-innerban ul.socialMedia li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.detail-innerban figure {
  border-radius: 1.25rem;
  overflow: hidden;
}

section.detail {
  padding: 5.25rem 0 3.75rem;
}
section.detail h2 {
  color: var(--Dark-Blue, #133c66);
  font-family: Playfair Display;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 3rem */
  margin: 0 0 1.5rem;
}
section.detail p {
  color: var(--Dark-Gray, #494949);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
  margin: 0 0 1rem;
}
section.detail figure {
  border-radius: 0.75rem;
  overflow: hidden;
  margin: 2.25rem 0 1rem;
}
section.detail h6 {
  position: relative;
  color: var(--Black, var(--Black-1, #000));
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  padding-left: 0.625rem;
  line-height: 150%;
  /* 1.3125rem */
  margin: 0 0 2.5rem;
}
section.detail h6::before {
  content: "";
  width: 0.125rem;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
section.detail h4 {
  color: var(--Dark-Blue, #133c66);
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem;
  /* 140% */
  margin: 0 0 1rem;
}
section.detail h5 {
  position: relative;
  color: var(--Dark-Blue, #133c66);
  font-family: "Poppins", sans-serif;
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.75rem;
  /* 140% */
  padding-left: 1.625rem;
  margin: 1.25rem 0 2rem;
}
section.detail h5::before {
  content: "";
  width: 0.125rem;
  height: 100%;
  background-color: #133c66;
  position: absolute;
  top: 0;
  left: 0;
}
section.detail h3 {
  color: var(--Dark-Blue, #133c66);
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  /* 2.6rem */
  margin: 1.5rem 0 1.25rem;
}
section.detail .box {
  margin: 2.5rem 0 0;
}
section.detail .box p {
  color: var(--Black, var(--Black-1, #000));
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 1.5rem */
  margin: 0 0 1rem;
}
section.detail .box .ul-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  border-bottom: 0.0625rem solid #9d9d9c;
}
section.detail .box .ul-box ul.social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section.detail .box .ul-box ul.social li {
  width: 2rem;
  height: 2rem;
  border-radius: 4rem;
  background: var(--Dark-Blue, #133c66);
}
section.detail .box .ul-box ul.social li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.detail .box .ul-box ul.social li a img {
  filter: invert(99%) sepia(7%) saturate(1091%) hue-rotate(266deg) brightness(255%) contrast(100%);
}
section.detail .box .ul-box ul.tags {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
section.detail .box .ul-box ul.tags li {
  color: var(--White, #fff);
  font-size: 0.775rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 1.3125rem */
  padding: 0.25rem 0.5rem;
  background: var(--Blue, #05a3e0);
}
section.detail .box .ul-box ul.tags li a {
  color: var(--White, #fff);
  font-size: 0.775rem;
  font-style: normal;
  font-weight: 500;
}
section.detail .box .profile {
  display: flex;
  align-items: center;
  gap: 1rem;
}
section.detail .box .profile figure {
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
section.detail .box .profile figure img {
  width: 3.5rem;
  height: 3.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.detail .box .profile p {
  color: var(--Black, var(--Black-1, #000));
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 1.5rem */
  margin: 0;
}
section.detail .box .profile p span {
  display: block;
  font-weight: 500;
}

.login-sec1 {
  position: relative;
  background: var(--Dark-Blue, #133c66);
}
.login-sec1 > img {
  display: block;
  width: 49%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-sec1 .bntx {
  position: relative;
  z-index: 2;
}
.login-sec1 .log-logo {
  margin-bottom: 2.5rem;
}
.login-sec1 h4 {
  color: var(--White, #fff);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}
.login-sec1 .frm-wrap {
  padding: 2rem 5rem;
  min-height: 100vh;
}
.login-sec1 p {
  color: var(--White, #fff);
  text-align: center;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  max-width: 25rem;
  margin: auto;
  margin-bottom: 2rem;
}
.login-sec1 form .form-row {
  margin-bottom: 1rem;
}
.login-sec1 form .form-row .forgot {
  color: var(--White, #fff);
  text-align: right;
  font-size: 0.8rem;
  font-style: normal;
  text-decoration: underline;
  font-weight: 400;
  line-height: normal;
  margin-top: 1rem;
  display: block;
  margin-bottom: 1.3rem;
}
.login-sec1 form label {
  color: var(--White, #fff);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: block;
  text-align: left;
  margin-bottom: 0.5rem;
}
.login-sec1 form input {
  padding: 0.6rem;
  width: 100%;
  border-radius: 0.25rem;
  border: 0.0625rem solid #ccc;
  background: #fff;
}
.login-sec1 form input[type=submit] {
  text-transform: capitalize;
  margin-top: 1rem;
}
.login-sec1 form .or-sec {
  margin-top: 5.25rem;
}
.login-sec1 form .or-sec h6 {
  color: var(--White, #fff);
  text-align: center;
  font-family: poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  gap: 0.56rem;
}
.login-sec1 form .or-sec h6::before {
  content: "";
  width: 10.4375rem;
  height: 0.0625rem;
  background: var(--White, #fff);
  display: inline-block;
}
.login-sec1 form .or-sec h6::after {
  content: "";
  width: 10.4375rem;
  height: 0.0625rem;
  background: var(--White, #fff);
  display: inline-block;
}
.login-sec1 .social-log {
  display: flex;
  justify-content: center;
  gap: 1.88rem;
}
.login-sec1 .social-log li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  flex-shrink: 0;
  background: #fff;
}

.our-company-section4.inv-sec1 img {
  border-radius: 0px;
}
.our-company-section4.inv-sec1 .ps-4 {
  padding-left: 2rem !important;
}
.our-company-section4.inv-sec1 .image-sec > img {
  border-radius: 0rem 0rem 6.25rem 0rem;
}
.our-company-section4.inv-sec1 .image-sec .tx {
  min-width: 14.375rem;
  padding: 2.5rem 1.37rem 3.5rem;
  border-radius: 0rem 0rem 6.25rem 0rem;
  bottom: -3rem;
}
.our-company-section4.inv-sec1 .image-sec .tx img {
  margin-bottom: 2.6rem;
}
.our-company-section4.inv-sec1 .image-sec .tx h4 {
  margin-bottom: 1rem;
  font-family: poppins;
  font-size: 3rem;
}
.our-company-section4.inv-sec1 p {
  color: var(--Dark-Gray, #494949);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
}
.our-company-section4.inv-sec1 p:not(:last-child) {
  margin-bottom: 2rem;
}

.inv-sec2 {
  position: relative;
}
.inv-sec2 .service-card {
  padding: 2.38rem 2.56rem 4rem;
}
.inv-sec2 .service-card h4 {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
.inv-sec2 h3 {
  margin-bottom: 1.5rem;
}
.inv-sec2 p {
  color: var(--Dark-Gray, #494949);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}
.inv-sec2 p:not(:last-child) {
  margin-bottom: 2rem;
}
.inv-sec2 .ab {
  position: absolute;
  top: -70%;
  right: 0;
  opacity: 0.6;
  z-index: -1;
}
.inv-sec2 .ab .inner {
  position: relative;
}
.inv-sec2 .ab .inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-270deg, #fff 12.87%, rgba(255, 255, 255, 0) 65.03%, #fff 117.48%), linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 45.98%, #fff 100%);
}

.inv-sec3 {
  padding: 5rem 0;
}
.inv-sec3 h3 {
  margin-bottom: 1.5rem;
}
.inv-sec3 p {
  margin-bottom: 2.25rem;
  color: #494949;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
}
.inv-sec3 .image-sec {
  position: relative;
}
.inv-sec3 .image-sec .engage {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translate(0, -50%);
  width: 7.5rem;
  height: 7.5rem;
  background: #05a3e0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.inv-sec3 .image-sec .engage img {
  display: block;
  margin: auto;
}
.inv-sec3 .custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.inv-sec3 .custom-counter li {
  counter-increment: step-counter;
  margin-bottom: 1rem;
  display: flex;
  color: var(--Gray, #9d9d9c);
  font-size: 0.95rem;
  font-style: normal;
  font-weight: 400;
}
.inv-sec3 .custom-counter li::before {
  content: counter(step-counter);
  margin-right: 0.52rem;
  font-size: 80%;
  background-color: rgba(0, 199, 199, 0.3);
  color: #05a3e0;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
}

.inv-sec4 {
  padding: 1.75rem 0 3.75rem;
  position: relative;
}
.inv-sec4 > img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  z-index: 1;
}
.inv-sec4::before {
  content: "";
  position: absolute;
  opacity: 0.9;
  background: var(--Dark-Blue, #133c66);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.inv-sec4 * {
  color: #fff;
}
.inv-sec4 .container {
  position: relative;
  z-index: 3;
}
.inv-sec4 h3 {
  margin-bottom: 1.5rem;
}
.inv-sec4 p {
  color: var(--White, #fff);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5625rem;
}
.inv-sec4 p:not(:last-child) {
  margin-bottom: 2rem;
}
.inv-sec4 .service-card {
  padding: 2.57rem 2.76rem;
  border: 0px;
}
.inv-sec4 .service-card h4 {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2rem; /* 160% */
}

.inv-sec5 h3 {
  text-transform: capitalize;
}
.inv-sec5 .image-sec {
  position: relative;
}
.inv-sec5 .image-sec > img:not(.ab) {
  width: 85%;
  display: block;
}
.inv-sec5 .image-sec .ab {
  position: absolute;
  bottom: -2rem;
  right: 0rem;
  border: 9px solid #fff;
}

.inv-sec4.inv-sec6 {
  padding: 3.775rem 0 2rem;
}
.inv-sec4.inv-sec6 > img {
  -o-object-position: bottom;
     object-position: bottom;
}
.inv-sec4.inv-sec6 h3 {
  margin-bottom: 3rem;
}
.inv-sec4.inv-sec6 .list {
  display: flex;
  align-items: center;
  margin-bottom: 3.9rem;
}
.inv-sec4.inv-sec6 .list p {
  color: var(--White, #fff);
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem; /* 156.25% */
}
.inv-sec4.inv-sec6 .list img {
  margin-right: 1.75rem;
  display: block;
}

.inv-sec7 {
  padding: 5rem 0;
}
.inv-sec7 h3 {
  margin-bottom: 1.25rem;
}
.inv-sec7 .heading p {
  max-width: 44.125rem;
  margin: auto;
  color: var(--Dark-Gray, #494949);
  text-align: center;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
}
.inv-sec7 .ns-card {
  margin-top: 3.12rem;
}
.inv-sec7 .ns-card a {
  display: block;
  width: 100%;
}
.inv-sec7 .ns-card img {
  margin-bottom: 1.25rem;
  display: block;
  width: 100%;
}
.inv-sec7 .ns-card h4 {
  color: var(--Black, #121212);
  font-size: 1.5rem;
  font-family: poppins;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5625rem; /* 104.167% */
  margin-bottom: 0.75rem;
}
.inv-sec7 .ns-card p {
  color: var(--Dark-Gray, #494949);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem; /* 156.25% */
}

.ourCompanyModal {
  width: 85% !important;
}
.ourCompanyModal .modal-dialog {
  max-width: unset !important;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.ourCompanyModal .modal-dialog .modal-content {
  padding-left: 40px;
}
.ourCompanyModal .modal-dialog .modal-content .modal-header {
  padding: 0;
  padding-top: 2.63rem;
  border: none;
}
.ourCompanyModal .modal-dialog .modal-content .modal-header a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3rem;
  color: var(--Blue, #05a3e0);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 1.62rem;
}
.ourCompanyModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.ourCompanyModal .modal-dialog .modal-content .modal-body figure {
  border-radius: 0.75rem;
  overflow: hidden;
  margin: 0 0 0.94rem;
}
.ourCompanyModal .modal-dialog .modal-content .modal-body figure img {
  border-radius: 0.75rem;
  width: 100%;
  height: 100%;
}
.ourCompanyModal .modal-dialog .modal-content .modal-body .textBox {
  padding: 1rem 0.75rem;
}
.ourCompanyModal .modal-dialog .modal-content .modal-body .textBox h4 {
  color: var(--Black, #121212);
  font-family: Source Serif Pro;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 0 1rem;
}
.ourCompanyModal .modal-dialog .modal-content .modal-body .textBox ul.link {
  margin: 0 0 1.62rem;
}
.ourCompanyModal .modal-dialog .modal-content .modal-body .textBox ul.link li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  color: var(--Blue, #05a3e0);
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}
.ourCompanyModal .modal-dialog .modal-content .modal-body .textBox ul.link li:last-child {
  margin: 0;
}
.ourCompanyModal .modal-dialog .modal-content .modal-body .textBox ul.link li a {
  color: var(--Blue, #05a3e0);
  text-decoration: none;
}
.ourCompanyModal .modal-dialog .modal-content .modal-body .textBox ul.socil {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}
.ourCompanyModal .modal-dialog .modal-content .modal-body .textBox ul.socil li img {
  width: 1.5rem;
  height: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourCompanyModal .modal-dialog .modal-content .modal-body h5 {
  color: var(--Black, #121212);
  font-family: Source Serif Pro;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}
.ourCompanyModal .modal-dialog .modal-content .modal-body h6 {
  color: var(--Dark-Gray, #494949);
  font-family: Poppins;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
.ourCompanyModal .modal-dialog .modal-content .modal-body p {
  color: var(--Dark-Gray, #494949);
  font-family: Lato;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 50px 0.75rem 0;
  text-align: justify;
}

.modal.left-slide .modal-dialog {
  position: absolute;
  top: 0;
  left: -100%;
  transform: translateX(0);
  transition: all 0.5s ease-in-out;
}

.modal.show.left-slide .modal-dialog {
  transform: translateX(0);
  left: 0;
}

.modal.left-slide.ourCompanyModal .modal-content {
  min-height: 100vh;
  height: auto;
}

.page-template-template-multistep header {
  position: static;
  background: var(--Dark-Blue, #133c66);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}
.page-template-template-multistep .multistep-banner {
  position: relative;
  background: var(--Dark-Blue, #133c66);
}
.page-template-template-multistep .multistep-banner h1 {
  color: var(--White, #fff);
  font-family: Playfair Display;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.page-template-template-multistep .multistep-banner img {
  opacity: 0.1;
  width: 100%;
}
.page-template-template-multistep .multistep-banner .container {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-js .page-template-template-multistep .multi-step-form fieldset button,
.no-js .page-template-template-multistep .multi-step-form h2, .page-template-template-multistep .multi-step-form.edit-form fieldset button,
.page-template-template-multistep .multi-step-form.edit-form h2 {
  display: none !important;
}
.no-js .page-template-template-multistep .multi-step-form fieldset, .page-template-template-multistep .multi-step-form.edit-form fieldset {
  display: block !important;
}
.no-js .page-template-template-multistep .multi-step-form [type=submit],
.no-js .page-template-template-multistep .multi-step-form [type=reset], .page-template-template-multistep .multi-step-form.edit-form [type=submit],
.page-template-template-multistep .multi-step-form.edit-form [type=reset] {
  display: inline-block !important;
}
.no-js .page-template-template-multistep .multi-step-form .steps, .page-template-template-multistep .multi-step-form.edit-form .steps {
  display: none;
}
.page-template-template-multistep .multi-step-form fieldset {
  display: none;
}
.page-template-template-multistep .multi-step-form fieldset:first-of-type {
  display: block;
}
.page-template-template-multistep .multi-step-form fieldset.hidden {
  display: none;
}
.page-template-template-multistep .multi-step-form fieldset.visible {
  display: block;
}
.page-template-template-multistep .multi-step-form .steps button {
  border: 0;
}
.page-template-template-multistep .multi-step-form .steps [disabled] {
  background: none;
}
.page-template-template-multistep .multi-step-form .steps .active {
  background: transparent;
}
.page-template-template-multistep .error {
  color: red;
}
.page-template-template-multistep label .optional {
  font-weight: normal;
  font-size: 90%;
}
.page-template-template-multistep .multistep-formbody {
  padding: 60px 0;
}
.page-template-template-multistep .multistep-formbody .steps {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 62px;
}
.page-template-template-multistep .multistep-formbody .steps button {
  position: relative;
  background-color: transparent;
  pointer-events: none;
}
.page-template-template-multistep .multistep-formbody .steps button:last-child::before {
  display: none;
}
.page-template-template-multistep .multistep-formbody .steps button.active:before {
  background-color: #41b6e3;
}
.page-template-template-multistep .multistep-formbody .steps button.active .check {
  background-color: #50afd3;
}
.page-template-template-multistep .multistep-formbody .steps button.active .check img {
  width: 27px;
  mix-blend-mode: luminosity;
  opacity: 1;
  background: #d77e7e;
  border-radius: 50%;
}
.page-template-template-multistep .multistep-formbody .steps button:before {
  content: "";
  height: 10px;
  position: absolute;
  background: #f0f0f0;
  left: 50px;
  right: auto;
  top: 14px;
  z-index: -1;
  width: calc(100% + 300px);
}
.page-template-template-multistep .multistep-formbody .steps button::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #007bff transparent;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-template-template-multistep .multistep-formbody .steps button .check {
  background-color: var(--neutral-4, #f0f0f0);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
  padding: 6.5px;
  border-radius: 50%;
  display: inline-block;
}
.page-template-template-multistep .multistep-formbody .steps button img {
  width: 27px;
}
.page-template-template-multistep .multistep-formbody .steps button span {
  display: block;
  border-radius: 26px;
  background: var(--Blue, #05a3e0);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1) inset;
  color: white;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.14px;
  padding: 7px 26px;
  margin-top: 22px;
}
.page-template-template-multistep .multistep-formbody h2 {
  color: var(--Dark-Blue, #133c66);
  font-family: Playfair Display;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.page-template-template-multistep .multistep-formbody h4 {
  color: var(--Dark-Blue, #133c66);
  font-family: Playfair Display;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
  margin-top: -5px;
}
.page-template-template-multistep .multistep-formbody h5 {
  color: var(--Dark-Blue, #133c66);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.page-template-template-multistep .multistep-formbody p {
  color: var(--Black, #121212);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 5px 0;
}
.page-template-template-multistep .multistep-formbody span.textgray {
  color: var(--Dark-Gray, #494949);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.page-template-template-multistep .multistep-formbody .showotherbox {
  display: none;
  height: 100px;
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  width: 100%;
  resize: none;
}
.page-template-template-multistep .multistep-formbody .p-20 {
  padding: 20px;
}
.page-template-template-multistep .multistep-formbody textarea {
  border-radius: 4px;
  border: 1px solid #ccc;
  padding: 15px;
  background: #fff;
  width: 100%;
  height: 123px;
  resize: none;
  margin-top: 7px;
}
.page-template-template-multistep .multistep-formbody .switch-2 {
  display: none;
}
.page-template-template-multistep .multistep-formbody .upload-sec {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #e7e7e7;
}
.page-template-template-multistep .multistep-formbody .upload-sec.h141 .up-sec-border {
  min-height: 141px;
}
.page-template-template-multistep .multistep-formbody .upload-sec .up-sec-border {
  border: 1px dashed var(--Gray, #9d9d9c);
  width: 100%;
  margin: 5px;
  min-height: 75px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.page-template-template-multistep .multistep-formbody .upload-sec .up-sec-border p {
  display: flex;
  gap: 8px;
}
.page-template-template-multistep .multistep-formbody .upload-sec input[type=file] {
  opacity: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
}
.page-template-template-multistep .multistep-formbody .upload-sec p {
  color: var(--Dark-Gray, #494949);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.page-template-template-multistep .multistep-formbody span.black {
  color: var(--Black, #121212);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.page-template-template-multistep .multistep-formbody .mt-7 {
  margin-top: 7px;
}
.page-template-template-multistep .multistep-formbody ol {
  margin-bottom: 0;
  padding: 0 0 0 20px;
}
.page-template-template-multistep .multistep-formbody ol li {
  margin-bottom: 40px;
}
.page-template-template-multistep .multistep-formbody ol li:last-child {
  margin-bottom: 0;
}
.page-template-template-multistep .multistep-formbody ol li::marker {
  color: var(--Black, #121212);
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.page-template-template-multistep .multistep-formbody label {
  color: var(--Black, #121212);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.page-template-template-multistep .multistep-formbody .radio-sec {
  display: flex;
}
.page-template-template-multistep .multistep-formbody .radio-sec.gap30 {
  gap: 30px;
}
.page-template-template-multistep .multistep-formbody .w50 {
  flex-wrap: wrap;
  gap: 30px !important;
}
.page-template-template-multistep .multistep-formbody .w50 .custom-radio {
  flex: 1 0 48%;
  width: 50%;
}
.page-template-template-multistep .multistep-formbody .mt-40 {
  margin-top: 40px;
}
.page-template-template-multistep .multistep-formbody .mt-20 {
  margin-top: 20px;
}
.page-template-template-multistep .multistep-formbody .mt-18 {
  margin-top: 18px;
}
.page-template-template-multistep .multistep-formbody .mt-32 {
  margin-top: 32px;
}
.page-template-template-multistep .multistep-formbody .mt-134 {
  margin-top: 84px;
}
.page-template-template-multistep .multistep-formbody .custom-row.mt-63 {
  margin-top: 63px;
}
.page-template-template-multistep .multistep-formbody .acceptance {
  display: block;
}
.page-template-template-multistep .multistep-formbody .acceptance label {
  color: var(--Dark-Blue, #133c66);
  font-family: Lato;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  display: block;
}
.page-template-template-multistep .multistep-formbody .custom-checkbox input[type=checkbox] {
  display: none;
}
.page-template-template-multistep .multistep-formbody .custom-checkbox label {
  position: relative;
  cursor: pointer;
}
.page-template-template-multistep .multistep-formbody .custom-checkbox label:before {
  content: "";
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #133c66;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 2px;
}
.page-template-template-multistep .multistep-formbody .custom-checkbox input:checked + label:before {
  background-color: #133c66;
}
.page-template-template-multistep .multistep-formbody .custom-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 8px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.page-template-template-multistep .multistep-formbody .custom-radio {
  width: 22%;
  display: inline-block;
  position: relative;
  padding-left: 1.875rem;
  cursor: pointer;
}
.page-template-template-multistep .multistep-formbody .custom-radio.custom-image-box {
  padding: 5px;
  border: 1.5px solid #fff;
  border-radius: 5px;
}
.page-template-template-multistep .multistep-formbody .custom-radio.custom-image-box img {
  width: 250px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.page-template-template-multistep .multistep-formbody .custom-radio.custom-image-box.active {
  padding: 5px;
  border: 1.5px solid var(--Dark-Blue, #133c66);
}
.page-template-template-multistep .multistep-formbody .custom-radio input[type=radio], .page-template-template-multistep .multistep-formbody .custom-radio input[type=checkbox] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.page-template-template-multistep .multistep-formbody .custom-radio label {
  margin-bottom: 0;
  cursor: pointer;
}
.page-template-template-multistep .multistep-formbody .custom-radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #133c66;
  border-radius: 50%;
  background-color: transparent;
}
.page-template-template-multistep .multistep-formbody .custom-radio label::after {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: #133c66;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.3s, transform 0.3s;
}
.page-template-template-multistep .multistep-formbody .custom-radio input[type=radio]:checked + label::after, .page-template-template-multistep .multistep-formbody .custom-radio input[type=checkbox]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.page-template-template-multistep .multistep-formbody input[type=text],
.page-template-template-multistep .multistep-formbody input[type=tel],
.page-template-template-multistep .multistep-formbody input[type=date],
.page-template-template-multistep .multistep-formbody input[type=email],
.page-template-template-multistep .multistep-formbody select {
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  height: 48px;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 10px 15px;
  color: var(--Black, #121212);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-template-template-multistep .multistep-formbody input[type=text]:focus-within, .page-template-template-multistep .multistep-formbody input[type=text]:focus-within,
.page-template-template-multistep .multistep-formbody input[type=tel]:focus-within,
.page-template-template-multistep .multistep-formbody input[type=tel]:focus-within,
.page-template-template-multistep .multistep-formbody input[type=date]:focus-within,
.page-template-template-multistep .multistep-formbody input[type=date]:focus-within,
.page-template-template-multistep .multistep-formbody input[type=email]:focus-within,
.page-template-template-multistep .multistep-formbody input[type=email]:focus-within,
.page-template-template-multistep .multistep-formbody select:focus-within,
.page-template-template-multistep .multistep-formbody select:focus-within {
  outline: none;
}
.page-template-template-multistep .multistep-formbody input[type=date] {
  position: relative;
  background: url(../images/calendar_multistep.svg) no-repeat center right 12px;
}
.page-template-template-multistep .multistep-formbody input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.page-template-template-multistep .multistep-formbody select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/caretDown_multistep.svg) no-repeat center right 12px;
}
.page-template-template-multistep .multistep-formbody .top-switcher {
  margin-bottom: 40px;
}
.page-template-template-multistep .multistep-formbody .top-switcher .person-switcher {
  display: flex;
}
.page-template-template-multistep .multistep-formbody .top-switcher .person-switcher.gap174 .radio-sec {
  display: flex;
  gap: 0 140px;
}
.page-template-template-multistep .multistep-formbody .glb-btn.blue-btn.btn-next, .page-template-template-multistep .multistep-formbody .glb-btn.blue-btn.d-block {
  padding: 14px 36px;
  border-radius: 4px;
  background: var(--Dark-Blue, #133c66);
  color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 194px;
}
.page-template-template-multistep .multistep-formbody .clearfix {
  display: block;
  clear: both;
  content: "";
}
.page-template-template-multistep .multistep-formbody .show-if-yes {
  gap: 30px !important;
}
.page-template-template-multistep .multistep-formbody .validate a {
  color: var(--Dark-Blue, #133c66);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.page-template-template-multistep .multistep-formbody span.error {
  color: #ff3939;
  font-family: Lato;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px; /* 125% */
  display: block;
}
.page-template-template-multistep .multistep-formbody span.grey-error {
  color: var(--Dark-Gray, #494949);
  font-family: Lato;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px; /* 125% */
  display: block;
}
.page-template-template-multistep .multistep-formbody span.blue-error {
  color: var(--Dark-Blue, #133c66);
  font-family: Lato;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px; /* 125% */
  display: block;
}
.page-template-template-multistep .modal-multi {
  text-align: center;
}
.page-template-template-multistep .modal-multi .modal-header {
  border: none;
}
.page-template-template-multistep .modal-multi .modal-body {
  padding-bottom: 76px;
}
.page-template-template-multistep .modal-multi .modal-content {
  border-radius: 20px;
}
.page-template-template-multistep .modal-multi h3 {
  color: var(--Dark-Blue, #133c66);
  font-family: Playfair Display;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 24px;
}
.page-template-template-multistep .modal-multi p {
  color: var(--Dark-Blue, #133c66);
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 22px;
}
.page-template-template-multistep .modal-multi .modal-header .btn-close {
  width: auto;
  height: auto;
  background: transparent;
  color: var(--Dark-Blue, #133c66);
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
  opacity: 1;
}
.page-template-template-multistep .w-a .custom-radio {
  width: auto !important;
}

fieldset#step-2 .country-code {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9375rem;
}

section.hm-testimonials {
  padding: 3.75rem 0 0;
}
section.hm-testimonials h3 {
  margin-bottom: 1.25rem;
  text-transform: capitalize;
}
section.hm-testimonials .client_reviews {
  padding: 2.5rem 1.75rem;
  background: #fff;
  border-radius: 0.75rem;
  border: 0.0625rem solid #d0d0d0;
  background: #fff;
  overflow: hidden;
  margin: 0 0 2.5rem;
}
section.hm-testimonials .client_reviews .rate_stars {
  margin: 0 0 1rem;
}
section.hm-testimonials .client_reviews .rate_stars span {
  color: #585858;
  font-size: 20px;
}
section.hm-testimonials .client_reviews .rate_stars span.checked {
  color: #ffa21a;
}
section.hm-testimonials .client_reviews p {
  min-height: 5.375rem;
  color: var(--Dark-Gray, #494949);
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.5rem;
}
section.hm-testimonials .client_reviews h4 {
  color: #133c66;
  font-family: Playfair Display;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
section.hm-testimonials .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  border: 1px solid #133c66;
}
section.hm-testimonials .owl-theme .owl-dots .owl-dot.active span,
section.hm-testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #133c66;
}

footer #wpcf7-f193-o1 + a.glb-btn {
  width: 9.375rem;
  text-align: center;
  display: block;
  margin-left: auto;
}

ul#menu-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-left: 16px;
}

ul#menu-lang li a img {
  width: 22px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}

.topSlide {
  padding: 1.69rem 1rem 0.47rem;
  overflow: hidden;
}
.topSlide img {
  width: auto !important;
}
.topSlide p {
  color: #fff;
  font-size: 0.85rem;
  font-style: normal;
  font-weight: 300;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  gap: 0 0.2rem;
  align-items: center;
  line-height: normal;
  text-transform: capitalize;
}
.topSlide p img {
  height: 13px;
  width: 10px;
}
.topSlide p span {
  width: 0.6875rem;
  height: 0.6875rem;
  background: #d9d9d9;
  display: inline-flex;
  border-radius: 50%;
  margin: 0 0.25rem;
}

.pdf-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.1rem;
  width: 100%;
  margin-top: 1.5rem;
}
.pdf-lists a {
  display: flex;
  align-items: center;
  border: 1px solid #FF0000;
  padding: 0.6rem;
  border-radius: 0.6rem;
  line-height: 16px;
  margin-top: 1rem;
  width: auto;
  color: #133c66;
}
.pdf-lists a:hover {
  color: #FF0000;
}
.pdf-lists a i {
  font-size: 32px;
  color: #FF0000;
  margin-right: 1rem;
}/*# sourceMappingURL=style.css.map */