.galelry-lightbox a{
  height: 700px;
  width: 850px;
}
*{
  margin: 0;
  padding: 0;
}
.quickcon{
  display: block;
  position: fixed;
  left: 0px;
  bottom: 15px;
  z-index: 5;
}

.quickcon .bi .bx .bxl{
  display: block;
}

.quickcon .whatsapp{
  display: block;
}
.whatsapp i{
  color: #ffffff;
  border-left: 1px solid #fff;
  font-size: 25px;
  padding: 13px;
  transition: .4s;
}
.whatsapp i:hover{
  color: #007bee;
  padding: 17px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: none;
  border: 1px solid #ee009f;
}
.whatsapp .whtsp{
  border-bottom-right-radius: 10px;
  background-color: #26d367;
}

.whatsapp .gogl{
  border-top-right-radius: 10px;
  background-color: #eb2300;
}

.whatsapp .inst{
  background-color: #ee009f;
}

.whatsapp .fb{
  background-color: #2629d3;
}
.whatsapp .call{
  background-color: #27bbe8;
}
@media (max-width: 500px) {
  .whatsapp i{
    color: #ffffff;

  font-size: 20px;
  padding: 10px;
  }
}

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

a {
  color: #e43c5c;
  text-decoration: none;
}

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

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #e43c5c;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

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

.back-to-top:hover {
  background: #8a007e;
  color: #fff;
}

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled, #header.header-inner-pages {
  background: rgb(255, 255, 255);
}

#header .logo img {
  max-height: 50px;
}

@media (max-width: 992px) {
  #header {
    border: 0;
  }
  #header .logo img {
    padding-left: 20px;
    max-height: 50px;
  }
}

@media (max-width: 430px) {
  #header .logo img {
    padding-left: 10px;
    max-height: 45px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar-nav {
  font-weight: 600;
  padding-right: 10px;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.dropdown-item:active, .dropdown-item:focus {
  background-color: rgb(255, 255, 255);
  color: #fd08c8;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  /* background-color: rgba(34, 39, 43, 0.8); */
  overflow: hidden;
  position: relative;
}

#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: '';
  /* background-color: rgba(12, 13, 14, 0.8); */
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 0;
  right: 0;
}

#hero .container {
  text-align: center;
  /* margin-top: 100px; */

}

#hero h2 {
  color: #fff;
  /* margin-bottom: -10%; */
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 15px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: .6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #e43c5c;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #e43c5c;
}

#hero .btn-get-started:hover {
  background: #5697d0;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (max-width: 500px) {
  #hero {
width: 100%;
    height: 64vh;
  }
  #hero h2{
    font-size: 25px;
  }
}

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

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

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

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #f5f9fc;
  color: #e43c5c;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  box-shadow: 0px 0 30px rgba(19, 20, 20, 0.308);
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #e43c5c;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 500;
  color: #919191;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h3 {
  font-size: 22px;
  font-weight: 700;
  color: #394047;
  margin-bottom: 15px;
  
}
.about p{
  text-align: justify;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #b9d4ec;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #e43c5c;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #e43c5c;
  border-color: #e43c5c;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #e43c5c;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("/pratik_image1.jpg") center center no-repeat;
  background-size: cover;
  height: 400px;
  width: 500px;
}

/* Responsiveness */
@media (max-width: 768px) {
  .about .icon-boxes h3 {
    font-size: 20px; /* Smaller font size */
  }

  .about .icon-box .icon {
    width: 50px;
    height: 50px; /* Smaller icons */
  }

  .about .icon-box .icon i {
    font-size: 28px; /* Smaller icon size */
  }

  .about .icon-box .title {
    font-size: 16px; /* Smaller title */
  }

  .about .icon-box .description {
    font-size: 12px; /* Smaller description text */
  }

  .about .video-box {
    width: 60%; /* Full width for smaller screens */
    height: 250px; /* Adjust video height */
  }
}

@media (max-width: 480px) {
  .about .icon-box .icon {
    width: 40px;
    height: 40px; /* Even smaller icons */
  }

  .about .icon-box .icon i {
    font-size: 24px; /* Even smaller icon size */
  }

  .about .icon-box .title {
    font-size: 14px; /* Smaller title for mobile */
  }

  .about .icon-box .description {
    font-size: 10px; /* Smaller description text */
  }

  .about .video-box {
    width: 94%;
    height: 300px; /* Adjust video box height for mobile */
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 80px 0 60px 0;
}

.counts .counters span {
  font-size: 48px;
  display: block;
  color: #e43c5c;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills {
  padding-top: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #394047;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e3e6e9;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #e43c5c;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 50px;
}

.services .icon-box {
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0 30px 0 rgba(5, 5, 5, 0.233);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
  width: 500px;
  /* height: 180px; */
}

.services .icon-box::before {
  content: '';
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: #e43c5c;
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #e43c5c;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/* Responsiveness */
@media (max-width: 1024px) {
  .services {
    margin-top: -5%;
  }
  .services .icon-box {
    width: 45%; 
    margin: 10px 0 ;
  }

  .services {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
  }
}

@media (max-width: 912px) {
  .services .icon-box {
    width: 45%; 
    margin: 0px;
  }

  .services .title  {
    font-size: 20px; 
  }
}

@media (max-width: 768px) {
  .services .icon-box {
    width: 100%;
    margin-bottom: -5%;
    /* padding: 30px 20px; */
  }

  .services .icon i {
    font-size: 36px;
  }

  .services .title  {
    font-size: 18px; 
  }

  .services .description {
    font-size: 14px; 
  }
}

@media (max-width: 480px) {
  .services {
    padding: 20px;
  }
  .services .icon-box {
    max-width: 100%;
    margin-bottom: -7%;
    /* padding: 25px; */
  }

  .services .icon i {
    font-size: 32px;
  }

  .services .title {
    font-size: 20px;
  }

  .services .description {
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(12, 13, 14, 0.8), rgba(12, 13, 14, 0.8)), url("https://media.bizonance.in/api/v1/image/download/473d09b1-bd47-4297-9b0c-f79e6a7c9fc8/pratikRohakar/1737348651222-img%20(8).jpg?q=50%") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

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

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 20px;
  background: #e43c5c;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #5697d0;
}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.no-gutters > .col-lg-3,
.no-gutters > .col-md-4 {
  padding: 3px;
}

.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-right: 3px ;
  border-bottom: 3px ;
}

.gallery .gallery-item img {
  width: 100%;
  /* height: auto; */
  height: 200px; /* Set a fixed height */
  object-fit:cover; /* Ensures images fill the container without distortion */
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/* Ensure GLightbox navigation buttons are visible */
/* Styling for Next and Prev buttons */
.glightbox-container .gprev,
.glightbox-container .gnext {
    display: block !important;
    opacity: 1 !important;
    width: 50px; /* Default width */
    height: 50px; /* Default height */
    font-size: 2em; /* Adjust icon size */
    color: #fff; /* Ensure visibility on various backgrounds */
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    border-radius: 50%; /* Make buttons round */
}

/* Responsive column layout */
@media (min-width: 1200px) { /* Large screens */
    .gallery .gallery-item {
        flex: 0 0 25%; /* 4 columns */
    }
}

@media (min-width: 992px) and (max-width: 1199px) { /* Medium screens */
    .gallery .gallery-item {
        flex: 0 0 33.33%; /* 3 columns */
    }
}

@media (min-width: 768px) and (max-width: 991px) { /* Small screens */
    .gallery .gallery-item {
        flex: 0 0 50%; /* 2 columns */
    }
    /* Adjust button position and size for mobile */
    .glightbox-container .gprev, 
    .glightbox-container .gnext {
        width: 30px;
        height: 40px;
        font-size: 1.5em;
        position: absolute;
        top: 50%;
    }
    .glightbox-container .gprev {
      left: 5px; /* Space from left for prev button */
  }
  .glightbox-container .gnext {
      right: 5px; /* Space from right for next button */
  }
}

@media (max-width: 540px) { /* Extra small screens */
    .gallery .gallery-item {
        /* padding: 10px; */
        flex: 0 0 100%; /* 1 column */
    }
    
    /* Adjust Next and Prev button size and position for mobile */
    .glightbox-container .gprev, 
    .glightbox-container .gnext {
        width: 25px;
        height: 30px;
        font-size: 1.2em; /* Smaller icon size for mobile */
        position: absolute;
        top: 50%; /* Center vertically */
        transform: translateY(50%); /* Adjust for centered positioning */
    }

    /* Specific position adjustments */
    .glightbox-container .gprev {
        left: 5px; /* Space from left for prev button */
    }
    .glightbox-container .gnext {
        right: 5px; /* Space from right for next button */
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #343a40;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.team .member .member-info {
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

.team .member .member-info-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  transition: bottom 0.4s;
}

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

.team .member .member-info-content span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: -38px;
  right: 0;
  height: 48px;
  transition: bottom ease-in-out 0.4s;
  text-align: center;
}

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

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

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

.team .member:hover .member-info {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 212, 255, 0) 100%);
  opacity: 1;
  transition: 0.4s;
}

.team .member:hover .member-info-content {
  bottom: 60px;
  transition: bottom 0.4s;
}

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

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
}

.contact .info-box i {
  font-size: 32px;
  color: #e43c5c;
  border-radius: 50%;
  padding: 8px;
}

#contact .section-title {
  margin-top: -3%;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #2c4964;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.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;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

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

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #e43c5c;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f7f8f8;
  min-height: 40px;
  margin-top: 70px;
}

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

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 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: #505a63;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f4e2c3;
  padding: 0 0 15px 0;
  color: #ffffff;
  font-size: 14px;
}


#footer .footer-top {
  background: #272c30;
  border-top: 1px solid #394047;
  border-bottom: 1px solid #394047;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  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;
  color: #fff;
}
#footer .footer-top .footer-info a{
  color: white;
}

#footer .footer-top .social-links a {
  font-size: 16px;
  display: inline-block;
  background: #394047;
  color: #fff;
  line-height: 1;
  padding: 10px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

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

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  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: #5697d0;
  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: #5697d0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 8px;
  text-align: center;
  font-size: 13px;
  color: #000000;
}
