/*------------------------------------------------------------------
* Profound - Multi-Concept Template for Creative Agencies and Freelancers
* Version: 1.0
* Last change:  20/8/17
* DATE: 15/5/17

1 - BASE 
  - Basic elements 
  - Titles
  - Hero title for Page main title
  - Coming Soon 
2 - Header
  - Brand logo
  - Main Nav Menu 
  -- Sideheader Menu
  -- Center header Menu
  - Top Header
  - Header and nav Mobile style
3 - Portfolio 
  - Single Portfolio
  - Work Filter
  - Portfolio col layouts
  - slider portfolio
4 - Shop
5 - Blog - posts
  - Post Author
  - Comments Box
6 - Contact Form
7 - Sidebar and widget
8 - Elements
   - Team Person Box
   - Testimonials
   - Clients list box style
   - Service Boxs
   - Video story box
   - Counter OR Fun Fact Box 
   - icon list
   - Google map
   - Parallax bg
   - Buttons
   - Price Plan
   - Countdown
   - Video background panel
   - Instagram Feed
9 - Plugins CSS 
   - owl
   - Magnific Popup CSS
   - Hover Effects 
   - SmoothState styling
10 - Important and custom css
11 - Extra CSS

------------------------------------------------------------------*/

/*=================================================
1 - BASE 
=================================================*/

/** Typography **/

html {
  font-size: 100%;
}

@media all and (max-width: 768px) {
  html {
    font-size: 93.75%;
  }
}

body {
  font-size: 1em;
  line-height: 1.85714286em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Raleway", sans-serif;
  color: #292b2c;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", sans-serif;
  color: #060617;
  font-variant-ligatures: common-ligatures;
  margin-top: 0.236em;
  margin-bottom: 0.382em;
}

h1,
.h1 {
  font-size: 2.9em;
  font-weight: 700;

  margin-top: 0.036em;
  margin-bottom: 0.182em;
}

.h1-big {
  font-size: 4.375em;
}

h2,
.h2 {
  font-size: 2.3em;
  line-height: 1.36363636em;
  letter-spacing: -0.045em;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 1.563em;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  font-weight: 600;
}

h4,
.h4 {
  font-size: 1.25em;
  line-height: 1.68421053em;
  font-weight: 600;
}

h5,
.h5 {
  font-size: 1.188em;
  line-height: 1.85714286em;
  font-weight: 500;
}

h6,
.h6 {
  font-size: 1rem;
  line-height: 2.16666667em;
  font-weight: 600;
}

.lead {
  font-size: 1.313em;
  line-height: 1.68421053em;
}

.lead-large {
  font-size: 1.5em;
  line-height: 1.68421053em;
}

.h1-large {
  font-size: 4.236em;
  line-height: 1.21818182em;
  font-weight: 800;
}

.font-bold {
  font-weight: bold;
}

p,
ul,
ol,
pre,
table,
blockquote {
  margin-bottom: 1.3em;
}

ul,
ol {
  line-height: 1.85714286em;
}

ul.bullets {
  list-style: inside;
}

ol {
  list-style-type: upper-roman;
  list-style-position: inside;
}

blockquote {
  font-size: 1.78571429em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  border-left: 0;
}

strong {
  font-weight: 600;
}

hr {
  margin: 1.85714286em 0;
  border-color: #fafafa;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
p a {
  color: #393939;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

pre {
  padding: 20px;
  background: #f5f5f5;
}

a:hover,
a:focus,
.page-link:focus,
.page-link:hover {
  color: #5d5d5d;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    width: 1300px;
  }
}

blockquote,
.blockquote {
  font-size: initial;
  color: #2a2a2a;
}

.blockquote-reverse {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  border-right: 0;
  border-left: 0;
}

.blockquote-small {
  font-size: 1.4em;
}

.blockquote-footer {
  background: transparent;
  padding: 0;
}

address {
  margin: 20px 0;
}

select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #464a4c;
  vertical-align: middle;
  background: #fff
    url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea,
input[type],
.form-control {
  display: block;
  width: 100%;
  padding: 0.9rem 1.5rem;
  font-size: 0.8rem;
  line-height: 1.25;
  color: #464a4c;
  background-color: #fff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ececec;
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td {
  border-top: 1px solid #ededed;
  padding: 8px 10px 8px 0;
}

dl {
  margin: 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 20px;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 0.9rem;
  padding: 1.1rem 1.6rem;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

.full_wrapper {
  padding-right: 5%;
  padding-left: 5%;
}

.page-content {
  padding-top: 80px;
}

.page-template-default .page-content {
  padding-bottom: 40px;
}

.page-template-default .page-content .comments-area {
  margin: 40px 0 0;
}

.etcodes_section {
  position: relative;
}

.page-content.container-fluid .etcodes_section,
.page-content.container .etcodes_section {
  margin-left: -15px;
  margin-right: -15px;
}

.etcodes_section .row,
.etcodes_section .shortcode {
  z-index: 3;
  position: relative;
}

.masonry_layout {
  opacity: 0;
}

.etcodes-search-page-form {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 0 0 3rem;
  clear: both;
  background-color: #fafafa;
}

.etcodes-search-page-form .etcodes-form-holder .etcodes-column-left {
  display: table-cell;
  vertical-align: top;
}

.etcodes-search-page-form .etcodes-form-holder .etcodes-column-right {
  display: table-cell;
  width: 1%;
  text-align: left;
  vertical-align: top;
}

.etcodes-search-page-form .etcodes-form-holder .etcodes-search-field {
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin: 0;
  padding: 2rem;
  font-family: inherit;
  font-size: 15px;
  color: #7b7b7b;
  background-color: #fafafa;
  border: none;
  outline: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.etcodes-search-page-form .etcodes-form-holder .etcodes-search-submit {
  position: relative;
  display: inline-block;
  width: auto;
  height: 60px;
  line-height: 60px;
  padding: 0 2rem 0 0px;
  font-family: inherit;
  font-size: 15px;
  color: #7b7b7b;
  background-color: #fafafa;
  border: 0;
  outline: 0;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}

.etcodes-search-item {
  margin: 0 0 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e4e4e4;
}

.etcodes-search-item-text {
  overflow: hidden;
}

.back-to-top {
  width: 50px;
  max-height: 50px;
  height: 100%;
  background: #353535;
  color: #fff;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  text-align: center;
  line-height: 49px;
  border-radius: 50%;
}

.back-to-top:hover {
  opacity: 0.9;
}

/* section Row Overlay */

.section-row-overlay,
.section-shortcode-overlay {
  position: absolute !important;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.box_layout_wrapper {
  padding: 0 3%;
}

.relative {
  position: relative;
}

/*Footer */

footer {
  background: #fafafa;
}

footer .widget-title {
  margin-bottom: 0.7em;
  letter-spacing: 0.03em;
}

.web-footer {
  position: relative;
  color: #f1f1f1;
}

.web-footer a,
.web-footer h6 {
  color: #f1f1f1;
}

.footer_widgets {
  padding: 80px 0 60px 0;
  background: #141414;
}

.widget-title {
  color: #f1f1f1;
}

@media only screen and (max-width: 768px) {
  .footer-widget {
    margin-top: 2rem;
  }
}

.footer_divider {
  border-bottom: 1px solid #141414;
  clear: both;
}

.footer_container {
  padding: 2.33rem 0 1.3rem 0;
  background: #1b1b1b;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-size: 0.85714286em;
}

.footer_nav {
  list-style: none;
}

.footer_nav li {
  display: inline-block;
  padding-right: 8px;
}

.footer_nav li:last-child {
  padding-right: 0;
}

.footer_nav li a {
  color: #7d7d7d;
}

.footer_nav li a:hover {
  color: #3d3d3d;
}

.footer_nav li:last-child:after {
  content: "";
}

.dark_bg {
  background: #2c2c2c;
  color: #f1f1f1;
}

.dark_bg a,
.dark_bg .footer_nav li a {
  color: #f1f1f1;
}

.dark_bg .footer_divider {
  border-color: #3c3c3c;
}

.dark_bg .widget-title {
  color: #f1f1f1;
}

@media only screen and (max-width: 420px) {
  .footer_container,
  .footer_nav,
  .footer_nav.text-right {
    text-align: center;
  }
}

.bg_grey {
  background: #fafafa;
}

.thirdhalf_height {
  min-height: 400px;
}

.separator {
  width: 55px;
  height: 3px;
  background: #c3ac6d;
  margin-bottom: 20px;
}

.left-dash {
  position: relative;
}

.left-dash:before {
  content: "";
  position: absolute;
  left: -5rem;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: 0;
  margin-bottom: 0;
  height: 2px;
  width: 4rem;
  background: #1b1b1c;
  display: inline-block;
  vertical-align: middle;
}

.right-dash {
  position: relative;
}

.right-dash:before {
  content: "";
  position: absolute;
  right: -5rem;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: 0;
  margin-bottom: 0;
  height: 2px;
  width: 4rem;
  background: #1b1b1c;
  display: inline-block;
  vertical-align: middle;
}

.align-center .separator {
  margin-left: auto;
  margin-right: auto;
}

.align-right .separator {
  margin-left: auto;
}

/*Box Shdows*/

.box_shadow_1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.box_shadow_1:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.box_shadow_2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16),
    0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.box_shadow_3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19),
    0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.box_shadow_4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.box_shadow_5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3),
    0 15px 12px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3),
    0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.box_shadow_6 {
  -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 14px 24px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 14px 24px 0;
  box-shadow: rgba(0, 0, 0, 0.17) 0 14px 24px 0;
}

.divider {
  background: #dadada;
  width: 100%;
  height: 1px;
}

/* Hero title for Page main title */

.hero_title_container {
  padding-top: 18px;
  position: relative;
  min-height: 300px;
  background-color: #141414;
  background-image: url(../images/pattern2.png);
}

.hero_title_small h1 {
  font-size: 2.618em;
  font-weight: 600;
  margin-bottom: 0.382em;
}

.hero_title_small h1,
.hero_title_small h1 a {
  color: #fff;
}

.hero_title_small p {
  color: #fff;
}

@media (max-height: 768px) and (max-width: 1366px) {
  .hero_title_container {
    padding: 2rem 0;
  }
  .hero_title_container .hero_title h1 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 992px) {
  .hero_box.w-50 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 950px) {
  .hero_title_container {
    min-height: 380px;
  }
}

@media only screen and (max-width: 450px) {
  .hero_title_container {
    min-height: 450px;
  }
  .hero_title_container .hero_box {
    width: 100% !important;
  }
}

/*breadcrumb*/

.etcodes_breadcrumb {
  padding: 3rem 0;
  background: #fafafa;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  color: #393939;
}

.hero_title_container .breadcrumbs {
  margin-bottom: 0.5rem;
}

.breadcrumbs a:not(:first-child),
.breadcrumbs span:not(:first-child) {
  margin-left: 0.15rem;
}

.breadcrumbs a:not(:last-child),
.breadcrumbs span:not(:last-child) {
  margin-right: 0.15rem;
}

.breadcrumbs .separator {
  background: none;
}

/*=================================================
2 - Header 
=================================================*/

/*Topbar*/

.top-bar {
  padding: 1rem 0;
}

.top-bar .top-bar-module p {
  margin: 0;
}

.top-bar-social.list-inline {
  margin: 0 1rem;
}

/*Main header*/

.absolute_header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: transparent;
}

.absolute_header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fixed-top {
  -moz-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

.absolute_header.fixed-top {
  position: absolute;
  background: transparent;
}

.sticky_header_runing,
.absolute_header.fixed-top.sticky_header_runing {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1030;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  padding-top: 15px;
  padding-bottom: 15px;
}

/**** Logo ****/

.logo {
  width: 145px;
}

.logo h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 10px;
}

.logo,
.main-nav,
.searbar {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.bar-module {
  padding-left: 1.8em;
}

/**** Main Nav Menu ****/

.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}

.navbar.fluid_header .container {
  width: 100%;
}

.navbar.nav-top-right .navbar-nav {
  margin-left: auto;
}

.navbar.logo-top-left .navbar-brand {
  margin-right: 2rem;
}

.navbar.logo-top-right .navbar-brand {
  margin-right: 0;
  margin-left: 1rem;
}

.navbar.header-two .row {
  width: 100%;
}

.navbar.header-two .navbar-brand {
  margin-right: auto;
  margin-left: auto;
}

.navbar.header-two.navbar-toggleable-md .navbar-collapse {
  width: initial;
}

.navbar.header-two .secondary-navbar-nav {
  margin-left: auto;
}

@media (min-width: 992px) {
  .navbar.header-three.navbar-toggleable-md > .container {
    display: block;
    text-align: center;
  }
  .navbar.header-three.navbar-toggleable-md > .container .navbar-nav {
    margin-right: auto;
    margin-left: auto;
  }
  .navbar.header-four.navbar-toggleable-md > .container {
    display: block;
  }
}

.navbar .search-bar {
  margin-left: 2rem;
}

.mini-search-container {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  float: left;
  width: 100%;
  height: 62px;
  z-index: 9999;
}

.mini-search-container .input-group {
  height: 60px;
}

.navbar-nav > li:not(:last-child) {
  margin-right: 2em;
}
.rtl .navbar-nav > li:not(:last-child) {
  margin-right: 0;
  margin-left: 2em;
}
.navbar-nav > li {
  position: relative;
}

.navbar-nav > li,
.navbar-nav > li > a {
  font-size: 1em;
  line-height: 2.166666666666667em;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.navbar .navbar-nav > li a,
.navbar .navbar-nav > li.active > a,
.navbar .sidebar-menu > li.active > a,
.sidebar-nav .sidebar-menu > li.active > a,
.sidebar-nav .sidebar-menu > li.current-menu-ancestor > a,
.navbar .navbar-nav > li.current-menu-ancestor > a,
.navbar .sidebar-menu > li.current-menu-ancestor > a {
  position: relative;
}

.navbar .navbar-nav > li.active > a:before,
.navbar .sidebar-menu > li.active > a:before,
.sidebar-nav .sidebar-menu > li.active > a:before,
.sidebar-nav .sidebar-menu > li.current-menu-ancestor > a:before,
.navbar .navbar-nav > li.current-menu-ancestor > a:before,
.navbar .sidebar-menu > li.current-menu-ancestor > a:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 13px;
  left: -10px;
  background: #c3ac6d;
  opacity: 0.2;
  width: 93%;
  height: 11px;
  transition: 0.4s width;
}

.navbar .sidebar-menu > li.active > a:before,
.navbar .sidebar-menu > li.current-menu-ancestor > a:before {
  top: 36px;
  left: -15px;
  width: 30%;
  height: 30px;
}

.sidebar-nav .sidebar-menu > li.active > a:before,
.sidebar-nav .sidebar-menu > li.current-menu-ancestor > a:before {
  top: 26px;
  left: -10px;
  width: 30%;
  height: 13px;
}

.navbar li > ul .active > a,
.navbar li > ul .current-menu-ancestor > a {
  color: #c3ac6d;
}

.navbar-nav li.menu-item-has-icon a {
  font-family: inherit;
}

.navbar-nav li.menu-item-has-icon a.fa:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.36em;
}

.dropdown-menu {
  font-size: 0.92em;
  min-width: 200px;
  padding: 1rem 0;
  border: none;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
}

.navbar-nav .show > .dropdown-menu {
  animation-name: dropdownNavEffect;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropdownNavEffect;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes dropdownNavEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes dropdownNavEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin: 1rem 0 0;
}

.navbar-nav > li > .dropdown-menu li {
  margin-right: 0.8rem;
}

.navbar-nav > li > .dropdown-menu li a {
  position: relative;
  text-transform: initial;
}

.navbar-nav > li > .dropdown-menu .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid;
  right: 0.5rem;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}

.navbar-nav .dropdown-menu a {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  line-height: 1.95em;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

@media (min-width: 767px) {
  .navbar-nav .dropdown-menu .caret {
    transform: rotate(-90deg);
  }
}

@media (max-width: 576px) {
  .navbar-toggleable-md > .container {
    width: 100%;
  }
}

/*Mega Menu*/

.menu-item-has-mega-menu.show > .mega-menu .mega-menu-row {
  display: block;
  font-size: 1em;
}

.menu-item-has-mega-menu .mega-menu .mega-menu-col .megamenu-item-content {
  padding: 0.9rem 0;
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .menu-item-has-mega-menu {
    position: static !important;
  }
  .menu-item-has-mega-menu .mega-menu.dropdown-menu {
    width: 100%;
    font-size: 1em;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .menu-item-has-mega-menu .mega-menu-row {
    padding: 2rem 1rem;
    width: 100%;
  }
  .menu-item-has-mega-menu.show > .mega-menu .mega-menu-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .menu-item-has-mega-menu .mega-menu .mega-menu-col {
    display: block;
    position: relative;
    top: 0;
    border: none;
    box-shadow: none;
  }
  .menu-item-has-mega-menu .mega-menu .mega-menu-col .dropdown-menu {
    font-size: 0.92em;
    padding: 0.9rem 0;
    display: block;
    position: relative;
    top: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .menu-item-has-mega-menu .mega-menu .mega-menu-col .megamenu-item-content {
    padding: 1rem 1.5rem;
    font-weight: 400;
  }
  .menu-item-has-mega-menu .mega-menu-row > li.mega-menu-col,
  .menu-item-has-mega-menu .mega-menu-row > .mega-menu-col > a {
    font-size: 1em;
    font-weight: 600;
  }
  .menu-item-has-mega-menu
    .mega-menu
    .mega-menu-row
    > .mega-menu-col:not(:first-child) {
    border-left: solid 1px #f0f0f0;
  }
  .menu-item-has-mega-menu .mega-menu.dropdown-menu .dropdown-toggle::after {
    border: none;
  }
}

/*Hamburger menu button*/

.hamburger-menu-btn {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 53px;
  height: 53px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background-color: #252525;
}

.navbar-toggler-right.hamburger-menu-btn {
  position: absolute;
  right: 1rem;
}

.hamburger-menu-btn:focus {
  outline: none;
}

.hamburger-menu-btn span {
  transition: background 0s 0.3s;
}

.hamburger-menu-btn span::before,
.hamburger-menu-btn span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.hamburger-menu-btn span::before {
  transition-property: top, transform;
}

.hamburger-menu-btn span::after {
  transition-property: bottom, transform;
}

.hamburger-menu-btn span {
  display: block;
  position: absolute;
  top: 24px;
  left: 13px;
  right: 13px;
  height: 5px;
  background: white;
}

.hamburger-menu-btn span::before,
.hamburger-menu-btn span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  content: "";
}

.hamburger-menu-btn span::before {
  top: -10px;
}

.hamburger-menu-btn span::after {
  bottom: -10px;
}

.hamburger-menu-btn.hamburger-circle {
  border-radius: 50%;
}

.hamburger-menu-btn.hamburger-circle span {
  top: 25px;
  left: 16px;
  right: 16px;
  height: 3px;
}

.hamburger-menu-btn.hamburger-circle span::before,
.hamburger-menu-btn.hamburger-circle span::after {
  height: 3px;
}

.hamburger-menu-btn.hamburger-circle span::before {
  top: -7px;
}

.hamburger-menu-btn.hamburger-circle span::after {
  bottom: -7px;
}

/* active state, i.e. menu open */

.hamburger-menu-btn.for-fullscreen.is-active {
  position: fixed;
  right: 48px;
  top: 20px;
}

.hamburger-menu-btn.is-active span {
  background: none;
}

.hamburger-menu-btn.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger-menu-btn.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.hamburger-menu-btn.is-active span::before,
.hamburger-menu-btn.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/* Fullscreen menu */

.fullscreen-menu-holder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 105;
  background: #141414;
  padding: 0 12%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0s 0.5s;
}

.fullscreen-menu-holder.is-active {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.fullscreen-menu-holder .d-flex {
  padding: 100px 0;
}

.fullscreen-menu-holder .sidebar-menu {
  min-width: 40%;
}

.fullscreen-menu-holder .sidebar-menu > li {
  line-height: 1.024em;
  font-size: 3.125em;
  margin-bottom: 0.4206684rem;
  margin-top: 0.5793316rem;
  font-weight: 800;
}

.fullscreen-menu-holder .sidebar-menu > li li,
.fullscreen-menu-holder .sidebar-menu > li li a {
  line-height: 1.024em;
  font-size: 0.8em;
  margin-bottom: 0.4206684rem;
  margin-top: 0.5793316rem;
  font-weight: 600;
}

.fullscreen-menu-holder .sidebar-menu li > a > .fa-plus {
  margin-top: 1.1rem;
  font-size: 0.6em;
  line-height: 1.024em;
  font-weight: 300;
}

.fullscreen-menu-holder .sidebar-menu > li a {
  color: #fff;
}

.hamburger-menu-btn {
  z-index: 999;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li {
  -webkit-animation: text_up_animate 0.4s ease-out both 0.5s;
  -moz-animation: text_up_animate 0.4s ease-out both 0.5s;
  animation: text_up_animate 0.4s ease-out both 0.5s;
  animation-delay: 70ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(1) {
  animation-delay: 70ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(2) {
  animation-delay: 140ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(3) {
  animation-delay: 210ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(4) {
  animation-delay: 280ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(5) {
  animation-delay: 350ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(6) {
  animation-delay: 420ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(7) {
  animation-delay: 490ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(8) {
  animation-delay: 560ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(9) {
  animation-delay: 630ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(10) {
  animation-delay: 700ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(11) {
  animation-delay: 770ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(12) {
  animation-delay: 840ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(13) {
  animation-delay: 910ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(14) {
  animation-delay: 980ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(18) {
  animation-delay: 1050ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(16) {
  animation-delay: 1120ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(17) {
  animation-delay: 1190ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(18) {
  animation-delay: 1260ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(19) {
  animation-delay: 1330ms;
}

.fullscreen-menu-holder.is-active .sidebar-menu > li:nth-child(20) {
  animation-delay: 1400ms;
}

@-webkit-keyframes text_up_animate {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes text_up_animate {
  0% {
    opacity: 0;
    -moz-transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@keyframes text_up_animate {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*Side nav menu */

.sidebar-nav {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 300px;
  padding: 1rem 2.3rem;
  z-index: 999;
  background: #fff;
}

.sidebar-nav.sidebar-nav-right {
  right: 0;
}

.have-sidebar-menu .page-container {
  position: relative;
  min-height: 300px;
  margin: 0 0 0 300px;
}

.have-sidebar-menu-right .page-container {
  min-height: 300px;
  margin: 0 300px 0 0;
}

.sidebar-nav .navbar-brand {
  margin: 2rem 0 2.5rem;
  width: 100%;
}

.sidebar-nav.header-item-align-center {
  text-align: center;
}

.sidebar-nav.header-item-align-center .navbar-brand img {
  margin-right: auto;
  margin-left: auto;
}

.sidebar-nav.header-item-align-center .bar-module {
  width: calc(100% - 4.6rem);
}

.sidebar-nav.header-item-align-right {
  text-align: right;
}

.sidebar-nav.header-item-align-right .navbar-brand img {
  margin-left: auto;
}

.sidebar-nav.header-item-align-right .bar-module {
  width: calc(100% - 4.6rem);
}

.sidebar-nav.header-item-align-right .sidebar-menu li > a > .fa-plus {
  float: left !important;
}

.sidebar-nav .navbar-nav > li,
.sidebar-nav .navbar-nav > li > a {
  display: block;
  color: #fff;
  font-size: 1.1em;
}

.sidebar-nav .bar-module {
  padding-left: 0;
  position: absolute;
  bottom: 23px;
}

.sidebar-menu {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
}

.sidebar-menu > li {
  font-size: 1.1em;
  font-weight: 600;
  position: relative;
  margin: 0;
  padding: 0;
}

.sidebar-menu > li > a {
  padding: 0.8rem 0;
  display: block;
  border-left: 3px solid transparent;
}

.sidebar-menu > li > a > .fa {
  width: 20px;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
  color: #c3ac6d;
}

.sidebar-menu > li .label,
.sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}

.sidebar-menu li.sidebar-header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
  color: #f1f1f1;
  background: #1a2226;
}

.sidebar-menu li > a > .fa-plus {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 300;
}

.sidebar-menu li.toggle_active > a > .fa-plus:before {
  content: "\f068";
}

.sidebar-menu li.toggle_active > .sidebar-submenu.menu-open {
  display: block;
}

.sidebar-menu a {
  text-decoration: none;
}

.sidebar-menu .sidebar-submenu {
  display: none;
  list-style: none;
  padding: 0 0 0.5rem 0.5rem;
  margin: 0 1px;
}

.sidebar-menu .sidebar-submenu .sidebar-submenu {
  padding-left: 20px;
}

.sidebar-menu .sidebar-submenu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
}

.sidebar-menu .sidebar-submenu > li > a > .fa {
  width: 20px;
}

.sidebar-menu .sidebar-submenu > li > a > .fa-angle-left,
.sidebar-menu .sidebar-submenu > li > a > .fa-angle-down {
  width: auto;
}

.sidebar-menu .sidebar-submenu > li.active > a,
.sidebar-menu .sidebar-submenu > li > a:hover {
  color: #c3ac6d;
}

/*Navbar for mobile*/

@media only screen and (max-width: 992px) {
  .navbar-nav {
    background: #fff;
    padding: 2rem 2rem;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
  }
  .navbar-nav > li,
  .white_color .navbar-nav > li > a {
    color: #393939;
  }
  .navbar-nav li:not(:last-child) a,
  .navbar-nav .dropdown-menu li:not(:last-child) a {
    position: relative;
    display: block;
    padding: 0.7rem 0;
    border-bottom: 1px solid #e4e4e4;
    color: #393939;
  }
  .dropdown-menu {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .navbar-nav > li > .dropdown-menu,
  .dropdown-menu {
    padding: 0;
    margin: 0 0 0 1rem;
  }
  .navbar-nav .dropdown-divider {
    display: none;
  }
  .navbar .sidebar-menu > li.active > a:before,
  .navbar .sidebar-menu > li.current-menu-ancestor > a:before {
    top: 18px;
    height: 18px;
  }
  .fullscreen-menu-holder .sidebar-menu > li {
    line-height: 1.024em;
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0.4206684rem;
    margin-top: 0.5793316rem;
  }
  .sidebar-menu .sidebar-submenu {
    padding: 0 0 0 0.5rem;
  }
  .fullscreen-menu-holder .sidebar-menu li > a > .fa-plus {
    margin-top: 0.15rem;
  }
  .fullscreen-menu-holder .sidebar-menu > li li,
  .fullscreen-menu-holder .sidebar-menu > li li a {
    font-size: 0.99em;
  }
  .sidebar-nav {
    position: fixed;
    left: 0;
    -moz-transition: all 0.5s cubic-bezier(0.37, -0.01, 0.22, 1);
    -o-transition: all 0.5s cubic-bezier(0.37, -0.01, 0.22, 1);
    -ms-transition: all 0.5s cubic-bezier(0.37, -0.01, 0.22, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.37, -0.01, 0.22, 1);
    transition: all 0.5s cubic-bezier(0.37, -0.01, 0.22, 1);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .sidebar-nav.is-active {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -moz-transform: translate(0%, 0);
    -o-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
  }
  .have-sidebar-menu .page-container,
  .have-sidebar-menu-right .page-container {
    margin: 0 0 0 0;
  }
  .btn-for-mobile-top-right,
  .btn-for-mobile-top-right.is-active {
    visibility: visible;
    opacity: 1;
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
  }
}

/*=================================================
3 -Portfolio 
=================================================*/

.single_work_header {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.single_work_header .single_bg-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single_work_header .single_work_title {
  text-align: center;
  z-index: 1;
  position: absolute;
  bottom: 35%;
  width: 100%;
}

.single_work_header .single_work_title h1 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: 48px;
  letter-spacing: 6px;
  line-height: 1.4em;
  text-transform: uppercase;
}

.single_work_header .single_work_title h1 a {
  color: #fff;
}

.single_work_header .single_work_title h5 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 3px;
}

.single_work_header .single_work_scroll {
  position: absolute;
  width: 100%;
  bottom: 3.5%;
  margin: 0 auto;
  text-align: center;
}

.single_work_header .scroll_line {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}

.single_work_header .scroll_line:before {
  background-color: #fff;
  content: "";
  display: block;
  width: 3px;
  height: 50px;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  top: -75px;
  margin: 0 auto;
}

.single_work_info {
  padding: 60px 0 40px;
}

.single_work_content {
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

.single_work_wide_box {
  padding: 0 5%;
}

.work_grey_container {
  background: #fafafa;
  padding: 5% 6%;
}

.details_list {
  background: #fafafa;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 50px 40px;
}

.work_nav {
  margin: 60px 5% 0;
  padding: 10px 40px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  border-top: solid 1px #eeeeee;
}

.work_nav i {
  padding: 0 4px;
}

.nav-btn {
  margin: 0;
  padding: 0;
  padding: 20px 0;
}

.nav-btn .pre-btn {
  text-align: left;
}

.nav-btn .next-post {
  text-align: right;
  float: right;
  text-align: right;
}

@media only screen and (max-width: 950px) {
  .single_work_header .single_work_title h1 {
    font-size: 18px;
    letter-spacing: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .single_work_header .single_work_title h5 {
    letter-spacing: 3px;
    font-size: 12px;
  }
  .single_work_header .single_work_title p {
    font-size: 14px;
    line-height: 25px;
    padding: 0 1%;
  }
  .nav-btn .pre-btn,
  .nav-btn .next-post {
    text-align: center;
    float: none;
    display: block;
  }
  .single_work_header {
    padding-top: 0;
  }
}

/* Work Filter */

.work_filter {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 35px;
}

.work_filter li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.work_filter li:first-child {
  padding-left: 0;
  margin-left: 0;
}

.work_filter li span {
  cursor: pointer;
  font-weight: 700;
  color: #444;
}

.work_filter li.active span {
  color: #c3ac6d;
}

@media only screen and (max-width: 450px) {
  .work_filter {
    margin-bottom: 20px;
  }
  .work_filter li {
    display: block;
    position: relative;
    margin-left: 0;
    padding: 6px 0;
  }
  .work_filter li:after {
    background: transparent;
  }
}

/* Portfolio col layouts */

.work_item {
  position: relative;
  margin-bottom: 30px;
}

.no-gutters > div > .work_item {
  margin-bottom: 0;
}

.large-gutters .work_item {
  margin-bottom: 50px;
}

.work_item .work_img {
  position: relative;
  overflow: hidden;
}

.work_item_title {
  margin-top: 1.3em;
  margin-bottom: 0.2em;
}

.work_item_title h2 {
  font-size: 1.1em;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 6px;
}

.work_item_title h5 {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 6px;
}

.work_item .work_title .work_categories {
  list-style: none;
}

.work_item .work_title .work_categories li {
  display: inline-block;
  letter-spacing: 2px;
}

.work_item .work_title .work_categories li:after {
  content: ",";
}

.work_item .work_title .work_categories li:last-child:after {
  content: "";
}

/* slider portfolio */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.bg-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.compat-object-fit {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}

.work-carousel .work-item {
  background: transparent;
  overflow: hidden;
  position: relative;
}

.work-item-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  z-index: 999;
}

.work-item-img {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.work-item-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 5;
  -moz-transition: all 1.2s cubic-bezier(0.37, -0.01, 0.22, 1);
  -o-transition: all 1.2s cubic-bezier(0.37, -0.01, 0.22, 1);
  -ms-transition: all 1.2s cubic-bezier(0.37, -0.01, 0.22, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.37, -0.01, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.37, -0.01, 0.22, 1);
  -moz-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate(0%, 0);
  transform: translate(0%, 0);
}

.active .work-item-img:before {
  -moz-transform: translate(-101%, 0);
  -o-transform: translate(-101%, 0);
  -ms-transform: translate(-101%, 0);
  -webkit-transform: translate(-101%, 0);
  transform: translate(-101%, 0);
}

.work-item-text {
  padding: 3rem 8rem 3rem 8rem;
}

.work-title h2 {
  font-weight: 700;
  line-height: 1.1em;
  font-size: 4.4em;
}

.work-title h2 a:hover:after {
  background: transparent;
  height: 0;
  width: 0;
  transition: none;
}

.work-item-info {
  margin-bottom: 0.8rem;
}

.work-activities {
  font-weight: 600;
  font-size: 1.3em;
  letter-spacing: 0.01em;
  color: #c3ac6d;
}

.work-activities a {
  color: #c3ac6d;
}

.work-item-desc {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.active .work-title {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.active .work-item-info {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.active .work-item-desc {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.active .work-item-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.work-item-img {
  -webkit-transition: opacity 1.35s, -webkit-transform 1.35s;
  transition: opacity 1.35s, transform 1.35s;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.active .work-item-img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.work-carousel .work-item .bg-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-carousel .work-item .bg-image:after {
  content: "";
  height: 130%;
  width: 105%;
  border: solid 23px #fff;
  top: -18%;
  position: absolute;
  z-index: -1;
}

/* work carousel large img  style */

.work-carousel-large-img .work-item-img {
  display: none;
}

.work-carousel-large-img .work-item-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.work-carousel-large-img .work-item-content .container {
  width: 80%;
  margin: 0 auto;
}

.work-carousel-large-img .work-item-text {
  background: #fff;
  padding: 3rem 3rem;
  border-radius: 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.17) 0 14px 24px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.17) 0 14px 24px 0;
  box-shadow: rgba(0, 0, 0, 0.17) 0 14px 24px 0;
}

.work-carousel-large-img .work-item-text .work-title h2 {
  font-weight: 700;
  font-size: 2.618em;
}

/* Multi work carousel */

.multi-work-carousel .multi-work-item-content {
  text-align: center;
  padding: 1rem 1rem 3rem;
}

.multi-work-carousel .work-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: #f3f3f3;
  background-image: url(../images/pattern1.png);
}

.multi-work-carousel .multi-work-title h3 {
  font-size: 30px;
}

.multi-work-meta {
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.01em;
  color: #c3ac6d;
  margin: 0.9rem 0 1.2rem;
}

.multi-work-item-desc {
  padding: 0 1.5rem;
}

.multi-work-item-img {
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.active .multi-work-item-img {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

.active .multi-work-title {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.active .multi-work-meta {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.active .multi-work-item-desc {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.active .multi-work-item-load-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.multi-work-carousel .owl-dots {
  bottom: 35px;
}

@media only screen and (max-width: 600px) {
  .multi-work-item-desc {
    display: none;
  }
  .multi-work-carousel .owl-dots {
    bottom: -10px;
  }
}

/*horizontal carousel*/

.horizontal-item {
  position: relative;
  overflow: hidden;
}

.horizontal-item .loop-number {
  position: absolute;
  top: -5px;
  left: 29px;
  font-size: 24px;
  font-weight: 700;
}

.horizontal-item .loop-number:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 30px;
  left: 2px;
  background: #c3ac6d;
  opacity: 0.4;
  width: 9px;
  height: 60px;
  transition: 1.3s;
}

.first-active .horizontal-item .loop-number:after {
  opacity: 0.7;
  height: 80px;
}

.horizontal-item-text {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 10;
  background: rgba(244, 244, 244, 0.95);
  width: 50%;
  padding: 2.5rem 3rem;
  opacity: 0;
}

.horizontal-item-text .item-meta {
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.01em;
  color: #c3ac6d;
  margin-bottom: 1rem;
}

.first-active .horizontal-item-text {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.first-active .item-title {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.first-active .item-info {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.first-active .item-desc {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.first-active .item-load-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.horizontal-item-img {
  width: 90%;
  margin-left: 10%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.horizontal-item-img {
  -webkit-transition: opacity 1.35s, -webkit-transform 1.35s;
  transition: opacity 1.35s, transform 1.35s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.first-active .horizontal-item-img {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 900px) {
  .horizontal-item-text {
    bottom: 8%;
    width: 70%;
  }
  .horizontal-item-text .item-title h2 {
    font-size: 32px;
  }
  .horizontal-item-text .item-meta {
    font-size: 1.1em;
  }
}

@media only screen and (max-width: 700px) {
  .horizontal-item-text {
    bottom: -1px;
    width: 100%;
    padding: 2rem 2rem 4.5rem 2rem;
  }
  .horizontal-item-text .item-desc {
    display: none;
  }
  .horizontal-item-text .item-title h2 {
    font-size: 28px;
  }
  .horizontal-item-img {
    width: 100%;
    margin-left: 0;
  }
}

/*large-item-loop*/

.large-item-loop .row {
  margin-bottom: 5rem;
}

.large-item-loop-text {
  margin-top: 4rem;
  padding: 0 5rem 0 5rem;
}

.large-item-loop-meta {
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #c3ac6d;
  margin-bottom: 0.5rem;
  z-index: 2;
}

.large-item-loop-meta.left-dash:before {
  left: -11.6rem;
  width: 10rem;
  background: #c5ae72;
  z-index: 2;
}

.large-item-loop-meta.right-dash:before {
  right: -11.6rem;
  width: 10rem;
  background: #c5ae72;
  z-index: 2;
}

.large-item-loop-text .large-item-title {
  font-size: 26px;
}

.large-item-loop-img img {
  padding: 0rem;
}

@media only screen and (max-width: 1200px) {
  .large-item-loop.px-6 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .large-item-loop-text {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .large-item-loop-text.align-right {
    text-align: left !important;
  }
  .large-item-loop-meta.right-dash:before {
    content: "";
    position: absolute;
    left: -5rem;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 0;
    margin-bottom: 0;
    height: 2px;
    width: 4rem;
    background: #c3ac6d;
    display: inline-block;
    vertical-align: middle;
  }
}

.read_more {
  font-weight: 600;
  position: relative;
}

.read_more {
  position: relative;
}

.read_more:after,
.read_more:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 12%;
  height: 3px;
  background-color: #c3ac6d;
  -webkit-transition: 0.4s width;
  transition: 0.4s width;
}

.read_more:hover:after {
  width: 100%;
  background-color: #c3ac6d;
}
@media (max-height: 768px) and (max-width: 1366px) {
  .work-title h2 {
    font-size: 2.4em;
  }
  .work-item-text {
    padding: 5rem 4rem 5rem 2.3rem;
  }
}

@media (max-height: 610px) and (max-width: 1350px) {
  .work-item-text {
    padding: 6rem 4rem 5rem 2.3rem;
  }
  .work-item-desc {
    display: none;
  }
  .work-title h2 {
    line-height: 1.2em;
  }
}
@media (max-height: 768px) {
  .work-title h2 {
    font-size: 2.4em;
  }
}
@media only screen and (max-width: 1030px) {
  .work-carousel .work-item-text {
    padding: 3rem 5rem 3rem 3rem;
  }
  .work-carousel-large-img .work-item-text {
    padding: 2rem 2rem 2rem 2rem;
  }
  .work-carousel-large-img .work-item-text .work-title h2,
  .work-title h2 {
    font-size: 2.2em;
  }
  .work-carousel-large-img .work-item-content .container {
    width: 80%;
    margin: 0 auto;
  }
  .work-carousel-large-img .work-item-content .work-item-desc {
    display: none;
  }
}

@media only screen and (max-width: 950px) {
  .work-item-info {
    width: 100%;
    float: none;
  }
  .work-item-text {
    padding-left: 0;
  }
  .work-count {
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 30px;
  }
  .work-date {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .work-activities {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .work-title {
    width: 100%;
    padding-left: 0;
  }
  .work-carousel.work-carousel-large-img .work-item-content .container {
    width: 100%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
  .work-carousel-large-img .work-item-content {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -98%);
  }
  .work-carousel-large-img .work-item-text {
    padding: 3rem 4rem 4rem 4rem;
    background: rgba(255, 255, 255, 0.95);
  }
  .work-carousel .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 750px) {
  .work-item-desc {
    display: none;
  }
  .work-carousel-large-img .work-item-text .work-title h2,
  .work-title h2 {
    font-size: 1.618em;
    line-height: 1.5em;
  }
  .work-item-text .read_more {
    display: none;
  }
}

@media only screen and (max-width: 420px) {
  .work-carousel .work-item-content {
    position: relative;
  }
  .work-carousel .work-item-content .row .col-sm-6 {
    position: initial;
  }
  .work-carousel .work-item-text {
    position: absolute;
    bottom: 26px;
    z-index: 9;
    background: rgba(255, 255, 255, 0.99);
    padding: 2rem 2.5rem 4.5rem 2.5rem;
  }
  .work-item-img {
    padding: 30px;
    margin: 1.6rem 0;
  }
  .work-title h2 {
    font-size: 1.78571429em;
  }
  .work-carousel-large-img .work-item-content {
    top: 105%;
    left: 50%;
    transform: translate(-50%, -100%);
  }
}

/*Large single row protfolio*/

.large-img-text-container h2 {
  font-weight: 700;
  font-size: 2.618em;
  margin-bottom: 0.15em;
}

.large-img-text-container .work-activities {
  margin-bottom: 0.8rem;
}

@media only screen and (max-width: 1367px) {
  .large-img-text-container .px-7 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .work-carousel-large-img .work-item-text .work-title h2 {
    font-size: 1.78571429em;
  }
  .work-activities,
  .work-activities a {
    font-size: 1.1em;
  }
  .work-carousel-large-img .work-item-desc {
    margin-top: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .large-img-text-container .row {
    margin-bottom: 3rem;
  }
}

/*parallax portfolio*/

.parallax-section {
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.parallax-item-text {
  background: rgba(244, 244, 244, 0.95);
  padding: 2.5rem 3rem;
  margin: 3rem;
}

.parallax-item-title {
  font-size: 32px;
}

.parallax-item-meta {
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 0.01em;
  color: #c3ac6d;
  margin-bottom: 1rem;
}

.parallax-item-load-btn {
  display: none;
}

/*=================================================
9 - Blog - posts
=================================================*/

.blog_posts {
  width: 100%;
}

.stander_blog article {
  margin-bottom: 3.5rem;
}

.stander_blog article .card {
  border: none;
}
.stander_blog article .card > a {
  height: 100%;
}
.stander_blog .sticky .card {
  background: #f4f4f4;
  padding: 1.5rem 2rem;
}
.stander_blog article .card-block {
  padding: 1.5rem 0 0 0;
}

.stander_blog article .card-title {
  font-size: 1.999em;
  margin-bottom: 1.1rem;
  margin-top: 0.4em;
}

.stander_blog article .card-post-meta-top,
.stander_blog article .card-post-meta-top a {
  font-size: 0.95em;
  font-weight: 600;
}

.stander_blog article .card-post-meta-top span:not(:last-child),
.stander_blog article .card-post-meta-bottom span:not(:last-child) {
  margin-right: 5px;
}

.stander_blog article .card-post-meta-top span:not(:last-child):after {
  content: "-";
  padding-left: 5px;
}

.post_meta_category a:not(:last-child):after {
  content: ",";
  padding-right: 6px;
}

.stander_blog article .card-post-meta-bottom {
  font-size: 0.95em;
  font-weight: 600;
  padding-top: 0.5rem;
  color: #202020;
}

.stander_blog article .card-post-meta-bottom span:not(:last-child):after {
  content: "-";
  padding-left: 5px;
}
.stander_blog
  article
  .card-post-meta-bottom
  .nav-next
  span:not(:last-child):after {
  content: initial;
}
.stander_blog article .card-block .post_read_more_btn {
  font-weight: 600;
}

/*Stander blog card */

.stander_blog_card article {
  margin-bottom: 30px;
}

.stander_blog_card article .card-block {
  border-radius: 0.25rem;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  padding: 1.4rem 1.4rem 1.5rem;
}

.stander_blog_card article .card-title {
  font-size: 21px;
  font-weight: 500;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.stander_blog_card article .card-post-meta-top {
  margin-top: 0;
  margin-bottom: 0.8rem;
  font-size: 0.9em;
  font-weight: 600;
}

.stander_blog_card article .card-post-meta-bottom {
  padding-top: 0;
}

.stander_blog_card.blog-no-border article .card-block {
  border: none;
  border-radius: 0.25rem;
  padding: 1.3rem 0 0 0;
}

.stander_blog_card.blog-no-border article .card-title {
  margin-bottom: 1rem;
}

.stander_blog.blog-no-border article .card-post-meta-bottom {
  font-size: 0.95em;
  font-weight: 700;
  margin-top: -0.3rem;
  padding-top: 0;
  border-top: none;
  color: #202020;
}

/*  Blog Carousel */

.blog_carousel .card {
  border: none;
}

.blog_carousel article .card-title {
  font-size: 1.5em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.blog_carousel article .card-block {
  padding: 1.25rem 1.8rem;
}

.owl-controls {
  margin-top: 0;
}

/*  Related Posts */

.related_posts {
  width: 78.5%;
  margin: 1.8rem auto;
}

.col-md-9 .related_posts {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.related_posts article .card .card-block {
  margin: 0 auto;
  width: 100% !important;
}

.related_posts article .card-title {
  font-size: 1.4em !important;
}

/* Single post */

.single-post .page-content > .row {
  margin-right: -25px;
  margin-left: -25px;
}

.single-post .page-content > .row > .col-lg-9,
.single-post .page-content > .row > .col-lg-3 {
  padding-right: 25px;
  padding-left: 25px;
}

.stander_blog_single_post {
  margin: 0;
}

.stander_blog_single_post article {
  margin: 0 0 10px;
}

.stander_blog_single_post article .card-post-meta-bottom {
  margin-top: 1.8rem;
  padding-top: 1.8rem;
  border-top: solid 3px #1b1b1b;
}

.stander_blog_single_post article .card-title {
  margin-bottom: 1.3rem;
  margin-top: 0.3em;
}

@media only screen and (max-width: 1024px) {
  .stander_blog_center .post_meta_comments {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .blog_posts .card-post-meta-bottom .list-inline,
  .blog_posts .card-post-meta-bottom .post_read_more_btn {
    display: none;
  }
  .blog_posts.stander_blog_center .card-post-meta-bottom .post_read_more_btn {
    display: inline-block;
  }
  .stander_blog_center article .card-post-meta-bottom {
    text-align: center;
  }
}

.blog_posts .single_post {
  margin: 0;
}

.single_post .post_img {
  position: relative;
  margin-bottom: 20px;
  background: #8d8d8d;
  overflow: hidden;
}

.post_info {
  padding-right: 10px;
  text-align: center;
}

.blog_posts .single_post .post_info {
  text-align: center;
}

.blog_posts .single_post .post_info a {
  color: #404040;
}

.blog_posts .single_post .post_info .post_category {
  display: block;
  text-transform: uppercase;
}

.post_meta {
  margin-bottom: 15px;
}

.post_meta li {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
}

.post_info .post_category span,
.post_meta {
  font-weight: 600;
  font-size: 12px;
}

.post_info .post_category span:after {
  content: ",";
}

.post_info .post_category span:last-child:after {
  content: "";
}

.single_blog_post {
  margin: 60px 0 50px 0;
}

.single_blog_post .post_title {
  font-weight: 700;
  font-size: 28px;
  margin-top: 50px;
  line-height: 1.5em;
  margin-bottom: 12px;
  text-align: center;
  letter-spacing: 1px;
}

.single_blog_post .post_title {
  color: #404040;
}

.single_post .post_info {
  text-align: center;
}

.single_blog_post .post_meta,
.single_blog_post .post_meta a {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 32px;
  letter-spacing: 1px;
  color: #555;
}

.blog_posts .single_post .post_title {
  font-weight: 700;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: capitalize;
}

.blog_posts .single_post .post_title a {
  color: #404040;
}

.single_post .post_content {
  margin-top: 20px;
}

.blog_posts .single_post .post_content {
  margin-top: 0;
  margin-bottom: 15px;
}
.blog_posts .single_post .post_content:after {
  content: "";
  display: table;
  clear: both;
}

/**** Tags ****/

.blog-post-tags {
  margin: 2.8rem 0 0 0;
  padding: 0;
  list-style: none;
}

.blog-post-tags li {
  display: inline-block;
  margin: 0 0 0.3em 1em;
  padding: 0 10px 0 0;
}

.blog-post-tags li a {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 1em;
  background-color: #f1f1f1;
  border-radius: 0 3px 3px 0;
  font-size: 0.95em;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog-post-tags li a::before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent #f1f1f1 transparent transparent;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.blog-post-tags li a::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
}

.blog-post-tags li span {
  display: block;
  max-width: 100px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.blog-post-tags li a:hover {
  background-color: #555;
  color: #fff;
}

.blog-post-tags li a:hover::before {
  border-right-color: #555;
}

.blog_item_quote {
  text-align: center;
}

.blog_item_quote blockquote {
  padding: 26px 25% 0;
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
  font-weight: 800;
  border-left: 0;
  position: relative;
  font-style: normal;
}

.blog_item_quote blockquote a {
  color: #6d6d6d;
}

.blog_item_quote blockquote:before {
  content: "";
  height: 3px;
  width: 50px;
  background: #f5f5f5;
  top: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
}

.featured-quote {
  background: #1e1f20;
  padding: 2.5rem;
}

.featured-quote blockquote {
  margin: 0;
  color: #fff;
}

.featured-quote blockquote a {
  color: #fff;
}

.featured-quote blockquote .quote-author {
  font-size: 0.8em;
  font-style: normal;
  margin-top: 1rem;
}

.featured-quote blockquote p {
  margin-bottom: 0;
}

.drop-caps {
  float: left;
  position: relative;
  top: 4px;
  margin-right: 0.3em;
  margin-bottom: 0.1em;
  padding-bottom: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.8em;
  font-family: Arial, sans-serif;
  padding: 8px 12px;
  font-size: 4em;
  color: #fff;
  background: #252525;
}

.drop-caps.circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 3em;
  line-height: 1.2em;
  text-align: center;
}

/**** Post Author ****/

.post-author {
  margin: 1.8rem auto 0 auto;
  width: 78.5%;
  padding: 1.8rem 0 1.8rem;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.col-md-9 .post-author {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.post-author img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}
.bypostauthor {
  width: 100%;
  font-size: 1em;
}

/**** Comments Box ****/

.blog-post-comments {
  margin-top: 40px;
}

.comments-area {
  margin: 0 0 50px;
}

.comments-area .comments-title,
.comment-form-warp .comment-reply-title {
  font-size: 1.3em;
  font-weight: 800;
  margin-bottom: 1.5rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #dadada;
}

.comment-form-warp .comment-reply-title {
  border-bottom: none;
  margin-bottom: 0.5rem;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comment-list li.comment {
  list-style: none;
  padding: 1rem 0;
}

.comments-area .comment-list > li.comment {
  padding: 1rem 0 1.7rem;
  margin-bottom: 1.3rem;
  position: relative;
  list-style: none;
  border-bottom: solid 1px #f4f4f4;
}

.comments-area .comment-list li article {
  margin: 0;
}
.comments-area .comment-list p {
  margin-bottom: 10px;
}
.comments-area .comment-list li .avatar {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 2.3rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
}

.comments-area .comment-list li .comment-text {
  overflow: hidden;
}

.comments-area .comment-list li article .comment-meta {
  margin-bottom: 10px;
}

.comments-area .comment-list li .comment-text .name-n-time {
  float: left;
  display: block;
}

.comments-area .comment-list li article .comment-content {
  margin-left: 6.988rem;
}

.comments-area .comment-list ul {
  padding: 20px 0 0 55px;
}

.comments-area .comment-list ul li {
  border: none;
  padding-bottom: 0;
}

.comments-area .comment-form-warp {
  margin-top: 42px;
}

.comments-area .comment-form-warp .btline-title {
  margin-bottom: 37px;
}

.comments-area .comment-meta cite {
  font-weight: 600;
  font-size: 1.1em;
  font-style: normal;
  margin-right: 0.5rem;
}

.comment-form-warp .button {
  font-size: 14px;
  letter-spacing: 1px;
}

@media all and (max-width: 800px) {
  .comments-area .comment-list ul {
    padding: 20px 0 0 0;
  }
}
/*=================================================
10 - Contact Form
=================================================*/

.contact-form {
  padding-top: 4px;
}

.contact-form input[type="text"],
.contact-form textarea,
.comment-form-warp input[type="text"],
.comment-form-warp textarea {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border: 0;
  background: #fcfcfc;
  border: 1px solid #f1f1f1;
  padding: 12px 22px;
  font-family: inherit;
  letter-spacing: 2px;
  font-size: 12px;
}

.contact-form textarea {
  margin-bottom: 18px;
  height: 180px;
  max-width: 100%;
}

.contact-form textarea:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}

input[type="submit"] {
  width: inherit;
  cursor: pointer;
}

form .submit {
  margin-top: 10px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.comment-form-warp form .submit:hover,
form .submit:hover {
  background: #141414;
  border-color: #141414;
  color: #fff;
}

.contact-form .alert.alert-danger {
  margin-top: 20px;
  background: rgba(228, 25, 25, 0.75);
  color: #fff;
}

.contact-form .alert.alert-success {
  margin-top: 20px;
  background: rgba(50, 178, 95, 0.75);
  color: #fff;
}

.contact-form .has-error input[type="text"],
.contact-form .has-error textarea {
  border-color: rgba(228, 25, 25, 0.75);
}

.contact-form .form-group {
  margin-bottom: 0;
}

.contact-form input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0.85rem 1.5rem;
  cursor: pointer;
}

.fw-flash-messages {
  position: fixed;
  background: #fafafa;
  padding: 2rem 2rem 0.7rem;
  border-radius: 0.2rem;
  background: #fcfcfc;
  border: 1px solid #f1f1f1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  -webkit-animation: cssAnimation 10s forwards;
  animation: cssAnimation 10s forwards;
}

@keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*=================================================
10 - Sidebar and widget
=================================================*/

.sidebar {
  margin-top: 80px;
}

.widget {
  margin-bottom: 40px;
}

.widget .widget-title {
  font-size: 1.45em;
  font-weight: 600;
}

.widget .separator {
  margin-bottom: 28px;
}

/****  Entries and categories widget ****/

.widget.widget_categories ul,
.widget.widget_recent_entries ul,
.widget.widget_rss ul,
.widget.widget_pages ul,
.widget.widget_meta ul,
.widget.widget_recent_comments ul,
.widget.widget_nav_menu ul,
.widget.widget_archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget.widget_categories ul ul,
.widget.widget_recent_entries ul ul,
.widget.widget_rss ul ul,
.widget.widget_pages ul ul,
.widget.widget_meta ul ul,
.widget.widget_recent_comments ul ul,
.widget.widget_archive ul ul {
  margin-top: 0.5rem;
  padding-left: 0.8rem;
}
.widget.widget_nav_menu ul ul {
  margin-top: 0.9rem;
  padding-left: 1rem;
}
.widget.widget_categories ul li,
.widget.widget_recent_entries ul li,
.widget.widget_rss ul li,
.widget.widget_pages ul li,
.widget.widget_meta ul li,
.widget.widget_recent_comments ul li,
.widget.widget_nav_menu ul li,
.widget.widget_archive ul li {
  font-weight: 500;
  padding: 1rem 0;
  border-bottom: 1px dashed #ececec;
}

.widget.widget_categories ul li li:last-child,
.widget.widget_recent_entries ul li li:last-child,
.widget.widget_rss ul li li:last-child,
.widget.widget_pages ul li li:last-child,
.widget.widget_meta ul li li:last-child,
.widget.widget_recent_comments ul li li:last-child,
.widget.widget_nav_menu ul li li:last-child,
.widget.widget_archive ul li li:last-child {
  border-bottom: none;
  padding: 0.9rem 0 0.1rem 0;
}

.widget.widget_categories ul li:first-child,
.widget.widget_recent_entries ul li:first-child,
.widget.widget_rss ul li:first-child,
.widget.widget_pages ul li:first-child,
.widget.widget_meta ul li:first-child,
.widget.widget_recent_comments ul li:first-child,
.widget.widget_nav_menu ul li:first-child,
.widget.widget_archive ul li:first-child {
  padding-top: 0;
}

.widget.widget_categories ul li a:after,
.widget.widget_pages ul li a:after,
.widget.widget_meta ul li a:after,
.widget.widget_nav_menu ul > li > a:after,
.widget.widget_archive ul li a:after {
  content: "\f178";
  font-family: "fontawesome";
  float: right;
}

.widget.widget_nav_menu ul > li.dropdown > a:after {
  content: "";
}

.widget.widget_nav_menu ul > li.dropdown ul.dropdown-menu {
  padding: 1.2rem 1.5rem;
  margin-top: 0;
}

.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}

.widget_nav_menu ul li {
  list-style: none;
  letter-spacing: 0.02em;
  padding: 1px 0;
}

/* calendar widget */

.widget_calendar {
  float: left;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  caption-side: top;
  color: #333;
  font-weight: 600;
  padding-top: 0;
  padding-bottom: 10px;
}

#wp-calendar thead {
  font-size: 10px;
}

#wp-calendar thead th {
  padding-bottom: 10px;
}

#wp-calendar tbody {
  color: #aaa;
}

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px;
}

#wp-calendar tbody td:hover {
  background: #fff;
}

#wp-calendar tbody .pad {
  background: none;
}

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* pagination */

nav.pagination {
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-link,
.nav-links > span,
.nav-links > a {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.95rem;
  margin-left: -1px;
  line-height: 1.25;
  background-color: transparent;
  border: none;
}

.pagination > li > a,
.pagination > li > span {
  color: #404040;
  background-color: transparent;
}

.page-item.active .page-link,
.nav-links span.current {
  z-index: 2;
  color: #fff;
  background-color: #141414;
  border-color: #141414;
  border-radius: 0.2rem;
}

.single-post-paginated > span.page-numbers {
  background-color: #c3ac6d;
  border-color: #c3ac6d;
  color: #fff;
  margin-left: 0.2rem;
}

/*=================================================
12 - Elements 
=================================================*/

/*=================================================
 Title
=================================================*/

.reveal-title {
  font-size: 8.375em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: -6px;
  color: #ececec;
  margin-top: 0.01em;
  margin-bottom: 0.01em;
}

/*=================================================
 Accordion
=================================================*/

.accordion .card {
  background: transparent;
  border: none;
}

.accordion .card-header {
  background: transparent;
  border-bottom: 2px solid #ecf1f5;
  padding: 1.25rem 0.25rem;
}

.accordion .card-block {
  padding: 23px 0 25px;
  border-bottom: 2px solid #ecf1f5;
}

.accordion .card-header .accordion-mark .open {
  opacity: 0;
}

.accordion .card-header .collapsed .accordion-mark .close {
  opacity: 0;
}

.accordion .card-header .collapsed .accordion-mark .open {
  opacity: 1;
}

.accordion .card-header h5 a {
  color: inherit;
}

.accordion .card-header h5 a:after {
  font-family: "FontAwesome";
  content: "\f068";
  float: right;
}

.accordion .card-header h5 a.collapsed:after {
  content: "\f067";
}

/*=================================================
 Tabs
=================================================*/

.nav-tabs {
  margin-bottom: 1.85714286em;
}

.nav-tabs .nav-link {
  font-weight: 600;
}

/*=================================================
 Team person Box
=================================================*/

.team-member {
  position: relative;
}

.team-member .member-info-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 2.5rem;
}

.team-member .member-info-holder:after {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 1;
  text-align: center;
  width: 90%;
  height: 90%;
  background: #000;
  opacity: 0.4;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 59%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 59%,
    rgba(0, 0, 0, 0.9) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 59%,
    rgba(0, 0, 0, 0.9) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d6000000', GradientType=0);
}

.team-member .member-info-holder .member-info {
  position: absolute;
  bottom: 1.5rem;
  z-index: 999;
  color: #fff;
}

.team-member .member-info-holder .member-name {
  color: #fff;
  line-height: 1.7em;
  margin-bottom: 0;
}

.team-member .member-info-holder .member-role {
  color: #fff;
  font-weight: 600;
}

.team-member .team-member-box-shadow {
  background: #e0ded9;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

/*Simple team member*/

.simple-team-member .member-image {
  padding: 0 1rem;
  margin-bottom: 1.1rem;
}

.simple-team-member.align-center .member-image img {
  margin-right: auto;
  margin-left: auto;
}

.simple-team-member .member-info-holder .member-name {
  font-weight: 600;
  margin-bottom: 0;
}

.simple-team-member .member-info-holder .member-role {
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.simple-team-member .member-description {
  margin-bottom: 1.3em;
}

@media only screen and (max-width: 740px) {
  .team-member-container {
    margin-left: 0;
  }
  .team-member-container li {
    width: 50%;
    margin-left: 0;
  }
  .team-member-container li:nth-child(even) {
    margin-top: 0;
    z-index: 999;
  }
  .team-member {
    margin-bottom: 20px;
  }
}

/*=================================================
 Testimonials 
=================================================*/

.testimonials {
  margin: 20px 0;
}

.testimonials .testimonial {
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0 8%;
  text-align: center;
}

.testimonials .testimonial p {
  margin-bottom: 1rem;
}

.testimonials .testimonial .author {
  font-size: 0.89em;
}

.testimonials .testimonial .author .author-info,
.testimonials .testimonial .author .author-pic {
  display: inline-block;
  vertical-align: middle;
}

.testimonials .testimonial .author .testimonials-avatar-img {
  margin: 0 auto;
}

.testimonials .testimonial .author .testimonials-avatar-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
}

.testimonials .testimonial .author .author-info {
  letter-spacing: 0;
  font-weight: 600;
}

.testimonial-style-two {
  text-align: center;
}

.testimonial-style-two img {
  border-radius: 50%;
  max-width: 120px;
  margin: 0 auto 30px auto;
}

.testimonials .owl-dots {
  position: absolute;
  bottom: -18%;
}

/* Simple testimonial */
.simple_testimonial {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 40px;
}

.simple_testimonial_img {
  display: table-cell;
  vertical-align: top;
  float: none;
  width: 35%;
  padding-right: 20px;
}

.simple_testimonial_content {
  display: table-cell;
  vertical-align: top;
  float: none;
  width: 65%;
  padding: 70px 0 0 8%;
}

.simple_testimonial_quote {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 25px;
  letter-spacing: 1px;
  color: #555;
}

.person_name h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.person_job h5 {
  letter-spacing: 1px;
  margin-top: 5px;
  font-size: 14px;
}

.simple_testimonial_container
  .simple_testimonial:nth-child(even)
  .simple_testimonial_img {
  float: right;
}

.simple_testimonial_container
  .simple_testimonial:nth-child(even)
  .simple_testimonial_content {
  float: left;
  padding-top: 80px;
  padding: 70px 8% 0 0;
}

/*=================================================
 Clients list box style
=================================================*/

.clients-box {
  margin: 0;
  padding: 0;
  text-align: center;
}

.clients-box li {
  list-style: none;
  width: 19.5%;
  padding: 3.5%;
  display: inline-block;
}

@media only screen and (max-width: 950px) {
  .clients-box li {
    list-style: none;
    width: 50%;
    float: left;
    position: relative;
  }
}

/* Clients list slider */

.client-logo-list {
  margin: 0;
  padding: 0;
}

.client-logo-list li {
  list-style: none;
  padding: 20px;
}

/*=================================================
 Service Boxs
=================================================*/

.content_box {
  text-align: center;
}

.content_box .content_number {
  font-size: 18px;
}

.content_box .content_icon {
  font-size: 33px;
  margin-bottom: 2rem;
  color: #333;
}

.content_box .content_icon.circle_icon {
  text-align: center;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  line-height: 74px;
  background: #fafafa;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.content_box.align-left .content_icon.circle_icon {
  margin-left: 0;
}

.content_box.align-right .content_icon.circle_icon {
  margin-right: 0;
}

.content_box.content_box_align_right .content_icon.circle_icon {
  margin-left: 20px;
}

.content_box_align_left {
  text-align: left;
}

.content_box.content_box_align_left .content_icon.circle_icon {
  margin-right: 20px;
}

.content_box.shield_bg {
  position: relative;
  padding: 55px 30px 0 30px;
  border-top: 6px solid #e1e4e3;
  background-color: #f0f3f2;
  background-position: center top;
  margin-bottom: 100px;
  font-size: 13px;
}

.content_box.shield_bg:after {
  content: "";
  position: absolute;
  bottom: -78px;
  left: 0;
  width: 100%;
  height: 50%;
  /* border-left: 70px solid transparent; */
  /* border-right: 70px solid transparent; */
  border-bottom: 85px solid #f0f3f2;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.content_img {
  margin-bottom: 30px;
}

.content_box_align_left .content_info {
  margin-left: 32px;
}

.content_box_align_right {
  text-align: right;
}

.content_box_align_right .content_info {
  margin-left: 0;
  margin-right: 32px;
}

.content_box h3 {
  font-size: 1.35em;
  position: relative;
  margin-bottom: 15px;
}

.content_info .read_more {
  font-weight: 600;
}

@media only screen and (max-width: 950px) {
  .content_box {
    margin-bottom: 30px;
  }
  .content_shadow_text_box .content_img,
  .content_shadow_text_box .content_info {
    display: block;
    width: 100%;
    margin: 0;
  }
  .text_half_overlay .content_info {
    margin: -115px 15px 0;
  }
}

/*=================================================
 Image banners
=================================================*/

.icon-over-img-container {
  background-size: cover;
  background-position: center center;
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.over-img-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7.1em;
  height: 7.1em;
  border-radius: 50%;
  z-index: 4;
  display: inline-block;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
  line-height: 7em;
  font-size: 16px;
}

.over-img-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.over-img-icon:hover {
  color: #393939;
}

/*=================================================
 Counter OR Fun Fact Box 
=================================================*/

.counter_box {
  text-align: center;
  color: #333;
}

.counter_box_icon {
  font-size: 32px;
  line-height: 32px;
  margin: 0 auto 22px;
  border-radius: 100%;
  text-align: center;
}

.counter_box_number {
  font-size: 38px;
  line-height: 52px;
  font-weight: 600;
  margin-bottom: 22px;
}

.counter_box_title h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media only screen and (max-width: 950px) {
  .counter_box {
    margin-bottom: 40px;
  }
}

/*=================================================
 icon list
=================================================*/

.icons_list {
  margin: 0;
  padding: 0;
}

.icons_list li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  padding: 0 7px;
}

.icons_list.circle li {
  background-color: transparent;
  border: 2px solid #dbdbdb;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-transition: background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  margin: 0px 6px 0px 0px;
  width: 32px;
  height: 32px;
  line-height: 29px;
  background-color: rgb(68, 68, 68);
  border-color: rgb(68, 68, 68);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.icons_list.circle li a {
  color: #fff;
}

.icons_list.circle li:hover {
  background-color: #cbb198;
  border-color: #cbb198;
}

/* Row with equal height columns */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .row-eq-height {
    display: block;
  }
}

/*=================================================
 Form
=================================================*/

.form-group label {
  font-size: 0.9em;
}

.form-fields-bg-alabaster input[type],
.form-fields-bg-alabaster textarea,
.form-fields-bg-alabaster select {
  background: #fcfcfc;
}

.dark-form-fields textarea,
.dark-form-fields input[type],
.dark-form-fields .form-control {
  background-color: #353535;
  border-color: #353535;
  color: #f1f1f1;
}

/*=================================================
 Google map
=================================================*/

.google_map {
  width: 100%;
  height: 536px;
}

#gmap_canvas {
  width: 100%;
  height: 536px;
}

.full_page_height_map.google_map {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
}

.full_page_height_map #gmap_canvas {
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .full_page_height_map.google_map {
    position: relative;
  }
}

#gmap_canvas img {
  max-width: none;
  background: none;
}

/*=================================================
 Parallax bg
=================================================*/

.parallax_bg {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.parallax_bg .parallax_bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: -30px;
  left: 0;
}

.parallax_bg .parallax_bg_content {
  height: 100%;
}

/*=================================================
 Button
=================================================*/

.btn {
  cursor: pointer;
  padding: 0.85rem 1.5rem;
}

.btn-lg {
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
}

.btn-default,
form .submit {
  color: #fff;
  background: #1b1b1b;
  border-color: #1b1b1b;
}

.btn-default:hover,
form .submit:hover {
  background: #292b2c;
  border-color: #292b2c;
  color: #f1f1f1;
}

.btn-outline-pastel-red {
  color: #c3ac6d;
  background-image: none;
  background-color: transparent;
  border-color: #c3ac6d;
}

.btn-outline-pastel-red:hover {
  color: #fff;
  background-color: #c3ac6d;
  border-color: #c3ac6d;
}

.btn-dark {
  color: #fff;
  background: #000;
  border-color: #000;
}

.btn-dark:hover {
  background: #444;
  border-color: #444;
}

.btn-outline-dark {
  color: #000;
  background-image: none;
  background-color: transparent;
  border-color: #000;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #444;
  border-color: #444;
}

.btn-dark-light {
  color: #fff;
  background: #353535;
  border-color: #353535;
}

.btn-dark-light:hover {
  background: #000;
  border-color: #000;
}

.btn-eastBay {
  color: #fff;
  background: #414a75;
  border-color: #414a75;
}

.btn-eastBay:hover {
  background: #47517f;
  border-color: #47517f;
  color: #fff;
}

.btn-outline-dark-light {
  color: #353535;
  background-image: none;
  background-color: transparent;
  border-color: #353535;
}

.btn-outline-dark-light:hover {
  color: #fff;
  background-color: #353535;
  border-color: #353535;
}

.btn-white {
  color: #444;
  background: #fff;
  border-color: #fff;
}

.btn-white:hover {
  background: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-outline-white {
  color: #fff;
  background-image: none;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #f1f1f1;
  border-color: #f1f1f1;
}

.btn-radius-l {
  border-radius: 42px;
}

.btn-outline-primary:hover {
  background: transparent;
}

.btn-backdrop,
.btn.btn-backdrop {
  position: relative;
  margin-top: 12px;
  display: inline-block;
  padding: 0 0 0 1.5rem;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  background: transparent !important;
  color: #393939;
}

.btn.btn-backdrop,
.btn.btn-backdrop:hover {
  color: #393939;
}

.btn-backdrop:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -5px;
  left: 0;
  background: #c3ac6d;
  opacity: 0.3;
  width: 85%;
  height: 22px;
  transition: 0.4s width;
}

.btn-backdrop:hover:before {
  width: 100%;
}

/* Progress bar*/

.progress {
  margin-bottom: 1rem;
}

.progress-bar {
  height: 1.5rem;
  font-size: 0.85rem;
  line-height: 1.4rem;
}

.progress-bar-title {
  color: #141414;
}

.progress.vertical {
  width: 100%;
  max-width: 110px;
  min-height: 300px;
  height: 100%;
  float: left;
  margin-right: 20px;
  position: relative;
}

.progress.vertical .progress-bar {
  padding: 1.5rem 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

.progress.vertical.from-top .progress-bar {
  top: 0;
  bottom: initial;
}

/*Instagram feed*/

.instagram_feed {
  list-style: none;
  margin: 0;
  padding: 0;
}

.instagram_feed li {
  width: 33.3333333%;
  padding: 0 5px;
  display: inline-block;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.instagram_feed li:hover {
  opacity: 0.4;
}

/* Price Panel */

.pricing_item {
  display: inline-block;
  padding: 2.5rem 0.95rem 2.8rem;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fafafa;
  text-align: center;
}

.pricing_item_title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.085em;
}

.pricing_item_price {
  font-weight: 700;
  display: block;
  font-size: 3.4em;
  line-height: 1em;
  word-spacing: -0.2em;
  color: #111;
}

.pricing_item_price_info {
  display: block;
  margin-top: 0.4rem;
  margin-bottom: 2rem;
}

.pricing_item_features_list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}

.pricing_item_features_list li,
.pricing_default-row {
  position: relative;
  display: table;
  margin: auto auto 0.5rem;
}

.pricing_item_features_list li .fa {
  padding-right: 0.5rem;
}

.pricing_button-row {
  margin: 1rem auto 0.5rem;
}

/* countdown */

.countdown .countdown_value {
  display: inline-block;
  font-size: 65px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
  padding-right: 50px;
}

.countdown .countdown_lable {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

/* Video background panel */

#video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/Busy-People.jpg) no-repeat;
  background-size: cover;
  z-index: -100;
}

.bgvid {
  position: absolute;
  background: linear-gradient(
    rgba(245, 245, 245, 0.85),
    rgba(245, 245, 245, 0.85)
  );
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
}

.fit iframe {
  border: none;
}

/* Scroll down info */

.intro-scroll-tip {
  margin: 0 0 0 -50px;
  position: absolute;
  bottom: 80px;
  left: 100%;
  z-index: 9999;
}

.intro-scroll-tip:before {
  display: block;
  position: absolute;
  bottom: -60px;
  left: -6px;
  width: 1px;
  height: 45px;
  background: #2f2f2f;
  content: "";
}

.intro-scroll-tip .tip {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  letter-spacing: -0.03em;
}

/* Divider */

.divider {
  height: 1px;
  background-color: #eaeced;
}

/* =WordPress Core
-------------------------------------------------------------- */

.admin-bar .absolute_header,
.admin-bar .fixed-top {
  top: 32px;
}

.alignnone {
  margin: 30px auto;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 30px auto;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 30px auto;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.gallery-caption {
  font-size: 12px;
  margin: 0 0 0.8rem;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  display: inline-block;
}

.post-password-form input[type="submit"] {
  background: #fafafa;
}

.post-password-form input[type="submit"]:hover {
  background: #f1f1f1;
}

/*=================================================
   2 - Plugins CSS 
  =================================================*/

.owl-carousel .img_as_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.owl-carousel .slide_content {
  width: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-carousel .slide_content.content_at_top_30 {
  top: 40%;
}

.owl-carousel .slide_content.content_at_top {
  top: inherit;
  transform: translateY(0);
  top: 12%;
}

.owl-carousel .slide_content.content_at_center {
  top: inherit;
  transform: translateY(-50%);
  top: 50%;
}

.owl-carousel .slide_content.content_at_bottom {
  top: inherit;
  transform: translateY(0);
  bottom: 12%;
}

.owl-carousel .slide_content.align-right {
  right: 10%;
  left: inherit;
}

.owl-carousel .slide_content.align-left {
  left: 10%;
  right: inherit;
}

.owl-carousel .slide_content .big_title {
  font-size: 64px;
  line-height: 1.3125em;
  letter-spacing: 3px;
  font-weight: 500;
}

.owl-carousel .slide_content .title_uppercase {
  text-transform: uppercase;
}

.owl-carousel .slide_content .title_bold {
  font-weight: 800;
}

.owl-carousel .slide_content .big_description {
  font-size: 20px;
  line-height: 36px;
}

.owl-carousel .item {
  position: relative;
}

@media only screen and (max-width: 1370px) {
  .owl-carousel .slide_content .big_title {
    font-size: 50px;
    line-height: 1.3125em;
    letter-spacing: 2px;
  }
  .owl-carousel .slide_content .big_description {
    font-size: 19px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 959px) {
  .owl-carousel .slide_content {
    width: 75%;
  }
  .owl-carousel .slide_content .big_title {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .owl-carousel .slide_content .big_description {
    font-size: 16px;
    line-height: 28px;
  }
  .simple_slider .owl-nav {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .owl-carousel .slide_content {
    width: 93%;
  }
  .owl-carousel .slide_content .big_title {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: 600;
  }
  .owl-carousel .slide_content .big_description {
    font-size: 16px;
    line-height: 30px;
  }
}

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Custom CSS For OWL */

.owl-controls {
  font-size: 14px;
  font-weight: 800;
  width: 100%;
  text-transform: uppercase;
}

.owl-nav div {
  color: #c3ac6d;
  opacity: 0.9;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
}

.owl-nav div:after {
  content: "";
  height: 3px;
  width: 40px;
  background: #c3ac6d;
  top: 50%;
  margin-right: 6px;
  margin-top: -2px;
  position: absolute;
  z-index: 1;
}

.owl-nav div.owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 5%;
}

.owl-nav div.owl-prev:after {
  left: 50px;
}

.owl-nav div.owl-next {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  right: 5%;
}

.owl-nav div.owl-next:after {
  right: 50px;
}

.work-carousel:hover .owl-nav div {
  opacity: 1;
}

.owl-dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 10px;
  z-index: 9999;
}

.owl-dots .owl-dot {
  display: inline-block;
}

.owl-dots .owl-dot span {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 25px;
  height: 3px;
  margin: 0 5px;
  background-color: #d6d6d6;
  border: 2px solid #d6d6d6;
  -webkit-transition: background-color 0.2s ease-out, border 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, border 0.2s ease-out;
  transition: background-color 0.2s ease-out, border 0.2s ease-out;
  box-sizing: border-box;
}

.owl-dots .owl-dot span:hover r {
  background-color: #000;
  border-color: #000;
}

.owl-dots .owl-dot.active span {
  background-color: #c3ac6d;
  border-color: #c3ac6d;
}

.owl-bg-img {
  background-size: cover;
}

.owl-nav.disabled {
  display: none;
}

.min_height_750 {
  min-height: 750px;
}

.bg_transparent {
  background: transparent;
}

.light_color h5,
.light_color h1,
.light_color p {
  color: #fff;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.image-source-link {
  color: #98c3d1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-content-popup-block {
  background: #1d2120;
  color: #fff;
  text-align: left;
  max-width: 630px;
  margin: 40px auto;
  position: relative;
}

.mfp-content-popup-block h1 {
  color: #fff;
  margin: 0;
  padding: 20px 40px;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px 3px 0 0;
}

.mfp-content-popup-block a {
  color: #fff;
}

.mfp-content-popup-block .news_feed .send_button,
.mfp-content-popup-block .news_feed {
  color: #1d2120;
  background: #f1f1f1;
}

.mfp_content {
  padding: 40px 40px 40px 40px;
  margin: 0;
}

.mfp_content .button {
  padding: 0.7em 2em;
}

/* overlay at start */

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* --------------------------------  
 Hover Effects 
-------------------------------- */

/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */

.et-banner {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

/* Common style */

.et-banner figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  width: 100%;
  background: #c3ac6d;
  text-align: center;
  cursor: pointer;
}

.et-banner figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.1;
}

.et-banner figure img {
  opacity: 1;
}

.et-banner figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.et-banner figure figcaption::before,
.et-banner figure figcaption::after {
  pointer-events: none;
}

.et-banner figure figcaption,
.et-banner figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */

.et-banner figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.et-banner figure h2,
.et-banner figure h2 a {
  word-spacing: -0.05em;
  font-weight: 700;
  color: #fff;
  font-size: 1.194em;
}

.et-banner figure h2 span {
  font-weight: 300;
}

.et-banner figure h2,
.et-banner figure p {
  margin: 0;
}

.et-banner figure p.figure_meta {
  letter-spacing: 1px;
  font-size: 68.5%;
}

.et-banner figure p.figure_meta a {
  color: #fff;
}

.et-banner figure h2,
.et-banner figure .banner_icon {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.et-banner figure .banner_icon a {
  display: inline-block;
  color: #fff;
}

.et-banner figure .banner_icon {
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

.et-banner figure:hover h2,
.et-banner figure:hover .banner_icon {
  opacity: 1;
}

.et-banner .figure_caption_container {
  display: table;
  height: 100%;
  width: 100%;
}

.et-banner .figure_caption {
  display: table-cell;
  vertical-align: middle;
}

/* Individual effects */

figure.effect-slide-top {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transform: all 0.2s ease;
  -moz-transform: all 0.2s ease;
  -ms-transform: all 0.2s ease;
  -o-transform: all 0.2s ease;
  transform: all 0.2s ease;
}

figure.effect-slide-top:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}

/***** Lily *****/

figure.effect-lily img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
  text-align: left;
}

figure.effect-lily figcaption > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily p {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img {
  opacity: 0.7;
}

figure.effect-lily:hover p {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/***** Sadie *****/

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(
    top,
    rgba(72, 76, 97, 0) 0%,
    rgba(72, 76, 97, 0.8) 75%
  );
  background: linear-gradient(
    to bottom,
    rgba(72, 76, 97, 0) 0%,
    rgba(72, 76, 97, 0.8) 75%
  );
  content: "";
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
  -webkit-transform: translate3d(0, 40px, 0) translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0) translate3d(0, 40px, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0) translate3d(0, 0, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/***** Roxy *****/

figure.effect-roxy {
  background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
  background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

figure.effect-roxy img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}

figure.effect-roxy figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}

figure.effect-roxy figcaption {
  padding: 3em;
  text-align: left;
}

figure.effect-roxy p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

figure.effect-roxy:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/***** default *****/

figure.effect-default {
  text-align: left;
}

figure.effect-default img {
  opacity: 1;
  -webkit-transition: opacity 0.55s;
  transition: opacity 0.55s;
}

figure.effect-default:hover img {
  opacity: 0.1;
}

figure.effect-default figcaption::before,
figure.effect-default figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
}

figure.effect-default h1,
figure.effect-default h2,
figure.effect-default h3,
figure.effect-default h4,
figure.effect-default h5,
figure.effect-default h6 {
  opacity: 0;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  color: #fff;
}

figure.effect-default p {
  padding: 10px 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-default:hover figcaption::before,
figure.effect-default:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-default:hover h1,
figure.effect-default:hover h2,
figure.effect-default:hover h3,
figure.effect-default:hover h4,
figure.effect-default:hover h5,
figure.effect-default:hover h6,
figure.effect-default:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/***** Romeo *****/

figure.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}

figure.effect-romeo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: translate3d(1, 1, 1);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #fff;
  content: "";
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

figure.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}

figure.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}

figure.effect-romeo:hover h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}

figure.effect-romeo:hover p {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}

.et_three_col figure.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -110%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, -110%, 0);
}

.et_three_col figure.effect-romeo p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 110%, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 110%, 0);
}

.et_four_col figure.effect-romeo h2 {
  -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 0, 0);
  transform: translate3d(0, -50%, 0) translate3d(0, 0, 0);
}

/***** Layla *****/

figure.effect-layla {
  background: #18a367;
}

figure.effect-layla img {
  opacity: 0.95;
}

figure.effect-layla figcaption {
  padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: "";
  opacity: 0;
}

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

figure.effect-layla h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

figure.effect-layla h2 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
  opacity: 0.7;
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

/***** Honey *****/

figure.effect-honey {
  background: #4a3753;
}

figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.5;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #fff;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-honey p {
  display: none;
}

/***** Oscar *****/

figure.effect-oscar {
  background: -webkit-linear-gradient(
    45deg,
    #22682a 0%,
    #9b4a1b 40%,
    #3a342a 100%
  );
  background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
  padding: 3em;
  background-color: rgba(58, 52, 42, 0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
}

figure.effect-oscar h2 {
  margin: 0 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

figure.effect-oscar:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-oscar:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
  opacity: 0.4;
}

/***** Marley *****/

figure.effect-marley figcaption {
  text-align: right;
}

figure.effect-marley img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-marley:hover img {
  opacity: 0.8;
}

figure.effect-marley h2,
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}

figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: "";
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/***** Milo *****/

figure.effect-milo {
  background: #2e5d5a;
}

figure.effect-milo img {
  max-width: none;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-milo:hover img {
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo h2 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}

figure.effect-milo p {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 5%;
  padding: 1em 1.2em;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-milo:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/***** Sarah *****/

figure.effect-sarah {
  background: #42b078;
}

figure.effect-sarah img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-sarah:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
  text-align: left;
}

figure.effect-sarah h2 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}

figure.effect-sarah h2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h2::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/***** Zoe *****/

figure.effect-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1.2em 1em;
  height: inherit;
  background: rgba(29, 33, 32, 0.8);
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
  color: #fff;
  float: left;
}

figure.effect-zoe img {
  opacity: 1;
  transition: opacity 0.35s;
}

figure.effect-zoe:hover img {
  opacity: 0.7;
}

figure.effect-zoe p {
  display: none;
}

figure.effect-zoe h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}

figure.effect-zoe h2 {
  display: inline-block;
}

figure.effect-zoe:hover p.description {
  opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.et_three_col figure.effect-zoe h2 {
  font-size: 21px;
}

.et_four_col figure.effect-zoe h2 {
  font-size: 18px;
}

/***** Chico *****/

figure.effect-chico img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}

figure.effect-chico:hover img {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-chico figcaption {
  padding: 3em;
}

figure.effect-chico figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: "";
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
  padding: 0 0 18px 0;
}

figure.effect-chico p {
  margin: 0 auto;
  max-width: 90%;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.et_three_col figure.effect-chico h2 {
  padding-bottom: 10px;
}

.et_four_col figure.effect-chico h2 {
  font-size: 21px;
}

/* Individual effects */

/***** Julia *****/

figure.effect-julia {
  background: #2f3238;
}

figure.effect-julia img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-julia figcaption {
  text-align: left;
}

figure.effect-julia .figure_caption {
  vertical-align: top;
}

figure.effect-julia h2 {
  position: relative;
  padding: 0.5em 0;
}

figure.effect-julia p {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px, 0, 0);
  transform: translate3d(-360px, 0, 0);
}

figure.effect-julia p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

figure.effect-julia:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

figure.effect-julia:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*-----------------*/

/***** Goliath *****/

/*-----------------*/

figure.effect-goliath {
  background: rgba(29, 33, 32, 0.8);
}

figure.effect-goliath img,
figure.effect-goliath h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-goliath img {
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-goliath:hover img {
  opacity: 0.7;
}

figure.effect-goliath h2,
figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

figure.effect-goliath h2 {
  padding-bottom: 5px;
}

figure.effect-goliath p {
  text-transform: none;
  font-size: 90%;
  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);
}

figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
}

figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}

figure.effect-goliath:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.et_four_col figure.effect-goliath:hover img {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.et_four_col figure.effect-goliath:hover h2 {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/***** Winston *****/

/*-----------------*/

figure.effect-winston {
  background: #162633;
  text-align: left;
}

figure.effect-winston img {
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-winston figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/triangle.svg) no-repeat center center;
  background-size: 100% 100%;
  content: "";
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, transform 0.45s;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

figure.effect-winston h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-winston p {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 7% 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-winston a:hover,
figure.effect-winston a:focus {
  color: #cc6055;
}

figure.effect-winston:hover img {
  opacity: 0.6;
}

figure.effect-winston:hover h2,
figure.effect-winston:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-winston:hover figcaption::before {
  opacity: 0.7;
  -webkit-transform: rotate3d(0, 0, 1, 20deg);
  transform: rotate3d(0, 0, 1, 20deg);
}

/***** Selena *****/

figure.effect-selena img {
  opacity: 0.95;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(0.95, 0.95, 1);
  transform: scale3d(0.95, 0.95, 1);
}

figure.effect-selena h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-selena p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  transform: perspective(1000px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

figure.effect-selena:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-selena:hover p {
  opacity: 1;
  -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0);
  transform: perspective(1000px) rotate3d(1, 0, 0, 0);
}

/*-----------------*/

/***** Apollo *****/

/*-----------------*/

figure.effect-apollo {
  background: #3498db;
}

figure.effect-apollo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}

figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 3em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-apollo h2 {
  text-align: left;
}

figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/***** Jazz *****/

figure.effect-jazz {
  background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
  background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
}

figure.effect-jazz img {
  opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

figure.effect-jazz .figure_caption {
  vertical-align: top;
}

figure.effect-jazz h2,
figure.effect-jazz p {
  opacity: 1;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}

figure.effect-jazz h2 {
  padding-top: 15%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-jazz p {
  padding: 0.5em 2em;
  text-transform: none;
  font-size: 0.85em;
  opacity: 0;
}

figure.effect-jazz:hover img {
  opacity: 0.7;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

figure.effect-jazz:hover figcaption::after {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/***** Ming *****/

figure.effect-ming {
  background: #030c17;
}

figure.effect-ming img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}

figure.effect-ming h2 {
  margin: 0 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-ming p {
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}

figure.effect-ming:hover img {
  opacity: 0.4;
}

/***** Lexi *****/

figure.effect-lexi {
  background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
  background: linear-gradient(-45deg, #000 0%, #fff 100%);
}

figure.effect-lexi img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: -webkit-calc(100% + 10px);
  width: calc(100% + 10px);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-lexi figcaption::before,
figure.effect-lexi p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
  content: "";
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-lexi h2 {
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(5px, 5px, 0);
  transform: translate3d(5px, 5px, 0);
}

figure.effect-lexi p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 1.5em 0;
  width: 140px;
  text-align: right;
  opacity: 0;
  -webkit-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0);
}

figure.effect-lexi:hover figcaption::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure.effect-lexi:hover h2,
figure.effect-lexi:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Media queries */

@media screen and (max-width: 50em) {
  .et-banner figure {
    display: inline-block;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}

.et_four_col .et-banner figure p {
  display: none;
}

/* Page Animation */

/* -------------------------------------------------- */

.page-transition {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition-timing-function: linear;
  -o-animation-timing-function: linear;
  transition-timing-function: linear;
  -webkit-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  z-index: 10;
}

.page-transition.pageTransitionEnd {
  opacity: 1;
}

.page-transition .col-no-padding .fullwidthbanner-container {
  left: 0 !important;
}

.page-transition .fullwidthbanner-container {
  left: -15px !important;
}

/* Page Animation Spinners */

.page-transition-spinner {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9;
}

.page-transition-spinner::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Spinners 1 Rotate Plane */

.page-transition-spinner.spinner-rotate-plane {
  width: 40px;
  height: 40px;
}

/* Spinners 1 Rotate Plane */

.page-transition-spinner .spinner-rotate-plane {
  width: 40px;
  height: 40px;
  background-color: #c3ac6d;
  margin: -20px 0 0 -20px;
  -webkit-animation: spinner-rotate-plane 1.2s infinite ease-in-out;
  animation: spinner-rotate-plane 1.2s infinite ease-in-out;
}

@-webkit-keyframes spinner-rotate-plane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}

@keyframes spinner-rotate-plane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/* Spinners 2 Double Bounce */

.page-transition-spinner.spinner-double-bounce {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

.page-transition-spinner.spinner-double-bounce .spinner-double-bounce1,
.page-transition-spinner.spinner-double-bounce .spinner-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #c3ac6d;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: spinner-double-bounce 2s infinite ease-in-out;
  animation: spinner-double-bounce 2s infinite ease-in-out;
}

.page-transition-spinner.spinner-double-bounce .spinner-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes spinner-double-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes spinner-double-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* Spinners 3 Rect */

.page-transition-spinner.spinner-rect {
  width: 50px;
  height: 40px;
  margin: -20px 0 0 -25px;
  text-align: center;
  font-size: 10px;
}

.page-transition-spinner.spinner-rect > div {
  background-color: #c3ac6d;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: spinner-rect 1.2s infinite ease-in-out;
  animation: spinner-rect 1.2s infinite ease-in-out;
}

.page-transition-spinner.spinner-rect .spinner-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.page-transition-spinner.spinner-rect .spinner-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.page-transition-spinner.spinner-rect .spinner-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.page-transition-spinner.spinner-rect .spinner-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes spinner-rect {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes spinner-rect {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* Spinners 4 Cube Move */

.page-transition-spinner.spinner-cube-move {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

.page-transition-spinner.spinner-cube-move .spinner-cube-move1,
.page-transition-spinner.spinner-cube-move .spinner-cube-move2 {
  background-color: #c3ac6d;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: spinner-cube-move 1.8s infinite ease-in-out;
  animation: spinner-cube-move 1.8s infinite ease-in-out;
}

.page-transition-spinner.spinner-cube-move .spinner-cube-move2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes spinner-cube-move {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
      scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes spinner-cube-move {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
      scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

/* Spinners 5 Scale Out */

.page-transition-spinner.spinner-scale-out {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-color: #c3ac6d;
  border-radius: 100%;
  -webkit-animation: spinner-scale-out 1s infinite ease-in-out;
  animation: spinner-scale-out 1s infinite ease-in-out;
}

@-webkit-keyframes spinner-scale-out {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes spinner-scale-out {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* Spinners 6 Dot Rotate */

.page-transition-spinner.spinner-dot-rotate {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  text-align: center;
  -webkit-animation: spinner-dot-rotate2 2s infinite linear;
  animation: spinner-dot-rotate2 2s infinite linear;
}

.page-transition-spinner.spinner-dot-rotate .spinner-dot-rotate1,
.page-transition-spinner.spinner-dot-rotate .spinner-dot-rotate2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #c3ac6d;
  border-radius: 100%;
  -webkit-animation: spinner-dot-rotate1 2s infinite ease-in-out;
  animation: spinner-dot-rotate1 2s infinite ease-in-out;
}

.page-transition-spinner.spinner-dot-rotate .spinner-dot-rotate2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes spinner-dot-rotate2 {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spinner-dot-rotate2 {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-dot-rotate1 {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes spinner-dot-rotate1 {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* Spinners 7 Bounce Delay */

.page-transition-spinner.spinner-bounce-delay {
  width: 70px;
  margin: -9px 0 0 -35px;
  text-align: center;
}

.page-transition-spinner.spinner-bounce-delay > div {
  width: 18px;
  height: 18px;
  background-color: #c3ac6d;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: spinner-bounce-delay 1.4s infinite ease-in-out both;
  animation: spinner-bounce-delay 1.4s infinite ease-in-out both;
}

.page-transition-spinner.spinner-bounce-delay .spinner-bounce-delay1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.page-transition-spinner.spinner-bounce-delay .spinner-bounce-delay2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes spinner-bounce-delay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes spinner-bounce-delay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Spinners 8 Circle */

.page-transition-spinner.spinner-circle {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

.page-transition-spinner.spinner-circle > div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-transition-spinner.spinner-circle > div:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #c3ac6d;
  border-radius: 100%;
  -webkit-animation: spinner-circle 1.2s infinite ease-in-out both;
  animation: spinner-circle 1.2s infinite ease-in-out both;
}

.page-transition-spinner.spinner-circle .spinner-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.page-transition-spinner.spinner-circle .spinner-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.page-transition-spinner.spinner-circle .spinner-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.page-transition-spinner.spinner-circle .spinner-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.page-transition-spinner.spinner-circle .spinner-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.page-transition-spinner.spinner-circle .spinner-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-transition-spinner.spinner-circle .spinner-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.page-transition-spinner.spinner-circle .spinner-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.page-transition-spinner.spinner-circle .spinner-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.page-transition-spinner.spinner-circle .spinner-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.page-transition-spinner.spinner-circle .spinner-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.page-transition-spinner.spinner-circle .spinner-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.page-transition-spinner.spinner-circle .spinner-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.page-transition-spinner.spinner-circle .spinner-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.page-transition-spinner.spinner-circle .spinner-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.page-transition-spinner.spinner-circle .spinner-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.page-transition-spinner.spinner-circle .spinner-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.page-transition-spinner.spinner-circle .spinner-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.page-transition-spinner.spinner-circle .spinner-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.page-transition-spinner.spinner-circle .spinner-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.page-transition-spinner.spinner-circle .spinner-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.page-transition-spinner.spinner-circle .spinner-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes spinner-circle {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes spinner-circle {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Spinners 9 Cube Grid */

.page-transition-spinner.spinner-cube-grid {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

.page-transition-spinner.spinner-cube-grid > div {
  width: 33%;
  height: 33%;
  background-color: #c3ac6d;
  float: left;
  -webkit-animation: spinner-cube-grid 1.3s infinite ease-in-out;
  animation: spinner-cube-grid 1.3s infinite ease-in-out;
}

.page-transition-spinner.spinner-cube-grid .spinner-cube-grid1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.page-transition-spinner.spinner-cube-grid .spinner-cube-grid2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.page-transition-spinner.spinner-cube-grid .spinner-cube-grid3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.page-transition-spinner.spinner-cube-grid .spinner-cube-grid4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.page-transition-spinner.spinner-cube-grid .spinner-cube-grid5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.page-transition-spinner.spinner-cube-grid .spinner-cube-grid6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.page-transition-spinner.spinner-cube-grid .spinner-cube-grid7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.page-transition-spinner.spinner-cube-grid .spinner-cube-grid8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.page-transition-spinner.spinner-cube-grid .spinner-cube-grid9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes spinner-cube-grid {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes spinner-cube-grid {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/* Spinners 10 Cube */

.page-transition-spinner.spinner-cube {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.page-transition-spinner.spinner-cube > div {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.page-transition-spinner.spinner-cube > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c3ac6d;
  -webkit-animation: spinner-foldCubeAngle 2.4s infinite linear both;
  animation: spinner-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.page-transition-spinner.spinner-cube .spinner-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

.page-transition-spinner.spinner-cube .spinner-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

.page-transition-spinner.spinner-cube .spinner-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

.page-transition-spinner.spinner-cube .spinner-cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.page-transition-spinner.spinner-cube .spinner-cube3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.page-transition-spinner.spinner-cube .spinner-cube4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes spinner-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes spinner-foldCubeAngle {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

/* ===========================================
   SmoothState styling
   =========================================== */

.m-scene .scene-main {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.m-scene .scene-main--fade_In {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.m-scene .scene-main--fade_In_Down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.m-scene .scene-main--fade_In_left {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.m-scene .scene-main--fade_In_Right {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.m-scene .scene-main--fade_In_Up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.m-scene .scene-main--delayed {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.m-scene.is-exiting .scene-main {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

.m-scene.is-exiting .scene-main--delayed {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.m-scene.is-exiting .scene-main--noexiting {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

@media screen and (min-width: 768px) {
  .m-scene .scene-main--fadeinright-wide {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
}

.is-loading,
.is-loading a {
  cursor: progress;
}

/*Utilities*/

.text_uppercase {
  text-transform: uppercase;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
  margin-right: auto;
  margin-left: auto;
}

.align-right {
  text-align: right !important;
}

.align-justify {
  text-align: justify !important;
}

.vertical_center {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.vertical_center_block {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

@media only screen and (max-width: 959px) {
  .vertical_center {
    display: block;
  }
  .vertical_center_block {
    display: block;
    vertical-align: middle;
    float: none;
  }
}

/*Columns gutters*/

.large-gutters {
  margin-right: -25px;
  margin-left: -25px;
}

.large-gutters > .col,
.large-gutters > [class*="col-"] {
  padding-right: 25px;
  padding-left: 25px;
}

.container-fluid > .no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}

/*Gallery*/

.row.popup_gallery > [class*="col-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.row.popup_gallery.no-gutters > [class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
}

.row.popup_gallery.large-gutters > [class*="col-"] {
  padding-top: 25px;
  padding-bottom: 25px;
}

.carousel_item_bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* padding */

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.px-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-7 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-7 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

/* height */

.height_10 {
  min-height: 10vh;
}

.height_15 {
  min-height: 15vh;
}

.height_20 {
  min-height: 20vh;
}

.height_25 {
  min-height: 25vh;
}

.height_30 {
  min-height: 30vh;
}

.height_35 {
  min-height: 35vh;
}

.height_40 {
  min-height: 40vh;
}

.height_45 {
  min-height: 45vh;
}

.height_50 {
  min-height: 50vh;
}

.height_55 {
  min-height: 55vh;
}

.height_60 {
  min-height: 60vh;
}

.height_65 {
  min-height: 65vh;
}

.height_70 {
  min-height: 70vh;
}

.height_75 {
  min-height: 75vh;
}

.height_80 {
  min-height: 80vh;
}

.height_85 {
  min-height: 85vh;
}

.height_90 {
  min-height: 90vh;
}

.height_95 {
  min-height: 95vh;
}

.height_100 {
  min-height: 100vh;
}

.map_height_40 {
  height: 40vh;
}

.map_height_100 {
  height: 100vh;
}

/* Image as background*/

.image-as-bg {
  width: 100%;
  object-fit: cover;
}

/*List inline style*/

.list-inline {
  margin: 0;
}

.list-inline li {
  display: inline-block;
  padding: 0;
}

.list-inline li:first-child {
  padding-left: 0;
}

.list-inline li:not(:last-child) {
  margin-right: 0.8rem;
}

.list-circle i {
  color: #fff;
  background-color: #333;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.list-boxed i {
  color: #fff;
  background-color: #333;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
}

.list-inline.list-circle li:not(:last-child) {
  margin-right: 0.8rem;
}

.smiple-list {
  margin: 0;
  padding-left: 1rem;
}

.smiple-list li {
  margin-bottom: 0.7rem;
  padding-left: 0.6rem;
}

.smiple-list li .fa {
  padding-right: 0.8rem;
}

.list-style-none {
  margin: 0;
  padding: 0;
}

.list-style-none li {
  list-style: none;
  padding-left: 0;
}

/* Colors */

.text-white,
.text-link-white,
.text-link-white a,
.whole-container-text-white,
.whole-container-text-white a,
.whole-container-text-white h1,
.whole-container-text-white h2,
.whole-container-text-white h3,
.whole-container-text-white h4,
.whole-container-text-white h5,
.whole-container-text-white h6,
.whole-container-text-white .pricing_item_price,
.whole-container-text-white .fa {
  color: #fff;
}

.white-bg {
  background: #fff;
}

.white-border {
  border-color: #fff;
}

.bg-pastel-red {
  background: #c3ac6d;
}

.bg-blue {
  background: #2196f3;
}

.bg-westar {
  background: #e0ded9;
}

.bg-alabaster {
  background: #fafafa;
}

.bg-turquoise {
  background: #08c6e8;
}

.bg-purple {
  background: #5f69e7;
}

.bg-purple2 {
  background: #648cff;
}

.bg-wheat {
  background: #f5eaaf;
}

/* Text Highlights */

.text-highlights-pastel-red {
  padding: 0 0.2rem;
  color: #fff;
  background: #c3ac6d;
}

/*Responsive utilities */

@media only screen and (max-width: 768px) {
  .no-margin-sm {
    margin: 0 !important;
  }
  .no-padding-sm {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 1200px) {
  .no-bg-xl {
    background: none !important;
  }
  .no-bg-xl .fs-background-container {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .no-bg-lg {
    background: none !important;
  }
  .no-bg-lg .fs-background-container {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .no-bg-md {
    background: none !important;
  }
  .no-bg-md .fs-background-container {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .no-bg-sm {
    background: none !important;
  }
  .no-bg-sm .fs-background-container {
    display: none;
  }
}

.wide_box_with_padding {
  padding-right: 3.5%;
  padding-left: 3.5%;
}

.full-width-container {
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3rem;
  padding-left: 3rem;
}

.navbar > .full-width-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 2rem;
  padding-left: 2rem;
}

.border-boxed-layout {
  border: solid 24px #ededed;
}

/* 
Extra CSS */

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_35 {
  margin-top: 35px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_100 {
  margin-top: 100px;
}

.mt_120 {
  margin-top: 120px;
}

.mt_150 {
  margin-top: 150px;
}

.mt_180 {
  margin-top: 160px;
}

.mt_200 {
  margin-top: 200px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_35 {
  margin-bottom: 35px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_55 {
  margin-bottom: 55px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_80 {
  margin-bottom: 80px;
}

.mb_90 {
  margin-bottom: 90px;
}

.mb_100 {
  margin-bottom: 100px;
}

.mb_120 {
  margin-bottom: 120px;
}

.mb_200 {
  margin-bottom: 200px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_15 {
  padding-top: 15px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_25 {
  padding-top: 25px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_35 {
  padding-top: 35px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_60 {
  padding-top: 60px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_90 {
  padding-top: 90px;
}

.pt_100 {
  padding-top: 100px;
}

.pt_120 {
  padding-top: 120px;
}

.pt_150 {
  padding-top: 150px;
}

.pt_180 {
  padding-top: 160px;
}

.pt_200 {
  padding-top: 200px;
}

.pb_5 {
  padding-bottom: 5px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_15 {
  padding-bottom: 15px;
}

.pb_25 {
  padding-bottom: 25px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_35 {
  padding-bottom: 35px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_55 {
  padding-bottom: 55px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pb_90 {
  padding-bottom: 90px;
}

.pb_100 {
  padding-bottom: 100px;
}

.pb_120 {
  padding-bottom: 120px;
}

.pb_200 {
  padding-bottom: 200px;
}

.mrl_5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mrl_10 {
  margin-right: 10px;
  margin-left: 10px;
}

.white_bg {
  background: #fff;
}

.white_bg .news_feed input[type="text"] {
  background: #fafafa;
}

/* Border  */

.b-15-alabaster {
  border: solid 15px #f4f4f4;
}

.br-6 {
  border-radius: 6px;
}

@media only screen and (max-width: 576px) {
  .p-on-sm-5 {
    padding: 3rem 3rem !important;
  }
}

.single.single-post .card-title,
.single.single-post .card-post-meta-top,
.single.single-post .card-post-meta-bottom,
.single.single-post .separator-line,
.single.single-post .blog-post-comments,
.page-template-default.page .blog-post-comments {
  margin-right: auto;
  margin-left: auto;
  max-width: 940px;
}
.page-template-default.page .page-content.container-fluid,
.page-template-default.page .page-content.container-fluid .row .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
.page-template-default.page .page-content.container-fluid .row {
  margin-right: 0;
  margin-left: 0;
}
