body {
    font-family: 'Titillium Web', sans-serif!important;
    color: #2b2b2b;
    overflow: hidden;
    overflow-y: visible !important;
    padding-right: 0 !important;
}

a {
    color: #2b2b2b;
    font-weight: bolder;
    cursor: pointer;
}

#header {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: top 0.2s ease-in-out;
    top: 0;
}

#header > .content {
    height: 40px;
    background: #283549;
}

#header .slogan {
    font-size: 13px;
    padding-top: 1px;
}

#header.minified {
    top: -40px;
}

#header:not(.opaque) .header-sub, #header:not(.opaque) .header-sub .content:after {
    background: white;
}

#header-sub {
    position: relative;
}

#header-sub > .content {
    height: 97px;
    background: #ffffff47;
}

#header-sub > .content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, #ffffffdb, #ffffff94);
    /* filter: blur(5px); */
    z-index: -1;
    box-shadow: 0 0 12px 2px #00000040;
    transition: all 0.7s linear;
}

#slider-main {
    height: 609px;
}

#slider-main .carousel-item > img {
    height: 800px;
    object-fit: cover;
}

#slider-main .carousel-item h5 {
    max-width: 800px;
    font-size: 46px;
    font-weight: 700;
    line-height: 46px;
}

#slider-main .carousel-item p {
    font-family: Lora,sans-serif!important;
    max-width: 800px;
    font-size: 26px;
}

#slider-main .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 6%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    height: 391px;
}

.owl-type1 .owl-next, .owl-type1 .owl-prev {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 100px;
}

.owl-type1 .owl-next {
    right: 0;
    left: auto;
}

.owl-type1 .owl-prev {
    left: 0;
    right: auto;
}

.owl-type1 .owl-item .card {
    /* box-shadow: 0px 0px 20px 9px #00000029; */
    min-height: 430px;
    background: linear-gradient(45deg, #fffffff5, #ebebeb);
}

.owl-type1 .owl-item .card .card-body {
    background-size: 100%;
    background-position: center calc(50% - 252px);
    background-repeat: no-repeat;
}
.owl-type1.owl-carousel .owl-item:not(.active) {
    opacity: 0.3;
}

.owl-type1.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-type1.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding-top: 30px;
}

.owl-type1 .cards-carousel .cards-carousel-wrapper {
    width: 100%;
    max-width: none;
    padding-top: 60px;
    position: relative;
    overflow: hidden;
    left: 0;
    right: 0;
    padding-left: 60px;
    padding-right: 60px;
}

.owl-item,
.owl-item .item {
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    transform-style:preserve-3d;
	transition: opacity 0.3s linear;
}
.owl-carousel .owl-stage-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-transform-style:preserve-3d;
    -moz-transform-style:preserve-3d;
    transform-style:preserve-3d;
}
section#intro-slider {
}

section#shop-showcase {
    overflow: hidden;
    padding-top: 0;
    background-repeat: repeat-x !important;
    background-position: 0% 100% !important;
}

#slider-why-choose.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 70px 0px;
}

.icon-xxl {
    font-size: 84px!important;
}

.icon-xl {
    font-size: 64px!important;
}

.icon-lg {
    font-size: 44px!important;
}

.icon-md {
    font-size: 30px!important;
}
.text-shadow{
	text-shadow: black 0.1em 0.1em 0.2em;
}
.text-shadow-light{
	text-shadow: white 0.1em 0.1em 0.2em;
}
.text-shadow-lg{
	text-shadow: black 0.1em 0.1em 1.2em;
}
.text-shadow-lg-light{
	text-shadow: white 0.1em 0.1em 1.2em;
}
.rounded-4{
	border-radius:0.75em !important;
}
.opacity-0{
	opacity:0 !important;
}

.section-negative-5 {
    margin-top: -10em;
}

.section-banner {
    min-height: 400px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.banner-title {
    color: white;
    font-weight: bold;
    font-size: 56px;
    line-height: 64px;
}

.banner-description {
    color: white;
    font-family: 'Lora', sans-serif !important;
    font-size: 32px;
    line-height: 42px;
}

.product-strip {
    height: 75px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(117deg, rgba(255,255,255,1) 0%, rgba(0,0,0,1) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(117deg, rgb(38 57 77) 0%, rgb(38 57 77) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    background: linear-gradient(120deg, rgb(38 57 77) 0%, rgb(30 47 64) 40%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.card-cert-img {
    width: 80%;
    border-radius: 7px;
    background: linear-gradient(45deg, #ff9800, #9c27b0);
    box-shadow: 0 0 4px 0px #0000004a;
    position: relative;
    min-height: 240px;
    overflow: hidden;
    display: flex;
}

.bg-radial-primary {
    background: rgb(38,57,77);
    background: -moz-radial-gradient(circle, rgba(38,57,77,0.6783088235294117) 0%, rgba(38,57,77,1) 34%);
    background: -webkit-radial-gradient(circle, rgba(38,57,77,0.6783088235294117) 0%, rgba(38,57,77,1) 34%);
    background: radial-gradient(circle, var(--mdb-secondary) 0%, var(--mdb-primary) 34%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=
    "#26394d",endColorstr="#26394d",GradientType=1);
}

.bg-aliceblue {
    background: aliceblue;
}
.bg-gray {
    background: #3A3D4A;
}
.h1-title {
    font-size: 56px;
    font-weight: bold;
    color: #1C2024;
}

section.section-type1{
	/*background-image: url(../img/family.jpg);*/
    background-size: cover;
    background-position: right;
}

section.section-type1 .section-banner{
    background-size: auto;
}
section.section-type1 .section-banner:after{
	content:"";
	background: linear-gradient(var(--mdb-primary), 40%, black);
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.section-banner .container {
    z-index: 99;
}
.bg-area-login:before{
	content: "";
	background-size: cover;
	background-image:url('../img/teacher-talking-with-her-students-online.jpg');
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	width: 50%;
	height: 100%;
	pointer-events: none;
	left: 50%;
	box-shadow: inset 0 0 20px #0000005e;
}
.bg-area-register:before{
	content: "";
	background-size: cover;
	background-image:url('../img/teacher-business-course.jpg');
	background-position: 70%;
	background-repeat: no-repeat;
	position: fixed;
	width: 50%;
	height: 100%;
	pointer-events: none;
	left: 50%;
	box-shadow: inset 0 0 20px #0000005e;
}

.card-cert-img:before {
    z-index: 1;
    background: url('../img/bg-card-cert.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-size: cover;
    background-position: center;
}


.card-bg-linear-gradient{
	overflow: hidden;
}
.card-bg-linear-gradient:after {
    content: "";
    background: linear-gradient(0deg, black, 15%, transparent);
    width: 100%;
    height: 100%;
    z-index: 99;
    position: absolute;
}


.cert-icon {
    font-size: 80px;
}
.inner-shadow {
  box-shadow: inset 0 0 15px #00000033;
}
.bg-image-vertical {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.owl-type1 .owl-item .card .card-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(127deg, rgba(255,255,255,0) 0%, rgb(255 255 255 / 0%) 65%, rgb(255 255 255 / 14%) 37%, rgba(255,255,255,0) 100%);
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
    transition: all .5s ease-in-out;
    opacity: 1;
}
.owl-type1 .owl-item .card .card-body {
    transition: all 0.2s cubic-bezier(0.42, 0, 0.14, 1.06);
	cursor:pointer;
}

.owl-type1 .owl-item .card:hover .card-body:before {
    left: 100%;
    opacity: 0;
}

.owl-type1 .owl-item .card .card-body:hover {
    background-position: center calc(50% - 246px);
    background-size: 120%;
}

.owl-type1 .owl-item .card .card-body:hover svg.item-product-icon {
    font-size: 75px !important;
    margin-bottom: 5px !important;
}

.owl-type1 .owl-item .card .card-body svg.item-product-icon {
    transition: all 0.2s cubic-bezier(0.42, 0, 0.14, 1.06);
}
.form-outline .form-control.active~.form-label, .form-outline .form-control:focus~.form-label{
	font-weight: bold;
}
.form-outline .form-control~.form-notch div {
    border: 1px solid #d7d7d7;
}

.text-allipsis{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.skeleton{
	overflow:hidden;
	border-radius:0.25em;
	position: relative;
}
.skeleton.btn-rounded{
	border-radius: 10rem !important;
}
.skeleton:after{
	content:"";
	position: absolute;
	top:0;
	left:0;
	width:300%;
	height:100%;
	animation: skeleton 2s infinite;
	background: linear-gradient(45deg, transparent, #00000024, transparent);
	transform: translate(-75%, 0%);
}
@keyframes skeleton{
	0%{
		transform: translate(0%, 0%)
	}
	50%{
		transform: translate(-66%, 0%)
	}
	100%{
		transform: translate(0%, 0%)
	}
}
.skeleton-line{
	height: 15px;
	margin: 5px 0;
}
.skeleton-line-sm{
	height: 9px;
	margin: 5px 0;
}
.skeleton-line-lg{
	height: 20px;
	margin: 5px 0;
}
.skeleton-line-xl{
	height: 40px;
	margin: 5px 0;
}
.skeleton-line-xxl{
	height: 60px;
	margin: 5px 0;
}
.badge-outline-primary {
    background-color: #ffffff;
    color: #26394d;
    border: 1px solid #26394d;
}
.badge-primary {
    background-color: #26394d;
    color: #ffffff;
}

.swal-button{
	background-color: var(--mdb-primary) !important;
}
.swal-modal {
    will-change: auto !important;
}
.swal-logo {
    position: relative;
    width: 150px;
    height: 150px;
    top: 78px;
    display: block;
    margin: auto;
    z-index: 99;
}
.swal-logo .iconify,
.swal-logo img {
    width: 100%;
    height: 100%;
    background: white;
    object-fit: contain;
    padding: 0;
    border-radius: 5px;
    box-shadow: 0 0 20px 0px #00000045;
    padding: 25px;
}
.swal-cover {
    position: relative;
    margin-bottom: 90px;
    background-size: cover;
    background-image:url('../img/teacher-talking-with-her-students-online.jpg');
    background-position: center;
    background-repeat: no-repeat;
	border-radius: 5px 5px 0 0;
}
.swal-cover:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px 5px 0 0;
	background: linear-gradient(45deg, #607d8b75, #000000d1);
}
.swal-overlay--show-modal .swal-modal{
	animation: fade .3s !important;
}
.input-group-text {
    font-size: 0.9em;
}
.input-group-text .form-check-input {
    margin-top:1px !important;
}
body.modal-open{
    overflow: hidden !important;
    padding-right: var(--scrollbar-width) !important;
    background-color: #eee;
}
body.modal-open #header .content {
    padding-right: var(--scrollbar-width);
}

.input-type-password+.password-toggler.on,
.input-type-password+.password-toggler,
input[type=password]+.password-toggler.on,
input[type=password]+.password-toggler {
    content: "";
    /* border: 1px solid red; */
    position: absolute;
    width: 20px;
    height: 20px;
    right: 9px;
    top: 12px;
    display: block;
    z-index: 9;
    background: url('https://api.iconify.design/akar-icons/eye.svg') no-repeat center center / contain;
    cursor: pointer;
}
.input-type-password+.password-toggler.off,
.input-type-password:-webkit-autofill+.password-toggler,
input[type=password]+.password-toggler.off,
input[type=password]:-webkit-autofill+.password-toggler {
    background: url('https://api.iconify.design/akar-icons/eye-slashed.svg') no-repeat center center / contain !important;
}

@media screen and ( min-width: 850px ) and ( max-height: 920px )
{
   .video-contain{
     margin-top:110px;  
    }
}

@media (max-width: 767px) {
	.bg-area-register:before,
	.bg-area-login:before{
		display:none;
	}
	.h-custom-2 {
		height: 100% !important;
	}
	#area-login form{
		width: 100% !important;
	}
}
.offcanvas.show {
    z-index: 9999;
}



#main-search{
    position: absolute;
    z-index:9;
    width: 100%;
}
#main-search > .container {
    position:relative;
}
#main-search .searcher{
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    top: -24px;
    font-size: 20px;
}
#main-search input{
    max-width: 750px;
    position: relative;
    padding: 10px;
    border-radius: 12px;
    font-size: 20px;
    padding-left: 50px;
    padding-right: 150px;
}
#main-search .icon-start{
    position: absolute;
    z-index:10;
    left: 11px;
    top: 8px;
}
#main-search .icon-start svg{
	width: 30px;
	height: 30px;
}
#main-search .btn-end{
    position: absolute;
    z-index: 13;
    right: 4px;
    top: -20px;
}


#shop-search{
	position: relative;
}
#shop-search:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, black, transparent);
	top: 0;
}
#shop-search > .container {
    position:relative;
}
#shop-search .searcher{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
}
#shop-search input{
    max-width: 100%;
    position: relative;
    padding: 10px;
    border-radius: 12px;
    font-size: 20px;
    padding-left: 50px;
    padding-right: 110px;
}
#shop-search .icon-start{
    position: absolute;
    z-index:10;
    left: 11px;
    top: 8px;
}
#shop-search .icon-start svg{
	width: 30px;
	height: 30px;
}
#shop-search .btn-end{
    position: absolute;
    z-index: 13;
    right: 4px;
    top: -20px;
}


/* (0 to 767px: solo per smartphone e smartphone grandi) */
@media (max-width: 767px) {
	.bg-area-register:before,
	.bg-area-login:before{
		display:none;
	}
	.h-custom-2 {
		height: 100% !important;
	}
	#area-login form{
		width: 100% !important;
	}
}






