/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: "Gilroy-Regular";
  src: url("../../assets/fonts/Gilroy-Regular.woff2") format("woff2"), url("../../assets/fonts/Gilroy-Regular.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-SemiBold";
  src: url("../../assets/fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Gilroy-SemiBold.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-Bold";
  src: url("../../assets/fonts/Gilroy-Bold.woff2") format("woff2"), url("../../assets/fonts/Gilroy-Bold.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("../../assets/fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Gilroy-ExtraBold.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}

/* generic  */
/* html{
scroll-behavior:smooth
} */
/* html {
  overflow-x: hidden;
} */

body {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  overflow-x: hidden;
}

a {
  color: #999999;
  text-decoration: none;
}

a:hover {
  color: #999999;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy-ExtraBold";
  /* letter-spacing: -1px; */
}

.font-opensans {
  font-family: "Open Sans", sans-serif;
}

#logo {
  will-change: transform;
}

.loader-wrapper {
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}
@media (min-width: 768px) {
  .loader-wrapper {
    height: 100%;
  }
}
.font-b {
  font-weight: 700;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 200px 0;
  overflow: hidden;
  position: relative;
}

.section-title {
  padding-bottom: 30px;
  position: relative;
}

.section-title h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #d2d2d2;
}

.section-title p {
  margin-bottom: 0;
}

.section-bg {
  padding: 30px 0;
}

section h2, #ai-at-labs h1 {
  font-size: 65px;
  line-height: 75px;
  color: #000000;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  section {
    padding: 80px 0;
  }

  section h2, #ai-at-labs h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.b-a,
.bar:after,
.bar:before,
.bar {
  content: "";
  position: absolute;
  height: 2.4px;
  width: 39px;
  border-radius: 15px;
  background-color: #006788;
}

.menu-collapsed .b-a {
  transition: all 0.25s;
  content: "MENU";
  position: absolute;
  right: 0;
  height: 2px;
  width: 30px;
  border-radius: 15px;
  background-color: #006788;
}

.menu-collapsed {
  transition: all 0.25s;
  text-align: left;
  height: 100vh;
  width: 0;
  border-radius: 0px;
  top: 0;
  right: 0;
  background-color: #eaeaea;
  overflow: auto;
  position: absolute;
  transform: translateX(100%) !important;
}

.menu-collapsed ul li {
  list-style-type: none;
  margin-bottom: 15px;
}

.bar-bg {
  background: transparent;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  height: 40px;
  width: 40px;
  right: 120px;
  top: 10px;
}

.bar-bg .menu_text {
  font-size: 13px;
  display: block;
  margin-top: 0;
  font-weight: bold;
  color: #fff;
  transition: all 0.25s;
  display: none;
}

.bar:before {
  top: 9px;
  right: 0;
}

.bar:after {
  top: 18px;
  right: 0;
}

.b-a-expanded,
.bar-bg.active .bar:after,
.bar-bg.active .bar:before {
  top: 30px;
  color: #ffffff;
  width: 24px;
  right: -4px;
  background-color: #ffffff;
}

.bar-bg.active {
  background-color: #cbcbcb !important;
  width: 60px;
  height: 50px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.bar-bg.active::before {
  content: "";
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cbcbcb;
  position: absolute;
}

.menu-expanded {
  transition: all .25s;
  text-align: left;
  height: 100vh;
  width: 95%;
  border-radius: 0px;
  top: 0;
  right: 0;
  background-color: #eaeaea;
  overflow: auto;
  position: absolute;
  transform: translateX(0) !important;
  z-index: 9;
}

.bar-bg.active .menu_text {
  display: none;
}

.menu-expanded ul {
  transition: all 0s;
  position: relative;
  right: 0;
  z-index: 2;
  padding-left: 40px;
}

.menu-expanded a {
  font-family: "Gilroy-ExtraBold", sans-serif;
  transition: all 0.15s;
  text-decoration: none;
  font-size: 50px;
  line-height: 62px;
  color: #81CCE4;
}

.menu-expanded a:hover {
  transition: all 0.15s;
  color: #006788;
}

.bar-bg.active .bar {
  background-color: transparent;
}

.bar-bg.active .bar:before {
  transform: rotate(45deg);
}

.bar-bg.active .bar:after {
  transform: rotate(-45deg);
}

#header {
  background: transparent;
}

#header .logo {
  margin: 0;
  padding: 0;
  background: url(../img/logo.svg) no-repeat;
  background-size: cover;
  width: 184px;
  height: 39px;
  will-change: transform;
  /* transition: all 0.25s; */
}

#header .header-holder {
  background: transparent;
  padding: 20px 0;
}

@media (max-width: 992px) {
  #header .logo img {
    height: auto;
    width: 150px;
  }
}

@media (max-width: 768px) {
  .header-hold {
    padding: 0 1rem;
  }

  .menu-expanded {
    width: 100%;
  }

  .menu-expanded a {
    font-size: 40px;
    line-height: 50px;
  }


}
@media (max-width: 767px) {
  .bar-bg {
    right: 27px;
  }
}

#header.fixed-top {
  background-color: #ffffff;
  opacity: 1;
}

@media (min-width: 768px) {

  .bar-bg:hover .bar:before,
  .bar-bg:hover .bar:after {
    top: 0;
  }

  .bar-bg.active:hover .bar:before,
  .bar-bg.active:hover .bar:after {
    top: 30px;
  }

  .bar-bg:hover .menu_text {
    color: #006788;
  }

  .bar-bg.active .menu_text {
    display: none !important;
  }

  .bar-bg .menu_text {
    display: block;
  }
  .menu-expanded {
    transition: all 1.2s;
  }

  .b-a,
  .bar:after,
  .bar:before,
  .bar {
    transition: all 0.25s;
  }

  .menu-collapsed .b-a {
    transition: all 0.25s;
  }
}
@media only screen and (orientation : portrait) {
  #down_arrow{
    display: none;
  }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .bar-bg:hover .bar:after {
    top: 18px;
    right: 0;
  }

  .bar-bg:hover .bar:before {
    top: 9px;
    right: 0;
  }
  .bar-bg:hover .menu_text{
    display: none !important;
  }
  .menu-collapsed .bar-bg .menu_text {
    display: none !important;
  }

  .bar-bg.active:hover .bar:before,
  .bar-bg.active:hover .bar:after {
    top: 30px;
    right: 0;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
  .bar-bg:hover .bar:after {
    top: 18px;
    right: 0;
  }

  .bar-bg:hover .bar:before {
    top: 9px;
    right: 0;
  }

  .menu-collapsed .bar-bg .menu_text {
    display: none !important;
  }

  .bar-bg.active:hover .bar:before,
  .bar-bg.active:hover .bar:after {
    top: 30px;
    right: -4px;
  }
  #down_arrow{
    display: none;
  }
}

/* global header */
/*variables */
:root {  
  --light-blue: #E4F6F8;  
  --hover-aqua:#f6fafa;
  --font-aqua:14px;
  --lh-aqua:20px;
  --no-color: transparent;

  --white: #ffffff;
  --yellow: #F0C913;
  --blue: #2d708e;
  --font-light:14px;
  --lh-light:24px;
  --hover-light:#fffcee;
}
/*light theme */
.theme-light {  
  background: var(--white); 
  border-top:2px solid var(--blue); 
  font-size: var(--font-light);
  line-height: var(--lh-light);
}
.theme-light .brands:hover {
  background-color: var(--hover-aqua); 
}
/*aqua theme */
.theme-aqua{  
  background-color: var(--light-blue);  
  border-top:2px solid var(--no-color);
  font-size: var(--font-aqua);
  line-height: var(--lh-aqua);
}
.theme-aqua .brands:hover {
  background-color: var(--hover-aqua); 
}
/*common style for all themes */
.custom-dropdown {  
  color: #5F5D5D;
  box-shadow: 0px 0px 11px #8c8c8c;
  padding:35px 35px;
  display:none;
  border-radius: 0px 0px 4px 4px;
  position: absolute;
  width: auto;
  z-index: 8;
  margin-top: 10px;
}
.custom-dropdown .row::after {
  content: "";
  clear: both;
  display: table;
}

.custom-dropdown .brands {
  width: 32%; 
  background-color: #fff; 
  border-radius: 4px;
  border:1px solid #EEEEEE; 
  box-shadow: 0px 0px 2px #0000001A;
  margin: 0 16px 16px 0;
  list-style-type: none;
}
.custom-dropdown .brands a{
  text-decoration: none;
  color: #5F5D5D;
  padding: 15px;
  display: block;
  min-height: 135px;
}
.custom-dropdown .brands .logos{
  background: url(../img/brand-sprite.png?ver1) no-repeat;
  display: inline-block;
  width:100%;
  height: 25px;
}
.custom-dropdown .brands:nth-child(3), .custom-dropdown .brands:nth-child(6){
  margin:0 0 16px 0
}
.custom-dropdown .brands:nth-child(4), .custom-dropdown .brands:nth-child(5), .custom-dropdown .brands:nth-child(6) {
    margin-bottom: 0;
}
.custom-dropdown .brands .logos::after{
  background: url(../img/brand-sprite.png);
  background-position: -16px -331px;
  width: 15px;
  height: 25px;
  display: inline-block;
  content: '';
  float: right;
  opacity: .6;
}
.custom-dropdown .brands:hover .logos:after {
    opacity: 1;
}
.custom-dropdown .brands:first-child .logos::after{
  background: none;

}
.custom-dropdown .brands .impact-science{
background-position: -16px -60px;
}
.custom-dropdown .brands .editage{
background-position: -16px -14px;
}
.custom-dropdown .brands .paperpal{
background-position: -16px -110px;
}
.custom-dropdown .brands .life-sciences{
background-position: -16px -165px;
}
.custom-dropdown .brands .researcher{
background-position: -16px -272px;
}
.custom-dropdown .brands .labs{
background-position: -16px -219px;
}
.custom-dropdown .brands:first-child{
background-color: #EEEEEE; 
pointer-events: none;
}
.custom-dropdown .brands:first-child:hover{
  background-color: #EEEEEE!important; 
}
.custom-dropdown .brands p{ 
  margin:0;
}
.custom-dropdown .left-text {
  width: 24%; 
  float:left;
  margin-right: 1%;
}
.custom-dropdown .right-boxes {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  width: 75%; float:left;
}
.custom-dropdown h1{
  font-size:32px;
  font-weight: bold;
  margin-bottom:20px;
  color: #010101;
}
.custom-dropdown-btn{
  border: none;
  background: url(../img/cactus-logo-small.svg) no-repeat 0 12px;
  width: 85px;
  height: auto;
  display: block;
  outline: none;
  position: relative;
  cursor: pointer;
}
.custom-dropdown-btn:hover{
  background-color: var(--no-color);
}
.custom-dropdown-btn:focus {
  outline: none;
}
/* .custom-dropdown-btn::after{
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 17px;
    right: -10px;
    content: '';
} */
.custom-dropdown .corporate-link{
  position: relative;
  color: #5F5D5D;
  text-decoration: none;
  margin-bottom: 20px;
  display: inline-block;

}
.custom-dropdown .corporate-link::after{
  content:"";
  background: url(../img/brand-sprite.png) no-repeat -16px -331px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-left: 10px;
}
@media (max-width: 920px){
.custom-dropdown{
  padding: 20px;
  margin: 15px;
  position: relative;
  max-height: 85vh;
  overflow: scroll;
}
}
@media (max-width: 1200px) {
  .custom-dropdown .left-text {width: 100%;}
  .custom-dropdown .right-boxes{width: 100%;}
  .custom-dropdown{
  padding: 30px;
  margin: 15px;
}
.custom-dropdown .brands{
  min-height: 150px;
  width: 31%;
}
.custom-dropdown .brands .impact-science {
    background-position: -16px -367px;
}
}
@media (max-width: 767.98px) {
.custom-dropdown .brands{
  width: 100%;
  margin: 0 0 16px 0;
  min-height: auto;
}
.custom-dropdown .close-area{
  height: 30px;
  position: relative;
}
.custom-dropdown .close {
  position: absolute;
  right: 6px;
  top: -7px;
  width: 17px;
  height: 17px;
}
.custom-dropdown{
  padding: 20px;
  margin: 15px;
  position: relative;
  height: 85vh;
  overflow: scroll;
}
.custom-dropdown .close:hover {
  opacity: 1;
}
.custom-dropdown .close:before, .custom-dropdown .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 17px;
  width: 3px;
  background-color: #000;
}
.custom-dropdown .close:before {
  transform: rotate(45deg);
}
.custom-dropdown .close:after {
  transform: rotate(-45deg);
}
.custom-dropdown .brands:nth-child(4), .custom-dropdown .brands:nth-child(5) {
    margin-bottom: 16px;
}
}

@media (min-width: 767px){
#cactus-btn {
    justify-content: center;
    align-items: start;
}
#cactus-btn {
    z-index: 1; 
    margin-top: 0;
    height: 0;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}
}
  /* end global header */


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  height: calc(100vh - 80px);
}

#hero .container {
  position: relative;
  height: 100%;
}

#type-writer {
  z-index: 1;
  margin-top: 0;
  height: calc(100% - 80px);
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}


#type-writer .do-know {
  color: #000000;
  font-size: 18px;
  margin: 20px 0 14px 0;
  text-align: justify;
  font-family: "Gilroy-Regular", sans-serif;
}

#type-writer h2 {
  font-size: 65px;
  color: #006788;
  font-family: "Gilroy-ExtraBold", sans-serif;
  font-weight: bold;
  line-height: 80px;
  text-transform: uppercase;
}

#type-writer h2 span.cursor {
  display: inline-block;
  background-color: #006788;
  margin-left: 0.5rem;
  width: 2px;
  animation: blink 1s infinite;
  line-height: 50px;
}

#type-writer h2 span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: #006788;
  }

  49% {
    background-color: #006788;
  }

  50% {
    background-color: transparent;
  }

  99% {
    background-color: transparent;
  }

  100% {
    background-color: #006788;
  }
}

#type-writer .sub-txt {
  font-size: 22px;
  color: #000000;
  margin: 20px 0 !important;
  font-weight: 700;
}

#down_arrow{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  display: none;
}
#down_arrow span:nth-of-type(2){
  animation: down_arrow 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@keyframes down_arrow {
  50% {
    transform: translateY(-10px); 
  }
}

@media (min-width: 768px) {
  #type-writer {
    justify-content: center;
    align-items: start;
  }

  #hero {
    height: calc(100vh - 80px);
  }
  #down_arrow{
    display: flex;
  }
}

@media (max-width: 768px) {
  #hero {
    height: calc(100vh - 80px);
  }

  #type-writer h2 {
    font-size: 35px;
    line-height: 45px;
  }

  #type-writer h2 span.cursor {
    line-height: 25px;
  }

  #type-writer .sub-txt {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (min-device-width : 768px) and (orientation : portrait) {
  #type-writer {
    justify-content: start;
    align-items: start;
  }
  #down_arrow{
    display: none;
  }
  .loader-wrapper {
    height: 90%;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #type-writer h2 {
    font-size: 40px;
    line-height: 30px;
  }

  #type-writer .sub-txt {
    font-size: 16px;
  }
  .bar-bg:hover .menu_text{
    display: none !important;
  }
  .bar-bg.active:hover .bar:before,
  .bar-bg.active:hover .bar:after {
    top: 30px;
    right: 8px;
  }
  #down_arrow{
    display: none;
  }
}

@media only screen and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
  #type-writer h2 {
    font-size: 40px;
    line-height: 40px;
  }

  #type-writer .sub-txt {
    font-size: 16px;
  }
  #down_arrow{
    display: none;
  }
  .loader-wrapper {
    height: 90%;
  }
  .bar-bg:hover .bar:after {
    top: 18px;
    right: 0;
  }

  .bar-bg:hover .bar:before {
    top: 9px;
    right: 0;
  }
  .bar-bg:hover .menu_text{
    display: none !important;
  }
  .menu-collapsed .bar-bg .menu_text {
    display: none !important;
  }

  .bar-bg.active:hover .bar:before,
  .bar-bg.active:hover .bar:after {
    top: 30px;
    right: -4px;
  }
}

/*--------------------------------------------------------------
# What we do
--------------------------------------------------------------*/
#what-do {
  align-items: center;
  height: auto;
}

#what-do h2 {
  color: #134453;
}


#what-do .box {
  padding: 15px 50px 0 0;
  width: 80%;
}

#what-do .box2 {
  padding-left: 50px;
  margin-top: 0;
  padding-right: 0;
  display: flex;
}

#what-do .blocks {
  display: flex;
  height: 95vh;
}

#what-do .block {
  height: 100%;
  width: 50%;
  width: calc(50% + 3rem);
  display: flex;
    justify-content: center;
}

#what-do .block-left {
  clip-path: polygon(0 0, 100% 0, calc(100% - 6rem) 100%, 0% 100%);
  background: #81cce4 ;
  display: flex;
  align-items: center;
  padding-left: 5rem;
}

#what-do .block-right {
  margin-left: -6rem;
  clip-path: polygon(6rem 0, 100% 0, 100% 100%, 0% 100%);
  background: #dff2f8 ;
  display: flex;
  align-items: center;
}

#what-do li {
  color:#dff2f8;
}
@media (max-width: 992px) {
  #what-do {
    height: auto;
    display: block;
  }
  #what-do .blocks{
  flex-direction: column;
  height: auto;
}
#what-do .block-left{
  clip-path: none;
  width: 100%;
  padding: 2rem;
  text-align: center;
}
#what-do .block-right{
  margin-left: 0;
    clip-path: none;
    width: 100%;
    padding: 2rem;
    height: auto;
}
  #what-do .box {
    width: 100%;
    padding: 15px 0px 0 0;
  }

  #what-do .box2 {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0px;
    margin: 0 auto;
    text-align: center;
  }

  .ul-align{
    margin-left:-35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  #what-do .box2 {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0px;
    margin: 0 auto;
    text-align: left;
  }
  .ul-align{
    margin-left:-35px;
  }
}
@media (min-width: 768px) {
  #what-do .box2 img{
    max-width: 100%;
  }
  .ul-align{
    margin-left:-35px;
  }
}


/*-------------------------------------------------------------
#ai cactus labs
--------------------------------------------------------------*/


#ai-at-labs .card-columns {
  column-gap: 30px;
}

#ai-at-labs .card {
  cursor: pointer;
  border-radius: 5px;
  padding: 30px;
  border: none;
  margin: 0 30px 30px 0;
  text-decoration: none;
  display: inline-block;
}

#ai-at-labs .card .card-title {
  font-size: 32px;
  line-height: 45px;
  font-family: "Gilroy-Bold";
}


@media (min-width: 575px) {
  #ai-at-labs .card-columns {
    column-count: 1;
  }
}
@media (min-width: 768px) {
  #ai-at-labs .card .card-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  #ai-at-labs .card-columns {
    column-count: 2;
  }
}


#ai-at-labs .card .card-body {
  padding: 0;
}

#ai-at-labs .card svg {
  fill: #ffffff;
}
#ai-at-labs .card.card-yellow svg {
  fill: #000000;
}
#ai-at-labs .card a {
  color: #ffffff;
}

#ai-at-labs .card-green {
  background: #5B8B89;
  color: #ffffff;
}

#ai-at-labs .card-yellow {
  background: #F5C10B;
  color: #000000;
}

#ai-at-labs .card-blue {
  background: #2E6090;
  color: #ffffff;
}

#ai-at-labs .card-light-green {
  background: #AEB137;
  color: #ffffff;
}

#ai-at-labs .card-darkblue {
  background: #00708E;
  color: #ffffff;
}

#ai-at-labs .card-skyblue {
  background: #81CCE4;
  color: #134453;
}
#ai-at-labs .card.card-skyblue svg {
  fill: #134453;
}
#ai-at-labs .card:first-child {
  cursor: default;
  border: none;
  padding: 0;
}

#ai-at-labs .card .card-text {
  visibility: hidden;
  min-height: 120px;
  font-size: 16px;
  line-height: 22px;
}

#ai-at-labs .card ul {
  margin: 0;
  padding: 0 0 0 0;
}

#ai-at-labs .card ul li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 24px;
}

#ai-at-labs .card ul li::before {
  content: "\ea69";
  font-family: IcoFont;
  margin-right: 10px;
  left: 28px;
  position: absolute;
}

#ai-at-labs .card:hover .card-text {
  visibility: visible;
  animation-duration: 0.5s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: -10px;
    width: 100%;
  }

  to {
    margin-left: 0;
    width: 100%;
  }
}

.learn-btn {
  padding: 3px;
  transition: all 0.2s ease;
  font-size: 14px;
  transform: scale(1.1);
}

#ai-at-labs .card:hover .learn-btn {
  box-shadow: inset 7.5em 0 0 0 #ffffff;
  text-decoration: none;
}

#ai-at-labs .card:hover .learn-btn {
  color: #000000;
}

#ai-at-labs .card:hover .learn-btn svg {
  fill: #000000;
}

@media (max-width: 1024px) {
  #ai-at-labs .card .card-text {
    visibility: visible;
  }

  #ai-at-labs .card {
    display: block !important;
    margin:0 0 30px 0;
  }
}

.color-blue {
  color: #2d708e;
}
.color-blue1 {
  color: #2E6090;
}

.color-grey {
  color: #5b8b89;
}
.color-green1{
  color: #5B8B89;
}
.color-yellow {
  color: #f5c10b;
}

.color-light-blue {
  color: #81cce4;
}
.color-sky-blue {
  color: #81CCE4;
}
.color-green {
  color: #aeb137;
}
.color-light-green{
  color: #AEB137;
}
/* modal */
.labs-modal .close {
  color: #000;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 10px;
  font-size: 35px;
  z-index: 99;
  opacity: 1;
  color: #707070;
  font-weight: normal;
}

.labs-modal .close:focus {
  outline: none;
}

.labs-modal .modal {
  z-index: 9999;
  border: none;
}

.labs-modal .modal-header {
  border-bottom: none;
}

.labs-modal .modal-body {
  padding: 20px 40px 40px;
}

.labs-modal .modal-dialog {
  max-width: 850px;
  min-height: 400px;
}

.labs-modal h4 {
  font-size: 40px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.labs-modal ul {
  margin: 0;
  padding: 0 0 0 0;
}

.labs-modal ul li {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.labs-modal ul li::before {
  content: "\ea69";
  font-family: IcoFont;
  margin-right: 10px;
  position: absolute;
  left: 0;
}

.labs-modal .blue ul li::before {
  content: "\ea69";
  font-family: IcoFont;
  margin-right: 10px;
  position: absolute;
  color: #2d708e;
  left: 0;
}
.labs-modal .light-green ul li::before {
  color: #AEB137;
}
.labs-modal .blue1 ul li::before {
  color: #2E6090;
}
.labs-modal .yellow ul li::before {
  color: #f5c10b;
}
.labs-modal .sky-blue ul li::before {
  color: #81CCE4;
}

.labs-modal .green ul li::before {
  content: "\ea69";
  font-family: IcoFont;
  margin-right: 10px;
  position: absolute;
  left: 0;
  color: #aeb137;
}

.labs-modal .grey ul li::before {
  content: "\ea69";
  font-family: IcoFont;
  margin-right: 10px;
  position: absolute;
  left: 0;
  color: #5b8b89;
}
.inner_model_content li::before{
  display: none !important;
}

.inner_model_content li{
  padding-left: 0 !important;
  margin-left: 0 !important;
}
@media (min-width: 576px) {
  .modal-dialog {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .labs-modal .modal-content {
    margin: 20px;
    margin-left: 0;
  }

  .labs-modal h4 {
    font-size: 32px;
  }
}

/*--------------------------------------------------------------
# Ai tribes
--------------------------------------------------------------*/
#tribe .card {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  border-radius: 0;
}

#tribe .bor-top {
  border-top: 1px solid #c9c9c9;
}

#tribe .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

#tribe .card-body {
  padding: 0;
}

#tribe .card-header a {
  color: #2d708e;
  text-decoration: none;
  font-family: "Gilroy-Bold";
}

#tribe .card-header h5 {
  font-family: inherit;
  padding: 15px 15px 15px 0;
}

#tribe .card-header .collapsed {
  color: #c9c9c9;
  text-decoration: none;
  font-family: "Gilroy-SemiBold";
}

#tribe .card .card-header a:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#tribe .card .icofont-caret-down {
  float: right;
}

#tribe .card-header {
  position: relative;
}

/* for mobile  */

#tribe.tabs .tab-head {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 15%;
}

#tribe .tabs .tab-head div {
	display: block;
  border-bottom: 1px solid #c9c9c9;
}

#tribe .tabs .tab-head div a,
#tribe .tabs .tab-head div a:visited {
	display: block;
	border-bottom: none;
	text-decoration: none;
	background-color: #ffffff;
	color: #c9c9c9;
	padding: 1rem 0;
	transition: all 0.2s ease-in-out;
	word-wrap: break-word;
  font-family: "Gilroy-SemiBold";
}
#tribe .tabs .tab-head a h5{
  font-family: inherit;
}

#tribe .tabs .tab-head div a:hover,
#tribe .tabs .tab-head div a:focus,
#tribe .tabs .tab-head div a:active {
	border-bottom: none;
	outline: 0;
}

#tribe .tabs .tab-head div a.active, #tribe .tabs .tab-head div a.active2 {
	background-color: #fff;
	color: #2d708e;
}

#tribe .tabs .tab-head div a:hover:not(.active), #tribe .tabs .tab-head div a:hover:not(.active2)  {
	color: #2d708e;
}

#tribe .tabs .tab-head div a > span {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#tribe .tabs .tab-head div a > span.tab-label {
	display: none;
}

#tribe .tabs section {
	background-color: #fff;
	padding: 0;
	display: none;
}
#tribe .tabs .active .animate-cont{
  transform: translateY(0);
}
#tribe .tabs section .animate-cont{
  height: 592px; 
  width: 100%; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  flex-direction: column;
  transform: translateY(20);
}
#tribe .tabs section .bg-1 {
  background: url(../img/Artboard_01.png?ver=1) no-repeat center top;
}
#tribe .tabs section .bg-2 {
  background: url(../img/Artboard_02.png?ver=1) no-repeat center top;
}
#tribe .tabs section .bg-3 {
  background: url(../img/Artboard_03.png?ver=1) no-repeat center top;
}
#tribe .tabs section .bg-4 {
  background: url(../img/Artboard_04.png?ver=1) no-repeat center top;
}
#tribe .tabs section .bg-5 {
  background: url(../img/Artboard_05.png?ver=1) no-repeat center top;
}
#tribe .tabs section .bg-6 {
  background: url(../img/Artboard_06.png?ver=1) no-repeat center top;
}
#tribe .tabs section > *{
  transform: translateY(30px);
}

#tribe .tabs section .animate-cont > * {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.3s, transform 0.3s;
}

#tribe .tabs section .animate-cont > *:nth-child(1) {
	transition-delay: 0s;
}

#tribe .tabs section .animate-cont > *:nth-child(2) {
	transition-delay: 0.2s;
}

#tribe .tabs section .animate-cont > *:nth-child(3) {
	transition-delay: 0.7s;
}

#tribe .tabs section .animate-cont > *:nth-child(4) {
	transition-delay: 1.2s;
}

#tribe .tabs section .animate-cont > *:nth-child(5) {
	transition-delay: 1.7s;
}


#tribe .tabs section.active {
	display: block;
}

#tribe .tabs section.active-content .animate-cont > * {
	opacity: 1;
	transform: translateY(0);
}

#tribe .tab-head h5 .icofont-caret-down {
  float: right;
}
#tribe .tab-head .active h5 .icofont-caret-down {
  -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#tribe .tabs section .animate-cont img{
  margin-bottom: 30px;
}
#tribe .tabs section .animate-cont img:last-child{
  margin-bottom: 0;
} 

@media (min-width: 576px) {

	#tribe .tabs .tab-head div a {
		flex-wrap: wrap;
	}

	#tribe .tabs .tab-head div a > span {
		width: 100%;
	}

	#tribe .tabs .tab-head div a > span.tab-label {
		width: 100%;
		display: block;
		margin-top: 0.2rem;
	}
}

@media (min-width: 992px) {

	#tribe .tabs {
		width: 100%;
	}
}


/*--------------------------------------------------------------
Solution section
--------------------------------------------------------------*/

#solution {
  padding: 150px 0 150px 0;
  background-color: #e1e1e1;
  position: relative;
  overflow: visible;
}

#solution::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-top: 20vw solid white;
  border-left: 100vw solid transparent;
}

#solution::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-bottom: 20vw solid white;
  border-right: 100vw solid transparent;
}

#solution .title {
  font-family: "Gilroy-ExtraBold";
  font-size: 40px;
  margin-bottom: 16px;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s linear;
}

#solution .title.slide_down {
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  top: 140px;
}

#solution .sub_title.slide_down {
  opacity: 0;
}

#solution .sub_title {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  z-index: 1;
  opacity: 1;
}

#solution .sub_title:nth-of-type(1) {
  font-weight: 700;
  margin: 0;
}
.solution_content_wrapper{
  padding-bottom: 20px;
}

.solution_content_wrapper .solution_content_inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.solution_content_wrapper .solution_content_inner.first {
  padding-top: 20px;
  padding-bottom: 80px;
}

.solution_content_wrapper .count {
  color: #707070;
  font-size: 20px;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.solution_content_wrapper .heading {
  font-family: "Gilroy-Bold";
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 30px;
  padding-right: 25px;
}

.solution_content_wrapper .content_wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.solution_content_wrapper .content_wrapper ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.solution_content_wrapper .content_wrapper ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 9px solid #aeb137;
  border-bottom: 5px solid transparent;
}

.solution_content_wrapper .content_wrapper ul li p:nth-of-type(1) {
  font-size: 16px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  margin-bottom: 5px;
  font-weight: 600;
}

.solution_content_wrapper .content_wrapper ul li p:nth-of-type(2) {
  font-size: 14px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
}

.solution_content_wrapper .solution_image_wrapper {
  padding-left: 0;
}

.solution_content_wrapper .second .content_wrapper ul li::before {
  border-left: 9px solid #81cce4;
}

.solution_content_wrapper .third .content_wrapper ul li {
  padding: 0;
}

.solution_content_wrapper .third .content_wrapper ul li::before {
  display: none;
}

.solution_content_wrapper .third .content_wrapper .content {
  font-size: 16px;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
}

.solution_content_wrapper .fourth .content_wrapper ul li::before {
  border-left: 9px solid #006788;
}

#solution .sub_title:nth-of-type(1) .inline {
  display: block;
}

.splide__slide.is-active {
  transform: scale(1);
  transition: transform 0.3s;
}

.splide__slide {
  transform: scale(0.95);
}

@media screen and (min-width: 768px) {
  #solution .title {
    font-size: 65px;
  }

  #solution .sub_title {
    font-size: 18px;
    line-height: 30px;
  }

  .solution_content_wrapper .solution_content_inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .solution_content_wrapper .solution_content_inner.first {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .solution_content_wrapper .heading {
    font-size: 50px;
    line-height: 60px;
    padding-right: 0;
  }

  .solution_content_wrapper .content_wrapper ul li p:nth-of-type(1) {
    font-size: 18px;
    line-height: 22px;
  }

  .solution_content_wrapper .content_wrapper ul li p:nth-of-type(2) {
    font-size: 16px;
    line-height: 22px;
  }

  .solution_content_wrapper .content_wrapper ul li {
    margin-bottom: 20px;
  }

  #solution .sub_title:nth-of-type(1) .inline {
    display: none;
  }


}

@media screen and (min-width: 992px) {
  #solution {
    padding: 250px 0 300px 0;
  }
}

@media screen and (min-width: 1200px) {
  .solution_content_wrapper .solution_image_wrapper img {
    width: auto !important;
    margin-left: auto;
  }

  #solution::after {
    border-top: 340px solid white;
  }

  #solution::before {
    border-bottom: 340px solid white;
  }
  .solution_content_wrapper .solution_image_wrapper{
    padding-left: 10%;
  }
}
:root #solution  {
	--card-height: 55vw;
	--card-margin: 2vw;
	--card-top-offset:5em;
	--numcards: 5;
}

#solution .section {
  min-height: 75vh;
  width: 100%;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  padding-top: calc(var(--index) * var(--card-top-offset));
  --index: 1;
  background: #e1e1e1;
}

#solution .paper {
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 1;
  transition: .4s;
}
.opc1{
  opacity: 1;
}
#solution .section.shrink .paper {
  transform: scale(1);
  opacity: 1;
  position: relative;
  top: auto;
  animation: appear linear 2s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards;
}

/* #solution .fadeout .paper{
  opacity: 0.3;
  -webkit-animation: fadeout 6s; 
     -moz-animation: fadeout 6s; 
      -ms-animation: fadeout 6s; 
       -o-animation: fadeout 6s; 
          animation: fadeout 6s;
}


@keyframes fadeout {
    from { opacity: 1; }
    to   { opacity: 0.3; }
} */


@media (max-width: 1365px){
  #solution .section {
    min-height: auto;
    position: relative;
    height: auto;

  }
  #solution .section.shrink .paper {
    transform: none;
    opacity: 1;
  }
  #solution .active .paper{
    opacity: 1;
  }
}

/*--------------------------------------------------------------
About us
--------------------------------------------------------------*/
#about-us {
  padding: 100px 0 80px 0;
}

#about-us .about-us-card-column .card {
  width: 100%;
  height: 169px;
}

#about-us .about-us-card-column .card.title_card {
  height: auto;
}

#about-us .about-us-card-column .card .card-body {
  padding: 27px 28px 21px 20px;
}

#about-us .about-us-card-column .card.bg-green {
  background-color: #5b8b89;
}

#about-us .about-us-card-column .card.bg-dark-blue {
  background-color: #00708e;
  margin-top: 20px;
}

#about-us .about-us-card-column .card h5 {
  font-family: "Gilroy-Bold";
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 15px;
}

#about-us .about-us-card-column .card h6 {
  font-size: 14px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.05px;
}

#about-us .about-us-card-column .card.title_card h5 {
  font-family: "Gilroy-ExtraBold";
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 20px;
}

#about-us .about-us-card-column .card.title_card h6 {
  font-size: 16px;
  line-height: 22px;
}

#about-us .about-us-card-column .card.title_card .card-body {
  padding: 0 0 25px 0;
}

@media screen and (min-width: 768px) {
  #about-us {
    padding: 150px 0 100px 0;
  }
  #about-us .about-us-card-column {
    gap: 4%;
  }

  #about-us .about-us-card-column .card {
    width: 48%;
    height: 250px;
  }

  #about-us .about-us-card-column .card .card-body {
    padding: 27px 47px 30px 47px;
  }

  #about-us .about-us-card-column .card.title_card {
    height: 170px;
  }

  #about-us .about-us-card-column .card.title_card h5 {
    font-size: 65px;
    line-height: 75px;
  }

  #about-us .about-us-card-column .card h6 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
  }
  #about-us .about-us-card-column .card.title_card h6 {
    font-size: 18px;
  }

  #about-us .about-us-card-column .card.bg-dark-blue {
    margin-top: -25px;
  }
}

@media screen and (min-width: 992px) {
  #about-us .about-us-card-column .card h5 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 30px;
  }

  #about-us .about-us-card-column .card h6 {
    font-size: 18px;
    line-height: 30px;
  }
  #about-us .about-us-card-column .card.title_card h6 {
    line-height: 30px;
  }

  #about-us .about-us-card-column .card .card-body {
    padding: 30px;
  }

  #about-us .about-us-card-column .card.title_card .card-body {
    padding: 0 0 25px 30px;
  }
}

@media screen and (min-width: 1200px) {
  #about-us .about-us-card-column .card .card-body {
    padding: 27px 47px 30px 47px;
  }

  #about-us .about-us-card-column .card h6 {
    letter-spacing: 0.6px;
  }
}

/*--------------------------------------------------------------
Our team
--------------------------------------------------------------*/
#our_team {
  padding: 100px 0 0 0;
}

#our_team .title {
  font-size: 40px;
  line-height: 49px;
  margin-bottom: 16px;
  font-family: "Gilroy-ExtraBold";
}

#our_team .sub_title {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 40px;
}

.team_box .team_image_box {
  max-width: 168px;
  width: 100%;
}

.team_box .team_image_box span {
  transform: scale(0.6);
}

.team_box .team_image_box img {
  width: 100%;
}

.team_box .team_content_box {
  padding-left: 10px;
}

.team_box .team_content_box .team_member {
  font-family: "Gilroy-Bold";
  font-size: 20px;
  line-height: 30px;
  margin-left: -30px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.team_box .team_content_box .team_member_info {
  font-size: 14px;
  line-height: 19px;
  font-family: "Open Sans", sans-serif;
}

.team-1 .shape-1 {
  position: absolute;
  bottom: 20px;
  left: -5px;
  z-index: -1;
  transition: all ease-in 0.2s;
  transform: rotate(20deg);
}

.team-1 .shape-2 {
  position: absolute;
  z-index: -1;
  right: -19px;
  bottom: -23px;
  transition: all ease-in 0.2s;
}

.team-1 .shape-3 {
  position: absolute;
  z-index: -1;
  right: 8px;
  top: -10px;
  transition: all ease-in 0.2s;
}

@media (min-width: 768px) {
  .team-1:hover .shape-1 {
    transform: rotate(-30deg);
  }

  .team-1:hover .shape-2 {
    transform: rotate(30deg);
  }

  .team-1:hover .shape-3 {
    right: 20px;
    top: -15px;
  }
}

.team-2 .shape-1 {
  position: absolute;
  bottom: 30px;
  left: 10px;
  z-index: -1;
  transition: all ease-in 0.2s;
}

.team-2 .shape-2 {
  position: absolute;
  z-index: -1;
  right: -22px;
  bottom: -36px;
  transition: all ease-in 0.2s;
}
.team-2 .shape-3 {
  position: absolute;
  z-index: -1;
  right: -34px;
  top: -6px;
  transition: all ease-in 0.2s;
}
@media (min-width: 768px) {

  .team-2:hover .shape-1 {
    transform: rotate(-30deg);
  }

  .team-2:hover .shape-2 {
    transform: rotate(11deg);
  }
  .team-2:hover .shape-3 {
    transform: rotate(11deg);
  }
}

.team-3 .shape-1 {
  position: absolute;
  bottom: 32px;
  left: 11px;
  z-index: -1;
  transition: all ease-in 0.2s;
}

.team-3 .shape-2 {
  position: absolute;
  z-index: -1;
  left: 41px;
  bottom: -45px;
  transition: all ease-in 0.2s;
}

.team-3 .shape-3 {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 20px;
  transition: all ease-in 0.2s;
}

@media (min-width: 768px) {

  .team-3:hover .shape-1 {
    transform: rotate(-60deg);
  }

  .team-3:hover .shape-2 {
    bottom: -60px;
    transform: rotate(25deg);
  }

  .team-3:hover .shape-3 {
    right: -28px;
  }
}

.team-4 .shape-1 {
  position: absolute;
  top: 40px;
  left: 6px;
  z-index: -1;
  transition: all ease-in 0.2s;
}

.team-4 .shape-2 {
  position: absolute;
  z-index: -1;
  right: 9px;
  bottom: 15px;
  transition: all ease-in 0.2s;
}

@media (min-width: 768px) {

  .team-4:hover .shape-1 {
    top: 50px;
    transform: rotate(-40deg);
  }

  .team-4:hover .shape-2 {
    right: -15px;
    bottom: 40px;
  }
}

.team-5 .shape-1 {
  position: absolute;
  bottom: 26px;
  left: -10px;
  z-index: -1;
  transition: all ease-in 0.2s;
}

.team-5 .shape-2 {
  position: absolute;
  z-index: -1;
  right: 15px;
  top: 12px;
  transition: all ease-in 0.2s;
}

.team-5 .shape-3 {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 10px;
  transition: all ease-in 0.2s;
}

@media (min-width: 768px) {

  .team-5:hover .shape-1 {
    transform: rotate(25deg);
  }

  .team-5:hover .shape-2 {
    top: 30px;
    transform: rotate(-25deg);
  }

  .team-5:hover .shape-3 {
    right: 0;
    bottom: 25px;
  }
}

.team-6 .shape-1 {
  position: absolute;
  bottom: -6px;
  left: -29px;
  z-index: -1;
  transition: all ease-in 0.2s;
}

.team-6 .shape-2 {
  position: absolute;
  z-index: -1;
  left: -6px;
  top: -10px;
  transition: all ease-in 0.2s;
}

.team-6 .shape-3 {
  position: absolute;
  z-index: -1;
  right: -2px;
  bottom: 8px;
  transition: all ease-in 0.2s;
}

@media (min-width: 768px) {

  .team-6:hover .shape-1 {
    bottom: 15px;
    transform: rotate(5deg);
  }

  .team-6:hover .shape-2 {
    left: -35px;
    transform: rotate(25deg);
  }

  .team-6:hover .shape-3 {
    right: -10px;
    bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  #our_team .title {
    font-size: 65px;
    line-height: 80px;
  }

  #our_team .sub_title {
    font-size: 18px;
    line-height: 30px;
  }

  .team_box .team_image_box {
    max-width: 220px;
  }

  .team_box .team_content_box .team_member {
    font-size: 50px;
    line-height: 62px;
    margin-left: -25px;
    margin-bottom: 10px;
  }

  .team_box .team_content_box .team_member_info {
    font-size: 15px;
    line-height: 20px;
  }
}

@media screen and (min-width: 992px) {
  .team_box .team_image_box span {
    transform: scale(1);
  }

  .team_box .team_image_box {
    max-width: 248px;
  }

  .team_box.team-2 .team_image_box>img,
  .team_box.team-4 .team_image_box>img,
  .team_box.team-6 .team_image_box>img {
    float: right;
  }

  .team_box .team_content_box .team_member {
    font-size: 35px;
    line-height: 40px;
    margin-left: -35px;
    margin-bottom: 24px;
  }

  .team_box .team_content_box .team_member_info {
    font-size: 15px;
    line-height: 20px;
  }

  .team_box .team_image_box img {
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  
  .team_box .team_content_box .team_member {
    font-size: 40px;
  }
  .team_box .team_content_box .team_member_info {
    font-size: 20px;
    line-height: 24px;
  }

}

/*--------------------------------------------------------------
want to join
--------------------------------------------------------------*/

#join_the_cactus {
  padding: 50px 0;
  position: relative;
  background-color: #2a6788;
  overflow: visible;
}

#join_the_cactus::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 23vw solid white;
  border-left: 23vw solid transparent;
}

#join_the_cactus .heading {
  font-family: "Gilroy-ExtraBold";
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 22px;
  max-width: 748px;
  letter-spacing: 1px;
  padding-right: 30px;
}

#join_the_cactus .job_box {
  border-radius: 5px;
  height: 330px;
  padding: 25px 15px 20px 15px;
  margin-top: 20px;
}

#join_the_cactus .job_box h5 {
  font-family: "Gilroy-ExtraBold";
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 12px;
}

#join_the_cactus .job_box h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}

#join_the_cactus .job_box p {
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}

.job_box_wrapper {
  display: block;
  text-decoration: none;
  color: #000000;
}

#join_the_cactus .job_box_wrapper:hover {
  text-decoration: none;
  color: #000000;
}

#join_the_cactus .job_box_wrapper .job_box .job_button {
  color: #2a6788;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  position: absolute;
  bottom: 25px;
  padding: 3px 5px 4px 0;
  transition: all linear 0.3s;
}

#join_the_cactus .job_box_wrapper:hover .job_box .job_button {
  box-shadow: inset 7.5em 0 0 0 #2a6788;
  color: #ffffff;
  text-decoration: none;
  padding: 3px 5px 4px 7px;
}

#join_the_cactus .job_box_wrapper .job_box .job_button svg {
  transition: all linear 0.3s;
}

#join_the_cactus .job_box_wrapper:hover .job_box .job_button svg {
  fill: #ffffff;
}

#join_the_cactus .job_cta {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 11px 15px;
  margin-top: 40px;
  font-weight: 700;
  transition: all linear 0.3s;
}

#join_the_cactus .job_cta:hover {
  background-color: #ffffff;
  color: #2a6788;
  padding: 11px 15px;
}

#join_the_cactus .job_cta:focus {
  box-shadow: none;
}

@media screen and (min-width: 768px) {
  #join_the_cactus .job_box {
    height: 380px;
    padding: 15px 15px 15px 15px;
  }

  #join_the_cactus .job_box h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  #join_the_cactus .heading {
    padding-right: 50px;
  }
}

@media screen and (min-width: 992px) {
  #join_the_cactus .heading {
    font-size: 65px;
    line-height: 80px;
    margin-bottom: 25px;
    padding-right: 0;
  }

  #join_the_cactus .job_box {
    height: 380px;
    padding: 25px 26px 20px 26px;
    letter-spacing: 0px;
  }

  #join_the_cactus .job_box h5 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 1200px) {
  #join_the_cactus .job_box {
    height: 330px;
    padding: 32px 38px 20px 39px;
  }
}

/*--------------------------------------------------------------
contact us
--------------------------------------------------------------*/
.form {
  position: relative;
  padding-bottom: 660px;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
}

.form-container {
  border-radius: 10px;
  box-shadow: 0px 0px 40px #00000029;
  background: #ffffff;
}

#contact-us {
  /* background: url(../img/contact-triangle.png) center; */
  background-position: cover;
}

#contact-us .envelope { 
  position: relative;
}

#contact-us .back {
 position: relative;
 width: 100%;
 background: url(../img/contact-triangle-cut.png) center -356px no-repeat;
}
#contact-us .top {
  position: absolute;
  background: url(../img/contact-triangle-top-full.png) center no-repeat;
  height: 84px;
  width: 100%;
  transform: rotateX(160deg);
  transition: .5s;
  z-index: 0;
  top: -84px;
  transform-origin: bottom;
}

#contact-us .envelope:hover .top {
 transform-origin: bottom;
 transform: rotateX(0);
 top: -84px;
} 

@media (max-width: 992px) {
#contact-us .row {
  flex-flow: column-reverse;
}
}
@media (max-width: 1365px) {
  #contact-us {
    background: url(../img/contact-triangle.png?ver1) center;
    background-position: cover;
  }
  #contact-us .back {
    background: none;
 }
 #contact-us .top {
  background: none;
  height: 0;
  width: 0;
  top: 0;
 }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  background: #1f2937;
  padding: 50px 0;
  border-top: 1px solid #ffffff;
}

#footer .logo {
  position: relative;
  margin-bottom: 80px;
}

#footer .copyright {
  color: #ffffff;
  text-align: right;
  font-size: 13px;
}

#footer .foot-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  border-top: 1px solid #4a4a4a;
  align-items: center;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1b1b1b;
}

#footer h5 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
}

#footer .social-links a {
  font-size: 21px;
  color: #1d2e3f;
  line-height: 20px;
  padding: 1px 5px;
  margin-right: 4px;
  text-align: center;
  transition: 0.3s;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

#footer .social-links a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #1d2e3f;
}

#footer .sub-txt a {
  color: #ffffff;
}

#footer .sub-txt:last-child::before {
  height: 0;
}

#footer1 .social-links a {
  font-size: 21px;
  color: #1d2e3f;
  line-height: 20px;
  padding: 1px 5px;
  margin-right: 4px;
  text-align: center;
  transition: 0.3s;
  background: #ffffff;
  border-radius: 50%;
  
}

#footer1 .social-links a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #1d2e3f;
}
@media (max-width: 767px) {
  #footer .copyright {
    text-align: center;
    padding-top: 15px;
  }

  #footer .foot-logo {
    text-align: center;
    margin-bottom: 30px;
  }

  #footer .social-links {
    margin-bottom: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff;
  } 
  #footer1 .social-links {
    margin-bottom: 10px;
    padding-bottom: 30px;
    
  } 
}

#bg-404 {
  padding: 100px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #F6F6F6;
}
#bg-404 h1 {
  font-size: 130px;
  font-weight: 700;
  margin: 0;
}
#bg-404 h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 30px 0;
}

#bg-404 .underline{
  text-decoration: underline;
}

#header_top{
  display: block;
  height: 81px;
  position: fixed;
  z-index: -1;
  width: 100%;
}
#header_top.fixed{
  position: relative;
}


#footer .pc-policy-links {
  display: inline-block;
  margin-bottom: 10px;
}
#footer .pc-policy-links a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background: no-repeat;
  margin: 0 10px 0 10px;
  border: none;
}
#footer1 .pc-policy-links a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer1 .pc-policy-links a:first-child {
  margin-left: 0;
}
#footer1 .pc-policy-links a:last-child {
  margin-right: 0;
}
#footer1 .social-links a.twitter {
  margin-left: 30px;
}
#pc-policy {
  padding: 50px 0;
}
#pc-policy .title {
  margin-bottom: 1.5rem;
}
#pc-policy .heading-h2 {
  margin: 40px 0 25px 0;
}
#pc-policy .cookie-accordian h3 {
  font-size: 22px;
}
#pc-policy .p-link:link, #pc-policy .p-link:visited {
  color: #007bff;
  text-decoration: none;
}
#pc-policy .p-link:hover {
  color: #007bff;
  text-decoration: underline;
}
#pc-policy .cp-button-wrap {
  font-size: initial;
  float: right;
}
#pc-policy .cp-button-wrap .edit__preference {
  font-family: "Open Sans", sans-serif;
  font-size: 19px;
  color: #fff;
  line-height: normal;
  text-decoration: none;
  text-transform: capitalize;
  background: #006788;
  padding: 8px 30px;
  border-radius: 8px;
  transition: 0.3s; 
}
#pc-policy .cp-button-wrap .edit__preference:hover {
  background: #044656;
}
#pc-policy .privacy-table {
  width: 100%;
}
#pc-policy .privacy-table td, #pc-policy .privacy-table th {
  border: 1px solid gray;
  padding: 5px 10px;
}
.gdpr-base .gdpr-cta a {
  background-color: #006788 !important;
}
.gdpr-base .primary-cta {
  background-color: #006788 !important;
}
.gdpr-base .primary-cta:hover {
  color: #006788 !important;
  background-color: #ffffff !important;
  border: 1px solid #006788 !important;
}
.gdpr-base .secondary-cta {
  color: #006788 !important;
  border: 1px solid #006788 !important;
}
.gdpr-base .secondary-cta:hover {
  color: #FFFFFF !important;
  background-color: #006788 !important;
}
@media (max-width: 991px) {
  #footer1 .pc-policy-links {
    display: block;
  }
  #pc-policy .cp-button-wrap {
    float: left;
    margin-bottom: 20px;
  }
}