body {
  font-family: 'Josefin Sans', sans-serif; }

.default-2-69 {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  overflow: hidden;
  /*--------------------------------
  GLOBAL
  ---------------------------------*/
  /*--------------------------------
  ANIOMATION
  ---------------------------------*/
  /*--------------------------------
  GREAT COFFEE
  ---------------------------------*/ }
  .default-2-69 p {
    color: #767676;
    line-height: 23px;
    font-family: 'Nunito', sans-serif; }
  .default-2-69 .btn {
    color: #fff;
    padding: 10px 20px;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 500;
    background-color: #daa37f;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase; }
  .default-2-69 .btn--opacity {
    animation: opacity 3s; }
  .default-2-69 .sect {
    padding: 130px 0; }
  .default-2-69 .sect--brown {
    background-color: #1d140b; }
  .default-2-69 .sect--grey {
    background-color: #ebebeb; }
  .default-2-69 .sect--no-bottom {
    padding-bottom: 0; }
  .default-2-69 .sect--white-text {
    color: #fff; }
  .default-2-69 .col--inbl {
    display: inline-block;
    float: none; }
  .default-2-69 .row--center {
    text-align: center; }
  .default-2-69 .row--small {
    max-width: 960px;
    margin: 0 auto; }
  .default-2-69 .row--margin {
    margin-top: 65px; }
@-webkit-keyframes banner-in {
  0% {
    background-color: black; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@-moz-keyframes banner-in {
  0% {
    background-color: black; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@-o-keyframes banner-in {
  0% {
    background-color: black; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@keyframes banner-in {
  0% {
    background-color: black; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .default-2-69 .sect--great {
    background-image: url("https://image.ibb.co/kvDRDb/section_bg_10.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #fff; }

/*# sourceMappingURL=default-2-69.css.map */
body {
  font-family: 'Josefin Sans', sans-serif; }

.default-1-428 {
  width: 100%;
  float: left;
  margin: 0rem 0 0;
  padding: 1rem;
  position: relative;
  background: #FFFFFF; }
  .default-1-428 a {
    text-decoration: none;
    outline: none;
    cursor: pointer; }
  .default-1-428 .no-padding {
    padding: 0px !important; }
  .default-1-428 .no-margin {
    margin: 0px !important; }
  .default-1-428 .overlay {
    width: 100%;
    height: 100%;
    background: #23222b;
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease-out;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0.6; }
  .default-1-428 .row-eq-height {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px; }
  .default-1-428 .row-eq-height:before, .default-1-428 .row-eq-height:after {
    display: inline-block; }
  .default-1-428 .alt {
    display: flex; }
  .default-1-428 .banner-bg-color {
    background: linear-gradient(to right, #6d1386, #3a2099);
    border-radius: 20px; }
  .default-1-428 .banner-details {
    width: 100%;
    display: inline-block;
    margin: 0px;
    padding: 8rem 0 8rem 3rem; }
  .default-1-428 .banner-title {
    width: 100%;
    display: inline-block;
    margin: 0px;
    color: #FFF;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: normal; }
  .default-1-428 .banner-desc {
    width: 100%;
    display: inline-block;
    margin: 5px 0 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 24px;
    font-weight: 400; }
  .default-1-428 .banner-button-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px; }
  .default-1-428 .banner-free-btn {
    margin: 0px 8px;
    padding: 1.4rem 2rem;
    line-height: normal;
    color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.06);
    font-weight: 700;
    font-size: 17px;
    background: #fa6400;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px; }
  @media screen and (min-width: 901px) and (max-width: 1024px) {
    .default-1-428 .banner-free-btn {
      font-size: 13px; } }
  @media screen and (min-width: 768px) and (max-width: 900px) {
    .default-1-428 .banner-details {
      padding: 5rem 0 3rem 0rem;
      text-align: center; }
    .default-1-428 .banner-button-main {
      padding: 0rem 0 5rem; } }
  @media screen and (max-width: 767px) {
    .default-1-428 .banner-details {
      padding: 5rem 0 3rem 0rem;
      text-align: center; }
    .default-1-428 .banner-button-main {
      padding: 0rem 0 5rem; } }
  @media screen and (max-width: 480px) {
    .default-1-428 .banner-free-btn {
      padding: 1.4rem 1.8rem;
      font-size: 14px; } }
@keyframes fadeInUp {
  0% {
    transform: translate3d(0%, 100%, 0);
    opacity: 0; }
  100% {
    transform: none;
    opacity: 1; } }
@keyframes fadeInLight {
  0% {
    opacity: 0; }
  100% {
    opacity: 0.5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*  Turn on custom 8px wide scrollbar */
::-webkit-scrollbar {
  width: 6px;
  /* 1px wider than Lion. */
  /* This is more usable for users trying to click it. */
  background-color: transparent;
  -webkit-border-radius: 100px; }

/* The scrollbar 'thumb' ...that marque oval shape in a scrollbar */
::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 100px;
  background-clip: padding-box;
  border: 1px solid transparent;
  min-height: 10px;
  /*Prevent it from getting too small */ }

::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0, 0, 0, 0.61);
  /* Some darker color when you click it */
  -webkit-border-radius: 100px; }
body {
  font-family: 'Josefin Sans', sans-serif; }

.default-2-68 {
  height: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  overflow: hidden;
  /*--------------------------------
  GLOBAL
  ---------------------------------*/
  /*--------------------------------
  ANIOMATION
  ---------------------------------*/
  /*--------------------------------
  2 HALF SECTION
  ---------------------------------*/
  /*--------------------------------
  RESPONSIVE
  ---------------------------------*/ }
  .default-2-68 p {
    color: #767676;
    line-height: 23px;
    font-family: 'Nunito', sans-serif; }
  .default-2-68 .btn {
    color: #fff;
    padding: 10px 20px;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 500;
    background-color: #daa37f;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase; }
  .default-2-68 .btn--opacity {
    animation: opacity 3s; }
  .default-2-68 .sect {
    padding: 130px 0; }
  .default-2-68 .sect--brown {
    background-color: #1d140b; }
  .default-2-68 .sect--grey {
    background-color: #ebebeb; }
  .default-2-68 .sect--no-bottom {
    padding-bottom: 0; }
  .default-2-68 .sect--white-text {
    color: #fff; }
  .default-2-68 .col--inbl {
    display: inline-block;
    float: none; }
  .default-2-68 .row--center {
    text-align: center; }
  .default-2-68 .row--small {
    max-width: 960px;
    margin: 0 auto; }
  .default-2-68 .row--margin {
    margin-top: 65px; }
@-webkit-keyframes banner-in {
  0% {
    background-color: black; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@-moz-keyframes banner-in {
  0% {
    background-color: black; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@-o-keyframes banner-in {
  0% {
    background-color: black; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@keyframes banner-in {
  0% {
    background-color: black; }
  100% {
    background-color: rgba(0, 0, 0, 0.5); } }
@-webkit-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .default-2-68 .half-sect__second {
    background-image: url("http://image.ibb.co/c339Yb/section_bg_9.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff; }
  .default-2-68 .half {
    width: 50%;
    display: table-cell;
    background-color: #fff; }
  .default-2-68 .half-sect__first {
    padding: 150px;
    background-color: #fff; }
  .default-2-68 .description__p {
    margin-bottom: 40px; }
  .default-2-68 .description__title {
    margin-top: 0;
    margin-bottom: 15px; }
  @media screen and (max-width: 1024px) {
    .default-2-68 .half-sect__first {
      padding: 100px; } }
  @media screen and (max-width: 991px) {
    .default-2-68 .half-sect__first {
      padding: 80px; } }
  @media screen and (max-width: 767px) {
    .default-2-68 .sect__title, .default-2-68 .description__title, .default-2-68 .footer__big-title {
      line-height: 36px;
      font-size: 26px; }
    .default-2-68 .half-sect__first {
      padding: 50px; }
    .default-2-68 .half-sect {
      display: block;
      height: auto; }
    .default-2-68 .half {
      width: 100%;
      display: block; }
    .default-2-68 .half-sect__second {
      padding-bottom: 60%; } }
  @media screen and (max-width: 480px) {
    .default-2-68 .sect {
      padding: 50px 0; }
    .default-2-68 .sect__title, .default-2-68 .description__title {
      line-height: 30px;
      font-size: 22px;
      margin-bottom: 15px; }
    .default-2-68 .sect__subtitle {
      padding: 0; } }

/*# sourceMappingURL=default-2-68.css.map */
