body {
  font: 1.3125rem/1.5 "Roboto Slab Light", "sans-serif" !important;
  color: #383433 !important;
  background: #fff !important;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

a:active {
  outline: 0 none;
  text-decoration: none;
}

a:focus {
  outline: 0px solid;
  text-decoration: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input,
textarea {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none;
}

input:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:active,
textarea:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-control-input:focus~.custom-control-label::before{box-shadow: none !important;}

button {
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
}

button:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none;
}

audio, canvas, video {
  display: inline-block;
}
/* -------- Font-Weight --------- */
.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

/* --------------------------- */
/* -------- Font-size --------- */
.f-12 {
  font-size: 0.75rem !important;
}

.f-13 {
  font-size: 0.813rem !important;
}

.f-14 {
  font-size: 0.875rem !important;
}

.f-16 {
  font-size: 1rem !important;
}

.f-18 {
  font-size: 1.125rem !important;
}

.f-19 {
  font-size: 1.188rem !important;
}

.f-20 {
  font-size: 1.25rem !important;
}

.f-22 {
  font-size: 1.375rem !important;
}

.f-24 {
  font-size: 1.5rem !important;
}

.f-26 {
	font-size: 1.625rem !important;
}

.f-28 {
  font-size: 1.75rem !important;
}

.f-30 {
  font-size: 1.875rem !important;
}

.f-32 {
  font-size: 2rem !important;
}

.f-34 {
  font-size: 2.125rem !important;
}

.f-35 {
  font-size: 2.188rem !important;
}

.f-36 {
  font-size: 2.25rem !important;
}

.f-38 {
  font-size: 2.375rem !important;
}

.f-39 {
  font-size: 2.438rem !important;
}

.f-40 {
  font-size: 2.5rem !important;
}

.f-41 {
  font-size: 2.563rem !important;
}

.f-42 {
  font-size: 2.625rem !important;
}

.f-44 {
  font-size: 2.75rem !important;
}

.f-46 {
  font-size: 2.875rem !important;
}

.f-47 {
  font-size: 2.938rem !important;
}

.f-48 {
  font-size: 3rem !important;
}


.f-50 {
  font-size: 3.125rem !important;
}

.f-51 {
  font-size: 3.188rem !important;
}

.f-55 {
  font-size: 3.438rem !important;
}

.f-56 {
  font-size: 3.5rem !important;
}

.f-60 {
  font-size: 3.75rem !important;
}

.f-65 {
  font-size: 4.063rem !important;
}

.f-70 {
  font-size: 4.375rem !important;
}

.f-72 {
  font-size: 4.5rem !important;
}

.f-74 {
  font-size: 4.625rem !important;
}

.f-76 {
  font-size: 4.75rem !important;
}

.f-78 {
  font-size: 4.875rem !important;
}

.f-80 {
  font-size: 5rem !important;
}

.f-81 {
  font-size: 5.063rem !important;
}

.f-82 {
  font-size: 5.125rem !important;
}

.f-84 {
  font-size: 5.25rem !important;
}

.f-86 {
  font-size: 5.375rem !important;
}

.f-88 {
  font-size: 5.5rem !important;
}

.f-90 {
  font-size: 5.625rem !important;
}

/* --------------------------- */
/*-----------Line Height-----------*/
.lh-24 {
  line-height: 24px !important;
}

.lh-26 {
  line-height: 26px !important;
}

.lh-28 {
  line-height: 28px !important;
}

.lh-30 {
  line-height: 30px !important;
}

.lh-32 {
  line-height: 32px !important;
}

.lh-34 {
  line-height: 34px !important;
}

.lh-36 {
  line-height: 36px !important;
}

.lh-38 {
  line-height: 38px !important;
}

.lh-40 {
  line-height: 40px !important;
}

.text-upper{
  text-transform: uppercase;
}

.position-relative{
  position: relative;
}

/* -------- Custom class css --------- */
.bg-main { background-color: #055B7C!important;}
.bg-darkprimary { background-color: #054862!important;}
.bg-yellow{background-color: #F9E92F!important;}
.bg-orange{background-color: #FF8900!important;}
.bg-darkorange{background-color: #D67300!important;}
.bg-blue{background-color: #41B4E2!important;}
.bg-darkblue{background-color: #1984AF!important;}
.bg-red{background-color: #D85025!important;}
.bg-darkred{background-color: #EB5A27!important;}
.bg-pink{background-color: #C2376E!important;}
.bg-green{background-color: #87BE44!important;}
.bg-darkgreen{background-color: #6DA155!important;}
.bg-purple{background-color: #37538A!important;}





.text-darkblue{
  color: #055B7C!important;
}

.text-green{
  color: #87BE44 !important;
}

.wei-title{
  font-size: 81px;
  color: #fff;
  font-family: 'Caveat' !important;
  font-weight: 700;
  text-align: center;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  padding: 14px 20px;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
}

.wei-subtitle{
  font-size: 28px;
  color: #383433;
  font-family: 'Caveat' !important;
  font-weight: 700;
  text-align: center;
  position: absolute;
  content: "";
  bottom: 0px;
  left: 50%;
  padding: 14px 20px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.93);
}

.wei-title1{
  font-family: 'Caveat' !important;
  font-weight: 700;
  font-size: 85px;
}

.wei-title2{
  font-family: 'Roboto Black' !important;
  font-weight: 900;
  font-size: 86px;
  line-height: 86px;
}

.wei-title3{
  font-family: 'Roboto Black' !important;
  font-weight: 900;
  font-size: 50px;
}

.wei-btn{
  border-radius: 10px !important;
  text-transform: uppercase !important;
  background: transparent !important;
  font-size: 20px !important;
  font-family: 'Roboto Slab' !important;
  font-weight: 800 !important;
  padding: 10px 16px !important;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  display: inline-block;
  vertical-align: middle;
}

.wei-btn:before{
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  width: 100%;
}

.wei-darkbtn{
  border: 3px solid #005A7C !important;
  color: #055B7C !important;
}

.wei-btn.wei-darkbtn:before{
  background: #005a7c;
}

.wei-btn.wei-darkbtn:hover:before, .wei-btn.wei-darkbtn:active:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.wei-darkbtn:hover, .wei-darkbtn:active{
  color: #fff !important;
}

.wei-lightbtn{
  border: 3px solid #fff !important;
  color: #fff !important;
}

.wei-btn.wei-lightbtn:before{
  background: #fff;
}

.wei-btn.wei-lightbtn:hover:before, .wei-btn.wei-lightbtn:active:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.wei-btn.wei-lightbtn:hover, .wei-btn.wei-lightbtn:active{
  color: #055B7C !important;
}

.wei-pinkbtn{
  border: 3px solid #fff !important;
  color: #fff !important;
}

.wei-btn.wei-pinkbtn:before{
  background: #fff;
}

.wei-btn.wei-pinkbtn:hover:before, .wei-btn.wei-pinkbtn:active:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.wei-btn.wei-pinkbtn:hover, .wei-btn.wei-pinkbtn:active{
  color: #C2376E !important;
}

.wei-btn.f-12{font-size: 12px !important;}

.bottom-position{
  position: absolute;
  bottom: 0px;
}

.cover-image{
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

.roboto-light{
  font-family: 'Roboto Light' !important;
}

.roboto{
  font-family: 'Roboto' !important;
}

.roboto-medium{
  font-family: 'Roboto Medium' !important;
}

.firasans-medium{
  font-family: 'Fira Sans Medium' !important;
}

.roboto-black{
  font-family: 'Roboto Black' !important;
}

.robotoslab-bold{
  font-family: 'Roboto Slab' !important;
}

.caveat{
  font-family: 'Caveat' !important;
}

.firasans-light{
  font-family: 'Fira Sans Light' !important;
}

.firasans{
  font-family: 'Fira Sans' !important;
}

.firasans-medium{
  font-family: 'Fira Sans Medium' !important;
}

.firasans-black{
  font-family: 'Fira Sans Black' !important;
}
/* ---------------------------------- */

/* --------- Header -------- */
.header {
  height: 140px;
  background: #fff;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.header.small-header{
  height: 88px;

}
.header.small-header + .wei-main{
  padding-top: 88px;
}
.header.small-header .wei-nav{
  padding-top: 10px !important;
}
.header.small-header .navbar-brand img.logo{
  width: 240px;
}
.header.small-header .wei-nav ul > li > a{
  font-size: 16px !important;
  padding: 7px 12px !important;
}
.header .navbar-brand img.logo{margin-bottom: -20px;}
.header .navbar-collapse{
  position: relative;
  margin-bottom: -25px;
}
.header .wei-nav ul > li{
  margin-right: 20px;
}
.header .wei-nav ul > li:last-child{
  margin-right: 0px;
  position: relative;
}
.header .wei-nav ul > li > a{
  padding: 8px 12px !important;
  font-family: 'Roboto Slab' !important;
  font-size: 19px !important;
  color: #383433 !important;
  font-weight: 700;
  position: relative;
}
.header .wei-nav ul > li.active a, .header .wei-nav ul > li > a:hover{
  color: #41B4E2 !important;
}
.header .wei-nav ul > li > a:before{
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  width: 0px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #41B4E2;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header .wei-nav ul > li.active a:before, .header .wei-nav ul > li > a:hover:before{
  width: 100%;
}

/* ------------------------ */
.wei-main{
  padding-top: 140px;
  min-height: calc(100vh - 140px);
  clear: both;
  overflow: hidden;
}

/* --------- breadcrumb -------- */
ul.breadcrumb{
  margin-bottom: 0px;
  background: transparent;
  padding-left: 0px;
  padding-right: 0px;
}
ul.breadcrumb > li:first-child{display: none;}
ul.breadcrumb > li a, ul.breadcrumb > li span[itemprop="name"]{font-size: 14px;}
ul.breadcrumb > li a.pathway{
  color: #9D9D9D;
}
ul.breadcrumb > li span.divider {position: relative; padding: 0px 10px;}
ul.breadcrumb > li span.divider img{display: none;}

ul.breadcrumb > li span.divider:before{
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  left: 6px;
  top: 2px;
  color: #055B7C;
}
/* ---------------------------- */

/* --------- wei-support -------- */
.wei-support{overflow: hidden;}
.wei-support.is-home{
  background-image: url("../images/geometry.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100% 100%;
  background-size: cover;
}

.wei25bottom-right .wei-subtitle{width: 60%;}
/* ----------------------------- */

/* ----------- dal-blog ---------- */
.dal-blog{
  overflow: hidden;
}

.dalblog-slider .carousel-item .shadow{
  box-shadow: 0 .1rem 0.5rem rgba(0,0,0,.15)!important;
}

.dalblog-slider .slider-arrow{
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  background: #fff;
  color: #000;
  opacity: 1;
  transition: all 0.3s ease-in-out;

}
.slider-arrow.carousel-control-prev{
  left: -7%;
}
.slider-arrow.carousel-control-next{
  right: -7%;
}
.dalblog-slider .slider-arrow:hover, .dalblog-slider .slider-arrow:focus{
  background: #055b7c;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
/* ------------------------------ */

/* ----------- leggile-storie ---------- */
.leggile-storie{
  overflow: hidden;
}
.leggile-storie .leggistorie-slider .slider-arrow{
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.slider-arrow.carousel-control-prev{
  left: -7%;
}
.slider-arrow.carousel-control-next{
  right: -7%;
}
/* ------------------------------------ */

/* ------------ raccontaci ------------ */
.raccontaci{
  overflow: hidden;
  position: relative;
}
.raccontaci .raccontaci-right .form-group input.form-control, .send-storie .sendstorie-right .form-group input.form-control{
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  background: transparent;
  border-radius: 0px;
  color: #fff !important;
  font-family: 'Roboto' !important;
  font-size: 22px;
  border-color: #fff !important;
  box-shadow: none !important; 
}

.raccontaci .raccontaci-right .form-group textarea.form-control, .send-storie .sendstorie-right .form-group textarea.form-control{
  border-radius: 0px;
  background: transparent;
  font-size: 22px;
  font-family: 'Roboto' !important;
  border-color: #fff !important;
  box-shadow: none !important; 
}

.raccontaci .raccontaci-right .form-group input::-webkit-input-placeholder, .raccontaci .raccontaci-right .form-group textarea::-webkit-input-placeholder, .send-storie .sendstorie-right .form-group input::-webkit-input-placeholder, .send-storie .sendstorie-right .form-group textarea::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.raccontaci .raccontaci-right .form-group input:-ms-input-placeholder, .raccontaci .raccontaci-right .form-group textarea:-ms-input-placeholder, .send-storie .sendstorie-right .form-group input:-ms-input-placeholder, .send-storie .sendstorie-right .form-group textarea:-ms-input-placeholder  { /* Internet Explorer 10-11 */
  color: #fff;
}

.raccontaci .raccontaci-right .form-group input::placeholder, .raccontaci .raccontaci-right .form-group textarea::placeholder, .send-storie .sendstorie-right .form-group input::placeholder, .send-storie .sendstorie-right .form-group textarea::placeholder {
  color: #fff;
}

.raccontaci .raccontaci-right .custom-control-input:checked~.custom-control-label::before{
  border-color: #fff;
  background-color: transparent;
  top: 7px;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
}
.raccontaci .raccontaci-right .custom-checkbox .custom-control-input:checked~.custom-control-label::after, .raccontaci .raccontaci-right .custom-control-label::after, .raccontaci .raccontaci-right .custom-control-label::before{
  top: 7px;
  border-radius: 0px;
  border-color: #fff;
  outline: none;
  box-shadow: none;
}

.raccontaci .darkblueleft-square:before, .send-storie .darkblueleft-square:before{
  position: absolute;
  content: "";
  top: 0px;
  width: 150px;
  height: 100%;
  background: #1984af;
  left: 29%;
  z-index: -1;
} 

.send-storie .darkblueleft-square:before{left: 37%;}

/* ----------------------------------- */

/* ---------- meet up --------- */
.meetup .meetup-address .meetup-address-box{overflow: hidden;}
/* --------------------------- */

/* ---------- footer --------- */
.footer .soluzioni-info object{
  position: relative;
  margin-top: -30px;
}

.footer .soluzioni-info p, .footer .soluzioni-info .social-icons{
  padding-left: 12px;
}
.footer .soluzioni-info .social-icons li{
  margin-right: 40px;
}

.footer .footer-menu{
  margin-top: 160px;
  position: relative;
}

.footer .footer-menu ul li{
  position: relative;
  transition: all 0.3s ease-in-out;
}

.footer .footer-menu ul li:hover{
  padding-left: 7px;
}

.footer .footer-menu ul li:before{
  position: absolute;
  content: "-";
  top: 50%;
  transform: translateY(-50%);
}
.footer .footer-menu ul li a{
  margin-left: 15px;
  color: #fff;
  font-weight: 600;
}

.footer .footer-signup{
  margin-top: 80px;
}

.footer .footer-signup .custom-control-input:checked~.custom-control-label::before{
  border-color: #fff;
  background-color: transparent;
  top: 7px;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
}
.footer .footer-signup .custom-checkbox .custom-control-input:checked~.custom-control-label::after, .footer .footer-signup .custom-control-label::after, .footer .footer-signup .custom-control-label::before{
  top: 7px;
  border-radius: 0px;
  border-color: #fff;
  outline: none;
  box-shadow: none;
}
/* --------------------------- */

/* ------- chisiamo-top ------- */
/* @media only screen and (min-width: 1300px){
  .chisiamo-top .chisiamo-tleft img{
    margin-left: -80px;
  }
  .chisiamo-center .chisiamo-cleft img{
    margin-left: -40px;
  }
  .chisiamo-bottom .chisiamo-bleft img{
    margin-left: -100px;
  }
} */
/* -------------------------- */

/* --------- storie ---------- */
body.stories .wei-support .storie-container{max-width: 100% !important;}
.send-storie{margin-top: 120px;}
.send-storie .sendstorie-left img{
  width: 60%;
  margin-top: -200px;
}
/* -------------------------- */

/* ---------- chi siamo ----------- */
.chisiamo-tquote .quote-mark{
  position: absolute;
  content: "";
  font-size: 120px;
  top: -15px;
  left: 0px;
  line-height: 120px;
} 

.chisiamo-tquote .right-quote.quote-mark{
  bottom: -70px;
  top: auto;
  left: auto;
  right: 50px;
}

.chisiamo-bottom .chisiamo-bleft .bottom-position{
  bottom: 25%;
}
/* ------------------------------- */

/* ---------- Contact --------- */
.social-media-icon ul.social-icons > li{
  margin-right: 80px;
}
.social-media-icon ul.social-icons > li a{transition: all 0.3s ease-in-out;}
.social-media-icon ul.social-icons > li.facebook a.text-darkblue:hover{
  color: #3b5999 !important;
}

.social-media-icon ul.social-icons > li.whatsapp a.text-darkblue:hover{
  color: #25D366 !important;
}

.social-media-icon ul.social-icons > li.skype a.text-darkblue:hover{
  color: #00AFF0 !important;
}

.social-media-icon ul.social-icons > li.linkedin a.text-darkblue:hover{
  color: #0077B5 !important;
}

.social-media-icon ul.social-icons > li.youtube a.text-darkblue:hover{
  color: #cd201f !important;
}
/* --------------------------- */



