<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --first_color: #0a2945;
    --second_color: #af986e;
    --third_color: #E2DACA;
    --fourth_color: #af986e;
    --hover_color:#323232;
    --bg_color: #ffffff;
    --bg_color2: #f0e9e1;
    --bg_color3: #d2ba8d;
    --text_color:#2B2B2B;
}

html, body { overflow-x:hidden;min-height:100%; }
body            {background:var(--bg_color);color: var(--text_color);font-family: "Quicksand", sans-serif;font-weight:400;line-height: 28px;font-size: 16px;padding-right: 0 !important;}
b,strong,th { font-weight: 700 !important; }
a               { color: #282828; }
a:hover         { color: #767777; }
a, a:hover      { text-decoration:none;-webkit-transition: all 0.15s ease-in; -moz-transition: all 0.15s ease-in; -o-transition: all 0.15s ease-in; transition: all 0.15s ease-in; }
::selection     { background: #000;color:#fff; }
::-moz-selection { background: #000;color:#fff; }
.cursor { cursor: pointer; }
textarea { resize: none; }
img {max-width:100%;height: auto!important;background-position:  center;background-repeat:  no-repeat;background-size:  cover;}
.bg-1 { background-color:var(--bg_color) !important; }
.bg-2 { background-color:var(--bg_color2) !important; }
.bg-3 { background-color:var(--bg_color3) !important; }

.text-primary { color: var(--first_color) !important; }
.badge-primary { background-color: var(--first_color) !important; }

.btn-primary {position:relative;z-index:2;background-color:transparent !important;border:0 !important;color: #fff;border: 0px;overflow: hidden;border-radius: 0 !important;}
.btn-primary:hover, .btn-primary:focus { color: var(--bg_color); }
.btn-primary:after {content: '';position: absolute;bottom: 0;left: 0;right:0;top:0;background-color: var(--second_color);transition: all .3s;z-index: -2;}
.btn-primary:before {content: '';position: absolute;bottom: 0;left: 0;width: 0%;height: 100%;background-color: var(--first_color);transition: all .3s;z-index: -1;}
.btn-primary:hover:before { width: 100%; }

.btn-secondary {position:relative;z-index:2;background-color:transparent !important;border:0 !important;color: var(--bg_color);border: 0px;overflow: hidden;border-radius: 0 !important;}
.btn-secondary:hover, .btn-secondary:focus { color: #fff; }
.btn-secondary:after {content: '';position: absolute;bottom: 0;left: 0;right:0;top:0;background-color: var(--first_color);transition: all .3s;z-index: -2;}
.btn-secondary:before {content: '';position: absolute;bottom: 0;left: 0;width: 0%;height: 100%;background-color: var(--second_color);transition: all .3s;z-index: -1;}
.btn-secondary:hover:before { width: 100%; }

.btn-success {
    background-color: #63a414;
    border-color: #63a414;
    color: #fff;
}
.btn-success:hover, .btn-success:focus {
    background-color: #568E11;
    border-color: #568E11;
    color: white;
}


h1, h2, h3, h4, h5, h6  { font-family: "Prata", serif;font-weight: 400; font-style: normal;color:#333333;line-height: 1.2; }
.h1, .h2, .h3, .h4, .h5, .h6  { font-family: "Prata", serif;font-weight: 400; font-style: normal;color:#333333;line-height: 1.2; }
h1 { font-size:2.5em;margin-bottom:25px; }
h1 span, h2 span, h3 span, h4 span, h5 span  { color:var(--first_color); }
h2 { font-size:2.0em;margin-bottom:20px; }
h3 { font-size:2.0em;margin-bottom:20px; }
h4 { font-size:1.75em;margin-bottom:15px; }
h5 { font-size:1.5em;margin-bottom:15px; }
h6 { font-size:1.25em;margin-bottom:15px; }

.btn { font-weight:300 !important;font-size:16px;text-transform:uppercase;border-radius:0px;outline:0px !important;box-shadow:0 0 0px rgba(0,0,0,0) !important;-webkit-transition: all 0.15s ease-in;-moz-transition: all 0.15s ease-in;-o-transition: all 0.15s ease-in;transition: all 0.15s ease-in;}
.btn-sm { font-size:16px !important;padding:.25rem 1.2rem; }
.form-group {margin-left: 0px!important;margin-bottom:10px;float: left;width: 100%;}
.control-label { text-align:left !important;font-weight:400;padding-top:0px !important; }
.form-control { border:1px solid rgba(163, 163, 163, 0.8) !important; border-radius:0;background-color:var(--bg_color);height: calc(2.25rem + 8px); }
.form-control:focus { outline: none !important;box-shadow: 0 0 0px #ffffff;background-color:var(--bg_color); }
select.form-control.is-valid, .was-validated select.form-control:valid { background-position: center right calc(2.5rem / 2); }
select.form-control.is-invalid, .was-validated select.form-control:invalid { background-position: center right calc(2.5rem / 2); }

.required { color:#CC0000; }
section { float:left;position:relative;width:100%; }
.container { width: auto;max-width: 1400px;position: relative; }
.container.wide { max-width: 1800px; }

@media screen and (min-width:1100px) {
    .col5 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
}
@media screen and (max-width:1100px) {
    body { font-size:16px;line-height:28px; }
}
@media screen and (min-width: 992px) {
    .btn:not(.btn-sm):not(.dropdown-toggle) { padding: 0.7rem 2.8rem; }
    .btn:not(.btn-sm):not(.dropdown-toggle) i { padding:0 5px;font-size: 1.0rem; }
}
@media screen and (max-width: 992px) {
    .btn { font-size: 16px !important;padding: 0.9rem 2.6rem; }
    .btn-sm { font-size: 14px !important;padding:.25rem 1.2rem; }
}
@media screen and (max-width: 768px) {
    body { font-size:16px;line-height:25px; }
    .row:not(.no-gutters) { margin-right: -5px; margin-left: -5px; }
    .row:not(.no-gutters) &gt; [class^="col-"], .row:not(.no-gutters) &gt; [class^=" col-"] { padding-right: 5px; padding-left: 5px; }
}
@media screen and (max-width: 576px) {
    body { font-size:16px;line-height:23px; }
    .btn { font-size: 16px; }
    .form-control { font-size:1rem; }

    h1 { font-size:1.5em;margin-bottom:15px; }
    h2 { font-size:1.4em;margin-bottom:10px; }
    h3 { font-size:1.2em;margin-bottom:10px; }
    h4 { font-size:1.1em;margin-bottom:10px; }
    h5 { font-size:1.0em;margin-bottom:10px; }
}

/* HEADER */
header * {-webkit-transition: all 0.15s ease-in; -moz-transition: all 0.15s ease-in; -o-transition: all 0.15s ease-in; transition: all 0.15s ease-in;}
header {position: fixed;float:left;z-index:99;width:100%;padding: 0;top: 0;max-width: 100%;background-color:var(--second_color);box-shadow: 0 0 10px rgba(0,0,0,0.00015) !important; }
header #nav {position:relative;z-index:10;margin:0;border:0;padding:0px;min-height: 0;background-color:transparent;border-radius:0;}
header .container2 { padding:0; }
header .navbar-toggler2 { display:none;position:absolute !important;opacity:1 !important;z-index:30;cursor:pointer;padding:0;font-size:30px;top:15px;left:-55px;width:50px;height:50px;line-height:45px;border:0px solid var(--first_color) !important;background-color: var(--first_color)!important;color: var(--bg_color);border-radius:0px;outline:0px !important; }
header .navbar-toggler2 .fa-bars { }
header .navbar-toggler2 .fa-times {display:none;color: var(--bg_color)!important;}
header .navbar-nav  {width:100%;padding: 10px 0px; }
header .navbar-nav &gt; li {margin:0 5px;position:relative;padding:0; }
header .navbar-nav &gt; li &gt; a { margin: 0;border-radius:0px !important;color:var(--bg_color);font-size: 16px;border-bottom: 0px solid transparent;padding: 5px 5px !important;font-weight:300;text-transform:uppercase; }
header .navbar-nav &gt; li &gt; a.btn { color:#fff;font-size: 16px !important;margin-top:2px;border: 0px solid transparent;border-radius:3px !important;padding: 5px 10px !important;font-weight:300;text-transform:uppercase; }
header .navbar-nav &gt; li &gt; a.btn:hover { color:#fff !important; }
header .navbar-nav &gt; li.active &gt; a { border-bottom: 0px solid var(--second_color);position:relative; }
header .navbar-nav &gt; li.active a:hover,
header .navbar-nav &gt; li.active a:focus,
header .navbar-nav &gt; li &gt; a:focus,
header .navbar-nav &gt; li &gt; a:hover {
    background: transparent;color: var(--third_color);border-bottom: 0px solid var(--first_color);
}
header .dropdown-menu { background-color: transparent !important;margin:-1px 0 0 0;padding:  0;width: 100%;border-radius: 0px; border:0;}
header .dropdown:hover .dropdown-menu { display: table;padding-top:15px; }
header .dropdown-menu a { position:relative;margin:2px 0 0 0;border-radius:0px !important;color:#fff;font-size: 16px;border-bottom: 0px !important;padding: 7px 15px 7px 10px;background-color: var(--second_color);font-weight:400; }
header .dropdown-menu a:hover { border:0!important; color:var(--bg_color) !important; background-color:var(--first_color) !important; }
header .navbar-brand {  }
header .navbar-brand:hover { }
header .navbar-brand img { width: 100%; max-width:200px;-webkit-transition: all 0.05s ease-in; -moz-transition: all 0.05s ease-in; -o-transition: all 0.05s ease-in; transition: all 0.05s ease-in; }
header #navbarHeader img#logo3 {display:none;margin-bottom:25px;width:100%;max-width: 180px;margin:0 auto 25px 0;}

@media screen and (max-width:1400px) {
    header .navbar-brand { }
    header .navbar-brand img { max-width:180px; }
    header #nav { border:0; }
    header .navbar-nav &gt; li { padding:0px; }
    header .navbar-nav &gt; li &gt; a {font-size:14px;padding: 10px 5px !important;}
}
@media screen and (min-width:992px){
    header.onScroll { }
    header.onScroll .navbar { }
    header.onScroll .navbar-nav &gt; li &gt; a { }
    header.onScroll .navbar-brand { padding:5px 10px 15px 10px;margin: 0 0 -20px 0; }
    header.onScroll .navbar-brand img { max-width: 170px; }
}
@media screen and (max-width:1200px){
    header * {-webkit-transition: all 0s ease-in; -moz-transition: all 0s ease-in; -o-transition: all 0s ease-in; transition: all 0s ease-in;}
    header { position:fixed !important; }
    header #nav {margin: 0 0 0 0px !important;}
    header #navbarHeader {position: fixed;z-index:20;top:0;right:-320px;bottom:0;width:320px;background-color: var(--second_color);display:block !important;padding:15px;-webkit-animation: slideInLeft .15s;animation: slideInLeft .15s;}
    header #navbarHeader.open { right:0px;/*width:auto;left:0;*/-webkit-animation: slideInRight .15s; animation: slideInRight .15s; }
    header #navbarHeader.open .navbar-toggler2 {/*left:0;*/background-color: var(--first_color) !important;color: var(--bg_color); }
    header #navbarHeader.open .navbar-toggler2 .fa-bars { display:none; }
    header #navbarHeader.open .navbar-toggler2 .fa-times { display:inline; }
    header #navbarHeader .navbar-toggler2 { display:block !important; }
    header .navbar-brand { }
    header .navbar-brand img { max-width: 180px !important;margin:0; }
    header .navbar-nav { position:absolute;top:10px;right:10px;bottom:10px;left:10px;width:auto;overflow-y: scroll;display:block !important;scrollbar-width: thin; }
    header .navbar-nav::-webkit-scrollbar-corner { background: rgba(0,0,0,0.5); }
    header .navbar-nav::-webkit-scrollbar { width: 12px; height: 12px; }
    header .navbar-nav::-webkit-scrollbar-thumb { border-radius: 20px; border: 3px solid var(--first_color); }
    header .navbar-nav &gt; li { background-color:transparent !important;padding:0;text-align:center;border-left:0 !important; border-right:0 !important;border-bottom:1px solid rgba(0,0,0,.15); }
    header .navbar-nav &gt; li a { position:relative;font-size: 18px;border-bottom: 0px !important;padding: 10px 8px !important;text-shadow: none; }
    header .navbar-nav &gt; li .dropdown-menu { display: table !important;padding-top:0 !important;padding-bottom:5px; }
    header .navbar-nav &gt; li .dropdown-menu a { font-size: 16px;margin:0;padding: 5px 0px !important;background-color:transparent !important;text-align:center; }
    header .navbar-nav &gt; li .dropdown-menu a:hover { color: var(--first_color) !important; }
    header .navbar-nav &gt; li.icon { width:32%;display:inline-block;margin-top:10px; }
}
@media screen and (max-width:992px) {
}
@media screen and (max-width:768px) {
    header .navbar-toggler2 { top:15px; }
    header .navbar-brand img { max-width: 180px !important; }
}
@media screen and (max-width:576px) {
    header .topbar { display:none !important; }
    header #navbarHeader .navbar-toggler2 { top:10px;width:36px;height:36px;line-height:31px;left:-50px;font-size:20px; }
    header #navbarHeader { padding:20px 20px 20px 55px;}
    header #navbarHeader .navbar-nav { min-height:50px; }
    header #navbarHeader.open { width:auto;left:0; }
    header #navbarHeader.open .navbar-toggler2 { left:0px; }
    header .navbar-brand { } 
    header .navbar-brand img { max-width: 160px !important; }
    header #navbarHeader .dropdown-menu { display: inline-block !important; }
    header #navbarHeader img#logo3 { display:none;max-width:100px; }
}
/* END HEADER */

/* SLIDER */
.slider { float:left;position:relative;z-index: 1;width:100%;padding:0; }
.slider &gt; div { position:relative;z-index:2; }
.slider .item { position:relative;width:100%;background-color:#fff !important; }
.slider .item figure { position: relative;width:100%;height:0;padding-bottom:35%;object-fit: cover;margin:0; }
.slider .item figure img { width:100%;bottom: 0; height: 100% !important; left: 0; object-fit: cover; object-position: center; position: absolute; right: 0; top: 0; width: 100%;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.slider .item .overlay { position:absolute;top: 0;bottom: 0;left:0;right:0;background-color: rgba(255, 255, 255, 0.15);z-index: 5; }
.slider .item .overlay .item-title { position:absolute;bottom:10%;left:50%;transform:translateX(-50%);text-align:center;z-index:2;line-height: 1.2;padding:15px 15px;max-width:900px;margin:auto; }
.slider .item .overlay .item-title &gt; div { padding:0; }
.slider .item .overlay .item-title span.title { font-family: "Prata", serif;margin-bottom:0px;font-size:3.0rem;font-weight:300;color:#fff;text-shadow: 0px 0px 6px rgba(0,0,0,0.7); }
.slider .item .overlay .item-title span.content { display:inline-block;margin-top:20px;font-size:1.5rem;line-height: 1.4;color:#fff;text-shadow: 0px 0px 6px rgba(0,0,0,0.7); }
.slider .item .overlay .item-title .btn { margin-top:20px; }
#SingleSlider { display: block; }

#mainSlider .owl-nav [class*="owl-"] { position:absolute;top:auto;bottom:43%;font-size:1.5rem;color:var(--first_color);background-color:rgba(255,255,255,0.9) !important;width:50px;height:50px;border-radius:50%; }
#mainSlider .owl-nav [class*="owl-"]:hover { color:var(--second_color);background-color:rgba(255,255,255,0.4) !important; }
#mainSlider .owl-nav .owl-prev { left:15px; }
#mainSlider .owl-nav .owl-next { right:15px; }
#mainSlider .owl-nav { display:inline !important; }

@media screen and (max-width:1100px){
    .slider .item .overlay .item-title { max-width:700px; }
    .slider .item .overlay .item-title span.title { font-size:2.5rem; }
    .slider .item .overlay .item-title span.content { font-size:1.25rem;line-height: 1.4; }
}
@media screen and (max-width:992px){
    .slider { padding-top:50px; }
    .slider .item figure { padding-bottom:45%; }
}
@media screen and (max-width:768px) {
    #mainSlider .owl-nav [class*="owl-"] { font-size:1.25rem;width:40px;height:40px; }
    .slider .item .overlay .item-title { padding:15px;max-width:100%; }
    .slider .item .overlay .item-title &gt; div { padding:0; }
    .slider .item .overlay .item-title span.title { font-size:2.0rem; }
    .slider .item .overlay .item-title span.content { font-size:1.25rem;line-height: 1.3; }
    .slider .item .overlay .item-title .btn { margin-top:10px;padding: 0.5rem 1.5rem; }
}
@media screen and (max-width:576px) {
    #mainSlider .owl-nav [class*="owl-"] { font-size:1.125rem;width:30px;height:30px; }
    .slider .item figure { padding-bottom:55%; }
    .slider .item .overlay .item-title { padding:15px 15px; }
    .slider .item .overlay .item-title span.title { font-size:1.5rem;margin-bottom:10px; }
    .slider .item .overlay .item-title span.content { font-size:14px;line-height: 1.1;margin-top:0; }
    .slider .item .overlay .item-title .btn { padding: 0.25rem 0.5rem;font-size:14px !important; }
}
/* END SLIDER */

/* BREADCRUMBS */
.breadcrumbs {background: var(--third_color);padding:5px 0; }
.breadcrumbs .breadcrumb {display: inline-flex;position:relative;z-index:10;border-radius:0;background: transparent;margin:0;padding: 0;}
.breadcrumbs .breadcrumb li, .breadcrumbs .breadcrumb &gt; .active { background-color: transparent; padding:3px 5px; color: var(--second_color);border-radius:0px; }
.breadcrumbs .breadcrumb &gt; .active { }
.breadcrumbs .breadcrumb &gt; li + li:before {color: var(--second_color);content: "\f061";font-family:"Font Awesome 5 Free";font-weight:900;font-size: 12px;margin-right:5px;}
.breadcrumbs .breadcrumb a, .breadcrumbs .breadcrumb a:hover, .breadcrumbs .breadcrumb a:focus {font-size: 16px !important;color: var(--second_color);}

@media screen and (max-width:768px) {
    .breadcrumbs .breadcrumb &gt; li + li:before { font-size: 14px;margin-right:1px; }
    .breadcrumbs .breadcrumb a, .breadcrumbs .breadcrumb a:hover, .breadcrumbs .breadcrumb a:focus {font-size: 14px !important; }
    .breadcrumbs .breadcrumb &gt; li { display:inline-block;white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 200px; }
}
/* END BREADCRUMBS */

/* TITLE */
.title-content {z-index: 1;padding:0;}
.title-content._spec { padding:0 !important;margin-top:0px; }
.title-content figure { position: relative;width:100%;height:100%;padding-bottom:15%;object-fit: cover;margin:0; }
.title-content figure img { width:100%;bottom: 0; height: 100% !important; left: 0; object-fit: cover; object-position: center; position: absolute; right: 0; top: 0; width: 100%;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.title-sub { background-position: center;background-repeat: no-repeat;background-size: cover;padding:0;height: 90px;}

@media screen and (max-width:768px) {
    .title-sub { height: 80px;}
    .title-content figure { padding-bottom:40%; }
}
@media screen and (max-width:576px) {
    .title-content figure { padding-bottom:35%; }
}
/* END TITLE */

/* PAGER */
.pager { margin-top:60px; }
.pager .btn {margin:10px 5px !important;width: 50px;height: 50px;line-height: 50px;padding: 0;font-size: 18px;font-weight: 400;}
.pager .btn-primary:not(:disabled):not(.disabled).active::after,
.pager .btn-primary:not(:disabled):not(.disabled):active,
.pager .show&gt;.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--second_color);
    border-color: var(--second_color);
}
/* END PAGER */


/* TEXT */
.text-content { -webkit-transition: all 0.15s ease-in;-moz-transition: all 0.15s ease-in;-o-transition: all 0.15s ease-in;transition: all 0.15s ease-in;}
.text-content { padding: 70px 0px; }
.text-content .txt p { margin-bottom:25px; }
.text-content .txt ul { list-style: none;padding: 0;}
.text-content .txt ul li { position:relative;padding-left: 15px;}
.text-content .txt ul li:before { font-family: "Font Awesome 5 Free";font-weight: 900;content:'\f0da';color: var(--first_color);position: absolute;left: 2px;top: -1px; }
.text-content .txt a:not(.btn) { border-bottom:2px dotted var(--first_color); }

.text-content .owl-carousel .owl-item2 { padding-bottom:15px !important;width:100%; }
.text-content .owl-carousel .owl-dots { padding-left: 15px; }
.text-content .owl-carousel .owl-dot span { width:15px;height:6px;background-color:var(--second_color);border-radius:2px; }
.text-content .owl-carousel .owl-dot.active span { background-color:var(--first_color); }

.text-content.widePages { padding:0; }
.text-content.widePages .container { max-width:100%;margin:0;padding:0; }
.text-content.widePages .container &gt; .no-gutters &gt; div.image { min-height:400px; background-repeat:no-repeat; background-position: center; -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important; }
.text-content.widePages .container &gt; .no-gutters &gt; div { padding:50px; }
.text-content.widePages .container &gt; .no-gutters &gt; div &gt; .col { padding:20px 0;max-width:795px; }

.text-content .page-item { position:relative;z-index:1;height:100%;overflow:hidden;margin:0 3px 6px 3px; }
.text-content .page-item .pi-image { width:100%;overflow:hidden;padding:0px; }
.text-content .page-item .pi-image figure { position: relative;width:100%;height:0;padding-bottom:60%;object-fit: cover;margin:0;background-color:var(--third_color); }
.text-content .page-item .pi-image figure img { opacity:.7;width:100%;bottom: 0; height: 100% !important; left: 0; object-fit: cover; object-position: center; position: absolute; right: 0; top: 0; width: 100%;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.text-content .page-item .pi-text { position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);padding: 10px 0;text-align:center;width:95%; }
.text-content .page-item .pi-text h3 { color:var(--bg_color);font-size:1.25rem;font-weight:700;text-transform:none;margin:0px;padding:0;text-shadow: 0px 0px 4px rgba(0,0,0,0.9); }

.text-content .portfolio-item { position:relative;z-index:1;height:100%;overflow:hidden;background-color:var(--bg_color); }
.text-content.bg-1 .portfolio-item { background-color:var(--bg_color2); }
.text-content .portfolio-item:before { position:absolute;z-index:-1;content:"";bottom:0;left:0;right:0;height:50px;/*background-color:#fff;*/ }
.text-content .portfolio-item .price { display:inline-block;position:absolute;z-index:3;top:25px;left:0;padding:3px 7px;background-color:var(--third_color);font-weight:800; }
.text-content .portfolio-item .pi-image { width:100%;overflow:hidden;padding:0px;background-color:var(--third_color); }
.text-content .portfolio-item .pi-image figure { position: relative;width:100%;height:0;padding-bottom:50%;object-fit: cover;margin:0; }
.text-content .portfolio-item .pi-image figure img { width:100%;bottom: 0; height: 100% !important; left: 0; object-fit: cover; object-position: center; position: absolute; right: 0; top: 0; width: 100%;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.text-content .portfolio-item:hover .pi-image figure img { transform:scale(1.05);opacity:.6; }
.text-content .portfolio-item .pi-text { border-top:1px solid var(--third_color); }
.text-content .portfolio-item .pi-text &gt; div { padding:15px 25px 55px 25px; }
.text-content .portfolio-item .pi-text h3 { color:var(--second_color);font-size:1.25rem;font-weight:600;text-transform:none;margin-bottom:10px; }
.text-content .portfolio-item .pi-text p { margin-bottom:10px;line-height:1.3; }
.text-content .portfolio-item .pi-button { position:absolute;bottom:20px;left:25px; }

.text-content .pItem * { -webkit-transition: all 0.15s ease-in;-moz-transition: all 0.15s ease-in;-o-transition: all 0.15s ease-in;transition: all 0.15s ease-in;}
.text-content .pItem { position:relative;z-index:1;height:100%;overflow:hidden;background-color:var(--bg_color);cursor:pointer;border:3px solid #fff; }
.text-content .pItem.active { border:3px solid #568E11; }
.text-content .pItem figure { position: relative;width:100%;height:0;padding-bottom:50%;object-fit: cover;margin:0; }
.text-content .pItem figure img { width:100%;bottom: 0; height: 100% !important; left: 0; object-fit: cover; object-position: center; position: absolute; right: 0; top: 0; width: 100%;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.text-content .pItem .text { position:absolute;top:0;left:0;bottom:0;right:0;padding:10px;background-color:rgba(255,255,255,.6);text-align:center; }
.text-content .pItem:hover .text,.text-content .pItem.active .text { background-color:rgba(255,255,255,.9); }
.text-content .pItem .text span { position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.125rem;font-weight:800;width:98%;line-height:1.2; }

.text-content.portfolio-content { }
.text-content.portfolio-content .port-info { position:relative;z-index:3;line-height: 1.2;padding:15px;width:100%;background:#fff;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15); }
.text-content.portfolio-content .port-info.margin { margin-top:-130px; }
.text-content.portfolio-content .port-info &gt; div { background:#fff;border:4px solid var(--third_color); }
.text-content.portfolio-content .priceTag { position:relative;display:inline-block;float:right;z-index:5;background:var(--third_color);width:150px;height:150px;border-radius:50%;margin:0 0 20px 20px;transform:rotate(3deg); }
.text-content.portfolio-content .priceTag span { position:absolute;display:inline-block;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center;white-space: nowrap;font-weight:300;font-size:1.75rem;letter-spacing:-1px; }

.text-content .imgBorder { border:2px solid var(--second_color);padding:0px; }
.text-content .image-block { width:100%;overflow:hidden;padding:0px; }
.text-content .image-block figure { position: relative;width:100%;height:0;padding-bottom:75%;object-fit: cover;margin:0; }
.text-content .image-block figure img { width:100%;bottom: 0; height: 100% !important; left: 0; object-fit: cover; object-position: center; position: absolute; right: 0; top: 0; width: 100%;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }

.text-content .home-item * { -webkit-transition: all 0.15s ease-in;-moz-transition: all 0.15s ease-in;-o-transition: all 0.15s ease-in;transition: all 0.15s ease-in;}
.text-content .home-item { position:relative;z-index:1;height:100%;overflow:hidden;text-align:center;}
.text-content .home-item .icon { width:100%;max-width:150px;margin:10px auto; }
.text-content .home-item h4 { color:var(--first_color);font-size:1.25rem;text-transform:none;margin-bottom:0px; }

.owl-carousel-mini { position:relative; }
.owl-carousel-mini .owl-stage-outer { height:auto !important; }
.owl-carousel-mini .owl-item { padding:7px;background-color:#fff; }
.owl-carousel-mini .owl-nav { margin-top: 0px; }
.owl-carousel-mini .owl-nav [class*="owl-"] { cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);font-size:1.25rem !important;color:var(--first_color) !important;background-color:rgba(255,255,255,1) !important;width:25px;height:35px;border-radius:6px; }
.owl-carousel-mini .owl-nav .owl-prev { left:-6px; }
.owl-carousel-mini .owl-nav .owl-next { right:-6px; }

#portfolioImages { position:relative; }
#portfolioImages .owl-stage-outer { height:auto !important; }
#portfolioImages .owl-item { padding:5px; }
#portfolioImages .owl-item .pi-image { width:100%;overflow:hidden;padding:0px; }
#portfolioImages .owl-item .pi-image figure { position: relative;width:100%;height:0;padding-bottom:65%;object-fit: cover;margin:10% 0 0 0;border:1px solid var(--third_color); }
#portfolioImages .owl-item .pi-image figure.high { padding-bottom:85%;margin:0; }
#portfolioImages .owl-item .pi-image figure img { width:100%;bottom: 0; height: 100% !important; left: 0; object-fit: cover; object-position: center; position: absolute; right: 0; top: 0; width: 100%;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
#portfolioImages .owl-nav [class*="owl-"] { position:absolute;top:50%;transform:translateY(-50%);font-size:1rem;color:var(--second_color);background-color:var(--third_color);width:40px;height:40px;line-height:39px;border-radius:100%; }
#portfolioImages .owl-nav.disabled { display: block !important; }
#portfolioImages .owl-nav .owl-prev { left:25px; }
#portfolioImages .owl-nav .owl-next { right:25px; }

@media screen and (max-width:1300px) {
    .text-content .portfolio-item .pi-image figure { padding-bottom:60%; }
}
@media screen and (max-width:1100px) {
    .text-content { padding: 50px 0px; }
}
@media screen and (max-width:992px) {
    .text-content { padding: 40px 0px; }
    .text-content .txt p { margin-bottom:15px; }
    .text-content.portfolio-content .port-info &gt; div { min-height:0px; }
}
@media screen and (max-width:768px) {
    .text-content .home-image:before { left:10px;top:15px;border:5px solid var(--third_color); }
    .text-content .home-image:after { bottom: -5px;right: -5px;width:75%; }
    .text-content.portfolio-content .port-info { margin-top:30px; }
    .text-content.widePages .container &gt; .no-gutters &gt; div { padding:15px; }
    .text-content.widePages .container &gt; .no-gutters &gt; div.image { min-height:300px; }
}
@media screen and (max-width:576px) {
    .text-content { padding: 30px 0px; }
    .text-content .owl-carousel .owl-dots { padding-left: 0px; }
    #owl-carousel-reviews .owl-nav .owl-prev { left:-15px; }
    #owl-carousel-reviews .owl-nav .owl-next { right:-15px; }
}
/* END TEXT CONTENT */

/* BLOCKS*/
.block { background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-repeat: no-repeat; }
.block:not(.dark,.light,.widePages) { padding:50px 0; }
.block.product .overlay { position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-repeat: no-repeat; }
.block.product .overlay2 { position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;background: linear-gradient(135deg, rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.2) 19%,rgba(0,0,0,0.1) 25%,rgba(0,0,0,0.16) 48%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0.2) 84%,rgba(0,0,0,0.2) 89%,rgba(0,0,0,0.23) 100%); }
.block.product .container { position:relative;z-index:3;min-height:400px; }
.block.product .container .img-text { display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:30px 20px;max-width:100% !important;width:1200px; }
.block.product .container .img-text .title { font-family: "Prata", serif;font-weight: 400;font-style: normal;color:#fff !important;font-size:2.5rem;text-shadow: 0px 0px 6px rgba(0,0,0,0.7);margin-bottom:15px !important;line-height:1.3; }
.block.product .container .img-text p { color:#fff !important;font-weight:500;text-shadow: 0px 0px 6px rgba(0,0,0,0.4);margin-bottom:15px !important;font-size:1.125rem; }
.block.product .container .img-text.center { margin:0 auto !important;text-align:center; }
.block.product .container .img-text.right { margin:0 0 0 auto !important;text-align:right; }
.block h3 {margin-top: 0px;margin-bottom: 20px; /*color: var(--second_color)!important;*/ }
.block .quoteTxt {position: relative;z-index:2;font-size:2.75rem;color:var(--text_color);line-height: 1.3;font-weight:800;padding:0 20px 0 20px;margin-left:20px;margin-right:0px;top: 50%;transform: translateY(-50%);}
.block .quoteTxt:before {position: absolute;content:"";z-index:-1;top:-80px;right:-10%;width:110px;height:110px;opacity:.6;background-image:url('../images/icon/icon-quotes_light.png');background-position: center; -webkit-background-size: contain; -moz-background-size: contain; background-size: contain; background-repeat: no-repeat; }

.block .text { position:relative;padding: 50px 80px;border:6px solid var(--second_color); }
.block.light .text:before { position:absolute;bottom:-6px;left:-6px;content:"";width:60px;height:40%;background-color: var(--first_color); }
.block .order-2 .text:before { right:-6px;left:auto; }
.block.light .text &gt; .text-inner { position:relative;z-index:2; }
.block.light .btn:after { background-color:var(--second_color); }
.block.dark .text { background-color:var(--bg_color);color:var(--bg_color); }
.block .qLeft &gt; .quoteTxt {text-align:right;padding: 0 40px 0 20px;margin-left:0;margin-right:20px;border-left:0;position: relative;top: 50%;transform: translateY(-50%);font-size:2.75rem;line-height:1.3;}
.block .qLeft &gt; .quoteTxt:before { right:auto;left:-10%; }
.block.text .btn {margin-top:15px;}
.block .sub-title { font-size: 1.0rem;color: var(--text_color);text-transform: uppercase;font-weight: 600;position: relative;margin-bottom: 10px; }
.block.dark .sub-title { color: var(--bg_color); }

.block.text { background-color:#fff; }
.block.light { background-color: var(--bg_color2) !important;}
.block.dark { background-color:var(--third_color); color: var(--bg_color2) !important;}
.block.dark p { color: var(--bg_color2) !important;}
.block.dark h3 { color: var(--second_color) !important;}
.block.dark .quoteTxt { color: var(--bg_color)!important; }

.block.text .image {margin-top:10px;margin-bottom:10px;text-align:center;overflow: hidden;}
.block.text.widePages .image {margin-top:0px;margin-bottom:0px;}
.block.text .image img { max-width:85%;max-height:500px; }
.block.text .content { margin-top:30px;margin-bottom:30px;padding:0 20px; }
.block.text .text ul { list-style: none;padding: 0;}
.block.text .text ul li { position:relative;padding-left: 15px;}
.block.text .text ul li:before { font-family: "Font Awesome 5 Free";font-weight: 900;content:'\f0da';color: var(--first_color);position: absolute;left: 2px;top: -1px; }
.block.text a {}

.text-content.light .portfolio-item .pi-text { background-color:var(--bg_color3); }
.text-content.dark { background-color:var(--third_color); }
.text-content.dark h2 { color:var(--first_color); }
.text-content.dark .portfolio-item .pi-text {  }

.blocksImage:not(.blank) .container { max-width:1700px; }
.blocksImage:not(.blank) .image, .blocksImage:not(.blank) .dark, .blocksImage:not(.blank) .light { position:relative;z-index:1; }
.blocksImage:not(.blank) .dark:before { position:absolute;z-index:-1;content:"";background-color:var(--third_color);top:-10%;left:35%;right:-40%;bottom:20%; }
.blocksImage:not(.blank) .light:before { position:absolute;z-index:-1;content:"";background-color:var(--bg_color2);top:-15%;left:45%;right:-45%;bottom:25%; }
.blocksImage:not(.blank) .image-block { padding:0 !important; }
.blocksImage:not(.blank) .image-block figure { padding-bottom:50%; }
.blocksImage:not(.blank) .col { position:relative;z-index:2;background-color:#fff; padding:15px;margin-left:-10%;max-width:550px;margin-top:25px !important; }
.blocksImage:not(.blank) .col .content { border:1px solid var(--second_color);padding:20px; }
.blocksImage:not(.blank) .order-0 .col { margin-right:-10%;margin-left:0; }
.blocksImage:not(.blank) .order-2 .dark:before { top:-10%;left:-45%;right:50%;bottom:10%; }
.blocksImage:not(.blank) .order-2 .light:before { top:-15%;left:-55%;right:55%;bottom:20%; }

@media (min-width: 1400px){
    .block.product .container { min-height:400px; }
}
@media (max-width: 1100px){
    .block .quoteTxt { font-size:2.0rem !important; }
    .block .quoteTxt:before { top:-50px;left:-10%;width:90px;height:90px; }
    .block .qLeft &gt; .quoteTxt:before { right:auto;left:-10%; }
}
@media (min-width: 992px){
    .text-content.widePages.block .container &gt; .no-gutters &gt; div &gt; .col { max-width:655px; }
    .blocksImage:not(.blank) .image { width:110%;margin-right:-10%; }
    .blocksImage:not(.blank) .order-2 .image { margin-right:0; margin-left:-10%; }
}
@media (max-width: 992px){
    .block .container { padding-right:10px;padding-left:10px; }
    .block.text .image { margin-top:10px;margin-bottom:10px; }
    .block.text .image img { float:none !important;margin:0 !important; }

    .block.text .content { margin-top:15px;margin-bottom:15px;padding:0; }
    .block .content .subtitle { font-size:17px;margin-bottom:5px; }
    .block .content h3 { font-size: 23px;margin-top:5px;margin-bottom:10px; }
    .block .content p {}

    .block .quoteTxt {text-align:center !important;padding:20px !important;border:0px !important;}
}
@media (max-width: 768px){
    .block .text {padding: 15px;margin-bottom: 50px; border:3px solid var(--second_color); }
    .block .quoteTxt {font-size: 1.5rem !important;margin:0 0 30px 0 !important;}
    .block .quoteTxt:before { top:-20px;left:10px;width:50px;height:50px; }
    .block .qLeft &gt; .quoteTxt:before { right:auto;left:10px; }

}
@media (max-width: 576px){
    .block.product .container { min-height: 200px; }
    .block.product .container .img-text { position: relative !important;left:auto; top:auto;transform: none !important;padding:40px 15px;min-width:0; }
    .block.product .container .img-text h3 { font-size:2.0rem; }
    .block.text .content { margin-top:5px;margin-bottom:5px;padding:5px 0px !important; }
    .block.text .content.bg { margin-top:-40px;padding-top:45px !important; }
    .block.text .subtitle {font-size: 17px;}
    .block .content h3 {font-size: 20px;margin-top:5px;}
    .block .content p {}
    .block.text .image { margin-top:5px;margin-bottom:5px;padding:5px 0 !important;text-align:center !important; }
    .block.text .image img { width:100%;margin:0 auto !important; }
    .block .quoteTxt {}
}

/*END BLOCKS*/

/* NEWS */
.news-content { padding: 90px 0; }
.news-content.light { background-color: var(--bg_color2) !important;}
.news-content .news-item * { -webkit-transition: all 0.15s ease-in;-moz-transition: all 0.15s ease-in;-o-transition: all 0.15s ease-in;transition: all 0.15s ease-in;}
.news-content .news-item { position:relative;z-index:1;height:100%;overflow:hidden; }
.news-content .news-item.lg { background-color:#fff; }
.news-content .news-item .ni-image { position:relative;width:100%;overflow:hidden;padding:0px; }
.news-content .news-item .ni-image figure { position: relative;width:100%;height:0;padding-bottom:100%;object-fit: cover;margin:0; }
.news-content .news-item .ni-image figure img { width:100%;bottom: 0; height: 100% !important; left: 0; object-fit: cover; object-position: center; position: absolute; right: 0; top: 0; width: 100%;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }
.news-content .news-item .ni-image .ni-date { position:absolute;bottom:0;left:0;padding:5px 20px 5px 10px;background-color:var(--first_color);color:#fff;font-weight:800;font-size:14px;text-transform:uppercase;clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%); }
.news-content .news-item .ni-text { background-color:var(--bg_color); }
.news-content .news-item.sm .ni-text { clip-path: polygon(0.00% 5px,100.00% 0.00%,100% 100%,0% 100%);margin-top:-15px;border-top:5px solid var(--first_color); }
.news-content .news-item .ni-text &gt; div { padding:35px 25px 55px 25px; }
.news-content .news-item .ni-text h4 { color:var(--third_color);font-size:1.25rem;font-weight:700;text-transform:none;margin-bottom:10px; }
.news-content .news-item .ni-text p { margin-bottom:0px;font-size:16px;line-height:23px; }
.news-content .news-item .ni-button { position:absolute;bottom:20px;left:25px; }

@media screen and (max-width:1100px) {
    .news-content { padding: 60px 0; }
    .news-content .news-item .ni-image figure { padding-bottom:65% !important; }
}
@media screen and (min-width:992px) {
    .news-content .news-item .ni-text { height:100%; }
}
@media screen and (max-width:992px) {
    .news-content { padding: 40px 0; }
    .news-content .news-item.lg .ni-text { clip-path: polygon(0.00% 15px,100.00% 0.00%,100% 100%,0% 100%);margin-top:-15px; }
}
@media screen and (min-width:768px) {
    .news-content .news-item.lg .ni-image { clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%); }
    .news-content .news-item.sm .ni-image figure { padding-bottom:50%; }
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:576px) {
    .news-content { padding:30px 0px; }
}
/* END NEWS */


/* SERVICE CONTENT */
.service-content { padding:80px 0; }
.service-content .title { color:var(--text_color); }
.service-content .item { position:relative;background-color:var(--bg_color2);padding: 20px 20px;height:100%;}
.service-content .item:before {width:60px;font-family: "Font Awesome 5 Free";font-weight: 900;content: '\f44b';height:60px;z-index:2;position:absolute;background-color:var(--bg_color);border-radius:99%;top:10px;left:10px;border:3px solid var(--first_color);text-align: center;line-height: 55px;font-size: 25px;color: var(--third_color);transform: rotate(-15deg);}
/*.service-content .item a {position:absolute;left: 50%;bottom: -25px;transform: translate(-50%,0%);}*/
.service-content .item .item-image { position: relative;width:100%; }
.service-content .item .item-image figure { position: relative;width:100%;height:0;padding-bottom:70%;object-fit: cover;margin:0; }
.service-content .item .item-image figure img { width:100%;bottom: 0; height: 100% !important; left: 0; object-fit: cover; object-position: center; position: absolute; right: 0; top: 0; width: 100%;-webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }

@media screen and (max-width:576px) {
    .service-content { padding: 30px 0px; }
    .service-content .item { padding: 10px; }
    .service-content .item p { font-size:14px;line-height:18px; }
    .service-content .item:before {width:40px;height:40px;top:5px;left:5px;border:2px solid var(--first_color);line-height: 35px;font-size: 20px; }
}

/* CONTACT */
.contact-content * { -webkit-transition: all 0.15s ease-in; -moz-transition: all 0.15s ease-in; -o-transition: all 0.15s ease-in; transition: all 0.15s ease-in; }
.contact-content { padding: 10rem 0; }
.contact-content .contact-item { margin-bottom:30px; }
.contact-content .contact-item .icon { float:left;margin-right:15px;display:inline-block;width:25%;height:100px;background-repeat:no-repeat !important; background-position: contain !important; -webkit-background-size: contain !important; -moz-background-size: contain !important; -o-background-size: contain !important; background-size: 90% 90% !important; }
.contact-content .contact-item span { display:inline-block;margin-top:10px;font-size:1.4rem;font-weight:500; }

@media screen and (max-width:1100px) {
}
@media screen and (max-width:992px) {
    .contact-content { padding: 5rem 0; }
}
@media screen and (max-width:768px) {
    .contact-content .contact-item .icon { margin-right:5px;width:20%;height:70px; }
    .contact-content .contact-item span { margin-top:5px;font-size:1.1rem; }
}
@media screen and (max-width:576px) {
    .contact-content { padding:25px 0px; }
}
/* END CONTACT */

/* PARTNERS */
.partners * {-webkit-transition: all 0.2s ease-in;-moz-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}
.partners { padding: 80px 0; }
.partners .owl-stage { margin: 0 auto !important; }
.partners .item { position:relative;padding:0; }
.partners img { position:relative; background-position: center; background-repeat: no-repeat; background-size: contain; }
.partners .item.border { padding:10px;border:1px solid var(--first_color) !important; }
.partners .item.border img { border:1px solid var(--third_color); background-size: 90%; background-color:#fff; }
.partners .item:hover img.hover { opacity:.4; }
/* END PARTNERS */

/* BANNER CONTENT */
.banner-content { position:relative;background-position: center;background-repeat: no-repeat;background-attachment: fixed;background-size: cover;height: auto;overflow:hidden; }
.banner-content .overlay { position:absolute;top: 0;bottom: 0;right:0;left:0;background-color: rgba(0,0,0, 0.3);z-index:0; }
.banner-content .container { position:relative;z-index:1; }
.banner-content .container .col-12 { padding-top:80px;padding-bottom:120px; }
.banner-content .container h3 { text-shadow:0 0 6px rgba(0,0,0,.8);margin-bottom:20px;font-size:2.9rem;font-weight:700;line-height:3.5rem;color:#fff; }
.banner-content .container span { font-size:1.5rem;color:#fff;text-transform:uppercase; }

@media screen and (max-width:1400px) {
    .banner-content .container h3 { font-size:2.0rem;line-height:2.7rem; }
}
@media screen and (max-width:1200px) {
    .banner-content .container h3 { font-size:1.6rem;line-height:2.4rem; }
}
@media screen and (max-width:992px) {
}
@media screen and (max-width:768px) {
    .banner-content .container h3 { font-size:1.5rem;line-height:1.9rem; }
    .banner-content .container span { font-size:1.2rem; }
}
@media screen and (max-width:576px) {
    .banner-content {background-position: center!important;background-attachment: initial;}
}
/* END BANNER CONTENT */

#map-canvas {
    height: 400px;
    float: left;
    width: 100%;
}

/* COPYRIGHT &amp; FOOTER CONTENT */
.footer {float: left;position: relative;width: 100%;background: var(--bg_color3);padding: 50px 0; color:var(--bg_color);}
.footer h4 { font-weight:700;color:var(--bg_color);margin-bottom:25px !important; }
.footer .logo {width:100%;max-width: 280px;margin-bottom: 25px;}
.footer ul { list-style: none;padding: 0 0 25px 0; }
.footer ul li { position:relative; margin-bottom:5px;}
.footer ul li a { position:relative;padding-left: 18px;display:inline-block;color:var(--bg_color);font-weight:400; }
.footer ul li a:hover { color:var(--text_color); }
.footer ul li a:before { font-weight: 900;content:'::';font-size:18px;color:var(--bg_color);position: absolute;left: 0;top: -1px;-webkit-transition: all 0.15s ease-in;-moz-transition: all 0.15s ease-in;-o-transition: all 0.15s ease-in;transition: all 0.15s ease-in; }
.footer h5 { font-weight:400;font-size:1.25rem;color:var(--bg_color); }
.footer .contact a { color:var(--bg_color);font-weight:600; }
.social-icons a { margin: 0;color: var(--bg_color);width: 40px;line-height: 42px;height: 40px;margin-right: 5px;border-radius: 99%;float: left;text-align: center;background-color: var(--second_color);}
.social-icons a i {color: var(--bg_color);font-weight:400; }
.social-icons a:hover { background-color: var(--third_color);color:#fff;}
.social-icons a:last-child { margin-right: 0; }

.copyright {float: left;position: relative;width: 100%;background: var(--second_color);color:#fff;padding: 20px 0;font-size:16px; }
.copyright a { color:#fff; }
.copyright a:hover {color:var(--bg_color2);}
.copyright img { margin-top:-4px; }

@media screen and (max-width:992px) {
}
@media screen and (max-width:576px) {
    .footer { padding: 30px 0;}
    .copyright { font-size:14px; }
}
/* END COPYRIGHT &amp; FOOTER CONTENT */

#backTop {
  display:none;position:fixed;z-index:10;
  bottom:15px;right:15px;line-height:48px;
  text-align:center;
  width:50px;height:50px;
  background:var(--first_color);color:#fff;
  font-size:25px;cursor:pointer;border-radius:4px;
  -webkit-transition: all 0.15s ease-in;-moz-transition: all 0.15s ease-in;-o-transition: all 0.15s ease-in;transition: all 0.15s ease-in;
}
#backTop:hover { background:var(--second_color); }
@media screen and (max-width:992px) {
    #backTop { line-height:38px; width:40px;height:40px; font-size:20px; }
}

.modal-backdrop { }
.modal-backdrop.show {
    opacity: .6;
}
.modal-content { padding:0px; }
.modal-body { padding:15px; }
#fav-list li { border-top:1px solid #777777; }
#fav-list li span { margin-right:10px;cursor:pointer; }
#fav-list li a { color:#171717;font-size:15px; }

/* FORMS */
.forms label { display:inline-block;width:100%;margin-bottom:5px;letter-spacing:0px; }
.forms span#max-length-span { float:right; }
.forms .sel,
.forms .fileInput1,
.forms input[type="email"],
.forms input[type="text"] {
    position:relative;
    height: 40px;
    margin: 0 0 5px 0;
    padding: 5px 15px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    outline: 0;
    background-color: #fff;
    border: 1px solid #DDDFDF;
    border-radius: 0px;
    font-size: 14px;
    line-height: 1.2;
    vertical-align: top;
    cursor: pointer;
    box-shadow: none !important;
}
.forms textarea {
    position:relative;
    margin: 0 0 5px 0;
    padding: 5px 15px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
    outline: 0;
    background-color: #fff;
    border: 1px solid #DDDFDF;
    border-radius: 0px;
    font-size: 14px;
    line-height: 1.2;
    vertical-align: top;
    cursor: pointer;
    box-shadow: none !important;
}
.forms .sel__box {
    position: absolute;
    top: 60px;
    left: -1px;right:-1px;
    display: none;
    list-style-type: none;
    text-align: left;
    font-size: 1em;
    background-color: #FFF;
    box-sizing: border-box;
    z-index:2;
    border: 1px solid hsla(32,18%,56%,.3);
    border-radius: 6px;
    padding:15px 5%;
    max-height:350px;
    overflow-y: auto;
}

.forms .sel.active .sel__box {
    display: block;
}

.forms .sel__box__options {
    display: list-item;
    font-size: 16px;
    color: #9c8b7d;
    padding: 15px 0px;
    user-select: none;
    position:relative;
    border-bottom:1px solid #B1B1B1;
}
.forms .sel__box__options:last-child {
    border-bottom:0px solid #B1B1B1;
}

.forms .sel__box__options:hover {
    color: #63A414;
}

.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #63A414;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}

.chiller_cb {
    position: relative;
    /*height: 2rem;*/
    display: flex;
    align-items: center;
    padding-left:0 !important;
}
.chiller_cb input {
    display: none;
}
.chiller_cb input:checked ~ span {
    background: #ffff;
    border-color: #63A414;
}
.chiller_cb input:checked ~ span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
    background: #DCDCDC;
    border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
    color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
    cursor: default;
}
.chiller_cb label {
    padding-left: 2rem;
    position: relative;
    z-index: 2;
    cursor: pointer;
    margin-bottom:0;
}
.chiller_cb span {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border: 2px solid #ccc;
    position: absolute;
    left: 0;
    transition: all 0.2s;
    z-index: 1;
    box-sizing: content-box;
}
.chiller_cb span:before {
    transform: rotate(-55deg);
    top: 1rem;
    left: 0.37rem;
}
.chiller_cb span:after {
    transform: rotate(35deg);
    bottom: 0.35rem;
    left: 0.2rem;
}

@media screen and (max-width:767px) {
    .forms .sel,
    .forms .fileInput1,
    .forms input[type="email"],
    .forms input[type="text"] {
            height: 30px;
    }
}

/* COOKIEBAR */
#cookie-bar {background:rgba(238, 238, 238, 1);border-top:1px solid #BEBEBE;height:auto;line-height:28px;color:#333;text-align: center;padding:10px 15px;}
#cookie-bar.fixed {position:fixed;z-index:100;top:auto !important;left:0;bottom:0;max-width: 100%;width:100%;border-radius:0px;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {}
#cookie-bar a.link {color: #ffffff;display:inline-block;border-radius: 0;text-decoration:none;background-color: var(--second_color);padding: 2px 20px;margin:2px 5px;min-width:100px;font-size:14px;font-weight:bold;text-transform: uppercase;}

#cookie-bar .cb-enable {background-color: var(--first_color);color:#fff;border-radius:0;display:inline-block;text-decoration:none;padding:2px 6px;margin:2px 5px;min-width:100px;font-size:14px;font-weight:bold;text-transform: uppercase;}
#cookie-bar .cb-enable i{margin: 0;}
#cookie-bar .cb-enable:hover {color:#fff;}
/* END COOKIEBAR */

.fancybox-overlay { background-image: url('../images/background-lines.png'); background-color: rgba(0,0,0,0.85); }
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.custom-accordion .accordion-item {
  background-color: #f9f9f9;
  margin-bottom: 10px;
  position: relative;
  border-radius: 0;
  border:1px solid var(--bg_color2);
  overflow: hidden; }
  .custom-accordion .accordion-item .btn-link {
    display: block;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    text-align: left;
    color: #2E2E2E;
    border: none;
    padding-left: 40px;
    border-radius: 0;
    position: relative;
    background: #fff;
    text-transform:none !important; }
    .custom-accordion .accordion-item .btn-link:before {
      font-family: "Font Awesome 5 Free";font-weight: 900;content:'\2b';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 15px; }
    .custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
      font-family: "Font Awesome 5 Free";font-weight: 900;content:'\2b';
      position: absolute;
      color: #000;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 15px; }
    .custom-accordion .accordion-item.active .btn-link[aria-expanded="true"]:before {
      content: "\f068"; }
  .custom-accordion .accordion-item.active {
    z-index: 2; }
    .custom-accordion .accordion-item.active .btn-link {
      color: var(--first_color); }
  .custom-accordion .accordion-item .accordion-body {
    padding: 20px 20px 20px 20px;
    color: #888; }</pre></body></html>