/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* #footer {
  background: #263f49;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 0px -2px 23px 0px rgba(148,148,148,0.7);
-moz-box-shadow: 0px -2px 23px 0px rgba(148,148,148,0.7);
box-shadow: 0px -2px 23px 0px rgba(148,148,148,0.7);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-top: -90px;
  margin-bottom: 15px;
  background: white;
  color: #2f4d5a;
  border-top: 4px solid #67b0d1;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #2f4d5a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 5px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #67b0d1;
  color: #fff;
  text-decoration: none;
  border: 1px solid #67b0d1;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #b5d9e9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #a2cfe3;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #67b0d1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #409cc5;
}

#footer .copyright {
  border-top: 1px solid #385b6b;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
} */
/* footer */

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*.footer {*/
/*    color: #fff;*/
/*    background: url("../img/footer/footer.jpg");*/
/*    background-size: cover;*/
    /* background-position: center; */
/*    background-repeat: no-repeat;*/
/*    font-size: 14px;*/
/*    padding: 80px 0 60px 0;*/
/*    position: relative;*/
  /*background-attachment: fixed;*/
  /*background-position-y: -450px; */
/*  }*/
.footer {
    color: #fff;
    background: url(../img/footer/footer.png);
    background-position: center bottom; /* Keeps the skyline aligned */
    background-size: cover; /* Ensures it spans full width */
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 80px 0 60px 0;
    position: relative;
    width: 100%; /* Makes it full width */
    min-height: 200px; /* Ensures the footer has a minimum height */
    height: auto; /* Adapts height dynamically */
    overflow: hidden; /* Ensures no extra scrolling */
}
  .footer a{
    text-decoration: none;
  }
  .footer:before {
    content: "";
    /* background: rgba(199, 199, 199, 0.104); */
    position: absolute;
    inset: 0;
  }
  
  .footer .footer-content .footer-info {
    margin-bottom: 30px;
  }
  
  .footer .footer-content .footer-info h3,.footer .footer-content h4 {
    font-size: 17px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
    font-family: "Aboreto";
    letter-spacing: 1.2px;
  }
  .footer .footer-content .footer-info img {
    height: 100px;
    width: 100px;
    border-radius: 10px;
  }
  
  .footer .footer-content .footer-info h3 span {
    /* color: var(--color-primary); */
  }
  
  .footer .footer-content .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: #fff;
  }
  .footer .footer-content .footer-info  .sec-contact{
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 5px;
    font-family: "Quicksand";
    color: #ffffff;
    letter-spacing: 1px;
  }
  .footer .footer-content .footer-info  .sec-contact a{
  text-decoration: none;
  color: #ffffff; 
  font-weight: 500;
  letter-spacing: .8px; 
  }
  .footer .footer-content .footer-info  .sec-name{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-family:"Montserrat";
    color: #e3f9ff;
    font-weight: 600;
    text-shadow: #000000 1px 1px;
  }
  .footer .footer-content .footer-info  .sec-add{
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    font-family:"poppins";
    color: #c6c6c6;
    font-weight: 200;
    text-shadow: #000000 1px 1px;
    text-align: justify;
    text-justify: inter-word;
    letter-spacing: .5px;
  }
  
  .footer .footer-content .social-links a {
    /* font-size: 18px; */
    display: inline-block;
    background: rgba(0, 0, 0, 0.54);
    color: #fff;
    line-height: 1;
    margin-right: 8px;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  
  /* .footer .footer-content .social-links a:hover {
    background: var(--color-primary);
    text-decoration: none;
  } */
  
  .footer .footer-content h4 {
    /* font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    padding-bottom: 12px;
    font-family: "Aboreto";
    letter-spacing: 1.2px; */
  }
  
  .footer .footer-content .footer-links {
    margin-bottom: 30px;
  }
  
  .footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer .footer-content .footer-links ul li {
    padding: 8px 0;
  }
  
  .footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  .footer .footer-content .footer-links ul a {
    color: rgb(176, 203, 207);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-weight: 200;
  }
  
  .footer .footer-content .footer-links ul a:hover {
    /* color: #000; */
  }
  
  .footer .footer-legal .copyright {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: rgb(255, 255, 255);
  }
  .footer .footer-legal .copyright span{
    color: #d4dcff;
    font-weight: 600;
    font-size: 17px;
  }
  .footer .footer-legal .credits {
    padding-top: 4px;
    font-size: 13px;
    color: #fff;
    font-size: 13px;
  }
  
  .footer .footer-legal .credits a {
    color: #d4dcff;
    font-weight: 600;
    font-size: 14px;
  }
   
  .waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    bottom: 0;
    left: 0;
  
  }
  
  .parallax>use {
    -webkit-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
            animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
  }
  
  .parallax>use:nth-child(1) {
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
    -webkit-animation-duration: 7s;
            animation-duration: 7s;
  }
  
  .parallax>use:nth-child(2) {
    -webkit-animation-delay: -3s;
            animation-delay: -3s;
    -webkit-animation-duration: 10s;
            animation-duration: 10s;
  }
  
  .parallax>use:nth-child(3) {
    -webkit-animation-delay: -4s;
            animation-delay: -4s;
    -webkit-animation-duration: 13s;
            animation-duration: 13s;
  }
  
  .parallax>use:nth-child(4) {
    -webkit-animation-delay: -5s;
            animation-delay: -5s;
    -webkit-animation-duration: 20s;
            animation-duration: 20s;
  }
  
  @-webkit-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
                transform: translate3d(-90px, 0, 0);
    }
  
    100% {
        -webkit-transform: translate3d(85px, 0, 0);
                transform: translate3d(85px, 0, 0);
    }
  }
  
  @keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
                transform: translate3d(-90px, 0, 0);
    }
  
    100% {
        -webkit-transform: translate3d(85px, 0, 0);
                transform: translate3d(85px, 0, 0);
    }
  }
  
  
  /*Shrinking for mobile*/
  
/*  @media only screen and max-width: 1920px) {*/
/*   .footer{*/
/*  background-position-y: -50px; */
/*  }*/
/*}*/
/*    @media only screen and (max-width: 1200px) {*/
/*   .footer{*/
/*  background-position-y: -250px; */
/*  }*/
/*}*/
  
  
  