ul {
    margin: 0;
    padding: 0;
}
.footer-section {
  background-color: #ae0c21;
/*  background-image: linear-gradient(to right, rgb(185, 10, 10) , rgb(255, 6, 6)); */
  position: relative;
 }
.footer-section a{
   color: #fff;
}
.footer-section a:hover{
   color: #e69e52;
}

.single-cta{

     padding-top:1em;
}

.single-cta i {
  color: white;
  font-size:1.25em;
  float: left;
  margin-top: 0.5em;
}
.cta-text {
  padding-left: 0.937em;
  display: inline-block;
   line-height: 1.5em;
}
.cta-text h5 {
  color: #fff;
  font-size: 1em;
  font-weight:normal;
  margin-bottom: 0.5em;
}
.cta-text span {
  color:#fff;
  font-size: 0.937em;
}
.footer-content {
  position: relative;
 
}

.footer-head{
  margin-bottom:1.7em;
  color: white; 
  text-decoration: none;
}
@media (max-width: 548px) {
    .footer-head h2{
  font-size:1.5em;
}
}

.footer-text p {
  margin-bottom: 0.89em;
  color:#fff;
  line-height: 1.5em;
}
.footer-social-icon span {
  color: white;
  display: block;
  font-size: 1.125em;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 1.25em;
}
.footer-social-icon a {
  color: white;
  font-size:0.89em;
  margin-right: 0.937em;
}
.footer-social-icon i {
  height: 1.9em;
  width: 1.9em;
  text-align: center;
  line-height: 1.7em;
  border-radius: 50%;
  border: 1px solid white;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 1.25em;
  font-weight: normal;
  margin-bottom: 1em;
  position: relative;
  padding-top:1.5em;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.537em;
  height: 0.1em;
  width: 2em;
  background: white;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 0.2em;
  margin-top:0.2em;
 }
.footer-widget ul li a:hover{
  color:#e69e52;
}
.footer-widget ul li a {
  color:#fff;
  text-transform: capitalize;
 }

.copyright-area{
  background: #182541;
 /* background-image: linear-gradient(to bottom right rgb(74, 4, 4) , rgb(231, 5, 5));*/
  padding: 1.5em 0;
}
.copyright-text p {
  margin: 0;
  font-size: 0.87em;
  color: #fff;
  text-align:center;

}
.copyright-text p a{
  color: #e69e52;
}


#scroll {
    position:fixed;
    right:0.8em;
    bottom:0.62em;
    cursor:pointer;
    width:3em;
    height:3em;
    background-color: #fc5c5c;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:3.5em;
    -moz-border-radius:3.5em;
    border-radius:3.5em;
   margin-bottom:6em;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-0.5em;
    margin-top:-0.75em;
    height:0;
    width:0;
    border:0.5em solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#965209;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.float{
	position:fixed;
	width:1.8em;
	height:1.8em;
	bottom:1.3em;
	right:0.55em;
	background-color:#25d366;
	color:#FFF;
	border-radius:1.8em;
	text-align:center;
    font-size:1.7em;
	box-shadow: 0.11px 0.11px 0.21px #999;
    z-index:100;
}

.my-float{
	margin-top:0.5em;
     color:#fff;
}