@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
    --accent-color: #B0882A;
    --mainFont: "Barlow";
    --mainFont2: 'Montserrat';
}
*{transition: .5s;}
body{
    font-family: var(--mainFont) !important;
}
.loader-area {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 9999999;
}
.loader-area .loader {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.classic-2 {
    font-weight: bold;
    font-family: sans-serif;
    font-size: 30px;
    padding-bottom: 8px;
    background: linear-gradient(white 0 0) 0 100%/0% 3px no-repeat;
    animation:c2 2s linear infinite;
}
@keyframes c2 {to{background-size: 100% 3px}}
p{font-family: var(--mainFont2) !important;}
#logo img{height: 4.5rem !important;}
#header.sticky-header-shrink #logo img{
    height: 3rem !important;
}
#slider .swiper-slide-bg{
    background-size: cover;
    background-position: center !important;
}
.slider-caption h2, .slider-caption .h2 {
    font-size: 10rem;
    text-transform: uppercase !important;
    font-weight: bold !important;
}
.slider-caption.slider-caption-center {max-width: 90%;}
.swiper-slide-bg:after {
    /* content: ""; */
    background-image: url("../images/slider-overlay.png");
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.menu-link {text-transform: uppercase;}
.top-search-form input, .top-search-form input::placeholder{color: #fff !important;}
.btn{
    color: #fff;
    outline: none;
}
.btn.btn-outline-secondary{border-color: #fff;}
.btn:hover {
    background-color: var(--accent-color);
    border-color: var(--accent-color) !important;
    color: #fff;
    outline: none;
}
.btn-check:checked+.btn, :not(.btn-check)+.btn:active, .btn:first-child:active, .btn.active, .btn.show {background-color: #000;}
.bg-black{background-color: #000 !important;}
.heading-block::after{content: none;}
.value-item{position: relative;}
.value-item>a>img{filter: brightness(0.3) grayscale(1);}
.value-item .value-info {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1;
    text-align: center;
    color: #fff;
}
.value-item .value-info .value-title{
    color: #fff;
    text-transform: uppercase;
}
.img-hover {
    position: relative;
    overflow: hidden;
}
.img-hover img.img-hover-img {
    position: relative;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition-property: transform, -webkit-transform;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-delay: 0s;
}
.img-hover:hover img.img-hover-img {
    transform: scale(1.1);
    transition-duration: .6s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.value-icon{
    width: 60px !important;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
}
.is-expanded-menu .sticky-header #header-wrap {background-color: transparent;}
.is-expanded-menu .sticky-header #header-wrap .menu-link{color: #000;}
.value-count h3 {
    position: absolute;
    z-index: 6;
    left: -45px;
    bottom: 60px;
    color: #fff !important;
    transform: rotate(-90deg);
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
.sectors .owl-nav button.owl-prev{left: 15px !important;}
.sectors .owl-nav button.owl-next{right: 15px !important;}
.news-data {
    padding: 20px;
    border: 1px solid #dddddd;
    border-top: 0;
}
.news-item a{display: block;}
.footer-links {
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-links li{
    margin: 0 20px;
}
.footer-links a{
    color: #333;
}
.footer-links a:hover{
    color: var(--accent-color);
}
footer .copyright-area a{color: #fff;}
#header-wrap.bg-black a.menu-link, #header-wrap.bg-black .header-misc-icon>a {color: #fff !important;}
.no-slide-bg .swiper-slide-bg:after{content: none !important;}
.max-w-100{max-width: 100%;}
.font2{font-family: var(--mainFont2) !important;}
.bg-layer:after {
    content: "";
    background-color: hsla(27, 28%, 75%, 0.20);
    position: absolute;
    width: 95%;
    height: 100%;
    z-index: -1;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.cnvs-hamburger .cnvs-hamburger-inner, .cnvs-hamburger .cnvs-hamburger-inner::before, 
.cnvs-hamburger .cnvs-hamburger-inner::after {background-color: #fff;}
.title-border{
    position: relative;
    width: fit-content;
}
.title-border:after{
    content: "";
    position: absolute;
    background-color: #D2BFAF;
    height: 3px;
    width: 85%;
    border: 0 !important;
}
.value-item p {opacity: .5;}
.feature-item h5{font-family: var(--mainFont2);}
.administration p{
    color: #969696 !important;
}
.voluntary-item h5{
    font-family: var(--mainFont2);
    font-weight: lighter;
}
.accent-color{color: var(--accent-color) !important;}
.border-bottom-lg{border-bottom: 20px solid #000;}

.ceo .title-border:after {
    width: 20%;
    left: 0;
    bottom: -10px;
    background-color: #000;
}
.companies-filter .grid-filter{justify-content: left;}
.companies-list .portfolio-item {
    border: 1px solid #E3E3E3;
    height: 500px;
}
.company-item {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.company-item img {
    width: 18rem;
    filter: grayscale(1);
    transition: .5s;
}
.portfolio-item:hover .company-item img{
    filter: grayscale(0);
    width: 20rem;
}
.grid-filter.style-2 li a, .grid-filter.style-3 li a, .grid-filter.style-4 li a {border-radius: 0;}
.grid-filter li.activeFilter a {background-color: #000;}
/* .companies-filter{background-color: #F6F2EF;} */
.content-wrap.of-visible{overflow: visible;}
.company-image {
    background-color: transparent;
    padding: 0;
    position: absolute;
    top: 0;
    border-radius: 50%;
    transform: translate(-50%, -70%);
    left: 50%;
}
.company-image img {
    border-radius: 50%;
    box-shadow: 0 2px 6px 0px #00000024;
}
.social-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
}
.social-list li {margin: 0 15px;}
.social-list li i {font-size: 20px;}
.social-list li a{color: #000;}
.social-list li a:hover{color: var(--accent-color);}
.bg-dark-full-layer:after {
    content: "";
    background-color: rgb(0 0 0 / 70%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.pagination .page-item {margin: 0 5px;}
.pagination a.page-link{
    border: none;
    color: #000;
    border-radius: 4px !important;
}
.pagination a.page-link:hover, .pagination a.page-link:hover i,
 .pagination .page-item.active a.page-link{
    border: none;
    color: #fff;
}
.news-listing .container{margin-top: -10%;}
.social-share {
    display: inline-flex;
}
.social-share h5{
    margin-bottom: 0;
    align-self: center;
}
.social-share ul{
    margin-bottom: 0;
    align-self: center;
}
.related .title-border:after {
    content: "";
    position: absolute;
    background-color: #000000;
    height: 3px;
    width: 85%;
    border: 0 !important;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}
.contact-form .form {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 60px 20px;
    background-color: #fff;
}
.btn-outline2 {
    color: #000;
    border-color: #000 !important;
}
.contact-info-item.text-center {
    border: 1px solid #ddd;
    padding: 50px 30px;
}
.contact-info-item a {color: #000;}
.contact-info-item a:hover {
    color: #000;
    opacity: .5s;
}
.map{height: 80vh;}
.contact-form .container {
    margin-top: -10%;
}

/* New 11-15-2023 */
.is-expanded-menu .sticky-header #header-wrap:after {
    content: "";
    background-color: rgb(225 225 225 / 70%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(11px);
}
#header-wrap{
    background-image: linear-gradient(180deg, rgb(0 0 0 / 36%) 40%, transparent);
    border-bottom: none !important;
}
body.home .menu-link{
    color: #fff !important;
}
.menu-link{transition: .4s;}
.menu-link:hover{opacity: .8;}
.bg-overlay-content h4{text-transform: uppercase;}
body.internal #header-wrap{
    position: fixed;
    top: 0;
    left: 0;
    background-image: unset;
}
body.internal #header{
    position: fixed; 
    width: 100%;
    z-index: 2;
}
body.internal #header-wrap:after {
    content: "";
    background-color: rgb(225 225 225 / 34%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(11px);
}
body.internal #header-wrap .menu-link {
    color: #000;
}
.about-bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}
.about-section .subtitle {
    color: var(--accent-color);
    text-transform: uppercase;
}
.banner-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40vh 0;
    padding-top: 20vh !important;
}
.banner-section:after {
    content: "";
    background-color: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.banner-content{
    position: relative;
    z-index: 2;
}
.banner-card-item {
    background-color: rgb(0 0 0 / 20%);
    padding: 100px 50px;
    position: relative;
}
.banner-card-item p{
    margin: 0;
}
.banner-cards{position: relative;}
.banner-card-item:after {
    content: "";
    background-color: rgb(225 225 225 / 34%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    backdrop-filter: blur(11px);
}
.banner-card-item img{
    width: 80px;
    /* height: 80px; */
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.banner-card-item h3{margin-bottom: 20px;}
div#gotoTop {
    border: .1px solid var(--accent-color) !important;
}
.values-section .values-icon{
    width: 80px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}
.team-info {
    background-color: #191919;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: left;
    width: 90%;
    color: #fff;
    padding: 15px;
}
.team-title{
    color: #fff;
    margin-bottom: 10px;
    padding-top: 0 !important;
    text-transform: uppercase;
}
.team-info p{
    margin-bottom: 10px;
    color: var(--accent-color);
    font-size: 14px;
}
.team-info .position{
    color: #fff;
    margin-bottom: 0 !important;
}
.owl-carousel .owl-nav .owl-next {
    right: 8px !important;
}
.owl-carousel .owl-nav .owl-prev {
    left: 8px !important;
}
ul.footer-menu-list {
    margin: 0;
    padding: 0;
    display: inline-flex;
    list-style: none;
    float: right;
}
ul.footer-menu-list li {
    margin: 0 10px;
    text-transform: uppercase;
}
ul.footer-menu-list li a{color: #000;}
ul.footer-menu-list li a:hover{color: var(--accent-color);}
.footer-social-media{
    margin: 0;
    padding: 0;
    display: inline-flex;
    list-style: none;
    float: right;   
}
ul.footer-social-media li {
    margin: 0 10px;
}
.about-area1 {
    height: 100vh;
    background-position: center;
    background-size: cover;
    position: relative;
}
.about-area1:after {
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(0 0 0 / 60%), transparent);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.about-area1 .row{
    position: relative;
    z-index: 1;
    height: 100vh;
    width: 100%;
}
.about-area1-desc{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}
.about-area1-desc {
    position: absolute;
    left: 30%;
    top: 65%;
    transform: translate(-50%, -50%);
    width: 45%;
}
.about-section.bg-style1 .row {
    background-color: #fafafa;
}
.about-area1:after {
    content: "";
    position: absolute;
    /* background: linear-gradient(45deg, #ababab9e, transparent); */
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mission-item{background-color: #000;}
.mission-item img {
    width: 100px;
    margin-bottom: 10px;
}
.mission-item {
    background-color: #000;
    text-align: center;
    padding: 50px;
    color: #fff;
}
.value-item{
    text-align: center;
    font-weight: 600;
    color: #000;
}
.value-item h5{
    color: #000;
}
.value-item img {
    width: 50px;
    margin: 0 auto;
    display: block;
}
.news-details-bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 550px;
}
.title2{position: relative;}
.title2:After {
    content: "";
    width: 5%;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.grid-filter.style-2 li.activeFilter a {
    background-color: transparent;
    color: #000 !important;
}
.grid-filter.style-2 li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: black;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
    transition: .4s;
}
.grid-filter.style-2 li.activeFilter a:after, .grid-filter li a:hover:after {width: 70%;}
.company-banner {
    height: 80vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-social-item .i-style{
    width: 100px !important;
    height: 100px !important;
    line-height: 100px !important;
    font-size: 2rem;
    margin: 0 auto;
    display: block;
    background-color: var(--accent-color);
}
.contact-social-item .i-style:hover{background-color: #000;}
#slider .bg-overlay-content {
    opacity: 0;
    position: relative;
    z-index: 2;
}
#slider .swiper-slide:hover .bg-overlay-content {opacity: 1;}
.bg-overlay-content:before {
    content: "";
    background-color: rgb(0 0 0 / 43%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-overlay-content h4 {
    position: relative;
    z-index: 2;
}
#slider .swiper-slide-bg {
    background-size: 140%;
    transition: 1.5s ease-in-out;
    filter: grayscale(1);
}
#slider.loaded .swiper-slide-bg {
    background-size: 101%;
    filter: grayscale(0);
}
.values-bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 550px;
}
.value-item .value-info{opacity: 0;}
.value-item:hover .value-info{opacity: 1;}
.value-item{position: relative;}
.value-item:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 35%);
    z-index: 0;
    top: 0;
    left: 0;
    position: absolute;
    transition: .4s;
    opacity: 0;
}
.value-item:hover:after {opacity: 1;}
.value-item:hover>a>img {
    filter: unset !important;
}
.team-section .value-item:after{content: none;}
.button.color-accent{
    border-color: var(--accent-color);
    color: var(--accent-color);
}
.instagram-section .social-title {
    letter-spacing: 8px;
}
.about-area1-desc p {
    font-size: 14px;
}
.subtitle{font-family: var(--mainFont2);}
.about-area1.style2 .about-area1-desc{
    top: 50% !important;
}
.strategy-section{position: relative;}
.strategy-section:before {
    content: "";
    width: 80%;
    position: absolute;
    height: .2px;
    background-color: #707070;
    top: 0;
    left: 50%;
    opacity: .5;
    transform: translateX(-50%);
}
.strategy-section:after {
    content: "";
    width: 80%;
    position: absolute;
    height: .2px;
    background-color: #707070;
    bottom: 0;
    left: 50%;
    opacity: .5;
    transform: translateX(-50%);
}
.mt-100{margin-top: 100px;}
.arrow {display: inline-flex;}
.arrow a{margin: 0 10px;}
.arrow a:hover span, .arrow a:hover i{
    color: var(--accent-color) !important;
}
.news-details .footer-social-media a{
    color: #000;
    transition: .3s;
}
.news-details .footer-social-media a:hover{color: var(--accent-color) !important;}
.main-news-section{
    background-color: #f8f8f8;
}
.team-style4 .value-item>a>img{filter: grayscale(1);}
.team-style4 .value-item>:hovera>img{filter: grayscale(0) !important;}