/* footer */
.footer{
	    background: #282828;
}
footer ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.footer_logo p{
	    margin-top: 15px;
	    color: rgba(255,255,255,0.6);
}
.footer_box__block li {
	border-bottom: 1px solid #222;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
    color: #ffffff;
}
.footer_box__block li a {
	width: 100%;
    color: #ffffff;
}
.footer_box__block li a:hover {
    color: #287FF9;
}
.footer_box__block li::after {
	content: "\f105";
	font-family: fontawesome;
	position: absolute;
	right: 10px;
	top: 0;
}
.footer_box__block.address-box li {
	border: 0 none;
	margin: 0;
}
.footer_box__block.address-box li::after {
	display: none;
}

.address-box li i.fa {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	width: 20px;
    color:#287FF9;
}
.footer_box__block.address-box p {
	margin-left: 25px;
	margin-top: 4px;
	margin-bottom: 0;
}

.footer_logo ul{
	margin: 0px;
	padding: 0px;
}
.footer_logo ul li {
    display: inline-block;
    margin-left: 5px;
}
.footer_logo ul li a {
    width: 35px;
        border-radius: 50%;
        display: inline-block;
        transition: all 0.3s;
    line-height: 31px;
    border-width: 2px;
    border-style: solid;
    text-align: center;
        border-color: #515151;
    color: #515151;
}
.footer_logo ul li a:hover {
	background: #287FF9;
    color: #fff;
    border-color: #287FF9;
}
.link_footer{
	    padding-left: 55px;
}
.link_footer ul{
	padding: 0px;
}
.footer h4{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 45px;
    margin-top: 0px;
}
.link_footer ul li{
	list-style: none;
}
.link_footer ul li a{
	    color: rgba(255,255,255,0.6);
    margin-bottom: 10px;
    font-weight: normal;
    display: block;
    transition: all 0.3s;
}
.link_footer ul li a:hover{
	color: #287FF9;
}
.footer .bottom-footer {
    margin-top: 60px;
}
.footer .bottom-footer .bor_top {
    border-top: 1px solid #2f2f2f;
    padding: 24px 0;
}
.footer .bottom-footer p {
    color: #c3c3c3;
    line-height: 35px;
    margin: 0px;
}
.footer .bottom-footer p a {
    font-weight: normal;
    font-size:12px;
}
.bor_top a{
	color: #287FF9;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.link_footer {
    padding-left:0px;
}
.footer_logo ul li{
	margin-left: 3px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
	.link_footer {
    padding-left:0px;
}
.footer h4{
	margin-bottom: 20px;
}
.footer .bottom-footer {
    margin-top: 30px;
}	
}
@media (max-width: 767px) {
		.link_footer {
    padding-left:15px;
}
.footer h4{
	margin-bottom: 20px;
}
.footer .bottom-footer {
    margin-top: 30px;
}
.link_footer ul li a:last-child{
	margin-bottom: 0px;
}
.footer .bottom-footer .bor_top{
	padding: 10px 0;
}
.footer .bottom-footer p{
	line-height: 1.3;
}
}