/*CSS All*/
:root {
	--primary-color: #32CD32;
	--black-color: #23292c;
	--white-color: #fff;
	--text-color: #777;
}

body {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#nav {
	padding: 5px;
	background-color: var(--white-color);
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#nav .logo {
	font-family: "Zilla Slab", sans-serif;
	font-size: 25px;
	font-weight: bolder;
	text-decoration: none;
	color: var(--black-color);
}
#nav .logo i {
	color: var(--primary-color);
}
#nav ul li a {
	color: var(--black-color);
	font-size: 16px;
	line-height: 16px;
	padding: 10px 12px;
	margin: 16px 8px;
}
#nav ul li .active {
	color: var(--white-color);
	background: var(--primary-color);
	border-radius: 5px;
}
#nav ul li a:hover {
	color: var(--white-color);
	background: var(--primary-color);
	border-radius: 5px;
}

#nav .icons i,
#nav .icons div {
	cursor: pointer;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	color: var(--black-color);
	background-color: #eee;
	margin-left: 5px;
}

#nav .icons i:hover,
#nav .icons div:hover {
	background-color: var(--primary-color);
	color: var(--white-color);
	transform: rotate(360deg);
}

#nav .tab-active {
	color: var(--primary-color);
}

.modal-search .modal-sch-main
{
    border-radius: 10px;
}

.modal-search .search-btn
{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.modal-search .search-btn i
{
    color: var(--white-color);
}

.modal-search .search-btn:hover
{
    opacity: 0.8;
}

/*Back to top*/
#myBtn 
{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 50%;
}
  
#myBtn:hover 
{
    opacity: 0.8;
}
.page-banner-list {
	padding-top: 100px;
}

ul li {
	list-style-type: none;
	display: inline-block;
}

#contact-form {
	display: inline-grid;
	width: 100%;
}
#contact-form input
{
	padding: 10px 20px;
	border: 1px solid #e1e1e1;
}
#contact-form textarea
{
	padding: 10px 20px;
	border: 1px solid #e1e1e1;
}
#submit_contact {
	margin-top: 50px;
	background: #ee4d2b;
	border: none;
	color: white;
	padding: 10px 30px;
	font-weight: 600;
	width: 20%;
}
#submit_contact:hover {
	color: #ef6c00;
	background: white;
	border: 1px solid #ef6c00;
}
.page-banner-list {
	padding: 10px 0 10px 0;
}

.page-banner-list li {
	list-style: none;
	display: inline;
}

.page-banner-list li a {
	color: var(--text-color);
	font-size: 15px;
	text-decoration: none;
}

.page-banner-list li a:hover {
	opacity: 0.8;
}

.page-banner-list i {
	color: var(--text-color);
	font-size: 12px;
	padding: 0 2px;
}
label {
	padding: 15px 0 0 0;
	font-size: 20px;
}
.open-info {
	padding-bottom: 40px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e1e1e1;
}
.open-info h5 
{
	padding-bottom: 20px;
}
.contact-box {
	margin: 0 0 50px 0;
}
.page-banner {
	padding: 150px 0 75px;
	background: url("../img/Banners/page-ban.jpg") center center no-repeat;
	background-size: cover;
}

.page-banner h1 {
	color: var(--white-color);
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 18px;
}

.page-banner p {
	font-size: 22px;
	color: #999999;
	line-height: 1.1;
	margin-bottom: 20px;
}
.contact-info {
	margin: 10px 0 0 0;
}
.contact-info h5
{
	padding-bottom: 20px;
}
.contact-info p
{
	padding: 0;
	margin-bottom: 5px;
	color: var(--text-color);
}
.fa, .ttlh {
	color: var(--primary-color);
}
.dm {
	padding-left: 21px;
}

footer
{
    padding-top: 70px;
    background-color: #252428;
}

footer h3
{
    color: var(--white-color);
    margin-bottom: 4px;
}

footer p
{
    color: var(--text-color);
    line-height: 1.6;
    margin: 10px 0;
    text-align: justify;
}

#up-footer .ft-mt
{
    margin-bottom: 50px;
}

#up-footer .footer-socials
{
    margin-bottom: 20px;
}

#up-footer .footer-socials a
{
    font-size: 30px;
    text-decoration: none;
    color: var(--white-color);
    font-family: "Zilla Slab", sans-serif;
    font-weight: bolder;
}

#up-footer .footer-socials a i
{
    color: var(--primary-color);
    padding-right: 3px;
}

#up-footer .socials-list a i
{
    color: var(--white-color);
    padding-right: 4px;
    font-size: 16px;
}

#up-footer .socials-list a
{
    color: var(--text-color);
    text-decoration: none;
    
}

#up-footer .socials-list a:hover
{
    opacity: 0.7;
}

#up-footer h3
{
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 28px;
}

#up-footer .contact-list i
{
    width: 30px;
    display: inline-block;
}

#down-footer
{
    border-top: 1px solid #3f4141;
}

#down-footer p
{
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

#down-footer a
{
    color: var(--primary-color);
}

#down-footer a:hover
{
    text-decoration: none;
    opacity: 0.8;
}