/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */




body {
    padding-top: 2.2rem;
    padding-bottom: 2.5rem;
    color: #5E5E5E;
    margin-top: 10px;
  
  
  
  }
  
  footer {
    position: absolute;
    width: 100%;
    font-weight: 300;
    font-size: small;
  
    /* bottom: 0; */
  }
  
  
  
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }
  
  .btn {
    color: white;
  }
  
  #dropdown01-toggle:active,
  #dropdown01.dropdown-toggle:focus {
    outline: 0;
  }
  
  .btn.btn-submit {
    background-color: #EE220C;
    border: #EE220C;
  }
  
  
  
  .btn.btn-submit:hover {
    background-color: #e96658;
    border: #e96658;
  }
  
  .btn.btn-lg {
    background-color: #EE220C;
    border: #EE220C;
    color: white;
  }
  
  
  .btn.btn-lg:hover {
    background-color: #e96658;
    border: #e96658;
    color: white;
  
  
  }
  
  
  .fa.fa-twitter {
    font-family: sans-serif;
  }
  
  .fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
  }
  
  
  .btn.btn-lg.btn-primary {
    background-color: #EE220C;
    border: #EE220C;
  }
  
  .btn.btn-lg.btn-primary:hover {
    background-color: #e96658;
    border: #e96658;
  }
  
  .btn.btn-secondary {
    background-color: #EE220C;
    border: #EE220C;
  }
  
  .btn.btn-success:hover {
    background-color: #e96658;
    border: #e96658;
  }
  
  .btn.btn-success {
    background-color: #EE220C;
    border: #EE220C;
  }
  
  
  .btn.btn-success.btn-send:hover {
    background-color: #e96658;
    border: #e96658;
  }
  
  .btn.btn-success.btn-send {
    background-color: #EE220C;
    border: #EE220C;
  }
  
  .btn.btn-secondary:hover {
    background-color: #e96658;
    border: #e96658;
  }

  .btn.btn-default{
    background-color: transparent;
    border: #5E5E5E;
  }
  
  
  .help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
  }
  
  label {
    color: #333;
  }
  
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-bottom: 4rem;
  }
  
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
    color: white;
    font-weight: 500;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 40em;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  
  }
  
  .carousel-control-prev {
    visibility: hidden;
  }
  
  .carousel-control-next {
    visibility: hidden;
  }
  
  .carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0.9;
    min-width: 100%;
    height: 40em;
    width: 100%;
  }
  
  
  
  #indexjumbo {
    background-color: white;
  }
  
  /*flip styles for content change -services section*/
  /* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
  .flip-card {
    background-color: transparent;
    width: 100%;
    height: 200px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    margin-bottom: 10px;
    /* Remove this if you don't want the 3D effect */
  }
  
  /* This container is needed to position the front and back side */
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  
  
  
  .slider {
    background: transparent;
    height: 75pt;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    cursor: default;
    user-select: none;
    touch-action: none;
  }
  
  .slider:before {
    left: 0;
    top: 0;
  }
  
  .slider:after,
  .slider:before {
    background: linear-gradient(to right,
        transparent 0%,
        hsla(0, 0%, 100%, 0) 100%);
    content: "";
    height: 75pt;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  
  .slider:after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  
  .slider:after,
  .slider:before {
    background: linear-gradient(to right,
        transparent 0%,
        hsla(0, 0%, 100%, 0) 100%);
    content: "";
    height: 75pt;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  
  .slider .slide-track-1 {
    animation: scroll-l 30s linear infinite;
    display: flex;
    width: 2500px;
  }
  
  .slider .slide-track-2 {
    animation: scroll-r 30s linear infinite;
    display: flex;
    width: 2500px;
  }
  
  .slider .slide-track-3 {
    animation: scroll-l1 30s linear infinite;
    display: flex;
    width: 3500px;
  }
  
  .slider .slide-track-4 {
    animation: scroll-r 30s linear infinite;
    display: flex;
    width: 2500px;
  }
  
  .slider .slide-track-team {
    animation: scroll-l 30s linear infinite;
    display: flex;
    width: 2500px;
  }
  
  .slider .slide {
    height: 75pt;
    width: 250px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  
  .slider .slide img {
    width: 180px;
    padding: 1.1pc;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
    max-width: 53%;
    height: auto;
  }
  
  .slider .slide1 {
    height: 75pt;
    width: 250px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  
  .slider .slide1 img {
    width: 150px;
    padding: 1.1pc;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
    max-width: 90%;
    height: auto;
  }

  .slider .slide2 {
    height: 75pt;
    width: 250px;
    display: flex;
    align-items: center;
    text-align: center;
  }
  
  .slider .slide2 img {
    width: 110px;
    padding: 0.5pc;
    vertical-align: middle;
    margin: 0 auto;
    display: inline-block;
    max-width: 90%;
    height: auto;
  }
  
  
  /*
  -----------------------------------team slider */
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  
  .text-blk {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
  }
  
  .outer-container {
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  
  .inner-container {
    max-width: 1320px;
    flex-direction: column;
    margin-top: 80px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 200px;
  }
  
  .card-container {
    overflow-x: visible;
    overflow-y: visible;
  }
  
  .heading-text {
    font-size: 48px;
    line-height: 65px;
    font-weight: 900;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  
  .name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .team-member-image {
    height: 230px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 270px;
  }
  
  .card {
    display: block;
  }
  
  .position {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .swiper-slide {
    justify-content: flex-start;
    display: flex;
  }
  
  .arrow-right {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    cursor: pointer;
    height: 14px;
    width: 24px;
  }
  
  .arrow-left {
    height: 14px;
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    cursor: pointer;
  }
  
  .btn {
    display: inline-flexbox;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    flex-direction: row-reverse;
  }
  
  @media (max-width: 500px) {
    .btn {
      margin-left: 0px !important;
    }
  }
  
  .swiper-pagination {
    position: static;
    text-align: left;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .team-swiper {
    overflow: hidden;
  }
  
  @media (max-width: 768px) {
    .inner-container {
      margin-top: 80px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      justify-content: center;
    }
  
    .card-container {
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
    }
  
    .swiper-slide {
      justify-content: center;
    }
  
    .heading-text {
      text-align: center;
    }
  
    .swiper-pagination {
      text-align: center;
    }
  
    .arrow-left {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 20px;
    }
  
    .arrow-right {
      height: 14px;
    }
  
    .swiper-slide.empty {
      display: none;
    }
  }
  
  @media (max-width: 500px) {
    .inner-container {
      margin-top: 80px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
      align-items: flex-start;
    }
  
    .card-container {
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
    }
  
    .heading-text {
      text-align: center;
    }
  
    .card-container {
      align-items: flex-start;
    }
  
    .btn {
      justify-content: flex-start;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 30px;
      margin-left: 0px;
      text-align: left;
    }
  
    .arrow-left {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .team-member-image {
      width: 240px;
      height: 200px;
    }
  
    .outer-container {
      padding-top: 10px;
      padding-right: 0px;
      padding-bottom: 10px;
      padding-left: 20px;
    }
  
    .btn {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 30px;
      margin-left: 10px;
    }
  }
  
  
  
  @keyframes scroll-l {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(calc(-250px * 5));
    }
  }
  
  @keyframes scroll-r {
    100% {
      transform: translateX(0);
    }
  
    0% {
      transform: translateX(calc(-250px * 5));
    }
  }
  
  @keyframes scroll-l1 {
    0% {
      transform: translateX(0);
    }
  
    100% {
      transform: translateX(calc(-250px * 7));
    }
  }
  
  
  /* Do an horizontal flip when you move the mouse over the flip box container */
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  /* Position the front and back side */
  .flip-card-front,
  .flip-card-back,
  .flip-card-front1 {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
  }
  
  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    background-color: #EAECEF;
    color: black;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  
  .flip-card-front1 {
    background-color: #EBDDC3;
    color: black;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  
  /* Style the back side */
  .flip-card-back {
    background-color: #556B2F;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  
  /* Style all font awesome icons */
  .fa {
  
    text-align: center;
    text-decoration: none;
  }
  
  /* Add a hover effect if you want */
  .fa:hover {
    opacity: 0.7;
    color: #e96658;
    background: transparent;
  }
  
  .ai {
    font-size: 21px;
    width: 21px;
    text-align: center;
    text-decoration: none;
  
  }
  
  /* Add a hover effect if you want */
  .ai:hover {
  
    color: #e96658;
    background: transparent;
  }
  
  /* Set a specific color for each brand */
  
  /* Facebook */
  .fa-facebook {
    font-size: 20px;
    width: 20px;
    background: transparent;
    color: #EE220C;
  }
  
  /* Twitter */
  .fa-twitter {
  
    font-size: 17px;
  
    width: 20px;
    background: #EE220C;
    color: white;
  }
  
  /*Linkedin*/
  
  .fa-linkedin {
    font-size: 20px;
    width: 21px;
    background: #EE220C;
    color: white;
  }
  
  #linkedinabout {
    font-size: 21px;
    width: 21px;
    background: #EE220C;
    color: white;
  }
  
  #linkedinabout:hover {
    opacity: 0.7;
    color: #e96658;
    background: transparent;
  
  }
  
  .fa-github-alt {
    font-size: 23px;
    width: 23px;
    background: white;
    color: #EE220C;
    font-size: x-large;
  }
  
  .fa-envelope {
    font-size: 21px;
    width: 21px;
    background: white;
    color: #EE220C;
  
  }
  
  .fa-pagelines {
    font-size: 18;
    color: #27b88d;
  }
  
  .fa-star {
    font-size: 18;
    color: #27b88d;
  }
  
  .fa-fighter-jet {
    font-size: 41px;
    width: 41px;
    background: white;
    color: #5d0c839c;
  
  }
  
  section {
    min-height: 100vh;
  }
  
  .ai-researchgate {
    background: #EE220C;
    ;
    color: white;
  
  }
  
  /*--------------------------------------------------
  card
  .card-horizontal {
    display: flex;
    flex: 1 1 auto;
  }*/
  
  .figure figcaption {
    font-size: small;
    color: white;
    background: #5E5E5E;
    padding: 5px;
  
    /*width: relative;*/
  }
  
  
  #phdthesis figcaption {
    font-size: small;
    color: white;
    background: #5E5E5E;
    /*padding: 5px;*/
    margin-top: 30px;
    text-align: left;
    width: 100%;
  }
  
  /*.container-fluid h2{
    font-style: italic;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
    color: #EE220C;
  
  }*/
  
  
  
  #figureceo figcaption {
    font-size: small;
    color: black;
    background: white;
    padding: 5px;
    width: 100%;
    text-align: center;
  
  }
  
  #figurecoo figcaption {
    font-size: small;
    color: black;
    background: white;
    padding: 5px;
    width: 100%;
    text-align: center;
  
  }
  
  
  
  #defi figcaption {
    font-size: small;
    color: white;
    background: #5E5E5E;
    padding: 0px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  
  #zukhrufratings figcaption {
    font-size: small;
    color: white;
  
    padding: 5px;
    width: 200px;
    text-align: left;
  }
  
  
  /*timeline
  
  ----------------------------------*/
  
  
  .checkcaption {
    text-align: center;
    margin-top: 10px;
  }
  
  .check {
    width: 60px;
    height: 30px;
    border: #222 solid 2px;
    position: relative;
    margin: 10px auto;
    border-radius: 15px;
  }
  
  .check input {
    visibility: hidden;
    height: 30px;
    width: 60px;
  }
  
  .check label {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e74c3c;
    cursor: pointer;
    position: absolute;
    top: 18%;
    left: 12%;
    transition: all 0.3s ease;
  }
  
  .check input:checked+label {
    left: 55%;
    background-color: #7b3;
  }
  
  div#timeline {
    background-color: #6ab0de;
    margin-top: 150px;
    height: 10px;
    width: 100%;
    position: relative;
  }
  
  div#timeline .inside {
    position: absolute;
    height: 4px;
    background-color: #fff;
    width: 0%;
    top: 3px;
    left: 0;
  }
  
  div#timeline .dot {
    z-index: 99;
    transition: 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    text-align: center;
    cursor: pointer;
  }
  
  div#timeline .dot:nth-child(1) {
    left: 20%;
    background-color: #2c3e50;
  }
  
  div#timeline .dot:nth-child(2) {
    left: 40%;
    background-color: #e74c3c;
  }
  
  div#timeline .dot:nth-child(3) {
    left: 60%;
    background-color: #7b3;
  }
  
  div#timeline .dot:nth-child(4) {
    left: 80%;
    background-color: #20638f;
  }
  
  div#timeline .dot:hover {
    transform: scale(1.2);
  }
  
  div#timeline .dot date {
    font-family: roboto;
    font-size: 1.1rem;
    display: block;
    position: relative;
    top: -60px;
    text-align: center;
  }
  
  div#timeline .dot span {
    display: inline-block;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  
  article {
    display: none;
    position: relative;
    top: 30px;
    max-width: 960px;
    background-color: #fff;
    padding: 20px;
    margin: auto;
  }
  
  article date {
    display: block;
    text-align: right;
  }
  
  article h2 {
    font-family: merriweather, sans-serif;
    font-size: 5rem;
    padding: 10px 0;
    border-bottom: solid #111 2px;
    margin-bottom: 20px;
  }
  
  article p {
    line-height: 130%;
  }
  
  div.mask {
    display: none;
    left: 0;
    top: 20%;
    position: fixed;
    width: 100%;
    height: relative;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999;
  }
  
  div.mask article {
    position: relative;
    top: -100%;
    margin-top: 30%;
    max-width: 960px;
    background-color: #fff;
    padding: 20px;
    margin: auto;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  }
  
  div.mask article date {
    display: block;
    text-align: right;
  }
  
  div.mask article h2 {
    font-family: merriweather, sans-serif;
    font-size: 5rem;
    padding: 10px 0;
    border-bottom: solid #111 2px;
    margin-bottom: 20px;
  }
  
  div.mask article p {
    line-height: 130%;
  }
  
  /*Scrollable Gallery
  -----------------------------------------*/
  div.scroll-container {
    background-color: #ede1d0;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
  }
  
  div.scroll-container img {
    padding: 10px;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-md-6 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  /*.marketing h2 {
    font-weight: 400;
  }
  
  */
  .marketing .col-md-6 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  /*.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
  }*/
  
  
  
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
  
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    /*.featurette-heading {
      font-size: 50px;
    }*/
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  
  
  
  @media (min-width: 1024px) {
    .contact4 .contact-box {
      padding: 80px 105px 80px 0px;
    }
  }
  
  @media (max-width: 767px) {
    .contact4 .contact-box {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  @media (max-width: 1023px) {
    .contact4 .right-image {
      position: relative;
      bottom: -95px;
    }
  }
  
  /*Services section*/
  
  @import url('https://fonts.googleapis.com/css?family=Poppins|Ubuntu&display=swap');
  
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
  }
  
  
  
  .box {
    position: relative;
    width: 100%;
  
    /*padding-right: 15px;
      padding-left: 15px*/
  }
  
  .our-services {
    margin-top: 50px;
    /*margin-bottom: 5px;*/
    padding-bottom: 15px;
    padding: 10px 10px;
    min-height: 58px;
    text-align: left;
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    /*box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17)*/
  }
  
  .our-toolbox .icon {
    margin-bottom: -21px;
    transform: translateY(-50%);
    text-align: center
  }
  
  .our-toolbox {
    margin-top: 15px;
    padding-bottom: 10px;
    padding: 0 10px;
    min-height: 58px;
    text-align: left;
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    /*box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17)*/
  }
  
  .our-services .icon {
    margin-bottom: -21px;
    transform: translateY(-50%);
    text-align: center;
  }
  
  /*.our-services:hover h4,
  .our-services:hover p {
      color: #fff
  }*/
  
  
  .our-solutions {
    margin-top: 50px;
    /*margin-bottom: 30px;*/
    padding-bottom: 15px;
    padding: 10px 10px;
    min-height: 58px;
    text-align: center;
    border-radius: 10px;
  
    transition: all .4s ease-in-out;
    /*box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17)*/
  }
  
  .our-solutions .icon {
    margin-bottom: -21px;
    transform: translateY(-50%);
    text-align: center;
  
  }
  
  /*.nav-item:hover {
    background-color:#5E5E5E;
    color: white;
  }*/
  
  .fa-chain {
    font-size: 80px;
    width: 80px;
    color: #e6853c;
  }
  
  .fa-chain:hover {
    color: #e6853c;
    background: transparent;
  }
  
  
  
  .fa-moon-o {
    font-size: 80px;
    width: 80px;
    color: #5E5E5E;
  
  }
  
  .fa-star-half-o {
    font-size: 80px;
    width: 80px;
    color: #5E5E5E;
  
  }
  
  .fa-android {
    font-size: 80px;
    width: 80px;
    color: #5E5E5E;
  
  }
  
  
  .fa-hourglass-2 {
    font-size: 70px;
    width: 70px;
    color: #5E5E5E;
  
  }
  
  
  .fa-tree {
    font-size: 80px;
    width: 80px;
    color: #5E5E5E;
  
  }
  
  .fa-home {
    font-size: 90px;
    width: 90px;
    color: #5E5E5E;
  
  }
  
  .fa-mobile {
    font-size: 100px;
    width: 100px;
    color: #5E5E5E;
  
  }
  
  .fa-smile-o {
    font-size: 40px;
    width: 40px;
    color: rgb(250, 192, 84);
  
  }
  
  .fa-envelope-square {
    font-size: 30px;
    width: 30px;
    color: #5E5E5E;
  
  }
  
  .fa-map-marker {
    font-size: 30px;
    width: 30px;
    color: #5E5E5E;
  
  }
  
  .fa-universal-access {
    font-size: 80px;
    width: 80px;
    color: rgb(240, 21, 21);
  
  }
  
  .fa-universal-access:hover {
    color: rgb(253, 169, 169);
    background: transparent;
  }
  
  .fa-smile-o:hover {
    color: orange;
    background: transparent;
  }
  
  .fa-moon-o:hover {
    color: #5E5E5E;
    background: transparent;
  }
  
  .fa-mobile:hover {
    color: #5E5E5E;
    background: transparent;
  }
  
  .fa-hourglass-2:hover {
    color: #5E5E5E;
    background: transparent;
  }
  
  .fa-tree:hover {
    color: #5E5E5E;
    background: transparent;
  }
  
  .fa-tree:home {
    color: #5E5E5E;
    background: transparent;
  }
  
  .fa-star-half-o:hover {
    color: #5E5E5E;
    background: transparent;
  }
  
  .fa-android:hover {
    color: #5E5E5E;
    background: transparent;
  }
  
  .fa-android:active {
    color: #5E5E5E;
    background: transparent;
  }
  
  .innovatedefi:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    background-image: linear-gradient(-45deg, rgb(240, 21, 21) 0%, rgb(253, 169, 169) 100%);
    color: white;
  }
  
  
  .consulting:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    background-image: linear-gradient(-45deg, #494848 0%, #cccaca 100%);
    color: white;
  }
  
  .speedup:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%);
  }
  
  .strategy:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, #fc6a0e 0%, #ecc88e 100%);
    color: white;
  }
  
  .profit:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, #af3d63 0%, rgb(236, 164, 164) 100%);
    color: white;
  }
  
  .integrate:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, #3615e7 0%, #ada1f1 100%);
    color: white;
  
  }
  
  .poc:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, #10a779 0%, rgb(156, 240, 156) 100%);
    color: white;
  }
  
  .fa-code {
    font-size: 80px;
    width: 80px;
    color: #10a779;
  }
  
  .fa-code:hover {
    color: #10a779;
    background: transparent;
  }
  
  
  .fa-diamond {
    font-size: 80px;
    width: 80px;
    color: #2fa7cf;
  }
  
  .fa-diamond:hover {
  
    color: #2fa7cf;
    background: transparent;
  }
  
  
  .dream:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, #2fa7cf 0%, #adaeae 100%);
    color: white;
  }
  
  .fa-leaf {
    font-size: 80px;
    width: 80px;
    color: #02883a;
  }
  
  .fa-leaf:hover {
  
    color: #02883a;
    background: transparent;
  }
  
  .fa-calculator {
    font-size: 75px;
    width: 75px;
    color: #004D80;
  }
  
  .fa-calculator:hover {
  
    color: #004D80;
    background: transparent;
  }
  
  
  .plant:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, #02883a 0%, #b0f3ae 100%);
    color: white;
  }
  
  
  .fa-rocket {
    font-size: 80px;
    width: 80px;
    color: brown;
  }
  
  .fa-rocket:hover {
  
    color: brown;
    background: transparent;
  }
  
  
  .fa-road {
    font-size: 80px;
    width: 80px;
    color: brown;
  }
  
  .fa-road:hover {
  
    color: brown;
    background: transparent;
  }
  
  
  .sprint:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, brown 0%, rgb(160, 156, 156) 100%);
    color: white;
  }
  
  .fa-life-ring {
    font-size: 80px;
    width: 80px;
    color: #fc6a0e;
  }
  
  .fa-life-ring:hover {
  
    color: #fc6a0e;
    background: transparent;
  }
  
  .clutter:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    background-image: linear-gradient(-45deg, #fc6a0e 0%, #e7ca9a 100%);
    color: white;
  }
  
  .fa-line-chart {
    font-size: 80px;
    width: 80px;
    color: #af3d63;
  
  }
  
  .fa-line-chart:hover {
    color: #af3d63;
    background: transparent;
  }
  
  .fa-bolt {
    font-size: 80px;
    width: 80px;
    color: #fc6a0e;
  }
  
  .fa-bolt:hover {
    color: #fc6a0e;
    background: transparent;
  }
  
  .fa-lightbulb-o {
    font-size: 80px;
    width: 80px;
    color: #fc6a0e;
  }
  
  .fa-lightbulb-o:hover {
    color: #fc6a0e;
    background: transparent;
  }
  
  .fa-bullseye {
    font-size: 30px;
    width: 30px;
    color: #5E5E5E;
  }
  
  .fa-bullseye:hover {
    color: #5E5E5E;
    background: transparent;
  }
  
  .fa-flag {
    font-size: 30px;
    width: 30px;
    color: #5E5E5E;
  }
  
  .fa-flag:hover {
    color: #5E5E5E;
    background: transparent;
  }
  
  .fa-superpowers {
    font-size: 30px;
    width: 30px;
    color: #5E5E5E;
  }
  
  .fa-superpowers:hover {
    color: #5E5E5E;
    background: transparent;
  }
  
  .fa-file-pdf-o {
    font-size: 25px;
    width: 25px;
    color: #EE220C;
  }
  
  .fa-sun-o {
    font-size: 20px;
    width: 20px;
    color: orange;
  }
  
  .fa-sun-o:hover {
    color: yellow;
    background: transparent;
  }
  
  .fa-file-pdf-o:hover {
  
    background: transparent;
  }
  
  .fa-github-square {
    font-size: 30px;
    width: 30px;
    color: #EE220C;
  }
  
  .fa-github-square:hover {
  
    background: transparent;
  }
  
  .fa-sitemap {
    font-size: 80px;
    width: 80px;
    color: #3615e7;
  }
  
  .fa-sitemap:hover {
    color: #3615e7;
    background: transparent;
  }
  
  .fa-laptop {
    font-size: 80px;
    width: 80px;
    color: #0b54f1ec;
  }
  
  .fa-laptop:hover {
    color: #0b54f1ec;
    background: transparent;
  }
  
  
  .fa-puzzle-piece {
    font-size: 80px;
    width: 80px;
    color: #0b54f1ec;
  }
  
  .fa-puzzle-piece:hover {
    color: #0b54f1ec;
    background: transparent;
  }
  
  .fa-cubes {
    font-size: 80px;
    width: 80px;
    color: #02883a;
  }
  
  .fa-cubes:hover {
    color: #02883a;
    background: transparent;
  }
  
  
  .fa-cogs {
    font-size: 80px;
    width: 80px;
    color: #ff8a2b;
  }
  
  .fa-cogs:hover {
    color: #ff8a2b;
    background: transparent;
  }
  
  .fa-handshake-o {
    font-size: 80px;
    width: 80px;
    color: brown;
  }
  
  .fa-handshake-o:hover {
    color: brown;
    background: transparent;
  }
  
  .fa-search-plus {
    font-size: 80px;
    width: 80px;
    color: #327caa;
  }
  
  .fa-search-plus:hover {
    color: #327caa;
    background: transparent;
  }
  
  .fa-shield {
    font-size: 80px;
    width: 80px;
    color: black;
  }
  
  .fa-shield:hover {
    color: black;
    background: transparent;
  }
  
  /*
  .fa-compass{
    font-size: 80px;
    width: 80px;
    color:#02883a;
  }
  
  .fa-compass:hover{
    color:#02883a;
    background:transparent ;
  }
  */
  .fa-compass {
    font-size: 80px;
    width: 80px;
    color: #5E5E5E;
  }
  
  .fa-compass:hover {
    color: #5E5E5E;
    background: transparent;
  }
  
  .fa-anchor {
    font-size: 80px;
    width: 80px;
    color: brown;
  }
  
  .fa-anchor:hover {
    color: brown;
    background: transparent;
  }
  
  .shieldinsurtech:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    background-image: linear-gradient(-45deg, black 0%, rgb(160, 152, 152) 100%);
    color: white;
  }
  
  .market:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, brown 0%, rgb(180, 152, 98) 100%);
    color: white;
  }
  
  .fa-key {
    font-size: 32px;
    width: 32px;
    color: goldenrod;
  }
  
  .fa-key:hover {
    color: #0072b1;
    background: transparent;
  }
  
  .fa-graduation-cap {
    font-size: 80px;
    width: 80px;
    color: #02883a;
  }
  
  .fa-eye {
    font-size: 80px;
    width: 80px;
    color: goldenrod;
  }
  
  .fa-eye:hover {
    color: goldenrod;
    background: transparent;
  }
  
  .lock:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, goldenrod 0%, rgb(204, 197, 178) 100%);
    color: white;
  }
  
  .fa-flask {
    font-size: 80px;
    width: 80px;
    color: rgb(32, 165, 218);
  }
  
  .fa-flask:hover {
    color: rgb(32, 165, 218);
    background: transparent;
  }
  
  .beaker:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, rgb(32, 165, 218) 0%, rgb(199, 232, 245) 100%);
    color: white;
  }
  
  .fa-magic {
    font-size: 80px;
    width: 80px;
    color: rgb(67, 134, 53);
  }
  
  .fa-magic:hover {
    color: rgb(67, 134, 53);
    background: transparent;
  }
  
  .jaadu:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, rgb(67, 134, 53) 0%, rgb(181, 233, 170) 100%);
    color: white;
  }
  
  .fa-pencil-square-o {
    font-size: 80px;
    width: 80px;
    color: rgb(51, 51, 51);
  }
  
  .fa-pencil-square-o:hover {
    color: rgb(51, 51, 51);
    background: transparent;
  }
  
  .track:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, rgb(51, 51, 51) 0%, rgb(167, 163, 163) 100%);
    color: white;
  }
  
  .hover-item {
    color: #EE220C;
    background-color: inherit;
  }
  
  .hover-item:hover {
    background-color: inherit;
    color: white;
  }
  
  .jumbotron {
    padding: 20px 20px 20px 20px;
    width: 100%;
    /*display: inline-block;*/
  }
  
  /*#balance{
    /*background: rgb(68, 68, 68);
  
    /*color: white;
  
  
  }*/
  
  .fa-graduation-cap:hover {
    color: #02883a;
    background: transparent;
  }
  
  .fa-space-shuttle {
    color: #494848;
  }
  
  .fa-space-shuttle:hover {
    color: #494848;
    background: transparent;
  }
  
  .fa-arrow-up {
    color: #494848;
  }
  
  .fa-arrow-up:hover {
    color: #494848;
    background: transparent;
  }
  
  .fa-dot-circle-o {
    color: #494848;
  }
  
  .fa-dot-circle-o:hover {
    color: #494848;
    background: transparent;
  }
  
  .fa-users {
    font-size: 80px;
    width: 80px;
    color: #883e02;
  }
  
  .fa-users:hover {
    color: #883e02;
    background: transparent;
  }
  
  .fa-money {
    font-size: 80px;
    width: 80px;
    color: #ff8a2b;
  }
  
  .fa-money:hover {
    color: #ff8a2b;
    background: transparent;
  }
  
  
  .fa-search {
    font-size: 80px;
    width: 80px;
    color: #4072fb;
  }
  
  .fa-search:hover {
    color: #4072fb;
    background: transparent;
  }
  
  .settings:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%)
  }
  
  .webworld:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, #0b54f1ec 0%, #a0c5e2 100%);
    color: white;
  }
  
  .build:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, #02883a 0%, #b0f3ae 100%);
    color: white;
  }
  
  .evolve:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, #883e02 0%, #e0af87 100%);
    color: white;
  }
  
  .nlp:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    background-image: linear-gradient(-45deg, #494848 0%, #cccaca 100%);
    color: white;
  }
  
  .value:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, #ff8a2b 0%, #ffd4b0 100%);
    color: white;
  }
  
  .privacy:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%);
  }
  
  .backups:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, #fc6a0e 0%, #ecc2a8 100%);
    color: white;
  }
  
  .ssl:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
  
    background-image: linear-gradient(-45deg, #4072fb 0%, #8ea8f0 100%);
    color: white;
  }
  
  .database:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%)
  }
  
  
  .single-team .inner {
    text-align: center;
    margin-bottom: 35px;
    background-color: #5E5E5E;
  
    padding: 5px 5px 0px;
  }
  
  .single-team .inner .team-img {
    position: relative;
  }
  
  .single-team .inner .team-img img {
    width: 100%;
  }
  
  .single-team .inner .team-img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
  }
  
  .single-team .inner .team-img:hover::after {
    opacity: 0.4;
  }
  
  .single-team .inner .team-content {
    padding: 22px 0px 0px;
  }
  
  .single-team .inner .team-content h4 {
    font-size: 18px;
    font-weight: 400;
    color: white;
  }
  
  .single-team .inner .team-content h5 {
    font-weight: 350;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: white;
  }
  
  .single-team .inner .team-content h6 {
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: white;
  }
  
  .single-team .inner .team-content a {
    display: inline-block;
    padding: 2px;
    margin: 0 3px;
    font-size: 16px;
  }
  
  .team-social {
    background: #f3f6fa;
    width: 50%;
    padding-top: 4px;
    margin: auto;
    border-radius: 15px 15px 0px 0px;
    margin-top: 17px;
  }
  
  
  .flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
  
  }
  
  
  .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
  }
  
  .background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
  
  }
  
  .background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(12, 73, 9, 0.6) 0%, #0E5DC4 100%);
  
    opacity: 0.9;
  }
  
  .background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
  }
  
  .item-bg {
    width: 300px;
    height: 500px;
    position: absolute;
    top: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all .3s;
    left: -30px;
  }
  
  .item-bg.active {
    left: 15px;
    top: 15px;
    opacity: 1;
  }
  
  .news-slider {
    z-index: 2;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }
  
  @media screen and (max-width: 1300px) {
    .news-slider {
      max-width: 1000px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .news-slider {
      /* margin-top: 45px; */
    }
  }
  
  .news-slider__wrp {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
  }
  
  .news-slider__item {
    width: 400px;
    flex-shrink: 0;
  }
  
  @media screen and (max-width: 992px) {
    .news-slider__item {
      width: 340px;
    }
  }
  
  .news-slider__item.swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
  }
  
  .news-slider__item.swiper-slide-active,
  .news-slider__item.swiper-slide-prev,
  .news-slider__item.swiper-slide-next {
    opacity: 1;
    pointer-events: auto;
  }
  
  .news-slider__ctr {
    position: relative;
    z-index: 12;
  }
  
  .news-slider__arrow {
    background: #fff;
    border: none;
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 12;
    cursor: pointer;
    outline: none !important;
  }
  
  .news-slider__arrow:focus {
    outline: none !important;
  }
  
  .news-slider__arrow .icon-font {
    display: inline-flex;
  }
  
  .news-slider__arrow.news-slider-prev {
    left: 15px;
    transform: translateY(-50%);
  }
  
  .news-slider__arrow.news-slider-next {
    right: 15px;
    transform: translateY(-50%);
  }
  
  .news-slider__pagination {
    text-align: center;
    margin-top: 35px;
  }
  
  .news-slider__pagination .swiper-pagination-bullet {
    width: 13px;
    height: 4px;
    display: inline-block;
    background: #fff;
    opacity: .2;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity .5s, background-color .5s, width .5s;
    transition-delay: .5s, .5s, 0s;
  }
  
  .news-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
    width: 100px;
    transition-delay: 0s;
  }
  
  @media screen and (max-width: 576px) {
    .news-slider__pagination .swiper-pagination-bullet-active {
      width: 70px;
    }
  }
  
  .news__item {
    padding: 40px;
    color: #fff;
    border-radius: 10px;
    display: block;
    transition: all .3s;
  }
  
  @media screen and (min-width: 800px) {
    .news__item:hover {
      color: #222222;
      transition-delay: .1s;
    }
  
    .news__item:hover .news-date,
    .news__item:hover .news__title,
    .news__item:hover .news__txt {
      opacity: 1;
      transition-delay: .1s;
      color: #222222;
    }
  
    .news__item:hover .news__img {
      box-shadow: none;
    }
  }
  
  .news__item.active {
    color: #222222;
  }
  
  .news__item.active .news-date,
  .news__item.active .news__title,
  .news__item.active .news__txt {
    opacity: 1;
  }
  
  .news__item.active .news__img {
    box-shadow: none;
  }
  
  @media screen and (max-width: 992px) {
    .news__item {
      padding: 30px;
    }
  
    .news-slider {
      padding-top: 18%;
    }
  
    .news-slider__pagination {
      margin-top: 70px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .news__item {
      padding: 20px;
    }
  
    .news-slider__pagination {
      margin-top: 45px;
    }
  }
  
  .news-date {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid;
    display: inline-block;
    opacity: .7;
    transition: opacity .3s;
    color: #222222;
  }
  
  @media screen and (max-width: 576px) {
    .news-date {
      margin-bottom: 10px;
      display: inline-flex;
      align-items: center;
      padding-bottom: 0;
    }
  }
  
  .news-date__title {
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  
  @media screen and (max-width: 576px) {
    .news-date__title {
      margin-right: 10px;
    }
  }
  
  .news-date__txt {
    font-size: 16px;
  }
  
  .news__title {
    font-size: 18px;
    font-weight: 500;
    opacity: .7;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: opacity .3s;
    color: #222222;
  }
  
  @media screen and (max-width: 576px) {
    .news__title {
      font-size: 22px;
      margin-bottom: 10px;
    }
  }
  
  .news__txt {
    margin: 10px 0;
    line-height: 1.6em;
    font-size: 15px;
    opacity: .7;
    transition: opacity .3s;
    color: #222222;
  }
  
  .news__img {
    /* border-radius: 10px; */
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    height: auto;
    margin-top: 10px;
    width: 100%;
    transition: all .3s;
    transform-origin: 0% 0%;
  }
  
  /* @media screen and (max-width: 576px) {
    
  } */
  
  .news__img img {
    max-width: 100%;
    /* border-radius: 10px; */
    height: 100%;
    width: 100%;
  }
  
  main .news_wrapper.wrapper {
    /* height: 100vh; */
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  
  }
  
  @media screen and (min-width: 768px) {
    main .news_wrapper.wrapper {
      /* display: grid; */
      grid-template-columns: repeat(2, 1fr) !important;
      /* gap: 30px; */
    }
  }
  
  @media screen and (min-width: 992px) {
    main .news_wrapper.wrapper {
      /* display: grid; */
      grid-template-columns: repeat(3, 1fr) !important;
      /* gap: 30px; */
    }
  }
  
  .main_news {
    background-color: #ececec !important;
  }
  
  .news_wrapper.wrapper .news_item {
    /* background-color: gray; */
    /* border: 1px solid #c8c7c7; */
    padding: 15px;
    border-radius: 10px;
    color: #222222 !important;
    background-color: white;
    transition: all 500ms ease-in-out;
  }
  
  .news_wrapper.wrapper .news_item:hover {
    transform: scale(1.05);
  }
  
  .news__img {
    box-shadow: none !important;
  }
  
  /* news__title */
  .news_item .date-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .news_item .news_item_link {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  
  a.news_item_link:hover {
    text-decoration: none !important;
  }
  
  /* .news_wrapper.wrapper {
    background-image: url('Images/financebuilding.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100vw;
  } */
  
  .news_body {
    padding-bottom: 0px;
  }
  
  .news_footer {
    padding-bottom: 10px;
    padding-top: 0px;
  }
  
  .slideText {
    display:flexbox;
    width: 100%;
    height: 22px;
    font-size: small;
    background: transparent;
    color: rgb(240, 239, 239);
    overflow: hidden;
  }
  
  .slidingtext {
    padding: 0px;
    animation-name: example;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    transition: all 1500ms ease;
  }

  .marquee {
    color: black;
    letter-spacing: 2px;
    font-weight: 700;
    padding: 15px;
    font-size: 20px;
  }

  #scroll-container {
    border: transparent;
    border-radius: 5px;
    overflow: hidden;
  }
  
  #scroll-text {
    color: black;
   
  
    
    font-size: medium;
    /* animation properties */

    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    
    -moz-animation: my-animation 25s linear infinite;
    -webkit-animation: my-animation 25s linear infinite;
    animation: my-animation 25s linear infinite;
  }
  
  /* for Firefox */
  @-moz-keyframes my-animation {
    from { -moz-transform: translateX(100%); }
    to { -moz-transform: translateX(-100%); }
  }
  
  /* for Chrome */
  @-webkit-keyframes my-animation {
    from { -webkit-transform: translateX(100%); }
    to { -webkit-transform: translateX(-100%); }
  }
  
  @keyframes my-animation {
    from {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }

  }

  @media screen and (max-width: 576px) {
    #scroll-text {
      width: calc(100% + 220px);
    }
  }

  #interview.container{
    width: 60%;
    height:auto;
    background-color:transparent;

  }

  #interview.container img{
    width: 100%
  }

  .faq_7 * {
    font-family: Nunito, sans-serif;
  }
  
  .faq_7 .responsive-cell-block {
    min-height: 75px;
  }
  
  .faq_7 .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
  }
  
  .faq_7 .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    justify-content: flex-start;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .faq_7 .faq-head-bg {
    background-color: #03a9f4;
    color: white;
    padding-top: 80px;
    padding-right: 60px;
    padding-bottom: 80px;
    padding-left: 60px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .faq_7 .text-blk.faq-heading1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 900;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  
  .faq_7 .text-blk.faq-subheading {
    font-size: 18px;
    line-height: 26px;
  }
  
  .faq_7 .faq-dropdown-bg {
    padding-top: 80px;
    padding-right: 60px;
    padding-bottom: 80px;
    padding-left: 60px;
  }
  
  .faq_7 .faq {
    display: block;
    flex-direction: column;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #aaaaaa;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
  }
  
  .faq_7 .faq-question-container {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  
  .faq_7 .faq-question-container:hover {
    cursor: pointer;
  }
  
  .faq_7 .text-blk.faq-questions {
    color: #525252;
    font-size: 20px;
  }
  
  .faq_7 .text-blk.faq-answer {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    color: #5E5E5E;
    font-size: 18px;
    line-height: 26px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  
  .faq_7 .text-blk.faq-subheading {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
    max-width: 590px;
    font-size: 18px;
  }
  
  .faq_7 .answer-box {
    max-height: 0px;
    overflow-x: hidden;
    overflow-y: hidden;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-property: max-height;
  }
  
  .faq_7 .faq.active .openimg {
    transform: rotate(180deg);
  }
  
  .faq_7 .openimg {
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
    transition-delay: 0s;
    transition-property: transform;
  }
  
  .faq_7 .faq.active .answer-box {
    max-height: 550px;
  }
  
  .faq_7 .faq-head-content {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    max-width: 450px;
  }
  
  .faq_7 .container-block {
    max-width: 800px;
  }
  
  @media (max-width: 1024px) {
    .faq_7 .text-blk.faq-answer {
      font-size: 18px;
    }
  }
  
  @media (max-width: 768px) {
    .faq_7 .text-blk.faq-heading1 {
      font-size: 30px;
      line-height: 40px;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
      margin-left: 0px;
    }
  
    .faq_7 .faq-head-content {
      margin-top: 0px;
      margin-right: auto;
      margin-bottom: 0px;
      margin-left: auto;
      max-width: 500px;
      text-align: center;
    }
  
    .faq_7 .faq-head-bg {
      padding-top: 50px;
      padding-right: 60px;
      padding-bottom: 30px;
      padding-left: 60px;
    }
  
    .faq_7 .faq-dropdown-bg {
      padding-top: 50px;
      padding-right: 60px;
      padding-bottom: 50px;
      padding-left: 60px;
    }
  
    .faq_7 .text-blk.faq-questions {
      font-size: 18px;
    }
  
    .faq_7 .text-blk.faq-answer {
      font-size: 16px;
    }
  
    .faq_7 .text-blk.faq-subheading {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 30px;
      margin-left: 0px;
    }
  }
  
  @media (max-width: 500px) {
    .faq_7 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-5.faq-head-bg {
      padding-top: 80px;
      padding-right: 30px;
      padding-bottom: 80px;
      padding-left: 30px;
    }
  
    .faq_7 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-7.faq-dropdown-bg {
      padding-top: 80px;
      padding-right: 30px;
      padding-bottom: 80px;
      padding-left: 30px;
    }
  
    .faq_7 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-5.faq-head-bg {
      padding-top: 50px;
      padding-right: 30px;
      padding-bottom: 30px;
      padding-left: 30px;
    }
  
    .faq_7 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-7.faq-dropdown-bg {
      padding-top: 50px;
      padding-right: 30px;
      padding-bottom: 50px;
      padding-left: 30px;
    }
  
    .faq_7 .text-blk.faq-answer {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      line-height: 22px;
      font-size: 16px;
    }
  
    .faq_7 .text-blk.faq-questions {
      font-size: 18px;
    }
  
    .faq_7 .text-blk.faq-heading1 {
      font-size: 26px;
    }
  
    .faq_7 .text-blk.faq-subheading {
      font-size: 17px;
      line-height: 24px;
    }
  }

  /* Style the summary element */
details summary {
  cursor: pointer;
  background-color: transparent;
  padding: 10px;
  border: 1px solid #5E5E5E;
  border-radius: 5px;
  margin: 10px 0;
  list-style: none;
  position: relative;
}

/* Style the content inside the details element */

details summary::after {
  content: '+';
  font-weight: 700;
  display: inline-block;
  position: absolute;
  right: 10px;
  margin-top: -7.5px;
  font-size: 1.5rem;

}

details[open] summary::after {
  rotate: 45deg;
  right: 7.5px;
}


/* Show the content when the details is open */

.responsive {
  width: 100%;
  height: auto;
}

.mycenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}




.awards-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
            gap: 1.5rem;
        }

        .award-item {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #F8F9FA;
            border-radius: 0.375rem;
            /* rounded-md */
            cursor: pointer;
            padding-top: 2rem;
            /* py-8 */
            padding-bottom: 2rem;
            transition: transform 0.3s ease;
        }

        .award-item:hover {
            transform: scale(1.5);
        }

        .award-item img {
            width: 70%;
            height: auto;
        }