body {
    margin: 0;
    color: white;
  }
  
  .swiper-container {
    width: 100vw;
    height: 100vh;
    text-align: center;
  }
  .swiper-container img {
    width: 100%;
    height: 100%;
  }
  .swiper-container p {
    font-size: 36px;
    font-family: Gill Sans, sans-serif;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 25%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
            color:#fff;
  }
  
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.8;
  }
  .swiper-container span{
      padding-top:10px;
  }
  
  .img-fill{
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center
  }
  
  .img-fill img {
    min-height: 100%;
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
  }
  
  *,
  *:before,
  *:after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
  }
  
  .Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
  }
  
  .blocks-box,
  .slick-slider {
    margin: 0;
    padding: 0!important;
  }
  
  header .item {
    height: auto;
    position: relative;
  }
  header .item img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  header .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height:600px;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
  }
  header .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
  }
  header .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height:282px;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  header .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 35px;
    color: #fff;
  }
  header .item .cover .header-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
  }
  header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
  }
  header .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  header .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  header .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  header .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  header .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  header .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
  }
  header .owl-nav .owl-prev:focus {
    outline: 0;
  }
  header .owl-nav .owl-prev:hover {
    background: #000 !important;
  }
  header .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
  }
  header .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
  }
  header .owl-nav .owl-next:focus {
    outline: 0;
  }
  header .owl-nav .owl-next:hover {
    background: #000 !important;
  }
  header:hover .owl-prev {
    left: 0px;
    opacity: 1;
  }
  header:hover .owl-next {
    right: 0px;
    opacity: 1;
  }
  
  
  .hi-icon {
      display: inline-block;
      font-size: 0px;
      cursor: pointer;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      text-align: center;
      position: relative;
      z-index: 1;
      color: #fff;
  }
  
  .hi-icon:after {
      pointer-events: none;
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      content: '';
      -webkit-box-sizing: content-box; 
      -moz-box-sizing: content-box; 
      box-sizing: content-box;
  }
  
  .hi-icon:before {
      speak: none;
      line-height: 90px;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      display: block;
      -webkit-font-smoothing: antialiased;
  }
  
  
  /* Effect 1 */
  
  .hi-icon:after {
      top: -7px;
      left: -7px;
      padding: 7px;
      box-shadow: 0 0 0 4px #523745;
      -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
      -webkit-transform: scale(.8);
      -moz-transition: -moz-transform 0.2s, opacity 0.2s;
      -moz-transform: scale(.8);
      -ms-transform: scale(.8);
      transition: transform 0.2s, opacity 0.2s;
      transform: scale(.8);
      opacity: 0;
  }
  
  /* Effect 1a */
  
  .hi-icon:hover:after {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }
  
  .exper-box:hover:hi-icon{
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
  }
  
  .playful figure {
    cursor: pointer;
    float: left;
    margin: 10px 1%;
    max-width: 480px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    height:auto;
  }
  
  .playful figure figcaption,
  .playful figure figcaption > a {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .playful figure figcaption {
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.25em;
    text-transform: uppercase;
  }
  
  .playful figure h4,
  .playful figure p {
    margin: 0;
  }
  
  .playful figure h4 {
    color: #fff;
    font-size: 20px;
    font-weight:400;
    word-spacing: -0.15em;
  }
  
  .playful figure p {
    font-size: 18px;
    font-weight: 100;
    color: #fff;
    letter-spacing: 1px;
  }
  
  .playful figure h2,
  .playful figure p {
    margin: 0;
  }
  
  .playful figure.softeffect {
    background: none repeat scroll 0 0 #000000;
  }
  
  .playful figure.softeffect img {
    transition: opacity .35s ease 0s, transform .35s ease 0s;
  }
  
  figure.softeffect:hover img {
    opacity: 0.35;
    transform: scale(1);
  }
  
  .playful figure.softeffect figcaption:before,
  .playful figure.softeffect p {
    opacity: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  }
  
  .playful figure.softeffect h4 {
    opacity: 0;
    padding:36% 0 20px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
  }
  
  .playful figure.softeffect p {
    margin: 0 auto;
    max-width: 200px;
    transform: scale(1.5);
  }
  
  .playful figure.softeffect:hover figcaption:before,
  .playful figure.softeffect:hover p {
    opacity: 1;
    transform: scale(1);
  }
  
  .playful figure.softeffect:hover h4 {
    opacity: 1;
    transform: scale(1);
  }
  
  .playful figure img {
    display: block;
    max-width: 100%;
    min-height: 100%;
    opacity: 1;
    position: relative;
  }
  
  figure.softeffect {
    background: none repeat scroll 0 0 transparent;
  }
  
  figure.softeffect:hover {
    background: none repeat scroll 0 0 #000000;
    /* Cyan: #00aeef */
  }
  
  figure.softeffect img {
    transform: scale(1);
    transition: opacity .35s ease 0s, transform .35s ease 0s;
  }
  
  figure.softeffect:hover img {
    opacity: 0.40;
    transform: scale(1.15);
    filter: blur(2px);
  }
  ul.video-list {
    display: flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  li.video {
    flex-grow: 1;
    position: relative;
    ooverflow: hidden;
    width: 33.333333333%;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
    border: solid 0.2em transparent;
  }
  li.video a {
    outline: none;
  }
  li.video:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .15s;
  }
  li.video figure {
    display: block;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  li.video figure img {
    display: block;
    max-width: 100%;
    height: auto;
    opacity: 0;
    transform: scale(0.5);
    transition: all .20s;
  }
  li.video figure figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1rem;
    transform: translateY(0);
    opacity: 1;
    transition: all .20s;
  }
  li.video:hover figure img {
    opacity: 1;
    transform: scale(1);
  }
  li.video:hover figure figcaption {
    opacity: 0;
    transform: translateY(50%);
  }
  li.video:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  
  
  span.ourteam-btncont {
      width: 100%;
      height: auto;
      float: left;
      display: flex;
      justify-content: center;
  }
  
  .ourteam-text p {
      font-weight: 300;
      font-size: 14px;
      line-height: 22px;
  }
  
  button.btn-ourteam:hover {
      background: #38202d;
      color: #fff;
  }
  
  
  .ourteam-texthead h3 {
      font-size: 22px;
      font-weight: 300;
  }
  
  .ourteam-text {
      width: 100%;
      height: auto;
      float: left;
      background: #ffffff;
      padding: 10px 15px 20px 15px;
      color: #523745;
      min-height: 250px;
  }
  
  .ourteam-texthead {
      width: 100%;
      height: 72px;
      float: left;
      padding: 10px 15px 10px 15px;
      background: #523745;
      color: #fff;
      font-weight: 300;
  }