    @font-face {
  font-family: "Gotham";
  src: url(../fonts/gotham/GothamLight.ttf);
  font-weight: normal;
}

@font-face {
  font-family: "Gotham";
  src: url(../fonts/gotham/GothamMedium.ttf);
  font-weight: 200;
}

@font-face {    
  font-family: "Gotham";
  src: url(../fonts/gotham/Gotham-Bold.otf);
  font-weight: bold;
}

body,
html {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-family: "IBM Plex Sans", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
  color: #231f20;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham" !important;
}

p {
  line-height: 30px;
}

p.lead-custom {
  color: #00b4d8;
  font-family: "GOTHAM";
  font-weight: bold;
  font-size: 1.3rem;
}

p.form-result.text-center.text-success.mb-0.p-1 {
  color: green !important;
}

.custom-btn {
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #3d88a8;
  display: inline-block;
  padding: 9px 22px !important;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #3d88a8;
  letter-spacing: 0.08em;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
  z-index: 1;
  letter-spacing: 0;
}

.custom-btn:hover {
  color: #3d88a8 !important;
  background-color: #fff;
  text-decoration: none;
}

.custom-btn:focus {
  color: #fff !important;
  background-color: #009fbf;
  text-decoration: none;
  border: 1px solid #2196f3;
  outline: none !important;
}

.title {
  font-size: calc(1.3rem + 1vw);
  color: #231f20;
  font-weight: bold;
  text-transform: capitalize;
}

.title span {
  color: #3d88a8;
}

@media screen and (max-width: 576px) {
  .title {
    font-size: 1.5rem;
  }
}

.form-control,
.form-select {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  min-height: 62px;
}

.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.form-control::placeholder,
.form-select::placeholder {
  color: #fff;
  opacity: 1;
}

.form-control:focus,
.form-select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  border-color: whiteColor;
  color: #fff;
}

.form-control option,
.form-select option {
  color: #000000;
}

.form-control.invalid,
.form-select.invalid {
  border-color: red !important;
}

.form-group {
  position: relative;
  margin-top: 2rem;
}

@media screen and (max-width: 576px) {
  .form-group {
    margin-top: 1rem;
  }
}

.form-group label.error {
  font-size: 14px;
  color: red;
  font-weight: normal;
  margin-bottom: 0;
  position: absolute;
}

.page-heade-sec {
  background-color: #3d88a8;
}

.page-heade-sec .page-header-cont {
  text-align: center;
  padding: 5rem 0;
}

@media screen and (max-width: 768px) {
  .page-heade-sec .page-header-cont {
    padding: 8rem 0 3rem 0;
  }
}

.page-heade-sec .page-header-cont .title_ {
  color: #fff;
  font-weight: 600;
}

.page-heade-sec .page-header-cont .breadcrumbs {
  margin-bottom: 0;
  color: #fff !important;
}

.page-heade-sec .page-header-cont .breadcrumbs a {
  color: #fff !important;
}

.dimond-bg {
  background-image: url(../img/what-we-are-bg.svg);
  background-size: cover;
}

.scroll-to-top {
  position: fixed;
  z-index: 9999;
  right: 15px;
  bottom: 15px;
  width: 50px;
  cursor: pointer;
}

.primarylitecolor {
  color: #00b4d8 !important;
}

.sticky-card {
  position: fixed;
  z-index: 9999;
  right: -69px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (max-width: 576px) {
  .sticky-card {
    top: 66%;
    -webkit-transform: translateY(-66%) rotate(90deg);
    transform: translateY(-66%) rotate(90deg);
  }
}

.sticky-card .custom-btn {
  padding: 1rem;
  background-color: #fff;
  color: #3d88a8 !important;
  border: 1px solid #3d88a8;
  text-transform: capitalize;
}

@media screen and (max-width: 576px) {
  .sticky-card .custom-btn {
    padding: 9px 16px !important;
  }
}

.sticky-card .custom-btn:hover {
  color: #fff !important;
  background-color: #3d88a8;
}

.sticky-card .custom-btn:focus {
  color: #fff !important;
  background-color: #00b4d8;
}

@media screen and (max-width: 576px) {
  .title__ {
    font-size: 1.5rem;
  }
}

.overflow-hidden {
  overflow: hidden !important;
}

.mobile-hamburger {
  position: fixed !important;
  top: 34px;
}

.title-cont {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 576px) {
  .title-cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .title-cont .title {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .title-cont .custom-btn {
    display: none;
  }
}

.form-top-cont {
  background-color: #005073;
  border-radius: 8px;
}

.form-top-cont form .form-group.text-area .form-control {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .form-top-cont form .form-group.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.form-top-cont form .form-group.checkbox input {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .form-top-cont form .form-group.checkbox input {
    position: relative;
    top: -7px;
    min-height: 51px;
    width: 30px;
  }
}

.form-top-cont form .form-group.checkbox label {
  font-size: 12px;
  position: relative;
  top: -3px;
  left: 7px;
  cursor: pointer;
}

.position-fixid {
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 8px 3px #ccc;
  box-shadow: 0 0 8px 3px #ccc;
}

.hamburger {
  position: relative;
  z-index: 99;
}

.hamburger svg {
  width: 25px;
}

.hamburger .line {
  fill: none;
  stroke: #000;
  stroke-width: 6;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.hamburger.open svg {
  border-radius: 50%;
  border: 1px solid;
}

.nav-mobile-cont {
  display: none;
}

@media screen and (max-width: 1200px) {
  .nav-mobile-cont {
    display: block;
  }
}

.nav-mobile-cont .nav-mobile {
  margin-top: 2rem;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 1200px) {
  .nav-mobile-cont .nav-mobile {
    margin-top: 0rem;
  }
}

.nav-mobile-cont .mobile-nav-items {
  position: fixed;
  inset: 0;
  top: 120px !important;
  background-color: #006073;
  padding: 2rem;
  display: none;
  overflow-y: scroll;
}

.nav-mobile-cont .mobile-nav-items .nav-item.has-child {
  position: relative;
}

.nav-mobile-cont .mobile-nav-items .nav-item.has-child svg {
  position: absolute;
  top: 32px;
  right: 48px;
  font-size: 1.5rem;
}

.nav-mobile-cont .mobile-nav-items .nav-item.has-child svg.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
  .nav-mobile-cont .mobile-nav-items .nav-item.has-child svg.desktop-arrow {
    display: none;
  }
}

.nav-mobile-cont .mobile-nav-items .nav-item.has-child .sub-nav-items {
  background: #069bb9;
  margin-top: 1rem;
  display: none;
}

.nav-mobile-cont .mobile-nav-items .nav-item.has-child .sub-nav-items li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.nav-mobile-cont .mobile-nav-items .nav-item.has-child .sub-nav-items li a {
  color: #fff;
}

.nav-mobile-cont
  .mobile-nav-items
  .nav-item.has-child
  .sub-nav-items
  .has-sub-child2 {
  position: relative;
}

.nav-mobile-cont
  .mobile-nav-items
  .nav-item.has-child
  .sub-nav-items
  .has-sub-child2
  svg {
  position: absolute;
  top: 16px;
  right: 48px;
  font-size: 1.2rem;
}

.nav-mobile-cont
  .mobile-nav-items
  .nav-item.has-child
  .sub-nav-items
  .has-sub-child2
  svg.rotate {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-mobile-cont
  .mobile-nav-items
  .nav-item.has-child
  .sub-nav-items
  .has-sub-child2
  .sub-nav-items2 {
  display: none;
}

.nav-mobile-cont .mobile-nav-items .nav-item.has-child .sub-nav-items.show {
  display: block;
}

.nav-mobile-cont .hamburger-cont {
  position: relative;
}

.nav-mobile-cont .hamburger-cont .mobile-log {
  width: 75%;
  margin: 0 auto;
  display: block;
}

.nav-mobile-cont ul {
  text-align: left;
  padding: 0;
}

.nav-mobile-cont ul li {
  list-style: none;
  padding: 1.5rem 0px;
}

.nav-mobile-cont ul li img {
  margin: auto;
}

.nav-mobile-cont ul li a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.nav-mobile-cont ul li a.custom-btn {
  font-size: 12px;
  display: inline-block;
  margin: auto;
}

header .header-top-container {
  position: relative;
  z-index: 99;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  header .header-top-container .header-sub-cont {
    display: none;
  }
}

header .header-top-container .header-sub-cont nav {
  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 .header-top-container .header-sub-cont nav .img-fluid.logo {
  max-width: 230px;
  margin-right: 2.5rem;
  display: inline-block;
}

header .header-top-container .header-sub-cont nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

header .header-top-container .header-sub-cont nav ul .nav-item {
  list-style: none;
}

header .header-top-container .header-sub-cont nav ul .nav-item a {
  color: #231f20;
  text-decoration: none;
  letter-spacing: 0;
}

header .header-top-container .header-sub-cont nav ul .nav-item.has-child {
  position: relative;
}

header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.has-child:hover
  svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.has-child
  .sub-nav-items {
  position: absolute;
  top: 36px;
  left: 0;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  width: 236px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 11px 0;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px 1px #ccc;
  box-shadow: 0px 0px 10px 1px #ccc;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
}

header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.has-child
  .sub-nav-items
  svg {
  display: none;
}

header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.has-child
  .sub-nav-items
  .has-sub-child {
  position: relative;
}

header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.has-child
  .sub-nav-items
  .has-sub-child
  .sub-nav-items {
  left: 101%;
  top: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
}

header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.has-child
  .sub-nav-items
  .has-sub-child:hover
  .sub-nav-items {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.has-child
  .sub-nav-items
  .has-sub-child2:hover
  .sub-nav-items {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.has-child
  .child1 {
  display: none;
}

header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.has-child
  .sub-nav-items
  li {
  width: 100%;
  position: relative;
}

header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.has-child
  .sub-nav-items
  li::before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  width: 73%;
  height: 1px;
  background-color: #dddcdc;
  bottom: 0;
  left: 14px;
}

header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.has-child
  .sub-nav-items
  li:last-child::before {
  height: 0;
}

header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.has-child
  .sub-nav-items
  li
  a {
  color: #000000;
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.has-child
  .sub-nav-items
  li
  a:hover {
  background-color: #00b4d8;
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  border-radius: 5px;
  font-weight: 500;
}

header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.has-child:hover
  .sub-nav-items {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

header
  .header-top-container
  .header-sub-cont
  nav
  ul
  .nav-item.button
  .custom-btn {
  background-color: transparent;
}

.hero-sec .hero-top-cont .slider-cont .owl-carousel .owl-item .item {
  position: relative;
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption {
  position: absolute;
  right: 6%;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  left: auto;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .hero-sec
    .hero-top-cont
    .slider-cont
    .owl-carousel
    .owl-item
    .item
    .carousel-caption {
    bottom: auto;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 436px) {
  .hero-sec
    .hero-top-cont
    .slider-cont
    .owl-carousel
    .owl-item
    .item
    .carousel-caption {
    top: 4%;
  }
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption
  .hero-title {
  font-size: calc(1.5rem + 1vw);
  font-weight: 600;
  margin: 0.5rem 0 2rem;
  letter-spacing: 0.02em;
  font-weight: normal;
  line-height: 55px;
  font-family: "Gotham" !important;
}

@media screen and (max-width: 992px) {
  .hero-sec
    .hero-top-cont
    .slider-cont
    .owl-carousel
    .owl-item
    .item
    .carousel-caption
    .hero-title {
    font-size: calc(1.2rem + 1vw);
  }
}

@media screen and (max-width: 576px) {
  .hero-sec
    .hero-top-cont
    .slider-cont
    .owl-carousel
    .owl-item
    .item
    .carousel-caption
    .hero-title {
    line-height: 32px;
    margin: 0.5rem 0 1rem;
  }
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption
  .hero-title
  span {
  font-weight: bold;
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption
  .custom-btn {
  background-color: #fff;
  color: #3d88a8 !important;
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption
  .custom-btn:hover {
  color: #fff !important;
  background-color: #3d88a8 !important;
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption
  .custom-btn:focus {
  color: #fff !important;
  background-color: #00b4d8 !important;
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption.left {
  position: absolute;
  right: auto;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  left: 6%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .hero-sec
    .hero-top-cont
    .slider-cont
    .owl-carousel
    .owl-item
    .item
    .carousel-caption.left {
    bottom: auto;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 436px) {
  .hero-sec
    .hero-top-cont
    .slider-cont
    .owl-carousel
    .owl-item
    .item
    .carousel-caption.left {
    top: 4%;
  }
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption.left
  .hero-title {
  font-size: calc(1.5rem + 1vw);
  font-weight: 600;
  margin: 0.5rem 0 2rem;
  letter-spacing: 0.02em;
  font-weight: normal;
  line-height: 55px;
}

@media screen and (max-width: 992px) {
  .hero-sec
    .hero-top-cont
    .slider-cont
    .owl-carousel
    .owl-item
    .item
    .carousel-caption.left
    .hero-title {
    font-size: calc(1.2rem + 1vw);
  }
}

@media screen and (max-width: 576px) {
  .hero-sec
    .hero-top-cont
    .slider-cont
    .owl-carousel
    .owl-item
    .item
    .carousel-caption.left
    .hero-title {
    line-height: 32px;
    margin: 0.5rem 0 1rem;
  }
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption.left
  .hero-title
  span {
  font-weight: bold;
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption.left
  .custom-btn {
  background-color: #fff;
  color: #3d88a8 !important;
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption.left
  .custom-btn:hover {
  color: #fff !important;
  background-color: #3d88a8 !important;
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption.left
  .custom-btn:focus {
  color: #fff !important;
  background-color: #00b4d8 !important;
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption.center {
  position: absolute;
  right: auto;
  bottom: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .hero-sec
    .hero-top-cont
    .slider-cont
    .owl-carousel
    .owl-item
    .item
    .carousel-caption.center {
    bottom: 61%;
  }
}

@media screen and (max-width: 768px) {
  .hero-sec
    .hero-top-cont
    .slider-cont
    .owl-carousel
    .owl-item
    .item
    .carousel-caption.center {
    bottom: auto;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 436px) {
  .hero-sec
    .hero-top-cont
    .slider-cont
    .owl-carousel
    .owl-item
    .item
    .carousel-caption.center {
    top: 4%;
  }
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption.center
  .hero-title {
  font-size: calc(1.5rem + 1vw);
  font-weight: 600;
  margin: 0.5rem 0 2rem;
  letter-spacing: 0.02em;
  font-weight: normal;
  line-height: 55px;
}

@media screen and (max-width: 992px) {
  .hero-sec
    .hero-top-cont
    .slider-cont
    .owl-carousel
    .owl-item
    .item
    .carousel-caption.center
    .hero-title {
    font-size: calc(1.2rem + 1vw);
  }
}

@media screen and (max-width: 576px) {
  .hero-sec
    .hero-top-cont
    .slider-cont
    .owl-carousel
    .owl-item
    .item
    .carousel-caption.center
    .hero-title {
    line-height: 32px;
    margin: 0.5rem 0 1rem;
  }
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption.center
  .hero-title
  span {
  font-weight: bold;
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption.center
  .custom-btn {
  background-color: #fff;
  color: #3d88a8 !important;
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption.center
  .custom-btn:hover {
  color: #fff !important;
  background-color: #3d88a8 !important;
}

.hero-sec
  .hero-top-cont
  .slider-cont
  .owl-carousel
  .owl-item
  .item
  .carousel-caption.center
  .custom-btn:focus {
  color: #fff !important;
  background-color: #00b4d8 !important;
}

.hero-sec .hero-top-cont .slider-cont .owl-carousel .owl-dots {
  margin-top: -2rem;
  position: relative;
  text-align: center;
  height: 32px;
}

.hero-sec .hero-top-cont .slider-cont .owl-carousel .owl-dots button:focus {
  outline: 0px dotted;
  outline: 0px auto -webkit-focus-ring-color;
}

.hero-sec .hero-top-cont .slider-cont .owl-carousel .owl-dots .owl-dot {
  border: 1px solid #fff;
  color: #fff;
  /* padding: 1rem; */
  background: #fff;
  width: 34px;
  height: 3px;
  margin: 0 4px;
  opacity: 0.5;
}

.hero-sec .hero-top-cont .slider-cont .owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.what-we-are-sec {
  background-image: url(../img/what-we-are-bg.svg);
}

@media screen and (max-width: 576px) {
  .what-we-are-sec .cards-sub-cont.owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
  }
  .what-we-are-sec .cards-sub-cont.owl-carousel .owl-dots button.owl-dot {
    padding: 7px !important;
    border: 1px solid #3d88a8;
    border-radius: 50%;
  }
  .what-we-are-sec
    .cards-sub-cont.owl-carousel
    .owl-dots
    button.owl-dot.active {
    background: #3d88a8;
  }
}

.what-we-are-sec .cards-cont .card__ {
  background-color: #3d88a8;
  color: #fff;
  padding: 1.5rem;
  margin-top: 1.75rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 576px) {
  .what-we-are-sec .cards-cont .card__ {
    min-height: 297px;
  }
}

.what-we-are-sec .cards-cont .card__:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("../img/card_bg.gif");
  background-size: cover;
}

.what-we-are-sec .cards-cont .card__:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #3d88a838;
  z-index: -1;
}

.what-we-are-sec .cards-cont .card__ .card__title {
  font-weight: 200;
  font-size: calc(0.8rem + 1vw);
}

@media screen and (max-width: 576px) {
  .what-we-are-sec .cards-cont .card__ .card__title {
    font-size: calc(1.1rem + 1vw);
    height: 52px;
  }
  .what-we-are-sec .cards-cont .card__ .card__title br {
    display: none;
  }
}

.what-we-are-sec .cards-cont .card__ .card__text {
  margin: 2rem 0;
  height: 90px;
}

.what-we-are-sec .cards-cont .card__ .card__footer {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.what-we-are-sec .cards-cont .card__ .card__footer p {
  margin-bottom: 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.what-we-are-sec .cards-cont .card__ .card__footer p svg {
  font-size: 1.4rem;
  margin-left: 6px;
  margin-top: 4px;
}

.what-we-are-sec .cards-cont .card__ .card__footer img {
  width: 80px;
  height: 80px;
}

.numbers-sec .numbers__cont.inactive::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .numbers-sec .numbers__cont.inactive2::before {
    display: none;
  }
}

.numbers-sec .numbers__cont {
  position: relative;
}

.numbers-sec .numbers__cont::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  inset: 0;
  -webkit-transform: rotate(26deg);
  transform: rotate(26deg);
  background-color: #3d88a8;
}

.numbers-sec .numbers__cont .title__ {
  font-weight: bold;
  color: #3d88a8;
  font-size: calc(1.7rem + 1vw);
}

.numbers-sec .numbers__cont p {
  font-size: 1rem;
}

.our-services-sec {
  background-image: url(../img/services-bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 576px) {
  .our-services-sec .owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }
  .our-services-sec .owl-carousel .owl-dots button.owl-dot {
    padding: 7px !important;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .our-services-sec .owl-carousel .owl-dots button.owl-dot.active {
    background: #fff;
  }
}

.our-services-sec .owl-carousel .owl-nav {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 992px) {
  .our-services-sec .owl-carousel .owl-nav {
    display: none;
  }
}

.our-services-sec .owl-carousel .owl-nav button {
  width: 50%;
  background: #3d88a8;
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 4px 0 !important;
  border: 1px solid #006073 !important;
}

.our-services-sec .owl-carousel .owl-nav button:focus {
  outline: 0;
  background-color: #fff;
}

.our-services-sec .owl-carousel .owl-nav button:focus svg {
  color: #006073 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-services-sec .owl-carousel .owl-nav button:focus span {
  color: #006073 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our-services-sec .owl-carousel .owl-nav button svg {
  display: block;
  color: white;
  font-size: 1.5rem;
}

.our-services-sec .owl-carousel .owl-nav button span {
  display: block;
  color: white;
}

.our-services-sec .card__ {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
  padding: 1.5rem;
  color: #fff;
  min-height: 384px;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -o-border-image: none;
  border-image: none;
}

.our-services-sec .card__:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid;
  -o-border-image: linear-gradient(180deg, white 0%, transparent 100%) 1;
  border-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(white),
      to(transparent)
    )
    1;
  border-image: linear-gradient(180deg, white 0%, transparent 100%) 1;
}

.our-services-sec .card__ img.img-fluid.card__img {
  width: 100px;
}

.our-services-sec .card__ .card__title {
  font-weight: 100;
  margin-top: 1rem;
  font-size: 1.2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.our-services-sec .card__ p.card__text {
  line-height: 30px;
}

.companies-sec {
  background-image: url(../img/what-we-are-bg.svg);
  background-size: cover;
}

.companies-sec .owl-carousel {
  position: relative;
}

.companies-sec .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.companies-sec .owl-carousel .owl-nav button {
  font-size: 1.8rem;
}

.companies-sec .owl-carousel .owl-nav button:focus {
  outline: 0;
  border: 0;
}

.companies-sec .owl-carousel .owl-nav .owl-prev {
  left: -6px;
  position: relative;
}

.companies-sec .owl-carousel .owl-nav .owl-next {
  right: -6px;
  position: relative;
}

.companies-sec .companies-logos-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.companies-sec .companies-logos-cont img {
  display: block;
  width: 15%;
}

@media screen and (max-width: 576px) {
  .companies-sec .companies-logos-cont img {
    width: 29%;
  }
}

.case-studies-sec {
  background-image: url(../img/case-studies-bg.jpg);
  background-size: cover;
}
.case-studies-sep {
  background-image: none;
  /*background-size: cover;*/
}

.case-studies-sec .nav.nav-pills {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.case-studies-sec .nav.nav-pills .nav-item a.nav-link {
  font-weight: 600;
  color: #fff;
  padding: 0.5rem 2rem;
}

.case-studies-sec .nav.nav-pills .nav-item a.nav-link.active {
  background-color: transparent;
  border-bottom: 5px solid #00b4d8;
}

.case-studies-sec .select-box {
  display: block;
  text-align: left;
  width: 50%;
  margin: 0 auto;
  color: #fff;
  background: transparent;
  border-radius: 8px;
  border: 1px solid #fff;
  height: 43px;
  margin-bottom: 2rem;
}

.case-studies-sec .select-box option {
  color: #000000;
}

.case-studies-sec .selection-bar {
  position: absolute;
  z-index: 99;
  top: 125px;
  right: 0;
  left: 14px;
  height: 0;
  border-bottom: 5px #00b4d8 solid;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media screen and (max-width: 1200px) {
  .case-studies-sec .selection-bar {
    top: 121px;
  }
}

@media screen and (max-width: 992px) {
  .case-studies-sec .selection-bar {
    display: none;
  }
}

.case-studies-sep .card__cont {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.case-studies-sec .card__cont .item {
  width: 200px !important;
}
.case-studies-sec .card__cont .item.active .img-cont {
  overflow: hidden;
}

.case-studies-sec .card__cont .item.active .img-cont img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 576px) {
  .case-studies-sec .card__cont .card__ {
    padding: 0 13%;
  }
  .case-studies-sep .card__cont {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  .case-studies-sec .card__cont .item {
    width: 100% !important;
  }
}

.case-studies-sep .card__cont .card__ .title__ {
  /*color: #000 !important;*/
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  margin: 0;
  padding-bottom: 2.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.case-studies-sec .card__cont .card__ .title__ {
  /*color: #000000;*/
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  margin: 0;
  padding-bottom: 2.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  .case-studies-sec .card__cont .card__ .title__ {
    display: none;
  }
}

.case-studies-sec .card__cont .card__ .title__.is-active {
  font-weight: 600;
}

.case-studies-sec .card__cont .card__ p {
  font-weight: 800;
  color: #ffffff;
  font-size: 14px;
  margin-top: 1rem;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .case-studies-sec .card__cont .card__ p {
    font-size: 18px;
  }
}

.testimonials {
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 168px;
  left: -10px;
  top: 0;
  background-image: url(../img/Pattern-bg.svg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .testimonials::before {
    left: -85px;
  }
}

.testimonials::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 168px;
  right: -23px;
  top: 72px;
  background-image: url(../img/Pattern-bg.svg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .testimonials::after {
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .testimonials .owl-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
  }
  .testimonials .owl-carousel .owl-dots button.owl-dot {
    padding: 7px !important;
    border: 1px solid #3d88a8;
    border-radius: 50%;
  }
  .testimonials .owl-carousel .owl-dots button.owl-dot.active {
    background: #3d88a8;
  }
}

.testimonials .owl-carousel .testimonials__cont {
  background: #005073;
  padding: 1rem 2rem;
  margin-top: 2.5rem;
}

.testimonials .owl-carousel .testimonials__cont .card__img {
  width: 55px;
  height: 37px;
}

.testimonials .owl-carousel .testimonials__cont .card__text {
  color: #fff;
  margin: 1rem 0;
}

.testimonials .owl-carousel .testimonials__cont .card__member {
  color: #fff;
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 1.2rem;
}

.testimonials .owl-carousel .testimonials__cont .card__member__company {
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 18px;
  opacity: 0.8;
}

.about-us-testi .testimonials__cont {
  background: #005073;
  padding: 1rem 2rem;
  margin-top: 2.5rem;
}

.about-us-testi .testimonials__cont .card__img {
  width: 55px;
  height: 37px;
}

.about-us-testi .testimonials__cont .card__text {
  color: #fff;
  margin: 1rem 0;
}

.about-us-testi .testimonials__cont .card__member {
  color: #fff;
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 1.2rem;
}

.about-us-testi .testimonials__cont .card__member__company {
  color: #fff;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 18px;
  opacity: 0.8;
}

.our-blog-sec {
  background-image: url(../img/what-we-are-bg.svg);
  background-size: cover;
}

.our-blog-sec .blog .blog-cont {
  padding: 2rem;
}
.our-blog-sec .blog .blog-cont a {
  color: #000;
  text-decoration: none;
}
.our-blog-sec .blog .blog-cont .link {
      display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}
.custom-btn-media {
  text-decoration: none;
        display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;  
}
.our-blog-sec .blog .blog-cont .blog-img {
  border-radius: 8px;
}

.our-blog-sec .blog .blog-cont h5.blog-title {
  font-weight: 100;
  font-size: 1.1rem;
  margin-top: 1rem;
}
.color-black {
    color:#000000;
}
.our-blog-sec .blog .blog-cont P {
  font-size: 14px;
}

.education-sec {
  background: #f7f7f7;
  position: relative;
}

.education-sec::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 168px;
  left: -25px;
  top: 0;
  background-image: url(../img/Pattern-bg.svg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .education-sec::before {
    left: -90px;
  }
}

.education-sec::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 168px;
  bottom: 0px;
  right: -38px;
  background-image: url(../img/Pattern-bg.svg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 576px) {
  .education-sec::after {
    bottom: 194px;
    right: -74px;
  }
}

.education-sec .card__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 576px) {
  .education-sec .card__ {
    -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;
  }
}

.education-sec .card__ .card__img {
  width: 50%;
  border-radius: 8px;
}

@media screen and (max-width: 576px) {
  .education-sec .card__ .card__img {
    padding-left: 1rem;
  }
}

.education-sec .card__ .card__content {
  padding: 1rem;
}

.education-sec .card__ .card__content h5.card__title {
  font-weight: 100;
}

.banner-sec .banner-cont {
  position: relative;
}

.banner-sec .banner-cont::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(25.88%, rgba(0, 0, 0, 0)),
    color-stop(84.62%, rgba(0, 0, 0, 0.6))
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 25.88%,
    rgba(0, 0, 0, 0.6) 84.62%
  );
}

.services-sec {
  margin-top: 2rem;
  z-index: 90;
  position: relative;
}

.services-sec .services-top-main-cont .banner-title {
  margin-bottom: 4rem;
}

@media screen and (max-width: 576px) {
  .swipe-see-more {
    display: none !important;
  }
  .services-sec .services-top-main-cont .banner-title {
    margin-bottom: 5rem;
  }
}

.services-sec .services-top-main-cont .banner-title .title {
  color: #fff;
}

.services-sec .services-top-main-cont .banner-title span {
  color: #fff;
}

.services-sec .services-top-main-cont .share-articles ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
}

.services-sec .services-top-main-cont .main-content .page-title {
  color: #3d88a8;
  margin-top: 1.5rem;
  font-weight: 200;
  font-size: 1.2rem;
}

.banner-sec {
  background-image: url(../img/inner-page-banner.png);
  background-size: cover;
}

.banner-sec .title {
  padding: 3rem 0;
}

.about-sec .content-info {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .about-sec .content-info {
    width: 100%;
  }
}

.about-sec .about-us-main .nav-pills {
  gap: 1.3rem;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media screen and (max-width: 768px) {
  .about-sec .about-us-main .nav-pills {
    gap: 1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .about-sec .about-us-main .nav-pills {
    gap: 0.5rem;
  }
}

.about-sec .about-us-main .nav-pills .nav-item {
  width: 15%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about-sec .about-us-main .nav-pills .nav-item {
    width: 25%;
  }
}

@media screen and (max-width: 576px) {
  .about-sec .about-us-main .nav-pills .nav-item {
    width: 30%;
  }
}

.bg-grey-bg .nav-link {
  color: #666666 !important;
}

.about-sec .about-us-main .nav-pills .nav-item .nav-link {
  color: #231f20;
  border-bottom: 1px solid #666666;
  border-radius: 0;
  display: inline-block;
}

.about-sec .about-us-main .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  color: #3d88a8 !important;
  border-bottom: 2px solid #3d88a8;
  border-radius: 0;
  font-weight: 600;
}

.about-sec .about-us-main .tab-content .tab-pane .clients-logos-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

@media screen and (max-width: 576px) {
  .about-sec .about-us-main .tab-content .tab-pane .clients-logos-cont {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about-sec .about-us-main .tab-content .tab-pane .clients-logos-cont img {
  display: block;
  width: 15%;
}

@media screen and (max-width: 576px) {
  .about-sec .about-us-main .tab-content .tab-pane .clients-logos-cont img {
    width: 29%;
  }
}

.about-sec .about-us-main .tab-content .tab-pane .team-cont .card__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .about-sec .about-us-main .tab-content .tab-pane .team-cont .card__ {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.about-sec
  .about-us-main
  .tab-content
  .tab-pane
  .team-cont
  .card__
  .team-members-info {
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100px;
}

.about-sec
  .about-us-main
  .tab-content
  .tab-pane
  .team-cont
  .card__
  .team-members-info
  .name {
  color: #3d88a8;
  font-weight: 300;
}

.about-sec
  .about-us-main
  .tab-content
  .tab-pane
  .team-cont
  .card__
  .team-members-info
  .location {
  font-size: 14px;
}

.about-sec
  .about-us-main
  .tab-content
  .tab-pane
  .team-cont
  .card__
  .team-members-info
  .designation {
  font-weight: 600;
  font-size: 14px;
}

.about-sec
  .about-us-main
  .tab-content
  .tab-pane
  .team-cont
  .card__
  .team-members-info
  .sociall-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  gap: 12px;
}

.about-sec
  .about-us-main
  .tab-content
  .tab-pane
  .team-cont
  .card__
  .team-members-info
  .sociall-links
  li {
  list-style: none;
}

.contact-address .address-cont .title__ {
  color: #3d88a8;
  font-weight: bold;
  font-size: 1.1rem;
}

.contact-address .address-cont .title__ span {
  font-size: 1rem;
  color: #9d9d9d;
  font-weight: normal;
}

.contact-address .address-cont p {
  font-size: 0.95rem;
}

.contact-address .address-cont ul li {
  list-style: none;
  line-height: 30px;
}

.contact-address .address-cont.bold_ .title__ {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.contact-address .address-cont.bold_ .title__ span {
  font-size: 0.9rem;
}

.contact-address .address-cont.bold_ .text {
  font-size: 1.2rem;
  margin-bottom: 3rem;
}

.mfg-automotive-sec .content-container p.lead {
  color: #00b4d8;
  text-align: center;
  font-family: "GOTHAM";
}

.mfg-automotive-sec .content-container .content-cards-cont {
  border-top: 2px solid #00b4d8;
  border-bottom: 2px solid #00b4d8;
  padding: 1rem 0;
}

.mfg-automotive-sec .content-container .content-cards-cont .title__ {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
}

.mfg-automotive-sec .industries-points {
  background-color: #2d2d2d;
}

.mfg-automotive-sec .industries-points .lead {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 40px;
  color: #3d88a8;
  text-align: left !important;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .mfg-automotive-sec .industries-points .lead {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 576px) {
  .mfg-automotive-sec .industries-points .lead {
    font-size: 1.5rem;
    line-height: 32px;
  }
}

.mfg-automotive-sec .industries-points ul li {
  color: #fff;
  list-style: none;
  padding: 5px 0;
  position: relative;
}

.mfg-automotive-sec .industries-points ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  left: -25px;
  background-image: url(../img/white-round-check.svg);
  background-size: cover;
}

.mfg-automotive-sec .content-container .main-content-cont .card__ {
  margin-top: 3rem;
  padding: 0 5px;
}

.mfg-automotive-sec .content-container .main-content-cont .card__ .card__title {
  font-size: 1.3rem;
  font-weight: bold;
}

.companies-that-we-are-transforming-sec .logos-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.companies-that-we-are-transforming-sec .logos-cont img {
  width: 26%;
}

@media screen {
  .companies-that-we-are-transforming-sec .logos-cont img {
    width: 30%;
  }
}

.key-technologies-used-sec {
  position: relative;
}

.key-technologies-used-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1a1a1a;
  background-image: url(../img/white-pattern-bg.png);
  background-size: cover;
}

.key-technologies-used-sec .title {
  color: #fff;
  position: relative;
  margin-bottom: 2rem;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 576px) {
  .card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }
}
.card-gridsinglerow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 576px) {
  .card-gridsinglerow {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
  }
}

.key-technologies-used-sec .card__ {
  color: #fff;
}
.crad-container {
  /*padding: 1rem;*/
  /*margin: 0 .5rem 4rem .5rem;*/
  /*margin-bottom: 4rem;*/
  /*border-top: 2px solid #3D88A8;*/
  /*border-bottom: 2px solid #3D88A8;*/
}

.key-technologies-used-sec .card__ h4.title__ {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  color: #00b4d8;
}

.pattern-recognitaion-sec2 h3.title__ {
  font-weight: 700;
  color: #00b4d8;
}

.pattern-recognitaion-sec2 ul.list-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  padding: 0.5rem 0;
  gap: 1rem;
}

.pattern-recognitaion-sec2 ul.list-items li img {
  display: block;
}

.job-openings-sec .first-content-text {
  width: 80%;
  margin: 0 auto;
}

.job-openings-sec .job-openings-main-cont .title {
  color: #3d88a8;
}

.job-openings-sec .job-openings-main-cont .categories .nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem;
}

.job-openings-sec .job-openings-main-cont .categories .nav .nav-item .nav-link {
  color: #231f20;
  border: 1px solid #231f20;
}

.job-openings-sec
  .job-openings-main-cont
  .categories
  .nav
  .nav-item
  .nav-link.active {
  color: #fff;
  background-color: #00b4d8;
  border: 1px solid #00b4d8;
}

.job-openings-sec
  .job-openings-main-cont
  .categories-content
  .tab-content
  .tab-pane
  .details-cont {
  margin-top: 2rem;
}

.job-openings-sec
  .job-openings-main-cont
  .categories-content
  .tab-content
  .tab-pane
  .details-cont
  .details-sub-cont {
  position: relative;
  border-bottom: 0.5px solid #cbcbcb;
  padding-bottom: 2rem;
}

.job-openings-sec
  .job-openings-main-cont
  .categories-content
  .tab-content
  .tab-pane
  .details-cont
  .details-sub-cont
  .card__
  .role_name a {
  color: #3d88a8;
  font-weight: 600;
  margin-bottom: 2rem;
}

.job-openings-sec
  .job-openings-main-cont
  .categories-content
  .tab-content
  .tab-pane
  .details-cont
  .details-sub-cont
  .card__
  p {
  margin-bottom: 5px;
}

.job-openings-sec
  .job-openings-main-cont
  .categories-content
  .tab-content
  .tab-pane
  .details-cont
  .details-sub-cont
  .apply-now-btn {
  font-weight: 500;
  color: #00b4d8;
  text-decoration: underline;
}

.job-openings-sec
  .job-openings-main-cont
  .categories-content
  .tab-content
  .tab-pane
  .details-cont
  .details-sub-cont
  .apply-now-btn:hover
  .iconify {
  position: relative;
  left: 2px;
  top: -2px;
}

.apply-to-job-sec .job-profile-info .job-title-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.apply-to-job-sec .job-profile-info .job-title-info .title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.apply-to-job-sec .job-profile-info .sub-title__ {
  color: #3d88a8;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.apply-to-job-sec .job-profile-info .list-title {
  font-weight: 200;
  font-size: 1rem;
  margin-bottom: 8px;
}

.apply-to-job-sec .job-profile-info .list-items li {
  padding: 0.3rem 0;
}

.apply-job-form-sec form .form-control.file1,
.apply-job-form-sec form .form-control.file2 {
  position: relative;
  cursor: pointer;
}

.apply-job-form-sec form .form-control.file1::before,
.apply-job-form-sec form .form-control.file2::before {
  content: "Choose File";
  position: absolute;
  right: 18px;
  padding: 4px 11px;
  border-radius: 4px;
  background-color: #fff;
  color: #00b4d8;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.apply-job-form-sec form .form-control.file1::after,
.apply-job-form-sec form .form-control.file2::after {
  content: "Cover Letter";
  position: absolute;
  left: 0;
  padding: 4px 11px;
  border-radius: 4px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.apply-job-form-sec form .form-control.file1::after {
  content: "Resume";
}

.ai-sol-sec .ai-sol-cont .page-content-cont .ai-learning {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ai-sol-sec .ai-sol-cont .page-content-cont .content {
  background: #005073;
  color: #fff;
  padding: 2rem;
  margin: 2rem 0;
  position: relative;
  left: -7rem;
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .ai-sol-sec .ai-sol-cont .page-content-cont .content {
    left: 0;
    margin: 0rem 0;
  }
}

.ai-sol-sec .ai-sol-cont .page-content-cont .content .title__ {
  font-size: 1.2rem;
  font-weight: bold;
}

.ai-sol-sec .ai-sol-cont .page-content-cont .content hr {
  border-color: #a3a3a3;
  padding: 0 1rem;
}

.ai-sol-sec .ai-sol-cont .page-content-cont .card__ {
  margin-bottom: 3rem;
}

.ai-sol-sec .ai-sol-cont .page-content-cont .card__ .card__title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.servies-sec .accordian-cont .card {
  margin: 1rem 0;
}

.servies-sec .accordian-cont .card .card-header .card-link {
  display: block;
  color: #3d88a8;
  font-size: 1.1rem;
  font-weight: 600;
}

.servies-sec .services-cont .content-details-cont .card__ {
  padding: 0 2rem;
}

.servies-sec .services-cont .content-details-cont .card__ .title__ {
  color: #000000;
  font-weight: 300;
  font-size: 1.4rem;
  padding: 1rem 0;
  margin-bottom: 0;
}

.servies-sec .services-cont .content-details-cont .card__.one {
  text-align: right;
  position: relative;
  left: 30px;
}

@media screen and (max-width: 992px) {
  .servies-sec .services-cont .content-details-cont .card__.one {
    left: 0;
    text-align: left;
  }
}

.servies-sec .services-cont .content-details-cont .card__.two,
.servies-sec .services-cont .content-details-cont .card__.three {
  position: relative;
  right: 72px;
}

@media screen and (max-width: 1200px) {
  .servies-sec .services-cont .content-details-cont .card__.two,
  .servies-sec .services-cont .content-details-cont .card__.three {
    right: 11px;
  }
}

@media screen and (max-width: 992px) {
  .servies-sec .services-cont .content-details-cont .card__.two,
  .servies-sec .services-cont .content-details-cont .card__.three {
    right: 0;
  }
}

.servies-sec .services-cont .content-details-cont ul li {
  padding: 5px 0;
}

.sevices-sec__data-science-consulting-cont {
  background-color: #005073;
  position: relative;
}

.sevices-sec__data-science-consulting-cont::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../img/wave-points-fractal-grid 1.png");
  background-size: cover;
}

.servicesinner-sec__data-science-consulting-cont {
  background-color: #2d2d2d;
  position: relative;
}

.sevices-sec__strategy-lueprinting-sec .content-steps .steps-info-cont {
  position: relative;
  text-align: center;
}

.sevices-sec__strategy-lueprinting-sec
  .content-steps
  .steps-info-cont
  .round-cont {
  background-color: #e5f7fb;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  margin: 0 auto;
  margin-bottom: -38px;
  z-index: 9;
  position: relative;
  border-bottom: 5px solid #00b4d8;
}

.sevices-sec__strategy-lueprinting-sec
  .content-steps
  .steps-info-cont
  .round-cont
  .text {
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 11px;
  margin-top: 10px;
}

.sevices-sec__strategy-lueprinting-sec
  .content-steps
  .steps-info-cont
  .round-cont
  .number {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 27px;
}

.sevices-sec__strategy-lueprinting-sec
  .content-steps
  .steps-info-cont
  .white-box {
  border: 1px solid #000000;
  text-align: center;
  padding: 0 1rem;
  padding-top: 1rem;
  height: 180px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  margin: 0 2.5rem;
  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;
}

@media screen and (max-width: 1200px) {
  .sevices-sec__strategy-lueprinting-sec
    .content-steps
    .steps-info-cont
    .white-box {
    height: 223px;
    margin: 0 3.5rem;
  }
}

@media screen and (max-width: 576px) {
  .sevices-sec__strategy-lueprinting-sec
    .content-steps
    .steps-info-cont
    .white-box {
    margin: 0;
  }
}

.sevices-sec__strategy-lueprinting-sec
  .content-steps
  .steps-info-cont
  .white-box
  .text {
  font-weight: bold;
  line-height: 18px;
  font-family: Gotham;
  font-size: 0.95rem;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .sevices-sec__strategy-lueprinting-sec
    .content-steps
    .steps-info-cont
    .white-box
    .text {
    line-height: 33px;
    font-size: 1.5rem;
  }
}

.sevices-sec__strategy-lueprinting-sec
  .content-steps
  .steps-info-cont
  .arrow-img {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}

@media screen and (max-width: 1200px) {
  .sevices-sec__strategy-lueprinting-sec
    .content-steps
    .steps-info-cont
    .arrow-img {
    width: 100%;
    top: 66%;
    -webkit-transform: translateY(-66%);
    transform: translateY(-66%);
  }
}

@media screen and (max-width: 992px) {
  .sevices-sec__strategy-lueprinting-sec
    .content-steps
    .steps-info-cont
    .arrow-img {
    display: none;
  }
}

.sevices-sec__research-development {
  position: relative;
  z-index: 2;
  background-image: url("../img/hi-tech-digital-display-holographic-information-abstract-background 1.png");
  background-size: cover;
}

.sevices-sec__research-development::before {
  content: "";
  inset: 0;
  position: absolute;
  background-color: #080707ad;
  z-index: 1;
}

.sevices-sec__research-development .title,
.sevices-sec__research-development p {
  position: relative;
  z-index: 9;
}

.services-innerpage__data-science-cons .content-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  .services-innerpage__data-science-cons .content-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 992px) {
  .services-innerpage__data-science-cons .content-cont img {
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.services-innerpage__data-science-cons .content-cont .info_cont {
  background-color: #2d2d2d;
  padding-left: 9%;
  padding-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .services-innerpage__data-science-cons .content-cont .info_cont {
    padding: 0 1.5rem;
  }
}

.services-innerpage__data-science-cons .content-cont .info_cont ul li {
  padding: 0.5rem 0;
  line-height: 30px;
}

.services-innerpage__discover-the-best-sec .card__ {
  margin-bottom: 4rem;
  border-top: 2px solid #3d88a8;
  border-bottom: 2px solid #3d88a8;
  padding: 1rem 0;
}

.services-innerpage__discover-the-best-sec .card__ h4.title__ {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

.media-sec .media-top-cont .card__ {
  padding: 1rem;
  margin-bottom: 2rem;
}

.media-sec .media-top-cont .card__ .card__date {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.5;
}

.media-sec .media-top-cont .card__ .card__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.media-sec .media-top-cont .card__ a.link {
  color: #00b4d8;
  text-decoration: underline;
  font-weight: 500;
}

.media-sec .media-top-cont .card__ a.link svg {
  font-size: 1.1rem;
  position: relative;
  top: 4px;
  margin-left: 6px;
}

.media-sec .media-top-cont .card__ a.link:hover svg {
  left: 5px;
}

.blog-page-sec .blog-top-cont .blog-cont {
  padding: 0 !important;
  margin-top: 4rem;
}

.blog-page-sec .blog-top-cont .blog-cont iframe {
  width: 100%;
  height: 100%;
  min-height: auto;
}

.blog-page-sec .blog-top-cont .blog-cont .page_link {
  color: inherit;
  text-decoration: none;
}

.blog-page-sec .blog-top-cont .blog-cont .blog-img {
  width: 100%;
}

.blog-page-sec .blog-top-cont .blog-cont .blog-date {
  color: #000000 !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 200;
  opacity: 0.6;
  margin-top: 1.5rem;
}

.blog-page-sec .blog-top-cont .blog-cont .blog-title {
  font-weight: 100;
  font-size: 1.1rem;
  margin-top: 0.5rem !important;
}

.blog-page-sec .blog-top-cont .blog-cont P {
  font-size: initial;
}

.blog-page-sec .blog-top-cont .blog-cont .anchore-tags-cont a {
  background: #e5f7fb;
  color: #00b4d8;
  margin: 3px;
  padding: 10px;
  display: inline-block;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 500;
}
.our-blog-sec .page a:hover {
  color: #000000 !important;
  text-decoration: none;
}
.bespoke2-sec .bespoke2-top-container .card__top-cont .card__cont {
  padding: 0 2rem;
  margin-bottom: 3rem;
}

.bespoke2-sec .bespoke2-top-container .card__top-cont .card__cont img {
  height: 88px;
}

.bespoke2-sec .bespoke2-top-container .card__top-cont .card__cont .card__title {
  margin-top: 1rem;
  font-weight: bolder;
  font-size: 1.2rem;
}

.services-topic-content-sec .services-topic-content-cont .links__ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 4rem;
}

.services-topic-content-sec .services-topic-content-cont .links__ a {
  color: #00b4d8;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1.1rem;
}

.services-topic-content-sec .services-topic-content-cont .title__ {
  color: #00b4d8;
}

.services-topic-content-sec .services-topic-content-cont strong {
  color: #00b4d8;
}

.services-topic-content-sec .services-topic-content-cont ul li {
  list-style-position: inside;
  line-height: 40px;
}

.events-top-cont .filer-events-form .select-group select {
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  background: #f7f7f7;
  border-radius: 4px;
}

.events-top-cont .events-cards-cont .card__ {
  margin-top: 2rem;
}

.events-top-cont .events-cards-cont .card__ .card__title {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.events-top-cont .events-cards-cont .card__ .date {
  font-size: 0.9rem;
  opacity: 0.6;
}

.industries-sec .content-cont .lead {
  font-weight: bold;
  text-align: center;
  color: #00b4d8;
}

.industries-sec .content-cont .card__ {
  padding: 1rem;
  background-color: #3d88a8;
  margin-bottom: 1.5rem;
}

.industries-sec .content-cont .card__ .title__ {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}

.industries-sec .content-cont .card__ .text {
  color: #fff;
}

.industries-sec .content-cont .card__ .custom-btn {
  background-color: #fff;
  color: #005073 !important;
  border: 1px solid #fff;
}

.industries-sec .content-cont .card__ .custom-btn:hover {
  background-color: #3d88a8;
  color: #fff !important;
  border: 1px solid #fff;
}

.footer {
  background: #231f20;
}

.footer .socialinks {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  margin-top: 4rem;
  gap: 1rem;
}

.footer .footer-links-cont {
  padding-left: 2rem;
}

.footer .footer-links-cont .title__ {
  color: #00b4d8;
  font-weight: bold;
}

.footer .footer-links-cont .footer-links {
  padding: 0;
  list-style: none;
}

.footer .footer-links-cont .footer-links li {
  padding: 10px 0;
}

.footer .footer-links-cont .footer-links li a {
  color: #fff;
  text-decoration: none;
}

.copy-right-footer {
  border-top: 1px solid #3d88a8;
  padding: 1rem 0;
}

.copy-right-footer p {
  margin: 0;
  font-size: 12px;
  color: #fff;
}

.copy-right-footer ul {
  padding: 0;
  margin: 0;
  text-decoration: none;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 576px) {
  .copy-right-footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.copy-right-footer ul li a {
  color: #fff;
  font-size: 12px;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pt-6,
.py-6 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.3rem !important;
}
.owl-stage-outer {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.owl-stage-outer > .owl-stage {
  margin: 0 auto;
}

/*# sourceMappingURL=style.css.map */

.points-heading {
  color: "#00b4d8";
}

.testimonials .container .owl-carousel {
  position: relative !important;
}

.testimonials .container .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between !important;
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.testimonials .container .owl-carousel .owl-nav button {
  font-size: 1.8rem !important;
}

.testimonials .container .owl-carousel .owl-nav button:focus {
  outline: 0 !important;
  border: 0 !important;
}

.testimonials .container .owl-carousel .owl-nav .owl-prev {
  left: -15px !important;
  position: relative !important;
}

.testimonials .container .owl-carousel .owl-nav .owl-next {
  right: -15px !important;
  position: relative !important;
}

.case-studies-sec .container .owl-carousel {
  position: relative !important;
}

.case-studies-sec .container .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between !important;
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.case-studies-sec .container .owl-carousel .owl-nav button {
  font-size: 1.8rem !important;
}

.case-studies-sec .container .owl-carousel .owl-nav button:focus {
  outline: 0 !important;
  border: 0 !important;
}

.case-studies-sec .container .owl-carousel .owl-nav .owl-prev {
  left: -15px !important;
  position: relative !important;
  color: #ffffff !important;
}

.case-studies-sec .container .owl-carousel .owl-nav .owl-next {
  right: -15px !important;
  position: relative !important;
  color: #ffffff !important;
}

.modal {
  z-index: 99999999 !important;
}

.modal-content {
  box-shadow: 1px 1px 20px #00000050 !important;
  border: none !important;
  border-radius: 20px;
}

.modal-body .form-control,
.modal-body .form-select {
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 10px;
  color: #000000;
  min-height: 62px;
}
.modal-body .form-control::-webkit-input-placeholder,
.modal-body .form-select::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.modal-body .box-label {
  font-size: 12px !important;
  margin-left: 2px !important;
}

.modal-body {
  padding: 2rem !important;
}

.modal-dialog {
  max-width: 700px !important;
}
.modal-title {
  font-weight: 600 !important;
}

.mobile-modal .form-control,
.mobile-modal .form-select {
  height: 45px !important;
  min-height: 45px !important;
}
.box-label-m {
  font-size: 9px !important;
  margin-left: 5px;
}

/*blog and media title */

.media-title {
}

/* cookie-container css start */
.cookie-container {
  /*gap:20px;*/
  position: fixed;
  top: 100%;
  left: 0;
  right: 0;
  background: #3d88a8;
  color: #f5f6fa;
  padding: 15px -0;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  height: fit-content;
  transition: 800ms;
  z-index: 99999;
}
.coo-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie-container.active {
  top: 89%;
}
@media screen and (max-width: 576px) {
  .cookie-container.active {
    top: 83%;
  }
  .coo-container {
    gap: 5px;
  }
}
.cookie-container a {
  color: #f5f6fa;
}
.cookie-container p {
  margin-bottom: 0;
}

.cookie-btn {
  all: none;
  background: #ffffff;
  border: 0;
  color: #3d88a8;
  padding: 10px 25px;
  font-size: 15px;
  /* margin-bottom: 16px; */
  cursor: pointer;
}

/* cookie-container css end */

.landing-heading {
  text-align: center;
  margin: 20px 0;
}
.landing-heading img {
  display: block;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
}

.ceo-testimonial {
  position: relative;
  background-image: url(https://soothsayeranalytics.com/home-assets/img/Untitled-3\ 1.svg);
  /*background: #E5F7FB;*/
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
}
.ceo-stest-co {
  padding: 0 20px;
}
.ceo-testimonial p {
  color: #ffffff;
}
.com-containers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-top: 50px;
}
.com-containers .soooth-con {
  width: 50%;
}

.partners-ceo {
  position: relative;
  /*background-image: url(/home-assets/img/Untitled-3\ 1.svg);*/
  background: #e5f7fb;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 100px 150px 100px;
  margin-top: 100px;
}
.partners-text {
  padding: 1rem;
  background-color: #fff;
  color: #000;
  border-radius: 10px;
}
.partners-text p {
  margin: 0;
}
.partners-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.partners-con {
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner-heading h4 {
  font-weight: bold;
  color: #005073;
}
.partners-ceo p {
  color: #231f20;
}
.prodgi-con img {
  margin: 20px 0;
}
.sooth-con a {
  color: #000000;
}
.main-content a {
  color: #000000;
}
.sooth-con a {
  color: #000000;
}
.misson-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 70px 0;
}
.st-blue {
  color: #3d88a8 !important;
  font-family: "GOTHAM" !important;
}
.blue-backg {
  background-color: #3d88a820;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.fwl {
  font-weight: 100 !important;
  font-family: "Gotham";
}
.con-cont {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
}
.landing-img {
  display: block;
  width: 100%;
  margin: auto;
}
.img-righ {
  position: absolute;
  left: 90%;
  top: 80%;
  transform: translate("-50%, -50%");
}
.img-lef {
  position: absolute;
  left: 5%;
  top: 10%;
  transform: translate("-50%, -50%");
}
.img-quo {
  display: block;
  position: absolute;
  width: 100px;
  height: 109px;
  left: 0;
  top: 8px;
}
.partner-heading,
h4 {
  color: #005073;
}
/*.partner-heading,*/
/*p {*/
/*  color: #ffffff;*/
/*}*/
/*.prt-heading,p{*/
/*    color: #ffffff!important;*/
/*}*/
.prt-para {
  color: #231f20 !important;
}

.img-lightquo {
  left: 95%;
  top: 92%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 96px;
  height: 76px;
}
@media screen and (max-width: 576px) {
  .main-content img {
    /*display: block;*/
    /*width: 100%;*/
    margin: auto;
  }
  .com-containers .soooth-con {
    width: 100%;
  }
  .partners-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .com-containers,
  .misson-cont {
    flex-direction: column;
  }
  .ceo-testimonial {
    background-size: cover;
    padding: 70px 20px;
    width: 100% !important;
    max-width: 100% !important;
  }
  .partners-ceo {
    background-size: cover;
    padding: 150px 20px;
    width: 100% !important;
    max-width: 100% !important;
  }

  .img-righ {
    display: flex !important;
    width: 40px !important;
    position: absolute;
    left: 80%;
    top: 92%;
    transform: translate("-50%, -50%");
  }
  .img-lef {
    display: flex !important;
    width: 40px !important;
    position: absolute;
    left: 5%;
    top: 3%;
    transform: translate("-50%, -50%");
  }
  .img-lightquo {
    left: 86%;
    top: 96%;
  }
}
.mob-img,
a {
  color: black;
}
.our-title {
  font-size: calc(1.2rem + 0vw);
  color: #231f20;
  font-weight: bold;
  text-transform: capitalize;
}
.AI-landing-grid {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.register-back {
  display: inline-block;
  background: #e5f7fb;
  padding: 20px;
}
.our-title span {
  color: #3d88a8;
}

.dates-grid {
  display: flex;
  justify-content: space-around;
  gap: 50px;
}
.dates-container {
  background: #2d2d2d;
  padding: 40px;
  border-radius: 20px;
}
.dates-grid .bbold {
  color: #005073;
  font-weight: bold;
}
.workshop-utensils {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.workshop-utensils h5 {
  color: #005073;
  font-weight: bold;
}
.workshop-grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 50px 0 30px 0;
}
.workshop-grid h5 {
  color: #005073;
  font-weight: bold;
}
.workshop-grid .grid-right,
.workshop-grid .grid-left {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  /*border-top: 2px solid #00b4d8;*/
}
.workshop-grid .grid-right {
  border-top: 3px solid #00b4d8;
}
.center-big-text {
  width: 100%;
  text-align: justify;
  font-size: 23px;
  font-weight: 600;
  line-height: 37px;
}
.agenda-grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
}
.agenda-grid .agenda-left {
  width: 50%;
  padding: 40px;
  background: #005073;
  border-radius: 10px;
  color: #ffffff;
}
.agenda-grid .agenda-right {
  width: 50%;
  padding: 0 40px 40px 40px;
  color: #ffffff;
}
.agenda-left img {
  width: 60px;
}
.bbold {
  color: #005073;
  font-weight: bold;
}

.full-width-input {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.full-width-input textarea {
  width: 100%;
}
.full-width-input .form-group {
  margin-bottom: 0;
}
.Mazrui-grid {
  display: flex;
}
.background-design {
  background-image: url(../img/Background_img.png);
  padding: 50px;
}
.whitespace {
  white-space: nowrap;
}
.workshop-btn a {
  background: #00b4d8;
  color: #ffffff;
  padding: 12px 20px;
}
.workshop-btn a:hover {
  text-decoration: none;
  background: none;
  border: 1px solid #00b4d8;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 100px;
}
.workshop-b {
  text-align: center;
  margin: 0 0 40px 0;
}
.workshop-btn-abs {
  position: relative;
}
.workshop-btn-abs .workshop-b {
  position: absolute;
  /*top:100%;*/
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  .AI-landing-grid {
    flex-direction: column;
  }
  .agenda-grid {
    display: flex;
    flex-direction: column;
  }

  .agenda-grid .agenda-left {
    width: 100%;
    padding: 30px;
  }
  .agenda-grid .agenda-right {
    width: 100%;
    padding: 0px;
  }
  .center-big-text {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
  .background-design {
    padding: 20px;
  }
  .workshop-grid {
    flex-direction: column;
  }
  .workshop-grid .grid-right,
  .workshop-grid .grid-left {
    width: 100%;
  }
  .dates-grid {
    flex-direction: column;
    gap: 10px;
  }
  .mob-flex {
    flex-direction: column;
    gap: 0px !important;
    align-items: flex-start !important;
  }
  .agenda-left ul li {
    margin-bottom: 40px !important;
    gap: 20px;
  }
  .workshop-grid .grid-left {
    border-bottom: none;
    padding-bottom: 0;
  }
  .workshop-grid .grid-left p {
    margin-bottom: 0;
  }
}

.case-studies-filter {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.case-studies-filter p {
  color: #666666;
}
.case-studies-filter a {
  background: #ededed;
  padding: 10px;
  border-radius: 15px;
  margin-right: 20px;
}
.case-studies-filter li.active a {
  background: #3d88a8;
  color: #ffffff;
  padding: 10px;
  border-radius: 15px;
  margin-right: 20px;
}
.case-studies-filter a:hover {
  text-decoration: none;
  color: #231f20;
}
.sooth-con,
.prodgi-con {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .case-studies-filter {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }
  .case-studies-filter-btns {
    display: flex;
    flex-wrap: wrap;
  }
  .case-studies-filter-btns ul li a {
    margin-bottom: 10px !important;
  }
  .case-studies-filter ul li a {
    margin-bottom: 10px !important;
  }
}

.landing-text-con {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.landing-half {
  width: 70%;
}
.landing-text-con h4 {
  font-weight: bold;
}
.landing-text-con img {
  width: 100%;
  display: block;
}

.mazrui-con .sooth-con,
.mazrui-con .prodgi-con {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.flex-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.flex-imgs img {
  width: 100%;
  display: block;
}
.contact-con-main {
  padding: 50px;
  border-top: 1px solid #000000;
}
.contact-conn {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 100px;
}
.ceo-saying {
  padding: 50px 0;
}

.ceo-grid-con {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 50px;
}
.ceo-grid-con h4,
.ceo-grid-con-1 h4 {
  line-height: 30px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.ceo-grid-con p,
.ceo-grid-con-1 p {
  color: #ffffff;
}

.ceo-grid-con {
  background-image: url(https://soothsayeranalytics.com/public/home/assets/img/Frame\ 252.png);
  padding: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ceo-grid-con-1 {
  background-image: url(https://soothsayeranalytics.com/public/home/assets/img/Frame\ 2521.png);
  padding: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ceo-grid-con-1 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
}
.profile-gird {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .landing-text-con,
  .sooth-con,
  .prodgi-con,
  .flex-imgs,
  .contact-conn {
    flex-direction: column;
  }
  .landing-half {
    width: 100%;
  }
  .ceo-grid-con,
  .ceo-grid-con-1 {
    flex-direction: column;
  }
  .main-content img {
    display: block;
    width: 100%;
    margin: auto;
  }
  .ceo-grid-con,
  .ceo-grid-con-1 {
    padding: 20px;
  }
  .profile-gird {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0px;
    margin-bottom: 50px;
  }
  .profile-gird h3,
  .profile-gird p {
    text-align: center;
  }
}

/*New landing */

.manufacturing-landing-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.manufacturing-landing-header img {
  max-width: 230px;
  margin-right: 2.5rem;
  display: inline-block;
  height: 120px;
}

.text-success-2 {
  color: #1d970e !important;
}
@media screen and (max-width: 576px) {
  .manufacturing-landing-header {
    gap: 20px;
  }
  .manufacturing-landing-header img {
    max-width: 230px;
    margin-right: 0 !important;
    display: block;
    height: auto;
    width: 170px;
  }
  .manufacturing-landing-header .custom-btn {
    font-size: 11px;
    padding: 9px 15px !important;
  }
}

.blocker {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
  /*background: rgba(0, 0, 0, 0.5);*/
}
.page {
  position: relative;
  height: 100%;
}

.popup {
  position: absolute;
  z-index: 2000;
  display: none;
}
.show-popup .popup {
  display: block;
}

.popup > iframe {
  width: 500px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 576px) {
  .popup > iframe {
    width: 90%;
    margin: auto;
    height: 250px;
  }
}

.bg-black {
  position: relative;
  padding: 100px 0;
}
.bg-black:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #1a1a1a;
  background-image: url(../img/white-pattern-bg.png);
  background-size: cover;
  z-index: -1;
}
.bg-black .about-us-main .nav-pills .nav-item .nav-link.active {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}
.bg-black .about-us-main .nav-pills .nav-item .nav-link {
  color: #666666;
  border-bottom: 1px solid #666666;
}
.white-list {
  color: #ffffff;
  padding-left: 20px;
}
.white-list li {
  margin-bottom: 20px;
}
.bg-grey-bg {
  background: #2d2d2d !important;
}
.bg-grey-bg p {
  color: #ffffff;
}
.icon-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.icon-flex-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 50px 0;
}

.landing-page-video video {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .icon-flex-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}

.servies-sec-first .page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.servies-sec-first .page {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plain-logo-back {
  width: 100%;
  background: #ffffff;
  margin: auto;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 1000;
}
.plain-logo-back img {
  width: 100%;
  margin: auto;
  text-align: center;
}

.attend-sec {
  /*padding:100px 0;*/
}
.attend-grid {
  display: flex;
  gap: 30px;
}
.attend-left {
  background: #e5f7fb;
  padding: 30px;
  border-radius: 15px;
}
.attend-right {
  background: url("../img/Duration.svg") no-repeat 100%;
  padding: 30px;
  border-radius: 15px;
}
.attend-right h2 {
  color: #00b4d8;
  font-size: 22px;
  margin-bottom: 30px;
}
.attend-right h1,
.attend-right span {
  color: #ffffff;
  white-space: nowrap;
}
.attend-right h1 {
  font-size: 30px;
  font-weight: bold;
}
.overview-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.list-blue {
  color: #005073;
}

.overview-list li {
  display: flex;
  gap: 50px;
}
.overview-list .overview-icon,
.overview-list .overview-icon-1,
.overview-list .overview-icon-2,
.overview-list .overview-icon-3,
.overview-list .overview-icon-4,
.overview-list .overview-icon-5 {
  position: relative;
}
.overview-list .overview-icon:after,
.overview-list .overview-icon-2:after,
.overview-list .overview-icon-3:after,
.overview-list .overview-icon-4:after,
.overview-list .overview-icon-5:after {
  position: absolute;
  content: "";
  background: #00b4d8;
  width: 3px;
  border-radius: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overview-list .overview-icon:after {
  height: 73%;
  top: 80%;
}
.overview-list .overview-icon-2:after {
  height: 73%;
  top: 81%;
}
.overview-list .overview-icon-3:after {
  height: 35%;
  top: 125%;
}
.overview-list .overview-icon-4:after {
  height: 73%;
  top: 80%;
}
.overview-list .overview-icon-5:after {
  height: 75%;
  top: 75%;
}
.center-grid {
  display: flex;
  align-items: center;
}

.mentor-dets h3 {
  display: inline;
  font-size: 13px;
  color: #005073;
  background: #e5f7fb;
  padding: 10px;
  border-radius: 50px;
}
.mentor-dets .main-name {
  font-size: 50px;
  color: #005073;
  margin-top: 20px;
}
.mentor-grid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mentor-image {
  margin-right: -150px;
}
.register-now-abs {
  position: absolute;
  top: 95%;
  left: 15%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 576px) {
  .mentor-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .attend-grid {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .attend-right {
    background: url("../img/Duration.svg") no-repeat 100%;
    padding: 30px;
    border-radius: 15px;
  }
  .overview-list .overview-icon:after,
  .overview-list .overview-icon-2:after,
  .overview-list .overview-icon-3:after,
  .overview-list .overview-icon-4:after,
  .overview-list .overview-icon-5:after {
    display: none;
  }
  .overview-list li {
    display: flex;
    gap: 20px;
  }
  .register-now-abs {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.chatbot-sticky {
  /*display: none;*/
  position: fixed;
  z-index: 9999;
  right: 65px;
  bottom: 15px;
  cursor: pointer;
}
.chatbot-sticky img {
  width: 50px;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

.whitepaper-background {
  background-color: #000;
  font-family: "GOTHAM" !important;
  z-index: -1;
}
.whitepaper-background p,
.whitepaper-faqs-content .accordion-body {
  line-height: 32px;
}
.whitepaper-section {
  width: 100%;
  height: 130vh;
  background: url(../img/Banner-desktop.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
}
.whitepaper-section-1 {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../img/banner-image-soothgpt.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 100px;
}
.whitepaper-header {
  width: 100%;
  color: #ffffff;
  background-color: #005073;
  padding: 10px;
}
.whitepaper-header p {
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.whitepaper-header p a {
  color: #00b4d8;
}
.whitepaper-logo img {
  width: 250px;
}

.whitepaper-header-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding: 20px 0;
}
.whitepaper-header-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.whitepaper-header-links ul li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}
.whitepaper-header-btn a {
  text-align: center;
  color: #000;
  background-color: #ffffff;
  padding: 15px 40px;
  text-decoration: none;
  transition: 0.3s ease-in;
  border-radius: 5px;
  font-weight: 600;
}
.whitepaper-header-btn a:hover {
  color: #ffffff;
  background-color: #00b4d8;
  text-decoration: none;
}
.whitepaper-hamburger button,
.whitepaper-close-btn {
  display: none;
}
.whitepaper-hamburger {
  display: none;
  opacity: 0;
}
/*.whitepaper-landing {*/
/*  position:relative;*/
/*    width:100%;*/
/*}*/

.whitepaper-landing-content-grid {
  width: 100%;
  /*height: 50rem;*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: #ffffff;
  /*margin-top:50px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.whitepaper-landing-content-grid h1 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: bold;
}
.whitepaper-landing-content-grid h1 span {
  font-weight: normal;
}
.whitepaper-landing-content-grid p {
  width: 40%;
  margin-bottom: 30px;
  font-family: "GOTHAM" !important;
}
.whitepaper-landing-content-grid a img {
  width: 100%;
  display: block;
}

.collapsible-link {
  width: 100%;
  position: relative;
  text-align: left;
}

.collapsible-link::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: block;
  font-family: "FontAwesome";
  font-size: 1.1rem;
}

.collapsible-link[aria-expanded="true"]::before {
  content: "\f106";
}

.whitepaper-faqs-grid {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.whitepaper-faqs-content {
  position: relative;
  width: 50%;
  margin: 0 0 0 auto;
}
.whitepaper-faqs-content::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60%;
  top: 50%;
  left: -7%;
  transform: translate(-50%, -50%);
  background-color: #00b4d8;
}
.whitepaper-faqs-content .accordion-item {
  background-color: #ffffff;
  border: none;
  /*padding:20px;*/
}
.whitepaper-faqs-content .accordion-button:not(.collapsed) {
  all: unset;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2d2d2d;
  gap: 30px;
  box-shadow: none;
  padding-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 15px 0;
}
.whitepaper-faqs-content .accordion-button {
  all: unset;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2d2d2d;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 15px 0;
  gap: 30px;
}
.whitepaper-faqs-content .accordion-body {
  padding: 20px;
  width: 100%;
}
.whitepaper-faqs-content h2 {
  margin: 0;
  background-color: #2d2d2d;
  padding: 0 20px;
}
.whitepaper-faqs-content .accordion-button:not(.collapsed) i {
  transform: rotate(0);
}
.whitepaper-faqs-content i {
  transform: rotate(180deg);
  color: #ffffff;
  font-size: 20px;
}

.whitepaper-faqs-content .accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.whitepaper-faqs-content
  .accordion-item:last-of-type
  .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.whitepaper-faqs-content .accordion-button:not(.collapsed):focus {
  box-shadow: none !important;
}

.whitepaper-faqs-content .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  /* f078 */
}
.whitepaper-faqs-content .accordion-button::after {
  background-image: url(../img/chevron-up-solid.svg) !important;
}
.whitepaper-faqs-title {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: bold;
}

.whitepaper-faqs-image {
  width: 100%;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(-50%, -50%);
}
.whitepaper-faqs-image img {
  display: block;
  width: 85%;
}
.whitepaper-document-sec {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/Desktop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 50px 0;
}

.whitepaper-document-grid {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.whitepaper-document-grid-left {
  width: 50%;
}
.whitepaper-document-grid h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 50px;
}
.whitepaper-document-grid p {
  color: #ffffff;
}
.whitepaper-document-grid p {
  color: #ffffff;
  width: 70%;
  margin-bottom: 40px;
}
.whitepaper-document-grid-left .modal {
  z-index: 100000 !important;
}

.whitepaper-document-grid .modal-btn {
  text-align: center;
  color: #ffffff;
  background-color: #00b4d8;
  padding: 15px 40px;
  text-decoration: none;
  transition: 0.3s ease-in;
  border-radius: 5px;
}
.whitepaper-document-grid .modal-btn:hover {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}

.whitepaper-document-grid-right img {
  width: 400px;
}

#whitepaper-modal-id {
  display: none;
}
.whitepaper-map-sec {
  width: 100%;
  padding: 100px 0;
}
.whitepaper-map-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.whitepaper-map-section-header h1,
.whitepaper-videos-title h1 {
  color: #ffffff;
  font-size: 50px;
}
.whitepaper-map-section-header p {
  color: #ffffff;
  width: 40%;
}
.whitepaper-videos-sec {
  position: relative;
  padding: 50px 0;
  background-image: url(https://soothsayeranalytics.com/public/home/assets/img/Rectangle\ 24.svg);
  background-repeat: no-repeat;
  background-position: 120%;
  /* overflow: visible; */
}

.whitepaper-videos-sec .owl-dots {
  display: none;
}

.whitepaper-videos-title h1 {
  margin-bottom: 50px;
}
.whitepaper-videos-sec-carousel .owl-theme .owl-nav {
  position: absolute;
  top: -30%;
  left: 90%;
  transform: translate(-50%, -50%);
}
.whitepaper-casestudies-sec-carousel {
  position: relative;
}
.whitepaper-casestudies-sec-carousel .owl-theme .owl-nav {
  /*display:block;*/
  position: absolute;
  top: -15%;
  left: 90%;
  transform: translate(-50%, -50%);
}
.whitepaper-videos-sec-carousel .owl-theme .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  background: url("../img/svg-icons/left Icon.svg") no-repeat;
}
.whitepaper-casestudies-sec-carousel .owl-theme .owl-nav button.owl-prev {
  width: 40px;
  height: 40px;
  background: url("../img/svg-icons/left Icon.svg") no-repeat;
}
.whitepaper-videos-sec-carousel .owl-theme .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background: url("../img/svg-icons/right Icon.svg") no-repeat;
}
.whitepaper-casestudies-sec-carousel .owl-theme .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  background: url("../img/svg-icons/right Icon.svg") no-repeat;
}
.whitepaper-videos-sec-carousel .owl-theme .owl-nav button.owl-next span {
  display: none;
}
.whitepaper-videos-sec-carousel .owl-theme .owl-nav button.owl-prev span {
  display: none;
}
.whitepaper-casestudies-sec-carousel .owl-theme .owl-nav button.owl-next span {
  display: none;
}
.whitepaper-casestudies-sec-carousel .owl-theme .owl-nav button.owl-prev span {
  display: none;
}

.whitepaper-videos-sec-carousel .owl-theme .owl-nav [class*="owl-"]:hover {
  /*background: #009fbf;*/
}
.whitepaper-casestudies-sec-carousel .owl-theme .owl-nav [class*="owl-"]:hover {
  /*background: #009fbf;*/
}

.whitepaper-casestudies-sec {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}
.back-shade-studies {
  position: absolute;
  background-image: url(https://soothsayeranalytics.com/public/home/assets/img/Rectangle\ 244.png);
  background-repeat: no-repeat;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.whitepaper-casestudies-sec-carousel .owl-carousel .item {
  width: 100%;
  height: 100%;
  min-height: 600px;
  border: 1px solid #00b4d890;
  padding: 20px;
  border-radius: 10px;
}
.whitepaper-casestudies-sec-carousel .owl-carousel .item p {
  color: #ffffff;
}
.whitepaper-casestudies-sec-carousel-content {
  padding: 10px 0 10px 0;
}
.whitepaper-casestudies-sec-carousel .owl-carousel .item a img {
  display: block;
  width: 127px;
  /*color: #ffffff;*/
  /*border: 1px solid #00b4d8;*/
  /*border-radius: 10px;*/
  /*padding: 10px 20px;*/
}

.whitepaper-footer {
  padding: 50px 0;
}
.whitepaper-footer-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}

.whitepaper-footer-community {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.whitepaper-footer-community p {
  color: #ffffff;
  margin-bottom: 10px;
}
.whitepaper-footer-copyright {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.whitepaper-footer-copyright p,
.whitepaper-footer-copyright a {
  color: #ffffff;
  opacity: 0.5;
  font-size: 13px;
  margin-bottom: 0;
}
.whitepaper-footer-links,
.whitepaper-footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.whitepaper-footer-social img {
  width: 35px;
}
.whitepaper-footer-logo img {
  width: 300px;
}

.whitepaper-videos-sec-carousel .podcasts-videos .item iframe {
  margin: auto;
  border: 1px solid #00b4d8;
  padding: 10px;
  border-radius: 10px;
}

.whitepaper-about-sec {
  padding: 100px 30px;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../img/Desktop.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 50px 0;
}
.whitepaper-blue-text {
  color: #00b4d8;
  font-size: 20px;
  width: 70%;
}
.whitepaper-about-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.whitepaper-about-grid-left p {
  color: #ffffff;
}
.whitepaper-about-grid-right img {
  width: 400px;
}
@media screen and (max-width: 952px) {
  .whitepaper-hamburger button {
    display: block;
    all: unset;
  }
  .whitepaper-hamburger button i {
    font-size: 25px;
  }
  .whitepaper-hamburger {
    display: block;
    opacity: 1;
  }
  .whitepaper-header-grid {
    position: relative;
    justify-content: space-between;
    padding: 0;
  }

  .whitepaper-header-links {
    display: none;
    width: 100%;
    height: calc(100vh - 20px);
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 10px;
    background: #ffffff;
    z-index: 1000;
  }
  .whitepaper-header-links ul {
    display: flex;
    flex-direction: column;
  }
  .whitepaper-header-links ul li a {
    color: #000000;
  }
  .whitepaper-header-btn {
    display: none;
  }
  .whitepaper-close-btn {
    all: unset;
    display: block;
    position: absolute;
    top: 50px;
    left: 90%;
    transform: translate(-50%, -50%);
  }
  .whitepaper-close-btn i {
    color: #000000;
    font-size: 25px;
  }
}

@media screen and (max-width: 576px) {
  .wraptitle {
    width: 300px;
  }
  .whitepaper-section,
  .whitepaper-section-1 {
    height: 100vh;
    background-position: center;
  }
  .whitepaper-footer-copyright {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .whitepaper-map-section-header {
    flex-direction: column;
  }
  .whitepaper-map-section-header p {
    width: 100%;
  }
  .whitepaper-map-section-image img {
    width: 100%;
  }
  .whitepaper-videos-sec-carousel .owl-theme .owl-nav {
    position: absolute;
    display: flex;
    top: -33%;
    left: 90%;
    transform: translate(-50%, -50%);
  }
  .whitepaper-casestudies-sec-carousel .owl-theme .owl-nav {
    display: flex;
  }
  .whitepaper-videos-sec-carousel .owl-theme .owl-nav button.owl-prev,
  .whitepaper-videos-sec-carousel .owl-theme .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .whitepaper-casestudies-sec-carousel .owl-theme .owl-nav button.owl-prev,
  .whitepaper-casestudies-sec-carousel .owl-theme .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .whitepaper-faqs-content {
    position: relative;
    width: 100%;
    margin: auto;
  }
  .whitepaper-faqs-image {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
  .whitepaper-faqs-image img {
    width: 100%;
    padding: 10px;
  }
  .whitepaper-document-sec {
    height: 100%;
    margin-bottom: 0;
  }
  .whitepaper-document-grid {
    flex-direction: column;
    margin-top: 50px;
  }
  .whitepaper-document-grid p,
  .whitepaper-document-grid-left {
    width: 100%;
  }
  .whitepaper-document-grid-left {
    padding: 0 15px;
  }
  .whitepaper-landing-content-grid h1 {
    font-size: 30px;
  }
  .whitepaper-landing-content-grid p {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .whitepaper-videos-sec {
    background: none;
  }
  .whitepaper-document-grid-right img {
    width: 100%;
  }
  .whitepaper-about-sec {
    padding: 0;
    height: 100%;
  }
  .whitepaper-blue-text {
    width: 100%;
  }
  .whitepaper-about-grid {
    flex-direction: column;
  }
  .whitepaper-about-grid-right img {
    width: 100%;
  }
  .whitepaper-map-section-header h1,
  .whitepaper-videos-title h1 {
    font-size: 35px;
  }
}

.image-center {
  display: block;
  width: 100%;
  text-align: center;
}
.image-center img {
  display: block;
  width: 100%;
  text-align: center;
}

.text-center {
  text-align: center !important;
}
.keybens-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  margin-top:60px;
}
.keybens-grid p {                               
  color: #ffffff;
  text-decoration: none;
  text-align: start;
  font-weight:bold;
  margin:0;
}
.keybens-flex {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(6, 1fr);
grid-column-gap: 0px;
grid-row-gap: 30px;
}
.njai-title {
  font-size: 25px;
}
.whitepaper-ai-section-header {
    width:100%;
    display:flex;
      justify-content: center;
  align-items: center;
  gap:50px;
}

.whitepaper-ai-section-header h1{
    white-space:nowrap;
    color:#00B4D8;
    margin-bottom:30px;
}
.whitepaper-ai-section-header h3{
    font-weight:bold;
    color:#ffffff;
}
.whitepaper-ai-section-header p {       
    color:#ffffff;
}
.keybens-icon-flex {
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    gap:20px;
}

.whitepaper-ai-sec {
  position: relative;
  padding: 50px 0;
  background-image: url(../img/svgRectangle.svg);
  background-repeat: no-repeat;
  background-position: -20%;
   /*overflow: visible !important; */
}
.whitepaper-keybens-sec {
  position: relative;
  padding: 50px 0;
  background-image: url(../img/RectangleRound.svg);
  background-repeat: no-repeat;
  background-position: 50%;
   overflow: visible !important; 
   background-size:50%;
}
                
@media screen and (max-width: 576px) {
    .keybens-flex {
        display:flex;
  flex-direction:column;
}
.whitepaper-keybens-sec {
       background-size:100%;
}
.whitepaper-ai-section-header {
  flex-direction:column;
}
.whitepaper-ai-sec {
      background:none;
}
} 

@media only screen and (max-width: 600px) {
  video#popupVideo {
    width: 270px !important;
    height: auto;
}
.popup {
  position: fixed;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 80%; /* Adjust width as needed */
  max-width: 270px;
  background: #ffffff;
  padding: 10px;
  /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);*/
  display: none; /* Hide popup initially */
  z-index: 1000;
}

.popup iframe,
.popup video {
  width: 100%;
  height: auto;
  max-height: 100vh; /* Prevent video from going outside the screen */
}
}

.custom-btn-css {
    all:unset;
    text-decoration:underline;
    padding:0;
    margin:0;
    background:none;
    color:#3d88a8;
    cursor:pointer;
}

/*Videos new design */
.videos-sec-new {
    padding:100px 0 150px 0;
}
.videos-grid-con {
    width:100%;
    display:flex;
    justify-content: center;
    align-items:flex-start;
    gap:40px;
}

.left-video-grid {
    width:50%;
}
.left-video-grid a, .right-single-video-grid a {
    text-decoration:none;
}
.left-video-grid a:hover, .right-single-video-grid a:hover {
    text-decoration:none;
}
.left-video-grid a img {
    display:block;
    width:100%;
    border-radius:10px;
}
.left-video-grid a .left-single-video-text h6, .right-single-video-grid .right-single-video-text h6 {
    color:#212529;
}
.right-video-grid {
    width:50%;
}

.right-single-video-grid {
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:20px;
}
.right-single-video-grid a {
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:20px;
}
.right-video-carousel-grid {
        display:flex;
        flex-direction:column;
    justify-content: flex-start;
    align-items: flex-start;
    gap:20px;
}
.right-single-video-grid video {
    width:200px;
    border-radius:10px;
}
.right-single-video-text .blog-date {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 200;
    opacity: 0.6;
}
.right-single-video-text .blog-title {
    font-size:17px;
        font-weight:100;
}
.left-single-video-text {
    margin-top:15px;
}
.left-single-video-text .blog-date {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 200;
    opacity: 0.6;
    margin-top: 1.5rem;
}
.left-single-video-text .blog-title {
    color:#000000;
    font-weight:100;
}
.right-single-video-grid img {
    width:200px;
    border-radius:7px;
}
.left-video-grid video {
        border-radius:10px;
}

.right-video-grid .carousel-control-prev, .right-video-grid .carousel-control-next {
    background:none;
    border:1px solid #3d88a8 ;
    position:absolute;
    width:50px;
    height:50px;
    border-radius:100px;
}
.right-video-grid .carousel-control-prev-icon, .right-video-grid .carousel-control-next-icon {
    width:20px;
    height:20px;
}
.right-video-grid .carousel-control-prev-icon {
      background-image: url(../img/svg-icons/Left-icon.svg);
}
.right-video-grid .carousel-control-next-icon {
      background-image: url(../img/svg-icons/right-icon.svg) ;
}
.right-video-grid .carousel-control-prev {
    top:120%;
    left:40%;
}
.right-video-grid .carousel-control-next {
    top:120%;
    right:40%;
}
.right-video-grid .carousel-indicators  {
    top:110%;
}
.right-video-grid .carousel-indicators .active {
    background:#3d88a8;
}
.right-video-grid .carousel-indicators li {
    background:#3d88a860;
    width:10px;
    height:10px;
    border-radius:100px;
    cursor:pointer;
}

.videos-tabs-wrapper .nav .nav-item .nav-link.active {
font-size: 12px;
    font-weight: bold;
    border: 1px solid #3d88a8;
    display: inline-block;
    padding: 9px 22px !important;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #3d88a8;
    letter-spacing: 0.08em;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: relative;
    z-index: 1;
    letter-spacing: 0;
    border-radius:0;
}
.videos-tabs-wrapper .nav {
    display:flex;
    justify-content:center;
    align-items:center;
    gap:20px;
    margin-bottom:50px;
}
.videos-tabs-wrapper .nav .nav-item .nav-link {
font-size: 12px;
    font-weight: bold;
    border: 1px solid #3d88a8;
    display: inline-block;
    padding: 9px 22px !important;
    text-transform: uppercase;
    color: #3d88a8 !important;
    background-color: none;
    letter-spacing: 0.08em;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    position: relative;
    z-index: 1;
    letter-spacing: 0;
    border-radius:0;
}
.left-video-grid iframe {
    width:100%;
    height:300px;
    border-radius:10px;
}
.right-single-video-grid iframe {
    width:250px;
    height:140px;
    border-radius:10px;
}


video#popupVideo {
  width: 100%;
  height: auto;
  max-height: 90vh;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  /*transform: translate(-50%, -50%);*/
  width: 80%;
  max-width: 520px;
  background: #ffffff;
  padding: 10px;
  display: none;
  z-index: 1000;
}
.videos-grid-con .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 520px;
  background: #ffffff;
  padding: 10px;
  display: none;
  z-index: 1000;
}


.popup.show {
  display: block !important;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 999;
}

.popup-overlay.show {
  display: block;
}

.popup-1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 520px;
  background: #fff;
  padding: 10px;
  display: none;
  z-index: 1000;
}

.popup-1.show {
  display: block !important;
}

.popup-overlay-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 999;
}

.popup-overlay-1.show {
  display: block;
}
/*2*/
.popup-2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 520px;
  background: #fff;
  padding: 10px;
  display: none;
  z-index: 1000;
}

.popup-2.show {
  display: block !important;
}

.popup-overlay-2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 999;
}

.popup-overlay-2.show {
  display: block;
}






@media screen and (max-width: 992px) {
    .videos-grid-con {
        flex-direction:column;
    justify-content: center;
    align-items:center;
    gap:40px;
}
.left-video-grid {
    width:100%;
}
.right-video-grid {
    width:100%;
}
}
@media screen and (max-width: 767px) {
    .right-video-grid .carousel-control-prev {
    left:35%;
}
.right-video-grid .carousel-control-next {
    right:35%;
}
.videos-tabs-wrapper .nav {
    gap:10px;
}
.videos-tabs-wrapper .nav .nav-item .nav-link.active {
    padding: 9px 18px !important;
}
.videos-tabs-wrapper .nav .nav-item .nav-link {
    padding: 9px 18px !important;
}
.right-single-video-grid iframe {
    width:200px;
    height:120px;
}
}
@media screen and (max-width: 410px) {
    .right-video-grid .carousel-control-prev {
    left:33%;
}
.right-video-grid .carousel-control-next {
    right:33%;
}
}

.custom-padding-bottom-podcasts {
    margin-bottom:150px;
}