@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,300,300i,400,400i");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Philosopher:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Abel|Muli:300,400,600");
@keyframes vidPlay {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1.2); } }

@-webkit-keyframes bounce {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 10%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

/* ----------------IMPORT GOOGLE FONTS ------------------- */
/* ----------------Text Fonts ------------------- */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

.bg-darken {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .bg-darken.enhance {
    background: rgba(0, 0, 0, 0.4); }

body {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "raleway", sans-serif;
  color: #8d8d8d;
  font-style: normal;
  overflow-x: hidden; }

[class^="ti-"], [class*=" ti-"] {
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  font-family: "raleway", sans-serif;
  font-weight: 700;
  color: #505050;
  line-height: 1.3; }

h1, .h1 {
  font-size: 4.8rem;
  margin-bottom: 2.5rem; }

h2, .h2 {
  font-size: 4.2rem;
  margin-bottom: 2.5rem; }

h3, .h3 {
  font-size: 3.6rem;
  margin-bottom: 25px; }

h4, .h4 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem; }

h5, .h5 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem; }

h6, .h6 {
  font-size: 1.4rem;
  margin-bottom: 1rem; }

p {
  font-size: 1.4rem;
  font-family: "raleway", sans-serif;
  margin: 0 0 1.5rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: #8d8d8d; }
  p:last-child {
    margin-bottom: 0; }

.h3-heading {
  font-style: italic;
  font-weight: 300;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #8d8d8d;
  letter-spacing: 8px; }

span {
  color: #8d8d8d; }

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 400;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #505050;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

li {
  list-style: none; }

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .bg-img .overlay_dark {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4); }

.brand_item {
  opacity: 0.3;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s; }
  .brand_item img {
    display: block;
    max-width: 130px;
    margin: 0 auto; }
  .brand_item:hover {
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s; }

.icon_list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .icon_list li {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 50px;
    min-height: 50px;
    margin-bottom: 7px; }
    .icon_list li i {
      background-color: #47c9e5;
      display: block;
      border-radius: 50px;
      padding: 7px 0;
      font-size: 24px;
      color: #ffffff;
      width: 40px;
      height: 40px;
      text-align: center;
      position: absolute;
      left: 0; }
    .icon_list li span {
      color: #333333;
      padding-top: 6px;
      display: inline-block; }

strong {
  font-weight: 700; }

.text-xs {
  font-size: 1.1rem; }

.text-xl {
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: .1rem; }

.uppercase {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

img {
  max-width: 100%; }

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    font-weight: 700; }
  h2, .h2 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem; }
  h3, .h3 {
    font-size: 2rem;
    margin-bottom: 1.5rem; }
  h4, .h4 {
    font-size: 1.6rem;
    margin-bottom: 1rem; }
  h5, .h5 {
    font-size: 1.4rem;
    margin-bottom: 1rem; }
  h6, .h6 {
    font-size: 1.2rem;
    margin-bottom: .5rem; }
  .hide-md {
    display: none !important; } }

/* ----------------Responsive Align ------------------- */
@media all and (max-width: 767px) {
  .text-center-xs {
    text-align: center; }
  .text-left-xs {
    text-align: left; }
  .text-right-xs {
    text-align: right; } }

.loader {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 999999; }
  .loader .loader-inner {
    position: absolute;
    border: 0.2rem solid #47c9e5;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    left: 50%;
    top: 45%;
    transform: translateX(-50%) translateY(-50%);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite; }

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/* ----------------colors------------------- */
.color-gray {
  color: #f0f2f6 !important; }

.color-dark-gray {
  color: #505050 !important; }

.color-dark {
  color: #333333 !important; }

.color-black {
  color: #000 !important; }

.color-light {
  color: #ffffff !important; }

.color-green {
  color: #6cc47f !important; }

.color-blue {
  color: #0652fd !important; }

.color-red {
  color: #f97794 !important; }

.color-orange {
  color: #f79257 !important; }

.color-yellow {
  color: #ffbf00 !important; }

.color-purple {
  color: #926cc4 !important; }

.bg-grad-purple {
  background: #8C66CA;
  background: -webkit-linear-gradient(135deg, #E25574 0%, #8C66CA 100%);
  background: -o-linear-gradient(135deg, #E25574 0%, #8C66CA 100%);
  background: -moz-linear-gradient(135deg, #E25574 0%, #8C66CA 100%);
  background: linear-gradient(135deg, #E25574 0%, #8C66CA 100%); }

.bg-macaroni {
  background: -moz-linear-gradient(90deg, #ff5f6d 0%, #ffc371 100%);
  background: -webkit-linear-gradient(90deg, #ff5f6d 0%, #ffc371 100%);
  background: -o-linear-gradient(90deg, #ff5f6d 0%, #ffc371 100%);
  background: -ms-linear-gradient(90deg, #ff5f6d 0%, #ffc371 100%);
  background: linear-gradient(90deg, #ff5f6d 0%, #ffc371 100%); }

.bg-light {
  background-color: #ffffff !important; }

.bg-gray {
  background-color: #f0f2f6 !important; }

.bg-black {
  background-color: #000 !important; }

.bg-blue {
  background-color: #0652fd !important; }

.bg-purple {
  background-color: #926cc4 !important; }

/* --------------PADDING STYLE-------------- */
.p0 {
  padding: 0 !important; }

.p5 {
  padding: .5rem !important; }

.p10 {
  padding: 1rem !important; }

.p15 {
  padding: 1.5rem !important; }

.p20 {
  padding: 2rem !important; }

.p25 {
  padding: 2.5rem !important; }

.p30 {
  padding: 3rem !important; }

.p35 {
  padding: 3.5rem !important; }

.p40 {
  padding: 4rem !important; }

.p45 {
  padding: 4.5rem !important; }

.p50 {
  padding: 5rem !important; }

.p55 {
  padding: 5.5rem !important; }

.p60 {
  padding: 6rem !important; }

.p65 {
  padding: 6.5rem !important; }

.p70 {
  padding: 7rem !important; }

.p75 {
  padding: 7.5rem !important; }

.p80 {
  padding: 8rem !important; }

.p85 {
  padding: 8.5rem !important; }

.p90 {
  padding: 9rem !important; }

.p95 {
  padding: 9.5rem !important; }

.p100 {
  padding: 10rem !important; }

.pt0 {
  padding-top: 0 !important; }

.pt5 {
  padding-top: .5rem !important; }

.pt10 {
  padding-top: 1rem !important; }

.pt15 {
  padding-top: 1.5rem !important; }

.pt20 {
  padding-top: 2rem !important; }

.pt25 {
  padding-top: 2.5rem !important; }

.pt30 {
  padding-top: 3rem !important; }

.pt35 {
  padding-top: 3.5rem !important; }

.pt40 {
  padding-top: 4rem !important; }

.pt45 {
  padding-top: 4.5rem !important; }

.pt50 {
  padding-top: 5rem !important; }

.pt55 {
  padding-top: 5.5rem !important; }

.pt60 {
  padding-top: 6rem !important; }

.pt65 {
  padding-top: 6.5rem !important; }

.pt70 {
  padding-top: 7rem !important; }

.pt75 {
  padding-top: 7.5rem !important; }

.pt80 {
  padding-top: 8rem !important; }

.pt85 {
  padding-top: 8.5rem !important; }

.pt90 {
  padding-top: 9rem !important; }

.pt95 {
  padding-top: 9.5rem !important; }

.pt100 {
  padding-top: 10rem !important; }

.pt120 {
  padding-top: 12rem !important; }

.pt150 {
  padding-top: 15rem !important; }

.pt200 {
  padding-top: 20rem !important; }

.pr0 {
  padding-right: 0 !important; }

.pr5 {
  padding-right: .5rem !important; }

.pr10 {
  padding-right: 1rem !important; }

.pr15 {
  padding-right: 1.5rem !important; }

.pr20 {
  padding-right: 2rem !important; }

.pr25 {
  padding-right: 2.5rem !important; }

.pr30 {
  padding-right: 3rem !important; }

.pr35 {
  padding-right: 3.5rem !important; }

.pr40 {
  padding-right: 4rem !important; }

.pr45 {
  padding-right: 4.5rem !important; }

.pr50 {
  padding-right: 5rem !important; }

.pr55 {
  padding-right: 5.5rem !important; }

.pr60 {
  padding-right: 6rem !important; }

.pr65 {
  padding-right: 6.5rem !important; }

.pr70 {
  padding-right: 7rem !important; }

.pr75 {
  padding-right: 7.5rem !important; }

.pr80 {
  padding-right: 8rem !important; }

.pr85 {
  padding-right: 8.5rem !important; }

.pr90 {
  padding-right: 9rem !important; }

.pr95 {
  padding-right: 9.5rem !important; }

.pr100 {
  padding-right: 10rem !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb5 {
  padding-bottom: .5rem !important; }

.pb10 {
  padding-bottom: 1rem !important; }

.pb15 {
  padding-bottom: 1.5rem !important; }

.pb20 {
  padding-bottom: 2rem !important; }

.pb25 {
  padding-bottom: 2.5rem !important; }

.pb30 {
  padding-bottom: 3rem !important; }

.pb35 {
  padding-bottom: 3.5rem !important; }

.pb40 {
  padding-bottom: 4rem !important; }

.pb45 {
  padding-bottom: 4.5rem !important; }

.pb50 {
  padding-bottom: 5rem !important; }

.pb55 {
  padding-bottom: 5.5rem !important; }

.pb60 {
  padding-bottom: 6rem !important; }

.pb65 {
  padding-bottom: 6.5rem !important; }

.pb70 {
  padding-bottom: 7rem !important; }

.pb75 {
  padding-bottom: 7.5rem !important; }

.pb80 {
  padding-bottom: 8rem !important; }

.pb85 {
  padding-bottom: 8.5rem !important; }

.pb90 {
  padding-bottom: 9rem !important; }

.pb95 {
  padding-bottom: 9.5rem !important; }

.pb100 {
  padding-bottom: 10rem !important; }

.pb120 {
  padding-bottom: 12rem !important; }

.pb150 {
  padding-bottom: 15rem !important; }

.pb200 {
  padding-bottom: 20rem !important; }

.pl0 {
  padding-left: 0; }

.pl5 {
  padding-left: .5rem; }

.pl10 {
  padding-left: 1rem; }

.pl15 {
  padding-left: 1.5rem; }

.pl20 {
  padding-left: 2rem; }

.pl25 {
  padding-left: 2.5rem; }

.pl30 {
  padding-left: 3rem; }

.pl35 {
  padding-left: 3.5rem; }

.pl40 {
  padding-left: 4rem; }

.pl45 {
  padding-left: 4.5rem; }

.pl50 {
  padding-left: 5rem; }

.pl55 {
  padding-left: 5.5rem; }

.pl60 {
  padding-left: 6rem; }

.pl65 {
  padding-left: 6.5rem; }

.pl70 {
  padding-left: 7rem; }

.pl75 {
  padding-left: 7.5rem; }

.pl80 {
  padding-left: 8rem; }

.pl85 {
  padding-left: 8.5rem; }

.pl90 {
  padding-left: 9rem; }

.pl95 {
  padding-left: 9.5rem; }

.pl100 {
  padding-left: 10rem; }

/*  -----------------MARGIN STYLE----------------------- */
.m0 {
  margin: 0; }

.m5 {
  margin: .5rem; }

.m10 {
  margin: 1rem; }

.m15 {
  margin: 1.5rem; }

.m20 {
  margin: 2rem; }

.m25 {
  margin: 2.5rem; }

.m30 {
  margin: 3rem; }

.m35 {
  margin: 3.5rem; }

.m40 {
  margin: 4rem; }

.m45 {
  margin: 4.5rem; }

.m50 {
  margin: 5rem; }

.m55 {
  margin: 5.5rem; }

.m60 {
  margin: 6rem; }

.m65 {
  margin: 6.5rem; }

.m70 {
  margin: 7rem; }

.m75 {
  margin: 7.5rem; }

.m80 {
  margin: 8rem; }

.m85 {
  margin: 8.5rem; }

.m90 {
  margin: 9rem; }

.m95 {
  margin: 9.5rem; }

.m100 {
  margin: 10rem; }

.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 0.5rem !important; }

.mt10 {
  margin-top: 1rem !important; }

.mt15 {
  margin-top: 1.5rem !important; }

.mt20 {
  margin-top: 2rem !important; }

.mt25 {
  margin-top: 2.5rem !important; }

.mt30 {
  margin-top: 3rem !important; }

.mt35 {
  margin-top: 3.5rem !important; }

.mt40 {
  margin-top: 4rem !important; }

.mt45 {
  margin-top: 4.5rem !important; }

.mt50 {
  margin-top: 5rem !important; }

.mt55 {
  margin-top: 5.5rem !important; }

.mt60 {
  margin-top: 6rem !important; }

.mt65 {
  margin-top: 6.5rem !important; }

.mt70 {
  margin-top: 7rem !important; }

.mt75 {
  margin-top: 7.5rem !important; }

.mt80 {
  margin-top: 8rem !important; }

.mt85 {
  margin-top: 8.5rem !important; }

.mt90 {
  margin-top: 9rem !important; }

.mt95 {
  margin-top: 9.5rem !important; }

.mt100 {
  margin-top: 10rem !important; }

.mt110 {
  margin-top: 11rem !important; }

.mt120 {
  margin-top: 12rem !important; }

.mt130 {
  margin-top: 13rem !important; }

.mt140 {
  margin-top: 14rem !important; }

.mt150 {
  margin-top: 15rem !important; }

.mt-75 {
  margin-top: -7.5rem !important; }

.mr0 {
  margin-right: 0 !important; }

.mr5 {
  margin-right: 0.5rem !important; }

.mr10 {
  margin-right: 1rem !important; }

.mr15 {
  margin-right: 1.5rem !important; }

.mr20 {
  margin-right: 2rem !important; }

.mr25 {
  margin-right: 2.5rem !important; }

.mr30 {
  margin-right: 3rem !important; }

.mr35 {
  margin-right: 3.5rem !important; }

.mr40 {
  margin-right: 4rem !important; }

.mr45 {
  margin-right: 4.5rem !important; }

.mr50 {
  margin-right: 5rem !important; }

.mr55 {
  margin-right: 5.5rem !important; }

.mr60 {
  margin-right: 6rem !important; }

.mr65 {
  margin-right: 6.5rem !important; }

.mr70 {
  margin-right: 7rem !important; }

.mr75 {
  margin-right: 7.5rem !important; }

.mr80 {
  margin-right: 8rem !important; }

.mr85 {
  margin-right: 8.5rem !important; }

.mr90 {
  margin-right: 9rem !important; }

.mr95 {
  margin-right: 9.5rem !important; }

.mr100 {
  margin-right: 10rem !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 0.5rem !important; }

.mb10 {
  margin-bottom: 1rem !important; }

.mb15 {
  margin-bottom: 1.5rem !important; }

.mb20 {
  margin-bottom: 2rem !important; }

.mb25 {
  margin-bottom: 2.5rem !important; }

.mb30 {
  margin-bottom: 3rem !important; }

.mb35 {
  margin-bottom: 3.5 !important; }

.mb40 {
  margin-bottom: 4rem !important; }

.mb45 {
  margin-bottom: 4.5rem !important; }

.mb50 {
  margin-bottom: 5rem !important; }

.mb55 {
  margin-bottom: 5.5rem !important; }

.mb60 {
  margin-bottom: 6rem !important; }

.mb65 {
  margin-bottom: 6.5rem !important; }

.mb70 {
  margin-bottom: 7rem !important; }

.mb75 {
  margin-bottom: 7.5rem !important; }

.mb80 {
  margin-bottom: 8rem !important; }

.mb85 {
  margin-bottom: 8.5rem !important; }

.mb90 {
  margin-bottom: 9rem !important; }

.mb95 {
  margin-bottom: 9.5rem !important; }

.mb100 {
  margin-bottom: 10rem !important; }

.mb120 {
  margin-bottom: 12rem !important; }

.ml0 {
  margin-left: 0 !important; }

.ml5 {
  margin-left: 0.5rem !important; }

.ml10 {
  margin-left: 1rem !important; }

.ml15 {
  margin-left: 1.5rem !important; }

.ml20 {
  margin-left: 2rem !important; }

.ml25 {
  margin-left: 2.5rem !important; }

.ml30 {
  margin-left: 3rem !important; }

.ml35 {
  margin-left: 3.5rem !important; }

.ml40 {
  margin-left: 4rem !important; }

.ml45 {
  margin-left: 4.5rem !important; }

.ml50 {
  margin-left: 5rem !important; }

.ml55 {
  margin-left: 5.5rem !important; }

.ml60 {
  margin-left: 6rem !important; }

.ml65 {
  margin-left: 6.5rem !important; }

.ml70 {
  margin-left: 7rem !important; }

.ml75 {
  margin-left: 7.5rem !important; }

.ml80 {
  margin-left: 8rem !important; }

.ml85 {
  margin-left: 8.5rem !important; }

.ml90 {
  margin-left: 9rem !important; }

.ml95 {
  margin-left: 9.5rem !important; }

.ml100 {
  margin-left: 10rem !important; }

/*  --------------MARGIN STYLE MINUS----------------------------- */
.mt-5 {
  margin-top: -.5rem; }

.mt-10 {
  margin-top: -1rem; }

.mt-15 {
  margin-top: -1.5rem; }

.mt-20 {
  margin-top: -2rem; }

.mt-25 {
  margin-top: -2.5rem; }

.mt-30 {
  margin-top: -3rem; }

.mt-35 {
  margin-top: -3.5rem; }

.mt-40 {
  margin-top: -4rem; }

.mt-45 {
  margin-top: -4.5rem; }

.mt-50 {
  margin-top: -5rem; }

.mt-55 {
  margin-top: -5.5rem; }

.mt-60 {
  margin-top: -6rem; }

.mt-65 {
  margin-top: -6.5rem; }

.mt-70 {
  margin-top: -7rem; }

.mt-75 {
  margin-top: -7.5rem; }

.mt-80 {
  margin-top: -8rem; }

.mt-85 {
  margin-top: -8.5rem; }

.mt-90 {
  margin-top: -9rem; }

.mt-95 {
  margin-top: -9.5rem; }

.mt-100 {
  margin-top: -10rem; }

.mt-110 {
  margin-top: -11rem; }

.mt-120 {
  margin-top: -12rem; }

.mt-130 {
  margin-top: -13rem; }

.mt-140 {
  margin-top: -14rem; }

.mt-150 {
  margin-top: -15rem; }

.ml-5 {
  margin-left: -.5rem; }

.ml-10 {
  margin-left: -1rem; }

.ml-15 {
  margin-left: -1.5rem; }

.ml-20 {
  margin-left: -2rem; }

.ml-25 {
  margin-left: -2.5rem; }

.ml-30 {
  margin-left: -3rem; }

.ml-35 {
  margin-left: -3.5rem; }

.ml-40 {
  margin-left: -4rem; }

.ml-45 {
  margin-left: -4.5rem; }

.ml-50 {
  margin-left: -5rem; }

.ml-55 {
  margin-left: -5.5rem; }

.ml-60 {
  margin-left: -6rem; }

.ml-65 {
  margin-left: -6.5rem; }

.ml-70 {
  margin-left: -7rem; }

.ml-75 {
  margin-left: -7.5rem; }

.ml-80 {
  margin-left: -8rem; }

.ml-85 {
  margin-left: -8.5rem; }

.ml-90 {
  margin-left: -9rem; }

.ml-95 {
  margin-left: -9.5rem; }

.ml-100 {
  margin-left: -10rem; }

.ml-110 {
  margin-left: -11rem; }

.ml-120 {
  margin-left: -12rem; }

.ml-130 {
  margin-left: -13rem; }

.ml-140 {
  margin-left: -14rem; }

.ml-150 {
  margin-left: -15rem; }

.mb-5 {
  margin-bottom: -5rem; }

.mb-10 {
  margin-bottom: -10rem; }

.mb-15 {
  margin-bottom: -15rem; }

.mb-20 {
  margin-bottom: -20rem; }

.mb-25 {
  margin-bottom: -25rem; }

.mb-30 {
  margin-bottom: -30rem; }

.mb-35 {
  margin-bottom: -35rem; }

.mb-40 {
  margin-bottom: -40rem; }

.mb-45 {
  margin-bottom: -45rem; }

.mb-50 {
  margin-bottom: -50rem; }

.mb-55 {
  margin-bottom: -55rem; }

.mb-60 {
  margin-bottom: -60rem; }

.mb-65 {
  margin-bottom: -65rem; }

.mb-70 {
  margin-bottom: -70rem; }

.mb-75 {
  margin-bottom: -75rem; }

.mb-80 {
  margin-bottom: -80rem; }

.mb-85 {
  margin-bottom: -85rem; }

.mb-90 {
  margin-bottom: -90rem; }

.mb-95 {
  margin-bottom: -95rem; }

.mb-100 {
  margin-bottom: -100rem; }

.mb-110 {
  margin-bottom: -110rem; }

.mb-120 {
  margin-bottom: -120rem; }

.mb-130 {
  margin-bottom: -130rem; }

.mb-140 {
  margin-bottom: -140rem; }

.mb-150 {
  margin-bottom: -150rem; }

.hundper {
  height: 100%; }

.hide-over {
  overflow: hidden; }

.widthper {
  width: 100%; }

.primary {
  color: #47c9e5; }

.hide {
  display: none; }

.unhide {
  display: block; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.center-mag {
  margin-right: auto;
  margin-left: auto; }

.bg-two {
  background: #fafbfb; }

@media (max-width: 768px) {
  .text-center-sm {
    text-align: center !important; }
  .text-left-sm {
    text-align: left !important; }
  .text-right-sm {
    text-align: right !important; } }

@media (min-width: 768px) {
  .text-left-md {
    text-align: left !important; }
  .text-right-md {
    text-align: right !important; } }

.btn {
  cursor: pointer; }
  .btn, .btn:link, .btn:visited {
    display: inline-block;
    padding: 1.4rem 4rem;
    border: 1px solid transparent;
    outline: 0 !important;
    text-align: center;
    font-size: 1.7rem;
    text-decoration: none;
    border-radius: 3.5rem;
    transition: all .2s !important;
    background-color: #47c9e5;
    box-shadow: 0 1rem 2rem rgba(51, 51, 51, 0.5); }
    .btn:hover, .btn:link:hover, .btn:visited:hover {
      transform: translateY(-4px); }
  .btn:active {
    transform: translateY(-1px) !important; }
  .btn__white {
    background-color: #ffffff;
    color: #505050; }
  .btn__coloured {
    background-color: #47c9e5;
    color: #ffffff !important; }
    .btn__coloured:hover {
      background: #1fb9da; }
    .btn__coloured:active {
      background-color: #1ca6c4; }
  .btn__normal {
    line-height: 4.3rem;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    font-size: 1.3rem;
    color: #505050;
    font-family: raleway;
    border: 1px solid transparent;
    box-shadow: -1px 0rem 1rem rgba(51, 51, 51, 0.1);
    padding: 0 3rem;
    border-radius: 100px;
    transition: all .3s ease;
    outline: 0px !important;
    cursor: pointer; }
    .btn__normal.coloured {
      background-color: #31c2e2;
      color: #ffffff !important; }
      .btn__normal.coloured:hover {
        background-color: #1fb9da; }
    .btn__normal.gray {
      background-color: #505050;
      color: #ffffff; }
      .btn__normal.gray:hover {
        background-color: #434343; }
    .btn__normal.light--gray {
      background-color: #ddd;
      color: #505050; }
      .btn__normal.light--gray:hover {
        background-color: #d0d0d0; }
    .btn__normal:active {
      transform: translateY(3px); }
    .btn__normal.animated--text {
      letter-spacing: normal; }
      .btn__normal.animated--text:hover {
        letter-spacing: 2px; }
    .btn__normal.transparent {
      color: #ffffff;
      border: 2px solid #ffffff; }
    .btn__normal.roll--text {
      position: relative;
      overflow: hidden;
      color: transparent !important; }
      .btn__normal.roll--text::before, .btn__normal.roll--text::after {
        content: attr(data-text);
        position: absolute;
        top: -4rem;
        right: 0;
        left: 0;
        bottom: 0;
        color: #ffffff !important;
        padding: 0 3rem;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .btn__normal.roll--text::after {
        top: 0; }
      .btn__normal.roll--text:hover::after {
        top: 4rem; }
      .btn__normal.roll--text:hover::before {
        top: 0 !important; }

.divider {
  position: relative;
  margin: 0 auto;
  max-width: 27rem; }
  .divider__span {
    color: #dcdcdc;
    font-size: 2.4rem;
    display: inline-block;
    vertical-align: middle;
    background-color: #ffffff;
    padding: 0 2rem;
    z-index: 1; }
  .divider.pseudo::before, .divider.pseudo::after {
    content: "";
    top: 50%;
    width: 50%;
    z-index: -1;
    position: absolute;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .divider.pseudo::before {
    left: 0; }
  .divider.pseudo::after {
    right: 0; }

.explain {
  position: relative; }
  .explain__text {
    background-color: #fafbfb;
    padding: 0 9rem 0 9rem;
    min-height: 52.2rem;
    width: 100%;
    display: flex;
    align-items: center; }
    @media (max-width: 676px) {
      .explain__text {
        padding: 0 5rem 0 5rem; } }
    .explain__text p.explit {
      font-family: 'Open sans', sans-serif;
      color: #757575;
      line-height: 1.9;
      font-size: 1.5rem; }
    .explain__text h4 {
      font-weight: 400;
      font-size: 2.8rem;
      font-family: "dosis", sans-serif;
      letter-spacing: 2px;
      color: #323d47; }
  .explain__bg {
    position: relative;
    height: 52.2rem;
    background-size: cover !important;
    background: url("../img/slider1.jpg"); }
    .explain__bg img {
      border-radius: 5px;
      width: 100%;
      height: auto;
      box-shadow: 0 0 36px rgba(0, 0, 0, 0.06);
      border: 4px solid #2a3656; }

.process__heading {
  position: relative; }
  .process__heading h4 {
    color: #4a4a4a;
    font-family: "Montserrat", sans-serif;
    font-size: 2.4rem;
    font-weight: 600; }

@media (max-width: 768px) {
  .process .steps [class^="col-"]:not(:last-child) {
    margin-bottom: 3rem; } }

.process .container hr {
  background-image: linear-gradient(to right, #b7bcbf 50%, rgba(255, 255, 255, 0) 40%);
  background-position: top;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  height: 1px;
  margin: 0;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  box-sizing: content-box; }

.process__circle {
  font-family: 'Open sans', sans-serif;
  font-weight: 700;
  border: 1px solid #9da3a6;
  border-radius: 50%;
  background-clip: padding-box;
  margin-right: 2rem;
  width: 4.5rem;
  height: 4.5rem;
  line-height: 4.4rem;
  text-align: center;
  color: #2c2e2f; }

.process__text {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Open sans', sans-serif;
  color: #757575;
  line-height: 1.9;
  font-size: 1.5rem;
  height: 4.8rem;
  font-weight: 600; }
  .process__text.las {
    line-height: 1.4 !important; }

.team .kaito {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  font-family: 'montserrat'; }

.team__main {
  margin-bottom: 5rem; }
  .team__main .team__main__img {
    margin: 0 auto;
    width: 17rem;
    height: 17rem;
    border-radius: 50%;
    margin-bottom: 2rem;
    padding: 1rem;
    position: relative;
    box-shadow: 0 1px 1.8rem 1rem rgba(0, 0, 0, 0.06); }
    .team__main .team__main__img::before {
      content: '';
      position: absolute;
      left: 0px;
      right: 0px;
      margin: auto;
      bottom: -8.9rem;
      width: 3px;
      height: 8.9rem;
      display: none;
      border-left: 2px dashed #81ddf1; }
    .team__main .team__main__img img {
      border-radius: 50%;
      width: auto;
      height: 100%; }
    .team__main .team__main__img .img {
      background-position: center;
      background-size: contain !important;
      height: 100%;
      border-radius: 50%;
      width: 100%; }
    @media (max-width: 768px) {
      .team__main .team__main__img {
        margin-bottom: 9rem; }
      .team__main .team__main__img::before {
        display: block; } }
  .team__main__name h5 {
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding-top: 1rem !important;
    line-height: 1.3;
    color: #3B566E; }
  .team__main__name span {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #6F8BA4; }
  .team__main__explain p {
    color: #3f5b73;
    font-family: 'open sans', sans-serif;
    font-size: 1.5rem; }

.kaito {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'montserrat'; }

.footer {
  margin-top: 7rem;
  background-color: #fafbfb;
  padding: 1.25rem 0;
  border-top: 1px solid #f1f2f3; }

.footer__logo {
  position: relative; }

.footer__logo img {
  height: 5rem; }

.footer [class^="col-"] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.footer [class^="col-"]:last-child div span {
  display: inline-block;
  color: #757575;
  font-size: 2rem;
  margin-right: 1rem; }

.footer [class^="col-"]:last-child div span:last-child {
  margin-right: 0; }

.footer [class^="col-"]:last-child div span:hover {
  color: none; }

.footer [class^="col-"] hr {
  border-color: rgba(117, 117, 117, 0.09); }

.footer [class^="col-"] small {
  color: #757575;
  font-size: 90%;
  font-family: "Open sans", sans-serif; }

.footer [class^="col-"]:nth-child(2) div a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 1.5px;
  font-size: 1.4rem;
  word-spacing: 2px;
  color: #717171;
  padding: .5rem 1.5rem; }

.footer [class^="col-"]:nth-child(2) div a:hover {
  color: #444; }

.footer [class^="col-"]:nth-child(2) div a:last-child {
  padding-right: 0; }

@media (max-width: 768px) {
  .footer [class^="col-"]:last-child {
    margin-top: 1.5rem; } }

@media (min-width: 992px) {
  .footer .order-lg-last {
    order: 13; }
  .footer .text-center-lg {
    text-align: center; } }

@media (min-width: 768px) {
  .text-left-md {
    text-align: left !important; }
  .text-right-md {
    text-align: right !important; } }

.header {
  padding: 0 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #ffffff; }
  .header:not(.sticky_header) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent; }
    .header:not(.sticky_header) .nav .nav-item:last-child {
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .header:not(.sticky_header) .nav .nav-item .nav-link {
      color: #ffffff;
      color: rgba(255, 255, 255, 0.85);
      padding: 3rem 0;
      transition: all .3s ease-in-out; }
      .header:not(.sticky_header) .nav .nav-item .nav-link.active, .header:not(.sticky_header) .nav .nav-item .nav-link#active {
        color: #fff; }
      .header:not(.sticky_header) .nav .nav-item .nav-link:hover {
        color: #fff; }
  .header .nav-item {
    padding: 0 1.5rem;
    height: 100%; }
    .header .nav-item:last-child {
      border-right: 1px solid rgba(0, 0, 0, 0.1); }
    .header .nav-item .nav-link {
      padding: 2rem 0;
      color: rgba(61, 61, 61, 0.69);
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 1.3rem; }
      .header .nav-item .nav-link:hover {
        color: #5a5a5a; }
      .header .nav-item .nav-link.active, .header .nav-item .nav-link#active {
        color: #47c9e5; }

.logo-resp {
  position: relative;
  z-index: 1000;
  display: none; }
  .logo-resp .logo__img {
    position: absolute;
    left: 3rem;
    top: 4rem; }
    @media (max-width: 570px) {
      .logo-resp .logo__img img {
        height: 5rem; } }

@media (max-width: 991px) {
  .header {
    display: none; }
  .logo-resp {
    display: block; } }

.navigation {
  display: none; }
  .navigation__button {
    background-color: #ffffff;
    height: 7rem;
    width: 7rem;
    border-radius: 50%;
    position: fixed;
    top: 4rem;
    right: 3rem;
    z-index: 2100;
    box-shadow: -1px 0rem 1rem rgba(51, 51, 51, 0.1);
    text-align: center;
    cursor: pointer; }
  .navigation__checkbox {
    display: none; }
  .navigation__bg {
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    background-color: rgba(10, 10, 10, 0.97);
    position: fixed;
    top: 4.5rem;
    right: 3.5rem;
    transition: transform .3s;
    z-index: 1800; }
  .navigation__nav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .navigation__list {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center; }
  .navigation__item {
    margin: 1.5rem; }
  .navigation__link:link, .navigation__link:visited {
    font-size: 1.7rem;
    font-family: "raleway", sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    padding: 1rem 2rem;
    display: inline-block;
    text-decoration: none;
    position: relative;
    transform: all .2s ease-in-out;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #ffffff 50%);
    background-size: 230%; }
  .navigation__link:hover, .navigation__link.active:hover, .navigation__link#active:hover {
    color: #5a5a5a;
    text-decoration: none;
    background-position: 100%; }
  .navigation__link.active, .navigation__link#active {
    color: #f5f5f5; }
  .navigation__checkbox:checked ~ .navigation__bg {
    transform: scale(80); }
  .navigation__checkbox:checked ~ .navigation__nav {
    width: 100%;
    opacity: 1; }
  .navigation__icon {
    position: relative;
    margin-top: 3.5rem; }
    .navigation__icon, .navigation__icon::before, .navigation__icon::after {
      width: 3rem;
      height: 2px;
      background-color: #333333;
      display: inline-block; }
    .navigation__icon::before, .navigation__icon::after {
      content: "";
      position: absolute;
      left: 0;
      width: 2rem;
      transition: all .2s; }
    .navigation__icon::before {
      top: -.8rem; }
    .navigation__icon::after {
      bottom: -.8rem; }
  .navigation__button:hover .navigation__icon::before {
    top: -1rem; }
  .navigation__button:hover .navigation__icon::after {
    bottom: -1rem; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon {
    background-color: transparent; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::before {
    top: 0;
    width: 3rem;
    transform: rotate(135deg); }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::after {
    top: 0;
    width: 3rem;
    transform: rotate(-135deg); }
  @media (max-width: 991px) {
    .navigation {
      display: block; } }

.scrollup {
  background: rgba(255, 255, 255, 0.9);
  z-index: 3000;
  position: fixed;
  width: 5rem;
  height: 5rem;
  top: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  left: auto;
  opacity: 0;
  text-align: center;
  border-radius: 5rem;
  cursor: pointer;
  right: 0;
  bottom: 3rem;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: -1px 0rem 1rem rgba(51, 51, 51, 0.1); }
  .scrollup i {
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
    opacity: 1 !important;
    display: inline-block;
    font-size: 2.4rem;
    line-height: 5rem;
    color: #333; }

.reveal {
  right: 3rem;
  opacity: 1; }

@media (max-width: 768px) {
  html {
    font-size: 55.5% !important; } }

.about {
  height: 97vh; }
  .about__bg {
    background-image: url("../img/3.jpg");
    background-position: right !important;
    height: 100%; }
    .about__bg .about__bg--gradient {
      background-color: rgba(0, 0, 0, 0.1) !important;
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent); }
    .about__bg .about__text {
      color: #ffffff;
      display: flex;
      width: 100%;
      position: relative;
      align-items: center; }
      @media (max-width: 768px) {
        .about__bg .about__text {
          text-align: center; } }
      .about__bg .about__text div h4 {
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 2.7rem;
        letter-spacing: 2px;
        text-transform: uppercase; }
        .about__bg .about__text div h4 span {
          color: #31c2e2; }
        .about__bg .about__text div h4 span#laito {
          color: #ffffff !important; }
        @media (max-width: 570px) {
          .about__bg .about__text div h4 span#laito {
            display: block; }
          .about__bg .about__text div h4 {
            font-size: 2.4rem; } }
      .about__bg .about__text div p {
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        font-size: 1.6rem;
        color: #ccc; }
        .about__bg .about__text div p span {
          display: block;
          color: inherit; }
      .about__bg .about__text div h1 {
        color: #ffffff;
        font-family: "montserrat", sans-serif;
        line-height: 58px !important;
        font-weight: 800 !important;
        letter-spacing: 1px;
        text-transform: uppercase; }
        .about__bg .about__text div h1 span {
          display: block;
          color: inherit; }
      .about__bg .about__text div #abt-btn-first div:first-child {
        display: inline-block; }
      .about__bg .about__text div #abt-btn-first div .btn__normal {
        border-color: #8a8a8b;
        border-radius: 6px; }
  .about__trips {
    position: relative; }
    .about__trips .trips__container {
      margin-right: 3rem;
      margin-top: 2rem;
      display: inline-block; }
      .about__trips .trips__container .icon {
        text-align: center;
        display: inline-block;
        height: 4.5rem;
        width: 4.5rem;
        font-size: 2.2rem;
        border-radius: 50px;
        border: 2px solid #fff;
        line-height: 4.5rem;
        background-image: linear-gradient(to right, #239cb7, #60c9e0);
        color: #fff; }
        .about__trips .trips__container .icon span {
          color: #ffffff; }
      .about__trips .trips__container .text {
        color: #fff;
        font-weight: 600;
        font-size: 1.1rem;
        line-height: 1.6;
        font-family: "Montserrat", sans-serif;
        font-style: italic;
        margin-top: .7rem;
        text-transform: uppercase;
        position: relative;
        margin-left: 2rem; }

.intro__wel {
  color: #505050; }
  .intro__wel h4 {
    font-size: 1.9rem;
    font-weight: 400;
    letter-spacing: 8px;
    text-transform: uppercase; }
  .intro__wel p {
    font-style: italic; }
  .intro__wel h2 {
    font-size: 3.6rem; }

.histo__img {
  background-image: url(../img/trading.jpg);
  background-attachment: fixed;
  height: 45rem;
  min-height: 45rem;
  display: flex;
  z-index: 1; }
  @media (max-width: 768px) {
    .histo__img {
      height: 100%;
      padding: 3rem 0; } }

.histo__text {
  color: #ffffff; }
  @media (max-width: 768px) {
    .histo__text {
      padding: 4rem 2rem;
      text-align: center; } }
  .histo__text h3 {
    font-family: "dosis", sans-serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: 2.8rem; }
  .histo__text p {
    font-family: 'Open sans', sans-serif;
    color: #757575;
    line-height: 1.9;
    font-size: 1.5rem;
    line-height: 1.8;
    font-size: 1.6rem;
    color: inherit;
    opacity: .9;
    font-weight: 300; }

.abouthead__heading p {
  font-size: 1.2rem; }

.abouthead__heading hr {
  width: 50px;
  border-top: 1px solid #ddd; }

.abouthead__heading h4 {
  font-family: "abel";
  color: #323d47;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 3rem;
  margin-bottom: 0; }

.roadmap__parent {
  padding: 7rem 0;
  position: relative;
  border-top: 1px dashed #CEE1F8;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .roadmap__parent:hover {
    background: #F3F8FF; }
  .roadmap__parent:hover .roadmap__drop {
    height: 13.4rem; }
  @media (max-width: 768px) {
    .roadmap__parent:hover .roadmap__drop {
      height: 6rem; } }

.roadmap__date {
  text-align: right;
  color: #3B566E;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0.78px; }
  @media (max-width: 768px) {
    .roadmap__date {
      text-align: center; } }

.roadmap__drop {
  position: absolute;
  left: 0px;
  right: 0px;
  top: -10rem;
  width: 2px;
  height: 12.4rem;
  margin: 0 auto;
  background: #158097;
  z-index: 3;
  transition: all 0.3s ease 0s; }
  @media (max-width: 768px) {
    .roadmap__drop {
      height: 6rem;
      top: -11.8rem; } }
  .roadmap__drop::before {
    content: '';
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    bottom: 0px;
    left: -.8rem;
    background: #0f5a6a;
    box-shadow: 0 1px 1.8rem 1rem #F3F8FF;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem; }
  .roadmap__drop::after {
    content: '';
    position: absolute;
    width: 6.6rem;
    height: 6.6rem;
    bottom: -2.4rem;
    left: -3.2rem;
    border: 1px solid #CEE1F8;
    z-index: 1;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem; }

.roadmap__exp {
  font-weight: 400;
  font-size: 1.5rem;
  color: #3B566E;
  line-height: 28px;
  letter-spacing: 0.69px; }
  @media (max-width: 768px) {
    .roadmap__exp {
      text-align: center;
      margin-top: 1rem; } }

.parallax {
  clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%); }
  @media (max-width: 768px) {
    .parallax {
      clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%); } }
  .parallax__bg {
    background-image: url("../img/1-6.jpg");
    height: 50rem;
    min-height: 50rem;
    background-attachment: fixed; }
  .parallax__container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .parallax__container h3 {
      color: #ffffff;
      font-weight: 300;
      text-transform: capitalize; }
      @media (max-width: 768px) {
        .parallax__container h3 {
          font-size: 2.8rem; } }
    .parallax__container p {
      font-family: 'raleway';
      font-weight: 500;
      font-style: italic;
      font-size: 1.7rem;
      color: #ffffff;
      line-height: 1.7; }

@media (max-width: 768px) {
  #readyMerge {
    background-color: #fff;
    margin-top: -20px;
    padding-top: 14rem !important; } }

.why .abouthead__heading h4 {
  font-family: 'Open sans', sans-serif;
  font-weight: 300;
  color: #505050; }

.why__wrapper {
  position: relative; }
  @media (max-width: 768px) {
    .why__wrapper {
      margin-bottom: 6rem; } }
  .why__wrapper:hover .icon i {
    color: #0da2c3;
    transform: translateY(-5px); }
  .why__wrapper .icon {
    position: absolute; }
    .why__wrapper .icon__container {
      width: 6rem;
      height: 6rem;
      margin: 0 auto;
      display: table;
      position: relative;
      margin-bottom: 3rem; }
      .why__wrapper .icon__container i {
        font-size: 3.6rem;
        color: #47c9e5;
        line-height: 6rem;
        display: inline-block;
        transition: all .4s ease-in-out; }
  .why__wrapper .explain {
    position: relative;
    padding-left: 6.6rem; }
    .why__wrapper .explain h3 {
      font-family: "Montserrat", sans-serif;
      color: #505050;
      font-size: 1.4rem;
      text-transform: uppercase;
      font-weight: 600; }
    .why__wrapper .explain__seperator {
      display: block;
      width: 30px;
      height: 5px;
      background-color: #e9e9e9;
      margin-top: 15px;
      margin-bottom: 15px;
      border-radius: 30px; }
    .why__wrapper .explain p {
      font-size: 1.4rem; }
      
    .nato{
      font-size: 4.6rem;
      display: inline-block;
      position: relative;
      top: .5rem;
    }
