.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span {
    color: #fff !important
}

.funfact-wrapper {
    position: relative;
    z-index: 1
}

.funfact-wrapper.bottom:before {
    bottom: 0;
    top: auto
}

.funfact-wrapper:before {
    position: absolute;
    height: 50%;
    bottom: 0; /* top: 0; */
    left: 0;
    width: 100%;
    /*background-color: #211e3b #273564 #464c72;*/
    content: ""
}

@media (min-width:1500px) {
    .funfact-wrapper .container {
        max-width: 1400px;
        width: 100%
    }
}

.funfact-wrapper .funfact-content-grid {
    background-color:/* #272727*/ rgba(27,27,27,0.5);
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.funfact-wrapper .funfact-content-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 7px;
    padding: 30px 0px 25px;
    margin-bottom: 50px;
}

.funfact-content-grid>:first-child {
    /* For legacy Internet Explorer (IE10/IE11) */
    /* (used in older versions of Internet Explorer) */
    -ms-grid-row: 1;
    -ms-grid-column: 1;

    /* For modern browsers */
    grid-row: 1;
    grid-column: 1;

}

.funfact-content-grid>:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;

    /* For modern browsers */
    grid-row: 1;
    grid-column: 2;
}

.funfact-content-grid>:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;

    /* For modern browsers */
    grid-row: 1;
    grid-column: 3;
}

.funfact-content-grid>:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;

    /* For modern browsers */
    grid-row: 1;
    grid-column: 4;
}

.funfact-content-grid>:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;

    /* For modern browsers */
    grid-row: 1;
    grid-column: 5;
}

.funfact-content-grid>:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 6;

    /* For modern browsers */
    grid-row: 1;
    grid-column: 6;
}

.funfact-content-grid>:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;

    /* For modern browsers */
    grid-row: 1;
    grid-column: 7;
}

.funfact-content-grid>:nth-child(8) {
  -ms-grid-row: 1;
  -ms-grid-column: 8;

  /* For modern browsers */
  grid-row: 1;
  grid-column: 8;
}

.funfact-content-grid>:nth-child(9) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;

  /* For modern browsers */
  grid-row: 1;
  grid-column: 9;
}

.funfact-content-grid>:nth-child(10) {
  -ms-grid-row: 1;
  -ms-grid-column: 10;

  /* For modern browsers */
  grid-row: 1;
  grid-column: 10;
}

@media (max-width:991px) {
    .funfact-content-grid {
        -ms-grid-columns: 1fr 40px 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 40px
    }
}

@media (max-width:500px) {
    .funfact-content-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 40px
    }
}

/* .funfact-wrapper_2 .funfact-content-grid {
    padding-bottom: 150px
}

@media (max-width:768px) {
    .funfact-wrapper_2 .funfact-content-grid {
        padding-bottom: 80px
    }
} */


.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center
}

.funfact-content-grid .single-funfact-item .icon {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 20px;
    display: block;
    /* top: -15px; */
}

.funfact-content-grid .single-funfact-item h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 1;
    position: relative;
    /* display: inline-block */
    display: none;
}

.funfact-content-grid .single-funfact-item span{
    font-size: 16px;
    font-weight: 600;
}

.funfact-content-grid .single-funfact-item h3:before {
    position: absolute;
    content: "";
    right: -20px;
    top: -15px;
    font-size: 30px;
    font-weight: 400
}

.funfact-content-grid .single-funfact-item p {
    margin-top: 5px;
    font-size: 17px;
    display: inline;
}
.funfact-content-grid .single-funfact-item p sup{
  display: inline;
}

.fun-fact-grid .single-funfact-item {
    background-color: #fff;
    padding: 40px 30px 30px;
    -webkit-clip-path: polygon(13% 0, 100% 0, 100% 100%, 52% 100%, 0 100%, 0 14%);
    clip-path: polygon(13% 0, 100% 0, 100% 100%, 52% 100%, 0 100%, 0 14%)
}

.funfact-content-grid .single-funfact-item .icon {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 20px
}












/* ========================================================================== */
/* *,
:before,
:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #000;
} */

/* .contain {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 50%;
  }


.play-btn {
    position: absolute;
    appearance: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#ff6347, #ff6347);
    cursor: pointer;
    outline: none;
  }

  .play-btn::before {
    content: "";
    position: absolute;
    width: 93%;
    height: 93%;
    background-color: #000;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .play-btn:checked {
    animation: borderAnimate 700ms ease-in-out 1;
    animation-fill-mode: forwards;
  }

  @keyframes borderAnimate {
    0% {
      transform: rotate(0);
      background: conic-gradient(#ff6347, transparent 20%);
    }

    80% {
      background: conic-gradient(#ff6347, transparent 90%);
    }

    100% {
      transform: rotate(360deg);
      background: conic-gradient(#ff6347, #ff6347);
    }
  }

  .play-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 60%;
    top: 50%;
    background-color: #ff6347;
    transform: translate(-60%, -50%) rotate(90deg);
    clip-path: polygon(50% 15%, 0% 100%, 100% 100%);
    transition: all 400ms ease-in-out;
    cursor: pointer;
  }

  .play-btn:checked + .play-icon {
    clip-path: polygon(0 100%, 0% 100%, 100% 100%);
  }

  .pause-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
  }

  .pause-icon::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #ff6347;
    left: 0;
  }

  .pause-icon::after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #ff6347;
    right: 0;
  }

  .play-btn:checked ~ .pause-icon::before {
    animation: reveal 300ms ease-in-out 350ms 1;
    animation-fill-mode: forwards;
  }

  .play-btn:checked ~ .pause-icon::after {
    animation: reveal 300ms ease-in-out 600ms 1;
    animation-fill-mode: forwards;
  }

  @keyframes reveal {
    0% {
      width: 0;
    }

    100% {
      width: 35%;
    }
  } */








  /* =========================================================================== */


  /* @import "bourbon";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400i,900);

$primary-color: #0274FA;
$circle-size: 4rem;

@include keyframes(scaleIn) {
  to { transform: scale(1); }
}

@include keyframes(slideIn) {
  to { 
    opacity: 1; 
    transform: translate3d(0,0,0); 
  }
}

html, body {
  height: 100%;
}

body {
  background: $primary-color;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
}

.play-toggle {
  position: relative;
  cursor: pointer;

  .play-circle, span {
    display: inline-block;
    vertical-align: middle;
  }

  span {
    color: white;
    margin-left: 1rem;
    font-size: 1.2rem;
    transition: transform 350ms ease;

    i, strong {
      display: inline-block;
      opacity: 0;
      transform: translate3d(-1rem, 0, 0);
      animation: slideIn 400ms ease forwards;
    }

    i {
      color: rgba(white,.7);
      animation-delay: 700ms;
    }
    strong {
      font-size: 1.25em;
      font-weight: 900;
      letter-spacing: 1px;
      animation-delay: 750ms;
    }
  }

  .play-circle {
    position: relative;
    @include size($circle-size);
    background: white;
    border-radius: 50%;
    transform: scale(0);
    animation: scaleIn 500ms cubic-bezier(0.075, 0.82, 0.165, 1) 500ms forwards;

    &:before, &:after {
      @extend .play-circle;
      @include position(absolute, 50% null null 50%);
      content: '';
      opacity: 0.04;
    }

    &:before { @include size($circle-size*2); margin-left: -$circle-size; margin-top: -$circle-size; }
    &:after  { @include size($circle-size*3); margin-left: -$circle-size*1.5; margin-top: -$circle-size*1.5; }
  }

  .play-icon {
    @include position(absolute, 0 0 0 0);
    background: white;
    border-radius: 50%;
    box-shadow: 0 3px 24px rgba(black,.3);
    transition: transform 350ms ease;

      &:after {
        content: '';
        display: block;
        @include position(absolute, 50% null null 50%);
        transform: translate(-35%,-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 15px solid $primary-color;
        border-bottom: 10px solid transparent;
      }
  }

  &:hover {
    .play-icon { transform: scale(1.1); }
    span { @include transform(translateX(0.3rem)); }
  }
}
 */







 
#ict-A2{
  position: relative;
  display: inline-block;
  cursor: pointer;

}

#ict-A2 a img{
  display: block;
  border-radius: 10px;
  z-index: 1000;
  position: sticky;
  top: 300px;
  /* animation: borderAnimation 5s linear infinite; */
}

#ict-A2::before{
  content: '';
  position: absolute;
  top: -25px;
  left: -10px;
  right: -10px;
  bottom: -5px;
  border: 30px solid #295364;
  border-radius: 10px;
  opacity: 1;
  transition: opacity 0.3s ease;
  animation: borderAnimation 1s linear infinite;
  z-index: 1;
  /* background-color: #fff; */
}

/* #holding-A2:hover::before{
  opacity: 1;
  
} */

@keyframes borderAnimation{
  0%,
  to {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }
  25% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
      opacity: 0.9;
  }
  50% {
      -webkit-transform: scale(0.9);
      transform: scale(0.9);
      opacity: 0.8;
  }
  75% {
      -webkit-transform: scale(0.85);
      transform: scale(0.85);
      opacity: 0.7;
  }
  100% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0.6;
  }
}









@media (max-width:768px){

  #ict-A2::before{
    content: '';
    top: -12px;
    left: -3px;
    right: -3px;
    bottom: -3px;
  }


  /* #ict-A2{
      width: 600px;overflow: hidden;position: relative;margin-left: auto;margin-right: auto;
  }

  #ict-A2 img{
      width: 100%;height: auto;transform: scale(1.35);transform-origin: center;
  } */
}








/* #videoContainer {
  position: relative;
  width: 100%;
  height: 550px;
}

#playButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #273564;
  color: white;
  border: none;
  cursor: pointer;
  display: block;
  transition: opacity 0.3s;
  border-radius: 50%;
  font-weight: 900;
  font-size: 45px;
  height: 75px;
  width: 75px;
  text-align: center;
}

#videoContainer:hover #playButton {
  opacity: 1;
  display: block;
} */


#videoContainer {
  position: relative;
  width: 100%;
  height: 550px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-overlay img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-color: rgba(39, 53, 100, 0.8); */
  /* color: white; */
  border: none;
  cursor: pointer;
  display: block;
  transition: opacity 0.3s;
  border-radius: 50%;
  /* font-weight: 900; */
  /* font-size: 45px; */
  height: 95px;
  width: 95px;
  text-align: center;
  /* line-height: 75px; */
  opacity: 0.7;
}

.play-overlay img:hover{
  opacity: 1;
}

/* 
#videoContainer:hover #playButton {
  opacity: 1;
  display: block;
} */

.hide{
  display: none;
}


/* #videoContainer {
  position: relative;
  width: 100%;
  height: 550px;
  background: #000;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#playButton, #stop, #fullscreen {
  position: absolute;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
}

#playButton {
  left: 10px;
}

#stop {
  left: 50%;
  transform: translateX(-50%);
}

#fullscreen {
  right: 10px;
}

#progress, #volume {
  position: absolute;
  bottom: 40px;
  width: 100%;
}

#volume {
  bottom: 20px;
} */



























.ie-panel {
  display: none;
  background: #212121;
  padding: 10px 0;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .3);
  clear: both;
  text-align: center;
  position: relative;
  z-index: 1;
}

html.ie-10 .ie-panel,
html.lt-ie-10 .ie-panel {
  display: block;
}



.rd-navbar-transparent.rd-navbar-static.scrolled .rd-nav-link {
  color: #fff !important;
  /*=========================================*/
  /* border-bottom: 1px solid transparent; */
}

.rd-navbar-transparent.rd-navbar-static.scrolled .rd-nav-link:hover {
  color: #B3C0E4 !important;
  /*=========================================*/
  border-bottom-color: #B3C0E4;
  /* border-bottom: 1px solid transparent #273564; */
  /* border-bottom: none; */
}

/* ================================================================================================================================== */
/* .rd-navbar-transparent.rd-navbar-static.scrolled .rd-nav-link.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    color: #fff !important;
    border-bottom: 1px solid transparent;
  } */
/* ========================================================================================================================================= */
/* .rd-navbar-transparent.rd-navbar-static.scrolled .rd-nav-link:hover:after {
    color: #fff !important;*/
/*=========================================*/
/* border-bottom: 1px solid transparent #273564; */
/* border-bottom: none; */
/*
  } */
.about {
  text-align: center;
}