@charset "utf-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project:        Hostplan
Version:        1.0
Last change:    02.20.2016
Primary use:    Hostplan - Web Domain Hosting WHMCS HTML5 Template
Author:         ThemeMascot
URL:            http://themeforest.net/user/ThemeMascot
-------------------------------------------------------------------*/
@import "font-awesome.min.css";
@import "font-awesome-animation.min.css";
@import "pe-icon-7-stroke.css";
/* @import "../css/elegant-icons.css"; */
/* @import "../css/stroke-gap-icons.css"; */
@import "../fonts/icomoon/style.css";
@import "utility-classes.css";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800|Raleway:400,300,200,500,700,600,800|Ubuntu:300,400,500,700);
/*
This file contains the common styles of this theme.
*/
/*------------------------------------------------------------------
[Table of contents]

		* typography.less
		* common.less
		* extra.less
		* overlay.less
		* header.less
		* nav.less
		* topbar.less
		* inner-header-title.less
		* vertical-nav.less
		* menu-full-page.less
		* boxed-layout.less
		* form.less
		* side-push-panel.less
		* box-hover-effect.less
		* gallery-isotope.less
		* sliders.less
		* home.less
		* about.less
		* causes.less
		* volunteer.less
		* contact.less
		* event.less
		* practice-area.less
		* services.less
		* job.less
		* shop.less
		* blog.less
		* shortcodes.less 
			* alerts.less
			* blockquote.less
			* buttons.less
			* clients.less
			* countdown-timer.less
			* countdown.less
			* dividers.less
			* facebook-disqus-comments.less
			* faqs.less
			* flex-slider.less
			* flip-box.less
			* font-icons.less
			* infinitescroll.less
			* instagram.less
			* lightbox.less
			* map.less
			* pegination.less
			* pricing.less
			* process-steps.less
			* progress-bar.less
			* promo.less
			* section-title.less
			* separators.less
			* social-icons.less
			* tabs.less
			* team.less
			* testimonials.less
			* toggles-accordions.less
			* vertical-timeline.less
			* working-process.less
	* Footer
* ===============================================
*/
/*
 * Typography.less
 * -----------------------------------------------
*/
::selection {
  background: #333333;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #333333;
  /* Safari */
  color: #fff;
  text-shadow: none;
}
:active,
:focus {
  outline: none;
}
html {
  font-size: 100%;
}
body {
  line-height: 1.7;
  color: #666666;
  font-size: 17px;
  font-family: 'Ubuntu', sans-serif;
  background-color: #fff;
}
a {
  color: #808080;
  text-decoration: none;
  outline: none !important;
  font-weight: 300;
}
a:hover,
a:focus {
  color: #595959;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
iframe {
  border: none;
}
/* -------- Headings ---------- */
h1,
.h1 {
  font-size: 3.4rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 20px;
  font-weight:500 !important;
}
h6,
.h6 {
  font-size: 13px;
}
h1,
h2,
.h1,
.h2 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  line-height: 1.42857143;
  color: #333333;
}
h1 small,
h2 small,
.h1 small,
.h2 small,
h1 .small,
h2 .small,
.h1 .small,
.h2 .small {
  font-weight: normal;
  line-height: 1;
  color: #333333;
}
h1 a,
h2 a,
.h1 a,
.h2 a {
  color: #333333;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  line-height: 1.42857143;
  color: #333333;
}
h3 small,
h4 small,
h5 small,
h6 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #333333;
}
h3 a,
h4 a,
h5 a,
h6 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #333333;
}
/* -------- Body Text ---------- */
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 10px;
}
/* -------- Custom Font Family ---------- */
.font-ubuntu {
  font-family: 'Ubuntu', sans-serif;
}
.font-raleway {
  font-family: 'Raleway', sans-serif;
}
.font-opensans {
  font-family: 'Open Sans', sans-serif;
}
/* breadcrumb */
.breadcrumb {
  background-color: transparent;
  font-size: 15px;
  padding-left: 0;
  padding-top: 0;
}
.breadcrumb li.active {
  color: #111111;
}
.breadcrumb.white li.active {
  color: #fff;
}
.breadcrumb.white li a {
  color: #808080;
}
@media only screen and (min-width: 768px) {
  .breadcrumb.text-right {
    text-align: right;
  }
}
/*Drop Caps*/
.drop-caps p {
  text-align: justify;
}
.drop-caps p:first-child:first-letter {
  color: #111111;
  display: block;
  float: left;
  font-size: 48px;
  line-height: 48px;
  margin: 6px 3px;
  padding: 10px 18px;
}
.drop-caps.text-colored p:first-child:first-letter {
  display: block;
  float: left;
  font-size: 48px;
  line-height: 48px;
  margin: 6px 3px;
  padding: 10px 18px;
}
.drop-caps.border p:first-child:first-letter {
  border: 1px solid;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}
.drop-caps.border-rounded p:first-child:first-letter {
  border: 1px solid;
  border-radius: 50%;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}
.drop-caps.colored-square p:first-child:first-letter {
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}
.drop-caps.colored-rounded p:first-child:first-letter {
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
  border-radius: 50%;
}
.drop-caps.dark-square p:first-child:first-letter {
  background: #222222;
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
}
.drop-caps.dark-rounded p:first-child:first-letter {
  background: #222222;
  color: #fff;
  margin: 8px 16px 0 0;
  padding: 15px 20px;
  border-radius: 50%;
}
/*Text Highlight*/
.text-highlight {
  background: none repeat scroll 0 0 #111111;
  border-radius: 4px;
  color: #fff;
  padding: 0 5px 3px;
}
.text-highlight.light {
  background: #808080;
}
/*
 * common.less
 * -----------------------------------------------
*/
/* -------- Basic Structure ---------- */
html {
  font-size: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 85%;
  }
}
@media only screen and (max-width: 479px) {
  html {
    font-size: 80%;
  }
}
html,
html a {
  -webkit-font-smoothing: antialiased;
}
body {
  max-width: 100%;
  overflow-x: hidden;
}
strong {
  color: #555555;
}
img {
  max-width: 100%;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.fluid-video-wrapper {
  padding: 0;
  position: relative;
  width: 100%;
}
iframe {
  border: none;
  width: 100%;
}
.lead {
  font-size: 18px;
}
.text-highlight {
  background: #111111 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  margin-top: 2px;
  padding: 1px 8px;
}
.text-highlight.light {
  background: #808080;
}
.inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.fullwidth {
  width: 100%;
}
.bg-hover-theme-colored {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Text-decoration */
.text-underline {
  text-decoration: underline;
}
/* -------- Line-Bottom ---------- */
.heading-line-bottom {
  border-bottom: 1px dashed #808080;
  display: inline-block;
  margin: 0;
  position: relative;
  margin: 20px 0;
}
.heading-line-bottom::after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 20px;
}
.heading-title {
  margin-top: 10px;
}
.line-bottom {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.line-bottom:after {
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
.line-bottom-centered {
  position: relative;
  margin: 10px 0 20px;
}
.line-bottom-centered:after {
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: absolute;
  right: 0;
  width: 30px;
}
.line-bottom-centered-white {
  position: relative;
  margin: 10px 0 20px;
}
.line-bottom-centered-white:after {
  background-color: #fff;
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  position: absolute;
  right: 0;
  width: 30px;
}
.line-bottom-double-line-centered {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.line-bottom-double-line-centered:after {
  bottom: 7px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 45px;
}
.line-bottom-double-line-centered:before {
  bottom: 3px;
  content: "";
  height: 1px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 20px;
}
.title-icon [class^="flaticon-"]::after,
.title-icon [class^="flaticon-"]::before {
  font-size: 48px;
  margin-left: 10px;
}
.title-icon {
  margin: 0 auto;
  max-width: 160px;
  position: relative;
}
.title-icon::after {
  content: "";
  height: 2px;
  left: 24px;
  position: absolute;
  top: 10px;
  width: 30px;
}
.title-icon::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 30px;
}
.vertical-line {
  position: relative;
}
.vertical-line::before {
  content: "";
  height: 25px;
  left: 6px;
  position: absolute;
  top: 5px;
  width: 2px;
  z-index: 9;
}
.vertical-line::after {
  content: "";
  height: 70%;
  left: 0;
  position: absolute;
  top: 5px;
  width: 4px;
}
/* -------- List ---------- */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul ul,
ol ul {
  margin-left: 15px;
}
ul.list {
  list-style: outside none none;
  margin-top: 13px;
  padding-left: 0;
}
ul.list li {
  margin: 5px 0;
}
ul.list li:before {
  border: none;
  color: #a9a9a9;
  content: "\f0a9";
  display: inline-block;
  font-family: fontawesome;
  font-size: 12px;
  margin-right: 10px;
  padding: 0;
}
ul.list li:hover:before {
  background: none;
  border-color: transparent;
}
ul.list li a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
/* -------- List Icons ---------- */
.list-icon li {
  font-size: 14px;
  margin: 0;
}
.list-icon li i {
  color: #555555;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}
.list-icon.square li i {
  background: #c0c0c0;
  color: #555555;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}
.list-icon.rounded li i {
  color: #555555;
  background: #c0c0c0;
  border-radius: 50%;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin: 5px 10px 5px 0;
  text-align: center;
  width: 28px;
}
.list-icon.theme-colored.square li i {
  color: #fff;
}
.list-icon.theme-colored.rounded li i {
  color: #fff;
}
/* -------- Personal Info List ---------- */
.list-info li {
  clear: both;
  position: relative;
}
.list-info li label {
  display: inline-block;
  font-weight: bold;
  padding: 5px 0 0;
}
.list-info li span {
  left: 110px;
  padding: 5px 0;
  position: absolute;
}
.list-features {
  -moz-column-count: 3;
  column-count: 3;
}
.list-dashed > article {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.list-dashed > div {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.list-dashed > li {
  border-bottom: 1px dashed #d3d3d3 !important;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
.list-dashed.dark-dash > article {
  border-bottom: 1px dashed #333333 !important;
}
.list-dashed.dark-dash > div {
  border-bottom: 1px dashed #333333 !important;
}
.list-dashed.dark-dash > li {
  border-bottom: 1px dashed #333333 !important;
}
ul.list.check li:before {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 12px;
}
ul.list.angle-double-right li:before {
  content: "\f101";
  font-family: fontawesome;
  font-size: 12px;
}
ul.list.angle-right li:before {
  content: "\f105";
  font-family: fontawesome;
}
ul.list.check-circle li:before {
  content: "\f058";
  font-family: fontawesome;
  font-size: 14px;
}
/* -------- Call To Actions ---------- */
.call-to-action {
  display: inline-block;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}
/* -------- Opening Hourse ---------- */
.opening-hours ul li {
  padding-bottom: 10px !important;
}
/* -------- Section & Divider ---------- */
section {
  position: relative;
}
section > .container,
section > .container-fluid {
  padding-top: 60px;
  padding-bottom: 60px;
}
/* -------- Background Video ---------- */
.bg-video {
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -1;
}
.bg-video .video {
  height: 100%;
  left: 0;
  margin: 0!important;
  position: relative;
  top: 0;
  width: 100%;
}
.bg-video .video .mbYTP_wrapper {
  z-index: -1 !important;
}
/* -------- Box Table ---------- */
.display-table-parent {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.display-table {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.display-table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
/* -------- Scroll To Top ---------- */
.scrollToTop {
  background: rgba(0, 0, 0, 0.1);
  bottom: 15px;
  display: none;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
}
.scrollToTop i {
  color: #fff;
  font-size: 42px;
}
.scrollToTop:hover {
  background: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.vertical-align-middle {
  vertical-align: middle;
}
/*  
 * extra.less 
 * -----------------------------------------------
*/
/* -------- Heading Style ---------- */
.heading-border {
  border-bottom: 1px solid #d3d3d3;
  margin: 30px 0;
  padding: 20px 0;
}
/* -------- FullCalendar - Plugin ---------- */
.fc-day-number {
  color: #333333;
}
.fc-day-number.fc-other-month {
  opacity: 0.4;
}
/* scrolltofixed-container */
.scrolltofixed-container {
  position: static;
}
@media only screen and (max-width: 767px) {
  .scrolltofixed-container .scrolltofixed {
    position: static !important;
  }
  .scrolltofixed-container .scrolltofixed + div {
    display: none !important;
  }
}
.home-boxes .bg-icon {
  bottom: 0;
  color: #fff;
  font-size: 58px;
  line-height: 1;
  opacity: 0.3;
  position: absolute;
  right: 0;
  transform: rotate(-40deg);
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
  font-size: 48px;
}
/* CSS Floation Animation */
.floating {
  float: left;
  -webkit-animation-name: Floatingx;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  margin-top: 10px;
}
@-webkit-keyframes Floatingx {
  from {
    -webkit-transform: translate(0, 0px);
  }
  65% {
    -webkit-transform: translate(0, 15px);
  }
  to {
    -webkit-transform: translate(0, 0px);
  }
}
@-moz-keyframes Floating {
  from {
    -moz-transform: translate(0, 0px);
  }
  65% {
    -moz-transform: translate(0, 15px);
  }
  to {
    -moz-transform: translate(0, 0px);
  }
}
.scaling {
  float: left;
  -webkit-animation-name: scalex;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: scale;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes scalex {
  from {
    -webkit-transform: scale(0.9);
  }
  65% {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.9);
  }
}
@-moz-keyframes scale {
  from {
    -moz-transform: scale(0.9);
  }
  65% {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(0.9);
  }
}
/*
 * overlays.less
 * -----------------------------------------------
*/
.layer-overlay {
  position: relative;
  /* overlay-dark */
  /* overlay-white */
}
.layer-overlay::before {
  background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.layer-overlay.overlay-light::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-lighter::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.layer-overlay.overlay-deep::before {
  background-color: rgba(255, 255, 255, 0.9);
}
.layer-overlay.overlay-dark::before {
  background-color: rgba(17, 17, 17, 0.85);
}
.layer-overlay.overlay-dark-1::before {
  background-color: rgba(17, 17, 17, 0.1);
}
.layer-overlay.overlay-dark-2::before {
  background-color: rgba(17, 17, 17, 0.2);
}
.layer-overlay.overlay-dark-3::before {
  background-color: rgba(17, 17, 17, 0.3);
}
.layer-overlay.overlay-dark-4::before {
  background-color: rgba(17, 17, 17, 0.4);
}
.layer-overlay.overlay-dark-5::before {
  background-color: rgba(17, 17, 17, 0.5);
}
.layer-overlay.overlay-dark-6::before {
  background-color: rgba(17, 17, 17, 0.6);
}
.layer-overlay.overlay-dark-7::before {
  background-color: rgba(17, 17, 17, 0.7);
}
.layer-overlay.overlay-dark-8::before {
  background-color: rgba(17, 17, 17, 0.8);
}
.layer-overlay.overlay-dark-9::before {
  background-color: rgba(17, 17, 17, 0.9);
}
.layer-overlay.overlay-white::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-white-1::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.layer-overlay.overlay-white-2::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.layer-overlay.overlay-white-3::before {
  background-color: rgba(255, 255, 255, 0.3);
}
.layer-overlay.overlay-white-4::before {
  background-color: rgba(255, 255, 255, 0.4);
}
.layer-overlay.overlay-white-5::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.layer-overlay.overlay-white-6::before {
  background-color: rgba(255, 255, 255, 0.6);
}
.layer-overlay.overlay-white-7::before {
  background-color: rgba(255, 255, 255, 0.7);
}
.layer-overlay.overlay-white-8::before {
  background-color: rgba(255, 255, 255, 0.8);
}
.layer-overlay.overlay-white-9::before {
  background-color: rgba(255, 255, 255, 0.9);
}
.layer-overlay.layer-pattern::before {
  background-image: url(../images/pattern1.png);
  background-color: rgba(0, 0, 0, 0.6);
}
.layer-overlay.layer-pattern2::before {
  background-image: url(../images/pattern2.png);
  background-color: rgba(0, 0, 0, 0.8);
}
.layer-overlay.layer-pattern3::before {
  background-image: url(../images/pattern3.png);
  background-color: rgba(0, 0, 0, 0.8);
}
.layer-overlay.maximage-layer-overlay::before {
  z-index: 1;
}
.layer-overlay.overlay-blue::before {
  background-color: rgba(1, 162, 208, 0.9);
}
.layer-overlay.overlay-blue-light::before {
  background-color: rgba(1, 162, 208, 0.45);
}
.layer-overlay.overlay-pink::before {
  background-color: rgba(235, 110, 142, 0.9);
}
.layer-overlay.overlay-pink-light::before {
  background-color: rgba(235, 110, 142, 0.45);
}
.layer-overlay.overlay-brown::before {
  background-color: rgba(60, 171, 111, 0.9);
}
.layer-overlay.overlay-brown-light::before {
  background-color: rgba(60, 171, 111, 0.45);
}
.layer-overlay.overlay-yellow::before {
  background-color: rgba(255, 187, 34, 0.9);
}
.layer-overlay.overlay-yellow-light::before {
  background-color: rgba(255, 187, 34, 0.45);
}
.layer-overlay.overlay-green::before {
  background-color: rgba(16, 196, 92, 0.9);
}
.layer-overlay.overlay-green-light::before {
  background-color: rgba(16, 196, 92, 0.45);
}
.layer-overlay.overlay-theme-color-1::before {
  background-color: rgba(173, 216, 230, 0.9);
}
.layer-overlay.overlay-theme-color-2::before {
  background-color: rgba(230, 173, 188, 0.9);
}
.layer-overlay.overlay-theme-color-3::before {
  background-color: rgba(230, 216, 173, 0.9);
}
.half-divider .overlay-theme-color-1,
.half-divider .overlay-theme-color-2,
.half-divider .overlay-theme-color-3 {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
}
/*
 * header.less
 * -----------------------------------------------
*/
.header-top {
  padding: 5px 0;
}
.header-top .header-widget .social-icons a i:hover {
  background: none;
}
.header-top .header-widget .list-border li {
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  padding: 5px 15px;
}
.header-top .header-widget .list-border li:last-child {
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  .header-top .header-widget .contact-info {
    margin-bottom: 20px;
  }
  .header-top .header-widget .contact-info li {
    display: block;
    text-align: center;
  }
}
.menuzord-brand img {
  max-height: 86px;
}
/* -------- Inner Header ---------- */
.inner-header .title {
  text-transform: uppercase;
}
/* -------- Custom theme style ---------- */
.header-nav .header-nav-wrapper .menuzord {
  padding: 0;
}
.header-nav.navbar-transparent.animated-active {
  background-color: rgba(0, 0, 0, 0.25);
}
/*
 * nav.less
 * -----------------------------------------------
*/
/* -------- nav sidebar ---------- */
.nav-sidebar li {
  background: #f1f1f1;
  padding-bottom: 0;
}
.nav-sidebar li a {
  border-radius: 0;
}
.nav-pills li a:hover,
.nav-pills li.active > a,
.nav-pills li.active > a:hover,
.nav-pills li.active > a:focus {
  background: #d3d3d3;
  color: #777777;
}
/* -------- Header Nav ---------- */
.header-nav {
  position: relative;
}
.header-nav .header-nav-absolute-wrapper {
  width: 100%;
}
.header-nav .header-nav-wrapper .menuzord {
  padding: 0;
}
/* -------- Menuzord ---------- */
.menuzord-menu > li {
  padding: 24px 0;
}
.menuzord-menu ul.dropdown {
  top: 83px;
}
.menuzord-menu > li > a {
  font-size: 15px;
  color: #333333;
}
.menuzord .menuzord-menu > li.active > a i,
.menuzord .menuzord-menu > li:hover > a i,
.menuzord .menuzord-menu ul.dropdown li:hover > a i {
  color: #fff;
}
.menuzord-menu ul.dropdown {
  border: 1px solid #eee;
}
.menuzord-menu ul.dropdown li {
  margin: 0;
}
.menuzord-menu ul.dropdown li a {
  color: #666666;
  font-size: 15px;
  font-weight: 600;
  padding: 7px 25px 7px 22px;
}
.menuzord-menu ul.dropdown li .indicator {
  top: 4px;
}
/* -------- Megamenu-Row ---------- */
.menuzord-menu > li > .megamenu .megamenu-row li {
  border: 0 none;
  clear: both;
  font-size: 12px;
  margin: 0;
  padding: 2px;
  position: relative;
  width: 100%;
}
.menuzord-menu > li > .megamenu .megamenu-row li a {
  display: block;
  padding: 8px 10px;
  -webkit-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active > a,
.menuzord-menu > li > .megamenu .megamenu-row li:hover > a {
  color: #111;
  padding-left: 15px;
}
.menuzord-menu > li > .megamenu .megamenu-row li a i {
  color: #444;
}
.menuzord-menu > li > .megamenu .megamenu-row li.active a i,
.menuzord-menu > li > .menuzord-menu > li > .megamenu .megamenu-row li:hover a i {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .menuzord-menu {
    background: #fff;
  }
}
/* -------- Scrolltofixed ---------- */
.header-nav .header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
  border-bottom: 1px solid #eee;
}
.header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed .menuzord {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.header .inner-sticky-wrapper {
  height: 80px;
}
@media only screen and (min-width: 901px) {
  .header-nav .header-nav-absolute-wrapper {
    bottom: -36px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 1111;
  }
  .header-nav .header-nav-absolute-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
    bottom: auto;
  }
}
/* -------- Navbar Fixed  ---------- */
.header-nav {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.header-nav.navbar-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 1030;
}
/* -------- Navbar Sticky Animated ---------- */
.navbar-sticky-animated .header-nav-wrapper .container {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
/* -------- Header White ---------- */
.header-nav.navbar-white {
  background-color: rgba(255, 255, 255, 0.95);
  border: medium none;
}
.header-nav.navbar-white .menuzord {
  background: transparent;
}
/* -------- Header Transparent ---------- */
.header-nav.navbar-transparent .menuzord {
  background: transparent;
}
.header-nav.navbar-transparent .header-nav-wrapper {
  border-bottom: 1px solid #eee;
}
.header-nav.navbar-transparent.animated-active {
  background-color: rgba(0, 0, 0, 0.1);
}
.header-nav.navbar-transparent.animated-active .header-nav-wrapper {
  border-bottom: none;
}
.header-nav.navbar-transparent.animated-active .menuzord-menu > li > a {
  color: #fff;
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
  .menuzord-brand {
    margin: 18px 15px 0 0;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 991px) {
  .menuzord .showhide {
    padding: 26px 0 0 ;
  }
}
@media only screen and (max-width: 900px) {
  .header-nav.navbar-transparent.animated-active .menuzord-menu > li > a {
    color: #888;
  }
}
/*
 * inner-header-title.less
 * -----------------------------------------------
*/
.inner-header .title {
  font-size: 36px;
  text-transform: uppercase;
}
/*
 *  vertical-nav.less
 * -----------------------------------------------
*/
.vertical-nav {
  /* vertical-nav-black*/
}
.vertical-nav .header {
  box-shadow: 0 0 8px -4px #000;
  width: 260px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  z-index: 101;
  padding: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background-size: cover;
}
.vertical-nav .main-content,
.vertical-nav .footer {
  padding-left: 260px;
}
.vertical-nav .container {
  max-width: 940px;
}
.vertical-nav .menuzord {
  background: none;
}
.vertical-nav .menuzord .menuzord-menu ul.dropdown li:hover > a {
  background: #eeeeee none repeat scroll 0 0;
  color: #111111;
}
.vertical-nav .menuzord-menu li {
  padding: 5px 0;
  position: relative;
  width: 100%;
}
.vertical-nav .menuzord-menu li .indicator {
  float: right;
}
.vertical-nav .menuzord-menu li a {
  padding-left: 30px;
  width: 100%;
}
.vertical-nav .menuzord-menu ul.dropdown,
.vertical-nav .menuzord-menu .megamenu {
  left: 100%;
  top: 4px;
}
.vertical-nav .menuzord-brand img {
  max-height: none;
}
.vertical-nav .vertical-nav-black {
  background: #111111;
}
.vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown {
  background: #111111;
  border-color: #222222;
}
.vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown li a {
  background: #111111;
}
.vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown li a .indicator i {
  color: #fff;
}
.vertical-nav .vertical-nav-black .menuzord-menu ul.dropdown li:hover > a {
  background: #111111 none repeat scroll 0 0;
  color: #fff;
}
.vertical-nav .vertical-nav-black .menuzord-menu > li > a {
  color: #808080;
}
.vertical-nav.vertical-nav-right .header {
  left: auto;
  right: 0;
}
.vertical-nav.vertical-nav-right .main-content,
.vertical-nav.vertical-nav-right .footer {
  margin-left: auto;
  margin-right: 260px;
  padding-top: 0;
}
.vertical-nav.vertical-nav-right .menuzord-menu ul.dropdown,
.vertical-nav.vertical-nav-right .menuzord-menu .megamenu {
  left: auto;
  right: 100%;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .vertical-nav .container {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .vertical-nav .header {
    border: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .vertical-nav .vertical-nav-widget {
    display: none;
  }
  .vertical-nav .menuzord {
    background: #fff;
  }
  .vertical-nav .vertical-nav-black .menuzord {
    background: none;
  }
  .vertical-nav .menuzord-brand {
    margin: 0;
    padding: 0;
  }
  .vertical-nav .menuzord-brand img {
    max-height: 65px;
    padding: 10px;
  }
  .vertical-nav .header-nav-wrapper {
    background: #111111 none repeat scroll 0 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .vertical-nav .vertical-nav-black .menuzord .menuzord-menu li > a,
  .vertical-nav .vertical-nav-black .menuzord .menuzord-menu li .indicator {
    border-color: #222222;
  }
  .vertical-nav .main-content,
  .vertical-nav .footer {
    margin-left: 0;
  }
  .vertical-nav.vertical-nav-right .main-content,
  .vertical-nav.vertical-nav-right .footer {
    margin-right: 0;
  }
}
/*
 *  menu-full-page.less
 * -----------------------------------------------
*/
/* menu-full-page plugin code */
.menu-full-page #fullpage-nav {
  background: rgba(255, 255, 255, 0.97);
  z-index: -1;
  position: fixed;
  /*left: -100%;*/
  /*left or right and the width of your navigation panel*/
  left: 0;
  /*left or right and the width of your navigation panel*/
  opacity: 0;
  width: 100%;
  /*should match the above value*/
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu-full-page #fullpage-nav ul {
  margin-top: 50px;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.menu-full-page #fullpage-nav li {
  text-align: center;
  transition: all 0.4s ease;
  padding: 10px 0;
  position: relative;
}
.menu-full-page #fullpage-nav li a {
  color: #111;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}
.menu-full-page #fullpage-nav li a:hover {
  color: #888;
  -webkit-transition: color 2s time;
  -o-transition: color 2s time;
  transition: color 2s time;
}
.menu-full-page #fullpage-nav li:hover:after a {
  position: absolute;
  content: '';
  color: #FFF;
}
.menu-full-page #fullpage-nav ul ul {
  display: none;
}
.menu-full-page #fullpage-nav ul ul li a {
  font-size: 13px;
}
.menu-full-page #fullpage-nav ul ul li a:hover {
  color: #888;
}
.menu-full-page .fullpage-nav-toggle.menu-open + #fullpage-nav {
  opacity: 1;
  z-index: 998;
}
.menu-full-page .fullpage-nav-toggle.menu-open + #fullpage-nav > ul {
  margin-top: 70px;
}
.menu-full-page .fullpage-nav-toggle {
  z-index: 999;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 70px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  background-color: transparent;
  /* active state, i.e. menu open */
}
.menu-full-page .fullpage-nav-toggle i {
  text-decoration: none;
  font-size: 40px;
  color: #fff;
}
.menu-full-page .fullpage-nav-toggle:focus {
  outline: none;
}
.menu-full-page .fullpage-nav-toggle span {
  display: block;
  position: absolute;
  top: 45px;
  left: 18px;
  right: 18px;
  height: 4px;
  border-radius: 2px;
  background: #888;
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
.menu-full-page .fullpage-nav-toggle span:before,
.menu-full-page .fullpage-nav-toggle span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 0;
  background-color: #888;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.menu-full-page .fullpage-nav-toggle span:before {
  top: -12px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.menu-full-page .fullpage-nav-toggle span:after {
  bottom: -12px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.menu-full-page .fullpage-nav-toggle.menu-open {
  background-color: transparent;
}
.menu-full-page .fullpage-nav-toggle.menu-open span {
  background: none;
}
.menu-full-page .fullpage-nav-toggle.menu-open span:before,
.menu-full-page .fullpage-nav-toggle.menu-open span:after {
  background-color: #111;
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
.menu-full-page .fullpage-nav-toggle.menu-open span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-full-page .fullpage-nav-toggle.menu-open span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* menu-full-page custom code */
.menu-full-page .header #fullpage-nav li {
  padding: 5px 0;
}
.menu-full-page .header #fullpage-nav li a {
  background: none;
  display: inline;
  font-size: 18px;
  text-transform: none;
}
.menu-full-page .header #fullpage-nav ul ul {
  margin-top: 0;
}
.menu-full-page .header #fullpage-nav ul ul li {
  padding: 3px 0;
}
.menu-full-page .header #fullpage-nav ul ul li a {
  font-size: 12px;
}
.menu-full-page .header #fullpage-nav ul li .dropdown {
  background: none;
  box-shadow: none;
  border: none;
  float: none;
  padding: 0;
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
  -moz-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
  -ms-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
  -o-transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
  transition: all 0.9s cubic-bezier(0.55, 0, 0.175, 1);
  display: block;
  visibility: visible;
}
.menu-full-page .header #fullpage-nav ul li:hover .dropdown {
  max-height: 700px;
}
/*
 *  boxed-layout.less
 * -----------------------------------------------
*/
.boxed-layout .container {
  max-width: 1170px;
  padding-left: 30px;
  padding-right: 30px;
}
.boxed-layout .header,
.boxed-layout .main-content,
.boxed-layout .footer {
  margin: 0 auto;
  max-width: 1170px;
  box-shadow: 0 0 8px -2px #333;
}
.boxed-layout .header,
.boxed-layout section,
.boxed-layout .footer {
  background-color: #fff;
}
.boxed-layout .header {
  margin-bottom: 15px;
}
.boxed-layout .header .navbar-default {
  background-color: #fff;
  border-color: #fff;
  padding: 0;
}
.boxed-layout .header .navbar-default .navbar-nav > li > a {
  padding: 30px 5px;
}
.boxed-layout .header .navbar-default .navbar-collapse {
  background-color: #fff;
  border-color: #fff;
  margin-right: 30px;
}
.boxed-layout .header #header-logo {
  margin: 0;
  padding-top: 27px;
}
@media only screen and (max-width: 991px) {
  .boxed-layout {
    padding-top: 0;
  }
  .boxed-layout .header .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .boxed-layout .header .navbar-default .navbar-collapse {
    margin-right: 15px;
  }
  .boxed-layout .navbar-header {
    padding: 15px 0;
  }
  .boxed-layout .navbar-collapse .navbar-nav li a .caret {
    margin-right: 0;
  }
}
/*
 * form.less
 * -----------------------------------------------
*/
/* -------- Form ---------- */
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 14px;
}
.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 48px;
}
label {
  font-weight: normal;
}
.form-control:focus,
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="number"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="password"]:focus,
form input[type="date"]:focus,
form input[type="color"]:focus,
form select:focus,
form textarea:focus {
  color: #404040;
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  outline: none;
}
.form-transparent .form-control {
  background: transparent;
  color: #f7f7f7;
}
.form-transparent .form-control:focus,
.form-transparent form input[type="text"]:focus,
.form-transparent form input[type="email"]:focus,
.form-transparent form input[type="number"]:focus,
.form-transparent form input[type="url"]:focus,
.form-transparent form input[type="search"]:focus,
.form-transparent form input[type="tel"]:focus,
.form-transparent form input[type="password"]:focus,
.form-transparent form input[type="date"]:focus,
.form-transparent form input[type="color"]:focus,
.form-transparent form select:focus,
.form-transparent form textarea:focus {
  color: #f7f7f7;
}
.form-transparent textarea.form-control,
.form-white textarea.form-control {
  height: 150px;
}
.form-white .form-control {
  background: #fff;
}
.form-transparent.form-line .form-control {
  border: none;
  border-bottom: 1px solid #c0c0c0;
  padding-left: 0;
}
.form-transparent.form-line textarea.form-control {
  height: 70px;
}
form label {
  font-weight: bold;
}
/* form error */
form .form-control.error {
  border: 2px solid #ee163b;
}
form .error {
  color: #ee163b;
}
/* -------- Donation Form ---------- */
.donation-form .form-group label.radio-inline {
  color: #808080;
}
/*-------- form-text-white ---------*/
.form-text-white .form-group label {
  color: #fff;
}
/*
 *  side-push-panel.less
 * -----------------------------------------------
*/
.side-push-panel {
  overflow-x: hidden;
}
.side-push-panel.fullwidth-page #wrapper {
  right: 0;
  position: relative;
}
.side-push-panel.fullwidth-page header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  right: 0;
}
.side-push-panel.fullwidth-page.side-panel-left #wrapper {
  left: 0;
  right: auto;
}
.side-push-panel.fullwidth-page.side-panel-left header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  left: 0;
  right: auto;
}
.side-push-panel.fullwidth-page.side-panel-open #wrapper {
  right: 300px;
}
.side-push-panel.fullwidth-page.side-panel-open header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  right: 300px;
}
.side-push-panel.fullwidth-page.side-panel-left.side-panel-open #wrapper {
  left: 300px;
  right: auto;
}
.side-push-panel.fullwidth-page.side-panel-left.side-panel-open header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  left: 300px;
  right: auto;
}
/* -------- Has Side Panel ---------- */
.side-push-panel.has-side-panel .menuzord .showhide {
  float: left;
}
/* -------- Body Overlay ---------- */
.has-side-panel .body-overlay {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.has-side-panel.side-panel-open .body-overlay {
  opacity: 1;
  pointer-events: auto;
  z-index: 1111;
}
.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover {
  cursor: url('../images/close.png') 15 15, default;
}
/* -------- Side Panel ---------- */
#side-panel {
  -webkit-backface-visibility: hidden;
  background-color: #f3f3f3;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: -300px;
  top: 0;
  width: 300px;
  z-index: 1112;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#side-panel .side-panel-wrap {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: auto;
  padding: 50px 70px 50px 40px;
  position: absolute;
  top: 0;
  width: 330px;
}
#side-panel .widget {
  border-top: 1px solid #eeeeee;
  margin-top: 40px;
  padding-top: 40px;
  width: 220px;
}
#side-panel .widget:first-child {
  border-top: 0;
  margin: 0;
  padding-top: 0;
}
.side-panel-open #side-panel {
  right: 0;
}
.side-panel-left #side-panel {
  left: -300px;
  right: auto;
}
.side-panel-left.side-panel-open #side-panel {
  left: 0;
  right: auto;
}
.device-touch #side-panel .side-panel-wrap {
  overflow-y: scroll;
}
/* -------- Side-Panel-Nav ---------- */
#side-panel .side-panel-nav .nav li a {
  padding: 5px 0;
}
#side-panel .side-panel-nav .nav li a:hover {
  background-color: transparent;
  color: #a9a9a9;
}
#side-panel .side-panel-nav .nav ul.tree {
  display: none;
  margin-left: 15px;
}
/* -------- Side-Panel-Trigger And Close ---------- */
#side-panel-trigger {
  cursor: pointer;
  display: block;
  float: right;
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 25px;
  z-index: 11;
}
@media only screen and (max-width: 767px) {
  #side-panel-trigger {
    margin-top: 15px;
  }
}
#side-panel-trigger-close {
  left: 0;
  margin: 10px;
  position: absolute;
  top: 0;
}
/* -------- Transition ---------- */
.side-push-panel.fullwidth-page #wrapper,
.side-push-panel.fullwidth-page header .header-nav-wrapper.scroll-to-fixed-fixed .container {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/*
 *  box-hover-effect.less
 * -----------------------------------------------
*/
.box-hover-effect {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
}
.box-hover-effect img {
  position: relative;
  display: block;
  max-height: 100%;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay::before,
.box-hover-effect .overlay::after {
  pointer-events: none;
}
.box-hover-effect .overlay .details {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay .title {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay .para {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay .entry-meta {
  bottom: 10px;
  font-size: 70%;
  opacity: 0;
  position: absolute;
  width: 89%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect .overlay .entry-meta.top {
  top: 10px;
}
.box-hover-effect .overlay .entry-meta i {
  color: #fff;
}
.box-hover-effect .overlay .icons {
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 40%;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box-hover-effect:hover .overlay {
  background: rgba(0, 0, 0, 0.85);
}
.box-hover-effect:hover .overlay.white {
  background: rgba(255, 255, 255, 0.75);
}
.box-hover-effect:hover .overlay.black {
  background: rgba(0, 0, 0, 0.85);
}
.box-hover-effect:hover .overlay .entry-meta {
  opacity: 1;
}
.box-hover-effect:hover .overlay .icons {
  opacity: 1;
}
.box-hover-effect:hover .overlay .icons i {
  color: #fff;
}
.box-hover-effect:hover .overlay .icons.twin i {
  padding: 10px;
}
.box-hover-effect:hover .overlay .icons.bordered i {
  border: 1px solid #fff;
}
.box-hover-effect:hover .overlay .icons.bordered i.text-black {
  border-color: #000;
}
.shadow-overlay {
  background-image: url("../images/shadow-overlay.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
/* Individual effects */
/* -------- effect1 ---------- */
.box-hover-effect.effect1 .thumb {
  position: relative;
  overflow: hidden;
}
.box-hover-effect.effect1 .thumb:before {
  background-color: rgba(255, 255, 255, 0.5);
  left: -40%;
  content: "";
  height: 150%;
  opacity: 0;
  position: absolute;
  top: -40%;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transform: rotate(-70deg);
  -moz-transform: rotate(-70deg);
  -ms-transform: rotate(-70deg);
  -o-transform: rotate(-70deg);
  transform: rotate(-70deg);
  width: 100%;
  z-index: 1;
}
.box-hover-effect.effect1:hover .thumb:before {
  opacity: 1;
}
.box-hover-effect.effect1:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* -------- effect2 ---------- */
.box-hover-effect.effect2 .thumb {
  position: relative;
  overflow: hidden;
}
.box-hover-effect.effect2 .overlay .overlay-details {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box-hover-effect.effect2:hover .overlay-details {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.box-hover-effect.effect2:hover .details {
  opacity: 0;
}
.box-hover-effect.effect2:hover img {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* -------- effect3 ---------- */
.box-hover-effect.effect3 .overlay {
  position: relative;
}
.box-hover-effect.effect3 .thumb {
  position: relative;
}
.box-hover-effect.effect3 .thumb:after {
  background-color: rgba(255, 255, 255, 0.15);
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
}
.box-hover-effect.effect3 .thumb:before {
  background-color: rgba(255, 255, 255, 0.15);
  left: 0;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 0;
  z-index: 1;
}
.box-hover-effect.effect3:hover .thumb:before,
.box-hover-effect.effect3:hover .thumb:after {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
/* -------- Custom Theme Style ---------- */
.box-hover-effect.effect2 .overlay.white .overlay-details p {
  color: #777777;
}
/*
 * gallery-isotope.less
 * -----------------------------------------------
*/
/* -------- Portfolio Isotop Filter ---------- */
.portfolio-filter {
  margin-bottom: 30px;
  text-align: center;
}
.portfolio-filter a {
  background: #F7F8Fa none repeat scroll 0 0;
  border: 1px solid #eee;
  color: #555555;
  display: inline-block;
  float: none;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-right: 10px;
  outline: medium none;
  padding: 5px 15px;
  margin-bottom: 10px;
}
.portfolio-filter a.active,
.portfolio-filter a:hover {
  color: #111111;
  background-color: #f5f5f5;
}
/* -------- Portfolio Isotop Gallery ---------- */
.gallery-isotope {
  /*gutter*/
  /* by default 4 grids */
  /*portfolio 2 grids*/
  /*portfolio 2 grids*/
  /*portfolio 3 grids*/
  /*portfolio 4 grids*/
  /*portfolio 5 grids*/
  /*portfolio 6 grids*/
  /*portfolio 7 grids*/
  /*portfolio 8 grids*/
  /*portfolio 9 grids*/
  /*portfolio 10 grids*/
}
.gallery-isotope.gutter .gallery-item {
  padding-right: 5px;
  padding-bottom: 5px;
}
.gallery-isotope.gutter-small .gallery-item {
  padding-right: 2px;
  padding-bottom: 2px;
}
.gallery-isotope.gutter-10 .gallery-item {
  padding-right: 10px;
  padding-bottom: 10px;
}
.gallery-isotope.gutter-20 .gallery-item {
  padding-right: 20px;
  padding-bottom: 20px;
}
.gallery-isotope.gutter-30 .gallery-item {
  padding-right: 30px;
  padding-bottom: 30px;
}
.gallery-isotope.gutter-40 .gallery-item {
  padding-right: 40px;
  padding-bottom: 40px;
}
.gallery-isotope.gutter-50 .gallery-item {
  padding-right: 50px;
  padding-bottom: 50px;
}
.gallery-isotope.gutter-60 .gallery-item {
  padding-right: 60px;
  padding-bottom: 60px;
}
.gallery-isotope .gallery-item {
  width: 25%;
}
.gallery-isotope .gallery-item.wide {
  width: 50%;
}
.gallery-isotope.grid-1 .gallery-item {
  width: 100%;
}
.gallery-isotope.grid-1 .gallery-item.wide {
  width: 100%;
}
.gallery-isotope.grid-2 .gallery-item {
  width: 50%;
}
.gallery-isotope.grid-2 .gallery-item.wide {
  width: 100%;
}
.gallery-isotope.grid-3 .gallery-item {
  width: 33.333%;
}
.gallery-isotope.grid-3 .gallery-item.wide {
  width: 66.6667%;
}
.gallery-isotope.grid-4 .gallery-item {
  width: 25%;
}
.gallery-isotope.grid-4 .gallery-item.wide {
  width: 50%;
}
.gallery-isotope.grid-5 .gallery-item {
  width: 20%;
}
.gallery-isotope.grid-5 .gallery-item.wide {
  width: 40%;
}
.gallery-isotope.grid-6 .gallery-item {
  width: 16.666666667%;
}
.gallery-isotope.grid-6 .gallery-item.wide {
  width: 33.333%;
}
.gallery-isotope.grid-7 .gallery-item {
  width: 14.2857143%;
}
.gallery-isotope.grid-7 .gallery-item.wide {
  width: 28.5714286%;
}
.gallery-isotope.grid-8 .gallery-item {
  width: 12.5%;
}
.gallery-isotope.grid-8 .gallery-item.wide {
  width: 25%;
}
.gallery-isotope.grid-9 .gallery-item {
  width: 11.11%;
}
.gallery-isotope.grid-9 .gallery-item.wide {
  width: 22.22%;
}
.gallery-isotope.grid-10 .gallery-item {
  width: 10%;
}
.gallery-isotope.grid-10 .gallery-item.wide {
  width: 20%;
}
/* -------- Portfolio Isotop Item Media Query ---------- */
@media only screen and (max-width: 991px) {
  .gallery-isotope .gallery-item {
    width: 33.333% !important;
  }
  .gallery-isotope .gallery-item.wide {
    width: 66.6667% !important;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-isotope .gallery-item {
    width: 50% !important;
  }
  .gallery-isotope .gallery-item.wide {
    width: 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  .gallery-isotope .gallery-item {
    width: 100% !important;
  }
  .gallery-isotope .gallery-item.wide {
    width: 100% !important;
  }
}
/* -------- Portfolio Isotop Overlay Effect ---------- */
.gallery-isotope .gallery-item {
  overflow: hidden;
}
.gallery-isotope .gallery-item .thumb {
  position: relative;
  overflow: hidden;
}
.gallery-isotope .gallery-item .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: none!important;
  color: transparent!important;
  z-index: 11;
}
.gallery-isotope .gallery-item .overlay-shade {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: #333;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery-isotope .gallery-item:hover .overlay-shade {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.gallery-isotope .gallery-item .icons-holder {
  position: absolute;
  top: 0%;
  left: 50%;
  display: inline-block;
  width: auto;
  height: 36px;
  vertical-align: middle;
  z-index: 13;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-isotope .gallery-item .icons-holder .icons-holder-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -18px 0 0 -50%;
}
.gallery-isotope .gallery-item .icons-holder .icons-holder-inner a {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-isotope .gallery-item:hover .icons-holder {
  top: 50%;
}
.gallery-isotope .gallery-item:hover .icons-holder .icons-holder-inner a {
  opacity: 1;
  filter: alpha(opacity=1);
}
.gallery-isotope .gallery-item .portfolio-description {
  padding: 15px 0;
}
.gallery-isotope .gallery-item .portfolio-description .title {
  margin: 0;
}
.gallery-isotope .gallery-item .portfolio-description .title a {
  color: #333333;
}
.gallery-isotope .gallery-item .text-holder {
  box-sizing: border-box;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 25px 30px 60px;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 13;
}
.gallery-isotope .gallery-item .text-holder .title {
  color: #fff;
}
.gallery-isotope .gallery-item:hover .text-holder {
  opacity: 1;
}
.gallery-isotope .flex-control-nav {
  z-index: 111;
}
/*
 * sliders.less
 * -----------------------------------------------
*/
/* -------- Rev Slider ---------- */
#home .revslider-fullscreen {
  min-height: auto;
}
/* -------- Home Revolution Slider For Minimal Layouts ---------- */
.minimal-revslider-wrapper {
  left: 0;
  width: 100%;
}
.minimal-revslider-wrapper .tp-leftarrow {
  left: 0;
}
.minimal-revslider-wrapper .tp-rightarrow {
  right: 0;
}
/* -------- Tab-Slider ---------- */
.tab-slider .tab-content {
  padding: 0;
  border: 0;
}
.tab-slider .nav.nav-pills > div {
  background-color: #fff;
  float: left;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-slider .nav.nav-pills i {
  color: #d3d3d3;
}
.tab-slider .nav.nav-pills a {
  display: block;
  padding: 40px 30px;
  background: #f3f3f3;
}
.tab-slider .nav.nav-pills a:hover i,
.tab-slider .nav.nav-pills a:hover h6,
.tab-slider .nav.nav-pills a.active i,
.tab-slider .nav.nav-pills a.active h6 {
  color: #fff;
}
/* -------- MaxImage Slider ---------- */
.maximage-slider .fullscreen-controls .img-prev,
.maximage-slider .fullscreen-controls .img-next {
  background: rgba(0, 0, 0, 0.3);
}
/* -------- Testimonial-Carousel ---------- */
.testimonial-carousel,
.testimonial-carousel-style2 {
  /* fullwidth */
}
.testimonial-carousel .quote,
.testimonial-carousel-style2 .quote,
.testimonial-carousel .thumb,
.testimonial-carousel-style2 .thumb {
  margin-bottom: 40px;
}
.testimonial-carousel .quote i,
.testimonial-carousel-style2 .quote i {
  background: #555555;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  height: 60px;
  line-height: 1;
  padding: 20px 0 0;
  text-align: center;
  width: 60px;
}
.testimonial-carousel .author,
.testimonial-carousel-style2 .author {
  margin-top: 30px;
  text-transform: uppercase;
}
.testimonial-carousel.owl-theme .owl-controls,
.testimonial-carousel-style2.owl-theme .owl-controls {
  margin-top: 10px;
}
.testimonial-carousel.fullwidth .content p,
.testimonial-carousel-style2.fullwidth .content p {
  font-size: 15px;
  font-style: italic;
  color: #fff;
}
.testimonial-carousel.fullwidth .content p::after,
.testimonial-carousel-style2.fullwidth .content p::after {
  content: "\f10e";
  font-family: fontawesome;
  font-size: 100px;
  left: 42%;
  opacity: 0.1;
  position: absolute;
}
.testimonial-carousel.bullet-white .owl-dots span,
.testimonial-carousel-style2.bullet-white .owl-dots span {
  background: #fff;
}
.testimonial-carousel .owl-item img,
.testimonial-carousel-style2 .owl-item img {
  display: inline-block;
  width: auto;
  max-width: 90px;
}
.testimonial-carousel.boxed .quote,
.testimonial-carousel-style2.boxed .quote,
.testimonial-carousel.boxed .thumb,
.testimonial-carousel-style2.boxed .thumb {
  margin-bottom: 20px;
}
.testimonial-carousel.boxed .owl-item img,
.testimonial-carousel-style2.boxed .owl-item img {
  display: inline-block;
  width: auto;
  max-width: 65px;
}
.testimonial-carousel.boxed .content::after,
.testimonial-carousel-style2.boxed .content::after {
  bottom: 12px;
  content: "\f10e";
  font-family: fontawesome;
  font-size: 55px;
  opacity: 0.2;
  position: absolute;
  right: 10px;
}
.testimonial-carousel.boxed .owl-controls,
.testimonial-carousel-style2.boxed .owl-controls {
  margin-top: 0;
}
.testimonial-carousel.boxed.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel-style2.boxed.owl-theme .owl-dots .owl-dot.active span,
.testimonial-carousel.boxed.owl-theme .owl-dots .owl-dot:hover span,
.testimonial-carousel-style2.boxed.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}
/* -------- Widget-Testimonial-Carousel ---------- */
.widget-testimonial-carousel .item img {
  max-width: 75px;
  float: right;
}
/* -------- Owl Carousel ---------- */
.owl-controls {
  margin: 0;
}
.owl-controls .owl-nav > div {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 0;
  display: block;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 45%;
  -webkit-transition: all .4s ease 0s;
  -moz-transition: all .4s ease 0s;
  -ms-transition: all .4s ease 0s;
  -o-transition: all .4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 6;
}
.owl-controls .owl-next {
  right: 0px;
}
.owl-controls .owl-next i {
  color: #888;
  font-size: 20px;
}
.owl-controls .owl-prev i {
  color: #888;
  font-size: 20px;
}
.owl-controls .owl-nav > div:hover {
  background: #ffffff none repeat scroll 0 0;
}
/* owl dots */
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  background: #fff;
  border: 2px solid #eeeeee;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 5px 3px;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 12px;
}
/* Image Carousel */
.image-carousel .owl-controls .owl-nav > div {
  opacity: 0;
}
.image-carousel:hover .owl-controls .owl-nav > div {
  opacity: 1;
}
/* Owl top nav style */
.owl-carousel.owl-nav-top.bullet-white .owl-dots span {
  background: #fff;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav > div {
  background-color: transparent;
  top: -90px;
  right: 0;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav > div:hover i {
  color: #333333;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev {
  right: 58px;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
  right: 0;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev,
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
  background: transparent;
  border: none;
  line-height: 22px;
  padding: 2px 8px 0;
  text-align: center;
}
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev i,
.owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next i {
  font-size: 32px;
}
.owl-carousel.owl-nav-top.nav-theme-colored .owl-controls .owl-nav .owl-prev i,
.owl-carousel.owl-nav-top.nav-theme-colored .owl-controls .owl-nav .owl-next i {
  color: #fff;
  font-weight: 800;
}
.owl-carousel.no-bullet .owl-nav {
  display: none;
}
.recent-project .owl-controls .owl-nav > div {
  top: 38%;
}
.recent-project .owl-controls .owl-nav .owl-prev i,
.recent-project .owl-controls .owl-nav .owl-next i {
  padding: 2px 16px;
}
.featured-gallery.style2 {
  float: right;
  width: 92%;
}
.featured-gallery.style2 .owl-controls {
  bottom: 58px;
  left: -80px;
  margin: 0;
  position: absolute;
}
.featured-gallery.style2 .owl-controls .owl-nav > div {
  top: 95%;
}
.featured-gallery.style2 .owl-controls .owl-nav .owl-prev {
  left: 0px;
}
.featured-gallery.style2 .owl-controls .owl-nav .owl-next {
  display: inline-table;
  left: 40px;
}
.featured-gallery.style2 .owl-controls .owl-nav .owl-prev i,
.featured-gallery.style2 .owl-controls .owl-nav .owl-next i {
  color: #fff;
  font-size: 35px;
}
@media only screen and (max-width: 991px) {
  .featured-gallery.style2 {
    float: none;
    margin-top: 58px;
    width: 100%;
  }
  .featured-gallery.style2 .owl-controls {
    bottom: auto;
    left: auto;
    top: -45px;
  }
}
.image-carousel .owl-controls .owl-nav > div {
  opacity: 0;
}
.image-carousel:hover .owl-controls .owl-nav > div {
  opacity: 1;
}
/* -------- Owl Fullwidth Carousel ---------- */
.fullwidth-carousel .owl-controls .owl-nav > div {
  top: 45%;
}
.fullwidth-carousel .carousel-item {
  min-height: 615px;
  width: 100%;
}
.fullwidth-carousel.blog-fullwidth-carousel .carousel-item {
  height: 600px;
  min-height: auto;
  width: 100%;
}
.fullwidth-carousel.blog-fullwidth-carousel .owl-controls .owl-nav > div {
  background: none;
}
/* -------- Twitter Feed Carousel ---------- */
.owl-dots-bottom-right .owl-dots {
  bottom: -10px;
  position: absolute;
  right: 0;
}
/* -------- Twitter Feed Carousel ---------- */
.twitter-feed.twitter-carousel {
  color: #111111;
  font-size: 16px;
}
.twitter-feed.twitter-carousel a {
  color: #111111;
}
.twitter-feed .date {
  font-size: 12px;
}
.twitter-feed.twitter-white,
.twitter-feed.twitter-white a {
  color: #fff;
}
/* -------- BX Slider ---------- */
.bx-wrapper {
  margin: 0 auto 7px;
  padding: 0;
  position: relative;
}
.bx-wrapper .bx-viewport {
  background: inherit;
  border: 0 solid #fff;
  box-shadow: 0 0 0 #ccc;
  left: 0;
  transform: translateZ(0px);
}
/* bx top nav style */
.bx-controls .bx-controls-direction > a {
  background: transparent;
  border: medium none;
  height: auto;
  line-height: 30px;
  padding: 0 14px;
  width: auto;
  text-indent: 0;
  top: -48px;
  z-index: 0;
}
.bx-controls .bx-controls-direction > a:hover i {
  color: #fff;
}
.bx-controls .bx-controls-direction .bx-prev {
  right: 40px;
  left: auto;
}
.bx-controls .bx-controls-direction .bx-next {
  right: 0;
}
/* -------- Typed Animation Slider ---------- */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dots-left .owl-dots {
  margin-left: 0px;
  margin-top: 10px;
  text-align: left;
}
.owl-carousel .owl-item .testimonial-wrapper img {
  display: inline-block;
  width: 75px;
}
.owl-carousel .owl-item .testimonial-wrapper.large-image img {
  display: inline-block;
  width: 100px;
}
/*
 * home.less
 * -----------------------------------------------
*/
/* -------- Setion-Bottom-Absolute-Div ---------- */
.setion-bottom-absolute-div {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
/*
 * about.less
 * -----------------------------------------------
*/
/* -------- Bg Img Box ---------- */
.bg-img-box {
  position: relative;
}
.bg-img-box .caption {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  position: absolute;
  top: 0;
}
.bg-img-box .caption .title {
  font-size: 30px;
  line-height: 39px;
}
.bg-img-box .caption p {
  max-width: 280px;
}
.img-hover-border {
  position: relative;
}
.img-hover-border::after {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  border: 1px solid #999;
  content: "";
  height: 97%;
  left: 5px;
  position: absolute;
  top: 4px;
  transition: all 300ms ease-in-out 0s;
  width: 95%;
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991px) {
  .img-hover-border::after {
    height: 96%;
    left: 15px;
    top: 15px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479px) {
  .img-hover-border::after {
    height: 96%;
    left: 10px;
    top: 10px;
  }
}
/*
 * project.less
 * -----------------------------------------------
*/
.project .thumb {
  position: relative;
  overflow: hidden;
}
.project .thumb:after {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.3s;
  width: 100%;
}
.project .hover-link {
  left: 44%;
  opacity: 0;
  position: absolute;
  top: 20%;
  transition-duration: 0.3s;
  z-index: 9;
}
.project .hover-link i {
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 10px;
}
.project .project-details {
  background: #fff none repeat scroll 0 0;
  transition-duration: 0.3s;
}
.project:hover .thumb::after {
  border: 10px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.project:hover .hover-link {
  opacity: 1;
  top: 44%;
}
.project:hover .project-details {
  border-bottom: 3px solid #fff;
}
.project:hover .project-details .title,
.project:hover .project-details .sub-title {
  color: #fff;
}
/*
 * volunteer.less
 * -----------------------------------------------
*/
.volunteer {
  position: relative;
}
.volunteer .overlay {
  height: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.volunteer .content {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.volunteer:hover .overlay {
  opacity: 1;
  height: 100%;
}
.volunteer:hover .content {
  opacity: 1;
  top: 30%;
}
.volunteer.border {
  border: 3px solid #fff;
}
.volunteer .info {
  padding: 15px 0;
  padding-bottom: 0;
  text-align: center;
}
.volunteer .info .name {
  font-weight: 700;
  margin: 0px;
}
.volunteer .info .name a {
  text-transform: uppercase;
}
.volunteer .info .occupation {
  color: #999;
  margin-bottom: 10px;
  margin-top: 0px;
  text-transform: uppercase;
}
/*
 * contact.less
 * -----------------------------------------------
*/
.contact-wrapper {
  padding: 50px 50px 50px 100px;
}
.contact-form .form-group {
  margin-bottom: 20px;
}
.contact-form .form-control {
  background-image: none;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  box-shadow: none;
  height: 48px;
}
.contact-form .form-control:focus,
.contact-form .form-control:active {
  box-shadow: none;
  color: #333333;
}
.contact-form .form-control2 {
  background-color: rgba(0, 0, 0, 0.8);
  color: #c0c0c0;
}
.contact-form .form-group button {
  margin-top: 0;
}
.contact-form textarea.form-control {
  height: 110px;
  resize: none;
}
textarea {
  resize: none;
}
/*
 * event.less
 * -----------------------------------------------
*/
.event {
  border: 1px solid #eeeeee;
  border-radius: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.event:hover {
  background: #fafafa;
}
.event .event-content .media-heading a {
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.event .event-content ul li {
  font-size: 12px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.event .event-date ul li {
  line-height: 1;
}
.event .event-date ul li:first-child {
  margin-bottom: 10px;
}
/* -------- Schedule-Box Style ---------- */
.schedule-box .thumb {
  position: relative;
  overflow-x: hidden;
}
.schedule-box .thumb .overlay {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out 0s;
  -o-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  top: -100%;
}
.schedule-box .thumb .overlay a i {
  background-color: #333;
  color: #fff;
  margin: 0 auto;
  padding: 13px 12px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.45s ease-in-out 0s;
  -o-transition: all 0.45s ease-in-out 0s;
  transition: all 0.45s ease-in-out 0s;
  top: 0;
}
.schedule-box .schedule-details ul li {
  margin: 0;
}
.schedule-box .schedule-details .title a {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.schedule-box:hover .thumb .overlay {
  opacity: 1;
  top: 0;
}
.schedule-box:hover .thumb .overlay a i {
  opacity: 1;
  top: 40%;
}
/* -------- Event-Table ---------- */
.table-schedule thead tr th {
  color: #fff;
  font-size: 16px;
  padding: 15px 25px;
  text-transform: uppercase;
}
.table-schedule > tbody > tr {
  background-color: #f3f3f3;
}
.table-schedule > tbody > tr:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.table-schedule tbody tr td {
  border-top: 1px solid #f3f3f3;
  color: #666;
  font-weight: 400;
  padding: 15px 25px;
}
.table-schedule tbody tr td .speaker-thumb {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  width: 55px;
}
.table-schedule tbody tr td .title {
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 3px;
}
.table-schedule tbody tr td .name {
  font-size: 13px;
  margin: 0;
}
.table-schedule tbody tr td strong {
  color: #666;
  font-weight: 700;
}
.table-schedule .toggle-content {
  cursor: pointer;
}
.table-schedule .session-details {
  display: none;
}
.upcoming-event-right {
  margin-left: 90px;
}
/*
 * practice-area.less
 * -----------------------------------------------
*/
.practice-area {
  overflow: hidden;
  position: relative;
}
.practice-area:hover .practice-name {
  opacity: 1;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*
 * services.less
 * -----------------------------------------------
*/
.rotated-service-box {
  position: relative;
}
.rotated-service-box .icon {
  background-color: #d3d3d3;
  display: inline-block;
  height: 90px;
  left: 0;
  margin: 0 auto;
  padding: 30px;
  position: absolute;
  right: 0;
  top: -45px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 90px;
}
.rotated-service-box .icon i {
  color: #fff;
  font-size: 32px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.rotated-service-box .heading {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.services-list li {
  border: medium none;
  padding: 0 !important;
}
.services-list li.active {
  position: relative;
  padding-left: 30px;
}
.services-list ul li a {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  color: #111111;
  display: inline-block;
  font-weight: 500;
  padding: 20px 45px;
  width: 100%;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.services-list li.active a {
  border: 1px solid transparent;
  color: #000;
  font-weight: 600;
  padding-left: 60px;
}
.services-list li.active::after {
  color: #000;
  content: "";
  font-family: "Pe-icon-7-stroke";
  font-size: 32px;
  left: 10px;
  position: absolute;
  top: 5px;
}
.brochured li a {
  background: #f8f8f8 none repeat scroll 0 0;
  border: 1px solid #f1f1f1;
  display: inline-block;
  padding: 16px 30px;
  width: 100%;
  -webkit-transition: all 0.1s ease !important;
  -o-transition: all 0.1s ease !important;
  transition: all 0.1s ease !important;
}
.brochured li a i {
  font-size: 18px;
  margin-right: 12px;
  vertical-align: middle;
}
/*
 * domain-price.less
 * -----------------------------------------------
*/
.d-name {
  display: block;
  line-height: 15px;
}
.pricing-ribbon h5 {
  color: #fff;
  left: -60px;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
  transform: rotate(-45deg);
  width: 190px;
}
/*
 * Shop.less
 * -----------------------------------------------
*/
/* -------- Product Details Page ---------- */
.product {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.products .product {
  border: 1px solid #eeeeee;
  max-width: 400px;
}
.products .product:hover {
  border: 1px solid #eeeeee;
}
.products .product .product-details .product-title {
  font-size: 15px;
  margin-top: 20px;
  text-transform: uppercase;
}
.btn-add-to-cart-wrapper,
.btn-product-view-details {
  opacity: 0;
  height: auto;
  margin: 0 0 15px;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  position: absolute;
  bottom: 0;
  left: -60px;
}
.product:hover .btn-add-to-cart-wrapper,
.product:hover .btn-product-view-details {
  left: 0;
  opacity: 1;
}
.btn-product-view-details {
  left: auto;
  bottom: 0;
  right: -60px;
}
.product:hover .btn-product-view-details {
  left: auto;
  opacity: 1;
  right: 0;
}
/* -------- Price ---------- */
.product .price {
  margin-top: 5px;
}
.product .price .amount {
  font-size: 18px;
  font-weight: 600;
}
.product .price del .amount {
  color: #999999;
  font-size: 14px;
  font-weight: 500;
}
.product .price ins {
  margin-left: 10px;
  text-decoration: none;
}
/* -------- Product-Summary ---------- */
.product .product-summary .product-title {
  margin-top: 0;
}
.product .product-summary .short-description {
  margin-bottom: 15px;
}
.product .product-summary .cart-form-wrapper .btn {
  margin-top: 0;
}
.product .product-summary .variations {
  width: 100%;
}
.product .product-tab {
  margin-top: 30px;
}
.product .commentlist .comment {
  margin-top: 30px;
  position: relative;
}
.product .commentlist .comment .meta {
  font-size: 12px;
}
.product .commentlist .comment .author {
  font-size: 14px;
  font-weight: bold;
}
.product .product-thumb {
  position: relative;
}
.product .product-thumb:hover .overlay {
  opacity: 1;
}
.product .product-thumb .overlay .add-to-wishlist {
  color: #fff;
  right: 10px;
  top: 10px;
  position: absolute;
}
.product .product-summary .cart-form-wrapper .quantity,
.tbl-shopping-cart .quantity {
  display: inline-block;
  margin-right: .8571em;
  position: relative;
  width: 4.1429em;
  vertical-align: top;
}
.product .product-summary .cart-form-wrapper .quantity .minus,
.tbl-shopping-cart .quantity .minus,
.product .product-summary .cart-form-wrapper .quantity .plus,
.tbl-shopping-cart .quantity .plus {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: 'Open Sans', sans-serif;
  height: 18px;
  left: 2.8571em;
  line-height: 1;
  outline: medium none;
  padding: 0;
  position: absolute;
  width: 18px;
}
.product .product-summary .cart-form-wrapper .quantity .minus,
.tbl-shopping-cart .quantity .minus {
  bottom: 0;
}
.product .product-summary .cart-form-wrapper .quantity .plus,
.tbl-shopping-cart .quantity .plus {
  top: 0;
}
.product .product-summary .cart-form-wrapper .quantity .qty,
.tbl-shopping-cart .quantity .qty {
  -moz-appearance: textfield;
  border: 1px solid #ccc;
  height: 41px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 40px;
}
/* -------- Star-Rating ---------- */
.star-rating {
  font-size: 14px;
  height: 16px;
  width: 75px;
  line-height: 1;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  top: 0px;
}
.star-rating::before,
.star-rating span::before {
  color: #a9a9a9;
  content: "\f005\f005\f005\f005\f005";
  float: left;
  font-family: fontawesome;
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
}
.star-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
/* -------- Tag Sale ---------- */
.product .tag-sale {
  margin: 0;
  top: 0;
  display: block;
  left: auto;
  right: 0;
  -webkit-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding: 4px 10px 4px 16px;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  z-index: 9;
}
.product .tag-sale .tag-sale::before {
  border-color: transparent transparent transparent #dcdcdc;
  border-style: solid;
  border-width: 12px 13px 13px 8px;
  content: "";
  height: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 1px;
  width: 0;
}
/* -------- Cart Page ---------- */
.tbl-shopping-cart .product-thumbnail img {
  max-width: 72px;
  max-height: 72px;
}
.tbl-shopping-cart .product-remove {
  text-align: center;
}
.tbl-shopping-cart .variation .variation-size,
.tbl-shopping-cart .variation .variation-size span {
  font-size: 12px;
}
.tbl-shopping-cart tr th,
.tbl-shopping-cart tr td,
.tbl-shopping-cart .coupon label,
.tbl-shopping-cart .coupon input,
.tbl-shopping-cart .coupon button {
  vertical-align: middle;
}
.tbl-shopping-cart tr td {
  padding: 10px 12px;
}
table.no-border td {
  border: medium none;
}
/* -------- Checkout Page ---------- */
.payment-method .radio {
  border: 1px solid #eee;
  padding: 10px;
}
.payment-method .radio > label {
  color: #111;
  font-size: 17px;
}
.payment-method .radio input {
  margin-top: 8px;
  vertical-align: initial;
}
.payment-method .radio > p {
  margin-left: 20px;
}
#checkout-shipping-address {
  display: none;
}
/* -------- Top Nav Search And Cart ---------- */
.top-nav-search-box .indicator,
.top-nav-cart-box .indicator {
  display: none;
}
.dropdown-cart {
  padding: 10px;
}
.dropdown-cart .cart-table-list,
.dropdown-cart .cart-table-list i {
  color: #222222;
  border: none;
}
.dropdown-cart .cart-table-list a {
  line-height: normal;
  color: #222222;
}
.dropdown-cart .cart-table-list td img {
  width: 50px;
  height: auto;
}
.dropdown-cart .cart-table-list.table > tbody > tr > td {
  border: none;
  line-height: 20px;
  height: 20px;
  vertical-align: middle;
}
.dropdown-cart .total-cart {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
  color: #222;
  text-align: right;
}
.dropdown-cart .total-cart ul {
  float: right;
  list-style: none;
  padding: 0;
  width: 100%;
}
.dropdown-cart .total-cart ul li {
  display: block;
  overflow: hidden;
}
.dropdown-cart .total-cart ul li span {
  width: 100px;
  display: inline-block;
  text-align: right;
  white-space: nowrap;
}
.dropdown-cart .total-cart .table > tbody > tr > td,
.dropdown-cart .total-cart .table > tbody > tr > th,
.dropdown-cart .total-cart .table > tfoot > tr > td,
.dropdown-cart .total-cart .table > tfoot > tr > th,
.dropdown-cart .total-cart .table > thead > tr > td,
.dropdown-cart .total-cart .table > thead > tr > th {
  border: 0;
}
.dropdown-cart .cart-btn .btn {
  width: auto;
  float: none;
  padding: 5px 15px;
}
/*
 * Blog 
 * -----------------------------------------------
*/
.post .entry-header {
  position: relative;
  overflow: hidden;
}
.post .entry-title {
  margin-top: 0;
}
.post .entry-content {
  background: #f8f8f8;
  padding: 15px;
}
.post .entry-date {
  font-size: 13px;
}
.post .entry-meta.meta-absolute {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.post .entry-meta.meta-absolute i {
  display: block;
  font-size: 28px;
}
.post .entry-meta.meta-absolute span a {
  color: #454545;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 2px;
  margin-right: 5px;
}
.post.media-post .post-thumb {
  float: left;
  margin: 0 10px 10px 0;
}
.post .post-thumb {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*
 * Blog Style 2
 * -----------------------------------------------
*/
.post.style2,
.post.style3 {
  position: relative;
  overflow: hidden;
}
.post.style2 .entry-content,
.post.style3 .entry-content {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: -30px;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.post.style2 .entry-content .entry-date,
.post.style3 .entry-content .entry-date {
  font-size: 11px;
  margin-bottom: 10px;
}
.post.style2:hover .entry-content,
.post.style3:hover .entry-content {
  bottom: 0;
}
.post.style2:hover .post-thumb,
.post.style3:hover .post-thumb {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.post .entry-header .entry-date {
  position: absolute;
  bottom: 0;
  right: 0;
}
.featured-blog {
  overflow: hidden;
  position: relative;
}
.featured-blog-details {
  bottom: -18%;
  padding: 30px;
  position: absolute;
  transition: all 400ms ease-in-out 0s;
  width: 100%;
}
.featured-blog:hover .featured-blog-details {
  bottom: 0;
}
.reply-box .form-group input {
  border-radius: 0;
  height: 45px;
  margin-bottom: 30px;
}
.featured-blog {
  overflow: hidden;
  position: relative;
}
.featured-blog-details {
  bottom: -18%;
  padding: 30px;
  position: absolute;
  transition: all 400ms ease-in-out 0s;
  width: 100%;
}
.featured-blog:hover .featured-blog-details {
  bottom: 0;
}
/*
 * Shortcode.less
 * -----------------------------------------------
*/
/*
 * Shortcode: alerts.less
 * -----------------------------------------------
*/
/*
 * Shortcode: buttons.less
 * -----------------------------------------------
*/
/* -------- Btn-Default ---------- */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-default:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
/* -------- Btn-Border ---------- */
.btn-border {
  color: #222222;
  background-color: #fff;
  border-color: #222222;
}
.btn-border:focus,
.btn-border.focus {
  color: #222222;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-border:hover {
  color: #222222;
  background-color: #e6e6e6;
  border-color: #040404;
}
.btn-border:active,
.btn-border.active,
.open > .dropdown-toggle.btn-border {
  color: #222222;
  background-color: #e6e6e6;
  border-color: #040404;
}
.btn-border:active:hover,
.btn-border.active:hover,
.open > .dropdown-toggle.btn-border:hover,
.btn-border:active:focus,
.btn-border.active:focus,
.open > .dropdown-toggle.btn-border:focus,
.btn-border:active.focus,
.btn-border.active.focus,
.open > .dropdown-toggle.btn-border.focus {
  color: #222222;
  background-color: #d4d4d4;
  border-color: #000000;
}
.btn-border:active,
.btn-border.active,
.open > .dropdown-toggle.btn-border {
  background-image: none;
}
.btn-border.disabled:hover,
.btn-border[disabled]:hover,
fieldset[disabled] .btn-border:hover,
.btn-border.disabled:focus,
.btn-border[disabled]:focus,
fieldset[disabled] .btn-border:focus,
.btn-border.disabled.focus,
.btn-border[disabled].focus,
fieldset[disabled] .btn-border.focus {
  background-color: #fff;
  border-color: #222222;
}
.btn-border .badge {
  color: #fff;
  background-color: #222222;
}
.btn-border {
  border-width: 2px;
}
.btn-border:hover,
.btn-border:active,
.btn-border:focus {
  background-color: #222222;
  border-color: #222222;
  color: #fff;
}
/* -------- Btn-Dark ---------- */
.btn-dark {
  color: #fff;
  background-color: #222222;
  border-color: #222222;
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #090909;
  border-color: #000000;
}
.btn-dark:hover {
  color: #fff;
  background-color: #090909;
  border-color: #040404;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  color: #fff;
  background-color: #090909;
  border-color: #040404;
}
.btn-dark:active:hover,
.btn-dark.active:hover,
.open > .dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open > .dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open > .dropdown-toggle.btn-dark.focus {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-dark:active,
.btn-dark.active,
.open > .dropdown-toggle.btn-dark {
  background-image: none;
}
.btn-dark.disabled:hover,
.btn-dark[disabled]:hover,
fieldset[disabled] .btn-dark:hover,
.btn-dark.disabled:focus,
.btn-dark[disabled]:focus,
fieldset[disabled] .btn-dark:focus,
.btn-dark.disabled.focus,
.btn-dark[disabled].focus,
fieldset[disabled] .btn-dark.focus {
  background-color: #222222;
  border-color: #222222;
}
.btn-dark .badge {
  color: #222222;
  background-color: #fff;
}
/* -------- Btn-Gray ---------- */
.btn-gray {
  color: #333333;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-gray:focus,
.btn-gray.focus {
  color: #333333;
  background-color: #d5d5d5;
  border-color: #afafaf;
}
.btn-gray:hover {
  color: #333333;
  background-color: #d5d5d5;
  border-color: #d0d0d0;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #333333;
  background-color: #d5d5d5;
  border-color: #d0d0d0;
}
.btn-gray:active:hover,
.btn-gray.active:hover,
.open > .dropdown-toggle.btn-gray:hover,
.btn-gray:active:focus,
.btn-gray.active:focus,
.open > .dropdown-toggle.btn-gray:focus,
.btn-gray:active.focus,
.btn-gray.active.focus,
.open > .dropdown-toggle.btn-gray.focus {
  color: #333333;
  background-color: #c3c3c3;
  border-color: #afafaf;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus {
  background-color: #eeeeee;
  border-color: #eeeeee;
}
.btn-gray .badge {
  color: #eeeeee;
  background-color: #333333;
}
.btn-circled {
  border-radius: 25px;
}
.btn-flat {
  border-radius: 0;
}
/* -------- Btn-Default ---------- */
.btn {
  font-size: 16px;
  padding: 8px 22px;
}
/* -------- Btn-xs ---------- */
.btn-xs {
  font-size: 11px;
  padding: 3px 14px;
}
/* -------- Btn-sm ---------- */
.btn-sm {
  font-size: 12px;
  padding: 5px 17px;
}
/* -------- Btn-lg ---------- */
.btn-lg {
  font-size: 14px;
  padding: 10px 26px;
}
/* -------- Btn-xl ---------- */
.btn-xl {
  font-size: 16px;
  padding: 13px 32px;
}
/* -------- Btn-transparent ---------- */
.btn-transparent {
  background-color: transparent;
  color: #fff;
}
/* btn read more*/
.btn-read-more {
  padding: 0;
}
.btn-read-more::after {
  display: inline-block;
  content: "\f18e";
  font-family: fontawesome;
  font-size: 16px;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  margin-left: 5px;
  position: relative;
  text-shadow: none;
  text-transform: none;
  top: 2px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
/*
 * blockquote.less
 * -----------------------------------------------
*/
blockquote {
  border-left: 3px solid #eeeeee;
  margin: 20px 0;
  padding: 30px;
}
blockquote.gray {
  border-left: 3px solid #666666;
  background-color: #eeeeee;
  color: #333333;
}
blockquote.gray.bg-theme-colored {
  background-color: #eeeeee;
}
blockquote.dark {
  border-left: 3px solid #3c3c3c;
  background-color: #555555;
  color: #fff;
}
blockquote.dark footer {
  color: #d3d3d3;
}
blockquote p {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-style: italic;
}
/*
 * Shortcode: clients.less
 * -----------------------------------------------
*/
.clients-logo .item {
  background: #eeeeee;
  border-color: transparent;
  box-shadow: 0 0 0 10px #ffffff;
  margin-bottom: 30px;
  padding: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.clients-logo img {
  width: auto !important;
  display: inline;
  opacity: 0.8;
}
.clients-logo img:hover {
  opacity: 1;
}
.clients-logo.carousel {
  text-align: center;
}
.clients-logo.carousel .item {
  box-shadow: none;
  margin: 0 10px;
}
.clients-logo.style2 .item {
  box-shadow: none;
}
.clients-logo.style2 .item img {
  max-height: 120px;
}
.client-img {
  opacity: 0.6;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.client-img:hover {
  opacity: 1;
}
.client-img img {
  max-height: 90px;
}
.clients-logo.carousel {
  text-align: center;
}
.clients-logo.carousel .item {
  box-shadow: none;
  margin: 0 10px;
}
.clients-logo.transparent .item {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  margin-bottom: 0px;
}
/*
 * Shortcode: countdown.less
 * -----------------------------------------------
*/
.countdown-timer li {
  color: #808080;
  display: inline-block;
  padding: 30px 20px;
  background-color: #f1f1f1;
  margin-right: 15px;
  font-size: 40px;
  text-align: center;
  min-width: 120px;
  min-height: 120px;
}
.countdown-timer li span {
  color: #c0c0c0;
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.countdown-timer.timer-box {
  padding: 20px;
  padding-top: 40px;
  text-align: center;
}
.countdown-timer.timer-box li {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.countdown-timer.timer-box li span {
  color: #eeeeee;
}
.countdown-timer.timer-deep-bg li {
  background-color: rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .timer-responsive li {
    margin-top: 30px;
    font-size: 20px;
    min-width: 60px;
    min-height: 60px;
    padding: 20px 10px;
  }
  .countdown-timer li span {
    font-size: 12px;
  }
}
/*
 * Shortcode: countdown-timer.less
 * -----------------------------------------------
*/
.home-countdown > li {
  background: #3db4d9 none repeat scroll 0 0;
  margin-right: 10px;
  padding: 12px 10px 20px;
  text-transform: uppercase;
}
.home-countdown > li > span {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  display: inline-block;
  position: relative;
}
.home-countdown > li > span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 25px;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 103%;
}
/*
 * Shortcode: dividers.less
 * -----------------------------------------------
*/
.divider {
  background-repeat: repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* -------- Parallax ---------- */
.parallax {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: top center;
}
.mobile-parallax {
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}
.divider .container {
  padding-top: 90px;
  padding-bottom: 90px;
}
.divider .container.small-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
.divider .container.extra-padding {
  padding-top: 180px;
  padding-bottom: 180px;
}
/*
 * Shortcode: facebook-disqus-comments.less
 * -----------------------------------------------
*/
.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
  display: block;
  margin: 0;
  width: 100%;
}
/*
 * Shortcode: Faqs.less
 * -----------------------------------------------
*/
/*
 * Shortcode: flex-slider.less
 * -----------------------------------------------
*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
  border: none;
}
.flex-direction-nav {
  display: none;
}
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  width: auto;
  position: absolute;
  z-index: 10;
  text-align: center;
  bottom: 15px;
  right: 15px;
}
.flex-control-nav li {
  float: left;
  display: block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
}
.flex-control-nav li a {
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-control-nav li:hover a,
.flex-control-nav li a.flex-active {
  background-color: #fff;
}
/*
 * Shortcode: flip-box.less
 * -----------------------------------------------
*/
.card {
  float: left;
  min-height: 300px;
  padding-bottom: 25%;
  position: relative;
  text-align: center;
  width: 100%;
}
.card:nth-child(1) {
  margin-left: -3px;
  margin-right: 1px;
}
.card:nth-child(1),
.card .card:nth-child(3) {
  margin-right: 1px;
}
.card .card__front,
.card .card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.card .card__back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card .card__text {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 300px;
  line-height: 20px;
}
.card.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.card.effect__click.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card.effect__click.flipped .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.card.effect__random.flipped .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.card.effect__random.flipped .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
/*
 * Shortcode: font-icons.less
 * -----------------------------------------------
*/
/* common style */
.social-icons a {
  color: #333333;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  float: left;
  margin: 5px 7px 5px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons a:hover {
  color: #666666;
}
.social-icons.icon-gray a {
  background-color: #eeeeee;
  color: #555555;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.social-icons.icon-gray a:hover {
  color: #bbbbbb;
}
.social-icons.icon-gray.icon-bordered a {
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.social-icons.icon-gray.icon-bordered a:hover {
  border: 2px solid #d5d5d5;
}
.social-icons.icon-dark a {
  background-color: #333333;
  color: #eeeeee;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.social-icons.icon-dark a:hover {
  color: #5e5e5e;
}
.social-icons.icon-dark.icon-bordered a {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}
.social-icons.icon-dark.icon-bordered a:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}
.social-icons.icon-bordered a {
  border: 1px solid #777777;
}
.social-icons.icon-bordered a:hover {
  background-color: #777777;
  color: #fff;
}
.social-icons.icon-rounded a {
  border-radius: 3px;
}
.social-icons.icon-circled a {
  border-radius: 50%;
}
.social-icons.icon-sm a {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 2px 7px 2px 0;
  width: 30px;
}
.social-icons.icon-md a {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
.social-icons.icon-lg a {
  font-size: 32px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.social-icons.icon-xl a {
  font-size: 60px;
  height: 120px;
  line-height: 120px;
  width: 120px;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
/*
 * Shortcode: funfacts.less
 * -----------------------------------------------
*/
.funfact {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.funfact.border {
  border: 1px solid #d3d3d3;
}
.funfact.no-border {
  border: 0;
}
.funfact.border {
  border: 1px solid #d3d3d3;
}
.funfact i {
  font-size: 45px;
}
.funfact h2 {
  position: relative;
}
.funfact h2:after {
  bottom: 0;
}
.funfact span {
  color: #eeeeee;
  font-size: 18px;
}
/* funfact style-1*/
.funfact.style-1 i,
.funfact.style-1 .funfact-title {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.funfact.style-1 .funfact-title {
  color: #999999;
  font-size: 14px;
  text-transform: uppercase;
}
.funfact.style-1:hover i {
  font-size: 40px;
  opacity: 0.3;
}
.funfact.style-1:hover .funfact-title {
  color: #333333;
}
/*  
 * home-boxes.less 
 * -----------------------------------------------
*/
.home-boxes .each-box {
  overflow-x: hidden;
}
.home-boxes .bg-icon {
  bottom: 0;
  color: #fff;
  font-size: 58px;
  line-height: 1;
  opacity: 0.3;
  position: absolute;
  right: 30px;
  transform: rotate(-40deg);
}
/*
 * Shortcode: icon-box.less
 * -----------------------------------------------
*/
.icon-box {
  margin-bottom: 30px;
}
.icon-box .icon {
  display: inline-block;
  height: 64px;
  margin-bottom: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 64px;
}
.icon-box .icon i {
  line-height: 64px;
}
.icon-box .icon.icon-gray {
  background-color: #eeeeee;
  color: #555555;
}
.icon-box .icon.icon-gray:hover {
  background-color: #d5d5d5;
  color: #bbbbbb;
}
.icon-box .icon.icon-gray.icon-bordered {
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.icon-box .icon.icon-gray.icon-bordered:hover {
  background-color: #eeeeee;
  color: #555555;
}
.icon-box .icon.icon-dark {
  background-color: #111111;
  color: #fff;
}
.icon-box .icon.icon-dark:hover {
  color: #5e5e5e;
}
.icon-box .icon.icon-dark.icon-bordered {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}
.icon-box .icon.icon-dark.icon-bordered:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}
.icon-box .icon.icon-white {
  background-color: #fff;
  color: #333333;
}
.icon-box .icon.icon-white:hover {
  background-color: #b3b3b3;
  color: #000000;
}
.icon-box .icon.icon-white.icon-bordered {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.icon-box .icon.icon-white.icon-bordered:hover {
  background-color: #fff;
  border-color: #fff;
  color: #111111;
}
.icon-box .icon.icon-white.icon-border-effect {
  position: relative;
}
.icon-box .icon.icon-white.icon-border-effect::after {
  box-shadow: 0 0 0 3px #fff;
}
.icon-box .icon.icon-bordered {
  border: 1px solid #777777;
}
.icon-box .icon.icon-bordered:hover {
  background-color: #777777;
  color: #fff;
}
.icon-box .icon.icon-rounded {
  border-radius: 3px;
}
.icon-box .icon.icon-circled {
  border-radius: 50%;
}
.icon-box .icon.icon-xs {
  height: 30px;
  width: 30px;
}
.icon-box .icon.icon-xs i {
  font-size: 18px;
  line-height: 30px;
}
.icon-box .icon.icon-sm {
  height: 50px;
  width: 50px;
}
.icon-box .icon.icon-sm i {
  font-size: 22px;
  line-height: 50px;
}
.icon-box .icon.icon-md {
  height: 75px;
  width: 75px;
}
.icon-box .icon.icon-md i {
  font-size: 36px;
  line-height: 75px;
}
.icon-box .icon.icon-lg {
  height: 90px;
  width: 90px;
}
.icon-box .icon.icon-lg i {
  font-size: 48px;
  line-height: 90px;
}
.icon-box .icon.icon-xl {
  height: 140px;
  width: 140px;
}
.icon-box .icon.icon-xl i {
  font-size: 64px;
  line-height: 140px;
}
.icon-box .icon.icon-border-effect {
  position: relative;
}
.icon-box .icon.icon-border-effect::after {
  border-radius: 50%;
  box-shadow: 0 0 0 3px #eeeeee;
  box-sizing: content-box;
  content: "";
  height: 100%;
  left: -4px;
  opacity: 0;
  padding: 4px;
  top: -4px;
  transform: scale(0.8);
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.icon-box .icon.icon-border-effect.effect-flat::after {
  border-radius: 0;
}
.icon-box .icon.icon-border-effect.effect-rounded::after {
  border-radius: 3px;
}
.icon-box .icon.icon-border-effect.effect-circled::after {
  border-radius: 50%;
}
.icon-box .icon.icon-border-effect.icon-gray::after {
  box-shadow: 0 0 0 3px #eeeeee;
}
.icon-box .icon.icon-top {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -32px;
}
.icon-box i {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-box i[class*="pe-7s-"] {
  vertical-align: text-bottom;
}
.icon-box.left {
  text-align: left;
  min-height: 288px;
}
.icon-box.left a {
  margin-right:14px;
  padding: 0;
}
.icon-box.iconbox-border {
  border: 1px solid #dcdcdc;
}
.icon-box.iconbox-bg {
  background-color: #fafafa;
}
.icon-box.iconbox-bg.iconbox-bg-dark {
  background-color: #333333;
}
.icon-box .icon-box-title {
  margin-bottom: 15px;
}
.icon-box .icon-border-effect:hover::after,
.icon-box:hover .icon-border-effect::after {
  opacity: 1;
  transform: scale(1);
}
/*
 * Shortcode: infinitescroll.less
 * -----------------------------------------------
*/
#infscr-loading {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  left: 48%;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 50px;
  z-index: 100;
}
#infscr-loading img {
  display: none;
}
/*
 * Shortcode: instagram.less
 * -----------------------------------------------
*/
/* -------- Instagram-Feed ---------- */
.instagram-feed-carousel figure,
.instagram-feed figure {
  position: relative;
}
.instagram-feed-carousel figure .link-out,
.instagram-feed figure .link-out {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.45);
  color: #f8f8f8;
  line-height: 1;
  padding: 10px;
  font-weight: 300;
  opacity: 0;
}
.instagram-feed-carousel figure .link-out:hover,
.instagram-feed figure .link-out:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #f8f8f8;
}
.instagram-feed-carousel figure:hover .link-out,
.instagram-feed figure:hover .link-out {
  opacity: 1;
}
/* -------- Instagram-Feed ---------- */
.instagram-feed .item {
  width: 100px;
  float: left;
  margin-bottom: 2px;
  margin-right: 2px;
}
/*
 * Shortcode: lightbox.less
 * -----------------------------------------------
*/
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  height: 100%;
  top: 0;
}
.lightbox .lb-dataContainer {
  left: 0;
  position: absolute;
  right: 0;
  top: -45px;
}
/*
 * Shortcode: map.less
 * -----------------------------------------------
*/
.toggle-map {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  padding: 30px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 200;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.toggle-map:hover {
  color: #fff;
}
.toggle-map span:after {
  content: "\f107";
  font-family: fontawesome;
  margin-left: 10px;
}
.toggle-map.open span:after {
  content: "\f106";
}
.map-canvas {
  height: 400px;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.map-canvas.big {
  height: 720px;
}
.map-canvas.map-hidden {
  height: 0;
}
.btn-show-map {
  color: #111111;
  font-size: 18px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 45%;
}
.btn-show-map i {
  font-size: 48px;
}
/*
 * Shortcode: pegination.less
 * -----------------------------------------------
*/
.pagination.theme-colored li.active a {
  background: #BF9E58;
  color: #fff;
  border: 1px solid transparent;
}
.pagination.dark li a {
  color: #333;
}
.pagination.dark li.active a {
  background: #333;
  color: #fff;
  border: 1px solid transparent;
}
.pager.theme-colored li.active a {
  color: #fff;
  border: 1px solid transparent;
}
.pager.dark li a {
  color: #fff;
  background-color: #333;
  border: 1px solid transparent;
}
/*
 * Shortcode: pricing.less
 * -----------------------------------------------
*/
.pricing-table {
  margin-bottom: 30px;
  position: relative;
}
.pricing-table .table-price {
  color: #111111;
  font-size: 45px;
}
.pricing-table .table-price span {
  font-size: 13px;
  vertical-align: middle;
}
.pricing-table.featured {
  border: 1px solid #111111;
}
.pricing-table .table-type {
  display: inline;
}
.pricing-table .btn-signup {
  margin-right: 0;
  width: 100%;
}
.pricing-table .table-list {
  list-style: outside none none;
  padding: 10px 0 10px 20px;
}
.pricing-table .table-list li {
  border-bottom: 0;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 10px 0;
}
.pricing-table .table-list li i {
  margin-right: 8px;
}
.pricing-table .table-list li:nth-child(2n+1) {
  background: #f8f8f8 none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}
.pricing-table .package-type span {
  position: relative;
  padding-left: 15px;
  margin-left: 10px;
}
.pricing-table .package-type span::after {
  background: #2d915b;
  content: "";
  height: 20px;
  left: -20px;
  position: absolute;
  top: 11px;
  width: 20px;
}
.package-icon {
  color: #fff;
  font-size: 60px;
  opacity: 0.15;
  position: absolute;
  right: 15px;
  top: -8px;
}
.price .currency {
  vertical-align: super;
}
/* Table Specification */
.specification tr td {
  background: #fff none repeat scroll 0 0;
  border-right: 1px solid #ddd;
  padding: 20px 24px !important;
  text-align: center;
}
.specification tr:last-child {
  border-bottom: 1px solid #ddd;
}
.specification tr td:first-child {
  border-left: 1px solid #ddd;
  color: #333;
  text-align: left;
}
.specification tr:nth-child(2n) td {
  background: #f7f8fa none repeat scroll 0 0;
}
.specification tr td:first-child {
  font-weight: 800;
}
.specification tr:first-child td {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}
/* Table Domanin Prices */
.domain-price-table tr td {
  background: #fff none repeat scroll 0 0;
  border-right: 1px solid #ddd;
  padding: 16px 24px !important;
  text-align: center;
}
.domain-price-table tr:last-child {
  border-bottom: 1px solid #ddd;
}
.domain-price-table tr td:first-child {
  border-left: 1px solid #ddd;
  color: #333;
  text-align: left;
}
.domain-price-table tr:nth-child(2n) td {
  background: #f7f8fa none repeat scroll 0 0;
}
.domain-price-table tr td:first-child {
  font-size: 18px;
  font-weight: 800;
}
.domain-price-table tr:first-child td {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}
/* Pricing Tag */
.price-tag {
  border-radius: 50%;
  height: 124px;
  padding-top: 24px;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 124px;
  z-index: 0;
}
.price-tag p {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}
.price-tag p span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
  text-transform: lowercase;
}
.price-tag p span em {
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  vertical-align: top;
}
/*
 * Shortcode: Process-Steps.less
 * -----------------------------------------------
*/
/*
 * Shortcode: progress-bar.less
 * -----------------------------------------------
*/
.progress-item {
  margin-top: 20px;
}
.progress-item .progress {
  background-color: #e7e8ea;
  box-shadow: none;
  border-radius: 0;
  height: 14px;
  margin-bottom: 15px;
  overflow: visible;
}
.progress-item .progress-bar {
  box-shadow: none;
  font-size: 11px;
  padding-left: 8px;
  position: relative;
  text-align: left;
  width: 0;
  line-height: 14px;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.progress-item .progress-bar .percent {
  background-color: none;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  padding: 0 5px;
  position: absolute;
  right: 5px;
  top: -20px;
}
.progress-item.progress-white .progress {
  padding: 2px;
}
.progress-item.style2 .progress {
  height: 25px;
}
.progress-item.style2 .progress-bar .percent {
  background: none;
  color: #555555;
  font-size: 14px;
}
/*
 * Shortcode: Piechart.less
 * -----------------------------------------------
*/
.single-cause-piechart {
  position: relative;
}
.single-cause-piechart .piechart-block {
  border-radius: 50%;
}
.single-cause-piechart .piechart canvas {
  width: 190px;
  height: 190px;
}
.single-cause-piechart .piechart-block .piechart {
  min-height: 190px;
  min-width: 190px;
}
.single-cause-piechart .piechart-block .percent::after {
  font-size: 28px;
}
.single-cause-piechart .piechart-block .percent {
  font-family: open sans;
  font-size: 36px;
  left: 10px;
  position: absolute;
  right: 0;
  top: 34%;
}
/*
 * Shortcode: promo.less
 * -----------------------------------------------
*/
.modal-promo-box {
  max-width: 700px;
  padding: 90px 60px;
  margin: 0 auto;
}
/*
 * Shortcode: section-title.less
 * -----------------------------------------------
*/
.small-title {
  position: relative;
}
.small-title i {
  font-size: 36px;
  margin-top: 7px;
  padding-top: 0px;
}
.small-title .title {
  margin-left: 15px;
}
.small-title .title:after {
  bottom: -6px;
  content: "";
  height: 1px;
  left: 45px;
  position: absolute;
  width: 45px;
}
.section-title .both-side-line::after {
  content: "";
  height: 2px;
  position: absolute;
  right: -40px;
  top: 10px;
  width: 30px;
}
.section-title .both-side-line::before {
  content: "";
  height: 2px;
  position: absolute;
  left: -40px;
  top: 10px;
  width: 30px;
}
.section-title .top-side-line::after {
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -8px;
  width: 40px;
}
.section-title .left-side-line::before {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -8px;
  width: 35px;
}
.section-title .right-side-line::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: -8px;
  width: 35px;
}
.section-title .sub-title {
  margin: 0;
  position: relative;
  display: inline-block;
}
.section-title .title {
  margin-top: 0;
  position: relative;
}
.section-title .icon i {
  font-size: 80px;
  position: absolute;
  top: -7px;
  opacity: 0.10;
}
.section-title p {
  font-size: 14px;
}
.section-title p.left-bordered {
  border-left: 2px solid #c0c0c0;
  padding-left: 10px;
}
.section-title p.right-bordered {
  border-right: 2px solid #c0c0c0;
  padding-right: 10px;
}
/*Theme Section Title*/
.section-title {
  margin-bottom: 30px;
  padding-left: 20px;
}
.section-title.title-border {
  padding-left: 30px;
}
.section-title.title-border.title-right {
  border-left: 0;
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}
.section-title.icon-bg p {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}
.section-title.icon-bg .page-title {
  font-size: 38px;
  line-height: 52px;
}
.section-title.icon-bg .page-title i {
  font-size: 42px;
  line-height: 1.3;
  position: absolute;
  opacity: 0.15;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.title-dots {
  background: url("../images/title-dots.png") repeat scroll 0 0;
  height: 30px;
  margin-bottom: 20px;
}
.title-dots span {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  padding: 5px 10px;
}
.title-dots.small {
  height: 24px;
  margin-bottom: 15px;
}
.title-dots.small span {
  font-size: 11px;
  line-height: 23px;
}
/*
 * Shortcode: separators.less
 * -----------------------------------------------
*/
.title-separator {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 16px;
  height: auto;
  line-height: 20px;
  margin: 10px 0;
  width: 70%;
}
.title-separator span {
  background: #fff none repeat scroll 0 0;
  border-radius: 2px;
  letter-spacing: 0.2em;
  padding: 2px 10px;
  position: relative;
  text-transform: uppercase;
  top: -12px;
}
.separator {
  color: #ccc;
  line-height: 1.2em;
  margin: 30px auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.separator::before,
.separator::after {
  border-bottom: 1px solid #eee;
  content: "";
  display: inline-block;
  height: .65em;
  margin: 0 -4px 0 -100%;
  vertical-align: top;
  width: 50%;
}
.separator::after {
  margin: 0 -100% 0 0;
}
.separator i,
.separator span,
.separator a {
  display: inline-block;
  margin: 0 20px 0 24px;
  font-size: 20px;
}
.separator.separator-left,
.separator.left i {
  float: left;
  margin: 2px 50px 0 0;
}
.separator.right i {
  float: right;
  margin: 0 0 2px 50px;
}
.separator.separator-medium-line {
  margin: 10px auto;
  width: 20%;
}
.separator.separator-small-line {
  width: 10%;
}
.separator.separator-rouned i,
.separator.separator-border-rouned i {
  background-color: #f5f5f5;
  border-radius: 50%;
  height: 40px;
  left: 0;
  line-height: 40px;
  margin: -12px auto auto;
  position: absolute;
  right: 0;
  width: 40px;
}
.separator.separator-border-rouned i {
  background: transparent;
  border: 1px solid #f5f5f5;
}
.separator.separator-rouned.separator-rouned-left i {
  margin: -12px auto auto;
  right: auto;
  left: 0;
}
.separator.separator-rouned.separator-rouned-right i {
  margin: -12px auto auto;
  right: 0;
  left: auto;
}
.separator.dotted::before,
.separator.dotted::after {
  border-bottom: 2px dotted #ccc;
}
/*
 * Shortcode: styled-icons.less
 * -----------------------------------------------
*/
/* common style */
.styled-icons a {
  color: #333333;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  width: 32px;
  float: left;
  margin: 5px 7px 5px 0;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.styled-icons a:hover {
  color: #666666;
}
.styled-icons.icon-gray a {
  background-color: #eeeeee;
  color: #555555;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.styled-icons.icon-gray a:hover {
  color: #bbbbbb;
}
.styled-icons.icon-gray.icon-bordered a {
  background-color: transparent;
  border: 2px solid #eeeeee;
}
.styled-icons.icon-gray.icon-bordered a:hover {
  border: 2px solid #d5d5d5;
}
.styled-icons.icon-dark a {
  background-color: #333333;
  color: #eeeeee;
  display: block;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  width: 36px;
}
.styled-icons.icon-dark a:hover {
  color: #5e5e5e;
}
.styled-icons.icon-dark.icon-bordered a {
  background-color: transparent;
  border: 2px solid #111111;
  color: #111111;
}
.styled-icons.icon-dark.icon-bordered a:hover {
  background-color: #111111;
  border-color: #111111;
  color: #fff;
}
.styled-icons.icon-bordered a {
  border: 1px solid #777777;
}
.styled-icons.icon-bordered a:hover {
  background-color: #777777;
  color: #fff;
}
.styled-icons.icon-rounded a {
  border-radius: 3px;
}
.styled-icons.icon-circled a {
  border-radius: 50%;
}
.styled-icons.icon-sm a {
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin: 2px 7px 2px 0;
  width: 30px;
}
.styled-icons.icon-md a {
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
.styled-icons.icon-lg a {
  font-size: 32px;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.styled-icons.icon-xl a {
  font-size: 60px;
  height: 120px;
  line-height: 120px;
  width: 120px;
}
.styled-icons li {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
/*
 * Shortcode: tabs.less
 * -----------------------------------------------
*/
.tab-content {
  padding: 15px 24px;
  border: 1px solid #eeeeee;
}
.tab-content .service-content {
  margin-top: 45px;
}
.nav-tabs {
  border: none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  color: #111111;
  background-color: #f8f8f8;
}
.nav-tabs > li > a {
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #555555;
  padding: 30px 20px;
  margin-right: 0;
}
.nav-tabs > li > a .fa {
  margin-right: 10px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.nav-tabs > li > a i {
  font-size: 32px;
  margin-right: 20px;
  vertical-align: middle;
}
/* -------- Nav Tabs ---------- */
.nav-tabs > li {
  text-align: center;
}
.nav-tabs > li > a i {
  display: block;
  font-size: 48px;
  margin-right: 0;
  margin-bottom: 10px;
  vertical-align: middle;
}
/* -------- Horizontal-Tab-Centered ---------- */
.horizontal-tab-centered .nav-pills {
  display: inline-block;
}
.horizontal-tab-centered .nav-pills > li > a {
  background: #eeeeee;
  color: #555555;
  font-size: 14px;
  padding: 8px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.horizontal-tab-centered .nav-pills > li > a:hover {
  color: #fff;
}
.horizontal-tab-centered .nav-pills > li > a i {
  font-size: 14px;
  margin-right: 8px;
}
.horizontal-tab-centered .nav-pills > li.active > a,
.horizontal-tab-centered .nav-pills > li.active > a:hover,
.horizontal-tab-centered .nav-pills > li.active > a:focus {
  color: #fff;
}
/* -------- Horizontal-Tab Fullwide ---------- */
.horizontal-tab.fullwide .nav-tabs > li {
  width: 20%;
}
/* -------- Vertical Nav-Tabs ---------- */
.vertical-tab .tab-content {
  padding: 5px 5px 20px 20px;
  border: none;
}
.vertical-tab .nav-tabs > li {
  float: none;
  margin-bottom: 0;
}
.vertical-tab .nav-tabs > li > a {
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  font-size: 14px;
  padding: 30px 0 30px 15px;
}
.vertical-tab .nav-tabs > li:first-child > a {
  border-top: 1px solid #d3d3d3;
}
.vertical-tab .nav-tabs > li.active > a,
.vertical-tab .nav-tabs > li.active > a:hover,
.vertical-tab .nav-tabs > li.active > a:focus {
  background: none;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #d3d3d3;
}
.vertical-tab .small-padding .nav-tabs > li a {
  padding: 20px 0 20px 15px;
}
.vertical-tab .small-padding .nav-tabs > li i {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .vertical-tab .tab-content {
    padding: 20px 5px;
  }
  .nav-tabs > li > a {
    border-radius: 0;
    border-bottom: none;
    border-left: 2px solid #d3d3d3;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border-bottom: none;
    border-left: 2px solid #d3d3d3;
  }
}
.custom-nav-tabs {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color;
  border-image: none;
  border-style: none solid none none;
  border-width: medium 0px medium medium;
  margin-right: 53px;
}
.custom-nav-tabs > li {
  float: none;
  margin: 0 0 1px;
}
.custom-nav-tabs > li a {
  background: #eeeeee none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 59px;
  margin: 0;
  outline: medium none;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.custom-nav-tabs > li.active > a,
.custom-nav-tabs > li.active > a:hover,
.custom-nav-tabs > li.active > a:focus,
.custom-nav-tabs > li > a:hover,
.custom-nav-tabs > li > a:focus {
  border: medium none;
  color: #000;
  padding: 0;
}
/* -------- Services Tab ---------- */
.services-tab .nav-tabs {
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}
.services-tab .nav-tabs > li {
  border-left: 1px solid #eeeeee;
  margin-bottom: 0;
  width: 25%;
}
.services-tab .nav-tabs > li:first-child {
  border-left: none;
}
.services-tab .nav-tabs > li > a {
  background-color: #fff;
  color: #333333;
  border: medium none;
  font-size: 14px;
  font-weight: 600;
  margin-right: 0;
  padding: 30px 16px;
  text-transform: uppercase;
}
.services-tab .nav-tabs > li > a i {
  display: inline;
  font-size: 42px;
  margin-right: 12px;
  vertical-align: middle;
}
.services-tab .nav-tabs > li.active > a,
.services-tab .nav-tabs > li.active > a:hover,
.services-tab .nav-tabs > li.active > a:focus,
.services-tab .nav-tabs > li a:hover,
.services-tab .nav-tabs > li a:focus {
  color: #fff;
  border: none;
}
.services-tab .nav-tabs > li.active > a i,
.services-tab .nav-tabs > li.active > a:hover i,
.services-tab .nav-tabs > li.active > a:focus i,
.services-tab .nav-tabs > li a:hover i,
.services-tab .nav-tabs > li a:focus i {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .services-tab .service-content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .services-tab .service-content {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .services-tab .nav.nav-tabs a {
    padding: 10px 0;
    font-size: 9px;
  }
  .services-tab .nav.nav-tabs a i {
    font-size: 28px;
    margin-top: 10px;
  }
  .services-tab .nav.nav-tabs a span {
    display: none;
  }
}
.vps-plan {
  text-align: center;
}
.vps-plan .title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 6px 0;
  text-transform: uppercase;
}
.vps-plan .details {
  background: #f8f8fb none repeat scroll 0 0;
  border: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 20px 0;
}
/*
 * Shortcode: team.less
 * -----------------------------------------------
*/
.team-members {
  overflow: hidden;
  position: relative;
}
.team-members .team-details {
  bottom: -50px;
  position: absolute;
  transition: all 300ms ease-in-out 0s;
  width: 100%;
}
.team-members:hover .team-details {
  bottom: 0;
}
/*
 * Shortcode: testimonials.less
 * -----------------------------------------------
*/
.testimonial .item {
  position: relative;
  overflow: hidden;
}
.testimonial .item .thumb img {
  margin: auto;
  max-width: 75px;
}
/* -------- Testimonial-Style1 ---------- */
.testimonial.style1 .item {
  border: none;
}
.testimonial.style1 .item::before {
  display: none;
}
.testimonial.style1 .quote,
.testimonial.style1 .thumb {
  margin-bottom: 20px;
}
.testimonial.style1 .author {
  color: #777777;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.testimonial.style1 .title {
  color: #808080;
  margin-bottom: 20px;
}
.testimonial.style1 .comment {
  padding: 35px 25px;
}
.testimonial.style1 .comment p {
  font-style: italic;
  font-weight: 500;
  margin-left: 30px;
}
.testimonial.style1 .comment {
  background: #fff;
  color: #777777;
  border: 3px solid white;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 1px;
  position: relative;
}
.testimonial.style1 .comment::before {
  color: #d3d3d3;
  content: "\f10d";
  font-family: fontawesome;
  font-size: 30px;
  left: 20px;
  position: absolute;
  top: 7px;
}
/*.testimonial.style1 .comment::after {
  bottom: -18px;
  right: 19px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: fade(@black, 04%) transparent transparent transparent;
}*/
.testimonial.style1 .comment::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: -12px;
  right: 30px;
  background: url('../images/testimonials/quote_arrow.png') 0px 0px no-repeat;
}
/* -------- Testimonial-Style2 ---------- */
.testimonial.style2 {
  text-align: center;
}
.testimonial.style2 .thumb img {
  display: inline-block;
  width: auto;
  width: 75px;
}
/*
 * Shortcode: toggles-accordions.less
 * -----------------------------------------------
*/
.panel-group .panel {
  box-shadow: none;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  border: none;
  position: relative;
}
.panel-group .panel-title {
  font-size: 13px;
}
.panel-group .panel-title a {
  background: #e9e9e9 none repeat scroll 0 0;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 15px 10px 50px;
  text-transform: uppercase;
  white-space: normal;
}
.panel-group .panel-title a.active {
  font-weight: 600;
  padding: 14px 50px;
}
.panel-group .panel-title a.active .open-sub:after {
  display: none;
}
.panel-group .panel-title a.active::after {
  color: #fff;
  content: "\f068";
  padding-top: 16px;
}
.panel-group .panel-title a::after {
  color: #777777;
  content: "\f067";
  font-family: fontawesome;
  font-size: 14px;
  left: 0;
  padding: 10px 14px;
  position: absolute;
  top: 0;
}
.panel-group .panel-title:hover a,
.panel-group .panel-title:focus a {
  color: #333333;
}
.panel-group .panel-title .open-sub {
  display: block;
  position: relative;
}
.panel-group .panel-title .open-sub:before,
.panel-group .panel-title .open-sub:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 50%;
  margin-top: -0.5px;
  left: 50%;
}
.panel-group .panel-content {
  border: 1px solid #eee;
  padding: 10px 20px 20px;
}
.panel-group .panel-content > :last-child {
  margin-bottom: 0;
}
.panel-group .panel + .panel {
  margin-top: 9px;
}
/* -------- Toggle ---------- */
.panel-group.toggle .panel-heading {
  padding: 0;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-group.toggle .panel-body {
  padding: 10px 0 5px 25px;
}
.panel-group.accordion.transparent .panel-title a,
.panel-group.toggle.transparent .panel-title a,
.panel-group.accordion.transparent .panel-title a.active,
.panel-group.toggle.transparent .panel-title a.active {
  background: transparent;
  border: none;
}
.panel-group.accordion.transparent .panel-title a::after,
.panel-group.toggle.transparent .panel-title a::after,
.panel-group.accordion.transparent .panel-title a.active::after,
.panel-group.toggle.transparent .panel-title a.active::after {
  color: #333333;
  background: transparent;
}
.panel-group.accordion.transparent .panel-content,
.panel-group.toggle.transparent .panel-content {
  background: transparent;
}
.panel-group.toggle .panel-heading + .panel-collapse > .panel-body,
.panel-group.toggle .panel-heading + .panel-collapse > .list-group {
  border-top: none;
}
/*
 * Shortcode: vertical-timeline.less
 * -----------------------------------------------
*/
.cd-timeline-content {
  background: #f1f1f1;
}
.cd-timeline-content::before {
  border-color: transparent transparent transparent #eee;
}
.cd-timeline-block:nth-child(2n) .cd-timeline-content::before {
  border-color: transparent #eee transparent transparent;
}
#cd-timeline.cd-timeline-simple::before {
  background: #ccc none repeat scroll 0 0;
  height: 82%;
  top: 65px;
  width: 2px;
}
#cd-timeline.cd-timeline-simple.time-line-media::before {
  height: 65%;
}
.cd-timeline-simple .cd-timeline-block {
  margin: 38px 0 20px 0;
}
.cd-timeline-simple .cd-timeline-block .cd-timeline-content::before {
  display: none;
}
.cd-timeline-simple .cd-timeline-block .cd-timeline-content {
  padding-top: 0;
  background: none;
  box-shadow: none;
}
.cd-timeline-simple .cd-timeline-block .cd-timeline-content p {
  font-size: 14px;
}
.cd-timeline-simple .cd-timeline-block .cd-timeline-img {
  background: #333 none repeat scroll 0 0;
  box-shadow: 0 0 0 4px #ccc, 0 3px 0 rgba(0, 0, 0, 0.06) inset, 0 0px 0 3px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 992px) {
  .cd-timeline-simple .cd-timeline-block .cd-timeline-content {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .cd-timeline-simple .cd-timeline-block .cd-timeline-content {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .cd-timeline-simple .cd-timeline-block .cd-timeline-content h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .cd-timeline-simple .cd-timeline-block .cd-timeline-content h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .cd-timeline-simple .cd-timeline-block .cd-timeline-content .cd-date {
    font-size: 14px;
  }
}
/* Vertical Masonry Timeline */
.vertical-masonry-timeline .each-masonry-item {
  position: relative;
  width: 50%;
  margin-bottom: 30px;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2) {
  margin-top: 80px;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n) {
  padding-left: 50px;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) {
  padding-right: 50px;
}
.vertical-masonry-timeline .each-masonry-item .timeline-block {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d7e4ed;
  height: 100%;
  padding: 20px;
  position: relative;
  width: 100%;
}
.vertical-masonry-timeline .each-masonry-item .timeline-block:before,
.vertical-masonry-timeline .each-masonry-item .timeline-block:after {
  border-style: solid;
  border-width: 8px;
  content: "";
  display: block;
  position: absolute;
  top: 20px;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6d2db;
  left: auto;
  right: -16px;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
  left: auto;
  right: -15px;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-block:before {
  border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  left: -16px;
  right: auto;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-block:after {
  border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  left: -15px;
  right: auto;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-post-format {
  left: auto;
  right: -82px;
}
.vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-post-format {
  left: -80px;
  right: auto;
}
.timeline-post-format {
  border: 3px solid #bbb;
  border-radius: 100%;
  color: #bbb;
  height: 60px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  width: 60px;
  z-index: 1;
}
.timeline-post-format:after {
  background: #fff none repeat scroll 0 0;
  color: #fff;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.timeline-post-format i {
  font-size: 18px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.vertical-masonry-timeline-wrapper:before {
  background: #ddd none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: 0px;
  position: absolute;
  width: 4px;
}
.vertical-masonry-timeline-wrapper:after {
  background: rgba(0, 0, 0, 0) linear-gradient(#ddd, transparent) repeat scroll 0 0;
  bottom: -100px;
  content: "";
  height: 100px;
  left: 50%;
  margin-left: 0px;
  position: absolute;
  width: 4px;
}
.vertical-masonry-timeline::after {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent, #ddd) repeat scroll 0 0;
  content: "";
  height: 100px;
  left: 50%;
  position: absolute;
  top: -65px;
  width: 4px;
}
@media only screen and (min-width: 768px) {
  .vertical-masonry-timeline .each-masonry-item.item-right {
    padding-right: 0px;
    padding-left: 50px;
  }
  .vertical-masonry-timeline .each-masonry-item.item-right .timeline-block:before {
    border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: -16px;
    right: auto;
  }
  .vertical-masonry-timeline .each-masonry-item.item-right .timeline-block:after {
    border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: -15px;
    right: auto;
  }
  .vertical-masonry-timeline .each-masonry-item.item-right .timeline-post-format {
    left: -80px;
    right: auto;
  }
  .vertical-masonry-timeline .each-masonry-item.item-left {
    padding-right: 50px;
    padding-left: 0px;
  }
  .vertical-masonry-timeline .each-masonry-item.item-left .timeline-block:before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c6d2db;
    right: -16px;
    left: auto;
  }
  .vertical-masonry-timeline .each-masonry-item.item-left .timeline-block:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff;
    right: -15px;
    left: auto;
  }
  .vertical-masonry-timeline .each-masonry-item.item-left .timeline-post-format {
    right: -81px;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  .vertical-masonry-timeline .each-masonry-item {
    width: 100%;
  }
  .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) {
    padding-right: 0px;
    padding-left: 71px;
  }
  .vertical-masonry-timeline .each-masonry-item:nth-child(2n) {
    padding-left: 71px;
    padding-right: inherit;
  }
  .vertical-masonry-timeline .each-masonry-item:nth-child(2) {
    margin-top: 0;
  }
  .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-post-format {
    left: -72px;
    right: auto;
  }
  .vertical-masonry-timeline .each-masonry-item:nth-child(2n) .timeline-post-format {
    left: -72px;
  }
  .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block::before {
    border-color: rgba(0, 0, 0, 0) #c6d2db rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: -16px;
    right: auto;
  }
  .vertical-masonry-timeline .each-masonry-item:nth-child(2n+1) .timeline-block::after {
    border-color: rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    left: -15px;
    right: auto;
  }
  .vertical-masonry-timeline:after {
    left: 29px;
  }
  .vertical-masonry-timeline-wrapper:before,
  .vertical-masonry-timeline-wrapper:after {
    left: 44px;
  }
}
/*
 * Shortcode: working-process.less
 * -----------------------------------------------
*/
.working-process > li {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.working-process > li::after {
  border-top: 1px dashed #333333;
  content: "";
  left: 6px;
  margin-left: -32px;
  overflow: hidden;
  position: absolute;
  top: 25px;
  width: 50%;
}
.working-process > li::before {
  border-top: 1px dashed #333333;
  content: "";
  margin-right: -25px;
  position: absolute;
  right: 0;
  top: 25px;
  width: 50%;
}
.working-process > li :first-child::after {
  border-top: medium none;
}
.working-process > li :last-child::before {
  border-top: medium none;
}
.working-process li a {
  border: 1px solid;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  width: 50px;
  border-radius: 50%;
}
.working-process li a:hover {
  background: #333333 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
}
.working-process li a i {
  font-size: 18px;
}
.working-process.square li a,
.working-process.square.large-circle li a {
  border-radius: 0;
}
.working-process.large-circle li a {
  height: 120px;
  line-height: 130px;
  width: 120px;
  border-radius: 50%;
}
.working-process.large-circle li a i {
  font-size: 28px;
}
.working-process.large-circle > li::before {
  margin-right: -60px;
  top: 60px;
}
.working-process.large-circle > li::after {
  margin-left: -64px;
  top: 60px;
}
.working-process.theme-colored li a {
  color: #fff;
}
.working-process-number {
  left: 35px;
  position: absolute;
  top: -40px;
}
.working-process-number .number {
  color: #ddd;
  font-size: 98px;
  opacity: 0.4;
}
/*
 * Widgets.less
 * -----------------------------------------------
*/
/* -------- Top Search Bar ---------- */
.search-form-wrapper {
  position: relative;
  /* form absolute */
}
.search-form-wrapper.toggle {
  display: none;
}
.search-form-wrapper.toggle.active {
  display: block;
}
.search-form-wrapper form {
  padding: 10px;
  position: relative;
}
.search-form-wrapper form label {
  margin: 0px;
  position: absolute;
  right: 11px;
  top: 11px;
}
.search-form-wrapper form label:before {
  color: #555555;
  cursor: pointer;
  content: "\f002";
  font-family: fontawesome;
  font-size: 16px;
  position: absolute;
  right: 13px;
  top: 6px;
}
.search-form-wrapper form input[type="text"] {
  background-color: #fff;
  border: 1px solid #c0c0c0;
  height: 46px;
  padding: 8px 17px;
  width: 100%;
}
.search-form-wrapper form input[type="submit"] {
  background-color: #fff;
  border-left: 1px solid #c0c0c0;
  border: none;
  height: 44px;
  width: 50px;
  text-indent: -999px;
}
.search-form-wrapper.form-absolute form {
  background-color: #333333;
  position: absolute;
  right: 0px;
  top: 12px;
  width: 370px;
  z-index: 99;
}
/* -------- Form Round ---------- */
.search-form-wrapper.round form input[type="text"] {
  border-radius: 30px;
  border-width: 4px;
}
.search-form-wrapper.round form input[type="submit"] {
  height: auto;
  width: auto;
  margin-right: 10px;
  margin-top: 10px;
}
.search-form-wrapper.round form label::before {
  color: #c0c0c0;
}
.widget .list-border li {
  border-bottom: 1px dashed #d3d3d3;
}
.widget.dark .list-border li {
  border-bottom: 1px dashed #404040;
}
/* -------- Footer & Sidebar Widgets ---------- */
.widget {
  margin-bottom: 30px;
}
.widget .widget-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.widget ul li {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.widget ul.list li,
.widget .post {
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.widget.brochures > li {
  margin-bottom: 10px;
  padding: 10px;
}
.widget.brochures i {
  color: #666666;
  font-size: 16px;
  margin-right: 10px;
}
.widget.address > li {
  font-size: 13px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.widget.address > li i {
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.widget .twitter-feed li {
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-left: 30px;
}
.widget .twitter-feed li.item {
  position: relative;
}
.widget .twitter-feed li::after {
  content: "\f099";
  font-size: 24px;
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}
.widget .styled-icons li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget .styled-icons li a {
  margin-bottom: 0;
}
.widget .tags a {
  border: 1px solid #dcdcdc;
  display: inline-block;
  font-size: 12px;
  margin: 5px 4px 5px -2px;
  padding: 5px 10px;
}
.widget .tags a:hover {
  color: #fff;
}
.widget .search-input {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #c0c0c0;
  border-radius: initial;
  box-shadow: none;
  height: 45px;
  padding: 10px;
}
.widget .search-button {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  height: 45px;
}
.widget .nav-tabs li {
  border-bottom: 1px solid transparent;
  margin-bottom: -2px;
  padding-bottom: 0;
}
.widget .nav-tabs li:hover {
  border-bottom: 1px solid transparent;
}
.widget .post-title a {
  font-size: 13px;
  letter-spacing: 0;
}
.widget .quick-contact-form .form-control {
  background-color: rgba(241, 241, 241, 0.8);
  border-color: #d3d3d3;
  color: #a9a9a9;
}
.widget .product-list .product-title {
  font-size: 14px;
  font-weight: 400;
}
.widget.dark .widget-title {
  color: #fff;
}
.widget.dark .tags a {
  border: 1px solid #404040;
}
.widget.dark .widget-image-carousel .title {
  color: #fff;
}
.widget.dark .search-input {
  border: 1px solid #333333;
}
.widget.dark .styled-icons li a:hover i {
  color: #fff;
}
.widget.dark .search-button {
  border: 1px solid #333333;
}
.widget.dark .widget-subscribe .subscribe-title {
  color: #fff;
}
.widget.dark .widget-subscribe .subscribe-sub-title {
  color: #666666;
}
.widget.dark .nav-tabs li {
  border-bottom: 1px solid transparent;
  margin-bottom: -2px;
  padding-bottom: 0;
}
.widget.dark .nav-tabs li:hover {
  border-bottom: 1px solid transparent;
}
.widget.dark .nav-tabs li:hover a {
  border: 1px solid #555555;
}
.widget.dark .nav-tabs li.active a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #333333 none repeat scroll 0 0;
  border-color: #555555 #555555 transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px;
}
.widget.dark .product-title a {
  color: #808080;
}
.widget.dark .post-title a {
  color: #c0c0c0;
}
.widget.dark .tab-content {
  background: #333333 none repeat scroll 0 0;
  border: 1px solid #555555;
}
.widget.dark .quick-contact-form .form-control {
  background-color: rgba(5, 15, 5, 0.1);
  border-color: #333333;
}
.widget.dark .widget-title.line-bottom {
  border-bottom: 1px solid #444;
}
.widget.no-border ul li {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.widget ul.list li::before {
  display: none;
}
.widget.dark ul.list li::before {
  display: none;
}
/* --------Horizontal Contact Widget  ---------- */
.horizontal-contact-widget {
  border-top: 1px dashed #666666;
}
.horizontal-contact-widget .each-widget::before {
  content: "\f111";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  right: 0;
  top: -42px;
}
/* -------- Horizontal Contact Widget Dark ---------- */
.horizontal-contact-widget.dark {
  border-top: 1px dashed #333333;
}
.widget.dark .btn.btn-default {
  border-color: #333;
}
/* -------- Flickr-Feed ---------- */
#flickr-feed img {
  background: none repeat scroll 0 0 #000;
  float: left;
  height: 60px;
  margin: 0 5px 5px 0;
  padding: 0;
  width: 70px;
}
.text-hover-theme-colored {
  -webkit-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  transition: all 0ms ease;
}
/*
 * Footer.less
 * -----------------------------------------------
*/
.footer {
  background: #fafafa;
}
.footer a {
  color: #fff;
}
.footer a:focus,
.footer a:hover,
.footer a:active {
  color: #666666;
}
.footer .widget .widget-title {
  margin-top: 0px;
}
.footer .widget.dark .quick-contact-form button {
  border-color: #333333;
  color: #909090;
}
.footer .widget.dark .quick-contact-form button:hover {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #333333;
}
.footer-bottom {
  border-top: 1px solid #243142;
}

/*# sourceMappingURL=style-main.css.map */

table{

    

  font-size:18px !important;

}



.inner_sales_marketing_tech table th {

    background: #e66d00 none repeat scroll 0 0 !important;

    color: white;

    font-size: 17px;

    text-transform: uppercase;



}



table .rank {

    width:35%;

}

table .num, table .rank {

    text-align: center;

}



.sales_title > td {

    background: #323232 none repeat scroll 0 0 !important;

    color: #fff;

    font-size: 16px;

    text-align: center;

    font-weight: 500;

    text-transform: capitalize;

}



.sales_title11 > th {

    background: #e66d00 none repeat scroll 0 0;

    color: white;

    font-size: 16px;

    text-transform: uppercase;

}

.mb25{
  margin-bottom: 25px;
}

/*NEW*/

.cards1,
.cards1-item {
    background-color: #f5f6fa;
    position: relative
}

.cards1,
.cards1-item,
.cards2,
.cards2-item {
    position: relative
}

.cards1-name h4,
.cards2-name h4 {
    text-transform: uppercase;
    font-weight: 300
}

.cards,
.cards-item {
    background-position: 50% 50%;
    background-repeat: no-repeat
}

.cards--page-xamarin .cards-row:after,
.cards--page-xamarin .cards-text--bottom h3,
.cards-text p,
.cards2-text p,
.cards3-text p {
    font-family: Ubuntu, Arial, Helvetica, sans-serif
}

.cards6-text ul,
.scheme1 ul,
.scheme3-list ul,
.scheme4-list ul,
.scheme7-text ul {
    list-style-type: none
}

.cards1 {
    padding-top: 100px;
    padding-bottom: 0
}

.cards1 .heading-title {
    margin-bottom: 70px
}

.cards1-item {
    text-align: center;
    z-index: 1
}

.cards1-item--1,
.cards1-item--3 {
    padding-top: 90px
}

.cards1-name h4 {
    margin-top: 0;
    margin-bottom: 10px
}

.cards1-item p {
    width: 86%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 30px
}

.cards1-item--1 .cards1-name {
    color: #06cdff
}

.cards1-item--2 .cards1-name {
    color: #65c94e
}

.cards1-item--3 .cards1-name {
    color: #255ccc
}

.cards1-object {
    margin-top: -108px;
    line-height: 0;
    text-align: center
}

.cards1-object img {
    max-width: 100%
}

@media (max-width:1440px) {
    .cards1-object {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:1029px) {
    .cards1-item {
        margin-bottom: 50px;
        padding-left: 15%;
        padding-right: 15%
    }
    .cards1-item--1,
    .cards1-item--3 {
        padding-top: 0
    }
    .cards1-object {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .cards1 {
        padding-top: 50px
    }
    .cards1-item {
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0
    }
}

.cards2 {
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #FFF
}

.cards2 .heading-title h3 {
    margin-bottom: 4px
}

.cards2 .heading-description p {
    font-size: 19px;
    line-height: 35px
}

.cards2-item {
    text-align: center;
    margin-bottom: 50px
}

.text-left {
    text-align: left
}

.cards2--media-content-distribution .cards2-text,
.text-left h4 {
    text-align: center
}

.cards2-icon {
    margin-bottom: 25px;
    line-height: 130px
}

.cards2-icon .icon {
    height: 100px;
    vertical-align: middle
}

.cards2-item:after {
    content: '';
    position: absolute;
    display: none;
    width: 1px;
    height: 70%;
    top: 15%;
    left: -15px;
    border-left: 1px solid rgba(200, 200, 200, .5)
}

.cards2 .col-lg-4+.col-lg-4 .cards2-item:after {
    display: block
}

.cards2-name h4 {
    margin-top: 0;
    margin-bottom: 34px;
    font-size: 38px;
    color: #232323
}

.cards2-text p {
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    color: #232323;
    margin: 0 auto
}

.cards2 a {
    color: #51c336;
    text-decoration: none
}

.cards--page-net-2 .cards-name,
.cards--page-net-2 .cards-name h4,
.cards--with-bgimage .cards-name h4,
.cards--with-bgimage .cards-text,
.cards--zoom .cards-name h4,
.cards--zoom .cards-text {
    color: #fff
}

@media (max-width:1029px) {
    .cards2-item:after {
        display: none!important
    }
    .cards2-item {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .cards2 {
        padding-top: 50px
    }
    .cards2 [class*=col]:last-child .cards2-item {
        margin-bottom: 0
    }
    .cards2-item {
        margin-bottom: 30px
    }
}

.cards2--media-content-distribution {
    padding-top: 64px
}

.cards2--media-content-distribution .heading-description {
    margin-bottom: 82px
}

.cards2--media-content-distribution .heading-description p {
    font-size: 25px;
    line-height: 40px
}

.cards2--media-content-distribution .cards2-text ul {
    display: inline-block;
    float: none!important;
    width: auto!important;
    margin: 0!important;
    left: auto!important
}

.cards2--mediadata {
    padding-bottom: 0
}

.cards2--mediadata .cards2-img {
    height: 150px
}

.cards2--mediadata .cards2-name h4 {
    text-transform: none;
    font-size: 35px;
    line-height: 41px
}

.cards2 .heading-description p {
    margin-bottom: 0
}

.cards2--mediadata .cards2-text ul {
    text-align: left;
    margin: 0 0 0 30%;
    width: 70%;
    padding: 0;
    list-style-type: none;
    position: relative;
    left: -15%;
    font-size: 17px
}

.cards2--mediadata .cards2-text ul li {
    position: relative;
    padding-left: 17px;
    font-size: 17px;
    line-height: 25px
}

.cards2--mediadata .cards2-text ul li+li {
    margin-top: 15px
}

.cards2--mediadata .cards2-text ul li:after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    top: 10px;
    left: 2px;
    background-color: #51c336;
    border-radius: 50%
}

.cards,
.cards-item,
.cards-text {
    position: relative
}

@media (max-width:1200px) {
    .cards2--mediadata .cards2-text ul {
        width: 100%;
        left: 0;
        margin-left: 0
    }
}

.cards2--page-social-networking {
    padding-bottom: 77px
}

.cards2--page-social-networking .heading-title {
    margin-bottom: 32px
}

.cards2--page-social-networking .heading-title h3 {
    line-height: 55px
}

.cards2--page-social-networking .heading-description {
    max-width: 1323px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px
}

@media (max-width:1029px) {
    .cards2--mediadata .cards2-text {
        text-align: center
    }
    .cards2--mediadata .cards2-text ul {
        position: relative;
        display: inline-block;
        width: auto
    }
    .cards2--page-social-networking {
        padding-bottom: 50px
    }
}

.cards2--augmented-reality .cards2-text p {
    padding-top: 20px
}

.cards2--augmented-reality .cards2-text p:first-child {
    padding-top: 0
}

.cards2--augmented-reality .heading-description p {
    font-size: 25px;
    line-height: 39px;
    margin-bottom: 20px
}

@media screen and (max-width:1024px) {
    .cards2--augmented-reality .heading-description p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px
    }
}

.cards2--augmented-reality .heading-description p:last-child {
    margin-bottom: 0
}

.cards2 .heading-description--2 p {
    font-size: 25px;
    line-height: 39px;
    margin-bottom: 20px
}

@media screen and (max-width:1024px) {
    .cards2 .heading-description--2 p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px
    }
}

.cards2 .heading-description--2 p:last-child {
    margin-bottom: 0
}

.cards2--augmented-reality ul {
    padding: 30px 40px 0
}

.cards2--augmented-reality ul li {
    padding-left: 40px;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .cards2--augmented-reality p,
    .cards2--augmented-reality ul {
        padding-left: 0;
        padding-right: 0
    }
}

.cards {
    padding-top: 86px;
    padding-bottom: 50px
}

.cards-name.text-left h4 {
    text-align: left
}

.cards-item {
    text-align: center;
    margin: 0 0 50px;
    background-size: cover
}

.container-fluid .cards-wrapper {
    width: 75%;
    margin: auto
}

.cards--with-borders .container-fluid .cards-wrapper {
    width: auto
}

.cards-icon {
    margin-bottom: 12px;
    line-height: 130px
}

.cards-icon .icon,
.cards-icon svg {
    height: 100px;
    vertical-align: middle
}

.cards-name h4 {
    margin-top: 0;
    margin-bottom: 13px;
    font-weight: 300;
    text-transform: uppercase
}

.cards-text {
    font-size: 17px;
    line-height: 30px
}

.cards.width--full .cards-text {
    padding-left: 25px;
    padding-right: 25px
}

.cards .heading-title {
    margin-bottom: 0
}

.cards .heading-description {
    margin-top: 32px;
    margin-bottom: 0!important
}

.cards .heading~.cards-row,
.cards .heading~.container .cards-row,
.cards .heading~.container-fluid .cards-row,
.cards .heading~.row {
    margin-top: 74px
}

@media (max-width:1440px) {
    .cards.width--full .cards-text {
        padding-left: 0;
        padding-right: 0
    }
}

.cards-text p {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300
}

.cards-text p+ul {
    margin-top: 1em
}

.cards-object {
    line-height: 0;
    text-align: center
}

.cards--with-rounded-icons .cards-icon,
.cards--with-rounded-icons--aqua .cards-icon,
.cards--with-rounded-icons--blue .cards-icon,
.cards--with-rounded-icons--dark-blue .cards-icon,
.cards--with-rounded-icons--green .cards-icon,
.cards--with-rounded-icons--orange .cards-icon,
.cards--with-rounded-icons--purple .cards-icon,
.cards--with-rounded-icons--red .cards-icon,
.cards--with-rounded-icons--white .cards-icon {
    background: rgba(0, 0, 0, .4);
    display: inline-block;
    width: 180px;
    height: 180px;
    line-height: 180px;
    border-radius: 90px;
    margin-top: 0
}

.cards--with-rounded-icons--white .cards-icon {
    background-color: #fff
}

.cards--with-rounded-icons--green .cards-icon {
    background-color: #51c336
}

.cards--with-rounded-icons--blue .cards-icon {
    background-color: #0cf
}

.cards--with-rounded-icons--red .cards-icon {
    background-color: #f96057
}

.cards--with-rounded-icons--dark-blue .cards-icon {
    background-color: #255ccc
}

.cards--with-rounded-icons--orange .cards-icon {
    background-color: #ff9700
}

.cards--with-rounded-icons--aqua .cards-icon {
    background-color: #00ddce
}

.cards--with-rounded-icons--purple .cards-icon {
    background-color: #9d26d5
}

.cards--with-bgimage .cards-item .cards-wrapper {
    width: 92%
}

.cards--with-bgimage .cards-item {
    background: 50% 50% no-repeat #666;
    background-size: cover;
    margin: 0 -15px;
    padding: 50px 15px;
    width: auto;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.cards--with-bgimage .cards-icon {
    background: rgba(0, 0, 0, .4);
    display: inline-block;
    width: 200px;
    height: 200px;
    line-height: 200px;
    border-radius: 100px;
    margin-top: 0
}

.cards--with-bgimage .cards-icon .icon,
.cards--with-bgimage .cards-icon svg {
    vertical-align: middle;
    height: 80px
}

@media (min-width:1030px) {
    .cards--with-bgimage .cards-item {
        padding: 208px 15px 30px;
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease
    }
    .cards--with-bgimage .cards-text {
        position: relative;
        opacity: 0;
        top: 50px;
        -webkit-transition: top .5s ease, opacity .5s ease;
        transition: top .5s ease, opacity .5s ease
    }
    .cards--with-bgimage .cards-icon {
        -webkit-transition: margin .5s ease;
        transition: margin .5s ease
    }
    .cards--with-bgimage.cards--with-zoom .cards-item:hover {
        z-index: 100;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
        box-shadow: 0 0 20px rgba(0, 0, 0, .4)
    }
    .cards--with-bgimage.cards--with-zoom .cards-item:hover .cards-text {
        top: 30px;
        opacity: 1
    }
    .cards--with-bgimage.cards--with-zoom .cards-item:hover .cards-icon {
        margin-top: -50px;
        background: rgba(255, 255, 255, 1)
    }
    .cards--with-bgimage.cards--with-zoom .cards-item:hover .cards-icon .icon {
        -webkit-transform: scale(.952);
        -ms-transform: scale(.952);
        transform: scale(.952)
    }
    .cards--with-bgimage.cards--with-zoom .cards-item:hover .cards-icon .icon path {
        fill: #52c337!important
    }
    .cards--with-bgimage.cards--with-zoom .cards-row {
        padding-top: 0
    }
}

.cards--page-main-2 .cards-item .cards-icon svg path,
.cards--python-3.cards--with-zoom .cards-item:hover .cards-icon .icon path {
    fill: #FFF!important
}

.cards--accordion .cards-row .column .cards-item {
    padding: 100px 15px;
    margin: 0
}

.cards.cards--accordion {
    padding: 0
}

@media (min-width:1030px) {
    .cards.cards--accordion {
        padding: 0;
        max-height: 700px
    }
    .cards--accordion .cards-row:after,
    .cards--accordion .cards-row:before {
        content: none
    }
    .cards--accordion .cards-row {
        float: none;
        display: table;
        table-layout: fixed
    }
    .cards--accordion .column {
        -webkit-transition: width .5s ease;
        transition: width .5s ease;
        display: table-cell;
        float: none
    }
    .cards--accordion.columns--2 .cards-row:hover .column {
        width: 30%
    }
    .cards--accordion.columns--2 .cards-row .column:hover {
        width: 70%
    }
    .cards--accordion.columns--3 .cards-row:hover .column {
        width: 25%
    }
    .cards--accordion.columns--3 .cards-row .column:hover {
        width: 50%
    }
    .cards--accordion.columns--4 .cards-row:hover .column {
        width: 20%
    }
    .cards--accordion.columns--4 .cards-row .column:hover {
        width: 40%
    }
    .cards--accordion.columns--5 .cards-row:hover .column {
        width: 17%
    }
    .cards--accordion.columns--5 .cards-row .column:hover {
        width: 32%
    }
    .cards--accordion .column .cards-item:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        opacity: 0;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease
    }
    .cards--accordion .column .cards-item[class*=bgcolor--hover]:before {
        content: none
    }
    .cards--accordion .cards-row .column .cards-item {
        padding-top: 100px;
        margin: 0
    }
    .cards--accordion .cards-row .column .cards-text {
        position: relative;
        line-height: 40px;
        opacity: 0;
        top: 200px;
        -webkit-transition: opacity .1s ease, top .1s ease;
        transition: opacity .1s ease, top .1s ease;
        width: 80%;
        margin: 0 auto
    }
    .cards--accordion .cards-row .column:hover .cards-item:before {
        opacity: .4
    }
    .cards--accordion .cards-row .column:hover .cards-text {
        opacity: 1;
        top: 0;
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }
    .cards--accordion .cards-row .column .cards-icon,
    .cards--accordion .cards-row .column .cards-name {
        position: relative;
        top: 100px;
        -webkit-transition: top .1s ease;
        transition: top .1s ease
    }
    .cards--accordion .cards-row .column:hover .cards-icon,
    .cards--accordion .cards-row .column:hover .cards-name {
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        top: -50px
    }
}

.cards.cards--zoom {
    padding: 0
}

.cards--zoom .cards-item .cards-wrapper {
    width: auto
}

.cards--zoom .cards-item {
    padding: 50px 15px;
    margin: 0;
    width: auto;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

@media (min-width:1030px) {
    .cards--zoom .cards-item {
        padding: 150px 15px 30px;
        -webkit-transition: -webkit-transform .2s ease;
        transition: -webkit-transform .2s ease;
        transition: transform .2s ease;
        transition: transform .2s ease, -webkit-transform .2s ease
    }
    .cards--zoom .cards-text {
        position: relative;
        opacity: 0;
        top: 50px;
        -webkit-transition: top .5s ease, opacity .5s ease;
        transition: top .5s ease, opacity .5s ease
    }
    .cards--zoom .cards-icon {
        -webkit-transition: margin .5s ease;
        transition: margin .5s ease
    }
    .cards--zoom .cards-item:hover {
        z-index: 100;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .4);
        box-shadow: 0 0 20px rgba(0, 0, 0, .4)
    }
    .cards--zoom .cards-item:hover .cards-text {
        top: 30px;
        opacity: 1
    }
    .cards--zoom .cards-item:hover .cards-icon {
        margin-top: -50px
    }
    .cards--zoom .cards-item:hover .cards-icon .icon {
        -webkit-transform: scale(.952);
        -ms-transform: scale(.952);
        transform: scale(.952)
    }
}

@media (max-width:1029px) {
    .cards-row+.cards-row {
        margin-top: 0
    }
    .cards--with-borders .container-fluid .cards-item {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .cards-icon {
        line-height: 80px
    }
}

@media (max-width:767px) {
    .cards {
        padding: 50px 0
    }
    .cards--with-borders .container-fluid .cards-item {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
    .cards-item {
        height: auto!important;
        margin-bottom: 30px
    }
    .cards-row+.cards-row {
        margin-top: 30px
    }
    .cards [class*=col]:last-child .cards-item,
    .column:last-child .cards-item {
        margin-bottom: 0
    }
    .container-fluid .cards-wrapper {
        width: 100%
    }
    .cards-name h4 {
        font-size: 26px;
        line-height: 30px
    }
    .cards-text p {
        font-size: 16px;
        line-height: 25px
    }
}

.cards--with-zoom .zIndex {
    z-index: 100!important
}

.cards--media-content-distribution .heading~.cards-row,
.cards--media-content-distribution .heading~.row {
    margin-top: 66px
}

.cards--page-net-1 .cards-name h4 {
    margin-bottom: 26px;
    font-size: 30px;
    line-height: 35px
}

.cards--page-net-1 .cards-text p {
    font-size: 17px;
    line-height: 25px
}

.cards--page-net-2 {
    padding-bottom: 88px;
    background: url(../images/bg-cards-page-net-1-left.png) 0 50% no-repeat, url(../images/bg-cards-page-net-1-right.png) 100% 50% no-repeat #fff
}

.cards--page-net-2 .heading+.cards-row {
    margin-top: 40px
}

.cards--page-net-2 .cards-item {
    background: #fff
}

.cards--page-net-2 .cards-name {
    margin: -37px -32px 40px;
    padding: 37px 41px 12px
}

.cards--page-net-2 .cards-text ul {
    font-size: 1.1em
}

.cards--page-net-2 .cards-item--1 .cards-name {
    background: #51c336
}

.cards--page-net-2 .cards-item--2 .cards-name {
    background: #0cf
}

.cards--page-net-2.cards .cards-text p {
    line-height: 30px
}

.cards--page-net-2 .cards-wrapper {
    padding-bottom: 24px!important
}

.cards--page-net-2 ul li {
    margin-bottom: 14px
}

.cards--page-net-2 ul li:before {
    top: 10px
}

@media (max-width:1030px) {
    .cards--page-net-2 {
        background: url(../images/bg-cards-page-net-1-left.png) 0 20% no-repeat, url(../images/bg-cards-page-net-1-right.png) 100% 80% no-repeat #fff
    }
}

@media (max-width:767px) {
    .cards--page-net-2 {
        padding-bottom: 50px
    }
}

@media (min-width:1500px) {
    .cards--page-net-3 .cards-item .cards-name h4 {
        font-size: 30px;
        line-height: 35px
    }
}

.cards--page-net-3 {
    padding-bottom: 75px
}

.cards--page-net-3 .cards-wrapper {
    padding-bottom: 42px!important
}

.cards--frontend-1 {
    padding-bottom: 0
}

.cards--frontend-1 .heading-description {
    margin-bottom: 50px!important
}

.cards--frontend-1 .cards-row {
    background: url(../images/bg-cards-frontend-1-1.jpg) 50% 0 repeat-x, url(../images/bg-cards-frontend-1-2.jpg) 50% 100% repeat-x #f3f4f5;
    padding: 420px 0 300px!important;
    margin-top: 0!important
}

.cards--frontend-1 .cards-name h4 {
    margin-bottom: 34px;
    font-size: 45px
}

@media (max-width:767px) {
    .cards--frontend-1 .cards-name h4 {
        font-size: 30px;
        line-height: 34px
    }
}

.cards--frontend-2 {
    padding-top: 68px;
    padding-bottom: 0
}

.cards--frontend-2 .cards-name h4 {
    font-size: 45px;
    line-height: 45px
}

@media (max-width:1030px) {
    .cards--frontend-1 .cards-row {
        background: url(../images/bg-cards-frontend-1-1.jpg) 85% 0 repeat-x, url(../images/bg-cards-frontend-1-2.jpg) 50% 100% repeat-x #f3f4f5;
        padding: 400px 0 300px!important
    }
}

@media (max-width:767px) {
    .cards--frontend-2 .cards-name h4 {
        font-size: 26px;
        line-height: 30px
    }
    .cards--frontend-1 .cards-row {
        padding-bottom: 340px!important
    }
}

.cards--page-win-1 {
    padding-top: 68px
}

.cards--page-win-1 .heading-title h3 {
    font-size: 52px;
    line-height: 55px
}

.cards--page-win-1 .heading~.cards-row,
.cards--page-win-1 .heading~.row {
    margin-top: 63px
}

.cards--page-win-1 .cards-name h4 {
    margin-bottom: 22px;
    font-size: 32px
}

.cards--page-win-1 .cards-text p {
    font-size: 17px;
    line-height: 30px
}

.cards--cloud-1 .container-fluid .cards-wrapper {
    width: 100%
}

@media (max-width:1029px) {
    .cards--cloud-1 .container-fluid .cards-wrapper {
        width: 70%
    }
}

@media (max-width:767px) {
    .cards--page-win-1 .heading-title h3 {
        font-size: 32px;
        line-height: 39px
    }
    .cards--cloud-1 .container-fluid .cards-wrapper {
        width: 100%
    }
}

.cards--cloud-2 {
    counter-reset: cards-cloud-2-counter
}

.cards--cloud-2 .heading-description {
    line-height: 40px
}

.cards--cloud-2 .cards-name h4 {
    font-weight: 400;
    font-size: 25px;
    text-align: left;
    counter-increment: cards-cloud-2-counter
}

.cards--cloud-2 .cards-item {
    text-align: left;
    counter-increment: cards-cloud-2-counter - 1
}

.cards--cloud-2 .cards-item .cards-wrapper {
    margin-left: 90px;
    position: relative
}

.cards--cloud-2 .cards-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: -90px;
    width: 82px;
    height: 175px;
    background: url(../images/bg-cards-cloud-1-counter.png)
}

.cards--cloud-2 .cards-wrapper:after {
    content: counter(cards-cloud-2-counter, decimal-leading-zero);
    display: block;
    position: absolute;
    top: -3px;
    left: -83px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -.1em;
    text-align: center;
    color: #fff;
    background: #51c336;
    border-radius: 24px
}

.cards--cloud-3 {
    padding-bottom: 0
}

@media (min-width:1025px) {
    .cards--accordion--3 .cards-row:after,
    .cards--accordion--3 .cards-row:before {
        content: none
    }
    .cards--accordion--3 .cards-row {
        float: none;
        display: table;
        table-layout: fixed
    }
    .cards--accordion--3 .col-sm-4 {
        -webkit-transition: width .5s ease;
        transition: width .5s ease;
        display: table-cell;
        float: none
    }
    .cards--accordion--3 .cards-row:hover .col-sm-4 {
        width: 20%
    }
    .cards--accordion--3 .cards-row .col-sm-4:hover {
        width: 60%
    }
    .cards--accordion--3 .col-sm-4 .cards-item:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000;
        opacity: 0;
        -webkit-transition: opacity .5s ease;
        transition: opacity .5s ease
    }
    .cards--accordion--3 .cards-row .col-sm-4 .cards-text {
        opacity: 0;
        top: 200px;
        -webkit-transition: opacity .1s ease, top .1s ease;
        transition: opacity .1s ease, top .1s ease;
        width: 98%;
        margin: 0 auto
    }
    .cards--accordion--3 .cards-row .col-sm-4 .cards-text p {
        font-size: 19px;
        line-height: 40px
    }
    .cards--accordion--3 .cards-row .col-sm-4 .cards-item {
        padding-top: 60px;
        padding-bottom: 0
    }
    .cards--accordion--3 .cards-row .col-sm-4:hover .cards-item:before {
        opacity: .4
    }
    .cards--accordion--3 .cards-row .col-sm-4:hover .cards-text {
        line-height: 40px;
        opacity: 1;
        top: 0;
        -webkit-transition-delay: .4s;
        transition-delay: .4s;
        -webkit-transition-duration: .3s;
        transition-duration: .3s
    }
    .cards--accordion--3 .cards-row .col-sm-4 .cards-icon,
    .cards--accordion--3 .cards-row .col-sm-4 .cards-name {
        position: relative;
        top: 100px;
        -webkit-transition: top .1s ease;
        transition: top .1s ease
    }
    .cards--accordion--3 .cards-row .col-sm-4:hover .cards-icon,
    .cards--accordion--3 .cards-row .col-sm-4:hover .cards-name {
        -webkit-transition-delay: .1s;
        transition-delay: .1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        top: -10px
    }
    .cards--accordion--3 .cards-row .cards-name h4 {
        font-size: 45px;
        line-height: 45px
    }
}

.cards--python-2 {
    background-size: cover;
    padding: 150px 0 144px
}

.cards--python-2 .col-sm-6+.col-sm-6 {
    color: #232323
}

.cards--python-2 .col-sm-6 .cards-item {
    margin-bottom: 0
}

.cards--python-2 .cards-name h4 {
    margin-bottom: 40px
}

.cards--python-2 .cards-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1030px) {
    .cards--python-2 {
        background-size: auto 100%;
        background-position: 0 50%
    }
    .cards--python-2 .col-sm-6+.col-sm-6 {
        margin-top: 50px;
        color: inherit
    }
}

@media (max-width:1029px) {
    .cards--python-2 {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width:767px) {
    .cards--python-2 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.cards--python-3 {
    padding-bottom: 0
}

.cards--python-3+.bgcolor--white {
    padding-top: 105px
}

.cards--python-3 .cards-icon {
    width: auto;
    height: auto;
    border-radius: 0;
    background: 0 0!important
}

.cards--python-3.cards--with-zoom .cards-item:hover .cards-icon .icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.cards--python-3 .col-md-3:nth-child(2) .cards-wrapper {
    width: 100%
}

.cards--python-3 .col-md-3:nth-child(2) .cards-icon .icon {
    margin-top: 11px;
    height: 120px;
    max-height: none
}

.cards--python-3 .col-md-3:nth-child(3) .cards-icon .icon {
    margin-top: -6px
}

@media (max-width:767px) {
    .cards--python-3+.bgcolor--white {
        padding-top: 50px
    }
}

.cards--page-php-1 {
    padding-top: 62px;
    padding-bottom: 71px
}

@media (max-width:767px) {
    .cards--page-php-1 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.cards--page-php-1 .heading~.cards-row,
.cards--page-php-1 .heading~.row {
    margin-top: 60px
}

.cards--page-php-1 .cards-name h4 {
    margin-bottom: 20px
}

.cards--page-php-1 .cards-text p {
    font-size: 17px;
    line-height: 30px
}

.cards--page-php-1 .cards-text {
    max-width: 516px;
    margin-left: auto;
    margin-right: auto
}

.cards--page-php-2 .cards-wrapper {
    padding-bottom: 40px!important
}

.cards--ios ul li {
    margin-bottom: 10px
}

.cards--ios ul li:last-child {
    margin-bottom: 0
}

@media (min-width:1440px) {
    .cards--ios .col-sm-4 {
        width: 25%
    }
    .cards--ios .col-sm-4:first-child {
        margin-left: 12.5%
    }
}

@media (max-width:1029px) {
    .cards--ios .cards-item {
        height: auto!important
    }
}

.cards--java-1 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 190px
}

.cards--java-1:after {
    content: "";
    display: block;
    position: absolute;
    top: 13%;
    left: 50%;
    margin-left: -8%;
    width: 22%;
    height: 100%;
    background: url(../images/vis-java-man.png) 50% 0 no-repeat;
    background-size: contain;
    z-index: 100;
    max-width: 460px
}

.cards--java-1 .cards-item {
    padding: 150px 15px 170px;
    margin: 0 -15px;
    width: auto
}

.cards--java-1 .cards-item.bgcolor--blue {
    background: url(../images/bg-cards-java-1.png) 100% 0 no-repeat #0cf;
    background-size: contain
}

.cards--java-1 .cards-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto
}

.cards--java-1 .cards-text p {
    font-size: 19px;
    line-height: 35px
}

@media (max-width:1030px) {
    .cards--java-1 {
        padding: 0 0 100px
    }
    .cards--java-1:after {
        left: 0;
        top: 50%;
        margin-top: -175px;
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 200px;
        background-position: 0 50%;
        background-size: contain
    }
    .cards--java-1 .cards-item {
        padding: 150px 15px
    }
}

@media (max-width:1029px) {
    .cards--java-1:after {
        display: none
    }
    .cards--java-1 .cards-item {
        height: auto!important;
        padding-top: 100px;
        padding-bottom: 100px
    }
    .cards--java-1 .cards-text {
        width: 100%
    }
}

@media (max-width:767px) {
    .cards--java-1 {
        padding: 0 0 50px
    }
    .cards--java-1 .cards-item {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.cards--java-3 .cards-name h4 {
    font-size: 30px
}

.cards--java-3 .heading-title h3 {
    margin: 0
}

.cards--java-4 .cards-item {
    position: relative
}

.cards--java-4 .cards-wrapper {
    background: #fff;
    height: 100%;
    z-index: 2
}

.cards--java-4 .cards-name {
    color: #fff;
    margin: -37px -32px 40px;
    padding: 37px 41px 12px
}

.cards--java-4 .cards-item--1 .cards-name {
    background: #51c336
}

.cards--java-4 .cards-item--2 .cards-name {
    background: #0cf
}

.cards--java-4.cards .cards-text p {
    line-height: 30px
}

@media (min-width:1030px) {
    .cards--java-4 .cards-item--1 {
        margin-right: 40px
    }
    .cards--java-4 .cards-item--2 {
        margin-left: 40px
    }
}

@media (min-width:769px) {
    .cards--java-4 .cards-item:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -25px;
        height: 50%;
        width: 176%;
        left: 0;
        background: url(../images/bg-cards-java-4-shadow-full.png) 50% 100% no-repeat;
        background-size: contain;
        z-index: 1;
        margin: 0 0 0 -40%
    }
}

.cards--application-integration {
    padding-bottom: 80px
}

.cards--application-integration .cards-name h4 {
    font-size: 30px;
    line-height: 35px
}

@media (max-width:767px) {
    .cards--application-integration {
        padding-bottom: 50px
    }
}

.cards--qa-1 {
    padding-top: 94px!important
}

.cards--qa-1 .heading-title h3 {
    font-size: 52px;
    line-height: 60px
}

.cards--qa-1 .heading-description {
    margin-top: 17px!important
}

.cards--qa-1 .heading-description p {
    font-size: 19px;
    line-height: 30px
}

.cards--appdev-1 {
    padding-top: 85px;
    padding-bottom: 70px
}

@media (max-width:767px) {
    .cards--appdev-1 {
        padding-top: 50px
    }
}

.cards--appdev-1 .heading-description {
    max-width: 1118px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0
}

@media (max-width:1029px) {
    .cards--appdev-1 {
        padding-bottom: 50px
    }
}

.cards--appdev-2 {
    padding-top: 94px;
    padding-bottom: 50px
}

.cards--appdev-2 .heading-description {
    margin-top: 13px
}

.cards--appdev-2 .heading~.cards-row,
.cards--appdev-2 .heading~.row {
    margin-top: 59px
}

@media (max-width:767px) {
    .cards--appdev-2 {
        padding-top: 50px
    }
}

.cards--appdev-2 .cards-item {
    border-bottom: 0!important;
    margin-bottom: 80px
}

.cards--appdev-2 .cards-item:after,
.cards--appdev-2 .cards-item:before {
    content: '';
    display: block;
    width: 51%;
    height: 1px;
    border-top: 1px solid #ebebeb;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg)
}

.cards--appdev-2 .cards-item:after {
    left: auto;
    right: 0;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg)
}

.cards--appdev-2 .cards-wrapper {
    padding: 36px 30px 20px!important
}

.cards--appdev-2 .cards-name {
    color: #fff;
    margin: -37px -31px 30px;
    padding: 18px 31px 16px;
    background: #51c336;
    text-align: center
}

.cards--appdev-2 .cards-name h4 {
    margin-bottom: 0!important;
    text-transform: none;
    font-size: 1.6em!important
}

@media (max-width:767px) {
    .cards--appdev-2 .col-sm-4:last-child .cards-item {
        margin-bottom: 0
    }
    .cards--appdev-2 .cards-wrapper {
        padding: 36px 15px 5px 0!important
    }
    .cards--appdev-2 .cards-name {
        margin: -37px -16px 30px 0;
        padding: 18px 15px 16px
    }
    .cards--appdev-3 .cards-item {
        height: auto!important
    }
}

.cards--ruby-2 .cards-row {
    padding-top: 0!important;
    background-color: #f8f8f8
}

.cards--ruby-2 .cards-item {
    margin-bottom: 0;
    padding-bottom: 60px
}

.cards--ruby-2 .cards-icon {
    line-height: 170px;
    height: 170px;
    margin: 0
}

.cards--ruby-2 .cards-name {
    background: #51c336;
    background: -webkit-gradient(linear, left top, right top, from(rgba(81, 195, 54, 1)), to(rgba(72, 170, 47, 1)));
    background: linear-gradient(to right, rgba(81, 195, 54, 1) 0, rgba(72, 170, 47, 1) 100%);
    color: #fff;
    margin: 0 -15px 25px;
    padding: 20px
}

.cards--ruby-2 .cards-item--3 .cards-name {
    background: #51c336
}

.cards--ruby-2 .cards-name h4 {
    margin: 0
}

@media (min-width:1030px) {
    .cards--ruby-2 {
        padding: 100px 0 155px
    }
    .cards--ruby-2 .cards-row {
        background-size: 100% auto;
        background-position: 50% 0;
        background-image: url(../images/bg-cards-ruby-2.png);
        position: relative;
        float: left
    }
    .cards--ruby-2 .cards-row:after,
    .cards--ruby-2 .cards-row:before {
        content: '';
        display: block;
        position: absolute;
        background-repeat: no-repeat
    }
    .cards--ruby-2 .cards-row:before {
        width: 100%;
        height: 155px;
        top: 100%;
        background-size: 100% 100%;
        background-position: 50% 100%;
        background-image: url(../images/bg-cards-ruby-2-shadow-b.png)
    }
    .cards--ruby-2 .cards-row:after {
        width: 200px;
        height: 100%;
        padding-top: 155px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        bottom: -155px;
        right: 100%;
        background-position: 100% 100%;
        background-image: url(../images/bg-cards-ruby-2-shadow-l.png)
    }
}

.cards--ruby-3 .heading-title h3 {
    margin-bottom: 0
}

.cards--ruby-3 .cards-name h4 {
    font-size: 1.6em
}

.cards--webappdev-3 {
    padding-bottom: 100px
}

.cards--webappdev-3 .cards-row {
    background: url(../images/bg-cards-webappdev-3.png) #d6d6d6;
    background: linear-gradient(135deg, rgba(255, 255, 255, .2) 0, rgba(0, 0, 0, .1) 100%), url(../images/bg-cards-webappdev-3.png), #d6d6d6;
    border: 3px solid;
    border-color: #eee #aaa #aaa #eee;
    margin: 0 5px
}

.cards--webappdev-3 .cards-item {
    margin: 5px -10px;
    border: 1px solid;
    border-color: #777 #eee #eee #777;
    border-radius: 5px;
    text-align: left;
    background: linear-gradient(135deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, .5) 40%, rgba(0, 0, 0, .2) 100%)
}

.cards--webappdev-3 .cards-wrapper {
    border: 2px solid;
    border-color: #eee #777 #777 #eee;
    border-radius: 5px;
    padding: 40px;
    height: 100%;
    background: url(../images/bg-cards-webappdev-3-keyhole.png) 95% 50% no-repeat
}

.cards--webappdev-3 .cards-wrapper ul li {
    margin-bottom: .5em;
    padding-left: 20px
}

.cards--webappdev-3 .cards-wrapper ul li:before {
    left: 0
}

@media (max-width:1030px) {
    .cards--webappdev-3 .cards-item {
        width: auto
    }
}

.cards--support-2 {
    padding-top: 21px;
    padding-bottom: 62px
}

.cards--support-2 .heading-description {
    max-width: 966px;
    margin-top: 19px;
    margin-left: auto;
    margin-right: auto
}

.cards--support-2 .heading-description p {
    line-height: 30px
}

.cards--support-2 .cards-wrapper {
    padding-bottom: 24px!important
}

@media (max-width:1029px) {
    .cards--support-2 {
        padding-top: 0
    }
}

.cards--support-2 h4 {
    font-size: 30px;
    line-height: 35px
}

.cards--support-3 {
    padding-top: 104px;
    padding-bottom: 145px
}

@media (max-width:1029px) {
    .cards--support-3 {
        padding-bottom: 100px
    }
}

@media (max-width:767px) {
    .cards--support-3 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.cards--support-3 .cards-item ul li+li {
    margin-top: 7px
}

.cards--support-3 .cards-addon {
    position: relative;
    text-align: center;
    border-top: 2px solid #0cf;
    padding: 50px 0 0;
    margin-top: 50px
}

.cards--support-3 .cards-addon:after {
    content: '';
    display: block;
    position: absolute;
    width: 21px;
    height: 20px;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfFJREFUeNqklMsrRHEUx+94bZVHxmuBxkheYYVEFiI7JrsRsp6wIH+Ax2LI3nsn2WEnJtl4hSIm72SSR83SeIzv4fvTbcYdhlOfzv3dOb8z556XSdvyawaSDZpBPZ/jwCNwgyUwy+cgMX3jNAEMATuI0ozlBcyAHnCv/yEiwDAfbIA28AbGQR1I/AjgU8t5jL+30T7fKFILWOfFVdABTkJEmkXnVeAOVKh0qEgjmSNxuABq6TAPTIEr8EQ9xchOabfAe7P08xVpK5gAZ6AYeIEDOJVhgLyCbjAKYsEOyATt4kdF2k3dR4c2MGLgUH3ZCO28vCfSpSK1MBcekAaiGXGK9rPInQzwDK5BMrBKpOU0cLGi1b90qNFJDe+5+K5MnJp5uKTO1cKTHOoLarM49fEQrf1PYqh94vSGh3TqwzCdHVGnqjxLoWSujwMKdc58/blQUvkDvrCxyaVH/b9w6qB9E+/LV7pVnw5T97OZ50Anm1wzaP5O2on9AN879RMlzbwNCjl2jSxgAQdD2iYJ3IJlXt5nceZBA9gDJfKH+oViBWu6hdLOITCSTG4xtVAqVdEC92kRWGTz+7gvJZJN8ADiQSlzaGekHi7y3VBLWiIdBC0hZl/ldRr0MtKQm1+fjlaOrZUF8bL9VsAkn4PkXYABAOA6iPfoBY38AAAAAElFTkSuQmCC) #fff
}

.cards--support-3 .cards-addon h4 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    border-top: 1px solid #ebebeb
}

.cards--support-3 .cards-addon h4:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 50px;
    border-right: 1px solid #ebebeb;
    bottom: 100%;
    left: 50%
}

.cards--support-4 {
    padding-top: 78px
}

@media (max-width:1030px) {
    .cards--support-3 .cards-item .cards-name:after {
        display: none
    }
    .cards.cards--support-3 .cards-item .cards-name h4:before {
        font-size: 2em;
        font-weight: 600;
        color: #ebebeb
    }
    .cards--support-3 .cards-item--1 .cards-name h4:before {
        content: '01'
    }
    .cards--support-3 .cards-item--2 .cards-name h4:before {
        content: '02'
    }
    .cards--support-3 .cards-item--3 .cards-name h4:before {
        content: '03'
    }
}

.cards--support-4 .cards-icon .icon {
    width: 120px;
    height: 100px;
    max-height: none;
    opacity: .3
}

.cards--support-4 .cards-name h4 {
    font-weight: 400;
    font-size: 100px;
    letter-spacing: -5px;
    line-height: normal
}

.cards--support-4 .cards-text {
    text-align: left
}

@media (max-width:767px) {
    .cards--support-4 {
        padding-top: 50px
    }
    .cards--support-3 {
        padding-bottom: 50px
    }
}

@media (min-width:760px) {
    .cards--support-4 .cards-icon {
        position: absolute;
        left: 50px;
        top: 0
    }
    .cards--support-4 .cards-name {
        position: absolute;
        left: 35px;
        top: 30px;
        width: 200px;
        text-align: right
    }
    .cards--support-4 .cards-text {
        margin: 0 4% 0 250px;
        text-align: left
    }
}

.cards--page-methodology .heading-title h3,
.cards--page-quality-management .heading-title h3 {
    margin-bottom: 68px
}

.cards--page-methodology {
    padding-bottom: 285px;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), to(#f0f0f0));
    background: linear-gradient(to bottom, #fff 1%, #f0f0f0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=0)
}

.cards--page-methodology:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(../images/bg-cards-methodology.jpg)
}

.cards--page-engagement-models {
    padding-top: 30px
}

.cards--page-quality-management .cards-icon {
    line-height: 0
}

.cards--page-quality-management-1 {
    padding-bottom: 0;
    background-color: #FFF
}

.cards--page-quality-management-1 .cards-item {
    min-height: 165px;
    padding-top: 8px;
    padding-left: 90px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../images/ico-cards--page-quality-management@1x.png);
    background-size: auto
}

.cards--page-quality-management-1 .cards-item:after {
    content: '';
    position: absolute;
    display: block;
    width: 48px;
    height: 48px;
    top: 7px;
    left: 7px;
    font-weight: 700;
    font-size: 25px;
    line-height: 48px;
    color: #FFF;
    text-align: center
}

.cards--page-quality-management-1 .cards-item--1:after {
    content: '01'
}

.cards--page-quality-management-1 .cards-item--2:after {
    content: '02'
}

.cards--page-quality-management-1 .cards-item--3:after {
    content: '03'
}

.cards--page-quality-management-1 .cards-item--4:after {
    content: '04'
}

.cards--page-quality-management-1 .cards-name h4 {
    font-size: 25px;
    line-height: 30px;
    color: #51c336
}

.cards--page-application-security {
    padding-top: 110px;
    padding-bottom: 118px
}

@media (max-width:1029px) {
    .cards--page-application-security {
        padding-bottom: 50px
    }
}

.cards--page-application-security .cards-icon {
    margin-bottom: 37px;
    line-height: 0
}

.cards--page-application-security .cards-name h4 {
    margin-bottom: 34px;
    font-size: 38px
}

@media (max-width:767px) {
    .cards--page-application-security {
        padding-top: 50px
    }
    .cards--page-application-security .cards-name h4 {
        font-size: 26px;
        line-height: 30px
    }
}

.cards--page-application-security .cards-text p {
    font-size: 17px;
    line-height: 27px
}

.cards--page-application-security .cards-wrapper {
    width: 90%
}

.cards--page-application-security-1 {
    padding-bottom: 170px;
    color: #FFF;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-image: url(../images/bg-cards--page-application-security-1.jpg);
    background-size: cover;
    overflow: hidden
}

.cards--page-application-security-1 .cards-item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px
}

@media (max-width:1029px) {
    .cards--page-application-security-1 .cards-item {
        width: 100%
    }
}

.cards--page-application-security-1 .cards-item--1 {
    z-index: 4
}

.cards--page-application-security-1 .cards-item--2 {
    z-index: 3
}

.cards--page-application-security-1 .cards-item--3 {
    z-index: 2
}

.cards--page-application-security-1 .cards-item:after {
    content: '';
    position: absolute;
    display: block;
    width: 350px;
    height: 350px;
    top: 74px;
    left: 50%;
    margin-left: -175px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cards--page-application-security-1 .cards-item--1:after {
    background: #0cf;
    background: rgba(0, 204, 255, .9)
}

.cards--page-application-security-1 .cards-item--2:after {
    background: #255ccc;
    background: rgba(37, 92, 204, .9)
}

.cards--page-application-security-1 .cards-item--3:after {
    background: #51c336;
    background: rgba(81, 195, 54, .9)
}

.cards--page-application-security-1 .cards-item:before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 2px;
    left: 50%;
    margin-left: -102px;
    border-style: solid;
    border-width: 51px 51px 0;
    border-color: #000 transparent transparent
}

.cards--page-application-security-1 .cards-item--1:before {
    border-color: #0cf transparent transparent;
    opacity: .8
}

.cards--page-application-security-1 .cards-item--2:before {
    border-color: #255ccc transparent transparent;
    opacity: .8
}

.cards--page-application-security-1 .cards-item--3:before {
    border-color: #51c336 transparent transparent;
    opacity: .8
}

.cards--page-application-security-1 .cards-wrapper {
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
    z-index: 2
}

.cards--page-application-security-1 .heading-title h3 {
    margin-bottom: 76px
}

.cards--page-application-security-1 .cards-icon {
    line-height: 0
}

.cards--page-application-security-1 .cards-name h4 {
    font-size: 35px;
    line-height: 35px;
    color: #FFF;
    text-transform: none
}

.cards--page-application-security-1 .cards-text p {
    color: #FFF
}

@media (max-width:1440px) {
    .cards--page-application-security-1 .cards-wrapper {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:1200px) {
    .cards--page-application-security-1 .cards-wrapper {
        padding-left: 40px;
        padding-right: 40px
    }
    .cards--page-application-security-1 .cards-item {
        padding-top: 80px
    }
    .cards-icon .icon,
    .cards-icon svg {
        height: 80px
    }
    .cards--page-application-security-1 .cards-item:after {
        width: 300px;
        height: 300px;
        margin-left: -150px
    }
    .cards--page-application-security-1 .cards-item:before {
        top: 12px;
        margin-left: -102px
    }
}

@media (max-width:1030px) {
    .cards--page-application-security-1 .cards-wrapper {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 160px
    }
}

@media (max-width:767px) {
    .cards--page-application-security-1 {
        padding-bottom: 50px
    }
    .cards--page-application-security-1 .cards-wrapper {
        margin-bottom: 115px
    }
}

.cards--page-application-security-2 .cards-item {
    padding-top: 28px;
    padding-bottom: 80px
}

.cards--page-application-security-2 .cards-item:before {
    content: '';
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0
}

.cards--page-application-security-2 .cards-item:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 80px;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(../images/cards--page-application-security-2-bottom.png);
    background-size: cover
}

.cards--page-application-security-2 .cards-item--1 {
    background-color: #255ccc
}

.cards--page-application-security-2 .cards-item--1:before {
    background-color: #2762d9
}

.cards--page-application-security-2 .cards-item--2 {
    background-color: #51c336
}

.cards--page-application-security-2 .cards-item--2:before {
    background-color: #55cd39
}

.cards--page-application-security-2 .cards-item--3 {
    background-color: #0cf
}

.cards--page-application-security-2 .cards-item--3:before {
    background-color: #00d7ff
}

.cards--page-application-security-2 .cards-wrapper {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 2
}

.cards--page-application-security-2 .cards-name h4 {
    font-size: 35px;
    line-height: 35px;
    color: #FFF
}

.cards--page-application-security-2 .cards-text p {
    color: #FFF
}

.cards--page-application-security-2 .cards-icon {
    margin-bottom: 33px;
    line-height: 0
}

@media (max-width:1030px) {
    .cards--page-application-security-2 .cards-item {
        padding-bottom: 30px
    }
    .cards--page-application-security-2 .cards-item:after {
        display: none
    }
}

.cards--page-dedicated-development-teams {
    margin-top: -40px
}

@media (max-width:767px) {
    .cards--page-dedicated-development-teams {
        margin-top: 0
    }
}

.cards--page-dedicated-development-teams .cards-item {
    text-align: center
}

.cards--page-dedicated-development-teams-1 {
    padding-left: 30px;
    overflow: hidden
}

.cards--page-dedicated-development-teams-1 .heading-title h3 {
    margin-bottom: 62px
}

.cards--page-dedicated-development-teams-1 .cards-item {
    text-align: left
}

.cards--page-dedicated-development-teams-1 .cards-item--1 {
    padding-top: 158px
}

.cards--page-dedicated-development-teams-1 .cards-item--2 {
    padding-top: 80px
}

.cards--page-dedicated-development-teams-1 .cards-name h4 {
    position: relative;
    margin-bottom: 68px;
    font-weight: 400;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase
}

.cards--page-dedicated-development-teams-1 .cards-name h4:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 99px;
    bottom: -109px;
    left: -29px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(../images/dedicated-development-teams-title-after.png);
    background-size: contain
}

.cards--page-dedicated-development-teams-1 .cards-name {
    position: relative
}

.cards--page-dedicated-development-teams-1 .cards-name:after {
    content: '';
    position: absolute;
    display: block;
    width: 110px;
    top: -10px;
    left: -141px;
    font-weight: 500;
    font-size: 106px;
    line-height: 106px;
    color: #000;
    opacity: .1
}

.cards--page-dedicated-development-teams-1 .cards-item--1 .cards-name:after {
    content: '01'
}

.cards--page-dedicated-development-teams-1 .cards-item--2 .cards-name:after {
    content: '02'
}

.cards--page-dedicated-development-teams-1 .cards-item--3 .cards-name:after {
    content: '03'
}

.cards--page-dedicated-development-teams-1 ul li {
    line-height: 22px
}

.cards--page-dedicated-development-teams-1 ul li:before {
    top: .5em
}

.cards--page-dedicated-development-teams-1 ul li+li {
    margin-top: 10px
}

@media (max-width:1030px) {
    .cards--page-dedicated-development-teams-1 {
        padding-left: 15px
    }
}

@media (max-width:1029px) {
    .cards--page-dedicated-development-teams-1 .cards-item {
        height: auto!important;
        padding-top: 0
    }
}

.cards--page-dedicated-development-teams-2 {
    padding-bottom: 80px
}

@media (max-width:767px) {
    .cards--page-dedicated-development-teams-2 {
        padding-bottom: 50px
    }
}

.cards--page-dedicated-development-teams-2 .cards-item .cards-wrapper {
    text-align: center
}

.cards--page-dedicated-development-teams-2 .heading+.cards-row {
    margin-top: 18px
}

.cards--page-dedicated-development-teams-2 .cards-icon .icon {
    max-height: 160px
}

.cards--page-dedicated-development-teams-2 .cards-name h4 {
    text-transform: none
}

.cards--page-content-and-document-management {
    padding-top: 74px;
    padding-bottom: 0;
    background-color: #FFF
}

.cards--page-content-and-document-management .cards-row {
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-image: url(../images/cards-content-and-document-management.jpg);
    background-size: cover
}

.cards--page-content-and-document-management .col-md-3+.col-md-3 {
    border-left: 1px solid rgba(255, 255, 255, .2)
}

.cards--page-content-and-document-management .cards-item {
    background-color: transparent
}

.cards--page-content-and-document-management .cards-item .cards-icon {
    width: 160px;
    height: 160px;
    line-height: 160px;
    background-color: #00529c;
    margin-bottom: 36px
}

.cards--page-content-and-document-management .cards-item:hover {
    background-color: #f4f9fd
}

.cards--page-content-and-document-management .cards-item:hover,
.cards--page-content-and-document-management .cards-item:hover .cards-name h4,
.cards--page-content-and-document-management .cards-item:hover .cards-text p {
    color: #234;
    text-shadow: 0 0 0
}

.cards--page-content-and-document-management .cards-name h4 {
    font-size: 25px;
    line-height: 30px
}

.cards--page-content-and-document-management .cards-item .cards-icon svg {
    height: 64px
}

.cards--page-content-and-document-management-1 {
    padding-bottom: 76px
}

.cards--page-requirements-engineering {
    padding-bottom: 84px
}

.cards--page-requirements-engineering .cards-name h4 {
    font-size: 30px
}

@media (max-width:1029px) {
    .cards--page-requirements-engineering {
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    .cards--page-requirements-engineering .cards-name h4 {
        font-size: 26px;
        line-height: 30px
    }
}

.cards--page-requirements-engineering-1 {
    padding-bottom: 66px
}

.cards--page-requirements-engineering-1 .heading-description {
    margin-bottom: 100px!important
}

.cards--page-requirements-engineering-1 .cards-row {
    margin-top: 0!important
}

.cards--page-requirements-engineering-1 .cards-item {
    position: relative;
    margin-bottom: 0;
    text-align: left;
    overflow: hidden
}

.cards--page-requirements-engineering-1 .cards-wrapper {
    position: relative;
    max-width: 300px;
    padding-bottom: 58px
}

.cards--page-requirements-engineering-1 .cards-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 1000px;
    top: 33px;
    left: 2px;
    background-color: #dcdcdc
}

.cards--page-requirements-engineering-1 .cards-row+.cards-row .cards-wrapper:after {
    display: none
}

.cards--page-requirements-engineering-1 .cards-item--1 {
    padding-left: 6%
}

.cards--page-requirements-engineering-1 .cards-item--2 {
    padding-left: 18%
}

.cards--page-requirements-engineering-1 .cards-item--3 {
    padding-left: 31%
}

.cards--page-requirements-engineering-1 .cards-item--4 {
    padding-left: 13%
}

.cards--page-requirements-engineering-1 .cards-item--5 {
    padding-left: 25%
}

.cards--page-requirements-engineering-1 .cards-item--6 {
    padding-left: 38%
}

.cards--page-requirements-engineering-1 .cards-item--4 .cards-wrapper:after,
.cards--page-requirements-engineering-1 .cards-item--5 .cards-wrapper:after,
.cards--page-requirements-engineering-1 .cards-item--6 .cards-wrapper:after {
    bottom: 100%;
    top: auto;
    left: auto;
    right: 10px;
    margin-bottom: 9px
}

.cards--page-requirements-engineering-1 .cards-name h4 {
    position: static;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px
}

.cards--page-requirements-engineering-1 .cards-row+.cards-row .cards-name,
.cards--page-requirements-engineering-1 .cards-row+.cards-row .cards-wrapper {
    position: static
}

.cards--page-requirements-engineering-1 .cards-row+.cards-row .cards-name h4 {
    position: static;
    display: inline-block
}

.cards--page-requirements-engineering-1 .title--with-bullet h4:before {
    position: absolute;
    bottom: 0;
    margin-left: -7px;
    margin-right: 0;
    z-index: 2
}

.cards--page-requirements-engineering-1 .cards-row+.cards-row .title--with-bullet h4:before {
    margin-top: 0;
    bottom: auto;
    top: 0
}

.cards--page-requirements-engineering-1 .cards-row+.cards-row .cards-name h4:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 1000px;
    bottom: 20px;
    right: -20px;
    background-color: #dcdcdc
}

.cards--page-requirements-engineering-1 .cards-text {
    padding-left: 10px
}

.cards--page-requirements-engineering-1 .cards-row {
    position: relative;
    padding-bottom: 17px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(../images/cards-requirements-engineering-path.png);
    z-index: 1
}

.cards--page-requirements-engineering-1 .cards-row+.cards-row {
    margin-top: 0;
    top: -38px;
    background: 0 0;
    z-index: 2
}

.cards--page-requirements-engineering-1 .cards-row+.cards-row .cards-item {
    position: relative;
    padding-top: 76px
}

.cards--page-requirements-engineering-1 .cards-row+.cards-row .cards-wrapper {
    padding-bottom: 0
}

.cards--page-requirements-engineering-1 .cards-item--4 h4:before,
.cards--page-requirements-engineering-1 .cards-item--5 h4:before,
.cards--page-requirements-engineering-1 .cards-item--6 h4:before {
    position: absolute;
    bottom: 100%;
    margin-bottom: 56px;
    right: auto;
    margin-right: 0;
    z-index: 2
}

.cards--page-requirements-engineering-1 .cards-item--4 h4:before {
    left: 65%
}

.cards--page-requirements-engineering-1 .cards-item--5 h4:before {
    left: 78%
}

.cards--page-requirements-engineering-1 .cards-item--6 h4:before {
    left: 92%
}

.cards--page-requirements-engineering-1 .cards-item--4 h4:after,
.cards--page-requirements-engineering-1 .cards-item--5 h4:after,
.cards--page-requirements-engineering-1 .cards-item--6 h4:after {
    position: absolute;
    height: 60px!important;
    top: 0;
    bottom: auto;
    right: auto;
    z-index: 1
}

.cards--page-requirements-engineering-1 .cards-item--4 h4:after {
    left: 65%;
    margin-left: 3px
}

.cards--page-requirements-engineering-1 .cards-item--5 h4:after {
    left: 78%;
    margin-left: 3px
}

.cards--page-requirements-engineering-1 .cards-item--6 h4:after {
    left: 92%;
    margin-left: 3px
}

.cards--page-requirements-engineering-1 .cards-item ul li {
    margin-bottom: 11px;
    font-size: 15px;
    line-height: 25px
}

@media (max-width:1030px) {
    .cards--page-requirements-engineering-1 {
        padding-bottom: 0
    }
    .cards--page-requirements-engineering-1 .cards-row {
        background: 0 0
    }
    .cards--page-requirements-engineering-1 .cards-item .cards-wrapper:after,
    .cards--page-requirements-engineering-1 .cards-item h4:before,
    .cards--page-requirements-engineering-1 .cards-row+.cards-row .cards-name h4:after {
        display: none
    }
    .cards--page-requirements-engineering-1 .cards-row+.cards-row .cards-item {
        padding-top: 0;
        padding-bottom: 90px
    }
}

@media (max-width:1029px) {
    .cards--page-requirements-engineering-1,
    .cards--page-requirements-engineering-1 .cards-row+.cards-row .cards-wrapper,
    .cards--page-requirements-engineering-1 .cards-wrapper {
        padding-bottom: 50px
    }
    .cards--page-requirements-engineering-1 .cards-row .cards-item {
        height: auto!important
    }
    .cards--page-requirements-engineering-1 .cards-item ul li:last-child {
        margin-bottom: 0
    }
    .cards--page-requirements-engineering-1 .cards-row+.cards-row .cards-item {
        padding-top: 0;
        padding-bottom: 0
    }
    .cards--page-requirements-engineering-1 .cards-row {
        padding-bottom: 0
    }
    .cards--page-requirements-engineering-1 .cards-row+.cards-row {
        top: auto
    }
}

.cards--page-bigdata {
    padding-top: 55px
}

@media (max-width:767px) {
    .cards--page-requirements-engineering-1,
    .cards--page-requirements-engineering-1 .cards-row+.cards-row .cards-wrapper,
    .cards--page-requirements-engineering-1 .cards-wrapper {
        padding-bottom: 30px
    }
    .cards--page-requirements-engineering-1 .col-lg-4 {
        width: 100%!important
    }
    .cards--page-bigdata {
        padding-top: 0
    }
}

.cards--page-bigdata .heading-description {
    max-width: 982px;
    margin-left: auto;
    margin-right: auto
}

.cards--page-bigdata .heading-description p {
    font-size: 25px;
    line-height: 40px
}

.cards--page-bigdata .heading~.cards-row,
.cards--page-bigdata .heading~.row {
    margin-top: 60px
}

.cards--page-bigdata .cards-name h4 {
    margin-bottom: 23px
}

.cards--page-bigdata .row+.row {
    margin-top: 0
}

.cards--page-bigdata .cards-item {
    margin-bottom: 26px!important
}

.cards--page-omnichannel-ecommerce {
    padding-top: 109px;
    padding-bottom: 83px
}

.cards--page-omnichannel-ecommerce .heading-description {
    margin-bottom: 92px
}

.cards--page-omnichannel-ecommerce .heading-description p {
    font-size: 17px;
    line-height: 28px
}

.cards--page-omnichannel-ecommerce .heading~.cards-row,
.cards--page-omnichannel-ecommerce .heading~.row {
    margin-top: 90px
}

.cards--page-omnichannel-ecommerce .cards-name h4 {
    font-weight: 400;
    font-size: 25px;
    line-height: 28px
}

.cards--page-omnichannel-ecommerce .cards-wrapper {
    padding-bottom: 32px!important
}

.cards--page-omnichannel-ecommerce-1 {
    padding-top: 100px;
    padding-bottom: 62px
}

.cards--page-omnichannel-ecommerce-1 .heading-title h3 {
    font-size: 52px;
    line-height: 60px
}

@media (max-width:767px) {
    .cards--page-omnichannel-ecommerce-1 .heading-title h3 {
        font-size: 32px;
        line-height: 39px
    }
}

.cards--page-omnichannel-ecommerce-1 .heading-description {
    max-width: 980px;
    margin-top: 26px;
    margin-left: auto;
    margin-right: auto
}

.cards--page-omnichannel-ecommerce-1 .heading-description p {
    font-size: 19px;
    line-height: 30px
}

.cards--page-omnichannel-ecommerce-1 .heading~.container-fluid .cards-row {
    margin-top: 55px
}

.cards--page-omnichannel-ecommerce-1 .cards-item {
    margin-bottom: 79px
}

.cards--page-omnichannel-ecommerce-1 .cards-name h4 {
    font-size: 30px
}

.cards--page-omnichannel-ecommerce-1 .cards-text p {
    line-height: 25px
}

@media (max-width:1029px) {
    .cards--page-omnichannel-ecommerce,
    .cards--page-omnichannel-ecommerce-1 {
        padding-top: 100px;
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    .cards--page-omnichannel-ecommerce,
    .cards--page-omnichannel-ecommerce-1 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.cards--mobile-1 {
    padding-top: 140px;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: -15% 45%, 50% 0, 50% 50%, 100% 50%, 50% 50%;
    background-size: auto, auto, auto, auto, cover;
    background-image: url(../images/bg-cards-tablet.png), url(../images/cards-bg-tree.png), url(../images/cards-bg-ipad.png), url(../images/bg-cards-phones.png), url(../images/bg-cards-mobile-1.jpg)
}

.cards--mobile-1 .cards-row {
    padding-bottom: 50px
}

.cards--mobile-1 .cards-name h4 {
    position: relative;
    margin-bottom: 70px;
    font-size: 52px;
    line-height: 55px
}

.cards--mobile-1 .cards-name h4:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -34px;
    background-color: #000
}

.cards--mobile-1 .cards-item-1 .cards-name h4:after {
    background-color: #51c336
}

.cards--mobile-1 .cards-item-2 .cards-name h4:after {
    background-color: #0cf
}

.cards--mobile-1 .cards-text p {
    font-size: 19px;
    line-height: 35px
}

.cards--mobile-1 .iconSlider {
    padding-top: 35px;
    padding-bottom: 66px;
    border-top: 1px solid #dfdedb;
    background-color: transparent
}

@media (max-width:1700px) {
    .cards--mobile-1 {
        background-position: -25% 45%, 50% 0, 50% 50%, 100% 50%, 50% 50%
    }
}

@media (max-width:1500px) {
    .cards--mobile-1 {
        background-position: -9999px 45%, 50% 0, 50% 50%, -9999px 50%, 50% 50%
    }
}

@media (max-width:1200px) {
    .cards--page-requirements-engineering-1 .cards-item--1,
    .cards--page-requirements-engineering-1 .cards-item--2,
    .cards--page-requirements-engineering-1 .cards-item--3,
    .cards--page-requirements-engineering-1 .cards-item--4,
    .cards--page-requirements-engineering-1 .cards-item--5,
    .cards--page-requirements-engineering-1 .cards-item--6 {
        padding-left: 10px
    }
    .cards--mobile-1 {
        background-position: -9999px 45%, -9999px 0, -9999px 50%, -9999px 50%, 50% 50%
    }
}

@media (max-width:1029px) {
    .cards--mobile-1 {
        padding-top: 100px;
        padding-bottom: 100px
    }
    .cards--mobile-1 .cards-item-1 {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .cards--mobile-1 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .cards--mobile-1 .cards-name h4 {
        font-size: 26px;
        line-height: 30px
    }
    .cards--mobile-1 .cards-text p {
        font-size: 16px;
        line-height: 25px
    }
}

.cards--mobile-2 {
    padding-top: 100px;
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-position: 50% 173%;
    background-image: url(../images/cards-bg-chairs.jpg)
}

.cards--mobile-2 .cards-item {
    display: block;
    height: 350px;
    line-height: 350px;
    background: #f9f9f9;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    text-align: center
}

.cards--mobile-2 .cards-item-link-image {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
    -moz-filter: url('data:image/svg+xml;utf8,<svg xmlns=\http://www.w3.org/2000/svg\><filter id=\grayscale\><feColorMatrix type=\matrix\ values=\0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\/></filter></svg>#grayscale');
    -o-filter: url('data:image/svg+xml;utf8,<svg xmlns=\http://www.w3.org/2000/svg\><filter id=\grayscale\><feColorMatrix type=\matrix\ values=\0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\/></filter></svg>#grayscale');
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: url('data:image/svg+xml;utf8,<svg xmlns=\http://www.w3.org/2000/svg\><filter id=\grayscale\><feColorMatrix type=\matrix\ values=\0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\/></filter></svg>#grayscale')
}

.cards--mobile-2 .cards-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none;
    background: #f9f9f9;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 1;
    z-index: 2
}

.cards--mobile-2 .cards-item:hover:before {
    opacity: .8;
    background: #0cf
}

.cards--mobile-2 .cards-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    line-height: 140px;
    z-index: 10
}

.cards--mobile-2 .cards-icon svg {
    height: 140px;
    max-height: 140px
}

.cards--mobile-3 .cards-name h4 {
    font-size: 35px;
    text-transform: capitalize
}

@media (max-width:767px) {
    .cards--mobile-2 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .cards--mobile-2 .cards-item {
        height: 250px;
        line-height: 250px
    }
    .cards--mobile-3 .cards-name h4 {
        font-size: 26px;
        line-height: 30px
    }
}

.cards--qa {
    padding-top: 10px!important
}

.cards--qa .heading~.cards-row,
.cards--qa .heading~.row {
    margin-top: 65px
}

@media (max-width:1029px) {
    .cards--mobile-2 {
        padding-bottom: 50px
    }
    .cards--qa {
        padding-top: 0!important
    }
}

.cards--page-main-1 {
    padding-bottom: 50px
}

.cards--page-main-1 .cards-item {
    display: block;
    background: #fcfcfc;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .15);
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.cards--page-main-1 .cards-wrapper {
    padding: 76px 20px 80px
}

.cards--page-main-1 .cards-item-link-image {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.cards--page-main-1 .cards-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #f7f7f7;
    outline: #f7f7f7 solid 1px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    z-index: 2
}

.cards--page-main-1 .cards-item:hover:before {
    opacity: .8;
    background: #e66d00;
    outline: #e66d00 solid 1px
}

.cards--page-main-1 .cards-icon {
    line-height: 60px
}

.cards--page-main-1 .cards-icon .icon,
.cards--page-main-1 .cards-icon svg {
    height: 60px;
    max-height: 60px
}

.cards--page-main-1 .cards-icon,
.cards--page-main-1 .cards-name,
.cards--page-main-1 .cards-text {
    position: relative;
    color: #234;
    z-index: 5
}

.cards--page-main-1 .cards-name h4 {
    font-size: 30px;
    line-height: 40px
}

.cards--page-main-1 .cards-icon svg path,
.cards--page-main-1 .cards-name,
.cards--page-main-1 .cards-text {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.cards--page-main-1 .cards-item:hover .cards-name,
.cards--page-main-1 .cards-item:hover .cards-text {
    color: #FFF
}

.cards--page-main-1 .cards-item:hover .cards-item-link-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@media (max-width:1029px) {
    .cards--page-main-1 .cards-wrapper {
        padding-top: 38px;
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .cards--page-main-1 {
        padding-bottom: 50px
    }
    .cards--page-main-1 .cards-item {
        margin-bottom: 10px
    }
}

.cards--page-main-2 {
    padding-bottom: 100px;
    overflow: hidden
}

.cards--page-main-2 .row {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 74px;
    padding-top: 0!important;
    background-color: #f9f9f9;
    overflow: hidden
}

.cards--page-main-border .row {
    margin-left: -18px;
    margin-right: -18px
}

.cards--page-main-2 .row-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    opacity: 0;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: opacity .8s ease, -webkit-transform 1s linear .8s;
    transition: opacity .8s ease, -webkit-transform 1s linear .8s;
    transition: opacity .8s ease, transform 1s linear .8s;
    transition: opacity .8s ease, transform 1s linear .8s, -webkit-transform 1s linear .8s
}

.cards--page-main-2 .row-background.active {
    -webkit-transition: opacity .8s ease, -webkit-transform 10s linear 0s;
    transition: opacity .8s ease, -webkit-transform 10s linear 0s;
    transition: opacity .8s ease, transform 10s linear 0s;
    transition: opacity .8s ease, transform 10s linear 0s, -webkit-transform 10s linear 0s;
    opacity: 1;
    -webkit-transform: scale(1) rotate(.02deg);
    -ms-transform: scale(1) rotate(.02deg);
    transform: scale(1) rotate(.02deg)
}

.cards--page-main-2 .column {
    position: relative;
    margin-left: -1px;
    margin-top: -1px;
    padding: 0;
    z-index: 3;
    background: 0 0
}

.cards--page-main-2 .cards-item {
    position: relative;
    display: block;
    margin-bottom: 0;
    text-align: center;
    background: 0 0;
    overflow: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.cards--page-main-border .cards-item {
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    border-right: 3px solid #FFF
}

.cards--page-main-2 .cards-item.inactive:before {
    opacity: 0
}

.cards--page-main-2 .cards-item.active:before {
    opacity: 1
}

.cards--page-main-2 .cards-wrapper {
    padding: 76px 20px 80px;
    width: 100%
}

.cards--page-main-2 .cards-item-link-image {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 1;
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.cards--page-main-2 .cards-item.inactive .cards-item-link-image {
    opacity: 0
}

.cards--page-main-2 .cards-item.active .cards-item-link-image {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.cards--page-main-2 .cards-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none;
    background: rgba(34, 51, 68, .25);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    z-index: 2
}

.cards--page-main-2 .cards-icon {
    line-height: 60px;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.cards--page-main-2 .cards-text {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0
}

.cards--page-main-2 .cards-icon .icon,
.cards--page-main-2 .cards-icon svg {
    height: 60px;
    max-height: 60px
}

.cards--page-xamarinCode svg,
.cards--page-xamarinIntegration svg {
    max-height: 1000px
}

.cards--page-main-2 .cards-icon,
.cards--page-main-2 .cards-name,
.cards--page-main-2 .cards-text {
    position: relative;
    color: #234;
    z-index: 5
}

.cards--page-main-2 .cards-item:hover .cards-name,
.cards--page-main-2 .cards-item:hover .cards-text,
.cards--page-main-2 .cards-name,
.cards--page-main-2 .cards-text {
    color: #FFF
}

.cards--page-main-2 .cards-name h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.cards--page-main-2 .cards-icon svg path,
.cards--page-main-2 .cards-name,
.cards--page-main-2 .cards-text {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.cards--page-main-2 .cards-item.active .cards-icon,
.cards--page-main-2 .cards-item.active .cards-text {
    opacity: 1
}

.cards--page-main-2 .cards-item.inactive .cards-name h4 {
    opacity: .4
}

.cards--page-main-2 .cards-item.active .cards-name h4 {
    opacity: 1
}

@media (max-width:1200px) {
    .cards--page-main-2 .cards-wrapper {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (min-width:1031px) {
    .cards--page-main-2 .column {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media (max-width:1030px) {
    .cards--page-main-2 .row-background {
        display: none
    }
    .cards--page-main-2 .column {
        margin-bottom: -1px
    }
    .cards--page-main-2 .row:hover .cards-item-link-image {
        opacity: 1
    }
    .cards--page-main-2 .cards-item:hover .cards-item-link-image {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    .cards--page-main-2 .row-background.active {
        opacity: 0;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
    .cards--page-main-2 .cards-icon,
    .cards--page-main-2 .cards-text {
        opacity: 1
    }
}

@media (max-width:767px) {
    .cards--page-main-2 {
        padding-bottom: 50px
    }
}

.cards--page-xamarin {
    background-image: none;
    padding-top: 65px;
    padding-bottom: 60px
}

.cards--page-xamarin .heading-description {
    margin-top: 0
}

.cards--page-xamarin .heading+.cards-row {
    margin-top: 56px
}

.cards--page-xamarin .cards-row {
    position: relative
}

.cards--page-xamarin .cards-row:after {
    content: 'vs.';
    position: absolute;
    top: 25px;
    left: 50%;
    color: #000;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-weight: 300;
    font-size: 30px;
    line-height: 1em;
    color: rgba(34, 51, 68, .4)
}

.cards--with-dividers .cards-item:after,
.cards5 .col-lg-3:after,
.cards6-item:before,
.cards6-text ul li:after {
    content: ''
}

.cards--page-xamarin .cards-item {
    margin-left: 40px;
    margin-right: 40px
}

.cards--page-xamarin .cards-item--1 {
    margin-left: 16px;
    position: relative
}

.cards--page-xamarin .cards-item--2 {
    margin-right: 16px
}

.cards--page-xamarin .cards-name {
    padding: 30px 50px 8px
}

.cards--page-xamarin .cards-item--1 .cards-name {
    background: #3498db
}

.cards--page-xamarin .cards-item--2 .cards-name {
    background: #77d065
}

.cards--page-xamarin .cards-text hr {
    margin: 30px 20px;
    border: none;
    height: 1px;
    background-color: #ebebeb
}

.cards--page-xamarin .cards-text ul li {
    margin-bottom: 10px
}

.cards--page-xamarin .lists--checkmarks--green ul li:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTUgMTEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1IDExIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjNzdEMDY1IiBkPSJNNS42MDksMTAuOTg2TDUuNjA3LDEwLjk5TDAsNS41MTJsMS44NjktMS44MjdsMy43NDQsMy42Ng0KCUwxMy4xMjUsMEwxNSwxLjgzNUw1LjYyNCwxMUw1LjYwOSwxMC45ODZ6Ii8+DQo8L3N2Zz4NCg==)!important
}

.cards--page-xamarin .lists--checkmarks--blue ul li:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTVweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTUgMTEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE1IDExIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMzQ5OERCIiBkPSJNNS42MDksMTAuOTg2TDUuNjA3LDEwLjk5TDAsNS41MTJsMS44NjktMS44MjdsMy43NDQsMy42Ng0KCUwxMy4xMjUsMEwxNSwxLjgzNUw1LjYyNCwxMUw1LjYwOSwxMC45ODZ6Ii8+DQo8L3N2Zz4NCg==)!important
}

.cards--page-xamarin .cards-text--bottom ul li {
    font-weight: 300
}

.cards--page-xamarin .cards-text--bottom h3 {
    margin: 0 20px 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400
}

.cards--page-xamarin .lists--checkmarks--green h3 {
    color: #77d065
}

.cards--page-xamarin .lists--checkmarks--blue h3 {
    color: #3498db
}

@media (max-width:1030px) {
    .cards--page-xamarin .cards-item {
        margin-left: 0;
        margin-right: 0
    }
    .cards--page-xamarin .cards-row:after {
        display: none
    }
}

@media (max-width:767px) {
    .cards--page-xamarin .cards-name {
        padding: 30px 30px 8px
    }
    .cards--page-xamarin .cards-text ul li {
        padding-left: 20px
    }
    .cards--page-xamarin ul li:before {
        left: 0
    }
    .cards--page-xamarin .cards-text hr {
        margin: 30px 0
    }
    .cards--page-xamarin .cards-text--bottom h3 {
        margin: 0 0 5px
    }
    .cards--page-xamarin .cards-text--top {
        height: auto!important
    }
}

.cards--page-xamarinNative {
    background-image: url(../images/bg-xamarin-native.jpg);
    background-repeat: no-repeat;
    padding-top: 84px!important;
    padding-bottom: 71px;
    background-size: cover
}

.cards--page-xamarinNative .heading-title h3 {
    color: #fff;
    font-size: 45px
}

.cards--page-xamarinNative .heading-description {
    margin-top: 13px
}

.cards--page-xamarinNative .heading-description p {
    color: #fff;
    line-height: 40px
}

.cards--page-xamarinNative .cards-name h4 {
    margin-bottom: 10px
}

.cards--page-xamarinNative .cards-text p {
    color: #fff;
    max-width: 290px;
    line-height: 24px
}

@media (max-width:1030px) {
    .cards--page-xamarinNative .cards-text p {
        max-width: 100%
    }
    .cards--page-xamarinNative .cards-item {
        margin-bottom: 100px
    }
}

@media (max-width:767px) {
    .cards--page-xamarinNative .heading-title h3 {
        font-size: 32px;
        line-height: 39px
    }
    .cards--page-xamarinNative {
        padding-top: 50px!important;
        padding-bottom: 100px
    }
    .cards--page-xamarinNative .heading-description p {
        line-height: 35px
    }
    .cards--page-xamarinNative .cards-item {
        margin-bottom: 100px
    }
}

@media (max-width:419px) {
    .cards--page-xamarinNative .cards-item {
        margin-bottom: 50px
    }
    .cards--page-xamarinNative {
        padding-top: 50px!important;
        padding-bottom: 50px
    }
}

.cards--page-xamarinCode .cards-row {
    margin-top: 50px!important
}

.cards--page-xamarinCode img,
.cards--page-xamarinCode svg {
    max-width: 1227px;
    display: block;
    margin: -35px auto 0
}

.cards--page-xamarinCode .cards-name h4 {
    font-size: 30px;
    line-height: 35px
}

@media (max-width:1030px) {
    .cards--page-xamarinCode img {
        margin: -35px 20px 0
    }
    .cards--page-xamarinCode svg {
        margin: -35px 0 0;
        padding: 0 20px
    }
}

.cards--page-xamarinLib {
    padding-top: 32px;
    padding-bottom: 85px
}

.cards--page-xamarinLib .heading-title h3 {
    text-transform: uppercase;
    font-size: 45px
}

.cards--page-xamarinLib .heading-description {
    margin-top: 14px
}

.cards--page-xamarinLib .heading-description p {
    line-height: 40px
}

@media (max-width:767px) {
    .cards--page-xamarinLib .heading-title h3 {
        font-size: 32px;
        line-height: 39px
    }
    .cards--page-xamarinLib {
        padding-bottom: 50px
    }
    .cards--page-xamarinLib .heading-description p {
        line-height: 35px
    }
}

.cards--page-xamarinIntegration .heading-description {
    margin-top: 22px
}

.cards--page-xamarinIntegration img,
.cards--page-xamarinIntegration svg {
    max-width: 1377px;
    margin: -15px auto 0;
    display: block
}

@media (max-width:1030px) {
    .cards--page-xamarinIntegration img {
        margin: -15px 20px 0
    }
    .cards--page-xamarinIntegration svg {
        margin: -15px 0 0;
        padding: 0 20px
    }
}

.cards--portfolio {
    padding-bottom: 0
}

.cards--portfolio .heading-title {
    margin-bottom: 28px
}

.cards--portfolio .heading-description {
    max-width: 1060px;
    margin-bottom: 78px
}

.cards--portfolio .column {
    padding: 0
}

.cards--portfolio .cards-item {
    display: block;
    margin: 0;
    padding-top: 250px;
    padding-bottom: 82px;
    overflow: hidden;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.cards--portfolio .cards-item:hover {
    padding-top: 50px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.cards--portfolio .cards-wrapper {
    width: 100%
}

.cards--portfolio .cards-item-link-image {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-size: 130%;
   /* background-position: 50% 50%*/
}

.cards--portfolio .cards-item-link-image:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .65);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .9)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.cards--portfolio .cards-icon,
.cards--portfolio .cards-name,
.cards--portfolio .cards-text {
    position: relative;
    z-index: 2;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.cards--portfolio .cards-text {
    -webkit-transition: opacity .4s ease-in-out, margin-top .8s ease-in-out;
    transition: opacity .4s ease-in-out, margin-top .8s ease-in-out;
    position: absolute;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    padding-top: 250px
}

.cards--portfolio .cards-item:hover .cards-icon,
.cards--portfolio .cards-item:hover .cards-name,
.cards--portfolio .cards-item:hover .cards-text {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.cards--portfolio .cards-icon {
    position: absolute;
    width: 100%;
    height: 180px;
    margin-bottom: 0;
    top: 0;
    line-height: 180px
}

.cards--portfolio .cards-icon .icon,
.cards--portfolio .cards-icon svg {
    width: 40%;
    height: auto
}

.cards--portfolio .cards-name {
    position: relative;
    padding-left: 10%;
    padding-right: 10%
}

.cards--portfolio .cards-name h4 {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
    color: #FFF
}

.cards--portfolio .cards-text p {
    font-size: 15px;
    line-height: 28px;
    color: #FFF
}

.cards--portfolio .cards-item:hover .cards-icon {
    margin-top: -130px;
    opacity: 0
}

.cards--portfolio .cards-item:hover .cards-text {
    margin-top: -216px;
    opacity: 1
}

.cards--portfolio .tags {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    bottom: 16px;
    z-index: 2
}

.cards--portfolio .tags-section {
    margin-right: 0
}

.cards--portfolio .tags-item {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    background-color: #fdfdfc
}

@media (max-width:1440px) {
    .cards--portfolio .cards-name {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:1200px) {
    .cards--portfolio .cards-name h4 {
        height: auto!important
    }
}

@media (max-width:1199px) {
    .cards--portfolio .cards-item,
    .cards--portfolio .cards-item:hover {
        padding-top: 100px;
        padding-bottom: 10px
    }
    .cards--portfolio .cards-item .cards-icon,
    .cards--portfolio .cards-item:hover .cards-icon {
        height: 100px;
        line-height: 100px;
        margin-top: 0;
        opacity: 1
    }
    .cards--portfolio .cards-name h4 {
        margin-bottom: 40px
    }
    .cards--portfolio .cards-text {
        display: none;
        height: 0!important
    }
    .cards--portfolio .tags {
        position: relative;
        bottom: auto
    }
}

@media (max-width:1030px) {
    .cards--portfolio .column {
        margin-bottom: -1px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2) {
    .cards--page-quality-management-1 .cards-item {
        background-image: url(../images/ico-cards--page-quality-management@2x.png);
        background-size: 82px 165px
    }
}

.cards--with-borders .cards-item {
    margin-bottom: 40px;
    border: 1px solid #ebebeb
}

.cards--with-borders .cards-wrapper {
    position: relative;
    text-align: left;
    padding: 24px 31px 28px
}

.cards3-item,
.cards4-item,
.cards5-item,
.cards5-object,
.cards7-img,
.cards8-name h4,
.description,
.fullCards1-btn,
.fullCards1-item,
.heading,
.heading-description p,
.heading-title h3,
.scheme-object {
    text-align: center
}

.cards--with-top-borders .cards-item,
.cards-item.cards-item--with-top-border {
    border-top: 0
}

.cards .cards-item--with-top-border .cards-wrapper,
.cards.cards--with-top-borders .cards-wrapper {
    border-top: 6px solid #ebebeb;
    margin: 0 -1px
}

.cards--with-borders ul li+li {
    margin-top: 10px
}

.cards--with-borders .cards-item.border-color--green .cards-wrapper {
    border-color: #51c435
}

.cards--with-borders .cards-item.border-color--light-green .cards-wrapper {
    border-color: #77d065
}

.cards--with-borders .cards-item.border-color--yellow .cards-wrapper {
    border-color: #f1c40f
}

.cards--with-borders .cards-item.border-color--red .cards-wrapper {
    border-color: #e74c3c
}

.cards--with-borders .cards-item.border-color--light-blue .cards-wrapper {
    border-color: #3498db
}

.cards--with-borders .cards-item.border-color--dark-blue .cards-wrapper {
    border-color: #255ccc
}

.cards--with-borders .cards-item.border-color--blue .cards-wrapper {
    border-color: #0cf
}

.cards--with-borders .cards-item.border-color--purple .cards-wrapper {
    border-color: #9b59b6
}

.cards--with-borders .cards-item.border-color--light-purple .cards-wrapper {
    border-color: #b455b6
}

.cards--with-borders .cards-item.border-color--orange .cards-wrapper {
    border-color: #ff6d3a
}

.cards--with-borders .cards-item.border-color--aqua .cards-wrapper {
    border-color: #00ddce
}

.cards--with-borders .cards-name h4 {
    margin-top: 0;
    margin-bottom: 22px
}

.cards--with-borders .cards-text p {
    line-height: 25px
}

@media (max-width:1500px) {
    .cards--with-borders .cards-name h4 {
        font-size: 26px;
        line-height: 32px
    }
}

.cards--with-top-borders .border-color--green .cards-wrapper,
.cards--with-top-borders.border-color--green .cards-wrapper {
    border-color: #51c435
}

.cards--with-top-borders .border-color--yellow .cards-wrapper,
.cards--with-top-borders.border-color--yellow .cards-wrapper {
    border-color: #f1c40f
}

.cards--with-top-borders .border-color--red .cards-wrapper,
.cards--with-top-borders.border-color--red .cards-wrapper {
    border-color: #e74c3c
}

.cards--with-top-borders .border-color--light-blue .cards-wrapper,
.cards--with-top-borders.border-color--light-blue .cards-wrapper {
    border-color: #3498db
}

.cards--with-top-borders .border-color--dark-blue .cards-wrapper,
.cards--with-top-borders.border-color--dark-blue .cards-wrapper {
    border-color: #255ccc
}

.cards--with-top-borders .border-color--blue .cards-wrapper,
.cards--with-top-borders.border-color--blue .cards-wrapper {
    border-color: #0cf
}

.cards--with-top-borders .border-color--purple .cards-wrapper,
.cards--with-top-borders.border-color--purple .cards-wrapper {
    border-color: #9b59b6
}

.cards--with-top-borders .border-color--orange .cards-wrapper,
.cards--with-top-borders.border-color--orange .cards-wrapper {
    border-color: #ff6d3a
}

.cards--with-top-borders .border-color--aqua .cards-wrapper,
.cards--with-top-borders.border-color--aqua .cards-wrapper {
    border-color: #00ddce
}

.cards--with-top-borders .heading-description {
    margin-bottom: 78px
}

.cards--with-capitalize-title .cards-name h4 {
    text-transform: capitalize
}

.cards.cards--with-crosssBorders {
    padding-bottom: 100px
}

.cards--with-crosssBorders .cards-row {
    position: relative;
    margin-top: 74px;
    padding-top: 0!important;
    background-repeat: repeat-x, repeat-y;
    background-position: 0 50%, 50% 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiePr0KUCAAQAFYgKwfgmnQwAAAABJRU5ErkJggg==), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpiePr0KUCAAQAFYgKwfgmnQwAAAABJRU5ErkJggg==)
}

.cards--with-crosssBorders .cards-item--1,
.cards--with-crosssBorders .cards-item--2 {
    margin-bottom: 142px
}

@media (max-width:1030px) {
    .cards--with-crosssBorders .cards-item--1,
    .cards--with-crosssBorders .cards-item--2 {
        margin: 0 auto 65px
    }
    .cards--with-crosssBorders .cards-row {
        background: 0 0
    }
    .cards--with-crosssBorders .cards-wrapper {
        height: auto!important
    }
}

@media (max-width:1029px) {
    .cards.cards--with-crosssBorders {
        padding-bottom: 50px
    }
    .cards--with-crosssBorders .cards-item {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .cards--portfolio .cards-name h4 {
        height: auto!important
    }
    .cards--with-crosssBorders .cards-item {
        margin-bottom: 30px
    }
}

.cards--with-dividers .cards-item {
    margin-bottom: 40px
}

.cards--with-dividers .cards-item:after {
    position: absolute;
    display: block;
    width: 1px;
    height: 70%;
    top: 15%;
    left: -15px;
    border-left: 1px solid rgba(200, 200, 200, .5)
}

.cards3,
.cards3-item,
.cards4,
.cards4-item {
    position: relative
}

.cards--with-dividers .cards-row>:first-child .cards-item:after {
    display: none
}

.cards--with-dividers.cards--accordion .cards-item:after {
    top: 0;
    left: 0;
    height: 100%
}

@media (max-width:1199px) {
    .cards--with-dividers .cards-item:after {
        display: none
    }
}

@media (max-width:1030px) {
    .cards--with-dividers .cards-item {
        height: auto!important
    }
}

.cards--with-normal-title .cards-name h4 {
    text-transform: none
}

.cards--mediadata {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-bottom: 280px
}

.cards--mediadata .cards-name h4 {
    text-transform: none;
    line-height: 40px
}

.cards--page-enterprice .cards-wrapper {
    padding: 70px 0 50px
}

.cards--page-enterprice .btn {
    font-size: 16px;
    padding: 11px 37px
}

.cards--page-enterprice .bgcolor--gray {
    background: #5c5c5c
}

.cards--page-enterprice .bgcolor--green {
    background: #97d02d
}

.cards--page-enterprice .bgcolor--blue {
    background: #26c7f7
}

.cards--page-enterprice .cards-item {
    margin-bottom: 0
}

.cards--page-enterprice .cards-name h4 {
    text-transform: none;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 30px
}

.cards--page-enterprice .cards-icon {
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
    min-height: 167px
}

.cards--page-enterprice .cards-icon svg {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%
}

.cards--page-enterprice-2 .cards-icon {
    line-height: 1;
    width: 100%;
    max-width: 100%;
    min-height: 130px;
    height: auto
}

.cards--page-enterprice-2 .cards-icon img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.cards--page-enterprice-2 .cards-icon svg {
    height: auto!important;
    max-height: 110px!important;
    max-width: 100%!important
}

.cards .container--medium,
.cards--page-expertise-mob-app-dev .container {
    max-width: 1310px
}

.cards--page-enterprice-2 .cards-name h4 {
    text-transform: none;
    color: #0cf
}

.cards--page-expertise-mob-app-dev .cards-item:hover .cards-name,
.cards--page-expertise-mob-app-dev .cards-item:hover .cards-text {
    color: #234
}

.cards--page-expertise-mob-app-dev {
    padding-top: 95px;
    padding-bottom: 80px
}

@media screen and (max-width:1200px) {
    .cards--page-expertise-mob-app-dev {
        padding-top: 60px;
        padding-bottom: 50px
    }
}

.cards--page-expertise-mob-app-dev .heading-description {
    margin-top: 18px
}

.cards--page-expertise-mob-app-dev .heading-description p {
    font-size: 19px;
    line-height: 30px
}

.cards--page-expertise-mob-app-dev .cards-item .cards-name h4 {
    text-transform: none
}

.cards3-name h4,
.cards4-name h4,
.cards5-name h4 {
    text-transform: uppercase
}

.cards--page-expertise-mob-app-dev .cards-item .cards-name {
    margin-bottom: 30px
}

.cards--page-expertise-mob-app-dev .cards-item:hover:before {
    display: none
}

.cards--page-expertise-mob-app-dev .cards-wrapper {
    padding: 25px 50px 45px
}

.cards--page-expertise-mob-app-dev .lists--checkmarks ul li {
    margin-bottom: 13px
}

.cards--page-expertise-mob-app-dev .heading+.row {
    margin-top: 55px
}

.cards3-name h4,
.cards3-text p {
    margin-top: 0;
    font-weight: 300;
    color: #232323
}

.cards--accordion--augmented .heading-description p {
    font-size: 25px;
    line-height: 39px
}

@media screen and (max-width:1200px) {
    .cards--page-expertise-mob-app-dev .cards-wrapper {
        padding: 25px 20px
    }
    .cards--accordion--augmented .heading-description p {
        font-size: 20px;
        line-height: 28px
    }
}

.cards--accordion--augmented .cards-item {
    max-height: 700px
}

@media screen and (max-width:1600px) {
    .cards--accordion--augmented .cards-item {
        max-height: 800px
    }
}

@media screen and (max-width:1300px) {
    .cards--accordion--augmented .cards-item {
        max-height: 1000px
    }
}

.cards3 {
    padding-top: 95px;
    padding-bottom: 104px;
    background-color: #FFF
}

.cards3-name h4 {
    margin-bottom: 24px;
    font-size: 42px
}

.cards3-text p {
    margin-bottom: 0;
    font-size: 19px;
    line-height: 32px
}

.cards3-item--1 .cards3-name h4 {
    color: #51c336
}

.cards3-item--2 .cards3-name h4 {
    color: #0cf
}

.cards3 .tubes-container {
    top: 110px
}

@media (max-width:1029px) {
    .cards3 {
        padding-top: 100px;
        padding-bottom: 50px
    }
    .cards3-item {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .cards3 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .cards3 [class*=col]:last-child .cards3-item {
        margin-bottom: 0
    }
}

.cards4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #0d96d5;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(../images/mobility-bg.jpg)
}

.cards4 .heading-title h3 {
    margin-bottom: 134px;
    color: #FFF
}

.cards4-name h4,
.cards4-text p {
    margin-top: 0;
    font-weight: 300;
    color: #232323
}

.cards4-item {
    background-color: #FFF;
    padding: 82px 48px 58px
}

.cards4-icon {
    position: absolute;
    width: 110px;
    height: 110px;
    top: -57px;
    left: 50%;
    margin-left: -55px;
    border: 5px solid #FFF;
    background-color: #FFF;
    border-radius: 50%;
    line-height: 100px
}

.cards5,
.cards5 .col-lg-3,
.cards5-item {
    position: relative
}

.cards4-icon .icon {
    max-width: 60%;
    height: 100px;
    vertical-align: middle
}

.cards4-item--1 .cards4-icon {
    background-color: #9d26d5
}

.cards4-item--2 .cards4-icon {
    background-color: #255ccc
}

.cards4-item--3 .cards4-icon {
    background-color: #ff9700
}

.cards5,
.cards6,
.cards6-item {
    background-color: #FFF
}

.cards4-name h4 {
    margin-bottom: 18px;
    font-size: 30px;
    line-height: 40px
}

.cards4-text p,
.cards5-text p {
    font-size: 17px;
    font-family: Ubuntu, Arial, Helvetica, sans-serif
}

.cards4-text p {
    margin-bottom: 0;
    line-height: 30px
}

@media (max-width:1029px) {
    .cards4 {
        background-size: cover
    }
    .cards4 .col-lg-4+.col-lg-4 {
        margin-top: 100px
    }
    .cards4-item {
        height: auto!important
    }
}

@media (max-width:767px) {
    .cards4 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.cards5 {
    padding-top: 100px;
    padding-bottom: 100px
}

.cards5 .heading-title h3 {
    margin-bottom: 86px
}

.cards5-row+.cards5-row {
    margin-top: 65px
}

.cards5-name h4,
.cards5-text p {
    margin-top: 0;
    font-weight: 300;
    color: #232323
}

.cards5-item {
    padding-left: 25px;
    padding-right: 25px
}

.cards5-icon {
    line-height: 130px;
    margin-bottom: 15px
}

.cards5-icon .icon {
    height: 100px;
    vertical-align: middle
}

.cards5 .col-lg-3:after {
    position: absolute;
    display: none;
    width: 1px;
    height: 70%;
    top: 15%;
    left: -15px;
    border-left: 1px solid rgba(200, 200, 200, .5)
}

.col-lg-3+.col-lg-3:after {
    display: block
}

.cards5-name h4 {
    margin-bottom: 22px
}

.cards5-text p {
    margin-bottom: 0;
    line-height: 25px
}

.cards5-object {
    line-height: 0
}

@media (max-width:1030px) {
    .cards5-row+.cards5-row {
        margin-top: 0
    }
    .cards5-item {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px
    }
}

@media (max-width:1029px) {
    .cards5 {
        padding-top: 100px;
        padding-bottom: 50px
    }
}

@media (max-width:767px) {
    .cards5 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .cards5-item {
        width: 100%;
        height: auto!important;
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0
    }
    .cards5 [class*=col]:last-child .cards5-item {
        margin-bottom: 0
    }
    .cards5-name h4 {
        font-size: 26px;
        line-height: 30px
    }
    .cards5-text p {
        font-size: 16px;
        line-height: 25px
    }
}

.cards6 {
    position: relative;
    padding-top: 66px;
    padding-bottom: 155px
}

.cards6 .heading-title {
    max-width: 1081px;
    margin-left: auto;
    margin-right: auto
}

.cards6 .heading-title h3 {
    margin-bottom: 40px
}

.cards6 .heading-description p {
    margin-bottom: 60px;
    font-size: 25px;
    line-height: 40px
}

.cards6-row+.cards6-row {
    margin-top: 40px
}

.cards6-item {
    position: relative;
    border: 1px solid #ebebeb
}

.cards6-item:before {
    position: relative;
    display: block;
    height: 6px;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
    background-color: #51c435
}

.cards6-wrapper {
    padding: 36px 40px 14px
}

.cards6-name h4 {
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 300;
    color: #232323;
    text-transform: capitalize
}

.cards9-name h4,
.cardsBg-name h4,
.fullCards1-btn {
    text-transform: uppercase
}

.cards6-text ul {
    margin: 0;
    padding: 0
}

.cards6-text ul li {
    position: relative;
    padding-left: 17px;
    font-size: 17px;
    line-height: 25px
}

.cards6-text ul li+li {
    margin-top: 15px
}

.cards6-text ul li:after {
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    top: 10px;
    left: 2px;
    background-color: #51c336;
    border-radius: 50%
}

@media (max-width:1029px) {
    .cards6 {
        background-size: cover;
        padding-bottom: 54px
    }
    .cards6-item {
        width: 100%;
        height: auto!important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px
    }
    .cards6-row+.cards6-row {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .cards6 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .cards6-row+.cards6-row {
        margin-top: 30px
    }
    .cards6-item {
        width: 100%;
        margin-bottom: 30px
    }
    .cards6 [class*=col]:last-child .cards6-item {
        margin-bottom: 0
    }
}

.cards7 {
    position: relative;
    padding-top: 125px;
    padding-bottom: 145px;
    background-color: #FFF
}

.cards7 .heading-title h3 {
    margin-bottom: 82px;
    font-size: 54px;
    line-height: 60px
}

.cards7-row+.cards7-row {
    margin-top: 68px
}

.cards7-name h4,
.cards7-text p,
.cards8-name h4,
.cards9-name h4,
.cardsBg-name h4 {
    margin-top: 0;
    font-weight: 300
}

.cards7-item {
    position: relative;
    padding-left: 130px;
    padding-right: 40px
}

.cards7-name h4 {
    margin-bottom: 14px;
    color: #232323
}

.cards7-text p {
    margin-bottom: 0;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #232323
}

.cards7-img {
    position: absolute;
    width: 130px;
    top: 9px;
    left: -14px
}

@media (max-width:1030px) {
    .cards7-row+.cards7-row {
        margin-top: 0
    }
    .cards7-item {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .cards7 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .cards7-row+.cards7-row {
        margin-top: 30px
    }
    .cards7 .heading-title h3 {
        font-size: 32px;
        line-height: 39px
    }
    .cards7-item {
        margin-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
    .cards7 [class*=col]:last-child .cards7-item {
        margin-bottom: 0
    }
    .cards7-img {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
        text-align: center
    }
}

.cards8 {
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    background: #e9e9e9;
    background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#fff));
    background: linear-gradient(to bottom, #e9e9e9 0, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff', GradientType=0)
}

.cards8:after,
.cards8:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.cards8:before {
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-image: url(../images/cards8-bg.png)
}

.cards8:after {
    height: 8px;
    background-repeat: repeat-x;
    background-position: 0 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAIAAABRUclSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNJREFUeNpi/PPnDwMMsLx49RLBYWJiQnD4+PgRnP///iE4H96/R3DeI3M+fPgA5wAEGACSORFkBdhn9gAAAABJRU5ErkJggg==)
}

.cards8 .heading-title h3 {
    margin-bottom: 26px;
    line-height: 55px
}

.cards8 .heading-description {
    max-width: 1222px;
    margin-left: auto;
    margin-right: auto
}

.cards8 .heading-description p {
    margin-bottom: 456px;
    font-weight: 300;
    font-size: 19px;
    line-height: 35px
}

.cards8-name h4 {
    position: relative;
    height: 70px;
    margin-bottom: 30px;
    padding-top: 16px;
    padding-bottom: 19px;
    color: #FFF;
    background-color: #51c336
}

.cards8-name h4:after,
.cards8-name h4:before {
    position: absolute;
    width: 30px;
    height: 70px;
    top: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    content: ''
}

.cards8 a,
.cards9 a,
.cards9-item--1 .cards9-name h4 {
    color: #51c336
}

.cards9,
.cards9-item {
    background-color: #FFF
}

.cards8-name h4:after {
    display: block;
    left: -30px;
    background-image: url(../images/cards8-first.png)
}

.cards8-name h4:before {
    display: none;
    right: -30px;
    background-image: url(../images/cards8-last.png)
}

.cards9,
.cards9-row,
.cardsBg {
    position: relative
}

.col-lg-3+.col-lg-3 .cards8-name h4:after {
    background-image: url(../images/cards8-middle.png)
}

.col-lg-3:last-child .cards8-name h4:before {
    display: block
}

.cards8-text {
    padding-left: 20px;
    padding-right: 20px
}

.cards8-text p {
    font-size: 17px;
    line-height: 30px
}

.cards8 a {
    text-decoration: none
}

@media (max-width:1200px) {
    .cards8-name h4 {
        font-size: 28px
    }
}

@media (max-width:1030px) {
    .cards8-name h4:after,
    .cards8:before {
        display: none
    }
    .cards8 {
        padding-bottom: 40px
    }
    .cards8 .heading-description p {
        margin-bottom: 40px
    }
    .cards8-name h4:before {
        display: none!important
    }
    .cards8-item {
        margin-bottom: 80px
    }
}

@media (max-width:767px) {
    .cards8 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .cards8 [class*=col]:last-child .cards8-item {
        margin-bottom: 0
    }
}

.cards9 {
    padding-top: 48px;
    padding-bottom: 88px;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-image: url(../images/cards9-bg.png)
}

.cards9 .heading-title {
    max-width: 836px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 37px
}

.cards9 .heading-title h3 {
    line-height: 55px
}

.cards9 .heading-description p {
    margin-bottom: 225px;
    font-weight: 300;
    font-size: 19px;
    line-height: 35px
}

.cards9-row:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 165px;
    top: -127px;
    left: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/cards9-roof.png);
    z-index: 2;
    background-size: 100%
}

.cards9 a {
    text-decoration: none
}

.cards9-item {
    margin-bottom: 40px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2);
    padding: 50px 76px 30px
}

.cards9-name h4 {
    margin-bottom: 22px;
    font-size: 38px;
    color: #51c336
}

.cards9-item--2 .cards9-name h4 {
    color: #0cf
}

.cards9-text p {
    font-size: 17px;
    line-height: 30px
}

@media (max-width:767px) {
    .cards9 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .cards9 .heading-description p {
        margin-bottom: 140px
    }
    .cards9-item {
        height: auto!important;
        padding: 30px 15px
    }
    .cards9 [class*=col]:last-child .cards9-item {
        margin-bottom: 0
    }
}

.cardsBg {
    padding-top: 105px;
    padding-bottom: 388px;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-image: url(../images/cardsBg-bg.png)
}

.description,
.fullCards1 {
    background-color: #FFF;
    position: relative
}

.cardsBg .heading-title {
    margin-bottom: 26px
}

.cardsBg .heading-description p {
    margin-bottom: 154px;
    font-size: 25px;
    line-height: 40px
}

.cardsBg-container {
    max-width: 1920px
}

.cardsBg-item {
    position: relative;
    text-align: center
}

.cardsBg-name h4 {
    margin-bottom: 28px;
    color: #232323
}

.cardsBg-text p {
    max-width: 436px;
    font-weight: 300;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #232323;
    margin: 0 auto
}

@media (max-width:1500px) {
    .cardsBg {
        padding-bottom: 20%;
        background-size: 98%
    }
}

@media (max-width:1030px) {
    .cardsBg {
        padding-bottom: 34%
    }
    .cardsBg .heading-description p {
        margin-bottom: 80px
    }
    .cardsBg-item {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .cardsBg {
        padding-top: 50px
    }
}

.description {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 19px;
    line-height: 35px
}

.description--big {
    font-size: 25px;
    line-height: 40px
}

.description p:last-child {
    margin-bottom: 0
}

@media (max-width:767px) {
    .description {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.description--page-engagement-models {
    padding-bottom: 50px
}

.fullCards1 {
    padding-bottom: 0
}

.fullCards1 .heading-title h3 {
    margin-bottom: 74px
}

.fullCards1-item {
    padding-top: 85px;
    padding-bottom: 60px;
    background-color: #5c5c5c
}

.fullCards1-icon {
    height: 170px;
    margin-bottom: 30px
}

.fullCards1-name h4 {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #FFF
}

.fullCards1-btn {
    display: inline-block;
    vertical-align: top;
    font-family: 'Exo 2', Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #FFF;
    text-decoration: none;
    border: 2px solid #FFF;
    border-radius: 3px;
    padding: 13px 37px
}

.fullCards1-item:hover {
    opacity: .8
}

.fullCards1-btn:hover {
    background: #fff
}

.scheme,
.scheme-container {
    background-position: 50% 50%
}

.scheme,
.scheme-container,
.scheme-title h3:after {
    background-repeat: no-repeat
}

.fullCards1-item--1 {
    background-color: #5c5c5c
}

.fullCards1-item--1 .fullCards1-btn:hover {
    color: #5c5c5c
}

.fullCards1-item--2 {
    background-color: #97d02d
}

.fullCards1-item--2 .fullCards1-btn:hover {
    color: #97d02d
}

.fullCards1-item--3 {
    background-color: #26c7f7
}

.fullCards1-item--3 .fullCards1-btn:hover {
    color: #26c7f7
}

.fullCards1-item--4 {
    background-color: #f45b52
}

.fullCards1-item--4 .fullCards1-btn:hover {
    color: #f45b52
}

.fullCards1--expertise-mob-app-dev .heading-title h3 {
    margin-bottom: 0
}

.heading {
    position: relative
}

.heading-title {
    margin-bottom: 50px
}

.heading-title h3 {
    margin: 0;
    font-weight: 300;
    font-family: Avenir, Arial, Helvetica, sans-serif;
    font-size: 52px;
    line-height: 70px
}

.heading-title2 h4 {
    margin: 0;
    font-weight: 300;
    font-family: Avenir, Arial, Helvetica, sans-serif;
    font-size:42px;
    line-height: 60px
    text-align:left;
}

.heading-description p,
.scheme-title h3,
.scheme1-title h3,
.scheme3-list h3,
.scheme4-list h3,
.scheme5-title h3 {
    font-family: Ubuntu, Arial, Helvetica, sans-serif
}

.heading-title h3 span {
    text-transform: lowercase
}

.heading-color {
    font-style: normal
}

.heading-color--green {
    color: #51c435
}

.heading:last-child>:last-child {
    margin-bottom: 0
}

.heading-description {
    margin-bottom: 50px
}

.heading-description p {
    margin: 0;
    font-weight: 300;
    line-height: 35px
}

.heading--big .heading-description {
    font-size: 1.3em
}

.heading>.heading-description,
.heading>.heading-title {
    left: auto;
    right: auto;
    width:100%;
    margin-left: auto;
    margin-right: auto
}

.heading-break {
    display: block
}

@media (max-width:767px) {
    .heading-title {
        margin-bottom: 40px
    }
    .heading-title h3 {
        font-size: 32px;
        line-height: 39px
    }
    .heading>.heading-description,
    .heading>.heading-title {
        width: 100%
    }
}

.scheme {
    position: relative;
    padding-top: 106px;
    padding-bottom: 100px;
    background-color: #03040a;
    background-image: url(../images/scheme1.jpg);
    background-size: cover
}

.scheme .heading {
    color: #FFF
}

.scheme .heading-description p {
    margin-bottom: 60px;
    font-size: 19px;
    line-height: 35px
}

.scheme .heading-title {
    margin-bottom: 0
}

.scheme .heading-description {
    margin-top: 32px;
    margin-bottom: 0!important
}

.scheme-container {
    max-width: 1800px;
    background-image: url(../images/sheme-object-lg.png)
}

.scheme-content {
    padding-top: 94px
}

.scheme-object {
    line-height: 0
}

.scheme-object img {
    max-width: 100%
}

.scheme-item+.scheme-item {
    padding-top: 98px
}

.scheme-item--left {
    padding-left: 18px;
    text-align: left
}

.scheme-item--right {
    padding-right: 10px;
    text-align: right
}

.scheme-title h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 35px;
    line-height: 45px;
    color: #FFF;
    text-transform: capitalize
}

.scheme-title h3:after {
    content: '';
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    top: 3px;
    border-radius: 50%;
    background-position: 0 0;
    z-index: 1
}

.scheme-item--1 .scheme-title h3:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABUpJREFUeNrUWU1PXUUYPkwLhI8Wer1c+bLUasXqQrBU3aoLrbJySRfuNHHR+Fe6aeLChQvpyh0muLAujQloa4zYElu4Fihwe+EKlABCfeb4DHkznJk5B+4l8U2e5Nxz5+M577zzfszURRNPoyPICaANaAeaiXq+17IL7ABPiFWgwvexPL2UbcKThySaAzqBPKA87RQ/oJm/zwJ7QAl4BJSzTlyXUcMdQB/QKt6VqbUNYBPYFhrUmm4AmoAWrkZO9F0HZqDlUrUJ6wlfAs7wd4VEtZa2MiqpkauT4wdoWQHugfhmNQgXSPYkNTgHPIyqI88B3VTIPyS9dBTCz9MEtCwCd2mD1RRt5/3As/w9C9IPfI1dckGQnQamakBWe4k9YIpzaOmrm4xXNBPh80APn2/TDGoqID3HufSSd4P0+bSEC3Q/Wn6h7zwWAelVko5dIEgXQn7YeANjBpWUcz0DvAy8QNdn/K4OFsvAn8AfwOMUpCsgOk2T7MfzmvQe9qZ7ja5rkTYbknPA28LWQzIL/KB9byjSgehFbsQVtLmTpOEOkt2kNwhFyPeBS/FH/6e5IrU4zzHMinVT+2f5YR8Dk8A4XZlLNIfTmhPId4D0sk3YaGku4A00iRH6UC0TwLfcLLasceK7/LAPgSFCa29UfNwB7wGimsuL5LYsN12O4bYSCAo6L7hKsjrK3QDGHGQPcGDbG+yrx7gKUvUee35ITq1ol5OEO0Ve4JMrQC+wAHwNLB3CGSyx7wLHuhJoX5YcFROUPF8+CmywQT5/w+U+rKxxDC2D0N45T1vDKY92JxQTEMUv8SUy79AOJ5ge2qKzsmvAjyS0xudr/M+WEseq49gus9git5irYvIdBXxuJ3f5Iu3QFh0VfwKuA29xP7Ty+Tr/60noN8YxdZDo9MxvuLUr5qkR81mXXBR+NEmzeuIBT/8BepJGh2+WcySJ4dai6KZMVHKJCdVJweTTAFkZlD5JeD9ludUkMdyaTAkTsfZySV7YnS0jGTbbiMOWTXh3ieFWr6yC0SUmN0hy8q9nIDyY8G7TmiNJ9ksuFR2v7FQj25cFY9CGEv77OcN8vzlCfWgP7VuBkvbh6VCybFnKzQyEb3r2x+NAShCvkEppQ0WP6/kCuJOC7K9sm8VlHthDSvo4Twef69liFnbb019/0AeOSNrncZmRxW1DiRKoLRDPi0wJhxP+12ngm8DnDLcbxATfveGoC4c5ZhEh2JfHGG6rimFvjylmo6fTLaaIQ0z2bdlmGL4sQvNlvtt2nCINccxbznOIyZhTjhwrxkuUrDQzSWaER/gIOHUE73SKY8ReBtqdCeQx8cZHu11lpXC5wETjTPC7GLUKhyBbYN8ujjWe4uBxn6MSSfI6baU34PhHBenPHDbtkmH2MWRHobUdjzn0ktM62pXtmk67lVeZBs576jrt4L8C3mMROsTk3hShCyIINJOcKULztFldhH7ni3wgq0RKOptUNS/zFPEMz7qmApoeY+R6l/VZPkVe8RfwvSzzPdLPKLhiKuakg5R7oqL9O8URlZ74S5KVBylNIrGRBympzoGh3R5y2CUn7+ml3hSviKOqSlRDsQ9SQLZNZHW/28evylHVFkU62H5cqRzItotioJh0VuxKL+8Lcxjg6U2tyXZzLl2UzoPs/cR2/7cD7dAt0gO6qAsc8HRU3SuDXrouc2UwDbKL3pU44qXMgiNP8EkDfXPNLmXshMV37fWEPlpWMeaeznXtNSv9bLUJy/jexUo3a124x+pCr075uG5Cy4S8um2h6TRYlfg2A8hGlHB1m1X+FWAAynGS8y4+oNgAAAAASUVORK5CYII=)
}

.scheme-item--2 .scheme-title h3:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABXBJREFUeNrUWctuHEUUbVf8kB+J7cl48Is4D2JDWBCDA2wJQhDwKstkEYkFSFlE/EqkKBKLRGJBsmIRyZHMgrBBQkjhKWBwLBJ7iOOMPZl48GOUcexwanTKujTVVd3jsSWudKSZ7q6q09W3zr23quHK8G/BNmwP0Al0AW1EE69r2wDWgTViCSjxetU+nDqWaMDGGommgF4gDSjHc4ov0Mb/B4BNoAA8BIpJB25IOMM9wBDQIa4VOWurQBmoiBnUM90MtALt/Bop0XYFmMEsF+pNWA84DHTzf4lE9Sw9SThJLfw6Kb6AtsfAHRAv14NwhmQbOYNzwP2gPvY80M8JeUrSC9shfIguoC0PTNEH62naz0eA5/h/FrgXtRhdC+aoIDsNZHeArFaJTSDLMQKOOXx15PdEhA8DA/z9E91gRw2k5zjWM7rJ4biEM5QfbT9SO3fFQHqJpKsSiFnO+HTYqIFxg1LMsfYDLwJHKH1Gd3WwWAT+BP4AHsUgXQLRabrkCH4vS/UIEzZqkI/pBgeBt4Svh20voT/vO1xQX2vt9bkHiO7jQtScfrYR7qHOlqkGvgj5HvCaVhrOXI6z+IB9mC/Wz9k/wBc7B3wPTFLKokxz0KS7Qb4HL7EY9mEzS3MeNWjloGMkexu4BNzgIMsk8pS/p3jvEp9tYNtz7CtSPcRXHjKqoURu0EGfdQUFnRecpeDrKHcZmODK9tkzPnuZbXUfZ0GkyUH6Pjl1mJBuCPeKvMBlp4BBYB74HFioQQwW2HaefZ3yPF+UHBUTlDQvPvQssFH+/oKfu1ZbZh/aRjHLBx3PGk5pPLdHMQFRfBNXInNS+Kwtu9JZ2QXgWxJa5u8LvBe2gvDpkw63eEJuVa6KyXfg0dxervI8/TBsOip+B1wE3qTPdfD3Rd4bsLSbYJ86SPQ6xjfcuhTz1ID5bJS9JBIT28zqgY872ut7N5lahm02NIbNDLd2JaRlzdHAhOqs5d7HHrLGXgE+slzPhmTVZoZbqylhAtZeUZYWfhe2MwkW25kIXzbhPcoMtyYVKhijzOQGtorg1QSERy3XyqExbLZVcqlgd229Htm+LBi9PmS590OC8X6NCPW+NbTlBUr6h6NBIeTL0q4nIHzdsT4eeVKC6hdSMX0o55CeT2X657Bf+GwSyfzPGlJS4xwNXNKjI9EHolKwmX6h9yMi6ZBDMoMQt1UlSqBOTzzPMaEet9zXaeAbwCcMt6vEbV57PaIgGGefOYRgVx5juC0phr1Npm8tjka3mCKOMdkPW4Vh+IQIzSd4rRKxizTGPm9FDYqQ3UJummPJqEQhlGbabEYowmmWPrXaXvZRVRnM7ownj6kufDy3oUIpXMoz0CQT/D5GrUwNZDNs28e+JmNsPG5xVCJJXqGvDHqE/5ogfT7Cp6NsnG0M2WuYtXWHOwyS04pJ5BtDWdPLTAMfOOo6LfCfAe+yCB1jcm+K0HkRBNpIzhShafqsLkK/dEU+kFUiJZ01W1eS8CJ3Ebu515X1zPQEI9fbrM/SMfKKv4CvfGU+bYRR8LGpmG37Enc4Y1pq/o6xN6EHvkKyciOlVSQ2ciMl1j4wZneAHDbIKXLnx+xJHOPOy0rM3R9N5BtiWwaynRy7ujcR3jNWEVVtTqSDXbuVyoFslygGcra94qj08q5wh+Pcvdlpsv0cq4GL/q7tuf/dhrbvFOkeJeooO9wX1PfIYJDSZY4MpkE079vU81meimEOZV6gEhSpuZWEJJupzTUdysQ9pyszRTTHXp3EoeDfx15r1GhZxZhzuqhjr1mps/UiLIPLIgftY6WbipGDSNtkdaG/TnG3TkKLhDy6bacvNocq8Qq/0GpgObpNav8IMACtFqOplHDFvQAAAABJRU5ErkJggg==)
}

.scheme-item--3 .scheme-title h3:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABZVJREFUeNq8Wc9PXEUcfwwFwo8Wui7LT0uphdp6EJS2HryoMVptYuyRHkw86K3xX+mliQcPHmxPeqoJHqwHmxgjajUmCKQtuxbossuWLaUEsNTPd/MZMg5v5r23bPkkn7C892bm8+Z95/tjpu7DH88Ee0A92A52gC1kA68LnoBb4GNyBSzzegXfvP5zogEPVCk0BXaDaVB5nlN8gRb+fwTcBovgfbCUdOC6hDPcCQ6Abca1EmdtDVwHN40ZlJluBJvBVn6NlNH2ETiHWS7WWrAMOAwe5v9lCpVZ2kg4SU38Oim+gOABOAPh67UQnKHYA5zBefBeUBs8D/ZyQv6l6KUgwsZ8GARPUWwe/KWGYgX/sM88xzh14ebZwWoFD9FeBbPgFBdMTYEZ3QanOIZgAKKHkwo+Bvbx9y2awTMFRM9zrKdiJhB9LK7gDN2P4Hf6zn0BRK9QdMUFQnQmatGJ8b9Ke5pNMLPPgS+CL9D1ab8rwaIA3gb/BpdDRO7qDEL7aJLiHidN72EHjmFjgcURexR8w7B1GwdJ+bxvg1nwB/G9UeYB0Yfws4ua/ggT3Ek/K28zHSNCvsuvUceZy3EWF9iH/mK9nP0jfLGPwF/BCboyF0SDiD4M8Z14iYItWM/SfIQ3EBHj9KGCSfBbLhYbqxx4mi/2PjhGyuxdNV5ul/eAUNFynNoK5qJLMdyWI/ys5AUXKVai3BXwukOsjad89grbSh8XIarBYxr3qKkNz6VMwd1GXuDDObAfXAS/ApeqcAZLbLvIvs5FPF8yNSomKGlevB+xwEb5+2t+7mqxyj4Eo5i9o55ntaY0nqtXTEAU38SXyLxJO5xkemhDsrJL4E8UtMrfl3jPRpF91bFvl1lsUFtFq2LyrTMwF7q5yvO0QxviN8WhXgZf43po4+/LvNcX0u46+5Qg0e0ZX2vrUMxTA+azLpzk36xjZmXgEU/7EXqSppB7WWuMMGhtrYpuSkclF3Songq592mEWI2XwU9Crk9ZbjUMWluzLmEC1l4upA27szGeYLGNO2xZh3cXtLYGZRWMLujcIMzJv5JA8GjItXVrjDDslFwq2F9s7bUDZRWMkTYUcu+3BOP95Qj1UWtoxwqUaR+eBkXLlk1cSyD4mmd9LEekBJUvpGLaUM7jej430z8P/uSzSVzmrjWkTB/naeBzPRvMwm552ssLveeIpAMelxlY2taUUQK1R8TzHFPC8yH3JQ08C37GcLtGTvLaGUdBcJ595hCCfXmM1raiGPa2mWI2eRrdYIo4xmTfxibD8GkjNJ/mtU3HLtIY+7zhGhQhu4naRGNZe4milWaGYc7wCBdY+lSLg+yj4mUwu3MReUxl4eO5J8pK4VIRA00wwe9h1MpUITbDtj3sayLGxuOOxvqTH/fpaJNmDSV11kNH423WbQPMvvTnn4kpVmz2A86wiL3K9NFlDv2sCR/hudt2TSdu5SUKWfDUdeLgvwTfYRE6xuReF6GLRhBo4UzqIjRNm5Ui9Dtf5INYZaSk2bCqucBdRKmcT0S4mS2mlBK53mJ9lo6RV8he2vdRZT5xglHwga6Yw/YlZoyK9mGMvQkZ+AuKNTdSmo3ExtxIibUPzI2ULjqEGXt/wc6cprljOcQN53KMMUTITXJPgNh2jl3Zm7D3jJWjqs0Z6WDHfqVyENthFAO5sL1iV3p5xzCHEa7UZy22l2NJUboAsXfCnovagR80Yn2e5lLrPWLFBdalPQLE3vXtkflwly5qiB0eCmp7ZNBP16WPDGYhNh+1qReFPD2GPpQ5Tk9Qos/dTCiykb65qkOZuOd060wR9bFXOzkY/P/Y6zF9tFnF6HM617FX1vSztRJsBpcCB+1hpZuKkYPY4X2ZX6e0XyehJdI8um2lLTZalfgmv9BaEHJ0mxT/CTAAsbynEh/zgDYAAAAASUVORK5CYII=)
}

.scheme-item--4 .scheme-title h3:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABYhJREFUeNq8WctTHEUcnu4EKB4Bsi6EVx7EhCgeJErUq1qWRjl5xIM3U+Uh65/iXFLlwYMHyclbrMKD8WKVZYkaLaswoUzYNYQsu9mwAUKxBMZfz35NtZ1+zCwbvqqvGGanu7/p+fXv0c2iz4P94BCxh9hL7ABbcF9gh7hNfAyuEqu4X0cuSjXg4QaFZogDxCyRO57jeIEO/H+CuEssE+8TK2kHZilnuI94ktil3Ktg1jaIm8SaMoNipluJ7cROfI2M0naduEizXG62YDHgGPEo/q9CqJilrZST1Iavk8ELCDwk3iLhm80Q3A+xhzGDS8S7QXNwnDiECXkC0SuBx8ZcGCWOQ2yR+EsTxQr8iz6LGGM8CNloo4LPwl4FFojzWDDNRS7aJc5jjCAeM2RjaQWfJg7j+gbM4NkiFy1hrCg2k5CdTiq4H+5H4Hf4zoNBLlqF6LoLDFm/zw9LbyDNoJpwqOeILxCfh+uTflcEixLxH+LfxAcJRFdJ6AJM8hxdr6neQxc8piywJGZwivimYus6joDi875DzBN/iH2vzzxC1k1Xx6DpD5PgPvhZ8TY3E0TI94ivCteImStgFu+hD/nFhjD7J/BiHxN/Jc7CldkgNHTHmkLWRy9R0gXLWVryeAMhYho+VGCO+C0Wi441DHwTL/YBcRIUszejvNzT3iNkQssZaCupiy6DcFv1+FmRF3wEsSLKXSFes4jVEeHZK2h7PO4rZC0O07gLTV30XEYVPKDkBS5cJI4Ql4lfE1ca8AUraLuMvi56nq+oGjkSlCxu3vcssPO4/gafu1GsoY8g7jNkpxzPSk1Zeu4QRwLC8SauROYt2OEc0kMdIiu7TPwJgtZwfRm/6SijL4a+bWaxBW2xVo7kO/D43AGs8iLsUIeIij8TQ+IbWA9duA7x27Ch3TX0KYLEgGN8qa2XI08NkM/a8CL+5i0zKwaecLSfgCdpM/yW18YwQWrr5HBTMirZIEP1vOG3Sx6xEi8TPzHcn9fcqglSW7ssYQLUXjZkFbvTMZ1isU1bbFmGdxukthauFYw2yNzA5ORfSSH4vOHepjaGCXslFw8OFtv77YBrBaPXhgy//ZZivL8sod63hvasgKv24WhQ1mxZxdUUgq861scDT0oQfyGe0IYKDtfzhZr+OfAnnk3jMp9aQ1z1cY4GLtezhSzshqO9eKH3LZH0pMNlBpq2Da6UQD2eeF5ASjhl+F2kga8TP0O43QDncO81S0EwhT4LFIJdeYzUtsoR9naRYrY5Gl1HijiJZF9HDWH4ghKaL+BezbKLNIk+r1tHDVkbtAmNVeklylqaacKi4hE+ROnTKI6gj7qXyUWLnjymvvBz0Q7XUriMZ6BZJPiDiFr9DYjtR9tB9DWbYONxTyNXkuR12MqIx/HPKKI/tdi0DVNoI8XO0KxtO8xhBJrW6bmKXtMJt/IS0sB7jrpOOPiviO+iCJ1Eci+L0GUlCHRAnCxCs7BZUYR+54x8IeNKSpo3Vc0l7CIejfcD3G5mGymliFxvoz7LJsgrxF7a994yv45ziIIPZcVs2pe4pVS0jxLsTYiBv4RYdSOlXUls1I2UZPvAIRuGhh1osu78yD2Jcey8rCfc/RFCfgT3h5D1YOz63oS2Z8wtVW1BSQd7DyyXC1mvUgwUTHvFtvTytmIOE9i9edZihzAWixd9Lrptesy3Az+qxPoizKXZe8QcC+zYnkfIRXdce2Qu3IGLOosOu4PmHhmMwHXJI4MFElv0ber5UITHkIcyZ+AJKvC5tZQiW+GbGzqUSXpOt4kUUR579YCjwf+PvR7DR6tVjDynsx175VU/2yzBanApYdBBVLqZBDmIil1UF8vxyx7QSWgFVI9uO2GLrVolXsMX2ghMR7cp8Z8AAwBk+ZD9x2+oAwAAAABJRU5ErkJggg==)
}

.scheme-item--left .scheme-title h3:after {
    left: -66px
}

.scheme-item--right .scheme-title h3:after {
    right: -66px
}

.scheme-item--1 .scheme-title h3 {
    color: #0cf
}

.scheme-item--2 .scheme-title h3 {
    color: #9d26d5
}

.scheme-item--3 .scheme-title h3 {
    color: #51c336
}

.scheme-item--4 .scheme-title h3 {
    color: #ff9000
}

.scheme-text p {
    font-weight: 300;
    font-size: 17px;
    line-height: 30px;
    color: #FFF
}

.scheme1 .heading,
.scheme1 p {
    color: #234
}

.scheme-text p:last-child {
    margin-bottom: 0
}

@media (max-width:1440px) {
    .scheme-container {
        max-width: 1200px;
        background-position: 50% 40%;
        background-image: url(../images/sheme-object-md.png)
    }
}

@media (max-width:1030px) {
    .scheme-item--left,
    .scheme-item--right {
        padding-left: 66px;
        text-align: left
    }
    .scheme-container {
        background: 0 0
    }
    .scheme-item {
        height: auto!important
    }
    .scheme-item--right {
        padding-right: 0
    }
    .scheme-item--right .scheme-title h3:after {
        right: auto;
        left: -66px
    }
}

@media (max-width:1029px) {
    .scheme {
        padding-bottom: 50px
    }
    .scheme-content,
    .scheme-item+.scheme-item {
        padding-top: 0
    }
    .scheme-item {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .scheme {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .scheme-content+.scheme-content {
        padding-top: 30px
    }
    .scheme-item {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 30px
    }
    .scheme-item:last-child {
        margin-bottom: 0
    }
    .scheme-item--left,
    .scheme-item--right {
        padding-left: 0
    }
    .scheme-item--left .scheme-title h3:after,
    .scheme-item--right .scheme-title h3:after {
        display: none
    }
}

.scheme1 {
    position: relative;
    padding-top: 95px;
    padding-bottom: 50px;
    background-color: #FFF
}

.scheme1 .heading-title h3 {
    margin-bottom: 0
}

.scheme1 .heading-description p {
    margin-bottom: 104px
}

.scheme1-content {
    padding-top: 188px
}

.scheme1-item+.scheme1-item {
    margin-top: 86px
}

.scheme1-item--left,
.scheme1-item--right {
    text-align: left
}

.scheme1-item--middle {
    position: relative;
    left: 46px
}

.scheme1-container {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../images/scheme1-fruit-bg.jpg)
}

.scheme1-title h3 {
    position: relative;
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 30px;
    line-height: 34px;
    color: #234
}

.scheme1-title h3:after,
.scheme1-title h3:before {
    position: absolute;
    display: block;
    content: ''
}

.scheme1-title h3:before {
    width: 300px;
    height: 1px;
    top: 19px;
    background-color: #dedede;
    z-index: 1
}

.scheme1-item--right .scheme1-title h3:before {
    left: 100%;
    margin-left: 46px
}

.scheme1-item--left .scheme1-title h3:before {
    right: 100%;
    margin-right: 46px
}

.scheme1-item--middle .scheme1-title h3:before {
    width: 1px;
    height: 100px;
    top: auto;
    bottom: 100%;
    left: 50%;
    margin-left: -62px;
    margin-bottom: 31px
}

.scheme1-title h3:after {
    width: 20px;
    height: 20px;
    top: 10px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfRJREFUeNqUld9Lk2EUx9+21CL/AH8EgQRmBVo6m9d6EYWwQQvabT92EZl5oewfEM2LFCYpeN/FWi0q6KIg8EIG64di62Z0lewPiC6mM/we+Wy8G2/O98CH533Oe873PM+75zw7EV0fdjysVURgRHSJXfFbfBOvxRt8dXbSQywqnorzHkUuwB1RFDPilTso4HoOinkCTKwgpkSfOAUX8RWIyZAT9FrhrJhmG5b0XPxrWOVPWBL3xTNyHFZbW+Etl9hNsUyxCbEh/sAGPnu3KsbJmUbjULCVSmZPxEfRLXKsJCzaIYwvR8wndmO2aFomGBNnxQ+qWoF3YsD5v9m796JNrJBrBW4HOBpma2JfJJqIVa1fPCBnDV/EBENMPjDGneNbvCF3yAQ7mPxivOpD8EpDbmfA67T7sD3Xoa8d7BLPPYxffQhuM55jLJngFpPrjC98CFZjxxjzJphlcpcWsqOzeQyxLWIt5x6+rAmmuUUuc2TKdMv3I8Ss4A1iE+TumFbA1bsOHTPGy2ti0rYh/kIe3zAxow1dVq72sq1ygV/LOuChqNBmIVfrhfBVWNlbchbQqLu+kiJFQIpv9Fj0ihZxRlzCt0nLneYiSXpdX9ZCj8RnMUfy4hHfsYjQy2Y3doatxLi9B2l8h+/2hb+AtFdTHAgwAL8YdPcOGZFYAAAAAElFTkSuQmCC);
    z-index: 3
}

.scheme1-item--right .scheme1-title h3:after {
    right: -47px
}

.scheme1-item--left .scheme1-title h3:after {
    left: -47px
}

.scheme1-item--middle .scheme1-title h3:after {
    top: -32px;
    left: 50%;
    margin-left: -72px
}

.scheme1 ul {
    margin: 0;
    padding: 0
}

.scheme1 ul li {
    position: relative;
    padding-left: 17px;
    font-size: 17px;
    line-height: 25px;
    color: #727a82
}

.scheme1 ul li+li {
    margin-top: 15px
}

.scheme1 ul li:after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    top: 11px;
    left: 1px;
    background-color: #51c336;
    border-radius: 50%
}

.scheme1-object {
    padding-top: 124px;
    padding-bottom: 124px;
    line-height: 0;
    text-align: center
}

.scheme1-object img {
    position: relative;
    max-width: 100%;
    z-index: 2
}

@media (max-width:1200px) {
    .scheme1-container {
        background: 0 0
    }
    .scheme1-content {
        padding-top: 90px
    }
    .scheme1-title h3:before {
        display: none
    }
    .scheme1-item--middle {
        margin-top: -100px
    }
    .scheme1-object {
        padding-top: 160px;
        padding-bottom: 0;
        background: 0 0
    }
}

@media (max-width:1029px) {
    .scheme1 {
        padding-top: 100px;
        padding-bottom: 50px
    }
    .scheme1-container {
        font-size: 0;
        background: 0 0
    }
    .scheme1-content {
        padding-top: 0
    }
    .scheme1-item {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin-bottom: 50px
    }
    .scheme1-item+.scheme1-item {
        margin-top: 0;
        margin-left: 4%
    }
    .scheme1-item--middle {
        margin-top: 0;
        padding-top: 0;
        left: 0
    }
    .scheme1-title h3 {
        margin-top: 0
    }
    .scheme1-title h3:after {
        display: none
    }
    .scheme1-object {
        padding-top: 40px
    }
    .scheme1-object img {
        max-width: 60%
    }
}

.scheme2-img,
.scheme3-img {
    max-width: 100%
}

@media (max-width:767px) {
    .scheme1 {
        padding-top: 50px
    }
    .scheme1-content,
    .scheme1-item--middle {
        padding-top: 0
    }
    .scheme1 .heading-title h3 {
        margin-bottom: 18px
    }
    .scheme1 .heading-description p {
        margin-bottom: 60px
    }
    .scheme1-item {
        display: block;
        width: 100%;
        height: auto!important;
        margin-bottom: 30px
    }
    .scheme1-item+.scheme1-item {
        margin-left: 0
    }
    .scheme1 .container:last-child .scheme1-item {
        margin-bottom: 0
    }
    .scheme1-object {
        padding-top: 20px
    }
    .scheme1-object img {
        max-width: 100%
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2) {
    .scheme1-title h3:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABDJJREFUeNrMWVtIVFEUHSftqRGZiGRGZFpkEWQJ0UfWn4ggRin1lUXZu4/SICIoKIOQMKEi+qrUIAKxJ1QfQVBWlCilKIUlflgR2UPGGFs71pXT5ui9452BNqyPu885e6/Z57X3mfjixysD45AgsALIB3KBLGA2MI3tP4BeoBN4DjwCWoBwpI7iI+yfDuwCNgFzxug3CZgJLAFKqPsAXAXqgI+RRMKLJNNwN1DlQm40mcOx3bSVHC2CG4C3wE5gYsC/TKQtsbnRzxRLWy2wY5T270Az19cr4B3wlW0zgHnAMq7TQiBRjZ8FNABrgD3Ab5uTuFE2yVSgkYa1dAHVwDXgp8eoTeG6PQQssLQ3M5o/vUyxRK7eQm4QqAQWA5ciICfyi2NyaGNQtRfSZ7wXgueAIkvU8oDTQMjH+gvRRh5tmlJE32MSlDBvV7qXwGqg1eIwgzvzHo8RicwA8Aa4y7Z5lnGttPlS6cV32WhrMJk7a5aK3Cqg30LsFHf4BJeohbmehWyPaksBngCZhu4LsNDxaUbwhCIn62a9hZxMRRt/6QSPR5n0bdfRoe0S+nJEDvjjeoolIuVq8DHgtdLtA24CSeNYf4m8SQ5YpvuY0m0hpxGCFUCC0UFO+xrL+qyJ4PaxHmvAGcsBXaM2TQI5/XUm2KwGyPoaUmvuEh34lTjayjB0Q/RpinAKOllJutEwwDPJlJOWm8CPJPKwN6WBvs3EZIUQXKs63ma65MhcoDQQfdlA2wEjRbut+uQLweVK+UB9l/pcd2Pt7lIX37nSKduyq/75FYHYSb6L72whmKaU3eo7J4YEc1x8pwUtZ9o3S1oUK0lx8Z0UDPznElRbW2S6+v4UQ//9Lr4HhGCfUs5X3+0xJNjm4rtPCHYo5VL1/TCGBB+5+O4Qgi+Ucp36bhxPPetBnDRsLN/Pg5ZfUWAU4CLvgesxIHidts06qEBHWAg+U4V0kuWEr2QVFy35TpumlKkjTzi1BBnqK6pzlUq/JBPeBgxHgdwwbfWo9EoTFk5h5xysU8VQpiWxbKAu7JPcQdoyZb8qR0PkNJIEfGSOpjNqvavOAsWWs9PrtG5mwqp3rs6oLzvLzrxJjgKfVbF9w3IdNfEObfAYzTD7Lmaxr6+6G9wgjgiHI7ayUxp2KwOZLB9Tlb6Hi1pKysPAfT63DRG91B3m1JVZKrpU2s5U+r1moGxPH+cttXEXq6/WKO3ipYycJndR+7YlC3s5jTqST/m2kuCDWAJtPLWQa+IjkuvTR4hTckfpJ7OOkLt5q1o3Xh6Pyjm2mrZMuUWfIa+vW86vrbVMd7Se3xy5wMgNRfL8pmuS2hgkrp+4nOrd8kE3kSNiETdPKArEQrS1yI2cV4LOr61gvlbNYyRS6eXY+bTlKRGO8/k3xFqWrVkstBON9Sk3QSfTOckpx/U3xB8BBgCJQPpPZW/73QAAAABJRU5ErkJggg==);
        background-size: 20px 20px
    }
}

.scheme2 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
    background-color: #FFF
}

.scheme2 .heading {
    color: #000
}

.scheme2 .heading-description p {
    margin-bottom: 84px;
    font-size: 19px;
    line-height: 30px
}

.scheme2--page-mobile {
    padding-bottom: 60px
}

.scheme2--page-mobile .heading-title {
    margin-bottom: 25px
}

.scheme2--page-mobile .heading-description {
    margin-bottom: 62px
}

.scheme2--page-mobile .heading-description p {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 38px
}

@media (max-width:767px) {
    .scheme2 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.scheme3 {
    position: relative;
    padding-top: 110px;
    padding-bottom: 167px;
    background-color: #f7f7f7
}

.scheme3 .heading {
    margin-bottom: 120px;
    color: #000
}

.scheme3 .heading-title {
    margin-bottom: 0
}

.scheme3 .heading-title h3 {
    position: relative;
    margin-bottom: 0;
    z-index: 1
}

.scheme3 .heading-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 200px;
    height: 100%;
    left: 50%;
    margin-left: -100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(10%, rgba(247, 247, 247, .6)), color-stop(50%, rgba(247, 247, 247, .9)), color-stop(90%, rgba(247, 247, 247, .6)), to(rgba(247, 247, 247, 0)));
    background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0, rgba(247, 247, 247, .6) 10%, rgba(247, 247, 247, .9) 50%, rgba(247, 247, 247, .6) 90%, rgba(247, 247, 247, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7', endColorstr='#00f7f7f7', GradientType=0)
}

.scheme3-container {
    position: relative;
    height: 725px;
    padding-top: 10px;
    text-align: center
}

.scheme3-col {
    position: relative;
    width: 720px;
    height: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 54px;
    background-color: #f7f7f7;
    border-radius: 50%;
    z-index: 1
}

.scheme3-list {
    position: absolute;
    width: 330px;
    top: 56px
}

.scheme3-left {
    left: -130px;
    text-align: right
}

.scheme3-right {
    right: -130px;
    text-align: left
}

.scheme3-list ul {
    margin: 0;
    padding: 0
}

.scheme3-list h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    color: #234
}

.scheme3-list h3:after,
.scheme3-list h3:before {
    content: '';
    position: absolute;
    display: block
}

.scheme3-list h3:before {
    width: 300px;
    height: 1.3px;
    top: 17px;
    background-color: #dedede
}

.scheme3-left h3:before {
    left: 100%;
    margin-left: 18px
}

.scheme3-right h3:before {
    right: 100%;
    margin-right: 18px
}

.scheme3-list h3:after {
    width: 20px;
    height: 20px;
    top: 8px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 0 0
}

.scheme3-left h3:after {
    right: -30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfRJREFUeNqUld9Lk2EUx9+21CL/AH8EgQRmBVo6m9d6EYWwQQvabT92EZl5oewfEM2LFCYpeN/FWi0q6KIg8EIG64di62Z0lewPiC6mM/we+Wy8G2/O98CH533Oe873PM+75zw7EV0fdjysVURgRHSJXfFbfBOvxRt8dXbSQywqnorzHkUuwB1RFDPilTso4HoOinkCTKwgpkSfOAUX8RWIyZAT9FrhrJhmG5b0XPxrWOVPWBL3xTNyHFZbW+Etl9hNsUyxCbEh/sAGPnu3KsbJmUbjULCVSmZPxEfRLXKsJCzaIYwvR8wndmO2aFomGBNnxQ+qWoF3YsD5v9m796JNrJBrBW4HOBpma2JfJJqIVa1fPCBnDV/EBENMPjDGneNbvCF3yAQ7mPxivOpD8EpDbmfA67T7sD3Xoa8d7BLPPYxffQhuM55jLJngFpPrjC98CFZjxxjzJphlcpcWsqOzeQyxLWIt5x6+rAmmuUUuc2TKdMv3I8Ss4A1iE+TumFbA1bsOHTPGy2ti0rYh/kIe3zAxow1dVq72sq1ygV/LOuChqNBmIVfrhfBVWNlbchbQqLu+kiJFQIpv9Fj0ihZxRlzCt0nLneYiSXpdX9ZCj8RnMUfy4hHfsYjQy2Y3doatxLi9B2l8h+/2hb+AtFdTHAgwAL8YdPcOGZFYAAAAAElFTkSuQmCC)
}

.scheme3-right h3:after {
    left: -30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAdtJREFUeNqclUlLQlEUx6/PiPoGTVBImwZosIHWuYgGMLKN0SrLRdEEKX2DrEUtGpBaBi0sM2jRN5BAy6JclavCDxAtrMz+B/7GS55TB37c4d3zf+fed+55JhXJKAOrBHYyAOrAB3gBt+AcXMhcxvrX0WQgOA42QbMqbE/AC8GgflLT9c3AB4IUi4NV0AKqSCvn4lxzZooqHzAbRShiHm5NnA7Ad57oJJBZsA2qZUeI1KuP0KETGwF7oAIsgjB4I2HOyTM/GKOPB1E6shHKB3gGDWAe7IN6cAk680QYA6PglT677FtEcAqdY/AIOniW1wXEsnYH+sEX+21gWmNqiB2BNHCXIKb48jmcXZq+YnYR7OXgiq1TlW7OHN8eEazhIMG2uwzBrhzfWo1f6b/2qbtZv/mUZN/C9qYMwQe2jWyTInjPwRDbkzIEs2ttbCMiGOJghinjZxoUMwnEz2vn4lxIBAOsIu1MmRRvS6xIDg5zrZu+ktgBTXd3Fe+mjQ8laZdlG+CdRDjXxzWD9BFbQU6m9MVBStbaP4vDFsQ8udVGzmIHLHAsV/GQSZtgajRxBy5uU7GQLPHGGBbYCbBRYoFdh9BpsYqdTdRJVm8rq4/iuUX5CwgY/QJ+BBgAFpGKdY9QEV0AAAAASUVORK5CYII=)
}

.scheme3-list li+li {
    margin-top: 55px
}

@media (max-width:1700px) {
    .scheme3-left {
        left: -40px
    }
    .scheme3-right {
        right: -40px
    }
}

@media (max-width:1510px) {
    .scheme3-list {
        width: 216px;
        top: 40px
    }
    .scheme3-left {
        left: 80px
    }
    .scheme3-right {
        right: 80px
    }
    .scheme3-list li+li {
        margin-top: 30px
    }
}

@media (max-width:1440px) {
    .scheme3-list {
        width: 180px
    }
    .scheme3-left {
        left: -5px
    }
    .scheme3-right {
        right: -5px
    }
}

@media (max-width:1200px) {
    .scheme3-col {
        width: 590px;
        height: 590px;
        padding-top: 25px
    }
    .scheme3-col .scheme3-img {
        max-width: 90%
    }
    .scheme3-list {
        width: 160px;
        top: -7px
    }
    .scheme3-left {
        left: -20px
    }
    .scheme3-right {
        right: -20px
    }
    .scheme3-list h3 {
        font-size: 15px;
        line-height: 24px
    }
    .scheme3-list h3:before {
        top: 14px
    }
    .scheme3-list h3:after {
        top: 4px
    }
    .scheme3-list li+li {
        margin-top: 36px
    }
}

@media (max-width:1030px) {
    .scheme3 .heading {
        margin-bottom: 15px
    }
    .scheme3-container {
        height: auto;
        font-size: 0
    }
    .scheme3-col {
        width: 100%;
        height: auto;
        margin-bottom: 50px
    }
    .scheme3-list {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        top: auto;
        left: auto;
        right: auto
    }
    .scheme3-left {
        padding-right: 80px
    }
    .scheme3-right {
        padding-left: 80px
    }
    .scheme3-list h3:before {
        display: none
    }
}

.scheme4 .heading-title:before,
.scheme4-list h3:before,
.scheme4-list li:before {
    display: block;
    content: ''
}

@media (max-width:1029px) {
    .scheme3 {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media (max-width:767px) {
    .scheme3 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .scheme3-left {
        padding-right: 40px
    }
    .scheme3-right {
        padding-left: 40px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2) {
    .scheme3-left h3:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABDJJREFUeNrMWVtIVFEUHSftqRGZiGRGZFpkEWQJ0UfWn4ggRin1lUXZu4/SICIoKIOQMKEi+qrUIAKxJ1QfQVBWlCilKIUlflgR2UPGGFs71pXT5ui9452BNqyPu885e6/Z57X3mfjixysD45AgsALIB3KBLGA2MI3tP4BeoBN4DjwCWoBwpI7iI+yfDuwCNgFzxug3CZgJLAFKqPsAXAXqgI+RRMKLJNNwN1DlQm40mcOx3bSVHC2CG4C3wE5gYsC/TKQtsbnRzxRLWy2wY5T270Az19cr4B3wlW0zgHnAMq7TQiBRjZ8FNABrgD3Ab5uTuFE2yVSgkYa1dAHVwDXgp8eoTeG6PQQssLQ3M5o/vUyxRK7eQm4QqAQWA5ciICfyi2NyaGNQtRfSZ7wXgueAIkvU8oDTQMjH+gvRRh5tmlJE32MSlDBvV7qXwGqg1eIwgzvzHo8RicwA8Aa4y7Z5lnGttPlS6cV32WhrMJk7a5aK3Cqg30LsFHf4BJeohbmehWyPaksBngCZhu4LsNDxaUbwhCIn62a9hZxMRRt/6QSPR5n0bdfRoe0S+nJEDvjjeoolIuVq8DHgtdLtA24CSeNYf4m8SQ5YpvuY0m0hpxGCFUCC0UFO+xrL+qyJ4PaxHmvAGcsBXaM2TQI5/XUm2KwGyPoaUmvuEh34lTjayjB0Q/RpinAKOllJutEwwDPJlJOWm8CPJPKwN6WBvs3EZIUQXKs63ma65MhcoDQQfdlA2wEjRbut+uQLweVK+UB9l/pcd2Pt7lIX37nSKduyq/75FYHYSb6L72whmKaU3eo7J4YEc1x8pwUtZ9o3S1oUK0lx8Z0UDPznElRbW2S6+v4UQ//9Lr4HhGCfUs5X3+0xJNjm4rtPCHYo5VL1/TCGBB+5+O4Qgi+Ucp36bhxPPetBnDRsLN/Pg5ZfUWAU4CLvgesxIHidts06qEBHWAg+U4V0kuWEr2QVFy35TpumlKkjTzi1BBnqK6pzlUq/JBPeBgxHgdwwbfWo9EoTFk5h5xysU8VQpiWxbKAu7JPcQdoyZb8qR0PkNJIEfGSOpjNqvavOAsWWs9PrtG5mwqp3rs6oLzvLzrxJjgKfVbF9w3IdNfEObfAYzTD7Lmaxr6+6G9wgjgiHI7ayUxp2KwOZLB9Tlb6Hi1pKysPAfT63DRG91B3m1JVZKrpU2s5U+r1moGxPH+cttXEXq6/WKO3ipYycJndR+7YlC3s5jTqST/m2kuCDWAJtPLWQa+IjkuvTR4hTckfpJ7OOkLt5q1o3Xh6Pyjm2mrZMuUWfIa+vW86vrbVMd7Se3xy5wMgNRfL8pmuS2hgkrp+4nOrd8kE3kSNiETdPKArEQrS1yI2cV4LOr61gvlbNYyRS6eXY+bTlKRGO8/k3xFqWrVkstBON9Sk3QSfTOckpx/U3xB8BBgCJQPpPZW/73QAAAABJRU5ErkJggg==);
        background-size: 20px 20px
    }
    .scheme3-right h3:after {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABDpJREFUeNrMmVlIFlEUx+eb+qJFI7KFyIrQLEskWgh6s94kgjDc8qkFW2jxoeUh2qEFosKCiuipzAIJouWp7CmoNEoSKmwzJcqKaOcztP+x/8TlcP1mvmWgAz9k7sx3z3/O3OWca8Rp6nWSMBfMBUVgDsgD48Ew3v8OOsEz0AQawX3QozvqnR3fUSRBgdlgHVgGJiT4Um/AeXACdKRbYBbYA1aCQU5qFgNnwA7w0U+gG6DDUvAErE2DOId9rGWfZX4Px4vgQFALVvdz/xu4yvH1ELwEn3lvBJgMZnKcLgIZ/fRzEqxHJH8nInAouMiOtbWBg6AO/AgYtSEct1vAFMt9edEyiPwRRKBErgEsVu2/wE5wlOMo2c+7CewGg9W9K6BER9I2Bo9bxEnU5oFDKYjzJsgh9tWm7i2m77gRlEFbr555AIrBO4vDiaCS42w6GA26uYy8Brc5VF5afjsWXAezVHslonjBJjCLM2uUitx80GURdoAzfIBP1HoochtoV/fkhe6AXKPtE5gGkV36E+9T4n6CpRZx8ikeg4oA4jwf8mwr/5omfZfQl2cjwV49BiUiK9SPd4FHqm0juAwykxh/GdxJatRW10Jfpi2PNPdp+idwDYgaDzwHR9SPytjmpjBJIuCwZYE+oiZNlJr6nAlV6gcHONjNMXeGDlK1CPuaaESxmz5Nq0IUXS8ryTZufAUX1MP74+wETpKf+6Bqq6dvMzGZKwIXqAevM13ybBIod9Jvpezbi+J3+jatSATqfOKmui5PcdzFm93lPr7nyENTVWOLfgsnPCvy8T1VBI5Tjc/VdUGIAgt8fI9zLWvaF3U9KkSBo318Z7rOf26umtpiw9X1hxD9d/n4/ioC36rGHHXdGqLAxz6+34rAp6qxUF3fClFgo4/vpyKwWTUuVNcXbfVsGsxLw+L5bnItb1FsFOBir8ClEAReYt9/N+jmvjqoWEdYBN4zC2kuO3qF38oqLl32jX2aVqGWPNF032Woz6mHt6n0SzLhVbJlpkFcL/tqN6IXtQg+h/25x1sHT6hiKFcnlsw2alIcjyJus6Xu2aTK0Rg1/UsCOpij6Yxaz6pjYIll7Qz6WauYsDpG9AotGfVZRK9D1yR9ZyWq2G6wbEdXuIfWB4xmD5+dwWJfb3UNPCjwTDRs76/sLLckq0HLThEwhu3vucA3cra+SKDsXIbo1cU7WZCzkmpL4V5iSYeStUJGLle1n4a4ar+ThQ38jI6aNHd5thJNQViUfdy1iBOf64Mcv8W4Jt1Q7YNZR7TynHBoAsKGsKxtZR/6XOaa+ET0Yokcv0V5/FYd8vHbKR6/dSd6PmhOnNoQEldJ4zaY5zD95YN+JktEPidPLA3CYuwr37JiJCXQe9s1zNdkDHUmIayTv81hX4ES4UiK/4ZYwLI1j4V2hjE+ZSd4xnROcsqk/g3xR4ABAKFBHOYY6r4+AAAAAElFTkSuQmCC);
        background-size: 20px 20px
    }
}

.scheme4 {
    position: relative;
    padding-top: 100px;
    background-color: #FFF
}

.scheme4 .heading {
    margin-bottom: 122px;
    color: #000
}

.scheme4 .heading-title {
    margin-bottom: 0
}

.scheme4 .heading-title h3 {
    position: relative;
    margin-bottom: 0;
    z-index: 1
}

.scheme4 .heading-title:before {
    position: absolute;
    width: 200px;
    height: 100%;
    left: 50%;
    margin-left: -100px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(10%, rgba(255, 255, 255, .6)), color-stop(50%, rgba(255, 255, 255, .9)), color-stop(90%, rgba(255, 255, 255, .6)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .6) 10%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, .6) 90%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0)
}

.scheme4-col,
.scheme4-container {
    height: 950px
}

.scheme4-col {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

@media (max-width:1440px) {
    .scheme4-col,
    .scheme4-container {
        height: 800px
    }
}

@media (max-width:1200px) {
    .scheme4-col,
    .scheme4-container {
        height: 650px
    }
}

.scheme4-img {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0
}

.scheme4-list {
    padding-top: 120px
}

.scheme4-list ul {
    margin: 0;
    padding: 0
}

.scheme4-list li {
    position: relative
}

.scheme4-list li+li {
    margin-top: 50px
}

.scheme4-list li:before {
    position: absolute;
    width: 100%;
    height: 1.3px;
    top: 15px;
    left: 0;
    background-color: #000
}

.scheme4-list .scheme4-item--1:before {
    background-color: #f96058
}

.scheme4-list .scheme4-item--2:before {
    background-color: #9d26d5
}

.scheme4-list .scheme4-item--3:before {
    background-color: #0cf
}

.scheme4-list .scheme4-item--4:before {
    background-color: #ff9700
}

.scheme4-list .scheme4-item--5:before {
    background-color: #255ccc
}

.scheme4-list .scheme4-item--6:before {
    background-color: #00ddce
}

.scheme4-list h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    color: #234
}

.scheme4-list h3:before {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -38px;
    top: 6px;
    background-color: #000;
    background-position: 50% 50%;
    border-radius: 50%
}

.scheme4-right h3:before {
    left: -38px
}

.scheme4-item--1 h3:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqlJREFUeNqcVc1rE1EQn31vI0jpQU9us0lQKwh6kNriVxtSW1AsQkXT+nXoQS8i1B5MUfAqWg/tQf8BkaLEaov0ILQm/YhUsRTFmymaJmnqRQ8FxWTfrjMvbyXKtg0O/Ni8yZvfvDc781vtV89Z8LBNiE6FQ4g6RBGRQywgniPGlO8v0z3ITiEGEPUeSXYrnEOkEf2IZ2sRcsRtREyufL5F1hzJ8db2gGYYfnI5heW8SExm7dmkCaUSJRxRyW8iBO3RKq58V5EV+bGOOd59oRk0jXnVAxzHFiNPUmJ8rBFXmxVpfyXhGUScyPQrvR9Z08EGsCwQiQmw37wGJ5eVPJoZAHbgMOCp8W462PNvF6z7g3tUOaKIp0RIi0WEyY93TPPui2Hn+zewhgbAWcp4HlALhkC/FgNty1YQjx9Ni5fjYXTnETuYYjaxZmkePX+ETrYembwx/mcN4i2tEvAujMFYdFOdu5hqDWAtkTwwxkVycl2yP6TZDIjkK6AYGVu2TiJskq840h6gpz2XgmrN3evGojUS4TZZF6POlJkzn6smdDJfoDIWzWBe3V61cV5+WqWS6yLCgmranMwW2l41H7WRjP26UlCuAhF+oF8iOSGbjfqsWnP32jNT7kt5R4Sj0jk75QfbFry1DbRAaOPTBYJAeylGzCT8yj3K1ITkoFisF/HhFOg+0PtisnnXJsPG7sNJw70yBmNVY8f5rX17hZKlqJP+ZGh+8z3bucvgLRGA2lqA1VWAnz/kqBERP3ES9J7LoNXUyNETww8blLBcovJVigMN+PX/FId7rkpVElKWIcRVJV9pHj6aZ5G2oOwzyyo6K8sFegGyZuVrkj1A9HrJl2unEXc8BPZfo/m9QQqzkWKTaL5QokHqvV8NPqjCz6tPQNxrKH4LMADQawJXTipIcgAAAABJRU5ErkJggg==);
    background-color: #f96058
}

.scheme4-item--2 h3:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAr5JREFUeNqcVU1oE1EQnt3EJPXQZJNijNkGGtok0gpSG0FaCl6C4MFqjdqj4s9BxYtt0KtQ6g+oBw9WxKNKaqyolxw8FAr+lWBpNWnTUGpCSGlNUkGTrZs4E9+WKNs2OPDx3pu8+d7beTNfuIeuaVAxHaKHYR9iB0JCJBERxHPEC+b7y7QqZIcRNxDNKod4GPoQcUQAEVqPUIMYRAxUFnpuruWIKenpExqNTXo7+fKJYir6JPt1NpQT5WKZDnzGDr+KkGkPV/XJ1xmZ1HbS8tY7YO3ieODV8lEuQWni9uL45PBSBy7rGGmgmvAoIkhk+++KU00H6ttLq2WIPs5C4nUesjPFCpHg0oPzoBHw1sBv4WA+vBJ5czHZytLhR4wQIS3mEGLbKcvY3oC1+0fmF4TPLcC3LwW1C4J5pwF89x2w1aqF90OZsalHy93oTiGcPGMWMWdx72VrJ91sIzIy+i18dgFkqQzefmsnxaKb8nyMZ6UBrl5TitOABpO+IdkaabQAsadZoBiKZe4eIvTSzH1CaKQx8SoPtZqyV4lF6yDC7TQzOfUijUvThZoJlz//2avEotl4tWqv1XgtVxkxl6trPkSaJrlEkdoKGloNNRNSGZGtzEtp5koT4STNYtgBNFKd1WrKXuwc5VE+EuEozWZCOXtZBhkTDGbP5rc0uw30GEAxsZGsnblHedYhSblQbv5wKzOu0XHgG3ZUinddMjzQ98ABtJdiKJYVdlBzyHJeZrLkX4z8tJla9J+27a6zYW2BXtBCMSuD9L1UaTUi2nWmAbqu2UBXr6m03rvBTDsTltOUvmpxoAbv/09xuKmoVDUhnXIHcYHJV9ztF1Lu44LD6NSJ2JJSPiGl6QEoZ+wzye4hLqnJl2K9iCEVgf3XqH+vkMJsptgkmi+ZaJB672GNDyzxE+wvIKjWFL8FGAAV5QyxHjEhSQAAAABJRU5ErkJggg==);
    background-color: #9d26d5
}

.scheme4-item--3 h3:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAjpJREFUeNqkVU1rE1EUPUm0NrUrbUGtCkIFFWlDbVH/RcVmIeJGRBEEQRfVf2CyiosuWhA34sLaWhe6r+BCaNPUhVasukhCEbVuJMlEJs9zZt7UEabJgJcc3s19955M7tcksGQQIV3EuMVZ4gDRJCrECvGMeG5t/0gigvAckScG0V7WiUliPmxMhvQUkbMOg91JfLrej8XVE/jcGIEjlKjLpjv7g3M2JvWXRk/oI0cYwrlVNouuMfxEi+7uVMwr+tZsTG6LxyoTAdmTTbOsIKdlzP2vxpx5b0xv0Yd02XQnmftpioqxsRMBYRdRlvE2n0yOlaYxmXeeUyR0Jx+J/o21V8Slolwk7SPmZf1XBkdc5uP0GlCqta/IcBp4cxzYAbi9JXxptLycXkra1sDlvaimEkhNf+tMJlmtAzP0VYxirXlchGPSrvXjkM7Hm4gtgW8QSxkV4T5px7pxUGexFp9wxfoGsZT9yahujys7E/7ptPA73NgbUtYa3lhhpCc+4cm0f350fA5xifCtNBajrPPCnviEge/DH1tFWRLhgjUOuAYuE+y1RCcZSnvFgGIefMeANS+IcFZbpM4+mqzi9S7m5cVRINPTvgdf0ke+iqn7PVj1ufzRy0aNXoFjNsqp2F30Ib2w/ehlw7Ms5P9jOeQDnvA+1AoqEDf0RaN4pQ/Vq304rD5rGjQ/NLChAihn9m9KpoibhLvdgj1P3Iu5YO8STztt7OAVkLXb+xQRVFGJX7avgNmoofgjwABSIrfUFxyl6gAAAABJRU5ErkJggg==);
    background-color: #0cf
}

.scheme4-item--4 h3:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAnlJREFUeNqcVUtoE1EUPZnEH3VRrYKaVFALxlRaqRUNSncuLC6qsQsRF0rRLgSxokHdS7UqbsQPSjaiYDRW8INboVKLNrZUTWlCFyZkYdUKijY6iee+eSOpjM3ggcO7c3n3vJn77r3jKV2GE2aTbZphchlZILNkkrxPPtC+afA4CO4gz5J1mBlpMkomyp2+MttLniaPW09zMwjuyyLUWYvq1X7lm0zl8Pbqe6RiAZg/5MB7+vCTpPn3G57RYgU0dPUj3LMFHsNwfLdSsYiBU31IdjfzaZ4WjZYL7iLjSmzrnRGsam9Ckel5c4Ufdhv4NGIJLVzLROwG6jsBg2keTyTxNFKvc95O3hVBeciQATQefYbwuRZ8ywFPtgMTr52zt2gdsO0hUMVMPGfM8IUWehmElSK4h8ZN5iyNjq8rUDK9SGz8t5iNmkZg5wu+qc/E9fnjOqd7DV0aQHB/Dh6vl0mvLCb4OAS8uwYVI7EW2kRwgzJDB2vVOnYLrmHvtWOBZhFcoswFwYBaPwy6F5xIYlossNRwqnbXMGZZqzn184+LzCvrcyqr1sVN7gWljARfxvLakxfBYWVKBwikztzC3puK2ZfyUgR7lTka87NkTCbYKolKqGmA2isxqRt+7e01dIdk8et7HfqjffDOAVofWcU7Uw22PobaKzESaxV23L6ULrVx6PwmZOKDqgOkaDdfZE7Zrr4qi2KLLzJgdYm0nsRYOEJOlQ8HafBj/zkceuwpVS4o44vH45AeX2ms6cghdGA5qllnxUIBk6N5dQGSM+szBZfIw07jy0aE7HY5YE/IhKk0sVE2jmR6ryftW5TEv9K/gLhTU/wWYABfXNd44lRmNwAAAABJRU5ErkJggg==);
    background-color: #ff9700
}

.scheme4-item--5 h3:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAArpJREFUeNqcVV1Ik2EUPvu22aYU2Dbm3DetsZUhRJgFYqyyK8MLw6026CZJr4wuaq667t+ivOiiH+gmKpmWsSDoQmggdbEYRn/kFpZbU6wMJDf32znjfLDiU0cPPHzve3bO837fec85U9gPh0AGFchOZguyFplGxpBh5GPkE7b9BZWM2AHkZaRN5pAGpgcZQfqQj5YTVCLPI/tps0YtRLscuphnn8Gy0aQxk+3zt1T84djc9Ejwh7iUydOBI3z4GWSOfBQln3yJxdJH2o2vfB5xl6AAQS4f+QLkr/nj4zcDM8241bKor1TQifST2OAx69v2ndVNmWwBHozNwdOXP+FTLFkU2iRqoaNlPXjaDKBWKeB56Fe4bzDayOlwIYdJkDZRpNi93xg85REds/MZ6L0agQ9fFuVeELbUV8KtEzYwVqvhwv1Y8O6zWQea40irwMoi5iziPWRupTdbSYxAv/VcmYQ0+va7za0Ui2bK80GBSwOcu3VxpaBQYtJXFJPw8WsShtCXYiiWzZ0kuINW7jaDhZ4BzFm5kHylWEQzCdbQymrSiPR8N7VYtuB79pViESZBrtrLhQpvmpDO5jOSjQQTxaJNpKitoHFDZdmCVEaEqZmlBJsSJPiGVtQB9KQ6KxeSL3aOdCkhEhxlozmXL+QwwdBQp11VbLNFS5cBFDP84ruZzaMCd0gslc7bBobi4xWYl9sn7cXiXQ504B2vHciXYiiWC9uv1G3tzfFYcoUnf5tsonZim63K5HTooXqtCuYXsrCQzBVbjYR6OmrgbHc9rKtSFlvv3L3pJh4sRyl9pcOBGtz7n8NhQJpSpYJ0ynVkH4+viGuPPu7eq6+z1mpEbMk0VkKCLoByxp9JuIE8Lje+JHQhL8oM2H9B/XuaJsxqE5uGZoCHBk3v7dz4wIl/zX8Bfrmm+CPAAK7LDMNpPoQqAAAAAElFTkSuQmCC);
    background-color: #255ccc
}

.scheme4-item--6 h3:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAqVJREFUeNqcVc9rE1EQnt3NbrO26a/UtnFjISpUqLQlVlSQ/gUeKjUHEQ+WYj0IFYsN6l2qFfEiaEG8iILRWkH9AwpFBW1s6cFiQg5mGytJ7U+T7nazzsS3sMraLH7k4703zPvey7yZWQ6S0+AACdnDeBS5C6kh08g48gXyJbP9Ac5B8ATyJnIfbI8EMooctxs9trmAvI4cpoWX45NnffXp89UNu1tFr0K2z3pBvb+a/fpwbSlYMIt04HN2+FWk8fcNbzAx7VJN47tRv3KMB+CdrlbE37WlhamR5cUuXMpMNGoXPImMkdjTptBcpLI2rJkm3FvNwpP1HzCn50tCB0QZTlXVAd4aJI6D8Y3leO9iqo3FPIJ8RoK0SCKDQzWNk7f8Sre6pcPxb0n4pOUdg9cpyfCqeS8oHhGGcurk7ZXv3WhWkXtI8DROHmHMEuuh9pBhgnBYnf+nmIUOFH2vtIKHA6MqNZtiMT3Ds9SAPl+9KgAnYNDLihFm0GcMfWkP7WXmHhI8RLMBfE0aH2PM3MLytfYiukiwmWb7RW+Qxmntp2vBOPO19iICvFO2u4WIL03YNE3dspFghiUtlRWEpR2uBSmNCF/0QoaZMiQ4SzOqABopz9zC8sXKsR7lAwlOMKNigGlggEspUQ7t6EO+tOfBWk5h5gmeVUg6j3kUzS1MVWBcXmPSdm4jSge+QR/ypT353zlIt4wJMDhgsLYUebu5EWiT5Jkj3spAn88PDYIHssUtWCkapVLrqJBhuLYJxna2QJ0glErvYk4Ns8bST+GzNwcq8Mv/2RxGrS5lF6RT7iAvsPaV6Pf51XPV/hbKMw1MbV4rZOgBKGbsbxLuIged2peFXuSIywZ7hTpMuY4NtnZE3fsg0npFCvxH9gmIORXFLwEGAMLeC1riH67xAAAAAElFTkSuQmCC);
    background-color: #00ddce
}

.scheme4-left h3:after {
    right: -36px
}

.scheme4-right h3:after {
    left: -36px
}

.scheme4-list li:after {
    content: '';
    display: table;
    width: 100%
}

.scheme4-left,
.scheme4-right {
    position: relative;
    width: 368px;
    background-color: #FFF;
    z-index: 1;
    display: block
}

.scheme4-left {
    float: left;
    padding-right: 24px;
    text-align: right
}

.scheme4-right {
    float: right;
    padding-left: 24px;
    text-align: left
}

.scheme4-icon {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: -26px;
    left: 50%;
    margin-left: -40px;
    border-radius: 50%;
    line-height: 74px
}

.scheme5,
.scheme5-center,
.scheme5-container {
    position: relative
}

.scheme4-item--1 .scheme4-icon {
    background: rgba(249, 96, 88, .95)
}

.scheme4-item--2 .scheme4-icon {
    background: rgba(157, 38, 213, .95)
}

.scheme4-item--3 .scheme4-icon {
    background: rgba(0, 204, 255, .95)
}

.scheme4-item--4 .scheme4-icon {
    background: rgba(255, 151, 0, .95)
}

.scheme4-item--5 .scheme4-icon {
    background: rgba(37, 92, 204, .95)
}

.scheme4-item--6 .scheme4-icon {
    background: rgba(0, 221, 206, .95)
}

.scheme5,
.scheme6 {
    background-position: 50% 50%
}

.scheme4-icon .icon,
.scheme4-icon svg {
    height: 40px;
    max-height: 40px;
    vertical-align: middle
}

@media (max-width:1440px) {
    .scheme4-col {
        padding-left: 0;
        padding-right: 0
    }
    .scheme4-left,
    .scheme4-right {
        width: 334px
    }
    .scheme4-list {
        padding-top: 76px
    }
    .scheme4-list li+li {
        margin-top: 40px
    }
}

@media (max-width:1200px) {
    .scheme4-list {
        padding-top: 26px
    }
    .scheme4-left,
    .scheme4-right {
        width: 320px
    }
}

@media (max-width:1030px) {
    .scheme4-col,
    .scheme4-container {
        height: auto
    }
    .scheme4-img {
        display: none
    }
    .scheme4-list li+li {
        margin-top: 60px
    }
    .scheme4-left,
    .scheme4-right {
        width: 220px
    }
}

@media (max-width:767px) {
    .scheme4 {
        padding-top: 50px
    }
    .scheme4-icon {
        top: -91px
    }
    .scheme4-list h3 {
        font-size: 15px;
        line-height: 24px
    }
    .scheme4-left {
        width: 48%;
        padding-right: 40px
    }
    .scheme4-right {
        width: 48%;
        margin-left: 4%;
        padding-left: 40px
    }
    .scheme4-left h3:after {
        right: -24px
    }
    .scheme4-right h3:after {
        left: -24px
    }
    .scheme4-list li+li {
        margin-top: 140px
    }
    .scheme4-list h3:after,
    .scheme4-list li:before {
        display: none
    }
    .scheme4-right h3:before {
        left: -30px;
        top: 4px
    }
    .scheme4-left h3:before {
        right: -30px;
        top: 4px
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (-o-min-device-pixel-ratio:2/1),
only screen and (min-device-pixel-ratio:2) {
    .scheme4-icon {
        background-image: url(../images/scheme4-icons@2x.png);
        background-size: 91px 636px
    }
}

.scheme5,
.scheme6,
.sphere {
    background-repeat: no-repeat;
    background-size: cover
}

.scheme5 {
    padding-top: 170px;
    padding-bottom: 120px;
    background-color: #03040a;
    background-image: url(../images/scheme5-bg.jpg)
}

.scheme5-item+.scheme5-item {
    margin-top: 420px
}

.scheme5-item--2 {
    padding-right: 175px
}

.scheme5-item--4 {
    padding-left: 142px
}

.scheme5-item--middle {
    margin-top: 204px;
    text-align: center
}

.scheme5-heading h3,
.scheme5-title h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300
}

.scheme5-center {
    padding-top: 198px
}

.scheme5-img {
    position: absolute;
    display: block;
    max-width: 100%;
    top: 0
}

.scheme5-item--left {
    text-align: right
}

.scheme5-item--right {
    text-align: left
}

.scheme5-title h3 {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    color: #0cf
}

.scheme5-heading h3,
.sphere--page-prototyping .sphere-item--7 .sphere-item-title h4,
.sphere-heading h3 {
    font-family: Avenir, Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

.scheme5-title h3:after {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    top: 20px;
    background-color: #0cf;
    border-radius: 50%
}

.scheme6,
.scheme6-img,
.scheme7 {
    position: relative
}

.scheme5-item--left .scheme5-title h3:after {
    left: 100%;
    margin-left: 13px
}

.scheme5-item--right .scheme5-title h3:after {
    right: 100%;
    margin-right: 13px
}

.scheme5-item--middle .scheme5-title h3:after {
    top: -15px;
    left: 50%;
    margin-left: -5px
}

.scheme5-heading h3 {
    font-size: 52px;
    line-height: 60px;
    color: #FFF;
    text-align: center
}

.scheme5-text p {
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    color: #FFF;
    text-align: center
}

.scheme6 {
    padding-top: 100px;
    padding-bottom: 0;
    border-bottom: 120px solid #FFF;
    background-color: #000;
    background-image: url(../images/scheme6-bg.jpg)
}

.scheme6--bg-xamarin {
    background-image: url(../images/scheme6-bg-xamarin.jpg);
    border-bottom: 175px solid #fff
}

.scheme6--bg-xamarin .scheme6-img {
    margin-bottom: -175px
}

.scheme6 .heading {
    color: #FFF
}

.scheme6 .heading-title {
    margin-bottom: 22px
}

.scheme6 .heading-description p {
    font-size: 19px;
    line-height: 35px
}

.scheme6--page-application-integration .heading-description p,
.scheme6--page-application-security-1 .heading-description p {
    line-height: 30px
}

.scheme6-img {
    display: block;
    max-width: 100%;
    margin: 38px auto -64px
}

@media (max-width:1029px) {
    .scheme6--bg-xamarin .scheme6-img,
    .scheme6-img {
        margin-bottom: 0
    }
    .scheme6 {
        padding-bottom: 80px;
        border-bottom: 0
    }
    .scheme6-img {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .scheme6 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.scheme6--type--1.scheme6 {
    background-color: #035b97;
    background-image: url(../images/scheme6--type--1-bg.jpg);
    border-bottom: 168px solid #FFF
}

.scheme6--type--1 .heading-title h3 {
    margin-top: 0;
    margin-bottom: 40px
}

.scheme6--type--1 .heading-description p {
    margin-bottom: 36px
}

.scheme6--type--1 .scheme6-img {
    margin-top: -15px;
    margin-bottom: -164px
}

.scheme6--type--1 a {
    color: #0df;
    text-decoration: none
}

@media (max-width:1030px) {
    .scheme6--type--1.scheme6 {
        border-bottom: 50px solid #FFF
    }
}

@media (max-width:1029px) {
    .scheme6--type--1.scheme6 {
        border-bottom: 0 solid #FFF
    }
    .scheme6--type--1 .scheme6-img {
        margin-top: 0;
        margin-bottom: 0
    }
}

.scheme6--type--2.scheme6 {
    padding-bottom: 100px;
    background-color: #035b97;
    background-image: url(../images/scheme6--type--2-bg.jpg);
    border-bottom: none
}

.scheme6--type--2 .heading-title h3 {
    margin-top: 0;
    margin-bottom: 40px
}

.scheme6--type--2 .scheme6-img {
    margin-top: 0;
    margin-bottom: 0
}

@media (max-width:767px) {
    .scheme6--type--2.scheme6 {
        padding-bottom: 50px
    }
}

.scheme6--type--3.scheme6 {
    padding-bottom: 100px;
    color: #234;
    background-image: none;
    background-color: #FFF;
    border-bottom: none
}

.scheme6--type--3.scheme6 .heading {
    color: #234
}

.scheme6--type--3.scheme6 .heading-description p {
    margin-bottom: 20px
}

.scheme6--type--3 .scheme6-img {
    margin-top: 30px;
    margin-bottom: 0
}

@media (max-width:767px) {
    .scheme6--type--3.scheme6 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.scheme6--type--4.scheme6 {
    color: #FFF;
    background-image: url(../images/scheme6--type--4.jpg)
}

.scheme6--type--4.scheme6 .heading {
    color: #FFF
}

.scheme6--type--5.scheme6 {
    color: #FFF;
    background-image: url(../images/scheme6--type--5.jpg)
}

.scheme6--type--5.scheme6 .heading {
    color: #FFF
}

.scheme6--type--6 {
    padding-top: 80px
}

.scheme6--type--6.scheme6 {
    color: #FFF;
    background-image: url(../images/scheme6--type--6.jpg)
}

.scheme6--type--6.scheme6 .heading {
    color: #FFF
}

.scheme6--type--6 .scheme6-img {
    margin-top: 12px
}

.scheme6--type--7.scheme6 {
    padding-bottom: 186px;
    color: #FFF;
    background-image: url(../images/scheme6--type--7.jpg)
}

.scheme6--type--7.scheme6 .heading {
    color: #FFF
}

.scheme6--type--7 .scheme6-img {
    margin-top: 42px
}

@media (max-width:1029px) {
    .scheme6--type--7.scheme6 {
        padding-bottom: 100px
    }
}

@media (max-width:767px) {
    .scheme6--type--7.scheme6 {
        padding-bottom: 50px
    }
}

.scheme6--page-application-integration .heading-description {
    max-width: 1048px;
    margin-left: auto;
    margin-right: auto
}

.scheme6--page-application-security-1 {
    padding-bottom: 119px!important
}

.scheme6--page-application-security-1 .heading-title {
    margin-bottom: 20px
}

.scheme6--page-application-security-1 .heading-description {
    margin-bottom: 58px
}

.scheme6--page-application-security-2 {
    padding-top: 108px
}

.scheme6--page-application-security-2 .heading-title h3 {
    line-height: 60px
}

.scheme6--page-application-security-2 .heading-description p {
    line-height: 30px
}

@media (max-width:767px) {
    .scheme6--page-application-security-1,
    .scheme6--page-application-security-2 {
        padding-bottom: 50px!important
    }
    .scheme6--page-application-security-2 .heading-title h3 {
        line-height: 39px
    }
}

.scheme6--page-prototyping .heading-title h3 {
    margin-bottom: 50px;
    line-height: 60px
}

@media (max-width:767px) {
    .scheme6--page-prototyping .heading-title h3 {
        line-height: 32px
    }
}

.scheme6--page-prototyping .heading-description {
    margin-bottom: 90px
}

.scheme6--page-prototyping .heading-description p {
    font-size: 19px;
    line-height: 30px
}

.scheme7 {
    padding-top: 104px;
    padding-bottom: 94px;
    background-color: #FFF
}

.scheme7 .heading-description p {
    margin-bottom: 104px;
    font-size: 19px;
    line-height: 35px
}

.scheme7 a {
    color: #51c336;
    text-decoration: none
}

.scheme7-container {
    background-repeat: no-repeat;
    background-position: 50% 44%;
    background-image: url(../images/scheme7-bg.png)
}

.scheme7-row+.scheme7-row {
    margin-top: 102px
}

.scheme7-title h4 {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase
}

.scheme7-item--1 .scheme7-title h4 {
    color: #255ccc
}

.scheme7-item--2 .scheme7-title h4 {
    color: #00ddce
}

.scheme7-item--3 .scheme7-title h4 {
    color: #51c336
}

.scheme7-item--4 .scheme7-title h4 {
    color: #9d26d5
}

.scheme7-item--5 .scheme7-title h4 {
    color: #ff9700
}

.scheme7-item--6 .scheme7-title h4 {
    color: #f96058
}

.scheme7-text ul {
    margin: 0;
    padding: 0
}

.scheme7-text ul li {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    line-height: 30px
}

.scheme7-text ul li:after {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    top: 12px;
    left: 5px;
    background-color: #000;
    border-radius: 50%
}

.sphere,
.sphere-container {
    position: relative
}

.scheme7-item--1 .scheme7-text ul li:after {
    background-color: #255ccc
}

.scheme7-item--2 .scheme7-text ul li:after {
    background-color: #00ddce
}

.scheme7-item--3 .scheme7-text ul li:after {
    background-color: #51c336
}

.scheme7-item--4 .scheme7-text ul li:after {
    background-color: #9d26d5
}

.scheme7-item--5 .scheme7-text ul li:after {
    background-color: #ff9700
}

.scheme7-item--6 .scheme7-text ul li:after {
    background-color: #f96058
}

.sphere {
    background-position: 50% 50%;
    padding-top: 100px;
    padding-bottom: 100px
}

.sphere .heading-title {
    margin-bottom: 0
}

.sphere .heading-description {
    margin-top: 32px;
    margin-bottom: 0!important
}

.sphere .container~.sphere-container {
    margin-top: 74px
}

.sphere a {
    color: #51c336;
    text-decoration: none
}

.sphere-object {
    margin: 0 auto;
    text-align: center
}

.sphere-object-img {
    max-width: 100%
}

.sphere-item {
    position: absolute
}

.sphere-item-title h4 {
    font-size: 1.6em;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0 0 .4em;
    position: relative
}

.sphere-item-title h4:before {
    position: absolute;
    top: .3em
}

.sphere .title--with-bullet-small h4:before {
    position: absolute;
    top: 0
}

@media (max-width:1030px) {
    .sphere-item-title h4:before {
        display: none!important
    }
}

.sphere-item-text {
    font-size: .9em;
    line-height: 1.5em
}

.sphere-heading h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 52px;
    line-height: 60px;
    color: #FFF;
    text-align: center
}

.sphere-text p {
    font-weight: 300;
    font-size: 19px;
    line-height: 30px;
    color: #FFF;
    text-align: center
}

.sphere--items-2 .sphere-item--1 {
    top: 0;
    text-align: right
}

.sphere--items-2 .sphere-item--2,
.sphere--items-3 .sphere-item--1,
.sphere--items-3 .sphere-item--2 {
    top: 0
}

.sphere--items-3 .sphere-item--3 {
    bottom: 0
}

.sphere--items-4 .sphere-item--1 {
    top: 0;
    text-align: right
}

.sphere--items-4 .sphere-item--2 {
    top: 0
}

.sphere--items-4 .sphere-item--3 {
    bottom: 0
}

.sphere--items-4 .sphere-item--4 {
    bottom: 0;
    text-align: right
}

.sphere--items-4 .sphere-item--2 .sphere-item-title h4:before,
.sphere--items-4 .sphere-item--3 .sphere-item-title h4:before {
    right: 100%
}

.sphere--items-4 .sphere-item--1 .sphere-item-title h4:before,
.sphere--items-4 .sphere-item--4 .sphere-item-title h4:before {
    left: 100%
}

.sphere--items-5 .sphere-item--1 {
    top: 15%;
    text-align: right
}

.sphere--items-5 .sphere-item--2 {
    top: 15%;
    text-align: left
}

.sphere--items-5 .sphere-item--3 {
    bottom: 32%;
    text-align: left
}

.sphere--items-5 .sphere-item--4 {
    bottom: 0;
    text-align: center
}

.sphere--items-5 .sphere-item--5 {
    bottom: 32%;
    text-align: right
}

.sphere--items-6 .sphere-item--1 {
    top: 0;
    text-align: right
}

.sphere--items-6 .sphere-item--2 {
    top: 0
}

.sphere--items-6 .sphere-item--3 {
    top: 30%
}

.sphere--items-6 .sphere-item--4 {
    top: 60%
}

.sphere--items-6 .sphere-item--5 {
    top: 60%;
    text-align: right
}

.sphere--items-6 .sphere-item--6 {
    top: 30%;
    text-align: right
}

@media (min-width:1030px) {
    .sphere--items-6 .sphere-item--1 ul,
    .sphere--items-6 .sphere-item--5 ul,
    .sphere--items-6 .sphere-item--6 ul,
    .sphere--page-methodology .sphere-item--1 ul,
    .sphere--page-methodology .sphere-item--4 ul {
        text-align: right
    }
    .sphere--page-methodology ul li:before {
        top: .7em
    }
    .sphere--items-6 .sphere-item--1 ul li,
    .sphere--items-6 .sphere-item--5 ul li,
    .sphere--items-6 .sphere-item--6 ul li,
    .sphere--page-methodology .sphere-item--1 ul li,
    .sphere--page-methodology .sphere-item--4 ul li {
        padding: 0 25px 0 0
    }
    .sphere--items-6 .sphere-item--1 ul li:before,
    .sphere--items-6 .sphere-item--5 ul li:before,
    .sphere--items-6 .sphere-item--6 ul li:before,
    .sphere--page-methodology .sphere-item--1 ul li:before,
    .sphere--page-methodology .sphere-item--4 ul li:before {
        left: auto;
        right: 10px
    }
}

.sphere--page-php .sphere-item--1,
.sphere--page-php .sphere-item--4 {
    padding-right: 30px
}

.sphere--items-7 .sphere-item--2 .sphere-item-title h4:before,
.sphere--items-7 .sphere-item--3 .sphere-item-title h4:before,
.sphere--items-7 .sphere-item--4 .sphere-item-title h4:before,
.sphere--page-android-1 .sphere-item--2 .sphere-item-title h4:after,
.sphere--page-android-1 .sphere-item--3 .sphere-item-title h4:after {
    right: 100%
}

.sphere--items-7 .sphere-item--1 {
    top: 0;
    text-align: right
}

.sphere--items-7 .sphere-item--2 {
    top: 0
}

.sphere--items-7 .sphere-item--3 {
    top: 30%
}

.sphere--items-7 .sphere-item--4 {
    top: 60%
}

.sphere--items-7 .sphere-item--5 {
    top: 80%;
    text-align: center
}

.sphere--items-7 .sphere-item--6 {
    top: 60%;
    text-align: right
}

.sphere--items-7 .sphere-item--7 {
    top: 30%;
    text-align: right
}

.sphere--items-7 .sphere-item--1 .sphere-item-title h4:before,
.sphere--items-7 .sphere-item--6 .sphere-item-title h4:before,
.sphere--items-7 .sphere-item--7 .sphere-item-title h4:before {
    left: 100%
}

.sphere--items-7 .sphere-item--5 .sphere-item-title h4:before {
    position: static;
    display: block
}

@media (max-width:1029px) {
    .sphere {
        padding-bottom: 50px
    }
    .sphere .sphere-object-wrapper {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .sphere .sphere-object-wrapper {
        margin-bottom: 30px
    }
}

.sphere--page-php {
    padding-bottom: 0;
    background-color: #036
}

.sphere--page-php .sphere-item--1,
.sphere--page-php .sphere-item--2 {
    top: 8%
}

.sphere--page-php .sphere-item--3,
.sphere--page-php .sphere-item--4 {
    bottom: 19%
}

.sphere--page-php .sphere-item--2,
.sphere--page-php .sphere-item--3 {
    padding-left: 30px
}

.sphere--page-php .sphere-item-title h4 {
    margin-bottom: 11px;
    font-size: 35px;
    line-height: 40px
}

.sphere--page-php .sphere-item-text {
    font-size: 17px;
    line-height: 30px
}

@media (max-width:1600px) {
    .sphere--page-php {
        padding-bottom: 150px
    }
    .sphere--page-php .sphere-item--3,
    .sphere--page-php .sphere-item--4 {
        bottom: 0!important
    }
}

@media (max-width:1200px) {
    .sphere--page-php {
        padding-bottom: 100px
    }
}

.info--page-php-1.info {
    padding-top: 72px
}

.sphere--page-php-2 {
    padding-bottom: 65px;
    background-color: #036
}

.sphere--page-php-2 .heading-description {
    margin-bottom: 0
}

.sphere--page-php-2.sphere--items-2 .sphere-item {
    text-align: center;
    position: relative
}

.sphere--page-php-2 .sphere-item-title h4 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 55px
}

.sphere--page-php-2 .sphere-object-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
}

.sphere--page-php-2 .sphere-item-text {
    font-size: 17px;
    line-height: 30px
}

@media (min-width:1600px) {
    .sphere--page-php-2.sphere--items-2 .sphere-item {
        top: -45px
    }
}

@media (max-width:1029px) {
    .sphere--page-php .sphere-item--3,
    .sphere--page-php .sphere-item--4 {
        bottom: auto!important
    }
    .sphere--page-php .sphere-item--1,
    .sphere--page-php .sphere-item--2,
    .sphere--page-php .sphere-item--3,
    .sphere--page-php .sphere-item--4 {
        padding-left: 15px;
        padding-right: 15px
    }
    .sphere--page-php-2 .heading-description {
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .info--page-php-1.info {
        padding-top: 50px
    }
    .sphere--page-php-2 {
        padding-bottom: 50px
    }
    .sphere--page-php-2 .sphere-item-title h4 {
        font-size: 30px;
        line-height: 34px
    }
}

@media (max-width:1800px) {
    .sphere--page-ai-consulting .sphere-object-wrapper img {
        max-width: 70%
    }
    .sphere--page-ai-consulting {
        padding-top: 0
    }
}

@media (max-width:1400px) {
    .sphere--page-ai-consulting .sphere-item-title h4:before {
        display: none
    }
}

@media (max-width:1200px) {
    .sphere--page-ai-consulting .sphere-object-wrapper img {
        max-width: 80%
    }
    .sphere--page-php .sphere-item--1,
    .sphere--page-php .sphere-item--2 {
        top: 2.5%
    }
}

.sphere--page-net-1 .sphere-item--1 .sphere-item-title {
    color: #0cf
}

.sphere--page-net-1 .sphere-item--2 .sphere-item-title {
    color: #51c435
}

.sphere--page-net-1 .sphere-item-title h4 {
    font-size: 45px
}

.sphere--page-net-1 .heading-description {
    margin-top: 23px
}

.sphere--page-net-1 .container~.sphere-container {
    margin-top: 131px
}

@media (max-width:767px) {
    .sphere--page-net-1 .sphere-item-title h4 {
        font-size: 30px;
        line-height: 34px
    }
    .sphere--page-net-1 .container~.sphere-container {
        margin-top: 40px
    }
}

@media (min-width:1600px) {
    .sphere--page-net-1.sphere--items-2 .sphere-item {
        margin-top: 60px
    }
}

.sphere--page-net-2.sphere--items-7 .sphere-item--1,
.sphere--page-net-2.sphere--items-7 .sphere-item--6,
.sphere--page-net-2.sphere--items-7 .sphere-item--7 {
    text-align: left
}

.sphere--page-net-2.sphere--items-7 .sphere-item--1,
.sphere--page-net-2.sphere--items-7 .sphere-item--2 {
    top: 2%
}

.sphere--page-net-2 ul li {
    font-size: 15px
}

.sphere--page-net-2 .sphere-item-title h4 {
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase
}

.sphere--page-net-2 .sphere-object {
    position: relative;
    top: -25px
}

@media (min-width:1030px) and (max-width:1440px) {
    .sphere--page-net-2 .sphere-item ul li {
        font-size: 12px;
        line-height: 18px
    }
    .sphere--page-net-2 .sphere-object {
        top: -20px
    }
}

.sphere--page-elearning {
    padding-bottom: 110px;
    background-size: auto;
    background-color: #030403
}

.sphere--page-elearning .sphere-object {
    height: 1000px
}

.sphere--page-elearning .sphere-object-wrapper {
    position: absolute;
    width: 460px;
    top: 350px;
    left: 50%;
    margin-left: -230px
}

.sphere--page-elearning .sphere-item-title {
    color: #0cf
}

.sphere--page-elearning .sphere-item-title h4 {
    font-size: 30px
}

@media (max-width:1600px) {
    .sphere--page-ai-consulting {
        margin-bottom: 0!important
    }
    .sphere--page-elearning {
        background-size: 120%
    }
}

@media (max-width:1300px) {
    .sphere--page-elearning .sphere-object-wrapper {
        width: 420px;
        top: 300px;
        margin-left: -210px
    }
}

@media (max-width:1200px) {
    .sphere--page-elearning .sphere-object-wrapper {
        top: 340px
    }
    .sphere--page-elearning .sphere-heading h3 {
        font-size: 32px;
        line-height: 40px
    }
}

@media (max-width:1100px) {
    .sphere--page-elearning {
        background-size: 130%
    }
    .sphere--page-elearning .sphere-object-wrapper {
        top: 320px;
        width: 340px;
        margin-left: -170px
    }
}

@media (max-width:1029px) {
    .sphere--page-ai-consulting .sphere-object-wrapper img {
        max-width: 100%
    }
    .sphere--page-elearning {
        background: #000!important
    }
    .sphere--page-elearning .sphere-heading {
        margin-bottom: 50px
    }
    .sphere--page-elearning .sphere-heading h3 {
        font-size: 52px;
        line-height: 55px
    }
    .sphere--page-elearning .sphere-object {
        height: auto
    }
    .sphere--page-elearning .sphere-object-wrapper {
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
        top: auto
    }
}

@media (max-width:767px) {
    .sphere--page-elearning {
        padding-bottom: 50px
    }
    .sphere--page-elearning .sphere-heading h3 {
        font-size: 32px;
        line-height: 39px
    }
}

.sphere--page-android-1 {
    padding-bottom: 0
}

.sphere--page-android-1 .sphere-item-title h4 {
    font-size: 35px;
    line-height: 40px
}

.sphere--page-android-1 .sphere-item-title h4:before {
    top: 13px
}

.sphere--page-android-1 .sphere-item-title h4:after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    border-top: 1px solid #e0e0e0;
    position: absolute;
    top: .6em;
    margin: 0 50px
}

.sphere--page-android-1 .sphere-object-wrapper {
    padding-bottom: 174px
}

.sphere--page-android-1 .sphere-item--1,
.sphere--page-android-1 .sphere-item--2 {
    top: 1%
}

.sphere--page-android-1 .sphere-item--3,
.sphere--page-android-1 .sphere-item--4 {
    bottom: auto;
    top: 39%
}

@media (max-width:1900px) {
    .sphere--page-android-1 .sphere-object-wrapper {
        padding-bottom: 250px
    }
    .sphere--page-android-1 .sphere-item--3,
    .sphere--page-android-1 .sphere-item--4 {
        top: 50%
    }
}

.sphere--page-android-1 .sphere-item--1 .sphere-item-title h4:after,
.sphere--page-android-1 .sphere-item--2 .sphere-item-title h4:after {
    width: 70px
}

.sphere--page-android-1 .sphere-item--1 .sphere-item-title h4:after,
.sphere--page-android-1 .sphere-item--4 .sphere-item-title h4:after {
    left: 100%
}

.sphere--page-android-1 .sphere-item--1 .sphere-item-title h4:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgZJREFUeNqklc1L1FEUhq8z5jZIBbVcaIyKH2AtaxBDsJKWDrkQBaW1qAvFPyBt0ddaBQ034laCFmISbQazFPILjZSshRG0dHSs98Bzh0HnpyMeeDhz7z3nnXvPvXMmJ9K+6AKsQjwWLXy+Jv6ITfFWTPP5lOVkEC0Qz0SHyHXBdiTeiAHxO30hdCKwTsRFlzgW4+KhKLQN4G08xnoX8XVBO42IjyS+F0/E1hk7vYl4o9gXUV8Ov9MwNTLBWXEfwVoxIXbFAX6CnW0TN0veNDopUavfLfFNtIuE6BFfRKcoFXl4G39mPUG85dWzlhLtxw+JvyImXvpvzmBh1mPEDzHf52saoRa/xA1xhW8uceeb5ZSJQ/FDFItK2+ldAha40XtZCjpEmshbYO6OiRYx2MFXu4tZFf47vihEsR3Hvozl4RMm+pNBKX71gmLr+Ou+zia6xCDKa5jnAlyWFzVHXgNzn0Lc/FeKHuOR2xv8l4VoD/Gt5NspN/07fYF/Kq6KGdErkgFiSdZniB9m/nn6458Uy6JcTFH01+I2nWiPrrTH2OZfETdF3jI6qdaWpHd+EI/EO9EtVvxPL4OV08V8Q2nzJ0tvfRuimddggWtiVDwQ+cTk00RGWW/ksprTXkHGJm0dZ4Qdhs+4pCTHHWSngU3aEWBHr+EfIE7TcPg48zXE7Z8U+C/AAFF5gJz2hrcTAAAAAElFTkSuQmCC)
}

.sphere--page-android-1 .sphere-item--2 .sphere-item-title h4:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAfFJREFUeNqklMsrRHEUx+94bZVHxmuBxkheYYVEFiI7JrsRsp6wIH+Ax2LI3nsn2WEnJtl4hSIm72SSR83SeIzv4fvTbcYdhlOfzv3dOb8z556XSdvyawaSDZpBPZ/jwCNwgyUwy+cgMX3jNAEMATuI0ozlBcyAHnCv/yEiwDAfbIA28AbGQR1I/AjgU8t5jL+30T7fKFILWOfFVdABTkJEmkXnVeAOVKh0qEgjmSNxuABq6TAPTIEr8EQ9xchOabfAe7P08xVpK5gAZ6AYeIEDOJVhgLyCbjAKYsEOyATt4kdF2k3dR4c2MGLgUH3ZCO28vCfSpSK1MBcekAaiGXGK9rPInQzwDK5BMrBKpOU0cLGi1b90qNFJDe+5+K5MnJp5uKTO1cKTHOoLarM49fEQrf1PYqh94vSGh3TqwzCdHVGnqjxLoWSujwMKdc58/blQUvkDvrCxyaVH/b9w6qB9E+/LV7pVnw5T97OZ50Anm1wzaP5O2on9AN879RMlzbwNCjl2jSxgAQdD2iYJ3IJlXt5nceZBA9gDJfKH+oViBWu6hdLOITCSTG4xtVAqVdEC92kRWGTz+7gvJZJN8ADiQSlzaGekHi7y3VBLWiIdBC0hZl/ldRr0MtKQm1+fjlaOrZUF8bL9VsAkn4PkXYABAOA6iPfoBY38AAAAAElFTkSuQmCC)
}

.sphere--page-android-1 .sphere-item--3 .sphere-item-title h4:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgBJREFUeNqklc8vXVEQx4+nfVsJlfi58MSP+JGUpYoQiV/rio2okG4rakH6BygLylqbIDZiK3aCiM1LlC5KKyo01S40Ekv04TvJ58rN67s8Mcknc885M3PnzDl3bsp5d4cLkGJhi208p4tTsSeWxDzP/0lKgqDPxKjoEk9csPwTs2JQ/PUvhOIMK0VU9Igr8Um0ikxLAG3jj6z3YF8ZlGmR2MBxVbwW+3dkWkjwenEiar1yeJmmUiMLuCiaCVghpsVPcY6eJrMf2C3iN0+c26BWvypxIDrFhXgjtsUrkS/CaBtviT7sOvF7ztpt0AH0O3Em2sWE9+YEYvMfsDvDz+StV9MiavFH5ImnvDnH3S/mUyAuxS+RLUos0xcYrHGiDUkGdARpxG+NuRoLmsXgCF3mHial6EN0VohiO7b9GAmjLyzobwb56J0HBvuGzvXqbEE/M6jlNqxwAC7Jg1rGr465zRAn/5Wit3PJ7Q5eJxG0D/uX+Nsu97x7Oo4eFmliQfSLWECwGOsL2L9nfsx/+WfEFxERcxR9UlTTiY7pSseMq/k4wthH8J+JbyglYt3XUHr5CIIkQhfzGkqdd2j+1vddNHEbzHBXTIkWkYFNBk1kivV6DqvJdwsSNmnLdITmkHpHpjG2O0SmgU3aYWBbL+cPEKVpOHSU+XLsTuID3AgwAESdgknTxlvCAAAAAElFTkSuQmCC)
}

.sphere--page-android-1 .sphere-item--4 .sphere-item-title h4:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAg1JREFUeNqklD1IW1EUx19iq6NQLfiBg4Kh+AHaoQQVUQS10kVQ7CAV1K6KdSmOHaoOapxtRcVFsoroIFbcBFsVUltpiwo2g1LIqJjW/4HfC8EmMeKBH+fde8/5v3vvO+942reeOUnMJ7pEG8+PxB9xKFbEEs//mTfBXK74KELinfAj6OD9zIeIy71NtFJsi17xl6Tn4rHw4G38gfVe4iuTiZaKdVEsPoly0S9WxTkx54xfizLiisnz3RTN4I5sJ8uiRfwQFWJOnIgL/Bw7+0ncMnlL6MREX4lq8Ut0i0sxIHZFjygSmXgbfxGDxHWTV8VaTHQYPyIiolME3DcnMJufIi5CntkbV7SU+wuLoMhC0OOkNlufJj5Ivun4TLSWoE2+aKMocNKzfNFE3iZzNSaax+AYX+bczZ7gj/B5Xi7b7KFzP8vEX5robwZF+K93FPuGL8SHTfQzgzo+3AaXno6FKXzLq2dux0tTCHHpnRS51eC/NEQHie8g30556NbpJP69yKZEhkQ0iViU9SDxo8xPxBf/vNgTJWKRS7cafCoWxKm4wi8wHyBukbw9dJwHcW+23rklXog10Sf23V8vgZXQxRrEmXjpniy+S30XzVSDBR6IGdEqcojJoYnMsN7Ax2qOq4LYTl3bpTGMscN+SHavs+ItO03Z+c84uv3H4zThCGsRxuOs990UNLsWYAAcVn55NjxM+AAAAABJRU5ErkJggg==)
}

.sphere--page-android-2 {
    padding-bottom: 120px
}

.sphere--page-android-2 .heading {
    margin-bottom: 0
}

.sphere--page-android-2.sphere--items-6 .sphere-item--3,
.sphere--page-android-2.sphere--items-6 .sphere-item--6 {
    top: 36%
}

.sphere--page-android-2.sphere--items-6 .sphere-item--4,
.sphere--page-android-2.sphere--items-6 .sphere-item--5 {
    top: 72%
}

.sphere--page-android-2 .lists--bullets ul li:before {
    top: .6em
}

.sphere--page-android-2 ul li+li {
    margin-top: 5px
}

.sphere--page-android-2 .heading-description {
    max-width: 1052px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px
}

.sphere--page-android-2 .heading-description p {
    font-size: 25px;
    line-height: 45px
}

.sphere--page-android-2 .sphere-item-title h4 {
    font-size: 30px;
    text-transform: uppercase
}

.sphere--page-android-2 li {
    font-size: 15px
}

.sphere--page-android-2 .sphere-item--1 li,
.sphere--page-android-2 .sphere-item--5 li,
.sphere--page-android-2 .sphere-item--6 li {
    padding-right: 17px!important
}

.sphere--page-android-2 .sphere-item--2 li,
.sphere--page-android-2 .sphere-item--3 li,
.sphere--page-android-2 .sphere-item--4 li {
    padding-left: 17px
}

.sphere--page-android-2 .sphere-item--1 li:before,
.sphere--page-android-2 .sphere-item--5 li:before,
.sphere--page-android-2 .sphere-item--6 li:before {
    right: 1px!important
}

.sphere--page-android-2 .sphere-item--2 li:before,
.sphere--page-android-2 .sphere-item--3 li:before,
.sphere--page-android-2 .sphere-item--4 li:before {
    left: 1px
}

@media (max-width:1200px) {
    .sphere--page-android-1 .sphere-object-wrapper {
        padding-bottom: 350px
    }
}

@media (max-width:1029px) {
    .sphere--page-android-2 {
        padding-bottom: 50px
    }
    .sphere--page-android-1 .sphere-object-wrapper {
        margin-bottom: 50px;
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .sphere--page-android-2 {
        padding-bottom: 50px
    }
    .sphere--page-android-1 .sphere-object-wrapper {
        margin-bottom: 30px
    }
}

.sphere--page-android-1 .sphere-item .sphere-item-text {
    font-size: 17px;
    line-height: 30px
}

.sphere--win-1 {
    padding-top: 80px
}

.sphere--win-1 .heading {
    margin-bottom: 0
}

.sphere--win-1 .heading-description {
    max-width: 1236px;
    margin-left: auto;
    margin-right: auto
}

.sphere--win-1 .heading-description p {
    font-size: 25px;
    line-height: 38px
}

.sphere--win-1 .sphere-item {
    top: 20%
}

.sphere--win-1 .sphere-item-text li {
    margin-bottom: 60px;
    font-size: 1.1em;
    padding-left: 50px;
    text-align: left
}

@media (min-width:1030px) {
    .sphere--win-1 .sphere-item--1 .sphere-item-text li {
        text-align: right;
        padding: 0 50px 0 0
    }
    .sphere--win-1 .sphere-item--1 .sphere-item-text li:before {
        left: auto;
        right: 0
    }
}

.sphere--appdev-1 .sphere-item,
.sphere--appdev-1 .sphere-item ul,
.sphere--win-2 .sphere-item .sphere-item-title {
    text-align: left
}

@media (max-width:1030px) {
    .sphere--page-android-1 .sphere-item .sphere-item-title h4:after,
    .sphere--win-1 .sphere-object-img {
        display: none
    }
}

@media (min-width:1440px) {
    .sphere--win-1 .sphere-item-text li:after {
        content: "";
        display: block;
        width: 80px;
        height: 1px;
        border-top: 1px solid rgba(0, 0, 0, .1);
        position: absolute;
        top: 50%;
        right: 100%;
        margin: 3
    }
    .sphere--win-1 .sphere-item--1 .sphere-item-text li:after {
        right: auto;
        left: 100%
    }
}

.sphere--ios .sphere-item--2 .sphere-item-title h4:before,
.sphere--ios .sphere-item--3 .sphere-item-title h4:before,
.sphere--ios .sphere-item--4 .sphere-item-title h4:before,
.sphere--win-2 .sphere-item--2 .sphere-item-title h4:after,
.sphere--win-2 .sphere-item--3 .sphere-item-title h4:after {
    right: 100%
}

@media (max-width:767px) {
    .sphere--win-1 .sphere-item:first-child,
    .sphere--win-1 .sphere-item:last-child .sphere-item-text li:last-child {
        margin-bottom: 0
    }
}

.sphere--win-2 .sphere-item--1,
.sphere--win-2 .sphere-item--2 {
    top: 10%
}

.sphere--win-2 .sphere-item--3,
.sphere--win-2 .sphere-item--4 {
    top: 60%
}

@media (max-width:1030px) {
    .sphere--win-2 .sphere-item .sphere-item-title {
        font-size: 14px
    }
    .sphere--win-2 .sphere-object-img {
        display: none
    }
}

.sphere--win-2 .sphere-item-title h4:after {
    content: "";
    display: none;
    width: 100px;
    height: 1px;
    border-top: 1px solid #e0e0e0;
    position: absolute;
    top: .6em;
    margin: 0 50px
}

.sphere--win-2 .sphere-item--1 .sphere-item-title h4:after,
.sphere--win-2 .sphere-item--4 .sphere-item-title h4:after {
    left: 100%
}

@media (min-width:1600px) {
    .sphere--win-2 .sphere-item-title h4:after {
        display: block
    }
    .sphere--win-2 .sphere-item--1 .sphere-item-title,
    .sphere--win-2 .sphere-item--4 .sphere-item-title {
        width: 70%
    }
    .sphere--win-2 .sphere-item--1 .sphere-item-title h4:after,
    .sphere--win-2 .sphere-item--4 .sphere-item-title h4:after {
        width: 140px
    }
    .sphere--win-2 .sphere-item--1,
    .sphere--win-2 .sphere-item--4 {
        padding-left: 40px
    }
}

@media (max-width:1029px) {
    .sphere--win-2 .heading {
        margin-bottom: 0
    }
}

.sphere--python-1 {
    padding-bottom: 50px
}

.sphere--python-1 .heading {
    margin-bottom: 50px
}

.sphere--python-1 .sphere-object {
    position: relative
}

.sphere--python-1 .sphere-object-overlay {
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    border-radius: 120px;
    top: 50%;
    left: 50%;
    margin: -124px 0 0 -120px;
    background: 50% 50% no-repeat;
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.sphere--python-1:hover .sphere-object-overlay {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

.sphere--python-1 .sphere-object-overlay:hover {
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease
}

@-webkit-keyframes knob {
    0% {
        -webkit-transform: rotate(-100deg);
        transform: rotate(-100deg)
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes knob {
    0% {
        -webkit-transform: rotate(-100deg);
        transform: rotate(-100deg)
    }
    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.sphere--python-3 .heading {
    margin-bottom: 0
}

.sphere--python-3 .sphere-object-img {
    height: 412px
}

.sphere--python-3 .sphere-item-text {
    font-size: 17px;
    line-height: 30px
}

.sphere--python-3 .sphere-item-title h4 {
    margin-bottom: 22px;
    font-size: 35px;
    line-height: 40px
}

.sphere--python-3 .sphere-item--3,
.sphere--python-3 .sphere-item--4 {
    bottom: 3%
}

.sphere--python-3 .sphere-item-title h4:before {
    top: 0;
    margin: 0 .8em;
    font-size: 1.3em
}

.sphere--ios .heading,
.sphere--python-2 .heading {
    margin-bottom: 0
}

@media (max-width:1200px) {
    .sphere--python-3 .sphere-object-img {
        height: 350px
    }
}

@media (max-width:1029px) {
    .sphere--python-3 .sphere-item {
        height: auto!important
    }
}

.sphere--python-2 {
    padding-bottom: 60px
}

.sphere--python-2 .container~.sphere-container {
    margin-top: 8px
}

@media (max-width:1199px) {
    .sphere--python-1 .sphere-item,
    .sphere--python-2 .sphere-item {
        position: static
    }
}

@media (min-width:1440px) {
    .sphere--python-1 .sphere-item,
    .sphere--python-2 .sphere-item {
        margin-top: 50px
    }
}

@media (min-width:1600px) {
    .sphere--python-1 .sphere-item,
    .sphere--python-2 .sphere-item {
        margin-top: 100px
    }
    .sphere--python-1 .sphere-item--1,
    .sphere--python-2 .sphere-item--1 {
        margin-right: -50px
    }
    .sphere--python-1 .sphere-item--2,
    .sphere--python-2 .sphere-item--2 {
        margin-left: -50px
    }
}

.sphere--ios {
    counter-reset: ios-sphere-counter;
    padding-bottom: 140px
}

.sphere--ios .sphere-item {
    counter-increment: ios-sphere-counter
}

.sphere--ios .sphere-item-title h4 {
    font-weight: 400;
    font-size: 1.7em;
    text-transform: uppercase
}

.sphere--ios .sphere-item-title h4:before {
    content: counter(ios-sphere-counter, decimal-leading-zero);
    font-size: 47px;
    font-weight: 400;
    margin: 0 .5em;
    opacity: .25;
    height: 1em
}

.sphere--ios .heading-description p {
    line-height: 45px
}

.sphere--ios .sphere-item-text {
    line-height: 25px
}

.sphere--ios .sphere-item--1 .sphere-item-title h4:before,
.sphere--ios .sphere-item--6 .sphere-item-title h4:before,
.sphere--ios .sphere-item--7 .sphere-item-title h4:before {
    left: 100%
}

.sphere--ios .sphere-item--5 {
    top: 77%
}

@media (min-width:1030px) and (max-width:1280px) {
    .sphere--ios .sphere-object {
        min-height: 700px;
        padding-top: 100px
    }
    .sphere--ios .sphere-item .sphere-item-text {
        font-size: .9em;
        line-height: normal
    }
    .sphere--ios .sphere-item--3,
    .sphere--ios .sphere-item--7 {
        top: 40%
    }
    .sphere--ios .sphere-item--4,
    .sphere--ios .sphere-item--5,
    .sphere--ios .sphere-item--6 {
        top: 80%
    }
}

@media (min-width:1280px) {
    .sphere--ios .sphere-object {
        min-height: 780px
    }
}

@media (min-width:1440px) {
    .sphere--ios .sphere-object {
        min-height: 780px
    }
    .sphere--ios .sphere-item>* {
        position: relative
    }
    .sphere--ios .sphere-item--1>* {
        right: 20px
    }
    .sphere--ios .sphere-item--2>* {
        left: 20px
    }
    .sphere--ios .sphere-item--3>* {
        left: 120px
    }
    .sphere--ios .sphere-item--4>* {
        left: 50px
    }
    .sphere--ios .sphere-item--5>* {
        width: 80%;
        margin: 0 auto
    }
    .sphere--ios .sphere-item--6>* {
        right: 50px
    }
    .sphere--ios .sphere-item--7>* {
        right: 120px
    }
}

.sphere--appdev-1 {
    padding-bottom: 150px
}

.sphere--appdev-1 .sphere-item-title h4 {
    font-size: 1.4em
}

.sphere--appdev-1 .sphere-item ul li {
    padding: 0 0 0 25px
}

.sphere--appdev-1 .sphere-item ul li:before {
    left: 10px;
    right: auto
}

.sphere--appdev-1 .sphere-item--1,
.sphere--appdev-1 .sphere-item--2 {
    top: 0
}

.sphere--appdev-1 .sphere-item--3,
.sphere--appdev-1 .sphere-item--6 {
    top: 40%
}

.sphere--appdev-1 .sphere-item--4,
.sphere--appdev-1 .sphere-item--5 {
    top: 80%
}

.sphere--appdev-1 .lists--bullets ul li:before {
    top: .6em
}

@media (min-width:1030px) and (max-width:1280px) {
    .sphere--appdev-1 .sphere-object {
        padding-top: 100px
    }
}

@media (max-width:1029px) {
    .sphere--appdev-1 {
        padding-bottom: 50px
    }
}

.sphere--webappdev-1 .sphere-object-wrapper {
    position: relative
}

.sphere--webappdev-1 .sphere-object-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/vis-sphere-webappdev-1-arrow.png) 50% 0 no-repeat;
    background-size: contain;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-animation: webappdev-arrow;
    animation: webappdev-arrow;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.sphere--webappdev-1.sphere--items-4 .sphere-item--3,
.sphere--webappdev-1.sphere--items-4 .sphere-item--4 {
    top: 70%;
    bottom: auto
}

@-webkit-keyframes webappdev-arrow {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    5% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    10%,
    85% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    25% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
    45% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@keyframes webappdev-arrow {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    5% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    10%,
    85% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
    25% {
        -webkit-transform: rotate(6deg);
        transform: rotate(6deg)
    }
    45% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    60% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg)
    }
    100% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
}

@media (min-width:1030px) {
    .sphere--appdev-1 .sphere-object {
        min-height: 400px;
        margin-bottom: 100px
    }
    .sphere--webappdev-1 .sphere-object-wrapper {
        margin-bottom: 100px
    }
}

@media (min-width:1440px) {
    .sphere--webappdev-1 .sphere-object-wrapper {
        margin-bottom: 0
    }
    .sphere--webappdev-1.sphere--items-4 .sphere-item--3,
    .sphere--webappdev-1.sphere--items-4 .sphere-item--4 {
        top: 50%;
        bottom: auto
    }
    .sphere--webappdev-1.sphere--items-4 .sphere-item--1,
    .sphere--webappdev-1.sphere--items-4 .sphere-item--4 {
        margin-right: -2%
    }
    .sphere--webappdev-1.sphere--items-4 .sphere-item--2,
    .sphere--webappdev-1.sphere--items-4 .sphere-item--3 {
        margin-left: -2%
    }
}

@media (min-width:1600px) {
    .sphere--webappdev-1.sphere--items-4 .sphere-item--1,
    .sphere--webappdev-1.sphere--items-4 .sphere-item--4 {
        margin-right: -3%
    }
    .sphere--webappdev-1.sphere--items-4 .sphere-item--2,
    .sphere--webappdev-1.sphere--items-4 .sphere-item--3 {
        margin-left: -3%
    }
}

@media (max-width:1440px) {
    .sphere--webappdev-1 {
        padding-bottom: 200px
    }
    .sphere--webappdev-1 .sphere-object {
        padding-top: 150px
    }
}

@media (max-width:1200px) {
    .sphere--webappdev-1 {
        padding-bottom: 100px
    }
}

.sphere--ruby-1 {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto
}

.sphere--ruby-1 .heading,
.sphere--ruby-2 .heading {
    margin: 0
}

.sphere--ruby-2 {
    padding-bottom: 47px;
    text-shadow: 0 0 7px rgba(0, 0, 0, .7)
}

.sphere--ruby-2 .sphere-item-title h4 {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase
}

.sphere--ruby-2 .sphere-item-title h4:before {
    top: 5px;
    margin: 0 21px
}

.sphere--ruby-2 .sphere-item-title h4:after {
    margin: 0 40px!important
}

.sphere--ruby-2 ul li+li {
    margin-top: 15px
}

.sphere--ruby-2 ul li:before {
    top: .5em
}

.sphere--ruby-2 .sphere-item--1 .sphere-item-text {
    display: inline-block;
    vertical-align: top;
    padding-right: 80px
}

.sphere--ruby-2 .sphere-item--1 .sphere-item-text ul li {
    padding-right: 0;
    text-align: left
}

@media (max-width:1299px) {
    .sphere--ruby-2 .sphere-item--1 .sphere-item-text {
        padding-left: 20px
    }
}

.sphere--ruby-2 .sphere-item--1 .sphere-item-text ul li:before {
    left: -13px;
    right: auto
}

@media (max-width:1029px) {
    .sphere--webappdev-1 .sphere-object {
        padding-top: 0
    }
    .sphere--ruby-2 .sphere-item--1 .sphere-item-text {
        padding-left: 0;
        padding-right: 0
    }
    .sphere--ruby-2 .sphere-item--1 .sphere-item-text ul li:before {
        left: 10px
    }
}

.sphere--ruby-1 .sphere-item {
    top: 30%
}

.sphere--ruby-1 .sphere-item h4 {
    font-weight: 300;
    font-size: 35px;
    line-height: 55px
}

@media (max-width:1440px) {
    .sphere--ruby-1 .sphere-item {
        top: 0
    }
}

@media (max-width:1199px) {
    .sphere--ruby-1 .sphere-item {
        position: static
    }
}

@media (min-width:1030px) {
    .sphere--ruby-2 .sphere-object {
        padding-bottom: 200px
    }
    .sphere--ruby-2 .sphere-item--1,
    .sphere--ruby-2 .sphere-item--2 {
        top: 10%
    }
    .sphere--ruby-2 .sphere-item--3 {
        top: 80%;
        text-align: center
    }
    .sphere--ruby-2 .sphere-item--3 ul {
        text-align: center
    }
    .sphere--ruby-2 .sphere-item--3 ul li {
        display: inline-block
    }
    .sphere--ruby-2 .sphere-item--1 {
        text-align: right
    }
    .sphere--ruby-2 .sphere-item--1 ul li {
        padding-left: 0;
        padding-right: 25px;
        text-align: right
    }
    .sphere--ruby-2 .sphere-item--1 ul li:before {
        left: auto;
        right: 10px
    }
    .sphere--ruby-2 .sphere-item--2 h4:after,
    .sphere--ruby-2 .sphere-item--2 h4:before {
        right: 100%
    }
    .sphere--ruby-2 .sphere-item h4:after {
        content: '';
        display: block;
        position: absolute;
        border: 0 solid rgba(255, 255, 255, .1)
    }
    .sphere--ruby-2 .sphere-item--1 h4:after,
    .sphere--ruby-2 .sphere-item--2 h4:after {
        width: 60px;
        height: 1px;
        border-width: 1px 0 0;
        margin: 0 51px;
        top: 16px
    }
    .sphere--ruby-2 .sphere-item--3 h4:after {
        width: 1px;
        height: 30px;
        border-width: 0 0 0 1px;
        bottom: 100%;
        left: 50%;
        margin-bottom: 30px!important;
        margin-left: auto!important;
        margin-right: auto!important
    }
    .sphere--ruby-2 .sphere-item--1 h4:after,
    .sphere--ruby-2 .sphere-item--1 h4:before {
        left: 100%
    }
    .sphere--ruby-2 .sphere-item--3 h4:before {
        display: block;
        background-position: 50% 50%;
        width: 100%;
        margin: 0 0 10px;
        bottom: 100%;
        top: auto;
        height: 21px
    }
    .sphere--backend-1 {
        padding-bottom: 150px
    }
    .sphere--backend-1 .sphere-object {
        padding: 100px 0
    }
    .sphere--backend-1 .sphere-item--1,
    .sphere--backend-1 .sphere-item--5,
    .sphere--backend-1 .sphere-item--6 {
        padding-right: 60px
    }
    .sphere--backend-1 .sphere-item--2,
    .sphere--backend-1 .sphere-item--3,
    .sphere--backend-1 .sphere-item--4 {
        padding-left: 60px
    }
}

.sphere--backend-1 .sphere-item-title h4 {
    font-size: 35px
}

.sphere--backend-1 .sphere-item--1 h4:before,
.sphere--backend-1 .sphere-item--5 h4:before,
.sphere--backend-1 .sphere-item--6 h4:before {
    left: 100%;
    top: 14px
}

.sphere--backend-1 .sphere-item--2 h4:before,
.sphere--backend-1 .sphere-item--3 h4:before,
.sphere--backend-1 .sphere-item--4 h4:before {
    right: 100%;
    top: 14px
}

.sphere--backend-1 .sphere-item--1,
.sphere--backend-1 .sphere-item--2 {
    top: 5%
}

.sphere--backend-1 .sphere-item--3,
.sphere--backend-1 .sphere-item--6 {
    top: 46.5%
}

.sphere--backend-1 .sphere-item--4,
.sphere--backend-1 .sphere-item--5 {
    top: 85%
}

@media (min-width:1030px) and (max-width:1280px) {
    .sphere--backend-1 .sphere-item {
        font-size: .9em;
        line-height: normal
    }
}

.sphere--backend-2 .sphere-item-title h4,
.sphere--backend-3 .sphere-item h4 {
    font-size: 35px
}

.sphere--backend-2 .sphere-item h4:before {
    display: none
}

.sphere--backend-2 .sphere-item--1,
.sphere--backend-2 .sphere-item--2 {
    top: 20%
}

.sphere--backend-2 .sphere-item--3,
.sphere--backend-2 .sphere-item--4 {
    top: 70%;
    bottom: 0
}

.sphere--backend-2 .sphere-item-title h4:before {
    margin: 0 38px;
    z-index: 2
}

@media (min-width:1440px) {
    .sphere--backend-2 .sphere-item h4:before {
        display: block;
        top: 14px
    }
    .sphere--backend-2 .sphere-item h4:after {
        content: '';
        display: block;
        position: absolute;
        width: 20%;
        height: 1px;
        border-top: 1px solid #ebebeb;
        margin: 0 50px;
        top: 24px;
        left: 100%
    }
    .sphere--backend-2 .sphere-item--2 h4:after,
    .sphere--backend-2 .sphere-item--3 h4:after {
        left: auto;
        right: 100%
    }
}

.sphere--backend-3 {
    background-position: 50% 80%;
    background-size: auto
}

.sphere--backend-3 .container~.sphere-container {
    margin-top: 0
}

.sphere--backend-3 .sphere-item {
    top: 47%
}

.sphere--backend-3 .sphere-item h4:before {
    top: .4em;
    display: none
}

.sphere--backend-3 .sphere-item--1 h4:before {
    left: 100%
}

.sphere--backend-3 .sphere-item--2 h4:before {
    right: 100%
}

.sphere--page-prototyping .sphere-item--1 .sphere-item-icon,
.sphere--page-prototyping .sphere-item--5 .sphere-item-icon,
.sphere--page-prototyping .sphere-item--6 .sphere-item-icon {
    right: -80px
}

@media (min-width:1440px) {
    .sphere--backend-3 .sphere-item h4:before {
        display: block
    }
    .sphere--backend-3 .sphere-item--1 {
        margin-right: 50px
    }
    .sphere--backend-3 .sphere-item--2 {
        margin-left: 50px
    }
}

.sphere--page-prototyping-1 .sphere-item--5 .sphere-item-title h4:before,
.sphere--page-prototyping-2 .sphere-item--4,
.sphere--page-prototyping-2 .sphere-item--5 {
    display: none
}

.sphere--page-prototyping {
    max-width: 2400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0
}

.sphere--page-prototyping .sphere-container {
    padding-top: 148px;
    padding-bottom: 96px
}

.sphere--page-prototyping .sphere-item--1,
.sphere--page-prototyping .sphere-item--2 {
    top: 18%
}

.sphere--page-prototyping .sphere-item--3 {
    top: 47%
}

.sphere--page-prototyping .sphere-item--4,
.sphere--page-prototyping .sphere-item--5 {
    top: 76%
}

.sphere--page-prototyping .sphere-item--6 {
    top: 47%
}

.sphere--page-prototyping .sphere-item--7 {
    top: 45%;
    text-align: center
}

@media (max-width:1200px) {
    .sphere--backend-3 .sphere-item {
        position: relative
    }
    .sphere--page-prototyping .sphere-item--7 {
        top: 43%
    }
}

.sphere--page-prototyping .sphere-item-title h4 {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    margin: 0 0 .1em
}

.sphere--page-prototyping .sphere-item-text {
    line-height: 25px
}

.sphere--page-prototyping .sphere-item-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    line-height: 80px;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%
}

.sphere--page-prototyping .icons--white .sphere-item-icon {
    border-color: #fff
}

.sphere--page-prototyping .icons--green .sphere-item-icon {
    border-color: #51c336
}

.sphere--page-prototyping .icons--blue .sphere-item-icon {
    border-color: #0cf
}

.sphere--page-prototyping .icons--red .sphere-item-icon {
    border-color: #f96057
}

.sphere--page-prototyping .icons--dark-blue .sphere-item-icon {
    border-color: #255ccc
}

.sphere--page-prototyping .icons--orange .sphere-item-icon {
    border-color: #ff9700
}

.sphere--page-prototyping .icons--aqua .sphere-item-icon {
    border-color: #00ddce
}

.sphere--page-prototyping .icons--purple .sphere-item-icon {
    border-color: #9d26d5
}

.sphere--page-prototyping .sphere-item-icon .icon {
    width: 42%;
    height: 80px
}

.sphere--page-prototyping .sphere-item--7 .sphere-item-title h4 {
    font-weight: 300;
    font-size: 52px;
    line-height: 60px;
    color: #234
}

@media (max-width:3000px) {
    .sphere--page-prototyping .sphere-item--7 .sphere-item-title {
        padding-left: 4%;
        padding-right: 4%
    }
}

@media (max-width:1920px) {
    .sphere--page-prototyping .sphere-item--7 .sphere-item-title {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:1440px) {
    .sphere--page-prototyping .sphere-item--7 .sphere-item-title {
        padding-left: 2%;
        padding-right: 2%
    }
}

@media (max-width:1030px) {
    .sphere--page-prototyping .sphere-item-icon {
        display: none
    }
}

@media (max-width:1029px) {
    .sphere--page-prototyping {
        padding-top: 100px;
        padding-bottom: 50px
    }
    .sphere--page-prototyping .sphere-container {
        padding-top: 0;
        padding-bottom: 0
    }
    .sphere--page-prototyping .sphere-item:nth-child(2n+2) {
        clear: both
    }
    .sphere--page-prototyping .sphere-item:nth-child(2n+1) {
        clear: none
    }
    .sphere--page-prototyping .sphere-item--7 {
        width: 100%;
        height: auto!important
    }
    .sphere--page-prototyping .sphere-item--7 .sphere-item-title {
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
}

.sphere--page-prototyping-1 .sphere-item--1 .sphere-item-text,
.sphere--page-prototyping-1 .sphere-item--4 .sphere-item-text {
    padding-left: 100px
}

.sphere--page-prototyping-1 .sphere-item--2 .sphere-item-text,
.sphere--page-prototyping-1 .sphere-item--3 .sphere-item-text {
    padding-right: 140px
}

@media (max-width:767px) {
    .sphere--page-prototyping {
        padding-top: 50px
    }
    .sphere--page-prototyping .sphere-item--7 .sphere-item-title h4 {
        font-weight: 400;
        font-size: 32px;
        line-height: 39px
    }
    .sphere--page-prototyping .sphere-item .sphere-item-text,
    .sphere--page-prototyping .sphere-item .sphere-item-title {
        text-align: center
    }
}

.sphere--page-prototyping .sphere-item--2 .sphere-item-icon,
.sphere--page-prototyping .sphere-item--3 .sphere-item-icon,
.sphere--page-prototyping .sphere-item--4 .sphere-item-icon {
    left: -80px
}

.sphere--page-prototyping-1 {
    max-width: 2400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 118px;
    padding-bottom: 162px;
    background-color: #FFF
}

.sphere--page-prototyping-1 .sphere-item-title h4 {
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase
}

@media (max-width:767) {
    .sphere--page-prototyping-1 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.sphere--page-prototyping-1 .heading-description {
    margin-top: 50px
}

.sphere--page-prototyping-1 .heading-description p {
    font-size: 25px;
    line-height: 38px
}

.sphere--page-prototyping-1 .container~.sphere-container {
    margin-top: 86px
}

.sphere--page-prototyping-1 .sphere-item--1 {
    top: 7%;
    text-align: right
}

.sphere--page-prototyping-1 .sphere-item--2 {
    top: 7%
}

.sphere--page-prototyping-1 .sphere-item--3 {
    bottom: 5%
}

.sphere--page-prototyping-1 .sphere-item--4 {
    bottom: 5%;
    text-align: right
}

@media (max-width:1199px) {
    .sphere--page-prototyping-1 .sphere-item--1 .sphere-item-text,
    .sphere--page-prototyping-1 .sphere-item--4 .sphere-item-text {
        padding-left: 0
    }
    .sphere--page-prototyping-1 .sphere-item--2 .sphere-item-text,
    .sphere--page-prototyping-1 .sphere-item--3 .sphere-item-text {
        padding-right: 0
    }
}

.sphere--page-prototyping-1 .sphere-item--2 .sphere-item-title h4:before,
.sphere--page-prototyping-1 .sphere-item--3 .sphere-item-title h4:before {
    right: 100%
}

.sphere--page-prototyping-1 .sphere-item--1 .sphere-item-title h4:before,
.sphere--page-prototyping-1 .sphere-item--4 .sphere-item-title h4:before {
    left: 100%
}

.sphere--page-prototyping-1 .sphere-item--5 {
    bottom: 34%;
    text-align: center
}

@media (min-width:2500px) {
    .sphere--page-prototyping-1 .sphere-item--5 {
        bottom: 34%;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (max-width:3000px) {
    .sphere--page-prototyping-1 .sphere-item--5 {
        padding-left: 3%;
        padding-right: 3%
    }
}

@media (max-width:2200px) {
    .sphere--page-prototyping-1 .sphere-item--5 {
        padding-left: 1%;
        padding-right: 1%
    }
}

@media (max-width:1900px) {
    .sphere--page-prototyping-1 .sphere-item--5 {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:1600px) {
    .sphere--page-prototyping-1 .sphere-item--3,
    .sphere--page-prototyping-1 .sphere-item--4 {
        bottom: -60px
    }
}

@media (max-width:1440px) {
    .sphere--page-prototyping-1 .sphere-item--5 {
        bottom: 20%
    }
    .sphere--page-prototyping-1 .sphere-item--3,
    .sphere--page-prototyping-1 .sphere-item--4 {
        bottom: -100px
    }
}

@media (max-width:1300px) {
    .sphere--page-prototyping-1 .sphere-item--5 {
        bottom: 24%
    }
    .sphere--page-prototyping-1 .sphere-item-title h4 {
        margin-bottom: 0;
        font-size: 28px;
        line-height: 36px
    }
    .sphere--page-prototyping-1 .sphere-item-text {
        font-size: 17px;
        line-height: 1.4
    }
}

@media (max-width:1199px) {
    .sphere--page-prototyping-1 .sphere-item {
        position: relative;
        left: auto;
        right: auto;
        width: 50%;
        float: left;
        margin-bottom: 50px;
        padding-left: 35px;
        padding-right: 35px;
        text-align: left!important
    }
    .sphere--page-prototyping-1 .sphere-item-title h4:before {
        display: none
    }
    .sphere--page-prototyping-1 .sphere-object-wrapper {
        display: none;
        height: auto
    }
    .sphere--page-prototyping-1 .sphere-item--3,
    .sphere--page-prototyping-1 .sphere-item--4 {
        bottom: auto
    }
    .sphere--page-prototyping-1 .sphere-item--5 {
        padding-left: 35px;
        padding-right: 35px
    }
    .sphere--page-prototyping-1 .sphere-item--5 .sphere-item-text {
        padding-left: 0;
        padding-right: 0
    }
}

.sphere--page-prototyping-2 {
    padding-top: 146px;
    padding-bottom: 0;
    background-color: #fff;
    background-size: auto
}

@media (max-width:767px) {
    .sphere--page-prototyping-1 .sphere-item--5 {
        padding-left: 15px;
        padding-right: 15px
    }
    .sphere--page-prototyping-1 .sphere-item {
        width: 100%;
        height: auto!important;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px
    }
    .sphere--page-prototyping-2 {
        padding-top: 50px
    }
}

.sphere--page-prototyping-2 .container~.sphere-container {
    margin-top: 48px
}

.sphere--page-prototyping-2 .container-fluid {
    position: relative;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background-position: 50% 100%;
    background-size: auto
}

.sphere--page-prototyping-2 .sphere-object-wrapper {
    height: 610px
}

.sphere--page-prototyping-2 .sphere-item {
    width: 1000px!important;
    left: 50%;
    margin-left: -500px
}

.sphere--page-prototyping-2 .sphere-item-wrapper {
    position: relative;
    padding-left: 77px
}

.sphere--page-prototyping-2 .sphere-item-title h4 {
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase
}

.sphere--page-prototyping-2 .sphere-item-icon {
    position: absolute;
    width: 77px;
    height: 101px;
    top: 0;
    left: 0
}

.sphere--page-prototyping-2 .sphere-item--1 {
    top: 12%;
    padding-left: 458px
}

.sphere--page-prototyping-2 .sphere-item--2 {
    top: 31%;
    padding-left: 169px
}

.sphere--page-prototyping-2 .sphere-item--2 .sphere-item-wrapper {
    padding-left: 85px
}

.sphere--page-prototyping-2 .sphere-item--3 {
    padding-left: 638px;
    top: 42%
}

.sphere--page-prototyping-2 .sphere-item--3 .sphere-item-wrapper {
    padding-left: 110px
}

@media (max-width:1029px) {
    .sphere--page-prototyping-2 {
        background-image: none!important
    }
    .sphere--page-prototyping-2 .heading {
        margin-bottom: 0
    }
    .sphere--page-prototyping-2 .container-fluid {
        background: #FFF!important
    }
    .sphere--page-prototyping-2 .sphere-object-wrapper {
        height: auto
    }
    .sphere--page-prototyping-2 .sphere-item--1,
    .sphere--page-prototyping-2 .sphere-item--2,
    .sphere--page-prototyping-2 .sphere-item--3 {
        left: 0
    }
    .sphere--page-prototyping-2 .sphere-item--4,
    .sphere--page-prototyping-2 .sphere-item--5 {
        display: block
    }
    .sphere--page-prototyping-2 .sphere-item-icon {
        left: 0;
        display: none
    }
    .sphere--page-prototyping-2 .sphere-item {
        text-align: left!important;
        width: 40%!important;
        height: auto!important;
        float: none;
        top: auto;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px
    }
    .sphere--page-prototyping-2 .sphere-item .sphere-item-wrapper {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .sphere--page-prototyping-2 {
        padding-bottom: 0!important
    }
    .sphere--page-prototyping-2 .sphere-item {
        width: 100%!important
    }
}

@media (min-width:1030px) and (max-width:1200px) {
    .sphere--items-4 .sphere-item-text {
        font-size: .8em;
        line-height: 1.4em
    }
    .sphere--items-4 .sphere-item-title h4 {
        font-size: 1.3em
    }
}

@media (max-width:1029px) {
    .sphere {
        padding-bottom: 50px;
        background-attachment: scroll
    }
    .sphere-item {
        position: relative;
        width: 50%;
        height: auto!important;
        float: left;
        bottom: auto!important;
        top: auto!important;
        margin-bottom: 50px;
        padding-left: 35px;
        padding-right: 35px;
        text-align: left!important
    }
    .sphere-item:nth-child(2n+1) {
        clear: both
    }
    .sphere-item:first-child {
        margin-top: 0
    }
}

@media (max-width:767px) {
    .sphere {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .sphere-item {
        width: 100%;
        height: auto!important;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px
    }
    .sphere-item:last-child {
        margin-bottom: 0
    }
}

.sphere--page-methodology .sphere-item--1,
.sphere--page-methodology .sphere-item--2 {
    top: 40px
}

.sphere--page-methodology .sphere-item--3,
.sphere--page-methodology .sphere-item--4 {
    top: 52%;
    bottom: auto
}

.sphere--page-methodology .sphere-object-img {
    position: relative;
    top: -28px;
    left: -18px
}

.sphere--page-methodology ul li+li {
    margin-top: 10px
}

@media (max-width:1030px) {
    .sphere--page-methodology .heading {
        margin-bottom: 50px
    }
    .sphere--page-methodology .sphere-item {
        text-align: left!important
    }
}

.sphere--page-application-security {
    padding-top: 37px!important;
    padding-bottom: 78px
}

.sphere--page-application-security .heading {
    margin-bottom: 10px
}

.sphere--page-application-security .heading-title h3 {
    line-height: 60px
}

.sphere--page-application-security .sphere-item-title h4:before {
    display: none
}

@media (max-width:767px) {
    .sphere--page-application-security {
        padding-bottom: 50px;
        padding-top: 0!important
    }
    .sphere--page-application-security .heading-title h3 {
        line-height: 39px
    }
}

.sphere--page-application-security .heading-description {
    max-width: 998px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto
}

.sphere--page-application-security .heading-description p {
    line-height: 30px
}

.sphere--page-application-security .sphere-object {
    padding-bottom: 150px
}

.sphere--page-application-security .sphere-item--1,
.sphere--page-application-security .sphere-item--2 {
    top: 0
}

.sphere--page-application-security .sphere-item--3,
.sphere--page-application-security .sphere-item--5 {
    bottom: 30%
}

.sphere--page-application-security .sphere-item--4 {
    bottom: 5%
}

.sphere--page-application-security .sphere-item--1 .sphere-item-title h4:before,
.sphere--page-application-security .sphere-item--5 .sphere-item-title h4:before {
    left: 100%
}

.sphere--page-application-security .sphere-item--2 .sphere-item-title h4:before,
.sphere--page-application-security .sphere-item--3 .sphere-item-title h4:before {
    right: 100%
}

.sphere--page-application-security .sphere-item--4 .sphere-item-title h4:before {
    top: auto;
    bottom: 140%;
    left: 50%;
    margin-left: -12px
}

.sphere--page-application-security .sphere-item-title h4 {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
    text-transform: uppercase
}

.sphere--page-application-security .sphere-item-text {
    font-size: 17px;
    line-height: 25px
}

.sphere--page-application-integration .sphere-item-title h4,
.sphere--page-social-networking .sphere-item-title h4 {
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase
}

.sphere--page-application-integration {
    padding-top: 116px
}

.sphere--page-application-integration .sphere-container {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto
}

.sphere--page-application-integration .sphere-item-title h4:before {
    position: absolute;
    display: block;
    margin-top: -3px
}

.sphere--page-application-integration .sphere-item-title h4:after {
    content: '';
    position: absolute;
    display: block;
    width: 85px;
    height: 1px;
    top: 14px;
    background: rgba(255, 255, 255, .5)
}

.sphere--page-application-integration .sphere-item--1 .sphere-item-title h4:after,
.sphere--page-application-integration .sphere-item--4 .sphere-item-title h4:after {
    right: -135px
}

.sphere--page-application-integration .sphere-item--2 .sphere-item-title h4:after,
.sphere--page-application-integration .sphere-item--3 .sphere-item-title h4:after {
    left: -135px
}

@media (max-width:1199px) {
    .sphere--page-application-integration .sphere-item-title h4:after {
        display: none!important
    }
}

.sphere--page-application-integration .sphere-item--1 .sphere-item-text,
.sphere--page-application-integration .sphere-item--4 .sphere-item-text {
    padding-left: 226px
}

.sphere--page-application-integration .sphere-item--2 .sphere-item-text,
.sphere--page-application-integration .sphere-item--3 .sphere-item-text {
    padding-right: 226px
}

@media (max-width:1920px) {
    .sphere--page-application-integration .sphere-item--1 .sphere-item-text,
    .sphere--page-application-integration .sphere-item--4 .sphere-item-text {
        padding-left: 0
    }
    .sphere--page-application-integration .sphere-item--2 .sphere-item-text,
    .sphere--page-application-integration .sphere-item--3 .sphere-item-text {
        padding-right: 0
    }
}

@media (max-width:1029px) {
    .sphere--page-application-security .sphere-object {
        padding-bottom: 0
    }
    .sphere--page-application-integration {
        padding-top: 100px
    }
}

@media (max-width:767px) {
    .sphere--page-application-integration {
        padding-top: 50px
    }
}

.sphere--page-application-integration .container~.sphere-container {
    margin-top: 40px
}

.sphere--page-application-integration .sphere-object-wrapper {
    padding-top: 50px;
    padding-bottom: 40px
}

.sphere--page-application-integration .sphere-item--1,
.sphere--page-application-integration .sphere-item--2 {
    top: 20%
}

.sphere--page-application-integration .sphere-item--1,
.sphere--page-application-integration .sphere-item--4 {
    padding-right: 70px
}

.sphere--page-application-integration .sphere-item--2,
.sphere--page-application-integration .sphere-item--3 {
    padding-left: 70px
}

@media (max-width:1600px) {
    .sphere--items-4 .sphere-item--3,
    .sphere--items-4 .sphere-item--4 {
        bottom: -50px
    }
}

@media (max-width:1200px) {
    .sphere--items-4 .sphere-item--3,
    .sphere--items-4 .sphere-item--4 {
        bottom: 0
    }
    .sphere--page-application-integration .sphere-item--1,
    .sphere--page-application-integration .sphere-item--4 {
        padding-right: 15px
    }
    .sphere--page-application-integration .sphere-item--2,
    .sphere--page-application-integration .sphere-item--3 {
        padding-left: 30px
    }
}

@media (max-width:1029px) {
    .sphere--page-application-integration .sphere-object-wrapper {
        padding-bottom: 0
    }
    .sphere--page-application-integration .sphere-item--1,
    .sphere--page-application-integration .sphere-item--2,
    .sphere--page-application-integration .sphere-item--3,
    .sphere--page-application-integration .sphere-item--4 {
        padding-left: 15px;
        padding-right: 15px
    }
}

.sphere--page-social-networking .sphere-object-wrapper {
    padding-top: 178px;
    padding-bottom: 220px
}

.sphere--page-social-networking .sphere-item--3 {
    top: 36%
}

.sphere--page-social-networking .sphere-item--4,
.sphere--page-social-networking .sphere-item--5 {
    top: 78%
}

.sphere--page-social-networking .sphere-item--6 {
    top: 36%
}

.sphere--page-social-networking .sphere-item-title h4 {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 30px
}

.sphere--page-social-networking .sphere-item,
.sphere--page-social-networking .sphere-item ul {
    text-align: left
}

.sphere--page-social-networking .sphere-item ul li {
    margin-bottom: 5px;
    padding-left: 18px;
    font-size: 15px
}

.sphere--page-social-networking .sphere-item ul li:before {
    left: 0;
    right: auto
}

@media (max-width:1029px) {
    .sphere--page-social-networking .heading {
        margin-bottom: 40px
    }
    .sphere--page-social-networking .sphere-object-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }
    .sphere--page-social-networking .sphere-item {
        text-align: left!important
    }
}

.sphere--page-dedicated-development-teams .sphere-item-title h4 {
    font-weight: 300
}

.sphere--page-dedicated-development-teams .sphere-item-text {
    width: 76%
}

.sphere--page-dedicated-development-teams .sphere-item--1 .sphere-item-text,
.sphere--page-dedicated-development-teams .sphere-item--4 .sphere-item-text {
    margin-left: auto
}

.sphere--page-dedicated-development-teams .sphere-item-title h4:before {
    width: 10px;
    height: 10px;
    top: 15px;
    margin: 0 21px;
    border-radius: 50%
}

@media (max-width:1029px) {
    .sphere--page-dedicated-development-teams .sphere-item--1 .sphere-item-text,
    .sphere--page-dedicated-development-teams .sphere-item--4 .sphere-item-text {
        margin-left: 0;
        width: 100%
    }
}

@media (max-width:1600px) {
    .sphere--page-dedicated-development-teams .sphere-object-wrapper {
        padding-top: 5%
    }
}

@media (max-width:1300px) {
    .sphere--page-dedicated-development-teams .sphere-object-wrapper {
        padding-top: 10%
    }
}

@media (max-width:1030px) {
    .sphere--page-dedicated-development-teams .sphere-object-wrapper {
        padding-top: 0
    }
}

.sphere--page-content-and-document-management {
    padding-bottom: 0
}

.sphere--page-content-and-document-management .sphere-object {
    padding-bottom: 266px
}

.sphere--page-content-and-document-management .sphere-item {
    text-align: left
}

.sphere--page-content-and-document-management .sphere-item--1,
.sphere--page-content-and-document-management .sphere-item--2 {
    top: 5%
}

.sphere--page-content-and-document-management .sphere-item--3 {
    bottom: 19%
}

.sphere--page-content-and-document-management .sphere-item--4 {
    padding-left: 9%;
    bottom: 5%
}

.sphere--page-content-and-document-management .sphere-item--5 {
    bottom: 19%
}

.sphere--page-content-and-document-management .sphere-item--1 .sphere-item-title h4:before,
.sphere--page-content-and-document-management .sphere-item--5 .sphere-item-title h4:before {
    left: 100%
}

.sphere--page-content-and-document-management .sphere-item--2 .sphere-item-title h4:before,
.sphere--page-content-and-document-management .sphere-item--3 .sphere-item-title h4:before {
    right: 100%
}

.sphere--page-content-and-document-management .sphere-item--4 .sphere-item-title h4 {
    display: inline-block
}

.sphere--page-content-and-document-management .sphere-item--4 .sphere-item-title h4:before {
    top: auto;
    bottom: 180%;
    left: 50%;
    margin-left: -10px
}

.sphere--page-content-and-document-management .sphere-item .sphere-item-title h4 {
    font-weight: 400
}

.sphere--page-content-and-document-management ul li {
    margin-bottom: 10px
}

.sphere--page-content-and-document-management ul li:before {
    top: .7em
}

@media (max-width:1800px) {
    .sphere--page-content-and-document-management .sphere-object-wrapper {
        padding-top: 15%;
        padding-bottom: 10%
    }
}

@media (max-width:1500px) {
    .sphere--page-content-and-document-management .sphere-object-wrapper {
        padding-top: 18%
    }
    .sphere--page-content-and-document-management .sphere-item--4 {
        padding-left: 2%
    }
}

@media (max-width:1200px) {
    .sphere--page-content-and-document-management .sphere-object-wrapper {
        padding-top: 30%;
        padding-bottom: 30%
    }
}

@media (max-width:1100px) {
    .sphere--page-content-and-document-management {
        padding-bottom: 0
    }
    .sphere--page-content-and-document-management .sphere-object {
        display: none
    }
    .sphere--page-content-and-document-management .sphere-item {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        height: auto!important;
        bottom: auto;
        top: auto;
        left: auto;
        right: auto;
        margin-bottom: 40px;
        text-align: left!important
    }
    .sphere--page-content-and-document-management .sphere-item:nth-child(2n+1) {
        clear: both
    }
    .sphere--page-content-and-document-management .sphere-item .sphere-item-title h4:before {
        display: none
    }
    .sphere--page-content-and-document-management .sphere-item--4 {
        padding-left: 15px!important
    }
}

@media (max-width:1029px) {
    .sphere--page-content-and-document-management .sphere-item--4 {
        padding-left: 35px!important
    }
}

@media (max-width:767px) {
    .sphere--page-content-and-document-management .sphere-item {
        width: 100%;
        height: auto!important
    }
    .sphere--page-content-and-document-management .sphere-item--4 {
        padding-left: 15px!important
    }
}

.sphere--page-omnichannel-ecommerce .heading-description {
    margin-top: 42px
}

.sphere--page-omnichannel-ecommerce .heading-description p {
    font-size: 19px;
    line-height: 30px
}

.sphere--page-omnichannel-ecommerce .container~.sphere-container {
    margin-top: 90px
}

.sphere--page-omnichannel-ecommerce .sphere-object {
    padding-bottom: 253px
}

.sphere--page-omnichannel-ecommerce .sphere-item--3,
.sphere--page-omnichannel-ecommerce .sphere-item--5 {
    bottom: 24%
}

.sphere--page-omnichannel-ecommerce .sphere-item--4 {
    padding-left: 15px;
    width: 100%;
    left: 0;
    bottom: -6%;
    text-align: center
}

.sphere--page-omnichannel-ecommerce .sphere-item--4 ul {
    display: inline-block
}

.sphere--page-omnichannel-ecommerce ul li:before {
    top: 10px
}

@media (max-width:1800px) {
    .sphere--page-omnichannel-ecommerce .sphere-object-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }
}

@media (max-width:1200px) {
    .sphere--page-omnichannel-ecommerce .sphere-object-wrapper {
        padding-top: 2%;
        padding-bottom: 2%
    }
}

@media (max-width:1100px) {
    .sphere--page-omnichannel-ecommerce .sphere-item--4 {
        width: 50%;
        padding-left: 15px
    }
    .sphere--page-omnichannel-ecommerce .heading-description p {
        margin-bottom: 0
    }
}

.cards--portfolio .cards-icon {
    position: absolute;
    width: 100%;
    height: 180px;
    margin-bottom: 0;
    top: 0;
    line-height: 180px;
}


.cards--portfolio .column {
    padding: 0;
}

.columns--4 .column {
    width: 25%;
}

.columns--4 .column{
    display: block;
    float: left;
    /*padding: 0 15px;*/
}

.columns--3 .column{
    display: block;
    float: left;
   padding: 0 15px;
}


.cards--portfolio .tags-item {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    background-color: #fdfdfc;
}

.cards-item{
  height: 380px !important;
}

.tags-item {
    margin-left: 5px;
    margin-right: 5px;
    padding: 0 15px;
}


.tags-item, .tags-section {
    display: inline-block;
    vertical-align: top;
}

.main-timeline{
    overflow: hidden;
    position: relative;
}
.main-timeline:before{
    content: "";
    width: 7px;
    height: 100%;
    background: #909090;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.main-timeline .timeline{
    width: 50%;
    padding-left: 50px;
    float: right;
    position: relative;
}
.main-timeline .timeline:before{
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #909090;
    border: 7px solid #fff;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
}
.main-timeline .timeline:after{
    content: "";
    display: block;
    border-right: 30px solid #ee4423;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
}
.main-timeline .timeline-content{
    display: block;
    padding: 10px;
    border-radius: 4px;
    background: #ee4423;
    position: relative;
}
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .inner-content{
    width: 70%;
    float: right;
    padding: 2px 20px 2px 15px;
    background: #fff;
    border-radius: 0 25px 25px 0;
    color: #ee4423;
}
.main-timeline .year{
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.main-timeline .title{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.main-timeline .description{
    font-size: 17px;
    margin: 0 0 5px 0;
    padding:1px !important; 
    text-align: left;
    color: #323232;
}
.main-timeline .timeline:nth-child(2n){ padding: 0 50px 0 0; }
.main-timeline .timeline:nth-child(2n):before,
.main-timeline .timeline:nth-child(2n) .year{
    left: auto;
    right: -15px;
}
.main-timeline .timeline:nth-child(2n) .year{ left: 20px !important; }
.main-timeline .timeline:nth-child(2n):after{
    border-right: none;
    border-left: 30px solid #ee4423;
    left: auto;
    right: 24px;
}
.main-timeline .timeline:nth-child(2n) .inner-content{
    float: none;
    border-radius: 8px 0 0 100px;
    text-align: right;
}
.main-timeline .timeline:nth-child(2){ margin-top: 130px; }
.main-timeline .timeline:nth-child(odd){ margin: -130px 0 0 0; }
.main-timeline .timeline:nth-child(even){ margin-bottom: 80px; }
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){ margin: 0; }
.main-timeline .timeline:nth-child(2n) .timeline-content{ background: #f68829; }
.main-timeline .timeline:nth-child(2n),
.main-timeline .timeline:nth-child(2n) .inner-content{ color: #f68829; }
.main-timeline .timeline:nth-child(2n):after{ border-left-color: #f68829; }
.main-timeline .timeline:nth-child(3n) .timeline-content{ background: #2991d0; }
.main-timeline .timeline:nth-child(3n),
.main-timeline .timeline:nth-child(3n) .inner-content{ color: #2991d0; }
.main-timeline .timeline:nth-child(3n):after{ border-right-color: #2991d0; }
.main-timeline .timeline:nth-child(4n) .timeline-content{ background: #9361aa; }
.main-timeline .timeline:nth-child(4n),
.main-timeline .timeline:nth-child(4n) .inner-content{ color: #9361aa; }
.main-timeline .timeline:nth-child(4n):after{ border-left-color: #9361aa; }
.main-timeline .timeline:nth-child(5n) .timeline-content{ background: #a7be26; }
.main-timeline .timeline:nth-child(5n),
.main-timeline .timeline:nth-child(5n) .inner-content{ color: #a7be26; }
.main-timeline .timeline:nth-child(5n):after{ border-right-color: #a7be26; }
@media only screen and (max-width: 1200px){
    .main-timeline .inner-content{ width: 80%; }
    .main-timeline .year{
        font-size: 45px;
        left: 10px;
        transform: translateY(-50%) rotate(-90deg);
    }
    .main-timeline .timeline:nth-child(2n) .year{ right: 10px; }
}
@media only screen and (max-width: 990px){
    .main-timeline .year{
        font-size: 40px;
        left: 0;
    }
    .main-timeline .timeline:nth-child(2n) .year{ right: 0; }
}
@media only screen and (max-width: 3000px){
    .main-timeline:before,
    .main-timeline .timeline:before{
        left: 10px;
        transform: translateX(0);
    }
    .main-timeline .timeline:nth-child(2n):after{
        border-left: none;
        border-right: 30px solid #ee4423;
        right: auto;
        left: 24px;
    }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even),
    .main-timeline .timeline:nth-child(odd){
        width: 100% !important;
        float: none;
        margin: 0 0 30px 0;
    }
    .main-timeline .timeline:last-child{ margin-bottom: 0; }
    .main-timeline .timeline:nth-child(2n){ padding: 0 0 0 50px; }
    .main-timeline .timeline:before,
    .main-timeline .timeline:nth-child(2n):before{ left: -2px; }
    .main-timeline .inner-content{ width: 85%; }
    .main-timeline .timeline:nth-child(2n) .inner-content{
        float: right;
        border-radius: 0 25px 25px 0;
        text-align: left;
    }
    .main-timeline .timeline:nth-child(2n) .year{
        right: auto;
        left: 0;
    }
    .main-timeline .timeline:nth-child(2n):after{ border-right-color: #f68829; }
    .main-timeline .timeline:nth-child(3n):after{ border-left-color: #2991d0; }
    .main-timeline .timeline:nth-child(4n):after{ border-right-color: #9361aa; }
    .main-timeline .timeline:nth-child(5n):after{ border-left-color: #a7be26; }
}
 
@media only screen and (max-width: 479px){
    .main-timeline .timeline-content{ padding: 15px; }
    .main-timeline .inner-content{ width: 80%; }
    .main-timeline .year{ font-size: 30px; }
}



