html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}

/*@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff);
}*/
:root {
    --main-color: #255597;
	--main-two: #1c7a3c;
	--h-sp: #255597;
}
/*----------------------------------------------------------------------------------------------------------------
	Global
----------------------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #071e70;
}
p {
	color: #676767;
	font-size: 16px;
}
a:hover{
	text-decoration: none;
}
li{
	list-style-type: none;
}
.c-btn {
	background-color: #071e70;
	color: #fff;
	padding: 0.5rem 2rem;
	border-radius: 10px;
}
.c-btn:hover {
	color: #fff;
	background-color: #04113e;
}
.mr0 {
	margin: 0;
}
.pd0 {
	padding: 0;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.pt10 {
	padding-top: 10px;
}
.pt20 {
	padding-top: 20px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb20 {
	padding-bottom: 20px;
}
.relative {
	position: relative;
}
.width100 {
	width: 100%;
}
.txtct {
	text-align: center;
}
.txtrt {
	text-align: right;
}
.txtupr {
	text-transform: uppercase;
}
.dflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.page-section {
	padding: 2rem 0;
}
.section-entry {
	padding: 5rem 0;
}
.section-entry-top {
	padding-top: 5rem;
}
.section-entry-bottom {
	padding-bottom: 5rem;
}
.align-c {
	align-items: center;
}
.txtbc h1, .txtbc h2, .txtbc h3, .txtbc h4, .txtbc h5, .txtbc h6, .txtbc p {
	color: #000;
}
.txtwt h1, .txtwt h2, .txtwt h3, .txtwt h4, .txtwt h5, .txtwt h6, .txtwt p {
	color: #fff;
}
.txtyl h1, .txtyl h2, .txtyl h3, .txtyl h4, .txtyl h5, .txtyl h6, .txtyl p {
	color: #ffcc00;
}


/*---------------------------------------------------------------------------------------------------------------------
	Navbar
---------------------------------------------------------------------------------------------------------------------*/
/* NAV LINK BASE */
html {
  scroll-behavior: smooth;
}
#header {
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #ddd;
  background: #fff;
  transition: all 0.3s ease;
  border-top: 1px solid var(--main-two);
}

body.scrolled #header {
  position: sticky;
  top: 0;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.nav-link {
  position: relative;
  font-weight: 500;
  color: #6c757d;
  font-size: 17px;
  padding: 8px 0;
  transition: color 0.3s ease;
}

/* Underline effect */
.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background-color: var(--h-sp);
  transition: width 0.3s ease;
}

/* Hover effect */
.nav-link:hover {
  color: var(--h-sp);
}

.nav-link:hover::after {
  width: 100%;
}

/* Active (scroll-based) */
.nav-link.active {
  color: var(--h-sp);
}

.nav-link.active::after {
  width: 100%;
}
.navbar-collapse {
  transition: height 0.35s ease;
}




/* CAROUSEL ARROWS BG */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 18px;
  background-size: 60%;
}
.carousel-item {
    transition: transform 0.4s ease-in-out;
}

.social-links a {
  color: #6c757d;
  font-size: 16px;
  transition: color 0.3s ease;
  border-right: 1px solid #6d767f;
  padding-right: 15px;
}

.social-links a:hover {
  color: var(--h-sp);
}
.logo {
	width: 120px;
}

/* MOBILE */
/* @media (max-width: 991px) {
  .carousel-item img {
    height: 50vh;
  }
} */



/*---------------------------------------------------------------------------------------------------------------------
	Carousel
---------------------------------------------------------------------------------------------------------------------*/
/* 
.myCarouselCaption {
    right: 50%;
    bottom: 50%;
    transform: translateY(50%);
    left: 10%;
    color: #000;
    text-align: left;
}
.myCarouselCaption h5 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
.myCarouselCaption p {
	padding-right: 100px;
} */

/* ...........................................................................
 Owl Carousel
..................................................................................... */

.owl-prev span, .owl-next span {
	color: red;
	font-size: 20px;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: -20px;
}

.owl-next {
	right: -20px;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}

.owl-carousel .owl-item img {
	width: 65%;
}



/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/

/* .main-wrapper {
	margin-top: 81px;
} */

.founder-tag {
      background: var(--main-two);
      padding: 10px 14px;
      font-weight: 600;
	  color: #fff;
      font-size: 14px;
      position: absolute;
      top: 15px;
      left: 15px;
    }

    .founder-img {
      position: relative;
    }

    .about-title {
      font-weight: 700;
      font-size: 28px;
    }

    .about-subtitle {
      font-weight: 700;
      font-size: 20px;
    }

    .highlight-list li {
      list-style: none;
      margin-bottom: 8px;
      font-weight: 500;
    }

    .highlight-list i {
      color: var(--main-two);
      margin-right: 8px;
    }

    .media-logo {
      font-weight: 800;
      font-size: 26px;
      letter-spacing: 1px;
    }

    .read-more {
      color: var(--main-two);
      font-weight: 600;
      text-decoration: none;
    }

    .video-wrapper iframe {
      width: 100%;
      height: 380px;
      border-radius: 8px;
    }

	.border-start {
    border-left: 5px solid var(--h-sp) !important;
}

    @media (max-width: 768px) {
      .video-wrapper iframe {
        height: 350px;
      }
    }

.hm-ab-cover {
	padding: 3rem 0;
}
	.hm-ab {
		font-size: 40px;
		font-weight: 600;
	}


	.industry-slider-section {
  background: #fff;
}

.industry-slide {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 425px;
}

.industry-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Overlay gradient */
.industry-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.7)
  );
  z-index: 1;
      left: 21px;
}

/* Text Overlay */
.facts-overlay {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  color: #fff;
}

.slide-no {
  font-size: 80px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 2px var(--main-two);
  line-height: 1;
}

.facts-overlay h4 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 10px;
  color: #fff;
}

/* Smooth transitions */
.industry-slide,
.industry-slide img,
.industry-slide::after,
.facts-overlay {
  transition: all 0.45s ease;
}

/* Card hover */
.industry-slide:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

/* Image zoom on hover */
.industry-slide:hover img {
  transform: scale(1.08);
}

/* Darker overlay on hover */
.industry-slide:hover::after {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.85)
  );
}

/* Text lift effect */
.industry-slide:hover .facts-overlay {
  transform: translateY(-10px);
}

/* Optional: stroke color highlight */
.industry-slide:hover .slide-no {
  -webkit-text-stroke-color: var(--main-one);
}

.facts-overlay h4 {
  position: relative;
}

.facts-overlay h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: var(--main-one);
  transition: width 0.4s ease;
}

.industry-slide:hover h4::after {
  width: 40px;
}


/* Arrows */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}


.clients {
	padding: 4.5rem 0;
}
.hm-office-wrap {
	font-size: 17px;
}
.hm-office-text {
	font-weight: 600;
}
.hm-office-icon {
	color: var(--main-two);
}
.hm-no {
	font-size: 25px;
}
.founder-tag {
	font-size: 18px;
}


.hm-product-card {
	background: #727376;
	overflow: hidden;
	transition: all 0.4s ease;
	height: 100%;
}

.hm-product-card img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.hm-product-content {
	padding: 25px;
	color: #fff;
	transition: all 0.4s ease;
}

.hm-product-content h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.hm-product-content p {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 20px;
}

.hm-product-content a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.hm-product-content a span {
	margin-left: 5px;
	transition: margin-left 0.3s ease;
}

/* Hover Effect (like middle card) */
.hm-product-card:hover,
.hm-product-card.active {
	background: var(--h-sp);
}
.hm-product-content h4, .hm-product-content p {
	color: #fff;
}
.hm-product-card:hover .hm-product-content,
.hm-product-card.active .hm-product-content {
	color: #000;
}

.hm-product-card:hover a,
.hm-product-card.active a {
	color: #fff;
}

.hm-product-card:hover a span {
	margin-left: 10px;
}

.hm-product-btn a {
	background: var(--h-sp);
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}
.hm-product-btn {
	text-align: end;
}

.hm-product-btn a:hover {
	background: #000;
	color: #fff;
	}



	/* testimonial */
.hm-g {
	color: var(--main-two);
}
	.hm-testimonial {
	background: #fff;
}

.testimonial-item p {
	font-size: 18px;
	line-height: 1.7;
	color: #8a8f98;
	margin-bottom: 25px;
}

.testimonial-name {
	display: flex;
	align-items: center;
	gap: 12px;
}

.testimonial-name span {
	width: 60px;
	height: 4px;
	background: var(--h-sp);
	display: inline-block;
}

.testimonial-name h5 {
	margin: 0;
	font-weight: 700;
}

/* Nav Buttons */
.testimonial-nav {
	display: flex;
	gap: 15px;
}

.testimonial-nav button {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 2px solid var(--h-sp);
	background: transparent;
	font-size: 18px;
	color: #000;
	transition: all 0.3s ease;
}

.testimonial-nav button:hover {
	background: var(--h-sp);
	color: #fff;
}


/* logo */

.company-img-fit{
    aspect-ratio: 3/1.4;
    object-fit:"cover";
    margin-right:20px;
    
}
.client-logo{
    /*background-color: #0dcaf0;*/
    padding: 2rem 0;
}
.client-item {
    /* background: #dddddd94; */
    padding: 0.3rem;
    
}
.client-top {
    padding: 2rem 0;
}

/* contact us */
.contact-section {
    padding: 80px 0;
}

.contact-title {
    font-size: 36px;
    font-weight: 700;
}

.contact-sub {
    color: #555;
    margin-bottom: 35px;
}

/* Inputs */
.contact-input {
    padding: 14px 16px;
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 15px;
}

.contact-input:focus {
    border-color: #000;
    box-shadow: none;
}

/* Button */
.contact-btn {
    background: #000;
    color: #fff;
    padding: 16px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    transition: 0.3s;
}

.contact-btn:hover {
    background: #222;
}

/* Right side */
.contact-help-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    margin-bottom: 22px;
}

.contact-info i {
    font-size: 18px;
}




/*---------------------------------------------------------------------------------------------------------------------
	catalogue
---------------------------------------------------------------------------------------------------------------------*/

.catalogue-cover {
  /* background-image: url("../img/catalogue-banner.jpg"); */
  /* padding: 7rem 0; */
  /* background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
  /*background: linear-gradient(135deg, #255597, #727376);*/
  /*position: relative;*/
  /*padding: 1rem 0;*/
}
/* .catalogue-cover::after {
  background-color: #00000077;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  position: absolute;

} */
/*.catalogue-wrap {*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/
/*.catalogue-wrap h1, .catalogue-wrap p {*/
/*  color: #fff;*/
/*}*/
/*.catalogue-section {*/
/*  background: #f8f9fa;*/
/*}*/

/*.catalogue-card {*/
/*  background: #ffffff;*/
/*  border-radius: 16px;*/
/*  overflow: hidden;*/
/*  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);*/
/*  transition: all 0.4s ease;*/
/*  height: 100%;*/
/*}*/

/*.catalogue-card:hover {*/
/*  transform: translateY(-8px);*/
/*  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);*/
/*}*/

/*.catalogue-img img {*/
/*  width: 100%;*/
/*  height: 260px;*/
/*  object-fit: cover;*/
/*  transition: transform 0.5s ease;*/
/*}*/

/*.catalogue-card:hover .catalogue-img img {*/
/*  transform: scale(1.08);*/
/*}*/

/*.catalogue-content {*/
/*  padding: 15px;*/
/*  text-align: center;*/
/*}*/

/*.catalogue-content h3 {*/
/*  font-size: 20px;*/
/*  font-weight: 600;*/
/*  margin-bottom: 15px;*/
/*  color: #222;*/
/*}*/

.hm-catalogue {
    padding: 2rem 0;
}
.catalogue-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.catalogue-card:hover {
    transform: translateY(-6px);
}

.catalogue-img img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
}

.catalogue-content {
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.catalogue-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.4;
}

/* ORANGE BUTTON (same as image) */
.btn-download {
    background-color: #d96b2f;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-download:hover {
    background-color: #bf5d27;
    color: #fff;
}


.btn-download {
  display: inline-block;
  padding: 10px 28px;
  border-radius: 30px;
  background: linear-gradient(135deg, #255597, #727376);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-download:hover {
  background: linear-gradient(135deg, #727376, #255597);
  color: #fff;
  transform: scale(1.05);
}


/*---------------------------------------------------------------------------------------------------------------------
	gallery
---------------------------------------------------------------------------------------------------------------------*/

/* Professional Gallery Styles */
.gallery-section {
    background-color: #f8f9fa; /* Light background for contrast */
}

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px; /* Slightly larger rounded corners for modern look */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Softer, deeper shadow */
    transition: all 0.3s ease; /* Smooth transition for hover */
    background: white; /* Clean white card background */
    height: 100%; /* Full height for uniform grid */
    display: flex;
    flex-direction: column;
}

.gallery-card:hover {
    transform: translateY(-5px); /* Lift effect on hover instead of scale for subtlety */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); /* Enhanced shadow on hover */
}

.gallery-img {
    flex-grow: 1; /* Image takes available space */
    position: relative;
}

.gallery-img img {
    width: 100%;
    /*height: 250px; */
    object-fit: cover; /* Crop to fill without distortion */
    display: block;
    transition: transform 0.3s ease; /* Smooth zoom on hover */
}

.gallery-card:hover .gallery-image {
    transform: scale(1.05); /* Subtle zoom on image hover */
}

.no-image-placeholder {
    height: 250px; /* Match image height */
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%); /* Subtle gradient */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #dee2e6;
    color: #6c757d;
    font-style: italic;
}

.gallery-caption {
    background: white;
    border-top: 1px solid #e9ecef; /* Subtle separator */
    padding: 1.5rem; /* More breathing room */
}

.gallery-title {
    color: #333; /* Dark text for readability */
    font-weight: 600; /* Semi-bold for emphasis */
    font-size: 1.1rem; /* Slightly larger for professionalism */
    line-height: 1.4;
}

.gallery-img {
    position: relative;
    overflow: hidden;
}

/* Anchor full size */
.gallery-img a {
    display: block;
    position: relative;
    cursor: pointer;
}

/* Overlay */
.gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Icon */
.gallery-overlay i {
    color: #fff;
    font-size: 40px;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

/* Hover effects */
.gallery-img:hover .gallery-overlay {
    opacity: 1;
}

.gallery-img:hover .gallery-overlay i {
    transform: scale(1);
}

.gallery-img:hover img {
    transform: scale(1.05);
}


/*---------------------------------------------------------------------------------------------------------------------
	Contact
---------------------------------------------------------------------------------------------------------------------*/

.whatsapp-info,
.pulse {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    color: #fff;
    background: #1ab744;
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 35px;
    text-align: center;
    z-index: 99;
    border-radius: 90%;
    height: 52px;
    width: 52px;
    line-height: 52px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .3
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(.1);
        transform: scale(.1);
        opacity: 0
    }
    50% {
        opacity: .3
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.pulse:nth-child(1) {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.pulse:nth-child(2) {
    -webkit-animation: pulse 2s infinite .3s;
    animation: pulse 2s infinite .3s
}

.pulse:nth-child(3) {
    -webkit-animation: pulse 2s infinite .6s;
    animation: pulse 2s infinite .6s
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

.fa-whatsapp::before {
    content: "\f232";
}
#mail-msg-alert {
	margin-bottom: 3rem;
}
#mail-msg-alert button.btn {
	display: table;
	margin: 0 auto;
}
#mail-msg {
	color: #fff;
}
#mail-msg:hover {
	text-decoration: none;
}
.map-wrapper {
    line-height:0;
}


/*---------------------------------------------------------------------------------------------------------------------
	404 page not found
---------------------------------------------------------------------------------------------------------------------*/
/*.page-not-found-wrap {
	margin-top: 7rem;
}*/
.page-not-found {
	display: table;
	margin: 0 auto;
	padding: 5rem 0;
	width: 50%;
	filter: drop-shadow(2px 4px 6px black);
	display: none;
}
.page-not-found-text {
	text-align: center;
	margin: 8rem 0 5rem;
}

/* oops text with fill background image */
/* .page-not-found-text h1 {
	font-family: 'Rubik Mono One', sans-serif;
	font-size: 20vw;
	color: #000;  
    background: url("../img/banner1.jpg") no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: center;
	text-transform: capitalize;
} */

.page-not-found-text h6 {
	font-size: 25px;
	font-weight: bold;
}
.page-not-found-text a {
	font-weight: bold;
}
/*---------------------------------------------------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------------------------------------------------*/


.bottom-footer-wrapper {
	background-color: #000;
	padding: 1rem 0;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #fff;
}
.creator-link {
	color: var(--h-sp);
}
.creator-link:hover {
	color: #fff;
}




.footer-wrapper {
	background: var(--h-sp);
	color: #bfbfbf;
}

.top-footer-wrapper {
	padding: 70px 0;
}

.footer-logo img {
	max-width: 160px;
}

.footer-text {
	font-size: 15px;
	line-height: 1.7;
	color: #bfbfbf;
	margin-bottom: 20px;
}

.footer-title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 25px;
}

.footer-links,
.footer-product {
	list-style: none;
	padding: 0;
}

.footer-links li,
.footer-product li {
	margin-bottom: 10px;
}

.footer-links a,
.footer-product a {
	color: #bfbfbf;
	text-decoration: none;
	position: relative;
	padding-left: 15px;
}

.footer-links a::before,
.footer-product a::before {
	content: "›";
	position: absolute;
	left: 0;
	color: #999;
}

.footer-links a:hover,
.footer-product a:hover {
	color: #fff;
}

.footer-info {
	display: flex;
	gap: 12px;
	margin-bottom: 15px;
	font-size: 15px;
}

.footer-info i {
	color: #bfbfbf;
	margin-top: 4px;
}

.footer-info a {
	color: #bfbfbf;
	text-decoration: none;
}

.footer-info a:hover {
	color: #fff;
}

/* Social */
.footer-social {
	margin-top: 20px;
}

.footer-social a {
	display: inline-flex;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	color: #fff;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
	transition: 0.3s;
}

.footer-social a:hover {
	background: #fff;
	color: #000;
}

/* Bottom */
.bottom-footer-wrapper {
	background: #727376;
	padding: 15px 0;
	text-align: center;
}

.footer-copyright-text {
	margin: 0;
	font-size: 14px;
}

.creator-link {
	color: #fff;
	text-decoration: none;
}
