.style1 {
	font-size: 36px;
	color: #FFFFFF;
}
.style3 {
	font-size: 14px;
	color: #FFFFFF;
}
.style5 {
	font-size: 15px;
	color: #FFFFFF;
}
.style6 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.style7 {
	color: #17304eC;
	font-size: 1px;
}
.style8 {
	color: #FFFFFF;
	font-size: 20px;
}
.style9 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 45px;
	text-shadow: 0 0 8px #252525;
}
.style11 {
	color: #FFFFFF;
	font-size: 18px;
}
.style29 {
	color: #a00821;
	font-size: 18px;
}
.style12 {
	font-size: 12px;
	color: #ffffff;
}


    body {
	    font-family: 'arial'!important;
	    font-size: 16px!important;
	    color: #000000!important;
	    overflow-x: auto!important;
    }
	img {
		pointer-events: none;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
	}
    .no-padding {
        padding: 0!important;
        margin: 0!important;
    }	

/*---Page Loader---*/
    .loader {
        width: 100%;
        height: 100%;
        position: fixed;
    	padding-top: 55px;
        background-color: #E5E5E5;
        z-index: 99;
		visibility: visible;
        animation: loader 0.3s 0.4s ease-in forwards;
        -webkit-animation: loader 0.3s 0.4s ease-in forwards;
    }
    .progress-bar {
        width: 200px;
        height: 10px;
        background-color: #cccccc!important;
        position: relative;
        top: calc(50% - 1px);
        left: calc(50% - 100px);
    }
    .progress-bar:before {
        content: "";
        height: 10px;
        border-left: 0px solid rgba(24,24,174,0.8);
        animation: progress 0.2s ease-in-out forwards;
        -webkit-animation: progress 0.2s ease-in-out forwards;
    }
    @-webkit-keyframes loader {
	    to {opacity: 0%;}
	    to {z-index: -1;}
	    to {visibility: hidden;}
    }
    @keyframes loader {
	    to {opacity: 0%;}
	    to {z-index: -1;}
	    to {visibility: hidden;}
    }
    @-webkit-keyframes progress {
        to {border-left: 200px solid rgba(24,24,174,0.8);}
    }
    @keyframes progress {
        to {border-left: 200px solid rgba(24,24,174,0.8);}
    }

/*---Navigation Bar---*/
	.navbar {
		font-size: 18px;
		background: rgba(24,24,174,0.80)!important;
	}
	.navbar-nav li {
		padding-right: 5px;
		padding-left: 5px;
	}
	.nav-link {
		color: #CCCCCC!important;
		transition: all 0.15s;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
	}
	.nav-link:hover {
		color: #ffffff!important;	
		transition: all 0.15s;
	}
    .icon-bar {
	    width: 28px; 
	    height: 3px;
	    background-color: #CCCCCC;
	    display: block;
	    transition: all 0.3s;
	    margin-top: 4.5px;
	    margin-bottom: 4.5px;
    }
    .navbar-toggler {
		border: none!important;
		outline: none!important;
        position: absolute!important;
        right: 11px!important;
        top: 15px!important;
    }
    .navbar-toggler .top-bar {
        transform: translate(4.5px) rotate(45deg);
        transform-origin: 10% 10%;
    }
    .navbar-toggler .middle-bar {
        opacity: 0;
    }
    .navbar-toggler .bottom-bar {
        transform: translate(4.5px) rotate(-45deg);
        transform-origin: 10% 90%;
    }
    .navbar-toggler.collapsed .top-bar {
        transform: rotate(0);
    }
    .navbar-toggler.collapsed .middle-bar {
        opacity: 1;
    }
    .navbar-toggler.collapsed .bottom-bar {
        transform: rotate(0);
    }
	@media(max-width: 991px) {
	.navbar-brand img {
		width: 150px;
		height: 40.125px;
	}
	}	

/*---Event Banner---*/
	.landing-text {
		display: table-cell;
		text-align: left;
		vertical-align: bottom;
		color: #ffffff;
	}
	.style9 {	
		max-width: 1300px;
		margin: auto;
		padding-bottom: 70px;
		padding-left: 45px;
		padding-right: 45px;
	}
	.style8 {	
	    text-shadow: 0 0 8px #252525;
		max-width: 1300px;
		margin: auto;
		padding-top: 156px;
		padding-left: 47px;
		padding-right: 45px;
	}	
	@media(max-width: 991px) {
	.style9 {
		font-size: 35px;
		line-height: 45px;
		padding-top: 6px;
		padding-bottom: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.style8 {
		font-size: 18px; 
		padding-left: 32px;
		padding-right: 30px;
	}
	}
    @supports (-webkit-touch-callout: none) {
    #Event-Banner {
		background-position: top!important;
        background-attachment: scroll!important;
    }
    }

/*---Event Information---*/
    #Event-Info {
		margin: auto;
	    max-width: 1300px;
		padding-top: 60px;
		padding-bottom: 60px;
    }
    #Event-Info-Condensed {
		margin: auto;
	    max-width: 1300px;
		padding-top: 60px;
		padding-bottom: 60px;
    }
    .horizontal {
	    margin-top: 30px;
		margin-bottom: 30px;
		margin-left: 45px;
		margin-right: 45px;
    }
    .vertical { 
        border-left: 6px solid rgba(24,24,174,0.80); 
        height: inherit; 
    } 
	@media(max-width: 991px) {
    #Event-Info {
		padding-top: 30px;
		padding-bottom: 30px;
    }
    #Event-Info-Condensed {
		padding-top: 0px;
		padding-bottom: 0px;
    }
	.horizontal {
		display: none;
	}
    }

/*---Event Card Header---*/
    .event-card-header {
 		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 45px;
		padding-right: 45px;
    }
	#header .card {
		border: 0px!important;
		border-radius: 0px!important; 
	}
	#header .card img {
		width: 100%;
		height: 500px;
		border-radius: 0px;
		object-fit: cover;
	    font-family: 'object-fit: cover;';
	}
	@media(max-width: 991px) {
	.event-card-header {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		transition: none!important;
	}
	#header .card img {
		height: 400px;
	}
	}
	@media(max-width: 767px) {
	#header .card img {
		height: 300px;
	}
	}

/*---Event Cards Grid---*/
    .event-cards-grid {
	    padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 45px;
		padding-right: 45px;
    }
	#grid .card {
		margin-top: 15px;
		margin-bottom: 15px;
		border: 0px!important;
		border-radius: 0px!important; 
	}
	#grid .card img {
		width: 100%;
		height: 300px;
		border-radius: 0px;
		object-fit: cover;
	    font-family: 'object-fit: cover;';
	}
	.card-body {
		background: #EBEBEB;
	}
	.card-description {
		color: #5A5A5A;
		font-size: 15px;
		line-height: 19px;
		margin-top: -10px;
		margin-bottom: -10px;
		margin-left: -6px;
	}
	@media(max-width: 991px) {
	.event-cards-grid {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}	
	.thin-padding {
		padding-left: 10px!important;
		padding-right: 10px!important;
	}
	#grid .card {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	#grid .card img {
		height: 200px;
	}
	}

/*---Event Card Single---*/
    .event-card-single {
 		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 45px;
		padding-right: 45px;
    }
	#single .card {
		border: 0px!important;
		border-radius: 0px!important; 
	}
	#single .card img {
		width: 100%;
		height: 400px;
		border-radius: 0px;
		object-fit: cover;
	    font-family: 'object-fit: cover;';
	}
	@media(max-width: 991px) {
	.event-card-single {
		padding-left: 0px;
		padding-right: 0px;
	}
	#single .card img {
		height: 300px;
	}
	}
	@media(max-width: 767px) {
	#single .card img {
		height: 250px;
	}
	}

/*---Event Slider Single---*/
    .event-slider-single {
 		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 45px;
		padding-right: 45px;
    }
	#single .carousel-item {
        width: 100%;
		height: 440px;
        overflow: hidden;
	}
	#single .carousel-item img {
        width: 100%;
        height: 440px;
		object-fit: cover;
	    font-family: 'object-fit: cover;';
    }
	.carousel-control-prev-icon {
        margin-bottom: 40px;
	}
	.carousel-control-next-icon {
        margin-bottom: 40px;
	}   
    .carousel-caption {
		height: 40px;
	    background: #EBEBEB;
		left: 0px!important;
		right: 0px!important;
		bottom: 0px!important;
    }
	.slider-description {
		color: #5A5A5A;
		font-size: 15px;
		line-height: 19px;
		margin-top: -10px;
		margin-bottom: -10px;
		margin-left: 14px;
		text-align: left;
	}
	@media(max-width: 991px) {
    .event-slider-single {
		padding-left: 0px;
		padding-right: 0px;
    }
	#single .carousel-item {
		height: 340px;
	}
	#single .carousel-item img {
        height: 340px;
    }
    }
	@media(max-width: 767px) {
	#single .carousel-item {
		height: 290px;
	}
	#single .carousel-item img {
        height: 290px;
    }
    }

/*---Event Text---*/
    .event-text {
		margin: 0px;
	    font-size: 18px;
		text-align: justify;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 45px;
		padding-right: 45px;
    }
	@media(max-width: 991px) {
    .event-text {
	    font-size: 16px;
		padding-left: 30px;
		padding-right: 30px;
    }
	}

/*---Event Text Footer---*/
    .event-text-footer {
		margin: 0px;
	    font-size: 18px;
		text-align: justify;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 45px;
		padding-right: 45px;
    }
	@media(max-width: 991px) {
    .event-text-footer {
	    font-size: 16px;
		padding-top: 55px;
		padding-bottom: 55px;
		padding-left: 30px;
		padding-right: 30px;
    }
	}

/*---Event Quote---*/
    .event-quote {
 		padding-top: 30px;
		padding-bottom: 15px;
		padding-left: 110px;
		padding-right: 90px;
		margin: auto;
    }
    blockquote {
        padding-left: 40px;
        padding-right: 20px;
        border-left: 6px solid rgba(24,24,174,0.80);
        position: relative;
    }
    blockquote:before {
        content: "\201C";
        color: rgba(24,24,174,0.80);
        font-size: 60px;
        position: absolute;
        left: 13px;
        top: -22px;
    }
    .quote-text {
	    font-size: 20px;
	    line-height: 28px;
	    color: #5A5A5A;
	    padding-left: 15px;
    }
    .author {
		margin-left: 15px;
		align-self: center;
    }
    .quote-name {
	    font-size: 22px;
		line-height: 24px;
	    color: #5A5A5A;
	    margin-bottom: 0px;
    }
    .quote-name-description {
	    font-size: 16px;	
	    color: #5A5A5A;
	    margin-bottom: 0px;
    }
	@media(max-width: 991px) {
	.event-quote {
		padding-left: 30px;
		padding-right: 30px;
		max-width: 900px!important;
		margin: 0;
	}
    .quote-text {
	    font-size: 18px;
	    line-height: 25px;
    }
    .quote-name {
	    font-size: 20px;
		line-height: 24px;
	    color: #5A5A5A;
    }
    .quote-name-description {
	    font-size: 14px;
    }
    }
	@media(max-width: 767px) {
    .author {
		margin-left: 0px;
    }
    .quote-name {
		margin-top: 25px;			
	}
    }	

/*---Project Navigation---*/
	#Projectnav-Banner {
		padding-top: 90px;
		padding-bottom: 90px;
		padding-left: 45px;
		padding-right: 45px;
		background-color: #dedede;
	}
    .projectnav-title {
	    font-size: 24px;
	    color: #555555;
		text-align: left;
    }
	.bg-color {
		background-color: #dedede;			
	}
	.projectnav-body {
		max-width: 1210px;
	}
	#Projectnav-Banner .card {
		border: 0px!important;
		border-radius: 0px!important;
        overflow: hidden;
	}
	#Projectnav-Banner .card img {
		width: 100%;
		height: 150px;
		border-radius: 0px;
		object-fit: cover;
	    font-family: 'object-fit: cover;';
		transform: scale(1.01);
        filter: brightness(40%) contrast(90%);
		transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
	}
	#Projectnav-Banner .card:hover img {
        filter: brightness(90%) contrast(100%);
		transform: scale(1.11);
		transition: all 0.4s ease-in-out;		
	}
	.projectnav-header {
		width: 85%;
		padding: 30px;
		color: #ffffff;
		font-size: 16px;
		text-align: center;
        position: absolute;
	    text-shadow: 0 0 8px #252525;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
    }
	.arrow-previous {
		margin-bottom: 3px;
		margin-right: 6px;
		margin-left: 6px;
		width: 13px!important;
		height: 13px!important;
        filter: brightness(100%) contrast(100%)!important;
		opacity: 1.0!important;
		transform: scale(1.0)!important;
	}
	.arrow-next {
		margin-top: 3px;
		margin-bottom: 4.5px;
		margin-right: 6px;
		margin-left: 6px;
		width: 13px!important;
		height: 13px!important;
        filter: brightness(100%) contrast(100%)!important;
		opacity: 1.0!important;
		transform: scale(1.0)!important;
	}
	@media(max-width: 991px) {
	#Projectnav-Banner {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 30px;
		padding-right: 30px;
	}
	}

/*---Footer---*/
	.footer-text {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	@media(max-width: 991px) {
    #footer {
		min-height: 0px!important;
	}
    }	
    @supports (-webkit-touch-callout: none) {
    #footer {
		background-position: bottom!important;
        background-attachment: scroll!important;
    }
    }
	
		
/*---BOOTSTRAP BREAK POINTS---/

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

</style>




