/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/

/* General
------------------------------------------------------------------------------------------------- */
:root {
    --body-background: #2847834d;
    --main-color: #203759;
    --dark-color: #203759;
    --secondary-color: #FFCC00;
}

body {
  font-family: 'Jost';
  font-size: 17px;
  line-height: 24px;
  background-color: var(--body-background);
  color: #fff;
}

strong {
	color: var(--main-color);
}

.section-title {
	position: relative;
}

.section-title h1 {
  font-family: 'Fraunces';
  font-size: 120px !important;
  border-bottom: 0px !important;
  font-weight: 500;
  margin-bottom: 55px;
  line-height: 123px;
  margin-top: 0px;
  color: #003399;
}

.section-title h2 {
  font-family: 'Fraunces';
  font-size: 80px !important;
  border-bottom: 0px !important;
  font-weight: 500;
  margin-bottom: 71px;
  line-height: 83px;
  margin-top: 0px;
  color: #fff;
}

.section-title h2 span,
.section-title h1 span {
	font-weight: 500;
}

.section-title:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0px;
	width: 73px;
	height: 5px;
	background-color: var(--secondary-color);
}

.section-subtitle h3 {
	font-weight: 300;
}

.section {
	margin-bottom: 100px !Important;
}

.no-margin {
	margin-bottom: 0px !Important;
}

a {
	color: var(--secondary-color);
}

.btn.btn-primary {
	border: 1px solid var(--secondary-color);
	color: #ff;
	padding: 12px 50px;
	margin-top: 20px;
	background-color: var(--secondary-color);
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0px;
}

@media(max-width: 1450px){
	.section-title h1 {
		font-size: 94px !important;
		line-height: 101px !important;
	}
}

@media(max-width: 1200px){
	.section-title h2, .section-title h1 {
		font-size: 85px !Important;
		line-height: 94px !important;
	}
}

@media(max-width: 991px){
	.section {
		margin-bottom: 50px !Important;
	}

	.section-title h2, .section-title h1 {
		font-size: 60px !Important;
		line-height: 67px !important;
	}

	.no-margin {
		margin-bottom: 0px !Important;
	}
}

@media(max-width: 767px){
	.section {
		margin-bottom: 30px !Important;
	}
	
	.section-title h2, .section-title h1 {
		font-size: 25px !Important;
		line-height: 31px !important;
		margin-bottom: 33px;
	}

	.section-subtitle h3 {
		font-size: 18px;
		margin-top: 5px;
	}

	.btn.btn-primary {
		margin-top: 0px;
	}
		
	.no-margin {
		margin-bottom: 0px !Important;
	}

	.section-title:after {
		bottom: -18px;
	}

	.content {
		padding: 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Header
------------------------------------------------------------------------------------------------- */
header {
    transition: all 0.4s ease 0s;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    padding: 40px 0px 20px;
}

header .section {
	margin-bottom: 0px !Important;
}

header.shrink {
	background-color: #203759;
	padding-top: 10px;
	top: 0px;
}

header.shrink .navbar-default .navbar-brand {
    padding-top: 10px;
    margin-bottom: 0px;
    display: inline-block;
    height: auto;
}

header .navbar-default {
    background-color: transparent;
    border-color: transparent;
}

header .navbar-default .navbar-nav > li > a:hover,
header .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

header .navbar-default .navbar-nav > li > a {
	position: relative;
}

header .navbar-default .navbar-nav > li > a:hover:after, header .navbar-default .navbar-nav > li > a:focus:after{
	height: 1px;
	width: 50%;
	margin-left: -25%;
	content: "";
	background-color: #fff;
	bottom: 10px;
	position: absolute;
	left: 50%;
}

header.shrink .navbar-default {
	height: 50px;
    margin-bottom: 10px;
}

header .navbar-default .navbar-brand {
  	margin-bottom: 10px;
  	padding: 0px;
  	font-size: 40px;
  	color: #fff;
  	font-family: Oswald, sans-serif;
  	text-transform: uppercase;
  	font-weight: 300;
}

header .navbar-default .navbar-brand img {
	height: 200px;
}

header.shrink .navbar-default .navbar-brand img {
	height: 100px;
}

header .navbar-default .navbar-nav > li > a {
	color: #fff;
	/* text-transform: uppercase; */
	font-weight: 400;
	font-size: 20px;
}

header .navbar-default .navbar-nav > .active > a,
header .navbar-default .navbar-nav > .active > a:hover,
header .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #fff;
}

header .navbar-nav {
	float: right;
	margin-top: 15px;
}

header.shrink .navbar-nav {
	margin-top: 36px;
}

@media(max-width: 1450px){
	header {
		padding-top: 20px;
	}
}

 @media(max-width: 1200px){
	 header .navbar-default .navbar-brand img {
		 height: 170px;
		}
 }

@media(max-width: 991px){
	.navbar-toggle {
		margin-top: 20px;
		border: 0px;
		margin-bottom: 25px;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	header.shrink .navbar-toggle {
		margin-top: 30px;
	}

	header .navbar-nav {
		float: left;
		width: 100%;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background-color: var(--dark-color);
	}

	header .navbar-default .navbar-brand img {
		height: 100px;
	}

	header.shrink {
		padding-bottom: 10px;
	}

	header .navbar-default {
		min-height: auto;
		margin-bottom: 0px;
	}
}

@media(max-width: 767px){
	header {
		padding-top: 12px;
	}

	header .container {
		width: 100%;
		padding: 0px;
	}

	header.shrink {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	

	header .navbar-default .navbar-brand {
		font-size: 25px;
		margin-top: 0px;
		padding-left: 15px;
		}

	header .navbar-default .navbar-brand img {
		margin-top: 0px;
		height: 84px;
	}

	.navbar-toggle {
		margin-right: 0px;
	}

	header.shrink .navbar-default .navbar-brand img {
		height: 50px;
		margin-top: 6px;
	}

	header.shrink .navbar-default .navbar-brand {
		padding: 0px;
	}

	header.shrink .navbar-toggle {
		margin-top: 15px;
	}

	header .navbar-default .navbar-nav > li > a:hover:after,
	header .navbar-default .navbar-nav > li > a:focus:after,
	header .navbar-default .navbar-nav > li.active > a:after {
		display: none;
	}

	header.shrink .navbar-default .navbar-header {
		padding: 0px 15px;
	}
	
}
/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
.header-image {
	height: 850px;
	position: relative;
}

.header-image:before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
        90deg,
        rgba(10, 32, 90, 0.65) 0%,
        rgba(10, 32, 90, 0.55) 35%,
        rgba(10, 32, 90, 0.15) 65%,
        rgba(10, 32, 90, 0) 100%
    );
	z-index: 0;
}

.header-image img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}

.header-image .section-title {
	padding-top: 265px;
}

.header-image .section-title h1 {
	color: #fff;
}

.header-image .section-subtitle {
	color: #fff;
	font-weight: 500;
	font-size: 21px;
	line-height: 36px;
	z-index: 9;
	position: relative;
}

.intro-section {
	color: #555;
}

.intro-section h2,
.intro-section strong {
	color: var(--main-color);
}

.intro-section .section-title h2 {
	margin-bottom: 30px;
}

.intro-section .section-title:after {
	display: none;
}

.pillar-section {
	margin-top: 50px;
}

.pillar-section .item {
	margin-bottom: 40px;
	color: #555;
}

.pillar-section .item .icon {
	display: inline-block;
	padding: 10px;
	width: 96px;
	border-radius: 50%;
	background-color: var(--body-background);
	margin-bottom: 10px;
	position: absolute;
	left: 10px;
	top: 0px;
}

.pillar-section .item .title {
	font-family: 'Fraunces';
	font-size: 30px !important;
	margin-bottom: 40px;
	line-height: 40px;
	position: relative;
	color: var(--main-color);
	padding-left: 110px;
}

.pillar-section .item .title:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 107px;
	width: 73px;
	height: 5px;
	background-color: var(--secondary-color);
}

.light-section {
	padding: 100px 0px;
	margin-bottom: 0px !Important;
	color: #555;
}

.light-section h2 {
	color: var(--main-color);
}


.italy-2050-section {
	position: relative;
	padding: 200px 0px;
	color: #fff;
	background-color: var(--dark-color);
	margin-bottom: 0px !important;
}

.italy-2050-section strong {
	color: #fff;
}

.italy-2050-section img {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	max-width: 72%;
}

.italy-2050-section .container > div {
	width: 43%;
	color: #fff;
	z-index: 2;
	position: relative;
}

.feedback {
	background-color: var(--dark-color);
	padding: 100px 0px 70px;
	margin-bottom: 0px !important;
}

.feedback .legend {
	display: none !Important;;
}

.feedback .container .fields-container {
	text-align: left;
	margin-top: 50px;
}

.feedback .container .fields-container .form-group {
	margin-bottom: 30px;
}

.feedback .container .fields-container textarea,
.feedback .container .fields-container input {
	background-color: transparent;
	max-width: 100% !Important;
	border: 0px;
	border-bottom: 0.2px solid #fff;
	box-shadow: none;
	color: #fff;
	border-radius: 0px;
}

.feedback .container .fields-container .privacy-field {
	padding: 0px;
}

.feedback .container .fields-container .privacy-field input {
    float: left;
    max-width: 14px !important;
    height: 14px !important;
}

.feedback .container .fields-container .privacy-field a {
	color: var(--main-color);
}

.feedback .inputbox.vertical .validation-required {
	background: none !Important;
	padding-left: 0px !Important;
	font-weight: 300 !important;!I;!;
}

.feedback .inputbox .validation-highlight {
    background: #fff0f0 none repeat scroll 0 0 !important;
    border-color: #a90329;
}

.feedback .input-div {
    position: relative;
}

.feedback .inputbox label.validation-error-label {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    bottom: -30px;
    background-color: #a90329 !important;
    font-size: 11px !Important;
    font-weight: lighter;
    padding: 2px 10px !important;
    position: absolute;
    color: #FFF !important;
    right: -5px;
}

.modal-header {
	background-color: var(--main-color);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.modal-header .modal-title i {
	display: none;
}

.modal-header .close {
	color: #fff;
	opacity: 1;
}

.modal-body {
	text-align: center;
	padding-top: 30px;
	color: #555;
}

.modal-footer {
	border-top: 0px;
	text-align: center;
}

.modal-footer .btn-secondary {
	margin-top: 0px;
	border: 1px solid rgba(51,51,51,0.5);
	text-transform: uppercase;
	padding: 12px 50px;
	border-radius: 0px;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 15px;
	color: #333;
}

.modal-footer .btn-secondary:hover {
	background-color: #333;
	color: #fff;
}

footer {
	background-color: var(--dark-color);
	text-align: center;
	padding-bottom: 30px;
}

.footer-section {
	background-color: var(--dark-color);
	margin-bottom: 0px !Important;
	text-align: center;
}

.footer-section .logo {
	width: 150px;
	margin: 0 auto 30px;
}

@media(max-width: 1450px){
	.header-image {
		height: 800px;
	}
	
	.header-image .section-title {
		padding-top: 250px;
	}

	.italy-2050-section {
		padding: 100px 0px;
	}
}

@media(max-width: 1200px){
	.header-image {
		height: 670px;
	}

	.header-image .section-title {
		padding-top: 200px;
	}

	.pillar-section .item .title {
		font-size: 25px !important;
		line-height: 33px;
		padding-left: 100px;
	}

	.pillar-section .item .icon {
		width: 86px;
	}

	.pillar-section .item .title:after {
		left: 100px;
	}

	.italy-2050-section {
		padding: 70px 0px;
	}

	.italy-2050-section .container > div {
		width: 50%;
	}
}

@media(max-width: 991px) {
	.header-image {
		height: 541px;
	}
	
	.header-image .section-title {
		padding-top: 140px;
	}

	.italy-2050-section {
		padding: 50px 0px;
	}

	.italy-2050-section .container > div {
		width: 100%;
	}

	.italy-2050-section img {
		position: relative;
	}

	.light-section {
		padding: 50px 0px;
	}

	.feedback {
		padding: 50px 0px;
	}

	.feedback .container .fields-container {
		margin-top: 30px;
	}

	header.shrink .navbar-default .navbar-brand {
		padding-top: 0px;
	}
}

@media(max-width: 767px){

	.header-image {
		height: auto;
		padding-bottom: 40px;
	}
	
	.header-image .section-title {
		padding-top: 121px;
	}

	.header-image .section-subtitle {
		font-size: 18px;
		line-height: 23px;
	}

	.header-image .section-subtitle br {
		display: none;
	}

	.intro-section .section-title h2 {
		margin-bottom: 15px;
	}

	.pillar-section {
		margin-top: 10px;
	}

	.pillar-section .item .title {
		font-size: 22px !important;
		line-height: 25px;
		padding-left: 73px;
		margin-bottom: 30px;
	}

	.pillar-section .item .icon {
		width: 64px;
	}

	.pillar-section .item .title:after {
		left: 80px;
		bottom: -16px;
	}

	.pillar-section .item {
		margin-bottom: 20px;
	}

	.pillar-section .item:last-child {
		margin-bottom: 0px;
	}

	.italy-2050-section {
		padding: 15px 0px;
	}

	.italy-2050-section img {
		display: none;
	}

	.light-section {
		padding: 30px 0px;
	}

	.feedback {
		padding: 30px 0px;
	}

	.feedback .container .fields-container {
		margin-top: 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */
