*{
    box-sizing: border-box;
    margin: 0;
}

body{
    font-family: "Manrope", sans-serif;
    font-weight: normal;
    margin: 0;
    overflow-x: hidden;
}
.overflow-y {
    overflow-y: hidden;
}
.d-block{
    display: block;
}
.container{
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

header{
    padding: 0;
    background: #E8E4DE;
    position: relative;
    z-index: 1;
}
header.darkHeader{
    position: sticky;
    top: 0;
    z-index: 33;
}
header .logo{
    max-width: 250px;
}
header .logo a{
    display: block;
    line-height: 0;
}
header .logo a img{
    max-width: 100%;
}
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-toggle {
    width: 50px;
    height: 39px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background: transparent;
    border: none;
    margin-left: 10px;
	margin-top: 25px;
    z-index: 99999;
}
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
    width: 50px;
    height: 4px;
    background-color: #7E9558;
    border-radius: 4px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.menu-toggle span::before, .menu-toggle span::after {
    content: "";
    position: absolute;
    top: -15px;
}
.menu-toggle span::after {
    top: 19px;
}
.menu-toggle.active span, .menu-toggle.active span::before, .menu-toggle.active span::after{
    background: #fff;
}
.menu-toggle.active span {
    transform: translate3d(0, 10px, 0) rotate(45deg);
    top: 8px;
}
.menu-toggle.active span::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
    opacity: 0;
}
.menu-toggle.active span::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg);
    top: 20px;
}

.main-navigation {
    display: flex;
    flex-direction: column-reverse;
    align-items: end;
}
.main-navigation img {
    position: relative;
    max-width: 98px;
    top: 22px;
}


/* .language-switcher .wpml-ls-legacy-list-horizontal {
    padding: 0 7px;
}
.language-switcher a span.wpml-ls-display {
    display: none;
}
.language-switcher li:not(:last-child)::after {
    content: '|';
    display: inline-block;
    color: #76AD1C;
    margin-left: -3px;
}
.language-switcher li a {
    color: #76AD1C;
    padding: 0 10px;
    display: inline-block;
}
.language-switcher li.wpml-ls-current-language a {
    color: #56791D;
} */
.close-button{
    display: block;
    width: 50px;
    height: 39px;
    position: relative;
    cursor: pointer;
    /* display: inline-block; */
    background: transparent;
    border: none;
    outline: 0;
    position: relative;
    right: 0px;
}
.close-button span, .close-button span:after{
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.close-button span{
    transform: translate3d(0, 10px, 0) rotate(45deg);
}
.close-button span:after{
    content: "";
    transform: translate3d(0, 10px, 0) rotate(90deg);
    position: absolute;
    top: -10px;
}

.menuArea {
    position: fixed;
    background: #7E9558;
    color: #fff;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 50px;
    padding-bottom: 187px;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
    z-index: 999999;
	background-size: cover;
}
.close-section {
    padding-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.menuArea > .container{
    background-image: url(assets/images/menubg_drops-1.png);
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: 110px 170px;
}

@media (min-width: 768px){
    .menuArea > .container{
        background-size: 700px;
        background-position: 110px 100px;
    }
    .main-navigation{
        flex-direction: row;
        align-items: center;
    }
    .main-navigation img{
        max-width: 160px;
        top: 45px;
        margin-right: 40px;
    }
	.menu-toggle {
		margin-top: 0;
	}
    /* .menu-toggle{
        width: 50px;
        height: 50px;
    }
    .menu-toggle span::before, .menu-toggle span::after{
        top: -19px;
    }
    .menu-toggle span::after {
        top: 24px;
    } */
}
@media (min-width: 992px){
    .menuArea > .container{
        background-size: 750px;
        background-position: 110px 90px;
    }
}
@media (min-width: 1140px){
    .menuArea > .container{
        background-size: 900px;
        background-position: 110px 60px;
    }
}


.menuArea.active{
    opacity: 1;
    visibility: visible;
}
.menuArea .menu-container {
    /* display: flex;
    flex-wrap: wrap;
    align-items: end; */
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}
.menuArea .left-area{
    width: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menuArea a{
    text-decoration: none;
    color: #fff;
}
.menuArea .menu{
    list-style: none;
    padding-left: 0;
}
.menuArea .menu > li > a {
    color: #EDF5E2;
    font-size: 40px;
    text-decoration: none;
    line-height: 1.5em;
    font-weight: 600;
}
.menuArea .c-menu .menu> li > a {
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}
.menuArea .menu > li > a:hover,
.menuArea .menu > li.current-menu-item > a{
    color: #B6D680;
}
.menuArea .menu > li > ul{
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    list-style: none;
}
.menuArea .menu > li > ul > li{
    padding: 5px 0;
}
.menuArea .menu > li > ul > li > a {
    font-size: 30px;
    font-weight: 200;
    line-height: 1.25em;
	color: #EDF5E2;
}
.menuArea .menu > li > ul > li.current-menu-item > a,
.menuArea .menu > li > ul > li > a:hover{
    color: #B6D680;
}
.menuArea .left-area .c-menu {
    margin-top: 150px;
}
.menuArea .left-area .c-menu ul li a {
    font-size: 18px;
    font-weight: 200;
}

.menuArea .right-area {
    width: 66.67%;
    text-align: right;
}
.menuArea .right-area img {
    max-width: 170px;
}
.menuArea .language-switcher{
    height: 400px;
    max-width: 700px;
    /*background: url(assets/images/lang-switch-bg.png);
    background-size: cover;*/
    margin-left: auto;
    padding-top: 50px;
    position: relative;

}
/* .menuArea .language-switcher li:not(:last-child)::after {
    color: #fff;
}
.menuArea .language-switcher li:last-child a{
    padding-right: 0;
}
.menuArea .language-switcher li a {
    color: #fff;
}
.menuArea .language-switcher li.wpml-ls-current-language a {
    color: #56791D;
} */
.menuArea .right-area .contact-info {
    margin-top: 10px;
    font-size: 18px;
}
.menuArea .right-area address{
    font-style: normal;
    margin-bottom: 0px;
    line-height: 1.5em;
    font-weight: 200;
    
}
.menuArea .right-area address strong{
    font-weight: normal;
    font-size: 20px;
}
.menuArea .right-area .contact-info ul > li:not(:last-child)::after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
}
.menuArea .right-area .contact-info ul {
    display: flex;
    justify-content: end;
    list-style: none;
    font-weight: 200;
}
.bottom-header-area{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.mobile-header-contact{
    display: none !important;
}
.mobile-header-contact li::after{
    content: unset !important;
}
@media (max-height: 750px) {
    .menuArea{
        overflow: auto
    }
    .menuArea .right-area .contact-info{
        position: static !important;
    }
}

@media (max-width: 767px){
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    header .logo {
        max-width: 210px;
    }
    .menuArea .menu-container{
        padding-left: 0;
        padding-right: 0;
        margin-top: -35px;
    }
    .menuArea {
        padding-top:25px;
        padding-bottom: 40px;
        /* background: #76AD1C; */
        background-image: url(assets/images/menubg_drops-1.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 0 70%;
    }
    .menuArea > .container{
        background: unset;
    }
    .navbar .language-switcher{
        display: none;
    }
    .menuArea .language-switcher {
        background: unset;
        position: absolute;
        left: 0;
        top: 0px;
        height: auto;
        padding-top: 46px;
    }
    .menuArea .language-switcher li a {
        font-size: 18px;
    }
    .menuArea .left-area, .menuArea .right-area{
        width: 100%;
    }
    .menuArea .right-area{
        text-align: left;
    }
    .menuArea .menu{
        padding-top: 0;
    }
    .menuArea .menu > li > a{
        font-size: 25px;
        /* line-height: 1.25; */
    }
    .menuArea .menu > li > ul{
        padding-left: 0;
    }
    .menuArea .menu > li > ul > li {
        padding: 2px 0;
    }
    .menuArea .menu > li > ul > li > a{
        font-size: 18px;
        /* line-height: 1.25; */
		color: #fff;
    }
    .menuArea .right-area .contact-info{
        position: absolute;
        bottom: 20%;
        left: 20px;
        right: 20px;
        display: flex;
        align-items: flex-end;
        justify-content: end;
    }
    .menuArea .right-area > img{
        visibility: hidden;
    }
    .menuArea .right-area address{
        display: none;
        /* margin-bottom: 0;
        width: 210px; */
    }
    .menuArea .right-area address span{
        display: none;
    }
    .menuArea .right-area .contact-info ul.mobile{
        display: none;
    }
    .mobile-header-contact{
        display: flex !important;
        align-items: center;
        column-gap: 20px;
        justify-content: flex-end;
    }
    .mobile-header-contact img{
        width: 50px;
        height: 50px;
        padding: 10px;
        border: 1px solid #fff;
        border-radius: 5px;
    }
	ul#menu-primary-menu > li {
		margin-bottom: 10px;
	}
	ul#menu-primary-menu li ul li:not(:last-child) {
		margin-bottom: 5px;
	}

	ul#menu-primary-menu li ul {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.c-menu {
		position: absolute;
		bottom: 19%;
		left: 20px;
	}
    .close-section{
        padding-bottom: 0;
    }
    .close-button{
        display: block;
        top: 0px;
        right: 0px;
    }
    .contact-info ul {
        list-style: none;
        padding: 0;
        display: flex;
        justify-content: flex-end;
    }
    .contact-info ul li {
        line-height: 0;
    }
    
    .safari .menuArea .close-section {
        /* Safari-specific styles */
        padding-bottom: 67px;
    }
    .safari .menuArea.sb .close-section{
        padding-bottom: 107px;
    }
    .safari .menuArea .right-area .contact-info{
        margin-top: 30px;
    }
    .safari .menuArea.sb .right-area .contact-info{
        margin-top: 50px;
    }
}

footer {
    background: #e8e4de;
    padding: 30px 0 0;
}
.f-title {
    font-size: 25px;
    line-height: 32px;
    color: #666;
    font-weight: 600;
    margin-bottom: 20px;
}
footer .contact-info {
    font-size: 18px;
    color: #666;
    font-weight: 200;
}
footer .contact-info .contact-box{
    position: relative;
}

footer .contact-info address span {
    font-weight: 600;
    margin-bottom: 3px;
}
footer .contact-info ul {
    padding: 0;
    list-style: none;
    margin-top: 35px;
    font-weight: 200;
}
footer .contact-info ul li a {
    text-decoration: none;
    color: #666;
}
footer .contact-info ul.mobile{
    display: none;
}
.menu-footer-menu-container {
    text-align: right;
}
.menu-footer-menu-container ul {
    list-style: none;
    padding-left: 0;
}
.menu-footer-menu-container ul li {
    padding: 5px 0;
}
.menu-footer-menu-container ul li a {
    color: #666;
    text-decoration: none;
}
footer .social-media {
    margin-top: 15px;
    display: flex;
    justify-content: end;
    gap: 10px;
}
footer .social-media a {
    display: inline-block;
}
footer .social-media a img{
    width: 39px;
    height: 39px;
    padding: 7px;
    border: 1px solid #666666;
}
.f-last {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.f-last-area{
    display: flex;
    flex-direction: row-reverse;
    align-items: end;
    justify-content: space-between;
}
.f-middle {
    margin-top: 82px;
}
.f-middle ul {
    padding: 10px 0;
    list-style: none;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
.f-middle ul li{
    padding: 5px 0;
}
.f-middle ul li a{
    text-decoration: none;
    color: #666;
    font-weight: 600;
}
.f-last{
    margin-top: 82px;
}
.mobile-contact{
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: flex-start !important;
}
.mobile-contact img{
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 1px solid #707070;
    border-radius: 5px;
}
.back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #EFEEEC;
    color: #fff;
    width: 67px;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    z-index: 10;
}
.back-to-top img{
    vertical-align: middle;
    width: 50px;
    height: auto;
}
.back-to-top.show {
    display: block;
    opacity: 1;
    transform: scale(1);
}
.back-to-top:hover {
    background-color: #8BA362;
}
.fsc-popup-box{
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.fsc-popup-box .fsc-popup-inner-box{
    width: 272px;
}
.fsc-popup-trigger{
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 15px;
    width: 100%;
    background-color: #7E9558;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 7px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0;
    cursor: pointer;
    z-index: 10000;
}
.fsc-popup-trigger img{
    width: 46px;
    height: 46px;
    border-radius: 50%;
}
.fsc-popup-overlay {
    max-width: 272px;
    display: none;
    justify-content: center;
    align-items: center;
    background: #666666;
    backdrop-filter: blur(17px);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    bottom: 50px;
    opacity: 0;
    transform: translateY(-10px);
    animation-fill-mode: forwards;
}
.fsc-popup {
    position: relative;
    color: #fff;
    padding: 30px 30px 30px 20px;
}
.fsc-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.fsc-popup h2{
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 5px;
}
.fsc-popup p{
   font-size: 18px;
   font-weight: 300;
   line-height: 1.5em; 
}
.fsc-popup .fsc-link{
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #B6D680;
    text-decoration: none;
    padding-left: 30px;
    margin-top: 30px;
}
.fsc-popup .fsc-link::before{
    content: '';
    width: 20px;
    height: 20px;
    background-color: #B6D680;
    border-radius: 50%;
    background-image: url(/wp-content/themes/amarena/assets/images/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.slide-in {
  animation: slideDown 0.3s ease-out forwards;
}
.slide-out {
  animation: slideUp 0.3s ease-in forwards;
}

/* Keyframes */
@keyframes slideDown {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-10px);
    opacity: 0;
  }
}

main .container{
    max-width: 1130px;
}
.homepage-banners .banner {
    padding-bottom: 50px;
    position: relative;
    min-height: 500px;
}
.homepage-banners .banner img{
    position: relative;
    width: 100%;
    order: 1;
} 
.homepage-banners .banner .col-12{
    order: 2;
    padding-top: 50px;
}

.homepage-banners .banner h2 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 17px;
    color: #fff;
}
.homepage-banners .banner p {
    font-size: 18px;
    line-height: 1.5em;
    color: #fff;
}
.homepage-banners .banner .btn-container {
    text-align: right;
    margin-top: 50px;
}
.homepage-banners .banner_3 .btn-container {
    margin-top: 30px;
}
.homepage-banners .banner .btn-container .btn {
    min-width: 140px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background: rgba(255, 255, 255, .35);
    padding: 12px;
    text-align: center;
    border-radius: 25px;
}
@media(min-width:768px){
    .homepage-banners .banner h2{
        font-size: 30px;
        line-height: 45px;
    }
    .homepage-banners .banner .btn-container .btn{
        min-width: 178px;
    }
    footer .contact-info .contact-box::after {
        content: "";
        position: absolute;
        top: 0;
        right: -20px;
        width: 1px;
        height: 100%;
        background-color: #666;
    }
    footer .contact-info ul.mobile{
        display: block;
    }
    .mobile-contact{
        display: none;
    }
    .f-title{
        font-size: 30px;
        line-height: 45px;
    }
    .f-middle ul{
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 15px;
        border: none;
    }
    .f-last-area{
        display: unset;
    }
    .fsc-popup-box{
        justify-content: end;
    }
}
@media(min-width:992px){
    .homepage-banners .banner{
        padding-top: 80px;
    }
    .homepage-banners .banner img{
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 44%;
        object-fit: cover;
    }
    .homepage-banners .banner:nth-child(even) img{
        right: unset;
        left: 0;
    }
    .homepage-banners .banner_3 img {
        width: 50%;
    }
    .homepage-banners .banner_4 img {
        width: 38%;
    }
    .homepage-banners .banner:nth-child(even) .row {
        justify-content: end;
    }
    .homepage-banners .banner:nth-child(odd) .row > div{
        padding-right: 95px;
    }
    .homepage-banners .banner:nth-child(even) .row > div{
        padding-left: 95px;
    }
}

.inner-hero {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}
.inner-hero h1 {
    font-size: 25px;
    line-height: 32px;
    color: #7E9558;
    font-weight: 600;
    margin-bottom: 12px;
}
.inner-hero p {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}
.inner-hero p:not(:last-child){
    margin-bottom: 25px;
}
.page-template-about-us .inner-hero h1{
    color: #98634C;
}
.i-products{
    /* display: none; */
    padding-top: 0;
/*     padding-bottom: 67px; */
}
.i-products figure{
    text-align: center;
    margin-bottom: 60px;
}
.i-products figure figcaption {
    color: #333;
    font-size: 18px;
    margin-top: 20px;
    line-height: 28px;
}
.i-products figure > a {
    display: inline-flex;
    height: 191px;
    width: 191px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    line-height: 45px;
    font-weight: 600;
    background-size: cover;
    transition: 0.3s ease-in-out;
}
.i-products figure > a:hover {
    background-image: unset !important;
}
.i-products figure figcaption > a{
    display: block;
    color: #7E9558;
    text-decoration: none;
}
.objects {
    background: #F4F0EC;
    padding: 70px 0;
}
.object-grid {
  display: grid;
  grid-template-columns: 1fr;
/*  grid-auto-rows: 300px;*/
  gap: 20px;
  margin-top: 70px;
}

.object-box {
  display: none;
  position: relative;
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
}
.object-box,
.object-box:nth-child(1),
.object-box:nth-child(2),
.object-box:nth-child(3) {
    grid-column: span 1; /* Force full width */
}
.object-box:nth-child(-n+3) {
  display: block;
}
/* .object-box:nth-child(1) {
  grid-column: span 2;
  grid-row: span 1;
}

.object-box:nth-child(2) {
  grid-column: span 1;
}

.object-box:nth-child(3) {
  grid-column: span 3;
} */
figure.object-box a {
    display: block;
    position: relative;
    /* height: 100%; */
    text-decoration: none;
}
figure.object-box a img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    vertical-align: middle;
}
figure.object-box a figcaption {
    position: relative;
    background: rgb(51 51 51 / 76%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    
    transition: 0.3s ease-in-out;
}
figure.object-box a:hover figcaption {
    visibility: visible;
    z-index: unset;
}
figure.object-box a figcaption h3 {
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 7px;
}
figure.object-box a figcaption p {
    font-size: 18px;
    line-height: 28px;
}
figure.object-box a figcaption .btn {
    display: inline-block;
    padding: 6px 21px;
    background: #7E9558;
    margin-top: 25px;
    border-radius: 50px;
    font-size: 18px;
    line-height: 23px;
}
.single-product .i-products, .single-product_object .i-products{
    display: none;
    padding-top: 45px;
    padding-bottom: 45px;
}
.single-product .i-products figure {
    margin-bottom: 0;
    padding: 20px 0;
}
.back {
    text-align: center;
}
.back img{
    width: 60px;
    height: 60px;
}
.single-object .container{
    max-width: 1160px;
}
.single-object .object-items{
    margin-top: 70px;
}
.single-object{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.single-object .single-object-box{
    width: 100%;
}
.single-object .single-object-content-box{
    width: 100%;
}
.single-object-gallery{
    margin-top: 50px;
    margin-left: -20px;
    margin-right: -20px;
}
.single-object-gallery img{
    width: 100%;
    max-width: 100%;
}
.single-object-gallery a:not(:last-child){
    display: inline-block;
    margin-bottom: 20px;
}
.single-object-content{
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px 20px 70px 20px;
}
.single-object-content figure{
    display: flex;
    column-gap: 20px;
    padding: 10px 0;
}
.single-object-content figure:not(:last-child){
    border-bottom: 1px solid #707070;
}
.single-object-content figure img{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    padding: 0px;
    background-color: #CCC3B6;
    border-radius: 50%;
}
.single-object-content figure figcaption{
    width: calc(100% - 58px);
    color: #333333;
}
.single-object-content figure figcaption .object-title{
    font-weight: 700;
}
.single-object-content figure figcaption ul{
    padding-left: 17px;
}
.load-more-wrap{
    margin-top: 48px;
    display: flex;
    justify-content: center;
}
.load-more-wrap .btnloadmore{
    padding: 0;
    width: 36px;
    height: 36px;
    background-color: transparent;
    border: 0;
    outline: 0;
}
.our-team{
    background-color: #A7745E;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 100px;
}
.our-team figure{
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}
.our-team figure .profile-picture{
    width: 283px;
    height: 283px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.our-team figure figcaption p{
    font-size: 18px;
}
.our-team figure figcaption .function{
    font-weight: 700;
}
.our-team figure figcaption .name{
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 20px;
}
.our-team .owl-nav-dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
}
.our-team .owl-nav-dots-container .owl-dots {
    display: flex;
    align-items: center;
}
.our-team .owl-nav-dots-container .owl-dots .owl-dot {
    border: none;
    background: transparent;
    cursor: pointer;
}
.our-team .owl-nav-dots-container .owl-dots .owl-dot span {
    background: #fff;
    height: 8px;
    width: 8px;
    display: block;
    border-radius: 50%;
}
.our-team .owl-nav-dots-container .owl-dots .owl-dot.active span {
    background: #BEB18C;
}
.our-team .owl-nav-dots-container button.owl-prev, .our-team  .owl-nav-dots-container button.owl-next{
    width: 12px;
    height: 24px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: unset;
    background-color: unset;
    cursor: pointer;
}
.our-team .owl-nav-dots-container button.owl-prev {
    background-image: url(/wp-content/themes/amarena/assets/images/m-prev-btn.svg);
}
.our-team .owl-nav-dots-container button.owl-next {
    background-image: url(/wp-content/themes/amarena/assets/images/m-next-btn.svg);
}
.our-team .owl-nav-dots-container button.owl-prev span, .our-team .owl-nav-dots-container button.owl-next span{
	display: none;
}
.strategic-direction{
    background-color: #f4f0ec;
    padding-top: 50px;
    padding-bottom: 100px;
}
.strategic-direction h3{
    font-size: 22px;
    line-height: 28px;
    color: #98634c;
    margin-bottom: 25px;
}
.strategic-direction p{
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 15px;
}
.strategic-direction .row:not(:last-child){
    margin-bottom: 50px;
}
.page-template-contact-us .inner-hero h1, .page-template-contact-us .form-heading{
    color: #d3816f;
}
@media(min-width:768px){
    .inner-hero{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .inner-hero h1, figure.object-box a figcaption h3{
        font-size: 30px;
        line-height: 45px;
    }
    .inner-hero p{
        font-size: 25px;
        line-height: 35px;
    }
    .i-products{
        display: block;
        padding-top: 53px;
    }
    .object-grid{
        grid-template-columns: repeat(12, 1fr);
        margin-top: 120px;
    }
    .object-box{
        display: block;
        grid-column: span 4;
        margin-left: 0;
        margin-right: 0;
    }
    .object-box:nth-child(1) {
        grid-column: span 7;
        grid-row: span 1;
    }
    .object-box:nth-child(2) {
        grid-column: span 5;
    }
    .object-box:nth-child(3) {
        grid-column: span 4;
    }
    .object-box:nth-child(4) {
        grid-column: span 8;
    }
    figure.object-box a{
        height: 100%;
    }
    figure.object-box a figcaption{
        position: absolute;
        top: 16px;
        left: 16px;
        right: 16px;
        bottom: 16px;
        visibility: hidden;
        z-index: -1;
    }
    .single-product .i-products, .single-product_object .i-products{
        display: block;
    }
    .load-more-wrap{
        display: none;
    }
    figure.object-box a figcaption .btn{
        padding: 10px 35px;
    }
    .single-object .object-items{
        margin-top: 120px;
    }
    .our-team figure figcaption .name, .strategic-direction h3{
        font-size: 25px;
        line-height: 28px;
    }
}
.contact-form{
    background-color: #f4f0ec;
    padding-top: 50px;
    padding-bottom: 70px;
}
.contact-form .form-heading{
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 35px;
}
.contact-form h3.form-heading{
    margin-top: 35px;
}
.contact-form .form-box .form-control{
    display: block;
    width: 100%;
    font-size: 18px;
    background-color: transparent;
    color: #333333;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border: 0;
    border-bottom: 2px solid #D3816F;
    outline: none;
}
.contact-form .form-box textarea.form-control{
    height: 120px;
    resize: none;
}
.contact-form .form-box .form-checkbox .wpcf7-list-item{
    margin-left: 0;
}
.contact-form .form-box .form-checkbox .wpcf7-list-item label{
    display: flex;
    /* align-items: center; */
    column-gap: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}
.contact-form .form-box .form-checkbox .wpcf7-list-item input[type="checkbox"]{
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 33px;
    height: 33px;
    /* margin-top: 5px; */
    border: 2px solid #D3816F;
    cursor: pointer;
}
.contact-form .form-box .form-checkbox .wpcf7-list-item input[type="checkbox"]:checked {
  background-color: #D3816F;
}
.contact-form .form-box .form-checkbox .wpcf7-list-item input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 3px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.contact-form .form-box .form-checkbox .wpcf7-list-item label .wpcf7-list-item-label{
    width: calc(100% - 53px);
    font-size: 18px;
    line-height: 1.5em;
    color: #333333;
    font-weight: normal;
    cursor: pointer;
}
.quiz-heading{
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333333;
}
.quiz-box label{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 18px;
    color: #333333;
}
.quiz-box label .wpcf7-quiz{
    width: 171px;
    height: 52px;
    border: 2px solid #D3816F;
    outline: 0;
    background-color: transparent;
    color: #333333;
}
.send-button{
    font-size: 18px;
    background-color: #D3816F;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 7px 11px;
    border-radius: 30px;
    cursor: pointer;
}
.send-button-box p{
    text-align: right;
}
.send-button-box .wpcf7-spinner{
    display: none;
}
.address-box{
    background-color: #D3816F;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.address-box h2{
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 20px;
}
.address-box h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.address-box p{
    font-size: 18px;
    line-height: 1.55em;
}
.address-box .contact-info{
    margin-top: 30px;
}
.address-box .contact-info a{
    color: #fff;
    text-decoration: none;
}
.fsc-content{
    background-color: #98B170;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 70px;
}
.fsc-content h2, .fsc-other-content h2 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

.fsc-content p, .fsc-other-content p{
    font-size: 18px;
    line-height: 1.5em;
}
.fsc-content p:not(:last-child), .fsc-other-content p:not(:last-child){
    margin-bottom: 15px;
}
.fsc-content .fsc-image-block{
    position: relative;
}
.fsc-image-block img{
    vertical-align: middle;
}
.fsc-other-content{
    padding: 100px 0;
}
.fsc-other-content .row:not(:last-child){
    margin-bottom: 50px;
}
.fsc-other-content h2{
    color: #7E9558;
}
.fsc-other-content p{
    color: #333333;
}
.fsc-image-block{
    margin-top: 50px;
}
.full-width-image{
    margin-left: -20px;
    margin-right: -20px;
}
.common-page-section{
    padding: 100px 0;
}
@media (min-width:768px){
    .i-products figure figcaption > a{
        display: none;
    }
    .single-object .single-object-box{
        width: calc(64% - 15px);
    }
    .single-object .single-object-content-box{
        width: calc(36% - 15px);
    }
    .single-object-gallery{
        margin-top: 0px;
        margin-left: 0;
        margin-right: 0;
    }
    .fsc-content h2, .fsc-other-content h2{
        font-size: 25px;
        line-height: 35px;
    }
    .fsc-content{
        padding-bottom: 70px;
    }
    .fsc-image-block{
        margin-top: 0;
    }
    .full-width-image{
        margin-left: 0;
        margin-right: 0;
    }
    .fsc-content .fsc-image-block .fsc-image{
        position: absolute;
        margin-top: 85px;
    }
    .quiz-box label .wpcf7-quiz-label{
        display: inline-block;
        width: 57%;
    }
    .contact-form{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .contact-form .form-heading{
        font-size: 25px;
        line-height: 35px;
    }
    .contact-form .form-box .form-checkbox .wpcf7-list-item label{
        /* align-items: center; */
        column-gap: 30px;
    }
    .contact-form .form-box .form-checkbox .wpcf7-list-item input[type="checkbox"]{
        margin-top: 0;
    }
    .address-box h2{
        font-size: 30px;
        line-height: 45px;
    }
}

/* Theme Css */
address{
    font-style: normal;
}
.text-center{
    text-align: center;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.align-items-center{
    align-items: center;
}
.col-12{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.col-6{
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
}
.pt-3{
    padding-top: 15px;
}
.pt-4{
    padding-top: 20px;
}
.w-100{
    width: 100%;
}
.order-1{
    order: 1;
}
.order-2{
    order: 2;
}
.d-none{
    display: none;
}
@media (min-width: 768px){
    .ms-md-auto{
        margin-left: auto;
    }
    .col-md-1{
        width: 8.33333333%;
    }
    .col-md-2{
        width: 16.66666667%;
    }
    .col-md-3{
        width: 25%;
    }
    .col-md-4{
        width: 33.33%;
    }
    .col-md-5{
        width: 41.67%;
    }
    .col-md-6{
        width: 50%;
    }
    .col-md-7{
        width: 58.33%;
    }
    .col-md-8{
        width: 66.67%;
    }
    .col-md-9{
        width: 75%;
    }
    .col-md-10{
        width:83.333333%;;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-12{
        width: 100%;
    }
    .text-md-right{
        text-align: right;
    }
    .order-md-1{
        order: 1;
    }
    .order-md-2{
        order: 2;
    }
    .d-md-none{
        display: none;
    }
    .d-md-flex{
        display: flex;
    }
}
@media (min-width: 992px){
    .col-lg-2{
        width: 16.67%;
    }
    .col-lg-3{
        width: 25%;
    }
    .col-lg-4{
        width: 33.33%;
    }
    .col-lg-5{
        width: 41.67%;
    }
    .col-lg-6{
        width: 50%;
    }
    .col-lg-7{
        width: 58.33%;
    }
    .col-lg-8{
        width: 66.67%;
    }
    .col-lg-9{
        width: 75%;
    }
    .px-lg-100{
        padding-left: 100px;
        padding-right: 100px;
    }
    .pl-lg-100{
        padding-left: 100px;
    }
    .pr-lg-100{
        padding-right: 100px;
    }
    .px-lg-190{
        padding-left: 190px;
        padding-right: 190px;
    }
    .px-lg-200{
        padding-left: 200px;
        padding-right: 200px;
    }
}

@media (max-width: 575px){
	.address-box .contact-info span{
		font-size: 0;
		line-height: 0;
		display: block;
	}
}