/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: LabGrotesque, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

@font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-BoldItalic.eot?bdfdaff0f48bfd9c33a166ce18b6207f);
    src: url(/fonts/LabGrotesque-BoldItalic.eot?bdfdaff0f48bfd9c33a166ce18b6207f?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-BoldItalic.woff2?e46ef325567b66bb4adea5e2c85733e6) format('woff2'),
        url(/fonts/LabGrotesque-BoldItalic.woff?87d3c0a1d69da86d740080943bd8e7fb) format('woff'),
        url(/fonts/LabGrotesque-BoldItalic.ttf?f020388bcee9f1acc57345b4c73e6e2f) format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: block;
  }


  @font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-Thin.eot?94206b7eae07a349e04c62fd01a18764);
    src: url(/fonts/LabGrotesque-Thin.eot?94206b7eae07a349e04c62fd01a18764?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-Thin.woff2?7bfde80e005133fc9a4e6e7f61fbf2aa) format('woff2'),
        url(/fonts/LabGrotesque-Thin.woff?f462b2eebe1a70795aa7e6fee30be64c) format('woff'),
        url(/fonts/LabGrotesque-Thin.ttf?030609a05f46b160cc1466dce1c7e8ea) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: block;
  }

  @font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-Regular.eot?24a873523cd93fc1cfbc43e9afb39335);
    src: url(/fonts/LabGrotesque-Regular.eot?24a873523cd93fc1cfbc43e9afb39335?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-Regular.woff2?62ce2471ac409bc6860d8b98cc164ba7) format('woff2'),
        url(/fonts/LabGrotesque-Regular.woff?2e77d8b900a43f5d8d79d3e40eaca666) format('woff'),
        url(/fonts/LabGrotesque-Regular.ttf?723da8b350ce034828963d35a07c6b15) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
  }

  @font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-Medium.eot?57bba1d49eda7463e484f7416f0d323b);
    src: url(/fonts/LabGrotesque-Medium.eot?57bba1d49eda7463e484f7416f0d323b?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-Medium.woff2?8df6c12043cb01f4350a8f4b648c80fb) format('woff2'),
        url(/fonts/LabGrotesque-Medium.woff?b74ff58948fe25893c3a5825245ed303) format('woff'),
        url(/fonts/LabGrotesque-Medium.ttf?c0af7bb9c8a9d16e0bd562664491076f) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
  }

  @font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-LightItalic.eot?d2ea835e0684972cbfef68e4f87b44a5);
    src: url(/fonts/LabGrotesque-LightItalic.eot?d2ea835e0684972cbfef68e4f87b44a5?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-LightItalic.woff2?b51f7dbd9c48ce0296656f8d404114e4) format('woff2'),
        url(/fonts/LabGrotesque-LightItalic.woff?4ba3aabbf8f58d863255bc0d330b6543) format('woff'),
        url(/fonts/LabGrotesque-LightItalic.ttf?cef30e2440f5c477cc3f5c7a937291b3) format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: block;
  }

  @font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-ThinItalic.eot?903246c937288b194a4f1a8c34726ae6);
    src: url(/fonts/LabGrotesque-ThinItalic.eot?903246c937288b194a4f1a8c34726ae6?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-ThinItalic.woff2?e97d9e219ccdc6ff58f0767026c92955) format('woff2'),
        url(/fonts/LabGrotesque-ThinItalic.woff?86c5114d95987d61633a5167a78f7934) format('woff'),
        url(/fonts/LabGrotesque-ThinItalic.ttf?e92eb7f55e40a1fa9560d592470b385f) format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: block;
  }

  @font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-MediumItalic.eot?78b24f6148aeb0b89e274c40aa99be69);
    src: url(/fonts/LabGrotesque-MediumItalic.eot?78b24f6148aeb0b89e274c40aa99be69?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-MediumItalic.woff2?e609ba2f431459a93545fa4629c05feb) format('woff2'),
        url(/fonts/LabGrotesque-MediumItalic.woff?572dd2c85f5e6dc36569d65a9d511efa) format('woff'),
        url(/fonts/LabGrotesque-MediumItalic.ttf?c309646446cfc8272e5173b1fe8e84c9) format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: block;
  }

  @font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-Italic.eot?f5aafc273e978cb1d43aec5830469935);
    src: url(/fonts/LabGrotesque-Italic.eot?f5aafc273e978cb1d43aec5830469935?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-Italic.woff2?8bf3757f1b64597853f1397411cadb7c) format('woff2'),
        url(/fonts/LabGrotesque-Italic.woff?ac452fec52451c02ddc90a4f0389fd5e) format('woff'),
        url(/fonts/LabGrotesque-Italic.ttf?5492cf604275bcbaaef9f55ea5ea100f) format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: block;
  }

  @font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-BlackItalic.eot?31d47b27140c81ca12f55216a0abd567);
    src: url(/fonts/LabGrotesque-BlackItalic.eot?31d47b27140c81ca12f55216a0abd567?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-BlackItalic.woff2?1395d49a8a49540dc915b9d69b96c64b) format('woff2'),
        url(/fonts/LabGrotesque-BlackItalic.woff?edfff67c9bf0d2202391c11686205a64) format('woff'),
        url(/fonts/LabGrotesque-BlackItalic.ttf?87ccd088c8ca59b1cd3ed083d36ebfb6) format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: block;
  }

  @font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-Black.eot?d153e2150ddde8bad909953b4fef7886);
    src: url(/fonts/LabGrotesque-Black.eot?d153e2150ddde8bad909953b4fef7886?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-Black.woff2?71f9c3d749bdd8567d5e8586589fc386) format('woff2'),
        url(/fonts/LabGrotesque-Black.woff?3fb6db31abc59eec04aba8824e0b5c71) format('woff'),
        url(/fonts/LabGrotesque-Black.ttf?e14c62f2dc0ea7e3cbc3e5488f68ca9f) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: block;
  }

  @font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-Bold.eot?1cd860fa4eacaa4b52056bd321ff6f45);
    src: url(/fonts/LabGrotesque-Bold.eot?1cd860fa4eacaa4b52056bd321ff6f45?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-Bold.woff2?fafecc1b471b81f15b4766554ae661ee) format('woff2'),
        url(/fonts/LabGrotesque-Bold.woff?d4d8b93c657427e0d7a418f86efda1b7) format('woff'),
        url(/fonts/LabGrotesque-Bold.ttf?029c7cf055802f45d0776edd5a058c42) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: block;
  }

  @font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-Light.eot?9940f441b40c2e9a3c8efbab4f86b886);
    src: url(/fonts/LabGrotesque-Light.eot?9940f441b40c2e9a3c8efbab4f86b886?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-Light.woff2?fc9516b23333996598d133b430b27147) format('woff2'),
        url(/fonts/LabGrotesque-Light.woff?398d50cfcc7847401b2f65e08304687d) format('woff'),
        url(/fonts/LabGrotesque-Light.ttf?6acedee9e92034076d47db3bc2cac188) format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: block;
  }


.gray-bg {
    width: 100%;
    height: 530px;
    background: #f8f8ff;
    background: linear-gradient(358deg, rgb(255, 255, 255) 15%, var(--gray) 15%);
  }

  .main-content {
    max-width: 1434px;
    margin: auto;
    transform: translateY(-21em);
    margin-bottom: 4.75rem;
  }

  .date {
    font-size: 0.875rem;
    color: #003366;
  }

  .art-title {
    font-size: 2.625rem;
    line-height: 50px;
    font-weight: bold;
    color: #003366;
    margin: 1.8rem 0 3.125rem 0 ;
  }

  @media(max-width:991px){
      .art-title{
          font-size: 2rem;
          line-height: 40px;
          margin: .9rem 0 1.75rem 0;
      }
  }


  .art-subtitle{
      font-size:1.125rem;
    letter-spacing: 0px;
    color: #707070;
    width: 94%;
  }


  .author{
      font-size: .875rem;
      font-weight: bold;
      letter-spacing: 0px;
      color: #003366;
  }

  .author-cont{
      /* padding: 26px 60px; */
      border-right: 1px solid #E1E1E1;
  }


  .author-cont img{
      width: 70px;
      height: 70px;
      padding: 3px;
      border: 2px solid #d1d0d0 ;
      border-radius: 100%;
  }

  .author-name{
      font-weight: 900;
      margin-top: 1rem;
  }

  .author-cv,.share-it{
  font-size: .75rem;
  color: #003366;
  }

  .article-body span {
      font-size: 1.25rem !important; 
  }

  @media(max-width:767px){
      .author-cont{
          border-right: unset  ;
      }
  }


  @media(max-width:576px){
    .head-section > .container-fluid{
        padding: 1rem 1rem !important;
    }
    .main-content{
      padding: 0 1rem;
      margin-bottom: 1.8rem;
    }
  }
  
@font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-BoldItalic.eot?bdfdaff0f48bfd9c33a166ce18b6207f);
    src: url(/fonts/LabGrotesque-BoldItalic.eot?bdfdaff0f48bfd9c33a166ce18b6207f?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-BoldItalic.woff2?e46ef325567b66bb4adea5e2c85733e6) format('woff2'),
        url(/fonts/LabGrotesque-BoldItalic.woff?87d3c0a1d69da86d740080943bd8e7fb) format('woff'),
        url(/fonts/LabGrotesque-BoldItalic.ttf?f020388bcee9f1acc57345b4c73e6e2f) format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: block;
}


@font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-Thin.eot?94206b7eae07a349e04c62fd01a18764);
    src: url(/fonts/LabGrotesque-Thin.eot?94206b7eae07a349e04c62fd01a18764?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-Thin.woff2?7bfde80e005133fc9a4e6e7f61fbf2aa) format('woff2'),
        url(/fonts/LabGrotesque-Thin.woff?f462b2eebe1a70795aa7e6fee30be64c) format('woff'),
        url(/fonts/LabGrotesque-Thin.ttf?030609a05f46b160cc1466dce1c7e8ea) format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-Regular.eot?24a873523cd93fc1cfbc43e9afb39335);
    src: url(/fonts/LabGrotesque-Regular.eot?24a873523cd93fc1cfbc43e9afb39335?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-Regular.woff2?62ce2471ac409bc6860d8b98cc164ba7) format('woff2'),
        url(/fonts/LabGrotesque-Regular.woff?2e77d8b900a43f5d8d79d3e40eaca666) format('woff'),
        url(/fonts/LabGrotesque-Regular.ttf?723da8b350ce034828963d35a07c6b15) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-Medium.eot?57bba1d49eda7463e484f7416f0d323b);
    src: url(/fonts/LabGrotesque-Medium.eot?57bba1d49eda7463e484f7416f0d323b?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-Medium.woff2?8df6c12043cb01f4350a8f4b648c80fb) format('woff2'),
        url(/fonts/LabGrotesque-Medium.woff?b74ff58948fe25893c3a5825245ed303) format('woff'),
        url(/fonts/LabGrotesque-Medium.ttf?c0af7bb9c8a9d16e0bd562664491076f) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-LightItalic.eot?d2ea835e0684972cbfef68e4f87b44a5);
    src: url(/fonts/LabGrotesque-LightItalic.eot?d2ea835e0684972cbfef68e4f87b44a5?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-LightItalic.woff2?b51f7dbd9c48ce0296656f8d404114e4) format('woff2'),
        url(/fonts/LabGrotesque-LightItalic.woff?4ba3aabbf8f58d863255bc0d330b6543) format('woff'),
        url(/fonts/LabGrotesque-LightItalic.ttf?cef30e2440f5c477cc3f5c7a937291b3) format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-ThinItalic.eot?903246c937288b194a4f1a8c34726ae6);
    src: url(/fonts/LabGrotesque-ThinItalic.eot?903246c937288b194a4f1a8c34726ae6?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-ThinItalic.woff2?e97d9e219ccdc6ff58f0767026c92955) format('woff2'),
        url(/fonts/LabGrotesque-ThinItalic.woff?86c5114d95987d61633a5167a78f7934) format('woff'),
        url(/fonts/LabGrotesque-ThinItalic.ttf?e92eb7f55e40a1fa9560d592470b385f) format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-MediumItalic.eot?78b24f6148aeb0b89e274c40aa99be69);
    src: url(/fonts/LabGrotesque-MediumItalic.eot?78b24f6148aeb0b89e274c40aa99be69?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-MediumItalic.woff2?e609ba2f431459a93545fa4629c05feb) format('woff2'),
        url(/fonts/LabGrotesque-MediumItalic.woff?572dd2c85f5e6dc36569d65a9d511efa) format('woff'),
        url(/fonts/LabGrotesque-MediumItalic.ttf?c309646446cfc8272e5173b1fe8e84c9) format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-Italic.eot?f5aafc273e978cb1d43aec5830469935);
    src: url(/fonts/LabGrotesque-Italic.eot?f5aafc273e978cb1d43aec5830469935?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-Italic.woff2?8bf3757f1b64597853f1397411cadb7c) format('woff2'),
        url(/fonts/LabGrotesque-Italic.woff?ac452fec52451c02ddc90a4f0389fd5e) format('woff'),
        url(/fonts/LabGrotesque-Italic.ttf?5492cf604275bcbaaef9f55ea5ea100f) format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-BlackItalic.eot?31d47b27140c81ca12f55216a0abd567);
    src: url(/fonts/LabGrotesque-BlackItalic.eot?31d47b27140c81ca12f55216a0abd567?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-BlackItalic.woff2?1395d49a8a49540dc915b9d69b96c64b) format('woff2'),
        url(/fonts/LabGrotesque-BlackItalic.woff?edfff67c9bf0d2202391c11686205a64) format('woff'),
        url(/fonts/LabGrotesque-BlackItalic.ttf?87ccd088c8ca59b1cd3ed083d36ebfb6) format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-Black.eot?d153e2150ddde8bad909953b4fef7886);
    src: url(/fonts/LabGrotesque-Black.eot?d153e2150ddde8bad909953b4fef7886?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-Black.woff2?71f9c3d749bdd8567d5e8586589fc386) format('woff2'),
        url(/fonts/LabGrotesque-Black.woff?3fb6db31abc59eec04aba8824e0b5c71) format('woff'),
        url(/fonts/LabGrotesque-Black.ttf?e14c62f2dc0ea7e3cbc3e5488f68ca9f) format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-Bold.eot?1cd860fa4eacaa4b52056bd321ff6f45);
    src: url(/fonts/LabGrotesque-Bold.eot?1cd860fa4eacaa4b52056bd321ff6f45?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-Bold.woff2?fafecc1b471b81f15b4766554ae661ee) format('woff2'),
        url(/fonts/LabGrotesque-Bold.woff?d4d8b93c657427e0d7a418f86efda1b7) format('woff'),
        url(/fonts/LabGrotesque-Bold.ttf?029c7cf055802f45d0776edd5a058c42) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Lab Grotesque';
    src: url(/fonts/LabGrotesque-Light.eot?9940f441b40c2e9a3c8efbab4f86b886);
    src: url(/fonts/LabGrotesque-Light.eot?9940f441b40c2e9a3c8efbab4f86b886?#iefix) format('embedded-opentype'),
        url(/fonts/LabGrotesque-Light.woff2?fc9516b23333996598d133b430b27147) format('woff2'),
        url(/fonts/LabGrotesque-Light.woff?398d50cfcc7847401b2f65e08304687d) format('woff'),
        url(/fonts/LabGrotesque-Light.ttf?6acedee9e92034076d47db3bc2cac188) format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: block;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --blue: #003366;
  --yellow: #fff200;
  --gray: #f8f8ff;
  --bluegray: #7c96b2;
}

a,
a:hover,
a:focus {
  text-decoration: inherit;
  color: inherit;
}

body {
  max-width: 100%;
  color: var(--blue);
  /* overflow-y: hidden; */
  padding-bottom: 2rem;
  overflow-x: hidden; 
}

.navbar-toggler {
  box-shadow: unset;
  border: none;
  align-self: center;
}

.navbar-toggler[aria-expanded="true"] .head-section{
  background: red !important;
}


.navbar-toggler > i {
  color: var(--blue);
}
.navbar-toggler:focus {
  box-shadow: unset;
}

.head-section {
  background-color: var(--gray);
  /* overflow-x: hidden; */
  max-width: 100% !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

.head-section-shadow{
  box-shadow: 0 0 10px rgb(184, 184, 184);
}
#nav-head {
  transition: all 0.3s ease-out;
}

.head-section-scroll {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.navbar > .container-fluid {
  padding: 0;
  align-items: flex-end !important;
}

.head-section > .container-fluid {
  padding: 2rem 2rem 0;
}

.navbar {
  padding: 0 !important;
}

.navbar-nav > :nth-child(1) {
  width: 370px;
}

.navbar-nav {
  width: 821px;
}

#logo-img {
  transition: all 0.3s ease-out !important;
}

.nav-link {
  font: normal normal 900 15px/18px Lab Grotesque;
  color: var(--bluegray) !important;
  padding: 12px 40px;
}

.nav-item {
  position: relative;
}

.nav-item:hover > .nav-link {
  color: var(--blue) !important;
}
.nav-item:hover::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid var(--blue);
  width: 140%;
  transform: translateX(-50%);
  left: 50%;
}

.nav-item:hover::before {
  position: absolute;
  content: "";
  border-top: 1px solid var(--blue);
  width: 140%;
  transform: translateX(-50%);
  left: 50%;
}

.nav-btns .nav-link {
  padding: 16px 30px !important;
  color: white !important;
  border-radius: 24px;
  margin: 0 5px;
  margin-top: -5px;
}

#free-trial-btn {
  background-color: var(--blue);
  font: normal normal 900 14px/17px Lab Grotesque;
  transition: all 0.3s ease-out;
}

#free-trial-btn:hover {
  background: transparent linear-gradient(180deg, #fff200 0%, #fff200 100%) 0%
    0% no-repeat padding-box;
  color: var(--blue) !important;
}

#log-reg-btn {
  background-color: white;
  color: var(--blue) !important;
  font: normal normal normal 14px/17px Lab Grotesque;
  box-shadow: 0px 3px 15px #00000026;
  transition: all 0.3s ease-out;
}

#log-reg-btn > svg {
  margin-right: 10px;
  fill: var(--blue);
}



#log-reg-btn:hover {
  background-color: var(--blue);
  color: white !important;
}

#log-reg-btn:hover > svg {
  fill: var(--yellow);
}


/* media-navbar =============*/
/* media-navbar =============*/

@media (max-width: 1199px) {
  .navbar-nav > div {
    flex-direction: column;
    margin-top: 20px;
  }

    .navbar-nav{
      margin-left: 0 !important;
      padding-bottom: 5rem;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

  .nav-link {
    transition: all 0.3s ease-out;
  }

  .navbar-nav > :nth-child(1) {
    width: 100%;
    align-items: center;
}

.navbar-nav > :nth-child(1) .nav-link {
font-size: 16px !important;
}
.navbar-nav > :nth-child(2) .nav-link {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  }

.navbar-nav > :nth-child(2) {
  width: 100%;
  align-items: center;
}

  .nav-btns > li {
    margin: 10px 0;
    display: flex;
  }

  .nav-btns > .nav-link {
    margin: 0;
  }

  /* .head-section {
    box-shadow: 0 0 10px rgb(231, 231, 231);
  } */
  .nav-item:hover::before,
  .nav-item:hover::after {
    border: none;
  }
}

@media (max-width: 1450px) {
  .navbar-nav {
    margin-left: 30px;
  }

  .nav-link {
    font-size: 14px !important;
  }
}
@media (max-width: 500px) {
  .navbar-brand > img {
    width: 100%;
  }
  .navbar-brand {
    width: 200px;
  }
  .head-section > .container-fluid {
    padding: 2rem 2rem;
  }
}

@media (max-width: 350px) {
  .navbar-brand > img {
    width: 100%;
  }
  .navbar-brand {
    width: 150px;
  }
  .head-section > .container-fluid {
    padding: 2rem 2rem;
  }
}




/* ==========FOOTER======= */
/* ==========FOOTER======= */

.footer {
  margin-top: 80px;
  padding: 0 2rem;
}

.footer-container {
  display: flex;
  max-width: 1407px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
  padding: 40px 0 0;
  border-top: 1px dashed #e1e1e1;
}

.info-cont {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 70px;
  justify-content: center;
}

.info-card {
  width: unset;
}

@media(max-width:575px){
  .info-card {
    text-align: center;
    width: 100%;
  }

  .footer .social-cont{
    margin: auto;
  }
}
.info-card > h4 {
  font: normal normal 900 16px/19px Lab Grotesque;
}

.info-card > p {
  font: normal normal 300 14px/30px Lab Grotesque;
  color: #a2a2a2;
}

.social-cont {
  gap: 10px;
  display: flex;
}

.ico {
  width: 40px;
  height: 40px;
  font: normal normal normal 14px/30px Font Awesome 5 Brands;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e1e1e1;
  border-radius: 50%;
}

.ico:hover {
  background-color: var(--blue);
  color: white;
}


@media(max-width:500px){
  .footer{
    padding: 0 1rem;
  }
}
/* copyrights==================== */
/* copyrights==================== */
.copyrights {
  margin: 120px auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 1433px;
  flex-wrap: wrap;
  gap: 0 15px;
  padding: 0 1rem;
}

.copyrights > span {
  font: normal normal normal 13px/15px Lab Grotesque;
}

@media (max-width: 461px) {
  .copyrights {
    justify-content: center;
  }
}

#cookieWrap {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 270px;
    box-sizing: border-box;
    padding: 20px 20px;
    background-color: #191919;
    z-index: 100;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: .9;
}
#cookieWrap p {
    line-height: 17px;
    margin: 0 0 20px;
}
#cookieWrap #cookieAcceptButton {
    border: 1px solid #fff;
    background: none no-repeat 0 0 transparent;
    color: #fff;
    float: left;
    text-align: center;
    width: 96px;
    height: 24px;
    line-height: 19px;
    font-size: 13px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    -ms-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
}
#cookieWrap #cookieAcceptButton:hover {
    border: 1px solid var(--blue);
    color: var(--blue);
}
#cookieWrap #cookieReadMore {
    float: right;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-decoration: underline;
}
#cookieWrap #cookieReadMore:hover {
    color: var(--blue);
}


.publications-swiper,.images-swiper{
  overflow-x: hidden;
}

