@charset "UTF-8";
/* CUSTOM FONTS */

body { background-color: #fff; -ms-overflow-style: none;
::-webkit-scrollbar {
display:none;
}
}
.glow-container {
    overflow-x:hidden;
    overflow-y: hidden;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1;
    min-height:100vh;
}
.point_b {
    animation: changeText 3s infinite;
}

.background {
    position: relative;
    margin: 20px auto;
    text-align: center;
    width: 60%;
}

#background-illustration {
    #Msg {
        animation: floating 3s infinite alternate;
    }
    #BtnLeft {
        animation: floating 3s 1s infinite alternate;
    }
    #BtnRight {
        animation: floating 3s 2s infinite backwards alternate;
    }
    #Plus {
        animation: blipping 3s infinite alternate;
    }
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(20px);
    }
}

@keyframes blipping {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
    }
}

.hero {

    color: #25657E;
    height: 30vh;
    width:100%;
    top:45%;
    display: block;
    flex-direction: column;
    align-itens: center;
    justify-content: center;
    text-align: center;
    position:absolute;

}

.hero h2 {
    margin: 20px auto;
    font-weight: 900;
    font-size: 150px !important;
    line-height: 140%;
    text-transform: uppercase;
}
.hero h3 {
    margin: 0 auto;
    font-weight: 900;
    font-size: 50px !important;
    line-height: 140%;
    text-transform: uppercase;
}
.text-bg-image {
    background-image: url('/theme/barit/images/main/back.jpg');
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color:  #ffffff;
    animation: animate-bg 5s ease infinite;
}
.text-bg-image2 {
    background-image: url('/theme/barit/images/main/back6.jpg');
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color:  #ffffff;
    animation: animate-bg 10s ease infinite;
}
.hero p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}
@keyframes animate-bg {
    0% {
        background-position: center 25%;
    }
    50% {
        background-position: center 50%;
    }
    100% {
        background-position: center 25%;
    }
}

@media (max-width:768px){
    .hero {padding:0 15px;}
    .header_text {font-size:2.4rem; font-weight: 900; color:#282828}
    .hero h2 {
        margin: 20px auto;
        font-weight: 900;
        font-size: 2.4rem !important;
        line-height: 140%;
        text-transform: uppercase;
    }
    .hero h3 {
        margin: 0 auto;
        font-weight: 900;
        font-size: 16px !important;
        line-height: 140%;
        letter-spacing:-0.75px;
        text-transform: uppercase;
    }
}
@media (max-width:320px){
    .hero {padding:0 15px;}
    .header_text {font-size:2.4rem; font-weight: 900; color:#282828}
    .hero h2 {
        margin: 20px auto;
        font-weight: 900;
        font-size: 42px !important;
        line-height: 100%;
        text-transform: uppercase;
    }
    .hero h3 {
        margin: 0 auto;
        font-weight: 900;
        font-size: 16px !important;
        line-height: 100%;
        letter-spacing:-0.75px;
        text-transform: uppercase;
    }
}
.center{
    position: fixed;
    bottom:30px;
    right:20px;
    z-index:9000;
}
.pulse{
    width: 130px;
    height: auto;
    background: #fff;
    border:1px solid #f8a232;
    padding:12px 15px;
    border-radius: 30px;
    color: #333;
    font-size: 14px;
    text-align: center;
    font-weight:900;
    line-height: 20px;
    letter-spacing:0;
    text-transform: uppercase;
    animation: animate-pulse 2.5s linear infinite;
    cursor: pointer
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.7),  0 0 0 0 rgba(255,109,74,0.7);
    }
    40%{
        box-shadow: 0 0 0 10px rgba(255,109,74,0.0),  0 0 0 0 rgba(255,109,74,0.7);
    }
    80%{
        box-shadow: 0 0 0 10px rgba(255,109,74,0.0),  0 0 0 10px rgba(255,109,74,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 10px rgba(255,109,74,0);
    }
}
.hero {

    color: #25657E;
    height: 30vh;
    width:100%;
    top:45%;
    display: block;
    flex-direction: column;
    align-itens: center;
    justify-content: center;
    text-align: center;
    position:absolute;
    
    }
    
    .hero h2 {
    margin: 20px auto;
    font-weight: 900;
    font-size: 150px !important;
    line-height: 140%;
    text-transform: uppercase;
    }
    .hero h3 {
    margin: 0 auto;
    font-weight: 900;
    font-size: 50px !important;
    line-height: 140%;
    text-transform: uppercase;
    }
    .text-bg-image {
    background-image: url('https://www.barit.co.kr/theme/barit/images/main/back.jpg');
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color:  #ffffff;
    animation: animate-bg 5s ease infinite;
    }
    .text-bg-image2 {
    background-image: url('https://www.barit.co.kr/theme/barit/images/main/back6.jpg');
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color:  #ffffff;
    animation: animate-bg 10s ease infinite;
    }
    
    .hero p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    }
    
    @keyframes animate-bg {
    0% {
      background-position: center 25%;
    }
    50% {
      background-position: center 50%;
    }
    100% {
      background-position: center 25%;
    }
    }
    
    
    
    @media (max-width:980px){
            .hero {padding:0 15px;}
            .header_text {font-size:2.4rem; font-weight: 900; color:#282828}
            .hero h2 {
              margin: 20px auto;
              font-weight: 900;
              font-size: 4rem !important;
              line-height: 140%;
              text-transform: uppercase;
            }
            .hero h3 {
              margin: 0 auto;
              font-weight: 900;
              font-size: 2rem !important;
              line-height: 140%;
              letter-spacing:-0.75px;
              text-transform: uppercase;
            }
        }
    
    
    @media (max-width:768px){
            .hero {padding:0 15px;}
            .header_text {font-size:2.4rem; font-weight: 900; color:#282828}
            .hero h2 {
              margin: 20px auto;
              font-weight: 900;
              font-size: 2.4rem !important;
              line-height: 140%;
              text-transform: uppercase;
            }
            .hero h3 {
              margin: 0 auto;
              font-weight: 900;
              font-size: 16px !important;
              line-height: 140%;
              letter-spacing:-0.75px;
              text-transform: uppercase;
            }
        }
    
        @media (max-width:320px){
            .hero {padding:0 15px;}
            .header_text {font-size:2.4rem; font-weight: 900; color:#282828}
            .hero h2 {
              margin: 20px auto;
              font-weight: 900;
              font-size: 42px !important;
              line-height: 100%;
              text-transform: uppercase;
            }
            .hero h3 {
              margin: 0 auto;
              font-weight: 900;
              font-size: 16px !important;
              line-height: 100%;
              letter-spacing:-0.75px;
              text-transform: uppercase;
            }
        }
    
    
.point_c {
    color:#ff9300 !important
    
}


.point_b {background:#ffc401 !important; color:#000000 !important}
.point_border {background:none; border:2px solid #ffc401 !important;}
.point_border_black {background:none;  color:#ffc401; border:2px solid #000!important;}

.point_b span {
    width: 20px;
    height: 1px;
    background: #000 !important;
    display: inline-block;
    margin-left: 20px;
    margin-top: 8px;
}
.point_b i {
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #000 !important;
    opacity: 1;
    margin-top: 5px;
}

@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Regular.eot");
  src: local("☺"), url("../fonts/Mont-Regular.woff") format("woff"), url("../fonts/Mont-Regular.ttf") format("truetype"), url("../fonts/Mont-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Bold.eot");
  src: local("☺"), url("../fonts/Mont-Bold.woff") format("woff"), url("../fonts/Mont-Bold.ttf") format("truetype"), url("../fonts/Mont-Bold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Mont";
  src: url("../fonts/Mont-Heavy.eot");
  src: local("☺"), url("../fonts/Mont-Heavy.woff") format("woff"), url("../fonts/Mont-Heavy.ttf") format("truetype"), url("../fonts/Mont-Heavy.svg") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
  font-family: 'OAGothic-ExtraBold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.0/OAGothic-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'LeferiPoint-BlackA';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/LeferiPoint-BlackA.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* BODY */
* {
  outline: none !important;
  word-break:keep-all;
}
.oagothic {font-family: 'LeferiPoint-BlackA' !important; line-height:120px;}

body {
  margin: 0;
  padding-left: 150px;
  padding-right: 150px;
  font-family:'Pretendard-Regular', 'Noto Sans KR', "Mont" !important;
  font-size: 16px;
  letter-spacing: -0.25px;
  color: #282828;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

/* LINKS */
a {
  color: #282828;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #282828;
}

a:active {
  text-decoration: underline;
}

/* HTML ELEMENTS */
img {
  max-width: 100%;
}

p {
  line-height: 1.5;
}

/* FORM ELEMENTS */
input[type=text], input[type=email] {
  width: 100%;
  height: 54px;
  border: 1px solid #eee;
  padding: 0 20px;
}
/* FORM ELEMENTS */
select{
    width: 100%;
    height: 54px;
    border: 1px solid #eee;
    padding: 0 20px;
  }
  
textarea {
  width: 100%;
  height: 160px;
  border: 1px solid #eee;
  padding: 15px 20px;
}

button[type=submit] {
  height: 58px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  border: none;
  margin: 0;
  padding: 0;
}
button[type=submit] * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
button[type=submit] strong {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: 58px;
  border: 1px solid #282828;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 30px;
  background: #282828;
  color: #fff;
}
button[type=submit] strong:hover {
  text-decoration: none;
}
button[type=submit] b {
  width: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 20px;
  margin-top: 8px;
}
button[type=submit] i {

  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  opacity: 1;
  margin-right: 5px;
}
button[type=submit]:hover b {
  width: 50px;
  margin-left: 20px;
}
button[type=submit]:hover i {
  opacity: 0;
}

/* CUSTOM CONTAINER */
@media (min-width: 1240px) {
  .container {
    max-width: 1400px;
  }
}
/* CUSTOM ELEMENTS */
.color-dark {
  background-color: #282828;
}
.color-dark .left-side ul {
  width: 100vh;
  line-height: 1;
  display: block;
  margin: 0;
  margin-top: 50vh;
  margin-left: -25px;
  padding: 0;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
}
.color-dark .left-side ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
.color-dark .left-side ul li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 0 2px;
  color: #fff;
}
moe .color-dark .left-side ul li a:hover {
  text-decoration: none;
}
.color-dark .left-side ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 1px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}
.color-dark .left-side ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 6px;
  height: 1px;
  width: 0;
  background: #fff;
  transition: width 0.25s ease;
}
.color-dark .left-side ul li a:hover:before {
  width: 100%; 
  background: #fff;
  transition: width 0.25s ease;
}
.color-dark .left-side ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.color-dark .left-side .logo img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.color-dark .left-side .gotop img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.color-light {
  background-color: #fff;
}

.color-undefined { 
  background-color: #fff; 
}

.overflow {
  overflow: hidden;
}

/* ODOMETER */
.odometer {
  line-height: 1;
}
.odometer .odometer-digit {
  padding: 0;
}
.odometer .odometer-digit-inner {
  left: 0;
}

/* PAGINATION */
.pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pagination li.page-item {
  margin-right: 5px;
}
.pagination li.page-item:first-child a.page-link {
  padding-left: 0;
}
.pagination li.page-item.active a.page-link {
  border: 1px solid #282828;
  background: none;
}
.pagination li.page-item a.page-link {
  border: none;
  color: #282828;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50%;
}
.pagination li.page-item a.page-link:hover {
  background: none;
  opacity: 0.5;
}
.pagination li.page-item a.page-link:focus {
  border: none;
  background: none;
  box-shadow: none;
}

/* TRANSITION OVERLAY */
.transition-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: calc(-100% - 200px);
  bottom: 0;
  background: #282828;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  visibility: hidden;
}
.transition-overlay:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 200px 100vh 0;
  border-color: transparent #282828 transparent transparent;
  position: absolute;
  left: -200px;
  top: 0;
}
.transition-overlay.active {
  right: 0;
  visibility: visible;
}

/* PRELOADER */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #282828;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 99;
  transition-delay: 0.65s;
}
.preloader * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.preloader:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 200px 100vh 0;
  border-color: transparent #282828 transparent transparent;
  position: absolute;
  left: -200px;
  top: 0;
}
.preloader:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100vh 0 0 200px;
  border-color: transparent transparent transparent #282828;
  position: absolute;
  right: -200px;
  top: 0;
}
.preloader .inner {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.preloader .inner .logo {
  display: inline-block;
  margin: 0;
  animation: fadeInUp ease 0.6s;
}
.preloader .inner .logo img {
  height: 50px;
}
.preloader .inner .percentage {
  width: 100%;
  font-size: 70vh;
  line-height: 1;
  font-weight: 800;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0.05;
  transition-delay: 0.1s;
}

.page-loaded.preloader {
  left: calc(-100% - 200px);
  visibility: hidden;
}

.page-loaded.preloader .logo {
  transform: translateX(-100px);
  opacity: 0;
}

.page-loaded.preloader .percentage {
  margin-left: 100px;
  opacity: 0;
}

/* BURGER */
.burger {
  margin-top: 1px;
  z-index: 3;
  display: inline-block;
  width: 80px;
  height: 80px;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}


@media (max-width:768px) {

/* BURGER */
.burger {
    margin-top: -5px;
    z-index: 3;
    display: inline-block;
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
  }

}
.isNavOpen {
  overflow: hidden;
}

.burger-svg__base {
  fill: #fff;
}

.burger-svg__bars {
  fill: #282828;
}

/* NAVIGATION MENU */
.navigation-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  right: calc(-100% + -200px);
  top: 0;
  z-index: 2;
  background: #282828;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  visibility: hidden;
}
.navigation-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 200px 100vh 0;
  border-color: transparent #282828 transparent transparent;
  position: absolute;
  left: -200px;
  top: 0;
}
.navigation-menu.active {
  right: 0;
  visibility: visible;
}
.navigation-menu.active .inner {
  opacity: 1;
  transform: translateX(0);
}
.navigation-menu #map {
  width: 600px;
  height: 450px;
  display: none;
  border: none;
}
.navigation-menu .inner {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 10%;
  color: #fff;
  transform: translateX(40%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-delay: 0.35s;
  padding-top: 20px;
}
.navigation-menu .inner .side-menu {
  width: 100%;
  float: right;
  display: none;
}
.navigation-menu .inner .side-menu ul {
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
}
.navigation-menu .inner .side-menu ul li {
  display: block;
  list-style: none;
  margin-bottom: 5px;
}
.navigation-menu .inner .side-menu ul li a {
  font-size: 8vw;
  color: #fff;
  font-weight: 600;
}
.navigation-menu .inner .sides {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.navigation-menu .inner .sides:last-child {
  padding-left: 50px;
}
.navigation-menu .inner h2 {
  display: block;
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 25px;
}
.navigation-menu .inner h2 strong {
  font-weight: 600;
}
.navigation-menu .inner figure {
  display: block;
  margin: 0;
  background: #fff;
  padding: 6px;
  position: relative;
}
.navigation-menu .inner figure a {
  width: 50px;
  height: 50px;
  line-height: 44px;
  position: absolute;
  right: 6px;
  top: 6px;
  background: #fff;
  text-align: center;
}
.navigation-menu .inner address {
  display: block;
  font-size: 19px;
}
.navigation-menu .inner address a {
  display: block;
  color: #fff;
  text-decoration: underline;
}

/* REVEAL EFFECT */


.price_group {
    box-shadow: 5px 12px 60px rgba(0,0,0,0.10);
    
    border:1px solid #eee;
    border-radius: 32px;;
}
.reveal-effect {
  
  position: relative;
  padding:40px; 
}


.effect_inborder{

    border-right:1px solid #eee;
    border-left:1px solid #eee;
}

@media (max-width:768px){


    .reveal-effect {
        position: relative;
        padding:40px 30px; 
      }
      
      .effect_inborder{
          border-right:1px solid #eee;
          border-left:1px solid #eee;
      } 
      .page_cus{}
}
.reveal-effect > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
  
}

.reveal-effect > * {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.reveal-effect {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.reveal-effect {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.reveal-effect.animated {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.reveal-effect.animated * {
  -webkit-animation-name: show-img-1;
  animation-name: show-img-1;
}

.reveal-effect:after {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.reveal-effect:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.05, 0);
  transform: scale(0.05, 0);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.masker:after {
  background-color: #eee;
}

.reveal-effect.animated:after {
  -webkit-animation-name: slide-bg-2;
  animation-name: slide-bg-2;
}
.reveal-effect h3 {font-weight:700; font-size:20px;}
.reveal-effect .description {
    font-weight:400;
    width:100%;
    display:block; 
    font-size:14px;
    background:#f6f6f6;
    padding:20px 15px;
    color:#333;
    border-radius: 16px;
    box-shadow: 5px 12px 24px rgba(0,0,0,0.10);
    margin-top:25px;
    }

    .inteo_text  ul {padding:20px 0 ;  margin-top:40px; 
        border-top:1px dashed #d9d9d9;
        border-bottom:1px dashed #d9d9d9;
    }
    .inteo_text  li {padding:2px 0;list-style:none; letter-spacing: 0; font-weight:600; font-size:14px;  color:#333}
    
    .latest_more {position:absolute; right:0; top:30px;}
    .main_index_text { font-weight:900; font-size:58px; line-height:2; text-align:center }
    .main_index_text img {width:15%;}
    .price_text {font-size:36px; font-weight:900;}
    .price_text small {font-size:16px; font-weight:bold; }
    .price_text span {font-size:16px;}
    .price_detail {font-size:14px;}
    .price_detail span {font-weight:bold;font-size:20px;}
    .price_detail b {line-height:12px; font-size:12px;}
    .reveal-effect .custom-btn a {letter-spacing:1px;}
    
/* TITLES */
.titles {
  width: 100%;
  position:relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  word-break:keep-all;
  margin-bottom: 40px;
}
.titles h6 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 20px;
  word-break:keep-all;
  
}
.titless h6 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    word-break:keep-all;
  }
  

.titles p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: 300;
  word-break:keep-all;
}

/* CUSTOM LINK */
.custom-link {
	float:right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-link * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-link a {
  display: inline-block;
  margin-right: 15px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.custom-link a:hover {
  text-decoration: none;
}
.custom-link span {
  width: 20px;
  height: 1px;
  background: #282828;
  display: inline-block;
  margin: 0;
}
.custom-link i {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #282828;
  opacity: 1;
}
.custom-link:hover a {
  margin-left: 20px;
}
.custom-link:hover span {
  width: 50px;
  margin-left: 20px;
}
.custom-link:hover i {
  opacity: 0;
}




/* CUSTOM LINK prev */
.custom-link-prev {
  display: -ms-flexbox;
  display: flex;
  float:left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.custom-link-prev * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-link-prev a {
  display: inline-block;
  margin-left: 15px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.custom-link-prev a:hover {
  text-decoration: none;
}
.custom-link-prev span {
  width: 20px;
  height: 1px;
  background: #282828;
  display: inline-block;
  margin: 0;
}
.custom-link-prev i {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: transparent   #282828 transparent transparent;
  opacity: 1;
}
.custom-link-prev:hover a {
  margin-right: 20px;
}
.custom-link-prev:hover span {
  width: 50px;
  margin-right: 20px;
}
.custom-link-prev:hover i {
  opacity: 0;
}




/* CUSTOM BUTTON */
.custom-btn {
  display:inline-block;
  text-align: center;

}
.custom-btn * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 58px;
  border: 1px solid #282828;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 30px;
  padding-top: 18px;
  background: #000000;
  color: #fff;
}
.custom-btn a:hover {
  text-decoration: none;
}


.custom-btn input {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 58px;
    border: 1px solid #282828;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 30px;
    padding-top: 18px;
    background: #282828;
    color: #fff;
  }
  .custom-btn input:hover {
    text-decoration: none;
    color:#fff;
  }
  
  
  
.custom-btn span {
  width: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 20px;
  margin-top: 8px;
}
.custom-btn i {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  opacity: 1;
  margin-top: 5px;
}
.custom-btn:hover span {
  width: 50px;
  margin-left: 20px;
}
.custom-btn:hover i {
  opacity: 0;
}




/* CUSTOM BUTTON */
.custom-btn-tan {
  display:inline-block;
  text-align: center;
  margin-left:-4px;

}
.custom-btn-tan * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-btn-tan a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 58px;
  border: 1px solid #ba9548;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 15px;
  padding-top: 18px;
  background: #ba9548;
  color: #fff;
}
.custom-btn-tan a:hover {
  text-decoration: none;
}
.custom-btn-tan span {
  width: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 20px;
  margin-top: 8px;
}
.custom-btn-tan i {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  opacity: 1;
  margin-top: 5px;
}
.custom-btn-tan:hover span {
  width: 50px;
  margin-left: 20px;
}
.custom-btn-tan:hover i {
  opacity: 0;
}





/* HEADER */
.header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.header .navbar {
  width: 100%;
  margin-bottom: 0;
}
.header .page-title {
  width: 100%;
  margin-bottom: 70px;
  margin-top: 35px;
}

@media (max-width:768px){

   
.header .page-title {
    width: 100%;
    margin-bottom: 70px;
    margin-top: -10px;
    padding:0 15px !important;
  }
   
}
.header .page-title h2 {
  font-weight: 700;
  font-size: 68px;
  margin-bottom: 20px;
}

.header .page-title h3 {
  font-weight: 700;
  font-size: 80px;
  margin-bottom: 20px;
}


.header .page-title h4 {
  line-height: 1.7;
}
.header .headlines {
  width: 100%;
  margin-bottom: 100px;
  margin-top: 50px;
}
.header .headlines h1 {
  font-size: 4vw;
  font-weight: 800;
  line-height: 1;
  margin: 0;
  padding-bottom: 5px;
}

/* NAVBAR */
.navbar {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.navbar.hide {
  transform: translateY(-100px);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}


.navbar.light {
  color: #fff;
}
.navbar.light .logo a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.navbar.light .main-menu ul li a {
  color: #fff;
}
.navbar.light .main-menu ul li a:after {
  background: #fff;
}
.navbar.light .main-menu ul li a:hover:before {
  background: #fff;
}
.navbar .logo {
  margin-left: 0;
}
.navbar .logo a {
  margin:15px 0 0 15px;

}
.navbar .logo a img {
  height:35px;
}


.navbar .phone {
  margin-left: 50px;
}
.navbar .main-menu {
  margin-left: auto;
}
.navbar .main-menu ul {
  margin: 0;
  padding: 0;
}
.navbar .main-menu ul li {
  display: inline-block;
  margin: 0 18px;
  padding: 0;
}
.navbar .main-menu ul li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding: 0 2px;
}
.navbar .main-menu ul li a:hover {
  text-decoration: none;
}
.navbar .main-menu ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 9px;
  height: 1px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}
.navbar .main-menu ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 9px;
  height: 1px;
  width: 0;
  background: #ffc401;
  transition: width 0.25s ease;
}
.navbar .main-menu ul li a:hover:before {
  width: 100%;
  background: #ffc401;
  transition: width 0.25s ease;
}
.navbar .main-menu ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.navbar .hamburger-menu {
  margin-right: 0;
  margin-left: 30px;

}




@media (max-width:768px) {

    
.navbar.light {
    color: #fff;
  }
  .navbar.light .logo a img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
  .navbar.light .main-menu ul li a {
    color: #fff;
  }
  .navbar.light .main-menu ul li a:after {
    background: #fff;
  }
  .navbar.light .main-menu ul li a:hover:before {
    background: #fff;
  }
  .navbar .logo {
    margin-left: 0;
  }
  .navbar .logo a {
    margin:15px 0 0 0px;
  
  }
  .navbar .logo a img {
    height:28px;
  }
  
  
  .navbar .phone {
    margin-left: 50px;
  }
  .navbar .main-menu {
    margin-left: auto;
  }
  .navbar .main-menu ul {
    margin: 0;
    padding: 0;
  }
  .navbar .main-menu ul li {
    display: inline-block;
    margin: 0 18px;
    padding: 0;
  }
  .navbar .main-menu ul li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 0 2px;
  }
  .navbar .main-menu ul li a:hover {
    text-decoration: none;
  }
  .navbar .main-menu ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 9px;
    height: 1px;
    width: 0;
    transition: width 0s ease, background 0.25s ease;
  }
  .navbar .main-menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 9px;
    height: 1px;
    width: 0;
    background: #282828;
    transition: width 0.25s ease;
  }
  .navbar .main-menu ul li a:hover:before {
    width: 100%;
    background: #282828;
    transition: width 0.25s ease;
  }
  .navbar .main-menu ul li a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
  }
  .navbar .hamburger-menu {
    margin-right: 0;
    margin-left: 30px;
  }
  

  

}

/* LEFT SIDE */
.left-side {
  width: 150px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}
.left-side .logo {
  width: 100%;
  display: block;
  height: 42px;
  text-align: center;
  margin-top: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  transform: translateY(-30px);
}
.left-side .logo img {
  height: 86px;
}
.left-side .logo.sticky {
  opacity: 1;
  transform: translateY(0);
}
.left-side ul {
  width: 100vh;
  line-height: 1;
  display: inline-block;
  margin: 0;
  margin-top: 50vh;
  margin-left: -25px;
  padding: 0;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
}
.left-side ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  list-style: none;
}
.left-side ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 0 2px;
}
.left-side ul li a:hover {
  text-decoration: none;
}
.left-side ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 6px;
  height: 1px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}
.left-side ul li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 6px;
  height: 1px;
  width: 0;
  background: #ffc401;
  transition: width 0.25s ease;
}
.left-side ul li a:hover:before {
  width: 100%;
  background: #ffc401;
  transition: width 0.25s ease;
}
.left-side ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.left-side .gotop {
  width: 50px;
  padding: 14px;
  position: absolute;
  left: 50px;
  bottom: 35px;
  display: none;
}
.left-side .gotop img {
  display: block;
}

/* SLIDER */
.slider {
  width: calc(100% + 50px);
  height: 510px;
  display: flex;
  flex-wrap: wrap;
  background: #282828;
  margin-right: -50px;
  overflow: hidden;
  position: relative;
}

@media (max-width:768px) {

    .slider {
        width: calc(100% + 50px);
        height: 200px;
        display: flex;
        flex-wrap: wrap;
        background: #282828;
        margin-right: -50px;
        overflow: hidden;
        position: relative;
      }
      

}
.slider:hover .swiper-container .swiper-slide {
  margin-left: -10px;
}
.slider:hover .swiper-button-next span {
  width: 100%;
}
.slider .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider .swiper-container .swiper-slide {
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0.3;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.slider .swiper-container .swiper-slide-active {
  opacity: 1;
  z-index: 2;
}
.slider .swiper-container .swiper-slide-active .slide-inner {
  opacity: 1;
}
.slider .swiper-container .slide-inner {
  width: 100%;
  padding: 0 100px;
  padding-right: 40%;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slider .swiper-container .slide-inner figure {
  display: block;
  margin-bottom: 10px;
}
.slider .swiper-container .slide-inner figure img {
  max-width: 120px;
}
.slider .swiper-container .slide-inner h2 {
  font-size: 52px;
  font-weight: 600;
  color: #fff;
  margin-left: -3px;
}
.slider .swiper-container .slide-inner .link {
  display: block;
  margin-top: 50px;
}
.slider .swiper-container .slide-inner .link a {
  display:block;
  font-weight: 600;
  color: #fff;
  font-size: 13px;
  position: relative;
  
}
.slider .swiper-container .slide-inner .link a:before {
  content: "";
  width: 100%;
  height: 6px;
  background: #fff;
  position: relative;
  left: 0;
  bottom: 0;
  opacity: 0.3;
}
.slider .swiper-container .slide-inner .link a:after {
  content: "";
  width: 0;
  height: 6px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.slider .swiper-container .slide-inner .link a:hover {
  text-decoration: none;
}
.slider .swiper-container .slide-inner .link a:hover:after {
  width: 100%;
}

/* SWIPER BUTTONS */
.swiper-button-next {
  width: 80px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  left: auto;
  right: 20px;
  top: 0;
  z-index: 2;
  background: none;
  text-align: right;
}
.swiper-button-next span {
  width: 50%;
  height: 1px;
  margin-left: auto;
  background: #fff;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.swiper-button-next b {
  font-weight: 600;
  display: block;
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
}

/* SWIPER PAGINATION */
.swiper-pagination-bullet {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  height: 40px;
  width: 40px;
  background: none;
  text-align: center;
  transform: scaleX(-1) scale(0.7);
  margin: 0;
}
.swiper-pagination-bullet:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: none;
}
.swiper-pagination-bullet-active:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -7px;
}

.swiper-pagination-bullet svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: rotateY(-180deg) rotateZ(-90deg);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active svg circle {
  animation-play-state: running;
  stroke-width: 3px;
  animation: countdown 6s linear forwards;
}

.swiper-pagination-bullet svg circle {
  stroke-dasharray: 113px;
  stroke-dashoffset: 0px;
  stroke-linecap: round;
  stroke-width: 0;
  stroke: #fff;
  fill: none;
  animation: none;
  animation-play-state: paused;
  animation-fill-mode: none;
}

/* PAGE HEADER */
.page-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #282828;
}
.page-header .video-bg {
  width: 100%;
}
.page-header .video-bg video {
  width: 100%;
  display: flex;
}
.page-header iframe {
  width: 100%;
  height: 500px;
  display: block;
  border: none;
}
.page-header figure {
  width: 100%;
  margin: 0;
}
.page-header figure img {
  width: 100%;
}

/* ABOUT INTRO */
.about-intro {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
}
.about-intro h2 {
  font-size: 4vw;
  font-weight: 700;
  margin-bottom: 50px;
}
.about-intro p {
  line-height: 2;
  margin: 0;
}
.about-intro p:nth-child(2) {
  margin-bottom: 30px;
  font-weight: 600;
}

/* MAIN SERVICES */
.main-services {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  text-align: center;
}
.main-services .titles {
  padding: 0 20%;
  color: #fff;
}
.main-services figure {
  display: inline-block;
  margin-bottom: 0;
}
.main-services figure img {
  height: 60px;
  display: inline-block;
}
.main-services article {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  color: #fff;
  position: relative;
  padding: 0 30px;
}
.main-services article span {
  display: block;
  font-weight: 700;
  font-size: 40px;
  opacity: 0.1;
}
.main-services article h4 {
  display: block;
  margin-top: -25px;
  font-weight: 600;
  font-size: 18px;
}

/* WORKS */
.works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0 80px;
}
.works .titles {
  display: block;
  padding-right: 15%;
  margin-bottom: 20px;
}
.works .titles h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.works .titles p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 25px;
  font-weight: 300;
}
.works ul {
  margin-bottom: 0;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0;
}
.works ul li {
  width: 33%;
  margin: 25px 0;
  padding: 0 30px;
  list-style: none;
}

/* PROJECT BOX */
.project-box {
  width: 100%;
  display: block;
}
.project-box .project-image {
  width: 100%;
  display: block;
}
.project-box .project-image a {
  display: block;
}
.project-box .project-image a img {
  width: 100%;
}
.project-box .project-content {
  width: 100%;
  display: block;
}
.project-box .project-content h3 {
  font-size: 16px;
  display: block;
}
.project-box .project-content h3 a {
  display: block;
}
.project-box .project-content h3 a:hover {
  text-decoration: none;
}
.project-box .project-content small {
  display: block;
}

/* CASE DETAIL */
.case-detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0;
}
.case-detail figure {
  display: block;
  margin-bottom: 50px;
}
.case-detail figure img {
  width: 100%;
}
.case-detail h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.case-detail h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.case-detail h3 {
  font-size: 32px;
  font-weight: 800;
  margin-top: 100px;
}
.case-detail p {
  display: block;
  margin-bottom: 50px;
  font-size:14px;
  color:#666;
}

/* FEATURED SERVICES */
.featured-services {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  color: #333;
}
.featured-services .col-lg-3:nth-child(2n+2) {
}
.featured-services figure {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  margin: 15px 0;
  margin-bottom:40px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.featured-services figure:hover {
  background: #333;
}
.featured-services figure:hover img {
  margin: 0;
  filter: invert(100%);
}
.featured-services figure:hover figcaption {
  color: #282828;
}
.featured-services figure img {
  opacity: 0.1;
  padding: 0 35%;
  filter: blur(10px);
}
.featured-services figure figcaption {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  bottom: 0;
  left: 0;
  padding: 20px;
  text-align: center;
}
.featured-services figure figcaption span {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
}
.featured-services figure figcaption h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}

/* RECENT NEWS */
.recent-news {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0 ;
}
@media (max-width:768px){
    .featured-services {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 50px 0;
        color: #333;
    }
    .recent-news {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 ;
      }
}
.recent-news .inner h3 {
  font-size: 20px;
}
.recent-news .content-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 10px;
  
  border-bottom: 1px solid rgba(40, 40, 40, 0.1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.recent-news .content-box:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  transition: width 0s ease, background 0.55s ease;
}
.recent-news .content-box:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 1px;
  width: 0;
  background: #ffc401;
  transition: width 0.55s ease;
}
.recent-news .content-box:hover:before {
  width: 100%;
  background: #ffc401;
  transition: width 0.55s ease;
}
.recent-news .content-box:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.recent-news .content-box.selected {
  padding-bottom: 80px;
}

@media (max-width:768px) {
    .recent-news .content-box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-bottom: -5px;
        padding:10px;
        border-bottom: 1px solid rgba(40, 40, 40, 0.1);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        position: relative;
      }
    .recent-news .content-box.selected {
        padding-bottom: 20px;
      }
}
.recent-news .content-box.selected h3 {
  font-size: 2vw;
  font-weight: 600;
}
.recent-news .content-box small {
  opacity: 0.5;
  margin-bottom: 10px;
}
.recent-news .content-box h3 {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.recent-news .content-box h3 a {
  display: block;
}
.recent-news .content-box h3 a:hover {
  text-decoration: none;
}
.recent-news .content-box span {
  display: block;
  font-weight: 600;
}

@media (max-width:768px){

  .recent-news .content-box h3 {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}


/* OUR AWARDS */
.our-awards {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position:relative;
  padding: 120px 0 0;
}




@media (max-width:768px) {


/* OUR AWARDS */
.our-awards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position:relative;
    padding: 70px 0 0;
  }
  

}
.our-awards .titles {
  text-align: center;
  padding: 0 5%;
}
.our-awards ul {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.our-awards ul li {
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  position:relative;
  list-style: none;
}
.our-awards ul li:last-child figure {
  border-right: 0;
}
.our-awards ul li figure {
  width: 100%;
  margin-bottom: 15px;
  margin-top:15px ;
  padding: 0 20%;
  min-height:85px;
  border-right: 1px solid rgba(40, 40, 40, 0.1);
}
.our-awards ul li .control_con { 
    width: 100%;
    margin-bottom: 15px;
    padding: 8px 24% !important;
    min-height:85px;

  }
  .our-awards ul li img {max-width:60%;}
  

.our-awards ul li h5 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
}
.our-awards ul li small {
  display: block;
  opacity: 0.6;
  margin-bottom: 5px;
}
.our-awards ul li .odometer {
  font-size: 48px;
  font-weight: 800;
}

@media (max-width:768px){

    .our-awards ul li .odometer {
        font-size: 28px;
        font-weight: 800;
      }
 
      .our-awards ul li figure {
        width: 100%;
        margin-bottom: 15px;
        min-height:auto;
        padding: 0 2%;
        border-right: 1px solid rgba(40, 40, 40, 0.1);
    }
    .our-awards ul li .control_con { 
        width: 100%;
        margin-bottom: 15px;
        padding: 0 8% !important;
        min-height:auto;
        
      }
      
}
.our-awards .years-text {position:absolute; right:30px; bottom:-24px; line-height:85px; text-align:left;}
.our-awards .years-text2 {position:absolute; right:80px; bottom:-24px; line-height:85px; text-align:left;}


@media (max-width:900px){
    .our-awards .years-text {position:absolute; right:30px; bottom:-15px; line-height:85px; text-align:left;}
.our-awards .years-text2 {position:absolute; right:60px; bottom:-15px; line-height:85px; text-align:left;}


}
/* SHOWREEL */
.showreel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}
.showreel .video {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.showreel .video h2 {
  width: 100%;
  height: 200px;
  line-height: 200px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -100px;
  text-align: center;
  color: #fff;
  font-size: 4vw;
  font-weight: 800;
}
.showreel .video video {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  float: left;
}

/* TEAM */
.team {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  color: #fff;
}
.team figure {
  display: block;
  margin: 0;
}
.team figure img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.team figure figcaption {
  display: block;
  margin: 0;
}
.team figure figcaption span {
  display: block;
  font-size: 14px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.team figure figcaption h5 {
  display: block;
  font-weight: 600;
  margin-bottom: 0;
}
.team figure figcaption a {
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* LOGOS */
.logos {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}

@media (max-width:768px) {

/* LOGOS */
.logos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 70px 0;
  }
  

}
.logos ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  position: relative;
  border-left: 1px solid rgba(40, 40, 40, 0.1);
  border-top: 1px solid rgba(40, 40, 40, 0.1);
}
.logos ul li {
  width: 20%;
  background:#fff;
  float: left;
  list-style: none;
  border-right: 1px solid rgba(40, 40, 40, 0.1);
  border-bottom: 1px solid rgba(40, 40, 40, 0.1);
  text-align: center;
}
.logos ul li:hover figure {
  opacity: 1;
}
.logos ul li figure {
  display: block;
  height: 35px;
  margin: 20px 0;
  opacity: 0.6;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
.logos ul li figure img {
  display: none;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

/* BLOG */
.post-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.post-header .post-image {
  width: 100%;
  margin: 0;
}
.post-header .post-image img {
  width: 100%;
}

.post-body {
  width: 100%;
  margin-bottom: 50px;
}
.post-body .avatar {
  width: 100%;
  margin-bottom: 20px;
  font-size: 13px;
}
.post-body .avatar img {
  height: 60px;
  margin-right: 20px;
  border-radius: 50%;
}
.post-body .avatar a {
  text-decoration: underline;
}
.post-body .post-title {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2vw;
}
.post-body .post-date {
  display: block;
  margin-bottom: 30px;
  opacity: 0.5;
}
.post-body .post-intro {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.7;
}
.post-body .image-left {
  width: 50%;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.post-body .image-left img {
  width: 100%;
}
.post-body .image-right {
  width: 50%;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.post-body .image-right img {
  width: 100%;
}
.post-body .image-full {
  width: 100%;
  display: inline-block;
  margin: 30px 0;
}
.post-body .image-full img {
  width: 100%;
}
.post-body h5 {
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}
.post-body ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
.post-body ul li {
  margin-bottom: 5px;
}
.post-body blockquote {
  display: inline-block;
  padding: 40px;
  margin-top: 20px;
  margin-bottom: 40px;
  background: #282828;
  position: relative;
  color: #fff;
  background: url(../images/quote-bg.svg) left top no-repeat #282828;
  background-size: contain;
}
.post-body blockquote p {
  display: block;
}
.post-body blockquote h5 {
  font-weight: 600;
  margin: 0;
}

.post-navigation {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #f9f9f9;
}
.post-navigation a {
  font-weight: 600;
  font-size: 18px;
  padding: 40px 25px;
}
.post-navigation a:nth-child(1) {
  width: 50%;
  float: left;
  border-right: 1px solid #eee;
}
.post-navigation a:nth-child(2) {
  width: 50%;
  float: right;
  padding-left: 25px;
}

.blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.blog .post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  
}
.blog .post .post-image {
  width: 100%;
  margin-bottom: 15px;
  overflow:hidden;
  border-radius: 16px;
  max-height:300px;
  
}
.blog .post .post-image img {
  width: 100%;
}
.blog .post .post-content {
  width: 100%;
  margin: 0;
}
.blog .post .post-content .avatar {
  width: 100%;
  margin-bottom: 10px;
  font-size: 13px;
}
.blog .post .post-content .avatar img {
  height: 34px;
  margin-right: 20px;
  border-radius: 50%;
}
.blog .post .post-content .avatar a {
  text-decoration: underline;
}
.blog .post .post-content .post-title {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2rem;
}
.blog .post .post-content .post-date {
  display: inline;
  float:right;
  
  margin-top:5px;
  opacity: 0.5;
}
.blog .post .post-content .post-intro {
  display: block;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.4;
}
.blog .post .post-content .post-link {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 8px;
  position: relative;
}
.blog .post .post-content .post-link:hover {
  text-decoration: none;
}
.blog .post .post-content .post-link:hover:after {
  width: 0;
}
.blog .post .post-content .post-link:before {
  content: "";
  width: 100%;
  height: 3px;
  background: #eee;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blog .post .post-content .post-link:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #282828;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.blog .sidebar {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  border: 1px solid rgba(40, 40, 40, 0.1);
  padding: 25px;
}
.blog .sidebar .widget {
  width: 100%;
  border-bottom: 1px solid rgba(40, 40, 40, 0.1);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.blog .sidebar .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.blog .sidebar .widget .title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.blog .sidebar .widget .title:after {
  content: "";
  width: 30%;
  height: 3px;
  background: #282828;
  position: absolute;
  left: -25px;
  bottom: 0;
}
.blog .sidebar .widget form {
  display: block;
}
.blog .sidebar .widget form input[type=text] {
  margin-bottom: 10px;
}
.blog .sidebar .widget form button[type=submit] {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #282828;
  padding: 0 30px;
}
.blog .sidebar .widget .categories {
  display: block;
  margin: 0;
  padding: 0;
}
.blog .sidebar .widget .categories li {
  display: block;
  margin: 0;
  padding: 3px 0;
  list-style: none;
}
.blog .sidebar .widget .categories li:before {
  content: "";
  width: 5px;
  height: 5px;
  float: left;
  border-radius: 50%;
  background: #282828;
  margin-right: 15px;
  margin-top: 11px;
}
.blog .sidebar .widget .categories li span {
  float: right;
  opacity: 0.5;
}
.blog .sidebar .widget .tags {
  display: block;
  margin: 0;
  padding: 0;
}
.blog .sidebar .widget .tags li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 0;
  list-style: none;
}
.blog .sidebar .widget .tags li a {
  display: inline-block;
  border: 1px solid rgba(40, 40, 40, 0.1);
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
}
.blog .sidebar .widget .tags li a:hover {
  text-decoration: none;
  border: 1px solid #282828;
  background: #282828;
  color: #fff;
}
.blog .sidebar .widget .works {
  display: block;
  margin: 0;
  margin-left: -5px;
  margin-right: -5px;
  padding: 0;
}
.blog .sidebar .widget .works li {
  width: 33.33333%;
  float: left;
  margin: 0;
  padding: 5px;
  list-style: none;
}

/* POST STICKY */
.post-sticky {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.post-sticky .post-image {
  width: 100%;
  margin-bottom: 0;
}
.post-sticky .post-image img {
  width: 100%;
  opacity: 0.5;
}
.post-sticky .post-content {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 50px;
  padding-right: 30%;
}
.post-sticky .post-content .avatar {
  width: 100%;
  margin-bottom: 20px;
  font-size: 13px;
}
.post-sticky .post-content .avatar img {
  height: 60px;
  margin-right: 20px;
  border-radius: 50%;
}
.post-sticky .post-content .avatar a {
  text-decoration: underline;
  color: #fff;
}
.post-sticky .post-content .post-title {
  display: block;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 4vw;
}
.post-sticky .post-content .post-title a {
  display: block;
  color: #fff;
}
.post-sticky .post-content .post-date {
  display: block;
  margin-bottom: 30px;
}
.post-sticky .post-content .post-intro {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.7;
}
.post-sticky .post-content .post-link {
  display: inline-block;
  font-weight: 700;
  padding-bottom: 8px;
  position: relative;
  color: #fff;
}
.post-sticky .post-content .post-link:hover {
  text-decoration: none;
}
.post-sticky .post-content .post-link:hover:after {
  width: 0;
}
.post-sticky .post-content .post-link:before {
  content: "";
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  bottom: 0;
}
.post-sticky .post-content .post-link:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* WORK WITH US */
.work-with-us {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
  color: #fff;
}
.work-with-us h6 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}
.work-with-us h2 {
  font-size: 6vw;
  font-weight: 800;
  margin-bottom: 50px;
}
.work-with-us p {
  display: block;
  margin: 0;
  font-size: 19px;
}
.work-with-us a {
  color: #fff;
  text-decoration: underline;
}
.work-with-us small {
  display: block;
  margin: 15px 0;
}

/* CONTACT */
.contact {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 150px;
}
.contact h5 {
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.contact address {
  display: block;
  margin-bottom: 50px;
}
.contact address p {
  margin: 0;
}
.contact address a {
  text-decoration: underline;
}
.contact .contact-form {
  display: block;
  margin-top: 50px;
}
.contact .contact-form h5 {
  margin-bottom: 40px;
}
.contact .contact-form #contact {
  display: block;
}
.contact .contact-form #contact .form-group {
  display: block;
  position: relative;
  margin-bottom: 35px;
}
.contact .contact-form #contact .form-group span {
  width: 100%;
  line-height: 54px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  z-index: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.contact .contact-form #contact .form-group span.label-up {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact .contact-form #contact .form-group input[type=text] {
  background: none;
  position: relative;
  z-index: 2;
}
.contact .contact-form #contact .form-group input:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact .contact-form #contact .form-group textarea {
  background: none;
  position: relative;
  z-index: 2;
}
.contact .contact-form #contact .form-group textarea:focus + span {
  font-size: 13px;
  line-height: 16px;
  top: -20px;
  font-weight: 600;
}
.contact .contact-form #contact .form-group label.error {
  color: red;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 13px;
}
.contact .contact-form #success, .contact .contact-form #error {
  display: none;
  float: left;
}
.contact .contact-form #error {
  background: red;
  color: #fff;
}
.contact .contact-form #success {
  background: green;
  color: #fff;
}
.contact .contact-form .alert {
  border: none;
  border-radius: 0;
  padding: 20px 30px;
}

/* FOOTER */
.footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 150px 0;
}

@media (max-width:768px){
    .footer {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 70px 0 20px ;
      }
      

}
.footer .career {
  display: block;
  
  padding-bottom: 50px;
  margin-bottom: 150px;
}

.footer  .copy_area { padding:54px ; background:#fff}
.footer .career h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer .career h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 25px;
  word-wrap: break-word;
  word-break: keep-all;
}
.footer .logo {
  display: block;
  margin: 0;
}
.footer .logo img {
  height: 42px;
}
.footer h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer .sub-footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
  font-size: 13px;
}

.footer .sub-footer ul {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
}
.footer .sub-footer ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
  list-style: none;
}



.footer .sub-footer ul li a {
  display: block;
  position: relative;
  padding: 0 2px;
}
.footer .sub-footer ul li a:hover {
  text-decoration: none;
}
.footer .sub-footer ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 1px;
  width: 0;
  transition: width 0s ease, background 0.25s ease;
}
.footer .sub-footer ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 8px;
  height: 1px;
  width: 0;
  background: #282828;
  transition: width 0.25s ease;
}
.footer .sub-footer ul li a:hover:before {
  width: 100%;
  background: #282828;
  transition: width 0.25s ease;
}
.footer .sub-footer ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.footer .sub-footer span {
  margin-right: 0;
}


@media (max-width:768px){

  .footer .sub-footer {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-top: 40px;
      padding:15px;
      font-size: 12px;
    }
    
    .footer .logo img {
      height: 38px;
    }
    .footer h5 {
      font-size: 15px;
      font-weight: 600;
      margin-top:15px;
      margin-bottom: 10px;
    }
    .footer .sub-footer {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      margin-top: 10px;
        padding-left:0;
      font-size: 12px;
    }
    .footer .sub-footer ul li {
      display: inline-block;
      margin-right: 5px;
      padding: 0;
      list-style: none;
  }
  address {font-size:12px;}
  address > strong {font-size:12px;}
}
/* ANIMATIONS */
@keyframes countdown {
  from {
    stroke-dashoffset: 113px;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* MEDIUM FIXES */
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
  body {
    padding: 0;
  }

  .left-side {
    display: none;
  }

  .navbar {
    padding: 30px;
  }

  .slider {
    width: 100%;
    margin-right: 0;
  }

  .slider .swiper-container .slide-inner {
    padding: 0 60px;
  }

  .works .titles {
    padding-right: 0;
  }
}
/* RESPONSIVE TABLET FIXES */
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
  .slider .swiper-container .slide-inner {
    padding: 0 30px;
  }

  .preloader .inner .percentage {
    font-size: 50vh;
  }

  .navigation-menu .inner .side-menu {
    display: block;
  }

  .navbar .main-menu {
    display: none;
  }

  .navbar .phone {
    margin-right: auto;
  }

  .navigation-menu .inner .sides {
    display: none;
  }

  .slider .swiper-container .swiper-slide {
    width: 100%;
  }

  .slider:hover .swiper-container .swiper-slide {
    margin-left: 0;
  }

  .header .page-title h4 {
    padding-right: 0;
  }

  .titles {
    padding-right: 0;
  }

  .works ul li {
    width: 50%;
  }

  .our-awards ul li {
    width: 33%;
    float: none;
    display: inline-block;
    margin: 0 -1%;
  }

  .our-awards ul li figure {
    border-right: none;
  }

  .our-awards ul li .odometer {
    margin-bottom: 15px;
  }

  .team figure {
    margin-bottom: 40px;
  }

  .logos ul li {
    width: 33.33333%;
  }

  .logos ul li:nth-child(n+16) {
    display: none;
  }

  .our-awards .titles {
    padding: 0 5%;
  }

  .post-sticky .post-content {
    padding-right: 0;
  }

  .post-sticky .post-content .post-intro {
    display: none;
  }

  .blog {
    padding-top: 0px;
    margin-top:-100px;
  }

  .blog .sidebar {
    width: 100%;
    margin-top: 100px;
  }

  .swiper-button-next {
    display: none;
  }

  .footer .logo {
    margin-bottom: 10px;
  }

  .footer .career h2 {
    font-size: 6vw;
  }

  input[type=text] {
    border-radius: 0 !important;
    -webkit-appearance: none;
  }

  textarea {
    border-radius: 0 !important;
    -webkit-appearance: none;
  } 
}
/* RESPONSIVE MOBILE FIXES */
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
  .preloader .inner .percentage {
    font-size: 30vh;
  }

  .navbar {
    padding: 15px 15px;
  }

  .navbar .phone {
    display: none;
  }

  .slider .swiper-container .slide-inner {
    padding: 0 30px;
  }

  .slider .swiper-container .slide-inner h2 {
    font-size: 32px;
    word-break: keep-all;
  }

  .recent-news .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .recent-news .col-lg-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .recent-news .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header .page-title h2 {
    font-size: 14vw;
  }

  .works ul li {
    width: 50%;
  }

  .works ul {
    width: 100%;
    margin: 0 !important;
  }

  .our-awards .titles {
    padding: 0;
  }

  .logos ul li {
    width: 33%;
  }

  .logos ul li:nth-child(9) {
    display: none;
  }

  .post-sticky .post-content {
    padding: 20px 30px;
  }

  .post-sticky .post-content .post-link {
    display: none;
  }

  .blog .post .post-content .post-title {
    font-size: 6vw;
  }

  .post-body .post-title {
    font-size: 6vw;
  }

  .post-navigation a:nth-child(1) {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #eee;
  }

  .post-navigation a:nth-child(2) {
    width: 100%;
  }

  .work-with-us h2 {
    font-size: 9vw;
  }

  .logos ul li figure {
    height: 30px;
  }

  .logos ul li figure img {
    height: auto;
  }

  .about-intro h2 {
    font-size: 8vw;

  }

  .main-services .titles {
    padding: 0;
  }

  .footer .career h2 {
    font-size: 4vw;
    word-break:keep-all ;
  }

  .footer .sub-footer ul {
    margin-bottom: 15px;
  }


.footer .career h6 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}




/* CUSTOM BUTTON */
.custom-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}
.custom-btn * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.custom-btn a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 35px;
  border: 1px solid #282828;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 10px;
  padding-top: 8px;
  background: #282828;
  color: #fff;
}
.custom-btn a:hover {
  text-decoration: none;
}
.custom-btn span {
  width: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 20px;
  margin-top: 8px;
}
.custom-btn i {
  width: 0;
  height: 0;
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  opacity: 1;
  margin-top: 5px;
}
.custom-btn:hover span {
  width: 50px;
  margin-left: 20px;
} 
.custom-btn:hover i {
  opacity: 0;
}

.our-awards .years-text {position:absolute; right:10px; bottom:15px; line-height:85px; text-align:left;}
.our-awards .years-text2 {position:absolute; right:20px; bottom:13px; line-height:25px; text-align:left;}


/* TITLES */
.titles {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  word-break:keep-all ;
  margin-bottom: 35px;
  word-break: keep-all;
}
.titles h6 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  word-break:keep-all ;
  letter-spacing: -0.75px;
  word-break: keep-all;
}
.titles p {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 300;
  word-break: keep-all;
}



/* WORKS */
.works {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}
.works .titles {
  display: block;
  padding-right: 0%;
  margin-bottom: 20px;
}
.works .titles h2 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.works .titles p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 300;
}
.works ul {
  margin-bottom: 0;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0;
}


.works ul li {
  width: 50%;
  margin: 20px 0;
  padding: 0 8px;
  list-style: none;
}




.project-box .project-content h3 {
  font-size: 18px;
  display: block;
}
.project-box .project-content h3 a {
  display: block;
  font-size:14px;
}
.project-box .project-content h3 a:hover {
  text-decoration: none;

}
.project-box .project-content small {
  display: block;
}



.custom-btn {
    display: -ms-flexbox;
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    min-width: 120px;
    max-width:100%;
}

.slider .swiper-container .slide-inner .link a {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  position: relative;
}
}

/*체크박스 커스텀*/



ul.ks-cboxtags {
    list-style: none;
    padding: 0px;
	width:100%; display:block;
}
ul.ks-cboxtags li{
  display: inline;
	width:100%; 

}
ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
 border: 2px solid #eee;   
  color: #333333;
    border-radius: 30px;
    white-space: nowrap;

	margin-right:4px;
	padding:5px 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 25px;
    cursor: pointer;
    font-size:14px;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-size: 12px;
    content: "";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
 border: 2px solid #0e0e0e;
    background:#ffc401 !important;
	color:#000000 !important;
    transition: all .2s;
    box-shadow: 3px 10px 10px rgba(0,0,0,0.24);
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #0e0e0e;
  box-shadow: 3px 20px 10px rgba(0,0,0,0.24);
}

.ks-cboxtags  h3 {font-size:20px;} 
.ks-cboxtags small {font-size:14px; color:#888;}



.select-custom {width:100%; display:block; padding:10px; }
.textarea-box {width:100%; display:block; min-height:250px; border:1px solid #d9d9d9; padding:10px;}
.group h6 {margin-bottom:15px;  color:#c2c2c2; font-size:12px; font-weight:400;}

.text-samll {font-size:12px;}





.boxes input[type="checkbox"] { display: none; }

.boxes input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  color: #333;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
}

.boxes input[type="checkbox"] + label:last-child { margin-bottom: 0; }

.boxes input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity:1;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.boxes input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container-sub  {max-width:100%; margin:0 auto; display:block; position:relative}




.port-header {position:relative ; width:100%; display:block; overflow:hidden;}
.port-header h1 {font-size:240px; color:#000;  font-weight:900; opacity:0.05; text-align:center;  position:relative; top:80px;  letter-spacing: 0.06em;}
.port-header h2 {font-size:170px; color:#fff;  font-weight:900; opacity:0.04; text-align:center;  position:relative; top:80px;  letter-spacing: 0.06em;}
.port-header_bg {background:#000; height:550px; padding:0; background-size:cover; background-position:center center; position:relative; box-shadow :5px 30px 48px rgba(0, 0, 0, 0.4) ; border-radius: 5px 5px 150px 5px ;}
.port-header_bg .inner_shadow { width:100%; display:block;   background:rgba(0,0,0,0.35); height:100%; border-radius: 5px 5px 150px 5px ; }
.port-header_bg .inner_shadow .inner_setting {max-width:1480px;  display:block; margin:0 auto ; height:550px;  position:relative; width:auto;}
.port-header_bg .inner_shadow .inner_setting .inner-info-data {position:absolute; bottom:20px; right:0; height:auto;  }
.port-header_bg .inner_shadow .inner_setting .inner-info-data-text {position:absolute; bottom:20px; left:0; height:auto;   display:inline-block;}
.title_tag {background:rgba(0, 0, 0, 0.0); padding:10px 15px; border-radius:10px;  min-width:30px; margin:0 auto 15px;   display:inline-block;     }
.title_tag_list {background:#fff; padding:10px 15px; border-radius:10px;  min-width:30px; margin:0 5px;  display:inline-block; margin-bottom:30px; position:relative; box-shadow: 5px 10px 24px rgba(0, 0, 0, 0.25);  font-weight:700}

@media (max-width:768px) {


    .port-header {position:relative ; width:100%; display:block; overflow:hidden;}
    .port-header h1 {font-size:65px; color:#000;  font-weight:900; opacity:0.05; text-align:center;  position:relative; top:20px;  letter-spacing: 0.06em; left:0px; word-break: keep-all;}
    .port-header h2 {font-size:50px; color:#000;  font-weight:900; opacity:0.05; text-align:center;  position:relative; top:20px;  letter-spacing: 0.06em; left:0px;}
    .port-header_bg {background:#000; height:275px; padding:0; background-size:cover; background-position:center center; position:relative; box-shadow :5px 30px 48px rgba(0, 0, 0, 0.4) ; border-radius: 5px 5px 5px 5px ;}
    .port-header_bg .inner_shadow { width:100%; display:block;   background:rgba(0,0,0,0.35); height:100%; border-radius: 5px 5px 5px 5px ; }
    .port-header_bg .inner_shadow .inner_setting {max-width:1480px;  display:none; margin:0 auto ; height:300px;  position:relative; width:auto;}
    .port-header_bg .inner_shadow .inner_setting .inner-info-data {position:absolute; bottom:20px; right:0; height:auto;  }
    .port-header_bg .inner_shadow .inner_setting .inner-info-data  div {display:inline-block}
    .port-header_bg .inner_shadow .inner_setting .inner-info-data-text {position:absolute; bottom:20px; left:0; height:auto;   display:inline-block;}
    .page_title_header {padding-top:100px !important; min-height:330px !important}

    .title_tag {background:rgba(0, 0, 0, 0.0); padding:10px 15px; border-radius:10px;  
        min-width:30px; margin:0 auto 0px;   display:block; width:100%; text-align:left     }
    .title_tag_list {background:#fff; padding:10px 15px; border-radius:10px;  min-width:30px; margin:0 5px;  display:inline-block; margin-bottom:30px; position:relative; box-shadow: 5px 10px 24px rgba(0, 0, 0, 0.25);  font-weight:700}


    .title_tag .inner-info-data {
        position:relative;   
        padding:20px;
        border-top:3px dashed rgba(0,0,0,0.08); 
        display:flex; 
        bottom:20px; 
        right:0; 
        height:auto;   
        text-align:center;   
        align-items: center;
        justify-content: center;}
    .title_tag .inner-info-data div {text-align:center}
    .title_tag .inner-info-data-text .m_val {margin-bottom:5px; }
    .title_tag .inner-info-data-text span {font-size:14px; font-weight:700; padding-right:25px; color:#282828;  width:30%; min-width:30%;  display:inline-block}
    .title_tag .inner-info-data-text {position:relative; bottom:20px; left:0;  font-size:14px; height:auto;  width:100%; display:block; color:#999} 

}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
  }
  
  /* ---- .grid-item ---- */
  
  .grid-sizer,
  .grid-item {
    width: 25%;
    min-width: auto;
    min-height: 10vh;  padding:15px;
    
  }
  
  
  
  
  
  @media (max-width:768px) {
  .grid-sizer,
  .grid-item {
    width: 50%;
    min-width: auto;
    padding:5px;
  }
  }
  
  
  
  
  .grid-item {
    float: left;
  }
  
  .grid-item img {
    display: block;
    max-width: 100%;
    border-radius:16px;
    box-shadow: rgba(0, 0, 0, 0.15) 4px 16px 24px;
    z-index: 1;
  }
  
  .grid-item--gigante {
    width: 40%;
    height: auto;
    z-index: 10;
    transition: width 0.4s, height 0.4s;
  }
  
  .grid-item:hover {
    border-color: white;
    cursor: pointer;
  }
  .td_chk {
      position: absolute;
  }
  
  .bo_tit_box {
      display: block;
      line-height: 30px;
      font-weight: bold;
      color: #000;
      font-size: 1.2em;
      position: absolute;
      width: 100%;
      background-color: rgba(255,255,255,1);
      bottom: 0;
      opacity: 0;
      z-index: 0;
      /* height: 200px; */
        transition: all ease 0.1s 0s;
        pointer-events: none; 
  }
  .is-expanded .bo_tit_box {
      opacity: 1;
      z-index: 1;
      transition: all ease 0.2s 0s;
      pointer-events: auto;
  }
  .bo_tit_box:hover { 
      background-color: rgba(255,255,255, 0.8);
  }
  .sub_box {
      display: flex;
  }
  .td_subject {
      padding-left: 20px;
  }
  
  
  
  /* grid-item-content is visible, and transitions size */
  .grid-item-content {
    width: 100%;
    height: 100%;
    -webkit-transition: width 0.4s, height 0.4s;
            transition: width 0.4s, height 0.4s;
  }
  
  .grid-item:hover .grid-item-content {
    border-color: white;
    cursor: pointer;
  }
  
  /* both item and item content change size */
  .grid-item.is-expanded {
    width: 60%;
    z-index: 2;
  }

  .text-stroke {
    color: #f00;
    text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}

.overview img {display:none !important}


.card {
    position: relative;
  
    min-height: 250px;
    
    border-radius: 15px;
      border:none !important;
    transition: 0.5s;
    background:none !important;
  }
   
  
   .card .box {
    position: relative;
    top: 20px;
    left: 0;
    height: 222px;
    right: 20px;
    bottom: 20px;
    background: #2a2b2f;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
  }
  
   .card .box:hover {
    transform: translateY(-50px);
  }
  
  .card .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }
  
   .card .box .content {
    padding: 15px;
    text-align: center;
  }
  
   .card .box .content h2 {
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.1);
  }
  
   .card .box .content h3 {
    font-size: 1.4rem;
    color: #fff;
    z-index: 1;
    transition: 0.5s;
    margin-bottom: 15px;
  }
  
   .card .box .content p {
    font-size: 14px;
    font-weight: 300;
    word-break:break-all;
    color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    transition: 0.5s;
  }
  
   .card .box .content a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: black;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-top: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
  }
   .card .box .content a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    background: #fff;
    color: #000;
  }
  
  
  .view-modal, .popup{
    position: absolute;
    left: 50%;
  }
  .view-modal{
    top: 50%;
    color: #7d2ae8;
    font-size: 18px;
    padding: 10px 25px;
    background: #fff;
    transform: translate(-50%, -50%);
  }
  .popup{
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    top: -150%;
    max-width: 380px;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
    transform: translate(-50%, -50%) scale(1.2);
    transition: top 0s 0.2s ease-in-out,
                opacity 0.2s 0s ease-in-out,
                transform 0.2s 0s ease-in-out;
  }
  .popup.show{
    top: 50%;
    opacity: 1;
    pointer-events: auto;
    transform:translate(-50%, -50%) scale(1);
    transition: top 0s 0s ease-in-out,
                opacity 0.2s 0s ease-in-out,
                transform 0.2s 0s ease-in-out;
  
  }
  .popup :is(header, .icons, .field){
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .popup header{
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
  }
  header span{
    font-size: 21px;
    font-weight: 600;
  }
  header .close, .icons a{
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    transition: all 0.3s ease-in-out;
  }
  header .close{
    color: #878787;
    font-size: 17px;
    background: #f2f3fb;
    height: 33px;
    width: 33px;
    cursor: pointer;
  }
  header .close:hover{
    background: #ebedf9;
  }
  .popup .content{
    margin: 20px 0;
  }
  .popup .icons{
    margin: 15px 0 20px 0;
  }
  .content p{
    font-size: 16px;
  }
  .content .icons a{
    height: 50px;
    width: 50px;
    font-size: 20px;
    text-decoration: none;
    border: 1px solid transparent;
  }
  .icons a i{
    transition: transform 0.3s ease-in-out;
  }
  .icons a:nth-child(1){
    color: #1877F2;
    border-color: #b7d4fb;
  }
  .icons a:nth-child(1):hover{
    background: #1877F2;
  }
  .icons a:nth-child(2){
    color: #46C1F6;
    border-color: #b6e7fc;
  }
  .icons a:nth-child(2):hover{
    background: #46C1F6;
  }
  .icons a:nth-child(3){
    color: #e1306c;
    border-color: #f5bccf;
  }
  .icons a:nth-child(3):hover{
    background: #e1306c;
  }
  .icons a:nth-child(4){
    color: #25D366;
    border-color: #bef4d2;
  }
  .icons a:nth-child(4):hover{
    background: #25D366;
  }
  .icons a:nth-child(5){
    color: #0088cc;
    border-color: #b3e6ff;
  }
  .icons a:nth-child(5):hover{
    background: #0088cc;
  }
  .icons a:hover{
    color: #fff;
    border-color: transparent;
  }
  .icons a:hover i{
    transform: scale(1.2);
  }
  .content .field{
    margin: 12px 0 -5px 0;
    height: 45px;
    border-radius: 4px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
  }
  .field.active{
    border-color: #7d2ae8;
  }
  .field i{
    width: 50px;
    font-size: 18px;
    text-align: center;
  }
  .field.active i{
    color: #7d2ae8;
  }
  .field input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
  }
  .field button{
    color: #fff;
    padding: 5px 18px;
    background: #7d2ae8;
  }
  .field button:hover{
    background: #8d39fa;
  }
  
    #myModal.modal.fade .modal-dialog {
      position: fixed;
      top: 50%;
      width:100%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    .submit_img img {border:3px solid #000; border-radius:8px; margin-bottom:15px;}
    
  .career  {}
  .contact-input:focus {box-shadow:5px 10px 30px rgba(0,0,0,0.3);  border:2px solid #ffc401;    transition-duration:0.25s;  -webkit-transition-duration:0.25s;} 
  .contact-input:hover { box-shadow:5px 10px 30px rgba(0,0,0,0.3); }
  .required_style:before {width:70px; height:18px; background:rgba(237,216,36,0.4); content:"";  top:10px; left:20px; display:inline; position:absolute; z-index:-1;}
  .point_border {  border:2px solid #ffc401 !important; }




@media (max-width:768px) {

    .latest_more {position:relative; right:0; top:30px;}
    .main_index_text { font-weight:900; font-size:38px; line-height:1.5; text-align:center }
    .main_index_text img {width:30%;}

    .card .box .content h2 {
        position: absolute;
        top: 0px;
        right: 20px;
        font-size: 3rem;
        color: rgba(255, 255, 255, 0.1);
      }


      .card .box .content h3 {
        font-size: 16px;
        color: #fff;
        z-index: 1;
        letter-spacing: -1px;
        transition: 0.5s;
        margin-bottom: 15px;
      }
      
       .card .box .content p {
        font-size: 12px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.9);
        z-index: 1;
        transition: 0.5s;
      }
      
       .card .box .content a {
        position: relative;
        display: inline-block;
        padding: 8px 20px;
        background: black;
        border-radius: 5px;
        text-decoration: none;
        color: white;
        margin-top: 20px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        transition: 0.5s;
      }
}




  
  .logo.is-animetion span {
    display: inline-block;
    animation: wave-text 1.5s ease-in-out infinite;

  }
  
  .logo.is-animetion {
    span:nth-of-type(1){ animation-delay: 0.0s; }
    span:nth-of-type(2){ animation-delay: 0.2s; }
    span:nth-of-type(3){ animation-delay: 0.4s; }
    span:nth-of-type(4){ animation-delay: 0.6s; }
    span:nth-of-type(5){ animation-delay: 0.5s; }
    span:nth-of-type(6){ animation-delay: 0.6s; }
    span:nth-of-type(7){ animation-delay: 0.5s; }
  }
  
  @keyframes wave-text{
    00%{
      transform: translateY(0em);
    }
    60%{
      transform: translateY(-0.6em);
    }
    100%{
      transform: translateY(0em);
    }
  }
  


  

.custom {
    width: 100px;
    position: absolute;
    /*center to cursor */
    transform: translate(-50%, -50%);
    /*transform: translate(-45px, 10px);*/
    pointer-events: none;
    z-index:99999;
    font-size: 20px;
    letter-spacing: 3.5px;
  
  }
  
  
  .cursor{
    width: 45px;
    height: 45px;
    border: 3px solid #ffc401 ;
    border-radius: 50%;
    position: absolute;
    z-index:9999 !important;
    /*center to cursor */
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  
  .sgvs {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: rotating 12s linear infinite;
    -moz-animation: rotating 12s linear infinite;
    -ms-animation: rotating 12s linear infinite;
    -o-animation: rotating 12s linear infinite;
    animation: rotating 12s linear infinite;
  }
  
  
  @-webkit-keyframes rotating /* Safari and Chrome */ {
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }



/*slide bar*/
.side-container .side-bar {
    width: 40px;
    height: auto;
    right:0;
    position:fixed;
    top:250px;
    background-color: #ff9b9d;
    box-shadow:5px 3px 10px rgba(150,0,0,0.3);
    transition:all 1s;
    z-index:999;
}
.side-container .side-bar.slide-bar {
    width:150px;
}
.side-container .side-bar .hamb-box {
    position: relative;
    top: 0px;
    width: 100%;
    height: 30px;
    cursor: pointer;
}
.side-container .side-bar .hamb-box .hamb-bar {
    position: relative;
    width: 25px;
    height: 8px;
    margin: 0 auto;
}
.side-container .side-bar .hamb-box .hamb-bar .bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 4px;
    border-radius: 10px;
    background-color: #ffffff;
    transition: all 0.5s;
}
.side-container .side-bar:hover .hamb-box .hamb-bar .bar01 {
    top:-2px;
}
.side-container .side-bar:hover .hamb-box .hamb-bar .bar03 {
    top:2px;
}
.side-container .side-bar.cs-active:hover .hamb-box .hamb-bar .bar01 {
    top:0;
}
.side-container .side-bar.cs-active:hover .hamb-box .hamb-bar .bar03 {
    top:0;
}
.side-bar.btn-toggle-side-bar.cs-active .bar01{
    transform: translateY(16px) rotate(-45deg);
}
.side-bar.btn-toggle-side-bar.cs-active .bar02{
    visibility: hidden;
    transition: visibility 0s 0s;
}
.side-bar.btn-toggle-side-bar.cs-active .bar03{
    transform: rotate(45deg);
}
/*-----icon-----*/
.side-bar .icon{
    width:100%;
    position:absolute;
    top:40%;
    right:-200%;
}
.side-container .side-bar.slide-bar .icon{
    right:0;
    font-weight:800;
    color:rgba(250,200,200,0.8);
}
.side-container .side-bar.slide-bar .icon:hover{
    color:rgba(250,250,250,0.9);
}
.side-bar .icon div{
    width:50%;
    height:50%;
    position:relative;
    top:30px;
    right:0%;
    transform:translateX(50%);
}

.glow-container {
    overflow-x:hidden;
    overflow-y: hidden;
    position:absolute;
    top:0;
    width:100%;
    z-index:-1;
    min-height:100vh;
}
.point_b {
    animation: changeText 3s infinite;
}

.background {
    position: relative;
    margin: 20px auto;
    text-align: center;
    width: 60%;
}

#background-illustration {
    #Msg {
        animation: floating 3s infinite alternate;
    }
    #BtnLeft {
        animation: floating 3s 1s infinite alternate;
    }
    #BtnRight {
        animation: floating 3s 2s infinite backwards alternate;
    }
    #Plus {
        animation: blipping 3s infinite alternate;
    }
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(20px);
    }
}

@keyframes blipping {
    0% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.1;
    }
}

.hero {

    color: #25657E;
    height: 30vh;
    width:100%;
    top:30%;
    display: block;
    flex-direction: column;
    align-itens: center;
    justify-content: center;
    text-align: center;
    position:absolute;

}

.hero h2 {
    margin: 20px auto;
    font-weight: 900;
    font-size: 150px !important;
    line-height: 140%;
    text-transform: uppercase;
}
.hero h3 {
    margin: 0 auto;
    font-weight: 900;
    font-size: 50px !important;
    line-height: 140%;
    text-transform: uppercase;
}
.text-bg-image {
    background-image: url('/theme/barit/images/main/back.jpg');
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color:  #ffffff;
    animation: animate-bg 5s ease infinite;
}
.text-bg-image2 {
    background-image: url('/theme/barit/images/main/back6.jpg?ver=d');
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    color:  #ffffff;
    animation: animate-bg 10s ease infinite;
}

.hero p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}

@keyframes animate-bg {
    0% {
        background-position: center 25%;
    }
    50% {
        background-position: center 50%;
    }
    100% {
        background-position: center 25%;
    }
}


@media (max-width:768px){
    .hero {padding:0 15px;}
    .header_text {font-size:2.4rem; font-weight: 900; color:#282828}
    .hero h2 {
        margin: 20px auto;
        font-weight: 900;
        font-size: 2.8rem !important;
        line-height: 140%;
        text-transform: uppercase;
    }
    .hero h3 {
        margin: 0 auto;
        font-weight: 900;
        font-size: 16px !important;
        line-height: 140%;
        letter-spacing:-0.75px;
        text-transform: uppercase;
    }
}

@media (max-width:320px){
    .hero {padding:0 15px;}
    .header_text {font-size:2.4rem; font-weight: 900; color:#282828}
    .hero h2 {
        margin: 20px auto;
        font-weight: 900;
        font-size: 42px !important;
        line-height: 100%;
        text-transform: uppercase;
    }
    .hero h3 {
        margin: 0 auto;
        font-weight: 900;
        font-size: 16px !important;
        line-height: 100%;
        letter-spacing:-0.75px;
        text-transform: uppercase;
    }
}
.center{
    position: fixed;
    bottom:30px;
    right:20px;
    z-index:9000;
}
.pulse{
    width: 130px;
    height: auto;
    background: #fff;
    border:1px solid #f8a232;
    padding:12px 15px;
    border-radius: 30px;
    color: #333;
    font-size: 14px;
    text-align: center;
    font-weight:900;
    line-height: 20px;
    letter-spacing:0;
    text-transform: uppercase;
    animation: animate-pulse 2.5s linear infinite;
    cursor: pointer
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.7),  0 0 0 0 rgba(255,109,74,0.7);
    }
    40%{
        box-shadow: 0 0 0 10px rgba(255,109,74,0.0),  0 0 0 0 rgba(255,109,74,0.7);
    }

    80%{
        box-shadow: 0 0 0 10px rgba(255,109,74,0.0),  0 0 0 10px rgba(255,109,74,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 10px rgba(255,109,74,0);
    }

}



