
.hero-slider {

  width: 100%;

  height: 700px;

  display: -webkit-box;

  display: -ms-flexbox;

  position: relative;

  z-index: 0;

  /*display: none;*/

}



.hero-slider .container {

  padding: 30px;

  width: 90%;

}



.hero-slider .container:after {

  content: "";

  position: absolute;

  top: 0;

  right: 0;

  left: 0;

  width: 100%;

  height: 100%;

  opacity: .70;

  background: #222;

  transition: opacity .25s ease-out;

  z-index: -1;

}



@media (max-width: 991px) {

  .hero-slider {

    height: 600px;

  }



  .hero-slider .container {

    width: 100%;

  }

}



@media (max-width: 767px) {

  .hero-slider {

    height: 500px;

  }

}



.hero-slider .swiper-slide {

  overflow: hidden;

  color: #fff;

}



.hero-slider .swiper-container {

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

}



.hero-slider .slide-inner {

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

  z-index: 1;

  background-size: cover;

  background-position: center;

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: left;

}



.hero-slider .swiper-button-prev,

.hero-slider .swiper-button-next {

  background: transparent;

  width: 55px;

  height: 55px;

  line-height: 53px;

  margin-top: -30px;

  text-align: center;

  border: 2px solid #d4d3d3;

  border-radius: 55px;

  opacity: 0;

  visibility: hidden;

  transition: all .3s ease;

}



.hero-slider:hover .swiper-button-prev,

.hero-slider:hover .swiper-button-next {

  transform: translateX(0);

  opacity: 1;

  visibility: visible;

}



@media (max-width: 767px) {



  .hero-slider .swiper-button-prev,

  .hero-slider .swiper-button-next {

    display: none;

  }

}



.hero-slider .swiper-button-prev {

  left: 25px;

  transform: translateX(50px);

}



.hero-slider .swiper-button-prev:before {

  font-family: "Font Awesome 5 Free";

  content: "\f060";

  font-size: 15px;

  color: #d4d3d3;

  font-style: normal;

  display: inline-block vertical-align: middle;

  font-weight: 900;

}



.hero-slider .swiper-button-next {

  right: 25px;

  transform: translateX(-50px);

}



.hero-slider .swiper-button-next:before {

  font-family: "Font Awesome 5 Free";

  content: "\f061";

  font-size: 15px;

  color: #d4d3d3;

  font-style: normal;

  display: inline-block vertical-align: middle;

  font-weight: 900;

}



.hero-slider .swiper-pagination-bullet {

  width: 12px;

  height: 12px;

  text-align: left;

  line-height: 12px;

  font-size: 12px;

  color: #000;

  opacity: 0.3;

  background: #fff;

  transition: all .2s ease;

}



.hero-slider .swiper-pagination-bullet-active {

  opacity: 1;

}



.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,

.hero-slider .swiper-pagination-custom,

.hero-slider .swiper-pagination-fraction {

  bottom: 30px;

}



@media screen and (min-width: 992px) {



  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,

  .hero-slider .swiper-pagination-custom,

  .hero-slider .swiper-pagination-fraction {

    /*     display: none; */

  }

}



.swiper-pagination {

  text-align: left;

}



.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {

  bottom: 50px;

  max-width: 1200px;

  padding: 0 15px;

  margin: 0 auto;

  left: 50%;

  transform: translateX(-50%);

}

}



@media (min-width: 767px) {

  .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {

    bottom: 30px;

  }

}



/*--------------------------------------------------------------

      #hero-style

  --------------------------------------------------------------*/

.hero-style {

  height: 850px;

  transition: all .4s ease;

}



@media (max-width: 991px) {

  .hero-style {

    height: 600px;

  }

}



@media (max-width: 767px) {

  .hero-style {

    height: 760px;

  }

}



@media screen and (min-width: 992px) {

  .hero-style .container {

    /*padding-top: 95px;*/

  }

}



.hero-style .slide-title,

.hero-style .slide-text,

.hero-style .slide-btns {

  max-width: 690px;

}



.hero-style .slide-title h2 {

  font-size: 18px;

  letter-spacing: 10px;

  text-transform: uppercase;

  font-weight: 400;

  line-height: 40px;

  display: block;

  color: #ffffff;

  margin: 0 0 40px;

  transition: all .4s ease;

}



@media (max-width: 1199px) {

  .hero-style .slide-title h2 {

    font-size: 18px;

  }

}



@media (max-width: 991px) {

  .hero-style .slide-title h2 {

    font-size: 18px;

    margin: 0 0 35px;

  }

}



@media (max-width: 767px) {

  .hero-style .slide-title h2 {

    font-size: 14px;

    letter-spacing: 4px;

    line-height: 20px;

    margin: 0 0 0px;

  }

}



.hero-style .slide-text p {

  opacity: 1;

  color: #ffffff;

  margin: 0 0 50px;

  font-weight: 600;

  text-transform: uppercase;

  display: block;

  letter-spacing: 7px;

  width: 75%;

  line-height: 40px;

  font-size: 25px;

}



.hero-style .slide-text strong {

  font-weight: 800 !important;

}



@media (max-width: 767px) {

  .hero-style .slide-text p {

    font-weight: normal;

    margin: 0 0 30px;

    font-size: 18px;

    line-height: 24px;

    width: 100%;

  }

}



.hero-style .slide-btns>a:first-child {

  margin-right: 10px;

}



/*--------------------------------------------------------------

      #button-style

  --------------------------------------------------------------*/

.theme-btn,

.theme-btn-s2 {

  background-color: #ffffff;

  font-size: 16px;

  font-weight: 500;

  line-height: 1.4;

  text-align: center;

  color: #2b3b95;

  padding: 9px 32px;

  border: 0;

  border-radius: 3px;

  text-transform: uppercase;

  display: inline-block;

  line-height: initial;

  transition: all .4s ease;

}



a {

  text-decoration: none;

  transition: all 0.2s ease;

}



.theme-btn-s2 {

  background-color: rgba(255, 255, 255, 0.9);

  color: #131e4a;

}



.theme-btn:hover,

.theme-btn-s2:hover,

.theme-btn:focus,

.theme-btn-s2:focus,

.theme-btn:active,

.theme-btn-s2:active {

  background-color: #2b3b95;

  color: #fff;

}



.theme-btn-s3 {

  font-size: 16px;

  font-weight: 500;

  line-height: 1.5;

  color: #ffffff;

  text-transform: uppercase;

}



i.fa-chevron-circle-right {

  height: 22px;

  width: 22px;

}



a:hover {

  text-decoration: none;

}



@media (max-width: 991px) {



  .theme-btn,

  .theme-btn-s2,

  .theme-btn-s3 {

    font-size: 13px;

    padding: 15px 25px;

  }

}



@media (max-width: 767px) {



  .theme-btn,

  .theme-btn-s2 {

    padding: 13px 20px;

    font-size: 13px;

  }

}



.testim {

  margin-top: 100px;

  margin-bottom: 0;

  width: 100%;

  top: 50%;

  -webkit-transform: translatey(-20%);

  -moz-transform: translatey(-20%);

  -ms-transform: translatey(-20%);

  -o-transform: translatey(-20%);

  transform: translatey(-20%);

}



.testim .wrap {

  position: relative;

  width: 100%;

  max-width: 1020px;

  padding: 20px 20px;

  margin: auto;

}



.testim .arrow {

  display: block;

  position: absolute;

  color: #333;

  cursor: pointer;

  font-size: 2em;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);

  -webkit-transition: all .3s ease-in-out;

  -ms-transition: all .3s ease-in-out;

  -moz-transition: all .3s ease-in-out;

  -o-transition: all .3s ease-in-out;

  transition: all .3s ease-in-out;

  padding: 5px;

  z-index: 22222222;

}



.testim .arrow:before {

  cursor: pointer;

}



.testim .arrow:hover {

  color: green;

}



.testim .arrow.left {

  left: 70px;

}



.testim .arrow.right {

  right: 70px;

}



.testim .dots {

  text-align: center;

  position: absolute;

  width: 100%;

  bottom: 60px;

  left: 0;

  display: block;

  z-index: 3333;

  height: 12px;

}



.testim .dots .dot {

  list-style-type: none;

  display: inline-block;

  width: 12px;

  height: 12px;

  border-radius: 50%;

  border: 1px solid green;

  margin: 0 10px;

  cursor: pointer;

  -webkit-transition: all .5s ease-in-out;

  -ms-transition: all .5s ease-in-out;

  -moz-transition: all .5s ease-in-out;

  -o-transition: all .5s ease-in-out;

  transition: all .5s ease-in-out;

  position: relative;

}



.testim .dots .dot.active,

.testim .dots .dot:hover {

  background: green;

  border-color: green;

}



.testim .dots .dot.active {

  -webkit-animation: testim-scale .5s ease-in-out forwards;

  -moz-animation: testim-scale .5s ease-in-out forwards;

  -ms-animation: testim-scale .5s ease-in-out forwards;

  -o-animation: testim-scale .5s ease-in-out forwards;

  animation: testim-scale .5s ease-in-out forwards;

}



.testim .cont {

  position: relative;

  overflow: hidden;

}



.testim .cont>div {

  text-align: center;

  position: absolute;

  top: 0;

  left: 0;

  padding: 0 0 70px 0;

  opacity: 0;

}



.testim .cont>div.inactive {

  /*opacity: 1;*/

}



.testim .cont>div.active {

  position: relative;

  opacity: 1;

}



.testim .cont div .img img {

  display: block;

  width: 100px;

  height: 100px;

  margin: auto;

  border-radius: 50%;

}



.testim .cont div h2 {

  color: green;

  font-size: 1em;

  margin: 15px 0;

}



.testim .cont div p {

  font-size: 1.15em;

  color: #333;

  width: 70%;

  margin: auto;

}



.testim .cont div.active .img img {

  -webkit-animation: testim-show .5s ease-in-out forwards;

  -moz-animation: testim-show .5s ease-in-out forwards;

  -ms-animation: testim-show .5s ease-in-out forwards;

  -o-animation: testim-show .5s ease-in-out forwards;

  animation: testim-show .5s ease-in-out forwards;

}



.testim .cont div.active h2 {

  -webkit-animation: testim-content-in .4s ease-in-out forwards;

  -moz-animation: testim-content-in .4s ease-in-out forwards;

  -ms-animation: testim-content-in .4s ease-in-out forwards;

  -o-animation: testim-content-in .4s ease-in-out forwards;

  animation: testim-content-in .4s ease-in-out forwards;

}



.testim .cont div.active p {

  -webkit-animation: testim-content-in .5s ease-in-out forwards;

  -moz-animation: testim-content-in .5s ease-in-out forwards;

  -ms-animation: testim-content-in .5s ease-in-out forwards;

  -o-animation: testim-content-in .5s ease-in-out forwards;

  animation: testim-content-in .5s ease-in-out forwards;

}



.testim .cont div.inactive .img img {

  -webkit-animation: testim-hide .5s ease-in-out forwards;

  -moz-animation: testim-hide .5s ease-in-out forwards;

  -ms-animation: testim-hide .5s ease-in-out forwards;

  -o-animation: testim-hide .5s ease-in-out forwards;

  animation: testim-hide .5s ease-in-out forwards;

}



.testim .cont div.inactive h2 {

  -webkit-animation: testim-content-out .4s ease-in-out forwards;

  -moz-animation: testim-content-out .4s ease-in-out forwards;

  -ms-animation: testim-content-out .4s ease-in-out forwards;

  -o-animation: testim-content-out .4s ease-in-out forwards;

  animation: testim-content-out .4s ease-in-out forwards;

}



.testim .cont div.inactive p {

  -webkit-animation: testim-content-out .5s ease-in-out forwards;

  -moz-animation: testim-content-out .5s ease-in-out forwards;

  -ms-animation: testim-content-out .5s ease-in-out forwards;

  -o-animation: testim-content-out .5s ease-in-out forwards;

  animation: testim-content-out .5s ease-in-out forwards;

}



@-webkit-keyframes testim-scale {

  0% {

    -webkit-box-shadow: 0px 0px 0px 0px #eee;

    box-shadow: 0px 0px 0px 0px #eee;

  }



  35% {

    -webkit-box-shadow: 0px 0px 10px 5px #eee;

    box-shadow: 0px 0px 10px 5px #eee;

  }



  70% {

    -webkit-box-shadow: 0px 0px 10px 5px #ea830e;

    box-shadow: 0px 0px 10px 5px #ea830e;

  }



  100% {

    -webkit-box-shadow: 0px 0px 0px 0px #ea830e;

    box-shadow: 0px 0px 0px 0px #ea830e;

  }

}



@-moz-keyframes testim-scale {

  0% {

    -moz-box-shadow: 0px 0px 0px 0px #eee;

    box-shadow: 0px 0px 0px 0px #eee;

  }



  35% {

    -moz-box-shadow: 0px 0px 10px 5px #eee;

    box-shadow: 0px 0px 10px 5px #eee;

  }



  70% {

    -moz-box-shadow: 0px 0px 10px 5px #ea830e;

    box-shadow: 0px 0px 10px 5px #ea830e;

  }



  100% {

    -moz-box-shadow: 0px 0px 0px 0px #ea830e;

    box-shadow: 0px 0px 0px 0px #ea830e;

  }

}



@-ms-keyframes testim-scale {

  0% {

    -ms-box-shadow: 0px 0px 0px 0px #eee;

    box-shadow: 0px 0px 0px 0px #eee;

  }



  35% {

    -ms-box-shadow: 0px 0px 10px 5px #eee;

    box-shadow: 0px 0px 10px 5px #eee;

  }



  70% {

    -ms-box-shadow: 0px 0px 10px 5px #ea830e;

    box-shadow: 0px 0px 10px 5px #ea830e;

  }



  100% {

    -ms-box-shadow: 0px 0px 0px 0px #ea830e;

    box-shadow: 0px 0px 0px 0px #ea830e;

  }

}



@-o-keyframes testim-scale {

  0% {

    -o-box-shadow: 0px 0px 0px 0px #eee;

    box-shadow: 0px 0px 0px 0px #eee;

  }



  35% {

    -o-box-shadow: 0px 0px 10px 5px #eee;

    box-shadow: 0px 0px 10px 5px #eee;

  }



  70% {

    -o-box-shadow: 0px 0px 10px 5px #ea830e;

    box-shadow: 0px 0px 10px 5px #ea830e;

  }



  100% {

    -o-box-shadow: 0px 0px 0px 0px #ea830e;

    box-shadow: 0px 0px 0px 0px #ea830e;

  }

}



@keyframes testim-scale {

  0% {

    box-shadow: 0px 0px 0px 0px #eee;

  }



  35% {

    box-shadow: 0px 0px 10px 5px #eee;

  }



  70% {

    box-shadow: 0px 0px 10px 5px #ea830e;

  }



  100% {

    box-shadow: 0px 0px 0px 0px #ea830e;

  }

}



@-webkit-keyframes testim-content-in {

  from {

    opacity: 0;

    -webkit-transform: translateY(100%);

    transform: translateY(100%);

  }



  to {

    opacity: 1;

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }

}



@-moz-keyframes testim-content-in {

  from {

    opacity: 0;

    -moz-transform: translateY(100%);

    transform: translateY(100%);

  }



  to {

    opacity: 1;

    -moz-transform: translateY(0);

    transform: translateY(0);

  }

}



@-ms-keyframes testim-content-in {

  from {

    opacity: 0;

    -ms-transform: translateY(100%);

    transform: translateY(100%);

  }



  to {

    opacity: 1;

    -ms-transform: translateY(0);

    transform: translateY(0);

  }

}



@-o-keyframes testim-content-in {

  from {

    opacity: 0;

    -o-transform: translateY(100%);

    transform: translateY(100%);

  }



  to {

    opacity: 1;

    -o-transform: translateY(0);

    transform: translateY(0);

  }

}



@keyframes testim-content-in {

  from {

    opacity: 0;

    transform: translateY(100%);

  }



  to {

    opacity: 1;

    transform: translateY(0);

  }

}



@-webkit-keyframes testim-content-out {

  from {

    opacity: 1;

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }



  to {

    opacity: 0;

    -webkit-transform: translateY(-100%);

    transform: translateY(-100%);

  }

}



@-moz-keyframes testim-content-out {

  from {

    opacity: 1;

    -moz-transform: translateY(0);

    transform: translateY(0);

  }



  to {

    opacity: 0;

    -moz-transform: translateY(-100%);

    transform: translateY(-100%);

  }

}



@-ms-keyframes testim-content-out {

  from {

    opacity: 1;

    -ms-transform: translateY(0);

    transform: translateY(0);

  }



  to {

    opacity: 0;

    -ms-transform: translateY(-100%);

    transform: translateY(-100%);

  }

}



@-o-keyframes testim-content-out {

  from {

    opacity: 1;

    -o-transform: translateY(0);

    transform: translateY(0);

  }



  to {

    opacity: 0;

    transform: translateY(-100%);

    transform: translateY(-100%);

  }

}



@keyframes testim-content-out {

  from {

    opacity: 1;

    transform: translateY(0);

  }



  to {

    opacity: 0;

    transform: translateY(-100%);

  }

}



@-webkit-keyframes testim-show {

  from {

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

  }



  to {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

  }

}



@-moz-keyframes testim-show {

  from {

    opacity: 0;

    -moz-transform: scale(0);

    transform: scale(0);

  }



  to {

    opacity: 1;

    -moz-transform: scale(1);

    transform: scale(1);

  }

}



@-ms-keyframes testim-show {

  from {

    opacity: 0;

    -ms-transform: scale(0);

    transform: scale(0);

  }



  to {

    opacity: 1;

    -ms-transform: scale(1);

    transform: scale(1);

  }

}



@-o-keyframes testim-show {

  from {

    opacity: 0;

    -o-transform: scale(0);

    transform: scale(0);

  }



  to {

    opacity: 1;

    -o-transform: scale(1);

    transform: scale(1);

  }

}



@keyframes testim-show {

  from {

    opacity: 0;

    transform: scale(0);

  }



  to {

    opacity: 1;

    transform: scale(1);

  }

}



@-webkit-keyframes testim-hide {

  from {

    opacity: 1;

    -webkit-transform: scale(1);

    transform: scale(1);

  }



  to {

    opacity: 0;

    -webkit-transform: scale(0);

    transform: scale(0);

  }

}



@-moz-keyframes testim-hide {

  from {

    opacity: 1;

    -moz-transform: scale(1);

    transform: scale(1);

  }



  to {

    opacity: 0;

    -moz-transform: scale(0);

    transform: scale(0);

  }

}



@-ms-keyframes testim-hide {

  from {

    opacity: 1;

    -ms-transform: scale(1);

    transform: scale(1);

  }



  to {

    opacity: 0;

    -ms-transform: scale(0);

    transform: scale(0);

  }

}



@-o-keyframes testim-hide {

  from {

    opacity: 1;

    -o-transform: scale(1);

    transform: scale(1);

  }



  to {

    opacity: 0;

    -o-transform: scale(0);

    transform: scale(0);

  }

}



@keyframes testim-hide {

  from {

    opacity: 1;

    transform: scale(1);

  }



  to {

    opacity: 0;

    transform: scale(0);

  }

}



@media all and (max-width: 300px) {

  body {

    font-size: 14px;

  }

}



#btn_posizioni_aperte {

  background-color: black;

  color: white;

  position: absolute;

  left: 50%;

  top: 275px;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  transform: translateX(-50%);

  z-index: 1;

  text-align: center;

  width: 70%;

}



#btn_posizioni_aperte:hover {

  background-color: white;

  color: black;

}



#lavora_con_noi {

  position: relative !important;

  background-image: url('../images/lavora-con-noi.jpg');

  height: 550px;

}



@media all and (max-width: 500px) {

  .testim .arrow {

    font-size: 1.5em;

  }



  .testim .cont div p {

    line-height: 25px;

  }



  #btn_posizioni_aperte {

    width: 90%;

    text-align: center;

    top: 100px;

    font-size: 14px;

    padding: 6px;

  }



  #news img {

    width: 100%;

    margin-bottom: 10px;

  }



  #lavora_con_noi {

    height: 250px;

  }

}



.owl-carousel .owl-item img {

  width: auto;

}



.no-js .owl-carousel,

.owl-carousel.owl-loaded {

  width: 100%;

  margin: 0 auto;

}



.owl-carousel .owl-item img {

  width: auto;

}



@media (max-width: 850px) {

  .owl-carousel .owl-item {

    text-align: center;

  }



  .owl-carousel .item {

    float: none;

    display: inline-block;

  }

}



.owl-pagination {

  bottom: 0;

}



.owl-page.active span {

  border: 1px solid rgba(0, 0, 0, .8);

}



.owl-page span {

  background: none repeat scroll 0 0 rgba(0, 0, 0, .7);

}