/* Footer */
#footer,  #footer-bottom{
    color: #fff;
}

#footer {
    background: url(../img/background/visualpathbg2.jpg);
    background-repeat: none;
    background-position: center;
    background-size: cover;
    padding: 40px 20px ;
}

.footer-widget {
	margin-bottom: 30px;
}

.widget-title {
	position: relative;
	color: #ffffff;
    
}

.widget-title:before {
	content: "";
	height: 4px;
	width: 30px;
	background-color: #fff;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.widget-title h6 {
	font-size: 22px;
	border-bottom: 1px solid #282828;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: aqua;
}


/* Widget about */
.widget-about {
	overflow: hidden;
	height: 100%;
}
.widget-about p {
	font-size: 14px;
}


.widget-about-2 ul {
    list-style: none; 
    padding-left: 0; 
}

.widget-about-2 ul li {
    position: relative;
    padding-left: 20px; 
}

.widget-about-2 ul li::before {
    content: ">"; 
    position: absolute; 
    left: 0; 
    top: 0; 
    font-size: 18px; 
    color: yellow;
    font-weight: 600;
}


.widget-about-2 ul {
    & li {
        margin-bottom: 10px;
        
        a {
            color: #fff;
            font-weight: 500;
             text-shadow: 0px 0px 1px yellow; 
        }
        a:hover {
            color: yellow;
            text-decoration: none;
            text-shadow: none;
            transition: .5s;
        }
    }
}

.widget-about-2 .information {
    display:flex;
    align-items: center;
    color: #fff;
    p {
        
        i {
            display: block;
            text-align: center;
            place-content: center;
            align-items: center;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            background-color: #fff;
            color: #106; 
            font-size: 14px;
            margin-right: 10px;
            transition: background-color 0.3s ease;
        }
        
        a {
            color: aqua;
        }
      
    }
}

/* Widget posts */
.widget-posts {
	overflow: hidden;
	height: 100%;
}
.widget-posts > ul > li {
	margin-bottom: 15px;
	list-style: none;
}
.widget-posts > ul > li:last-child {
	margin-bottom: 0;
}
.widget-post-img {
	float: left;
	height: 70px;
	width: 70px;
	overflow: hidden;
	height: 100%;
	margin-right: 20px;
}
.widget-post-img img {
	height: 70px;
	width: 70px;
}
.widget-post-content {
	overflow: hidden;
	height: 100%;
}
.widget-post-content h6 {
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 10px;
}
.widget-post-content span {
	font-size: 12px;
}
/* Widget twitter */
.widget-twitter {
	font-size: 13px;
	line-height: 22px;
}
.widget-twitter li {
	margin-bottom: 30px;
	list-style: none;
}
.widget-twitter li:last-child {
	margin-bottom: 0;
}
.tweet_time a {
	font-size: 11px;
}
/* Footer bottom */
#footer-bottom {
    background: url(../img/background/visualpathbg2.jpg);
    background-repeat: none;
    background-position: center;
    background-size: cover;
    padding: 25px 0px ;
    border-top: 1px solid #fff;
    height: auto;
    
}
.copyrights {
	float: left;
	font-size: 15px !important;
	color: #fff;
	
	a {
	    color  : aqua;
	}
}
.navigation-footer {
	float: right;
}
.navigation-footer > ul > li {
	float: left;
	font-size: 12px;
	margin-right: 10px;
	list-style: none;
}
.navigation-footer > ul > li:last-child {
	margin-left: 0;
}
.navigation-footer li li ul {
	display: none;
}

.vpath-about {
    color: #fff;
}

#footer-bottom .navigation-footer > ul > li > a{
    color: #fff;
}

#footer-bottom .navigation-footer > ul > li > a:hover {
    color  :aqua;
    font-weight: bold;
}

.widget-about .social-ul {
    /*text-align: center; */
}

.widget-about .social-ul li {
    display: inline-block; 
    margin: 0 2px; 
}

.widget-about .social-ul li a {
    display: inline-flex; 
    justify-content: flex-start;
    align-items: center;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    background-color: #fff;
    color: #106; 
    font-size: 18px; 
    transition: background-color 0.3s ease;
}

.widget-about .social-ul li a:hover {
    /*opacity: 0.8;*/
    box-shadow: 0px 0px 10px white;
    transition: .5s;
        
    i {
        text-shadow: 1px 2px 3px #203030;
        color: #fff;
    }

}

.widget-about .social-ul li.social-facebook a {
    color: #4a6ca1;
}

.widget-about .social-ul li.social-twitter a {
    color: #40bff5;
}

.widget-about .social-ul li.social-linkedin a {
    color: #0073b1;
}

.widget-about .social-ul li.social-pinterest a {
    color: #a61f21;
}

.widget-about .social-ul li.social-youtube a {
    color: #9e0000;
}

.widget-about .social-ul li.social-instagram a {
    color: #FDCB58;
}


.widget-about .social-ul li.social-facebook a:hover {
    background-color: #4a6ca1;
}

.widget-about .social-ul li.social-twitter a:hover {
    background-color: #40bff5;
}

.widget-about .social-ul li.social-linkedin a:hover {
    background-color: #0073b1;
}

.widget-about .social-ul li.social-pinterest a:hover {
    background-color: #a61f21;
}

.widget-about .social-ul li.social-youtube a:hover {
    background-color: #9e0000;
}

.widget-about .social-ul li.social-instagram a:hover {
    background-color: #007bb5;
}

.fa {
    font-size: 24px; 
}



.fa-facebook , .fa-twitter ,.fa-linkedin, .fa-pinterest, .fa-youtube ,.fa-instagram {
	margin-left: 12px;
	font-size: inherit;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    /* font-size: inherit; */
    font-size: large;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* .dropdown:hover .megamenu {
	display: block;
	margin-top:-51px;
	position: absolute;
} */


/* online courses.html page css */
@media (min-width: 992px){
.online-courses-list {
	flex: 0 0 18.666667%;
	max-width: 18.666667%;
	

}
}
.online-clist{
	font-size: 1rem;
}

.blog-post .text {
    	/*height:110px !important;*/
    	/*width:227px !important;*/
}
.blog-post .text-height {
	height:120px
}
.online-cimg {
	height:133px !important;
}

@media (max-width: 768px) {
    	#footer-bottom {
            height: 125px;
        }
}

/*hoem page cards*/
/*.col-lg-2 .online-courses-list{*/
/*        width: auto !important;*/
/*}*/
/*.image {*/
/*        width: fit-content !important;*/
/*}*/