@charset "UTF-8";

:root { --font-dmfut: "futura_pp";
--tw--global--font-primary: var(
--apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen-Sans,
Ubuntu,
Cantarell,
"Helvetica Neue",
sans-serif;
)
--tw--global--font-secondary: var(
--font-dmSans,
-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
Oxygen-Sans,
Ubuntu,
Cantarell,
"Helvetica Neue",
sans-serif
);
--tw--global--font--lt: "Futura Lt BT";
--tw--global--font--md: "Futura Md BT";
--tw--global--font--hv: "Futura Hv BT";
--tw--global--font--bt: "Futura Bk BT";
--tw--global--body-bg: #ffffff;
--tw--global--color-black: #000;
--tw--global--color-white: #fff;
--tw--global--color-red: #ff0100;
--tw--global--color-grey: #a8a8a8;
--tw--global--color-border: #e4e5e6;
--tw--global--color-base-text: #000;
--tw--global--color-primary: #000;
--tw--global--rgb-primary: rgb(0, 0, 0);
--tw--global--color-secondary: #f0c800;
--tw--global--rgb-secondary: rgb(240, 200, 0);
--tw--global--color-heading: var(--tw--global--color-base-text);
--tw--global--color-activeMenu: var(--tw--global--color-secondary);
--tw--global--color-formText: #303030;
--tw--global--primary-opacity-01: rgba(0, 0, 0, 0.1);
--tw--global--primary-opacity-02: rgba(0, 0, 0, 0.2);
--tw--global--primary-opacity-03: rgba(0, 0, 0, 0.3);
--tw--global--primary-opacity-04: rgba(0, 0, 0, 0.4);
--tw--global--primary-opacity-05: rgba(0, 0, 0, 0.5);
--tw--global--primary-opacity-06: rgba(0, 0, 0, 0.6);
--tw--global--primary-opacity-07: rgba(0, 0, 0, 0.7);
--tw--global--primary-opacity-08: rgba(0, 0, 0, 0.8);
--tw--global--primary-opacity-09: rgba(0, 0, 0, 0.9);
--tw--global--primary-opacity-1: rgba(0, 0, 0, 1);
--tw--global--secondary-opacity-01: rgba(240, 200, 0, 0.1);
--tw--global--secondary-opacity-02: rgba(240, 200, 0, 0.2);
--tw--global--secondary-opacity-03: rgba(240, 200, 0, 0.3);
--tw--global--secondary-opacity-04: rgba(240, 200, 0, 0.4);
--tw--global--secondary-opacity-05: rgba(240, 200, 0, 0.5);
--tw--global--secondary-opacity-06: rgba(240, 200, 0, 0.6);
--tw--global--secondary-opacity-07: rgba(240, 200, 0, 0.7);
--tw--global--secondary-opacity-08: rgba(240, 200, 0, 0.8);
--tw--global--secondary-opacity-09: rgba(240, 200, 0, 0.9);
--tw--global--secondary-opacity-1: rgba(240, 200, 0, 1);
--tw--global--white-opacity-01: rgba(255, 255, 255, 0.1);
--tw--global--white-opacity-02: rgba(255, 255, 255, 0.2);
--tw--global--white-opacity-03: rgba(255, 255, 255, 0.3);
--tw--global--white-opacity-04: rgba(255, 255, 255, 0.4);
--tw--global--white-opacity-05: rgba(255, 255, 255, 0.5);
--tw--global--white-opacity-06: rgba(255, 255, 255, 0.6);
--tw--global--white-opacity-07: rgba(255, 255, 255, 0.7);
--tw--global--white-opacity-08: rgba(255, 255, 255, 0.8);
--tw--global--white-opacity-09: rgba(255, 255, 255, 0.9);
--tw--global--white-opacity-1: rgba(255, 255, 255, 1);
--tw--global--black-opacity-01: rgba(0, 0, 0, 0.1);
--tw--global--black-opacity-02: rgba(0, 0, 0, 0.2);
--tw--global--black-opacity-03: rgba(0, 0, 0, 0.3);
--tw--global--black-opacity-04: rgba(0, 0, 0, 0.4);
--tw--global--black-opacity-05: rgba(0, 0, 0, 0.5);
--tw--global--black-opacity-06: rgba(0, 0, 0, 0.6);
--tw--global--black-opacity-07: rgba(0, 0, 0, 0.7);
--tw--global--black-opacity-08: rgba(0, 0, 0, 0.8);
--tw--global--black-opacity-09: rgba(0, 0, 0, 0.9);
--tw--global--black-opacity-1: rgba(0, 0, 0, 1);
--tw-wrap-sm: 540px;
--tw-wrap-md: 720px;
--tw-wrap-lg: 960px;
--tw-wrap-xl: 1170px;
--tw-wrap-xxl: 1500px;
--tw-wrap-xxxl: 1650px;
--tw-gutter-x: 30px;
--tw-gutter-sm: 20px;
}
.project-header {
background: var(--tw--global--color-black);
padding: 20px 0;
padding-bottom: 10px;
position: fixed;
width: 100%;
z-index: 9999;
transition: all ease-in-out 0.2s;
left: 0;
top: 0;
}
.project-header .tw-container {
display: flex;
align-items: center;
flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
.project-header .tw-container {
justify-content: center;
gap: 10px;
}
}
.project-header .logo-wrapper img {
transition: all ease-in-out 0.2s;
}
@media screen and (max-width: 1799px) {
.project-header .logo-wrapper img {
max-width: 345px;
}
}
@media screen and (max-width: 1599px) {
.project-header .logo-wrapper img {
max-width: 255px;
}
}
@media screen and (max-width: 991px) {
.project-header .logo-wrapper img {
max-width: 240px;
}
}
.project-header .header_right {
margin-left: auto;
display: flex;
flex-direction: column;
align-items: end;
transition: all ease-in-out 0.2s;
}
@media screen and (max-width: 1199px) {
.project-header .header_right {
align-items: center;
flex-direction: row;
}
}
@media screen and (max-width: 991px) {
.project-header .header_right {
margin: 0 auto;
}
}
.project-header .header_right_top {
display: flex;
align-items: center;
justify-content: end;
transition: all ease-in-out 0.2s;
}
.project-header .head_nav {
padding-top: 15px;
}
@media screen and (max-width: 1199px) {
.project-header .head_nav {
padding-top: 0;
}
}
.project-header .awd-wrapper {
display: flex;
align-items: center;
gap: 8px;
padding-right: 20px;
transition: all ease-in-out 0.2s;
}
@media screen and (max-width: 1599px) {
.project-header .awd-wrapper {
padding-right: 15px;
}
}
@media screen and (max-width: 991px) {
.project-header .awd-wrapper {
padding-right: 10px;
gap: 5px;
}
}
@media screen and (max-width: 767px) {
.project-header .awd-wrapper {
display: none;
}
}
.project-header .awd-wrapper a {
transition: all ease-in-out 0.2s;
}
.project-header .awd-wrapper img {
transition: all ease-in-out 0.2s;
}
@media screen and (max-width: 1599px) {
.project-header .awd-wrapper img {
max-width: 80px;
max-height: 70px;
}
}
@media screen and (max-width: 991px) {
.project-header .awd-wrapper img {
max-width: 60px;
max-height: 58px;
}
}
.project-header .ph-btn-sec-top {
display: flex;
align-items: center;
}
.project-header .ph-wrapper {
display: flex;
flex-wrap: wrap;
padding-right: 20px;
}
@media screen and (max-width: 1199px) {
.project-header .ph-wrapper {
padding-right: 10px;
}
}
.project-header .ph-wrapper a {
display: flex;
align-items: center;
}
.project-header .ph-wrapper a .ph-text {
color: var(--tw--global--color-white);
font-family: var(--tw--global--font--hv);
}
@media screen and (max-width: 1199px) {
.project-header .ph-wrapper a .ph-text {
display: none;
}
}
.project-header .ph-wrapper .ph-i {
width: 41px;
height: 41px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: var(--tw--global--color-secondary);
margin-right: 10px;
}
@media screen and (max-width: 1599px) {
.project-header .ph-wrapper .ph-i {
width: 35px;
height: 35px;
}
}
.project-header.slim {
border-bottom: 1px solid var(--tw--global--color-secondary);
}
.project-header.slim .logo-wrapper img {
max-width: 400px;
}
@media screen and (max-width: 1799px) {
.project-header.slim .logo-wrapper img {
max-width: 320px;
}
}
@media screen and (max-width: 1599px) {
.project-header.slim .logo-wrapper img {
max-width: 250px;
}
}
@media screen and (max-width: 991px) {
.project-header.slim .logo-wrapper img {
max-width: 230px;
}
}
.project-header.slim .awd-wrapper {
gap: 0;
}
.project-header.slim .awd-wrapper img {
transform: scaleX(0.9) scaleY(0.9) !important;
}
.mob_trigger {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
background-color: var(--tw--global--color-white);
border: 2px solid var(--tw--global--color-secondary);
cursor: pointer;
flex-flow: column;
flex: 0 0 50px;
height: 40px;
margin-left: 15px;
padding: 0 !important;
width: 50px;
}
@media screen and (max-width: 767px) {
.mob_trigger {
margin-left: 5px;
}
}
.mob_trigger span {
background-color: var(--tw--global--color-secondary);
height: 3px;
width: 24px;
}
.mob_trigger span:not(:last-child) {
margin-bottom: 3px;
}
@media screen and (min-width: 1200px) {
.mob_trigger {
display: none;
}
}
.main-menu {
color: var(--tw--global--color-black);
}
.main-menu .mainMenu {
margin-top: 5px;
}
.main-menu ul li {
text-transform: uppercase;
list-style: none;
margin: 0;
padding-bottom: 10px;
}
.main-menu ul li a {
color: var(--tw--global--color-white);
font-weight: 400;
line-height: 1;
text-transform: inherit;
text-decoration: none;
letter-spacing: 1.5px;
}
.main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a, .main-menu ul li.current-page-ancestor a, .main-menu ul li.current-product-ancestor a {
font-weight: 600;
}
.main-menu ul li.current-menu-item li a, .main-menu ul li.current-menu-ancestor li a, .main-menu ul li.current-page-ancestor li a, .main-menu ul li.current-product-ancestor li a {
font-weight: 300;
}
@media screen and (min-width: 1200px) {
.main-menu .primeMenu {
display: none;
}
.main-menu ul li {
position: relative;
}
.main-menu ul li a {
align-items: center;
color: var(--tw--global--color-white);
font-size: 11px !important;
display: inline-flex;
padding: 0 8px;
}
.main-menu ul li a:hover {
color: var(--tw--global--color-secondary);
}
.main-menu ul li a:last-child {
padding-right: 0;
}
.main-menu ul li ul {
background-color: var(--tw--global--color-white);
padding-left: 0;
display: none;
left: -80px;
position: absolute;
top: 100%;
width: 230px;
z-index: 9999;
*zoom: 1;
}
.main-menu ul li ul:after, .main-menu ul li ul:before {
content: "";
display: block;
}
.main-menu ul li ul:after {
clear: both;
}
.main-menu ul li ul::before {
border-top: none;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 5px solid var(--tw--global--color-secondary);
top: -5px;
content: "";
left: 22px;
position: absolute;
}
.main-menu ul li ul a {
font-size: 10px !important;
font-weight: 400;
height: auto !important;
line-height: 1.5;
overflow: hidden;
padding: 7px 15px;
position: relative;
width: 100%;
color: var(--tw--global--color-black);
}
.main-menu ul li ul li {
display: block;
float: none;
margin: 0;
padding: 0;
position: relative;
}
.main-menu ul li ul li ul {
top: 0 !important;
}
.main-menu ul li:hover ul {
animation: slide_Top 0.2s ease-in-out forwards;
transform-origin: top center;
display: block;
left: 30px;
padding-top: 20px;
}
.main-menu ul li:hover li ul {
display: none;
left: 100%;
top: 0;
}
.main-menu ul li:hover li:hover a {
background: var(--tw--global--color-secondary);
color: var(--tw--global--color-white);
border-left: solid 3px var(--tw--global--color-black);
}
.main-menu ul li:hover li:hover ul {
animation: zoom_left 0.2s ease-in-out forwards;
display: block;
transform-origin: top left;
padding-top: 0px;
}
.main-menu ul li:hover li:hover ul::before {
display: none;
}
.main-menu ul li:hover li:hover ul li ul {
display: none;
}
.main-menu ul li:hover li:hover ul li:hover ul {
display: block;
}
.main-menu ul li:hover li:hover li:hover a {
background-color: var(--tw--global--color-black);
}
.main-menu ul li.submenu {
padding-right: 16px;
}
.main-menu ul li.submenu i {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
height: 26px;
padding-left: 2px;
padding-right: 8px;
position: absolute;
right: 0;
top: -8px;
transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
.main-menu ul li.submenu i:before {
border-bottom: 1px solid rgba(255, 255, 255, 0.8);
border-right: 1px solid rgba(255, 255, 255, 0.8);
content: "";
display: inline-block;
height: 6px;
position: relative;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
top: -2px;
width: 6px;
}
.main-menu ul li.submenu li {
padding-right: 0;
}
.main-menu ul li.submenu li a {
padding-right: 30px;
padding-right: 30px;
color: var(--tw--global--color-black);
}
.main-menu ul li.submenu li.submenu i {
background-color: transparent !important;
height: 31px;
padding-right: 15px;
top: 0 !important;
}
.main-menu ul li.submenu li.submenu i:before {
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
border-color: var(--tw--global--color-black);
}
.main-menu ul li:first-child {
padding-left: 0;
}
.main-menu ul li:last-child ul, .main-menu ul li:nth-last-child(2) ul {
right: 0;
}
.main-menu ul li:last-child ul ul, .main-menu ul li:nth-last-child(2) ul ul {
border-left-width: 3px;
border-right-width: 1px;
left: -360px;
width: 360px;
top: -1px;
}
.main-menu ul li.four_col_layout ul {
-moz-columns: 4 auto;
columns: 4 auto;
width: 820px;
}
.main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a, .main-menu ul li.current-page-ancestor a, .main-menu ul li.current-product-ancestor a {
font-weight: 600;
color: var(--tw--global--color-secondary);
}
.main-menu ul li.current-menu-item li a, .main-menu ul li.current-menu-ancestor li a, .main-menu ul li.current-page-ancestor li a, .main-menu ul li.current-product-ancestor li a {
font-weight: 400;
}
.main-menu ul li.current_page_parent li.current_page_item a, .main-menu ul li.current_page_parent li.current_page_parent a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_parent a {
background: var(--tw--global--color-secondary);
color: var(--tw--global--color-white);
}
.main-menu ul li.current_page_parent li.current_page_item li a, .main-menu ul li.current_page_parent li.current_page_parent li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_parent li a {
background-color: var(--tw--global--color-black);
font-weight: 400;
}
.main-menu ul li.current_page_parent li.current_page_item li a:hover, .main-menu ul li.current_page_parent li.current_page_parent li a:hover, .main-menu ul li.current_page_ancestor li.current_page_item li a:hover, .main-menu ul li.current_page_ancestor li.current_page_parent li a:hover {
color: var(--tw--global--color-secondary);
}
.main-menu ul li.current_page_parent li.current_page_item li.current_page_item a, .main-menu ul li.current_page_parent li.current_page_parent li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_parent li.current_page_item a {
background-color: var(--tw--global--color-black);
font-weight: 500;
background-color: var(--tw--global--color-primary);
color: white;
}
.main-menu ul li.current_page_parent li.current_page_item li.current_page_item a:hover, .main-menu ul li.current_page_parent li.current_page_parent li.current_page_item a:hover, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a:hover, .main-menu ul li.current_page_ancestor li.current_page_parent li.current_page_item a:hover {
background-color: var(--tw--global--color-secondary);
}
.main-menu > ul {
align-items: center;
display: flex;
justify-content: space-between;
padding-left: 0;
margin: 0;
}
.main-menu > ul > * {
align-items: center;
display: inline-flex;
padding-left: 10px;
padding-right: 5px;
transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
}
}
@media screen and (min-width: 1600px) {
.main-menu ul li.submenu i {
height: 32px;
padding-right: 6px;
top: 0px;
}
.main-menu ul li.submenu i:before {
height: 8px;
width: 8px;
}
.main-menu ul li.submenu li.submenu i {
height: 44px;
}
.main-menu ul li a {
font-size: 15px !important;
height: 32px;
padding: 0 10px;
}
.main-menu ul li ul {
top: 100%;
width: 260px;
left: 30px;
}
.main-menu ul li ul a {
font-size: 13px !important;
padding: 10px 15px;
}
.main-menu > ul > * {
padding-left: 20px;
}
}
@media screen and (min-width: 1850px) {
.main-menu ul li.submenu i {
top: 0px;
}
.main-menu ul li a {
font-size: 15px !important;
padding: 0 8px;
}
.main-menu ul li ul {
width: 320px;
}
.main-menu ul li ul a {
font-size: 14px !important;
}
.main-menu ul li.four_col_layout ul {
width: 900px;
}
.main-menu > ul > * {
padding-left: 25px;
}
}
@media screen and (max-width: 1199px) {
.main-menu {
background-color: var(--tw--global--color-black);
height: 100%;
overflow-y: auto;
position: fixed;
right: -280px;
text-align: left;
top: 0;
transition: all ease 0.4s;
-o-transition: all ease 0.4s;
-webkit-transition: all ease 0.4s;
width: 280px;
z-index: 1005;
}
.main-menu ul + ul {
padding-top: 0;
}
.main-menu ul {
display: block;
margin: 0 auto;
width: 100%;
padding-left: 15px;
}
.main-menu ul li {
border-bottom: 1px solid var(--tw--global--color-secondary), 3%;
line-height: 0;
position: relative;
text-align: left;
}
.main-menu ul li a {
color: var(--tw--global--color-white) !important;
font-weight: 300;
padding: 10px 36px 10px 15px;
width: 100%;
display: block;
}
.main-menu ul li i {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
height: 35px;
padding: 0;
position: absolute;
right: 0;
top: 0;
transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-webkit-transition: all ease 0.3s;
width: 32px;
}
.main-menu ul li i:before {
border-bottom: 1px solid var(--tw--global--color-white);
border-right: 1px solid var(--tw--global--color-white);
content: "";
display: inline-block;
height: 6px;
position: relative;
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
top: -2px;
width: 6px;
}
.main-menu ul li.opened a {
background-color: var(--tw--global--color-black);
}
.main-menu ul li.opened i:before {
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.main-menu ul li.opened li a {
background-color: var(--tw--global--color-black);
line-height: 1.4;
}
.main-menu ul li.opened li i:before {
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.main-menu ul li ul {
display: none;
}
.main-menu ul li.current-menu-item a, .main-menu ul li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor a {
background-color: var(--tw--global--color-secondary);
font-weight: 500;
}
.main-menu ul li.current-menu-item li, .main-menu ul li.current_page_ancestor li, .main-menu ul li.current-menu-ancestor li {
border-bottom-color: var(--tw--global--color-white);
}
.main-menu ul li.current-menu-item li a, .main-menu ul li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li a {
background-color: var(--tw--global--color-black);
font-weight: 300;
}
.main-menu ul li.current-menu-item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor a {
background-color: var(--tw--global--color-secondary);
}
.main-menu ul li.current-menu-item li.current_page_item li, .main-menu ul li.current-menu-item li.current_page_ancestor li, .main-menu ul li.current_page_ancestor li.current_page_item li, .main-menu ul li.current_page_ancestor li.current_page_ancestor li, .main-menu ul li.current-menu-ancestor li.current_page_item li, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li {
border-bottom-color: var(--tw--global--color-white);
}
.main-menu ul li.current-menu-item li.current_page_item li a, .main-menu ul li.current-menu-item li.current_page_ancestor li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li.current_page_item li a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li a {
background-color: var(--tw--global--color-black);
}
.main-menu ul li.current-menu-item li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li.current_page_item a {
background-color: var(--tw--global--color-secondary);
}
.open .main-menu {
right: 0px;
}
.open .mob_trigger:before {
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}
.open .mob_trigger:after {
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.open .mob_trigger .bar {
opacity: 0;
transform: translate(-100%, -50%);
-ms-transform: translate(-100%, -50%);
-o-transform: translate(-100%, -50%);
-webkit-transform: translate(-100%, -50%);
}
.open .overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 1000;
}
}
@media screen and (min-width: 1200px) {
.menu-adjust:hover ul {
-moz-column-count: 2;
column-count: 2;
width: 350px;
left: -100px !important;
}
}
@media screen and (min-width: 1600px) {
.menu-adjust:hover ul {
width: 500px;
left: -150px !important;
}
}
@media screen and (min-width: 1200px) {
.menu-adjust:hover ul:before {
left: 50%;
transform: translateX(-50%);
}
}
.fw-100 {
font-weight: 100 !important;
}
.fw-100 p,
.fw-100 li {
font-weight: inherit !important;
}
.fw-200 {
font-weight: 200 !important;
}
.fw-200 p,
.fw-200 li {
font-weight: inherit !important;
}
.fw-300 {
font-weight: 300 !important;
}
.fw-300 p,
.fw-300 li {
font-weight: inherit !important;
}
.fw-400 {
font-weight: 400 !important;
}
.fw-400 p,
.fw-400 li {
font-weight: inherit !important;
}
.fw-500 {
font-weight: 500 !important;
}
.fw-500 p,
.fw-500 li {
font-weight: inherit !important;
}
.fw-600 {
font-weight: 600 !important;
}
.fw-600 p,
.fw-600 li {
font-weight: inherit !important;
}
.fw-700 {
font-weight: 700 !important;
}
.fw-700 p,
.fw-700 li {
font-weight: inherit !important;
}
.fw-800 {
font-weight: 800 !important;
}
.fw-800 p,
.fw-800 li {
font-weight: inherit !important;
}
.fw-900 {
font-weight: 900 !important;
}
.fw-900 p,
.fw-900 li {
font-weight: inherit !important;
}
.tt-up {
text-transform: uppercase !important;
}
.tt-up > * {
text-transform: inherit;
}
.tt-cap {
text-transform: capitalize !important;
}
.tt-cap > * {
text-transform: inherit;
}
.tt-none {
text-transform: none !important;
}
.tt-none > * {
text-transform: inherit;
}
.line_height-1 {
line-height: 1 !important;
}
.line_height-1 p {
line-height: inherit !important;
}
.line_height-1_1 {
line-height: 1.1 !important;
}
.line_height-1_1 p {
line-height: inherit !important;
}
.line_height-1_2 {
line-height: 1.2 !important;
}
.line_height-1_2 p {
line-height: inherit !important;
}
.line_height-1_3 {
line-height: 1.3 !important;
}
.line_height-1_3 p {
line-height: inherit !important;
}
.line_height-1_4 {
line-height: 1.4 !important;
}
.line_height-1_4 p {
line-height: inherit !important;
}
.line_height-1_5 {
line-height: 1.5 !important;
}
.line_height-1_5 p {
line-height: inherit !important;
}
.line_height-1_6 {
line-height: 1.6 !important;
}
.line_height-1_6 p {
line-height: inherit !important;
}
.fs-40 {
font-size: 22px !important;
}
@media screen and (min-width: 768px) {
.fs-40 {
font-size: 24px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-40 {
font-size: 26px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-40 {
font-size: 36px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-40 {
font-size: 41px !important;
}
}
.fs-40 p,
.fs-40 li {
font-size: inherit !important;
}
.fs-50 {
font-size: 20px !important;
}
@media screen and (min-width: 768px) {
.fs-50 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-50 {
font-size: 28px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-50 {
font-size: 40px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-50 {
font-size: 50px !important;
}
}
.fs-50 p,
.fs-50 li {
font-size: inherit !important;
}
.fs-38 {
font-size: 22px !important;
}
@media screen and (min-width: 768px) {
.fs-38 {
font-size: 24px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-38 {
font-size: 23px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-38 {
font-size: 36px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-38 {
font-size: 38px !important;
}
}
.fs-38 p,
.fs-38 li {
font-size: inherit !important;
}
.fs-36 {
font-size: 22px !important;
}
@media screen and (min-width: 768px) {
.fs-36 {
font-size: 23px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-36 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-36 {
font-size: 34px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-36 {
font-size: 36px !important;
}
}
.fs-36 p,
.fs-36 li {
font-size: inherit !important;
}
.fs-33 {
font-size: 18px !important;
}
@media screen and (min-width: 768px) {
.fs-33 {
font-size: 20px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-33 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-33 {
font-size: 30px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-33 {
font-size: 33px !important;
}
}
.fs-33 p,
.fs-33 li {
font-size: inherit !important;
}
.fs-24 {
font-size: 18px !important;
}
@media screen and (min-width: 768px) {
.fs-24 {
font-size: 18px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-24 {
font-size: 17px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-24 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-24 {
font-size: 24px !important;
}
}
.fs-24 p,
.fs-24 li {
font-size: inherit !important;
}
.fs-30 {
font-size: 18px !important;
}
@media screen and (min-width: 768px) {
.fs-30 {
font-size: 19px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-30 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-30 {
font-size: 26px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-30 {
font-size: 30px !important;
}
}
.fs-30 p,
.fs-30 li {
font-size: inherit !important;
}
.fs-60 {
font-size: 20px !important;
}
@media screen and (min-width: 575px) {
.fs-60 {
font-size: 22px !important;
}
}
@media screen and (min-width: 768px) {
.fs-60 {
font-size: 25px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-60 {
font-size: 26px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-60 {
font-size: 50px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-60 {
font-size: 60px !important;
}
}
.fs-60 p,
.fs-60 li {
font-size: inherit !important;
}
.fs-22 {
font-size: 17px !important;
}
@media screen and (min-width: 768px) {
.fs-22 {
font-size: 17px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-22 {
font-size: 16px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-22 {
font-size: 20px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-22 {
font-size: 22px !important;
}
}
.fs-22 p,
.fs-22 li {
font-size: inherit !important;
}
.fs-18 {
font-size: 16px !important;
}
@media screen and (min-width: 768px) {
.fs-18 {
font-size: 15px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-18 {
font-size: 14px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-18 {
font-size: 17px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-18 {
font-size: 18px !important;
}
}
.fs-18 p,
.fs-18 li {
font-size: inherit !important;
}
.odt_btn {
--btnHeight: 40px;
--btnHeight-xss: 36px;
--btnHeight-xs: 36px;
--btnHeight-lg: 35px;
--btn_fSize: 18px;
}
@media screen and (min-width: 768px) {
.odt_btn {
--btnHeight: 50px;
--btnHeight-xss: 36px;
--btnHeight-xs: 38px;
--btnHeight-lg: 45px;
--btn_fSize: 20px;
}
}
@media screen and (min-width: 1600px) {
.odt_btn {
--btnHeight: 60px;
--btnHeight-xss: 38px;
--btnHeight-xs: 40px;
--btnHeight-lg: 55px;
--btnHeight-lg-60: 50px;
--btn_fSize: 22px;
}
}
@media screen and (min-width: 1800px) {
.odt_btn {
--btnHeight: 80px;
--btnHeight-xss: 48px;
--btnHeight-xs: 50px;
--btnHeight-lg: 70px;
--btnHeight-lg-60: 60px;
--btn_fSize: 25px;
}
}
.odt_btn .vc_btn3 {
align-items: center;
background-color: var(--tw--global--color-secondary) !important;
border: 0 !important;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
box-shadow: none;
cursor: pointer;
color: var(--tw--global--color-black) !important;
display: inline-flex;
font-size: var(--btn_fSize) !important;
font-weight: 400;
min-height: var(--btnHeight) !important;
justify-content: center;
line-height: 1;
outline: none;
overflow: hidden !important;
position: relative;
text-align: center;
text-decoration: none !important;
text-transform: capitalize;
transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
padding-left: 16px !important;
padding-right: 16px !important;
font-family: var(--tw--global--font--bt) !important;
letter-spacing: 0;
background-image: unset !important;
}
.odt_btn .vc_btn3:active, .odt_btn .vc_btn3:focus, .odt_btn .vc_btn3:hover, .odt_btn .vc_btn3:visited {
box-shadow: none;
outline: none;
}
.odt_btn .vc_btn3:hover {
background-color: var(--tw--global--color-primary) !important;
color: var(--tw--global--color-white) !important;
}
.odt_btn .vc_btn3.black-button {
background-color: var(--tw--global--color-black) !important;
color: var(--tw--global--color-white) !important;
}
.odt_btn .vc_btn3.black-button:hover {
background-color: var(--tw--global--color-secondary) !important;
color: var(--tw--global--color-black) !important;
}
@media screen and (min-width: 1200px) {
.odt_btn .vc_btn3 {
padding-left: 20px !important;
padding-right: 20px !important;
}
}
@media screen and (min-width: 1600px) {
.odt_btn .vc_btn3 {
padding-left: 30px !important;
padding-right: 30px !important;
}
}
@media screen and (min-width: 1850px) {
.odt_btn .vc_btn3 {
padding-left: 40px !important;
padding-right: 40px !important;
}
}
.odt_btn.btn-secondary .vc_btn3 {
background-color: var(--tw--global--color-black) !important;
color: var(--tw--global--color-white) !important;
}
.odt_btn.btn-secondary .vc_btn3:hover {
background-color: var(--tw--global--color-secondary) !important;
color: var(--tw--global--color-black) !important;
}
.odt_btn.btn-xs .vc_btn3 {
min-height: var(--btnHeight-xs) !important;
}
.odt_btn.btn-xss {
font-family: var(--tw--global--font--lt) !important;
}
.odt_btn.btn-xss .vc_btn3 {
min-height: var(--btnHeight-xss) !important;
}
@media screen and (min-width: 1200px) {
.odt_btn.btn-xss .vc_btn3 {
padding-left: 20px !important;
padding-right: 20px !important;
font-size: 14px !important;
}
}
@media screen and (min-width: 1600px) {
.odt_btn.btn-xss .vc_btn3 {
padding-left: 30px !important;
padding-right: 30px !important;
font-size: 17px !important;
}
}
.odt_btn.btn-lg {
padding: 0;
}
.odt_btn.btn-lg .vc_btn3 {
min-height: var(--btnHeight-lg) !important;
}
@media screen and (min-width: 1800px) {
.odt_btn.btn-lg .vc_btn3 {
font-size: 21px !important;
padding-left: 32px !important;
padding-right: 32px !important;
}
}
.odt_btn.btn-lg-60 {
padding: 0;
}
.odt_btn.btn-lg-60 .vc_btn3 {
min-height: var(--btnHeight-lg-60) !important;
}
@media screen and (min-width: 1800px) {
.odt_btn.btn-lg-60 .vc_btn3 {
font-size: 20px !important;
padding-left: 32px !important;
padding-right: 32px !important;
}
}
@font-face {
font-family: "Futura";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/Futura-Bold.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/Futura-Bold.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Futura BdCn BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-BoldCondensed.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-BoldCondensed.woff) format("woff");
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Futura Bk BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-Book.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-Book.woff) format("woff");
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Futura";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/Futura-CondensedLight.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/Futura-CondensedLight.woff) format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Futura Hv BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-Heavy.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-Heavy.woff) format("woff");
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Futura Hv BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-HeavyItalic.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-HeavyItalic.woff) format("woff");
font-weight: 900;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Futura MdCn BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-MediumCondensed.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-MediumCondensed.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Futura XBlk BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-ExtraBlack.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-ExtraBlack.woff) format("woff");
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Futura XBlk BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-ExtraBlack.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-ExtraBlack.woff) format("woff");
font-weight: 900;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Futura Md BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-MediumItalic.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-MediumItalic.woff) format("woff");
font-weight: 500;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Futura XBlkCnIt BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-ExtraBlackCondItalic.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-ExtraBlackCondItalic.woff) format("woff");
font-weight: 900;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Futura Md BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-BoldItalic.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-BoldItalic.woff) format("woff");
font-weight: bold;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Futura Lt BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-Light.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-Light.woff) format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Futura Md BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-Medium.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-Medium.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Futura Bk BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-BookItalic.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-BookItalic.woff) format("woff");
font-weight: normal;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Futura LtCn BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-LightCondensed.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-LightCondensed.woff) format("woff");
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Futura Lt BT";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-LightItalic.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/FuturaBT-LightItalic.woff) format("woff");
font-weight: 300;
font-style: italic;
font-display: swap;
}
@font-face {
font-family: "Futura";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/Futura-Black-Bold.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/Futura-Black-Bold.woff) format("woff");
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Futura";
src: url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/Futura-Bold.woff2) format("woff2"), url(//www.ontariodrywallandtaping.ca/wp-content/themes/interiart-child/assets/fonts/Futura-Bold.woff) format("woff");
font-weight: bold;
font-style: normal;
font-display: swap;
}
.fw-100 {
font-weight: 100 !important;
}
.fw-100 p,
.fw-100 li {
font-weight: inherit !important;
}
.fw-200 {
font-weight: 200 !important;
}
.fw-200 p,
.fw-200 li {
font-weight: inherit !important;
}
.fw-300 {
font-weight: 300 !important;
}
.fw-300 p,
.fw-300 li {
font-weight: inherit !important;
}
.fw-400 {
font-weight: 400 !important;
}
.fw-400 p,
.fw-400 li {
font-weight: inherit !important;
}
.fw-500 {
font-weight: 500 !important;
}
.fw-500 p,
.fw-500 li {
font-weight: inherit !important;
}
.fw-600 {
font-weight: 600 !important;
}
.fw-600 p,
.fw-600 li {
font-weight: inherit !important;
}
.fw-700 {
font-weight: 700 !important;
}
.fw-700 p,
.fw-700 li {
font-weight: inherit !important;
}
.fw-800 {
font-weight: 800 !important;
}
.fw-800 p,
.fw-800 li {
font-weight: inherit !important;
}
.fw-900 {
font-weight: 900 !important;
}
.fw-900 p,
.fw-900 li {
font-weight: inherit !important;
}
.tt-up {
text-transform: uppercase !important;
}
.tt-up > * {
text-transform: inherit;
}
.tt-cap {
text-transform: capitalize !important;
}
.tt-cap > * {
text-transform: inherit;
}
.tt-none {
text-transform: none !important;
}
.tt-none > * {
text-transform: inherit;
}
.line_height-1 {
line-height: 1 !important;
}
.line_height-1 p {
line-height: inherit !important;
}
.line_height-1_1 {
line-height: 1.1 !important;
}
.line_height-1_1 p {
line-height: inherit !important;
}
.line_height-1_2 {
line-height: 1.2 !important;
}
.line_height-1_2 p {
line-height: inherit !important;
}
.line_height-1_3 {
line-height: 1.3 !important;
}
.line_height-1_3 p {
line-height: inherit !important;
}
.line_height-1_4 {
line-height: 1.4 !important;
}
.line_height-1_4 p {
line-height: inherit !important;
}
.line_height-1_5 {
line-height: 1.5 !important;
}
.line_height-1_5 p {
line-height: inherit !important;
}
.line_height-1_6 {
line-height: 1.6 !important;
}
.line_height-1_6 p {
line-height: inherit !important;
}
.fs-40 {
font-size: 22px !important;
}
@media screen and (min-width: 768px) {
.fs-40 {
font-size: 24px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-40 {
font-size: 26px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-40 {
font-size: 36px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-40 {
font-size: 41px !important;
}
}
.fs-40 p,
.fs-40 li {
font-size: inherit !important;
}
.fs-50 {
font-size: 20px !important;
}
@media screen and (min-width: 768px) {
.fs-50 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-50 {
font-size: 28px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-50 {
font-size: 40px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-50 {
font-size: 50px !important;
}
}
.fs-50 p,
.fs-50 li {
font-size: inherit !important;
}
.fs-38 {
font-size: 22px !important;
}
@media screen and (min-width: 768px) {
.fs-38 {
font-size: 24px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-38 {
font-size: 23px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-38 {
font-size: 36px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-38 {
font-size: 38px !important;
}
}
.fs-38 p,
.fs-38 li {
font-size: inherit !important;
}
.fs-36 {
font-size: 22px !important;
}
@media screen and (min-width: 768px) {
.fs-36 {
font-size: 23px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-36 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-36 {
font-size: 34px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-36 {
font-size: 36px !important;
}
}
.fs-36 p,
.fs-36 li {
font-size: inherit !important;
}
.fs-33 {
font-size: 18px !important;
}
@media screen and (min-width: 768px) {
.fs-33 {
font-size: 20px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-33 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-33 {
font-size: 30px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-33 {
font-size: 33px !important;
}
}
.fs-33 p,
.fs-33 li {
font-size: inherit !important;
}
.fs-24 {
font-size: 18px !important;
}
@media screen and (min-width: 768px) {
.fs-24 {
font-size: 18px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-24 {
font-size: 17px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-24 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-24 {
font-size: 24px !important;
}
}
.fs-24 p,
.fs-24 li {
font-size: inherit !important;
}
.fs-30 {
font-size: 18px !important;
}
@media screen and (min-width: 768px) {
.fs-30 {
font-size: 19px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-30 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-30 {
font-size: 26px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-30 {
font-size: 30px !important;
}
}
.fs-30 p,
.fs-30 li {
font-size: inherit !important;
}
.fs-60 {
font-size: 20px !important;
}
@media screen and (min-width: 575px) {
.fs-60 {
font-size: 22px !important;
}
}
@media screen and (min-width: 768px) {
.fs-60 {
font-size: 25px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-60 {
font-size: 26px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-60 {
font-size: 50px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-60 {
font-size: 60px !important;
}
}
.fs-60 p,
.fs-60 li {
font-size: inherit !important;
}
.fs-22 {
font-size: 17px !important;
}
@media screen and (min-width: 768px) {
.fs-22 {
font-size: 17px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-22 {
font-size: 16px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-22 {
font-size: 20px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-22 {
font-size: 22px !important;
}
}
.fs-22 p,
.fs-22 li {
font-size: inherit !important;
}
.fs-18 {
font-size: 16px !important;
}
@media screen and (min-width: 768px) {
.fs-18 {
font-size: 15px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-18 {
font-size: 14px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-18 {
font-size: 17px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-18 {
font-size: 18px !important;
}
}
.fs-18 p,
.fs-18 li {
font-size: inherit !important;
} .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before, .slick-track:after {
content: "";
display: table;
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none;
}
[dir=rtl] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
} .slick-prev,
.slick-next {
position: absolute;
display: block;
height: 40px;
width: 40px;
line-height: 0px;
font-size: 0px;
cursor: pointer;
color: transparent;
top: 43%;
transform: translate(0, -50%);
padding: 0;
border: none;
outline: none;
z-index: 3;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
font-family: "slick";
font-size: 20px;
line-height: 1;
color: white;
opacity: 0.75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
left: -25px;
}
[dir=rtl] .slick-prev {
left: auto;
right: -25px;
}
.slick-prev:before {
content: "←";
}
[dir=rtl] .slick-prev:before {
content: "→";
}
.slick-next {
right: -25px;
}
[dir=rtl] .slick-next {
left: -25px;
right: auto;
}
.slick-next:before {
content: "→";
}
[dir=rtl] .slick-next:before {
content: "←";
} .slick-dots {
position: absolute;
bottom: 10px;
list-style: none;
padding: 0;
margin: 0;
width: auto;
display: flex;
align-items: center;
justify-content: center;
left: 7%;
}
.slick-dots li {
background-color: var(--tw--global--color-black);
position: relative;
display: inline-block;
margin: 0 5px;
padding: 0;
cursor: pointer;
border: 0;
display: flex;
}
.slick-dots li button {
background-color: var(--tw--global--opacity-white-30);
height: 3px;
margin: 0 !important;
padding: 0 !important;
text-indent: -99999px;
width: 60px;
border: none;
}
.slick-dots li.slick-active {
border: 0;
}
.slick-dots li.slick-active button {
background-color: var(--tw--global--color-secondary);
width: 100px;
}
@media screen and (min-width: 1200px) {
.slick-dots {
bottom: 50px;
}
} .slick_prev,
.slick_next {
background-color: var(--tw--global--color-white);
cursor: pointer;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
height: 40px;
left: 0;
position: absolute;
right: auto !important;
transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
width: 40px;
z-index: 1;
border-radius: 50%;
background: #fff;
border: #ffffff;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.slick_prev svg,
.slick_next svg {
fill: var(--tw--global--color-base-text);
height: 14px;
width: auto !important;
}
.slick_prev:hover,
.slick_next:hover {
background-color: var(--tw--global--color-primary);
border-color: var(--tw--global--color-secondary);
}
.slick_prev:hover svg,
.slick_next:hover svg {
fill: var(--tw--global--color-white);
}
@media screen and (min-width: 1200px) {
.slick_prev,
.slick_next {
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
}
}
@media screen and (min-width: 1600px) {
.slick_prev,
.slick_next {
height: 50px;
width: 50px !important;
}
.slick_prev svg,
.slick_next svg {
height: 16px;
}
}
@media screen and (min-width: 1800px) {
.slick_prev,
.slick_next {
height: 60px;
width: 60px !important;
}
.slick_prev svg,
.slick_next svg {
height: 19px;
}
}
@media screen and (max-width: 1199px) {
.slick_prev,
.slick_next {
bottom: 0;
display: none !important;
}
}
.slick_next {
right: 0 !important;
left: auto;
} .slick-track .slick-slide {
padding: 10px;
}
.resp-tabs-list li {
display: inline-block;
margin: 0;
list-style: none;
cursor: pointer;
}
.resp-tabs-container {
padding: 0px;
clear: left;
}
h2.resp-accordion {
cursor: pointer;
display: none;
}
.resp-tab-content {
display: none;
}
.resp-tab-active {
margin-bottom: -1px !important;
}
.resp-content-active,
.resp-accordion-active {
display: block;
} .resp-vtabs ul.resp-tabs-list {
float: left;
width: 30%;
}
.resp-vtabs .resp-tabs-list li {
display: block;
margin: 0;
cursor: pointer;
float: none;
}
.resp-vtabs .resp-tabs-container {
padding: 0px;
background-color: #fff;
float: left;
width: 68%;
min-height: 250px;
border-radius: 4px;
clear: none;
}
.resp-vtabs .resp-tab-content {
border: none;
}
.resp-vtabs li.resp-tab-active {
position: relative;
z-index: 1;
margin-right: -1px !important;
}
.resp-arrow {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
cursor: pointer;
height: 30px;
line-height: 1;
position: absolute;
right: 10px;
transform-origin: center center;
transform: rotate(-225deg);
-ms-transform: rotate(-225deg);
-o-transform: rotate(-225deg);
-webkit-transform: rotate(-225deg);
top: 6px;
width: 30px;
}
.resp-arrow:before {
border-right: 1px solid var(--tw--global--color-black);
border-top: 1px solid var(--tw--global--color-black);
content: "";
height: 10px;
width: 10px;
}
h2.resp-tab-active span.resp-arrow {
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
top: 12px;
} h2.resp-tab-active {
background: var(--tw--global--color-primary);
}
.resp-easy-accordion h2.resp-accordion {
display: block;
}
.resp-jfit {
width: 100%;
margin: 0px;
}
.resp-tab-content-active {
display: block;
} @media screen and (max-width: 991px) {
ul.resp-tabs-list {
display: none;
}
h2.resp-accordion {
display: block;
margin-top: 10px;
position: relative;
}
.resp-vtabs .resp-tabs-container {
border: none;
float: none;
width: 100%;
min-height: initial;
clear: none;
}
.resp-accordion-closed {
display: none !important;
}
}
.fw-100 {
font-weight: 100 !important;
}
.fw-100 p,
.fw-100 li {
font-weight: inherit !important;
}
.fw-200 {
font-weight: 200 !important;
}
.fw-200 p,
.fw-200 li {
font-weight: inherit !important;
}
.fw-300 {
font-weight: 300 !important;
}
.fw-300 p,
.fw-300 li {
font-weight: inherit !important;
}
.fw-400 {
font-weight: 400 !important;
}
.fw-400 p,
.fw-400 li {
font-weight: inherit !important;
}
.fw-500 {
font-weight: 500 !important;
}
.fw-500 p,
.fw-500 li {
font-weight: inherit !important;
}
.fw-600 {
font-weight: 600 !important;
}
.fw-600 p,
.fw-600 li {
font-weight: inherit !important;
}
.fw-700 {
font-weight: 700 !important;
}
.fw-700 p,
.fw-700 li {
font-weight: inherit !important;
}
.fw-800 {
font-weight: 800 !important;
}
.fw-800 p,
.fw-800 li {
font-weight: inherit !important;
}
.fw-900 {
font-weight: 900 !important;
}
.fw-900 p,
.fw-900 li {
font-weight: inherit !important;
}
.tt-up {
text-transform: uppercase !important;
}
.tt-up > * {
text-transform: inherit;
}
.tt-cap {
text-transform: capitalize !important;
}
.tt-cap > * {
text-transform: inherit;
}
.tt-none {
text-transform: none !important;
}
.tt-none > * {
text-transform: inherit;
}
.line_height-1 {
line-height: 1 !important;
}
.line_height-1 p {
line-height: inherit !important;
}
.line_height-1_1 {
line-height: 1.1 !important;
}
.line_height-1_1 p {
line-height: inherit !important;
}
.line_height-1_2 {
line-height: 1.2 !important;
}
.line_height-1_2 p {
line-height: inherit !important;
}
.line_height-1_3 {
line-height: 1.3 !important;
}
.line_height-1_3 p {
line-height: inherit !important;
}
.line_height-1_4 {
line-height: 1.4 !important;
}
.line_height-1_4 p {
line-height: inherit !important;
}
.line_height-1_5 {
line-height: 1.5 !important;
}
.line_height-1_5 p {
line-height: inherit !important;
}
.line_height-1_6 {
line-height: 1.6 !important;
}
.line_height-1_6 p {
line-height: inherit !important;
}
.fs-40 {
font-size: 22px !important;
}
@media screen and (min-width: 768px) {
.fs-40 {
font-size: 24px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-40 {
font-size: 26px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-40 {
font-size: 36px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-40 {
font-size: 41px !important;
}
}
.fs-40 p,
.fs-40 li {
font-size: inherit !important;
}
.fs-50 {
font-size: 20px !important;
}
@media screen and (min-width: 768px) {
.fs-50 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-50 {
font-size: 28px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-50 {
font-size: 40px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-50 {
font-size: 50px !important;
}
}
.fs-50 p,
.fs-50 li {
font-size: inherit !important;
}
.fs-38 {
font-size: 22px !important;
}
@media screen and (min-width: 768px) {
.fs-38 {
font-size: 24px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-38 {
font-size: 23px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-38 {
font-size: 36px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-38 {
font-size: 38px !important;
}
}
.fs-38 p,
.fs-38 li {
font-size: inherit !important;
}
.fs-36 {
font-size: 22px !important;
}
@media screen and (min-width: 768px) {
.fs-36 {
font-size: 23px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-36 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-36 {
font-size: 34px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-36 {
font-size: 36px !important;
}
}
.fs-36 p,
.fs-36 li {
font-size: inherit !important;
}
.fs-33 {
font-size: 18px !important;
}
@media screen and (min-width: 768px) {
.fs-33 {
font-size: 20px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-33 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-33 {
font-size: 30px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-33 {
font-size: 33px !important;
}
}
.fs-33 p,
.fs-33 li {
font-size: inherit !important;
}
.fs-24 {
font-size: 18px !important;
}
@media screen and (min-width: 768px) {
.fs-24 {
font-size: 18px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-24 {
font-size: 17px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-24 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-24 {
font-size: 24px !important;
}
}
.fs-24 p,
.fs-24 li {
font-size: inherit !important;
}
.fs-30 {
font-size: 18px !important;
}
@media screen and (min-width: 768px) {
.fs-30 {
font-size: 19px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-30 {
font-size: 22px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-30 {
font-size: 26px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-30 {
font-size: 30px !important;
}
}
.fs-30 p,
.fs-30 li {
font-size: inherit !important;
}
.fs-60 {
font-size: 20px !important;
}
@media screen and (min-width: 575px) {
.fs-60 {
font-size: 22px !important;
}
}
@media screen and (min-width: 768px) {
.fs-60 {
font-size: 25px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-60 {
font-size: 26px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-60 {
font-size: 50px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-60 {
font-size: 60px !important;
}
}
.fs-60 p,
.fs-60 li {
font-size: inherit !important;
}
.fs-22 {
font-size: 17px !important;
}
@media screen and (min-width: 768px) {
.fs-22 {
font-size: 17px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-22 {
font-size: 16px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-22 {
font-size: 20px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-22 {
font-size: 22px !important;
}
}
.fs-22 p,
.fs-22 li {
font-size: inherit !important;
}
.fs-18 {
font-size: 16px !important;
}
@media screen and (min-width: 768px) {
.fs-18 {
font-size: 15px !important;
}
}
@media screen and (min-width: 1200px) {
.fs-18 {
font-size: 14px !important;
}
}
@media screen and (min-width: 1600px) {
.fs-18 {
font-size: 17px !important;
}
}
@media screen and (min-width: 1800px) {
.fs-18 {
font-size: 18px !important;
}
}
.fs-18 p,
.fs-18 li {
font-size: inherit !important;
}
.project_footer {
padding: 70px 0 50px 0;
background: var(--tw--global--color-black);
}
@media screen and (max-width: 1199px) {
.project_footer {
padding: 40px 0;
}
}
.project_footer .footer-wrap {
display: flex;
flex-wrap: wrap;
}
.project_footer .footer-wrap .foot_sub {
width: 30%;
flex: 0 0 30%;
padding-right: 40px;
}
@media screen and (max-width: 1199px) {
.project_footer .footer-wrap .foot_sub {
width: 100%;
flex: 0 0 100%;
padding-right: 0;
}
}
.project_footer .footer-wrap .foot_sub .logo_wrapper-footer {
padding-bottom: 35px;
}
@media screen and (max-width: 1799px) {
.project_footer .footer-wrap .foot_sub .logo_wrapper-footer {
padding-bottom: 20px;
}
}
@media screen and (max-width: 1199px) {
.project_footer .footer-wrap .foot_sub .logo_wrapper-footer img {
max-width: 400px;
}
}
@media screen and (max-width: 991px) {
.project_footer .footer-wrap .foot_sub .logo_wrapper-footer img {
max-width: 300px;
}
}
.project_footer .footer-wrap .foot_sub .foot-sml-txt p {
font-family: var(--tw--global--font--lt) !important;
color: var(--tw--global--color-white);
}
.project_footer .footer-wrap .foot_sub .footer-social-wrap {
padding-top: 25px;
margin-top: 25px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1799px) {
.project_footer .footer-wrap .foot_sub .footer-social-wrap {
padding-top: 20px;
margin-top: 20px;
}
}
@media screen and (max-width: 1199px) {
.project_footer .footer-wrap .foot_sub .footer-social-wrap {
padding-top: 10px;
margin-top: 10px;
}
}
.project_footer .footer-wrap .foot_sub .footer-social-wrap .social-hd {
font-family: var(--tw--global--font--bt) !important;
color: var(--tw--global--color-white);
}
.project_footer .footer-wrap .foot_sub .footer-social-wrap .social-inner {
display: flex;
align-items: center;
gap: 12px;
padding-top: 20px;
color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1799px) {
.project_footer .footer-wrap .foot_sub .footer-social-wrap .social-inner {
padding-top: 10px;
}
}
.project_footer .footer-wrap .foot_sub .footer-social-wrap .social-inner svg {
fill: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1599px) {
.project_footer .footer-wrap .foot_sub .footer-social-wrap .social-inner svg {
width: 25px;
height: 25px;
}
}
@media screen and (max-width: 1199px) {
.project_footer .footer-wrap .foot_sub .footer-social-wrap .social-inner svg {
width: 20px;
height: 20px;
}
}
.project_footer .footer-wrap .foot-main-wrap {
width: 70%;
flex: 0 0 70%;
display: flex;
flex-wrap: wrap;
padding-left: 40px;
}
@media screen and (max-width: 1799px) {
.project_footer .footer-wrap .foot-main-wrap {
padding-left: 15px;
}
}
@media screen and (max-width: 1199px) {
.project_footer .footer-wrap .foot-main-wrap {
padding-left: 0px;
padding-top: 20px;
width: 100%;
flex: 0 0 100%;
}
}
.project_footer .footer-wrap .foot-main-wrap .foot-col-first {
width: 25%;
flex: 0 0 25%;
}
@media screen and (max-width: 991px) {
.project_footer .footer-wrap .foot-main-wrap .foot-col-first {
width: 50%;
flex: 0 0 50%;
}
}
@media screen and (max-width: 767px) {
.project_footer .footer-wrap .foot-main-wrap .foot-col-first {
width: 100%;
flex: 0 0 100%;
}
}
.project_footer .footer-wrap .foot-main-wrap .foot-col-second {
width: 45%;
flex: 0 0 45%;
padding: 0 30px;
}
@media screen and (max-width: 1799px) {
.project_footer .footer-wrap .foot-main-wrap .foot-col-second {
padding: 0px 20px;
}
}
@media screen and (max-width: 991px) {
.project_footer .footer-wrap .foot-main-wrap .foot-col-second {
width: 50%;
flex: 0 0 50%;
}
}
@media screen and (max-width: 767px) {
.project_footer .footer-wrap .foot-main-wrap .foot-col-second {
width: 100%;
flex: 0 0 100%;
padding: 0;
padding-top: 20px;
}
}
.project_footer .footer-wrap .foot-main-wrap .foot-col-second #menu-foot-second {
-moz-column-count: 2;
column-count: 2;
}
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap {
width: 30%;
flex: 0 0 30%;
}
@media screen and (max-width: 991px) {
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap {
width: 100%;
flex: 0 0 100%;
padding-top: 20px;
}
}
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .map-wrap .fig-map {
width: 100%;
height: 120px;
margin: 20px 0 30px 0;
}
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .map-wrap .fig-map iframe {
width: 100%;
height: 100%;
}
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .map-wrap .icon-ftr {
border-bottom: 1px solid rgba(240, 200, 0, 0.6);
position: relative;
}
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .map-wrap .icon-ftr::after {
position: absolute;
content: "";
width: 9px;
height: 9px;
border: 1px solid rgba(240, 200, 0, 0.6);
background: #000;
bottom: -4px;
left: 50%; transform: 90deg;
rotate: 45deg;
border-left: 0;
border-top: 0;
}
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr {
display: flex;
padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr {
padding-bottom: 15px;
}
}
@media screen and (max-width: 991px) {
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr {
padding-bottom: 12px;
}
}
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr .ftr-icon {
width: 20px;
height: 20px;
}
@media screen and (max-width: 767px) {
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr .ftr-icon {
width: auto;
height: auto;
}
}
@media screen and (max-width: 1799px) {
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr .ftr-icon svg {
max-width: 18px;
max-height: 18px;
}
}
@media screen and (max-width: 1199px) {
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr .ftr-icon svg {
max-width: 16px;
max-height: 14px;
}
}
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr .ftr-address {
color: var(--tw--global--color-white);
padding-left: 10px;
font-family: var(--tw--global--font--bt) !important;
line-height: 1.4;
}
@media screen and (max-width: 1799px) {
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr .ftr-address {
padding-left: 8px;
}
}
@media screen and (max-width: 1199px) {
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr .ftr-address {
padding-left: 4px;
}
}
@media screen and (max-width: 575px) {
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr .ftr-address {
font-size: 14px;
}
}
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr .ftr-address a {
color: inherit;
font-family: inherit !important;
line-height: inherit;
}
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr .ftr-address .ftr-brk {
display: block;
}
@media screen and (max-width: 991px) {
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr .ftr-address .ftr-brk {
display: inline;
}
}
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr.ftr-call {
font-size: 23px;
}
@media screen and (max-width: 1799px) {
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr.ftr-call {
font-size: 20px;
}
}
@media screen and (max-width: 1599px) {
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr.ftr-call {
font-size: 18px;
}
}
@media screen and (max-width: 1199px) {
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr.ftr-call {
font-size: 16px;
}
}
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr.ftr-call:hover {
text-decoration: none;
}
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr.ftr-mail {
line-height: 1;
}
.project_footer .footer-wrap .foot-main-wrap .foot-end-wrap .icon-ftr.ftr-mail .ftr-icon {
margin-top: 2px;
}
.project_footer .footer-wrap .large_menu, .project_footer .footer-wrap nav ul li.large_menu a {
color: var(--tw--global--color-white);
text-transform: uppercase;
font-size: 20px !important;
display: inline-block;
padding-bottom: 30px !important;
line-height: 1;
text-transform: none !important;
}
@media screen and (max-width: 1849px) {
.project_footer .footer-wrap .large_menu, .project_footer .footer-wrap nav ul li.large_menu a {
font-size: 19px !important;
}
}
@media screen and (max-width: 1599px) {
.project_footer .footer-wrap .large_menu, .project_footer .footer-wrap nav ul li.large_menu a {
font-size: 14px !important;
padding-bottom: 20px !important;
}
}
@media screen and (max-width: 1199px) {
.project_footer .footer-wrap .large_menu, .project_footer .footer-wrap nav ul li.large_menu a {
font-size: 13px !important;
padding-bottom: 14px !important;
}
}
.project_footer .footer-wrap nav ul {
margin: 0;
padding-left: 0;
}
.project_footer .footer-wrap nav ul li {
list-style: none;
line-height: 1 !important;
padding-bottom: 25px;
}
.project_footer .footer-wrap nav ul li:last-child {
padding-bottom: 0;
}
@media screen and (max-width: 1599px) {
.project_footer .footer-wrap nav ul li {
padding-bottom: 15px;
}
}
.project_footer .footer-wrap nav ul li a {
font-size: 16px !important;
font-weight: 200 !important;
color: rgba(255, 255, 255, 0.7);
font-family: var(--tw--global--font--bt) !important;
}
@media screen and (max-width: 1799px) {
.project_footer .footer-wrap nav ul li a {
font-size: 17px !important;
}
}
@media screen and (max-width: 1599px) {
.project_footer .footer-wrap nav ul li a {
font-size: 13px !important;
}
}
.project_footer .footer-wrap nav ul li a:hover {
color: var(--tw--global--color-secondary);
text-decoration: none;
}
.project_footer .footer-wrap nav ul li.current-page-ancestor a, .project_footer .footer-wrap nav ul li.current-menu-item a {
color: var(--tw--global--color-secondary);
font-weight: 600 !important;
text-transform: capitalize;
}
.project_footer .footer-wrap nav ul li.large_menu a {
padding-bottom: 0 !important;
}
.contact-strip {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding-bottom: 20px !important;
padding-top: 20px !important;
}
@media screen and (min-width: 768px) {
.contact-strip {
padding-bottom: 25px !important;
padding-top: 25px !important;
}
}
@media screen and (min-width: 1200px) {
.contact-strip {
padding-bottom: 40px !important;
padding-top: 40px !important;
}
}
@media screen and (min-width: 1600px) {
.contact-strip {
padding-bottom: 80px !important;
padding-top: 80px !important;
}
}
@media screen and (min-width: 1800px) {
.contact-strip {
padding-bottom: 100px !important;
padding-top: 100px !important;
}
}
.contact-strip .text-secondary {
color: var(--tw--global--color-secondary) !important;
text-align: center;
margin: 0;
}
.contact-strip .btm-strip {
display: flex;
align-items: center;
justify-content: center;
padding-top: 25px;
}
@media screen and (max-width: 1599px) {
.contact-strip .btm-strip {
padding-top: 20px;
}
}
@media screen and (max-width: 991px) {
.contact-strip .btm-strip {
padding-top: 15px;
}
}
@media screen and (max-width: 767px) {
.contact-strip .btm-strip {
padding-top: 10px;
}
}
.contact-strip .btm-strip .ph-wrapper {
display: flex;
flex-wrap: wrap;
padding-left: 30px;
}
@media screen and (max-width: 1799px) {
.contact-strip .btm-strip .ph-wrapper {
padding-left: 20px;
}
}
.contact-strip .btm-strip .ph-wrapper a {
display: flex;
align-items: center;
}
.contact-strip .btm-strip .ph-wrapper a .ph-text {
color: var(--tw--global--color-white);
font-family: var(--tw--global--font--md);
}
@media screen and (max-width: 767px) {
.contact-strip .btm-strip .ph-wrapper a .ph-text {
display: none;
}
}
.contact-strip .btm-strip .ph-wrapper .ph-i {
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: var(--tw--global--color-secondary);
margin-right: 12px;
}
@media screen and (max-width: 1799px) {
.contact-strip .btm-strip .ph-wrapper .ph-i {
width: 40px;
height: 40px;
margin-right: 10px;
}
}
@media screen and (max-width: 1599px) {
.contact-strip .btm-strip .ph-wrapper .ph-i {
width: 35px;
height: 35px;
}
}
.contact-strip .btm-strip .ph-wrapper .ph-i svg {
width: 28px;
height: 28px;
}
@media screen and (max-width: 1799px) {
.contact-strip .btm-strip .ph-wrapper .ph-i svg {
width: 22px;
height: 22px;
}
}
@media screen and (max-width: 1599px) {
.contact-strip .btm-strip .ph-wrapper .ph-i svg {
width: 18px;
height: 18px;
}
}
.home-contact {
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
.home-contact {
flex-direction: column;
}
}
.home-contact .contact-lft {
width: 50%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.home-contact .contact-right {
width: 50%;
background: var(--tw--global--color-secondary);
padding: 50px 0 50px 70px;
}
@media screen and (max-width: 1799px) {
.home-contact .contact-right {
padding: 40px 0 40px 50px;
}
}
@media screen and (max-width: 1599px) {
.home-contact .contact-right {
padding: 40px 0 30px 30px;
}
}
@media screen and (max-width: 1199px) {
.home-contact .contact-right {
padding: 40px 0;
width: 100%;
}
}
.home-contact .contact-right .contact-hd {
font-family: var(--tw--global--font--bt) !important;
font-size: 28px !important;
}
@media screen and (min-width: 768px) {
.home-contact .contact-right .contact-hd {
font-size: 29px !important;
}
}
@media screen and (min-width: 1200px) {
.home-contact .contact-right .contact-hd {
font-size: 28px !important;
}
}
@media screen and (min-width: 1600px) {
.home-contact .contact-right .contact-hd {
font-size: 51px !important;
}
}
@media screen and (min-width: 1800px) {
.home-contact .contact-right .contact-hd {
font-size: 55px !important;
}
}
.tw-form-style {
padding-top: 20px;
margin: 0 -10px;
}
@media screen and (max-width: 767px) {
.tw-form-style {
padding-top: 10px;
}
}
.tw-form-style p {
margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
.tw-form-style p {
margin-bottom: 10px;
}
}
.tw-form-style ::-moz-placeholder {
font-size: 18px !important;
font-family: var(--tw--global--font--lt) !important;
color: var(--tw--global--color-black) !important;
font-weight: 400 !important;
line-height: 1 !important;
}
.tw-form-style label, .tw-form-style input, .tw-form-style textarea, .tw-form-style p, .tw-form-style ::placeholder {
font-size: 18px !important;
font-family: var(--tw--global--font--lt) !important;
color: var(--tw--global--color-black) !important;
font-weight: 400 !important;
line-height: 1 !important;
}
@media screen and (max-width: 1799px) {
.tw-form-style ::-moz-placeholder {
font-size: 16px !important;
}
.tw-form-style label, .tw-form-style input, .tw-form-style textarea, .tw-form-style p, .tw-form-style ::placeholder {
font-size: 16px !important;
}
}
@media screen and (max-width: 767px) {
.tw-form-style ::-moz-placeholder {
font-size: 15px !important;
}
.tw-form-style label, .tw-form-style input, .tw-form-style textarea, .tw-form-style p, .tw-form-style ::placeholder {
font-size: 15px !important;
}
}
.tw-form-style input, .tw-form-style textarea {
background: transparent;
border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
height: 40px !important;
outline: 0;
}
@media screen and (max-width: 1799px) {
.tw-form-style input, .tw-form-style textarea {
height: 25px !important;
}
}
@media screen and (max-width: 1199px) {
.tw-form-style input, .tw-form-style textarea {
height: 20px !important;
}
}
.tw-form-style textarea {
height: 50px !important;
}
@media screen and (max-width: 1799px) {
.tw-form-style textarea {
height: 40px !important;
margin-bottom: 10px !important;
}
}
@media screen and (max-width: 1199px) {
.tw-form-style textarea {
height: 30px !important;
}
}
.tw-form-style .dscf7_refresh_captcha {
padding-left: 5px;
}
.tw-form-style .wpcf7-submit {
height: 50px !important;
border: 1px solid var(--tw--global--color-black) !important;
font-family: var(--tw--global--font--bt) !important;
color: var(--tw--global--color-white) !important;
background: var(--tw--global--color-black) !important;
float: right;
height: 80px !important;
height: 80px !important;
font-size: 24px !important;
padding: 0 40px !important;
text-transform: none !important;
}
@media screen and (max-width: 1799px) {
.tw-form-style .wpcf7-submit {
height: 60px !important;
font-size: 20px !important;
padding: 0 28px !important;
}
}
@media screen and (max-width: 1599px) {
.tw-form-style .wpcf7-submit {
height: 50px !important;
font-size: 18px !important;
padding: 0 22px !important;
}
}
@media screen and (max-width: 991px) {
.tw-form-style .wpcf7-submit {
height: 45px !important;
font-size: 16px !important;
padding: 0 17px !important;
}
}
.tw-form-style .wpcf7-submit:hover {
border: 1px solid var(--tw--global--color-black) !important;
background: var(--tw--global--color-secondary) !important;
color: var(--tw--global--color-black) !important;
}
.tw-form-style .wdth-adjust {
padding: 0 10px;
width: 100%;
float: left;
}
.tw-form-style .wdth-adjust.wdth-50 {
width: 50%;
}
.ftr-bottom-strap {
padding: 25px 0;
background: #151515;
}
@media screen and (max-width: 1599px) {
.ftr-bottom-strap {
padding: 20px 0;
}
}
@media screen and (max-width: 1199px) {
.ftr-bottom-strap {
padding: 15px 0;
}
}
.ftr-bottom-strap p {
text-align: center;
color: var(--tw--global--color-white) !important;
margin: 0;
}
@media screen and (max-width: 1800px) {
.ftr-bottom-strap p {
font-size: 19px;
}
}
.project_banner {
position: relative;
z-index: 3;
}
.project_banner .banner-rotate {
position: relative;
}
.project_banner .slider_image {
background-color: #c4d5e1;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
left: 0;
height: 100%;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.project_banner .bnr-container {
min-height: 804px;
z-index: 2;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
}
@media screen and (max-width: 1799px) {
.project_banner .bnr-container {
min-height: 700px;
}
}
@media screen and (max-width: 1599px) {
.project_banner .bnr-container {
min-height: 540px;
}
}
@media screen and (max-width: 1199px) {
.project_banner .bnr-container {
min-height: 450px;
}
}
@media screen and (max-width: 991px) {
.project_banner .bnr-container {
min-height: 350px;
}
}
@media screen and (max-width: 767px) {
.project_banner .bnr-container {
min-height: 320px;
}
}
@media screen and (max-width: 1599px) {
.project_banner .banner_wrapper {
padding: 25px 15px;
background: rgba(255, 255, 255, 0.5);
border-radius: 10px;
}
}
@media screen and (max-width: 575px) {
.project_banner .banner_wrapper {
padding: 20px 10px;
}
}
.project_banner .bnr_top_text {
font-family: var(--tw--global--font--md);
color: var(--tw--global--color-black);
text-transform: uppercase;
line-height: 1.2;
}
@media screen and (max-width: 1599px) {
.project_banner .bnr_top_text {
padding-bottom: 5px;
}
}
.project_banner .bnr_btm_text {
font-family: var(--tw--global--font--hv) !important;
color: var(--tw--global--color-black) !important;
text-transform: uppercase !important;
line-height: 1.2 !important;
margin: 0 !important;
}
.project_banner .bnr-btn-wrapper {
display: flex;
justify-content: center;
gap: 30px;
padding-top: 20px;
}
@media screen and (max-width: 1599px) {
.project_banner .bnr-btn-wrapper {
gap: 20px;
padding-top: 15px;
}
}
@media screen and (max-width: 991px) {
.project_banner .bnr-btn-wrapper {
gap: 15px;
padding-top: 10px;
}
}
@media screen and (max-width: 575px) {
.project_banner .bnr-btn-wrapper {
gap: 10px;
padding-top: 10px;
flex-direction: column;
align-items: center;
}
}
.project_banner .slick-slide {
padding: 0;
}
@media screen and (max-width: 1199px) {
.project_banner .slick-dots {
display: none !important;
}
}
.project_banner.inner .bnr-container {
min-height: 450px;
}
@media screen and (max-width: 1799px) {
.project_banner.inner .bnr-container {
min-height: 380px;
}
}
@media screen and (max-width: 1599px) {
.project_banner.inner .bnr-container {
min-height: 300px;
}
}
@media screen and (max-width: 1199px) {
.project_banner.inner .bnr-container {
min-height: 260px;
}
}
body.single-post article.banner_wrapper h1.bnr_btm_text {
display: block !important;
}
.breadcrumb ul {
display: flex;
gap: 5px 25px;
flex-wrap: wrap;
list-style: none;
padding: 0;
}
.breadcrumb ul li {
position: relative;
}
.breadcrumb ul li:after {
content: ">";
position: absolute;
right: -15px;
color: var(--tw--global--color-black);
font-family: cursive;
font-weight: 100;
}
.breadcrumb ul li:last-child:after {
content: "";
display: none;
}
.breadcrumb ul li a {
color: var(--tw--global--color-black);
}
.breadcrumb ul li a:hover {
color: var(--tw--global--color-primary);
}
body.home {
font-family: var(--tw--global--font--lt) !important;
line-height: 1.2;
font-size: 15px;
color: var(--tw--global--color-black);
}
@media screen and (min-width: 1200px) {
body.home {
font-size: 14px;
}
}
@media screen and (min-width: 1600px) {
body.home {
font-size: 17px;
}
}
@media screen and (min-width: 1850px) {
body.home {
font-size: 18px;
}
}
body.home p,
body.home li {
font-family: inherit !important;
font-family: var(--tw--global--font--lt) !important;
font-optical-sizing: auto;
font-size: inherit;
font-weight: inherit;
line-height: 1.4 !important;
color: var(--tw--global--color-black);
}
body.home .fam-md-bt {
font-family: var(--tw--global--font--md) !important;
}
body.home .fam-bk-bt {
font-family: var(--tw--global--font--bt) !important;
}
body.home .tz-Breadcrumb {
display: none !important;
}
.tw-container {
box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
margin-right: auto !important;
margin-left: auto !important;
position: relative;
width: 100%;
padding-right: calc(var(--tw-gutter-x) * 0.5) !important;
padding-left: calc(var(--tw-gutter-x) * 0.5) !important;
}
@media screen and (min-width: 576px) {
.tw-container {
max-width: var(--tw-wrap-sm) !important;
}
}
@media screen and (min-width: 768px) {
.tw-container {
max-width: var(--tw-wrap-md) !important;
}
}
@media screen and (min-width: 992px) {
.tw-container {
max-width: var(--tw-wrap-lg) !important;
}
}
@media screen and (min-width: 1200px) {
.tw-container {
max-width: var(--tw-wrap-xl) !important;
}
}
@media screen and (min-width: 1600px) {
.tw-container {
max-width: var(--tw-wrap-xxl) !important;
}
}
@media screen and (min-width: 1800px) {
.tw-container {
max-width: var(--tw-wrap-xxxl) !important;
}
}
[class*=custom_container-] {
box-sizing: border-box !important;
-webkit-box-sizing: border-box !important;
padding-right: calc(var(--tw-gutter-x) * 0.5);
padding-left: calc(var(--tw-gutter-x) * 0.5);
position: relative;
width: 100% !important; }
@media screen and (min-width: 575px) and (max-width: 767px) {
[class*=custom_container-] {
max-width: 100% !important;
}
}
[class*=custom_container-].vc_inner {
padding-left: 0;
padding-right: 0;
}
@media screen and (min-width: 768px) {
.custom_container-left-md {
margin-left: calc((100vw - var(--tw-wrap-md)) / 2) !important; width: auto !important;
}
}
@media screen and (min-width: 992px) {
.custom_container-left-md {
margin-left: calc((100vw - var(--tw-wrap-lg)) / 2) !important; }
}
@media screen and (min-width: 1200px) {
.custom_container-left-md {
margin-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 1600px) {
.custom_container-left-md {
margin-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 1800px) {
.custom_container-left-md {
margin-left: calc((100vw - var(--tw-wrap-xxxl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 768px) {
.custom_container-right-md { margin-right: calc((100vw - var(--tw-wrap-md)) / 2) !important; width: auto !important;
}
}
@media screen and (min-width: 992px) {
.custom_container-right-md {
margin-right: calc((100vw - var(--tw-wrap-lg)) / 2) !important; }
}
@media screen and (min-width: 1200px) {
.custom_container-right-md {
margin-right: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 1600px) {
.custom_container-right-md {
margin-right: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 1800px) {
.custom_container-right-md {
margin-right: calc((100vw - var(--tw-wrap-xxxl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 992px) {
.custom_container-left-lg {
margin-left: calc((100vw - var(--tw-wrap-lg)) / 2) !important; width: auto !important;
}
}
@media screen and (min-width: 1200px) {
.custom_container-left-lg {
margin-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 1600px) {
.custom_container-left-lg {
margin-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 1800px) {
.custom_container-left-lg {
margin-left: calc((100vw - var(--tw-wrap-xxxl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 992px) {
.custom_container-right-lg { margin-right: calc((100vw - var(--tw-wrap-lg)) / 2) !important; width: auto !important;
}
}
@media screen and (min-width: 1200px) {
.custom_container-right-lg {
margin-right: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 1600px) {
.custom_container-right-lg {
margin-right: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 1800px) {
.custom_container-right-lg {
margin-right: calc((100vw - var(--tw-wrap-xxxl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.custom_container-left-xl {
margin-left: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
margin-right: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
max-width: var(--tw-wrap-lg) !important;
}
}
@media screen and (min-width: 1200px) {
.custom_container-left-xl {
margin-left: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
margin-right: 0 !important;
width: auto !important;
}
}
@media screen and (min-width: 1600px) {
.custom_container-left-xl {
margin-left: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 1800px) {
.custom_container-left-xl {
margin-left: calc((100vw - var(--tw-wrap-xxxl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.custom_container-right-xl {
margin-left: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
margin-right: calc((100vw - var(--tw-wrap-lg)) / 2) !important;
max-width: var(--tw-wrap-lg) !important;
}
}
@media screen and (min-width: 1200px) {
.custom_container-right-xl {
margin-left: 0 !important;
margin-right: calc((100vw - var(--tw-wrap-xl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
width: auto !important;
}
}
@media screen and (min-width: 1600px) {
.custom_container-right-xl {
margin-right: calc((100vw - var(--tw-wrap-xxl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 1800px) {
.custom_container-right-xl {
margin-right: calc((100vw - var(--tw-wrap-xxxl)) / 2 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 1200px) {
.custom_container-xl-center {
margin-left: calc((100vw - var(--tw-wrap-xl)) / 4 - var(--tw-gutter-x) * 0.5) !important;
margin-right: calc((100vw - var(--tw-wrap-xl)) / 4 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 1600px) {
.custom_container-xl-center {
margin-left: calc((100vw - var(--tw-wrap-xxl)) / 4 - var(--tw-gutter-x) * 0.5) !important;
margin-right: calc((100vw - var(--tw-wrap-xxl)) / 4 - var(--tw-gutter-x) * 0.5) !important;
}
}
@media screen and (min-width: 1800px) {
.custom_container-xl-center {
margin-left: calc((100vw - var(--tw-wrap-xxxl)) / 4 - var(--tw-gutter-x) * 0.5) !important;
margin-right: calc((100vw - var(--tw-wrap-xxxl)) / 4 - var(--tw-gutter-x) * 0.5) !important;
}
}
body {
padding-top: 185px;
}
@media screen and (max-width: 1599px) {
body {
padding-top: 142px;
}
}
@media screen and (max-width: 1199px) {
body {
padding-top: 100px;
}
}
@media screen and (max-width: 991px) {
body {
padding-top: 144px;
}
}
@media screen and (max-width: 767px) {
body {
padding-top: 126px;
}
}
.gallery-section {
padding: 40px 15px;
}
@media screen and (max-width: 991px) {
.gallery-section {
padding: 40px 5px;
}
}
@media screen and (max-width: 76791px) {
.gallery-section {
padding: 30px 5px;
}
}
.gallery-section .glry_row {
margin-left: -10px;
margin-right: -10px; }
@media screen and (max-width: 1599px) {
.gallery-section .glry_row { margin-left: -5px;
margin-right: -5px;
}
}  @media screen and (max-width: 767px) {
.gallery-section .glry_row {
height: auto;
}
}
.gallery-section .glry_row .gal_i {
float: left;
width: 33.33%;
padding: 10px;
}
@media screen and (max-width: 1599px) {
.gallery-section .glry_row .gal_i {
padding: 5px;
}
}
@media screen and (max-width: 767px) {
.gallery-section .glry_row .gal_i {
width: 100%;
height: 200px;
float: unset;
}
} .gallery-section .glry_row .gal_i a {
width: 100%;
height: 100%;
display: flex;
}
.gallery-section .glry_row .gal_i img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.with-fancybox .project-header {
display: none !important;
}
.home_blog .blog-outer {
display: flex;
flex-wrap: wrap;
margin: 0 -12px;
}
@media screen and (max-width: 1599px) {
.home_blog .blog-outer {
margin: 0 -8px;
}
}
@media screen and (max-width: 991px) {
.home_blog .blog-outer {
margin: 0 -5px;
justify-content: center;
row-gap: 10px;
}
}
.home_blog .blog-outer .blog-boxes {
width: 33.33%;
padding: 0 12px;
}
@media screen and (max-width: 1599px) {
.home_blog .blog-outer .blog-boxes {
padding: 0 8px;
}
}
@media screen and (max-width: 991px) {
.home_blog .blog-outer .blog-boxes {
padding: 0 5px;
width: 50%;
}
}
@media screen and (max-width: 767px) {
.home_blog .blog-outer .blog-boxes {
width: 100%;
}
}
.home_blog .blog-outer .blog-top {
position: relative;
}
.home_blog .blog-outer .blog-top .blog_thumb {
height: 360px;
display: flex;
flex-direction: column;
}
@media screen and (max-width: 1599px) {
.home_blog .blog-outer .blog-top .blog_thumb {
height: 250px;
}
}
@media screen and (max-width: 1199px) {
.home_blog .blog-outer .blog-top .blog_thumb {
height: 200px;
}
}
@media screen and (max-width: 767px) {
.home_blog .blog-outer .blog-top .blog_thumb {
height: 180px;
}
}
.home_blog .blog-outer .blog-top .blog_thumb img {
height: 100% !important;
max-height: 100%;
max-width: 100%;
position: relative;
width: 100% !important;
z-index: 2;
-o-object-fit: cover;
object-fit: cover;
}
.home_blog .blog-outer .blog-top .blog-date {
width: 85px;
height: 85px;
background: var(--tw--global--color-white);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 2px;
position: absolute;
bottom: -15px;
left: 35px;
color: var(--tw--global--color-black);
z-index: 2;
gap: 1px;
}
@media screen and (max-width: 1599px) {
.home_blog .blog-outer .blog-top .blog-date {
width: 65px;
height: 65px;
left: 25px;
}
}
@media screen and (max-width: 767px) {
.home_blog .blog-outer .blog-top .blog-date {
width: 60px;
height: 60px;
left: 20px;
}
}
.home_blog .blog-outer .blog-top .blog-date .blg-yr {
font-family: var(--tw--global--font--md);
font-size: 21px;
}
@media screen and (max-width: 1599px) {
.home_blog .blog-outer .blog-top .blog-date .blg-yr {
font-size: 17px;
}
}
.home_blog .blog-outer .btm-quote {
padding: 35px 50px 55px 35px;
background: var(--tw--global--color-black);
height: calc(100% - 360px);
}
@media screen and (max-width: 1599px) {
.home_blog .blog-outer .btm-quote {
height: calc(100% - 250px);
padding: 25px 40px 45px 25px;
}
}
@media screen and (max-width: 1199px) {
.home_blog .blog-outer .btm-quote {
height: calc(100% - 200px);
padding: 25px 40px 30px 25px;
}
}
@media screen and (max-width: 767px) {
.home_blog .blog-outer .btm-quote {
height: calc(100% - 180px);
padding: 25px 20px 20px 20px;
}
}
.home_blog .blog-outer .btm-quote .aut-wrap {
display: flex;
align-items: center;
}
.home_blog .blog-outer .btm-quote .aut-wrap .blog-autor {
display: flex;
align-items: center;
color: var(--tw--global--color-white);
gap: 8px;
}
.home_blog .blog-outer .btm-quote .aut-wrap .blog-autor i {
line-height: 0;
}
@media screen and (max-width: 1599px) {
.home_blog .blog-outer .btm-quote .aut-wrap .blog-autor svg {
width: 19px;
height: 19px;
}
}
.home_blog .blog-outer .btm-quote .aut-wrap .blog-autor .icn-txt {
font-size: 17px !important;
}
@media screen and (max-width: 1599px) {
.home_blog .blog-outer .btm-quote .aut-wrap .blog-autor .icn-txt {
font-size: 15px !important;
}
}
.home_blog .blog-outer .btm-quote .aut-wrap .blog-autor:first-child {
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.home_blog .blog-outer .btm-quote .blg-main-hd {
margin-top: 25px;
color: var(--tw--global--color-white);
display: block;
}
.home_blog .blog-outer .btm-quote .blg-main-hd:hover {
text-decoration: none;
color: var(--tw--global--color-secondary);
}
@media screen and (max-width: 1599px) {
.home_blog .blog-outer .btm-quote .blg-main-hd {
margin-top: 20px;
}
}
@media screen and (max-width: 1199px) {
.home_blog .blog-outer .btm-quote .blg-main-hd {
margin-top: 15px;
}
}
@media screen and (max-width: 1199px) {
.testimonial-outer {
margin: 0 -10px;
}
}
@media screen and (max-width: 575px) {
.testimonial-outer {
margin: 0px;
}
}
.testimonial-box {
padding: 0 10px;
}
@media screen and (max-width: 1599px) {
.testimonial-box {
padding: 0;
}
}
.testimonial-box .testmonial-inner-bx {
background: var(--tw--global--color-white);
padding: 60px 50px 40px 60px;
border-radius: 5px;
min-height: 440px;
}
@media screen and (max-width: 1799px) {
.testimonial-box .testmonial-inner-bx {
padding: 50px 30px 40px 60px;
min-height: 420px;
}
}
@media screen and (max-width: 1599px) {
.testimonial-box .testmonial-inner-bx {
padding: 45px 30px 30px 45px;
min-height: 360px;
}
}
@media screen and (max-width: 1199px) {
.testimonial-box .testmonial-inner-bx {
min-height: 330px;
}
}
@media screen and (max-width: 991px) {
.testimonial-box .testmonial-inner-bx {
min-height: inherit;
padding: 35px 30px 30px 30px;
}
}
.testimonial-box .testmonial-inner-bx .top-wrap {
display: flex;
align-items: center;
}
.testimonial-box .testmonial-inner-bx .top-wrap .aut-wrap {
width: 65px;
height: 65px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
font-style: normal;
background: var(--tw--global--color-black);
color: var(--tw--global--color-white);
font-family: "Open Sans", sans-serif !important;
text-transform: uppercase;
font-size: 27px;
font-weight: 700;
}
@media screen and (max-width: 1599px) {
.testimonial-box .testmonial-inner-bx .top-wrap .aut-wrap {
width: 55px;
height: 55px;
font-size: 20px;
}
}
@media screen and (max-width: 991px) {
.testimonial-box .testmonial-inner-bx .top-wrap .aut-wrap {
width: 45px;
height: 45px;
font-size: 18px;
}
}
.testimonial-box .testmonial-inner-bx .top-wrap .detail-wrap {
display: flex;
flex-wrap: wrap;
flex-direction: column;
padding-left: 20px;
align-items: self-start;
}
@media screen and (max-width: 1599px) {
.testimonial-box .testmonial-inner-bx .top-wrap .detail-wrap img {
max-width: 120px;
}
}
.testimonial-box .testmonial-inner-bx .top-wrap .detail-wrap .aut-name {
font-size: 23px;
font-family: var(--tw--global--font--bt);
color: var(--tw--global--color-black);
padding-bottom: 2px;
}
@media screen and (max-width: 1599px) {
.testimonial-box .testmonial-inner-bx .top-wrap .detail-wrap .aut-name {
font-size: 19px;
}
}
@media screen and (max-width: 767px) {
.testimonial-box .testmonial-inner-bx .top-wrap .detail-wrap .aut-name {
font-size: 17px;
}
}
.testimonial-box .testmonial-inner-bx .top-wrap .detail-wrap .aut-yr {
font-size: 13px;
font-family: var(--tw--global--font--bt);
color: #A2A2A2;
padding-bottom: 3px;
}
.testimonial-box .testmonial-inner-bx .test-breef {
color: var(--tw--global--color-black);
padding-top: 30px;
padding-left: 15px;
line-height: 1.4;
}
@media screen and (max-width: 1599px) {
.testimonial-box .testmonial-inner-bx .test-breef {
padding-top: 20px;
}
}
@media screen and (max-width: 991px) {
.testimonial-box .testmonial-inner-bx .test-breef {
padding-top: 15px;
padding-left: 0;
}
}
.background-adjust {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media screen and (max-width: 1199px) {
.swap_col-lg .container > .row {
display: flex;
flex-flow: column-reverse wrap !important;
min-height: 1px;
position: relative;
}
.swap_col-lg .no_container {
display: flex;
flex-flow: column-reverse wrap !important;
min-height: 1px;
position: relative;
}
}
@media screen and (max-width: 991px) {
.swap_col-md .no_container {
display: flex;
flex-flow: column-reverse wrap !important;
min-height: 1px;
position: relative;
}
}
@media screen and (max-width: 767px) {
.xs-m-lr-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
} @media screen and (min-width: 1200px) and (max-width: 1599px) {
.banner_wrapper .bnr_btm_text.fs-60 {
font-size: 40px !important;
}
}
@media (min-width:1200px){
.custom-para-style p {
font-size: 20px !important;
}
.box_layout_with_icNim .vc_single_image-wrapper {
height: 417px;
}
}
.popmake, .pum-theme-lightbox {
background-color: rgba(0, 0, 0, 0.60); align-items: center;
justify-content: center;
}
.popmake .pum-container, .pum-theme-lightbox .pum-container {
padding: 40px !important;
border: 1px solid #000000 !important;
background-color: var(--tw--global--color-secondary) !important;
width: 50% !important;
}
@media (max-width: 991px){
.popmake .pum-container, .pum-theme-lightbox .pum-container {
width: 80% !important;
}
}
.popmake .wpcf7-form input.wpcf7-text,
.popmake .wpcf7-form textarea.wpcf7-textarea {
border-bottom: 1px solid #000000;
background: #f0c800;
font-size: 18px;
}
.popmake .pum-content + .pum-close {
position: absolute;
right: 30px !important;
top: 40px !important;
font-weight: 100 !important;
font-size: 55px !important;
line-height: 0 !important;
border: unset !important;
border-radius: 26px !important;
box-shadow: unset !important;
text-shadow: unset !important;
background-color: transparent !important;
color: #000 !important;
}
@media (max-width: 767px){
.popmake .pum-content + .pum-close {
right: 15px !important;
top: 15px !important;
font-size: 40px !important;
}
.popmake .h3.get-quote {
font-size: 21px;
}
.popmake .h3{
margin-top: 0 !important;
}
.popmake .pum-container, .pum-theme-lightbox .pum-container {
width: 90% !important;
}
}
.steps_wrap .content_wrap {
padding-top: 0px !important;
}
@media (min-width: 1200px) and (max-width: 1599px){
.steps_wrap .count {
flex: 0 0 50px !important;
height: 50px !important;
width: 50px !important;
}
.steps_wrap .count span {
font-size: 23px !important;
}
.steps_wrap:before {
left: 24px !important;
}
.home .steps_wrap {
margin-bottom: 40px !important;
}
.home .steps_container {
padding-top: 0px !important;
}
.steps_container h3 {
font-size: 19px !important;
}
}
.banner-outer .slick-slide {
display:none;
}
.banner-outer .slick-slide:first-child {
display:block;
}
.banner-outer.slick-initialized .slick-slide {
display:block;
}
.why-choose_sec:before{
background: rgb(222 220 223) url(https://www.ontariodrywallandtaping.ca/wp-content/uploads/2025/11/why-choose-bg-new.jpg) no-repeat top right !important;
}
.faq_wrapper {
background: url(https://www.ontariodrywallandtaping.ca/wp-content/uploads/2025/11/faq-bg-min.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
font-family: var(--tw--global--font--bt) !important;
}
.faq_wrapper .no_container{
display: block;
margin: 0 auto;
}
@media (min-width: 767px){
.faq_wrapper .no_container{
width: 70%;
}
}
.faq_wrapper .vc_tta-panel-heading .vc_tta-panel-title a {
color: #000000 !important;
}
.faq_wrapper .vc_tta-accordion .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span.vc_tta-title-text{
font-size: 20px;
font-weight: 500;
font-family: var(--tw--global--font--bt) !important;
}
.faq_wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, 
.faq_wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, 
.faq_wrapper .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
border-color: #939393;
}
.faq_wrapper h2{
color: #fff !important;  
margin-bottom: 30px !important; 
}
.faq_wrapper .vc_tta.vc_general .vc_tta-panel-title>a{
padding: 7px 20px 14px 20px;
}
@media (max-width: 768px) {
.faq_wrapper .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
background: #ffffff !important;
}
}