.footer {
  background-color: #fff;
  -webkit-box-shadow: 0px -3px 30px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px -3px 30px 0px rgba(0,0,0,0.25);
  box-shadow: 0px -3px 30px 0px rgba(0,0,0,0.25);
}

.footer-top {
  padding-top: 60px;
  padding-bottom: 90px;
}

.footer-widget-title {
  color: #0f74bc;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 20px;
}


.footer-widget-about p {
  margin-bottom: 20px;
}

.footer-widget-content p {
  color: #333;
}
.footer-widget-content img {
  padding:30px 15px 15px 15px;
  margin-bottom:20px;
}



.footer-widget-newsletter .footer-widget-content {
  background-color: #061b49;
  border-radius: 1px;
  padding: 40px;
}

.footer-widget-newsletter .footer-widget-content p {
  margin-bottom: 20px;
}

.footer-widget-newsletter .widget__newsletter-form {
  position: relative;
}

.footer-widget-newsletter .widget__newsletter-form .form-control {
  font-size: 16px;
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255,255,255,0.15) !important;
  color: #ffffff;
  padding:10px 0px 10px 10px;
}

.footer-widget-newsletter .widget__newsletter-form .form-control:focus {
  background-color: transparent;
  border-color:rgba(255,255,255,0.75);
}

.footer-widget-newsletter .widget__newsletter-form .btn {
  width: auto;
  position: absolute;
  top: 0;
  right: 0px;
  height: 49px;
  line-height: 49px;
}


.footer-widget-newsletter .widget__newsletter-form .btn:hover i {
  background-color: #ffffff;
  color: #001952;
}


.footer-widget-nav ul li {
  border-bottom:1px solid rgba(0,0,0,0.2);
}

.footer-widget-nav ul li:last-child {
border-bottom:0px !important;
}

.footer-widget-nav ul li a {
  display: block;
  position: relative;
  color: #0f74bc;
  font-size: 15px;
  line-height: 33px;
  font-weight:bold;
  border-bottom:1px solid rgba(0,0,0,0.5);
}

.footer-widget-nav ul li a:last-child {
border-bottom:0px !important;
}

.footer-widget-nav ul li a i{
	position:relative;
	font-size:20px;
	font-weight:bold;
	left:-15px;
	opacity: 0;
	top:2px;
}


.footer-widget-nav ul li a:hover {
  color: #001952;
}

.footer-widget-nav ul li a:hover i {
  left:0px;
	opacity: 1;
}


.footer-bottom {
  background-color: #001952;
}

.footer-contact {
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -60px;
}

.footer-contact .footer-contact-item {
  padding: 35px 20px;
  border-right: 1px solid #dfdfdf;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex: 1;
}

.footer-contact .footer-contact-item .footer-contact-item-icon {
  color: #0f74bc;
  font-size:40px;
  position:relative;
  top:5px;
  margin-right: 10px;
}

.footer-contact .footer-contact-item .footer-contact-item-text span {
  font-size: 13px;
  display: block;
  margin-bottom: 4px;
  font-family: 'Montserrat', sans-serif !important;
}

.footer-contact .footer-contact-item .footer-contact-item-text a,
.footer-contact .footer-contact-item .footer-contact-item-text strong {
  font-size: 15px;
  color: #333;
  display:block;
}

.footer-contact .footer-contact-item .footer-contact-item-text a:hover {
  color: #001952;
}

.footer-copyright {
  padding-top: 50px;
  padding-bottom:50px;
}

.footer-copyright p{
  font-size:14px;
}

.footer-copyright a {
	font-size:14px;
  color: #ffffff;
}

.footer-copyright a:hover {
  color: #0f74bc;
}


/* Large Size Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-contact {
    margin-top: -40px;
  }

  .footer-contact .footer-contact-item {
    padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .footer__sitemap-links {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .footer-contact {
    margin-top: -40px;
  }

  .footer-contact .footer-contact-item {
    padding: 20px;
    flex-basis: 100%;
    border-bottom: 1px solid #dfdfdf;
  }
  
  .footer-widget-content img {
  width:125px;
  float:left;
    margin-right:20px;
  margin-bottom:20px;
}
  
  
}

/* Medium Size Screens */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer-top {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .footer-widget {
    margin-bottom: 30px;
  }

  .footer-top .footer-widget-title {
    margin-bottom: 20px;
  }
}

/* Extra Small Devices */
@media only screen and (min-width: 320px) and (max-width: 575px) {
  .footer-bottom {
    padding: 30px 0 60px;
  }

  .footer-widget-content img {
    width:320px;
    float:left;
    margin-right:20px;
    margin-bottom:20px;
  }


  .footer__sitemap-links {
    margin-bottom: 10px;
  }

  .footer__sitemap-links li a {
    font-size: 13px;
    line-height: 20px;
    margin-right: 10px;
    padding-right: 10px;
  }

  .footer-widget-newsletter .footer-widget-content {
    padding: 30px;
  }

  .footer-contact {
    margin-top: -40px;
  }

  .footer-contact .footer-contact-item {
    flex-basis: 100%;
  }


}

@media only screen and (max-width: 400px) {

  .footer-widget-nav li a,
  .footer__sitemap-links li a {
    font-size: 13px;
    line-height: 30px;
  }

  .footer-widget-newsletter .footer-widget-content {
    padding: 20px;
  }

  .footer-contact .footer-contact-item {
    padding: 15px;
  }

  .footer-copyright {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}




.arrow-rounded {
  width:48px;
  height:48px;
  line-height:48px;
  background-color:#0f74bc;
  color: #ffffff;
  text-align: center;
-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
  font-size:24px;
  display: inline-block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.arrow-rounded-white {
  background-color: #ffffff;
  color:  #001952;
}
