/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-family: 'open_sansregular';
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: #2a2e31;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
.animation-toggle {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a {
  color: #404040;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #404040;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'montserratbold';
  font-weight: 700;
}
.navbar-nav > li > a {
  font-family: 'montserratsemibold';
}
h1,
h2,
h3 {
  line-height: 30px;
}
ul,
ol {
  margin-left: 0px;
}

select {
  border: 1px solid #ece9f0;
  padding: 10px;
  width: 100%;
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #000;
  border: 1px solid #bbb;
  border-radius: 2px;
  padding: 11px;
  font-size: 14px;
  outline: none;
  width: 100%;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.personal-contact input[type="text"],
.personal-contact input[type="email"],
.personal-contact input[type="url"],
.personal-contact input[type="password"],
.personal-contact input[type="search"],
.personal-contact input[type="number"],
.personal-contact input[type="tel"],
.personal-contact input[type="range"],
.personal-contact input[type="date"],
.personal-contact input[type="month"],
.personal-contact input[type="week"],
.personal-contact input[type="time"],
.personal-contact input[type="datetime"],
.personal-contact input[type="datetime-local"],
.personal-contact input[type="color"],
.personal-contact textarea {
  color: #ece9f0;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0;
  padding: 11px;
  font-size: 14px;
  outline: none;
  width: 100%;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
}
.personal-contact input[type="text"]:focus,
.personal-contact input[type="email"]:focus,
.personal-contact input[type="url"]:focus,
.personal-contact input[type="password"]:focus,
.personal-contact input[type="search"]:focus,
.personal-contact input[type="number"]:focus,
.personal-contact input[type="tel"]:focus,
.personal-contact input[type="range"]:focus,
.personal-contact input[type="date"]:focus,
.personal-contact input[type="month"]:focus,
.personal-contact input[type="week"]:focus,
.personal-contact input[type="time"]:focus,
.personal-contact input[type="datetime"]:focus,
.personal-contact input[type="datetime-local"]:focus,
.personal-contact input[type="color"]:focus,
.personal-contact textarea:focus {
  background-color: transparent;
}
.personal-contact ::-webkit-input-placeholder {
  color: #fff;
}
.personal-contact :-moz-placeholder {
  color: #fff;
}
.personal-contact ::-moz-placeholder {
  color: #fff;
}
.personal-contact :-ms-input-placeholder {
  color: #fff;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ece9f0;
  box-shadow: none;
  color: #000;
  font-size: 11px;
  line-height: 1;
  padding: 13px;
  margin: 5px 0;
  outline: none;
  text-shadow: none;
  border-radius: 2px;
  background: #fff;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid #ff742e;
  color: #fff;
  background: #ff742e;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: none;
  box-shadow: none;
  border-radius: 2px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #ff742e;
}
::-webkit-input-placeholder {
  color: #666;
}
:-moz-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
.mc4wp-form-fields {
  margin: 25px 0;
}
.mc4wp-form-fields input[type="email"] {
  width: 70%;
  float: left;
  padding: 13px;
  border-radius: 2px 0 0 2px;
  border: none;
}
.mc4wp-form-fields input[type="submit"] {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  padding: 17px 13px;
  border-radius: 0px 2px 2px 0;
  border: none;
  font-size: 11px;
  margin: -30px 0;
  text-transform: uppercase;
  line-height: 11px;
}
.search-form input[type="search"] {
  width: 76%;
  float: left;
  padding: 11px;
  border-radius: 0px;
  font-size: 12px;
  line-height: 16px;
}
.search-form input[type="submit"] {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  padding: 13px;
  border-radius: 0px;
  font-size: 12px;
  line-height: 12px;
}
.post-password-form label {
  width: auto;
  margin: 5px 0;
  display: inline-block;
}
.post-password-form input[type="password"] {
  padding: 12px;
  border-radius: 2px 0 0 2px;
  font-size: 13px;
}
.post-password-form input[type="submit"] {
  padding: 14px;
  border-radius: 0px 2px 2px 0;
  font-size: 14px;
}
.wpcf7-form input[type="reset"],
.wpcf7-form input[type="submit"] {
  padding: 15px 30px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 5px;
}
div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing {
    border: 0;
}

.btn {
  color: #444;
  border: 1px solid #ece9f0;
  border-radius: 0px;
  font-size: 13px;
  padding: 11px 25px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn:hover,
.btn:focus,
.btn.focus {
  outline: 0;
}
.btn-border:hover {
  color: #fff;
  text-decoration: none;
  background: #ff742e;
  border: 1px solid #ff742e;
  transition: all 0.3s ease;
}
.btn-active {
  background: #ff742e;
  color: #fff;
  border-color: #ff742e;
}
.btn-active:hover {
  background: #ff742e;
  color: #fff;
  border-color: #ff742e;
}
.elementor-editor-active #preloader,
.elementor-editor-preview #preloader {
  display: none !important;
}

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 80px;
  height: 60px;
    transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  z-index: 9999999;
  background: #fff;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-size: 70px 70px;

}
#preloader .lines {
    width: 80px;
    height: 40px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
#preloader .lines .line {
  width: 80px;
  height: 10px;
  background-color: #ff742e;
  position: absolute;
  clip: rect(0, 0, 20px, 0);
}
#preloader .lines .line.line-1 {
  top: 0;
  -webkit-animation: slide 2s ease 0s infinite;
          animation: slide 2s ease 0s infinite;
              overflow: visible;
}
#preloader .lines .line.line-2 {
  top: 15px;
  -webkit-animation: slide 2s ease 0.25s infinite;
          animation: slide 2s ease 0.25s infinite;
              overflow: visible;
}
#preloader .lines .line.line-3 {
  top: 30px;
  -webkit-animation: slide 2s ease 0.5s infinite;
          animation: slide 2s ease 0.5s infinite;
              overflow: visible;
}
#preloader .loading-text {
  position: absolute;
  top: 50px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 13px;
  font-family: sans-serif;
  letter-spacing: 3px;
  line-height: 10px;
  height: 10px;
  -webkit-animation: fade 1s ease 0s infinite;
          animation: fade 1s ease 0s infinite;
}

@-webkit-keyframes slide {
  0% {
    clip: rect(0, 0, 20px, 0);
  }
  30% {
    clip: rect(0, 80px, 20px, 0);
  }
  50% {
    clip: rect(0, 80px, 20px, 0);
  }
  80% {
    clip: rect(0, 80px, 20px, 80px);
  }
  100% {
    clip: rect(0, 80px, 20px, 80px);
  }
}

@keyframes slide {
  0% {
    clip: rect(0, 0, 20px, 0);
  }
  30% {
    clip: rect(0, 80px, 20px, 0);
  }
  50% {
    clip: rect(0, 80px, 20px, 0);
  }
  80% {
    clip: rect(0, 80px, 20px, 80px);
  }
  100% {
    clip: rect(0, 80px, 20px, 80px);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* -------------------------------------------------------
/*  Navigation
/* ------------------------------------------------------- */
.btn-modal {
  margin-top: 13px;
  display: inline-block;
  border: 1px solid #ece9f0;
  padding: 5px 36px;
  border-radius: 50px;
}
.navbar-v1 .nav > li > a,
.navbar-v4 .nav > li > a {
  position: relative;
}


.navbar-v1 .nav > li,
.navbar-v4 .nav > li
ul.sub-menu li {
  list-style:none;
}


.navbar-v1 .nav > li > a:before,
.navbar-v4 .nav > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  width: 0;
  bottom: 1px;
  height: 3px;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.navbar-v1 .nav > li > a:hover:before,
.navbar-v4 .nav > li > a:hover:before,
.navbar-v1 .nav > li > a focus:before,
.navbar-v4 .nav > li > a focus:before {
  width: 100%;
}
.navbar-v1 .site-title,
.navbar-v4 .site-title {
  margin: 10px 0;
}
.amenity-header-1 {
  width: 100%;
}
.amenity-header-1 .social-link {
  margin: 35px 0px 27px 22px;
}
.amenity-header-1 .social-link a {
  padding: 0 10px 0 0;
  color: #fff;
}
.amenity-header-1 .social-link a:hover {
  color: #ff742e;
}
.amenity-header-1 .social-link a:hover i {
  color: #ff742e;
  transition: all 0.3s ease;
}
.amenity-header-1 i {
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
}
.amenity-header-1 .affix {
  background-color: transparent;
}
.amenity-header-1 .affix-logo {
  display: none;
}
.amenity-header-1 .affix .site-logo {
  display: none;
}
.amenity-header-1 .affix .affix-logo {
  display: inline-block;
}
.amenity-header-1 .static .site-logo {
  display: none;
}
.amenity-header-1 .static .affix-logo {
  display: block;
}

.amenity-header-4 {
  width: 100%;
}
.amenity-header-4 i {
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
}
.amenity-header-4 .affix {
  background-color: transparent;
}
.amenity-header-4 .affix .affix-logo {
  display: block;
}
.amenity-header-4 .affix .site-logo,
.amenity-header-4 .absolute .site-logo {
  display: none;
}
.amenity-header-4 .affix-top .affix-logo {
  display: none;
}
.amenity-header-4 .affix-top .site-logo {
  display: block;
}

.admin-bar .affix {
  margin-top: 32px !important;
}
.search-icon {
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
}
.menu-main-menu-container {
  display: inline-block;
  float: left;
}
form {
  position: relative;
}
label {
  width: 100%;
  margin: 5px 0;
  display: block;
}
input[type="search"] {
  margin: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input[type="submit"] {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.amenity-header-1 {
  width: 100%;
}
.amenity-header-1 .social-link {
  margin: 25px 0px 27px 22px;
}
.amenity-header-1 .social-link a {
  padding: 0 10px 0 0;
  color: #fff;
}
.amenity-header-1 .social-link a:hover {
  color: #ff742e;
}
.amenity-header-1 .social-link a:hover i {
  color: #ff742e;
  transition: all 0.3s ease;
}
.amenity-header-1 i {
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  outline: 0;
}
.navbar-brand {
  max-width: 220px;
  max-height: 220px;
  padding: 12px 15px;
}
.navbar {
  margin-bottom: 0;
  border: 0;
}
.navbar-v1 .navbar-nav li a,
.navbar-v4 .navbar-nav li a,
.navbar-v1 .navbar-nav li a:hover,
.navbar-v4 .navbar-nav li a:hover,
.navbar-v1 .navbar-nav li a:focus,
.navbar-v4 .navbar-nav li a:focus{
  color: #ff742e;
}
.navbar-v1 .navbar-nav .open a,
.navbar-v4 .navbar-nav .open a,
.navbar-v1 .navbar-nav .open a:hover,
.navbar-v4 .navbar-nav .open a:hover,
.navbar-v1 .navbar-nav .open a:focus,
.navbar-v4 .navbar-nav .open a:focus {
  background-color: transparent;
}
.navbar-v1 .navbar-nav .active a,
.navbar-v4 .navbar-nav .active a,
.navbar-v1 .navbar-nav .active a:hover,
.navbar-v4 .navbar-nav .active a:hover,
.navbar-v1 .navbar-nav .active a:active,
.navbar-v4 .navbar-nav .active a:active,
.navbar-v1 .navbar-nav .active a:foucs,
.navbar-v4 .navbar-nav .active a:foucs {
  background-color: transparent;
}
.navbar-v1 .navbar-nav .active a,
.navbar-v4 .navbar-nav .active a {
  background-color: transparent;
}
.navbar-v1 .navbar-nav .active a:focus,
.navbar-v4 .navbar-nav .active a:focus,
.navbar-v1 .navbar-nav .active a:hover,
.navbar-v4 .navbar-nav .active a:hover{
  background-color: transparent;
}
.navbar-v1 .nav,
.navbar-v4 .nav {
  margin-bottom: -1px;
}
.navbar-v1 .nav > li,
.navbar-v4 .nav > li {
  position: relative;
  display: block;
  margin: 0 1em;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-v1 .nav > li:hover,
.navbar-v4 .nav > li:hover,
.navbar-v1 .nav > li:focus,
.navbar-v4 .nav > li:focus{
  background-color: transparent;
  color: #fff;
}
.navbar-v1 .nav > li::after,
.navbar-v4 .nav > li::after {
  background: #fff;
}
.navbar-v1 .nav > li > a,
.navbar-v4 .nav > li > a {
  color: #000;
  padding: 25px 0px;
  text-align: center;
  text-transform: uppercase;
}
.navbar-v1 .nav > li ul li ul,
.navbar-v4 .nav > li ul li ul {
  left: 101%;
  top: 3%;
}
.navbar-v1 .nav > li:first-child a,
.navbar-v4 .nav > li:first-child a {
  margin-left: 0;
}
.navbar-v1 .nav ul.dropdown-menu,
.navbar-v4 .nav ul.dropdown-menu {
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ff742e;
}
.navbar-v1 .nav ul.dropdown-menu li a,
.navbar-v4 .nav ul.dropdown-menu li a {
  color: #fff;
  padding: 8px 25px;
}
.navbar-v1 .nav .current-menu-item > a::before,
.navbar-v4 .nav .current-menu-item > a::before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #ff742e;
}
.tx_megamenu_heading > ul.dropdown-menu {
  padding: 0;
}
/* OFF-CANVAS
/* ------------------------------------- */
#tx-trigger-effects {
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
}
#tx-trigger-effects button {
  background-color: #ff742e;
  color: #fff;
  font-size: 16px;
  border: 0;
  outline: 0;
  height: 45px;
  width: 45px;
}
.tx-menu ul.menu {
  margin-top: 30px;
}
.navbar-default {
  margin: 0;
  border-radius: 0;
}
.navbar-default .navbar-nav > li:hover > ul.sub-menu {
  top: 80px;
  z-index: 99;
  visibility: visible;
  backface-visibility: visible;
  opacity: 1;
  transition: all 0.5s ease;
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.1);
  list-style: none;
}
.navbar-default .navbar-nav > li > a {
  outline: 0;
  letter-spacing: 0.5px;
}
ul.sub-menu {
  position: absolute;
  background-color: #fff;
  top: 150px;
  width: 200px;
  z-index: -1;
  text-align: left;
  left: 0px;
  margin: -10px 0;
  padding: 5px;
  transition: all 0.5s ease;
  visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.1);
  list-style: none;
}
ul.sub-menu > li a {
  padding: 7px 20px;
  display: block;
  color: #424242 !important;
}
ul.sub-menu > li a:hover {
  color: #ff742e !important;
}
ul.sub-menu > li:last-child {
  border-bottom: none;
}
ul.sub-menu > li:hover > a {
  color: #ff742e;
}
ul.sub-menu > li > ul.sub-menu {
  position: absolute;
  width: 200px;
  z-index: -1;
  left: -200px;
  transition: all 0.5s ease;
  visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.1);
  top: -20%;
}
ul.sub-menu > li:hover > .sub-menu {
  visibility: visible;
  backface-visibility: visible;
  opacity: 1;
  top: 0;
  transition: all 0.5s ease;
}
ul.sub-menu > li:first-child:hover .sub-menu {
  top: 10px;
}
ul.sub-menu > li:nth-child(2):hover .sub-menu {
  top: 56px;
}
ul.sub-menu > li:nth-child(3):hover .sub-menu {
  top: 102px;
}
ul.sub-menu > li:nth-child(4):hover .sub-menu {
  top: 148px;
}
ul.sub-menu > li:nth-child(5):hover .sub-menu {
  top: 194px;
}
.tx-site-pusher,
.tx-site-container,
.tx-site-content {
  height: 100%;
}
.tx-site-content-inner,
.tx-site-content {
  position: relative;
}
.tx-site-container {
  position: relative;
  overflow: hidden;
}
.tx-site-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.tx-site-pusher::after {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.tx-menu-open .tx-site-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tx-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 330px;
  height: auto;
  background: #ff742e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tx-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.tx-menu-open .tx-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */
.tx-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tx-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 2em;
}
.tx-menu ul li a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 1px;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
.tx-menu ul > li > a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
}
.tx-menu ul li ul li {
  margin-left: 15px;
}
.tx-menu ul li ul li a {
  font-size: 12px;
}
.tx-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
  color: #fff;
}
/* Individual effects */
/* Effect 1: Slide in on top */
.tx-effect-1.tx-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-1.tx-menu-open .tx-effect-1.tx-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-1.tx-menu::after {
  display: none;
}
/* Effect 2: Reveal */
.tx-effect-2.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-2.tx-menu {
  z-index: 1;
}
.tx-effect-2.tx-menu-open .tx-effect-2.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.tx-effect-2.tx-menu::after {
  display: none;
}
/* Effect 3: Push*/
.tx-effect-3.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-3.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-3.tx-menu-open .tx-effect-3.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.tx-effect-3.tx-menu::after {
  display: none;
}
/* Effect 4: Slide along */
.tx-effect-4.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-4.tx-menu {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.tx-effect-4.tx-menu-open .tx-effect-4.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-4.tx-menu::after {
  display: none;
}
/* Effect 5: Reverse slide out */
.tx-effect-5.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-5.tx-menu {
  z-index: 1;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
}
.tx-effect-5.tx-menu-open .tx-effect-5.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Effect 6: Rotate pusher */
.tx-effect-6.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.tx-effect-6 .tx-site-pusher {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-6.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
  transform: translate3d(300px, 0, 0) rotateY(-15deg);
}
.tx-effect-6.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-6.tx-menu-open .tx-effect-6.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
  transform: translate3d(-100%, 0, 0) rotateY(15deg);
}
.tx-effect-6.tx-menu::after {
  display: none;
}
/* Effect 7: 3D rotate in */
.tx-effect-7.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-7 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-7.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-7.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  transform: translate3d(-100%, 0, 0) rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-7.tx-menu-open .tx-effect-7.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
/* Effect 8: 3D rotate out */
.tx-effect-8.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-8 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-8.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-8.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-8.tx-menu-open .tx-effect-8.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
.tx-effect-8.tx-menu::after {
  display: none;
}
/* Effect 9: Scale down pusher */
.tx-effect-9.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.tx-effect-9 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-9.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px);
}
.tx-effect-9.tx-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-9.tx-menu-open .tx-effect-9.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-9.tx-menu::after {
  display: none;
}
/* Effect 10: Scale up */
.tx-effect-10.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-10.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-10.tx-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, -300px);
  transform: translate3d(0, 0, -300px);
}
.tx-effect-10.tx-menu-open .tx-effect-10.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Effect 11: Scale and rotate pusher */
.tx-effect-11.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.tx-effect-11 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-11.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
  transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}
.tx-effect-11.tx-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-11.tx-menu-open .tx-effect-11.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-11.tx-menu::after {
  display: none;
}
/* Effect 12: Open door */
.tx-effect-12.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
}
.tx-effect-12 .tx-site-pusher {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-12.tx-menu-open .tx-site-pusher {
  -webkit-transform: rotateY(-10deg);
  transform: rotateY(-10deg);
}
.tx-effect-12.tx-menu {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.tx-effect-12.tx-menu-open .tx-effect-12.tx-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tx-effect-12.tx-menu::after {
  display: none;
}
/* Effect 13: Fall down */
.tx-effect-13.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-13.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-13.tx-menu {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.tx-effect-13.tx-menu-open .tx-effect-13.tx-menu {
  visibility: visible;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-speed: 0.2s;
  transition-speed: 0.2s;
}
/* Effect 14: Delayed 3D rotate */
.tx-effect-14.tx-container {
  -webkit-perspective: 1500px;
  perspective: 1500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
}
.tx-effect-14 .tx-site-pusher {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-14.tx-menu-open .tx-site-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.tx-effect-14.tx-menu {
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
  transform: translate3d(-100%, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.tx-effect-14.tx-menu-open .tx-effect-14.tx-menu {
  visibility: visible;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
  transform: translate3d(-100%, 0, 0) rotateY(0deg);
}
/* Close Button */
.close-button {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent;
}
.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(0, 0, 0, 0.5);
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.amenity-hero-unit {
  position: relative;
}
.amenity-hero-unit .carousel {
  overflow: hidden;
}
.amenity-hero-unit .carousel:hover .carousel-control.right-control,
.amenity-hero-unit .carousel:hover .carousel-control.left-control {
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 60px;
}
.amenity-hero-unit .carousel:hover .carousel-control {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.amenity-hero-unit .carousel:hover .carousel-control.left {
  margin-left: 0;
  margin-left: -40px;
}
.amenity-hero-unit .carousel:hover .carousel-controlright {
  margin-right: 0;
  background-image: none;
  margin-right: -40px;
  right: 0;
  left: auto;
}
.amenity-hero-unit .carousel:hover.right-control,
.amenity-hero-unit .carousel:hover.left-control {
  background-image: none;
  background-repeat: no-repeat;
  margin: 0 50px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  opacity: 0;
  top: 45%;
  border-radius: 0;
  transition: all 0.3s ease;
}
.amenity-hero-unit .carousel .carousel-inner .item {
  height: 703px;
}
.amenity-hero-unit .carousel .carousel-inner .item > img,
.amenity-hero-unit .carousel .carousel-inner .item > a > img {
  width: 100%;
  height: 100%;
}
.amenity-hero-unit .carousel .carousel-inner .item:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.amenity-hero-unit .carousel .carousel-inner .item .carousel-caption {
  width: 70%;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
}
.amenity-hero-unit .carousel .carousel-inner .item .carousel-caption .slider-title {
  color: #fff;
}
.amenity-hero-unit .carousel .carousel-inner .item .carousel-caption .btn-slider {
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.amenity-hero-unit .carousel .carousel-inner .item .carousel-caption .slider-description {
  margin: auto;
}
.amenity-hero-unit .carousel .carousel-indicators li {
  width: 15px;
  height: 6px;
  border-radius: 2px;
  margin: 0 3px;
  border: 1px transparent;
  transition: all 0.3s ease;
}
.amenity-hero-unit .carousel .carousel-indicators li.active {
  width: 20px;
  margin: 0 3px;
}
.amenity-hero-unit .carousel:hover .carousel-control.left {
  margin-left: 20px;
}
.amenity-hero-unit .carousel:hover .carousel-control.right {
  margin-right: 20px;
}
.amenity-hero-unit .carousel .carousel-control.right {
  background-image: none;
}
.amenity-hero-unit .carousel .carousel-control {
  top: 45%;
  bottom: auto;
  width: 50px;
  height: 50px;
  z-index: 10;
  opacity: 1;
  border-radius: 2px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.amenity-hero-unit .carousel .carousel-control:hover:before {
  opacity: 0;
}
.amenity-hero-unit .carousel .carousel-control:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 14px;
  bottom: 0;
}
.amenity-hero-unit .carousel .left {
  transition: all 0.3s ease;
}
.amenity-hero-unit .carousel .left:before {
  left: -1px;
  right: 0;
}
.amenity-hero-unit .carousel .left:hover i {
  margin-left: -50px;
  transition: all 0.3s ease;
}
.amenity-hero-unit .carousel .right {
  transition: all 0.3s ease;
}
.amenity-hero-unit .carousel .right:before {
  right: -1px;
}
.amenity-hero-unit .carousel .right:hover i {
  margin-left: 35px;
  transition: all 0.3s ease;
}
.amenity-hero-unit .carousel .carousel-control i {
  vertical-align: middle;
  font-size: 25px;
  margin-top: 12px;
  text-shadow: none;
  transition: all 0.3s ease;
}
.amenity-hero-unit .carousel .carousel-control.left {
  margin-left: -50px;
  background-image: none;
}
.amenity-hero-unit .carousel .carousel-control.right {
  margin-right: -50px;
  background-image: none;
}
.animate-delay-1 {
  animation-delay: .7s;
  -webkit-animation-delay: .7s;
  /* Safari and Chrome */
  -moz-animation-delay: .7s;
  /* Safari and Chrome */
  -o-animation-delay: .7s;
  /* Safari and Chrome */
}
.animate-delay-2 {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  /* Safari and Chrome */
  -moz-animation-delay: 1.1s;
  /* Safari and Chrome */
  -o-animation-delay: 1.1s;
  /* Safari and Chrome */
}
.animate-delay-3 {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  /* Safari and Chrome */
  -moz-animation-delay: 1.5s;
  /* Safari and Chrome */
  -o-animation-delay: 1.5s;
  /* Safari and Chrome */
}
.animate-delay-4 {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  /* Safari and Chrome */
  -moz-animation-delay: 2s;
  /* Safari and Chrome */
  -o-animation-delay: 2s;
  /* Safari and Chrome */
}
.site-main {
  margin: 65px 0 50px;
}
.site-main .posts-navigation {
  display: none;
}
.archive .site-content,
.error404 .site-content,
.search .site-content {
  padding-top: 0;
}
.home .enable {
  padding-top: 220px;
}
.home .disable {
  padding-top: 0px;
}
.blog .site-content .enable {
  padding-top: 220px;
}
.entry-title {
  font-size: 38px;
  line-height: 42px;
}
.entry-title a:hover {
  color: #ff742e;
}
.padding {
  padding: 50px 0 80px;
}
.page-header {
  padding: 20px 30px 30px;
  margin: 6px 0 55px;
  border: 1px solid #ece9f0;
}
.page-header-bg{
  position: relative;
}
.page-header-bg:before {
    content: "";
    background: #000;
    opacity: 0.5;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.page-header-title {
    position: relative;
    z-index: 10;
    color: #fff;
}


.default-page-header {
    margin: 0;
    background: #ddd;
    color: #fff;
    padding: 50px 0;
}

.default-page-header .page-header-title {
   color: #444;
}

.page-site-main {
    padding: 50px 0;
}

.search-page .entry-footer span {
  display: block;
  padding: 10px 0;
}
.post-title {
  color: #fff;
  font-size: 58px;
  text-transform: capitalize;
}
.main-post:not(:last-child),
.content-wrapper .single-post,
.content-wrapper .main-post,
.sidebar-wrapper .widget {
    padding: 30px;
    margin: -5px 0 60px;
    box-shadow: 0px 1px 2px 1px #ddd;
}


.widget-area .widget,
.comments-area,
.pager,
.search .page-header,
.search .page-content,
.error404 .page-content,
.error404 .image-404{
    padding: 20px 30px;
    margin: 0 0 65px;
    box-shadow: 0px 1px 2px 1px #ddd;
}

/*------------------------------------------- 
---------- main post -------------
--------------------------------------------*/
.content-wrapper {
  padding-right: 35px;
  margin-top: 5px;
}
.main-post {
  padding: 0px 0 70px;
}
.main-post .entry-header {
  position: relative;
}
.main-post .post-thumbnail {
  position: relative;
  transition: all 0.7s ease;
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 36px;
}
.main-post .post-thumbnail img {
  width: 100%;
}
.main-post .post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.7s ease;
  pointer-events: none;
  z-index: 9;
}
.main-post .post-thumbnail .entry-meta {
  position: absolute;
  background-color: #ff742e;
  padding: 6px;
  margin: 11px -11px;
  line-height: 31px;
  z-index: 9;
}
.main-post .post-thumbnail .entry-meta a {
  color: #fff;
  font-size: 14px;
  padding: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.main-post .post-thumbnail .entry-meta:before {
  content: "";
  position: absolute;
  left: 13px;
  width: 10px;
  height: 100%;
  top: 11px;
  border: 8px solid transparent;
  border-bottom-color: #ff742e;
  transform: rotate(45deg);
}
.main-post .post-thumbnail .hover-effect {
  opacity: 0;
  overflow: visible;
  border: 0px solid rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-post .post-thumbnail a.info {
  position: absolute;
  top: 42%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transform: scale(0, 0);
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
  font-size: 40px;
  color: #ff742e;
}
.main-post .post-thumbnail:hover:before {
  opacity: 0.4;
  transition: all 0.3s ease;
}
.main-post .post-thumbnail:hover:before a.info {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.main-post .post-thumbnail:hover .link-hover {
  opacity: 1;
  transition: all 0.3s ease;
}
.main-post .post-thumbnail img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.main-post .post-thumbnail:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.main-post .entry-title {
  margin-top: 0px;
}
.main-post .entry-content {
  margin: 20px 50px 5px auto;
}
.main-post .entry-excerpt {
  margin: 25px 50px 25px auto;
}
.main-post .entry-link {
  margin: 33px 0;
}
.main-post .link-content {
  margin: -10px 0 0px;
}
.main-post .gallery-content {
  margin-bottom: 37px;
}
.main-post .gallery-content .content-list {
  max-height: 400px;
  overflow: hidden;
}
.main-post .video-content {
  margin-bottom: 29px;
}
.main-post .video-content p {
  margin-bottom: 0;
}
.main-post .audio-content {
  margin-bottom: 26px;
}
.main-post .audio-content iframe {
  width: 100%;
}
.main-post .image-content {
  margin-bottom: 39px;
}
.main-post .owl-carousel-left,
.main-post .owl-carousel-right {
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin-top: 0px;
  transition: all 0.3s ease;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.main-post .owl-carousel-left:hover,
.main-post .owl-carousel-right:hover {
  transition: all 0.3s ease;
  background: #ff742e;
  border-color: #ff742e;
  color: #fff;
}
.main-post .owl-carousel-left:hover i,
.main-post .owl-carousel-right:hover i {
  color: #fff;
}
.main-post .owl-carousel-left i,
.main-post .owl-carousel-right i {
  color: #444;
  font-size: 20px;
  line-height: 40px;
}
.main-post .owl-carousel-right {
  right: 15px;
}
.main-post .owl-carousel-left {
  left: 15px;
}
.main-post-meta i,
.entry-meta i,
.main-post-meta span,
.entry-meta span {
  color: #878a8c;
}
.triangle {
  position: absolute;
  bottom: 0;
  border-top: 50px solid transparent;
  border-left: 50px solid #ff742e;
  left: 0;
  z-index: 10;
}
.triangle > span {
  position: absolute;
  top: -30px;
  left: -40px;
  color: #fff;
  font-size: 12px;
}
.sticky-post {
  position: relative;
}
.sticky-post .arrow {
  position: absolute;
  left: 0px;
  right: 0;
  top: 4px;
  border-top: 17px solid transparent;
  border-left: 28px solid #ff742e;
  border-bottom: 17px solid transparent;
}
.sticky-post .arrow > span {
  position: absolute;
  top: -15px;
  left: -23px;
  color: #fff;
  font-size: 9px;
  line-height: 30px;
}
.sticky .entry-header,
.sticky-post .entry-header,
.tag-sticky-2 .entry-header {
  margin-left: 35px;
}

.paged .sticky-post .entry-header,
.paged .tag-sticky-2 .entry-header {
  margin-left: 35px;
}
.has-post-thumbnail .entry-header {
  margin-left: 0px;
}
.link-formate .entry-meta,
.image-formate .entry-meta,
.video-formate .entry-meta,
.audio-formate .entry-meta,
.gallery-formate .entry-meta,
.quote-formate .entry-meta {
  margin-bottom: 20px;
}
.link-content span.link {
    margin-top: 20px;
    display: inline-block;
}

.link-content span.link a{
  position: relative;
}
.link-content span.link a:before {
   position: absolute;
    left: -50px;
    right: 0px;
    top: -20px;
    bottom: 0;
    width: 100%;
    text-align: left;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f08e";
    font-size: 26px;
}

.link-formate .link-hover {
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  text-align: center;
  transition: all 0.3s ease;
  color: #fff;
}
.link-formate .link-hover .icon-link {
  color: #fff;
  background-color: #ff742e;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
}
.link-formate .link-hover p,
.link-formate .link-hover a {
  font-weight: 700;
  margin-top: 5px;
  color: #fff;
  font-size: 20px;
}
.link-formate .content-link {
  background-color: #ff742e;
  padding: 100px 0;
  position: relative;
  margin-bottom: 36px;
}
.link-formate .content-link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.7s ease;
}
.link-formate .content-link:hover:before {
  opacity: 0.5;
}
.link-formate .content-btn .btn-border i {
  margin-left: 2px;
  font-size: 16px;
}
.quote-content {
  background-color: #ff742e;
  padding: 65px 100px 40px;
}
.quote-content .quote {
  color: #fff;
  font-size: 20px;
  position: relative;
  font-style: italic;
}
.quote-content .quote:before {
  position: absolute;
  content: "\f10d";
  font: italic normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 30px;
  left: -50px;
}
.quote-content .quote .writter {
  display: block;
  color: #fff;
  margin-top: 10px;
  text-align: right;
}
.entry-content,
.entry-excerpt {
  font-size: 16px;
}
/*------------------------------------------- 
---------- single post -------------
--------------------------------------------*/
.content-wrapper .single-post {
  border-bottom: 1px solid #ece9f0;
}
.single-post .post-thumbnail {
  margin: 20px 0;
  overflow: hidden;
  position: relative;
}
.content-wrapper .single-post .post-thumbnail img {
  width: 100%;
}
.content-wrapper .single-post .post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.7s ease;
  pointer-events: none;
  z-index: 9;
}
.content-wrapper .single-post .post-thumbnail img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.content-wrapper .single-post .post-thumbnail:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.content-wrapper .single-post .post-thumbnail:hover:before {
  opacity: 0.4;
  transition: all 0.3s ease;
}
.content-wrapper .single-post .entry-title {
  margin-top: 0;
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 42px;
}
.content-wrapper .single-post .single-post-meta {
  margin-bottom: 40px;
}
.content-wrapper .single-post .entry-content {
  /*margin: 18px 0 30px;*/
  font-size: 16px;
}

.content-wrapper .single-post .entry-content pre{
  font-size: 16px;
}


/*.content-wrapper .single-post .entry-content > p:first-child:first-letter {
  font-size: 36px;
  border: 3px solid #000;
  margin: 10px 10px 0 0;
  font-weight: bold;
  float: left;
  padding: 5px;
}*/
.content-wrapper .single-post .entry-content img {
  padding: 30px 0 30px;
}
.content-wrapper .single-post .entry-content a {
  color: #ff742e;
}
.content-wrapper .single-post .entry-content ul {
  margin-left: 0;
}

.content-wrapper .single-post .post-meta {
  margin: 0px 0 23px;
}
.content-wrapper .single-post .owl-carousel-left,
.content-wrapper .single-post .owl-carousel-right {
  position: absolute;
  top: 45%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin-top: 0px;
  transition: all 0.3s ease;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.content-wrapper .single-post .owl-carousel-left:hover,
.content-wrapper .single-post .owl-carousel-right:hover {
  transition: all 0.3s ease;
  background: #ff742e;
  border-color: #ff742e;
  color: #fff;
}
.content-wrapper .single-post .owl-carousel-left:hover i,
.content-wrapper .single-post .owl-carousel-right:hover i {
  color: #fff;
}
.content-wrapper .single-post .owl-carousel-left i,
.content-wrapper .single-post .owl-carousel-right i {
  color: #444;
  font-size: 20px;
  line-height: 40px;
}
.content-wrapper .single-post .owl-carousel-right {
  right: 15px;
}
.content-wrapper .single-post .owl-carousel-left {
  left: 15px;
}
.content-wrapper .single-post .single-post-details {
  padding-bottom: 50px;
}
.content-wrapper .single-post .edit {
  margin: 5px 0;
}
.image-content .wp-caption{
    display: inline;
}

.format-link,
.format-video,
.format-audio,
.format-gallery,
.format-image {
  margin-top: -25px;
}
.gallery-content {
  margin-bottom: 37px;
}
.gallery-content .content-list {
  max-height: 400px;
  overflow: hidden;
}
.entry-meta span i {
  padding: 0;
  font-size: 14px;
}
.entry-meta span span,
.entry-meta span ul {
  padding-right: 15px;
  color: #666;
}
.entry-meta a {
  font-size: 14px;
  color: #878a8c;
  text-transform: capitalize;
  margin: 0 5px;
}
.entry-meta a:hover {
  color: #ff742e;
}


.post-categories{
   display: inline-block;
   margin: 20px -40px 10px;
}
.single-post .post-categories li {
    list-style: none;
    display: inline-block;
}

.post-tags {
    margin-left: 0;
}

.post-img {
  position: relative;
  overflow: hidden;
  max-height: 200px;
}
.post-img img {
  transition: all 0.3s ease;
}
.post-img:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
  opacity: 1;
}
.post-img:hover .border-separate:before {
  opacity: 1;
  transition: all 0.3s ease;
}
.entry-meta span {
  font-size: 12px;
}
.category-item .entry-meta a {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding: 10px;
  background: #fff;
  color: #454545;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 10;
}
.category-item .entry-meta a:hover {
  color: #ff742e;
}
.category-item .post-categories {
  margin: 5px -10px 5px -50px;
}
.category-item .border-separate:before {
  position: absolute;
  content: "";
  width: 92%;
  height: 87%;
  left: -6px;
  right: 0;
  top: -7px;
  border: 1px solid #eee;
  margin: 20px;
  bottom: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.59);
}
.post-meta a {
    padding: 2px 10px;
    line-height: 38px;
    transition: all, 0.5s;
    font-size: 100% !important;
    border: 1px solid #ece9f0;
    margin: 0 6px;
    border-radius: 0px;
}
.post-meta a:hover {
  background: #ff742e;
  color: #fff;
  border-color: #ff742e;
}
.mejs-audio {
  margin-bottom: 30px;
}
/*------------------------------------------- 
---------- social share -------------
--------------------------------------------*/
.social-share {
  color: #878a8c;
  margin: 5px 0;
}
.social-share a,
.social-share span {
  border: 1px solid #ece9f0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin: -5px 5px 0 0;
  color: #878a8c;
  border-radius: 50px;
  transition: all 0.3s ease;
}
.social-share a:hover {
  background-color: #ff742e;
  color: #fff;
  border-color: #ff742e;
}
.social-share span {
  background-color: #ff742e;
  color: #fff;
  transition: all 0.3s ease;
}
.social-share .facebook:hover {
  background-color: #ff742e;
  color: #fff !important;
  border-color: #ff742e;
}
.social-share .twitter:hover {
  background-color: #ff742e;
  color: #fff !important;
  border-color: #ff742e;
}
.social-share .linkedin:hover {
  background-color: #ff742e;
  color: #fff !important;
  border-color: #ff742e;
}
.social-share .google:hover {
  background-color: #ff742e;
  color: #fff !important;
  border-color: #ff742e;
}
.social-share .follow-us {
  display: inline-block;
}
.pager {
  display: inline-block;
  width: 100%;
  margin: 10px 0 60px;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 20px;
  background-color: #fff;
  border: 1px solid #ece9f0;
  border-radius: 0px;
  line-height: 30px;
}
.pager li > a:hover,
.pager li > span:hover,
.pager li > a:focus,
.pager li > span:focus {
  background-color: #ff742e;
  color: #fff;
  border-color: #ff742e;
}
/*------------------------------------------- 
---------- Comments Author -------------
--------------------------------------------*/
.page .comments-area {
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.comment-content td, .comment-content th{
    padding: 0;
    border: 1px solid #ddd;
    padding: 5px;
}

.comments-area form {
  display: block;
}
.comments-area .comment-respond input[type="text"],
.comments-area .comment-respond input[type="email"],
.comments-area .comment-respond input[type="url"],
.comments-area .comment-respond input[type="password"],
.comments-area .comment-respond input[type="search"],
.comments-area .comment-respond input[type="number"],
.comments-area .comment-respond input[type="tel"],
.comments-area .comment-respond input[type="range"],
.comments-area .comment-respond input[type="date"],
.comments-area .comment-respond input[type="month"],
.comments-area .comment-respond input[type="week"],
.comments-area .comment-respond input[type="time"],
.comments-area .comment-respond input[type="datetime"],
.comments-area .comment-respond input[type="datetime-local"],
.comments-area .comment-respond input[type="color"],
.comments-area .comment-respond textarea {
  width: 100%;
  display: block;
}
.comments-area .comment-respond > form > p:nth-child(3) {
  width: 50%;
  float: left;
}
.comments-area .comment-respond > form > p:nth-child(4) {
  width: 50%;
  float: right;
  padding: 0 0px 0 20px;
}
.comments-area .comment {
  padding: 20px 0 0;
  position: relative;
  margin: 20px 0;
}
.comments-area .comment-author img {
  margin-top: 0;
  margin-right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 0px;
  background: #f5f5f5;
  float: left;
}
.comments-area .comment-author a {
  text-transform: uppercase;
  font-size: 14px;
}
.comments-area span.says {
  display: none;
}
.comments-area .reply a {
  text-shadow: none;
  border: 1px solid #ece9f0;
  padding: 10px 26px;
  border-radius:0px;
  margin-left: 90px;
}
.comments-area .reply a:hover {
  background-color: #ff742e;
  color: #fff;
  border-color: #ff742e;
}
.comments-area .comment-metadata a {
  color: #878a8c;
  font-size: 12px;
  text-transform: uppercase;
}
.comments-area .comment-content {
  margin-left: 90px;
}
.pingback {
  list-style-type: none;
  padding: 10px 0;
}
.pingback .edit-link {
  display: block;
}
.pingback .edit-link a {
  display: inline-block;
  margin: 5px 0;
  border: 1px solid #ece9f0;
  padding: 7px 25px;
  border-radius: 0px;
}
.pingback .edit-link a:hover {
  color: #fff;
  background-color: #ff742e;
  border-color: #ff742e;
}
/*------------------------------------------- 
---------- Pagination -------------
--------------------------------------------*/
.pagination {
  padding: 0px 0 30px;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
}
.pagination a {
  padding: 13px 16px;
  font-size: 13px;
  border: 1px solid #ece9f0;
  border-radius:0px;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.pagination a:hover {
  background: #ff742e;
  color: #fff;
  border-color: #ff742e;
  transition: all 0.3s ease;
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.3);
}
.pagination .next,
.pagination .prev {
  padding: 12px 25px;
}
.pagination .current {
  padding: 12px 16px;
  margin: 0 10px 0 0;
  font-size: 14px;
  border: 1px solid #ff742e;
  background: #ff742e;
  color: #fff;
  border-radius: 0px;
  transition: all 0.3s ease;
}
img.ajax-loader {
  width: auto !important;
}
.post-navigation {
  padding: 40px 0 60px;
}
.post-navigation .nav-previous a {
  border: 1px solid #ece9f0;
  padding: 12px 20px;
  font-size: 12px;
}
.post-navigation .nav-previous a:hover {
  background-color: #ff742e;
  color: #fff;
  border-color: #ff742e;
}
.post-navigation .nav-next a {
  border: 1px solid #ece9f0;
  padding: 12px 20px;
  font-size: 12px;
}
.post-navigation .nav-next a:hover {
  background-color: #ff742e;
  color: #fff;
  border-color: #ff742e;
}
.single-full-width .post-thumbnails {
  max-height: 400px;
  overflow: hidden;
}
.single-full-width .entry-meta {
  padding: 0 0 25px;
}
.single-full-width .entry-content {
  margin: 35px 0 0;
}
.single-full-width .author-deatils {
  padding: 45px 0;
  border-bottom: 1px solid #ece9f0;
}
.single-full-width .author-deatils .author a {
  border: 1px solid #ece9f0;
  padding: 10px;
}
.single-full-width .author-deatils .author a:hover {
  color: #fff;
  background-color: #ff742e;
  border-color: #ff742e;
}
.single-full-width .author-deatils .author {
  float: left;
  text-transform: uppercase;
  font-size: 12px;
}
/*------------------------------------------- 
---------- Error page -------------
--------------------------------------------*/
.error404 .site-content {
  background: #eee;
  padding: 90px 0;
}
.error-404 .title-404 {
  position: relative;
}
.error-404 .title-404:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background: #ff742e;
  top: 0;
  bottom: -64px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
.error-404 .content-404 {
  width: 58%;
  margin: 33px auto;
}
.error-404 .btn-404 {
  margin: 20px 0;
  background-color: #ff742e;
  color: #fff;
}
.error-404 .btn-404:hover {
  border-color: #ff742e;
  background: #fff;
  color: #ff742e;
}
.comment-respond {
  padding: 0px 0 70px;
}
.comment-respond input[type="submit"] {
  padding: 15px 26px;
  border-radius:0px;
  left: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}
.gallery-item {
  max-height: 400px;
  overflow: hidden;
}
/*------------------------------------------- 
---------- Related post -------------
--------------------------------------------*/
.related-post {
  padding: 30px 0 105px;
}
.related-post .related-post-title {
  margin: 30px 15px;
  position: relative;
  padding: 16px 0;
}
.related-post .related-post-title:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  bottom: -2px;
  background-color: #ff742e;
  border-radius: 100px;
  width: 40px;
  height: 5px;
}
.related-post .entry-meta {
  margin: 11px 0;
  display: block;
}
.related-post .entry-meta a {
  font-size: 12px;
}
.related-post .entry-title {
  font-size: 24px;
  margin: 26px 0 -7px;
}
/*------------------------------------------- 
---------- Entry footer -------------
--------------------------------------------*/
.entry-footer {
  padding: 7px 0 50px;
}
.entry-footer .edit-link a {
  border: 1px solid #ece9f0;
  padding: 6px 26px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 29px;
  letter-spacing: 1px;
  font-size: 13px;
  border-radius: 0px;
  margin: 0 10px 0 0;
  transition: all 0.3s ease;
  background: #fff;
  color: #444;
  border-color: #ddd;
}
.entry-footer .edit-link a:hover {
  background: #ff742e;
  color: #fff;
  border-color: #ff742e;
  transition: all 0.3s ease;
}
.sidebar-wrapper-2 {
  margin: 5px 0;
}

.widget ul>li{
  list-style: none;
}

.widget .menu {
    margin-left: 0px;
    padding: 0;
}

.widget-area .widget .about-image {
  padding-bottom: 20px;
}
.widget-area .widget .about-info {
  font-size: 13px;
}
.widget-area .widget ul li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
}
.widget-area .widget .blog-details {
  padding: 0 10px;
}
.widget-area .widget .blog-details a {
  padding-left: 0;
}
.widget-area .widget a {
  color: #444;
  transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  padding-left: 15px;
}
.widget-area .widget a:hover {
  color: #ff742e;
}
.widget-area .widget .widget-img > a,
.widget-area .widget .wp-caption a {
  padding-left: 0px;
}
.widget-area .widget .recentcomments a,
.widget-area .widget .recentcomments span {
  padding-left: 8px !important;
}
.widget-area .widget .entry-meta {
  font-size: 12px;
}
.widget-area .widget > ul {
    display: inline-block;
    margin-left: -40px;
    margin: 0 -40px;
}
.widget-area .widget .widget-title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  color: #2a2a2a;
  padding: 0 0 7px;
  margin: 0 0 10px;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
.widget-area .widget .widget-title:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  top: 35px;
  bottom: 0;
  background-color: #ff742e;
  border-radius: 100px;
  width: 40px;
  height: 3px;
}
.widget-area .widget .tagcloud a {
  padding: 2px 10px;
  line-height: 38px;
  transition: all, 0.5s;
  font-size: 100% !important;
  border: 1px solid #ece9f0;
  margin: 0 5px 0 0;
  border-radius: 4px;
}
.widget-area .widget .tagcloud a:hover {
  background-color: #ff742e;
  color: #fff;
  border-color: #ff742e;
}
.widget-area .owl-carousel-left,
.widget-area .owl-carousel-right {
  position: absolute;
  top: 45%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  margin-top: 0px;
  transition: all 0.3s ease;
  opacity: 1;
  border-radius: 50px;
  box-shadow: -1px 1px 10px #444;
  border: 1px solid #fff;
  background: transparent;
}
.widget-area .owl-carousel-left:hover,
.widget-area .owl-carousel-right:hover {
  transition: all 0.3s ease;
  background: #ff742e;
  border-color: #ff742e;
  color: #fff;
}
.widget-area .owl-carousel-left:hover i,
.widget-area .owl-carousel-right:hover i {
  color: #fff;
}
.widget-area .owl-carousel-left i,
.widget-area .owl-carousel-right i {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}
.widget-area .owl-carousel-right {
  right: 15px;
}
.widget-area .owl-carousel-left {
  left: 15px;
}

.recent-post .post-heading a:hover,
.popular-post .post-heading a:hover {
  color: #ff742e;
}
.widget-area .widget .popular-post .widget-img {
  position: relative;
  max-height: 300px;
  overflow: hidden;
}
.widget-area .widget .popular-post .widget-img:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.62);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.widget-area .widget .popular-post .blog-details {
  padding: 10px 70px;
  position: absolute;
  bottom: 0;
  top: 34%;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}
.widget-area .widget .popular-post .blog-details .post-heading {
  line-height: 26px;
  font-size: 24px;
}
.widget-area .widget .popular-post .blog-details .post-heading a {
  padding-left: 0;
  color: #fff;
}
/*------------------------------------------- 
---------- SIDE BAR CALENDER -------------
--------------------------------------------*/
#wp-calendar {
  width: 100%;
  max-width: 37.5rem;
  background: #ff742e;
}
#wp-calendar caption {
  background-color: #ff742e;
  color: #fff;
  padding: 0.25rem;
  text-align: center;
  opacity: 0.9;
}
#wp-calendar thead tr {
  border-right: 1px solid #ff742e;
}
#wp-calendar thead th {
  font-size: 90%;
  font-weight: bold;
  padding: 0.25rem;
  background: #ff742e;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
#wp-calendar tbody td {
  position: relative;
  padding: 8px;
  text-align: center;
  border: 1px solid #ece9f0;
  background: #fff;
}
#wp-calendar tbody td#today {
  color: #fff;
  background-color: #ff742e;
  padding: 5px 0;
}
#wp-calendar tbody td#today a {
  display: block;
  color: #fff;
  padding: 5px 0;
  font-weight: 700;
}

#wp-calendar tfoot tr {
  background: #fff;
  border: 1px solid #ece9f0;
}
#wp-calendar tfoot tr td {
  border: 0;
  padding: 0;
}
#wp-calendar tfoot tr a {
  display: block;
  padding: 0.25rem 0.75rem;
}
#wp-calendar tfoot tr a:hover {
  background: #fff;
}
#wp-calendar tfoot tr #prev {
  text-align: left;
}
#wp-calendar tfoot tr #next {
  text-align: right;
}
.feature-item {
  padding: 20px;
  transition: all 0.3s ease;
}
.feature-item:hover {
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.feature-item .elementor-image-box-img {
  margin: 12px 0;
}
.amenity-feature-2 {
  box-shadow: 0px 3px 5px 0px #ddd;
  width: 1170px;
  margin: 0px auto;
  top: 8%;
  left: 0;
  right: 0;
  z-index: 9;
  background: #fff;
}
.custom-feature .block {
  margin: 5px 20px;
  position: relative;
}
.custom-feature .block .custom-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 30px 0;
}
.custom-feature .block .custom-icon:after {
  box-shadow: 0 0 0 2px #ddd;
  content: "";
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s,opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -7px;
  left: -7px;
  padding: 7px;
  pointer-events: none;
}
.custom-feature .block:hover .custom-icon:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.custom-feature .drop-shadow {
  position: relative;
}
.custom-feature .drop-shadow:after {
  bottom: 2px;
  content: "";
  height: 19px;
  position: absolute;
  right: 8px;
  width: 220px;
}
.feature-item-3 {
  border: 1px solid #ece9f0;
  padding: 40px;
  margin: 25px 0;
  transition: all 0.3s ease;
}
.feature-item-3:hover {
  box-shadow: 0px 14px 28px 5px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  transition: all 0.3s ease;
  background-color: #fff;
}
.feature-item-3:hover .elementor-icon {
  transition: all 0.3s ease;
}
@font-face {
  font-family: 'lightcase';
  src: url('../fonts/lightcase.eot?55356177');
  src: url('../fonts/lightcase.eot?55356177#iefix') format('embedded-opentype'), url('../fonts/lightcase.woff?55356177') format('woff'), url('../fonts/lightcase.ttf?55356177') format('truetype'), url('../fonts/lightcase.svg?55356177#lightcase') format('svg');
  font-weight: normal;
  font-style: normal;
}
.portfolio .post-details,
.archive .post-details {
  margin:0px 0 130px;
  height: 185px;
  overflow: hidden;
  position: relative;
  color: #fff;
}
.portfolio .post-details:before,
.archive .post-details:before {
  content: "";
  position: absolute;
  background: #000;
  opacity: 0.85;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.portfolio .post-details a,
.archive .post-details a,
.portfolio .post-details .post-title,
.archive .post-details .post-title {
  color: #fff;
}


.project-wrapper {
  position: relative;
  z-index: 99;
}
.single-portfolio-post {
    margin: 100px 0px 50px;
}

.portfolio .post-details .project-wrapper,
.archive .post-details .project-wrapper {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
}
.portfolio .post-details .breadcrumbs li,
.archive .post-details .breadcrumbs li {
  display: inline-block;
  padding: 10px 3px;
  list-style: none;
}
.single-portfolio .site-content {
  padding: 0;
}
.single-portfolio .site-main {
  margin: 0;
}
.portfolio-content .btn {
  margin: 17px 0 50px;
}
.portfolio-thumbnail {
  margin-bottom: 55px;
}
.portfolio-thumbnail img {
  width: 100%;
}
.portfolio-info {
  margin: 12px 0;
}
.portfolio-info td {
  border: 1px solid #eee;
  padding: 5px 20px;
}
.project-title {
  margin-bottom: 30px;
}
.related-project .related-title {
  margin-bottom: 30px;
  margin-left: 15px;
}
.related-project .wrapper {
  padding: 0 0px 0 15px;
}
.related-project .related-thumbnail {
  max-height: 250px;
  overflow: hidden;
  position: relative;
  margin-bottom: 120px;
  transition: all 0.3s ease;
}
.related-project .related-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border: 5px solid transparent;
}
.related-project .related-thumbnail:hover:before {
  opacity: 0.9;
  transition: all 0.3s ease;
  background: #ff742e;
  border: 5px solid #ece9f0;
}
.related-project .related-thumbnail:hover .related-info {
  opacity: 1;
  transition: all 0.3s ease;
}
.related-project .related-thumbnail .related-info {
  position: absolute;
  top: 60px;
  text-align: center;
  display: block;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.related-project .related-thumbnail .related-info a {
  color: #fff;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  margin: -20px 0;
  text-align: center;
}
.related-project .related-thumbnail .related-info a:hover {
  background-color: #fff;
  color: #ff742e;
}
.related-project .related-thumbnail .related-info p,
.related-project .related-thumbnail .related-info a,
.related-project .related-thumbnail .related-info .related-post-title {
  color: #fff;
}
.portfolio-filter.border {
  padding-bottom: 15px;
}
.portfolio-filter.border > li {
  display: inline-block;
  padding: 5px 10px;
}
.portfolio-filter.border > li a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  position: relative;
}
.portfolio-filter.border > li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 26px;
  width: 100%;
  height: 1px;
  background-color: #ff742e;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
.portfolio-filter.border > li a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 1px;
  background: #ff742e;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
}
.portfolio-filter.border > li a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.portfolio-filter.border > li a:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.portfolio-filter.border > li a.mixitup-control-active,
.portfolio-filter.border > li a.active,
.portfolio-filter.border > li a:hover {
  color: #ff742e;
}
.portfolio-filter.border > li a.mixitup-control-active:before,
.portfolio-filter.border > li a.active:before,
.portfolio-filter.border > li a:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #ff742e;
}
.portfolio-filter.border > li a.mixitup-control-active:after,
.portfolio-filter.border > li a.active:after,
.portfolio-filter.border > li a:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #ff742e;
}
.portfolio-filter.border > div {
  margin: -3px -2px !important;
}
.portfolio-filter.round {
  padding-bottom: 15px;
}
.portfolio-filter.round > li {
  display: inline-block;
  padding: 5px 10px;
}
.portfolio-filter.round > li a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  position: relative;
  border: 1px solid #ece9f0;
  display: inline-block;
}
.portfolio-filter.round > div {
  margin: -3px -2px !important;
}
.portfolio-filter.slash {
  position: relative;
}
.portfolio-filter.slash > li {
  display: inline-block;
  padding: 5px 10px;
}
.portfolio-filter.slash > li .filter-slash {
  margin: 0 8px 0 -15px;
}
.portfolio-filter.slash > li a {
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  position: relative;
}
.portfolio-filter.slash > li a.mixitup-control-active,
.portfolio-filter.slash > li a.active,
.portfolio-filter.slash > li a:hover {
  color: #ff742e !important;
}
.portfolio-filter.slash > li a.mixitup-control-active:before,
.portfolio-filter.slash > li a.active:before,
.portfolio-filter.slash > li a:hover:before {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #ddd;
}
.portfolio-filter.slash > li a.mixitup-control-active:after,
.portfolio-filter.slash > li a.active:after,
.portfolio-filter.slash > li a:hover:after {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color: #ff742e;
}
.portfolio-filter.slash > div {
  margin: -3px -2px !important;
}
.amenity-portfolio .item {
  padding: 0px;
  text-align: center;
}
.amenity-portfolio .icon-search {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  opacity: 0;
  -moz-animation: imageLinksTwo .4s 1;
  transform: translateX(0%) translateY(-50%);
  -webkit-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  border: 1px solid #fff;
  color: #fff;
}
.amenity-portfolio .icon-search:hover {
  background: #fff;
  color: #ff742e;
  border-color: #fff;
}
.amenity-portfolio .overlay:hover .overlay-spin:before {
  opacity: 0.90;
}
.amenity-portfolio .overlay:hover .icon-search {
  opacity: 1;
  transform: translateX(-50px) translateY(-50%) rotate(0deg);
  -webkit-transform: translateX(-50px) translateY(-50%) rotate(0deg);
}
.amenity-portfolio .overlay:hover .icon-link {
  opacity: 1;
  transform: translateX(50px) translateY(-50%) rotate(0);
  -webkit-transform: translateX(50px) translateY(-50%) rotate(0);
  -moz-transform: translateX(50px) translateY(-50%) rotate(0);
  -ms-transform: translateX(50px) translateY(-50%) rotate(0);
  -o-transform: translateX(50px) translateY(-50%) rotate(0);
}
.amenity-portfolio .overlay:hover .portfolio-content {
  opacity: 1;
  transition: all 0.5s ease;
  left: 56px;
}
.amenity-portfolio .overlay .portfolio-content {
  position: absolute;
  bottom: 35px;
  left: 150px;
  transition: all 0.5s ease;
  opacity: 0;
  color: #fff;
}
.amenity-portfolio .overlay .portfolio-content .title {
  color: #fff;
  margin-bottom: 0;
}
.amenity-portfolio .icon-link {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 40%;
  z-index: 4;
  line-height: 40px;
  text-align: center;
  border-radius: 2px;
  font-size: 17px;
  color: #fff;
  opacity: 0;
  -moz-animation: imageLinksTwo .4s 1;
  transform: translateX(0%) translateY(-50%);
  -webkit-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
}
.amenity-portfolio .icon-link:hover {
  background: #fff;
  color: #ff742e;
  border-color: #fff;
}
@-webkit-keyframes imageLinksOne {
  0% {
    transform: translateX(0px) translateY(-50%) rotate(0);
  }
  50% {
    transform: translateX(-55px) translateY(-50%) rotate(-20deg);
  }
  100% {
    transform: translateX(-50px) translateY(-50%) rotate(0deg);
  }
}
@keyframes imageLinksOne {
  0% {
    transform: translateX(0px) translateY(-50%) rotate(0);
  }
  50% {
    transform: translateX(-55px) translateY(-50%) rotate(-20deg);
  }
  100% {
    transform: translateX(-50px) translateY(-50%) rotate(0deg);
  }
}
.portfolio .overlay-spin {
  position: relative;
}
.portfolio .overlay-spin:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  background-color: #4da2ff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@-webkit-keyframes imageLinksTwo {
  0% {
    transform: translateX(0px) translateY(-50%) rotate(0);
  }
  50% {
    transform: translateX(55px) translateY(-50%) rotate(20deg);
  }
  100% {
    transform: translateX(50px) translateY(-50%) rotate(0);
  }
}
@keyframes imageLinksTwo {
  0% {
    transform: translateX(0px) translateY(-50%) rotate(0);
  }
  50% {
    transform: translateX(55px) translateY(-50%) rotate(20deg);
  }
  100% {
    transform: translateX(50px) translateY(-50%) rotate(0);
  }
}
.portfolio-2 .item {
  text-align: center;
}
.portfolio-2 .overlay-spin {
  position: relative;
}
.portfolio-2 .overlay-spin:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: red;
  text-align: center;
  vertical-align: middle;
  transform: rotateY(-90deg) scale(0.8);
  -webkit-transform: rotateY(-90deg) scale(0.8);
  -moz-transform: rotateY(-90deg) scale(0.8);
  -ms-transform: rotateY(-90deg) scale(0.8);
  -o-transform: rotateY(-90deg) scale(0.8);
  transition: all 0.3s ease-in-out;
}
.portfolio-2 .icon-search {
  position: absolute;
  top: 44%;
  z-index: 4;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  color: #fff;
  font-size: 44px;
}
.portfolio-2 .overlay:hover .overlay-spin:before {
  opacity: 0.90;
}
.portfolio-2 .overlay:hover .icon-search {
  opacity: 1;
}
.portfolio-2 .overlay:hover .overlay-spin:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateY(0deg) scale(1);
  -moz-transform: rotateY(0deg) scale(1);
  -ms-transform: rotateY(0deg) scale(1);
  -o-transform: rotateY(0deg) scale(1);
  transform: rotateY(0deg) scale(1);
}
@-webkit-keyframes imageLinksOne {
  0% {
    transform: translateX(0px) translateY(-50%) rotate(0);
  }
  50% {
    transform: translateX(-55px) translateY(-50%) rotate(-20deg);
  }
  100% {
    transform: translateX(-50px) translateY(-50%) rotate(0deg);
  }
}
@keyframes imageLinksOne {
  0% {
    transform: translateX(0px) translateY(-50%) rotate(0);
  }
  50% {
    transform: translateX(-55px) translateY(-50%) rotate(-20deg);
  }
  100% {
    transform: translateX(-50px) translateY(-50%) rotate(0deg);
  }
}
.portfolio .overlay-spin {
  position: relative;
}
.portfolio .overlay-spin:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  background-color: #4da2ff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@-webkit-keyframes imageLinksTwo {
  0% {
    transform: translateX(0px) translateY(-50%) rotate(0);
  }
  50% {
    transform: translateX(55px) translateY(-50%) rotate(20deg);
  }
  100% {
    transform: translateX(50px) translateY(-50%) rotate(0);
  }
}
@keyframes imageLinksTwo {
  0% {
    transform: translateX(0px) translateY(-50%) rotate(0);
  }
  50% {
    transform: translateX(55px) translateY(-50%) rotate(20deg);
  }
  100% {
    transform: translateX(50px) translateY(-50%) rotate(0);
  }
}
/*------------------  POrtfolio Single ---------------------*/
.amenity-portfolio .portfolio-single-details .title-heading {
  margin-top: 0;
}
@media screen {
  /* Overlay */
  #lightcase-overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
  }
  /* Loading */
  #lightcase-loading {
    position: fixed;
    z-index: 1001;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    opacity: 1;
    font-size: 32px;
    /* Fixes the icon wobble issue in firefox */
    -moz-transform-origin: 50% 53%;
    -webkit-animation: lightcase-loading-spin 0.5s infinite linear;
    -moz-animation: lightcase-loading-spin 0.5s infinite linear;
    -o-animation: lightcase-loading-spin 0.5s infinite linear;
    animation: lightcase-loading-spin 0.5s infinite linear;
  }
  /* Case */
  #lightcase-case {
    display: none;
    position: fixed;
    z-index: 1002;
    top: 50%;
    left: 50%;
  }
  /* Additional info */
  #lightcase-case .lightcase-info {
    /* 
     * You can change to position "static" or "relative" instead, but consider
     * that this height will be integrated and calculated
     * to the maximum height additionally to the image height.
     */
    position: absolute;
    padding-top: 15px;
  }
  #lightcase-case .lightcase-caption {
    clear: both;
  }
  #lightcase-case .lightcase-title,
  #lightcase-case .lightcase-caption {
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.5;
    font-weight: normal;
    text-overflow: ellipsis;
  }
  #lightcase-case .lightcase-caption {
    font-size: 13px;
  }
  #lightcase-case .lightcase-sequenceInfo {
    font-size: 11px;
  }
  /* Icons */
  [class*='lightcase-icon-'] {
    width: 1.123em;
    height: auto;
    /*
     * For adjusting the icon size, just change the
     * value for "font-size" here!
     */
    font-size: 38px;
    line-height: 1;
    text-align: center;
    text-shadow: none;
  }
  a[class*='lightcase-icon-'],
  a[class*='lightcase-icon-']:focus {
    position: fixed;
    z-index: 9999;
    color: #aaa;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: color, opacity, ease-in-out 0.25s;
    -moz-transition: color, opacity, ease-in-out 0.25s;
    -o-transition: color, opacity, ease-in-out 0.25s;
    transition: color, opacity, ease-in-out 0.25s;
  }
  a[class*='lightcase-icon-'] > span {
    display: inline-block;
    text-indent: -9999px;
  }
  /* For mobile (touch) devices */
  .lightcase-isMobileDevice #lightcase-case .lightcase-inlineWrap,
  .lightcase-isMobileDevice #lightcase-case[data-type=iframe] .lightcase-contentInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lightcase-isMobileDevice.lightcase-open,
  .lightcase-isMobileDevice.lightcase-open body {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
  }
  .lightcase-isMobileDevice #lightcase-nav a:hover {
    color: #aaa;
    text-shadow: none;
  }
}
/* Animation for loading spin icon */
@-webkit-keyframes lightcase-loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
[class*='lightcase-icon-']:before {
  font-family: 'lightcase';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* Codes */
.lightcase-icon-play:before {
  content: '\e800';
}
/* '' */
.lightcase-icon-pause:before {
  content: '\e801';
}
/* '' */
.lightcase-icon-close:before {
  content: '\e802';
}
/* '' */
.lightcase-icon-prev:before {
  content: '\e803';
}
/* '' */
.lightcase-icon-next:before {
  content: '\e804';
}
/* '' */
.lightcase-icon-spin:before {
  content: '\e805';
}
/* '' */
#lightcase-nav a {
  top: 50%;
  margin-top: -0.5em;
  outline: none;
  cursor: pointer;
}
#lightcase-nav a.lightcase-icon-next {
  right: 15px;
}
#lightcase-nav a.lightcase-icon-prev {
  left: 15px;
}
#lightcase-nav a.lightcase-icon-play,
#lightcase-nav a.lightcase-icon-pause {
  left: 50%;
  margin-left: -0.5em;
  display: none !important;
}
#lightcase-nav a.lightcase-icon-close {
  position: fixed;
  z-index: 9997;
  top: 55px;
  right: 15px;
  outline: none;
}
a[class*='lightcase-icon-']:hover {
  text-decoration: none;
}
#lightcase-overlay {
  background: #333;
}
a[class*='lightcase-icon-']:focus {
  position: fixed;
  z-index: 9999;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}
.elementor-section-boxed .portfolio .col-md-3 figure:hover .icon-search,
.elementor-section-boxed .portfolio col-lg-3 figure:hover .icon-search {
  transform: translateX(-30px) translateY(-50%) rotate(0deg);
  -webkit-transform: translateX(-30px) translateY(-50%) rotate(0deg);
}
.elementor-section-boxed .portfolio .col-md-3 figure .portfolio-content,
.elementor-section-boxed .portfolio col-lg-3 figure .portfolio-content {
  bottom: 10px;
}
.elementor-section-boxed .portfolio .col-md-4 figure:hover .icon-search,
.elementor-section-boxed .portfolio col-lg-4 figure:hover .icon-search {
  transform: translateX(-40px) translateY(-50%) rotate(0deg);
  -webkit-transform: translateX(-40px) translateY(-50%) rotate(0deg);
}
.elementor-section-boxed .portfolio .col-md-4 figure .portfolio-content,
.elementor-section-boxed .portfolio col-lg-4 figure .portfolio-content {
  bottom: 27px;
}
.elementor-section-boxed .portfolio .col-md-6 figure:hover .icon-search,
.elementor-section-boxed .portfolio .col-lg-6 figure:hover .icon-search {
  transform: translateX(-60px) translateY(-50%) rotate(0deg);
  -webkit-transform: translateX(-60px) translateY(-50%) rotate(0deg);
}
.elementor-section-full_width .portfolio .col-md-3 figure:hover .icon-search,
.elementor-section-full_width .portfolio col-lg-3 figure:hover .icon-search {
  transform: translateX(-45px) translateY(-50%) rotate(0deg);
  -webkit-transform: translateX(-45px) translateY(-50%) rotate(0deg);
}
.elementor-section-full_width .portfolio .col-md-3 figure .portfolio-content,
.elementor-section-full_width .portfolio col-lg-3 figure .portfolio-content {
  bottom: 30px;
}
.elementor-section-full_width .portfolio .col-md-4 figure:hover .icon-search,
.elementor-section-full_width .portfolio col-lg-4 figure:hover .icon-search {
  transform: translateX(-60px) translateY(-50%) rotate(0deg);
  -webkit-transform: translateX(-60px) translateY(-50%) rotate(0deg);
}
.elementor-section-full_width .portfolio .col-md-4 figure .portfolio-content,
.elementor-section-full_width .portfolio col-lg-4 figure .portfolio-content {
  bottom: 49px;
}
.elementor-section-full_width .portfolio .col-md-6 figure:hover .icon-search,
.elementor-section-full_width .portfolio .col-lg-6 figure:hover .icon-search {
  transform: translateX(-90px) translateY(-50%) rotate(0deg);
  -webkit-transform: translateX(-90px) translateY(-50%) rotate(0deg);
}
.elementor-section-full_width .portfolio .col-md-6 figure .portfolio-content,
.elementor-section-full_width .portfolio .col-lg-6 figure .portfolio-content {
  bottom: 60px;
  left: 90px;
}
.portfolio-3 .amenity-portfolio .portfolio-btn .icon-search,
.portfolio-3 .amenity-portfolio .portfolio-btn .icon-link {
  border-radius: 50px;
}
.amenity-testimonial .testimoni-image {
  display: block;
  border-radius: 50px;
  max-width: 50px;
  height: 50px;
}
.amenity-testimonial .center .testimoni-wrapper {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.amenity-testimonial .testimoni-wrapper {
  transition: all 0.3s ease;
  display: inline-block;
  background: #f5f5f5;
  padding: 50px ;
  margin: 15px;
}
.amenity-testimonial .testimoni-wrapper .testimony {
  display: block;
  margin-bottom: 35px;
}
.amenity-testimonial .testimoni-wrapper .testimony:before {
  content: "\f10d";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ece9f0;
  font-size: 26px;
  display: block;
  margin-bottom: 15px;
}
.amenity-testimonial .testimoni-wrapper .testimony p {
  line-height: 27px;
}
.amenity-testimonial .testimoni-wrapper .author {
  position: relative;
  border-top: 1px solid #ece9f0;
  padding: 30px 0;
}
.amenity-testimonial .testimoni-wrapper .author:before {
  content: "";
  position: absolute;
  left: 31px;
  right: 0;
  height: 10px;
  width: 10px;
  bottom: 0;
  top: -1px;
  border: 8px solid transparent;
  border-bottom-color: #ece9f0;
  transform: rotate(180deg);
}
.amenity-testimonial .testimoni-wrapper .author .name {
  font-size: 16px;
  margin: 5px -10px;
}
.amenity-testimonial .testimoni-wrapper .author .designation {
  font-size: 12px;
  margin: -5px -10px;
}
.amenity-testimonial .testimoni-wrapper:hover {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.amenity-testimonial-2 .testimoni-image {
  display: inline-block !important;
  border-radius: 100px;
  width: 80px !important;
  height: 80px;
  margin: -10px 0;
}
.amenity-testimonial-2 .testimoni-wrapper {
  transition: all 0.3s ease;
}
.amenity-testimonial-2 .testimoni-wrapper .testimony {
  display: block;
  position: relative;
  margin: 35px auto 0;
  width: 80%;
}
.amenity-testimonial-2 .testimoni-wrapper .testimony p {
  line-height: 38px;
  font-size: 24px;
  font-style: italic;
}
.amenity-testimonial-2 .author {
  position: relative;
  padding: 15px 0;
}
.amenity-testimonial-2 .author .name {
  font-size: 18px;
  margin: 5px 0;
}
.amenity-testimonial-2 .author .designation {
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
}
.amenity-testimonial-2 .owl-carousel-left,
.amenity-testimonial-2 .owl-carousel-right {
  position: absolute;
  top: 45%;
  border: 1px solid #ff742e;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  margin: 0px 30px;
  transition: all 0.3s ease;
  opacity: 0;
  border-radius: 100px;
}
.amenity-testimonial-2 .owl-carousel-left:hover,
.amenity-testimonial-2 .owl-carousel-right:hover {
  transition: all 0.3s ease;
  background: #ff742e;
  border-color: #ff742e;
  color: #fff;
}
.amenity-testimonial-2 .owl-carousel-left i,
.amenity-testimonial-2 .owl-carousel-right i {
  color: #000;
  font-size: 22px;
}
.amenity-testimonial-2 .owl-carousel-right {
  right: 0;
}
.amenity-testimonial-2:hover .owl-carousel-left,
.amenity-testimonial-2:hover .owl-carousel-right {
  opacity: 1;
  transition: all 0.3s ease;
}
.amenity-testimonial-2 .owl-stage-outer {
  padding: 0 0 20px;
  margin: 0 0 50px;
}
.amenity-testimonial-3 .testimoni-image {
  display: inline-block !important;
  border-radius: 100px;
  max-width: 80px;
  height: 80px;
  padding: 5px;
}
.amenity-testimonial-3 .testimoni-wrapper {
  transition: all 0.3s ease;
}
.amenity-testimonial-3 .testimoni-wrapper .testimony {
  display: block;
  margin: 35px auto;
  width: 60%;
}
.amenity-testimonial-3 .testimoni-wrapper .testimony p {
  line-height: 27px;
}
.amenity-testimonial-3 .testimoni-wrapper .author {
  position: relative;
  padding: 25px 0;
}
.amenity-testimonial-3 .testimoni-wrapper .name {
  font-size: 16px;
  margin: 5px -10px;
}
.amenity-testimonial-3 .testimoni-wrapper .designation {
  font-size: 12px;
  margin: -5px -10px;
}
.amenity-testimonial-3 .owl-carousel-left,
.amenity-testimonial-3 .owl-carousel-right {
  position: absolute;
  top: 45%;
  border: 1px solid #ff742e;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  margin: 0px 30px;
  transition: all 0.3s ease;
  opacity: 0;
  border-radius: 100px;
}
.amenity-testimonial-3 .owl-carousel-left:hover,
.amenity-testimonial-3 .owl-carousel-right:hover {
  transition: all 0.3s ease;
  background: #ff742e;
  color: #fff;
}
.amenity-testimonial-3 .owl-carousel-left i,
.amenity-testimonial-3 .owl-carousel-right i {
  color: #000;
  font-size: 22px;
}
.amenity-testimonial-3 .owl-carousel-right {
  right: 0;
}
.amenity-testimonial-3:hover .owl-carousel-left,
.amenity-testimonial-3:hover .owl-carousel-right {
  opacity: 1;
  transition: all 0.3s ease;
}
.elementor-slick-slider ul.slick-dots {
  bottom: -60px !important;
}
/*=================================================================
 team section start
==================================================================*/
.team-1 .team-container .team-block {
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.team-1 .team-container .team-block .img-container {
  display: inline-block;
}
.team-1 .team-container .team-block:before {
  content: "";
  position: absolute;
  background: #ff742e;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.team-1 .team-container .team-content {
  width: 100%;
  position: absolute;
  top: 22%;
  z-index: 99;
  padding: 20px 30px;
  left: 20%;
  right: 0;
  opacity: 0;
  color: #fff;
  text-align: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-1 .team-container .team-each-wrap .team-info {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-1 .team-container .team-each-wrap .team-info span {
  display: block;
}
.team-1 .team-container .team-each-wrap .team-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
}
.team-1 .team-container .team-each-wrap .team-social .social-icon {
  font-size: 16px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 5px;
}
.team-1 .team-container .team-each-wrap .team-img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-1 .team-container .team-each-wrap:hover .team-info {
  z-index: 1;
}
.team-1 .team-container .team-each-wrap:hover .team-img {
  opacity: 0.1;
}
.team-1 .team-container:hover .team-content {
  opacity: 1;
  left: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-1 .team-container:hover .team-block:before {
  opacity: 0.9;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-1 .team-container:hover .team-block:after {
  opacity: 0.9;
  left: 130px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-2 .team-container .team-block {
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.team-2 .team-container .team-block .img-container {
  display: inline-block;
}
.team-2 .team-container .team-block .team-image {
  position: relative;
  max-height: 320px;
  overflow: hidden;
}
.team-2 .team-container .team-block .team-image img {
  width: 100%;
}
.team-2 .team-container .team-block .team-image:before {
  content: "";
  position: absolute;
  background: #ff742e;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.team-2 .team-container .team-block:hover {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
}
.team-2 .team-container .team-social {
  width: 100%;
  position: absolute;
  top: 25%;
  z-index: 99;
  padding: 20px;
  right: 0;
  opacity: 0;
  color: #fff;
  text-align: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-2 .team-container .team-each-wrap .team-info {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 10px 30px;
}
.team-2 .team-container .team-each-wrap .team-info span {
  display: block;
}
.team-2 .team-container .team-each-wrap .team-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 0 2px;
  border-radius: 4px;
}
.team-2 .team-container .team-each-wrap .team-social .social-icon {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px;
}
.team-2 .team-container .team-each-wrap .team-img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-2 .team-container .team-each-wrap:hover .team-info {
  z-index: 1;
}
.team-2 .team-container .team-each-wrap:hover .team-img {
  opacity: 0.1;
}
.team-2 .team-container:hover .team-social {
  opacity: 1;
  left: 0;
  padding: 20px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-2 .team-container:hover .team-image:before {
  opacity: 0.9;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-2 .team-container .team-social a {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition: all 0.3s ease;
}
.team-2 .team-container .team-social a:hover {
  transition: all 0.3s ease;
}
.team-2 .team-container:hover .team-social a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.team-2 .team-container:hover .facebook {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.team-2 .team-container:hover .twitter {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.team-2 .team-container:hover .linkedin {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.team-2 .team-container:hover .pinterest {
  -webkit-transition-delay: 0.45;
  transition-delay: 0.45s;
}
.team-3 .team-container {
  border: 1px solid #ece9f0;
  background-color: #fff;
  padding: 30px 20px;
  border-radius: 2px;
}
.team-3 .team-container .team-each-wrap {
  position: relative;
}
.team-3 .team-container .team-each-wrap .team-block {
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.team-3 .team-container .team-each-wrap .team-block img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  margin: 0 auto;
}
.team-3 .team-container .team-each-wrap .spin {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  margin: auto;
}
.team-3 .team-container .team-each-wrap .team-content {
  font-size: 14px;
  text-align: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-3 .team-container .team-each-wrap .team-info {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 0 20px;
}
.team-3 .team-container .team-each-wrap .team-info span {
  display: block;
}
.team-3 .team-container .team-each-wrap .team-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  margin: 0 3px;
  border: 1px solid #ece9f0;
}
.team-3 .team-container .team-each-wrap:hover .spin {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.team-4 .team-container .team-block {
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.team-4 .team-container .team-block .img-container {
  display: inline-block;
}
.team-4 .team-container .team-block .team-image {
  position: relative;
}
.team-4 .team-container .team-block .team-image:before {
  content: "";
  position: absolute;
  background: #ff742e;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.team-4 .team-container .team-social {
  width: 100%;
  position: absolute;
  top: 20%;
  z-index: 99;
  padding: 20px;
  right: 0;
  opacity: 0;
  color: #fff;
  text-align: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-4 .team-container .team-each-wrap .team-info {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 5px 0 20px;
}
.team-4 .team-container .team-each-wrap .team-info span {
  display: block;
}
.team-4 .team-container .team-each-wrap .team-social a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 5px 2px;
}
.team-4 .team-container .team-each-wrap .team-social .social-icon {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 5px;
}
.team-4 .team-container .team-each-wrap .team-img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-4 .team-container .team-each-wrap:hover .team-info {
  z-index: 1;
}
.team-4 .team-container .team-each-wrap:hover .team-img {
  opacity: 0.1;
}
.team-4 .team-container:hover .team-social {
  opacity: 1;
  left: 0;
  padding: 20px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-4 .team-container:hover .team-image:before {
  opacity: 0.9;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-4 .team-container .team-social a {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  transition: all 0.3s ease;
}
.team-4 .team-container .team-social a:hover {
  transition: all 0.3s ease;
}
.team-4 .team-container:hover .team-social a {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.team-4 .team-container:hover .facebook {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.team-4 .team-container:hover .twitter {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.team-4 .team-container:hover .linkedin {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.team-4 .team-container:hover .pinterest {
  -webkit-transition-delay: 0.45;
  transition-delay: 0.45s;
}
.team-5 .team-container .team-each-wrap {
  overflow: hidden;
}
.team-5 .team-container .team-each-wrap .team-block {
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.team-5 .team-container .team-each-wrap .team-block:before {
  content: "";
  position: absolute;
  background: #ff742e;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 44;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.team-5 .team-container .team-each-wrap .team-block img {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-5 .team-container .team-each-wrap .team-block .team-info {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  left: 0;
  right: 0;
  opacity: 0;
  color: #fff;
  text-align: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-5 .team-container .team-each-wrap .team-block .team-info .name {
  margin: 33px 0;
}
.team-5 .team-container .team-each-wrap .team-block .team-info .name .team-title {
  margin-bottom: -5px;
}
.team-5 .team-container .team-each-wrap .team-block .team-info .name .team-designation {
  font-size: 12px;
}
.team-5 .team-container .team-each-wrap .team-block .team-content {
  padding: 20px;
  margin: -42px 0 -21px;
  font-size: 14px;
}
.team-5 .team-container .team-each-wrap .team-block .team-social {
  background: #ff742e;
  padding: 10px;
}
.team-5 .team-container .team-each-wrap .team-block .team-social a {
  display: inline-block;
  padding: 0 5px;
}
.team-5 .team-container .team-each-wrap .team-block .team-social .social-icon {
  font-size: 16px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 5px;
}
.team-5 .team-container .team-each-wrap:hover .team-info {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-5 .team-container .team-each-wrap:hover .team-block:before {
  opacity: 0.7;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-5 .team-container .team-each-wrap:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.team-6 .team-container .team-each-wrap {
  position: relative;
}
.team-6 .team-container .team-each-wrap .team-block img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
}
.team-6 .team-container .team-each-wrap .team-content {
  font-size: 14px;
  margin: 20px 0;
}
.team-6 .team-container .team-each-wrap .team-info {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  padding: 0px 15px;
}
.team-6 .team-container .team-each-wrap .team-info span {
  display: block;
}
.team-6 .team-container .team-each-wrap .team-social a {
  display: inline-block;
  padding: 0 15px 0 0;
}
.team-6 .team-container .team-each-wrap:hover .spin {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/*------------------------------------------- 
---------- main post -------------
--------------------------------------------*/
.amenity-custom-blog .custom-post {
  transition: all 0.3s ease;
  box-shadow: 0px 1px 10px 2px #ece9f0;
}
.amenity-custom-blog .custom-post .post-thumbnail {
  max-height: 230px;
  overflow: hidden;
}
.amenity-custom-blog .custom-post .custom-meta {
  padding: 21px 0 0px;
  margin: 0;
}
.amenity-custom-blog .custom-post .custom-meta span span,
.amenity-custom-blog .custom-post .custom-meta span ul {
  padding-right: 5px;
}
.amenity-custom-blog .custom-post .custom-meta a {
  margin: 0 3px;
}
.amenity-custom-blog .custom-post .blog-details {
  padding: 0 20px;
  transition: all 0.3s ease;
}
.amenity-custom-blog .custom-post .entry-footer {
  padding: 0px 0 30px;
}
.amenity-custom-blog .custom-post .entry-footer .content-btn i {
  padding-left: 5px;
  transition: all 0.3s ease;
  font-size: 14px;
}
.amenity-custom-blog .custom-post .entry-footer .content-btn a:hover i {
  margin-left: 5px;
  transition: all 0.3s ease;
}
.amenity-custom-blog .custom-post:hover {
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.amenity-custom-blog > div > :nth-child(2) article {
  box-shadow: 0px 1px 10px 2px #ddd;
  transition: all 0.3s ease;
}
.amenity-custom-blog-2 .blog-details {
  padding: 0 20px;
  transition: all 0.3s ease;
  border: 1px solid #ece9f0;
}
.amenity-custom-blog-2 .custom-post .custom-meta {
  padding: 0;
}
.amenity-custom-blog-2 .custom-post .custom-meta a {
  padding: 0 5px 0 5px;
}
.amenity-custom-blog-3 .post-thumbnail {
  position: relative;
}
.amenity-custom-blog-3 .post-thumbnail .date-format {
  position: absolute;
  padding: 5px 15px;
  bottom: 1px;
  font-size: 12px;
  text-transform: uppercase;
}
.amenity-custom-blog-3 .items:nth-child(2) .blog-wrapper {
  display: flex;
  align-items: baseline;
  flex-direction: column-reverse;
}
.amenity-custom-blog-3 .items:nth-child(2) .blog-wrapper .blog-info {
  box-shadow: 0 -3px 3px -3px rgba(0, 0, 0, 0.2);
}
.amenity-custom-blog-3 .overlay-hover {
  max-height: 259px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.amenity-custom-blog-3 .overlay-hover a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: #00000066;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.amenity-custom-blog-3 .blog-wrapper {
  margin: 0 -15px 0 -15px;
  transition: all 0.3s ease;
}
.amenity-custom-blog-3 .blog-wrapper:hover .blog-info {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.amenity-custom-blog-3 .blog-wrapper:hover .overlay-hover a:before {
  opacity: 1;
}
.amenity-custom-blog-3 .blog-info {
  background-color: #fafafa;
  padding: 10px 40px;
  transition: all 0.3s ease;
  height: 260px;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.amenity-custom-blog-3 .blog-info .author {
  padding: 0 0 23px;
}
.amenity-custom-blog-3 .blog-info .author .author-img img {
  border-radius: 100px;
}
.amenity-custom-blog-3 .blog-info .author .author-info {
  margin: 0 10px;
  text-transform: capitalize;
  font-size: 14px;
}
.amenity-custom-blog-3 .blog-info .author .author-info .title {
  text-transform: capitalize;
}
.amenity-custom-blog-4 .latest-post .post-thumbnail {
  position: relative;
}
.amenity-custom-blog-4 .latest-post .post-thumbnail:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.amenity-custom-blog-4 .latest-post .post-thumbnail .date-format {
  position: absolute;
  padding: 10px 15px;
  bottom: 42px;
  font-size: 12px;
  text-transform: uppercase;
  left: 42px;
  font-weight: 700;
}
.amenity-custom-blog-4 .latest-post .entry-title {
  font-size: 28px;
}
.amenity-custom-blog-4 .latest-post .entry-content {
  margin: 20px 0 0;
  width: 90%;
}
.amenity-custom-blog-4 .latest-post .entry-footer {
  margin: -10px 0;
  padding: 2px 0 20px;
}
.amenity-custom-blog-4 .latest-post .entry-footer .content-btn {
  display: inline-block;
}
.amenity-custom-blog-4 .latest-post:hover .post-thumbnail:before {
  transition: all 0.3s ease;
  opacity: 0.8;
}
.amenity-custom-blog-4 .latest-post .blog-details {
  background: #ece9f0;
  padding: 10px 30px 15px;
}
.amenity-custom-blog-4 .custom-post .custom-meta {
  padding: 0;
}
.amenity-custom-blog-4 .custom-post .custom-meta a {
  padding: 0 0px 0 5px;
}
.amenity-custom-blog-4 .side-post .post-thumbnail {
  position: relative;
  margin-bottom: 30px;
}
.amenity-custom-blog-4 .side-post .post-thumbnail:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.amenity-custom-blog-4 .side-post .post-thumbnail .date-format {
  position: absolute;
  padding: 10px 15px;
  bottom: 42px;
  font-size: 12px;
  text-transform: uppercase;
  left: 42px;
  font-weight: 700;
}
.amenity-custom-blog-4 .side-post .entry-title {
  font-size: 20px;
}
.amenity-custom-blog-4 .side-post .entry-content {
  margin: 20px 0 0;
}
.amenity-custom-blog-4 .side-post .entry-footer {
  margin: -10px 0;
  padding: 2px 0 20px;
}
.amenity-custom-blog-4 .side-post .entry-footer .content-btn {
  display: inline-block;
}
.amenity-custom-blog-4 .side-post:hover .post-thumbnail:before {
  transition: all 0.3s ease;
  opacity: 0.8;
}
.amenity-custom-blog-4 .side-post .blog-details {
  background: #ece9f0;
  padding: 18px 30px 25px;
}
.amenity-custom-blog-4 .author {
  text-transform: capitalize;
}
.amenity-custom-blog-4 .btn-readmore {
  border: 1px solid #ff742e;
  padding: 5px 26px;
  border-radius: 4px;
  margin: 10px 0;
  display: inline-block;
  background-color: #ff742e;
  color: #fff !important;
}
.amenity-custom-blog-4 .btn-readmore:hover {
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.2);
  color: #fff !important;
}
.page-template-default .site-content {
  padding-top: 0;
  margin-top: 0;
}
.page .comment-respond {
  padding: 20px 0;
}
.elementor-page .site-main {
  margin-top: 0;
}
.page-details {
  position: relative;
}
.page-details:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}
.page-details .page-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 35%;
  bottom: 0;
}
.page-details .page-wrapper .page-title {
  color: #fff;
  font-size: 58px;
  text-transform: capitalize;
}

.page-title {
    margin: 10px 0;
}
.page-details .page-wrapper .breadcrumbs a {
  color: #fff;
  text-transform: capitalize;
}


.page-wrapper h1.page-title {
    margin: 50px 0 0;
}

.breadcrumbs{
  padding: 0;
}

.breadcrumbs li {
  display: inline-block;
  padding: 0 3px;
  color: #fff;
  list-style: none;
}
.breadcrumbs strong {
  color: #fff;
}
.breadcrumbs li a{
  color: #fff;
}
.elementor-progress-wrapper {
  border-radius: 50px !important;
  height: 16px !important;
  line-height: 15px !important;
}
.elementor-progress-wrapper .elementor-progress-bar {
  border-radius: 50px !important;
  height: 16px;
}
.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-right {
  background-color: #ff742e;
  left: 0;
  right: 0;
  text-align: center;
  height: 20px;
  line-height: 22px;
  color: #fff;
  text-align: center !important;
}
.elementor-accordion .elementor-accordion-title.active .elementor-accordion-icon-right {
  background-color: #424242 !important;
}
.image-404 img {
  width: 100%;
}
.amenity-project.owl-carousel {
  display: inherit;
  width: 100%;
  z-index: 1;
}
.about-img {
  margin: -111px 0;
  padding-left: 25px;
}
.about-img .elementor-image {
  position: relative;
}
.about-img .elementor-image:before {
  content: "";
  position: absolute;
  background: #ff742e;
  right: 28%;
  width: 80%;
  height: 100%;
  z-index: 1;
  margin: -40px 0;
}
.about-img .elementor-image img {
  position: relative;
  z-index: 10;
}
.biznes-feature .feature-title .elementor-image-box-title {
  position: relative;
}
.biznes-feature .feature-title .elementor-image-box-title:before {
  content: "";
  position: absolute;
  width: 20%;
  height: 1px;
  top: 41px;
  left: 0;
  background-color: #808080;
}
.amenity-tab .nav-tabs {
  border-bottom: none;
  margin: 0;
}
.amenity-tab .nav-tabs li {
  position: relative;
  margin: 0 2px;
}
.amenity-tab .nav-tabs li > a {
  border: none;
  margin-right: 0;
  border-radius: 0;
  padding: 25px 80px;
}
.amenity-tab .nav-tabs li.active > a {
  border: none;
}
.amenity-tab .nav-tabs li.active > a:hover,
.amenity-tab .nav-tabs li.active > a:focus {
  border: none;
  border-radius: 0;
  background-color: #ece9f0;
  cursor: pointer;
}
.amenity-tab .nav-tabs li.active:before {
  left: 0;
  right: 0;
}
.amenity-tab .nav-tabs li:before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -3px;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  background: #8bc34a;
}
.amenity-tab .nav-tabs li:hover:before {
  left: 0;
  right: 0;
}
.amenity-tab .tab-content {
  display: inline-block;
  margin: 3px 2px;
  padding: 40px 30px;
}
.amenity-tab .tab-content .tab-media {
  margin: 77px 0 -60px;
}
.amenity-tab .tab-content .tab-pane {
  clear: both;
}
.amenity-tab .tab-content .tab-pane li {
  line-height: 30px;
  float: left;
  width: 50%;
  list-style: none;
}
.amenity-tab .tab-content .tab-pane li:before {
  content: "\f14a";
  font: normal normal normal 14px/1 FontAwesome;
  padding: 0 10px 0 0;
}
.biznes-action {
  border-bottom: 3px solid #ff742e;
}
.amenity-project .project-image {
  position: relative;
  max-height: 400px;
  overflow: hidden;
}
.amenity-project .project-image:before {
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
}
.amenity-project .title {
  opacity: 0;
}
.amenity-project .center .project-image {
  position: relative;
}
.amenity-project .center .project-image:before {
  content: "";
  position: absolute;
  background: #000;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.amenity-project .center .title {
  opacity: 1;
}
.amenity-project .owl-carousel-left,
.amenity-project .owl-carousel-right {
  position: absolute;
  top: 36%;
  border: 1px solid #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  margin: 0px 50px;
  transition: all 0.3s ease;
  line-height: 46px;
}
.amenity-project .owl-carousel-right {
  right: 0;
}
.amenity-project:hover .owl-carousel-left,
.amenity-project:hover .owl-carousel-right {
  opacity: 1;
  transition: all 0.3s ease;
}
.amenity-project .owl-carousel {
  display: inherit;
  width: 100%;
  z-index: 999;
}
.demo-image .elementor-image {
  height: 370px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 5px;
}
.demo-image img {
  margin-top: 0px;
  -webkit-transition: margin 2s ease;
  -moz-transition: margin 2s ease;
  -o-transition: margin 2s ease;
  -ms-transition: margin 2s ease;
  transition: margin 2s ease;
}
.demo-image img:hover {
  margin-top: -300px;
}
.overlap {
  z-index: 99;
  margin-bottom: -2px !important;
}
.btn-demo a:hover {
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.2);
}
.core-feature {
  padding: 40px 40px 1px;
  transition: all 0.3s ease;
  text-align: center;
}
.core-feature:hover {
  box-shadow: 0px 14px 28px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background-color: #fff;
}
.elementor-edit-mode {
  z-index: 1000;
}
.faq-active .elementor-accordion-title.active {
  border-bottom: 1px solid #ece9f0;
}
.mailchimp-business .mc4wp-form-fields input[type="email"] {
  width: 80%;
}
.elementor-slick-slider .slick-slide img:foucs,
.elementor-slick-slider .slick-slide img:active .elementor-slick-slider .slick-slide img:visited {
  outline: none;
}
.circliful {
  position: relative;
  margin: 20px 0;
}
.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
  width: 100%;
  position: absolute;
  text-align: center;
  display: inline-block;
  top: -15px;
}
.circle-info,
.circle-info-half {
  left: 0;
}
.countdown-home-2 .elementor-icon-wrapper {
  float: left;
  margin: 20px 0;
}
.countdown-home-2 .elementor-counter-number-wrapper {
  display: inline-block !important;
  margin: 0px 31px;
}
.service .service-image {
  max-height: 260px;
  overflow: hidden;
  position: relative;
}
.service .service-image:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  background-color: #4da2ff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service .overlay-hover:hover .overlay-panel .icon-plus {
  opacity: 1;
  transition: all 0.5s ease;
  left: 0;
}
.service .overlay-hover:hover .overlay-panel .title {
  opacity: 1;
  transition: all 0.6s ease;
  left: 0;
}
.service .overlay-hover:hover .service-image:before {
  opacity: 0.9;
  transition: all 0.3s ease;
}
.service .overlay-panel .icon-plus {
  position: absolute;
  top: 38%;
  left: -200px;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease;
  background: #ff742e;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: auto;
  line-height: 30px;
  border-radius: 2px;
}
.service .overlay-panel .title {
  position: absolute;
  top: 53%;
  left: 200px;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.6s ease;
}
.amenity-price-table .amenity-pricing-icon {
  position: relative;
}
.amenity-price-table .amenity-pricing-icon:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100px;
  z-index: -1;
  top: 0;
  bottom: 0;
}
.amenity-price-table .amenity-pricing-icon .price-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
}
.amenity-price-table .amenity-price-table__header {
  position: relative;
}
.amenity-price-table .amenity-price-table__header:before {
  content: "";
  position: absolute;
  background: #ece9f0;
  left: 0;
  right: 0;
  text-align: center;
  width: 40px;
  height: 1px;
  bottom: -10px;
  margin: auto;
}
div > div > div > .amenity-price-table__features-list > li:not(:last-child) {
  border-bottom: 1px solid #ece9f0;
}

 .amenity-price-table__features-list > li{
  list-style: none;
 }
.contact-wrapper {
  padding: 70px 80px;
  border: 1px solid #ece9f0;
  position: relative;
  transition: all 0.5s ease;
}
.contact-wrapper:hover {
  transition: all 0.7s ease;
  color: #fff;
  z-index: 10;
  background-image: url(http://perfection.demo.dev/wp-content/uploads/2017/05/wrapper-hover.png);
  background-position: center;
  background-size: cover;
}
.contact-wrapper:hover:before {
  opacity: 0.9;
  transition: all 0.7s ease;
}
.contact-wrapper:hover h4,
.contact-wrapper:hover p {
  color: #fff !important;
}
.contact-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  transition: all 0.7s ease;
  z-index: -1;
}
.contact-info-list .elementor-icon-list-item {
  background: #f5f6f8;
  padding: 15px !important;
  margin: 10px 0 !important;
  width: 50%;
  transition: all 0.7s ease;
}
.home-2-address .elementor-icon-box-content {
  margin: -12px 0;
}
.footer {
  background-color: #313131;
}
.footer .widget .menu li {
  line-height: 35px;
}
.footer .widget .menu li:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  color: #fff;
  transition: all 0.3s ease;
}
.footer .widget .menu li:hover:before {
  color: #ff742e;
}
.footer .widget .menu li a {
  padding: 0 8px;
  color: #fff;
}
.footer .widget .menu li:hover {
  color: #ff742e;
}
.footer .widget .menu li:hover a {
  color: #ff742e;
}
.footer .widget .post-heading {
  font-size: 16px;
  font-weight: 300;
}
.footer .widget .post-heading a {
  color: #fff;
}
.footer .widget .entry-meta {
  font-size: 12px;
}
.footer .widget a {
  color: #fff;
}
.footer .widget a:hover {
  color: #ff742e;
}
.footer .widget .search-form input[type="submit"] {
  padding: 13px 7px;
}
.footer .widget #wp-calendar tbody td,
.footer .widget select {
  background-color: #313131;
}
.footer .widget.widget_tag_cloud a {
  font-size: 100% !important;
  padding: 0 10px 0 0;
}
.footer .widget-title {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 13px;
  margin-bottom: 25px;
  color: #fff;
}
.footer .footer-social a {
  color: #ddd;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
}
.footer .footer-social a:hover {
  background-color: #ff742e;
}
.footer .menu-useful-links-container {
  margin-top: -10px;
}
.footer .textwidget {
  margin-top: -5px;
}
.site-info .list {
  display: inline-block;
  margin-top: 8px;
}
.site-info .list a {
  padding: 0 20px 0 0px;
  font-weight: 700;
}
.site-info .list a:hover {
  color: #ff742e;
}
.credit-text p {
  margin: 10px 20px;
}
.site-info-2 {
  background-color: #f1f1f1;
  padding: 25px 0 0;
  color: #2a2e31;
}
.site-info-2 .credit {
  margin-left: 5px;
}
.site-info-2 .credit a {
  color: #2a2e31;
}
.site-info-2 .credit a:hover {
  color: #ff742e;
}
.social-icon a {
  margin: 5px;
  border: 1px solid #ece9f0;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.social-icon a:hover {
  background-color: #ff742e;
  border: 1px solid #ff742e;
  color: #fff !important;
}
@media (min-width: 1600px) {
  .amenity-hero-unit .carousel .carousel-inner .item .carousel-caption {
    top: 300px !important;
  }
  .business-slider .amenity-hero-unit .carousel .carousel-inner .item .carousel-caption {
    top: 300px !important;
  }
}
@media (max-width: 1600px) {
  .video-responsive .elementor-fit-aspect-ratio {
    padding-bottom: 93% !important;
  }
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: flex !important;
    justify-content: center;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}
@media (max-width: 1024px) {
  .amenity-modal {
    margin: -5px;
  }
  .mc4wp-form-fields input[type="submit"] {
    display: inline-block;
  }
  .video-responsive .elementor-fit-aspect-ratio {
    padding-bottom: 180% !important;
  }
  .head-1 .header-search-form {
    width: 97%;
  }
  .amenity-header-3 .affix-top,
  .amenity-header-3 .affix {
    width: 966px !important;
  }
  .head-2 .navbar .navbar-brand {
    margin: 30px 0;
  }
  .head-2 .header-search-form {
    top: 20px;
    width: 89%;
  }
  .head-2 .search-toggle {
    left: 40px;
  }
  .carousel .carousel-inner .carousel-caption {
    top: 230px;
  }
  .service .service-image {
    max-height: 215px;
  }
  .team-container:hover .team-block:after {
    left: 109px;
  }
  .team-container .team-content {
    top: 40px;
  }
  .related-project .related-title {
    margin: 0 20px 30px;
  }
  .copyright {
    padding: 20px 0 15px !important;
  }
  .gallery-columns-4 .gallery-item {
    max-width: 30%;
  }
  .portfolio-filter.point:before {
    width: 65%;
  }
  .amenity-feature-2 {
    width: 965px;
  }
  .countdown-home-2 .elementor-counter-number-wrapper {
    display: inline !important;
  }

  .btn-modal {
    margin-top: 20px;
    padding: 5px 10px;
  }
  .mc4wp-form-fields input[type="submit"] {
    display: block;
  }
  .navbar-default {
    height: 80px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px;
  }
  .navbar-default .navbar-nav > li:hover .sub-menu {
    top: 68px;
  }
  .navbar-default .navbar-brand {
    padding: 20px 0;
    margin-left: 0 !important;
  }
  .category-item .post-img {
    padding: 10px 0;
    max-height: 300px;
  }
  .amenity-header-1 .affix {
    height: 80px;
  }
  .head-2 .nav {
    float: left;
    margin: 13px 25px 0 0;
  }
  .head-2 .header-search-form {
    top: 77px;
    width: 78%;
  }
  .head-2 .search-toggle {
    display: block;
    left: 12px;
  }
  .head-2 .search-icon .s-toggle {
    right: 5px;
    padding: 5px;
    top: 16px;
  }
  .service .amenity-service .item {
    margin-bottom: 40px;
  }
  .blog-img .owl-item {
    max-height: 300px;
  }
  .team-container .team-content {
    top: -25px;
  }
  .icon-counter {
    float: none;
    padding: 20px 0;
    margin: 0;
    clear: both;
  }
  .amenity-portfolio .item {
    padding: 0 85px;
  }
  .contact-info-list .elementor-icon-list-item {
    width: 85%;
  }
  .portfolio-filter.point:before {
    width: 80%;
  }
  .amenity-feature-2 {
    width: 735px;
  }
  .team-3 .team-container .team-each-wrap .team-block img {
    height: 190px;
  }
  .team-3 .team-container .team-each-wrap .spin {
    left: -7px;
    width: 200px;
    height: 200px;
  }
  .team-3 .team-container .team-each-wrap .team-social a #preloader span,
  #preloader span:nth-child(4) {
    top: 48%;
  }
  .about-img {
    margin: 0 0;
    padding-left: 25px;
  }
  .portfolio-2 .overlay-spin img {
    width: 100%;
  }
  .credit-text .social-icon {
    float: left;
  }
    .amenity-portfolio .item {
    padding: 0;
  }
  .amenity-portfolio .icon-search{
    left: 58%;
  }
}
@media (max-width: 667px) {
  .admin-bar .navbar-default {
    margin-top: 40px;
  }
  .amenity-hero-unit .carousel .carousel-inner .item {
    height: 700px !important;
  }
  .affix-top .navbar-brand,
  .absolute .navbar-brand {
    padding: 20px 0px 33px;
  }
  .amenity-header-4 .affix,
  .amenity-header-3 .affix {
    padding: 0 0 45px;
  }

  .amenity-testimonial-3 .testimoni-wrapper .testimony {
    width: 85%;
    margin: 20px auto;
  }
  .top-section {
    text-align: center;
  }
  .top-section .text-right {
    text-align: center !important;
    padding: 0px 0 10px;
  }
  .navbar-default .navbar-toggle {
    margin: 20px 30px;
  }
  .service .amenity-service .item {
    margin-bottom: 40px;
  }
  .team-1 .team-container .team-content,
  .team-2 .team-container .team-content,
  .team-3 .team-container .team-content,
  .team-4 .team-container .team-content,
  .team-5 .team-container .team-content {
    top: 25%;
  }
  #wp-calendar {
    max-width: inherit;
  }
  .amenity-portfolio .item {
    padding: 0 85px;
  }
  .site-info {
    padding: 25px !important;
  }
  .portfolio .col-md-4 figure:hover .icon-search {
    transform: translateX(-65px) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-65px) translateY(-50%) rotate(0deg);
  }
  .amenity-feature-2 {
    width: auto;
  }
  .portfolio-filter.point:before {
    width: 88%;
    left: 40px;
  }
  .elementor-counter-title {
    text-align: left !important;
    margin: 0 105px;
  }
  .personal-aboutus .elementor-counter-title {
    text-align: center !important;
  }
  .team-3 .team-container .team-each-wrap .spin {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    margin: auto;
  }
  .team-3 .team-container .team-each-wrap .team-block img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin: 0 auto;
  }
  .amenity-testimonial-2 .testimoni-wrapper .testimony p {
    font-size: 14px;
    line-height: 30px;
  }
  .amenity-testimonial-2 .testimoni-wrapper .testimoni-image {
    display: block !important;
    margin: 15px 0;
  }
  .amenity-custom-blog-3 .blog-wrapper {
    margin: 20px -15px 0 -15px;
    transition: all 0.3s ease;
    padding: 0 20px;
  }
  .team-2 .team-each-wrap {
    text-align: center !important;
  }
  .team-2 .team-info {
    text-align: left;
  }
  .amenity-portfolio .item {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .admin-bar .affix {
    margin-top: 0;
  }
  .affix-top .navbar-brand,
  .absolute .navbar-brand {
    padding: 20px 0px 33px;
  }
  .amenity-header-4 .affix {
    padding: 0 0 45px;
  }
  .service .amenity-service .item {
    margin-bottom: 40px;
  }
  .pagination li a {
    padding: 10px;
  }
  .content-wrapper .entry-footer .pull-right {
    float: left !important;
  }
  .team-container .team-content {
    top: 25%;
  }
  .contact-info-list .elementor-icon-list-item {
    width: 95%;
  }
  .archive .pull-right {
    float: left !important;
    margin: 30px 0;
  }
  .portfolio-filter.point > li a:before {
    bottom: -15px;
  }
  .portfolio-filter.point > li a:after {
    bottom: -12px;
  }
  .amenity-portfolio .item {
    padding: 0;
  }
  .amenity-feature-2 {
    width: auto;
  }
  .portfolio-filter.point:before {
    display: none;
  }
  .amenity-custom-blog-3 .blog-wrapper {
    margin: 20px -15px 0 -15px;
    transition: all 0.3s ease;
    padding: 0 20px;
  }
  .amenity-testimonial-2 .testimoni-wrapper .testimony p {
    font-size: 14px;
    line-height: 30px;
  }
  .amenity-testimonial-2 .testimoni-wrapper .testimoni-image {
    display: block !important;
    margin: 15px 0;
  }
  .mc4wp-form-fields input[type="submit"] {
    padding: 17px 6px;
  }
}
