@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&amp;display=swap');

img {
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

a:Hover {
    text-decoration: none;
}

* {
    outline: 0px !important;
}

.mobileMenu {
    display: none;
}

.main-header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0px;
    width: 100%;
    transition: 300ms;
}

.main-header .header-container {
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50px;
    margin-top: 40px;
    transition: 300ms;
}

.main-header .header-container .socials,
.main-header .header-container .languages {
    background: #d8a854;
    display: flex;
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 500ms;
}

.main-header .header-container .socials .list,
.main-header .header-container .languages .list {
    position: absolute;
    left: 0px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: 300ms;
}

.main-header .header-container .socials .list ul,
.main-header .header-container .languages .list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    width: 50px;
    background: #d8a854;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
    padding: 0px 0px;
}

.main-header .header-container .socials .list ul li a,
.main-header .header-container .languages .list ul li a {
    display: block;
    color: #000;
    transition: 300ms;
    padding: 10px 0px;
}

.main-header .header-container .socials .list ul li a:Hover,
.main-header .header-container .languages .list ul li a:Hover {
    background: #2bb673;
    color: #fff;
}

.main-header .header-container .socials:Hover .list,
.main-header .header-container .languages:Hover .list {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}

.main-header .header-container .languages .active {
    color: #fff;
    text-transform: uppercase;
}

.main-header .header-container .languages .list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 50px;
    height: 50px;
    text-transform: uppercase;
}

.main-header .header-container .languages .list {
    width: 50px;
    right: 0px !important;
    left: unset;
}

.main-header .header-container .languages .list ul {
    width: 100%;
}

.main-header .header-container .languages .list img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.main-header .header-container .menu {
    width: calc(100% - 100px);
    position: relative;
    height: 50px;
    padding: 0px 30px;
}

.main-header .header-container .menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    height: 100%;
}

.main-header .header-container .menu ul li:nth-child(1),
.main-header .header-container .menu ul li:nth-child(2),
.main-header .header-container .menu ul li:nth-child(3) {
    float: left;
}

.main-header .header-container .menu ul li:nth-child(4),
.main-header .header-container .menu ul li:nth-child(5),
.main-header .header-container .menu ul li:nth-child(6),
.main-header .header-container .menu ul li:nth-child(7) {
    float: right;
}

.main-header .header-container .menu ul li a {
    color: #000;
    font-weight: 500;
    transition: 300ms;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    font-size: 14px;
    z-index: 99;
}

.main-header .header-container .menu ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 0px;
    background: #d8a854;
    z-index: -1;
    transition: 300ms;
}

.main-header .header-container .menu ul li a:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0px;
    height: 0px;
    background: #d8a854;
    z-index: -1;
    transition: 300ms;
}

.main-header .header-container .menu ul li a:Hover:after,
.main-header .header-container .menu ul li a:Hover:before {
    height: 50%;
}

.main-header .logo-container {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.main-header .logo-container img {
    position: relative;
    margin-bottom: -200px;
    z-index: 99;
    transition: 300ms;
}

.main-slider .slider-item {
    height: 768px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider .slider-item .title {
    transition: 300ms;
    width: 40%;
    font-size: 46px;
    text-align: center;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.main-slider .slider-item .title > span {
    display: block;
    height: 0px;
}

.main-slider .slider-item .title:Before {
    content: '';
    position: absolute;
    width: 100px;
    left: calc(50% - 50px);
    top: -100px;
    height: 90px;
    border: 1px solid #d8a854;
    border-bottom: 0px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.main-slider .slider-item .title:After {
    content: '';
    position: absolute;
    width: 100px;
    left: calc(50% - 50px);
    top: calc(100% + 15px);
    height: 150px;
    border: 1px solid #d8a854;
    border-top: 0px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.main-slider .owl-dots {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.main-slider .owl-dots .owl-dot {
    display: block;
    background: #fff;
    width: 2px;
    height: 20px;
    margin: 0px 5px;
    transition: 300ms;
    border-radius: 10px;
}

.main-slider .owl-dots .owl-dot.active {
    background: #d8a854;
    height: 35px;
}

.categories-section {
    position: relative;
    z-index: 99;
    margin-top: -50px;
}

.categories-section .categories-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.categories-section .categories-container .category {
    width: calc(50% - 15px);
    position: relative;
}

.categories-section .categories-container .category .content {
    position: absolute;
    left: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 30px;
}

.categories-section .categories-container .category .image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.categories-section .categories-container .category .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    filter: brightness(80%);
}

.categories-section .categories-container .category .content button {
    border: 0px;
    background: #fff;
    border-radius: 20px;
    padding: 5px 0px;
    display: flex;
    width: 150px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: 300ms;
    position: relative;
    overflow: hidden;
    font-weight: bolder;
    color: #2bb673;
}

.categories-section .categories-container .category .content button:after {
    content: attr(data-text);
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    top: 0px;
    transition: 300ms;
    opacity: 0;
    padding-right: 30px;
}

.categories-section .categories-container .category .content:Hover button:After {
    opacity: 1;
    left: 0px;
    color: #2bb673;
}

.categories-section .categories-container .category .content:Hover button {
    color: #fff !important;
}

.categories-section .categories-container .category .content button:before {
    content: '\f061';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    position: absolute;
    right: -100%;
    z-index: 999;
    color: #2bb673;
    transition: 300ms;
}

.categories-section .categories-container .category .content:Hover button:before {
    right: 20px;
}

.categories-section .categories-container .category:Hover .image img {
    filter: brightness(100%);
}

.product-figure {
    text-align: center;
    position: relative;
    margin: 60px 0px 120px 0px;
}

.product-figure .section-title {
    padding: 90px 0px 30px 0px;
}

.product-figure .section-title strong {
    display: block;
    font-size: 52px;
    text-transform: uppercase;
    color: #2bb673;
    letter-spacing: .2px;
    background: #fff;
}

.product-figure .section-title:After {
    content: '';
    position: absolute;
    left: calc(50% - 50px);
    top: 0px;
    border: 1px solid #2bb673;
    width: 100px;
    height: calc(100% + 90px);
    z-index: -1;
    border-radius: 50px;
}

.main-header.fixed-bar .logo-container img {
    -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.38));
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.38));
}

.main-header.fixed-bar .header-container {
    margin-top: 15px;
}

.main-header.fixed-bar .logo-container img {
    margin-bottom: -150px;
}

.parallax-about {
    background-image: url(../images/about-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px 70px 0px;
}

.parallax-about .about-container {
    text-align: center;
}

.parallax-about .about-container .title {
    color: #ffc557;
    display: block;
    margin: 50px 0px 30px 0px;
    font-size: 25px;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 10px;
    display: inline-block;
    padding: 0px 20px;
}

.parallax-about .about-container .title:After,
.parallax-about .about-container .title:Before {
    content: '';
    background: #ffc557;
    position: absolute;
    top: calc(50% - .5px);
    width: 100px;
    height: 1px;
}

.parallax-about .about-container .title:Before {
    left: -100px;
}

.parallax-about .about-container .title:After {
    right: -100px;
}

.parallax-about .about-container .content p {
    color: #fff;
    font-size: 14px;
}

.main-header.fixed-bar .header-container {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}

.home-articles {
    
    padding: 0px 0px 20px 0px;
}

.home-articles .section-title {
    margin: 70px 0px 140px 0px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.home-articles .section-title:before {
    content: '';
    position: absolute;
    left: calc(50% - 50px);
    top: -70px;
    width: 100px;
    height: 100px;
    border: 1px solid #2bb673;
    border-bottom: 0px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.home-articles .section-title:after {
    content: '';
    position: absolute;
    left: calc(50% - 50px);
    top: 100%;
    width: 100px;
    height: 100px;
    border: 1px solid #2bb673;
    border-top: 0px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.home-articles .section-title strong {
    display: block;
    font-size: 52px;
    text-transform: uppercase;
}

.home-articles .section-title span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #2bb673;
}

.home-articles .section-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.home-articles .section-content article {
    width: calc(25% - 30px);
}

.home-articles .section-content article .image {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 30px;
}

.home-articles .section-content article .image img {
    transition: 300ms;
    width: 100%;
    height: 200px;
    border-radius: 30px;
    object-fit: cover;
}

.home-articles .section-content article .content {
    text-align: center;
}

.home-articles .section-content article .content .date {
    display: block;
    font-size: 14px;
    color: #989898;
}

.home-articles .section-content article .content .title {
    margin: 20px 0px;
    display: block;
    color: #000;
    transition: 300ms;
}

.home-articles .section-content article .content p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.home-articles .section-content article .button {
    text-align: center;
}

.home-articles .section-content article .button a {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #2bb673;
    color: #2bb673;
    transition: 300ms;
}

.home-articles .section-content article .button a:Hover {
    background: #2bb673;
    color: #fff;
}

.home-articles .section-content article .button a:after {
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    font-weighT: lighter;
    margin-left: 5px;
}

.home-articles .section-content article:Hover .image img {
    filter: brightness(50%);
    transform: scale(1.1);
}

.home-articles .section-content article:Hover .title {
    color: #d8a854;
}

.main-footer {
    position: relative;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: bottom center;
}

.main-footer .footer-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 30px 0px;
    color: #fff;
}

.main-footer .footer-container .menu {
    width: calc(25% - 20px);
}

.main-footer .footer-container .title {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}

.main-footer .footer-container .menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.main-footer .footer-container .menu ul li {
    margin-bottom: 10px;
}

.main-footer .footer-container .menu ul li a {
    color: #fff;
    display: inline-block;
    transition: 300ms;
    position: relative;
    padding-right: 5px;
}

.main-footer .footer-container .menu ul li a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 0px;
    background: #fff;
    transition: 300ms;
    opacity: 0;
}

.main-footer .footer-container .menu ul li a:Hover:after {
    width: 100%;
    opacity: 1;
}

.main-footer .footer-container .menu ul li i {
    font-weight: lighter;
    margin-right: 10px;
}

.main-footer .footer-container .menu:last-child li {
    text-transform: capitalize;
}

.main-footer .footer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0px;
}

.main-footer .footer-header > div {
    width: 33%;
}

.main-footer .footer-header > div:nth-child(2) {
    text-align: center;
}

.main-footer .footer-header > div:last-child {
    text-align: right;
}

.main-footer .footer-header .mail-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #2bb673;
    width: 200px;
    height: 60px;
    border-radius: 60px;
    transition: 300ms;
}

.main-footer .footer-header .mail-button .icon {
    width: 60px;
    background: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 300ms;
    border-radius: 100%;
    color: #d8a854;
    margin-left: -1px;
}

.main-footer .footer-header .mail-button .title {
    margin-left: 10px;
    color: #fff;
    width: calc(100% - 70px);
    transition: 300ms;
}

.main-footer .footer-header .mail-button:Hover {
    background: #d8a854;
}

.main-footer .footer-header .mail-button:Hover .icon {
    transform: scale(1.1);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

.main-footer .footer-header .mail-button:Hover .title {
    padding-left: 10px;
}

.main-footer .footer-header .return-top {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    border: 0px;
    border-radius: 100%;
    font-size: 20px;
    color: #d8a854;
    transition: 300ms;
}

.main-footer .footer-header .return-top:Hover {
    background: #d8a854;
    color: #fff;
    box-shadow: 0px 0px 12px #d8a854;
}

.main-footer .footer-bar {
    display: flex;
    align-items: center;
    background: #d8a854;
    width: 80%;
    position: relative;
    justify-content: space-between;
    margin: auto;
    border: 10px solid #fff;
    border-radius: 120px;
    top: -80px;
}

.main-footer .footer-bar .widget {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 40px 0px;
}

.main-footer .footer-bar .widget .icon {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-footer .footer-bar .widget .title {
    color: #644715;
    font-weight: bolder;
    margin-left: 15px;
    width: calc(100% - 100px);
    padding: 0px 20px;
}

.breadcrumb {
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 380px;
    padding-bottom: 40px;
    flex-direction: column;
}

.breadcrumb ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb ul li a {
    display: block;
    color: #fff;
    transition: 300ms;
    font-weight: 500;
}

.breadcrumb ul li a:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    display: inline-block;
    margin: 0px 10px;
    color: #fff;
}

.breadcrumb ul li > strong,
.breadcrumb ul li a:Hover {
    color: #d8a854;
}

.breadcrumb .title h1 {
    color: #d8a854;
    text-transform: uppercase;
    max-width: 530px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 120px;
}

.page-container .app-sidebar {
    width: 300px;
}

.page-container .app-content {
    width: calc(100% - 300px);
    padding-left: 30px;
    padding-top: 20px;
}

.page-container2 .app-content2 {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
}

.page-container .app-sidebar .menu {
    position: relative;
    top: -50px;
}

.page-container .app-sidebar .menu .header {
    background-color: #2bb673;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 56px;
    padding: 0px 30px;
    border-radius: 30px;
    border: 5px solid #ffff;
}

.page-container .app-sidebar .menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.page-container .app-sidebar .menu ul li a {
    display: block;
    color: #000;
    padding: 5px 20px;
    margin: 10px 0px;
    border-radius: 30px;
    transition: 300ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-container .app-sidebar .menu ul li.active a {
    background-color: #e9e9e9;
}

.page-container .app-sidebar .menu ul li.active a:after {
    content: '\f105';
    font-weight: lighter;
    font-family: 'Font Awesome 5 Pro';
    float: right;
}

.page-container .app-sidebar .menu ul li a:Hover {
    background-color: #e9e9e9;
}

.page-container .app-content .page-entry > h1 {
    border-bottom: 1px solid #d8a854;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.page-container2 .app-content2 .page-entry > h1 {
    border-bottom: 1px solid #d8a854;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.page-container .app-content .page-images {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
}

.page-container2 .app-content2 .page-images2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap;
	min-height:80px;
}

.page-container .app-content .page-images .image {
    width: calc(25% - 20px);
    margin: 10px;
    overflow: hidden;
}

.page-container .page-container2 .app-content .app-content2 .page-images .image img {
    transition: 300ms;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.page-container .app-content .page-images .image:Hover img {
    filter: brightness(50%);
    transform: scale(1.1);
}

.page-container .page-cover {
    margin-bottom: 30px;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.gallery-container .video {
    width: calc(50% - 10px);
    margin: 5px;
}

.gallery-container .image {
    width: calc(33% - 10px);
    margin: 5px;
}

.gallery-container .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 300ms;
    border-radius: 20px;
}

.gallery-container .image:Hover img {
    filter: brightness(50%);
}

.videos-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.videos-container .video {
    width: calc(50% - 40px);
    margin: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.videos-container .video .title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 212, 255, 0) 100%);
    color: #fff;
    transition: 300ms;
    z-index: 11;
}

.videos-container .video:After {
    content: '\f04b';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    left: 0px;
    top: 20px;
    display: flex;
    width: 50px;
    height: 50px;
    align-items: flex-start;
    justify-content: flex-end;
    font-size: 35px;
    font-weight: bolder;
    color: #ec0000;
    text-shadow: 0px 0px 12px #ec0000;
}

.videos-container .video img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 300ms;
}

.videos-container .video:Hover .title {
    padding-top: 50px;
}

.videos-container .video:Hover img {
    transform: scale(1.1);
}

.files-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.files-container .file {
    width: calc(33% - 20px);
    margin: 10px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
    transition: 300ms;
}

.files-container .file .image {
    margin: 0px 30px;
}

.files-container .file .image img {
    width: 100%;
    height: 200px;
    display: block;
    margin: 20px 0px;
    object-fit: contain;
}

.files-container .file .content {
    margin-bottom: 20px;
}

.files-container .file .content span {
    display: block;
    margin-bottom: 10px;
}

.files-container .file .content a {
    display: inline-block;
    color: #2bb673;
    font-weight: 500;
    border-radius: 20px;
    border: 1px solid #2bb673;
    font-size: 14px;
    padding: 5px 20px;
    transition: 300ms;
}

.files-container .file .content a:After {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 5px;
}

.files-container .file .content a:Hover {
    background: #2bb673;
    color: #fff;
}

.files-container .file:Hover {
    border-color: #2bb673;
}

.articles-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.articles-container article {
    width: calc(33% - 30px);
    margin-bottom: 30px;
}

.articles-container article .image {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 30px;
}

.articles-container article .image img {
    transition: 300ms;
    width: 100%;
    height: 200px;
    border-radius: 30px;
    object-fit: cover;
}

.articles-container article .content {
    text-align: center;
}

.articles-container article .content .date {
    display: block;
    font-size: 14px;
    color: #989898;
}

.articles-container article .content .title {
    margin: 20px 0px;
    display: block;
    color: #000;
    transition: 300ms;
}

.articles-container article .content p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.articles-container article .button {
    text-align: center;
}

.articles-container article .button a {
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #2bb673;
    color: #2bb673;
    transition: 300ms;
}

.articles-container article .button a:Hover {
    background: #2bb673;
    color: #fff;
}

.articles-container article .button a:after {
    content: '\f101';
    font-family: 'Font Awesome 5 Pro';
    font-weighT: lighter;
    margin-left: 5px;
}

.articles-container article:Hover .image img {
    filter: brightness(50%);
    transform: scale(1.1);
}

.articles-container article:Hover .title {
    color: #d8a854;
}

.products-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.products-container .product {
    width: calc(33% - 30px);
    margin: 15px;
    text-align: center;
}

.products-container .product .image {
    padding: 20px;
    background: #f5f5f5;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: 999;
    overflow: hidden;
    transition: 300ms;
}

.products-container .product .image img {
    transition: 300ms;
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.products-container .product .content .title {
    display: block;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    color: #2bb673;
    transition: 300ms;
    letter-spacing: 0.3px;
    padding-bottom: 10px;
    z-index: 1;
}

.products-container .product .content .title:After {
    content: '';
    position: absolute;
    bottom: 0px;
    left: calc(50% - 50px);
    width: 100px;
    background: #d8a854;
    height: 2px;
    transition: 300ms;
    z-index: -1;
}

.products-container .product:Hover .content .title:After {
    background: #2bb673;
    width: 100%;
    left: 0px;
    height: calc(100% + 40px);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    bottom: -10px;
}

.products-container .product:Hover .content .title {
    color: #d8a854;
}

.products-container .product:Hover .image {
    transform: scale(1.1);
    box-shadow: 0px 10px 20px rgba(216, 168, 84, 0.4);
}

.pagination {
    border-radius: 0px;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}

.pagination li a {
    display: flex;
    width: 40px;
    height: 40px;
    background: #d8a854;
    color: #2bb673;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    border-radius: 8px;
    transition: 300ms;
}

.pagination li.active a,
.pagination li a:Hover {
    background: #2bb673;
    color: #fff;
}

.product-detail {
    position: relative;
}

.product-detail .images .cover {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 30px;
    transition: 300ms;
    margin-bottom: 30px;
}

.product-detail .images .cover img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.product-detail .images .cover:Hover {
    border-color: #d8a854;
}

.product-detail .slider img {
    transition: 300ms;
    width: 100%;
    height: 200px;
    object-fit: contain;
    transition: 300ms;
}

.product-detail .slider img:Hover {
    filter: brightness(50%);
}

.product-detail .slider {
    margin-bottom: 30px;
}

.product-detail .product-entry h1,
.product-detail .product-entry h2,
.product-detail .product-entry h3,
.product-detail .product-entry h4,
.product-detail .product-entry h5,
.product-detail .product-entry h6 {
    margin-bottom: 30px;
    border-bottom: 1px solid #d8a854;
    padding-bottom: 20px;
}

.product-detail .product-entry table {
    width: 100% !important;
}

.product-detail .product-entry table p {
    margin: 0px;
}

.product-detail .product-entry table td {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
}

.section-41 h3 {
    color: #d8a854;
    margin-bottom: 20px;
}

.contact-form form {
    width: 100%;
}

.contact-form form input,
.contact-form form textarea {
    width: 100%;
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: 300ms;
}

.contact-form form button {
    background: #2bb673;
    border: 0px;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
}

.contact-form .map {
    margin-top: 30px;
}

.contact-form .map iframe {
    width: 100%;
    height: 500px;
}

.alert-box {
    padding: 10px;
}

.alert-box.success {
    background: #6ac300;
}

.alert-box.error {
    background: #f11d00;
    color: #fff;
}

.home-articles .section-content > .blog {
    width: 300px;
}

.home-articles .section-content > .videos {
    width: calc(100% - 300px);
    padding-left: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-articles .section-content > .videos a {
    width: calc(50% - 30px);
    position: relative;
    display: block;
}

.home-articles .section-content > .videos a .video {
    height: 300px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border-radius: 30px;
    overflow: hidden;
}

.home-articles .section-content > .videos a .video .content {
    display: block;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    padding: 20px;
    width: 100%;
    transition: 300ms;
}

.home-articles .section-content > .videos a .video .content .title:Before {
    font-family: 'Font Awesome 5 Pro';
    content: '\f04b';
    margin-right: 10px;
    font-weight: bolder;
}

.home-articles .section-content > .videos a .video:Hover .content {
    padding-top: 100px;
}

.home-articles .blog p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-articles .blog a {
    display: inline-block;
    background: #2bb673;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 30px;
    transition: 300ms;
}

.home-articles .blog a:After {
    font-family: 'Font Awesome 5 Pro';
    content: '\f105';
    margin-left: 10px;
}

.home-articles .blog a:Hover {
    background: #051a53;
}