.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 */
	    font-family: 'object-fit: cover;';
	}
    .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);
    }
	
/*---Our Projects Top Banner---*/
	.landing-text {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		color: #ffffff;
		padding-left: 75px;
		padding-right: 75px;
		padding-top: 110px;
		padding-bottom: 48px;
	}
	.style11 {	
		padding-top: 24px;
		max-width: 1300px;
		margin: auto;
	}
	
/*---Project Information---*/
	#Info-Banner {
		width: 100%;
		max-width: 1300px;
		margin: auto;
		padding-top: 90px;
		padding-bottom: 90px;
		padding-left: 45px;
		padding-right: 45px;
	}
	.carousel-item {
		height: 550px;
        overflow: hidden;
        width: 100%;
	}
	.carousel-item img {
        width: 100%;
        height: 550px;
		object-fit: cover;
	    font-family: 'object-fit: cover;';
    }
	.description-panel {
		background: #EBEBEB;
		width: 100%;
		padding: 30px!important;
		padding-bottom: 14px!important;
		overflow-y: auto;
		max-height: 550px;
	}
	.description-title {
		margin: 0px;
		font-size: 16px;
		line-height: 21px;
		color: #000000;
		font-weight: bold;
	}
	.description-header {
		margin: 0px;
		font-size: 16px;
		line-height: 22px;
		color: #555555;
	}
	.description-text {
		margin: 0px;
		padding-bottom: 15px;
		font-size: 15px;
		line-height: 21px;
		color: #000000;
		font-weight: bold;
	}
 
/*---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;
	}
	.card {
		border: 0px!important;
		border-radius: 0px!important;
        overflow: hidden;
	}
	.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;
	}
	.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;
	}
	
/*---Footer---*/
	.footer-text {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
/*---Media Queries---*/
	@media(max-width:991px) {
	.navbar-brand img {
		width: 150px;
		height: 40.125px;
	}
    #Projects-Banner {
		min-height: 0px!important;
	}
	.landing-text {
		padding-left: 30px;
		padding-right: 30px;
	}
	.style9 {
		font-size: 35px;
		line-height: 45px;
	}
	.style11 {
		font-size: 16px; 
		padding-top: 28px;
		padding-bottom: 12px;
	}
	#Info-Banner {
		padding: 0px;
	}
	.carousel-item {
        height: 450px;
    }
	.carousel-item img {
        height: 450px;
    }
	.description-panel {
		padding-top: 60px!important;
		padding-bottom: 44px!important;
		padding-left: 30px!important;
		padding-right: 30px!important;
		overflow-y: visible;
		max-height: none;
	}
	#Projectnav-Banner {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-left: 30px;
		padding-right: 30px;
	}
    #footer {
		min-height: 0px!important;
	}
	}
	
	@media(max-width:767px) {
	.carousel-item {
        height: 350px;
    }
	.carousel-item img {
        height: 350px;
    }
	}	
	
/*---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) { ... }




