/* ================================================== */
/* 05. footer */
/* ================================================== */
.footer {
  display: block;
  background: #025799;

}
.footer .row1 {
  display: block;
  padding: 33px 0;
}
.footer .foot-nav {
  display: block;
  width: 33%;
  padding-right: 15px;
  float: left;
}
.footer .foot-nav ul li a::after {
  content: '/';
  padding: 0 0px 0 7px;
}
.footer .foot-nav ul li {
  display: inline-block;
}
.footer h3 {
  display: block;
  padding-bottom: 4px;
  font-family: 'Arial';
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 13px;
}
.footer .foot-nav ul li a {
  font-size: 25px;
  color: #8eb6d6;
  font-family: 'EenaduU';
  line-height: 27px;
}
.footer .foot-nav ul li a:hover {
  color: #fff;
}
.footer .footer-logo {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px #3e6583 solid;
}
.footer-logo img {
  max-width: 212px;
  width: 100%;
}
.footer p {
  font-size: 12px;
  color: #8eb6d6;
}
.footer p span {
  color: #fff;
  font-weight: 700;
}
.footer ul.terms {
  display: block;
}
.footer ul.terms li {
  display: block;
  float: left;
  font-size: 11px;
  font-weight: 700;
}
.footer ul.terms li:after {
  display: inline-block;
  padding: 0 4px;
  content: " I ";
}
.footer ul.terms li:last-child:after {
  display: none;
}
.footer ul.terms li:first-child {
  padding-left: 0px;
}
.footer ul.terms li a {
  color: #8eb6d6;
  font-family: 'arial';
}
.footer ul.terms li a:hover {
  color: #fff;
}
.footer .bottom {
  display: block;
  padding: 0px 0;
  background: #025799;
}
.footer .connect-us {
  display: block;
  padding: 14px 0 18px 0;
  width: 95%;
  border-right: 1px #537d9e solid;
}
.footer .quicklink {
  display: block;
  padding: 14px 0 18px 22px;
  width: 100%;
/*  border-left: 1px #537d9e solid;*/
	clear: both;
	overflow: hidden
}
.footer ul.follow-us {
  display: block;
}
.footer ul.follow-us li {
  display: block;
  padding: 0 4px;
  float: left;
}
.footer span a {
  color: #fff;
  font-weight: normal;
}
.footer ul.follow-us li:first-child {
  padding-left: 0px;
}
.footer ul.follow-us li a {
  width: 40px;
  height: 40px;
  display: block;
  border: 2px #fff solid;
  border-radius: 50%;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  color: #fff;
}
.footer ul.follow-us li a i {
  margin: 0px;
  padding: 9px;
}
.site-author-info .author h3 {
  font-size: 13px;
  font-family: "arial";
  text-align: center;
  padding: 9px;
  margin: 0px;
  text-transform: none;
  line-height: 20px;
}
.site-author-info .author h3 a {
  color: #71B1EC;
}
.site-author-info .author h3 a:hover {
  color: #fff;
}
.footer ul.follow-us li a:hover {
  background: #1c7bc3;
  border-color: #1c7bc3;
}
.author ul {
  margin: 20px auto 0 auto;
  padding: 0px;
 width: 61%;
  clear: both;
  overflow: hidden;
	list-style: none;
}
.author ul li {
  margin: 0px;
  padding: 0 0 9px 0;
  float: left;
  color: #fff;
}
.author ul li a {
  margin: 0px;
  padding:6px;
  float: left;
  color: #fff;
  border-right: solid 1px #f2f2f2;
  text-transform: uppercase;
  line-height: 8px;
  font-size: 13px;
  font-family: 'arial';
}
.author ul li a:hover {
  color: #71B1EC;
}
.author ul li:last-child a {
  border-right: none;
}
.footer .subscribe {
  display: block;
  padding: 14px 46px 18px 0;
  width: 100%;
  border-right: 1px #537d9e solid;
}
.footer .subscribe #mc_embed_signup {
  background: #fff;
  border-radius: 5px;
}
.footer .subscribe input[type='email'] {
  width: 82%;
  height: 44px;
  padding: 0 15px;
  border: none;
  background: none;
  font-size: 12px;
  color: #7da6c6;
  font-family: 'Roboto', sans-serif;
}
.footer p {
  font-size: 14px;
  color: #8eb6d6;
  font-family: 'Roboto', sans-serif;
}
.footer .subscribe input[type="email"] {
  font-size: 13px;
  color: #7da6c6;
  font-family: 'Roboto', sans-serif;

}
.footer .subscribe input[type='email']::-webkit-input-placeholder {
  text-transform: none;
  color: #7da6c6;
}
.footer .subscribe input[type='email']:-moz-placeholder { /* Firefox 18- */
  text-transform: none;
  color: #7da6c6;
}
.footer .subscribe input[type='email']::-moz-placeholder { /* Firefox 19+ */
  text-transform: none;
  color: #7da6c6;
}
.footer .subscribe input[type='email']:-ms-input-placeholder {
  text-transform: none;
  color: #7da6c6;
}
.footer .subscribe .clear {
  float: right;
  text-align: center;
  position: relative;
  background: #234460;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease 0s;
}
.footer .subscribe .clear:before {
 position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 9px;
    font-family: 'FontAwesome';
    font-size: 20px;
    content: "\f003";
    color: #fff;
    z-index: 1;

}
/*.footer .subscribe .clear:hover {
  background: #ff8500;
}*/
.footer .subscribe .clear .button {
  width: 46px;
  height: 44px;
  float: right;
  border: none;
  font-size: 20px;
  color: #fff;
  background: none;
  text-indent: -9999px;
  position: relative;
  z-index: 2;
  border-radius: 0 4px 4px 0;
  transition: all 0.3s ease 0s;
}
/*** Ask the Expert ***/
.footer .expert {
  display: block;
  padding: 0px;
  width: 100%;
  border-right: 1px #537d9e solid;
}
.footer .expert:last-child {
  border-right: none;
}
.footer .expert #mc_embed_signup {
  background: #fff;
  border-radius: 5px;
}
.footer .expert input[type='email'] {
  width: 82%;
  height: 44px;
  padding: 0 15px;
  border: none;
  background: none;
  font-size: 12px;
  color: #7da6c6;
  font-family: 'Roboto', sans-serif;
}
.footer p {
  font-size: 13px;
  color: #8eb6d6;
  font-family: 'Roboto', sans-serif;
}
.footer .expert input[type="email"] {
  font-size: 13px;
  color: #7da6c6;
  font-family: 'Roboto', sans-serif;
}
.footer .expert input[type='email']::-webkit-input-placeholder {
  text-transform: none;
  color: #7da6c6;
}
.footer .expert input[type='email']:-moz-placeholder { /* Firefox 18- */
  text-transform: none;
  color: #7da6c6;
}
.footer .expert input[type='email']::-moz-placeholder { /* Firefox 19+ */
  text-transform: none;
  color: #7da6c6;
}
.footer .expert input[type='email']:-ms-input-placeholder {
  text-transform: none;
  color: #7da6c6;
}
.footer .expert .clear {
  float: right;
  text-align: center;
  position: relative;
  background: #234460;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease 0s;
}
.footer .expert .clear:before {
  position: absolute;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  top: 9px;
  font-family: 'FontAwesome';
  font-size: 20px;
  content: "\f1d8";
  color: #fff;
  z-index: 1;
}
.footer .expert .clear:hover {
  background: #ff8500;
}
.footer .expert .clear .button {
  width: 46px;
  height: 44px;
  float: right;
  border: none;
  font-size: 20px;
  color: #fff;
  background: none;
  text-indent: -9999px;
  position: relative;
  z-index: 2;
  border-radius: 0 4px 4px 0;
  transition: all 0.3s ease 0s;
}
.quicklink ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.quicklink ul li {
  margin: 0px;
  padding: 0 30px 0 0;
  float: left;
  color: #fff;
  list-style-type: circle;
  list-style-position: outside;
  line-height:25px;
	width: 23%;
}
.quicklink ul li a {
  margin: 0px;
  padding: 0px;
  float: left;
  color: #fff;
  font-family: 'EenaduUH';
  font-size: 16px;
	line-height: 25px;
}
.footer .instagram {
  display: block;
  padding: 14px 48px 18px 0;
}
.footer .instagram ul {
  display: block;
}
.footer .instagram ul li {
  width: 16.6%;
  padding: 0 2.5px;
  float: left;
}
.footer .instagram ul li a:hover {
  opacity: 0.7;
}
a.scroll-top {
  width: 44px;
  height: 44px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  display: none;
  right: 20px;
  bottom: 20px;
  background-color: #234460;
  z-index: 9999;
  font-size: 14px;
}
a.scroll-top i {
  margin: 0px;
  padding: 9px;
}
a.scroll-top:hover {
  background: #ff9600;
}
.mobile-footer-add{
	margin: 0px;
padding: 5px 20px 5px 20px;
position: fixed!important;
bottom: 0px;
background: #fff;
z-index:999;
}