
/*----------------------------------------*/
/*  02. Footer CSS
/*----------------------------------------*/
.rs-footer {
  background-image: url(../images/footer_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-footer__about {
  padding-right: 85px;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .rs-footer__about {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-footer__about {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer__about {
    padding-right: 0px;
  }
}
.rs-footer__about a img {
  height: 50px;
}
.rs-footer__about p {
  color: #fff;
  font-size: 16px;
  margin-top: 33px;
  margin-bottom: 28px;
}
.rs-footer__about ul li {
  display: inline-block;
}
.rs-footer__about ul li a {
  height: 35px;
  width: 35px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  transition: all linear 0.3s;
}
.rs-footer__about ul li a:hover {
  background: #25826A;
  color: #ffffff;
  border-color: #25826A;
}
.rs-footer__about ul li:nth-child(2) a {
  font-size: 15px;
}
.rs-footer__navigation {
  margin-left: -14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-footer__navigation {
    margin-left: 0;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer__navigation {
    margin-left: 0;
    margin-top: 30px;
  }
}
.rs-footer__navigation .title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.rs-footer__navigation ul li a {
  color: #FFFFFFDE;
  font-size: 16px;
  display: block;
  margin: 10px 0;
  transition: all ease 0.3s;
}
.rs-footer__navigation ul li a i {
  opacity: 0;
  transition: all ease 0.3s;
  display: inline-block;
}
.rs-footer__navigation ul li a:hover {
  color: #25826A;
}
.rs-footer__navigation ul li a:hover i {
  opacity: 1;
  transform: translateX(5px);
}
.rs-footer__navigation.item-2 {
  margin-left: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-footer__navigation.item-2 {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer__navigation.item-2 {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-footer__contact {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer__contact {
    margin-top: 30px;
  }
}
.rs-footer__contact .title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.rs-footer__contact ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.rs-footer__contact ul li .rs-icon {
  height: 32px;
  min-width: 32px;
  background: #134341;
  margin-right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #25826A;
}
.rs-footer__contact ul li span {
  color: #FFFFFFDE;
  font-size: 16px;
}
.rs-footer__contact ul li a {
  color: #FFFFFFDE;
  font-size: 16px;
  position: relative;
  transition: all linear 0.3s;
}
.rs-footer__contact ul li a::before {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  height: 2px;
  width: 0%;
  background: #25826A;
  transition: all linear 0.3s;
}
.rs-footer__contact ul li a:hover {
  color: #25826A;
}
.rs-footer__contact ul li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.rs-footer__bottom {
  background: #FFFFFF0F;
  border-radius: 5px;
  padding: 15px 28px;
  margin-top: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-footer__bottom {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer__bottom {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-footer__copyright-text {
    text-align: left;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer__copyright-text {
    text-align: left;
    margin-bottom: 15px;
  }
}
.rs-footer__copyright-text p {
  color: #FFFFFFDE;
  font-size: 16px;
  margin-bottom: 0;
}
.rs-footer__copyright-text p a {
  color: #FFFFFFB0;
  text-decoration: none;
  transition: all linear 0.3s;
}
.rs-footer__copyright-text p a:hover {
  color: #25826A;
}
.rs-footer__bottom-link ul {
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-footer__bottom-link ul {
    float: none;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer__bottom-link ul {
    float: none;
    text-align: left;
  }
}
.rs-footer__bottom-link ul li {
  display: inline-block;
}
.rs-footer__bottom-link ul li a {
  color: #FFFFFFDE;
  font-size: 16px;
  transition: all linear 0.3s;
  padding-left: 50px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-footer__bottom-link ul li a {
    margin-left: 30px;
    padding-left: 30px;
  }
}
.rs-footer__bottom-link ul li a::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  background: rgba(255, 255, 255, 0.5098039216);
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-footer__bottom-link ul li a::before {
    left: -4px;
  }
}
.rs-footer__bottom-link ul li a:hover {
  color: #25826A;
}
.rs-footer__bottom-link ul li:first-child a {
  padding-left: 0;
  margin-left: 0;
}
.rs-footer__bottom-link ul li:first-child a::before {
  display: none;
}
.rs-footer.rs-footer-2 {
  background-image: url(../images/Footer-2.jpg);
}
.rs-footer.rs-footer-2 .rs-footer__about ul li a {
  transition: all linear 0.3s;
}
.rs-footer.rs-footer-2 .rs-footer__about ul li a:hover {
  background: #008eff;
  border-color: #008eff;
  color: #ffffff;
}
.rs-footer.rs-footer-2 .rs-footer__navigation ul li a:hover {
  color: #008eff;
}
.rs-footer.rs-footer-2 .rs-footer__contact ul li .rs-icon {
  height: auto;
  min-width: inherit;
  background: transparent;
  color: #008eff;
}
.rs-footer.rs-footer-2 .rs-footer__contact ul li a::before {
  background: #008eff;
}
.rs-footer.rs-footer-2 .rs-footer__contact ul li a:hover {
  color: #008eff;
}
.rs-footer.rs-footer-2 .rs-footer__copyright-text p a:hover {
  color: #008eff;
}
.rs-footer.rs-footer-2 .rs-footer__bottom-link ul li a:hover {
  color: #008eff;
}
.rs-footer.rs-footer-3 {
  background-image: url(../images/footerbg-1.jpg);
  background-color: transparent;
  padding-top: 160px;
  padding-bottom: 24px;
}
.rs-footer.rs-footer-3 .rs-footer__about {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-footer.rs-footer-3 .rs-footer__about {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer.rs-footer-3 .rs-footer__about {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.rs-footer.rs-footer-3 .rs-footer__about .input-box {
  position: relative;
  z-index: 10;
}
.rs-footer.rs-footer-3 .rs-footer__about .input-box input {
  width: 100%;
  background: #ffffff;
  border: 0;
  border-radius: 10px;
  border-radius: 4px;
  padding-left: 20px;
  height: 60px;
  font-size: 15px;
  font-family: "Epilogue", sans-serif;
  color: #656567;
}
.rs-footer.rs-footer-3 .rs-footer__about .input-box button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: #E11631;
  height: 52px;
  width: 52px;
  border: 0;
  border-radius: 4px;
  transition: all ease 0.3s;
}
.rs-footer.rs-footer-3 .rs-footer__about .input-box button:hover {
  background: #00214D;
}
.rs-footer.rs-footer-3 .rs-footer__about .input-box button svg {
  width: 22px;
  height: 22px;
  pointer-events: none;
  z-index: 9;
}
.rs-footer.rs-footer-3 .rs-footer__navigation ul li a {
  font-size: 15px;
}
.rs-footer.rs-footer-3 .rs-footer__navigation ul li a:hover {
  color: #E11631;
}
.rs-footer.rs-footer-3 .rs-footer__contact ul {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.rs-footer.rs-footer-3 .rs-footer__contact ul li {
  width: 47%;
  margin: 0;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-footer.rs-footer-3 .rs-footer__contact ul li {
    width: 46%;
  }
}
.rs-footer.rs-footer-3 .rs-footer__contact ul li img {
  width: 100%;
  transition: all ease 0.3s;
}
.rs-footer.rs-footer-3 .rs-footer__contact ul li:hover img {
  transform: scale(1.1);
}
.rs-footer.rs-footer-3 .rs-footer__bottom {
  padding: 0;
  background: transparent;
}
.rs-footer.rs-footer-3 .rs-footer__copyright-text p {
  color: #999EA5;
}
.rs-footer.rs-footer-3 .rs-footer__copyright-text p a:hover {
  color: #E11631;
}
.rs-footer.rs-footer-3 .rs-footer__bottom-link ul li a {
  color: #999EA5;
}
.rs-footer.rs-footer-3 .rs-footer__bottom-link ul li a:hover {
  color: #E11631;
}
.rs-footer.rs-footer-3 .rs-footer-icon-box {
  background: #00204A;
  padding: 19px 30px 19px 26px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-right: -15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-footer.rs-footer-3 .rs-footer-icon-box {
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-footer.rs-footer-3 .rs-footer-icon-box {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .rs-footer.rs-footer-3 .rs-footer-icon-box {
    margin-bottom: 10px;
  }
}
.rs-footer.rs-footer-3 .rs-footer-icon-box .rs-icon {
  margin-right: 20px;
}
.rs-footer.rs-footer-3 .rs-footer-icon-box .rs-content span {
  color: #fff;
  font-size: 20px;
}
.rs-footer.rs-footer-3 .rs-footer-icon-box .rs-content .title {
  color: #ffffff;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1599px) {
  .rs-footer.rs-footer-3 .rs-footer-icon-box .rs-content .title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-footer.rs-footer-3 .rs-footer-icon-box .rs-content .title {
    font-size: 18px;
    color: #ff0000;
  }
}
.rs-footer.rs-footer-3 .rs-footer-icon-box .rs-content .title a {
  transition: all linear 0.3s;
  color: #fff;
}
.rs-footer.rs-footer-3 .rs-footer-icon-box .rs-content .title a:hover {
  color: #ff0000;
}
.rs-footer.rs-footer-3 .rs-footer-icon-box ul {
  padding: 6px 0 5px;
}
.rs-footer.rs-footer-3 .rs-footer-icon-box ul li {
  display: inline-block;
  margin-right: 6px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-footer.rs-footer-3 .rs-footer-icon-box ul li {
    margin-right: 3px;
  }
}
.rs-footer.rs-footer-3 .rs-footer-icon-box ul li a {
  height: 43px;
  width: 43px;
  border: 2px solid #334D6E;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFFB0;
}
.rs-footer.rs-footer-3 .rs-footer-icon-box ul li a:hover {
  border-color: #ffffff;
  background: #ffffff;
  color: #E11631;
}
.rs-footer.rs-footer-3 .rs-footer-icon-box ul li:nth-child(2) a {
  font-size: 15px;
}
.rs-footer.rs-footer-3 .rs-footer-icon-box.social-icon-box {
  padding: 21px 30px 21px 26px;
}
.rs-footer.rs-footer-4 {
  background: #034B5B;
}
.rs-footer.rs-footer-4 .rs-footer-logo {
  background: #014656;
  padding: 40px 50px 40px 50px;
  text-align: center;
  display: inline-block;
}
.rs-footer.rs-footer-4 .rs-footer-logo img {
  height: 60px;
}
.rs-footer.rs-footer-4 .rs-footer-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1D5D6CD9;
  padding: 40px 0;
}
@media only screen and (max-width: 575px) {
  .rs-footer.rs-footer-4 .rs-footer-topbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.rs-footer.rs-footer-4 .rs-footer-topbar .rs-footer-contact a {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .rs-footer.rs-footer-4 .rs-footer-topbar .rs-footer-contact a {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.rs-footer.rs-footer-4 .rs-footer-topbar .rs-footer-contact a .rs-icon {
  height: 60px;
  width: 60px;
  min-width: 60px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  margin-right: 18px;
  font-size: 24px;
  color: #F18F20;
  background: #1D5D6C;
}
.rs-footer.rs-footer-4 .rs-footer-topbar .rs-footer-contact a .rs-icon i {
  transition: all linear 0.3s;
}
.rs-footer.rs-footer-4 .rs-footer-topbar .rs-footer-contact a .rs-content span {
  color: #FFFFFFDE;
  font-size: 15px;
  font-weight: 400;
}
.rs-footer.rs-footer-4 .rs-footer-topbar .rs-footer-contact a .rs-content .title {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 600;
  transition: all linear 0.3s;
  position: relative;
  color: #ffffff;
}
.rs-footer.rs-footer-4 .rs-footer-topbar .rs-footer-contact a .rs-content .title::before {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 2px;
  height: 2px;
  width: 0%;
  background: #F18F20;
  transition: all linear 0.3s;
}
.rs-footer.rs-footer-4 .rs-footer-topbar .rs-footer-contact a:hover .rs-icon i {
  -webkit-animation: vibrate 0.4s infinite;
  animation: vibrate 0.4s infinite;
}
.rs-footer.rs-footer-4 .rs-footer-topbar .rs-footer-contact a:hover .rs-content .title {
  color: #F18F20;
}
.rs-footer.rs-footer-4 .rs-footer-topbar .rs-footer-contact a:hover .rs-content .title::before {
  width: 100%;
  left: 0;
  right: auto;
}
.rs-footer.rs-footer-4 .rs-footer-topbar .rs-footer-btn a {
  background: #1D5D6C;
  font-weight: 700;
  color: #ffffff;
}
.rs-footer.rs-footer-4 .rs-footer-topbar .rs-footer-btn a:hover {
  background: #F18F20;
}
.rs-footer.rs-footer-4 .rs-footer__about .title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
}
.rs-footer.rs-footer-4 .rs-footer__about ul li a {
  height: 40px;
  width: 40px;
  color: #FFFFFFB0;
  font-size: 18px;
  transition: all linear 0.3s;
}
.rs-footer.rs-footer-4 .rs-footer__about ul li a:hover {
  background: #F18F20;
  border-color: #F18F20;
  color: #ffffff;
}
.rs-footer.rs-footer-4 .rs-footer__about ul li:nth-child(2) a {
  font-size: 15px;
}
.rs-footer.rs-footer-4 .rs-footer__about .rs-footer-app a {
  margin-right: 20px;
  width: 130px;
  height: auto;
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rs-footer.rs-footer-4 .rs-footer__about .rs-footer-app a {
    width: 110px;
  }
}
.rs-footer.rs-footer-4 .rs-footer__about .rs-footer-app a img {
  height: auto;
}
.rs-footer.rs-footer-4 .rs-footer__contact .title {
  font-size: 22px;
}
.rs-footer.rs-footer-4 .rs-footer__contact ul li .rs-icon {
  height: auto;
  width: auto;
  min-width: inherit;
  color: #F18F20;
  background: transparent;
}
.rs-footer.rs-footer-4 .rs-footer__contact ul li a::before {
  background: #F18F20;
}
.rs-footer.rs-footer-4 .rs-footer__contact ul li a:hover {
  color: #F18F20;
}
.rs-footer.rs-footer-4 .rs-footer__navigation .title {
  font-size: 22px;
}
.rs-footer.rs-footer-4 .rs-footer__navigation ul li a:hover {
  color: #F18F20;
}
.rs-footer.rs-footer-4 .rs-footer__subscribe .title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.rs-footer.rs-footer-4 .rs-footer__subscribe p {
  font-size: 16px;
  color: #FFFFFFD6;
}
.rs-footer.rs-footer-4 .rs-footer__subscribe .input-box {
  position: relative;
  z-index: 10;
  margin-top: 24px;
}
.rs-footer.rs-footer-4 .rs-footer__subscribe .input-box input {
  width: 100%;
  height: 60px;
  padding-left: 20px;
  border: 0;
  background: #1D5D6C;
  color: #ffffff;
  font-size: 15px;
  font-family: "Epilogue", sans-serif;
  border-radius: 5px;
}
.rs-footer.rs-footer-4 .rs-footer__subscribe .input-box input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.rs-footer.rs-footer-4 .rs-footer__subscribe .input-box input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
.rs-footer.rs-footer-4 .rs-footer__subscribe .input-box input::placeholder {
  color: #ffffff;
  opacity: 1;
}
.rs-footer.rs-footer-4 .rs-footer__subscribe .input-box button {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  height: 52px;
  width: 52px;
  border-radius: 5px;
  background: #F18F20;
  transition: all linear 0.3s;
  border: 0;
}
.rs-footer.rs-footer-4 .rs-footer__subscribe .input-box button:hover {
  background: #034B5B;
}
.rs-footer.rs-footer-4 .rs-footer__subscribe .input-box button svg {
  width: 22px;
  height: 22px;
  pointer-events: none;
  z-index: 9;
}
.rs-footer.rs-footer-4 .rs-footer-bottom-box {
  padding: 15px 0px;
  background: #014656;
  margin-top: 30px;
}
.rs-footer.rs-footer-4 .rs-footer-bottom-box .rs-footer__bottom {
  padding: 0px;
  background: transparent;
  margin-top: 0;
}
.rs-footer.rs-footer-4 .rs-footer-bottom-box .rs-footer__bottom .rs-footer__copyright-text p a:hover {
  color: #F18F20;
}
.rs-footer.rs-footer-4 .rs-footer-bottom-box .rs-footer__bottom .rs-footer__bottom-link ul li a:hover {
  color: #F18F20;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rs-footer.rs-footer-4 .rs-footer__navigation {
    margin-top: 30px;
  }
}
