body {
  position: relative;
}

section {
  background: #000;
}

section.row,
header.row,
footer.row {
  margin: 0;
  font-family: "Oswald", sans-serif;
}

a,
.btn,
button {
  text-decoration: none;
  outline: none;
  transition: all 300ms linear 0s;
}

a:hover, a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
}

h2,
.h2 {
  font-size: 35px;
}

p {
  font: 300 14px/26px "Oswald", sans-serif;
  color: #AAA;
}


/*============= Buttons =============*/
.btn {
  border-radius: 30px;
  font: 300 12px/26px "Oswald", sans-serif;
  padding: 2px 33px 0;
  color: #b4bcc3;
  border-color: #e1e4e7;
}

.btn:hover, .btn:focus {
  background: #374048;
  border-color: #374048;
  color: #fff;
}

.btn-primary {
  border: none;
  background: #0084ff;
  color: #FFF;
  padding: 0 28px;
}

.btn-primary.btn-lg {
  padding: 0 85px;
  border-radius: 60px;
  font: 500 27px/72px "Oswald", sans-serif;
  margin-bottom: 77px;
}

@media (max-width: 991px) {
  .btn-primary.btn-lg {
    padding: 0 70px;
    font-size: 18px;
    line-height: 60px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .btn-primary.btn-lg {
    padding: 0 65px;
  }
}

.btn-link {
  font: 300 15px/14px "Oswald", sans-serif;
  border-bottom: 1px solid;
  text-decoration: none;
  color: #007eff;
  border-color: #a3c5ff;
}

.btn-block {
  font: 600 19px/63px "Oswald", sans-serif;
  text-transform: uppercase;
  border: none;
  transition: all 300ms linear 0s;
  border-radius: 0;
  background: #0084ff;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-block.btn-rounded {
  border-radius: 4px;
  font: 600 26px/80px "Oswald", sans-serif;
}

@media (max-width: 767px) {
  .btn-block.btn-rounded {
    font: 600 18px/60px "Oswald", sans-serif;
  }
}


/*=============Custom Animation=============*/
@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

/*============= Magnific Popup =============*/
.mfp-fade.mfp-bg {
  opacity: 0;
  background: #FFF;
  transition: all .3s;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .9;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all .3s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/* 
   Back to Top
   ----------- */
.back_to_top {
  display: none;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.back_to_top:hover {
  opacity: 0.5;
}

/* 
   Gallery
   ----------- */
.gallery__image {
  border-radius: 3px;
  margin-bottom: 30px;
}

/*========= @import Components ==========*/
/*=========Prefix==========*/
.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.m-t-80 {
  margin-top: 80px !important;
}

.m-v-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-v-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.display-block {
  display: block;
}

.no-bg-img {
  background-image: none !important;
}

.grey-bg {
  background-color: #F0F0F2 !important;
}

@media (min-width: 1600px) {
  .big-container {
    width: 1500px;
  }
}

@media (max-width: 992px) {
  .m-b-100-sm {
    margin-bottom: 100px !important;
  }
}

.h2 {
  margin: 20px 0 20px;
  font: 600 65px/1 "Oswald", sans-serif;
  letter-spacing: -3px;
  color: #374048;
}

.btn-md {
  padding: 0 33px;
  font: 500 21px/58px "Oswald", sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
}

.btn-sm {
  padding: 0 30px;
  font: 500 18px/50px "Oswald", sans-serif;
  margin-bottom: 10px;
  margin-top: 10px;
}

/*-----------------------*/
.section-header {
  margin-bottom: 0px;
  text-align: center;
}

.section-header:after {
  content: '';
  width: 82px;
  height: 6px;
  display: block;
  margin: 0 auto;
}

.section-header h2 {
  text-transform: uppercase;
  font: 600 48px/29px "Oswald", sans-serif;
  padding-top: 5px;
  margin: 0 0 25px;
  color:#FFF;
}

@media (max-width: 767px) {
  .section-header h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}

.section-header p {
  max-width: 710px;
  margin: 0 auto 20px;
  font: 300 16px/32px "Oswald", sans-serif;
}

@media (max-width: 767px) {
  .section-header p {
    max-width: 90%;
    font-size: 16px;
    line-height: 24px;
  }
}

.section-header.v3 {
  text-align: left;
  margin: 0 0 44px;
}

.section-header.v3:after {
  margin-left: 0;
}

@media (max-width: 767px) {
  .section-header.v3 p {
    margin-left: 0;
  }
}

.mfp-iframe-scaler .mfp-close {
  color: #000;
}

/*=========Header==========*/


.top-banner {
  padding: 190px 0;
}

@media (max-width: 767px) {
  .top-banner {
    padding-top: 130px;
  }
}

.top-banner h2 {
  margin: 0 0 20px;
  font: 600 79px/1 "Oswald", sans-serif;
  letter-spacing: -3px;
}

@media (max-width: 1199px) {
  .top-banner h2 {
    font-size: 68px;
  }
}

@media (max-width: 991px) {
  .top-banner h2 {
    font-size: 54px;
  }
}

@media (max-width: 991px) {
  .top-banner h2 {
    font-size: 35px;
  }
}

.top-banner p {
  max-width: 780px;
  margin: 0 auto 40px;
  font: 300 27px/41px "Oswald", sans-serif;
  letter-spacing: -0.2px;
}

@media (max-width: 1199px) {
  .top-banner p {
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 991px) {
  .top-banner p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .top-banner p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}

.top-banner .btn-primary img {
  margin: 0 15px;
}

@media (max-width: 991px) {
  .top-banner .btn-primary img {
    margin: 0 5px;
  }
}

.top-banner img {
  margin: 0 auto 61px;
}




header.row {
  background: url(../images/header-backgroundd.jpg) no-repeat scroll center bottom;
  background-color: #000;
  background-size: cover;
	height: 100% !important;
}

header.alt-bg {
  background: url(../images/header_bg_alt.jpg) no-repeat center center;
  background-size: cover;
}

header.video-bg {
  background: #010102;
}

.split-header p {
  font-size: 24px;
  max-width: 660px;
  margin-left: 0;
  line-height: 37px;
}

@media (max-width: 992px) {
  .split-header p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .split-header p {
    font-size: 20px;
    line-height: 28px;
  }
}

.top-banner .text-reverse h2 {
  color: #fff;
}

.top-banner .text-reverse p {
  color: rgba(255, 255, 255, 0.7);
}

.alt-bg .top-banner {
  background: rgba(0, 0, 0, 0.67);
  min-height: 800px;
}

.alt-bg .dark-logo {
  display: none;
}

.alt-bg .is-scrolling .dark-logo {
  display: block;
}

.alt-bg .is-scrolling .white-logo {
  display: none;
}

.top-banner .split-header {
  margin-top: 70px;
}

.top-banner .split-header h2 {
  color: #FFF;
}

.top-banner .split-header p {
  color: #FFF;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 992px) {
  .top-banner .split-header {
    margin-top: 0;
    margin-bottom: 100px;
    text-align: center;
  }
}

.dropdown-menu {
  border: 1px solid #F1F1F1;
  box-shadow: 0 2px 42px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  padding: 15px 0;
}

#main-navbar .dropdown-menu li a {
  padding: 0 25px;
}

/* ------- Play Video ------- */
.play-video-block {
  margin: 80px 0 0;
  position: relative;
}

.play-video-block .video-thumb {
  border-radius: 5px;
}

.play-video-block .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}

.play-video-block a {
  display: block;
  position: relative;
  z-index: 3;
}

.play-video-block a:hover .play-btn {
  -webkit-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.play-video-block a:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

/* Magnific Popup */
.mfp-iframe-scaler iframe {
  box-shadow: none;
}

/************************
 * Nav Menu on Hover
 ***********************/
/*only for screens greater than 992px  */
@media (min-width: 992px) {
  .navbar .navbar-nav > li.dropdown > ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease;
  }
  .navbar .navbar-nav > li.dropdown:hover > ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

/* end nav on hover  */
/************************
 * Youtube Video Player
 ***********************/
.mb_YTPlayer:focus {
  outline: 0;
}

.mbYTP_wrapper {
  display: block;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
          transform: translateZ(0) translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade .1s infinite alternate;
  /* Chrome, Safari, Opera */
  animation: fade .1s infinite alternate;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

/* Standard syntax */
@keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
}

.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}

.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}

/*RASTER OVERLAY*/
.YTPOverlay.raster {
  background: url("../images/raster.png");
}

.YTPOverlay.raster.retina {
  background: url("../images/raster@2x.png");
}

.YTPOverlay.raster-dot {
  background: url("../images/raster_dot.png");
}

.YTPOverlay.raster-dot.retina {
  background: url("../images/raster_dot@2x.png");
}

/*VOLUME SLIDER*/
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}

.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}

.mb_YTPBar .simpleSlider.muted {
  opacity: .3;
}

.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}

.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}

.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}

/*=========The Product==========*/
.the-product {
  padding: 110px 0 160px;
}

@media (max-width: 767px) {
  .the-product {
    text-align: center;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .the-product img {
    max-width: 200px;
  }
}

.apple-watch-note-feature {
  padding-top: 35px;
  position: relative;
}

@media (max-width: 767px) {
  .apple-watch-note-feature {
    width: auto;
    display: inline-block;
    margin: 0 auto;
  }
}

.feature-note {
  display: inline-block;
  height: 115px;
  position: absolute;
  transition: all 300ms linear 0s;
  /*Content Show on Click*/
}

@media (max-width: 767px) {
  .feature-note {
    height: auto;
  }
}

.feature-note .indicator {
  margin-top: 67px;
  width: 192px;
  transition: all 300ms linear 0s;
}

@media (max-width: 767px) {
  .feature-note .indicator {
    width: 49px;
    margin-top: 90px;
  }
}

.feature-note .indicator .plus-icon {
  height: 49px;
  width: 49px;
  border-radius: 100%;
  padding: 8px;
  position: relative;
  transition: all 300ms linear 0s;
  transition-duration: 150ms;
}

.feature-note .indicator .plus-icon:before {
  content: '';
  width: 49px;
  height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid;
  border-radius: 100%;
  -webkit-animation: doublePulse 1.5s ease infinite;
          animation: doublePulse 1.5s ease infinite;
  z-index: 0;
}

.feature-note .indicator .plus-icon:after {
  content: '';
  height: 2px;
  display: block;
  margin-top: -17px;
  transition: all 300ms linear 0s;
  transition-duration: 150ms;
  width: 0;
}

@media (max-width: 767px) {
  .feature-note .indicator .plus-icon:after {
    display: none;
  }
}

.feature-note .indicator .plus-icon .plus {
  border-radius: 100px;
  width: 100%;
  display: block;
  line-height: 31px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: all 300ms linear 0s;
}

.feature-note .feature-name {
  text-transform: uppercase;
  height: 91px;
  line-height: 20px;
  position: relative;
  letter-spacing: 0.2px;
}

.feature-note .feature-name:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  top: 25px;
  left: calc(50% - 4px);
  transition: all 300ms linear 0s;
}

.feature-note .feature-name:after {
  content: '';
  display: block;
  width: 2px;
  height: 58px;
  position: absolute;
  top: 33px;
  left: calc(50% - 1px);
  transition: all 300ms linear 0s;
}

.feature-note.right .indicator {
  float: left;
}

.feature-note.right .indicator .plus-icon {
  float: left;
}

.feature-note.right .indicator .plus-icon:after {
  float: left;
  margin-left: 30px;
}

.feature-note.right .indicator .plus-icon .plus {
  float: left;
}

.feature-note.right.top {
  top: 10px;
  right: 220px;
}

@media (max-width: 1199px) {
  .feature-note.right.top {
    right: 130px;
  }
}

@media (max-width: 991px) {
  .feature-note.right.top {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .feature-note.right.top {
    right: -110px;
    top: -40px;
  }
}

.feature-note.right.top .feature-name {
  float: left;
  margin-left: -53px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}

@media (max-width: 767px) {
  .feature-note.right.top .feature-name {
    margin-left: -50%;
  }
}

.feature-note.right.bottom {
  top: 290px;
  right: 221px;
}

@media (max-width: 1199px) {
  .feature-note.right.bottom {
    right: 121px;
  }
}

@media (max-width: 991px) {
  .feature-note.right.bottom {
    right: 88px;
  }
}

@media (max-width: 767px) {
  .feature-note.right.bottom {
    right: -62px;
    top: 175px;
  }
}

.feature-note.right.bottom .indicator {
  margin-top: 0;
}

.feature-note.right.bottom .indicator .plus-icon:after {
  width: 0;
}

.feature-note.right.bottom .feature-name {
  float: left;
  margin-left: 30px;
  padding-top: 70px;
  margin-top: 22px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

@media (max-width: 991px) {
  .feature-note.right.bottom .feature-name {
    margin-left: -45px;
  }
}

@media (max-width: 767px) {
  .feature-note.right.bottom .feature-name {
    margin-left: -50%;
    margin-top: 47px;
    height: 140px;
    padding-top: 120px;
  }
}

.feature-note.right.bottom .feature-name:before {
  top: 58px;
}

@media (max-width: 767px) {
  .feature-note.right.bottom .feature-name:before {
    top: 110px;
  }
}

.feature-note.right.bottom .feature-name:after {
  top: 0;
}

@media (max-width: 767px) {
  .feature-note.right.bottom .feature-name:after {
    height: 110px;
  }
}

.feature-note.left .indicator {
  float: right;
}

.feature-note.left .indicator .plus-icon {
  float: right;
}

.feature-note.left .indicator .plus-icon:after {
  float: right;
  margin-right: 30px;
}

.feature-note.left .indicator .plus-icon .plus {
  float: right;
}

.feature-note.left.top {
  top: 115px;
  left: 205px;
}

@media (max-width: 1199px) {
  .feature-note.left.top {
    left: 105px;
  }
}

@media (max-width: 991px) {
  .feature-note.left.top {
    left: 0;
  }
}

@media (max-width: 767px) {
  .feature-note.left.top {
    left: -110px;
    top: 20px;
  }
}

.feature-note.left.top .feature-name {
  margin-right: -47px;
  float: right;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}

@media (max-width: 991px) {
  .feature-note.left.top .feature-name {
    margin-right: -47px;
  }
}

@media (max-width: 767px) {
  .feature-note.left.top .feature-name {
    margin-right: -50%;
  }
}

.feature-note.left.bottom {
  top: 395px;
  left: 122px;
  height: auto;
}

@media (max-width: 1199px) {
  .feature-note.left.bottom {
    left: 22px;
  }
}

@media (max-width: 991px) {
  .feature-note.left.bottom {
    left: 5px;
  }
}

@media (max-width: 767px) {
  .feature-note.left.bottom {
    left: -140px;
    top: 220px;
  }
}

.feature-note.left.bottom .indicator {
  margin-top: 0;
}

@media (max-width: 991px) {
  .feature-note.left.bottom .indicator {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .feature-note.left.bottom .indicator {
    width: 49px;
  }
}

.feature-note.left.bottom .feature-name {
  margin-right: 10px;
  float: right;
  height: auto;
  padding-top: 14px;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 767px) {
  .feature-note.left.bottom .feature-name {
    margin-right: -50%;
    top: 49px;
    padding-top: 73px;
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
  }
}

.feature-note.left.bottom .feature-name:before {
  position: relative;
  display: inline-block;
  top: 0;
  left: calc(100% + 5px);
}

@media (max-width: 767px) {
  .feature-note.left.bottom .feature-name:before {
    position: absolute;
    top: 62px;
    left: calc(50% - 4px);
  }
}

.feature-note.left.bottom .feature-name:after {
  display: none;
}

@media (max-width: 767px) {
  .feature-note.left.bottom .feature-name:after {
    display: block;
    top: 0;
    height: 62px;
  }
}

.feature-note.show-cont .indicator .plus-icon:after {
  width: 155px;
}

.feature-note.show-cont .feature-name {
  transition: -webkit-transform 150ms ease 150ms;
  transition: transform 150ms ease 150ms;
  transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
}

.feature-note.show-cont.right.top .feature-name {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.feature-note.show-cont.right.bottom .indicator .plus-icon:after {
  width: 237px;
}

@media (max-width: 991px) {
  .feature-note.show-cont.right.bottom .indicator .plus-icon:after {
    width: 150px;
  }
}

.feature-note.show-cont.right.bottom .feature-name {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.feature-note.show-cont.left.top .feature-name {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

@media (max-width: 991px) {
  .feature-note.show-cont.left.bottom .indicator .plus-icon:after {
    width: 48px;
  }
}

.feature-note.show-cont.left.bottom .feature-name {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}


/*=========How it Works==========*/
.the-teams {
  padding: 117px 0;
}

@media (max-width: 340px) {
  .the-teams {
    overflow: hidden;
  }
}

.the-teams .benefit-notes .featured-img img {
	max-width: 100%;
}

.benefit {
  margin-top: 60px;
}

.benefit:nth-child(1), .benefit:nth-child(2), .benefit:nth-child(3) {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .benefit:nth-child(3) {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .benefit:nth-child(3) {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .benefit {
    min-height: auto;
    margin-top: 35px;
  }
}

.benefit .media .media-left {
  padding: 0;
  text-align: center;
}

.benefit .media .media-left span {
  display: block;
  width: 70px;
  font-size: 36px;
}

.benefit .media .media-body h4 {
  margin: 0 0 6px;
  font: 600 20px/1 "Oswald", sans-serif;
}

.benefit .media .media-body p {
  margin: 0;
  font: 300 14px/22px "Oswald", sans-serif;
}

/*=========Left Right Content==========*/
.left-right-contents {
  padding: 111px 0 145px;
}

.left-right-contents img {
  max-width: 100%;
  display: inline-block;
}

@media (max-width: 991px) {
  .left-right-contents img {
    margin-top: 50%;
  }
}

@media (max-width: 767px) {
  .left-right-contents img {
    margin: 40px 0;
  }
}

.left-right-contents .media {
  margin-top: 78px;
}

@media (max-width: 1199px) {
  .left-right-contents .media {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .left-right-contents .media {
    margin-top: 40px;
  }
}

.left-right-contents .media + .media {
  margin-top: 65px;
}

@media (max-width: 1199px) {
  .left-right-contents .media + .media {
    margin-top: 40px;
  }
}

.left-right-contents .media .media-left {
  padding: 0;
  text-align: center;
}

.left-right-contents .media .media-left span {
  display: block;
  width: 70px;
  font-size: 32px;
}

.left-right-contents .media .media-body h4 {
  margin: 0 0 6px;
  font: 600 20px/1 "Oswald", sans-serif;
}

.left-right-contents .media .media-body p {
  margin: 0;
  font: 300 14px/22px "Oswald", sans-serif;
}

/*=========Our Collection==========*/
.our-collection {
  padding: 140px 0 88px;
}

.collections {
  padding-top: 15px;
}

.collections .item {
  padding: 15px;
  text-align: center;
}

.collections .item .featured-img {
  margin-bottom: 30px;
}

.collections .item .featured-img img {
  max-width: 100%;
}

.collections .item .title {
  font: 500 16px/1 "Oswald", sans-serif;
  margin: 0;
}

.collections .item .category {
  margin: 5px 0 0;
  font: 300 13px/1 "Oswald", sans-serif;
}

.collections .item .price {
  font: 600 19px/1 "Oswald", sans-serif;
  margin: 14px 0 20px;
}



/*=========Team==========*/
.team {
  padding: 93px 0 80px;
  background-color: #333;
}

.team .team_members {
  padding-top: 5px;
}

.member {
  padding: 15px;
  text-align: center;
}

.member .inner {
  max-width: 263px;
  margin: 0 auto;
}

.member .inner .image img {
  max-width: 100%;
}

.member .inner .texts {
  padding: 24px 0 20px;
}

.member .inner .texts h4 {
  margin: 0 0 10px;
  font: 500 20px/1 "Oswald", sans-serif;
  color:#FFF;
}

.member .inner .texts h5 {
  margin: 0;
  font: 300 14px/1 "Oswald", sans-serif;
  color:#EEE;
}


/*=========How We Got Here==========*/
.got-here {
  overflow-y: hidden;
  padding-top: 100px;
  position: relative;
}

@media (max-width: 1199px) {
  .got-here {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .got-here {
    text-align: center;
  }
}

.got-here:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #252525;

}

.got-here .mobile-img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .got-here .mobile-img {
    max-width: 250px;
    display: block;
    margin: 30px auto 0;
  }
}

.got-here h2 {
  margin-top: 88px;
  margin-bottom: 20px;
  font: 600 50px/1 "Oswald", sans-serif;
  color:#FFF;
}

@media (max-width: 991px) {
  .got-here h2 {
    margin: 10px 0;
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .got-here h2 {
    margin-top: 88px;
  }
}

@media (max-width: 767px) {
  .got-here h2 {
    line-height: 1.3;
  }
}

.got-here p {
  font: 300 18px/32px "Oswald", sans-serif;
  margin-bottom: 25px;
  opacity: 0.77;
}

@media (max-width: 991px) {
  .got-here p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

.got-here .dload-link {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .got-here .dload-link img {
    max-width: 150px;
  }
}


@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes popin {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  85% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  #exit-modal .exit-modal {
    width: 100%;
    height: 100%;
  }
}



/*# sourceMappingURL=style.css.map */