/* Necessary for full page carousel*/

/* Carousel*/
.carousel {
    height: 400px;
}

@media (max-width: 776px) {
    .carousel {
        height: 100%;
    }
}

.carousel-item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/*Caption*/
.flex-center {
    color: #fff;
}

.navbar.navbar-expand-lg.navbar-dark.fixed-top.scrolling-navbar
{
    background: green;
}

.page-title1 
{
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 32px;
	color: rgba(49, 56, 70, 1);
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	background-image: url('https://www.journal-theme.com/2/image/cache/catalog/journal3/misc/low-poly-60-2000x1333.jpg');
	background-position: center bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	border-width: 0px;
	padding: 30px;
	padding-right: 20px;
	padding-left: 20px;
	/*margin: 0px;*/
	white-space: normal;
	overflow: visible;
	text-overflow: initial;
	/*display: block;*/
	text-align: center;
	/*max-width: 100vw;*/
	margin: 0 calc(-50vw + 50%);
}



.breadcrumb1
{
	display: block !important;
	text-align: center;
	padding: 10px;
	padding-left: 0px;
	white-space: normal;
	-webkit-overflow-scrolling: touch;
}

.breadcrumb1 > li + li::before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
}
.breadcrumb1 {
	margin: 0;
	border-radius: 0;
	position: relative;
	padding: 0;
	background-color: transparent;
	width: 100%;
	margin: 0 auto;
}

.breadcrumb1 > li {
	position: relative;
	word-break: break-all;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.breadcrumb1 {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	border-radius: 4px;
}

html,
body {
  overflow-x: hidden;
}

