/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca&family=Oswald:wght@700&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	font-family: Tahoma, 'sans-serif';
	font-size: 14px;
}
.nav-size-medium>li>a {
	font-size: 16px;
	font-weight: normal;
}
.nav-size-medium>li.active>a {
	font-weight: bold;
}

.block_home_1 .icon-box .icon-box-text h3 {
	font-family: 'Lexend Deca', sans-serif;
	font-size: 24px;
	font-weight: normal;
}
.block_home_1 h5 {
	background: linear-gradient(to top, #f4e490 0%, #d8bb67 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
}
.block_home_1 .col-right h3 {
	font-size: 30px;
	text-transform: uppercase;
}
.block_home_1 .col-right p {
	text-align: justify;
}
.button {
	background-image: linear-gradient(#f3e38f, #bd933e);
	border-radius: 4px;
	font-size: 14px;
	border: none;
	font-weight: normal;
}
.block_home_1 .button {
	background-image: linear-gradient(#f3e38f, #bd933e);
	border-radius: 4px;
	font-size: 16px;
	border: none;
}
h2.section-title-center {
	font-size: 35px;
}
.section-title-center {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 15px;
}
.section-title-center b {
	height: 0;
}
.block_home_2 .icon-box .icon-box-text h3 {
	text-transform: uppercase;
	background: linear-gradient(to top, #f4e490 0%, #d8bb67 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
}
.block_home_2 .icon-box .icon-box-text p {
	text-align: justify;
}
.block_home_3 .box-count h2 {
	font-size: 70px;
	font-family: 'Oswald', sans-serif;
	display: table-caption;
	border-bottom: 1px solid;
	line-height: 85px;
	margin-bottom: 15px;
}
.count-text h2 span:after {
	content: "+";
}
.block_home_3 .box-count p {
	font-size: 16px;
	text-transform: uppercase;
}
.flickity-slider .col {
	padding-bottom: 0;
}
.block-form {
	background-color: rgb(255 255 255 / 50%);
	padding: 10px;
	border-radius: 10px;
}
.block-form .block-form-box {
	background-color: #fff;
	padding: 25px;
	border-radius: 10px;
}
.block-form .block-form-box h3 {
	text-align: cente;
	font-size: 30px;
	color: #be943f;
	text-align: center;
}
.block-form .block-form-box input.wpcf7-form-control {
	border: none;
	border-bottom: 2px solid #f1e08c;
	box-shadow: none;
	height: 45px;
}
.block-form .block-form-box textarea.wpcf7-form-control {
	border: none;
	border-bottom: 2px solid #f1e08c;
	box-shadow: none;
	min-height: 96px;
    margin-bottom: 30px;
}
.block-form .block-form-box input.wpcf7-submit {
	background-image: linear-gradient(#f3e38f, #bd933e);
	font-size: 19px;
	text-transform: uppercase;
	border-radius: 10px;
	display: block;
	width: 100%;
	border-bottom: none;
	margin-bottom: 0;
}
.wpcf7-spinner {
	position: absolute;
}

.col.post-item .post-title {
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    color: #3b3b3b;
    height: 40px;
    line-height: 20px;
    font-weight: normal;
}
.col.post-item .from_the_blog_excerpt {
	font-size: 14px;
	color: #717070;
}
.col.post-item .button {
	background: #e7e7e7;
	color: #be943f;
	font-size: 14px;
	text-transform: none;
	border: none;
	font-weight: normal;
}

.section-title-normal {
	border-bottom: none;
}
.section-title-normal span {
	border-bottom: none;
	padding-bottom: 0;
}
.absolute-footer {
	padding: 10px 0;
}
.absolute-footer .footer-primary {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.absolute-footer .footer-nav {
	text-transform: none;
	border: none;
	padding: 0;
	opacity: 1;
}
.absolute-footer.dark .footer-nav li {
	border-right: 1px solid #fff;
    padding: 0 20px;
    margin: 0;
}
.absolute-footer.dark .footer-nav li:first-child {
	padding-left: 0;
}
.absolute-footer.dark .footer-nav li:last-child {
	border-right: none;
}
.absolute-footer.dark .footer-nav li a, .copyright-footer {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.page-title-bar {
	background-image: url(images/bread.jpg);
	background-size: cover;
	text-align: center;
	color: #fff;
	padding: 94px 0;
}
.page-title-bar h1 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	margin-bottom: 0;
}
.box-about p {
	font-size: 14px;
	text-align: justify;
}

.description-archive {
	margin-bottom: 30px;
}
.box-post {
	position: relative;
}
.box-post .content {
    position: absolute;
    top: 15%;
    right: 0;
    background: #fff;
    max-width: 70%;
    padding: 40px;
}
.box-post .post-thumbnail {
	margin-bottom: 15px;
	overflow: hidden;
}
.box-post .post-thumbnail img {
	height: 500px;
	object-fit: cover;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.box-post:hover .post-thumbnail img {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}
.box-post .content .news-title {
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 18px;
    color: #3b3b3b;
    height: 75px;
    line-height: 25px;
    font-weight: normal;
}
.box-post:hover .content .news-title {
	color: var(--primary-color);
}
.box-post .content p {
	font-size: 14px;
	color: #717070;
}
.box-post .content .time {
	font-size: 12px;
	color: #a3a3a3;
	margin: 10px 0;
}
.box-post .content .more-link {
	background-color: #e7e7e7;
	color: #be943f;
	font-size: 14px;
	text-transform: none;
	border: none;
	font-weight: normal;
	height: 31px;
	line-height: 31px;
	width: 87px;
	display: inline-block;
	text-align: center;
    transition: all .25s ease-in-out;
}
.box-post:hover .content .more-link {
	color: #fff;
	background-color: #be943f;
}
/* */
.copyright-footer {
	order: 1;
}
.footer-primary > .menu-main-menu-container {
	order: 2;
}
.absolute-footer.dark {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
}
.absolute-footer.dark .container {
	border-top: 1px solid #666666;
    padding-top: 15px;
    box-shadow: 0 -1px 0 #222222;
}
.cus-blog .is-divider{
	position: absolute;
    bottom: 60px;
    left: 0;
}
.cus-blog .from_the_blog_excerpt {
	margin-bottom: 15px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
	.block_home_2 .icon-box .icon-box-img {
		width: 100px !important;
	}
	h2.section-title-center {
		font-size: 28px;
	}
	.block_home_3 .box-count h2 {
		font-size: 50px;
	}
	.absolute-footer.dark {
		display: none;
	}
	.box-post .content {
		max-width: 100%;
	}
}