/*----------------------------------------------------------------------------------------------------------------------
Project:	    CryptoSoon
Version:        1.0.0

Default Color   #DD007F;

Body copy:		'Poppins', sans-serif; 15px;
Headers:		'Poppins', sans-serif;

----------------------------------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------------------------------
[Table of contents]

A. Basic Styling
  -- Styling

B. Helpers
  -- Animations
  -- Borders
  -- Colors
  -- Column Count
  -- Transitions
  -- Background
  -- Headings
  -- Height
  -- Margin
  -- No Gutter
  -- Opacity
  -- Overflow
  -- Padding
  -- Position
  -- Shadow
  -- Shape Mask
  -- Typography
  -- Title
  -- Transitions
  -- Utilities
  -- Width
  -- Z-Index

C. Components
  -- Block
  -- Blockquote
  -- Box
  -- Buttons
  -- Card
  -- Circle
  -- Forms
  -- Hr
  -- Inputs
  -- Item
  -- List
  -- Map
  -- Hero
  -- Navbar
  -- Page
  -- Partners
  -- Plugins
  -- Price Box
  -- Progress
  -- Promo Numbers
  -- Select
  -- Slider
  -- Tabs

D. Plugins Styles
  -- Magnific Popup
  -- Owl Carousel

E. Template Specific Elements
  -- Hero Form
  -- Carousel Centered
  -- Price Box
  -- SVG Shapes
  -- Other


----------------------------------------------------------------------------------------------------------------------*/

/***********************************************************************************************************************
A. Basic Styling
***********************************************************************************************************************/

/*-------------------------------------------
  -- Styling - Colors, Font Size, Font Family
-------------------------------------------*/

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body.ts-side-panel-active .ts-side-panel {
    transform: translateX(0%);
}

body.ts-side-panel-active .ts-page-wrapper {
    transform: translateX(-100%);
}

body.ts-theme-light .ts-shapes-canvas:after {
    opacity: .1;
}

body.ts-theme-light p {
    color: rgba(25, 25, 25, .6);
}

body.ts-theme-light h2 {
    border-bottom-color: rgba(25, 25, 25, .1);
}

body.ts-theme-light .ts-social-icons a {
    color: #191919;
    opacity: .6;
}

body.ts-theme-light .ts-social-icons a:hover {
    opacity: 1;
}

body.ts-theme-dark {
    color: #fff;
    background-color: #191919;
}

body.ts-theme-dark p {
    color: rgba(255, 255, 255, .6);
}

body.ts-theme-dark .form-control {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .2);
}

body.ts-theme-dark .form-control:focus {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .4);
}

body.ts-theme-dark .ts-social-icons a {
    color: #fff;
    opacity: .6;
}

body.ts-theme-dark .ts-social-icons a:hover {
    opacity: 1;
}

body, html {
    height: 100%;
}

html {
    font-size: 80%;
}

h1 {
    font-weight: 800;
    font-size: 1.875rem;
}

h2 {
    font-weight: 500;
    font-size: 1.25rem;
}

h3 {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

h4 {
    font-weight: 500;
    margin-bottom: 1.875rem;
}

h5 {
    font-size: 1rem;
    font-weight: 500;
}

h6 {
    font-size: .9375rem;
}

/* NEW */

/***********************************************************************************************************************
B. Helpers
***********************************************************************************************************************/



/*
  Theme Name: Avilon
  Theme URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #c0bebe;
  font-family: 'Noto Sans SC', sans-serif;
    overflow-x: hidden;
      width:100%;
  }
  
  a {
    color: #aa0404;
    transition: 0.5s;
  }
  
  a:hover,
  a:active,
  a:focus {
    color: #106385;
    outline: none;
    text-decoration: none;
  }
  
  #divpop .td {width : 380px; height:456px; border:1px #FFFFFF; align:center;}
  
  /*h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: 'Noto Sans SC', sans-serif;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
  }*/
  
  ul li, ol li { list-style: none; }
  
  /* Back to top button */
  
  .back-to-top {
    position: fixed;
    display: none;
    background: #ff004c;
    color: #fff;
    padding: 2px 20px 8px 20px;
    font-size: 16px;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    transition: none;
  }
  
  .back-to-top:focus {
    background: /*linear-gradient(45deg, #1de099, #1dc8cd);*/#0e0036;
    color: #fff;
    outline: none;
  }
  
  .back-to-top:hover {
    background: #ffa600;
    color: #fff;
  }
  
  
  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  
  #header {
    padding: 10px 0;
    height: 150px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
      background:rgba(0, 0, 0, 0.925);
    font-family: 'Nanum Gothic', sans-serif;
  }
  
  
  
  #header #logo {
    float: left;
  }
  
  #header #logo h1 {
    width:120px;
    font-size: 26px;
    margin: 0 0 0 0px;
    padding: 0;
    display: inline-block;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
  /*  letter-spacing: 3px;*/
    text-transform: uppercase;
  }
  
  /*
  #header #logo h1 span { color:#e80b8c; }
  */
  
  #header #logo h1 a,
  #header #logo h1 a:hover {
      color:#fff;
      height:auto;
  }
  
  #header #logo img {
    padding: 0px;
    margin-top: 20px;
    width:100%;
  }
  
  
  
  #header #translate {
    float: left;
   
  }
  
  #header #translate h1 {
    width: 40px;
    font-size: 26px;
    margin: 0 0 0 0;
    padding: 0;
    display: inline-block;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
  /*  letter-spacing: 3px;*/
    text-transform: uppercase;
  }
  
  
  /*
  #header #translate { color:#e80b8c; }
  */
  
  #header #translate h1 a,
  #header #translate h1 a:hover {
       color:#fff;
       height: auto;
       display: inline-block;
  }
  
  #header #translate img {
    padding: 5px ;
    margin: 35px 0 0 20px;
    width: 100%;
  }
  /*
  @media all and ( max-width:480px ){
      #header #logo h1  { font-size:15px; }
      
  }
  */
  
  #header.header-fixed {
    background: /*#279f5a*/ linear-gradient(#023042,#000425);
    padding: 10px 0;
    height: 150px;
    transition: all 0.5s;
  
  }
  
  /*--------------------------------------------------------------
  # Intro Section
  --------------------------------------------------------------*/
  /*#166989,*//*#00be87*/
  #intro {
    width: 100%;
    height: auto;
  background: linear-gradient(to left, #05011d 50%,#02000c);
       /*background: url(../img/back00-4.png)*/ /*fixed top*/;background-size:cover;
    position: relative;
  padding:90px 0  10px 0;
  /*  */
  }
  
  
  /* Slider */
 /* {margin:0;padding:0;box-sizing:border-box;}
  ul, li {list-style:none;}
  
  [name="slide"] {display:none;}
  .slidebox {max-width:1920px;width:100%;margin:0 auto;text-align:center;}
  .slidebox img {max-width:100%;}
  .slidebox .slidelist {
      white-space:nowrap;
      font-size:0;
      overflow:hidden;
  }
  .slidebox .slideitem {
      position:relative;
      display:inline-block;
      vertical-align:middle;
      width:100%;
      transition:all .35s;
  }
  .slidebox .slideitem label {
      position:absolute;
      z-index:1;
      top:50%;
      transform:translateY(-50%);
      padding:20px;
      border-radius:50%;
      cursor:pointer;
  }
  label.left {
      left:20px;
      background-color:#4281e728;
      background-image:url('../img/left-arrow.png');
      background-position:center center;
      background-size:50%;
      background-repeat:no-repeat;
  }
  label.right {
      right:20px;
      background-color:#4281e728;
      background-image:url('../img/right-arrow.png');
      background-position:center center;
      background-size:50%;
      background-repeat:no-repeat;
  }
  
  /* 페이징 스타일 
  .paginglist {text-align:center;padding:30px 0;}
  .paginglist > li {display:inline-block;vertical-align:middle;margin:0 10px;}
  .paginglist > li > label {display:block;padding:10px 30px;border-radius:10px;background:#ccc;cursor:pointer;}
  .paginglist > li:hover > label {background:#333;}
  
  [id="slide01"]:checked ~ .slidelist .slideitem {transform:translateX(0);animation:slide01 30s infinite;}
  [id="slide02"]:checked ~ .slidelist .slideitem {transform:translateX(-100%);animation:slide02 30s infinite;}
  [id="slide03"]:checked ~ .slidelist .slideitem {transform:translateX(-200%);animation:slide03 30s infinite;}
  [id="slide04"]:checked ~ .slidelist .slideitem {transform:translateX(-300%);animation:slide04 30s infinite;}
  [id="slide05"]:checked ~ .slidelist .slideitem {transform:translateX(-400%);animation:slide05 30s infinite;}
  [id="slide06"]:checked ~ .slidelist .slideitem {transform:translateX(-500%);animation:slide06 30s infinite;}
  [id="slide07"]:checked ~ .slidelist .slideitem {transform:translateX(-600%);animation:slide07 30s infinite;}
  
  @keyframes slide01 {
      0% {left:0%;}
      20% {left:0%;}
    22% {left:-100%;}
      34% {left:-100%;}
    36% {left:-200%;}
      48% {left:-200%;}
      50% {left:-300%;}
    62% {left:-300%}
      64% {left:-400%;}
      76% {left:-400%;}
    78% {left:-500%;}
      90% {left:-500%;}
    92% {left:-600%;}
    98% {left:-600%;}
    100% {left:0%;}
  }
  @keyframes slide02 {
      0% {left:0%;}
      20% {left:0%;}
    22% {left:-100%;}
      34% {left:-100%;}
    36% {left:-200%;}
      48% {left:-200%;}
      50% {left:-300%;}
    62% {left:-300%}
      64% {left:-400%;}
      76% {left:-400%;}
    78% {left:-500%;}
      90% {left:-500%;}
    92% {left: 100%;}
    98% {left: 100%;}
    100% {left:0%;}
  }
  @keyframes slide03 {
    0% {left:0%;}
      20% {left:0%;}
    22% {left:-100%;}
      34% {left:-100%;}
    36% {left:-200%;}
      48% {left:-200%;}
      50% {left:-300%;}
    62% {left:-300%}
      64% {left:-400%;}
      76% {left:-400%;}
    78% {left: 200%;}
      90% {left: 200%;}
    92% {left: 100%;}
    98% {left: 100%;}
    100% {left:0%;}
  
  }
  @keyframes slide04 {
    0% {left:0%;}
      20% {left:0%;}
    22% {left:-100%;}
      34% {left:-100%;}
    36% {left:-200%;}
      48% {left:-200%;}
      50% {left:-300%;}
    62% {left:-300%}
      64% {left: 300%;}
      76% {left: 300%;}
    78% {left: 200%;}
      90% {left: 200%;}
    92% {left: 100%;}
    98% {left: 100%;}
    100% {left:0%;}
  
  }
  @keyframes slide05 {
      0% {left:0%;}
      20% {left:0%;}
    22% {left:-100%;}
      34% {left:-100%;}
    36% {left:-200%;}
      48% {left:-200%;}
      50% {left: 400%;}
    62% {left: 400%}
      64% {left: 300%;}
      76% {left: 300%;}
    78% {left: 200%;}
      90% {left: 200%;}
    92% {left: 100%;}
    98% {left: 100%;}
    100% {left:0%;}
  
  }
  @keyframes slide06 {
    0% {left:0%;}
      20% {left:0%;}
    22% {left:-100%;}
      34% {left:-100%;}
    36% {left: 500%;}
      48% {left: 500%;}
      50% {left: 400%;}
    62% {left: 400%}
      64% {left: 300%;}
      76% {left: 300%;}
    78% {left: 200%;}
      90% {left: 200%;}
    92% {left: 100%;}
    98% {left: 100%;}
    100% {left:0%;}
  
  }
  @keyframes slide07 {
    0% {left:0%;}
      20% {left:0%;}
    22% {left: 600%;}
      34% {left: 600%;}
    36% {left: 500%;}
      48% {left: 500%;}
      50% {left: 400%;}
    62% {left: 400%}
      64% {left: 300%;}
      76% {left: 300%;}
    78% {left: 200%;}
      90% {left: 200%;}
    92% {left: 100%;}
    98% {left: 100%;}
    100% {left:0%;}
  
  }
  
  
  /* slider 끝 */
  
  
  #intro #title { width:30%; height:auto;  margin:0 auto; text-align: center;  font-family: 'Nanum Gothic', sans-serif;}
  #intro #title h2 { font-size:35px; color:#1b255a ; margin: 100px 0 30px;font-weight:bold;}
  #intro #intro_box { position: relative;width:900px; overflow:hidden; box-shadow: -2px -2px 32px 2px rgba(9, 16, 77, 0.2); bottom: 0; left:50%; margin-left:-450px; }
  #intro #intro_box div {position: relative;width:300px; height:300px;  float:left; font-family: 'Nanum Gothic', sans-serif; }
  #intro #intro_box div:nth-of-type(1) { background:linear-gradient(#00172b,#00a08f); }
  #intro #intro_box div:nth-of-type(1):hover { background:linear-gradient(#00284a,#00c9b4); }
  #intro #intro_box div:nth-of-type(2) { background:linear-gradient(#00172b,#0086ba); }
  #intro #intro_box div:nth-of-type(2):hover { background:linear-gradient(#00284a,#0099ba); }
  #intro #intro_box div:nth-of-type(3) { background:linear-gradient(#00172b,#562297); }
  #intro #intro_box div:nth-of-type(3):hover { background:linear-gradient(#00284a,#642297); }
  #intro #intro_box div p {position: absolute; bottom:50px; width:120px; height:35px; border-radius:80px; border:1px solid white; font-size:15px;font-family: 'Nanum Gothic', sans-serif; text-align: center;line-height: 35px; left:10%; cursor: pointer;transition: all 0.3s; color:white;}
  #intro #intro_box div p:hover {background:white; color:#314e67; transition: all 0.3s;}
  #intro #intro_box div dl { position: absolute; width:80%;top:20%; left:10%; color:white;}
  #intro #intro_box div dl dt { font-weight:600; font-size:20px; float: left; text-align: justify;}
  #intro #intro_box div dl dd { width:50px; height:1px; background:white; margin-top:80px;}
  #intro #title_video {; margin:0 auto; text-align:center;}
  #intro #membership {width:60%; height:auto;  margin:0 auto; text-align: center;  font-family: 'Nanum Gothic', sans-serif;}
  #intro #membership img {width:70%; height:auto;}
  #intro #download img {width:70%; height:auto; }
  /*#intro h2 span { color:#e80b8c; }*/
  
  
  #bex_box { width:100%; height:auto;text-align:center; padding-top:50px; font-family: 'Nanum Gothic', sans-serif;}
  #bex_box #bex_logo { width:8%; height:auto; margin:0 auto 20px; }
  #bex_box #bex_logo img { width:100%; }
  #bex_box #bex_text { font-size:20px; color:white;}
  #bex_box ol#pin { display: inline-block; text-align: center; }
  #bex_box ol#pin li { float:left; width:120px; height:40px;/* background:#041735background:url(../img/button.png)*/; border-radius:30px; line-height: 40px; margin-left:20px;transition: 0.6s all;}
  #bex_box ol#pin li:hover { background:#4280e7; transition: 0.6s all;}
  #bex_box ol#pin li a { color:white; font-size:15px; font-weight: 600;}
  #bex_box ol#pin li:nth-of-type(1) {margin-left:0;}
  
  
  
  
  
  #intro .btn-get-started {
    font-family: 'Nanum Gothic', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px; 
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
  }
  
  #intro .btn-get-started:hover {
    border: 2px solid #e80b8c;
    background: #e80b8c;
  
  }
  
  #intro .product-screens {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 50%;
  }
  #intro .membership {
    position: relative;
    width:100%;
    margin-top: 80px;
    
    text-align: center; 
    }
    #intro .membership #button {
      padding-bottom: 20px;
    }
  
  #intro .download {
    position: relative;
    width:100%;  
    margin-top: 80px;
    text-align: center; 
    }
    #intro .download #button {
      width:40%;
      padding-bottom: 20px;
      text-align: center; 
      margin-left: 30%;
    }
  
  /*#intro .product-screens img {
    box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
  }*/
  
  #intro .product-screens .product-screen-1 {
    position: absolute;
    z-index: 30;
    left: calc(50% + 54px);
    bottom: 0;
    top: 30px;
  }
  
  #intro .product-screens .product-screen-2 {
    position: absolute;
    z-index: 20;
    left: calc(50% - 154px);
    bottom: 0;
    top: 90px;
  }
  
  #intro .product-screens .product-screen-3 {
    width:300px; 
    position: absolute;
    z-index: 10;
    left: calc(50% - 150px);
    bottom: 0;
    top: 0px;
  }
  
  #intro .product-screens .product-screen-3 img { width:100%; }
  #intro .product-screens .product-screen-3 .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #009cff;
    font-style: italic;
    letter-spacing: 4px;
      font-size:15px;
      position: absolute;
      bottom:-20px;
  
  } 
  #intro .product-screens .product-screen-3 .section-title {
    font-size: 32px;
    color: #fff;
    text-align: center;
  /*  font-weight: 600;*/
    font-family: 'Nanum Gothic', sans-serif;
  } 
  
  h1.total_title { text-align: center; color:#ffffff;font-family: sans-serif;font-weight:bold; margin-bottom: 50px; }
  span.total_line { display: block;width:180px; height:5px; margin:0 auto; background:#ffffff; }
  
  h2.sub_title { text-align: center;}
  h3.contents { text-align:center; color:#1b255a;font-family: 'Nanum Gothic', sans-serif;font-weight:lighter; font-size: 1rem;}
  h4.sub_contents { text-align: center; color:#1b255a;font-family: 'Nanum Gothic', sans-serif;font-weight:bold; font-size: 1rem; padding-bottom: 10px;}
  ul.contents { width:60%; text-align: justify;}
  section#logo_text {  width:1000px;  margin: 0 auto; height:auto; padding:50px 0; opacity:0.5}
  section#logo_text .logos {  width:100%; height:100px; border-top:1px solid white; line-height: 100px; }
  section#logo_text .logos span { width:12%; height:auto; float:left; color:white; font-weight:400; font-size:18px;}
  section#logo_text .logos div div {float:left; margin-right:1.5%; height:auto;}
  
  
  
  section#busan {font-family: 'Nanum Gothic', sans-serif; width:100%; overflow: hidden; padding-top: 150px;/*background: linear-gradient(to bottom, #003869 50%,#00223e); /*background:url(../img/busan1.jpg) */}
  section#busan #table { max-width:100%; height:auto; margin:0px auto 0; }
  section#busan #table img { max-width:100%;}
  section#busan #table h3 {position: absolute; left:0px; }
  
  
  .container {
    position: relative;
    
    max-width:1920px;
    margin:0 0 -4% 0;
  }
  .container img {
    width: 100%;
    height: auto;
  }
  .container .btn_2 {
  max-width: 100%;
    position: relative;
    left: 38%;
    transform: translate(-0%, -180%);
    -ms-transform: translate(-50%, -50%);
    background:linear-gradient(to bottom,#e80b8c 30%,#e80b8c);
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight:700;
    padding: 16px 30px;
    border: none;
    cursor: pointer;
    border-radius:30px;
    text-align: center;
  }

  .container .btn_3 {
    max-width: 100%;
      position: relative;
      left: 45%;
      transform: translate(-0%, -180%);
      -ms-transform: translate(-50%, -50%);
      background:linear-gradient(to bottom,#e80b8c 30%,#e80b8c);
      box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
      color: rgb(255, 255, 255);
      font-size: 16px;
      font-weight:700;
      padding: 16px 30px;
      border: none;
      cursor: pointer;
      border-radius:30px;
      text-align: center;
    }
  .button #button {float:left;}
  
  .container  .btn:hover {
    background-color: black;
    color: white;}

    /*-------------------------------------------
  -- Buttons
-------------------------------------------*/

.btn {
  border-radius: 6.25rem;
  border-width: .125rem;
  box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
  font-weight: 600;
  font-size: .9375rem;
  padding: .10rem 1.25rem;
  position: relative;
  outline: none !important;
}

.btn span {
  transition: .3s ease;
}

.btn .status {
  bottom: 0;
  height: 1.375rem;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
}

.btn .status .spinner {
  left: .3125rem;
  transition: .3s ease;
  top: .1875rem;
  position: absolute;
  opacity: 0;
}

.btn .status .status-icon {
  border-radius: 50%;
  left: 0;
  opacity: 0;
  font-size: .625rem;
  padding: .25rem .4375rem;
  position: relative;
  transition: .3s ease;
  z-index: 1;
  transform: scale(0);
}

.btn .status .status-icon.valid {
  background-color: var(--green);
}

.btn .status .status-icon.invalid {
  background-color: var(--red);
}

.btn.processing span {
  opacity: .2;
}

.btn.processing .spinner {
  opacity: 1;
}

.btn.done .ts-spinner {
  opacity: 0;
}

.btn.done .status-icon {
  transform: scale(1);
  opacity: 1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  /*background-color: darken( var(--color-primary), 20% );
  border-color: darken( var(--color-primary), 20% );*/
  background-color: #DD007F;
  border-color: #DD007F;
  box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .3);
}

.btn-primary {
  background-color: #DD007F;
  border-color: #DD007F;
  color: #fff;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: rgb(0, 165, 194);
  border-color: rgb(0, 165, 194);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  background-color: rgb(0, 165, 194);
  border-color: rgb(0, 143, 168);
  box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: rgb(0, 165, 194);
  border-color: rgb(0, 165, 194);
  box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
}

.btn-dark {
  background-color: #191919;
  border-color: #191919;
}

.btn-outline-primary {
  border-color: #DD007F;
  color: #DD007F;
}

.btn-outline-primary:hover {
  background-color: #DD007F;
  border-color: #DD007F;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  background-color: #DD007F;
  border-color: #DD007F;
  box-shadow: 0 0 0 .2rem rgba(0, 201, 238, .5);
}

.btn-lg {
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
}

.btn-sm {
  font-size: .8125rem;
  padding: .375rem 1rem;
}

.btn-xs {
  font-size: .75rem;
  font-weight: 600;
  padding: .125rem .6875rem;
  text-transform: uppercase;
}

[class*="btn-outline-"] {
  box-shadow: none;
}

.ts-btn-border-muted {
  border-color: rgba(25, 25, 25, .1);
}
  
section#advisory {font-family: 'Nanum Gothic', sans-serif; width:100%; overflow: hidden; padding-top: 100px;/*background: linear-gradient(to bottom, #003869 50%,#00223e); /*background:url(../img/busan1.jpg) */}
  section#advisory #table { max-width:100%; height:auto; margin:0px auto 0; }
  section#advisory #table img { max-width:100%;}
  section#advisory #table h3 {position: absolute; left:0px; }

  section#vision {font-family: 'Nanum Gothic', sans-serif; width:100%; overflow: hidden; padding-top: 100px;/*background: linear-gradient(to bottom, #003869 50%,#00223e); /*background:url(../img/busan1.jpg) */}
  section#vision #table { max-width:100%; height:auto; margin:0px auto 0; }
  section#vision #table img { max-width:100%;}
  section#vision #table h3 {position: absolute; left:0px; }

  section#Platform {font-family: 'Nanum Gothic', sans-serif; width:100%; overflow: hidden; padding-top: 100px;/*background: linear-gradient(to bottom, #003869 50%,#00223e); /*background:url(../img/busan1.jpg) */}
  section#Platform #table { max-width:100%; height:auto; margin:0px auto 0; }
  section#Platform #table img { max-width:100%;}
  section#Platform #table h3 {position: absolute; left:0px; }

  section#solution {font-family: 'Nanum Gothic', sans-serif; width:100%; overflow: hidden; padding-top: 100px;/*background: linear-gradient(to bottom, #003869 50%,#00223e); /*background:url(../img/busan1.jpg) */}
  section#solution #table { max-width:100%; height:auto; margin:0px auto 0; }
  section#solution #table img { max-width:100%;}
  section#solution #table h3 {position: absolute; left:0px; }
  
  section#economy { padding:150px 0 100px; width:100%; height:auto; overflow: hidden; padding-top: 100px;/*background: linear-gradient(to bottom, #003869 50%,#00223e);/*background: url(../img/back01.png)*/ fixed;background-size:cover; }
  section#economy dl { width:38%; overflow: hidden;text-align: center;  margin:70px auto 0 auto; color:rgb(34, 49, 90);}
  section#economy dl dt { text-align: center; font-size:18px; font-weight:400; }
  section#economy dl dd { text-align: center; }
  section#economy #table { width:50%; height:auto; margin:70px auto 0;}
  section#economy #table img { width:100%;}
  section#economy #table h3 {position: absolute; left:0px; }
  section#economy #news_video {text-align:center;}
  section#economy iframe {
    margin:3.5% 1.5% 3.5% 6%; 
   
    text-align:center;
    float: left;}

section#Partner {font-family: 'Nanum Gothic', sans-serif; width:100%; overflow: hidden; position: relative; padding:250px 0;/*background: linear-gradient(to bottom, #003869 50%,#00223e); background:url(../img/back01.svg)*/ fixed top; padding-top:100px; padding-bottom:150px; background-size:cover;}
section#Partner dl { width:50%; overflow: hidden;text-align: center;  margin:0 auto; color:white;}
section#Partner dl dt { text-align: center; font-size:25px; font-weight:400; margin-bottom:20px;}
section#Partner dl dd { text-align: center; }
section#Partner #table { width:70%; height:auto; margin:50px auto; }    



  
section#Team {font-family: 'Nanum Gothic', sans-serif; width:100%; overflow: hidden; padding-top: 100px;/*background: linear-gradient(to bottom, #003869 50%,#00223e); /*background:url(../img/busan1.jpg) */}
section#Team #table { max-width:100%; height:auto; margin:0px auto 0; }
section#Team #table img { max-width:100%;}
section#Team #table h3 {position: absolute; left:0px; }


section#Token {font-family: 'Nanum Gothic', sans-serif; width:100%; overflow: hidden; padding-top: 100px;/*background: linear-gradient(to bottom, #003869 50%,#00223e); /*background:url(../img/busan1.jpg) */}
section#Token #table { max-width:100%; height:auto; margin:0px auto 0; }
section#Token #table img { max-width:100%;}
section#Token #table h3 {position: absolute; left:0px; }
  
section#Roadmap {font-family: 'Nanum Gothic', sans-serif; width:100%; overflow: hidden; padding-top: 100px;/*background: linear-gradient(to bottom, #003869 50%,#00223e); /*background:url(../img/busan1.jpg) */}
section#Roadmap #table { max-width:100%; height:auto; margin:0px auto 0; }
section#Roadmap #table img { max-width:100%;}
section#Roadmap #table h3 {position: absolute; left:0px; }
  
section#VIP {font-family: 'Nanum Gothic', sans-serif; width:100%; overflow: hidden; padding-top: 100px;/*background: linear-gradient(to bottom, #003869 50%,#00223e); /*background:url(../img/busan1.jpg) */}
section#VIP #table { max-width:100%; height:auto; margin:0px auto 0; }
section#VIP #table img { max-width:100%;}
section#VIP #table h3 {position: absolute; left:0px; } 
  
  section#contact { padding:200px 0 30px; width:100%; height:auto; overflow: hidden;/* background: linear-gradient(to bottom, #003869 50%,#00223e);/*background:url(../img/back00-4.png)*/ bottom; background-size:cover; }
  section#contact #map { width:901px; height:450px;  margin:70px auto 50px; background:rgba(21, 10, 87, 0.932); }
  section#contact #map div { height:350px;  float:left;margin-top:50px}
  section#contact #map div:nth-of-type(1) {width:40%; padding:0 20px; color:rgb(255, 255, 255); }
  section#contact #map div:nth-of-type(2) {width:60%;border-left:1px solid grey; padding-left:20px;}
  section#contact #map div:nth-of-type(1) p {font-size:25px; text-align: left; color:rgb(255, 255, 255);}
  section#contact #map div:nth-of-type(1) #sns {width:100%; height: auto; float:left; display:flex; position:relative; padding: 10px 0 0 0;}
  section#contact #map div:nth-of-type(1) #sns img {padding-right: 10px;}
  section#contact > p {text-align: center; margin-top:5px; font-size:14px; color:#4291b1 }
  
  .contents {
    width: 800px;
    margin:0 auto;
    margin-top: 60px;
  }
  
  @media all and(max-width:320px) {
  }
  
  .blank {
    /*background: linear-gradient(to bottom, #003869 50%,#00223e);/* background:url(../img/back02.jpg)*/ fixed top; padding-top:100px; padding-bottom:150px; background-size:cover;
  }
  .list {
    width: 800px;
    height: 650px;
    
  }
  
  
  .team {
    width: 250px;
    height: 500px;
    
    margin: 20px 80px;
    border-radius: 10px;
    padding: 30px 0;
    
    float: left;
  }
  /*  overflow: visible;*/
  .advisor {
    width: 250px;
    height: 300px;
    border: 1px solid black;
    margin: 20px 0 0 50px;
    border-radius: 10px;
    padding: 30px 0;
    background-color: #0e263b;
    float: left;
  }
  /*  overflow: visible;*/
  .member {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
  }
   
  .position {
    font-size: 1rem;
    text-align: center;
    padding: 10px;
   }
  .member-detail {
    font-size: 0.75rem;
    display: flex;
    padding: 5px;
    margin-left: 10px;
  }
  
  .token {
    width: 70%;
    height: 1650px;
    margin: 0 auto;
    text-align: center;
   }
   
   .tokensale {
    width: 100%; 
    padding: 10px 0;
    font-size: 2rem;
    font-weight: 300;
    color:#05143f;
    text-align: center; }
  
  .token-list {
    width: 33%;
    margin: 10px auto ;
    padding: 30px 50px;
    font-size: 1rem;
    float: left;
    text-align: center;
    position: relative;
   }
  
   .token-image{
     position:relative;
     padding:0 50%;
   }
   #contact.sns{
     float: left;
     text-align: center;
     padding: 0;
     position: relative;
   }
  /* download*/
  
  .elementor-button {
    text-align: center;
    position: relative;
    height: 300px;
    padding: 30px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    fill: #fff;
    color: #fff;
    background-color:green;
    
  }
  .elementor-button {
    box-shadow: 0px 0px 3px 0px;
  }
  
  div#download { width:100%; height:auto; margin-top: 5rem;} 
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  
  /* Nav Menu Essentials */
  
  .nav-menu,
  .nav-menu * {

    padding: 0;
    list-style: none;
  }
  
  .nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
  }
  
  .nav-menu li {
    position: relative;
    white-space: nowrap;
  }
  
  .nav-menu > li {
    float: left;
  }
  
  .nav-menu li:hover > ul,
  .nav-menu li.sfHover > ul {
    display: block;
  }
  
  .nav-menu ul ul {
    top: 0;
    left: 100%;
  }
  
  .nav-menu ul li {
    min-width: 180px;
  }
  
  /* Nav Menu Arrows */
  
  .sf-arrows .sf-with-ul {
    padding-right: 30px;
  }
  
  .sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
  }
  
  .sf-arrows ul .sf-with-ul:after {
    content: "\f105";
  }
  
  /* Nav Menu Container */
  
  #nav-menu-container {
    float: right;
    margin: 10px;
  }
  
  /* Nav Menu Styling */
  
  .nav-menu a {
    padding: 0 10px 0px 0px;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    outline: none;
  }
  
  .nav-menu a:hover { color:#4280e7; }
  
  .nav-menu > li {
    margin-left: 10px;
  }
  
  .nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
  }
  
  .nav-menu ul li {
    transition: 0.3s;
  }
  
  .nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
  }
  
  .nav-menu ul li:hover > a {
    color: #ffee00;
  }
  
  .nav-menu ul ul {
    margin: 0;
  }
  
  /* Mobile Nav Toggle */
  
  #mobile-nav-toggle {
    position: fixed;
    right: 0px;
    top: 0;
    z-index: 999;
    margin: 70px 50px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
  }
  
  #mobile-nav-toggle i {
    color: #fff;
  }
  
  /* Mobile Nav Styling */
  
  #mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 70px;
    bottom: 0;
    z-index: 998;
    background: url("img/new_back.jpg") center bottom no-repeat;
   background-size:cover;
   left: -200px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
  }
  
  #mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  #mobile-nav ul li {
    position: relative;
  }
  
  #mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: auto;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
  }
  
  #mobile-nav ul li a:hover {
    color: #fff;
  }
  
  #mobile-nav ul li li {
    padding-left: 30px;
  }
  
  #mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
  }
  
  #mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #1dc8cd;
  }
  
  #mobile-nav ul .menu-item-active {
    color: #1dc8cd;
  }
  
  #mobile-body-overly {
    width: 80%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(2, 2, 27, 0.651);
    display: none;
  }
  
  /* Mobile Nav body classes */
  
  body.mobile-nav-active {
    overflow: auto;
  }
  
  body.mobile-nav-active #mobile-nav {
    left: 0;
    right: 0;
  }
  
  body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
  }
  
  /*--------------------------------------------------------------
  # Sections
  --------------------------------------------------------------*/
  
  /* Sections Header
  --------------------------------*/
  
  .section-header .section-title {
    font-size: 32px;
    color: #2d5caa;
    text-align: center;
    font-weight: 600;
    font-family: 'Nanum Gothic', sans-serif;
  }
  
  .section-header .section-description {
    text-align: center;
  /*  padding-bottom: 40px;*/
    color: #000000;
      font-size:20px;
  /*  font-style: italic;*/
  /*  letter-spacing: 4px;*/
  
  }
  
  .section-header .section-divider {
    display: block;
    width: 150px;
    height: auto;
  /*  background: #004a80;*/
  /*  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);*/
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .section-header .section-divider img { width:100%; }
  
  /* Section with background
  --------------------------------*/
  
  .section-bg {
    background: #f6f6f6;
  }
  
  /* About Us Section
  --------------------------------*/
  
  #about {
    padding: 70px 0 0;
    overflow: hidden;
      background:#e0e8ff;
  }
  
  #about .about-img {
    height: 510px;
    overflow: hidden;
  }
  
  #about .about-img img {
    margin-left: -15px;
    max-width: 100%;
  }
  
  #about .content .h2 {
  
    color: #fff;
    font-weight: 200;
    font-size: 20px;
  }
  
  #about .content h3 {
    color: #777;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    font-style: italic;
  }
  
  #about .content p {
    line-height: 26px;
  }
  
  #about .content p:last-child {
    margin-bottom: 0;
  }
  
  #about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #1dc8cd;
  }
  
  #about .content ul {
    list-style: none;
    padding: 0;
  }
  
  #about .content ul li {
    padding-bottom: 10px;
  }
  
  /* Product Featuress Section
  --------------------------------*/
  
  #features {
    background: #fff;
    padding: 60px 0 0 0;
    overflow: hidden;
  }
  
  #features .features-img {
    text-align: center;
    padding-top: 20px;
  }
  
  #features .features-img img {
    max-width: 100%;
  }
  
  #features .box {
    margin-bottom: 15px;
    text-align: center;
  }
  
  #features .icon {
    margin-bottom: 10px;
  }
  
  #features .icon i {
    color: #666666;
    font-size: 40px;
    transition: 0.5s;
  }
  
  #features .icon i:before {
    background: #1dc8cd;
    background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  #features .title {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 22px;
  }
  
  #features .title a {
    color: #111;
  }
  
  #features .description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  
  #features .section-description {
    padding-bottom: 10px;
  }
  
  /* Product Advanced Featuress Section
  --------------------------------*/
  
  #advanced-features {
    overflow: hidden;
  }
  
  #advanced-features .features-row {
    padding: 60px 0 30px 0;
  }
  
  #advanced-features h2 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
  }
  
  #advanced-features h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
    color: #999;
  }
  
  #advanced-features p {
    line-height: 24px;
    color: #777;
    margin-bottom: 30px;
  }
  
  #advanced-features i {
    color: #666666;
    font-size: 64px;
    transition: 0.5s;
    float: left;
    padding: 0 15px 0px 0;
    line-height: 1;
  }
  
  #advanced-features i:before {
    background: #1dc8cd;
    background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  #advanced-features .advanced-feature-img-right {
    max-width: 100%;
    float: right;
    padding: 0 0 30px 30px;
  }
  
  #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: left;
    padding: 0 30px 30px 0;
  }
  
  /* Call To Action Section
  --------------------------------*/
  
  #call-to-action {
    overflow: hidden;
    background:linear-gradient(360deg, #2d5caa,#4280e7 )/* url(../img/con_back.png) fixed top no-repeat ;*/#2d5caa;
    background-size: cover;
  /*  padding: 80px 0;*/
  }
  
  
  #call-to-action .row { width:100%; height:auto; margin:0 auto; font-family: ' Nanum Gothic', sans-serif; }
  #call-to-action #contact2 { color:#000f46; margin:80px 0; width:82%; }
  #call-to-action #contact2 a { color:#000f46; }
  #call-to-action #contact2 a:hover { color:#e80b8c; }
  #call-to-action #contact3 { width:18%; margin:80px 0;}
  #call-to-action #contact2 h3,#dl_wrap { float: left; margin:10px 0 ; font-family: ' Nanum Gothic', sans-serif;}
  #call-to-action #contact2 dl {margin:10px 30px 10px 0; float: left;  font-size:18px; line-height: 29px; }
  #call-to-action #contact2 dl dt {margin-right:10px;}
  
  #call-to-action #contact2 h3 {width:15%; margin-right:30px;color:#000f46; font-size:23px;line-height: 50px; }
  
  #call-to-action .cta-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
  }
  
  #call-to-action .cta-text {
    color: #fff;
  }
  
  #call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 25px;
    transition: background 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
  }
  
  #call-to-action .cta-btn:hover {
    border: 2px solid #002278;
    background: #002278;
  }
  
  /* More Features Section
  --------------------------------*/
  
  #more-features {
    padding: 60px 0 60px 0;
    overflow: hidden;
  }
  
  #more-features .box {
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    background: #fff;
    transition: 0.4s;
  }
  
  #more-features .icon {
    float: left;
  }
  
  #more-features .icon i {
    color: #666666;
    font-size: 80px;
    transition: 0.5s;
    line-height: 0;
  }
  
  #more-features .icon i:before {
    background: #1dc8cd;
    background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  #more-features h4 {
    margin-left: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  #more-features h4 a {
    color: #111;
  }
  
  #more-features p {
    font-size: 14px;
    margin-left: 100px;
    margin-bottom: 0;
    line-height: 24px;
  }
  
  /* Clients Section
  --------------------------------*/
  
  #clients {
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
  }
  
  #clients img {
    max-width: 100%;
    opacity: 0.5;
    transition: 0.3s;
    padding: 15px 0;
  }
  
  #clients img:hover {
    opacity: 1;
  }
  
  /* Pricing Section
  --------------------------------*/
  
  #pricing {
    padding:30px 0 30px 0; background:#4280e7;
  /*  overflow: hidden;*/
  }
  #pricing2 {
    padding:50px 0 30px 0; background:/*#2d5caa;*/#e0e8ff;
  /*  overflow: hidden;*/
  }
  
  
  #pricing .box {
    padding: 40px;
  /*  margin-bottom: 30px;*/
    box-shadow: 0px 0px 30px rgba(0,0,0, 0.30);
    background: #fff;
    text-align: center;
  }
  
  #pricing2 .box2 {
    padding: 40px;
  /*  margin-bottom: 30px;*/
    box-shadow: 0px 0px 30px rgba(45,92,170,0.3);
    background: #fff;
    text-align: center;
  }
  
  
  
  #pricing h3 {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 28px;
  color:#01458c;
  }
  
  #pricing h4 {
    font-size: 46px;
    color: #1dc8cd;
    font-weight: 300;
  }
  
  #pricing h4 sup {
    font-size: 20px;
    top: -20px;
  }
  
  #pricing h4 span {
    color: #bababa;
    font-size: 20px;
  }
  
  #pricing ul {
    padding: 0;
    list-style: none;
    color: #999;
  
  
  }
  
  #pricing2 h3 {
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 28px;
  color:#01458c;
  }
  
  #pricing2 h4 {
    font-size: 46px;
    color: #1dc8cd;
    font-weight: 300;
  }
  
  #pricing2 h4 sup {
    font-size: 20px;
    top: -20px;
  }
  
  #pricing2 h4 span {
    color: #bababa;
    font-size: 20px;
  }
  
  #pricing2 ul {
    padding: 0;
    list-style: none;
    color: #999;
  
  
  }
  
  #pricing ul li {
   margin:0 auto 20px; 
  }
  
  #pricing ul li.pic_box { width:80%; height:130px; border-radius:10px; overflow: hidden; }
  #pricing ul li.pic_box img { width:100%;  }
  #pricing ul li.text_box { text-align: center; line-height: 30px; color:#353535; margin:10px 0 0 0;}
  #pricing ul li.text_box span { font-size:20px; font-weight:bold}
  
  @media all and (max-width:480px){
      
      #pricing ul li.pic_box { width:100%; }
  }
  
  
  #pricing2 ul li {
   margin:0 auto 20px; 
  }
  
  #pricing2 ul li.pic_box { width:80%; height:130px; border-radius:10px; overflow: hidden; }
  #pricing2 ul li.pic_box img { width:100%;  }
  #pricing2 ul li.text_box { text-align: center; line-height: 30px; color:#353535; margin:10px 0 0 0;}
  #pricing2 ul li.text_box span { font-size:20px; font-weight:bold}
  
  @media all and (max-width:480px){
      
      #pricing2 ul li.pic_box { width:100%; }
  }
  
        
  #pricing ul i {
    color: #1dc8cd;
    font-size: 18px;
    padding-right: 4px;
  }
  
  #pricing .get-started-btn {
    background: #515e61;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    transition: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
  }
  
  #pricing .featured {
   /* border: 2px solid #1dc8cd;*/
  }
  
  #pricing .featured .get-started-btn {
    background: linear-gradient(45deg, #1de099, #1dc8cd);
  }
  
  /* Frequently Asked Questions Section
  --------------------------------*/
  
  
  #team .member .pic {
    margin-bottom: 15px;
  /*  overflow: visible;*/
    height: 260px;
  }
  
  #team .member .pic img {
    max-width: 100%;
  }
  
  #team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
  }
  
  #team .member span {
  /*  font-style: italic;*/
    display: block;
    font-size: 13px;
  }
  
  #team .member .social {
    margin-top: 15px;
  }
  
  #team .member .social a {
    color: #b3b3b3;
  }
  
  #team .member .social a:hover {
    color: #1dc8cd;
  }
  
  #team .member .social i {
    font-size: 18px;
    margin: 0 2px;
  }
  
  /* Gallery Section
  --------------------------------*/
  
  #gallery {
    background: #fff;
    padding: 60px 0 0 0;
    overflow: hidden;
  }
  
  #gallery .container-fluid {
    padding: 0px;
  }
  
  #gallery .gallery-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all ease-in-out 0.4s;
  }
  
  #gallery .gallery-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
  }
  
  #gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
    width: 100%;
  }
  
  #gallery .gallery-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  #gallery .gallery-item:hover .gallery-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
  }
  
  /* Contact Section
  --------------------------------*/
  
  
  
  #contact .contact-about h3 {
    font-size: 36px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1dc8cd;
  }
  
  #contact .contact-about p {
    font-size: 14px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
    color: #888;
  }
  
  #contact .social-links {
    padding-bottom: 20px;
  }
  
  #contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #1dc8cd;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #1dc8cd;
  }
  
  #contact .social-links a:hover {
    background: #1dc8cd;
    color: #fff;
  }
  
  #contact .info {
    color: #333333;
  }
  
  #contact .info i {
    font-size: 32px;
    color: #1dc8cd;
    float: left;
    line-height: 1;
  }
  
  #contact .info p {
    padding: 0 0 10px 42px;
    line-height: 28px;
    font-size: 14px;
  }
  
  #contact .form #sendmessage {
    color: #1dc8cd;
    border: 1px solid #1dc8cd;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  #contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  #contact .form #sendmessage.show,
  #contact .form #errormessage.show,
  #contact .form .show {
    display: block;
  }
  
  #contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
  }
  
  #contact .form input,
  #contact .form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
  }
  
  #contact .form button[type="submit"] {
    background: linear-gradient(45deg, #1de099, #1dc8cd);
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #fff;
  }
  
  #contact .form button[type="submit"]:hover {
    cursor: pointer;
  }
  
  /*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
  
  #footer {
    padding: 30px 0;
    color: white;
    font-size: 14px; font-weight:200;
    text-align: center;
      
  }
  #team .member .pic img {  box-shadow: 0px 0px 10px rgba(0,0,0, 0.05) ;}
  #footer .credits {
    font-size: 13px;
    color: #888;
  }
  
  #footer .footer-links a {
    color: white;
    padding-left: 15px;
  }
  
  #footer .footer-links a:first-child {
    padding-left: 0;
  }
  
  #footer .footer-links a:hover {
    color: #4280e7;
  }
  
  @media (min-width: 769px) {
    #features .features-img {
      padding-top: 120px;
      margin-top: -200px;
    }
  
    #call-to-action .cta-btn-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
    }
    
  }
  
  
  
  @media (max-width: 768px) {
    #header #logo h1 {
      font-size: 18px;
      margin-top: 0;
    }
  
  
  
    #intro h2 {
      font-size: 28px;
      line-height: 36px;
    }
  
    #intro p {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 20px;
    }
  
    #nav-menu-container {
      display: none;
    }
  
    #mobile-nav-toggle {
      display: inline;
    }
  
    #about .about-img {
      height: auto;
    }
  
    #about .about-img img {
      margin-left: 0;
      padding-bottom: 30px;
    }
  
    #advanced-features .advanced-feature-img-right,
    #advanced-features .advanced-feature-img-left {
      max-width: 50%;
    }
  
    #faq #faq-list a {
      font-size: 18px;
    }
  
    #faq #faq-list i {
      top: 13px;
    }
  }
  
  @media (max-width: 767px) {
    #intro .product-screens .product-screen-1 {
      position: static;
      padding-top: 30px;
    }
  
    #intro .product-screens .product-screen-2,
  /*
    #intro .product-screens .product-screen-3 {
      display: none;
    }
  */
  
    #advanced-features .advanced-feature-img-right,
    #advanced-features .advanced-feature-img-left {
      max-width: 100%;
      float: none;
      padding: 0 0 30px 0;
    }
  
    #more-features .box {
      margin-bottom: 20px;
    }
  
    #more-features .icon {
      float: none;
      text-align: center;
      padding-bottom: 15px;
    }
  
    #more-features h4,
    #more-features p {
      margin-left: 0;
      text-align: center;
    }
  
    .container .btn_2 {
      max-width: 100%;
        position: relative;
        left: 50%;
        transform: translate(-0%, -150%);
        -ms-transform: translate(-0%, -50%);
        background:linear-gradient(to bottom,#e80b8c 30%,#e80b8c);
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
        color: rgb(255, 255, 255);
        font-size: 10px;
        font-weight:700;
        padding: 5px 10px;
        border: none;
        cursor: pointer;
        border-radius:30px;
        text-align: center;
      }
      .container .btn_3 {
        max-width: 100%;
          position: relative;
          left: 65%;
          transform: translate(-0%, -150%);
          -ms-transform: translate(-0%, -50%);
          background:linear-gradient(to bottom,#e80b8c 30%,#e80b8c);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
          color: rgb(255, 255, 255);
          font-size: 10px;
          font-weight:700;
          padding: 5px 10px;
          border: none;
          cursor: pointer;
          border-radius:30px;
          text-align: center;
        }
      .button #button {float:left;}
  }

  section#video { color:#2d5caa; width:100%; height:auto; background:rgba( 45,92,170,0.3 ); padding:30px 0; margin-top:40px; text-align: center;}
  section#video article { height:auto;margin:0 auto; }
  section#video article h4 { }
  section#video article p {  font-size:15px;color: #89b5ff; }
  section#video article button {cursor: pointer;  color:#89b5ff;background:none; width:130px; height:40px; border:1px solid #89b5ff; border-radius:40px; font-size:16px; font-family: 'Nanum Gothic', sans-serif; right:0;top:50%; transition: 0.6s all;}
  section#video article button:hover {background:#89b5ff; transition: 0.6s all; color:white; }
  #imgwrap {  width:100%; }
  
  @media all and (max-width:800px) {
      
  }
  
  
  section#contact_bottom { width:100%; height:230px; background:#ebebeb; padding:30px 0; text-align: center;}
  section#contact_bottom h3 {
    font-size: 32px;
    color: #1b255a;
    text-align: center;
    font-weight: 600;
    font-family: 'Nanum Gothic', sans-serif; }
  
  
  
  ul.vip { text-align: center; padding:0; color:grey;}
  
      table#ta {width:80%; height: auto; margin:0 auto; text-align: center;}
      table#ta tr.grey {background:#f1f1f1;}
      table#ta tr#lunch {background:#ffffda;}
      table#ta tr#coffee {background:#fff0df;}
  P#pro_in { font-weight:bold; margin-top:30px; }
  table#bottom { width:40%; height:auto; margin:0 auto; }
  #fade { width:100%; height: auto; margin-left:50px;}
  #fade div { float:left;}
  
  
  
  @media all and ( max-width:1026px ) {
      
      #header { background:rgba(13, 2, 44, 0.904); height:80px;}
      #header #logo h1 { margin-top:10px; margin-left:15px;}
      #header #logo img {margin-top:5px; width:100%;}
      #header #translate img {
        margin:35px 0 0 10px;
      }
      #mobile-nav-toggle { margin:30px 23px 0 0; }
      
      
  #intro {
    width: 100%;
    height: auto;
  background: linear-gradient(to bottom, #002f58 50%,#05011f);
   /*fixed top*/;background-size:cover;
  padding-top:80px;
   
  }
  
      #intro #title h1 { width:100%; }
      #intro #title h1 img { width:250%; margin: 0 0 0 -75%;}
      #intro #title h2 { font-size:28px; color:#13103f; }
      #intro { background-size:cover; background-position: center;}
      #intro #intro_box { width:70%; margin-left:0; left:15%; bottom:0;}
      #intro #intro_box div { width:100%;width:300px; height:150px; overflow: hidden;}
      #intro #intro_box div img { height:100%; }
      #intro #intro_box div p { bottom:0; width:70px; height:30px;  font-size:10px; margin-bottom:0;  left:0; border:none;}
      #intro #intro_box div dl { left:5%; top:10%;  }
      #intro #intro_box div dl dt {  font-size:15px;}
      #intro #intro_box div dl dd { width:30px; height:1px; background:rgba(255,255,255,0.5); margin-top:50px;}
      #intro #intro_box div:nth-of-type(1),#intro #intro_box div:nth-of-type(2) { width:50%; }
      #intro #intro_box div:nth-of-type(3) img { width:100%; }
      #intro #intro_box div p:hover {background:none; color:white; }
      #intro #membership img {width:100%; margin:0 auto;}
      #intro .membership #button img {width:80%; margin-top: 30px;}
      #intro .download #button img {width:100%; margin-top: 30px;}
      #intro #title_video {width:90%; margin:0 auto; text-align:center; position:relative;padding-bottom:56.25%;   }
      #intro #title_video iframe {position: absolute;
        top:0;
        left:0;
        right: 0;
        bottom:0;
        width: 100%;
        height: 100%;}
  
        .slidebox .slideitem label {
          position:absolute;
          z-index:1;
          top:50%;
          transform:translateY(-50%);
          padding:10px;
          border-radius:50%;
          cursor:pointer;
        }
        label.left {
          left:10px;
          background-color:#4281e728;
          background-image:url('../img/left-arrow.png');
          background-position:center center;
          background-size:50%;
          background-repeat:no-repeat;
        }
        label.right {
          right:10px;
          background-color:#4281e728;
          background-image:url('../img/right-arrow.png');
          background-position:center center;
          background-size:50%;
          background-repeat:no-repeat;
        }
  
      
        section#Partner {padding:150px 0 0 0px;background-position:top;}
        section#Partner div {width:100%; margin-left:-40px auto;}
        section#Partner #table { width:95%; }
        .team {
         margin:10px auto;
         padding:30px 0;
         float: left;
         text-align:center;
         }   
      section#contact { padding:150px 0; }
      section#contact #map { width:90%; overflow: hidden; height:auto;}
      section#contact #map div:nth-of-type(1) { width:90%;  height:280px; margin-left: 5%;}
      section#contact #map div:nth-of-type(1) #sns {width:90%; height: 400px;  margin: 400px 0 0 0;}
      section#contact #map div:nth-of-type(2) {border: none; width:100%; padding-top:35px;margin-left:5%; }
      section#contact #map div:nth-of-type(2) iframe { width:90%; height:200px; }
      section#contact > p { margin-top:10px; text-align: center;}
      
      #mobile-nav ul li a { width:70%;/*border-bottom: 1px solid #06005cce;*/ }
  }
  @media all and ( max-width:360px ) {
      
      
  
      #intro #title h2 { margin-top:20px;margin-bottom:50px;font-size:1.4rem; color:#13103f; line-height: 25px; }
     
  
      .token-list {
        width: 100%;
        margin: 10px 0;
        padding: 30px 0;
        font-size: 1rem;
        float: left;
        text-align: center;}
  
  
     
      
      section#vision#filecoin_video{
        position:relative;
        padding-bottom:56.25%;}
      
      section#solution#fileworld_video{
         position:relative;
         padding-bottom:56.25%;}
      section#economy#news_video{
        position:relative;
        padding-bottom:56.25%;   }
        
  
      .iframe{
        position: absolute;
        top:0;
        left:0;
        right: 0;
        bottom:0;
        width: 100%;
        height: 100%;}
  
        /*h1,
  h2,
  h3,
  h4,
  h5,
  h6 {font-size:80%;
      }
  





/*-------------------------------------------
  -- Animations
-------------------------------------------*/

[data-animate] {
    opacity: 0;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

/* Fade In Up */

@keyframes ts-fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 1.25rem, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInUp {
    animation-name: ts-fadeInUp;
}

/* Fade In Down */

@keyframes ts-fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -1.25rem, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInDown {
    animation-name: ts-fadeInDown;
}

/* Fade In Left */

@keyframes ts-fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInLeft {
    animation-name: ts-fadeInLeft;
}

/* Fade In Right */

@keyframes ts-fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(1.25rem, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.ts-fadeInRight {
    animation-name: ts-fadeInRight;
}

/* Zoom In */

@keyframes ts-zoomIn {
    from {
        opacity: 0;
        transform: scale(.5);
    }

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

.ts-zoomIn {
    animation-name: ts-zoomIn;
}

/* Zoom In Short */

@keyframes ts-zoomInShort {
    from {
        opacity: 0;
        transform: scale(.9);
    }

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

.ts-zoomInShort {
    animation-name: ts-zoomInShort;
}

/****** Animate Shapes ******/

.ts-animate {
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

/* Bounce */

@keyframes ts-bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(2.5rem);
    }

    100% {
        transform: translateY(0);
    }
}

.ts-bounce {
    animation-name: ts-bounce;
    animation-timing-function: ease-in-out;
}

/* Scale */

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

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.ts-scale {
    animation-name: ts-scale;
    animation-timing-function: ease-in-out;
}

/*-------------------------------------------
  -- Borders
-------------------------------------------*/

.ts-border-radius__sm {
    border-radius: .125rem;
    overflow: hidden;
}

.ts-border-radius__md {
    border-radius: .25rem;
    overflow: hidden;
}

.ts-border-radius__lg {
    border-radius: .5rem;
    overflow: hidden;
}

.ts-border-radius__xl {
    border-radius: .75rem;
    overflow: hidden;
}

.ts-border-radius__round-shape {
    border-radius: 187.5rem;
    overflow: hidden;
}

.ts-border-none {
    border: none;
}

.ts-border-bottom {
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
}

.ts-font-color__white {
    color: #fff;
}

.ts-font-color__black {
    color: #000;
}

.ts-font-color__primary {
    color: #DD007F;
}

/*-------------------------------------------
  -- Background
-------------------------------------------*/

[data-bg-image] {
    background-size: cover;
    background-position: 50%;
}

.ts-background {
    bottom: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.ts-background .ts-background {
    height: 100%;
    width: 100%;
}

.ts-background-image, .ts-img-into-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.ts-background-image img, .ts-img-into-bg img {
    display: none;
}

.ts-background-original-size {
    background-size: inherit;
}

.ts-background-size-cover {
    background-size: cover;
}

.ts-background-size-contain {
    background-size: contain;
}

.ts-background-repeat-x {
    background-repeat: repeat-x;
}

.ts-background-repeat-y {
    background-repeat: repeat-y;
}

.ts-background-repeat-repeat {
    background-repeat: repeat;
    background-size: inherit;
}

.ts-background-position-top {
    background-position: top;
}

.ts-background-position-center {
    background-position: center;
}

.ts-background-position-bottom {
    background-position: bottom;
}

.ts-background-particles {
    height: 120%;
    left: 0;
    margin-left: -10%;
    margin-top: -10%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 120%;
    z-index: 1;
}

.ts-background-is-dark {
    color: #fff;
}

.ts-background-is-dark .form-control {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .2);
}

.ts-background-is-dark .form-control:focus {
    box-shadow: 0 0 0 .125rem rgba(255, 255, 255, .4);
}

.ts-background-is-dark .ts-btn-border-muted {
    border-color: rgba(255, 255, 255, .1);
}

/*-------------------------------------------
  -- Height
-------------------------------------------*/

.ts-height__50px {
    height: 3.125rem;
}

.ts-height__100px {
    height: 6.25rem;
}

.ts-height__150px {
    height: 9.375rem;
}

.ts-height__200px {
    height: 12.5rem;
}

.ts-height__250px {
    height: 15.625rem;
}

.ts-height__300px {
    height: 18.75rem;
}

.ts-height__350px {
    height: 21.875rem;
}

.ts-height__400px {
    height: 25rem;
}

.ts-height__450px {
    height: 28.125rem;
}

.ts-height__500px {
    height: 31.25rem;
}

.ts-height__600px {
    height: 37.5rem;
}

.ts-height__700px {
    height: 43.75rem;
}

.ts-height__800px {
    height: 50rem;
}

.ts-height__900px {
    height: 56.25rem;
}

.ts-height__1000px {
    height: 62.5rem;
}

/*-------------------------------------------
  -- Margin
-------------------------------------------*/

.ts-mt__0 {
    margin-top: 0 !important;
}

.ts-mr__0 {
    margin-right: 0 !important;
}

.ts-mb__0 {
    margin-bottom: 0 !important;
}

.ts-ml__0 {
    margin-left: 0 !important;
}

/* NEW */

/*-------------------------------------------
  -- No Gutters - Removes padding from col*
-------------------------------------------*/

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* NEW */

/*-------------------------------------------
  -- Opacity
-------------------------------------------*/

.ts-opacity__5 {
    opacity: .05;
}

.ts-opacity__10 {
    opacity: .1;
}

.ts-opacity__20 {
    opacity: .2;
}

.ts-opacity__30 {
    opacity: .3;
}

.ts-opacity__40 {
    opacity: .4;
}

.ts-opacity__50 {
    opacity: .5;
}

.ts-opacity__60 {
    opacity: .6;
}

.ts-opacity__70 {
    opacity: .7;
}

.ts-opacity__80 {
    opacity: .8;
}

.ts-opacity__90 {
    opacity: .9;
}

/*-------------------------------------------
  -- Overflow
-------------------------------------------*/

.ts-overflow__hidden {
    overflow: hidden;
}

.ts-overflow__visible {
    overflow: visible;
}

/* NEW */

/*-------------------------------------------
  -- Padding
-------------------------------------------*/

.ts-pt__0 {
    padding-top: 0 !important;
}

.ts-pr__0 {
    padding-right: 0 !important;
}

.ts-pb__0 {
    padding-bottom: 0 !important;
}

.ts-pl__0 {
    padding-left: 0 !important;
}

/*-------------------------------------------
  -- Position
-------------------------------------------*/

/* Top */

.ts-top__0 {
    top: 0%;
}

.ts-top__50 {
    top: 50%;
}

.ts-top__100 {
    top: 100%;
}

/* Right */

.ts-right__0 {
    right: 0%;
}

.ts-right__50 {
    right: 50%;
}

.ts-right__100 {
    right: 100%;
}

/* Bottom */

.ts-bottom__0 {
    bottom: 0%;
}

.ts-bottom__50 {
    bottom: 50%;
}

.ts-bottom__100 {
    bottom: 100%;
}

/* Left */

.ts-left__0 {
    left: 0%;
}

.ts-left__50 {
    left: 50%;
}

.ts-left__100 {
    left: 100%;
}

/* NEW */

/*-------------------------------------------
  -- Shadow
-------------------------------------------*/

.ts-shadow__sm {
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
}

.ts-shadow__md {
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
}

.ts-shadow__lg {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
}

.ts-shadow__none {
    box-shadow: none !important;
}

/*-------------------------------------------
  -- Shape Mask
-------------------------------------------*/

.ts-shape-mask__up:before {
    background-image: url("../../assets/img/bg-shape-mask-up.png");
    background-size: cover;
    content: "";
    left: 0;
    height: 3.75rem;
    position: absolute;
    top: -0.0625rem;
    width: 100%;
}

.ts-shape-mask__down:after {
    background-image: url("../../assets/img/bg-shape-mask-down.png");
    background-size: cover;
    bottom: -0.0625rem;
    content: "";
    left: 0;
    height: 3.75rem;
    position: absolute;
    width: 100%;
}

/* NEW */

/*-------------------------------------------
  -- Typography
-------------------------------------------*/

a {
    color: #DD007F;
    transition: .3s ease;
}

a:hover {
    color: rgb(0, 165, 194);
    text-decoration: none;
}

p {
    line-height: 1.6875rem;
    margin-bottom: 1.875rem;
    color: rgba(25, 25, 25, .6);
}

.ts-font-weight__normal {
    font-weight: normal;
}

.ts-font-weight__light {
    font-weight: lighter;
}

.ts-font-weight__bold {
    font-weight: bold;
}

.ts-text-small {
    font-size: .8125rem !important;
}

.ts-xs-text-center {
}

/*-------------------------------------------
  -- Title
-------------------------------------------*/

.ts-title {
    margin-bottom: 1.25rem;
}

.ts-title h5 {
    font-weight: normal;
    opacity: .5;
}

/* NEW */

/* NEW */

/*-------------------------------------------
  -- Utilities
-------------------------------------------*/

/* Social Icons */

.ts-social-icons {
    font-size: 120%;
}

.ts-social-icons a {
    padding: .25rem .5rem;
    color: #9e9e9e;
}

/* Overlay */

.ts-has-overlay {
    position: relative;
}

.ts-has-overlay:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/* Flip x */

.ts-flip-x {
    transform: scaleY(-1);
}

/* Flip Y */

.ts-flip-y {
    transform: scaleX(-1);
}

/* NEW flip */

/*-------------------------------------------
  -- Width
-------------------------------------------*/

.ts-width__10px {
    width: .625rem;
}

.ts-width__20px {
    width: 1.25rem;
}

.ts-width__30px {
    width: 1.875rem;
}

.ts-width__40px {
    width: 2.5rem;
}

.ts-width__50px {
    width: 3.125rem;
}

.ts-width__100px {
    width: 6.25rem;
}

.ts-width__200px {
    width: 12.5rem;
}

.ts-width__300px {
    width: 18.75rem;
}

.ts-width__400px {
    width: 25rem;
}

.ts-width__500px {
    width: 31.25rem;
}

.ts-width__inherit {
    width: inherit !important;
}

.ts-width__auto {
    width: auto !important;
}

/*-------------------------------------------
  -- Z-index
-------------------------------------------*/

.ts-z-index__-1 {
    z-index: -1 !important;
}

.ts-z-index__0 {
    z-index: 0 !important;
}

.ts-z-index__1 {
    z-index: 1 !important;
}

.ts-z-index__2 {
    z-index: 2 !important;
}

.ts-z-index__1000 {
    z-index: 1000 !important;
}

/* NEW */

/***********************************************************************************************************************
C. Components
***********************************************************************************************************************/

/*-------------------------------------------
  -- Block
-------------------------------------------*/

.ts-block {
    padding-bottom: 5rem;
    padding-top: 5rem;
    position: relative;
}

.ts-block-inside {
    padding: 1.25rem;
    position: relative;
}

section {
    position: relative;
}

/*-------------------------------------------
  -- Blockquote
-------------------------------------------*/

blockquote {
    font-size: 1.125rem;
    position: relative;
    background-size: contain;
    background-image: url("../../assets/svg/bubble.svg");
    background-repeat: no-repeat;
    background-position: center 3.75rem;
    padding-bottom: 3.75rem;
}

blockquote [class*="ts-circle"] {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
    position: relative;
    margin-bottom: 1.25rem;
    z-index: 1;
}

blockquote figure {
    padding-top: .9375rem;
    display: inline-block;
    position: relative;
}

blockquote figure aside {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'  width='52' height='62'%3E%3cpath fill='var(--color-primary-svg)' d='M51 29.1c5.8 16.5-7.4 33-23.7 32.6 -2.5 0-4.9-0.3-7.2-1 -9.2-2.5-16.5-9.8-19-19C0.4 39.5 0 37 0 34.5 0 21.7 4.9 6.1 18.1 1.1 32.9-4.6 44.4 12.7 49.3 24 50 25.7 50.5 27.4 51 29.1z'/%3E%3c/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    height: 3.875rem;
    position: absolute;
    width: 3.25rem;
    right: -0.625rem;
    z-index: 2;
}

blockquote figure aside i {
    color: #fff;
    left: 1.0625rem;
    top: 1.5625rem;
    position: absolute;
}

blockquote figure aside svg {
    fill: #DD007F;
}

blockquote p {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

blockquote h4 {
    margin-bottom: .3125rem;
}

blockquote h6 {
    opacity: .5;
}

.blockquote-footer {
    color: inherit;
}

.blockquote-footer:before {
    display: none;
}

.ts-carousel-blockquote .owl-item figure, .ts-carousel-blockquote .owl-item p,
.ts-carousel-blockquote .owl-item .blockquote-footer {
    opacity: 0;
    transition: .6s ease;
    transform: translateY(.625rem);
}

.ts-carousel-blockquote .owl-item.active figure,
.ts-carousel-blockquote .owl-item.active p,
.ts-carousel-blockquote .owl-item.active .blockquote-footer {
    opacity: 1;
    transform: translateY(0);
}

.ts-carousel-blockquote .owl-item.active p {
    transition-delay: .1s;
}

.ts-carousel-blockquote .owl-item.active .blockquote-footer {
    transition-delay: .2s;
}

/* NEW */

/*-------------------------------------------
  -- Box
-------------------------------------------*/

.ts-box {
    background-color: #fff;
    border-radius: .25rem;
    margin-bottom: 1.875rem;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    padding: 1.5625rem;
}

/*-------------------------------------------
  -- Buttons
-------------------------------------------*/

.btn {
    border-radius: 6.25rem;
    border-width: .125rem;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    font-weight: 600;
    font-size: .9375rem;
    padding: .10rem 1.25rem;
    position: relative;
    outline: none !important;
}

.btn span {
    transition: .3s ease;
}

.btn .status {
    bottom: 0;
    height: 1.375rem;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5rem;
}

.btn .status .spinner {
    left: .3125rem;
    transition: .3s ease;
    top: .1875rem;
    position: absolute;
    opacity: 0;
}

.btn .status .status-icon {
    border-radius: 50%;
    left: 0;
    opacity: 0;
    font-size: .625rem;
    padding: .25rem .4375rem;
    position: relative;
    transition: .3s ease;
    z-index: 1;
    transform: scale(0);
}

.btn .status .status-icon.valid {
    background-color: var(--green);
}

.btn .status .status-icon.invalid {
    background-color: var(--red);
}

.btn.processing span {
    opacity: .2;
}

.btn.processing .spinner {
    opacity: 1;
}

.btn.done .ts-spinner {
    opacity: 0;
}

.btn.done .status-icon {
    transform: scale(1);
    opacity: 1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    /*background-color: darken( var(--color-primary), 20% );
    border-color: darken( var(--color-primary), 20% );*/
    background-color: #DD007F;
    border-color: #DD007F;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .3);
}

.btn-primary {
    background-color: #DD007F;
    border-color: #DD007F;
    color: #fff;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: rgb(0, 165, 194);
    border-color: rgb(0, 165, 194);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    background-color: rgb(0, 165, 194);
    border-color: rgb(0, 143, 168);
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: rgb(0, 165, 194);
    border-color: rgb(0, 165, 194);
    box-shadow: 0 .1875rem .9375rem rgba(0, 0, 0, .2);
}

.btn-dark {
    background-color: #191919;
    border-color: #191919;
}

.btn-outline-primary {
    border-color: #DD007F;
    color: #DD007F;
}

.btn-outline-primary:hover {
    background-color: #DD007F;
    border-color: #DD007F;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    background-color: #DD007F;
    border-color: #DD007F;
    box-shadow: 0 0 0 .2rem rgba(0, 201, 238, .5);
}

.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.125rem;
}

.btn-sm {
    font-size: .8125rem;
    padding: .375rem 1rem;
}

.btn-xs {
    font-size: .75rem;
    font-weight: 600;
    padding: .125rem .6875rem;
    text-transform: uppercase;
}

[class*="btn-outline-"] {
    box-shadow: none;
}

.ts-btn-border-muted {
    border-color: rgba(25, 25, 25, .1);
}

/*-------------------------------------------
  -- Card
-------------------------------------------*/

.card {
    backface-visibility: hidden;
    border: none;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    margin-bottom: 1.875rem;
    overflow: hidden;
}

.card-columns .card {
    margin-bottom: 1.25rem;
}

.card-body, .card-footer, .card-header {
    padding: 1.5625rem;
}

.ts-cards-same-height > div[class*='col-'] {
    display: flex;
}

.ts-cards-same-height > div[class*='col-'] .card {
    width: 100%;
}

.ts-card__flat {
    border-radius: 0;
    box-shadow: none;
}

.ts-card__flat .card-footer {
    background-color: transparent;
    border: none;
}

.ts-card__image {
}

/*-------------------------------------------
  -- Circle
-------------------------------------------*/

.ts-circle__sm {
    border-radius: 50%;
    display: inline-block;
    height: 4.375rem;
    flex: 0 0 4.375rem;
    overflow: hidden;
    width: 4.375rem;
    position: relative;
}

.ts-circle__md {
    border-radius: 50%;
    display: inline-block;
    height: 6.25rem;
    flex: 0 0 6.25rem;
    overflow: hidden;
    width: 6.25rem;
    position: relative;
}

.ts-circle__lg {
    border-radius: 50%;
    display: inline-block;
    height: 8.125rem;
    flex: 0 0 8.125rem;
    overflow: hidden;
    width: 8.125rem;
    position: relative;
}

.ts-circle__xl {
    border-radius: 50%;
    display: inline-block;
    height: 10rem;
    flex: 0 0 10rem;
    overflow: hidden;
    width: 10rem;
    position: relative;
}

/*-------------------------------------------
  -- Forms
-------------------------------------------*/

form.ts-labels-inside-input .form-group,
.ts-form.ts-labels-inside-input .form-group {
    position: relative;
}

form.ts-labels-inside-input .form-group label,
.ts-form.ts-labels-inside-input .form-group label {
    line-height: 2.625rem;
    left: .8125rem;
    opacity: .4;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: .3s ease;
}

form.ts-labels-inside-input .form-group label.focused,
.ts-form.ts-labels-inside-input .form-group label.focused {
    top: -2.1875rem;
    left: 0;
    font-size: .75rem;
    opacity: 1;
}

.form-control {
    border: 0;
    box-shadow: 0 0 0 .125rem rgba(0, 0, 0, .2);
    border-radius: .125rem;
    padding: .5625rem .75rem;
}

.form-control:focus {
    box-shadow: 0 0 0 .125rem rgba(0, 0, 0, .4);
}

.form-group {
    margin-bottom: 1.5625rem;
}

.form-group label {
    font-size: .8125rem;
}

/*-------------------------------------------
  -- HR
-------------------------------------------*/

hr {
    border-top-width: .125rem;
}

/* NEW */

/*-------------------------------------------
  -- Inputs
-------------------------------------------*/

.ts-input__static {
    pointer-events: none;
    box-shadow: none;
}

.ts-inputs__transparent input, .ts-inputs__transparent textarea {
    background-color: transparent;
    color: #fff;
}

.ts-inputs__transparent input:active, .ts-inputs__transparent input:focus,
.ts-inputs__transparent textarea:active, .ts-inputs__transparent textarea:focus {
    background-color: transparent;
    color: #fff;
}

.ts-item {
    height: 100%;
    padding-bottom: 1.875rem;
}

.ts-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.ts-item-header {
    margin-bottom: 1.5625rem;
    position: relative;
}

.ts-item-header .icon .step {
    background-color: #DD007F;
    bottom: 0;
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    border-radius: 50%;
    color: #191919;
    font-weight: 600;
    line-height: 1.875rem;
    left: 0;
    height: 1.875rem;
    position: absolute;
    text-align: center;
    width: 1.875rem;
}

.ts-item-body {
    flex: 1 1 auto;
}

.ts-item-footer {
}

/*-------------------------------------------
  -- List
-------------------------------------------*/

ul {
    line-height: 2.5rem;
}

ul.ts-list-divided li {
    border-bottom: .0625rem solid rgba(0, 0, 0, .1);
    padding-bottom: .3125rem;
    padding-top: .3125rem;
}

ul.ts-list-divided li:last-child {
    border-bottom: none;
}

/* NEW */

/*-------------------------------------------
  -- Loading Screen
-------------------------------------------*/

body.has-loading-screen:before {
    background-color: #000;
    content: "";
    height: 100%;
    right: 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    transition: 1.5s ease;
    opacity: 1;
}

body.has-loading-screen:after {
    content: url("../../assets/img/loading.svg");
    height: 2.5rem;
    width: 2.5rem;
    position: fixed;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transform: scale(1);
    transition: 1.5s ease;
    top: 0;
    z-index: 10000;
}

body.has-loading-screen.loading-done:before {
    width: 0;
}

body.has-loading-screen.loading-done:after {
    transform: scale(0);
    opacity: 0;
}

/*-------------------------------------------
  -- Map
-------------------------------------------*/

.map {
    min-height: 12.5rem;
}

.map a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

.map a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.map .gmnoprint a, .map .gmnoprint span, .map .gm-style-cc {
    display: none;
}

/*-------------------------------------------
  -- Hero
-------------------------------------------*/

#ts-hero {
    color: #fff;
    display: flex;
    position: relative;
}

#ts-hero .ts-background-image {
    background-position: top center;
}

/*-------------------------------------------
  -- Navbar
-------------------------------------------

.navbar {
    font-size: .875rem;
    font-weight: 500;
    padding-bottom: 2rem;
    padding-top: 2rem;
    transition: .3s ease;
}

.navbar.in {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.navbar.in .ts-background {
    opacity: 1 !important;
}

.navbar .ts-background {
    transition: 1s ease;
}

.navbar .navbar-toggler {
    outline: none !important;
    border: none;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

[class*="navbar-expand"] .navbar-nav .nav-link {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}

/*XL*/

/*LG*/

/*MD*/

/*SM*/

/*-------------------------------------------
  -- Page
-------------------------------------------*/

.ts-page-wrapper {
    height: 100%;
    transition: 1s cubic-bezier(.77, 0, .18, 1);
}

.ts-page-wrapper > .container {
    display: table;
    height: 100%;
}

#header, #footer {
   
    height: .0625rem;
}

#header {
    vertical-align: top;
}

#header .navbar {
    padding-left: 0;
    padding-right: 0;
}

#main-content {
    display: table;
    height: 100%;
    width: 100%;
}

#main-content .ts-content-wrapper {
    display: table-cell;
    vertical-align: middle;
}

#main-content .ts-content-wrapper > .row {
    width: 100%;
}

#footer {
    vertical-align: bottom;
}

/*-------------------------------------------
  -- Partners
-------------------------------------------*/

.ts-partners a {
    display: block;
    padding: .625rem .3125rem;
}

/*-------------------------------------------
  -- Plugins
-------------------------------------------*/

.tv-site-widget {
    border: none !important;
}

iframe div {
    border: none;
}

/*-------------------------------------------
  -- Progress
-------------------------------------------*/

.progress {
    background-color: transparent;
    border: .125rem solid #DD007F;
    border-radius: 0;
    height: .625rem;
}

.progress .progress-bar {
    background-color: #DD007F;
}

/*-------------------------------------------
  -- Promo Numbers
-------------------------------------------*/

.ts-promo-numbers h2 {
    font-weight: normal;
}

.ts-promo-numbers h3 {
    font-weight: normal;
}

.ts-promo-number {
    position: relative;
}

.ts-promo-number .ts-promo-number-divider:after {
    content: "";
    bottom: 0;
    border: .125rem solid #DD007F;
    border-radius: 50%;
    height: .625rem;
    margin: auto;
    position: absolute;
    right: -0.3125rem;
    top: 0;
    width: .625rem;
}

/*-------------------------------------------
  -- Select
-------------------------------------------*/

select.form-control {
    box-shadow: .125rem .1875rem .9375rem rgba(0, 0, 0, .15);
    border-radius: .25rem;
    cursor: pointer;
    height: 2.8125rem !important;
    margin-top: -0.125rem;
    padding: .5rem;
    -webkit-appearance: none;
       -moz-appearance: none;
    text-indent: .0625rem;
    text-overflow: '';
}

select.form-control:focus, select.form-control:hover {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
}

select::-ms-expand {
    display: none;
}

.select-wrapper {
    position: relative;
}

.select-wrapper:before {
    position: absolute;
    display: inline-block;
    font-weight: 900;
    text-rendering: auto;
    top: 0;
    margin: auto;
    bottom: 0;
    right: .9375rem;
    height: 1.875rem;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome\ 5 Free";
    content: "\f0dd";
}

/*-------------------------------------------
  -- Slider
-------------------------------------------*/

.ts-slider {
    height: 100% !important;
}

.ts-slider div {
    height: 100% !important;
}

/*-------------------------------------------
  -- Tabs
-------------------------------------------*/

.nav-tabs {
    border-bottom: none;
}

.nav-tabs h4 {
    font-weight: normal;
    margin-bottom: 0;
}

.nav-tabs .nav-link {
    background-color: transparent;
    border: none;
    border-bottom: .1875rem solid transparent;
    margin-left: .9375rem;
    margin-right: .9375rem;
    padding-right: 0;
    padding-left: 0;
    color: inherit;
    opacity: .5;
}

.nav-tabs .nav-link.active {
    color: #191919;
    background-color: transparent;
    border-bottom: .1875rem solid #DD007F;
    opacity: 1;
}

/* NEW */

/***********************************************************************************************************************
D. Plugins Styles
***********************************************************************************************************************/

/*-------------------------------------------
  -- Count Down
-------------------------------------------*/

.ts-count-down {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
    font-weight: 400;
    text-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .5);
}

.ts-count-down div {
    display: block;
    width: 100%;
    position: relative;
}

.ts-count-down div:last-child .ts-cc-number:after {
    display: none;
}

.ts-count-down div .ts-cc-number {
    position: relative;
    width: 100%;
    display: block;
}

.ts-count-down div .ts-cc-number:after {
    bottom: 0;
    content: "\f111";
    font-weight: 900;
    font-family: "Font Awesome\ 5 Free";
    position: absolute;
    height: .625rem;
    margin: auto;
    font-size: .625rem;
    top: 0;
    opacity: .2;
    right: -0.625rem;
    -webkit-font-smoothing: antialiased;
}

.ts-count-down .ts-cc-description {
    display: block;
    font-size: .875rem;
    opacity: .5;
}

/*-------------------------------------------
  -- Magnific Popup
-------------------------------------------*/

/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    background-color: #000;
    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
            transition: all .15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
       -moz-transition: all .15s ease-out;
            transition: all .15s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*-------------------------------------------
  -- Owl Carousel
-------------------------------------------*/

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    padding: .3125rem;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
    opacity: .7;
}

.owl-carousel .owl-dots .owl-dot span {
    background-color: #191919;
    border-radius: 50%;
    display: inline-block;
    height: .625rem;
    opacity: .2;
    transition: .3s ease;
    width: .625rem;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: -1.25rem;
    bottom: 0;
    height: 0;
    margin: auto;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    background-color: rgba(25, 25, 25, .6);
    border-radius: 50%;
    box-shadow: 0 .125rem .3125rem rgba(0, 0, 0, .1);
    color: #fff;
    display: inline-block;
    height: 2.5rem;
    position: absolute;
    text-align: center;
    transition: .3s ease;
    width: 2.5rem;
}

.owl-carousel .owl-nav .owl-prev:after, .owl-carousel .owl-nav .owl-next:after {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 1.375rem;
    line-height: 2.5rem;
    -webkit-font-smoothing: antialiased;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(25, 25, 25, .8);
}

.owl-carousel .owl-nav .owl-next {
    right: .3125rem;
}

.owl-carousel .owl-nav .owl-next:after {
    content: "\f105";
    margin-left: .1875rem;
}

.owl-carousel .owl-nav .owl-prev {
    left: .3125rem;
}

.owl-carousel .owl-nav .owl-prev:after {
    content: "\f104";
    margin-right: .0625rem;
}

/***********************************************************************************************************************
E. Template Specific Elements
***********************************************************************************************************************/

/*-------------------------------------------
  -- Centered Slider
-------------------------------------------*/

.ts-carousel-centered .slide {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 1rem;
}

.ts-carousel-centered .owl-item {
    perspective: 1000;
}

.ts-carousel-centered .owl-item .slide {
    opacity: .5;
    transition: .3s ease;
    transform: scale(.95);
}

.ts-carousel-centered .owl-item.active.center .slide {
    opacity: 1;
    transform: scale(1);
}

.ts-carousel-centered .owl-nav .owl-prev,
.ts-carousel-centered .owl-nav .owl-next {
    height: 3.75rem;
    width: 3.75rem;
}

.ts-carousel-centered .owl-nav .owl-prev:after,
.ts-carousel-centered .owl-nav .owl-next:after {
    font-size: 1.375rem;
    line-height: 3.75rem;
}

.ts-carousel-centered .owl-nav .owl-prev:hover,
.ts-carousel-centered .owl-nav .owl-next:hover {
    background-color: rgb(25, 25, 25);
}

.ts-carousel-centered .owl-nav .owl-next {
    right: 1.25rem;
}

.ts-carousel-centered .owl-nav .owl-prev {
    left: 1.25rem;
}

/*-------------------------------------------
  -- Hero Form Floated
-------------------------------------------*/

.floated {
    position: relative;
    width: 100%;
    z-index: 1;
    bottom: -1.875rem;
}

.floated form {
    position: relative;
    padding: 1.875rem 3.75rem;
}

/*-------------------------------------------
  -- Price Box
-------------------------------------------*/

.ts-price-box__promoted {
    box-shadow: .375rem .3125rem 1.5625rem rgba(0, 0, 0, .2);
    margin-top: -1.25rem;
    margin-bottom: .625rem;
    z-index: 2;
}

.ts-price-box__promoted .ts-title {
    transform: scale(1.2);
}

/* NEW */

/*-------------------------------------------
  -- Time Line
-------------------------------------------*/

.ts-time-line__horizontal {
    padding-bottom: .625rem;
    padding-top: .625rem;
    position: relative;
    /* timeline line */
}

.ts-time-line__horizontal ul {
    padding-left: 1.875rem;
    list-style: none;
    position: relative;
}

.ts-time-line__horizontal:after {
    background-color: #474747;
    content: "";
    bottom: 6.875rem;
    height: .1875rem;
    left: 0;
    position: absolute;
    width: 100%;
}

.ts-time-line__horizontal .ts-time-line__item {
    flex: 0 0 auto;
    margin-right: 1.875rem;
    position: relative;
    width: 18.75rem;
}

.ts-time-line__horizontal .ts-time-line__item .ts-box {
    position: relative;
    /* dot */
}

.ts-time-line__horizontal .ts-time-line__item .ts-box:before {
    background-color: #474747;
    bottom: -4.375rem;
    border-radius: 100%;
    content: "";
    left: 1.6875rem;
    height: .75rem;
    position: absolute;
    width: .75rem;
}

.ts-time-line__horizontal .ts-time-line__item .ts-box {
    /*triangle*/
}

.ts-time-line__horizontal .ts-time-line__item .ts-box:after {
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: .5rem .5rem 0 .5rem;
    bottom: -0.4375rem;
    content: "";
    left: 1.5625rem;
    height: 0;
    position: absolute;
    width: 0;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone {
    width: 4.375rem;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone .ts-box {
    background-color: #DD007F;
    color: #fff;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone .ts-box:after {
    border-color: #DD007F transparent transparent transparent;
}

.ts-time-line__horizontal .ts-time-line__item.ts-time-line__milestone h5 {
    writing-mode: vertical-lr;
    margin: 0;
}

.ts-time-line__horizontal .ts-time-line__item figure {
    margin-left: 1.875rem;
    margin-top: 4.6875rem;
}

.ts-time-line__horizontal .ts-time-line__item figure small {
    text-transform: uppercase;
    opacity: .4;
}

.ts-time-line__horizontal .ts-time-line__item figure small,
.ts-time-line__horizontal .ts-time-line__item figure h6 {
    font-weight: 600;
}

.ts-time-line__horizontal .owl-stage-outer {
    padding: 1rem 1rem 0 1rem;
}

.ts-time-line__horizontal .owl-stage {
    align-items: flex-end;
    display: flex;
}

.ts-time-line__horizontal .ts-sly-frame.ts-loaded > ul {
    align-items: flex-end;
    display: flex;
}

/*-------------------------------------------
  -- Shapes
-------------------------------------------*/

.ts-shapes-canvas:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .5;
    /*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100*/
    background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /*FF3.6-15*/
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /*Chrome10-25,Safari5.1-6*/
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%); /*W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='#000000', GradientType=1); /*IE6-9 fallback on horizontal gradient*/
}

.ts-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(.0002deg);
}

.ts-mask {
    background-blend-mode: overlay;
            mask-position: center;
            mask-size: cover;
    -webkit-mask-position: center;
    -webkit-mask-size: cover;
}

/* NEW */

/*-------------------------------------------
  -- Side Panel
-------------------------------------------*/

.ts-side-panel {
    font-size: 90%;
    height: 100%;
    position: absolute;
    padding: 1.25rem;
    overflow-y: scroll;
    right: 0;
    top: 0;
    width: 100%;
    transform: translateX(100%);
    transition: 1s cubic-bezier(.77, 0, .18, 1);
    z-index: 999;
}

.ts-side-panel h2 {
    border-bottom: .0625rem solid rgba(255, 255, 255, .1);
    padding-bottom: 1.25rem;
}

.ts-side-panel section {
    margin-bottom: 6.25rem;
}

.ts-side-panel .ts-close-side-panel {
    position: absolute;
    font-size: 1.875rem;
    top: .625rem;
    right: 3.125rem;
    z-index: 1;
}

/* NEW */

/*-------------------------------------------
  -- Other
-------------------------------------------*/

/* Hero slider height */

.ts-hero-slider {
    height: 100% !important;
}

.ts-hero-slider div {
    height: 100% !important;
}

@media (min-width: 36rem) and (max-width: 47.9375rem) {
    body.ts-side-panel-active .ts-page-wrapper {
        transform: translateX(-80%);
    }

    html {
        font-size: 85%;
    }

    h1 {
        font-size: 1.875rem;
    }

    h2 {
        font-size: 1.375rem;
    }

    .ts-column-count-sm-1 {
        column-count: 1;
    }

    .ts-column-count-sm-2 {
        column-count: 2;
    }

    .ts-column-count-sm-3 {
        column-count: 3;
    }

    .ts-column-count-sm-4 {
        column-count: 4;
    }

    .ts-promo-numbers h2 {
        font-size: 2.375rem;
    }

    .ts-count-down {
        font-size: 3.125rem;
    }

    .ts-count-down .ts-cc-description {
        font-size: .625rem;
    }

    .ts-side-panel {
        padding: 1.25rem;
        width: 80%;
    }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
    body.ts-side-panel-active .ts-page-wrapper {
        transform: translateX(-70%);
    }

    html {
        font-size: 90%;
    }

    h1 {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 1.625rem;
    }

    .ts-column-count-md-1 {
        column-count: 1;
    }

    .ts-column-count-md-2 {
        column-count: 2;
    }

    .ts-column-count-md-3 {
        column-count: 3;
    }

    .ts-column-count-md-4 {
        column-count: 4;
    }

    .ts-promo-numbers h2 {
        font-size: 2.5rem;
    }

    .ts-count-down {
        font-size: 3.125rem;
    }

    .ts-count-down .ts-cc-description {
        font-size: .75rem;
    }

    .ts-side-panel {
        padding: 1.5rem;
        width: 70%;
    }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
    body.ts-side-panel-active .ts-page-wrapper {
        transform: translateX(-60%);
    }

    html {
        font-size: 95%;
    }

    h1 {
        font-size: 2.375rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.125rem;
    }

    .ts-column-count-lg-1 {
        column-count: 1;
    }

    .ts-column-count-lg-2 {
        column-count: 2;
    }

    .ts-column-count-lg-3 {
        column-count: 3;
    }

    .ts-column-count-lg-4 {
        column-count: 4;
    }

    .ts-block {
        padding-bottom: 6.25rem;
        padding-top: 6.25rem;
    }

    .ts-card__image {
        height: 12.5rem;
    }

    .ts-promo-numbers h2 {
        font-size: 2.75rem;
    }

    .ts-count-down {
        font-size: 3.75rem;
    }

    .ts-count-down .ts-cc-description {
        font-size: 1.125rem;
    }

    .ts-side-panel {
        padding: 1.75rem;
        width: 60%;
    }
}

@media (min-width: 75rem) {
    body.ts-side-panel-active .ts-page-wrapper {
        transform: translateX(-50%);
    }

    html {
        font-size: 100%;
    }

    h1 {
        font-size: 2.625rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.1875rem;
    }

    .ts-column-count-xl-1 {
        column-count: 1;
    }

    .ts-column-count-xl-2 {
        column-count: 2;
    }

    .ts-column-count-xl-3 {
        column-count: 3;
    }

    .ts-column-count-xl-4 {
        column-count: 4;
    }

    .ts-block {
        padding-bottom: 8.125rem;
        padding-top: 8.125rem;
    }

    .ts-card__image {
        height: 15.625rem;
    }

    .navbar.navbar-expand-xl .ts-background {
        opacity: 0;
    }

    .ts-promo-numbers h2 {
        font-size: 3rem;
    }

    .ts-count-down {
        font-size: 4.375rem;
    }

    .ts-count-down .ts-cc-description {
        font-size: 1.125rem;
    }

    .ts-carousel-centered .owl-nav .owl-next {
        right: 5rem;
    }

    .ts-carousel-centered .owl-nav .owl-prev {
        left: 5rem;
    }

    .floated form {
        padding: 2.5rem 5rem;
    }

    .ts-side-panel {
        padding: 2rem;
        width: 50%;
    }
}

@media (max-width: 35.9375rem) {
    h1 {
        margin-bottom: 1.25rem;
    }

    [class*="ts-column-count-"] {
        column-count: 1;
    }

    .ts-xs-text-center {
        text-align: center !important;
    }

    .ts-promo-numbers h2 {
        font-size: 2.25rem;
    }

    .ts-promo-number {
        margin-bottom: 1.875rem;
    }
}

@media (min-width: 36rem) and (max-width: 61.9375rem) {
    h1 {
        margin-bottom: 1.25rem;
    }

    .ts-title {
        margin-bottom: 1.875rem;
    }

    .ts-block-inside {
        padding: 2.5rem;
    }
}

@media (min-width: 62rem) {
    h1 {
        margin-bottom: 1.875rem;
    }

    .ts-title {
        margin-bottom: 2.5rem;
    }

    .ts-block-inside {
        padding: 3.75rem;
    }

    .navbar.navbar-expand-lg .ts-background {
        opacity: 0;
    }

    .floated {
        position: absolute;
    }
}

@media (min-width: 48rem) {
    h4 {
        font-size: 1.0625rem;
    }

    .navbar.navbar-expand-md .ts-background {
        opacity: 0;
    }
}

@media (max-width: 61.9375rem) {
    .ts-card__image {
        height: 15.625rem;
    }
}

@media (min-width: 36rem) {
    .navbar.navbar-expand-sm .ts-background {
        opacity: 0;
    }

    .ts-carousel-centered .owl-nav .owl-next {
        right: 2.5rem;
    }

    .ts-carousel-centered .owl-nav .owl-prev {
        left: 2.5rem;
    }

    .ts-side-panel .ts-close-side-panel {
        top: 1.25rem;
    }
}
