/* ===============================
		General Style
================================ */
.ptt-120 {
  padding-top: 120px; }

.ptb-90 {
  padding-bottom: 90px; }

body {
  font-family: "Roboto", sans-serif; }

p {
  font-size: 15px;
  color: #727272;
  line-height: 24px; }

a {
  text-decoration: none !important; }

h1, h2 {
  font-family: "Montserrat", sans-serif; }

h4, h5, h6 {
  font-family: "Roboto", sans-serif; }

.nav > li > a:focus, .nav > li > a:hover {
  background: transparent; }

::-webkit-input-placeholder {
  color: inherit; }

section {
  padding: 120px 0px; }

.title {
  text-align: center;
  margin-bottom: 70px; }
  .title p {
    width: 60%;
    margin: 0px auto; }
  .title h2 {
    text-transform: uppercase;
    margin: 0;
    font-size: 40px;
    font-weight: 600; }
  .title span.section-devider {
    position: relative;
    display: inline-block;
    margin: 20px 0; }
    .title span.section-devider:before {
      background: #323232;
      content: "";
      height: 1px;
      left: 25px;
      position: absolute;
      top: 9px;
      width: 80px; }
    .title span.section-devider:after {
      background: #323232;
      content: "";
      height: 1px;
      position: absolute;
      right: 25px;
      top: 9px;
      width: 80px; }
    .title span.section-devider span {
      color: #6c66e7; }
      .title span.section-devider span:before {
        background: #323232;
        border-radius: 100px;
        content: "";
        height: 7px;
        left: -15px;
        position: absolute;
        top: 6px;
        width: 7px; }
      .title span.section-devider span:after {
        background: #323232;
        border-radius: 100px;
        content: "";
        height: 7px;
        position: absolute;
        right: -15px;
        top: 6px;
        width: 7px; }

.is-sticky nav.navbar {
  background: #1a1a1a;
  border-radius: 0; }

.is-sticky .megaland-nav {
  padding: 15px 0 !important; }

/* -------- Pre Loader -------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9999; }

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px; }

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 70px; }
  .section-header h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0; }
  .section-header span.section-devider {
    position: relative;
    display: inline-block;
    margin: 20px 0; }
    .section-header span.section-devider:before {
      background: #323232;
      content: "";
      height: 1px;
      left: 25px;
      position: absolute;
      top: 9px;
      width: 80px;
      z-index: 1; }
    .section-header span.section-devider:after {
      background: #323232;
      content: "";
      height: 1px;
      position: absolute;
      right: 25px;
      top: 9px;
      width: 80px;
      z-index: 1; }
    .section-header span.section-devider span {
      color: #6c66e7; }
      .section-header span.section-devider span:before {
        background: #323232;
        border-radius: 100px;
        content: "";
        height: 7px;
        left: -15px;
        position: absolute;
        top: 6px;
        width: 7px;
        z-index: 2; }
      .section-header span.section-devider span:after {
        background: #323232;
        border-radius: 100px;
        content: "";
        height: 7px;
        position: absolute;
        right: -15px;
        top: 6px;
        width: 7px;
        z-index: 2; }
  .section-header p {
    width: 650px;
    margin: 0 auto; }
  .section-header.section-header-saas span.section-devider span {
    color: #2ca5c2; }
    .section-header.section-header-saas span.section-devider span:before {
      background: #2ca5c2; }
    .section-header.section-header-saas span.section-devider span:after {
      background: #2ca5c2; }

/* ====================================================================
	App Landing Style
====================================================================== */
/* Home Intro Style */
.intro {
  background: url("../images/app-landing/intro-bg.jpg") no-repeat;
  background-size: cover; }
  .intro .megaland-nav {
    margin-bottom: 0;
    padding: 30px 0 0 0; }
    .intro .megaland-nav a.navbar-brand {
      color: #fff;
      padding: 0;
      margin-left: 0; }
    .intro .megaland-nav ul li {
      margin-right: 30px;
      transition: all ease-in-out 0.3s; }
      .intro .megaland-nav ul li:last-child {
        margin-right: 0; }
      .intro .megaland-nav ul li a {
        color: #fff;
        position: relative;
        text-transform: uppercase;
        padding: 10px 0; }
        .intro .megaland-nav ul li a:before, .intro .megaland-nav ul li a:after {
          position: absolute;
          left: -10px;
          top: 0;
          width: 10px;
          height: 2px;
          background: #fff;
          content: '';
          opacity: 0;
          visibility: hidden;
          transition: all ease-in-out 0.5s; }
        .intro .megaland-nav ul li a:after {
          width: 2px;
          height: 10px; }
        .intro .megaland-nav ul li a:hover {
          background: transparent; }
      .intro .megaland-nav ul li:hover a {
        border-bottom: 2px solid #ffffff; }
        .intro .megaland-nav ul li:hover a:before, .intro .megaland-nav ul li:hover a:after {
          opacity: 1;
          visibility: visible;
          display: none; }
      .intro .megaland-nav ul li.active a {
        border-bottom: 2px solid #ffffff; }
      .intro .megaland-nav ul li.active a:before, .intro .megaland-nav ul li.active a:after {
        position: absolute;
        left: -10px;
        top: 0;
        width: 10px;
        height: 2px;
        background: #fff;
        content: '';
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out 0.5s;
        opacity: 1;
        visibility: visible;
        display: none; }
      .intro .megaland-nav ul li.active a:after {
        width: 2px;
        height: 10px; }
  .intro .intro-content {
    color: #fff; }
    .intro .intro-content .intro-text {
      margin-top: 200px; }
      .intro .intro-content .intro-text h2 {
        font-size: 60px;
        margin: 0 0 30px 0;
        line-height: 75px;
        font-weight: 700; }
      .intro .intro-content .intro-text p {
        margin-bottom: 50px;
        color: #fff;
        font-size: 17px; }
    .intro .intro-content .intro-img {
      position: relative;
      right: 0px;
      top: 60px; }
  .intro a.btn-download {
    color: #000;
    background: #fff;
    border-color: #fff;
    padding: 15px 50px;
    border-radius: 60px;
    text-transform: uppercase;
    font-weight: 500; }
    .intro a.btn-download:hover {
      background: #333;
      color: #fff;
      border-color: #333; }

.intro-app {
  min-height: 750px; }

/* Overview Style */
section.overview {
  padding-bottom: 0px; }

.overview {
  min-height: 800px; }
  .overview .title {
    text-align: center; }
    .overview .title h2 {
      text-transform: uppercase;
      font-weight: 700; }
  .overview .overview-details {
    text-align: center; }
    .overview .overview-details .col-md-3:first-child, .overview .overview-details .col-md-3:last-child {
      margin-top: 80px;
      margin-bottom: 45px; }
    .overview .overview-details h3 {
      color: #323232;
      font-family: "Roboto",sans-serif;
      text-transform: uppercase;
      font-size: 20px;
      margin-bottom: 16px; }

/* Features Style */
.features {
  background: #6c66e7;
  background: -moz-linear-gradient(left, #6c66e7 0%, #6fb1e5 100%);
  background: -webkit-linear-gradient(left, #6c66e7 0%, #6fb1e5 100%);
  background: linear-gradient(to right, #6c66e7 0%, #6fb1e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c66e7', endColorstr='#6fb1e5',GradientType=1 );
  color: #fff;
  min-height: 700px; }
  .features .title p {
    color: #fff; }
  .features .title h2 {
    color: #fff; }
  .features .title span.section-devider:before {
    background: #fff; }
  .features .title span.section-devider:after {
    background: #fff; }
  .features .title span.section-devider span {
    color: #333; }
    .features .title span.section-devider span:before {
      background: #fff; }
    .features .title span.section-devider span:after {
      background: #fff; }
  .features .single-feature {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 10px; }
    .features .single-feature:last-child {
      margin-bottom: 0; }
    .features .single-feature h3 {
      font-weight: 500;
      margin: 20px 0 15px 0;
      text-transform: uppercase; }
    .features .single-feature p {
      color: #fff;
      margin-bottom: 0;
      width: 80%;
      margin: 0px auto; }
    .features .single-feature span {
      display: inline-block;
      position: relative; }
      .features .single-feature span:before {
        background: #fff;
        content: "";
        height: 1px;
        left: 62px;
        position: absolute;
        top: 30px;
        width: 215px;
        z-index: 2; }
      .features .single-feature span:after {
        background: #fff;
        border: 2px solid #6c66e7;
        border-radius: 50%;
        content: "";
        height: 9px;
        left: 275px;
        position: absolute;
        top: 26px;
        width: 9px;
        z-index: 1; }
  .features .features-right .single-feature span:before {
    right: 62px;
    left: auto; }
  .features .features-right .single-feature span:after {
    right: 275px;
    left: auto; }
  .features .features-left, .features .features-right {
    margin-top: 20px; }

/* How Work Style */
.how-work {
  text-align: center; }
  .how-work h3.hw-title {
    text-transform: uppercase;
    margin: 40px 0 20px 0; }

/* App Description Style */
.app-description {
  background: url("../images/app-landing/description-bg.jpg") no-repeat scroll 0 0/cover;
  color: #fff;
  min-height: 500px; }
  .app-description h2 {
    text-transform: uppercase; }
  .app-description .title {
    text-align: left;
    margin-bottom: 0; }
    .app-description .title span.section-devider {
      left: 94px; }
      .app-description .title span.section-devider:before, .app-description .title span.section-devider:after {
        background: #fff; }
      .app-description .title span.section-devider span:before, .app-description .title span.section-devider span:after {
        background: #fff; }
      .app-description .title span.section-devider span i {
        color: #333; }
  .app-description p {
    color: #fff;
    margin-bottom: 0; }
  .app-description ul.nav {
    margin: 30px 0 50px 0; }
    .app-description ul.nav li {
      padding-bottom: 10px;
      padding-left: 15px;
      position: relative;
      font-size: 18px; }
      .app-description ul.nav li:before {
        position: absolute;
        content: "\f105";
        font-family: "FontAwesome";
        left: 0;
        top: 0;
        font-size: 18px; }
  .app-description .btn-group a {
    display: inline-block;
    margin-right: 15px; }
    .app-description .btn-group a:last-child {
      margin-right: 0; }

/* ScreenShoot Style */
.screenshoot {
  padding-bottom: 90px; }
  .screenshoot .title {
    margin-bottom: 40px; }
    .screenshoot .title p {
      width: 36%; }
  .screenshoot .screenshot-carousel .slick-list .slick-track {
    padding: 30px 0; }
  .screenshoot .screenshot-carousel .slick-slide {
    padding: 0 10px; }
    .screenshoot .screenshot-carousel .slick-slide img {
      transition: 0.3s ease;
      transform: scale(1); }
  .screenshoot .screenshot-carousel .slick-slide.slick-current.slick-active.slick-center img {
    transition: 0.3s ease;
    transform: scale(1.1); }
  .screenshoot .screenshot-carousel .slick-prev.slick-arrow {
    background: transparent none repeat scroll 0 0;
    border-color: #333 currentcolor currentcolor #333;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    height: 45px;
    left: 37px;
    margin-top: -22px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    transform: rotate(-45deg);
    width: 45px;
    outline: none; }
  .screenshoot .screenshot-carousel .slick-next.slick-arrow {
    background: transparent none repeat scroll 0 0;
    border-color: #333 #333 currentcolor currentcolor;
    border-style: solid solid none none;
    border-width: 1px 1px 0 0;
    height: 45px;
    right: 37px;
    margin-top: -22px;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    transform: rotate(45deg);
    width: 45px;
    outline: none; }
  .screenshoot .screenshot-carousel .slick-prev.slick-arrow, .screenshoot .screenshot-carousel .slick-next.slick-arrow {
    transition: 0.3s ease; }
    .screenshoot .screenshot-carousel .slick-prev.slick-arrow:hover, .screenshoot .screenshot-carousel .slick-next.slick-arrow:hover {
      border-color: #6c66e7; }

/* Testimonial Style */
.testimonial {
  background: url("../images/app-landing/description-bg.jpg") no-repeat scroll 0 0/cover;
  color: #fff;
  min-height: 500px; }
  .testimonial .testmonial-carousel .testimonial-thumbs .slick-track {
    padding: 20px 0; }
  .testimonial .testmonial-carousel .testimonial-thumbs .slick-slide {
    text-align: center;
    outline: none; }
    .testimonial .testmonial-carousel .testimonial-thumbs .slick-slide img {
      width: 65px;
      height: 65px;
      transition: 0.3s ease;
      display: inline-block;
      cursor: pointer;
      outline: none; }
  .testimonial .testmonial-carousel .testimonial-thumbs .slick-slide.slick-center img {
    transform: scale(1.3);
    transition: 0.3s ease; }
  .testimonial .testmonial-carousel .testimonial-texts div {
    text-align: center;
    margin-top: 10px; }
    .testimonial .testmonial-carousel .testimonial-texts div p {
      color: #fff;
      position: relative; }
      .testimonial .testmonial-carousel .testimonial-texts div p:before {
        position: absolute;
        content: "\f10d";
        font-family: "FontAwesome";
        font-size: 48px;
        opacity: 0.2;
        left: 0;
        top: 0; }
    .testimonial .testmonial-carousel .testimonial-texts div h3 {
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 0; }
      .testimonial .testmonial-carousel .testimonial-texts div h3 span {
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        padding-left: 30px;
        position: relative;
        text-transform: none;
        top: -2px; }
        .testimonial .testmonial-carousel .testimonial-texts div h3 span:before {
          color: #fff;
          content: "--";
          font-size: 20px;
          font-weight: 600;
          left: 5px;
          letter-spacing: -3px;
          position: absolute;
          top: -2px; }
  .testimonial .clients-logo img {
    margin-bottom: 40px;
    opacity: 0.6;
    transition: 0.3s ease; }
    .testimonial .clients-logo img:hover {
      opacity: 1; }

/* Price Table */
.price-table .price-wrapper {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  position: relative; }
  .price-table .price-wrapper:hover {
    box-shadow: 5px 0 54px rgba(0, 0, 0, 0.2); }
  .price-table .price-wrapper .price-head {
    background: url("../images/app-landing/price-head-bg.jpg") no-repeat;
    min-height: 230px;
    text-align: center;
    padding-top: 50px;
    color: #fff; }

    .price-table .price-wrapper .price-head2 {
    background: url("../images/app-landing/price-head-bg2.jpg") no-repeat;
    min-height: 230px;
    text-align: center;
    padding-top: 50px;
    color: #fff; }

    .price-table .price-wrapper .price-head3 {
    background: url("../images/app-landing/price-head-bg3.jpg") no-repeat;
    min-height: 230px;
    text-align: center;
    padding-top: 50px;
    color: #fff; }

    .price-table .price-wrapper .price-head2 h4 {
      margin-top: 0px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 20px; }
    .price-table .price-wrapper .price-head2 span {
      font-size: 50px;
      font-weight: 600; }

      .price-table .price-wrapper .price-head3 h4 {
      margin-top: 0px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 20px; }
    .price-table .price-wrapper .price-head3 span {
      font-size: 50px;
      font-weight: 600; }

    .price-table .price-wrapper .price-head h4 {
      margin-top: 0px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 20px; }
    .price-table .price-wrapper .price-head span {
      font-size: 50px;
      font-weight: 600; }
  .price-table .price-wrapper .price-content {
    color: #727272;
    padding: 20px 50px 60px 50px; }
    .price-table .price-wrapper .price-content ul {
      margin: 40px 0px 50px 0px; }
      .price-table .price-wrapper .price-content ul li {
        margin-bottom: 15px; }
    .price-table .price-wrapper .price-content span {
      float: right; }
  .price-table .price-wrapper .plan-purchase {
    text-align: center;
    margin-top: 60px; }
  .price-table .price-wrapper a.megaland-app-price {
    border: 2px solid #0e0e0e;
    border-radius: 50px;
    text-transform: uppercase;
    color: #3c3c3f;
    padding: 13px 40px;
    font-weight: 600; }
    .price-table .price-wrapper a.megaland-app-price:hover {
      text-decoration: none; }
.price-table .featured-plan .price-wrapper {
  box-shadow: 5px 0 54px rgba(0, 0, 0, 0.2); }
  .price-table .featured-plan .price-wrapper a.megaland-app-price {
    border: 0 none;
    color: #fff;
    background: linear-gradient(to right, #000000 0%, #36393b 100%);
    padding: 15px 40px; }
    .price-table .featured-plan .price-wrapper a.megaland-app-price:hover {
      text-decoration: none; }
  .price-table .featured-plan .price-wrapper .feature-tag {
    background: #fff;
    color: #6c66e7;
    font-size: 10px;
    padding: 8px 5px 20px;
    position: absolute;
    right: 10px;
    text-transform: uppercase;
    top: 0;
    writing-mode: vertical-rl; }
    .price-table .featured-plan .price-wrapper .feature-tag:before {
      border-right: 18px solid transparent;
      border-top: 18px solid #6e99e6;
      bottom: -10px;
      content: "";
      position: absolute;
      right: 3px;
      transform: rotate(45deg); }

/* Video Description */
.video-description {
  background: url("../images/app-landing/des-video-bg.jpg") no-repeat scroll 0 0/cover;
  color: #fff;
  min-height: 482px;
  position: relative; }
  .video-description .video-play-btn {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
    .video-description .video-play-btn span {
      display: inline-block;
      width: 180px;
      height: 180px;
      border: 1px solid #fff;
      position: relative;
      border-radius: 50%; }
      .video-description .video-play-btn span a {
        color: #fff;
        display: block;
        font-size: 25px;
        height: 50%;
        left: 25%;
        position: absolute;
        top: 25%;
        width: 50%;
        border-radius: 50%;
        padding-top: 30px;
        z-index: 1; }
        .video-description .video-play-btn span a:before {
          border: 1px solid #000;
          background: #e7272d;
          border-radius: 50%;
          content: "";
          height: 160%;
          left: -30%;
          position: absolute;
          top: -30%;
          width: 160%;
          z-index: -2; }
        .video-description .video-play-btn span a:after {
          border: 1px solid #fff;
          border-radius: 50%;
          content: "";
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: -1; }
    .video-description .video-play-btn h2 {
      font-size: 40px;
      text-transform: uppercase;
      font-weight: 600;
      margin: 30px 0 0 0; }

/* Latest News */
.latest-news .news-single {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px; }
  .latest-news .news-single .news-content {
    padding: 30px 30px 50px 30px; }
    .latest-news .news-single .news-content h3 {
      margin: 0 0 20px 0; }
      .latest-news .news-single .news-content h3 a {
        color: inherit;
        font-size: 20px;
        font-weight: 600; }
        .latest-news .news-single .news-content h3 a:hover {
          text-decoration: none;
          color: #6c66e7; }
    .latest-news .news-single .news-content p {
      margin-bottom: 0; }
  .latest-news .news-single .news-meta {
    background: #f9f9f9;
    padding: 10px 30px; }
    .latest-news .news-single .news-meta span {
      display: inline-block;
      margin-right: 15px; }
      .latest-news .news-single .news-meta span i {
        display: inline-block;
        padding-right: 6px;
        color: #6c66e7; }
      .latest-news .news-single .news-meta span.date {
        position: relative;
        width: 55px; }
        .latest-news .news-single .news-meta span.date span {
          background: linear-gradient(to right, #6c66e7 0%, #6fb1e5 100%);
          bottom: -15px;
          color: #fff;
          height: 55px;
          left: 0;
          padding-top: 3px;
          position: absolute;
          text-align: center;
          width: 100%;
          font-size: 18px;
          font-weight: 600;
          line-height: 22px; }
      .latest-news .news-single .news-meta span.favorite {
        float: right; }

/* Download App */
.download-app {
  background: url("../images/app-landing/download-appbg.jpg") no-repeat scroll 0 0/cover;
  color: #fff;
  min-height: 500px; }
  .download-app .title {
    margin-bottom: 140px; }
    .download-app .title span.section-devider:before, .download-app .title span.section-devider:after {
      background: #fff; }
    .download-app .title span.section-devider span:before, .download-app .title span.section-devider span:after {
      background: #fff; }
    .download-app .title span.section-devider span i {
      color: #333; }
    .download-app .title .store-btns {
      margin-top: 50px;
      text-align: center; }
      .download-app .title .store-btns a {
        display: inline-block;
        margin-right: 15px; }
        .download-app .title .store-btns a:last-child {
          margin-right: 0; }
  .download-app .title.user-subscribe {
    margin-bottom: 0; }
    .download-app .title.user-subscribe form {
      width: 660px;
      margin: 50px auto 0 auto;
      position: relative; }
      .download-app .title.user-subscribe form input {
        width: 100%;
        height: 60px;
        border: 0 none;
        color: #fff;
        text-transform: uppercase;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50px;
        padding: 0 240px 0 40px;
        font-size: 18px;
        font-weight: 500;
        outline: none; }
      .download-app .title.user-subscribe form button {
        position: absolute;
        right: 0;
        top: 0;
        border: 0 none;
        border-radius: 50px;
        background: #fff;
        color: #6c66e7;
        font-weight: 500;
        text-transform: uppercase;
        width: 220px;
        height: 60px;
        font-size: 18px; }

/* Contact Us */
.contact-us .form-group {
  margin-bottom: 0; }
  .contact-us .form-group input {
    border-color: currentcolor currentcolor #b2b2b2;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none;
    height: 50px;
    transition: all 0.3s ease 0s;
    width: 100%;
    outline: none; }
  .contact-us .form-group textarea {
    border-color: currentcolor currentcolor #b2b2b2;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none;
    height: 100px;
    margin-top: 20px;
    resize: none;
    transition: all 0.3s ease 0s;
    width: 100%; }
  .contact-us .form-group input, .contact-us .form-group textarea {
    margin-bottom: 30px; }
    .contact-us .form-group input:focus, .contact-us .form-group textarea:focus {
      border-color: #6c66e7;
      outline: none; }
  .contact-us .form-group button {
    background: #6c66e7;
    background: -moz-linear-gradient(left, #6c66e7 0%, #6fb1e5 100%);
    background: -webkit-linear-gradient(left, #6c66e7 0%, #6fb1e5 100%);
    background: linear-gradient(to top, #6c66e7 0%, #6fb1e5 100%);
    border: medium none;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 30px auto 0;
    padding: 13px 40px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    margin-top: 20px; }

.error_message {
  color: #a94442;
  margin-bottom: 15px; }

#success_page {
  text-align: center; }

/* Footer */
.footer {
  background: #6c66e7;
  background: -moz-linear-gradient(left, #6c66e7 0%, #6fb1e5 100%);
  background: -webkit-linear-gradient(left, #6c66e7 0%, #6fb1e5 100%);
  background: linear-gradient(to right, #000000 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c66e7', endColorstr='#6fb1e5',GradientType=1 );
  /* IE6-9 */
  color: #fff;
  padding: 50px 0px;
  text-align: center; }
  .footer a img {
    display: inline-block; }
  .footer p {
    color: #fff;
    margin: 20px 0; }
  .footer ul.footer-social {
    margin: 0; }
    .footer ul.footer-social li {
      display: inline-block;
      margin-right: 50px; }
      .footer ul.footer-social li:last-child {
        margin-right: 0; }
      .footer ul.footer-social li a {
        font-size: 24px;
        color: #fff; }

/* ====================================================================
	Software Landing Style
====================================================================== */
/* Header Intro */
.intro-saas {
  background: url(../images/software-landing/intro-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .intro-saas .intro-content {
    margin-top: 100px; }
    .intro-saas .intro-content .intro-sass-text {
      margin-bottom: 5px;
      text-align: center; }
      .intro-saas .intro-content .intro-sass-text h1 {
        font-size: 45px;
        font-weight: 700;
        margin: 0 0 25px 0;
        color: #fff;
        font-family: "Montserrat", sans-serif; }
      .intro-saas .intro-content .intro-sass-text span {
        display: block;
        font-size: 18px; }
      .intro-saas .intro-content .intro-sass-text ul {
        margin: 35px 0 0 0; }
        .intro-saas .intro-content .intro-sass-text ul li {
          display: inline-block;
          margin-right: 40px; }
          .intro-saas .intro-content .intro-sass-text ul li:last-child {
            margin-right: 0; }
          .intro-saas .intro-content .intro-sass-text ul li a {
            padding: 15px 45px;
            font-size: 18px;
            font-weight: 500;
            border: 2px solid #fff;
            border-radius: 50px;
            color: #fff;
            text-transform: uppercase;
            display: block; }
          .intro-saas .intro-content .intro-sass-text ul li.active a {
            background: #fff;
            color: #2ca5c2; }

.intro-saas .is-sticky .navbar {
  background: #2ca5c2; }

/* Clients Logo */
.saas-clients {
  padding: 50px 0;
  text-align: center;
  background: #f9f9f9;
  box-shadow: 3px 0 40px rgba(0, 0, 0, 0.1); }
  .saas-clients ul {
    margin-bottom: 0; }
    .saas-clients ul li {
      display: inline-block;
      margin-right: 70px; }
      .saas-clients ul li:last-child {
        margin-right: 0; }

/* Tools Section */
.tools .tools-wrapper {
  text-align: center; }
  .tools .tools-wrapper img {
    display: inline-block; }
  .tools .tools-wrapper h3 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 15px 0; }
  .tools .tools-wrapper p {
    margin-bottom: 0; }

/* Features */
.saas-features {
  background: #f9f9f9; }
  .saas-features .features-content .features-box {
    text-align: center; }
    .saas-features .features-content .features-box img {
      display: inline-block; }
    .saas-features .features-content .features-box h3 {
      text-transform: uppercase;
      margin: 20px 0 15px 0; }
    .saas-features .features-content .features-box p {
      margin-bottom: 0; }
  .saas-features .features-content .features-middle-image {
    margin: 70px 0;
    text-align: center; }
    .saas-features .features-content .features-middle-image img {
      display: inline-block; }

/* About and Benefit */
.sass-about-benefit {
  background: url(../images/software-landing/bg01.png);
  background-position: top right;
  background-repeat: no-repeat; }
  .sass-about-benefit .about-sass {
    position: relative;
    min-height: 510px;
    margin-bottom: 120px; }
    .sass-about-benefit .about-sass .about-content .section-header {
      text-align: left;
      margin-bottom: 30px; }
      .sass-about-benefit .about-sass .about-content .section-header span.section-devider {
        margin-left: 96px;
        margin-bottom: 0; }
      .sass-about-benefit .about-sass .about-content .section-header span.sub-title {
        font-weight: 600;
        text-transform: uppercase;
        opacity: 0.5;
        margin-bottom: 15px;
        display: block;
        margin-left: 3px; }
    .sass-about-benefit .about-sass .about-content p {
      margin-bottom: 25px; }
    .sass-about-benefit .about-sass .about-content a.primary-btn {
      display: inline-block;
      margin-top: 10px;
      padding: 13px 50px;
      border: 2px solid #2ca5c2;
      color: #2ca5c2;
      border-radius: 50px;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase; }
    .sass-about-benefit .about-sass .about-image {
      position: absolute;
      right: 0;
      top: 0; }
  .sass-about-benefit .saas-benefit {
    position: relative;
    min-height: 510px; }
    .sass-about-benefit .saas-benefit .benefit-content .section-header {
      text-align: left;
      margin-bottom: 30px; }
      .sass-about-benefit .saas-benefit .benefit-content .section-header span.section-devider {
        margin-left: 96px;
        margin-bottom: 0; }
      .sass-about-benefit .saas-benefit .benefit-content .section-header span.sub-title {
        font-weight: 600;
        text-transform: uppercase;
        opacity: 0.5;
        margin-bottom: 15px;
        display: block;
        margin-left: 3px; }
    .sass-about-benefit .saas-benefit .benefit-content p {
      margin-bottom: 0; }
    .sass-about-benefit .saas-benefit .benefit-content .benefits-list {
      margin-top: 30px; }
      .sass-about-benefit .saas-benefit .benefit-content .benefits-list .benefit-single {
        margin-bottom: 20px; }
        .sass-about-benefit .saas-benefit .benefit-content .benefits-list .benefit-single:last-child {
          margin-bottom: 0; }
        .sass-about-benefit .saas-benefit .benefit-content .benefits-list .benefit-single .b-icon, .sass-about-benefit .saas-benefit .benefit-content .benefits-list .benefit-single .b-text {
          display: table-cell;
          vertical-align: top; }
        .sass-about-benefit .saas-benefit .benefit-content .benefits-list .benefit-single .b-text {
          padding-left: 20px; }
          .sass-about-benefit .saas-benefit .benefit-content .benefits-list .benefit-single .b-text h3 {
            margin: 0 0 10px 0; }
    .sass-about-benefit .saas-benefit .benefit-content a.primary-btn {
      display: inline-block;
      margin-top: 50px;
      padding: 13px 50px;
      border: 2px solid #2ca5c2;
      color: #2ca5c2;
      border-radius: 50px;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase; }
    .sass-about-benefit .saas-benefit .benefit-image {
      position: absolute;
      left: 0;
      top: 0; }

/* Video */
.featured-video {
  padding: 150px 0;
  background: url(../images/software-landing/bg02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  text-align: center; }
  .featured-video:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  .featured-video h2 {
    margin: 30px 0;
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #fff; }
  .featured-video p {
    color: #fff;
    max-width: 650px;
    margin: 0 auto; }

/* Pricing Table */
.saas-price-table .price-table-wrapper .pt-single {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease; }
  .saas-price-table .price-table-wrapper .pt-single:hover {
    box-shadow: 5px 0 54px rgba(0, 0, 0, 0.2); }
  .saas-price-table .price-table-wrapper .pt-single .price-header {
    min-height: 235px;
    background: url(../images/software-landing/pricing-header-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top;
    padding: 35px 40px 0 40px; }
    .saas-price-table .price-table-wrapper .pt-single .price-header h3 {
      font-size: 30px;
      font-weight: 600;
      text-transform: uppercase;
      color: #fff;
      margin: 0 0 15px 0; }
    .saas-price-table .price-table-wrapper .pt-single .price-header span {
      display: block;
      font-size: 18px;
      color: #fff; }
    .saas-price-table .price-table-wrapper .pt-single .price-header ul {
      margin-bottom: 0; }
      .saas-price-table .price-table-wrapper .pt-single .price-header ul li {
        display: inline-block;
        vertical-align: middle;
        padding-top: 30px; }
        .saas-price-table .price-table-wrapper .pt-single .price-header ul li:last-child {
          float: right;
          background: #fff;
          width: 110px;
          height: 110px;
          text-align: center;
          border-radius: 50%;
          border: 2px solid #727272;
          padding-top: 15px; }
          .saas-price-table .price-table-wrapper .pt-single .price-header ul li:last-child span {
            display: block; }
            .saas-price-table .price-table-wrapper .pt-single .price-header ul li:last-child span:first-child {
              font-size: 30px;
              font-weight: 600;
              color: #2ca5c2; }
            .saas-price-table .price-table-wrapper .pt-single .price-header ul li:last-child span:last-child {
              font-size: 15px;
              color: #727272; }
  .saas-price-table .price-table-wrapper .pt-single .price-content {
    padding: 50px; }
    .saas-price-table .price-table-wrapper .pt-single .price-content ul {
      margin-bottom: 0; }
      .saas-price-table .price-table-wrapper .pt-single .price-content ul li {
        font-size: 16px;
        color: #727272;
        margin-bottom: 20px; }
        .saas-price-table .price-table-wrapper .pt-single .price-content ul li:last-child {
          margin-bottom: 0; }
        .saas-price-table .price-table-wrapper .pt-single .price-content ul li span {
          display: inline-block; }
          .saas-price-table .price-table-wrapper .pt-single .price-content ul li span:last-child {
            float: right; }
    .saas-price-table .price-table-wrapper .pt-single .price-content .order-btn {
      margin-top: 50px;
      text-align: center; }
      .saas-price-table .price-table-wrapper .pt-single .price-content .order-btn a {
        display: inline-block;
        padding: 15px 45px;
        font-size: 18px;
        font-weight: 500;
        border: 2px solid #2ca5c2;
        color: #2ca5c2;
        border-radius: 50px;
        text-transform: uppercase; }
        .saas-price-table .price-table-wrapper .pt-single .price-content .order-btn a:hover {
          background: #2ca5c2;
          color: #fff; }
  .saas-price-table .price-table-wrapper .pt-single.pt-featured {
    position: relative; }
    .saas-price-table .price-table-wrapper .pt-single.pt-featured .feature-tag {
      background: #fff;
      color: #2ca5c2;
      font-size: 10px;
      padding: 8px 5px 20px;
      position: absolute;
      right: 10px;
      text-transform: uppercase;
      top: 0;
      writing-mode: vertical-rl; }
      .saas-price-table .price-table-wrapper .pt-single.pt-featured .feature-tag:before {
        border-right: 18px solid transparent;
        border-top: 18px solid #2ca5c2;
        bottom: -10px;
        content: "";
        position: absolute;
        right: 3px;
        transform: rotate(45deg); }

/* SaaS Counter */
.saas-counter {
  background: url(../images/software-landing/counter-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .saas-counter .count-boxes {
    text-align: center; }
    .saas-counter .count-boxes .icon {
      display: inline-block;
      width: 90px;
      height: 90px;
      background: #2ca5c2;
      padding-top: 20px; }
    .saas-counter .count-boxes h3 {
      margin: 25px 0 5px 0;
      font-size: 40px;
      color: #2ca5c2;
      font-weight: 500; }
    .saas-counter .count-boxes span {
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase; }

/* Our Team */
.saas-team .team-wrapper .team-single {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease; }
  .saas-team .team-wrapper .team-single:hover {
    box-shadow: 4px 0 54px rgba(0, 0, 0, 0.8); }
    .saas-team .team-wrapper .team-single:hover figure figcaption {
      opacity: 1;
      visibility: visible;
      transform: scale(1); }
  .saas-team .team-wrapper .team-single figure {
    position: relative; }
    .saas-team .team-wrapper .team-single figure figcaption {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(44, 165, 194, 0.3);
      opacity: 0;
      visibility: hidden;
      transform: scale(0.2);
      transition: 0.5s ease; }
      .saas-team .team-wrapper .team-single figure figcaption ul {
        margin-bottom: 0;
        position: absolute;
        text-align: center;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
        .saas-team .team-wrapper .team-single figure figcaption ul li {
          margin-right: 10px;
          display: inline-block; }
          .saas-team .team-wrapper .team-single figure figcaption ul li a {
            width: 35px;
            height: 35px;
            background: #f1f8fa;
            color: #000;
            display: block;
            font-size: 18px;
            padding-top: 5px;
            border-radius: 50%; }
            .saas-team .team-wrapper .team-single figure figcaption ul li a i {
              opacity: 0.5;
              transition: 0.3s ease; }
            .saas-team .team-wrapper .team-single figure figcaption ul li a:hover {
              background: #fff;
              color: #2ca5c2; }
              .saas-team .team-wrapper .team-single figure figcaption ul li a:hover i {
                opacity: 1; }
  .saas-team .team-wrapper .team-single .team-meta {
    text-align: center;
    padding: 20px; }
    .saas-team .team-wrapper .team-single .team-meta h3 {
      text-transform: uppercase;
      margin: 0 0 10px 0; }
    .saas-team .team-wrapper .team-single .team-meta span {
      display: block;
      color: #727272;
      font-size: 15px; }

/* SaaS Screenshot */
.saas-screenshot {
  background: #f9f9f9; }
  .saas-screenshot .owl-dots {
    text-align: center;
    margin-top: 50px; }
    .saas-screenshot .owl-dots .owl-dot {
      display: inline-block;
      width: 12px;
      height: 12px;
      border: 1px solid #2ca5c2;
      transition: 0.3s ease;
      border-radius: 50%;
      margin-right: 10px; }
      .saas-screenshot .owl-dots .owl-dot:last-child {
        margin-right: 0; }
      .saas-screenshot .owl-dots .owl-dot.active {
        background: #2ca5c2; }

/* Testimonial Carousel */
.saas-testimonial .saas-slider-nav .slick-slide img {
  cursor: pointer;
  padding: 10px;
  transition: all 0.3s ease 0s;
  opacity: 0.7; }
.saas-testimonial .saas-slider-nav .slick-center img {
  padding: 0;
  opacity: 1; }
.saas-testimonial .block-text .saas-slider-for .single-box {
  margin-top: 60px;
  text-align: center; }
  .saas-testimonial .block-text .saas-slider-for .single-box p {
    max-width: 800px;
    margin: 0 auto;
    position: relative; }
    .saas-testimonial .block-text .saas-slider-for .single-box p:before {
      position: absolute;
      content: "\f10d";
      left: 0;
      top: 0;
      font-family: "FontAwesome";
      font-size: 48px;
      opacity: 0.1; }
    .saas-testimonial .block-text .saas-slider-for .single-box p:after {
      position: absolute;
      content: "\f10e";
      right: 0;
      bottom: 0;
      font-family: "FontAwesome";
      font-size: 48px;
      opacity: 0.1; }
  .saas-testimonial .block-text .saas-slider-for .single-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #2ca5c2;
    margin: 30px 0 5px 0; }
  .saas-testimonial .block-text .saas-slider-for .single-box span {
    display: block;
    font-size: 15px;
    color: #727272; }

/* SaaS Subscribe */
.saas-subscribe {
  background: url(../images/software-landing/subscribe-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .saas-subscribe .section-header h2 {
    color: #fff; }
  .saas-subscribe .section-header span.section-devider:before, .saas-subscribe .section-header span.section-devider:after {
    background: #fff; }
  .saas-subscribe .section-header p {
    color: #fff; }
  .saas-subscribe form {
    width: 665px;
    margin: 0 auto;
    position: relative; }
    .saas-subscribe form input {
      width: 100%;
      height: 60px;
      border: 0 none;
      border-radius: 50px;
      background: rgba(255, 255, 255, 0.2);
      padding: 0 235px 0 35px;
      color: #fff;
      font-size: 18px; }
    .saas-subscribe form button {
      position: absolute;
      width: 220px;
      height: 100%;
      background: #fff;
      font-size: 18px;
      text-transform: uppercase;
      color: #2ca5c2;
      right: 0;
      top: 0;
      border: 0 none;
      border-radius: 50px; }

/* Contact */
.saas-contact .form-group input:focus, .saas-contact .form-group textarea:focus {
  border-color: #2ca5c2; }
.saas-contact .form-group button {
  background: #2ca5c2; }

/* Footer */
.saas-footer {
  background: #262626; }

/* ====================================================================
	Hosting Landing Style
====================================================================== */
/* Intro */
.intro-hosting {
  background: url(../images/hosting-landing/intro-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .intro-hosting:before {
    position: absolute;
    content: "";
    background: rgba(42, 54, 63, 0.9);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
  .intro-hosting .header-topbar {
    background: #2a363f; }
    .intro-hosting .header-topbar .topbar-left ul, .intro-hosting .header-topbar .topbar-right ul {
      margin-bottom: 0; }
      .intro-hosting .header-topbar .topbar-left ul li, .intro-hosting .header-topbar .topbar-right ul li {
        display: inline-block;
        margin-right: 20px;
        color: #fff; }
        .intro-hosting .header-topbar .topbar-left ul li:last-child, .intro-hosting .header-topbar .topbar-right ul li:last-child {
          margin-right: 0; }
        .intro-hosting .header-topbar .topbar-left ul li i, .intro-hosting .header-topbar .topbar-right ul li i {
          display: inline-block;
          padding-right: 5px;
          color: #86c724; }
        .intro-hosting .header-topbar .topbar-left ul li a, .intro-hosting .header-topbar .topbar-right ul li a {
          color: #fff; }
    .intro-hosting .header-topbar .topbar-left ul li {
      padding: 15px 0; }
    .intro-hosting .header-topbar .topbar-right ul {
      text-align: right; }
      .intro-hosting .header-topbar .topbar-right ul li.active a {
        background: #86c724;
        padding: 15px;
        color: #fff;
        display: block;
        text-transform: uppercase; }
  .intro-hosting nav.hosting-nav {
    background: #fff;
    padding: 25px 0 15px 0;
    border-radius: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
    .intro-hosting nav.hosting-nav ul.nav li a {
      color: #323232; }
      .intro-hosting nav.hosting-nav ul.nav li a:hover {
        color: #86c724;
        border-bottom: 2px solid #86c724;
        transition: all 0.5s ease-in-out 0s; }
    .intro-hosting nav.hosting-nav ul.nav li.active a {
      border-bottom-color: #86c724;
      color: #86c724; }
      .intro-hosting nav.hosting-nav ul.nav li.active a:before, .intro-hosting nav.hosting-nav ul.nav li.active a:after {
        background: #86c724; }
  .intro-hosting .intro-content {
    padding: 100px 0 70px 0; }
    .intro-hosting .intro-content .intro-hosting-text h1 {
      font-size: 55px;
      font-family: "Montserrat", sans-serif;
      line-height: 69px;
      margin: 0; }
      .intro-hosting .intro-content .intro-hosting-text h1 span {
        color: #86c724;
        font-weight: 600; }
    .intro-hosting .intro-content .intro-hosting-text ul.intro-feature-list {
      margin: 30px 0 50px 0; }
      .intro-hosting .intro-content .intro-hosting-text ul.intro-feature-list li {
        margin-bottom: 15px; }
        .intro-hosting .intro-content .intro-hosting-text ul.intro-feature-list li:last-child {
          margin-bottom: 0; }
        .intro-hosting .intro-content .intro-hosting-text ul.intro-feature-list li i {
          display: inline-block;
          padding-right: 5px;
          color: #86c724; }
    .intro-hosting .intro-content .intro-hosting-text ul.intro-btn-group li {
      display: inline-block;
      margin-right: 25px; }
      .intro-hosting .intro-content .intro-hosting-text ul.intro-btn-group li:last-child {
        margin-right: 0; }
      .intro-hosting .intro-content .intro-hosting-text ul.intro-btn-group li a {
        text-transform: uppercase;
        color: #86c724;
        padding: 15px 45px;
        background: #fff;
        border-radius: 3px;
        font-weight: 500;
        display: block; }
      .intro-hosting .intro-content .intro-hosting-text ul.intro-btn-group li.active a {
        color: #fff;
        background: #86c724; }
    .intro-hosting .intro-content .intro-hosting-image figure {
      position: relative; }
      .intro-hosting .intro-content .intro-hosting-image figure figcaption {
        position: absolute;
        width: 160px;
        height: 120px;
        left: -40px;
        top: -10px;
        background: url(../images/hosting-landing/cloud-tag.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        padding-top: 30px; }
        .intro-hosting .intro-content .intro-hosting-image figure figcaption span {
          display: block;
          font-size: 16px; }
          .intro-hosting .intro-content .intro-hosting-image figure figcaption span:nth-child(2) {
            font-size: 28px;
            font-weight: 500;
            line-height: 35px; }

/* Domain Search */
.domain-search {
  background: url(../images/hosting-landing/domain-search-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0; }
  .domain-search form div p.search-label {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff; }
  .domain-search form .form-area {
    position: relative; }
    .domain-search form .form-area input {
      width: 100%;
      border: 0 none;
      border-radius: 3px;
      padding: 0 125px 0 15px;
      height: 55px;
      color: #323232;
      font-weight: 400; }
    .domain-search form .form-area select {
      position: absolute;
      height: 55px;
      border-left: 1px solid #e5e5e5;
      border-top: 0;
      border-right: 0;
      border-bottom: 0;
      border-radius: 0 3px 3px 0;
      top: 0;
      right: 30px;
      color: #727272;
      background: none;
      font-weight: 400;
      padding: 0 0 0 20px;
      width: 110px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url(../images/hosting-landing/arrow-down-icon.png);
      background-position: center right;
      background-repeat: no-repeat; }
  .domain-search form button {
    width: 100%;
    height: 55px;
    border-radius: 3px;
    border: 0 none;
    background: #86c724;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500; }
  .domain-search ul.domain-price {
    margin: 30px 0 0 0;
    text-align: right; }
    .domain-search ul.domain-price li {
      display: inline-block;
      color: #fff;
      font-size: 20px;
      padding: 0 20px 0 15px;
      position: relative; }
      .domain-search ul.domain-price li:last-child {
        padding-right: 0; }
        .domain-search ul.domain-price li:last-child:before {
          content: none; }
      .domain-search ul.domain-price li:before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 1px;
        height: 28px;
        background: #5d8436; }

/* Section Header */
.section-header-hosting {
  text-align: center;
  margin-bottom: 70px; }
  .section-header-hosting h2 {
    margin: 0 0 15px 0;
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
  .section-header-hosting span.section-devider {
    position: relative;
    display: inline-block;
    margin-bottom: 20px; }
    .section-header-hosting span.section-devider:before {
      position: absolute;
      content: "";
      left: 35px;
      top: 11px;
      height: 1px;
      width: 90px;
      background: #323232; }
    .section-header-hosting span.section-devider:after {
      position: absolute;
      content: "";
      right: 35px;
      top: 11px;
      height: 1px;
      width: 90px;
      background: #323232; }
    .section-header-hosting span.section-devider span {
      position: relative;
      display: inline-block;
      width: 35px; }
      .section-header-hosting span.section-devider span:before {
        background: #86c724;
        content: "";
        height: 6px;
        left: 0;
        position: absolute;
        top: 9px;
        width: 6px;
        transform: rotate(45deg); }
      .section-header-hosting span.section-devider span:after {
        background: #86c724;
        content: "";
        height: 6px;
        right: 0;
        position: absolute;
        top: 9px;
        width: 6px;
        transform: rotate(45deg); }
      .section-header-hosting span.section-devider span i {
        color: #86c724;
        font-size: 10px;
        transform: rotate(45deg); }
  .section-header-hosting p {
    width: 650px;
    margin: 0 auto; }

/* What We Offer */
.hosting-offer .offer-boxes .box-single {
  text-align: center;
  padding: 30px 30px 35px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease; }
  .hosting-offer .offer-boxes .box-single .icon span {
    font-size: 140px;
    color: #2a363f;
    transition: 0.3s ease; }
  .hosting-offer .offer-boxes .box-single h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
    transition: 0.3s ease; }
  .hosting-offer .offer-boxes .box-single p {
    margin-bottom: 0; }
    .hosting-offer .offer-boxes .box-single p.offer-price {
      margin-bottom: 15px; }
      .hosting-offer .offer-boxes .box-single p.offer-price span {
        font-size: 25px;
        font-weight: 600;
        color: #323232;
        transition: 0.3s ease; }
  .hosting-offer .offer-boxes .box-single a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 45px;
    border-radius: 3px;
    background: #2a363f;
    margin-top: 30px;
    color: #fff; }
  .hosting-offer .offer-boxes .box-single:hover {
    box-shadow: 5px 0 54px rgba(0, 0, 0, 0.2); }
    .hosting-offer .offer-boxes .box-single:hover .icon span, .hosting-offer .offer-boxes .box-single:hover h3, .hosting-offer .offer-boxes .box-single:hover p.offer-price span {
      color: #86c724; }
    .hosting-offer .offer-boxes .box-single:hover a {
      background: #86c724; }

/* Services */
.hosting-services {
  background: #f2f7fa;
  padding-bottom: 50px; }
  .hosting-services .service-list .service-single {
    margin-bottom: 70px; }
    .hosting-services .service-list .service-single span {
      font-size: 60px;
      transition: 0.3s ease; }
    .hosting-services .service-list .service-single h3 {
      margin: 25px 0 20px 0;
      font-size: 20px;
      text-transform: uppercase;
      transition: 0.3s ease; }
    .hosting-services .service-list .service-single p {
      margin-bottom: 0; }
    .hosting-services .service-list .service-single:hover span, .hosting-services .service-list .service-single:hover h3 {
      color: #86c724; }

/* Price Table */
.hosting-plan .price-plans .plan-single {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  padding: 30px;
  text-align: center; }
  .hosting-plan .price-plans .plan-single h3 {
    color: #86c724;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 15px 0; }
  .hosting-plan .price-plans .plan-single .price-value {
    margin-bottom: 15px; }
    .hosting-plan .price-plans .plan-single .price-value p.price {
      font-size: 58px;
      font-weight: 400;
      color: #323232;
      text-transform: uppercase;
      margin: 15px 0 5px 0;
      padding-left: 25px;
      display: inline-block;
      position: relative; }
      .hosting-plan .price-plans .plan-single .price-value p.price span {
        position: absolute;
        left: 0;
        top: 0;
        font-size: 35px;
        color: #323232;
        font-weight: 400; }
    .hosting-plan .price-plans .plan-single .price-value span.plan-basis {
      display: block;
      font-size: 15px;
      font-weight: 500;
      color: #727272;
      text-transform: uppercase;
      line-height: 30px; }
  .hosting-plan .price-plans .plan-single ul li {
    padding-bottom: 15px; }
    .hosting-plan .price-plans .plan-single ul li:last-child {
      padding-bottom: 0; }
  .hosting-plan .price-plans .plan-single a.plan-buy-btn {
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
    padding: 15px 45px;
    background: #2a363f;
    color: #fff; }
    .hosting-plan .price-plans .plan-single a.plan-buy-btn:hover {
      background: #86c724; }
  .hosting-plan .price-plans .plan-single.plan-featured {
    background: #86c724;
    position: relative; }
    .hosting-plan .price-plans .plan-single.plan-featured .feature-tag {
      background: #fff;
      color: #86c724;
      font-size: 10px;
      padding: 8px 5px 20px;
      position: absolute;
      right: 10px;
      text-transform: uppercase;
      top: 0;
      writing-mode: vertical-rl; }
      .hosting-plan .price-plans .plan-single.plan-featured .feature-tag:before {
        border-right: 18px solid transparent;
        border-top: 18px solid #86c724;
        bottom: -10px;
        content: "";
        position: absolute;
        right: 3px;
        transform: rotate(45deg); }
    .hosting-plan .price-plans .plan-single.plan-featured h3, .hosting-plan .price-plans .plan-single.plan-featured .price-value p.price, .hosting-plan .price-plans .plan-single.plan-featured .price-value p.price span, .hosting-plan .price-plans .plan-single.plan-featured .price-value span.plan-basis, .hosting-plan .price-plans .plan-single.plan-featured ul li {
      color: #fff; }
    .hosting-plan .price-plans .plan-single.plan-featured a.plan-buy-btn:hover {
      background: #fff;
      color: #86c724; }
  .hosting-plan .price-plans .plan-single:hover {
    box-shadow: 5px 0 54px rgba(0, 0, 0, 0.2); }

/* Why Choose Us */
.hosting-wcu {
  background: #2a363f; }
  .hosting-wcu .section-header-hosting h2 {
    color: #fff; }
  .hosting-wcu .section-header-hosting span.section-devider:before {
    background: #fff; }
  .hosting-wcu .section-header-hosting span.section-devider:after {
    background: #fff; }
  .hosting-wcu .section-header-hosting span.section-devider span:before {
    background: #86c724; }
  .hosting-wcu .section-header-hosting span.section-devider span:after {
    background: #86c724; }
  .hosting-wcu .section-header-hosting span.section-devider span i {
    color: #86c724; }
  .hosting-wcu .section-header-hosting p {
    color: #fff; }
  .hosting-wcu .wcu-wrapper .wcu-left, .hosting-wcu .wcu-wrapper .wcu-right {
    text-align: center; }
    .hosting-wcu .wcu-wrapper .wcu-left .wcu-box, .hosting-wcu .wcu-wrapper .wcu-right .wcu-box {
      margin-bottom: 45px; }
      .hosting-wcu .wcu-wrapper .wcu-left .wcu-box:last-child, .hosting-wcu .wcu-wrapper .wcu-right .wcu-box:last-child {
        margin-bottom: 0; }
      .hosting-wcu .wcu-wrapper .wcu-left .wcu-box i, .hosting-wcu .wcu-wrapper .wcu-right .wcu-box i {
        font-size: 40px;
        color: #86c724; }
      .hosting-wcu .wcu-wrapper .wcu-left .wcu-box h3, .hosting-wcu .wcu-wrapper .wcu-right .wcu-box h3 {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        margin: 15px 0 15px 0; }
      .hosting-wcu .wcu-wrapper .wcu-left .wcu-box p, .hosting-wcu .wcu-wrapper .wcu-right .wcu-box p {
        color: #fff;
        margin-bottom: 0; }
  .hosting-wcu .wcu-wrapper .wcu-image img {
    margin-top: 50px; }

/* Featured Services */
.featured-services .feature-tabs ul.nav-tabs {
  border: 0 none;
  text-align: center; }
  .featured-services .feature-tabs ul.nav-tabs li {
    margin-right: 25px;
    border: 0 none;
    float: none;
    display: inline-block; }
    .featured-services .feature-tabs ul.nav-tabs li:last-child {
      margin-right: 0; }
    .featured-services .feature-tabs ul.nav-tabs li a {
      padding: 15px 30px;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 500;
      background: #f2f2f2;
      color: #323232;
      border-radius: 0;
      border: 0 none; }
    .featured-services .feature-tabs ul.nav-tabs li.active a {
      background: #86c724;
      color: #fff; }
.featured-services .feature-tabs .tab-content {
  margin-top: 60px; }
  .featured-services .feature-tabs .tab-content .tab-pane h3 {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 15px 0; }
  .featured-services .feature-tabs .tab-content .tab-pane p {
    margin-bottom: 0; }
  .featured-services .feature-tabs .tab-content .tab-pane ul {
    margin: 20px 0 0 0; }
    .featured-services .feature-tabs .tab-content .tab-pane ul li {
      color: #727272;
      font-size: 15px;
      padding-bottom: 10px;
      padding-left: 25px;
      position: relative; }
      .featured-services .feature-tabs .tab-content .tab-pane ul li:last-child {
        padding-bottom: 0; }
      .featured-services .feature-tabs .tab-content .tab-pane ul li:before {
        position: absolute;
        content: "\f00c";
        left: 0;
        top: 0;
        font-family: "FontAwesome";
        color: #86c724; }
  .featured-services .feature-tabs .tab-content .tab-pane img {
    width: 100%; }

/* Counter Stats */
.hosting-stats {
  background: url(../images/hosting-landing/stats-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .hosting-stats .stats-wrapper .stat-single {
    text-align: center; }
    .hosting-stats .stats-wrapper .stat-single .stat-circle {
      display: inline-block;
      width: 197px;
      height: 190px;
      background: url(../images/hosting-landing/single-stats-bg.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      position: relative; }
      .hosting-stats .stats-wrapper .stat-single .stat-circle span {
        position: absolute;
        font-size: 80px;
        color: #86c724;
        left: 50%;
        margin-left: -40px;
        top: 50%;
        margin-top: -40px;
        opacity: 0.1; }
      .hosting-stats .stats-wrapper .stat-single .stat-circle p {
        position: absolute;
        width: 100%;
        text-align: center;
        left: 0;
        top: 50%;
        margin: 0;
        transform: translateY(-50%);
        z-index: 1;
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 500;
        color: #323232; }
    .hosting-stats .stats-wrapper .stat-single .state-name {
      margin-top: 15px; }
      .hosting-stats .stats-wrapper .stat-single .state-name span {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 500; }

/* Testimonial */
.hosting-testimonial .hosting-testimonial-carousel .carousel-text {
  margin-bottom: 50px; }
  .hosting-testimonial .hosting-testimonial-carousel .carousel-text .single-box {
    width: 620px;
    text-align: center;
    margin: 0 auto; }
    .hosting-testimonial .hosting-testimonial-carousel .carousel-text .single-box p {
      font-size: 30px;
      font-style: italic;
      line-height: 40px; }
.hosting-testimonial .hosting-testimonial-carousel .carousel-images .slick-slide img {
  cursor: pointer;
  padding: 12px;
  transition: all 0.3s ease 0s;
  opacity: 0.5; }
.hosting-testimonial .hosting-testimonial-carousel .carousel-images .slick-slide .client-info {
  margin-top: 25px;
  text-align: center;
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0; }
  .hosting-testimonial .hosting-testimonial-carousel .carousel-images .slick-slide .client-info h3 {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 0 5px 0; }
  .hosting-testimonial .hosting-testimonial-carousel .carousel-images .slick-slide .client-info span {
    display: block; }
.hosting-testimonial .hosting-testimonial-carousel .carousel-images .slick-center img {
  padding: 0;
  opacity: 1; }
.hosting-testimonial .hosting-testimonial-carousel .carousel-images .slick-center .client-info {
  visibility: visible;
  opacity: 1; }

/* Clients Logo */
.hosting-clients-logo {
  background: #f2f7fa; }
  .hosting-clients-logo .hcl-carousel div {
    text-align: center; }
    .hosting-clients-logo .hcl-carousel div img {
      width: auto;
      display: inline-block;
      opacity: 0.5;
      transition: 0.3s ease; }
      .hosting-clients-logo .hcl-carousel div img:hover {
        opacity: 1; }
  .hosting-clients-logo .hcl-carousel .owl-dots {
    margin-top: 30px; }
    .hosting-clients-logo .hcl-carousel .owl-dots .owl-dot {
      display: inline-block;
      margin-right: 5px;
      width: 9px;
      height: 9px;
      background: #dfdfdf;
      border-radius: 50%;
      transition: 0.3s ease; }
      .hosting-clients-logo .hcl-carousel .owl-dots .owl-dot:last-child {
        margin-right: 0; }
      .hosting-clients-logo .hcl-carousel .owl-dots .owl-dot.active {
        background: #86c724; }

/* Call To Action */
.hosting-cta {
  background: url(../images/hosting-landing/cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 65px 0; }
  .hosting-cta p {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    padding-top: 15px; }
  .hosting-cta .cta-btn {
    text-align: right; }
    .hosting-cta .cta-btn a {
      font-size: 16px;
      text-transform: uppercase;
      color: #86c724;
      background: #fff;
      display: inline-block;
      padding: 15px 30px;
      border-radius: 3px;
      font-weight: 500; }
      .hosting-cta .cta-btn a:hover {
        color: #fff;
        background: #2a363f; }

/* Contact */
.hosting-contact .contact-details {
  text-align: center;
  margin-bottom: 70px; }
  .hosting-contact .contact-details span.icon {
    font-size: 50px;
    color: #86c724; }
  .hosting-contact .contact-details h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0 10px 0; }
  .hosting-contact .contact-details span {
    display: block; }
.hosting-contact .contact-form form input, .hosting-contact .contact-form form textarea {
  width: 100%;
  margin-bottom: 15px;
  height: 50px;
  border: 1px solid #f1f1f1;
  padding: 0 15px;
  transition: 0.3s ease; }
  .hosting-contact .contact-form form input:focus, .hosting-contact .contact-form form textarea:focus {
    border-color: #86c724; }
.hosting-contact .contact-form form textarea {
  padding: 15px;
  height: 180px;
  resize: none; }
.hosting-contact .contact-form form .form-btn {
  margin-top: 50px;
  text-align: center; }
  .hosting-contact .contact-form form .form-btn button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 45px;
    border-radius: 3px;
    background: #86c724;
    color: #fff;
    border: 0 none; }

/* Footer */
.hosting-footer {
  background: url(../images/hosting-landing/hosting-footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

/* ====================================================================
	Real Estate Multi (REM) Property
====================================================================== */
/* Header Intro */
.intro-rstate-m {
  min-height: 758px;
  background: none; }
  .intro-rstate-m .megaland-nav {
    position: relative;
    z-index: 1; }
  .intro-rstate-m .property-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    .intro-rstate-m .property-slider .carousel-fade .carousel-inner .item {
      transition-property: opacity; }
    .intro-rstate-m .property-slider .carousel-fade .carousel-inner .item,
    .intro-rstate-m .property-slider .carousel-fade .carousel-inner .active.left,
    .intro-rstate-m .property-slider .carousel-fade .carousel-inner .active.right {
      opacity: 0; }
    .intro-rstate-m .property-slider .carousel-fade .carousel-inner .active,
    .intro-rstate-m .property-slider .carousel-fade .carousel-inner .next.left,
    .intro-rstate-m .property-slider .carousel-fade .carousel-inner .prev.right {
      opacity: 1; }
    .intro-rstate-m .property-slider .carousel-fade .carousel-inner .next,
    .intro-rstate-m .property-slider .carousel-fade .carousel-inner .prev,
    .intro-rstate-m .property-slider .carousel-fade .carousel-inner .active.left,
    .intro-rstate-m .property-slider .carousel-fade .carousel-inner .active.right {
      left: 0;
      transform: translate3d(0, 0, 0); }
    .intro-rstate-m .property-slider .carousel-fade .carousel-control {
      z-index: 2; }
    .intro-rstate-m .property-slider .carousel-inner .item figure {
      position: relative; }
      .intro-rstate-m .property-slider .carousel-inner .item figure img {
        width: 100%; }
      .intro-rstate-m .property-slider .carousel-inner .item figure figcaption {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
        .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details {
          width: 500px;
          background: #fff;
          padding: 25px;
          position: relative; }
          .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details h1 {
            font-size: 40px;
            font-weight: 500;
            font-family: "Montserrat", sans-serif;
            line-height: 50px;
            margin: 0 0 25px 0; }
            .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details h1 a {
              color: #323232; }
            .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details h1 span.sticker {
              font-family: "Roboto", sans-serif;
              font-size: 13px;
              background: #f9a11b;
              color: #fff;
              padding: 8px 40px;
              display: inline-block;
              border-radius: 1px;
              line-height: normal;
              position: relative;
              top: -10px;
              text-transform: uppercase; }
          .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details p {
            font-size: 20px;
            font-weight: 500;
            color: #323232;
            text-transform: uppercase;
            margin-bottom: 0; }
            .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details p span {
              color: #f9a11b;
              display: inline-block;
              padding-right: 10px;
              font-weight: 600;
              position: relative;
              top: 4px;
              font-size: 22px; }
          .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details ul {
            margin: 30px 0 25px 0; }
            .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details ul li {
              display: inline-block;
              margin-right: 45px; }
              .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details ul li:last-child {
                margin-right: 0; }
              .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details ul li span {
                display: table-cell;
                vertical-align: top; }
                .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details ul li span:first-child {
                  font-size: 40px;
                  color: #f9a11b; }
                .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details ul li span:last-child {
                  font-size: 15px;
                  font-weight: 500;
                  color: #323232;
                  padding-left: 10px; }
          .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details h2 {
            font-size: 40px;
            font-weight: 500;
            color: #323232;
            margin: 0;
            font-family: "Montserrat", sans-serif; }
          .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details .slide-controls {
            position: absolute;
            right: 0;
            top: -45px; }
            .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-left, .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right {
              font-size: 25px;
              color: #f9a11b;
              display: inline-block;
              width: 45px;
              height: 45px;
              background: #fff;
              text-align: center;
              padding-top: 5px;
              transition: 0.3s ease; }
              .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-left:hover, .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right:hover {
                background: #f9a11b;
                color: #fff; }
            .intro-rstate-m .property-slider .carousel-inner .item figure figcaption .slider-details .slide-controls .control-right {
              margin-left: -4px; }

.intro-rstate-m .is-sticky .navbar {
  background: #f9a11b; }

/* Property Search */
.property-search {
  background: url(../images/re-multi/search-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0; }
  .property-search .container {
    position: relative;
    top: -58px; }
  .property-search div ul.nav-tabs {
    background: #323232;
    border: 0; }
    .property-search div ul.nav-tabs li:first-child {
      font-size: 20px;
      color: #fff;
      font-weight: 600;
      padding: 15px 70px 15px 35px;
      text-transform: uppercase; }
    .property-search div ul.nav-tabs li a {
      padding: 15px 35px;
      border-radius: 0;
      font-size: 20px;
      font-weight: 500;
      text-transform: uppercase;
      background: none;
      color: #fff;
      border: 0 none; }
      .property-search div ul.nav-tabs li a:focus, .property-search div ul.nav-tabs li a:active {
        border: 0 none;
        background: none;
        color: inherit; }
    .property-search div ul.nav-tabs li.active a {
      background: #f9a11b; }
      .property-search div ul.nav-tabs li.active a:focus, .property-search div ul.nav-tabs li.active a:active, .property-search div ul.nav-tabs li.active a:hover {
        border: 0 none;
        color: #fff;
        font-size: 20px; }
  .property-search div.tab-content {
    padding-top: 50px; }
    .property-search div.tab-content .tab-pane form .form-group {
      margin-bottom: 0; }
      .property-search div.tab-content .tab-pane form .form-group select {
        width: 100%;
        background: transparent;
        background-image: url(../images/re-multi/arrow-down.png);
        background-repeat: no-repeat;
        background-position: 240px center;
        color: #fff;
        border: 1px solid #a8a8a8;
        border-radius: 3px;
        padding: 5px 15px;
        margin-bottom: 25px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none; }
        .property-search div.tab-content .tab-pane form .form-group select:last-child {
          margin-bottom: 0; }
        .property-search div.tab-content .tab-pane form .form-group select option {
          color: #fff;
          background: #323232;
          padding: 5px; }
      .property-search div.tab-content .tab-pane form .form-group .search-btn {
        text-align: center;
        margin-top: 50px; }
        .property-search div.tab-content .tab-pane form .form-group .search-btn button {
          background: #f9a11b;
          font-size: 18px;
          font-weight: 500;
          text-transform: uppercase;
          padding: 15px 40px;
          border: 0 none;
          border-radius: 3px;
          color: #fff;
          transition: 0.3s ease; }
          .property-search div.tab-content .tab-pane form .form-group .search-btn button:hover {
            background: #fff;
            color: #f9a11b; }

/* Section Header */
.section-header-rem {
  text-align: center;
  margin-bottom: 70px; }
  .section-header-rem h2 {
    margin: 0 0 15px 0;
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
  .section-header-rem span.section-devider {
    position: relative;
    display: inline-block;
    margin-bottom: 20px; }
    .section-header-rem span.section-devider:before {
      position: absolute;
      content: "";
      left: 35px;
      top: 11px;
      height: 1px;
      width: 90px;
      background: #323232; }
    .section-header-rem span.section-devider:after {
      position: absolute;
      content: "";
      right: 35px;
      top: 11px;
      height: 1px;
      width: 90px;
      background: #323232; }
    .section-header-rem span.section-devider span {
      position: relative;
      display: inline-block;
      width: 35px; }
      .section-header-rem span.section-devider span:before {
        background: #323232;
        content: "";
        height: 7px;
        left: 0;
        position: absolute;
        top: 8px;
        width: 7px; }
      .section-header-rem span.section-devider span:after {
        background: #323232;
        content: "";
        height: 7px;
        right: 0;
        position: absolute;
        top: 8px;
        width: 7px; }
      .section-header-rem span.section-devider span i {
        color: #f9a11b;
        font-size: 10px; }
  .section-header-rem p {
    width: 650px;
    margin: 0 auto; }

/* Offers */
.rem-offers {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 80px; }
  .rem-offers .rem-offer-boxes .offer-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    padding: 35px 20px;
    text-align: center;
    position: relative;
    margin-bottom: 40px; }
    .rem-offers .rem-offer-boxes .offer-single:before {
      bottom: 0;
      font-family: "mlicons";
      font-size: 120px;
      opacity: 0.1;
      position: absolute;
      right: 15px;
      transform: rotate(-45deg);
      color: #f9a11b; }
    .rem-offers .rem-offer-boxes .offer-single h3 {
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 20px 0;
      font-family: "Roboto", sans-serif; }
    .rem-offers .rem-offer-boxes .offer-single span {
      font-size: 65px;
      color: #f9a11b; }
    .rem-offers .rem-offer-boxes .offer-single p {
      margin-bottom: 0; }
    .rem-offers .rem-offer-boxes .offer-single.os1:before {
      content: "\e913"; }
    .rem-offers .rem-offer-boxes .offer-single.os2:before {
      content: "\e91f"; }
    .rem-offers .rem-offer-boxes .offer-single.os3:before {
      content: "\e909"; }
    .rem-offers .rem-offer-boxes .offer-single.os4:before {
      content: "\e928";
      transform: rotate(0); }

/* Featured Properties */
.rem-featured-properties {
  padding-bottom: 90px; }
  .rem-featured-properties .section-header-rem {
    margin-bottom: 40px; }
  .rem-featured-properties .rem-fp-carousel .owl-stage-outer {
    padding: 30px 0; }
  .rem-featured-properties .rem-fp-carousel .item {
    padding: 0 15px; }
    .rem-featured-properties .rem-fp-carousel .item .item-inner {
      position: relative;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: 0.3s ease; }
      .rem-featured-properties .rem-fp-carousel .item .item-inner:hover {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
        .rem-featured-properties .rem-fp-carousel .item .item-inner:hover .property-info h3 a {
          color: #f9a11b; }
      .rem-featured-properties .rem-fp-carousel .item .item-inner figure {
        position: relative; }
        .rem-featured-properties .rem-fp-carousel .item .item-inner figure:hover figcaption {
          opacity: 1;
          transform: scale(1);
          visibility: visible; }
        .rem-featured-properties .rem-fp-carousel .item .item-inner figure figcaption {
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.4);
          left: 0;
          top: 0;
          opacity: 0;
          visibility: hidden;
          transform: scale(0.8);
          transition: 0.3s ease; }
          .rem-featured-properties .rem-fp-carousel .item .item-inner figure figcaption div {
            position: absolute;
            width: 100%;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            text-align: center; }
            .rem-featured-properties .rem-fp-carousel .item .item-inner figure figcaption div a {
              font-weight: 500;
              text-transform: uppercase;
              padding: 13px 25px;
              border-radius: 3px;
              background: #f9a11b;
              color: #fff; }
      .rem-featured-properties .rem-fp-carousel .item .item-inner span.status {
        position: absolute;
        font-size: 17px;
        padding: 5px 20px;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        font-weight: 500;
        left: 0;
        top: 0; }
      .rem-featured-properties .rem-fp-carousel .item .item-inner .property-info {
        position: relative;
        padding: 45px 30px 15px 30px; }
        .rem-featured-properties .rem-fp-carousel .item .item-inner .property-info p {
          position: absolute;
          width: 70%;
          left: 15%;
          top: -22px;
          background: #f9a11b;
          text-align: center;
          padding: 10px;
          font-weight: 600;
          font-size: 25px;
          color: #fff; }
          .rem-featured-properties .rem-fp-carousel .item .item-inner .property-info p:before {
            border-bottom: 22px solid transparent;
            border-right: 15px solid #f9a11b;
            border-top: 22px solid transparent;
            content: "";
            height: 0;
            left: -15px;
            position: absolute;
            top: 0;
            width: 0; }
          .rem-featured-properties .rem-fp-carousel .item .item-inner .property-info p:after {
            border-bottom: 22px solid transparent;
            border-left: 15px solid #f9a11b;
            border-top: 22px solid transparent;
            content: "";
            height: 0;
            right: -15px;
            position: absolute;
            top: 0;
            width: 0; }
          .rem-featured-properties .rem-fp-carousel .item .item-inner .property-info p span {
            font-weight: 400;
            opacity: 0.4; }
        .rem-featured-properties .rem-fp-carousel .item .item-inner .property-info h3 {
          font-size: 20px;
          font-weight: 400;
          margin: 0 0 20px 0; }
          .rem-featured-properties .rem-fp-carousel .item .item-inner .property-info h3 a {
            color: inherit;
            text-transform: uppercase; }
        .rem-featured-properties .rem-fp-carousel .item .item-inner .property-info ul li {
          font-size: 14px;
          font-weight: 500;
          float: left;
          width: 50%;
          padding-bottom: 15px; }
          .rem-featured-properties .rem-fp-carousel .item .item-inner .property-info ul li span {
            color: #f9a11b;
            display: inline-block;
            font-size: 25px;
            padding-right: 8px;
            position: relative;
            top: 5px; }
  .rem-featured-properties .rem-fp-carousel .rmf-carousel {
    position: relative; }
    .rem-featured-properties .rem-fp-carousel .rmf-carousel .owl-nav {
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      .rem-featured-properties .rem-fp-carousel .rmf-carousel .owl-nav div {
        display: inline-block;
        width: 45px;
        height: 45px;
        text-align: center;
        font-size: 28px;
        color: #f9a11b;
        border: 2px solid #f9a11b;
        transition: 0.3s ease; }
        .rem-featured-properties .rem-fp-carousel .rmf-carousel .owl-nav div:hover {
          background: #f9a11b;
          color: #fff; }
        .rem-featured-properties .rem-fp-carousel .rmf-carousel .owl-nav div.owl-prev {
          position: relative;
          left: -45px; }
        .rem-featured-properties .rem-fp-carousel .rmf-carousel .owl-nav div.owl-next {
          float: right;
          position: relative;
          right: -45px; }

.container-custom {
  width: 1170px;
  margin: 0 auto; }

/* Why Choose Us */
.rem-wcu {
  padding: 0; }
  .rem-wcu .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  .rem-wcu .section-header-rem {
    margin-bottom: 55px; }
    .rem-wcu .section-header-rem h2 {
      color: #fff; }
    .rem-wcu .section-header-rem span.section-devider:before {
      background: #fff; }
    .rem-wcu .section-header-rem span.section-devider:after {
      background: #fff; }
    .rem-wcu .section-header-rem span.section-devider span:before {
      background: #fff; }
    .rem-wcu .section-header-rem span.section-devider span:after {
      background: #fff; }
  .rem-wcu .wcu-left {
    background: #262626;
    background-image: url(../images/re-multi/wcu-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 15px 35px 15px;
    min-height: 750px; }
    .rem-wcu .wcu-left .rem-wcu-contents .wcu-single {
      text-align: center;
      margin-bottom: 45px; }
      .rem-wcu .wcu-left .rem-wcu-contents .wcu-single span {
        color: #fff;
        font-size: 60px; }
      .rem-wcu .wcu-left .rem-wcu-contents .wcu-single h3 {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        margin: 20px 0; }
      .rem-wcu .wcu-left .rem-wcu-contents .wcu-single p {
        color: #fff;
        margin-bottom: 0; }
  .rem-wcu .wcu-right {
    padding-left: 0;
    padding-right: 0;
    height: 750px;
    position: relative; }
    .rem-wcu .wcu-right #wcu-carousel {
      height: 100%; }
      .rem-wcu .wcu-right #wcu-carousel .carousel-inner {
        height: 100%; }
        .rem-wcu .wcu-right #wcu-carousel .carousel-inner .item {
          height: 100%; }
          .rem-wcu .wcu-right #wcu-carousel .carousel-inner .item:first-child {
            background: url(../images/re-multi/wcu-image01.jpg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
          .rem-wcu .wcu-right #wcu-carousel .carousel-inner .item:nth-child(2) {
            background: url(../images/re-multi/wcu-image01.jpg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
          .rem-wcu .wcu-right #wcu-carousel .carousel-inner .item:last-child {
            background: url(../images/re-multi/wcu-image01.jpg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
      .rem-wcu .wcu-right #wcu-carousel .controls {
        position: absolute;
        left: 80px;
        bottom: 75px;
        width: 60px;
        height: 60px;
        background: #fff;
        text-align: center;
        color: #f9a11b;
        font-size: 40px; }
        .rem-wcu .wcu-right #wcu-carousel .controls:hover {
          background: #f9a11b;
          color: #fff; }
        .rem-wcu .wcu-right #wcu-carousel .controls.control-right {
          bottom: 140px; }
      .rem-wcu .wcu-right #wcu-carousel ol.carousel-indicators li {
        background: #fff; }
        .rem-wcu .wcu-right #wcu-carousel ol.carousel-indicators li.active {
          background: #f9a11b;
          border-color: #f9a11b; }

/* Latest Properties */
.rem-latest-property {
  padding-bottom: 80px; }
  .rem-latest-property .section-header-rem {
    margin-bottom: 45px; }
  .rem-latest-property .rem-lp-search {
    margin-bottom: 55px; }
    .rem-latest-property .rem-lp-search form {
      width: 450px;
      position: relative;
      margin: 0 auto; }
      .rem-latest-property .rem-lp-search form input {
        width: 100%;
        height: 50px;
        background: #f2f2f2;
        border: 0;
        padding: 0 135px 0 15px;
        border-radius: 3px; }
      .rem-latest-property .rem-lp-search form button {
        background: #f2f2f2;
        height: 50px;
        background: #f9a11b;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        position: absolute;
        right: 0;
        top: 0;
        width: 120px;
        border: 0 none;
        border-radius: 0 3px 3px 0; }
  .rem-latest-property .rem-property-grid .property-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px; }
    .rem-latest-property .rem-property-grid .property-single figure {
      position: relative; }
      .rem-latest-property .rem-property-grid .property-single figure:hover figcaption {
        opacity: 1;
        visibility: visible;
        transform: scale(1); }
      .rem-latest-property .rem-property-grid .property-single figure figcaption {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
        opacity: 0;
        visibility: hidden;
        transform: scale(0.8);
        transition: 0.3s ease; }
        .rem-latest-property .rem-property-grid .property-single figure figcaption div {
          position: absolute;
          width: 100%;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          text-align: center; }
          .rem-latest-property .rem-property-grid .property-single figure figcaption div a {
            font-weight: 500;
            text-transform: uppercase;
            padding: 13px 25px;
            border-radius: 3px;
            background: #f9a11b;
            color: #fff; }
    .rem-latest-property .rem-property-grid .property-single .property-details {
      position: relative;
      padding: 25px 30px 15px 30px; }
      .rem-latest-property .rem-property-grid .property-single .property-details span.property-status {
        position: absolute;
        font-size: 17px;
        padding: 5px 20px;
        background: #f9a11b;
        color: #fff;
        font-weight: 500;
        left: 0;
        top: -34px; }
      .rem-latest-property .rem-property-grid .property-single .property-details h3 {
        margin: 0 0 15px 0; }
        .rem-latest-property .rem-property-grid .property-single .property-details h3 a {
          font-size: 20px;
          text-transform: uppercase;
          color: inherit; }
      .rem-latest-property .rem-property-grid .property-single .property-details span.p-location {
        color: #323232;
        display: block;
        margin-bottom: 10px; }
        .rem-latest-property .rem-property-grid .property-single .property-details span.p-location span {
          display: inline-block;
          padding-right: 8px;
          color: #f9a11b;
          font-size: 20px;
          position: relative;
          top: 4px;
          font-weight: 600; }
      .rem-latest-property .rem-property-grid .property-single .property-details p {
        margin-bottom: 0; }
      .rem-latest-property .rem-property-grid .property-single .property-details ul.property-meta {
        margin-top: 15px;
        margin-bottom: 0; }
        .rem-latest-property .rem-property-grid .property-single .property-details ul.property-meta li {
          font-size: 14px;
          font-weight: 500;
          float: left;
          width: 50%;
          padding-bottom: 15px; }
          .rem-latest-property .rem-property-grid .property-single .property-details ul.property-meta li span {
            color: #f9a11b;
            display: inline-block;
            font-size: 25px;
            padding-right: 8px;
            position: relative;
            top: 5px; }
    .rem-latest-property .rem-property-grid .property-single .property-bottom {
      border-top: 1px solid #f9a11b;
      padding: 10px 30px; }
      .rem-latest-property .rem-property-grid .property-single .property-bottom ul {
        text-align: right;
        margin-bottom: 0; }
        .rem-latest-property .rem-property-grid .property-single .property-bottom ul li {
          display: inline-block; }
          .rem-latest-property .rem-property-grid .property-single .property-bottom ul li:first-child {
            float: left;
            color: #323232;
            font-size: 25px;
            font-weight: 600; }
          .rem-latest-property .rem-property-grid .property-single .property-bottom ul li a {
            font-size: 25px;
            color: #323232; }
          .rem-latest-property .rem-property-grid .property-single .property-bottom ul li:last-child {
            padding-left: 10px; }

/* Agent Details */
.rem-agent-details {
  background: url(../images/re-multi/agent-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0 0 0; }
  .rem-agent-details .agent-info {
    padding-top: 50px; }
    .rem-agent-details .agent-info h2 {
      font-size: 40px;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      line-height: 50px;
      color: #fff;
      margin: 0 0 30px 0; }
    .rem-agent-details .agent-info p {
      color: #fff;
      margin-bottom: 30px; }
    .rem-agent-details .agent-info ul li {
      padding-bottom: 20px;
      color: #fff;
      font-size: 15px; }
      .rem-agent-details .agent-info ul li:last-child {
        padding-bottom: 0; }
      .rem-agent-details .agent-info ul li i {
        display: inline-block;
        font-size: 23px;
        width: 30px;
        position: relative;
        top: 4px; }
  .rem-agent-details .agent-contact-btn {
    padding-top: 203px; }
    .rem-agent-details .agent-contact-btn a {
      font-weight: 500;
      text-transform: uppercase;
      padding: 13px;
      background: #f9a11b;
      color: #fff;
      border-radius: 3px;
      display: block;
      text-align: center; }

/* Photo Gallery */
.rem-gallery .gallery-body-img .gallery-c-01 {
  padding: 0; }
.rem-gallery .gallery-body-img .gallery-c-02 {
  padding: 0; }
  .rem-gallery .gallery-body-img .gallery-c-02 .gallery-single-item {
    margin: 5px; }
    .rem-gallery .gallery-body-img .gallery-c-02 .gallery-single-item figure {
      position: relative; }
      .rem-gallery .gallery-body-img .gallery-c-02 .gallery-single-item figure:hover figcaption {
        visibility: visible;
        opacity: 1;
        transform: scale(1); }
      .rem-gallery .gallery-body-img .gallery-c-02 .gallery-single-item figure img {
        width: 100%; }
      .rem-gallery .gallery-body-img .gallery-c-02 .gallery-single-item figure figcaption {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
        transition: 0.3s ease;
        opacity: 0;
        transform: scale(0.8);
        visibility: hidden; }
        .rem-gallery .gallery-body-img .gallery-c-02 .gallery-single-item figure figcaption div {
          position: absolute;
          width: 100%;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          text-align: center; }
          .rem-gallery .gallery-body-img .gallery-c-02 .gallery-single-item figure figcaption div a {
            color: #fff;
            font-size: 25px; }

/* Testimonial */
.rem-testimonial {
  padding: 140px 0;
  background: url(../images/re-multi/testimonial-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .rem-testimonial:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8); }
  .rem-testimonial .rem-testimonial-carousel .carousel-images .slick-slide img {
    padding: 0 15px;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s ease; }
  .rem-testimonial .rem-testimonial-carousel .carousel-images .slick-slide.slick-current img {
    opacity: 1; }
  .rem-testimonial .rem-testimonial-carousel .carousel-text .slick-list {
    padding-top: 70px !important; }
  .rem-testimonial .rem-testimonial-carousel .carousel-text .single-box {
    text-align: center;
    background: #fff;
    padding: 30px;
    position: relative; }
    .rem-testimonial .rem-testimonial-carousel .carousel-text .single-box:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-bottom: 50px solid #fff;
      border-right: 25px solid transparent;
      border-left: 25px solid transparent;
      top: -50px;
      left: 50%;
      margin-left: -25px; }
    .rem-testimonial .rem-testimonial-carousel .carousel-text .single-box p {
      font-style: italic;
      font-size: 18px;
      margin-bottom: 0;
      line-height: 30px; }
    .rem-testimonial .rem-testimonial-carousel .carousel-text .single-box h3 {
      font-size: 25px;
      text-transform: uppercase;
      margin: 20px 0 5px 0;
      color: #f9a11b; }
    .rem-testimonial .rem-testimonial-carousel .carousel-text .single-box span {
      font-size: 18px;
      color: #727272; }

/* Blog */
.rem-blog {
  padding-bottom: 80px; }
  .rem-blog .blog-grid .blog-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    margin-bottom: 40px; }
    .rem-blog .blog-grid .blog-single:hover {
      box-shadow: 4px 0 54px rgba(0, 0, 0, 0.25); }
      .rem-blog .blog-grid .blog-single:hover .blog-details h3 a, .rem-blog .blog-grid .blog-single:hover .blog-details a.rm-btn {
        color: #f9a11b; }
    .rem-blog .blog-grid .blog-single img {
      width: 100%; }
    .rem-blog .blog-grid .blog-single .blog-details {
      position: relative;
      padding: 30px 15px; }
      .rem-blog .blog-grid .blog-single .blog-details span {
        display: block;
        position: absolute;
        font-size: 13px;
        text-transform: uppercase;
        width: 80%;
        padding: 15px;
        background: #f9f9f9;
        border-radius: 25px;
        font-weight: 500;
        text-align: center;
        left: 10%;
        top: -25px; }
      .rem-blog .blog-grid .blog-single .blog-details h3 {
        margin: 0 0 20px 0;
        line-height: 24px; }
        .rem-blog .blog-grid .blog-single .blog-details h3 a {
          font-size: 16px;
          font-weight: 400;
          color: inherit; }
      .rem-blog .blog-grid .blog-single .blog-details ul.blog-meta li {
        display: inline-block;
        color: #727272; }
        .rem-blog .blog-grid .blog-single .blog-details ul.blog-meta li:last-child {
          float: right; }
        .rem-blog .blog-grid .blog-single .blog-details ul.blog-meta li a {
          color: #727272; }
          .rem-blog .blog-grid .blog-single .blog-details ul.blog-meta li a:hover {
            color: #f9a11b; }
      .rem-blog .blog-grid .blog-single .blog-details a.rm-btn {
        display: inline-block;
        margin-top: 10px;
        text-transform: uppercase;
        font-weight: 500;
        color: inherit; }
        .rem-blog .blog-grid .blog-single .blog-details a.rm-btn i {
          display: inline-block;
          padding-left: 8px; }

/* Call To Action */
.rem-cta {
  padding: 90px 0;
  background: url(../images/re-multi/cta-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .rem-cta:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8); }
  .rem-cta h2 {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 10px 0; }
  .rem-cta p {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0; }
  .rem-cta span {
    display: block;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-top: 15px; }
  .rem-cta a {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    background: #f9a11b;
    color: #fff;
    padding: 15px;
    border-radius: 3px;
    text-align: center;
    margin-top: 6px; }

/* Partners */
.rem-partners .partners-logo ul li {
  float: left;
  width: 25%;
  border: 1px solid #f1f1f1;
  text-align: center;
  padding: 45px 0; }
  .rem-partners .partners-logo ul li img {
    display: inline-block; }

/* Subscribe Form */
.rem-subscribe {
  padding: 140px 0;
  background: url(../images/re-multi/subscribe-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  .rem-subscribe:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%; }
  .rem-subscribe .section-header-rem {
    margin-bottom: 55px; }
    .rem-subscribe .section-header-rem h2 {
      color: #fff; }
    .rem-subscribe .section-header-rem span.section-devider:before {
      background: #fff; }
    .rem-subscribe .section-header-rem span.section-devider:after {
      background: #fff; }
    .rem-subscribe .section-header-rem span.section-devider span:before {
      background: #fff; }
    .rem-subscribe .section-header-rem span.section-devider span:after {
      background: #fff; }
  .rem-subscribe .subscribe-form form {
    position: relative; }
    .rem-subscribe .subscribe-form form input {
      width: 100%;
      border: 2px solid #fff;
      border-radius: 3px;
      height: 65px;
      padding: 0 210px 0 30px;
      background: transparent;
      color: #fff;
      font-size: 20px; }
    .rem-subscribe .subscribe-form form button {
      position: absolute;
      height: 65px;
      border: 2px solid #f9a11b;
      background: #f9a11b;
      color: #fff;
      text-transform: uppercase;
      font-size: 27px;
      font-weight: 500;
      border-radius: 0 3px 3px 0;
      right: 0;
      top: 0;
      padding: 0 60px; }

/* Contact */
.rem-contact .contact-top {
  margin-bottom: 60px;
  text-align: center; }
  .rem-contact .contact-top .cd-box {
    margin-bottom: 40px; }
    .rem-contact .contact-top .cd-box span {
      font-size: 50px;
      color: #f9a11b; }
    .rem-contact .contact-top .cd-box h3 {
      font-size: 20px;
      margin: 10px 0; }
    .rem-contact .contact-top .cd-box p {
      margin-bottom: 0; }
.rem-contact .contact-content #map {
  width: 100%;
  height: 392px; }
.rem-contact .contact-content form .form-group {
  margin-bottom: 0; }
  .rem-contact .contact-content form .form-group input, .rem-contact .contact-content form .form-group textarea {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #b2b2b2;
    border-top: 0 none;
    border-right: 0 none;
    border-left: 0 none;
    padding: 0 15px;
    transition: 0.3s ease;
    margin-bottom: 30px; }
    .rem-contact .contact-content form .form-group input:focus, .rem-contact .contact-content form .form-group textarea:focus {
      border-color: #f9a11b; }
  .rem-contact .contact-content form .form-group textarea {
    height: 120px;
    resize: none; }
  .rem-contact .contact-content form .form-group button {
    background: #f9a11b;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    border: 0 none;
    border-radius: 3px;
    padding: 15px 45px;
    margin-top: 20px; }

/* Footer */
.rem-footer {
  background: url(../images/re-multi/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .rem-footer ul.footer-social li a:hover {
    color: #f9a11b; }

/* ====================================================================
	Travel Landing Page
====================================================================== */
html, body.travel-agency {
  height: 100%; }

.intro-travel .is-sticky .navbar {
  background: #80cd33; }

/* Intro */
.intro-travel {
  position: relative;
  height: 800px;
  background: url(../images/travel-landing/01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .intro-travel .travel-intro-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
    .intro-travel .travel-intro-content span {
      display: block;
      font-size: 40px;
      font-family: "Montserrat", sans-serif;
      color: #fff; }
    .intro-travel .travel-intro-content h1 {
      font-size: 60px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      margin: 10px 0 30px 0;
      color: #fff; }
    .intro-travel .travel-intro-content p {
      font-size: 18px;
      line-height: 29px;
      color: #fff;
      margin-bottom: 0;
      width: 675px;
      margin: 0 auto; }
    .intro-travel .travel-intro-content a {
      display: inline-block;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 15px 50px;
      border-radius: 3px;
      background: #80cd33;
      color: #fff;
      margin-top: 40px; }

/* About & Search */
.about-search {
  padding: 270px 0 120px 0;
  position: relative; }
  .about-search .travel-search {
    position: absolute;
    width: 100%;
    left: 0;
    top: -140px; }
    .about-search .travel-search .tab-wrapper {
      box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
      background: #fff; }
    .about-search .travel-search ul.nav-menu {
      float: left;
      width: 10%;
      box-shadow: 1px 0 5px rgba(0, 0, 0, 0.12);
      margin-bottom: 0; }
      .about-search .travel-search ul.nav-menu li a {
        font-size: 48px;
        color: inherit;
        display: block;
        padding: 23px 20px;
        text-align: center;
        line-height: 0; }
      .about-search .travel-search ul.nav-menu li.active a {
        background: #80cd33;
        color: #fff; }
    .about-search .travel-search .tab-content-main {
      float: left;
      width: 90%;
      padding: 30px; }
      .about-search .travel-search .tab-content-main .tab-pane div ul li {
        display: inline-block;
        margin-right: 50px; }
        .about-search .travel-search .tab-content-main .tab-pane div ul li:last-child {
          margin-right: 0; }
        .about-search .travel-search .tab-content-main .tab-pane div ul li a {
          font-size: 16px;
          font-weight: 500;
          color: inherit; }
        .about-search .travel-search .tab-content-main .tab-pane div ul li.active a {
          color: #80cd33; }
      .about-search .travel-search .tab-content-main .tab-pane div .tab-content form {
        margin-top: 35px; }
        .about-search .travel-search .tab-content-main .tab-pane div .tab-content form div {
          float: left;
          width: 25%; }
          .about-search .travel-search .tab-content-main .tab-pane div .tab-content form div label {
            display: block;
            padding-left: 15px;
            font-size: 15px;
            font-weight: 500;
            margin-bottom: 10px; }
          .about-search .travel-search .tab-content-main .tab-pane div .tab-content form div input, .about-search .travel-search .tab-content-main .tab-pane div .tab-content form div select {
            width: 100%;
            border: 1px solid #d9d9d9;
            background: #f2f2f2;
            border-radius: 3px;
            height: 55px;
            padding: 0 15px; }
            .about-search .travel-search .tab-content-main .tab-pane div .tab-content form div input::-webkit-input-placeholder, .about-search .travel-search .tab-content-main .tab-pane div .tab-content form div select::-webkit-input-placeholder {
              color: #727272;
              opacity: 1; }
            .about-search .travel-search .tab-content-main .tab-pane div .tab-content form div input::-moz-placeholder, .about-search .travel-search .tab-content-main .tab-pane div .tab-content form div select::-moz-placeholder {
              color: #727272;
              opacity: 1; }
          .about-search .travel-search .tab-content-main .tab-pane div .tab-content form div select {
            margin-left: -2px;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            color: #727272; }
          .about-search .travel-search .tab-content-main .tab-pane div .tab-content form div input.checkin {
            margin-left: -3px; }
          .about-search .travel-search .tab-content-main .tab-pane div .tab-content form div input.guest {
            margin-left: -4px; }
          .about-search .travel-search .tab-content-main .tab-pane div .tab-content form div.submit-btn {
            padding-top: 30px;
            width: 100%;
            text-align: center; }
            .about-search .travel-search .tab-content-main .tab-pane div .tab-content form div.submit-btn button {
              border: 0;
              background: #80cd33;
              color: #fff;
              font-weight: 500;
              padding: 12px 45px;
              text-transform: uppercase;
              border-radius: 3px; }
  .about-search .about-content .section-header-travel {
    text-align: left;
    margin-bottom: 25px; }
    .about-search .about-content .section-header-travel span.section-devider {
      text-align: center;
      width: 210px;
      margin-bottom: 0; }
      .about-search .about-content .section-header-travel span.section-devider:before {
        left: 0; }
      .about-search .about-content .section-header-travel span.section-devider:after {
        right: 0; }
  .about-search .about-content p strong {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    display: block; }
  .about-search .about-content a.rm-btn {
    text-transform: uppercase;
    color: #80cd33;
    border: 2px solid #80cd33;
    font-weight: 500;
    border-radius: 3px;
    padding: 13px 45px;
    display: inline-block;
    margin-top: 30px; }

/* Section Header */
.section-header-travel {
  text-align: center;
  margin-bottom: 70px; }
  .section-header-travel h2 {
    margin: 0 0 15px 0;
    font-size: 40px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700; }
  .section-header-travel span.section-devider {
    position: relative;
    display: inline-block;
    margin-bottom: 20px; }
    .section-header-travel span.section-devider:before {
      position: absolute;
      content: "";
      left: 35px;
      top: 11px;
      height: 1px;
      width: 90px;
      background: #323232; }
    .section-header-travel span.section-devider:after {
      position: absolute;
      content: "";
      right: 35px;
      top: 11px;
      height: 1px;
      width: 90px;
      background: #323232; }
    .section-header-travel span.section-devider span {
      position: relative;
      display: inline-block;
      width: 35px; }
      .section-header-travel span.section-devider span:before {
        background: #323232;
        content: "";
        height: 7px;
        left: 0;
        position: absolute;
        top: 8px;
        width: 7px; }
      .section-header-travel span.section-devider span:after {
        background: #323232;
        content: "";
        height: 7px;
        right: 0;
        position: absolute;
        top: 8px;
        width: 7px; }
      .section-header-travel span.section-devider span i {
        color: #80cd33;
        font-size: 10px; }
  .section-header-travel p {
    width: 650px;
    margin: 0 auto; }

/* Popular Destinations */
.popular-destination {
  background: url(../images/travel-landing/pd.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding-bottom: 120px; }
  .popular-destination:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8); }
  .popular-destination .section-header-travel h2 {
    color: #fff; }
  .popular-destination .section-header-travel span.section-devider:before {
    background: #fff; }
  .popular-destination .section-header-travel span.section-devider:after {
    background: #fff; }
  .popular-destination .section-header-travel span.section-devider span:before {
    background: #fff; }
  .popular-destination .section-header-travel span.section-devider span:after {
    background: #fff; }
  .popular-destination .section-header-travel p {
    color: #fff; }
  .popular-destination .destination-list .pd-box {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
    background: #fff; }
    .popular-destination .destination-list .pd-box:last-child {
      margin-right: 0; }
    .popular-destination .destination-list .pd-box:hover figure figcaption {
      opacity: 1;
      visibility: visible;
      transform: scale(1); }
    .popular-destination .destination-list .pd-box:hover h3, .popular-destination .destination-list .pd-box:hover ul li {
      color: #80cd33; }
    .popular-destination .destination-list .pd-box figure {
      position: relative; }
      .popular-destination .destination-list .pd-box figure figcaption {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        transition: 0.3s ease;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.8); }
        .popular-destination .destination-list .pd-box figure figcaption div {
          position: absolute;
          width: 100%;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          text-align: center; }
          .popular-destination .destination-list .pd-box figure figcaption div a {
            text-transform: uppercase;
            color: #fff;
            background: #80cd33;
            font-weight: 500;
            border-radius: 3px;
            padding: 13px 45px;
            display: inline-block;
            margin-top: 30px; }
    .popular-destination .destination-list .pd-box h3 {
      padding: 0 15px;
      margin: 15px 0 10px 0;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      transition: 0.3s ease; }
      .popular-destination .destination-list .pd-box h3 span {
        font-weight: 600; }
    .popular-destination .destination-list .pd-box ul {
      margin-bottom: 0;
      padding: 0 15px 20px 15px; }
      .popular-destination .destination-list .pd-box ul li {
        display: inline-block;
        transition: 0.3s ease; }
        .popular-destination .destination-list .pd-box ul li:last-child {
          float: right; }

/* Packages */
.travel-packages {
  padding-bottom: 60px; }
  .travel-packages .section-header-travel {
    margin-bottom: 50px; }
  .travel-packages .package-search {
    margin-bottom: 60px; }
    .travel-packages .package-search form {
      width: 450px;
      margin: 0 auto;
      position: relative; }
      .travel-packages .package-search form input {
        width: 100%;
        border: 0 none;
        background: #f2f2f2;
        border-radius: 3px;
        height: 50px;
        padding: 0 150px 0 15px; }
      .travel-packages .package-search form button {
        border-radius: 0 3px 3px 0;
        text-transform: uppercase;
        padding: 0 40px;
        height: 50px;
        border: 0 none;
        background: #80cd33;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0; }
  .travel-packages .package-boxes .package-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden; }
    .travel-packages .package-boxes .package-single:hover {
      box-shadow: 4px 0 54px rgba(0, 0, 0, 0.2); }
      .travel-packages .package-boxes .package-single:hover .package-details h3 a {
        color: #80cd33; }
      .travel-packages .package-boxes .package-single:hover .package-booking {
        opacity: 1;
        visibility: visible;
        bottom: 0; }
    .travel-packages .package-boxes .package-single figure {
      position: relative; }
      .travel-packages .package-boxes .package-single figure figcaption {
        position: absolute;
        left: 0;
        bottom: 0; }
        .travel-packages .package-boxes .package-single figure figcaption span {
          display: inline-block;
          padding: 5px 20px;
          font-size: 27px;
          font-weight: 500;
          color: #fff;
          background: #80cd33; }
    .travel-packages .package-boxes .package-single .package-details {
      padding: 25px 30px; }
      .travel-packages .package-boxes .package-single .package-details h3 {
        font-size: 20px;
        font-weight: 400;
        margin: 0 0 15px 0; }
        .travel-packages .package-boxes .package-single .package-details h3 a {
          color: inherit; }
      .travel-packages .package-boxes .package-single .package-details p.tour-duration {
        margin-bottom: 10px;
        color: #323232; }
        .travel-packages .package-boxes .package-single .package-details p.tour-duration span {
          color: #80cd33;
          display: inline-block;
          padding-right: 10px; }
    .travel-packages .package-boxes .package-single .package-rating {
      padding: 15px 30px;
      border-top: 1px solid #80cd33; }
      .travel-packages .package-boxes .package-single .package-rating ul {
        margin-bottom: 0; }
        .travel-packages .package-boxes .package-single .package-rating ul li {
          display: inline-block; }
          .travel-packages .package-boxes .package-single .package-rating ul li i {
            color: #ffef3b; }
          .travel-packages .package-boxes .package-single .package-rating ul li:last-child {
            float: right; }
    .travel-packages .package-boxes .package-single .package-booking {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -55px;
      text-align: center;
      opacity: 0;
      visibility: hidden;
      transition: 0.5s ease; }
      .travel-packages .package-boxes .package-single .package-booking a {
        display: block;
        padding: 15px 0;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
        background: #80cd33; }

/* Why Choose Us */
.travel-wcu {
  overflow: hidden;
  padding: 0; }
  .travel-wcu .container-fluid {
    margin-left: -15px;
    margin-right: -15px; }
  .travel-wcu .wcu-left {
    background: url(../images/travel-landing/wcu-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 90px 0 45px 0;
    height: 762px; }
    .travel-wcu .wcu-left .section-header-travel h2 {
      color: #fff; }
    .travel-wcu .wcu-left .section-header-travel span.section-devider:before {
      background: #fff; }
    .travel-wcu .wcu-left .section-header-travel span.section-devider:after {
      background: #fff; }
    .travel-wcu .wcu-left .section-header-travel span.section-devider span:before {
      background: #fff; }
    .travel-wcu .wcu-left .section-header-travel span.section-devider span:after {
      background: #fff; }
    .travel-wcu .wcu-left .section-header-travel p {
      color: #fff; }
    .travel-wcu .wcu-left .travel-wcu-contents .wcu-single {
      text-align: center;
      margin-bottom: 45px; }
      .travel-wcu .wcu-left .travel-wcu-contents .wcu-single h3 {
        color: #fff;
        text-transform: uppercase; }
      .travel-wcu .wcu-left .travel-wcu-contents .wcu-single p {
        color: #c3c3c3; }
  .travel-wcu .wcu-right {
    padding-left: 0;
    padding-right: 0;
    height: 762px;
    position: relative; }
    .travel-wcu .wcu-right #wcu-carousel {
      height: 100%; }
      .travel-wcu .wcu-right #wcu-carousel .carousel-inner {
        height: 100%; }
        .travel-wcu .wcu-right #wcu-carousel .carousel-inner .item {
          height: 100%; }
          .travel-wcu .wcu-right #wcu-carousel .carousel-inner .item:first-child {
            background: url(../images/travel-landing/wcu01.jpg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
          .travel-wcu .wcu-right #wcu-carousel .carousel-inner .item:nth-child(2) {
            background: url(../images/travel-landing/wcu01.jpg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
          .travel-wcu .wcu-right #wcu-carousel .carousel-inner .item:last-child {
            background: url(../images/travel-landing/wcu01.jpg);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat; }
      .travel-wcu .wcu-right #wcu-carousel .controls {
        position: absolute;
        left: 80px;
        bottom: 75px;
        width: 60px;
        height: 60px;
        background: #fff;
        text-align: center;
        color: #80cd33;
        font-size: 40px; }
        .travel-wcu .wcu-right #wcu-carousel .controls:hover {
          background: #80cd33;
          color: #fff; }
        .travel-wcu .wcu-right #wcu-carousel .controls.control-right {
          bottom: 140px; }

/* Inspiration & Expert Advice */
.iea {
  padding-bottom: 80px; }
  .iea .iea-boxes .iea-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    margin-bottom: 40px; }
    .iea .iea-boxes .iea-single:hover {
      box-shadow: 4px 0 54px rgba(0, 0, 0, 0.2); }
      .iea .iea-boxes .iea-single:hover figure figcaption {
        opacity: 1;
        visibility: visible;
        transform: scale(1); }
    .iea .iea-boxes .iea-single figure {
      position: relative; }
      .iea .iea-boxes .iea-single figure figcaption {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transform: scale(0.8);
        transition: 0.3s ease; }
        .iea .iea-boxes .iea-single figure figcaption div {
          position: absolute;
          width: 100%;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          text-align: center; }
          .iea .iea-boxes .iea-single figure figcaption div a {
            text-transform: uppercase;
            color: #fff;
            background: #80cd33;
            font-weight: 500;
            border-radius: 3px;
            padding: 13px 45px;
            display: inline-block;
            margin-top: 30px; }
    .iea .iea-boxes .iea-single .iea-details {
      padding: 25px 30px; }
      .iea .iea-boxes .iea-single .iea-details h3 {
        margin: 0 0 15px 0;
        line-height: 28px; }
        .iea .iea-boxes .iea-single .iea-details h3 a {
          color: inherit;
          font-size: 20px;
          font-weight: 500; }
    .iea .iea-boxes .iea-single .iea-meta {
      padding-bottom: 25px; }
      .iea .iea-boxes .iea-single .iea-meta ul {
        margin-bottom: 0;
        padding: 10px 30px;
        background: #f9f9f9;
        text-align: right; }
        .iea .iea-boxes .iea-single .iea-meta ul li {
          display: inline-block;
          padding-right: 12px; }
          .iea .iea-boxes .iea-single .iea-meta ul li:last-child {
            padding-right: 0; }
          .iea .iea-boxes .iea-single .iea-meta ul li:first-child {
            float: left; }
          .iea .iea-boxes .iea-single .iea-meta ul li i {
            display: inline-block;
            padding-right: 4px; }

/* Discount */
.discount {
  background: url(../images/travel-landing/dv-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .discount:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0; }
  .discount .discount-details h2 {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    margin: 0 0 30px 0; }
    .discount .discount-details h2 span {
      color: #80cd33; }
  .discount .discount-details a {
    display: inline-block;
    margin-top: 50px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 45px;
    border-radius: 3px;
    background: #80cd33;
    color: #fff; }
  .discount .discount-details p {
    color: #fff; }
  .discount .video figure {
    position: relative; }
    .discount .video figure figcaption {
      text-align: center;
      position: absolute;
      width: 100%;
      top: 50%;
      transform: translateY(-50%); }
      .discount .video figure figcaption a {
        display: inline-block;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        background: #fff;
        color: #80cd33;
        font-size: 30px;
        padding-top: 24px; }

/* Testimonial */
.travel-feedback .section-header-travel {
  margin-bottom: 60px; }
.travel-feedback .feedback-carousel .owl-stage-outer {
  padding: 10px 0; }
.travel-feedback .feedback-carousel .item-single {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 80px 50px 30px 50px; }
  .travel-feedback .feedback-carousel .item-single p {
    position: relative;
    margin-bottom: 0; }
    .travel-feedback .feedback-carousel .item-single p:before {
      position: absolute;
      content: "\f10d";
      font-family: "FontAwesome";
      font-size: 100px;
      opacity: 0.1;
      left: 0;
      top: -15px; }
  .travel-feedback .feedback-carousel .item-single span.rating {
    display: block;
    padding: 15px 0 20px 0;
    color: #ffef3b; }
  .travel-feedback .feedback-carousel .item-single .client-info div {
    display: table-cell;
    vertical-align: middle; }
    .travel-feedback .feedback-carousel .item-single .client-info div:last-child {
      padding-left: 20px; }
    .travel-feedback .feedback-carousel .item-single .client-info div img {
      width: 55px;
      height: 55px;
      border-radius: 50%; }
    .travel-feedback .feedback-carousel .item-single .client-info div h3 {
      font-size: 18px;
      font-weight: 600;
      color: #80cd33;
      margin: 0 0 5px 0; }
    .travel-feedback .feedback-carousel .item-single .client-info div span {
      color: #727272; }
.travel-feedback .feedback-carousel .owl-dots {
  margin-top: 50px;
  text-align: center; }
  .travel-feedback .feedback-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border: 1px solid #80cd33;
    display: inline-block;
    margin-right: 13px;
    border-radius: 50%;
    transition: 0.3s ease; }
    .travel-feedback .feedback-carousel .owl-dots .owl-dot:last-child {
      margin-right: 0; }
    .travel-feedback .feedback-carousel .owl-dots .owl-dot.active {
      background: #80cd33; }

/* Stats & Count */
.travel-stats {
  background: url(../images/travel-landing/stats-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  text-align: center; }
  .travel-stats:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0; }
  .travel-stats .icon {
    padding: 15px 20px;
    display: inline-block;
    background: #fff;
    font-size: 45px; }
    .travel-stats .icon span {
      color: #80cd33; }
  .travel-stats h3 {
    font-size: 40px;
    font-weight: 500;
    margin: 25px 0 5px 0;
    color: #80cd33; }
  .travel-stats span {
    text-transform: uppercase;
    color: #fff; }

/* Gallery */
.travel-gallery {
  padding-bottom: 90px; }
  .travel-gallery .gallery-images .gallery-single {
    margin-bottom: 30px; }
    .travel-gallery .gallery-images .gallery-single figure {
      position: relative; }
      .travel-gallery .gallery-images .gallery-single figure img {
        width: 100%; }
      .travel-gallery .gallery-images .gallery-single figure:hover figcaption {
        opacity: 1;
        visibility: visible;
        transform: scale(1); }
      .travel-gallery .gallery-images .gallery-single figure figcaption {
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        left: 0;
        top: 0;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.8);
        transition: 0.3s ease; }
        .travel-gallery .gallery-images .gallery-single figure figcaption span {
          position: absolute;
          width: 100%;
          display: block;
          top: 50%;
          transform: translateY(-50%);
          text-align: center; }
          .travel-gallery .gallery-images .gallery-single figure figcaption span a {
            color: #fff;
            font-size: 20px; }

/* Subscribe */
.travel-subscribe {
  background: url(../images/travel-landing/subscribe-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .travel-subscribe .section-header-travel h2 {
    color: #fff; }
  .travel-subscribe .section-header-travel span.section-devider:before {
    background: #fff; }
  .travel-subscribe .section-header-travel span.section-devider:after {
    background: #fff; }
  .travel-subscribe .section-header-travel span.section-devider span:before {
    background: #fff; }
  .travel-subscribe .section-header-travel span.section-devider span:after {
    background: #fff; }
  .travel-subscribe .section-header-travel p {
    color: #fff; }
  .travel-subscribe form {
    width: 100%;
    position: relative; }
    .travel-subscribe form input {
      width: 100%;
      border: 2px solid #fff;
      border-radius: 3px;
      height: 70px;
      font-size: 20px;
      color: #fff;
      background: transparent;
      padding: 0 90px 0 30px; }
    .travel-subscribe form button {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 27px;
      text-transform: uppercase;
      font-weight: 500;
      padding: 0 45px;
      height: 70px;
      border: 2px solid #80cd33;
      background: #80cd33;
      color: #fff;
      border-radius: 0 3px 3px 0; }

/* Contact */
.travel-contact .contact-top {
  margin-bottom: 70px; }
  .travel-contact .contact-top .cd-box {
    text-align: center; }
    .travel-contact .contact-top .cd-box span {
      font-size: 50px;
      color: #323232; }
    .travel-contact .contact-top .cd-box h3 {
      margin: 10px 0;
      font-size: 20px;
      font-weight: 400; }
.travel-contact .contact-form {
  background: #f9f9f9;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 60px 30px; }
  .travel-contact .contact-form input, .travel-contact .contact-form textarea {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #aeaeae;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: transparent;
    padding: 0 35px;
    transition: 0.3s ease;
    margin-bottom: 30px; }
    .travel-contact .contact-form input:focus, .travel-contact .contact-form textarea:focus {
      border-color: #80cd33; }
  .travel-contact .contact-form textarea {
    height: 80px;
    resize: none; }
  .travel-contact .contact-form .send-btn {
    text-align: center;
    margin-top: 30px; }
    .travel-contact .contact-form .send-btn button {
      padding: 20px 60px;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 500;
      background: #80cd33;
      color: #fff;
      border: 0 none;
      border-radius: 3px; }

/* Footer */
.travel-footer {
  background: #262626; }
  .travel-footer ul.footer-social li a:hover {
    color: #80cd33; }

/* ====================================================================
	Ebook Landing Page
====================================================================== */
/* Intro */
.intro-ebook {
  height: 850px;
  position: relative;
  background: url(../images/ebook-landing/intro.png); }
  .intro-ebook:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(45, 51, 52, 0.9);
    left: 0;
    top: 0; }
  .intro-ebook .ebook-intro-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    .intro-ebook .ebook-intro-content .book-details {
      margin-top: 120px; }
      .intro-ebook .ebook-intro-content .book-details h1 {
        font-size: 55px;
        line-height: 69px;
        font-weight: 600;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        margin: 0 0 15px 0; }
      .intro-ebook .ebook-intro-content .book-details p {
        font-size: 18px;
        color: #fff;
        line-height: 29px; }
      .intro-ebook .ebook-intro-content .book-details ul {
        margin: 40px 0 0 0; }
        .intro-ebook .ebook-intro-content .book-details ul li {
          display: inline-block;
          margin-right: 20px; }
          .intro-ebook .ebook-intro-content .book-details ul li:last-child {
            margin-right: 0; }
          .intro-ebook .ebook-intro-content .book-details ul li a {
            display: block;
            font-size: 17px;
            font-weight: 500;
            text-transform: uppercase;
            padding: 15px 45px;
            border-radius: 25px;
            background: #fff;
            color: #1abc9c; }
            .intro-ebook .ebook-intro-content .book-details ul li a:hover {
              background: #1abc9c;
              color: #fff; }

.intro-ebook .ebook-intro-content .book-details ul li a.active {
  background: #1abc9c;
  color: #fff; }

.intro-ebook .is-sticky nav.navbar {
  background: #1abc9c;
  border-radius: 0; }

/* Services */
.services-ebook {
  text-align: center;
  padding-bottom: 0; }
  .services-ebook .services-list {
    border-bottom: 1px solid #ccc;
    padding-bottom: 60px; }
    .services-ebook .services-list .col-md-3.col-sm-6 {
      margin-bottom: 60px; }
  .services-ebook .icon {
    font-size: 95px;
    color: #1abc9c;
    line-height: 0; }
  .services-ebook h3 {
    margin: 20px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600; }

/* Section Header */
.section-header-ebook {
  text-align: center;
  margin-bottom: 70px; }
  .section-header-ebook h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 0 0 20px 0; }
  .section-header-ebook span.section-devider {
    width: 174px;
    height: 1px;
    display: block;
    margin: 0 auto;
    position: relative;
    background: #323232; }
    .section-header-ebook span.section-devider:before {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      background: #323232;
      border: 3px solid #1abc9c;
      border-radius: 50%;
      left: 50%;
      margin-left: -5px;
      bottom: -5px; }
  .section-header-ebook p {
    width: 650px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 0; }

/* About Book */
.about-book .section-header-ebook {
  text-align: left;
  margin-bottom: 25px; }
  .about-book .section-header-ebook span.section-devider {
    margin: 0 0; }
.about-book div a.rm-btn {
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
  background: #1abc9c;
  color: #fff;
  border-radius: 25px;
  padding: 13px 45px;
  font-weight: 500; }
.about-book .about-book-vdo figure {
  position: relative; }
  .about-book .about-book-vdo figure img {
    width: 100%; }
  .about-book .about-book-vdo figure figcaption {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    .about-book .about-book-vdo figure figcaption a {
      font-size: 30px;
      width: 90px;
      height: 90px;
      color: #1abc9c;
      background: #fff;
      display: inline-block;
      border-radius: 50%;
      padding-top: 25px; }
      .about-book .about-book-vdo figure figcaption a:hover {
        background: #1abc9c;
        color: #fff; }

/* Facts & Stats */
.facts-ebook {
  background: url(../images/ebook-landing/stats-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 60px; }
  .facts-ebook:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(37, 198, 136, 0.95);
    left: 0;
    top: 0; }
  .facts-ebook .section-header-ebook h2 {
    color: #fff; }
  .facts-ebook .section-header-ebook span.section-devider:before {
    border-color: #fff;
    background: #1abc9c; }
  .facts-ebook .stats-box {
    text-align: center; }
    .facts-ebook .stats-box h3 {
      color: #fff;
      font-size: 40px;
      font-weight: 500; }
    .facts-ebook .stats-box span {
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase; }
    .facts-ebook .stats-box .fact-single {
      margin-bottom: 60px; }

/* About Authors */
.about-authors {
  padding-bottom: 0; }
  .about-authors .author-details figure {
    position: relative; }
    .about-authors .author-details figure figcaption {
      position: absolute;
      right: 0;
      top: 20px; }
  .about-authors .author-details .author-content {
    margin-top: 30px; }
    .about-authors .author-details .author-content h3 {
      font-size: 30px;
      color: #272727;
      text-transform: uppercase;
      font-weight: 600;
      margin: 0 0 5px 0; }
    .about-authors .author-details .author-content span {
      font-size: 20px;
      color: #727272;
      text-transform: uppercase;
      margin-bottom: 30px;
      font-weight: 500;
      display: block; }
    .about-authors .author-details .author-content p.signature {
      font-family: "Sacramento", cursive;
      font-size: 40px;
      margin-top: 30px;
      line-height: normal; }
    .about-authors .author-details .author-content ul {
      margin-top: 20px; }
      .about-authors .author-details .author-content ul li {
        display: inline-block;
        margin-right: 10px; }
        .about-authors .author-details .author-content ul li:last-child {
          margin-right: 0; }
        .about-authors .author-details .author-content ul li a {
          display: block;
          width: 36px;
          height: 36px;
          font-size: 20px;
          background: #1abc9c;
          color: #fff;
          border-radius: 50%;
          text-align: center;
          padding-top: 3px; }

/* Video */
.video-review {
  padding: 235px 0;
  background: url(../images/ebook-landing/video-full-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .video-review:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5); }
  .video-review .video-details {
    text-align: center; }
    .video-review .video-details a {
      display: inline-block;
      font-size: 35px;
      color: #1abc9c;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 5px solid #1abc9c;
      padding-top: 20px; }
    .video-review .video-details h3 {
      font-size: 40px;
      text-transform: uppercase;
      margin: 30px 0 0 0;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      color: #fff; }

/* Features */
.features-ebook {
  padding-bottom: 60px; }
  .features-ebook .features-boxes .feature-single {
    margin-bottom: 60px; }
    .features-ebook .features-boxes .feature-single span {
      font-size: 70px;
      transition: 0.3s ease; }
    .features-ebook .features-boxes .feature-single h3 {
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      transition: 0.3s ease; }
    .features-ebook .features-boxes .feature-single:hover span, .features-ebook .features-boxes .feature-single:hover h3 {
      color: #1abc9c; }

/* Description (Tabs) */
.tabs-ebook {
  padding: 0;
  overflow: hidden;
  background: #f9f9f9; }
  .tabs-ebook .container-fluid {
    margin-left: -15px;
    margin-right: -15px; }
  .tabs-ebook .tabs {
    margin-top: 35px; }
    .tabs-ebook .tabs .section-header-ebook {
      text-align: left;
      margin-bottom: 35px; }
      .tabs-ebook .tabs .section-header-ebook span.section-devider {
        margin: 0 0; }
    .tabs-ebook .tabs ul.tabs-menu li {
      display: inline-block;
      margin-right: 40px; }
      .tabs-ebook .tabs ul.tabs-menu li:last-child {
        margin-right: 0; }
      .tabs-ebook .tabs ul.tabs-menu li a {
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 600;
        color: #272727;
        position: relative;
        z-index: 1; }
      .tabs-ebook .tabs ul.tabs-menu li.active a:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 8px;
        background: #1abc9c;
        bottom: 0;
        left: 0;
        z-index: -1; }
    .tabs-ebook .tabs .tab-content {
      margin-top: 50px; }
      .tabs-ebook .tabs .tab-content a.rm-btn {
        display: inline-block;
        margin-top: 30px;
        text-transform: uppercase;
        background: #1abc9c;
        color: #fff;
        border-radius: 25px;
        padding: 13px 45px;
        font-weight: 500; }

/* Other Books */
.other-books {
  padding-bottom: 60px; }
  .other-books .book-list {
    text-align: center; }
    .other-books .book-list .book-single {
      margin-bottom: 60px; }
      .other-books .book-list .book-single:hover figure figcaption {
        visibility: visible;
        opacity: 1;
        transform: scale(1); }
      .other-books .book-list .book-single:hover h3 {
        color: #1abc9c; }
      .other-books .book-list .book-single:hover a.buy-btn {
        background: #1abc9c;
        color: #fff; }
      .other-books .book-list .book-single figure {
        position: relative; }
        .other-books .book-list .book-single figure img {
          width: 100%; }
        .other-books .book-list .book-single figure figcaption {
          position: absolute;
          width: 100%;
          height: 100%;
          text-align: center;
          top: 0;
          left: 0;
          background: rgba(37, 198, 136, 0.45);
          transition: 0.5s ease;
          opacity: 0;
          visibility: hidden;
          transform: scale(0.8); }
          .other-books .book-list .book-single figure figcaption div {
            position: absolute;
            width: 100%;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
          .other-books .book-list .book-single figure figcaption a {
            width: 50px;
            height: 50px;
            position: relative;
            display: inline-block; }
            .other-books .book-list .book-single figure figcaption a:before {
              position: absolute;
              content: "";
              width: 5px;
              height: 100%;
              left: 50%;
              top: 0;
              margin-left: -2.5px;
              background: #fff; }
            .other-books .book-list .book-single figure figcaption a:after {
              position: absolute;
              content: "";
              height: 5px;
              width: 100%;
              top: 50%;
              left: 0;
              margin-top: -2.5px;
              background: #fff; }
      .other-books .book-list .book-single h3 {
        margin: 15px 0;
        font-size: 20px;
        font-weight: 600;
        transition: 0.3s ease; }
      .other-books .book-list .book-single span {
        display: block;
        font-size: 15px; }
      .other-books .book-list .book-single a.buy-btn {
        display: inline-block;
        margin-top: 15px;
        font-size: 14px;
        text-transform: uppercase;
        color: #1abc9c;
        border: 2px solid #1abc9c;
        border-radius: 25px;
        padding: 10px 25px;
        font-weight: 500; }

/* Testimonial */
.testimonial-ebook {
  background: url(../images/ebook-landing/testimonial-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .testimonial-ebook .section-header-ebook h2 {
    color: #fff; }
  .testimonial-ebook .section-header-ebook span.section-devider {
    background: #fff; }
    .testimonial-ebook .section-header-ebook span.section-devider:before {
      border-color: #fff;
      background: #1abc9c; }
  .testimonial-ebook .section-header-ebook p {
    color: #fff; }
  .testimonial-ebook .testimonial-carousel-ebook {
    position: relative; }
    .testimonial-ebook .testimonial-carousel-ebook .testimonial-single {
      background: #fff;
      padding: 70px 45px 25px 45px; }
      .testimonial-ebook .testimonial-carousel-ebook .testimonial-single p {
        position: relative; }
        .testimonial-ebook .testimonial-carousel-ebook .testimonial-single p:before {
          position: absolute;
          content: "\f10d";
          font-size: 100px;
          left: 0;
          top: -15px;
          font-family: "FontAwesome";
          opacity: 0.1; }
      .testimonial-ebook .testimonial-carousel-ebook .testimonial-single span.rating {
        display: block;
        margin: 20px 0; }
        .testimonial-ebook .testimonial-carousel-ebook .testimonial-single span.rating span {
          color: #ffef3b; }
      .testimonial-ebook .testimonial-carousel-ebook .testimonial-single ul.author-info li {
        display: table-cell;
        vertical-align: middle; }
        .testimonial-ebook .testimonial-carousel-ebook .testimonial-single ul.author-info li:last-child {
          padding-left: 20px; }
        .testimonial-ebook .testimonial-carousel-ebook .testimonial-single ul.author-info li img {
          width: 55px;
          height: 55px;
          border-radius: 50%; }
        .testimonial-ebook .testimonial-carousel-ebook .testimonial-single ul.author-info li h3 {
          font-size: 18px;
          font-weight: 600;
          color: #1abc9c;
          margin: 0 0 5px 0; }
    .testimonial-ebook .testimonial-carousel-ebook .owl-nav {
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
      .testimonial-ebook .testimonial-carousel-ebook .owl-nav .owl-prev, .testimonial-ebook .testimonial-carousel-ebook .owl-nav .owl-next {
        display: inline-block;
        color: #b1b1b1;
        transition: 0.3se ase; }
        .testimonial-ebook .testimonial-carousel-ebook .owl-nav .owl-prev:hover, .testimonial-ebook .testimonial-carousel-ebook .owl-nav .owl-next:hover {
          color: #1abc9c; }
      .testimonial-ebook .testimonial-carousel-ebook .owl-nav .owl-prev {
        margin-left: -65px; }
      .testimonial-ebook .testimonial-carousel-ebook .owl-nav .owl-next {
        float: right;
        margin-right: -65px; }

/* Pricing Plans */
.pricing-plans-ebook {
  padding-bottom: 80px; }
  .pricing-plans-ebook .pricing-list .pricing-single {
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    margin-bottom: 40px; }
    .pricing-plans-ebook .pricing-list .pricing-single .pricing-header {
      padding: 20px;
      background: #323232; }
      .pricing-plans-ebook .pricing-list .pricing-single .pricing-header h3 {
        font-size: 20px;
        margin: 0;
        text-transform: uppercase;
        color: #fff;
        font-weight: 600; }
    .pricing-plans-ebook .pricing-list .pricing-single .pricing-content {
      padding: 15px 15px 35px 15px; }
      .pricing-plans-ebook .pricing-list .pricing-single .pricing-content span.price {
        font-size: 70px;
        font-weight: 600; }
        .pricing-plans-ebook .pricing-list .pricing-single .pricing-content span.price sup {
          font-size: 40px;
          font-weight: 600; }
        .pricing-plans-ebook .pricing-list .pricing-single .pricing-content span.price sub {
          font-size: 16px;
          font-weight: 600; }
      .pricing-plans-ebook .pricing-list .pricing-single .pricing-content ul {
        margin: 45px 0 35px 0; }
        .pricing-plans-ebook .pricing-list .pricing-single .pricing-content ul li {
          font-size: 17px;
          color: #727272;
          margin-bottom: 10px; }
          .pricing-plans-ebook .pricing-list .pricing-single .pricing-content ul li:last-child {
            margin-bottom: 0; }
      .pricing-plans-ebook .pricing-list .pricing-single .pricing-content a.buy-btn {
        display: inline-block;
        padding: 13px 55px;
        border-radius: 25px;
        border: 2px solid #323232;
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        color: #323232; }
    .pricing-plans-ebook .pricing-list .pricing-single.pricing-featured {
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.25); }
      .pricing-plans-ebook .pricing-list .pricing-single.pricing-featured .pricing-header {
        background: #1abc9c; }
      .pricing-plans-ebook .pricing-list .pricing-single.pricing-featured .pricing-content span.price {
        color: #1abc9c; }
        .pricing-plans-ebook .pricing-list .pricing-single.pricing-featured .pricing-content span.price sub {
          color: #323232; }
      .pricing-plans-ebook .pricing-list .pricing-single.pricing-featured .pricing-content a.buy-btn {
        background: #1abc9c;
        border-color: #1abc9c;
        color: #fff; }

/* Subscribe */
.subscribe-ebook {
  background: url(../images/ebook-landing/subscribe-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 155px 0;
  position: relative; }
  .subscribe-ebook:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(37, 198, 136, 0.7);
    left: 0;
    top: 0; }
  .subscribe-ebook .section-header-ebook h2 {
    color: #fff; }
  .subscribe-ebook .section-header-ebook span.section-devider {
    background: #fff; }
    .subscribe-ebook .section-header-ebook span.section-devider:before {
      border-color: #fff;
      background: #1abc9c; }
  .subscribe-ebook .section-header-ebook p {
    color: #fff; }
  .subscribe-ebook form {
    width: 670px;
    margin: 0 auto;
    position: relative; }
    .subscribe-ebook form input {
      width: 100%;
      background: rgba(255, 255, 255, 0.3);
      border: 0 none;
      height: 60px;
      font-size: 18px;
      color: #fff;
      text-transform: uppercase;
      padding: 0 190px 0 30px;
      border-radius: 50px; }
    .subscribe-ebook form button {
      position: absolute;
      right: 0;
      top: 0;
      border-radius: 50px;
      background: #fff;
      color: #1abc9c;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 500;
      height: 60px;
      border: 0 none;
      padding: 0 40px; }

/* Contact */
.contact-ebook .contact-details form .form-group {
  margin-bottom: 0; }
  .contact-ebook .contact-details form .form-group input {
    border: 1px solid #f1f1f1;
    height: 55px;
    padding: 0 20px;
    width: 100%;
    margin-bottom: 20px;
    transition: 0.3s ease; }
    .contact-ebook .contact-details form .form-group input:last-child {
      margin-bottom: 0; }
  .contact-ebook .contact-details form .form-group textarea {
    border: 1px solid #f1f1f1;
    height: 205px;
    padding: 20px;
    width: 100%;
    transition: 0.3s ease;
    resize: none; }
  .contact-ebook .contact-details form .form-group input:focus, .contact-ebook .contact-details form .form-group textarea:focus {
    border-color: #1abc9c; }
  .contact-ebook .contact-details form .form-group .submit-btn {
    text-align: center;
    margin-top: 55px; }
    .contact-ebook .contact-details form .form-group .submit-btn button {
      display: inline-block;
      border-radius: 50px;
      padding: 15px 50px;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      color: #fff;
      background: #1abc9c;
      border: 0 none; }

/* Footer */
.ebook-footer {
  background: url(../images/ebook-landing/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .ebook-footer ul.footer-social li a:hover {
    color: #1abc9c; }

/* ====================================================================
	Resume Landing Page
====================================================================== */
/* Intro */
.intro-resume {
  height: 850px;
  background: url(../images/resume-landing/intro.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .intro-resume .megaland-nav ul li a {
    color: #323232; }
  .intro-resume .megaland-nav ul li.active a {
    color: #2196f3;
    border-bottom-color: #2196f3; }
    .intro-resume .megaland-nav ul li.active a:before, .intro-resume .megaland-nav ul li.active a:after {
      background: #2196f3; }
  .intro-resume .resume-intro-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    .intro-resume .resume-intro-content .resume-details h1 {
      font-size: 70px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      line-height: 84px;
      margin: 0 0 30px 0; }
    .intro-resume .resume-intro-content .resume-details p {
      font-size: 27px;
      line-height: 40px;
      margin-bottom: 35px; }
      .intro-resume .resume-intro-content .resume-details p span {
        color: #2196f3; }
    .intro-resume .resume-intro-content .resume-details ul li {
      display: inline-block;
      margin-right: 25px; }
      .intro-resume .resume-intro-content .resume-details ul li:last-child {
        margin-right: 0; }
      .intro-resume .resume-intro-content .resume-details ul li a {
        font-size: 18px;
        font-weight: 500;
        text-transform: uppercase;
        background: #2d3e50;
        display: block;
        border-radius: 3px;
        color: #fff;
        padding: 13px 45px; }
        .intro-resume .resume-intro-content .resume-details ul li a:hover {
          background: #2196f3; }
  .intro-resume .resume-social {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 35px; }
    .intro-resume .resume-social ul li {
      display: inline-block;
      margin-right: 25px; }
      .intro-resume .resume-social ul li:last-child {
        margin-right: 0; }
      .intro-resume .resume-social ul li a {
        display: block;
        font-size: 25px;
        color: #2d3e50; }
        .intro-resume .resume-social ul li a:hover {
          color: #2196f3; }

.intro-resume .is-sticky nav.navbar {
  background: #2196f3;
  border-radius: 0; }

.intro-resume .is-sticky nav.navbar ul li a {
  color: #fff; }

.intro-resume .resume-intro-content .resume-details ul li a.active {
  background: #2196f3; }

/* Section Header */
.section-header-resume {
  text-align: center;
  margin-bottom: 75px; }
  .section-header-resume h2 {
    display: inline-block;
    position: relative;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif; }
    .section-header-resume h2:before {
      position: absolute;
      content: "";
      left: -25px;
      top: -8px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: rgba(20, 171, 244, 0.05); }
    .section-header-resume h2:after {
      position: absolute;
      content: "";
      right: -25px;
      top: -8px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: rgba(20, 171, 244, 0.05); }
  .section-header-resume span.section-devider {
    display: block;
    width: 190px;
    margin: 0 auto; }
    .section-header-resume span.section-devider span {
      position: absolute; }
      .section-header-resume span.section-devider span:before {
        position: absolute;
        content: "";
        width: 75px;
        height: 1px;
        border-top: 1px dashed #2196f3;
        left: -85px;
        top: 10px; }
      .section-header-resume span.section-devider span:after {
        position: absolute;
        content: "";
        width: 75px;
        height: 1px;
        border-top: 1px dashed #2196f3;
        right: -85px;
        top: 10px; }

/* About Me */
.resume-about {
  padding-bottom: 90px; }
  .resume-about .about-me-content .about-me-details ul {
    margin: 30px 0 0 0; }
    .resume-about .about-me-content .about-me-details ul li {
      font-size: 20px;
      color: #727272;
      margin-bottom: 15px; }
      .resume-about .about-me-content .about-me-details ul li:last-child {
        margin-bottom: 0; }
      .resume-about .about-me-content .about-me-details ul li i {
        display: inline-block;
        width: 35px;
        color: #2196f3; }
  .resume-about .about-me-content .about-me-details a.rm-btn {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    background: #2d3e50;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    padding: 13px 45px;
    margin-top: 30px; }
    .resume-about .about-me-content .about-me-details a.rm-btn:hover {
      background: #2196f3; }
  .resume-about .about-stats {
    margin-top: 100px; }
    .resume-about .about-stats .stats-single {
      background: url(../images/resume-landing/stats-bg.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      margin-bottom: 30px; }
      .resume-about .about-stats .stats-single ul {
        padding: 20px 15px; }
        .resume-about .about-stats .stats-single ul li {
          display: table-cell;
          vertical-align: middle; }
          .resume-about .about-stats .stats-single ul li:first-child span {
            font-size: 65px;
            color: #2196f3; }
          .resume-about .about-stats .stats-single ul li:last-child {
            padding-left: 25px; }
            .resume-about .about-stats .stats-single ul li:last-child h3 {
              font-size: 60px;
              font-weight: 600;
              margin: 0; }
            .resume-about .about-stats .stats-single ul li:last-child span {
              display: block;
              font-size: 15px;
              text-transform: uppercase;
              font-weight: 500; }

/* Services */
.services-resume {
  background: #fafafa;
  padding-bottom: 90px; }
  .services-resume .service-boxes .service-single {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 30px 15px;
    text-align: center;
    transition: 0.3s ease;
    margin-bottom: 30px; }
    .services-resume .service-boxes .service-single:hover {
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.2); }
      .services-resume .service-boxes .service-single:hover i, .services-resume .service-boxes .service-single:hover h3 {
        color: #2196f3; }
      .services-resume .service-boxes .service-single:hover a.rm-btn {
        background: #2196f3; }
    .services-resume .service-boxes .service-single i {
      font-size: 70px;
      display: block;
      transition: 0.3s ease; }
    .services-resume .service-boxes .service-single h3 {
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      margin: 30px 0 20px 0;
      transition: 0.3s ease; }
    .services-resume .service-boxes .service-single a.rm-btn {
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      background: #2d3e50;
      display: inline-block;
      border-radius: 3px;
      color: #fff;
      padding: 13px 45px;
      margin-top: 30px; }

/* My Skills */
.skills-resume {
  padding-bottom: 50px; }
  .skills-resume .skills-wrapper .skills-left h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 35px; }
  .skills-resume .skills-wrapper .skills-left .skill-single {
    padding-bottom: 50px;
    overflow: hidden; }
    .skills-resume .skills-wrapper .skills-left .skill-single:last-child {
      padding-bottom: 13px; }
    .skills-resume .skills-wrapper .skills-left .skill-single p {
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 15px; }
    .skills-resume .skills-wrapper .skills-left .skill-single .skill-bar {
      height: 10px;
      background: #fff;
      border-radius: 25px;
      position: relative; }
      .skills-resume .skills-wrapper .skills-left .skill-single .skill-bar span.bar-stretch {
        position: absolute;
        height: 10px;
        left: 0;
        top: 0;
        background: #2196f3;
        border-radius: 25px; }
        .skills-resume .skills-wrapper .skills-left .skill-single .skill-bar span.bar-stretch span {
          position: absolute;
          width: 35px;
          height: 35px;
          text-align: center;
          font-weight: 500;
          font-size: 10px;
          border-radius: 50%;
          border: 2px solid #2196f3;
          color: #2196f3;
          top: -12px;
          right: 0;
          background: #fff;
          padding-top: 9px; }
  .skills-resume .skills-wrapper .skills-right h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px; }
  .skills-resume .skills-wrapper .skills-right .skill-circle {
    text-align: center;
    margin-bottom: 70px; }
    .skills-resume .skills-wrapper .skills-right .skill-circle span.chart {
      position: relative;
      display: inline-block;
      width: 138px;
      height: 138px;
      padding-top: 12px;
      text-align: center; }
      .skills-resume .skills-wrapper .skills-right .skill-circle span.chart canvas {
        position: absolute;
        top: 0;
        left: 0; }
      .skills-resume .skills-wrapper .skills-right .skill-circle span.chart span.percent {
        display: inline-block;
        line-height: 110px;
        z-index: 2; }
        .skills-resume .skills-wrapper .skills-right .skill-circle span.chart span.percent:after {
          content: '%';
          margin-left: 0.1em; }
    .skills-resume .skills-wrapper .skills-right .skill-circle p {
      font-weight: 500;
      text-transform: uppercase;
      margin-top: 20px;
      text-align: center; }

/* Resume Timeline */
.resume-timeline {
  background: #fafafa; }
  .resume-timeline .resume-area {
    position: relative; }
    .resume-timeline .resume-area:before {
      position: absolute;
      content: "";
      width: 1px;
      height: 100%;
      background: #ddd;
      left: 50%; }
    .resume-timeline .resume-area .resume-tree {
      padding: 50px 0; }
      .resume-timeline .resume-area .resume-tree .resume-cloumn {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 50px;
        position: relative; }
        .resume-timeline .resume-area .resume-tree .resume-cloumn:last-child {
          margin-bottom: 0; }
        .resume-timeline .resume-area .resume-tree .resume-cloumn .resume-marker {
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -5px;
          margin-left: -5px;
          width: 11px;
          height: 11px;
          background: #2196f3; }
        .resume-timeline .resume-area .resume-tree .resume-cloumn .resume-desc {
          padding: 0 50px; }
          .resume-timeline .resume-area .resume-tree .resume-cloumn .resume-desc p span {
            color: #2196f3;
            font-weight: 500; }
        .resume-timeline .resume-area .resume-tree .resume-cloumn .resume-status {
          padding: 0 50px; }
          .resume-timeline .resume-area .resume-tree .resume-cloumn .resume-status span.column-status {
            color: #2196f3;
            display: block;
            font-family: "Dosis",sans-serif;
            font-size: 24px;
            font-weight: 300;
            letter-spacing: .5px;
            text-transform: uppercase; }
        .resume-timeline .resume-area .resume-tree .resume-cloumn .resume-left {
          text-align: right; }
        .resume-timeline .resume-area .resume-tree .resume-cloumn .resume-right {
          text-align: left; }
  .resume-timeline .resume-download {
    text-align: center; }
    .resume-timeline .resume-download a {
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      background: #2d3e50;
      display: inline-block;
      border-radius: 3px;
      color: #fff;
      padding: 13px 45px;
      margin-top: 30px; }

/* Portfolio */
.portfolio-resume {
  overflow: hidden; }
  .portfolio-resume .controls {
    text-align: center;
    margin-bottom: 50px; }
    .portfolio-resume .controls ul {
      display: inline-block;
      border: 1px solid #ccc;
      border-radius: 2px; }
      .portfolio-resume .controls ul li {
        display: inline-block;
        padding: 15px 20px;
        font-size: 15px;
        text-transform: uppercase;
        transition: 0.3s ease;
        cursor: pointer; }
        .portfolio-resume .controls ul li.active {
          background: #2196f3;
          color: #fff; }
  .portfolio-resume .works-wrapper {
    margin: 0 -7px; }
    .portfolio-resume .works-wrapper .work-single {
      width: 25%;
      float: left;
      padding: 7px; }
      .portfolio-resume .works-wrapper .work-single figure {
        position: relative; }
        .portfolio-resume .works-wrapper .work-single figure img {
          width: 100%; }
        .portfolio-resume .works-wrapper .work-single figure figcaption {
          position: absolute;
          width: 100%;
          left: 0;
          top: 0;
          height: 100%;
          background: rgba(0, 0, 0, 0.56);
          text-align: center;
          visibility: hidden;
          opacity: 0;
          transform: scale(0.4);
          transition: 0.5s ease; }
          .portfolio-resume .works-wrapper .work-single figure figcaption div {
            position: absolute;
            width: 100%;
            top: 50%;
            transform: translateY(-50%); }
            .portfolio-resume .works-wrapper .work-single figure figcaption div a {
              font-size: 40px;
              color: #2196f3; }
          .portfolio-resume .works-wrapper .work-single figure figcaption span {
            font-weight: 500;
            color: #fff;
            font-size: 20px;
            text-transform: uppercase;
            padding: 10px;
            display: block;
            width: 100%;
            position: absolute;
            left: 0;
            bottom: -1px;
            background: #2196f3; }
      .portfolio-resume .works-wrapper .work-single:hover figure figcaption {
        opacity: 1;
        visibility: visible;
        transform: scale(1); }

/* Testimonial */
.testimonial-resume {
  padding: 30px 0 0 0;
  background: #fafafa; }
  .testimonial-resume .testimonial-carousel-resume {
    position: relative; }
    .testimonial-resume .testimonial-carousel-resume .testimonial-single .client-details {
      padding-top: 130px; }
      .testimonial-resume .testimonial-carousel-resume .testimonial-single .client-details p {
        font-size: 20px;
        position: relative;
        line-height: 34px; }
        .testimonial-resume .testimonial-carousel-resume .testimonial-single .client-details p:before {
          position: absolute;
          content: "\f10d";
          font-family: "FontAwesome";
          font-size: 110px;
          color: rgba(20, 171, 244, 0.2);
          left: -45px;
          top: -25px; }
      .testimonial-resume .testimonial-carousel-resume .testimonial-single .client-details span.signature {
        display: block;
        font-size: 40px;
        font-family: "Sacramento", cursive;
        margin: 25px 0 15px 0;
        line-height: normal; }
      .testimonial-resume .testimonial-carousel-resume .testimonial-single .client-details ul li {
        display: inline-block; }
        .testimonial-resume .testimonial-carousel-resume .testimonial-single .client-details ul li:first-child {
          font-size: 16px;
          font-weight: 500; }
          .testimonial-resume .testimonial-carousel-resume .testimonial-single .client-details ul li:first-child span {
            font-size: 20px;
            font-weight: 600;
            text-transform: uppercase; }
        .testimonial-resume .testimonial-carousel-resume .testimonial-single .client-details ul li:last-child {
          float: right; }
          .testimonial-resume .testimonial-carousel-resume .testimonial-single .client-details ul li:last-child a {
            display: inline-block;
            margin-right: 25px;
            color: #2d3e50;
            font-size: 20px; }
            .testimonial-resume .testimonial-carousel-resume .testimonial-single .client-details ul li:last-child a:hover {
              color: #2196f3; }
            .testimonial-resume .testimonial-carousel-resume .testimonial-single .client-details ul li:last-child a:last-child {
              margin-right: 0; }
    .testimonial-resume .testimonial-carousel-resume .owl-nav {
      position: absolute;
      left: 34%;
      top: 75%; }
      .testimonial-resume .testimonial-carousel-resume .owl-nav .owl-prev, .testimonial-resume .testimonial-carousel-resume .owl-nav .owl-next {
        display: inline-block;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        border: 1px solid #727272;
        font-size: 22px;
        color: #727272;
        text-align: center;
        transition: 0.3s ease; }
        .testimonial-resume .testimonial-carousel-resume .owl-nav .owl-prev:hover, .testimonial-resume .testimonial-carousel-resume .owl-nav .owl-next:hover {
          border-color: #2196f3;
          color: #2196f3; }
      .testimonial-resume .testimonial-carousel-resume .owl-nav .owl-prev {
        margin-right: 10px; }

/* Blog */
.blog-resume {
  padding-bottom: 90px; }
  .blog-resume .blog-posts .post-vr img {
    width: 100%; }
  .blog-resume .blog-posts .post-vr .post-content {
    padding: 50px 35px;
    background: #2d3e50; }
    .blog-resume .blog-posts .post-vr .post-content h3 {
      margin: 0 0 20px 0; }
      .blog-resume .blog-posts .post-vr .post-content h3 a {
        font-size: 25px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff; }
    .blog-resume .blog-posts .post-vr .post-content p {
      color: #fff; }
    .blog-resume .blog-posts .post-vr .post-content a.rm-btn {
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 13px 45px;
      background: #2196f3;
      color: #fff;
      margin-top: 25px;
      display: inline-block;
      border-radius: 3px; }
  .blog-resume .blog-posts .post-single {
    margin-bottom: 30px; }
  .blog-resume .blog-posts .post-hr .post-image {
    padding-right: 0; }
  .blog-resume .blog-posts .post-hr .post-content {
    padding: 80px 35px;
    background: #2d3e50;
    min-height: 430px; }
    .blog-resume .blog-posts .post-hr .post-content h3 {
      margin: 0 0 20px 0; }
      .blog-resume .blog-posts .post-hr .post-content h3 a {
        font-size: 25px;
        font-weight: 600;
        text-transform: uppercase;
        color: #fff; }
    .blog-resume .blog-posts .post-hr .post-content p {
      color: #fff; }
    .blog-resume .blog-posts .post-hr .post-content a.rm-btn {
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      padding: 13px 45px;
      background: #2196f3;
      color: #fff;
      margin-top: 25px;
      display: inline-block;
      border-radius: 3px; }

/* Call To Action */
.cta-resume {
  padding: 140px 0;
  background: url(../images/resume-landing/cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  text-align: center; }
  .cta-resume:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 150, 243, 0.4); }
  .cta-resume h2 {
    font-size: 40px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 20px 0;
    color: #fff; }
  .cta-resume p {
    color: #fff; }
  .cta-resume a.rm-btn {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 13px 50px;
    background: #2d3e50;
    color: #fff;
    margin-top: 25px;
    display: inline-block;
    border-radius: 3px; }

/* Contact */
.contact-resume .contact-wrapper .contact-left input {
  width: 100%;
  border: 1px solid #dcdcdc;
  height: 55px;
  padding: 0 20px;
  transition: 0.3s ease;
  margin-bottom: 20px; }
.contact-resume .contact-wrapper .contact-left textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  height: 205px;
  padding: 20px;
  transition: 0.3s ease;
  margin-bottom: 20px;
  resize: none; }
.contact-resume .contact-wrapper .contact-left button {
  width: 100%;
  font-size: 20px;
  padding: 18px 0;
  background: #2196f3;
  border: 0 none;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500; }
.contact-resume .contact-wrapper .contact-right {
  min-height: 290px;
  background: url(../images/resume-landing/cd-details-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 25px 20px; }
  .contact-resume .contact-wrapper .contact-right h3 {
    color: #fff;
    margin: 0 0 20px 0;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase; }
  .contact-resume .contact-wrapper .contact-right ul li {
    color: #fff;
    margin-bottom: 15px; }
    .contact-resume .contact-wrapper .contact-right ul li:last-child {
      margin-bottom: 0; }
    .contact-resume .contact-wrapper .contact-right ul li i {
      color: #2196f3;
      display: inline-block;
      width: 30px;
      font-size: 18px; }

/* Footer */
.resume-footer {
  background: url(../images/resume-landing/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .resume-footer ul.footer-social li a:hover {
    color: #2196f3; }

/* ====================================================================
	Restaurant Landing Page
====================================================================== */
/* Intro */
.intro-restrnt {
  height: 850px;
  background: url(../images/restaurant-landing/intro.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .intro-restrnt:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.55); }
  .intro-restrnt .restrnt-intro-content {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
    .intro-restrnt .restrnt-intro-content span.tagline {
      font-size: 105px;
      font-family: "Cookie", cursive;
      display: block;
      color: #e7272d;
      line-height: 85px; }
    .intro-restrnt .restrnt-intro-content h1 {
      font-size: 95px;
      font-weight: 800;
      text-transform: uppercase;
      color: #fff;
      margin: 15px 0 25px 0;
      font-family: "Montserrat", sans-serif; }
    .intro-restrnt .restrnt-intro-content ul.intro-address li {
      display: inline-block;
      font-size: 20px;
      color: #fff;
      margin-right: 15px; }
      .intro-restrnt .restrnt-intro-content ul.intro-address li:last-child {
        margin-right: 0; }
      .intro-restrnt .restrnt-intro-content ul.intro-address li i {
        color: #e7272d;
        width: 30px;
        display: inline-block; }
    .intro-restrnt .restrnt-intro-content ul.intro-btns {
      margin-top: 35px; }
      .intro-restrnt .restrnt-intro-content ul.intro-btns li {
        display: inline-block;
        margin-right: 15px; }
        .intro-restrnt .restrnt-intro-content ul.intro-btns li:last-child {
          margin-right: 0; }
        .intro-restrnt .restrnt-intro-content ul.intro-btns li a {
          display: block;
          font-size: 17px;
          font-weight: 500;
          text-transform: uppercase;
          padding: 13px 45px;
          border-radius: 25px;
          background: #fff;
          color: #e7272d; }
          .intro-restrnt .restrnt-intro-content ul.intro-btns li a:hover {
            background: #e7272d;
            color: #fff; }

.intro-restrnt .is-sticky nav.navbar {
  background: #e7272d;
  border-radius: 0; }

.intro-restrnt .restrnt-intro-content ul.intro-btns li a.active {
  background: #e7272d;
  color: #fff; }

/* Our Story */
.restrnt-about .section-header-restrnt {
  text-align: left;
  margin-bottom: 0; }
  .restrnt-about .section-header-restrnt span.section-devider {
    margin: 0 0 20px 0;
    text-align: center; }
    .restrnt-about .section-header-restrnt span.section-devider img {
      display: inline-block; }
.restrnt-about .story-details p.em {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #323232;
  line-height: 28px; }
.restrnt-about .story-details a.rm-btn {
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 35px;
  background: #e7272d;
  border-radius: 25px;
  color: #fff;
  margin-top: 30px;
  display: inline-block; }

/* Section Header */
.section-header-restrnt {
  text-align: center;
  margin-bottom: 70px; }
  .section-header-restrnt span.tag-line {
    font-size: 40px;
    font-family: "Cookie", cursive;
    color: #e7272d; }
  .section-header-restrnt h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-family: "Montserrat", sans-serif; }
  .section-header-restrnt span.section-devider {
    width: 220px;
    display: block;
    position: relative;
    margin: 0 auto 30px auto;
    z-index: 1; }
    .section-header-restrnt span.section-devider:before {
      position: absolute;
      content: "";
      width: 90px;
      height: 1px;
      background: #323232;
      left: 3px;
      top: 11px;
      z-index: -1; }
    .section-header-restrnt span.section-devider:after {
      position: absolute;
      content: "";
      width: 90px;
      height: 1px;
      background: #323232;
      right: 3px;
      top: 11px;
      z-index: -1; }
  .section-header-restrnt p {
    width: 650px;
    margin: 0 auto; }

/* Our Experience */
.exerience-restrnt {
  overflow: hidden;
  min-height: 700px;
  background: url(../images/restaurant-landing/image02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  padding: 0; }
  .exerience-restrnt .container-fluid {
    margin-right: -30px;
    margin-left: -30px; }
  .exerience-restrnt .ex-image {
    padding-right: 0; }
    .exerience-restrnt .ex-image img {
      height: 700px;
      width: 100%; }
  .exerience-restrnt .experience-details {
    background: url(../images/restaurant-landing/ex-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 700px;
    padding: 80px 60px 80px 60px; }
    .exerience-restrnt .experience-details .section-header-restrnt {
      text-align: left;
      margin-bottom: 0; }
      .exerience-restrnt .experience-details .section-header-restrnt span.section-devider {
        margin: 0 0 20px 0;
        text-align: center; }
        .exerience-restrnt .experience-details .section-header-restrnt span.section-devider:before, .exerience-restrnt .experience-details .section-header-restrnt span.section-devider:after {
          background: #fff; }
        .exerience-restrnt .experience-details .section-header-restrnt span.section-devider img {
          display: inline-block; }
      .exerience-restrnt .experience-details .section-header-restrnt h2 {
        color: #fff; }
    .exerience-restrnt .experience-details p {
      color: #fff; }
    .exerience-restrnt .experience-details .xp-list {
      margin-top: 50px; }
    .exerience-restrnt .experience-details .list-single {
      margin-bottom: 40px; }
      .exerience-restrnt .experience-details .list-single:last-child {
        margin-bottom: 0; }
      .exerience-restrnt .experience-details .list-single .icon, .exerience-restrnt .experience-details .list-single .xp-details {
        display: table-cell;
        vertical-align: middle; }
      .exerience-restrnt .experience-details .list-single .icon {
        width: 65px;
        height: 65px; }
      .exerience-restrnt .experience-details .list-single .xp-details {
        padding-left: 15px; }
        .exerience-restrnt .experience-details .list-single .xp-details h3 {
          font-size: 20px;
          font-weight: 600;
          text-transform: uppercase;
          color: #fff;
          margin: 0 0 10px 0;
          line-height: 25px; }
        .exerience-restrnt .experience-details .list-single .xp-details p {
          color: #fff; }

/* Services */
.services-restrnt {
  padding-bottom: 60px; }
  .services-restrnt .service-list .service-single {
    margin-bottom: 60px;
    text-align: center; }
    .services-restrnt .service-list .service-single h3 {
      margin: 15px 0 10px 0;
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase; }

/* Reservation */
.reservation {
  background: url(../images/restaurant-landing/reservation-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .reservation .section-header-restrnt {
    margin-bottom: 0; }
  .reservation .reservation-image {
    padding-right: 0; }
    .reservation .reservation-image img {
      width: 100%;
      height: 576px; }
  .reservation .reservation-details {
    background: #fff;
    padding: 50px 35px; }
    .reservation .reservation-details form input {
      height: 50px;
      background: #f9f9f9;
      border: 0 none;
      padding: 0 15px;
      margin-bottom: 20px;
      width: 100%; }
    .reservation .reservation-details form textarea {
      height: 140px;
      background: #f9f9f9;
      border: 0 none;
      padding: 15px;
      margin-bottom: 20px;
      width: 100%;
      resize: none; }
    .reservation .reservation-details form .submit-btn {
      text-align: center;
      margin-top: 20px; }
      .reservation .reservation-details form .submit-btn button {
        display: inline-block;
        border-radius: 25px;
        background: #e7272d;
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
        padding: 13px 45px;
        border: 0 none; }

/* Our Menu */
.menu-restrnt .food-menus ul.f-menu-btns {
  margin-bottom: 60px;
  text-align: center; }
  .menu-restrnt .food-menus ul.f-menu-btns li {
    display: inline-block;
    margin-right: 40px; }
    .menu-restrnt .food-menus ul.f-menu-btns li:last-child {
      margin-right: 0; }
    .menu-restrnt .food-menus ul.f-menu-btns li a {
      display: block;
      padding: 12px 30px;
      font-size: 20px;
      font-weight: 600;
      background: #323232;
      color: #fff;
      text-transform: uppercase;
      border-radius: 25px; }
    .menu-restrnt .food-menus ul.f-menu-btns li.active a {
      background: #e7272d; }
.menu-restrnt .food-menus .tab-content .food-items .item-single {
  padding-bottom: 20px;
  margin-bottom: 60px;
  border-bottom: 1px dashed #ccc; }
  .menu-restrnt .food-menus .tab-content .food-items .item-single:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0; }
  .menu-restrnt .food-menus .tab-content .food-items .item-single .item-image, .menu-restrnt .food-menus .tab-content .food-items .item-single .item-details {
    display: table-cell;
    vertical-align: middle; }
  .menu-restrnt .food-menus .tab-content .food-items .item-single .item-image {
    width: 185px; }
    .menu-restrnt .food-menus .tab-content .food-items .item-single .item-image img {
      width: 170px;
      height: 170px; }
  .menu-restrnt .food-menus .tab-content .food-items .item-single .item-details {
    padding-left: 30px; }
    .menu-restrnt .food-menus .tab-content .food-items .item-single .item-details .item-name ul {
      margin-bottom: 10px; }
      .menu-restrnt .food-menus .tab-content .food-items .item-single .item-details .item-name ul li {
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase; }
        .menu-restrnt .food-menus .tab-content .food-items .item-single .item-details .item-name ul li:last-child {
          float: right; }
        .menu-restrnt .food-menus .tab-content .food-items .item-single .item-details .item-name ul li h3 {
          margin: 0;
          font-weight: 600; }
    .menu-restrnt .food-menus .tab-content .food-items .item-single .item-details a.buy-btn {
      display: inline-block;
      padding: 13px 30px;
      font-size: 15px;
      font-weight: 500;
      background: #e7272d;
      color: #fff;
      text-transform: uppercase;
      border-radius: 25px;
      margin-top: 20px; }

/* Feedback */
.feedback-restrnt {
  background: url(../images/restaurant-landing/feedback-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .feedback-restrnt .section-header-restrnt span.section-devider:before, .feedback-restrnt .section-header-restrnt span.section-devider:after {
    background: #fff; }
  .feedback-restrnt .section-header-restrnt h2, .feedback-restrnt .section-header-restrnt p {
    color: #fff; }
  .feedback-restrnt .feedback-carousel-restrnt {
    position: relative; }
    .feedback-restrnt .feedback-carousel-restrnt .feedback-single p {
      padding: 50px;
      background: #fff;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
      position: relative; }
      .feedback-restrnt .feedback-carousel-restrnt .feedback-single p:before {
        border-bottom: 20px solid transparent;
        border-left: 30px solid #fff;
        content: "";
        height: 0;
        position: absolute;
        width: 0;
        left: 100px;
        bottom: -20px; }
    .feedback-restrnt .feedback-carousel-restrnt .feedback-single ul.client-details {
      margin-top: 50px; }
      .feedback-restrnt .feedback-carousel-restrnt .feedback-single ul.client-details li {
        display: table-cell;
        vertical-align: middle; }
        .feedback-restrnt .feedback-carousel-restrnt .feedback-single ul.client-details li:first-child {
          width: 120px; }
          .feedback-restrnt .feedback-carousel-restrnt .feedback-single ul.client-details li:first-child img {
            border-radius: 50%; }
        .feedback-restrnt .feedback-carousel-restrnt .feedback-single ul.client-details li:last-child {
          padding-left: 20px; }
          .feedback-restrnt .feedback-carousel-restrnt .feedback-single ul.client-details li:last-child h3 {
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 600;
            color: #fff;
            margin: 0 0 10px 0; }
          .feedback-restrnt .feedback-carousel-restrnt .feedback-single ul.client-details li:last-child span {
            color: #ffef3b;
            font-size: 22px; }
    .feedback-restrnt .feedback-carousel-restrnt .owl-nav {
      position: absolute;
      width: 100%;
      left: 0;
      top: 20%; }
      .feedback-restrnt .feedback-carousel-restrnt .owl-nav .owl-prev, .feedback-restrnt .feedback-carousel-restrnt .owl-nav .owl-next {
        display: inline-block;
        color: #b1b1b1;
        transition: 0.3se ase;
        font-size: 45px;
        color: #323232; }
        .feedback-restrnt .feedback-carousel-restrnt .owl-nav .owl-prev:hover, .feedback-restrnt .feedback-carousel-restrnt .owl-nav .owl-next:hover {
          color: #fff; }
      .feedback-restrnt .feedback-carousel-restrnt .owl-nav .owl-prev {
        margin-left: -65px; }
      .feedback-restrnt .feedback-carousel-restrnt .owl-nav .owl-next {
        float: right;
        margin-right: -65px; }

/* Gallery */
.gallery-restrnt {
  overflow: hidden; }
  .gallery-restrnt .gallery-wrapper {
    margin: 0 -7px; }
    .gallery-restrnt .gallery-wrapper .gallery-single {
      width: 25%;
      float: left;
      padding: 7px; }
      .gallery-restrnt .gallery-wrapper .gallery-single figure {
        position: relative; }
        .gallery-restrnt .gallery-wrapper .gallery-single figure img {
          width: 100%; }
        .gallery-restrnt .gallery-wrapper .gallery-single figure figcaption {
          position: absolute;
          width: 100%;
          left: 0;
          top: 0;
          height: 100%;
          background: rgba(231, 39, 45, 0.6);
          text-align: center;
          visibility: hidden;
          opacity: 0;
          transform: scale(0.4);
          transition: 0.5s ease; }
          .gallery-restrnt .gallery-wrapper .gallery-single figure figcaption div {
            position: absolute;
            width: 100%;
            top: 50%;
            transform: translateY(-50%); }
            .gallery-restrnt .gallery-wrapper .gallery-single figure figcaption div a {
              font-size: 40px;
              color: #fff; }
      .gallery-restrnt .gallery-wrapper .gallery-single:hover figure figcaption {
        opacity: 1;
        visibility: visible;
        transform: scale(1); }

/* Contact */
.contact-restrnt {
  padding: 0; }
  .contact-restrnt .contact-boxes {
    margin-bottom: 40px; }
    .contact-restrnt .contact-boxes .box-single {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      text-align: center;
      padding: 30px;
      margin-bottom: 30px; }
      .contact-restrnt .contact-boxes .box-single span {
        font-size: 50px;
        color: #e7272d; }
      .contact-restrnt .contact-boxes .box-single h3 {
        margin: 15px 0 10px 0;
        font-size: 20px; }
  .contact-restrnt .gmap {
    padding: 0; }
  .contact-restrnt .gmap #map {
    width: 100%;
    height: 550px; }

/* Footer */
.restrnt-footer {
  background: url(../images/restaurant-landing/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .restrnt-footer p {
    margin: 5px 0; }

/* ====================================================================
	SEO Landing Page
====================================================================== */
/* intro */
.intro-seo {
  background: url(../images/seo-landing/intro-bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .intro-seo .seo-intro-content {
    text-align: center;
    padding: 230px 0; }
    .intro-seo .seo-intro-content .intro-content .intro-title h2 {
      font-size: 55px;
      font-weight: 600;
      line-height: 60px;
      text-transform: capitalize; }
    .intro-seo .seo-intro-content .intro-content .intro-title h3 {
      font-size: 22px;
      margin: 0; }
    .intro-seo .seo-intro-content .intro-content .intro-btn-group {
      margin-top: 60px; }
      .intro-seo .seo-intro-content .intro-content .intro-btn-group li {
        display: inline-block;
        margin-right: 40px; }
        .intro-seo .seo-intro-content .intro-content .intro-btn-group li:last-child {
          margin-right: 0; }
        .intro-seo .seo-intro-content .intro-content .intro-btn-group li a {
          display: block;
          height: 61px;
          width: 220px;
          background: #ffffff;
          line-height: 61px;
          color: #727272;
          border-radius: 50px;
          font-family: "Roboto", sans-serif;
          font-size: 18px;
          font-weight: 500;
          text-transform: uppercase;
          transition: all ease-in-out 0.5s; }
          .intro-seo .seo-intro-content .intro-content .intro-btn-group li a:focus {
            outline: none; }
          .intro-seo .seo-intro-content .intro-content .intro-btn-group li a:hover {
            text-decoration: none;
            background: #43cb83;
            color: #ffffff; }
        .intro-seo .seo-intro-content .intro-content .intro-btn-group li.active a {
          background: #43cb83;
          color: #ffffff; }

/* welcome megaland */
.section-title-seo h2 {
  font-size: 40px;
  font-weight: 700;
  color: #323232;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 100px;
  margin-top: 0; }
  .section-title-seo h2:before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 90px;
    bottom: -20px; }

.single-megaland-service h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  color: #323232;
  transition: all ease-in-out 0.5s; }
.single-megaland-service p {
  max-width: 330px;
  margin: 0 auto; }
.single-megaland-service:hover h3 {
  color: #43cb83; }

.intro-seo .is-sticky nav.navbar {
  background: #43cb83;
  border-radius: 0; }

/* offer seo */
.seo-offer-area {
  background: #f4f4f4; }
  .seo-offer-area .offer-image img {
    width: 100%; }
  .seo-offer-area .section-title-seo-left h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #333;
    font-family: "Roboto", sans-serif;
    line-height: 45px;
    margin: 0;
    position: relative;
    margin-bottom: 50px; }
    .seo-offer-area .section-title-seo-left h2:before {
      background: #000000 none repeat scroll 0 0;
      content: "";
      height: 1px;
      left: 0;
      position: absolute;
      width: 90px;
      bottom: -20px; }
  .seo-offer-area .section-title-seo-left a {
    color: #323232;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 10px;
    display: block; }
    .seo-offer-area .section-title-seo-left a i {
      margin-left: 5px; }
    .seo-offer-area .section-title-seo-left a:hover {
      text-decoration: none; }

/* seo services */
.single-seo-services {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 42px;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  margin-bottom: 30px; }
  .single-seo-services:hover {
    box-shadow: 5px 0 54px rgba(0, 0, 0, 0.2); }
  .single-seo-services .service-contents h3 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    color: #323232;
    transition: all ease-in-out 0.5s; }
  .single-seo-services:hover .service-contents h3 {
    color: #43cb83; }

/* seo analysis */
.website-analysis {
  background: #ffffff url("../images/seo-landing/analysis-bg.jpg") no-repeat scroll center center/cover;
  padding: 120px 0; }

.section-title-website-analysis h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 100px; }

.form-elements form input {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  border-radius: 50px;
  height: 56px;
  padding-left: 25px;
  width: 100%;
  padding-top: 5px;
  color: #727272;
  font-family: "Roboto", sans-serif;
  font-size: 14px; }
  .form-elements form input:focus {
    outline: none; }
.form-elements .btn-send {
  background: transparent;
  border: none;
  width: 100%;
  height: 56px;
  background: #43cb83;
  border-radius: 50px;
  font-size: 17px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase; }

/* recent-case-area */
.recent-case-area {
  background: #f4f4f4;
  overflow: hidden; }
  .recent-case-area .single-case {
    background: #ffffff;
    text-align: center;
    margin-bottom: 30px; }
    .recent-case-area .single-case figure {
      position: relative; }
      .recent-case-area .single-case figure:before {
        position: absolute;
        width: 100%;
        height: 0;
        background: rgba(247, 139, 217, 0.5);
        content: '';
        left: 0;
        top: 0;
        transition: all ease-in-out 0.5s;
        visibility: hidden;
        opacity: 0; }
      .recent-case-area .single-case figure figcaption {
        background: #f68bd6;
        background: -moz-linear-gradient(top, #f68bd6 0%, #d68bee 50%, #dc8bea 51%, #d58bef 100%);
        background: -webkit-linear-gradient(top, #f68bd6 0%, #d68bee 50%, #dc8bea 51%, #d58bef 100%);
        background: linear-gradient(to bottom, #f68bd6 0%, #d68bee 50%, #dc8bea 51%, #d58bef 100%);
        overflow: hidden;
        padding: 30px 20px;
        text-align: left !important;
        position: absolute;
        width: 100%;
        bottom: -104px;
        transition: all ease-in-out 0.5s;
        opacity: 0;
        visibility: hidden; }
        .recent-case-area .single-case figure figcaption .apps-name {
          float: left; }
          .recent-case-area .single-case figure figcaption .apps-name h2 {
            margin: 0;
            font-size: 20px;
            font-weight: 500;
            font-family: "Roboto", sans-serif;
            color: #ffffff;
            text-transform: capitalize; }
          .recent-case-area .single-case figure figcaption .apps-name a {
            font-size: 15px;
            color: #ffffff;
            font-weight: 400;
            font-family: "Roboto", sans-serif;
            text-decoration: none; }
            .recent-case-area .single-case figure figcaption .apps-name a:hover {
              text-decoration: none; }
        .recent-case-area .single-case figure figcaption .apps-icon {
          float: right; }
    .recent-case-area .single-case:hover figure:before {
      opacity: 1;
      visibility: visible;
      height: 100%; }
    .recent-case-area .single-case:hover figure figcaption {
      opacity: 1;
      visibility: visible;
      bottom: 0; }

/* seo pricing */
.seo-priceing .single-plan .price-wrapper .price-head {
  background: transparent url("../images/seo-landing/pshape.png") no-repeat scroll 0 0;
  padding: 20px 0;
  font-family: "Roboto", sans-serif; }
  .seo-priceing .single-plan .price-wrapper .price-head h3 {
    font-size: 20px;
    font-weight: 700; }
  .seo-priceing .single-plan .price-wrapper .price-head h4 {
    font-size: 40px;
    font-weight: 700; }
  .seo-priceing .single-plan .price-wrapper .price-head span {
    font-size: 20px;
    font-weight: 400; }
.seo-priceing .single-plan .price-wrapper .price-content {
  text-align: center; }
  .seo-priceing .single-plan .price-wrapper .price-content .plan-purchase a {
    color: #43cb83; }
  .seo-priceing .single-plan .price-wrapper .price-content .plan-purchase .seo-pricing {
    border: 1px solid #43cb83;
    border-radius: 50px;
    font-size: 14px;
    height: 45px;
    width: 150px;
    display: block;
    line-height: 45px;
    transition: all ease-in-out 0.5s;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    text-transform: uppercase; }
.seo-priceing .single-plan .price-wrapper .feature-tag {
  color: #f771cf; }
  .seo-priceing .single-plan .price-wrapper .feature-tag:before {
    border-top: 18px solid #f27bd6; }
.seo-priceing .single-plan:hover .seo-pricing {
  background: #43cb83;
  text-decoration: none; }
.seo-priceing .single-plan:hover .plan-purchase a {
  color: #ffffff !important; }
.seo-priceing .featured-plan .price-head {
  background: transparent url("../images/seo-landing/fetured.png") no-repeat scroll 0 0 !important; }

/* testimonial */
.ptb-135 {
  padding-bottom: 135px; }

.testimonial-area {
  background: #f4f4f4; }
  .testimonial-area .cascade-slider_container {
    position: relative;
    width: 1000px;
    height: 250px;
    margin: 0 auto; }
    .testimonial-area .cascade-slider_container .cascade-slider_item {
      background: #ffffff;
      box-shadow: 0 0 54px rgba(0, 0, 0, 0.1);
      padding: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%) scale(0.3);
      transition: all 1s ease;
      opacity: 0;
      z-index: -1; }
      .testimonial-area .cascade-slider_container .cascade-slider_item .testimonial-author {
        overflow: hidden; }
        .testimonial-area .cascade-slider_container .cascade-slider_item .testimonial-author .author-image {
          float: left;
          width: 120px;
          height: 126px;
          display: inline-block;
          margin-right: 20px; }
        .testimonial-area .cascade-slider_container .cascade-slider_item .testimonial-author .author-bio h2 {
          color: #323232;
          font-size: 20px;
          font-weight: 700;
          font-family: "Roboto", sans-serif;
          text-transform: uppercase;
          letter-spacing: 1px; }
        .testimonial-area .cascade-slider_container .cascade-slider_item .testimonial-author .author-bio span {
          font-size: 15px;
          font-weight: 400;
          color: #727272;
          font-family: "Roboto", sans-serif; }
      .testimonial-area .cascade-slider_container .cascade-slider_item p {
        font-size: 18px;
        max-width: 374px;
        margin: 0 auto;
        line-height: 30px;
        margin-top: 10px; }
    .testimonial-area .cascade-slider_container .cascade-slider_item.next {
      left: 54.5%;
      transform: translateY(-50%) translateX(-150%) scale(0.6);
      opacity: 1;
      z-index: 1;
      display: block;
      padding-right: 50px; }
    .testimonial-area .cascade-slider_container .cascade-slider_item.prev {
      left: 45.5%;
      transform: translateY(-50%) translateX(50%) scale(0.6);
      opacity: 1;
      z-index: 1;
      padding-right: 50px; }
    .testimonial-area .cascade-slider_container .cascade-slider_item.now {
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%) scale(1);
      opacity: 1;
      z-index: 5; }
  .testimonial-area .cascade-slider_arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 5;
    font-size: 44px;
    color: #323232;
    transform: translateY(-50%);
    transition: all ease-in-out 0.3s; }
    .testimonial-area .cascade-slider_arrow:hover {
      color: #43cb83; }
  .testimonial-area .cascade-slider_arrow-left {
    left: 25.5%; }
  .testimonial-area .cascade-slider_arrow-right {
    right: 25.5%; }
  .testimonial-area .cascade-slider_nav {
    position: absolute;
    bottom: -90px;
    width: 100%;
    text-align: center;
    z-index: 5; }
  .testimonial-area .cascade-slider_dot {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 1em;
    border: 1px solid #43cb83;
    list-style: none;
    cursor: pointer;
    border-radius: 100%; }
  .testimonial-area .cascade-slider_dot:hover {
    background: #43cb83; }
  .testimonial-area .cascade-slider_dot.cur {
    background: #43cb83; }

/* seo call to action*/
.seo-landing-calto-action {
  background: transparent url("../images/seo-landing/claction-bg.png") no-repeat scroll center center/cover; }
  .seo-landing-calto-action h2 {
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    color: #ffffff; }
  .seo-landing-calto-action .cll-to-action {
    background: #43cb83 none repeat scroll 0 0;
    border-radius: 50px;
    color: #ffffff;
    display: block;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 500;
    height: 61px;
    line-height: 61px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 220px; }
    .seo-landing-calto-action .cll-to-action:focus {
      outline: none; }
    .seo-landing-calto-action .cll-to-action:hover {
      text-decoration: none; }

/* seo footer */
.seo-footer-area {
  background: #ffffff url("../images/seo-landing/footer-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative; }
  .seo-footer-area .border-bottom {
    border-bottom: 1px solid #cbd5d0;
    padding: 100px 0; }
  .seo-footer-area .single-footer .single-footer-title h2 {
    font-size: 20px;
    font-weight: 400;
    color: #323232;
    text-transform: capitalize; }
  .seo-footer-area .single-footer .single-footer-content .footer-about p {
    margin: 30px 0; }
  .seo-footer-area .single-footer .single-footer-content .footer-about .footer-social li {
    display: block;
    margin-bottom: 20px;
    color: #727272;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif; }
    .seo-footer-area .single-footer .single-footer-content .footer-about .footer-social li:last-child {
      margin-bottom: 0; }
    .seo-footer-area .single-footer .single-footer-content .footer-about .footer-social li i {
      margin-right: 6px; }
  .seo-footer-area .single-footer .single-footer-content .latest-post {
    margin-top: 30px; }
    .seo-footer-area .single-footer .single-footer-content .latest-post li {
      margin-bottom: 20px; }
      .seo-footer-area .single-footer .single-footer-content .latest-post li:last-child {
        margin-bottom: 0; }
      .seo-footer-area .single-footer .single-footer-content .latest-post li a {
        color: #727272;
        font-size: 15px;
        font-weight: 400;
        font-family: "Roboto", sans-serif; }
        .seo-footer-area .single-footer .single-footer-content .latest-post li a:hover {
          text-decoration: none; }
      .seo-footer-area .single-footer .single-footer-content .latest-post li span {
        color: #9e9e9e;
        font-size: 11px;
        margin-top: 10px;
        display: block; }
  .seo-footer-area .single-footer .single-footer-content .footer-contact li input, .seo-footer-area .single-footer .single-footer-content .footer-contact li textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid #999999;
    width: 100%;
    padding: 0 20px 15px;
    color: #727272;
    font-size: 15px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
    transition: all ease-in-out 0.3s;
    color: #727272; }
    .seo-footer-area .single-footer .single-footer-content .footer-contact li input:focus, .seo-footer-area .single-footer .single-footer-content .footer-contact li textarea:focus {
      outline: none; }
    .seo-footer-area .single-footer .single-footer-content .footer-contact li input:hover, .seo-footer-area .single-footer .single-footer-content .footer-contact li textarea:hover {
      border-color: #43cb83;
      color: #43cb83; }
  .seo-footer-area .single-footer .single-footer-content .footer-contact li textarea {
    height: 50px;
    margin-top: 50px;
    margin-bottom: 0 !important;
    resize: none; }
  .seo-footer-area .single-footer .single-footer-content .footer-contact li button {
    background: transparent;
    border: none;
    width: 100%;
    height: 56px;
    background: #43cb83;
    border-radius: 50px;
    font-size: 17px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase; }
  .seo-footer-area .coyright-designer {
    margin-bottom: 7px; }
    .seo-footer-area .coyright-designer p {
      color: #727272; }
      .seo-footer-area .coyright-designer p a {
        font-weight: 700;
        font-family: "Montserrat", sans-serif;
        color: #323232; }
        .seo-footer-area .coyright-designer p a:hover {
          text-decoration: none; }
  .seo-footer-area .footer-bottom {
    padding: 50px 0; }
    .seo-footer-area .footer-bottom .footer-social-bottom {
      margin-top: 5px;
      float: right; }
      .seo-footer-area .footer-bottom .footer-social-bottom li {
        display: inline-block; }
        .seo-footer-area .footer-bottom .footer-social-bottom li a {
          display: block;
          font-size: 17px;
          color: #727272;
          padding: 0 20px;
          transition: all ease-in-out 0.5s; }
          .seo-footer-area .footer-bottom .footer-social-bottom li a:hover {
            color: #43cb83; }

/* ====================================================================
	Event Landing Page
====================================================================== */
/* welcome megaland */
.section-title-event h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #323232;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 100px;
  margin-top: 0; }
  .section-title-event h2:before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 90px;
    bottom: -20px; }

/* default css event */
.section-title-event h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  color: #333;
  font-family: "Montserrat", sans-serif;
  line-height: 45px;
  margin: 0;
  position: relative;
  margin-bottom: 50px; }
  .section-title-event h2:before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 90px;
    bottom: -20px; }

/* intro */
.intro-event .is-sticky nav.navbar {
  background: #92278f;
  border-radius: 0; }

.intro-event .is-sticky nav.navbar ul li a:hover, .intro-event .is-sticky nav.navbar ul li.active a {
  color: #fff;
  border-bottom: 2px solid #fff; }

.intro-event {
  background: url(../images/event-landing/intro-bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  .intro-event:before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%; }
  .intro-event .megaland-nav {
    margin-bottom: 0;
    padding: 40px 0 0 0; }
    .intro-event .megaland-nav a.navbar-brand {
      color: #fff;
      padding: 0;
      margin-left: 0; }
    .intro-event .megaland-nav ul li {
      margin-right: 30px;
      transition: all ease-in-out 0.3s; }
      .intro-event .megaland-nav ul li:last-child {
        margin-right: 0; }
      .intro-event .megaland-nav ul li a {
        color: #fff;
        position: relative;
        text-transform: uppercase;
        padding: 10px 0;
        font-size: 16px; }
        .intro-event .megaland-nav ul li a:before, .intro-event .megaland-nav ul li a:after {
          display: none; }
        .intro-event .megaland-nav ul li a:hover {
          background: transparent; }
      .intro-event .megaland-nav ul li:hover a {
        border-bottom: 2px solid #92278f;
        color: #92278f; }
        .intro-event .megaland-nav ul li:hover a:before, .intro-event .megaland-nav ul li:hover a:after {
          opacity: 1;
          visibility: visible; }
      .intro-event .megaland-nav ul li.active a {
        border-bottom: 2px solid #92278f;
        color: #92278f; }
      .intro-event .megaland-nav ul li.active a:before, .intro-event .megaland-nav ul li.active a:after {
        position: absolute;
        left: -10px;
        top: 0;
        width: 10px;
        height: 2px;
        background: #92278f;
        content: '';
        opacity: 0;
        visibility: hidden;
        transition: all ease-in-out 0.5s;
        opacity: 1;
        visibility: visible; }
      .intro-event .megaland-nav ul li.active a:after {
        width: 2px;
        height: 10px; }
  .intro-event .event-intro-content {
    text-align: left;
    padding: 230px 0; }
    .intro-event .event-intro-content .intro-content .intro-title p {
      font-size: 20px;
      color: #92278f; }
    .intro-event .event-intro-content .intro-content .intro-title h2 {
      font-size: 50px;
      font-weight: 600;
      line-height: 60px;
      text-transform: capitalize; }
    .intro-event .event-intro-content .intro-content .intro-title .clock-countdown {
      bottom: 0;
      left: 0;
      margin: 0 auto;
      position: relative;
      right: 0;
      top: 0; }
      .intro-event .event-intro-content .intro-content .intro-title .clock-countdown .coundown-timer {
        font-size: 40px;
        font-weight: 700;
        font-family: "Roboto", sans-serif; }
        .intro-event .event-intro-content .intro-content .intro-title .clock-countdown .coundown-timer .single-counter {
          display: inline-block;
          position: relative;
          width: 150px;
          /* border: 1px solid;*/
          padding: 18px 10px 10px; }
          .intro-event .event-intro-content .intro-content .intro-title .clock-countdown .coundown-timer .single-counter span {
            display: block; }
          .intro-event .event-intro-content .intro-content .intro-title .clock-countdown .coundown-timer .single-counter .normal {
            font-size: 25px;
            font-family: "Roboto", sans-serif;
            font-weight: 400; }
    .intro-event .event-intro-content .intro-content .intro-btn-group {
      margin-top: 50px; }
      .intro-event .event-intro-content .intro-content .intro-btn-group a {
        display: block;
        text-align: center;
        height: 61px;
        width: 220px;
        background: #92278f;
        line-height: 61px;
        color: #ffffff;
        border-radius: 50px;
        font-family: "Roboto", sans-serif;
        font-size: 17px;
        font-weight: 500;
        text-transform: uppercase;
        transition: all ease-in-out 0.5s; }
        .intro-event .event-intro-content .intro-content .intro-btn-group a:focus {
          outline: none; }
        .intro-event .event-intro-content .intro-content .intro-btn-group a:hover {
          text-decoration: none;
          background: #ffffff;
          color: #727272; }

/* Event Confarence*/
.event-about-confarence {
  padding: 120px 0; }
  .event-about-confarence .img-full-box {
    position: relative;
    border: 5px solid #f7f7f7;
    z-index: 1;
    width: 95%; }
    .event-about-confarence .img-full-box img {
      height: 100%;
      width: 100%; }
    .event-about-confarence .img-full-box .related-img {
      border: 3px solid #f7f7f7;
      position: absolute;
      bottom: -35px;
      right: -30px;
      height: 280px;
      width: 374px; }
      .event-about-confarence .img-full-box .related-img img {
        height: 100%;
        width: 100%; }
  .event-about-confarence .about-content-box .suptitle-content-event p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px; }
  .event-about-confarence .about-content-box p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px; }
  .event-about-confarence .about-content-box .intro-btn-group {
    margin-top: 30x; }
    .event-about-confarence .about-content-box .intro-btn-group a {
      display: block;
      text-align: center;
      height: 44px;
      width: 158px;
      background: #92278f;
      line-height: 44px;
      color: #ffffff;
      border-radius: 50px;
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      transition: all ease-in-out 0.5s; }
      .event-about-confarence .about-content-box .intro-btn-group a:focus {
        outline: none; }
      .event-about-confarence .about-content-box .intro-btn-group a:hover {
        text-decoration: none;
        background: #92278f;
        color: #ffffff; }

/*Speakers Event*/
.speakers-event {
  background: #f4f4f4;
  padding: 120px 0; }
  .speakers-event .section-title-event {
    margin-bottom: 100px; }
    .speakers-event .section-title-event h2 {
      margin-bottom: 0;
      font-size: 40px; }
  .speakers-event .event-wrapper {
    margin-bottom: 55px; }
    .speakers-event .event-wrapper:last-child {
      margin-bottom: 0px; }
    .speakers-event .event-wrapper .event-single {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: 0.3s ease; }
      .speakers-event .event-wrapper .event-single:hover {
        box-shadow: 4px 0 54px rgba(0, 0, 0, 0.2); }
        .speakers-event .event-wrapper .event-single:hover figure figcaption {
          opacity: 1;
          visibility: visible;
          transform: scale(1); }
      .speakers-event .event-wrapper .event-single figure {
        position: relative; }
        .speakers-event .event-wrapper .event-single figure figcaption {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(146, 39, 143, 0.8);
          opacity: 0;
          visibility: hidden;
          transform: scale(0.2);
          transition: 0.5s ease; }
          .speakers-event .event-wrapper .event-single figure figcaption ul {
            margin-bottom: 0;
            position: absolute;
            text-align: center;
            width: 100%;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
            .speakers-event .event-wrapper .event-single figure figcaption ul li {
              margin-right: 10px;
              display: inline-block; }
              .speakers-event .event-wrapper .event-single figure figcaption ul li a {
                width: 35px;
                height: 35px;
                background: #f1f8fa;
                color: #000;
                display: block;
                font-size: 18px;
                padding-top: 5px;
                border-radius: 50%; }
                .speakers-event .event-wrapper .event-single figure figcaption ul li a i {
                  opacity: 0.5;
                  transition: 0.3s ease; }
                .speakers-event .event-wrapper .event-single figure figcaption ul li a:hover {
                  background: #fff;
                  color: #2ca5c2; }
                  .speakers-event .event-wrapper .event-single figure figcaption ul li a:hover i {
                    opacity: 1; }
      .speakers-event .event-wrapper .event-single .event-meta {
        text-align: center;
        padding: 20px; }
        .speakers-event .event-wrapper .event-single .event-meta h3 {
          text-transform: uppercase;
          margin: 0 0 10px 0; }
        .speakers-event .event-wrapper .event-single .event-meta span {
          display: block;
          color: #727272;
          font-size: 15px; }

/* Event Scgedule */
.schedule-area .event-schedule .all-event-btns {
  margin-bottom: 50px;
  text-align: center; }
  .schedule-area .event-schedule .all-event-btns .btn-single {
    padding: 0; }
    .schedule-area .event-schedule .all-event-btns .btn-single:last-child {
      margin-right: 0; }
    .schedule-area .event-schedule .all-event-btns .btn-single li {
      float: left;
      width: 25%;
      position: relative; }
      .schedule-area .event-schedule .all-event-btns .btn-single li.active a {
        background: #92278f !important; }
      .schedule-area .event-schedule .all-event-btns .btn-single li:before {
        background: #ffffff;
        content: "";
        height: 60%;
        right: 0;
        position: absolute;
        top: 20%;
        width: 1px; }
        .schedule-area .event-schedule .all-event-btns .btn-single li:before:last-child {
          display: none; }
    .schedule-area .event-schedule .all-event-btns .btn-single a {
      display: block;
      padding: 15px 30px;
      font-size: 20px;
      font-weight: 600;
      background: #c368c0;
      color: #fff;
      border-radius: 0px;
      text-decoration: none; }
      .schedule-area .event-schedule .all-event-btns .btn-single a span {
        display: block;
        font-size: 25px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600; }
        .schedule-area .event-schedule .all-event-btns .btn-single a span:last-child {
          font-family: "Roboto", sans-serif;
          font-size: 20px;
          font-weight: 400; }
.schedule-area .event-schedule .tab-content .single-items {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out; }
  .schedule-area .event-schedule .tab-content .single-items:hover {
    margin-top: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out; }
  .schedule-area .event-schedule .tab-content .single-items:hover .intro-btn-group a {
    text-decoration: none;
    background: #92278f;
    color: #ffffff; }
  .schedule-area .event-schedule .tab-content .single-items .img-box {
    width: 100%;
    text-align: center; }
    .schedule-area .event-schedule .tab-content .single-items .img-box img {
      margin: 0px auto;
      height: 105px;
      width: 105px; }
  .schedule-area .event-schedule .tab-content .single-items .event-info h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #323232;
    margin: 0; }
  .schedule-area .event-schedule .tab-content .single-items .event-info p {
    font-size: 15px;
    padding: 10px 0;
    margin: 0; }
  .schedule-area .event-schedule .tab-content .single-items .event-info .events-time {
    padding: 0; }
    .schedule-area .event-schedule .tab-content .single-items .event-info .events-time span {
      padding-right: 25px; }
      .schedule-area .event-schedule .tab-content .single-items .event-info .events-time span .event-icon {
        font-size: 20px;
        color: #92278f;
        padding-right: 5px; }
  .schedule-area .event-schedule .tab-content .single-items .intro-btn-group {
    margin-top: 12%; }
    .schedule-area .event-schedule .tab-content .single-items .intro-btn-group a {
      border: 1px solid #92278f !important;
      margin: 0px auto;
      display: block;
      text-align: center;
      height: 44px;
      width: 158px;
      background: #ffffff;
      line-height: 44px;
      color: #92278f;
      border-radius: 50px;
      font-family: "Roboto", sans-serif;
      font-size: 15px;
      font-weight: 500;
      text-transform: uppercase;
      transition: all ease-in-out 0.5s; }
      .schedule-area .event-schedule .tab-content .single-items .intro-btn-group a:focus {
        outline: none; }
      .schedule-area .event-schedule .tab-content .single-items .intro-btn-group a a.active {
        background: red;
        color: #ffffff; }
.schedule-area .event-schedule .tab-content .event-btn-bottom .intro-btn-group {
  margin-top: 24px; }
  .schedule-area .event-schedule .tab-content .event-btn-bottom .intro-btn-group a {
    border: 1px solid #92278f !important;
    margin: 0px auto;
    display: block;
    text-align: center;
    height: 61px;
    width: 245px;
    background: #92278f;
    line-height: 61px;
    color: #ffffff;
    border-radius: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s; }
    .schedule-area .event-schedule .tab-content .event-btn-bottom .intro-btn-group a:focus {
      outline: none; }
    .schedule-area .event-schedule .tab-content .event-btn-bottom .intro-btn-group a:hover {
      text-decoration: none;
      background: #92278f;
      color: #ffffff; }
    .schedule-area .event-schedule .tab-content .event-btn-bottom .intro-btn-group a span {
      font-size: 10px; }

/*Images Gallery*/
.gallery-event {
  overflow: hidden;
  background: #f4f4f4; }
  .gallery-event .gallery-wrapper {
    margin: 0 -7px; }
    .gallery-event .gallery-wrapper .gallery-single {
      width: 20%;
      float: left; }
      .gallery-event .gallery-wrapper .gallery-single figure {
        position: relative; }
        .gallery-event .gallery-wrapper .gallery-single figure img {
          width: 100%; }
        .gallery-event .gallery-wrapper .gallery-single figure figcaption {
          position: absolute;
          width: 100%;
          left: 0;
          top: 0;
          height: 100%;
          background: rgba(146, 39, 143, 0.8);
          text-align: center;
          visibility: hidden;
          opacity: 0;
          transform: scale(0.4);
          transition: 0.5s ease; }
          .gallery-event .gallery-wrapper .gallery-single figure figcaption div {
            position: absolute;
            width: 100%;
            top: 50%;
            transform: translateY(-50%); }
            .gallery-event .gallery-wrapper .gallery-single figure figcaption div a {
              font-size: 40px;
              color: #fff; }
      .gallery-event .gallery-wrapper .gallery-single:hover figure figcaption {
        opacity: 1;
        visibility: visible;
        transform: scale(1); }

/*Event Ticket Price*/
.event-ticket-price {
  background: #ffffff; }
  .event-ticket-price .price-tull-box {
    margin-bottom: 40px; }
    .event-ticket-price .price-tull-box:last-child {
      margin-bottom: 0; }
  .event-ticket-price .single-item {
    padding: 30px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .event-ticket-price .single-item:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .event-ticket-price .single-item:hover .amount {
        color: #92278f; }
      .event-ticket-price .single-item:hover .ticket-info h3 {
        color: #92278f; }
      .event-ticket-price .single-item:hover .ticket-info .intro-btn-group a {
        border: 1px solid #92278f;
        background: #92278f;
        color: #ffffff; }
    .event-ticket-price .single-item .ticket-price {
      padding: 14% 0; }
      .event-ticket-price .single-item .ticket-price span {
        display: block;
        text-align: left;
        padding-left: 30%;
        font-size: 50px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        transition: all ease-in-out 0.3s; }
        .event-ticket-price .single-item .ticket-price span:last-child {
          font-size: 15px;
          font-family: "Roboto", sans-serif;
          font-weight: 400; }
    .event-ticket-price .single-item .ticket-info h3 {
      padding: 0;
      margin: 0;
      font-size: 20px;
      font-family: "Roboto", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      transition: all ease-in-out 0.3s; }
    .event-ticket-price .single-item .ticket-info ul {
      padding: 15px 0;
      margin: 0; }
      .event-ticket-price .single-item .ticket-info ul li {
        position: relative;
        color: #727272;
        padding-left: 20px;
        line-height: 25px; }
        .event-ticket-price .single-item .ticket-info ul li:before {
          position: absolute;
          left: 0;
          content: "\f00c";
          font-family: FontAwesome;
          top: 0; }
    .event-ticket-price .single-item .ticket-info .intro-btn-group a {
      border: 1px solid #92278f !important;
      text-decoration: none;
      display: block;
      text-align: center;
      left: 0;
      height: 40px;
      width: 160px;
      background: #ffffff;
      line-height: 40px;
      color: #92278f;
      border-radius: 50px;
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      font-weight: 500;
      text-transform: uppercase;
      transition: all ease-in-out 0.3s; }
      .event-ticket-price .single-item .ticket-info .intro-btn-group a:focus {
        outline: none; }

/*Counter Area Event*/
.event-number-count {
  background: #ffffff url("../images/event-landing/counter-bg.jpg") no-repeat scroll center center/cover;
  padding: 120px 0; }
  .event-number-count .section-title-event h2 {
    color: #ffffff; }
    .event-number-count .section-title-event h2:before {
      border-bottom: 1px solid #ffffff; }
  .event-number-count .counters-item {
    float: left;
    width: 20%;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500; }
    .event-number-count .counters-item .counter {
      font-size: 40px; }
    .event-number-count .counters-item .user-rating span {
      font-size: 40px; }

/*faq-area and Testimonial Area*/
.faq_testimonial-event {
  background: #ffffff; }
  .faq_testimonial-event .testimonial-area {
    background: #ffffff; }
    .faq_testimonial-event .testimonial-area .tesi-single-item {
      background: #ffffff;
      margin-bottom: 40px; }
      .faq_testimonial-event .testimonial-area .tesi-single-item:last-child {
        margin-bottom: 0px; }
      .faq_testimonial-event .testimonial-area .tesi-single-item .testimonial-content {
        padding-left: 0; }
        .faq_testimonial-event .testimonial-area .tesi-single-item .testimonial-content h3 {
          font-family: "Roboto", sans-serif;
          font-size: 20px;
          margin: 0;
          text-transform: uppercase;
          font-weight: 700; }
          .faq_testimonial-event .testimonial-area .tesi-single-item .testimonial-content h3 span {
            font-size: 15px;
            font-weight: 400;
            color: #727272;
            text-transform: none; }
        .faq_testimonial-event .testimonial-area .tesi-single-item .testimonial-content p {
          padding-top: 15px;
          margin: 0; }

button.accordion {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border: medium none;
  color: #444;
  cursor: pointer;
  font-size: 20px;
  outline: medium none;
  padding: 18px;
  position: relative;
  text-align: left;
  transition: all 0.4s ease 0s;
  width: 100%; }

button.accordion.active, button.accordion:hover {
  color: #92278f; }

button.accordion:before {
  content: '\f0d7';
  font-family: FontAwesome;
  font-size: 20px;
  float: right;
  margin-left: 0px;
  margin-right: 10px;
  color: #92278f; }

button.accordion.active:before {
  content: "\f0d8"; }

div.panel {
  background-color: white;
  max-height: 0;
  padding-left: 15px;
  overflow: hidden;
  padding-top: 0px;
  transition: 0.6s ease-in-out;
  opacity: 0;
  margin-bottom: 25px; }

.panel-icon {
  margin-right: 10px; }

.panel h5 {
  font-size: 15px;
  line-height: 23px;
  margin-top: 5px;
  margin-bottom: 0px;
  display: inline-block;
  color: #2d2d2d; }

.panel p {
  font-size: 15px;
  line-height: 23px;
  padding: 30px 25px;
  color: #2d2d2d; }

div.panel.show {
  opacity: 1;
  max-height: 500px; }

/* Booking Section Event*/
.event-booking {
  background: url("../images/event-landing/contact-bg.jpg") no-repeat scroll center center/cover;
  padding: 120px 0;
  position: relative; }
  .event-booking:before {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: ""; }
  .event-booking .section-title-event h2 {
    color: #ffffff; }
    .event-booking .section-title-event h2:before {
      border-bottom: 1px solid #ffffff; }
  .event-booking .book-form input, .event-booking .book-form select {
    width: 100%;
    height: 60px;
    border: 1px solid #848484;
    background: transparent;
    padding: 0 35px;
    transition: 0.3s ease;
    margin-bottom: 30px;
    font-size: 15px;
    color: #ffffff; }
    .event-booking .book-form input:focus, .event-booking .book-form select:focus {
      border-color: #92278f; }
  .event-booking .book-form select {
    appearance: none; }
    .event-booking .book-form select option {
      background: #ffffff;
      color: #000000; }
  .event-booking .book-form .send-btn {
    text-align: center;
    margin-top: 30px; }
    .event-booking .book-form .send-btn button {
      background: #92278f;
      text-align: center;
      font-size: 20px;
      height: 61px;
      width: 256px;
      text-transform: uppercase;
      font-weight: 500;
      color: #fff !important;
      border: 0 none;
      border-radius: 50px; }

/*Sponsers Logos*/
.sponsers-logo-event .partners-logo ul li {
  float: left;
  width: 25%;
  border: 1px solid #f1f1f1;
  text-align: center;
  padding: 45px 0; }
  .sponsers-logo-event .partners-logo ul li img {
    display: inline-block;
    opacity: 0.2;
    transition: all 0.3s ease-in-out; }
  .sponsers-logo-event .partners-logo ul li:hover img {
    opacity: 1;
    transition: all 0.3s ease-in-out; }
.sponsers-logo-event .intro-btn-group {
  margin-top: 40px; }
  .sponsers-logo-event .intro-btn-group a {
    border: 1px solid #92278f !important;
    margin: 0px auto;
    display: block;
    text-align: center;
    height: 61px;
    width: 284px;
    background: #92278f;
    line-height: 61px;
    color: #ffffff;
    border-radius: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    transition: all ease-in-out 0.5s; }
    .sponsers-logo-event .intro-btn-group a:focus {
      outline: none; }

/* Latest Blog*/
.blog-area {
  background: #ffffff;
  min-height: 500px;
  padding: 120px 0; }
  .blog-area .blog-single-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
    z-index: 2;
    background: #ffffff; }
    .blog-area .blog-single-box .bolg-img {
      overflow: hidden; }
      .blog-area .blog-single-box .bolg-img img {
        transition: all 0.3s ease-in-out; }
    .blog-area .blog-single-box:hover {
      box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
      transition: all 0.3s ease-in-out; }
      .blog-area .blog-single-box:hover .blog-content h3 a {
        text-decoration: none;
        color: #92278f;
        transition: all 0.3s ease-in-out; }
      .blog-area .blog-single-box:hover .blog-content p .blog-icon {
        color: #92278f; }
      .blog-area .blog-single-box:hover .blog-content .content-bottom a {
        color: #92278f; }
        .blog-area .blog-single-box:hover .blog-content .content-bottom a .blog-btn-icon {
          color: #92278f; }
      .blog-area .blog-single-box:hover img {
        width: 100%;
        transform: scale(1.1); }
    .blog-area .blog-single-box .blog-content {
      padding: 20px 30px; }
      .blog-area .blog-single-box .blog-content h3 {
        margin: 0;
        padding-bottom: 10px;
        font-family: "Roboto", sans-serif;
        font-weight: 500; }
        .blog-area .blog-single-box .blog-content h3 a {
          margin: 0;
          color: #323232;
          font-size: 20px;
          text-transform: uppercase;
          transition: all 0.3s ease-in-out; }
      .blog-area .blog-single-box .blog-content .blog-time span {
        color: #727272;
        font-size: 14px;
        margin-right: 25px; }
        .blog-area .blog-single-box .blog-content .blog-time span:last-child {
          float: right; }
        .blog-area .blog-single-box .blog-content .blog-time span .event-icon {
          padding-right: 2px; }
      .blog-area .blog-single-box .blog-content p {
        margin: 0;
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        color: #727272; }
      .blog-area .blog-single-box .blog-content .content-bottom p {
        padding: 15px 0; }
      .blog-area .blog-single-box .blog-content .content-bottom a {
        color: #323232;
        margin: 0px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 14px;
        transition: all 0.3s ease-in-out; }
        .blog-area .blog-single-box .blog-content .content-bottom a .blog-btn-icon {
          color: #323232;
          font-size: 14px;
          left: 5px;
          padding-left: 10px; }

.contact-restrnt {
  position: relative; }
  .contact-restrnt .gmap {
    padding: 0; }
  .contact-restrnt .gmap #map {
    width: 100%;
    height: 550px; }
  .contact-restrnt .map-content-box {
    position: absolute;
    top: 15%;
    margin: 0 15px; }
    .contact-restrnt .map-content-box .map-content {
      background: #92278f;
      padding: 40px 35px; }
      .contact-restrnt .map-content-box .map-content .section-title-event h2 {
        color: #ffffff; }
        .contact-restrnt .map-content-box .map-content .section-title-event h2:before {
          display: none; }
      .contact-restrnt .map-content-box .map-content .address-item {
        color: #ffffff;
        padding-bottom: 30px; }
        .contact-restrnt .map-content-box .map-content .address-item:last-child {
          padding-bottom: 0; }
        .contact-restrnt .map-content-box .map-content .address-item span {
          display: inline-block; }
          .contact-restrnt .map-content-box .map-content .address-item span .contact-icon {
            font-size: 45px;
            width: 55px; }
          .contact-restrnt .map-content-box .map-content .address-item span ul {
            margin: 0; }
            .contact-restrnt .map-content-box .map-content .address-item span ul li {
              font-size: 18px; }

/* Footer */
.event-footer {
  background: url(../images/event-landing/footer-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0; }
  .event-footer p {
    margin: 5px 0; }
  .event-footer a img {
    display: inline-block;
    margin-top: 12px; }
  .event-footer p {
    color: #fff;
    margin: 20px 0; }
  .event-footer ul.footer-social {
    margin: 0;
    padding: 15px 0; }
    .event-footer ul.footer-social li {
      display: inline-block;
      margin-right: 50px; }
      .event-footer ul.footer-social li:last-child {
        margin-right: 0; }
      .event-footer ul.footer-social li a {
        font-size: 24px;
        color: #fff;
        transition: all 0.3s ease-in-out; }
        .event-footer ul.footer-social li a:hover {
          color: #92278f; }

/*# sourceMappingURL=style.css.map */
