/*------------------------------------------------------------------
Table of content
-------------------
1. Reset css
2. Style Css
3. Navigation
4. Banner
5. Services
6. About 
7. Project
8. Testimonial
9. Contact
10. footer
11. Leaflet Map
12. Responsive Css
-------------------------------------------------------------------*/
/*------- Typography Style Start -------*/
body {
  font-weight: 400;
  color: #c0c0c0;
  font-size: 15px;
  line-height: 1.9;
  font-family: 'Montserrat', sans-serif; }

a,
a:hover,
a:focus,
input,
button,
textarea,
button:hover,
button:focus {
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

::-moz-selection {
  color: #fff;
  background: #ffd95c; }

::selection {
  color: #fff;
  background: #ffd95c; }

.form-control:focus {
  border-color: #ffc400;
  -webkit-box-shadow: none;
  box-shadow: none; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer; }

img {
  max-width: 100%;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.img-full img {
  width: 100%; }

p {
  color: #c0c0c0;
  margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

.fix {
  overflow: hidden; }

figure {
  margin: 0; }

.bg-gray {
  background-color: #f5f5f5; }

.bg-black {
  background-color: #1e1f21; }

.dark-bg {
  background-color: #151515; }

.black-light {
  background-color: #191919; }

.ft-bg {
  background-color: #0f0f0f; }

@media only screen and (min-width: 1600px) {
  .custom-container {
    max-width: 1440px; } }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .custom-container {
    max-width: 1350px; } }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .custom-container {
    max-width: 1170px; } }

@media only screen and (min-width: 1600px) {
  .plxxl-100 {
    padding-left: 100px; }
  .prxxl-100 {
    padding-right: 100px; } }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .plxxl-100 {
    padding-left: 50px; }
  .prxxl-100 {
    padding-right: 50px; } }

/*------- Typography Style end -------*/
/* ---- slick slider focus ----*/
.slick-slide:focus {
  outline: none; }

/* ---- sick arrow style start ----*/
.slider-arrow-style.slick-slider .slick-arrow {
  top: 50%;
  width: 56px;
  height: 56px;
  color: #333;
  font-size: 36px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  line-height: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
  .slider-arrow-style.slick-slider .slick-arrow.slick-prev {
    left: 50px; }
    .slider-arrow-style.slick-slider .slick-arrow.slick-prev i {
      padding-right: 2px;
      display: block; }
  .slider-arrow-style.slick-slider .slick-arrow.slick-next {
    right: 50px; }
    .slider-arrow-style.slick-slider .slick-arrow.slick-next i {
      padding-left: 2px;
      display: block; }
  .slider-arrow-style.slick-slider .slick-arrow:hover {
    color: #ffffff;
    background-color: #ffc400; }

.slider-arrow-style.slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }
  .slider-arrow-style.slick-slider:hover .slick-arrow.slick-prev {
    left: 20px; }
  .slider-arrow-style.slick-slider:hover .slick-arrow.slick-next {
    right: 20px; }

/*------- Typography Style end -------*/
/* ---- slick slider focus ----*/
.slick-slide:focus {
  outline: none; }

/* ---- sick arrow style start ----*/
.slick-arrow-style.slick-slider .slick-arrow {
  top: 50%;
  width: 75px;
  height: 75px;
  color: #ffffff;
  font-size: 36px;
  margin-top: -62px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  display: block;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 75px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden; }
  @media only screen and (max-width: 767px) {
    .slick-arrow-style.slick-slider .slick-arrow {
      width: 50px;
      height: 50px;
      line-height: 50px; } }
  .slick-arrow-style.slick-slider .slick-arrow.slick-prev {
    left: 50px; }
    .slick-arrow-style.slick-slider .slick-arrow.slick-prev i {
      padding-right: 2px;
      display: block;
      position: relative;
      z-index: 1; }
  .slick-arrow-style.slick-slider .slick-arrow.slick-next {
    right: 50px; }
    .slick-arrow-style.slick-slider .slick-arrow.slick-next i {
      padding-top: 2px;
      display: block;
      position: relative;
      z-index: 1; }
  .slick-arrow-style.slick-slider .slick-arrow:hover {
    color: #ffffff;
    background-color: #ffffff; }
  .slick-arrow-style.slick-slider .slick-arrow:after {
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
    content: "";
    position: absolute;
    background-image: url("../img/pattern/btn.png"); }
    @media only screen and (max-width: 767px) {
      .slick-arrow-style.slick-slider .slick-arrow:after {
        width: 50px;
        height: 50px; } }

.slick-arrow-style.slick-slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible; }
  .slick-arrow-style.slick-slider:hover .slick-arrow.slick-prev {
    left: 15px; }
  .slick-arrow-style.slick-slider:hover .slick-arrow.slick-next {
    right: 15px; }

.slick-arrow-style__arrow-style-2.slick-slider .slick-arrow {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  top: 100%;
  margin-top: 0;
  background-color: #ffffff; }
  .slick-arrow-style__arrow-style-2.slick-slider .slick-arrow.slick-prev {
    left: 0; }
  .slick-arrow-style__arrow-style-2.slick-slider .slick-arrow.slick-next {
    left: 76px; }
    @media only screen and (max-width: 767px) {
      .slick-arrow-style__arrow-style-2.slick-slider .slick-arrow.slick-next {
        left: 52px; } }
  .slick-arrow-style__arrow-style-2.slick-slider .slick-arrow:hover {
    color: #ffc400; }

.slick-arrow-style__arrow-style-2.slick-slider:hover .slick-arrow.slick-prev {
  left: 0; }

.slick-arrow-style__middle.slick-slider .slick-arrow {
  margin-top: 0; }
  .slick-arrow-style__middle.slick-slider .slick-arrow:hover {
    color: #ffc400; }

.slick-arrow-style__middle.slick-slider:hover .slick-arrow.slick-prev {
  left: -37px; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .slick-arrow-style__middle.slick-slider:hover .slick-arrow.slick-prev {
      left: 0; } }

.slick-arrow-style__middle.slick-slider:hover .slick-arrow.slick-next {
  right: -37px; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .slick-arrow-style__middle.slick-slider:hover .slick-arrow.slick-next {
      right: 0; } }

.slick-row-3 .slick-list {
  margin: 0 -3px; }
  .slick-row-3 .slick-list .slick-slide {
    margin: 0 3px; }

.slick-row-4 .slick-list {
  margin: 0 -4px; }
  .slick-row-4 .slick-list .slick-slide {
    margin: 0 4px; }

.slick-row-5 .slick-list {
  margin: 0 -5px; }
  .slick-row-5 .slick-list .slick-slide {
    margin: 0 5px; }

.slick-row-6 .slick-list {
  margin: 0 -6px; }
  .slick-row-6 .slick-list .slick-slide {
    margin: 0 6px; }

.slick-row-7 .slick-list {
  margin: 0 -7px; }
  .slick-row-7 .slick-list .slick-slide {
    margin: 0 7px; }

.slick-row-8 .slick-list {
  margin: 0 -8px; }
  .slick-row-8 .slick-list .slick-slide {
    margin: 0 8px; }

.slick-row-9 .slick-list {
  margin: 0 -9px; }
  .slick-row-9 .slick-list .slick-slide {
    margin: 0 9px; }

.slick-row-10 .slick-list {
  margin: 0 -10px; }
  .slick-row-10 .slick-list .slick-slide {
    margin: 0 10px; }

.slick-row-11 .slick-list {
  margin: 0 -11px; }
  .slick-row-11 .slick-list .slick-slide {
    margin: 0 11px; }

.slick-row-12 .slick-list {
  margin: 0 -12px; }
  .slick-row-12 .slick-list .slick-slide {
    margin: 0 12px; }

.slick-row-13 .slick-list {
  margin: 0 -13px; }
  .slick-row-13 .slick-list .slick-slide {
    margin: 0 13px; }

.slick-row-14 .slick-list {
  margin: 0 -14px; }
  .slick-row-14 .slick-list .slick-slide {
    margin: 0 14px; }

.slick-row-15 .slick-list {
  margin: 0 -15px; }
  .slick-row-15 .slick-list .slick-slide {
    margin: 0 15px; }

/* ----scroll to top css ----*/
.scroll-top {
  background-color: #ffc400;
  bottom: 50px;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 9999;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .scroll-top i {
    line-height: 40px;
    color: #fff;
    font-size: 25px;
    -webkit-animation: zoomIn;
    animation: zoomIn;
    display: inline-block; }
  .scroll-top.not-visible {
    bottom: -50px;
    visibility: hidden;
    opacity: 0; }

/*------ preloader css start ------*/
.preloader {
  background: #ffc400;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999999; }
  .preloader .preloader-inner-area {
    height: 100%;
    position: relative;
    width: 100%; }
    .preloader .preloader-inner-area .loader-overlay {
      background-color: white;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      position: absolute;
      -webkit-transition: opacity .5s ease-in-out;
      -o-transition: opacity .5s ease-in-out;
      transition: opacity .5s ease-in-out; }
      .preloader .preloader-inner-area .loader-overlay .l-preloader {
        width: 60px;
        height: 60px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
        .preloader .preloader-inner-area .loader-overlay .l-preloader .c-preloader {
          width: 60px;
          height: 60px;
          position: relative; }
          .preloader .preloader-inner-area .loader-overlay .l-preloader .c-preloader:before {
            content: '';
            width: 60px;
            height: 60px;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            background-color: #ffc400;
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-animation-name: preloading;
            animation-name: preloading;
            -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
          .preloader .preloader-inner-area .loader-overlay .l-preloader .c-preloader:after {
            content: '';
            width: 60px;
            height: 60px;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            background-color: #ffc400;
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-animation-name: preloading;
            animation-name: preloading;
            -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
            -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

@-webkit-keyframes preloading {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes preloading {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*------ preloader css end ------*/
/*======== header style css start ========*/
@media only screen and (max-width: 575px) {
  .logo {
    text-align: left !important; } }

.logo .logo-sec {
  display: none; }

.haeder-main-wrapper {
  border-bottom: 1px solid #928f8b;
  padding: 22px 0; }
  @media only screen and (max-width: 767px) {
    .haeder-main-wrapper {
      padding: 12px 0; } }
  .haeder-main-wrapper.header-2 .header-social-link a {
    color: #ffffff; }
    .haeder-main-wrapper.header-2 .header-social-link a:hover {
      color: #ffc400; }
  .haeder-main-wrapper.header-2 .header-right .header-search-btn button {
    color: #ffffff; }
    .haeder-main-wrapper.header-2 .header-right .header-search-btn button:hover {
      color: #ffc400; }

.header-social-link a {
  color: #dddddd;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px; }
  .header-social-link a:hover {
    color: #ffffff; }

.header-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }
  .header-right .header-search-btn button {
    color: #ffffff;
    font-size: 20px;
    margin-right: 20px; }
    .header-right .header-search-btn button:hover {
      color: #ffc400; }
  .header-right .menu-btn {
    width: 50px;
    height: 50px;
    background-color: #53514d;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    .header-right .menu-btn:hover {
      background-color: #ffc400; }

.transparent-header {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 9; }

.sticky.is-fixed {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown;
  animation: 900ms cubic-bezier(0.2, 1, 0.22, 1) 0s normal none 1 running fadeInDown; }
  .sticky.is-fixed.haeder-main-wrapper {
    border-bottom: none;
    padding: 10px 0; }
    .sticky.is-fixed.haeder-main-wrapper .logo {
      max-width: 70px;
      margin: auto; }
      .sticky.is-fixed.haeder-main-wrapper .logo .logo-pri {
        display: none; }
      .sticky.is-fixed.haeder-main-wrapper .logo .logo-sec {
        display: block; }
      @media only screen and (max-width: 575px) {
        .sticky.is-fixed.haeder-main-wrapper .logo {
          margin: 0; } }
    .sticky.is-fixed.haeder-main-wrapper .header-social-link a {
      color: #ffffff; }
      .sticky.is-fixed.haeder-main-wrapper .header-social-link a:hover {
        color: #ffc400; }
    .sticky.is-fixed.haeder-main-wrapper .search-btn {
      color: #ffffff; }
      .sticky.is-fixed.haeder-main-wrapper .search-btn:hover {
        color: #ffc400; }

/*======== header style css end ========*/
.offcanvas-menu-wrapper {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  background-image: url(../img/banner/search-bg.jpg);
  background-size: cover;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }
  .offcanvas-menu-wrapper.d-dark {
    background-image: url(../img/banner/banner-black.jpg); }
  .offcanvas-menu-wrapper.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.offcanvas-menu-inner {
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.slicknav_menu {
  padding: 0;
  background-color: transparent; }
  .slicknav_menu .slicknav_nav {
    display: block !important; }
    @media only screen and (max-width: 767px) {
      .slicknav_menu .slicknav_nav {
        margin-top: 100px; } }
    .slicknav_menu .slicknav_nav .slicknav_arrow {
      font-size: 24px;
      font-weight: 300;
      margin-left: 10px;
      vertical-align: middle; }
    .slicknav_menu .slicknav_nav li {
      margin-bottom: 12px; }
      .slicknav_menu .slicknav_nav li:last-child {
        margin-bottom: 0; }
      .slicknav_menu .slicknav_nav li a {
        color: #ffffff;
        display: inline-block;
        font-size: 50px;
        font-weight: 500;
        line-height: 1;
        padding: 0 !important;
        text-transform: capitalize; }
        .slicknav_menu .slicknav_nav li a:hover {
          color: #ffc400;
          background: transparent !important; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .slicknav_menu .slicknav_nav li a {
            font-size: 32px; } }
        @media only screen and (max-width: 767px) {
          .slicknav_menu .slicknav_nav li a {
            font-size: 32px; } }
        @media only screen and (max-width: 479px) {
          .slicknav_menu .slicknav_nav li a {
            font-size: 24px;
            padding: 3px 0 !important; } }
      .slicknav_menu .slicknav_nav li ul {
        padding-top: 10px; }
        .slicknav_menu .slicknav_nav li ul li {
          line-height: 1; }
          .slicknav_menu .slicknav_nav li ul li a {
            font-size: 18px;
            display: inline-block; }

.offcanvas-logo {
  left: 0;
  top: 50px;
  position: absolute;
  z-index: 1; }
  @media only screen and (max-width: 575px) {
    .offcanvas-logo {
      left: 15px; } }

.view-button {
  left: 0;
  bottom: 50px;
  position: absolute; }
  @media only screen and (max-width: 767px) {
    .view-button {
      display: none; } }
  .view-button a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize; }
    .view-button a i {
      font-size: 18px;
      vertical-align: middle; }
    .view-button a:hover {
      color: #ffc400; }

.offcanvas-contact-info {
  right: 0;
  bottom: 50px;
  position: absolute; }
  @media only screen and (max-width: 767px) {
    .offcanvas-contact-info {
      display: none; } }
  .offcanvas-contact-info li {
    color: #ffffff;
    font-weight: 500;
    line-height: 1; }
    .offcanvas-contact-info li.offcanvas-phone a, .offcanvas-contact-info li.offcanvas-mail a {
      color: #ffffff;
      font-weight: 500;
      line-height: 1; }
    .offcanvas-contact-info li:hover a {
      color: #ffc400; }
    .offcanvas-contact-info li:last-child {
      margin-left: 30px; }

/*------ offcanvas social link start ------*/
.social-link-vertical {
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media only screen and (max-width: 767px) {
    .social-link-vertical {
      display: none; } }
  .social-link-vertical a {
    display: block;
    color: #ffffff;
    font-size: 18px; }
    .social-link-vertical a:hover {
      color: #ffc400; }

/*------ offcanvas social link end ------*/
.slinky-menu a span {
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit; }

.slinky-theme-default .next:after, .slinky-theme-default .next:before,
.slinky-theme-default .back:after,
.slinky-theme-default .back:before {
  height: 22px;
  width: 40px;
  margin-left: 20px;
  background-size: 30px; }

.slinky-theme-default .back:before {
  padding: 0;
  margin-left: 0;
  margin-bottom: 20px; }

.slicknav_btn {
  display: none; }

/*-------- slider area start --------*/
.hero-bg {
  background-size: cover;
  background-position: center;
  height: 100vh; }
  @media only screen and (max-width: 767px) {
    .hero-bg {
      height: 500px; } }
  .hero-bg__style-1 {
    position: relative; }
    .hero-bg__style-1:before {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      background-color: #3d2d12;
      opacity: 0.4;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40); }
    .hero-bg__style-1 .slider-content {
      margin-top: 90px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-bg__style-1 .slider-content {
          padding-right: 100px;
          margin-top: 0; } }
      @media only screen and (max-width: 767px) {
        .hero-bg__style-1 .slider-content {
          margin-top: 0; } }
      .hero-bg__style-1 .slider-content h1 {
        color: #ffffff;
        font-size: 72px;
        line-height: 1.2;
        font-weight: 500;
        display: block; }
        @media only screen and (min-width: 1200px) and (max-width: 1599px) {
          .hero-bg__style-1 .slider-content h1 {
            font-size: 60px; } }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .hero-bg__style-1 .slider-content h1 {
            font-size: 55px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .hero-bg__style-1 .slider-content h1 {
            font-size: 50px; } }
        @media only screen and (max-width: 767px) {
          .hero-bg__style-1 .slider-content h1 {
            font-size: 40px; } }
        @media only screen and (max-width: 575px) {
          .hero-bg__style-1 .slider-content h1 {
            font-size: 34px; } }
        @media only screen and (max-width: 479px) {
          .hero-bg__style-1 .slider-content h1 {
            font-size: 26px; } }

/*-------- slider area end --------*/
.hero-slider-inner {
  position: relative; }
  @media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slider-inner .site-navigation {
      display: none; } }
  .hero-slider-inner .site-navigation a {
    position: relative; }
    .hero-slider-inner .site-navigation a span {
      color: #ffffff;
      font-size: 15px;
      line-height: 1;
      display: inline-block;
      text-transform: uppercase;
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      letter-spacing: 2px;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .hero-slider-inner .site-navigation a:before {
      position: absolute;
      top: 100%;
      left: 50%;
      width: 1px;
      height: 30px;
      content: "";
      background-color: #ffffff;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .hero-slider-inner .site-navigation a:after {
      top: calc(100% + 30px);
      left: 50%;
      content: "";
      position: absolute;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #ffffff;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .hero-slider-inner .site-navigation a:hover span {
      color: #ffc400; }
    .hero-slider-inner .site-navigation a:hover:before, .hero-slider-inner .site-navigation a:hover:after {
      background-color: #ffc400; }
    .hero-slider-inner .site-navigation a.button-left {
      position: absolute;
      bottom: 85px;
      left: 100px; }
      @media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .hero-slider-inner .site-navigation a.button-left {
          left: 40px; } }
    .hero-slider-inner .site-navigation a.button-right {
      position: absolute;
      bottom: 85px;
      right: 100px; }
      @media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .hero-slider-inner .site-navigation a.button-right {
          right: 40px; } }

/*--------- slick slider dot style start -------*/
.slick-dot-style ul.slick-dots {
  bottom: 90px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .slick-dot-style ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    cursor: pointer; }
    .slick-dot-style ul.slick-dots li:before {
      content: "";
      left: 50%;
      top: 10px;
      width: 1px;
      height: 65px;
      position: absolute;
      background-color: #ffffff;
      -webkit-transform: scale(0) translate(-50%, 0);
      -ms-transform: scale(0) translate(-50%, 0);
      transform: scale(0) translate(-50%, 0);
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
      transform-origin: bottom; }
    .slick-dot-style ul.slick-dots li:after {
      left: 50%;
      top: 65px;
      width: 10px;
      height: 10px;
      display: block;
      content: "";
      position: absolute;
      background-color: #ffffff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0); }
    .slick-dot-style ul.slick-dots li button {
      color: #ffffff;
      font-size: 16px;
      text-indent: -28px;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px); }
      .slick-dot-style ul.slick-dots li button:before {
        content: "0"; }
    .slick-dot-style ul.slick-dots li.slick-active:before {
      -webkit-transform: scale(1) translate(-50%, 0);
      -ms-transform: scale(1) translate(-50%, 0);
      transform: scale(1) translate(-50%, 0); }
    .slick-dot-style ul.slick-dots li.slick-active button {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

/*--------- slick slider dot style end -------*/
.slick-current .slider-content h1:nth-child(1) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.slick-current .slider-content h1:nth-child(2) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.slick-current .slider-content h1:nth-child(3) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.slick-current .slider-content a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

/* ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */
/*  .slick-current.kenburns-top {
	    animation: kenburns-top 20s ease-out both;
}

@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
} */
/* ---- section title start ----*/
.section-title {
  display: inline-block;
  position: relative; }
  .section-title p {
    color: #ffc400;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: -4px;
    position: relative;
    z-index: 1; }
  .section-title h2 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .section-title h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
      .section-title h2 {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .section-title h2 {
        font-size: 26px; } }
    @media only screen and (max-width: 479px) {
      .section-title h2 {
        font-size: 24px; } }
  .section-title__style-2 p {
    color: #ffffff; }
  .section-title__style-2 h2 {
    color: #ffc400; }
  .section-title.title-pattern {
    position: relative; }
    .section-title.title-pattern:before {
      top: -30px;
      left: -50px;
      content: "";
      width: 118px;
      height: 118px;
      position: absolute;
      background-image: url(../img/pattern/pattern-img-small.png); }
      @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
        .section-title.title-pattern:before {
          left: -30px; } }
      @media only screen and (max-width: 767px) {
        .section-title.title-pattern:before {
          display: none; } }

.section-title-minimal {
  text-align: center; }
  .section-title-minimal h2 {
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    text-transform: capitalize; }
    @media only screen and (max-width: 767px) {
      .section-title-minimal h2 {
        font-size: 26px; } }
    @media only screen and (max-width: 479px) {
      .section-title-minimal h2 {
        font-size: 24px; } }

/* ---- section title end ----*/
/*----- All button style start -----*/
.btn-main {
  color: #ffc400;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 31px 14px;
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid #ffc400;
  line-height: 1; }
  .btn-main span {
    font-size: 25px;
    padding-left: 5px;
    line-height: 28px;
    vertical-align: bottom;
    position: relative; }
    .btn-main span:before {
      top: 50%;
      left: 100%;
      font-size: 16px;
      line-height: 1;
      margin-left: -15px;
      content: "\eab8";
      position: absolute;
      font-family: IcoFont !important;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      visibility: hidden; }
  .btn-main:hover {
    color: #ffffff;
    border-color: #ffc400;
    background-color: #ffc400; }
    .btn-main:hover span:before {
      margin-left: -5px;
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      visibility: visible; }

.btn-bg__fill {
  color: #ffffff;
  background-color: #ffc400; }

.btn-text {
  font-size: 15px;
  color: #ffc400;
  border: none;
  padding: 0; }
  .btn-text:hover {
    color: #ffc400 !important;
    background-color: transparent; }

/*----- All button style end -----*/
.hero-btn {
  font-size: 20px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  display: inline-block;
  padding: 15px 15px;
  position: relative;
  margin-top: 42px; }
  @media only screen and (max-width: 479px) {
    .hero-btn {
      margin-top: 30px; } }
  .hero-btn:before {
    background-image: url("../img/icon/btn.png");
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 65px; }
  .hero-btn:after {
    background-image: url(../img/icon/btn-arrow.png);
    content: "";
    top: 50%;
    left: 100%;
    width: 50px;
    height: 20px;
    margin-left: 20px;
    position: absolute;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .hero-btn:hover {
    color: #ffc400; }

/*------ about us start ------*/
.about-content {
  padding-right: 30px; }
  @media only screen and (max-width: 767px) {
    .about-content {
      padding-right: 0; } }
  .about-content p {
    padding-bottom: 25px; }
    @media only screen and (min-width: 1200px) and (max-width: 1499px) {
      .about-content p {
        padding-bottom: 20px; } }

.about-us-inner {
  -webkit-column-count: 2;
  column-count: 2; }
  @media only screen and (max-width: 767px) {
    .about-us-inner {
      -webkit-column-count: 1;
      column-count: 1; } }
  .about-us-inner .section-title {
    margin-top: -20px;
    padding-bottom: 28px; }
    @media only screen and (max-width: 767px) {
      .about-us-inner .section-title {
        margin-top: 0;
        padding-bottom: 10px; } }

/*------ about us end ------*/
/*------- our process style start -------*/
.process-content-inner {
  padding-right: 50px; }
  .process-content-inner .section-title {
    padding-right: 40px; }
    @media only screen and (max-width: 767px) {
      .process-content-inner .section-title {
        padding-right: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .process-content-inner {
      padding-right: 0; } }

.process-content p {
  padding-top: 28px;
  padding-bottom: 26px; }
  @media only screen and (max-width: 767px) {
    .process-content p {
      padding-top: 10px; } }

.process-img-block {
  position: relative;
  padding-right: 30px;
  margin: 30px 0; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .process-img-block {
      padding-right: 15px;
      margin: 15px 0; } }
  @media only screen and (max-width: 767px) {
    .process-img-block {
      margin-top: 78px; } }
  @media only screen and (max-width: 575px) {
    .process-img-block {
      padding-right: 0;
      margin-top: 62px;
      margin-bottom: 0; } }
  .process-img-block img {
    position: relative;
    z-index: 1; }
  .process-img-block:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 150px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: calc(100% + 60px);
    background-image: url(../img/pattern/pattern-img.png); }
    @media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
      .process-img-block:before {
        height: calc(100% + 30px); } }
    @media only screen and (max-width: 575px) {
      .process-img-block:before {
        display: none; } }

/*------- our process style end -------*/
/*------- project item start -------*/
.project-item .project-item-inner {
  position: relative; }
  .project-item .project-item-inner .project-thumb {
    position: relative; }
    .project-item .project-item-inner .project-thumb:after {
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: #ffffff;
      visibility: hidden;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .project-item .project-item-inner .project-thumb .project-link {
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      position: absolute;
      -webkit-transform: translateY(-50%) scale(0.8);
      -ms-transform: translateY(-50%) scale(0.8);
      transform: translateY(-50%) scale(0.8);
      z-index: 1000;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
    .project-item .project-item-inner .project-thumb img {
      width: 100%; }
  .project-item .project-item-inner:before {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    content: '';
    position: absolute;
    z-index: 111;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5); }
  .project-item .project-item-inner:after {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    content: '';
    position: absolute;
    z-index: 111;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    transform: scaleX(0.5); }

.project-item .project-caption {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .project-item .project-caption {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .project-item .project-caption .caption-main {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%; }
    .project-item .project-caption .caption-main h4 {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.3;
      padding-top: 18px;
      padding-bottom: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .project-item .project-caption .caption-main h4 {
          font-size: 17px; } }
      .project-item .project-caption .caption-main h4 a {
        color: #ffffff; }
        .project-item .project-caption .caption-main h4 a:hover {
          color: #ffc400; }
    .project-item .project-caption .caption-main p {
      color: #c0c0c0;
      font-size: 15px;
      line-height: 1.6; }
  .project-item .project-caption .caption-link {
    -ms-flex-preferred-size: calc(100% - 70%);
    flex-basis: calc(100% - 70%);
    text-align: right;
    margin-top: 8px; }

.project-item:hover .project-item-inner:before {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1); }

.project-item:hover .project-item-inner:after {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

.project-item:hover .project-item-inner .project-thumb:after {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  visibility: visible; }

.project-item:hover .project-item-inner .project-thumb .project-link {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1); }
  .project-item:hover .project-item-inner .project-thumb .project-link span:before {
    margin-left: -5px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .feature-content-wrapper {
    padding-left: 50px;
    padding-bottom: 37px; } }

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .feature-content-wrapper {
    padding-left: 35px; } }

@media only screen and (min-width: 1600px) {
  .feature-content-wrapper {
    padding-left: 115px; } }

/*------- project item end -------*/
/*-------- fun facts area start --------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .single-fun-facts {
    margin-bottom: 40px; } }

.single-fun-facts .fun-facts-item-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center; }
  @media only screen and (max-width: 575px) {
    .single-fun-facts .fun-facts-item-inner {
      display: block;
      text-align: center; } }
  .single-fun-facts .fun-facts-item-inner .facts-icon {
    padding-right: 24px;
    max-height: 70px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-fun-facts .fun-facts-item-inner .facts-icon {
        padding-right: 5px; } }
    @media only screen and (max-width: 575px) {
      .single-fun-facts .fun-facts-item-inner .facts-icon {
        padding-right: 0;
        margin-bottom: 10px; } }
  .single-fun-facts .fun-facts-item-inner .facts-count {
    text-align: left; }
    @media only screen and (max-width: 575px) {
      .single-fun-facts .fun-facts-item-inner .facts-count {
        text-align: center; } }
    .single-fun-facts .fun-facts-item-inner .facts-count .odometer {
      color: #ffffff;
      font-size: 45px;
      font-weight: 500;
      line-height: 1; }
    .single-fun-facts .fun-facts-item-inner .facts-count p {
      font-size: 15px;
      color: #ffffff;
      font-weight: 300; }

@media only screen and (max-width: 479px) {
  .fun-facts-area .container .row .col-6 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }

/*-------- fun facts area end --------*/
/*------ Service section start ------*/
.service-item {
  background-color: #ffffff;
  padding: 38px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(117, 117, 117, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(117, 117, 117, 0.2);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-bottom: 30px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-item {
      padding: 20px; } }
  @media only screen and (max-width: 479px) {
    .service-item {
      padding: 38px 15px; } }
  .service-item:hover {
    background-color: #ffc400; }
    .service-item:hover .service__btn {
      color: #ffc400;
      background-color: #ffffff;
      border-color: #ffffff;
      padding-right: 8px; }
      .service-item:hover .service__btn span {
        right: 0;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible; }
    .service-item:hover .service__content h3 a {
      color: #ffffff; }
      .service-item:hover .service__content h3 a:hover {
        letter-spacing: 1px; }
    .service-item:hover .service__content p {
      color: #ffffff; }
    .service-item:hover .service__icon span {
      background-position: 50% 100%;
      background-repeat: no-repeat; }
      .service-item:hover .service__icon span.service-1 {
        background-position: 50% 100%;
        background-repeat: no-repeat; }

.service__icon {
  padding-bottom: 28px; }
  .service__icon span {
    width: 60px;
    height: 50px;
    text-indent: -5000px;
    display: block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }
    .service__icon span.service-1 {
      background-image: url("../img/icon/service-icon_1.png"); }
    .service__icon span.service-2 {
      background-image: url("../img/icon/service-icon_2.png"); }
    .service__icon span.service-3 {
      background-image: url("../img/icon/service-icon_3.png"); }
    .service__icon span.service-4 {
      background-image: url("../img/icon/service-icon_4.png"); }
    .service__icon span.service-5 {
      background-image: url("../img/icon/service-icon_5.png"); }
    .service__icon span.service-6 {
      background-image: url("../img/icon/service-icon_6.png"); }

.service__content h3 {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  padding-bottom: 28px;
  text-transform: capitalize; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .service__content h3 {
      padding-bottom: 15px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__content h3 {
      font-size: 22px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
    .service__content h3 {
      font-size: 24px; } }
  @media only screen and (max-width: 479px) {
    .service__content h3 {
      padding-bottom: 15px; } }
  .service__content h3 a {
    color: #ffffff; }

.service__content p {
  color: #c0c0c0;
  font-size: 15px;
  line-height: 1.6;
  padding-bottom: 34px; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .service__content p {
      padding-bottom: 25px; } }
  @media only screen and (max-width: 479px) {
    .service__content p {
      padding-bottom: 23px; } }

.service__btn {
  color: #ffc400;
  width: 40px;
  height: 40px;
  line-height: 18px;
  font-size: 35px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #ffc400;
  position: relative; }
  .service__btn span {
    top: 50%;
    right: 5px;
    position: absolute;
    -webkit-transform: translate(0, -58%);
    -moz-transform: translate(0, -58%);
    -ms-transform: translate(0, -58%);
    transform: translate(0, -58%);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden; }
    .service__btn span i {
      font-size: 18px;
      line-height: 1;
      color: #ffc400; }

/*--------- feature project section start ---------*/
.feature-img-wrapper {
  position: relative; }
  .feature-img-wrapper .tab-content {
    position: relative; }
  .feature-img-wrapper .feature-menu {
    left: 50%;
    bottom: 0;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 1px solid #ffc400;
    z-index: 11; }
    .feature-img-wrapper .feature-menu ul.nav {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .feature-img-wrapper .feature-menu ul.nav li a {
        color: #333;
        font-size: 18px;
        background-color: #ffffff;
        padding: 11px 40px;
        display: inline-block;
        text-transform: capitalize; }
        @media only screen and (max-width: 479px) {
          .feature-img-wrapper .feature-menu ul.nav li a {
            padding: 5px 15px; } }
        .feature-img-wrapper .feature-menu ul.nav li a:hover, .feature-img-wrapper .feature-menu ul.nav li a.active {
          color: #ffffff;
          background-color: #ffc400; }

/*--------- feature project section end ---------*/
/*------- Feature content start -------*/
.feature-slider-active {
  padding-bottom: 56px; }

.feature-inner {
  padding-right: 20px; }
  .feature-inner .feature-style {
    font-size: 15px;
    color: #ffffff;
    display: block;
    padding-top: 24px;
    padding-bottom: 10px;
    text-transform: capitalize; }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
      .feature-inner .feature-style {
        padding-top: 16px; } }
  .feature-inner h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    color: #ffc400;
    text-transform: capitalize; }
    .feature-inner h3 a {
      color: #ffc400; }
  .feature-inner .budget {
    font-size: 15px;
    display: block;
    padding-top: 16px;
    padding-bottom: 10px;
    color: #ffffff;
    text-transform: capitalize; }

/*------- Feature content end -------*/
.feature-img-slider {
  position: relative;
  padding-bottom: 30px; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .feature-img-slider {
      padding-bottom: 15px; } }
  @media only screen and (max-width: 575px) {
    .feature-img-slider {
      padding-bottom: 0; } }
  .feature-img-slider:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 155px;
    width: calc(100% + 60px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/pattern/pattern-bottom.png); }
    @media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
      .feature-img-slider:before {
        width: calc(100% + 30px); } }
    @media only screen and (max-width: 575px) {
      .feature-img-slider:before {
        display: none; } }

/*--------- footer area start ---------*/
@media only screen and (max-width: 767px) {
  .footer-widget {
    margin-bottom: 30px; } }

.footer-widget-title {
  padding-bottom: 12px; }
  .footer-widget-title h5 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-top: -4px;
    text-transform: capitalize; }

.useful-link li a {
  color: #c0c0c0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8; }
  .useful-link li a:hover {
    color: #ffc400;
    text-decoration: underline; }

/*----- footer social link start -----*/
.social-link {
  margin-top: 40px; }
  .social-link a {
    color: #a8a8a8;
    font-size: 24px;
    line-height: 1;
    margin-right: 15px; }
    .social-link a:hover {
      color: #ffffff; }
    .social-link a:last-child {
      margin-right: 0; }

/*----- footer social link end -----*/
.location p {
  font-size: 16px;
  color: #c0c0c0;
  line-height: 1.8; }

.widget-sub-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: -4px;
  text-transform: capitalize; }

.work-shedule,
.email,
.phone {
  margin-top: 42px; }
  .work-shedule li,
  .email li,
  .phone li {
    color: #c0c0c0;
    font-size: 16px;
    line-height: 1.8; }
    .work-shedule li a,
    .email li a,
    .phone li a {
      color: #c0c0c0; }
    .work-shedule li span,
    .email li span,
    .phone li span {
      color: #ffc400;
      padding-right: 5px; }
    .work-shedule li:hover a,
    .email li:hover a,
    .phone li:hover a {
      color: #ffc400; }

.phone {
  margin-top: 0; }

.copyright-text {
  padding-top: 50px; }
  @media only screen and (max-width: 767px) {
    .copyright-text {
      padding-top: 0; } }
  .copyright-text p {
    color: #999999;
    font-size: 16px; }

/*--------- footer area start ---------*/
/*-------- team area start --------*/
.team-member {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .team-member:hover .toggle {
    opacity: 1;
    visibility: visible; }
  .team-member input,
  .team-member .toggle {
    height: 50px;
    width: 50px;
    right: 20px;
    bottom: 20px;
    position: absolute;
    outline: none;
    cursor: pointer; }
  .team-member input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }
  .team-member .toggle {
    color: #ffffff;
    border-radius: 50%;
    pointer-events: none;
    background-color: #ffc400;
    font-size: 36px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-box-shadow: 0 0 0 0px #ffc400;
    box-shadow: 0 0 0 0px #ffc400;
    opacity: 0;
    visibility: hidden; }
  .team-member input:checked ~ .toggle {
    -webkit-box-shadow: 0 0 0 1000px #ffc400;
    box-shadow: 0 0 0 1000px #ffc400;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    background-color: #ffffff;
    color: #ffffff;
    opacity: 1;
    visibility: visible; }
  .team-member .content-box {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
    text-align: center;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden; }
    .team-member .content-box .content-box-inner {
      -webkit-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s;
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s;
      pointer-events: visible; }
      .team-member .content-box .content-box-inner h4 {
        color: #ffffff;
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
        padding-bottom: 5px;
        text-transform: capitalize; }
      .team-member .content-box .content-box-inner p {
        color: #ffffff;
        padding-bottom: 10px; }
  .team-member input:checked ~ .content-box {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible; }
    .team-member input:checked ~ .content-box .content-box-inner {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.team-social-link a {
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  margin-right: 15px;
  pointer-events: visible; }
  .team-social-link a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .team-social-link a:last-child {
    margin-right: 0; }

.team-member-thumb img {
  width: 100%; }

/*-------- team area end --------*/
/*------- testimonial area start -------*/
.testimonial-slider-wrapper {
  position: relative; }
  .testimonial-slider-wrapper:before {
    content: "";
    bottom: 0;
    left: 50%;
    height: 30px;
    position: absolute;
    width: calc(100% + 30px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../img/pattern/pattern-bottom.png); }
    @media only screen and (max-width: 767px) {
      .testimonial-slider-wrapper:before {
        display: none; } }

.testimonial-slider .slick-list {
  padding: 15px 0;
  margin: -15px -15px; }

.testimonial-item {
  text-align: center;
  background-color: #ffffff;
  padding: 58px 30px 52px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(117, 117, 117, 0.2);
  box-shadow: 0px 0px 18px 0px rgba(117, 117, 117, 0.2); }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .testimonial-item {
      padding: 40px 15px 34px; } }
  .testimonial-item p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400; }

.client-thumb {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: auto;
  position: relative; }
  .client-thumb img {
    border-radius: 50%; }
  .client-thumb .quote {
    bottom: 0;
    right: 0;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 42px;
    z-index: 99999;
    font-size: 20px;
    position: absolute;
    overflow: visible;
    border-radius: 50%;
    background-color: #ffc400; }

.client-designation {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  padding: 26px 0 38px;
  text-transform: capitalize; }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .client-designation {
      padding: 26px 0 15px; } }

/*------- testimonial area end -------*/
#map_content {
  height: 500px; }
  @media only screen and (max-width: 767px) {
    #map_content {
      height: 250px; } }

.offcanvas-contact-wrapper {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 11;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }
  .offcanvas-contact-wrapper.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    overflow-y: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

.contact-form .input-field {
  margin-bottom: 25px; }
  .contact-form .input-field .text-field {
    width: 100%;
    padding: 8px 20px;
    border: 1px solid #e5e5e5;
    background-color: transparent; 
color: white;
}
  .contact-form .input-field label {
    font-size: 15px;
    color: #ffffff;
    line-height: 1;
    padding-bottom: 5px;
    text-transform: capitalize; }
  .contact-form .input-field textarea {
    height: 150px; }

.contact-btn {
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  display: inline-block;
  background-color: #ffc400;
  text-transform: capitalize; }
  .contact-btn:hover {
    background-color: #333; }

.contact-desc .contact-address-2 {
  margin-top: 8px;
  margin-bottom: 42px; }
  @media only screen and (max-width: 767px) {
    .contact-desc .contact-address-2 {
      margin-bottom: 20px; } }
  .contact-desc .contact-address-2 span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding-bottom: 12px;
    color: #ffc400;
    text-transform: capitalize; }
  .contact-desc .contact-address-2 h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #ffc400;
    padding-bottom: 15px;
    text-transform: capitalize; }

.contact-via-list li {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .contact-via-list li {
      margin-bottom: 20px; } }
  .contact-via-list li span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding-bottom: 12px;
    color: #ffc400;
    text-transform: capitalize; }
  .contact-via-list li h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #ffc400;
    padding-bottom: 15px;
    text-transform: capitalize; }
  .contact-via-list li a {
    color: #ffffff;
    line-height: 1; }
    .contact-via-list li a:hover {
      color: #ffc400; }
  .contact-via-list li:last-child {
    margin-bottom: 0; }

.success {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: #ffc400;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  margin-top: 25px; }

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.header-banner {
  height: 700px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-banner {
      height: 500px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .header-banner {
      height: 450px; } }
  @media only screen and (max-width: 767px) {
    .header-banner {
      height: 300px; } }
  .header-banner:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background-color: rgba(21, 21, 21, 0.5); }

/*------ breadcrumb area start ------*/
.breadcrumb-wrapper {
  margin-top: 103px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media only screen and (max-width: 767px) {
    .breadcrumb-wrapper {
      margin-top: 74px; } }
  .breadcrumb-wrapper.d-dark {
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      .breadcrumb-wrapper.d-dark {
        margin-top: 0; } }

.page-title h2 {
  color: #ffffff;
  font-size: 75px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title h2 {
      font-size: 45px; } }
  @media only screen and (max-width: 767px) {
    .page-title h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 479px) {
    .page-title h2 {
      font-size: 22px; } }

.breadcrumb-inner .breadcrumb {
  background: transparent;
  margin-bottom: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .breadcrumb-inner .breadcrumb .breadcrumb-item {
    padding-left: 0; }
    .breadcrumb-inner .breadcrumb .breadcrumb-item a {
      color: #ffffff;
      font-size: 18px;
      font-weight: 500;
      line-height: 1;
      text-transform: capitalize; }
      @media only screen and (max-width: 479px) {
        .breadcrumb-inner .breadcrumb .breadcrumb-item a {
          font-size: 15px; } }
      .breadcrumb-inner .breadcrumb .breadcrumb-item a:hover {
        color: #ffc400; }
    .breadcrumb-inner .breadcrumb .breadcrumb-item:before {
      color: #ffffff;
      content: "\ea5d";
      font-size: 18px;
      margin: 0 12px;
      padding-right: 0;
      font-family: IcoFont !important; }
      @media only screen and (max-width: 479px) {
        .breadcrumb-inner .breadcrumb .breadcrumb-item:before {
          margin: 0 5px; } }
    .breadcrumb-inner .breadcrumb .breadcrumb-item:first-child::before {
      display: none; }
  .breadcrumb-inner .breadcrumb .breadcrumb-item.active {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize; }
    @media only screen and (max-width: 479px) {
      .breadcrumb-inner .breadcrumb .breadcrumb-item.active {
        font-size: 15px; } }

/*------ breadcrumb area end ------*/
/*------ work process area start ------*/
.work-process-item {
  background-color: #ffffff;
  margin-bottom: 80px; }
  @media only screen and (max-width: 670px) {
    .work-process-item {
      margin-bottom: 30px; } }
  .work-process-item:nth-child(odd) .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    .work-process-item:nth-child(odd) .row .work-process-content {
      padding-left: 45px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .work-process-item:nth-child(odd) .row .work-process-content {
          padding-left: 40px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
        .work-process-item:nth-child(odd) .row .work-process-content {
          padding-left: 30px; } }
      @media only screen and (max-width: 479px) {
        .work-process-item:nth-child(odd) .row .work-process-content {
          padding-left: 15px; } }
  .work-process-item:last-child {
    margin-bottom: 0; }
  .work-process-item .process-thumb {
    position: relative; }
    .work-process-item .process-thumb:before, .work-process-item .process-thumb:after {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      pointer-events: none;
      position: absolute;
      background-color: rgba(255, 255, 255, 0.4);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
      transform-origin: top left; }
    .work-process-item .process-thumb:after {
      bottom: 0;
      right: 0;
      -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
      transform-origin: bottom right; }
  .work-process-item:hover .process-thumb:before, .work-process-item:hover .process-thumb:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    -webkit-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s; }
  .work-process-item:hover a {
    color: #ffc400; }

.work-process-content {
  padding: 20px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .work-process-content {
      padding: 10px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .work-process-content {
      padding: 30px; } }
  @media only screen and (max-width: 479px) {
    .work-process-content {
      padding: 15px; } }
  .work-process-content p {
    font-size: 14px; }

.process-count {
  color: #d9d9d9;
  display: block;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 30px; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .process-count {
      padding-bottom: 12px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .process-count {
      padding-bottom: 10px;
      font-size: 54px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .process-count {
      padding-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    .process-count {
      font-size: 55px;
      padding-bottom: 15px; } }

.process-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 12px;
  text-transform: capitalize; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .process-title {
      font-size: 30px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
    .process-title {
      font-size: 24px; } }
  @media only screen and (max-width: 479px) {
    .process-title {
      font-size: 20px; } }
  .process-title a {
    color: #ffffff; }

/*------ work process area end ------*/
.project-gallery {
  padding-bottom: 84px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-gallery {
      padding-bottom: 81px; } }
  @media only screen and (max-width: 767px) {
    .project-gallery {
      padding-bottom: 23px; } }
  .project-gallery.d-dark {
    padding-bottom: 74px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .project-gallery.d-dark {
        padding-bottom: 71px; } }
    @media only screen and (max-width: 767px) {
      .project-gallery.d-dark {
        padding-bottom: 23px; } }

.project-details-header {
  padding-top: 51px;
  padding-bottom: 51px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details-header {
      padding-top: 51px;
      padding-bottom: 51px; } }
  @media only screen and (max-width: 767px) {
    .project-details-header {
      padding-top: 57px;
      padding-bottom: 52px; } }

.pro-details-title p {
  color: #ffc400;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: -4px; }

.pro-details-title h2 {
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .pro-details-title h2 {
      font-size: 40px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pro-details-title h2 {
      font-size: 30px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pro-details-title h2 {
      font-size: 26px; } }
  @media only screen and (max-width: 767px) {
    .pro-details-title h2 {
      font-size: 26px; } }
  @media only screen and (max-width: 479px) {
    .pro-details-title h2 {
      font-size: 24px; } }

.pro-header-des {
  padding-top: 10px; }
  .pro-header-des p {
    color: #c0c0c0;
    font-size: 16px; }

/*----- product details content start -----*/
.project-details-inner {
  padding: 43px 48px;
  border: 3px solid #ffffff; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .project-details-inner {
      padding: 35px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-details-inner {
      padding: 20px 25px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-details-inner {
      margin-top: 60px; } }
  @media only screen and (max-width: 767px) {
    .project-details-inner {
      margin-top: 62px; } }
  @media only screen and (max-width: 767px) {
    .project-details-inner {
      padding: 20px; } }
  .project-details-inner h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 44px;
    text-transform: capitalize; }
    @media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
      .project-details-inner h3 {
        margin-bottom: 30px; } }
    @media only screen and (max-width: 767px) {
      .project-details-inner h3 {
        margin-bottom: 25px; } }

.project-details-content li {
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
  text-transform: capitalize; }
  @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
    .project-details-content li {
      font-size: 15px; } }
  .project-details-content li span {
    font-weight: 600;
    padding-right: 10px; }

.project-share-link {
  padding-top: 80px; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .project-share-link {
      padding-top: 20px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-share-link {
      padding-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .project-share-link {
      padding-top: 10px; } }
  .project-share-link span {
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding-right: 32px;
    text-transform: capitalize; }
    @media only screen and (min-width: 1200px) and (max-width: 1499px) {
      .project-share-link span {
        padding-right: 5px; } }
    @media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
      .project-share-link span {
        display: block;
        padding-bottom: 5px; } }
  .project-share-link a {
    color: #ffc400;
    font-size: 22px;
    line-height: 1;
    margin-right: 15px; }
    .project-share-link a:last-child {
      margin-right: 0; }
    .project-share-link a:hover {
      color: #ffffff; }

/*----- product details content end -----*/
.project-sub-title h3 {
  color: #c0c0c0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4; }
  @media only screen and (max-width: 479px) {
    .project-sub-title h3 {
      font-size: 24px; } }

.project-sub-desc p {
  font-size: 15px;
  text-align: justify; }

@media only screen and (max-width: 767px) {
  .pro-details-thumb-inner {
    margin-bottom: 40px; } }

.pro-details-thumb-inner span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #c0c0c0;
  padding-top: 18px;
  text-transform: capitalize; }

.nice-select {
  font-size: 15px;
  line-height: 36px;
  min-width: 100px;
  max-height: 36px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #ffc400; }
  .nice-select:after {
    height: 6px;
    width: 6px;
    margin-top: -3px;
    border-bottom: 1px solid #ffc400;
    border-right: 1px solid #ffc400; }
  .nice-select:hover, .nice-select.open {
    border-color: #ffc400; }
  .nice-select .current {
    color: #ffc400;
    text-transform: capitalize; }
  .nice-select .list {
    left: auto;
    right: 0;
    border-radius: 0;
    text-transform: capitalize; }
    .nice-select .list li.option:hover {
      color: #ffffff;
      background-color: #ffc400; }
    .nice-select .list li.option.selected.focus {
      color: #ffffff;
      background-color: #ffc400 !important; }

.project-filter-wrapper {
  padding: 30px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  @media only screen and (max-width: 767px) {
    .project-filter-wrapper {
      padding: 20px;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 479px) {
    .project-filter-wrapper {
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-box-pack: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .project-filter-wrapper .filter-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff; }
    @media only screen and (max-width: 479px) {
      .project-filter-wrapper .filter-title {
        padding-bottom: 15px; } }

/*----- search box warpper start -----*/
body.hidden {
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.offcanvas-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999;
  background-image: url(../img/banner/search-bg.jpg);
  background-size: cover;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }
  .offcanvas-wrapper.d-dark {
    background-image: url(../img/banner/banner-black.jpg); }
  .offcanvas-wrapper.show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .offcanvas-wrapper.show .search-box-inner {
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }

.offcanvas-inner {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.offcanvas-close {
  top: 50px;
  right: 0;
  width: 55px;
  height: 55px;
  text-align: center;
  position: absolute;
  background-color: #ffffff;
  color: #ffffff;
  font-size: 35px;
  line-height: 55px;
  z-index: 999;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }
  @media only screen and (max-width: 575px) {
    .offcanvas-close {
      right: 15px; } }
  .offcanvas-close i {
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .offcanvas-close:hover {
    background-color: #ffc400; }
    .offcanvas-close:hover i {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg); }

.search-box-inner {
  max-width: 930px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate(0, 100px);
  -moz-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  border-bottom: 1px solid #c0c0c0; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .search-box-inner {
      max-width: 700px; } }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search-box-inner {
      max-width: 600px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .search-box-inner {
      max-width: 450px; } }
  @media only screen and (max-width: 575px) {
    .search-box-inner {
      max-width: 400px; } }
  @media only screen and (max-width: 479px) {
    .search-box-inner {
      max-width: 280px; } }

.search-title {
  font-size: 15px;
  line-height: 1;
  color: #ffc400;
  font-weight: 500;
  padding-bottom: 23px;
  text-transform: uppercase; }

.search-field {
  border: none;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  width: 100%;
  padding: 0 80px;
  text-align: center;
  text-transform: capitalize;
  background-color: transparent; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-field {
      font-size: 22px; } }
  @media only screen and (max-width: 767px) {
    .search-field {
      font-size: 22px;
      padding: 0 80px 0 30px; } }
  @media only screen and (max-width: 479px) {
    .search-field {
      font-size: 16px;
      padding: 0 80px 0 15px; } }

.find-btn {
  border: none;
  font-size: 15px;
  color: #ffc400;
  line-height: 1;
  text-transform: capitalize;
  background-color: transparent;
  position: absolute;
  bottom: 15px;
  right: 0; }

.key-info {
  bottom: 50px;
  left: 0;
  position: absolute; }
  @media only screen and (max-width: 767px) {
    .key-info {
      display: none; } }
  .key-info h4 {
    color: #6a6969;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 12px;
    text-transform: uppercase; }
  .key-info ul li {
    line-height: 1.5; }
    .key-info ul li a {
      color: #ffffff;
      font-size: 15px;
      line-height: 1;
      text-transform: capitalize; }
      .key-info ul li a:hover {
        color: #ffc400; }

.finder {
  bottom: 50px;
  right: 0;
  font-size: 15px;
  color: #ffffff;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }
  @media only screen and (max-width: 767px) {
    .finder {
      display: none; } }
  .finder.finder-2 {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%); }

/*----- search box warpper end -----*/
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0;
  font-weight: 300;
  opacity: 1;
  /* Firefox */ }
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0;
  font-weight: 300;
  opacity: 1;
  /* Firefox */ }
::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0;
  font-weight: 300;
  opacity: 1;
  /* Firefox */ }
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c0c0c0;
  font-weight: 300;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c0c0c0; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c0c0c0; }

/*------- contact page start -------*/
.single-office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #c0c0c0;
  padding: 98px 0 94px; }
  @media only screen and (max-width: 767px) {
    .single-office {
      display: block;
      padding: 60px 0 62px; } }
  .single-office:first-child {
    border-top: 2px solid #ffc400; }
  .single-office:last-child {
    padding-bottom: 0;
    border-bottom: none; }

address {
  margin-bottom: 0; }

.office-location {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .office-location {
      padding-right: 50px; }
      .office-location br {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .office-location {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin-bottom: 15px; } }
  .office-location h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #ffc400;
    text-transform: capitalize; }
  .office-location h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    padding-top: 10px;
    text-transform: capitalize; }
  .office-location p {
    padding-top: 18px; }

.contact-det {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%; }
  @media only screen and (max-width: 767px) {
    .contact-det {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      margin-bottom: 20px; } }
  .contact-det a {
    color: #c0c0c0; }
    .contact-det a:hover {
      color: #ffc400; }

.direction-link {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  text-align: right; }
  @media only screen and (max-width: 767px) {
    .direction-link {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%;
      text-align: left; } }

.direction-btn {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  background-color: #ffffff;
  padding: 15px 27px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .direction-btn {
      padding: 15px 10px; } }
  .direction-btn i {
    padding-left: 10px; }
  .direction-btn:hover {
    background-color: #ffc400; }

/*------- contact page end -------*/
.d-dark .section-title__style-2 p {
  color: #ffc400; }

.d-dark .section-title.title-pattern:before {
  background-image: url(../img/pattern/pattern-img-small-dark.png); }

.d-dark .header-right .header-search-btn button {
  margin-right: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .d-dark .header-right .header-search-btn button {
      margin-right: 20px; } }

.d-dark .hero-bg {
  height: 850px; }
  @media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .d-dark .hero-bg {
      height: 650px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .d-dark .hero-bg {
      height: 550px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .d-dark .hero-bg {
      height: 500px; } }

.d-dark .slider-content {
  margin-top: 0; }
  @media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .d-dark .slider-content h1 {
      font-size: 56px; } }

.d-dark .team-member input:checked ~ .toggle {
  color: #333; }

.d-dark .work-process-item,
.d-dark .testimonial-item {
  background-color: #0f0f0f;
  -webkit-box-shadow: none;
  box-shadow: none; }

.d-dark .process-img-block:before {
  background-image: url(../img/pattern/pattern-img-dark.png); }

.d-dark .feature-img-slider:before {
  background-image: url(../img/pattern/pattern-bottom-dark.png); }

.d-dark .service-item {
  background-color: #0f0f0f;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .d-dark .service-item:hover {
    background-color: #191919;
    -webkit-box-shadow: none;
    box-shadow: none; }

.d-dark .testimonial-slider-wrapper:before {
  background-image: url(../img/pattern/pattern-bottom-dark.png); }

.d-dark .project-item .project-item-inner .project-thumb:after {
  background-color: #000; }

.d-dark .offcanvas-close {
  color: #333; }

.d-dark .key-info h4 {
  color: #fff; }

.d-dark .direction-btn {
  color: #333; }

.d-dark .single-office {
  border-bottom: 1px solid #353535; }
  .d-dark .single-office:first-child {
    border-top: 2px solid #353535; }
  .d-dark .single-office:last-child {
    border-bottom: none; }

.haeder-main-wrapper.d-dark {
  background-color: #1c1c1c;
  border-bottom: none; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .haeder-main-wrapper.d-dark {
      padding: 10px 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .haeder-main-wrapper.d-dark .logo {
      max-width: 70px; } }
  .haeder-main-wrapper.d-dark.is-fixed {
    background-color: #191919;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); }
    .haeder-main-wrapper.d-dark.is-fixed .logo {
      margin: inherit !important; }

.menu-horizontal li {
  margin-right: 25px;
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .menu-horizontal li {
      margin-right: 12px; } }
  .menu-horizontal li:last-child {
    margin-right: 0; }
  .menu-horizontal li a {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    text-transform: uppercase; }
    .menu-horizontal li a:before {
      left: 0;
      bottom: -10px;
      height: 1px;
      width: 0;
      content: '';
      position: absolute;
      background-color: #ffc400;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out; }
  .menu-horizontal li:hover > a {
    color: #ffc400; }
    .menu-horizontal li:hover > a:before {
      width: 100%; }
  .menu-horizontal li ul {
    top: 100%;
    left: 0;
    width: 210px;
    background-color: #191919;
    position: absolute;
    z-index: 1;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .menu-horizontal li ul li a {
      font-size: 13px;
      display: block;
      padding: 7px 0;
      text-transform: capitalize; }
      .menu-horizontal li ul li a:before {
        display: none; }
  .menu-horizontal li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px); }

.language-area {
  position: relative;
  margin-right: 10px; }
  .language-area .lng-btn {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    position: relative; }
  .language-area .lng-list {
    top: 100%;
    right: 0;
    width: 90px;
    padding: 13px 19px;
    text-align: right;
    background-color: #191919;
    position: absolute;
    z-index: 1;
    display: none; }
    .language-area .lng-list li a {
      font-size: 12px;
      color: #ffffff;
      line-height: 1;
      font-weight: 400;
      display: block;
      padding: 8px 0; }
      .language-area .lng-list li a:hover, .language-area .lng-list li a.active {
        color: #ffc400; }
		


.custom-container ul
{
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
}

.custom-container li
{ list-style-type: disc; 
    display: list-item;
}
.agreement{
display:none;
}