.copyright {
	text-align: center;
	padding: 20px;
}

@media screen and (max-width:1150px) {
	.footer-container {
		width: 100%!important;
	}
}

@media screen and (min-width:1120px) {
	.footer-container {
		width: 100%;
	}
}

@media screen and (min-width:990px) {
	.footer-container {
		width: 100%;
	}
	#return-to-top{
		bottom:75px;
	}
}

@media screen and (min-width:768px) {
	.footer-container {
		width: 100%;
	}
}

@media screen and (max-width:800px) {

	.footer-item-heading {
		margin-top: 2em;
	}

	footer nav ul li {
		display: block;
	}

	.footer-main-container {
		padding: 0;
	}

	footer nav ul li a,nav ul li a:hover,nav ul li a:visited {
		color: #fff;
	}

	.footer-container {
		width: 100%;
	}
}
  
@media screen and (max-width:550px) {

	.footer-container {
		padding: .2rem!important;
	}
}

.footer-main {
	padding: 3rem 0;
}

.footer-item-heading {
	font-size: 16px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #f6f1e7;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 30px;

}

.footer-main-sub-items {
	padding-left: 0;
	list-style: none;
	letter-spacing: .8px;
	font-size: 13px;
}

.footer-main-sub-items a,.mo-footer-bottom-info {
	color: #fff;
}
.mo-footer-copyright{
  color:#d8d6d6;
  padding: 1.5rem 0;
  background-color: #3d3d3d;
  font-size: 12.5px;
}

.footer-main-sub-items>li {
	line-height: 2;
	margin: 1rem 0;
}

.mo-footer-contact {
	float: right;
}
.mo-footer-contact-arrow{
	width:10%;
}

.footer-container {
	/*width: 1152px;*/
	padding: 0 5rem;
}

.mo-footer-bottom-info {
	padding-bottom: 1.5em;
	padding-top: 1.5em;
	background-color: #3d3d3d;
	font-size: 12.5px;
}

.footer-social-icons {
	color: #fff;
	cursor: pointer;
	font-size: 30px;
}

.footer-main-sub-items a:hover,.social-icon-color:hover {
	color: #fff;
	text-decoration: none;
} 

.social-icon-color {
	color: #fff;
}

.social-icon-color:visited {
	color: #fff;
	text-decoration: none;
}

.fa-stack {
	margin-right: 10px;
}

.footer-main-container {
	color: #fff;
	background: #272727;
	padding: 40px 0 0;
}

.footer-stay-connected {
	font-size: 15px;
	color: #fff;
	letter-spacing: 1.3px;
	margin-bottom: 1em;
}
.footer-text-decoration:focus {
  text-decoration: none;
}

.left-most-outer-container {
	padding-left: 1em;
}

.footer-inner-phone-details, .footer-email-details {
	float: left;
	margin-right: 14px;
	font-size: 16px;
}

.footer-phone-text {
	line-height: 2;
	letter-spacing: 1px;
	color: #fff;
	font-size: 13px;
}

.footer-email-text {
	padding-top: 3px;
	font-size: 14px;
	text-decoration: underline;
}

.footer-email-text a {
	color: #fff!important;
}

.social-icon-outer-font {
	font-size: 12px;
}

#return-to-top {
	position: fixed;
	bottom: 116px;
	right: 20px;
	background: rgba(0,0,0,.7);
	width: 50px;
	height: 50px;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	z-index: 100;
	-webkit-transition: .3s linear;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

#return-to-top:hover {
	background: rgba(0,0,0,.9);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
}

.mo-footer {
	height: 5.5rem;
	width: auto;
}