/** Footer Section **/
.footer { background: #051538; padding-top: 60px; padding-bottom: 30px;  } 
/* .foot-info img { float: left; }  */
.foot-info p {font-size: 13px; line-height: 20px; color: #9DA6B4; margin-top: 20px; padding-right: 20%;  }
.footer-nav-head { color: #ffffff; font-size: 18px; line-height: 24px; opacity: 0.7;  font-weight: 500;margin: 10px 0px 19px 0px; }
ul.footer-nav { display: block; margin: 0px; padding: 0px;}
ul.footer-nav li { display: block; float: left; width: 100%; font-weight: 500;  font-size: 14px; line-height: 18px; padding: 10px 0px 8px 0px;}
ul.footer-nav li a { display: inline; color: #ffffff; text-decoration: none;   }
ul.footer-nav li a:hover { color:#8f98ac; }
ul.footer-nav li a span { display: block; float: left; margin: 4px 0px 0px 10px; }
ul.footer-nav li a span.follow-icon{ height: 25px; width: 25px; overflow: hidden; float: left; margin: 0px 0px 0px 0px; }
ul.footer-nav li a:hover span.follow-icon img { margin-top: -35px;}
.copyright { border-top: #15264a solid 1px; margin: 48px 0px 0px 0px; padding: 30px 0 0 0;   font-size: 13px; color: #9DA6B4; font-weight: 500; text-align: center; margin-bottom: 0px;  }


.return-to-top {
  background:rgba(0, 0, 0, .5);
  position: fixed;
  z-index: 999;
  bottom: 144px;
  right: 20px;
  transition: bottom 400ms;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease; 
  transition: all .3s ease;
  transition: bottom 400ms;
  cursor: pointer;
  border: none !important; outline: none !important;
}
.return-to-top img {
  padding-left: 0;
  padding-top: 0;
}
 /** Footer Section **/


 @media (max-width:991px) {
 .copyright{ padding-top: 30px;}
 .footer{ padding-top: 40px;}
 .foot-info p{ padding-right: 0; clear: both;}
 .col-md-2.footer-nav-col {padding-left: 0;}
 .return-to-top{ bottom: 15px; right: 15px;}
}



@media (max-width:767px) {
.footer-nav-head{ margin: 30px 0px 5px 0px;}
.copyright {padding-top: 20px;}
.footer{ padding-bottom: 20px;}
.copyright{ margin-top: 40px;}
.col-md-2.footer-nav-col {padding-left: 15px;}
}

@media only screen and (max-width:575px) {
.footer-nav-col{ width: 50%;}
}



@media only screen and (max-width:380px) {
.footer-nav-col {width: 50%;}
.footer-nav-head{ margin-top: 20px;}
/* .followus-col{ width: 100%;} */
.followus-col ul.footer-nav li{ width: auto; margin-right: 7px;}
.followus-col ul.footer-nav li a span{ margin-left: 7px;}
.followus-col ul.footer-nav li .follow-icon{ margin-left: 0;}

}




