/* ===================================================================
 *
 *  Infinity v1.0 Main Stylesheet
 *  01-02-2017
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  01. webfonts and iconfonts
 *  02. base style overrides
 *  03. typography & general theme styles
 *  04. preloader
 *  05. forms
 *  06. buttons
 *  07. other components
 *  08. common and reusable styles
 *  09. header styles
 *  10. home
 *  11. about
 *  12. services
 *  13. portfolio
 *  14. testimonials
 *  15. clients
 *  16. contact
 *  17. footer
 *
 * =================================================================== */


/* ===================================================================
 *  01. webfonts and iconfonts - (_document-setup)
 *
 * ------------------------------------------------------------------- */
@import url("style.css");


/* -------------------------------------------------------------------
 * links - (_document-setup)
 * ------------------------------------------------------------------- */
a, a:visited {
  color: #07617d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  color: #000000;
}

.mgb15{
    margin-bottom:15px !important;
}
.mgb50{
    margin-bottom:50px !important;
}
.mgb100{
    margin-bottom:100px !important;
}
.mgb200{
    margin-bottom:200px !important;
}
.mgb250{
    margin-bottom:250px !important;
}
.row-eq-height{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#sales-velocity-landing .vc_column_container{
    padding:0;
}
#sales-velocity-landing .vc_column_container .vc_column-inner {
    padding:0;
}
/* -------------------------------------------------------------------
 * floated image - (_document-setup)
 * ------------------------------------------------------------------- */
img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

/* -------------------------------------------------------------------
 * block grids paddings
 * ------------------------------------------------------------------- */
.bgrid {
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .bgrid {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 768px) {
  .bgrid {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .bgrid {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  .bgrid {
    padding: 0;
  }
}

/* -------------------------------------------------------------------
 * tables - (_document-setup.scss)
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "librebaskerville-regular", sans-serif;
}

th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
}

th {
  color: #151515;
  font-family: "Poppins", sans-serif;
}

td {
  line-height: 1.5;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* -------------------------------------------------------------------
 * pace.js styles - minimal  - (_document-setup.scss)
 * ------------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #4AB8C8;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
}


/* ===================================================================
 *  04. Preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 800;
  height: 100%;
  width: 100%;
}

/*.no-js #preloader, .oldie #preloader {
  display: none;
}*/

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  padding: 0;
  background-color: #4AB8C8;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}


/* ===================================================================
 *  05. forms - (_forms.scss)
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 6rem;
  padding: 1.5rem 2rem;
  border: 0;
  outline: none;
  vertical-align: middle;
  color: #444444;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 3rem;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}
.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}
.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ss-custom-select select::-ms-expand {
  display: none;
}
.ss-custom-select::after {
  content: '\f0d7';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -10px;
  bottom: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  pointer-events: none;
  color: #252525;
}

/* IE9 and below */
.oldie .ss-custom-select::after {
  display: none;
}

textarea {
  min-height: 25rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
}

label, legend {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  margin-bottom: .6rem;
  color: #020202;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Poppins", sans-serif;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: .15rem;
}

/* -------------------------------------------------------------------
 * Style Placeholder Text - (_forms.scss)
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {
  color: #8e8e8e;
}

:-moz-placeholder {
  color: #8e8e8e;
  /* Firefox 18- */
}

::-moz-placeholder {
  color: #8e8e8e;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #8e8e8e;
}

.placeholder {
  color: #8e8e8e !important;
}

/* -------------------------------------------------------------------
 * Change Autocomplete styles in Chrome - (_forms.scss)
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fabc5a;
  transition: background-color 5000s ease-in-out 0s;
}


/* ===================================================================
 *  07. other components - (_others.scss)
 *
 * ------------------------------------------------------------------- */

/**
 * alert box - (_alert-box.scss)
 * -------------------------------------------------------------------
 */
.alert-box {
  padding: 2.1rem 4rem 2.1rem 3rem;
  position: relative;
  margin-bottom: 3rem;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
}
.alert-box .close {
  position: absolute;
  right: 1.8rem;
  top: 1.8rem;
  cursor: pointer;
}

.ss-error {
  background-color: #ffd1d2;
  color: #e65153;
}

.ss-success {
  background-color: #c8e675;
  color: #758c36;
}

.ss-info {
  background-color: #d7ecfb;
  color: #4a95cc;
}

.ss-notice {
  background-color: #fff099;
  color: #bba31b;
}

/* -------------------------------------------------------------------
 * additional typo styles - (_additional-typo.scss)
 * ------------------------------------------------------------------- */
/* drop cap
 * ----------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  margin: 0;
  padding: 1.5rem .6rem 0 0;
  font-size: 8.4rem;
  font-family: "Poppins", sans-serif;
  line-height: 6rem;
  text-indent: 0;
  background: transparent;
  color: #151515;
}

/* line definition style
 * ----------------------------------------------- */
.lining dt, .lining dd {
  display: inline;
  margin: 0;
}
.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd + dd:before {
  content: ", ";
}
.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}
.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}
.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}
.dictionary-style dd:before {
  content: counter(definitions,decimal) ". ";
}

/**
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *		<blockquote>
 *			<p></p>
 *		</blockquote>
 *	</aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.1rem 3rem 2.1rem 0px;
}
.pull-quote:before, .pull-quote:after {
  height: 1em;
  position: absolute;
  font-size: 10rem;
  font-family: Arial, Sans-Serif;
  color: rgba(0, 0, 0, 0.3);
}
.pull-quote:before {
  content: "\201C";
  top: 33px;
  left: 0;
}
.pull-quote:after {
  content: '\201D';
  bottom: -33px;
  right: 0;
}
.pull-quote blockquote {
  margin: 0;
}
.pull-quote blockquote:before {
  content: none;
}

/**
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *		<li><a href="#">[value]<em>[name]</em></a></li>
 *	</ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3rem 0;
}
.stats-tabs li {
  display: inline-block;
  margin: 0 1.5rem 3rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #ccc;
}
.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Poppins", sans-serif;
  border: none;
  color: #252525;
}
.stats-tabs li a:hover {
  color: #07617d;
}
.stats-tabs li a em {
  display: block;
  margin: .6rem 0 0 0;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  color: #4f4f4f;
}

/**
 * skillbars - (_skillbars.scss)
 * -------------------------------------------------------------------
 */
.skill-bars {
  list-style: none;
  margin: 6rem 0 3rem;
}
.skill-bars li {
  height: .6rem;
  background: #a1a1a1;
  width: 100%;
  margin-bottom: 6rem;
  padding: 0;
  position: relative;
}
.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -3rem;
  font-family: "Poppins", sans-serif;
  color: #313131;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
.skill-bars li .progress {
  background: #313131;
  position: relative;
  height: 100%;
}
.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 1.1rem;
  line-height: 1;
  background: #313131;
  padding: .6rem .6rem;
  border-radius: 3px;
}
.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #313131;
  content: "";
}
.skill-bars li .percent5 {
  width: 5%;
}
.skill-bars li .percent10 {
  width: 10%;
}
.skill-bars li .percent15 {
  width: 15%;
}
.skill-bars li .percent20 {
  width: 20%;
}
.skill-bars li .percent25 {
  width: 25%;
}
.skill-bars li .percent30 {
  width: 30%;
}
.skill-bars li .percent35 {
  width: 35%;
}
.skill-bars li .percent40 {
  width: 40%;
}
.skill-bars li .percent45 {
  width: 45%;
}
.skill-bars li .percent50 {
  width: 50%;
}
.skill-bars li .percent55 {
  width: 55%;
}
.skill-bars li .percent60 {
  width: 60%;
}
.skill-bars li .percent65 {
  width: 65%;
}
.skill-bars li .percent70 {
  width: 70%;
}
.skill-bars li .percent75 {
  width: 75%;
}
.skill-bars li .percent80 {
  width: 80%;
}
.skill-bars li .percent85 {
  width: 85%;
}
.skill-bars li .percent90 {
  width: 90%;
}
.skill-bars li .percent95 {
  width: 95%;
}
.skill-bars li .percent100 {
  width: 100%;
}

/* ===================================================================
 *  08. common and reusable styles
 *
 * ------------------------------------------------------------------- */
.section-intro {
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}
.section-intro h1 {
  font-family: "librebaskerville-bold", serif;
  font-size: 4.8rem;
  line-height: 1.375;
  color: #151515;
}
.section-intro h3 {
  font-family: "Poppins", sans-serif;
  font-size: 1.8 rem;
  line-height: 1.667;
  color: rgba(242, 242, 242, 0.5);
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin-bottom: 1.2rem;
}
.section-intro .lead {
  font-family: "Poppins", sans-serif;
  font-size: 1.8;
  line-height: 1.833;
}
.section-intro.with-bottom-sep {
  padding-bottom: 4.2rem;
  position: relative;
}
.section-intro.with-bottom-sep::after {
  display: inline-block;
  height: 1px;
  width: 200px;
  background-color: rgba(242, 242, 242, 0.1);
  text-align: center;
}

/* -------------------------------------------------------------------
 * responsive:
 * section-intro
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .section-intro h1 {
    font-size: 4.4rem;
  }
  .section-intro .lead {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 768px) {
  .section-intro h1 {
    font-size: 4rem;
  }
  .section-intro h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 600px) {
  .section-intro h1 {
    font-size: 3.4rem;
  }
  .section-intro h3 {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 500px) {
  .section-intro h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  .section-intro h1 {
    font-size: 3.1rem;
  }
}
.wide {
  max-width: 1300px;
}

.narrow {
  max-width: 800px;
}

.js .animate-this, .js .animate-intro {
  opacity: 0;
}

.oldie .animate-this,
.oldie .animate-intro
.no-cssanimations .animate-this,
.no-cssanimations .animate-intro {
  opacity: 1;
}


/* ===================================================================
 *  09. header styles - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
header {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 700;
}
header .row {
  height: auto;
  max-width: 1300px;
  position: relative;
}

/* -------------------------------------------------------------------
 * header logo - (_layout.css)
 * ------------------------------------------------------------------- */
header .header-logo {
  position: absolute;
  left: 32px;
  top: 42px;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
header .header-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  width: 57px;
  height: 27px;
  background: url("../logo.html") no-repeat center;
  background-size: 57px 27px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* -------------------------------------------------------------------
 * menu trigger - (_layout.css)
 * ------------------------------------------------------------------- */
#header-menu-trigger {
  display: block;
  position: fixed;
  right: 32px;
  top: 30px;
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: .2rem;
  color: rgba(255, 255, 255, 0.5);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header-menu-trigger.opaque {
  background-color: #000000;
}
#header-menu-trigger.opaque .header-menu-text {
  background-color: #000000;
}
#header-menu-trigger:hover, #header-menu-trigger:focus {
  color: #FFFFFF;
}
#header-menu-trigger .header-menu-text {
  display: block;
  position: absolute;
  top: 0;
  left: -75px;
  width: 75px;
  text-align: center;
  background-color: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header-menu-trigger .header-menu-icon {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -1.5px;
}
#header-menu-trigger .header-menu-icon::before,
#header-menu-trigger .header-menu-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
}
#header-menu-trigger .header-menu-icon::before {
  top: -9px;
}
#header-menu-trigger .header-menu-icon::after {
  bottom: -9px;
}

/* -------------------------------------------------------------------
 * off-canvas menu - (_layout.scss)
 * ------------------------------------------------------------------- */
#menu-nav-wrap {
  background: #0C0C0C;
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 3.6rem 3rem;
  height: 100%;
  width: 240px;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow-y: auto;
  z-index: 800;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#menu-nav-wrap a, #menu-nav-wrap a:visited {
  color: rgba(255, 255, 255, 0.5);
}
#menu-nav-wrap a:hover, #menu-nav-wrap a:focus, #menu-nav-wrap a:active {
  color: white;
}
#menu-nav-wrap h3 {
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
#menu-nav-wrap .nav-list {
  font-family: "Poppins", sans-serif;
  margin: 3.6rem 0 1.5rem 0;
  padding: 0 0 1.8rem 0;
  list-style: none;
  line-height: 3.6rem;
}
#menu-nav-wrap .nav-list li {
  padding-left: 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.03);
  line-height: 4.2rem;
}
#menu-nav-wrap .nav-list li:first-child {
  border-top: 1px dotted rgba(255, 255, 255, 0.03);
}
#menu-nav-wrap .nav-list li a {
  color: rgba(255, 255, 255, 0.25);
  display: block;
}
#menu-nav-wrap .nav-list li a:hover,
#menu-nav-wrap .nav-list li a:focus {
  color: white;
}
#menu-nav-wrap .header-social-list {
  list-style: none;
  display: inline-block;
  margin: 0;
  font-size: 2.1rem;
}
#menu-nav-wrap .header-social-list li {
  margin-right: 12px;
  padding-left: 0;
  display: inline-block;
}
#menu-nav-wrap .header-social-list li a {
  color: rgba(255, 255, 255, 0.15);
}
#menu-nav-wrap .header-social-list li a:hover,
#menu-nav-wrap .header-social-list li a:focus {
  color: white;
}
#menu-nav-wrap .header-social-list li:last-child {
  margin: 0;
}
#menu-nav-wrap .close-button {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 36px;
  right: 30px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
#menu-nav-wrap .close-button span::before,
#menu-nav-wrap .close-button span::after {
  content: "";
  display: block;
  height: 2px;
  width: 12px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -1px;
}
#menu-nav-wrap .close-button span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#menu-nav-wrap .close-button span::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menu-nav-wrap .sponsor-text {
  font-family: "librebaskerville-regular", serif;
  font-size: 1.4rem;
  line-height: 3rem;
}
#menu-nav-wrap .sponsor-text span {
  color: rgba(255, 255, 255, 0.5);
}

/* menu is open */
.menu-is-open #menu-nav-wrap {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}

/* -------------------------------------------------------------------
 * responsive:
 * header section
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  header .header-logo a {
    width: 51px;
    height: 24px;
    background-size: 51px 24px;
  }
}
@media only screen and (max-width: 400px) {
  #header-menu-trigger .header-menu-text {
    display: none;
  }
}
.tryBtn{
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 25px;
    border: 1px solid #44b8c8;
    background: #44b8c8;
    padding: 8px 40px;
    display: inline-block;
}
.tryBtn:hover{
    border: 1px solid #37909c;
    background: #37909c;
}
.row, .container{
    max-width:1095px;
    margin:0 auto;
}

/* ===================================================================
 *  10. home - (_layout.scss)
 *
 * ------------------------------------------------------------------- */
#home {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../png/background.png);
  background-repeat: repeat;
  min-height: 804px;
  position: relative;
  text-align:center;
}
#home .headerBlock{
    text-align: center;
    background: #fff;
    padding: 25px 0;
}
#home .descH{
    font-size: 24px;
    font-weight: 500;
    color: #2d5972;
    margin-top:94px;
}
#home .headerBlock h1{
    font-size:40px;
    font-weight:600;
    color:#2d5972;
}
#home .headerBlock p{
    font-size:17px;
    line-height:28px;
    color:#2d5972;
    padding: 0 110px;
}
#home .headerBlock p b{
    font-weight:600;
}
/* formula */
#formula text {
  opacity: 1;
  transition: .3s;
  font-size: 35px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #formula text {
    font-size: 28px;
  }
}
#formula {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
}

#formula svg {
	background-image: url('../png/formula.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #formula svg {
	background-image: url('../png/formula-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #formula svg {
	background-image: url('../png/formula-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#formula svg {
		background-image: url('../png/formula.png');
	}
	.retina #formula svg {
		background-image: url('../png/formula-2.png');
	}
	.mobile #formula svg {
		background-image: url('../png/formula-3.png');
	}
}

#home .bottomBlock{
    margin-bottom:40px;
}

#home .bottomBlock .linkBlock .arrow:before{
    content:'';
    font-family:'icomoon';
    color:#44b8c8;
    position: absolute;
    right: -30px;
    top: 50%;
    margin-top: -39px;
    font-size: 55px;
}
#home .bottomBlock .linkBlock .arrow.arrow1:before{
    content:'\e9e3';
}
#home .bottomBlock .linkBlock .arrow.arrow2:before{
    content:'\e9e2';
}
#home .bottomBlock .linkBlock .arrow.arrow3:before{
    content:'\e9e1';
}
#home .bottomBlock .linkBlock .arrow.arrow4:before{
    content:'\e9e0';
}
#home .bottomBlock .linkBlock{
    text-align: center;
    width: 180px;
    letter-spacing: normal;
    display:inline-block;
    position:relative;
}
#home .bottomBlock .linkBlock .icon:before{
    content: '';
    background: #9c9c9c;
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 25px;
    line-height: 65px;
    margin: 0 auto;
    text-align: center;
    color:#fff;
}
#home .bottomBlock .linkBlock.leads .icon:before{
    content:'\e632';
    font-family:'icomoon';
    background:#b36bf6;
}
#home .bottomBlock .linkBlock.deals .icon:before{
    content:'\e60b';
    font-family:'icomoon';
    background:#cd884c;
}
#home .bottomBlock .linkBlock.dashboard .icon:before{
    content:'\e609';
    font-family:'icomoon';
    background:#535ae0;
}
#home .bottomBlock .linkBlock.insights .icon:before{
    content:'\e9e4';
    font-family:'icomoon';
    background:#48a3d0;
}
#home .bottomBlock .linkBlock.extensions .icon:before{
    content:'\e954';
    font-family:'icomoon';
    background:#37b8c9;
}
#home .bottomBlock .linkBlock .titleH{
    font-size: 14px;
    letter-spacing: normal;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
    display: block;
}
#home .bottomBlock .linkBlock .miniTitle{
    margin-top: 10px;
    display: block;
    font-size: 12px;
}
#home .bottomBlock .linkBlock .title{
    font-size: 14px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    margin-top: 2px;
    display: block;
}


/* home navigation-list */
.home-navigation-list {
    position: fixed;
    right: 25px;
    top: 50%;
    margin: 0;
    list-style: none;
    font-size: 2.4rem;
    line-height: 1.75;
    text-align: center;
    background: #465e71;
    padding: 5px;
    border-radius: 15px;
    z-index: 9999;
}
.home-navigation-list li {
    padding-left: 0;
}
.home-navigation-list li a:before{
    content:'';
    display:block;
    background:red;
    width:10px;
    height:10px;
    border-radius:50%;
}
.home-navigation-list li a, .home-navigation-list li a:visited {
  color: #FFFFFF;
}
.home-navigation-list li a:hover,
.home-navigation-list li a:focus,
.home-navigation-list li a:active {
  color: #151515;
}

/* scroll down */
.scrolldown .scrollNext{
    width: 50px;
    height: 50px;
    background: #535adf;
    color: #fff;
    display: block;
    margin: 0 auto;
    line-height: 61px;
    border-radius: 50%;
    font-size: 24px;
    position: relative;
    top: 25px;
    z-index:10;
}


html[data-useragent*='MSIE 10.0'] .scrolldown,
.oldie .scrolldown {
  display: none;
}

.scroll-icon {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF !important;
    background: transparent;
    position: relative;
    -webkit-animation: animate-it 3s ease infinite;
    animation: animate-it 3s ease infinite;
    top: -25px;
    right: 0;
    z-index: 1000;
    background: #495f71;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
}
.scroll-icon:hover {
    background: #44b8c8;
}

/* vertical animation */
@-webkit-keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);
  }
  40% {
    -webkit-transform: translateY(20px);
  }
}
@keyframes animate-it {
  0%, 60%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-5px);#f9a828
  }
  40% {
    -webkit-transform: translateY(20px);
  }
}

/* -------------------------------------------------------------------
 * responsive:
 * home section
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .home-content-tablecell h3 {
    font-size: 2.1rem;
  }
  .home-content-tablecell h1 {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 1024px) {
  .home-content-tablecell h3 {
    font-size: 2rem;
  }
  .home-content-tablecell h1 {
    font-size: 6rem;
  }
}
@media only screen and (max-width: 768px) {
  .home-content-tablecell .row {
    max-width: 600px;
  }
  .home-content-tablecell h3 {
    font-size: 1.8rem;
  }
  .home-content-tablecell h1 {
    font-size: 5.2rem;
  }
  .home-content-tablecell h1 br {
    display: none;
  }

  .home-social-list {
    left: 36px;
    bottom: 30px;
    font-size: 2.1rem;
  }
  .home-social-list::before {
    height: 30px;
  }

  .scrolldown .scroll-icon {
    font-size: 1.2rem;
    top: 24px;
    right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  #home {
    min-height: 702px;
  }

  .home-content-tablecell .row {
    max-width: 480px;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .home-content-tablecell h3 {
    font-size: 1.7rem;
  }
  .home-content-tablecell h1 {
    font-size: 4.8rem;
  }
}
@media only screen and (max-width: 500px) {
  .home-content-tablecell .row {
    max-width: 420px;
  }
  .home-content-tablecell h3 {
    font-size: 1.5rem;
  }
  .home-content-tablecell h1 {
    font-size: 4.2rem;
  }

  .home-social-list {
    left: 30px;
    bottom: 30px;
    font-size: 1.8rem;
  }
  .home-social-list::before {
    height: 24px;
  }
}
@media only screen and (max-width: 400px) {
  #home {
    min-height: 654px;
  }

  .home-content-tablecell .row {
    padding-top: 4.8rem;
    padding-bottom: 10.8rem;
  }
  .home-content-tablecell h3 {
    font-size: 1.4rem;
  }
  .home-content-tablecell h1 {
    font-size: 3.6rem;
  }
}

.fixedStickyMenu {
    height:80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index:100;
    display:none;
}
.fixedStickyMenu .title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    line-height:77px;
}
.fixedStickyMenu .title:before {
    content:'';
    font-family: 'icomoon';
    font-size: 19px;
    padding-right: 15px;
}
.fixedStickyMenu .formulaBlock {
    font-size:30px;
    color:#fff;
    line-height:82px;
}
.fixedStickyMenu .formulaBlock a {
    color:#072944;
}
.fixedStickyMenu .formulaBlock span.active {
    color:#fff;
}
.fixedStickyMenu .formulaBlock .mathEl{
    font-family:'Reenie Beanie', cursive;
    font-size:27px;
}
.fixedStickyMenu .logo {
    width:115px;
    display: inline-block;
    vertical-align: middle;
    height: 80px;
}
.fixedStickyMenu .tryBtn {
    margin: 20px 0;
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.fixedStickyMenu .tryBtn:hover {
    background: #fff;
    color: #072944  !important;
}

.slideBlock .headerBlock .iconBlock{
    color: #fff;
    width: 200px;
    height: 200px;
    background: #535adf;
    border-radius: 50%;
    -webkit-box-shadow: 7px 8px 31px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 8px 31px 1px rgba(0,0,0,0.75);
    box-shadow: 7px 8px 31px 1px rgba(0,0,0,0.75);
}
.slideBlock .headerBlock .iconBlock.deals{
    background: #cd884c;
}
.slideBlock .headerBlock .iconBlock.preferences{
    background: #27445b;
}
.slideBlock .headerBlock .iconBlock.organizer{
    background: #d6ba34;
}
.slideBlock .headerBlock{
    width:100%;
    margin-bottom:25px;
    /*padding-left:90px;*/
}
.slideBlock .headerBlock.pull-right{
    padding-left:0;
    padding-right:90px;
}
.slideBlock .headerBlock .iconBlock .icon{
    color: #fff;
    font-size: 60px;
    line-height: 200px;
}
.slideBlock .headerBlock .textBlock{
    max-width:660px;
    padding-left:35px;
}
.slideBlock .headerBlock .textBlock h2{
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    font-weight: 300;
    margin-top:10px;
    margin-bottom:25px;
    letter-spacing:0.75px;
}
.slideBlock .headerBlock .textBlock h3{
    font-size: 24px;
    text-transform: none;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.slideBlock .headerBlock .textBlock p{
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
}
.slideBlock .headerBlock .textBlock.text-right{
    max-width:470px;
    padding-left:0;
    padding-right:35px;
}
.slideBlock .headerBlock .textBlock.text-right h2{
    text-align: right;
}
.slideBlock .headerBlock .textBlock.text-right p{
    text-align: right;
}
.textBlock p a{
    color: #44b8c8;
}
.textBlock p a:hover{
    color: #318894;
}
.slideBlock .bodyBlock .contentTitle{
    text-align: left;
    color: #fff;
    font-size: 24px;
    letter-spacing: 0.75px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.slideBlock .bodyBlock .contentDesc{
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    margin-left: 35px;
}
.slideBlock .bodyBlock .contentTitle .icon{
    padding-right: 10px;
    position: relative;
    top: 2px;
}
.slideBlock .bodyBlock .contentTitle .fa{
    padding-right: 10px;
    position: relative;
    top: 2px;
}
.slideBlock .bodyBlock .shadowBlock {
    -webkit-box-shadow: 3px 6px 31px 0px rgba(0,0,0,1);
    -moz-box-shadow: 3px 6px 31px 0px rgba(0,0,0,1);
    box-shadow: 3px 6px 31px 0px rgba(0,0,0,1);
}
.secondaryTitle{
    text-align: left;
    color: #fff;
}
.secondaryTitle a{
    color: #44b8c8;
}
.secondaryTitle a:hover{
    color: #318894;
}
.secondaryTitle h3{
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.75px;
    margin-bottom:10px;
    color:#fff;
}
.secondaryTitle h3 .icon{
    margin-right:15px;
    font-size: 17px;
}
.secondaryTitle p{
    font-size:16px;
    line-height:24px;
    opacity:0.6;
}
.scrolldownBlock .scrolldown .stepTitle{
    display:block;
    color:#fff;
    font-size:14px;
    line-height:28px;
    font-weight:500;
    text-align:center;
    margin-top:40px;
}
.scrolldownBlock .scrolldown .stepName{
    display:block;
    color:#fff;
    font-size:18px;
    font-weight:300;
    text-transform:uppercase;
    text-align:center;
}
.scrolldownBlock.darkFont .scrolldown .stepTitle{
    color:#2d5972;
}
.scrolldownBlock.darkFont .scrolldown .stepName{
    color:#2d5972;
}
.scrolldownBlock.darkFont .scrolldown .scrollNext{
    top:10px;
}
#home .scrolldownBlock{
    position:relative;
    top:15px;
}

/* ===================================================================
 *  11. dashboard
 *
 * ------------------------------------------------------------------- */
#dashboard {
    position: relative;
    padding: 150px 0 0 0;
    min-height: 696px;
    text-align: center;
}
#dashboard .fixedStickyMenu {
    background:#535adf;
}
#dashboard .fixedStickyMenu .title:before {
    content:'\e609';
}
#dashboard .fixedStickyMenu .formulaBlock{
    color: #072944;
}
#dashboard:before{
    content: '';
    background-image: -ms-radial-gradient(right center, ellipse farthest-side, #384EB3 0%, #1A3347 90%);
    background-image: -moz-radial-gradient(right center, ellipse farthest-side, #384EB3 0%, #1A3347 90%);
    background-image: -o-radial-gradient(right center, ellipse farthest-side, #384EB3 0%, #1A3347 90%);
    background-image: -webkit-gradient(radial, right center, 0, right center, 515, color-stop(0, #384EB3), color-stop(90, #1A3347));
    background-image: -webkit-radial-gradient(right center, ellipse farthest-side, #384EB3 0%, #1A3347 90%);
    background-image: radial-gradient(ellipse farthest-side at right center, #384EB3 0%, #1A3347 90%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
#dashboard .slideBlock .headerBlock{
    margin-bottom:75px;
}
#dashboard .slideBlock{
    position:relative;
}
#dashboard .infographics h3{
    font-size: 24px;
    color: #fff;
    text-align: left;
    letter-spacing: 0.75px;
    font-weight:normal;
    margin-bottom: 20px;
}
#dashboard .infographics h3 .icon{
    margin-right: 15px;
    position: relative;
    top: 3px;
}
#dashboard .infographics p{
    line-height: 24px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    margin-bottom:50px;
}

#dashboard .scrolldown .scrollNext{
    top:10px;
    background: #48a3d0;
}

/* dashboard1 */
#dashboard1 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #dashboard1 text {
    font-size: 28px;
  }
}
#dashboard1 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
}

#dashboard1 svg {
    background-image: url('../png/dashboard1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #dashboard1 svg {
    background-image: url('../png/dashboard1-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #dashboard1 svg {
    background-image: url('../png/dashboard1-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#dashboard1 svg {
		background-image: url('../png/dashboard1.png');
	}
	.retina #dashboard1 svg {
		background-image: url('../png/dashboard1-2.png');
	}
	.mobile #dashboard1 svg {
		background-image: url('../png/dashboard1-3.png');
	}
}
/* dashboard2 */
#dashboard2 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #dashboard2 text {
    font-size: 28px;
  }
}
#dashboard2 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top:70px;
}

#dashboard2 svg {
    background-image: url('../png/dashboard2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #dashboard2 svg {
    background-image: url('../png/dashboard2-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #dashboard2 svg {
    background-image: url('../png/dashboard2-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#dashboard2 svg {
		background-image: url('../png/dashboard2.png');
	}
	.retina #dashboard2 svg {
		background-image: url('../png/dashboard2-2.png');
	}
	.mobile #dashboard2 svg {
		background-image: url('../png/dashboard2-3.png');
	}
}
/* dashboard3 */
#dashboard3 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #dashboard3 text {
    font-size: 28px;
  }
}
#dashboard3 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top:70px;
}

#dashboard3 svg {
    background-image: url('../png/dashboard3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #dashboard3 svg {
    background-image: url('../png/dashboard3-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #dashboard3 svg {
    background-image: url('../png/dashboard3-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#dashboard3 svg {
		background-image: url('../png/dashboard3.png');
	}
	.retina #dashboard3 svg {
		background-image: url('../png/dashboard3-2.png');
	}
	.mobile #dashboard3 svg {
		background-image: url('../png/dashboard3-3.png');
	}
}

/* -------------------------------------------------------------------
 * responsive:
 * dashboard
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #dashboard {
    min-height: 636px;
  }
  #dashboard .about-wrap {
    max-width: 800px;
  }
}
@media only screen and (max-width: 900px) {
  #dashboard .about-wrap {
    max-width: 720px;
  }
}
@media only screen and (max-width: 768px) {
  #dashboard h3 {
    font-size: 1.7rem;
  }
  #dashboard .about-wrap {
    max-width: 600px;
  }
}
@media only screen and (max-width: 600px) {
  #dashboard {
    min-height: auto;
  }
  #dashboard .about-wrap {
    max-width: 500px;
  }
}
@media only screen and (max-width: 500px) {
  #dashboard h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  #dashboard {
    padding: 4.2rem 0 9.6rem;
  }
  #dashboard .about-wrap {
    max-width: 380px;
  }
}


/* ===================================================================
 *  11. insights
 *
 * ------------------------------------------------------------------- */
#insights {
  position: relative;
  padding: 150px 0 0 0;
  min-height: 696px;
  text-align: center;
}
#insights .fixedStickyMenu {
    background:#48a3d0;
}
#insights .fixedStickyMenu .title:before {
    content:'\e9e4';
}
#insights .fixedStickyMenu .formulaBlock{
    color: #072944;
}
#insights:before{
    content: '';
    background-image: -ms-radial-gradient(right center, ellipse farthest-side, #2b5e70 0%, #1A3347 90%);
    background-image: -moz-radial-gradient(right center, ellipse farthest-side, #2b5e70 0%, #1A3347 90%);
    background-image: -o-radial-gradient(right center, ellipse farthest-side, #2b5e70 0%, #1A3347 90%);
    background-image: -webkit-gradient(radial, right center, 0, right center, 515, color-stop(0, #2b5e70), color-stop(90, #1A3347));
    background-image: -webkit-radial-gradient(right center, ellipse farthest-side, #2b5e70 0%, #1A3347 90%);
    background-image: radial-gradient(ellipse farthest-side at right center, #2b5e70 0%, #1A3347 90%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
#insights:after{
    content: '';
    background: url(../png/insightsbg.png) no-repeat;
    position: absolute;
    left: 0;
    right: 50%;
    top: 70%;
    bottom: 0;
    z-index: 0;
    max-height: 1200px;
    background-size: contain;
}
.retina #insights:after{
    content: '';
    background: url(../png/insightsbg-2.png) no-repeat;
    position: absolute;
    left: 0;
    right: 50%;
    top: 70%;
    bottom: 0;
    z-index: 0;
    max-height: 1200px;
    background-size: contain;
}
#insights .slideBlock{
    position:relative;
}
#insights .slideBlock .headerBlock{
    margin-bottom:75px;
}
#insights .infographics h3{
    font-size: 24px;
    color: #fff;
    text-align: left;
    letter-spacing: 0.75px;
    font-weight:normal;
    margin-bottom: 20px;
}
#insights .infographics h3 .icon{
    margin-right: 15px;
    position: relative;
    top: 3px;
}
#insights .infographics p{
    line-height: 24px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    margin-bottom:50px;
}
#insights .slideBlock .headerBlock .iconBlock{
    background: #48a3d0;
}

/* -------------------------------------------------------------------
 * responsive:
 * insights
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #insights {
    min-height: 636px;
  }
  #insights .about-wrap {
    max-width: 800px;
  }
}
@media only screen and (max-width: 900px) {
  #insights .about-wrap {
    max-width: 720px;
  }
}
@media only screen and (max-width: 768px) {
  #insights h3 {
    font-size: 1.7rem;
  }
  #insights .about-wrap {
    max-width: 600px;
  }
}
@media only screen and (max-width: 600px) {
  #insights {
    min-height: auto;
  }
  #insights .about-wrap {
    max-width: 500px;
  }
}
@media only screen and (max-width: 500px) {
  #insights h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  #insights {
    padding: 4.2rem 0 9.6rem;
  }
  #insights .about-wrap {
    max-width: 380px;
  }
}

/* insights1 */
#insights1 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #insights1 text {
    font-size: 28px;
  }
}
#insights1 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
/*    margin-top:250px;*/
}

#insights1 svg {
    background-image: url('../png/insights1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #insights1 svg {
    background-image: url('../png/insights1-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #insights1 svg {
    background-image: url('../png/insights1-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#insights1 svg {
		background-image: url('../png/insights1.png');
	}
	.retina #insights1 svg {
		background-image: url('../png/insights1-2.png');
	}
	.mobile #insights1 svg {
		background-image: url('../png/insights1-3.png');
	}
}

/* insights2 */
#insights2 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #insights2 text {
    font-size: 28px;
  }
}
#insights2 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top:100px;
}

#insights2 svg {
    background-image: url('../png/insights2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #insights2 svg {
    background-image: url('../png/insights2-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #insights2 svg {
    background-image: url('../png/insights2-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#insights2 svg {
		background-image: url('../png/insights2.png');
	}
	.retina #insights2 svg {
		background-image: url('../png/insights2-2.png');
	}
	.mobile #insights2 svg {
		background-image: url('../png/insights2-3.png');
	}
}
/* insights3 */
#insights3 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #insights3 text {
    font-size: 28px;
  }
}
#insights3 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#insights3 svg {
    background-image: url('../png/insights3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #insights3 svg {
    background-image: url('../png/insights3-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #insights3 svg {
    background-image: url('../png/insights3-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#insights3 svg {
		background-image: url('../png/insights3.png');
	}
	.retina #insights3 svg {
		background-image: url('../png/insights3-2.png');
	}
	.mobile #insights3 svg {
		background-image: url('../png/insights3-3.png');
	}
}

#insights .scrolldown .scrollNext{
    top:10px;
    background: #AB6BF6;
}
/* ===================================================================
 *  11. leads
 *
 * ------------------------------------------------------------------- */
#leads {
  position: relative;
  padding: 150px 0 0 0;
  min-height: 696px;
  text-align: center;
}
#leads .fixedStickyMenu {
    background:#b36bf6;
}
#leads .fixedStickyMenu .title:before {
    content:'\e632';
}
#leads .fixedStickyMenu .formulaBlock{
    color: #072944;
}
#leads:before{
    content: '';
    background-image: -ms-radial-gradient(left center, ellipse farthest-side, #6e50ae 0%, #1A3347 90%);
    background-image: -moz-radial-gradient(left center, ellipse farthest-side, #6e50ae 0%, #1A3347 90%);
    background-image: -o-radial-gradient(left center, ellipse farthest-side, #6e50ae 0%, #1A3347 90%);
    background-image: -webkit-gradient(radial, left center, 0, right center, 515, color-stop(0, #6e50ae), color-stop(90, #1A3347));
    background-image: -webkit-radial-gradient(left center, ellipse farthest-side, #6e50ae 0%, #1A3347 90%);
    background-image: radial-gradient(ellipse farthest-side at left center, #6e50ae 0%, #1A3347 90%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
#leads:after{
    content: '';
    background: url(../png/leadbg.png) no-repeat;
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    max-height: 1200px;
    background-size: contain;
}
.retina #leads:after{
    content: '';
    background: url(../png/leadbg-2.png) no-repeat;
    position: absolute;
    left: 50%;
    right: 0;
    top: 5%;
    bottom: 0;
    z-index: 0;
    max-height: 1200px;
    background-size: contain;
}
#leads .slideBlock{
    position:relative;
}
#leads .slideBlock .headerBlock{
    margin-bottom:75px;
}
#leads .infographics h3{
    font-size: 24px;
    color: #fff;
    text-align: left;
    letter-spacing: 0.75px;
    font-weight:normal;
    margin-bottom: 20px;
}
#leads .infographics h3 .icon{
    margin-right: 15px;
    position: relative;
    top: 3px;
}
#leads .infographics p{
    line-height: 24px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    margin-bottom:50px;
}
#leads .slideBlock .headerBlock .iconBlock{
    background: #b36bf6;
}

/* -------------------------------------------------------------------
 * responsive:
 * leads
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #leads {
    min-height: 636px;
  }
  #leads .about-wrap {
    max-width: 800px;
  }
}
@media only screen and (max-width: 900px) {
  #leads .about-wrap {
    max-width: 720px;
  }
}
@media only screen and (max-width: 768px) {
  #leads h3 {
    font-size: 1.7rem;
  }
  #leads .about-wrap {
    max-width: 600px;
  }
}
@media only screen and (max-width: 600px) {
  #leads {
    min-height: auto;
  }
  #leads .about-wrap {
    max-width: 500px;
  }
}
@media only screen and (max-width: 500px) {
  #leads h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  #leads {
    padding: 4.2rem 0 9.6rem;
  }
  #leads .about-wrap {
    max-width: 380px;
  }
}

#leads .scrolldown .scrollNext{
    top:10px;
    background: #cd884c;
}

/* lead1 */
#lead1 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}
#lead1 text.simpleText {
    opacity: 1;
    transition: .3s;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    font-family: 'Poppins',sans-serif;
    letter-spacing: 0.75px;
}

@media all and (max-width: 500px) {
  #leads1 text {
    font-size: 28px;
  }
}
#lead1 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-bottom:80px;
}

#lead1 svg {
    background-image: url('../png/lead1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #lead1 svg {
    background-image: url('../png/lead1-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #lead1 svg {
    background-image: url('../png/lead1-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#lead1 svg {
		background-image: url('../png/lead1.png');
	}
	.retina #lead1 svg {
		background-image: url('../png/lead1-2.png');
	}
	.mobile #lead1 svg {
		background-image: url('../png/lead1-3.png');
	}
}
/* lead2 */
#lead2 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #leads2 text {
    font-size: 28px;
  }
}
#lead2 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top: 50px;
    margin-bottom:50px;
}

#lead2 svg {
    background-image: url('../png/lead2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #lead2 svg {
    background-image: url('../png/lead2-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #lead2 svg {
    background-image: url('../png/lead2-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#lead2 svg {
		background-image: url('../png/lead2.png');
	}
	.retina #lead2 svg {
		background-image: url('../png/lead2-2.png');
	}
	.mobile #lead2 svg {
		background-image: url('../png/lead2-3.png');
	}
}

/* ===================================================================
 *  12. Deals
 *
 * ------------------------------------------------------------------- */
#deals {
  position: relative;
  padding: 150px 0 0 0;
  min-height: 696px;
  text-align: center;
}

#deals .fixedStickyMenu {
    background:#cd884c;
}
#deals .fixedStickyMenu .title:before {
    content:'\e60b';
}
#deals .fixedStickyMenu .formulaBlock{
    color: #072944;
}

#deals:before{
    content:'';
    background-image: -ms-radial-gradient(right center, ellipse farthest-corner, #6b5041 0%, #1A3347 70%);
    background-image: -moz-radial-gradient(right center, ellipse farthest-corner, #6b5041 0%, #1A3347 70%);
    background-image: -o-radial-gradient(right center, ellipse farthest-corner, #6b5041 0%, #1A3347 70%);
    background-image: -webkit-gradient(radial, right center, 0, right center, 530, color-stop(0, #6b5041), color-stop(70, #1A3347));
    background-image: -webkit-radial-gradient(right center, ellipse farthest-corner, #6b5041 0%, #1A3347 70%);
    background-image: radial-gradient(ellipse farthest-corner at right center, #6b5041 0%, #1A3347 70%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
#deals .listPipelineBlock:before{
    content:'';
    background: url(../png/dealbg.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
    z-index: 0;
    max-height: 1200px;
    background-size: contain;
}
.retina #deals .listPipelineBlock:before{
    content:'';
    background: url(../png/dealbg-2.png) no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 0;
    z-index: 0;
    max-height: 1200px;
    background-size: contain;
}
#deals .filterBlock:before{
    content:'';
    background-image: -ms-radial-gradient(left center, ellipse farthest-corner, #6b5041 0%, #1A3347 30%);
    background-image: -moz-radial-gradient(left center, ellipse farthest-corner, #6b5041 0%, #1A3347 30%);
    background-image: -o-radial-gradient(left center, ellipse farthest-corner, #6b5041 0%, #1A3347 30%);
    background-image: -webkit-gradient(radial, left center, 0, right center, 530, color-stop(0, #6b5041), color-stop(30, #1A3347));
    background-image: -webkit-radial-gradient(left center, ellipse farthest-corner, #6b5041 0%, #1A3347 30%);
    background-image: radial-gradient(ellipse farthest-corner at left center, #6b5041 0%, #1A3347 30%);
    position: absolute;
    top: 15%;
    bottom: -35%;
    left: 0;
    right: 0;
    z-index: -2;
}
#deals .slideBlock .headerBlock{
    padding-right:200px;
}
#deals .slideBlock .bodyBlock{
    /*max-width: 1046px;*/
    margin: 0 auto;
}
#deals .slideBlock .bodyBlock .filterBlock{
    position:relative;
}
#deals .slideBlock .bodyBlock .blockHeader{
    min-height: 21px;
    margin-bottom: 20px;
}
#deals .slideBlock .bodyBlock .blockHeader h3{
   margin-bottom:0;
   color:rgba(255, 255, 255, 0.6);
   text-transform:uppercase;
   font-size:14px;
   font-weight:600;
   letter-spacing:0.75px;
   text-align:left;
}
#deals .slideBlock .bodyBlock .nameBlock .titleBlock{
    background: #df5f5f;
    border-radius: 3px;
    color: #fff;
    padding: 150px 40px;
    text-align: left;
    height:100%;
}
#deals .slideBlock .bodyBlock .nameBlock{
    padding-top:41px;
}
#deals .slideBlock .bodyBlock .nameBlock h3{
    color:#fff;
    font-size:24px;
    letter-spacing: 0.75px;
}
#deals .slideBlock .bodyBlock .nameBlock p{
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.6);
}
#deals .slideBlock .bodyBlock .nameBlock h3 .icon{
    margin-right:15px;
}
#deals .slideBlock .headerBlock .iconBlock{
    background: #cd884c;
}

/* deal1 */
#deal1 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #deal1 text {
    font-size: 28px;
  }
}
#deal1 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top: 50px;
    margin-bottom:50px;
}

#deal1 svg {
    background-image: url('../png/deal1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #deal1 svg {
    background-image: url('../png/deal1-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #deal1 svg {
    background-image: url('../png/deal1-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#deal1 svg {
		background-image: url('../png/deal1.png');
	}
	.retina #deal1 svg {
		background-image: url('../png/deal1-2.png');
	}
	.mobile #deal1 svg {
		background-image: url('../png/deal1-3.png');
	}
}

/* deal2 */
#deal2 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #deal2 text {
    font-size: 28px;
  }
}
#deal2 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top: 150px;
    margin-bottom:250px;
}

#deal2 svg {
    background-image: url('../png/deal2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #deal2 svg {
    background-image: url('../png/deal2-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #deal2 svg {
    background-image: url('../png/deal2-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#deal2 svg {
		background-image: url('../png/deal2.png');
	}
	.retina #deal2 svg {
		background-image: url('../png/deal2-2.png');
	}
	.mobile #deal2 svg {
		background-image: url('../png/deal2-3.png');
	}
}
/* deal3 */
#deal3 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #deal3 text {
    font-size: 28px;
  }
}
#deal3 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top: 50px;
    margin-bottom:150px;
}

#deal3 svg {
    background-image: url('../png/deal3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #deal3 svg {
    background-image: url('../png/deal3-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #deal3 svg {
    background-image: url('../png/deal3-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#deal3 svg {
		background-image: url('../png/deal3.png');
	}
	.retina #deal3 svg {
		background-image: url('../png/deal3-2.png');
	}
	.mobile #deal3 svg {
		background-image: url('../png/deal3-3.png');
	}
}
/* deal4 */
#deal4 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #deal4 text {
    font-size: 28px;
  }
}
#deal4 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top: -60px;
    margin-bottom:40px;
}

#deal4 svg {
    background-image: url('../png/deal4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #deal4 svg {
    background-image: url('../png/deal4-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #deal4 svg {
    background-image: url('../png/deal4-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#deal4 svg {
		background-image: url('../png/deal4.png');
	}
	.retina #deal4 svg {
		background-image: url('../png/deal4-2.png');
	}
	.mobile #deal4 svg {
		background-image: url('../png/deal4-3.png');
	}
}

#deals .scrolldown .scrollNext{
    top:10px;
    background: #37b8c9;
}

/* ===================================================================
 *  11. extensions
 *
 * ------------------------------------------------------------------- */
#extensions {
  position: relative;
  padding: 150px 0 0 0;
  min-height: 696px;
  text-align: center;
}
#extensions .fixedStickyMenu {
    background:#37b8c9;
}
#extensions .fixedStickyMenu .title:before {
    content:'\e954';
}
#extensions .fixedStickyMenu .formulaBlock .mathEl{
    color: #072944;
}
#extensions:before{
    content: '';
    background-image: -ms-radial-gradient(right center, ellipse farthest-side, #658BAA 0%, #1A3347 90%);
    background-image: -moz-radial-gradient(right center, ellipse farthest-side, #658BAA 0%, #1A3347 90%);
    background-image: -o-radial-gradient(right center, ellipse farthest-side, #658BAA 0%, #1A3347 90%);
    background-image: -webkit-gradient(radial, right center, 0, right center, 515, color-stop(0, #658BAA), color-stop(90, #1A3347));
    background-image: -webkit-radial-gradient(right center, ellipse farthest-side, #658BAA 0%, #1A3347 90%);
    background-image: radial-gradient(ellipse farthest-side at right center, #658BAA 0%, #1A3347 90%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 25%;
    z-index: 0;
}
#extensions:after{
    content: '';
    background-image: -ms-radial-gradient(center bottom, ellipse farthest-corner, #658BAA 0%, #1A3347 60%);
    background-image: -moz-radial-gradient(center bottom, ellipse farthest-corner, #658BAA 0%, #1A3347 60%);
    background-image: -o-radial-gradient(center bottom, ellipse farthest-corner, #658BAA 0%, #1A3347 60%);
    background-image: -webkit-gradient(radial, center bottom, 0, center bottom, 359, color-stop(0, #658BAA), color-stop(60, #1A3347));
    background-image: -webkit-radial-gradient(center bottom, ellipse farthest-corner, #658BAA 0%, #1A3347 60%);
    background-image: radial-gradient(ellipse farthest-corner at center bottom, #658BAA 0%, #1A3347 60%);
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    bottom: 0;
    z-index: 0;
}
#extensions .slideBlock{
    position:relative;
    z-index:1;
}
#extensions .slideBlock .headerBlock{
    margin-bottom:75px;
}
#extensions .infographics h3{
    font-size: 24px;
    color: #fff;
    text-align: left;
    letter-spacing: 0.75px;
    font-weight:normal;
    margin-bottom: 20px;
}
#extensions .infographics h3 .icon{
    margin-right: 15px;
    position: relative;
    top: 3px;
}
#extensions .infographics p{
    line-height: 24px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    text-align: left;
    margin-bottom:50px;
}
#extensions .slideBlock .headerBlock .iconBlock{
    background: #37b8c9;
}

/* -------------------------------------------------------------------
 * responsive:
 * extensions
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
  #extensions {
    min-height: 636px;
  }
  #extensions .about-wrap {
    max-width: 800px;
  }
}
@media only screen and (max-width: 900px) {
  #extensions .about-wrap {
    max-width: 720px;
  }
}
@media only screen and (max-width: 768px) {
  #extensions h3 {
    font-size: 1.7rem;
  }
  #extensions .about-wrap {
    max-width: 600px;
  }
}
@media only screen and (max-width: 600px) {
  #extensions {
    min-height: auto;
  }
  #extensions .about-wrap {
    max-width: 500px;
  }
}
@media only screen and (max-width: 500px) {
  #extensions h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 400px) {
  #extensions {
    padding: 4.2rem 0 9.6rem;
  }
  #extensions .about-wrap {
    max-width: 380px;
  }
}

/* extension1 */
#extension1 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #extension1 text {
    font-size: 28px;
  }
}
#extension1 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top: 50px;
    margin-bottom:50px;
}

#extension1 svg {
    background-image: url('../png/extension1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #extension1 svg {
    background-image: url('../png/extension1-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #extension1 svg {
    background-image: url('../png/extension1-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#extension1 svg {
		background-image: url('../png/extension1.png');
	}
	.retina #extension1 svg {
		background-image: url('../png/extension1-2.png');
	}
	.mobile #extension1 svg {
		background-image: url('../png/extension1-3.png');
	}
}
/* extension2 */
#extension2 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #extension2 text {
    font-size: 28px;
  }
}
#extension2 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top: 50px;
    margin-bottom:50px;
}

#extension2 svg {
    background-image: url('../png/extension2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #extension2 svg {
    background-image: url('../png/extension2-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #extension2 svg {
    background-image: url('../png/extension2-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#extension2 svg {
		background-image: url('../png/extension2.png');
	}
	.retina #extension2 svg {
		background-image: url('../png/extension2-2.png');
	}
	.mobile #extension2 svg {
		background-image: url('../png/extension2-3.png');
	}
}
/* extension3 */
#extension3 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #extension3 text {
    font-size: 28px;
  }
}
#extension3 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top: 50px;
    margin-bottom:50px;
}

#extension3 svg {
    background-image: url('../png/extension3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #extension3 svg {
    background-image: url('../png/extension3-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #extension3 svg {
    background-image: url('../png/extension3-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#extension3 svg {
		background-image: url('../png/extension3.png');
	}
	.retina #extension3 svg {
		background-image: url('../png/extension3-2.png');
	}
	.mobile #extension3 svg {
		background-image: url('../png/extension3-3.png');
	}
}
/* extension4 */
#extension4 text {
  opacity: 1;
  transition: .3s;
  font-size: 18px;
  color:#44b8c8;
  font-family:'Reenie Beanie', cursive;
}

@media all and (max-width: 500px) {
  #extension4 text {
    font-size: 28px;
  }
}
#extension4 {
    width: 100%;
    margin: 0 auto;
    max-width: 1500px;
    margin-top: 50px;
    margin-bottom:-39px;
}

#extension4 svg {
    background-image: url('../png/extension4.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.retina #extension4 svg {
    background-image: url('../png/extension4-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.mobile #extension4 svg {
    background-image: url('../png/extension4-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media all and (min-width: 750px) {
	#extension4 svg {
		background-image: url('../png/extension4.png');
	}
	.retina #extension4 svg {
		background-image: url('../png/extension4-2.png');
	}
	.mobile #extension4 svg {
		background-image: url('../png/extension4-3.png');
	}
}

/* footer block*/

#footerBlock {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../png/background.png);
  background-repeat: repeat;
  position: relative;
  text-align:center;
  padding:75px 0;
}
#footerBlock h2 {
    font-size: 24px;
    color: #2d5972;
    font-weight: 600;
    margin-top:0;
    margin-bottom:40px;
}
#footerBlock p {
    font-size: 17px;
    line-height:28px;
    color: #2d5972;
    font-weight: 300;
}
#footerBlock .formulaBlock {
    font-size:60px;
    color:#2d5972;
    font-weight:600;
}
#footerBlock .formulaBlock .mathEl{
    font-family:'Reenie Beanie', cursive;
    font-size:50px;
    font-weight:300;
}
#footerBlock .simpleLink{
    color: #44b8c8;
}

#footerBlock .simpleLink:hover{
    color: #37909c;
}

#footerBlock .tryBtn{
    margin-top:15px;
}

.awardsBlock .row{
    float:none;
}

/* ---------------------------------------------------------------
 * loader animation - (_layout.scss)
 * --------------------------------------------------------------- */
.s-loader {
  margin: 1.2rem auto 3rem;
  width: 70px;
  text-align: center;
  -webkit-transform: translateX(0.45rem);
  -ms-transform: translateX(0.45rem);
  transform: translateX(0.45rem);
}

.s-loader > div {
  width: 9px;
  height: 9px;
  background-color: #FFFFFF;
  border-radius: 100%;
  display: inline-block;
  margin-right: .9rem;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.s-loader .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

#go-top {
  position: fixed;
  bottom: 42px;
  right: 30px;
  z-index: 700;
  display: none;
}
#go-top a {
    text-decoration: none;
    border: 0 none;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #495f71;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#go-top a i {
  font-size: 1.7rem;
  line-height: inherit;
}
#go-top a:visited {
    background: #495f71;
    color: #fff;
}
#go-top a:hover, #go-top a:focus {
  background: #000000;
  color: #FFFFFF;
}

/* -------------------------------------------------------------------
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #go-top {
    bottom: 10px;
    left: 10px;
    opacity:0.7;
  }
}

.col-xs-4-1{
    width:31%;
}
.col-xs-4-2{
    width:38%;
}
#colophon.pageFooter{
    position: relative;
    z-index: 0;
}

@media only screen and (max-width: 600px) {
    .row-eq-height{
        display: block;
    }
    .slideBlock .headerBlock{
        margin: 0;
        padding: 0 !important;
        display: block;
        margin-bottom:25px !important;
    }
    .slideBlock .headerBlock .iconBlock{
        float: none !important;
        margin: 0 auto;
        width: 100px;
        height: 100px;
    }
    .slideBlock .headerBlock .iconBlock .icon{
        font-size: 33px;
        line-height: 100px;
    }
    .slideBlock .headerBlock .textBlock{
        float: none !important;
        padding: 0 !important;
    }
    .slideBlock .headerBlock .textBlock h2{
        text-align:center !important;
    }
    .slideBlock .headerBlock .textBlock p{
        text-align:justify !important;
        margin-bottom: 0 !important;
    }
    .slideBlock .bodyBlock .contentTitle{
        margin-top:15px;
        margin-bottom:15px;
        font-size: 17px;
        text-align: center;
    }
    .slideBlock .bodyBlock .contentDesc{
        margin-left:0 !important;
        text-align:center !important;
    }
    .home-content-tablecell{
        padding:0;
    }
    .home-content-tablecell h1{
        margin-top:35px !important;
    }
    .home-content-tablecell .bottomBlock{
        padding:0;
        position:relative;
        bottom:0;
    }
    .home-content-tablecell .more .linkBlock{
        width: 55px;
    }
    .home-content-tablecell .more .linkBlock .icon:before{
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .home-content-tablecell .more .linkBlock .title{
        font-size: 10px;
    }
    .home-content-tablecell .shortDesc{
        font-size: 15px;
        line-height: 20px;
    }
    #deals .slideBlock .bodyBlock .nameBlock{
        padding-top:0;
    }
    #deals .slideBlock .bodyBlock .nameBlock .titleBlock{
        padding:50px 40px;
    }
    #deals .slideBlock .bodyBlock .blockHeader{
        margin-top:45px;
    }
    #dashboard{
        padding:35px 0;
    }
    #dashboard .infographics{
        padding:35px 0;
    }
    #dashboard .infographics h3{
        text-align:center;
    }
    #dashboard .infographics p{
        text-align:center;
    }
    #deals{
        padding:35px 0;
    }
    #organizer{
        padding:35px 0;
    }
    #deals .filterBlock:before{
        bottom:0;
    }
    .scrolldownBlock{
        display:none;
    }
    .scrolldown{
        bottom: 15px;
    }
    .scrolldown .scroll-icon{
        top:-25px;
    }
    .mgb200{
        margin-bottom:50px !important;
    }
    .mgb250{
        margin-bottom:50px !important;
    }
    .nomargin{
        margin-bottom:0 !important;
    }
    .mgt30{
        margin-top:30px !important;
    }
}


/* mobile Version */
@media (max-width: 768px) {
    .fixedStickyMenu{
        display:none !important;
    }
    .tryBtn{
        font-size:12px;
    }
    .slideBlock .headerBlock .textBlock h2{
        line-height:40px;
    }
    .slideBlock .headerBlock .textBlock h3{
        text-align:center;
        font-size:20px;
    }
    .secondaryTitle{
        text-align: justify;
    }
    .slideBlock .headerBlock .textBlock{
        margin-bottom:35px;
    }
    #formula{
        margin: 40px auto;
    }
    #home .headerBlock h1{
        font-size: 22px;
    }
    #home .headerBlock p {
        font-size: 14px;
        line-height: 24px;
        padding: 0;
    }
    #home .descH {
        font-size: 19px;
        margin-top: 40px;
    }
    #home .bottomBlock .linkBlock{
        width: 45%;
        margin-bottom: 35px;
    }
    #home .bottomBlock .linkBlock .arrow{
        display:none;
    }
    #dashboard .bodyBlock, #insights .bodyBlock, #leads .bodyBlock, #deals .bodyBlock, #extensions .bodyBlock{
        padding:0 15px;
    }
    #insights, #leads, #deals, #extensions{
        padding:0;
    }
    #insights2, #insights3{
        margin-top:20px;
    }
    #lead1{
        margin-bottom:40px;
    }
    #deal1, #deal2, #deal4{
        margin-top:30px;
        margin-bottom:30px;
    }
    #extension1, #extension2, #extension3{
        margin-top:30px;
        margin-bottom:30px;
    }
    #deal3{
        margin-bottom:40px;
    }
    #dashboard2, #dashboard3{
        margin-top:40px;
    }
    svg text{
        display:none;
    }
    #footerBlock{
        padding:25px 0;
    }
    #footerBlock h2{
        font-size:18px;
    }
    #footerBlock p{
        font-size:14px;
        line-height:22px;
    }
    #footerBlock .formulaBlock{
        font-size:45px;
    }
}
