/**
* Template Name: MeFamily
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/family-multipurpose-html-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color:#292E49;
  background:url(../img/bg_body.png) repeat fixed;
}

a {
  color: #006fbe;
  text-decoration: none;
}

a:hover {
  color: #008df1;
  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: #292E49;
  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: #006FBE;*/
  background: #FF7E00;
  color: #fff;
}

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

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


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 93px;
  width:100%!important;
  position:relative!important;
  /*background: rgba(244,244,244, 0.9);*/
  transition: all 0.5s;
  z-index: 999;
  /*  padding: 15px 0;*/
  box-shadow: 0px 2px 15px rgba(36, 50, 93, 0.3);
  /*top: -120px;*/
}

#header .containr {
  background: rgba(244,244,244, 0.9);
width:100%!important;
margin:0!important;
padding:0!important;
top:0!important;
left:0!important;
}

/*
#header.header-scrolled,
#header.header-inner-page {
  top: 0;
}
*/

#header .logo {
  font-size: 28px;
  margin: 0 20px 0 20px;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#header .logo a {
  color: #24325d;
}

#header .logo img {
  height: 75px;
  max-height: 75px;
  margin-top:9px;
}
/*
.scrolled-offset {
  margin-top: 70px;
}
*/

@media (max-width: 992px) {
  #header {
    height: 60px;
  }
  #header .logo img {
    height: 43px;
    max-height: 45px;
    margin-top:9px;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: rgba(51,51,51,1);
  width: 100%;
  height: 40px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.5s;
  z-index: 996;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  color: #FFFFFF;
  line-height: 1;
  transition: 0.3s;
  text-decoration: none;
}

#topbar .contact-info img {
  width:auto;
  height:30px;
  margin-right:10px;
  padding:3px;
  background:#FFFFFF;
  border-radius:50px;
}

#topbar .contact-info a:hover {
/*  color: #D4AF37;*/
  color: #FF7E00;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}
#topbar .contact-info .bi {
   color: #FF7E00;
}
#topbar .social-links a {
  color: #FFFFFF;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  text-decoration: none;
}
#topbar .social-links a:hover {
  color: #FF7E00;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  width:100%;
  height:100%;
  align-items: center; /* vertical */
  justify-content: center; /* horizontal */
}

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

.navbar li {
  position: relative;
  width:120px;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 2px 4px 2px 4px;
width: 60%;

}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Trebuchet MS";
  /*font-weight: bold;*/
  font-size: 16px;
  color:#292E49;
  padding: 10px 10px;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
  align-items: center; /* vertical */
  justify-content: center; /* horizontal */
}

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

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  bottom: 2px;
  left: 5px;
  background-color: #880015;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  //background-color:#20284B;
  //color: #FFFFFF;
font-weight:bolder;
}

.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;
}

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

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

.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: #006fbe;
}

.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;
}

.navbar-form .srchForm ul {
  align-items: center; /* vertical */
  justify-content: center; /* horizontal */
}
.navbar-form .srchForm li {
  width:50%;
}

@media (max-width: 1900px) {
  .navbar {
    padding: 0;
    margin: 0;
    width:100%;
    height:100%;
    align-items: center; /* vertical */
    justify-content: center; /* horizontal */
  }
}

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

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

.mobile-nav-toggle.bi-x,
.mobile-nav-toggle.bi-list {
/*  color: #ABABAB;*/
  color:#292E49;
  position: absolute!important;
  top: 18px;
  right: 90px;
  z-index: 999;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul, .navbar form {
    display: none;
  }
}

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

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

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

.navbar-mobile a,
.navbar-mobile a:focus,
.navbar-mobile li>a {
  padding: 10px 20px;
  font-size: 15px;
  color: #24325d;
  z-index: 999;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #006fbe;
  z-index: 999;
}

.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: #006fbe;
}

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

/*------------------*/

#banner {
  width: 100%;
  height: 100vh;
  background: url(../img/banner.webp) center top no-repeat;
  background-size: cover;
  position: relative;
  margin-top:-93px;
}

.banner_head {
  position:absolute;
  width:100%;
  height:250px;
  left:0;
  bottom:0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_head img {
    position:absolute;
    width:150px;
    height:auto;
    top:0px;
}

.banner_head p {
  position:absolute;
  top:160px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #2854A2;
  text-shadow: 1px 1px 1px #FFFFFF;
}

.banner_head h1 {
  position:absolute;
  top:190px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #394054;
  text-shadow: 1px 1px 2px #FFFFFF;
}

@media (max-width: 992px) {
  #banner {
    margin-top:-60px;
    height: 100svh;
    -webkit-background-size:cover
  }
  .banner_head {
    height:140px;
  }
  .banner_head img {
    width:70px;
  }
  .banner_head p {
    top:70px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .banner_head h1 {
    top:100px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
  }
}


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

.section-top {
  padding: 60px 0;
}

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

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 250px;
  height: 2px;
  background: #BCBCBC;
  bottom: 1px;
  left: calc(50% - 120px);
/*
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
*/
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 4px;
  background: #FF7E00;
  bottom: 0;
  left: calc(50% - 30px);
}

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

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color:#292E49;
  text-shadow: 1px 1px 2px #FBFBFB;
}

.about .content p:last-child {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
width:100%!important;
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.9)), url("../img/cta-bg.webp") fixed center center;
  background-size: cover;
  margin: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #00c1c1;
  border: 2px solid #00c1c1;
}

.cta .info-item {
/*  background: #f4f4f4;*/
/*  background: rgba(0,0,0,1);*/
  background: rgba(41,46,73,1);
  border: 2px solid transparent;
  border-radius: 16px;
  padding: 30px;
  height: 100%;
  transition: all 0.3s ease-in-out 0s;
}

.cta .info-item:hover {
  border: 2px solid #B59746;
  cursor: pointer;
}

.cta .info-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: #fff;
/*  background: var(--color-primary);*/
/*  background: #D4AF37;*/
  background: #B59746;
  border-radius: 50%;
  margin-right: 15px;
}

.cta .info-item h3 {
  font-size: 20px;
  color: #6c757d;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.cta .info-item p {
  padding: 0;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
}


/*--------------------------------------------------------------
# Recent Photos
--------------------------------------------------------------*/
.recent-photos {
  overflow: hidden;
}

.recent-photos .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.img-fluid {
  transition: 0.2s;
  border-radius: 2px!important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 0px;
}

.img-fluid:hover {
  /*opacity: 0.7;*/
  /*-webkit-transform: none;*/
  /*transform: none;*/
  border-radius: 2px!important;
  transform: scale(1.02)!important;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #006fbe;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #006fbe;
}

.recent-photos .owl-nav,
.recent-photos .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.recent-photos .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.recent-photos .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #95d3ff !important;
}

.recent-photos .owl-dot.active {
  background-color: #006fbe !important;
}

.recent-photos .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.recent-photos .gallery-carousel .center {
  border: 6px solid #006fbe;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  /*background: #f5f7fb;*/
  background: rgba(252,251,247, 0.9);
  border-radius: 50px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1), inset 0 -3px 6px rgba(0,0,0,0.1);
  min-height: 40px;
  /*margin-top: 70px;*/
}

@media (max-width: 992px) {
  .breadcrumbs {
    /*margin-top: 58px;*/
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 300;
text-align:center;
}

.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: #324682;
  content: "/";
}

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

  .breadcrumbs ol {
    display: block;
  }

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

/*--------------------------------------------------------------
# Story Intro
--------------------------------------------------------------*/
.story-intro .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.story-intro .content ul {
  list-style: none;
  padding: 0;
}

.story-intro .content ul li {
  padding-bottom: 0px;
}

.story-intro .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #006fbe;
}

.story-intro .content img {
  width:300px;
  height:auto;
}

.story-intro .content p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  .story-intro {
    text-align:center;
  }
}

/*--------------------------------------------------------------
# Featured Members
--------------------------------------------------------------*/
.featured-members .content+.content {
  margin-top: 100px;
}

.featured-members .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.featured-members .content ul {
  list-style: none;
  padding: 0;
}

.featured-members .content ul li {
  padding-bottom: 10px;
}

.featured-members .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #006fbe;
}

.featured-members .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Members
--------------------------------------------------------------*/
.members {
  background: #fff;
  padding: 60px 0;
}

.members .member {
  margin-bottom: 20px;
  overflow: hidden;
}

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

.members .member .social {
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
  background: rgba(0, 111, 190, 0.8);
}

.members .member .social a {
  transition: color 0.3s;
  color: #fff;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.members .member .social a:hover {
  color: #006fbe;
}

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

.members .member .member-info h4 {
  font-weight: 700;
  margin: 15px 0 5px 0;
  font-size: 18px;
}

.members .member .member-info span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
  color: #006fbe;
}

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

.members .member:hover .social {
  bottom: 0;
  opacity: 1;
  transition: bottom ease-in-out 0.4s;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color:#FFFFFF;
  float: left;
  width: 44px;
  height: 44px;
  background: #1F294A;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #21413c;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #43857a;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 150%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  color:#1F294A;
  background: #FFFFFF;

}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  color:#1F294A;
  background: #FFFFFF;
  border:1px solid #1F294A;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #1bac91;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #22d8b6;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  width: 100%;
  bottom:0px;
  left:0;
  padding: 15px 0 15px 0;
  color: #20284B;
  font-size: 14px;
  text-align: center;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #006fbe;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #007ed8;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

#footer .credits a {
  color: #006fbe;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #008df1;
}


/*--------------------------------------------------------------
# Bottom Icon
--------------------------------------------------------------*/
.bottom-icon {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: #FFFFFF;
  width: 170px;
  height: 60px;
  border-radius: 25px;
  border:3px solid #FF7E00;
  box-shadow: 0px 0px 15px #000000;
  transition: all 0.4s;
  color: #292E49;
  font-weight:bolder;
  text-shadow: 0px 0px 1px #000000;
}
.bottom-icon i {
  font-size: 28px;
  color: #292E49;
  line-height: 0;
  text-shadow: 0px 0px 1px #000000;
}
.bottom-icon:hover {
  color: #292E49;
  box-shadow: 1px 1px 5px #000000;
  transition: all 0.1s;
  text-shadow: 0px 0px 0px #000000;
}
.bottom-icon.active {
  visibility: visible;
  opacity: 1;
}
