/*============ FOOTER AREA CSS STARTS HERE ==========*/
@import url('./variables.css');
a {
    text-decoration: none !important;
}

#footer {
    font-size: 14px;
    position: relative;
    overflow: hidden;
    background-color: var(--theme-light-color1);
    padding-bottom: 0;
}

.footer-term {
    column-gap: 30px !important;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    position: relative;
}


#footer .footer-top .footer-contact p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--dark-5);
    padding: 15px 30px 15px 0;
}

#footer .footer-top h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark-5);
    position: relative;
    padding-bottom: 10px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    transition: 0.3s;
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: var(--dark-5);
}

#footer .footer-top .footer-links ul i.fa-angles-right {
    color: var(--theme-color);
    margin-right: 15px;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: var(--theme-color);
}

#footer .footer-top .social-links a, #footer .footer-top .contact-link ul span {
	padding: 7px 0;
	margin-right: 2px;
	text-align: center;
	width: 35px;
	height: 35px;
	background: var(--theme-color);
	border-radius: 5px;
	color: var(--white) !important;
	font-size: 14px !important;
}

#footer .footer-top .contact-link ul span {
    width: 34px;
    height: 33px;
    padding: 6px 0;
    font-size: 14px;
    color: var(--theme-color) !important;
    background: #DEEEDB;
    border-radius: 100%;
}

#footer .footer-top .contact-link ul li h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--dark-5);
    margin: 0;
}

#footer .footer-top .contact-link ul li a,
#footer .footer-top .contact-link ul li p {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: var(--theme-color);
    margin: 0;
}


#footer .footer-top .social-links a:hover {
    background: var(--dark-5);
    color: var(--white);
    text-decoration: none;
}

#footer .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #f4faec;
}
.footer-term a{
    color: #38943f;
    font-size: 14px;
    font-weight: 500;
}
.footer-term a:hover{
    color: #0c5313;
}
#footer .footer-bottom .copyright p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 33px;
    color: var(--dark-5) !important;
    margin: 0;
    text-align: left;
}

#footer .footer-bottom p a {
    color:#000;
}
#footer .footer-bottom p a:hover {
    color: var(--theme-color)!important;
    text-decoration: underline !important;
}


/*============ FOOTER AREA CSS ENDS HERE ==========*/