a:hover, a:focus {
    color: #ca161e;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}
.mb-0 {margin-bottom: 0 !important;}
.mt-0 {margin-top: 0 !important;}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-50 {
	margin-top: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mr-20 {
	margin-right: 20px;
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
@media (max-width: 768px) {
  br {
    display: none;
  }
}
/* Titoli responsive con dimensioni corrette */
.dark-section .title_big,
.white-section .title_big {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 20px;
}

.dark-section .title_medium,
.white-section .title_medium {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 20px;
}

.white-section .title_small {
	font-size: 20px;
	margin-bottom: 15px;
}

.white-section .title_mini, .dark-section .title_mini {
	font-size: 18px;
	margin-bottom: 10px;
}

/* Prevenzione elementi che escono dal viewport */
img, .full-width {
	max-width: 100% !important;
	height: auto !important;
	width: auto !important;
}
	
/* Elementi specifici che potrebbero causare overflow */
/* .white-bg {
	width: 100% !important;
	margin: 0 !important;
	padding: 15px !important;
}

.titile-bg {
	width: 100% !important;
	text-align: center;
	margin: 0 auto 20px auto;
}
.titile-bg img {
	max-width: 200px !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
} */

.red {
	color: #ca161e !important;
}
.cursive {
	font-family: 'Playfair Display', sans-serif !important;
	font-style: italic !important;
	font-weight: 400;
}
.full-width {
	width: 100%;
	height: auto; /* Cambiato da 100% ad auto per evitare problemi di altezza */
}
.text_logo{
	font-family: 'Poppins', sans-serif;
    font-size: 55px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 19px;
    display: inline-block;
}
.text_logo:hover{
	color: #ffffff;
}
.text_logo span {
    font-size: 50px;
    font-weight: 400;
}
ul.menu {
	margin-top: 15px !important;
}
ul.menu li a {
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
	text-transform: capitalize;
}
ul.menu li a:hover {
	color: #ca161e;
	background: transparent;
    transition: 0.2s ease-in-out;
}
ul.menu li.active a {
	color: #ca161e;
}
@media (max-width: 767px) {
    .logo {
        padding: 0px !important;
    }
}
.hero {
	background-image: url(../images/header-iwave.webp); 
	background-size: cover;
	background-position-x: center;
	background-position-y: top;
	height: 500px;
	min-height: 400px; /* Altezza minima per mobile */
	margin-top: 80px;
}
h1.hero-title {
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	font-weight: 800;
	text-transform: none;
	line-height: 55px;
	color: #ffffff;
}
h1.hero-title span {
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	font-weight: 400;
}
h2.text {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-transform: none;
	color: #ffffff;
}
nav {
	padding: 15px 0;
}
.cta{
	background-image: url(../images/bg-cta-iwave.webp); 
	background-size: cover;
	background-position: center;
	background-attachment: scroll; /* Cambiato da fixed per mobile */
	background-repeat: no-repeat;
}
.mobile-menu li a {
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
}
/******************/
/* DARK SECTION */
/******************/

.dark-section{
	padding-top: 100px;
	padding-bottom: 100px;
}
.dark-section .title_big{
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	font-weight: 800;
	text-transform: none;
	line-height: 55px;
	color: #ffffff;
}
.dark-section .title_big span{
    font-size: 50px;
    font-weight: 400;
}
.dark-section .title_big i{
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	color: #ca161e;
}
.dark-section .title_medium{
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	text-transform: none;
	line-height: 48px;
	color: #ffffff;
	margin-bottom: 30px;
}
.dark-section .title_medium i{
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	color: #ca161e;
	font-size: larger;
}
.dark-section .text{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	text-transform: none;
	color: #ffffff;    
	line-height: 28px;
    font-weight: 400;
}
.dark-section .text strong{
	color: #ca161e;
}

.dark-section .text ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.dark-section .text ul li{
	margin-bottom: 10px; /* Aggiunto spazio tra elementi lista */
}

.dark-section .text ul li strong{
	color: #ca161e;
}

.dark-section .text a{
	color: #ca161e;
}
.dark-section .text a:hover{
	color: #ffffff;
    transition: 0.2s ease-in-out;
}

.dark-section .text a.flink{
	font-size: 20px;
	text-transform: uppercase;
}

.dark-section .white{
	color: #ffffff !important;
}

.dark-section .btn-circle-social{
	background-color: #ffffff;
	color: #000000;
}
.dark-section .btn-circle-social:hover{
	background-color: #ca161e;
	color: #ffffff;
    transition: 0.2s ease-in-out;
}
.titile-bg {
	margin-top: 0;
}
.menu-footer a{
	display: inline-block;
}
.copyright{
	font-family: 'Poppins', sans-serif;
    font-size: 15px;
    line-height: 20px;
	font-weight: 400;
	color: #ffffff;
}
.copyright a{
	color: #ca161e;
}
.copyright a:hover{
	color: #ffffff;
    transition: 0.2s ease-in-out;
}
/* Stili Carousel IWAVE */
.carousel-section {
  position: relative;
  overflow: hidden;
}

.carousel-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  /*box-shadow: 0 8px 30px rgba(0,0,0,0.1);*/
}

.carousel-wrapper {
  overflow: hidden;
  position: relative;
  height: 500px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  height: 100%;
}

.carousel-slide {
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.carousel-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.carousel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.6));
  color: white;
  padding: 40px 30px 30px;
  text-align: center;
}

.carousel-caption h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.carousel-caption p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  margin: 0;
  opacity: 0.9;
}

/* Bottoni Controllo */
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(202, 22, 30, 0.8);
  color: white;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.carousel-btn:hover {
  background: rgba(202, 22, 30, 1);
  transform: translateY(-50%) scale(1.1);
}

.carousel-btn-prev {
  left: 20px;
}

.carousel-btn-next {
  right: 20px;
}

/* Indicatori */
.carousel-indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 20px 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(202, 22, 30, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active,
.indicator:hover {
  background: #ca161e;
  transform: scale(1.2);
}

/* Responsive Mobile */
@media (max-width: 767px) {
  .carousel-wrapper {
    height: 300px;
  }
  
  .carousel-image {
    height: 300px;
  }
  
  .carousel-caption {
    padding: 20px 15px 15px;
  }
  
  .carousel-caption h4 {
    font-size: 18px;
  }
  
  .carousel-caption p {
    font-size: 14px;
  }
  
  .carousel-btn {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  
  .carousel-btn-prev {
    left: 10px;
  }
  
  .carousel-btn-next {
    right: 10px;
  }
  
  .indicator {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .carousel-wrapper {
    height: 400px;
  }
  
  .carousel-image {
    height: 400px;
  }
  
  .carousel-caption h4 {
    font-size: 20px;
  }
}
/******************/
/* LIGHT SECTION */
/******************/

.white-section{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #ffffff;
}
.white-section .title_big{
	font-family: 'Poppins', sans-serif;
	font-size: 55px;
	font-weight: 700;
	text-transform: none;
	line-height: 54px;
	color: #000000;
	margin-bottom: 30px;
}	
.white-section .title_big i{
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	color: #ca161e;
}
.white-section .title_medium{
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: 700;
	text-transform: none;
	line-height: 44px;
	color: #000000;
	margin-bottom: 30px;
}
.white-section .title_medium i{
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	color: #ca161e;
}
.white-section .title_small{
	font-size: 35px;
	font-weight: 600;
	text-transform: none;
}
.white-section .title_small i{
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	color: #ca161e;
}
.white-section .title_mini{
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.dark-section .title_mini{
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.white-section .text{
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 28px;
	font-weight: 400;
	color: #5a5a5a;
}
.white-section .text strong{
	color: #ca161e;
}
.white-section .text_small {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 25px;
	font-weight: 400;
	color: #5a5a5a;
}
.white-section .btn-circle-social{
	background-color: #000000;
	color: #ffffff;
}
.white-section .btn-circle-social:hover{
	background-color: #ca161e;
	color: #ffffff;
    transition: 0.2s ease-in-out;
}

.white-section .btn-circle-landing{
	display: inline-block;
    border-radius: 75px;
    min-width: 145px;
    line-height: 145px;
    font-size: 50px;
    text-align: center;
    color: #fff;
    background-color: #ca161e;
    border-color: #ca161e;
	margin-bottom: 30px;
}
.white-section .btn-circle-landing span {
	font-family: 'Poppins', sans-serif;
    font-size: 70px;
	line-height: 70px;
    font-weight: 800;
    color: #fff;
}
/******************/
/* LANDING BUTTONS */
/******************/

.btn-landing{
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    background-color: #ffffff;
    color: #ca161e;
    text-decoration: none;
    padding: 15px 25px;
    display: inline-block;
	border-radius: 3px;
    transition: 0.2s ease-in-out;
	margin: 30px 0;
	border: 2px solid #ffffff;
}
.btn-landing:hover{
    background-color: #ca161e;
    color: #ffffff;
    transition: 0.2s ease-in-out;
	border: 2px solid #ca161e;
}

.btn-landing-red{
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    background-color: #ca161e;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 25px;
    display: inline-block;
	border-radius: 3px;
    transition: 0.2s ease-in-out;
	margin: 30px 0;
}
.btn-landing-red:hover{
    color: #ffffff;
    background-color: #000000;
    transition: 0.2s ease-in-out;
}
.btn-landing-menu{
	font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700 !important;
    background-color: #ca161e;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 25px;
    display: inline-block;
	border-radius: 3px;
    transition: 0.2s ease-in-out;
	margin: 30px 0;
    border: 2px solid #ca161e;
	margin-left: 10px !important;
}
.btn-landing-menu:hover{
    color: #ffffff !important;
    background-color: #ffffff;
    transition: 0.2s ease-in-out;
    border: 2px solid #ffffff;
}
.btn-large{
    font-size: 30px;
    padding: 25px 30px;
	margin: 30px 0;
}
.ptb-100{
	padding-top: 100px;
	padding-bottom: 100px;
}

/******************/
/* SPECIAL COLUMNS */
/******************/

.col-2_4{
	float: left;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px; /* Aumentato da 10px per più spazio */
	width: 20%;
}

/* Migliorati i breakpoint responsive */
@media (min-width: 1201px) {
	.col-2_4{
		width: 20%;
	}
}

@media (min-width: 991px) and (max-width: 1200px) {
	.col-2_4{
		width: 33.3333%;
	}
}

@media (min-width: 768px) and (max-width: 990px) {
	.col-2_4{
		width: 50%;
	}
}

@media (max-width: 767px) {
	.col-2_4{
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
}

/******************/
/* MOBILE OPTIMIZATIONS */
/******************/

/* Prevenzione scroll orizzontale */
html, body {
	overflow-x: hidden;
}

.container {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
}

@media (min-width: 2100px) {
	.hero {
		height: 700px;
		background-attachment: scroll;
	}
}

/* Ottimizzazioni generali per mobile */
@media (max-width: 767px) {
	
	/* Prevenzione overflow orizzontale */
	* {
		box-sizing: border-box;
	}
	
	.container {
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	[class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	/* Hero section mobile */
	.hero {
		height: 400px;
		background-attachment: scroll;
	}
	
	/* Logo responsive */
	.text_logo {
		font-size: 35px;
		line-height: 1.2;
		margin-top: 0px !important;
		padding: 0px !important;
	}
	.text_logo span {
		font-size: 30px;
	}
	
	/* Sezioni con padding laterale corretto */
	.dark-section,
	.white-section {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 0;
		padding-right: 0;
	}
	
	/* Titoli con margini laterali */
	.dark-section .title_big,
	.white-section .title_big,
	.dark-section .title_medium,
	.white-section .title_medium,
	.white-section .title_small,
	.white-section .title_mini,	.dark-section .title_mini {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* Testo con padding laterale */
	.dark-section .text,
	.white-section .text {
		font-size: 16px;
		line-height: 24px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* Bottoni responsive */
	.btn-landing,
	.btn-landing-red {
		font-size: 16px;
		padding: 12px 20px;
		display: block;
		text-align: center;
		margin: 20px auto;
		max-width: 250px;
	}
	
	.btn-large {
		font-size: 18px;
		padding: 15px 25px;
	}
	
	/* Cerchi landing responsive */
	.white-section .btn-circle-landing {
		min-width: 100px;
		line-height: 100px;
		font-size: 65px;
		margin-bottom: 20px;
	}
	
	/* Background fixed disabilitato su mobile */
	.cta {
		background-attachment: scroll;
	}
	
	/* Immagini responsive */
	.titile-bg img {
		max-width: 200px;
		height: auto;
	}
	
	/* Social icons responsive */
	.dark-section .btn-circle-social {
		margin: 5px;
		min-width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	
	/* Copyright responsive */
	.copyright {
		font-size: 13px;
		line-height: 18px;
		text-align: center;
	}
	
	/* Margini e padding aggiustati */
	.pb-30 {
		padding-bottom: 20px !important;
	}
	
	.pb-50 {
		padding-bottom: 30px !important;
	}
	
	.pt-50 {
		padding-top: 30px !important;
	}
	
	.pt-100 {
		padding-top: 50px !important;
	}
	
	/* Lista responsive con padding corretto */
	.dark-section .text ul,
	.white-section .text ul {
		padding: 0;
		margin: 0;
	}
	
	.dark-section .text ul li,
	.white-section .text ul li {
		margin-bottom: 15px;
		font-size: 18px;
	}
	
	/* Sezioni specifiche che necessitano padding extra */
	.col-padtop {
		padding-top: 50px !important;
	}
	
	/* CTA section con container necessario */
	.cta .row {
		margin: 0;
	}
	
	/* .cta [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	} */
	.white-section .text_small {
		font-size: 18px;
	}

	/* Ordine elementi per mobile */
	.order-1 { order: 1; }
	.order-2 { order: 2; }
	
}

/* Regole specifiche per tablet */
@media (min-width: 768px) {
	.order-md-1 { order: 1; }
	.order-md-2 { order: 2; }
}

/* Utility classes per mobile */
@media (max-width: 767px) {
	.text-center-mobile {
		text-align: center !important;
	}
	
	.hidden-mobile {
		display: none !important;
	}
	
	.visible-mobile {
		display: block !important;
	}
	
	/* Classe per prevenire overflow */
	.no-overflow {
		overflow: hidden;
	}
	
	/* Margin sicuri per mobile */
	.safe-margin {
		margin-left: 15px;
		margin-right: 15px;
	}
}


.container-flex {
	display: flex;
	align-items: flex-end; /* Allinea gli elementi in basso */
	gap: 20px; /* Spazio tra gli elementi */
	min-height: 300px; /* Altezza minima per vedere l'effetto */
}

.titile-bg {
	flex-shrink: 0; /* Impedisce al contenitore dell'immagine di ridursi */
}

.titile-bg img {
	max-width: 100%; 
	padding: 10px;
	display: block;
}

.content-box {
	flex: 1; /* Prende lo spazio rimanente */
	background-color: white;
	padding: 20px;
	border: 1px solid #ddd; /* Solo per visualizzare meglio il contenitore */
}

.content-box h2 {
	margin-top: 0;
	color: #333;
}


/* Stile per il contenitore principale */
.main-container {
	background-color: #f5f5f5;
	padding: 20px;
	min-height: 100vh;
}
/* CUSTOM NAVIGATION BUTTONS */

.swiper-button-next,
.swiper-button-prev {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	background: #ca161e;
	border-radius: 50%;
	/* box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3); */
	transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(231, 76, 60, 0.4);
}

.swiper-button-next::after,
.swiper-button-prev::after {
	font-size: 16px;
	font-weight: 600;
	color: white;
}

.swiper-button-disabled {
	opacity: 0.5;
}

/* CUSTOM PAGINATION */
.swiper-pagination {
	position: relative;
	margin-top: 30px;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #ddd;
	opacity: 1;
	transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
	background: #e74c3c;
	transform: scale(1.2);
}

/* SCROLLBAR PERSONALIZZATA */
.swiper-scrollbar {
	background: rgba(0,0,0,0.1);
	border-radius: 10px;
	height: 6px;
}

.swiper-scrollbar-drag {
	background: linear-gradient(90deg, #e74c3c, #c0392b);
	border-radius: 10px;
}

.carousel-item {
	width: 343px !important;
	height: 500px !important;
	margin: 0 auto;
}

.carousel-image {
	width: 100% !important;
	height: 100% !important;
}

.iwave-carousel .swiper-slide {
	width: auto !important;
	display: flex;
	justify-content: center;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.carousel-item {
		height: 320px;
	}
	
	.carousel-image {
		height: 250px;
	}
	
	.swiper-button-next,
	.swiper-button-prev {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	
	.swiper-button-next::after,
	.swiper-button-prev::after {
		font-size: 14px;
	}
	
	.title_big {
		font-size: 2rem;
	}
}

@media (max-width: 480px) {
	.carousel-item {
		height: 300px;
	}
	
	.carousel-image {
		height: 230px;
	}
	
	.carousel-caption {
		padding: 15px;
	}
	
}

/* LOADING ANIMATION */
.swiper-wrapper {
	transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* FADE IN ANIMATION */
.iwave-carousel {
	opacity: 0;
	animation: fadeInUp 0.8s ease forwards;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}    
/* Tablet landscape */
@media (min-width: 768px) and (max-width: 1024px) {
	
	.text_logo {
		font-size: 45px;
	}
	
	.text_logo span {
		font-size: 40px;
	}
	
	.dark-section .title_big,
	.white-section .title_big {
		font-size: 42px;
		line-height: 46px;
	}
	
	.dark-section .title_medium,
	.white-section .title_medium {
		font-size: 32px;
		line-height: 38px;
	}
	
	.white-section .btn-circle-landing {
		min-width: 120px;
		line-height: 120px;
		font-size: 40px;
		font-family: 'Poppins';
	}
	
	/* Padding laterale anche per tablet */
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}	

.title-image {
    display: flex;
    align-items: flex-end;
}

.titile-bg {
    flex-shrink: 0;
}
.title-description {
    flex: 1;
    margin-left: 0 !important; /* Override del pull-left */
	margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .title-image {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }
    
    .titile-bg {
        order: 1 !important;
        flex-shrink: 0 !important;
        margin-bottom: 20px !important;
        text-align: center;
        width: 100% !important;
    }
    
    .title-description {
        order: 2 !important;
        flex: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
        padding: 20px !important;
    }
    
    /* Mantieni il padding originale dell'immagine */
    .titile-bg img {
        max-width: 250px !important;
        display: block;
        margin: 0 auto;
    }
}

/* Responsive Mobile */
@media (max-width: 767px) {
	.white-section .title_big, .dark-section .title_big {
		font-size: 44px;
        line-height: 48px;
	}
	.titile-bg {
        margin-top: 0 !important;
    }
	.white-section .title_medium, .dark-section .title_medium {
		font-size: 32px;
        line-height: 36px;
	}
}

.sliderfull {
	width: 100%;
	display: inline-block;
	margin-top: 48px
}
.slider-titile {
	display: inline-block;
	width: 100%;
	/* margin-top: -150px; */
}
.titile-bg {
	padding: 10px;
	margin-top: -95px;
}
.white-bg {
	padding: 24px 0px 0px 60px;
}
.sliderarrow {
	left: 228px;
}
.sliderarrow a {
	background: url(../images/arrow.png) no-repeat 0px 0px;
	height: 88px;
	width: 88px;
	float: left;
	cursor:pointer;
	text-indent: -9999px;
}
.sliderarrow a.left:hover {
	background-position: 0px -96px;
}
.sliderarrow a.right {
	background-position: -96px 0px;
}
.sliderarrow a.right:hover {
	background-position: -96px -96px;
}