.breadcrumb > li a,
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}

#arrow-back {
	font-weight: bolder;
	margin-left: 100px;
	margin-top: 50px;
	margin-bottom: 20px;
}

#arrow-back > a {
	color: #22bbe4;
	margin-right: 10px;
	border: none;
	background: transparent;
}

#application_banner {
	margin-bottom: 40px;
}

#application_banner .container {
	min-height: 200px;
	align-items: center;
	display: flex;
}

#banner-title {
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
}

#banner-title:hover {
	text-decoration: none;
	color: #000;
}

.div-title {
	font-weight: bold;
	color: #00467f;
}

.title-container {
	margin-top: 3%;
	padding-bottom: 50px;
}

.title-container > h3 {
	font-size: 20px;
	font-weight: bolder;
}

.description {
	padding-right: 12px;
	color: grey;
	max-height: 25vh;
	overflow-y: scroll;
}

.share-container {
	position: absolute;
	width: inherit;
	bottom: 0;
}

.social-media-container {
	margin-top: 0px;
}
.gallery-social-btn {
	margin-right: 5px;
	cursor: pointer;
	border: none;
	background: transparent;
	font-size: 30px;
}

#copy-btn {
	margin-left: 10px;
}

#load-more-btn {
	color: #fff;
	font-weight: bold;
	background: #5e9fd6;
	padding: 5px 10px;
	border: 2px solid #5e9fd6;
	outline: none;
	border-radius: 8px;
}

#load-more-btn:hover {
	background: #fff;
	color: #5e9fd6;
}

.fb-btn > i {
	color: #3b5998;
}

.instagram-btn > i {
	color: #f58529;
}

.twitter-btn > i {
	color: #0084b4;
}

.youtube-btn > i {
	color: #c4302b;
}

.google-btn > i {
	color: #ea4335;
}

.linkedin-btn > i {
	color: #0e76a8;
}

.gallery-social-btn > i:hover {
	color: #22bbe4;
}

.share-btn {
	padding: 0px 35px;
	color: #fff;
	background-color: #22bbe4;
	border: 2px solid #22bbe4;
	border-radius: 20px;
}

.share-btn:hover {
	background-color: #fff;
	color: #22bbe4;
	font-weight: bolder;
}

#yt-vid-container {
	position: relative;
	height: 400px;
	width: 100%;
}

#yt-vid-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#gallery-container {
	padding-bottom: 40px;
}

#description-container {
	position: relative;
}

.vid-thumbnail {
	cursor: pointer;
	transition: 0.4s;
}

.vid-thumbnail:hover,
.vid-thumbnail.active {
	transition: 0.4s;
	margin-bottom: 15px;
	/* box-shadow: 0 0 5px #00467f; */
}

.thumb-img-container {
	height: 20vh;
	padding: 0px;
	overflow: hidden;
}

.vid-img {
	width: 100%;
	height: 100%;
	transition: 0.6s;
}

.thumb-description-container {
	font-size: 0.9rem;
	height: 70px;
	overflow-y: hidden;
}

.thumb-title {
	font-size: 0.9rem;
	cursor: pointer;
	margin-top: 10px;
	font-weight: bolder;
}

.vid-thumbnail:hover .vid-img,
.vid-thumbnail.active .vid-img {
	transition: 0.6s;
	transform: scale(1.2);
}

.vid-thumbnail.active .thumb-title,
.vid-thumbnail:hover .thumb-title {
	color: #22bbe4;
}

.thumb-title-container > p.description {
	overflow-y: hidden;
	max-height: 90px;
	font-size: 12px;
}

#vid-carousel {
	margin-top: 30px;
	padding: 0px 15px;
}

/* the slides */
.slick-slide {
	margin-left: 10px;
}

/* the parent */
.slick-list {
	margin-left: -10px;
}

.gallery-img-container {
	padding-right: 0px;
}

#gallery-container img.big {
	height: 40vh;
	width: 100%;
}

#gallery-container img.small {
	height: 19vh;
	width: 100%;
}

@media (max-width: 1600px) {
	#yt-vid-container {
		height: 60vh;
	}

	#application_banner .container {
		min-height: 120px;
	}
}

@media (max-width: 1200px) {
	#arrow-back {
		margin-left: 10px;
	}

	.title-container {
		padding-bottom: 135px;
	}

	#copy-btn {
		margin: 10px 0px;
	}

	#gallery-container img.big {
		height: 30vh;
		width: 100%;
	}

	#gallery-container img.small {
		height: 14vh;
		width: 100%;
	}
}

@media (max-width: 770px) {
	#gallery-container img.big {
		height: auto;
		width: 100%;
	}

	#gallery-container img.small {
		height: auto;
		width: 100%;
	}
}

@media (max-width: 450px) {
	#yt-vid-container {
		height: 200px;
	}

	.thumb-img-container {
		height: 180px;
	}

	#gallery-container img.big {
		height: auto;
		width: 100%;
	}

	#gallery-container img.small {
		height: auto;
		width: 100%;
	}

	.title-container {
		padding-bottom: 140px;
	}

	#gallery-container {
		width: 100%;
		overflow: hidden;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#application_banner .container {
		height: 200px;
	}
}

/*asdadsdsd*/

/*// Within style tags in your html file*/
* {
	box-sizing: border-box;
}

.grid:after {
	content: "";
	display: block;
	clear: both;
}

/* .grid-sizer,
.grid-item {
	width: calc(33.333% - 10px);
} */
@media (max-width: 575px) {
	.grid-sizer,
	.grid-item {
		width: 100%;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.grid-sizer,
	.grid-item {
		width: calc(50% - 10px);
	}
}

/* To change the amount of columns on larger devices, uncomment the code below */

/* @media (min-width: 768px) and (max-width: 991px) {
  .grid-sizer,
  .grid-item {
    width: 33.333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-sizer,
  .grid-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .grid-sizer,
  .grid-item {
    width: 20%;
  }
} */

.grid-item {
	float: left;
	margin-bottom: 10px;
	cursor: pointer;
}

.grid-item img {
	display: block;
	max-width: 100%;
}

/* .grid-item::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: transparent;
	z-index: 99;
	height: 100%;
	width: 100%;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
} */

.grid-item:hover::after {
	background: rgba(0, 0, 0, 0.4);
}

.modal-dialog.modal-xl {
	width: fit-content;
}

.modal-body {
	height: 100%;
	text-align: center;
}

#modal_img {
	max-height: 90vh;
}

button.close {
	opacity: 1;
	position: absolute;
	top: -13px;
	right: -9px;
	padding: 0px 5px;
	border-radius: 50%;
	background-color: #fff;
	outline: none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.close:hover {
	color: #22bbe4;
	text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}
