@font-face {
  font-family: "Inter-Light";
  font-display: swap;
  src: url("../fonts/Inter-Light.ttf");
}
@font-face {
  font-family: "Inter-Regular";
  font-display: swap;
  src: url("../fonts/Inter-Regular.ttf");
}
@font-face {
  font-family: "Inter-Medium";
  font-display: swap;
  src: url("../fonts/Inter-Medium.ttf");
}
@font-face {
  font-family: "Inter-Bold";
  font-display: swap;
  src: url("../fonts/Inter-Bold.ttf");
}
@font-face {
  font-family: "PlayfairDisplay-Regular";
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Regular.ttf");
}
@font-face {
  font-family: "PlayfairDisplay-Bold";
  font-display: swap;
  src: url("../fonts/PlayfairDisplay-Bold.ttf");
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden !important;
}
:root {
  --blue: #33638b;
}

p {
  font-family: "Inter-Regular";
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  letter-spacing: 0.5px;
}

.heading-of-digits {
  font-family: "Inter-Bold";
  font-size: 30px !important;
  letter-spacing: 0px !important;
}

.white-text {
  color: white !important;
  line-height: 44px !important;
  font-size: 26px !important;
}

.animation {
  visibility: visible;
  animation-duration: 0.8s;
  animation-delay: 0.4s;
  animation-name: "fadeInUp";
}

.mail-body {
  background-color: #333;
  padding: 1%;
  margin: 0;
  border-radius: 2px;
}

.mail-para {
  color: #b98e42;
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  margin: 0;
}

.mail-text {
  font-size: 55px;
}

.mail-margin-padding {
  padding: 1% 3%;
  margin: 0 0 1% 0;
}

.mail-contact-form-heading {
  font-size: 25px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 800;
  margin: 0;
}

.mail-font {
  font-size: 16px;
}

.mail-border {
  border: 5px solid #b98e42;
  border-top: none;
}

.text-19 {
  font-size: 19px;
}

.text-none {
  text-decoration: none;
}

.flex-and-justify-center {
  display: flex;
  justify-content: center;
}

.flex-class {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PlayfairDisplay-Regular";
  letter-spacing: 0.5px;
}

h2 {
  font-family: "PlayfairDisplay-Regular";
  font-size: 22px;
  letter-spacing: 1px;
}

.wrapper {
  height: 80vh;
}

.wrapper .container {
  max-width: 85%;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 1);
}
/* .navbar-light .navbar-nav .nav-link:hover {
  color: var(--blue) !important;
} */
.navbar .navbar-brand {
  font-size: 28px;
  color: #fff;
}

.block {
  display: block;
}

.text-black {
  color: rgba(0, 0, 0) !important;
}

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent;
  transition: all 0.3s;
}
.navbar .container {
  min-width: 75%;
  padding: 0px 0px;
}

.founder {
  background: #f4f9fd;
  padding: 100px 0px;
}
.founder .inner-founder {
  display: flex;
  justify-content: space-between;
}
.founder .inner-founder .left {
  width: 20%;
}
.founder .inner-founder .right {
  width: 75%;
  display: grid;
  align-items: center;
}
.founder .inner-founder .right h2 {
  display: grid;
}
.founder .inner-founder .right h2 span {
  color: #666;
  font-size: 15px;
  font-family: "Inter_18pt-Regular";
  padding-top: 15px;
}
.founder .inner-founder .right p {
  padding: 6px 0 0 0px;
  font-size: 13px;
  letter-spacing: 0px;
}
.founder .inner-founder .right h4 {
  font-family: "ImperialScript-Regular";
  font-size: 36px;
  padding-top: 25px;
}

.navbar.compressed {
  padding-top: 9px;
  padding-bottom: 9px;
  background: #272727 !important;
  color: #000 !important;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.navbar-nav .nav-link {
  font-family: "Inter-Regular";
  color: #fff;
  font-size: 12px;
  padding: 10px 15px;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase;
}
.navbar-brand img {
  width: 180px;
}

.white-color {
  color: white !important;
}

/* .navbar-light .navbar-nav .nav-link:hover {
  color: black !important;
} */

.vision-and-mission-container {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  flex-wrap: wrap;
}

.vision,
.mission {
  flex-basis: 48%;
  padding-left: 50px !important;
  padding-right: 50px !important;
}

body.fixed .navbar {
  position: fixed;
  top: 0;
  z-index: 99;
  background: #fff;
  animation: menu_link_an 500ms forwards;
}
@keyframes menu_link_an {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}

.banner-area {
  position: relative;
  height: 100%;
}

.other-wrapper {
  height: 70vh;
}
.other-banner-area {
  position: relative;
  height: 100%;
}
.banner-area .other-text {
  position: absolute;
  left: 0%;
  display: grid;
  align-items: center;
  height: 100%;
  z-index: 9;
  width: 100%;
  top: 0;
  text-align: center;
}
.banner-area .other-text h2 {
  color: #fff;
  font-size: 60px;
  line-height: 54px;
  padding-bottom: 25px;
}
.banner-area .other-text a {
  width: 150px;
}

.banner-area .carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}
.banner-area .carousel .carousel-inner .carousel-item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.banner-area:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(15, 53, 87, 0);
  z-index: 1;
  content: "";
  background: #000000;
  background: linear-gradient(
    95deg,
    rgba(0, 0, 0, 0.61) 0%,
    rgba(5, 5, 5, 0) 100%
  );
}
.banner-area img {
  height: 100%;
  object-fit: cover;
}
.banner-area .text {
  position: absolute;
  left: 9%;
  display: grid;
  align-items: center;
  height: 100%;
  z-index: 9;
  width: 32%;
  top: 0;
}
.banner-area .text h2 {
  color: #fff;
  font-size: 32px;
  line-height: 54px;
  padding-bottom: 25px;
}
.banner-area .text a {
  width: 150px;
}

.banner-area .social-media {
  position: absolute;
  right: 2%;
  display: grid;
  align-items: center;
  height: 100%;
  z-index: 9;
  width: 5%;
  top: 0;
}
.banner-area .social-media .inner-text {
  writing-mode: vertical-lr;
  display: flex;
}
.banner-area .social-media .inner-text .left {
  width: 50%;
  display: grid;
  align-items: center;
  padding-bottom: 15px;
}
.banner-area .social-media .inner-text .right {
  display: grid;
  align-items: center;
  width: 50%;
}
.banner-area .social-media ul {
  padding: 0;
  margin: 0;
}
.banner-area .social-media h4 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.banner-area .social-media ul li {
  display: inline-block;
  width: 44px;
  border-radius: 100px;
  height: 44px;
  border: 1px solid #fff;
}
.banner-area .social-media ul li img {
  filter: invert();
  padding: 10px;
  width: 100%;
}

::selection {
  color: #fff;
  background-color: #8167a9;
}
::-moz-selection {
  color: #fff;
  background-color: #8167a9;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #fff;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link {
  transition: all 200ms linear;
}
.nav-item:hover .nav-link {
  /* color: #fff !important; */
}
/* .nav-item.active .nav-link {
  color: #fff !important;
  font-weight: 400;
} */
.nav-link {
  position: relative;
  display: inline-block;
}

.case-study-heading {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  line-height: 34px;
  margin-bottom: 20px;
}

/* .nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--blue);
  opacity: 0;
  transition: all 200ms linear;
} */

.nav-item:last-child:after {
  display: none;
}
.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after {
  opacity: 0;
}
.nav-item {
  position: relative;
  transition: all 200ms linear;
}
/* .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1);
} */
.bg-light {
  transition: all 200ms linear;
}

.btn-nav {
  border-radius: 3;
  color: var(--black);
  margin-left: 25px;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 15px;
  border-radius: 0px;
}
.btn-nav:hover {
  color: #fff;
}
.btn-nav img {
  width: 20px;
  filter: invert();
  margin-right: 5px;
}
.btn-nav {
  transition: 0.5s;
}
.btn-nav img {
  transition: 0.5s;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 7));
  }
}

.navb {
  display: none;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

button:focus {
  outline: unset;
}
body.fixed .nav-link {
  color: #000 !important;
  font-weight: 500;
}
/* body.fixed .nav-item.active .nav-link {
  color: #0f3557 !important;
  font-weight: 500;
} */
body.fixed .btn-nav {
  background-color: #0f3557;
  border-radius: 3px;
}
body.fixed .navb {
  display: block;
}
body.fixed .navt {
  display: none;
}

.btn-all {
  background-color: #0f3557;
  padding: 15px 50px;
  color: #fff;
  font-family: "Inter-Bold";
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
}

.btn-all:hover {
  text-decoration: none;
  background-color: #ffffff;
  /* border: 1px solid #000; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 500ms all ease-in;
}

.hovering-effect {
  padding: 12px 30px;
  color: #fff !important;
  background-color: #0f3557 !important;
  width: 20%;
  margin-top: 28px;
  font-size: 12px;
  text-align: center;
  font-family: "Inter-Bold";
  text-transform: uppercase;
  text-decoration: none;
}

.hovering-effect:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 500ms all ease-in;
  color: #0f3557 !important;
  background-color: white !important;
}

.btn-all-white {
  background-color: #fff;
  padding: 15px 50px;
  color: var(--blue);
  font-family: "Inter-Bold";
  text-transform: uppercase;
  font-size: 14px;
  border: none !important;
  border-radius: 3px;
}

.modal-heading {
  text-align: center;
  margin-bottom: 20px;
}

.submit-btn-in-modal-btn-cnt {
  display: flex;
  justify-content: center;
}

.submit-btn-in-modal:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: #0f3557;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 500ms all ease-in;
}
.submit-btn-in-modal {
  background-color: #0f3557;
  font-family: "Inter-Bold";
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 10px 30px !important;
  font-size: 12px !important;
  letter-spacing: 1px !important;
  border: none;
}

.btn-all-white:hover {
  color: white !important;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 300ms all ease-in;
  background-color: #0f3557 !important;
}

.ssf {
  padding: 100px 0px;
  text-align: center;
}

.ssf h4 {
  padding-bottom: 5px;
  font-family: "Inter-Regular";
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}

.ssf .inner-ssf .right .inner-right .b-box p {
  color: #fff;
  font-family: "Inter-Light";
  font-size: 12px;
}

.ssf .inner-ssf h2 {
  padding-bottom: 15px;
  margin: 0 auto;
  line-height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}

.ssf .inner-ssf p {
  font-family: "Inter-Regular";
  min-height: 50px;
}

.ssf .inner-ssf .right .inner-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ssf .inner-ssf .right .inner-right .b-box {
  padding: 45px 30px;
  width: 31%;
  border: 1px solid #eff5fa;
  padding: 25px 30px;
  margin: 5px 5px;
  text-align: center;
  display: grid;
  align-items: center;
  height: 100%;
  background-color: #0f3557;
}
.ssf h5 {
  margin: 0 auto;
  line-height: 36px;
  color: #0f3557;
  font-family: "Inter-Medium";
  font-size: 18px;
  padding: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e2eaf7;
  border-top: 1px solid #e2eaf7;
  letter-spacing: 0.2px;
}

.about-page {
  padding: 100px 0px;
}

.process {
  background-color: #0f3557;
  padding: 100px 0px;
  text-align: center;
  color: #fff;
}
.process h2 {
  padding-bottom: 15px;
  letter-spacing: 1px;
}
.process .top-sec {
  margin-bottom: 50px;
}
.process h4 {
  margin-top: 25px;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 1px;
}
.process .btn-all-white {
  margin: 0 auto;
  display: block;
  margin-top: 50px;
}
.process .box img {
  filter: invert();
  width: 70px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.process .box {
  border: 1px solid #18364f;
  margin: 15px 0px;
  padding: 35px 25px;
  box-sizing: initial;

  min-height: 171px;

  background-color: #13395a;
}

.case-study {
  padding-top: 57px;
  padding-bottom: 65px;
}
.case-study h2 {
  text-align: center;
}
.case-study .inner-area {
  padding-bottom: 15px;
}
.case-study .btn-all {
  margin: 0 auto;
  display: block;
  width: 200px;
  /* margin-top: 50px; */
}

.case-study .collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}
.case-study .collapsible-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 97.5%;
  transform: translateY(-50%);
  display: block;
  background-image: url(../images/icons/right-arrow.svg);
  height: 28px;
  width: 28px;
  background-size: cover;
}

.industry-para {
  margin-bottom: 55px;
}

.case-study .collapsible-link[aria-expanded="true"]::before {
  content: "";
  background-image: url(../images/icons/right-arrow.svg);
  height: 28px;
  width: 28px;
  background-size: cover;
  rotate: 180deg;
  top: 0%;
  left: 97.5%;
  transform: translateY(-50%);
  display: none;
}
.case-study .card {
  border: none;
  flex-basis: 30%;
  padding-bottom: 0px;
}
.case-study
  button.btn.btn-link.text-dark.font-weight-bold.text-uppercase.collapsible-link {
  padding: 0;
}

.case-study .inner-cas {
  display: flex;
  /* padding-top: 28px; */
}
.case-study .inner-cas .left {
  width: 25%;
}
.case-study .inner-cas .left img {
  width: 100%;
}
.case-study .inner-cas .right {
  width: 70%;
  padding-left: 40px;
}
.case-study .inner-cas .right ul {
  padding-left: 0;
  list-style-type: none;
}
.case-study .inner-cas .right ul li {
  font-family: "Inter-Regular";
  line-height: 28px;
  font-size: 13px;
  color: #666;
}
.case-study .inner-cas .right h4 {
  padding-bottom: 10px;
}

.case-study {
  background-color: #fff;
}

.case-study .card h2 button {
  font-family: "PlayfairDisplay-Bold";
  font-size: 24px;
  padding-left: 0;
  text-decoration: none;
  letter-spacing: 0px;
  /* padding-top: 20px;
  padding-bottom: 10px; */
  text-transform: capitalize !important;
}
.case-study .card h2 {
  position: relative;
}

.case-study .card:hover .overlay-case {
  height: 238px;
  bottom: 0;
  top: 0;
  opacity: 1;
}
.case-study .overlay-case {
  margin: 25px 0;

  position: absolute;
  bottom: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #0f3557;
}

.case-study .overlay-case .text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px !important;
  line-height: 40px;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: white;
}

.case-study .card h2:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #ccc;
  left: 0;
  right: 5%;
  bottom: -10px;
}
.case-study .card h2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #000;
  left: 0;
  right: 0;
  bottom: -10px;
  transition: 0.8s;
}
.case-study .card-header {
  padding: 0;
  padding-bottom: 15px;
}
.case-study .card-body p {
  text-align: justify;
  padding-bottom: 0px;
}
.case-study .card-body {
  padding: 25px 0px;

  /* border-bottom: 1px solid #ccc; */
  /* padding-bottom: 40px; */
}

.new-para {
  font-size: 14.5px !important;
}

.bold {
  font-weight: 600 !important;
}

.case-study .card h2:hover:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 95%;
  background-color: #000;
  left: 0;
  right: 5%;
  z-index: 9;
}

.new-box .sub_heading {
  font-size: 21px !important;
  line-height: 35px !important;
  padding-bottom: 8px !important;
  color: #0f3557 !important;
  background: #f4f9fd;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 16px !important;
}

.sub_heading_new_para {
  width: 80% !important;
  margin: 0 auto !important;
  text-align: center;
  margin-bottom: 40px !important;
}

.sub_heading_para {
  width: 60% !important;
  margin: 0 auto !important;
  text-align: center;
  margin-bottom: 14px !important;
}

.team .container-custom {
  margin-left: 0;
  width: 100%;
}
.team .uppar-area .inner-upper-area {
  display: flex;
  margin-left: 5%;
}
.team .uppar-area .inner-upper-area .img-box {
  width: 25%;
}
.team .uppar-area .inner-upper-area .img-box .box {
  width: 100%;
}
.team .lower-area {
  display: flex;
  /* height: 100%; */
  background-color: #0f3557;
}
.team .lower-area .left-lower {
  width: 35%;
}
.team .lower-area .left-lower .content-box {
  background-color: var(--black);
  padding: 0px 9.5%;
  height: 100%;
  display: grid;
  align-items: center;
}
.team .lower-area .left-lower .content-box h2 {
  color: #fff;
}
.team .lower-area .left-lower .content-box p {
  color: #fff;
  padding-bottom: 45px;
  padding-top: 10px;
  font-family: "Inter-Light";
}
.team .lower-area .right-lower {
  width: 65.5%;
}
.team .lower-area .right-lower .inner-right-lower {
  display: flex;
  flex-wrap: wrap;
}
.team .lower-area .right-lower .inner-right-lower .img-box {
  width: 33.32%;
}
.team .lower-area .right-lower .inner-right-lower .img-box .box {
  width: 100%;
}
.team .box {
  cursor: pointer;
  position: relative;
  width: 50%;
}
.team .image {
  display: block;
  width: 100%;
  height: auto;
}
.team .overlay {
  position: absolute;
  bottom: 0;
  height: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #0f3557;
}
.team .box:hover .overlay {
  height: 100%;
  bottom: 0;
  top: 0;
  opacity: 1;
}
.team .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.team .text h4 {
  font-size: 24px;
  letter-spacing: 1px;
}
.team .text p {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.footer-bottom {
  padding: 60px 70px;

  text-align: center;
}
.footer-bottom p {
  width: 100%;
  margin-top: 20px;
  /* margin-bottom: 32px; */
}

.footer {
  background-color: rgba(15, 53, 87, 0.9);
  padding: 100px 0px;
  position: relative;
  padding-bottom: 50px;
}
.footer .inner-footer {
  display: flex;
  justify-content: space-between;
}
.footer .inner-footer .left {
  width: 50%;
}
.footer .inner-footer .right {
  width: 40%;
}

.footer .inner-footer .left h4 {
  color: #fff;
  font-size: 24px;
  padding-bottom: 25px;
}
.footer .inner-footer .left .inner-left {
  display: flex;
  justify-content: flex-start;
}
.logo-footer a img {
  width: 200px;
  margin-bottom: 15px;
}
.footer .inner-footer .left .inner-left .first {
  width: 40%;
}
.footer .inner-footer .left .inner-left .second {
  width: 40%;
}
.footer .inner-footer .left .inner-left ul {
  padding-left: 0;
  list-style-type: none;
}
.footer .inner-footer .left .inner-left ul li {
  padding-bottom: 10px;
}
.footer .inner-footer .left .inner-left ul li a {
  color: #fff;
  font-family: "Inter-Regular";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  text-decoration: none;
  cursor: pointer;
}
.footer .inner-footer .right p {
  color: #fff;
  display: flex;
  font-size: 13px;
  padding-top: 15px;
  font-family: "Inter-Light";
}
.footer .inner-footer .right p img {
  padding-top: 8px;
  margin-right: 8px;
  font-size: 16px;
  width: 16px;
  filter: invert();
  height: 24px;
}

.footer .bottom {
  padding-top: 25px;
}
.footer .bottom .inner-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 25px;
}
.footer .bottom p {
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.4px;
}

.footer:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: url("../images/bg-footer.jpg") no-repeat center center;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: 100%;
}

.vision-heading,
.mision-heading {
  margin-bottom: 20px;
}

.contact-deta {
  padding: 50px 0px;

  background-color: #f4f9fd;
}
.contact-deta .inner-detail .box {
  display: flex;
  justify-content: space-between;
}
.contact-deta .inner-detail .box .img-box img {
  width: 68%;
  height: 173px;
  margin-top: 10px;

  object-fit: contain;
}
.contact-deta .inner-detail .box .left-sec {
  width: 44%;
}
.contact-deta .inner-detail .box .left-sec h4 {
  font-size: 23px;
  line-height: 44px;
  margin-top: 25px;
}
.contact-deta .inner-detail .box .left-sec span {
  font-family: "Inter-Regular";
  text-transform: uppercase;
  position: relative;
}
.contact-deta .inner-detail .box .left-sec span:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  right: 0;
  top: 10px;
  background-color: #0f3557;
  left: 120px;
}
.contact-deta .inner-detail .box .right-sec {
  width: 48%;
}
.contact-deta .inner-detail .box .right-sec .form-sec {
  display: grid;
}

.contact-deta .inner-detail .box .right-sec .form-sec .form-control {
  padding: 12px !important;
  border: none;
  outline: none;
  border-radius: 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #0f3557;
  padding-left: 0;
  margin-bottom: 8px;
  font-family: "Inter-Regular";
}
.contact-deta
  .inner-detail
  .box
  .right-sec
  .form-sec
  .form-control::placeholder {
  font-family: "Inter-Regular";
}
.contact-deta .inner-detail .box .right-sec .form-sec button {
  margin-top: 25px;
  border: none;
  padding: 15px 30px;
  color: #fff;
  font-family: "Inter-Bold";
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 3px;
  background-color: #0f3557;
  width: 140px;
}

.contact-deta .inner-detail .box .right-sec .form-sec button:hover {
  background-color: white;
  color: #0f3557;
  transition: 0.8s all ease-in-out;
}

.contact-deta .inner-detail .box .right-sec .form-sec button:hover {
  cursor: pointer;
}

.contact-deta .inner-detail h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
}
.contact-deta .inner-detail p {
  font-family: "Inter-Regular";
  font-size: 18px;
  color: #666;
}

.main-process {
  background-color: #f4f9fd;
  padding: 100px 0px;
}
.main-process .inner-m-proc {
  display: flex;
  justify-content: space-between;
}
.main-process .inner-m-proc .left {
  width: 40%;
  padding-top: 10px;
}
.main-process .inner-m-proc .left p {
  font-size: 14px;
  line-height: 32px;
  color: #0f3557;
  padding-top: 15px;
  margin-bottom: 35px;
}
.main-process .inner-m-proc .right {
  width: 55%;
}
.main-process .inner-m-proc .right .box {
  padding: 25px;
  margin: 15px 0px;
  background-color: #fff;
}
.main-process .inner-m-proc .right .box h4 {
  font-size: 24px;
  padding-bottom: 5px;
}

.technology {
  margin-bottom: 40px;
}
.technology .inner-technology {
  text-align: center;
}
.technology .inner-technology {
  overflow: hidden;
}
.technology .inner-technology .item {
  width: 250px;
  display: grid;
  background-color: #f4f9fd;
  align-items: center;
  height: 120px;
}
.technology .inner-technology .item img {
  width: 55%;
  margin: 0 auto;
}

.technology .owl-theme .owl-nav {
  display: none;
}
.technology .owl-theme .owl-dots,
.owl-theme .owl-nav {
  display: none;
}

/* // modal open */
#customModal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(0 0 0 / 0.5);
}

.ok-btn {
  margin-top: 25px;
  padding: 4px 22px !important;
  cursor: pointer !important;
  border: none;
}

.ok-btn:hover {
  border: none !important;
  color: #0f3557 !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.disclaimer {
  cursor: pointer;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.checkbox-disclaimer {
  margin-top: 20px;
}

.customModalDiv {
  position: relative;
  background-color: #fff;
  padding: 45px;
  margin: 15% auto;
  width: 60%;
  border-radius: 8px;
  text-align: center;
}

.customModalDiv .backgroundImage {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  opacity: 0.03;
  z-index: 0;
}

.customModalDiv .closeButton {
  border: none;
  background: var(--primary-color);
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
}

.customModalDiv .closeButton img {
  filter: invert(1);
  width: 16px;
}

.customModalDiv .modalLogo {
  width: 100px;
  margin-bottom: 10px;
}

.customModalDiv p {
  margin-bottom: 20px;
  font-size: 14px;
  border-bottom: 1px solid #0003;
  padding-bottom: 15px;
}

.customModalDiv .content {
  font-size: 13px;
  border-bottom: none;
  text-align: justify;
}

.contentContainer {
  overflow-y: auto;
  max-height: 45vh;
}

.customModalDiv .contentContainer .content {
  margin-bottom: 20px;
  padding: 8px;
}

.d-none {
  display: none;
}

.show-mb-img {
  display: none;
}

@media (max-width: 768px) {
  .show-mb-img {
    display: inline-block;
  }
  .display-none {
    display: none;
  }

  .customModalDiv .backgroundImage {
    top: 75%;
  }

  .white-text {
    color: white !important;
    line-height: 42px !important;
    font-size: 24px !important;
  }
}

/* modal end */

@media (max-width: 1500px) {
  .accordion .card {
    margin-top: 80px;
  }
  .main-process .inner-m-proc .left p {
    font-size: 13px;
    line-height: 28px;
  }

  .ssf .inner-ssf .right .inner-right .b-box {
    padding: 45px 30px !important;
  }
  .wrapper .container {
    max-width: 92%;
  }
  .navbar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .banner-area .text {
    left: 5%;
    width: 30%;
  }
  .banner-area .social-media ul li {
    width: 35px;
    height: 35px;
  }
  .banner-area .social-media ul li img {
    padding: 8px;
  }
  .banner-area .text {
    width: 44%;
  }
  .banner-area .text h2 {
    line-height: 54px;
    font-size: 32px;
  }
  .navbar-brand img {
    width: 175px;
  }
  .btn-all-white {
    background-color: #fff;
    padding: 12px 30px;
    color: var(--blue);
    font-family: "Inter-Bold";
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 3px;
  }
  .footer .inner-footer .right {
    width: 46%;
    padding-top: 50px;
  }
  .logo-footer a img {
    width: 175px;
  }
  .logo-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .footer {
    padding: 75px 0px;
    padding-bottom: 25px;
  }
  .ssf {
    padding: 75px 0px;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main-process .inner-m-proc .right .box h4 {
    font-size: 20px;
    padding-bottom: 0;
  }

  .heading {
    padding-top: 80px;
  }
  .heading.gv_head1 {
    padding: 0;
  }
  .pb-50 {
    padding-top: 40px;
  }

  .founder .inner-founder .right h2 span {
    padding-top: 5px;
  }
}

@media (max-width: 1368px) {
  .banner-area .text h2 {
    line-height: 46px;
    font-size: 28px;
  }
  .ssf .inner-ssf h2 {
    font-size: 24px;
  }
  .ssf h4 {
    font-size: 24px;
  }
  .process h4 {
    font-size: 16px;
    margin-top: 21px;
    line-height: 30px;
  }
  .case-study h2 {
    font-size: 22px;
    margin-bottom: 17px;
  }

  .process .btn-all-white {
    margin-top: 30px !important;
  }

  .main-process {
    padding: 50px 0px !important;
  }

  .main-process .inner-m-proc .left p {
    font-size: 14px;
    line-height: 27px;
    color: #0f3557;
    padding-top: 8px;
    margin-bottom: 29px;
  }

  .main-process .inner-m-proc .right .box h4 {
    font-size: 17px !important;
  }

  .main-process .inner-m-proc .right .box h4 {
    padding-bottom: 5px !important;
  }

  .main-process .inner-m-proc .right .box {
    padding: 19px !important;
  }

  .team .lower-area .left-lower .content-box h2 {
    font-size: 22px;
  }
  .team .lower-area .left-lower .content-box p {
    padding-bottom: 25px;
  }
  .contact-deta .inner-detail .box .left-sec h4 {
    font-size: 22px;
    line-height: 40px;
  }
  h2 {
    font-size: 24px;
  }
  .footer .inner-footer .left .inner-left ul li {
    font-size: 13px;
  }
  .footer .inner-footer .left .inner-left ul li a {
    font-size: 11px;
  }
}

@media (max-width: 1280px) {
  .accordion .card {
    margin-top: 20px;
  }
  .ssf .inner-ssf .right .inner-right .b-box {
    padding: 25px 30px !important;
  }
  .founder .inner-founder .right h2 span {
    padding-top: 7px;
  }

  .pb-50 {
    padding-top: 0px;
  }
  .heading {
    padding-top: 50px;
  }
  h2 {
    font-size: 22px;
    letter-spacing: 0px;
  }
  .banner-area .text h2 {
    line-height: 45px;
    font-size: 27px;
  }
  .banner-area .text {
    width: 38%;
  }
  .team .lower-area .left-lower .content-box p {
    font-size: 13px;
  }
  .team .lower-area .left-lower .content-box p {
    padding-top: 5px;
  }

  .heading {
    padding-top: 50px;
  }
}

@media (max-width: 768px) {
  .other-wrapper {
    height: 30vh;
  }

  .banner-area {
    margin-top: 62px !important;
  }

  .banner-area .other-text h2 {
    font-size: 26px;
  }
  .wrapper .container {
    max-width: 100%;
  }
  .nav-item::before {
    display: none;
  }
  .nav-item {
    padding-left: 0 !important;
  }
  /* .nav-item.active .nav-link {
    padding-left: 0;
  } */
  .nav-item .nav-link {
    padding-left: 0;
  }
  .nav-item {
    border-bottom: 1px dashed #3a3a3a;
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
  }
}
.contact-page .inner-contact-page .left .support-line {
  padding: 0 145px;
}

.team-image {
  height: 197px;
  object-fit: cover;
}

.p-40 {
  padding: 40px 0;
}

/* .heading {
  padding-top: 50px;
} */

.mb-75 {
  margin-bottom: 75px;
}

.founder {
  margin: 20px 0px;
  padding: 23px 22px !important;
}

.team-member .left {
  width: 35% !important;
}

.team-member .right {
  width: 60% !important;
}

.people-btn {
  padding: 11px 21px;
  font-size: 10px;
}

.flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.basis-48 {
  flex-basis: 48%;
}

.items-center {
  align-items: center;
}

@media (max-width: 575px) {
  .industry-para {
    margin-bottom: 35px;
  }
  .customModalDiv {
    width: 95%;
    margin: 0 auto;
    padding: 20px;
  }
  .contact-deta .inner-detail .box .img-box img {
    display: none;
  }
  .basis-48 {
    flex-basis: 100%;
  }

  .customModal .ok-btn {
  }

  .new-box .sub_heading {
    padding-top: 10px !important;
    font-size: 15px !important;
    line-height: 28px !important;
    padding-bottom: 8px !important;
    margin-top: 18px !important;
  }
  .new-box .sub_heading_para {
    width: 100% !important;
    margin: 0 auto !important;
    margin-bottom: 14px !important;
  }

  .pb-50 {
    padding-bottom: 50px;
  }

  .dynamic-team {
    padding-top: 50px !important;
  }
  .founder .inner-founder {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .team-member .left {
    width: 100% !important;
  }

  .team-member .right {
    width: 100% !important;
  }
  .founder .inner-founder .left {
    width: 100%;
  }
  .team .lower-area .left-lower .content-box p {
    text-align: justify;
  }
  .founder .inner-founder .right {
    width: 100%;
  }
  .esg-page .container-custom .inner-about-page h2 {
    padding-bottom: 0px !important;
  }
  .para {
    padding: 0 10px;
  }
  .contact-page .inner-contact-page .left .support-line {
    padding: 0px;
  }
  .footer-bottom {
    padding: 49px 0 49px 0px !important;
  }
  .footer-bottom p {
    margin: 20px auto !important;
  }
  .reverse-box {
    flex-direction: column-reverse !important;
  }

  .hovering-effect {
    width: 45%;
  }

  .case-study-heading {
    width: 95%;
  }

  .navbar .container-fluid {
    padding: 0px 6px;
  }
  .navbar {
    padding: 5px 1rem;
  }

  .case-study {
    padding: 51px 0px;
  }

  .case-study .card-body {
    padding: 0 0 25px 0px;
  }

  .sub_heading_new_para {
    width: 95% !important;
  }

  .navbar {
    background-color: #fff;
  }
  .navbar .navbar-nav .nav-item:last-child {
    /* display: none; */
  }
  .navbar .navbar-nav .nav-item {
    padding: 0px 0px !important;
    border-bottom: 1px solid #eee;
  }
  .navbar .navbar-nav .nav-item:first-child a:after {
    display: none;
  }
  .navbar-nav {
    padding: 15px 0px;
  }

  .navb {
    display: block;
  }
  .navt {
    display: none;
  }

  .navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1.5px solid black;
  }

  .navbar-light .navbar-toggler-icon:after,
  .navbar-light .navbar-toggler-icon:before {
    background-color: black;
  }

  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: #000000 !important;
  }
}

.esg-page .container-custom {
  /* border-top: 1px solid #222; */
  padding: 100px 0 0 0px;
}
.esg-page .container-custom .inner-about-page {
  text-align: center;
  width: 75%;
  margin: 0 auto;
}
.esg-page .container-custom .inner-about-page h2 {
  line-height: 80px;
}
.esg-page .container-custom .inner-about-page .left {
  width: 100%;
}
.esg-page .container-custom .inner-about-page .left p {
  font-size: 20px;
  font-style: italic;
  line-height: 42px;
}
.esg-page .container-custom .inner-about-page .right {
  width: 100%;
}
.esg-page .container-custom .inner-about-page .right .box {
  padding-bottom: 45px;
}
.esg-page .container-custom .inner-about-page .right .box h4 {
  font-size: 24px;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.box-shadow {
  box-shadow: 5px 5px 4px #deeaf4;
}

@media (max-width: 1500px) {
  .contact-deta .inner-detail .box .img-box img {
    width: 56%;
    float: right;
  }
  .footer-bottom {
    padding: 83px 70px;
  }
  .esg-page .container-custom .inner-about-page h2 {
    font-size: 25px;
    line-height: 1.5 !important;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 25px;
  }

  .esg-social .inner-sec .box-sec .inner-box-sec .content-box {
    padding: 45px 25px;
  }
  .esg-social .inner-sec .box-sec .inner-box-sec .content-box p {
    font-size: 12px;
    line-height: 20px;
  }
  .esg-social .inner-sec .box-sec .inner-box-sec .content-box h4 {
    padding-bottom: 10px;
  }

  .leading-0 {
    letter-spacing: 0;
  }

  .pb-5px {
    padding-bottom: 5px;
  }

  .esg-social .top-content p {
    width: 75%;
  }

  .esg-envir .inner-sec .box-sec .inner-box-sec .content-box {
    padding: 45px 25px;
  }
  .esg-envir .inner-sec .box-sec .inner-box-sec .content-box p {
    font-size: 12px;
    line-height: 20px;
  }
  .esg-envir .inner-sec .box-sec .inner-box-sec .content-box h4 {
    padding-bottom: 10px;
  }

  .governance .inner-gover .right .right-box {
    padding: 35px;
  }
  .governance .inner-gover .right .right-box h4 {
    padding-bottom: 10px;
    font-size: 24px;
  }
  .governance .inner-gover .right .right-box p {
    font-size: 14px;
  }

  .contact-page .inner-contact-page .left .support-line {
    /* padding-right: 10%; */
  }

  .case-study-page .card h2 button {
    font-size: 34px;
  }
  .case-study-page .card-body .inner-content .left h6 {
    font-size: 36px;
  }
  .case-study-page .card-header {
    padding-bottom: 30px;
    padding-top: 15px;
  }
  .case-study-page .card-body {
    padding: 65px 0px;
  }
}

@media (max-width: 1368px) {
  .case-study-page .card h2 button {
    font-size: 32px;
  }
  .case-study-page .card-body {
    padding: 55px 0px;
  }
  .case-study-page .card h2 button {
    font-size: 30px;
  }
}

.governance-para {
  text-align: center;
  padding: 0 111px;
  margin-top: 40px;
}

@media (max-width: 575px) {
  .banner-area .text {
    width: 80%;
  }
  .esg-page .container-custom .inner-about-page h2 {
    font-size: 21px;
  }
  .right {
    margin-top: 20px;
  }
  .ssf .inner-ssf .right .inner-right {
    flex-direction: column;
  }
  .ssf .inner-ssf .right .inner-right .b-box {
    width: 100%;
  }
  .main-process .inner-m-proc {
    flex-direction: column;
  }
  .main-process .inner-m-proc .left {
    width: 100%;
  }
  .main-process .inner-m-proc .right {
    width: 100%;
  }
  .case-study .card {
    flex-basis: 100%;
    margin-top: 20px !important;
  }

  .case-study .inner-area {
    padding-bottom: 0px !important;
  }
  /*  */
  .team .text h4 {
    font-size: 16px;
  }
  .team .text p {
    font-size: 10px;
  }
  .team .uppar-area .inner-upper-area {
    flex-wrap: wrap;
  }
  .team .uppar-area .inner-upper-area .img-box {
    width: 50%;
  }
  .team .lower-area .right-lower .inner-right-lower .img-box {
    width: 100%;
  }
  .team .lower-area {
    display: grid;
  }
  .team .lower-area .left-lower {
    width: 100%;
  }
  .team .lower-area .left-lower .content-box {
    padding: 40px 6%;
  }
  .team .lower-area .right-lower {
    width: 100%;
  }
  .team .lower-area .right-lower .inner-right-lower .img-box {
    width: 50%;
  }
  .team .uppar-area .inner-upper-area {
    display: flex;
    margin-left: 0%;
  }
  .team .lower-area .left-lower .content-box p {
    text-align: justify;
  }
  /*  */

  .esg-page .container-custom {
    padding: 40px 0px 0px 0px;
  }
  .esg-page .container-custom .inner-about-page h2 {
    line-height: 41px;
  }
  .esg-page .container-custom .inner-about-page {
    width: 100%;
  }

  .esg-social {
    padding: 40px 0px;
  }
  .esg-social .top-content p {
    width: 100% !important;
  }

  .esg-envir .inner-sec {
    flex-direction: column;
  }

  .esg-envir .inner-sec .box-sec .inner-box-sec .img-box img {
    width: 100% !important;
    height: 240px !important;
  }

  .esg-envir .inner-sec .box-sec {
    width: 100% !important;
  }

  .esg-envir .inner-sec .box-sec .inner-box-sec .content-box {
    margin-bottom: 20px;
  }

  .esg-envir .inner-sec .box-sec .inner-box-sec .content-box {
    width: 100% !important;
  }

  .esg-envir .inner-sec .box-sec .inner-box-sec {
    flex-direction: column;
  }

  .esg-envir .inner-sec .box-sec .inner-box-sec .img-box {
    width: 100% !important;
  }

  .governance .inner-gover {
    flex-direction: column !important;
  }

  .pb-5px {
    margin-bottom: 3.5px !important;
  }

  .esg-envir .inner-sec .box-sec .inner-box-sec .content-box {
    padding: 16px !important;
  }

  .governance-para {
    text-align: center;
    padding: 0 10px;
    margin-top: 40px;
  }

  .governance .inner-gover .right {
    margin-top: 28px !important;
  }

  .governance {
    padding: 70px 0;
  }

  .navbar-brand img {
    width: 143px !important;
  }

  .governance .inner-gover .right {
    width: auto !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
  }

  .inner-bottom .right {
    margin-top: 0px !important;
  }

  .governance .inner-gover .left {
    width: 100% !important;
    text-align: center !important;
  }

  .esg-social .inner-sec .box-sec .inner-box-sec {
    display: block;
  }
  .esg-social .inner-sec .box-sec {
    width: 100%;
  }
  .esg-social .inner-sec .box-sec .inner-box-sec .img-box {
    width: 100%;
    height: auto;
  }
  .esg-social .inner-sec .box-sec .inner-box-sec .content-box {
    width: 100%;
  }
  .esg-social .inner-sec .box-sec .inner-box-sec {
    /* margin-bottom: 15px; */
  }
  /* p {
    padding-right: 10px;
    padding-left: 10px;
  } */
  .esg-social .inner-sec .box-sec .inner-box-sec .content-box {
    padding: 30px 15px;
  }
  .esg-social .inner-sec .box-sec .inner-box-sec .content-box h4 {
    font-size: 21px;
  }

  .esg-envir .inner-sec .box-sec .inner-box-sec {
    display: block;
  }
  .esg-envir .inner-sec .box-sec {
    width: 100%;
  }
  .esg-envir .inner-sec .box-sec .inner-box-sec .img-box {
    width: 100%;
    height: auto;
  }
  .esg-envir .inner-sec .box-sec .inner-box-sec .content-box {
    width: 100%;
  }
  .esg-envir .inner-sec .box-sec .inner-box-sec {
    /* margin-bottom: 15px; */
  }

  .esg-envir .top-content {
    margin-bottom: 25px;
  }

  .esg-envir {
    padding: 40px 0px !important;
  }
  .esg-envir .inner-sec .box-sec .inner-box-sec .content-box {
    padding: 30px 15px;
  }
  .esg-envir .inner-sec .box-sec .inner-box-sec .content-box h4 {
    font-size: 21px;
  }
  .esg-envir .top-content p {
    width: 100%;
    margin: 0 auto;
  }
  .esg-envir {
    padding: 40px 0px;
  }

  .governance .inner-gover {
    display: block;
    justify-content: space-between;
  }
  .governance .inner-gover .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .governance .inner-gover .right {
    width: 100%;
  }
  .governance .inner-gover .right .right-box {
    padding: 20px;
  }
  .governance .inner-gover .right .right-box h4 {
    font-size: 20px;
  }
  .contact-page .container-custom {
    padding-top: 25px;
  }
  .contact-page .inner-contact-page {
    display: block;
  }
  .contact-page .inner-contact-page .left {
    width: 100%;
    display: block;
  }
  .contact-page .inner-contact-page .right {
    width: 100%;
  }
  .contact-page .inner-contact-page .left .contact-d {
    display: flex;
    padding-top: 35px;
    display: block;
    flex-direction: column;
  }
  .contact-page .inner-contact-page .left .contact-d .box {
    width: 100%;
    margin-bottom: 25px;
  }

  .case-study-page .card h2 button {
    text-wrap: auto;
  }
  .case-study-page .card h2 button {
    font-size: 20px;
  }
  .case-study-page .card-body .inner-content .middle h4 {
    font-size: 20px;
  }
  .case-study-page .collapsible-link[aria-expanded="true"]::before {
    height: 20px;
    width: 20px;
    left: 94%;
  }
  .case-study-page .collapsible-link::before {
    height: 20px;
    width: 20px;
    left: 94%;
  }
  .case-study-page .container-custom {
    padding: 40px 0px;
  }
  .case-study-page .card-body .inner-content {
    display: block;
  }
  .case-study-page .card-body .inner-content .left {
    width: 100%;
  }
  .case-study-page .card-body .inner-content .middle {
    width: 100%;
  }
  .case-study-page .card-body .inner-content .right {
    width: 100%;
  }
  .case-study-page .card-body .inner-content .left .left-box .box {
    margin-top: 15px;
  }
  .case-study-page .card-body .inner-content .left h6 {
    font-size: 24px;
  }
  .case-study-page .card-body {
    padding: 25px 0px;
  }
  .contact-page .inner-contact-page .left .contact-d .box {
    width: 100% !important;
  }
  .contact-deta .inner-detail .box {
    flex-direction: column;
  }
  .contact-deta .inner-detail .box .left-sec {
    width: 100%;
  }

  .contact-deta .inner-detail .box .right-sec {
    width: 100%;
  }

  .footer-bottom p {
    width: 100%;
  }

  .footer .inner-footer {
    flex-direction: column;
  }

  .footer .inner-footer .left {
    width: 100%;
  }

  .footer .inner-footer .right {
    width: 100%;
  }
  .footer:after {
    background-size: auto;
  }
  .footer .inner-footer .right {
    padding-top: 20px;
  }
  .footer .bottom p {
    font-size: 10px;
  }

  .case-study-page .card h2 button {
    font-size: 16px !important;
    letter-spacing: 0px !important;
  }

  .case-study-page {
    padding: 40px 0 !important;
  }
  .case-study-page .collapsible-link[aria-expanded="true"]::before {
    left: 91% !important;
  }

  .case-study-page .card-body .inner-content {
    flex-direction: column;
  }
  .case-study-page .card-body .inner-content .left {
    width: 100% !important;
  }
  .case-study-page .card-body .inner-content .right {
    width: 100% !important;
  }
  .case-study-page .card-body .inner-content .middle {
    width: 100% !important;
  }
  .fade-slider {
    height: 225px !important;
    margin-top: 18px !important;
  }
  .slideel {
    width: 100%;
    height: 225px;
  }
  .case-study-page .card-body .inner-content .left h4 {
    padding-bottom: 0px !important;
  }
  .case-study-page .card-body p {
    /* padding-bottom: 27px !important; */
  }
  .case-study-page .collapsible-link::before {
    left: 93% !important;
    width: 16px !important;
    height: 16px !important;
  }

  .case-study-page .card-body .inner-content .left h4 {
    font-size: 19px !important;
    margin-bottom: 0px !important ;
  }

  .heading-of-digits {
    font-family: "Inter-Bold";
    font-size: 24px !important;
  }

  .case-study .overlay-case {
    margin: 0px;
  }

  .case-study-page .gross-inr {
    padding-bottom: 0px !important;
  }
  .esg-page .container-custom .inner-about-page h2 {
    width: 97%;
  }
  .btn-all-white {
    width: auto !important;
  }

  .about-page {
    padding: 40px 0;
  }

  .vision,
  .mission {
    flex-basis: 100%;
  }

  .footer .inner-footer .right {
    padding-top: 4px !important;
    margin-top: 0 !important;
  }

  .footer .bottom .inner-bottom {
    flex-direction: column;
    /* align-items: center; */
  }

  .nav-link {
    color: black !important;
  }

  .heading {
    font-size: 21px !important;
    line-height: 1.5 !important;
  }

  .founder {
    padding: 16px !important;
  }
  .independent-team {
    padding-top: 15px !important;
  }
  .accordion .card-header {
    padding: 0px 9px !important;
    letter-spacing: 0px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .case-study-page {
    margin-bottom: 0px !important;
  }

  .case-study-page .card-body .inner-content {
    padding: 20px 0px !important;
  }

  .footer {
    padding: 27px 0px !important;
  }
  /* 
  .navbar .navbar-expand-md .navbar-light {
    background-color: #e2eaf7 !important;
  }

  .navbar {
    background-color: #e2eaf7 !important;
  } */

  .contact-deta {
    /* margin-bottom: 40px; */
    padding: 60px 13px !important;
  }

  .esg-social .inner-sec .box-sec .inner-box-sec .img-box img {
    /* filter: grayscale(100%); */
    transition: 0.6s;
    height: 230px !important;
  }

  .ssf .inner-ssf .right .inner-right .b-box {
    margin: 5px 0px !important  ;
  }

  .contact-page .inner-contact-page .left {
    padding: 40px 0 !important;
  }

  .contact-page .inner-contact-page .left .contact-d .box h4 {
    font-size: 20px !important;
  }

  .contact-page .inner-contact-page .left .contact-d {
    padding-top: 20px;
  }

  .contact-deta .inner-detail .box .left-sec h4 {
    font-size: 18px;
    line-height: 32px;
  }

  .banner-area .other-text h2 {
    padding-bottom: 0px !important;
  }

  .contact-deta .inner-detail .box .right-sec .form-sec .form-control {
    padding: 7px 0 !important;
  }

  .esg-envir .top-content {
    margin-bottom: 23px !important;
  }

  .governance {
    padding: 55px 0px !important;
  }

  .btn-all {
    font-size: 12px !important;
    padding: 9px 23px !important;
  }

  .esg-social .inner-sec .box-sec .inner-box-sec {
    flex-direction: column;
  }
  .esg-social .inner-sec .box-sec .inner-box-sec .img-box {
    width: 100% !important;
  }
  .esg-social .inner-sec .box-sec {
    width: 100% !important;
  }

  .esg-envir .inner-sec .box-sec .inner-box-sec .img-box {
    height: 240px !important;
  }

  .esg-social .inner-sec .box-sec .inner-box-sec .content-box {
    margin: 0 0px 20px 0 !important;
  }

  .governance .inner-gover .right .right-box {
    padding: 20px !important;
  }

  .esg-social .inner-sec .box-sec .inner-box-sec .img-box {
    height: auto !important;
  }

  .esg-social {
    margin: 50px 0 0 0 !important;
    padding: 40px 0 !important;
  }

  .banner-area .text h2 {
    line-height: 46px;
    font-size: 28px;
  }

  .p-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .ssf {
    padding: 45px 0px;
  }

  .ssf .inner-ssf h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .ssf .inner-ssf p {
    min-height: auto !important;
    font-size: 12px !important;
    margin-bottom: 18px;
  }

  .ssf h4 {
    font-size: 20px !important;
  }

  .process {
    padding: 50px 0px;
  }

  .process .top-sec {
    margin-bottom: 20px;
  }

  .process .box {
    padding: 24px 14px !important;
    min-height: auto !important;
  }

  .ssf h5 {
    line-height: normal !important;
  }

  .governance .inner-gover .right .right-box h4 {
    font-size: 16px !important;
  }

  .governance .inner-gover .right .right-box p {
    font-size: 11px;
    line-height: 21px;
  }

  h2 {
    font-size: 18px;
  }

  .esg-social .top-content {
    margin-bottom: 25px !important;
  }

  .esg-social .inner-sec .box-sec .inner-box-sec .content-box {
    width: 100% !important;
  }
}

.heading {
  font-size: 25px;
  margin-bottom: 15px;
}

/* // esg social */

.esg-social {
  background-color: #f4f9fd;
  padding: 100px 0px;
  text-align: center;
  margin: 100px 0 0 0;
}
.esg-social .top-content p {
  width: 75%;
  margin: 0 auto;
}
.esg-social .top-content {
  margin-bottom: 50px;
}
.esg-social .inner-sec {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.esg-social .inner-sec .box-sec {
  width: 49.5%;
}
.esg-social .inner-sec .box-sec .inner-box-sec {
  display: flex;
  height: 100%;
}
.esg-social .inner-sec .box-sec .inner-box-sec .img-box {
  width: 50%;
  height: 100%;
}
.esg-social .inner-sec .box-sec .inner-box-sec .img-box img {
  /* filter: grayscale(100%); */
  transition: 0.6s;
  height: 274px;
  width: 100%;
  object-fit: cover;
}
.esg-social .inner-sec .box-sec .inner-box-sec .img-box img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.esg-social .inner-sec .box-sec .inner-box-sec .content-box {
  width: 50%;
  background-color: #e4eff8;
  padding: 25px;
  display: grid;
  align-items: center;
}
.esg-social .inner-sec .box-sec .inner-box-sec .content-box h4 {
  padding-bottom: 6px;
  line-height: 30px;
  font-size: 18px !important;
}

.esg-envir {
  padding: 100px 0px;
  text-align: center;
  background-color: #0f3557;
}
.esg-envir .top-content p {
  width: 75%;
  margin: 0 auto;
}
.esg-envir .top-content {
  margin-bottom: 50px;
  color: white;
}
.esg-envir .inner-sec {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.esg-envir .inner-sec .box-sec {
  width: 49.5%;
}
.esg-envir .inner-sec .box-sec .inner-box-sec {
  display: flex;
  height: 100%;
}
.esg-envir .inner-sec .box-sec .inner-box-sec .img-box {
  width: 50.1%;
  height: 270px;
}
.esg-envir .inner-sec .box-sec .inner-box-sec .img-box img {
  /* filter: grayscale(100%); */
  transition: 0.6s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.esg-envir .inner-sec .box-sec .inner-box-sec .img-box img:hover {
  filter: grayscale(0%);
  cursor: pointer;
}
.esg-envir .inner-sec .box-sec .inner-box-sec .content-box {
  width: 50%;
  background-color: #e4eff8;
  padding: 24px;
  display: grid;
  align-items: center;
}
.esg-envir .inner-sec .box-sec .inner-box-sec .content-box h4 {
  padding-bottom: 0px;
  line-height: 30px;
  font-size: 16px !important;
}

.governance {
  background-color: #fff;
  padding: 100px 0px;
}
.governance .inner-gover {
  display: flex;
  justify-content: space-between;
}
.governance .inner-gover .left {
  width: 26%;
}
.governance .inner-gover .right {
  width: 70%;
}
.governance .inner-gover .right .right-box {
  background-color: #f4f9fd;
  padding: 30px;
  margin-bottom: 15px;
}
.governance .inner-gover .right .right-box h4 {
  padding-bottom: 5px;
  font-size: 20px;
}

.contact-page .container-custom {
  padding-top: 80px;
  border-top: 1px solid #000;
}
.contact-page .inner-contact-page {
  display: flex;
  justify-content: space-between;
}
.contact-page .inner-contact-page .left {
  width: 100%;
  display: grid;
  padding: 70px 0;
  align-items: center;
}
.contact-page .inner-contact-page .left .support-line {
  padding-top: 10px;
  text-align: center;
}
.contact-page .inner-contact-page .right {
  width: 30%;
}

.contact-page-form {
  background-color: #fff;
  margin-top: 100px;
}

.contact-page .inner-contact-page .left .contact-d {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}

.mr-0 {
  margin-right: 0%;
}

.contact-page .inner-contact-page .left .contact-d .box {
  width: 45%;
  margin-right: 4%;
  background: #f4f9fd;
  padding: 35px;
}
.contact-page .inner-contact-page .left .contact-d .box h4 {
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.contact-page .inner-contact-page .left .contact-d .box p {
  display: flex;
  padding-bottom: 15px;
}
.contact-page .inner-contact-page .left .contact-d .box p span {
}
.contact-page .inner-contact-page .left .contact-d .box p span img {
  margin-right: 10px;
  width: 16px;
}

.case-study-page {
  /* margin-bottom: 60px; */
  padding: 100px 0;
}
.case-study-page .container-custom {
  border-top: 1px solid #000;
  padding: 100px 0px;
}
.case-study-page .collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}
.case-study-page .collapsible-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 98%;
  transform: translateY(-50%);
  display: block;
  background-image: url(../images/icons/right-arrow.svg);
  height: 22px;
  width: 22px;
  background-size: cover;
}
.case-study-page .collapsible-link[aria-expanded="true"]::before {
  content: "";
  background-image: url(../images/icons/right-arrow.svg);
  height: 22px;
  width: 22px;
  background-size: cover;
  rotate: 180deg;
  top: 0%;
  left: 98%;
  transform: translateY(-50%);
  display: block;
}
.case-study-page .card {
  border: none;
  padding-bottom: 0px;
}
.case-study-page
  button.btn.btn-link.text-dark.font-weight-bold.text-uppercase.collapsible-link {
  padding: 0;
}
.case-study-page .card {
  background-color: transparent;
}
.case-study-page .card-header {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.case-study-page .card h2 button {
  font-family: "InriaSerif-Regular";
  font-size: 21px;
  padding-left: 0;
  text-decoration: none;
}
.case-study-page .card h2 {
  position: relative;
}
.case-study-page .card h2:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #ccc;
  left: 0;
  right: 0;
  bottom: -25px;
}
.case-study-page .card h2:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #000;
  left: 0;
  right: 0;
  bottom: -25px;
  transition: 0.8s;
}
.case-study-page .card-header {
  padding-bottom: 30px;
  padding-top: 20px;
}
.case-study-page .card-body p {
  text-align: justify;
  font-size: 13px;
  padding-bottom: 15px;
  letter-spacing: 0px;
}
.case-study-page .card-body {
  padding: 0px 0px;
  border-bottom: 1px solid #ccc;
}
.case-study-page .card-body .inner-content {
  display: flex;
  padding: 44px 0px;
  /* align-items: center; */
  justify-content: space-between;
}
.case-study-page .card-body .inner-content .left {
  flex-basis: 15%;
}
.case-study-page .card-body .inner-content .middle {
  flex-basis: 40%;
}
.case-study-page .card-body .inner-content .right {
  flex-basis: 30%;
}

.text-21 {
  font-size: 21px;
}

.case-study-page .card-body .inner-content .left h4 {
  font-size: 21px;
  letter-spacing: 1px;
  padding-bottom: 25px;
}
.case-study-page .card-body .inner-content .left .left-box .box {
  margin-top: 25px;
}
.case-study-page .card-body .inner-content .left h6 {
  font-size: 38px;
}

.case-study-page .card-body .inner-content .middle h4 {
  padding-bottom: 15px;
  padding-top: 28px;
}
.case-study-page .card-body .inner-content .middle h4:first-child {
  padding-top: 0;
}
.case-study-page .card-body .inner-content .middle ul {
  padding-left: 17px;
}
.case-study-page .card-body .inner-content .middle ul li {
  padding-bottom: 5px;
  font-family: "Inter_18pt-Regular";
}

.case-study-page .card h2:hover:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #000;
  left: 0;
  right: 0;
  z-index: 9;
}

/* //hh */

.fade-slider {
  position: relative;
  width: 100%;
  height: auto;
}

.slideel {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeImages 4s infinite ease-in-out;
}

.slideel:nth-child(1) {
  animation-delay: 0s;
}

.slideel:nth-child(2) {
  animation-delay: 2s;
}

@keyframes fadeImages {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  45% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.prev-btn,
.next-btn {
  display: none !important;
}

/* accordion */
