/*
  Template Name: Graxpo
  Author: ShapeSquare
  Description: Bootstrap one page template.
  Version: 1.0.0
*/
/*

============================================================================
[ Table of Contents ]
============================================================================

# Global Style
# Navbar Style
# Header Style
# FullScreen Background Style
# About Style
# What We Do
# Counter Section
# Three Simple Step
# Featured Work
# Services Section
# Keep Exploring
# Portfolio Section
# Pictures Section
# Crew Section
# upcoming Section
# Blog Section
# Pricing Section
# Call to action Section
# Get in Touch
# Footer
# Page Style

============================================================================

*/
/*
-----------------------------------------------
	Global Style
-----------------------------------------------
 */
body {
  color: #81868e;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: regular;
  line-height: 25px;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

a:hover {
  text-decoration: none;
}

header,
section,
footer {
  overflow: hidden;
  clear: both;
}

.box-wide .box-wide-inner .uline, .counter-box .uline, .featured-item .item-info .uline, .item-inner .uline, .blog-post .uline {
  display: block;
  height: 2px;
  overflow: hidden;
}

.box-wide .box-wide-inner .uline::after, .counter-box .uline::after, .featured-item .item-info .uline::after, .item-inner .uline::after, .blog-post .uline::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #F0EBBB;
}

.counter-box:hover .uline::after {
  margin-left: 0;
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 50px;
}

.section-header {
  padding-bottom: 80px;
}
.section-header > h2::after {
  content: "";
  width: 46px;
  height: 3px;
  background-color: #898989;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 38px;
}

.padding-zero {
  padding-left: 0;
  padding-right: 0;
}

.step-line p {text-align:justify;}

/*
	Scroll to Top
 */
#toTop {
  background-color: #F0EBBB;
  border: 1px solid #F0EBBB;
  border-radius: 50%;
  bottom: 5%;
  color: #59A386;
  display: none;
  height: 32px;
  line-height: 28px;
  margin-right: -45% !important;
  position: fixed;
  right: 50%;
  text-align: center;
  width: 32px;
  z-index: 999;
}
#toTop:hover {
  background-color: #59A386;
  color: #F0EBBB;
}

.box-wide .box-wide-inner .uline, .counter-box .uline, .featured-item .item-info .uline, .item-inner .uline, .blog-post .uline, .box-wide .box-wide-inner .uline::after, .counter-box .uline::after, .featured-item .item-info .uline::after, .item-inner .uline::after, .blog-post .uline::after, .featured-item .hover-bg, .item-inner .hover-bg, .featured-item .item-info, .item-inner .item-info, .btn-rect, .navbar-default .okayNav li a::after, .current-menu-item, #footer .footer-nav a::after, .navbar-default, .navbar-default .navbar-brand,
.navbar-default .okayNav li a, #welcome .scroll-down .vline > span, .box > .fa, .box-wide, .box-wide .box-wide-inner > h3, .counter-box .icon-counter, .step-box > .fa, .step-box > .fa::after, .service-box, #filter li .active::after, #mc-form > .btn, .member .member-thumb .overlay, .member .member-social, .member .member-social a, .plan-features, #contact .follow-us a, #contact-form .btn-contact {
  -webkit-transition: all 0.3s linear 0s;
          transition: all 0.3s linear 0s;
}

.box-wide:hover, .service-box:hover, .plan-features.popular-plan, .plan-features:hover {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
}

#welcome, #counter, #exploring, #eu, #upcoming, #pics {
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#welcome, #counter, #eu, #upcoming, #exploring {
  background-position: center center;
  background-size: cover;
}  
#pics {
  background-position: center bottom;  
  background-size: contain;
  background-color: #555;
}

.section-header > h2, .about-content .about-header h2, .about-content .eu-header h2 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 5px;
  color: #333b46;
  font-weight: 600;
  margin-top: 0;
}

.featured-item .hover-bg, .item-inner .hover-bg {
  background-color: rgba(0, 191, 165, 0.9);
  border: 8px solid #ffffff;
  height: 90%;
  width: 90%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  opacity: 0;
}

.featured-item:hover .hover-bg, .item-inner:hover .hover-bg {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.featured-item .item-info, .item-inner .item-info {
  position: absolute;
  color: #ffffff;
  bottom: 20%;
  left: -100%;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.featured-item .item-info > h3, .item-inner .item-info > h3 {
  font-size: 20px;
  letter-spacing: 4px;
  font-weight: bold;
}
.featured-item .item-info > h3 > a, .item-inner .item-info > h3 > a {
  color: #ffffff;
}

.featured-item .item-info > h4, .item-inner .item-info > h4 {
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.donotwrap {white-space: nowrap;}
.donotwrap > a {color:#81868e;}
.donotwrap > a:hover {text-decoration:underline;}

@media (max-width: 1400px) {
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
}
@media only screen and (max-width: 767px) {
.row-eq-height {display: table;}
}

@media only screen and (max-width: 640px) {
.row-eq-height {display: table;}
}

@media only screen and (max-width: 480px) {
.row-eq-height {display: table;}
}
/* ---------------------------------------------------------------- *
 *  Magnific Popup: http://dimsemenov.com/plugins/magnific-popup/
/* ---------------------------------------------------------------- */
.mfp-bg {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
  z-index: 99999;
}

.mfp-wrap {
  z-index: 99999;
}

.mfp-container {
  padding: 0 15px;
}

.mfp-figure:after {
  top: 80px;
  bottom: 80px;
}

img.mfp-img {
  padding: 80px 0 80px;
}

.mfp-close, .mfp-close:focus, .mfp-close:active {
  top: 36px;
}

.mfp-bottom-bar {
  margin-top: -75px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}

/* left/right navigation buttons */
.mfp-custom-arrow {
  position: absolute;
  display: inline-block;
  top: 50%;
  width: 90px;
  height: 110px;
  background-color: transparent;
  margin-top: -55px;
  padding: 0;
  z-index: 9999;
  border: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1400px) {
  .mfp-custom-arrow {
    display: none;
  }
}
.mfp-custom-arrow:hover {
  opacity: .7;
}

.mfp-custom-arrow:focus {
  outline: none;
}

.mfp-custom-arrow-left {
  left: 0;
}

.mfp-custom-arrow-left:before {
  content: "\f053";
  font-size: 24px;
  color: #8E969C;
}

.mfp-custom-arrow-right {
  right: 0;
}

.mfp-custom-arrow-right:before {
  content: "\f054";
  font-size: 24px;
  color: #8E969C;
}

/* fade in navigation */
.mfp-fadein .mfp-figure {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* on smaller devices */
@media (max-width: 768px) {
  .mfp-bottom-bar {
    padding: 0 10px;
  }

  .mfp-counter {
    right: 10px;
  }

  .mfp-close, .mfp-close:focus {
    right: 0;
  }
}
/* Inline popup (type inline) 
------------------------------- */
.inline-popup {
  position: relative;
  max-width: 1170px;
  height: auto;
  background-color: transparent;
  padding: 0px;
  margin: 70px auto;
}

.inline-popup-inner .btn-more:hover {
  background-color: transparent;
}

.inline-popup-image {
  width: 100%;
  height: auto;
  padding-bottom: 50%;
}

/* Close button */
.inline-popup .inline-popup-close {
  position: absolute;
  top: -50px;
  right: 15px;
  text-decoration: none;
  font-size: 32px;
  color: #545A5F;
}

.inline-popup .mfp-close {
  display: none;
}

/* Fade-zoom animation for first dialog */
/* start state */
.mfp-fade-zoom .inline-popup {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.mfp-fade-zoom.mfp-ready .inline-popup {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.mfp-fade-zoom.mfp-removing .inline-popup {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* Dark overlay, start state */
.mfp-fade-zoom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.mfp-fade-zoom.mfp-ready.mfp-bg {
  background: #FFF;
  opacity: 0.99;
}

/* animate out */
.mfp-fade-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.btn-rect:hover, #mc-form > .btn:hover, #mc-form > .btn:focus, #contact-form .btn-contact:hover {
  color: #F0EBBB;
  background-color: #59A386;
  text-decoration: none;
}

.btn-rect {
  color: #636466;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #F0EBBB;
  border-radius: 0;
}

.btn-about,
.btn-xplore,
.btn-buy {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 4px;
  padding: 12px;
  margin-top: 25px;
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .btn-about {
    margin-top: 10px;
  }
}

.btn-more {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px 10px 25px;
  background-color: #F0EBBB;
  color: #ffffff;
  margin-top: 50px;
}
.btn-more:hover {
  color: #F0EBBB;
}
@media only screen and (max-width: 640px) {
  .btn-more {
    margin-top: 20px;
  }
}

#mc-form > .form-control, #mc-form > .btn {
  background-color: transparent;
  border-radius: 0;
}

#contact-form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: medium none;
  border-bottom: 1px solid #ffffff;
  color: #F0EBBB;
  padding-left: 0;
}

/*
-----------------------------------------------
	Navbar Style
-----------------------------------------------
 */
.navbar-default .okayNav li a::after, .current-menu-item, #footer .footer-nav a::after {
  border-bottom: 1px solid #F0EBBB;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  width: 0;
}

.navbar-default .okayNav li a:hover::after, .current-menu-item, #footer .footer-nav a:hover::after {
  left: 0;
  right: 0;
  width: 100%;
}

.navbar-default {
  background-color: #59A386;
  border: 0;
  border-radius: 0px;
  margin-bottom: 0px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.navbar-default .navbar-brand,
.navbar-default .okayNav li a {
  padding-top: 50px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  height: auto;
  width: auto;
}
@media only screen and (max-width: 767px) {
  .navbar-default .navbar-brand,
  .navbar-default .okayNav li a {
    padding-top: 20px;
  }
}
.navbar-default .navbar-brand,
.navbar-default .okayNav li a {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.navbar-default .okayNav li a {
  color: #fff;
  font-weight: bold;
  position: relative;
  margin-left: 31px;
  margin-top: 5px;
  overflow: hidden;
  text-shadow: 1px 1px #000;
}
.navbar-default .okayNav li a::after {
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .navbar-default .okayNav__menu-toggle {
    top: 25px;
  }
  .navbar-brand > img {max-width: 200px;}
  .welcome-inner {padding-top:75px;}
}
.navbar-default .okayNav__nav--invisible li a {
  margin-top: 0;
}

.current-menu-item {
  background-color: transparent !important;
  bottom: 0;
}
@media only screen and (max-width: 480px) {
.navbar-brand > img {max-width: 150px;}
.welcome-inner {padding-top:75px;}
}
/*
-----------------------------------------------
	Header Style
-----------------------------------------------
 */
#welcome {
/* background-image: url("../img/bg-image/welcome-bg.jpg"); */
  background-color: #555;
  position: relative;
}
#welcome .scroll-down {
  color: #F0EBBB;
  text-transform: uppercase;
  position: absolute;
  bottom: 40px;
  width: 110px;
  right: 50%;
}
@media only screen and (min-width: 641px) and (max-width: 1199px) {
#welcome .scroll-down {
  color: #F0EBBB;
  text-transform: uppercase;
  position: absolute;
  right: 5%;
  bottom: 40px;
  width: 110px;}
}

@media only screen and (max-width: 640px) {
  #welcome .scroll-down {
    display: none;
  }
}
#welcome .scroll-down .vline:before {
  content: "";
  position: absolute;
  border-radius: 12px;
  top: -10px;
  left: 42px;
  height: 40px;
  width: 25px;
  border: 2px solid #6d6e71;
  overflow: hidden;
}
#welcome .scroll-down .vline > span {
  background-color: #6d6e71;
  height: 10px;
  width: 2px;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  display: table;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-animation: scroll-indicator 3s linear infinite;
          animation: scroll-indicator 3s linear infinite;
}
#welcome .scroll-down p {
  margin-top: 30px;
  text-align: center;
}

@-webkit-keyframes scroll-indicator {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  90% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  95% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes scroll-indicator {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  90% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  95% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.welcome-inner .welcome-heading {
  color: #6d6e71;
}
.welcome-inner .welcome-heading .welcome-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 67px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 2px #000;
}
@media only screen and (max-width: 767px) {
  .welcome-inner .welcome-heading .welcome-title {
    font-size: 24px;
    line-height: normal;
  }
}
.welcome-inner .welcome-heading .welcome-yellow {
  color: #F0EBBB;
}
.welcome-inner .welcome-text {
  letter-spacing: 2px;
  line-height: 26px;
  color: #fff;
  text-shadow: 1px 1px #000;
  font-size: 16px;
}

/*
-----------------------------------------------
	FullScreen Background Style
-----------------------------------------------
 */
.bg-slider .scroll-down .vline > span {
  background-color: #F0EBBB !important;
}

/*
-----------------------------------------------
	Transparent Background Style
-----------------------------------------------
 */
.transparent .overlay {
  background-color: rgba(255, 255, 255, 0.8);
}

/*
-----------------------------------------------
	About Style
-----------------------------------------------
 */
#about {
  padding-top: 60px;
}

.about-content .about-header h2::after, .about-content .eu-header h2::after {
  display: block;
  content: "";
  width: 46px;
  height: 3px;
  background-color: #898989;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .about-content {
    margin-bottom: 50px;
  }
}

.about-text {
  line-height: 28px;
  letter-spacing: 1px;
  text-align: justify;
}

@media only screen and (max-width: 480px) {
  .about-img .block-center img {
    width: 100%;
  }
}

.block-center {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

/*
-----------------------------------------------
	What We Do
-----------------------------------------------
 */
.box {
  margin-bottom: 30px;
}
.box > .fa {
  text-align: center;
  width: 108px;
  height: 108px;
  line-height: 108px;
  font-size: 45px;
  border-radius: 50%;
  color: #59A386;
  background-color: #F0EBBB;
}

.box-wide {
  position: relative;
  border: 2px solid #ebebeb;
  padding: 20px 20px 20px 168px;
}
@media only screen and (max-width: 480px) {
  .box-wide {
    padding: 135px 15px 15px 15px;
  }
}
.box-wide > .fa {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media only screen and (max-width: 480px) {
  .box-wide > .fa {
    left: 15px;
  }
}
.box-wide .box-wide-inner > h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding-top: 5px;
}
.box-wide .box-wide-inner .uline {
  width: 32px;
  background-color: #d7d7d7;
  margin-top: 20px;
  margin-bottom: 25px;
}
.box-wide .box-wide-inner .uline::after {
  width: 32px;
  margin-left: -32px;
}
.box-wide .box-wide-inner p {
  letter-spacing: 1px;
  text-align: justify;
}
.box-wide:hover {
  border-color: #fff;
}
.box-wide:hover .box-wide-inner > h3 {
  color: #6d6e71;
}
.box-wide:hover .box-wide-inner > h3::after {
  background-color: #6d6e71;
}
.box-wide:hover .uline::after {
  margin-left: 0;
}

/*
-----------------------------------------------
	Counter Section
-----------------------------------------------
 */
#counter {
  background-image: url("../img/bg-image/counter-bg.jpg");
}
#counter .overlay {
  background-color: rgba(24, 24, 28, 0.9);
  padding-top: 90px;
  padding-bottom: 60px;
}
#counter .section-padding {
  padding-top: 30px;
}

.counter-box {
  color: #ffffff;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.counter-box .icon-counter {
  font-size: 30px;
  letter-spacing: 2px;
}
.counter-box .icon-counter > .fa {
  font-size: 35px;
  vertical-align: middle;
}
.counter-box .counter-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
}
.counter-box .uline {
  margin-top: 25px;
  width: 49px;
  background-color: #ffffff;
}
.counter-box .uline::after {
  width: 49px;
  margin-left: -49px;
}
.counter-box:hover .icon-counter {
  color: #F0EBBB;
}
.counter-box:hover .counter-text::after {
  background-color: #F0EBBB;
}
@media only screen and (max-width: 991px) {
  .counter-box {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

/*
-----------------------------------------------
	Three Simple Step
-----------------------------------------------
 */
.step-box {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .step-box {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .step-box:last-child {
    margin-bottom: 0;
  }
}
.step-box::before, .step-box::after {
  display: inline-block;
  position: absolute;
  content: "";
  width: 37%;
  height: 1px;
  background-color: #c2c2c2;
  top: 42.5px;
}
@media only screen and (max-width: 1199px) {
  .step-box::before, .step-box::after {
    width: 34%;
  }
}
@media only screen and (max-width: 991px) {
  .step-box::before, .step-box::after {
    width: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .step-box::before, .step-box::after {
    display: none;
  }
}
.step-box::before {
  left: 0;
}
.step-box::after {
  right: 0;
}
.step-box:first-child::before, .step-box:last-child::after {
  background-color: transparent;
}
.step-box > .fa {
  text-align: center;
  width: 83px;
  height: 83px;
  line-height: 83px;
  font-size: 45px;
  border-radius: 50%;
  background-color: #59A386;
  color: #F0EBBB;
  position: relative;
}
.step-box > .fa::after {
  content: "";
  position: absolute;
  width: 102px;
  height: 102px;
  top: -9.5px;
  left: -9.5px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
}
.step-box > h3 {
  font-size: 16px;
  letter-spacing: 1.3px;
  color: #333b46;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 20px;
}
.step-box:hover .fa {
  background-color: #F0EBBB;
  color: #59A386;
}
.step-box:hover .fa::after {
  border-color: #59A386;
}

/*
-----------------------------------------------
	Featured Work
-----------------------------------------------
 */
.featured-item {
  position: relative;
  overflow: hidden;
}
.featured-item > .project-link img {
  max-width: 100%;
  min-width: 100%;
}
.featured-item .item-info .uline {
  margin-top: 25px;
  width: 49px;
  background-color: #ffffff;
}
.featured-item .item-info .uline::after {
  background-color: #00a68f;
  width: 49px;
  margin-left: -49px;
}
.featured-item .item-info:hover .uline::after {
  margin-left: 0;
}
.featured-item:hover .item-info {
  left: 15%;
}

/*
-----------------------------------------------
	Services Section
-----------------------------------------------
 */
.service-box {
  padding: 30px;
  border: 1px solid #ccc;
}
.service-box h3 {
  font-size: 16px;
  letter-spacing: 2.2px;
  margin-bottom: 20px;
}
.service-box:hover {
  border-color: #ffffff;
}

/*
-----------------------------------------------
	Keep Exploring
-----------------------------------------------
 */
#exploring {
  background-image: url("../img/bg-image/explorer-bg.jpg");
  color: #ffffff;
  background-color: rgba(24, 24, 28, 0.6);
}
#exploring .overlay {
/*  background-color: rgba(24, 24, 28, 0.9); */
  padding-bottom: 60px;
}
#exploring h2,
#exploring h3 {
  font-weight: 300;
}
#exploring h2 {
  font-size: 30px;
  letter-spacing: 3px;
}
#exploring h3 {
  font-size: 20px;
}
#exploring .btn-xplore {
  color: #f0ebbb;
  font-weight: 600;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
#exploring .btn-xplore :hover{
  color: #59A386;
}

/*
-----------------------------------------------
	Portfolio Section
-----------------------------------------------
 */
/* Portfolio Filtering Category */
#filter {
  list-style: none;
  padding: 0;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#filter li {
  font-size: 16px;
  float: left;
  position: relative;
}
#filter li:first-child a {
  margin-left: 0;
}
#filter li:first-child a::before {
  display: none;
}
#filter li a {
  color: #383737;
  text-decoration: none;
  padding-right: 5px;
}
#filter li a::before {
  content: "/";
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  #filter li a::before {
    display: none;
  }
}
#filter li:first-child a.active::after {
  margin-left: 0;
}
#filter li .active {
  position: relative;
}
#filter li .active::after {
  content: "";
  width: 46px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -20px;
  background-color: #F0EBBB;
  width: 34px;
  margin-left: 48px;
}
@media only screen and (max-width: 600px) {
  #filter li .active::after {
    margin-top: 5px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  #filter li {
    float: none;
    display: list-item;
    height: 50px;
  }
}

/* Portfolio Item */
#pfolio-content {
  clear: both;
  position: relative;
  margin-top: 50px;
  margin-left: 15px;
}
@media only screen and (max-width: 600px) {
  #pfolio-content {
    margin-left: 0;
  }
}
#pfolio-content .item {
  width: 24.4%;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1441px) and (max-width: 1561px) {
  #pfolio-content .item {
    width: 24.3%;
  }
}
@media only screen and (max-width: 1440px) {
  #pfolio-content .item {
    width: 32.40%;
  }
}
@media only screen and (max-width: 991px) {
  #pfolio-content .item {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  #pfolio-content .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* Portfolio Hover */
.item-inner {
  position: relative;
  overflow: hidden;
}
.item-inner > .project-link img {
  max-width: 100%;
  min-width: 100%;
}
.item-inner .item-info:hover .uline::after {
  margin-left: 0;
}
.item-inner .uline {
  margin-top: 25px;
  width: 49px;
  background-color: #ffffff;
}
.item-inner .uline::after {
  background-color: #00a68f;
  width: 49px;
  margin-left: -49px;
}
.item-inner:hover .item-info {
  left: 15%;
}
@media only screen and (max-width: 767px) {
  .item-inner {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Portfolio Popup Project View */
.project-main img {
  min-width: 100%;
  max-width: 100%;
}

.project-sb-widget {
  color: #333b46;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.project-sb-widget h2 {
  font-size: 20px;
  font-weight: 600;
}
.project-sb-widget p {
  border-bottom: 1px solid #b5b5b5;
  font-size: 16px;
  padding-bottom: 10px;
}

/*
-----------------------------------------------
	EU Section
-----------------------------------------------
 */
#eu {
  background-image: url("../img/bg-image/eu-flag.jpg");
  color: #ffffff;
}
#eu .overlay {
  background-color: rgba(24, 24, 28, 0.6);
  padding-top: 30px;
  padding-bottom: 20px;
}
#eu .section-padding {
  padding-top: 50px;
}

/* eu Header */
.eu-header > h2::after {
  display: block;
  content: "";
  width: 46px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ffffff;
  width: 57px;
  height: 1px;
}
.eu-header h2 {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 2.2px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .eu-header {
    text-align: center;
  }
}

/* eu Form */
#mc-form {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
#mc-form > .form-control {
  color: #ffffff;
  width: 280px;
  border-color: #ffffff;
  border-right: 0;
}
@media only screen and (max-width: 767px) {
  #mc-form > .form-control {
    margin-bottom: 20px;
    margin-left: -6px;
  }
}
#mc-form > .form-control::-webkit-input-placeholder {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  padding-left: 0;
}
#mc-form > .form-control::-moz-placeholder {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  padding-left: 0;
}
#mc-form > .form-control:-ms-input-placeholder {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  padding-left: 0;
}
#mc-form > .form-control::placeholder {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  padding-left: 0;
}
#mc-form > label {
  display: block;
  margin-top: 10px;
}
#mc-form > .btn {
  width: 130px;
  border: 1px solid #fff;
  margin-left: -6px;
}
#mc-form > .btn:hover, #mc-form > .btn:focus {
  border-color: #F0EBBB;
}
@media only screen and (max-width: 767px) {
  #mc-form > .btn {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  #mc-form {
    margin-top: 30px;
  }
}
/*
-----------------------------------------------
	PICTURES Section
-----------------------------------------------
 */
#pics {
  background-image: url("../img/bg-image/pics.jpg");
  color: #F0EBBB;
}
@media only screen and (min-width: 768px) and (max-width: 976px) {
  #pics {
      background-image: url("../img/bg-image/pics-l.jpg");
  }	
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
  #pics {
      background-image: url("../img/bg-image/pics-m.jpg");
  }	
}
@media only screen and (min-width: 321px) and (max-width: 640px) {
  #pics {
      background-image: url("../img/bg-image/pics-s.jpg");
  }	
}
@media only screen and (max-width: 320px) {
  #pics {
      background-image: url("../img/bg-image/pics-xs.jpg");
  }
}
#pics .overlay {
  padding-top: 50px;
  padding-bottom: 50px;
}
#pics .section-padding {
  padding-top: 50px;
}
/*
-----------------------------------------------
	Crew Section
-----------------------------------------------
 */
.member {
  border: 1px solid #d7d7d7;
}
.member .member-thumb {
  position: relative;
  overflow: hidden;
}
.member .member-thumb > img {
  width: 100%;
}
.member .member-thumb .overlay {
  background-color: rgba(24, 24, 28, 0.9);
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: -100%;
}
.member .member-social {
  position: absolute;
  left: 50%;
  bottom: -50px;
  width: 125px;
  margin-left: -62.5px;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.member .member-social a {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 45px;
  border-radius: 50%;
  background-color: #F0EBBB;
  color: #ffffff;
  font-size: 16px;
  border-radius: 0;
  display: inline-block;
  margin-right: 5px;
}
.member .member-social a:last-child {
  margin-right: 0;
}
.member .member-social a:hover {
  background-color: #fff;
  color: #F0EBBB;
}
.member .member-info {
  color: #333b46;
  letter-spacing: 2px;
}
.member .member-info > h3 {
  font-size: 17px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 0;
}
.member .member-info > p {
  font-size: 12px;
  margin-bottom: 5px;
}
.member:hover .member-thumb .overlay {
  top: 0;
}
.member:hover .member-thumb .member-social {
  bottom: 21px;
}
@media only screen and (max-width: 991px) {
  .member {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .member {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
-----------------------------------------------
	upcoming Section
-----------------------------------------------
 */
#upcoming {
  background-image: url("../img/bg-image/upcoming-bg.jpg");
  color: #ffffff;
}
#upcoming .overlay {
  background-color: rgba(24, 24, 28, 0.9);
}
#upcoming .section-header {
  padding-top: 20px;
  padding-bottom: 40px;
}
#upcoming .section-header > h2 {
  color: #ffffff;
}
#upcoming .section-header > h2::after {
  background-color: #ffffff;
}
#upcoming .section-header > h3 {
  font-size: 18px;
  letter-spacing: 7.2px;
  font-weight: 400;
}
.sial > img {background-color:#fde626;}

#owl-tm {
  margin-bottom: 15px;
}
#owl-tm .oc-item {
  font-style: italic;
  letter-spacing: 2.2px;
}
#owl-tm .oc-item .client-comment > blockquote {
  font-size: 16px;
  border: medium none;
  margin-top: 20px;
  margin-bottom: 25px;
}
#owl-tm .oc-item .client-info h3 {
  color: #F0EBBB;
  font-size: 20px;
}
#owl-tm .oc-item .client-image > img {
}
#owl-tm .owl-controls .owl-page > span {
  background-color: transparent;
  border: 1px solid #F0EBBB;
  opacity: 1;
}
#owl-tm .owl-controls .owl-page.active > span {
  background-color: #F0EBBB;
}

/*
-----------------------------------------------
	Blog Section
-----------------------------------------------
 */
.blog-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #6d6e71;
  letter-spacing: 2px;
}
@media only screen and (max-width: 991px) {
  .blog-post {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 640px) {
  .blog-post {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post .blog-media img {
    width: 100%;
  }
}
.blog-post .blog-content {
  background-color: #f7f5f5;
  padding-top: 100px;
  padding-left: 25px;
  padding-right: 25px;
}
.blog-post .blog-content > .post-excerpt,
.blog-post .blog-content .blog-meta > p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 15px;
}
.blog-post .blog-content .blog-meta {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-post .blog-content {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .blog-post .blog-content {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 286px;
  }
}
.blog-post .uline {
  margin-top: 12px;
  margin-bottom: 25px;
  width: 34px;
  background-color: #F0EBBB;
}
.blog-post .uline::after {
  background-color: #ddd;
  width: 34px;
  margin-left: -34px;
}
.blog-post:hover .uline::after {
  margin-left: 0;
}
.blog-post .blog-title .blog-permalink h2,
.blog-post .blog-title .blog-author {
  color: #81868e;
}
.blog-post .blog-title > .blog-permalink h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.blog-post .blog-title > .blog-author {
  font-family: Roboto light;
}

#blog .btn-more:hover {
  background-color: transparent;
}

/*
-----------------------------------------------
	Pricing Section
-----------------------------------------------
 */
.plan-features {
  border: 1px solid #cccccc;
  list-style: none;
  padding: 0;
  width: 320px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.plan-features .plan-name {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 35px;
  padding-bottom: 35px;
}
.plan-features li {
  border-bottom: 1px solid #e1e1e1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.plan-features li:last-child {
  border: medium none;
}
.plan-features .plan-signup {
  padding-top: 25px;
  padding-bottom: 25px;
}
.plan-features .plan-signup .btn-signup {
  border: 1px solid #707070;
  padding-left: 18px;
  padding-right: 18px;
}
.plan-features.popular-plan, .plan-features:hover {
  border-color: #ffffff;
}
.plan-features.popular-plan .btn-signup, .plan-features:hover .btn-signup {
  border-color: #F0EBBB;
}
@media only screen and (max-width: 991px) {
  .plan-features {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .plan-features {
    width: 280px;
  }
}

/*
-----------------------------------------------
	Call to action Section
-----------------------------------------------
 */
#call-to-action {
  background-color: #F0EBBB;
  color: #ffffff;
}
#call-to-action .section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
#call-to-action .action-text {
  font-size: 18px;
  margin-top: 15px;
  color: #59A386;
}
@media only screen and (max-width: 767px) {
  #call-to-action .action-text {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#call-to-action .btn-buy {
  margin-top: 0;
  border-color: #59A386;
  color: #59A386;
}
#call-to-action .btn-buy:hover {
  background-color: #59A386;
  color: #F0EBBB;
}
@media only screen and (max-width: 767px) {
  #call-to-action .btn-buy {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

/*
-----------------------------------------------
	Get in Touch
-----------------------------------------------
 */
#contact .section-header h2 {
  color: #ffffff;
}

/* Footer Logo and Social links */
#contact {
  color: #ffffff;
  background-color: #18181c;
}
#contact .footer-logo {
  margin-bottom: 12px;
}
#contact .footer-about-text {
  letter-spacing: 1.2px;
  margin-bottom: 15px;
}
#contact .follow-us > h4 {
  font-size: 20px;
}
#contact .follow-us a {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 45px;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  background-color: transparent;
  border-radius: 0;
  margin-top: 10px;
  margin-right: 5px;
}
#contact .follow-us a:last-child {
  margin-right: 0;
}
#contact .follow-us a:hover {
  background-color: #F0EBBB;
  color: #59A386	;
}

/* Contact Form */
#contact-form label {
  display: none;
}
#contact-form .form-control:focus {
  box-shadow: none;
  border-color: #F0EBBB;
}
#contact-form .form-control::-webkit-input-placeholder {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  padding-left: 0;
}
#contact-form .form-control::-moz-placeholder {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  padding-left: 0;
}
#contact-form .form-control:-ms-input-placeholder {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  padding-left: 0;
}
#contact-form .form-control::placeholder {
  color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  opacity: 0.8;
  padding-left: 0;
}
#contact-form #message {
  background-image: url("../img/line3.png");
  background-position: bottom;
  background-repeat: repeat;
  border: medium none;
  height: 100px;
  line-height: 25px;
  overflow: hidden;
  resize: none;
  padding-top: 20px;
  margin-bottom: 25px;
}
#contact-form .btn-contact {
  color: #636466;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #F0EBBB;
  border-radius: 0;
  background-color: transparent;
  border-radius: 0;
  border-width: 1px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #contact-form {
    margin-top: 50px;
  }
}

/*
-----------------------------------------------
	Footer
-----------------------------------------------
 */
#footer {
  background-color: #282828;
  color: #fff;
}
#footer .section-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  #footer .copyright {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
#footer .footer-nav a {
  color: #ffffff;
  position: relative;
  text-decoration: none;
  margin-right: 18px;
  overflow: hidden;
}
#footer .footer-nav a::after {
  bottom: -12px;
}
@media only screen and (max-width: 600px) {
  #footer .footer-nav a {
    margin-bottom: 20px;
    display: inline-table;
  }
}
@media only screen and (max-width: 991px) {
  #footer .footer-nav {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

/*
=========================================================
Page Style
=========================================================
 */
.page #welcome {
  background-image: url("../img/page-head-bg.jpg");
  background-attachment: local;
}
.page .overlay {
  background-color: rgba(255, 255, 255, 0.7);
}

.page-heading {
  text-transform: uppercase;
}
.page-heading .page-title {
  color: #757577;
  font-size: 28px;
  font-weight: bold;
  padding-top: 150px;
  padding-bottom: 90px;
}
.page-heading .breadcrumb {
  background-color: transparent;
  margin-bottom: 30px;
}
.page-heading .breadcrumb li:before {
  color: #636466;
}
.page-heading .breadcrumb li a {
  color: #636466;
}

/*
=========================================================
Post Style
=========================================================
 */
.post-box {
  display: block;
  margin-bottom: 40px
  /* Embed Video */
}
.post-box .blog-media img {
  max-width: 100%;
  min-width: 100%;
}
.post-box .blog-content {
  padding-top: 25px;
  padding-left: 40px;
}
@media only screen and (max-width: 640px) {
  .post-box .blog-content {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 100%;
  }
}
.post-box .blog-content article {
  font-size: 14px;
  line-height: 25px;
}
.post-box .blog-content .blog-meta {
  margin-top: 40px;
  margin-bottom: 10px;
}
.post-box .blog-content .blog-meta p {
  display: inline-block;
  margin-right: 40px;
}
.post-box .blog-content .blog-meta p:last-child {
  margin-right: 0;
}
.post-box .blog-content .blog-meta .fa {
  font-size: 14px;
  margin-right: 5px;
}
.post-box .embed-responsive-padding {
  padding-bottom: 67%;
}

/*
=========================================================
Sidebar Style
=========================================================
 */
.sidebar-widget {
  margin-bottom: 45px;
}
.sidebar-widget h2 {
  color: #333b46;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}
.sidebar-widget h2::after {
  content: "";
  width: 46px;
  height: 3px;
  background-color: #6d6e71;
  display: block;
  margin-top: 20px;
  margin-bottom: 30px;
}
.sidebar-widget ul {
  list-style: none;
  padding-left: 0;
}

/* Latest-post-widget */
.latest-post-list .lp-block {
  position: relative;
  border-bottom: 1px solid #959595;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.latest-post-list .lp-block .lp-image {
  position: absolute;
  top: 8px;
  left: 0;
}
.latest-post-list .lp-block .lp-text {
  padding-left: 115px;
}
.latest-post-list .lp-block .lp-text > p:first-child {
  padding-top: 5px;
}
.latest-post-list .lp-block .lp-text .recent-post-date {
  padding-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-post-list .lp-block .lp-text .recent-post-date {
    padding-top: 0;
  }
}

.tag-list {
  display: table;
  padding-left: 0;
}
.tag-list li {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.tag-list li a {
  background-color: transparent;
  border: 2px solid #959595;
  color: #333b46;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 12px;
  text-transform: uppercase;
  padding: 3px 10px;
}
.tag-list li a:hover {
  background-color: #333b46;
  color: #fff;
}

/*
=========================================================
Pagination Style
=========================================================
 */
.pagination {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 50px;
}
.pagination > li > a,
.pagination li > span {
  color: #F0EBBB;
}
.pagination .active > a,
.pagination .active > a:focus,
.pagination .active > a:hover,
.pagination .active > span,
.pagination .active > span:focus,
.pagination .active > span:hover {
  background-color: #F0EBBB;
  border-color: #F0EBBB;
}

/*# sourceMappingURL=style.css.map */