/*
@media (max-width: 480px) {
	.brand-size {
		font-size: 98% !important;
	}
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 0rem !important;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem)!important;
	padding-left: var(--bs-gutter-x, .75rem)!important;
	margin-right: auto;
	margin-left: auto;
}

.me-2 {
	margin-right: .5rem !important;
}
.fa, .fas {
	font-weight: 900;
}
.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.promo-video {
position: relative;
padding: 150px 0;
background: url("../images/background/promo-video.jpg");
background-size: cover;
background-position: center center;
}
.promo-video:before {
  position: absolute;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(12, 120, 163, 0.8);
}
.promo-video .block {
  position: relative;
  z-index: 10;
}
.promo-video h6,
.promo-video h1,
.promo-video i {
  color: #fff;
}
.promo-video h6 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 2px;
}
.promo-video h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
.promo-video a {
  display: block;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  border: 5px solid #fff;
  transition: all 0.3s ease;
  border-radius: 100%;
}
.promo-video a i {
  line-height: 70px;
  font-size: 20px;
}
.promo-video a:hover {
  transform: scale(1.1);
}


*/
.gallery {
  padding: 100px 0;
}
.gallery .gallery-item {
  margin-top: 30px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}
.gallery .gallery-item img {
  width: 100%;
}
.gallery .gallery-item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.gallery .gallery-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gallery .gallery-item h3 {
  position: absolute;
  z-index: 5;
  bottom: 85px;
  color: #fff;
  font-weight: bold;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 30px;
  font-family: "Source Sans Pro", sans-serif;
  transform: translateY(20px);
}
.gallery .gallery-item p {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  color: #fff;
  font-weight: normal;
  opacity: 0;
  transition: all 0.3s ease;
  padding: 30px;
  font-size: 14px;
  line-height: 20px;
  transform: translateY(20px);
  transition-delay: 0.1s;
}
.gallery .gallery-item:hover:before {
  opacity: 1;
}
.gallery .gallery-item:hover h3,
.gallery .gallery-item:hover p {
  opacity: 1;
  transform: translateY(0);
}
.video-gallery {
  padding: 100px 0;
}
.video-gallery .video-gallery-item {
  margin-top: 50px;
}
.video-gallery .video-gallery-item .image-holder {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}
.video-gallery .video-gallery-item .image-holder img {
  width: 100%;
}
.video-gallery .video-gallery-item .image-holder:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(19, 38, 70, 0.7);
  top: 0;
}
.video-gallery .video-gallery-item .image-holder a {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  z-index: 5;
  border: 5px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.video-gallery .video-gallery-item .image-holder a i {
  font-size: 25px;
  line-height: 70px;
  color: #fff;
}
.video-gallery .video-gallery-item h3 {
  text-align: center;
  color: #48bdc5;
  margin-top: 15px;
  text-transform: capitalize;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
}

/*
@media (max-width: 991px) {
  .video-gallery .video-gallery-item .image-holder a {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
  }
  .video-gallery .video-gallery-item .image-holder a i {
    font-size: 16px;
    line-height: 48px;
  }
}
*/


