/* logo */
.rg-3 {
  row-gap: 30px;
}
.home-logo {
  width: 400px;
}
.navigation-head {
	position: relative;
	z-index: 2;
}
.banner-padd {
  padding-top: 0;
}
.navigation-head.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}
.sticky nav .nav-header-container .navbar-brand img {
	opacity: 1 !important;
}
.navbar .navbar-nav .nav-link {
	padding: 35px 0;
}
/* Home */
.navbar .navbar-nav .nav-link {
	padding: 30px 0;
	font-weight: 400;
	font-size: 16px;
	margin: 0 15px;
	word-break: normal;
	line-height: 26px;
}
img.mob-bann {
  display: none !important;
}
/* Footer */
.footer-logo-cont {
  font-family: 'roboto';
}
.foot-logo {
  filter: brightness(100);
  width: 80%;
}
.foot-contact {
  display: flex;
  align-items: center;
  color: White;
}
.foot-contact i {
  font-size: 18px;
}
section.exp {
	padding-bottom: 30px;
}
.mt-50 {
  margin-top: 50px;
}
footer ul li,.dropdown-menu {
	font-size: 16px;
  line-height: 28px;
}
.rounded-icon {
  display: none;
}
.cover-background {
	height: 500px;
}
@media (max-width: 1150px) {
  .navbar-expand-lg .navbar-toggler {
    display: block !important;
    margin: 30px 0 28px 10px;
  }
  .collapse:not(.show) {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .swiper-slide {
    height: 450px !important;
  }
  .md-margin-7-rem-bottom {
    margin-bottom: 1rem;
  }
  .flex-column-md-reverse {
    flex-direction: column-reverse;
  }
  section.big-section {
    padding: 60px 0;
  }
  .mt-50 {
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .banner-padd {
    padding-bottom: 0;
  }
  img.desk-bann {
    display: none !important;
  }
  img.mob-bann {
    display: block !important;
  }
  .swiper-slide {
    height: 500px !important;
  }
  .navbar-brand img {
    margin-left: 20px;
  }
  .md-margin-50px-bottom {
    margin-bottom: 30px;
  }
  section.exp {
    padding: 50px;
    padding-bottom: 60px;
  }
  .mt-50 {
    margin-top: 20px;
  }
  .bg-gradient-light-purple-light-orange {
    display: none;
  }
  .md-margin-7-rem-bottom {
    margin-bottom: 1rem;
  }
  .image-back-offset-shadow.position-right.active img {
    transform: unset;
  }
  .sm-padding-50px-right {
    padding: 60px 15px 30px 20px;
  }
  .sm-padding-50px-right.no-padd {
    padding: 0px 15px 30px 20px;
  }
  section.big-section {
    padding: 30px 0 60px 0;
  }
}
