@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"); * {
margin: 0;
padding: 0; } body {
-webkit-text-size-adjust: 100%;
opacity: 0; }
img {
display: block;
border: 0px; }
.clear {
clear: both; }
a[href^="tel"] {
color: inherit;
text-decoration: none; }
a, ul, ol, .section-number {
text-decoration: none;
-webkit-transition: 0.3s ease;
transition: 0.3s ease; } .header {
width: 94%;
max-width: 1680px;
margin: 0 auto;
padding: 20px 0px; }
.header .logo {
width: 140px;
float: left; }
.header .menu-main-menu-container {
float: right;
text-align: center;
width: calc(100% - 140px);
margin-top: 15px; }
.menu-toggle {
display: none; }
.nav-menu {
display: block; }
.mobile-info-panel {
display: none; }
.nav-menu {
z-index: 60000; }
.nav-menu li {
position: relative;
list-style-type: none;
display: inline-block;
margin: 0px 20px; }
.nav-menu li a {
font-size: 16px;
font-weight: 400;
line-height: 50px;
color: #858485;
display: block; }
.nav-menu li a:hover {
color: #7D8C75; }
.nav-menu li ul {
position: absolute;
top: 50px;
left: 0px;
padding-top: 2px;
visibility: hidden;
opacity: 0;
width: 200px;
text-align: left;
-webkit-box-shadow: 2px 7px 13px 0 rgba(0, 0, 0, 0.16);
box-shadow: 2px 7px 13px 0 rgba(0, 0, 0, 0.16);
background-color: #fff;
padding: 12px 0px 12px 12px;
z-index: 10000; }
.nav-menu li ul li {
margin: 0px;
padding: 12px 0px 12px 12px;
display: block;
cursor: pointer; }
.nav-menu li ul li a {
line-height: 1em;
font-size: 15px; }
.nav-menu li ul li:hover a {
margin-left: 5px; }
.nav-menu li ul li.menu-item-has-children a {
position: relative; }
.nav-menu li ul li.menu-item-has-children a:before {
position: absolute;
right: 30px;
top: 50%;
content: "\f054";
font-family: "FontAwesome";
font-weight: 600;
cursor: pointer;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.nav-menu li ul li.menu-item-has-children ul {
left: 200px;
top: 0px; }
.nav-menu li ul li.menu-item-has-children ul li a:before {
content: ""; }
.nav-menu li ul li.menu-item-has-children ul li:hover a {
margin-left: 10px; }
.nav-menu li:hover > ul {
visibility: visible;
opacity: 1; }
@media only screen and (max-width: 950px), screen and (max-device-width: 950px) {
.header {
padding: 10px 0px; }
.menu-toggle {
display: block; }
.nav-menu {
display: none;
-webkit-transition: none;
transition: none; }
#nav-icon {
float: right;
margin: 28px 24px 0px 0px;
width: 28px;
height: 18px;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
cursor: pointer;
z-index: 99999;
position: relative; }
#nav-icon span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #7D8C75;
border-radius: 2px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: 0.25s ease;
transition: 0.25s ease; }
#nav-icon span:nth-child(1) {
top: 0px; }
#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
top: 8px; }
#nav-icon span:nth-child(4) {
top: 16px; }
#nav-icon.open span:nth-child(1) {
top: 8px;
width: 0%;
left: 50%; }
#nav-icon.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
#nav-icon.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg); }
#nav-icon.open span:nth-child(4) {
top: 8px;
width: 0%;
left: 50%; }
.nav-menu {
width: 300px;
position: absolute;
top: 16px;
right: 28px;
background: #ffffff;
text-align: left;
-webkit-box-shadow: 2px 7px 13px 0 rgba(0, 0, 0, 0.16);
box-shadow: 2px 7px 13px 0 rgba(0, 0, 0, 0.16);
background-color: #fff;
padding: 12px 0px 12px 12px; }
.nav-menu li {
position: relative;
list-style-type: none;
display: block;
margin: 0px 20px; }
.nav-menu li a {
font-size: 16px;
font-weight: 400;
line-height: 40px;
color: #858485;
display: block; }
.nav-menu li a:hover {
color: #7D8C75; }
.nav-menu li ul {
position: static;
height: 0px;
overflow: hidden;
padding-top: 0px;
visibility: hidden;
opacity: 0;
width: auto;
text-align: left;
-webkit-box-shadow: none;
box-shadow: none;
background-color: #fff;
padding: 0; }
.nav-menu li ul li {
margin: 0px;
padding: 12px 0px 12px 12px;
display: block;
cursor: pointer; }
.nav-menu li ul li a {
line-height: 1em;
font-size: 15px; }
.nav-menu li ul li:hover a {
margin-left: 5px; }
.nav-menu li ul li.menu-item-has-children a {
position: relative; }
.nav-menu li ul li.menu-item-has-children a:before {
position: absolute;
right: 30px;
top: 50%;
content: "\f054";
font-family: "FontAwesome";
font-weight: 600;
cursor: pointer;
-webkit-transform: translateY(-50%);
transform: translateY(-50%); }
.nav-menu li ul li.menu-item-has-children ul {
left: 200px;
top: 0px; }
.nav-menu li ul li.menu-item-has-children ul li a:before {
content: ""; }
.nav-menu li ul li.menu-item-has-children ul li:hover a {
margin-left: 10px; }
.nav-menu li:hover > ul {
visibility: visible;
opacity: 1;
overflow: normal;
height: auto; } }
img {
width: 100%;
height: auto; }
body {
font-family: "Poppins", Arial, Helvetica, san-serif;
font-size: 14px;
overflow-x: hidden; }
a {
color: blue;
text-decoration: none; }
a:hover {
color: red; }
.sections {
background: #EFEFEF; }
.sections .inner-sections {
max-width: 1623px;
width: 92%;
margin: 0 auto;
position: relative;
z-index: 50; }
.sections .inner-sections .block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 50px;
padding-top: 100px;
color: #858485;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.sections .inner-sections .block .block-content {
width: 50%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.sections .inner-sections .block .block-content h4 {
font-size: 45px;
font-weight: 700;
color: #474747;
margin-bottom: 22px;
margin-right: 10%; }
.sections .inner-sections .block .block-content p {
margin-bottom: 1.5em;
line-height: 1.8;
margin-right: 10%; }
.sections .inner-sections .block .block-content a {
display: inline-block;
background: #7D8C75;
color: #ffffff;
text-align: center;
padding: 14px 50px;
border: 0.1px solid rgba(125, 140, 117, 0.3);
margin-top: 15px; }
.sections .inner-sections .block .block-content a:hover {
color: #7D8C75;
background: #ffffff; }
.sections .inner-sections .block .block-images {
width: 50%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.sections .inner-sections .block.even .block-content {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.sections .inner-sections .block.even .block-content h4, .sections .inner-sections .block.even .block-content p {
margin-right: 0px;
margin-left: 10%; }
.sections .inner-sections .block.even .block-images {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; }
.sections .inner-sections .block.three-in-a-row .block-images .img {
float: left;
width: 33.33333%;
padding-bottom: 55%;
background-size: cover;
background-position: center;
margin-top: -4%; }
.sections .inner-sections .block.three-in-a-row .block-images .img:nth-child(2) {
margin-top: 4%; }
.sections .inner-sections .block.two-in-a-row .block-images .img {
float: left;
width: 65%;
padding-bottom: 50%;
background-size: cover;
background-position: center; }
.sections .inner-sections .block.two-in-a-row .block-images .img:nth-child(2) {
float: right;
margin-top: -40%; }
.sections .inner-sections .block.two-in-a-row.variation .block-images {
padding-top: 150px; }
.sections .inner-sections .block.two-in-a-row.variation .block-images .img {
position: relative; }
.sections .inner-sections .block.two-in-a-row.variation .block-images .img:nth-child(1) {
z-index: 5;
width: 55%;
padding-bottom: 37%; }
.sections .inner-sections .block.two-in-a-row.variation .block-images .img:nth-child(2) {
padding-bottom: 60%;
width: 72%;
margin-top: -60%; }
.sections .inner-sections .block.three-vertical .block-images {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.sections .inner-sections .block.three-vertical .block-images .image-column1 {
width: calc(50% - 15px);
margin-right: 30px; }
.sections .inner-sections .block.three-vertical .block-images .image-column1 .img {
width: 100%;
padding-bottom: 75%;
background-size: cover;
background-position: center;
margin-bottom: 30px; }
.sections .inner-sections .block.three-vertical .block-images .image-column2 {
width: calc(50% - 15px); }
.sections .inner-sections .block.three-vertical .block-images .image-column2 .img {
width: 100%;
padding-bottom: calc(150% + 30px);
background-size: cover;
background-position: center; }
.sections .inner-sections .block.three-horizontal .block-images .img {
width: calc(50% - 15px);
float: left;
padding-bottom: 35%;
background-size: cover;
background-position: center; }
.sections .inner-sections .block.three-horizontal .block-images .img:nth-child(1) {
width: calc(33.3333% - 15px);
margin-right: 30px; }
.sections .inner-sections .block.three-horizontal .block-images .img:nth-child(2) {
width: calc(66.6666% - 15px); }
.sections .inner-sections .block.three-horizontal .block-images .img:nth-child(3) {
margin-top: 30px;
width: 100%;
padding-bottom: 30%; }
@media only screen and (min-width: 1041px) and (max-width: 1315px) {
.sections .inner-sections .block {
padding-top: 80px; }
.sections .inner-sections .block .block-content h4 {
font-size: 40px; }
.sections .inner-sections .block.three-vertical .block-images {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.sections .inner-sections .block.three-vertical .block-images .image-column1 {
width: calc(50% - 10px);
margin-right: 20px; }
.sections .inner-sections .block.three-vertical .block-images .image-column1 .img {
margin-bottom: 20px; }
.sections .inner-sections .block.three-vertical .block-images .image-column2 {
width: calc(50% - 10px); }
.sections .inner-sections .block.three-vertical .block-images .image-column2 .img {
padding-bottom: calc(150% + 20px); }
.sections .inner-sections .block.three-horizontal .block-images .img {
width: calc(50% - 10px); }
.sections .inner-sections .block.three-horizontal .block-images .img:nth-child(1) {
width: calc(33.3333% - 10px);
margin-right: 20px; }
.sections .inner-sections .block.three-horizontal .block-images .img:nth-child(2) {
width: calc(66.6666% - 10px); }
.sections .inner-sections .block.three-horizontal .block-images .img:nth-child(3) {
margin-top: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 1040px) {
.sections .inner-sections .block {
padding-top: 70px; }
.sections .inner-sections .block .block-content {
width: 100%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.sections .inner-sections .block .block-content h4 {
font-size: 40px; }
.sections .inner-sections .block .block-images {
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-bottom: 30px; }
.sections .inner-sections .block.even .block-content {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.sections .inner-sections .block.even .block-content h4, .sections .inner-sections .block.even .block-content p {
margin-right: 0px;
margin-left: 0%; }
.sections .inner-sections .block.even .block-images {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
@media only screen and (max-width: 767px), screen and (max-device-width: 767px) {
.sections {
padding-bottom: 50px; }
.sections .inner-sections .block {
padding-top: 70px;
padding-bottom: 0px; }
.sections .inner-sections .block .block-content {
width: 100%;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.sections .inner-sections .block .block-content h4 {
font-size: 28px; }
.sections .inner-sections .block .block-images {
width: 100%;
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
margin-bottom: 30px; }
.sections .inner-sections .block.even .block-content {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2; }
.sections .inner-sections .block.even .block-content h4, .sections .inner-sections .block.even .block-content p {
margin-right: 0px;
margin-left: 0%; }
.sections .inner-sections .block.even .block-images {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1; } }
.carousel {
height: calc(100vh - 120px);
background-color: #efefef; }
.carousel .slider1-wrapper {
float: left;
width: 24%;
height: 85%; }
.carousel .slider1-wrapper .bx-wrapper {
height: 100% !important; }
.carousel .slider1-wrapper .bx-wrapper .bx-viewport {
height: 100% !important; }
.carousel .slider1-wrapper .bx-wrapper .bx-viewport ul {
height: 100%; }
.carousel .slider1-wrapper .bx-wrapper .bx-viewport ul li {
height: 100%; }
.carousel .slider1-wrapper .bx-wrapper .bx-viewport ul li div {
background-size: cover;
height: 100%;
opacity: 0;
margin-left: -90%;
width: 100%;
-webkit-transition: margin-left 1s ease;
transition: margin-left 1s ease; }
.carousel .slider1-wrapper .bx-wrapper .bx-viewport ul li.active-slide1 div {
opacity: 1;
margin-left: 0px; }
.carousel .slider2-wrapper {
float: right;
width: 76%;
height: 79%; }
.carousel .slider2-wrapper .bx-wrapper {
height: 100% !important; }
.carousel .slider2-wrapper .bx-wrapper .bx-viewport {
height: 100% !important; }
.carousel .slider2-wrapper ul {
height: 100%;
list-style-type: none; }
.carousel .slider2-wrapper ul li {
height: 100%; }
.carousel .slider2-wrapper ul li .info-panel {
width: 51%;
height: 100%;
float: left;
position: relative; }
.carousel .slider2-wrapper ul li .info-panel .info-panel-content {
position: absolute;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
padding-left: 12%;
padding-right: 6%; }
.carousel .slider2-wrapper ul li .info-panel .info-panel-content h4 {
color: #2e2e2e;
font-size: 3.646vw;
letter-spacing: 0;
line-height: 1.15em;
font-weight: 600;
margin-bottom: 2em;
opacity: 0;
-webkit-transition: 2s ease;
transition: 2s ease; }
.carousel .slider2-wrapper ul li .info-panel .info-panel-content p {
color: #858485;
margin-bottom: 100px;
opacity: 0;
-webkit-transition: 2s ease;
transition: 2s ease; }
.carousel .slider2-wrapper ul li .info-panel .info-panel-content .link {
opacity: 0;
-webkit-transition: 2s ease;
transition: 2s ease; }
.carousel .slider2-wrapper ul li .info-panel .info-panel-content .link a {
display: inline-block;
border: 1px solid #7D8C75;
background: #7D8C75;
color: #ffffff;
text-align: center;
padding: 14px 20px; }
.carousel .slider2-wrapper ul li .info-panel .info-panel-content .link a:hover {
color: #7D8C75;
background: #ffffff; }
.carousel .slider2-wrapper ul li .image {
float: right;
width: 49%;
height: 100%;
background-size: cover; }
.carousel .slider2-wrapper ul li.active-slide2 .info-panel .info-panel-content h4 {
margin-bottom: 0.5em;
opacity: 1; }
.carousel .slider2-wrapper ul li.active-slide2 .info-panel .info-panel-content p {
margin-bottom: 35px;
opacity: 1; }
.carousel .slider2-wrapper ul li.active-slide2 .info-panel .info-panel-content .link {
opacity: 1; }
.carousel .slider2-wrapper.single-slide-wrapper {
float: right;
width: 84.5%;
height: 85%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel {
width: 34.5%;
height: 100%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content h4 {
font-size: 3.5vw;
font-weight: 700; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content p {
margin-right: 30%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content .link a {
background: #efefef;
color: #7D8C75; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content .link a:hover {
color: #ffffff;
background: #7D8C75; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .image {
width: 65.5%;
background-size: cover;
background-position: center;
position: relative; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .image .image-caption {
display: inline-block;
position: absolute;
bottom: 0px;
left: 0px;
z-index: 50;
background-color: rgba(0, 0, 0, 0.2);
padding: 15px 40px 15px 40px;
color: #ffffff; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .image .image-caption p {
display: block;
font-size: 20px;
font-weight: 400; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .image .image-caption p:last-child {
font-size: 16px;
font-weight: 400;
padding-left: 50px;
position: relative; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .image .image-caption p:last-child:before {
content: "";
display: block;
width: 40px;
background-color: #ffffff;
height: 2px;
position: absolute;
left: 0px;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
.carousel .slider-social {
height: 85%;
float: left;
width: 15.5%;
position: relative; }
.carousel .slider-social .inner-slider-social {
display: inline-block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.carousel .slider-social .inner-slider-social a {
color: #707070;
height: 35px;
width: 35px;
display: block;
text-align: center;
line-height: 35px;
border-radius: 50%;
font-size: 17px; }
.carousel .slider-social .inner-slider-social a:hover {
color: #ffffff;
background: #7D8C75; }
.carousel .vtour-link {
position: absolute;
left: 0px;
right: 0px;
bottom: 0px;
height: 13.2%;
width: 100%;
margin: 0 auto; }
.carousel .vtour-link a {
position: absolute;
top: 50%;
left: 7.5%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
color: #858485; }
.carousel .vtour-link a i {
display: inline-block;
margin-right: 10px;
border: 1px solid #858485;
padding: 8px 7px 8px 9px;
border-radius: 50%;
-webkit-transition: 0.3s ease;
transition: 0.3s ease; }
.carousel .vtour-link a:hover {
color: #7D8C75; }
.carousel .vtour-link a:hover i {
background: #7D8C75;
color: #ffffff; }
.carousel .scroll {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
position: absolute;
bottom: 44px;
left: -44px;
z-index: 6000;
cursor: pointer;
font-size: 14px;
color: #858485;
font-weight: 400;
padding: 70px 85px;
background: #ffffff; }
.carousel .controls {
position: absolute;
bottom: 5.5%;
left: 20.8%;
width: 10%;
z-index: 500; }
.carousel .controls div {
display: inline-block;
cursor: pointer;
float: right; }
.carousel .controls div:first-child {
float: left; }
.carousel .additional-panel {
position: absolute;
z-index: 500;
bottom: 0px;
right: 0px;
width: 50%;
background: #ffffff;
height: 14.5%; }
.carousel .additional-panel .counter {
width: 200px;
position: absolute;
top: 50%;
left: 12.5%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 20px; }
.carousel .additional-panel .counter .current-slide {
font-weight: 600;
color: #7D8C75;
font-size: 16px;
position: absolute;
top: 0px;
left: 0px; }
.carousel .additional-panel .counter .slider-bar {
position: absolute;
top: 10px;
left: 30px;
width: 120px;
background: #cccccc;
height: 2px; }
.carousel .additional-panel .counter .slider-bar .inner-slider-bar {
background: #7D8C75;
height: 2px; }
.carousel .additional-panel .counter .total-slides {
font-weight: 600;
color: #cccccc;
font-size: 25px;
position: absolute;
top: -8px;
left: 160px; }
.carousel .social {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.carousel .social p {
font-size: 14px;
color: #858485; }
.carousel .social a {
border: 1px solid #cccccc;
border-radius: 50%;
width: 25px;
height: 25px;
position: relative;
margin-left: 5px;
margin-right: 5px; }
.carousel .social a i {
color: #535353;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 16px; }
.carousel .social a:nth-child(2) i {
left: 48%; }
.carousel .social a:hover {
background: #535353;
color: #ffffff; }
.carousel .video-box {
position: absolute;
top: 0px;
right: 0px;
height: 140px;
width: 166px;
overflow: hidden; }
.carousel .video-box .button {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #ffffff;
width: 34px;
height: 34px;
border-radius: 50%; }
.carousel .video-box .button i {
position: absolute;
top: 50%;
left: 53%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #858485;
font-size: 16px;
-webkit-transition: 0.3s ease;
transition: 0.3s ease; }
.carousel .video-box:hover .button i {
color: #444444; }
.carousel.not-homepage {
margin-bottom: 100px; }
.carousel.not-homepage .slider1-wrapper {
width: 160px;
height: 82%; }
.carousel.not-homepage .slider2-wrapper {
width: calc(100% - 160px - 90px);
height: 100%; }
.carousel.not-homepage .slider2-wrapper ul li .info-panel {
width: 43%; }
.carousel.not-homepage .slider2-wrapper ul li .info-panel .info-panel-content {
top: 44%; }
.carousel.not-homepage .slider2-wrapper ul li .image {
width: 57%; }
.carousel.not-homepage .controls {
left: 8.8%; }
.carousel.not-homepage .additional-panel {
width: 60%;
height: 12%;
right: 7.5%; }
.carousel.not-homepage .additional-panel .counter {
left: 5%; }
.carousel.not-homepage .additional-panel .social, .carousel.not-homepage .additional-panel .video-box {
display: none; }
.carousel.not-homepage .additional-panel .image-caption {
display: block !important;
position: absolute;
top: 50%;
right: 10%;
-webkit-transform: translate(0, -40%);
transform: translate(0, -40%);
color: #858485;
font-size: 14px; }
@media only screen and (min-width: 1200px) and (max-width: 1630px) {
.carousel .slider2-wrapper.single-slide-wrapper {
width: 86%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content {
padding-left: 0%;
padding-right: 6%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content p {
margin-right: 10% !important; }
.carousel .slider-social {
width: 10%; }
.carousel .vtour-link a {
left: 4%; }
.carousel .scroll {
bottom: 44px;
left: -44px;
font-size: 14px;
padding: 60px 75px; }
.carousel .controls {
left: 14%;
width: 161px; }
.carousel .additional-panel {
width: 60%;
max-width: 810px; } }
@media only screen and (min-width: 1041px) and (max-width: 1201px) {
.carousel .slider1-wrapper {
display: none; }
.carousel .slider2-wrapper {
width: 100%;
height: 100%; }
.carousel .slider2-wrapper .bx-wrapper .bx-viewport ul li .info-panel .info-panel-content {
padding-left: 6%;
padding-right: 6%; }
.carousel .slider2-wrapper .bx-wrapper .bx-viewport ul li .info-panel .info-panel-content h4 {
font-size: 4.7vw; }
.carousel .slider2-wrapper.single-slide-wrapper {
width: 90%;
height: 100%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel {
width: 35%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content {
padding-left: 6%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content h4 {
font-size: 4.7vw; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content p {
margin-right: 0%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content .link a {
background: #efefef;
color: #7D8C75; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content .link a:hover {
color: #ffffff;
background: #7D8C75; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .image {
width: 55%; }
.carousel .slider-social {
width: 10%;
height: 75%; }
.carousel .vtour-link {
display: none; }
.carousel .scroll {
display: none; }
.carousel .controls {
position: absolute;
bottom: 25px;
left: 3%;
width: 15%;
z-index: 500; }
.carousel .additional-panel {
right: auto;
left: 25%;
width: 26%;
height: 60px;
background: none; }
.carousel .additional-panel .counter {
left: auto;
right: 5%; }
.carousel .social {
display: none; }
.carousel .video-box {
display: none; } }
@media only screen and (min-width: 768px) and (max-width: 1040px) {
.carousel {
height: calc(100vh - 100px); }
.carousel .slider1-wrapper {
display: none; }
.carousel .slider2-wrapper {
width: 100%;
height: 100%; }
.carousel .slider2-wrapper .bx-wrapper .bx-viewport ul li .info-panel .info-panel-content {
padding-left: 6%;
padding-right: 6%; }
.carousel .slider2-wrapper .bx-wrapper .bx-viewport ul li .info-panel .info-panel-content h4 {
font-size: 50px; }
.carousel .slider2-wrapper.single-slide-wrapper {
width: 90%;
height: 100%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel {
width: 35%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content {
padding-left: 6%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content h4 {
font-size: 4.7vw; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content p {
margin-right: 0%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content .link a {
background: #efefef;
color: #7D8C75; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content .link a:hover {
color: #ffffff;
background: #7D8C75; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .image {
width: 55%; }
.carousel .slider-social {
width: 10%;
height: 75%; }
.carousel .vtour-link {
display: none; }
.carousel .scroll {
display: none; }
.carousel .controls {
display: none; }
.carousel .additional-panel {
right: auto;
left: 0%;
width: 50%;
height: 90px;
background: none; }
.carousel .additional-panel .counter {
left: 5%; }
.carousel .social {
display: none; }
.carousel .video-box {
display: none; } }
@media only screen and (max-width: 767px), screen and (max-device-width: 767px) {
.carousel {
height: calc(100vh - 100px); }
.carousel .slider1-wrapper {
display: none; }
.carousel .slider2-wrapper {
width: 100%;
height: 100%; }
.carousel .slider2-wrapper .bx-wrapper .bx-viewport ul li .info-panel {
width: 65%; }
.carousel .slider2-wrapper .bx-wrapper .bx-viewport ul li .info-panel .info-panel-content {
padding-left: 10%;
padding-right: 10%; }
.carousel .slider2-wrapper .bx-wrapper .bx-viewport ul li .info-panel .info-panel-content h4 {
font-size: 30px; }
.carousel .slider2-wrapper .bx-wrapper .bx-viewport ul li .image {
width: 35%; }
.carousel .slider2-wrapper.single-slide-wrapper {
float: right;
width: 90%;
height: 100%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel {
width: 63%;
height: 100%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content {
padding-left: 6%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content h4 {
font-size: 36px; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .info-panel .info-panel-content p {
margin-right: 10%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .image {
width: 37%; }
.carousel .slider2-wrapper.single-slide-wrapper ul li .image .image-caption {
display: none; }
.carousel .slider-social {
width: 10%; }
.carousel .vtour-link {
display: none; }
.carousel .scroll {
display: none; }
.carousel .controls {
display: none; }
.carousel .additional-panel {
right: auto;
left: 0%;
width: 50%;
height: 90px;
background: none; }
.carousel .additional-panel .counter {
left: 5%; }
.carousel .social {
display: none; }
.carousel .video-box {
display: none; } }
.widgets {
margin-top: 60px;
margin-bottom: 40px;
padding-bottom: 40px;
padding-top: 100px;
background-color: #ffffff;
position: relative; }
.widgets:before {
content: "";
width: 50%;
max-width: 600px;
height: 600px;
background-color: #efefef;
position: absolute;
left: 0px;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
.widgets:after {
content: "";
width: 50%;
max-width: 600px;
height: 600px;
background-color: #efefef;
position: absolute;
right: 0px;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
.widgets .inner-widgets {
max-width: 1324px;
width: 92%;
margin: 0 auto;
position: relative;
z-index: 50;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.widgets .inner-widgets .widget {
margin-right: 30px;
margin-bottom: 60px;
width: calc(50% - 15px);
background-color: #7D8C75; }
.widgets .inner-widgets .widget:nth-child(even) {
margin-right: 0px; }
.widgets .inner-widgets .widget .widget-image {
width: 50%;
height: 100%;
float: left;
background-size: cover;
background-position: center; }
.widgets .inner-widgets .widget .widget-info {
width: calc(50% - 30px);
float: right;
padding: 55px 15px; }
.widgets .inner-widgets .widget .widget-info .widget-title {
font-size: 25px;
font-weight: 600;
color: #ffffff;
margin-bottom: 25px; }
.widgets .inner-widgets .widget .widget-info .widget-content {
color: #ffffff;
font-size: 16px;
margin-bottom: 35px;
font-weight: 400;
line-height: 1.4em; }
.widgets .inner-widgets .widget .widget-info a {
width: calc(100% - 100px);
max-width: 120px;
display: inline-block;
background: #7D8C75;
color: #ffffff;
text-align: center;
padding: 14px 50px;
border: 0.1px solid rgba(255, 255, 255, 0.3); }
.widgets .inner-widgets .widget .widget-info a:hover {
color: #7D8C75;
background: #ffffff; }
.widgets .inner-widgets .widget.white {
background-color: #ffffff; }
.widgets .inner-widgets .widget.white .widget-info .widget-title {
color: #222222; }
.widgets .inner-widgets .widget.white .widget-info .widget-content {
color: #858485; }
.widgets .inner-widgets .widget.white .widget-info a {
background: #ffffff;
color: #222222;
text-align: center;
padding: 14px 50px;
border: 0.1px solid rgba(125, 140, 117, 0.3); }
.widgets .inner-widgets .widget.white .widget-info a:hover {
color: #ffffff;
background: #7D8C75; }
.available {
margin-bottom: 40px;
padding-bottom: 40px; }
.available .inner-available {
text-align: center;
max-width: 1110px;
width: 92%;
margin: 0 auto;
position: relative;
z-index: 50; }
.available .inner-available h3 {
font-size: 45px;
font-weight: 600;
color: #222222;
margin-bottom: 10px; }
.available .inner-available p {
color: #858485;
font-size: 14px;
line-height: 1.8em;
max-width: 800px;
margin: 0 auto;
margin-bottom: 1.5em; }
.available .inner-available p:last-child() {
margin-bottom: 0px; }
.available .inner-available p a {
font-weight: bold;
color: #858485; }
.available .inner-available p a:hover {
color: #555555; }
.available .inner-available .available-blocks {
margin-top: 55px; }
.available .inner-available .available-blocks .available-block {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
background: #efefef;
margin-bottom: 40px; }
.available .inner-available .available-blocks .available-block .available-image {
width: 50%;
background-size: cover;
background-position: center; }
.available .inner-available .available-blocks .available-block .available-info {
width: calc(50% - 50px);
padding: 25px 25px;
text-align: left;
max-width: 400px; }
.available .inner-available .available-blocks .available-block .available-info .available-title {
color: #222222;
font-weight: 600;
font-size: 25px;
margin-bottom: 25px; }
.available .inner-available .available-blocks .available-block .available-info .available-title:after {
content: "";
background: #818d77;
height: 2px;
width: 45px;
display: block;
margin-top: 10px;
margin-bottom: -10px; }
.available .inner-available .available-blocks .available-block .available-info .available-size {
color: #222222;
font-weight: 600;
font-size: 22px;
margin-bottom: 22px; }
.available .inner-available .available-blocks .available-block .available-info .available-size:after {
content: "";
background: #818d77;
height: 4px;
width: 45px;
display: block;
margin-top: 10px; }
.available .inner-available .available-blocks .available-block .available-info .available-snippet {
font-size: 16px;
margin-bottom: 35px;
font-weight: 400;
line-height: 1.4em;
color: #858485; }
.available .inner-available .available-blocks .available-block .available-info a {
display: inline-block;
background: #7D8C75;
color: #ffffff;
text-align: center;
padding: 14px 50px;
border: 0.1px solid rgba(125, 140, 117, 0.3); }
.available .inner-available .available-blocks .available-block .available-info a:hover {
color: #7D8C75;
background: #ffffff; }
.available .inner-available a.more {
display: inline-block;
background: #7D8C75;
color: #ffffff;
text-align: center;
padding: 14px 50px;
border: 0.1px solid rgba(125, 140, 117, 0.3); }
.available .inner-available a.more:hover {
color: #7D8C75;
background: #ffffff; }
.offices-slider-wrapper {
width: 92%;
max-width: 1714px;
margin: 0 auto;
margin-top: -40px;
padding-bottom: 100px; }
.offices-slider-wrapper .bx-wrapper {
max-width: calc(100% - 72px) !important;
margin: 0 auto;
position: relative; }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li {
overflow: hidden; }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li .the-image {
position: relative;
overflow: hidden;
width: 100%;
padding-bottom: 75%;
-webkit-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: 0.5s ease;
transition: 0.5s ease; }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li .the-image img {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(1.2);
transform: translate(-50%, -50%) scale(1.2); }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li .the-image a {
display: inline-block;
position: absolute;
bottom: 0px;
left: 0px;
z-index: 50;
background-color: rgba(0, 0, 0, 0.5);
padding: 15px 25px 15px 35px;
color: #ffffff;
-webkit-transition: 0.5s ease;
transition: 0.5s ease;
opacity: 0; }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li .the-image a span {
display: block;
font-size: 18px;
font-weight: 600; }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li .the-image a span.link {
font-size: 16px;
font-weight: 400;
padding-left: 50px;
position: relative; }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li .the-image a span.link:before {
content: "";
display: block;
width: 40px;
background-color: #ffffff;
height: 2px;
position: absolute;
left: 0px;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li.active-slide3 .the-image {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: 0.5s ease;
transition: 0.5s ease; }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li.active-slide3 .the-image a {
opacity: 1; }
.offices-slider-wrapper .bx-wrapper .bx-controls-direction .bx-next, .offices-slider-wrapper .bx-wrapper .bx-controls-direction .bx-prev {
position: absolute;
top: 48%;
left: -35px;
color: #707070;
font-size: 16px;
width: 35px;
height: 35px;
text-align: center;
line-height: 36px;
border: 1px solid #707070;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
.offices-slider-wrapper .bx-wrapper .bx-controls-direction .bx-next:hover, .offices-slider-wrapper .bx-wrapper .bx-controls-direction .bx-prev:hover {
background: #7D8C75;
color: #ffffff; }
.offices-slider-wrapper .bx-wrapper .bx-controls-direction .bx-next {
right: -35px;
left: auto; }
.offices-slider-wrapper .bx-wrapper .bx-pager {
margin: 0 auto;
text-align: center;
margin-top: 20px; }
.offices-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item {
display: inline-block;
margin: 0px 13px; }
.offices-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item a {
font-size: 1px;
color: transparent;
display: block;
background: #c1c1c1;
border-radius: 50%;
width: 13px;
height: 13px; }
.offices-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item a.active, .offices-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item a:hover {
background: #858485; }
.vtour {
padding-top: 80px; }
.vtour .inner-vtour {
text-align: center;
max-width: 1623px;
width: 92%;
margin: 0 auto;
position: relative;
z-index: 50; }
.vtour .inner-vtour .vtour-frame {
position: relative;
padding-bottom: 50%;
height: 0;
overflow: hidden;
margin-top: 60px;
border: 1px solid #cccccc; }
.vtour .inner-vtour .vtour-frame iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
@media only screen and (min-width: 768px) and (max-width: 1040px) {
.widgets .inner-widgets .widget .widget-info {
width: calc(50% - 20px);
padding: 55px 10px; }
.available .inner-available h3 {
font-size: 38px; }
.offices-slider-wrapper .bx-wrapper {
max-width: 100% !important; }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li .the-image a {
padding: 7px 10px 7px 20px; }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li .the-image a span {
font-size: 16px; }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li .the-image a span.link {
font-size: 14px;
padding-left: 30px; }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li .the-image a span.link:before {
width: 25px; }
.offices-slider-wrapper .bx-wrapper .bx-controls-direction .bx-next, .offices-slider-wrapper .bx-wrapper .bx-controls-direction .bx-prev {
font-size: 14px;
width: 24px;
height: 24px;
line-height: 24px;
left: -14px;
top: 40%; }
.offices-slider-wrapper .bx-wrapper .bx-controls-direction .bx-next {
right: -14px;
left: auto; }
.offices-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item {
display: inline-block;
margin: 0px 8px; }
.offices-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item a {
width: 10px;
height: 10px; }
.vtour {
padding-top: 20px; }
.vtour .inner-vtour .vtour-frame {
padding-bottom: 65%; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
.widgets .inner-widgets {
max-width: 510px; }
.widgets .inner-widgets .widget {
margin-right: 0px;
width: 100%; }
.widgets .inner-widgets .widget .widget-image {
width: 100%;
height: 338px; }
.widgets .inner-widgets .widget .widget-info {
width: calc(100% - 60px);
padding: 55px 30px; }
.widgets .inner-widgets .widget .widget-info .widget-title {
font-size: 20px;
margin-bottom: 20px; }
.available {
margin-top: -60px; }
.available .inner-available h3 {
font-size: 26px; }
.available .inner-available .available-blocks .available-block .available-image {
width: 100%;
padding-bottom: 70%; }
.available .inner-available .available-blocks .available-block .available-info {
width: calc(100% - 50px); }
.available .inner-available .available-blocks .available-block .available-info .available-title {
font-size: 22px;
margin-bottom: 22px; }
.available .inner-available .available-blocks .available-block .available-info .available-size {
font-size: 18px;
margin-bottom: 18px; }
.available .inner-available .available-blocks .available-block .available-info .available-snippet {
font-size: 14px; }
.available .inner-available .available-blocks .available-block .available-info a {
padding: 7px 25px;
font-size: 14px; }
.available .inner-available a.more {
padding: 7px 25px;
font-size: 14px; }
.offices-slider-wrapper {
margin-top: -60px; }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li .the-image {
-webkit-transform: scale(0.95);
transform: scale(0.95); }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li .the-image a {
opacity: 1; }
.offices-slider-wrapper .bx-wrapper .bx-controls-direction .bx-next, .offices-slider-wrapper .bx-wrapper .bx-controls-direction .bx-prev {
top: 45%;
left: -24px;
font-size: 14px;
width: 24px;
height: 24px;
line-height: 24px; }
.offices-slider-wrapper .bx-wrapper .bx-controls-direction .bx-next {
left: auto;
right: -24px; }
.offices-slider-wrapper .bx-wrapper .bx-pager {
margin: 0 auto;
text-align: center;
margin-top: 0px; }
.offices-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item {
display: inline-block;
margin: 0px 8px; }
.offices-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item a {
width: 12px;
height: 12px; }
.vtour {
padding-top: 60px; }
.vtour .inner-vtour .vtour-frame {
padding-bottom: 80%; } }
@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
.widgets .inner-widgets {
max-width: 510px; }
.widgets .inner-widgets .widget {
margin-right: 0px;
width: 100%; }
.widgets .inner-widgets .widget .widget-image {
width: 100%;
height: 338px; }
.widgets .inner-widgets .widget .widget-info {
width: calc(100% - 60px);
padding: 55px 30px; }
.widgets .inner-widgets .widget .widget-info .widget-title {
font-size: 20px;
margin-bottom: 20px; }
.available {
margin-top: -60px; }
.available .inner-available h3 {
font-size: 26px; }
.available .inner-available .available-blocks .available-block .available-image {
width: 100%;
padding-bottom: 70%; }
.available .inner-available .available-blocks .available-block .available-info {
width: calc(100% - 50px); }
.available .inner-available .available-blocks .available-block .available-info .available-title {
font-size: 22px;
margin-bottom: 22px; }
.available .inner-available .available-blocks .available-block .available-info .available-size {
font-size: 18px;
margin-bottom: 18px; }
.available .inner-available .available-blocks .available-block .available-info .available-snippet {
font-size: 14px; }
.available .inner-available .available-blocks .available-block .available-info a {
padding: 7px 25px;
font-size: 14px; }
.available .inner-available a.more {
padding: 7px 25px;
font-size: 14px; }
.offices-slider-wrapper {
margin-top: -60px; }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li .the-image {
-webkit-transform: scale(0.95);
transform: scale(0.95); }
.offices-slider-wrapper .bx-wrapper .bx-viewport ul li .the-image a {
opacity: 1; }
.offices-slider-wrapper .bx-wrapper .bx-controls-direction .bx-next, .offices-slider-wrapper .bx-wrapper .bx-controls-direction .bx-prev {
top: 45%;
left: -24px;
font-size: 14px;
width: 24px;
height: 24px;
line-height: 24px; }
.offices-slider-wrapper .bx-wrapper .bx-controls-direction .bx-next {
left: auto;
right: -24px; }
.offices-slider-wrapper .bx-wrapper .bx-pager {
margin: 0 auto;
text-align: center;
margin-top: 0px; }
.offices-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item {
display: inline-block;
margin: 0px 8px; }
.offices-slider-wrapper .bx-wrapper .bx-pager .bx-pager-item a {
width: 12px;
height: 12px; }
.vtour {
padding-top: 50px; }
.vtour .inner-vtour .vtour-frame {
padding-bottom: 80%; } }
.our-offices .sections {
padding-bottom: 50px;
padding-top: 10px; }
.our-offices .sections .inner-sections .block.two-in-a-row .block-images {
padding-top: 150px; }
.our-offices .sections .inner-sections .block.two-in-a-row .block-images .img {
position: relative; }
.our-offices .sections .inner-sections .block.two-in-a-row .block-images .img:nth-child(1) {
z-index: 5;
width: 55%;
padding-bottom: 37%; }
.our-offices .sections .inner-sections .block.two-in-a-row .block-images .img:nth-child(2) {
padding-bottom: 60%;
width: 72%;
margin-top: -60%; }
.gallery-carousel {
margin-top: 100px; }
.gallery-carousel .carousel-wrapper {
width: 92%;
max-width: 1623px;
margin: 0 auto;
padding-bottom: 100px;
padding-top: 60px; }
.gallery-carousel .carousel-wrapper .bx-wrapper {
max-width: 100% !important;
margin: 0 auto;
position: relative; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport {
padding-left: 25%;
padding-right: 25%;
width: inherit !important; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .the-image {
position: realtive;
overflow: hidden;
padding-bottom: 55%;
background-size: cover;
background-position: center;
margin-left: 7.5%;
margin-right: 7.5%;
-webkit-box-shadow: 3px 6px 12px rgba(194, 151, 107, 0.3);
box-shadow: 3px 6px 12px rgba(194, 151, 107, 0.3);
margin-bottom: 10px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .caption {
display: inline-block;
position: absolute;
bottom: 10px;
left: 7.5%;
z-index: 50;
background-color: #ffffff;
padding: 15px 40px 15px 40px;
color: #1c1c1c;
opacity: 0;
-webkit-transition: 0.5s ease;
transition: 0.5s ease; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .caption p {
display: block;
font-size: 20px;
font-weight: 400; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .caption p:last-child {
font-size: 16px;
font-weight: 400;
padding-left: 50px;
position: relative;
color: #7D8C75; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .caption p:last-child:before {
content: "";
display: block;
width: 40px;
background-color: #7D8C75;
height: 2px;
position: absolute;
left: 0px;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li.active-slide4 .caption {
opacity: 1; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction {
width: 100%;
top: 0px;
height: 100%;
max-width: 1623px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next, .gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
position: absolute;
left: calc(25% - 15px);
top: 50%;
color: #7D8C75;
font-size: 18px;
border: 1px solid #7D8C75;
padding: 7px 11px 6px 9px;
border-radius: 50%;
text-align: center;
line-height: 0px;
background: #ffffff; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover, .gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
background: #7D8C75;
color: #ffffff; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
right: calc(25% - 15px);
left: auto;
padding: 7px 9px 6px 11px; }
.offices-contact {
padding-top: 100px;
padding-bottom: 100px;
position: relative; }
.offices-contact .main-background {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 76%;
z-index: 5;
background-position: center;
background-size: cover; }
.offices-contact .inner-contact {
margin: 0 auto;
width: 92%;
max-width: 1110px;
position: relative;
z-index: 10;
background: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.offices-contact .inner-contact .contact-info {
width: calc(26.5% - 60px);
padding: 100px 10px 100px 50px;
background: #EFEFEF; }
.offices-contact .inner-contact .contact-info h4 {
margin-bottom: 10px;
font-weight: 600;
font-size: 18px;
color: #2e2e2e; }
.offices-contact .inner-contact .contact-info p {
margin-bottom: 10px;
font-size: 14px;
line-height: 1.8;
font-weight: 400;
color: #858485; }
.offices-contact .inner-contact .contact-info p a {
color: #858485; }
.offices-contact .inner-contact .contact-info p a:hover {
color: #7D8C75; }
.offices-contact .inner-contact .contact-info p br {
display: none; }
.offices-contact .inner-contact .sub-image {
width: 35.5%;
background-size: cover;
background-position: center; }
.offices-contact .inner-contact .offices-form {
width: calc(38% - 126px);
padding: 63px;
position: relative; }
.offices-contact .inner-contact .offices-form input, .offices-contact .inner-contact .offices-form textarea {
width: calc(100% - 20px);
resize: none;
border: 1px solid #efefef;
font-size: 14px;
padding: 14px 10px;
color: #495057;
font-family: "Poppins", Arial, Helvetica, san-serif;
margin-bottom: 30px; }
.offices-contact .inner-contact .offices-form input::-ms-input-placeholder, .offices-contact .inner-contact .offices-form textarea::-ms-input-placeholder {
color: #495057;
opacity: 1; }
.offices-contact .inner-contact .offices-form input::-ms-input-placeholder, .offices-contact .inner-contact .offices-form textarea::-ms-input-placeholder {
color: #495057;
opacity: 1; }
.offices-contact .inner-contact .offices-form input::-webkit-input-placeholder, .offices-contact .inner-contact .offices-form textarea::-webkit-input-placeholder {
color: #495057;
opacity: 1; }
.offices-contact .inner-contact .offices-form input::-moz-placeholder, .offices-contact .inner-contact .offices-form textarea::-moz-placeholder {
color: #495057;
opacity: 1; }
.offices-contact .inner-contact .offices-form input:-ms-input-placeholder, .offices-contact .inner-contact .offices-form textarea:-ms-input-placeholder {
color: #495057;
opacity: 1; }
.offices-contact .inner-contact .offices-form input::placeholder, .offices-contact .inner-contact .offices-form textarea::placeholder {
color: #495057;
opacity: 1; }
.offices-contact .inner-contact .offices-form input:focus, .offices-contact .inner-contact .offices-form textarea:focus {
outline: none !important;
border: 1px solid #495057; }
.offices-contact .inner-contact .offices-form textarea {
height: 131px; }
.offices-contact .inner-contact .offices-form input[type="submit"] {
margin-bottom: 0px;
background-color: #ffffff;
color: #888888;
font-size: 18px;
font-weight: 400;
display: inline-block;
display: inline-block;
padding: 14px 50px;
text-align: center;
border: 1px solid #aeaeae;
-webkit-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
cursor: pointer;
width: auto; }
.offices-contact .inner-contact .offices-form input[type="submit"]:hover {
background: #7D8C75;
color: #ffffff; }
.offices-contact .inner-contact .offices-form .wpcf7-spinner {
position: absolute;
left: 0px;
right: 0px;
margin: 0 auto;
bottom: 20px; }
.backlink {
width: 92%;
max-width: 1110px;
margin: 0 auto;
margin-bottom: 20px;
margin-top: 100px; }
.backlink a {
text-transform: uppercase;
color: #7D8C75;
font-size: 18px; }
.backlink a:hover {
color: #555555; }
.inner-office {
width: 92%;
max-width: 1110px;
margin: 0 auto;
margin-bottom: 100px;
margin-top: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.inner-office .info {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
width: calc(50% - 130px);
background: #efefef;
padding: 65px 65px 70px 65px; }
.inner-office .info:before {
content: "";
display: inline-block;
width: 50px;
background: #7D8C75;
height: 3px;
margin-bottom: 40px; }
.inner-office .info:after {
content: "";
display: inline-block;
width: 40px;
background: #7D8C75;
height: 2px;
margin-top: 50px; }
.inner-office .info .info-row .label {
float: left;
width: 80px;
color: #818d77;
font-weight: 700;
font-size: 22px; }
.inner-office .info .info-row .value {
float: left;
color: #2c2c2c;
font-weight: 700;
font-size: 22px; }
.inner-office .info .info-row .value span {
font-weight: 400; }
.inner-office .info .info-row.tenure {
margin-top: 1.5em;
margin-bottom: 1.5em; }
.inner-office .info p {
margin-bottom: 1em;
margin-right: 60px;
color: #707070; }
.inner-office .info a {
font-weight: bold;
color: #818d77; }
.inner-office .info a:hover {
color: #2c2c2c;
}
.inner-office .info p strong {
color: #2c2c2c; }
.inner-office .info .brochure a {
font-weight: 600;
color: #7D8C75;
margin-top: 2em;
display: block; }
.inner-office .info .brochure a img {
display: block;
width: 40px;
margin-top: 10px; }
.inner-office .gallery {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 50%;
background: #565656; }
.inner-office .gallery .main-image {
position: relative;
overflow: hidden; }
.inner-office .gallery .main-image ul li {
padding-bottom: 70%;
background-size: cover;
background-position: center; }
.inner-office .gallery .gallery-wrapper {
padding: 30px; }
.inner-office .gallery .gallery-wrapper P {
text-align: center;
color: #ffffff;
margin-bottom: 30px;
font-size: 14px; }
.inner-office .gallery .gallery-wrapper .inner-gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.inner-office .gallery .gallery-wrapper .inner-gallery .image {
margin-right: 16px;
margin-bottom: 16px;
width: calc(25% - 12px);
cursor: pointer;
background: #ffffff; }
.inner-office .gallery .gallery-wrapper .inner-gallery .image img {
-webkit-transition: 0.3s ease;
transition: 0.3s ease; }
.inner-office .gallery .gallery-wrapper .inner-gallery .image:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
.inner-office .gallery .gallery-wrapper .inner-gallery .image:nth-child(4n+4) {
margin-right: 0px; }
@media only screen and (min-width: 1041px) and (max-width: 1315px) {
.gallery-carousel {
margin-top: 60px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport {
padding-left: 15%;
padding-right: 15%;
width: inherit !important; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .the-image {
margin-left: 5%;
margin-right: 5%; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .caption {
left: 5%;
padding: 15px 40px 15px 40px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next, .gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
left: calc(15% - 15px);
font-size: 18px;
padding: 5px 9px 4px 7px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next:hover, .gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:hover {
background: #7D8C75;
color: #ffffff; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
right: calc(15% - 15px);
padding: 5px 7px 4px 9px;
left: auto; }
.offices-contact {
margin-top: -60px; }
.offices-contact .main-background {
width: 85%; }
.offices-contact .inner-contact .contact-info {
width: calc(30% - 60px); }
.offices-contact .inner-contact .sub-image {
width: 30%; }
.offices-contact .inner-contact .offices-form {
width: calc(38% - 100px);
padding: 50px; }
.backlink {
font-size: 16px; }
.inner-office .info {
width: calc(50% - 90px);
padding: 45px 45px 50px 45px; }
.inner-office .info:before {
margin-bottom: 30px; }
.inner-office .info:after {
margin-top: 40px;
width: 35px; }
.inner-office .info .info-row .label {
font-size: 20px; }
.inner-office .info .info-row .value {
font-size: 20px; }
.inner-office .info .info-row.tenure {
margin-top: 1.3em;
margin-bottom: 1.3em; }
.inner-office .info p {
margin-right: 0px; }
.inner-office .info .brochure a img {
display: block;
width: 35px;
margin-top: 10px; }
.inner-office .gallery {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: 50%;
background: #565656; }
.inner-office .gallery .main-image {
position: relative;
overflow: hidden; }
.inner-office .gallery .main-image ul li {
padding-bottom: 70%;
background-size: cover;
background-position: center; }
.inner-office .gallery .gallery-wrapper {
padding: 30px; }
.inner-office .gallery .gallery-wrapper P {
text-align: center;
color: #ffffff;
margin-bottom: 30px;
font-size: 14px; }
.inner-office .gallery .gallery-wrapper .inner-gallery {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.inner-office .gallery .gallery-wrapper .inner-gallery .image {
margin-right: 16px;
margin-bottom: 16px;
width: calc(25% - 12px);
cursor: pointer;
background: #ffffff; }
.inner-office .gallery .gallery-wrapper .inner-gallery .image img {
-webkit-transition: 0.3s ease;
transition: 0.3s ease; }
.inner-office .gallery .gallery-wrapper .inner-gallery .image:hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
.inner-office .gallery .gallery-wrapper .inner-gallery .image:nth-child(4n+4) {
margin-right: 0px; } }
@media only screen and (min-width: 768px) and (max-width: 1040px) {
.gallery-carousel {
margin-top: 60px; }
.gallery-carousel .carousel-wrapper {
padding-bottom: 60px;
padding-top: 40px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport {
padding-left: 10%;
padding-right: 10%; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .the-image {
margin-left: 5%;
margin-right: 5%; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .caption {
left: 5%;
padding: 7px 10px 7px 20px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .caption p {
display: block;
font-size: 16px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .caption p:last-child {
font-size: 14px;
padding-left: 30px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .caption p:last-child:before {
width: 25px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction {
width: 100%;
top: 0px;
height: 100%;
max-width: 1623px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next, .gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
left: calc(10% - 15px);
top: 50%;
font-size: 18px;
padding: 7px 11px 6px 9px;
top: 45%; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
right: calc(10% - 15px);
left: auto;
padding: 7px 9px 6px 11px; }
.offices-contact {
margin-top: -60px;
padding-top: 70px;
padding-bottom: 70px; }
.offices-contact .main-background {
width: 80%; }
.offices-contact .inner-contact .contact-info {
width: calc(50% - 60px);
padding: 70px 20px 60px 40px; }
.offices-contact .inner-contact .sub-image {
width: 50%; }
.offices-contact .inner-contact .offices-form {
width: calc(100% - 100px);
padding: 50px; }
.backlink {
margin-bottom: 18px;
margin-top: 70px; }
.inner-office .info {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: calc(100% - 130px); }
.inner-office .gallery {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
width: 100%; } }
@media only screen and (max-width: 767px), screen and (max-device-width: 767px) {
.gallery-carousel {
margin-top: 50px !important; }
.gallery-carousel .carousel-wrapper {
padding-bottom: 20px;
padding-top: 40px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport {
padding-left: 0;
padding-right: 0;
width: inherit !important; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .caption {
opacity: 1; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .caption p {
display: block;
font-size: 16px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .caption p:last-child {
font-size: 14px;
padding-left: 30px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-viewport ul li .caption p:last-child:before {
width: 25px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next, .gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
left: -5px;
font-size: 14px;
padding: 4px 7px 3px 6px; }
.gallery-carousel .carousel-wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
right: -5px;
left: auto;
padding: 4px 6px 3px 7px; }
.offices-contact {
margin-top: -60px;
padding-top: 50px;
padding-bottom: 50px; }
.offices-contact .main-background {
width: 80%; }
.offices-contact .inner-contact .contact-info {
width: calc(100% - 60px);
padding: 70px 20px 60px 40px; }
.offices-contact .inner-contact .sub-image {
width: 100%;
padding-bottom: 110%; }
.offices-contact .inner-contact .offices-form {
width: calc(100% - 100px);
padding: 50px; }
.backlink {
margin-top: 60px; }
.backlink a {
font-size: 16px; }
.inner-office .info {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
width: calc(100% - 60px);
padding: 40px 30px 50px 30px; }
.inner-office .info:after {
width: 30px; }
.inner-office .info .info-row .label {
width: 70px;
font-size: 18px; }
.inner-office .info .info-row .value {
font-size: 18px; }
.inner-office .info .info-row.tenure {
margin-top: 1.2em;
margin-bottom: 1.2em; }
.inner-office .info p {
margin-right: 0px; }
.inner-office .info .brochure a {
font-weight: 600;
color: #7D8C75;
margin-top: 2em;
display: block; }
.inner-office .info .brochure a img {
width: 30px; }
.inner-office .gallery {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
width: 100%; }
.inner-office .gallery .gallery-wrapper {
padding: 20px; }
.inner-office .gallery .gallery-wrapper P {
margin-bottom: 20px; }
.inner-office .gallery .gallery-wrapper .inner-gallery .image {
width: calc(50% - 12px); }
.inner-office .gallery .gallery-wrapper .inner-gallery .image:nth-child(2n+2) {
margin-right: 0px; } }
.testimonials {
margin-top: -40px;
padding-bottom: 100px;
background: #EFEFEF; }
.testimonials .inner-testimonials {
width: 96%;
max-width: 1344px;
margin: 0 auto;
padding-bottom: 100px;
padding-top: 60px; }
.testimonials .inner-testimonials .bx-wrapper {
position: relative; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport {
width: 92% !important;
max-width: 1110px !important;
margin: 0 auto !important; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-image {
width: 45%;
background: #ffffff;
padding-top: 20px;
padding-bottom: 20px; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-image img {
width: 90%;
height: auto;
margin: 0 auto; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-content {
width: calc(55% - 75px);
position: relative;
background: #ffffff;
padding: 35px 30px 28px 45px; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-content h4 {
font-weight: 600;
font-size: 22px;
margin-bottom: 15px;
color: #222222; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-content p {
margin-bottom: 10px;
font-size: 14px;
line-height: 1.8;
font-weight: 400;
color: #858485; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-content a {
margin-bottom: 10px;
font-size: 14px;
line-height: 1.8;
font-weight: 400;
color: #7D8C75; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-content a:hover {
color: #858485; }
.testimonials .inner-testimonials .bx-wrapper .bx-controls .bx-controls-direction .bx-next, .testimonials .inner-testimonials .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
position: absolute;
top: 50%;
left: 0px;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
color: #858485;
font-size: 18px; }
.testimonials .inner-testimonials .bx-wrapper .bx-controls .bx-controls-direction .bx-next:after, .testimonials .inner-testimonials .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:after {
position: absolute;
content: "";
width: 20px;
height: 3px;
background: #858485;
top: 12px;
right: -10px; }
.testimonials .inner-testimonials .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
left: auto;
right: 0px; }
.testimonials .inner-testimonials .bx-wrapper .bx-controls .bx-controls-direction .bx-next:after {
right: auto;
left: -10px; }
@media only screen and (min-width: 1041px) and (max-width: 1315px) {
.testimonials {
margin-top: 0px;
padding-top: 0px;
padding-bottom: 100px; } }
@media only screen and (min-width: 768px) and (max-width: 1040px) {
.testimonials {
margin-top: 0;
padding-top: 10px;
padding-bottom: 60px; }
.testimonials .inner-testimonials {
padding-bottom: 60px;
padding-top: 40px;
width: 92%; }
.testimonials .inner-testimonials .bx-wrapper {
position: relative; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport {
width: 100% !important; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper {
background: #ffffff; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-image {
width: 40%; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-image img {
width: 90%; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-content {
width: calc(60% - 30px);
padding: 35px 20px 35px 10px; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-content h4 {
font-weight: 600;
font-size: 22px;
margin-bottom: 15px;
color: #222222; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-content p {
margin-bottom: 10px;
font-size: 14px;
line-height: 1.8;
font-weight: 400;
color: #858485; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-content a {
margin-bottom: 10px;
font-size: 14px;
line-height: 1.8;
font-weight: 400;
color: #7D8C75; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-content a:hover {
color: #858485; }
.testimonials .inner-testimonials .bx-wrapper .bx-controls {
display: none; } }
@media only screen and (max-width: 767px), screen and (max-device-width: 767px) {
.testimonials {
margin-top: 0px;
padding-top: 40px;
padding-bottom: 0px; }
.testimonials .inner-testimonials {
padding-top: 0px; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-image {
width: 100%; }
.testimonials .inner-testimonials .bx-wrapper .bx-viewport ul li .testimonials-wrapper .testimonials-content {
width: calc(100% - 60px);
padding: 35px 30px 28px 30px;
text-align: center; }
.testimonials .inner-testimonials .bx-wrapper .bx-controls {
display: none; } }
.tenants {
background: #ffffff;
margin-bottom: 0px;
margin-top: -80px;
padding-bottom: 100px;
padding-top: 60px; }
.tenants .inner-tenants .tenants-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
.tenants .inner-tenants .tenants-wrapper .tenant-block {
width: calc(25% - 71px);
border: 1px solid #ebebeb;
margin-left: -1px;
margin-bottom: -1px;
padding: 60px 35px 30px 35px;
-webkit-transition: 0.5s ease;
transition: 0.5s ease; }
.tenants .inner-tenants .tenants-wrapper .tenant-block .image {
position: relative;
padding-bottom: 100%;
overflow: hidden; }
.tenants .inner-tenants .tenants-wrapper .tenant-block .image img {
position: absolute;
top: 50%;
left: 50%;
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
.tenants .inner-tenants .tenants-wrapper .tenant-block .name {
padding: 20px;
font-size: 14px;
line-height: 1.8;
font-weight: 400;
margin-left: -35px;
margin-right: -35px;
color: #858485; }
.tenants .inner-tenants .tenants-wrapper .tenant-block:hover {
background-color: #ebebeb; }
.tenants .inner-tenants .tenants-wrapper .tenant-block a {
display: block; }
@media only screen and (min-width: 1041px) and (max-width: 1315px) {
.tenants {
margin-top: -100px; } }
@media only screen and (min-width: 768px) and (max-width: 1040px) {
.tenants {
margin-top: -120px; }
.tenants .inner-tenants .tenants-wrapper .tenant-block {
width: calc(33.333% - 51px);
padding: 50px 25px 20px 25px; } }
@media only screen and (max-width: 767px), screen and (max-device-width: 767px) {
.tenants {
margin-top: -120px; }
.tenants .inner-tenants .tenants-wrapper .tenant-block {
width: calc(50% - 51px);
padding: 50px 25px 20px 25px; } }
.contact-boxes {
width: 92%;
max-width: 1110px;
margin: 0 auto;
margin-bottom: 100px;
margin-top: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.contact-boxes .box {
width: calc(33.3333% - 69px);
margin-right: 30px;
-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
text-align: center;
padding: 60px 24px 35px 25px;
display: block; }
.contact-boxes .box:nth-last-child(1) {
margin-right: 0px; }
.contact-boxes .box i {
font-size: 35px;
width: 65px;
height: 65px;
background: #bcbcbc;
color: #fff;
text-align: center;
border-radius: 50%;
line-height: 65px;
margin: 0 auto;
display: block;
-webkit-transition: 0.3s ease;
transition: 0.3s ease; }
.contact-boxes .box h4 {
font-size: 20px;
font-weight: 600;
color: #222222;
padding-bottom: 13px;
margin-top: 35px; }
.contact-boxes .box p {
font-size: 14px;
line-height: 1.8;
font-weight: 400;
color: #858485; }
.contact-boxes .box p br {
display: none; }
.contact-boxes .box:hover {
background: #efefef; }
.contact-boxes .box:hover i {
background: #7D8C75; }
.contact-contact-form {
background-color: #efefef; }
.contact-contact-form iframe {
min-height: 900px;
height: inherit; }
@media only screen and (min-width: 768px) and (max-width: 1040px) {
.contact-boxes {
margin-bottom: 70px;
margin-top: 70px; }
.contact-boxes .box {
width: calc(33.3333% - 54px);
margin-right: 20px;
padding: 60px 20px 35px 20px; }
.contact-boxes .box h4 {
font-size: 18px; }
.contact-boxes .box p {
font-size: 12px; } }
@media only screen and (max-width: 767px), screen and (max-device-width: 767px) {
.contact-boxes {
margin-bottom: 50px;
margin-top: 70px; }
.contact-boxes .box {
width: calc(100% - 39px);
margin-right: 0px;
padding: 60px 24px 35px 25px;
margin-bottom: 25px; }
.contact-contact-form iframe {
min-height: 1100px; } }
.inner-post {
width: 92%;
max-width: 1100px;
margin: 0 auto;
margin-bottom: 100px;
margin-top: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.inner-post .post-story {
width: 65%; }
.inner-post .post-story .post-story-image {
position: relative;
margin-bottom: 35px; }
.inner-post .post-story .post-story-image .caption {
position: absolute;
bottom: 0px;
left: 0;
font-size: 16px;
font-weight: 400;
color: #858485;
background: #fff;
padding: 20px 60px 20px 20px; }
.inner-post .post-story h1 {
font-size: 30px;
font-weight: 700;
margin-bottom: 10px;
color: #222222; }
.inner-post .post-story p {
color: #858485;
margin-bottom: 10px;
font-size: 14px;
line-height: 1.6;
font-weight: 400; }
.inner-post .sidebar {
width: 24.2%;
padding: 0px 5.4%; }
.inner-post .sidebar h4 {
font-size: 25px;
font-weight: 600;
line-height: 35px;
margin-bottom: 20px;
margin-top: 90px; }
.inner-post .sidebar .search {
position: relative; }
.inner-post .sidebar .search input {
height: 50px;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0 70px 0 25px;
background-color: #bcbcbc;
color: #fff;
border-radius: 0;
width: calc(100% - 95px);
font-size: 16px;
font-family: "Poppins", Arial, Helvetica, san-serif; }
.inner-post .sidebar .search input::-ms-input-placeholder {
opacity: 1; }
.inner-post .sidebar .search input::-ms-input-placeholder {
opacity: 1; }
.inner-post .sidebar .search input::-webkit-input-placeholder {
opacity: 1; }
.inner-post .sidebar .search input::-moz-placeholder {
opacity: 1; }
.inner-post .sidebar .search input:-ms-input-placeholder {
opacity: 1; }
.inner-post .sidebar .search input::placeholder {
opacity: 1; }
.inner-post .sidebar .search input:focus {
outline: none !important;
border: 1px solid #495057; }
.inner-post .sidebar .search button {
position: absolute;
right: 15px;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
border: 0px;
background: transparent;
color: rgba(255, 255, 255, 0.7);
font-size: 16px; }
.inner-post .sidebar .top-posts .top {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 25px; }
.inner-post .sidebar .top-posts .top .image {
width: 40%;
margin-right: 5%; }
.inner-post .sidebar .top-posts .top .title {
width: 55%;
color: #222222; }
.inner-post .sidebar .top-posts .top .title h5 {
font-size: 18px;
line-height: 24px;
font-weight: 500;
-webkit-transition: 0.3s ease;
transition: 0.3s ease; }
.inner-post .sidebar .top-posts .top .title p {
font-size: 12px;
font-weight: 400;
line-height: 30px;
color: #858485; }
.inner-post .sidebar .top-posts .top:hover .title h5 {
color: #858485; }
.inner-post .sidebar .categories a.category {
display: block;
font-size: 18px;
line-height: 24px;
font-weight: 500;
margin-bottom: 25px;
margin-top: 10px;
color: #222222; }
.inner-post .sidebar .categories a.category:hover {
color: #858485; }
.press-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.press-header .left-side {
width: 51%;
position: relative; }
.press-header .left-side .info-panel {
position: absolute;
top: 45%;
left: 20%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%); }
.press-header .left-side .info-panel h1 {
font-size: 48px;
font-weight: 700;
margin-bottom: 15px;
color: #222222; }
.press-header .left-side .info-panel p {
font-size: 16px;
line-height: 26px;
max-width: 600px;
margin-bottom: 20px;
color: #858485; }
.press-header .image-panel {
width: 49%;
position: relative;
padding-bottom: 500px;
background-size: cover;
background-position: center; }
.press-header .image-panel .thumbs-panel {
position: absolute;
bottom: 0px;
left: 0px;
background: #ffffff;
padding-top: 2%;
padding-bottom: 2%;
width: 75%;
max-width: 555px; }
.press-header .image-panel .thumbs-panel img {
float: left;
width: 30.333%;
margin-right: 3%; }
.archive {
background-color: #efefef; }
.archive .inner-archive {
width: 92%;
max-width: 1100px;
margin: 0 auto;
padding-bottom: 100px;
padding-top: 100px; }
.archive .inner-archive .blocks-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%; }
.archive .inner-archive .blocks-wrapper .block {
width: calc(33.3333% - 20px);
margin-right: 30px;
display: block;
margin-bottom: 50px;
-webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
background: #ffffff;
-webkit-transition: 0.5s ease;
transition: 0.5s ease; }
.archive .inner-archive .blocks-wrapper .block:nth-child(3n+3) {
margin-right: 0px; }
.archive .inner-archive .blocks-wrapper .block .image {
position: relative;
padding-bottom: 95%;
overflow: hidden; }
.archive .inner-archive .blocks-wrapper .block .image .inner-image {
height: 100%;
width: 100%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(1.05);
transform: translate(-50%, -50%) scale(1.05);
background-size: cover;
background-position: center;
-webkit-transition: 1s ease;
transition: 1s ease; }
.archive .inner-archive .blocks-wrapper .block .image .image-overlay {
height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
mix-blend-mode: multiply;
z-index: 50;
background-color: #000000;
opacity: 0;
-webkit-transition: 1s ease;
transition: 1s ease; }
.archive .inner-archive .blocks-wrapper .block .post-snippet {
padding: 35px 24px 35px 25px;
background: #ffffff;
-webkit-transition: 0.5s ease;
transition: 0.5s ease; }
.archive .inner-archive .blocks-wrapper .block .post-snippet .title {
color: #222222;
font-size: 20px;
display: block;
font-weight: 600;
padding-bottom: 15px;
position: relative;
-webkit-transition: 0.5s ease;
transition: 0.5s ease; }
.archive .inner-archive .blocks-wrapper .block .post-snippet .title:after {
content: "";
width: 30px;
height: 2px;
background: #7D8C75;
display: block;
margin-top: 10px;
-webkit-transition: 0.5s ease;
transition: 0.5s ease; }
.archive .inner-archive .blocks-wrapper .block .post-snippet p {
color: #858485;
-webkit-transition: 0.5s ease;
transition: 0.5s ease; }
.archive .inner-archive .blocks-wrapper .block:hover {
background: #7D8C75; }
.archive .inner-archive .blocks-wrapper .block:hover .image .inner-image {
-webkit-transform: translate(-50%, -50%) scale(1.15);
transform: translate(-50%, -50%) scale(1.15); }
.archive .inner-archive .blocks-wrapper .block:hover .image .image-overlay {
opacity: 0.6; }
.archive .inner-archive .blocks-wrapper .block:hover .post-snippet {
background-color: #7D8C75; }
.archive .inner-archive .blocks-wrapper .block:hover .post-snippet .title, .archive .inner-archive .blocks-wrapper .block:hover .post-snippet p {
color: #ffffff; }
.archive .inner-archive .blocks-wrapper .block:hover .post-snippet .title:after, .archive .inner-archive .blocks-wrapper .block:hover .post-snippet p:after {
background-color: #ffffff; }
.archive .inner-archive .navigation-wrapper {
text-align: center; }
.archive .inner-archive .navigation-wrapper .navigation {
display: inline-block; }
.archive .inner-archive .navigation-wrapper .navigation ul {
list-style-type: none; }
.archive .inner-archive .navigation-wrapper .navigation ul li {
float: left; }
.archive .inner-archive .navigation-wrapper .navigation ul li a {
display: block;
width: 30px;
line-height: 38px;
text-align: center;
border: 1px solid #dddddd;
background: #ffffff;
margin-left: -1px;
color: #858485;
font-size: 16px; }
.archive .inner-archive .navigation-wrapper .navigation ul li a:hover {
background: #858485;
color: #ffffff; }
.archive .inner-archive .navigation-wrapper .navigation ul li.active a {
background: #858485;
color: #ffffff; }
@media only screen and (min-width: 1041px) and (max-width: 1315px) {
.inner-post .sidebar .top-posts .top .title h5 {
font-size: 17px;
line-height: 22px; }
.inner-post .sidebar .top-posts .top .title p {
font-size: 11px; }
.press-header .image-panel {
padding-bottom: 450px; }
.press-header .image-panel .thumbs-panel {
width: 80%; } }
@media only screen and (min-width: 768px) and (max-width: 1040px) {
.inner-post {
max-width: 690px;
margin-bottom: 100px;
margin-top: 100px; }
.inner-post .post-story {
width: 100%; }
.inner-post .post-story .post-story-image {
position: relative;
margin-bottom: 35px; }
.inner-post .post-story .post-story-image .caption {
font-size: 14px;
padding: 15px 50px 15px 15px; }
.inner-post .sidebar {
display: none; }
.press-header .left-side {
width: 65%; }
.press-header .left-side .info-panel h1 {
font-size: 40px; }
.press-header .left-side .info-panel p {
font-size: 14px; }
.press-header .image-panel {
width: 35%;
padding-bottom: 300px; }
.press-header .image-panel .thumbs-panel {
display: none; }
.archive .inner-archive {
padding-bottom: 60px;
padding-top: 80px; }
.archive .inner-archive .blocks-wrapper .block {
width: calc(50% - 15px);
margin-right: 30px; }
.archive .inner-archive .blocks-wrapper .block:nth-child(3n+3) {
margin-right: 30px; }
.archive .inner-archive .blocks-wrapper .block:nth-child(2n+2) {
margin-right: 0px; } }
@media only screen and (max-width: 767px), screen and (max-device-width: 767px) {
.inner-post {
max-width: 690px;
margin-top: 60px; }
.inner-post .post-story {
width: 100%; }
.inner-post .post-story .post-story-image {
position: relative;
margin-bottom: 35px; }
.inner-post .post-story .post-story-image .caption {
font-size: 14px;
padding: 15px 50px 15px 15px; }
.inner-post .post-story h1 {
font-size: 28px; }
.inner-post .sidebar {
display: none; }
.press-header .left-side {
width: 75%; }
.press-header .left-side .info-panel h1 {
font-size: 40px; }
.press-header .left-side .info-panel p {
font-size: 14px; }
.press-header .image-panel {
width: 25%;
padding-bottom: 300px; }
.press-header .image-panel .thumbs-panel {
display: none; }
.archive .inner-archive {
padding-bottom: 60px;
padding-top: 60px; }
.archive .inner-archive .blocks-wrapper .block {
width: 100%;
margin-right: 0px;
margin-bottom: 50px; }
.archive .inner-archive .blocks-wrapper .block:nth-child(3n+3) {
margin-right: 0px; }
.archive .inner-archive .navigation-wrapper .navigation ul li a {
width: 26px;
line-height: 32px;
font-size: 14px; } }
.footer {
background-color: #222222;
color: #d9d9d9;
padding: 100px 0px 50px 0px; }
.footer .inner-footer {
max-width: 1623px;
width: 92%;
margin: 0 auto;
font-size: 14px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
line-height: 1.8; }
.footer .inner-footer h4 {
font-size: 18px;
font-weight: 600;
line-height: 55px;
margin-bottom: 20px; }
.footer .inner-footer .footer-content {
width: 27%; }
.footer .inner-footer .footer-content .footer-logo {
display: inline-block;
margin-bottom: 20px; }
.footer .inner-footer .footer-content .footer-text {
font-size: 14px;
font-weight: 400;
max-width: 280px;
margin-bottom: 20px; }
.footer .inner-footer .footer-content .footer-social a {
color: #d9d9d9;
height: 35px;
width: 35px;
display: inline-block;
text-align: center;
line-height: 35px;
border-radius: 50%;
margin-right: 15px;
font-size: 16px;
font-weight: 400; }
.footer .inner-footer .footer-content .footer-social a:hover {
background: #7D8C75; }
.footer .inner-footer .footer-contact {
width: 36%; }
.footer .inner-footer .footer-contact .contact-row {
margin-bottom: 20px; }
.footer .inner-footer .footer-contact .contact-row i {
float: left;
font-size: 14px; }
.footer .inner-footer .footer-contact .contact-row span {
display: block;
margin-left: 15px;
margin-top: -5px;
float: left; }
.footer .inner-footer .footer-contact .contact-row span a {
color: #d9d9d9; }
.footer .inner-footer .footer-contact .contact-row span a:hover {
color: #7D8C75; }
.footer .inner-footer .footer-menu {
width: 18%; }
.footer .inner-footer .footer-menu .footer-menu {
list-style-type: none;
width: 100%; }
.footer .inner-footer .footer-menu .footer-menu li {
margin-bottom: 17px; }
.footer .inner-footer .footer-menu .footer-menu li a {
color: #d9d9d9; }
.footer .inner-footer .footer-menu .footer-menu li a:hover {
color: #7D8C75; }
.footer .inner-footer .footer-gallery {
width: 19%; }
.footer .inner-footer .footer-gallery .footer-gallery-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap; }
.footer .inner-footer .footer-gallery .footer-gallery-wrapper a {
display: inline-block;
margin-right: 15px;
margin-bottom: 15px;
width: calc(33.33333% - 10px); }
.footer .inner-footer .footer-gallery .footer-gallery-wrapper a:nth-child(3n + 3) {
margin-right: 0px; }
.footer .inner-footer .footer-gallery .footer-gallery-wrapper a:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1); }
#wpfront-scroll-top-container {
background-color: #7D8C75;
font-size: 16px;
padding: 5px 10px; }
.copyright {
background-color: #3e3e3e;
color: #EFEFEF;
padding: 20px 0px; }
.copyright .inner-copyright {
text-align: center;
max-width: 1110px;
width: 92%;
margin: 0 auto;
font-size: 13px; }
.mobile {
display: none; }
.desktop {
display: block; }
@media only screen and (min-width: 1041px) and (max-width: 1315px) {
.footer {
padding: 80px 0px 50px 0px; }
.footer .inner-footer .footer-content {
width: 32%; }
.footer .inner-footer .footer-content .footer-text {
max-width: 240px; }
.footer .inner-footer .footer-contact {
width: 29%; }
.footer .inner-footer .footer-menu {
width: 18%; }
.footer .inner-footer .footer-gallery {
width: 21%; }
.footer .inner-footer .footer-gallery .footer-gallery-wrapper a {
display: inline-block;
margin-right: 15px;
margin-bottom: 15px;
width: calc(50% - 15px); }
.footer .inner-footer .footer-gallery .footer-gallery-wrapper a:nth-child(3n + 3) {
margin-right: 15px; }
.footer .inner-footer .footer-gallery .footer-gallery-wrapper a:nth-child(2n + 2) {
margin-right: 15px; }
.mobile {
display: none; }
.desktop {
display: block; } }
@media only screen and (min-width: 768px) and (max-width: 1040px) {
.footer {
padding: 70px 0px 70px 0px; }
.footer .inner-footer .footer-content {
width: 50%;
padding-bottom: 30px; }
.footer .inner-footer .footer-contact {
width: 50%;
padding-bottom: 30px; }
.footer .inner-footer .footer-menu {
width: 50%; }
.footer .inner-footer .footer-gallery {
width: 50%; }
.mobile {
display: none; }
.desktop {
display: block; } }
@media only screen and (min-width: 481px) and (max-width: 767px) {
.footer {
padding: 70px 0px 50px 0px;
text-align: center; }
.footer .inner-footer .footer-content {
width: 100%; }
.footer .inner-footer .footer-content .footer-text {
max-width: 300px;
margin: 0 auto; }
.footer .inner-footer .footer-content .footer-social {
margin-top: 15px; }
.footer .inner-footer .footer-content .footer-social a {
margin-right: 7px;
margin-left: 7px; }
.footer .inner-footer .footer-contact {
width: 100%;
margin-top: 30px; }
.footer .inner-footer .footer-contact .contact-row {
width: auto;
margin-bottom: 20px;
position: relative;
display: inline-block; }
.footer .inner-footer .footer-contact .contact-row i {
float: none;
position: absolute;
top: 5px;
left: -30px; }
.footer .inner-footer .footer-contact .contact-row span {
display: inline-block;
margin-left: 0px;
margin-top: 0px;
float: none; }
.footer .inner-footer .footer-menu {
width: 100%;
margin-top: 30px; }
.footer .inner-footer .footer-menu .footer-menu {
width: 100%;
margin-top: -10px; }
.footer .inner-footer .footer-gallery {
width: 100%;
margin-top: 30px; }
.footer .inner-footer .footer-gallery .footer-gallery-wrapper {
max-width: 300px;
margin: 0 auto; }
.mobile {
display: block; }
.desktop {
display: none; } }
@media only screen and (max-width: 480px), screen and (max-device-width: 480px) {
.footer {
padding: 70px 0px 50px 0px;
text-align: center; }
.footer .inner-footer .footer-content {
width: 100%; }
.footer .inner-footer .footer-content .footer-text {
max-width: 300px;
margin: 0 auto; }
.footer .inner-footer .footer-content .footer-social {
margin-top: 15px; }
.footer .inner-footer .footer-content .footer-social a {
margin-right: 7px;
margin-left: 7px; }
.footer .inner-footer .footer-contact {
width: 100%;
margin-top: 30px; }
.footer .inner-footer .footer-contact .contact-row {
width: auto;
margin-bottom: 20px;
position: relative;
display: inline-block; }
.footer .inner-footer .footer-contact .contact-row i {
float: none;
position: absolute;
top: 5px;
left: -30px; }
.footer .inner-footer .footer-contact .contact-row span {
display: inline-block;
margin-left: 0px;
margin-top: 0px;
float: none; }
.footer .inner-footer .footer-menu {
width: 100%;
margin-top: 30px; }
.footer .inner-footer .footer-menu .footer-menu {
width: 100%;
margin-top: -10px; }
.footer .inner-footer .footer-gallery {
width: 100%;
margin-top: 30px; }
.footer .inner-footer .footer-gallery .footer-gallery-wrapper {
max-width: 300px;
margin: 0 auto; }
.mobile {
display: block; }
.desktop {
display: none; } }
.carousel.homepage {
position: relative;
margin-bottom: 100px;
}
@media (max-width: 767px) {
.carousel.homepage {
margin-top: -60px;
}
.widgets .inner-widgets .widget {
border: 1px solid #7D8C75;
}
}
.video-header {
position: relative;
width: 100%;
aspect-ratio: 16 / 9; overflow: hidden;
}
.video-header .video-wrap, .video-header .poster {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none; }
.video-header .video-wrap iframe, .video-header .poster img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media (max-width: 1360px) {
.widgets {
margin-top: 0;
}
}
@media (max-width: 767px) {
.widgets {
padding-top: 40px;
}
}