@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 20, 2018, 11:28:44 AM
    Author     : Chaminchimeg
*/
/*0099ff*/
/*@mixin respond-to($media) {
    @if $media == min-phone {
        @media screen and (max-width: $phone-min-width) { @content; }
    }
    @else if $media == max-phone {
        @media screen and (max-width: $phone-max-width) { @content; }
    }
    @else if $media == min-tablet {
        @media screen and (max-width: $tablet-min-width) { @content; }
    }
    @else if $media == medium-tablet {
        @media screen and (max-width: $tablet-medium-width) { @content; }
    }
    @else if $media == max-tablet {
        @media screen and (max-width: $tablet-max-width) { @content; }
    }
    @else if $media == desktop-min {
        @media screen and (max-width: $desktop-min-width) { @content; }
    }
    @else if $media == desktop {
        @media screen and (min-width: $desktop-min-width) and (max-width: $desktop-width) { @content; }
    }
    @else if $media == desktop-medium {
        @media screen and (max-width: $desktop-medium-width) { @content; }
    }
    @else if $media == desktop-medium-min {
        @media screen and (min-width: $desktop-medium-width) { @content; }
    }
    @else if $media == desktop-medium-max {
        @media screen and (min-width: $desktop-medium-max) { @content; }
    }
    @else if $media == desktop-max {
        @media screen and (min-width: $desktop-max-width) { @content; }
    }
    @else if $media == device {
        @media screen and (min-width: $device-width) { @content; }
    }
}*/
::-webkit-input-placeholder {
  font-family: "Roboto Light" !important;
  font-size: 11px !important;
  text-transform: uppercase;
}

:-moz-placeholder {
  font-family: "Roboto Light" !important;
  font-size: 11px !important;
  text-transform: uppercase;
}

::-moz-placeholder {
  font-family: "Roboto Light" !important;
  font-size: 11px !important;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  font-family: "Roboto Light" !important;
  font-size: 11px !important;
  text-transform: uppercase;
}

a {
  outline: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:active {
  outline: 0;
  color: #fffefe;
}

a:focus {
  outline: 0;
}

a:active, a:hover, a:focus, a.active, a.selected {
  color: #2db87f !important;
}

.btn {
  font-size: 13px;
  padding: 3px 5px;
  border-radius: 0;
}

.btn i {
  font-size: 13px !important;
}

.center {
  text-align: center;
}

/*.container {
    padding-right: 0;
    padding-left: 0;
    width: 1150px !important;
    &.big-container {
        width: 1230px !important; 
        @include respond-to(desktop-medium) {
            width: 1200px !important; 
        }
        @include respond-to(desktop-min) {
            width: 1010px !important; 
        }
        @include respond-to(max-tablet) {
            width: 800px !important; 
        }
        @include respond-to(medium-tablet) {
            width: 720px !important; 
        }
        @include respond-to(min-tablet) {
            width: auto !important; 
        }
    }
    &.small-container {
        width: 1080px !important;         
    }
    @include respond-to(desktop-medium) {
        width: 1080px !important; 
    }
    @include respond-to(desktop-min) {
        width: 950px !important; 
    }
    @include respond-to(max-tablet) {
        width: 800px !important; 
    }
    @include respond-to(medium-tablet) {
        width: 720px !important; 
    }
    @include respond-to(min-tablet) {
        width: auto !important; 
    }
}*/
.span-justify {
  text-align: justify;
  display: block;
}

.alert-danger {
  font-size: 14px;
}

.toast-message {
  font-size: 14px;
}

.emarket-btn {
  color: #fff;
  text-transform: uppercase;
  background: #2db87f;
  padding: 11px 10px !important;
  margin-top: -11px;
  font-size: 14px;
}

.emarket-btn:active, .emarket-btn:hover, .emarket-btn:focus, .emarket-btn.active, .emarket-btn.selected {
  background-color: #858585 !important;
  color: #ffaf36 !important;
  border-bottom: 2px solid #2db87f;
}

.breadcrumb > .active {
  font-weight: bold;
}

.label {
  font-family: "Roboto" !important;
  font-size: 12px !important;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: #787878;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #787878;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.lang-switch {
  position: relative; 
  margin-top: -5px;
display:none; 
}
.carousel-control.left,.carousel-control.right{
background-image:none!important;
}

.lang-switch ul {
  padding: 0;
}

.lang-switch ul li {
  list-style-type: none;
  float: left;
  padding: 0 7px;
}

.lang-switch ul li img {
  width: 22px;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.ta-r {
  text-align: right !important;
}

body {
  font-family: 'Roboto Light', arial, sans-serif;
  color: #000;
  /*font-size: 16px;*/
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

p {
  margin-bottom: 10px;
  line-height: 1.5;
}

h4 {
  font-family: 'Roboto Light' !important;
}

a {
  color: #27b1cf;
  -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;
  outline: none;
}

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

a:focus {
  text-decoration: none;
}

.full-width {
  width: 100% !important;
  z-index: 5;
}

.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #19181873;
  z-index: 99;
}

.navbar .icon-bar {
  color: #fff;
}

.navbar .ver-head {
  padding: 0 50px;
}

.navbar .navbar-nav {
  margin-top: 5px !important;
}

.navbar .navbar-nav .logo {
  width: 260px;
}

.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  letter-spacing: .5px;
  font-family: "Roboto Light", sans-serif;
  margin: 0 15px;
  line-height: 70px;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-transform: uppercase;
  position: relative;
  padding: 35px 0;
}

.navbar .navbar-nav .nav-item a:hover {
  text-decoration: none;
  color: #fff;
  z-index: 1;
}

.navbar .navbar-nav .nav-item a:hover:after {
  z-index: -10;
  width: 100%;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

.navbar .navbar-nav .nav-item a:after, .navbar .navbar-nav .nav-item a:before {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #2db87f;
  height: 2px;
}

.navbar .navbar-nav .nav-item.dropdown i {
  font-size: 12px;
  position: absolute;
  bottom: 43%;
  right: -17px;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  margin: 5px 0 0 0 !important;
  padding: 0 !important;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu a {
  background: #151515a6;
  line-height: 1em !important;
  padding: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin: 0;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:after {
  bottom: 0;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
  background: #151515cf;
}

.navbar .navbar-nav .active {
  color: #F24259 !important;
}

.navbar .navbar-expand-lg .navbar-toggler {
  cursor: pointer;
  position: absolute;
  right: 0;
}

.hero .extra-text {
  font-weight: 200;
  margin-bottom: 25px;
}

.hero .extra-text span {
  font-weight: 700;
}

.hero .item {
  background-color: #FFFFFF;
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 50px 25px;
  margin-bottom: 30px;
  min-height: 255px;
}

.hero .item a {
  text-decoration: none;
  color: #2db87f;
}

.hero .item a:hover {
  text-decoration: none;
}

.hero .item .icon {
  font-size: 50px;
  margin-bottom: 15px;
  color: #2db87f;
}

.hero .item h4 {
  font-size: 16px;
  text-transform: uppercase;
}

.hero .item:hover {
  -webkit-box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: #FFFFFF;
}

.hero .mission p {
  margin-bottom: 30px;
}

.hero .mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #2db87f;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.hero .mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.hero .skills {
  padding-top: 80px;
}

.hero .skills .prog-item {
  margin-bottom: 25px;
}

.hero .skills .prog-item:last-child {
  margin-bottom: 0;
}

.hero .skills .prog-item p {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 8px;
}

.hero .skills .prog-item .skills-progress {
  width: 100%;
  height: 2px;
  background: #eee;
  border-radius: 5px;
  position: relative;
}

.hero .skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #2db87f;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.hero .skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -20px;
  right: 0;
  font-size: 10px;
  color: #777;
}

.nav-scroll {
  background: #fff;
  border-bottom: 1px solid rgba(12, 12, 12, 0.04);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  min-height: 55px !important;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.nav-scroll .icon-bar {
  color: #222;
}

.nav-scroll .navbar-nav .nav-item a {
  line-height: 60px;
}

.nav-scroll .navbar-nav .nav-item a:after {
  bottom: 8px !important;
}

.nav-scroll .navbar-nav a {
  color: #222 !important;
  line-height: 65px;
}

.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.nav-scroll .navbar-nav .dropdown .dropdown-menu a {
  color: #fff !important;
}

.nav-scroll .logo img {
  width: 100px;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .navbar-collapse .nav-item a {
    line-height: 45px !important;
  }
  .navbar .lang-switch {
    position: absolute;
    top: 35px;
    right: 50px;
  }
  .navbar .logo {
    margin-left: -50px;
  }
  .navbar .icon-bar {
    color: #fff;
    position: absolute;
    right: 13px;
    font-size: 20px;
    top: 28px;
  }
  .navbar .ver-head {
    padding: 0 !important;
  }
  .lang-switch ul li img {
    width: 20px;
  }
}

#HeadCarousel {
  display: contents;
  height: 100%;
}

#HeadCarousel .carousel,
#HeadCarousel .item,
#HeadCarousel .carousel-inner {
  height: 100%;
  background: #000;
}

#HeadCarousel .carousel-caption {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  bottom: 33px;
}

#HeadCarousel .carousel-caption div {
  background: #00000088;
  padding: 25px 0px;
  z-index: 999;
  margin-bottom: 43px;
}

#HeadCarousel .carousel-control {
  z-index: 35;
  height: 650px;
}

#HeadCarousel h2 {
  font-size: 44px;
  font-family: Roboto Light;
}

#HeadCarousel p {
  padding: 0;
  margin-bottom: -15px;
  font-size: 22px;
  font-family: Roboto Light;
}

#HeadCarousel .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  -o-background-size: cover;
  opacity: 1;
}

#HeadCarousel .btn-transparent {
  background: #00000070;
  color: #fff;
  border: 2px solid #fff;
}

#HeadCarousel .btn-transparent:hover {
  background-color: #fff;
}

#HeadCarousel .btn-rounded {
  border-radius: 70px;
}

#HeadCarousel .btn-large {
  padding: 8px 40px;
  font-size: 14px;
  font-family: Roboto Light;
}

#HeadCarousel .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes {
  fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
    }
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes {
  fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
    }
  }
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}

.header {
  min-height: 650px;
  overflow: hidden;
}

.header .owerlayy {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #00000047;
  z-index: 1;
  display: block;
}

.header .caption {
  z-index: 5;
}

.header .caption .o-hidden {
  display: inline-block;
}

.header .caption h3 {
  font-weight: 200;
  letter-spacing: 3px;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.header .caption h1 {
  margin: 10px 0;
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.header .caption h1 b {
  color: #F24259;
}

.header .caption p {
  font-size: 16px;
  color: #eee;
  word-spacing: 2px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.header .caption .butn {
  padding: 10px 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  color: #fff;
  z-index: 999;
  cursor: pointer;
  margin: 30px 2px 0;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.header .caption .butn:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .caption .butn:hover {
  border-color: #fff;
  text-decoration: none;
}

.header .caption .butn:hover:after {
  width: 100%;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.header .caption .butn:hover span {
  color: #1c1c1c;
}

.header .caption .butn span {
  position: relative;
  z-index: 2;
}

.header .caption .butn-bg {
  background: #F24259;
  border-color: #F24259;
  color: #fff !important;
  cursor: pointer;
}

.header .arrow {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  z-index: 8;
}

.header .arrow i {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
  color: #fff;
}

.header .arrow i a {
  text-decoration: none;
}

.header .arrow i:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.header .arrow i:hover:after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.col-lg-3:nth-child(4n+1) {
  clear: left;
}

.btn,
a.btn {
  -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;
  font-weight: bold;
}

.btn .fa {
  color: #fff;
  margin-right: 5px;
}

a.btn .fa {
  color: #fff;
  margin-right: 5px;
}

a.btn-cta {
  padding: 8px 30px;
}

.btn-cta {
  padding: 8px 30px;
}

a.btn-cta-primary,
.btn-cta-primary {
  background: #27b1cf;
  border: 2px solid #27b1cf;
  color: #fff;
}

a.btn-cta-primary:hover,
.btn-cta-primary:hover {
  background: #e9553b;
  border: 2px solid #e9553b;
  color: #fff;
}

a.btn-cta-secondary,
.btn-cta-secondary {
  background: none;
  border: 2px solid #27b1cf;
  color: #27b1cf;
}

a.btn-cta-secondary:hover,
.btn-cta-secondary:hover,
a.btn-blue-secondary,
.btn-blue-secondary {
  background: #27b1cf;
  border: 2px solid #27b1cf;
  color: #fff;
}

a.btn-blue-secondary:hover,
.btn-blue-secondary:hover {
  background: #0f88a2;
  color: #fff;
}

a.btn-ghost,
.btn-ghost {
  background: none;
  border: 1px solid #fff;
  color: #fff !important;
  padding: 8px 20px;
  vertical-align: middle;
}

a.btn-ghost:hover,
.btn-ghost:hover {
  background: #4a6781;
  border: 1px solid #4a6781;
  color: #fff;
}

a.btn-ghost .fa,
.btn-ghost .fa {
  margin-right: 10px;
  font-size: 22px;
}

a.btn-ghost .text,
.btn-ghost .text {
  position: relative;
  top: -2px;
}

.highlight {
  color: #27b1cf;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-color: #999;
}

.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a6a6a6;
}

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a6a6a6;
}

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a6a6a6;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a6a6a6;
}

.form-control:focus {
  border-color: #666;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-highlight {
  color: #952410;
}

input[type="text"], input[type="email"], input[type="password"], input[type="submit"], input[type="button"] {
  -moz-appearance: none;
       appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}

textarea,
select {
  -moz-appearance: none;
       appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}

#topcontrol {
  background: #2db87f;
  /*919191*/
  color: #fff;
  /*d1d1d1*/
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  background-clip: padding-box;
  -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;
  z-index: 30;
}

#topcontrol:hover {
  background: #2db87f;
  /*384d60*/
}

#topcontrol .fa {
  position: relative;
  top: 12px;
  font-size: 16px;
}

.video-container iframe {
  max-width: 100%;
}

/* ======= Header ======= */
.header {
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 40;
  height: 80px;
  /*background-color: #fff;

    box-shadow: 0 0 4px 0 #666 !important;*/
}

.header.scrolled {
  height: 80px;
  top: 0;
}

.header.scrolled .main-nav .nav .nav-item a {
  color: #666666;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
  background: #27b1cf;
  border-color: #27b1cf;
}

.header.scrolled .main-nav .nav .dropdown-menu a {
  color: #fff;
}

.header h1.logo {
  margin-top: 0;
  margin-bottom: 0;
  float: left;
}

.header h1.logo a {
  padding: 6px 0 0 0;
  display: inline-block;
  position: relative;
  outline: none;
  /*!!jagaa background-color: #27b1ce;*/
  height: 66px;
}

.header h1.logo a:hover {
  text-decoration: none;
}

.header h1.logo a img {
  height: 50px;
  margin: 0 25px;
}

.header h1.logo .logo-title {
  vertical-align: middle;
  line-height: 1.6;
}

.header .main-nav {
  /*margin-top: 10px;*/
}

.header .main-nav .navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

.header .main-nav .navbar-toggle:focus {
  outline: none;
}

.header .main-nav .navbar-toggle .icon-bar {
  background-color: rgba(255, 255, 255, 0.6);
  height: 3px;
}

.header .main-nav .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}

.header .main-nav .nav .nav-item {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 15px;
  /*padding-top: 10px;

          padding-bottom: 10px;

          padding-left: 10px;

          padding-right: 10px;*/
  height: 66px;
}

.header .main-nav .nav .nav-item.active a {
  color: #27b1cf;
  background: none;
  font-weight: bold;
}

.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 10px;
  margin-top: 5px;
  font-size: 13px;
}

.header .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary:hover {
  border: 1px solid #27b1cf;
  background: #27b1cf;
}

.header .main-nav .nav .nav-item a {
  color: #000;
  /*font-weight: normal;*/
  /*padding-top: 5px;

            padding-bottom: 5px;

            padding-left: 0;

            padding-right: 0;

            font-size: 1.2rem;*/
  border-bottom: 1px transparent solid;
  /*!!jagaa*/
  font-weight: 700;
  font-size: 1.1rem;
  opacity: 1;
  /*padding: 24px 10px 0;*/
  padding: 24px 16px 0;
  height: 100%;
}

.header .main-nav .nav .nav-item a:hover {
  color: #fff;
  background: #2db87f;
  /*border-bottom: 1px #27b1cf solid;*/
}

.header .main-nav .nav .nav-item a:focus, .header .main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}

.header .main-nav .nav .nav-item.active {
  color: #27b1cf;
}

.header .main-nav .nav .nav-item.last {
  margin-right: 0;
}

.header .main-nav .nav.active {
  position: relative;
}

.header .main-nav .nav.active > a {
  background: #3a89ca;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.header .main-nav .nav.active > a:before {
  content: "\f0d8";
  position: absolute;
  bottom: -8px;
  left: 0;
  text-align: center;
  font-family: FontAwesome;
  display: block;
  font-size: 12px;
  width: 100%;
}

.header .main-nav .nav.active > a.dropdown-toggle:before {
  display: none;
}

.header .main-nav .nav.open a {
  background: none;
}

.header .main-nav .nav .dropdown-menu {
  border-radius: 4px;
  background-clip: padding-box;
  margin: 0;
  border: none;
  text-transform: none;
  min-width: 180px;
  background: #253340;
  left: 10px;
}

.header .main-nav .nav .dropdown-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #253340;
  position: absolute;
  left: 12px;
  top: -10px;
}

.header .main-nav .nav .dropdown-menu a {
  border-bottom: 1px solid #212e3a;
  padding: 8px 20px;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.header .main-nav .nav .dropdown-menu a:hover {
  background: #2e4050;
  color: #fff;
}

/* Override bootstrap default */
.nav .open > a {
  background: none;
}

.nav .open > a:hover, .nav .open > a:focus {
  background: none;
}

/* ======= Headline Background & Slideshow ======= */
.bg-slider-wrapper {
  content: "";
  position: absolute;
  width: 100%;
  /*top: 66px;*/
  top: 0;
  left: 0;
  height: 390px;
  /*topbanner 500*/
  background: #373737;
}

.bg-slider-wrapper.bg-slider-small {
  height: 280px;
  /*topbanner*/
}

.bg-slider-wrapper .flexslider {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-clip: padding-box;
}

.bg-slider-wrapper .flexslider .slide {
  display: block;
  height: 390px;
  /* 500pxtopbanner*/
  background-size: cover;
  background-color: #253340;
  background-repeat: no-repeat;
  background-position: 50% top;
}

.bg-slider-wrapper.bg-slider-small .flexslider .slide {
  height: 280px;
  /*topbanner*/
}

.bg-slider-wrapper .flexslider .flex-control-nav {
  z-index: 30;
  bottom: 30px;
  position: relative;
}

.bg-slider-wrapper .flexslider .flex-control-nav li a {
  background: #999999;
}

.bg-slider-wrapper .flexslider .flex-control-nav li a.flex-active {
  background: #bfbfbf;
}

.headline-bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 500px;
  background: #253340 url("../images/background/bg-header-small-1.jpg") no-repeat 50% top;
  background-size: cover;
}

.headline-bg.pricing-headline-bg {
  background-image: url("../images/background/bg-header-small-2.jpg");
}

.headline-bg.contact-headline-bg {
  background-image: url("../images/background/bg-header-small-3.jpg");
}

.headline-bg.about-headline-bg {
  background-image: url("../images/background/bg-header-small-4.jpg");
}

/* ======= Promo ======= */
.promo {
  /*padding-top: 120px;*/
  position: relative;
  color: #fff;
  /*margin-bottom: 80px;*/
  height: 390px;
  z-index: 10;
}

.promo.promo-small {
  padding-top: 150px;
  height: 260px;
}

.promo .title {
  margin-bottom: 20px;
  margin-top: 0;
  /*!!jagaa border-left: 5px #27b1cf solid;

        padding-left: 7px;*/
  text-transform: uppercase;
  /*font-size: 26px;

      font-weight: 500;*/
  font-size: 30px;
  font-weight: 700;
  color: #fff !important;
}

.promo .title small {
  color: #fff;
}

.promo.section .intro {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.promo .btn-cta {
  font-size: 18px;
}

.promo .btn-link {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  text-decoration: none;
}

.promo .btn-link:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  text-decoration: none;
}

.promo .btn-link:focus {
  outline: none;
}

.promo .btn-link .fa {
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.promo .section-on-box p {
  text-align: left;
}

/* ======= sections-wrapper ======= */
.sections-wrapper {
  background: #fff;
  z-index: 20;
  position: relative;
}

.section .intro,
.section p {
  /*max-width: 700px;*/
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: justify;
  color: #414141;
  /*font-size: 1.5rem;

      line-height: 20px;*/
  font-weight: 300;
}

.section-on-box {
  max-width: 600px;
  padding: 0 45px 0 45px;
}

.promo-small .section-on-box {
  max-width: 600px;
}

.section-on-bg .title {
  /*color: #34495e;*/
}

.section-on-bg .intro {
  /*!!jagaa color: #34495e;*/
  color: #ffffff;
  /*-webkit-opacity: 0.8;

      -moz-opacity: 0.8;

      opacity: 0.8;*/
}

/* ======= Why ======= */
.why {
  padding-top: 30px;
  padding-bottom: 30px;
}

.why .title {
  font-size: 34px;
  font-weight: 300;
  margin-top: 0;
}

.why .intro {
  color: #999999;
  margin-bottom: 30px;
  font-size: 18px;
}

.why .item {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.why .item.last-item {
  border-bottom: none;
}

.why .item .title {
  font-size: 26px;
  color: #4a6781;
  margin-top: 0;
  margin-bottom: 15px;
}

.why .item h3.title {
  /*font-size: 24px;

        color: #333;*/
  color: #1F242B;
  font-size: 3.25rem;
  font-weight: 300;
  padding-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  border-bottom: 1px solid #2db87f;
  /*Batgerel nogoon*/
}

.why .item .desc {
  margin-bottom: 60px;
}

.why .item .desc .fa {
  margin-right: 5px;
}

.why .item .quote {
  position: relative;
}

.why .item .quote .quote-profile {
  position: absolute;
  left: 0;
}

.why .item .quote .quote-content {
  margin-left: 90px;
  background: #f5f5f5;
  border-left: 4px solid #e8e8e8;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 14px;
  padding: 15px;
}

.why .item .quote .quote-content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e8e8e8;
  position: absolute;
  left: 80px;
  top: 25px;
}

.why .item .quote blockquote {
  border-left: none;
  font-style: italic;
  color: #666666;
  font-size: 16px;
  padding: 0;
  margin-bottom: 10px;
}

.why .item .quote .source {
  color: #999999;
  font-size: 13px;
  margin-bottom: 0;
}

.why .item .quote .source a {
  color: #999999;
}

.why .item .quote .source a:hover {
  color: #808080;
}

.why .figure {
  position: relative;
  text-align: center;
}

.why .figure .figure-caption {
  color: #b3b3b3;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}

.why .figure .figure-caption a {
  color: #b3b3b3;
}

.why .figure .figure-caption a:hover {
  color: #27b1cf;
}

.why .control {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -65px;
}

.why .control .play-trigger {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
  width: 60px;
  height: 60px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-clip: padding-box;
  margin: 0 auto;
  text-align: center;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -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;
}

.why .control .play-trigger:active, .why .control .play-trigger:focus {
  outline: none;
}

.why .control .play-trigger:hover {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}

.why .control .play-trigger:hover .fa {
  cursor: pointer;
}

.why .control .play-trigger .fa {
  font-size: 26px;
  position: relative;
  left: 2px;
}

.why .feature-lead .title {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 15px;
}

/*.why .figure img {

    margin-left: auto;

    margin-right: auto;

  }*/
.features {
  background: #fff;
  padding-top: 55px;
  padding-bottom: 52px;
}

.features .title {
  /*color: #1F242B;

    font-size: 2.7rem;

    font-weight: 300;

      margin-top: 0;

      margin-bottom: 30px;

      padding-bottom: 10px;

    display: table;

    border-bottom: 1px solid $default;*/
  color: #1F242B;
  font-size: 28px;
  padding-bottom: 10px;
  margin: 0 0 30px;
  /*55px auto 30px*/
  border-bottom: 1px solid #c6c6c6;
  font-weight: 500;
  text-align: center;
}

.title.center {
  margin-left: auto;
  margin-right: auto;
}

.services {
  background: #f5f5f5;
  padding-top: 10px;
  padding-bottom: 20px;
}

.services .title {
  font-size: 34px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
}

.pencil-divider {
  background: url("../images/pencil-divider.png") no-repeat top center;
  padding: 0;
  margin: 10px 0;
  height: 36px;
}

/* ======= Testimonials ======= */
.testimonials {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 120px;
}

.testimonials .carousel-indicators {
  bottom: -60px;
  z-index: auto;
}

.testimonials .carousel-indicators li {
  background: #cccccc;
  border: none;
  margin: 4px;
}

.testimonials .carousel-indicators li.active {
  background: #f19180;
  border: none;
  width: 10px;
  height: 10px;
  margin: 1px;
}

.testimonials .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}

.testimonials .item .profile {
  position: absolute;
  left: 0;
}

.testimonials .item .content {
  padding-left: 210px;
}

.testimonials .item blockquote {
  font-size: 20px;
  font-weight: 300;
  border-left: 0;
  padding: 0;
  position: relative;
}

.testimonials .item blockquote .fa {
  position: absolute;
  color: #ef7d69;
  font-size: 22px;
  left: -45px;
}

.testimonials .item .source {
  color: #27b1cf;
}

.testimonials .item .source .title {
  font-size: 16px;
  color: #666666;
}

/* ======= partner */
.partner-testimonials {
  background: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 70px;
}

.partner-testimonials .carousel-indicators {
  bottom: -60px;
  z-index: auto;
}

.partner-testimonials .carousel-indicators li {
  background: none;
  border: 1px #e3e3e3 solid;
  margin: 1px;
  width: 12px;
  height: 12px;
}

.partner-testimonials .carousel-indicators li.active {
  background: #e85c4a;
  border: none;
  width: 12px;
  height: 12px;
  margin: 1px;
}

.partner-testimonials .title {
  display: block;
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.partner-testimonials .item {
  text-align: center;
}

.partner-testimonials .item .profile {
  margin-bottom: 10px;
}

.partner-testimonials .item .profile img {
  width: 100px;
}

.partner-testimonials .item .content {
  /*padding-left: 300px;

        padding-right: 300px;*/
  padding-left: 24%;
  padding-right: 24%;
  color: #e3e3e3;
}

.partner-testimonials .item blockquote {
  font-size: 20px;
  font-weight: 300;
  border-left: 0;
  padding: 0;
  position: relative;
}

.partner-testimonials .item blockquote p {
  /*font-size: 14px;*/
  font-size: 1.5rem;
  text-align: justify;
  color: #fff;
}

.partner-testimonials .item blockquote .fa {
  position: absolute;
  color: #e3e3e3;
  font-size: 22px;
  left: -40px;
}

.partner-testimonials .item blockquote .fa-quote-right {
  left: auto;
  right: -40px;
  bottom: 0;
}

.partner-testimonials .item blockquote h3 {
  /*!!jagaa font-family: "Times New Roman", sans-serif;

          text-transform: uppercase;

          font-size: 18px;

          font-weight: 500;*/
  font-size: 2.9rem;
  font-weight: 700;
}

.partner-testimonials .item .source {
  color: #27b1cf;
}

.partner-testimonials .item .source .title {
  font-size: 16px;
  color: #fff;
}

/* ======= product partner */
.product-crm-testimonials {
  background: #f5f5f5;
  padding-top: 0;
  padding-bottom: 0;
}

.product-crm-testimonials .carousel-indicators {
  bottom: 0;
  z-index: 1;
}

.product-crm-testimonials .carousel-indicators li {
  background: none;
  border: 1px #e3e3e3 solid;
  margin: 1px;
  width: 12px;
  height: 12px;
}

.product-crm-testimonials .carousel-indicators li.active {
  background: #e85c4a;
  border: none;
  width: 12px;
  height: 12px;
  margin: 1px;
}

.product-crm-testimonials .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}

.product-crm-testimonials .item {
  text-align: center;
  padding-bottom: 100px;
}

.product-crm-testimonials .item .profile {
  margin-bottom: 10px;
}

.product-crm-testimonials .item .profile img {
  width: 100px;
}

.product-crm-testimonials .item .content {
  padding-left: 350px;
  padding-right: 350px;
  color: #e3e3e3;
}

.product-crm-testimonials .item blockquote {
  font-size: 20px;
  font-weight: 300;
  border-left: 0;
  padding: 0;
  position: relative;
}

.product-crm-testimonials .item blockquote p {
  font-weight: 600;
  line-height: 1.6;
  font-size: 16px;
  font-family: Roboto Light;
}

.product-crm-testimonials .item blockquote .fa {
  position: absolute;
  color: #e3e3e3;
  font-size: 22px;
  left: -40px;
}

.product-crm-testimonials .item blockquote .fa-quote-right {
  left: auto;
  right: -40px;
  bottom: 0;
}

.product-crm-testimonials .item blockquote h3 {
  font-family: "Times New Roman", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.product-crm-testimonials .item .source {
  color: #27b1cf;
}

.product-crm-testimonials .item .source .title {
  font-size: 16px;
  color: #666666;
}

/* ======= Press ======= */
.press {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
}

.press .title {
  font-size: 34px;
  font-weight: 300;
  margin-top: 0;
}

.press .press-list {
  text-align: center;
}

.press .press-list.last {
  margin-bottom: 30px;
}

.press .press-list li {
  display: block;
  text-align: center;
}

.press .press-list li img {
  max-width: 120px;
  max-height: 100px;
  margin: 0 auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.press .press-list li img.img-responsive {
  max-width: 100%;
  max-height: 100%;
}

.press .press-list li:hover img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.press .press-lead .title {
  font-size: 18px;
  margin-bottom: 15px;
}

/* ======= cta-section ======= */
.cta-section {
  background: #253340 url("../images/background/bg-footer-1.jpg") no-repeat left top;
  background-size: cover;
  min-height: 420px;
  color: #fff;
  padding-top: 40px;
  border: none;
}

.cta-section.pricing-cta-section {
  background-image: url("../images/background/bg-footer-2.jpg");
}

.cta-section.contact-cta-section {
  background-image: url("../images/background/bg-footer-3.jpg");
}

.cta-section .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}

.cta-section .btn-cta {
  font-size: 20px;
}

.cta-section .intro {
  margin-bottom: 15px;
  color: #fff;
}

.cta-section .counting {
  color: #27b1cf;
  font-weight: bold;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.home-cta-section {
  min-height: 320px;
}

/* ======= Features video ======= */
.features-video {
  padding-top: 170px;
  position: relative;
  z-index: 10;
}

.features-video .title {
  font-size: 36px;
  margin-bottom: 60px;
  margin-top: 0;
  color: #fff;
  font-weight: 300;
}

.features-video .video-container {
  max-width: 800px;
  margin: 0 auto;
}

.features-video iframe {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}

/* ======= Features tabs ======= */
.features-tabbed {
  padding-top: 0;
  padding-bottom: 0;
}

.features-tabbed .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}

.features-tabbed .tab-content {
  padding: 60px 30px;
}

.features-tabbed .tab-content .title {
  font-size: 16px;
  color: #f19180;
  font-weight: bold;
  margin-bottom: 30px;
}

.features-tabbed .tab-content .desc {
  margin-bottom: 30px;
  color: #666666;
}

.features-tabbed .tab-content .desc ul {
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.features-tabbed .tab-content .desc ul li {
  margin-bottom: 10px;
}

.features-tabbed .tab-content .desc ul .fa {
  color: #27b1cf;
  margin-right: 5px;
}

.features-tabbed .tab-content .desc blockquote {
  font-style: italic;
  color: #808080;
}

.features-tabbed .tab-content .desc .table {
  font-size: 14px;
  padding: 15px 0;
}

.features-tabbed .tab-content .desc .box {
  background: #f5f5f5;
  padding: 30px;
  font-size: 14px;
}

.features-tabbed .tab-content .figure {
  margin-bottom: 60px;
}

.features-tabbed .tab-content .figure img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.features-tabbed .tab-content .figure .figure-caption {
  color: #b3b3b3;
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}

.features-tabbed .tab-content .figure .figure-caption a {
  color: #b3b3b3;
}

.features-tabbed .tab-content .figure .figure-caption a:hover {
  color: #27b1cf;
}

#sidebar-modules {
  padding-top: 10px;
  border-bottom: 1px solid #d1d1d1;
  -webkit-box-shadow: 0px 18px 80px -24px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 18px 80px -24px rgba(0, 0, 0, 0.5);
}

.nav-tabs {
  border: none;
  margin: 0 auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
  position: relative;
}

.nav-tabs:before {
  content: "";
  display: block;
  border-bottom: 1px solid #eeeeee;
  position: absolute;
  bottom: 0;
}

.nav-tabs > li {
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  /*background: #fff;*/
  /*border: 1px solid #e7e4e4;*/
  border-right: none;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  margin: 0 5px;
}

.nav-tabs > li > a {
  border-radius: 0;
  background-clip: padding-box;
  margin-right: 0px;
  color: #000;
  padding: 10px 3px;
  font-size: 14px;
  background: #e1e1e1;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  height: 100%;
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  /*border-right: 8px solid #fff;*/
}

.nav-tabs > li > a .fa {
  font-size: 20px;
}

.nav-tabs > li > a:hover {
  background: #f5f5f5;
}

.nav-tabs > li.active {
  /*border-top-color: #27b1cf;

        border-bottom-color: #fff;*/
}

.nav-tabs > li.active > a {
  color: #fff;
  background: #27B1CF;
  -webkit-box-shadow: inset 0 3px 0 #27b1cf;
  box-shadow: inset 0 3px 0 #27b1cf;
}

.nav-tabs > li.active > a:focus {
  color: #fff;
  background: #27B1CF;
  -webkit-box-shadow: inset 0 3px 0 #27b1cf;
  box-shadow: inset 0 3px 0 #27b1cf;
}

.nav-tabs > li.active:hover > a,
.nav-tabs > li.active:focus > a {
  color: #fff;
  background: #27B1CF;
  -webkit-box-shadow: inset 0 3px 0 #27b1cf;
  box-shadow: inset 0 3px 0 #27b1cf;
}

.nav-tabs > li.last a {
  border-right: none;
}

/* ======= Steps ======= */
.steps {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 120px;
}

.steps .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}

.steps .step {
  padding: 30px 60px;
  color: #666666;
}

.steps .step .title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px;
}

.steps .step .title .number {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  background: #27b1cf;
  border: 5px solid #f19180;
  color: #fff;
  margin: 0 auto;
  padding-top: 25px;
  font-size: 26px;
  font-weight: bold;
  font-family: arial, sans-serif;
  margin-bottom: 30px;
}

.steps .step .title .text {
  color: #f19180;
  font-weight: bold;
  font-size: 16px;
}

.steps .btn-cta-primary {
  margin: 0 auto;
  margin-top: 60px;
  font-size: 20px;
}

/* ======= Pricing ======= */
.pricing {
  padding: 80px 0;
  padding-top: 170px;
  position: relative;
  z-index: 10;
}

.pricing .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
}

.pricing .intro {
  color: #fff;
  margin-bottom: 80px;
}

.pricing .item {
  padding: 0;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.pricing .item.best-buy {
  top: -15px;
  z-index: 11;
  position: relative;
}

.pricing .item.best-buy .item-inner {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.pricing .item.best-buy .item-inner:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.pricing .item.best-buy .heading {
  padding-top: 45px;
}

.pricing .item.best-buy .content {
  padding-bottom: 45px;
}

.pricing .item .item-inner {
  background: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  position: relative;
  border: 1px solid #eeeeee;
}

.pricing .item .item-inner:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.pricing .item .heading {
  margin-top: 0;
  padding: 30px 15px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}

.pricing .item .heading .title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 18px;
  border-bottom: 1px dashed #eeeeee;
  color: #444444;
}

.pricing .item .content {
  padding: 30px 15px;
  padding-top: 0;
  font-size: 14px;
}

.pricing .item .price-figure {
  border-radius: 50%;
  background-clip: padding-box;
  margin: 0 auto;
}

.pricing .item .price-figure .number {
  font-size: 42px;
  font-weight: bold;
}

.pricing .item .price-figure .unit {
  font-weight: 400;
  color: #b3b3b3;
}

.pricing .item .price-figure .currency {
  top: -12px;
  right: 2px;
  position: relative;
  font-family: arial, sans-serif;
  color: #666666;
  font-size: 18px;
}

.pricing .item .ribbon {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 110px;
  height: 110px;
  overflow: hidden;
}

.pricing .item .ribbon .text {
  position: relative;
  left: -8px;
  top: 18px;
  width: 158px;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #5d80a1;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: rotate(45deg) translate3d(0, 0, 0);
  -o-transform: rotate(45deg) translate3d(0, 0, 0);
}

.pricing .item .ribbon .text:before, .pricing .item .ribbon .text:after {
  content: '';
  position: absolute;
  bottom: -5px;
  border-top: 5px solid #2e4050;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.pricing .item .ribbon .text:before {
  left: 0;
}

.pricing .item .ribbon .text:after {
  right: 0;
}

.pricing .item .feature-list {
  margin-bottom: 30px;
}

.pricing .item .feature-list li {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px;
}

.pricing .item .feature-list li .fa {
  margin-right: 5px;
  color: #4a6781;
}

.pricing .item .feature-list li.disabled {
  color: #999999;
}

.pricing .item .feature-list li.disabled .fa {
  color: #999999;
}

/* ======= Download Apps ======= */
.download-page .headline-bg {
  height: 1200px;
  background: #253340 url("../images/background/bg-mobile-headline.jpg") no-repeat 50% top;
  background-size: cover;
}

.apps-section {
  min-height: 900px;
  padding-top: 160px;
}

.apps-section .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
}

.apps-section .intro {
  text-align: left;
  margin-bottom: 60px;
}

.apps-section .phone-holder {
  width: 324px;
  height: 651px;
  display: block;
  background: url("../images/mobile/iphone.png") no-repeat left top;
  position: relative;
}

.apps-section .phone-holder .screenshot {
  position: absolute;
  left: 21px;
  top: 75px;
}

.apps-section .content-area .download-list li {
  margin-bottom: 15px;
}

.apps-section .content-area .download-list li .btn {
  width: 220px;
  text-align: left;
}

.apps-section .content-area .info {
  margin-top: 60px;
  margin-bottom: 60px;
  background: rgba(31, 51, 64, 0.8);
  padding: 30px;
  color: #fff;
  border-radius: 4px;
  background-clip: padding-box;
}

.apps-section .content-area .info .title {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
}

/* ======= FAQ Section ======= */
.faq {
  background: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 120px;
}

.faq .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 60px;
}

.faq .panel {
  background: #fff;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}

.faq .panel:hover {
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.1);
}

.faq .panel .panel-heading {
  padding: 15px 30px;
}

.faq .panel .panel-body {
  padding: 30px;
  padding-top: 0;
  color: #666666;
}

.faq .panel .panel-title {
  font-weight: normal;
  color: #666666;
}

.faq .panel .panel-title a {
  text-decoration: none;
}

.faq .panel .panel-title .active {
  color: #27b1cf;
}

.faq .panel .panel-title .panel-toggle .fa {
  margin-right: 10px;
  color: #f19180;
}

.faq .panel .panel-title:hover .fa {
  color: #27b1cf;
}

.faq .contact-lead {
  margin-top: 60px;
}

.faq .contact-lead .title {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
  color: #999999;
}

/* ======= Contact section ======= */
.contact-section {
  padding: 80px 0;
  padding-top: 90px;
  position: relative;
  z-index: 10;
}

.contact-section .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}

.contact-section .intro {
  margin-bottom: 60px;
}

.contact-section .contact-form {
  margin-left: 15px;
  margin-right: 15px;
}

.contact-section .contact-form .contact-form-inner {
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  background-clip: padding-box;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}

.contact-section .contact-form .error {
  color: #27b1cf;
  font-family: arial, sans-serif;
  display: block;
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
  padding-left: 5px;
  font-weight: 300;
}

/* ======= Contact-other section ======= */
.contact-other-section .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}

.contact-other-section .other-info li {
  margin-bottom: 15px;
  padding: 15px;
  position: relative;
  color: #666666;
  text-align: left;
  padding-left: 90px;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background-clip: padding-box;
}

.contact-other-section .other-info li a {
  color: #666666;
}

.contact-other-section .other-info li a:hover {
  color: #27b1cf;
}

.contact-other-section .other-info li .fa {
  position: absolute;
  left: 0;
  top: 0;
  background: #27b1cf;
  color: #fff;
  width: 60px;
  height: 100%;
  font-size: 20px;
  padding-top: 15px;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}

.contact-other-section .other-info li .fa.fa-twitter, .contact-other-section .other-info li .fa.fa-phone {
  font-size: 22px;
}

.contact-other-section .other-info li .fa.fa-map-marker {
  font-size: 22px;
  padding-top: 45px;
}

/* ======= Map section ======= */
.map-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.map-section .title {
  font-size: 36px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}

.map-section .gmap-wrapper {
  padding: 10px;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  background-clip: padding-box;
}

.map-section .gmap {
  height: 400px;
  text-align: left;
  font-weight: normal;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.map-section .gmap * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.map-section .gmap *:before, .map-section .gmap *:after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.map-section .gmap .title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 5px;
}

.map-section .gmap .gm-style-iw {
  width: 150px;
}

/* ======= Blog Slideshow ======= */
.blog-slider {
  margin-bottom: 60px;
  margin-top: 80px;
  border: none;
  height: 400px;
  border-radius: 0;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-slider .slide {
  display: block;
  height: 400px;
  background-color: #253340;
}

.blog-slider .slide:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 10;
}

.blog-slider .slide.slide-1 {
  background: #253340 url("../images/blog/post-1.jpg") no-repeat 50% top;
  background-size: cover;
}

.blog-slider .slide.slide-2 {
  background: #253340 url("../images/blog/post-2.jpg") no-repeat 50% top;
  background-size: cover;
}

.blog-slider .slide.slide-3 {
  background: #253340 url("../images/blog/post-3.jpg") no-repeat 50% top;
  background-size: cover;
}

.blog-slider .slide.slide-4 {
  background: #253340 url("../images/blog/post-4.jpg") no-repeat 50% top;
  background-size: cover;
}

.blog-slider .flex-control-nav {
  bottom: 15px;
  z-index: 10;
}

.blog-slider .flex-control-nav li a {
  background: #5e5e5e;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.blog-slider .flex-control-nav li a.flex-active {
  background: #fff;
}

.blog-slider .flex-direction-nav a {
  text-shadow: none;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 50px;
  display: block;
}

.blog-slider .flex-direction-nav a.flex-prev {
  left: 5% !important;
}

.blog-slider .flex-direction-nav a.flex-prev:before {
  content: "";
  text-indent: -9999px;
  background: url("../images/flexslider/carousel-arrow-prev.png") no-repeat left top;
  display: block;
  width: 30px;
  height: 50px;
}

.blog-slider .flex-direction-nav a.flex-next {
  right: 5% !important;
}

.blog-slider .flex-direction-nav a.flex-next:before {
  content: "";
  text-indent: -9999px;
  background: url("../images/flexslider/carousel-arrow-next.png") no-repeat right top;
  display: block;
  width: 30px;
  height: 50px;
}

.blog-slider:hover .flex-prev {
  left: 5% !important;
}

.blog-slider:hover .flex-next {
  right: 5% !important;
}

.blog-slider .flex-caption {
  padding-top: 90px;
  position: relative;
  z-index: 20;
  text-align: center;
  color: #fff;
}

.blog-slider .flex-caption a {
  color: #fff;
}

.blog-slider .flex-caption .title {
  font-size: 42px;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 0;
}

.blog-slider .flex-caption .title a:hover {
  text-decoration: none;
}

.blog-slider .flex-caption .meta {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  margin-bottom: 30px;
}

.blog-slider .flex-caption a.more-link {
  color: #fff;
}

.blog-slider .flex-caption a.more-link:hover {
  color: #27b1cf;
}

/* Blog homepage */
.blog-list .post {
  padding: 0 15px;
  margin-bottom: 30px;
}

.blog-list .post .post-inner {
  padding: 0px;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
}

.blog-list .post .post-thumb {
  background: #253340;
  overflow: hidden;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}

.blog-list .post .post-thumb img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  background-clip: padding-box;
  margin: 0 auto;
  text-align: center;
}

.blog-list .post .post-thumb img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -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;
}

.blog-list .post .content {
  padding: 30px;
  padding-bottom: 15px;
  color: #666666;
}

.blog-list .post .content .post-title {
  margin-top: 0;
  font-size: 18px;
}

.blog-list .post .content .post-title a {
  color: #253340;
}

.blog-list .post .content .post-entry {
  margin-bottom: 0;
}

.blog-list .post .content .meta {
  font-size: 13px;
  color: #999999;
  margin-bottom: 0;
}

.blog-list .post .content .meta ul {
  margin-left: 0;
  border-top: 1px solid #eeeeee;
  padding-top: 15px;
}

.blog-list .post .content .meta li:first-child {
  padding-left: 0;
}

.blog-list .post .content .meta li .fa {
  margin-right: 5px;
}

.blog-list .post .content .meta li a {
  color: #999999;
}

.blog-list .post .content .meta li a:hover {
  color: #27b1cf;
}

#effect-canvas {
  display: none;
}

@media (min-width: 992px) {
  #effect-canvas {
    display: block;
    position: absolute;
    width: 100%;
    height: 85%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
  }
}

/* Single blog post */
.blog-entry-wrapper {
  padding-bottom: 80px;
}

.blog-entry-wrapper .blog-entry .blog-entry-heading {
  margin-bottom: 60px;
  position: relative;
  height: 500px;
  background: #253340 url("../images/blog/post-2.jpg") no-repeat 50% top;
  background-size: cover;
  color: #fff;
}

.blog-entry-wrapper .blog-entry .blog-entry-heading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.blog-entry-wrapper .blog-entry .blog-entry-heading .container {
  position: relative;
  z-index: 11;
  max-width: 700px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 120px;
}

.blog-entry-wrapper .blog-entry .blog-entry-heading .title {
  margin-bottom: 30px;
  font-size: 42px;
}

.blog-entry-wrapper .blog-entry .blog-entry-heading .meta {
  font-size: 18px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.blog-entry-wrapper .blog-entry .blog-entry-heading .meta a {
  color: #fff;
}

.blog-entry-wrapper .blog-entry .blog-entry-heading .meta a:hover {
  color: #fff;
}

.blog-entry-wrapper .blog-entry .blog-entry-heading .meta .fa {
  margin-right: 5px;
}

.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top {
  position: absolute;
  z-index: 11;
  width: 100%;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 30px;
  margin-bottom: 0;
  font-size: 14px;
}

.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top a {
  color: #fff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.blog-entry-wrapper .blog-entry .blog-entry-heading .post-nav-top a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.blog-entry-wrapper .blog-entry .blog-entry-content {
  font-size: 18px;
  line-height: 1.6;
  color: #666666;
}

.blog-entry-wrapper .blog-entry .blog-entry-content h1,
.blog-entry-wrapper .blog-entry .blog-entry-content h2,
.blog-entry-wrapper .blog-entry .blog-entry-content h3,
.blog-entry-wrapper .blog-entry .blog-entry-content h4,
.blog-entry-wrapper .blog-entry .blog-entry-content h5,
.blog-entry-wrapper .blog-entry .blog-entry-content h6 {
  color: #4a6781;
}

.blog-entry-wrapper .blog-entry .blog-entry-content h1.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h2.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h3.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h4.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h5.section-heading,
.blog-entry-wrapper .blog-entry .blog-entry-content h6.section-heading {
  margin-top: 60px;
  margin-bottom: 30px;
}

.blog-entry-wrapper .blog-entry .blog-entry-content p,
.blog-entry-wrapper .blog-entry .blog-entry-content ul,
.blog-entry-wrapper .blog-entry .blog-entry-content ol {
  margin-bottom: 30px;
}

.blog-entry-wrapper .blog-entry .blog-entry-content ul li,
.blog-entry-wrapper .blog-entry .blog-entry-content ol li {
  margin-bottom: 15px;
}

.blog-entry-wrapper .blog-entry .blog-entry-content .figure {
  margin-bottom: 30px;
}

.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption {
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}

.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption a {
  color: #999999;
}

.blog-entry-wrapper .blog-entry .blog-entry-content .figure .figure-caption a:hover {
  color: #27b1cf;
}

.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style {
  margin-bottom: 30px;
}

.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style li {
  list-style: none;
  margin-bottom: 5px;
}

.blog-entry-wrapper .blog-entry .blog-entry-content .custom-list-style li .fa {
  margin-right: 10px;
  color: #27b1cf;
}

.blog-entry-wrapper .blog-entry .post-nav {
  margin-bottom: 60px;
  margin-top: 60px;
}

.blog-entry-wrapper .blog-entry .post-nav .nav-next {
  float: right;
}

.blog-entry-wrapper .blog-entry .post-nav .nav-next .fa {
  margin-left: 5px;
}

.blog-entry-wrapper .blog-entry .post-nav .nav-previous .fa {
  margin-right: 5px;
}

.blog-entry-wrapper .custom-quote {
  border: none;
  padding: 60px 30px;
  font-family: 'Roboto slab', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
}

.blog-entry-wrapper .custom-quote p {
  color: #666666;
  line-height: 1.6;
}

.blog-entry-wrapper .custom-quote .fa {
  color: #27b1cf;
  margin-right: 10px;
}

.blog-entry-wrapper .custom-quote .source {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 0 !important;
  font-size: 16px;
  text-align: right;
}

.blog-entry-wrapper .custom-quote .source .fa {
  margin-right: 5px;
}

.blog-entry-wrapper .custom-quote .source .name {
  color: #444444;
}

.blog-entry-wrapper .custom-quote .source .title {
  font-size: 16px;
  color: #999999;
}

.blog-entry-wrapper .box {
  padding: 30px;
  background: #f5f5f5;
}

.blog-page .header-blog {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: #fff;
  height: 80px;
}

.blog-page .header-blog .main-nav .nav .nav-item a {
  color: #666666;
}

.blog-page .header-blog .main-nav .nav .nav-item a:hover {
  color: #27b1cf;
}

.blog-page .header-blog .main-nav .nav .dropdown-menu a {
  color: #fff;
}

.blog-page .header-blog h1.logo a {
  max-width: inherit;
  background: none;
  color: #27b1cf;
  padding-left: 0;
  padding-top: 25px;
}

.blog-page .header-blog h1.logo a .sub {
  font-family: "Roboto", arial, sans-serif;
  color: #253340;
  font-weight: 300;
}

.blog-page .header-blog .main-nav .nav .nav-item.last {
  margin-right: 40px;
}

.blog-page .header-blog .main-nav .nav .nav-item.last .fa {
  font-size: 16px;
  margin-right: 5px;
}

/* Blog category page */
.blog-category {
  margin-top: 160px;
}

.blog-category .page-title {
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 300;
  font-size: 36px;
  padding-top: 80px;
}

.blog-category .page-title .fa {
  color: #384d60;
  margin-right: 10px;
  font-size: 30px;
}

.blog-category .blog-list .post .content .post-title {
  font-size: 24px;
}

.blog-category .blog-list .post .content .meta ul {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  padding-top: 5px;
}

.blog-category .blog-category-list .post {
  margin-bottom: 60px;
}

/* Blog archive page */
.blog-archive .blog-list .post .content {
  padding-left: 80px;
}

.blog-archive .post {
  position: relative;
}

.blog-archive .post .date-label {
  background: #f5f5f5;
  display: inline-block;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 13px;
  position: absolute;
  left: 15px;
  top: 30px;
  color: #fff;
}

.blog-archive .post .date-label .month {
  background: #253340;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  padding: 2px 0;
}

.blog-archive .post .date-label .date-number {
  clear: left;
  display: block;
  padding-top: 5px;
  font-size: 18px;
  font-family: 'open sans', arial, sans-serif;
  font-weight: 500;
  color: #253340;
}

/* ======= About Page ======= */
.story-section {
  padding-top: 90px;
  position: relative;
  z-index: 10;
}

.story-section .title {
  font-size: 36px;
  margin-bottom: 60px;
  margin-top: 0;
  color: #fff;
  font-weight: 300;
}

.story-section .story-container-inner {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  background-clip: padding-box;
  text-align: left;
}

.story-section .about {
  padding: 30px;
}

.story-section .belife {
  border-color: #f19180;
  padding: 15px 30px;
  font-family: 'Roboto slab', serif;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  margin: 60px 30px;
  color: #666666;
}

.story-section .press-kit {
  padding-top: 60px;
  padding-bottom: 60px;
}

.story-section .press-kit .title {
  color: #444444;
  font-size: 28px;
}

.story-section .press-kit .btn {
  margin: 30px 0;
}

.story-section .team {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}

.story-section .team .title {
  color: #444444;
  font-size: 28px;
}

.story-section .team .member {
  margin-bottom: 30px;
}

.story-section .team .member .member-inner {
  background: #253340;
  border-radius: 4px;
  background-clip: padding-box;
  position: relative;
  -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;
  text-align: center;
}

.story-section .team .member .member-inner img {
  margin: 0 auto;
}

.story-section .team .member .member-inner:hover img {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.story-section .team .member .member-inner:hover .social {
  visibility: visible;
}

.story-section .team .member .profile {
  background: #253340;
  color: #fff;
  text-align: center;
}

.story-section .team .member .profile .info {
  padding: 15px 0;
}

.story-section .team .member .profile .name {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  font-size: 18px;
}

.story-section .team .member .profile .job-title {
  color: #fff;
  font-size: 14px;
}

.story-section .team .member .social {
  width: 100%;
  top: 50%;
  position: absolute;
  visibility: hidden;
}

.story-section .team .member .social-list {
  display: inline-block;
  margin: 0 auto;
}

.story-section .team .member .social-list a {
  color: #fff;
  background: #253340;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-clip: padding-box;
}

.story-section .team .member .social-list a .fa {
  padding-top: 10px;
  font-size: 18px;
}

.story-section .team .member .social-list a:hover {
  background: #27b1cf;
}

/* ======= Modal ======= */
.modal.modal-video .modal-dialog {
  width: 760px;
  margin-top: 90px;
}

.modal.modal-video .modal-body {
  padding: 0;
  padding-top: 0;
}

.modal.modal-video .modal-header {
  border: none;
  padding: 0;
  position: relative;
}

.modal.modal-video .modal-content {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal.modal-video button.close {
  font-size: 36px;
  font-weight: 300;
  text-shadow: none;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: none;
  position: absolute;
  right: 0px;
  bottom: 5px;
  z-index: 10;
}

.modal.modal-video button.close:hover {
  color: #27b1cf;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.modal-backdrop.in {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

/* ======= Login Page ======= */
.has-full-screen-bg .upper-wrapper {
  background: #253340 url("../images/background/bg-screen-1.jpg") no-repeat 50% top;
  background-size: cover;
}

.has-full-screen-bg.signup-page .upper-wrapper {
  background: #253340 url("../images/background/bg-screen-2.jpg") no-repeat 50% top;
  background-size: cover;
}

.has-full-screen-bg .header h1.logo {
  float: none;
  text-align: center;
}

.has-full-screen-bg .header h1.logo a {
  margin: 0 auto;
}

.access-section {
  padding-bottom: 200px;
  padding-top: 90px;
  padding-left: 10px;
  padding-right: 10px;
}

.access-section .form-box .form-box-inner {
  background: #fff;
  border-radius: 4px;
  background-clip: padding-box;
  padding: 40px;
}

.access-section .form-box .title {
  font-weight: 300;
  margin-bottom: 60px;
  margin-top: 0;
}

.access-section.signup-section .title {
  margin-bottom: 15px;
}

.access-section.signup-section .intro {
  margin-bottom: 60px;
}

.access-section .form-group {
  position: relative;
}

.access-section .form-group.email:before {
  content: "\f007";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 12px;
  color: #999999;
}

.access-section .form-group.password:before {
  content: "\f023";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 12px;
  color: #999999;
}

.access-section .form-control {
  font-size: 16px;
  padding-left: 30px;
  font-size: 14px;
}

.access-section .form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}

.access-section .form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}

.access-section .form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}

.access-section .form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}

.access-section .social-btns {
  padding-left: 60px;
  min-height: 250px;
  margin-bottom: 15px;
}

.access-section .social-btns li {
  margin-bottom: 10px;
}

.access-section .social-btns li .btn {
  color: #fff;
  min-width: 220px;
  text-align: left;
}

.access-section .social-btns li .btn:hover {
  color: #fff;
}

.access-section .social-btns li .btn .fa {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding-right: 10px;
  width: 30px;
}

.access-section .twitter-btn {
  background: #55acee;
}

.access-section .twitter-btn:hover {
  background: #2795e9;
}

.access-section .facebook-btn {
  background: #3b5998;
}

.access-section .facebook-btn:hover {
  background: #2d4373;
}

.access-section .google-btn {
  background: #dd4b39;
}

.access-section .google-btn:hover {
  background: #c23321;
}

.access-section .github-btn {
  background: #444444;
}

.access-section .github-btn:hover {
  background: #2b2b2b;
}

.access-section .forgot-password {
  font-size: 13px;
  margin-top: 10px;
}

.access-section .forgot-password a {
  color: #999999;
}

.access-section .forgot-password a:hover {
  text-decoration: underline;
  color: #27b1cf;
}

.access-section .divider {
  border-left: none;
  margin-bottom: 30px;
  position: static;
}

.access-section .divider span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
  top: inherit;
  text-transform: uppercase;
  color: #999999;
}

.access-section .divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #e5e5e5;
  height: 1px;
  width: 100%;
}

.access-section .social-btns {
  padding-left: 0;
  text-align: center;
}

.access-section .social-btns .btn {
  min-width: 100%;
}

.access-section .social-btns .social-login {
  display: inline-block;
  margin: 0 auto;
}

.access-section .note {
  color: #999999;
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.access-section .btn + .note {
  margin: 15px 0;
}

.access-section .remember label {
  font-size: 14px;
  color: #666666;
}

.access-section .lead {
  font-size: 14px;
  color: #999999;
  margin-top: 30px;
}

/* ======= Reset Password Page ======= */
.resetpass-section .form-box .title {
  margin-bottom: 30px;
}

.resetpass-section .intro {
  font-size: 16px;
  margin-bottom: 30px;
}

/* ======= Footer ======= */
.footer {
  background: #232635;
  color: #fff;
  padding-top: 0;
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
  z-index: 20;
}

.footer_top {
  border-top: 4px #3a89ca solid;
  padding-top: 3%;
}

.footer-black {
  border-top: 1px #3a444e solid;
  background-color: #1e1f24;
  padding: 45px 0;
  /*margin-bottom: 25px;*/
  padding-bottom: 25px;
}

.footer-black-line {
  border-top: 1px #313131 solid;
  padding-top: 15px;
  text-align: center;
}

.footer-black-line p {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 96%;
}

.footer-black .social {
  margin: 6px 0 0 0;
}

.footer-black .social li a {
  color: #fff;
  font-size: 26px;
  text-decoration: none;
}

.footer-col .contact p,
.footer-col .contact small {
  color: #fff;
  opacity: .8;
}

.footer-bottom {
  background-color: #1d1f2b;
  padding: 40px 0;
  margin: 0;
}

.footer-bottom span.title {
  color: #c7d5de;
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
}

.footer-bottom span.icon {
  display: inline-block;
  border-radius: 50%;
  background-color: #1081df;
  text-align: center;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}

.footer-bottom span.icon i {
  font-size: 12px;
  color: #fff;
}

.footer-bottom .street-address {
  display: block;
  color: #86949f;
  font-size: 13px;
  line-height: 15px;
}

.footer p {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.footer .btn-cta,
.footer a.btn-cta {
  padding: 9px 10px;
}

.footer .footer-col.links .fa {
  margin-right: 5px;
}

.footer .footer-col.links li {
  margin: 0;
  background: url(../images/footer-dot.png) no-repeat 0 13px;
  padding: 4px 0 4px 8px;
  /*border-bottom: 1px solid #202332;

        box-shadow: 0 1px 0 #2d303f;*/
}

.double li {
  /*!!jagaa*/
  display: block;
  width: 48%;
  float: left;
  padding-right: 8px !important;
}

.footer .footer-col.connect .social {
  margin-bottom: 15px;
  overflow: hidden;
}

.footer .footer-col.connect .social li {
  margin-right: 4px;
}

.footer .footer-col.connect .social li a .fa {
  color: #b3b3b3;
  font-size: 22px;
}

.footer .footer-col.connect .social li a:hover .fa {
  color: #27b1cf;
}

.footer .footer-col.connect .btn-cta-primary {
  background: #5d80a1;
  border-color: #5d80a1;
}

.footer .footer-col.connect .btn-cta-primary:hover {
  background: #4a6781;
  border-color: #4a6781;
}

.footer .footer-col .title {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 20px;
  background: url(../images/footer-line.png) no-repeat left bottom;
  text-transform: uppercase;
  padding-bottom: 7px;
}

.footer .footer-col p {
  color: #fff;
}

.footer .footer-col a {
  color: #9fb0ba;
  font-size: 13px;
}

.footer .footer-col a:hover {
  color: #8da6bd;
}

.footer .footer-col .navbar-form {
  padding-left: 0;
  padding-right: 0;
}

.footer .footer-col .navbar-form .form-control {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.footer .footer-col .navbar-form .form-control:focus {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.footer .has-divider {
  border-top: 1px solid #2b3b4a;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer .download .download-list li {
  margin-bottom: 15px;
}

.footer .download .download-list li .btn-ghost {
  text-align: left;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  width: 230px;
}

.footer .download .download-list li .btn-ghost:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.footer .contact p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.footer .contact p a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.footer .contact .fa {
  margin-right: 10px;
  font-size: 20px;
}

.footer .contact .email .fa {
  font-size: 16px;
}

.footer .bottom-bar {
  border-top: 1px #3a444e solid;
  background-color: #1d1f2b;
  color: #b3b3b3;
  font-size: 15px;
  padding: 10px 0;
}

.footer .bottom-bar .copyright {
  line-height: 1.6;
}

/* ======= Pagination ======= */
.pagination {
  margin-bottom: 60px;
  font-size: 14px;
  font-family: arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
}

.pagination li a {
  border-radius: 4px;
  background-clip: padding-box;
  border: none;
  margin-right: 5px;
  color: #27b1cf;
}

.pagination li a:hover {
  color: #da3518;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #27b1cf;
  border: none;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #fbe1dc;
  border: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 4px;
  background-clip: padding-box;
  background: none;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 4px;
  background-clip: padding-box;
  background: none;
}

/* ======= Search Form ======= */
.searchbox-icon,
.searchbox-submit {
  width: 38px;
  height: 38px;
  display: block;
  position: absolute;
  top: 0;
  font-size: 16px;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 2.4;
  text-align: center;
  cursor: pointer;
  color: #ef7d69;
  background: #fff;
}

.searchbox-icon:hover {
  color: #e9553b;
}

.searchbox-submit {
  font-size: 14px;
  font-family: arial, sans-serif;
}

.searchbox-container {
  width: 100%;
}

.searchbox-container .searchbox {
  position: relative;
  display: inline-block;
  height: 38px;
  width: 100%;
  float: right;
  top: -50px;
  right: 0;
  /* new */
  min-width: 38px;
  width: 0%;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
}

.searchbox-container .searchbox.searchbox-open {
  width: 100%;
}

.searchbox-container .searchbox.searchbox-open .searchbox-icon,
.searchbox-container .searchbox.searchbox-open .searchbox-submit {
  background: #27b1cf;
  color: #fff;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}

.searchbox-container .searchbox .searchbox-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  width: 100%;
  height: 38px;
  margin: 0;
  padding-left: 20px;
  font-size: 13px;
}

.searchbox-container .searchbox .searchbox-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a6a6a6;
}

.searchbox-container .searchbox .searchbox-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a6a6a6;
}

.searchbox-container .searchbox .searchbox-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a6a6a6;
}

.searchbox-container .searchbox .searchbox-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a6a6a6;
}

/* ======= IE9 Fix ======= */
.ie9 .pricing .item .ribbon,
.ie8 .pricing .item .ribbon {
  top: 0px;
  right: 0px;
  height: 60px;
}

.ie9 .pricing .item .ribbon .text,
.ie8 .pricing .item .ribbon .text {
  position: static;
  font-size: 13px;
  width: auto;
  padding: 5px;
}

.ie9 .pricing .item .ribbon .text:before,
.ie8 .pricing .item .ribbon .text:before,
.ie9 .pricing .item .ribbon .text:after,
.ie8 .pricing .item .ribbon .text:after {
  display: none;
}

/* ======= Configure Style (Remove in production) ======= */
.config-wrapper {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 100;
}

.config-wrapper-inner {
  position: relative;
}

.config-trigger {
  display: block;
  position: absolute;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #f5f5f5;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
}

.config-trigger:hover {
  text-decoration: none;
}

.config-trigger:hover .fa {
  color: #253340;
}

.config-trigger .fa {
  font-size: 22px;
  padding-top: 8px;
  display: block;
  color: #2b2b2b;
}

.config-panel {
  width: 170px;
  display: none;
  background: #f5f5f5;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  background-clip: padding-box;
}

.config-panel h5 {
  margin-bottom: 15px;
}

.config-panel #color-options {
  margin-bottom: 10px;
}

.config-panel #color-options li {
  padding-right: 0;
}

.config-panel #color-options li a {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
}

.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(0, 0, 0, 0.8);
}

.config-panel #color-options li.active a {
  border: 2px solid #000;
}

.config-panel #color-options li.theme-1 a {
  background: #27b1cf;
}

.config-panel #color-options li.theme-2 a {
  background-color: #28a5a8;
}

.config-panel #color-options li.theme-3 a {
  background-color: #497cb1;
}

.config-panel #color-options li.theme-4 a {
  background-color: #f89d29;
}

.config-panel #color-options li.theme-5 a {
  background-color: #34495e;
}

.config-panel #color-options li.theme-6 a {
  background-color: #47c9af;
}

.config-panel #color-options li.theme-7 a {
  background-color: #a06081;
}

.config-panel #color-options li.theme-8 a {
  background-color: #96a94b;
}

.config-panel #color-options li.theme-9 a {
  background-color: #f06060;
}

.config-panel #color-options li.theme-10 a {
  background-color: #737f97;
}

.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}

.config-panel .close .fa {
  color: #253340;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .config-wrapper {
    display: none;
  }
  #topcontrol {
    display: none !important;
  }
  .has-full-screen-bg.access-page .upper-wrapper {
    background: #384d60;
  }
  .access-section {
    padding-top: 15px;
  }
  .headline-bg + .section,
  .bg-slider-wrapper + .section {
    padding-top: 45px;
  }
  .pricing .intro {
    margin-bottom: 45px;
  }
  .features-video iframe {
    padding: 5px;
  }
  .features-tabbed {
    padding-top: 160px;
  }
  .access-section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
  .signup-page .form-box .intro,
  .login-page .form-box .title {
    margin-bottom: 45px;
  }
  .section .title {
    font-size: 32px;
  }
  .section .intro {
    font-size: 16px;
  }
  .promo {
    height: 420px;
  }
  .why .item .content {
    margin-bottom: 60px;
  }
  .why .control {
    top: 58px;
    margin-left: -30px;
  }
  .why .item .title {
    margin-bottom: 30px;
    text-align: center;
  }
  .testimonials .item .profile {
    position: static;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }
  .testimonials .item .content {
    padding-left: 60px;
  }
  .testimonials .item blockquote {
    font-size: 18px;
  }
  .pricing .item.best-buy {
    position: static;
    z-index: inherit;
  }
  .nav-tabs > li > a {
    padding: 10px 5px;
  }
  .apps-section .phone-holder {
    background-size: 280px auto;
  }
  .apps-section .phone-holder .screenshot {
    width: 242px;
    top: 66px;
  }
  .searchbox-container .searchbox {
    width: 100%;
    top: inherit;
    float: none;
    margin-bottom: 30px;
  }
  .searchbox-icon {
    display: none;
    background: #27b1cf;
    color: #fff;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-clip: padding-box;
  }
  .searchbox-submit {
    background: #27b1cf;
    color: #fff;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-clip: padding-box;
  }
  .searchbox-icon:hover,
  .searchbox-submit:hover {
    color: #fff;
  }
  .main-nav .navbar-collapse .navbar-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .blog-page .header-blog {
    position: relative;
  }
  .blog-page .header-blog .main-nav .nav .nav-item a {
    color: #fff;
  }
  .blog-page .header h1.logo {
    float: left;
    margin: inherit;
  }
  .blog-page .header .main-nav .navbar-toggle {
    margin-bottom: 0;
    top: 20px;
  }
  .blog-page .header .main-nav .navbar-toggle .icon-bar {
    background-color: #384d60;
  }
  .blog-page .header .main-nav .navbar-toggle:hover .icon-bar {
    background-color: #253340;
  }
  .blog-page .flexslider {
    margin-top: 0;
  }
  .blog-category {
    margin-top: 0;
  }
  .blog-page .navbar-collapse {
    top: 80px;
  }
  .blog-page .header.navbar-fixed-top .main-nav .nav .nav-item a {
    color: #fff;
  }
  .blog-slider .flex-caption .title {
    font-size: 36px;
  }
  .searchbox-container .searchbox .searchbox-input {
    position: static;
  }
  .footer-col {
    margin-bottom: 30px;
  }
  .footer-col .form-control {
    width: auto;
  }
  .footer .footer-col .navbar-form {
    padding-left: 15px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .footer .footer-col .navbar-form .form-control {
    display: inline-block;
  }
  .modal.modal-video .modal-dialog {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .download-page .headline-bg {
    height: 1600px;
  }
  .story-section .about {
    padding: 0;
  }
  .story-section .belife {
    margin-left: 0;
    margin-right: 0;
  }
  .story-section .team {
    padding: 0;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .config-wrapper {
    display: none;
  }
  .header {
    height: inherit;
  }
  .header.scrolled {
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header.scrolled .main-nav .nav .nav-item a {
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    background: inherit;
    border-color: inherit;
  }
  .header.scrolled .main-nav .nav .dropdown-menu a {
    color: #fff;
  }
  .header.navbar-fixed-top {
    position: fixed;
    height: 66px;
  }
  .blog-slider,
  .blog {
    margin-top: 0;
  }
  .header h1.logo {
    float: left;
    text-align: center;
  }
  .header h1.logo a {
    margin: 0 auto;
  }
  .header .main-nav .nav .nav-item {
    margin-right: 0;
  }
  .main-nav.navbar-right {
    /*float: none !important;*/
  }
  .blog-page .main-nav.navbar-right {
    float: right !important;
  }
  .navbar-collapse.collapse {
    text-align: right;
    padding-right: 35px;
  }
  .navbar-collapse.collapse .navbar-nav {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
  .blog-page .header-blog {
    position: relative;
  }
  .blog-page .header h1.logo {
    float: left;
    margin: inherit;
  }
  .promo {
    height: 420px;
    padding-top: 80px;
  }
  .promo.section .intro {
    margin-bottom: 30px;
  }
  .promo.section p {
    color: #fff;
  }
  .promo .btn-link {
    margin-top: 15px;
  }
  .why .item .content {
    margin-bottom: 60px;
  }
  .why .control {
    top: 128px;
    margin-left: -45px;
  }
  .why .item .title {
    margin-bottom: 30px;
    text-align: center;
  }
  .apps-section .phone-holder {
    background-size: 280px auto;
  }
  .apps-section .phone-holder .screenshot {
    width: 242px;
    top: 66px;
  }
  .footer-col {
    margin-bottom: 15px;
  }
  .modal.modal-video .modal-dialog {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .access-page .navbar-collapse.collapse .navbar-nav {
    display: none;
  }
  .features-video,
  .pricing {
    padding-top: 90px;
  }
  .apps-section {
    padding-top: 80px;
  }
  .story-section {
    padding-top: 90px;
  }
  .contact-section {
    padding-top: 45px;
  }
}

.custombacks:before,
.scrolled .custombacks:before {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center bottom;
  /*background-image: url(../images/header/header_back.png);*/
  /*filter: blur(1px);*/
  content: ' ';
  /*opacity: 0.5;*/
  -webkit-box-shadow: 0px 0px 34px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 34px -4px rgba(0, 0, 0, 0.5);
}

.custombacks.glass:before,
.scrolled .custombacks.glass:before {
  background-color: #000;
  opacity: 0.5;
  /*0.28*/
  -webkit-box-shadow: 0px 0px 34px -4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 34px -4px rgba(0, 0, 0, 0.5);
}

.custombacks {
  position: relative;
}

.custombacks .container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.header.glass .main-nav .nav .nav-item a {
  color: #fff;
  font-family: "Roboto Bold";
}

.header.glass .main-nav .nav .nav-item a:hover, .header.glass .main-nav .nav .nav-item a:focus, .header.glass .main-nav .nav .nav-item a:active {
  color: #fff;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .config-wrapper {
    display: block;
  }
  .header {
    height: 66px;
  }
  .header.navbar-fixed-top {
    position: fixed;
  }
  .header.scrolled {
    /*background: #000;*/
    z-index: 1000;
    height: 66px;
    top: 0;
    /*-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);

        -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);

        box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/
  }
  .header.scrolled h1.logo a {
    padding-left: 0;
    padding-top: 6px;
  }
  .header.scrolled .main-nav .nav .nav-item a {
    /*color: #000;*/
    color: #fff;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .header.scrolled .main-nav .nav .nav-item.nav-item-cta a.btn-cta-secondary {
    background: #27b1cf;
    border-color: #27b1cf;
  }
  .header.scrolled .main-nav .nav .dropdown-menu a {
    color: #fff;
  }
  .main-nav {
    /*float: left !important;*/
  }
  .navbar-form .form-control {
    width: 280px;
  }
  .header h1.logo {
    float: left;
    margin: inherit;
  }
  .header .main-nav .nav .nav-item {
    margin-right: 0;
  }
  .main-nav.navbar-left {
    float: left !important;
  }
  .promo {
    height: 390px;
    /*topbanner 418px*/
    padding-top: 200px;
  }
  .home1 {
    height: 650px;
  }
  .home1 .flexslider .slide {
    height: 650px;
  }
  .home1 .section-on-box {
    max-width: inherit;
    padding: 0;
    text-align: center;
  }
  .home1 .title {
    font-weight: 400;
  }
  .home1.section .intro,
  .home1 .section-on-box p {
    text-align: justify;
    margin: 20px 10% 0;
    max-width: inherit;
  }
  .home1 .container {
    margin-top: 75px;
  }
  .promo.section .intro {
    margin-bottom: 20px;
  }
  .promo .btn-link {
    margin-top: 15px;
  }
  .why .item .content {
    margin-bottom: inherit;
    font-size: 1.2em;
    font-weight: 300;
    text-align: justify;
  }
  .why .item .content ul {
    margin-top: 15px;
    list-style: none;
    padding: 0;
  }
  .why .item .content ul li {
    list-style-type: none;
    font-size: 0.8em;
    padding-left: 15px;
    padding-bottom: 10px;
    font-weight: 300;
    color: #515151;
    text-align: left;
  }
  .why .item .content li:before {
    content: "⚫";
    margin-left: -15px;
    padding-right: 5px;
    color: #41AF4C;
    font-size: 0.5em;
    position: relative;
    top: -2px;
  }
  .why .control {
    top: 128px;
    margin-left: -28px;
  }
  .modal.modal-video .modal-dialog {
    width: 760px;
    padding-left: 0;
    padding-right: 0;
  }
  .access-page .navbar-collapse.collapse .navbar-nav {
    display: none;
  }
  .access-section .divider {
    text-align: center;
    margin-bottom: 30px;
    color: #999999;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .access-section .divider span {
    background: #fff;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    top: 80px;
    margin-left: -10px;
  }
  .access-section .divider:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #e5e5e5;
    height: 100%;
    width: 1px;
  }
  .access-section .social-btns {
    padding-left: 65px;
  }
  .access-section .social-btns .note {
    text-align: left;
  }
  .blog-slider {
    margin-top: 80px;
  }
  .why .item .title {
    margin-bottom: 15px;
    text-align: left;
  }
  .why .figure {
    text-align: left;
  }
  .blog-page .header-blog {
    position: fixed;
  }
  .blog-page .blog-category,
  .blog-page .blog-archive {
    margin-top: 80px;
  }
  .blog-entry-wrapper {
    margin-top: 80px;
  }
  /* Only show QR code for desktop */
  .download-area {
    overflow: hidden;
  }
  .download-area .download-list {
    float: left;
  }
  .download-area .qrcode-holder {
    float: left;
    margin-left: 45px;
    text-align: center;
  }
  .download-area .qrcode-holder .qrcode {
    max-width: 140px;
    margin: 0 auto;
  }
  .download-area .qrcode-holder .qrcode .caption {
    font-size: 12px;
    background: #fff;
    padding: 0 15px;
    padding-bottom: 15px;
    color: #253340;
    font-family: arial, sans-serif;
  }
  .navbar-fixed-top .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
  .features-video,
  .pricing {
    padding-top: 170px;
  }
  .apps-section {
    padding-top: 160px;
  }
  .story-section {
    padding-top: 170px;
  }
  .contact-section {
    padding-top: 125px;
  }
  .bg-slider-wrapper {
    position: fixed;
  }
}

/* veritech cart style */
.veritech_pcard {
  background-color: #FFFFFF;
  border: 1px solid #f5f5f5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 50px 25px;
  margin-bottom: 30px;
  min-height: 245px;
  width: 250px;
  margin: 15px;
}

.veritech_pcard .icon {
  width: 76px;
  height: auto;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.veritech_pcard .ctitle {
  font-size: 12px;
  /*13px*/
  text-transform: uppercase;
  font-weight: bold;
  color: #28b87d;
  /*28b67c*/
  line-height: 14px;
  /*16px*/
}

.veritech_pcard .ctitle a {
  color: #28b87d;
}

.veritech_pcard .cdesc {
  margin-top: 10px;
  line-height: 16px;
  color: #5a5a5a;
  height: 48px;
}

.veritech_pcard:hover {
  -webkit-box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: #FFFFFF;
}

.veritech_pcard.vgreen {
  background: #2db87f;
  color: #fff;
}

.veritech_pcard.vgreen .ctitle,
.veritech_pcard.vgreen .cdesc {
  color: #fff;
}

.veritech_pcard .icon_border {
  width: 76px;
  height: 76px;
  display: block;
  border: 2px solid #2db87f;
  border-radius: 50%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.veritech_pcard .icon_border img {
  width: 42px;
  margin-top: 13px;
}

.veritech_pcard .icon_border .fa {
  font-size: 40px;
  margin-top: 15px;
  color: #2db87f;
}

.veritech_pcard.vgreen .icon_border {
  border-color: #fff;
}

.veritech_pcard:hover .icon_border {
  border-color: #2db87f;
}

.veritech_pcard:hover .icon_border .fa {
  color: #2db87f;
}

.veritech_pcard.comingsoon {
  background: #fff;
  position: relative;
  overflow: hidden;
}

.veritech_pcard.comingsoon .ctitle,
.veritech_pcard.comingsoon .cdesc {
  color: #a1a1a1 !important;
}

.veritech_pcard.comingsoon img.icon,
.veritech_pcard.comingsoon:hover img.icon {
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.veritech_pcard.comingsoon:before {
  position: absolute;
  display: none;
  content: 'Тун удахгүй';
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background: #3c3c3c;
  right: -50px;
  top: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#service,
#product {
  overflow: hidden;
  padding: 20px 0 0 0;
}

#service .filtering,
#product .filtering {
  position: relative;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}

#service .filtering span,
#product .filtering span {
  margin-right: 30px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

#service .filtering span:last-child,
#product .filtering span:last-child {
  margin: 0;
}

#service .filtering .active,
#product .filtering .active {
  border-color: #2db87f;
  color: #2db87f;
  padding-bottom: 5px;
}

#service .items,
#product .items {
  margin-bottom: 30px;
  height: 340px;
  display: -ms-inline-grid;
  display: inline-grid;
}

#service .item-img,
#product .item-img {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 50px 25px;
  margin: 0;
}

#service .item-img h4,
#product .item-img h4 {
  color: #2db87f;
  line-height: 23px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#service .item-img p,
#product .item-img p {
  color: #000;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}

#service .item-img:hover,
#product .item-img:hover {
  -webkit-box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 42px 60px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border-color: #FFFFFF;
}

#service .item-img:hover .item-img-overlay,
#product .item-img:hover .item-img-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#service .item-img h6,
#product .item-img h6 {
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}

#service .item-img a,
#product .item-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  cursor: pointer;
  text-indent: -999px;
}

#service .item-img-overlay,
#product .item-img-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(255, 255, 255, 0.95);
  color: #35424C;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

#service .item-img-overlay p,
#product .item-img-overlay p {
  padding: 0 15px;
  text-align: center;
}

#service .btn-transparent,
#product .btn-transparent {
  color: #2db87f;
  border: 2px solid #2db87f;
  position: absolute;
  bottom: 55px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}

#service .btn-transparent:hover,
#product .btn-transparent:hover {
  background-color: #0000001f;
}

#service .btn-rounded,
#product .btn-rounded {
  border-radius: 70px;
}

#service .btn-large,
#product .btn-large {
  padding: 8px 40px;
  font-size: 14px;
  font-family: Roboto Light;
}

#service {
  padding: 0 0 0 0;
}

#service .filtering span {
  margin-right: 15px;
}

#service .items {
  margin-bottom: 30px;
  height: 250px;
  display: -ms-inline-grid;
  display: inline-grid;
}

#service .items .item-img {
  padding: 35px 15px;
}

#service .items .item-img img {
  width: 150px;
}

/* green*/
/*********************************************************************/
.homeproduct {
  margin-top: 15px;
  margin-left: auto;
  float: right;
  /* margin-right: 180px; */
  padding-right: 0 !important;
}

.home-product-desc {
  line-height: 1.5;
  font-size: 14px;
  color: #505050;
  margin-bottom: 20px;
  font-weight: 300;
}

.home-product-desc1 {
  line-height: 1.6;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 300;
  margin-top: -30px;
}

.home-product-list {
  text-align: center;
  position: relative;
  vertical-align: text-top;
}

.home-product-list .product-inside {
  margin-bottom: 0;
}

.home-product-list.allproduct .product-inside {
  margin-bottom: 10px;
}

.home-product-list.allproduct .veritech_pcard {
  min-height: 245px;
}

.home-product-list.allproduct .subtitle {
  color: #3c3c3c;
  font-size: 18px;
  line-height: 20px;
  margin: 25px 0 15px 0;
  /*text-align: left;*/
  text-transform: uppercase;
}

.jagaa-product {
  background: #f1f1f1;
  margin-bottom: 10px;
  width: 100%;
  /*150px*/
  height: 75px;
  /*150px*/
  margin-top: 10px;
  margin-bottom: 15px;
}

.product-icon {
  width: auto;
  height: 50px;
  top: 5px;
  /*43px*/
  position: relative;
}

.module .product-icon {
  height: 42%;
  top: 35px;
}

.mysystem:hover .jagaa-product {
  /*background: #3a89ca;

    box-shadow: inset 0 0 100px 0 #e0e0e0;*/
  /*filter: brightness(85%);*/
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.home-product-list .product_image {
  max-height: 76px;
  /*80 50*/
  width: auto;
}

.home-product-list .product-inside span.product-descr {
  /*!!jagaa padding-top: 10px;

        display: block;

        font-size: 12px;

        color: #999;

        text-align: center;

        margin-bottom: 0;

        height: 50px;

        overflow: hidden;*/
  padding-top: 8px;
  display: block;
  font-size: 13px;
  /*1.5rem*/
  color: #717171;
  text-align: center;
  margin-bottom: 0;
  /* height: 50px; */
  /* overflow: hidden; */
}

.home-product-list .product-inside .product-more-btn {
  text-decoration: none;
  border: 2px #a1b2bc solid;
  color: #a1b2bc;
  background-color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  font-weight: 600;
}

.home-product-list .product-inside .product-more-btn:hover {
  background-color: #a1b2bc;
  color: #fff;
}

/* ======= product page */
.product-list .col-md-4 {
  background: url(../images/product-split-line.png) no-repeat right center;
}

.product-list .col-md-4:last-child {
  background: none;
}

.product-list a {
  display: block;
  color: #2c3e50;
  font-size: 15px;
  line-height: 16px;
  outline: none;
  margin-bottom: 40px;
}

.product-list a span {
  display: block;
  float: left;
  background: url(../images/icon-blue.png) no-repeat;
  width: 35px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  margin: 0 10px 0 0;
}

.product-list a span i {
  margin: 12px 0 0 10px;
}

.product-list a:hover span {
  background: url(../images/icon-blue-hover.png) no-repeat;
}

.product-list .col-md-6 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.product-list-tbl {
  display: table;
  width: 100%;
}

.product-list-tbl .product-list-tbl-row {
  display: table-row;
}

.product-list-tbl .product-list-tbl-row .product-list-tbl-left-cell {
  display: table-cell;
  vertical-align: top;
  width: 50px;
}

.product-list-tbl .product-list-tbl-row .product-list-tbl-right-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

/* ======= product page */
.quality-list {
  padding: 0;
  margin: 20px 0 0 0;
}

.big-icon {
  display: block;
  padding: 30px 0;
  margin: 0;
  width: 100%;
  border: 2px #8a8a8a solid;
  text-align: center;
}

.big-icon i {
  color: #8a8a8a;
  font-size: 45px;
}

.quality-row {
  margin-bottom: 15px;
}

.quality-row:hover .big-icon {
  border: 2px #41AF4B solid;
}

.quality-row:hover .big-icon i {
  color: #41AF4B;
}

.quality-link {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #00081f;
}

.quality-descr {
  font-size: 13px;
  padding: 15px 0 0 0;
  margin: 0;
}

.service-container-inner {
  /*max-width: 820px;*/
  margin: 0 auto;
  max-width: 80%;
}

.service-item {
  background: #e1e1e1;
  border: 0;
  border-radius: 0;
  padding: 25px 20px;
  margin: 30px 0 60px 0;
  height: 232px;
  /*-webkit-box-shadow: 0px 0px 9px 0px #b5b5b5;
    -moz-box-shadow: 0px 0px 9px 0px #b5b5b5;

    box-shadow: 0px 0px 9px 0px #b5b5b5;*/
}

.service-item:hover {
  background: #fff;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-box-shadow: 0px 0px 9px 0px #b5b5b5;
  box-shadow: 0px 0px 9px 0px #b5b5b5;
}

.service-item-preview {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-top: -51px;
  border: 1px solid #e7e4e4;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  padding: 4px;
  background-color: #fff;
}

.service-item-preview-sub {
  border: 1px solid #06498c;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #06498c;
  font-size: 19px;
}

.service-item-preview-sub i {
  margin-top: 9px;
}

.service-item-title {
  /*!!jagaa color: #27b1cf;

    font-weight: normal;

    font-size: 14px;

    text-align: center;

    line-height: 15px;

    padding: 10px 0;

    margin: 0 0 10px 0;

    text-transform: uppercase;

    height: 45px;

    overflow: hidden;*/
  color: #06498c;
  font-weight: 700;
  font-size: 1.7rem;
  text-align: center;
  line-height: 2.0rem;
  padding: 10px 0;
  /* margin: 0 0 10px 0; */
  /*text-transform: uppercase;*/
  /* height: 45px; */
  /* overflow: hidden; */
}

.service-item-descr {
  text-align: center;
  /*font-size: 13px;

    color: #999;*/
  font-size: 1.5rem;
  color: #818181;
}

/*********************************************************/
.service_list .service_item {
  background-color: #546376;
  /*828c90*/
  min-height: 350px;
  position: relative;
}

.service_list .service_item .service_bg {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: top;*/
  top: 0;
  z-index: 0;
}

.service_list .service_item .description {
  position: relative;
  width: 50%;
  z-index: 1;
  /*border: 1px solid red;*/
  padding: 50px 15px 0 50px;
  float: right;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  /* max-height: 600px;

       overflow-y: scroll;

       overflow-y: scroll-hide;*/
}

.service_list .service_item .description .title {
  margin: 15px 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #fff;
  font-size: 28px;
}

.service_list .service_item .description .text {
  margin-bottom: 25px;
  width: 100%;
  max-height: 430px;
  /**/
}

.service_list .service_item .description .text .more_text {
  display: none;
  /**/
  margin-top: 15px;
}

.service_list .service_item .description .text .more_text ul {
  text-align: left;
}

.service_list .service_item .description .text .more_text ul li {
  margin-bottom: 10px;
}

.service_list .service_item .description .service_more {
  width: 35px;
  /*180px*/
  display: block;
  height: 35px;
  line-height: 35px;
  /*background: #fff;*/
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: none;
  font-size: 2em;
  margin: 0 0 35px;
  border: 1px solid #fff;
}

.service_list .service_item .description .service_more:hover {
  /*border-radius: 0;*/
  background: #fff;
  color: #2db87f;
}

.service_list .service_item .description .service_more .fa {
  font-size: 18px !important;
  position: relative;
  top: -3px;
}

.service_list .service_item.service1 .service_bg {
  background-image: url(/assets/images/banner/service1_bg.jpg);
  background-position: right top;
  left: 0;
}

.service_list .service_item.service2 {
  background-color: #ffffff;
}

.service_list .service_item.service2 .service_bg {
  background-image: url(/assets/images/banner/service2_bg.jpg);
  background-position: left top;
  right: 0;
}

.service_list .service_item.service2 .description {
  float: left;
  text-align: right;
  padding: 50px 35px 0 15px;
  color: #494949;
  /* 3c3c3c */
}

.service_list .service_item.service2 .description .text {
  padding-right: 15px;
}

.service_list .service_item.service2 .description .title {
  border-color: #b4b4b5;
  margin-right: 15px;
}

.service_list .service_item.service2 .description .service_more {
  float: right;
  margin-right: 15px;
}

.service_list .service_item.service2 .os-content {
  text-align: right !important;
}

.service_list .service_item.service3 {
  background-color: #f1f0f0;
}

.service_list .service_item.service3 .service_bg {
  background-image: url(/assets/images/banner/service3_bg.jpg);
  background-position: right top;
  left: 0;
}

.service_list .service_item.service3 .description {
  color: #494949;
}

.service_list .service_item.service3 .description .title {
  border-color: #b4b4b5;
}

.service_list .service_item.service4 {
  background-color: #30383b;
}

.service_list .service_item.service4 .service_bg {
  background-image: url(/assets/images/banner/service4_bg.jpg);
  background-position: left top;
  right: 0;
}

.service_list .service_item.service4 .description {
  float: left;
  text-align: right;
  padding: 50px 35px 40px 15px;
}

.service_list .service_item.service4 .description .title {
  margin-right: 15px;
}

.service_list .service_item.service4 .description .text {
  padding-right: 15px;
}

.service_list .service_item.service4 .description .service_more {
  float: right;
  margin-right: 15px;
}

.service_list .service_item.service4 .os-content {
  text-align: right !important;
}

.service_list .service_item.service2 .description .service_more,
.service_list .service_item.service3 .description .service_more {
  border-color: #000;
  color: #000;
}

.service_list .service_item.service2 .description .service_more:hover,
.service_list .service_item.service3 .description .service_more:hover {
  border-color: #2db87f;
  color: #2db87f;
}

.service_list .service_item.others:nth-child(odd) .service_bg {
  background-image: url(/assets/images/banner/service2_bg.jpg);
  background-position: center;
  background-attachment: cover;
  /*background-position: left top;*/
  right: 0;
}

.service_list .service_item.others:nth-child(odd) .description {
  float: left;
  text-align: right;
  padding: 50px 35px 0 15px;
  color: #494949;
  /* 3c3c3c */
}

.service_list .service_item.others:nth-child(odd) .description .text {
  padding-right: 15px;
}

.service_list .service_item.others:nth-child(odd) .description .title {
  border-color: #b4b4b5;
  margin-right: 15px;
}

.service_list .service_item.others .description .morebot2 {
  margin-bottom: 35px;
}

.service_list .service_item.others:nth-child(even) .service_bg {
  background-image: url(/assets/images/banner/service1_bg.jpg);
  background-position: center;
  background-attachment: cover;
  /*background-position: right top;*/
  left: 0;
}

.service_list .service_item.others:nth-child(4n-3) {
  background-color: #30383b;
}

.service_list .service_item.others:nth-child(4n-3) .description {
  color: #fff;
}

.service_list .service_item.others:nth-child(4n-3) .description .morebot2 {
  color: #fff;
  margin-right: 15px;
}

.service_list .service_item.others:nth-child(4n-2) {
  background-color: #f1f0f0;
}

.service_list .service_item.others:nth-child(4n-2) .description {
  color: #494949;
}

.service_list .service_item.others:nth-child(4n-2) .description .title {
  border-color: #b4b4b5;
}

.service_list .service_item.others:nth-child(4n-1) {
  background-color: #fff;
}

.service_list .service_item.others:nth-child(4n-1) .description .morebot2 {
  margin-right: 15px;
}

.service_list .service_item.others:nth-child(4n) .description .morebot2 {
  color: #fff;
}

/********        ********/
/*.service_list .service_item.service2 .description .service_more{

    background: #21b78c;

    color: #fff;

    color: $default;

    border-color: $default;

  }

  */
/*.service_list .service_item.service3 .description .service_more{

    background: #21b78c;

    color: #fff;

    color: $default;

    border-color: $default;

  }*/
/*****************************************************************/
/*.service_list .service_item.others:nth-child(odd) .description .service_more{

    float: right;

    margin-right: 15px;

  }*/
/**********/
/**********/
/*.service_list .service_item.others:nth-child(4n-3) .description .title{

    border-color: #b4b4b5;

  }

  .service_list .service_item.others:nth-child(4n-3) .description .service_more{

    border-color: #fff;

    color: #fff;

  }

  .service_list .service_item.others:nth-child(4n-3) .description .service_more:hover{

    background-color: $default;

    color: #fff;

  }*/
/**********/
/**********/
/*.service_list .service_item.others:nth-child(4n-2) .description .service_more{

    border-color: $default;

    color: $default;

  }

  .service_list .service_item.others:nth-child(4n-2) .description .service_more:hover{

    background-color: $default;

    color: #fff;

  }*/
/**********/
/*.service_list .service_item.others:nth-child(4n-1) .description .service_more{

    border-color: $default;

    color: $default;

  }

  .service_list .service_item.others:nth-child(4n-1) .description .service_more:hover{

    background-color: $default;

    color: #fff;

  }*/
/*.service_list .service_item.others:nth-child(4n){

    border:1px solid yellow;

  }*/
/*****************************************************************/
.text-center-important {
  text-align: center !important;
}

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

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

.padding-top-5 {
  padding-top: 5px !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.quality-icon {
  background: url(../images/green-check.png) no-repeat 5px 0;
  margin: 15px 0 30px 0;
  padding: 0 0 0 50px;
  font-size: 1.0em;
  /* line-height: 15px; */
  min-height: 28px;
  font-weight: 300;
}

.quality-icon span {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.0em;
  color: #333;
  margin: 0 0 15px 0;
}

.crm-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 125px;
  /*background: url(../images/customer-logo-bg.png) no-repeat center center;*/
  background-size: cover;
}

.crm-logo img {
  margin-top: 5px;
  max-height: 100px;
  max-height: 100px;
  max-width: 100%;
}

.crm-table {
  display: table;
  /*border-top: 4px #269dcf solid;

    border-bottom: 4px #d7d7d7 solid;*/
  padding: 0;
  margin: 0 0 25px 0;
  width: 100%;
  background-color: #fff;
}

.crm-row {
  display: table-row;
}

.crm-name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  height: 50px;
  padding: 0 15px;
  line-height: 15px;
  color: #24a7c4;
}

.crm-descr {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  color: #999;
  height: 50px;
  font-size: 12px;
  padding: 0 15px 15px 15px;
}

.white-container-style {
  padding-top: 60px;
  padding-bottom: 70px;
}

.white-container-style h2 {
  color: #000;
  font-size: 40px;
  padding-bottom: 10px;
  margin: 50px auto 40px;
  font-family: 'Roboto Light';
}

.white-font {
  color: #414141;
  font-size: 1.5rem;
  font-weight: 300;
}

.padding-half {
  padding-left: 20% !important;
  padding-right: 20% !important;
}

.blue-container-style {
  padding-top: 15px;
  padding-bottom: 35px;
}

.blue-container-style h2.title {
  /*color: #353535;

      font-size: 17px;

      text-transform: uppercase;

      font-weight: normal;

      padding-bottom: 15px;

      background: url(../images/blue-line.png) no-repeat center bottom;*/
  color: #1F242B;
  font-size: 2.7rem;
  /*3.25rem*/
  font-weight: 300;
  padding-bottom: 15px;
  /*background: url(../images/white-line.png) no-repeat center bottom;*/
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-bottom: 5px;
  /*15px*/
  display: table;
}

img.erp-screenshot {
  margin: -125px 0 -15px 0;
}

.erp-parts {
  width: 100%;
  padding: 45px 0 0 0;
  margin: 0;
}

.erp-parts .erp-part {
  float: left;
  width: 47%;
  padding: 15px 25px;
  margin: 0;
  text-align: left;
  line-height: 15px;
  text-transform: uppercase;
  color: #27b1cf;
  height: 77px;
  overflow: hidden;
  font-size: 14px;
}

.erp-parts a {
  color: #fff;
  font-weight: 500;
}

.erp-parts .erp-part:nth-child(1) {
  border-right: 1px #ddd solid;
}

.erp-parts .erp-part:nth-child(3) {
  border-top: 1px #ddd solid;
  border-right: 1px #ddd solid;
}

.erp-parts .erp-part:nth-child(4) {
  border-top: 1px #ddd solid;
}

.erp-parts .erp-part img {
  float: left;
  margin-right: 5px;
}

.blue-btn {
  display: inline-block;
  text-decoration: none;
  background-color: #27b1cf;
  color: #fff;
  padding: 0;
  font-size: 12px;
  outline: none;
}

.blue-btn span.text {
  display: block;
  float: left;
  padding: 6px;
}

.blue-btn span.icon {
  display: block;
  float: right;
  background-color: #1d849a;
  padding: 4px 5px;
}

.blue-btn span.icon i {
  margin-top: 2px;
  font-size: 18px;
  color: #fff;
}

.blue-btn:hover span.text {
  color: #fff;
  background-color: #1d849a;
}

.blue-btn:active span.text,
.blue-btn:focus span.text {
  color: #fff;
}

.service-content p.descr {
  text-align: justify;
  /*font-size: 14px;*/
}

.service-top-part {
  text-align: center;
  /*height: 200px;*/
  overflow: hidden;
  color: #fff;
  padding-bottom: 21px;
}

.service-top-part span.icon {
  display: block;
  width: 100px;
  margin: 30px auto 14px auto;
  border-bottom: 1px #fff solid;
  padding-bottom: 15px;
  /*23px*/
}

.service-top-part span.icon i {
  font-size: 23px;
}

.service-top-part span.text {
  padding: 0 15px;
  text-align: center;
  display: block;
  min-height: 35px;
  line-height: 15px;
  /*text-transform: uppercase;

        font-style: italic;*/
}

.service-middle-part {
  height: 180px;
  overflow: hidden;
}

.service-middle-part .icon {
  display: block;
  color: #211f20;
}

.service-middle-part .icon i {
  font-size: 24px;
}

.service-middle-part .title {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #222;
  margin: 10px 0;
}

.service-middle-part .descr {
  display: block;
  font-size: 13px;
  color: #666;
  text-align: justify;
}

.news-list .news-inner {
  /*border-bottom: 2px #21c2f8 solid;*/
  /*margin-bottom: 30px;*/
  width: 100%;
  display: block;
}

.news-list .news-inner a {
  display: block;
  text-decoration: none;
  outline: none;
  margin: 15px 0;
  height: 200px;
  width: 100%;
  /*background: #f1f1f1;*/
}

.news-list .news-inner .news-thumb {
  display: block;
  background: #253340;
  overflow: hidden;
  background-clip: padding-box;
  height: 100%;
  width: 100%;
}

.news-list .news-inner .news-thumb .news-thumb-img {
  display: block;
  height: 200px;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}

.news-list .news-inner .content {
  padding: 8px 8px 0 8px;
}

.news-list .news-inner .news-date {
  display: block;
  margin: 8px 0 0 0;
  color: #21c2f8;
  font-size: 12px;
}

.news-list .news-inner .news-title {
  display: block;
  margin: 10px 0 5px 0;
  color: #595959;
  /*font-size: 12px;*/
  /*text-transform: uppercase;*/
  /*height: 50px;*/
  /*overflow: hidden;*/
  font-size: 1.3em;
  /*1.5em*/
  font-weight: 300;
  color: #111;
}

.news-list .news-inner a:hover {
  -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;
  background: #f1f1f1;
}

.news-list .news-inner a:hover .news-thumb-img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.news-list .news-inner a:hover .news-title {
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

/* news list new [begin] */
.news_listn {
  margin: 0 0 30px;
}

.news_listn .news_item {
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.mainImg_wrap {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.news_listn .news_item {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}

.news_listn .news_item .mainImg {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.news_listn .news_item .mainImg h5 {
  margin: 0;
  position: absolute;
  left: 0;
  top: 10px;
  font-weight: 300;
  height: 20px;
  line-height: 20px;
  width: 120px;
  text-align: center;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}

.news_listn .news_item .mainImg:hover {
  border-color: #FFFFFF;
}

.news_listn .news_item .content_wrap {
  padding: 15px;
  /**/
}

.news_listn .news_item .content_wrap .title {
  font-size: 22px;
  font-weight: 800;
  color: #000;
  /*253d52*/
  line-height: 1.2;
  /*23px*/
  display: block;
  min-height: 53px;
  /**/
  text-decoration: none;
  /*margin-bottom: 20px;*/
}

.news_listn .news_item .content_wrap .title:hover {
  color: #2db87f;
}

.news_listn .news_item .content_wrap .date {
  font-size: 12px;
  color: #999;
  /*1ab386*/
  margin-bottom: 10px;
  /*margin-top: 15px;*/
  font-weight: 300;
  /*500*/
}

.news_listn .news_listn_more {
  margin-bottom: 50px;
  float: right;
  color: #2db87f;
}

/* news list new [end] */
.news-dtl .news-title {
  font-size: 2.0em;
  color: #111;
  /*text-transform: uppercase;*/
  margin-top: 10px;
}

.news-dtl .news-date {
  display: block;
  padding: 0 0 10px 0;
  margin: 8px 0 15px 0;
  color: #21c2f8;
  font-size: 12px;
  border-bottom: 1px #a6a6a6 solid;
}

.news-dtl .news-body {
  /*font-size: 1.2em;*/
  line-height: 1.9em;
  font-weight: 300;
  color: #111;
  text-align: justify;
}

.news-dtl .news-body > div {
  margin: 15px 0;
}

.news-dtl .news-body div ol li {
  color: #000;
  font-size: 90%;
  font-weight: 400;
}

.news-dtl .news-body img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 25px 0;
}

.news-video {
  margin-bottom: 60px;
}

.news-video a {
  text-decoration: none;
}

.news-video img {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.news-video img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -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;
}

.widget_recent_news {
  margin-bottom: 30px;
}

.widget_recent_news .widget-title {
  margin-top: 8px;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.widget_recent_news .entry-date {
  display: block;
}

.widget_recent_news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget_recent_news ul li {
  padding: 18px 0 0 0;
  border: 0;
  margin-top: 18px;
  border-top: 1px solid #ccc;
}

.widget_recent_news .recent-news .texts {
  overflow: hidden;
}

.widget_recent_news ul li:first-child {
  padding-top: 0;
  margin-top: 0;
  border: 0;
}

.widget_recent_news .recent-news .thumb {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  float: left;
  margin: 0 17px 0 0;
}

.widget_recent_news h3 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 3px;
}

.widget_recent_news .post-date {
  font-size: 12px;
  color: #979797;
}

.widget_recent_news h3 a {
  color: #111;
  font-weight: 700;
}

.company-title {
  color: #21c2f8;
  font-size: 16px;
  font-weight: normal;
}

.company-descr {
  color: #888;
  font-size: 13px;
  font-weight: normal;
  text-align: justify;
  height: 120px;
}

.font-white {
  color: #fff !important;
}

h1.title-blue-line {
  color: #353535;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 200;
  padding-bottom: 15px;
  background: url(../images/line-blue.png) no-repeat left bottom;
  text-align: justify;
}

.justify-descr {
  color: #fff;
  font-size: 13px;
  text-align: justify;
  font-weight: 200;
}

.company-news {
  margin-bottom: 10px;
}

.company-news .company-news-thumbnail {
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}

.company-news-1 .company-news-thumbnail {
  height: 120px;
}

.company-news-2 .company-news-thumbnail {
  height: 240px;
}

.company-news .company-news-title {
  background-color: #27b1cf;
  padding: 3px 10px;
  height: 39px;
  overflow: hidden;
  line-height: 15px;
}

.company-news .company-news-title a {
  color: #fff;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 14px;
}

.company-news-right .news-title {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}

.company-news-right .news-date {
  display: block;
  padding: 0 0 10px 0;
  margin: 8px 0 15px 0;
  color: #21c2f8;
  font-size: 12px;
  border-bottom: 1px #a6a6a6 solid;
}

.company-news-right .news-body {
  font-size: 14px;
}

.knowledge .knowledge-part {
  padding: 0;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  height: 230px;
}

.knowledge .knowledge-part-paper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/knowledge-paper.png);
  padding: 20px;
  height: 112px;
  margin: -85px 6px 0 6px;
}

.knowledge .knowledge-part-paper .title {
  display: block;
  color: #444;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 10px;
}

.knowledge .knowledge-part-paper .descr {
  color: #999;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.knowledge .col-md-5ths {
  margin-bottom: 15px;
}

.row-centered {
  text-align: center;
}

.col-centered {
  display: -ms-inline-grid;
  display: inline-grid;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}

.mysystem {
  background: none;
}

.mysystem:hover {
  /*background: #f5f5f5;*/
  /*-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;*/
}

.mysystem:hover .jagaa-product img {
  -webkit-transform: scale3d(1.03, 1.06, 1);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.mysystem:hover .product-hover-icon {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
  }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths,
.col-xs-two5ths,
.col-sm-two5ths,
.col-md-two5ths,
.col-lg-two5ths,
.col-xl-two5ths,
.col-xs-three5ths,
.col-sm-three5ths,
.col-md-three5ths,
.col-lg-three5ths,
.col-xl-three5ths,
.col-xs-four5ths,
.col-sm-four5ths,
.col-md-four5ths,
.col-lg-four5ths,
.col-xl-four5ths,
.col-xs-five5ths,
.col-sm-five5ths,
.col-md-five5ths,
.col-lg-five5ths,
.col-xl-five5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
  .col-sm-two5ths {
    width: 40%;
    float: left;
  }
  .col-sm-three5ths {
    width: 60%;
    float: left;
  }
  .col-sm-four5ths {
    width: 80%;
    float: left;
  }
}

@media (min-width: 768px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
  .col-md-two5ths {
    width: 40%;
    float: left;
  }
  .col-md-three5ths {
    width: 60%;
    float: left;
  }
  .col-md-four5ths {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
  .col-lg-two5ths {
    width: 40%;
    float: left;
  }
  .col-lg-three5ths {
    width: 60%;
    float: left;
  }
  .col-lg-four5ths {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-xl-5ths {
    width: 20%;
    float: left;
  }
  .col-xl-two5ths {
    width: 40%;
    float: left;
  }
  .col-xl-three5ths {
    width: 60%;
    float: left;
  }
  .col-xl-four5ths {
    width: 80%;
    float: left;
  }
}

.cover-card {
  border: 1px solid #dedede;
  /*background: silver;*/
  padding: 0px;
  margin: 11px;
  height: 160px;
  width: 100%;
  background-color: #fff;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
}

.cover-card > p {
  text-align: center;
  background-color: rgba(6, 6, 6, 0);
  color: rgba(6, 6, 6, 0);
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 100;
  /*display: none;*/
  -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;
}

.cover-card p span {
  /*display: none;*/
}

.cover-card:hover > p {
  background-color: rgba(6, 6, 6, 0.3);
  color: white;
  text-shadow: 1px 1px 6px #000;
  /*display: inherit;*/
  -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;
}

.cover-card:hover p span {
  display: inherit;
}

.cover-card.nohover {
  background-position: center top;
  margin-bottom: 20px;
}

.cover-card.nohover > p {
  position: absolute;
  height: auto;
  color: #444;
  bottom: 0px;
  margin-bottom: 0;
  min-height: 40px;
}

.cover-card.nohover:hover > p {
  background-color: rgba(6, 6, 6, 0);
  text-shadow: none;
}

.monitor_screenshot {
  position: relative;
}

.imac {
  display: block;
  position: relative;
  padding-bottom: 9%;
  margin: 0 -10px 0;
  border-radius: 5px;
  background: #a0a0a0;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#a0a0a0), to(#e0e1e3));
  background: linear-gradient(to right, #a0a0a0 0%, #e0e1e3 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a0a0a0', endColorstr='#e0e1e3', GradientType=1);
  /* IE6-9 */
}

.imac .bezel {
  display: block;
  position: relative;
  background-color: black;
  border-radius: 5px 5px 0px 0px;
  padding: 4.25%;
  overflow: hidden;
  height: 20em;
}

.imac .bezel:after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(255, 252, 252, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 252, 252, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40ffffff', endColorstr='#00fffcfc', GradientType=0);
  /* IE6-9 */
  top: 0%;
  bottom: -20%;
  right: 0;
  left: 60%;
  -webkit-transform: rotate(-25deg);
  -webkit-transform-origin: 0% 0%;
  -o-transform: rotate(-25deg);
  -o-transform-origin: 0% 0%;
  transform: rotate(-25deg);
  transform-origin: 0% 0%;
}

.imac .screen {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #444 no-repeat center center;
  background-size: cover;
}

.imac .screen:before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* imac has aspect ratio of 16:9*/
}

.stand {
  /*display:block;

    position:absolute;*/
  /*top:100%;

    left:0;

    right:0;*/
  /*bottom: -17%;*/
  width: 40%;
  /*margin:auto;*/
  /*background:#ddd;*/
  /*background: rgb(141, 142, 146);*/
  /*background: url('../images/monitor_stand.png') no-repeat center center;

    background-size: cover;*/
}

.imac:hover .bezel:after {
  display: none;
}

.imac_desc {
  position: absolute;
  bottom: 5%;
  left: 70%;
  font-size: 60%;
  color: #717171;
}

.bg {
  width: 100%;
  height: 100%;
  margin: auto;
}

.vam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.abouts {
  /*background: #CCCC99;*/
  background: #627894;
  color: #fff !important;
  /*font-weight: 500 !important; */
  padding: 5%;
}

.tab-text {
  font-size: 70%;
  margin-bottom: 33px;
  display: block;
}

.board {
  width: 85%;
  margin: 60px auto;
  /*height: 500px;*/
  /*background: #fff;*/
  /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

.board .nav-tabs {
  position: relative;
  /* border-bottom: 0; */
  /* width: 80%; */
  margin: 40px auto;
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.board > div.board-inner {
  /*background: #fafafa url(http://subtlepatterns.com/patterns/geometry2.png);*/
  /*background: #fafafa url(https://www.toptal.com/designers/subtlepatterns/patterns/diamond_upholstery.png);*/
  /*background-size: 30%;*/
}

.narrow {
  width: 60%;
  margin: 10px auto;
}

.liner {
  height: 2px;
  background: #ddd;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 57px;
  z-index: 1;
}

.nav-tabs > li.active > a {
  color: #555555;
  cursor: default;
  /* background-color: #ffffff; */
  border: 0;
  border-bottom-color: transparent;
}

.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  /* background-color: #ffffff; */
  border: 0;
  border-bottom-color: transparent;
}

span.round-tabs {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 100px;
  background: white;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 20px;
}

li span.round-tabs {
  border: 2px solid #ddd;
  color: #ddd;
}

li.active span.round-tabs.one {
  color: #33658a;
  border: 2px solid #33658a;
}

li.active span.round-tabs.two {
  color: #86bbd8;
  border: 2px solid #86bbd8;
}

li.active span.round-tabs.three {
  color: #2f4858;
  border: 2px solid #2f4858;
}

li.active span.round-tabs.four {
  color: #f6ae2d;
  border: 2px solid #f6ae2d;
}

li.active span.round-tabs.five {
  color: #f17300;
  border: 2px solid #f17300;
}

li.active span.round-tabs.six {
  color: #003049;
  border: 2px solid #003049;
}

.nav-tabs > li {
  width: 20%;
}

.nav-tabs > li.active > a span.round-tabs {
  background: #fafafa;
}

.nav-tabs > li:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #ddd;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}

.nav-tabs > li.active:after {
  content: " ";
  position: absolute;
  left: 45%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #3a89ca;
}

.nav-tabs > li a {
  width: 60px;
  height: 60px;
  margin: 20px auto 6px;
  border-radius: 100%;
  padding: 0;
  -webkit-box-shadow: 2px 3px #ccc;
          box-shadow: 2px 3px #ccc;
}

.nav-tabs > li a:hover {
  background: transparent;
}

/*li.active:before {

      content: " ";

      position: absolute;

      left: 45%;

      opacity:0;

      margin: 0 auto;

      bottom: -2px;

      border: 10px solid transparent;

      border-bottom-color: #fff;

      z-index: 1;

      transition:0.2s ease-in-out;

  }*/
.tab-content {
  background: #fafafa url(https://www.toptal.com/designers/subtlepatterns/patterns/light_toast.png);
}

.tab-pane {
  position: relative;
  padding-top: 11px;
  padding-left: 16px;
  padding-right: 16px;
}

.tab-content .head {
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.btn-outline-rounded {
  padding: 10px 40px;
  margin: 20px 0;
  border: 2px solid transparent;
  border-radius: 25px;
}

.btn.green {
  background-color: #5cb85c;
  /*border: 2px solid #5cb85c;*/
  color: #ffffff;
}

@media (max-width: 585px) {
  .board {
    width: 90%;
    height: auto !important;
  }
  span.round-tabs {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .tab-content .head {
    font-size: 20px;
  }
  .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .nav-tabs > li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
  .btn-outline-rounded {
    padding: 12px 20px;
  }
}

.section .intro {
  font-size: 100%;
  /*text-transform: uppercase;*/
  font-weight: 400;
  margin-bottom: 12px;
  color: #15ae81;
}

.section p.tailan-title {
  font-size: 100%;
  /*text-transform: uppercase;*/
  font-weight: 400;
  margin-bottom: 12px;
  color: #15ae81;
}

.section p.jagaa-cover {
  display: block;
  max-height: 400px;
  height: 200px;
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background-size: cover;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 12px;
}

.section .intro,
.section p.jagaa-bolomj {
  text-align: left;
}

ul.jagaa-bolomj {
  padding-left: 21px;
}

.hot-feature {
  background: #006db6;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.hot-feature h3.title {
  color: #fff;
  font-size: 3.25rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 15px;
  display: table;
  border-bottom: 1px solid #fff;
}

.hot-feature h2.title {
  font-size: 1.8em;
  color: #fff;
  margin-bottom: 18px;
}

.hot-feature p {
  color: #fff;
  margin-bottom: 0;
}

.hot-feature img.erp-screenshot {
  margin-top: -80px;
}

.hot-feature .btn {
  margin: 20px 0;
  letter-spacing: 0;
}

.hot-feature .btn-5 {
  height: 38px !important;
  color: #fff !important;
  background: #2db87f !important;
  font-size: 12px;
  margin-bottom: 40px;
}

.hot-feature .btn-5b:before {
  top: 6px;
}

ul.with-margin li {
  margin-bottom: 20px;
}

.erp-divider {
  height: 200px;
  color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.erp-divider h3.title {
  font-weight: 300;
  font-size: 250%;
  text-align: center;
  margin-top: 60px;
}

.erp-divider h3.title span {
  font-weight: 700;
}

.btn-5 {
  height: 33px !important;
  min-height: 10px !important;
  padding: 7px !important;
  background: #fff !important;
  color: #006db6 !important;
  min-width: 150px !important;
  border-radius: 15px;
}

.btn-5:before {
  line-height: 2.2 !important;
  font-size: 100% !important;
}

hr.jj {
  border-top: 1px solid #e1e1e1;
}

ul.threetimes {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.threetimes li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 49%;
          flex: 1 0 49%;
  padding-right: 29px;
}

.screenshots > div {
  font-weight: 300;
  font-size: 94%;
  text-align: justify;
  padding: 0 2.5%;
}

.screenshots > div figure {
  margin-bottom: 10px;
}

.screenshots > div ul {
  margin-top: 10px;
  padding-left: 8%;
}

.screenshots > div ul li {
  font-size: 95%;
}

#faqAccordion .panel-heading {
  cursor: pointer;
}

#faqAccordion .panel-heading .panel-title {
  padding-left: 8%;
}

#faqAccordion .panel-heading .panel-title .fa {
  left: -5%;
  position: relative;
}

.color-01 {
  color: #90be6d;
}

.color-02 {
  color: #b2d3a8;
}

.color-03 {
  color: #5ca4a9;
}

.module-service .service-item-descr {
  font-weight: 300;
  font-size: 95%;
}

.service-item-descr ul {
  padding: 0;
  list-style-type: none;
  font-size: 90%;
}

.service-item-descr ul li {
  border-bottom: 1px solid #d5d5d5;
  padding: 3px 0;
}

.lifecycle_container {
  display: block;
  position: relative;
  top: 330px;
  left: 100px;
}

.lifecycle-controls {
  position: relative;
  top: 50%;
  left: 50%;
  /*height: 173px;

    width: 173px;*/
  /*height: 430px;

    width: 400px;*/
  height: 548px;
  width: 595px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 4;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.lifecycle-controls.-zoomed {
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.recruiting .lifecycle-controls {
  display: none;
}

.lifecycle-controls__animation-box,
.lifecycle-controls__animation-box--0,
.lifecycle-controls__animation-box--1,
.lifecycle-controls__animation-box--2,
.lifecycle-controls__animation-box--3,
.lifecycle-controls__animation-box--4,
.lifecycle-controls__animation-box--5,
.lifecycle-controls__animation-box--6,
.lifecycle-controls__animation-box--7 {
  position: absolute;
  /*height: 173px;

    width: 173px;*/
  /*height: 400px;

    width: 400px;*/
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 2s;
  transition: all 2s;
  z-index: 1;
}

.-activated .lifecycle-controls__animation-box,
.-activated .lifecycle-controls__animation-box--0,
.-activated .lifecycle-controls__animation-box--1,
.-activated .lifecycle-controls__animation-box--2,
.-activated .lifecycle-controls__animation-box--3,
.-activated .lifecycle-controls__animation-box--4,
.-activated .lifecycle-controls__animation-box--5,
.-activated .lifecycle-controls__animation-box--6,
.-activated .lifecycle-controls__animation-box--7 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.-done-animating .lifecycle-controls__animation-box,
.-done-animating .lifecycle-controls__animation-box--0,
.-done-animating .lifecycle-controls__animation-box--1,
.-done-animating .lifecycle-controls__animation-box--2,
.-done-animating .lifecycle-controls__animation-box--3,
.-done-animating .lifecycle-controls__animation-box--4,
.-done-animating .lifecycle-controls__animation-box--5,
.-done-animating .lifecycle-controls__animation-box--6,
.-done-animating .lifecycle-controls__animation-box--7 {
  height: 0;
}

.lifecycle-controls__animation-box--0 {
  z-index: 1;
}

.-done-animating .lifecycle-controls__animation-box--0 {
  /*height: 173px;*/
  height: 400px;
}

.lifecycle-controls__animation-box--1 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  z-index: 7;
  opacity: 0;
}

.lifecycle-controls__animation-box--2 {
  -webkit-transform: rotate(-2deg);
  /*-57*/
  transform: rotate(-2deg);
  z-index: 6;
  opacity: 0;
}

.lifecycle-controls__animation-box--3 {
  -webkit-transform: rotate(-5deg);
  /*-118*/
  transform: rotate(-5deg);
  z-index: 5;
  opacity: 0;
}

.lifecycle-controls__animation-box--4 {
  -webkit-transform: rotate(-10deg);
  /*-180*/
  transform: rotate(-10deg);
  z-index: 4;
  opacity: 0;
}

.lifecycle-controls__animation-box--5 {
  -webkit-transform: rotate(-10deg);
  /*-238*/
  transform: rotate(-10deg);
  z-index: 3;
  opacity: 0;
}

.lifecycle-controls__animation-box--6 {
  -webkit-transform: rotate(-10deg);
  /*-298*/
  transform: rotate(-10deg);
  z-index: 2;
  opacity: 0;
}

.lifecycle-controls__animation-box--7 {
  width: 195px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -webkit-transition: 0.3s 0s;
  transition: 0.3s 0s;
  z-index: 0;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.lifecycle-controls__button--7 {
  -webkit-animation: spin 200s linear infinite;
          animation: spin 200s linear infinite;
}

.-activated .lifecycle-controls__animation-box--7 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.3s 1.0s;
  transition: 0.3s 1.0s;
}

.lifecycle-controls__background-disc {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.lifecycle-controls__button--0,
.lifecycle-controls__button--1,
.lifecycle-controls__button--2,
.lifecycle-controls__button--3,
.lifecycle-controls__button--4,
.lifecycle-controls__button--5,
.lifecycle-controls__button--6,
.lifecycle-controls__button--7 {
  position: absolute;
  opacity: 1;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translateZ(200px);
  transform: translateZ(200px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.lifecycle-controls__button--0:hover,
.lifecycle-controls__button--1:hover,
.lifecycle-controls__button--2:hover,
.lifecycle-controls__button--3:hover,
.lifecycle-controls__button--4:hover,
.lifecycle-controls__button--5:hover,
.lifecycle-controls__button--6:hover {
  opacity: 1;
}

.-active.lifecycle-controls__button--0, .-active.lifecycle-controls__button--1, .-active.lifecycle-controls__button--2, .-active.lifecycle-controls__button--3, .-active.lifecycle-controls__button--4, .-active.lifecycle-controls__button--5, .-active.lifecycle-controls__button--6, .-active.lifecycle-controls__button--7 {
  opacity: 1;
}

.-inactive.lifecycle-controls__button--0, .-inactive.lifecycle-controls__button--1, .-inactive.lifecycle-controls__button--2, .-inactive.lifecycle-controls__button--3, .-inactive.lifecycle-controls__button--4, .-inactive.lifecycle-controls__button--5, .-inactive.lifecycle-controls__button--6, .-inactive.lifecycle-controls__button--7 {
  opacity: 0.4;
}

.lifecycle-controls__button--0 {
  width: 190px;
  /*left: 50%;

    top: 50%;*/
  left: 200px;
  top: 200px;
  position: relative;
  margin-top: -95px;
  margin-left: -146px;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.-activated .lifecycle-controls__button--0,
.lifecycle-controls__button--recruiting {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.lifecycle-controls__button--1 {
  top: 1px;
  left: 39px;
  /*width: 199px;

    height: 118px;*/
}

.lifecycle-controls__button--2 {
  top: 23px;
  left: 193px;
  /*width: 153px;

    height: 194px;*/
}

.lifecycle-controls__button--3 {
  top: 189px;
  left: 206px;
  /*width: 141px;

    height: 176px;*/
}

.lifecycle-controls__button--4 {
  top: 283px;
  left: 59px;
  /*width: 199px;

    height: 120px;*/
}

.lifecycle-controls__button--5 {
  top: 185px;
  left: -49px;
  /*width: 153px;

    height: 194px;*/
}

.lifecycle-controls__button--6 {
  top: 38px;
  left: -51px;
  /*width: 141px;

    height: 176px;*/
}

.lifecycle-controls__button--7 {
  top: -96px;
  left: -150px;
  z-index: 0;
  opacity: 0.1;
}

.mine-cycle {
  /*width: 100%;

    height: 100%;*/
  position: relative;
}

.lifecycle-controls__animation-box--1 .mine-cycle img,
.lifecycle-controls__animation-box--2 .mine-cycle img,
.lifecycle-controls__animation-box--3 .mine-cycle img,
.lifecycle-controls__animation-box--4 .mine-cycle img,
.lifecycle-controls__animation-box--5 .mine-cycle img,
.lifecycle-controls__animation-box--6 .mine-cycle img {
  -webkit-filter: brightness(85%);
  filter: brightness(85%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.lifecycle-controls__animation-box--1 .mine-cycle:hover img,
.lifecycle-controls__animation-box--2 .mine-cycle:hover img,
.lifecycle-controls__animation-box--3 .mine-cycle:hover img,
.lifecycle-controls__animation-box--4 .mine-cycle:hover img,
.lifecycle-controls__animation-box--5 .mine-cycle:hover img,
.lifecycle-controls__animation-box--6 .mine-cycle:hover img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.box-01,
.box-02,
.box-03,
.box-04,
.box-05,
.box-06 {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #000;
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -45%);
  -ms-transform: translate(-50%, -45%);
  -moz-transform: translate(-50%, -45%);
  -webkit-transform: translate(-50%, -45%);
  -o-transform: translate(-50%, -45%);
}

.box-01 {
  left: 120px;
}

.box-02 {
  left: 92px;
}

.box-03 {
  left: 73px;
}

.box-04 {
  /*left: 80px;*/
}

.box-05 {
  left: 74px;
  top: 79px;
}

.box-06 {
  left: 75px;
  top: 75px;
}

.block-01,
.block-02,
.block-03,
.block-04,
.block-05,
.block-06 {
  display: none;
}

.block-01 {
  display: block;
}

.jumbo-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -210px;
  top: 250px;
  width: 250px;
  z-index: 9999999;
  opacity: 0.95;
}

.sticky-container ul {
  padding: 0;
}

.sticky-container:hover {
  opacity: 1;
}

.sticky li {
  list-style-type: none;
  background-color: #2db87f;
  color: #fff;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 2px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.sticky li a {
  text-decoration: none;
  outline: none;
  color: #fff;
}

.sticky li a:hover {
  text-decoration: none;
  outline: none;
  color: #fff;
}

.sticky li:hover {
  margin-left: -140px;
}

.sticky li img {
  float: left;
  margin: 13px 12px 0 11px;
}

.sticky li p {
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 47px;
  font-size: 12px;
}

.btn-fd-primary {
  background: #ec6952 !important;
  border: 2px solid #ec6952 !important;
  color: #fff !important;
  padding: 8px 30px !important;
  margin: 0 !important;
}

.btn-fd-primary:hover {
  background: #b94a37 !important;
}

#home_featureCarousel {
  min-height: 220px;
}

/**************************************/
.os-content {
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
  font-family: Roboto Light;
  padding: 0 25px;
}

.why_ver .title {
  color: #2db87f;
  font-size: 35px;
  font-weight: 300;
  padding-bottom: 10px;
  margin: 0 auto 30px;
  font-family: Roboto Light;
}

.why_ver p {
  margin-bottom: 20px;
  color: #383838;
  font-weight: 600;
  text-align: left;
  line-height: 1.6;
  font-size: 16px;
  text-align: center;
  font-family: Roboto Light;
  padding: 0 25px;
}

.why_ver .more {
  font-size: 2em;
  border: 1px solid #2db87f;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  color: #2db87f;
  border-radius: 50%;
  line-height: 35px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 10px;
  cursor: pointer;
  text-decoration: none;
}

.why_ver .more:hover {
  background: #2db87f;
  color: #fff;
}

.why_ver .more:hover i {
  color: #fff;
}

.why_ver .more .fa {
  font-size: 18px !important;
  position: relative;
  top: -2px;
}

.why_ver .more_text {
  margin-bottom: 20px;
  display: none;
}

.why_ver .more_text ul {
  text-align: left;
  padding: 0;
  list-style: none;
  color: #505050;
  font-weight: 300;
  line-height: 1.5;
  font-size: 14px;
}

.why_ver .more_text ul li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.why_ver .more_text ul li:before {
  position: absolute;
  display: block;
  content: '';
  width: 7px;
  height: 2px;
  left: 0;
  top: 10px;
  background: #2db87f;
}

/********************************************/
.home_feature {
  padding-top: 40px;
  position: relative;
}

.home_feature * {
  color: #fff;
}

.home_feature h2.title {
  background: #fdb731;
  padding: 45px 25px;
  color: #323232;
  font-size: 40px;
  font-weight: 100;
  position: absolute;
  top: -80px;
  right: 15px;
  width: 220px;
  border: none;
  margin: 0;
}

.home_feature h5 {
  color: #ffffff;
  font-size: 55px;
  margin-bottom: 40px;
  margin-top: 0;
  font-family: Roboto Light;
}

.home_feature p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 56px;
  font-family: Roboto Light;
  margin-bottom: 56px;
}

.home_feature a.more {
  background: #2db87f;
  padding: 8px 30px;
  /*15px 20px*/
  font-size: 14px;
  text-transform: capitalize;
  /*uppercase*/
  border-radius: 30px;
  display: inline-block;
}

.home_feature .carousel-control {
  background: none;
  width: auto;
  font-size: 48px;
  display: block;
  height: 50px;
  line-height: 50px;
  top: 50%;
  margin-top: -25px;
  opacity: 0;
  z-index: 2;
}

.home_feature:hover .carousel-control {
  opacity: 1;
}

.home_feature .carousel-control.left {
  /*left: -30px;*/
  left: 65px;
}

.home_feature .carousel-control.right {
  /*right: -30px;*/
  right: 65px;
}

/*-------------------------------------------------*/
.company_carousel h5 {
  font-weight: 300 !important;
  font-size: 60px;
  margin-bottom: 70px;
}

.company_carousel p {
  font-size: 24px;
  font-weight: 300;
}

/*-------------------------------------------------*/
.front-indust {
  padding: 20px 0 20px;
}

.front-indust h2 {
  margin: 0 0 60px 0;
}

.front-indust .item {
  position: relative;
  padding-left: 58px;
  padding-right: 20px;
  color: #3a3a3a;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 35px;
  line-height: 1.6;
  min-height: 100px;
}

.front-indust .item h4 {
  font-size: 20px;
  color: #000;
  margin: 0 0 15px 0;
  font-weight: 800;
}

.front-indust .item i.fa {
  position: absolute;
  color: #2db87f;
  font-size: 30px;
  left: 0;
  top: 0;
  text-align: center;
  width: 40px;
}

.front-indust .item img {
  width: 36px;
  position: absolute;
  left: 4px;
  top: -5px;
}

.front-indust .svg-icon svg {
  path-fill: #2db87f !important;
}

/***************************/
.advantages {
  padding: 0px;
  text-align: center;
  padding-bottom: 25px;
}

.advantages .title {
  /*border-bottom: none !important;*/
  margin-bottom: 45px;
}

.advantages .advantage-item {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #3a3a3a;
  margin-bottom: 60px;
  padding: 0 15px;
}

.advantages .advantage-item .adv_icons {
  display: block;
  width: 50px;
  height: 50px;
  background-position: center !important;
  background-size: cover !important;
  margin: 0 auto 15px;
}

.advantages .advantage-item .adv_icons.adv_management {
  background: url(../images/icon/management.png);
}

.advantages .advantage-item .adv_icons.adv_protsess {
  background: url(../images/icon/biz.png);
}

.advantages .advantage-item .adv_icons.adv_ucontroller {
  background: url(../images/icon/user_control.png);
}

.advantages .advantage-item .adv_icons.adv_cond {
  background: url(../images/icon/holboo.png);
}

.advantages .advantage-item .adv_icons.adv_devloper {
  background: url(../images/icon/update.png);
}

.advantages .advantage-item .adv_icons.adv_appgall {
  background: url(../images/icon/app.png);
}

.advantages .advantage-item .adv_icons.adv_employee {
  background: url(../images/icon/holboo.png);
}

.advantages .advantage-item .adv_icons.adv_customer {
  background: url(../images/icon/user_control.png);
}

.advantages .advantage-item .adv_icons.adv_technology {
  background: url(../images/icon/update.png);
}

.advantages .advantage-item .adv_icons.adv_flowchar {
  background: url(../images/icon/management.png);
}

.advantages .advantage-item .adv_icons.adv_quality {
  background: url(../images/icon/biz.png);
}

.advantages .advantage-item .adv_icons.adv_work {
  background: url(../images/icon/management.png);
}

.advantages .advantage-item .adv_icons.adv_green {
  background: url(../images/icon/app.png);
}

.advantages .advantage-item .adv_icons.adv_medal {
  background: url(../images/icon/app.png);
}

.advantages .advantage-item .adv_icons.custom {
  background: none;
  color: transparent;
}

.advantages .advantage-item .adv_icons.custom img {
  height: 50px;
  width: auto;
}

.advantages .advantage-item h4 {
  color: #000;
  font-size: 20px;
  line-height: 22px;
  margin: 32px 0 20px 0;
  font-weight: 800;
}

.advantages .moreItems {
  display: none;
}

.advantages .showmore {
  font-size: 2em;
  border: 1px solid #2db87f;
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  color: #2db87f;
  border-radius: 50%;
  line-height: 35px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 50px;
  text-decoration: none;
}

.advantages .showmore:hover {
  background: #2db87f;
  color: #fff;
}

.advantages.heightAuto .advantage-item {
  min-height: 100px;
  /*220px*/
  margin-bottom: 0px;
}

/* */
/* */
/****************/
.erp_back1 {
  height: 230px;
  position: relative;
  color: #fff;
  background: url(../images/banner/Layer-13.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.erp_back1:before {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.erp_back1 .title {
  height: 80px;
  font-weight: 700;
  text-align: center;
  margin: 75px 0 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.erp_back1 .title strong {
  font-weight: 700;
}

.erp_back1 .title span {
  display: inline-block;
}

.erp_back1 .title span.erp1 {
  font-size: 80px;
  line-height: 80px;
}

.erp_back1 .title span.erp2 {
  font-size: 27px;
  line-height: 38px;
  text-align: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 3px solid #fff;
  font-weight: 400;
}

/*******************  pro_slogon  **********************/
.pro_slogon {
  text-align: center;
  padding: 50px 0;
  font-size: 17px;
  font-weight: 300;
}

.pro_slogon h3 {
  margin: 0 0 35px;
  font-size: 3rem;
  font-weight: 400;
}

.pro_slogon img {
  margin-top: 25px;
  width: auto;
  height: 100px;
}

.pro_slogon p {
  padding: 0 100px;
  position: relative;
}

.pro_slogon p:before {
  position: absolute;
  content: '\f10d';
  display: block;
  width: 50px;
  height: 50px;
  font-family: FontAwesome;
  top: -20px;
  left: 30px;
  font-size: 30px;
  line-height: 50px;
}

.pro_slogon p:after {
  position: absolute;
  content: '\f10e';
  display: block;
  width: 50px;
  height: 50px;
  font-family: FontAwesome;
  bottom: -20px;
  right: 30px;
  font-size: 30px;
  line-height: 50px;
}

.pro_slogon.bg_dark {
  background: #013c59;
  color: #fff;
}

/*******************  new contact  **********************/
.contact .address {
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.22);
  z-index: 99;
  position: relative;
}

.contact .address .item {
  padding: 30px 20px 30px 120px;
  position: relative;
}

.contact .address .item .icon {
  display: inline-block;
  width: 85px;
  height: 85px;
  position: absolute;
  background: #ebebeb;
  color: #2db87f;
  line-height: 85px;
  text-align: center;
  left: 15px;
  top: 30px;
  border-radius: 50%;
  font-size: 42px;
}

.contact .address .item h3.title {
  color: #141414;
  font-size: 16px;
  /*18px*/
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 0;
  text-transform: uppercase;
  line-height: 24px;
}

.contact .address .item p {
  /*font-size: 16px;*/
  line-height: 20px;
  /*26px*/
  font-weight: 300;
  color: #505050;
  margin: 0 0 10px 0;
}

.contact .address .item h4 {
  font-size: 16px;
  /*18px*/
  font-weight: 500;
  color: #141414;
  margin: 0;
  padding: 0;
}

.contact .markting {
  background: url(../images/banner/contack_markting.png) no-repeat center center;
  background-size: auto 100%;
  min-height: 400px;
  position: relative;
  width: 100%;
  color: #fff;
}

.contact .markting .title {
  font-size: 32px;
  /*38px*/
  text-align: center;
  font-weight: 700;
  margin: 70px 0;
  /*100px 0 70px*/
  padding: 0 0 30px;
  border-bottom: 1px solid #fff;
}

.contact .markting .item {
  text-align: center;
}

.contact .markting .item .icon {
  width: 50px;
  height: 50px;
  /*65px*/
  margin: 0 auto 20px;
}

.contact .markting .item img {
  width: 100%;
  height: auto;
}

.contact .markting .item h4 {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.contact .markting .bottom-content {
  margin-top: 40px;
  /*50px*/
  border-top: 1px solid #fff;
  padding: 35px 80px;
  /*40px 80px*/
  font-size: 16px;
  /*18px*/
  line-height: 18px;
}

.contact .markting .bottom-content p {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}

.contact .markting .bottom-content .fa {
  font-size: 30px;
  position: absolute;
  top: -2px;
  left: 0;
}

.contact .markting .bottom-content .right {
  text-align: right;
}

.contact .contact_form {
  padding: 50px 0;
  background: #fafafa;
}

.contact .contact_form input {
  border: none;
  background: #fff;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 300;
  border: 1px solid #fff;
}

.contact .contact_form textarea {
  border: none;
  background: #fff;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 300;
  border: 1px solid #fff;
  min-height: 140px;
}

.contact .contact_form input:hover, .contact .contact_form input:focus {
  border-color: #2db87f;
}

.contact .contact_form textarea:hover, .contact .contact_form textarea:focus {
  border-color: #2db87f;
}

.contact .contact_form input.autoWi {
  width: auto;
}

/**********************************  list veritech [begin]  ***************************************/
.list_veriNew {
  position: relative;
}

.list_veriNew .veriItem {
  min-height: 250px;
  position: relative;
  overflow: hidden;
}

.list_veriNew .veriItem .description {
  width: 50%;
  display: block;
  padding: 50px 50px;
  text-align: right;
  color: #494949;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  float: right;
  position: relative;
}

.list_veriNew .veriItem .description img {
  position: absolute;
  top: 0;
  right: 100%;
}

.list_veriNew .veriItem .description p {
  margin-bottom: 0;
}

.list_veriNew .veriItem:nth-child(even) .description {
  float: left;
  text-align: right;
}

.list_veriNew .veriItem:nth-child(even) .description img {
  right: auto;
  left: 100%;
}

.list_veriNew .veriItem .description .title {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #b4b4b5;
  font-size: 28px;
  color: #2db87f;
}

.list_veriNew .veriItem .description .readMore {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 300;
}

.list_veriNew .veriItem .description .readMore .fa {
  color: #19ac81;
  margin-left: 10px;
  margin-top: 25px;
}

.list_veriNew .veriItem .description .readMore:hover {
  text-decoration: none;
  color: #FFF;
}

.list_veriNew .veriItem:nth-child(6n-5) {
  background: #30383b;
}

.list_veriNew .veriItem:nth-child(6n-5) .description {
  color: #fff;
  padding-bottom: 50px;
}

.list_veriNew .veriItem:nth-child(6n-5) .description .title {
  color: #fff;
}

.list_veriNew .veriItem:nth-child(6n-5) .description .readMore {
  color: #fff;
}

.list_veriNew .veriItem:nth-child(6n-5) .description .readMore .fa {
  color: #fff;
}

.list_veriNew .veriItem:nth-child(6n-5) .description .readMore:hover {
  color: #19ac81;
}

.list_veriNew .veriItem:nth-child(6n-5) .description .readMore:hover .fa {
  color: #19ac81;
}

.list_veriNew .veriItem:nth-child(6n-2) {
  background: #f1eff0;
}

.list_veriNew .veriItem:nth-child(3n) .description {
  padding-top: 0;
}

/** **/
/** **/
/**********************   list type2   ****************************/
.list_veriNew2 {
  position: relative;
}

.list_veriNew2 .veriItem {
  min-height: 350px;
  position: relative;
  background: #fff;
  z-index: 3;
}

.list_veriNew2 .veriItem .description {
  display: block;
  padding: 50px 35px;
  text-align: right;
  color: #494949;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
  float: right;
  height: 350px;
}

.list_veriNew2 .veriItem .description .title {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #b4b4b5;
  font-size: 28px;
  color: #2db87f;
}

.list_veriNew2 .veriItem .description p {
  margin-bottom: 0;
}

.list_veriNew2 .veriItem .description img {
  display: none;
  position: absolute;
  z-index: 2;
}

.list_veriNew2 .veriItem .himg {
  display: none;
}

.list_veriNew2 .veriItem .description .readMore {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 300;
  margin-top: 15px;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 15px;
}

.list_veriNew2 .veriItem .description .readMore .fa {
  color: #19ac81;
  margin-left: 10px;
}

.list_veriNew2 .veriItem .description .more_text {
  display: none;
  margin-top: 10px;
  text-align: left;
}

.list_veriNew2 .veriItem .description .more_text ul {
  padding: 0;
  list-style: none;
}

.list_veriNew2 .veriItem .description .more_text ul li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.list_veriNew2 .veriItem .description .more_text ul li:before {
  position: absolute;
  display: block;
  content: '';
  width: 7px;
  height: 2px;
  left: 0;
  top: 10px;
  background: #2db87f;
}

.list_veriNew2 .veriItem .description .product_show_more {
  width: 35px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 2em;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #2db87f;
  margin-top: 15px;
  color: #2db87f;
}

.list_veriNew2 .veriItem .description .product_show_more:hover {
  background: #2db87f;
  color: #fff;
}

.list_veriNew2 .veriItem:nth-child(6n-5) {
  background: #546376;
  /*808a90*/
}

.list_veriNew2 .veriItem:nth-child(6n-5) .description {
  color: #fff;
  width: 50%;
  float: right;
  padding-left: 50px;
  padding-right: 0;
}

.list_veriNew2 .veriItem:nth-child(6n-5) .description img {
  top: 0;
  right: 50%;
}

.list_veriNew2 .veriItem:nth-child(6n-5) .description .title {
  color: #fff;
}

.list_veriNew2 .veriItem:nth-child(6n-5) .description .readMore {
  color: #fff;
}

.list_veriNew2 .veriItem:nth-child(6n-5) .description .readMore .fa {
  color: #fff;
}

.list_veriNew2 .veriItem:nth-child(3n) {
  /*border-left: 1px solid #e9e7e8;*/
}

.list_veriNew2 .veriItem:nth-child(3n) .description {
  padding-right: 0;
}

.list_veriNew2 .veriItem:nth-child(6n-2) {
  background: #f1eff0;
}

.list_veriNew2 .veriItem:nth-child(6n-2) .description {
  width: 50%;
  float: left;
  padding-left: 0;
  padding-right: 50px;
}

.list_veriNew2 .veriItem:nth-child(6n-5), .list_veriNew2 .veriItem:nth-child(6n-2) {
  position: relative;
}

.list_veriNew2 .veriItem:nth-child(6n-5):after, .list_veriNew2 .veriItem:nth-child(6n-2):after, .list_veriNew2 .veriItem:nth-child(6n-5):before, .list_veriNew2 .veriItem:nth-child(6n-2):before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #999;
  top: 0;
}

.list_veriNew2 .veriItem:nth-child(6n-5):after, .list_veriNew2 .veriItem:nth-child(6n-2):after {
  left: 100%;
}

.list_veriNew2 .veriItem:nth-child(6n-5):before, .list_veriNew2 .veriItem:nth-child(6n-2):before {
  right: 100%;
}

.list_veriNew2 .veriItem:nth-child(6n-5):before, .list_veriNew2 .veriItem:nth-child(6n-5):after {
  background: #546376;
  /*808a90*/
}

.list_veriNew2 .veriItem:nth-child(6n-2):before, .list_veriNew2 .veriItem:nth-child(6n-2):after {
  background: #f1eff0;
}

.list_veriNew2 .veriItem:nth-child(6n-5) .himg,
.list_veriNew2 .veriItem:nth-child(6n-2) .himg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  z-index: 99;
  background-size: cover;
  /*auto 100%*/
  background-repeat: no-repeat;
}

.list_veriNew2 .veriItem:nth-child(6n-5) .himg {
  right: 50%;
  background-position: right;
}

.list_veriNew2 .veriItem:nth-child(6n-2) .himg {
  left: 50%;
  background-position: left;
}

.list_veriNew2 .veriItem:nth-child(6n-1) .description,
.list_veriNew2 .veriItem:nth-child(6n-2) .description,
.list_veriNew2 .veriItem:nth-child(6n-4) .description {
  text-align: right;
  padding-left: 0;
}

.list_veriNew2 .veriItem:nth-child(6n), .list_veriNew2 .veriItem:nth-child(6n-4) {
  background: #546376;
  /*808a90*/
}

.list_veriNew2 .veriItem:nth-child(6n) .description,
.list_veriNew2 .veriItem:nth-child(6n-4) .description,
.list_veriNew2 .veriItem:nth-child(6n) .description .title,
.list_veriNew2 .veriItem:nth-child(6n-4) .description .title,
.list_veriNew2 .veriItem:nth-child(6n) .description .readMore,
.list_veriNew2 .veriItem:nth-child(6n-4) .description .readMore,
.list_veriNew2 .veriItem:nth-child(6n) .description .readMore .fa {
  color: #fff;
}

.list_veriNew2 .veriItem:nth-child(6n-4) .description .readMore .fa {
  color: #fff;
}

.list_veriNew2 .veriItem:nth-child(6n-4):before {
  position: absolute;
  display: block;
  width: 200%;
  height: 100%;
  content: '';
  background: #546376;
  /*808a90*/
  top: 0;
  right: 100%;
}

.list_veriNew2 .veriItem:nth-child(6n):before {
  position: absolute;
  display: block;
  width: 200%;
  height: 100%;
  content: '';
  background: #546376;
  /*808a90*/
  top: 0;
  left: 100%;
}

.list_veriNew2 .veriItem:nth-child(6n) .description {
  padding-right: 0;
}

.list_veriNew2 .veriItem:nth-child(7n) {
  background: #f1eff0;
}

.list_veriNew2 .veriItem:nth-child(7n):before, .list_veriNew2 .veriItem:nth-child(7n):after {
  background: #f1eff0;
}

.list_veriNew2 .veriItem:nth-child(7n) .description {
  color: #494949;
  padding-right: 0;
}

.list_veriNew2 .veriItem:nth-child(7n) .description .title {
  color: #2db87f;
}

.list_veriNew2 .veriItem:nth-child(7n) .description .readMore {
  color: #000;
}

.list_veriNew2 .veriItem:nth-child(7n) .description .readMore .fa {
  color: #19ac81;
}

.list_veriNew2 .veriItem .description .readMore:hover {
  background: #2db87f;
  color: #fff;
}

.list_veriNew2 .veriItem .description .readMore:hover .fa {
  color: #fff;
}

.list_veriNew2 .veriItem:nth-child(6n-5) .description .product_show_more,
.list_veriNew2 .veriItem:nth-child(6n-4) .description .product_show_more,
.list_veriNew2 .veriItem:nth-child(6n) .description .product_show_more {
  border-color: #fff;
  color: #fff;
}

.list_veriNew2 .veriItem:nth-child(6n-5) .description .product_show_more:hover,
.list_veriNew2 .veriItem:nth-child(6n-4) .description .product_show_more:hover,
.list_veriNew2 .veriItem:nth-child(6n) .description .product_show_more:hover {
  background: #fff;
  color: #2db87f;
}

.list_veriNew2 .veriItem:nth-child(7n) .description .product_show_more {
  border-color: #2db87f;
  color: #2db87f;
}

.list_veriNew2 .veriItem:nth-child(7n) .description .product_show_more:hover {
  background: #2db87f;
  color: #fff;
}

.row5 {
  margin-left: -5px;
  margin-right: -5px;
  clear: both;
}

.col-row5 {
  padding: 0 5px;
  float: left;
  width: 50%;
  display: block;
}

.contact .contact_form .submit {
  background: #2db87f;
  color: #fff;
  padding: 10px 40px;
  /*width: 145px;

      height: 40px;*/
  text-align: center;
  border-radius: 15px;
  margin: 10px 0;
  display: inline-block;
  width: auto;
  border: none;
  float: right;
}

.contact .contact_form .submit:hover {
  background: #169d75;
}

.contact .contact_form h3 {
  margin: 0 0 15px 0;
}

.contact .contact_form h4 {
  margin: 0 0 25px 0;
  font-weight: 300;
}

.contact .contact_form #captcha {
  float: left;
  margin-right: 10px;
}

.contact .contact_form .captcha-refresh {
  display: inline-block;
}

.fa_veritech_icon {
  border: 1px solid #2db87f;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  display: block;
  color: #2db87f;
}

.fa_veritech_icon .fa {
  text-align: center;
  font-size: 40px;
  line-height: 73px;
}

.fa_veritech_icon.center_icon {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*Home SVG rotate*/
@-webkit-keyframes rotate-right {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate-left {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}

@-webkit-keyframes hover {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(5%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

@-webkit-keyframes pull {
  0% {
    -webkit-transform: scaleY(1);
  }
  40% {
    -webkit-transform: scaleY(1.01);
  }
  60% {
    -webkit-transform: scaleY(0.99);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(0.99);
  }
  80% {
    -webkit-transform: scaleY(1.01);
  }
  100% {
    -webkit-transform: scaleY(1);
  }
}

#airplane2,
#airplane1 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 60s linear 0s infinite;
}

#countryObjects {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 240s linear 0s infinite;
}

#floatingGlobe {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-left 360s linear 0s infinite;
}

#globe {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 0s linear 0s infinite;
}

#windmill {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 331px 201px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 2s linear 0s infinite;
}

#cloud1 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 3s linear 1s infinite;
}

#cloud2 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 3s linear 2s infinite;
}

#cloud3 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: hover 3s linear 3s infinite;
}

#circle1 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 12s linear 0s infinite;
}

#circle2 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-left 24s linear 0s infinite;
}

#circle3 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 12s linear 0s infinite;
}

#circle4 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-left 24s linear 0s infinite;
}

#circle5 {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform-origin: 200px 200px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-right 12s linear 0s infinite;
}

.msp-preset-btn-84,
.msp-preset-btn-85 {
  background-color: #b97ebb;
  color: #fff;
}

.msp-preset-btn-84:hover,
.msp-preset-btn-85:hover {
  background-color: #ca89cc;
  color: #fff;
}

.msp-preset-btn-84:active,
.msp-preset-btn-85:active {
  top: 1px;
}

.msp-preset-btn-86 {
  color: #b97ebb;
  border: solid 1px #b97ebb;
}

.msp-preset-btn-86:hover {
  border-color: #ca89cc;
  color: #ca89cc;
}

.msp-preset-btn-86:active {
  top: 1px;
}

.msp-preset-btn-87 {
  background-color: #b97ebb;
  color: #fff;
}

.msp-preset-btn-87:hover {
  background-color: #ca89cc;
  color: #fff;
}

.msp-preset-btn-87:active {
  top: 1px;
}

.msp-preset-btn-88 {
  background-color: #b97ebb;
  color: #fff;
  -webkit-box-shadow: 0 5px #9a699c;
          box-shadow: 0 5px #9a699c;
}

.msp-preset-btn-88:hover {
  background-color: #ca89cc;
  -webkit-box-shadow: 0 4px #9a699c;
          box-shadow: 0 4px #9a699c;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-88:active {
  -webkit-box-shadow: 0 2px #9a699c;
          box-shadow: 0 2px #9a699c;
  top: 3px;
}

.msp-preset-btn-89,
.msp-preset-btn-90 {
  background-color: #5472D2;
  color: #fff;
}

.msp-preset-btn-89:hover,
.msp-preset-btn-90:hover {
  background-color: #5d7fe9;
  color: #fff;
}

.msp-preset-btn-89:active,
.msp-preset-btn-90:active {
  top: 1px;
}

.msp-preset-btn-91 {
  color: #5472D2;
  border: solid 1px #5472D2;
}

.msp-preset-btn-91:hover {
  border-color: #5d7fe9;
  color: #5d7fe9;
}

.msp-preset-btn-91:active {
  top: 1px;
}

.msp-preset-btn-92 {
  background-color: #5472D2;
  color: #fff;
}

.msp-preset-btn-92:hover {
  background-color: #5d7fe9;
  color: #fff;
}

.msp-preset-btn-92:active {
  top: 1px;
}

.msp-preset-btn-93 {
  background-color: #5472D2;
  color: #fff;
  -webkit-box-shadow: 0 5px #4c68be;
          box-shadow: 0 5px #4c68be;
}

.msp-preset-btn-93:hover {
  background-color: #5d7fe9;
  -webkit-box-shadow: 0 4px #4c68be;
          box-shadow: 0 4px #4c68be;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-93:active {
  -webkit-box-shadow: 0 2px #4c68be;
          box-shadow: 0 2px #4c68be;
  top: 3px;
}

.msp-preset-btn-94,
.msp-preset-btn-95 {
  background-color: #00c1cf;
  color: #fff;
}

.msp-preset-btn-94:hover,
.msp-preset-btn-95:hover {
  background-color: #01D4E4;
  color: #fff;
}

.msp-preset-btn-94:active,
.msp-preset-btn-95:active {
  top: 1px;
}

.msp-preset-btn-96 {
  color: #00c1cf;
  border: solid 1px #00c1cf;
}

.msp-preset-btn-96:hover {
  border-color: #01D4E4;
  color: #01D4E4;
}

.msp-preset-btn-96:active {
  top: 1px;
}

.msp-preset-btn-97 {
  background-color: #00c1cf;
  color: #fff;
}

.msp-preset-btn-97:hover {
  background-color: #01D4E4;
  color: #fff;
}

.msp-preset-btn-97:active {
  top: 1px;
}

.msp-preset-btn-98 {
  background-color: #00c1cf;
  color: #fff;
  -webkit-box-shadow: 0 5px #00afbc;
          box-shadow: 0 5px #00afbc;
}

.msp-preset-btn-98:hover {
  background-color: #01D4E4;
  -webkit-box-shadow: 0 4px #00afbc;
          box-shadow: 0 4px #00afbc;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-98:active {
  -webkit-box-shadow: 0 2px #00afbc;
          box-shadow: 0 2px #00afbc;
  top: 3px;
}

.msp-preset-btn-99,
.msp-preset-btn-100 {
  background-color: #4cadc9;
  color: #fff;
}

.msp-preset-btn-99:hover,
.msp-preset-btn-100:hover {
  background-color: #63b2c9;
  color: #fff;
}

.msp-preset-btn-99:active,
.msp-preset-btn-100:active {
  top: 1px;
}

.msp-preset-btn-101 {
  color: #4cadc9;
  border: solid 1px #4cadc9;
}

.msp-preset-btn-101:hover {
  border-color: #63b2c9;
  color: #63b2c9;
}

.msp-preset-btn-101:active {
  top: 1px;
}

.msp-preset-btn-102 {
  background-color: #4cadc9;
  color: #fff;
}

.msp-preset-btn-102:hover {
  background-color: #63b2c9;
  color: #fff;
}

.msp-preset-btn-102:active {
  top: 1px;
}

.msp-preset-btn-103 {
  background-color: #4cadc9;
  color: #fff;
  -webkit-box-shadow: 0 5px #1aa2c9;
          box-shadow: 0 5px #1aa2c9;
}

.msp-preset-btn-103:hover {
  background-color: #63b2c9;
  -webkit-box-shadow: 0 4px #1aa2c9;
          box-shadow: 0 4px #1aa2c9;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-103:active {
  -webkit-box-shadow: 0 2px #1aa2c9;
          box-shadow: 0 2px #1aa2c9;
  top: 3px;
}

.msp-preset-btn-104,
.msp-preset-btn-105 {
  background-color: #cec2ab;
  color: #fff;
}

.msp-preset-btn-104:hover,
.msp-preset-btn-105:hover {
  background-color: #cebd9d;
  color: #fff;
}

.msp-preset-btn-104:active,
.msp-preset-btn-105:active {
  top: 1px;
}

.msp-preset-btn-106 {
  color: #cec2ab;
  border: solid 1px #cec2ab;
}

.msp-preset-btn-106:hover {
  border-color: #cebd9d;
  color: #cebd9d;
}

.msp-preset-btn-106:active {
  top: 1px;
}

.msp-preset-btn-107 {
  background-color: #cec2ab;
  color: #fff;
}

.msp-preset-btn-107:hover {
  background-color: #cebd9d;
  color: #fff;
}

.msp-preset-btn-107:active {
  top: 1px;
}

.msp-preset-btn-108 {
  background-color: #cec2ab;
  color: #fff;
  -webkit-box-shadow: 0 5px #C2B7A2;
          box-shadow: 0 5px #C2B7A2;
}

.msp-preset-btn-108:hover {
  background-color: #cebd9d;
  -webkit-box-shadow: 0 4px #C2B7A2;
          box-shadow: 0 4px #C2B7A2;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-108:active {
  -webkit-box-shadow: 0 2px #C2B7A2;
          box-shadow: 0 2px #C2B7A2;
  top: 3px;
}

.msp-preset-btn-109,
.msp-preset-btn-110 {
  background-color: #50485b;
  color: #fff;
}

.msp-preset-btn-109:hover,
.msp-preset-btn-110:hover {
  background-color: #6a6176;
  color: #fff;
}

.msp-preset-btn-109:active,
.msp-preset-btn-110:active {
  top: 1px;
}

.msp-preset-btn-111 {
  color: #50485b;
  border: solid 1px #50485b;
}

.msp-preset-btn-111:hover {
  border-color: #6a6176;
  color: #6a6176;
}

.msp-preset-btn-111:active {
  top: 1px;
}

.msp-preset-btn-112 {
  background-color: #50485b;
  color: #fff;
}

.msp-preset-btn-112:hover {
  background-color: #6a6176;
  color: #fff;
}

.msp-preset-btn-112:active {
  top: 1px;
}

.msp-preset-btn-113 {
  background-color: #50485b;
  color: #fff;
  -webkit-box-shadow: 0 5px #412d5b;
          box-shadow: 0 5px #412d5b;
}

.msp-preset-btn-113:hover {
  background-color: #6a6176;
  -webkit-box-shadow: 0 4px #412d5b;
          box-shadow: 0 4px #412d5b;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-113:active {
  -webkit-box-shadow: 0 2px #412d5b;
          box-shadow: 0 2px #412d5b;
  top: 3px;
}

.msp-preset-btn-114,
.msp-preset-btn-115 {
  background-color: #8d6dc4;
  color: #fff;
}

.msp-preset-btn-114:hover,
.msp-preset-btn-115:hover {
  background-color: #977cc4;
  color: #fff;
}

.msp-preset-btn-114:active,
.msp-preset-btn-115:active {
  top: 1px;
}

.msp-preset-btn-116 {
  color: #8d6dc4;
  border: solid 1px #8d6dc4;
}

.msp-preset-btn-116:hover {
  border-color: #977cc4;
  color: #977cc4;
}

.msp-preset-btn-116:active {
  top: 1px;
}

.msp-preset-btn-117 {
  background-color: #8d6dc4;
  color: #fff;
}

.msp-preset-btn-117:hover {
  background-color: #977cc4;
  color: #fff;
}

.msp-preset-btn-117:active {
  top: 1px;
}

.msp-preset-btn-118 {
  background-color: #8d6dc4;
  color: #fff;
  -webkit-box-shadow: 0 5px #7c51c4;
          box-shadow: 0 5px #7c51c4;
}

.msp-preset-btn-118:hover {
  background-color: #977cc4;
  -webkit-box-shadow: 0 4px #7c51c4;
          box-shadow: 0 4px #7c51c4;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-118:active {
  -webkit-box-shadow: 0 2px #7c51c4;
          box-shadow: 0 2px #7c51c4;
  top: 3px;
}

.msp-preset-btn-119,
.msp-preset-btn-120 {
  background-color: #75d69c;
  color: #fff;
}

.msp-preset-btn-119:hover,
.msp-preset-btn-120:hover {
  background-color: #7de5a7;
  color: #fff;
}

.msp-preset-btn-119:active,
.msp-preset-btn-120:active {
  top: 1px;
}

.msp-preset-btn-121 {
  color: #75d69c;
  border: solid 1px #75d69c;
}

.msp-preset-btn-121:hover {
  border-color: #7de5a7;
  color: #7de5a7;
}

.msp-preset-btn-121:active {
  top: 1px;
}

.msp-preset-btn-122 {
  background-color: #75d69c;
  color: #fff;
}

.msp-preset-btn-122:hover {
  background-color: #7de5a7;
  color: #fff;
}

.msp-preset-btn-122:active {
  top: 1px;
}

.msp-preset-btn-123 {
  background-color: #75d69c;
  color: #fff;
  -webkit-box-shadow: 0 5px #41d67d;
          box-shadow: 0 5px #41d67d;
}

.msp-preset-btn-123:hover {
  background-color: #7de5a7;
  -webkit-box-shadow: 0 4px #41d67d;
          box-shadow: 0 4px #41d67d;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-123:active {
  -webkit-box-shadow: 0 2px #41d67d;
          box-shadow: 0 2px #41d67d;
  top: 3px;
}

.msp-preset-btn-124,
.msp-preset-btn-125 {
  background-color: #222;
  color: #fff;
}

.msp-preset-btn-124:hover,
.msp-preset-btn-125:hover {
  background-color: #333;
  color: #fff;
}

.msp-preset-btn-124:active,
.msp-preset-btn-125:active {
  top: 1px;
}

.msp-preset-btn-126 {
  color: #222;
  border: solid 1px #222;
}

.msp-preset-btn-126:hover {
  border-color: #333;
  color: #333;
}

.msp-preset-btn-126:active {
  top: 1px;
}

.msp-preset-btn-127 {
  background-color: #222;
  color: #fff;
}

.msp-preset-btn-127:hover {
  background-color: #333;
  color: #fff;
}

.msp-preset-btn-127:active {
  top: 1px;
}

.msp-preset-btn-128 {
  background-color: #222;
  color: #fff;
  -webkit-box-shadow: 0 5px #000;
          box-shadow: 0 5px #000;
}

.msp-preset-btn-128:hover {
  background-color: #333;
  -webkit-box-shadow: 0 4px #000;
          box-shadow: 0 4px #000;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-128:active {
  -webkit-box-shadow: 0 2px #000;
          box-shadow: 0 2px #000;
  top: 3px;
}

.msp-preset-btn-129,
.msp-preset-btn-130 {
  background-color: #dedede;
  color: #666;
}

.msp-preset-btn-129:hover,
.msp-preset-btn-130:hover {
  background-color: #d1d1d1;
  color: #666;
}

.msp-preset-btn-129:active,
.msp-preset-btn-130:active {
  top: 1px;
}

.msp-preset-btn-131 {
  color: #dedede;
  border: solid 1px #dedede;
}

.msp-preset-btn-131:hover {
  border-color: #d1d1d1;
  color: #d1d1d1;
}

.msp-preset-btn-131:active {
  top: 1px;
}

.msp-preset-btn-132 {
  background-color: #dedede;
  color: #666;
}

.msp-preset-btn-132:hover {
  background-color: #d1d1d1;
  color: #666;
}

.msp-preset-btn-132:active {
  top: 1px;
}

.msp-preset-btn-133 {
  background-color: #dedede;
  color: #666;
  -webkit-box-shadow: 0 5px #CACACA;
          box-shadow: 0 5px #CACACA;
}

.msp-preset-btn-133:hover {
  background-color: #d1d1d1;
  color: #666;
  -webkit-box-shadow: 0 4px #CACACA;
          box-shadow: 0 4px #CACACA;
  top: 1px;
}

.msp-preset-btn-133:active {
  -webkit-box-shadow: 0 2px #CACACA;
          box-shadow: 0 2px #CACACA;
  top: 3px;
}

.msp-preset-btn-134,
.msp-preset-btn-135 {
  background-color: #f7be68;
  color: #fff;
}

.msp-preset-btn-134:hover,
.msp-preset-btn-135:hover {
  background-color: #e9b362;
  color: #fff;
}

.msp-preset-btn-134:active,
.msp-preset-btn-135:active {
  top: 1px;
}

.msp-preset-btn-136 {
  color: #f7be68;
  border: solid 1px #f7be68;
}

.msp-preset-btn-136:hover {
  border-color: #e9b362;
  color: #e9b362;
}

.msp-preset-btn-136:active {
  top: 1px;
}

.msp-preset-btn-137 {
  background-color: #f7be68;
  color: #fff;
}

.msp-preset-btn-137:hover {
  background-color: #e9b362;
  color: #fff;
}

.msp-preset-btn-137:active {
  top: 1px;
}

.msp-preset-btn-138 {
  background-color: #f7be68;
  color: #fff;
  -webkit-box-shadow: 0 5px #E7AF59;
          box-shadow: 0 5px #E7AF59;
}

.msp-preset-btn-138:hover {
  background-color: #e9b362;
  -webkit-box-shadow: 0 4px #E7AF59;
          box-shadow: 0 4px #E7AF59;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-138:active {
  -webkit-box-shadow: 0 2px #E7AF59;
          box-shadow: 0 2px #E7AF59;
  top: 3px;
}

.msp-preset-btn-139,
.msp-preset-btn-140 {
  background-color: #5aa1e3;
  color: #fff;
}

.msp-preset-btn-139:hover,
.msp-preset-btn-140:hover {
  background-color: #5faaef;
  color: #fff;
}

.msp-preset-btn-139:active,
.msp-preset-btn-140:active {
  top: 1px;
}

.msp-preset-btn-141 {
  color: #5aa1e3;
  border: solid 1px #5aa1e3;
}

.msp-preset-btn-141:hover {
  border-color: #5faaef;
  color: #5faaef;
}

.msp-preset-btn-141:active {
  top: 1px;
}

.msp-preset-btn-142 {
  background-color: #5aa1e3;
  color: #fff;
}

.msp-preset-btn-142:hover {
  background-color: #5faaef;
  color: #fff;
}

.msp-preset-btn-142:active {
  top: 1px;
}

.msp-preset-btn-143 {
  background-color: #5aa1e3;
  color: #fff;
  -webkit-box-shadow: 0 5px #4c87bf;
          box-shadow: 0 5px #4c87bf;
}

.msp-preset-btn-143:hover {
  background-color: #5faaef;
  -webkit-box-shadow: 0 4px #4c87bf;
          box-shadow: 0 4px #4c87bf;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-143:active {
  -webkit-box-shadow: 0 2px #4c87bf;
          box-shadow: 0 2px #4c87bf;
  top: 3px;
}

.msp-preset-btn-144,
.msp-preset-btn-145 {
  background-color: #6dab3c;
  color: #fff;
}

.msp-preset-btn-144:hover,
.msp-preset-btn-145:hover {
  background-color: #76b941;
  color: #fff;
}

.msp-preset-btn-144:active,
.msp-preset-btn-145:active {
  top: 1px;
}

.msp-preset-btn-146 {
  color: #6dab3c;
  border: solid 1px #6dab3c;
}

.msp-preset-btn-146:hover {
  border-color: #76b941;
  color: #76b941;
}

.msp-preset-btn-146:active {
  top: 1px;
}

.msp-preset-btn-147 {
  background-color: #6dab3c;
  color: #fff;
}

.msp-preset-btn-147:hover {
  background-color: #76b941;
  color: #fff;
}

.msp-preset-btn-147:active {
  top: 1px;
}

.msp-preset-btn-148 {
  background-color: #6dab3c;
  color: #fff;
  -webkit-box-shadow: 0 5px #5e9334;
          box-shadow: 0 5px #5e9334;
}

.msp-preset-btn-148:hover {
  background-color: #76b941;
  -webkit-box-shadow: 0 4px #5e9334;
          box-shadow: 0 4px #5e9334;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-148:active {
  -webkit-box-shadow: 0 2px #5e9334;
          box-shadow: 0 2px #5e9334;
  top: 3px;
}

.msp-preset-btn-149,
.msp-preset-btn-150 {
  background-color: #f4524d;
  color: #fff;
}

.msp-preset-btn-149:hover,
.msp-preset-btn-150:hover {
  background-color: #e04b47;
  color: #fff;
}

.msp-preset-btn-149:active,
.msp-preset-btn-150:active {
  top: 1px;
}

.msp-preset-btn-151 {
  color: #f4524d;
  border: solid 1px #f4524d;
}

.msp-preset-btn-151:hover {
  border-color: #e04b47;
  color: #e04b47;
}

.msp-preset-btn-151:active {
  top: 1px;
}

.msp-preset-btn-152 {
  background-color: #f4524d;
  color: #fff;
}

.msp-preset-btn-152:hover {
  background-color: #e04b47;
  color: #fff;
}

.msp-preset-btn-152:active {
  top: 1px;
}

.msp-preset-btn-153 {
  background-color: #f4524d;
  color: #fff;
  -webkit-box-shadow: 0 5px #cb4440;
          box-shadow: 0 5px #cb4440;
}

.msp-preset-btn-153:hover {
  background-color: #e04b47;
  -webkit-box-shadow: 0 4px #cb4440;
          box-shadow: 0 4px #cb4440;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-153:active {
  -webkit-box-shadow: 0 2px #cb4440;
          box-shadow: 0 2px #cb4440;
  top: 3px;
}

.msp-preset-btn-154,
.msp-preset-btn-155 {
  background-color: #f79468;
  color: #fff;
}

.msp-preset-btn-154:hover,
.msp-preset-btn-155:hover {
  background-color: #e78a61;
  color: #fff;
}

.msp-preset-btn-154:active,
.msp-preset-btn-155:active {
  top: 1px;
}

.msp-preset-btn-156 {
  color: #f79468;
  border: solid 1px #f79468;
}

.msp-preset-btn-156:hover {
  border-color: #e78a61;
  color: #e78a61;
}

.msp-preset-btn-156:active {
  top: 1px;
}

.msp-preset-btn-157 {
  background-color: #f79468;
  color: #fff;
}

.msp-preset-btn-157:hover {
  background-color: #e78a61;
  color: #fff;
}

.msp-preset-btn-157:active {
  top: 1px;
}

.msp-preset-btn-158 {
  background-color: #f79468;
  color: #fff;
  -webkit-box-shadow: 0 5px #da835c;
          box-shadow: 0 5px #da835c;
}

.msp-preset-btn-158:hover {
  background-color: #e78a61;
  -webkit-box-shadow: 0 4px #da835c;
          box-shadow: 0 4px #da835c;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-158:active {
  -webkit-box-shadow: 0 2px #da835c;
          box-shadow: 0 2px #da835c;
  top: 3px;
}

.msp-preset-1 {
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-3 {
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
  color: #f2f2f2;
}

.msp-preset-5 {
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #d4d4d4;
}

.msp-preset-6 {
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #d4d4d4;
}

.msp-preset-7 {
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #77cba9;
}

.msp-preset-8 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-12 {
  font-weight: 600;
  font-size: 72px;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
  text-transform: uppercase;
}

.msp-preset-13 {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  color: #f8f8f8;
}

.msp-preset-14 {
  font-weight: normal;
  font-size: 60px;
  text-align: center;
  letter-spacing: 2px;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.msp-preset-15 {
  font-weight: normal;
  font-size: 55px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #e38181;
}

.msp-preset-16 {
  font-weight: normal;
  font-size: 54px;
  line-height: normal;
  white-space: nowrap;
  color: #dddddd;
}

.msp-preset-17 {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  color: #c2b273;
  background-color: transparent;
}

.msp-preset-18 {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  color: #fdfdfd;
  background-color: transparent;
}

.msp-preset-19 {
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  color: #dddddc;
  text-transform: uppercase;
}

.msp-preset-20 {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: normal;
  color: #a9a8a8;
}

.msp-preset-21 {
  background-color: #a9a8a8;
  font-weight: normal;
  line-height: normal;
}

.msp-preset-22 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
}

.msp-preset-23 {
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  color: #c0c0c0;
}

.msp-preset-25 {
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
  line-height: normal;
  text-transform: uppercase;
}

.msp-preset-26 {
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-27 {
  background-color: #ffffff;
  font-weight: normal;
  line-height: normal;
}

.msp-preset-28 {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-29 {
  font-weight: 800;
  font-size: 120px;
  letter-spacing: 1px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-30 {
  font-weight: normal;
  font-size: 22px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-31 {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  color: #ba895d;
}

.msp-preset-32 {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #6a6a6a;
}

.msp-preset-33 {
  font-weight: normal;
  font-size: 36px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-34 {
  background-color: #ffffff;
  font-weight: normal;
  line-height: normal;
}

.msp-preset-35 {
  background-color: #f4cb68;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
}

.msp-cn-140-2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 66px;
  white-space: nowrap;
  color: #ffffff;
  text-transform: uppercase;
}

.msp-cn-140-3 {
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-140-4 {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 6px;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
  text-transform: uppercase;
}

.msp-cn-140-5 {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
}

.msp-cn-140-11,
.msp-cn-140-31 {
  font-weight: 700;
  font-size: 71px;
  line-height: 66px;
  white-space: nowrap;
  color: #ffffff;
  text-transform: uppercase;
}

.msp-cn-140-32 {
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-140-33 {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 6px;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
  text-transform: uppercase;
}

.msp-cn-140-34 {
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
}

.msp-cn-140-35 {
  font-weight: 700;
  font-size: 71px;
  line-height: 66px;
  white-space: nowrap;
  color: #ffffff;
  text-transform: uppercase;
}

.msp-cn-140-36,
.msp-cn-140-37 {
  font-weight: normal;
  font-size: 8px;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.ms-panorama .ms-slide-layers {
  overflow: visible;
}

.msp-cn-146-1 {
  font-size: 32px !important;
  font-family: 'Roboto Light';
}

.msp-cn-146-5 {
  font-size: 19px !important;
  /* 20px font-weight: 300 !important;*/
}

.msp-cn-146-5.med {
  font-size: 16px !important;
  line-height: 22px !important;
}

.msp-cn-146-5.small {
  font-size: 14px !important;
  line-height: 18px !important;
}

/*.ms-parent-id-22 > .master-slider{ background:#353535 url( ../images/home/test_back_01.jpg ) repeat top left; }*/
/*.ms-parent-id-22 > .master-slider{ background:#353535 url( ../images/home/customer_back1.jpg ) no-repeat center center; background-size: cover; }*/
.ms-parent-id-22 > .master-slider {
  background: #353535 url(../images/home/customer_back5.jpg);
  /*pexels-photo-219513.jpg */
  background-repeat: no-repeat;
  /*background-size: 100% 100%;cover*/
  background-position: center;
  /*background-position: cover;*/
}

.msp-cn-146-1 {
  text-align: center;
  line-height: normal;
  color: #ffffff;
}

.msp-cn-146-2 {
  background-color: #ffffff;
  font-weight: normal;
  text-align: center;
  line-height: normal;
}

.msp-cn-146-4 {
  font-weight: normal;
  font-size: 111px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #929292;
}

.msp-cn-146-5 {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  line-height: 31px;
  color: #ffffff;
}

.msp-cn-146-6 {
  font-weight: normal;
  font-size: 111px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #929292;
}

.msp-cn-146-7 {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  color: #ffffff;
}

.msp-cn-146-9 {
  font-weight: normal;
  font-size: 111px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #929292;
}

.msp-cn-146-10 {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  line-height: 31px;
  color: #ffffff;
}

.msp-cn-146-11 {
  font-weight: normal;
  font-size: 111px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #929292;
}

.msp-cn-146-12 {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  color: #eeeeee;
}

.msp-cn-146-14 {
  font-weight: normal;
  font-size: 111px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #929292;
}

.msp-cn-146-15 {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  line-height: 31px;
  color: #ffffff;
}

.msp-cn-146-16 {
  font-weight: normal;
  font-size: 111px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #929292;
}

.msp-cn-146-17 {
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  color: #eeeeee;
}

.msp-cn-146-18 {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  color: #ffffff;
}

.msp-cn-146-19 {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  color: #ffffff;
}

.ms-testimonials-1,
.master-slider-parent > .master-slider {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 25px 0;
}

.commentImgs {
  text-align: center;
  display: table;
}

.commentImgs .commentImgs_iten {
  display: inline-block;
  overflow: hidden;
  /*display: table-cell;

      vertical-align: middle;*/
}

.commentImgs .commentImgs_iten.user {
  height: 80px;
  width: 80px;
  border: 2px solid #fff;
  border-radius: 50%;
  overflow: hidden;
}

.commentImgs .commentImgs_iten.user img {
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.commentImgs .commentImgs_iten.logo {
  overflow: hidden;
  padding-right: 15px;
  border-right: 2px solid #fff;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.commentImgs .commentImgs_iten.logo img {
  max-height: 50px;
  width: auto;
}

/*Soccer slider*/
.msp-preset-btn-84,
.msp-preset-btn-85 {
  background-color: #b97ebb;
  color: #fff;
}

.msp-preset-btn-84:hover,
.msp-preset-btn-85:hover {
  background-color: #ca89cc;
  color: #fff;
}

.msp-preset-btn-84:active,
.msp-preset-btn-85:active {
  top: 1px;
}

.msp-preset-btn-86 {
  color: #b97ebb;
  border: solid 1px #b97ebb;
}

.msp-preset-btn-86:hover {
  border-color: #ca89cc;
  color: #ca89cc;
}

.msp-preset-btn-86:active {
  top: 1px;
}

.msp-preset-btn-87 {
  background-color: #b97ebb;
  color: #fff;
}

.msp-preset-btn-87:hover {
  background-color: #ca89cc;
  color: #fff;
}

.msp-preset-btn-87:active {
  top: 1px;
}

.msp-preset-btn-88 {
  background-color: #b97ebb;
  color: #fff;
  -webkit-box-shadow: 0 5px #9a699c;
          box-shadow: 0 5px #9a699c;
}

.msp-preset-btn-88:hover {
  background-color: #ca89cc;
  -webkit-box-shadow: 0 4px #9a699c;
          box-shadow: 0 4px #9a699c;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-88:active {
  -webkit-box-shadow: 0 2px #9a699c;
          box-shadow: 0 2px #9a699c;
  top: 3px;
}

.msp-preset-btn-89,
.msp-preset-btn-90 {
  background-color: #5472D2;
  color: #fff;
}

.msp-preset-btn-89:hover,
.msp-preset-btn-90:hover {
  background-color: #5d7fe9;
  color: #fff;
}

.msp-preset-btn-89:active,
.msp-preset-btn-90:active {
  top: 1px;
}

.msp-preset-btn-91 {
  color: #5472D2;
  border: solid 1px #5472D2;
}

.msp-preset-btn-91:hover {
  border-color: #5d7fe9;
  color: #5d7fe9;
}

.msp-preset-btn-91:active {
  top: 1px;
}

.msp-preset-btn-92 {
  background-color: #5472D2;
  color: #fff;
}

.msp-preset-btn-92:hover {
  background-color: #5d7fe9;
  color: #fff;
}

.msp-preset-btn-92:active {
  top: 1px;
}

.msp-preset-btn-93 {
  background-color: #5472D2;
  color: #fff;
  -webkit-box-shadow: 0 5px #4c68be;
          box-shadow: 0 5px #4c68be;
}

.msp-preset-btn-93:hover {
  background-color: #5d7fe9;
  -webkit-box-shadow: 0 4px #4c68be;
          box-shadow: 0 4px #4c68be;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-93:active {
  -webkit-box-shadow: 0 2px #4c68be;
          box-shadow: 0 2px #4c68be;
  top: 3px;
}

.msp-preset-btn-94,
.msp-preset-btn-95 {
  background-color: #00c1cf;
  color: #fff;
}

.msp-preset-btn-94:hover,
.msp-preset-btn-95:hover {
  background-color: #01D4E4;
  color: #fff;
}

.msp-preset-btn-94:active,
.msp-preset-btn-95:active {
  top: 1px;
}

.msp-preset-btn-96 {
  color: #00c1cf;
  border: solid 1px #00c1cf;
}

.msp-preset-btn-96:hover {
  border-color: #01D4E4;
  color: #01D4E4;
}

.msp-preset-btn-96:active {
  top: 1px;
}

.msp-preset-btn-97 {
  background-color: #00c1cf;
  color: #fff;
}

.msp-preset-btn-97:hover {
  background-color: #01D4E4;
  color: #fff;
}

.msp-preset-btn-97:active {
  top: 1px;
}

.msp-preset-btn-98 {
  background-color: #00c1cf;
  color: #fff;
  -webkit-box-shadow: 0 5px #00afbc;
          box-shadow: 0 5px #00afbc;
}

.msp-preset-btn-98:hover {
  background-color: #01D4E4;
  -webkit-box-shadow: 0 4px #00afbc;
          box-shadow: 0 4px #00afbc;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-98:active {
  -webkit-box-shadow: 0 2px #00afbc;
          box-shadow: 0 2px #00afbc;
  top: 3px;
}

.msp-preset-btn-99,
.msp-preset-btn-100 {
  background-color: #4cadc9;
  color: #fff;
}

.msp-preset-btn-99:hover,
.msp-preset-btn-100:hover {
  background-color: #63b2c9;
  color: #fff;
}

.msp-preset-btn-99:active,
.msp-preset-btn-100:active {
  top: 1px;
}

.msp-preset-btn-101 {
  color: #4cadc9;
  border: solid 1px #4cadc9;
}

.msp-preset-btn-101:hover {
  border-color: #63b2c9;
  color: #63b2c9;
}

.msp-preset-btn-101:active {
  top: 1px;
}

.msp-preset-btn-102 {
  background-color: #4cadc9;
  color: #fff;
}

.msp-preset-btn-102:hover {
  background-color: #63b2c9;
  color: #fff;
}

.msp-preset-btn-102:active {
  top: 1px;
}

.msp-preset-btn-103 {
  background-color: #4cadc9;
  color: #fff;
  -webkit-box-shadow: 0 5px #1aa2c9;
          box-shadow: 0 5px #1aa2c9;
}

.msp-preset-btn-103:hover {
  background-color: #63b2c9;
  -webkit-box-shadow: 0 4px #1aa2c9;
          box-shadow: 0 4px #1aa2c9;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-103:active {
  -webkit-box-shadow: 0 2px #1aa2c9;
          box-shadow: 0 2px #1aa2c9;
  top: 3px;
}

.msp-preset-btn-104,
.msp-preset-btn-105 {
  background-color: #cec2ab;
  color: #fff;
}

.msp-preset-btn-104:hover,
.msp-preset-btn-105:hover {
  background-color: #cebd9d;
  color: #fff;
}

.msp-preset-btn-104:active,
.msp-preset-btn-105:active {
  top: 1px;
}

.msp-preset-btn-106 {
  color: #cec2ab;
  border: solid 1px #cec2ab;
}

.msp-preset-btn-106:hover {
  border-color: #cebd9d;
  color: #cebd9d;
}

.msp-preset-btn-106:active {
  top: 1px;
}

.msp-preset-btn-107 {
  background-color: #cec2ab;
  color: #fff;
}

.msp-preset-btn-107:hover {
  background-color: #cebd9d;
  color: #fff;
}

.msp-preset-btn-107:active {
  top: 1px;
}

.msp-preset-btn-108 {
  background-color: #cec2ab;
  color: #fff;
  -webkit-box-shadow: 0 5px #C2B7A2;
          box-shadow: 0 5px #C2B7A2;
}

.msp-preset-btn-108:hover {
  background-color: #cebd9d;
  -webkit-box-shadow: 0 4px #C2B7A2;
          box-shadow: 0 4px #C2B7A2;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-108:active {
  -webkit-box-shadow: 0 2px #C2B7A2;
          box-shadow: 0 2px #C2B7A2;
  top: 3px;
}

.msp-preset-btn-109,
.msp-preset-btn-110 {
  background-color: #50485b;
  color: #fff;
}

.msp-preset-btn-109:hover,
.msp-preset-btn-110:hover {
  background-color: #6a6176;
  color: #fff;
}

.msp-preset-btn-109:active,
.msp-preset-btn-110:active {
  top: 1px;
}

.msp-preset-btn-111 {
  color: #50485b;
  border: solid 1px #50485b;
}

.msp-preset-btn-111:hover {
  border-color: #6a6176;
  color: #6a6176;
}

.msp-preset-btn-111:active {
  top: 1px;
}

.msp-preset-btn-112 {
  background-color: #50485b;
  color: #fff;
}

.msp-preset-btn-112:hover {
  background-color: #6a6176;
  color: #fff;
}

.msp-preset-btn-112:active {
  top: 1px;
}

.msp-preset-btn-113 {
  background-color: #50485b;
  color: #fff;
  -webkit-box-shadow: 0 5px #412d5b;
          box-shadow: 0 5px #412d5b;
}

.msp-preset-btn-113:hover {
  background-color: #6a6176;
  -webkit-box-shadow: 0 4px #412d5b;
          box-shadow: 0 4px #412d5b;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-113:active {
  -webkit-box-shadow: 0 2px #412d5b;
          box-shadow: 0 2px #412d5b;
  top: 3px;
}

.msp-preset-btn-114,
.msp-preset-btn-115 {
  background-color: #8d6dc4;
  color: #fff;
}

.msp-preset-btn-114:hover,
.msp-preset-btn-115:hover {
  background-color: #977cc4;
  color: #fff;
}

.msp-preset-btn-114:active,
.msp-preset-btn-115:active {
  top: 1px;
}

.msp-preset-btn-116 {
  color: #8d6dc4;
  border: solid 1px #8d6dc4;
}

.msp-preset-btn-116:hover {
  border-color: #977cc4;
  color: #977cc4;
}

.msp-preset-btn-116:active {
  top: 1px;
}

.msp-preset-btn-117 {
  background-color: #8d6dc4;
  color: #fff;
}

.msp-preset-btn-117:hover {
  background-color: #977cc4;
  color: #fff;
}

.msp-preset-btn-117:active {
  top: 1px;
}

.msp-preset-btn-118 {
  background-color: #8d6dc4;
  color: #fff;
  -webkit-box-shadow: 0 5px #7c51c4;
          box-shadow: 0 5px #7c51c4;
}

.msp-preset-btn-118:hover {
  background-color: #977cc4;
  -webkit-box-shadow: 0 4px #7c51c4;
          box-shadow: 0 4px #7c51c4;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-118:active {
  -webkit-box-shadow: 0 2px #7c51c4;
          box-shadow: 0 2px #7c51c4;
  top: 3px;
}

.msp-preset-btn-119,
.msp-preset-btn-120 {
  background-color: #75d69c;
  color: #fff;
}

.msp-preset-btn-119:hover,
.msp-preset-btn-120:hover {
  background-color: #7de5a7;
  color: #fff;
}

.msp-preset-btn-119:active,
.msp-preset-btn-120:active {
  top: 1px;
}

.msp-preset-btn-121 {
  color: #75d69c;
  border: solid 1px #75d69c;
}

.msp-preset-btn-121:hover {
  border-color: #7de5a7;
  color: #7de5a7;
}

.msp-preset-btn-121:active {
  top: 1px;
}

.msp-preset-btn-122 {
  background-color: #75d69c;
  color: #fff;
}

.msp-preset-btn-122:hover {
  background-color: #7de5a7;
  color: #fff;
}

.msp-preset-btn-122:active {
  top: 1px;
}

.msp-preset-btn-123 {
  background-color: #75d69c;
  color: #fff;
  -webkit-box-shadow: 0 5px #41d67d;
          box-shadow: 0 5px #41d67d;
}

.msp-preset-btn-123:hover {
  background-color: #7de5a7;
  -webkit-box-shadow: 0 4px #41d67d;
          box-shadow: 0 4px #41d67d;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-123:active {
  -webkit-box-shadow: 0 2px #41d67d;
          box-shadow: 0 2px #41d67d;
  top: 3px;
}

.msp-preset-btn-124,
.msp-preset-btn-125 {
  background-color: #222;
  color: #fff;
}

.msp-preset-btn-124:hover,
.msp-preset-btn-125:hover {
  background-color: #333;
  color: #fff;
}

.msp-preset-btn-124:active,
.msp-preset-btn-125:active {
  top: 1px;
}

.msp-preset-btn-126 {
  color: #222;
  border: solid 1px #222;
}

.msp-preset-btn-126:hover {
  border-color: #333;
  color: #333;
}

.msp-preset-btn-126:active {
  top: 1px;
}

.msp-preset-btn-127 {
  background-color: #222;
  color: #fff;
}

.msp-preset-btn-127:hover {
  background-color: #333;
  color: #fff;
}

.msp-preset-btn-127:active {
  top: 1px;
}

.msp-preset-btn-128 {
  background-color: #222;
  color: #fff;
  -webkit-box-shadow: 0 5px #000;
          box-shadow: 0 5px #000;
}

.msp-preset-btn-128:hover {
  background-color: #333;
  -webkit-box-shadow: 0 4px #000;
          box-shadow: 0 4px #000;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-128:active {
  -webkit-box-shadow: 0 2px #000;
          box-shadow: 0 2px #000;
  top: 3px;
}

.msp-preset-btn-129,
.msp-preset-btn-130 {
  background-color: #dedede;
  color: #666;
}

.msp-preset-btn-129:hover,
.msp-preset-btn-130:hover {
  background-color: #d1d1d1;
  color: #666;
}

.msp-preset-btn-129:active,
.msp-preset-btn-130:active {
  top: 1px;
}

.msp-preset-btn-131 {
  color: #dedede;
  border: solid 1px #dedede;
}

.msp-preset-btn-131:hover {
  border-color: #d1d1d1;
  color: #d1d1d1;
}

.msp-preset-btn-131:active {
  top: 1px;
}

.msp-preset-btn-132 {
  background-color: #dedede;
  color: #666;
}

.msp-preset-btn-132:hover {
  background-color: #d1d1d1;
  color: #666;
}

.msp-preset-btn-132:active {
  top: 1px;
}

.msp-preset-btn-133 {
  background-color: #dedede;
  color: #666;
  -webkit-box-shadow: 0 5px #CACACA;
          box-shadow: 0 5px #CACACA;
}

.msp-preset-btn-133:hover {
  background-color: #d1d1d1;
  color: #666;
  -webkit-box-shadow: 0 4px #CACACA;
          box-shadow: 0 4px #CACACA;
  top: 1px;
}

.msp-preset-btn-133:active {
  -webkit-box-shadow: 0 2px #CACACA;
          box-shadow: 0 2px #CACACA;
  top: 3px;
}

.msp-preset-btn-134,
.msp-preset-btn-135 {
  background-color: #f7be68;
  color: #fff;
}

.msp-preset-btn-134:hover,
.msp-preset-btn-135:hover {
  background-color: #e9b362;
  color: #fff;
}

.msp-preset-btn-134:active,
.msp-preset-btn-135:active {
  top: 1px;
}

.msp-preset-btn-136 {
  color: #f7be68;
  border: solid 1px #f7be68;
}

.msp-preset-btn-136:hover {
  border-color: #e9b362;
  color: #e9b362;
}

.msp-preset-btn-136:active {
  top: 1px;
}

.msp-preset-btn-137 {
  background-color: #f7be68;
  color: #fff;
}

.msp-preset-btn-137:hover {
  background-color: #e9b362;
  color: #fff;
}

.msp-preset-btn-137:active {
  top: 1px;
}

.msp-preset-btn-138 {
  background-color: #f7be68;
  color: #fff;
  -webkit-box-shadow: 0 5px #E7AF59;
          box-shadow: 0 5px #E7AF59;
}

.msp-preset-btn-138:hover {
  background-color: #e9b362;
  -webkit-box-shadow: 0 4px #E7AF59;
          box-shadow: 0 4px #E7AF59;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-138:active {
  -webkit-box-shadow: 0 2px #E7AF59;
          box-shadow: 0 2px #E7AF59;
  top: 3px;
}

.msp-preset-btn-139,
.msp-preset-btn-140 {
  background-color: #5aa1e3;
  color: #fff;
}

.msp-preset-btn-139:hover,
.msp-preset-btn-140:hover {
  background-color: #5faaef;
  color: #fff;
}

.msp-preset-btn-139:active,
.msp-preset-btn-140:active {
  top: 1px;
}

.msp-preset-btn-141 {
  color: #5aa1e3;
  border: solid 1px #5aa1e3;
}

.msp-preset-btn-141:hover {
  border-color: #5faaef;
  color: #5faaef;
}

.msp-preset-btn-141:active {
  top: 1px;
}

.msp-preset-btn-142 {
  background-color: #5aa1e3;
  color: #fff;
}

.msp-preset-btn-142:hover {
  background-color: #5faaef;
  color: #fff;
}

.msp-preset-btn-142:active {
  top: 1px;
}

.msp-preset-btn-143 {
  background-color: #5aa1e3;
  color: #fff;
  -webkit-box-shadow: 0 5px #4c87bf;
          box-shadow: 0 5px #4c87bf;
}

.msp-preset-btn-143:hover {
  background-color: #5faaef;
  -webkit-box-shadow: 0 4px #4c87bf;
          box-shadow: 0 4px #4c87bf;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-143:active {
  -webkit-box-shadow: 0 2px #4c87bf;
          box-shadow: 0 2px #4c87bf;
  top: 3px;
}

.msp-preset-btn-144,
.msp-preset-btn-145 {
  background-color: #6dab3c;
  color: #fff;
}

.msp-preset-btn-144:hover,
.msp-preset-btn-145:hover {
  background-color: #76b941;
  color: #fff;
}

.msp-preset-btn-144:active,
.msp-preset-btn-145:active {
  top: 1px;
}

.msp-preset-btn-146 {
  color: #6dab3c;
  border: solid 1px #6dab3c;
}

.msp-preset-btn-146:hover {
  border-color: #76b941;
  color: #76b941;
}

.msp-preset-btn-146:active {
  top: 1px;
}

.msp-preset-btn-147 {
  background-color: #6dab3c;
  color: #fff;
}

.msp-preset-btn-147:hover {
  background-color: #76b941;
  color: #fff;
}

.msp-preset-btn-147:active {
  top: 1px;
}

.msp-preset-btn-148 {
  background-color: #6dab3c;
  color: #fff;
  -webkit-box-shadow: 0 5px #5e9334;
          box-shadow: 0 5px #5e9334;
}

.msp-preset-btn-148:hover {
  background-color: #76b941;
  -webkit-box-shadow: 0 4px #5e9334;
          box-shadow: 0 4px #5e9334;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-148:active {
  -webkit-box-shadow: 0 2px #5e9334;
          box-shadow: 0 2px #5e9334;
  top: 3px;
}

.msp-preset-btn-149,
.msp-preset-btn-150 {
  background-color: #f4524d;
  color: #fff;
}

.msp-preset-btn-149:hover,
.msp-preset-btn-150:hover {
  background-color: #e04b47;
  color: #fff;
}

.msp-preset-btn-149:active,
.msp-preset-btn-150:active {
  top: 1px;
}

.msp-preset-btn-151 {
  color: #f4524d;
  border: solid 1px #f4524d;
}

.msp-preset-btn-151:hover {
  border-color: #e04b47;
  color: #e04b47;
}

.msp-preset-btn-151:active {
  top: 1px;
}

.msp-preset-btn-152 {
  background-color: #f4524d;
  color: #fff;
}

.msp-preset-btn-152:hover {
  background-color: #e04b47;
  color: #fff;
}

.msp-preset-btn-152:active {
  top: 1px;
}

.msp-preset-btn-153 {
  background-color: #f4524d;
  color: #fff;
  -webkit-box-shadow: 0 5px #cb4440;
          box-shadow: 0 5px #cb4440;
}

.msp-preset-btn-153:hover {
  background-color: #e04b47;
  -webkit-box-shadow: 0 4px #cb4440;
          box-shadow: 0 4px #cb4440;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-153:active {
  -webkit-box-shadow: 0 2px #cb4440;
          box-shadow: 0 2px #cb4440;
  top: 3px;
}

.msp-preset-btn-154,
.msp-preset-btn-155 {
  background-color: #f79468;
  color: #fff;
}

.msp-preset-btn-154:hover,
.msp-preset-btn-155:hover {
  background-color: #e78a61;
  color: #fff;
}

.msp-preset-btn-154:active,
.msp-preset-btn-155:active {
  top: 1px;
}

.msp-preset-btn-156 {
  color: #f79468;
  border: solid 1px #f79468;
}

.msp-preset-btn-156:hover {
  border-color: #e78a61;
  color: #e78a61;
}

.msp-preset-btn-156:active {
  top: 1px;
}

.msp-preset-btn-157 {
  background-color: #f79468;
  color: #fff;
}

.msp-preset-btn-157:hover {
  background-color: #e78a61;
  color: #fff;
}

.msp-preset-btn-157:active {
  top: 1px;
}

.msp-preset-btn-158 {
  background-color: #f79468;
  color: #fff;
  -webkit-box-shadow: 0 5px #da835c;
          box-shadow: 0 5px #da835c;
}

.msp-preset-btn-158:hover {
  background-color: #e78a61;
  -webkit-box-shadow: 0 4px #da835c;
          box-shadow: 0 4px #da835c;
  top: 1px;
  color: #fff;
}

.msp-preset-btn-158:active {
  -webkit-box-shadow: 0 2px #da835c;
          box-shadow: 0 2px #da835c;
  top: 3px;
}

.msp-preset-1 {
  font-weight: 700;
  font-size: 48px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-3 {
  font-weight: 300;
  font-size: 18px;
  line-height: normal;
  color: #f2f2f2;
}

.msp-preset-5 {
  font-weight: normal;
  font-size: 30px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #d4d4d4;
}

.msp-preset-6 {
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #d4d4d4;
}

.msp-preset-7 {
  font-weight: 500;
  font-size: 48px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #77cba9;
}

.msp-preset-8 {
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-12 {
  font-weight: 500;
  font-size: 72px;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
  text-transform: uppercase;
}

.msp-preset-13 {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  color: #f8f8f8;
}

.msp-preset-14 {
  font-weight: normal;
  font-size: 60px;
  text-align: center;
  letter-spacing: 2px;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.msp-preset-15 {
  font-weight: normal;
  font-size: 55px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #e38181;
}

.msp-preset-16 {
  font-weight: normal;
  font-size: 54px;
  line-height: normal;
  white-space: nowrap;
  color: #dddddd;
}

.msp-preset-17 {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  line-height: normal;
  color: #c2b273;
  background-color: transparent;
}

.msp-preset-18 {
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  line-height: normal;
  color: #fdfdfd;
  background-color: transparent;
}

.msp-preset-19 {
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  color: #dddddc;
  text-transform: uppercase;
}

.msp-preset-20 {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: normal;
  color: #a9a8a8;
}

.msp-preset-21 {
  background-color: #a9a8a8;
  font-weight: normal;
  line-height: normal;
}

.msp-preset-22 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
}

.msp-preset-23 {
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  color: #c0c0c0;
}

.msp-preset-25 {
  padding-top: 10px;
  padding-right: 24px;
  padding-bottom: 10px;
  padding-left: 24px;
  font-weight: normal;
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
  line-height: normal;
  text-transform: uppercase;
}

.msp-preset-26 {
  font-weight: normal;
  font-size: 16px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-27 {
  background-color: #ffffff;
  font-weight: normal;
  line-height: normal;
}

.msp-preset-28 {
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-29 {
  font-weight: 700;
  font-size: 120px;
  letter-spacing: 1px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-30 {
  font-weight: normal;
  font-size: 22px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-31 {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: normal;
  color: #ba895d;
}

.msp-preset-32 {
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #6a6a6a;
}

.msp-preset-33 {
  font-weight: normal;
  font-size: 36px;
  line-height: normal;
  color: #ffffff;
}

.msp-preset-34 {
  background-color: #ffffff;
  font-weight: normal;
  line-height: normal;
}

.msp-preset-35 {
  background-color: #f4cb68;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
}

.msp-cn-136-4 {
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  line-height: 27px;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-136-5 {
  font-weight: 400;
  font-size: 62px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
  text-shadow: 1.5px 2.598px 7px black;
}

.msp-cn-136-6 {
  font-weight: 300;
  font-size: 34px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-136-7 {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: normal;
  white-space: nowrap;
}

.msp-cn-136-8 {
  background-color: #ffffff;
  padding-top: 17px;
  padding-right: 19px;
  padding-bottom: 17px;
  padding-left: 19px;
  font-weight: 700;
  font-size: 42px;
  line-height: normal;
  white-space: nowrap;
  color: #3c3c3c;
}

.msp-cn-136-9 {
  background-color: #2db87f;
  padding-top: 14px;
  padding-right: 16px;
  padding-bottom: 14px;
  padding-left: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-136-10 {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  line-height: 27px;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-136-14 {
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  white-space: nowrap;
  color: #eaeaea;
}

.msp-cn-136-15 {
  background-color: #ffffff;
  padding-top: 17px;
  padding-right: 19px;
  padding-bottom: 17px;
  padding-left: 19px;
  font-weight: 700;
  font-size: 42px;
  line-height: normal;
  white-space: nowrap;
  color: #3c3c3c;
}

.msp-cn-136-16 {
  background-color: #326bd4;
  padding-top: 14px;
  padding-right: 16px;
  padding-bottom: 14px;
  padding-left: 16px;
  font-weight: 700;
  font-size: 24px;
  line-height: normal;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-136-17 {
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  line-height: 27px;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-136-18 {
  font-weight: 700;
  font-size: 18px;
  line-height: normal;
  white-space: nowrap;
  color: #eaeaea;
}

/****/
.msp-cn-golomgt {
  font-weight: 300;
  font-size: 25px;
  line-height: 1.5;
  white-space: nowrap;
  color: #ffffff;
}

.msp-cn-ontsgoi {
  font-weight: 300;
  font-size: 23px;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 1px 1.732px 3px black;
}

.msp-cn-ontsgoi h2 {
  font-size: 40px;
  text-shadow: 1.5px 2.598px 3px black;
  font-weight: 300;
}

.msp-cn-ontsgoi h2 strong {
  display: block;
  font-weight: 700;
}

.msp-cn-more,
.msp-cn-more2 {
  display: block;
  width: 160px;
  height: 33px;
  line-height: 33px;
  border-radius: 16px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-top: 30px;
  text-decoration: none;
}

.msp-cn-more .fa,
.msp-cn-more2 .fa {
  margin-left: 10px;
}

.msp-cn-more:hover {
  background: #fff;
  color: #2db87f;
  text-decoration: none;
}

.msp-cn-more2 {
  background: rgba(0, 0, 0, 0.25);
  border: none;
  text-shadow: none;
}

.msp-cn-more2:hover {
  background: #fff;
  color: #2db87f;
  text-decoration: none;
}

/*Video gallery*/
.ms-videogallery-template {
  padding-bottom: 185px;
  max-width: 850px;
  margin: 0 auto;
}

.ms-videogallery-template.ms-videogallery-vertical-template {
  max-width: 861px;
  padding-right: 290px;
  padding-bottom: 0 !important;
  margin: 0 auto;
}

.ms-videogallery-template .ms-layer {
  /*font-family: "Lato",sans-serif;*/
}

.ms-videogallery-template .ms-layer.video-title {
  font-weight: 300;
  background: #1F1F1F;
  color: white;
  padding: 11px;
  text-transform: uppercase;
}

.ms-videogallery-template .ms-layer.video-author {
  background: #FFFFFF;
  padding: 4px 10px;
  font-size: 14px;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-h {
  bottom: auto;
  height: auto;
  width: 100%;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-v {
  height: 100%;
  width: 280px;
  right: -290px;
  top: 0;
}

.ms-videogallery-template .ms-thumb-frame {
  cursor: pointer;
  float: left;
  /*font-family: "Lato", sans-serif;*/
  text-shadow: 0 1px 1px white;
  color: #222;
  font-weight: 300;
  position: relative;
  overflow: visible;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-frame {
  width: 204px;
  height: auto;
  margin: 10px 10px 0 0;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
  width: 280px;
  height: 78px;
  margin-bottom: 10px;
}

.ms-thumb-list.ms-dir-v .ms-thumb-frame img {
  width: 140px;
  float: left;
}

.ms-videogallery-template .ms-thumb {
  text-align: center;
}

.ms-videogallery-template .ms-thumb-frame h3 {
  font-weight: 500;
  font-size: 10pt;
  margin: 10px 0 0 0;
  text-transform: uppercase;
}

.ms-videogallery-template .ms-thumb-frame p {
  font-size: 10pt;
  margin: 4px 0;
}

.ms-videogallery-template .ms-thumb-frame-selected {
  opacity: 1;
}

.ms-videogallery-template .ms-thumb-ol {
  width: 204px;
  background: black;
  opacity: 0.5;
  height: 114px;
  position: absolute;
  top: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-ol {
  width: 140px;
  height: 78px;
}

.ms-videogallery-template .ms-thumb-frame-selected .ms-thumb-ol {
  opacity: 0;
}

.ms-videogallery-template .ms-ie7 .ms-thumb-ol,
.ms-videogallery-template .ms-ie8 .ms-thumb-ol {
  display: none;
}

.ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame h3 {
  float: left;
  height: 68px;
  width: 100px;
  margin: 0 10px;
  text-align: left;
}

/*---------------------- new comp ----------------------*/
.about_veritechSlagon {
  background: #ebebeb url("/assets/images/logo_ballon_largel.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 640px;
  padding: 30px 0;
  border-top: 20px solid #ebebeb;
  border-bottom: 30px solid #ebebeb;
  position: relative;
  width: 100%;
}

.about_veritechSlagon .container {
  position: relative;
}

.about_veritechSlagon .item {
  position: absolute;
  width: 250px;
  height: auto;
  color: #505050;
  font-style: 13px;
  line-height: 18px;
  font-weight: 300;
}

.about_veritechSlagon .item h3 {
  color: #282828;
  font-size: 22px;
}

.about_veritechSlagon.six_item .item:nth-child(1) {
  left: 60px;
  top: 10px;
}

.about_veritechSlagon.six_item .item:nth-child(2) {
  left: 30px;
  top: 180px;
}

.about_veritechSlagon.six_item .item:nth-child(3) {
  left: 80px;
  top: 350px;
}

.about_veritechSlagon.six_item .item:nth-child(4) {
  right: 60px;
  top: 10px;
  text-align: right;
}

.about_veritechSlagon.six_item .item:nth-child(5) {
  right: 30px;
  top: 180px;
  text-align: right;
}

.about_veritechSlagon.six_item .item:nth-child(6) {
  right: 80px;
  top: 350px;
  text-align: right;
}

/*********/
.about_vid {
  margin: 55px 0;
}

.about_vid .text_wrap {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  /*line-height: 300;*/
  color: #505050;
  /*line-height: 15px;*/
  padding-right: 25px;
}

.about_vid .text_wrap h3 {
  color: #000000;
  font-style: 26px;
  font-weight: 400;
  margin: 0 0 20px;
}

.about_vid .text_wrap h3 span {
  color: #2db87f;
  font-weight: 700;
}

.about_vid .text_wrap .readMore {
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  float: right;
  margin-top: 30px;
}

.about_vid .text_wrap .readMore .fa {
  margin-left: 5px;
}

.about_vid .text_wrap .readMore:hover {
  color: #2db87f;
}

.about_vid .text_wrap ul li {
  margin-bottom: 5px;
}

.video_wrap {
  padding-left: 40px;
}

/*****/
.about_counter {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 179, 134, 0.8)), to(rgba(26, 179, 134, 0.8))), url(/assets/images/banner5/about_count.jpg);
  background: linear-gradient(rgba(26, 179, 134, 0.8), rgba(26, 179, 134, 0.8)), url(/assets/images/banner5/about_count.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  min-height: 50px;
  margin-bottom: 55px;
  width: 100%;
}

.about_counter .item {
  font-weight: 300;
  padding: 60px 0;
  text-align: center;
}

.about_counter .item .count {
  font-size: 48px;
  display: block;
  text-transform: uppercase;
  font-weight: 100;
}

/*---------------------- new comp ----------------------*/
/* glob items */
a.morebot {
  background: #2db87f;
  padding: 11px 30px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 30px;
  display: inline-block;
  color: #fff;
}

a.morebot2 {
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  color: #253d52;
  background: url(/assets/images/light-arrow-r.png);
  background-repeat: no-repeat;
  background-position: 0 3px;
  padding-left: 24px;
  vertical-align: baseline;
  /*background: $default;

      padding: 11px 30px;

      font-size: 14px;

      text-transform: capitalize;

      border-radius: 30px;

      display: inline-block;

      color: #fff;*/
}

a.morebot2:hover {
  text-decoration: none;
}

a.morebot3 {
  display: inline-block;
  width: 160px;
  height: 33px;
  line-height: 31px;
  border-radius: 16px;
  border: 1px solid #2db87f;
  color: #2db87f;
  font-size: 13px;
  text-align: center;
  /*margin-top: 30px;*/
  text-decoration: none;
}

a.morebot3 .fa {
  margin-left: 10px;
}

a.morebot3:hover {
  background: #2db87f;
  color: #fff;
}

a.morebot4 {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 300;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 15px;
}

a.morebot4 .fa {
  margin-left: 10px;
}

a.morebot4:hover {
  color: #fff;
}

/*  */
.morebot5 {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  padding: 7px 20px;
  display: inline-block;
  border-radius: 25px;
}

.morebot5 .fa {
  margin-left: 10px;
}

/*.msp-cn-more{

    

   

    

  }

  .msp-cn-more {

    margin-left: 10px;

  }

  

  .msp-cn-more:hover{

    background: #fff;

    color: $default;

    text-decoration: none;

  }*/
/***************************/
.compny_misson .mtitle {
  font-family: 'Roboto Medium';
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  color: #282828;
  margin: 100px 0 15px 0;
}

.compny_misson p {
  font-family: 'Roboto Medium';
  font-size: 14px;
  line-height: 18px;
  padding-right: 130px;
  text-align: left;
  color: #505050;
}

.mission_img {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 45px;
}

.mission_img .img1 {
  max-width: 100%;
  height: auto;
}

.mission_img .img2 {
  max-width: 70%;
  height: auto;
  margin-top: -105px;
  margin-left: -55px;
}

/***************************/
.hpcontent {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 35px;
}

.hpcontent .section-on-box p {
  font-size: 17px;
}

.hpcontent .section-on-box p:last-child {
  margin-bottom: 0;
}

/* */
.product_filter_row {
  /*border-bottom: 1px solid #dcdcdc;*/
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
  margin-bottom: 20px;
  text-align: left;
}

.product_filter_row li {
  display: inline-block;
  margin: 0;
  color: #000;
  cursor: pointer;
  padding: 10px 0 0 0;
  font-size: 16px;
  margin-left: 15px;
}

.product_filter_row li.active, .product_filter_row li.mixitup-control-active {
  color: #2db87f;
  border-bottom: 1px solid #2db87f;
}

.display-inline {
  display: inline-block;
}

/* */
@media (max-width: 600px) {
  .ms-videogallery-template {
    padding-bottom: 135px;
  }
  .ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-frame {
    width: 100px;
  }
  .ms-videogallery-template .ms-thumb-list.ms-dir-h .ms-thumb-ol {
    width: 100px;
    height: 56px;
  }
  .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame {
    width: 240px;
    height: 58px;
  }
  .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-frame img {
    width: 100px;
  }
  .ms-videogallery-template .ms-thumb-list.ms-dir-v .ms-thumb-ol {
    width: 100px;
    height: 56px;
  }
  .ms-videogallery-template.ms-videogallery-vertical-template {
    padding-right: 250px;
  }
  .ms-videogallery-template .ms-thumb-list.ms-dir-v {
    width: 240px;
    right: -250px;
  }
}

@media (max-width: 400px) {
  .ms-videogallery-template .ms-thumb-list.ms-dir-v {
    display: none;
  }
  .ms-videogallery-template.ms-videogallery-vertical-template {
    padding-right: 0px;
  }
}

/************************************************/
.userComments {
  position: relative;
  margin-bottom: 70px;
}

.userComments .item .content {
  padding-left: 110px;
  position: relative;
  font-size: 13px;
  line-height: 26px;
  /*font-family: 'Roboto Light';*/
  color: #555555;
}

.userComments .item .content:before {
  position: absolute;
  display: block;
  content: '\f10d';
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #cccccc;
  left: 90px;
  top: 0px;
}

.userComments .item .content .user {
  margin-top: 24px;
  line-height: 16px;
}

.userComments .item .content .user .username {
  color: #2db87f;
  text-transform: uppercase;
  /*font-family:'Roboto Medium';*/
}

.userComments .item .content .user .position {
  color: #a7a7a7;
}

.userComments .item .content .img {
  display: block;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50% !important;
  position: absolute;
  left: 0;
  top: 0;
}

.userComments .item .content .img img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

/************************************************************************************/
.main_title {
  font-size: 22px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.header-home .home2 {
  background-image: url("images/cloud2.jpg") !important;
  height: 600px;
  background: #131313;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.backbutton {
  width: 35px;
  height: 35px;
  display: block;
  background: #1ab386;
  border-radius: 50%;
  position: fixed;
  left: 15px;
  bottom: 15px;
  color: #fff;
  z-index: 30;
  line-height: 35px;
}

.backbutton:hover {
  color: #fff;
}

.backbutton .fa {
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  margin-left: 8px;
  text-align: center;
  text-decoration: none;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
  font-weight: 900;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F7F8FA;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #F24259;
}

.header-home .home2 {
  height: 600px;
  background: #131313;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0000006b;
  z-index: 999999999;
}

.loading .middle {
  position: absolute;
  top: 50%;
  width: 100%;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 6px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 6px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 26px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 45px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
            transform: translate(19px, 0);
  }
}

.submit-page .main-header {
  height: 680px;
  background-position: center;
  background-size: cover;
}

.submit-page .main-header .sub-head {
  position: relative;
}

.submit-page .main-header .sub-head .head-desc {
  position: absolute;
  bottom: 0;
}

.submit-page .form-style-5 {
  max-width: 380px;
  padding: 10px 20px;
  background: #f4f7f8;
  margin: 90px auto;
  padding: 10px;
  background: #809196bd;
  border-radius: 8px;
}

.submit-page .form-style-5 h2 {
  color: #fff;
  margin: 0;
  margin-bottom: 8px;
  margin-left: 2px;
}

.submit-page .form-style-5 label {
  margin: 5px 0;
  color: #fff;
}

.submit-page .form-style-5 fieldset {
  border: none;
}

.submit-page .form-style-5 legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

.submit-page .form-style-5 label {
  display: block;
  margin-bottom: 8px;
}

.submit-page .form-style-5 input[type="text"],
.submit-page .form-style-5 input[type="date"],
.submit-page .form-style-5 input[type="datetime"],
.submit-page .form-style-5 input[type="email"],
.submit-page .form-style-5 input[type="number"],
.submit-page .form-style-5 input[type="search"],
.submit-page .form-style-5 input[type="time"],
.submit-page .form-style-5 input[type="url"],
.submit-page .form-style-5 input[type="file"],
.submit-page .form-style-5 textarea,
.submit-page .form-style-5 select {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 4px;
  font-size: 15px;
  margin: 0;
  outline: 0;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #e8eeefa6;
  color: #8a97a0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 15px;
}

.submit-page .form-style-5 input[type="text"]:focus,
.submit-page .form-style-5 input[type="date"]:focus,
.submit-page .form-style-5 input[type="datetime"]:focus,
.submit-page .form-style-5 input[type="email"]:focus,
.submit-page .form-style-5 input[type="number"]:focus,
.submit-page .form-style-5 input[type="search"]:focus,
.submit-page .form-style-5 input[type="time"]:focus,
.submit-page .form-style-5 input[type="url"]:focus,
.submit-page .form-style-5 textarea:focus,
.submit-page .form-style-5 select:focus {
  background: #d2d9dd;
}

.submit-page .form-style-5 select {
  -webkit-appearance: menulist-button;
  height: 35px;
}

.submit-page .form-style-5 .number {
  background: #1abc9c;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 15px 15px 15px 0px;
}

.submit-page .form-style-5 input[type="submit"],
.submit-page .form-style-5 input[type="button"] {
  position: relative;
  display: block;
  padding: 19px 39px 18px 39px;
  color: #FFF;
  margin: 0 auto;
  background: #1abc9c;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  width: 100%;
  border: 1px solid #16a085;
  border-width: 1px 1px 3px;
  margin-bottom: 10px;
}

.submit-page .form-style-5 input[type="submit"]:hover,
.submit-page .form-style-5 input[type="button"]:hover {
  background: #109177;
}

.submit-page .bg-slider-wrapper {
  position: relative !important;
  height: 200px;
}

.submit-page .bg-slider-wrapper .slide {
  height: 200px;
}

.submit-page .navbar .logo {
  width: 100%;
}

.submit-page .navbar .logo img {
  float: left;
}

.submit-page .main {
  margin-top: 20px;
}

.submit-page #submit {
  padding: 45px 35px;
}

.submit-page #submit .item {
  min-height: 200px;
}

.submit-page #submit .item .icon {
  width: 75px;
}

.submit-page #submit_form .additem {
  background: #ffb4d2;
  border: none;
  padding: 20px;
  width: 100%;
  font-size: 22px;
}
