article,
aside,
figcaption,
figure,
footer,
header,
main,
menu,
video,
nav,
section {
  display: block;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  padding: 0;
}
html {
  width: 100%;
  height: 100% !important;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
img {
  border: none 0;
  max-width: 100% !important;
}
* {
  box-sizing: border-box;
}
button {
  outline: 0;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  -webkit-appearance: button;
  cursor: pointer;
  font-family: Open Sans, Arial;
}
button::-moz-focus-inner {
  border: none 0;
  padding: 0;
}
input,
textarea {
  outline: 0;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  border: solid 2px #eee;
  background-color: #fff;
  font-size: 14px;
  color: #515151;
  font-family: Open Sans, Arial;
}
input::-moz-focus-inner,
textarea::-moz-focus-inner {
  padding: 0;
  border: none 0;
}
input[type="text"],
textarea[type="text"] {
  -webkit-appearance: none;
}
input[type="search"],
textarea[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
textarea[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
textarea[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
p {
  font-size: 17px;
}
b,
strong {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: #2174bc;
}
a:active,
a:hover {
  outline: 0;
}
a:hover {
  text-decoration: underline;
}
ul,
li {
  display: block;
  margin: 0;
  padding: 0;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #515151 !important;
}
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #501272 !important;
}
body {
  font-family: Open Sans, Arial;
  line-height: 1.8;
  font-size: 16px;
  direction: ltr;
  text-align: left;
  overflow-x: hidden;
}
body.lockscroll {
  overflow: hidden;
}
body.direction-rtl {
  text-align: right;
  direction: rtl;
  font-family: Open Sans Hebrew, Arial;
}
.wrapper {
  width: 100%;
  max-width: 1124px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .wrapper {
    max-width: 1024px;
  }
}
@media screen and (max-width: 1124px) {
  .wrapper {
    max-width: 100%;
    padding: 0 5%;
  }
}
.clearfix:after {
  content: '';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.align-middle {
  display: inline-block;
  vertical-align: middle;
}
.divider {
  display: inline-block;
  margin: 0 15px;
  width: 2px;
  height: 10px;
  background-color: #eee;
}
.divider.divider-bigger {
  height: 15px;
}
.borders {
  border: solid 1px #eee;
}
.borders.border-bottom {
  border: none 0;
  border-bottom: solid 1px #eee;
}
.borders.border-top {
  border: none 0;
  border-top: solid 1px #eee;
}
.borders.border-right {
  border: none 0;
  border-right: solid 1px #eee;
}
.borders.border-left {
  border: none 0;
  border-left: solid 1px #eee;
}
.borders.borders-bigger {
  border-width: 2px;
}
[data-parallax] {
  will-change: transform;
}
.clear-line-height {
  line-height: 0;
}
.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.box-shadow.box-shadow-bigger {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
[data-scroll-to] {
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
[data-scroll-to]:hover {
  color: #146ff8;
}
.pointer {
  cursor: pointer;
}
.social-login-buttons {
  display: flex;
  justify-content: space-between;
}
.social-login-buttons .social-login {
  line-height: 1;
  padding: 17px 0;
  color: #fff;
  font-size: 14px;
  background-color: #333;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  width: 48%;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.social-login-buttons .social-login i {
  margin-left: 5px;
}
.social-login-buttons .social-login:hover {
  opacity: 0.8;
}
.social-login-buttons .social-login:active {
  opacity: 1;
}
.social-login-buttons .social-login.social-login-facebook {
  background-color: #3B5998;
}
.social-login-buttons .social-login.social-login-google {
  background-color: #F4511E;
}
.user-profile-picture {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  background-color: #146ff8;
  color: #fff;
  line-height: 2.7;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.user-profile-picture:hover {
  opacity: 0.8;
}
.user-profile-picture:active {
  opacity: 1;
}
.user-profile-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #501272;
  margin-right: 5px;
}
.ribbon {
  line-height: 1;
  color: #fff;
  display: inline-block;
  padding: 7px 12px;
  background-color: #333;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  text-align: center;
}
.ribbon.ribbon-small {
  padding: 5px 10px;
}
.ribbon.ribbon-small i {
  margin-left: 0;
}
.ribbon span,
.ribbon i {
  display: inline-block;
  vertical-align: middle;
}
.ribbon i {
  margin-left: 2px;
  font-weight: normal;
}
.hover-color-lead {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.hover-color-lead:hover {
  color: #146ff8;
}
.flex-justify {
  display: flex;
  justify-content: space-between;
}
.flex-justify.flex-align-middle {
  align-items: center;
}
.flex-justify.flex-wrap {
  flex-wrap: wrap;
}
.full-width {
  width: 100%;
}
.background-color-lead {
  background-color: #146ff8;
}
.background-color-generic-1 {
  background-color: #e14e32;
}
.background-color-generic-2 {
  background-color: #20dc20;
}
.background-color-generic-3 {
  background-color: #fec700;
}
.background-color-generic-4 {
  background-color: #146ff8;
}
.color-lead {
  color: #146ff8;
}
.color-text {
  color: #501272;
}
.color-generic-1 {
  color: #e14e32;
}
.color-generic-2 {
  color: #20dc20;
}
.color-generic-3 {
  color: #fec700;
}
.color-generic-4 {
  color: #146ff8;
}
.absolute-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vertical-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.show-mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .show-mobile {
    display: inline-block;
  }
}
.hide-mobile {
  display: inline-block;
}
@media screen and (max-width: 500px) {
  .hide-mobile {
    display: none;
  }
}
.js-website-ready .animate-fadeup {
  opacity: 1;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.floating-vertical {
  -webkit-animation: floating-vertical 3s infinite ease-in-out;
  -moz-animation: floating-vertical 3s infinite ease-in-out;
  -o-animation: floating-vertical 3s infinite ease-in-out;
  animation: floating-vertical 3s infinite ease-in-out;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.floating-vertical.floating-duration-medium {
  animation-duration: 5s;
}
.floating-vertical.floating-duration-long {
  animation-duration: 15s;
}
.animate-fadeup {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.animate-fadeup.animate-fadeup-short {
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
@-webkit-keyframes floating-vertical {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes floating-vertical {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes floating-vertical {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes floating-vertical {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes floating-vertical {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes floating-vertical {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-bolditalic-webfont.eot');
  src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-bolditalic-webfont.eot?#iefix') format('eot'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-bolditalic-webfont.woff') format('woff'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-bolditalic-webfont.ttf') format('truetype'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-bolditalic-webfont.svg') format('svg');
  font-weight: bold;
  font-style: italic;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-bolditalic-webfont.svg') format('svg');
    font-weight: bold;
    font-style: italic;
  }
}
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-bold-webfont.eot');
  src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-bold-webfont.eot?#iefix') format('eot'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-bold-webfont.woff') format('woff'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-bold-webfont.ttf') format('truetype'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-bold-webfont.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-bold-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
  }
}
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-regular-webfont.eot');
  src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-regular-webfont.eot?#iefix') format('eot'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-regular-webfont.woff') format('woff'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-regular-webfont.ttf') format('truetype'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-regular-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
  }
}
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-light-webfont.eot');
  src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-light-webfont.eot?#iefix') format('eot'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-light-webfont.woff') format('woff'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-light-webfont.ttf') format('truetype'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-light-webfont.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-light-webfont.svg') format('svg');
    font-weight: 300;
    font-style: normal;
  }
}
@font-face {
  font-family: 'Open Sans Hebrew';
  src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-italic-webfont.eot');
  src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-italic-webfont.eot?#iefix') format('eot'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-italic-webfont.woff') format('woff'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-italic-webfont.ttf') format('truetype'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-italic-webfont.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Open Sans Hebrew';
    src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/open_sans_hebrew/opensanshebrew-italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: italic;
  }
}
@font-face {
  font-family: icomoon;
  src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/icomoon/IcoMoon-Ultimate.eot');
  src: url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/icomoon/IcoMoon-Ultimate.eot') format('embedded-opentype'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/icomoon/IcoMoon-Ultimate.ttf') format('truetype'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/icomoon/IcoMoon-Ultimate.woff') format('woff'), url('../../../../plugins/system/ekla/library/dom/Domframework/assets/fonts/icomoon/IcoMoon-Ultimate.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e900";
}
.icon-home2:before {
  content: "\e901";
}
.icon-home3:before {
  content: "\e902";
}
.icon-home4:before {
  content: "\e903";
}
.icon-home5:before {
  content: "\e904";
}
.icon-home6:before {
  content: "\e905";
}
.icon-home7:before {
  content: "\e906";
}
.icon-home8:before {
  content: "\e907";
}
.icon-home9:before {
  content: "\e908";
}
.icon-office:before {
  content: "\e909";
}
.icon-city:before {
  content: "\e90a";
}
.icon-newspaper:before {
  content: "\e90b";
}
.icon-magazine:before {
  content: "\e90c";
}
.icon-design:before {
  content: "\e90d";
}
.icon-pencil:before {
  content: "\e90e";
}
.icon-pencil2:before {
  content: "\e90f";
}
.icon-pencil3:before {
  content: "\e910";
}
.icon-pencil4:before {
  content: "\e911";
}
.icon-pencil5:before {
  content: "\e912";
}
.icon-pencil6:before {
  content: "\e913";
}
.icon-pencil7:before {
  content: "\e914";
}
.icon-eraser:before {
  content: "\e915";
}
.icon-eraser2:before {
  content: "\e916";
}
.icon-eraser3:before {
  content: "\e917";
}
.icon-quill:before {
  content: "\e918";
}
.icon-quill2:before {
  content: "\e919";
}
.icon-quill3:before {
  content: "\e91a";
}
.icon-quill4:before {
  content: "\e91b";
}
.icon-pen:before {
  content: "\e91c";
}
.icon-pen-plus:before {
  content: "\e91d";
}
.icon-pen-minus:before {
  content: "\e91e";
}
.icon-pen2:before {
  content: "\e91f";
}
.icon-pen3:before {
  content: "\e920";
}
.icon-pen4:before {
  content: "\e921";
}
.icon-pen5:before {
  content: "\e922";
}
.icon-marker:before {
  content: "\e923";
}
.icon-marker2:before {
  content: "\e924";
}
.icon-blog:before {
  content: "\e925";
}
.icon-blog2:before {
  content: "\e926";
}
.icon-pen6:before {
  content: "\e927";
}
.icon-brush:before {
  content: "\e928";
}
.icon-spray:before {
  content: "\e929";
}
.icon-palette:before {
  content: "\e92a";
}
.icon-palette2:before {
  content: "\e92b";
}
.icon-color-sampler:before {
  content: "\e92c";
}
.icon-toggle:before {
  content: "\e92d";
}
.icon-bucket:before {
  content: "\e92e";
}
.icon-bucket2:before {
  content: "\e92f";
}
.icon-gradient:before {
  content: "\e930";
}
.icon-eyedropper:before {
  content: "\e931";
}
.icon-eyedropper2:before {
  content: "\e932";
}
.icon-eyedropper3:before {
  content: "\e933";
}
.icon-droplet:before {
  content: "\e934";
}
.icon-droplet2:before {
  content: "\e935";
}
.icon-droplet-contrast:before {
  content: "\e936";
}
.icon-color-clear:before {
  content: "\e937";
}
.icon-paint-format:before {
  content: "\e938";
}
.icon-stamp:before {
  content: "\e939";
}
.icon-images:before {
  content: "\e93a";
}
.icon-image:before {
  content: "\e93b";
}
.icon-image2:before {
  content: "\e93c";
}
.icon-image-compare:before {
  content: "\e93d";
}
.icon-images2:before {
  content: "\e93e";
}
.icon-image3:before {
  content: "\e93f";
}
.icon-images3:before {
  content: "\e940";
}
.icon-image4:before {
  content: "\e941";
}
.icon-image5:before {
  content: "\e942";
}
.icon-image6:before {
  content: "\e943";
}
.icon-camera:before {
  content: "\e944";
}
.icon-camera2:before {
  content: "\e945";
}
.icon-camera3:before {
  content: "\e946";
}
.icon-shutter:before {
  content: "\e947";
}
.icon-headphones:before {
  content: "\e948";
}
.icon-headset:before {
  content: "\e949";
}
.icon-music:before {
  content: "\e94a";
}
.icon-music2:before {
  content: "\e94b";
}
.icon-music3:before {
  content: "\e94c";
}
.icon-music4:before {
  content: "\e94d";
}
.icon-music5:before {
  content: "\e94e";
}
.icon-music6:before {
  content: "\e94f";
}
.icon-album:before {
  content: "\e950";
}
.icon-cassette:before {
  content: "\e951";
}
.icon-tape:before {
  content: "\e952";
}
.icon-piano:before {
  content: "\e953";
}
.icon-guitar:before {
  content: "\e954";
}
.icon-trumpet:before {
  content: "\e955";
}
.icon-speakers:before {
  content: "\e956";
}
.icon-play:before {
  content: "\e957";
}
.icon-play2:before {
  content: "\e958";
}
.icon-clapboard-play:before {
  content: "\e959";
}
.icon-clapboard:before {
  content: "\e95a";
}
.icon-media:before {
  content: "\e95b";
}
.icon-presentation:before {
  content: "\e95c";
}
.icon-movie:before {
  content: "\e95d";
}
.icon-film:before {
  content: "\e95e";
}
.icon-film2:before {
  content: "\e95f";
}
.icon-film3:before {
  content: "\e960";
}
.icon-film4:before {
  content: "\e961";
}
.icon-video-camera:before {
  content: "\e962";
}
.icon-video-camera2:before {
  content: "\e963";
}
.icon-video-camera-slash:before {
  content: "\e964";
}
.icon-video-camera3:before {
  content: "\e965";
}
.icon-video-camera4:before {
  content: "\e966";
}
.icon-video-camera-slash2:before {
  content: "\e967";
}
.icon-video-camera5:before {
  content: "\e968";
}
.icon-recording:before {
  content: "\e969";
}
.icon-dice:before {
  content: "\e96a";
}
.icon-gamepad:before {
  content: "\e96b";
}
.icon-gamepad2:before {
  content: "\e96c";
}
.icon-gamepad3:before {
  content: "\e96d";
}
.icon-pacman:before {
  content: "\e96e";
}
.icon-spades:before {
  content: "\e96f";
}
.icon-clubs:before {
  content: "\e970";
}
.icon-diamonds:before {
  content: "\e971";
}
.icon-chess-king:before {
  content: "\e972";
}
.icon-chess-queen:before {
  content: "\e973";
}
.icon-chess-rook:before {
  content: "\e974";
}
.icon-chess-bishop:before {
  content: "\e975";
}
.icon-chess-knight:before {
  content: "\e976";
}
.icon-chess-pawn:before {
  content: "\e977";
}
.icon-chess:before {
  content: "\e978";
}
.icon-bullhorn:before {
  content: "\e979";
}
.icon-megaphone:before {
  content: "\e97a";
}
.icon-new:before {
  content: "\e97b";
}
.icon-connection:before {
  content: "\e97c";
}
.icon-connection2:before {
  content: "\e97d";
}
.icon-connection3:before {
  content: "\e97e";
}
.icon-connection4:before {
  content: "\e97f";
}
.icon-podcast:before {
  content: "\e980";
}
.icon-station:before {
  content: "\e981";
}
.icon-station2:before {
  content: "\e982";
}
.icon-antenna:before {
  content: "\e983";
}
.icon-satellite-dish:before {
  content: "\e984";
}
.icon-satellite-dish2:before {
  content: "\e985";
}
.icon-feed:before {
  content: "\e986";
}
.icon-podcast2:before {
  content: "\e987";
}
.icon-antenna2:before {
  content: "\e988";
}
.icon-mic:before {
  content: "\e989";
}
.icon-mic-off:before {
  content: "\e98a";
}
.icon-mic2:before {
  content: "\e98b";
}
.icon-mic-off2:before {
  content: "\e98c";
}
.icon-mic3:before {
  content: "\e98d";
}
.icon-mic4:before {
  content: "\e98e";
}
.icon-mic5:before {
  content: "\e98f";
}
.icon-book:before {
  content: "\e990";
}
.icon-book2:before {
  content: "\e991";
}
.icon-book-play:before {
  content: "\e992";
}
.icon-book3:before {
  content: "\e993";
}
.icon-bookmark:before {
  content: "\e994";
}
.icon-books:before {
  content: "\e995";
}
.icon-archive:before {
  content: "\e996";
}
.icon-reading:before {
  content: "\e997";
}
.icon-library:before {
  content: "\e998";
}
.icon-library2:before {
  content: "\e999";
}
.icon-graduation:before {
  content: "\e99a";
}
.icon-file-text:before {
  content: "\e99b";
}
.icon-profile:before {
  content: "\e99c";
}
.icon-file-empty:before {
  content: "\e99d";
}
.icon-file-empty2:before {
  content: "\e99e";
}
.icon-files-empty:before {
  content: "\e99f";
}
.icon-files-empty2:before {
  content: "\e9a0";
}
.icon-file-plus:before {
  content: "\e9a1";
}
.icon-file-plus2:before {
  content: "\e9a2";
}
.icon-file-minus:before {
  content: "\e9a3";
}
.icon-file-minus2:before {
  content: "\e9a4";
}
.icon-file-download:before {
  content: "\e9a5";
}
.icon-file-download2:before {
  content: "\e9a6";
}
.icon-file-upload:before {
  content: "\e9a7";
}
.icon-file-upload2:before {
  content: "\e9a8";
}
.icon-file-check:before {
  content: "\e9a9";
}
.icon-file-check2:before {
  content: "\e9aa";
}
.icon-file-eye:before {
  content: "\e9ab";
}
.icon-file-eye2:before {
  content: "\e9ac";
}
.icon-file-text2:before {
  content: "\e9ad";
}
.icon-file-text3:before {
  content: "\e9ae";
}
.icon-file-picture:before {
  content: "\e9af";
}
.icon-file-picture2:before {
  content: "\e9b0";
}
.icon-file-music:before {
  content: "\e9b1";
}
.icon-file-music2:before {
  content: "\e9b2";
}
.icon-file-play:before {
  content: "\e9b3";
}
.icon-file-play2:before {
  content: "\e9b4";
}
.icon-file-video:before {
  content: "\e9b5";
}
.icon-file-video2:before {
  content: "\e9b6";
}
.icon-copy:before {
  content: "\e9b7";
}
.icon-copy2:before {
  content: "\e9b8";
}
.icon-file-zip:before {
  content: "\e9b9";
}
.icon-file-zip2:before {
  content: "\e9ba";
}
.icon-file-xml:before {
  content: "\e9bb";
}
.icon-file-xml2:before {
  content: "\e9bc";
}
.icon-file-css:before {
  content: "\e9bd";
}
.icon-file-css2:before {
  content: "\e9be";
}
.icon-file-presentation:before {
  content: "\e9bf";
}
.icon-file-presentation2:before {
  content: "\e9c0";
}
.icon-file-stats:before {
  content: "\e9c1";
}
.icon-file-stats2:before {
  content: "\e9c2";
}
.icon-file-locked:before {
  content: "\e9c3";
}
.icon-file-locked2:before {
  content: "\e9c4";
}
.icon-file-spreadsheet:before {
  content: "\e9c5";
}
.icon-file-spreadsheet2:before {
  content: "\e9c6";
}
.icon-copy3:before {
  content: "\e9c7";
}
.icon-copy4:before {
  content: "\e9c8";
}
.icon-paste:before {
  content: "\e9c9";
}
.icon-paste2:before {
  content: "\e9ca";
}
.icon-paste3:before {
  content: "\e9cb";
}
.icon-paste4:before {
  content: "\e9cc";
}
.icon-stack:before {
  content: "\e9cd";
}
.icon-stack2:before {
  content: "\e9ce";
}
.icon-stack3:before {
  content: "\e9cf";
}
.icon-folder:before {
  content: "\e9d0";
}
.icon-folder-search:before {
  content: "\e9d1";
}
.icon-folder-download:before {
  content: "\e9d2";
}
.icon-folder-upload:before {
  content: "\e9d3";
}
.icon-folder-plus:before {
  content: "\e9d4";
}
.icon-folder-plus2:before {
  content: "\e9d5";
}
.icon-folder-minus:before {
  content: "\e9d6";
}
.icon-folder-minus2:before {
  content: "\e9d7";
}
.icon-folder-check:before {
  content: "\e9d8";
}
.icon-folder-heart:before {
  content: "\e9d9";
}
.icon-folder-remove:before {
  content: "\e9da";
}
.icon-folder2:before {
  content: "\e9db";
}
.icon-folder-open:before {
  content: "\e9dc";
}
.icon-folder3:before {
  content: "\e9dd";
}
.icon-folder4:before {
  content: "\e9de";
}
.icon-folder-plus3:before {
  content: "\e9df";
}
.icon-folder-minus3:before {
  content: "\e9e0";
}
.icon-folder-plus4:before {
  content: "\e9e1";
}
.icon-folder-minus4:before {
  content: "\e9e2";
}
.icon-folder-download2:before {
  content: "\e9e3";
}
.icon-folder-upload2:before {
  content: "\e9e4";
}
.icon-folder-download3:before {
  content: "\e9e5";
}
.icon-folder-upload3:before {
  content: "\e9e6";
}
.icon-folder5:before {
  content: "\e9e7";
}
.icon-folder-open2:before {
  content: "\e9e8";
}
.icon-folder6:before {
  content: "\e9e9";
}
.icon-folder-open3:before {
  content: "\e9ea";
}
.icon-certificate:before {
  content: "\e9eb";
}
.icon-cc:before {
  content: "\e9ec";
}
.icon-price-tag:before {
  content: "\e9ed";
}
.icon-price-tag2:before {
  content: "\e9ee";
}
.icon-price-tags:before {
  content: "\e9ef";
}
.icon-price-tag3:before {
  content: "\e9f0";
}
.icon-price-tags2:before {
  content: "\e9f1";
}
.icon-price-tag4:before {
  content: "\e9f2";
}
.icon-price-tags3:before {
  content: "\e9f3";
}
.icon-price-tag5:before {
  content: "\e9f4";
}
.icon-price-tags4:before {
  content: "\e9f5";
}
.icon-barcode:before {
  content: "\e9f6";
}
.icon-barcode2:before {
  content: "\e9f7";
}
.icon-qrcode:before {
  content: "\e9f8";
}
.icon-ticket:before {
  content: "\e9f9";
}
.icon-ticket2:before {
  content: "\e9fa";
}
.icon-theater:before {
  content: "\e9fb";
}
.icon-store:before {
  content: "\e9fc";
}
.icon-store2:before {
  content: "\e9fd";
}
.icon-cart:before {
  content: "\e9fe";
}
.icon-cart2:before {
  content: "\e9ff";
}
.icon-cart3:before {
  content: "\ea00";
}
.icon-cart4:before {
  content: "\ea01";
}
.icon-cart5:before {
  content: "\ea02";
}
.icon-cart-add:before {
  content: "\ea03";
}
.icon-cart-add2:before {
  content: "\ea04";
}
.icon-cart-remove:before {
  content: "\ea05";
}
.icon-basket:before {
  content: "\ea06";
}
.icon-bag:before {
  content: "\ea07";
}
.icon-bag2:before {
  content: "\ea08";
}
.icon-percent:before {
  content: "\ea09";
}
.icon-coins:before {
  content: "\ea0a";
}
.icon-coin-dollar:before {
  content: "\ea0b";
}
.icon-coin-euro:before {
  content: "\ea0c";
}
.icon-coin-pound:before {
  content: "\ea0d";
}
.icon-coin-yen:before {
  content: "\ea0e";
}
.icon-piggy-bank:before {
  content: "\ea0f";
}
.icon-wallet:before {
  content: "\ea10";
}
.icon-cash:before {
  content: "\ea11";
}
.icon-cash2:before {
  content: "\ea12";
}
.icon-cash3:before {
  content: "\ea13";
}
.icon-cash4:before {
  content: "\ea14";
}
.icon-credit-card:before {
  content: "\ea15";
}
.icon-credit-card2:before {
  content: "\ea16";
}
.icon-calculator:before {
  content: "\ea17";
}
.icon-calculator2:before {
  content: "\ea18";
}
.icon-calculator3:before {
  content: "\ea19";
}
.icon-chip:before {
  content: "\ea1a";
}
.icon-lifebuoy:before {
  content: "\ea1b";
}
.icon-phone:before {
  content: "\ea1c";
}
.icon-phone2:before {
  content: "\ea1d";
}
.icon-phone-slash:before {
  content: "\ea1e";
}
.icon-phone-wave:before {
  content: "\ea1f";
}
.icon-phone-plus:before {
  content: "\ea20";
}
.icon-phone-minus:before {
  content: "\ea21";
}
.icon-phone-plus2:before {
  content: "\ea22";
}
.icon-phone-minus2:before {
  content: "\ea23";
}
.icon-phone-incoming:before {
  content: "\ea24";
}
.icon-phone-outgoing:before {
  content: "\ea25";
}
.icon-phone3:before {
  content: "\ea26";
}
.icon-phone-slash2:before {
  content: "\ea27";
}
.icon-phone-wave2:before {
  content: "\ea28";
}
.icon-phone-hang-up:before {
  content: "\ea29";
}
.icon-phone-hang-up2:before {
  content: "\ea2a";
}
.icon-address-book:before {
  content: "\ea2b";
}
.icon-address-book2:before {
  content: "\ea2c";
}
.icon-address-book3:before {
  content: "\ea2d";
}
.icon-notebook:before {
  content: "\ea2e";
}
.icon-at-sign:before {
  content: "\ea2f";
}
.icon-envelop:before {
  content: "\ea30";
}
.icon-envelop2:before {
  content: "\ea31";
}
.icon-envelop3:before {
  content: "\ea32";
}
.icon-envelop4:before {
  content: "\ea33";
}
.icon-envelop5:before {
  content: "\ea34";
}
.icon-mailbox:before {
  content: "\ea35";
}
.icon-pushpin:before {
  content: "\ea36";
}
.icon-pushpin2:before {
  content: "\ea37";
}
.icon-location:before {
  content: "\ea38";
}
.icon-location2:before {
  content: "\ea39";
}
.icon-location3:before {
  content: "\ea3a";
}
.icon-location4:before {
  content: "\ea3b";
}
.icon-location5:before {
  content: "\ea3c";
}
.icon-location6:before {
  content: "\ea3d";
}
.icon-location7:before {
  content: "\ea3e";
}
.icon-compass:before {
  content: "\ea3f";
}
.icon-compass2:before {
  content: "\ea40";
}
.icon-compass3:before {
  content: "\ea41";
}
.icon-compass4:before {
  content: "\ea42";
}
.icon-compass5:before {
  content: "\ea43";
}
.icon-compass6:before {
  content: "\ea44";
}
.icon-map:before {
  content: "\ea45";
}
.icon-map2:before {
  content: "\ea46";
}
.icon-map3:before {
  content: "\ea47";
}
.icon-map4:before {
  content: "\ea48";
}
.icon-map5:before {
  content: "\ea49";
}
.icon-direction:before {
  content: "\ea4a";
}
.icon-reset:before {
  content: "\ea4b";
}
.icon-history:before {
  content: "\ea4c";
}
.icon-clock:before {
  content: "\ea4d";
}
.icon-clock2:before {
  content: "\ea4e";
}
.icon-clock3:before {
  content: "\ea4f";
}
.icon-clock4:before {
  content: "\ea50";
}
.icon-watch:before {
  content: "\ea51";
}
.icon-watch2:before {
  content: "\ea52";
}
.icon-alarm:before {
  content: "\ea53";
}
.icon-alarm-add:before {
  content: "\ea54";
}
.icon-alarm-check:before {
  content: "\ea55";
}
.icon-alarm-cancel:before {
  content: "\ea56";
}
.icon-bell:before {
  content: "\ea57";
}
.icon-bell2:before {
  content: "\ea58";
}
.icon-bell3:before {
  content: "\ea59";
}
.icon-bell-plus:before {
  content: "\ea5a";
}
.icon-bell-minus:before {
  content: "\ea5b";
}
.icon-bell-check:before {
  content: "\ea5c";
}
.icon-bell-cross:before {
  content: "\ea5d";
}
.icon-stopwatch:before {
  content: "\ea5e";
}
.icon-calendar:before {
  content: "\ea5f";
}
.icon-calendar2:before {
  content: "\ea60";
}
.icon-calendar3:before {
  content: "\ea61";
}
.icon-calendar4:before {
  content: "\ea62";
}
.icon-calendar5:before {
  content: "\ea63";
}
.icon-calendar-empty:before {
  content: "\ea64";
}
.icon-calendar-day:before {
  content: "\ea65";
}
.icon-calendar-week:before {
  content: "\ea66";
}
.icon-printer:before {
  content: "\ea67";
}
.icon-printer2:before {
  content: "\ea68";
}
.icon-printer3:before {
  content: "\ea69";
}
.icon-printer4:before {
  content: "\ea6a";
}
.icon-shredder:before {
  content: "\ea6b";
}
.icon-mouse:before {
  content: "\ea6c";
}
.icon-mouse2:before {
  content: "\ea6d";
}
.icon-mouse-left:before {
  content: "\ea6e";
}
.icon-mouse-right:before {
  content: "\ea6f";
}
.icon-keyboard:before {
  content: "\ea70";
}
.icon-keyboard2:before {
  content: "\ea71";
}
.icon-typewriter:before {
  content: "\ea72";
}
.icon-display:before {
  content: "\ea73";
}
.icon-display2:before {
  content: "\ea74";
}
.icon-display3:before {
  content: "\ea75";
}
.icon-display4:before {
  content: "\ea76";
}
.icon-laptop:before {
  content: "\ea77";
}
.icon-mobile:before {
  content: "\ea78";
}
.icon-mobile2:before {
  content: "\ea79";
}
.icon-tablet:before {
  content: "\ea7a";
}
.icon-mobile3:before {
  content: "\ea7b";
}
.icon-tv:before {
  content: "\ea7c";
}
.icon-radio:before {
  content: "\ea7d";
}
.icon-cabinet:before {
  content: "\ea7e";
}
.icon-drawer:before {
  content: "\ea7f";
}
.icon-drawer2:before {
  content: "\ea80";
}
.icon-drawer-out:before {
  content: "\ea81";
}
.icon-drawer-in:before {
  content: "\ea82";
}
.icon-drawer3:before {
  content: "\ea83";
}
.icon-box:before {
  content: "\ea84";
}
.icon-box-add:before {
  content: "\ea85";
}
.icon-box-remove:before {
  content: "\ea86";
}
.icon-download:before {
  content: "\ea87";
}
.icon-upload:before {
  content: "\ea88";
}
.icon-floppy-disk:before {
  content: "\ea89";
}
.icon-floppy-disks:before {
  content: "\ea8a";
}
.icon-floppy-disks2:before {
  content: "\ea8b";
}
.icon-floppy-disk2:before {
  content: "\ea8c";
}
.icon-floppy-disk3:before {
  content: "\ea8d";
}
.icon-disk:before {
  content: "\ea8e";
}
.icon-disk2:before {
  content: "\ea8f";
}
.icon-usb-stick:before {
  content: "\ea90";
}
.icon-drive:before {
  content: "\ea91";
}
.icon-server:before {
  content: "\ea92";
}
.icon-database:before {
  content: "\ea93";
}
.icon-database2:before {
  content: "\ea94";
}
.icon-database3:before {
  content: "\ea95";
}
.icon-database4:before {
  content: "\ea96";
}
.icon-database-menu:before {
  content: "\ea97";
}
.icon-database-add:before {
  content: "\ea98";
}
.icon-database-remove:before {
  content: "\ea99";
}
.icon-database-insert:before {
  content: "\ea9a";
}
.icon-database-export:before {
  content: "\ea9b";
}
.icon-database-upload:before {
  content: "\ea9c";
}
.icon-database-refresh:before {
  content: "\ea9d";
}
.icon-database-diff:before {
  content: "\ea9e";
}
.icon-database-edit:before {
  content: "\ea9f";
}
.icon-database-edit2:before {
  content: "\eaa0";
}
.icon-database-check:before {
  content: "\eaa1";
}
.icon-database-arrow:before {
  content: "\eaa2";
}
.icon-database-time:before {
  content: "\eaa3";
}
.icon-database-time2:before {
  content: "\eaa4";
}
.icon-undo:before {
  content: "\eaa5";
}
.icon-redo:before {
  content: "\eaa6";
}
.icon-rotate-ccw:before {
  content: "\eaa7";
}
.icon-rotate-cw:before {
  content: "\eaa8";
}
.icon-rotate-ccw2:before {
  content: "\eaa9";
}
.icon-rotate-cw2:before {
  content: "\eaaa";
}
.icon-rotate-ccw3:before {
  content: "\eaab";
}
.icon-rotate-cw3:before {
  content: "\eaac";
}
.icon-flip-vertical:before {
  content: "\eaad";
}
.icon-flip-vertical2:before {
  content: "\eaae";
}
.icon-flip-horizontal:before {
  content: "\eaaf";
}
.icon-flip-horizontal2:before {
  content: "\eab0";
}
.icon-flip-vertical3:before {
  content: "\eab1";
}
.icon-flip-vertical4:before {
  content: "\eab2";
}
.icon-angle:before {
  content: "\eab3";
}
.icon-shear:before {
  content: "\eab4";
}
.icon-unite:before {
  content: "\eab5";
}
.icon-subtract:before {
  content: "\eab6";
}
.icon-interset:before {
  content: "\eab7";
}
.icon-exclude:before {
  content: "\eab8";
}
.icon-align-left:before {
  content: "\eab9";
}
.icon-align-center-horizontal:before {
  content: "\eaba";
}
.icon-align-right:before {
  content: "\eabb";
}
.icon-align-top:before {
  content: "\eabc";
}
.icon-align-center-vertical:before {
  content: "\eabd";
}
.icon-align-bottom:before {
  content: "\eabe";
}
.icon-undo2:before {
  content: "\eabf";
}
.icon-redo2:before {
  content: "\eac0";
}
.icon-forward:before {
  content: "\eac1";
}
.icon-reply:before {
  content: "\eac2";
}
.icon-reply-all:before {
  content: "\eac3";
}
.icon-bubble:before {
  content: "\eac4";
}
.icon-bubbles:before {
  content: "\eac5";
}
.icon-bubbles2:before {
  content: "\eac6";
}
.icon-bubble2:before {
  content: "\eac7";
}
.icon-bubbles3:before {
  content: "\eac8";
}
.icon-bubbles4:before {
  content: "\eac9";
}
.icon-bubble-notification:before {
  content: "\eaca";
}
.icon-bubbles5:before {
  content: "\eacb";
}
.icon-bubbles6:before {
  content: "\eacc";
}
.icon-bubble3:before {
  content: "\eacd";
}
.icon-bubble-dots:before {
  content: "\eace";
}
.icon-bubble-lines:before {
  content: "\eacf";
}
.icon-bubble4:before {
  content: "\ead0";
}
.icon-bubble-dots2:before {
  content: "\ead1";
}
.icon-bubble-lines2:before {
  content: "\ead2";
}
.icon-bubble5:before {
  content: "\ead3";
}
.icon-bubble6:before {
  content: "\ead4";
}
.icon-bubbles7:before {
  content: "\ead5";
}
.icon-bubble7:before {
  content: "\ead6";
}
.icon-bubbles8:before {
  content: "\ead7";
}
.icon-bubble8:before {
  content: "\ead8";
}
.icon-bubble-dots3:before {
  content: "\ead9";
}
.icon-bubble-lines3:before {
  content: "\eada";
}
.icon-bubble9:before {
  content: "\eadb";
}
.icon-bubble-dots4:before {
  content: "\eadc";
}
.icon-bubble-lines4:before {
  content: "\eadd";
}
.icon-bubbles9:before {
  content: "\eade";
}
.icon-bubbles10:before {
  content: "\eadf";
}
.icon-bubble-blocked:before {
  content: "\eae0";
}
.icon-bubble-quote:before {
  content: "\eae1";
}
.icon-bubble-user:before {
  content: "\eae2";
}
.icon-bubble-smiley:before {
  content: "\eae3";
}
.icon-bubble-check:before {
  content: "\eae4";
}
.icon-bubble-video:before {
  content: "\eae5";
}
.icon-bubble-link:before {
  content: "\eae6";
}
.icon-bubble-lock:before {
  content: "\eae7";
}
.icon-bubble-star:before {
  content: "\eae8";
}
.icon-bubble-heart:before {
  content: "\eae9";
}
.icon-bubble-paperclip:before {
  content: "\eaea";
}
.icon-bubble-cancel:before {
  content: "\eaeb";
}
.icon-bubble-plus:before {
  content: "\eaec";
}
.icon-bubble-minus:before {
  content: "\eaed";
}
.icon-bubble-notification2:before {
  content: "\eaee";
}
.icon-bubble-left:before {
  content: "\eaef";
}
.icon-bubble-right:before {
  content: "\eaf0";
}
.icon-bubble-first:before {
  content: "\eaf1";
}
.icon-bubble-last:before {
  content: "\eaf2";
}
.icon-bubble-reply:before {
  content: "\eaf3";
}
.icon-bubble-forward:before {
  content: "\eaf4";
}
.icon-bubble-reply2:before {
  content: "\eaf5";
}
.icon-bubble-forward2:before {
  content: "\eaf6";
}
.icon-user:before {
  content: "\eaf7";
}
.icon-users:before {
  content: "\eaf8";
}
.icon-user-plus:before {
  content: "\eaf9";
}
.icon-user-minus:before {
  content: "\eafa";
}
.icon-user-cancel:before {
  content: "\eafb";
}
.icon-user-block:before {
  content: "\eafc";
}
.icon-user-lock:before {
  content: "\eafd";
}
.icon-user-check:before {
  content: "\eafe";
}
.icon-users2:before {
  content: "\eaff";
}
.icon-user2:before {
  content: "\eb00";
}
.icon-users3:before {
  content: "\eb01";
}
.icon-user-plus2:before {
  content: "\eb02";
}
.icon-user-minus2:before {
  content: "\eb03";
}
.icon-user-cancel2:before {
  content: "\eb04";
}
.icon-user-block2:before {
  content: "\eb05";
}
.icon-user-lock2:before {
  content: "\eb06";
}
.icon-user-check2:before {
  content: "\eb07";
}
.icon-user3:before {
  content: "\eb08";
}
.icon-user4:before {
  content: "\eb09";
}
.icon-user5:before {
  content: "\eb0a";
}
.icon-user6:before {
  content: "\eb0b";
}
.icon-users4:before {
  content: "\eb0c";
}
.icon-user-tie:before {
  content: "\eb0d";
}
.icon-user7:before {
  content: "\eb0e";
}
.icon-users5:before {
  content: "\eb0f";
}
.icon-collaboration:before {
  content: "\eb10";
}
.icon-vcard:before {
  content: "\eb11";
}
.icon-hat:before {
  content: "\eb12";
}
.icon-bowtie:before {
  content: "\eb13";
}
.icon-tie:before {
  content: "\eb14";
}
.icon-hanger:before {
  content: "\eb15";
}
.icon-tshirt:before {
  content: "\eb16";
}
.icon-pants:before {
  content: "\eb17";
}
.icon-shorts:before {
  content: "\eb18";
}
.icon-sock:before {
  content: "\eb19";
}
.icon-laundry:before {
  content: "\eb1a";
}
.icon-quotes-left:before {
  content: "\eb1b";
}
.icon-quotes-right:before {
  content: "\eb1c";
}
.icon-quotes-left2:before {
  content: "\eb1d";
}
.icon-quotes-right2:before {
  content: "\eb1e";
}
.icon-hour-glass:before {
  content: "\eb1f";
}
.icon-hour-glass2:before {
  content: "\eb20";
}
.icon-hour-glass3:before {
  content: "\eb21";
}
.icon-spinner:before {
  content: "\eb22";
}
.icon-spinner2:before {
  content: "\eb23";
}
.icon-spinner3:before {
  content: "\eb24";
}
.icon-spinner4:before {
  content: "\eb25";
}
.icon-spinner5:before {
  content: "\eb26";
}
.icon-spinner6:before {
  content: "\eb27";
}
.icon-spinner7:before {
  content: "\eb28";
}
.icon-spinner8:before {
  content: "\eb29";
}
.icon-spinner9:before {
  content: "\eb2a";
}
.icon-spinner10:before {
  content: "\eb2b";
}
.icon-spinner11:before {
  content: "\eb2c";
}
.icon-microscope:before {
  content: "\eb2d";
}
.icon-binoculars:before {
  content: "\eb2e";
}
.icon-binoculars2:before {
  content: "\eb2f";
}
.icon-search:before {
  content: "\eb30";
}
.icon-zoom-in:before {
  content: "\eb31";
}
.icon-zoom-out:before {
  content: "\eb32";
}
.icon-search2:before {
  content: "\eb33";
}
.icon-zoom-in2:before {
  content: "\eb34";
}
.icon-zoom-out2:before {
  content: "\eb35";
}
.icon-search3:before {
  content: "\eb36";
}
.icon-search4:before {
  content: "\eb37";
}
.icon-zoom-in3:before {
  content: "\eb38";
}
.icon-zoom-out3:before {
  content: "\eb39";
}
.icon-search5:before {
  content: "\eb3a";
}
.icon-search6:before {
  content: "\eb3b";
}
.icon-enlarge:before {
  content: "\eb3c";
}
.icon-shrink:before {
  content: "\eb3d";
}
.icon-enlarge2:before {
  content: "\eb3e";
}
.icon-shrink2:before {
  content: "\eb3f";
}
.icon-enlarge3:before {
  content: "\eb40";
}
.icon-shrink3:before {
  content: "\eb41";
}
.icon-enlarge4:before {
  content: "\eb42";
}
.icon-shrink4:before {
  content: "\eb43";
}
.icon-enlarge5:before {
  content: "\eb44";
}
.icon-shrink5:before {
  content: "\eb45";
}
.icon-enlarge6:before {
  content: "\eb46";
}
.icon-shrink6:before {
  content: "\eb47";
}
.icon-enlarge7:before {
  content: "\eb48";
}
.icon-shrink7:before {
  content: "\eb49";
}
.icon-key:before {
  content: "\eb4a";
}
.icon-key2:before {
  content: "\eb4b";
}
.icon-key3:before {
  content: "\eb4c";
}
.icon-key4:before {
  content: "\eb4d";
}
.icon-key5:before {
  content: "\eb4e";
}
.icon-keyhole:before {
  content: "\eb4f";
}
.icon-lock:before {
  content: "\eb50";
}
.icon-lock2:before {
  content: "\eb51";
}
.icon-lock3:before {
  content: "\eb52";
}
.icon-lock4:before {
  content: "\eb53";
}
.icon-unlocked:before {
  content: "\eb54";
}
.icon-lock5:before {
  content: "\eb55";
}
.icon-unlocked2:before {
  content: "\eb56";
}
.icon-safe:before {
  content: "\eb57";
}
.icon-wrench:before {
  content: "\eb58";
}
.icon-wrench2:before {
  content: "\eb59";
}
.icon-wrench3:before {
  content: "\eb5a";
}
.icon-equalizer:before {
  content: "\eb5b";
}
.icon-equalizer2:before {
  content: "\eb5c";
}
.icon-equalizer3:before {
  content: "\eb5d";
}
.icon-equalizer4:before {
  content: "\eb5e";
}
.icon-cog:before {
  content: "\eb5f";
}
.icon-cogs:before {
  content: "\eb60";
}
.icon-cog2:before {
  content: "\eb61";
}
.icon-cog3:before {
  content: "\eb62";
}
.icon-cog4:before {
  content: "\eb63";
}
.icon-cog5:before {
  content: "\eb64";
}
.icon-cog6:before {
  content: "\eb65";
}
.icon-cog7:before {
  content: "\eb66";
}
.icon-factory:before {
  content: "\eb67";
}
.icon-hammer:before {
  content: "\eb68";
}
.icon-hammer-wrench:before {
  content: "\eb69";
}
.icon-knife:before {
  content: "\eb6a";
}
.icon-screwdriver:before {
  content: "\eb6b";
}
.icon-screwdriver2:before {
  content: "\eb6c";
}
.icon-magic-wand:before {
  content: "\eb6d";
}
.icon-magic-wand2:before {
  content: "\eb6e";
}
.icon-pulse:before {
  content: "\eb6f";
}
.icon-pulse2:before {
  content: "\eb70";
}
.icon-aid-kit:before {
  content: "\eb71";
}
.icon-aid-kit2:before {
  content: "\eb72";
}
.icon-stethoscope:before {
  content: "\eb73";
}
.icon-ambulance:before {
  content: "\eb74";
}
.icon-alarm2:before {
  content: "\eb75";
}
.icon-pandage:before {
  content: "\eb76";
}
.icon-pandage2:before {
  content: "\eb77";
}
.icon-bug:before {
  content: "\eb78";
}
.icon-bug2:before {
  content: "\eb79";
}
.icon-syringe:before {
  content: "\eb7a";
}
.icon-syringe2:before {
  content: "\eb7b";
}
.icon-pill:before {
  content: "\eb7c";
}
.icon-construction:before {
  content: "\eb7d";
}
.icon-traffic-cone:before {
  content: "\eb7e";
}
.icon-traffic-lights:before {
  content: "\eb7f";
}
.icon-pie-chart:before {
  content: "\eb80";
}
.icon-pie-chart2:before {
  content: "\eb81";
}
.icon-pie-chart3:before {
  content: "\eb82";
}
.icon-pie-chart4:before {
  content: "\eb83";
}
.icon-pie-chart5:before {
  content: "\eb84";
}
.icon-pie-chart6:before {
  content: "\eb85";
}
.icon-pie-chart7:before {
  content: "\eb86";
}
.icon-stats-dots:before {
  content: "\eb87";
}
.icon-stats-bars:before {
  content: "\eb88";
}
.icon-pie-chart8:before {
  content: "\eb89";
}
.icon-stats-bars2:before {
  content: "\eb8a";
}
.icon-stats-bars3:before {
  content: "\eb8b";
}
.icon-stats-bars4:before {
  content: "\eb8c";
}
.icon-stats-bars5:before {
  content: "\eb8d";
}
.icon-stats-bars6:before {
  content: "\eb8e";
}
.icon-chart:before {
  content: "\eb8f";
}
.icon-stats-growth:before {
  content: "\eb90";
}
.icon-stats-decline:before {
  content: "\eb91";
}
.icon-stats-growth2:before {
  content: "\eb92";
}
.icon-stats-decline2:before {
  content: "\eb93";
}
.icon-stairs-up:before {
  content: "\eb94";
}
.icon-stairs-down:before {
  content: "\eb95";
}
.icon-stairs:before {
  content: "\eb96";
}
.icon-stairs2:before {
  content: "\eb97";
}
.icon-ladder:before {
  content: "\eb98";
}
.icon-rating:before {
  content: "\eb99";
}
.icon-rating2:before {
  content: "\eb9a";
}
.icon-rating3:before {
  content: "\eb9b";
}
.icon-cake:before {
  content: "\eb9c";
}
.icon-podium:before {
  content: "\eb9d";
}
.icon-stars:before {
  content: "\eb9e";
}
.icon-medal-star:before {
  content: "\eb9f";
}
.icon-medal:before {
  content: "\eba0";
}
.icon-medal2:before {
  content: "\eba1";
}
.icon-medal-first:before {
  content: "\eba2";
}
.icon-medal-second:before {
  content: "\eba3";
}
.icon-medal-third:before {
  content: "\eba4";
}
.icon-crown:before {
  content: "\eba5";
}
.icon-trophy:before {
  content: "\eba6";
}
.icon-trophy2:before {
  content: "\eba7";
}
.icon-trophy3:before {
  content: "\eba8";
}
.icon-diamond:before {
  content: "\eba9";
}
.icon-diamond2:before {
  content: "\ebaa";
}
.icon-trophy4:before {
  content: "\ebab";
}
.icon-gift:before {
  content: "\ebac";
}
.icon-gift2:before {
  content: "\ebad";
}
.icon-balloon:before {
  content: "\ebae";
}
.icon-pipe:before {
  content: "\ebaf";
}
.icon-mustache:before {
  content: "\ebb0";
}
.icon-mustache2:before {
  content: "\ebb1";
}
.icon-glass:before {
  content: "\ebb2";
}
.icon-glass2:before {
  content: "\ebb3";
}
.icon-glass3:before {
  content: "\ebb4";
}
.icon-glass4:before {
  content: "\ebb5";
}
.icon-bottle:before {
  content: "\ebb6";
}
.icon-bottle2:before {
  content: "\ebb7";
}
.icon-bottle3:before {
  content: "\ebb8";
}
.icon-bottle4:before {
  content: "\ebb9";
}
.icon-mug:before {
  content: "\ebba";
}
.icon-fork-knife:before {
  content: "\ebbb";
}
.icon-spoon-knife:before {
  content: "\ebbc";
}
.icon-cook:before {
  content: "\ebbd";
}
.icon-plate:before {
  content: "\ebbe";
}
.icon-steak:before {
  content: "\ebbf";
}
.icon-fish:before {
  content: "\ebc0";
}
.icon-chicken:before {
  content: "\ebc1";
}
.icon-hamburger:before {
  content: "\ebc2";
}
.icon-pizza:before {
  content: "\ebc3";
}
.icon-cheese:before {
  content: "\ebc4";
}
.icon-bread:before {
  content: "\ebc5";
}
.icon-icecream:before {
  content: "\ebc6";
}
.icon-milk:before {
  content: "\ebc7";
}
.icon-cup:before {
  content: "\ebc8";
}
.icon-cup2:before {
  content: "\ebc9";
}
.icon-coffee-bean:before {
  content: "\ebca";
}
.icon-coffee:before {
  content: "\ebcb";
}
.icon-teapot:before {
  content: "\ebcc";
}
.icon-leaf:before {
  content: "\ebcd";
}
.icon-leaf2:before {
  content: "\ebce";
}
.icon-apple:before {
  content: "\ebcf";
}
.icon-grapes:before {
  content: "\ebd0";
}
.icon-cherry:before {
  content: "\ebd1";
}
.icon-tree:before {
  content: "\ebd2";
}
.icon-tree2:before {
  content: "\ebd3";
}
.icon-tree3:before {
  content: "\ebd4";
}
.icon-tree4:before {
  content: "\ebd5";
}
.icon-cactus:before {
  content: "\ebd6";
}
.icon-mountains:before {
  content: "\ebd7";
}
.icon-paw:before {
  content: "\ebd8";
}
.icon-footprint:before {
  content: "\ebd9";
}
.icon-tent:before {
  content: "\ebda";
}
.icon-flower:before {
  content: "\ebdb";
}
.icon-flower2:before {
  content: "\ebdc";
}
.icon-rocket:before {
  content: "\ebdd";
}
.icon-meter:before {
  content: "\ebde";
}
.icon-meter2:before {
  content: "\ebdf";
}
.icon-meter-slow:before {
  content: "\ebe0";
}
.icon-meter-medium:before {
  content: "\ebe1";
}
.icon-meter-fast:before {
  content: "\ebe2";
}
.icon-meter3:before {
  content: "\ebe3";
}
.icon-hammer2:before {
  content: "\ebe4";
}
.icon-balance:before {
  content: "\ebe5";
}
.icon-scale:before {
  content: "\ebe6";
}
.icon-bomb:before {
  content: "\ebe7";
}
.icon-fire:before {
  content: "\ebe8";
}
.icon-fire2:before {
  content: "\ebe9";
}
.icon-lab:before {
  content: "\ebea";
}
.icon-atom:before {
  content: "\ebeb";
}
.icon-atom2:before {
  content: "\ebec";
}
.icon-magnet:before {
  content: "\ebed";
}
.icon-magnet2:before {
  content: "\ebee";
}
.icon-dumbbell:before {
  content: "\ebef";
}
.icon-skull:before {
  content: "\ebf0";
}
.icon-skull2:before {
  content: "\ebf1";
}
.icon-lamp:before {
  content: "\ebf2";
}
.icon-lamp2:before {
  content: "\ebf3";
}
.icon-lamp3:before {
  content: "\ebf4";
}
.icon-spotlight:before {
  content: "\ebf5";
}
.icon-lamp4:before {
  content: "\ebf6";
}
.icon-lamp5:before {
  content: "\ebf7";
}
.icon-lamp6:before {
  content: "\ebf8";
}
.icon-lamp7:before {
  content: "\ebf9";
}
.icon-lamp8:before {
  content: "\ebfa";
}
.icon-broom:before {
  content: "\ebfb";
}
.icon-toiletpaper:before {
  content: "\ebfc";
}
.icon-bin:before {
  content: "\ebfd";
}
.icon-bin2:before {
  content: "\ebfe";
}
.icon-bin3:before {
  content: "\ebff";
}
.icon-bin4:before {
  content: "\ec00";
}
.icon-bin5:before {
  content: "\ec01";
}
.icon-briefcase:before {
  content: "\ec02";
}
.icon-briefcase2:before {
  content: "\ec03";
}
.icon-briefcase3:before {
  content: "\ec04";
}
.icon-airplane:before {
  content: "\ec05";
}
.icon-airplane2:before {
  content: "\ec06";
}
.icon-airplane3:before {
  content: "\ec07";
}
.icon-airplane4:before {
  content: "\ec08";
}
.icon-paperplane:before {
  content: "\ec09";
}
.icon-car:before {
  content: "\ec0a";
}
.icon-steering-wheel:before {
  content: "\ec0b";
}
.icon-car2:before {
  content: "\ec0c";
}
.icon-gas:before {
  content: "\ec0d";
}
.icon-bus:before {
  content: "\ec0e";
}
.icon-truck:before {
  content: "\ec0f";
}
.icon-bike:before {
  content: "\ec10";
}
.icon-road:before {
  content: "\ec11";
}
.icon-train:before {
  content: "\ec12";
}
.icon-train2:before {
  content: "\ec13";
}
.icon-ship:before {
  content: "\ec14";
}
.icon-boat:before {
  content: "\ec15";
}
.icon-chopper:before {
  content: "\ec16";
}
.icon-chopper2:before {
  content: "\ec17";
}
.icon-cube:before {
  content: "\ec18";
}
.icon-cube2:before {
  content: "\ec19";
}
.icon-cube3:before {
  content: "\ec1a";
}
.icon-cube4:before {
  content: "\ec1b";
}
.icon-pyramid:before {
  content: "\ec1c";
}
.icon-pyramid2:before {
  content: "\ec1d";
}
.icon-package:before {
  content: "\ec1e";
}
.icon-puzzle:before {
  content: "\ec1f";
}
.icon-puzzle2:before {
  content: "\ec20";
}
.icon-puzzle3:before {
  content: "\ec21";
}
.icon-puzzle4:before {
  content: "\ec22";
}
.icon-glasses-3d:before {
  content: "\ec23";
}
.icon-glasses-3d2:before {
  content: "\ec24";
}
.icon-glasses:before {
  content: "\ec25";
}
.icon-glasses2:before {
  content: "\ec26";
}
.icon-brain:before {
  content: "\ec27";
}
.icon-accessibility:before {
  content: "\ec28";
}
.icon-accessibility2:before {
  content: "\ec29";
}
.icon-strategy:before {
  content: "\ec2a";
}
.icon-target:before {
  content: "\ec2b";
}
.icon-target2:before {
  content: "\ec2c";
}
.icon-target3:before {
  content: "\ec2d";
}
.icon-ammo:before {
  content: "\ec2e";
}
.icon-gun:before {
  content: "\ec2f";
}
.icon-gun-forbidden:before {
  content: "\ec30";
}
.icon-shield:before {
  content: "\ec31";
}
.icon-shield-check:before {
  content: "\ec32";
}
.icon-shield-notice:before {
  content: "\ec33";
}
.icon-shield2:before {
  content: "\ec34";
}
.icon-shield3:before {
  content: "\ec35";
}
.icon-shield4:before {
  content: "\ec36";
}
.icon-soccer:before {
  content: "\ec37";
}
.icon-football:before {
  content: "\ec38";
}
.icon-archery:before {
  content: "\ec39";
}
.icon-bow:before {
  content: "\ec3a";
}
.icon-sword:before {
  content: "\ec3b";
}
.icon-tennis:before {
  content: "\ec3c";
}
.icon-pingpong:before {
  content: "\ec3d";
}
.icon-baseball:before {
  content: "\ec3e";
}
.icon-basketball:before {
  content: "\ec3f";
}
.icon-golf:before {
  content: "\ec40";
}
.icon-golf2:before {
  content: "\ec41";
}
.icon-hockey:before {
  content: "\ec42";
}
.icon-racing:before {
  content: "\ec43";
}
.icon-finish:before {
  content: "\ec44";
}
.icon-eight-ball:before {
  content: "\ec45";
}
.icon-bowling:before {
  content: "\ec46";
}
.icon-bowling2:before {
  content: "\ec47";
}
.icon-power:before {
  content: "\ec48";
}
.icon-power2:before {
  content: "\ec49";
}
.icon-power3:before {
  content: "\ec4a";
}
.icon-switch:before {
  content: "\ec4b";
}
.icon-switch2:before {
  content: "\ec4c";
}
.icon-power-cord:before {
  content: "\ec4d";
}
.icon-power-cord2:before {
  content: "\ec4e";
}
.icon-outlet:before {
  content: "\ec4f";
}
.icon-clipboard:before {
  content: "\ec50";
}
.icon-clipboard2:before {
  content: "\ec51";
}
.icon-clipboard3:before {
  content: "\ec52";
}
.icon-clipboard4:before {
  content: "\ec53";
}
.icon-clipboard5:before {
  content: "\ec54";
}
.icon-clipboard6:before {
  content: "\ec55";
}
.icon-playlist:before {
  content: "\ec56";
}
.icon-playlist-add:before {
  content: "\ec57";
}
.icon-list-numbered:before {
  content: "\ec58";
}
.icon-list:before {
  content: "\ec59";
}
.icon-list2:before {
  content: "\ec5a";
}
.icon-more:before {
  content: "\ec5b";
}
.icon-more2:before {
  content: "\ec5c";
}
.icon-grid:before {
  content: "\ec5d";
}
.icon-grid2:before {
  content: "\ec5e";
}
.icon-grid3:before {
  content: "\ec5f";
}
.icon-grid4:before {
  content: "\ec60";
}
.icon-grid5:before {
  content: "\ec61";
}
.icon-grid6:before {
  content: "\ec62";
}
.icon-grid7:before {
  content: "\ec63";
}
.icon-tree5:before {
  content: "\ec64";
}
.icon-tree6:before {
  content: "\ec65";
}
.icon-tree7:before {
  content: "\ec66";
}
.icon-lan:before {
  content: "\ec67";
}
.icon-lan2:before {
  content: "\ec68";
}
.icon-lan3:before {
  content: "\ec69";
}
.icon-menu:before {
  content: "\ec6a";
}
.icon-circle-small:before {
  content: "\ec6b";
}
.icon-menu2:before {
  content: "\ec6c";
}
.icon-menu3:before {
  content: "\ec6d";
}
.icon-menu4:before {
  content: "\ec6e";
}
.icon-menu5:before {
  content: "\ec6f";
}
.icon-menu6:before {
  content: "\ec70";
}
.icon-menu7:before {
  content: "\ec71";
}
.icon-menu8:before {
  content: "\ec72";
}
.icon-menu9:before {
  content: "\ec73";
}
.icon-menu10:before {
  content: "\ec74";
}
.icon-cloud:before {
  content: "\ec75";
}
.icon-cloud-download:before {
  content: "\ec76";
}
.icon-cloud-upload:before {
  content: "\ec77";
}
.icon-cloud-check:before {
  content: "\ec78";
}
.icon-cloud2:before {
  content: "\ec79";
}
.icon-cloud-download2:before {
  content: "\ec7a";
}
.icon-cloud-upload2:before {
  content: "\ec7b";
}
.icon-cloud-check2:before {
  content: "\ec7c";
}
.icon-download2:before {
  content: "\ec7d";
}
.icon-download3:before {
  content: "\ec7e";
}
.icon-upload2:before {
  content: "\ec7f";
}
.icon-upload3:before {
  content: "\ec80";
}
.icon-import:before {
  content: "\ec81";
}
.icon-import2:before {
  content: "\ec82";
}
.icon-download4:before {
  content: "\ec83";
}
.icon-upload4:before {
  content: "\ec84";
}
.icon-download5:before {
  content: "\ec85";
}
.icon-upload5:before {
  content: "\ec86";
}
.icon-download6:before {
  content: "\ec87";
}
.icon-upload6:before {
  content: "\ec88";
}
.icon-download7:before {
  content: "\ec89";
}
.icon-upload7:before {
  content: "\ec8a";
}
.icon-download8:before {
  content: "\ec8b";
}
.icon-upload8:before {
  content: "\ec8c";
}
.icon-download9:before {
  content: "\ec8d";
}
.icon-upload9:before {
  content: "\ec8e";
}
.icon-download10:before {
  content: "\ec8f";
}
.icon-upload10:before {
  content: "\ec90";
}
.icon-sphere:before {
  content: "\ec91";
}
.icon-sphere2:before {
  content: "\ec92";
}
.icon-sphere3:before {
  content: "\ec93";
}
.icon-planet:before {
  content: "\ec94";
}
.icon-planet2:before {
  content: "\ec95";
}
.icon-earth:before {
  content: "\ec96";
}
.icon-earth2:before {
  content: "\ec97";
}
.icon-earth3:before {
  content: "\ec98";
}
.icon-link:before {
  content: "\ec99";
}
.icon-unlink:before {
  content: "\ec9a";
}
.icon-link2:before {
  content: "\ec9b";
}
.icon-unlink2:before {
  content: "\ec9c";
}
.icon-link3:before {
  content: "\ec9d";
}
.icon-unlink3:before {
  content: "\ec9e";
}
.icon-link4:before {
  content: "\ec9f";
}
.icon-unlink4:before {
  content: "\eca0";
}
.icon-link5:before {
  content: "\eca1";
}
.icon-unlink5:before {
  content: "\eca2";
}
.icon-anchor:before {
  content: "\eca3";
}
.icon-flag:before {
  content: "\eca4";
}
.icon-flag2:before {
  content: "\eca5";
}
.icon-flag3:before {
  content: "\eca6";
}
.icon-flag4:before {
  content: "\eca7";
}
.icon-flag5:before {
  content: "\eca8";
}
.icon-flag6:before {
  content: "\eca9";
}
.icon-flag7:before {
  content: "\ecaa";
}
.icon-flag8:before {
  content: "\ecab";
}
.icon-attachment:before {
  content: "\ecac";
}
.icon-attachment2:before {
  content: "\ecad";
}
.icon-eye:before {
  content: "\ecae";
}
.icon-eye-plus:before {
  content: "\ecaf";
}
.icon-eye-minus:before {
  content: "\ecb0";
}
.icon-eye-blocked:before {
  content: "\ecb1";
}
.icon-eye2:before {
  content: "\ecb2";
}
.icon-eye-blocked2:before {
  content: "\ecb3";
}
.icon-eye3:before {
  content: "\ecb4";
}
.icon-eye-blocked3:before {
  content: "\ecb5";
}
.icon-eye4:before {
  content: "\ecb6";
}
.icon-bookmark2:before {
  content: "\ecb7";
}
.icon-bookmark3:before {
  content: "\ecb8";
}
.icon-bookmarks:before {
  content: "\ecb9";
}
.icon-bookmark4:before {
  content: "\ecba";
}
.icon-spotlight2:before {
  content: "\ecbb";
}
.icon-starburst:before {
  content: "\ecbc";
}
.icon-snowflake:before {
  content: "\ecbd";
}
.icon-temperature:before {
  content: "\ecbe";
}
.icon-temperature2:before {
  content: "\ecbf";
}
.icon-weather-lightning:before {
  content: "\ecc0";
}
.icon-weather-lightning2:before {
  content: "\ecc1";
}
.icon-weather-rain:before {
  content: "\ecc2";
}
.icon-weather-rain2:before {
  content: "\ecc3";
}
.icon-weather-snow:before {
  content: "\ecc4";
}
.icon-weather-snow2:before {
  content: "\ecc5";
}
.icon-weather-cloud-wind:before {
  content: "\ecc6";
}
.icon-weather-cloud-wind2:before {
  content: "\ecc7";
}
.icon-weather-cloud-sun:before {
  content: "\ecc8";
}
.icon-weather-cloud-sun2:before {
  content: "\ecc9";
}
.icon-weather-cloudy:before {
  content: "\ecca";
}
.icon-weather-cloudy2:before {
  content: "\eccb";
}
.icon-weather-sun-wind:before {
  content: "\eccc";
}
.icon-weather-sun-wind2:before {
  content: "\eccd";
}
.icon-sun:before {
  content: "\ecce";
}
.icon-sun2:before {
  content: "\eccf";
}
.icon-moon:before {
  content: "\ecd0";
}
.icon-day-night:before {
  content: "\ecd1";
}
.icon-day-night2:before {
  content: "\ecd2";
}
.icon-weather-windy:before {
  content: "\ecd3";
}
.icon-fan:before {
  content: "\ecd4";
}
.icon-umbrella:before {
  content: "\ecd5";
}
.icon-sun3:before {
  content: "\ecd6";
}
.icon-contrast:before {
  content: "\ecd7";
}
.icon-brightness-contrast:before {
  content: "\ecd8";
}
.icon-brightness-high:before {
  content: "\ecd9";
}
.icon-brightness-medium:before {
  content: "\ecda";
}
.icon-brightness-low:before {
  content: "\ecdb";
}
.icon-bed:before {
  content: "\ecdc";
}
.icon-bed2:before {
  content: "\ecdd";
}
.icon-furniture:before {
  content: "\ecde";
}
.icon-chair:before {
  content: "\ecdf";
}
.icon-star-empty:before {
  content: "\ece0";
}
.icon-star-empty2:before {
  content: "\ece1";
}
.icon-star-full:before {
  content: "\ece2";
}
.icon-star-empty3:before {
  content: "\ece3";
}
.icon-star-half:before {
  content: "\ece4";
}
.icon-star-full2:before {
  content: "\ece5";
}
.icon-star:before {
  content: "\ece6";
}
.icon-heart:before {
  content: "\ece7";
}
.icon-heart2:before {
  content: "\ece8";
}
.icon-heart3:before {
  content: "\ece9";
}
.icon-heart4:before {
  content: "\ecea";
}
.icon-heart-broken:before {
  content: "\eceb";
}
.icon-heart5:before {
  content: "\ecec";
}
.icon-heart6:before {
  content: "\eced";
}
.icon-heart-broken2:before {
  content: "\ecee";
}
.icon-heart7:before {
  content: "\ecef";
}
.icon-heart8:before {
  content: "\ecf0";
}
.icon-heart-broken3:before {
  content: "\ecf1";
}
.icon-lips:before {
  content: "\ecf2";
}
.icon-lips2:before {
  content: "\ecf3";
}
.icon-thumbs-up:before {
  content: "\ecf4";
}
.icon-thumbs-up2:before {
  content: "\ecf5";
}
.icon-thumbs-down:before {
  content: "\ecf6";
}
.icon-thumbs-down2:before {
  content: "\ecf7";
}
.icon-thumbs-up3:before {
  content: "\ecf8";
}
.icon-thumbs-down3:before {
  content: "\ecf9";
}
.icon-height:before {
  content: "\ecfa";
}
.icon-man:before {
  content: "\ecfb";
}
.icon-woman:before {
  content: "\ecfc";
}
.icon-man-woman:before {
  content: "\ecfd";
}
.icon-male:before {
  content: "\ecfe";
}
.icon-female:before {
  content: "\ecff";
}
.icon-peace:before {
  content: "\ed00";
}
.icon-yin-yang:before {
  content: "\ed01";
}
.icon-happy:before {
  content: "\ed02";
}
.icon-happy2:before {
  content: "\ed03";
}
.icon-smile:before {
  content: "\ed04";
}
.icon-smile2:before {
  content: "\ed05";
}
.icon-tongue:before {
  content: "\ed06";
}
.icon-tongue2:before {
  content: "\ed07";
}
.icon-sad:before {
  content: "\ed08";
}
.icon-sad2:before {
  content: "\ed09";
}
.icon-wink:before {
  content: "\ed0a";
}
.icon-wink2:before {
  content: "\ed0b";
}
.icon-grin:before {
  content: "\ed0c";
}
.icon-grin2:before {
  content: "\ed0d";
}
.icon-cool:before {
  content: "\ed0e";
}
.icon-cool2:before {
  content: "\ed0f";
}
.icon-angry:before {
  content: "\ed10";
}
.icon-angry2:before {
  content: "\ed11";
}
.icon-evil:before {
  content: "\ed12";
}
.icon-evil2:before {
  content: "\ed13";
}
.icon-shocked:before {
  content: "\ed14";
}
.icon-shocked2:before {
  content: "\ed15";
}
.icon-baffled:before {
  content: "\ed16";
}
.icon-baffled2:before {
  content: "\ed17";
}
.icon-confused:before {
  content: "\ed18";
}
.icon-confused2:before {
  content: "\ed19";
}
.icon-neutral:before {
  content: "\ed1a";
}
.icon-neutral2:before {
  content: "\ed1b";
}
.icon-hipster:before {
  content: "\ed1c";
}
.icon-hipster2:before {
  content: "\ed1d";
}
.icon-wondering:before {
  content: "\ed1e";
}
.icon-wondering2:before {
  content: "\ed1f";
}
.icon-sleepy:before {
  content: "\ed20";
}
.icon-sleepy2:before {
  content: "\ed21";
}
.icon-frustrated:before {
  content: "\ed22";
}
.icon-frustrated2:before {
  content: "\ed23";
}
.icon-crying:before {
  content: "\ed24";
}
.icon-crying2:before {
  content: "\ed25";
}
.icon-cursor:before {
  content: "\ed26";
}
.icon-cursor2:before {
  content: "\ed27";
}
.icon-lasso:before {
  content: "\ed28";
}
.icon-lasso2:before {
  content: "\ed29";
}
.icon-select:before {
  content: "\ed2a";
}
.icon-select2:before {
  content: "\ed2b";
}
.icon-point-up:before {
  content: "\ed2c";
}
.icon-point-right:before {
  content: "\ed2d";
}
.icon-point-down:before {
  content: "\ed2e";
}
.icon-point-left:before {
  content: "\ed2f";
}
.icon-pointer:before {
  content: "\ed30";
}
.icon-reminder:before {
  content: "\ed31";
}
.icon-drag-left-right:before {
  content: "\ed32";
}
.icon-drag-left:before {
  content: "\ed33";
}
.icon-drag-right:before {
  content: "\ed34";
}
.icon-touch:before {
  content: "\ed35";
}
.icon-multitouch:before {
  content: "\ed36";
}
.icon-touch-zoom:before {
  content: "\ed37";
}
.icon-touch-pinch:before {
  content: "\ed38";
}
.icon-hand:before {
  content: "\ed39";
}
.icon-grab:before {
  content: "\ed3a";
}
.icon-stack-empty:before {
  content: "\ed3b";
}
.icon-stack-plus:before {
  content: "\ed3c";
}
.icon-stack-minus:before {
  content: "\ed3d";
}
.icon-stack-star:before {
  content: "\ed3e";
}
.icon-stack-picture:before {
  content: "\ed3f";
}
.icon-stack-down:before {
  content: "\ed40";
}
.icon-stack-up:before {
  content: "\ed41";
}
.icon-stack-cancel:before {
  content: "\ed42";
}
.icon-stack-check:before {
  content: "\ed43";
}
.icon-stack-text:before {
  content: "\ed44";
}
.icon-stack-clubs:before {
  content: "\ed45";
}
.icon-stack-spades:before {
  content: "\ed46";
}
.icon-stack-hearts:before {
  content: "\ed47";
}
.icon-stack-diamonds:before {
  content: "\ed48";
}
.icon-stack-user:before {
  content: "\ed49";
}
.icon-stack4:before {
  content: "\ed4a";
}
.icon-stack-music:before {
  content: "\ed4b";
}
.icon-stack-play:before {
  content: "\ed4c";
}
.icon-move:before {
  content: "\ed4d";
}
.icon-dots:before {
  content: "\ed4e";
}
.icon-warning:before {
  content: "\ed4f";
}
.icon-warning2:before {
  content: "\ed50";
}
.icon-notification:before {
  content: "\ed51";
}
.icon-notification2:before {
  content: "\ed52";
}
.icon-question:before {
  content: "\ed53";
}
.icon-question2:before {
  content: "\ed54";
}
.icon-question3:before {
  content: "\ed55";
}
.icon-question4:before {
  content: "\ed56";
}
.icon-question5:before {
  content: "\ed57";
}
.icon-question6:before {
  content: "\ed58";
}
.icon-plus:before {
  content: "\ed59";
}
.icon-minus:before {
  content: "\ed5a";
}
.icon-plus2:before {
  content: "\ed5b";
}
.icon-minus2:before {
  content: "\ed5c";
}
.icon-plus3:before {
  content: "\ed5d";
}
.icon-minus3:before {
  content: "\ed5e";
}
.icon-plus-circle:before {
  content: "\ed5f";
}
.icon-minus-circle:before {
  content: "\ed60";
}
.icon-plus-circle2:before {
  content: "\ed61";
}
.icon-minus-circle2:before {
  content: "\ed62";
}
.icon-info:before {
  content: "\ed63";
}
.icon-info2:before {
  content: "\ed64";
}
.icon-cancel-circle:before {
  content: "\ed65";
}
.icon-cancel-circle2:before {
  content: "\ed66";
}
.icon-blocked:before {
  content: "\ed67";
}
.icon-cancel-square:before {
  content: "\ed68";
}
.icon-cancel-square2:before {
  content: "\ed69";
}
.icon-cancel:before {
  content: "\ed6a";
}
.icon-spam:before {
  content: "\ed6b";
}
.icon-cross:before {
  content: "\ed6c";
}
.icon-cross2:before {
  content: "\ed6d";
}
.icon-cross3:before {
  content: "\ed6e";
}
.icon-checkmark:before {
  content: "\ed6f";
}
.icon-checkmark2:before {
  content: "\ed70";
}
.icon-checkmark3:before {
  content: "\ed71";
}
.icon-checkmark4:before {
  content: "\ed72";
}
.icon-checkmark5:before {
  content: "\ed73";
}
.icon-spell-check:before {
  content: "\ed74";
}
.icon-spell-check2:before {
  content: "\ed75";
}
.icon-enter:before {
  content: "\ed76";
}
.icon-exit:before {
  content: "\ed77";
}
.icon-enter2:before {
  content: "\ed78";
}
.icon-exit2:before {
  content: "\ed79";
}
.icon-enter3:before {
  content: "\ed7a";
}
.icon-exit3:before {
  content: "\ed7b";
}
.icon-wall:before {
  content: "\ed7c";
}
.icon-fence:before {
  content: "\ed7d";
}
.icon-play3:before {
  content: "\ed7e";
}
.icon-pause:before {
  content: "\ed7f";
}
.icon-stop:before {
  content: "\ed80";
}
.icon-previous:before {
  content: "\ed81";
}
.icon-next:before {
  content: "\ed82";
}
.icon-backward:before {
  content: "\ed83";
}
.icon-forward2:before {
  content: "\ed84";
}
.icon-play4:before {
  content: "\ed85";
}
.icon-pause2:before {
  content: "\ed86";
}
.icon-stop2:before {
  content: "\ed87";
}
.icon-backward2:before {
  content: "\ed88";
}
.icon-forward3:before {
  content: "\ed89";
}
.icon-first:before {
  content: "\ed8a";
}
.icon-last:before {
  content: "\ed8b";
}
.icon-previous2:before {
  content: "\ed8c";
}
.icon-next2:before {
  content: "\ed8d";
}
.icon-eject:before {
  content: "\ed8e";
}
.icon-volume-high:before {
  content: "\ed8f";
}
.icon-volume-medium:before {
  content: "\ed90";
}
.icon-volume-low:before {
  content: "\ed91";
}
.icon-volume-mute:before {
  content: "\ed92";
}
.icon-speaker-left:before {
  content: "\ed93";
}
.icon-speaker-right:before {
  content: "\ed94";
}
.icon-volume-mute2:before {
  content: "\ed95";
}
.icon-volume-increase:before {
  content: "\ed96";
}
.icon-volume-decrease:before {
  content: "\ed97";
}
.icon-volume-high2:before {
  content: "\ed98";
}
.icon-volume-medium2:before {
  content: "\ed99";
}
.icon-volume-medium3:before {
  content: "\ed9a";
}
.icon-volume-low2:before {
  content: "\ed9b";
}
.icon-volume-mute3:before {
  content: "\ed9c";
}
.icon-volume-increase2:before {
  content: "\ed9d";
}
.icon-volume-decrease2:before {
  content: "\ed9e";
}
.icon-volume-decrease3:before {
  content: "\ed9f";
}
.icon-volume-5:before {
  content: "\eda0";
}
.icon-volume-4:before {
  content: "\eda1";
}
.icon-volume-3:before {
  content: "\eda2";
}
.icon-volume-2:before {
  content: "\eda3";
}
.icon-volume-1:before {
  content: "\eda4";
}
.icon-volume-0:before {
  content: "\eda5";
}
.icon-volume-mute4:before {
  content: "\eda6";
}
.icon-volume-mute5:before {
  content: "\eda7";
}
.icon-loop:before {
  content: "\eda8";
}
.icon-loop2:before {
  content: "\eda9";
}
.icon-loop3:before {
  content: "\edaa";
}
.icon-infinite-square:before {
  content: "\edab";
}
.icon-infinite:before {
  content: "\edac";
}
.icon-infinite2:before {
  content: "\edad";
}
.icon-loop4:before {
  content: "\edae";
}
.icon-shuffle:before {
  content: "\edaf";
}
.icon-shuffle2:before {
  content: "\edb0";
}
.icon-wave:before {
  content: "\edb1";
}
.icon-wave2:before {
  content: "\edb2";
}
.icon-split:before {
  content: "\edb3";
}
.icon-merge:before {
  content: "\edb4";
}
.icon-first2:before {
  content: "\edb5";
}
.icon-last2:before {
  content: "\edb6";
}
.icon-arrow-up:before {
  content: "\edb7";
}
.icon-arrow-up2:before {
  content: "\edb8";
}
.icon-arrow-up3:before {
  content: "\edb9";
}
.icon-arrow-up4:before {
  content: "\edba";
}
.icon-arrow-right:before {
  content: "\edbb";
}
.icon-arrow-right2:before {
  content: "\edbc";
}
.icon-arrow-right3:before {
  content: "\edbd";
}
.icon-arrow-right4:before {
  content: "\edbe";
}
.icon-arrow-down:before {
  content: "\edbf";
}
.icon-arrow-down2:before {
  content: "\edc0";
}
.icon-arrow-down3:before {
  content: "\edc1";
}
.icon-arrow-down4:before {
  content: "\edc2";
}
.icon-arrow-left:before {
  content: "\edc3";
}
.icon-arrow-left2:before {
  content: "\edc4";
}
.icon-arrow-left3:before {
  content: "\edc5";
}
.icon-arrow-left4:before {
  content: "\edc6";
}
.icon-arrow-up5:before {
  content: "\edc7";
}
.icon-arrow-right5:before {
  content: "\edc8";
}
.icon-arrow-down5:before {
  content: "\edc9";
}
.icon-arrow-left5:before {
  content: "\edca";
}
.icon-arrow-up-left:before {
  content: "\edcb";
}
.icon-arrow-up6:before {
  content: "\edcc";
}
.icon-arrow-up-right:before {
  content: "\edcd";
}
.icon-arrow-right6:before {
  content: "\edce";
}
.icon-arrow-down-right:before {
  content: "\edcf";
}
.icon-arrow-down6:before {
  content: "\edd0";
}
.icon-arrow-down-left:before {
  content: "\edd1";
}
.icon-arrow-left6:before {
  content: "\edd2";
}
.icon-arrow-up-left2:before {
  content: "\edd3";
}
.icon-arrow-up7:before {
  content: "\edd4";
}
.icon-arrow-up-right2:before {
  content: "\edd5";
}
.icon-arrow-right7:before {
  content: "\edd6";
}
.icon-arrow-down-right2:before {
  content: "\edd7";
}
.icon-arrow-down7:before {
  content: "\edd8";
}
.icon-arrow-down-left2:before {
  content: "\edd9";
}
.icon-arrow-left7:before {
  content: "\edda";
}
.icon-arrow-up-left3:before {
  content: "\eddb";
}
.icon-arrow-up8:before {
  content: "\eddc";
}
.icon-arrow-up-right3:before {
  content: "\eddd";
}
.icon-arrow-right8:before {
  content: "\edde";
}
.icon-arrow-down-right3:before {
  content: "\eddf";
}
.icon-arrow-down8:before {
  content: "\ede0";
}
.icon-arrow-down-left3:before {
  content: "\ede1";
}
.icon-arrow-left8:before {
  content: "\ede2";
}
.icon-circle-up:before {
  content: "\ede3";
}
.icon-circle-right:before {
  content: "\ede4";
}
.icon-circle-down:before {
  content: "\ede5";
}
.icon-circle-left:before {
  content: "\ede6";
}
.icon-circle-up2:before {
  content: "\ede7";
}
.icon-circle-right2:before {
  content: "\ede8";
}
.icon-circle-down2:before {
  content: "\ede9";
}
.icon-circle-left2:before {
  content: "\edea";
}
.icon-circle-up-left:before {
  content: "\edeb";
}
.icon-circle-up3:before {
  content: "\edec";
}
.icon-circle-up-right:before {
  content: "\eded";
}
.icon-circle-right3:before {
  content: "\edee";
}
.icon-circle-down-right:before {
  content: "\edef";
}
.icon-circle-down3:before {
  content: "\edf0";
}
.icon-circle-down-left:before {
  content: "\edf1";
}
.icon-circle-left3:before {
  content: "\edf2";
}
.icon-circle-up-left2:before {
  content: "\edf3";
}
.icon-circle-up4:before {
  content: "\edf4";
}
.icon-circle-up-right2:before {
  content: "\edf5";
}
.icon-circle-right4:before {
  content: "\edf6";
}
.icon-circle-down-right2:before {
  content: "\edf7";
}
.icon-circle-down4:before {
  content: "\edf8";
}
.icon-circle-down-left2:before {
  content: "\edf9";
}
.icon-circle-left4:before {
  content: "\edfa";
}
.icon-arrow-resize:before {
  content: "\edfb";
}
.icon-arrow-resize2:before {
  content: "\edfc";
}
.icon-arrow-resize3:before {
  content: "\edfd";
}
.icon-arrow-resize4:before {
  content: "\edfe";
}
.icon-arrow-resize5:before {
  content: "\edff";
}
.icon-arrow-resize6:before {
  content: "\ee00";
}
.icon-arrow-resize7:before {
  content: "\ee01";
}
.icon-arrow-resize8:before {
  content: "\ee02";
}
.icon-square-up-left:before {
  content: "\ee03";
}
.icon-square-up:before {
  content: "\ee04";
}
.icon-square-up-right:before {
  content: "\ee05";
}
.icon-square-right:before {
  content: "\ee06";
}
.icon-square-down-right:before {
  content: "\ee07";
}
.icon-square-down:before {
  content: "\ee08";
}
.icon-square-down-left:before {
  content: "\ee09";
}
.icon-square-left:before {
  content: "\ee0a";
}
.icon-arrow-up9:before {
  content: "\ee0b";
}
.icon-arrow-right9:before {
  content: "\ee0c";
}
.icon-arrow-down9:before {
  content: "\ee0d";
}
.icon-arrow-left9:before {
  content: "\ee0e";
}
.icon-arrow-up10:before {
  content: "\ee0f";
}
.icon-arrow-right10:before {
  content: "\ee10";
}
.icon-arrow-down10:before {
  content: "\ee11";
}
.icon-arrow-left10:before {
  content: "\ee12";
}
.icon-arrow-up-left4:before {
  content: "\ee13";
}
.icon-arrow-up11:before {
  content: "\ee14";
}
.icon-arrow-up-right4:before {
  content: "\ee15";
}
.icon-arrow-right11:before {
  content: "\ee16";
}
.icon-arrow-down-right4:before {
  content: "\ee17";
}
.icon-arrow-down11:before {
  content: "\ee18";
}
.icon-arrow-down-left4:before {
  content: "\ee19";
}
.icon-arrow-left11:before {
  content: "\ee1a";
}
.icon-arrow-up-left5:before {
  content: "\ee1b";
}
.icon-arrow-up12:before {
  content: "\ee1c";
}
.icon-arrow-up-right5:before {
  content: "\ee1d";
}
.icon-arrow-right12:before {
  content: "\ee1e";
}
.icon-arrow-down-right5:before {
  content: "\ee1f";
}
.icon-arrow-down12:before {
  content: "\ee20";
}
.icon-arrow-down-left5:before {
  content: "\ee21";
}
.icon-arrow-left12:before {
  content: "\ee22";
}
.icon-arrow-up13:before {
  content: "\ee23";
}
.icon-arrow-right13:before {
  content: "\ee24";
}
.icon-arrow-down13:before {
  content: "\ee25";
}
.icon-arrow-left13:before {
  content: "\ee26";
}
.icon-arrow-up14:before {
  content: "\ee27";
}
.icon-arrow-right14:before {
  content: "\ee28";
}
.icon-arrow-down14:before {
  content: "\ee29";
}
.icon-arrow-left14:before {
  content: "\ee2a";
}
.icon-circle-up5:before {
  content: "\ee2b";
}
.icon-circle-right5:before {
  content: "\ee2c";
}
.icon-circle-down5:before {
  content: "\ee2d";
}
.icon-circle-left5:before {
  content: "\ee2e";
}
.icon-circle-up6:before {
  content: "\ee2f";
}
.icon-circle-right6:before {
  content: "\ee30";
}
.icon-circle-down6:before {
  content: "\ee31";
}
.icon-circle-left6:before {
  content: "\ee32";
}
.icon-arrow-up15:before {
  content: "\ee33";
}
.icon-arrow-right15:before {
  content: "\ee34";
}
.icon-arrow-down15:before {
  content: "\ee35";
}
.icon-arrow-left15:before {
  content: "\ee36";
}
.icon-arrow-up16:before {
  content: "\ee37";
}
.icon-arrow-right16:before {
  content: "\ee38";
}
.icon-arrow-down16:before {
  content: "\ee39";
}
.icon-arrow-left16:before {
  content: "\ee3a";
}
.icon-menu-open:before {
  content: "\ee3b";
}
.icon-menu-open2:before {
  content: "\ee3c";
}
.icon-menu-close:before {
  content: "\ee3d";
}
.icon-menu-close2:before {
  content: "\ee3e";
}
.icon-enter4:before {
  content: "\ee3f";
}
.icon-enter5:before {
  content: "\ee40";
}
.icon-esc:before {
  content: "\ee41";
}
.icon-enter6:before {
  content: "\ee42";
}
.icon-backspace:before {
  content: "\ee43";
}
.icon-backspace2:before {
  content: "\ee44";
}
.icon-tab:before {
  content: "\ee45";
}
.icon-transmission:before {
  content: "\ee46";
}
.icon-transmission2:before {
  content: "\ee47";
}
.icon-sort:before {
  content: "\ee48";
}
.icon-sort2:before {
  content: "\ee49";
}
.icon-move-up:before {
  content: "\ee4a";
}
.icon-move-down:before {
  content: "\ee4b";
}
.icon-sort-alpha-asc:before {
  content: "\ee4c";
}
.icon-sort-alpha-desc:before {
  content: "\ee4d";
}
.icon-sort-numeric-asc:before {
  content: "\ee4e";
}
.icon-sort-numberic-desc:before {
  content: "\ee4f";
}
.icon-sort-amount-asc:before {
  content: "\ee50";
}
.icon-sort-amount-desc:before {
  content: "\ee51";
}
.icon-sort-time-asc:before {
  content: "\ee52";
}
.icon-sort-time-desc:before {
  content: "\ee53";
}
.icon-battery-6:before {
  content: "\ee54";
}
.icon-battery-5:before {
  content: "\ee55";
}
.icon-battery-4:before {
  content: "\ee56";
}
.icon-battery-3:before {
  content: "\ee57";
}
.icon-battery-2:before {
  content: "\ee58";
}
.icon-battery-1:before {
  content: "\ee59";
}
.icon-battery-0:before {
  content: "\ee5a";
}
.icon-battery-charging:before {
  content: "\ee5b";
}
.icon-key-keyboard:before {
  content: "\ee5c";
}
.icon-key-A:before {
  content: "\ee5d";
}
.icon-key-up:before {
  content: "\ee5e";
}
.icon-key-right:before {
  content: "\ee5f";
}
.icon-key-down:before {
  content: "\ee60";
}
.icon-key-left:before {
  content: "\ee61";
}
.icon-command:before {
  content: "\ee62";
}
.icon-shift:before {
  content: "\ee63";
}
.icon-ctrl:before {
  content: "\ee64";
}
.icon-opt:before {
  content: "\ee65";
}
.icon-checkbox-checked:before {
  content: "\ee66";
}
.icon-checkbox-unchecked:before {
  content: "\ee67";
}
.icon-checkbox-partial:before {
  content: "\ee68";
}
.icon-square:before {
  content: "\ee69";
}
.icon-triangle:before {
  content: "\ee6a";
}
.icon-triangle2:before {
  content: "\ee6b";
}
.icon-diamond3:before {
  content: "\ee6c";
}
.icon-diamond4:before {
  content: "\ee6d";
}
.icon-checkbox-checked2:before {
  content: "\ee6e";
}
.icon-checkbox-unchecked2:before {
  content: "\ee6f";
}
.icon-checkbox-partial2:before {
  content: "\ee70";
}
.icon-radio-checked:before {
  content: "\ee71";
}
.icon-radio-checked2:before {
  content: "\ee72";
}
.icon-radio-unchecked:before {
  content: "\ee73";
}
.icon-toggle-on:before {
  content: "\ee74";
}
.icon-toggle-off:before {
  content: "\ee75";
}
.icon-checkmark-circle:before {
  content: "\ee76";
}
.icon-circle:before {
  content: "\ee77";
}
.icon-circle2:before {
  content: "\ee78";
}
.icon-circles:before {
  content: "\ee79";
}
.icon-circles2:before {
  content: "\ee7a";
}
.icon-crop:before {
  content: "\ee7b";
}
.icon-crop2:before {
  content: "\ee7c";
}
.icon-make-group:before {
  content: "\ee7d";
}
.icon-ungroup:before {
  content: "\ee7e";
}
.icon-vector:before {
  content: "\ee7f";
}
.icon-vector2:before {
  content: "\ee80";
}
.icon-rulers:before {
  content: "\ee81";
}
.icon-ruler:before {
  content: "\ee82";
}
.icon-pencil-ruler:before {
  content: "\ee83";
}
.icon-scissors:before {
  content: "\ee84";
}
.icon-scissors2:before {
  content: "\ee85";
}
.icon-scissors3:before {
  content: "\ee86";
}
.icon-haircut:before {
  content: "\ee87";
}
.icon-comb:before {
  content: "\ee88";
}
.icon-filter:before {
  content: "\ee89";
}
.icon-filter2:before {
  content: "\ee8a";
}
.icon-filter3:before {
  content: "\ee8b";
}
.icon-filter4:before {
  content: "\ee8c";
}
.icon-font:before {
  content: "\ee8d";
}
.icon-ampersand:before {
  content: "\ee8e";
}
.icon-ligature:before {
  content: "\ee8f";
}
.icon-ligature2:before {
  content: "\ee90";
}
.icon-font-size:before {
  content: "\ee91";
}
.icon-typography:before {
  content: "\ee92";
}
.icon-text-height:before {
  content: "\ee93";
}
.icon-text-width:before {
  content: "\ee94";
}
.icon-height2:before {
  content: "\ee95";
}
.icon-width:before {
  content: "\ee96";
}
.icon-bold:before {
  content: "\ee97";
}
.icon-underline:before {
  content: "\ee98";
}
.icon-italic:before {
  content: "\ee99";
}
.icon-strikethrough:before {
  content: "\ee9a";
}
.icon-strikethrough2:before {
  content: "\ee9b";
}
.icon-font-size2:before {
  content: "\ee9c";
}
.icon-bold2:before {
  content: "\ee9d";
}
.icon-underline2:before {
  content: "\ee9e";
}
.icon-italic2:before {
  content: "\ee9f";
}
.icon-strikethrough3:before {
  content: "\eea0";
}
.icon-omega:before {
  content: "\eea1";
}
.icon-sigma:before {
  content: "\eea2";
}
.icon-nbsp:before {
  content: "\eea3";
}
.icon-page-break:before {
  content: "\eea4";
}
.icon-page-break2:before {
  content: "\eea5";
}
.icon-superscript:before {
  content: "\eea6";
}
.icon-subscript:before {
  content: "\eea7";
}
.icon-superscript2:before {
  content: "\eea8";
}
.icon-subscript2:before {
  content: "\eea9";
}
.icon-text-color:before {
  content: "\eeaa";
}
.icon-highlight:before {
  content: "\eeab";
}
.icon-pagebreak:before {
  content: "\eeac";
}
.icon-clear-formatting:before {
  content: "\eead";
}
.icon-table:before {
  content: "\eeae";
}
.icon-table2:before {
  content: "\eeaf";
}
.icon-insert-template:before {
  content: "\eeb0";
}
.icon-pilcrow:before {
  content: "\eeb1";
}
.icon-ltr:before {
  content: "\eeb2";
}
.icon-rtl:before {
  content: "\eeb3";
}
.icon-ltr2:before {
  content: "\eeb4";
}
.icon-rtl2:before {
  content: "\eeb5";
}
.icon-section:before {
  content: "\eeb6";
}
.icon-paragraph-left:before {
  content: "\eeb7";
}
.icon-paragraph-center:before {
  content: "\eeb8";
}
.icon-paragraph-right:before {
  content: "\eeb9";
}
.icon-paragraph-justify:before {
  content: "\eeba";
}
.icon-paragraph-left2:before {
  content: "\eebb";
}
.icon-paragraph-center2:before {
  content: "\eebc";
}
.icon-paragraph-right2:before {
  content: "\eebd";
}
.icon-paragraph-justify2:before {
  content: "\eebe";
}
.icon-indent-increase:before {
  content: "\eebf";
}
.icon-indent-decrease:before {
  content: "\eec0";
}
.icon-paragraph-left3:before {
  content: "\eec1";
}
.icon-paragraph-center3:before {
  content: "\eec2";
}
.icon-paragraph-right3:before {
  content: "\eec3";
}
.icon-paragraph-justify3:before {
  content: "\eec4";
}
.icon-indent-increase2:before {
  content: "\eec5";
}
.icon-indent-decrease2:before {
  content: "\eec6";
}
.icon-share:before {
  content: "\eec7";
}
.icon-share2:before {
  content: "\eec8";
}
.icon-new-tab:before {
  content: "\eec9";
}
.icon-new-tab2:before {
  content: "\eeca";
}
.icon-popout:before {
  content: "\eecb";
}
.icon-embed:before {
  content: "\eecc";
}
.icon-embed2:before {
  content: "\eecd";
}
.icon-markup:before {
  content: "\eece";
}
.icon-regexp:before {
  content: "\eecf";
}
.icon-regexp2:before {
  content: "\eed0";
}
.icon-code:before {
  content: "\eed1";
}
.icon-circle-css:before {
  content: "\eed2";
}
.icon-circle-code:before {
  content: "\eed3";
}
.icon-terminal:before {
  content: "\eed4";
}
.icon-unicode:before {
  content: "\eed5";
}
.icon-seven-segment-0:before {
  content: "\eed6";
}
.icon-seven-segment-1:before {
  content: "\eed7";
}
.icon-seven-segment-2:before {
  content: "\eed8";
}
.icon-seven-segment-3:before {
  content: "\eed9";
}
.icon-seven-segment-4:before {
  content: "\eeda";
}
.icon-seven-segment-5:before {
  content: "\eedb";
}
.icon-seven-segment-6:before {
  content: "\eedc";
}
.icon-seven-segment-7:before {
  content: "\eedd";
}
.icon-seven-segment-8:before {
  content: "\eede";
}
.icon-seven-segment-9:before {
  content: "\eedf";
}
.icon-share3:before {
  content: "\eee0";
}
.icon-share4:before {
  content: "\eee1";
}
.icon-mail:before {
  content: "\eee2";
}
.icon-mail2:before {
  content: "\eee3";
}
.icon-mail3:before {
  content: "\eee4";
}
.icon-mail4:before {
  content: "\eee5";
}
.icon-amazon:before {
  content: "\eee6";
}
.icon-google:before {
  content: "\eee7";
}
.icon-google2:before {
  content: "\eee8";
}
.icon-google3:before {
  content: "\eee9";
}
.icon-google-plus:before {
  content: "\eeea";
}
.icon-google-plus2:before {
  content: "\eeeb";
}
.icon-google-plus3:before {
  content: "\eeec";
}
.icon-hangouts:before {
  content: "\eeed";
}
.icon-google-drive:before {
  content: "\eeee";
}
.icon-facebook:before {
  content: "\eeef";
}
.icon-facebook2:before {
  content: "\eef0";
}
.icon-instagram:before {
  content: "\eef1";
}
.icon-whatsapp:before {
  content: "\eef2";
}
.icon-spotify:before {
  content: "\eef3";
}
.icon-telegram:before {
  content: "\eef4";
}
.icon-twitter:before {
  content: "\eef5";
}
.icon-vine:before {
  content: "\eef6";
}
.icon-vk:before {
  content: "\eef7";
}
.icon-renren:before {
  content: "\eef8";
}
.icon-sina-weibo:before {
  content: "\eef9";
}
.icon-rss:before {
  content: "\eefa";
}
.icon-rss2:before {
  content: "\eefb";
}
.icon-youtube:before {
  content: "\eefc";
}
.icon-youtube2:before {
  content: "\eefd";
}
.icon-twitch:before {
  content: "\eefe";
}
.icon-vimeo:before {
  content: "\eeff";
}
.icon-vimeo2:before {
  content: "\ef00";
}
.icon-lanyrd:before {
  content: "\ef01";
}
.icon-flickr:before {
  content: "\ef02";
}
.icon-flickr2:before {
  content: "\ef03";
}
.icon-flickr3:before {
  content: "\ef04";
}
.icon-flickr4:before {
  content: "\ef05";
}
.icon-dribbble:before {
  content: "\ef06";
}
.icon-behance:before {
  content: "\ef07";
}
.icon-behance2:before {
  content: "\ef08";
}
.icon-deviantart:before {
  content: "\ef09";
}
.icon-500px:before {
  content: "\ef0a";
}
.icon-steam:before {
  content: "\ef0b";
}
.icon-steam2:before {
  content: "\ef0c";
}
.icon-dropbox:before {
  content: "\ef0d";
}
.icon-onedrive:before {
  content: "\ef0e";
}
.icon-github:before {
  content: "\ef0f";
}
.icon-npm:before {
  content: "\ef10";
}
.icon-basecamp:before {
  content: "\ef11";
}
.icon-trello:before {
  content: "\ef12";
}
.icon-wordpress:before {
  content: "\ef13";
}
.icon-joomla:before {
  content: "\ef14";
}
.icon-ello:before {
  content: "\ef15";
}
.icon-blogger:before {
  content: "\ef16";
}
.icon-blogger2:before {
  content: "\ef17";
}
.icon-tumblr:before {
  content: "\ef18";
}
.icon-tumblr2:before {
  content: "\ef19";
}
.icon-yahoo:before {
  content: "\ef1a";
}
.icon-yahoo2:before {
  content: "\ef1b";
}
.icon-tux:before {
  content: "\ef1c";
}
.icon-appleinc:before {
  content: "\ef1d";
}
.icon-finder:before {
  content: "\ef1e";
}
.icon-android:before {
  content: "\ef1f";
}
.icon-windows:before {
  content: "\ef20";
}
.icon-windows8:before {
  content: "\ef21";
}
.icon-soundcloud:before {
  content: "\ef22";
}
.icon-soundcloud2:before {
  content: "\ef23";
}
.icon-skype:before {
  content: "\ef24";
}
.icon-reddit:before {
  content: "\ef25";
}
.icon-hackernews:before {
  content: "\ef26";
}
.icon-wikipedia:before {
  content: "\ef27";
}
.icon-linkedin:before {
  content: "\ef28";
}
.icon-linkedin2:before {
  content: "\ef29";
}
.icon-lastfm:before {
  content: "\ef2a";
}
.icon-lastfm2:before {
  content: "\ef2b";
}
.icon-delicious:before {
  content: "\ef2c";
}
.icon-stumbleupon:before {
  content: "\ef2d";
}
.icon-stumbleupon2:before {
  content: "\ef2e";
}
.icon-stackoverflow:before {
  content: "\ef2f";
}
.icon-pinterest:before {
  content: "\ef30";
}
.icon-pinterest2:before {
  content: "\ef31";
}
.icon-xing:before {
  content: "\ef32";
}
.icon-xing2:before {
  content: "\ef33";
}
.icon-flattr:before {
  content: "\ef34";
}
.icon-foursquare:before {
  content: "\ef35";
}
.icon-yelp:before {
  content: "\ef36";
}
.icon-paypal:before {
  content: "\ef37";
}
.icon-chrome:before {
  content: "\ef38";
}
.icon-firefox:before {
  content: "\ef39";
}
.icon-IE:before {
  content: "\ef3a";
}
.icon-edge:before {
  content: "\ef3b";
}
.icon-safari:before {
  content: "\ef3c";
}
.icon-opera:before {
  content: "\ef3d";
}
.icon-file-pdf:before {
  content: "\ef3e";
}
.icon-file-openoffice:before {
  content: "\ef3f";
}
.icon-file-word:before {
  content: "\ef40";
}
.icon-file-excel:before {
  content: "\ef41";
}
.icon-libreoffice:before {
  content: "\ef42";
}
.icon-html-five:before {
  content: "\ef43";
}
.icon-html-five2:before {
  content: "\ef44";
}
.icon-css3:before {
  content: "\ef45";
}
.icon-git:before {
  content: "\ef46";
}
.icon-codepen:before {
  content: "\ef47";
}
.icon-svg:before {
  content: "\ef48";
}
.icon-IcoMoon:before {
  content: "\ef49";
}
.icon-uni21:before {
  content: "\21";
}
.icon-uni22:before {
  content: "\22";
}
.icon-uni23:before {
  content: "\23";
}
.icon-uni24:before {
  content: "\24";
}
.icon-uni25:before {
  content: "\25";
}
.icon-uni26:before {
  content: "\26";
}
.icon-uni27:before {
  content: "\27";
}
.icon-uni28:before {
  content: "\28";
}
.icon-uni29:before {
  content: "\29";
}
.icon-uni2A:before {
  content: "\2a";
}
.icon-uni2B:before {
  content: "\2b";
}
.icon-uni2C:before {
  content: "\2c";
}
.icon-uni2D:before {
  content: "\2d";
}
.icon-uni2E:before {
  content: "\2e";
}
.icon-uni2F:before {
  content: "\2f";
}
.icon-uni30:before {
  content: "\30";
}
.icon-uni31:before {
  content: "\31";
}
.icon-uni32:before {
  content: "\32";
}
.icon-uni33:before {
  content: "\33";
}
.icon-uni34:before {
  content: "\34";
}
.icon-uni35:before {
  content: "\35";
}
.icon-uni36:before {
  content: "\36";
}
.icon-uni37:before {
  content: "\37";
}
.icon-uni38:before {
  content: "\38";
}
.icon-uni39:before {
  content: "\39";
}
.icon-uni3A:before {
  content: "\3a";
}
.icon-uni3B:before {
  content: "\3b";
}
.icon-uni3C:before {
  content: "\3c";
}
.icon-uni3D:before {
  content: "\3d";
}
.icon-uni3E:before {
  content: "\3e";
}
.icon-uni3F:before {
  content: "\3f";
}
.icon-uni40:before {
  content: "\40";
}
.icon-uni41:before {
  content: "\41";
}
.icon-uni42:before {
  content: "\42";
}
.icon-uni43:before {
  content: "\43";
}
.icon-uni44:before {
  content: "\44";
}
.icon-uni45:before {
  content: "\45";
}
.icon-uni46:before {
  content: "\46";
}
.icon-uni47:before {
  content: "\47";
}
.icon-uni48:before {
  content: "\48";
}
.icon-uni49:before {
  content: "\49";
}
.icon-uni4A:before {
  content: "\4a";
}
.icon-uni4B:before {
  content: "\4b";
}
.icon-uni4C:before {
  content: "\4c";
}
.icon-uni4D:before {
  content: "\4d";
}
.icon-uni4E:before {
  content: "\4e";
}
.icon-uni4F:before {
  content: "\4f";
}
.icon-uni50:before {
  content: "\50";
}
.icon-uni51:before {
  content: "\51";
}
.icon-uni52:before {
  content: "\52";
}
.icon-uni53:before {
  content: "\53";
}
.icon-uni54:before {
  content: "\54";
}
.icon-uni55:before {
  content: "\55";
}
.icon-uni56:before {
  content: "\56";
}
.icon-uni57:before {
  content: "\57";
}
.icon-uni58:before {
  content: "\58";
}
.icon-uni59:before {
  content: "\59";
}
.icon-uni5A:before {
  content: "\5a";
}
.icon-uni5B:before {
  content: "\5b";
}
.icon-uni5C:before {
  content: "\5c";
}
.icon-uni5D:before {
  content: "\5d";
}
.icon-uni5E:before {
  content: "\5e";
}
.icon-uni5F:before {
  content: "\5f";
}
.icon-uni60:before {
  content: "\60";
}
.icon-uni61:before {
  content: "\61";
}
.icon-uni62:before {
  content: "\62";
}
.icon-uni63:before {
  content: "\63";
}
.icon-uni64:before {
  content: "\64";
}
.icon-uni65:before {
  content: "\65";
}
.icon-uni66:before {
  content: "\66";
}
.icon-uni67:before {
  content: "\67";
}
.icon-uni68:before {
  content: "\68";
}
.icon-uni69:before {
  content: "\69";
}
.icon-uni6A:before {
  content: "\6a";
}
.icon-uni6B:before {
  content: "\6b";
}
.icon-uni6C:before {
  content: "\6c";
}
.icon-uni6D:before {
  content: "\6d";
}
.icon-uni6E:before {
  content: "\6e";
}
.icon-uni6F:before {
  content: "\6f";
}
.icon-uni70:before {
  content: "\70";
}
.icon-uni71:before {
  content: "\71";
}
.icon-uni72:before {
  content: "\72";
}
.icon-uni73:before {
  content: "\73";
}
.icon-uni74:before {
  content: "\74";
}
.icon-uni75:before {
  content: "\75";
}
.icon-uni76:before {
  content: "\76";
}
.icon-uni77:before {
  content: "\77";
}
.icon-uni78:before {
  content: "\78";
}
.icon-uni79:before {
  content: "\79";
}
.icon-uni7A:before {
  content: "\7a";
}
.icon-uni7B:before {
  content: "\7b";
}
.icon-uni7C:before {
  content: "\7c";
}
.icon-uni7D:before {
  content: "\7d";
}
.icon-uni7E:before {
  content: "\7e";
}
.icon-uniA9:before {
  content: "\a9";
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.loader-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 3px;
  z-index: 999999999999999;
  display: none;
}
.loader-bar.loader-bar-bottom {
  bottom: 0;
  top: auto;
}
.loader-bar .loader-bar-bar {
  position: absolute;
  background: #146ff8;
  width: 100%;
  height: 3px;
}
.loader-bar .loader-bar-break {
  position: absolute;
  background: #fff;
  width: 50px;
  height: 3px;
}
.loader-bar .loader-bar-break.loader-bar1 {
  -webkit-animation: loader-bar 2s infinite;
  -moz-animation: loader-bar 2s infinite;
  -o-animation: loader-bar 2s infinite;
  animation: loader-bar 2s infinite;
}
.loader-bar .loader-bar-break.loader-bar2 {
  -webkit-animation: loader-bar 2s 0.5s infinite;
  -moz-animation: loader-bar 2s 0.5s infinite;
  -o-animation: loader-bar 2s 0.5s infinite;
  animation: loader-bar 2s 0.5s infinite;
}
.loader-bar .loader-bar-break.loader-bar3 {
  -webkit-animation: loader-bar 4s 1s infinite;
  -moz-animation: loader-bar 4s 1s infinite;
  -o-animation: loader-bar 4s 1s infinite;
  animation: loader-bar 4s 1s infinite;
}
.loader-bar.js-active {
  display: block;
}
.loader-spinner-container {
  text-align: center;
  display: none;
}
.loader-spinner-container.js-active {
  display: block;
}
.loader-spinner-container.js-active .loader-spinner {
  margin: auto;
}
.loader-spinner-container.spinner-inner-background.spinner-inner-background-light .loader-spinner:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.loader-spinner-container.spinner-inner-background .loader-spinner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
}
.loader-spinner-container.spinner-fat .loader-spinner {
  border-width: 5px;
}
.loader-spinner-container.spinner-light .loader-spinner {
  border-top: 3px solid rgba(255, 255, 255, 0.2);
  border-right: 3px solid rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.2);
  border-left: 3px solid #fff;
}
.loader-spinner-container.spinner-center .loader-spinner {
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.loader-spinner-container.spinner-medium .loader-spinner {
  width: 50px;
  height: 50px;
}
.loader-spinner-container.spinner-big .loader-spinner {
  width: 80px;
  height: 80px;
}
.loader-spinner-container.spinner-huge .loader-spinner {
  width: 120px;
  height: 120px;
}
.loader-spinner-container.spinner-fast .loader-spinner {
  -webkit-animation: loader-spinner 0.4s infinite linear;
  -moz-animation: loader-spinner 0.4s infinite linear;
  -o-animation: loader-spinner 0.4s infinite linear;
  animation: loader-spinner 0.4s infinite linear;
}
.loader-spinner-container .loader-spinner {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-top: 3px solid rgba(0, 0, 0, 0.2);
  border-right: 3px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-left: 3px solid #146ff8;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader-spinner 0.7s infinite linear;
  -moz-animation: loader-spinner 0.7s infinite linear;
  -o-animation: loader-spinner 0.7s infinite linear;
  animation: loader-spinner 0.7s infinite linear;
}
.loader-spinner-container .loader-spinner,
.loader-spinner-container .loader-spinner:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.spinner-icon {
  position: fixed;
  display: block;
  z-index: 99999999999999;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999999;
}
.blocker.blocker-style-light {
  background-color: rgba(255, 255, 255, 0.8);
}
.blocker.blocker-style-light.blocker-opacity-light {
  background-color: rgba(255, 255, 255, 0.5);
}
.blocker.blocker-opacity-light {
  background-color: rgba(0, 0, 0, 0.5);
}
@-webkit-keyframes loader-bar {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-moz-keyframes loader-bar {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-ms-keyframes loader-bar {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-o-keyframes loader-bar {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@keyframes loader-bar {
  from {
    left: 0;
  }
  to {
    left: 100%;
  }
}
@-webkit-keyframes loader-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loader-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loader-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes loader-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.direction-rtl form button[type="submit"] {
  font-family: Open Sans Hebrew, Arial;
}
.direction-rtl input,
.direction-rtl textarea,
.direction-rtl select {
  font-family: Open Sans Hebrew, Arial;
}
.direction-rtl *::-webkit-input-placeholder {
  font-family: Open Sans Hebrew, Arial;
}
.direction-rtl *:-moz-placeholder {
  font-family: Open Sans Hebrew, Arial;
}
.direction-rtl *::-moz-placeholder {
  font-family: Open Sans Hebrew, Arial;
}
.direction-rtl *:-ms-input-placeholder {
  font-family: Open Sans Hebrew, Arial;
}
form .form-field {
  position: relative;
  margin-bottom: 15px;
}
form .form-field label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #2d2f42;
}
form .form-field label .required {
  color: #e14e32;
}
form .form-field label .required:before {
  content: ' ';
}
form .form-field input {
  height: 45px;
}
form .form-field.field-error input,
form .form-field.field-error textarea {
  border-color: #e14e32;
}
form .form-field.field-error .field-error-message {
  font-size: 13px;
  font-weight: 600;
  display: block;
  color: #e14e32;
  margin-top: 10px;
}
form .form-header {
  margin-bottom: 30px;
}
form .form-header p {
  margin: 0;
}
form .form-header p strong {
  font-size: 20px;
  font-weight: 600;
  color: #501272;
}
form button[type="submit"] {
  position: relative;
  margin-top: 10px;
  font-family: Open Sans, Arial;
}
form button[type="submit"]:disabled {
  color: transparent !important;
  pointer-events: none;
}
form button[type="submit"]:disabled .loader-spinner-container {
  display: inline-block;
}
form button[type="submit"]:disabled .loader-spinner-container .loader-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
form .form-general-message {
  display: block;
  margin-top: 20px;
  font-weight: 600;
  font-size: 14px;
  color: #501272;
}
form .form-general-message.error {
  color: #e14e32;
}
form .form-general-message.success {
  color: #146ff8;
}
input,
textarea,
select {
  display: block;
  border: solid 2px #eee;
  width: 100%;
  height: 40px;
  font-family: Open Sans, Arial;
  border-radius: 5px;
  background-color: #fff;
  font-size: 13px;
  padding: 0 20px;
  color: #501272;
}
input[type="file"],
textarea[type="file"],
select[type="file"] {
  border: none 0;
  background-color: transparent;
  padding: 0;
  height: auto;
  margin-top: 10px;
}
input:focus,
textarea:focus,
select:focus {
  border-color: #146ff8;
}
textarea {
  height: 100px;
  resize: vertical;
  padding: 15px 20px;
}
.ekerbase-form-success-container p {
  font-size: 17px;
  color: #501272;
  margin: 0;
}
.popup {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.popup.js-ready {
  display: block;
}
.popup.js-active {
  visibility: visible;
  opacity: 1;
}
.popup.popup-background-light {
  background-color: rgba(255, 255, 255, 0.8);
}
.popup.popup-background-light .content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.popup.popup-550 .content {
  width: 100%;
  max-width: 550px;
}
.popup.popup-800 .content {
  width: 100%;
  max-width: 800px;
}
.popup.popup-close-bg.popup-close-bg-light .content .close {
  color: #501272 !important;
  background-color: #fff !important;
}
.popup.popup-close-bg .content .close {
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 2;
  background-color: #333 !important;
  color: #fff !important;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.popup.popup-close-bg .content .close:hover {
  opacity: 0.8;
}
.popup.popup-close-bg .content .close:active {
  opacity: 1;
}
.popup .wide-close {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup .content {
  position: absolute;
  background-color: #fff;
  width: 100%;
  max-width: 1124px;
  padding: 60px;
  max-height: 90%;
  overflow-y: auto;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.popup .content .close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 22px;
  line-height: 1;
  color: #878baa;
  cursor: pointer;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 99;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.popup .content .close:hover {
  color: #2d2f42;
}
@media screen and (max-width: 979px) {
  .popup .content {
    width: 90% !important;
  }
}
@media screen and (max-width: 500px) {
  .popup .content {
    padding: 40px 30px;
  }
}
.slidebox {
  position: fixed;
  width: 320px;
  padding: 35px;
  bottom: 40px;
  right: -330px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.slidebox.js-active {
  right: 40px;
}
@media screen and (max-width: 500px) {
  .slidebox.js-active {
    right: 0;
    bottom: 0;
  }
}
.slidebox .close {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}
.slidebox .close:before {
  font-size: 18px;
  color: #878baa;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.slidebox .close:hover:before {
  color: #2d2f42;
}
.slidebox .image {
  position: relative;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slidebox .image .badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e14e32;
  padding: 2px 13px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.slidebox .site-button {
  padding: 20px 0;
}
.slidebox .site-button:hover i {
  margin-left: 8px;
}
.slidebox .site-button i {
  margin-left: 3px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.slidebox .article-name {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #2d2f42;
  margin: 20px 0;
}
@media screen and (max-width: 500px) {
  .slidebox {
    width: 100%;
    right: 0;
    bottom: -110%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
pre {
  color: red;
}
.site-button {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  background-color: #146ff8;
  padding: 27px 30px;
  border-radius: 5px;
  line-height: 0;
  cursor: pointer;
  text-align: center;
  border: none 0;
  -webkit-transition: background 0.15s ease;
  -moz-transition: background 0.15s ease;
  -o-transition: background 0.15s ease;
  transition: background 0.15s ease;
}
.site-button:hover {
  text-decoration: none !important;
  background-color: #468df9;
}
.site-button:active {
  text-decoration: none;
  background-color: #146ff8;
}
.site-button.site-button-full {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.site-button.site-button-right-icon.site-button-animate:hover i {
  margin-left: 10px;
}
.site-button.site-button-right-icon i {
  margin-left: 5px;
}
.site-button.site-button-left-icon.site-button-animate:hover i {
  margin-right: 10px;
}
.site-button.site-button-left-icon i {
  margin-right: 5px;
}
.site-button i,
.site-button .align-middle,
.site-button span.text {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  text-decoration: none !important;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.site-button i.icon-bigger,
.site-button .align-middle.icon-bigger,
.site-button span.text.icon-bigger {
  font-size: 20px;
}
.text-link-cta {
  font-size: 14px;
  font-weight: 600;
  line-height: 0;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
}
.text-link-cta:hover {
  text-decoration: none;
  color: #468df9;
}
.text-link-cta:active {
  color: #146ff8;
}
.text-link-cta.animate-icon-left {
  color: #146ff8;
}
.text-link-cta.animate-icon-left:hover i {
  margin-right: 10px;
}
.text-link-cta i {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px);
  transform: translateY(-1px);
}
a {
  color: #146ff8;
}
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.tabs-menu.tabs-menu-minimal li,
.tabs-menu.tabs-menu-minimal .tab-trigger {
  padding: 0;
  margin: 0;
  margin-left: 20px;
  padding-bottom: 5px;
  color: #8f97a7;
  border-bottom: solid 2px transparent;
  background-color: transparent !important;
}
.tabs-menu.tabs-menu-minimal li:last-child,
.tabs-menu.tabs-menu-minimal .tab-trigger:last-child {
  margin-left: 0;
}
.tabs-menu.tabs-menu-minimal li:hover,
.tabs-menu.tabs-menu-minimal .tab-trigger:hover,
.tabs-menu.tabs-menu-minimal li.js-active,
.tabs-menu.tabs-menu-minimal .tab-trigger.js-active {
  color: #146ff8;
}
.tabs-menu.tabs-menu-minimal li.js-active,
.tabs-menu.tabs-menu-minimal .tab-trigger.js-active {
  border-color: #146ff8;
}
.tabs-menu li,
.tabs-menu .tab-trigger {
  display: inline-block;
  padding: 10px 30px;
  background-color: #F8FAFB;
  color: #8f97a7;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.tabs-menu li i,
.tabs-menu .tab-trigger i {
  margin-left: 3px;
}
.tabs-menu li:hover,
.tabs-menu .tab-trigger:hover {
  color: #501272;
}
.tabs-menu li.js-active,
.tabs-menu .tab-trigger.js-active {
  color: #146ff8;
  background-color: #fff;
}
.tab,
[data-tab] {
  display: none;
}
.tab.js-active,
[data-tab].js-active {
  display: block;
}
.favorites {
  position: relative;
}
.favorites.favorites-empty .title {
  display: block;
  text-align: center;
}
.favorites .title {
  display: inline-block;
  line-height: 1;
  font-size: 22px;
  font-weight: 600;
  color: #501272;
}
.favorites .items-sum {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #146ff8;
  font-weight: 600;
}
.favorites .favorite-items .tabs-menu {
  margin-top: 10px;
}
.favorites .favorite-items .favorites-list {
  margin-top: 20px;
}
.favorites .favorite-items .favorites-list .favorite-item {
  white-space: nowrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #eee;
}
.favorites .favorite-items .favorites-list .favorite-item:last-child {
  margin: 0;
  padding: 0;
  border: none 0;
}
.favorites .favorite-items .favorites-list .favorite-item .favorite-item-info {
  width: 75%;
  padding-left: 10%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.favorites .favorite-items .favorites-list .favorite-item .favorite-item-info .favorite-item-name {
  font-size: 15px;
  color: #501272;
  line-height: 1.4;
  display: block;
}
.favorites .favorite-items .favorites-list .favorite-item .favorite-item-info .favorite-item-name:hover {
  color: #146ff8;
  text-decoration: none;
}
.favorites .favorite-items .favorites-list .favorite-item .favorite-item-info .favorite-item-category {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  color: #8f97a7;
}
.favorites .favorite-items .favorites-list .favorite-item .favorite-item-info .favorite-item-category:hover {
  color: #146ff8;
  text-decoration: none;
}
.favorites .favorite-items .favorites-list .favorite-item .favorite-item-actions {
  width: 25%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.favorites .favorite-items .favorites-list .favorite-item .favorite-item-actions .remove-favorite {
  display: inline-block;
  color: #e14e32;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.favorites .favorite-items .favorites-list .favorite-item .favorite-item-actions .remove-favorite:hover {
  opacity: 0.7;
}
.favorites .favorite-items .favorites-list .favorite-item .favorite-item-actions .remove-favorite i {
  margin-top: -1px;
  font-weight: normal;
}
pre {
  color: red;
}
.breadcrumbs {
  white-space: nowrap;
  line-height: 1;
  overflow: hidden;
}
.breadcrumbs .breadcrumbs-title {
  font-size: 16px;
  color: #146ff8;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.breadcrumbs ul {
  displaY: inline-block;
  vertical-align: middle;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li:last-child a:after {
  display: none;
}
.breadcrumbs ul li a {
  font-size: 14px;
  color: #501272;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}
.breadcrumbs ul li a:after {
  display: inline-block;
  vertical-align: middle;
  font-family: icomoon;
  margin: 0 10px;
  font-size: 11px;
  content: "\edc6";
}
@media screen and (max-width: 1600px) {
  .breadcrumbs ul li a:after {
    margin: 0 7px;
  }
}
.lightbox-trigger-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.lightbox-trigger-container .lightbox-trigger {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 1;
  line-height: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.lightbox-trigger-container .lightbox-trigger:after {
  position: absolute;
  font-family: icomoon;
  font-size: 22px;
  color: #146ff8;
  content: "\eb48";
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.lightbox-trigger-container .lightbox-trigger:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.lightbox .close {
  position: absolute;
  top: 35px;
  left: 35px;
  color: #fff;
  font-size: 25px;
  display: inline-block;
  line-height: 1;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.lightbox .close:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.lightbox .wide-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lightbox.js-active {
  opacity: 1;
  visibility: visible;
}
.lightbox img {
  position: absolute;
  max-width: 90% !important;
  max-height: 90% !important;
  z-index: 5;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
body.direction-rtl .readbar .percentage .percentage-line {
  left: auto;
  right: 0;
}
.readbar {
  position: fixed;
  width: 100%;
  padding: 13px 0;
  bottom: -105%;
  left: 0;
  z-index: 99;
  background-color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.readbar.js-active {
  bottom: 0;
}
.readbar.readbar-dark {
  background-color: #333;
}
.readbar.readbar-dark .item-data .item-name {
  color: #fff;
}
.readbar.readbar-dark .controls a {
  color: #fff;
}
.readbar.readbar-position-top {
  top: -105%;
  bottom: auto;
  border-top: none 0;
}
.readbar.readbar-position-top.js-active {
  top: 0;
}
.readbar.readbar-position-top .percentage {
  top: auto;
  bottom: 0;
}
.readbar .percentage {
  position: absolute;
  top: -4px;
  height: 4px;
  width: 100%;
  background-color: #eee;
}
.readbar .percentage .percentage-line {
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #146ff8;
  left: 0;
  top: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.readbar .item-data {
  color: #fff;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
}
.readbar .item-data .title {
  color: #146ff8;
  font-size: 15px;
  margin-left: 10px;
}
.readbar .item-data .item-name {
  color: #501272;
  font-size: 15px;
  font-weight: 600;
}
.readbar .controls {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.readbar .controls a {
  color: #501272;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none !important;
}
.readbar .controls a.previous {
  margin-left: 20px;
}
.readbar .controls a.previous:hover i {
  margin-left: 10px;
}
.readbar .controls a.previous i {
  margin-left: 5px;
}
.readbar .controls a.next:hover i {
  margin-right: 10px;
}
.readbar .controls a.next i {
  margin-right: 5px;
}
.readbar .controls a:hover i,
.readbar .controls a:hover span {
  color: #146ff8;
}
.readbar .controls a i {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.readbar .controls a span {
  color: #8f97a7;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  .readbar {
    display: none;
  }
}
.feed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  display: none;
  opacity: 0;
  z-index: 9991;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feed.js-ready {
  display: block;
}
.feed.js-active {
  visibility: visible;
  opacity: 1;
}
.feed.js-active .feed-inner {
  right: 0;
}
.feed .load-more-feed-items {
  margin-top: 30px;
}
.feed .feed-inner {
  position: absolute;
  right: -700px;
  width: 650px;
  height: 100%;
  background-color: #F8FAFB;
  z-index: 3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.feed .feed-inner .loader-spinner-container {
  margin-top: 100px;
}
.feed .feed-inner .close {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 5;
  cursor: pointer;
  color: #fff;
  font-size: 23px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.feed .feed-inner .close:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.feed .feed-inner .close:active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 500px) {
  .feed .feed-inner .close {
    left: 10px;
    top: 10px;
  }
}
.feed .feed-inner .feed-header {
  position: relative;
  text-align: center;
  line-height: 1;
  height: 80px;
  background-color: #146ff8;
}
.feed .feed-inner .feed-header .feed-header-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .feed .feed-inner .feed-header .feed-header-inner .divider {
    margin: 0 5px;
  }
}
.feed .feed-inner .feed-header .feed-header-inner i,
.feed .feed-inner .feed-header .feed-header-inner span {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.feed .feed-inner .feed-header .feed-header-inner i {
  margin-left: 5px;
  font-size: 22px;
}
@media screen and (max-width: 500px) {
  .feed .feed-inner .feed-header .feed-header-inner i {
    font-size: 20px;
  }
}
.feed .feed-inner .feed-header .feed-header-inner .feed-name {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .feed .feed-inner .feed-header .feed-header-inner .feed-name {
    font-size: 18px;
  }
}
.feed .feed-inner .feed-header .feed-header-inner .feed-description {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .feed .feed-inner .feed-header .feed-header-inner .feed-description {
    font-size: 14px;
  }
}
.feed .feed-inner .feed-content {
  overflow-y: auto;
  height: 100%;
  height: calc(100% - 80px);
  padding: 50px;
}
.feed .feed-inner .feed-content .feed-signup {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #501272;
  cursor: pointer;
  margin-bottom: 30px;
  margin-top: -20px;
  padding-right: 30px;
}
.feed .feed-inner .feed-content .feed-signup:hover span {
  text-decoration: underline;
}
.feed .feed-inner .feed-content .feed-signup i {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 7px;
  color: #e14e32;
}
@media screen and (max-width: 500px) {
  .feed .feed-inner .feed-content .feed-signup {
    font-size: 14px;
  }
}
.feed .feed-inner .feed-content .feed-item .comment-item {
  position: relative;
  width: 90%;
  width: calc(100% - 60px);
  border: solid 2px #eee;
  padding: 20px;
  padding-right: 180px;
  padding-left: 70px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.feed .feed-inner .feed-content .feed-item .comment-item:hover {
  background-color: #F8FAFB;
  border-color: #146ff8;
}
.feed .feed-inner .feed-content .feed-item .comment-item:hover:after {
  color: #146ff8;
}
.feed .feed-inner .feed-content .feed-item .comment-item:after {
  position: absolute;
  left: 20px;
  font-size: 25px;
  color: #8f97a7;
  font-family: icomoon;
  content: "\edc6";
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 700px) {
  .feed .feed-inner .feed-content .feed-item .comment-item:after {
    display: none;
  }
}
.feed .feed-inner .feed-content .feed-item .comment-item .comment-item-text .comment-item-name {
  font-size: 15px;
  line-height: 1.5;
  color: #501272;
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 700px) {
  .feed .feed-inner .feed-content .feed-item .comment-item .comment-item-text .comment-item-name {
    margin-top: 15px;
  }
}
.feed .feed-inner .feed-content .feed-item .comment-item .comment-item-image {
  position: absolute;
  width: 150px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #F8FAFB;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 700px) {
  .feed .feed-inner .feed-content .feed-item .comment-item .comment-item-image {
    position: static;
    width: 100%;
    height: 250px;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 500px) {
  .feed .feed-inner .feed-content .feed-item .comment-item .comment-item-image {
    height: 170px;
  }
}
.feed .feed-inner .feed-content .feed-item .comment-item .comment-item-meta ul li {
  font-size: 14px;
  color: #501272;
}
.feed .feed-inner .feed-content .feed-item .comment-item .comment-item-meta ul li:after {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin: 0 7px;
  border-radius: 50%;
  background-color: #eee;
  content: '';
}
.feed .feed-inner .feed-content .feed-item .comment-item .comment-item-meta ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 700px) {
  .feed .feed-inner .feed-content .feed-item .comment-item {
    padding: 0;
    border: none 0;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .feed .feed-inner .feed-content {
    padding: 50px 20px;
  }
}
@media screen and (max-width: 700px) {
  .feed .feed-inner {
    width: 100%;
    right: -110%;
  }
}
.feed .feed-closer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.social-share-widget {
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 1;
  padding-bottom: 25px;
}
.social-share-widget.no-shares-count {
  padding-bottom: 0;
}
.social-share-widget.no-shares-count .social-share-trigger .platform-share-inner .shares-count {
  display: none !important;
}
.social-share-widget .social-share-trigger {
  position: relative;
  display: inline-block;
  width: 25%;
  height: 50px;
  text-align: center;
  background: #333;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.social-share-widget .social-share-trigger.facebook-share {
  background-color: #3B5998;
}
.social-share-widget .social-share-trigger.twitter-share {
  background-color: #54ABEE;
}
.social-share-widget .social-share-trigger.whatsapp-share {
  display: none !important;
  background-color: #29D266;
}
@media screen and (max-width: 979px) {
  .social-share-widget .social-share-trigger.whatsapp-share {
    display: inline-block !important;
  }
}
.social-share-widget .social-share-trigger.googleplus-share {
  background-color: #F4511E;
}
.social-share-widget .social-share-trigger.linkedin-share {
  background-color: #0077B5;
}
.social-share-widget .social-share-trigger:hover {
  opacity: 0.8;
}
.social-share-widget .social-share-trigger:active {
  opacity: 1;
}
.social-share-widget .social-share-trigger .platform-share-inner .platform-name {
  position: absolute;
  width: 100%;
  font-size: 13px;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 700px) {
  .social-share-widget .social-share-trigger .platform-share-inner .platform-name span {
    display: none;
  }
}
.social-share-widget .social-share-trigger .platform-share-inner .platform-name i {
  margin-left: 5px;
  font-size: 15px;
}
.social-share-widget .social-share-trigger .platform-share-inner .shares-count {
  color: #501272;
  font-size: 13px;
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
}
@media screen and (max-width: 700px) {
  .social-share-widget .social-share-trigger .platform-share-inner .shares-count .shares-count-text {
    display: none;
  }
}
.social-share-widget.social-share-widget-floating {
  display: block;
  padding-bottom: 0;
  position: fixed;
  left: 0;
  z-index: 99;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.social-share-widget.social-share-widget-floating .social-share-trigger {
  display: block;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.social-share-widget.social-share-widget-floating .social-share-trigger:last-child {
  margin-bottom: 0;
}
.social-share-widget.social-share-widget-floating .social-share-trigger .platform-share-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.social-share-widget.social-share-widget-floating .social-share-trigger .platform-share-inner .platform-name {
  position: static;
  top: auto;
  left: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.social-share-widget.social-share-widget-floating .social-share-trigger .platform-share-inner .platform-name i {
  margin: 0;
}
.social-share-widget.social-share-widget-floating .social-share-trigger .platform-share-inner .platform-name span {
  display: none;
}
.social-share-widget.social-share-widget-floating .social-share-trigger .platform-share-inner .shares-count {
  position: static;
  color: #fff;
  top: auto;
  left: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.social-share-widget.social-share-widget-floating .social-share-trigger .platform-share-inner .shares-count .shares-count-number {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  margin-top: 7px;
}
.social-share-widget.social-share-widget-floating .social-share-trigger .platform-share-inner .shares-count .shares-count-number.no-shares {
  display: none;
}
.social-share-widget.social-share-widget-floating .social-share-trigger .platform-share-inner .shares-count .shares-count-text {
  display: none;
}
@media screen and (max-width: 700px) {
  .social-share-widget.social-share-widget-floating .social-share-trigger {
    width: 100%;
    margin-bottom: 0;
    white-space: normal;
    display: inline-block;
  }
}
@media screen and (max-width: 700px) {
  .social-share-widget.social-share-widget-floating {
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}
.facebook-page-plugin {
  width: 100% !important;
  overflow: hidden;
}
.facebook-page-plugin.fb-page {
  width: 100% !important;
}
.facebook-page-plugin.fb-page blockquote {
  display: block;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 20px;
}
.facebook-page-plugin.fb-page span {
  width: 100% !important;
}
.facebook-page-plugin.fb-page span iframe {
  width: 100% !important;
  border: none 0;
}
.search {
  position: relative;
  width: 300px;
  z-index: 3;
}
.search form {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.search form input {
  height: 45px;
}
.search form .search-icon {
  position: absolute;
  left: 20px;
  font-size: 15px;
  color: #8f97a7;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search.js-focused form {
  width: 600px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.search.js-focused form input,
.search.js-focused form .search-results {
  border-color: #146ff8;
}
.search.js-focused form .search-icon {
  color: #146ff8;
}
.search.js-focused .search-results {
  width: 100%;
  display: block;
}
.search .search-results {
  position: absolute;
  top: 100%;
  margin-top: -3px;
  right: 0;
  width: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 450px;
  border: solid 2px #eee;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  display: none;
}
.search .search-results .search-results-title {
  display: block;
  padding: 15px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #501272;
  background-color: #F8FAFB;
}
.search .search-results .search-results-title .search-results-title-search-query {
  color: #146ff8;
}
.search .search-results .search-results-list {
  padding: 20px 30px;
}
.search .search-results .search-results-list .search-result {
  position: relative;
  line-height: 1;
  margin-bottom: 10px;
  padding: 10px 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.search .search-results .search-results-list .search-result:hover {
  background-color: #F8FAFB;
  padding: 10px 20px;
}
.search .search-results .search-results-list .search-result:hover .search-result-name {
  color: #146ff8;
}
.search .search-results .search-results-list .search-result:last-child {
  margin-bottom: 0;
}
.search .search-results .search-results-list .search-result .search-result-name {
  display: inline-block;
  font-size: 14px;
  color: #501272;
  font-weight: 600;
  line-height: 1.5;
  width: 350px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.search .search-results .search-results-list .search-result .search-result-category {
  float: left;
  margin-top: 5px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #8f97a7;
}
.poll.big-poll {
  background-color: #fff;
  border: solid 2px #eee;
  border-radius: 5px;
  overflow: hidden;
  margin: 50px 0;
}
.poll.big-poll .poll-image img {
  display: block;
}
.poll.big-poll .advpoll-question {
  position: relative;
  background-color: #146ff8;
  color: #fff;
  margin: 0;
  padding: 20px;
  padding-right: 55px;
  line-height: 1;
  border-bottom: solid 1px #fff;
  z-index: 3;
}
.poll.big-poll .advpoll-question:before {
  color: #fff;
  right: 20px;
  margin-top: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.poll.big-poll .advpoll-answer-wrapper {
  padding: 0;
  margin: 0;
  counter-reset: ol-counter;
}
.poll.big-poll .advpoll-answer-wrapper .advpoll-answer {
  position: relative;
  margin-bottom: 0;
}
.poll.big-poll .advpoll-answer-wrapper .advpoll-answer:hover label {
  background-color: #146ff8;
  color: #fff;
}
.poll.big-poll .advpoll-answer-wrapper .advpoll-answer:hover label:after {
  border-color: #fff;
  background-color: #fff;
  color: #146ff8;
}
.poll.big-poll .advpoll-answer-wrapper .advpoll-answer:last-child label {
  border-bottom: none 0;
}
.poll.big-poll .advpoll-answer-wrapper .advpoll-answer label {
  border-left: none 0;
  border-right: none 0;
  background-color: #fff;
  padding-right: 70px;
}
.poll.big-poll .advpoll-answer-wrapper .advpoll-answer label:after {
  counter-increment: ol-counter;
  content: counter(ol-counter);
  position: absolute;
  z-index: 5;
  right: 20px;
  font-size: 17px;
  font-weight: bold;
  color: #501272;
  width: 25px;
  height: 25px;
  margin-top: -1px;
  border: solid 2px #501272;
  text-align: center;
  border-radius: 50%;
  line-height: 1.5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.poll.big-poll .advpoll-graph-wrapper {
  padding: 20px 30px;
  margin: 0;
}
.poll.big-poll .advpoll-graph-wrapper .advpoll-graph-line-wrapper {
  padding: 0;
  margin: 0;
}
.poll.big-poll .advpoll-graph-wrapper .advpoll-graph-line {
  list-style: none;
}
.poll.big-poll .advpoll-graph-wrapper .advpoll-graph-line .advpoll-answer-title {
  font-size: 15px;
}
.poll.big-poll .advpoll-button-wrapper {
  text-align: center;
}
.poll.big-poll .advpoll-button-wrapper .advpoll-total-vote {
  margin-top: 0;
  margin-bottom: 20px;
}
.poll .advpoll-question {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #501272;
  padding-right: 35px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.poll .advpoll-question:before {
  position: absolute;
  top: 0;
  right: 0;
  color: #146ff8;
  font-size: 22px;
  line-height: 1.2;
  font-weight: normal;
  font-family: icomoon;
  content: "\ed56";
}
@media screen and (max-width: 1600px) {
  .poll .advpoll-question {
    font-size: 16px;
  }
}
.poll .advpoll-answer-wrapper li {
  display: block;
  width: 100%;
  margin-top: -2px;
}
.poll .advpoll-answer-wrapper li label {
  display: block;
  position: relative;
  padding: 15px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
  background-color: #F8FAFB;
  border: solid 2px #eee;
  cursor: pointer;
  padding-left: 50px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.poll .advpoll-answer-wrapper li label:before {
  position: absolute;
  left: 10px;
  font-family: icomoon;
  content: "\edc6";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.poll .advpoll-answer-wrapper li label:hover {
  border-color: #146ff8;
  z-index: 2;
}
.poll .advpoll-answer-wrapper li input {
  display: none;
}
.poll .advpoll-answer-wrapper li input:checked + label {
  color: #fff;
  border-color: #146ff8;
  background-color: #146ff8;
}
.poll .advpoll-button-wrapper .text-voted,
.poll .advpoll-button-wrapper .advpoll-button-vote {
  display: none;
}
.poll .advpoll-graph-line {
  margin-bottom: 25px;
  position: relative;
}
.poll .advpoll-graph-line:last-child {
  margin-bottom: 0;
}
.poll .advpoll-graph-line .advpoll-answer-votes {
  font-size: 12px;
  font-weight: 600;
  color: #146ff8;
}
.poll .advpoll-graph-line .advpoll-answer-title {
  font-size: 14px;
  font-weight: 600;
  color: #501272;
  margin-bottom: 5px;
}
.poll .advpoll-graph-line .advpoll-answer-line-wrapper {
  width: 100%;
}
.poll .advpoll-graph-line .advpoll-answer-line-wrapper .advpoll-answer-line-percent {
  position: absolute;
  width: auto !important;
  left: 0;
  top: 0;
  font-size: 12px;
  color: #8f97a7;
}
.poll .advpoll-graph-line .advpoll-answer-line-wrapper .advpoll-answer-line-background {
  position: relative;
  padding: 7px;
  border-radius: 10px;
  background-color: #eee;
  overflow: hidden;
}
.poll .advpoll-graph-line .advpoll-answer-line-wrapper .advpoll-answer-line-background .advpoll-answer-line {
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #146ff8;
}
.poll .advpoll-total-vote {
  display: block;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #501272;
}
.comments .title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #501272;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.comments .title i {
  margin-left: 5px;
  color: #146ff8;
}
@media screen and (max-width: 500px) {
  .comments .title i {
    display: block;
    margin-bottom: 15px;
    font-size: 23px;
  }
}
@media screen and (max-width: 500px) {
  .comments .title {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.comments .comments-form {
  position: relative;
}
.comments .comments-form .comment-field-name {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
.comments .comments-form .comment-field-name .user-profile-picture,
.comments .comments-form .comment-field-name .user-profile-name {
  margin-top: 10px;
  cursor: default;
  opacity: 1 !important;
}
.comments .comments-form .comment-field-name input {
  height: 55px;
}
@media screen and (max-width: 700px) {
  .comments .comments-form .comment-field-name {
    width: 100%;
  }
}
.comments .comments-form .comment-field-comment i {
  display: none;
}
.comments .comments-form button {
  width: 30%;
  margin-top: 0;
  float: left;
}
@media screen and (max-width: 700px) {
  .comments .comments-form button {
    float: none;
    margin-top: 20px;
    width: 100%;
  }
}
.comments .comments-list ul {
  margin-top: 70px;
}
@media screen and (max-width: 500px) {
  .comments .comments-list ul {
    margin-top: 40px;
  }
}
.popup-comment-authentication {
  text-align: center;
}
.popup-comment-authentication .comment-authentication-title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.popup-comment-authentication .social-login-buttons {
  display: block;
}
.popup-comment-authentication .social-login-buttons .social-login {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.popup-comment-authentication .social-login-buttons .social-login:last-child {
  margin-bottom: 0;
}
.popup-comment-authentication .comment-anonymously {
  display: block;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: #8f97a7;
  margin-top: 20px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.popup-comment-authentication .comment-anonymously:hover {
  color: #501272;
}
.comment {
  position: relative;
  padding-top: 30px;
  border-radius: 5px;
  border: solid 2px #eee;
  background-color: #fff;
  margin-top: 20px;
}
.comment:first-child {
  margin-top: 0;
}
.comment .comment-header,
.comment .comment-content {
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 500px) {
  .comment .comment-header,
  .comment .comment-content {
    padding: 0 20px;
  }
}
.comment .comment-header .comment-commenter {
  display: inline-block;
  position: relative;
}
.comment .comment-header .comment-commenter .user-profile-name {
  font-size: 16px;
}
@media screen and (max-width: 500px) {
  .comment .comment-header .comment-commenter .user-profile-name {
    font-size: 14px;
    white-space: normal;
  }
}
.comment .comment-header .comment-commenter .ribbon {
  margin-right: 10px;
}
@media screen and (max-width: 500px) {
  .comment .comment-header .comment-commenter .ribbon span {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .comment .comment-header .comment-commenter .ribbon {
    padding: 3px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 500px) {
  .comment .comment-header .comment-commenter {
    max-width: 60%;
    white-space: nowrap;
    line-height: 1.3;
  }
}
.comment .comment-header .comment-date {
  position: absolute;
  font-size: 13px;
  left: 30px;
  top: 12px;
  line-height: 1;
  color: #515151;
}
@media screen and (max-width: 500px) {
  .comment .comment-header .comment-date .time-ago-text {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .comment .comment-header .comment-date {
    font-size: 12px;
    left: 20px;
  }
}
.comment .comment-content {
  padding-top: 20px;
  padding-bottom: 30px;
}
.comment .comment-content p {
  margin: 0;
  font-size: 16px;
  color: #515151;
  word-wrap: break-word;
}
@media screen and (max-width: 500px) {
  .comment .comment-content p {
    font-size: 14px;
  }
}
.comment .comment-replies {
  padding: 0 30px;
  padding-bottom: 30px;
}
.comment .comment-replies .comment {
  border: none 0;
  background-color: #F8FAFB;
}
.comment .comment-replies .comment:first-child {
  margin-top: 0;
}
.comment .comment-replies .comment:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #146ff8;
  content: '';
}
@media screen and (max-width: 500px) {
  .comment .comment-replies {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.comment .comment-reply-form .comments-form.js-active .form-field,
.comment .comment-reply-form .comments-form.js-active button {
  display: block;
}
.comment .comment-reply-form .comments-form.js-active .form-field.comment-field-comment textarea,
.comment .comment-reply-form .comments-form.js-active button.comment-field-comment textarea {
  border-bottom: solid 2px #eee;
}
.comment .comment-reply-form .comments-form.js-active .form-field.comment-field-name,
.comment .comment-reply-form .comments-form.js-active button.comment-field-name {
  width: 100%;
  text-align: center;
}
.comment .comment-reply-form .comments-form.js-active .form-field.comment-field-name .user-profile-picture,
.comment .comment-reply-form .comments-form.js-active button.comment-field-name .user-profile-picture,
.comment .comment-reply-form .comments-form.js-active .form-field.comment-field-name .user-profile-name,
.comment .comment-reply-form .comments-form.js-active button.comment-field-name .user-profile-name {
  margin-top: 20px;
}
.comment .comment-reply-form .comments-form.js-active button {
  float: none;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
.comment .comment-reply-form .comments-form .form-general-message {
  text-align: center;
  margin-bottom: 30px;
}
.comment .comment-reply-form .comments-form .form-field,
.comment .comment-reply-form .comments-form button {
  display: none;
}
.comment .comment-reply-form .comments-form .form-field.comment-field-comment,
.comment .comment-reply-form .comments-form button.comment-field-comment {
  position: relative;
  display: block;
  margin-bottom: 0;
}
.comment .comment-reply-form .comments-form .form-field.comment-field-comment.field-error,
.comment .comment-reply-form .comments-form button.comment-field-comment.field-error {
  margin-bottom: 20px;
}
.comment .comment-reply-form .comments-form .form-field.comment-field-comment.field-error textarea,
.comment .comment-reply-form .comments-form button.comment-field-comment.field-error textarea {
  border-color: #e14e32;
}
.comment .comment-reply-form .comments-form .form-field.comment-field-comment.field-error:focus,
.comment .comment-reply-form .comments-form button.comment-field-comment.field-error:focus {
  border-color: #146ff8 !important;
}
.comment .comment-reply-form .comments-form .form-field.comment-field-comment i,
.comment .comment-reply-form .comments-form button.comment-field-comment i {
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 17px;
  left: 30px;
  font-size: 14px;
  color: #146ff8;
}
.comment .comment-reply-form .comments-form .form-field.comment-field-comment textarea,
.comment .comment-reply-form .comments-form button.comment-field-comment textarea {
  border-radius: 0;
  border: none 0;
  height: 40px;
  border-top: solid 2px #eee;
  padding-left: 70px;
}
.comment .comment-reply-form .comments-form .form-field.comment-field-comment textarea:focus,
.comment .comment-reply-form .comments-form button.comment-field-comment textarea:focus {
  border-color: #146ff8;
}
.comment .comment-reply-form .comments-form .form-field.comment-field-name.field-error input,
.comment .comment-reply-form .comments-form button.comment-field-name.field-error input {
  border-color: #e14e32;
}
.comment .comment-reply-form .comments-form .form-field.comment-field-name input,
.comment .comment-reply-form .comments-form button.comment-field-name input {
  border: none 0;
  height: 45px;
  border-radius: 0;
  border-top: solid 2px #eee;
  border-bottom: solid 2px #eee;
}
.comment .comment-reply-form .comments-form .form-field.comment-field-name input:focus,
.comment .comment-reply-form .comments-form button.comment-field-name input:focus {
  border-color: #146ff8;
}
.comment .comment-reply-form .comments-form .form-field .field-error-message,
.comment .comment-reply-form .comments-form button .field-error-message {
  text-align: center;
}
.timer {
  line-height: 1;
  margin: 40px 0;
}
.timer ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 30px;
  margin-right: 30px;
  color: #501272;
}
.timer ul li:after {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  right: -9px;
  top: 23px;
  font-size: 50px;
  font-weight: 900;
  line-height: 0;
  content: ':';
}
@media screen and (max-width: 979px) {
  .timer ul li:after {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .timer ul li:after {
    top: 12px;
  }
}
.timer ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.timer ul li:last-child:after {
  display: none;
}
@media screen and (max-width: 979px) {
  .timer ul li {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 500px) {
  .timer ul li {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.timer span {
  font-size: 55px;
  font-weight: 900;
}
.timer span.timer-text {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 1600px) {
  .timer span.timer-text {
    font-size: 13px;
  }
}
@media screen and (max-width: 700px) {
  .timer span.timer-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 1600px) {
  .timer span {
    font-size: 45px;
  }
}
@media screen and (max-width: 700px) {
  .timer span {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .timer {
    margin: 20px 0;
  }
}
table {
  width: 100% !important;
  height: auto !important;
  overflow-x: auto;
  background-color: #fff;
  border: solid 2px #eee;
  line-height: 1.5;
}
table th,
table td {
  padding: 15px;
  color: #501272;
  font-size: 13px;
  border: solid 1px #eee;
}
table th {
  background-color: #F8FAFB;
}
.hero-video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.hero-video-wrapper video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.voting {
  text-align: center;
  line-height: 1;
}
.voting .voting-title {
  font-size: 17px;
  font-weight: 600;
  color: #146ff8;
  margin-left: 10px;
}
.voting .voting-actual .voting-item {
  margin: 0 7px;
  color: #501272;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.voting .voting-actual .voting-item:active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.voting .voting-actual .voting-item:hover,
.voting .voting-actual .voting-item.js-active {
  color: #146ff8;
}
.popup-user-actions .user-actions .tabs-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.user-actions.account-edit .user-actions-title {
  margin-top: 0;
}
.user-actions .logout-button {
  float: left;
  display: inline-block;
  cursor: pointer;
  margin-top: 7px;
  font-size: 13px;
  color: #501272;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.user-actions .logout-button:hover {
  color: #146ff8;
}
.user-actions .tabs-menu {
  display: flex;
  justify-content: space-between;
}
.user-actions .tabs-menu li {
  padding: 20px 0;
  text-align: center;
  width: 50%;
}
.user-actions .user-actions-title {
  font-size: 20px;
  font-weight: 600;
  color: #501272;
  display: inline-block;
  margin: 30px 0;
}
.user-actions .social-login-buttons {
  margin-bottom: 30px;
}
.user-actions .forgot-password-trigger {
  margin-top: 15px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.user-actions .forgot-password-trigger a {
  color: #501272;
  font-size: 14px;
}
.user-actions .forgot-password-trigger a:hover {
  color: #146ff8;
  text-decoration: none;
}
pre {
  color: red;
}
body.direction-rtl {
  font-family: 'Heebo', arial;
}
body.direction-rtl .promotion form .form-fields .form-field.field-file {
  left: 0;
  right: auto;
}
body.direction-rtl .promotion form .form-fields .form-field.field-message {
  padding-left: 0;
  padding-right: 5%;
  right: auto;
  left: 0;
}
body.direction-rtl .promotion form .site-button {
  left: 70px;
  right: auto;
}
@media screen and (max-width: 979px) {
  body.direction-rtl .promotion form .site-button {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
body.direction-rtl .promotion .ball {
  left: 70px;
  right: auto;
}
body.direction-rtl .home .home-hero {
  font-family: 'Titillium Web', Open Sans !important;
}
body.direction-rtl .home .home-hero .projects-filter .site-button,
body.direction-rtl .home .home-hero .projects-filter .button-content {
  font-family: 'Heebo', arial;
}
body.direction-rtl .below-hero-customers .tagline {
  right: auto !important;
  left: 20px !important;
}
body.direction-rtl .background-shape.customers-shape.customer-shape1 {
  left: -200px;
  right: auto;
}
body.direction-rtl .background-shape.customers-shape.customer-shape2 {
  right: -100px;
  left: auto;
}
body.direction-rtl .background-shape.customers-shape.customer-shape3 {
  left: -250px;
  right: auto;
}
body.direction-rtl .contact-page .contact-info .contact-box .social a {
  margin-right: 0;
  margin-left: 18px;
}
@media screen and (max-width: 979px) {
  body.direction-rtl .sidebar.right.js-active {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 979px) {
  body.direction-rtl .sidebar.right .languages {
    text-align: right;
    padding-right: 45px;
    padding-left: 0;
  }
}
@media screen and (max-width: 979px) {
  body.direction-rtl .sidebar.right nav ul li a {
    text-align: right;
  }
}
@media screen and (max-width: 979px) {
  body.direction-rtl .sidebar.right .menu-contact {
    right: 45px;
    left: auto;
  }
}
@media screen and (max-width: 979px) {
  body.direction-rtl .sidebar.right {
    right: -360px;
    left: auto;
  }
}
body.direction-rtl .mobile-menu-trigger {
  text-align: left;
  left: auto;
  right: 0;
}
body.direction-rtl .mobile-menu-trigger .hamburger {
  left: auto;
  right: 50px;
}
@media screen and (max-width: 500px) {
  body.direction-rtl .mobile-menu-trigger .hamburger {
    right: 40px;
  }
}
body.direction-rtl .footer .inner .footer-box.footer-box-copyrights .social {
  right: auto;
  left: 50px;
}
@media screen and (max-width: 500px) {
  body.direction-rtl .footer .inner .footer-box.footer-box-copyrights span {
    text-align: right;
  }
}
body.direction-rtl .projects-navigation .project-navigation:last-child .text {
  margin-left: 15px;
  margin-right: auto;
}
body.direction-rtl .projects-navigation .project-navigation:last-child svg {
  -webkit-transform: rotate(90deg) !important;
  -moz-transform: rotate(90deg) !important;
  -ms-transform: rotate(90deg) !important;
  -o-transform: rotate(90deg) !important;
  transform: rotate(90deg) !important;
}
body.direction-rtl .projects-navigation .project-navigation:first-child .text {
  margin-right: 15px;
  margin-left: auto;
}
body.direction-rtl .projects-navigation .project-navigation:first-child svg {
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
}
body.direction-rtl .team-gallery-section .inner .owl-carousel {
  direction: ltr;
}
body.direction-rtl .team-gallery-section .inner .secondary-text-box {
  padding-left: 0;
  padding-right: 5%;
}
body.direction-rtl .hero .hero-shapes .hero-shape-one {
  left: -20px;
  right: auto !important;
}
body.direction-rtl .hero .hero-shapes .hero-shape-two {
  right: auto !important;
  left: 150px;
}
@media screen and (max-width: 1124px) {
  body.direction-rtl .hero .hero-shapes .hero-shape-two {
    left: 120px;
  }
}
@media screen and (max-width: 500px) {
  body.direction-rtl .hero .hero-shapes .hero-shape-two {
    left: 70px;
  }
}
body.direction-rtl .hero .hero-shapes .hero-shape-three {
  left: -120px;
  right: auto !important;
}
@media screen and (max-width: 1124px) {
  body.direction-rtl .hero .hero-shapes .hero-shape-three {
    left: -70px;
  }
}
@media screen and (max-width: 500px) {
  body.direction-rtl .hero .hero-shapes .hero-shape-three {
    left: -60px;
  }
}
body.direction-rtl .courses .courses-smile {
  left: 100px;
  right: auto;
}
body.direction-rtl .service-content-blocks .service-content-block ul li {
  padding-left: auto;
  padding-right: 30px;
}
body.direction-rtl .service-content-blocks .service-content-block ul li:before {
  left: auto;
  right: 0;
}
body.direction-rtl .projects-navigation .text .inner {
  display: flex;
  flex-direction: column-reverse;
}
body.direction-rtl .departments-hero .tabs-menu li {
  margin-right: auto;
  margin-left: 50px;
}
body.direction-rtl .departments-hero .tabs-menu li:last-child {
  margin: 0;
}
@media screen and (max-width: 500px) {
  body.direction-rtl .departments-hero .tabs-menu li {
    margin-left: 20px;
  }
}
body.direction-rtl .departments-tab .full-team .team-members .text-block {
  padding: 50px 70px;
  padding-right: 150px;
}
body.direction-rtl .tagline {
  right: auto !important;
  left: 50px !important;
}
@media screen and (max-width: 500px) {
  body.direction-rtl .tagline {
    left: 0 !important;
    right: auto !important;
  }
}
body.direction-rtl .jobs .inner .jobs-column .jobs-box .jobs-box-header img {
  left: -100px;
  right: auto;
}
body.direction-rtl .jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header {
  padding-right: 0;
  padding-left: 60px;
}
body.direction-rtl .jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header img {
  left: 0;
  right: auto;
}
@media screen and (max-width: 500px) {
  body.direction-rtl .jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header {
    padding-left: 0;
  }
}
body.direction-rtl .jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-body ul li {
  padding-right: 30px;
  padding-left: 0;
}
body.direction-rtl .jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-body ul li:before {
  left: auto;
  right: 0;
}
body.direction-rtl .jobs-shape-1 {
  right: -50px;
  left: auto;
}
body.direction-rtl .jobs-shape-2 {
  right: auto;
  left: -50px;
}
body.direction-rtl .steps {
  direction: ltr !important;
}
body.direction-rtl.record-id-1 .promotion .wrapper .ball,
body.direction-rtl.record-id-159 .promotion .wrapper .ball {
  left: 250px;
  right: auto;
}
@media screen and (max-width: 979px) {
  body.direction-rtl.record-id-1 .promotion .wrapper .ball,
  body.direction-rtl.record-id-159 .promotion .wrapper .ball {
    left: 20px;
  }
}
body {
  position: relative;
  font-family: 'Titillium Web', Open Sans;
  background-color: #fff;
  height: auto;
}
body .loader-bar .loader-bar-bar {
  background-color: #501272;
}
.scroll-up {
  position: fixed;
  display: none;
  right: 30px;
  bottom: -60px;
  width: 50px;
  height: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border-radius: 50%;
  z-index: 999;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.scroll-up:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.scroll-up.js-show {
  bottom: 30px;
}
.scroll-up svg {
  position: absolute;
  width: 20px;
  height: 15px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.scroll-up svg path {
  fill: #501272;
}
@media screen and (max-width: 500px) {
  .scroll-up {
    display: block;
  }
}
.blocker {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  background-color: #fff;
}
.add-grid:before,
.add-grid:after {
  position: fixed;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #f5f5f5;
  content: '';
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.add-grid:before {
  left: 36.1%;
}
.add-grid:after {
  left: 63.8%;
}
.cover {
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  .cover {
    overflow-x: hidden;
    overflow-y: visible;
  }
}
.chief {
  position: relative;
  width: calc(100% - 320px);
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .chief {
    width: 100%;
  }
}
.hero {
  position: relative;
  height: 300px;
  overflow: hidden;
  background-color: #49eef0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: top center;
}
.hero h1,
.hero .title {
  display: block;
  margin: 0;
  padding-top: 100px;
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition-delay: 0s !important;
  -moz-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  top: auto !important;
  left: auto !important;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
@media screen and (max-width: 1600px) {
  .hero h1,
  .hero .title {
    padding-top: 70px;
    padding-left: 0;
    font-size: 60px;
  }
}
@media screen and (max-width: 979px) {
  .hero h1,
  .hero .title {
    padding-left: 0;
    padding-top: 150px;
  }
}
@media screen and (max-width: 700px) {
  .hero h1,
  .hero .title {
    font-size: 40px;
  }
}
.hero .hero-shapes img {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .hero .hero-shapes img {
    max-width: 220px !important;
  }
}
@media screen and (max-width: 1124px) {
  .hero .hero-shapes img {
    max-width: 180px !important;
  }
}
@media screen and (max-width: 500px) {
  .hero .hero-shapes img {
    max-width: 100px !important;
  }
}
.hero .hero-shapes .hero-shape-one {
  right: -20px;
  top: -50px;
}
.hero .hero-shapes .hero-shape-two {
  right: 150px;
  bottom: -50px;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
}
@media screen and (max-width: 1124px) {
  .hero .hero-shapes .hero-shape-two {
    right: 120px;
  }
}
@media screen and (max-width: 500px) {
  .hero .hero-shapes .hero-shape-two {
    right: 70px;
    bottom: -20px;
  }
}
.hero .hero-shapes .hero-shape-three {
  right: -120px;
  bottom: -150px;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}
@media screen and (max-width: 1124px) {
  .hero .hero-shapes .hero-shape-three {
    bottom: -120px;
    right: -70px;
  }
}
@media screen and (max-width: 500px) {
  .hero .hero-shapes .hero-shape-three {
    right: -60px;
    bottom: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .hero {
    height: 250px;
  }
}
@media screen and (max-width: 979px) {
  .hero {
    height: 300px;
  }
}
@media screen and (max-width: 500px) {
  .hero {
    height: 250px;
  }
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 70px;
}
@media screen and (max-width: 1600px) {
  .wrapper {
    padding: 0 50px;
  }
}
@media screen and (max-width: 979px) {
  .wrapper {
    max-width: 700px;
  }
}
@media screen and (max-width: 500px) {
  .wrapper {
    padding: 0 40px;
  }
}
.below-hero {
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 700px) {
  .below-hero .tagline {
    top: 350px;
    font-size: 200px;
  }
}
@media screen and (max-width: 700px) {
  .below-hero {
    padding-top: 70px;
  }
}
@media screen and (max-width: 500px) {
  .below-hero {
    padding-top: 40px;
  }
}
.tagline {
  position: absolute;
  top: 80%;
  right: -100px;
  line-height: 0;
  font-size: 600px;
  font-weight: 900;
  color: #fff;
  text-shadow: 3px 0 40px rgba(118, 121, 130, 0.15);
  z-index: 0;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
@media screen and (max-width: 1600px) {
  .tagline {
    font-size: 400px;
  }
}
@media screen and (max-width: 979px) {
  .tagline {
    font-size: 300px;
  }
}
@media screen and (max-width: 700px) {
  .tagline {
    font-size: 150px;
  }
}
@media screen and (max-width: 500px) {
  .tagline {
    width: 100%;
    text-align: center;
    left: auto;
    right: 0;
  }
}
.leading-text-box {
  max-width: 660px;
}
.leading-text-box h2,
.leading-text-box h1 {
  margin: 0;
  font-size: 74px;
  font-weight: bold;
  color: #501272;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .leading-text-box h2,
  .leading-text-box h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 700px) {
  .leading-text-box h2,
  .leading-text-box h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 500px) {
  .leading-text-box h2,
  .leading-text-box h1 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.leading-text-box p {
  margin: 0;
  font-size: 28px;
  color: #501272;
  font-weight: 300;
  font-style: italic;
  max-width: 520px;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .leading-text-box p {
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  .leading-text-box p {
    font-size: 18px;
  }
}
.leading-text-box .site-button {
  margin-top: 30px;
}
@media screen and (max-width: 1600px) {
  .leading-text-box {
    padding-left: 0;
    max-width: 500px;
  }
}
.secondary-text-box h2,
.secondary-text-box h3,
.secondary-text-box .title {
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  color: #501272;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .secondary-text-box h2,
  .secondary-text-box h3,
  .secondary-text-box .title {
    font-size: 33px;
  }
}
.secondary-text-box p {
  font-size: 18px;
  margin: 0;
  color: #515151;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .secondary-text-box p {
    font-size: 17px;
  }
}
.third-text-box h2,
.third-text-box .title {
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  color: #501272;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .third-text-box h2,
  .third-text-box .title {
    font-size: 33px;
  }
}
.third-text-box p {
  font-size: 28px;
  margin: 0;
  font-style: italic;
  color: #501272;
  line-height: 1.3;
}
@media screen and (max-width: 1600px) {
  .third-text-box p {
    font-size: 22px;
  }
}
.background-shape {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .background-shape {
    max-width: 220px !important;
  }
}
@media screen and (max-width: 500px) {
  .background-shape {
    max-width: 120px !important;
  }
}
.social a {
  display: inline-block;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.social a:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.social a:active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.site-button {
  border-radius: 0;
  padding: 30px 55px;
  border: none 0;
  font-size: 20px;
  font-weight: normal;
  background-color: #f73c40;
  color: #fff !important;
  box-shadow: 0 0 50px rgba(159, 159, 152, 0.5);
}
.site-button:hover {
  background-color: #c5080c;
}
.site-button:active {
  background-color: #940609;
}
@media screen and (max-width: 1600px) {
  .site-button {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .site-button {
    font-size: 16px;
  }
}
.sidebar {
  position: fixed;
  top: 0;
  width: 160px;
  height: 100%;
  text-align: center;
  background-color: transparent;
  z-index: 999;
}
.sidebar.right {
  right: 0;
  padding: 40px 0;
  border-left: 1px solid #f5f5f5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar.right.js-active {
  z-index: 999999;
}
.sidebar.right.js-active nav {
  padding-left: 45px;
}
@media screen and (max-width: 979px) {
  .sidebar.right.js-active {
    left: 0;
  }
}
.sidebar.right .mobile-logo {
  display: none;
  width: 35px;
  margin-left: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 979px) {
  .sidebar.right .mobile-logo {
    display: block;
  }
}
.sidebar.right .mobile-logo svg {
  width: 100% !important;
  fill: #fff;
}
.sidebar.right .languages {
  text-align: right;
  padding-right: 45px;
  margin-bottom: 30px;
  direction: ltr !important;
}
.sidebar.right .languages span {
  margin: 0 5px;
}
.sidebar.right .languages a,
.sidebar.right .languages span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #501272;
  text-decoration: none !important;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sidebar.right .languages a.active,
.sidebar.right .languages span.active,
.sidebar.right .languages a:hover,
.sidebar.right .languages span:hover {
  font-weight: 900;
}
@media screen and (max-width: 979px) {
  .sidebar.right .languages {
    text-align: left;
    padding-left: 45px;
    padding-right: 0;
  }
}
.sidebar.right .accessibe-trigger-default {
  position: absolute !important;
  background: transparent;
  width: 55px !important;
  height: 55px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
  bottom: 40px;
}
.sidebar.right .accessibe-trigger-default .accessibe-trigger-icon svg path {
  fill: #501272 !important;
}
@media screen and (max-width: 979px) {
  .sidebar.right .accessibe-trigger-default {
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 70px !important;
    bottom: 30px !important;
  }
}
.sidebar.right nav {
  padding-right: 45px;
}
.sidebar.right nav ul li.active a {
  font-weight: 900;
}
.sidebar.right nav ul li a {
  display: block;
  padding: 10px 0;
  margin-bottom: 5px;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  color: #501272;
  line-height: 1;
  text-decoration: none !important;
  -webkit-transition: font-weight 0.15s ease;
  -moz-transition: font-weight 0.15s ease;
  -o-transition: font-weight 0.15s ease;
  transition: font-weight 0.15s ease;
}
.sidebar.right nav ul li a:hover {
  font-weight: 900;
}
@media screen and (max-width: 979px) {
  .sidebar.right nav ul li a {
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 979px) {
  .sidebar.right nav {
    padding-left: 0;
  }
}
.sidebar.right .menu-contact {
  position: absolute;
  display: inline-block;
  width: auto;
  bottom: 45px;
  left: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #501272;
  cursor: pointer;
  writing-mode: tb-rl;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sidebar.right .menu-contact:hover {
  font-weight: 900;
}
.sidebar.right .menu-contact img {
  width: 30px;
}
@media screen and (max-width: 979px) {
  .sidebar.right .menu-contact {
    font-size: 16px;
    text-align: left;
    writing-mode: horizontal-tb;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 45px;
  }
}
@media screen and (max-width: 979px) {
  .sidebar.right {
    display: block;
    left: -360px;
    width: 350px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
}
@media screen and (max-width: 500px) {
  .sidebar.right {
    width: 300px;
  }
}
.sidebar.left {
  left: 0;
  padding: 45px 35px;
  border-right: 1px solid #f5f5f5;
  text-align: center;
}
.sidebar.left .logo {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sidebar.left .logo:hover {
  opacity: 0.7;
}
.sidebar.left .logo:active {
  opacity: 1;
}
.sidebar.left .logo svg path {
  fill: #501272;
}
.sidebar.left .social {
  position: absolute;
  display: inline-block;
  width: 100%;
  color: #501272;
  bottom: 45px;
  left: 0;
  text-align: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sidebar.left .social a {
  display: block;
  margin: 0 auto;
  width: 25px;
  margin-top: 20px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.sidebar.left .social a svg {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 979px) {
  .sidebar {
    display: none;
  }
}
.mobile-menu-trigger {
  position: absolute;
  display: none;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: right;
  line-height: 1;
  z-index: 99;
}
@media screen and (max-width: 500px) {
  .mobile-menu-trigger .wrapper {
    padding: 0 40px;
  }
}
.mobile-menu-trigger .hamburger {
  position: absolute;
  max-height: 25px;
  left: 50px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 500px) {
  .mobile-menu-trigger .hamburger {
    left: 40px;
  }
}
.mobile-menu-trigger .logo {
  max-height: 50px;
}
.mobile-menu-trigger .logo svg {
  height: 50px;
}
.mobile-menu-trigger .logo svg path {
  fill: #fff;
}
@media screen and (max-width: 500px) {
  .mobile-menu-trigger .logo {
    max-height: 40px;
  }
}
@media screen and (max-width: 979px) {
  .mobile-menu-trigger {
    display: block;
  }
}
.menu-shader {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 998;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.menu-shader.js-active {
  visibility: visible;
  opacity: 1;
}
.footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 200px;
  padding-top: 105px;
  padding-bottom: 80px;
  background-color: #f73c40;
  z-index: 999999;
}
.footer .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .inner .footer-box {
  width: 30%;
  line-height: 1.5;
}
.footer .inner .footer-box a,
.footer .inner .footer-box span {
  color: #fff;
}
.footer .inner .footer-box.footer-box-contact {
  font-size: 30px;
}
.footer .inner .footer-box.footer-box-contact a:first-child,
.footer .inner .footer-box.footer-box-contact span:first-child {
  display: block;
}
@media screen and (max-width: 1600px) {
  .footer .inner .footer-box.footer-box-contact {
    font-size: 22px;
    line-height: 2;
    margin-top: -5px;
  }
}
@media screen and (max-width: 500px) {
  .footer .inner .footer-box.footer-box-contact {
    font-size: 18px;
  }
}
.footer .inner .footer-box.footer-box-menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .inner .footer-box.footer-box-menu ul li {
  width: 33%;
  margin-bottom: 25px;
}
.footer .inner .footer-box.footer-box-menu ul li a {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .footer .inner .footer-box.footer-box-menu ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 979px) {
  .footer .inner .footer-box.footer-box-menu ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .footer .inner .footer-box.footer-box-menu ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1600px) {
  .footer .inner .footer-box.footer-box-menu ul li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 979px) {
  .footer .inner .footer-box.footer-box-menu ul li {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .footer .inner .footer-box.footer-box-menu {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.footer .inner .footer-box.footer-box-copyrights {
  text-align: center;
  padding-top: 8px;
}
.footer .inner .footer-box.footer-box-copyrights .social a {
  display: inline-block;
  margin: 0 10px;
}
.footer .inner .footer-box.footer-box-copyrights .social a svg path {
  fill: #fff;
}
@media screen and (max-width: 979px) {
  .footer .inner .footer-box.footer-box-copyrights .social a {
    display: block;
    margin: 15px 0;
  }
}
@media screen and (max-width: 979px) {
  .footer .inner .footer-box.footer-box-copyrights .social {
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.footer .inner .footer-box.footer-box-copyrights span {
  display: block;
  font-size: 20px;
  margin-top: 8px;
}
@media screen and (max-width: 1600px) {
  .footer .inner .footer-box.footer-box-copyrights span {
    font-size: 18px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 500px) {
  .footer .inner .footer-box.footer-box-copyrights span {
    font-size: 15px;
  }
}
@media screen and (max-width: 979px) {
  .footer .inner .footer-box.footer-box-copyrights {
    text-align: left;
  }
}
@media screen and (max-width: 979px) {
  .footer .inner .footer-box {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .footer {
    width: 100%;
    margin-bottom: 0;
    padding: 70px 0;
  }
}
.promotion {
  position: relative;
  margin-top: 50px;
  z-index: 2;
}
.promotion .title {
  display: block;
  font-size: 200px;
  font-weight: 900;
  margin-bottom: -70px;
  color: #f73c40;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .promotion .title {
    font-size: 150px;
  }
}
@media screen and (max-width: 700px) {
  .promotion .title {
    font-size: 100px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 500px) {
  .promotion .title {
    font-size: 75px;
    margin-bottom: -50px;
  }
}
.promotion .ball {
  position: absolute;
  top: -50px;
  right: 70px;
}
@media screen and (max-width: 1600px) {
  .promotion .ball {
    top: -70px;
    max-width: 200px !important;
  }
}
@media screen and (max-width: 979px) {
  .promotion .ball {
    right: 30px;
  }
}
@media screen and (max-width: 700px) {
  .promotion .ball {
    max-width: 120px !important;
  }
}
@media screen and (max-width: 500px) {
  .promotion .ball {
    top: -50px;
    max-width: 80px !important;
  }
}
.promotion form,
.promotion .ekerbase-form-success-container {
  position: relative;
  margin-top: 50px;
  padding: 70px;
  background-color: #fff;
  box-shadow: 3px 0 40px rgba(118, 121, 130, 0.15);
}
.promotion form .form-header,
.promotion .ekerbase-form-success-container .form-header {
  display: none;
}
.promotion form .form-fields,
.promotion .ekerbase-form-success-container .form-fields {
  position: relative;
}
.promotion form .form-fields .form-field,
.promotion .ekerbase-form-success-container .form-fields .form-field {
  width: 30%;
}
.promotion form .form-fields .form-field.field-message,
.promotion .ekerbase-form-success-container .form-fields .form-field.field-message {
  position: absolute;
  width: 65%;
  padding-left: 5%;
  height: calc(100% - 40px);
  right: 0;
  top: 0;
}
@media screen and (max-width: 1124px) {
  .promotion form .form-fields .form-field.field-message,
  .promotion .ekerbase-form-success-container .form-fields .form-field.field-message {
    position: static;
    padding-left: 0;
    width: 100%;
    height: auto;
  }
}
.promotion form .form-fields .form-field.field-file,
.promotion .ekerbase-form-success-container .form-fields .form-field.field-file {
  position: absolute;
  width: auto;
  right: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
}
.promotion form .form-fields .form-field.field-file label:before,
.promotion .ekerbase-form-success-container .form-fields .form-field.field-file label:before {
  color: #501272;
  font-family: icomoon;
  content: "\ecac";
}
.promotion form .form-fields .form-field.field-file input,
.promotion .ekerbase-form-success-container .form-fields .form-field.field-file input {
  position: absolute;
  border: none 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.promotion form .form-fields .form-field.field-error input,
.promotion .ekerbase-form-success-container .form-fields .form-field.field-error input,
.promotion form .form-fields .form-field.field-error textarea,
.promotion .ekerbase-form-success-container .form-fields .form-field.field-error textarea {
  border-color: #f73c40;
}
.promotion form .form-fields .form-field label,
.promotion .ekerbase-form-success-container .form-fields .form-field label {
  font-size: 18px;
  color: #501272;
  margin-bottom: 10px;
}
.promotion form .form-fields .form-field label .required,
.promotion .ekerbase-form-success-container .form-fields .form-field label .required {
  display: none;
}
@media screen and (max-width: 700px) {
  .promotion form .form-fields .form-field label,
  .promotion .ekerbase-form-success-container .form-fields .form-field label {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .promotion form .form-fields .form-field label,
  .promotion .ekerbase-form-success-container .form-fields .form-field label {
    font-size: 14px;
  }
}
.promotion form .form-fields .form-field input,
.promotion .ekerbase-form-success-container .form-fields .form-field input,
.promotion form .form-fields .form-field textarea,
.promotion .ekerbase-form-success-container .form-fields .form-field textarea {
  border: solid 1px #501272;
  border-radius: 0;
  height: 45px;
}
.promotion form .form-fields .form-field input:focus,
.promotion .ekerbase-form-success-container .form-fields .form-field input:focus,
.promotion form .form-fields .form-field textarea:focus,
.promotion .ekerbase-form-success-container .form-fields .form-field textarea:focus {
  border-color: #501272;
}
.promotion form .form-fields .form-field textarea,
.promotion .ekerbase-form-success-container .form-fields .form-field textarea {
  height: 100%;
}
@media screen and (max-width: 1124px) {
  .promotion form .form-fields .form-field textarea,
  .promotion .ekerbase-form-success-container .form-fields .form-field textarea {
    height: 100px;
  }
}
.promotion form .form-fields .form-field .file-name,
.promotion .ekerbase-form-success-container .form-fields .form-field .file-name {
  font-size: 13px;
  position: absolute;
  top: -20px;
  right: 0;
}
.promotion form .form-fields .form-field .field-error-message,
.promotion .ekerbase-form-success-container .form-fields .form-field .field-error-message {
  display: none !important;
}
@media screen and (max-width: 1280px) {
  .promotion form .form-fields .form-field,
  .promotion .ekerbase-form-success-container .form-fields .form-field {
    width: 35%;
  }
}
@media screen and (max-width: 1124px) {
  .promotion form .form-fields .form-field,
  .promotion .ekerbase-form-success-container .form-fields .form-field {
    width: 100%;
  }
}
.promotion form .site-button,
.promotion .ekerbase-form-success-container .site-button {
  position: absolute;
  bottom: -30px;
  right: 70px;
  max-width: 265px;
}
@media screen and (max-width: 1124px) {
  .promotion form .site-button,
  .promotion .ekerbase-form-success-container .site-button {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 500px) {
  .promotion form .site-button,
  .promotion .ekerbase-form-success-container .site-button {
    max-width: 170px;
    bottom: -45px;
  }
}
@media screen and (max-width: 700px) {
  .promotion form,
  .promotion .ekerbase-form-success-container {
    padding: 40px;
  }
}
@media screen and (max-width: 500px) {
  .promotion form,
  .promotion .ekerbase-form-success-container {
    padding: 25px;
  }
}
.promotion .ekerbase-form-success-container {
  text-align: center;
}
.promotion .ekerbase-form-success-container p {
  margin: 0;
  font-size: 24px;
  color: #501272;
}
.promotion .ekerbase-form-success-container p strong {
  display: block;
  font-size: 50px;
  font-weight: 900;
}
@media screen and (max-width: 500px) {
  .promotion .ekerbase-form-success-container p strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .promotion .ekerbase-form-success-container p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1600px) {
  .promotion {
    padding-left: 0;
  }
}
.team-members {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.team-members .member {
  position: relative;
  width: 23%;
  margin: 0 1%;
  margin-bottom: 50px;
}
.team-members .member:hover .image .image-hover {
  opacity: 1;
}
.team-members .member:hover .title {
  font-weight: 900;
}
.team-members .member .full-link {
  height: 92%;
}
.team-members .member .image {
  position: relative;
  height: 310px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.team-members .member .image .image-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media screen and (max-width: 1600px) {
  .team-members .member .image {
    height: 230px;
  }
}
@media screen and (max-width: 500px) {
  .team-members .member .image {
    height: 180px;
  }
}
.team-members .member .title,
.team-members .member .subtitle {
  display: block;
  font-size: 18px;
  color: #515151;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media screen and (max-width: 1600px) {
  .team-members .member .title,
  .team-members .member .subtitle {
    font-size: 16px;
  }
}
.team-members .member .subtitle {
  font-weight: 300;
}
.team-members .member .member-contact {
  display: none;
  margin-top: 15px;
}
.team-members .member .member-contact a {
  font-size: 18px;
  color: #515151;
  font-weight: 300;
}
@media screen and (max-width: 1600px) {
  .team-members .member .member-contact a {
    font-size: 16px;
  }
}
.team-members .member .member-contact .divider {
  margin: 0 5px;
  height: 20px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1124px) {
  .team-members .member {
    width: 31%;
  }
}
@media screen and (max-width: 700px) {
  .team-members .member {
    width: 48%;
  }
}
body.record-id-1:before,
body.record-id-159:before,
body.record-id-1:after,
body.record-id-159:after {
  display: none !important;
}
body.record-id-1.projects-filters-active .home-projects .background-shape,
body.record-id-159.projects-filters-active .home-projects .background-shape {
  display: none;
}
body.record-id-1.projects-filters-active .home-projects .background-shape.home-shape-1,
body.record-id-159.projects-filters-active .home-projects .background-shape.home-shape-1,
body.record-id-1.projects-filters-active .home-projects .background-shape.home-shape-2,
body.record-id-159.projects-filters-active .home-projects .background-shape.home-shape-2,
body.record-id-1.projects-filters-active .home-projects .background-shape.home-shape-3,
body.record-id-159.projects-filters-active .home-projects .background-shape.home-shape-3 {
  display: block;
}
@media screen and (max-width: 979px) {
  body.record-id-1 .footer,
  body.record-id-159 .footer {
    margin-top: 170px;
  }
}
@media screen and (max-width: 700px) {
  body.record-id-1 .footer,
  body.record-id-159 .footer {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
}
body.record-id-1 .sidebar,
body.record-id-159 .sidebar {
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  transition: background 0.5s ease;
  border: none 0 !important;
}
@media screen and (max-width: 979px) {
  body.record-id-1 .sidebar,
  body.record-id-159 .sidebar {
    background-color: #49eef0 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
body.record-id-1 .chief,
body.record-id-159 .chief {
  width: 100%;
}
body.record-id-1 .promotion .wrapper,
body.record-id-159 .promotion .wrapper {
  padding: 0 300px;
}
body.record-id-1 .promotion .wrapper .ball,
body.record-id-159 .promotion .wrapper .ball {
  right: 250px;
}
@media screen and (max-width: 979px) {
  body.record-id-1 .promotion .wrapper .ball,
  body.record-id-159 .promotion .wrapper .ball {
    right: 20px;
  }
}
@media screen and (max-width: 1600px) {
  body.record-id-1 .promotion .wrapper,
  body.record-id-159 .promotion .wrapper {
    padding: 0 250px;
  }
}
@media screen and (max-width: 979px) {
  body.record-id-1 .promotion .wrapper,
  body.record-id-159 .promotion .wrapper {
    padding: 0 5%;
  }
}
@media screen and (max-width: 700px) {
  body.record-id-1 .cover,
  body.record-id-159 .cover {
    overflow: hidden;
  }
}
body .side-grid:after,
body .side-grid:before {
  position: absolute;
  width: 1px;
  top: 0;
  height: 100%;
  background-color: #000;
  content: '';
  z-index: 2;
}
body .side-grid:before {
  left: 160px;
  right: auto;
}
body .side-grid:after {
  left: auto;
  right: 160px;
}
.add-grid.grid-teal:after,
.side-grid.grid-teal:after,
.add-grid.grid-teal:before,
.side-grid.grid-teal:before {
  background-color: #8cf9fa;
}
.add-grid.grid-gray:after,
.side-grid.grid-gray:after,
.add-grid.grid-gray:before,
.side-grid.grid-gray:before {
  background-color: #eee;
}
.add-grid.grid-purple:after,
.side-grid.grid-purple:after,
.add-grid.grid-purple:before,
.side-grid.grid-purple:before {
  background-color: #975ac3;
}
.add-grid:after,
.side-grid:after,
.add-grid:before,
.side-grid:before {
  position: absolute;
}
@media screen and (max-width: 979px) {
  .add-grid:after,
  .side-grid:after,
  .add-grid:before,
  .side-grid:before {
    display: none !important;
  }
}
.add-grid:before,
.side-grid:before {
  left: 33.3%;
}
.add-grid:after,
.side-grid:after {
  left: 66.6%;
}
@media screen and (max-width: 979px) {
  .grid-completion {
    display: none !important;
  }
}
.home {
  padding-bottom: 200px;
}
.home .wrapper {
  padding: 0 300px;
}
@media screen and (max-width: 1600px) {
  .home .wrapper {
    padding: 0 250px;
  }
}
@media screen and (max-width: 979px) {
  .home .wrapper {
    padding: 0 40px;
    max-width: 700px;
  }
}
.home .home-hero {
  position: relative;
  min-height: 600px;
  max-height: 1000px;
  height: 100vh;
  background-color: #49eef0;
}
.home .home-hero:after,
.home .home-hero:before {
  z-index: 2;
}
.home .home-hero .hero-video-wrapper {
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-position: bottom center;
}
.home .home-hero .hero-content {
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 1;
  z-index: 3;
  margin-top: 100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home .home-hero .hero-content ul {
  display: flex;
  justify-content: space-between;
}
.home .home-hero .hero-content ul li {
  position: relative;
}
.home .home-hero .hero-content ul li:nth-child(2) img {
  margin-left: 40px;
}
@media screen and (max-width: 500px) {
  .home .home-hero .hero-content ul li:nth-child(2) img {
    margin-left: 10px;
  }
}
.home .home-hero .hero-content ul li:first-child img {
  margin-right: -20px;
}
@media screen and (max-width: 500px) {
  .home .home-hero .hero-content ul li:first-child img {
    margin-top: 2px;
  }
}
.home .home-hero .hero-content ul li:last-child img {
  margin-top: 20px;
}
@media screen and (max-width: 500px) {
  .home .home-hero .hero-content ul li:last-child img {
    margin-top: 7px;
  }
}
.home .home-hero .hero-content ul li .title {
  display: block;
  color: #fff;
  font-size: 220px;
  font-weight: 900;
  text-shadow: 5px 0 50px rgba(118, 121, 130, 0.5);
}
@media screen and (max-width: 1600px) {
  .home .home-hero .hero-content ul li .title {
    font-size: 150px;
  }
}
@media screen and (max-width: 1280px) {
  .home .home-hero .hero-content ul li .title {
    font-size: 100px;
  }
}
@media screen and (max-width: 700px) {
  .home .home-hero .hero-content ul li .title {
    font-size: 60px;
  }
}
.home .home-hero .hero-content ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .home .home-hero .hero-content ul li img {
    width: 180px !important;
    max-width: 180px !important;
  }
}
@media screen and (max-width: 1124px) {
  .home .home-hero .hero-content ul li img {
    width: 150px !important;
    max-width: 150px !important;
  }
}
@media screen and (max-width: 700px) {
  .home .home-hero .hero-content ul li img {
    width: 100px !important;
    max-width: 100px !important;
  }
}
@media screen and (max-width: 500px) {
  .home .home-hero .hero-content ul li img {
    max-width: 65px !important;
    width: 65px !important;
  }
}
.home .home-hero .hero-content h1 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  margin-top: 30px;
}
@media screen and (max-width: 1600px) {
  .home .home-hero .hero-content h1 {
    font-size: 32px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1124px) {
  .home .home-hero .hero-content h1 {
    font-size: 27px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 700px) {
  .home .home-hero .hero-content h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .home .home-hero .hero-content h1 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 979px) {
  .home .home-hero .hero-content {
    margin-top: -50px;
  }
}
@media screen and (max-width: 700px) {
  .home .home-hero .hero-content {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .home .home-hero .hero-content {
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    bottom: 150px;
  }
}
@media screen and (max-height: 730px) {
  .home .home-hero .hero-content {
    margin-top: -30px;
  }
}
.home .home-hero .projects-filter {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.home .home-hero .projects-filter.js-active {
  bottom: 20px;
}
.home .home-hero .projects-filter.js-active .site-button {
  cursor: default;
  background-color: #f73c40 !important;
}
.home .home-hero .projects-filter.js-active .site-button .button-content i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.home .home-hero .projects-filter.js-active .site-button .all-filters {
  margin-bottom: 30px;
  max-height: 500px;
}
.home .home-hero .projects-filter .site-button {
  width: 70%;
  max-width: 850px;
  padding: 0;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1.5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.home .home-hero .projects-filter .site-button .button-content {
  display: block;
  width: 100%;
  line-height: 0;
  position: relative;
  cursor: pointer;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.5px;
}
.home .home-hero .projects-filter .site-button .button-content i {
  font-size: 14px;
  margin-left: 20px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.home .home-hero .projects-filter .site-button .button-content span {
  line-height: 1 !important;
}
.home .home-hero .projects-filter .site-button .all-filters {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.home .home-hero .projects-filter .site-button .all-filters .title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .home .home-hero .projects-filter .site-button .all-filters .title {
    font-size: 14px;
  }
}
.home .home-hero .projects-filter .site-button .all-filters ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  margin: 0 -1%;
}
.home .home-hero .projects-filter .site-button .all-filters ul li {
  width: 18%;
  margin: 0 1%;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  border: solid 1px #fff;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.home .home-hero .projects-filter .site-button .all-filters ul li:hover,
.home .home-hero .projects-filter .site-button .all-filters ul li.js-projects-active {
  background-color: #fff;
  color: #f73c40;
}
.home .home-hero .projects-filter .site-button .all-filters ul li:active {
  background-color: #ddd;
}
@media screen and (max-width: 700px) {
  .home .home-hero .projects-filter .site-button .all-filters ul li {
    width: 31%;
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .home .home-hero .projects-filter .site-button .all-filters ul li {
    margin-top: 5px;
  }
}
@media screen and (max-width: 700px) {
  .home .home-hero .projects-filter .site-button .all-filters ul {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1600px) {
  .home .home-hero .projects-filter .site-button {
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  .home .home-hero .projects-filter .site-button {
    font-size: 15px;
  }
}
@media screen and (max-width: 500px) {
  .home .home-hero .projects-filter .site-button {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 979px) {
  .home .home-hero .projects-filter {
    bottom: 150px;
  }
}
@media screen and (max-width: 700px) {
  .home .home-hero .projects-filter {
    bottom: 100px;
  }
}
@media screen and (max-width: 500px) {
  .home .home-hero .projects-filter {
    bottom: 70px;
  }
}
@media screen and (max-width: 979px) {
  .home .home-hero {
    height: 700px !important;
    min-height: 0;
  }
}
@media screen and (max-width: 700px) {
  .home .home-hero {
    height: 100vh !important;
  }
}
.home .home-projects {
  position: relative;
  padding-top: 50px;
  background-color: #49eef0;
  z-index: 3;
}
.home .home-projects:after,
.home .home-projects:before {
  z-index: 1;
}
.home .home-projects .wrapper {
  z-index: 5;
}
.home .home-projects .projects-block {
  display: none;
  flex-wrap: wrap;
  margin: 0 1%;
}
.home .home-projects .projects-block.js-projects-active {
  display: flex;
}
.home .home-projects .projects-block.leading-projects-block {
  direction: rtl;
  justify-content: space-between;
  margin: 0;
}
.home .home-projects .projects-block.leading-projects-block .leading-projects-inner-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.home .home-projects .projects-block.leading-projects-block .leading-projects-inner-block .project {
  width: 63%;
  height: 580px;
  margin: 10px 0;
}
.home .home-projects .projects-block.leading-projects-block .leading-projects-inner-block .project:nth-child(3) {
  width: 35%;
  height: 900px;
  margin-top: -200px;
}
@media screen and (max-width: 1600px) {
  .home .home-projects .projects-block.leading-projects-block .leading-projects-inner-block .project:nth-child(3) {
    height: 700px;
  }
}
.home .home-projects .projects-block.leading-projects-block .leading-projects-inner-block .project:last-child {
  margin-right: 37%;
}
@media screen and (max-width: 1600px) {
  .home .home-projects .projects-block.leading-projects-block .leading-projects-inner-block .project {
    height: 400px;
  }
}
.home .home-projects .projects-block .project {
  position: relative;
  display: inline-block;
  height: 600px;
  width: 31%;
  margin: 0 1%;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #000;
  box-shadow: 5px 0 50px rgba(118, 121, 130, 0.5);
}
.home .home-projects .projects-block .project:hover:after {
  opacity: 1;
  z-index: 1;
}
.home .home-projects .projects-block .project:hover .client {
  opacity: 0;
}
.home .home-projects .projects-block .project:hover .hover {
  opacity: 1;
}
.home .home-projects .projects-block .project:hover .project-bg {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.home .home-projects .projects-block .project:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.home .home-projects .projects-block .project .client {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f73c40;
  background-color: #fff;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 700px) {
  .home .home-projects .projects-block .project .client {
    font-size: 14px;
    padding: 5px 15px;
  }
}
.home .home-projects .projects-block .project .hover {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  line-height: 1.4;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.home .home-projects .projects-block .project .hover .hover-title {
  font-size: 48px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1600px) {
  .home .home-projects .projects-block .project .hover .hover-title {
    font-size: 38px;
  }
}
.home .home-projects .projects-block .project .hover .hover-content {
  font-size: 23px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1600px) {
  .home .home-projects .projects-block .project .hover .hover-content {
    font-size: 18px;
  }
}
.home .home-projects .projects-block .project .project-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1600px) {
  .home .home-projects .projects-block .project {
    height: 400px;
  }
}
@media screen and (max-width: 1124px) {
  .home .home-projects .projects-block .project {
    width: 100% !important;
    height: 500px !important;
    margin: 0 !important;
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 700px) {
  .home .home-projects .projects-block .project {
    height: 280px !important;
    margin-bottom: 30px !important;
  }
}
.home .home-projects .projects-block .filtered-project {
  position: relative;
  width: 31%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home .home-projects .background-shape.home-background-shape {
  z-index: 2;
}
@media screen and (max-width: 979px) {
  .home .home-projects {
    padding-top: 50px;
  }
}
@media screen and (max-width: 500px) {
  .home .home-projects {
    padding-bottom: 100px;
  }
}
.home .home-services {
  position: relative;
  padding-top: 400px;
  padding-bottom: 280px;
  z-index: 2;
  background-color: #fff;
}
.home .home-services .side-grid:after,
.home .home-services .side-grid:before {
  top: 300px;
}
.home .home-services .side-grid:after {
  top: 100px;
}
.home .home-services .grid-completion {
  position: absolute;
  width: 1px;
  height: 300px;
  left: 160px;
  top: 0;
  background-color: #8cf9fa;
  z-index: 2;
}
.home .home-services .grid-completion.grcr {
  left: auto;
  right: 160px;
}
.home .home-services .wrapper {
  z-index: 6;
}
.home .home-services h2 {
  font-size: 240px;
  color: #f73c40;
  margin: 0;
  line-height: 1;
  font-weight: 900;
  text-shadow: 5px 0 50px rgba(118, 121, 130, 0.2);
}
@media screen and (max-width: 1600px) {
  .home .home-services h2 {
    font-size: 150px;
  }
}
@media screen and (max-width: 700px) {
  .home .home-services h2 {
    font-size: 66px;
    text-align: center;
  }
}
.home .home-services ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 150px;
}
.home .home-services ul li {
  position: relative;
  width: 32%;
  padding: 80px 50px;
  color: #f73c40;
  background-color: #fff;
  box-shadow: 5px 0 50px rgba(118, 121, 130, 0.2);
  line-height: 1.5;
  align-self: flex-start;
}
.home .home-services ul li:first-child img {
  top: -50%;
  left: -100px;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
}
.home .home-services ul li:nth-child(2) {
  margin-top: 150px;
}
.home .home-services ul li:nth-child(2) img {
  top: -70%;
  left: -20px;
}
@media screen and (max-width: 1600px) {
  .home .home-services ul li:nth-child(2) img {
    top: -60%;
    left: 0 !important;
    max-width: 240px !important;
  }
}
@media screen and (max-width: 500px) {
  .home .home-services ul li:nth-child(2) img {
    top: -210px !important;
    max-width: 270px !important;
    max-height: 220px !important;
  }
}
@media screen and (max-width: 1600px) {
  .home .home-services ul li:nth-child(2) {
    margin-top: 100px;
  }
}
.home .home-services ul li:last-child img {
  top: -65%;
  left: 20px;
  -webkit-animation-duration: 8s;
  -moz-animation-duration: 8s;
  -o-animation-duration: 8s;
  animation-duration: 8s;
}
@media screen and (max-width: 1600px) {
  .home .home-services ul li:last-child img {
    top: -55%;
    max-width: 370px !important;
  }
}
@media screen and (max-width: 1280px) {
  .home .home-services ul li:last-child img {
    max-width: 320px !important;
  }
}
@media screen and (max-width: 500px) {
  .home .home-services ul li:last-child img {
    top: -200px !important;
    max-width: 270px !important;
    max-height: 220px;
  }
}
.home .home-services ul li img {
  position: absolute;
  max-width: none !important;
}
@media screen and (max-width: 1600px) {
  .home .home-services ul li img {
    max-width: 260px !important;
    left: -20px !important;
  }
}
@media screen and (max-width: 1280px) {
  .home .home-services ul li img {
    top: -65% !important;
    left: -20px !important;
  }
}
@media screen and (max-width: 700px) {
  .home .home-services ul li img {
    max-width: 100% !important;
    max-height: 200px !important;
    top: -180px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }
}
.home .home-services ul li h3 {
  margin: 0;
  font-size: 37px;
  font-weight: 900;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .home .home-services ul li h3 {
    font-size: 35px;
  }
}
@media screen and (max-width: 700px) {
  .home .home-services ul li h3 {
    font-size: 30px;
  }
}
.home .home-services ul li p {
  margin: 0;
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .home .home-services ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .home .home-services ul li p {
    font-size: 19px;
  }
}
.home .home-services ul li .site-button {
  position: absolute;
  left: 50px;
  bottom: -30px;
}
@media screen and (max-width: 500px) {
  .home .home-services ul li .site-button {
    padding-left: 0;
    padding-right: 0;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1600px) {
  .home .home-services ul li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .home .home-services ul li {
    width: 100%;
    margin-top: 250px !important;
  }
}
@media screen and (max-width: 1280px) {
  .home .home-services ul {
    margin-top: -50px;
  }
}
@media screen and (max-width: 700px) {
  .home .home-services {
    padding-top: 300px;
  }
}
@media screen and (max-width: 500px) {
  .home .home-services {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.home .home-more {
  position: relative;
  padding-top: 50px;
  padding-bottom: 200px;
  background-color: #6d279f;
  z-index: 3;
}
.home .home-more .grid-completion {
  position: absolute;
  right: 160px;
  top: -200px;
  height: 200px;
  width: 1px;
  background-color: #975ac3;
  z-index: 2;
}
.home .home-more .steps {
  top: -200px;
}
.home .home-more .steps span {
  background-color: #6d279f;
}
@media screen and (max-width: 700px) {
  .home .home-more .steps {
    top: -150px;
  }
}
.home .home-more .title {
  position: relative;
  display: block;
  text-align: right;
  font-size: 240px;
  color: #fff;
  margin-bottom: 60px;
  line-height: 1;
  font-weight: 900;
  z-index: 3;
}
@media screen and (max-width: 1600px) {
  .home .home-more .title {
    font-size: 150px;
  }
}
@media screen and (max-width: 700px) {
  .home .home-more .title {
    text-align: center;
    font-size: 60px;
  }
}
.home .home-more .main-banner {
  position: relative;
  z-index: 9;
}
.home .home-more .main-banner img {
  display: block;
}
.home .home-more .main-banner .site-button {
  position: absolute;
  bottom: -30px;
  right: 100px;
  box-shadow: 5px 0 30px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .home .home-more .main-banner .site-button {
    width: 250px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .home .home-more .main-banner .site-button {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.home .home-more .main-banner.main-banner-mobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .home .home-more .main-banner.main-banner-mobile {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .home .home-more .main-banner {
    display: none;
  }
}
.home .home-more .banners-bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 150px;
  z-index: 9;
}
.home .home-more .banners-bottom .facebook-wrapper {
  width: 30%;
}
.home .home-more .banners-bottom .facebook-wrapper iframe {
  border: none 0;
}
@media screen and (max-width: 1600px) {
  .home .home-more .banners-bottom .facebook-wrapper iframe {
    height: 450px;
  }
}
@media screen and (max-width: 700px) {
  .home .home-more .banners-bottom .facebook-wrapper iframe {
    height: 130px;
  }
}
@media screen and (max-width: 1280px) {
  .home .home-more .banners-bottom .facebook-wrapper {
    width: 49%;
  }
}
@media screen and (max-width: 979px) {
  .home .home-more .banners-bottom .facebook-wrapper {
    width: 100%;
  }
}
.home .home-more .banners-bottom .secondary-banner {
  position: relative;
  width: 67%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1600px) {
  .home .home-more .banners-bottom .secondary-banner {
    height: 450px;
  }
}
@media screen and (max-width: 1280px) {
  .home .home-more .banners-bottom .secondary-banner {
    width: 49%;
  }
}
@media screen and (max-width: 979px) {
  .home .home-more .banners-bottom .secondary-banner {
    margin-top: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .home .home-more .banners-bottom .secondary-banner {
    margin-top: 20px;
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .home .home-more .banners-bottom {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .home .home-more {
    padding-bottom: 100px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .home .home-more {
    padding-top: 80px;
  }
}
.home .after-all {
  position: absolute;
  bottom: -1000px;
  height: 3000px;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 979px) {
  .home .after-all {
    display: none !important;
  }
}
@media screen and (max-width: 1600px) {
  .home {
    padding-bottom: 100px;
  }
}
.steps {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.steps:before,
.steps:after {
  z-index: 2;
}
.steps.add-grid:before,
.steps.add-grid:after {
  height: 200px;
  top: 0;
  bottom: auto;
}
.steps.steps-reverse {
  align-items: baseline;
}
.steps.steps-reverse.add-grid:before,
.steps.steps-reverse.add-grid:after {
  top: auto;
  bottom: 0;
}
.steps.steps-reverse span:nth-child(1) {
  height: 100px;
}
.steps.steps-reverse span:nth-child(2) {
  height: 200px;
}
@media screen and (max-width: 700px) {
  .steps.steps-reverse span:nth-child(2) {
    height: 150px;
  }
}
.steps.steps-reverse span:nth-child(3) {
  height: 300px;
}
@media screen and (max-width: 700px) {
  .steps.steps-reverse span:nth-child(3) {
    height: 200px;
  }
}
.steps span {
  position: relative;
  width: 100%;
  height: 100px;
  background-color: #49eef0;
}
.steps span:nth-child(1) {
  height: 300px;
}
@media screen and (max-width: 700px) {
  .steps span:nth-child(1) {
    height: 200px;
  }
}
.steps span:nth-child(2) {
  height: 200px;
}
@media screen and (max-width: 700px) {
  .steps span:nth-child(2) {
    height: 150px;
  }
}
.steps span:nth-child(3) {
  height: 100px;
}
@media screen and (max-width: 700px) {
  .steps span:nth-child(3) {
    height: 100px;
  }
}
@media screen and (max-width: 500px) {
  .steps {
    display: none !important;
  }
}
.background-shape.home-background-shape {
  z-index: 1;
}
.background-shape.home-background-shape.home-shape-1 {
  top: 8%;
  left: 15%;
}
.background-shape.home-background-shape.home-shape-2 {
  top: 15%;
  right: -100px;
  z-index: 9999;
}
.background-shape.home-background-shape.home-shape-3 {
  top: 20%;
  left: 20px;
  z-index: 3;
}
.background-shape.home-background-shape.home-shape-4 {
  top: 47%;
  right: 200px;
}
.background-shape.home-background-shape.home-shape-5 {
  top: 41%;
  left: 15%;
}
.background-shape.home-background-shape.home-shape-6 {
  top: 93%;
  right: 150px;
}
.background-shape.home-background-shape.home-shape-7 {
  top: 40%;
  left: 150px;
}
.background-shape.home-background-shape.home-shape-8 {
  top: 75%;
  right: -70px;
}
.departments-hero h1 {
  padding-top: 85px;
}
@media screen and (max-width: 1600px) {
  .departments-hero h1 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 979px) {
  .departments-hero h1 {
    padding-top: 110px;
  }
}
@media screen and (max-width: 700px) {
  .departments-hero h1 {
    padding-top: 130px;
  }
}
@media screen and (max-width: 500px) {
  .departments-hero h1 {
    padding-top: 120px;
  }
}
.departments-hero .wrapper {
  height: 100%;
}
.departments-hero .tabs-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 70px;
  width: 100%;
}
.departments-hero .tabs-menu li {
  font-size: 70px;
  color: #fff;
  font-weight: normal;
  background: transparent;
  padding: 15px 0;
  line-height: 1;
  margin: 0;
  border-bottom: solid 5px transparent;
  margin-right: 50px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.departments-hero .tabs-menu li.js-active,
.departments-hero .tabs-menu li:hover {
  color: #501272;
}
.departments-hero .tabs-menu li.js-active {
  border-color: #501272;
}
.departments-hero .tabs-menu li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1600px) {
  .departments-hero .tabs-menu li {
    font-size: 60px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 979px) {
  .departments-hero .tabs-menu li {
    font-size: 50px;
  }
}
@media screen and (max-width: 700px) {
  .departments-hero .tabs-menu li {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .departments-hero .tabs-menu li {
    font-size: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .departments-hero .tabs-menu {
    padding: 0 50px;
  }
}
@media screen and (max-width: 500px) {
  .departments-hero .tabs-menu {
    padding: 0 40px;
  }
}
.department-tab .below-hero .inner {
  display: flex;
  justify-content: space-between;
}
.department-tab .below-hero .inner .team {
  width: 550px;
}
.department-tab .below-hero .inner .team .team-members .member {
  width: 48%;
}
@media screen and (max-width: 1600px) {
  .department-tab .below-hero .inner .team {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1124px) {
  .department-tab .below-hero .inner .team {
    margin-top: 100px;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 979px) {
  .department-tab .below-hero .inner {
    flex-wrap: wrap;
  }
}
.department-tab .below-hero .tagline {
  top: 650px;
  right: auto;
  left: 20px;
}
@media screen and (max-width: 1124px) {
  .department-tab .below-hero .tagline {
    display: none;
  }
}
.department-tab .tagline-two {
  margin-top: -250px;
  display: block;
  position: static;
  line-height: 1;
}
@media screen and (max-width: 1600px) {
  .department-tab .tagline-two {
    margin-top: -150px;
  }
}
@media screen and (max-width: 500px) {
  .department-tab .tagline-two {
    margin-top: -80px;
    font-size: 120px;
  }
}
.department-tab .department-text-block.department-text-block-one {
  margin-top: 400px;
}
@media screen and (max-width: 1124px) {
  .department-tab .department-text-block.department-text-block-one {
    margin-top: 150px;
  }
}
.department-tab .department-text-block.department-text-block-two {
  margin-top: -100px;
}
.department-tab .department-text-block.department-text-block-two .inner {
  flex-direction: row-reverse;
}
.department-tab .department-text-block.department-text-block-two .inner .text {
  width: 60%;
  padding-right: 5%;
  text-align: justify;
}
@media screen and (max-width: 1124px) {
  .department-tab .department-text-block.department-text-block-two .inner .text {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}
.department-tab .department-text-block.department-text-block-two .inner .image {
  width: 30%;
  height: 620px;
}
@media screen and (max-width: 1124px) {
  .department-tab .department-text-block.department-text-block-two .inner .image {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .department-tab .department-text-block.department-text-block-two .inner .image {
    height: 350px;
  }
}
@media screen and (max-width: 1124px) {
  .department-tab .department-text-block.department-text-block-two {
    margin-top: -250px;
    margin-bottom: 70px;
  }
}
.department-tab .department-text-block.department-text-block-three {
  margin-top: 250px;
}
.department-tab .department-text-block .inner {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.department-tab .department-text-block .inner .image {
  width: 60%;
  height: 500px;
  box-shadow: 5px 0 60px rgba(118, 121, 130, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1124px) {
  .department-tab .department-text-block .inner .image {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .department-tab .department-text-block .inner .image {
    height: 350px;
  }
}
.department-tab .department-text-block .inner .text {
  width: 35%;
  margin-top: 50px;
}
@media screen and (max-width: 1124px) {
  .department-tab .department-text-block .inner .text {
    width: 100%;
  }
}
.department-tab .full-team {
  margin-top: 40px;
  margin-bottom: 130px;
}
.department-tab .full-team .team-members .text-block {
  position: relative;
  width: 50%;
  font-size: 28px;
  color: #501272;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6;
  padding: 50px 70px;
  padding-left: 150px;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .department-tab .full-team .team-members .text-block {
    font-size: 22px;
    padding: 50px 70px;
  }
}
@media screen and (max-width: 1280px) {
  .department-tab .full-team .team-members .text-block {
    padding: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1124px) {
  .department-tab .full-team .team-members .text-block {
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
    margin-top: -20px;
    order: -1;
  }
}
.department-tab .full-team .section-title {
  display: block;
  font-size: 40px;
  color: #501272;
  font-weight: 900;
  margin-bottom: 35px;
}
@media screen and (max-width: 1600px) {
  .department-tab .full-team .section-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 1600px) {
  .department-tab .full-team {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1124px) {
  .department-tab .full-team {
    margin-top: 0;
  }
}
.department-tab .background-shape.department-shape-1 {
  top: 850px;
  right: 170px;
}
.department-tab .background-shape.department-shape-2 {
  top: 3050px;
  left: -130px;
}
.department-tab .background-shape.department-shape-3 {
  top: 3550px;
  right: -200px;
}
.jobs {
  position: relative;
  margin-top: 230px;
  z-index: 2;
}
.jobs .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jobs .inner .jobs-column {
  width: 48%;
  max-width: 650px;
}
.jobs .inner .jobs-column:first-child .jobs-box:nth-child(odd) .jobs-box-header img {
  top: auto;
  bottom: -170px;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}
@media screen and (max-width: 1600px) {
  .jobs .inner .jobs-column:first-child .jobs-box:nth-child(odd) .jobs-box-header img {
    bottom: -80px;
  }
}
@media screen and (max-width: 500px) {
  .jobs .inner .jobs-column:first-child .jobs-box:nth-child(odd) .jobs-box-header img {
    bottom: -30px;
  }
}
.jobs .inner .jobs-column:first-child .jobs-box:nth-child(even) .jobs-box-header img {
  top: -130px;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}
@media screen and (max-width: 1600px) {
  .jobs .inner .jobs-column:first-child .jobs-box:nth-child(even) .jobs-box-header img {
    top: -100px;
  }
}
.jobs .inner .jobs-column:last-child .jobs-box:nth-child(odd) .jobs-box-header img {
  top: -170px;
}
@media screen and (max-width: 1600px) {
  .jobs .inner .jobs-column:last-child .jobs-box:nth-child(odd) .jobs-box-header img {
    top: -70px;
  }
}
.jobs .inner .jobs-column:last-child .jobs-box:nth-child(even) .jobs-box-header img {
  top: auto;
  bottom: -130px;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
}
@media screen and (max-width: 1600px) {
  .jobs .inner .jobs-column:last-child .jobs-box:nth-child(even) .jobs-box-header img {
    bottom: -40px;
  }
}
.jobs .inner .jobs-column .jobs-box {
  background-color: #fff;
  box-shadow: 3px 0 40px rgba(118, 121, 130, 0.15);
  margin-bottom: 100px;
}
.jobs .inner .jobs-column .jobs-box .jobs-box-header {
  position: relative;
  padding: 0 50px;
  height: 230px;
  background-color: #49eef0;
  overflow: hidden;
}
.jobs .inner .jobs-column .jobs-box .jobs-box-header .job-name {
  position: absolute;
  font-size: 78px;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-header .job-name {
    font-size: 60px;
  }
}
@media screen and (max-width: 500px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-header .job-name {
    font-size: 45px;
  }
}
.jobs .inner .jobs-column .jobs-box .jobs-box-header img {
  position: absolute;
  right: -100px;
  top: 0;
}
@media screen and (max-width: 1600px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-header img {
    right: -50px;
    max-width: 200px !important;
  }
}
@media screen and (max-width: 500px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-header img {
    max-width: 100px !important;
  }
}
@media screen and (max-width: 1600px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-header {
    height: 160px;
  }
}
@media screen and (max-width: 500px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-header {
    height: 100px;
  }
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body {
  padding: 50px 0;
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box {
  padding: 0 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 1px #f5f5f5;
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none 0;
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box.js-active .job-header h3 {
  font-weight: 900;
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box.js-active .job-header img {
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box.js-active .job-body {
  max-height: 1300px;
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header {
  position: relative;
  padding-right: 60px;
  cursor: pointer;
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header:hover h3 {
  font-weight: 900;
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header img {
  position: absolute;
  width: 25px;
  top: 60px;
  right: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media screen and (max-width: 1600px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header img {
    width: 20px;
  }
}
@media screen and (max-width: 500px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header img {
    width: 30px;
    top: 15px;
  }
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #515151;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media screen and (max-width: 1600px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header p {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  color: #515151;
}
@media screen and (max-width: 1600px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header p {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header p {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-header {
    padding-right: 0;
    line-height: 1.6;
  }
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-body ul {
  margin: 30px 0;
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-body ul li {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 300;
  color: #515151;
  margin-bottom: 10px;
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-body ul li:last-child {
  margin-bottom: 0;
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-body ul li:before {
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background-color: #d7d7d7;
  content: '';
}
@media screen and (max-width: 500px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-body ul li {
    font-size: 14px;
  }
}
.jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box .job-body .site-button {
  margin-top: 10px;
}
@media screen and (max-width: 500px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-body .job-box {
    padding: 0 25px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .jobs .inner .jobs-column .jobs-box .jobs-box-body {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1124px) {
  .jobs .inner .jobs-column {
    width: 100%;
  }
}
@media screen and (max-width: 1124px) {
  .jobs {
    margin-bottom: 50px;
  }
}
.jobs-shape-1 {
  top: 700px;
  left: -50px;
}
.jobs-shape-2 {
  top: 2000px;
  right: -50px;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
}
body.record-id-12 .promotion,
body.record-id-162 .promotion {
  display: none;
}
.contact-page .ball,
.contact-page .title {
  display: none;
}
.contact-page .promotion {
  position: relative;
  display: block !important;
  padding-left: 0;
  z-index: 1;
}
.contact-page .promotion .wrapper {
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
@media screen and (max-width: 500px) {
  .contact-page .promotion form {
    padding: 0;
    box-shadow: 0 0 0 transparent;
    background: transparent;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .promotion {
    margin-top: 0;
    padding: 0;
  }
}
.contact-page .contact-info {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0 100px;
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #f7f7f7;
  z-index: 0;
}
.contact-page .contact-info .contact-box {
  max-width: 30%;
}
.contact-page .contact-info .contact-box.contact-box-methods a {
  display: block;
}
.contact-page .contact-info .contact-box p,
.contact-page .contact-info .contact-box a {
  margin: 0;
  color: #515151;
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 1600px) {
  .contact-page .contact-info .contact-box p,
  .contact-page .contact-info .contact-box a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-info .contact-box p,
  .contact-page .contact-info .contact-box a {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-info .contact-box p,
  .contact-page .contact-info .contact-box a {
    font-size: 14px;
  }
}
.contact-page .contact-info .contact-box .social {
  margin-top: 15px;
}
.contact-page .contact-info .contact-box .social a {
  margin-right: 18px;
}
.contact-page .contact-info .contact-box .social a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-info .contact-box .social a {
    margin-right: 5px;
  }
}
.contact-page .contact-info .contact-box .title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #515151;
}
@media screen and (max-width: 1600px) {
  .contact-page .contact-info .contact-box .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-info .contact-box .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-info .contact-box {
    max-width: none;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-info {
    flex-wrap: wrap;
    padding-top: 70px;
    padding-bottom: 60px;
    margin-top: -20px;
  }
}
.contact-page .map {
  display: block;
  width: 100%;
  margin-bottom: 80px;
  border: none 0;
  height: 340px;
  background-color: #49eef0;
}
@media screen and (max-width: 500px) {
  .contact-page .map {
    height: 270px;
  }
}
.contact-page .contact-team {
  padding-top: 50px;
}
.contact-page .contact-team .section-title {
  display: block;
  color: #501272;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .contact-page .contact-team .section-title {
    font-size: 35px;
  }
}
.contact-page .contact-team .team-members .member .member-contact {
  display: block;
}
.below-hero-team .tagline {
  top: 120%;
}
@media screen and (max-width: 500px) {
  .below-hero-team .tagline {
    top: 500px;
  }
}
.team-first-text-box {
  width: 80%;
  margin-top: 250px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1124px) {
  .team-first-text-box {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .team-first-text-box {
    margin-top: 350px;
  }
}
.team-gallery-section .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team-gallery-section .inner .owl-carousel {
  width: 60%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.team-gallery-section .inner .owl-carousel .gallery-item,
.team-gallery-section .inner .owl-carousel .owl-item,
.team-gallery-section .inner .owl-carousel .owl-stage,
.team-gallery-section .inner .owl-carousel .owl-stage-outer {
  height: 100%;
}
.team-gallery-section .inner .owl-carousel .gallery-item .gallery-item,
.team-gallery-section .inner .owl-carousel .owl-item .gallery-item,
.team-gallery-section .inner .owl-carousel .owl-stage .gallery-item,
.team-gallery-section .inner .owl-carousel .owl-stage-outer .gallery-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.team-gallery-section .inner .owl-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.team-gallery-section .inner .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.team-gallery-section .inner .owl-carousel .owl-dots .owl-dot span {
  display: block;
  margin: 0 10px;
  width: 18px;
  height: 18px;
  background-color: #eaeaea;
  border: solid 2px #eaeaea;
  border-radius: 50%;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.team-gallery-section .inner .owl-carousel .owl-dots .owl-dot span:hover {
  border-color: #501272;
  background-color: transparent;
}
.team-gallery-section .inner .owl-carousel .owl-dots .owl-dot span:active {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 1600px) {
  .team-gallery-section .inner .owl-carousel .owl-dots .owl-dot span {
    margin: 0 5px;
    width: 15px;
    height: 15px;
  }
}
.team-gallery-section .inner .owl-carousel .owl-dots .owl-dot.active span {
  background-color: #501272;
  border-color: #501272;
}
@media screen and (max-width: 1600px) {
  .team-gallery-section .inner .owl-carousel {
    height: 450px;
  }
}
@media screen and (max-width: 1124px) {
  .team-gallery-section .inner .owl-carousel {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .team-gallery-section .inner .owl-carousel {
    height: 300px;
  }
}
.team-gallery-section .inner .secondary-text-box {
  width: 40%;
  padding-left: 5%;
}
@media screen and (max-width: 1124px) {
  .team-gallery-section .inner .secondary-text-box {
    width: 100%;
    padding-left: 0;
    margin-top: 100px;
  }
}
.tagline.tagline-team-second {
  display: block;
  position: static;
  text-align: center;
  line-height: 1;
  margin-bottom: 170px;
}
@media screen and (max-width: 500px) {
  .tagline.tagline-team-second {
    margin-bottom: 100px;
    margin-top: -30px;
  }
}
.team-grid {
  margin-bottom: 100px;
}
.team-grid .third-text-box {
  width: 650px;
  margin-bottom: 100px;
}
@media screen and (max-width: 700px) {
  .team-grid .third-text-box {
    width: 100%;
  }
}
.background-shape.team-shape-1 {
  top: 400px;
  left: -250px;
}
.background-shape.team-shape-2 {
  top: 2500px;
  right: -50px;
}
.services {
  margin-top: 100px;
}
.services .inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}
.services .inner .service {
  position: relative;
  width: 31.3%;
  margin: 0 1%;
  max-width: 420px;
  margin-top: 100px;
  padding: 50px;
  padding-bottom: 70px;
  background-color: #fff;
  box-shadow: 3px 0 40px rgba(118, 121, 130, 0.15);
}
@media screen and (max-width: 1600px) {
  .services .inner .service img {
    max-height: 60px !important;
  }
}
@media screen and (max-width: 500px) {
  .services .inner .service img {
    max-height: 50px !important;
  }
}
.services .inner .service h2 {
  font-size: 40px;
  font-weight: 900;
  color: #501272;
  margin-top: 10px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .services .inner .service h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 500px) {
  .services .inner .service h2 {
    font-size: 27px;
  }
}
.services .inner .service p {
  font-size: 18px;
  color: #515151;
  margin: 0;
  font-weight: 300;
}
@media screen and (max-width: 1600px) {
  .services .inner .service p {
    font-size: 16px;
  }
}
.services .inner .service .site-button {
  position: absolute;
  bottom: -30px;
  left: 50px;
}
@media screen and (max-width: 500px) {
  .services .inner .service .site-button {
    width: 150px;
    padding-left: 0;
    padding-right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1600px) {
  .services .inner .service {
    padding: 40px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1280px) {
  .services .inner .service {
    width: 48%;
  }
}
@media screen and (max-width: 700px) {
  .services .inner .service {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .services .inner .service {
    justify-content: space-between;
    padding: 25px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 700px) {
  .services .inner {
    margin-left: 0;
    margin-right: 0;
  }
}
.below-hero.below-hero-services .tagline {
  right: 100px;
  top: 60%;
}
@media screen and (max-width: 500px) {
  .below-hero.below-hero-services .tagline {
    right: 0;
    top: 330px;
    padding-left: 40px;
    text-align: left;
  }
}
.courses {
  position: relative;
  margin-top: 150px;
  margin-bottom: 250px;
}
.courses .courses-smile {
  position: absolute;
  right: 100px;
  top: -130px;
}
@media screen and (max-width: 1600px) {
  .courses .courses-smile {
    right: -100px;
  }
}
@media screen and (max-width: 500px) {
  .courses .courses-smile {
    position: static;
    margin-bottom: 100px;
    max-width: 200px !important;
  }
}
.courses .courses-actual {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 200px;
}
.courses .courses-actual .course {
  position: relative;
  width: 45%;
  max-width: 650px;
  background-color: #fff;
  margin-top: 130px;
  box-shadow: 3px 0 40px rgba(118, 121, 130, 0.15);
}
.courses .courses-actual .course:nth-child(odd) .image .shape-one {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
}
.courses .courses-actual .course:nth-child(even) .image .shape-two {
  -webkit-animation-duration: 8s;
  -moz-animation-duration: 8s;
  -o-animation-duration: 8s;
  animation-duration: 8s;
}
.courses .courses-actual .course .image {
  position: relative;
  height: 230px;
  background-color: #49eef0;
  overflow: hidden;
}
.courses .courses-actual .course .image .floating-vertical {
  position: absolute;
  max-width: 200px !important;
}
.courses .courses-actual .course .image .floating-vertical.shape-one {
  top: -100px;
  left: 50px;
}
@media screen and (max-width: 500px) {
  .courses .courses-actual .course .image .floating-vertical.shape-one {
    left: 20px;
    top: -50px;
  }
}
.courses .courses-actual .course .image .floating-vertical.shape-two {
  bottom: -100px;
  right: 20px;
}
@media screen and (max-width: 500px) {
  .courses .courses-actual .course .image .floating-vertical.shape-two {
    right: -10px;
    bottom: -10px;
  }
}
@media screen and (max-width: 500px) {
  .courses .courses-actual .course .image .floating-vertical {
    max-width: 100px !important;
  }
}
@media screen and (max-width: 1600px) {
  .courses .courses-actual .course .image {
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  .courses .courses-actual .course .image {
    height: 150px;
  }
}
.courses .courses-actual .course .text {
  padding: 50px;
  padding-bottom: 130px;
}
.courses .courses-actual .course .text h3 {
  font-size: 40px;
  font-weight: 900;
  color: #501272;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .courses .courses-actual .course .text h3 {
    font-size: 35px;
  }
}
.courses .courses-actual .course .text p {
  font-size: 18px;
  color: #515151;
  margin: 0;
  line-height: 1.6;
}
@media screen and (max-width: 1600px) {
  .courses .courses-actual .course .text p {
    font-size: 16px;
  }
}
.courses .courses-actual .course .text .course-logo {
  position: absolute;
  display: inline-block;
  left: 50px;
  bottom: 50px;
}
@media screen and (max-width: 979px) {
  .courses .courses-actual .course .text .course-logo {
    position: static;
    margin-top: 25px;
  }
}
@media screen and (max-width: 979px) {
  .courses .courses-actual .course .text {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .courses .courses-actual .course .text {
    padding: 30px;
    padding-bottom: 70px;
  }
}
.courses .courses-actual .course .site-button {
  position: absolute;
  bottom: -30px;
  right: 50px;
}
@media screen and (max-width: 500px) {
  .courses .courses-actual .course .site-button {
    width: 150px;
    padding-left: 0;
    padding-right: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1124px) {
  .courses .courses-actual .course {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .courses .courses-actual {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1124px) {
  .courses {
    margin-top: 50px;
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 500px) {
  .courses {
    margin-bottom: 150px;
  }
}
.background-shape.services-shape-1 {
  right: -70px;
  top: 1000px;
}
.background-shape.services-shape-2 {
  left: -30px;
  top: 2100px;
}
.background-shape.services-shape-4 {
  right: -250px;
  top: 3400px;
}
.below-hero.below-hero-service .tagline {
  top: 60%;
}
@media screen and (max-width: 500px) {
  .below-hero.below-hero-service .tagline {
    top: 280px;
  }
}
.below-hero.below-hero-service .leading-text-box h1 {
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .below-hero.below-hero-service {
    margin-bottom: 200px;
  }
}
.service-content-blocks {
  max-width: 870px;
  margin-bottom: 200px;
}
.service-content-blocks .service-content-block {
  margin-top: 100px;
}
.service-content-blocks .service-content-block h2,
.service-content-blocks .service-content-block h3 {
  font-size: 40px;
  color: #501272;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .service-content-blocks .service-content-block h2,
  .service-content-blocks .service-content-block h3 {
    font-size: 35px;
  }
}
.service-content-blocks .service-content-block ul li {
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
}
.service-content-blocks .service-content-block ul li:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #d7d7d7;
  content: '';
}
.service-content-blocks .service-content-block p,
.service-content-blocks .service-content-block li {
  font-size: 18px;
  color: #515151;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .service-content-blocks .service-content-block p,
  .service-content-blocks .service-content-block li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
  .service-content-blocks {
    padding-left: 0;
    max-width: 700px;
  }
}
.below-hero-customers .tagline {
  right: 20px;
}
@media screen and (max-width: 700px) {
  .below-hero-customers .tagline {
    right: auto !important;
    width: 100%;
    text-align: center;
    left: 0 !important;
  }
}
.customer-logos {
  margin-top: 170px;
  margin-bottom: 120px;
}
.customer-logos .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.customer-logos .inner .customer-logo-box {
  width: 20%;
  text-align: center;
  padding: 50px 0;
  display: inline-block;
}
@media screen and (max-width: 1600px) {
  .customer-logos .inner .customer-logo-box {
    width: 25%;
  }
}
@media screen and (max-width: 1280px) {
  .customer-logos .inner .customer-logo-box {
    width: 33%;
  }
}
@media screen and (max-width: 700px) {
  .customer-logos .inner .customer-logo-box {
    width: 50%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 979px) {
  .customer-logos {
    margin-top: 80px;
  }
}
@media screen and (max-width: 700px) {
  .customer-logos {
    margin-top: 200px;
  }
}
.background-shape.customers-shape.customer-shape1 {
  right: -200px;
  top: 1300px;
}
.background-shape.customers-shape.customer-shape2 {
  left: -100px;
  top: 3200px;
}
.background-shape.customers-shape.customer-shape3 {
  right: -250px;
  top: 5200px;
}
.hero.hero-project h1 {
  font-weight: 300;
}
.hero.hero-project h1 strong {
  font-weight: 900;
}
@media screen and (max-width: 979px) {
  .hero.hero-project h1 {
    padding-top: 130px;
  }
}
@media screen and (max-width: 500px) {
  .hero.hero-project h1 {
    padding-top: 100px;
  }
}
.project-leading-image {
  position: relative;
  height: 720px;
  margin: 0 auto;
  margin-top: -70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1600px) {
  .project-leading-image {
    height: 550px;
  }
}
@media screen and (max-width: 1124px) {
  .project-leading-image {
    height: 400px;
  }
}
@media screen and (max-width: 700px) {
  .project-leading-image {
    height: 300px;
  }
}
.project-meta {
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
  white-space: nowrap;
}
.project-meta .left {
  width: 30%;
  white-space: normal;
}
.project-meta .left ul {
  margin-top: 20px;
}
.project-meta .left ul li {
  font-size: 18px;
  color: #501272;
  font-weight: bold;
}
.project-meta .left ul li em {
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 1600px) {
  .project-meta .left ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 979px) {
  .project-meta .left {
    width: 100%;
  }
}
.project-meta .right {
  width: 70%;
  padding-left: 5%;
  white-space: normal;
}
.project-meta .right .section-title {
  display: block;
  font-size: 18px;
  color: #515151;
  font-weight: bold;
}
@media screen and (max-width: 1600px) {
  .project-meta .right .section-title {
    font-size: 16px;
  }
}
.project-meta .right .team-members {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.project-meta .right .team-members .member {
  width: 140px;
  margin-right: 30px;
  margin-bottom: 0;
  margin-top: 15px;
}
.project-meta .right .team-members .member .image {
  height: 135px;
}
.project-meta .right .team-members .member .text .title,
.project-meta .right .team-members .member .text .subtitle {
  font-size: 14px;
}
.project-meta .right .team-members .member .text .member-contact {
  display: none;
}
@media screen and (max-width: 979px) {
  .project-meta .right .team-members .member {
    width: 31%;
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .project-meta .right .team-members .member {
    width: 48%;
    margin-right: 0;
  }
}
@media screen and (max-width: 979px) {
  .project-meta .right .team-members {
    justify-content: space-between;
  }
}
@media screen and (max-width: 979px) {
  .project-meta .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 979px) {
  .project-meta {
    width: 100%;
    max-width: 700px;
    padding: 80px 40px;
    white-space: normal;
  }
}
@media screen and (max-width: 700px) {
  .project-meta {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.project-screenshots {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.project-screenshots .project-column {
  width: 49%;
}
.project-screenshots .project-column .project-screenshot {
  height: 680px;
  margin-bottom: 4%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1600px) {
  .project-screenshots .project-column .project-screenshot {
    height: 470px;
  }
}
@media screen and (max-width: 700px) {
  .project-screenshots .project-column .project-screenshot {
    width: 100% !important;
    height: 350px !important;
  }
}
@media screen and (max-width: 500px) {
  .project-screenshots .project-column .project-screenshot {
    height: 210px !important;
  }
}
@media screen and (max-width: 700px) {
  .project-screenshots .project-column {
    width: 100%;
  }
}
@media screen and (max-width: 979px) {
  .project-screenshots {
    width: 100%;
    max-width: 700px;
    padding: 0 40px;
  }
}
.projects-navigation {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 150px;
}
.projects-navigation .project-navigation {
  line-height: 1.1;
  text-decoration: none !important;
}
.projects-navigation .project-navigation[href="#"] {
  pointer-events: none;
}
.projects-navigation .project-navigation[href="#"] .text {
  color: #cacaca;
  font-weight: 900;
}
.projects-navigation .project-navigation[href="#"] svg path {
  fill: #cacaca;
}
.projects-navigation .project-navigation:hover .text {
  font-weight: 900;
}
.projects-navigation .project-navigation:last-child {
  text-align: right;
}
.projects-navigation .project-navigation:last-child svg {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.projects-navigation .project-navigation:last-child .text {
  margin-left: 0;
  margin-right: 15px;
}
.projects-navigation .project-navigation svg {
  display: inline-block;
  width: 30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1600px) {
  .projects-navigation .project-navigation svg {
    width: 20px;
  }
}
@media screen and (max-width: 500px) {
  .projects-navigation .project-navigation svg {
    width: 15px;
  }
}
.projects-navigation .project-navigation .text {
  font-size: 40px;
  font-weight: 300;
  margin-left: 15px;
  color: #501272;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.projects-navigation .project-navigation .text strong {
  display: block;
  font-weight: 900;
}
.projects-navigation .project-navigation .text em {
  font-style: normal;
}
@media screen and (max-width: 1600px) {
  .projects-navigation .project-navigation .text {
    font-size: 30px;
  }
}
@media screen and (max-width: 500px) {
  .projects-navigation .project-navigation .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 979px) {
  .projects-navigation {
    width: 100%;
    max-width: 700px;
    padding: 0 40px;
  }
}
.page-not-found {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #49eef0;
}
.page-not-found .image {
  position: absolute;
  display: block;
  right: 100px;
  bottom: 0;
  z-index: 1;
  max-width: 70% !important;
  max-height: 95% !important;
}
@media screen and (max-width: 1600px) {
  .page-not-found .image {
    right: 0;
  }
}
@media screen and (max-width: 979px) {
  .page-not-found .image {
    max-width: 100% !important;
    max-height: none !important;
    margin: auto;
    left: 0;
    bottom: 0;
    right: auto;
  }
}
.page-not-found .text {
  position: absolute;
  left: 100px;
  margin-top: -30px;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-not-found .text h1 {
  margin: 0;
  font-size: 180px;
  font-weight: bold;
  color: #501272;
}
@media screen and (max-width: 1600px) {
  .page-not-found .text h1 {
    font-size: 130px;
  }
}
@media screen and (max-width: 500px) {
  .page-not-found .text h1 {
    font-size: 70px;
    margin-bottom: 10px;
  }
}
.page-not-found .text p {
  color: #501272;
  font-size: 60px;
  margin: 0;
  line-height: 1.3;
}
@media screen and (max-width: 1600px) {
  .page-not-found .text p {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  .page-not-found .text p {
    font-size: 23px;
  }
}
.page-not-found .text .site-button {
  margin-top: 60px;
}
@media screen and (max-width: 500px) {
  .page-not-found .text .site-button {
    margin-top: 30px;
  }
}
@media screen and (max-width: 979px) {
  .page-not-found .text {
    position: relative;
    margin-bottom: 70px;
    margin-top: 30px;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 500px) {
  .page-not-found .text {
    margin-bottom: 40px;
    margin-top: 0;
  }
}
@media screen and (max-width: 979px) {
  .page-not-found {
    text-align: center;
    overflow: auto;
  }
}

/* promotion form */
fieldset {
	border:none;
	position:relative;
}
.rsform  label {
    font-size: 18px;
    color: #501272;
    margin: 10px 0;
    display: block;
}
.row{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.col-sm-6:first-of-type{
	width:30%;
}
.col-sm-6:last-of-type{
	width:60%;
}
.rsform  input[type="text"],
.rsform  textarea[type="text"],
.rsform textarea {
 border: solid 1px #501272;
    border-radius: 0;
    height: 45px;
}
.rsform textarea{
	height:245px;
}
.formValidation {
	color:red;
	font-size:13px;
	display:none;
}
body.direction-rtl .rsform-block-file {
    left: 0;
    right: auto;
}
.rsform-block-file{
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
    z-index: 3;
    cursor: pointer;
}
.rsform-block-file label:before {
    color: #501272;
    font-family: icomoon;
    content: "\ecac";
}
.rsform-block-file input {
    position: absolute;
    border: none 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
body.direction-rtl .promotion form .site-button {
    left: 70px;
    right: auto;
}
.direction-rtl form button[type="submit"] {
    font-family: Open Sans Hebrew,Arial;
}
.rsform-submit-button {
    position: absolute;
    bottom: -30px;
    right: 70px;
    max-width: 265px;
}
.rsform-submit-button:hover {
    background-color: #c5080c;
}

.rsform-submit-button {
    border-radius: 0;
    padding: 30px 65px;
    border: none 0;
    font-size: 20px;
    font-weight: normal;
    background-color: #f73c40;
    color: #fff !important;
    box-shadow: 0 0 50px rgba(159,159,152,0.5);
    display: inline-block;
    line-height: 0;
    cursor: pointer;
    text-align: center;
	text-transform:uppercase;
    -webkit-transition: background 0.15s ease;
    -moz-transition: background 0.15s ease;
    -o-transition: background 0.15s ease;
    transition: background 0.15s ease;
}
.rsform-block-submit {
    position: relative;
    left: 85px;
    float: right;
    margin: 0 -15px -75px;
}
.direction-rtl .rsform-block-submi{
	  float: left;
}