
/* start fotter css */

.pt-80 {

    padding-top: 80px;

}
.mb-60 {

    margin-bottom: 60px;

}
.ptb-60 {

    padding-top: 20px;
    padding-bottom: 20px;

}

.footer {
    background-color: #98c739;
    color: #01446d;
    position: relative;
    width: 100%;
    display: block;
}
.footer hr {
    border-color: #eee;
}
.footer h3{
  margin: 0;
  padding-bottom: 35px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  text-align: left;
  letter-spacing: 1px;
  font-family: "Raleway",sans-serif;
}
.footer ul.quick-links{
    
}
.footer ul.quick-links li{
    list-style: none;
}
.footer .quick-links li a {
  font-size: 15px;
  line-height: 16px;
  color: #01446d;
  margin-bottom: 15px;
  display: block;
  font-weight: normal;
  list-style: none;
  text-transform: capitalize;
}
.footer .quick-links li a:hover {
  color: #fff;
}
.footer .quick-links li a:before {
 content: '\f105';
 font-family: 'fontawesome';
 margin-right: 12px;
 color: #01446d;
}
.footer .textwidget{
  width: 100%;
  margin-bottom: 15px;
  float: left;
}
.footer-logo {
    max-width: 125px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.footer .textwidget-icon {
  width: auto;
  float: left;
  font-size: 20px;
  color: #FFF;
  margin-right: 14px;
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 34px;
}
.footer .mail-icon {
  float: left;
  font-size: 14px;
  color: #FFF;
  margin-right: 14px;
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 34px;
}
.footer .info-detail {
  width: auto;
  padding: 7px 26px 0 29px;
}
.footer .info-detail p{
  padding:0 0 0 0;
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  color: #01446d;
  font-weight: 400;
  /*line-height: 18px;*/
  display: table;
}
.footer .info-detail a{
  
font-size: 13px;
  
color: #01446d;
}
.footer .social-links {
  width: auto;
  margin-top: 0px;
}
.footer .social-links a {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  background: #FFF;
  color: #000;
  font-size: 16px;
  line-height: 36px;
  margin: 9px 2px 0px;
  border-radius: 70px;
  transition: all 500ms ease-out 0s;
}
.footer .social-links a:hover {
  background: #98C738;
  transition: all 300ms ease-out 0s;
  color: #FFF;
}


.footer .copyright {
    text-align: center;
   /* background-color: #202020;*/
   background-color: #006aad;
}
.footer .copyright p{
    color: #FFF;
    text-align: center !important;
}
.footer .copyright a{
    color: #cfcfce;
    font-weight: 500;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .footer ul.quick-links {
    margin: 0;
    padding: 0;
}
    }

@media only screen and (min-width: 320px) and (max-width: 640px) {

.mb-sm-30 {

    margin-bottom: 30px;

}
  .footer ul.quick-links {
    margin: 0;
    padding: 0;
  }
  .footer .quick-links li a{
    display: table;
  }
  .footer .social-links{
    float: left;
  }

}
@media only screen and (max-width: 320px) {

  .footer .social-links{
    float: left;
  }
}

