.footer_wrap .sc_footer_with_image {
  min-height: auto !important;
}

.Login_btn a {
  color: #ffb506 !important;
}

.echit-tables {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  margin: 30px 0;
}

.echit-tables td {
  color: #333 !important;
}

.echit-tables p {
  display: none;
}

.app-feature-wrapper {
}

.app-feature-wrapper .feature-box {
  clear: both;
  /* margin: 15px 0; */
  overflow: auto;
  padding: 10px;
}

.app-feature-wrapper .feature-box p {
  color: #fff;
}

.app-feature-wrapper .feature-box .fetaure-sub-1 {
  width: 60px;
  float: left;
}

.app-feature-wrapper .feature-box .fetaure-sub-1 img {
  width: 36px;
}

.app-feature-wrapper .feature-box .fetaure-sub-2 {
  width: calc(100% - (60px));
  float: left;
}

.our-association img {
  transition: 0.5s;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.our-association img:hover {
  filter: none;
  -webkit-filter: grayscale(0);
  transform: scale(1.1);
}

.footer_wrap .sc_footer_with_image {
  padding-top: 6.485vw !important;
}

.scheme_default .sc_layouts_row .vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #002f5c !important;
}

.custom-card {
  margin-top: 25px;
  box-shadow: 5px 10px 16px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 10px;
  max-width: 100%;
  padding: 2rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: ease 1s;
}

.custom-card:after {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  background: #f4f7f7;
  border-radius: 100%;
  position: absolute;
  right: -50px;
  bottom: -80px;
  z-index: -1;
}

.custom-card a {
  display: inline-block;
  font-weight: 500;
  margin-top: 10px;
}

.custom-card h4 {
  margin: 0;
  color: #333;
}

.custom-card .part-1 {
  width: 70%;
  float: left;
}

.custom-card .part-2 {
  width: 30%;
  float: left;
}

.custom-card .part-2 img {
  width: 50px;
}

.link--arrowed {
  margin: 0 auto;
  display: table !important;
  position: relative;
  top: 18px;
}

.arrow-icon {
  position: relative;
  top: -6px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  vertical-align: middle;
  right: -31px;
  float: right;
}

.link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.custom-card:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}

.custom-card:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.sc_icons_modern .sc_icons_item .icon-number {
  display: none !important;
}

.block-chain-card:hover:before {
  content: "";
  background-image: url(../images/pattern.png);
  background-repeat: no-repeat;
  background-position: 159px -103%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 400px;
  background-size: contain;
}

.tss-carousel h3.author-name {
  color: #fff;
}

.tss-wrapper h4.author-bio {
  color: #ffb507 !important;
  font-size: 16px !important;
}

.tss-wrapper .tss-carousel1 .item-content-wrapper .item-content p {
  color: #e7e7e7;
  font-style: normal;
}

.tss-wrapper .owl-theme .owl-dots .owl-dot span {
  background: #ffb507 !important;
}

.scheme_default .sc_button_hover_slide_bottom {
  background: none !important;
}

.product-wrap {
  box-shadow: 5px 10px 16px rgb(0 0 0 / 10%);
  border-radius: 5px;
  /* background: #f7f7f7; */
  margin: 50px 0 30px;
  position: relative;
  overflow: hidden;
}
.product-wrap:after {
  content: "";
  background-image: url(../images/pattern.png);
  background-repeat: no-repeat;
  background-position: 159px -103%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: 400px;
  background-size: contain;
  z-index: -1;
}

.product-wrap .sub-wrapper-header {
  padding: 15px 15px 0 15px;
}

.product-wrap .sub-wrapper-header .sub-wrapper {
  margin: 0px 0 15px;
}

.product-wrap .sub-wrapper-header .sub-wrapper .part-1 img {
 width: 70px;
 display: table;
 margin: 10px auto 0;
}
.product-wrap .sub-wrapper-header .sub-wrapper .part-2 h3 {
  font-size: 18px;
}
.product-wrap .sub-wrapper-header .sub-wrapper .part-2 p {
  font-size: 16px;
}
.product-wrap .sub-wrapper-footer {
  padding: 10px 15px;
  border-top: 1px dashed #e7e7e7;
  text-align: center;
}
.product-wrap .sub-wrapper-footer h4 {
  margin: 0;
  color: #0a58a4;
  font-weight: bold;
}
.product-wrap .sub-wrapper-footer h4 span {
  color: #1d8ccd;
}

.sub-wrapper {
  margin: 60px 0 30px;
  overflow: auto;
}

.sub-wrapper .part-1 {
  width: 30%;
  float: left;
}

.sub-wrapper .part-2 {
  width: 70%;
  float: left;
}

.sub-wrapper .part-1 img {
  width: 70px;
  display: table;
  margin: 10px auto 0;
}

.sub-wrapper .part-2 h3 {
  color: #ffb506;
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: 600;
}

.sub-wrapper .part-2 p {
  color: #333;
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}

.sc_icons_item_description {
  color: #333 !important;
}

.menu_mobile .search_mobile form {
  display: none;
}

.awards-custom-mobile {
  display: none;
}

.award-inner {
  background: url(../images/awards-banner.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: right 5px;
}
.award-inner2 {
  background: url(../images/media.png);
  background-size: 100px;
  background-repeat: no-repeat;
  background-position: right 5px;
}

.mfp-arrow:before {
  opacity: 1;
}

.news_ticker_toggle {
  background: linear-gradient(45deg, #5793ce, #396caa);
  /* bottom: 68%; */
  width: 400px;
  padding: 10px 10px 10px 20px;
  border-radius: 0 30px 30px 0;
  /* left: -8%; */
  /* top: -70px; */
  border-left: 3px solid #e3ad0c;
  overflow: auto;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 1;
}

.news_ticker_toggle .text_box {
  width: 85%;
  float: left;
}

.news_ticker_toggle .text_box span {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.news_ticker_toggle .icon_box {
  width: 15%;
  float: left;
}

.news_ticker_toggle .icon_box div {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  float: right;
}

.pulse {
  animation: pulse2 2s infinite;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(228, 171, 11, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(228, 171, 11, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(228, 171, 11, 0);
  }
}

@keyframes pulse2 {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(228, 171, 11, 0.4);
    box-shadow: 0 0 0 0 rgba(228, 171, 11, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 10px rgba(228, 171, 11, 0);
    box-shadow: 0 0 0 10px rgba(228, 171, 11, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(228, 171, 11, 0);
    box-shadow: 0 0 0 0 rgba(228, 171, 11, 0);
  }
}

.news_ticker_toggle .icon_box div img {
  width: 30px;
}

/* GLOBE */

.globe {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.globe .globe-list {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  display: none;
}

.globe .globe-list {
  opacity: 0;
  -webkit-transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list.active {
  opacity: 1;
}

.globe .globe-list > li {
  opacity: 0.4;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00ffd3;
  -webkit-transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe .globe-list > li.active {
  opacity: 1;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.globe .globe-list > li:before {
  content: "";
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00ffd3;
  -webkit-animation: 2s pulse infinite linear;
  -moz-animation: 2s pulse infinite linear;
  -ms-animation: 2s pulse infinite linear;
  -o-animation: 2s pulse infinite linear;
  animation: 2s pulse infinite linear;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -moz-transform: scale(2);
  }
}

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -ms-transform: scale(2);
  }
}

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -o-transform: scale(2);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.globe .globe-list > li.active:before {
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.globe .globe-list > li.active,
.globe .globe-list > li.active:before {
  background: #fff;
}

.globe .globe-list .text {
  position: absolute;
  opacity: 0.8;
  right: 21px;
  top: 50%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: right;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  color: #fff;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.globe .globe-list > li.active .text {
  opacity: 1;
  right: 29px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.globe .globe-canvas {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}

.globe svg {
  height: 100%;
  width: 100%;
  opacity: 0.3;
  animation: rotation 10s linear infinite;
}

.svg-wrapper {
  opacity: 0;
  display: inline-block;
  position: absolute;
  width: 80vh;
  height: 80%;
  left: 0;
  right: 0;
  top: 10%;
  margin: auto;
  transform: scale(0.5);
  transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s;
}

.svg-wrapper.active {
  opacity: 1;
  transform: none;
}

@keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg);
  }

  100% {
    transform: scaleX(-1) rotate(0deg);
  }
}

.container-full {
  position: relative;
  font-family: Poppins, Sans-serif;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
  height: 95vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  color: #fff;
  overflow: hidden;

  background: url(../images/banner-img.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-full:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 15.7vw;
  background-image: url(../images/x3.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.globe {
  position: relative;
}

.globe .globe-canvas {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.globe {
  width: 35vw !important;
  height: 35vw !important;
  left: 54vw !important;
  top: 14% !important;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
}

.globe-list {
  z-index: 10;
  opacity: 0;
  position: absolute;
  left: -40px;
  top: -15px;
  list-style: none;
  transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe-list.active {
  opacity: 1;
}

.globe-list > li {
  opacity: 0.4;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.globe-list > li:before {
  content: "";
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
  background: #fff;
  animation: 2s pulse infinite linear;
}

.globe-list > li.active {
  opacity: 1;
  margin-left: -12px;
  margin-top: -12px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background: #fff;
}

.globe-list > li.active:before {
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: #fff;
}

.globe-list > li.active .text {
  opacity: 1;
  right: 29px;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.globe-list .text {
  position: absolute;
  opacity: 0.8;
  right: 21px;
  top: 50%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: right;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  transform: translateY(-50%);
}

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  margin: auto;
  width: 34px;
  height: 42px;
}

.mousey {
  width: 1px;
  padding: 7px 11px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }

  10% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.globe svg {
  height: 100%;
  width: 100%;
  opacity: 0.3;
  -webkit-animation: rotation 10s linear infinite;
  animation: rotation 10s linear infinite;
}

.svg-wrapper {
  opacity: 0;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: opacity 1s ease-out 1.6s, -webkit-transform 1s ease-out 1.6s;
  transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s;
  transition: opacity 1s ease-out 1.6s, transform 1s ease-out 1.6s, -webkit-transform 1s ease-out 1.6s;
}

.svg-wrapper.active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: scaleX(-1) rotate(360deg);
    transform: scaleX(-1) rotate(360deg);
  }

  100% {
    -webkit-transform: scaleX(-1) rotate(0);
    transform: scaleX(-1) rotate(0);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: scaleX(-1) rotate(360deg);
    transform: scaleX(-1) rotate(360deg);
  }

  100% {
    -webkit-transform: scaleX(-1) rotate(0);
    transform: scaleX(-1) rotate(0);
  }
}

.circle-block {
  padding: 20px;
  display: block;
  background: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  border-radius: 50%;
  z-index: 15;
}

.hotspot {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.hotspot.point-1 {
  left: 50%;
  top: -25px;
  margin-left: -30px;
}

.hotspot.point-2 {
  right: -1px;
  top: 26%;
  margin-left: -30px;
}

.hotspot.point-3 {
  right: -1px;
  bottom: 26%;
  margin-left: -30px;
}

.hotspot.point-4 {
  left: -1px;
  bottom: 26%;
}

.hotspot.point-6 {
  left: -1px;
  top: 26%;
}

.hotspot.point-5 {
  left: 50%;
  bottom: -20px;
  margin-left: -30px;
}

.map-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.iconPing,
.mapIcon {
  background: #fff;
  border-radius: 50%;
  position: absolute;
}

.mapIcon {
  margin: 30%;
  width: 40%;
  height: 40%;
}

.iconPing {
  width: 100%;
  height: 100%;
  background: #01478d;
  border: 4px groove #fff;
  border-style: double dotted;
  animation-name: ping;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.ping2 {
  opacity: 0;
  animation-delay: 1.3s;
  border-style: dotted double;
}

.ping3 {
  opacity: 0;
  animation-delay: 2.3s;
}

@keyframes ping {
  from {
    display: block;
    transform: scale(0.4);
    opacity: 1;
  }

  to {
    transform: scale(1);
    opacity: 0.03;
  }
}

.main-title-section {
  position: absolute;
  width: 45%;
  bottom: 35%;
  left: 8%;
  display: block;
  z-index: 999;
  line-height: 1.1;
}

.hp-bnr-title-1 {
  font-weight: 500;
  font-size: 2.8vw !important;
  text-shadow: -3px -2px 0 rgba(0, 0, 0, 0.25);
  padding: 0;
  margin: 0;
  color: #fff !important;
  line-height: 65px;
}

.hp-bnr-title-2 {
  font-weight: 500;
  font-size: 20px !important;
  padding: 0;
  margin: 0;
  color: #ffb507 !important;
  margin-top: 20px;
  line-height: 30px;
}

.hp-bnr-title-3 {
  margin: 15px 0 0;
  color: #87a2bd !important;
}

.globe .hotspot {
  z-index: 1008;
}

.globe .hotspot .cont {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  width: 340px;
  height: 100px;
  transition: all 1s ease;
  top: -20px;
  left: -20px;
}

.globe .hotspot:hover .cont {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s, opacity 0.5s linear;
}

.globe .hotspot .hotspot-nav {
  text-decoration: none;
  color: #fff;
  background: #e9f5fc;
  display: block;
  float: right;
  width: calc(100% - 100px);
  padding: 15px;
  border-radius: 5px;
  box-shadow: 10px 15px 21px -14px rgba(0, 0, 0, 0.75);
  position: relative;
  top: -10px;
  left: -43%;
  text-decoration: none;
  /* color: #fff; */
  /* background: #323242; */
  /* display: block; */
  float: right;
  /* width: calc(100% - 100px); */
  padding: 15px;
  border-radius: 5px;
  /* box-shadow: 10px 15px 21px -14px rgba(0, 0, 0, 0.75); */
  position: relative;
  top: -35px;
  left: -50%;
  margin: 0 auto;
  display: table;
}

.globe .hotspot .hotspot-nav h4 {
  /* text-transform: uppercase; */
  margin: 0;
  /* padding: 0 0 6px 0 !important; */
  display: block;
  font-weight: 400;
  color: #fff;
  margin: 0;
  color: #135ca8;
  margin: 0;
  text-align: center;
  font-size: 18px;
}

.globe .hotspot .hotspot-nav h4 a {
  color: #A51617;
}

.globe .hotspot .hotspot-nav h4 a:hover {
  color: #ffb506;
  text-decoration: none;
}

.globe .hotspot .hotspot-nav h4 a i {
  position: relative;
  top: 2px;
}

.globe .hotspot .learnmore {
  display: inline-block;
  padding: 2px 10px 2px 10px;
  border: 1px solid #fff;
  margin: 0;
  border-radius: 15px;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}

.globe .circle-image-desc {
  margin-top: 9px;
}

@media only screen and (max-width: 1024px) {
  .globe .hotspot .hotspot-nav {
    padding: 12px;
  }
}

.particle-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

#particles {
  z-index: 4;
  height: 100%;
  height: 100%;
}

.particles-js-canvas-el {
  position: absolute;
  top: 0;
  left: 0;
}

.map-image {
  width: 70%;
  height: 70%;
  position: relative;
  left: 15%;
  top: 15%;
}

.preloader-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  left: 0;
  top: 0;
}

.preloader-2 .ball-scale-multiple {
  position: relative;
  top: 80%;
  left: 37%;
}

@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    opacity: 0;
  }
}

@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }

  100% {
    opacity: 0;
  }
}

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #ffb507;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.ball-beat > div {
  background-color: #ffb507;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
  animation: ball-beat 0.7s 0s infinite linear;
}

.ball-beat > div:nth-child(2n-1) {
  -webkit-animation-delay: -0.35s !important;
  animation-delay: -0.35s !important;
}

@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-multiple > div {
  background-color: #ffb507;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  left: -30px;
  top: 0px;
  opacity: 0;
  margin: 0;
  width: 60px;
  height: 60px;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}

/* .about-block {
  padding: 0 !important
} */

.why-join-block {
  padding: 50px 0 100px !important;
}

/* .team-block {
  margin: 80px 0 !important;
} */

.association-block {
  margin: 0 0 100px !important;
}

.custom-ul-wrapper .sub-box {
  width: 50%;
  float: left;
  padding: 10px;
  margin-top: 30px;
}

.about_ul {
  list-style: none;
  padding: 0;
}

.about_li {
  color: #333;
  padding: 10px;
  box-shadow: 1px 2px 5px 0 #eaeaed;
  margin-bottom: 20px;
  border-radius: 5px;
  border-left: 3px solid #ffb506;
  font-size: 15px;
}

.partner-wrapper {
  clear: both;
  margin-top: 15px;
}

.partner-wrapper h4 {
  margin: 30px 0;
}

.partner-wrapper .sub-block {
  width: 33.33%;
  float: left;
}

.partner-wrapper .sub-block a {
  color: #102976;
}

.partner-wrapper .sub-block a:hover {
  text-decoration: none;
}

.partner-wrapper h6 {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.partner-wrapper .sub-block .inner {
  width: 70px;
  padding: 13px;
  box-shadow: 1px 2px 5px 0 #eaeaed;
  border-radius: 10px;
  transform: rotate(45deg);
  display: table;
  margin: 15px auto;
}

.partner-wrapper .sub-block .inner img {
  transform: rotate(-45deg);
}

.partner-wrapper .sub-block:hover .inner {
  box-shadow: 1px 2px 5px 0 rgba(255, 181, 6, 0.2);
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  padding: 10px;
}

.tab-wrapper {
  padding: 10px;
  overflow: auto;
  margin-top: 15px;
}

.tab-wrapper:hover {
  box-shadow: 1px 2px 5px 0 #eaeaed;
  border-radius: 10px;
}

.tab-wrapper .part-1 {
  width: 30px;
  float: left;
  padding-top: 5px;
}

.tab-wrapper .part-2 {
  width: calc(100% - (30px));
  float: left;
  padding: 0 10px;
}

.tab-wrapper .part-2 p {
  color: #333;
}

.icon-sticky-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 9;
}

.icon-sticky-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  background: linear-gradient(145deg, #004387, #102976);
  margin-bottom: 5px;
  margin-bottom: 5px;
  border-radius: 5px 0 0 5px;
}

.icon-sticky-bar a:hover {
  background: #f9c111;
}

.icon-sticky-bar img {
  width: 25px;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

/* Tooltip text */

.tooltip-wrapper .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 125%;
}

.tooltip-wrapper .tooltiptext:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: -14px;
  top: 10px;
  border-right: 7px solid transparent;
  border-left: 7px solid rgba(0, 0, 0, 0.5);
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */

.tooltip-wrapper :hover .tooltiptext {
  visibility: visible;
}

.join-block {
  position: relative;
  top: 8vh;
}

@media only screen and (max-width: 768px) {
  .sub-wrapper {
    margin: 45px 0 0;
  }

  .sub-wrapper .part-2 {
    padding-left: 15px;
  }

  .sub-wrapper .part-2 h3 {
    margin: 0;
  }

  .custom-card {
    padding: 1rem;
  }

  .custom-card .part-1 {
    width: 100%;
  }

  .custom-card .part-2 {
    display: none;
  }

  .mobile-app-wrapper {
    background-image: url(../../wp-content/uploads/2019/09/bg-about.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .footer_wrap .sc_footer_with_image {
    padding-top: 16vw !important;
  }

  /* --- Ensure mobile header row alignment and spacing --- */
.mobile-header .div-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
}
.mobile-header .div-inner > a img {
  display: block;
}
.mobile-header .div-inner .btn {
  min-width: 70px;
  padding: 4px 12px;
  font-size: 15px;
}
.mobile-header .div-inner .menu {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .mobile-header .div-inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
  }
  .mobile-header .div-inner .btn {
    font-size: 14px;
    padding: 3px 10px;
  }
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .globe {
    width: 50vw !important;
    height: 50vw !important;
    left: 35vw !important;
    top: 100px !important;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
  }
}

@media only screen and (max-width: 992px) {
  .globe .hotspot .hotspot-nav {
    padding: 10px;
  }

  .globe .hotspot .hotspot-nav h4 {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .page_content_wrap .content_wrap {
    width: 94vw !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
  .globe {
    width: 70vw !important;
    height: 70vw !important;
    left: calc(50% - (35vw)) !important;
    top: 100px !important;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
  }

  .custom-ul-wrapper .sub-box {
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 0;
  }

  .custom-ul-wrapper .sub-box-1 {
    margin-top: 30px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-title-section {
    position: absolute;
    width: 100%;
    bottom: 30%;
    left: 7%;
    display: block;
    z-index: 999;
    line-height: 1.1;
  }

  .hp-bnr-title-1 {
    font-family: Poppins, Sans-serif;
    font-weight: 500;
    font-size: 38px !important;
    text-shadow: -3px -2px 0 rgba(0, 0, 0, 0.25);
    padding: 0;
    margin: 0;
  }

  .hp-bnr-title-2 {
    font-weight: 300;
    font-size: 18px !important;
    padding: 0;
    margin: 0;
  }
}

.sub-menu {
  min-width: 250px;
  border-radius: 5px;
  background: #e9f5fc;
}

.sub-menu li a {
  padding: 12px 20px;
}

.sub-menu li a:hover {
  background: linear-gradient(208deg, #00468c, #01366c);
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
  .main-title-section {
    position: absolute;
    width: 90%;
    bottom: 10%;
    left: 5%;
    display: block;
    z-index: 999;
    line-height: 1.1;
  }

  .hp-bnr-title-1 {
    font-weight: 500;
    font-size: 22px !important;
    text-shadow: -3px -2px 0 rgba(0, 0, 0, 0.25);
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 35px;
    opacity: 1;
    transition: opacity 1s ease-in;
    -moz-transition: opacity s ease-in;
    -webkit-transition: opacity 0.25s ease-in;
    margin-bottom: 15px;
  }

  .icon-sticky-bar {
    top: 60%;
  }

  .contact-us-link {
    display: none !important;
  }

  .hp-bnr-title-2 {
    font-weight: 300;
    font-size: 15px !important;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 23px;
  }

  .hp-bnr-title-3 {
    text-align: center;
    margin: 10px 0 0;
  }

  .hotspot.point-2 {
    right: -6px;
    top: 13%;
  }

  .hotspot.point-3 {
    right: -6px;
    bottom: 13%;
  }

  .hotspot.point-4 {
    left: -6px;
    bottom: 13%;
  }

  .hotspot.point-6 {
    left: -6px;
    top: 13%;
  }

  .globe .hotspot .cont {
    width: 250px;
    top: -7px;
    left: -5px;
  }

  .globe .hotspot .cont img {
    width: 75px;
  }

  .globe .hotspot .hotspot-nav {
    left: -56%;
  }

  .globe .hotspt .bottom-description {
    top: -130px !important;
  }

  /* .about-block {
    padding: 0 !important
  } */
  .why-join-block {
    padding: 0px !important;
  }

  /* .team-block {
    margin: 0 !important;
  } */
  .association-block {
    margin: 0 !important;
  }

  .partner-wrapper .sub-block .inner {
    width: 60px;
    padding: 12px;
  }

  .join-block {
    top: 0;
  }

  .partner-wrapper .sub-block {
    width: 50%;
    float: left;
    min-height: 125px;
  }

  .sub-wrapper .part-1 img {
    width: 50px;
    margin: 0 auto;
  }
  .product-wrap .sub-wrapper-header .sub-wrapper .part-1 img{
    width: 50px;
    margin: 0 auto;
  }
  .product-wrap .sub-wrapper-header .sub-wrapper .part-2 h3{
    margin-top: 5px;
  }

  .sub-wrapper .part-2 p {
    margin-top: 5px;
    font-size: 16px;
  }

  .awards-custom-mobile {
    border: 0;
    display: inline-block;
    padding: 7px 17px 0;
    font-size: 13px;
    border-radius: 2px;
    background-color: #003060;
    color: #ffffff;
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14),
      0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    position: relative;
    text-decoration: none;
    border-bottom: 5px solid #2590ce;
    border-radius: 10px 10px 0 0;
  }

  .awards-custom-mobile {
    display: inline-block;
  }

  .award-custom-desk {
    display: none;
  }

  .award_block_2 {
    text-align: center;
    position: fixed;
    right: 0;
    bottom: -2px;
    z-index: 10;
    left: 0;
    top: auto;
  }

  .news_ticker_toggle {
    width: 50px;
    top: -43vh !important;
    left: 0;
    border-radius: 0 30px 30px 0;
    padding: 10px;
    position: relative;
  }

  .news_ticker_toggle .text_box {
    display: none;
  }

  .news_ticker_toggle .icon_box {
    width: 12%;
    margin-left: 24px;
  }

  .sc_layouts_title .sc_layouts_title_content {
    margin-bottom: 25px !important;
  }

  .scheme_default .sc_icons_modern .sc_icons_item:hover {
    overflow: hidden !important;
  }

  .scheme_default .sc_icons_modern .sc_icons_item:hover:after {
    background-position: 133px -95px !important;
  }
}

.document-wrapper {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: ease 1s;
  position: relative;
  margin-top: 30px;
  min-height: 312px;
}

.document-wrapper:after {
  content: "";
  display: block;
  width: 180px;
  height: 180px;
  background: #f4f7f7;
  border-radius: 100%;
  position: absolute;
  right: -50px;
  bottom: -80px;
  z-index: -1;
}

.document-wrapper h2 {
  margin-top: 0;
}

.document-wrapper p {
  margin-bottom: 0;
}

.mobile-header {
  width: 100%;
  position: fixed;
  height: 78px;
  overflow: auto;
  z-index: 9999;
}

.mobile-header .div-inner {
  position: relative;
  background: #A51617;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
}

.mobile-header .div-inner > a img {
  display: block;
}

.mobile-header .div-inner .btn {
  min-width: 70px;
  padding: 4px 12px;
  font-size: 15px;
}

.mobile-header .div-inner .menu {
  margin-left: 10px;
}

/*  BURGER MENU
========================================== */
.menu {
  width: 30px;
  height: 35px;
  position: absolute;
  z-index: 21;
  right: 15px;
}

.menu span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}

.menu span,
.menu span::before,
.menu span::after {
  display: block;

  width: 26px;
  right: 0;
  height: 3px;
  background-color: #ffb506;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.menu span::before,
.menu span::after {
  position: absolute;
  content: "";
}

.menu span::before {
  top: -9px;
  width: 20px;
}

.menu span::after {
  top: 9px;
  width: 33px;
}

.menu.clicked span {
  background-color: transparent;
}

.menu.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
  width: 33px;
}

.menu.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}

.menu.clicked span:before,
.menu.clicked span:after {
  background-color: #ffffff;
}

.menu:hover {
  cursor: pointer;
}

/*  NAV
========================================== */

#nav {
  background: #A51617;
  position: fixed;
  z-index: 9999;
  top: 58px;
  right: 0;
  height: 100%;
  max-width: 100%;
  width: 100%;
  padding: 50px 40px 60px 40px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#nav.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#nav.show ul.main li {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

#nav.show ul.main li a .new-feature {
  position: relative;
  top: 5px;
  font-size: 10px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu.clicked {
  position: fixed;
  z-index: 99;
  top: 15px;
}

#nav.show ul.main li:nth-child(1) {
  transition-delay: 0.15s;
}

#nav.show ul.main li:nth-child(2) {
  transition-delay: 0.3s;
}

#nav.show ul.main li:nth-child(3) {
  transition-delay: 0.45s;
}

#nav.show ul.main li:nth-child(4) {
  transition-delay: 0.6s;
}

#nav.show ul.main li:nth-child(5) {
  transition-delay: 0.75s;
}

#nav.show ul.main li:nth-child(6) {
  transition-delay: 0.9s;
}

#nav.show ul.main li:nth-child(7) {
  transition-delay: 1.05s;
}

#nav.show ul.main li:nth-child(8) {
  transition-delay: 1.2s;
}

#nav.show ul.main li:nth-child(9) {
  transition-delay: 1.35s;
}

#nav.show .about,
#nav.show .social,
#nav.show ul.sub {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.85s;
}

/* @media (min-width: 667px) {
  #nav {
    padding: 120px 30px 70px 20px;
  }
} */

#nav ul.main {
  list-style-type: none;
  /* text-align: center; */
  padding-left: 0;
}

#nav ul.main li {
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  float: none;
  /* list-style: circle; */
  color: #fff;
}

#nav ul.main li:last-of-type {
  margin-bottom: 0px;
}

#nav ul.main li a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  /* text-transform: uppercase; */
  font-size: 18px;
  display: block;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#nav ul.main li a span {
  color: #ffb507;
}

#nav ul.main li a:hover {
  color: #ffb507;
}

#nav ul.sub {
  list-style-type: none;
  margin-top: 40px;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -o-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#nav ul.sub li {
  margin-bottom: 10px;
}

#nav ul.sub li:last-of-type {
  margin-bottom: 0px;
}

#nav ul.sub li a {
  color: #ffffff;
  /* font-family: "Raleway", sans-serif; */
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#nav ul.sub li a:hover {
  color: #b7ac7f;
}

/* .menu:hover span {} */

/*  OVERLAY
========================================== */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #603e82;
  opacity: 0;
  visibility: hidden;
}

.overlay.show {
  opacity: 0.8;
  visibility: visible;
}

.mobile-nav-social {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 50px auto 0;
  display: table;
}

.mobile-nav-social li {
  margin-left: 10px;
  float: left;
}

.mobile-nav-social li a {
  color: #fff;
  transition: 0.3s;
}

.mobile-nav-social li a:hover {
  text-decoration: none;
}

.mobile-nav-social li a:hover .social_box {
  background: #ffb506;
}

.mobile-nav-social li a .social_box {
  transition: 0.3s;
  background: #640908;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 15px;
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.partner-wrapper .slide p {
  color: #333;
  margin: 7px 0 0;
}
