
/************************** 
* footer styles 
***************************/

.footer-top {
  background: #778899; /*rgb(47, 79, 79); #0068A7;*/
	padding: 30px 0 ;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-top {
    padding: 60px 0 80px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-top {
    padding: 40px 0 70px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-top {
    padding: 30px 0 60px;
  }
}

.footer-widget {
  margin-top: 30px;
}
.footer-widget {
  position: relative;
  margin-left: 54px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    margin-left: 0px;
  }
}
.footer-widget h5.ft-title {
  font-weight: 600;
  font-size: 18px;
  margin: -5px 0 40px;
  color: #0068A7;
}
.footer-widget h5.ft-title:after {
  content: "_____";
	display: block;
	font-weight: bold;
	font-size: 30px;
	position: absolute;
	top: 3px;
	/*color: #0CB4EA;*/
	color:#0068A7;
}
.footer-widget h5.ft-title span {
  color: #0068A7;
}
.footer-widget .content {
  margin-top: 30px;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .content {
    margin-top: 15px;
  }
}
.footer-widget .content p {
  color: #0068A7;
  font-size: 14px;
  line-height: 25px;
  margin: 0;
}
.footer-widget .content p span a {
	/*color: #0CB4EA;*/
	color:#0068A7;
}

.footer-widget .content ul.ft-menu {
  padding: 0;
  list-style: none;
  margin: 0;
}
.footer-widget .content ul.ft-menu li {
  margin-bottom: 15px;
  line-height: 16px;
}
.footer-widget .content ul.ft-menu li:last-child {
  margin-bottom: 0;
}
.footer-widget a {
  color: #0068A7;
}
.footer-widget .content ul.ft-menu li a {
  /*color: #0CB4EA;*/
	color: #0068A7;
  font-weight: 400;
  font-size: 13px;
  transition: 0.4s ease-in-out;
}
.footer-widget .content ul.ft-menu li a::before {
	-webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
	content: "\f054";
	margin-right: 5px;
}
.footer-widget .content ul.ft-menu li a:hover {
  color: #fff;
}
.footer-widget .content p i {
	padding: 5px;
	margin: 3px 5px 3px 0;
    width: 25px;
    text-align: center;
	flex: none;
	height: 25px;
}
.footer-widget .content .input-box {
  position: relative;
  margin-bottom: 15px;
  margin-top: 17px;
}
.footer-widget .content .input-box input {
  width: 100%;
  height: 36px;
  border: 1px solid #0068A7;
  padding: 0 50px 0 10px;
  color: #fff;
}
.footer-widget .content .input-box button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0 none;
  background: #0068A7;
  height: 100%;
  color: #fff;
  padding: 0 13px;
  transition: 0.4s ease-in-out;
  -webkit-appearance: none;
}
.footer-widget .content .input-box button:hover {
  background: #797F7F;
  color: #0068A7;
}
.footer-widget .content .social-share {
	display: flex;
	align-items: center;
}
.footer-widget .content .social-share a {
	width: 36px;
	height: 36px;
	font-size: 20px;
	text-align: left;
	margin-bottom: 0;
	border: 1px solid #0068A7;
	display: flex;
	align-items: center;
	justify-content: center;	
}

.footer-widget .social-share a {
  color: #0068A7;
  font-size: 14px;
  transition: all 0.4s ease;
}
.footer-widget .social-share a:hover {
  background-color: #fff;
  color: #0068A7;
}
.footer-widget .social-share a i {
  margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
}

/* CopyiRight Style */
.copyright {
  background: #C6CCCC;
  padding: 12px 0;
}
.copyright .content p {
  font-size: 14px;
  margin: 0;
}


/* scroll to top button */
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #0A8FCD;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
}
.scroll-to-top:hover {
  background: #797F7F;
  box-shadow: 0px 15px 50px rgba(255, 255, 255, 0.2);
}

.saab-cert {
	display: flex;
	justify-content: center;
	padding: 10px;
}


@media only screen and (max-width: 600px) {
	.saab-cert img {
		width: 100%;
	}

}