    /* ==========================================================================
Author's custom styles
========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

*{
    margin: 0;
   padding: 0;
   box-sizing: border-box;
}


:focus {
    outline: none
}

a {
    outline: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5em;
    line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
}

p {
    margin-bottom: 1em;
    text-align: justify;
    line-height: 23px;
}

.heading-title-3,
.heading-title-2,
.heading-title {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.heading-title-3::after,
.heading-title-2::after,
.heading-title::after {
    bottom: 0px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.heading-title-3::after,
.heading-title-2::after,
.heading-title-3::after {
    background-color: #026ba5;
}

body,
html {
    cursor: default;
    font-size: 15px;
    height: 100%;
    -khtml-user-select: none;
    margin: 0!important;
    padding: 0!important;
    text-align: left;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    width: 100%;
    overflow-x: hidden!important;
    color: #626060;
    font-family: 'OpenSans', Segoe UI, Helvetica Neue, Tahoma, Arial!important;
}

.itsoul h4 {
    font-size: 19px;
}

.Headerwrapper {
    position: relative;
    z-index: 99;
    background: #fff;
}
.Top-area {
    border-bottom: 1px solid #eee;
}
.Top-area .inerblock{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Top-area .textwidget {
    height: 39px;
    line-height: 32px;
    color: #333;
    text-align: left;
}

.social {
    text-align: right;
    line-height: 32px;
}

.social .menu li {
    display: inline-block;
    margin-right: 5px;
    width: auto !important;
}

.social .menu li {
    margin-left: 7px;
}

.social .menu li a {
    color: #333
}

.social .menu {
    text-align: right;
    margin-bottom: 0;
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.site-branding {
    padding: 12px 0;
}
.site-branding img{
    height: 35px;
}
.header {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 20px 0;
}

.header [class*="col-"] {
    vertical-align: middle;
}

.header .container {
    position: relative;
}

.menu{
    display: flex;
    align-items: center;
    justify-content: end;
}

.header-right:after {
    content: " ";
    display: table;
    clear: both;
}

.header-padding {
    font-size: 11px;
    padding: 25px 0;
    font-weight: 500;
}

.header-padding div {
    text-align: left;
    float: left;
    border-left: 1px solid #eee;
    padding: 5px 40px;
}

.header-padding div {
    border-left-color: #eee;
}

.header-padding span {
    text-transform: uppercase;
    display: block;
}
/* =Nav
-------------------------------------------------------------- */

#nav-trigger {
    display: none;
    position: relative;
}

#nav-trigger span {
    cursor: pointer;
    display: inline-block;
    margin: 1em;
    text-transform: uppercase;
}

#nav-trigger span:after {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background: url(../img/open-icon.png) no-repeat;
}

#nav-trigger span.open:after {
    background: url(../img/close-icon.png) no-repeat;
}

nav#nav-main {
    height: 50px;
    line-height: 30px;
}

#main-menu-bg {
    /* background: #0069b4; */
}

#main-menu-bg {
    height: 50px;
}

nav#nav-main ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav#nav-main li {
    display: inline-block;
    padding: 15px 0;
}

nav#nav-main li a {
    color: #333;
    display: block;
    float: left;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 0 0 22px;
    font-weight: 600;
}
nav#nav-main li a.active {
    color: #0069b4;
}
nav#nav-main li:last-child a {
    border-right: 0px none;
}
nav#nav-main li a:hover {
    color: #0069b4;
}

nav#nav-main li a.btn-commen-first {
    border-radius: 0;
    font-weight: 400;
    border: none;
    color: #666 !important;
    outline: none;
    border: 1px solid #eeeeee !important;
    font-size: 14px;
    padding: 4px 32px 4px 32px !important;
    text-transform: uppercase;
    position: relative;
    background-color: #fff;
}

nav#nav-main li a.btn-commen-first:hover {
    background-color: #0069b4;
    color: #fff !important;
}

nav#nav-mobile {
    display: none;
    position: absolute;
    right: 0;
    top: 3.8em;
    min-width: 230px;
}

nav#nav-mobile ul {
    background-color: #fff;
    display: none;
    left: 0;
    list-style-type: none;
    position: absolute;
    right: 0;
    text-align: right;
    padding: 0;
}

nav#nav-mobile li {
    border-bottom: 1px solid #eeeeee;
    padding: 0 15px;
}

nav#nav-mobile li:last-child {
    border-bottom: none;
}

nav#nav-mobile a {
    display: block;
    color: #333;
    padding: 5px 0;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

nav#nav-mobile a:hover {
    color: #333;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.d-flex{
    display: flex;
}
.align-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.readmore:hover, .readmore:focus{
color:#fff;
text-decoration: none;
}
/* =Media Queries
-------------------------------------------------------------- */

@media all and (max-width: 992px) {
    #nav-trigger {
        display: block;
    }
    nav#nav-main {
        display: none;
    }
    nav#nav-mobile {
        display: block;
    }
    .Top-area .textwidget {
        display: none;
    }
    .social .menu {
        text-align: center;
        justify-content: center;
        padding: 0;
    }
}

.banner {
    height: auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
    position: relative;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.home-middle1 {
    padding-bottom: 30px;
    position: relative;
}

.sezioneBoxettoni {
    margin-top: 25px;
    padding-top: 0px;
}

.boxof3 {
    color: white;
    padding-top: 9px;
    padding-bottom: 15px;
    height: 216px;
    overflow-y: hidden;
}

.boxof3 h3 {
    color: white;
}

.sezioneBoxettoni.arrived .boxof3.sfondoAzzurro {
    background-color: /* rgba(75, 197, 221,1)*/
    #0069b4;
}

.sezioneBoxettoni.arrived .boxof3.sfondoVerde {
    background-color: /* rgba(87, 188, 128,1)*/
    #13a538;
}

.sezioneBoxettoni.arrived .boxof3.sfondoViola {
    background-color: /* rgba(111, 131, 192,1)*/
    #f39200;
}

.boxof3 .tabella {
    width: 100%;
    transition: all 1s;
    height: 100px;
}

.tabella {
    display: table;
}

.boxof3 .cellaTabella {
    height: 100%;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.cellaTabella {
    display: table-cell;
}

.boxof3 .cellaTabella img {
    max-width: 100%;
}

.boxof3 .descrizione {
    height: 100%;
    overflow: hidden;
    transition: all 1s;
}

.boxof3 .tabella {
    width: 100%;
}

.boxof3 h3 {
    font-size: 18px !important;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 22px;
}

.boxof3 .Bott {
    display: block;
    cursor: pointer;
    text-transform: uppercase;
}

.boxof3 .descrizione p {
    height: 80px;
    margin-bottom: 22px !important;
    overflow: hidden;
    padding: 0 3px;
    display: none;
}

.boxof3 .Bott:hover {
    color: black;
    background: #fff;
}

.clients {
    padding: 10px 0;
    height: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.clients h2 {
    text-align: center;
    padding-bottom: 35px;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}
/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

#owl-demo .item {
    margin: 3px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

.descrizioni h2 {
   margin-top: 0;
   margin-bottom: 0;
}

.descrizioni {
    padding: 80px 0;
}

.descrizioni hr {
    margin-bottom: 0;
    margin-top: 0;
}

.descrizioni li {
    font-size: 14px;
}
.gray-bg {
    background: #f4f9fc;
}
section.descrizioni .testoContenuto,
section.descrizioni .listaContenuto {
    padding: 20px 0 0;
}

section.descrizioni .testoContenuto {
    font-size: 14px;
    margin-bottom: 23px;
}

section.descrizioni .listaContenuto ul {
    padding: 0;
    margin: 0;
}

section.descrizioni .listaContenuto ul li {
    display: block;
    padding: 5px 10px 5px 26px;
    background-image: url(../img/arrow.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.content-wrapper {
    padding-bottom: 30px;
    position: relative;
}

.has-bg.hb_about {
    background: url(../img/innerbg.jpg) repeat;
    background-size: cover;
    background-position: 0px -75px;
}

.has-bg {
    padding: 70px 0px;
}

.has-bg {
    text-align: center !important;
    padding: 50px 0 50px;
    text-transform: uppercase;
    position: relative;
}

.content {
    padding: 0 0 80px;
}

.page-block {
    position: relative;
    padding: 5.35em 0;
}

.imageListBox {
    padding: 5.35em 0 0 0;
}

.headingBox {
    position: relative;
    display: block;
    padding:15px 25px 40px;
    background: #fff;
    transition: .4s;
    text-align: center;
    margin-bottom: 35px;
    min-height: 250px;
}

/* .headingBox i.mSize,
.headingBox span.mSize {
    font-size: 1.25em;
    width: 2.25em;
    height: 2.25em;
    line-height: 2.25em;
} */

.headingBox i,
.headingBox span {
    font-size: 50px;
    height: 100px;
    width: 100px;
    display: inline-block;
    background: #3251a3;
    border-radius: 50%;
    line-height: 100px;
    color: #223645;
}
.headingBox p{
    text-align: center;
}
.headingBox:hover {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 16px 32px 0px rgb(196 203 255 / 30%);
}
.BGprime {
    background: #0069b4;
}

.round {
    display: inline-block;
    line-height: 1.65em;
    color: #fff!important;
    text-align: center;
    margin: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 1em;
    width: 1.65em;
    height: 1.65em;
}

.service-article {
    min-height: 130px;
    padding-left: 1em;
    margin-bottom: 3em;
    background: #f9f9f9;
}

section.imageListBox.BGlight {
    background: #f1eee9;
}

.pT2 {
    padding-top: 2em!important;
}

.pT4 {
    padding-top: 4em!important;
}

.pT1 {
    padding-top: 1em!important;
}

ul.list-main.half {
    display: block;
    float: left;
    width: 46%;
    margin: 2% 4% 2% 0;
    padding-left: 1em;
}

.pB3 {
    padding-bottom: 3em!important;
}

ul.list-main.bordered li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: .5em 0 .5em 2.43em;
}

ul.list-default li:first-child,
ul.list-main.bordered li:first-child {
    border: none!important;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #999;
    background-color: #F7F7F7;
    border: none;
    border-radius: 0;
    font-style: italic;
    border: 1px solid #eeeeee;
    box-shadow: none;
}

.form-group .control-label {
    padding-top: 10px
}

.form-control:focus {
    border-color: 0;
    outline: 0;
    box-shadow: none;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999 !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.btn-commen {
    border-radius: 0;
    font-weight: 400;
    border: none;
    color: #666;
    outline: none;
    border: 1px solid #eeeeee;
    font-size: 11px;
    padding: 10px 20px 8px 20px;
    text-transform: uppercase;
    position: relative;
}

.btn-commen:before {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 4px;
    opacity: 1;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(.36, .99, .69, 1.2);
    z-index: 1;
}

.btn-commen:before {
    background-color: #0069b4;
}

.btn-commen:hover {
    background-color: #0069b4;
    color: #fff;
}

.btn-itsoul {
    background: #0069b4;
    color: #fff;
}
/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/

.contact-info i {
    vertical-align: middle;
    float: none;
    font-size: 18px;
    width: 18px;
    padding-right: 20px;
    margin-bottom: 0;
}

.contact-info span {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
}

.bottom-wrapper {
    width: 100%;
}

.carousel-indicators .active {
    background-color: #0069b4;
}

.carousel-indicators li {
    border: 1px solid #0069b4;
}

.bg-black {
    background: #333;
}

.inner-banner h2 {
    margin-bottom: 0.5em;
    line-height: 1.2;
    color: #fff;
}
/*PRODUCT*/

.glyphicon {
    margin-right: 5px;
}

.thumbnail {
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.thumbnail img {
    padding: 22px 0 !important
}

.item.list-group-item {
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;
}

.item.list-group-item:nth-of-type(odd):hover,
.item.list-group-item:hover {
    background: #428bca;
}

.item.list-group-item .list-group-image {
    margin-right: 10px;
}

.item.list-group-item .thumbnail {
    margin-bottom: 0px;
}

.item.list-group-item .caption {
    padding: 9px 9px 0px 9px;
}

.thumbnail .caption {
    text-align: center;
}

.thumbnail .caption span {
    font-size: 14px;
    text-transform: uppercase;
}

.item.list-group-item:nth-of-type(odd) {
    background: #eeeeee;
}

.item.list-group-item:before,
.item.list-group-item:after {
    display: table;
    content: " ";
}

.item.list-group-item img {
    float: left;
}

.item.list-group-item:after {
    clear: both;
}

.list-group-item-text {
    margin: 0 0 11px;
}

.working-hours {
    margin-bottom: 34px;
    clear: both;
}

.working-hours ul {
    margin: 15px 0 0 0;
    list-style-type: none;
    padding: 0;
}

.working-hours ul li:first-child {
    border-top: none;
}

.working-hours ul li {
    border-top: 1px solid #d9d9d9;
    padding: 5px 0;
    font-size: 13px;
    float: left;
    width: 100%;
}

.working-hours ul li .title {
    width: 50%;
    text-align: left;
    float: left;
}

.working-hours ul li .hours {
    width: 50%;
    text-align: right;
    float: left;
}

.course-count {
    float: left;
    width: 100%
}

.course-count ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.course-count ul li {
    margin: 0 0 2em 0;
    padding: 0 2em 2em 2em;
    background: #f9f9f9;
    width: 100%;
    float: left;
}

.course-count li h3 {
    font-size: 18px;
}

.course-count ul li .courselist {
    margin: 0 0 0 1.5em;
    list-style-type: none;
    padding: 0;
}

.course-count ul li .courselist li {
    margin: 0;
    padding: 3px 0;
    width: 100%;
    float: left;
    list-style-type: circle;
}



.contact
{
	width: 100%;
	padding-bottom: 100px;
}
.contact_map
{
	width: 100%;
}
.map
{
	width: 100%;
}
.google_map
{
	width: 100%;
	height: 350px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}
#content
{
	width: 180px;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 14px;
	color: #76777a;
	line-height: 1.71;
}
.contact_info_container
{
	margin-top: 100px;
}
.contact_info_title
{
	font-size: 36px;
	font-weight: 700;
	color: #111;
}
.contact_form
{
	padding-right: 10px;
}
.comment_form
{
	margin-top: 35px;
}
.comment_input
{
	width: 100%;
	height: 46px;
	border: solid 1px #d9d9d9;
	border-radius: 3px;
	padding-left: 19px;
	font-size: 16px;
	font-weight: 400;
}
.comment_form > div:not(:last-child)
{
	margin-bottom: 25px;
}
.comment_input:focus
{
	border: solid 1px #3251a3;
	outline: none;
}
.comment_textarea
{
	width: 100%;
	height: 150px;
	padding-top: 15px;
}
.form_title
{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 12px;
}
.comment_button
{
	width: 150px;
	height: 46px;
	background: #3251a3;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 3px;
	margin-top: 15px;
}
.comment_button:hover
{
	box-shadow: 0px 5px 40px rgba(0,0,0,0.25);
}
.contact_info
{
	padding-left: 45px;
}
.contact_info_text
{
	margin-top: 27px;
    color:#111
}
.contact_info_location
{
	margin-top: 28px;
}
.contact_info_location_title
{
	font-size: 18px;
	font-weight: 700;
}
.location_list
{
	margin-top: 14px;
    list-style-type: none;
}
.location_list li
{
	font-size: 15px;
}
.location_list li:not(:last-child)
{
	margin-bottom: 9px;
}

.footer {
    background-color: #1b273d;
    color: #767d8c;
    padding: 60px 0 40px;
    position: relative;
}

.footer .block-content {
    background: url(../img/footer-bg.png) no-repeat center center;
    background-size: cover;
}

.footer .widget-title {
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 20px;
    position: relative;
}

.footer .textwidget p {
    margin-bottom: 0.7em;
}

.footer a {
    color: #babfc5;
    padding: 3px 0;
    text-decoration: none;
}

.footer .menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
}

.footer .menu i {
    padding: 0 10px 0 0;
}

.footer .menu li {
    margin-bottom: 0.7em;
}

.footer a:hover {
    color: #fff;
    
}


@media (min-width: 970px) {
    
    .transition-timer-carousel .carousel-caption .carousel-caption-header {
        font-size: 36px;
    }
}

@media screen and (min-width: 20px) and (max-width: 320px) {}

@media screen and (min-width: 321px) and (max-width: 480px) {}

@media screen and (min-width: 481px) and (max-width: 640px) {}

@media screen and (min-width: 321px) and (max-width: 768px) {
    .descrizioni h2 {
        margin-top: 25px;
    }
    .headingBox {
        padding-bottom: 25px;
        min-height: auto;
    }
}
  