@import url("./bootstrap/css/bootstrap-reboot.min.css");
@import url("./bootstrap/css/bootstrap-grid.min.css");
/* quicksand-300 - latin-ext_latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/quicksand/quicksand-v19-latin-ext_latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-300.woff2") format("woff2"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-300.woff") format("woff"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-300.ttf") format("truetype"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-300.svg#Quicksand") format("svg");
  /* Legacy iOS */
}

/* quicksand-500 - latin-ext_latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/quicksand/quicksand-v19-latin-ext_latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-500.woff") format("woff"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-500.ttf") format("truetype"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-500.svg#Quicksand") format("svg");
  /* Legacy iOS */
}

/* quicksand-regular - latin-ext_latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/quicksand/quicksand-v19-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-regular.woff") format("woff"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-regular.svg#Quicksand") format("svg");
  /* Legacy iOS */
}

/* quicksand-700 - latin-ext_latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/quicksand/quicksand-v19-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-700.woff") format("woff"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-700.svg#Quicksand") format("svg");
  /* Legacy iOS */
}

/* quicksand-600 - latin-ext_latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/quicksand/quicksand-v19-latin-ext_latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-600.woff") format("woff"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-600.ttf") format("truetype"), url("../fonts/quicksand/quicksand-v19-latin-ext_latin-600.svg#Quicksand") format("svg");
  /* Legacy iOS */
}

.chartBarsWrap {
  padding-left: 40px;
  margin: 0 30px 0 20px;
}

.chartBars {
  position: relative;
  max-width: 600px;
  height: 300px;
  margin: 50px auto 100px;
}

.chartBars .bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  width: 100%;
  height: 100%;
  padding: 0;
  padding: 0 1%;
  margin: 0;
}

.chartBars .bars li {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  height: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  font-size: 16px;
}

.chartBars .bars li .bar {
  width: 100%;
  background: #49E;
  position: absolute;
  font-size: 1.5em;
  color: #fff;
  bottom: 0;
  height: 0;
  overflow: hidden;
  outline: 2px solid transparent;
  -webkit-transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
  transition: 1.5s height cubic-bezier(0.6, 0.4, 0.4, 1.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chartBars .bars li .bar:after {
  content: '%';
  font-size: 12px !important;
  vertical-align: top;
  color: rgba(255, 255, 255, 0.8);
  margin-right: -8px;
}

.chartBars .bars li b {
  color: #eee;
  width: 100%;
  position: absolute;
  bottom: -4em;
  left: 0;
  text-align: center;
}

@media (max-width: 476px) {
  .chartBars .bars li b {
    font-size: 8px;
  }
}

.chartBars .numbers {
  width: 50px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  left: -50px;
}

.chartBars .numbers li {
  text-align: right;
  padding-right: 1em;
  list-style: none;
  height: 59px;
  position: relative;
  font-size: 13px;
  bottom: 15px;
  right: -9px;
  color: #eee;
}

.chartBars .numbers li:after {
  content: "\00af";
  position: relative;
  right: -5px;
  font-size: 20px;
  top: 7px;
  color: rgba(255, 255, 255, 0.34);
}

.chartBars .numbers li:first-of-type {
  height: 63px;
  margin-top: -1px;
}

.chartBars1 .bar {
  border-top-right-radius: 30px;
}

.chartBars2 {
  max-width: 350px;
}

.chartBars2 .bars {
  padding: 0;
}

.chartBars2 .bars li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.chartBars2 .bars li .bar {
  -webkit-box-shadow: 0 0 20px #222;
          box-shadow: 0 0 20px #222;
}

.chartBars3 {
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid #666;
  border-right: 1px solid #666;
}

.chartBars3 .bars {
  border-color: #666;
  padding: 0;
}

.chartBars3 .bars li .bar {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  font-size: 22px !important;
}

.chartBars3 .bars li .bar:after {
  font-size: .6em !important;
}

.chartBarsWrap.chartBarsHorizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 70px;
}

.chartBarsWrap.chartBarsHorizontal .bars b {
  color: #eee;
  width: 100%;
  position: absolute;
  bottom: initial;
  top: 1em;
  left: -102%;
  text-align: right;
}

.chartBarsWrap.chartBarsHorizontal .chartBars {
  height: 200px;
}

.chartBarsWrap.chartBarsHorizontal .chartBars .bars {
  border: 0;
}

.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar {
  width: 0;
  padding-top: 10px;
  height: 100% !important;
  text-align: right;
  font-size: 1.5em;
  -webkit-transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
  transition: 2s width cubic-bezier(0.6, 0.4, 0.4, 1.1);
}

.chartBarsWrap.chartBarsHorizontal .chartBars .bars .bar:after {
  font-size: .6em !important;
  margin-right: 20px;
}

.bars li .bar.greenBar {
  background-color: #6B8E23;
  background: radial-gradient(#99cb32, #6B8E23);
}

.bars li .bar.greenBarFlat {
  background-color: #6B8E23;
}

.bars li .bar.blueBar {
  background-color: #49E;
  background: radial-gradient(#8abff4, #49E);
}

.bars li .bar.blueBarFlat {
  background-color: #49E;
}

.bars li .bar.orangeBar {
  background-color: orange;
  background: radial-gradient(#ffc04d, #FFA500);
}

.bars li .bar.orangeBarFlat {
  background-color: orange;
}

.bars li .bar.purpleBar {
  background-color: #6e46af;
  background: radial-gradient(#9778c9, #6e46af);
}

.bars li .bar.purpleBarFlat {
  background-color: #6e46af;
}

.box-piesite {
  text-align: center;
  font-size: 22px;
}

.piesite {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: 10em;
  cursor: default;
}

.piesite .percent {
  position: absolute;
  top: 1.1em;
  left: .1em;
  width: 100%;
  font-size: .3em;
  text-align: center;
  z-index: 2;
}

.piesite .percent .symbol {
  font-size: .5em;
  vertical-align: top;
  opacity: .5;
}

.piesite > #slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0px, 1em, 1em, 0.5em);
}

.piesite > #slice.gt50 {
  clip: rect(auto, auto, auto, auto);
}

.piesite > #slice > .pie {
  position: absolute;
  border: .1em solid #444;
  width: 1em;
  height: 1em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 0.5em;
}

li.design .piesite > #slice > .pie {
  border-color: #49E;
}

li.usability .piesite > #slice > .pie {
  border-color: #FFA500;
}

li.creativity .piesite > #slice > .pie {
  border-color: #6B8E23;
}

.piesite > #slice > .pie.fill {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

.piesite.fill > .percent {
  display: none;
}

.piesite:after {
  content: '';
  display: block;
  position: absolute;
  top: .1em;
  left: .1em;
  width: .8em;
  height: .8em;
  background: #30303A;
  border-radius: 100%;
  z-index: 1;
}

.piesite:before {
  content: '';
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  border-radius: .5em;
  opacity: .5;
  z-index: 0;
}

.piesite:before {
  background: rgba(255, 255, 255, 0.1);
}

.box-piesite ul {
  padding: 0;
}

.box-piesite ul li {
  display: inline-block;
  margin: 10px 20px;
}

.chartBarsHorizontal .chartBars .bars {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 600px) {
  .bar:before {
    font-size: 2em !important;
  }
  .chartBars3 .bar:before {
    font-size: 1.5em !important;
  }
}

@media screen and (max-width: 400px) {
  .chartBars .bars .bar {
    font-size: 1em !important;
  }
}

.tooltip > .tooltipContent {
  display: block;
  position: absolute;
  background: none repeat scroll 0 0 #222;
  color: #F0B015;
  font-family: 'Helvetica';
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.5em;
  padding: 16px 15px;
  min-width: 200px;
  max-width: 500px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
  margin-left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  z-index: 2;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 576px) {
  .tooltip > .tooltipContent {
    min-width: 100px;
  }
}

.tooltip:hover > .tooltipContent {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 99;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tooltip .tooltipContent:after {
  border-color: #222 rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 15px 15px 0;
  bottom: -15px;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: absolute;
  width: 0;
}

body {
  font-family: 'Quicksand', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #42424e;
}

a {
  color: #140f30;
}

a:hover {
  opacity: .9;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

/* ---------------------------------------------------
     Header
----------------------------------------------------- */
.header {
  width: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  min-height: 670px;
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, from(#f5f9fd), to(#b3c7c96b));
  background: linear-gradient(0deg, #f5f9fd, #b3c7c96b);
}

.header::before {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../../assets/images/p-1-r.png");
  z-index: 1;
  position: absolute;
  background-repeat: repeat-x;
}

@media only screen and (max-width: 1140px) {
  .header {
    background-size: cover;
  }
}

@media only screen and (max-width: 768px) {
  .header {
    min-height: 400px;
  }
}

.header .header-content {
  margin-top: 100px;
}

.header .header-content .header-image {
  padding-top: 50px;
}

.header .header-navbar {
  background: #fff;
  min-height: 100px;
  height: auto;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-top: 5px solid #2a47cb;
}

.header .header-navbar.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.header .header-navbar.navbar-expanded {
  padding-top: 10px;
}

.header .header-navbar .navbar-toggler {
  padding: 10px 15px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

@media (min-width: 481px) {
  .header .header-navbar .navbar-toggler {
    display: none;
  }
}

.header .header-navbar .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.header .header-navbar .logo img {
  height: 60px;
}

.header .header-navbar .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media (max-width: 480px) {
  .header .header-navbar .header-menu {
    height: 0px;
    margin-top: -100px;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
  }
  .header .header-navbar .header-menu.expand {
    -webkit-animation: fadeInUpCustom .5s;
            animation: fadeInUpCustom .5s;
    position: relative;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    visibility: visible;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .header-navbar .header-menu.expand .right-side {
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .header-navbar .header-menu.expand .right-side a {
    margin: 5px 0px;
  }
}

.header .header-navbar .header-menu a {
  color: #191434;
  font-size: 16px;
  font-weight: bold;
  margin-left: 15px;
}

.header .header-navbar .header-menu a:first-child {
  margin-left: inherit;
}

.header .header-navbar .header-menu a:hover {
  text-decoration: none;
}

.header .header-navbar .header-menu .left-side {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

.header .header-navbar .header-menu .right-side {
  margin-left: 25px;
}

.header .header-navbar .header-menu .right-side .btn-use-now {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #2d4cda;
  color: #fff;
}

@media screen and (max-width: 480px), screen and (max-height: 700px) {
  .header {
    min-height: 570px;
  }
  .header .header-content {
    margin-top: 40px;
  }
  .header .header-navbar {
    min-height: 75px;
  }
  .header .header-navbar .logo img {
    height: 48px;
  }
  .header .swiper-slide {
    width: 250px;
  }
}

/* ---------------------------------------------------
     Header //
----------------------------------------------------- */
/* ---------------------------------------------------
      Utils
----------------------------------------------------- */
.hidden {
  display: none !important;
}

.bg-light-blue {
  background-color: #f5f9fd !important;
}

.bg-light-gray {
  background-color: #bec5d2 !important;
}

.angle-wrapper {
  width: 100%;
  -webkit-filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0px 10px 5px rgba(0, 0, 0, 0.03));
  position: absolute;
  z-index: -1;
  top: 0;
}

.angle-wrapper.reverse {
  -webkit-filter: drop-shadow(0px 15px 5px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0px -10px 5px rgba(0, 0, 0, 0.03));
}

.angle-wrapper.reverse .top-angle {
  -webkit-transform: rotate(-180deg) !important;
          transform: rotate(-180deg) !important;
}

.top-angle {
  -webkit-clip-path: polygon(0% 100%, 105% 0%, 0% 0%);
          clip-path: polygon(0% 100%, 105% 0%, 0% 0%);
  width: 100%;
  height: 140px;
  position: absolute;
  top: -140px;
  background: #fff;
  z-index: -1;
  /*position: relative;
     
    clip-path: polygon(0% 100%, 105% 0%, 0% 0%);
      
        width: 100%;
        height: 140px;
     */
}

.top-angle.dark {
  background-color: #393e5c;
}

.bottom-angle {
  position: relative;
}

.bottom-angle:after {
  top: auto;
  bottom: 0;
  -webkit-clip-path: polygon(0% 100%, 100% 101%, 100% 0%);
  clip-path: polygon(0% 100%, 100% 101%, 100% 0%);
}

.bottom-angle:after {
  width: 100%;
  height: 140px;
  position: absolute;
  left: 0;
  content: "";
  background-color: #fff;
  background-size: cover;
}

.overflow-hidden {
  overflow: hidden;
}

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

.font-16 {
  font-size: 16px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-36 {
  font-size: 36px !important;
}

@media (max-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center;
  }
  .font-sm-36 {
    font-size: 36px !important;
  }
  .font-sm-28 {
    font-size: 28px !important;
  }
  .font-sm-32 {
    font-size: 32px !important;
  }
  .font-sm-24 {
    font-size: 24px !important;
  }
  .font-sm-18 {
    font-size: 18px !important;
  }
  .font-sm-16 {
    font-size: 16px !important;
  }
  .font-sm-14 {
    font-size: 14px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .font-md-36 {
    font-size: 36px !important;
  }
  .font-md-28 {
    font-size: 28px !important;
  }
  .font-md-32 {
    font-size: 32px !important;
  }
  .font-md-24 {
    font-size: 24px !important;
  }
  .font-md-16 {
    font-size: 16px !important;
  }
  .font-md-14 {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .font-lg-36 {
    font-size: 36px !important;
  }
  .font-lg-28 {
    font-size: 28px !important;
  }
  .font-lg-32 {
    font-size: 32px !important;
  }
  .font-lg-24 {
    font-size: 24px !important;
  }
  .font-lg-16 {
    font-size: 16px !important;
  }
  .font-lg-14 {
    font-size: 14px !important;
  }
}

.font-bold {
  font-weight: 700 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-light {
  font-weight: 300 !important;
}

.font-regular {
  font-weight: 400 !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.btn {
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #ccc;
  font-weight: bold;
  color: #fff;
}

.btn:hover {
  color: #fff;
}

.btn-blue {
  background-color: #5882fd;
  color: #fff;
}

.color-white {
  color: #fff !important;
}

.color-blue {
  color: #5882fd !important;
}

.color-light-blue {
  color: #c7ccea !important;
}

.color-green {
  color: #8fbe2f !important;
}

.color-orange {
  color: #ffb42b !important;
}

.color-red {
  color: #e8616f !important;
}

.arrow-down:after {
  border-style: solid;
  border-width: 100px 100px 0 100px;
  border-color: #f5f9fd transparent transparent transparent;
}

.fade-in-up {
  -webkit-animation: fadeInUpCustom .5s;
  animation: fadeInUpCustom .5s;
  -webkit-animation: fadeInUpCustom .5s;
  animation: fadeInUpCustom 0.5s;
}

@-webkit-keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ---------------------------------------------------
      Utils //
----------------------------------------------------- */
.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #140f30;
  margin: 0;
  padding: 0;
}

.section-sub-title {
  font-size: 24px;
  font-weight: 500;
  color: #5882fd;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
  }
  .section-sub-title {
    font-size: 18px;
  }
}

.z-bg-dark-blue::before, .z-bg-dark-blue::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: #393e5c;
}

.has-angle::before {
  width: 100%;
  height: 139px;
  top: -139px;
  position: absolute;
  left: 0;
  z-index: -1;
  content: "";
  background-color: #f5f9fd;
}

.has-angle:after {
  content: '';
  height: 100%;
  width: 100%;
  background-color: #f5f9fd;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: #f5f9fd url("../../assets/images/p-1.png");
  background-repeat: repeat-x;
  background-position: bottom;
}

.has-angle.z-bg-light-blue::before, .has-angle.z-bg-light-blue::after {
  background-color: #f5f9fd;
}

.has-angle.z-bg-light-gray::before, .has-angle.z-bg-light-gray::after {
  background-color: #bec5d2 !important;
}

@media screen and (max-width: 480px), screen and (max-height: 700px) {
  .section-full-image {
    max-height: 300px;
    margin-bottom: 10px !important;
  }
  .sistematik-tekrar-image {
    max-height: 400px;
  }
}

.welcome-section {
  position: relative;
}

.welcome-section .ozet-maddeler {
  font-size: 18px;
  padding: 0px;
  /*   p{
            padding: 5px 10px;
            font-weight: 500;
        }
        p:nth-child(even){
            background-color:#5e86fd;
            color: #fff;
            font-weight: normal;
        }
        p:nth-child(odd){
            background-color: #e3edef;
        }*/
}

.welcome-section .ozet-maddeler li {
  list-style: none;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-radius: 5px;
}

.welcome-section .ozet-maddeler li:nth-child(even) {
  background-color: #9399e0;
  color: #fff;
  font-weight: normal;
}

.welcome-section .ozet-maddeler li:nth-child(odd) {
  background-color: #b4d4f7;
  font-weight: bold;
}

.about-section {
  position: relative;
  padding-bottom: 120px;
}

.about-section.has-angle::after {
  background: #f5f9fd url("../../assets/images/guinness-brand-bg.png");
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 100%;
}

.hafiza-teknikleri-section {
  position: relative;
  padding: 100px 0px 200px 0px;
}

@media (max-width: 768px) {
  .hafiza-teknikleri-section {
    padding: 50px 0px 100px 0px;
  }
}

.pareto-section {
  position: relative;
  padding: 50px 0px 200px 0px;
}

.pareto-section .pareto-image {
  margin-bottom: 50px;
}

.words-chart-section {
  position: relative;
  /*padding: 50px 0px 200px 0px;*/
  padding: 50px 0px 50px 0px;
}

.sentences-section {
  position: relative;
  padding: 0px 0px 120px 0px;
}

.sentences-section .sentences-image {
  margin-bottom: 50px;
}

.temel-prensip-section {
  position: relative;
  padding: 50px 0px 200px 0px;
}

.slide-section {
  position: relative;
  padding: 50px 0px 200px 0px;
}

.sistematik-tekrar-section {
  position: relative;
  padding: 50px 0px 100px 0px;
}

.sistematik-tekrar-section .sistematik-tekrar-image {
  margin-bottom: 50px;
}

.mw-olusturan-bolumler-section {
  position: relative;
  padding: 40px 0px;
  margin-bottom: 100px;
  background-image: url("../../assets/images/bg-shapes.png");
  background-size: cover;
  background-position: bottom;
  border-top: 30px dashed #ffffff;
}

.mw-olusturan-bolumler-section::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: calc(50% - 50px);
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #f5f9fd transparent transparent transparent;
}

.tasks-section {
  position: relative;
}

.games-section {
  position: relative;
  margin-top: 150px;
}

.analytics-section {
  position: relative;
  margin-top: 50px;
  padding: 50px 0px;
}

.multiplatform-section {
  position: relative;
  margin-top: 50px;
  padding: 20px 0px;
}

.how-to-buy-section {
  position: relative;
  margin-top: 200px;
  padding: 50px 0px;
  background-color: #FBFBFD;
}

.how-to-buy-section:before {
  position: absolute;
  content: '';
  top: -190px;
  min-height: 250px;
  width: 100%;
  padding: 40px 0px;
  background: url("../../assets/images/shape.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.mw-recommend-wrapper {
  overflow: hidden;
}

.mw-recommend {
  background-color: #eaedfe;
  padding: 20px 0px;
  border-radius: 0px 620px 620px 0px;
  margin-left: calc((-100vw + 100%)/2);
  padding-left: calc((100vw - 100%)/2);
}

.mw-recommend.from-right {
  border-radius: 620px 0px 0px 620px;
  margin-right: calc((-100vw + 100%)/2);
  padding-right: calc((100vw - 100%)/2);
  margin-left: inherit;
  padding-left: inherit;
  padding-left: 200px;
  padding-right: 0px;
}

.mw-recommend .recommend-title {
  font-size: 24px;
  font-weight: bold;
  color: #140f30;
}

.mw-recommend .recommend-sub-title {
  font-size: 16px;
  color: #5882fd;
  display: block;
}

.mw-recommend .recommend-detail {
  font-size: 16px;
  color: #9595a8;
  padding-right: 200px;
}

@media (max-width: 768px) {
  .mw-recommend {
    border-radius: 0px 20px 20px 0px;
  }
  .mw-recommend .recommend-detail {
    padding: 0px;
  }
}

.mw-add-home-wrapper {
  overflow: hidden;
}

.mw-add-home {
  background-color: #f5f9fd !important;
  padding: 20px 0px;
  border-radius: 620px 0px 0px 620px;
  margin-right: calc((-100vw + 100%)/2);
  padding-right: calc((100vw - 100%)/2);
  padding-left: 70px;
}

.mw-add-home .add-home-title {
  font-size: 24px;
  font-weight: bold;
  color: #140f30;
}

.mw-add-home .add-home-sub-title {
  font-size: 16px;
  color: #5882fd;
  display: block;
}

.mw-add-home .add-home-detail {
  font-size: 16px;
  color: #9595a8;
  padding-right: 200px;
}

@media (max-width: 768px) {
  .mw-add-home {
    border-radius: 20px 0px 0px 20px;
    padding-left: 15px;
  }
  .mw-add-home .add-home-detail {
    padding-right: 0px;
  }
}

/* ---------------------------------------------------
      Tasks
----------------------------------------------------- */
.dotted-way {
  background-image: url("../../assets/images/dotted-way.png");
  width: 100%;
  height: 231px;
  background-position: center center;
  background-repeat: no-repeat;
}

.dotted-way.reverse {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media (max-width: 991px) {
  .dotted-way {
    display: none;
  }
}

.task-list {
  margin-top: 100px;
  position: relative;
}

.task-list:before {
  position: absolute;
  content: '';
  background-image: url("../../assets/images/tasks-bg-left.png");
  background-repeat: no-repeat;
  height: 1222px;
  top: -340px;
  background-size: cover;
  background-position: right;
  width: 15vw;
  /*left: calc(10vw - 445px);
        @media (max-width:1499px){ 
            left: calc(5vw - 445px);
            
        }*/
}

.task-list:after {
  position: absolute;
  content: '';
  background-image: url("../../assets/images/tasks-bg-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  height: 1222px;
  bottom: -340px;
  width: 15vw;
  right: 0;
  top: 1050px;
  z-index: -1;
  /*   left: calc(90vw + 445px);
        @media (max-width:1499px){ 
            left: calc(95vw + 445px);
            
        }*/
}

@media (max-width: 991px) {
  .task-list .task-item {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 2px dashed #5882fd;
  }
}

.task-list .task-item .task-sup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 300;
  color: #c7ccea;
  margin-bottom: -10px;
}

.task-list .task-item .task-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  color: #5882fd;
}

.task-list .task-item .task-desc {
  font-size: 16px;
}

/* ---------------------------------------------------
      Tasks // 
----------------------------------------------------- */
.footer-contact-info {
  border-top: 2px solid #e5eaf0;
  padding: 30px 0px;
}

.footer-contact-info .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-contact-info .phone-side,
.footer-contact-info .email-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-contact-info .phone-side .content,
.footer-contact-info .email-side .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.footer-contact-info .phone-side .title,
.footer-contact-info .email-side .title {
  color: #140f30;
  font-size: 36px;
}

.footer-contact-info .phone-side .text-phone,
.footer-contact-info .phone-side .text-email,
.footer-contact-info .email-side .text-phone,
.footer-contact-info .email-side .text-email {
  font-weight: bold;
  font-size: 26px;
  color: #9595a8;
  white-space: nowrap;
}

.footer-contact-info .phone-side .image,
.footer-contact-info .email-side .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 15px;
  margin-right: 15px;
}

.footer-contact-info .phone-side .image img,
.footer-contact-info .email-side .image img {
  max-height: 75px;
}

.footer-contact-info .phone-side {
  border-right: 2px solid #e5eaf0;
  padding-right: 20px;
}

.footer-contact-info .phone-side .title {
  text-align: right;
}

.footer-contact-info .phone-side .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 991px) {
  .footer-contact-info .phone-side,
  .footer-contact-info .email-side {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 20px;
  }
  .footer-contact-info .phone-side .title,
  .footer-contact-info .email-side .title {
    font-size: 24px;
  }
  .footer-contact-info .phone-side .text-phone,
  .footer-contact-info .phone-side .text-email,
  .footer-contact-info .email-side .text-phone,
  .footer-contact-info .email-side .text-email {
    font-size: 14px;
    white-space: normal;
  }
  .footer-contact-info .phone-side .image,
  .footer-contact-info .email-side .image {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    max-width: 100px;
    min-width: 100px;
  }
  .footer-contact-info .phone-side {
    border-right: none;
  }
  .footer-contact-info .phone-side .image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .footer-contact-info .phone-side .title {
    text-align: left;
  }
  .footer-contact-info .email-side {
    padding: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.footer {
  padding: 20px 0px;
  background-color: #1f2833;
  color: #fff;
  font-size: 16px;
}

/* ---------------------------------------------------
      Swiper Slider
----------------------------------------------------- */
.swiper-cards-container .swiper-slide {
  width: 600px !important;
}

.swiper-container,
.swiper-cards-container {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 50px;
}

.swiper-slide {
  height: auto;
  width: 300px;
}

.swiper-slide img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 400px) {
  .swiper-slide {
    width: 150px;
  }
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000;
  opacity: .2;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.1);
  margin: 0 7px;
  border-radius: 100px;
  -webkit-transition: opacity .3s, background-color .3s, width .3s;
  transition: opacity .3s, background-color .3s, width .3s;
  -webkit-transition-delay: .3s, .3s, 0s;
          transition-delay: .3s, .3s, 0s;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #2d4cda;
  width: 30px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/* ---------------------------------------------------
      Bee3d Slider
----------------------------------------------------- */
.bee3d-card-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 400px;
  margin-bottom: 20px;
  max-width: 100%;
  overflow: hidden;
}

.bee3d-card-slider-wrapper .bee3d-card-slider .bee3D--slide.bee3D--slide__active {
  z-index: 99;
}

.bee3d-card-slider-wrapper .bee3d-card-slider .bee3D--slide .bee3D--inner img {
  max-height: 100%;
  border-radius: 5px;
}

.bee3d-card-slider-wrapper .bee3D--parent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .bee3d-card-slider-wrapper {
    height: 230px;
  }
  .bee3d-card-slider-wrapper .bee3D--parent {
    zoom: 0.6;
  }
}
/*# sourceMappingURL=style.css.map */




/* OGUZ KOÇ Video Respomsive */
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

