/*=== google fonts ===*/


/*=== Basic css ===*/

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
    color: #333333;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: #95c123;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    z-index: 999;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #95c123;
    color: #fff;
    box-shadow: 0px 0px 5px #95c123;
    -webkit-box-shadow: 0px 0px 5px #95c123;
    -moz-box-shadow: 0px 0px 5px #95c123;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

/*=== Header area start ===*/

.header-area {
    padding: 40px 0;
}

.header-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-item-inner img {
    max-width: 360px;
}

.header-item-inner2 ul {
    display: flex;
    align-items: center;
}

.header-item-inner2 ul li a {
    color: #113f82;
    font-size: 20px;
    font-weight: 400;
}

.header-item-inner2 ul li a span {
    font-weight: 500;
}

.header-item-inner2 ul li a:hover {
    color: #95c123;
}

.header-item-inner2 ul li:nth-of-type(2) {
    padding: 0 38px;
    margin: 0 38px;
    /* border-right: 2px solid #113f82;
    border-left: 2px solid #113f82; */
    position: relative;
}
.header-item-inner2 ul li.border-add::after {
    content: '';
    display: block;
    width: 2px;
    height: 70%;
    background: #113f82;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header-item-inner2 ul li.border-add::before {
    content: '';
    display: block;
    width: 2px;
    height: 70%;
    background: #113f82;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.menu-actived a {
    color: #95C123 !important;
}
.header-item-inner3 {
    cursor: pointer;
}

.header-item-inner3 span {
    width: 30px;
    height: 4px;
    border-radius: 4px;
    display: block;
    background: #95c123;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.header-item-inner3 span:nth-of-type(2) {
    margin: 5px 0;
}

.header-item-inner3:hover span {
    background: #263779;
}

.mobile-m-logo {
    display: none;
}

/*=== offcanvas start ===*/

.offcanvas-start {
    border: none;
	width: 100%;
	background: linear-gradient(to bottom right, rgba(29, 73, 136, 0.7) 0%, rgb(29, 73, 136) 55%);
}
.side-menu-inner.side-menuTwo {
	justify-content: space-between;
}

.side-menu ul li a {
	font-size: 18px;
	margin: 0 0 15px;
	color: #fff;
}

.offcanvas-body {
    padding: 30px 20px;
}

.side-menu-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.side-menu-inner img {
    max-width: 180px;
}

.side-menu-inner .close {
	cursor: pointer;
	width: 25px;
	height: 25px;
	margin-left: auto;
}

.side-menu-inner .close span {
    width: 25px;
    height: 3px;
    display: block;
    background: #95c123;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.side-menu-inner .close:hover span {
    background: #fff;
}

.side-menu-inner .close span:nth-of-type(1) {
    transform: rotate(45deg);
    margin-top: 13px;
}

.side-menu-inner .close span:nth-of-type(2) {
    transform: rotate(-45deg);
    margin-top: -3px;
}

.side-menu-inner2 ul {
    flex-direction: column;
    align-items: start;
}

.side-menu-inner2 ul li a {
    font-size: 18px;
    margin: 0 0 15px;
}

.side-menu-inner2 ul li:nth-of-type(2) {
    padding: 0;
    margin: 0;
    border: none;
}









/*=== banner area start ===*/

.banner-area {
    padding: 80px 0 120px;
}

.banner-item-inner h1 {
    font-size: 55px;
    font-weight: 300;
    color: #113f82;
    padding-bottom: 20px;
}

.banner-item-inner h1 span {
    font-weight: 500;
}

.banner-item-inner2 {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
}

.banner-item-inner3 {
    width: calc(100% - 383px);
    padding-right: 20px;
}

.banner-item-inner3 p {
    font-size: 22px;
    font-weight: 300;
    color: #000;
    max-width: 860px;
    margin-bottom: 30px;
}

.banner-item-inner3 p span {
    font-weight: 500;
}

.banner-item-inner3 p:last-of-type {
    margin-bottom: 0;
}

.banner-item-inner4 {
    width: 383px;
    margin-bottom: -20px;
}

.banner-item-inner4 img {
    max-width: 100%;
    width: 310px;
}

/*=== goal area start ===*/

.goal-area {
    background-image: url(../img/goal-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 66px 0 170px;
    position: relative;
}

.goal-area:after {
    content: '';
    position: absolute;
    width: 1080px;
    height: 400px;
    left: 50%;
    top: -15px;
    background: #95c123;
    z-index: -1;
    transform: translateX(-50%);
    border-radius: 80px;
}

.goal-item {
    padding-bottom: 60px;
    text-align: center;
    border-bottom: 5px solid #fff;
    position: relative;
    margin-bottom: 70px;
}

.goal-item:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    background: #0c3f81;
    border: 5px solid #fff;
    left: 25px;
    bottom: -21px;
    transform: rotate(45deg);
    border-left: none;
    border-top: none;
}

.goal-item h2 {
    font-size: 43px;
    font-weight: 300;
    color: #95c123;
    letter-spacing: -1.1px;
}

.goal-item h2 span {
    font-weight: 700;
}

.goal-item2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}

.goal-item2-inner {
    width: 36%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.goal-item2-inner2 h3 {
    font-size: 38px;
    font-weight: 300;
    color: #fff;
}

.goal-item2-inner2 h3 span {
    font-weight: 700;
}

.goal-item2-inner2 p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}

.goal-item2-inner2 p span {
    font-weight: 700;
}

.goal-item2-inner3 {
    width: 435px;
}

/*=== strategy area start ===*/

.strategy-area {
    padding-top: 20px;
    position: relative;
    z-index: 988;
}

.strategy-area:after {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 1721px;
    height: 360px;
    left: 50%;
    transform: translateX(-50%);
    top: -75px;
    background: #fff;
    border-radius: 120px;
    z-index: -1;
}

.strategy-item {
    margin-bottom: 30px;
}

.strategy-item p {
    font-size: 22px;
    color: #000;
    font-weight: 300;
}

.strategy-item p span {
    font-weight: 500;
}

.strategy-item h3 {
    font-size: 38px;
    color: #000;
    font-weight: 300;
}

.strategy-item2 {
    text-align: center;
    padding: 60px 0 70px;
}

.strategy-item2 h2 {
    font-size: 60px;
    color: #113f82;
    font-weight: 300;
    margin-bottom: 30px;
}

.strategy-item2 p {
    font-size: 22px;
    color: #000;
    font-weight: 300;
}

.strategy-item2 p span {
    font-weight: 500;
    display: block;
}

.strategy-item3 {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #95c123;
    border-bottom: 1px solid #95c123;
    margin-bottom: 200px;
}

.strategy-item3 h2 {
    font-size: 60px;
    color: #000;
    font-weight: 300;
}

.strategy-item3 a {
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    background: #95c123;
    padding: 6px 35px;
    display: inline-block;
    transform: translateY(50%);
}

.strategy-item3 a img {
    max-width: 50px;
    margin-right: 20px;
    display: inline-block;
    transform: translateY(-6px);
}

/*=== technique area start ===*/

.technique-area {
    overflow: hidden;
    position: relative;
    z-index: 9;
    padding-bottom: 40px;
}

.technique-area:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background-color: #f2f2f2;
    clip-path: polygon(48% 7%, 100% 3%, 100% 100%, 0 100%, 0 3%);
    background-image: url(../img/facciamo-af.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.technique-area:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 52%;
    bottom: 0;
    left: 0;
    background-image: url(../img/facciamo-bf.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.technique-item {
    text-align: center;
    margin-bottom: 150px;
}

.technique-item-inner {
    display: inline-block;
    padding: 10px 80px 60px;
    background: #fff;
    border-radius: 35px;
}

.technique-item p {
    font-size: 60px;
    color: #113f82;
    line-height: 70px;
    font-weight: 300;
}

.technique-item p span {
    font-weight: 500;
}

.technique-item2 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -50px;
}

.technique-item2 ul li {
    width: 50%;
    padding: 0 50px;
}

.technique-item2 ul li:nth-of-type(2) {
    margin-top: 150px;
}

.technique-item2 ul li:nth-of-type(3) {
    margin-top: -180px;
}

.technique-item2 ul li:nth-of-type(5) {
    margin-top: -260px;
}

.technique-item2 ul li:nth-of-type(odd) {
    text-align: right;
}

.technique-item2-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 35px;
    background: #113f82;
    border-radius: 60px 0 0 0;
}

.technique-item2 ul li:nth-of-type(even) .technique-item2-inner {
    border-radius: 0 60px 0 0;
}

.technique-item2-inner img {
    max-width: 141px;
}

.technique-item2-inner h2 {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    display: flex;
    align-items: start;
}

.technique-item2-inner h2 img {
    max-width: 20px;
    display: none;
    margin-top: 6px;
    margin-right: 4px;
}

.technique-item2-inner h2 strong {
    font-weight: 500;
}

.technique-item2-inner2 {
    padding: 35px 30px 100px;
}

.technique-item2-inner2 p {
    font-size: 22px;
    font-weight: 300;
    color: #000;
    margin-bottom: 40px;
}

.technique-item2-inner2 p span {
    font-weight: 500;
}

.technique-item2-inner2 p:last-of-type {
    margin-bottom: 20px;
}

.technique-item2-inner3 {
    width: 82px;
    height: 5px;
    background: #95c123;
    border-radius: 10px;
}

.technique-item2 ul li:nth-of-type(odd) .technique-item2-inner3 {
    margin-left: auto;
}

.technique-item2-inner4 {
    padding: 40px 30px;
    position: relative;
    z-index: 9;
    background: rgba(149, 193, 35, .9);
}

.technique-item2-inner4:after {
    content: '';
    position: absolute;
    width: 90000000000000000000000000000000px;
    height: 100%;
    background: rgba(149, 193, 35, .9);
    top: 0;
    left: 100%;
    z-index: -1;
}

.technique-item2-inner4 h3 {
    font-size: 38px;
    font-weight: 300;
    color: #fff;
}

.technique-item2-inner4 h4 {
    font-size: 58px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.technique-item2-inner4 a {
    font-size: 38px;
    font-weight: 700;
    color: #113f82;
    padding: 12px 0;
    padding-right: 12px;
    border-top: 2px solid #113f82;
    border-bottom: 2px solid #113f82;
    display: flex;
    align-items: center;
}

.technique-item2-inner4 a img {
    max-width: 40px;
}

.technique-item2-inner4 a>img {
    margin-right: 12px;
}

.technique-item2-inner4 a span {
    margin-left: auto;
}

.technique-item2-inner4 a span img {
    max-width: 16px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(26%) saturate(7133%) hue-rotate(207deg) brightness(100%) contrast(88%);
}

/* technique area css end hare  */

/* agency area css start hare  */

.agency-area {
    padding: 100px 0;
}

.agency-wapper .agency-item h3 {
    font-size: 60px;
    font-weight: 400;
    text-align: center;
    color: #113F82;
}

.agency-wapper .agency-item {
    padding-bottom: 75px;
}

.agency-inner-wapper h4 {
    font-weight: 700;
    font-size: 22px;
}

.agency-inner-wapper p {
    font-size: 22px;
    font-weight: 300;
}

.agency-inner-wapper h2 {
    font-size: 60px;
    font-weight: 500;
    color: #113F82;
    margin-top: 40px;
}

.agency-inner-2 p {
    font-size: 22px;
    font-weight: 300;
}

.agency-inner-2 p span {
    font-weight: 700;
}

/* agency area css end hare  */

/* SEO Scaling area css start hare  */

.seo-scaling-area {
    padding-top: 0;
    background: #0c3f81;
    position: relative;
}

.seo-scaling-area::after {
    content: '';
    position: absolute;
    width: 1080px;
    height: 400px;
    left: 50%;
    top: -15px;
    background: #95c123;
    z-index: -1;
    transform: translateX(-50%);
    border-radius: 80px;
    max-width: 100%;
}

.seo-scaling-area .seo-scaling-bg {
    background: url(../img/img_sf_box_02_blu.jpg) no-repeat;
    padding-top: 50px;
    padding-bottom: 100px;
    background-position: center;
    background-size: cover;
}

.seo-wapper-sa .seo-wapper-icon {
    width: 115px;
    margin: 0 auto;
}

.seo-wapper-sa .seo-wapper-item {
    margin-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ffffff;
}

.seo-wapper-sa .seo-wapper-item p {
    font-size: 60px;
    font-weight: 300;
    color: #ffffff;
}

.seo-wapper-sa .seo-wapper-item p.seo-text {
    font-size: 55px;
}

.seo-wapper-sa .seo-wapper-item p span {
    font-weight: 500;
}

.seo-inner-box {
    padding-top: 70px;
    text-align: center;
}

.seo-inner-box .seo-inner-item h3 {
    font-size: 60px;
    font-weight: 300;
    color: #95C123;
    text-align: left;
}

.seo-inner-item .seo-inner-p {
    padding-top: 25px;
    padding-right: 0;
    text-align: justify;
}

.seo-inner-item .seo-inner-p p,
.seo-inner-item2 p {
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
}

.seo-inner-item .seo-inner-p p strong,
.seo-inner-item2 p strong {
    font-weight: 500;
}

.seo-inner-item2 {
    padding-left: 20px;
}

.seo-inner-item2 p {
    padding-bottom: 50px;
    text-align: justify;
}

.seo-inner-item2 p:last-child {
    padding-bottom: 0px;
}

.seo-scaling-block-2 {
    padding: 100px 0;
    background: url(../img/img_sf_box_02_verde.jpg) no-repeat;
    background-position: bottom;
    background-size: cover;
    position: relative;
}

.seo-scaling-block-2::after {
    content: '';
    clear: both;
    display: block;
    width: 100px;
    height: 100px;
    background: #113F82;
    position: absolute;
    top: -78px;
    left: 50%;
    transform: translateX(-50%) rotate(-46deg);
    border-radius: 25px;
}

.seo-scaling-block-2 .seo-block-item p {
    color: #ffffff;
    font-size: 55px;
    text-align: center;
    font-weight: 300;
    line-height: 70px;
}

.seo-scaling-block-2 .seo-block-item p strong {
    font-weight: 500;
}

.block3-siamo {
    background: #ffff;
    padding-top: 125px;
    padding-bottom: 55px;
    /*! margin-bottom: 30px; */
}

.siamo-inner img {
    /*width: 350px;
    max-width: 100%;*/
    max-width: 350px;
}

.block3-siamo .siamo-title h3 {
    font-size: 60px;
    font-weight: 300;
    color: #113f82;
}

.block3-siamo .siamo-title {
    padding-bottom: 30px;
}

.siamo-inner-content p {
    font-size: 22px;
    font-weight: 300;
}

.siamo-inner-content p strong {
    font-weight: 500;
}

.siamo-inner-content .gap-top {
    padding-top: 50px;
}

.fissa-button-sa {
    width: 656px;
}

.block3-siamo {
    position: relative;
}

.fissa-button-sa {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.fissa-button-sa a {
    padding: 15px 40px;
    color: #fff;
    background: #113F82;
    border-radius: 30px;
    border: 2px solid #fff;
}

.fissa-button-sa a .fa-calendar-days {
    font-size: 33px;
}

.fissa-button-sa a h3 {
    font-size: 38px;
    font-weight: 400;
    padding: 0 10px;
}

.fissa-button-sa a .fa-angle-right {
    margin-left: auto;
    font-size: 30px;
    font-weight: 700;
}

.mittiamo-wapper {
    padding: 72px 0;
    background: url(../img/img-citazione.jpg) no-repeat;
    background-size: 1171px;
    background-position-x: 227%;
    background-position-y: 33%;
}

.block-4-mettiamo .mittiamo-wapper p {
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.block-4-mettiamo .mittiamo-wapper p strong {
    font-weight: 500;
}

.block-4-mettiamo .mittiamo-wapper h4 {
    font-size: 18px;
    color: #95C123;
    text-align: center;
    padding-top: 30px;
    font-weight: 400;
}

.block-4-mettiamo .mittiamo-wapper h4 span {
    font-weight: 700;
}

.block-4-mettiamo {
    position: relative;
}

.block-4-mettiamo::after {
    content: '';
    position: absolute;
    width: 1080px;
    height: 300px;
    left: 50%;
    bottom: -15px;
    background: #95c123;
    z-index: -1;
    transform: translateX(-50%);
    border-radius: 80px;
    max-width: 100%;
}

/* seo scaling area css end hare  */

/* fqa area css start hare  */

.fqa-area {
    padding: 100px 0 150px 0;
}

.fqa-top-area {
    padding-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #95C123;
}

.fqa-top-area h2 {
    font-size: 60px;
    text-align: center;
    font-weight: 300;
}

.fqa-top-area h2 span {
    font-weight: 500;
}

.fqa-top-area a {
    padding: 15px 25px;
    background: #95C123;
    font-size: 60px;
    color: #fff;
    text-align: center;
    transform: translateY(50%);
}

.fqa-top-area a img {
    max-width: 50px;
}

.fqa-main-wapper {
    padding-top: 250px;
}

.fqa-main-wapper h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 300;
}

.fqa-main-wapper .fqa-inner-box {
    padding-top: 70px;
}

.fqa-inner-box ul .fqa-left-item {
    padding-right: 50px;
}

.fqa-inner-box ul .fqa-right-item {
    padding-left: 50px;
}

.fqa-main-wapper .fqa-inner-box ul li h3 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
    padding: 20px 0;
}

.fqa-main-wapper .fqa-inner-box ul li p {
    font-size: 22px;
    font-weight: 300;
    text-align: left;
}

.fqa-main-wapper .fqa-inner-box ul li p span {
    font-weight: 500;
}

.line-break-margin {
    margin-top: 60px;
}

/* fqa area css end hare  */



/* PAGE 2 CSS START HARE  */

/*=== coaching area start ===*/

.coaching-area {
	padding: 80px 0 40px 0;
	position: relative;
	background: #95C123;
}

.coaching-area:after {
    content: '';
    position: absolute;
    width: 1080px;
    height: 400px;
    left: 50%;
    top: -15px;
    background: #0c3f81;
    z-index: -1;
    transform: translateX(-50%);
    border-radius: 80px;
    max-width: 100%;
}

.coaching-item {
    padding-bottom: 30px;
    border-bottom: 5px solid #fff;
    position: relative;
    margin-bottom: 70px;
}

.coaching-item::after {
	content: '';
	position: absolute;
	width: 35px;
	height: 35px;
	background: #95C123;
	border: 5px solid #fff;
	left: 50%;
	bottom: -33px;
	transform: rotate(45deg) translateX(-50%);
	border-left: none;
	border-top: none;
}


.coaching-item2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -15px;
}

.coaching-item2-inner {
    width: 36%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.coaching-item2-inner2 h3 {
    font-size: 38px;
    font-weight: 300;
    color: #fff;
}

.coaching-item2-inner2 h3 span {
    font-weight: 700;
}

.coaching-item2-inner2 p {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    text-align: left;
}

.coaching-item2-inner2 p span {
    font-weight: 700;
}

.coaching-item2-inner3 {
    width: 50%;
}

.coaching-item3 {
    padding-top: 40px;
}
.coaching-item3 h3 {
	font-size: 40px;
	text-align: justify;
	font-weight: 300;
	color: #fff;
	padding-left: 40px;
}
.coaching-item3 h3 span {
    font-weight: 500;
}

/*=== Questo area start ===*/

.Questo-area {
	padding-top: 50px;
	padding-bottom: 110px;
}
.Questo-area .Questo-content p {
    text-align: center;
    font-size: 38px;
    font-weight: 300;
}
.Questo-area .Questo-content p span {
    font-weight: 500;
}



/*=== attenzione area start ===*/

.attenzione-area {
	position: relative;
	padding: 100px 0;
	background: url(../img/coaching-desk.png);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 300px;
}
.prenota-button {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.prenota-button a {
    padding: 15px 25px;
    background: #0c3f81;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}
.prenota-button a i {
    color: #95C123;
}
.attenzione-item2 h4 {
    font-weight: 300;
    font-size: 50px;
    color: #95C123;
}

.attenzione-padding {
    padding-top: 50px;
}
.attenzione-inner-item p {
    font-size: 22px;
}
.attenzione-inner-item.cus-padding-r {
    padding-right: 15px;
}
.attenzione-inner-item.cus-padding-l {
    padding-left: 15px;
}
.attenzione-inner-item h5 {
    font-weight: 600;
    color: #000;
    padding: 15px 0;
}
.attenzione-inner-item span {
    font-style: italic;
    font-size: 22px;
}
.attenzione-item2 {
    padding-bottom: 100px;
    border-bottom: 2px solid #0c3f81;
}
.attenzione-item3 {
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
    border-bottom: 2px solid #0c3f81;
    position: relative;
}
.prenota-button.button-2 {
    position: absolute;
    left: 50%;
    top: 85%;
}
.attenzione-item3 p {
	font-size: 41px;
	font-weight: 300;
	text-align: justify;
}
.attenzione-item3 p span {
    font-weight: 500;
}

/* attenzione area css end hare  */

.seo-scaling-area.siamo-area {
	padding-top: 0;
}

.banner-item-inner2.banner-two {
	align-items: center;
}
.siamo-area .block3-siamo {
	margin-bottom: 16px;
}
.banner-item-inner4.Coaching-inner-img {
    text-align: center;
  }

.banner-item-inner h1 span {
    font-weight: 600;
}

.siamo-inner {
	text-align: center;
}






/* footer area css start hare  */

.footer-area {
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background: url(../img/img_sf_box_02_blu.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.footer-area::after {
    content: '';
    position: absolute;
    width: 1080px;
    height: 100px;
    left: 50%;
    top: -15px;
    background: #95c123;
    z-index: -1;
    transform: translateX(-50%);
    border-radius: 80px;
    max-width: 100%;
}

.footer-top .footer-logo {
    max-width: 400px;
}

.footer-area .footer-top {
    padding: 50px 0 80px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-top .footer-logo img {
    max-width: 100%;
}

.footer-top ul li {
    border-right: 1px solid #fff;
}

.footer-top ul li a {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    padding: 0 15px;
    margin: 0 15px;
}

.footer-top ul li a:hover {
    color: #95C123;
}

.footer-top ul li a span {
    font-weight: 500;
}

.footer-top ul li a i {
    display: none;
}

.footer-top ul li:last-child {
    border-right: none;
}

.footer-top ul li:last-child a {
    padding-right: 0;
    margin-right: 0;
}

.footer-area .copyright-content {
    padding: 50px 0;
}

.footer-area .copyright-content p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.footer-area .copyright-content p.color-chng {
    color: #B8BBD8;
    padding-top: 3px;
}

.SMN_effect-26 a {
	overflow: hidden;
	position: relative;
}

.SMN_effect-26 a span {
	z-index: 20;
}

.SMN_effect-26 a:after {
	background: #fff;
	content: "";
	height: 200px;
	left: -90px;
	opacity: 0.3;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: 1;
	transition-delay: 0.4s;
}

.SMN_effect-26 a:hover:after {
	left: 120%;
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.strategy-item3.SMN_effect-26 a::after {
	height: 170px;
	opacity: 0.4;
}



.SMN_effect-14 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
    position: relative;
}
.SMN_effect-14 li {
    position: relative;
}

.SMN_effect-14 a:before {
	position: absolute;
	top: 100%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 13pt;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.SMN_effect-14 a:hover:before {
	color: #95C123;
	text-shadow: 10px 0 #95C123, -10px 0 #95C123;
}
.mobile_logo {
    display: none;
}