/*******************************/
/********* Footer 4 CSS ********/
/*******************************/

a {
  transition: .3s;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

.footer {
  position: relative;
  padding-top: 45px;
  background: #1d8fbd;
  MARGIN-TOP: 90PX;
}

.footer .footer-about,
.footer .footer-contact,
.footer .footer-links,
.footer .footer-project {
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
}

.footer .footer-about h3,
.footer .footer-contact h3,
.footer .footer-links h3,
.footer .footer-project h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #eeeeee;
}

.footer .footer-about h3::after,
.footer .footer-contact h3::after,
.footer .footer-links h3::after,
.footer .footer-project h3::after {
  position: absolute;
  content: "";
  width: 189px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #eeeeee;
}

.footer .footer-social {
  position: relative;
  margin-top: 20px;
  padding-left: 46px;
}

.footer .footer-social a {
  display: inline-block;
  width: 35px;
  height: 35px;
  /*padding: 2px 0;*/
  padding: 3px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  border-radius: 35px;
}

.footer .footer-social a:hover {
  color: #ffffff;
  background: #0085ff;
  border-color: #0085ff;
}

.footer .footer-contact p {
 /* margin-bottom: 2px;*/
    font-size: 14px;
        font-weight: bold;
    color: white;
    margin-top: 6px;
    margin-left: -2px;
}

.footer .footer-contact i {
  margin-right: 10px;
  font-size: 16px;
  color: #fff;
}

.footer .footer-contact a:last-child i {
  margin: 0;
}

.footer .footer-contact a:hover i {
  color: #0085ff;
}

.footer .footer-links a {
  display: block;
  /*margin-bottom: -6px;*/
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
}

.footer .footer-links a:last-child {
  margin: 0;
}

/*.footer .footer-links a:hover {
  color: #0085ff;
}*/


.footer .footer-links a {
  position: relative;
  /*display: inline-block;*/
}
.footer .footer-links a:after {
  content: "";
  position: absolute;
  left:0;
  top: 100%;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width .3s ease-in-out;
}
.footer .footer-links a:hover:after {
  width: 40%;
}

.footer .footer-links a::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
}

.footer .footer-project {
  float: left;
  font-size: 0;
}

.footer .footer-project a {
  padding: 0 8px 8px 0;
  display: block;
  width: 33.33%;
  float: left;
}

.footer .footer-project a img {
  width: 100%;
}

.footer .footer-newsletter {
  margin-bottom: 35px;
  max-width: 700px;
  text-align: center;
  color: black;
}

.footer .footer-newsletter input {
  height: 35px;
  border: none;
  border-radius: 5px;
  background: rgba(256, 256, 256, .15);
  margin-bottom: 15px;
}

.footer .footer-newsletter .btn {
  display: block;
  width: 100%;
  height: 35px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background: #1d8fbd;
  border-radius: 5px;
  border: none;
  transition: .3s;
}

.footer .footer-newsletter .btn:hover {
  color: #0085ff;
  background: #ffffff;
}

.footer .footer-newsletter .btn:focus {
  box-shadow: none;
}


.footer .copyright {
  position: relative;
  padding: 25px 0;
  background: #fff;
}

.footer .copyright .copy-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: black;
}

.footer .copyright .copy-text p a {
  color: #0085ff;
  text-decoration: none;
}

.footer .copyright .copy-text p a:hover {
  color: #1d8fbd;
}

.footer .copyright .copy-menu {
  position: relative;
  font-size: 0;
  text-align: right;
}

.footer .copyright .copy-menu a {
  color: black;
  font-size: 16px;
  font-weight: 400;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .copyright .copy-menu a:hover {
  color: #0085ff;
}

.footer .copyright .copy-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

@media (max-width: 767.98px) {
  .footer .copyright .copy-text,
  .footer .copyright .copy-menu {
      text-align: center;
  }
  
  .footer .copyright .copy-text p {
      margin-bottom: 5px;
  }
  
}



/* --------------- CONTACT US --------------- 

.gradient-brand-color {
  background-image: -webkit-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
  background-image: url("../images/backgrounds/photo.jpg");
  color: #fff;
}
.contact-info__wrapper {
  overflow: hidden;
  border-radius: .625rem .625rem 0 0
}

@media (min-width: 1024px) {
  .contact-info__wrapper {
      border-radius: 0 .625rem .625rem 0;
      padding: 5rem !important
  }
}
.contact-info__list span.position-absolute {
  left: 0
}
.z-index-101 {
  z-index: 101;
}
.list-style--none {
  list-style: none;
}
.contact__wrapper {
  background-color: #fff;
  border-radius: 0 0 .625rem .625rem
}

@media (min-width: 1024px) {
  .contact__wrapper {
      border-radius: .625rem 0 .625rem .625rem
  }
}
@media (min-width: 1024px) {
  .contact-form__wrapper {
      padding: 5rem !important
  }
}
.shadow-lg, .shadow-lg--on-hover:hover {
  box-shadow: 0 1rem 3rem rgba(132,138,163,0.1) !important;
}*/






.our-team .pic{
  position:relative;
  overflow: hidden;
}
.our-team .pic img{
  width:100%;
  height: 400px;
}
.our-team .team-profile{
  background:rgba(74, 163, 223,0.9);
  position: absolute;
  top:0;
  text-align:center;
  width:100%;
  height:100%;
  opacity: 0;
  transition:all 0.3s ease 0s;
}
.our-team:hover .team-profile{
  opacity:0.9;
}
.our-team .team-title{
  color:#fff;
  margin:-30px 0 0 0;
  font-weight: bold;
  transition: all 0.2s ease 0s;
}
.our-team:hover .team-title{
  margin:40px 0 0 0;
}
.our-team .post{
  display:block;
  text-align:center;
  font-size: 15px;
  color:#fff;
  margin-top: -12px;
    margin-left: 98px;
}
.our-team .description{
  color: #fff;
  padding: 90% 2%;
  transition: all 0.3s ease 0s;
}
.our-team:hover .description{
  padding:20% 2%;
}
.our-team .social-links{
  background:#232975;
  padding:15px 0;
  text-align:center;
  margin-bottom: 0;
}
.our-team .social-links li{
  display:inline-block;
  margin:0 10px;
}
.our-team .social-links li a{
  display:inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background:#3498db;
  color:#fff;
  transition:all 0.30s ease 0s;
}
.our-team .social-links li a:hover{
  background:#333;
  color:#fff;
}
@media only screen and (max-width: 990px) {
  .our-team{
      margin-bottom:20px;
  }
}


.our-team .team-title1{
  color:#fff;
  margin:-30px 0 0 0;
  font-weight: bold;
 
}

.our-team .team-title2{
  color:#fff;
  margin:-30px 0 0 0;
  font-weight: bold;
 
}



.our-team .post1{
  display:block;
  text-align:center;
  font-size: 14px;
  color:#fff;
  margin-top: -12px;
    margin-left: 98px;
}


@media only screen and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
 iframe{
    
    
    width:300px;

    }
}