/* 
	CSS Document 
	Author : Soumen Maity.
	Email: soumenmaity2008@rediffmail.com
	Project Name: help you drive
	Date: 16-Feb-2018
	File: Style.css
*/
/*
	font-family: 'Montserrat', sans-serif;
*/
body {
  font-family: 'Montserrat', sans-serif; }

* {
  outline: none !important; }

a {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

.fa, svg {
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: inherit; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  color: inherit; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 10px 15px;
  display: block;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 10px 15px;
  display: block;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  -o-transition: 0.4s all;
  transition: 0.4s all; }

.close-btn {
  display: none; }

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 20px 0; }
  header .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    header .container .row {
      display: flex;
      align-items: center; }
  header .logo a img {
    display: block;
    max-width: 100%; }
  header .cal-mail {
    padding-left: 0;
    opacity: 0.9; }
    header .cal-mail .call {
      float: right;
      padding-left: 15px; }
    header .cal-mail .icon {
      float: left;
      margin-right: 6px; }
    header .cal-mail .text {
      float: left;
      font-size: 14px; }
      header .cal-mail .text a {
        display: block;
        color: #4a4a4a;
        font-weight: 500;
        color: #fff; }
        header .cal-mail .text a:hover {
          color: #edc408; }
    header .cal-mail svg {
      width: 18px;
      height: 18px;
      fill: #fff; }
      header .cal-mail svg rect {
        fill: #fff; }
  header .nav-btn {
    display: none; }
  header .main-menu nav {
    display: block; }
    header .main-menu nav > ul {
      text-align: right; }
      header .main-menu nav > ul > li {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        color: #fff;
        margin-left: 10px;
        /*
        background-image: url(../images/menu-bg.png);
        background-position: right center;
        background-repeat: repeat-y;
        */
        position: relative; }
        header .main-menu nav > ul > li:last-child::after {
          display: none; }
        header .main-menu nav > ul > li.active > a {
          color: #edc408; }
        header .main-menu nav > ul > li:hover > a {
          color: #edc408; }
        header .main-menu nav > ul > li:hover > ul {
          opacity: 1;
          visibility: visible;
          top: 100%; }
        header .main-menu nav > ul > li > a {
          line-height: 26px;
          display: block;
          padding: 0;
          letter-spacing: 1px;
          font-size: 13px;
          line-height: 50px;
          text-transform: uppercase;
          font-weight: 600; }
        header .main-menu nav > ul > li > ul {
          position: absolute;
          left: 0;
          top: 170%;
          width: 250px;
          z-index: 99;
          background-color: #222;
          padding: 0px 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          transition: all 0.4s; }
          header .main-menu nav > ul > li > ul li {
            display: block;
            float: none; }
          header .main-menu nav > ul > li > ul a {
            color: #fff;
            display: block;
            line-height: 32px;
            font-size: 12px;
            padding: 0 15px;
            border-top: 1px solid #111;
            text-align: left; }
            header .main-menu nav > ul > li > ul a:hover {
              background-color: #B722E6; }

.top-slider {
  position: relative; }
  .top-slider .curve {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
    .top-slider .curve img {
      display: block;
      width: 100%; }
  .top-slider .skin-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
    z-index: 1;
    background-position: center;
    background-size: cover; }
    .top-slider .skin-cover .text-area {
      color: #fff;
      text-align: center; }
      .top-slider .skin-cover .text-area h3 {
        font-size: 50px;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        position: relative;
        top: -100px;
        opacity: 0;
        margin-bottom: 13px;
        font-weight: 300;
        text-transform: uppercase; }
      .top-slider .skin-cover .text-area h4 {
        font-size: 55px;
        position: relative;
        left: -50px;
        opacity: 0;
        -webkit-transition: all 1s 1.5s;
        -moz-transition: all 1s 1.5s;
        -ms-transition: all 1s 1.5s;
        transition: all 1s 1.5s;
        font-weight: 600;
        text-transform: uppercase; }
      .top-slider .skin-cover .text-area h5 {
        font-size: 22px;
        position: relative;
        bottom: -50px;
        opacity: 0;
        -webkit-transition: all 1s 1.5s;
        -moz-transition: all 1s 1.5s;
        -ms-transition: all 1s 1.5s;
        transition: all 1s 1.5s;
        font-weight: 300;
        text-transform: capitalize; }
      .top-slider .skin-cover .text-area .link {
        position: relative;
        right: -50px;
        opacity: 0;
        -webkit-transition: all 0.5s 2.5s;
        -moz-transition: all 0.5s 2.5s;
        -ms-transition: all 0.5s 2.5s;
        transition: all 0.5s 2.5s; }
      .top-slider .skin-cover .text-area a {
        margin-top: 30px;
        display: inline-block;
        padding: 0px 40px;
        text-transform: uppercase;
        color: #000;
        line-height: 50px;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 600;
        border-radius: 25px;
        font-weight: 600;
        background-color: #edc408;
        box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.2), 0 4px 20px 0 rgba(255, 255, 255, 0.19); }
        .top-slider .skin-cover .text-area a:hover {
          background-color: #fff; }
  .top-slider .main-slider .slick-slide {
    background-position: center;
    background-size: cover;
    background-color: #F6F6F6;
    overflow: hidden;
    position: relative;
    height: 600px;
    min-height: 100vh; }
    .top-slider .main-slider .slick-slide.slick-current img {
      opacity: 1;
      -webkit-animation: zoomIn 2s;
      animation: zoomIn 2s; }
    .top-slider .main-slider .slick-slide.slick-current .text-area h3 {
      opacity: 1;
      top: 0; }
    .top-slider .main-slider .slick-slide.slick-current .text-area h4 {
      left: 0;
      opacity: 1; }
    .top-slider .main-slider .slick-slide.slick-current .text-area h5 {
      bottom: 0;
      opacity: 1; }
    .top-slider .main-slider .slick-slide.slick-current .text-area .link {
      opacity: 1;
      right: 0; }
    .top-slider .main-slider .slick-slide img {
      display: block;
      width: 100%;
      opacity: 0;
      /*@include smooth(all 1s);*/ }
  .top-slider .main-slider .slick-arrow {
    display: none !important;
    position: absolute;
    margin-top: -35px;
    top: 40%;
    z-index: 1;
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    opacity: 0.5; }
    .top-slider .main-slider .slick-arrow:hover {
      opacity: 1; }
    .top-slider .main-slider .slick-arrow.slick-prev {
      left: 0;
      width: 40px; }
      .top-slider .main-slider .slick-arrow.slick-prev::before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f060";
        margin-right: 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
      .top-slider .main-slider .slick-arrow.slick-prev:hover {
        width: 100px; }
    .top-slider .main-slider .slick-arrow.slick-next {
      right: 0;
      width: 40px; }
      .top-slider .main-slider .slick-arrow.slick-next span {
        display: inline-block;
        margin-left: -50px;
        margin-right: 10px; }
      .top-slider .main-slider .slick-arrow.slick-next::after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f061";
        margin-left: 10px; }
      .top-slider .main-slider .slick-arrow.slick-next:hover {
        width: 100px; }
        .top-slider .main-slider .slick-arrow.slick-next:hover span {
          margin-left: 0;
          margin-right: 0; }
  .top-slider .slick-dots {
    position: absolute;
    right: 0px;
    bottom: 30px;
    z-index: 2;
    width: 100%;
    text-align: center; }
    .top-slider .slick-dots li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 5px; }
      .top-slider .slick-dots li.slick-active button {
        background-color: #edc408;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        width: 30px; }
      .top-slider .slick-dots li button {
        display: block;
        border: 1px solid #edc408;
        background-color: transparent;
        border-radius: 25px;
        font-size: 0;
        height: 8px;
        width: 12px; }

.under-slider {
  padding: 70px 0 20px;
  overflow: hidden; }
  .under-slider .row > div {
    margin-bottom: 30px; }
  .under-slider h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px; }
    .under-slider h2 span {
      font-weight: 400; }
  .under-slider .tagbox {
    padding: 30px 20px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid rgba(0, 0, 0, 0.05); }
    .under-slider .tagbox:hover {
      -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.05); }
    .under-slider .tagbox figure {
      padding-bottom: 20px; }
      .under-slider .tagbox figure img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        width: auto;
        height: 110px; }
    .under-slider .tagbox .para-area .text-box {
      text-align: center; }
    .under-slider .tagbox .para-area h4 {
      font-weight: 500;
      font-size: 15px;
      opacity: 0.8;
      font-weight: 600;
      line-height: 21px; }
    .under-slider .tagbox .para-area p {
      line-height: 20px;
      font-weight: 400;
      opacity: 0.7;
      height: 80px; }
    .under-slider .tagbox .para-area a {
      display: inline-block;
      padding: 0px 34px;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 600;
      border-radius: 2px;
      line-height: 30px; }
      .under-slider .tagbox .para-area a span {
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #edc408;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        transition: all 0.4s; }
      .under-slider .tagbox .para-area a:hover {
        color: #777; }
        .under-slider .tagbox .para-area a:hover span {
          margin-left: 5px; }

.dive-help-wrap {
  background-color: #000;
  position: relative;
  padding: 60px 0px 50px;
  overflow: hidden; }
  .dive-help-wrap .full-video {
    position: absolute;
    left: 0;
    right: 0;
    top: -20%;
    bottom: 0;
    z-index: 1;
    pointer-events: none; }
    .dive-help-wrap .full-video video {
      position: absolute;
      left: 0;
      width: 100%;
      top: 0;
      height: auto;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.20; }
  .dive-help-wrap .row > div {
    margin-bottom: 30px; }
  .dive-help-wrap .container {
    position: relative;
    z-index: 2; }
  .dive-help-wrap h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px;
    color: #fff; }
    .dive-help-wrap h2 span {
      font-weight: 400; }
  .dive-help-wrap .text {
    padding: 40px 20px;
    border: 2px dashed rgba(255, 255, 255, 0.74);
    text-align: center;
    position: relative; }
    .dive-help-wrap .text .icon {
      text-align: center;
      margin-bottom: 20px; }
      .dive-help-wrap .text .icon svg {
        width: 80px;
        height: 80px;
        fill: #fff; }
    .dive-help-wrap .text h3 {
      color: #ff0;
      font-size: 26px;
      font-weight: 300;
      text-transform: capitalize;
      letter-spacing: 1px;
      margin: 0;
      color: #fff;
      margin-bottom: 20px; }
      .dive-help-wrap .text h3 span {
        font-weight: 700; }
    .dive-help-wrap .text p {
      font-size: 15px;
      line-height: 26px;
      color: #fff; }
    .dive-help-wrap .text .link {
      line-height: 50px;
      display: inline-block;
      padding: 0 50px;
      border-radius: 25px;
      color: #000;
      font-weight: 600;
      text-transform: uppercase;
      position: absolute;
      bottom: -25px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #edc408; }
      .dive-help-wrap .text .link:hover {
        background-color: #fff; }
  .dive-help-wrap .full-img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    overflow: hidden; }
    .dive-help-wrap .full-img .in-wrap {
      position: relative;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
      /*transform: skewX(10deg);*/ }

.home-testimonial {
  padding: 60px 0 80px;
  overflow: hidden; }
  .home-testimonial h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px; }
    .home-testimonial h3 span {
      font-weight: 400; }
  .home-testimonial .testimonial-slide .testi-box {
    position: relative;
    padding: 0 15px; }
    .home-testimonial .testimonial-slide .testi-box .img-area {
      padding: 20px 0; }
      .home-testimonial .testimonial-slide .testi-box .img-area .img-box {
        text-align: center;
        width: 70px;
        height: 70px;
        margin: 0 auto;
        float: left;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        margin-right: 15px; }
      .home-testimonial .testimonial-slide .testi-box .img-area .para {
        padding-top: 10px; }
        .home-testimonial .testimonial-slide .testi-box .img-area .para h4 {
          color: #393839;
          font-weight: 500;
          margin: 5px; }
        .home-testimonial .testimonial-slide .testi-box .img-area .para h5 {
          color: #616161;
          font-weight: 500;
          margin: 0; }
    .home-testimonial .testimonial-slide .testi-box .content-area {
      width: 100%;
      margin: 0 auto;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.09);
      position: relative;
      padding: 20px 40px;
      position: relative; }
      .home-testimonial .testimonial-slide .testi-box .content-area .artical {
        height: 120px;
        margin-bottom: 20px;
        text-align: left; }
        .home-testimonial .testimonial-slide .testi-box .content-area .artical p {
          line-height: 22px;
          color: #393939; }
      .home-testimonial .testimonial-slide .testi-box .content-area .tin-icon {
        position: absolute;
        top: 20px;
        left: 0;
        width: 30px;
        text-align: center;
        background-color: #edc408;
        padding: 30px 5px;
        border-radius: 0  3px 3px 0; }
        .home-testimonial .testimonial-slide .testi-box .content-area .tin-icon svg {
          fill: #fff; }
      .home-testimonial .testimonial-slide .testi-box .content-area .big-icon {
        position: absolute;
        bottom: 20px;
        right: 30px;
        display: none; }
        .home-testimonial .testimonial-slide .testi-box .content-area .big-icon svg {
          height: 50px;
          fill: #EDEDED; }
  .home-testimonial .testimonial-slide .slick-dots {
    position: absolute;
    bottom: -20px;
    z-index: 9;
    right: 00px;
    text-align: center;
    width: 100%;
    padding-top: 40px; }
    .home-testimonial .testimonial-slide .slick-dots li {
      display: inline-block;
      margin: 0px 5px; }
      .home-testimonial .testimonial-slide .slick-dots li.slick-active button {
        background-color: #edc408;
        width: 30px; }
      .home-testimonial .testimonial-slide .slick-dots li button {
        display: block;
        background-color: #ccc;
        border-radius: 25px;
        width: 20px;
        height: 6px;
        padding: 0;
        font-size: 0; }
        .home-testimonial .testimonial-slide .slick-dots li button:hover {
          background-color: #DDDADA; }

.expertise-wap {
  padding: 90px 0;
  position: relative;
  background-color: #fff;
  background-image: url(../images/img2.jpg);
  background-position: center;
  background-attachment: fixed; }
  .expertise-wap::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1; }
  .expertise-wap::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 52%;
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1; }
  .expertise-wap .container {
    position: relative;
    z-index: 2;
    color: #fff; }
  .expertise-wap h3 {
    font-size: 26px;
    font-weight: 500; }
  .expertise-wap p {
    opacity: 0.8;
    width: 80%; }
  .expertise-wap .ecp-list {
    padding-top: 10px; }
    .expertise-wap .ecp-list li {
      font-size: 16px;
      color: #fff;
      background-image: url(../images/icon5.png);
      background-position: left center;
      background-repeat: no-repeat;
      padding-left: 30px;
      margin-top: 8px; }
  .expertise-wap .line-list li {
    margin-bottom: 45px; }
    .expertise-wap .line-list li:last-child {
      margin-bottom: 0; }
    .expertise-wap .line-list li h6 {
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 5px; }
    .expertise-wap .line-list li .line {
      height: 10px;
      width: 100%;
      border-radius: 25px;
      background-color: #fff; }
      .expertise-wap .line-list li .line .inner-line {
        height: 10px;
        position: relative;
        border-radius: 25px; }
        .expertise-wap .line-list li .line .inner-line .vbox {
          position: absolute;
          right: 0;
          line-height: 24px;
          padding: 0 8px;
          top: -40px;
          background-color: #649127;
          border-radius: 3px;
          font-size: 12px;
          font-weight: 600; }
          .expertise-wap .line-list li .line .inner-line .vbox::after {
            content: "";
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 8px solid #999;
            position: absolute;
            left: 50%;
            margin-left: -6px;
            bottom: -8px; }
        .expertise-wap .line-list li .line .inner-line.green {
          background-color: #649127; }
          .expertise-wap .line-list li .line .inner-line.green .vbox::after {
            border-top: 8px solid #649127; }
        .expertise-wap .line-list li .line .inner-line.pink {
          background-color: #B722E6; }
          .expertise-wap .line-list li .line .inner-line.pink .vbox {
            background-color: #B722E6; }
            .expertise-wap .line-list li .line .inner-line.pink .vbox::after {
              border-top: 8px solid #B722E6; }
        .expertise-wap .line-list li .line .inner-line.blue {
          background-color: #00BEF1; }
          .expertise-wap .line-list li .line .inner-line.blue .vbox {
            background-color: #00BEF1; }
            .expertise-wap .line-list li .line .inner-line.blue .vbox::after {
              border-top: 8px solid #00BEF1; }
        .expertise-wap .line-list li .line .inner-line.yellow {
          background-color: #edc408; }
          .expertise-wap .line-list li .line .inner-line.yellow .vbox {
            background-color: #edc408; }
            .expertise-wap .line-list li .line .inner-line.yellow .vbox::after {
              border-top: 8px solid #edc408; }

.home-blog-wrap {
  padding: 60px 0 30px; }
  .home-blog-wrap .row > div {
    margin-bottom: 30px; }
  .home-blog-wrap h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 40px; }
    .home-blog-wrap h2 span {
      font-weight: 400; }
  .home-blog-wrap .blog-box {
    border: 1px solid rgba(0, 0, 0, 0.06); }
    .home-blog-wrap .blog-box:hover figure span {
      bottom: 100%; }
    .home-blog-wrap .blog-box figure {
      width: 100%;
      height: 220px;
      background-position: center;
      background-size: cover;
      position: relative; }
      .home-blog-wrap .blog-box figure span {
        display: inline-block;
        bottom: 0;
        left: 0;
        padding: 3px 10px;
        background-color: #edc408;
        position: absolute;
        color: #000;
        font-size: 13px;
        font-weight: 600;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
    .home-blog-wrap .blog-box .text-area {
      padding: 20px 15px; }
      .home-blog-wrap .blog-box .text-area h5 {
        color: #393839;
        font-weight: 600;
        font-size: 18px; }
        .home-blog-wrap .blog-box .text-area h5 a {
          display: block;
          line-height: 25px;
          height: 25px;
          overflow: hidden; }
          .home-blog-wrap .blog-box .text-area h5 a:hover {
            color: #edc408; }
      .home-blog-wrap .blog-box .text-area p {
        opacity: 0.8; }
      .home-blog-wrap .blog-box .text-area .link a {
        display: inline-block;
        padding: 0px 0px;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 600;
        border-radius: 2px;
        line-height: 30px; }
        .home-blog-wrap .blog-box .text-area .link a span {
          display: inline-block;
          vertical-align: middle;
          width: 0;
          height: 0;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-left: 6px solid #edc408;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          transition: all 0.4s; }
        .home-blog-wrap .blog-box .text-area .link a:hover {
          color: #777; }
          .home-blog-wrap .blog-box .text-area .link a:hover span {
            margin-left: 5px; }
  .home-blog-wrap .mor-blog-btn {
    text-align: center;
    margin: 0 0 30px; }
    .home-blog-wrap .mor-blog-btn a {
      display: inline-block;
      padding: 0px 40px;
      text-transform: uppercase;
      color: #000;
      line-height: 44px;
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 600;
      border-radius: 25px;
      font-weight: 600;
      background-color: #edc408;
      border: 2px solid #edc408;
      box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.2), 0 4px 20px 0 rgba(255, 255, 255, 0.19); }
      .home-blog-wrap .mor-blog-btn a:hover {
        border: 2px solid #edc408;
        background-color: #fff; }

footer {
  background-color: #0B0B0B;
  padding-top: 50px; }
  footer .row > div {
    margin-bottom: 30px; }
  footer figure {
    margin-bottom: 20px; }
    footer figure img {
      display: block;
      margin: 0 auto; }
  footer .socialnav {
    text-align: center; }
    footer .socialnav li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 5px; }
      footer .socialnav li a {
        display: block; }
        footer .socialnav li a:hover {
          opacity: 1; }
        footer .socialnav li a svg {
          width: 40px;
          height: 40px;
          fill: #fff; }
          footer .socialnav li a svg:hover {
            fill: #B722E6; }
  footer h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 700px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 2px; }
  footer .fnav li.active a {
    color: #edc408;
    opacity: 1; }
  footer .fnav li a {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    opacity: 0.6;
    line-height: 24px; }
    footer .fnav li a:hover {
      color: #edc408;
      opacity: 1; }
  footer p {
    color: #fff;
    opacity: 0.6;
    font-size: 13px;
    padding-right: 45px;
    line-height: 22px;
    font-weight: 300; }
  footer .address-table {
    width: 100%;
    font-size: 14px;
    margin-top: 25px; }
    footer .address-table td {
      color: #fff;
      vertical-align: text-top;
      padding-bottom: 15px; }
      footer .address-table td svg {
        width: 18px;
        height: auto;
        fill: #ccc; }
      footer .address-table td:first-child {
        padding-right: 15px; }
    footer .address-table a {
      color: #fff;
      opacity: 0.6; }
      footer .address-table a:hover {
        color: #edc408;
        opacity: 1; }
  footer iframe {
    display: block;
    width: 100%;
    height: 240px; }
  footer .separate {
    height: 1px;
    background-color: #272727;
    display: block; }

.copy-right {
  padding: 16px 0; }
  .copy-right p {
    margin: 0;
    color: #fff;
    float: left; }
  .copy-right .ovlink {
    float: right;
    font-size: 11px;
    color: #999; }

.innerbanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative; }
  .innerbanner .curve {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
    .innerbanner .curve img {
      display: block;
      width: 100%; }
  .innerbanner .cover {
    padding: 250px 0 150px;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center; }
    .innerbanner .cover h2 {
      font-size: 45px;
      margin-bottom: 0px;
      text-align: center;
      color: #fff;
      font-weight: 500;
      text-transform: uppercase;
      display: inline-block; }
      .innerbanner .cover h2::after {
        width: 35%;
        height: 4px;
        background-color: #edc408;
        content: "";
        display: block;
        margin: 10px auto 0; }

.defult-wrap {
  padding: 60px 0; }
  .defult-wrap p {
    color: #4b4b4b; }

.about-us-in {
  padding: 60px 0;
  margin: 60px 0 0;
  position: relative;
  overflow: hidden; }
  .about-us-in.dipper-animate .img-box {
    left: 0;
    opacity: 1; }
  .about-us-in.dipper-animate h3 {
    top: 0;
    opacity: 1; }
  .about-us-in.dipper-animate p {
    bottom: 0;
    opacity: 1;
    color: #555; }
  .about-us-in .row > div {
    float: right;
    padding-left: 30px; }
  .about-us-in .img-box {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-position: center;
    background-size: cover;
    left: -50%;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s; }
  .about-us-in h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 30px;
    position: relative;
    top: -200px;
    opacity: 0;
    -webkit-transition: all 0.5s 1s;
    -moz-transition: all 0.5s 1s;
    -ms-transition: all 0.5s 1s;
    transition: all 0.5s 1s; }
    .about-us-in h3 span {
      font-weight: 400; }
  .about-us-in p {
    line-height: 26px;
    position: relative;
    bottom: -200px;
    opacity: 0;
    -webkit-transition: all 0.9s 1.5s;
    -moz-transition: all 0.9s 1.5s;
    -ms-transition: all 0.9s 1.5s;
    transition: all 0.9s 1.5s; }

.about-us-in-right {
  padding: 60px 0;
  position: relative;
  background-color: #f8f8f8;
  overflow: hidden; }
  .about-us-in-right.dipper-animate .img-box {
    right: 0;
    opacity: 1; }
  .about-us-in-right.dipper-animate h3 {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; }
  .about-us-in-right.dipper-animate p {
    opacity: 1;
    left: 0; }
  .about-us-in-right .img-box {
    position: absolute;
    right: -30%;
    top: 0;
    bottom: 0;
    width: 50%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .about-us-in-right h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
    -webkit-transition: all 0.8s 0.8s;
    -moz-transition: all 0.8s 0.8s;
    -ms-transition: all 0.8s 0.8s;
    transition: all 0.8s 0.8s;
    opacity: 0;
    -webkit-transform: rotateY(-80deg);
    -moz-transform: rotateY(-80deg);
    -ms-transform: rotateY(-80deg);
    transform: rotateY(-80deg); }
    .about-us-in-right h3 span {
      font-weight: 400; }
  .about-us-in-right p {
    color: #555;
    opacity: 0;
    line-height: 26px;
    position: relative;
    left: -100%;
    -webkit-transition: all 0.8s 1.2s;
    -moz-transition: all 0.8s 1.2s;
    -ms-transition: all 0.8s 1.2s;
    transition: all 0.8s 1.2s; }

.in-unique-wrap {
  padding: 60px 0;
  position: relative;
  text-align: center; }
  .in-unique-wrap figure img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto; }
  .in-unique-wrap h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 30px; }
    .in-unique-wrap h3 span {
      font-weight: 400; }
  .in-unique-wrap p {
    opacity: 0.8;
    line-height: 26px;
    width: 880px;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 30px; }

.service-head h2 {
  text-align: center;
  text-transform: uppercase;
  padding: 60px 0 40px; }

.service-wrap-in {
  overflow: hidden;
  position: relative;
  padding: 60px 0; }
  .service-wrap-in.dipper-animate .img-box {
    right: 0;
    opacity: 1; }
  .service-wrap-in.dipper-animate h3 {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; }
  .service-wrap-in.dipper-animate p {
    opacity: 1;
    left: 0; }
  .service-wrap-in .img-box {
    position: absolute;
    right: -30%;
    top: 0;
    bottom: 0;
    width: 50%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .service-wrap-in h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 30px;
    -webkit-transition: all 0.8s 0.8s;
    -moz-transition: all 0.8s 0.8s;
    -ms-transition: all 0.8s 0.8s;
    transition: all 0.8s 0.8s;
    opacity: 0;
    -webkit-transform: rotateY(-80deg);
    -moz-transform: rotateY(-80deg);
    -ms-transform: rotateY(-80deg);
    transform: rotateY(-80deg); }
    .service-wrap-in h3 span {
      font-weight: 400; }
  .service-wrap-in p {
    opacity: 0;
    line-height: 26px;
    position: relative;
    left: -100%;
    -webkit-transition: all 0.8s 1.2s;
    -moz-transition: all 0.8s 1.2s;
    -ms-transition: all 0.8s 1.2s;
    transition: all 0.8s 1.2s; }

.service-typetwo-in {
  overflow: hidden;
  position: relative;
  background-color: #f8f8f8;
  padding: 60px 0; }
  .service-typetwo-in .row > div {
    float: right;
    padding-left: 30px; }
  .service-typetwo-in.dipper-animate .img-box {
    left: 0;
    opacity: 1; }
  .service-typetwo-in.dipper-animate h3 {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1; }
  .service-typetwo-in.dipper-animate p {
    opacity: 1;
    right: 0; }
  .service-typetwo-in .img-box {
    position: absolute;
    left: -30%;
    top: 0;
    bottom: 0;
    width: 50%;
    background-position: center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s; }
  .service-typetwo-in ul li {
    margin-bottom: 10px;
    font-weight: 500; }
    .service-typetwo-in ul li i {
      color: #edc408;
      margin-right: 5px; }
  .service-typetwo-in h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 30px;
    -webkit-transition: all 0.8s 0.8s;
    -moz-transition: all 0.8s 0.8s;
    -ms-transition: all 0.8s 0.8s;
    transition: all 0.8s 0.8s;
    opacity: 0;
    -webkit-transform: rotateY(-80deg);
    -moz-transform: rotateY(-80deg);
    -ms-transform: rotateY(-80deg);
    transform: rotateY(-80deg); }
    .service-typetwo-in h3 span {
      font-weight: 400; }
  .service-typetwo-in p {
    opacity: 0;
    line-height: 26px;
    position: relative;
    right: -100%;
    -webkit-transition: all 0.8s 1.2s;
    -moz-transition: all 0.8s 1.2s;
    -ms-transition: all 0.8s 1.2s;
    transition: all 0.8s 1.2s; }

.pay-wrap {
  padding: 60px 0 0px; }
  .pay-wrap .row {
    margin-bottom: 30px; }
    .pay-wrap .row > div {
      margin-bottom: 30px; }
  .pay-wrap h2 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center; }
    .pay-wrap h2 span {
      font-weight: 400; }
  .pay-wrap .price-box {
    text-align: center;
    color: #fff;
    background-position: center;
    background-size: cover; }
    .pay-wrap .price-box h4 {
      padding-top: 55px;
      font-size: 20px;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .pay-wrap .price-box h5 {
      font-size: 14px;
      margin-bottom: 25px;
      text-transform: uppercase;
      font-weight: 400; }
    .pay-wrap .price-box h3 {
      margin-bottom: 8px;
      font-weight: 600;
      font-size: 28px;
      text-transform: uppercase; }
    .pay-wrap .price-box h6 {
      margin-top: 20px;
      font-size: 15px;
      margin-bottom: 25px;
      padding: 0 5%;
      font-weight: 400;
      line-height: 21px; }
    .pay-wrap .price-box a {
      display: inline-block;
      padding: 0 50px;
      border-radius: 25px;
      background-color: #edc408;
      color: #111;
      line-height: 40px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 50px; }
      .pay-wrap .price-box a:hover {
        background-color: #fff; }
    .pay-wrap .price-box figure img {
      display: block;
      width: 100%; }
  .pay-wrap .small h4 {
    font-size: 16px; }
  .pay-wrap .small h3 {
    font-size: 22px; }
  .pay-wrap .small h5 {
    font-size: 13px; }
  .pay-wrap .small h6 {
    font-size: 12px;
    line-height: 18px; }

.book-wrap {
  padding: 60px 0; }
  .book-wrap .row > div {
    margin-bottom: 30px; }
  .book-wrap label {
    opacity: 0.8;
    font-weight: 600;
    display: block; }
  .book-wrap input {
    display: block;
    width: 100%;
    border: 1px solid #ccc; }
  .book-wrap .radio-btn li {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    text-align: center;
    line-height: 42px;
    position: relative;
    padding: 0 20px; }
    .book-wrap .radio-btn li div {
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      position: relative;
      margin-left: 5px; }
    .book-wrap .radio-btn li input {
      margin: 0;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 20px;
      opacity: 0;
      cursor: pointer; }
    .book-wrap .radio-btn li input:checked + span {
      background-color: #edc408;
      border: 2px solid #000; }
    .book-wrap .radio-btn li span {
      display: block;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 2px solid #ccc;
      padding: 5px; }
  .book-wrap select {
    height: 42px;
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    padding: 0 15px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-down-b.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    background-size: 14px; }
  .book-wrap .know-list li {
    display: inline-block;
    margin-right: -4px;
    padding: 5px 20px; }
    .book-wrap .know-list li div {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      margin: 0;
      margin-right: 5px;
      position: relative; }
      .book-wrap .know-list li div input {
        position: absolute;
        left: 0;
        top: 0;
        height: 20px;
        width: 100%;
        cursor: pointer;
        opacity: 0; }
      .book-wrap .know-list li div input:checked + span {
        background-image: url(../images/android-checkmark.png);
        background-position: center;
        background-size: 12px;
        background-repeat: no-repeat; }
      .book-wrap .know-list li div span {
        width: 20px;
        height: 20px;
        border: 1px solid #ccc;
        display: block; }
    .book-wrap .know-list li label {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      margin: 0;
      cursor: pointer;
      line-height: 22px; }
  .book-wrap textarea {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    height: 160px;
    resize: vertical; }
  .book-wrap .send-btn input {
    width: 200px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #edc408;
    border: 1px solid #edc408;
    border-radius: 3px; }
    .book-wrap .send-btn input:hover {
      background-color: transparent; }

.carrer-left-wrap {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  margin-top: 50px; }
  .carrer-left-wrap::after {
    content: "";
    width: 50%;
    background-color: rgba(255, 210, 2, 0.5);
    top: 0;
    bottom: 0;
    right: -20%;
    position: absolute;
    -webkit-transform: skewX(-16deg);
    -moz-transform: skewX(-16deg);
    -ms-transform: skewX(-16deg);
    transform: skewX(-16deg); }
  .carrer-left-wrap .row {
    position: relative;
    padding: 35px 0; }
  .carrer-left-wrap .img-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: calc(50% - 30px);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .carrer-left-wrap h3 {
    color: #2a2828;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px; }
  .carrer-left-wrap p {
    color: #616161;
    line-height: 24px; }
  .carrer-left-wrap .link {
    padding-top: 15px; }
    .carrer-left-wrap .link a {
      display: inline-block;
      padding: 0 40px;
      line-height: 40px;
      background-color: #edc408;
      border-radius: 3px;
      color: #111;
      font-weight: 600; }
      .carrer-left-wrap .link a:hover {
        background-color: #111;
        color: #edc408; }

.carrer-right-wrap {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  margin-top: 50px; }
  .carrer-right-wrap.margin-botom {
    margin-bottom: 50px; }
  .carrer-right-wrap::after {
    content: "";
    width: 50%;
    background-color: rgba(255, 210, 2, 0.5);
    top: 0;
    bottom: 0;
    left: -20%;
    position: absolute;
    -webkit-transform: skewX(16deg);
    -moz-transform: skewX(16deg);
    -ms-transform: skewX(16deg);
    transform: skewX(16deg); }
  .carrer-right-wrap .row {
    position: relative;
    padding: 35px 0; }
    .carrer-right-wrap .row > div:first-child {
      float: right; }
  .carrer-right-wrap .img-box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: calc(50% - 30px);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  .carrer-right-wrap h3 {
    color: #2a2828;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px; }
  .carrer-right-wrap p {
    color: #616161;
    line-height: 24px; }
  .carrer-right-wrap ul li {
    background-image: url(../images/tick-inside-circle.png);
    background-size: 14px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 24px;
    line-height: 36px;
    color: #616161; }

.blog-details-wrap {
  padding: 60px 0 30px;
  overflow: hidden; }
  .blog-details-wrap .row > div {
    margin-bottom: 30px; }
  .blog-details-wrap .blog-box {
    border: 1px solid rgba(0, 0, 0, 0.06); }
    .blog-details-wrap .blog-box .post-meta {
      text-transform: uppercase;
      color: #999;
      font-size: 13px;
      padding: 10px 15px;
      background-color: #f8f8f8; }
      .blog-details-wrap .blog-box .post-meta span {
        margin-right: 3px; }
        .blog-details-wrap .blog-box .post-meta span i {
          color: #fbb908; }
        .blog-details-wrap .blog-box .post-meta span a {
          color: #333; }
      .blog-details-wrap .blog-box .post-meta .post-more-link {
        position: relative;
        z-index: 2; }
        .blog-details-wrap .blog-box .post-meta .post-more-link:hover .icons-hover-black {
          right: -15px;
          opacity: 1;
          visibility: visible; }
        .blog-details-wrap .blog-box .post-meta .post-more-link:hover .btn-text {
          color: #edc408; }
        .blog-details-wrap .blog-box .post-meta .post-more-link .btn-text {
          color: #222;
          font-size: 20px;
          line-height: 1;
          cursor: pointer; }
        .blog-details-wrap .blog-box .post-meta .post-more-link .icons-hover-black {
          bottom: auto;
          right: -50px;
          top: 100%;
          position: absolute;
          padding: 10px 0;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s; }
          .blog-details-wrap .blog-box .post-meta .post-more-link .icons-hover-black a {
            padding: 8px 12px;
            color: #fff;
            display: block;
            text-align: center;
            min-width: 0;
            height: auto;
            line-height: inherit; }
            .blog-details-wrap .blog-box .post-meta .post-more-link .icons-hover-black a:hover {
              background-color: #111 !important; }
          .blog-details-wrap .blog-box .post-meta .post-more-link .icons-hover-black .facebook-icon {
            background: #3b5998; }
          .blog-details-wrap .blog-box .post-meta .post-more-link .icons-hover-black .twitter-icon {
            background: #00a0d1; }
          .blog-details-wrap .blog-box .post-meta .post-more-link .icons-hover-black .googleplus-icon {
            background: #db4a39; }
          .blog-details-wrap .blog-box .post-meta .post-more-link .icons-hover-black .linkedin-icon {
            background: #00a0d1; }
    .blog-details-wrap .blog-box figure {
      width: 100%;
      height: 360px;
      background-position: center;
      background-size: cover;
      position: relative; }
      .blog-details-wrap .blog-box figure span {
        display: inline-block;
        bottom: 0;
        left: 0;
        padding: 7px 20px;
        background-color: #edc408;
        position: absolute;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
    .blog-details-wrap .blog-box .text-area {
      padding: 20px 15px; }
      .blog-details-wrap .blog-box .text-area h5 {
        color: #393839;
        font-weight: 600;
        font-size: 18px; }
        .blog-details-wrap .blog-box .text-area h5 a:hover {
          color: #edc408; }
      .blog-details-wrap .blog-box .text-area p {
        opacity: 0.8; }
      .blog-details-wrap .blog-box .text-area .link a {
        display: inline-block;
        padding: 0px 0px;
        text-transform: uppercase;
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 600;
        border-radius: 2px;
        line-height: 30px; }
        .blog-details-wrap .blog-box .text-area .link a span {
          display: inline-block;
          vertical-align: middle;
          width: 0;
          height: 0;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-left: 6px solid #edc408;
          -webkit-transition: all 0.4s;
          -moz-transition: all 0.4s;
          -ms-transition: all 0.4s;
          transition: all 0.4s; }
        .blog-details-wrap .blog-box .text-area .link a:hover {
          color: #777; }
          .blog-details-wrap .blog-box .text-area .link a:hover span {
            margin-left: 5px; }
    .blog-details-wrap .blog-box .lead-point li {
      color: #111;
      margin-bottom: 10px; }
      .blog-details-wrap .blog-box .lead-point li i {
        margin-right: 10px;
        color: #edc408; }
  .blog-details-wrap .post-comment {
    margin-top: 30px;
    margin-bottom: 30px; }
    .blog-details-wrap .post-comment h4 {
      margin-top: 10px;
      font-weight: 600;
      color: #333333;
      font-size: 24px; }
      .blog-details-wrap .post-comment h4 .comment-numb {
        font-weight: 300; }
    .blog-details-wrap .post-comment .comment-list {
      margin-top: 30px; }
      .blog-details-wrap .post-comment .comment-list .comment-reply-btn i {
        padding-right: 3px;
        color: #fbb908; }
      .blog-details-wrap .post-comment .comment-list li {
        position: relative;
        padding-left: 100px;
        padding-top: 15px; }
        .blog-details-wrap .post-comment .comment-list li .comment-avatar {
          left: 0;
          margin-right: 15px;
          position: absolute;
          height: 85px;
          width: 85px;
          background-position: center;
          background-size: cover; }
      .blog-details-wrap .post-comment .comment-list .comment-detail {
        border-bottom: 1px dotted #eee;
        padding-bottom: 24px; }
        .blog-details-wrap .post-comment .comment-list .comment-detail h6 {
          margin-top: 0px;
          margin-bottom: 3px;
          text-transform: capitalize;
          font-weight: 600;
          color: #333333;
          letter-spacing: 2px; }
        .blog-details-wrap .post-comment .comment-list .comment-detail .post-meta {
          text-transform: uppercase;
          color: #999;
          font-size: 13px; }
        .blog-details-wrap .post-comment .comment-list .comment-detail p {
          color: #777777;
          font-size: 15px; }
      .blog-details-wrap .post-comment .comment-list .comment-reply {
        padding-top: 30px;
        position: relative;
        padding-left: 100px; }
        .blog-details-wrap .post-comment .comment-list .comment-reply .comment-avatar {
          left: 0;
          margin-right: 15px;
          position: absolute;
          height: 85px;
          width: 85px;
          background-position: center;
          background-size: cover; }
  .blog-details-wrap .Comment-box-wrap {
    margin-top: 60px; }
    .blog-details-wrap .Comment-box-wrap .row > div {
      margin-bottom: 20px; }
    .blog-details-wrap .Comment-box-wrap h4 {
      font-size: 24px;
      margin-top: 10px;
      font-weight: 600;
      color: #333333;
      margin-bottom: 20px; }
    .blog-details-wrap .Comment-box-wrap input {
      border: 1px solid #DEDEDE;
      width: 100%;
      display: block;
      border-radius: 3px; }
    .blog-details-wrap .Comment-box-wrap textarea {
      border: 1px solid #DEDEDE;
      width: 100%;
      display: block;
      height: 140px;
      resize: vertical;
      border-radius: 3px; }
    .blog-details-wrap .Comment-box-wrap button {
      display: inline-block;
      font-size: 16px;
      line-height: 42px;
      padding: 0 50px;
      border-radius: 3px;
      background-color: #edc408;
      color: #111;
      text-align: center;
      font-weight: 500;
      text-transform: uppercase; }
      .blog-details-wrap .Comment-box-wrap button i {
        margin-left: 5px; }
      .blog-details-wrap .Comment-box-wrap button:hover {
        background-color: #3f3d3d;
        color: #fff; }

.contact-wrap {
  padding: 60px 0 30px; }
  .contact-wrap .row > div {
    margin-bottom: 30px; }
    .contact-wrap .row > div:last-child {
      padding-left: 10%; }
  .contact-wrap h3 {
    color: #3f3d3d;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 25px; }
  .contact-wrap h3 + p {
    margin-bottom: 40px;
    font-size: 13px;
    opacity: 0.7;
    font-weight: 500; }
  .contact-wrap table {
    display: block; }
    .contact-wrap table td {
      padding-bottom: 30px; }
      .contact-wrap table td:first-child {
        padding-right: 20px; }
      .contact-wrap table td i {
        height: 40px;
        width: 40px;
        border: 2px solid #edc408;
        line-height: 36px;
        text-align: center;
        border-radius: 3px;
        font-size: 20px;
        color: #edc408; }
      .contact-wrap table td h6 {
        color: #3b3b3b;
        font-size: 16px;
        margin: 0;
        text-transform: uppercase;
        font-weight: 700; }
      .contact-wrap table td a {
        color: #3b3b3b;
        font-size: 15px;
        opacity: 0.8;
        display: inline-block;
        font-weight: 500; }
        .contact-wrap table td a:hover {
          color: #edc408; }
  .contact-wrap form {
    padding-top: 5px; }
    .contact-wrap form ul {
      margin: 0 -15px; }
      .contact-wrap form ul li {
        float: left;
        width: 50%;
        padding: 0 15px 10px; }
    .contact-wrap form input {
      display: block;
      width: 100%;
      border: 1px solid #ccc;
      border-radius: 25px;
      font-size: 13px; }
    .contact-wrap form textarea {
      display: block;
      width: 100%;
      border: 1px solid #ccc;
      height: 140px;
      border-radius: 25px;
      font-size: 13px; }
    .contact-wrap form button {
      display: inline-block;
      font-size: 16px;
      line-height: 42px;
      padding: 0 50px;
      border-radius: 25px;
      background-color: #edc408;
      color: #111;
      text-align: center;
      margin-top: 15px;
      font-weight: 500;
      border: 0; }
      .contact-wrap form button i {
        margin-left: 5px; }
      .contact-wrap form button:hover {
        background-color: #3f3d3d;
        color: #fff; }

.map-box iframe {
  height: 400px;
  width: 100%; }

map.iframe {
  width: 100%;
  height: 400px; }

.common-wrap {
  padding: 60px 0 30px; }
  .common-wrap .row {
    align-items: center;
    display: flex; }
    .common-wrap .row > div {
      margin-bottom: 30px; }
  .common-wrap h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
    position: relative; }
    .common-wrap h3 span {
      font-weight: 400; }
  .common-wrap h4 {
    font-size: 24px;
    color: #7e6700; }
  .common-wrap p {
    line-height: 26px;
    position: relative;
    opacity: 0.7;
    font-weight: 500; }
  .common-wrap img {
    display: block;
    width: 100%; }

.common-mist-list {
  padding: 30px 0 60px;
  background-color: rgba(0, 0, 0, 0.02); }
  .common-mist-list ul > li {
    padding: 30px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.04); }
  .common-mist-list ol {
    padding-top: 10px;
    padding-left: 10px; }
    .common-mist-list ol li {
      background-image: url(../images/alert-circled.png);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 14px;
      padding-left: 25px;
      margin-bottom: 7px;
      font-weight: 500;
      line-height: 20px;
      opacity: 0.8; }
  .common-mist-list .number {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-right: 30px;
    background-color: #edc408;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    position: relative; }
    .common-mist-list .number::after {
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      border-left: 20px solid #edc408;
      position: absolute;
      right: -20px;
      top: 50%;
      margin-top: -18px;
      content: ""; }
  .common-mist-list h3 {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  .common-mist-list p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    opacity: 0.8;
    clear: both;
    padding-top: 10px; }

.nerves-wrap {
  padding: 60px 0 30px; }
  .nerves-wrap .row > div {
    margin-bottom: 30px;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.08);
    /*background-color: rgba(0,0,0,0.02);*/
    padding: 30px 20px; }
  .nerves-wrap h3 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 28px;
    position: relative;
    text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.8);
    width: 60%;
    opacity: 0.9; }
    .nerves-wrap h3 span {
      font-weight: 400; }
  .nerves-wrap p {
    line-height: 24px;
    position: relative;
    opacity: 0.7;
    font-weight: 500; }
  .nerves-wrap .list-type-one {
    padding-left: 30px; }
    .nerves-wrap .list-type-one h5 {
      font-weight: 600;
      margin-bottom: 5px;
      background-image: url(../images/star2.png);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 14px;
      padding-left: 20px;
      color: #454016; }
  .nerves-wrap .list-type-two li {
    font-weight: 500;
    margin-bottom: 5px;
    background-image: url(../images/star2.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px;
    padding-left: 20px;
    color: #6C683F;
    margin-bottom: 8px; }

.test-drive-wrap {
  padding: 60px 0 0px; }
  .test-drive-wrap p {
    font-weight: 500;
    opacity: 0.8;
    line-height: 26px; }

.test-drive-tag-wrap {
  padding: 30px 0 30px; }
  .test-drive-tag-wrap .row > div {
    text-align: center;
    margin-bottom: 30px;
    border-right: 1px dashed rgba(0, 0, 0, 0.15); }
    .test-drive-tag-wrap .row > div:last-child {
      border: 0; }
  .test-drive-tag-wrap .icon-box {
    text-align: center;
    padding: 30px; }
    .test-drive-tag-wrap .icon-box svg {
      fill: #edc408; }
  .test-drive-tag-wrap h4 {
    font-weight: 600;
    font-size: 16px;
    opacity: 0.9;
    font-weight: 600;
    line-height: 21px; }
  .test-drive-tag-wrap p {
    line-height: 25px;
    font-weight: 500;
    opacity: 0.7;
    height: 50px;
    overflow: hidden;
    font-size: 15px;
    padding: 0 30px; }
  .test-drive-tag-wrap a {
    display: inline-block;
    padding: 0px 34px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    border-radius: 2px;
    line-height: 30px; }
    .test-drive-tag-wrap a span {
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #edc408;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s; }
    .test-drive-tag-wrap a:hover {
      color: #777; }
      .test-drive-tag-wrap a:hover span {
        margin-left: 5px; }

.trick-wrap {
  padding: 60px 0; }
  .trick-wrap h3 {
    font-weight: 600;
    font-size: 22px;
    font-weight: 600;
    line-height: 21px;
    text-align: center;
    background-color: #edc408;
    color: #000;
    padding: 20px 10px;
    margin-bottom: 30px; }
  .trick-wrap p {
    font-weight: 500;
    opacity: 0.8;
    line-height: 26px; }

.facts-wrap {
  padding: 30px 0 60px; }
  .facts-wrap h3 {
    font-weight: 600;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    border-left: 4px solid #edc408;
    padding-left: 10px;
    text-transform: capitalize;
    margin-top: 30px; }
  .facts-wrap p {
    font-weight: 500;
    opacity: 0.8;
    line-height: 26px; }
  .facts-wrap .link {
    padding-top: 20px; }
    .facts-wrap .link a {
      display: inline-block;
      padding: 10px 40px;
      border: 2px dashed #edc408;
      font-weight: 600; }
      .facts-wrap .link a:hover {
        background-color: #edc408;
        color: #000; }

.route-wrap {
  padding: 30px 0; }
  .route-wrap .row {
    padding: 25px 0;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.04);
    margin: 30px 0; }
  .route-wrap h3 {
    font-weight: 600;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    border-left: 4px solid #edc408;
    padding-left: 10px;
    text-transform: capitalize; }
  .route-wrap p {
    font-weight: 500;
    opacity: 0.8;
    line-height: 24px;
    padding-left: 15px; }
  .route-wrap ul {
    padding-left: 25px; }
    .route-wrap ul li {
      font-weight: 500;
      margin-bottom: 5px;
      background-image: url(../images/star2.png);
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 13px;
      padding-left: 20px;
      color: #6C683F;
      margin-bottom: 5px;
      font-size: 13px;
      text-transform: capitalize; }

/*
font-family: 'Allura', cursive;
font-family: 'Comfortaa', cursive;
*/

/*# sourceMappingURL=style.css.map */
