/*GENERAL*/
/*******************************************************/
@font-face {
	font-family: "Roboto";
	font-weight: 400;
	src: url('../font/Roboto-Light.ttf');
}


h1, h2, h3, h4, h5, h6 {
	font-family: Roboto;
}

textarea:focus, input:focus {
	outline: none;
}

.form-control:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*******************************************************/


/*LAYOUT*/
/*******************************************************/
.Flex {
	display: flex;
}

.HorizontalContainer {
	justify-content: center;
}

.HorizontalCenter {
	margin: auto;
	align-self: center;
}

.section-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
/*******************************************************/


/*TOOLBAR*/
/*******************************************************/
.toolbar-navigation {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

	.toolbar-navigation.in {
		overflow-y: auto;
	}

.toolbar {
	right: 0;
	left: 0;
	top: 0;
	z-index: 1030;
	height: 60px;
	transition: background-color .3s ease-in;
	/*border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: rgba(255,255,255,0.2);*/
}

.fix-toolbar {
	position: fixed !important;
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 52px -7px rgba(0,0,0,0.5);
}

	.fix-toolbar a {
		color: white !important;
	}

		.fix-toolbar a:hover {
			color: rgb(38, 138, 169) !important;
		}

.menuButton {
	z-index: 1031;
	color: white;
}

#toolbar a {
	color: black;
	font-weight: bold !important;
	font-size: 16px !important;
	transition: color .1s;
	letter-spacing: 1px;
}

	#toolbar a:hover {
		color: rgb(38, 138, 169);
	}

.tbitem {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

	.tbitem > li {
		position: relative;
		display: block;
	}

		.tbitem > li > a {
			position: relative;
			display: block;
			padding: 10px 15px;
		}

			.tbitem > li > a:hover,
			.tbitem > li > a:focus {
				text-decoration: none;
			}

		.tbitem > li.disabled > a {
			color: #777;
		}

			.tbitem > li.disabled > a:hover,
			.tbitem > li.disabled > a:focus {
				color: #777;
				text-decoration: none;
				cursor: not-allowed;
				background-color: transparent;
			}

	.tbitem .open > a,
	.tbitem .open > a:hover,
	.tbitem .open > a:focus {
		outline: none;
	}

.tbitem {
	margin: 7.5px -15px;
}

	.tbitem > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}

.asd {
	height: 180px;
}

/*@media (max-width: 767px) {
  .tbitem .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .tbitem .open .dropdown-menu > li > a,
  .tbitem .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .tbitem .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .tbitem .open .dropdown-menu > li > a:hover,
  .tbitem .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .tbitem {
    float: left;
    margin: 0;
  }
  .tbitem > li {
    float: left;
  }
  .tbitem > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}*/
/*******************************************************/


/*ABOUT*/
/*******************************************************/
#about {
	/*background: -moz-linear-gradient(#E8EEF4 30%, white);*/ /* Firefox 3.6-15 */
	/*background: linear-gradient(#E8EEF4 30%, white);*/ /* Standard syntax */
}

	#about h2 {
		font-size: 40px;
		font-weight: bold;
		letter-spacing: 0.20454545em;
	}

	#about p {
		font-size: 16px;
		line-height: 1.85714286em;
	}
/*******************************************************/


/*SECTION*/
/*******************************************************/
.section-container {
	padding-top: 100px;
}
/*******************************************************/


/*MEDIA QUERY*/
/*******************************************************/
@media (min-width: 768px) {
	.section-container {
		width: 80%;
	}
}

@media (min-width: 992px) {
	.section-container {
		width: 80%;
	}
}

@media (min-width: 1200px) {
	.section-container {
		width: 80%;
		display: flex;
	}
}
/*******************************************************/



/* LAST UPDATE */
/*******************************************************/
#imgHeader {
	position: relative;
	width: 100%;
	height: 800px;
	transition: all .1s ease-in;
	padding-top: 100px;
	display: flex;
}

#LogoText {
	background-image: url('../images/nova/nova.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-size: cover;
	transform: translateY(-25px);
	min-width: 378px;
	min-height: 213px;
	margin: auto;
}

.HeaderContainer {
	background-image: url('../images/nova/wave5.png');
	background-repeat: repeat-x;
	background-size: cover;
	background-position: center;
	width: 100%;
}

.FeatureList {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: stretch;
}

.FeaturesItemContainer {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-around;
	width: 100%;
}

.FeatureItem {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 500px;
	color: white;
	transition: all .1s ease-in;
}

.TitleFeatureContainer {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	width: 500px;
	height: 150px;
	background: -moz-radial-gradient(rgba(17, 64, 79, 0.5), rgba(20, 20, 20, 0.2)); /* Firefox 3.6-15 */
	background: radial-gradient(rgba(17, 64, 79, 0.5), rgba(20, 20, 20, 0.2)); /* Standard syntax */
	border: 1px solid rgb(17, 64, 79, 0.7);
	border-radius: 10px !important;
	backdrop-filter: blur(3px);
}

.TitleFeatureText {
	/*color: #4F4F4F;*/
	color: white;
	font-weight: lighter;
	letter-spacing: 0.5em;
	font-size: 26pt;
	text-align: center;
	letter-spacing: 0.20454545em;
}

.service-paragraph {
	padding: 1em;
	color: white;
	font-family: Roboto;
}
/*******************************************************/


/*VIDEO*/
/*******************************************************/
.video-automation {
	box-shadow: 0px 0px 52px -7px rgba(0,0,0,0.5);
	width: 60%;
}

.video-player {
	width: 100%;
	height: auto;
	z-index: 2030;
}
/*******************************************************/


/*******************************************************/
.btn-page {
	color: #000;
	background-color: #ededed;
	border-color: #dddddd;
	border-radius: 4px;
	font-size: 22px;
	font-weight: lighter;
}

	.btn-page:focus,
	.btn-page.focus {
		color: #fff;
		background-color: #ededed;
		border-color: #dddddd;
	}

	.btn-page:hover {
		color: #fff;
		background-color: #d9d9d9;
		border-color: #c4610a;
	}

	.btn-page:active,
	.btn-page.active,
	.open > .dropdown-toggle.btn-page {
		color: #fff;
		background-color: #f17f1a;
		border-color: #c4610a;
	}

	.btn-page:active,
	.btn-page.active,
	.open > .dropdown-toggle.btn-page {
		background-image: none;
	}
/*******************************************************/


/* ABOUT */
/*******************************************************/
#about {
	margin-bottom: 3em;
}
/*******************************************************/

/*******************************************************/


/*******************************************************/
/* CONTACT */
/*******************************************************/
#contact-us {
	background-color: #161f24;
	color: white;
}

.contact-section {
	padding: 6rem 0;
}

.container {
	margin: 0 auto;
	padding: 0 1.5rem;
}

.contact-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3rem;
}

.contact-header h2 {
	font-size: 2.5rem;
	margin-bottom: 0.5rem;
	text-align: center;
}

.subtitle {
	text-align: center;
	max-width: 600px;
	line-height: 1.6;
}

/* Contact Methods Styling */
.contact-methods {
	display: flex;
	justify-content: space-between;
	width: auto;
}

.contact-method {
	display: flex;
	flex-direction: row;
	padding: 1.5rem;
	align-items: center;
	gap: 1.5rem;
}

.icon-container {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.method-details h3 {
	font-size: 1.25rem;
	margin-bottom: 0.25rem;
}

.method-details p {
	margin: 0;
	text-wrap: nowrap;
}

.subtext {
	font-size: 0.875rem;
	opacity: 0.8;
}

/* Map Styling */
.location-map {
	width: 100%;
	max-width: 1100px;
	margin-top: 2rem;
}

	.location-map h3 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}

/*.map-container {
	background-image: url(../images/work/rd/city.png);
	object-fit: cover;
	border-radius: 12px;
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 200px;
}*/

/* Additional Info Styling */
.additional-info p {
	max-width: 700px;
	margin-top: 2rem;
	text-align: center;
	line-height: 1.7;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.contact-content {
		gap: 2rem;
	}

	.contact-header h2 {
		font-size: 2rem;
	}

	.social-icons {
		justify-content: center;
	}

	.contact-methods {
		display: flex;
		flex-direction: column;
		align-items: start;
		justify-content: space-between;
		width: 100%;
	}
}
/*******************************************************/


/*******************************************************/
/* FEATURE DETAILS */
/*******************************************************/
.FeatureDescriptionItem {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	color: white;
}

	.FeatureDescriptionItem h2 {
		font-size: 20pt;
	}

.FeatureDescriptionSection {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5em;
	margin-bottom: 5em;
	color: white;
}

.FeatureDescriptionSectionLeft {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 8em;
	margin-right: auto;
	margin-top: 5em;
	margin-bottom: 5em;
}

.FeatureDescriptionSectionRight {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-right: 8em;
	margin-left: auto;
	margin-top: 5em;
	margin-bottom: 5em;
}

.FeatureDescriptionPicture {
	display: inline-block;
	float: left;
	width: 50%;
	height: 100%;
	margin: auto;
	transition: all .1s ease-in;
	box-shadow: 0px 0px 52px -7px rgba(0,0,0,0.5);
}

.FeatureDescriptionPictureSmall {
	display: inline-block;
	float: right;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 50%;
	height: 100%;
	margin: auto;
	transition: all .1s ease-in;
	box-shadow: 0px 0px 52px -7px rgba(0,0,0,0.5);
}

.FeatureDescriptionInfo {
	display: inline-block;
	margin-top: 0;
	padding-left: 3em;
	padding-right: 3em;
	width: 700px;
	color: #000;
}

.FeatureDescriptionInfoLeft {
	display: inline-block;
	margin-right: 5%;
	padding-left: 5em;
	color: #000;
	text-align: right;
	width: 50%;
}

.FeatureDescriptionInfoRight {
	display: inline-block;
	margin-left: 5%;
	margin-right: 3em;
	color: #000;
	width: 50%;
}

.noShadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.text-video {
	width: 30%;
}

h2 {
	color: #EEF0F1;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.20454545em;
}

h3 {
	color: #EEF0F1;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.20454545em;
}

p {
	color: #EEF0F1;
	font-size: 14pt;
	line-height: 1.85714286em;
	letter-spacing: 0.070454545em;
}

.titleAbout {
	color: #EEF0F1;
	font-size: 24px !important;
	font-weight: bold;
}

.titleLine {
}

/*******************************************************/


/*Custom animations*/
/*******************************************************/
/*body {
	background: -webkit-linear-gradient(teal, darkcyan);
	background: -o-linear-gradient(teal, darkcyan);
	background: -moz-linear-gradient(teal, darkcyan);
	background: linear-gradient(teal, darkcyan);
}
*/
.box {
	width: 100px;
	height: 100px;
	background: #2db34a;
	transition-property: background, border-radius, width;
	transition-duration: 1s, 1s, .1s;
	transition-timing-function: linear, ease-in, ease-out;
}

	.box:hover {
		background: #aa4c4a;
		border-radius: 60%;
		width: 200px;
	}

.Container {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 200px;
	transition: all 0.2s ease-in-out;
}

	.Container:hover {
		width: 300px;
	}

.btn-custom {
	display: block;
	flex-grow: 1;
	align-self: stretch;
	margin: 4px;
	border: 1px solid;
	border-color: white;
	border-radius: 6px;
	height: 35px;
	align-content: center;
	background-color: transparent;
	color: white;
	font-weight: bold;
	transition: all 0.2s ease-out;
}

	.btn-custom:active {
		background-color: antiquewhite;
		color: black;
		transform: scale(0.98, 0.98);
	}
/*******************************************************/