/*------------------------------------------------------------------
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: #575959;
  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: #f0bb55;
}

::selection {
  color: #fff;
  background: #f0bb55;
}

.form-control:focus {
  border-color: #d69413;
  -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: #575959;
  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: #d69413;
}

.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: #202020;
}

.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: #333333;
}

.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: #d69413;
}

.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: #d69413;
}

.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: #d69413;
  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: #d69413;
  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: #d69413;
  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: #d69413;
  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: 15px 0;
}

@media only screen and (max-width: 767px) {
  .haeder-main-wrapper {
    padding: 12px 0;
  }
}

.haeder-main-wrapper.header-2 .header-social-link a {
  color: #333333;
}

.haeder-main-wrapper.header-2 .header-social-link a:hover {
  color: #d69413;
}

.haeder-main-wrapper.header-2 .header-right .header-search-btn button {
  color: #333333;
}

.haeder-main-wrapper.header-2 .header-right .header-search-btn button:hover {
  color: #d69413;
}

.header-social-link a {
  color: #110e0e;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
}

.header-social-link a:hover {
  color: #c3a8a8;
}

.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: #d69413;
}

.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: #d69413;
}

.transparent-header {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 9;
}

.sticky.is-fixed {
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 1040;
  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: #333333;
}

.sticky.is-fixed.haeder-main-wrapper .header-social-link a:hover {
  color: #d69413;
}

.sticky.is-fixed.haeder-main-wrapper .search-btn {
  color: #333333;
}

.sticky.is-fixed.haeder-main-wrapper .search-btn:hover {
  color: #d69413;
}

/*======== 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: #333333;
  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: #d69413;
  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: #333333;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.view-button a i {
  font-size: 18px;
  vertical-align: middle;
}

.view-button a:hover {
  color: #d69413;
}

.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: #333333;
  font-weight: 500;
  line-height: 1;
}

.offcanvas-contact-info li.offcanvas-phone a,
.offcanvas-contact-info li.offcanvas-mail a {
  color: #333333;
  font-weight: 500;
  line-height: 1;
}

.offcanvas-contact-info li:hover a {
  color: #d69413;
}

.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: #333333;
  font-size: 18px;
}

.social-link-vertical a:hover {
  color: #d69413;
}

/*------ 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;
  margin-top: 7.5rem;
}

@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: #d69413;
}

.hero-slider-inner .site-navigation a:hover:before,
.hero-slider-inner .site-navigation a:hover:after {
  background-color: #d69413;
}

.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: #d69413;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: -4px;
  position: relative;
  z-index: 1;
}

.section-title h2 {
  color: #333333;
  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: #333333;
}

.section-title__style-2 h2 {
  color: #d69413;
}

.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: #333333;
  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: #d69413;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 31px 14px;
  display: inline-block;
  text-transform: capitalize;
  border: 1px solid #d69413;
  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: #d69413;
  background-color: #d69413;
}

.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: #d69413;
}

.btn-text {
  font-size: 15px;
  color: #d69413;
  border: none;
  padding: 0;
}

.btn-text:hover {
  color: #d69413 !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: #d69413;
}

/*------ 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: #333333;
  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: #202020;
}

.project-item .project-caption .caption-main h4 a:hover {
  color: #d69413;
}

.project-item .project-caption .caption-main p {
  color: #575959;
  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: 28px;
  -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: #d69413;
}

.service-item:hover .service__btn {
  color: #d69413;
  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: #333333;
}

.service__content p {
  color: #575959;
  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: #d69413;
  width: 40px;
  height: 40px;
  line-height: 18px;
  font-size: 35px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #d69413;
  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: #d69413;
}

/*--------- 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 #d69413;
  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: #d69413;
}

/*--------- 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: #333333;
  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: #d69413;
  text-transform: capitalize;
}

.feature-inner h3 a {
  color: #d69413;
}

.feature-inner .budget {
  font-size: 15px;
  display: block;
  padding-top: 16px;
  padding-bottom: 10px;
  color: #333333;
  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: #d69413;
  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: #d69413;
  padding-right: 5px;
}

.work-shedule li:hover a,
.email li:hover a,
.phone li:hover a {
  color: #d69413;
}

.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: #d69413;
  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 #d69413;
  box-shadow: 0 0 0 0px #d69413;
  opacity: 0;
  visibility: hidden;
}

.team-member input:checked~.toggle {
  -webkit-box-shadow: 0 0 0 1000px #d69413;
  box-shadow: 0 0 0 1000px #d69413;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  background-color: #ffffff;
  color: #333333;
  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: #333333;
  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: #d69413;
}

.client-designation {
  color: #333333;
  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;
}

.contact-form .input-field label {
  font-size: 15px;
  color: #333333;
  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: #d69413;
  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: #d69413;
  text-transform: capitalize;
}

.contact-desc .contact-address-2 h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #d69413;
  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: #d69413;
  text-transform: capitalize;
}

.contact-via-list li h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #d69413;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.contact-via-list li a {
  color: #333333;
  line-height: 1;
}

.contact-via-list li a:hover {
  color: #d69413;
}

.contact-via-list li:last-child {
  margin-bottom: 0;
}

.success {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: #d69413;
  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: #d69413;
}

.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: 767px) {
  .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: #d69413;
}

.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: #333333;
  font-size: 35px;
  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: #333333;
}

/*------ 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: 102px;
  padding-bottom: 102px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-details-header {
    padding-top: 108px;
    padding-bottom: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .project-details-header {
    padding-top: 57px;
    padding-bottom: 52px;
  }
}

.pro-details-title p {
  color: #d69413;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: -4px;
}

.pro-details-title h2 {
  color: #4e4e4e;
  font-size: 75px;
  font-weight: 500;
  line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .pro-details-title h2 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pro-details-title h2 {
    font-size: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-details-title h2 {
    font-size: 50px;
  }
}

@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: #575959;
  font-size: 16px;
}

/*----- product details content start -----*/
.project-details-inner {
  padding: 43px 48px;
  border: 1px solid aqua
}

@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: #202020;
  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: #333333;
  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: #333333;
  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: #d69413;
  font-size: 22px;
  line-height: 1;
  margin-right: 15px;
}

.project-share-link a:last-child {
  margin-right: 0;
}

.project-share-link a:hover {
  color: #333333;
}

/*----- product details content end -----*/
.project-sub-title h3 {
  color: #575959;
  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: #575959;
  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 #d69413;
}

.nice-select:after {
  height: 6px;
  width: 6px;
  margin-top: -3px;
  border-bottom: 1px solid #d69413;
  border-right: 1px solid #d69413;
}

.nice-select:hover,
.nice-select.open {
  border-color: #d69413;
}

.nice-select .current {
  color: #d69413;
  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: #d69413;
}

.nice-select .list li.option.selected.focus {
  color: #ffffff;
  background-color: #d69413 !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: #4e4e4e;
}

@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: #333333;
  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: #d69413;
}

.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 #575959;
}

@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: #d69413;
  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: #d69413;
  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: #333333;
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
}

.key-info ul li a:hover {
  color: #d69413;
}

.finder {
  bottom: 50px;
  right: 0;
  font-size: 15px;
  color: #333333;
  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: #575959;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #575959;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #575959;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #575959;
  font-weight: 300;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #575959;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #575959;
}

/*------- 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 #d69413;
}

.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: #d69413;
  text-transform: capitalize;
}

.office-location h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  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: #575959;
}

.contact-det a:hover {
  color: #d69413;
}

.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: #333333;
  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: #d69413;
}

/*------- contact page end -------*/
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}

.float1 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  left: 20px;
  background-color: #4498ff;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 3px 14px rgb(0 0 0 / 45%);
  z-index: 100;
}

.my-float1 {
  margin-top: 16px;
}

.maintxt {
  background-image: url(../img/project/daytodust.jpg);
  background-size: cover;
}



.case-study-gallery {
  margin-top: 50px;
  width: 90%;
  margin: 50px auto;
  max-width: 1100px;
}

.case-study {
  position: relative;
  display: block;
  width: 90%;
  height: 250px;
  margin: 0 auto 2rem;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: all .4s ease;
}

@media screen and (min-width: 37.5em) {
  .case-study {
    height: 300px;
  }
}

@media screen and (min-width: 45em) {
  .case-study {
    display: inline-block;
    width: 45%;
    margin-left: 25px;
  }
}

.case-study__img {
  width: 90%;
  display: block;
  margin-top: 50%;
  transform: translateY(50%);
  margin: 0 auto;
}

.case-study__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}

.case-study__overlay:after {
  content: '';
  width: 100%;
  border-radius: 10px;
  height: 100%;
  background-color: #202020;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -10;
  left: 0;
  transition: all .3s ease;
}

.case-study__title {
  /* position: relative;
  top: -200px; */
  /* margin-bottom: 2rem; */
  background-color: #868880;
  /* margin-top: 4rem; */
  font-size: 2.25rem;
  font-family: 'Oswald';
  font-weight: 100;
  color: white;
  text-align: center;
  letter-spacing: 5px;
  transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.3);
}

.case-study__link {
  position: relative;
  display: block;
  width: 60%;
  top: 200px;
  padding: 10px;
  margin: 0 auto;
  font-family: 'Oswald';
  color: white;
  letter-spacing: 3px;
  text-decoration: none;
  text-align: center;
  border: 2px solid white;
  border-radius: 3px;
  font-size: 1.25em;
  transition: all 0.3s cubic-bezier(0.3, 0, 0, 1.3);
}

.case-study__link:hover {
  background-color: white;
  color: #202020;
}

.case-study:hover .case-study__title {
  top: 0;
}

.case-study:hover .case-study__link {
  top: 0;
}

.case-study:hover .case-study__overlay:after {
  opacity: .75;
}

.study1 {
  background-image: url("../img/project/flash-ambient-sm.jpg");
}

.study2 {
  background-image: url("../img/project/glowing_dusk_before.jpg");
}

.study3 {
  background-image: url("../img/project/HDR-sm.jpg");
}

.study4 {
  background-image: url("../img/project/real-estate-sm.jpg");
}

.study5 {
  background-image: url("../img/project/sky-replacement-sm.jpg");
}

.study6 {
  background-image: url("../img/project/virtual-twilight-sm.jpg");
}

.study7 {
  background-image: url("../img/project/item-removal-sm.jpg");
}

.study8 {
  background-image: url("../img/project/color-change-sm.jpg");
}

.study8 {
  background-image: url("../img/project/color-change-sm.jpg");
}

.study9 {
  background-image: url("../img/project/wedding-sm.jpg");
}

.study10 {
  background-image: url("../img/project/food_image_retouching.jpg");
}