

/*Footer
------------------------------------*/


footer .toparea {
    position: relative;
    background-color: var(--secondary-5);
    padding: 40px 0 20px;
    color: #aeaeae;
    height: auto;
    box-shadow: 0 -8px 0 rgba(0, 0, 0, .25);
    z-index: 1
}

footer .toparea .divider {
    margin: 0 0 8px;
    border-top: 2px solid rgba(255, 255, 255, .15);
    display: inline-block
}


footer .toparea a {
    color: #aeaeae
}

footer .toparea a:hover {
    color: #ffffff
}

footer .toparea .blog {
    border: none;
    margin: 0;
	text-align:justify; 
	margin-bottom:10px;
	font-family: var(--heading-font);
	color: #aeaeae;
}

footer .toparea .blog p {
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
    padding: 0 0 10px;
    margin: 0 0 10px
}

footer .toparea .blog p:last-child {
    border: none
}

footer .toparea .blog span {
    font-size: 12px
}

footer .toparea h4 {    
	font-weight: bold;
    font-size: 18px;
    color: #aeaeae;
    margin: 0 0 5px
}

footer .toparea .contact-info .addbox {
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
    padding: 0 0 10px;
    margin: 0 0 10px;
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -ms-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

footer .toparea .contact-info .addbox:hover,
footer .toparea .contact-info .addbox:hover i {
    color: #fff
}

footer .toparea .contact-info .addbox i {
    position: absolute;
    margin: 0;
    font-size: 22px;
    display: inline-block;
    color: var(--primary-color);
    -webkit-transition: all .25s ease 0s;
    -moz-transition: all .25s ease 0s;
    -ms-transition: all .25s ease 0s;
    -o-transition: all .25s ease 0s;
    transition: all .25s ease 0s
}

footer .toparea .contact-info .addbox span {
    position: relative;
    display: inline-block;
    left: 40px;
	line-height: 1.75;
	letter-spacing: normal;
    word-spacing: normal;
}

footer .toparea .social a {
    background: #161616;
    padding: 4px;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    font-size: 16px;
    color: #888;
    margin: 0 5px 0 0
}

footer .toparea a.tag {
	font-family: var(--heading-font);
    position: relative;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(0, 0, 0, .1);
    cursor: pointer;
    margin: 0 8px 8px 0;
    padding: 0 10px;
    border-radius: 2px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    font-size: 13px;
    line-height: 28px;
    color: #aeaeae;
    letter-spacing: normal;
    word-spacing: normal;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

footer .toparea a:hover.tag {
    background-color: var(--primary-color);
    color: #fff;
    text-shadow: none;
    text-decoration: none
}

footer .bottomarea {
    position: relative;
    font-size: 1em !important;
    background-color: #161616;
    height: auto;
    padding: 20px 0;
    color: #888
}

footer .bottomarea .links a {
    margin: 0 10px 0 0;
    padding: 0 0 2px;
    text-decoration: none;
    color: #888
}

footer .bottomarea .links a:hover {
    margin: 0 10px 0 0;
    color: #ccc;
    border-bottom: 1px solid #ccc
}

.social a {
    background: #ccc;
    padding: 0;
    display: inline-block;
    text-align: center;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin: 0 5px 0 0
}

.social a:hover {
    color: #fff!important;
    text-decoration: none
}

footer .toparea .social a.facebook:hover {
    background-color: var(--facebook);
}

footer .toparea .social a.twitter:hover {
   background-color: var(--twitter);
}


footer .toparea .social a.linkedin:hover {
    background-color: var(--linkedin);
}

footer .toparea .social a.youtube:hover {
   background-color: var(--youtube);
}

footer .toparea .social a.instagram:hover {
       background-color: var(--instagram);
}

footer .toparea .social a.pinterest:hover {
       background-color: var(--pinterest);
}

.divider {
    width: 40%;
    margin-top: 0;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .15);
    z-index: 9;
    display: inline-block
}

.divider.fw {
    width: 100% !important;
}

.divider.lg {
    border-top: 4px solid rgba(0, 0, 0, .15)
}

.divider:after {
    position: absolute;
    display: inline;
    content: "";
    width: 30px;
    margin-top: -1px;
    border-top: 2px solid var(--primary-color);
    z-index: 9
}

.divider.fw:after {
    width: 35px
}

.divider.lg:after {
    margin-top: -4px;
    border-top: 4px solid #36b8ea
}


.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.list.list-icons li {
    position: relative;
    padding-left: 25px;
}

.list.list-icons li a {
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease; /* Add transition for smooth animation */
}

.list.list-icons li a:hover {
    transform: translateX(5px); /* Move the link 10px to the right on hover */
}

.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child, 
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > .icons:first-child {
    position: absolute;
    left: 0;
    top: 5px;
}
