* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0; }

input, input:focus {
  outline: none !important; }

@font-face {
  font-family: 'Montserrat-Light';
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Montserrat-UltraLight';
  src: url("../fonts/Montserrat-UltraLight.otf");
  font-weight: normal;
  font-style: normal; }
.mainWrapper {
  /* HTML5 display-role reset for older browsers */
  /* Slider */
  /* Header
  -----------------------------------------------------------------------------*/
  /* Middle
  -----------------------------------------------------------------------------*/
  /* Footer
  -----------------------------------------------------------------------------*/
  /*
  footer {
    margin: -470px auto 0;
    height: 470px;
    position: relative;
  }*/
  /*-------------------Scroll Up--------------------*/
  min-width: 1170px; }
  .mainWrapper html, .mainWrapper body, .mainWrapper div, .mainWrapper span, .mainWrapper applet, .mainWrapper object, .mainWrapper iframe,
  .mainWrapper h1, .mainWrapper h2, .mainWrapper h3, .mainWrapper h4, .mainWrapper h5, .mainWrapper h6, .mainWrapper p, .mainWrapper blockquote, .mainWrapper pre,
  .mainWrapper a, .mainWrapper abbr, .mainWrapper acronym, .mainWrapper address, .mainWrapper big, .mainWrapper cite, .mainWrapper code,
  .mainWrapper del, .mainWrapper dfn, .mainWrapper em, .mainWrapper img, .mainWrapper ins, .mainWrapper kbd, .mainWrapper q, .mainWrapper s, .mainWrapper samp,
  .mainWrapper small, .mainWrapper strike, .mainWrapper strong, .mainWrapper sub, .mainWrapper sup, .mainWrapper tt, .mainWrapper var,
  .mainWrapper b, .mainWrapper u, .mainWrapper i, .mainWrapper center,
  .mainWrapper dl, .mainWrapper dt, .mainWrapper dd, .mainWrapper ol, .mainWrapper ul, .mainWrapper li,
  .mainWrapper fieldset, .mainWrapper form, .mainWrapper label, .mainWrapper legend,
  .mainWrapper table, .mainWrapper caption, .mainWrapper tbody, .mainWrapper tfoot, .mainWrapper thead, .mainWrapper tr, .mainWrapper th, .mainWrapper td,
  .mainWrapper article, .mainWrapper aside, .mainWrapper canvas, .mainWrapper details, .mainWrapper embed,
  .mainWrapper figure, .mainWrapper figcaption, .mainWrapper footer, .mainWrapper header, .mainWrapper hgroup,
  .mainWrapper menu, .mainWrapper nav, .mainWrapper output, .mainWrapper ruby, .mainWrapper section, .mainWrapper summary,
  .mainWrapper time, .mainWrapper mark, .mainWrapper audio, .mainWrapper video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline; }
  .mainWrapper article, .mainWrapper aside, .mainWrapper details, .mainWrapper figcaption, .mainWrapper figure,
  .mainWrapper footer, .mainWrapper header, .mainWrapper hgroup, .mainWrapper menu, .mainWrapper nav, .mainWrapper section {
    display: block; }
  .mainWrapper body {
    line-height: 1; }
  .mainWrapper ol, .mainWrapper ul {
    list-style: none; }
  .mainWrapper blockquote, .mainWrapper q {
    quotes: none; }
  .mainWrapper blockquote:before, .mainWrapper blockquote:after,
  .mainWrapper q:before, .mainWrapper q:after {
    content: '';
    content: none; }
  .mainWrapper table {
    border-collapse: collapse;
    border-spacing: 0; }
  .mainWrapper button {
    cursor: pointer; }
  .mainWrapper * a:hover {
    transition: color 0.5s; }
  .mainWrapper .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .mainWrapper .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
    .mainWrapper .slick-list:focus {
      outline: none; }
    .mainWrapper .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }
  .mainWrapper .slick-slider .slick-track,
  .mainWrapper .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .mainWrapper .slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
    .mainWrapper .slick-track:before, .mainWrapper .slick-track:after {
      content: "";
      display: table; }
    .mainWrapper .slick-track:after {
      clear: both; }
    .slick-loading .mainWrapper .slick-track {
      visibility: hidden; }
  .mainWrapper .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px; }
    [dir="rtl"] .mainWrapper .slick-slide {
      float: right; }
    .mainWrapper .slick-slide img {
      display: block; }
    .mainWrapper .slick-slide.slick-loading img {
      display: none; }
    .mainWrapper .slick-slide.dragging img {
      pointer-events: none; }
    .slick-initialized .mainWrapper .slick-slide {
      display: block; }
    .slick-loading .mainWrapper .slick-slide {
      visibility: hidden; }
    .slick-vertical .mainWrapper .slick-slide {
      display: block;
      height: auto;
      border: 1px solid transparent; }
  .mainWrapper .slick-arrow.slick-hidden {
    display: none; }
  .mainWrapper .paraxify {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover; }
  .mainWrapper .redBtn {
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background-color: #f32f94;
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.5s; }
    .mainWrapper .redBtn:hover {
      background-color: #e20d7b;
      transition: all 0.5s; }
  .mainWrapper .downloadMoreLink {
    display: inline-block;
    color: #bdc3c7;
    text-decoration: none;
    padding: 5px 5px 5px 30px;
    font-size: 14px;
    position: relative;
    line-height: 18px; }
    .mainWrapper .downloadMoreLink:after {
      content: "";
      display: block;
      background: url("../img/refresh.svg") no-repeat center center/20px 24px;
      width: 24px;
      height: 24px;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
    .mainWrapper .downloadMoreLink:hover {
      color: #56c9d3; }
      .mainWrapper .downloadMoreLink:hover:after {
        -webkit-transform: rotate(1turn);
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
@keyframes stroke {
  0% {
    stroke-dashoffset: 522px; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .mainWrapper .searchField, .mainWrapper .videoField {
    background-color: rgba(8, 49, 80, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mainWrapper .searchField form, .mainWrapper .videoField form {
      width: 100%;
      border-bottom: 1px solid white;
      padding-bottom: 10px; }
    .mainWrapper .searchField input, .mainWrapper .videoField input {
      width: calc(100% - 40px);
      border: medium none;
      background-color: transparent;
      color: white;
      font-family: "Montserrat-Light", Arial;
      font-size: 33px;
      vertical-align: bottom; }
    .mainWrapper .searchField button, .mainWrapper .videoField button {
      border: none;
      width: 35px;
      height: 35px;
      background: none; }
      .mainWrapper .searchField button svg, .mainWrapper .videoField button svg {
        height: 22px;
        width: 22px; }
      .mainWrapper .searchField button .st0, .mainWrapper .videoField button .st0 {
        transition: fill 0.5s; }
      .mainWrapper .searchField button:hover .st0, .mainWrapper .videoField button:hover .st0 {
        fill: #65cbdd;
        transition: fill 0.5s; }
  .mainWrapper .searchFieldWrap {
    z-index: 1001 !important; }
  .mainWrapper .searchFieldWrap, .mainWrapper .videoFieldWrap {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6; }
    .mainWrapper .searchFieldWrap .searchClose, .mainWrapper .searchFieldWrap .videoClose, .mainWrapper .videoFieldWrap .searchClose, .mainWrapper .videoFieldWrap .videoClose {
      position: fixed;
      right: 30px;
      top: 30px;
      width: 30px;
      height: 30px;
      z-index: 11;
      transition: transform 0.8s;
      cursor: pointer; }
      .mainWrapper .searchFieldWrap .searchClose svg, .mainWrapper .searchFieldWrap .videoClose svg, .mainWrapper .videoFieldWrap .searchClose svg, .mainWrapper .videoFieldWrap .videoClose svg {
        width: 30px;
        height: 30px; }
      .mainWrapper .searchFieldWrap .searchClose:hover, .mainWrapper .searchFieldWrap .videoClose:hover, .mainWrapper .videoFieldWrap .searchClose:hover, .mainWrapper .videoFieldWrap .videoClose:hover {
        transform: rotate(180deg);
        transition: transform 0.8s; }
        .mainWrapper .searchFieldWrap .searchClose:hover path, .mainWrapper .searchFieldWrap .videoClose:hover path, .mainWrapper .videoFieldWrap .searchClose:hover path, .mainWrapper .videoFieldWrap .videoClose:hover path {
          fill: #65cbdd;
          transition: fill 0.5s; }
  .mainWrapper .videoField {
    text-align: center; }
    .mainWrapper .videoField .videoInner {
      display: inline-block;
      margin: 0 auto; }
  .mainWrapper article, .mainWrapper aside, .mainWrapper details, .mainWrapper figcaption, .mainWrapper figure, .mainWrapper footer, .mainWrapper header, .mainWrapper hgroup, .mainWrapper main, .mainWrapper nav, .mainWrapper section, .mainWrapper summary {
    display: block; }
  .mainWrapper .page {
    margin: 0 auto;
    min-height: 100%;
    height: auto;
    font-family: "Montserrat-Light", Arial;
    min-width: 1170px; }
  .mainWrapper header {
    height: auto;
    background: #FFE680; }
  .mainWrapper main {
    /*padding: 0 0 470px;*/ }
  .mainWrapper .paralax {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1; }
    .mainWrapper .paralax:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(35, 72, 97, 0.8);
      z-index: -1; }
  .mainWrapper .title {
    text-align: center;
    font-family: Montserrat, Arial;
    font-size: 27px;
    font-weight: normal; }
    .mainWrapper .title span {
      color: #f32f94; }
  .mainWrapper .scrollUp {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    background: #b3e4ee;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    text-align: center;
    line-height: 34px;
    z-index: 5; }
    .mainWrapper .scrollUp svg {
      width: 20px;
      fill: #fff;
      display: inline-block; }
    .mainWrapper .scrollUp:hover svg {
      fill: #48A0DC;
      transition: fill 0.5s; }
  .mainWrapper :focus, .mainWrapper button:focus {
    outline: none; }
  .mainWrapper button::-moz-focus-inner {
    border: none; }
  .mainWrapper .container {
    width: 1170px;
    padding: 0 15px;
    margin: 0 auto; }
  .mainWrapper .col {
    display: inline-block; }
  .mainWrapper .middle {
    vertical-align: middle; }
  .mainWrapper .top {
    vertical-align: top; }
  .mainWrapper .justify {
    text-align: justify;
    font-size: 0;
    text-justify: distribute; }
    .mainWrapper .justify:after {
      content: '';
      display: inline-block;
      width: 100%;
      border: none; }
  .mainWrapper .justify .col {
    font-size: 1rem;
    text-align: left; }
  .mainWrapper header {
    background-image: url("../img/headerBg.png"), linear-gradient(rgba(17, 64, 93, 0.7), rgba(17, 64, 93, 0.5)), url("../img/Pattern_BG.svg");
    background-size: 100% 100%, 100% 100%, 360px 360px;
    background-position: center top, center center left top;
    padding-bottom: 100px;
    padding-top: 20px;
    /*&:after{
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(rgba(17,64,93, 1), rgba(7,48,79,0.75) 10%, transparent 10%, transparent 100%);
    }*/ }
    .mainWrapper header a {
      text-decoration: none;
      color: #ffffff; }
      .mainWrapper header a:hover {
        color: #f32f94; }
  .mainWrapper .mainHeader {
    border-bottom: 1px solid #e0f5f8;
    margin-bottom: 20px;
    padding: 10px 0; }
    .mainWrapper .mainHeader a {
      text-decoration: none;
      color: #343434; }
      .mainWrapper .mainHeader a:hover {
        color: #f32f94; }
    .mainWrapper .mainHeader .languages {
      color: #343434; }
  .mainWrapper .headerLogo {
    margin-right: 36px; }
  .mainWrapper .headerNav a {
    font-family: "Montserrat-Light", Arial;
    font-size: 16px; }
  .mainWrapper .headerNav li:hover > a {
    color: #f32f94; }
  .mainWrapper .headerNav .navChild {
    position: relative;
    background-color: #ecf0f1;
    padding: 20px 0; }
    .mainWrapper .headerNav .navChild li {
      padding: 0 10px 0 20px; }
    .mainWrapper .headerNav .navChild .navChild {
      display: none; }
    .mainWrapper .headerNav .navChild li:nth-last-child(n+2) {
      margin-bottom: 24px; }
    .mainWrapper .headerNav .navChild a {
      color: #2f3031; }
  .mainWrapper .headerNav > .nav > li:nth-last-child(n+2) {
    margin-right: 34px; }
  .mainWrapper .headerNav > .nav > .parent {
    position: relative;
    padding-right: 18px; }
    .mainWrapper .headerNav > .nav > .parent:after {
      content: "";
      position: absolute;
      right: 0;
      top: 5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 4px 0 4px;
      border-color: #65cbdd transparent transparent transparent; }
    .mainWrapper .headerNav > .nav > .parent > .navChild {
      display: block;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      position: absolute;
      left: -20px;
      top: 100%;
      z-index: 1;
      transition: all 0.3s ease-out;
      min-width: 200px; }
    .mainWrapper .headerNav > .nav > .parent:hover > .navChild {
      max-height: 400px;
      overflow: visible;
      opacity: 1;
      transition: all 0.3s ease-in; }
  .mainWrapper .headerNav .parent .parent > .navChild {
    display: block;
    max-width: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1;
    border-left: 4px solid transparent;
    background-clip: padding-box;
    transition: all 0.3s ease-out; }
  .mainWrapper .headerNav .parent .parent:hover > .navChild {
    max-width: 300px;
    min-width: 220px;
    overflow: visible;
    opacity: 1;
    transition: all 0.3s ease-in; }
  .mainWrapper .nav > .parent .parent {
    background: url("../img/leftArrow.png") no-repeat 95% center; }
    .mainWrapper .nav > .parent .parent:hover {
      background-image: url("../img/leftArrow_rose.png"); }
  .mainWrapper .nav > li > .navChild {
    margin-top: 10px; }
    .mainWrapper .nav > li > .navChild:after {
      content: "";
      position: absolute;
      top: -10px;
      left: 0;
      height: 10px;
      width: 100%;
      background-color: transparent; }
  .mainWrapper .topRightBlock .col {
    font-family: "Montserrat-Light", Arial;
    font-size: 14px; }
  .mainWrapper .headerLog {
    color: #ffffff;
    padding: 4px 0 4px 28px;
    background: url("../img/logIn.svg") no-repeat center left/contain;
    position: relative; }
    .mainWrapper .headerLog ul {
      display: block;
      position: absolute;
      left: 0px;
      max-height: 0;
      opacity: 0;
      transition: all 0.5s;
      top: calc(100% + 10px);
      background-color: #ecf0f1;
      min-width: 100%;
      font: 15px "Montserrat-Light", Arial;
      padding: 15px 20px;
      z-index: 1000; }
      .mainWrapper .headerLog ul li:first-child {
        margin-bottom: 10px; }
      .mainWrapper .headerLog ul a {
        color: #000;
        font: 16px "Montserrat-Light", Arial;
        display: inline-block; }
        .mainWrapper .headerLog ul a:hover {
          color: #f32f94; }
      .mainWrapper .headerLog ul:after {
        content: "";
        position: absolute;
        top: -10px;
        width: 100%;
        height: 10px;
        display: block;
        left: 0; }
    .mainWrapper .headerLog:hover ul {
      max-height: 200px;
      opacity: 1;
      transition: all 0.5s; }
  .mainWrapper .headerSearch {
    padding: 0 25px; }
    .mainWrapper .headerSearch .searchBtn {
      border: none;
      background: none;
      width: 26px;
      height: 26px; }
      .mainWrapper .headerSearch .searchBtn svg {
        width: 22px;
        height: 21px;
        fill: #65cbdd;
        transition: fill 0.6s; }
      .mainWrapper .headerSearch .searchBtn:hover svg {
        fill: #f32f94;
        transition: fill 0.6s; }
  .mainWrapper .languages {
    position: relative;
    color: #ffffff;
    padding-right: 15px; }
    .mainWrapper .languages:after {
      content: "";
      position: absolute;
      right: 0;
      top: 5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 4px 0 4px;
      border-color: #65cbdd transparent transparent transparent; }
    .mainWrapper .languages ul {
      display: block;
      background-color: #ecf0f1;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      position: absolute;
      right: 0;
      top: 100%;
      z-index: 1;
      transition: all 0.3s ease-out;
      min-width: 100px;
      margin-top: 10px;
      padding: 5px;
      z-index: 9999; }
      .mainWrapper .languages ul:after {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        height: 10px;
        width: 100%;
        background-color: transparent; }
    .mainWrapper .languages:hover ul {
      max-height: 400px;
      overflow: visible;
      opacity: 1;
      transition: all 0.3s ease-in; }
    .mainWrapper .languages a {
      color: #000000;
      padding: 5px;
      display: inline-block; }
  .mainWrapper .langList a {
    display: block !important;
    padding-right: 20px !important;
    text-align: right;
    white-space: nowrap; }
  .mainWrapper .tagine {
    color: #ffffff;
    text-align: center; }
    .mainWrapper .tagine .textBlock {
      margin-top: 112px;
      font-size: 20px; }
      .mainWrapper .tagine .textBlock h2 {
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #ffffff;
        font-family: "Montserrat-Light", Arial;
        font-weight: 600; }
      .mainWrapper .tagine .textBlock p {
        color: #fff;
        font-family: "Montserrat-Light", Arial;
        font-weight: normal; }
  .mainWrapper .redBtnBlock {
    margin: 30px auto; }
  .mainWrapper .videoBtn {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    font-family: "Montserrat-Light", Arial;
    font-size: 14px;
    transition: all 0.5s; }
    .mainWrapper .videoBtn:after {
      content: "";
      position: absolute;
      top: -7px;
      left: 0;
      height: 30px;
      width: 30px;
      background: url("../img/play.svg") no-repeat center center/contain;
      transition: transform 0.5s; }
    .mainWrapper .videoBtn:hover {
      transition: all 0.5s; }
      .mainWrapper .videoBtn:hover:after {
        transform: rotate(360deg);
        transition: transform 0.5s; }
  .mainWrapper .mainFooter {
    border-top: 1px solid #e0f5f8;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0 auto; }
  .mainWrapper .footerInfo {
    padding: 46px 15px 30px;
    width: 980px; }
  .mainWrapper .footerMenu h6 {
    font-family: Montserrat, Arial;
    font-size: 20px;
    color: #65cbdd;
    margin-bottom: 24px;
    font-weight: normal; }
  .mainWrapper .footerMenu li {
    padding-bottom: 15px; }
  .mainWrapper .footerMenu a {
    color: #000000;
    text-decoration: none;
    font-family: "Montserrat-Light", Arial;
    font-size: 14px; }
    .mainWrapper .footerMenu a:hover {
      color: #65cbdd; }
  .mainWrapper .footerMenu.footerSocial a {
    padding-left: 40px;
    background-position: left center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 34px;
    line-height: 34px; }
    .mainWrapper .footerMenu.footerSocial a.facebook {
      background-image: url("../img/facebook.svg"); }
    .mainWrapper .footerMenu.footerSocial a.twitter {
      background-image: url("../img/twitter.svg"); }
    .mainWrapper .footerMenu.footerSocial a.linkedin {
      background-image: url("../img/linkedin.svg"); }
  .mainWrapper .copyrightInfo {
    border-top: 1px solid #e0f5f8;
    color: #95a5a6;
    font-family: "Montserrat-Light", Arial;
    font-size: 14px;
    padding: 20px 0; }
    .mainWrapper .copyrightInfo .col {
      font-size: 14px; }
    .mainWrapper .copyrightInfo a {
      color: #95a5a6;
      text-decoration: none; }
      .mainWrapper .copyrightInfo a:hover {
        color: #65cbdd; }
    .mainWrapper .copyrightInfo .paySystem img {
      width: 50px; }
    .mainWrapper .copyrightInfo .paySystem a {
      display: inline-block;
      vertical-align: middle; }
      .mainWrapper .copyrightInfo .paySystem a:nth-last-child(n+2) {
        margin-right: 25px; }
    .mainWrapper .copyrightInfo .copyrightLinks a:nth-last-child(n+2) {
      margin-right: 17px; }
    .mainWrapper .copyrightInfo .payment_method_icons {
      display: inline-block;
      vertical-align: middle;
      width: 35%; }
      .mainWrapper .copyrightInfo .payment_method_icons li {
        display: inline-block; }
  .mainWrapper .popUpDesign {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 6;
    background-color: rgba(8, 49, 80, 0.9); }
    .mainWrapper .popUpDesign .popUpDesignClose {
      position: fixed;
      right: 30px;
      top: 30px;
      width: 30px;
      height: 30px;
      z-index: 11;
      transition: transform 0.8s;
      cursor: pointer; }
      .mainWrapper .popUpDesign .popUpDesignClose svg {
        width: 30px;
        height: 30px; }
      .mainWrapper .popUpDesign .popUpDesignClose:hover {
        transform: rotate(180deg);
        transition: transform 0.8s; }
        .mainWrapper .popUpDesign .popUpDesignClose:hover path {
          fill: #65cbdd;
          transition: fill 0.5s; }
  .mainWrapper .popUpDesignExample {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    transform: translateY(-50%);
    z-index: 7;
    padding: 40px; }
    .mainWrapper .popUpDesignExample .popUpDesignExampleImg {
      width: 300px; }
      .mainWrapper .popUpDesignExample .popUpDesignExampleImg img {
        width: 100%; }
    .mainWrapper .popUpDesignExample a {
      color: #65cbdd;
      text-decoration: underline; }
      .mainWrapper .popUpDesignExample a:hover {
        text-decoration: none; }
    .mainWrapper .popUpDesignExample .statItem {
      padding: 30px 15px 15px 15px;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      /*    &:nth-child(4){
            .borderSvg{
              stroke: $c-stat3;
            }
          }
          &:nth-child(5){
            .borderSvg{
              stroke: $c-stat5;
            }
          }*/ }
      .mainWrapper .popUpDesignExample .statItem .borderSvg {
        position: absolute;
        left: 0px;
        top: -4px;
        stroke: #cad8dc;
        stroke-width: 4;
        fill: transparent;
        position: absolute;
        /*stroke-dasharray: 522px;
        stroke-dashoffset: 522px;*/ }
      .mainWrapper .popUpDesignExample .statItem else {
        align-content: start; }
      .mainWrapper .popUpDesignExample .statItem:nth-child(1) .borderSvg {
        stroke: #ee2892; }
      .mainWrapper .popUpDesignExample .statItem:nth-child(2) .borderSvg {
        stroke: #72cbdb; }
      .mainWrapper .popUpDesignExample .statItem:nth-child(3) .borderSvg {
        stroke: #c6e162; }
      .mainWrapper .popUpDesignExample .statItem .statNumb {
        font-family: Montserrat, Arial;
        font-size: 26px;
        color: #000;
        text-align: center;
        width: 100%;
        padding-bottom: 5px;
        margin-bottom: 5px;
        position: relative; }
        .mainWrapper .popUpDesignExample .statItem .statNumb:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 1px;
          background-color: #d7dbdd; }
      .mainWrapper .popUpDesignExample .statItem .statDesc {
        text-align: center;
        line-height: 20px;
        font-family: "Montserrat-Light", Arial;
        font-size: 14px; }
  .mainWrapper .popUpDesignExampleContent {
    width: calc(100% - 330px); }
    .mainWrapper .popUpDesignExampleContent > a {
      display: block;
      font-size: 20px;
      font-family: "Montserrat-Light", Arial; }
    .mainWrapper .popUpDesignExampleContent > p:first-of-type {
      font-family: "Montserrat-Light", Arial;
      font-size: 15px;
      margin-top: 30px;
      margin-bottom: 40px;
      line-height: 22px; }
    .mainWrapper .popUpDesignExampleContent > p:last-child {
      color: #8898a3;
      font-family: "Montserrat-Light", Arial;
      font-size: 13px;
      margin-top: 40px; }
      .mainWrapper .popUpDesignExampleContent > p:last-child a {
        font-family: Montserrat, Arial;
        font-size: 14px; }
  .mainWrapper .whiteBlock {
    padding-bottom: 50px;
    background: url("../img/whiteBlockLeft.png") no-repeat left 280px, url("../img/whiteBlockRight.png") no-repeat right bottom; }
  .mainWrapper .howItWork .title {
    margin: 50px auto 40px; }
  .mainWrapper .howItWork .howItWorkItem {
    width: 30%;
    text-align: center !important; }
    .mainWrapper .howItWork .howItWorkItem h6 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 30px; }
    .mainWrapper .howItWork .howItWorkItem p {
      letter-spacing: 1px;
      line-height: 1.2rem;
      color: #95a5a6;
      font-family: "Montserrat-Light", Arial; }
    .mainWrapper .howItWork .howItWorkItem .rocketWrap {
      overflow: hidden; }
  .mainWrapper .howItWork .howItWorkImg {
    display: inline-block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    line-height: 160px;
    margin-bottom: 25px; }
    .mainWrapper .howItWork .howItWorkImg .borderSvg {
      stroke: #cad8dc;
      stroke-width: 2;
      fill: transparent;
      position: absolute;
      left: 1px;
      top: 0;
      stroke-dasharray: 522px;
      stroke-dashoffset: 522px; }
    .mainWrapper .howItWork .howItWorkImg:after {
      content: "";
      display: block;
      position: absolute;
      left: calc(100% + 5px);
      top: 50%;
      width: 0;
      height: 5px;
      background: url("../img/dotBg.png") repeat-x center left; }
  .mainWrapper .howItWork .howItWorkText {
    opacity: 1; }
  .mainWrapper .howItWork .howItWorkNumber {
    position: absolute;
    top: -15px;
    left: calc(50% - 15px);
    background-color: #f32f94;
    line-height: normal;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    opacity: 0;
    font-family: "Montserrat-Light", Arial; }
  .mainWrapper .howItWork .rocketSvg {
    position: relative;
    top: 140px;
    height: 126px;
    width: 113px; }
    .mainWrapper .howItWork .rocketSvg [class^="ellipse"] {
      opacity: 0; }
    .mainWrapper .howItWork .rocketSvg line {
      stroke-dasharray: 30px;
      stroke-dashoffset: 30px; }
    .mainWrapper .howItWork .rocketSvg .st0 {
      fill: #2FA3C2; }
    .mainWrapper .howItWork .rocketSvg .st1 {
      fill: #F32F94; }
    .mainWrapper .howItWork .rocketSvg .st2 {
      fill: none;
      stroke: #64C9DB;
      stroke-miterlimit: 10; }
    .mainWrapper .howItWork .rocketSvg .st3 {
      fill: none;
      stroke: #F32F94;
      stroke-miterlimit: 10;
      enable-background: new; }
  .mainWrapper .howItWork .checkSvg {
    width: 100px;
    height: 104px;
    opacity: 0; }
    .mainWrapper .howItWork .checkSvg .st0 {
      fill: none;
      stroke: #2FA3C2;
      stroke-miterlimit: 10; }
    .mainWrapper .howItWork .checkSvg .st1 {
      fill: none;
      stroke: #F32F94;
      stroke-miterlimit: 10; }
  .mainWrapper .howItWork .browseSvgWrap {
    padding-left: 30px; }
  .mainWrapper .howItWork .browseSvg {
    opacity: 0;
    width: 134px;
    height: 110px; }
    .mainWrapper .howItWork .browseSvg .st0 {
      fill: none;
      stroke: #2FA3C2;
      stroke-miterlimit: 10; }
    .mainWrapper .howItWork .browseSvg .st1 {
      fill: none;
      stroke: #F32F94;
      stroke-miterlimit: 10; }
  .mainWrapper .animated .howItWorkItem:nth-child(1) .borderSvg {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 3s; }
  .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg {
    top: 0;
    transition: top 1s; }
    .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg [class^="ellipse"] {
      opacity: 1; }
    .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg .ellipse1 {
      transition: opacity 0.2s 1s; }
    .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg .ellipse2 {
      transition: opacity 0.2s 1.2s; }
    .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg .ellipse3 {
      transition: opacity 0.2s 1.4s; }
    .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg .ellipse4 {
      transition: opacity 0.2s 1.6s; }
    .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg .ellipse5 {
      transition: opacity 0.2s 1.8s; }
    .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg line {
      stroke-dashoffset: 0; }
      .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg line:nth-of-type(1) {
        transition: stroke-dashoffset 0.1s 2s; }
      .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg line:nth-of-type(2) {
        transition: stroke-dashoffset 0.1s 2.1s; }
      .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg line:nth-of-type(3) {
        transition: stroke-dashoffset 0.1s 2.2s; }
      .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg line:nth-of-type(4) {
        transition: stroke-dashoffset 0.1s 2.3s; }
      .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg line:nth-of-type(5) {
        transition: stroke-dashoffset 0.1s 2.4s; }
      .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg line:nth-of-type(6) {
        transition: stroke-dashoffset 0.1s 2.5s; }
      .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg line:nth-of-type(7) {
        transition: stroke-dashoffset 0.1s 2.6s; }
      .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg line:nth-of-type(8) {
        transition: stroke-dashoffset 0.1s 2.7s; }
      .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg line:nth-of-type(9) {
        transition: stroke-dashoffset 0.1s 2.8s; }
      .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg line:nth-of-type(10) {
        transition: stroke-dashoffset 0.1s 2.9s; }
      .mainWrapper .animated .howItWorkItem:nth-child(1) .rocketSvg line:nth-of-type(11) {
        transition: stroke-dashoffset 0.1s 3s; }
  .mainWrapper .animated .howItWorkItem:nth-child(1) .howItWorkText {
    opacity: 1;
    transition: opacity 0s 3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }
  .mainWrapper .animated .howItWorkItem:nth-child(1) .howItWorkNumber {
    opacity: 1;
    transition: opacity 0s 4s; }
  .mainWrapper .animated .howItWorkItem:nth-child(1) .howItWorkImg:after {
    width: 225px;
    transition: width 0.5s 4s; }
  .mainWrapper .animated .howItWorkItem:nth-child(2) .borderSvg {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 3s 4.5s; }
  .mainWrapper .animated .howItWorkItem:nth-child(2) .checkSvg {
    opacity: 1;
    transition: opacity 0s 4.5s; }
  .mainWrapper .animated .howItWorkItem:nth-child(2) .howItWorkText {
    opacity: 1;
    transition: opacity 0s 7.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s; }
  .mainWrapper .animated .howItWorkItem:nth-child(2) .howItWorkNumber {
    opacity: 1;
    transition: opacity 0.4s 8.5s; }
  .mainWrapper .animated .howItWorkItem:nth-child(2) .howItWorkImg:after {
    width: 225px;
    transition: width 0.5s 8.9s; }
  .mainWrapper .animated .howItWorkItem:nth-child(3) .borderSvg {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 3s 9.4s; }
  .mainWrapper .animated .howItWorkItem:nth-child(3) .browseSvg {
    opacity: 1;
    transition: opacity 0s 9.4s; }
  .mainWrapper .animated .howItWorkItem:nth-child(3) .howItWorkText {
    opacity: 1;
    transition: opacity 0s 12.4s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 12.4s;
    animation-delay: 12.4s; }
  .mainWrapper .animated .howItWorkItem:nth-child(3) .howItWorkNumber {
    opacity: 1;
    transition: opacity 0.4s 13.4s; }
  .mainWrapper .contestExamples {
    padding-top: 50px; }
    .mainWrapper .contestExamples .title {
      margin-bottom: 48px; }
    .mainWrapper .contestExamples .downloadMore {
      text-align: center; }
  .mainWrapper .examplesItem {
    width: 260px;
    text-align: center !important;
    font-family: Montserrat, Arial;
    margin-bottom: 40px;
    text-decoration: none;
    color: #000000;
    transition: all 0.5s; }
    .mainWrapper .examplesItem:hover {
      color: #f32f94; }
      .mainWrapper .examplesItem:hover .examplesImgBlock:before {
        height: 100%;
        transition: height 0.8s; }
    .mainWrapper .examplesItem p {
      font-size: 20px;
      width: 80%;
      margin: 0 auto;
      line-height: 30px; }
  .mainWrapper .examplesImgBlock {
    width: 260px;
    height: 260px;
    position: relative;
    margin-bottom: 15px;
    z-index: 1; }
    .mainWrapper .examplesImgBlock:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 50%;
      width: 100%;
      background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 15%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.95));
      transition: height 0.5s; }
    .mainWrapper .examplesImgBlock img {
      width: 100%;
      height: 100%; }
    .mainWrapper .examplesImgBlock .examplesDescBlock {
      position: absolute;
      width: 100%;
      padding-bottom: 20px;
      bottom: 0;
      font-weight: 600;
      color: #ffffff; }
      .mainWrapper .examplesImgBlock .examplesDescBlock .examplesPrice {
        font-size: 30px;
        display: block;
        width: 100%; }
      .mainWrapper .examplesImgBlock .examplesDescBlock .examplesDesc {
        border: 1px solid #57c6d7;
        font-family: "Montserrat-Light", Arial;
        font-size: 12px;
        width: 200px;
        text-align: center !important;
        padding: 5px;
        margin-top: 17px; }
        .mainWrapper .examplesImgBlock .examplesDescBlock .examplesDesc span {
          color: #57c6d7; }
  .mainWrapper .paralax1 {
    background-image: url("../img/paralax1.jpg");
    color: #ffffff;
    text-align: center;
    padding: 56px 0; }
    .mainWrapper .paralax1 p {
      font-family: Montserrat, Arial;
      font-size: 28px;
      line-height: 35px;
      width: 65%;
      margin: 0 auto 25px;
      word-spacing: 1px;
      color: #ffffff; }
  .mainWrapper .categoryExamples {
    margin-top: 45px;
    margin-bottom: 20px; }
    .mainWrapper .categoryExamples .title {
      margin-bottom: 45px; }
    .mainWrapper .categoryExamples .categoryExamplesWrap {
      width: 1065px; }
    .mainWrapper .categoryExamples .borderSvg {
      stroke: #cad8dc;
      stroke-width: 2;
      fill: transparent;
      position: absolute;
      left: -2px;
      top: -2px;
      stroke-dasharray: 270px;
      stroke-dashoffset: 270px; }
  .mainWrapper .categoryItemWrap .categoryItem {
    position: relative;
    text-align: left; }
    .mainWrapper .categoryItemWrap .categoryItem:after {
      content: "";
      position: absolute;
      top: calc(50% - 6px);
      display: block;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background-color: #65cbdd;
      opacity: 0; }
    .mainWrapper .categoryItemWrap .categoryItem:before {
      content: "";
      position: absolute;
      top: calc(50% + 15px);
      display: block;
      width: 5px;
      height: 0;
      background-color: #b7f1f5; }
    .mainWrapper .categoryItemWrap .categoryItem .categoryItemImg {
      position: relative; }
      .mainWrapper .categoryItemWrap .categoryItem .categoryItemImg img {
        opacity: 0; }
      .mainWrapper .categoryItemWrap .categoryItem .categoryItemImg:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        width: 0;
        height: 5px; }
  .mainWrapper .categoryItemWrap:nth-last-child(n+2) {
    margin-bottom: 25px; }
  .mainWrapper .categoryItemWrap:nth-child(2n+1) {
    text-align: right; }
    .mainWrapper .categoryItemWrap:nth-child(2n+1) .categoryItemImg {
      margin-right: 12px; }
      .mainWrapper .categoryItemWrap:nth-child(2n+1) .categoryItemImg:after {
        right: calc(100% + 5px);
        background: url("../img/dotBg.png") repeat-x center left; }
    .mainWrapper .categoryItemWrap:nth-child(2n+1) .categoryItem {
      width: 50%;
      padding-left: 110px; }
      .mainWrapper .categoryItemWrap:nth-child(2n+1) .categoryItem:after {
        left: 0; }
      .mainWrapper .categoryItemWrap:nth-child(2n+1) .categoryItem:before {
        left: 5px; }
  .mainWrapper .categoryItemWrap:nth-child(2n) .categoryItemText {
    margin-right: 12px;
    width: 310px; }
  .mainWrapper .categoryItemWrap:nth-child(2n) .categoryItemImg:after {
    left: calc(100% + 15px);
    background: url("../img/dotBg.png") repeat-x center left; }
  .mainWrapper .categoryItemWrap:nth-child(2n) .categoryItem {
    width: 51%;
    padding-right: 100px; }
    .mainWrapper .categoryItemWrap:nth-child(2n) .categoryItem:after {
      right: -5px; }
    .mainWrapper .categoryItemWrap:nth-child(2n) .categoryItem:before {
      right: 0; }
  .mainWrapper .categoryItemWrap:last-child .categoryItem:before {
    display: none; }
  .mainWrapper .categoryItemImg {
    padding: 18px;
    border-radius: 50%;
    width: 90px;
    height: 90px; }
    .mainWrapper .categoryItemImg img {
      height: 50px;
      width: 50px; }
  .mainWrapper .categoryItemText {
    width: 250px;
    opacity: 0; }
    .mainWrapper .categoryItemText a {
      font-family: Montserrat, Arial;
      font-size: 20px;
      margin-bottom: 10px;
      color: black;
      display: block; }
      .mainWrapper .categoryItemText a:hover {
        color: #f32f94;
        text-decoration: none; }
    .mainWrapper .categoryItemText p {
      font-family: "Montserrat-Light", Arial;
      font-size: 14px;
      color: #95a5a6;
      line-height: 20px; }
  .mainWrapper .animated .categoryItemWrap:nth-child(1) .categoryItem:after {
    opacity: 1;
    transition: opacity 0.1s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(1) .categoryItem .categoryItemImg:after {
    width: 85px;
    transition: width 0.3s 0.1s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(1) .categoryItem .categoryItemImg .borderSvg {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.4s 0.4s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(1) .categoryItem .categoryItemImg img {
    opacity: 1;
    transition: opacity 0s 1.2s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(1) .categoryItem .categoryItemText {
    opacity: 1;
    transition: opacity 1.7s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(1) .categoryItem:before {
    height: 85px;
    transition: height 0.3s 1.7s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(2) .categoryItem:after {
    opacity: 1;
    transition: opacity 0.1s 2s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(2) .categoryItem .categoryItemImg:after {
    width: 85px;
    transition: width 0.3s 2.1s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(2) .categoryItem .categoryItemImg .borderSvg {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.4s 2.4s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(2) .categoryItem .categoryItemImg img {
    opacity: 1;
    transition: opacity 0s 3.2s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(2) .categoryItem .categoryItemText {
    opacity: 1;
    transition: opacity 3.7s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(2) .categoryItem:before {
    height: 85px;
    transition: height 0.3s 3.7s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(3) .categoryItem:after {
    opacity: 1;
    transition: opacity 0.1s 4s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(3) .categoryItem .categoryItemImg:after {
    width: 85px;
    transition: width 0.3s 4.1s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(3) .categoryItem .categoryItemImg .borderSvg {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.4s 4.4s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(3) .categoryItem .categoryItemImg img {
    opacity: 1;
    transition: opacity 0s 5.2s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(3) .categoryItem .categoryItemText {
    opacity: 1;
    transition: opacity 5.7s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 5.2s;
    animation-delay: 5.2s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(3) .categoryItem:before {
    height: 85px;
    transition: height 0.3s 5.7s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(4) .categoryItem:after {
    opacity: 1;
    transition: opacity 0.1s 6s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(4) .categoryItem .categoryItemImg:after {
    width: 85px;
    transition: width 0.3s 6.1s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(4) .categoryItem .categoryItemImg .borderSvg {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.4s 6.4s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(4) .categoryItem .categoryItemImg img {
    opacity: 1;
    transition: opacity 0s 7.2s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 6.8s;
    animation-delay: 6.8s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(4) .categoryItem .categoryItemText {
    opacity: 1;
    transition: opacity 7.7s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 7.2s;
    animation-delay: 7.2s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(4) .categoryItem:before {
    height: 85px;
    transition: height 0.3s 7.7s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(5) .categoryItem:after {
    opacity: 1;
    transition: opacity 0.1s 8s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(5) .categoryItem .categoryItemImg:after {
    width: 85px;
    transition: width 0.3s 8.1s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(5) .categoryItem .categoryItemImg .borderSvg {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 0.4s 8.4s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(5) .categoryItem .categoryItemImg img {
    opacity: 1;
    transition: opacity 0s 9.2s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 8.8s;
    animation-delay: 8.8s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(5) .categoryItem .categoryItemText {
    opacity: 1;
    transition: opacity 9.7s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 9.2s;
    animation-delay: 9.2s; }
  .mainWrapper .animated .categoryItemWrap:nth-child(5) .categoryItem:before {
    height: 85px;
    transition: height 0.3s 9.7s; }
  .mainWrapper .designExamples {
    padding-top: 50px;
    padding-bottom: 20px; }
    .mainWrapper .designExamples .title {
      margin-bottom: 50px; }
    .mainWrapper .designExamples .designExamplesLink {
      text-align: center;
      width: 165px;
      height: 162px;
      line-height: 162px;
      margin-bottom: 30px;
      margin-right: 25px;
      position: relative;
      overflow: hidden; }
      .mainWrapper .designExamples .designExamplesLink:nth-child(6n) {
        margin-right: 0; }
      .mainWrapper .designExamples .designExamplesLink img {
        vertical-align: bottom;
        width: auto;
        height: 100%; }
      .mainWrapper .designExamples .designExamplesLink:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(100, 202, 221, 0.8);
        transition: opacity 0.5s; }
      .mainWrapper .designExamples .designExamplesLink:after {
        content: "";
        display: block;
        opacity: 0;
        position: absolute;
        width: 50px;
        height: 50px;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
        border: 2px solid #fff;
        background: url("../img/hover.svg") no-repeat center center/30px 30px;
        transition: opacity 0.5s; }
      .mainWrapper .designExamples .designExamplesLink:hover:before {
        opacity: 1;
        transition: opacity 0.5s 0s; }
      .mainWrapper .designExamples .designExamplesLink:hover:after {
        opacity: 1;
        transition: opacity 0 0.5s; }
      .mainWrapper .designExamples .designExamplesLink.downloadMoreWrap:before, .mainWrapper .designExamples .designExamplesLink.downloadMoreWrap:after {
        display: none; }
  .mainWrapper .knownFrom {
    background-color: #ecf1f5;
    padding: 45px 0; }
    .mainWrapper .knownFrom .title {
      margin-bottom: 50px; }
    .mainWrapper .knownFrom a {
      width: 200px;
      height: 65px;
      background-position: center center;
      background-repeat: no-repeat;
      transition: all 1s; }
      .mainWrapper .knownFrom a:hover {
        transition: all 0.8s; }
      .mainWrapper .knownFrom a:nth-child(1) {
        background-image: url("../img/partner1_green.png"); }
      .mainWrapper .knownFrom a:nth-child(2) {
        background-image: url("../img/partner2_green.png"); }
      .mainWrapper .knownFrom a:nth-child(3) {
        background-image: url("../img/partner3_green.png"); }
      .mainWrapper .knownFrom a:nth-child(4) {
        background-image: url("../img/partner4_green.png"); }
      .mainWrapper .knownFrom a:nth-child(5) {
        background-image: url("../img/partner5_green.png"); }
      .mainWrapper .knownFrom a:hover:nth-child(1) {
        background-image: url("../img/partner1.png"); }
      .mainWrapper .knownFrom a:hover:nth-child(2) {
        background-image: url("../img/partner2.png"); }
      .mainWrapper .knownFrom a:hover:nth-child(3) {
        background-image: url("../img/partner3.png"); }
      .mainWrapper .knownFrom a:hover:nth-child(4) {
        background-image: url("../img/partner4.png"); }
      .mainWrapper .knownFrom a:hover:nth-child(5) {
        background-image: url("../img/partner5.png"); }
  .mainWrapper .contactInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 20px; }
    .mainWrapper .contactInfo .userInfo {
      font-size: 16px; }
    .mainWrapper .contactInfo .userPhoto {
      margin-right: 15px;
      width: 62px;
      height: 62px;
      position: relative;
      overflow: hidden; }
      .mainWrapper .contactInfo .userPhoto img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0; }
    .mainWrapper .contactInfo .userInfoName {
      font-weight: 600;
      display: block;
      line-height: 20px;
      margin-bottom: 3px; }
    .mainWrapper .contactInfo .userInfoJob {
      font-family: "Montserrat-Light", Arial; }
  .mainWrapper .testimonialsMain {
    padding: 50px 0; }
    .mainWrapper .testimonialsMain .testimonialsItemWrap {
      text-align: center; }
    .mainWrapper .testimonialsMain .testimonialsItem {
      width: 75%;
      text-align: left; }
    .mainWrapper .testimonialsMain .title {
      margin-bottom: 40px; }
    .mainWrapper .testimonialsMain .testimonialsText {
      font-family: "Montserrat-Light", Arial;
      line-height: 20px;
      line-height: 20px;
      margin-bottom: 10px;
      font-size: 16px; }
    .mainWrapper .testimonialsMain .testimonialsReadMore {
      display: inline-block;
      color: #08cff0;
      text-decoration: none; }
      .mainWrapper .testimonialsMain .testimonialsReadMore:hover {
        color: #f32f94;
        border-bottom: none; }
    .mainWrapper .testimonialsMain .slick-dots {
      text-align: center;
      margin-top: 50px; }
      .mainWrapper .testimonialsMain .slick-dots li {
        display: inline-block; }
        .mainWrapper .testimonialsMain .slick-dots li:hover button, .mainWrapper .testimonialsMain .slick-dots li.slick-active button {
          background-color: #68cadd; }
        .mainWrapper .testimonialsMain .slick-dots li:nth-last-child(n+2) {
          margin-right: 10px; }
      .mainWrapper .testimonialsMain .slick-dots button {
        border: none;
        color: transparent;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #d1eff5;
        outline: none; }
  .mainWrapper .ourStat {
    background-image: url("../img/paralax2.jpg");
    color: #ffffff;
    text-align: center;
    padding: 48px 0 52px; }
    .mainWrapper .ourStat h4 {
      margin-bottom: 44px;
      font-family: Montserrat, Arial;
      font-size: 27px; }
    .mainWrapper .ourStat .statItem {
      padding: 20px;
      width: 170px;
      height: 170px;
      border-radius: 50%;
      padding-top: 46px;
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .mainWrapper .ourStat .statItem .borderSvg {
        position: absolute;
        left: 0px;
        top: -4px;
        stroke: #cad8dc;
        stroke-width: 4;
        fill: transparent;
        position: absolute;
        stroke-dasharray: 522px;
        stroke-dashoffset: 522px; }
      .mainWrapper .ourStat .statItem else {
        align-content: start; }
      .mainWrapper .ourStat .statItem:nth-child(1) .borderSvg {
        stroke: #ee2892; }
      .mainWrapper .ourStat .statItem:nth-child(2) .borderSvg {
        stroke: #72cbdb; }
      .mainWrapper .ourStat .statItem:nth-child(3) .borderSvg {
        stroke: #bcf1f6; }
      .mainWrapper .ourStat .statItem:nth-child(4) .borderSvg {
        stroke: #c6e162; }
      .mainWrapper .ourStat .statItem:nth-child(5) .borderSvg {
        stroke: #fbfc6e; }
      .mainWrapper .ourStat .statItem .statNumb {
        font-family: Montserrat, Arial;
        font-size: 20px;
        color: #fff !important;
        text-align: center;
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
        position: relative;
        opacity: 0; }
        .mainWrapper .ourStat .statItem .statNumb:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          width: 0;
          height: 1px;
          background-color: #ffffff; }
      .mainWrapper .ourStat .statItem .statDesc {
        opacity: 0;
        text-align: center;
        line-height: 20px;
        font-family: "Montserrat-Light", Arial;
        font-size: 14px; }
  .mainWrapper .animated.ourStat .statItem:nth-child(1) .borderSvg {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s 0s; }
  .mainWrapper .animated.ourStat .statItem:nth-child(1) .statNumb {
    opacity: 1; }
    .mainWrapper .animated.ourStat .statItem:nth-child(1) .statNumb:after {
      width: 100%;
      transition: width 1s; }
  .mainWrapper .animated.ourStat .statItem:nth-child(1) .statDesc {
    opacity: 1;
    transition: opacity 0.5s 1s; }
  .mainWrapper .animated.ourStat .statItem:nth-child(2) .borderSvg {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s 1.5s; }
  .mainWrapper .animated.ourStat .statItem:nth-child(2) .statNumb {
    opacity: 1;
    transition: opacity 0s 1.5s; }
    .mainWrapper .animated.ourStat .statItem:nth-child(2) .statNumb:after {
      width: 100%;
      transition: width 1s 1.5s; }
  .mainWrapper .animated.ourStat .statItem:nth-child(2) .statDesc {
    opacity: 1;
    transition: opacity 0.5s 2.5s; }
  .mainWrapper .animated.ourStat .statItem:nth-child(3) .borderSvg {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s 3s; }
  .mainWrapper .animated.ourStat .statItem:nth-child(3) .statNumb {
    opacity: 1;
    transition: opacity 0s 3s; }
    .mainWrapper .animated.ourStat .statItem:nth-child(3) .statNumb:after {
      width: 100%;
      transition: width 1s 3s; }
  .mainWrapper .animated.ourStat .statItem:nth-child(3) .statDesc {
    opacity: 1;
    transition: opacity 0.5s 4s; }
  .mainWrapper .animated.ourStat .statItem:nth-child(4) .borderSvg {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s 4.5s; }
  .mainWrapper .animated.ourStat .statItem:nth-child(4) .statNumb {
    opacity: 1;
    transition: opacity 0s 4.5s; }
    .mainWrapper .animated.ourStat .statItem:nth-child(4) .statNumb:after {
      width: 100%;
      transition: width 1s 4.5s; }
  .mainWrapper .animated.ourStat .statItem:nth-child(4) .statDesc {
    opacity: 1;
    transition: opacity 0.5s 5.5s; }
  .mainWrapper .animated.ourStat .statItem:nth-child(5) .borderSvg {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s 6s; }
  .mainWrapper .animated.ourStat .statItem:nth-child(5) .statNumb {
    opacity: 1;
    transition: opacity 0s 6s; }
    .mainWrapper .animated.ourStat .statItem:nth-child(5) .statNumb:after {
      width: 100%;
      transition: width 1s 6s; }
  .mainWrapper .animated.ourStat .statItem:nth-child(5) .statDesc {
    opacity: 1;
    transition: opacity 0.5s 7s; }
  .mainWrapper.logoDesign-wrapper .whiteBlock {
    padding-bottom: 0; }
  .mainWrapper.logoDesign-wrapper .social-icon-fixed {
    background-color: #fff;
    padding: 0;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 10; }
    .mainWrapper.logoDesign-wrapper .social-icon-fixed .social-item {
      display: block;
      margin: 0 auto;
      padding: 10px 15px;
      position: relative; }
      .mainWrapper.logoDesign-wrapper .social-icon-fixed .social-item .like-btn {
        display: none;
        position: absolute;
        right: calc(100% + 5px);
        top: 0;
        white-space: nowrap;
        color: white;
        font: 12px Montserrat, Arial;
        padding: 10px; }
        .mainWrapper.logoDesign-wrapper .social-icon-fixed .social-item .like-btn div[id*="plusone"] {
          width: 65px !important;
          overflow: hidden; }
      .mainWrapper.logoDesign-wrapper .social-icon-fixed .social-item:before {
        content: "";
        display: block;
        opacity: 0;
        position: absolute;
        left: -10px;
        top: 15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 5px 0;
        border-color: transparent #00aced transparent transparent; }
      .mainWrapper.logoDesign-wrapper .social-icon-fixed .social-item:after {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 50%; }
      .mainWrapper.logoDesign-wrapper .social-icon-fixed .social-item:hover .social-icon .st0 {
        fill: #00aced; }
      .mainWrapper.logoDesign-wrapper .social-icon-fixed .social-item:hover:before, .mainWrapper.logoDesign-wrapper .social-icon-fixed .social-item:hover:after {
        opacity: 1;
        transition: all .3s; }
      .mainWrapper.logoDesign-wrapper .social-icon-fixed .social-item:hover .like-btn {
        display: block; }
    .mainWrapper.logoDesign-wrapper .social-icon-fixed .social-icon {
      width: 20px;
      height: 20px; }
      .mainWrapper.logoDesign-wrapper .social-icon-fixed .social-icon .st0 {
        fill: #bdc3c7; }
  .mainWrapper.logoDesign-wrapper header {
    position: relative;
    padding-bottom: 30px;
    background-image: url("../img/header_shadow.png"), url("../img/header_bgimg.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    .mainWrapper.logoDesign-wrapper header:before {
      content: "";
      display: block;
      border-top: 1px solid #1a4e6a;
      width: 100%;
      position: absolute;
      top: 75px;
      left: 0; }
    .mainWrapper.logoDesign-wrapper header .breadcrumbs {
      margin-top: 20px; }
      .mainWrapper.logoDesign-wrapper header .breadcrumbs ul {
        list-style: none;
        font: 12px/16px Montserrat, Arial; }
      .mainWrapper.logoDesign-wrapper header .breadcrumbs li {
        position: relative;
        display: inline-block; }
        .mainWrapper.logoDesign-wrapper header .breadcrumbs li:nth-child(n+2) {
          margin-left: 16px; }
          .mainWrapper.logoDesign-wrapper header .breadcrumbs li:nth-child(n+2):after {
            content: "";
            position: absolute;
            left: -10px;
            top: 7px;
            width: 4px;
            height: 4px;
            display: block;
            border-radius: 50%;
            background-color: white; }
      .mainWrapper.logoDesign-wrapper header .breadcrumbs a {
        text-decoration: underline;
        color: #a5acb5; }
        .mainWrapper.logoDesign-wrapper header .breadcrumbs a:hover {
          color: white;
          text-decoration: none; }
      .mainWrapper.logoDesign-wrapper header .breadcrumbs span {
        color: white; }
    .mainWrapper.logoDesign-wrapper header .tagine .textBlock {
      margin-top: 15px; }
      .mainWrapper.logoDesign-wrapper header .tagine .textBlock > h2 {
        margin-bottom: 25px; }
        .mainWrapper.logoDesign-wrapper header .tagine .textBlock > h2 span {
          color: #f32f94; }
      .mainWrapper.logoDesign-wrapper header .tagine .textBlock p {
        margin-top: 25px;
        color: #fff;
        font: 20px/24px "Montserrat-Light", Arial;
        font-weight: normal; }
    .mainWrapper.logoDesign-wrapper header #video-player-logo {
      position: relative;
      display: inline-block;
      overflow: hidden;
      border: 2px solid white; }
      .mainWrapper.logoDesign-wrapper header #video-player-logo iframe {
        vertical-align: bottom; }
      .mainWrapper.logoDesign-wrapper header #video-player-logo .playBtn {
        position: absolute;
        width: 160px;
        height: 120px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 0 300px rgba(0, 0, 0, 0.8);
        overflow: hidden; }
        .mainWrapper.logoDesign-wrapper header #video-player-logo .playBtn span {
          display: block;
          text-transform: uppercase; }
        .mainWrapper.logoDesign-wrapper header #video-player-logo .playBtn .circle {
          stroke-dasharray: 272px;
          stroke-dashoffset: 0;
          transition: stroke-dashoffset .7s;
          transition-delay: .3s; }
        .mainWrapper.logoDesign-wrapper header #video-player-logo .playBtn .triangle {
          fill: transparent;
          transition: fill 0.3s; }
        .mainWrapper.logoDesign-wrapper header #video-player-logo .playBtn:hover .triangle {
          fill: #67cbdc;
          transition: fill .3s;
          transition-delay: .7s; }
        .mainWrapper.logoDesign-wrapper header #video-player-logo .playBtn:hover .circle {
          stroke-dashoffset: 272px;
          transition: stroke-dashoffset .7s; }
  .mainWrapper.logoDesign-wrapper .howItWork .logoDesign-step1 {
    width: 90px;
    height: 90px; }
    .mainWrapper.logoDesign-wrapper .howItWork .logoDesign-step1 .st0 {
      fill: none;
      stroke: #67CADA;
      stroke-miterlimit: 10; }
    .mainWrapper.logoDesign-wrapper .howItWork .logoDesign-step1 .st1 {
      fill: none;
      stroke: #ED3393;
      stroke-miterlimit: 10; }
  .mainWrapper.logoDesign-wrapper .howItWork .logoDesign-step2 {
    width: 80px;
    height: 80px;
    opacity: 0; }
    .mainWrapper.logoDesign-wrapper .howItWork .logoDesign-step2 .st0 {
      fill: none;
      stroke: #67CADA;
      stroke-miterlimit: 10; }
    .mainWrapper.logoDesign-wrapper .howItWork .logoDesign-step2 .st1 {
      fill: none;
      stroke: #ED3393;
      stroke-miterlimit: 10; }
  .mainWrapper.logoDesign-wrapper .howItWork .logoDesign-step3 {
    width: 80px;
    height: 80px;
    opacity: 0; }
    .mainWrapper.logoDesign-wrapper .howItWork .logoDesign-step3 .st0 {
      fill: none;
      stroke: #67CADA;
      stroke-miterlimit: 10; }
    .mainWrapper.logoDesign-wrapper .howItWork .logoDesign-step3 .st1 {
      fill: none;
      stroke: #ED3393;
      stroke-miterlimit: 10; }
  .mainWrapper.logoDesign-wrapper .howItWork.animated .logoDesign-step2 {
    opacity: 1;
    transition: opacity 0s 4.5s; }
  .mainWrapper.logoDesign-wrapper .howItWork.animated .logoDesign-step3 {
    opacity: 1;
    transition: opacity 0s 9.4s; }
  .mainWrapper.logoDesign-wrapper .logoDesign_FAQ .title {
    font: 27px/30px Montserrat, Arial;
    text-transform: uppercase;
    color: #303030;
    padding: 45px 0; }
  .mainWrapper.logoDesign-wrapper .logoDesign_FAQ > p {
    width: 1170px;
    padding: 20px 15px;
    margin: 0 auto; }
    .mainWrapper.logoDesign-wrapper .logoDesign_FAQ > p span, .mainWrapper.logoDesign-wrapper .logoDesign_FAQ > p strong {
      font-size: inherit !important; }
  .mainWrapper.logoDesign-wrapper .logoDesign_FAQ ul {
    counter-reset: licount;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .mainWrapper.logoDesign-wrapper .logoDesign_FAQ li {
    width: calc(50% - 15px);
    display: block;
    padding-left: 50px;
    padding-bottom: 25px;
    margin-bottom: 35px;
    position: relative;
    vertical-align: top;
    border-bottom: 1px solid #ecf0f1; }
  .mainWrapper.logoDesign-wrapper .logoDesign_FAQ h6 {
    font: 20px/30px Montserrat, Arial;
    padding-bottom: 20px;
    position: relative; }
    .mainWrapper.logoDesign-wrapper .logoDesign_FAQ h6:before {
      counter-increment: licount;
      content: counter(licount);
      display: block;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      left: -50px;
      background-color: #66cadf;
      color: white;
      font: 18px/30px Montserrat, Arial;
      text-align: center; }
  .mainWrapper.logoDesign-wrapper .logoDesign_FAQ p {
    color: #95a5a6;
    font: 15px/22px "Montserrat-Light", Arial; }
  .mainWrapper.logoDesign-wrapper .mainFooter {
    position: static; }
  .mainWrapper.logoDesign-wrapper .testimonialsMain .testimonialsText p {
    font-family: "Montserrat-Light", Arial;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 16px; }
  .mainWrapper.logoDesign-wrapper .logoDesign-main-text {
    margin-top: 25px;
    color: #fff;
    font: 20px/24px "Montserrat-Light", Arial;
    font-weight: normal; }
    .mainWrapper.logoDesign-wrapper .logoDesign-main-text span, .mainWrapper.logoDesign-wrapper .logoDesign-main-text strong {
      font-size: inherit !important; }
    .mainWrapper.logoDesign-wrapper .logoDesign-main-text h2 {
      font: 20px/24px "Montserrat-Light", Arial !important;
      margin-bottom: 0 !important;
      text-align: center !important;
      font-weight: normal; }
    .mainWrapper.logoDesign-wrapper .logoDesign-main-text p:empty {
      display: none; }

#featured-press-list {
  height: auto !important;
  line-height: 1 !important; }



