html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-size: 100%;
}
ol, ul {
  list-style: none;
}
article, aside, figcaption, figure, footer, header, hgroup, nav, section, time {
  display: block;
}
/********************/
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBook.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamBook.woff') format('woff'), url('../fonts/GothamBook.ttf') format('truetype'), url('../fonts/GothamBook.svg#GothamBook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/GothamBold.svg#GothamBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
body {
  /*===========================================================================
   MAIN STYLE
   ===========================================================================*/
  font-family: 'Gotham';
  color: #000;
  font-size: 14px;
  font-weight: 300;
  overflow-x: hidden;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
textarea, input.text, input[type="text"], input[type="button"], input[type="submit"], .input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix:before, .clearfix:after, .form-row:before, .form-row:after {
  content: " ";
  display: table;
}
.clearfix:after, .form-row:after {
  clear: both;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
a {
  -webkit-transition: color 0.3s eases;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
p + p {
  margin-top: 25px;
}
h1 {
  font-size: 48px;
  font-weight: 600;
}
h2 {
  font-size: 48px;
  font-weight: 600;
  font-family: 'Gotham';
}
h3 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Gotham';
}
@media (max-width: 1220px) {
  h1, h2 {
    font-size: 42px;
  }
}
@media (max-width: 920px) {
  h1, h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 600px) {
  h1, h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
}
.visible-xs {
  display: none !important;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.container {
  width: 100%;
  max-width: 1210px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1220px) {
  .container {
    max-width: 900px;
  }
}
.btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 13px 26px;
  font-size: 18px;
  line-height: 1.47;
  text-align: center;
  background-color: #3fd5ae;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s eases;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #2aa082;
}
@media (max-width: 520px) {
  .btn {
    font-size: 15px;
    padding: 9px 20px;
  }
}
[type="radio"]:checked, [type="radio"]:not(:checked), [type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + span, [type="radio"]:not(:checked) + span, [type="checkbox"]:checked + span, [type="checkbox"]:not(:checked) + span {
  position: relative;
  padding-left: 37px;
  cursor: pointer;
  line-height: 1.3;
  display: inline-block;
  color: #666;
  font-size: 23px;
}
[type="radio"]:checked + span:before, [type="radio"]:not(:checked) + span:before, [type="checkbox"]:checked + span:before, [type="checkbox"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 22px;
  height: 22px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + span:after, [type="radio"]:checked:disabled + span:after, [type="radio"]:not(:checked) + span:after, [type="checkbox"]:checked + span:after, [type="checkbox"]:checked:disabled + span:after, [type="checkbox"]:not(:checked) + span:after {
  content: '✔';
  width: 22px;
  height: 22px;
  background: #3fd5ae;
  position: absolute;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  top: 4px;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + span:after, [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + span:after, [type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
[type="radio"]:disabled + span:after, [type="checkbox"]:disabled + span:after {
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  cursor: default;
}
[type="radio"]:disabled + span, [type="checkbox"]:disabled + span {
  opacity: 0.5;
}
[type="radio"]:checked:disabled + span:after, [type="radio"]:checked:disabled + span:after, [type="checkbox"]:checked:disabled + span:after, [type="checkbox"]:checked:disabled + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-color: #d9d9d9;
  cursor: default;
}
[type="radio"]:checked:disabled + span, [type="checkbox"]:checked:disabled + span {
  opacity: 1;
}
@media (max-width: 1220px) {
  [type="radio"]:checked + span, [type="radio"]:not(:checked) + span, [type="checkbox"]:checked + span, [type="checkbox"]:not(:checked) + span {
    font-size: 18px;
  }
  [type="radio"]:checked + span:before, [type="radio"]:not(:checked) + span:before, [type="checkbox"]:checked + span:before, [type="checkbox"]:not(:checked) + span:before {
    top: 1px;
  }
  [type="radio"]:checked + span:after, [type="radio"]:checked:disabled + span:after, [type="radio"]:not(:checked) + span:after, [type="checkbox"]:checked + span:after, [type="checkbox"]:checked:disabled + span:after, [type="checkbox"]:not(:checked) + span:after {
    top: 1px;
  }
}
.style-2 [type="radio"]:checked, .style-2 [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.style-2 [type="radio"]:checked + span, .style-2 [type="radio"]:not(:checked) + span {
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  line-height: 30px;
  display: block;
  color: #fff;
  text-indent: -9999999px;
  font-size: 22px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.style-2 [type="radio"]:checked + span {
  border-bottom-color: #3fd5ae;
}
.style-2 [type="radio"]:checked + span:before, .style-2 [type="radio"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 6px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.style-2 [type="radio"]:checked + span:before {
  border: 6px solid #3fd5ae;
}
.style-2 [type="radio"]:checked + span:after, .style-2 [type="radio"]:not(:checked) + span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17.3px;
  border-color: transparent transparent transparent #ddd;
  top: 0;
  right: 0;
  left: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 0;
  background-color: transparent;
}
.style-2 [type="radio"]:checked + span:after {
  border-color: transparent transparent transparent #3fd5ae;
}
/*===========================================================================
 END MAIN STYLE
 ===========================================================================*/
/*===========================================================================
 HEADER
 ===========================================================================*/
body:not(.home) .header {
  background-color: rgba(191, 191, 191, 0.1);
}
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 20px 0;
  z-index: 10;
  -webkit-transition: background-color 0.3s eases;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  /* active state, i.e. menu open */
  /*@media (max-width: 1380px){
   padding: 30px 0;
   .main-menu{
   ul{
   li{
   a{
   font-size: 14px;
   }
   .sub-menu{
   top: 23px;
   &:before{
   top: -10px;
   height: 10px;
   }
   }
   }
   }
   }
   .logo{
   max-width: 175px;
   margin-top: 4px;
   }
   .btns{
   margin: 8px 0 0 35px;
   }
   }*/
}
.header .logo {
  float: left;
  max-width: 213px;
}
.header .main-menu {
  float: right;
  margin: 20px 0 0;
}
.header .main-menu .login-btn {
  display: none;
}
.header .main-menu ul {
  padding: 0;
  margin: 0;
}
.header .main-menu ul li {
  float: left;
  margin-left: 21px;
  position: relative;
}
.header .main-menu ul li:first-child {
  margin-left: 0;
}
.header .main-menu ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.header .main-menu ul li a:hover {
  color: #3fd5ae;
}
.header .main-menu ul li.current_page_item a, .header .main-menu ul li.current_page_ancestor a {
  color: #3fd5ae;
}
.header .main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 33px;
  width: 250px;
  padding: 0 10px 10px;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}
.header .main-menu ul li .sub-menu:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 18px;
  top: -18px;
}
.header .main-menu ul li .sub-menu li {
  margin-left: 0;
  margin-top: 10px;
  float: none;
}
.header .main-menu ul li .sub-menu li a {
  font-size: 14px;
  line-height: 1.3;
}
.header .main-menu ul li:hover .sub-menu {
  display: block;
}
.header .btns {
  float: right;
  margin: 10px 0 0 15px;
}
.header .btns .btn {
  margin-left: 23px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.1;
}
.header .login-btn {
  text-decoration: none;
  color: #fff;
  position: relative;
  margin-right: 10px;
  font-size: 16px;
}
.header .login-btn:before {
  content: '›';
  position: absolute;
  top: 50%;
  font-size: 18px;
  font-family: 'Arial';
  right: -17px;
  color: #fff;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s eases;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .login-btn:after {
  content: '';
  position: absolute;
  width: 8px;
  top: 50%;
  right: -14px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s eases;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .login-btn:hover:before {
  color: #3fd5ae;
}
.header .login-btn:hover:after {
  background-color: #3fd5ae;
}
.header .menu-btn {
  position: relative;
  float: right;
  overflow: hidden;
  padding: 0;
  width: 27px;
  height: 26px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  margin: 17px 0 0 20px;
  display: none;
  z-index: 1;
}
.header .menu-btn span {
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #fff;
}
.header .menu-btn span:before, .header .menu-btn-close span:before, .header .menu-btn span:after, .header .menu-btn-close span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  content: "";
}
.header .menu-btn span:before, .header .menu-btn-close span:before {
  top: -9px;
}
.header .menu-btn span:after, .header .menu-btn-close span:after {
  bottom: -9px;
}
.header .menu-btn span:before, .header .menu-btn-close span:before, .header .menu-btn span:after, .header .menu-btn-close span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.header .menu-btn span:before, .header .menu-btn-close span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.header .menu-btn span:after, .header .menu-btn-close span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.header .menu-btn.active span, .header .menu-btn-close span {
  background: none;
}
.header .menu-btn.active span:before, .header .menu-btn-close span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .menu-btn.active span:after, .header .menu-btn-close span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .menu-btn.active span:before, .header .menu-btn-close span:before, .header .menu-btn.active span:after, .header .menu-btn-close span:after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
@media (min-width: 1221px) {
  .header .main-menu {
    display: block !important;
  }
}
@media (max-width: 1220px) {
  .header .main-menu {
    display: none;
  }
  .header .main-menu ul {
    /*.sub-menu{
     top: 48px;
     &:before{
     top: -33px;
     height: 33px;
     }
     }*/
  }
  .header .menu-btn {
    display: block;
  }
}
@media (max-width: 640px) {
  .header .logo {
    position: relative;
    z-index: 1;
  }
  .header .btns {
    position: relative;
    z-index: 1;
    margin-left: 0;
  }
  .header .main-menu {
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    padding: 100px 0 20px;
    background-color: rgba(0, 0, 0, .85);
  }
  .header .main-menu ul li {
    float: none;
    margin: 0;
  }
  .header .main-menu ul li a {
    display: block;
    padding: 10px 20px;
  }
  .header .main-menu ul li .sub-menu {
    padding: 0 0 0 20px;
    top: auto;
    width: auto;
    display: block;
    background-color: transparent;
    position: relative;
  }
  .header .main-menu ul li .sub-menu li {
    margin-top: 0;
  }
  .header .main-menu ul li .sub-menu:before {
    display: none;
  }
}
@media (max-width: 600px) {
  .header .logo {
    max-width: 140px;
  }
  .header .btns .btn {
    font-size: 12px;
    padding: 10px;
    margin-left: 10px;
  }
  .header .btns .login-btn {
    display: none;
  }
  .header .login-btn {
    font-size: 13px;
  }
  .header .menu-btn {
    margin: 13px 0 0 15px;
  }
  .header .main-menu .login-btn {
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
  }
}
@media (max-width: 400px) {
  .header {
    padding: 20px 0;
  }
  .header .logo {
    max-width: 120px;
    margin-top: 6px;
  }
  .header .btns .btn {
    font-size: 10px;
    padding: 9px;
    margin-left: 0;
  }
  .header .main-menu {
    padding: 80px 0 20px;
  }
  .header .menu-btn {
    margin-top: 11px;
  }
}
/*===========================================================================
 END HEADER
 ===========================================================================*/
/*===========================================================================
 HERO SECTION
 ===========================================================================*/
.hero-section {
  padding: 220px 0 140px;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: top center;
  font-size: 30px;
  line-height: 1.2;
  /*@media (max-width: 1380px){
   font-size: 25px;
   }
   @media (max-width: 920px){
   padding: 210px 0 140px;
   font-size: 20px;
   h1{
   margin-bottom: 40px;
   }
   .btn{
   min-width: 180px;
   margin-top: 70px;
   }
   }*/
}
.hero-section .inner {
  max-width: 1060px;
  margin: 0 auto;
}
.hero-section h1 {
  margin-bottom: 80px;
}
.hero-section .btn {
  margin-top: 76px;
  min-width: 190px;
}
@media (max-width: 1220px) {
  .hero-section {
    font-size: 24px;
  }
  .hero-section h1 {
    margin-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .hero-section {
    padding: 170px 0 70px;
  }
}
/*===========================================================================
 END HERO SECTION
 ===========================================================================*/
/*===========================================================================
 PRODUCT SECTION
 ===========================================================================*/
.product-section {
  background-size: cover;
  background-position: top center;
  /*@media (max-width: 1380px){
   &.style-1{
   .inner{
   font-size: 25px;
   }
   h2{
   font-size: 36px;
   }
   }
   &.style-2{
   .inner{
   font-size: 25px;
   }
   }
   }*/
}
.product-section.style-1 {
  position: relative;
}
.product-section.style-1:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 90vw;
  border-color: transparent transparent transparent rgba(63, 213, 174, .5);
}
.product-section.style-1:after {
  content: '';
  position: absolute;
  top: -60px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #fff transparent;
}
.product-section.style-1 .inner {
  margin: 0 auto;
  text-align: center;
  padding-top: 77px;
  position: relative;
  min-height: 766px;
  font-size: 30px;
  line-height: 1.2;
}
.product-section.style-1 .inner .left-col {
  width: 50%;
  float: left;
  text-align: left;
}
.product-section.style-1 .inner .left-col h2 {
  font-size: 32px;
  margin-bottom: 52px;
}
.product-section.style-1 .inner .right-col {
  width: 50%;
  float: right;
  padding-left: 150px;
  text-align: left;
}
.product-section.style-1 .btn {
  margin-top: 57px;
}
.product-section.style-1 img {
  position: absolute;
  z-index: 1;
  bottom: -40px;
  right: -20px;
  max-width: 52%;
}
.product-section.style-2 {
  position: relative;
}
.product-section.style-2:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #000;
}
.product-section.style-2 .inner {
  position: relative;
  padding: 70px 0 170px;
  text-align: center;
  color: #fff;
  font-size: 35px;
  line-height: 1.2;
  margin: 0 auto;
}
.product-section.style-2 .inner .btn {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  white-space: nowrap;
}
.product-section.style-2 .inner h2 {
  color: #3fd5ae;
  margin-bottom: 90px;
}
.product-section.style-2 .inner img {
  max-width: 890px;
  width: 100%;
}
@media (max-width: 1220px) {
  .product-section.style-1:after {
    border-width: 0 0 60px 100vw;
    top: -60px;
  }
  .product-section.style-1:before {
    border-width: 40px 0 0 90vw;
    top: -40px;
  }
  .product-section.style-1 .inner {
    padding-top: 50px;
    min-height: 0;
    font-size: 21px;
  }
  .product-section.style-1 .inner .left-col {
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
    text-align: center;
  }
  .product-section.style-1 .inner .right-col {
    padding-left: 20px;
    width: 50%;
  }
  .product-section.style-1 h2 {
    font-size: 32px;
  }
  .product-section.style-1 img {
    position: relative;
    transform: translateX(0);
    left: 0;
    top: 0;
    max-width: 50%;
    margin-bottom: -50px;
  }
  .product-section.style-1 .btn {
    margin-top: 25px;
  }
  .product-section.style-2:before {
    border-width: 60px 0 0 100vw;
    top: -60px;
  }
  .product-section.style-2 .inner {
    padding: 100px 0 100px;
    font-size: 26px;
  }
  .product-section.style-2 .inner h2 {
    font-size: 32px;
    margin-bottom: 70px;
  }
  .product-section.style-2 img {
    max-width: 70%;
  }
}
@media (max-width: 920px) {
  .product-section.style-1:after {
    border-width: 0 0 30px 100vw;
    top: -30px;
  }
  .product-section.style-1:before {
    border-width: 20px 0 0 90vw;
    top: -20px;
  }
  .product-section.style-1 .inner {
    font-size: 21px;
    line-height: 1.4;
  }
  .product-section.style-2:before {
    border-width: 30px 0 0 100vw;
    top: -30px;
  }
  .product-section.style-2 .inner {
    line-height: 1.4;
  }
}
@media (max-width: 768px) {
  .product-section.style-2 .inner {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .product-section.style-1 .inner {
    font-size: 18px;
  }
  .product-section.style-1 .inner .left-col h2 {
    font-size: 28px;
  }
  .product-section.style-2 .inner {
    font-size: 18px;
    line-height: 1.4;
  }
  .product-section.style-2 .inner h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .product-section.style-1 .inner {
    font-size: 18px;
  }
  .product-section.style-1 .inner .right-col {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .product-section.style-1 img {
    float: none;
    margin-top: 30px;
    max-width: 70%;
  }
}
/*===========================================================================
 END PRODUCT SECTION
 ===========================================================================*/
/*===========================================================================
 FOOTER
 ===========================================================================*/
.footer {
  overflow-x: hidden;
  background: #000 url(../img/green_triangle.png) no-repeat right bottom;
}
.footer .inner {
  padding: 80px 0 100px;
  max-width: 1170px;
  margin: 0 auto;
}
.footer .footer-top {
  margin-bottom: 70px;
}
.footer .btn {
  white-space: nowrap;
}
.footer .social {
  float: right;
  margin-top: 11px;
}
.footer .social a {
  display: inline-block;
  margin-left: 15px;
}
.footer .social a:first-child {
  margin-left: 0;
}
.footer .social a.fb {
  width: 19px;
  height: 34px;
  background-image: url(../img/fb_icon.svg);
  background-size: 19px;
  background-repeat: no-repeat;
}
.footer .social a.in {
  width: 34px;
  height: 32px;
  background-image: url(../img/in_icon.svg);
  background-size: 34px;
  background-repeat: no-repeat;
}
.footer .social a.tw {
  width: 35px;
  height: 29px;
  background-image: url(../img/tw_icon.svg);
  background-size: 35px;
  background-repeat: no-repeat;
}
.footer .social a.youtube {
  width: 33px;
  height: 24px;
  background-image: url(../img/youtube_icon.svg);
  background-size: 33px;
  background-repeat: no-repeat;
}
.footer .footer-logo {
  float: left;
  max-width: 62px;
}
.footer .footer-columns {
  margin-left: -20px;
  margin-right: -20px;
}
.footer .footer-columns .col {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 20%;
  /*&:nth-child(1){
   width: 18%;
   }
   &:nth-child(2){
   width: 21%;
   }
   &:nth-child(3){
   width: 14%;
   }
   &:nth-child(4){
   width: 15%;
   }
   &:nth-child(5){
   width: 14%;
   }
   &:nth-child(6){
   width: 18%;
   }*/
}
.footer .footer-columns .col ul li {
  margin-top: 12px;
  line-height: 1.3;
}
.footer .footer-columns .col ul li.active a {
  color: #3fd5ae;
}
.footer .footer-columns .col ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.footer .footer-columns .col ul li a:hover {
  color: #3fd5ae;
}
.footer .footer-columns .col .widget + .widget {
  margin-top: 60px;
}
.footer h4 {
  margin-bottom: 22px;
  color: #fff;
  font-size: 21px;
  min-height: 58px;
  line-height: 1.4;
}
.footer .footer-bottom {
  padding: 26px 0 70px;
  background-color: rgba(63, 213, 174, .5);
  position: relative;
}
.footer .footer-bottom:before {
  content: '';
  position: absolute;
  top: -50px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 0 100vw;
  border-color: transparent transparent transparent rgba(63, 213, 174, .5);
}
.footer .footer-bottom .footer-menu {
  float: right;
}
.footer .footer-bottom .footer-menu ul li {
  float: left;
  margin: 0 0 0 33px;
  padding-left: 33px;
  border-left: 1px solid #fff;
  line-height: 1;
}
.footer .footer-bottom .footer-menu ul li:first-child {
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.footer .footer-bottom .footer-menu ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 1;
  font-size: 16px;
}
.footer .footer-bottom .footer-menu ul li a:hover {
  text-decoration: underline;
}
.footer .footer-bottom .copyright {
  font-size: 16px;
  color: #fff;
  float: left;
}
@media (max-width: 1220px) {
  .footer .inner {
    padding: 130px 0 90px;
  }
  .footer .footer-columns {
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer .footer-columns .col {
    width: 33.333%;
    margin-bottom: 50px;
  }
  .footer .footer-columns .col:nth-child(1), .footer .footer-columns .col:nth-child(2), .footer .footer-columns .col:nth-child(3), .footer .footer-columns .col:nth-child(4), .footer .footer-columns .col:nth-child(5), .footer .footer-columns .col:nth-child(6) {
    width: 33.333%;
  }
  .footer .footer-columns .col:nth-child(4) {
    clear: both;
  }
  .footer .footer-bottom {
    padding: 20px 0 25px;
  }
  .footer .footer-bottom:before {
    border-width: 40px 0 0 100vw;
    top: -40px;
  }
  .footer .footer-bottom .copyright {
    font-size: 14px;
  }
  .footer .footer-bottom .footer-menu {
    float: right;
  }
  .footer .footer-bottom .footer-menu ul li {
    margin: 0 0 0 20px;
    padding-left: 20px;
  }
  .footer .footer-bottom .footer-menu ul li a {
    font-size: 14px;
  }
}
@media (max-width: 920px) {
  .footer .inner {
    padding: 110px 0 40px;
  }
  .footer .footer-bottom:before {
    border-width: 20px 0 0 100vw;
    top: -20px;
  }
}
@media (max-width: 768px) {
  .footer .footer-bottom {
    padding: 14px 0 20px;
    text-align: center;
  }
  .footer .footer-bottom .footer-menu {
    float: none;
    display: inline-block;
  }
  .footer .footer-bottom .copyright {
    float: none;
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .footer .footer-columns .col {
    width: 50%;
    margin-bottom: 50px;
  }
  .footer .footer-columns .col:nth-child(1), .footer .footer-columns .col:nth-child(2), .footer .footer-columns .col:nth-child(3), .footer .footer-columns .col:nth-child(4), .footer .footer-columns .col:nth-child(5), .footer .footer-columns .col:nth-child(6) {
    width: 50%;
  }
  .footer .footer-columns .col:nth-child(2n+1) {
    clear: both;
  }
  .footer .footer-columns .col:nth-child(4) {
    clear: none;
  }
  .footer .footer-columns .col ul li a {
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  .footer {
    text-align: center;
  }
  .footer .footer-top {
    text-align: center;
  }
  .footer .footer-top .footer-logo {
    float: none;
  }
  .footer .footer-top .social {
    margin-top: 25px;
    float: none;
    display: block;
    text-align: center;
  }
  .footer .footer-columns .col {
    width: 100%;
    float: none;
  }
  .footer .footer-columns .col:nth-child(1), .footer .footer-columns .col:nth-child(2), .footer .footer-columns .col:nth-child(3), .footer .footer-columns .col:nth-child(4), .footer .footer-columns .col:nth-child(5), .footer .footer-columns .col:nth-child(6) {
    width: 100%;
  }
  .footer .footer-bottom .footer-menu ul li {
    margin-left: 7px;
    padding-left: 7px;
  }
  .footer .footer-bottom .footer-menu ul li a {
    font-size: 12px;
  }
  .footer .footer-bottom .copyright {
    font-size: 12px;
  }
}
/*===========================================================================
 END FOOTER
 ===========================================================================*/
/*===========================================================================
 HERO SECTION INNER
 ===========================================================================*/
.inner-hero-section {
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: top center;
  font-size: 18px;
  line-height: 1.5;
  color: #8f8f8f;
}
.inner-hero-section .inner {
  padding: 190px 0 110px;
}
.inner-hero-section h1 {
  margin-bottom: 80px;
  color: #fff;
  line-height: 1.2;
}
.inner-hero-section img {
  margin-bottom: 10px;
  max-width: 75%;
}
.inner-hero-section h3 {
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 30px;
}
.inner-hero-section .btn {
  margin-top: 30px;
  min-width: 230px;
}
.inner-hero-section .stats-outer {
  margin: 50px auto 40px;
  max-width: 1300px;
}
.inner-hero-section .stats {
  font-size: 0;
  margin: 0 -10px;
  text-align: center;
  color: #fff;
}
.inner-hero-section .stats .col {
  width: 33.333%;
  display: inline-block;
  padding: 0 40px;
  vertical-align: top;
}
.inner-hero-section .stats .col .col-inner {
  border-top: 1px solid rgba(255, 255, 255, .1);
  text-align: left;
  padding-top: 14px;
}
.inner-hero-section .stats .col:first-child {
  text-align: left;
}
.inner-hero-section .stats .col:last-child {
  text-align: right;
}
.inner-hero-section .stats .col p {
  font-size: 84px;
  font-weight: 600;
  line-height: 1.2;
}
.inner-hero-section .stats .col p sup {
  font-size: 75%;
}
.inner-hero-section .stats .col span {
  display: block;
  text-align: left;
  font-size: 20px;
  margin-top: 10px;
}
.inner-hero-section.small {
  background-image: url(../img/bg4.jpg);
  background-color: #000;
}
.inner-hero-section.small .inner {
  padding: 200px 0 190px;
}
.inner-hero-section.small h1 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.inner-hero-section.style2 .inner {
  position: relative;
  min-height: 750px;
}
.inner-hero-section.style2 .text {
  width: 55%;
  text-align: left;
}
.inner-hero-section.style2 h1 {
  margin-bottom: 46px;
}
.inner-hero-section.style2 h3 {
  margin-bottom: 40px;
}
.inner-hero-section.style2 img {
  position: absolute;
  bottom: -30px;
  z-index: 1;
  right: -2%;
  max-height: 92%;
  max-width: 34%;
  width: auto;
}
.inner-hero-section.style3 .inner {
  position: relative;
  max-width: none;
  padding-top: 150px;
}
.inner-hero-section.style3 .text {
  margin-left: 51%;
  text-align: left;
  max-width: 610px;
  min-height: 300px;
}
.inner-hero-section.style3 h1 {
  margin-bottom: 40px;
}
.inner-hero-section.style3 img {
  position: absolute;
  left: 0;
  top: 120px;
  max-width: 53%;
}
.inner-hero-section.style4 .inner {
  padding-top: 350px;
  max-width: none;
  position: relative;
}
.inner-hero-section.style4 h1 {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 188px;
}
.inner-hero-section.style4 img {
  position: absolute;
  top: 97px;
  left: 50%;
  transform: translateX(-50%);
  max-height: 200px;
  width: auto;
}
.inner-hero-section.style5 .inner {
  padding-top: 203px;
  padding-bottom: 180px;
  position: relative;
}
.inner-hero-section.style5 .text {
  text-align: left;
  margin-left: 56%;
}
.inner-hero-section.style5 h1 {
  margin-bottom: 50px;
}
.inner-hero-section.style5 .btn {
  margin-top: 53px;
}
.inner-hero-section.style5 img {
  position: absolute;
  top: 97px;
  left: 0;
  max-width: 61%;
}
.inner-hero-section.style6 .inner {
  position: relative;
  padding-bottom: 90px;
  padding-bottom: 175px;
}
.inner-hero-section.style6 .text {
  width: 44%;
  text-align: left;
}
.inner-hero-section.style6 .btn {
  margin-top: 80px;
}
.inner-hero-section.style6 h1 {
  margin-bottom: 44px;
}
.inner-hero-section.style6 h3 {
  margin-bottom: 0;
}
.inner-hero-section.style6 img {
  position: absolute;
  bottom: -70px;
  z-index: 1;
  right: -8%;
  max-width: 67%;
}
.inner-hero-section.style7 .inner {
  position: relative;
  padding: 203px 0 180px;
}
.inner-hero-section.style7 .text {
  margin-left: 57%;
  text-align: left;
}
.inner-hero-section.style7 h1 {
  margin-bottom: 50px;
}
.inner-hero-section.style7 .btn {
  margin-top: 50px;
}
.inner-hero-section.style7 img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 90px;
  z-index: 1;
  left: 0;
  max-width: 58%;
}
.inner-hero-section.style8 {
  /*.left-col-text{
   float: left;
   text-align: left;
   width: 28%;
   }*/
}
.inner-hero-section.style8 .inner {
  position: relative;
  padding: 150px 0 60px;
  min-height: 750px;
}
.inner-hero-section.style8 .right-col-text {
  float: right;
  text-align: left;
  width: 33%;
}
.inner-hero-section.style8 .right-col-text li {
  padding-left: 64px;
}
.inner-hero-section.style8 .left-col-text li, .inner-hero-section.style8 .right-col-text li {
  border-top: 1px solid #3fd5ae;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
}
.inner-hero-section.style8 .left-col-text li:first-child, .inner-hero-section.style8 .right-col-text li:first-child {
  border-top: none;
}
.inner-hero-section.style8 h1 {
  margin-top: 30px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  width: 30%;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.inner-hero-section.style8 img {
  position: absolute;
  bottom: -60px;
  transform: translateX(-50%);
  z-index: 1;
  left: 50%;
  max-width: 36%;
  margin: 0;
}
.inner-hero-section.style9 .inner {
  position: relative;
  max-width: none;
  padding-top: 150px;
}
.inner-hero-section.style9 .text {
  width: 43%;
  text-align: left;
  line-height: 1.5;
  font-size: 21px;
  min-height: 300px;
}
.inner-hero-section.style9 h1 {
  margin-bottom: 40px;
}
.inner-hero-section.style9 img {
  position: absolute;
  right: -5%;
  top: 50%;
  max-width: 57%;
  transform: translateY(-50%);
  margin-top: 100px;
}
.inner-hero-section.style9 .btn {
  margin-top: 60px;
}
.inner-hero-section.style10 .inner {
  position: relative;
  min-height: 750px;
  padding-bottom: 70px;
}
.inner-hero-section.style10 .text {
  width: 44%;
  text-align: left;
  color: #fff;
}
.inner-hero-section.style10 h1 {
  margin-bottom: 53px;
}
.inner-hero-section.style10 h3 {
  margin-bottom: 40px;
  line-height: 1.5;
}
.inner-hero-section.style10 img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: -2%;
  max-height: 92%;
  max-width: 45%;
  width: auto;
}
.inner-hero-section.style10 .btn {
  margin-top: 44px;
}
@media (max-width: 1220px) {
  .inner-hero-section {
    font-size: 18px;
  }
  .inner-hero-section h1 {
    margin-bottom: 60px;
  }
  .inner-hero-section img {
    max-width: 620px;
    width: 100%;
  }
  .inner-hero-section h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .inner-hero-section .stats .col p {
    font-size: 65px;
  }
  .inner-hero-section .stats .col span {
    font-size: 18px;
  }
  .inner-hero-section.style2 .inner {
    min-height: 0;
  }
  .inner-hero-section.style3 .text {
    width: auto;
    min-height: 210px;
  }
  .inner-hero-section.style3 img {
    top: 130px;
    max-width: 52%;
  }
  .inner-hero-section.style3 h1 {
    margin-bottom: 30px;
  }
  .inner-hero-section.style4 img {
    max-height: 160px;
  }
  .inner-hero-section.style5 .inner {
    padding-top: 170px;
    padding-bottom: 140px;
  }
  .inner-hero-section.style5 img {
    max-width: 50%;
  }
  .inner-hero-section.style5 .text {
    margin-left: 48%;
  }
  .inner-hero-section.style6 .inner {
    padding-bottom: 125px;
  }
  .inner-hero-section.style6 img {
    bottom: -50px;
  }
  .inner-hero-section.style6 .text {
    max-width: 47%;
  }
  .inner-hero-section.style7 .text {
    margin-left: 51%;
  }
  .inner-hero-section.style7 img {
    max-width: 53%;
    margin-top: 50px;
  }
  .inner-hero-section.style8 h1 {
    position: relative;
    width: 100%;
    top: 0;
    transform: translateY(0);
    text-align: center;
    margin: 0 0 50px;
  }
  .inner-hero-section.style8 .right-col-text {
    float: none;
    width: 50%;
  }
  .inner-hero-section.style8 .right-col-text li {
    padding-left: 0;
  }
  .inner-hero-section.style8 img {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
  .inner-hero-section.style9 .inner {
    padding-bottom: 80px;
  }
  .inner-hero-section.style9 .text {
    width: 100%;
    text-align: center;
  }
  .inner-hero-section.style9 img {
    position: static;
    transform: translateY(0);
    margin-top: 50px;
    margin-bottom: 0;
  }
}
@media (max-width: 920px) {
  .inner-hero-section {
    font-size: 16px;
  }
  .inner-hero-section .inner {
    padding: 170px 0 80px;
  }
  .inner-hero-section img {
    max-width: 520px;
  }
  .inner-hero-section .stats {
    margin: 0 -20px;
  }
  .inner-hero-section .stats .col {
    padding: 0 20px;
  }
  .inner-hero-section .stats .col p {
    font-size: 65px;
  }
  .inner-hero-section .stats .col span {
    font-size: 18px;
  }
  .inner-hero-section.style2 .inner {
    min-height: 680px;
  }
  .inner-hero-section.style2 h1 {
    margin-bottom: 90px;
  }
  .inner-hero-section.style2 h3 {
    margin-bottom: 10px;
  }
  .inner-hero-section.style2 img {
    right: 0;
    width: auto;
  }
  .inner-hero-section.style3 .inner {
    padding-top: 170px;
  }
  .inner-hero-section.style3 .text {
    margin: 0;
    text-align: center;
    max-width: none;
    min-height: 0;
  }
  .inner-hero-section.style3 img {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 20px;
  }
  .inner-hero-section.style5 .inner {
    padding-top: 400px;
    padding-bottom: 130px;
  }
  .inner-hero-section.style5 img {
    max-width: 420px;
  }
  .inner-hero-section.style5 .text {
    margin-left: 0;
    text-align: center;
  }
  .inner-hero-section.style6 .text {
    max-width: none;
    text-align: center;
    width: auto;
  }
  .inner-hero-section.style6 img {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    max-width: 450px;
  }
  .inner-hero-section.style6 .inner {
    padding-bottom: 430px;
  }
  .inner-hero-section.style7 img {
    max-width: 70%;
    position: relative;
    top: auto;
    transform: translateY(0);
    margin-top: 70px;
    left: auto;
  }
  .inner-hero-section.style7 .text {
    margin-left: 0;
    text-align: center;
  }
  .inner-hero-section.style7 .inner {
    padding: 160px 0 110px;
  }
  .inner-hero-section.style8 .inner {
    min-height: 0;
  }
  .inner-hero-section.style8 h1 {
    margin-bottom: 50px;
  }
  .inner-hero-section.style8 .left-col-text {
    width: 45%;
  }
  .inner-hero-section.style8 .right-col-text {
    width: 45%;
  }
  .inner-hero-section.style8 img {
    max-width: 290px;
  }
}
@media (max-width: 768px) {
  .inner-hero-section .stats .col .col-inner {
    padding-top: 30px;
  }
  .inner-hero-section .stats .col p {
    font-size: 45px;
  }
  .inner-hero-section .stats .col span {
    font-size: 14px;
  }
  .inner-hero-section.style2 .inner {
    min-height: 0;
  }
  .inner-hero-section.style2 .text {
    width: 100%;
  }
  .inner-hero-section.style2 h1 {
    margin-bottom: 30px;
  }
  .inner-hero-section.style2 .btn {
    margin-top: 30px;
  }
  .inner-hero-section.style2 img {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 40px 0 -100px;
    max-height: 420px;
  }
  .inner-hero-section.style4 .inner {
    padding-top: 290px;
  }
  .inner-hero-section.style4 h1 {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
  .inner-hero-section.style5 img {
    top: 98px;
    max-width: 380px;
  }
  .inner-hero-section.style10 .inner {
    padding-top: 150px;
  }
  .inner-hero-section.style10 .text {
    width: 100%;
  }
  .inner-hero-section.style10 img {
    position: relative;
    right: auto;
    margin: 10px 0 -60px;
  }
}
@media (max-width: 600px) {
  .inner-hero-section h3 {
    font-size: 22px;
  }
  .inner-hero-section.style4 img {
    top: 83px;
  }
  .inner-hero-section.style5 img {
    top: 83px;
  }
  .inner-hero-section.style7 .inner {
    padding-bottom: 70px;
  }
  .inner-hero-section.style7 img {
    max-width: 90%;
    margin-bottom: 0;
  }
  .inner-hero-section.style8 .inner {
    padding: 100px 0 420px;
  }
  .inner-hero-section.style8 .left-col-text {
    width: 100%;
  }
  .inner-hero-section.style8 .left-col-text br {
    display: none;
  }
  .inner-hero-section.style8 .right-col-text {
    width: 100%;
    text-align: left;
  }
  .inner-hero-section.style8 .right-col-text br {
    display: none;
  }
  .inner-hero-section.style8 img {
    max-width: 290px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 560px) {
  .inner-hero-section .stats {
    margin: 0 -10px;
  }
  .inner-hero-section .stats .col {
    padding: 0 10px;
  }
  .inner-hero-section .stats .col p {
    font-size: 30px;
  }
  .inner-hero-section .stats .col span {
    font-size: 12px;
  }
  .inner-hero-section.style6 .inner {
    padding-bottom: 90%;
  }
}
@media (max-width: 400px) {
  .inner-hero-section.style4 .inner {
    padding-top: 320px;
  }
  .inner-hero-section.style4 img {
    top: 80px;
    max-height: 190px;
  }
  .inner-hero-section.style5 .inner {
    padding-top: 110%;
  }
  .inner-hero-section.style5 img {
    top: 79px;
  }
  .inner-hero-section.style6 .inner {
    padding-top: 110px;
  }
}
/*===========================================================================
 END HERO SECTION INNER
 ===========================================================================*/
/*===========================================================================
 FEATURES SECTION
 ===========================================================================*/
.features-section {
  padding: 98px 0 160px;
  position: relative;
  /*@media (max-width: 1380px){
   .title-box{
   font-size: 30px;
   .col{
   padding-left: 0;
   padding-right: 70px;
   & + .col{
   padding-left: 80px;
   }
   h2{
   font-size: 34px;
   }
   }
   }
   .features{
   .col{
   .text{
   font-size: 16px;
   padding: 16px 21px;
   }
   }
   }
   }*/
}
.features-section:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 90vw;
  border-color: transparent transparent transparent rgba(63, 213, 174, .5);
}
.features-section:after {
  content: '';
  position: absolute;
  top: -60px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #fff transparent;
}
.features-section .section-btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.features-section .inner {
  margin: 0 auto;
}
.features-section .title-box {
  display: table;
  width: 100%;
  font-size: 32px;
  margin: 0 auto 50px;
}
.features-section .title-box p {
  color: #808080;
}
.features-section .title-box .col {
  display: table-cell;
  width: 63%;
  padding-right: 80px;
  padding-left: 0;
  vertical-align: middle;
}
.features-section .title-box .col + .col {
  width: 40%;
  padding-right: 0;
  padding-left: 130px;
  border-left: 1px solid #ccc;
}
.features-section .title-box.style2 {
  font-size: 30px;
  line-height: 1.2;
  max-width: none;
}
.features-section .title-box.style2 .col {
  width: 30%;
  padding-right: 40px;
  padding-left: 0;
}
.features-section .title-box.style2 .col + .col {
  width: 54%;
  padding-left: 60px;
  padding-right: 0;
}
.features-section .img-box {
  margin-top: 130px;
}
.features-section .img-box img {
  max-width: 92%;
}
.features-section .features {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 80px;
  font-size: 0;
  text-align: center;
}
.features-section .features .col {
  display: inline-block;
  width: 33.333%;
  padding: 0 20px;
  position: relative;
  margin: 40px 0;
  text-align: left;
}
.features-section .features .col img {
  width: 100%;
  max-width: 220px;
  height: auto;
}
.features-section .features .col .text {
  position: absolute;
  top: 50%;
  left: 28%;
  transform: translateY(-50%);
  font-size: 17px;
  background-color: #fff;
  padding: 18px 23px;
  max-width: 57%;
  box-shadow: 14px 14px 0px 0px rgba(0, 0, 0, 0.12);
  color: #808080;
}
.features-section .features .col .text:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 12px 0;
  border-color: transparent #fff transparent transparent;
}
.features-section .features .col .text ul {
  margin-left: 10px;
}
.features-section .features .col .text ul li {
  list-style: disc;
  margin-top: 13px;
}
.features-section .features .col .text ul li:first-child {
  margin-top: 0;
}
.features-section .features2 {
  font-size: 0;
  display: table;
  width: 100%;
}
.features-section .features2 .features-row {
  display: table-row;
}
.features-section .features2 .features-row:first-child .col {
  border-top: none;
}
.features-section .features2 .features-row:last-child .col {
  border-bottom: none;
}
.features-section .features2 .col {
  width: 25%;
  font-size: 14px;
  vertical-align: top;
  display: table-cell;
  text-align: center;
  height: 290px;
  padding: 15px 25px 30px;
  vertical-align: middle;
  border: 1px solid #ececec;
}
.features-section .features2 .col:first-child {
  border-left: none;
}
.features-section .features2 .col:last-child {
  border-right: none;
}
.features-section .features2 .col img {
  margin-bottom: 40px;
  max-width: 90px;
}
.features-section .features2 .col p {
  font-weight: bold;
  min-height: 40px;
  font-size: 18px;
}
.features-section .sub-title {
  text-align: center;
  margin-bottom: 110px;
}
.features-section .table-descriptions h2 {
  margin-bottom: 90px;
}
.features-section .table-descriptions table {
  width: 100%;
  border-collapse: collapse;
}
.features-section .table-descriptions table td {
  padding: 48px 28px;
  font-size: 30px;
  line-height: 1.2;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.features-section .table-descriptions table td:first-child {
  border-left: none;
}
.features-section .table-descriptions table tr:first-child td {
  border-top: none;
}
.features-section .features-grid {
  margin-top: 50px;
}
.features-section .features-grid h2 {
  margin-bottom: 18px;
}
.features-section .features-grid h3 {
  font-size: 48px;
}
.features-section .features-grid .section-features-grid {
  margin-top: 142px;
  font-size: 0;
  margin-left: 0;
  margin-right: 0;
}
.features-section .features-grid .section-features-grid .col {
  width: 33.333%;
  display: inline-block;
  padding: 0 30px;
  margin-bottom: 43px;
  vertical-align: top;
}
.features-section .features-grid .section-features-grid .col .col-inner {
  font-size: 29px;
  position: relative;
  padding-bottom: 63px;
  border-bottom: 1px solid #000;
  min-height: 166px;
  line-height: 1.2;
}
.features-section .features-grid .section-features-grid .col .col-inner:before {
  content: '';
  position: absolute;
  top: 4px;
  left: -30px;
  width: 15px;
  height: 15px;
  background-color: #3fd5ae;
}
.features-section .tabs-section {
  margin-top: 130px;
}
.features-section .tabs-section h2 {
  margin-bottom: 81px;
}
.features-section .tabs-section .pricing-tabs ul li {
  width: 50%;
}
.features-section .tabs-section .tab-content {
  display: none;
}
.features-section .tabs-section .tab-content.active {
  display: block;
}
@media (max-width: 1220px) {
  .features-section {
    padding: 80px 0 140px;
  }
  .features-section:after {
    top: -60px;
    border-width: 0 0 60px 100vw;
  }
  .features-section:before {
    top: -40px;
    border-width: 40px 0 0 90vw;
  }
  .features-section .title-box {
    font-size: 26px;
  }
  .features-section .title-box .col {
    padding-right: 50px;
  }
  .features-section .title-box .col + .col {
    padding-left: 70px;
  }
  .features-section .title-box.style2 {
    font-size: 23px;
  }
  .features-section .title-box.style2 .col {
    width: 40%;
  }
  .features-section .features {
    margin-bottom: 80px;
  }
  .features-section .features .col {
    margin: 30px 0;
  }
  .features-section .features .col img {
    max-width: 160px;
  }
  .features-section .features .col .text {
    padding: 9px 10px 9px 20px;
    font-size: 14px;
  }
  .features-section .features .col .text ul li {
    margin-top: 8px;
  }
  .features-section .sub-title {
    margin-bottom: 110px;
  }
  .features-section .features2 .col {
    height: 240px;
    padding: 10px 20px 20px;
  }
  .features-section .features2 .col img {
    margin-bottom: 30px;
  }
  .features-section .features2 .col p {
    font-size: 16px;
  }
  .features-section .table-descriptions h2 {
    margin-bottom: 60px;
  }
  .features-section .table-descriptions table td {
    padding: 30px 25px;
  }
  .features-section .features-grid {
    margin-top: 70px;
  }
  .features-section .features-grid h3 {
    font-size: 32px;
  }
  .features-section .features-grid .section-features-grid {
    margin-top: 70px;
  }
  .features-section .features-grid .section-features-grid .col .col-inner {
    font-size: 22px;
    min-height: 160px;
    padding-bottom: 50px;
  }
  .features-section .tabs-section {
    margin-top: 80px;
  }
}
@media (max-width: 920px) {
  .features-section {
    padding: 50px 0 130px;
  }
  .features-section:after {
    top: -40px;
    border-width: 0 0 40px 100vw;
  }
  .features-section:before {
    top: -20px;
    border-width: 20px 0 0 90vw;
  }
  .features-section .title-box {
    display: block;
    text-align: center;
  }
  .features-section .title-box .col {
    padding: 30px 0;
    display: block;
    width: 100%;
  }
  .features-section .title-box .col + .col {
    border-left: none;
    position: relative;
    width: 100%;
    padding-left: 0;
  }
  .features-section .title-box .col + .col:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    border-top: 1px solid #ccc;
  }
  .features-section .title-box.style2 .col {
    width: 100%;
    padding-right: 0;
  }
  .features-section .title-box.style2 .col + .col {
    width: 100%;
    padding-left: 0;
  }
  .features-section .img-box {
    margin-top: 50px;
  }
  .features-section .features .col {
    width: 50%;
  }
  .features-section .features .col img {
    max-width: 220px;
  }
  .features-section .features2 .col {
    height: 200px;
    padding: 10px 20px 20px;
  }
  .features-section .features2 .col img {
    margin-bottom: 20px;
    max-width: 70px;
  }
  .features-section .features2 .col p {
    font-size: 14px;
  }
  .features-section .table-descriptions table td {
    font-size: 18px;
  }
  .features-section .features-grid .section-features-grid {
    margin: 30px 5px 0;
  }
  .features-section .features-grid .section-features-grid .col {
    padding: 0 25px;
  }
  .features-section .features-grid .section-features-grid .col .col-inner {
    font-size: 16px;
    min-height: 0;
  }
}
@media (max-width: 640px) {
  .features-section .scroll-box {
    overflow: auto;
  }
  .features-section .scroll-box .features2 {
    min-width: 640px;
  }
  .features-section .features .col {
    width: 100%;
    max-width: 410px;
  }
  .features-section .features .col .text {
    padding: 15px 15px 15px 30px;
    font-size: 16px;
  }
  .features-section .features .col img {
    max-width: 270px;
  }
  .features-section .table-descriptions table td {
    font-size: 14px;
    padding: 10px;
  }
  .features-section .features-grid .section-features-grid .col {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .features-section .features-grid .section-features-grid .col {
    width: 100%;
  }
}
/*===========================================================================
 END FEATURES SECTION
 ===========================================================================*/
/*===========================================================================
 INFO SECTION
 ===========================================================================*/
.info-section {
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: bottom center;
  /*@media (max-width: 1380px){
   .info-table{
   .col{
   font-size: 18px;
   h4{
   font-size: 28px;
   }
   }
   }
   }*/
}
.info-section:before {
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #000;
  z-index: 1;
}
.info-section:after {
  content: '';
  position: absolute;
  top: -40px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 90vw;
  border-color: transparent transparent rgba(63, 213, 174, .5) transparent;
}
.info-section .inner {
  padding: 60px 0 40px;
  margin: 0 auto;
  position: relative;
}
.info-section h2 {
  color: #3fd5ae;
  margin-bottom: 60px;
}
.info-section .info-table {
  display: table;
  width: 100%;
  margin-bottom: 72px;
}
.info-section .info-table .info-row {
  display: table-row;
}
.info-section .info-table .col {
  display: table-cell;
  width: 33.333%;
  padding: 40px 50px 40px;
  border-left: 1px solid rgba(204, 204, 204, .15);
  font-size: 22px;
}
.info-section .info-table .col:first-child {
  padding-left: 0;
  border-left: none;
}
.info-section .info-table .col:last-child {
  padding-right: 0;
}
.info-section .info-table .col h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 31px;
}
.info-section .info-table .col p {
  margin-top: 20px;
  line-height: 1.4;
}
.info-section .info-table .col a {
  text-decoration: none;
  color: #3fd5ae;
}
.info-section .info-table.style2 .col {
  width: 37%;
}
.info-section .info-table.style2 .col + .col {
  width: 65%;
}
.info-section .btn {
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 1220px) {
  .info-section:before {
    top: -60px;
    border-width: 60px 0 0 100vw;
  }
  .info-section:after {
    top: -40px;
    border-width: 0 0 40px 90vw;
  }
  .info-section h2 {
    margin-bottom: 40px;
  }
  .info-section .info-table {
    margin-bottom: 40px;
  }
  .info-section .info-table .col {
    padding: 30px 25px 30px;
    font-size: 18px;
  }
  .info-section .info-table .col h4 {
    font-size: 26px;
  }
}
@media (max-width: 920px) {
  .info-section:before {
    top: -40px;
    border-width: 40px 0 0 100vw;
  }
  .info-section:after {
    top: -20px;
    border-width: 0 0 20px 90vw;
  }
  .info-section .inner {
    padding: 70px 0 90px;
  }
  .info-section .info-table .col {
    padding: 20px 25px 20px;
  }
  .info-section .info-table .col h4 {
    font-size: 20px;
  }
  .info-section h2 {
    margin-bottom: 45px;
  }
}
@media (max-width: 560px) {
  .info-section .info-table {
    display: block;
  }
  .info-section .info-table .info-row {
    display: block !important;
  }
  .info-section .info-table .col {
    display: block !important;
    width: 100% !important;
    padding: 20px 0px !important;
    border-left: none;
  }
  .info-section .info-table .col + .col {
    border-top: 1px solid rgba(204, 204, 204, 0.15);
  }
}
/*===========================================================================
 END INFO SECTION
 ===========================================================================*/
/*===========================================================================
 VIDEO SECTION
 ===========================================================================*/
.video-section {
  padding: 50px 0 180px;
  position: relative;
}
.video-section.inside {
  padding-bottom: 100px;
}
.video-section .title-box {
  text-align: center;
  margin-bottom: 87px;
  font-size: 36px;
}
.video-section .title-box h2 {
  margin-bottom: 15px;
}
.video-section .video-outer {
  position: relative;
}
.video-section .video-outer .container {
  position: relative;
  z-index: 1;
}
.video-section .video-outer .left-side-bg {
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center left;
}
.video-section .video-outer .right-side-bg {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center right;
}
.video-section .video-box {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-section .video-box iframe, .video-section .video-box object, .video-section .video-box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.features-section + .video-section {
  margin-top: -100px;
}
@media (max-width: 1220px) {
  .video-section .text-box {
    font-size: 30px;
  }
}
@media (max-width: 920px) {
  .video-section {
    padding: 50px 0 80px;
  }
  .video-section .title-box {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .features-section + .video-section {
    margin-top: -100px;
  }
}
/*===========================================================================
 END VIDEO SECTION
 ===========================================================================*/
/*===========================================================================
 SPECIFICATION SECTION
 ===========================================================================*/
.specification-section {
  position: relative;
  padding: 60px 0 140px;
}
.specification-section:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 90vw;
  border-color: transparent transparent transparent rgba(63, 213, 174, .5);
}
.specification-section:after {
  content: '';
  position: absolute;
  top: -60px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #fff transparent;
}
.features-single-section + .specification-section {
  padding-top: 0;
}
.features-single-section + .specification-section:before, .features-single-section + .specification-section:after {
  display: none;
}
.specification-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.specification-section h2 {
  margin-bottom: 60px;
}
.specification-section .specification-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.specification-section .specification-table td {
  border-left: 1px solid #d9d9d9;
  padding: 50px 20px;
  font-size: 21px;
  vertical-align: top;
  line-height: 1.4;
}
.specification-section .specification-table td:first-child {
  padding-left: 0;
  border-left: none;
}
.specification-section .specification-table td:last-child {
  padding-right: 0;
}
.specification-section .specification-table td h4 {
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.specification-section .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  white-space: nowrap;
}
@media (max-width: 1220px) {
  .specification-section:before {
    top: -40px;
    border-width: 40px 0 0 90vw;
  }
  .specification-section:after {
    top: -60px;
    border-width: 0 0 60px 100vw;
  }
  .specification-section h2 {
    margin-bottom: 80px;
  }
  .specification-section .specification-table td {
    padding: 35px 20px;
  }
  .specification-section .specification-table td h4 {
    font-size: 20px;
  }
  .specification-section .specification-table td p {
    font-size: 16px;
  }
}
@media (max-width: 920px) {
  .specification-section {
    padding: 50px 0 100px;
  }
  .specification-section:before {
    top: -20px;
    border-width: 20px 0 0 90vw;
  }
  .specification-section:after {
    top: -40px;
    border-width: 0 0 40px 100vw;
  }
  .specification-section .specification-table-scroll {
    overflow: auto;
  }
  .specification-section .specification-table-scroll .specification-table {
    min-width: 920px;
  }
  .specification-section .specification-table-scroll .specification-table td {
    padding: 25px 15px;
  }
}
/*===========================================================================
 END SPECIFICATION SECTION
 ===========================================================================*/
/*===========================================================================
 CONTENT SECTION
 ===========================================================================*/
.content-section {
  position: relative;
  padding: 70px 0 90px;
  line-height: 1.5;
}
.content-section:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 90vw;
  border-color: transparent transparent transparent rgba(63, 213, 174, .5);
}
.content-section:after {
  content: '';
  position: absolute;
  top: -60px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #fff transparent;
}
.content-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.content-section h2 {
  margin-bottom: 20px;
}
.content-section h3 {
  margin-bottom: 20px;
}
.content-section h4 {
  font-size: 28px;
  margin-bottom: 20px;
}
.content-section p {
  margin-bottom: 30px;
}
/*===========================================================================
 END CONTENT SECTION
 ===========================================================================*/
/*===========================================================================
 PRICING SECTION
 ===========================================================================*/
.pricing-section {
  padding: 80px 0 150px;
  position: relative;
  /*.pricing-tabs{
   margin-bottom: 70px;
   ul{
   font-size: 0;
   li{
   display: inline-block;
   width: 33.3333%;
   vertical-align: bottom;
   border-bottom: 6px solid rgba(63,213,174,.5);
   &.active{
   border-bottom: 6px solid rgba(63,213,174,1);
   a{
   font-weight: bold;
   }
   }
   &.active ~ li{
   border-bottom: 6px solid rgba(63,213,174,.2);
   }
   a{
   font-size: 30px;
   display: block;
   padding: 18px 0;
   color: #000;
   text-decoration: none;
   }
   }
   }
   }*/
  /*@media (max-width: 1380px){
   .pricing-tabs{
   ul{
   li{
   a{
   font-size: 24px;
   }
   }
   }
   }
   }*/
}
.pricing-section:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 90vw;
  border-color: transparent transparent transparent rgba(63, 213, 174, .5);
}
.pricing-section:after {
  content: '';
  position: absolute;
  top: -60px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #fff transparent;
}
.pricing-section .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -22px;
  min-width: 200px;
}
@media (max-width: 1220px) {
  .pricing-section {
    padding: 70px 0 140px;
  }
  .pricing-section:before {
    top: -40px;
    border-width: 40px 0 0 90vw;
  }
  .pricing-section:after {
    top: -60px;
    border-width: 0 0 60px 100vw;
  }
}
@media (max-width: 920px) {
  .pricing-section:before {
    top: -20px;
    border-width: 20px 0 0 90vw;
  }
  .pricing-section:after {
    top: -40px;
    border-width: 0 0 40px 100vw;
  }
}
.pricing-tabs {
  margin-bottom: 110px;
}
.pricing-tabs ul {
  font-size: 0;
}
.pricing-tabs ul li {
  display: inline-block;
  width: 33.3333%;
  vertical-align: bottom;
  border-bottom: 6px solid rgba(63, 213, 174, .5);
}
.pricing-tabs ul li.active {
  border-bottom: 6px solid rgba(63, 213, 174, 1);
}
.pricing-tabs ul li.active a, .pricing-tabs ul li.active span {
  font-weight: bold;
}
.pricing-tabs ul li.active ~ li {
  border-bottom: 6px solid rgba(63, 213, 174, .2);
}
.pricing-tabs ul li a, .pricing-tabs ul li span {
  font-size: 30px;
  display: block;
  padding: 18px 0;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1220px) {
  .pricing-tabs {
    margin-bottom: 30px;
  }
  .pricing-tabs ul li a, .pricing-tabs ul li span {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .pricing-tabs ul li a, .pricing-tabs ul li span {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .pricing-tabs ul li {
    width: 100%;
  }
}
.customize-section {
  display: table;
  width: 100%;
  /*@media (max-width: 1380px){
   .col{
   padding: 30px 20px;
   h4{
   font-size: 20px;
   }
   ul{
   li{
   font-size: 18px;
   }
   }
   [type="radio"]:checked + span, [type="radio"]:not(:checked) + span, [type="checkbox"]:checked + span, [type="checkbox"]:not(:checked) + span{
   font-size: 17px;
   }
   }
   }*/
}
.customize-section .col {
  display: table-cell;
  border-left: 1px solid #a2a2a2;
  padding: 50px 21px 50px;
}
.customize-section .col:first-child {
  padding-left: 0;
  border-left: none;
}
.customize-section .col:last-child {
  padding-right: 0;
}
.customize-section .col.no-border {
  border-left: none;
}
.customize-section .col h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.customize-section .col ul li {
  margin: 30px 0 0;
  font-size: 18px;
  line-height: 1.4;
}
.customize-section .col ul + h4 {
  margin-top: 30px;
}
@media (max-width: 1220px) {
  .customize-scroll {
    overflow: auto;
  }
  .customize-scroll .customize-section {
    min-width: 1220px;
  }
  .customize-scroll .customize-section .col {
    padding: 30px 20px 40px;
  }
}
.customize-title {
  font-size: 35px;
  color: #a2a2a2;
  position: relative;
  margin: 30px 0;
}
.customize-title:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #a2a2a2;
}
.customize-title span {
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding-right: 30px;
}
@media (max-width: 1380px) {
  .customize-title {
    font-size: 26px;
  }
}
/*===========================================================================
 END PRICING SECTION
 ===========================================================================*/
/*===========================================================================
 INFO SECTION
 ===========================================================================*/
.product-info-section {
  position: relative;
  padding: 124px 0;
  background-size: cover;
  background-position: top center;
}
.product-info-section:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 90vw;
  border-color: transparent transparent transparent rgba(63, 213, 174, .5);
}
.product-info-section:after {
  content: '';
  position: absolute;
  top: -60px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #fff transparent;
}
.product-info-section .container {
  position: relative;
}
.product-info-section .product-text {
  width: 58%;
  text-align: left;
  font-size: 32px;
  line-height: 1.5;
}
.product-info-section .product-text h2 {
  margin-bottom: 58px;
  line-height: 1.2;
}
.product-info-section .product-text ul li {
  font-size: 22px;
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  margin: 25px 0px;
}
.product-info-section .product-text ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #3fd5ae;
}
.product-info-section .product-img {
  position: absolute;
  max-width: 50%;
  max-height: 170%;
  right: -1%;
}
.product-info-section.style1 .product-img {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.product-info-section.style2 .product-img {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 61%;
}
.product-info-section.style2 .product-text {
  width: 34%;
  text-align: left;
  font-size: 32px;
  line-height: 1.5;
  float: right;
}
@media (max-width: 1220px) {
  .product-info-section {
    padding: 90px 0;
  }
  .product-info-section .product-text {
    font-size: 26px;
  }
  .product-info-section .product-text ul li {
    margin: 15px 0;
  }
  .product-info-section .product-img {
    max-width: 44%;
  }
}
@media (max-width: 920px) {
  .product-info-section:before {
    border-width: 20px 0 0 90vw;
    top: -20px;
  }
  .product-info-section:after {
    border-width: 0 0 40px 100vw;
    top: -40px;
  }
  .product-info-section .product-text {
    font-size: 22px;
  }
  .product-info-section .product-text h2 {
    margin-bottom: 30px;
  }
  .product-info-section .product-text ul li {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .product-info-section {
    padding: 50px 0 20px;
  }
  .product-info-section .product-text {
    width: 100%;
  }
  .product-info-section.style1 .product-img, .product-info-section.style2 .product-img {
    position: relative;
    top: 0;
    transform: translate(-50%, 0);
    left: 50%;
  }
  .product-info-section.style2 .product-text {
    float: none;
    width: 100%;
  }
}
/*===========================================================================
 END
 ===========================================================================*/
/*===========================================================================
 ===========================================================================*/
.text-info-section {
  position: relative;
  background-size: cover;
  background-position: top center;
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  background-color: #000;
}
.text-info-section:after {
  content: '';
  position: absolute;
  top: -60px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 100vw;
  border-color: transparent transparent transparent #000;
}
.text-info-section:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000',GradientType=0);
}
.text-info-section + .text-info-section {
  z-index: 1;
}
.text-info-section.light {
  background-color: transparent;
  color: #000;
}
.text-info-section.light:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 0;
  height: 0;
  z-index: 0;
  border-style: solid;
  border-width: 40px 0 0 90vw;
  border-color: transparent transparent transparent rgba(63, 213, 174, .5);
}
.text-info-section.light:after {
  content: '';
  position: absolute;
  top: -60px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #fff transparent;
}
.text-info-section.light .container {
  padding-top: 60px;
  padding-bottom: 80px;
}
.text-info-section.light.has-bottom-img .container img {
  margin-bottom: -80px;
}
.text-info-section .container {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  z-index: 1;
}
.text-info-section.has-bottom-img .container img {
  margin-bottom: -150px;
}
.text-info-section p + p {
  margin-top: 30px;
}
.text-info-section a:not(.btn) {
  text-decoration: none;
  color: #3fd5ae;
}
.text-info-section table {
  width: 100%;
  height: auto;
  margin: 47px 0;
  table-layout: fixed;
}
.text-info-section table td {
  padding: 20px 10px 20px 36px;
  position: relative;
  vertical-align: top;
}
.text-info-section table td:last-child {
  padding-right: 0;
}
.text-info-section table td:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #3fd5ae;
}
.text-info-section .section-btn {
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1220px) {
  .text-info-section {
    font-size: 20px;
  }
  .text-info-section .container {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}
@media (max-width: 920px) {
  .text-info-section:after {
    border-width: 40px 0 0 100vw;
    top: -40px;
  }
  .text-info-section.light:before {
    top: -20px;
    border-width: 20px 0 0 90vw;
  }
  .text-info-section.light:after {
    top: -40px;
    border-width: 0 0 40px 100vw;
  }
}
@media (max-width: 768px) {
  .text-info-section {
    font-size: 18px;
  }
  .text-info-section table {
    margin: 30px 0;
  }
  .text-info-section table td {
    padding: 15px 8px 15px 30px;
    font-size: 15px;
  }
  .text-info-section table td:before {
    width: 10px;
    height: 10px;
    top: 20px;
  }
}
/*===========================================================================
 END
 ===========================================================================*/
/*===========================================================================
 HERO SECTION INFO
 ===========================================================================*/
.hero-section-info {
  text-align: center;
  padding: 150px 0 150px;
  color: #fff;
  background-size: cover;
  background-position: bottom center;
  font-size: 30px;
}
.hero-section-info .container .inner {
  display: table;
  height: 450px;
  width: 100%;
}
.hero-section-info .container .inner .text {
  display: table-cell;
  vertical-align: middle;
}
.hero-section-info .container .inner .iframe-box {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.hero-section-info.has-video .container .inner .text {
  text-align: left;
}
.hero-section-info .iframe-box-inner {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.hero-section-info .iframe-box-inner iframe, .hero-section-info .iframe-box-inner object, .hero-section-info .iframe-box-inner embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-section-info h1 {
  font-weight: normal;
}
.hero-section-info h1 + p {
  margin-top: 40px;
}
@media (max-width: 1220px) {
  .hero-section-info .container .inner {
    height: 300px;
  }
}
@media (max-width: 920px) {
  .hero-section-info {
    padding: 120px 0 120px;
    font-size: 22px;
  }
  .hero-section-info .container .inner {
    height: 230px;
  }
}
@media (max-width: 440px) {
  .hero-section-info .container .inner {
    height: 160px;
  }
}
/*===========================================================================
 END HERO SECTION INFO
 ===========================================================================*/
/*===========================================================================
 FEATURES SINGLE
 ===========================================================================*/
.features-single-section {
  padding: 98px 0 120px;
  position: relative;
}
.features-single-section:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 90vw;
  border-color: transparent transparent transparent rgba(63, 213, 174, .5);
}
.features-single-section:after {
  content: '';
  position: absolute;
  top: -60px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #fff transparent;
}
.features-single-section h2 {
  margin-bottom: 80px;
}
.features-single-section .features {
  margin: 0 -15px;
}
.features-single-section .features .item {
  width: 33.333%;
  float: left;
}
.features-single-section .features .item .item-content {
  text-align: center;
  padding: 0 15px;
}
.features-single-section .features .item .item-content img {
  max-width: 100%;
  margin-bottom: 50px;
}
.features-single-section .features .item .item-content p {
  font-size: 30px;
}
@media (max-width: 920px) {
  .features-single-section .features .item .item-content p {
    font-size: 22px;
  }
}
@media (max-width: 560px) {
  .features-single-section h2 {
    margin-bottom: 50px;
  }
  .features-single-section .features .item {
    width: 100%;
    margin-top: 40px;
  }
  .features-single-section .features .item:first-child {
    margin-top: 0;
  }
  .features-single-section .features .item .item-content img {
    margin-bottom: 25px;
  }
}
/*===========================================================================
 END FEATURES SINGLE
 ===========================================================================*/
/*===========================================================================
 PRODUCTS SPECIFICATIONS
 ===========================================================================*/
.products-specifications {
  padding: 0 0 0;
  position: relative;
}
.products-specifications:before {
  content: '';
  position: absolute;
  top: -40px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 90vw;
  border-color: transparent transparent transparent rgba(63, 213, 174, .5);
}
.products-specifications:after {
  content: '';
  position: absolute;
  top: -60px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #fff transparent;
}
.products-specifications .product-box {
  padding: 120px 0;
  position: relative;
}
.products-specifications .product-box:first-child {
  padding-top: 70px;
}
.products-specifications .product-box .text {
  line-height: 1.3;
}
.products-specifications .product-box .product-hero {
  font-size: 30px;
  line-height: 1.4;
  position: relative;
  margin-bottom: 85px;
}
.products-specifications .product-box .product-hero.style1 {
  text-align: center;
}
.products-specifications .product-box .product-hero.style1 img {
  max-width: 280px;
  margin: 0 auto;
}
.products-specifications .product-box .product-hero.style1 h2 {
  position: absolute;
  top: 90px;
  left: 0;
  max-width: 45%;
}
.products-specifications .product-box .product-hero.style2 .text {
  margin-left: 50%;
}
.products-specifications .product-box .product-hero.style2 .text h2 {
  margin-bottom: 26px;
}
.products-specifications .product-box .product-hero.style2 img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 49%;
}
.products-specifications .product-box .stats {
  font-size: 0;
  margin: 0 -10px;
  text-align: center;
}
.products-specifications .product-box .stats .col {
  width: 33.333%;
  display: inline-block;
  padding: 0 40px;
  vertical-align: top;
}
.products-specifications .product-box .stats .col .col-inner {
  border-top: 1px solid rgba(0, 0, 0, .1);
  text-align: left;
  padding-top: 14px;
}
.products-specifications .product-box .stats .col:first-child {
  text-align: left;
}
.products-specifications .product-box .stats .col:last-child {
  text-align: right;
}
.products-specifications .product-box .stats .col p {
  font-size: 84px;
  font-weight: 600;
  line-height: 1.2;
}
.products-specifications .product-box .stats .col p sup {
  font-size: 80%;
}
.products-specifications .product-box .stats .col span {
  display: block;
  text-align: left;
  font-size: 20px;
  margin-top: 10px;
}
.products-specifications .product-box .btn {
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 1220px) {
  .products-specifications .product-box .product-hero {
    font-size: 26px;
  }
  .products-specifications .product-box .stats .col p {
    font-size: 65px;
  }
  .products-specifications .product-box .stats .col span {
    font-size: 18px;
  }
}
@media (max-width: 920px) {
  .products-specifications:before {
    top: -20px;
    border-width: 20px 0 0 90vw;
  }
  .products-specifications:after {
    top: -40px;
    border-width: 0 0 40px 100vw;
  }
  .products-specifications .product-box .stats {
    margin: 0 -20px;
  }
  .products-specifications .product-box .stats .col {
    padding: 0 20px;
  }
  .products-specifications .product-box .stats .col p {
    font-size: 65px;
  }
  .products-specifications .product-box .stats .col span {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .products-specifications .product-box .product-hero {
    margin-bottom: 60px;
  }
  .products-specifications .product-box .product-hero.style2 img {
    position: relative;
    left: auto;
    top: auto;
    transform: translateY(0);
    margin: 0 auto 20px;
    max-width: 70%;
    display: block;
  }
  .products-specifications .product-box .product-hero.style2 .text {
    margin-left: 0;
    text-align: center;
  }
  .products-specifications .product-box .product-hero.style1 h2 {
    position: relative;
    top: auto;
    left: auto;
    max-width: none;
    margin-bottom: 26px;
  }
  .products-specifications .product-box .stats .col .col-inner {
    padding-top: 30px;
  }
  .products-specifications .product-box .stats .col p {
    font-size: 45px;
  }
  .products-specifications .product-box .stats .col span {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .products-specifications .product-box {
    padding: 80px 0;
  }
  .products-specifications .product-box .product-hero {
    font-size: 22px;
  }
  .products-specifications .product-box .product-hero.style1 img {
    max-width: 230px;
  }
  .products-specifications .product-box .stats {
    margin: 0 -10px;
  }
  .products-specifications .product-box .stats .col {
    padding: 0 10px;
  }
  .products-specifications .product-box .stats .col p {
    font-size: 30px;
  }
  .products-specifications .product-box .stats .col span {
    font-size: 12px;
  }
  .products-specifications .product-box .btn {
    bottom: -20px;
  }
}
/*===========================================================================
 END PRODUCTS SPECIFICATIONS
 ===========================================================================*/
/*===========================================================================
 POPUP STYLE
 ===========================================================================*/
.fancybox-slide--html .fancybox-close-small {
  padding: 7px;
}
.fancybox-bg {
  background: #3fd5ae;
}
.fancybox-content {
  padding: 50px;
  border-radius: 10px;
}
.request-popup {
  width: 100%;
  max-width: 800px;
}
.request-popup .popup-body {
  position: relative;
  padding: 0 0 40px;
}
.request-popup .popup-body .submit-btn {
  position: absolute;
  min-width: 160px;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
}
.request-popup .popup-footer {
  margin: 0 -50px -50px;
  background-size: cover;
  background-position: top center;
}
.request-popup .popup-footer .popup-footer-inner {
  display: table;
  width: 100%;
}
.request-popup .popup-footer .popup-footer-inner .popup-footer-text {
  display: table-cell;
  padding: 40px 70px;
  height: 150px;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
}
.form-row {
  margin-left: -10px;
  margin-right: -10px;
}
.form-row .form-col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.form-row .form-col.col-1 {
  width: 100%;
}
.form-row .form-col.col-2 {
  width: 50%;
}
.input, .textarea {
  border: 1px solid #b5b5b5;
  height: 40px;
  padding: 5px 15px;
  width: 100%;
  margin-bottom: 25px;
  font-size: 16px;
}
.input.wpcf7-not-valid, .textarea.wpcf7-not-valid {
  border-color: red;
}
.textarea {
  height: 120px;
  padding: 15px;
}
label {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
div.wpcf7-response-output {
  margin: 0;
}
/*===========================================================================
 END POPUP STYLE
 ===========================================================================*/
.address-section {
  padding: 100px 0;
  position: relative;
  background-size: cover;
  background-position: bottom center;
  color: #fff;
  font-size: 26px;
}
.address-section h2 {
  text-align: center;
}
.address-section .sub-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 15px;
}
.address-section .title {
  text-align: center;
  font-weight: bold;
  color: #3fd5ae;
  margin-bottom: 70px;
}
.address-section .col {
  width: 50%;
  float: left;
}
.address-section h4 {
  margin-bottom: 10px;
}
.address-section ul li {
  line-height: 1.6;
}
.address-section .section-btn {
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .address-section {
    padding-top: 70px;
  }
  .address-section .col {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
}
@media (max-width: 520px) {
  .address-section {
    font-size: 22px;
  }
  .address-section .section-btn {
    bottom: -20px;
  }
}
