/*
**********************
      variables.less
**********************
*/
/*
**********************
      mixins.less
**********************
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
hr,
input,
textarea,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
main,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
select {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #000000;
  z-index: 0;
}
p {
  letter-spacing: 0.015em;
}
@font-face {
  font-family: 'akzidenzBold';
  src: url('Akzidenz-grotesk-black.ttf');
}
@font-face {
  font-family: 'akzidenzLight';
  src: url('akzidenz-grotesk-light.woff');
}
span,
a {
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}
a {
  text-decoration: none;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*************************************************
* CUSTOM MIXING
*************************************************/
.hidden {
  display: none;
}
.loading-image {
  position: fixed;
  z-index: 9999;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
button.css-reset {
  border-radius: 0;
  background: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}
/*
**********************
      moby.less
**********************
*/
/* 
 * MOBY.LESS VERSION 2.0.7
 */
.moby-expand > span {
  font-size: 16px !important;
}
.moby-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.moby-overlay.dark {
  background: rgba(17, 17, 17, 0.65);
}
.moby-overlay.light {
  background: rgba(9, 47, 135, 0.65);
}
.moby-overlay.moby-overlay-active {
  visibility: visible !important;
  opacity: 1 !important;
}
.moby-body-fixed {
  overflow: hidden !important;
}
.moby {
  opacity: 0.93;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #cc3e00;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  overflow: auto;
}
.moby .welcome-container {
  display: none;
}
.moby * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.moby.moby-hidden {
  display: none;
}
.moby.moby-demo {
  color: #cc3e00;
  background: #cc3e00;
  position: fixed;
  z-index: 3000;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 333px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  padding: 60px 0 20px 0;
  overflow: auto;
}
.moby.moby-demo.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.moby-demo .moby-inner {
  height: 100%;
  min-height: 520px;
}
.moby.moby-demo .moby-inner > p {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 30px;
  font-size: 13px;
  text-align: center;
}
.moby.moby-demo .moby-close {
  color: #cc3e00;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 12px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.moby.moby-demo .moby-close .moby-close-icon {
  margin-right: 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
}
.moby.moby-demo .moby-close .moby-close-icon::before,
.moby.moby-demo .moby-close .moby-close-icon::after {
  background: #cc3e00;
}
.moby.moby-demo .moby-wrap {
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.moby.moby-demo .moby-wrap > div {
  width: 100%;
}
.moby.moby-demo .moby-wrap img {
  margin: 0 auto 40px auto;
  display: block;
  width: 100px;
  height: auto;
}
.moby.moby-demo .moby-wrap .moby-menu {
  width: 100%;
}
.moby.moby-demo .moby-wrap .moby-menu > * {
  width: 100%;
}
.moby.moby-demo ul li ul a {
  padding: 20px 70px 20px 70px;
  font-size: 16px;
  background: #992f00;
}
.moby.moby-demo ul li a {
  position: relative;
  color: #cc3e00;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  display: block;
  padding: 20px 70px 20px 70px;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.moby.moby-demo ul li a:hover {
  color: #e0e0e0;
}
.moby.moby-demo ul li a .moby-expand {
  position: absolute;
  width: 50px;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  padding: 10px;
  color: #cc3e00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}
.moby.moby-demo ul li a .moby-expand:hover {
  color: #e0e0e0;
}
.moby.moby-demo ul li a .moby-expand i,
.moby.moby-demo ul li a .moby-expand span {
  font-size: 16px;
}
.moby.right-side {
  position: fixed;
  z-index: 999999;
  opacity: 1;
  top: 0;
  height: 100%;
  width: 30%;
  right: 0;
  min-width: 333px;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media screen and (max-width: 400px) {
  .moby.right-side {
    min-width: 300px;
  }
}
.moby.right-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.fade {
  position: fixed;
  z-index: 13000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.moby.fade.moby-active {
  opacity: 1;
  visibility: visible;
}
.moby.fade ul {
  width: 100%;
}
.moby.left-side {
  position: fixed;
  z-index: 13000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 30%;
  min-width: 333px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.moby.left-side.moby-active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.moby.top-full {
  position: fixed;
  z-index: 13000;
  top: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  height: 100%;
  left: 0px;
  width: 100%;
}
.moby.top-full ul {
  width: 100%;
}
.moby.top-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.moby.bottom-full {
  position: fixed;
  z-index: 13000;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  height: 100%;
  left: 0px;
  width: 100%;
}
.moby.bottom-full ul {
  width: 100%;
}
.moby.bottom-full.moby-active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.moby.grow-out {
  position: fixed;
  z-index: 13000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7);
  transform: scale(.7);
  visibility: hidden;
  opacity: 0;
}
.moby.grow-out ul {
  width: 100%;
}
.moby.grow-out.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.moby.shrink-in {
  position: fixed;
  z-index: 13000;
  top: 0;
  height: 100%;
  left: 0px;
  width: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
}
.moby.shrink-in ul {
  width: 100%;
}
.moby.shrink-in.moby-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.moby ul {
  list-style: none;
  margin-left: 0px;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.moby ul ul {
  display: none;
}
.moby ul li ul a {
  padding: 20px 20px 20px 34px;
  font-size: 14px;
}
.moby ul li ul li ul li a {
  padding-left: 42px;
}
.moby ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  display: block;
  padding: 17px 68px 17px 22px;
  text-align: left;
  position: relative;
  letter-spacing: 0.2em;
}
.moby ul li a:hover::after {
  width: 100%;
}
.moby ul li a::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0px;
  background: #ad3500;
  z-index: -1;
}
.moby ul li a .moby-expand {
  position: absolute;
  width: 60px;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  padding: 10px;
  color: #cc3e00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.moby ul li a .moby-expand i,
.moby ul li a .moby-expand span {
  font-size: 30px;
  color: #ffffff;
}
.moby ul li .dropdown-toggle {
  display: none;
}
.moby .moby-close {
  color: #cc3e00;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 30px 45px;
  background: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
@media screen and (max-width: 450px) {
  .moby .moby-close {
    padding-top: 32px;
    padding-bottom: 33px;
  }
}
.moby .moby-close:hover {
  color: #f54a00;
}
.moby .moby-close .moby-close-icon {
  font-weight: bold;
  margin-right: 15px;
  position: relative;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.moby .moby-close .moby-close-icon:hover::before {
  background: #f54a00;
}
.moby .moby-close .moby-close-icon:hover::after {
  background: #f54a00;
}
.moby .moby-close .moby-close-icon::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #cc3e00;
  top: 50%;
  margin-top: -1px;
}
.moby .moby-close .moby-close-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  height: 100%;
  width: 2px;
  background: #cc3e00;
  top: 0%;
  margin-left: -1px;
}
.moby .moby-wrap .moby-menu nav .social-media-icons-mobile {
  padding: 20px 68px 20px 22px;
}
.moby .moby-wrap .moby-menu nav .social-media-icons-mobile a i {
  padding-right: 20px;
  color: white;
}
/*
**********************
      global.less
**********************
*/
html {
  overflow-x: hidden;
}
p,
p span {
  color: #626262;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
  p,
  p span {
    font-size: 18px !important;
    line-height: 24px;
  }
}
strong {
  font-weight: 600;
  color: #626262;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  color: #cc3e00;
  font-family: inherit;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: inherit;
}
h5,
h6 {
  margin-bottom: 15px;
}
h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 150%;
  font-family: Playfair Display, sans-serif;
  color: #cc3e00 !important;
}
h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  font-family: Playfair Display, sans-serif;
  color: #cc3e00 !important;
}
h3 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  color: #626262 !important;
}
h4 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 150%;
  font-weight: 500;
  color: #626262 !important;
}
h5 {
  font-size: 18px;
  line-height: 150%;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #cc3e00 !important;
}
h6 {
  font-size: 16px;
  line-height: 150%;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #626262 !important;
}
ul,
ol {
  margin: 0 0 0 25px;
}
ul + p,
ol + p,
ul + ul,
ol + ul,
ul + ol,
ol + ol {
  margin-top: 20px;
}
ul li,
ol li {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #626262;
}
@media screen and (max-width: 760px) {
  ul li span,
  ol li span {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 34px;
  }
  h3,
  h4,
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 34px;
  }
  h3,
  h4,
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 12px;
  }
}
@media screen and (max-width: 760px) {
  h1,
  h1 span {
    font-size: 38px !important;
  }
  h2,
  h2 span {
    font-size: 32px !important;
  }
  h3,
  h3 span,
  h4,
  h4 span,
  h5,
  h5 span {
    font-size: 16px !important;
  }
}
.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.container {
  width: 100%;
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 760px) {
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.container p {
  line-height: 24px;
  margin-bottom: 10px;
}
.container p a {
  font-weight: 500;
}
.container h5,
.container h6 {
  margin-bottom: 10px;
}
.member-container {
  width: 100%;
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.member-container .member-pic img {
  max-width: 250px;
  max-height: 250px;
}
@media screen and (max-width: 1024px) {
  .member-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 760px) {
  .member-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.member-container h3 {
  margin-bottom: 5px;
}
.member-container h5,
.member-container h6 {
  font-size: 20px;
  line-height: 24px;
  color: #6a6c74;
  margin-bottom: 20px;
}
.member-container p {
  line-height: 24px;
  margin-bottom: 10px;
}
.member-container p a {
  font-weight: 500;
}
@media screen and (max-width: 1340px) {
  .member-container {
    width: 100%;
    max-width: 1020px;
    padding: 0 30px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 960px) {
  .member-container {
    width: 100%;
    max-width: 820px;
    padding: 0 30px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 800px) {
  .member-container {
    width: 100%;
    max-width: 480px;
    padding: 0 30px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .member-container {
    width: 100%;
    max-width: 480px;
    padding: 0 20px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
form,
.form {
  max-width: 600px;
}
form label,
.form label {
  font-weight: 600;
  margin-bottom: 5px;
}
form input,
.form input,
form select,
.form select,
form textarea,
.form textarea {
  padding: 10px 15px;
  border: 1px solid #6a6c74;
  font-size: 16px;
  font-weight: 300;
  color: #626262;
}
form input:not([type="submit"]):not(.demi),
.form input:not([type="submit"]):not(.demi),
form select:not([type="submit"]):not(.demi),
.form select:not([type="submit"]):not(.demi),
form textarea:not([type="submit"]):not(.demi),
.form textarea:not([type="submit"]):not(.demi) {
  width: 100%;
}
form input:focus,
.form input:focus,
form select:focus,
.form select:focus,
form textarea:focus,
.form textarea:focus {
  outline: none;
}
form input:-moz-placeholder,
.form input:-moz-placeholder,
form select:-moz-placeholder,
.form select:-moz-placeholder,
form textarea:-moz-placeholder,
.form textarea:-moz-placeholder,
form input::-moz-placeholder,
.form input::-moz-placeholder,
form select::-moz-placeholder,
.form select::-moz-placeholder,
form textarea::-moz-placeholder,
.form textarea::-moz-placeholder,
form input:-ms-input-placeholder,
.form input:-ms-input-placeholder,
form select:-ms-input-placeholder,
.form select:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
form input::-webkit-input-placeholder,
.form input::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  /* For WebKit browsers */
  font-size: 16px;
  font-weight: 300;
  color: #6a6c74;
}
form textarea,
.form textarea {
  resize: vertical;
  min-height: 120px;
  height: 110px;
}
form input[type="submit"],
.form input[type="submit"] {
  cursor: pointer;
  padding: 10px 45px;
  border: none;
  color: #ffffff;
  background-color: #cc3e00;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  text-align: center;
}
#bitnami-banner {
  display: none;
}
.rotator-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.rotator-dots .rotator-dot {
  cursor: pointer;
  margin-right: 10px;
}
.rotator-dots .rotator-dot:last-child {
  margin-right: 0;
}
.rotator-dots .rotator-dot .dot-checked {
  display: none;
}
.rotator-dots .rotator-dot .dot-checked svg {
  fill: #cc3e00;
  width: 17px;
  height: 17px;
}
.rotator-dots .rotator-dot .dot-unchecked {
  display: block;
}
.rotator-dots .rotator-dot .dot-unchecked svg {
  fill: #cc3e00;
  width: 17px;
  height: 17px;
}
.rotator-dots .rotator-dot:hover .dot-checked,
.rotator-dots .rotator-dot.dot-active .dot-checked {
  display: block;
}
.rotator-dots .rotator-dot:hover .dot-unchecked,
.rotator-dots .rotator-dot.dot-active .dot-unchecked {
  display: none;
}
.fp-controlArrow.fp-prev {
  border-color: transparent #cc3e00 transparent transparent !important;
}
.fp-controlArrow.fp-next {
  border-color: transparent transparent transparent #cc3e00 !important;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
  border: none !important;
}
.single h1,
.single-gp-ourwork h1,
.single h2,
.single-gp-ourwork h2 {
  margin-bottom: 5px;
  line-height: 110%;
}
.button-wrapper.align-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.button-wrapper.align-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.button-wrapper.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.button-wrapper a.button {
  border: 1px solid #cc3e00;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  padding: 15px 28px;
  min-width: 140px;
  margin: 10px 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1440px) {
  .button-wrapper a.button {
    padding: 14px 24px;
    min-width: 130px;
  }
}
@media screen and (max-width: 1280px) {
  .button-wrapper a.button {
    padding: 12px 20px;
    min-width: 120px;
  }
}
.button-wrapper a.button:hover {
  background: #cc3e00;
}
a[href="javascript:void(0)"] {
  cursor: auto;
}
#cmplz-document p,
#cmplz-document p span,
#cmplz-document p i {
  color: #626262;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
  #cmplz-document p,
  #cmplz-document p span,
  #cmplz-document p i {
    font-size: 18px !important;
    line-height: 24px;
  }
}
#cmplz-document h2 {
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  font-family: Playfair Display, sans-serif;
  color: #cc3e00 !important;
}
@media screen and (max-width: 969px) {
  .home .section .fp-slides .fp-slidesContainer .slide#slide-christmas {
    position: relative;
    z-index: 0;
  }
  .home .section .fp-slides .fp-slidesContainer .slide#slide-christmas:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-image: url("https://www.corearchitects.com/wp-content/uploads/2024/12/christmas-portrait.jpg");
    background-size: cover;
    background-position: center;
  }
}
/*
**********************
      header.less
**********************
*/
.header-top-blank {
  width: 100%;
  height: 80px;
}
.header-top-blank.small {
  height: 70px;
}
@media screen and (max-width: 1024px) {
  .header-top-blank {
    height: 70px;
  }
  .header-top-blank.hidden {
    display: block;
  }
}
.navigation-arrow {
  text-align: center;
  width: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.navigation-arrow p {
  color: #05a4e3;
  color: #cc3e00;
  font-weight: 700;
  margin-bottom: 5px;
}
.navigation-arrow i {
  color: #cc3e00;
  font-size: 26px;
  position: relative;
}
header.site-header {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 100000;
  top: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 4px 10px -6px #6a6c74;
  -moz-box-shadow: 0 4px 10px -6px #6a6c74;
  box-shadow: 0 4px 10px -6px #6a6c74;
}
header.site-header .header-wrap {
  height: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  header.site-header .header-wrap {
    height: 70px;
  }
}
header.site-header .header-wrap .top-left .logo a {
  display: block;
}
header.site-header .header-wrap .top-left .logo a img {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 280px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  header.site-header .header-wrap .top-left .logo a img {
    width: 150px;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .header-wrap .top-right nav {
    display: none;
  }
}
header.site-header .header-wrap .top-right nav > ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
header.site-header .header-wrap .top-right nav > ul > li {
  position: relative;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
}
header.site-header .header-wrap .top-right nav > ul > li a {
  color: #6a6c74;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
}
header.site-header .header-wrap .top-right nav > ul > li a:hover {
  color: #cc3e00;
}
header.site-header .header-wrap .top-right nav > ul > li::after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  top: 51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  background: rgba(0, 0, 0, 0.2);
}
header.site-header .header-wrap .top-right nav > ul > li:last-child::after {
  display: none;
}
header.site-header .header-wrap .top-right nav > ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
  height: 80px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
header.site-header .header-wrap .top-right nav > ul > li:last-child a {
  border: none;
}
header.site-header .header-wrap .top-right nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: auto;
  background: white;
  min-width: 180px;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
}
header.site-header .header-wrap .top-right nav > ul > li > ul > li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
header.site-header .header-wrap .top-right nav > ul > li > ul > li > a {
  display: block;
  padding: 4px 22px;
  white-space: nowrap;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
}
header.site-header .header-wrap .top-right nav > ul > li > ul > li > a:hover {
  color: #cc3e00;
}
header.site-header .header-wrap .top-right nav > ul > li > ul > li ul {
  display: none;
}
header.site-header .header-wrap .top-right nav > ul > li > ul > li:first-child > a {
  padding: 12px 22px 4px;
}
header.site-header .header-wrap .top-right nav > ul > li > ul > li:last-child > a {
  padding: 4px 22px 12px;
}
header.site-header .header-wrap .top-right nav > ul > li:last-child > ul {
  right: 0;
  left: auto;
}
header.site-header .header-wrap .top-right nav > ul > li:hover > ul {
  display: block;
}
header.site-header .header-wrap .top-right nav > ul > li.unclickable > a {
  cursor: default;
}
header.site-header .header-wrap .top-right .navbars {
  display: none;
  background: #ffffff;
  vertical-align: top;
  padding: 25px;
  padding: 19px 25px 19px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header.site-header .header-wrap .top-right .navbars {
    display: block;
  }
}
header.site-header .header-wrap .top-right .navbars span {
  width: 32px;
  height: 4px;
  background: #cc3e00;
  border: 2px solid #cc3e00;
  display: block;
  margin: 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
header.site-header.small .header-wrap {
  height: 70px;
}
header.site-header.small .header-wrap .top-left img {
  max-width: 150px;
}
header.site-header.small .header-wrap .top-right nav ul li a {
  padding: 7px 20px;
}
header.site-header.site-header-invisible {
  top: -100px;
}
@media screen and (max-width: 1024px) {
  header.site-header.site-header-invisible {
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  header.site-header .header-wrap {
    height: 70px;
  }
  header.site-header .header-wrap .top-left img {
    max-width: 150px;
  }
  header.site-header .header-wrap .top-right nav {
    display: none;
  }
  header.site-header .header-wrap .top-right .navbars {
    display: block;
  }
}
/*
**********************
      footer.less
**********************
*/
footer.site-footer {
  background-color: #cc3e00;
}
footer.site-footer h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #ffffff !important;
  margin-bottom: 8px;
}
footer.site-footer p,
footer.site-footer a {
  color: #ffffff;
  letter-spacing: 0.025em;
  font-size: 14px;
}
footer.site-footer .footer-top-container {
  padding: 0px 30px 58px 30px !important;
  background-color: #cc3e00;
  width: 100%;
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto;
}
footer.site-footer .footer-top-container .footer-top {
  padding: 30px 0 80px;
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
footer.site-footer .footer-top-container .footer-top .location-info {
  width: 40%;
  padding: 0 0 0 15px;
}
footer.site-footer .footer-top-container .footer-top .location-info p {
  margin-bottom: 10px !important;
  font-weight: 400;
  line-height: 20px;
}
footer.site-footer .footer-top-container .footer-top .location-info .logo-title h6 {
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  font-family: acumin-pro, sans-serif;
  display: flex;
  align-items: center;
  font-style: normal;
}
footer.site-footer .footer-top-container .footer-top .location-info .logo-title h6 span {
  color: #000000;
  font-size: 21px;
  font-family: 'akzidenzBold', sans-serif;
}
footer.site-footer .footer-top-container .footer-top .location-info .logo-title h6 span:nth-child(2) {
  font-family: 'akzidenzLight', sans-serif;
  color: #ffffff;
  font-weight: 300;
  font-size: 20px;
}
footer.site-footer .footer-top-container .footer-top .footer-menu-container {
  width: 50%;
}
footer.site-footer .footer-top-container .footer-top .footer-menu-container .menu-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 30px;
}
footer.site-footer .footer-top-container .footer-top .footer-menu-container .menu-top .footer-menu {
  width: 25%;
  padding: 0 15px;
}
footer.site-footer .footer-top-container .footer-top .footer-menu-container .menu-top .footer-menu:nth-child(1) {
  width: 28%;
}
footer.site-footer .footer-top-container .footer-top .footer-menu-container .menu-top .footer-menu:nth-child(2) {
  width: 38%;
}
footer.site-footer .footer-top-container .footer-top .footer-menu-container .menu-top .footer-menu:nth-child(3) {
  width: 34%;
}
footer.site-footer .footer-top-container .footer-top .footer-menu-container .menu-top .footer-menu ul {
  list-style: none;
  margin: 5px 0 20px 0;
}
footer.site-footer .footer-top-container .footer-top .footer-menu-container .menu-top .footer-menu ul li {
  padding: 0 0 0 0;
  line-height: 16px;
  margin-bottom: 0px;
}
footer.site-footer .footer-top-container .footer-top .footer-menu-container .menu-top .footer-menu ul li a {
  text-transform: uppercase;
  color: black;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-weight: 400;
}
footer.site-footer .footer-top-container .footer-top .footer-menu-container .menu-top .footer-menu ul li a:hover {
  color: white;
}
footer.site-footer .footer-top-container .footer-top .footer-menu-container .menu-top .footer-menu:first-child {
  padding-left: 0px;
}
footer.site-footer .footer-top-container .footer-top .footer-menu-container .menu-bottom .subscribe-footer .subscribe-button {
  margin-top: 20px;
}
footer.site-footer .footer-top-container .footer-top .footer-menu-container .menu-bottom .subscribe-footer .subscribe-button a {
  padding: 10px 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background-color: #ffffff;
  color: #cc3e00;
}
footer.site-footer .footer-top-container .footer-top .social-footer {
  margin-bottom: 30px;
  width: 10%;
}
footer.site-footer .footer-top-container .footer-top .social-footer .social-footer-icons {
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
footer.site-footer .footer-top-container .footer-top .social-footer .social-footer-icons .icon {
  padding: 5px 15px 0 0;
  max-width: 50px;
}
footer.site-footer .footer-top-container .footer-top .social-footer .social-footer-icons .icon .fa {
  font-size: 20px;
  color: #000000;
}
footer.site-footer .footer-top-container .footer-bottom-section {
  background-color: #cc3e00;
}
footer.site-footer .footer-top-container .footer-bottom-section p,
footer.site-footer .footer-top-container .footer-bottom-section a {
  color: #000000;
  margin-bottom: 0px;
  font-weight: 500;
}
footer.site-footer .footer-top-container .footer-bottom-section .footer-bottom-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer.site-footer .footer-top-container .footer-bottom-section .footer-bottom-content .footer-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  list-style: none;
}
footer.site-footer .footer-top-container .footer-bottom-section .footer-bottom-content .footer-menu ul li {
  position: relative;
}
footer.site-footer .footer-top-container .footer-bottom-section .footer-bottom-content .footer-menu ul li a {
  padding: 0 10px;
  border-right: 1px solid #000000;
}
footer.site-footer .footer-top-container .footer-bottom-section .footer-bottom-content .footer-menu ul li:last-child a {
  border: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1024px) {
  footer.site-footer .footer-top-container .footer-top {
    padding: 30px 0 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  footer.site-footer .footer-top-container .footer-top .location-info {
    width: 100%;
    padding: 0px;
    margin-bottom: 20px;
  }
  footer.site-footer .footer-top-container .footer-top .footer-menu-container {
    width: 100%;
    padding: 0px;
  }
  footer.site-footer .footer-top-container .footer-top .social-footer {
    margin: 50px 0 0;
    width: 100%;
  }
  footer.site-footer .footer-top-container .footer-top .social-footer .social-footer-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
@media screen and (max-width: 940px) {
  footer.site-footer .footer-top-container .footer-top .footer-menu-container .menu-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  footer.site-footer .footer-top-container .footer-top .footer-menu-container .menu-top .footer-menu {
    width: 50%;
    padding: 0;
  }
  footer.site-footer .footer-top-container .footer-bottom-section .footer-bottom-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  footer.site-footer .footer-top-container .footer-bottom-section .footer-bottom-content p {
    width: 100%;
    text-align: center;
  }
  footer.site-footer .footer-top-container .footer-bottom-section .footer-bottom-content .footer-menu {
    width: 100%;
  }
  footer.site-footer .footer-top-container .footer-bottom-section .footer-bottom-content .footer-menu ul {
    margin-left: 0px;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  footer.site-footer .footer-top-container .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  footer.site-footer .footer-top-container .footer-bottom .location-info {
    -webkit-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  footer.site-footer .footer-top-container .footer-bottom .footer-menu {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  footer.site-footer .footer-top-container .footer-bottom .footer-menu:last-child {
    width: 100%;
  }
}
.subscribe-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}
.subscribe-modal .modal-content {
  margin: 0% 0 15%;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.subscribe-modal .modal-content .close {
  color: #bababa;
  text-align: right;
  font-size: 50px;
  font-weight: 300;
  margin: 70px 0 11% 0;
  cursor: pointer;
}
.subscribe-modal .modal-content .contact-form {
  width: 38%;
  margin: 0 auto;
}
.subscribe-modal .modal-content .contact-form form {
  max-width: unset;
}
@media screen and (max-width: 1100px) {
  .subscribe-modal .modal-content .contact-form {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .subscribe-modal .modal-content .contact-form {
    width: 90%;
  }
}
.subscribe-modal .modal-content .contact-form h6 {
  text-align: center;
  font-size: 35px;
}
.subscribe-modal .modal-content .contact-form h2 {
  text-align: center;
}
.subscribe-modal .modal-content .contact-form p {
  font-size: 18px;
  text-align: center;
  color: #bababa;
}
.subscribe-modal .modal-content .contact-form .wpcf7-response-output {
  color: #bababa;
  font-size: 18px;
  text-align: center;
}
.subscribe-modal .modal-content .contact-form .form-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.subscribe-modal .modal-content .contact-form .form-row .wpcf7-form-control-wrap {
  width: 100%;
}
.subscribe-modal .modal-content .contact-form .form-row.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
}
.subscribe-modal .modal-content .contact-form .form-row input[type=text],
.subscribe-modal .modal-content .contact-form .form-row input[type=email] {
  background: transparent;
  margin: 10px 0;
  border: 1px solid #bababa;
  padding: 15px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #bababa;
}
.subscribe-modal .modal-content .contact-form .form-row input[type=text]::-webkit-input-placeholder,
.subscribe-modal .modal-content .contact-form .form-row input[type=email]::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #bababa;
}
.subscribe-modal .modal-content .contact-form .form-row input[type=text]:-moz-placeholder,
.subscribe-modal .modal-content .contact-form .form-row input[type=email]:-moz-placeholder {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #bababa;
}
.subscribe-modal .modal-content .contact-form .form-row input[type=text]::-moz-placeholder,
.subscribe-modal .modal-content .contact-form .form-row input[type=email]::-moz-placeholder {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #bababa;
}
.subscribe-modal .modal-content .contact-form .form-row input[type=text]:-ms-input-placeholder,
.subscribe-modal .modal-content .contact-form .form-row input[type=email]:-ms-input-placeholder {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  color: #bababa;
}
.subscribe-modal .modal-content .contact-form .form-row input[type=text] {
  width: 98%;
}
.subscribe-modal .modal-content .contact-form .form-row input[type=email] {
  width: 99%;
}
.subscribe-modal .modal-content .contact-form .form-row.btn {
  -webkit-justify-content: center;
  justify-content: center;
}
.subscribe-modal .modal-content .contact-form .form-row.btn input[type=submit] {
  background: #cc3e00;
  padding: 12px 0;
  margin: 10px 0;
  border: none;
  color: #ffffff;
  min-width: 200px;
  max-width: 200px;
  margin: 10px auto 0;
  font-size: 18px;
  font-weight: 300;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.subscribe-modal .modal-content .contact-form .form-row.btn button {
  background: #cc3e00;
  padding: 12px 0;
  margin: 10px 0;
  border: none;
  color: #ffffff;
  min-width: 200px;
  font-size: 18px;
  font-weight: 300;
  outline: 0;
  border-radius: 0;
}
.subscribe-modal.active {
  display: block;
}
/*
**********************
      shortcode.less
**********************
*/
.panel-alt h2 {
  font-size: clamp(1.8rem, 2.8vw, 3.5rem);
  line-height: 1.2em;
  color: #000 !important;
}
.panel-alt h4 {
  font-size: clamp(1.4rem, 1.6vw, 2.8rem);
  line-height: 1.2em;
  font-family: Playfair Display, sans-serif;
  color: #000 !important;
}
.panel-alt .button-wrapper a.button {
  color: black;
  font-weight: 600;
}
.panel-alt .button-wrapper a.button:hover {
  color: white;
}
.before-after-slider-container .before-after-slider-wrapper .beer-slider .beer-reveal {
  border-right: 1px solid #000000;
}
.header-orange-bar {
  background-color: #cc3e00;
  height: 110px;
  width: 100%;
}
#categories-orange-bar {
  background-color: #cc3e00;
  padding: 30px 0px;
  width: 100%;
}
#categories-orange-bar .inner-wrapper {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
}
#categories-orange-bar .inner-wrapper ul {
  margin-left: 0px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
#categories-orange-bar .inner-wrapper ul li {
  margin: 5px 0;
  padding: 0 10px;
  border-right: 1px solid #000000;
  color: #000000;
  line-height: 20px;
}
#categories-orange-bar .inner-wrapper ul li:last-child {
  border: none;
}
#categories-orange-bar .inner-wrapper ul li a {
  font-weight: 500;
  font-size: 15px;
}
#categories-orange-bar .inner-wrapper ul li a.active {
  color: #21466A;
  font-weight: 700;
  text-decoration: underline;
}
div.line {
  display: block;
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #cc3e00;
}
div.line.bold {
  height: 2px;
}
div.line.size-lg {
  margin: 50px 0;
}
div.line.color-white {
  background: white;
}
div.line.color-black {
  background: black;
}
div.line.color-orange {
  background: #cc3e00;
}
.width-800-wrapper {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.width-800-wrapper .content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.width-800-container {
  overflow: hidden;
  width: 100%;
  max-width: 920px;
  padding: 80px 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
.width-800-container.content-white p,
.width-800-container.content-white p span {
  color: #ffffff;
}
@media screen and (max-width: 1440px) {
  .width-800-container {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 1280px) {
  .width-800-container {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 800px) {
  .width-800-container {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 760px) {
  .width-800-container {
    height: auto !important;
  }
}
.width-800-container .width-800-inner {
  width: 100%;
  text-align: center;
}
.width-800-container .width-800-inner a {
  font-weight: 500;
  font-size: 28px;
  color: #cc3e00;
}
.width-800-container .width-800-inner img {
  max-width: 100%;
}
.width-800-container.less {
  padding: 50px 40px 40px;
}
.width-800-container.full {
  height: 100vh;
  padding: 40px 40px 40px;
}
.width-1000-container {
  width: 100%;
  max-width: 1180px;
  padding: 120px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .width-1000-container {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 1280px) {
  .width-1000-container {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 800px) {
  .width-1000-container {
    padding: 60px 40px;
  }
}
.width-1000-container .width-1000-inner {
  width: 100%;
}
.width-1000-container .width-1000-inner p {
  overflow-wrap: break-word;
}
.width-1000-container .width-1000-inner a {
  color: #cc3e00;
}
.width-1000-container .width-1000-inner img {
  max-width: 100%;
}
.width-1000-container.less {
  padding: 50px 40px 40px;
}
.width-1000-container.mb-less p {
  margin-bottom: 0px;
}
.width-1000-container.mb-less p span a {
  font-size: 15px;
}
.width-1300-container {
  overflow: hidden;
  width: 100%;
  max-width: 1180px;
  padding: 120px 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .width-1300-container {
    padding: 100px 40px;
  }
}
@media screen and (max-width: 1280px) {
  .width-1300-container {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 800px) {
  .width-1300-container {
    padding: 60px 40px;
  }
}
.width-1300-container .width-1300-inner {
  width: 100%;
}
.width-1300-container .width-1300-inner a {
  color: #cc3e00;
}
.width-1300-container .width-1300-inner img {
  max-width: 100%;
}
.width-1300-container .width-1300-inner p span a {
  font-size: inherit;
}
.width-1300-container .width-1300-inner span a {
  font-size: 18px;
}
@media screen and (max-width: 760px) {
  .width-1300-container .width-1300-inner span a {
    font-size: 16px;
  }
}
.width-1300-container.less {
  padding: 50px 40px 40px;
}
.width-1300-container.yes {
  border-top: 1px solid #000000;
  padding: 40px 40px;
}
.width-1300-container.full {
  height: 100vh;
  padding: 40px 40px 40px;
}
.full-panel .full-panel-container .full-panel-img .slide-img {
  min-height: 50vh;
}
.full-panel .full-panel-text {
  display: flex;
  min-height: 50vh;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.full-panel .full-panel-text .full-panel-text-2 {
  max-width: 1300px;
}
.full-panel.dark .full-panel-text {
  background: black;
}
.full-panel.dark .full-panel-text .full-panel-text-2 * {
  color: white !important;
}
.gp-home-image-container {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.gp-home-image-container.right .video-container,
.gp-home-image-container.right .image-container {
  order: 2;
}
.gp-home-image-container.right .info-container {
  order: 1;
}
.gp-home-image-container .video-container,
.gp-home-image-container .image-container {
  position: relative;
  width: 50%;
  height: 100vh;
  min-height: 750px;
  background: transparent no-repeat center center / cover;
}
.gp-home-image-container .vid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background-color: #21466A;
}
@media screen and (max-width: 1024px) {
}
.gp-home-image-container .vid-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.gp-home-image-container .info-container {
  width: 50%;
}
.gp-home-image-container .info-container .info-inner {
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
  padding: 20px 40px;
}
.gp-home-image-container .info-container .info-inner a {
  color: #cc3e00;
}
@media screen and (max-width: 1440px) {
  .gp-home-image-container .info-container .info-inner {
    max-width: 580px;
  }
}
@media screen and (max-width: 1024px) {
  .gp-home-image-container .info-container .info-inner {
    max-width: 430px;
  }
}
.gp-home-image-container .info-container .info-inner .heading-container {
  margin-bottom: 20px;
}
.gp-home-image-container .info-container .info-inner .heading-container .heading {
  display: inline-block;
  margin-bottom: 0;
}
.gp-home-image-container .info-container .info-inner .heading-container .subtext {
  font-weight: 500;
  font-size: 30px;
  line-height: 150%;
  font-family: Playfair Display, sans-serif;
  color: #626262;
}
.gp-home-image-container .info-container .info-inner .heading-container .subheading {
  font-size: 18px;
  font-weight: 500;
  color: black;
}
.gp-home-image-container.dark {
  background: black;
}
.gp-home-image-container.dark .info-container .info-inner * {
  color: white !important;
}
.gp-home-image-container.dark .info-container .info-inner h2 {
  color: #cc3e00 !important;
}
.gp-home-image-container.dark .info-container .info-inner h2 span {
  color: #cc3e00 !important;
}
@media screen and (max-width: 1024px) {
  .gp-home-image-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .gp-home-image-container .video-container,
  .gp-home-image-container .image-container {
    width: 100%;
  }
  .gp-home-image-container .info-container {
    width: 100%;
    padding: 68px 80px;
  }
  .gp-home-image-container .info-container .info-inner {
    max-width: 100%;
  }
  .gp-home-image-container.right .video-container,
  .gp-home-image-container.right .image-container {
    order: 1;
  }
  .gp-home-image-container.right .info-container {
    order: 2;
  }
}
@media screen and (max-width: 650px) {
  .gp-home-image-container .video-container,
  .gp-home-image-container .image-container {
    width: 100%;
    min-height: 600px;
  }
  .gp-home-image-container .info-container {
    padding: 68px 40px;
  }
  .gp-home-image-container .info-container .info-inner {
    padding: 0px;
  }
}
.full-width-img-fixed-container {
  background: transparent no-repeat center center / cover;
  height: 700px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .full-width-img-fixed-container {
    height: 500px;
  }
}
@media screen and (max-width: 650px) {
  .full-width-img-fixed-container {
    height: 400px;
  }
}
.full-screen-img-container {
  background: transparent no-repeat center center / cover;
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .full-screen-img-container {
    height: 500px;
  }
}
@media screen and (max-width: 650px) {
  .full-screen-img-container {
    height: 400px;
  }
}
.full-width-img-container {
  width: 100%;
}
.full-width-img-container img {
  width: 100%;
  display: block;
}
.associative-member-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 20px 0;
  margin: 0 -30px;
}
.associative-member-container .associative-inner {
  padding: 0 30px;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .associative-member-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .associative-member-container .associative-inner {
    width: 100%;
  }
}
.member-projects .projects-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.member-projects .projects-wrapper .single-project {
  margin: 0 20px 20px 0;
  width: 250px;
  height: 250px;
  background: transparent no-repeat center center / cover;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 10px 10px 75px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 10px 10px 75px 1px rgba(0, 0, 0, 0.75);
  box-shadow: inset 10px 10px 75px 1px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 800px) {
  .member-projects .projects-wrapper .single-project {
    margin: 0 auto 20px;
  }
}
.member-projects .projects-wrapper .single-project .overlay-project {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.member-projects .projects-wrapper .single-project h5 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  position: absolute;
  left: 0px;
  padding-left: 15px;
  bottom: -100px;
  width: 100%;
  color: #cc3e00;
}
.member-projects .projects-wrapper .single-project:hover .overlay-project {
  -webkit-box-shadow: inset 10px 10px 600px 500px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 10px 10px 600px 500px rgba(0, 0, 0, 0.75);
  box-shadow: inset 10px 10px 600px 500px rgba(0, 0, 0, 0.75);
}
.member-projects .projects-wrapper .single-project:hover h5 {
  bottom: 20px;
}
.member-projects .projects-wrapper .single-project.single-orange-project {
  background-color: #cc3e00;
  box-shadow: none;
}
.column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.column-container .column-content {
  padding: 0 20px;
  width: 33.33%;
}
@media screen and (max-width: 960px) {
  .column-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .column-container .column-content {
    padding: 0 0px;
    width: 100%;
  }
}
.logos-container {
  padding: 120px 40px;
}
@media screen and (max-width: 840px) {
  .logos-container {
    padding: 90px 20px;
  }
}
.logos-container .logos-wrapper {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
}
.logos-container .logos-wrapper .single-logo {
  padding: 20px 15px;
  width: 12.5%;
}
@media screen and (max-width: 1024px) {
  .logos-container .logos-wrapper .single-logo {
    width: 20%;
  }
}
@media screen and (max-width: 840px) {
  .logos-container .logos-wrapper .single-logo {
    width: 25%;
  }
}
@media screen and (max-width: 540px) {
  .logos-container .logos-wrapper .single-logo {
    width: 33.33%;
  }
}
.logos-container .logos-wrapper .single-logo img {
  max-width: 100%;
  margin: 0 auto;
}
.counter-animation-container {
  padding: 160px 40px;
  position: relative;
  background: #21466A no-repeat center center / cover;
}
.counter-animation-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.65;
}
.counter-animation-container .counter-animation-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.counter-animation-container .counter-animation-wrapper p {
  color: #ffffff;
}
.counter-animation-container .counter-animation-wrapper .counter-number-container h1,
.counter-animation-container .counter-animation-wrapper .counter-number-container h1 span {
  line-height: 108%;
}
.counter-animation-container.counter-overlay-false:before {
  display: none;
}
.three-image-container {
  margin: 60px auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border: 2px solid #ffffff;
}
.three-image-container .image-bg {
  background: no-repeat center center / cover;
}
.three-image-container .l-image {
  width: 50%;
  height: 100%;
  border-right: 2px solid #ffffff;
}
.three-image-container .l-image .image-bg {
  width: 100%;
  height: 100%;
}
.three-image-container .r-image {
  width: 50%;
}
.three-image-container .r-image .image-bg {
  width: 100%;
  height: 50%;
}
.three-image-container .r-image .image-bg:first-child {
  border-bottom: 2px solid #ffffff;
}
@media screen and (max-width: 1280px) {
  .three-image-container {
    width: 100% !important;
    height: 860px !important;
  }
}
@media screen and (max-width: 1024px) {
  .three-image-container {
    height: 730px !important;
  }
}
@media screen and (max-width: 900px) {
  .three-image-container {
    height: 620px !important;
  }
}
@media screen and (max-width: 760px) {
  .three-image-container {
    height: 510px !important;
  }
}
@media screen and (max-width: 640px) {
  .three-image-container {
    height: 420px !important;
  }
}
@media screen and (max-width: 520px) {
  .three-image-container {
    height: 340px !important;
  }
}
.sitemap-container {
  padding: 90px 60px 80px;
}
.sitemap-container h1 {
  margin-bottom: 30px;
}
.sitemap-container .sitemap-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.sitemap-container .sitemap-inner-container .sitemap-column {
  width: 20%;
  padding: 0 20px;
}
.sitemap-container .sitemap-inner-container .sitemap-column .sitemap-menu {
  margin-bottom: 30px;
}
.sitemap-container .sitemap-inner-container .sitemap-column .sitemap-menu h2 {
  line-height: 100%;
  color: #cc3e00;
  margin-bottom: 10px;
}
.sitemap-container .sitemap-inner-container .sitemap-column .sitemap-menu .sub-menu {
  margin-bottom: 10px;
}
.sitemap-container .sitemap-inner-container .sitemap-column .sitemap-menu .sub-menu a {
  font-weight: 700;
}
.sitemap-container .sitemap-inner-container .sitemap-column .sitemap-menu .single-menu {
  margin-bottom: 4px;
}
.sitemap-container .sitemap-inner-container .sitemap-column .sitemap-menu .single-menu a {
  font-size: 16px;
  line-height: 120%;
}
.sitemap-container .sitemap-inner-container .sitemap-column .sitemap-menu .single-menu.bold-yes {
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .sitemap-container .sitemap-inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    max-height: 2400px;
  }
  .sitemap-container .sitemap-inner-container .sitemap-column {
    width: 33.33%;
  }
}
@media screen and (max-width: 760px) {
  .sitemap-container .sitemap-inner-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    max-height: initial;
  }
  .sitemap-container .sitemap-inner-container .sitemap-column {
    width: 100%;
  }
}
.split-panel-section .split-panel-row {
  height: 50vh;
}
@media screen and (max-width: 1024px) {
  .split-panel-section .split-panel-row {
    height: 100vh;
  }
}
.split-panel-section .split-panel-row .gp-home-image-container {
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .split-panel-section .split-panel-row .gp-home-image-container {
    flex-flow: column;
  }
}
.split-panel-section .split-panel-row .gp-home-image-container .image-container {
  height: 100%;
  min-height: 0;
}
@media screen and (max-width: 1024px) {
  .split-panel-section .split-panel-row .gp-home-image-container .image-container {
    min-height: 50vh;
  }
}
.split-panel-section .split-panel-row .gp-home-image-container .info-container {
  text-align: center;
}
.split-panel-section .split-panel-row .gp-home-image-container .info-container .info-inner .button-wrapper .button {
  color: black;
}
.split-panel-section .split-panel-row .gp-home-image-container .info-container .info-inner .button-wrapper .button:hover {
  color: white;
}
.split-panel-section .split-panel-row.dark {
  background: black;
}
.split-panel-section .split-panel-row.dark .gp-home-image-container .info-container .info-inner * {
  color: white !important;
}
.grid-panel-section {
  min-height: 100vh;
}
.grid-panel-section .grid-panel-wrap {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 840px) {
  .grid-panel-section .grid-panel-wrap {
    flex-wrap: wrap;
  }
}
.grid-panel-section .grid-panel-wrap .grid-column {
  width: 33%;
  margin: 0 5px 30px;
}
@media screen and (max-width: 840px) {
  .grid-panel-section .grid-panel-wrap .grid-column {
    width: 100%;
    max-width: 300px;
  }
}
.grid-panel-section .grid-panel-wrap .grid-column .grid-col-visual {
  position: relative;
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  .grid-panel-section .grid-panel-wrap .grid-column .grid-col-visual {
    height: 350px;
  }
}
@media screen and (max-width: 1080px) {
  .grid-panel-section .grid-panel-wrap .grid-column .grid-col-visual {
    height: 250px;
  }
}
.grid-panel-section .grid-panel-wrap .grid-column .grid-col-visual .grid-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.grid-panel-section .grid-panel-wrap .grid-column .grid-col-visual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-panel-section .grid-panel-wrap .grid-column .grid-col-content {
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .grid-panel-section .grid-panel-wrap .grid-column .grid-col-content {
    max-width: 90%;
  }
}
@media screen and (max-width: 980px) {
  .grid-panel-section .grid-panel-wrap .grid-column .grid-col-content {
    max-width: 100%;
  }
}
/*
**********************
      Page Style
**********************
*/
.home-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
}
.home-banner.has-content .hb-img::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.75;
}
.home-banner.has-content .hb-img.no-overlay::before {
  background: none;
}
.home-banner.content-left .hb-content .hb-content-2 {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.home-banner.content-left .hb-content .left {
  margin-left: 0 !important;
}
.home-banner.content-left .hb-content .right {
  margin-right: 0 !important;
}
.home-banner .hb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #21466A no-repeat center center / cover;
}
.home-banner .hb-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  min-height: 200px;
  padding: 100px 30px;
}
@media screen and (max-width: 1280px) {
  .home-banner .hb-content {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .home-banner .hb-content {
    min-height: 550px;
  }
}
@media screen and (max-width: 760px) {
  .home-banner .hb-content {
    width: 100%;
    min-height: 450px;
  }
}
@media screen and (max-width: 600px) {
  .home-banner .hb-content {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 380px;
    height: auto !important;
  }
}
@media screen and (max-width: 500px) {
  .home-banner .hb-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.home-banner .hb-content .hb-content-2 {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.home-banner .hb-content .hb-content-2 p span,
.home-banner .hb-content .hb-content-2 h1 span,
.home-banner .hb-content .hb-content-2 h2 span,
.home-banner .hb-content .hb-content-2 h3 span,
.home-banner .hb-content .hb-content-2 h4 span {
  line-height: 108%;
}
@media screen and (max-width: 760px) {
  .home-banner .hb-content .hb-content-2 p,
  .home-banner .hb-content .hb-content-2 p span {
    font-size: 22px !important;
    line-height: 105% !important;
  }
}
@media screen and (max-width: 760px) {
  .home-banner .hb-content .hb-content-2 h1,
  .home-banner .hb-content .hb-content-2 h1 span,
  .home-banner .hb-content .hb-content-2 h2,
  .home-banner .hb-content .hb-content-2 h2 span,
  .home-banner .hb-content .hb-content-2 h3,
  .home-banner .hb-content .hb-content-2 h3 span {
    line-height: 105% !important;
  }
}
.home-banner .hb-content .left {
  width: 100%;
  max-width: 760px;
  margin-left: 0 !important;
}
.home-banner .hb-content .left p span,
.home-banner .hb-content .left h1 span,
.home-banner .hb-content .left h2 span,
.home-banner .hb-content .left h3 span,
.home-banner .hb-content .left h4 span {
  line-height: 108%;
}
@media screen and (max-width: 760px) {
  .home-banner .hb-content .left p,
  .home-banner .hb-content .left p span {
    font-size: 22px !important;
    line-height: 105% !important;
  }
}
@media screen and (max-width: 760px) {
  .home-banner .hb-content .left h1,
  .home-banner .hb-content .left h1 span,
  .home-banner .hb-content .left h2,
  .home-banner .hb-content .left h2 span,
  .home-banner .hb-content .left h3,
  .home-banner .hb-content .left h3 span {
    line-height: 105% !important;
  }
}
.home-banner .hb-content .right {
  width: 100%;
  max-width: 760px;
  margin-right: 0 !important;
}
.home-banner .hb-content .right p span,
.home-banner .hb-content .right h1 span,
.home-banner .hb-content .right h2 span,
.home-banner .hb-content .right h3 span,
.home-banner .hb-content .right h4 span {
  line-height: 108%;
}
@media screen and (max-width: 760px) {
  .home-banner .hb-content .right p,
  .home-banner .hb-content .right p span {
    font-size: 22px !important;
    line-height: 105% !important;
  }
}
@media screen and (max-width: 760px) {
  .home-banner .hb-content .right h1,
  .home-banner .hb-content .right h1 span,
  .home-banner .hb-content .right h2,
  .home-banner .hb-content .right h2 span,
  .home-banner .hb-content .right h3,
  .home-banner .hb-content .right h3 span {
    line-height: 105% !important;
  }
}
.home-banner.full {
  min-height: 100vh;
}
.inner-banner {
  background: transparent no-repeat center center / cover;
  height: 550px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .inner-banner {
    height: 500px;
  }
}
@media screen and (max-width: 760px) {
  .inner-banner {
    height: 420px;
  }
}
@media screen and (max-width: 600px) {
  .inner-banner {
    height: 350px;
  }
}
.inner-banner.flickity_slider_diable {
  height: 700px;
}
@media screen and (max-width: 768px) {
  .inner-banner.flickity_slider_diable {
    height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner.flickity_slider_diable {
    height: 300px;
  }
}
.page-content,
.inner-container {
  padding: 110px 30px;
  width: 1290px;
  max-width: 100%;
  margin: 0 auto;
}
.page-content.large-width-container,
.inner-container.large-width-container {
  width: 1560px;
}
@media screen and (max-width: 760px) {
  .page-content,
  .inner-container {
    padding: 80px 30px;
  }
}
.page-content .faq-ans-content,
.inner-container .faq-ans-content {
  width: 100%;
  max-width: 800px;
}
.page-content .faq-ans-content li,
.inner-container .faq-ans-content li {
  color: #626262;
}
img.alignnone,
img.alignleft,
img.alignright,
img.aligncenter,
figure.alignnone,
figure.alignleft,
figure.alignright,
figure.aligncenter {
  margin: 10px;
  max-width: 100%;
  height: auto;
  text-decoration: none;
}
img.alignnone:hover,
img.alignleft:hover,
img.alignright:hover,
img.aligncenter:hover,
figure.alignnone:hover,
figure.alignleft:hover,
figure.alignright:hover,
figure.aligncenter:hover {
  text-decoration: none;
}
img.alignleft,
figure.alignleft {
  float: left;
  max-width: 60%;
  margin-right: 40px;
  margin-left: 0;
}
img.alignright,
figure.alignright {
  float: right;
  max-width: 60%;
  margin-left: 40px;
  margin-right: 0;
}
img.aligncenter,
figure.aligncenter {
  margin: 0 auto 30px auto;
  display: block;
}
img.alignnone,
figure.alignnone {
  margin-bottom: 30px;
}
figure.alignnone,
figure.alignleft,
figure.alignright,
figure.aligncenter {
  position: relative;
}
figure.alignnone a,
figure.alignleft a,
figure.alignright a,
figure.aligncenter a {
  display: block;
  line-height: 0;
  text-decoration: none;
}
figure.alignnone img,
figure.alignleft img,
figure.alignright img,
figure.aligncenter img {
  display: block;
  padding: 0;
  max-width: 100%;
  height: auto;
}
figure.alignnone figcaption,
figure.alignleft figcaption,
figure.alignright figcaption,
figure.aligncenter figcaption {
  display: block;
  width: 100%;
  background: black;
  opacity: 0.8;
  text-align: center;
  color: white;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.04em;
  font-weight: 400;
  padding: 4px;
}
@media screen and (max-width: 768px) {
  img.alignleft,
  figure.alignleft {
    display: block;
    float: none;
    max-width: 100%;
    margin: 30px auto 30px auto;
  }
  img.alignright,
  figure.alignright {
    display: block;
    float: none;
    max-width: 100%;
    margin: 30px auto 30px auto;
  }
  img.aligncenter,
  figure.aligncenter {
    display: block;
    margin: 30px auto 30px auto;
  }
  img.alignnone,
  figure.alignnone {
    margin-bottom: 30px;
  }
  figure.alignnone,
  figure.alignleft,
  figure.alignright,
  figure.aligncenter {
    position: relative;
  }
  figure.alignnone a,
  figure.alignleft a,
  figure.alignright a,
  figure.aligncenter a {
    display: block;
    line-height: 0;
    text-decoration: none;
  }
  figure.alignnone img,
  figure.alignleft img,
  figure.alignright img,
  figure.aligncenter img {
    display: block;
    padding: 0;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  figure.alignnone figcaption,
  figure.alignleft figcaption,
  figure.alignright figcaption,
  figure.aligncenter figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}
.color-white-content h1,
.color-white-content h2,
.color-white-content h3,
.color-white-content h4,
.color-white-content h5,
.color-white-content h6,
.color-white-content p,
.color-white-content li {
  color: white;
}
.color-white-content h1 a,
.color-white-content h2 a,
.color-white-content h3 a,
.color-white-content h4 a,
.color-white-content h5 a,
.color-white-content h6 a,
.color-white-content p a,
.color-white-content li a {
  color: white;
  text-decoration: none;
}
.color-white-content h1 a:hover,
.color-white-content h2 a:hover,
.color-white-content h3 a:hover,
.color-white-content h4 a:hover,
.color-white-content h5 a:hover,
.color-white-content h6 a:hover,
.color-white-content p a:hover,
.color-white-content li a:hover {
  text-decoration: underline;
}
body.is-page-scroll:not(.tax-our_work_category) .section .fp-tableCell .site-footer {
  height: 100vh;
}
body.is-page-scroll:not(.tax-our_work_category) .section .fp-tableCell .site-footer .top-image-asf {
  height: 50%;
  background-image: url("../images/testArchitect.jpg");
  background-position: center;
  background-size: cover;
}
body.is-page-scroll:not(.tax-our_work_category) .section .fp-tableCell .width-800-container {
  height: 100vh;
}
.page-id-133 .site-footer .top-image-asf {
  height: 470px;
  background-image: url("../images/testArchitect.jpg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .page-id-133 .site-footer .top-image-asf {
    height: 400px;
  }
}
@media screen and (max-width: 760px) {
  .page-id-133 .site-footer .top-image-asf {
    height: 320px;
  }
}
.tax-our_work_category .section .fp-tableCell .width-800-container {
  height: 100vh;
}
body.no-page-scroll .section .home-banner {
  min-height: unset;
}
body.no-page-scroll .section .width-1300-container {
  height: unset;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes typingSpeak {
  0% {
    width: 1em;
    height: 0.1em;
  }
  100% {
    width: 1em;
    height: 0.5em;
  }
}
/* text animation */
@keyframes animated-text {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes type2 {
  0% {
    width: 0;
  }
  1% {
    opacity: 1;
  }
  99.9% {
    border-right: 0.15em solid orange;
  }
  100% {
    opacity: 1;
    border: none;
  }
}
@keyframes typewriter {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes blinkTextCursor {
  from {
    border-right-color: rgba(255, 255, 255, 0.75);
  }
  to {
    border-right-color: transparent;
  }
}
body .typewriter {
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  font-size: 42px;
  line-height: 60px;
}
@media screen and (max-width: 1440px) {
  body .typewriter {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  body .typewriter {
    font-size: 36px;
  }
}
@media screen and (max-width: 760px) {
  body .typewriter {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  body .typewriter {
    white-space: unset;
    overflow: visible;
    animation: none !important;
    line-height: 40px;
  }
}
#fullpage p {
  margin: 0;
}
#fullpage .section p {
  margin-bottom: 15px;
}
.slider-fade .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
}
.slider-fade .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  z-index: 1000;
}
.slider-fade .slides-wrap .slick-list .slick-track {
  width: 100% !important;
}
.slider-fade .fp-controlArrow,
.slider-fade .fp-slidesNav {
  display: none !important;
}
/*
**********************
      Blog
**********************
*/
.single-post-page.general-page .entry-content {
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
}
.single-post-page.general-page .entry-content p a {
  color: #cc3e00;
  text-decoration: underline;
  font-weight: 600;
}
.single-post .section.date_Wrapper .width-1300-container {
  padding: 120px 40px 0;
  margin-bottom: -120px;
}
@media screen and (max-width: 1440px) {
  .single-post .section.date_Wrapper .width-1300-container {
    padding: 100px 40px 0;
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 1280px) {
  .single-post .section.date_Wrapper .width-1300-container {
    padding: 80px 40px 0;
    margin-bottom: -80px;
  }
}
@media screen and (max-width: 800px) {
  .single-post .section.date_Wrapper .width-1300-container {
    padding: 100px 40px 0;
    margin-bottom: -60px;
  }
}
.single-post .section.date_Wrapper .width-1300-container .date-author p span {
  margin-bottom: -40px;
}
.single-post .section .width-1300-container .width-1300-inner p span a {
  font: inherit;
}
.blog-archive.general-page .entry-content,
.blog-single.general-page .entry-content {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}
.blog-archive a,
.blog-single a {
  color: #21466A;
}
.blog-archive .single-post .title,
.blog-single .single-post .title {
  margin-bottom: 3px;
}
.blog-archive .single-post h5,
.blog-single .single-post h5,
.blog-archive .single-post h5 a,
.blog-single .single-post h5 a {
  font-size: 15px;
  line-height: 17px;
  color: #21466A;
  margin-bottom: 5px;
}
.blog-archive .single-post .read-more,
.blog-single .single-post .read-more {
  color: #cc3e00;
  font-weight: 500;
}
.blog-archive .single-post .date-author,
.blog-single .single-post .date-author {
  margin-bottom: 25px;
}
.blog-archive .single-post .date-author .date,
.blog-single .single-post .date-author .date {
  font-weight: 500;
  color: #6a6c74;
  font-size: 15px;
  letter-spacing: 0.075em;
}
.blog-archive .single-post .date-author .sep,
.blog-single .single-post .date-author .sep {
  font-weight: 500;
  color: #6a6c74;
  font-size: 15px;
  letter-spacing: 0.075em;
}
.blog-archive .single-post .date-author .author,
.blog-single .single-post .date-author .author {
  font-weight: 900;
  color: #21466A;
  font-size: 15px;
  letter-spacing: 0.075em;
}
.blog-archive .single-post .entry-summary .gp-blog-common-col,
.blog-single .single-post .entry-summary .gp-blog-common-col {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #6a6c74;
}
.blog-archive .single-post .entry-summary .gp-blog-common-col p,
.blog-single .single-post .entry-summary .gp-blog-common-col p {
  margin-bottom: 15px;
}
.blog-archive .single-post .entry-summary .gp-blog-two-col,
.blog-single .single-post .entry-summary .gp-blog-two-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.blog-archive .single-post .entry-summary .gp-blog-two-col .left,
.blog-single .single-post .entry-summary .gp-blog-two-col .left {
  width: 36%;
}
.blog-archive .single-post .entry-summary .gp-blog-two-col .left .bg-image,
.blog-single .single-post .entry-summary .gp-blog-two-col .left .bg-image {
  background: no-repeat center center / cover;
  min-height: 350px;
}
.blog-archive .single-post .entry-summary .gp-blog-two-col .right,
.blog-single .single-post .entry-summary .gp-blog-two-col .right {
  width: 64%;
  padding-left: 2vw;
}
@media screen and (max-width: 840px) {
  .blog-archive .single-post .entry-summary .gp-blog-two-col,
  .blog-single .single-post .entry-summary .gp-blog-two-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .blog-archive .single-post .entry-summary .gp-blog-two-col .left,
  .blog-single .single-post .entry-summary .gp-blog-two-col .left {
    width: 100%;
    margin-bottom: 25px;
  }
  .blog-archive .single-post .entry-summary .gp-blog-two-col .left .bg-image,
  .blog-single .single-post .entry-summary .gp-blog-two-col .left .bg-image {
    max-width: 400px;
  }
  .blog-archive .single-post .entry-summary .gp-blog-two-col .right,
  .blog-single .single-post .entry-summary .gp-blog-two-col .right {
    width: 100%;
  }
}
.navigation.pagination {
  margin-bottom: 45px;
}
.navigation.pagination h2.screen-reader-text {
  display: none;
}
.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.navigation.pagination .nav-links .page-numbers {
  display: block;
  color: #6a6c74;
  font-size: 16px;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 5px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 6px 9px;
}
.navigation.pagination .nav-links .page-numbers:hover {
  background: #cc3e00;
  border-radius: 4px;
}
.navigation.pagination .nav-links .page-numbers.current {
  background: #fa2a05;
  color: #ffffff;
  border-radius: 4px;
}
.navigation.pagination .nav-links .page-numbers.current:hover {
  background: #cc3e00;
}
.navigation.pagination .nav-links .page-numbers svg {
  display: none;
}
.navigation.pagination .nav-links .next,
.navigation.pagination .nav-links .prev {
  display: block;
}
.navigation.pagination .nav-links .next .screen-reader-text,
.navigation.pagination .nav-links .prev .screen-reader-text {
  display: inline-block;
  overflow: visible;
  width: auto;
}
.navigation.post-navigation {
  margin-top: 25px;
  margin-bottom: 45px;
}
.navigation.post-navigation .screen-reader-text {
  display: none;
}
.navigation.post-navigation .nav-links .nav-next,
.navigation.post-navigation .nav-links .nav-previous {
  display: block;
  margin-bottom: 15px;
}
.navigation.post-navigation .nav-links .nav-next .nav-title,
.navigation.post-navigation .nav-links .nav-previous .nav-title {
  font-weight: 500;
  color: #6a6c74;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation.post-navigation .nav-links .nav-next .nav-title:hover,
.navigation.post-navigation .nav-links .nav-previous .nav-title:hover {
  color: #21466A;
}
.navigation.post-navigation .nav-links .nav-next .nav-title .nav-title-icon-wrapper svg,
.navigation.post-navigation .nav-links .nav-previous .nav-title .nav-title-icon-wrapper svg {
  display: none;
}
/*
**********************
     Our Work
**********************
*/
.projects-wrapper {
  width: 100%;
  overflow: hidden;
}
.projects-wrapper .single-project-wrap {
  overflow: hidden;
  position: relative;
  border: 1px solid #ffffff;
}
.projects-wrapper .single-project-wrap .blurb-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.projects-wrapper .single-project-wrap .blurb-content p {
  color: #ffffff;
}
.projects-wrapper .single-project-wrap .overlay-project {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 9;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.projects-wrapper .single-project-wrap .project-content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.projects-wrapper .single-project-wrap .project-content .blurb {
  color: #ffffff;
  padding: 10px;
  padding: 10px 15%;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  text-align: center;
  width: 100%;
}
.projects-wrapper .single-project-wrap .project-content .blurb h5 {
  font-size: 23px;
  margin: 0;
}
.projects-wrapper .single-project-wrap .project-content .blurb p {
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  margin: 5px 0 0;
}
.projects-wrapper .single-project-wrap:hover .project-content .blurb {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.projects-wrapper .single-project-wrap:hover .single-project {
  -webkit-filter: grayscale(1) blur(3px) brightness(0.4);
  filter: grayscale(1) blur(3px) brightness(0.4);
  -webkit-filter: grayscale(1) brightness(0.4);
  filter: grayscale(1) brightness(0.4);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.projects-wrapper .single-project-wrap:hover .single-project.single-orange-project {
  -webkit-filter: none;
  filter: none;
}
.projects-wrapper .single-project {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: transparent no-repeat center center / cover;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: inset 10px 10px 75px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 10px 10px 75px 1px rgba(0, 0, 0, 0.75);
  box-shadow: inset 10px 10px 75px 1px rgba(0, 0, 0, 0.75);
}
.projects-wrapper .single-project.single-orange-project {
  background-color: #cc3e00;
  box-shadow: none;
  cursor: none;
}
.projects-wrapper .single-project.single-orange-project .overlay-project {
  pointer-events: none;
}
.projects-wrapper .single-project.single-orange-project:hover {
  pointer-events: none;
}
.projects-wrapper .four-one-projects {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.projects-wrapper .four-one-projects .fo-four-container {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.projects-wrapper .four-one-projects .fo-four-container .single-project-wrap {
  width: 50%;
  height: 475px;
}
@media screen and (max-width: 1550px) {
  .projects-wrapper .four-one-projects .fo-four-container .single-project-wrap {
    height: 400px;
  }
}
@media screen and (max-width: 1280px) {
  .projects-wrapper .four-one-projects .fo-four-container .single-project-wrap {
    height: 320px;
  }
}
.projects-wrapper .four-one-projects .fo-four-container .single-project {
  width: 100%;
  height: 100%;
}
.projects-wrapper .four-one-projects .fo-single-container {
  width: 50%;
}
.projects-wrapper .four-one-projects .fo-single-container .single-project-wrap {
  width: 100%;
  height: 950px;
}
@media screen and (max-width: 1550px) {
  .projects-wrapper .four-one-projects .fo-single-container .single-project-wrap {
    height: 800px;
  }
}
@media screen and (max-width: 1280px) {
  .projects-wrapper .four-one-projects .fo-single-container .single-project-wrap {
    height: 640px;
  }
}
.projects-wrapper .four-one-projects .fo-single-container .single-project {
  width: 100%;
  height: 100%;
}
.projects-wrapper .eight-projects {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.projects-wrapper .eight-projects .single-project-wrap {
  width: 25%;
  height: 475px;
}
@media screen and (max-width: 1550px) {
  .projects-wrapper .eight-projects .single-project-wrap {
    height: 400px;
  }
}
@media screen and (max-width: 1280px) {
  .projects-wrapper .eight-projects .single-project-wrap {
    height: 320px;
  }
}
.projects-wrapper .eight-projects .single-project {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .projects-wrapper .four-one-projects .fo-four-container {
    width: 100%;
  }
  .projects-wrapper .four-one-projects .fo-four-container .single-project-wrap {
    height: 450px;
  }
  .projects-wrapper .four-one-projects .fo-single-container {
    width: 100%;
  }
  .projects-wrapper .four-one-projects .fo-single-container .single-project-wrap {
    height: 800px;
  }
  .projects-wrapper .eight-projects .single-project-wrap {
    width: 50%;
    height: 450px;
  }
}
@media screen and (max-width: 800px) {
  .projects-wrapper .four-one-projects .fo-four-container .single-project-wrap {
    height: 400px;
  }
  .projects-wrapper .four-one-projects .fo-single-container .single-project-wrap {
    height: 740px;
  }
  .projects-wrapper .eight-projects .single-project-wrap {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .projects-wrapper .four-one-projects .fo-four-container .single-project-wrap {
    height: 550px;
    width: 100%;
  }
  .projects-wrapper .four-one-projects .fo-single-container .single-project-wrap {
    height: 550px;
  }
  .projects-wrapper .eight-projects .single-project-wrap {
    height: 550px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .projects-wrapper .four-one-projects .fo-four-container .single-project-wrap {
    height: 480px;
  }
  .projects-wrapper .four-one-projects .fo-single-container .single-project-wrap {
    height: 480px;
  }
  .projects-wrapper .eight-projects .single-project-wrap {
    height: 480px;
  }
}
@media screen and (max-width: 420px) {
  .projects-wrapper .four-one-projects .fo-four-container .single-project-wrap {
    height: 400px;
  }
  .projects-wrapper .four-one-projects .fo-single-container .single-project-wrap {
    height: 400px;
  }
  .projects-wrapper .eight-projects .single-project-wrap {
    height: 400px;
  }
}
/*
**********************
     404 page
**********************
*/
.page-404-container {
  min-height: 100vh;
  width: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.page-404-container .content-404 {
  width: 100%;
  text-align: center;
}
.page-404-container .content-404 h1 {
  font-size: 120px;
  line-height: 120%;
}
.page-404-container .content-404 h1 span {
  font-size: inherit;
}
.page-404-container .content-404 h3 {
  font-size: 50px;
  font-weight: 300;
}
.page-404-container .content-404 h3 span {
  font-size: inherit;
  font-weight: inherit;
}
/*
**********************
     Member
**********************
*/
.pp-image-container {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.pp-image-container .common-img {
  position: relative;
  background: no-repeat center center / cover;
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.pp-image-container .common-img:hover {
  filter: grayscale(0%);
}
.pp-image-container .common-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.pp-image-container .column1 .c1-img {
  width: 300px;
  height: 260px;
}
.pp-image-container .column2 .c2-img {
  width: 400px;
  height: 520px;
}
.pp-image-container .column3 .c3-top,
.pp-image-container .column3 .c3-bottom {
  width: 340px;
  height: 173px;
}
.pp-image-container .column3 .c3-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.pp-image-container .column3 .c3-center .c3-center-img {
  width: 170px;
  height: 175px;
}
.pp-image-container .column4 .c4-img1 {
  width: 220px;
  height: 347px;
}
.pp-image-container .column4 .c4-img2 {
  width: 220px;
  height: 173px;
}
@media screen and (max-width: 1340px) {
  .pp-image-container {
    margin-bottom: 50px;
  }
  .pp-image-container .column1 .c1-img {
    width: 223px;
    height: 194px;
  }
  .pp-image-container .column2 .c2-img {
    width: 298px;
    height: 388px;
  }
  .pp-image-container .column3 .c3-top,
  .pp-image-container .column3 .c3-bottom {
    width: 254px;
    height: 129px;
  }
  .pp-image-container .column3 .c3-center .c3-center-img {
    width: 127px;
    height: 130px;
  }
  .pp-image-container .column4 .c4-img1 {
    width: 164px;
    height: 259px;
  }
  .pp-image-container .column4 .c4-img2 {
    width: 164px;
    height: 129px;
  }
}
@media screen and (max-width: 960px) {
  .pp-image-container {
    margin-bottom: 40px;
  }
  .pp-image-container .column1 .c1-img {
    width: 178px;
    height: 154px;
  }
  .pp-image-container .column2 .c2-img {
    width: 237px;
    height: 308px;
  }
  .pp-image-container .column3 .c3-top,
  .pp-image-container .column3 .c3-bottom {
    width: 202px;
    height: 104px;
  }
  .pp-image-container .column3 .c3-center .c3-center-img {
    width: 101px;
    height: 104px;
  }
  .pp-image-container .column4 .c4-img1 {
    width: 131px;
    height: 206px;
  }
  .pp-image-container .column4 .c4-img2 {
    width: 131px;
    height: 105px;
  }
}
@media screen and (max-width: 800px) {
  .pp-image-container {
    margin-bottom: 40px;
  }
  .pp-image-container .column1 .c1-img {
    width: 95px;
    height: 82px;
  }
  .pp-image-container .column2 .c2-img {
    width: 127px;
    height: 164px;
  }
  .pp-image-container .column3 .c3-top,
  .pp-image-container .column3 .c3-bottom {
    width: 108px;
    height: 55px;
  }
  .pp-image-container .column3 .c3-center .c3-center-img {
    width: 54px;
    height: 55px;
  }
  .pp-image-container .column4 .c4-img1 {
    width: 70px;
    height: 110px;
  }
  .pp-image-container .column4 .c4-img2 {
    width: 70px;
    height: 55px;
  }
}
@media screen and (max-width: 460px) {
  .pp-image-container {
    margin-bottom: 30px;
  }
  .pp-image-container .column1 .c1-img {
    width: 80px;
    height: 74px;
  }
  .pp-image-container .column2 .c2-img {
    width: 100px;
    height: 148px;
  }
  .pp-image-container .column3 .c3-top,
  .pp-image-container .column3 .c3-bottom {
    width: 92px;
    height: 50px;
  }
  .pp-image-container .column3 .c3-center .c3-center-img {
    width: 46px;
    height: 48px;
  }
  .pp-image-container .column4 .c4-img1 {
    width: 64px;
    height: 96px;
  }
  .pp-image-container .column4 .c4-img2 {
    width: 64px;
    height: 52px;
  }
}
.single-gp_team_member .mb-designation-title {
  margin-bottom: 5px;
  line-height: 120%;
}
.single-gp_team_member .mb-heading {
  margin-bottom: 30px;
}
.team-member-wrapper {
  padding: 100px 0px 100px;
  padding: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .team-member-wrapper {
    height: unset;
  }
}
@media screen and (max-width: 1200px) {
  .team-member-wrapper {
    padding: unset;
  }
}
.team-member-wrapper .team-member-container {
  width: 100%;
  padding: 0 42px;
  padding: 0px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
}
.team-member-wrapper .team-member-container .single-member {
  display: block;
}
@media screen and (min-width: 1200px) {
  .team-member-wrapper .team-member-container .single-member {
    width: 10%;
  }
}
.team-member-wrapper .team-member-container .single-member .member-inner {
  display: block;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.team-member-wrapper .team-member-container .single-member .member-inner:hover .member-image {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.team-member-wrapper .team-member-container .single-member .member-inner:hover .member-video {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.team-member-wrapper .team-member-container .single-member .member-inner .member-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media screen and (max-width: 1024px) {
  .team-member-wrapper .team-member-container .single-member .member-inner .member-image::after {
    -webkit-box-shadow: inset 10px 10px 600px 500px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 10px 10px 600px 500px rgba(0, 0, 0, 0.75);
    box-shadow: inset 10px 10px 600px 500px rgba(0, 0, 0, 0.75);
  }
}
.team-member-wrapper .team-member-container .single-member .member-inner .member-video {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.team-member-wrapper .team-member-container .single-member .member-inner .member-video::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 9;
}
.team-member-wrapper .team-member-container .single-member .member-inner .member-video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media screen and (max-width: 1024px) {
  .team-member-wrapper .team-member-container .single-member .member-inner .member-video {
    display: none !important;
  }
}
.team-member-wrapper .team-member-container .single-member .member-inner .member-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.team-member-wrapper .team-member-container .single-member .member-inner .member-content {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  width: 100%;
  height: 100%;
  padding: 40% 8%;
  -webkit-transform: translateY(101px);
  -ms-transform: translateY(101px);
  transform: translateY(101px);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .team-member-wrapper .team-member-container .single-member .member-inner .member-content {
    padding: 75% 8% 25% !important;
    text-align: center;
  }
  .team-member-wrapper .team-member-container .single-member .member-inner .member-content h5 {
    font-size: 15px !important;
    line-height: 125%;
  }
}
.team-member-wrapper .team-member-container .single-member .member-inner .member-content > * {
  line-height: 1.36em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
  padding: 0;
}
.team-member-wrapper .team-member-container .single-member .member-inner .member-content .member-name {
  color: #cc3e00;
  font-size: 13px;
  margin-bottom: 1px;
}
.team-member-wrapper .team-member-container .single-member .member-inner .member-content .member-designation {
  color: #ffffff;
  font-size: 13px;
}
.team-member-wrapper .team-member-container .single-member .member-inner:hover .member-image::after {
  -webkit-box-shadow: inset 10px 10px 600px 500px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 10px 10px 600px 500px rgba(0, 0, 0, 0.75);
  box-shadow: inset 10px 10px 600px 500px rgba(0, 0, 0, 0.75);
}
.team-member-wrapper .team-member-container .single-member .member-inner:hover .member-content {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  text-align: center;
}
.team-member-container .single-member {
  width: 12.5%;
}
.team-member-container .single-member .member-inner .member-content .member-name {
  font-size: 20px;
}
.team-member-container .single-member .member-inner .member-content .member-designation {
  font-size: 16px;
}
@media screen and (max-width: 1650px) {
  .team-member-container .single-member {
    width: 14.28571429%;
  }
  .team-member-container .single-member .member-inner .member-content .member-name {
    font-size: 18px;
  }
  .team-member-container .single-member .member-inner .member-content .member-designation {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .team-member-container .single-member {
    width: 16.66666667%;
  }
  .team-member-container .single-member .member-inner .member-content .member-name {
    font-size: 18px;
  }
  .team-member-container .single-member .member-inner .member-content .member-designation {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .team-member-container .single-member {
    width: 20%;
  }
  .team-member-container .single-member .member-inner .member-content .member-name {
    font-size: 18px;
  }
  .team-member-container .single-member .member-inner .member-content .member-designation {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .team-member-container .single-member {
    width: 25%;
  }
  .team-member-container .single-member .member-inner .member-content .member-name {
    font-size: 16px;
  }
  .team-member-container .single-member .member-inner .member-content .member-designation {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .team-member-container .single-member {
    width: 33.33333333%;
  }
  .team-member-container .single-member .member-inner .member-content .member-name {
    font-size: 16px;
  }
  .team-member-container .single-member .member-inner .member-content .member-designation {
    font-size: 15px;
  }
}
@media screen and (max-width: 640px) {
  .team-member-container .single-member {
    width: 50%;
  }
  .team-member-container .single-member .member-inner .member-content .member-name {
    font-size: 15px;
  }
  .team-member-container .single-member .member-inner .member-content .member-designation {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  .team-member-container .single-member {
    width: 100%;
  }
  .team-member-container .single-member .member-inner .member-content .member-name {
    font-size: 16px;
  }
  .team-member-container .single-member .member-inner .member-content .member-designation {
    font-size: 15px;
  }
}
.gp-next-btn-wrapper {
  position: fixed;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
  top: 91%;
  left: 49%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 48px;
}
.gp-next-btn-wrapper .gp-next-btn-trigger {
  cursor: pointer;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
}
.gp-next-btn-wrapper .gp-next-btn-trigger .material-icons {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 50px;
}
.gp-next-btn-wrapper .gp-next-btn-trigger .material-icons:hover {
  color: #cc3e00;
}
.gp-next-btn-wrapper:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1024px) {
  .gp-next-btn-wrapper {
    display: none;
  }
}
.gp-prev-btn-wrapper {
  display: none;
  position: fixed;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
  top: 12%;
  opacity: 0.6;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.gp-prev-btn-wrapper .gp-prev-btn-trigger {
  cursor: pointer;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
}
.gp-prev-btn-wrapper .gp-prev-btn-trigger .fa {
  display: block;
  color: #cc3e00;
  font-size: 75px;
}
.gp-prev-btn-wrapper:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1024px) {
  .gp-prev-btn-wrapper {
    display: none;
  }
}
.gp-slider {
  position: relative;
  overflow: hidden;
}
.gp-slider.js-init {
  height: auto;
}
.gp-slider .slides {
  position: relative;
  z-index: 20;
}
.gp-slider .slides .slide {
  background-color: #21466A;
}
.gp-slider .slides .slide .slide-img {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}
.gp-slider .slider-arrow {
  position: absolute;
  z-index: 45;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .gp-slider .slider-arrow {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
}
.gp-slider .slider-arrow.left {
  left: 50%;
  right: auto;
  bottom: 3%;
}
.gp-slider .slider-arrow.right {
  left: 50%;
  right: auto;
  top: 10%;
}
.gp-slider .slider-arrow .fa {
  display: block;
  color: #cc3e00;
  font-size: 32px;
  line-height: 1em;
}
@media screen and (max-width: 600px) {
  .gp-slider .slider-arrow .fa {
    font-size: 14px;
  }
}
.gp-slider .rotator-dots {
  display: none;
  position: absolute;
  z-index: 50;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider-alt {
  position: relative;
  overflow: hidden;
}
.slider-alt.js-init {
  height: auto;
}
.slider-alt .slides {
  position: relative;
  z-index: 20;
}
.slider-alt .slides .slide {
  background-color: #21466A;
}
.slider-alt .slides .slide .slide-img {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}
.slider-alt .slides .slide .slide-img.full {
  height: calc(100vh - 80px);
}
.slider-alt .slider-arrow {
  position: absolute;
  z-index: 45;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .slider-alt .slider-arrow {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
}
.slider-alt .slider-arrow.left {
  left: 1%;
  right: auto;
  top: 50%;
}
.slider-alt .slider-arrow.right {
  left: auto;
  right: 1%;
  top: 50%;
}
.slider-alt .slider-arrow .fa {
  display: block;
  color: #cc3e00;
  font-size: 32px;
  line-height: 1em;
}
@media screen and (max-width: 600px) {
  .slider-alt .slider-arrow .fa {
    font-size: 14px;
  }
}
.slider-alt .rotator-dots {
  position: absolute;
  z-index: 50;
  bottom: 4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider_noscroll {
  min-height: 100vh;
}
.slider_noscroll .slide-img {
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative;
}
.slider_noscroll .slide-img.has_content .hor-content {
  background-color: rgba(0, 0, 0, 0.5);
}
.slider_noscroll .slide-img.has_content .hor-content.overlay-false {
  background: none !important;
}
.slider_noscroll .slide-img .hor-content {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  padding: 100px 30px;
}
.slider_noscroll .slide-img .hor-content .hor-content-2 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  padding: 0 40px;
}
.slider_noscroll .slide-img .hor-content .hor-content-2 p,
.slider_noscroll .slide-img .hor-content .hor-content-2 h1,
.slider_noscroll .slide-img .hor-content .hor-content-2 h2,
.slider_noscroll .slide-img .hor-content .hor-content-2 h3,
.slider_noscroll .slide-img .hor-content .hor-content-2 h4,
.slider_noscroll .slide-img .hor-content .hor-content-2 h5,
.slider_noscroll .slide-img .hor-content .hor-content-2 h6,
.slider_noscroll .slide-img .hor-content .hor-content-2 a {
  color: #ffffff;
}
.slider_noscroll .slide-img .hor-content .hor-content-2.gp-slider-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.slider_noscroll .slide-img .hor-content .hor-content-2.gp-slider-content.gp-slider-content-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.slider_noscroll .slide-img .hor-content .hor-content-2.gp-slider-content.gp-slider-content-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.slider_noscroll .slide-img .hor-content .hor-content-2.gp-slider-content .gp-slider-content-inner {
  width: 480px;
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
}
.slider_noscroll .slide-img .hor-content .hor-content-2 a:not(.button) {
  font-size: 24px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .slider_noscroll .slide-img .hor-content .hor-content-2 a:not(.button) {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 10px;
  }
}
.slider_noscroll .slide-img .hor-content .hor-content-2.white-text {
  max-width: 1000px;
}
.slider_noscroll .slide-img .hor-content .hor-content-2.white-text h2 {
  font-size: clamp(1.8rem, 2.8vw, 3.5rem);
  line-height: 1.2em;
  color: white !important;
}
.slider_noscroll .slide-img .hor-content .left {
  width: 100%;
  max-width: 760px;
  margin-left: 51px !important;
}
.slider_noscroll .slide-img .hor-content .left p,
.slider_noscroll .slide-img .hor-content .left h1,
.slider_noscroll .slide-img .hor-content .left h2,
.slider_noscroll .slide-img .hor-content .left h3,
.slider_noscroll .slide-img .hor-content .left h4,
.slider_noscroll .slide-img .hor-content .left h5,
.slider_noscroll .slide-img .hor-content .left h6,
.slider_noscroll .slide-img .hor-content .left a {
  color: #ffffff;
}
.slider_noscroll .slide-img .hor-content .right {
  width: 100%;
  max-width: 760px;
  margin-right: 51px !important;
}
.slider_noscroll .slide-img .hor-content .right p,
.slider_noscroll .slide-img .hor-content .right h1,
.slider_noscroll .slide-img .hor-content .right h2,
.slider_noscroll .slide-img .hor-content .right h3,
.slider_noscroll .slide-img .hor-content .right h4,
.slider_noscroll .slide-img .hor-content .right h5,
.slider_noscroll .slide-img .hor-content .right h6,
.slider_noscroll .slide-img .hor-content .right a {
  color: #ffffff;
}
.slider_noscroll .slide-img .top-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}
.slider_noscroll .fp-controlArrow {
  width: 32px !important;
  height: 32px !important;
  border: 0 !important;
  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;
  display: block;
  color: #cc3e00;
  font-size: 32px;
  line-height: 1em;
}
.slider_noscroll .fp-controlArrow.fp-prev:before {
  content: "\f053";
}
.slider_noscroll .fp-controlArrow.fp-next:before {
  content: "\f054";
}
.slider_noscroll .fp-slidesNav {
  width: 100%;
  text-align: center;
}
.slider_noscroll .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
.slider_noscroll .fp-slidesNav ul li:hover a span {
  margin: -2px 0 0 -2px !important;
}
.slider_noscroll .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
.slider_noscroll .fp-slidesNav ul li a.active span {
  background: #cc3e00;
  margin: -2px 0 0 -2px !important;
}
.slider_noscroll .fp-slidesNav ul li a span {
  top: 2px;
  left: 2px;
  width: 10px !important;
  height: 10px !important;
  border: 2px solid #cc3e00;
  background: none;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
.slider_noscroll .fp-slidesNav ul li a span.fp-sr-only {
  display: none;
}
.flickity-slider {
  position: relative !important;
}
.flickity-slider.carousel {
  background: none;
}
.flickity-slider.carousel img {
  display: block;
  height: 700px;
  margin: 0 5px;
}
.flickity-slider.carousel img:first-child {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .flickity-slider.carousel img {
    height: 500px;
  }
}
@media screen and (max-width: 500px) {
  .flickity-slider.carousel img {
    height: 300px;
  }
}
.flickity-slider.carousel .flickity-page-dots {
  bottom: 4%;
}
.flickity-slider.carousel .flickity-page-dots .dot {
  opacity: 1;
  background: none;
  border: 2px solid #cc3e00;
}
.flickity-slider.carousel .flickity-page-dots .dot.is-selected {
  border: none;
  background: #cc3e00;
}
.flickity-slider.carousel .flickity-button {
  background: none;
}
.flickity-slider.carousel .flickity-button .flickity-button-icon {
  color: #cc3e00;
}
.gp-top-vid {
  position: relative;
  width: 100%;
  height: 730px;
  background-color: #21466A;
}
.gp-top-vid.full {
  height: 100vh;
  min-height: 400px;
}
@media screen and (max-width: 760px) {
  .gp-top-vid.full {
    height: auto !important;
  }
}
@media screen and (max-width: 1650px) {
  .gp-top-vid {
    height: 660px;
  }
}
@media screen and (max-width: 1440px) {
  .gp-top-vid {
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .gp-top-vid {
    height: 550px;
  }
}
@media screen and (max-width: 760px) {
  .gp-top-vid {
    height: 450px;
  }
}
@media screen and (max-width: 600px) {
  .gp-top-vid {
    height: 350px;
  }
}
.gp-top-vid.gp-top-vid-content.full {
  min-height: 100vh;
  min-height: 400px;
}
@media screen and (max-width: 760px) {
  .gp-top-vid.gp-top-vid-content.full {
    height: auto !important;
  }
}
.gp-top-vid.gp-top-vid-content .vid-bg::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.7;
  z-index: 9;
}
.gp-top-vid.gp-top-vid-content .vid-wrapper::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: 9;
}
.gp-top-vid.gp-top-vid-content .video-content {
  z-index: 999;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.gp-top-vid.gp-top-vid-content .video-content h1 {
  text-align: center;
  color: #ffffff;
}
.gp-top-vid.gp-top-vid-content .video-content p {
  color: #ffffff;
}
.gp-top-vid .vid-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.gp-top-vid .vid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  background-color: #21466A;
}
@media screen and (max-width: 1024px) {
}
.gp-top-vid .vid-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.gp-top-vid.vid-short .vid-wrapper video {
  height: 100%;
  width: auto;
}
.gp-top-vid.vid-tall .vid-wrapper video {
  width: 100%;
  height: auto;
}
.gp-top-vid.js-init .vid-wrapper video {
  visibility: visible;
  opacity: 1;
}
/*
**********************
      animation.less
**********************
*/
/*content hone-page-1-2
 */
#home-main-content > .fp-tableCell p,
#home-main-content-2 > .fp-tableCell p {
  opacity: 0;
  transition: opacity 1s ease;
}
#home-main-content.active > .fp-tableCell h2.typewriter,
#home-main-content-2.active > .fp-tableCell h2.typewriter {
  -webkit-animation: typewriter 2s steps(44) 1s 1 normal both;
  animation: typewriter 2s steps(44) 1s 1 normal both;
  -webkit-animation-delay: blinkTextCursor 500ms steps(44) infinite normal;
  animation-delay: blinkTextCursor 500ms steps(44) infinite normal;
}
#home-main-content.active > .fp-tableCell p,
#home-main-content-2.active > .fp-tableCell p {
  opacity: 1;
  transition-delay: 0.5s;
}
/*content hone-page-3
 */
#home-main-content-3 > .fp-tableCell p {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
}
#home-main-content-3.active > .fp-tableCell h2.typewriter {
  -webkit-animation: typewriter 4s steps(44) 1s 1 normal both;
  animation: typewriter 4s steps(44) 1s 1 normal both;
  -webkit-animation-delay: blinkTextCursor 500ms steps(44) infinite normal;
  animation-delay: blinkTextCursor 500ms steps(44) infinite normal;
}
#home-main-content-3.active > .fp-tableCell p {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.5s;
}
/*section-home-1 section-home-3 with image/
 */
#section-home-1 > .fp-tableCell .info-container,
#section-home-3 > .fp-tableCell .info-container {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
}
#section-home-1 > .fp-tableCell .image-container,
#section-home-3 > .fp-tableCell .image-container {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
}
#section-home-1.active > .fp-tableCell .info-container,
#section-home-3.active > .fp-tableCell .info-container {
  transition-delay: 0.2s;
  transform: translateX(0);
  opacity: 1;
}
#section-home-1.active > .fp-tableCell .image-container,
#section-home-3.active > .fp-tableCell .image-container {
  transition-delay: 0.4s;
  transform: translateX(0);
  opacity: 1;
}
/*section-home-2 section-home-4 with image/
 */
#section-home-2 > .fp-tableCell .info-container,
#section-home-4 > .fp-tableCell .info-container {
  transform: translateX(-100%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
}
#section-home-2 > .fp-tableCell .image-container,
#section-home-4 > .fp-tableCell .image-container {
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity 0.8s ease-in-out;
}
#section-home-2.active > .fp-tableCell .info-container,
#section-home-4.active > .fp-tableCell .info-container {
  transition-delay: 0.2s;
  transform: translateX(0);
  opacity: 1;
}
#section-home-2.active > .fp-tableCell .image-container,
#section-home-4.active > .fp-tableCell .image-container {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.4s;
}
#vertical > .fp-tableCell .info-container {
  transform: translateY(100%);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
#vertical > .fp-tableCell .image-container {
  transform: translateY(100%);
  opacity: 1;
  transition: transform 0.8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
@media screen and (max-width: 1024px) {
  #vertical > .fp-tableCell .info-container {
    transform: translateY(0);
  }
  #vertical > .fp-tableCell .image-container {
    transform: translateY(0);
  }
}
#vertical.active > .fp-tableCell .info-container {
  transform: translateY(0);
}
#vertical.active > .fp-tableCell .image-container {
  transform: translateY(0);
}
.section.active > .fp-tableCell .typewriter {
  -webkit-animation: typewriter 4s steps(44) 1s 1 normal both;
  animation: typewriter 4s steps(44) 1s 1 normal both;
  -webkit-animation-delay: blinkTextCursor 500ms steps(44) infinite normal;
  animation-delay: blinkTextCursor 500ms steps(44) infinite normal;
}
.typing {
  opacity: 0;
}
.typing-section {
  margin-bottom: 20px;
}
.typing-section .typing {
  display: inline-block;
  margin-bottom: 0;
}
.typing-section .subtext {
  font-weight: 500;
  font-size: 30px;
  line-height: 150%;
  font-family: Playfair Display, sans-serif;
  color: #626262;
}
.typing-section .subheading {
  font-size: 18px;
  font-weight: 500;
  color: black;
}
.single-post-older {
  width: 230px;
  margin-bottom: 25px;
}
.single-post-older .entry-summary {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.single-post-older .entry-summary .top-img {
  width: 220px;
  height: 220px;
}
.single-post-older .entry-summary .top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post-older .entry-summary .mid-title {
  padding: 0 5px 0 0;
  margin-top: 6px;
}
.single-post-older .entry-summary .mid-title p {
  color: #ff6600;
  font-size: 16px;
  font-weight: 500;
}
.single-post-older .entry-summary .btm-content {
  padding: 0 5px 0 0;
  padding: 0 20px 0 0;
}
.single-post-older .entry-summary .btm-content p {
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 500;
}
.single-post-older .entry-summary .read-more {
  color: #ff6600;
}
@media screen and (max-width: 500px) {
  .single-post-older {
    width: 300px;
  }
  .single-post-older .entry-summary .top-img {
    width: 300px;
    height: 300px;
  }
  .single-post-older .entry-summary .mid-title {
    padding: 0 2px;
  }
  .single-post-older .entry-summary .btm-content {
    padding: 0 2px;
  }
}
.blog-archive {
  max-width: 1460px;
}
.blog-archive .site-main .recent-news {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.blog-archive .site-main .older-t p {
  color: #ff6600;
  font-size: 26px;
  font-weight: 500;
}
.blog-archive .site-main .older-news {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.single-post-recent {
  width: 350px;
}
.single-post-recent .entry-summary {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
}
.single-post-recent .entry-summary .top-img {
  width: 320px;
  height: 320px;
}
.single-post-recent .entry-summary .top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post-recent .entry-summary .mid-date {
  margin-top: 10px;
}
.single-post-recent .entry-summary .mid-date p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
.single-post-recent .entry-summary .mid-title {
  margin-bottom: 20px;
  padding: 0 10px 0 0;
}
.single-post-recent .entry-summary .mid-title p {
  color: #ff6600;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.single-post-recent .entry-summary .btm-content {
  padding: 0 20px 0 0;
}
.single-post-recent .entry-summary .btm-content p {
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 500;
}
.single-post-recent .entry-summary .read-more {
  color: #ff6600;
}
@media screen and (max-width: 500px) {
  .single-post-recent {
    width: 300px;
    margin-bottom: 30px;
  }
  .single-post-recent .entry-summary .top-img {
    width: 300px;
    height: 300px;
  }
  .single-post-recent .entry-summary .mid-title {
    padding: 0 2px;
  }
  .single-post-recent .entry-summary .btm-content {
    padding: 0 2px;
  }
}
/*# sourceMappingURL=master.css.map */