 
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #585a61;
}

a {
  color: #5777ba;
  text-decoration: none;
}

a:hover {
  color: #7b94c9;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5777ba;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #748ec6;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0px 0;
  background: rgba(255, 255, 255, 0.95);
}

#header.header-transparent {
  background:rgb(255 255 255 / 66%);
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #5777ba;
  text-decoration: none;
}

#header .logo img {
  margin: 0;
  max-height: 58px;
}
.features .content .icon-box {
  display: flex;
  margin-bottom: 24px;
}
.features .content .icon-box .icons {
  width: 50px;
  height: 50px;
  background: #b12a33;
  border-radius: 100%;
  margin-right: 15px;
  float: left;
  padding-right: 10px;
}
.features .content .icon-box .icons i {
    font-size: 32px;
    /* line-height: 44px; */
    color: #ffffff;
    margin: 8px 0px 0px 9px;
}
.features .content .icon-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #b12a33;
    font-family: 'Poppins';
}
.features .content .icon-box p {
  font-size: 15px;
  color: #000;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Raleway", sans-serif;
  font-size: 17px;
  color: #47536e;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #5777ba;
}
.logo{
  float: left;
}
i.bx.bxl-whatsapp {
  color: #64B161;
}
.getstarted i {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}
.getstarted, .getstarted:focus {
  background: #ffffff;
  color: #fff;
  padding: 12px 15px;
  margin-left: 30px;
  color: #000;
  line-height: 1;
  border-radius: 8px;
  float: right;
}

.getstarted:hover,
.getstarted:focus:hover {
  background: #748ec6;
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #5777ba;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #47536e;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(51, 60, 79, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #47536e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5777ba;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #5777ba;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 180px 0 150px 0;
  background-image: url(../img/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #515f7d;
  margin-bottom: 50px;
  font-size: 20px;
}

#hero p{
  color: #fff;
}

#hero .download-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #47536e;
  position: relative;
}

#hero .download-btn:hover {
  background: #5777ba;
}

#hero .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#hero .download-btn+.download-btn {
  margin-left: 20px;
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }

  #hero .download-btn+.download-btn {
    margin: 0 10px;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 20px;
    line-height: 31px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}
.header-form {
  padding: 15px;
  border-radius: 15px;
  background-color: #FFA500;
}
.header-form h3 {
  color: #111;
  text-align: center;
  font-family: 'Poppins';
  margin-bottom: 15px;
}
.form-group button[type=submit] {
  background: #783984;
  border: 2px solid #783984;
  padding: 10px 20px;
  color: #fff;
  transition: 0.4s;
  border-radius: 10px;
  margin-top: 5px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f2f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #262626;
  font-family: "Poppins", sans-serif;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f6f8fb;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
#features{
  margin: 0px;
  padding: 10px 0px 45px 0px;
  position: relative;
}

.features .content {
  padding: 30px 0;
}
.facilities-section {
  margin:0px;
  text-align: center;
}
.facilities-section i {
  font-size: 32px;
  color: #fff;
  background-color: #424D83;
  padding: 10px 14px 10px 14px;
  border-radius: 6px;
  text-align: center;
}
.facilities-section p{
  color: #000;
  margin-bottom: 0px;
  font-weight: 600;
  margin-top: 4px;
}
#features::before{
  content: "";
  position: absolute;
  background-image: url(../img/Dotted-left.png);
  bottom: 0px;
  left: 0px;
  height: 100px;
  width: 100px;
}
#features::after{
  content: "";
  position: absolute;
  background-image: url(../img/Dotted-right.png);
  bottom: 0px;
  right: 0px;
  height: 100px;
  width: 100px;
}


/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.light-bg-grey{
  background-color: #F7F8FF;
}
.details .content+.content {
  margin-top: 100px;
}
.details .section-title{
  margin-bottom: 30px;
}
.details .room{
background-color: #93A5FF;
border-radius: 5px;
margin-bottom: 30px;
} 
.details .room img{
  width: 100%;
}
.details .room .room-content {
  padding: 8px 14px 0px 0px;
  color: #fff;
}
.details .room .room-content h3{
  font-family: "poppins", sans-serif;
}
 /*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio{
  position: relative;
  background-image: url(../img/gallery-bg.png);
  background-repeat: no-repeat;
  background-position: center;
}
 
.portfolio::before{
  content: "";
  position: absolute;
  background-image: url(../img/Dotted-left.png);
  bottom: 0px;
  left: 0px;
  height: 100px;
  width: 100px;
}
.portfolio::after{
  content: "";
  position: absolute;
  background-image: url(../img/Dotted-right.png);
  bottom: 0px;
  right: 0px;
  height: 100px;
  width: 100px;
} 

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
} 
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 0px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #444444;
  border-color: #444444;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}



.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
  position: relative;
  padding-bottom: 0px;
}

 

.gallery .swiper-slide {
  transition: 0.3s;
}

.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5777ba;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5777ba;
}

.gallery .swiper-slide-active {
  text-align: center;
}

@media (min-width: 992px) {
  .gallery .swiper-wrapper {
    padding: 40px 0;
  }

  .gallery .swiper-slide-active {
    border: 2px solid #5777ba;
    padding: 5px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
    border-radius: 0px; 
  }
}

.video-section {
  position: relative;
}
.video-section::after{
  content: "";
  position: absolute;
  background-image: url(../img/Dotted-right.png);
  bottom: 0px;
  right: 0px;
  height: 100px;
  width: 100px;
}
.video {
    text-align: center;
}
.video video {
    height: 400px;
    width: 227px;
    margin: 0px 6px;
    border: 2px solid #d5d5d5;
    border-radius: 6px;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials {
  position: relative;
}
.testimonials::before{
  content: "";
  position: absolute;
  background-image: url(../img/Dotted-left.png);
  bottom: 0px;
  left: 0px;
  height: 100px;
  width: 100px;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 8px 3px 30px 66px;
  margin: 30px 10px 30px 50px;
  min-height: 140px;
  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);*/
  position: relative;
 /* background: #fff;*/
}
.stars i {
  color: rgb(255, 195, 29);
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 0;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e8ecf5;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #5777ba42;
  opacity: 1;
  border: none;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5777ba;
}
 

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
#contact{
  padding: 0px;
  position: relative;
} 
.contact{
  position: relative;
}
.contact .adress-area {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border-radius: 10px;
  padding: 14px;
  top: 67px;
  right: 274px;
  width: 424px;
}
.contact .adress-area h3 {
  color: #000;
  font-size: 26px;
  margin-bottom: 26px;
  margin-top: 12px;
  font-family: 'Poppins';
}
.contact .info {
  color: #444444;
}
.contact .info i {
  font-size: 22px;
  color: #5777ba;
  float: left;
}
.contact .info p {
  padding: 0 0 10px 34px;
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /*background-image: url(../img/footer-bg.png);*/
  padding: 50px 0 30px 0;
  font-size: 14px;
  z-index: 1;
  position: relative;
  /*margin-top: -84px;*/
  background-color: #424d83;
}
.social-links a i {
  color: #93a5ff;
  font-size: 26px;
}
.social-links a {
  margin: 5px 5px;
}
.footer-menu{
  margin: 20px 0px 0px 0px;
}
.footer-menu a{
  color: #ffffff;
}
.payment-icon{
  margin: 0px 0px 0px 0px;
  text-align: right;
}
.payment-icon img{
    height:40px;
}
.payment-icon h5{
  margin: 0px 0px 15px 0px;
  color: #ffffff;
}

#footer hr {
    margin: 1rem 0;
    color: #b7b7b7;
    border: 0;
    border-top: 1px solid;
    opacity: .25;
}


@media (max-width: 768px){
  #hero {
    padding: 60px 0 150px 0;
  }
  .details .room .room-content {
    padding: 16px 24px 5px 20px; 
}
.contact .adress-area { 
  right: 18px;
  width: 250px;
}
.payment-icon {
  margin: 34px 0px 0px 0px;
}
.payment-icon img{
  width: 100%;
}
.d-sm-none{
  display: none;
}
.getstarted{
  display: none;
}
.footer-list {
  width: 100%;
  background: #ffffff;
  z-index: 9999;
  position: fixed;
  bottom: 0;
  display: block !important;
  padding: 10px 0px;
  border-top: 1px solid #f5f5f5;
}
.footer-list li{
  list-style-type:none;
  float: left;
}
.footer-list li a {
  color: #4e4e4e;
  font-size: 18px;
}
#footer { 
  padding: 40px 0 74px 0; 
}
.back-to-top { 
  bottom: 130px; 
}
.footer-list ul{
  padding-left: 10px;
}
.portfolio #portfolio-flters li { 
    padding: 8px 9px 10px 7px; 
    margin: 0 4px 0px 4px; 
}
.portfolio #portfolio-flters { 
    margin: 0 auto 8px auto; 
    padding: 2px 0px;
}
.footer-list ul li:last-child{
  margin-left: 7px;
  border-left: 1px solid #c9c9c9;
  padding-left: 7px;
}
#features .col-xs-6{
  width: 50%;
}
.facilities-section {
  margin: 8px 0px 8px 0px; 
}
.text-left{
    text-align:left;
}
.features .content {
    padding: 30px 12px;
}

}/*Mediaquery Bracket*/
.footer-list {
  display: none;
}
#footer .footer-links h4{
    color:#ffffff;
    margin-bottom:18px;
}

#footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
}

#footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

/*Team Member*/

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #2487ce;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #124265;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}
