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

.footer-sec {
    background:;
	padding:30px 0 0 0;
	padding-bottom:50px;
	padding-top:30px;
}
.footer-section-one img {
    margin-bottom: 20px;
}
.footer-sec p {
    color: #818181;
}
.footer-section-one ul {
    margin-top: 20px;
}
.footer-section-one p{
	color:#333;
}
.footer-section-one ul li i {
    color: #818181;
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 100%;
    border: 1px solid #9b9b9b;
}

.footer-section-one li i {
    display: inline-block;
}

.footer-sec h2 {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    color: #333;
    margin-bottom: 40px;
}
.footer-menu ul{ padding:0px; margin:0px; list-style:none;}
.footer-menu li {
    position: relative;
	padding-left:0px;
}

.footer-menu li a {
    color: #333;
    text-transform: capitalize;
    padding-bottom: 10px;
    display: inline-block;
}

.footer-menu li a:hover {
	text-decoration:none;
}
.lastest-news-thumb {
    width: 76px;
}

.lastest-news-text h2 {
    margin-bottom: 10px;
}
.lastest-news-text a {
		color:#333;

}

.footer-bottom-sec p {
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 16px;
	font-weight:bold;
}

.footer-menu span{
	padding-left:45px;
}
.footer-bottom-sec {
    padding: 26px 0;
    background: #01385e;
}
.copy-left{
	float:left;
	padding-left:20px;
}
.copy-right{
	float:right;
	padding-right:20px;
}
.copy-right a{
	color:#fff;
}

@media only screen and (max-width: 767px) and (min-width: 0px)
.footer-menu {
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}

@media only screen and (max-width: 767px) and (min-width: 0px)
.footer-news-section {
    margin-bottom: 30px;
}