
/*** GENERAL ***/
body {
	font-weight:300;
}
iframe {
  width: 100% !important;
  height: 600px !important;
  margin: auto;
  border: none !important;
}

.hoverbg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+46,000000+100&0.84+0,0.66+46,0+100;Neutral+Density */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.66) 46%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0.66) 46%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.84) 0%,rgba(0,0,0,0.66) 46%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

}
.section_padding {
  padding: 80px 0;
}
.btn-yellow {
  background-color: #1c529d;
  color: #fff;
  padding: 17px 40px;
  display: inline-block;
  font-weight: 300;
  text-decoration: none !important;
  letter-spacing: 1px;
  font-size: 15px;
}
.btn-yellow:hover {
	background-color:#c80f23;
}
.btn-gray {
  background-color: #1c529d;
  color: #fff;
  padding: 17px 40px;
  display: inline-block;
  font-weight: 300;
  text-decoration: none !important;
  letter-spacing: 1px;
  font-size: 15px;
}
.btn-gray:hover {
	background-color:#c80f23;
}
.hero-title-with-shape .heading_with_border {
  padding-bottom: 25px;
}

/*** HEADER ***/
.logo {
  margin-top: 0px;
}
.logo img {
	width:100%;
	height:auto;
}

.header_contact .hd_contact li i {
  font-size: 20px;
  color: #c80f23;
}
.owl-nav {
	position:absolute;
	top:50%;
	width:100%;
	font-size:3em;
	color:#fff;
	font-weight:300;

}
.owl-nav .owl-next {
	right:50px;
	position:absolute;
}
.owl-nav .owl-prev {
	left:50px;
	position:absolute;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	background:rgb(255,255,255,0.24) !important;
	padding:8px 15px 10px 15px !important;
}

/*** MENU ***/
.main_menu_area {
  z-index: 1053;
}
.main_menu_area .nav.navbar-nav li a {
  color: #87868a;
  font-size: 16px;
  font-weight: 400;
  padding: 25px 12px 15px 12px;
  color: #000;
}
.main_menu_area .navbar-nav li.header_right_btn a:hover {
  background: #1c529d;
  color: #ffffff;
}
.main_menu_area .navbar-nav .header_right_btn a.btn-yellow {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 22px 40px;
  background-color:#c80f23;
}
.main_menu_area .nav.navbar-nav li a:hover {
  background: none;
  color: #c80f23;
}
.main_menu_area .nav.navbar-nav li a.active {
  background: none;
  color: #c80f23;
}
.main_menu_area .nav.navbar-nav li ul.dropdown-menu {
  width: auto;
}
.main_menu_area .nav.navbar-nav li ul.dropdown-menu li {
  display: block;
  border-bottom: 1px solid #464545;
}
.main_menu_area .nav.navbar-nav li ul.dropdown-menu {
	padding:0px;
}
.main_menu_area .nav.navbar-nav li ul.dropdown-menu li a {
  display: block;
  border-bottom: 1px solid #464545;
  padding: 20px 15px;
}
.main_menu_area .nav.navbar-nav li ul.dropdown-menu li a:hover {
	background-color: #ddd;
	color: #c80f23;
}
.article-carousel {  
  float:left;
}
.article-carousel .service_box {  
  margin: 10px;
}
.article-carousel .owl-nav {
  top: 45%;
  position: absolute;
  width: 100%;
}
.article-carousel .owl-nav .owl-next {
  right:-20px;
  position:absolute;
}
.article-carousel .owl-nav .owl-prev {
  left:-20px;
  position:absolute;
}
.article-carousel .owl-nav .owl-next span,.article-carousel .owl-nav .owl-prev span {
  font-size: 70px;
  font-weight: 200;
  color: #c6c6c6;
}

/*** SLIDER ***/
.header_slider_area .header_slider_bg h2 {
    margin: 15px 0 35px 0;
    font-size: 60px;
    font-weight: 300;
    line-height: 70px;
	color:#fff;

}
.header_slider_area .owl-item .header_slider_bg h2 {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: relative;
    display: inline-block;
    margin-left: -90px;
    opacity: 0;
    visibility: hidden;
    padding-right: 10px;
}
.header_slider_area .owl-item.active .header_slider_bg h2 {
    margin-left: 0;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    opacity: 1;
    visibility: visible;
}
.header_slider_bg {
  padding: 200px 100px;
}
.header_slider_area .owl-item.active .header_slider_bg p { 
	color:#eee;
}
.header_slider_area a.btn-yellow {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding: 12px 30px;
  background-color:#1c529d;
}
.header_slider_area a.btn-yellow:hover {
  background: #c80f23;
  color: #ffffff;
}
.header_slider_area .header_slider_bg p span::before {
	content: '';
	width: 45px;
	height: 3px;
	position: absolute;
	left: 28px;
	top: 42%;
	background: #1c529d;
	margin-top: -1px;
	z-index: -1;
}
.header_slider_area {
	border-bottom: 5px solid #1c529d;
}

/*** FOOTER ***/
.footer_area img.footer_shape1 {
    opacity: .2;
    position: absolute;
    bottom: -10%;
    text-align: center;
    width: 440px;
    margin: auto auto auto auto;
    height: 440px;
    z-index: -1;
    right: 80%;
}
.footer_area img.footer_shape2 {
    opacity: .2;
    position: absolute;
    bottom: -10%;
    text-align: center;
    width: 440px;
    margin: auto auto auto auto;
    height: 440px;
    z-index: -1;
    left: 80%;
}
.footer_link li a {
  color: #b5b4b9;
  font-size: 16px;
  line-height: 20px;
  display: block;
  font-weight: 300;
  margin-bottom: 10px;
}

/*** HOME ***/
.hero-title-with-shape h1.heading_with_border {
  position: relative;
  padding-bottom: 25px;
  padding-top: 0px;
  margin: 0;
  font-weight: 400;
  font-size: 32px;
}
.hero-title-with-shape .heading_with_border::before {
  content: '';
  background: #1c529d;
  width: 45px;
  height: 3px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  top:initial;
}
.about_area {
	border-top: 3px solid #c80f23;
	margin-top:3px;
}
.about_details p {
  margin: 0px 0 25px 0;
  font-size: 16px;
  line-height: 34px;
  padding-right: 45px;
  font-weight: 400;
}
.hero-title-with-shape {
  margin-bottom: 20px;
}
.about-image__updated::before {
  top: -10px;
  left: -10px;
  background-color: #1c529d;
}
.about-image__updated::after {
  bottom: -10px;
  right: -10px;
  background-color: #c80f23;
}
.hero-section-title hr {
	border:2px solid #1c529d;
	width:50px;
	margin:20px auto;
}
.call_to_action {
  background-color: #1f4477;
  padding: 85px 0;
  color:#fff;
}
.call_to_action h1 {
  font-size: 42px;
  padding-top: 12px;
  margin-bottom: 12px;
  color: #fff;
}
.call_to_action p {
	color:#fff;
}
.cta_responsive_left a {
	margin-top:45px;
}
#fgas {
	background-color: #a20d1d;
}
.cta-sidebar{
  background-color: #1f4477;
  padding: 25px;
  color:#fff;
}
.cta-sidebar h2{
  color:#fff;
}
.cta-sidebar p{
  color:#fff;
  margin-bottom:20px;
}


/*** SERVIZI ***/
.service_box .service_img {
	width:100%;
	position:relative;
	height:230px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}
.service_box .btn-yellow {
  color: #fff;
  background-color: #1f4477;
}
.service_box:hover h2 {
  color: #2a75dd;
}
.service_box:hover .btn-yellow {
  background-color: #c80f23;
  color:#fff;
}
.service_details h2 {
  min-height:54px;
  font-size: 22px;
}
.services .service_box {
	margin-bottom: 26px;
}
.service_style_2_area {
  border-top: 3px solid #c80f23;
  margin-top: 3px;
}
.service_box .service_details {
  padding: 40px 5px 10px 5px;
}
.service-image {
	background-size:cover !important;
}
.service-7 .hero-title-with-shape {
	text-align:center;
}
.service-7 .hero-title-with-shape .heading_with_border::before {
  content: '';
  background: #1c529d;
  width: 45px;
  height: 3px;
  border-radius: 10px;
  position: absolute;
  left: 46%;
  bottom: 0;
  top: initial;
}
.service-7 p {
	text-align:center;
}
.service-7 .btn-yellow {
	display:none;
}
.feature_service_area {
	display:block;
}
.feature_service_box_width {
	background-color:#fff;
	padding:0px;
}
.feature_service_box_width>div {
	background-color:#fff;
	margin:10px;
	border:1px solid #ddd;
	padding:20px;
}
.feature_service_box_width>div p {
	text-align:center;
	margin-top:10px;
	width:100%;
	padding-right:0px;
	margin-bottom:5px;
	line-height: 20px;

}
.feature_service_area {
  padding-top:0px;
}
.feature_service_box_width:hover {
  background-color: #1c529d;
  transform: translateY(-10px);
  cursor:pointer;
}

/*** BANNER MARCHI ***/
.clients_logo img {
  width: 153px !important;
  opacity:1;
}
.clients_logo img:hover {
  opacity: 0.6;
  cursor:pointer;
}

/*** TESTIMONIAL ***/
.testimonial_area {
  position: relative;
  background-color: #fff;
  background-image:url('/images/slider/slide1.jpg');
  background-size:cover;
  background-position:center center;
  width: 100%;
  overflow: hidden;
  padding: 120px 0 110px 0;
}
.testimonial_slider .owl-dots button {
  float: left;
  background-image:url(../images/testimonial/testimonial.png) !important;
  background-color:inherit !important;
}
.testimonial_details p {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 5px;
  margin-top: 30px;
  z-index: 99999999;
  color: #fff;
}
.testimonial_details span {
  color: #d4d4d5;
}
.testimonial_area .testimonial_heading_shape {
  font-size: 190px;
  position: absolute;
  text-align: center;
  width: 100%;
  font-weight: 100;
  color: #ffffff;
  bottom: -14%;
  opacity: 0.3;
}
.testimonial_slider .owl-dots button.active::before {
  content: '\f1a0';
  position: absolute;
  left: -10px;
  background-color: #c80f23;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  bottom: 0;
  text-align: center;
  padding: 0px;
  font-weight: 400;
  font-style: normal;
  color:#fff;
  line-height: 23px;
  font-family:'FontAwesome';
}
.testimonial_slider .reviews {
	margin-bottom:50px;
}
.testimonial_slider .reviews li {
	display:inline;
}
.testimonial_slider .reviews li.active i {
	color:#f0ed0f;
}

/*** PAGE TITLE ***/
.breadcrumb_section {
  padding: 160px 0px 50px 0px;
  border-bottom: 5px solid #1c529d;
}
.breadcrumb_section h1 {
  color:#fff;
  font-size: 44px;
}
.breadcrumb_section>div.pagetitle {
  z-index:99;
  position:relative;
}
.breadcrumb_section .breadcrumb li a, .breadcrumb_section .breadcrumb li {
  color: #d2d2d2;
  font-weight: 300;
  font-size: 16px;
}
.breadcrumb_section .breadcrumb li a:hover {
  color: #1c529d;
}

/*** FORM ***/
.form-group input, .form-group select {
  padding: 17px 40px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #87868a;
  width: 100%;
  height: auto;
  border-radius: 0px;
}
input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
  line-height: initial;
}
.book .btn-gray {
	padding: 14px 40px;
}
.book h1 {
  margin-bottom: 0px;
}
.bookform {
	width:100%;
	float:left;
	margin-top:15px;
}

/*** ABOUT ***/
.about_service_left {
  position: relative;
  width: 95%;
 
    background-size: auto;
  background-size: cover;
  height: 340px;
}
.about_service_left .about_service_year {
  background-color: #1c529d;
  color: #fff;
  position: absolute;
  right: 0px;
  bottom: -190px;
  margin: 0;
  font-size: 54px;
  padding: 50px 25px 40px 25px;
  width: 190px;
  height: 177px;
  font-weight: 300;
}
.about_service_left .about_service_year span {
	color:#fff;
}
.team_member_area {
	background-color: #f1f1f1;
}

/*** BLOG ***/
.bl_share_img {
	width:100%;
	height:250px;
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.blog_share_details .comment_author {
  color: #38373c;
  font-weight: 300;
}
.blog_details_section {
	padding-top:20px;
}
.blog_details_section table td {
	border:1px solid #eeeeee;
	line-height: 16px;
	padding: 8px;
}
.blog_details_section .blog_left_box ul {  
  list-style: outside;
  padding-left: 40px;
}

/*** SIDEBAR ***/
.blog_right_box .imgbox {
	position:relative;
	width:60px;
	height:60px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	margin-right: 20px;
	float: left;
}
.latest_post ul li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.widget_categories ul li a {
  display: block;
  color: #87868a;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 14px;
}

/*** CONTATTI ***/
.contact_us .contact-right p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 24px;
}
.contact_location_box p {
  font-size: 15px !important;
  font-weight: 300 !important;
	line-height: 25px;
}
.contact_location_box .contact_location_map {
  padding: 30px;
}
.contact_us .contact-right select {
  background: #F1F1F1;
  color: #87868a;
  font-weight: 400;
}
select.half_width {
  width: 100%;
  float: left;
}
.input_m_right {
  margin-right: 4%;
}
.selectbox {
	position:relative;
	float:left;
	width: 48%;

}
.selectbox:after {
    content: '\f0d7';
	font-family: 'FontAwesome';
	font-size: 24px;
	width: 0;
	height: 0;
	position: absolute;
	right: 28px;
	top: 18px;
	margin-right: 0;
	color: #8e8e8e;
	pointer-events: none;
}
.copyright_text p {
  color: #b5b4b9;
  margin-top: 0px;
  font-weight: 400;
  font-size: 13px;
}
.copyright_area {
  border-top: 1px solid #535356;
  margin-top: 46px;
  padding-top: 10px;
  padding-bottom: 20px;
}

/*** LAVORA CON NOI ***/
.service_benefits_box > i {
  position: absolute;
}
.service_benefits_box h3 {
  margin: 30px 0px 50px 0px;
font-size: 20px;
padding-left: 95px;
padding-right: 25px;
line-height: 6px;
font-weight: 600;
}
.service-box {
	padding:0px;
	margin-bottom:20px;
}
