@font-face {
    font-family: 'FuturaPTBold';
    src: url('../fonts/FuturaPTBold.eot');
    src: url('../fonts/FuturaPTBold.eot') format('embedded-opentype'),
         url('../fonts/FuturaPTBold.woff2') format('woff2'),
         url('../fonts/FuturaPTBold.woff') format('woff'),
         url('../fonts/FuturaPTBold.ttf') format('truetype'),
         url('../fonts/FuturaPTBold.svg#FuturaPTBold') format('svg');
}
ul,ol{margin:0; list-style:none; padding:0;}
a,.btn, button,input, li, img, svg, *:hover{
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    -ms-transition:all ease .3s;
}
a:hover {
    color: #ccc !important;
}
body{font-family: "Helvetica Neue","Arial","sans-serif"; font-weight: 400; font-style: normal; font-size: 13px; line-height: 1.5em; letter-spacing: 1px;}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}

body:not(.home) main{
    padding-bottom: 25px;
}
header nav.navbar {
    padding: 20px 0;
}
header nav.navbar .container-fluid {
    align-items: flex-start;
}
header .navbar-brand{padding:0;}
header .navbar-brand img{
    max-width:158px;
    padding:0;
}
.navbar li.nav-item {
    position: relative;
}
@media(min-width:992px){
.folder-child-wrapper .folder-child, .sub-menu{
    background-color:#111;
}
.folder-child-wrapper .folder-child:before, .sub-menu:before{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 0 0 10px;
    border-style: solid;
    border-right: solid 10px transparent;
    border-left: solid 10px transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.folder-child-wrapper .folder-child li a, .sub-menu li a{
    display: block;
    font-size: 14px;
    padding: 5px 0;
    overflow: hidden;
    width: 150px;
    color: #fff;
    margin: auto;
    text-decoration: none;
}
.folder-child-wrapper .folder-child, .sub-menu{
    background-color:#111;
    position:absolute;
    left:50%;
    right:0;
    margin:auto;
    min-width:190px;
    margin-left:-100px;
    z-index:9;
    padding-top:18px;
    padding-bottom:10px;
    display:none;
}
.navbar li.nav-item:hover .folder-child-wrapper .folder-child, .navbar li:hover .sub-menu{display:block;}
.navbar li.nav-item a, .navbar li a{
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5em;
    cursor: pointer;
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    -ms-transition:all ease .3s;
    text-decoration:none;
}
.navbar-nav li {
    position: relative;
}
.navbar-light .navbar-nav .nav-link, .navbar-nav > li > a{
    color:#111;
    padding:8px 10px;
    display: inline-block;
}
.navbar li.nav-item .folder-child a, .navbar-nav li .sub-menu a{
    font-size:12.5px;
}
.navbar li.nav-item .folder-child a span, .navbar-nav li .sub-menu a{
	font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.5em;
    cursor: pointer;
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    -ms-transition:all ease .3s;
    border-bottom:1px solid transparent;
}
.navbar li.nav-item .folder-child a:hover span, .navbar-nav li .sub-menu .current_page_item a, .navbar-nav li .sub-menu a:hover{
	border-bottom:1px solid #fff;
	-webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    -ms-transition:all ease .3s;
}
}
.navbar-nav li .sub-menu a:hover{
    color:#fff;
}
.navbar-expand-lg .navbar-collapse {
    align-items: flex-start;
}
.social-links {
    display: flex;
    align-items: center;
    padding: 10px;
    padding-right:0;
}
.social-links a {
    width: 20px;
    height: 20px;
    background: #111;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size:10px;
    line-height:22px;
    margin-right:15px;
}
.social-links a:last-child{
	margin-right:0;
}
.slider .slick-arrow {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    border: 0;
    width: 50%;
    z-index: 9;
    color: transparent;
    user-select:auto;
    opacity:0;
}
.slider .slick-arrow.slick-next:hover, .slider .slick-arrow.slick-prev:hover{
	opacity:1;
}
.slider .slick-arrow.slick-next{
    right:0;
    left:auto;
}
.slider .slick-arrow:after{
    width:50px;
    height:50px;
    background:#000;
    content:"";
    position:absolute;
    left:55px;
    top:calc(50% - 50px);
}
.slider .slick-arrow.slick-next::after, .slider .slick-arrow.slick-next:before{
    left:auto;
    right:55px;
}
.slider .slick-arrow.slick-next:before{
	content:"\f105";
}
.slider .slick-arrow:before{
    width: 50px;
    height: 50px;
    color: #fff;
    content: "\f104";
    position: absolute;
    left: 55px;
    top: calc(50% - 50px);
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 22px;
    z-index: 9;
    padding: 8px;
    line-height: 32px;
}
.slider.single-item{
    height:100vh;
}
.slider.single-item img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.main-footer {
    background: #fff;
    padding: 7px;
}
.main-footer a{
    color:#111;
    text-decoration:none;
}
.main-footer a:hover{color:#ccc;}
body:not(.home) header nav.navbar {
    padding: 40px 25px 100px 25px;
}
.about_paragraph {
    border-bottom: 1px solid #bbb;
    padding-bottom:30px;
    margin-bottom: 30px;
}
.about_paragraph:last-child{
	border-bottom:0;
    padding-bottom:0;
}
h1, h2, h3, h4 {
    font-weight: 600;
    font-style: normal;
    line-height: 1em;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0.75em;
}
.about_paragraph img {
    min-height: 485px;
    object-fit: cover;
}
body:not(.home) {
    padding-bottom: 38px;
}
.contact_info address {
    color: #000;
}
.contact-form .field legend, .contact-form .field label{
    font-size: 13px;
    margin-bottom: 5px;
    line-height: normal;
}
.contact-form .field label{
    width: 100%;
}
.contact-form .field{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.contact-form .field .w50{
    width: 48.5%;
}
.contact-form .field input.control-input{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    margin-bottom: 5px;
}
.contact-form .field label{
    width:100%;
}
.contact-form .field textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    resize: none;
    max-height: 45px;
}
.btn-style, button, input[type="button"], input[type="reset"], input[type="submit"] {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
    border-radius: 0;
    font-family: 'FuturaPTBold';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding:9px 28px;
    font-size:14px;
    line-height: 1.5;
}
.btn-style:hover{
	opacity:.8;
}
.contact-img {
    max-height: 318px;
    overflow: hidden;
    margin-bottom:20px;
}
.leadership .card {
    border: 0;
}
.card .img-cart {
    height: 510px;
    overflow: hidden;
}
.card .img-cart .card-img-top {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.card .card-body {
    padding: 15px 0;
}
.card .card-body .card-title {
    font-size: 14px;
    line-height: 1.2em;
    color: #222;
    text-decoration: none;
    margin: 0 0 20px 0;
    display: inline-block;
}
.card .card-body strong {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.card .card-body h6{
    font-size:14px;
    margin-bottom:20px;
}
.card .card-body p{
    font-size:14px;
    line-height:1.4em;
    margin:0 0 10px 0;
}
.leadership {
    padding-bottom:25px;
}
.detail-pg .card .img-cart{
    height:248px;
    overflow:hidden;
}
.detail-pg .card .card-body{
    max-height:calc(100vh - 572px);
    overflow:auto;
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    -ms-transition:all ease .3s;
}
.detail-pg .card .card-body:hover{
    max-height:calc(100vh - 318px);
    background:#fff;
    margin-top:-255px;
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    -ms-transition:all ease .3s;
}
.detail-pg .card .card-body h5.card-title{
    font-size: 16px;
    font-weight: 600;
}
.list_social {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.list_social li a{
    padding: 13px 26px;
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: .29em;
    color: grey;
    background-color: #fff;
    border-color: #fff;
    text-decoration: none;
    display: inline-block;
}
.image-capion {
    height: 285px;
    overflow: hidden;
    margin-bottom: 22px;
    width: 100%;
}
.image-capion img {
    height: 100%;
    object-fit: cover;
}
.social_pg {
    margin-bottom:40px;
}
.image-capion > a {
    width: 100%;
    display: block;
    height: 285px;
}
.image-capion img {
    width: 100%;
}
.gallery_pg .image-capion{
    height:auto;
}
.image-capion .text-caption{
    text-align: center;
    min-height: 40px;
    margin-top: 15px;
}
.image-capion .text-caption a {
    color: #111;
    line-height: 18px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}
.lb-dataContainer {
    width: 100% !important;
    padding: 0 15px;
}
.lb-outerContainer {
    width: 100% !important;
    height: 100%!important;
    max-height: 500px;
    background: transparent;
}
.lb-outerContainer .lb-image {
    margin: auto;
    width: 700px !important;
    height: 100% !important;
    max-height: 500px;
    object-fit: cover;
    object-position: top;
}
.lb-data .lb-close {
    position: absolute;
    top: 0;
    right: 24px;
    width: 22px;
    height: 22px;
    background-size: contain;
    z-index: 99;
}
a.lb-prev, a.lb-next{
    background-size:30px !important;
    object-fit:cover;
}
.lb-details .lb-number{
    display: none !important;
}
.lb-data .lb-details {
    width: 100%;
    max-width: 700px;
    float: none !important;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background:rgb(0 0 0 / 70%);
    height: 100%;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -ms-transition: all ease .3s;
    z-index: 99;
}
.lb-data .lb-caption {
    line-height: 19px;
    color: #fff;
    font-weight:400;
}
.lb-dataContainer .lb-details:hover {
    opacity: 1;
    -webkit-transition:all ease .3s;
    -o-transition:all ease .3s;
    -ms-transition:all ease .3s;
}
.detail-pg .card .img-cart .fa-plus {
    position: absolute;
    top: 7px;
    right: 4px;
    color: #545454;
    opacity:0;
    visibility:hidden;
}
.detail-pg .card .img-cart:hover .fa-plus {
   opacity:1;
   visibility:visible;
}
.lightgallery #lightboxOverlay {
    background: #fff;
    opacity: 1;
}
.lightgallery .lb-data .lb-close {
    background-color: #000;
    padding: 25px;
    background-size: 18px;
    background-position: center;
    opacity: 1;
    right: 5px;
}
.lightgallery .lb-nav a.lb-next:before {
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    right: 9px;
    top: calc(50% - 25px);
    background: #000 url(../images/next.png) no-repeat;
    background-size: 32px;
    background-position: 13px center;
}
.lightgallery .lb-nav a.lb-prev:before{
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    left: 9px;
    top: calc(50% - 25px);
    background: #000 url(../images/prev.png) no-repeat;
    background-size: 32px;
    background-position:0 center;
}
.lightgallery .lb-data .lb-details{
    display:none;
}

.detail_port .leadership .card {
    border: 0;
    padding: 0 10px;
}
.detail_port .card .img-cart .card-img-top {
    height: 100%;
    object-fit: fill;
    object-position: top;
    width: 100%;
}
.detail_port .card .img-cart{
    height:18vw;
    overflow:hidden;
}
.slider .slick-arrow{
    width:auto;
}
.detail_port nav.navbar{
    padding-bottom:50px !important;
}
#color-white .navbar-light .navbar-nav .nav-link.active, 
#color-white .navbar-light .navbar-nav .show>.nav-link, 
#color-white .navbar-light .navbar-nav .nav-link, #color-white .navbar-nav > li > a{
    color:#fff;
}
#color-white .folder-child-wrapper .folder-child, 
#color-white .navbar-nav .sub-menu{
    background-color:#fff;
}
#color-white .folder-child-wrapper .folder-child:before, 
#color-white .navbar-nav li .sub-menu:before{
    border-color:#fff transparent;
}
#color-white .folder-child-wrapper .folder-child li a, 
#color-white .navbar-nav .sub-menu li a{
    color:#111;
}
#color-white .social-links a{
    background: #fff;
    color: #111;
}
.menu-main-menu-container{
    display: flex;
    margin-left: auto;
}
.post, .page{
    margin:0 !important;
}
#color-white .navbar-nav li .sub-menu a:hover span{
    color:#111;
    border-color:#111;
}
.wpcf7-form-control-wrap{
    width:100%;
}
.wpcf7-form .wpcf7-spinner{
    margin:auto;
    float:left;
}
.main-footer p{
    margin:0;
}
.navbar-nav > li > a{
    color:#111;
}
.contact_info address a {
    color: #000;
    text-decoration: none;
}
.user-locale {
    mix-blend-mode: difference;
    text-decoration: none;
    color: #000;
    padding: 10px;
    font-weight: bold;
}













@media(max-width:991px){
.navbar-collapse{
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100vh - 32px);
    background: #fff;
    overflow: auto;
    width: 100%;
    padding: 15px;
     -webkit-transform: translate3d(100%,0,0); 
     transform: translate3d(100%,0,0); 
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in;
}
.navbar-collapse.show{
	-webkit-transform: translate3d(0%,0,0); 
     transform: translate3d(0%,0,0); 
}
header .navbar-light .navbar-nav a{
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1em;
    border-bottom: 1px solid transparent;
    display: inline-block;
    box-sizing: border-box;
    padding-bottom: 3px;
    text-decoration: none;
    font-size: 18px;
    color:#111 !important;
}
header .navbar-light .navbar-nav li{
    line-height:44px;
}
header .navbar-light .navbar-nav > li{
    padding:0 15px;
}
header .navbar-light .navbar-nav .folder-child{
    padding-left:15px;
    padding-bottom:20px;
}
header .social{
    display: none;
}
header button.navbar-toggler{
    z-index: 9;
    border: 0;
    padding: 0;
    outline:0;
}
header button.navbar-toggler:focus{box-shadow:none; outline:0;}
.card .img-cart .card-img-top {
    object-position: center;
}
.card .img-cart {
    height: 375px;
}
}

@media(max-width:820px){
.slider .slick-arrow{display:none !important;}
.image-capion img{
    width:100%;
}
.list_social li{
    width:100%;
    text-align:center;
}
.social_pg {
    margin-bottom:20px;
}
.lb-data .lb-details{display:none !important;}
.lb-outerContainer .lb-image{
    width:70% !important;
}
.detail-pg .card .card-body {
    max-height: 100%;
}
.detail-pg .card .card-body:hover{
    max-height: 100%;
    margin-top: 0;
}
.about_paragraph .row .col-md-6:last-child{
    margin-top:20px;
}
.about_paragraph img {
    min-height: auto;
}
form.contact-form {
    margin-bottom: 20px;
}
.card .img-cart {
    height: 480px;
}
.card .img-cart .card-img-top {
    object-position: top;
}
form.wpcf7-form.init {
    margin-bottom: 30px;
}
.map iframe {
    width: 100%;
}
.detail_port .card .img-cart {
    height: 30vw;
}

}
@media(max-width:576px){
.lb-outerContainer .lb-image{
    width:80% !important;
} 
.lb-data .lb-close {
    top: -22px;
    right: 15px;
}
body:not(.home) header nav.navbar {
    padding: 40px 25px 55px 25px;
}
.lightgallery .lb-data .lb-close {
    padding: 18px;
}
header nav.navbar .container-fluid {
    padding: 0 0px !important;
}
.detail_port .card .img-cart {
    height: 50vw;
}
}
