@charset "utf-8";
/* CSS Document */

/*===========body==========*/
body {
	width:100%;
	height:auto;
	background:url(../images/body-bg.png) repeat;
	color: #7f7f7f;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	outline:none;
	cursor:pointer;
	color: #7f7f7f;
	text-decoration:none;
}
a:hover {
	outline:none;
	cursor:pointer;
}
p {
	line-height:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*============ft============*/
.ft-fff {
	color:#fff;
}
.ft-000 {
	color:#000;
}
.ft-7f7 {
	color:#7f7f7f;
}
.ft-8e6 {
	color:#8e6705;
}
/*===========f-col===========*/
.f-col-fff {
	color:#fff;
}
.f-col-fff-act {
	color:#8e6705;
}
.f-col-7f7 {
	color:#7f7f7f;
}
.f-col-7f7-act {
	color:#8e6705;
}
/*=======f-dec-shadow========*/
.fs-14 {
	font-size:14px;
}
.fs-16 {
	font-size:16px;
}
.ft-upper {
	text-transform:uppercase;
}
.ft-ita {
	font-style:italic;
}
.f-dec1-nom {
	text-decoration:none;
}
.f-dec1-act {
	text-decoration:underline;
}
.f-dec2-nom {
	text-decoration:underline;
}
.f-dec2-act {
	text-decoration:none;
}
.ft-shadow-fff {
	text-shadow: 1px 1px 1px #FFFFFF;
}
.ft-shadow-000 {
	text-shadow: 1px 1px 1px #000000;
}
/*=======h1 h2 h3 h4=========*/
h1, h2, h3, h4, h5, h6 {
	cursor:default;
	color:#131516;
	font-weight:normal;
	font-family: 'Cabin', sans-serif;
}
h1 {
	font-size:30px;
	line-height:30px;
}
h2 {
	font-size:27px;
	line-height:30px;
}
h3 {
	font-size:24px;
	font-weight:bold;
	line-height:30px;
}
h4 {
	font-size:21px;
	font-weight:bold;
	line-height:25px;
}
h5 {
	font-size:18px;
	line-height:20px;
}
h6 {
	font-size:16px;
	line-height:20px;
}
/*========margin-top==========*/
.mtp5 {
	margin-top:5px;
}
.mtp10 {
	margin-top:10px;
}
.mtp15 {
	margin-top:15px;
}
.mtp20 {
	margin-top:20px;
}
.mtp25 {
	margin-top:25px;
}
.mtp30 {
	margin-top:30px;
}
/*========padding-top======*/
.pdt5 {
	padding-top:5px;
}
.pdt10 {
	padding-top:10px;
}
.pdt15 {
	padding-top:15px;
}
.pdt20 {
	padding-top:20px;
}
.pdt25 {
	padding-top:25px;
}
.pdt30 {
	padding-top:30px;
}
/*==========pad-l-r==========*/
.pdl-10 {
	padding-left:20px;
}
.pdr-10 {
	padding-right:20px;
}
.pdl-20 {
	padding-left:20px;
}
.pdr-20 {
	padding-right:20px;
}
/*==========link-btn-img=========*/
.btn1-nom {
	color:#393939;
	font-size:14px;
	font-family: 'Cabin', sans-serif;
}
.btn1-act {
	color:#8e6705;
}
.btn2-nom {
	display:inline-block;
	padding:0px 25px;
	height:39px;
	line-height:39px;
	border-radius: 20px;
	background:#ebebeb;
	color:#494949;
	font-size: 12px;
	font-family: 'Cabin', sans-serif;
}
.btn2-act {
	background:#494949;
	color:#fff;
}
.img-filter {
	-moz-opacity:0.5; /*FF*/
	opacity: 0.5; /* Firefox,Safari(WebKit),Opera)*/
	filter: "alpha(opacity=50)"; /* IE 8 */
	filter: alpha(opacity=50);  /* IE 4-7 */
	zoom: 1;
}
.link-tst {
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.link-mark1-nom {
	background:#ebebeb;
	color:#494949;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Cabin', sans-serif;
}
.link-mark1-act {
	background:#4e4e4e;
	color:#fff;
}
.line-lh {
	border-left: 1px solid #eeeeee;
}
.line-rh {
	border-right: 1px solid #eeeeee;
}
/*==========float===========*/
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
/*=========toTop=========*/
#totop {
	position:fixed;
	z-index:999;
	bottom:30px;
	right:60px;
	display:none;
	width:50px;
	height:50px;
	overflow:hidden;
}
*html #totop {
	position:absolute;
	cursor:pointer;
	right:60px;
	display:none;
 top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px");
}
#totop a {
	display:block;
	width:50px;
	height:50px;
	background: url(../images/up-top-nom.png) no-repeat center;
	_background: url(../images/up-top-ie6-nom.png) no-repeat center;
}
#totop a.cur {
	background: url(../images/up-top-act.png) no-repeat center;
	_background: url(../images/up-top-ie6-act.png) no-repeat center;
}
/*=========framebody=========*/
#body-waper {
	margin: 0px auto;
	width:100%;
	height:auto;
	overflow:hidden;
}
#frametop-waper, #framehead-waper {
	margin: 0px auto;
	width:100%;
	height:auto;
}
#framebody-waper, #frametail-waper {
	margin: 0px auto;
	width:100%;
	height:auto;
}
#framehead, #framebody, #frametail {
	margin: 0px auto;
	width:940px;
	height:auto;
	padding:0px 50px;
}
/*-----frametop----*/
#frametop-waper {
	height:auto;
	background:#000;
}
#frametop {
	margin: 0px auto;
	width:940px;
	height:auto;
}
.top-language {
	height:30px;
	padding-right:24px;
	line-height:30px;
	text-align:right;
}
.top-language a {
	display:inline-block;
	padding-left:57px;
}
/*-----framehead----*/
#framehead-waper {
	height:auto;
	background:url(../images/head-waper-bg.png) repeat-x top;
}
/*framehead-dl*/
.framehead-dl {
	width:940px;
	overflow:visible;
}
.framehead-dl dd {
	display:inline-block;
	float:left;
}
.framehead-dd1 {
	width:400px;
	height:100px;
	padding:10px 0px;
	overflow:hidden;
}
.framehead-dd2 {
	width:540px;
}
/*-----framebody----*/
#framebody {
	height:auto;
	background:#fff;
	overflow:hidden;
}
/*-----frametail----*/
#frametail-waper {
	height:auto;
	overflow:hidden;
}
#frametail {
	height:auto;
	padding-bottom:30px;
	background:#fff;
	overflow:hidden;
}
/*tail-list1*/
.tail-list1 {
	height:155px;
	padding-top:30px;
	overflow:hidden;
}
/*tail-copyright*/
.tail-copyright {
	height:20px;
	padding:20px 0px 5px 0px;
	font-size:12px;
	line-height:20px;
	text-align:center;
}
.tail-copyright a {
	display:inline-block;
	height:20px;
	line-height:20px;
	padding:0px 10px 0px 11px;
	background:url(../images/tail-line.png) no-repeat left center;
}

/* Enhanced styles for stats section - synchronized with website design */
.stats-container {
    display: flex;
    flex-wrap: nowrap; /* Prevent wrapping to keep all 3 on one line */
    justify-content: space-between;
    gap: 20px; /* Reduced gap to fit better on one line */
    padding: 40px 20px; /* Reduced horizontal padding */
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    text-align: center;
    margin: 30px auto;
    max-width: 940px;
    border: 2px solid #e0e0e0;
    position: relative;
    overflow: hidden;
}

.stats-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8e6705 0%, #b8860b 50%, #8e6705 100%);
}

.stat-item-home {
    flex: 1;
    min-width: 0; /* Allow items to shrink below their content size */
    padding: 30px 15px; /* Reduced padding to fit better */
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.stat-item-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8e6705, #b8860b);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.stat-item-home:hover::before {
    transform: scaleX(1);
}

.stat-item-home:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-color: #8e6705;
}

.stat-number-home {
    font-family: 'Cabin', sans-serif;
    font-size: 4.5em; /* Slightly smaller to fit better on one line */
    font-weight: 800;
    background: linear-gradient(135deg, #8e6705 0%, #b8860b 50%, #8e6705 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    text-shadow: none;
    letter-spacing: -2px;
    line-height: 1;
    position: relative;
}

.stat-number-home::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #8e6705, #b8860b);
    border-radius: 2px;
}

.stat-description-home {
    font-family: 'Cabin', sans-serif;
    font-size: 1em; /* Slightly smaller for better fit */
    font-weight: 600;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 1px; /* Reduced letter spacing */
    line-height: 1.2;
    margin-top: 15px;
}

/* About Us page specific styling for vertical layout */
.sub1-llist1 .stats-container {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Reduced gap for more compact layout */
    padding: 20px 20px; /* Reduced padding for smaller vertical size */
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px; /* Slightly smaller border radius */
    box-shadow: 0 6px 20px rgba(0,0,0,0.1); /* Reduced shadow */
    text-align: center;
    border: 2px solid #e0e0e0;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.sub1-llist1 .stats-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #8e6705 0%, #b8860b 50%, #8e6705 100%);
}

.sub1-llist1 .stat-item-home {
    flex: none;
    min-width: auto;
    padding: 15px 15px; /* Reduced padding for more compact size */
    background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 10px; /* Smaller border radius */
    box-shadow: 0 4px 15px rgba(0,0,0,0.08); /* Reduced shadow */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #e9ecef;
    position: relative;
    overflow: hidden;
}

.sub1-llist1 .stat-item-home::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #8e6705, #b8860b);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.sub1-llist1 .stat-item-home:hover::before {
    transform: scaleX(1);
}

.sub1-llist1 .stat-item-home:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    border-color: #8e6705;
}

.sub1-llist1 .stat-number-home {
    font-family: 'Cabin', sans-serif;
    font-size: 3em; /* Reduced font size for more compact layout */
    font-weight: 800;
    background: linear-gradient(135deg, #8e6705 0%, #b8860b 50%, #8e6705 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 8px; /* Reduced margin */
    text-shadow: none;
    letter-spacing: -1px; /* Reduced letter spacing */
    line-height: 1;
    position: relative;
}

.sub1-llist1 .stat-number-home::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #8e6705, #b8860b);
    border-radius: 2px;
}

.sub1-llist1 .stat-description-home {
    font-family: 'Cabin', sans-serif;
    font-size: 0.9em; /* Slightly smaller font size */
    font-weight: 600;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.8px; /* Reduced letter spacing */
    line-height: 1.2;
    margin-top: 8px; /* Reduced margin */
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px;
    }
    
    .stat-item-home {
        min-width: auto;
        padding: 25px 20px;
    }
    
    .stat-number-home {
        font-size: 4em;
    }
    
    .stat-description-home {
        font-size: 1em;
    }
    
    .sub1-llist1 .stats-container {
        padding: 25px 20px;
        gap: 20px;
    }
    
    .sub1-llist1 .stat-item-home {
        padding: 20px 15px;
    }
    
    .sub1-llist1 .stat-number-home {
        font-size: 3.5em;
    }
}
