/* web fotn */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  box-sizing: border-box;
}

:root {
  --primary-dark: #B3002D;
  --secondary-dark: #01004C;
  --blue-400:#0C3390;
  --light-grey: #F3F4F6;
  --light-gray-700:#f4f5f7;
  --light-gray-600:#DDE1E8;
  --light-gray-500:#B5BAC4;
  --light-grey-400: #EFF1F6;
  --light-grey-300: #716F7A;
  --light-grey-200: #B3B3B3;
  --light-grey-100: #1B1B1B;
  --light-grey-50:#DDE0E7;
  --gradient-bg: linear-gradient(89.72deg, #0C3390 0.1%, #8C022A 50.2%, #0C3390 99.9%);
  --error: red;
  --white: #fff;
  --black: #000;
  --inter-family:"Inter", sans-serif;
  --poppins-family:"Poppins", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  transition: 0.5s;
  font-family: var(--poppins-family);
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  font-family: var(--inter-family);
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
  margin: 0;
  padding: 0;
}

h1 {
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;

}

h2 {
  font-weight: 700;
  font-size: 55px;
  line-height: 100%;
  text-transform: uppercase;
}
h3{
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
}
h4{
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
}
h6{
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;

}
p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

li {
  list-style: none;
}

a {
  color: var(--bs-link-color);
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  color: var(--bs-link-hover-color);
}

a,
button {
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -ms-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
}

button,
button:focus {
  outline: none;
  border: none;
  cursor: pointer;
}
:focus-visible {
    outline:0px !important;
}

.form-control:focus,
.form-check-input:focus {
  outline: 0;
  box-shadow: none;
}

input,
select,
textarea {
  font-size: 16px;
  line-height: 37px;
}

textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input:hover,
input:active,
input:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: inherit;
}

select:hover,
select:active,
select:focus {
  outline: none;
  box-shadow: none;
}
input:focus, select:focus, textarea:focus {
    border-color: var(--blue-400) !important;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml;utf8,<svg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
    background-color: #fff;
    background-size: 16px;
}
.form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.flex-box {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1* var(--bs-gutter-y));
}

.lg-container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px;
}

.md-container {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 30px;
}
.global-header {
    margin-bottom: 50px;
}
.global-header p {
    margin-top: 20px;
}
.center-head .global-header{
  text-align: center;
}
.owl-dots {
  text-align: center;
}

.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background: #D3D3D3;
  display: inline-flex;
  position: relative;
  margin-right: 16px;
  border-radius: 50%;
}

.owl-dots .owl-dot.active span {
  background: var(--primary-dark);
  position: relative;
}

.owl-dots .owl-dot.active span::before {
  content: '';
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #a2c617;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

/* global solid button */
.global-dark-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 25px;
  border-radius: 0px;
  line-height: 28px;
  color: var(--white);
  position: relative;
  font-weight: 400;
  font-size: 16px;
  overflow: hidden;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  background-color: var(--primary-dark);
}
.global-dark-button:hover {
  color: var(--white);
}
.global-dark-button img{
  margin-right:12px;
}
.global-dark-button span{
  position: relative;
  z-index: 2;
}
.global-dark-button::after {
  content: '';
  left: -100%;
  width: 100%;
  position: absolute;
  height: 100%;
  background: #000;
  transition: all 0.4s ease-in-out;
}
.global-dark-button:hover::after {
  left: 0px;
}

nav.navbar a.nav-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 17.58px;
  color: var(--light-grey-300);
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
  transform: all 0.4s ease-in-out;
}
.navbar-cntc-btn {
    margin-left: 20px;
}
nav.navbar a.nav-link:hover {
  color: var(--dark-green);
  transform: all 0.4s ease-in-out;
}
nav.navbar .lg-container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.dropdown-menu {
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
  padding: 0px;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

li.nav-item.dropdown .dropdown-menu a.dropdown-item {
  padding: 10px 19px;
}

li.nav-item.dropdown .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

li.nav-item.dropdown:hover .dropdown-menu:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid #ffffff;
  top: -20px;
  left: 24px;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  z-index: 11;
  right: 0px;
}

.only_mobile_view {
  display: none;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: auto;
  right: -12px;
  top: 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 3px;
  position: absolute;
  background: #000000;
  border-radius: 1px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  right: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

nav.top-navbar {
  background-color: transparent;
  padding: 16px 0px;
  position: sticky;
  z-index: 99;
  position: -webkit-sticky;
  transition: all 0.3s ease-in-out;
  top: 0;
  width: 100%;
}
.top-navbar.sticky {
  position: -webkit-sticky;
  z-index: 99;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  box-shadow: 2px 1px 17px 1px #e5e5e5;
  animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

nav.top-navbar li.nav-item {
  padding: 0px 6px;
}

.top-navbar ul.navbar-nav {
  margin-left: auto;
}

.dropdown-toggle::after {
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f107";
  border-top: .0em solid !important;
  vertical-align: 0em;
  transition: all 0.4s ease-in-out;
}

.dropdown-toggle.show::after,
li.nav-item.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
  transition: all 0.4s ease-in-out;
}

li.nav-item.dropdown:hover .dropdown-toggle {
  color: var(--dark-green);
}

li.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  top: 30px;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
  box-shadow: 1px -4px 20px 0px #4a4a4a6e !important;
  transition: all 0.4s ease-in-out;
}

.dropdown-menu {
  border: none;
}
.select-languages select.form-select {
  border: none;
  padding-left: 0;
  padding-right: 27px;
  background-color: transparent;
}

/* navbar end */
/* hero banner start */
.hero-banner {
  background-size: cover;
  background-position: center;
  padding: 50px 0px 50px;
  height: 100vh;
  display:flex;
  align-items: center;
}

.hero-inner-banner .content-box {
  max-width:800px;
  width: 100%;
}

.hero-inner-banner .content-box h1 {
  color: var(--white);
}

.hero-inner-banner .content-box p {
  font-family: var(--inter-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  margin:37px 0px;
  color: var(--white);
}

.hero-inner-banner .content-box .hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

/* hero banner end */
/* footer start */
footer.footer {
  background: url('../images/footer-bg.png')no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding:160px 0px 115px;
  color: var(--white);
}
footer .footer-item .ftr-logo {
    filter: brightness(0) invert(1);
}
footer.footer .footer-inner-box {
  display: flex;
  gap: 9px 30px;
  flex-wrap: wrap;
}
footer.footer .footer-inner-box .footer-item:first-child {
    flex: 1;
}
footer.footer .footer-inner-box .footer-item:not(:first-child) {
    max-width: calc(21% - 20px);
    width: 100%;
}
footer.footer .footer-inner-box .footer-item:last-child img {
    margin-top: 27px;
}
footer.footer .footer-inner-box h5.ftr-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  text-transform: capitalize;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

footer.footer a {
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
footer.footer li a:hover{
  color: var(--primary-dark);
}
.footer-item.quick-link ul li {
  margin: 17px 0px;
}

footer.footer .ftr-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
footer.footer .footer-inner-box .footer-item:first-child p {
    margin:35px 0px 50px;
    line-height: 25px;
}
.ftr-social li a {
  display: inline-flex;
  height: 30px;
  width: 30px;
  background: var(--white);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  color: var(--secondary-dark);
}
.ftr-social li a:hover{
  background-color: var(--primary-dark);
  color: var(--white);
}
.ftr-social li a:hover i{
  color: var(--white);
}
footer.footer .footer-inner-box h5.ftr-heading::after {
  width: 67px;
  height: 2px;
  background: var(--white);
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
}

.ftr-copyright {
  padding: 56px 0px;
  text-align:center;
  background-color: var(--secondary-dark);
  color: var(--white);
}
.ftr-copyright p{
  font-size:16px;
}
/* footer end */


/* core solution  */
.core-solution-sec{
  padding:110px 0px;
}
.core-solution-sec .row {
    justify-content: center;
    row-gap: 30px;
}
.core-solution-card {
    background-color: var(--light-grey);
    border-bottom: 2px solid var(--primary-dark);
    height: 100%;
}
.core-solution-card .img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.core-solution-card:hover .img-box img {
    transform: scale(1.1);
}
.core-solution-card .img-box {
    aspect-ratio: 10 / 5;
    overflow: hidden;
}
.core-solution-card .cntn-box {
    padding: 40px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.core-solution-card .head-box {
    display: flex;
    gap: 20px;
    align-items: center;
}
.core-solution-card .cntn-box p{
  color: var(--light-grey-300);
  line-height: 29px;
}
.core-solution-card:hover p{
  color: var(--light-grey-100);
}
.core-solution-card:hover h4{
  color: var(--blue-400);
}
.core-solution-card .head-box h4 {
  flex: 1;
  font-weight: 700;
}
.core-solution-card .head-box span{
  width: 56px;
}
.core-solution-sec .global-header {
    margin-bottom: 80px;
}
.core-solution-sec .global-header p{
    color: var(--light-grey-300);
}

/* strategic operation start */
.strategic-operation-sec{
  padding: 90px 0px;
}
.stra-ope-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    height: calc(100% - 5px);
    box-shadow: -1px 7px 14px 0px #e7e7e7;
}
.stra-ope-card .cntn-box {
    flex: 1;
}
.stra-ope-card .cntn-box p {
    font-size: 24px;
    line-height: 34px;
}
.stra-ope-card .img-box {
    width: 50%;
    text-align: center;
}
.stra-ope-card .img-box img{
  max-width: 100%;
}
.stra-ope-card .cntn-box h4{
  font-weight: 700;
  margin-bottom: 10px;
}
.stra-ope-card:hover h4{
  color: var(--blue-400);
}
.stra-ope-card:hover .img-box img{
  filter:grayscale(100%) sepia(100%) hue-rotate(180deg) saturate(600%);
}
.stra-ope-card:hover p{
  color:var(--light-grey-300);
}
/* elevate operation start */
.elevate-oparation{
  padding: 80px 0px 150px;
  min-height: 918px;
  display: flex;
  align-items: end;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 3px solid var(--secondary-dark);
  color: var(--white);
}
.partners-logo-sec {
    padding: 40px 0px;
    background-color: var(--light-grey);
}

.partners-logo-sec .owl-carousel .owl-item img {
    width: auto;
    height: 47px;
    object-fit: contain;
}
.partners-logo-sec .owl-carousel .owl-item img:hover{
  filter:grayscale(100%) sepia(100%) hue-rotate(180deg) saturate(300%);
  transform: scale(1.01);
}
/* short banner start */
.short-banner{
  min-height: 600px;
  color: var(--white);
  display: flex;
  align-items: center;
}
.short-banner .cntn-wrapper {
    max-width: 768px;
    display: flex;
    flex-direction: column;
    gap: 22px;
}
.short-banner .cntn-wrapper p {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    font-family: var(--inter-family);
}

.contact-solution-sec {
    padding: 80px 0px;
}
.contact-solution-card li {
    display: flex;
    align-items: baseline;
    gap: 15px;
}
.contact-solution-card {
    display: flex;
    align-items: start;
    gap: 30px;
}
.contact-solution-card .img-box {
    width: calc(50% - 15px);
}
.contact-solution-card .cntn-box {
    width: calc(50% - 15px);
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
}
.contact-solution-card .img-box img{
  width: 100%;
}
.contact-solution-card .cntn-box p {
    line-height: 28px;
    color: var(--light-grey-300);
}
.contact-solution-card .cntn-box ul li p {
    font-size: 24px;
    color:var(--light-grey-100);
    font-family: var(--inter-family);
}

.contact-solution-card .cntn-box ul li{
  margin: 16px 0px;
}
.contact-solution-card .cntn-box .cntn-list h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--primary-dark);
}
.contact-solution-card .cntn-box .cntn-list{
  margin-top: 12px;
}
.contact-solution-card .cntn-box ul li:first-child {
    margin-top: 0px;
}
.contact-solution-card:hover .cntn-box ul li p{
  color: var(--primary-dark);
}
.contact-solution-card:hover .img-box img{
  filter: grayscale(1);
}
.contact-solution-card:hover .cntn-box h3{
  color: var(--blue-400);
}
.ziczac-sec .contact-solution-card:nth-child(even) {
    flex-direction: row-reverse;
    margin: 80px 0px;
}
.maintainence-support-sec {
    padding: 80px 0px;
}
.btns-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.gradient-box.small-space {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.small-space {
    padding: 60px 40px;
}
.gradient-box{
  background: var(--gradient-bg);
  color: var(--white);
}
.gradient-box p {
    font-size: 24px;
}
.gradient-box.big-space a.global-dark-button {
    box-shadow: 0px 25px 12.65px 0px #00234C6E;
    margin-top: 20px;
}
.gradient-cntn-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 24px;
    padding: 80px 60px;
    max-width: 1405px;
    margin: auto;
}
.gradient-sec-white {
    padding: 30px 0px;
}
.small-padding-gray {
    padding: 40px 0px;
    background-color: var(--light-gray-700);
  }
  .design-execution-card {
      display: flex;
      flex-direction: column;
      gap:6px;
      justify-content: center;
      text-align: center;
      padding: 80px 0px 80px;
  }
.design-execution-card ul li {
    align-items: center;
    display: inline-flex;
    gap: 13px;
}
.design-execution-card ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px;
}

.execution-btn-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    position: relative;
}
.execution-btn-box .border-devider {
    flex: 1;
    height: 1px;
    background:#b0bcd9;
}
.what-client-get-sec {
    margin:80px 0px 80px;
}
.client-get-card {
    padding: 50px;
    background: #fff;
    box-shadow: 0px 9px 10.39px 0px #324A7712;
    height: calc(100% - 1px);
    transition: all 0.3s ease-in-out;
}
.client-get-card h4 {
    margin: 26px 0 8px;
    color: var(--light-grey-100);
}
.client-get-card p {
    color: var(--light-grey-300);
}
.client-get-card:hover{
  transform: translate(0px, -10px);
}
.client-get-card:hover h4{
  color: var(--blue-400);
}
.client-get-card:hover p{
  color: var(--primary-dark);
}
.bg-banner-above-text-sec{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  min-height: 435px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.bg-banner-above-text-sec .cntn-wrapper{
  max-width: 1027px;
  color: var(--white);
  position: relative;
  z-index: 2;
}
.bg-banner-above-text-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #01024d5e;
}
.space-section {
    margin: 80px 0px 80px;
}
.what-client-get-sec .row {
    row-gap: 20px;
}
.client-get-card h5 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 400;
    color: var(--light-grey-100);
}
.client-get-card:hover h5{
  color: var(--blue-400);
}
.project-statistic-sec {
    padding: 80px 0px;
}
.project-static-box {
    padding: 42px 20px;
    background: #fff;
    box-shadow: 0px 9px 10.39px 0px #324A7712;
    height: calc(100% - 1px);
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: all 0.3s ease-in-out;
}
.project-static-box:hover{
  transform: translate(0px, -10px);
}
.project-static-box:hover h4{
  color: var(--blue-400);
}
.project-static-box:hover p{
  color: var(--primary-dark);
}
.project-static-box .icon-box {
    text-align: right;
    margin-bottom: 10px;
}
.project-static-box h4 {
    font-size: 36px;
    font-weight: 700;
}
.project-static-box p {
  font-family: var(--inter-family);
  font-size: 27px;
  line-height: 34px;
}
.project-card {
    display: flex;
    gap: 60px;
    margin: 80px 0px;
}
.project-card .img-head-box {
    width: calc(50% - 10px);
}
.project-card:hover .img-head-box img {
    filter: grayscale(1);
}
.project-card .cntn-box-info {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 45px;
}
.project-card .img-head-box h2 {
    font-size: 47px;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.project-card:hover .img-head-box h2{
  color: var(--blue-400);
}
.project-card:hover .project-overview h4{
  color: var(--primary-dark);
}
.project-card:hover .cntn-box-info .icon-cntn-box h5 span{
  color: var(--blue-400);
}
.project-card .cntn-box-info .icon-cntn-box {
    border: 1px solid #E6E8EE;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}
.project-card .cntn-box-info .icon-cntn-box.logo-addon{
  border: none;
  background-color: var(--white);
  box-shadow: 0px 9px 4.47px 0px #324A7705;
}
.project-card .cntn-box-info .cntn-boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
}
.project-card .cntn-box-info .cntn-boxs .icon-cntn-box {
    width: 100%;
}
.project-card .cntn-box-info .cntn-boxs:has(.icon-cntn-box:nth-child(3)) .icon-cntn-box:nth-child(1), .project-card .cntn-box-info .cntn-boxs:has(.icon-cntn-box:nth-child(3)) .icon-cntn-box:nth-child(2){
  width:calc(50% - 8px);
}
.project-card .cntn-box-info .cntn-boxs:has(.icon-cntn-box:nth-child(2)) .icon-cntn-box:nth-child(1) span{
  display: block;
}
.project-card .cntn-box-info .cntn-boxs .icon-cntn-box:nth-child(1) span{
  display: inline-block;
}
.project-card .cntn-box-info .icon-cntn-box h5{
  font-size: 18px;
  font-weight: 700;
  font-family: var(--inter-family);
  color: var(--light-grey-100);
}
.project-card .cntn-box-info .icon-cntn-box h5 span{
  display:block;
  color: var(--primary-dark);
}
.project-card .cntn-box-info .cntn-boxs .icon-cntn-box:nth-child(3) span{
  display: inline;
}
.project-card .project-overview h4{
  margin-bottom: 10px;
  color: var(--blue-400);
  font-weight: 700;
  font-size:30px;
}
.project-card .project-overview p{
  color: var(--light-grey-300);
  line-height: 27px;
}

.structure-heightlight-sec {
    padding: 80px 30px;
}
.structure-heightlight-sec .global-header {
    color: #fff;
    max-width: 892px;
    margin:0px auto 80px;
}
.structure-heightlight-sec .global-header h2{
  font-size: 47px;
  text-transform: capitalize;
}
.structure-card .cntn-box h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--blue-400);
}
.structure-card .cntn-box p{
  color: var(--light-grey-300);
}
.structure-card {
    background: #fff;
    padding: 35px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.structure-card .icon-box {
    width: 85px;
    display: flex;
    align-items: center;
}
.structure-card .cntn-box {
    width: calc(100% - 115px);
}
.structure-card .icon-box img {
    max-width: 70px;
}
.rig-support-box {
    padding: 40px 40px;
    margin-top: 20px;
    background: #fff;
}
.rig-support-box .global-header {
    margin-bottom: 50px;
}
.rig-support-box .global-header h4{
  font-size: 30px;
  color: var(--blue-400);
  font-weight: 700;
}
.rig-support-box .global-header p{
  color: var(--light-grey-300);
}
.rig-support-card {
    padding: 25px 24px;
    text-align: center;
    background-color: var(--light-grey);
    transition: all 0.3s ease-in-out;
}
.rig-support-card:hover{
  transform: translate(0px, -10px);
}
.rig-support-card:hover h4{
  color: var(--blue-400);
}
.rig-support-card h4{
  font-weight: 700;
  margin-top: 20px;
  font-size: 22px;
}

.career-list {
    padding: 80px 0px;
    display: flex;
    flex-direction: column;
    row-gap: 80px;
}
.career-card {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.career-card .head-img-box{
  width: calc(50% - 21px);
}
.career-card .cntn-info{
  width: calc(50% - 21px);
}
.career-card .head-img-box h2 {
    font-size: 47px;
    text-transform: capitalize;
}
.career-card:hover .head-img-box h2{
  color: var(--blue-400);
}
.career-card .head-img-box ul li {
    display: flex;
    gap: 15px;
    padding: 14px 30px;
    margin: 10px 0px;
    background-color: var(--light-grey-400);
}
.career-card:hover .head-img-box ul li h5 span{
  color: var(--blue-400);
}
.career-card .head-img-box h5{
  font-size:18px;
  font-weight: 700;
}
.career-card .head-img-box h5 span{
  color: var(--primary-dark);
}
.career-card .head-img-box ul{
  margin: 40px 0px;
}
.role-review-box {
    border: 1px dashed var(--light-grey-50);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 6px;
}
.role-review-box h5{
  font-weight: 700;
  color: var(--primary-dark);
  font-size: 30px;
}
.role-review-box p{
  color: var(--light-grey-100);
}
.career-card:hover .role-review-box h5{
  color: var(--blue-400);
}
.career-card .cntn-info .career-unstylelist ul li:first-child {
    margin-top: 0px;
}
.career-card .cntn-info .career-unstylelist li {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin: 20px 0px;
}
.career-card .cntn-info .career-unstylelist h5 {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    color: var(--blue-400);
}
.career-card:hover .cntn-info .career-unstylelist h5{
  color: var(--primary-dark);
}
.career-card .cntn-info .career-unstylelist {
    margin: 50px 0px;
}
.career-card .head-img-box .img-box img {
    width: 100%;
}
.career-card:hover .head-img-box .img-box img{
  filter: grayscale(1);
}
.contact-body-sec {
    padding: 150px 0px;
}
.contact-body-wrapper {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.contact-body-wrapper .contact-form {
    max-width: 730px;
    width: 100%;
}
.contact-body-wrapper .contact-info{
  flex: 1;
}
.contact-info .contact-info-cards {
    padding: 0px 40px;
    max-width: 503px;
    width: 100%;
    background-color: var(--light-grey);
}
.contact-info .contact-info-cards .info-box {
    padding: 80px 20px;
    border-bottom: 1px solid var(--light-gray-500);
    display: flex;
    gap: 26px;
    align-items: center;
}
.contact-info .contact-info-cards .info-box:last-child{
  border-bottom: 0px;
}
.contact-info .contact-info-cards .info-box:hover .icon-box img {
    filter: invert(1);
}
.contact-info-cards .info-box .rgt-impo-cntn p, .contact-info-cards .info-box .rgt-impo-cntn p a {
    font-size: 30px;
    color: var(--light-grey-100);
}
.contact-info-cards .info-box .rgt-impo-cntn p a:hover{
  color: var(--blue-400);
}
.contact-info .contact-info-cards .info-box h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--primary-dark);
}
.contact-info .contact-info-cards .info-box .icon-box {
    width: 72px;
}
.contact-info .contact-info-cards .info-box .rgt-impo-cntn {
    flex: 1;
}
.contact-body-sec h3 {
    margin-bottom: 60px;
}
.form-container .form-group {
    margin-bottom: 15px;
}
.form-container input, .form-container select, .form-container textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid var(--light-gray-600);
    color: var(--light-grey-100);
    font-size: 20px;
    outline: none;
    background-color: #fff;
}

.form-container input::placeholder, .form-container select::placeholder, .form-container textarea::placeholder{
  color: var(--light-gray-100);
}
.form-container textarea {
    min-height: 120px;
    resize: vertical;
}


