.mobile-sidenav {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1021;
	min-height: 100vh;
	min-height: -webkit-fill-available;
	overflow: hidden;
}

.centered-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 500px;
}

.home-achievements {
	background-image: url(../media/home/achievements.jpg);
	background-size: cover;
}

.home-different {
	height: 100%;
	transition: all 0.2s;
}

.home-different:hover {
	transform: scale(1.03);
	transition: all 0.2s;
}

.testimonials {
	background-image: url(../media/testimonials/background.jpg);
	background-size: cover;
	background-position: center center;
}

.nav-link:hover {
	background-color: #ccebf8;
}

.dropend-menu {
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0;
	margin: 0;
	font-size: 1rem;
	color: #444;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0;
	margin-top: -1px;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropend:hover .dropend-menu {
	display: block;
}

.custom-dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #444;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.custom-dropdown-item:hover {
	background-color: #ccebf8;
}

.nav-item .btn:focus {
	box-shadow: none;
}

.empty-accordion-button {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 1rem 1.25rem;
	font-size: 1rem;
	color: #444;
	text-align: left;
	background-color: #fff;
	border: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		border-radius 0.15s ease;
	color: #502c87;
	background-color: #eeeaf5;
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.background-light-info {
	background-color: #ccebf8;
}

.blockquote-custom {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1em 2px;
	padding: 0.5em 10px;
	quotes: '\201C''\201D';
}
.blockquote-custom:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
.blockquote-custom p {
	display: inline;
}

* {
	scroll-margin-top: 95px;
}

.x-background {
	background-color: #f2f1f5;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cg fill='%23c6bcd6' fill-opacity='0.4'%3E%3Cpath fill-rule='evenodd' d='M5 3.59L1.46.05.05 1.46 3.59 5 .05 8.54l1.41 1.41L5 6.41l3.54 3.54 1.41-1.41L6.41 5l3.54-3.54L8.54.05 5 3.59zM17 2h24v2H17V2zm0 4h24v2H17V6zM2 17h2v24H2V17zm4 0h2v24H6V17z'/%3E%3C/g%3E%3C/svg%3E");
	font-family: 'Crimson Text', serif;
}

.x-background::before {
	color: rgb(222, 4, 241);
	content: open-quote;
	font-size: 5em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

.x-background::after {
	color: rgb(222, 4, 241);
	content: close-quote;
	font-size: 5em;
	line-height: 0.3em;
	float: right;
}

.list-with-bg {
	counter-reset: item;
	list-style-type: none;
}

.list-with-bg li {
	display: block;
	position: relative;
	margin-bottom: 2rem;
	font-size: 1.25rem;
}

.list-with-bg li p {
	padding-left: 55px;
}

.list-with-bg li:before {
	content: counter(item) ' ';
	counter-increment: item;
	color: #351d5a;
	position: absolute;
	top: 50%;
	margin-top: -1em;
	background: #baa7d6;
	height: 2.2em;
	width: 2.2em;
	line-height: 2.2em;
	text-align: center;
	border-radius: 2.2em;
	font-weight: 700;
}

.timeline {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
	content: '';
	position: absolute;
	width: 6px;
	background-color: white;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -3px;
}

/* Container around content */
.timeline-container {
	padding: 10px 40px;
	position: relative;
	background-color: inherit;
	width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
	content: '';
	position: absolute;
	width: 25px;
	height: 25px;
	right: -13px;
	background-color: white;
	border: 4px solid #ffa200;
	top: 15px;
	border-radius: 50%;
	z-index: 1;
}

/* Place the container to the left */
.timeline-left {
	left: 0;
}

/* Place the container to the right */
.timeline-right {
	left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline-left::before {
	content: ' ';
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	right: 30px;
	border: medium solid white;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeline-right::before {
	content: ' ';
	height: 0;
	position: absolute;
	top: 22px;
	width: 0;
	z-index: 1;
	left: 30px;
	border: medium solid white;
	border-width: 10px 10px 10px 0;
	border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline-right::after {
	left: -13px;
}

/* The actual content */
.timeline-content {
	padding: 20px 30px;
	background-color: white;
	position: relative;
	border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
	/* Place the timelime to the left */
	.timeline::after {
		left: 31px;
	}

	/* Full-width containers */
	.timeline-container {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}

	/* Make sure that all arrows are pointing leftwards */
	.timeline-container::before {
		left: 60px;
		border: medium solid white;
		border-width: 10px 10px 10px 0;
		border-color: transparent white transparent transparent;
	}

	/* Make sure all circles are at the same spot */
	.timeline-left::after,
	.timeline-right::after {
		left: 15px;
	}

	/* Make all right containers behave like the left ones */
	.timeline-right {
		left: 0%;
	}

	.nax{
		width: 100%;
		margin-bottom: 5px;
	}
}

.text-justify {
	text-align: justify;
}

.accordion-custom .accordion-button {
	background-color: #d1c7e0;
	color: #351d5a;
}

.accordion-custom .collapsed {
	background-color: #dfdfdf;
	color: #0e0c13;
}

.small-scrollbar::-webkit-scrollbar {
	width: 3px;
}

/* Track */
.small-scrollbar::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
.small-scrollbar::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 30px;
}

/* Handle on hover */
.small-scrollbar::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.card-clickable,
.card-clickable:hover {
	color: #444;
	text-decoration: none;
}

.gallery-image-container {
	overflow: hidden;
}

.gallery-image {
	width: 100%;
	transition: all 200ms;
}

.gallery-image:hover {
	transform: scale(1.1, 1.1);
	transition: all 200ms;
}

.image-modal {
	position: fixed;
	z-index: 1022;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 90%;
	max-width: 1000px;
	height: 1000px;
	max-height: 70vh;
	background-size: contain;
	background-repeat: no-repeat;
}

.image-modal-background {
	position: fixed;
	z-index: 1021;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
}

.image-modal-close {
	position: absolute;
	top: 5px;
	right: 5px;
	opacity: 0.8;
}

.map-container {
	display: flex;
	align-items: center;
	justify-content: center;
}
.map {
	width: 100%;
	height: 400px;
	max-height: 40vh;
	border: 1px solid $clr-rust;
}


.blog-grid {
	margin-top: 15px;
	margin-bottom: 15px;
  }
  .blog-grid .blog-img {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	border:1px solid #e3e3e3;
  }
  .blog-grid .blog-img a img {
	  width: 100%;
  }
  .blog-grid .blog-img .date {
	position: absolute;
	background: #3a3973;
	color: #ffffff;
	padding: 8px 15px;
	left: 0;
	top: 10px;
	font-size: 14px;
  }
  .blog-grid .blog-info {
	box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
	border-radius: 5px;
	background: #ffffff;
	padding: 20px;
	margin: -30px 20px 0;
	position: relative;
  }
  .blog-grid .blog-info h5 {
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 10px;
  }
  .blog-grid .blog-info h5 a {
	color: #3a3973;
  }
  .blog-grid .blog-info p {
	margin: 0;
  }
  .blog-grid .blog-info .btn-bar {
	margin-top: 20px;
  }
  
  .px-btn-arrow {
	  padding: 0 50px 0 0;
	  line-height: 20px;
	  position: relative;
	  display: inline-block;
	  color: #fe4f6c;
	  -moz-transition: ease all 0.3s;
	  -o-transition: ease all 0.3s;
	  -webkit-transition: ease all 0.3s;
	  transition: ease all 0.3s;
  }
  
  
  .px-btn-arrow .arrow {
	  width: 13px;
	  height: 2px;
	  background: currentColor;
	  display: inline-block;
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  margin: auto;
	  right: 25px;
	  -moz-transition: ease right 0.3s;
	  -o-transition: ease right 0.3s;
	  -webkit-transition: ease right 0.3s;
	  transition: ease right 0.3s;
  }
  
  .px-btn-arrow .arrow:after {
	  width: 8px;
	  height: 8px;
	  border-right: 2px solid currentColor;
	  border-top: 2px solid currentColor;
	  content: "";
	  position: absolute;
	  top: -3px;
	  right: 0;
	  display: inline-block;
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
  }

  .sidebar-title {
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.categories li {
    vertical-align: middle;
}

.categories li > ul {
    padding-left: 15px;
}

.categories li > ul > li > a {
    font-weight: 300;
}

.categories li a {
    color: #999;
    position: relative;
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

.categories li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.categories li a:hover {
    color: #444;
    background-color: #f5f5f5;
}

.categories > li.active > a {
    font-weight: 600;
    color: #444;
}

.media-body h5 {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    font-weight: 400;
}

.media-body h5 a {
    color: #555;
}

.media-body h5 a:hover {
    color: #4782d3;
}

.mx-auto {
	margin:0 auto!important;
}

.close {
	background-color: transparent;
	border: none
}

.arrow {
	display: inline-block;
	position: relative;
	padding: 5px 20px;
	background-color: #4a7db5;
	color: white;
	text-align: center;
	font-size: 20px;
	font-family: Arial, sans-serif;
	margin: 20px;
}

.arrow:before,
.arrow:after {
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
}

.arrow:before {
	left: -20px;
	border-width: 20px 0px 20px 20px;
	border-color: #4a7db5 #4a7db5 #4a7db5 transparent;
}

.arrow:after {
	right: -20px;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #4a7db5;
}

.arrow span {
	display: block;
	font-size: 12px;
	position: absolute;
	color: #000;
	margin-top:10px;
}

.height-240 {
	height:240px !important;
}