@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=Cormorant+Garamond:300,300i,400,400i");
@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 !important; }

[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; }
      
      
.locate {
  border-top: 1px solid #f1f2f3; }
  .locate div.mx-auto {
    max-width: 30rem; }
  .locate__heading h1 {
    font-style: italic;
    font-size: 3.3rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    line-height: normal;
    color: #676767;
    margin: 0 22%; }
  .locate span {
    color: #292929;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem; }
  .locate .locate__divider {
    border-bottom: 1px dashed #e5e5e5; }
  .locate .locate__text {
    font-family: "Montserrat", sans-serif; }
    .locate .locate__text:not(:last-child) {
      margin-bottom: 2.2rem; }
    .locate .locate__text p:first-child {
      text-transform: capitalize;
      color: #565151;
      font-family: inherit;
      font-weight: 600;
      margin-bottom: .3rem; }
    .locate .locate__text p:last-child {
      letter-spacing: .5px;
      margin-bottom: 0 !important;
      font-family: inherit; }

@media (max-width: 768px) {
  .map {
    padding: 0 2rem; }
    .map-main {
      min-height: 40rem !important; } }

.footer {
  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: 3rem;
    right: 4rem;
    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: 3.5rem;
    right: 4.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 {
    color: #5a5a5a;
    text-decoration: none;
    background-position: 100%; }
  .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; }

.tablist {
  position: relative; }
  .tablist__container div#fisto {
    float: left; }
    .tablist__container div#fisto ul {
      position: relative;
      padding: 1rem 0 1rem 0;
      border-right: 1px solid #ddd; }
  .tablist__container div#fisto2 {
    padding-left: 45px;
    padding-top: 36px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .tablist__container div#fisto2 {
        padding: 2rem; } }
  .tablist__item {
    position: relative; }
    .tablist__item input {
      display: none; }
    .tablist__item .tab__label {
      margin: 0;
      cursor: pointer;
      padding: .9rem 3rem .9rem 1.5rem;
      position: relative; }
      .tablist__item .tab__label div span:first-child {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1.3rem;
        font-family: "Montserrat", sans-serif; }
      .tablist__item .tab__label div span:last-child {
        margin-left: 1rem;
        font-size: 2rem;
        vertical-align: middle; }
      .tablist__item .tab__label div::after {
        content: "";
        position: absolute;
        right: -.4rem;
        top: 0;
        z-index: 1;
        height: 100%;
        width: .6rem;
        opacity: 0;
        background: #47c9e5;
        transition: .3s all ease-in-out;
        border-radius: 1rem; }
      .tablist__item .tab__label:hover span {
        color: #505050 !important; }
  .tablist__radio[type="radio"]:checked ~ .tab__label div span {
    color: #505050 !important; }
  .tablist__radio[type="radio"]:checked ~ .tab__label div::after {
    opacity: 1; }
  .tablist__content {
    position: relative; }
    .tablist__content .tabo {
      -webkit-transition: opacity .15s linear;
      transition: all .15s linear; }
      .tablist__content .tabo h4 {
        text-transform: uppercase;
        font-size: 2.2rem;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        color: #4c4c4c; }
      .tablist__content .tabo p {
        font-family: "Montserrat", sans-serif; }
    .tablist__content .hide {
      display: none;
      opacity: 0; }
    .tablist__content .active {
      display: block;
      opacity: 1; }

@media (max-width: 768px) {
  html {
    font-size: 55.5%; } }

.contact {
  height: 95vh; }
  .contact__bg {
    background-image: url("../img/thanksy.jpg");
    height: 100%;
    background-position: bottom; }
    .contact__bg .contact__bg--gradient {
      background-color: rgba(0, 0, 0, 0.4) !important; }
    .contact__bg .contact__text {
      color: #ffffff;
      display: flex;
      width: 100%;
      position: relative;
      align-items: center; }
      .contact__bg .contact__text div h4 {
        color: #ffffff;
        font-weight: 300;
        font-size: 3.2rem;
        text-shadow: 0 1px 1px #101820;
        letter-spacing: 1px; }
        @media (max-width: 768px){
          .contact__bg .contact__text div h4{letter-spacing: 0}
        }
        .contact__bg .contact__text div h4 span {
          color: #31c2e2; }
      .contact__bg .contact__text div p {
        font-weight: 400;
        font-family: "Montserrat", sans-serif;
        font-size: 1.6rem;
        text-shadow: 0 1px 1px #101820;
        color: #ffffff; }
        .contact__bg .contact__text div p span {
          display: block;
          color: inherit; }
      .contact__bg .contact__text div h1 {
        color: #ffffff;
        line-height: 5.8rem !important;
        font-weight: 300 !important;
        letter-spacing: 1px;
        text-shadow: 0 1px 1px #101820;
        text-transform: uppercase; }
        .contact__bg .contact__text div h1 span {
          display: block;
          color: inherit; }
      .contact__bg .contact__text div #abt-btn-first div:first-child {
        display: inline-block; }
      .contact__bg .contact__text div #abt-btn-first div .btn__normal {
        background-color: #28c0e1;
        border-radius: 5px; }
        .contact__bg .contact__text div #abt-btn-first div .btn__normal:hover {
          background-color: #1daecd; }
  .contact-main {
    position: relative; }
    .contact-main__heading h4 {
      font-weight: 300;
      color: #403a3a;
      font-size: 2.7rem;
      font-family: 'Open sans'; }
    @media (max-width: 768px) {
      .contact-main__main .last-order {
        order: 2;
        margin-top: 6rem; } }
    .contact-main__main .basic {
      position: relative;
      margin-bottom: 4rem; }
      .contact-main__main .basic:hover .basic__break {
        background-color: #31c2e2; }
      .contact-main__main .basic::before {
        content: '';
        display: block;
        clear: both; }
      .contact-main__main .basic__icon {
        margin-top: 3rem;
        float: left;
        font-size: 4rem; }
      .contact-main__main .basic__text {
        padding: 0 3rem;
        overflow: hidden; }
        @media (max-width: 768px) {
          .contact-main__main .basic__text {
            padding-right: 1.5rem; } }
        .contact-main__main .basic__text h5 {
          font-weight: 400; }
      .contact-main__main .basic__break {
        display: block;
        width: 4rem;
        height: .5rem;
        background-color: #ebebeb;
        margin-top: 1rem;
        margin-bottom: 1.5rem;
        transition: all 0.5s ease-in-out 0s;
        border-radius: 3rem; }
    .contact-main__main .form-group {
      margin-bottom: 2rem; }
      .contact-main__main .form-group label {
        font-size: 1.5rem;
        color: #505050;
        margin-bottom: 1rem;
        display: inline-block;
        font-weight: 600; }
      .contact-main__main .form-group .form-control {
        line-height: 1.3;
        color: #5c5c5c;
        display: block;
        width: 100%;
        height: 5rem;
        font-size: 1.5rem;
        font-family: philosopher;
        margin-bottom: 1rem;
        -webkit-appearance: none;
        box-shadow: rgba(0, 0, 0, 0.06) 1px 2px 0px inset;
        padding: 0 2rem;
        border-radius: 4px; }
        .contact-main__main .form-group .form-control:focus {
          box-shadow: none; }
      .contact-main__main .form-group .text-area {
        padding-top: 1rem;
        padding-bottom: 1rem;
        height: 15rem; }

.footer {
  background-color: #fafbfb; }

.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; }
    
.gm-control-active.gm-fullscreen-control{
  background: #fafbfb !important;
}

/*, .gm-svpc*/

/*.gmnoprint div{*/
/*  background: #fafbfb !important;*/
/*}*/

.gmnoprint .gm-style-mtc div{
  font-family: 'raleway', sans-serif !important;
  background: #fafbfb !important;
}

.sevNoti{
  z-index: 1000;
}

.noti {
  position: absolute;
  top: 8.5rem;
  min-width: 47rem;
  text-align: center;
  z-index: 100;
  left: 50%;
  background-color: #f7f7f7;
  font-family: "Open sans", sans-serif;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 1rem 2.5rem;
  border-bottom: 0.4px solid rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  border-radius: 5px;
}
.noti h5 {
    font-weight: 400;
    font-family: inherit;
    margin: 0;
    font-size: 1.5rem; }
.noti.alert-danger {
    color: #a94442;
    opacity: 1;
    background-color: #f2dede;
    border-color: #ebccd1; }
.noti.alert-danger h5 {
      color: inherit; }
.noti.alert-success {
    color: #3c763d;
    opacity: 1;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
.noti.alert-success h5{
      color: inherit; }
  @media (min-width: 767px) {
    .noti {
      width: 47rem;
      max-width: 47rem; } }
  @media (max-width: 768px){
    .noti{
      top: 12rem;
      margin-right: 3rem !important;
    }
    .reg-mag{
      margin-bottom: 0 !important;
    }
  }
