.home-slider figure{
	margin:0px;
}
.pine .container{z-index: 9;}

footer{
	padding-top:80px;
	background:#333;
}
footer h3 {
    color: #328fef;
    font-size: 21px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.social-links{
	list-style:none;
	margin:0px;
	padding:0px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.social-links li {
    -webkit-flex: 0 0 45px;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    background: #328fef;
    text-align: center;
    margin-right: 10px;
    height: 45px;    
}
.social-links li a{
	color: #fff;
    display: block;
	line-height: 45px;
	text-decoration:none;
}
.social-links li:hover{
	background:#0455a9;
} 

footer .info address{
	margin-bottom:0px;
}
.info{margin-bottom:10px;}
.info i {
    font-size: 21px;
    /* color: #0093dd; */
    margin-right: 5px;
	-webkit-flex: 0 0 30px;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #0093dd;
	color: transparent;
}
.info a, .info address p {
    color: #ddd;
    font-size: 16px;
    margin: 0;
}

.list-foot{
	list-style:none;
	padding:0px;
}
.list-foot li {
    font-size: 16px;
    margin-bottom: 6px;
	color:#ddd;
}

.c-right{
	background:#252525;
	padding:15px 0px;
	margin-top:60px;
}
.c-right p{margin:0px;}

.tc-list a{
	color:#fff;
	margin-right:15px;
	padding-right:15px;
	text-decoration:none;
	position:relative;
}
.tc-list a:after {
    content: "|";
    position: absolute;
    right: -3px;
}
.tc-list a:last-child:after{
	display:none;
}
.tc-list a:hover{
	color:#328fef;
}

.copyrt{
	color: #fff;
    font-size: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.sm-mb-40{margin-bottom:40px;}
	.xs-sm-t-center {text-align: center !important;} 
}

@media only screen and (max-width: 991px){
	.xs-sm-t-center {
		text-align: center !important;
	}
	.xs-sm-d-none{display:none;}
}
@media only screen and (max-width: 767px){
	.social-head li{
		-webkit-flex: 0 0 35px;
		-ms-flex: 0 0 35px;
		flex: 0 0 35px;
	}
	.social-links, .info{
		justify-content: center;
		-webkit-box-align: center;
		-webkit-flex-align: center;
		-ms-flex-align: center;
	}
	.foot-logo-m img{width: 230px !important;}
	.xs-t-center {
		text-align: center !important;
	}

}