/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.clear {
  width: 100%;
  height: 0px;
  clear: both;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

a, a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

button:hover, button:focus, button:active {
  outline: 0;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

h1 {
  font-family: "Playfair Display", serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 150%;
}

h2 {
  font-family: "Playfair Display", serif;
  font-size: 37px;
  font-weight: 400;
}

p {
  font-size: 17px;
  font-family: "Questrial", sans-serif;
}

body {
  font-family: "Questrial", sans-serif;
  color: #495863;
}

.pw_button_ar_left {
  font-family: "Questrial", sans-serif;
  font-weight: 300;
  color: rgb(94.6453488372, 114.0930232558, 128.3546511628);
  font-size: 17px;
  letter-spacing: 0.14em;
}

.pw_button_ar_left:after {
  display: inline-block;
  position: relative;
  top: 3px;
  content: "";
  width: 30px;
  height: 20px;
  background: transparent url("../img/btn_arrow_left.png") no-repeat center;
}

.pw_button_ar_left:hover {
  color: #000;
  text-decoration: none;
}

.pw_button_ar_left:hover:after {
  background: transparent url("../img/btn_arrow_left_h.png") no-repeat center;
}

.tagline {
  text-align: center;
  color: #495863;
}

.modal-content {
  position: relative;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid transparent;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0);
}

.modal-body {
  padding: 0px;
}

.video_iframe {
  padding: 0px;
  width: 100%;
}

.video_close_btn {
  background-color: #fff;
  position: absolute;
  right: -22px;
  top: 0px;
  width: 20px;
  height: 20px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media screen and (max-width: 780px) {
  .video_close_btn {
    right: 0px;
  }
}
.modal-backdrop.in {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.pw_box_paragraph {
  width: 730px;
  max-width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.pw_box_paragraph p {
  font-size: 21px;
}

.btn-primary {
  background-color: #495863;
  color: #fff;
  border-radius: 0px;
  min-width: 120px;
  border: none;
  font-weight: 300;
}

.btn-primary:hover {
  background-color: rgb(29.7093023256, 35.8139534884, 40.2906976744);
  color: #fff;
}

.form-control {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

.container {
  max-width: 100%;
}

.scrollToTop {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  font-weight: 200;
  color: #fff;
  font-size: 43px;
  line-height: 0px;
  padding-top: 0px;
  text-decoration: none;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("../img/up-white.png");
  background-position: center 16px;
  background-size: 60% auto;
  background-repeat: no-repeat;
}

.scrollToTop:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgb(0, 0, 0);
}

@media screen and (max-width: 990px) {
  .scrollToTop {
    display: none !important;
  }
}
.navbar-default {
  background-color: #fff;
  padding: 0px;
  border-radius: 0px;
  min-height: 50px;
  transition: all 0.5s ease;
}
.navbar-default .navbar-brand {
  height: auto;
  padding: 0px;
  transition: all 0.5s ease;
}
.navbar-default .navbar-brand img {
  height: 60px;
  width: auto;
  transition: all 0.5s ease;
}
.navbar-default .nav {
  margin-top: 10px;
  transition: all 0.5s ease;
}

.navbar_big {
  min-height: 80px;
}
.navbar_big .navbar-brand {
  height: auto;
  padding-top: 15px;
  padding-left: 20px;
}
.navbar_big .navbar-brand img {
  height: 70px;
  width: auto;
}
.navbar_big .nav {
  margin-top: 50px;
}

.navbar-default .navbar-nav > li > a {
  color: #495863;
  font-size: 13px;
  font-weight: 300;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #000;
  background-color: transparent;
}

@media (max-width: 991px) {
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.section_1_holder {
  position: relative;
}

.video_vol_btn_holder {
  position: absolute;
  top: 100px;
  right: 0px;
  z-index: 999;
}

.sound_btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sound_off {
  background-color: #5F5F58;
}
.sound_off img {
  opacity: 0.7;
}

.sound_on {
  background-color: #000;
}
.sound_on img {
  opacity: 1;
}

.main_cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.main_cover:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(0, 0, 0, 0.5) 13%, transparent 63%);
  background-size: 3px 3px;
}

.video_arrow_holder {
  position: absolute;
  left: 0px;
  bottom: 20px;
  width: 100%;
  z-index: 998;
  text-align: center;
}

.section_1_container {
  padding-top: 80px;
}
.section_1_container .tagline {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.portfolio_holder {
  padding-top: 40px;
}
.portfolio_holder a {
  color: #495863;
  text-decoration: none;
}
.portfolio_holder a:hover {
  text-decoration: none;
}

.front_portfolio_out {
  padding-bottom: 20px;
}

.front_portfolio_in {
  padding: 0px;
  padding-bottom: 10px;
  text-align: center;
}
.front_portfolio_in img {
  width: 100%;
  height: auto;
}
.front_portfolio_in h3 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 400;
  color: #495863;
}

.portfolio_cover {
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.portfolio_cover img {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: auto;
}
.portfolio_cover .cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  transition: all 0.5s ease;
}

.front_portfolio_out:hover .portfolio_cover .cover {
  background-color: rgba(0, 0, 0, 0.5);
}
.front_portfolio_out:hover .front_portfolio_in h3 {
  color: #000;
}

.portfolio_button_holder {
  padding-top: 40px;
  text-align: center;
}

.section_2_container {
  padding: 0px;
  margin-top: 60px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_2_col_l {
  background-color: rgba(73, 88, 99, 0.9);
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_2_col_l_iner {
  width: 70%;
  margin-left: 20%;
}
.section_2_col_l_iner p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.section_2_col_l_iner .pw_button_ar_left {
  color: #fff;
}
.section_2_col_l_iner .pw_button_ar_left:hover {
  color: #CCD1D5;
}
.section_2_col_l_iner .pw_button_ar_left:after {
  background: transparent url("../img/btn_arrow_left_w.png") no-repeat center;
}

@media screen and (max-width: 1500px) {
  .section_2_col_l_iner p {
    font-size: 15px;
  }
}
.mobile_section_2_img {
  display: none;
}

@media screen and (max-width: 1500px) {
  .section_2_col_l {
    padding: 20px;
  }
  .section_2_col_l_iner {
    width: 90%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .mobile_section_2_img {
    display: block;
    padding: 0px;
  }
  .mobile_section_2_img img {
    width: 100%;
  }
  .section_2_col_l {
    background-color: #495863;
    width: 100%;
  }
}
.section_3_box {
  padding-top: 60px;
  background-color: #F6F6F6;
  padding-bottom: 60px;
}

.section_3_contaienr .tagline {
  padding: 0px;
}
.section_3_contaienr .tagline h1 {
  font-size: 35px;
}

.front_videos_holder {
  padding-top: 40px;
}

.front_single_video_in {
  background-color: rgb(163.1947674419, 177.1046511628, 187.3052325581);
  padding: 0px;
}

.front_video_text {
  padding: 10px;
  padding-left: 20px;
}
.front_video_text p {
  color: #535353;
  font-size: 18px;
}

.front_video_cover {
  min-height: 200px;
  background-color: #535353;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front_video_cover .cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  transition: all 0.5s ease;
}
.front_video_cover img {
  position: relative;
  z-index: 3;
}

.front_single_video_out:hover .front_video_cover .cover {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}

.section_4_container {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.insta_holder {
  padding-top: 20px;
}

.insta_th_out {
  padding: 5px;
}

.insta_th {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.insta_cover {
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.insta_cover p {
  color: rgba(0, 0, 0, 0);
  font-size: 14px;
}

.insta_th:hover .insta_cover {
  background-color: rgba(255, 255, 255, 0.8);
}
.insta_th:hover .insta_cover p {
  color: black;
  animation: fadeInUp 1s;
}

.footer {
  background-color: #495863;
  min-height: 200px;
  padding-top: 20px;
}

.footer_col_l p {
  color: #fff;
  font-size: 14px;
}
.footer_col_l a {
  color: #fff;
}
.footer_col_l a:hover {
  color: #CCD1D5;
  text-decoration: none;
}

.footer_col_iner_l_0 {
  padding-bottom: 20px;
}
.footer_col_iner_l_0 h2 {
  font-size: 35px;
}

.footer_col_iner_r_0 {
  text-align: right;
  padding-top: 60px;
  padding-right: 0px;
}
.footer_col_iner_r_0 .pw_button_ar_left {
  color: #fff;
}
.footer_col_iner_r_0 .pw_button_ar_left:after {
  background: transparent url("../img/btn_arrow_left_w.png") no-repeat center;
}
.footer_col_iner_r_0 .pw_button_ar_left:hover {
  color: #CCD1D5;
}

@media screen and (max-width: 980px) {
  .footer_col_iner_r_0 {
    text-align: left;
    padding-left: 0px;
  }
  .footer_col_iner_r_0 .pw_button_ar_left {
    display: block;
  }
}
.footer_social {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: right;
}
.footer_social a {
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
}
.footer_social a i {
  font-size: 50px;
}
.footer_social a:hover {
  color: #CCD1D5;
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  .footer_social a i {
    font-size: 40px;
  }
}
@media screen and (max-width: 780px) {
  .footer_col_iner_r_0 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer_col_iner_r_0 a {
    display: block;
  }
  .footer_social {
    position: static;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer_social a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .footer_social a i {
    padding-bottom: 10px;
  }
}
.credit {
  padding-left: 30px;
}
.credit a {
  color: #fff;
  font-weight: 300;
}
.credit a:hover {
  color: #CCD1D5;
  text-decoration: none;
}

@media screen and (max-width: 780px) {
  .credit {
    text-align: center;
    padding: 20px;
    padding-top: 0px;
  }
}
.portfolio_container {
  padding-top: 150px;
}

.portfolio_nav {
  text-align: center;
  padding-top: 40px;
}
.portfolio_nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.portfolio_nav ul li {
  display: inline;
  font-family: "Playfair Display", serif;
}
.portfolio_nav ul li a {
  font-size: 17px;
  color: #495863;
  padding-right: 4px;
  white-space: nowrap;
}
.portfolio_nav ul li a:hover {
  color: #000;
  text-decoration: none;
}
.portfolio_nav ul li.active a {
  color: #000;
  text-decoration: none;
}
.portfolio_nav ul li:after {
  display: inline-block;
  position: relative;
  top: -2px;
  content: "|";
  width: 30px;
  height: 20px;
}
.portfolio_nav ul li:last-child a {
  padding-right: 0px;
}
.portfolio_nav ul li:last-child:after {
  content: "";
  width: 0px;
  height: 0px;
}

@media screen and (max-width: 780px) {
  .portfolio_nav {
    padding-top: 10px;
  }
  .portfolio_nav ul li a {
    padding: 5px;
    margin: 5px;
    border: 1px solid #495863;
    display: inline-block;
  }
  .portfolio_nav ul li:last-child a {
    padding-right: 5px;
  }
  .portfolio_nav ul li:after {
    content: "";
    width: 0px;
    height: 0px;
  }
}
.portfolio_holder {
  padding-top: 40px;
}

.portfolio_item_out {
  padding: 10px;
}

.portfolio_item_in {
  padding: 0px;
  background-color: #D8D8D8;
}

.portfolio_item_poster {
  padding: 0px;
  position: relative;
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.portfolio_item_poster .portfolio__poster {
  width: 100%;
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  z-index: 1;
}
.portfolio_item_poster .cover {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
}
.portfolio_item_poster .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  background-image: url("../img/overlay.png");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portfolio_item_desc {
  padding-top: 10px;
}
.portfolio_item_desc p {
  font-size: 16px;
  color: #000;
}

.portfolio_item_out:hover .portfolio_item_poster .cover {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-wide_gallery .modal-dialog {
  min-height: 200px;
}

.gallery_frame {
  padding: 0px;
  color: #fff;
}

.gallery_slideshow img {
  width: 100%;
  height: auto;
}

.gallery_nav_holder {
  padding: 0px;
}

.gallery_nav_btn {
  background-color: #fff;
  color: #000;
  padding: 5px;
  margin-right: 5px;
}

.services_container {
  padding-top: 140px;
}

.services_box_1 {
  padding-bottom: 40px;
}
.services_box_1_text {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.services_box_2 {
  background-color: #F6F6F6;
}

.services_box_2_iner {
  padding-top: 20px;
  padding-bottom: 30px;
}

.services_box_2_col {
  text-align: center;
  padding: 20px;
}
.services_box_2_col h2 {
  font-size: 45px;
}

.services_box_2_col_text {
  padding-bottom: 20px;
}
.services_box_2_col_text p {
  font-size: 21px;
}

@media screen and (max-width: 1200px) {
  .services_box_2_col h2 {
    font-size: 30px;
  }
  .services_box_2_col_text p {
    font-size: 16px;
  }
}
.services_box_3 {
  padding-top: 40px;
}

.services_box_3_img_l {
  text-align: right;
}

.services_box_3_img_r {
  text-align: left;
}

@media screen and (max-width: 980px) {
  .services_box_3_img_l, .services_box_3_img_r {
    text-align: center;
  }
}
.services_box_3_text {
  padding-top: 40px;
  text-align: center;
}

.consultation_container {
  padding-top: 140px;
}

.consultation_text_bottom {
  padding-top: 40px;
  padding-bottom: 60px;
}

.consulting_options_holder {
  padding: 0px;
}

.single_consulting {
  background-color: #F6F6F6;
  padding-top: 40px;
  padding-bottom: 60px;
}

.single_consulting_white {
  background-color: #fff;
}

.single_consulting_iner {
  text-align: center;
}
.single_consulting_iner h2 {
  padding-bottom: 20px;
}

.contact_box_1 {
  padding: 0px;
  padding-top: 100px;
}

.contact_box_1_col_l {
  background-color: #F6F6F6;
}

.contact_box_1_col_l {
  padding: 8%;
}

.contact_box_1_col_r {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact_box_1_col_r img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.pw_form input, .pw_form select {
  height: 40px;
  border-radius: 0px;
  font-weight: 300;
  border: none;
  font-size: 16px;
}
.pw_form option {
  color: #495863;
}
.pw_form textarea {
  border-radius: 0px;
  font-weight: 300;
  border: none;
  font-size: 16px;
}
.pw_form .btn-primary {
  font-size: 17px;
}

.contact_box_2 {
  padding: 0px;
}

.contact_box_2_col_l {
  padding: 4%;
  background-color: #fff;
}
.contact_box_2_col_l .tagline {
  text-align: left;
}

.contact_addr {
  margin-bottom: 20px;
  margin-top: 20px;
}
.contact_addr p {
  font-size: 16px;
}
.contact_addr a {
  color: #495863;
}
.contact_addr .pw_button_ar_left {
  font-size: 15px;
  font-weight: 400;
}

.contact_box_2_col_r {
  padding: 0px;
  min-height: 400px;
}

.products_box_1 {
  padding-top: 170px;
}

.products_holder {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 1600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

.product_list_item_out {
  position: relative;
  text-align: center;
  border: 1px solid red;
}

.product_list_item_product_info {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
  text-align: center;
  padding: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.product_list_item_product_info h3 {
  font-size: 21px;
  font-weight: 700;
  transition: all 0.6s ease;
  display: none;
}
.product_list_item_product_info p {
  font-size: 15px;
  font-weight: 400;
  transition: all 0.8s ease;
  display: none;
}

.product_list_item_out:hover .product_list_item_product_info {
  background-color: rgba(255, 255, 255, 0.8);
}
.product_list_item_out:hover .product_list_item_product_info h3 {
  display: block;
  animation: fadeInUp 1s;
}
.product_list_item_out:hover .product_list_item_product_info p {
  display: block;
  animation: fadeInUp 1s;
}

/*
* single product
*/
.single_product_container {
  padding-top: 120px;
  padding-bottom: 60px;
}

.single_product_holder {
  min-height: 500px;
  background-color: #fff;
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.single_product_carusel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pw_product_carusel {
  width: 100%;
}
.pw_product_carusel img {
  width: 100%;
  height: auto;
}

.pw_pager_holder {
  text-align: center;
  padding-top: 40px;
}
.pw_pager_holder img {
  width: 80px;
  cursor: pointer;
}

.spec_btn_holder {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

.single_product_desc h2 {
  font-size: 35px;
}
.single_product_desc p {
  font-size: 14px;
}
.single_product_desc .btn-default {
  border-color: #CCD1D5;
  color: #495863;
  border-radius: 0px;
  font-size: 17px;
}
.single_product_desc .btn-default:hover {
  background-color: #CCD1D5;
}

.single_product_nav {
  position: absolute;
  top: 45%;
  left: 0px;
  width: 100%;
  z-index: 100;
}

.single_product_nav_btn {
  background-color: #fff;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 0px;
  text-align: center;
  padding-top: 13px;
}

.single_product_nav_btn_l {
  left: -40px;
  border-radius: 25px 0px 0px 25px;
  padding-left: 5px;
}

.single_product_nav_btn_r {
  right: -40px;
  border-radius: 0px 25px 25px 0px;
  padding-right: 5px;
}

/*
* Product card layout (taxonomy-sort)
*/
.product_card_col {
  margin-bottom: 30px;
  display: flex;
}

@media (max-width: 767px) {
  .product_card_col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.product_card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  text-decoration: none;
  color: #333;
  transition: box-shadow 0.3s ease;
}
.product_card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #333;
}

.product_card_image_wrap {
  overflow: hidden;
}

.product_card_image {
  background-color: #fff;
  height: 300px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  transition: transform 1.5s ease;
}
.product_card_image img {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product_card:hover .product_card_image {
  transform: scale(1.1);
}

.product_card_info {
  padding: 20px 20px 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.product_card_info h3 {
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 8px;
  letter-spacing: 0.5px;
}

.product_card_desc {
  font-size: 13px;
  color: #777;
  margin: 0 0 15px;
  line-height: 1.4;
}

.product_card_bottom {
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.product_card_swatches {
  display: flex;
  align-items: center;
  gap: 6px;
}
.product_card_swatches .swatch {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.product_card_swatches .swatch_image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70px 70px;
}
.product_card_swatches .swatch_more {
  font-size: 11px;
  color: #999;
  margin-left: 2px;
}

.product_card_btn {
  display: inline-block;
  background-color: #495863;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px 22px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}
.product_card_btn:hover {
  background-color: #555;
}

@media screen and (max-width: 1040px) {
  .single_product_nav {
    position: static;
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .single_product_nav_btn_l {
    left: 0px;
  }
  .single_product_nav_btn_r {
    right: 0px;
  }
}
.fancybox-skin2 {
  padding: 0px !important;
  border-radius: 0px;
  background: transparent;
}

.fancybox-inner2 img {
  width: 100%;
}

.fancybox-nav {
  visibility: visible !important;
}

.fancybox-nav span {
  visibility: visible;
  opacity: 0.8;
}

.fancybox-nav:hover span {
  opacity: 1;
}

.single_post_container {
  /* =WordPress Core
  -------------------------------------------------------------- */
}
.single_post_container .alignnone {
  margin: 5px 20px 20px 0;
}
.single_post_container .aligncenter,
.single_post_container div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.single_post_container .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.single_post_container .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.single_post_container a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.single_post_container a img.alignnone {
  margin: 5px 20px 20px 0;
}
.single_post_container a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.single_post_container a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.single_post_container .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;
}
.single_post_container .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.single_post_container .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.single_post_container .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.single_post_container .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.single_post_container .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.single_post_container {
  /* Text meant only for screen readers. */
}
.single_post_container .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.single_post_container .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.single_post_container {
  padding-top: 120px;
  min-height: 600px;
}
.single_post_container .single_post_title {
  text-align: center;
}
.single_post_container .full_width {
  width: 100%;
  height: auto;
}
.single_post_container h2, .single_post_container h3, .single_post_container h4, .single_post_container h5, .single_post_container h6 {
  font-family: "Playfair Display", serif;
}

.index_container {
  padding-top: 120px;
}
.index_container .page_title {
  text-align: center;
}
.index_container a {
  text-decoration: none;
  color: #495863;
}
.index_container a:hover {
  text-decoration: none;
}

.featured_box {
  padding: 10px;
}

.featured_box_col {
  min-height: 300px;
  background-color: #D8D8D8;
}

.featured_box_col_left {
  min-height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.featured_box_col_right {
  padding: 20px;
}
.featured_box_col_right h2 {
  padding-top: 0px;
  margin-top: 0px;
}
.featured_box_col_right p {
  font-size: 16px;
  color: #000;
}

.loop_post {
  padding: 10px;
}

.loop_post_col {
  min-height: 200px;
  background-color: #D8D8D8;
}

.loop_post_col_text {
  word-wrap: break-word;
  padding: 20px;
}
.loop_post_col_text h2 {
  font-size: 20px;
}
.loop_post_col_text p {
  font-size: 12px;
  color: #000;
}
.loop_post_col_text .pw_button_ar_left {
  font-size: 12px;
  background-color: transparent;
  border: none;
  color: #495863;
  word-wrap: nowrap;
}
.loop_post_col_text .pw_button_ar_left:after {
  display: inline-block;
  position: relative;
  top: 0px;
  content: "";
  width: 20px;
  height: 10px;
  background: transparent url("../img/btn_arrow_left.png") no-repeat center;
  background-size: contain;
}

.loop_post_col_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.loop_post_col_img img {
  display: none;
}

@media screen and (max-width: 990px) {
  .loop_post {
    display: flex;
    flex-wrap: wrap;
  }
  .loop_post_col_img {
    order: 1;
  }
  .loop_post_col_text {
    order: 2;
  }
}
.pagination a {
  display: inline-block;
  border: 1px solid #495863;
  width: 30px;
  text-align: center;
  margin: 2px;
  font-size: 18px;
}
.pagination a:hover {
  border: 1px solid #495863;
  background-color: #495863;
  color: #fff;
}
.pagination .current {
  display: inline-block;
  border: 1px solid #495863;
  width: 30px;
  text-align: center;
  margin: 2px;
  background-color: #495863;
  color: #fff;
  font-size: 18px;
}

.pointer-image-wrap {
  position: relative;
  padding-top: 40px;
}
.pointer-image-wrap img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.pointers_wrap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.pointers_wrap .pointer {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
}
.pointers_wrap .pointer svg {
  width: 100%;
  height: 100%;
}

.img-for-poitenrs {
  width: 400px;
  height: auto;
}

.pointer-info {
  width: 250px;
  min-height: 300px;
  background-color: #fff;
  border: 0px solid #495863;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}
.pointer-info .btn-primary {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pointer:hover .pointer-info {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}/*# sourceMappingURL=style.css.map */