*,

*::before,

*::after {

  -webkit-box-sizing: border-box;

          box-sizing: border-box;

}

:root{

  --Gray:#747474;
  --Light-Pink:#F9E1C9;
  --Background:#F8F8F8;
  --stroke:#eeeeee;
  --Light-font: #4B5563;
  --white :#ffffff;
  --black : #000000;
  --Color-2: #F4F4F7;
  --Color-5: #C3BBB0;
  --Color-6: #3A4153;
  --Color-4: #F4F4F7;

}

@media (prefers-reduced-motion: no-preference) {

  :root {

    scroll-behavior: smooth;

  }

}

  html,body {  margin:0; padding:0; }

body {margin: 0; overflow-x: hidden; background: rgba(20, 20, 20, 1); -webkit-text-size-adjust: 100%;font-size: 18px;overflow-x: hidden;  font-family: "Poppins", sans-serif; font-weight: normal;color: #000;letter-spacing: normal;-ms-scroll-chaining: none;overscroll-behavior: none;}



hr { margin: 1rem 0;color: inherit; background-color: var(--stroke); border: 0;opacity: 0.25;}
hr:not([size]) { height: 1px;}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-top: 0; margin-bottom: 0.5rem; font-family: "Outfit", sans-serif;  }

.h1, h1 { font-size: 64px; }
.h2, h2 { font-size: 46px }

.h3, h3 {font-size: 30px;}

.h4, h4 { font-size: 20px;}

.h5, h5 {font-size: 18px;}

.h6, h6 { font-size: 16px;}

a{-webkit-transition: 0.5s ease all;-o-transition: 0.5s ease all;transition: 0.5s ease all; text-decoration: none;}

a:focus, a:active {outline: none; -webkit-box-shadow: none; box-shadow: none;-webkit-tap-highlight-color: transparent; }


.page-template-default .forge-intro p{font-size:18px; margin-bottom:20px; font-weight:400; text-align:left; max-width:100%;}
.page-template-default .forge-intro h2{font-size:32px; font-weight:600; margin-bottom:20px;}
.page-template-default .forge-into h5{font-size:18px; font-weight:600; margin-bottom:20px;}
.page-template-default .container{text-align:left;}
p{margin-top: 0;   font-family: "Poppins", sans-serif; font-size: 16px; line-height: 1.2;  }

.img-fluid{max-width: 100%; height: auto;}

.container{max-width: 1216px; width: 100%; margin-left: auto; margin-right: auto; padding-left: 16px; padding-right: 16px;}

.btn { position: relative;  -webkit-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; transition: 0.5s ease-in; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; gap: 6px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: auto; height: auto; background-color: transparent; border: none;cursor: pointer;margin: 0px;font-family: "Manrope", sans-serif;font-size:16px;font-style: normal;font-weight: 500; text-transform: inherit; line-height: 1;  border-radius: 0px; letter-spacing: normal; text-align: center;}

.btn.btn-primary{background: #17181C; border:1px solid #17181C;  color: #F4F4F7;}
.btn.btn-primary:hover{background: #F4F4F7; border-color: #17181C; color: #17181C; }

.btn-secondary{background:  #7F8B99; color: #F4F4F7; border: 1px solid #7F8B99;}
.btn-secondary:hover{background: #F4F4F7; color: #7F8B99;}

.btn-white{background:  #FFF; color: #3A4153; border: 1px solid #FFF;}
.btn-white:hover{background: #3A4153; color: #FFF; border-color:#3A4153 ;}

.btn-outline{color:  #FFF;  -webkit-transition: all 0.4s ease;  -o-transition: all 0.4s ease;  transition: all 0.4s ease;  border: 1px solid var(--Color-5, #7F8B99);}
.btn-outline::before{content: ""; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; width: 7px; height: 7px; background: url(../img/btn-vec-t.svg) no-repeat center; background-size: contain; position: absolute; left: 4px; top:4px;}
.btn-outline::after{content: "";  -webkit-transition: all 0.4s ease;  -o-transition: all 0.4s ease;  transition: all 0.4s ease; width: 7px; height: 7px; background: url(../img/btn-vec-t.svg) no-repeat center; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); background-size: contain; position: absolute; right: 4px; bottom:4px;}
.btn-outline:hover::before{top: 8px; left: 8px; opacity: 0; }
.btn-outline:hover::after{bottom: 8px; right: 8px; opacity: 0; }
.btn-outline span{display: block; width: 100%;  padding: 19px 21px; height: 100%; position: relative;}
.btn-outline span::before{content: ""; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; width: 7px; opacity: 0; height: 7px; background: url(../img/btn-vec-t.svg) no-repeat center; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); background-size: contain; position: absolute; right: 4px; top:4px;}
.btn-outline span::after{content: "";  -webkit-transition: all 0.4s ease;  -o-transition: all 0.4s ease;  transition: all 0.4s ease; width: 7px; opacity: 0; height: 7px; background: url(../img/btn-vec-t.svg) no-repeat center; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); background-size: contain; position: absolute; left: 4px; bottom:4px;}
.btn-outline:hover span::before{right: 8px; top: 8px; opacity: 1;}
.btn-outline:hover span::after{left: 8px; bottom: 8px; opacity: 1;}
.btn-outline:hover{color:#7F8B99; }

.btn-outline.black{color: #17181C;}
.btn-outline.black::before, .btn-outline.black::after, .btn-outline.black span::before, .btn-outline.black span::after{filter: invert(1);}

.black-btn{background:  #17181C; border-color:#17181C ;}

.logo-vertical-slider-title{text-align: center; color:#fff; margin-bottom:20px; font-weight: 500; margin-top: 40px;}

.btn:focus{outline: none; }
.btn-secondary:disabled, .btn-secondary[disabled], .btn-secondary.disabled{opacity: 0.64;}

sup {font-size: 10px;font-weight: bold;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.mobile-show{display: none !important;}

.small-icon.slick-arrow {width: 48px;height: 48px; z-index: 2; padding: 10px; border-radius: 100px;background: rgba(255, 255, 255, 0.65);-webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px); color: #000; display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 50%; border: 1px solid var(--Blue);}
.small-icon.slick-arrow:hover{background: rgba(255, 255, 255, 0.65);color: #000}
.small-icon.slick-arrow:before {display: none;}
.small-icon.slick-arrow.slick-prev{left: 15px;}
.small-icon.slick-arrow.slick-next{right: 15px;}

.menu-btn{display: none;}
.header__nav-button { background: transparent;  -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; width: 18px;height: 12px; border: none;-webkit-appearance: none;-moz-appearance: none;appearance: none; display: block;   -webkit-transform: rotate(0deg);   -ms-transform: rotate(0deg);   transform: rotate(0deg); }

.header__nav-button:hover, .header__nav-button:focus { outline: none; }
.header__nav-button > span {background:#fff;display: block;position: absolute;height: 1px;width: 100%; left: 0;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: 0.3s ease-in-out; -o-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.header__nav-button > span:nth-child(1) { top: 0px; }
.header__nav-button > span:nth-child(2) {top: 6px; }
.header__nav-button > span:nth-child(3) {top: 12px; }
.menu-open .header__nav-button > span:nth-child(1) {top: 8px;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);transform: rotate(135deg); }
.menu-open .header__nav-button > span:nth-child(2) {opacity: 0;left: -60px; }
.menu-open .header__nav-button > span:nth-child(3) {top: 8px; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }

.page-overlay{position: fixed; width: 100%; height: 100vh; z-index: 4; background: rgba(0, 0, 0, 80%); opacity: 0; visibility: hidden; -webkit-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; transition: 0.5s ease-in;}
.menu-open .page-overlay{opacity: 1; visibility: visible;}

/* Reset CSS ends */

.header_wrap{ z-index: 50; /*-webkit-backdrop-filter: blur(5.5px); backdrop-filter: blur(5.5px);*/ position: fixed; padding: 21px 0; top: 0; left: 0; width: 100%;} 
.header_row { display: -webkit-box; display: -ms-flexbox; display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between; max-width: 822px; width: 100%; margin: 0 auto; padding: 0px 40px; border-radius: 9px;background: rgba(255, 255, 255, 0.15);-webkit-backdrop-filter: blur(5.5px);backdrop-filter: blur(5.5px);}
.logo a{max-width: 59px;}
.logo a img{width: 100%; display: block;}
.header_menu{margin: 0; list-style: none; gap: 10px; padding: 0px 8px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.header_menu li{color:  #7F8B99;font-family: "Outfit", sans-serif;font-size: 16px;font-style: normal;font-weight: 400;line-height: 24px; position: relative;}
.header_wrap .logo {
    max-width: 180px;
}
.header_wrap.scroll-fix .header_row{
background: rgba(166, 166, 166, 0.17);
box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.11);
backdrop-filter: blur(5.5px); }
/* .header_wrap.scroll-fix .header_menu li .sub-menu{
  background: rgba(166, 166, 166, 35%);
  background: rgba(166, 166, 166, 0.17);
  border-radius: 0 0 9px 9px;
box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.11);
backdrop-filter: blur(5.5px);
} */


.header_menu li>a{color: currentColor; position: relative; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; text-decoration: none;  display: -webkit-box;  display: -ms-flexbox;  display: flex;padding: 20px 12px;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 10px;-ms-flex-item-align: stretch;-ms-grid-row-align: stretch;align-self: stretch;}
/* .header_menu li>a.active, .header_menu li>a:hover{color: #fff;} */
.header_menu li>a::before{content: ""; position: absolute; left: 4px; opacity: 0; bottom: 16px; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; background: url(../img/menu-a.svg) no-repeat center; width: 8px; height: 7px; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg);}
.header_menu li>a::after{content: ""; position: absolute; right: 4px; bottom: 16px; opacity: 0; -webkit-transition: 0.5s ease all; -o-transition: 0.5s ease all; transition: 0.5s ease all; background: url(../img/menu-a.svg) no-repeat center; width: 8px; height: 7px; }
/* .header_menu li>a:hover::before, .header_menu li>a:hover::after{opacity: 1;} */
.header_menu li:hover > a::before,
.header_menu li:hover > a::after {
    opacity: 1;
}



.header_menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    display: none;
    background: rgba(255, 255, 255, 0.15);
    z-index: 99;
  
border-radius: 0  0 9px 9px;
}

.header_wrap.scroll-fix .header_menu li .sub-menu{
  background: rgba(166, 166, 166, 0.17);
box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.11);
backdrop-filter: blur(5.5px);
}

.header_menu li:hover .sub-menu {
    display: block;
}

.header_menu li .sub-menu  li a::before , .header_menu li .sub-menu  li a::after{display:none;}

.header_menu li .sub-menu  li a{padding:10px 12px; justify-content:left;}
.header_menu li .sub-menu li a:hover{color: #fff; text-decoration: underline;}




.oa-nextera{  padding-top: 186px; padding-bottom: 28px; background: rgba(20, 20, 20, 1);}
.oa-nextera-content{max-width: 806px; width: 100%; margin: 0 auto; text-align: center; color: var(--Color-5, #C3BBB0);  opacity: 0;-webkit-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);}
.oa-nextera-content h1{color: var(--Color-5, #C3BBB0);font-size: 96px;font-style: normal;font-weight: 500;line-height: 101%; margin-bottom: 18px;}
.oa-nextera-content p{color: var(--Color-5, #C3BBB0); text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);font-size: 24px;font-style: normal;font-weight: 500;line-height: 140%; margin-bottom: 22px; }
.scroll-down { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding: 0 12px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 10px; margin: 0 auto;color: var(--Color-5, #C3BBB0);font-family: "Outfit", sans-serif; font-size: 16px; font-style: normal; font-weight: 500; line-height: 24px; text-transform: uppercase;}

.oa-nextera-content {
      opacity: 0;
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8);
      will-change: transform, opacity;
    }

.wave_section{position: relative; background: rgba(20, 20, 20, 1); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100vh;  overflow: hidden;}
.circle { width: 85.9vw; height: 85.9vw;  
  position: absolute;left: 50%;top: 0; 
  -webkit-transform: translateX(-50%) !important;
   -ms-transform: translateX(-50%) !important; transform: translateX(-50%) !important;
    overflow: hidden; border-radius: 50%;
   /* background: -o-linear-gradient(117deg, rgba(255, 255, 255, 0.00) 14.28%, rgba(255, 255, 255, 0.62) 27.52%);
    background: linear-gradient(333deg, rgba(255, 255, 255, 0.00) 14.28%, rgba(255, 255, 255, 0.62) 27.52%);*/ background:rgba(0,0,0,80%);
     z-index: 1;  -webkit-transition: border-radius 0.3s ease;  -o-transition: border-radius 0.3s ease;  transition: border-radius 0.3s ease;}
 .circle {
  position: absolute !important;
}

.circle.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}


  .ios .circle {
    position: absolute !important;
    top: 0;
    left: 50%;
    width: 85.9vw;
    height: 85.9vw;
    transform: translateX(-50%) !important;
      clip-path: circle(50%);
    -webkit-clip-path: circle(50%);
    will-change: clip-path, transform;
    overflow: hidden;
    z-index: 1; border-radius: 0  !important;
    pointer-events: none;
    
  }
    .ios  .circle.fixed {
  position: fixed !important;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
  @media (max-width: 640px){
 
  }

@keyframes color-animation{0%{color:#8191B9;}30%{color:#050505;}to{color:#3e3e3e;}}

.wave_section h2{color:  #17181C; color:#fff; margin: 0; position: relative; z-index: 2; text-align: center;font-family: Poppins;font-size: 48px;font-style: normal;font-weight: 400;line-height: 140%; /* 67.2px */}
.spacer {height: 10vh; background: rgba(20, 20, 20, 1);}
.circle video{position: absolute; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; top: 0; left: 0;    /* mix-blend-mode: darken;*/ }
/* .circle::after{background: -o-linear-gradient(117deg, rgba(255, 255, 255, 0.00) 14.28%, rgba(255, 255, 255, 0.62) 27.52%);background: linear-gradient(333deg, rgba(255, 255, 255, 0.00) 14.28%, rgba(255, 255, 255, 0.62) 27.52%); z-index: 2; content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; mix-blend-mode: multiply; } */
.corevalue_wrap{padding: 196px 0 94px; position: relative; transition: 0.5s ease all;  z-index: 6;  border-radius: 0;background: #F4F4F7;-webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.04);box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.04);}
.corevalue_wrap h2{color: var(--Color-6, #3A4153);  text-align: center;font-size: 96px;font-style: normal;font-weight: 700; margin: 0; line-height: 101%; /* 96.96px */text-transform: uppercase;}
.corevalue_row{margin-top: 64px; max-width: 1152px; margin-left: auto;margin-right: auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 20px;}
.single_corevalue{display: -webkit-box;display: -ms-flexbox;display: flex; padding:12px 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.single_corevalue_content{max-width: 571px;}
.single_corevalue_content h3{/*background: -webkit-gradient(linear, left top, right top, color-stop(75.15%, #8191B9), to(#050505));
  background: -o-linear-gradient(left, #8191B9 75.15%, #050505 100%);background: linear-gradient(90deg, #8191B9 75.15%, #050505 100%); background-clip: text;
  -webkit-background-clip: text;-webkit-text-fill-color: transparent; */
   margin-bottom: 20px; font-size: 32px; color: #8191B9 ; font-style: normal;font-weight: 600;line-height: 101%;    -webkit-transition: color 0.3s ease;    -o-transition: color 0.3s ease;    transition: color 0.3s ease;/* 32.32px */   background-size: 200%;
  background-position: 0% center;}
.single_corevalue_content p{color: #C8C8C8;font-size: 16px;font-style: normal;font-weight: 400;line-height: 140%;    -webkit-transition: color 0.3s ease;    -o-transition: color 0.3s ease;    transition: color 0.3s ease;/* 22.4px */ }
.single_corevalue_img img {opacity: 0.5;-webkit-transition: opacity 0.3s ease;-o-transition: opacity 0.3s ease;transition: opacity 0.3s ease;}
.single_corevalue_img{max-width: 150px;}
/* .single_corevalue.active h3 { background: none;-webkit-text-fill-color: #050505;}
.single_corevalue.active p {color: #000;} */
.single_corevalue.active img { opacity: 1;}

.oa-logo{position: fixed; left: -57%;  
bottom: 0; opacity: 0; z-index: 2; pointer-events: none !important; left: 10%;
  top: 40%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);}
.oa-logo img{display: block;}

.mission_wrap{height: 100vh;  position: relative; z-index: 6; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}
.mission_wrap .container{z-index: 6;}
.mission_content{display: -webkit-box;display: -ms-flexbox;display: flex;max-width: 709px; width: 100%;     margin-left: auto; padding: 80px 96px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 50px; border-radius: 100px;background: rgba(255, 255, 255, 0.25);-webkit-box-shadow: 0 18px 36px 0 rgba(0, 0, 0, 0.25);box-shadow: 0 18px 36px 0 rgba(0, 0, 0, 0.25);-webkit-backdrop-filter: blur(40px);backdrop-filter: blur(40px);}
.mission_content h2{color:  #7F8b99;font-size: 50px;font-style: normal;font-weight: 700; margin: 0; line-height: 101%; /* 64.64px */ text-transform: uppercase;}
.mission_content p{color:  #17181C;font-size: 22px;font-style: normal;font-weight: 400;line-height: 120%; /* 28.8px */letter-spacing: -0.48px; margin-top: 24px; margin-bottom: 0; }
.mission_content p {
  opacity: 0;
  overflow: hidden;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.panel * {
  pointer-events: auto;
}
.panel {
  position: relative;
  /* z-index: 1;  */
}
/* .mission_wrap ~ .pin-spacer {
    height: auto !important;
} */
.our_solutions_wrap{background-attachment: fixed;  z-index: 6; background-size: cover !important; padding: 296px 0 100px 0; height: auto !important;}
.our_solutions_wrap h2{color:  #FFF;text-align: center;font-size: 96px;font-style: normal;font-weight: 700;line-height: 110%; margin-bottom: 48px; text-transform: uppercase;}
.our_solutions_row{display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 48px;}
.single_solutions_row{border-radius:10px;display: -webkit-box;display: -ms-flexbox;display: flex;padding: 44px 48px; opacity: 0.3;  transition:
  opacity 0.9s cubic-bezier(.2,.8,.2,1),
  transform 0.9s cubic-bezier(.2,.8,.2,1);  cursor: pointer; width: 100%; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;gap: 20px;-ms-flex-item-align: stretch;-ms-grid-row-align: stretch;align-self: stretch; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background: rgba(222, 222, 222, 0.13);-webkit-backdrop-filter: blur(13.5px);backdrop-filter: blur(13.5px);}
.single_solutions_row h3{color: #fff; margin: 0;font-size: 24px;font-style: normal;font-weight: 700;line-height: 120%; /* 28.8px */text-transform: uppercase;}
.single_solutions_row .content{max-width: 401px;}
.single_solutions_row .content p{color:  #F4F4F7;font-size: 16px;font-style: normal;font-weight: 400;line-height: 140%; margin-bottom: 30px; }
/* .single_solutions_row .content .link{color:  #F4F4F7; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; font-family: "Manrope", sans-serif;font-size: 14px;font-style: normal;font-weight: 700;line-height: 140%; border-bottom: 1px solid #C3BBB0; letter-spacing: 1.4px;} */
.single_solutions_row .content p .mb-5{margin-bottom: 8px; display: block;}
.single_solutions_row .content .link {
  position: relative;
  color: #F4F4F7;
  display: inline-flex;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1.4px;
  text-decoration: none;
  /* overflow: hidden; */
}

/* Underline element */
.single_solutions_row .content .link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px; /* adjust to align with text */
  width: 0;
  height: 1px;
  background-color: #F4F4F7;
  transition: width 0.4s ease;
}

/* On hover */
.single_solutions_row .content .link:hover::after {
  width: 100%;
}
.single_solutions_row .heading{ -webkit-transition: max-width 0.5s ease, color 0.5s ease; -o-transition: max-width 0.5s ease, color 0.5s ease; transition: max-width 0.5s ease, color 0.5s ease;}
.single_solutions_content{ -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; width: calc(100% - 312px); display: -webkit-box; display: -ms-flexbox; display: flex;  gap: 65px;  opacity: 0; overflow: hidden; visibility: hidden;  transition: max-height 0.9s cubic-bezier(.2,.8,.2,1), opacity 0.9s cubic-bezier(.2,.8,.2,1); }
.single_solutions_content .img img{max-width: 155px;}
.single_solutions_row:hover .heading {max-width: 291px; white-space: wrap; transition: max-width 0.9s cubic-bezier(.2,.8,.2,1);}
.single_solutions_row:hover .single_solutions_content {max-height: 900px;  opacity: 1;visibility: visible;overflow: visible;}
.single_solutions_row.active{opacity: 1;}
.single_solutions_content {
  /* Hide by default */
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;

  transition:
    opacity 0.9s cubic-bezier(.2,.8,.2,1),
    transform 0.9s cubic-bezier(.2,.8,.2,1);
}

.single_solutions_row:hover .single_solutions_content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}


.digital_market_wrap{background: #17181C; z-index: 6; position: relative; padding-top: 120px; padding-bottom: 38px;}
.digital_market_head{text-align: center; padding-bottom: 64px;}
.digital_market_head h2{font-size: 64px;font-style: normal;font-weight: 700; max-width: 933px; margin: 0 auto; line-height: 110%; text-transform: uppercase; margin-bottom: 64px; background: -o-linear-gradient(237deg, #E9E9E9 35.71%, #17181C 248.88%); background: linear-gradient(213deg, #E9E9E9 35.71%, #17181C 248.88%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.digital_market_head p{/*background: -o-linear-gradient(259deg, #7F8B99 -109.87%, #17181C 109.48%);background: linear-gradient(191deg, #7F8B99 -109.87%, #17181C 109.48%);*/ color:#fff; max-width: 652px; margin: 0 auto; /*background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent; */font-size: 20px;font-style: normal;font-weight: 400;line-height: 130%; }
.digital_market_logo{display: -webkit-box;display: -ms-flexbox;display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 64px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-bottom: 72px;}
.single_logo{position: relative;}
.single_logo a{display: -webkit-box;display: -ms-flexbox;display: flex;width: 250px;height: 120px;padding: 16px 48px; border: 1px solid rgba(49, 49, 49, 0.44); position: relative; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 10px;-ms-flex-negative: 0;flex-shrink: 0;}
.single_logo::before { content: ""; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;width: 7px;height: 7px; background: url(../img/btn-vec-t.svg) no-repeat center; background-size: contain; position: absolute; left: 0; top: 0;}
.single_logo::after { content: ""; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;width: 7px;height: 7px; background: url(../img/btn-vec-t.svg) no-repeat center; background-size: contain; position: absolute; right: 0; bottom: 0; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);}
.single_logo a::before{content: ""; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; width: 7px;  height: 7px; background: url(../img/btn-vec-t.svg) no-repeat center; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); background-size: contain; position: absolute; right: 0; top:0;}
.single_logo a::after{content: "";  -webkit-transition: all 0.4s ease;  -o-transition: all 0.4s ease;  transition: all 0.4s ease; width: 7px;  height: 7px; background: url(../img/btn-vec-t.svg) no-repeat center; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); background-size: contain; position: absolute; left: 0; bottom:0;}
.single_logo:hover::before{ top: 8px; left: 8px;}
.single_logo:hover::after{ bottom: 8px; right: 8px;}
.single_logo:hover a::before{right: 8px; top: 8px;}
.single_logo:hover a::after{ bottom: 8px; left: 8px;}
.digital_market_wrap .btn{margin-bottom: 72px;}

.single_logo .image-wrapper{display: -webkit-box;display: -ms-flexbox;display: flex;width: 250px;height: 120px;padding: 16px 48px; border: 1px solid rgba(49, 49, 49, 0.44); position: relative; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 10px;-ms-flex-negative: 0;flex-shrink: 0;}
.single_logo .image-wrapper::before{content: ""; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; width: 7px;  height: 7px; background: url(../img/btn-vec-t.svg) no-repeat center; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); background-size: contain; position: absolute; right: 0; top:0;}
.single_logo .image-wrapper:after{content: "";  -webkit-transition: all 0.4s ease;  -o-transition: all 0.4s ease;  transition: all 0.4s ease; width: 7px;  height: 7px; background: url(../img/btn-vec-t.svg) no-repeat center; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); background-size: contain; position: absolute; left: 0; bottom:0;}
.single_logo:hover .image-wrapper::before{right: 8px; top: 8px;}
.single_logo:hover .image-wrapper:after{ bottom: 8px; left: 8px;}



.studies-wrap{background: #17181C; padding: 32px 0; position: relative; z-index: 2;}
.spacer-end,
.studies-wrap {
  width: 100%; position: relative; 
  min-height: 100vh; background: #17181C;
}
.spacer-end{z-index: 1;}

.studies-wrapper{min-height: 100vh;}
.section-header h2{color:  #FFF;text-align: center; margin-bottom: 24px; font-family: "Poppins", sans-serif;font-size: 24px;font-style: normal;font-weight: 500;line-height: 120%; /* 28.8px */letter-spacing: -0.48px;}
.studies-cards .image img{width: 100%;}
.studies-info{padding: 24px 16px;}
.studies-info h3{color:  #FFF;font-size: 28px;font-style: normal;font-weight: 600;line-height: 120%; /* 33.6px */ margin-bottom: 10px; letter-spacing: -0.56px;}
.studies-info p{color:  #FFF;font-size: 18px;font-style: normal;font-weight: 400; margin: 0; line-height: 130%; /* 23.4px */}

.card{-webkit-transform-style: preserve-3d;transform-style: preserve-3d; /* needed for rotationX */
    will-change: transform; background: #17181C;
    min-height: 90vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;
    /* Make sure no other CSS applying transform overrides GSAP */
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;}


.leadership-section {position: relative; z-index: 2; width: 100%;height: 100vh; padding: 32px 0; overflow: hidden;  /* background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.87)), to(rgba(0, 0, 0, 0.87)));   background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0.87) 100%);   background: linear-gradient(0deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0.87) 100%);*/}
.leadership-section h2{color:  #FFF;font-size: 64px;font-style: normal;font-weight: 700;line-height: 110%; /* 70.4px */text-transform: uppercase;}

.horizontal_wrap {display:-webkit-box;display:-ms-flexbox;display:flex; width:100%;height:calc(100vh - 80px);  position: relative; z-index: 2; }
.panel-horizontal {-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;  scroll-snap-align: start;display:-webkit-box;display:-ms-flexbox;display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center; }
.leadership_row{padding: 24px; display: -webkit-box; display: -ms-flexbox; display: flex; gap: 32px; border-radius: 4px;-webkit-filter: blur(8px);filter: blur(8px); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px);} 
.panel-horizontal.w-40{-webkit-box-flex: 0;-ms-flex: 0 0 40%;flex: 0 0 40%;}

.leadership_img{width: 35.28%;}
.leadership_img img{width: 400px; height: 400px; border-radius: 0;}
.leadership_content{display: -webkit-box;display: -ms-flexbox;display: flex; width: calc(64.72% - 32px); padding: 16px 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.leadership_content h4{color: #FFF;font-size: 32px;font-style: normal;font-weight: 700;line-height: 110%; /* 35.2px */text-transform: uppercase; margin-bottom: 16px;}
.leadership_content h6{color:  #7F8B99;font-size: 20px;font-family: "Outfit", sans-serif;font-style: normal;font-weight: 700;line-height: 110%; /* 22px */text-transform: uppercase;}
.leadership_content p{color:  #7F8B99;font-size: 20px;font-style: normal;font-weight: 400; margin: 0; line-height: 140%; /* 28px */}
.leadership_content ul{color:#7F8B99;}
.leadership_content ul lo{margin-bottom:4px;}




.ready_bulid_wrap{background: #000; position: relative; padding: 96px 0; z-index: 6;}
.ready_bulid{background: url(../img/build-bg.png) no-repeat center; border-radius: 10px; background-size: cover; max-width: 1024px; margin: 0 auto; padding: 70px 25px; text-align: center; }
.ready_bulid h2{color:  #FFF;font-size: 64px;font-style: normal;font-weight: 700; margin-bottom: 53px; line-height: 110%; /* 70.4px */text-transform: uppercase;}

.footer_wrap{padding: 48px 0 27px; z-index: 6; background: #050305; position: relative; }
.footer_logo{margin-bottom: 40px;}
.footer_logo a{display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex;}
.footer_logo img{display: block; max-width: 99px;}
.footer_row{display: -webkit-box;display: -ms-flexbox;display: flex; max-width: 1025px; gap:10px; position: relative; z-index: 2; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.footer_link h5{color:  #F4F4F7;font-family: "Outfit", sans-serif; font-size: 16px;font-style: normal;font-weight: 500;line-height: 24px; text-transform: uppercase; margin-bottom: 14px;}
.footer_link ul{list-style: none; padding: 0; margin: 0;}
.footer_link ul li{ color:  #F4F4F7;font-size: 14px;font-style: normal;font-weight: 400;line-height: 24px; margin-bottom: 13px; }
.footer_link ul li a{color: currentColor; -webkit-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease; text-decoration: none;}
.footer_link ul li a:hover{color:  #7F8B99;}
.copyright{text-align: center; position: relative; z-index: 2;}
.copyright p{color: #FFF;font-size: 12px; margin: 0; font-style: normal;font-weight: 400;line-height: 24px; /* 200% */}
.footer-gif{position: absolute; right: 0; bottom: 0;width: 19%; }



/* 3f page css*/
.forge-hero { position: relative; height: 100vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;text-align: center;}
.forge-hero::before{content: ""; width:100%; height: 65%; background: url(../img/circle-bottom.svg) no-repeat center; background-size: cover; position: absolute; z-index: 2; bottom: -4px; left: 0;}
.forge-hero video{width: 100%; height: 100%; position: absolute; -o-object-fit: cover; object-fit: cover; top: 0; left: 0; }
.forge-video {width: 100%; height: 100%; position: absolute; -o-object-fit: cover; object-fit: cover; top: 0; left: 0; }
.forge-video:after{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.82)), to(rgba(0, 0, 0, 0.82))); background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.82) 100%); background: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.82) 100%); mix-blend-mode: multiply;}
.hero-content h1 { color:  #C3BBB0;text-align: center;font-size: 96px;font-style: normal;font-weight: 500;line-height: 101%; margin-bottom: 8px;}
.hero-content p {color:  #C3BBB0;text-align: center;text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);font-size: 24px;font-style: normal;font-weight: 500;line-height: 140%; /* 33.6px */}
.hero-content {position: relative; z-index: 2; }

.forge-intro{padding: 50px 0 85px; background-color: #fff; position: relative; z-index: 3;}
.forge-intro p{color: #3A4153;text-align: center;font-size: 32px;font-style: normal;font-weight: 500;line-height: 140%; /* 44.8px */ max-width: 859px; margin: 0 auto;}
.why3f-exists{background: #17181C; padding: 143px 0 136px; position: relative;}
.why3f-exists::before{content: ""; width:100%; height: 100%; background: url(../img/circle-top.svg) no-repeat center top; background-size: cover; position: absolute; z-index: 2; top: -1px; left: 0;}
.why3f-exists h2{color:  #FFF;text-align: center;font-size: 64px;font-style: normal;font-weight: 700;line-height: 101%; /* 64.64px */text-transform: uppercase;}

.why-content {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: center;gap: 139px;margin-bottom: 64px; margin-top: 53px;     max-width: 989px; width: 100%; margin-left: auto; margin-right: auto;}
.why-content .col { -webkit-box-flex: 1; -ms-flex: 1 1 42%; flex: 1 1 42%; text-align: center; max-width:755px;}

.why-content p{color:  #F4F4F7;font-size: 16px;font-style: normal;font-weight: 400;line-height: 140%; margin: 0; /* 22.4px */}

.bridge-text {text-align: left;max-width: 769px; width: 100%; margin: 0 auto;}
.bridge-text p{color: var(--Color-3, #F4F4F7); margin-bottom: 24px; text-align: center;font-size: 16px;font-style: normal;font-weight: 400;line-height: 140%; /* 22.4px */}
.bridge-text ul {list-style: disc;margin-left: 20px;}

.bridge-text li { margin-bottom: 0; color:  #F4F4F7;font-size: 16px;font-style: normal;font-weight: 400;line-height: 140%; /* 22.4px */}


.why3f-network { background:  #17181C; max-width: 938px; max-width: 100%; margin:161px auto 0; margin: 0;  -webkit-box-shadow: 0 0 85px 0 rgba(0, 0, 0, 0.42);  box-shadow: 0 0 85px 0 rgba(0, 0, 0, 0.42);display: -webkit-box;display: -ms-flexbox;display: flex; padding: 64px 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center;  gap: 64px;}
.why3f-network .head{text-align: center; padding: 0 16px;}
.why3f-network .head h2{color: #FFF;font-size: 64px;font-style: normal;font-weight: 700;line-height: 101%; text-transform: uppercase; max-width: 578px; margin:0 auto; margin-bottom: 32px; }
.why3f-network .head p{color: #F4F4F7;font-size: 18px;font-style: normal;font-weight: 500;line-height: 140%; margin: 0;}
.why3f-network .digital_market_logo{padding-top: 48px;  margin-bottom: 0;}


.work3f_wrap{padding: 96px 0; background: #fff;}
.work3f_head{text-align: center; margin-bottom: 64px;}
.work3f_head h2{color:  #17181C;font-size: 64px;font-style: normal;font-weight: 700;line-height: 110%; /* 70.4px */text-transform: uppercase; margin-bottom: 24px;}
.work3f_head p{color: #000;font-size: 24px;font-style: normal;font-weight: 500;line-height: 140%; max-width: 874px; margin: 0 auto;}
.work3f_content{max-width: 595px; margin: 0 auto;}
.work3f_content p{color: #000;text-align: center;font-size: 24px;font-style: normal;font-weight: 500;line-height: 140%; margin-bottom: 24px;}
.work3f_content ul{list-style: none; padding: 0; margin: 0;}
.work3f_content ul li{color:  #7F8B99; margin: 0; font-size: 24px;font-style: normal;font-weight: 500;line-height: 140%;  padding: 23px 0; border-bottom: 1px solid #C2C2C2;}

.shape3f_wrap{padding: 169px 0; background: #fff; position: relative;}
.shape3f_wrap::before{content: ""; width: 698px; height: 619px;     width: 36.2%;height: 97%; background: url(../img/shape-object.svg) no-repeat center left; background-size: cover; position: absolute; right: 0; top: 0;}
.shape3f_content{ position: relative; max-width: 921px; margin:0 auto; border: 2px solid #E5E5E5;background: #FFF; text-align: center;  display: -webkit-box;  display: -ms-flexbox;  display: flex;padding: 64px 32px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;gap: 24px;}
.shape3f_content h2{color:  #17181C; margin: 0; font-size: 48px;font-style: normal;font-weight: 700;line-height: 110%; /* 52.8px */text-transform: uppercase;}
.shape3f_content p{color:  #17181C;font-size: 16px;font-style: normal;font-weight: 500; max-width:665px; margin:0 auto; line-height: 140%; /* 22.4px */}
.shape3f_content::before{width: 19px; height: 17px; content: ""; background: url(../img/black-top-c.svg) no-repeat center; background-size: cover; position: absolute; top: -4px; left: -4px;}
.shape3f_content::after{width: 17px; height: 19px; content: ""; background: url(../img/black-bottom-c.svg) no-repeat center; background-size: cover; position: absolute; bottom: -4px; left: -4px;}
.arrow{position: absolute; height: 100%; width: 25px; right: 0;}
.arrow::before{width: 19px; height: 17px; content: ""; background: url(../img/black-top-c.svg) no-repeat center;  background-size: cover; position: absolute; top: -4px; right: -4px;     -webkit-transform: rotate(90deg);     -ms-transform: rotate(90deg);     transform: rotate(90deg);
}
.arrow::after{width: 17px; height: 19px; content: ""; background: url(../img/black-bottom-c.svg) no-repeat center; background-size: cover; position: absolute; bottom: -4px; right: -4px;     -webkit-transform: rotate(-90deg);     -ms-transform: rotate(-90deg);     transform: rotate(-90deg);
}

.join3f h2{margin-bottom: 24px;}
.join3f p, .ready_bulid p{text-align: center; max-width: 771px; margin: 0 auto; color:  #F4F4F7;font-size: 24px;font-style: normal;font-weight: 500; margin-bottom: 24px; line-height: 140%; /* 33.6px */}
.ready_bulid .btn-group{display: -webkit-box;display: -ms-flexbox;display: flex; gap: 24px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.ready_bulid .btn{min-width: 132px; }
.ready_bulid .btn span{padding: 19px 5px;}

.portal_wrap{padding: 96px 0; background: #fff; position: relative;}
.circle-video{position: absolute; right: 0; top: -50%; z-index: 1; width: 441px; height: 882px;      border-bottom-left-radius: 882px; border-top-left-radius: 882px; overflow: hidden;  opacity: 0.3; background: linear-gradient(346deg, rgba(255, 255, 255, 0.77) 33.98%, rgba(255, 255, 255, 0.66) 83.09%); mix-blend-mode: multiply;}
.circle-video video{width: 100%; height: 100%; object-fit: cover; position: absolute;}
.portal_row{display: flex; flex-wrap: wrap; align-items: flex-start; position: relative; z-index: 2; }
.portal_content{width: 54%;}
.portal_content h2{color: #17181C;font-size: 64px;font-style: normal;font-weight: 700;line-height: 110%; margin-bottom: 70px; /* 70.4px */text-transform: uppercase;}
.portal_content p{color: #3A4153; max-width: 502px; width: 100%; font-size: 18px;font-style: normal;font-weight: 400;line-height: 140%; /* 25.2px */ margin-bottom: 22px; }
.portal_img { width: 35%; position: relative; z-index: 2; background: #fff; margin-left: 5.5%;  box-shadow: 0 16px 37px 0 rgba(0, 0, 0, 0.12); display: flex;  transform: rotate(-14.564deg); padding: 32px;  align-items: center;  gap: 10px;  top: -11px;}
.portal_img img{width: 100%; margin: 0 auto; display: block;}
.popup{background: #fff; position: relative; max-width: 1280px; width: 100%; margin:0 auto; padding: 96px 48px;}
.modal-row{display: flex; flex-wrap: wrap; justify-content: space-between;}
.popup h2{color:  #17181C;font-size: 48px;font-style: normal;font-weight: 700;line-height: 110%; text-transform: uppercase; margin-bottom: 32px;}
.modal_content p{color: #3A4153;font-size: 16px;font-style: normal;font-weight: 400; margin-bottom: 22px; line-height: 140%; /* 22.4px */}
.modal_content .input-row{margin-bottom: 16px;}
.modal_content .input-row label{color:  #17181C; display: block; margin-bottom: 8px; font-size: 16px;font-style: normal;font-weight: 500;line-height: 140%; /* 22.4px */}
.modal_content .input-row .form-control{height: 48px; width: 100%; padding: 4px 12px; border: 1px solid  #CED4DA; color:  #ADB5BD;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */}
.modal_content .input-row textarea.form-control{height: 175px; resize: none;}
.modal_content form p{color:  #3A4153;font-size: 14px;font-style: normal;font-weight: 400;line-height: 140%; /* 19.6px */}
.modal_content .btn{margin-top: 0; margin-bottom: 8px; min-width: 187px;}
.modal_content form p small{color:  #3A4153;font-size: 12px;font-style: normal;font-weight: 400;line-height: 140%; /* 16.8px */}
.modal_content {
    width: 48.8%;
}

.modal_img {
    width: 48%; padding: 30px; 
    /* background: url(../img/bg-frame.png) no-repeat center; background-size: cover; */
     background: 
    linear-gradient(0deg, rgba(127, 139, 153, 0.85), rgba(127, 139, 153, 0.85)),
    url("../img/bg-frame.png") center / cover no-repeat;

  background-blend-mode: lighten; position: relative;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
}

.modal_img_frame{max-width: 461px; width: 100%; margin: 0 auto; background: rgba(255, 255, 255, 0.46);
box-shadow: 0 16px 37px 0 rgba(0, 0, 0, 0.12); padding: 32px;}
.modal_img_frame img{display: block;}

.page-id-192 .forge-intro.page_content{display:none;}
/* partner css */
.forge-hero.inner_banner{height: 616px; overflow: hidden;}
.inner_banner .hero-content h1{margin-bottom: 20px;}
.inner_banner .hero-content p{font-size: 18px; max-width: 729px; margin: 0 auto;}
.forge-hero.inner_banner .forge-video {
    height: 110%;
}
.forge-hero.inner_banner::before {background: url(../img/circle-bottom-black.svg) no-repeat center top;background-size: cover; position: absolute; z-index: 2;}
.partner_program_wrap{background:  #FFF;box-shadow: 0 8px 28px 0 rgba(46, 49, 146, 0.04); padding: 64px 0;}
.partner_program_wrap h2{color:  #17181C;text-align: center;font-size: 64px;font-style: normal;font-weight: 600;line-height: 110%;text-transform: uppercase; margin: 0;}
.partner_program_row{margin-top: 48px; display: flex; flex-wrap: wrap; justify-content: space-between;}

.partner_program_img { width: 54.19%;}
.partner_program_img img{width: 100%; height: 100%; object-fit: cover; object-position: center;}
.partner_program_content { position: relative;  width: 43.2%;padding: 24px; border: 1px solid rgba(49, 49, 49, 0.44);}
.partner_program_content p { color:  #3A4153; font-size: 16px; font-style: normal; font-weight: 400; line-height: 130%;  margin-bottom: 24px;}
.partner_program_content h4{color:  #17181C;font-size: 20px; font-family: "Poppins", sans-serif;font-style: normal;font-weight: 700;line-height: 130%; margin-bottom: 8px; /* 26px */}
.partner_program_content ul{margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 16px;}
.partner_program_content ul li{color: var(--Color-6, #3A4153); display: flex; align-items: center; position: relative; padding-left: 35px; gap: 24px; font-size: 16px;font-style: normal;font-weight: 400;line-height: 130%; /* 20.8px */}
.partner_program_content li::before{content: ""; width: 10px; height: 17px; background: url('../img/list-arrow.svg') no-repeat center; background-size: contain; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.partner_program_content h4~h4{margin-top: 24px;}
.partner_program_content::before{content: ""; width: 8px; height: 7px; background: url(../img/small-g-arrow.svg) no-repeat center; background-size:cover; position: absolute; left: -2px; top: -2px; }
.partner_program_content::after{content: ""; width: 8px; height: 7px; background: url(../img/small-g-arrow-b.svg) no-repeat center; background-size:cover; position: absolute; left: -2px; bottom: -2px; }
.partner_program_content .small-arrow-g{position: absolute; right: 0; width: 12px; height: 100%; top: 0;}
.partner_program_content .small-arrow-g::before{content: ""; width: 8px; height: 7px; background: url(../img/small-g-arrow-top-r.svg) no-repeat center;      background-size:cover; position: absolute; right: -2px; top: -2px; }
.partner_program_content .small-arrow-g::after{content: ""; width: 8px; height: 7px; background: url(../img/small-g-arrow-bottom-r.svg) no-repeat center;     background-size:cover; position: absolute; right: -2px; bottom: -2px; }

/* Goverment page css*/
.government_client_wrap{background: #F4F4F7; padding: 64px 0;}
.government_client_wrap h2{color: #17181C;text-align: center;font-size: 64px;font-style: normal;font-weight: 600;line-height: 110%; /* 70.4px */text-transform: uppercase; margin-bottom: 32px;}
.government_client_wrap p{color:#2B2B2B; font-size: 20px;font-style: normal;font-weight: 400; line-height: 140%; margin-bottom: 28px;}
.government_client_wrap p:last-child{margin-bottom: 0;}
.government_client_wrap h6{color:#2B2B2B; font-size: 20px;font-style: normal;font-weight: 700; font-family: "Poppins", sans-serif; line-height: 140%; margin-bottom: 16px; }

.contactus_oa{background: #FFF; backdrop-filter: blur(13.5px); padding: 110px 0; position: relative;}
.contactus_oa::before{content: "";width: 80%; height: 100%; background: url(../img/dot-image.svg) no-repeat center left; background-size: cover; position: absolute; top: 0; right: 0;}

.contactus_oa_row{display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.contactus_oa_content{width: 42%;}
.contactus_oa_content h2{color: #17181C;font-size: 48px;font-style: normal;font-weight: 700;line-height: 110%; text-transform: uppercase; margin-bottom: 24px;}
.contactus_oa_content p{margin-bottom: 24px; max-width: 437px; width: 100%; color: #7F8B99;font-size: 18px;font-style: normal;font-weight: 400;line-height: 130%; /* 23.4px */}
.contactus_oa_content ul{display: flex; flex-direction: column; gap: 24px; padding: 0; list-style: none; margin: 0;}
.contactus_oa_content li{color: #7F8B99; display: flex; column-gap:24px; row-gap: 8px; flex-wrap: wrap; font-size: 18px;font-style: normal;font-weight: 400;line-height: 130%;}
.contactus_oa_content li b{color: #17181C;}
.contactus_oa_form{ width: 53.6%; border-radius: 6px; background: rgba(127, 139, 153, 0.22); box-shadow: -10px 14px 28px 0 rgba(0, 0, 0, 0.07);  backdrop-filter: blur(5px);  padding: 48px;}
.contactus_oa_form h2{color: #17181C;text-align: center;font-size: 32px;font-style: normal;font-weight: 700;line-height: 110%; /* 35.2px */text-transform: uppercase; margin-bottom: 24px;}
.contactus_oa_form .form-group{margin-bottom: 16px; display: block;}
.contactus_oa_form .form-control{width: 100%; display: block; color: rgba(58, 65, 83, 1); font-size: 16px; border: 1px solid  #F4F4F7; font-family: "Poppins", sans-serif; background: rgba(255, 255, 255, 0.69);box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07); height: 70px; padding: 5px 16px;}
.contactus_oa_form .form-control:focus{outline: none  ;}
.contactus_oa_form textarea.form-control{padding-top: 24px; height: 186px; resize: none;}
.contactus_oa_form .form-control::placeholder{color: rgba(58, 65, 83,0.3);}
.contactus_oa_form .btn{max-width: 132px; width: 100%; margin: 24px auto 0; display: block; border:1px solid #17181C;}
.contactus_oa_content li a{color: currentColor; transition: 0.5s ease all; text-decoration: none;}
.contactus_oa_content li a:hover{color: #17181C;}
/* Asset Digitization page css*/

.forge-intro.page_content{padding: 48px 0;}
/* .page-template-default .forge-intro.page_content p { color: #7F8B99; font-size: 16px; font-style: normal; font-weight: 400; line-height: 140%;}
.page-template-default .forge-intro.page_content p a, .forge-intro.page_content a{color: #7F8B99; text-decoration: underline;}
.page-template-default .forge-intro.page_content p a, .forge-intro.page_content a{word-break:break-word;}
.page-template-default .wp-block-table .has-fixed-layout td {word-break:normal;}
.page-template-default .forge-intro.page_content h2{font-weight: 500;}
.forge-intro.page_content li, .forge-intro.page_content table tr, .forge-intro.page_content table td{ color: #7F8B99; font-size: 16px; font-style: normal; font-weight: 400; line-height: 140%;} */


.page-template-default .forge-intro.page_content p, .forge-intro.page_content.privacy-content p { color: #7F8B99; font-size: 16px; font-style: normal; font-weight: 400; max-width: 100%; text-align: left; margin-bottom: 20px; line-height: 140%;}
.page-template-default .forge-intro.page_content p a, .forge-intro.page_content a, .forge-intro.page_content.privacy-content p  a{color: #7F8B99; text-decoration: underline;}
.page-template-default .forge-intro.page_content h2, .forge-intro.page_content.privacy-content h2{font-weight: 500;}
.forge-intro.page_content li, .forge-intro.page_content table tr, .forge-intro.page_content table td, .forge-intro.page_content.privacy-content li, .forge-intro.page_content.privacy-content table tr, .forge-intro.page_content.privacy-content table td{ color: #7F8B99; font-size: 16px; font-style: normal; font-weight: 400; line-height: 140%;}

.faq_privacy>h4 {  color: #000 ; font-size: 32px; font-style: normal; font-weight: 500; line-height: 101%; margin-bottom: 8px;}
.faq_privacy .accordion { list-style: none; margin: 0; padding: 0;  list-style-type: none; counter-reset: ordered;}
.faq_privacy .accordion>li {margin: 0; padding: 0;transition: 1s ease all;padding-left: 0; position: relative; border-bottom: 1px solid  rgba(127, 139, 153, 0.24);}
.faq_privacy .accordion>li::before {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    color: #000;
    content: counter(ordered);
    counter-increment: ordered;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 22px;
    text-align: center;
border-radius: 100px;
border: 1px solid  #7F8B99;
background: rgba(127, 139, 153, 0.24);
box-shadow: 0 12px 40px 0 rgba(2, 3, 39, 0.10);
backdrop-filter: blur(12.5px);
font-family: Outfit;}
.faq_privacy .accordion>li>a {
    font-size: 16px;
    display: block;
    position: relative;
    padding: 24px 0;
    padding-right: 26px;
    font-weight: 400;
    text-decoration: none;
    color: #2B2B2B;
    line-height: 160%;
    text-transform: uppercase;
    position: relative; padding-left: 45px;
}
.faq_privacy .accordion ul {
    padding-left: 15px;
    list-style: disc;
}
.faq_privacy .accordion>li>a span.toggle-plus {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.faq_privacy .accordion>li>a span.toggle-plus:before{ content: ""; width: 14px; height: 2px; background-color: #3A4153;position: absolute; top:50%;-webkit-transform: translateY(-50%)  rotate(90deg);-ms-transform: translateY(-50%)  rotate(90deg);transform: translateY(-50%)  rotate(90deg);right: 5px;}

.faq_privacy .accordion>li>a span.toggle-plus::after{ content: ""; width: 14px; height: 2px;background-color: #3A4153;position: absolute;-webkit-transform: translateY(-50%) rotate(0deg);-ms-transform: translateY(-50%) rotate(0deg);transform: translateY(-50%) rotate(0deg); top:50%;right: 5px;}

.faq_privacy .accordion>li.active>a span.toggle-plus::before{opacity: 0;}




.asset.inner_banner .hero-content p{max-width: 833px;}
.government_client_wrap.bg-white{background: #fff;}
.government_client_wrap.bg-white p{font-size: 18px;}

.how-it-looks-wrap{background: #000; padding-top: 171px; padding-bottom: 136px; position: relative;}
.how-it-looks-wrap:before { content: ""; width: 100%; height: 26%;  background: url(../img/circle-top.svg) no-repeat center top; background-size: cover; position: absolute;  z-index: 2; top: -2px;  left: 0;}
.how-it-looks-wrap:after{content: ""; width: 76%; height: 77%; background: url(../img/work-dot.svg) no-repeat center; background-size: cover; position: absolute; top:0%;  left: 0;}
.how-it-works h2, .how-it-looks h2{color: var(--Color, #FFF); position: relative; z-index: 2; text-align: center;font-size: 64px;font-style: normal;font-weight: 600;line-height: 110%; margin: 0; /* 70.4px */text-transform: uppercase;}
.how-it-works-row{margin-top: 48px; position: relative; z-index: 2; max-width: 1164px; display: flex; align-items: center; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding: 16px 0;}
.how-it-works-cards {  width: 47.2%; display: grid;grid-template-columns: repeat(2, 1fr);gap: 32px;}
.info-card{border-radius: 7px; min-height: 179px; border: 1px solid #7F8B99;background: linear-gradient(180deg, rgba(222, 222, 222, 0.05) 6.73%, rgba(120, 120, 120, 0.00) 113.63%);box-shadow: 0 12px 35px 0 #000; padding: 16px; display: flex;flex-direction: column;justify-content: center;align-items: flex-start;gap: 0;align-self: stretch;color:  #F4F4F7;font-size: 16px;font-style: normal;font-weight: 400;line-height: 140%; /* 22.4px */ background: rgba(255, 255, 255, 0.15);}

.how-it-works-img {  width: 50%;}
.how-it-looks{position: relative; z-index: 1; margin-top: 121px; }
.how-it-looks-row{margin-top: 32px; position: relative; z-index: 2; display: flex; align-items: center; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding:  0;}
.how-it-looks-img {  width: 49%;}


.how-it-looks-cards { width: 51%; padding: 0 50px 63px 36px;display: grid;grid-template-columns: repeat(2, 1fr);row-gap: 56px; column-gap: 32px;}
.how-it-looks-cards .info-card{min-height: 142px; border: 1px solid #7F8B99;
background: linear-gradient(180deg, rgba(222, 222, 222, 0.04) 6.73%, rgba(120, 120, 120, 0.00) 113.63%);
box-shadow: 0 12px 35px 0 rgba(0, 0, 0, 0.29); border-radius:7px; background: rgba(255, 255, 255, 0.15);
}

.wpcf7-not-valid-tip{padding-top:8px;}


.loyalty_looks{padding-bottom: 90px;}
.loyalty_looks::after { content: ""; width: 100%; height: 100%; background: url(../img/loyalty-dot-t.svg) no-repeat center right;background-size: cover;position: absolute;  top: 13%; left: 0;}
.how-it-works .container{max-width: 1260px;}
.how-it-looks .head p{color:  #F4F4F7;font-size: 18px;font-style: normal;font-weight: 500;line-height: 140%; margin-top: 32px; margin-bottom: 0; text-align: center;}
.loyalty_looks .how-it-looks-cards{ font-size: 14px; min-height: inherit;   grid-template-columns: repeat(1, 1fr); padding: 0; width: 47.1%; gap: 16px;}
.loyalty_looks .how-it-looks-row{max-width: 888px; margin: 32px auto 0; justify-content: space-between;}
.loyalty_looks .how-it-looks-img { width: 49.8%;}

.loyalty_looks .how-it-works-img { width: 47.3%;}

.loyalty_looks .how-it-looks{position: relative;}
.loyalty_looks .how-it-looks::before {position: absolute; content: ""; width: 57%; height: 29%; bottom: -89px; left: 0; background: url(../img/loyalty-dot-b.svg) no-repeat center; background-size: cover;}

.single_logo .image-wrapper img{
    max-height: 100px;
    width: auto;
    display: block;
}

/* Loyalty page css*/
.loyalty.inner_banner .hero-content p{max-width: 871px;}

.joe_wrap { background: #FFF; position: relative;  box-shadow: 0 -6px 54px 0 rgba(0, 0, 0, 0.15); backdrop-filter: blur(13.5px);  padding: 96px 0;}
.joe_wrap::before{content: ""; width: 69%; height: 100%; background: url(../img/oa-joe.svg) no-repeat center; background-size: cover; position: absolute; right: 0; top: 0;}
.joe_row_content { width: 46%;     display: flex;
    flex-direction: column;}
.joe_row { display: flex; position: relative; z-index: 2; flex-wrap: wrap; justify-content: space-between;  align-items: center;}
.joe_row_image { background: rgba(255, 255, 255, 0.56); box-shadow: 0 27px 21px 0 rgba(0, 0, 0, 0.14); backdrop-filter: blur(5.5px);  padding: 32px; width: 50%;}
.joe_row_image img { width: 100%;}
.joe_row_content p{color:  #17181C;font-size: 20px;font-style: normal;font-weight: 400;line-height: 130%; margin-bottom: 24px; /* 26px */}
.joe_row_content .autor{  padding-left: 101px;  padding-right: 48px; margin-left: auto;     align-self: flex-end; position: relative;}
.autor::before { content: "";  width: 74px; height: 3px; background: #2B2B2B; display: inline-block; position: absolute;  left: 0;   top: 15px;}
.joe_row_content .autor h4 {color: #17181C;font-size: 32px;font-style: normal;font-weight: 600; line-height: 110%; /* 35.2px */ text-transform: uppercase; margin: 0;}
.joe_row_content .autor p {  color:  #7F8B99;font-size: 18px;font-style: normal;font-weight: 400;line-height: 130%; /* 23.4px */ margin: 0;}



/* About page css*/

.counter_wrap {display: grid;grid-template-columns: repeat(3, 1fr); gap: 24px;}

.count_box {border-radius: 10px; background: linear-gradient(180deg, rgba(222, 222, 222, 0.13) 6.73%, rgba(120, 120, 120, 0.01) 113.63%);backdrop-filter: blur(5.5px);  display: flex;   padding: 48px 24px; flex-direction: column; justify-content: center;  align-items: flex-start; gap: 20px;   width: 100%;}
.count_box h4 {  margin: 0; color: #fff; font-size: 32px;font-style: normal;font-weight: 500; line-height: 101%; /* 32.32px */}
.count_box p {margin: 0; text-align: left;display: block;  width: 100%;color: #C3BBB0; text-align: left;text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); font-size: 24px !important; font-style: normal;font-weight: 500;line-height: 140%; /* 33.6px */}

.trusted-logo-wrap{background: #000; position: relative;}
.trusted-logo-wrap::before{content: ""; width: 100%; height: 138px; background: #000; position: absolute; top: 0; left: 0;}
.trusted-logo{background: #000; max-width: 1081px; margin: 0 auto; padding: 48px 30px; position: relative; z-index: 1;}
.trusted-logo h2{color:  #FFF;font-size: 24px; text-align: center; font-style: normal;font-weight: 600;line-height: 110%; /* 26.4px */text-transform: uppercase; margin: 0;}
.trusted-logo-row{margin: 48px auto 0; max-width: 824px; display: flex; align-items: center; flex-wrap: wrap;}
.trusted-logo-row .item{box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.04);backdrop-filter: blur(24.5px); padding: 16px 24px;}
.trusted-logo-row .item img{display: block;}

.oa_press_section{background: #fff; padding: 96px 0; position: relative;} 
.oa_press_section::before{content: ""; width: 50%; height: 120%; background: url(../img/press-dot.png) no-repeat center; background-size: cover; position: absolute; top: -20%; right: 0;}
.oa_press_section h2{color: #17181C;font-size: 64px;font-style: normal;font-weight: 600;line-height: 110%; /* 70.4px */ margin-bottom: 16px; text-transform: uppercase;}
.oa_press_row{display: grid; grid-template-columns: repeat(2, 1fr); position: relative; z-index: 2; gap: 32px; padding: 24px 0;}
.oa_single_press_img a{display: block;}
.oa_single_press_img a img{display: block;width: 100%;  object-fit: cover; object-position: center;    aspect-ratio: 1.62 / 1}

.oa_single_press_content{padding: 24px 12px;}
.oa_single_press_content h4{color: #17181C;font-size: 24px;font-style: normal;font-weight: 500;line-height: 110%; /* 26.4px */ margin-bottom: 10px;}
.oa_single_press_content h4 a{text-decoration: none; color: currentColor;}
.oa_single_press_content h4 a:hover{opacity: 0.8;}
.oa_single_press_content .d-flex{display: flex; align-items: flex-start; justify-content: space-between;}
.oa_single_press_content .link a{color: #000; display: block; margin-top: -8px;}
.oa_single_press_content .link a svg{display: block;}
.oa_single_press_content .link a:hover{opacity: 0.8;}
.oa_single_press_content .meta{display: flex;}
.oa_single_press_content .meta .date{color:  #7F8B99;font-size: 18px;font-style: normal;font-weight: 400;line-height: 130%; /* 23.4px */}
.oa_single_press_content .meta span~span::before{content: "|"; margin: 0 16px; display: inline-flex; color: #7F8B99;}
.oa_single_press_content .meta .tag{color:  #17181C;font-size: 18px;font-style: normal;font-weight: 400;line-height: 130%; /* 23.4px */}
.oa_single_press_content .meta .tag::before{content: "-"; margin-right: 5px; display: inline-block;}
  .oa_single_press_content .link {min-width: 46px;}

.oa-leadership{background: #000; padding: 96px 0;}
.oa-leadership h2{color:  #FFF;font-size: 64px;font-style: normal;font-weight: 700;line-height: 110%; /* 70.4px */text-transform: uppercase; margin-bottom: 62px;}
.oa-leadership_row{display: flex; flex-direction: column; gap: 24px;}
.single_oa_leadership{border-radius: 4px;background: rgba(127, 139, 153, 0.15); padding: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.single_oa_leadership .image { width: 35.3%;}
.single_oa_leadership .image img{width: 100%; display: block;}

.single_oa_leadership .content { width: 62%; padding: 16px 0;  display: flex;  flex-direction: column; justify-content: space-between;}

.single_oa_leadership .content h4 {color: #fff; font-size: 32px; font-style: normal;  font-weight: 700; line-height: 110%; /* 35.2px */  text-transform: uppercase; margin-bottom: 16px;}
.single_oa_leadership .content h6{color:  #7F8B99;font-size: 20px;font-style: normal;font-weight: 700;line-height: 110%; /* 22px */text-transform: uppercase;}
.single_oa_leadership .content p{color:  #7F8B99;font-size: 18px;font-style: normal;font-weight: 400;line-height: 140%; margin: 0; /* 28px */}
.single_oa_leadership .content ul{color:#7F8B99;}
.single_oa_leadership .content ul li {margin-bottom:4px;}

.advisor_wrap{background: #FFF; padding: 96px 0;}
.advisor_row{display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 40px;}
.advisor_wrap .container .advisor_row:last-child{margin-bottom: 0;}
.advisor_content{width: 55%;}
.advisor_content h2, .advisor_wrap h2{color: #17181C; margin-bottom: 24px; font-size: 48px;font-style: normal;font-weight: 700;line-height: 110%; /* 52.8px */text-transform: uppercase;}
.advisor_content h4{color:#17181C;font-size: 24px;font-style: normal;font-weight: 700;line-height: 110%; /* 26.4px */text-transform: uppercase; margin-bottom: 16px;}
.advisor_content p{color:  #2B2B2B;font-size: 18px;font-style: normal;font-weight: 500;line-height: normal; margin-bottom: 0;}
.advisor_content ul{list-style: none;  padding: 0; margin: 0; margin-top: 48px; display: inline-block;}
.advisor_content ul li{color:  #7F8B99;font-size: 18px;font-style: normal;font-weight: 500; padding: 23px 0; line-height: 140%; /* 25.2px */ border-bottom: 1px solid #C2C2C2;}

.advisor_img{width: 42.3%;}
.advisor_img img{width: 100%; display: block; max-width:401px; }


.single-press .forge-hero::before{display:none;}

/* blog page css*/
.inner_banner.blog_banner .hero-content p{max-width: 100%;}
.page-template-blog{background: #fff;}
.big-recent-blog-wrap{background: rgba(127, 139, 153, 0.22); padding: 48px 0;}
.big-recent-blog-wrap h2{color:  #17181C;text-align: center;font-size: 48px;font-style: normal;font-weight: 600;line-height: 110%; /* 52.8px */text-transform: uppercase; margin-bottom: 24px;}
.recent-img{margin-bottom: 0;}
.recent-img a {display: block;}
.recent-img a img{  display: block; width: 100%; height: auto; display: block;}
.recent-info{padding: 24px 0;}
.recent-info h4 {  color:  #17181C; font-size: 24px; font-style: normal; margin-bottom: 10px; font-weight: 700; line-height: 110%; }
.recent-info h4 a{color: currentColor; transform: 0.5s ease all;}
.recent-info h4 a:hover{color: #7F8B99;}
.recent-info .excerpt{color:  #7F8B99;font-size: 18px;font-style: normal;font-weight: 400;line-height: 130%; /* 23.4px */ margin: 0;}



.blog_wrapper { background: #fff; padding: 80px 0 48px;}
.blog_head { display: flex;flex-direction: row-reverse; justify-content: space-between; align-items: center; margin-bottom: 48px;}

.blog_head ul#category-list { display: flex;gap: 16px; margin: 0; padding: 0; list-style: none;}
.blog_head ul#category-list li a {min-width: 116px;text-align: center;display: block;background: rgba(227, 230, 233, 0.60);padding: 12.5px 16px; color:  #7F8B99;   font-size: 18px; font-style: normal; font-weight: 400; line-height: 130%; /* 23.4px */}
.blog_head ul#category-list li a.active{background:  #3A4153; color: #fff;}

h4.all_blog_heading { color:  #17181C; font-size: 48px; font-style: normal; font-weight: 600; line-height: 110%; /* 52.8px */ text-transform: uppercase; margin-bottom: 24px;}

.blog_post_row { padding: 24px 0; display: grid;  grid-template-columns: repeat(2, 1fr);  gap: 32px;}
.blog_post_img img {    aspect-ratio: 2.09 / 1; max-width: 100%; height: auto; display: block;  width: 100%;  object-fit: cover;  object-position: center;}
.blog_post_info { padding: 24px 0;}
.blog_post_info .p-l{ color:  #17181C;  font-size: 32px;font-style: normal;font-weight: 500; margin-bottom: 10px; line-height: 120%; /* 33.6px */letter-spacing: -0.64px;}
.blog_post_info .p-l a {  color: currentColor; transition: 0.5s ease all;}
.blog_post_info .p-l a:hover{color: #7F8B99;}
.blog_post_info .excerpt{color:  #7F8B99;font-size: 18px;font-style: normal;font-weight: 400;line-height: 130%; /* 23.4px */ margin: 0 0 10px;}
.blog_post_info .meta{color:  #3A4153;font-size: 18px;font-style: normal;font-weight: 500; margin: 0; line-height: 140%; /* 25.2px */}

.search {
    max-width: 366px;
    width: 100%;
    border: 1px solid var(--Color-3, #F4F4F7);
    background: rgba(233, 233, 233, 0.23);
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search input.form-control {
    color: var(--Color-5, #7F8B99);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    background: transparent;
    border: none;
    width: 100%;
    height: 48px;
}
.search input.form-control::placeholder{font-family: Poppins;}
.search input.form-control:focus{outline: none; box-shadow: none;}
.btn-search {
    padding: 0;
    margin: 0;
    background: transparent;
}

.btn-search img {
    max-width: 24px;
    width: 100%;
    min-width: 24px;
}

.single-post .forge-hero.inner_banner::before{display:none;}

.single-post .forge-hero::before{display:none;}

.single-post p.meta{text-align:left; margin-left:0px;}


.single-post .forge-intro.page_content {
    padding: 64px 0;
}
.single-post .forge-intro p.meta{color:  #17181C;text-align: left;font-size: 18px;font-style: normal;font-weight: 500; margin-bottom: 12px; line-height: 140%; /* 25.2px */}
.single-post .forge-intro h1{color:  #17181C;font-size: 64px;font-style: normal;font-weight: 700;line-height: 110%; /* 70.4px */text-transform: uppercase; margin-bottom: 32px;}
.single-post .forge-intro p{color:  #2B2B2B; max-width: 100%; text-align: left;font-size: 18px;font-style: normal;font-weight: 400; margin-bottom: 24px; line-height: 140%; /* 25.2px */}
.single-post .forge-intro li{color:  #2B2B2B; max-width: 100%; text-align: left;font-size: 18px;font-style: normal;font-weight: 400; line-height: 140%;}
.single-post .forge-intro ol, .single-post .forge-intro ul{padding-left: 20px;}
.single-post .forge-intro img{margin-left:auto ; margin-right: auto; max-width: 100%; height: auto; display: block;}

.single-post .forge-hero::before{display: none;}
.wp-block-image~p{margin-top: 20px;}


.faq_privacy table {
    border: 1px solid #CFCFCF;
    border-collapse: collapse;
    margin: 32px auto;
}
.faq_privacy  table thead th {
    border-bottom: 1px solid #CFCFCF;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #2b2b2b;
    line-height: 160%;
}
.faq_privacy table td {
    padding: 16px;
    font-size: 16px;
    color: #2b2b2b;
    border-bottom: 1px solid #CFCFCF;
}


/* press kit page css*/
.case_wrap{background: #fff; padding: 64px 0;}
.case_wrap h2{color: #17181C; text-align: center;font-size: 64px;font-style: normal;font-weight: 600;line-height: 110%;text-transform: uppercase;margin-bottom: 32px;}
.case_wrap p{  color: #2B2B2B; font-size: 18px; font-style: normal;font-weight: 400; line-height: 140%; margin-bottom: 28px;}
.case_wrap p:last-child {  margin-bottom: 0;}
.brand_guidelines{padding: 96px 0;  text-align: center;}
.brand_guidelines h2{color: #fff; text-align: center;font-size: 64px;font-style: normal;font-weight: 600;line-height: 110%;text-transform: uppercase;margin-bottom: 32px;}
.brand_guidelines p{  color: #fff;font-size: 18px;font-style: normal;font-weight: 400; line-height: 140%; margin-bottom: 28px;}
.oa-media{padding: 96px 0; background: #000;}
.oa-media h2 {color: #FFF;font-size: 64px; font-style: normal; font-weight: 700; line-height: 110%; text-transform: uppercase; margin-bottom: 62px;}
.oa-media .single_oa_leadership .content p{margin-bottom: 20px;}

.presskit_contact{background: #fff; text-align: center; padding: 64px 0;}
.presskit_contact h2{color: #17181C; text-align: center;font-size: 64px;font-style: normal;font-weight: 600;line-height: 110%;text-transform: uppercase;margin-bottom: 32px;} 
.presskit_contact p{  color: #2B2B2B; font-size: 18px; font-style: normal;font-weight: 400; line-height: 140%; max-width: 600px; margin: 0 auto; margin-bottom: 0;}
.presskit_contact p a{color: currentColor; text-decoration: none;}

.founders_bios{background: #fff; padding: 64px 0;}
.founders_bios h2{color: #17181C; font-size: 64px;font-style: normal;font-weight: 600;line-height: 110%;text-transform: uppercase;margin-bottom: 32px;}

.single_team {  width: 100%;display: -webkit-box;display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.team_content {
    width: 47%;
}
.team_content h4 {color: #000; font-size: 32px; font-style: normal; font-weight: 500; line-height: 101%; margin-bottom: 20px;}
.team_content .p-xl {font-weight: 500; color: #2B2B2B; font-size: 20px; margin-bottom: 27px;}
.team_content p{color: #2B2B2B; font-size: 18px; font-style: normal;font-weight: 400; line-height: 140%; margin-bottom: 15px;}
.team_content ul{margin: 20px 0; padding-left: 15px;}
.team_content li{color: #2B2B2B; font-size: 18px; font-style: normal;font-weight: 400; line-height: 140%; margin-bottom: 15px;}

.social_media_wrap{padding: 96px 0; text-align: center; background: #000;}
.social_media_wrap h2{color: #fff; text-align: center;font-size: 64px;font-style: normal;font-weight: 600;line-height: 110%;text-transform: uppercase;margin-bottom: 32px;}
.social_media_wrap .social-link{display: flex; justify-content: center; gap: 25px; display: flex; align-items: center; margin: 0; padding: 0; list-style: none;}
.social_media_wrap .social-link li a{width: 50px; height: 50px; transition: 0.5s ease all; background: #fff; filter: invert(1); border: 1px solid #000; border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.social_media_wrap .social-link li a:hover{ filter: invert(0);}



.logos-vertical-slider {display: -ms-flexbox;display: -webkit-box;display: flex;gap: 48px; height: 304px;overflow: hidden; width: 76.2%;}

.logos-vertical-slider .slider-column { position: relative;-ms-flex-preferred-size: 0; flex-basis: 0%;-ms-flex-positive: 1; -webkit-box-flex: 1; flex-grow: 1; display: flex;
  flex-direction: row;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }



.logos-vertical-slider .scroll-element {--animation-scroll-duration: 70s;display: -ms-flexbox;display: -webkit-box;display: flex; -ms-flex-direction: column; -webkit-box-orient: vertical; -webkit-box-direction: normal; flex-direction: column;width: inherit;height: inherit;}





.p-trusted-wrap .container{max-width:100%; padding:0px;}



.logos-vertical-slider .scroll-element .logo-element .image-wrapper {

  margin: auto;

}

.logos-vertical-slider .slider-column:nth-child(2) .scroll-element {

  --animation-scroll-duration: 70s;

  animation-direction: reverse;

  -ms-flex-direction: column-reverse;

  -webkit-box-orient: vertical;

  -webkit-box-direction: reverse;

          flex-direction: column-reverse;

}





@-webkit-keyframes main-logos-scroll {

  from {
    transform-style: preserve-3d;
      -webkit-transform: translateY(0);

      transform: translateY(0)
    

  }



  to {
    transform-style: preserve-3d;
      -webkit-transform: translateY(-100%);

      transform: translateY(-100%)
   

  }

}



@keyframes main-logos-scroll {

  from {
    transform-style: preserve-3d;
      -webkit-transform: translateY(0);

      transform: translateY(0)

  }



  to {
    transform-style: preserve-3d;
      -webkit-transform: translateY(-100%);

      transform: translateY(-100%)
   

  }

}



@-webkit-keyframes second-logos-scroll {

  from {
    transform-style: preserve-3d;
      -webkit-transform: translateY(100%);

      transform: translateY(100%)
     
  }



  to {
    transform-style: preserve-3d;
      -webkit-transform: translateY(0);

      transform: translateY(0)
   

  }

}



@keyframes second-logos-scroll {

  from {
    transform-style: preserve-3d;
      -webkit-transform: translateY(100%);

      transform: translateY(100%)
    

  }



  to {
    transform-style: preserve-3d;
      -webkit-transform: translateY(0);

      transform: translateY(0)

  }

}



@-webkit-keyframes marquee-scroll {

  0% { -webkit-transform: translateX(0); transform: translateX(0);}

  100% {-webkit-transform: translateX(-100%); transform: translateX(-100%);}

}



@keyframes marquee-scroll {

  0% {-webkit-transform: translateX(0);  transform: translateX(0);}

  100% { -webkit-transform: translateX(-100%);transform: translateX(-100%);}

}



@-webkit-keyframes marquee-scroll2 {

  0% { -webkit-transform: translateX(100%); transform: translateX(100%);}

  100% {-webkit-transform: translateX(0); transform: translateX(0);}

}



@keyframes marquee-scroll2 {

  0% {-webkit-transform: translateX(100%);  transform: translateX(100%);}

  100% { -webkit-transform: translateX(0);transform: translateX(0);}

}
@media (min-width:0px) {

.logos-vertical-slider{width: 100%; height: auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 24px;}

.logos-vertical-slider .scroll-element{-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row; gap: 20px; -webkit-animation: marquee-scroll 70s linear infinite;  animation: marquee-scroll 70s linear infinite;  }

.logos-vertical-slider .scroll-element .logo-element{/*width: 210px;*/ min-width: 173px;  padding: 0; margin-bottom: 0; margin-left : 0;}

.logos-vertical-slider .slider-column:nth-child(2) .scroll-element{-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse  ;flex-direction: row-reverse  ;}

.logos-vertical-slider .slider-column{gap: 20px; display: flex;     width: -webkit-max-content;     width: -moz-max-content;     width: max-content;white-space: nowrap;}
}

.advisor_img img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
}
.faq_privacy .accordion ul{margin-bottom:20px;}
.page-template-default .forge-intro.page_content p, .forge-intro.page_content.privacy-content p{word-break:break-all}
@media (max-width: 1400px){
	.leadership_img img{height:auto;}
.forge-hero.inner_banner::before{height: 41%;}
}

@media (max-width: 992px){
  .why-content{gap: 20px;}
  .footer-gif{width: 12%;}
  .circle-video{width: 220px; top: 0%; height: 440px;border-bottom-left-radius: 440px; border-top-left-radius: 440px;}
}


@media (max-width: 767px){
	.page-template-default .wp-block-table .has-fixed-layout tr td:last-of-type{width:92px; font-size:14px;}
	.page-template-default .wp-block-table .has-fixed-layout tr td{font-size:14px;}
	.leadership-section h2{margin-bottom:60px;}
	.single_corevalue_content p{color:rgb(30,30,30);}
	.leadership_content ul{font-size:15px;}
	/* html,body {overflow-x:hidden;} */
	.header_menu li.menu-item-has-children{position:relative; display:block; width:100%;}
.header_menu li.menu-item-has-children:after{content:"⟩"; position:absolute; right:-9px; top:9px; display:block; color:#000;}
.header_menu li.menu-item-has-children.active::after{transform:rotate(90deg);}
.head_button .btn{display: none;}
.menu-btn{display: block;}
.menu-header-menu-container {position: fixed; z-index: 4; max-width: 280px; width: 100%;height: 100vh; overflow-y: auto; background: #fff; left: -100%; -webkit-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease; top: 0; padding: 25px 15px;}
.header_menu{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap:0px;}
.header_menu li>a.active, .header_menu li>a:hover, .header_menu li { background: transparent;color: #17181C; }
.header_menu li>a{display: block;}
.menu-open .menu-header-menu-container{left: 0;}
.header_menu li>a::before, .header_menu li>a::after{display: none;}
.menu-open{overflow: hidden;}
.oa-nextera-content h1{font-size: 48px;}
.oa-nextera-content p{font-size: 16px;}
.scroll-down{font-size: 14px;}
.wave_section h2{font-size: 24px;}
.mission_content{gap: 40px;}
.mission_content{padding: 50px 40px; border-radius: 50px;}
.mission_content h2{font-size: 32px;}
.mission_content p{font-size: 16px;}
.corevalue_wrap{padding: 48px 0; z-index: 4 !important;}

.corevalue_wrap h2{font-size: 48px; color:rgb(5,5,5);}
.single_corevalue_content h3{font-size: 20px;}
.single_corevalue_content p{font-size: 14px;}
.single_corevalue_content {  width: 88%; max-width: 100%;}
.single_corevalue_img {width: 33%;}
.corevalue_row{gap: 20px;}
.our_solutions_wrap{padding: 48px 0;}
.our_solutions_wrap h2{font-size: 48px;}
.single_solutions_row{padding:22px 24px 24px 24px; -ms-flex-wrap: wrap; flex-wrap: wrap; gap:0}
.single_solutions_row .heading{white-space: normal; }
.single_solutions_content {
    width: 100%;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.single_solutions_row:hover .heading{max-width: 100%;}
.single_solutions_row .content p{margin-bottom: 15px;}
.our_solutions_row{gap: 24px;}
.single_solutions_row h3{font-size: 18px;}
.digital_market_wrap{padding-top:60px}
.digital_market_head h2{font-size: 48px; margin-bottom: 30px;}
.digital_market_head p{font-size: 16px;}
.digital_market_head{padding-bottom: 100px;}
.digital_market_logo{gap: 32px;}
.section-header h2{font-size: 18px;}
.studies-info h3{font-size: 20px;}
.studies-info p{font-size: 14px;}

.leadership-section h2{font-size: 48px;}
.leadership_row{padding: 10px; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 0;}
.leadership_content{width: 100%;}
.leadership_img {
    width: 100%;
}
.leadership_img img{
    width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; max-height: 180px; width: 180px;
}
.horizontal_wrap { height: calc(100vh - 119px); align-items:flex-start;}
.leadership_content h4{font-size: 20px;}
.leadership_content h6{font-size: 16px;}
.leadership_content p{font-size: 16px;}

.ready_bulid_wrap{padding: 48px 0;}
.ready_bulid h2{font-size: 32px;}
.footer_row{-ms-flex-wrap: wrap;flex-wrap: wrap;}
.footer_link{width: 48%;}


.hero-content h1{font-size: 48px;}
.hero-content p{font-size: 18px;}
.forge-intro p{font-size: 24px;}
.why3f-exists h2{font-size: 32px;}
.why-content {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;text-align: center;}
.why3f-exists{padding-bottom: 80px;}
.why-content .col { -webkit-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%;}
.why3f-network{margin-top: 80px; margin-top: 0; gap: 30px; padding: 32px 0 64px; /* 12*/}
.why3f-network .head h2{font-size: 32px;}
.why3f-network .head p{font-size: 16px;}
.single_logo a {
    width: 143px;
    padding: 16px;
}
.work3f_wrap{padding: 40px 0;}
.work3f_head{margin-bottom: 32px;}
.work3f_head h2{font-size: 32px;}
.work3f_head p{font-size: 18px;}
.work3f_content p{font-size: 18px;}
.work3f_content ul li{font-size: 18px; padding: 11px 0;}

.shape3f_content h2{font-size: 32px;}
.shape3f_content{padding: 32px 16px;}
.shape3f_wrap{padding: 84px 0;}
.shape3f_wrap::before{width: 80%; height: 100%;}
 .oa-logo{display: none;}
.spacer{height: 10vh;}
.join3f p{font-size: 18px;}
/* .spacer-end{min-height: 50vh;} */
.menu-open .menu-header-menu-container {
        left: -16px;
        top: -21px;
    }
    
    .single_solutions_row:hover .single_solutions_content{padding-top: 12px;}
    .portal_wrap{padding: 48px 0;}
    .portal_content{width: 100%;}
    .portal_img{width: 100%; margin-left: 0; transform: rotate(0); top: 0; margin-top: 30px; }
    .portal_content h2{font-size: 32px; margin-bottom: 30px;}
    .portal_content p{font-size: 16px; max-width: 100%;}
     .popup{padding: 32px;}
    .modal_content{width: 100%;}
    .modal_img{width: 100%; display: none;}
    .modal_content h2{font-size: 32px;}

    .popup h2{font-size: 24px;}
    .modal_img_frame{padding: 16px;}


      .header_row{padding: 8px;}
  .forge-hero.inner_banner{min-height: 475px; height: auto; padding-top: 177px; padding-bottom: 95px;         align-items: inherit;}
.forge-hero.inner_banner::before{display: none;}
.inner_banner .hero-content p{font-size: 16px;}
.partner_program_wrap{padding: 48px 0;}
.partner_program_wrap h2{font-size: 48px;}
.partner_program_row{margin-top: 32px; gap: 24px;}
.partner_program_img{width: 100%;}
.partner_program_content{width: 100%; padding: 24px 16px;}
.partner_program_content p{margin-bottom: 16px;}
.partner_program_content h4{font-size: 18px;}
.partner_program_content h4~h4{margin-top: 16px;}

.government_client_wrap{padding: 48px 0;}
.government_client_wrap h2{font-size: 48px;}
.government_client_wrap h6{font-size: 16px; margin-bottom: 21px;}
.government_client_wrap p{font-size: 16px; margin-bottom: 22px;}

.contactus_oa{padding: 48px 0 ;}
.contactus_oa::before{display: none;}
.contactus_oa_row{gap: 24px;}
.contactus_oa_content{width: 100%;}
.contactus_oa_content h2{font-size: 24px; margin-bottom: 16px;}
.contactus_oa_content p{font-size: 16px; margin-bottom: 16px;}
.contactus_oa_content ul{gap: 16px;}
.contactus_oa_content li{font-size: 16px;}
.contactus_oa_form{width: 100%; padding: 24px 12px;}
.contactus_oa_form h2{font-size: 24px;}
.contactus_oa_form .form-control{height: 48px;}
.contactus_oa_content li{column-gap: 18px;}

.how-it-looks-wrap{padding-top: 113px; padding-bottom: 64px;}
.how-it-works h2, .how-it-looks h2{font-size: 24px;}
.how-it-works-row{margin-top: 18px;         flex-direction: column-reverse;  gap: 18px;}
.how-it-works-row{padding: 0;}
.how-it-works-img{width: 100%;}
.how-it-works-cards { row-gap: 12px; column-gap: 8px;width: 100%;}
.info-card {padding: 8px;min-height: 84px; font-size: 12px;}
.how-it-looks{margin-top: 85px;}
.how-it-looks-row{gap:16px; margin-top: 18px;}
.how-it-looks-img{width: 100%;}
.how-it-looks-cards{width: 100%;row-gap: 12px; column-gap: 8px; padding: 0;}
.how-it-looks-cards .info-card{min-height: 67px; border-radius: 7px;}
.how-it-looks-wrap:after{width: 100%; height: 79%;}
.how-it-looks-wrap:before{height: 10%; top: -1px;}
.government_client_wrap.bg-white p{font-size: 16px;}
.ready_bulid_wrap{position: relative;}
.ready_bulid{background: transparent;}
.ready_bulid_wrap::before{background: #000 url(../img/join-m-dot.svg) no-repeat center left; content: ""; width: 50%; height: 100%; position: absolute; left: 0; top: 0; background-size: cover;}


.joe_wrap{padding: 48px 0;}
.joe_row{flex-direction: column-reverse; gap: 24px;}
.joe_row_image{width: 100%; padding: 16px;}
.joe_row_content{width: 100%; display: block;}
.joe_row_content p{font-size: 16px; margin-bottom: 16px;}
.joe_row_content .autor h4{font-size: 20px;}
.joe_row_content .autor p{font-size: 16px;}
.autor::before{top: 10px;}
.joe_wrap::before{width: 478px; height: 290px; background: url(../img/oa-joe-m.png) no-repeat center; background-size: cover;}

.loyalty_looks .how-it-works-img {width: 100%;}
.loyalty_looks .how-it-looks { margin-top: 66px; }
    .loyalty_looks .how-it-looks-img{width: 100%;}
    .loyalty_looks .how-it-looks-cards{width: 100%;}
    .how-it-looks .head p{margin-top: 16px; font-size: 16px;}
    .loyalty_looks .how-it-looks::before{display: none;}
   .loyalty_looks::after{    content: "";width: 100%;height:49%;background: url(../img/loyalty-dot-m.svg) no-repeat center;background-size: cover; position: absolute; top: 26%; left: 0;}
  .loyalty_looks { padding-bottom: 49px;}

  .loyalty_looks img {max-height: 288px;width: auto; margin: 0 auto;  display: block;object-fit: cover;}

  .counter_wrap {display: grid; grid-template-columns: repeat(1, 1fr); gap: 16px; margin-top: 60px;}
.count_box { padding: 16px;flex-direction: row;  justify-content: space-between;align-items: center;}
.count_box h4 {  font-size: 16px;}
.count_box p { font-size: 14px !important;width: auto;text-align: right;margin: 0 !important;}

  .trusted-logo-wrap::before{display: none;}
  .trusted-logo{padding: 24px 16px; top: -22px; position: relative;}
.trusted-logo h2{font-size: 20px;}
.trusted-logo-row{margin-top: 32px; row-gap: 16px;         column-gap: 13px;
        justify-content: space-between;}
.trusted-logo-row .item{padding: 0;}

  .oa_press_section{padding: 0px 0 24px; }
  .oa_press_row {display: grid;grid-template-columns: repeat(1, 1fr);gap: 24px;padding: 0 0;}
  .oa_single_press_img a img{aspect-ratio: 1/1;}
  .oa_press_section h2{font-size: 48px;}
  .oa_single_press_content{padding: 12px;}
  .oa_single_press_content h4{font-size: 18px; letter-spacing: -1px;}
  .oa_single_press_content .link {min-width: 20px;}
  .oa_single_press_content .link a svg{max-width: 20px; height: auto;}
  .oa_single_press_content .link a{margin-top: 0  ;}
  .oa_single_press_content .meta .tag{font-size: 14px;}
  .oa_single_press_content .meta .date{font-size: 14px;}
  .oa-leadership{padding: 48px 0;}
  .oa-leadership h2{font-size: 48px; margin-bottom: 24px;}
  .single_oa_leadership{gap: 16px; padding: 0;}
  .single_oa_leadership .image{width: 100%;}
  .single_oa_leadership .content{width: 100%; padding: 16px;}
  .single_oa_leadership .content h4{font-size: 24px;}
  .single_oa_leadership .content h6{font-size: 18px; margin-bottom: 12px;}
  .single_oa_leadership .content p{font-size: 16px;}

  .oa_press_section::before{width: 100%; height: 100%; top: 0;}
  .advisor_wrap{padding: 72px 0;}
  .advisor_content{width: 100%;}
  .advisor_img{width: 100%;}
  .advisor_row{gap: 16px; flex-direction: column-reverse;}
  .advisor_content h2{font-size: 24px; margin-bottom: 12px;}
  .advisor_content h4{font-size: 18px;}
  .advisor_content p{font-size: 16px;}
  .advisor_content ul{margin-top: 16px;}
  .advisor_content ul li{padding: 12px 0; font-size: 16px;}

  .forge-hero.inner_banner.about_banner{padding-top: 127px; padding-bottom: 71px;}
  .single_solutions_content{
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
  }

  .header_menu li>a{padding: 10px 12px;}


     .header_menu li:hover > .sub-menu {
        display: none;
    }

    .header_menu li.active > .sub-menu {
        display: block;
        position: static; 
    }

  .header_menu li .sub-menu{padding-left:30px;}

  .footer_link ul li{line-height:14px;}

  .copyright{padding-top:20px;}

	.footer_row{gap:20px 10px;}
	.single_oa_leadership .content ul li, .single_oa_leadership .content p{font-size:16px;}
	.big-recent-blog-wrap{padding:24px 0}
	.big-recent-blog-wrap h2{font-size:40px;}
	.recent-info h4{font-size:20px;}
	.recent-info .excerpt{font-size:16px;}
	.blog_wrapper{padding:24px 0}
	.search{display:none}
	.blog_head {
    justify-content: flex-start;
    flex-direction: row; margin-bottom:24px;
}
	.blog_head ul#category-list {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.blog_head ul#category-list li {
    white-space: normal;
    min-width: fit-content;
}
h4.all_blog_heading{font-size: 32px; text-align: center; margin: 0;}
.blog_post_row {  grid-template-columns: repeat(1, 1fr);}
.blog_post_info{padding-bottom: 0;}
.blog_post_info .p-l { font-size: 18px; letter-spacing: normal;}
.blog_post_info .excerpt{font-size: 16px;}
.blog_post_info .meta{font-size: 16px;}


.single-post .forge-intro.page_content{padding: 16px 0;}
.single-post .forge-intro h1{font-size: 40px;margin-bottom: 32px;}
.single-post .forge-intro p{ text-align: left;font-size: 16px;}
.single-post .forge-intro li{ text-align: left;font-size: 16px;}
.responsive-table {

  overflow-x: auto;

}



.responsive-table table {

  min-width: 600px;

}
.case_wrap{padding: 48px 0;}
.case_wrap h2{font-size: 48px;}
.case_wrap p{font-size: 16px;}
.brand_guidelines{padding: 48px 0;}
.brand_guidelines h2{font-size: 48px;}
.brand_guidelines p{font-size: 16px;}
.oa-media{padding: 48px 0;}
.oa-media h2{font-size: 48px; margin-bottom: 24px;}

.presskit_contact{ padding: 48px 0;}
.presskit_contact h2{font-size: 48px;margin-bottom: 28px;} 
.presskit_contact p{   font-size: 16px; }

.founders_bios{padding: 48px 0;}
.founders_bios h2{font-size: 48px;}
.single_team{flex-wrap: wrap;}
.team_content{width: 100%;}
.team_content .p-xl{font-size: 18px;}
.team_content p, .team_content li{font-size: 16px;}

.social_media_wrap{padding: 48px 0;}
.social_media_wrap h2{font-size: 48px;}
	.page-template-default .forge-intro h2, .privacy-content .container>h4{font-size:24px;}
	.mission_content p{color:#fff;}
	.single_solutions_content{transform:none !important; margin-top:20px;}
	.page-template-default .forge-intro.page_content p a, .forge-intro.page_content a, .forge-intro.page_content.privacy-content p a{word-break:break-all}
}



@media (max-width: 480px){
  .footer-gif{display:none;}
  .forge-video{height: 112dvh;}
  .single_corevalue{gap:16px;}
.forge-hero::before{height: 13%;}
.why3f-exists::before{height: 13%; top:-1px}
 /* .circle{top:-29%} */
   .circle-video{width: 100px; top: 0%; height: 200px;border-bottom-left-radius: 200px; border-top-left-radius: 200px;}

     .trusted-logo-row {
        row-gap: 16px;
        column-gap: 2px;
        justify-content:space-between;
    }
.trusted-logo-row .item img{max-height: 17px; max-width: 88px; width: 100%;}
  
}
.wpcf7 form .wpcf7-response-output{margin-left:0 !important;}

.modal_content .input-row br{display:none;}