/*
Theme Name: Noga
Theme URI: https://www.noga.shakedeal.co.il/
Author: Tiran Moyal
Author URI: https://www.noga.shakedeal.co.il/
Description: Custom Design Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Alumni, Directory
Text Domain: noga
*/

body {
    font-family: "Heebo", sans-serif;
    color: #2d2d2d;
    text-align: right;
    direction: rtl;
    font-size: 20px;
}
html{
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
}
ul,
li,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}
img {
    border: none;
    padding: 0;
    margin: 0;
}
.cls {
    clear: both;
}
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover {
    color: #ff007f;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
iframe,
object,
embed {
    max-width: 100%;
}
input:focus {
    outline: none;
}
input {
    font-family: "Heebo", sans-serif;
    text-align: right;
}
textarea {
    font-family: "Heebo", sans-serif;
    text-align: right;
}
select {
    font-family: "Heebo", sans-serif;
    text-align: right;
}
.img-fluid {
    width: 100%;
    height: auto;
    display: inline-block;
}
a.default-btn{
    color: #000;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none;
    padding: 15px 25px 15px 25px;
    display: inline-block;
    border: 1px solid #8da0b8;
    border-radius: 12px;
}
a.default-btn:hover{
    color: #fff;
    background: #313598;
}


/* mobile menu */

.menuicon {
    position: absolute;
    right: 10px;
    top: 20px;
    display: none;
    cursor: pointer;
}
.floatingnav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    background: #fff;
    z-index: 999999999;
}
.mobilemenuheader {
    padding: 10px 10px;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #ff007f;
}
.mobilelogo {
    float: left;
}
.mobilelogo img {
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 100px;
}
.closemenu {
    float: right;
    padding: 0 0 0 0;
    cursor: pointer;
}
.menubox {
    padding: 20px 20px;
    text-align: center;
}
.menubox ul li {
    padding: 0 0 5px 0;
    text-align: right;
}
.menubox ul li a {
    font-weight: 300;
    text-decoration: none;
    color: #000;
    font-size: 18px;
}
.menubox ul li a:hover {
    text-decoration: none;
    color: #ff007f;
}
.menubox ul li.current_page_item a {
    text-decoration: none;
    color: #ff007f;
}
.menubox ul li.current_page_item ul li a {
    text-decoration: none;
    color: #000;
}

/* for search overlay */

.search-overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.8); /* Black with a little bit see-through */
}
.search-overlay-content {
    position: relative;
    top: 46%;
    width: 90%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}
.search-overlay-form{
    width: calc(100% - 20px);
    max-width: 80%;
    margin: 0 auto;
    padding: 0 10px;
}
.search-overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}
.search-overlay .closebtn:hover {
    color: #ccc;
}
.search-overlay-form input[type=search] {
    width: 70%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 50px;
    line-height: 1.5;
    text-align: center;
    background: none;
    padding: 10px 0;
}
.search-overlay-form input[type=submit] {
    float: left;
    width: calc(30%);
    height: 60px;
    background: #ddd;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-align: center;
}
.search-overlay-form input[type=submit]:hover {
    background: #bbb;
}

/* main style start */

.container-fluid{
    max-width: 1860px;
    margin: 0 auto;
    padding: 0 10px;
}
.container-medium{
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 10px;
}
.container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.space-between{
    justify-content: space-between;
}
.row-reverse{
    flex-direction: row-reverse;
}
.header-area{
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #f2f2f2;
}
.sticky{
    position: fixed;
}
.header{
    height: 130px;
    padding: 0 0 0 0;
}
.header-top-inner{
    position: relative;
    height: 130px;
}
.header-top-right{
    position: absolute;
    right: 0;
    top: 20px;
}
.logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 216px;
}
.navigation{
    padding: 75px 220px 0 430px;
}
.navigation ul li{
    display: inline-block;
    margin: 0 50px 0 0;
    position: relative;
}
.navigation ul li a{
    font-size: 24px;
    display: block;
    padding: 0 0 40px 0;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.navigation ul li a:hover{
    color: #ff007f;
    text-decoration: none;
}
.navigation ul li ul{
    width: 220px;
    position: absolute;
    top: 40px;
    right: -15px;
    z-index: 999;
    background: #f2f2f2;
    display: none;
}
.navigation ul li ul li{
    padding: 0;
    margin: 0;
    display: block;
}
.navigation ul li ul li a{
    padding: 2px 15px;
    display: block;
}
.navigation ul li:hover > ul{
    display: block;
}
.navigation ul li ul li ul{
    right: 220px;
    top: 0;
}
.navigation ul li.current_page_item a{
    color: #ff007f;
    text-decoration: none;
}
.header-top-search-icon{
    position: absolute;
    left: 0;
    top: 75px;
    cursor: pointer;
}
.header-top-button{
    position: absolute;
    left: 65px;
    top: 65px;
    cursor: pointer;
}
.header-top-button a{
    width: 150px;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    padding: 8px 5px 8px 5px;
    text-align: center;
    margin: 0 6px;
    color: #363636;
    text-decoration: none;
    border: 2px solid #363636;
    border-radius: 50px;
}
.header-top-button a:hover{
    background: #ff007f;
    color: #fff;
    border: 2px solid #ff007f;
}
.home-banner-area{
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.home-banner-info{
    max-width: 950px;
    padding: 265px 0 20px 0;
    overflow: hidden;
}
.home-banner-content{
    padding: 0;
    overflow: hidden;
}
.home-banner-content h1{
    font-size: 160px;
    line-height: 120px;
    font-weight: 900;
    color: #ff007f;
    padding: 0 0 40px 0;
}
.home-banner-content h3{
    font-size: 88px;
    line-height: 90px;
    font-weight: 700;
    padding: 0 0 50px 0;
}
.home-banner-recommend{
    max-width: 510px;
}
.home-banner-recommend-form{
    position: relative;
    padding: 0 0 90px 0;
}
.home-banner-recommend-field input{
    font-size: 20px;
    width: calc(75%);
    padding: 0 40px 0 85px;
    height: 50px;
    border: none;
    background: #ff007f;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    opacity: 1;
}
.home-banner-recommend-field input::placeholder{
    opacity: 1;
    color: #fff;
}
.home-banner-recommend-submit{
    position: absolute;
    left: 20px;
    top: 5px;
    cursor: pointer;
}
.home-banner-recommend-submit input{
    width: 29px;
    height: 29px;
    background: url(images/top-search-button.png) no-repeat 0 0;
    font-size: 0;
    cursor: pointer;
    border: none;
}
.home-author-area{
    padding: 100px 0;
    overflow: hidden;
    background: #fefefe;
}
.home-author-inner{
    padding: 0 0;
    overflow: hidden;
}
.home-author-col-01{
    width: 35%;
    float: right;
}
.home-author-info{
    padding: 0 0 0 0;
}
.home-author-info h3{
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    color: #fda53d;
}
.home-author-col-02{
    width: 64%;
    float: right;
}
.home-author-col-inner{
    padding: 0 0;
    overflow: hidden;
}
.author-idea-info{
    overflow: hidden;
    padding: 0 0 0 0;
}
.author-idea-info p{
    font-size: 24px;
    line-height: 40px;
    padding: 0 0 0 0;
}
.home-author-ideas{
    padding: 40px 0 0 0;
    overflow: hidden;
}
.home-author-ideas h2{
    font-size: 36px;
    line-height: 40px;
    color: #ff007f;
    font-weight: 700;
}


.home-services-area{
    overflow: hidden;
    background: #e5e0e3;
    padding: 70px 0;
}
.home-services-item{
    width: 10.5%;
    margin: 0 1% 0 1%;
}
.home-services-inner{
    position: relative;
    background: #e5e0e3;
    text-align: center;
    color: #000;
}
.home-services-icon{
    height: 125px;
    width: 125px;
    background: #ff007f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.home-services-inner p{
    font-size: 24px;
    line-height: 30px;
    padding: 25px 0 0 0;
}
.home-services-item:hover .home-services-icon{
    background: #000;
}
.fulllink{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}
.week-recommendation-area{
    padding: 200px 0 0 0;
    overflow: hidden;
    background: #fefefe;
}
.week-recommendation-inner{
    overflow: hidden;
    position: relative;
}
.week-recommendation-col-01{
   position: absolute;
   left: 0;
   bottom: 0;
}
.week-recommendation-pic img{
    width: 100%;
    height: auto;
    display: block;
    max-width: 558px;
}
.week-recommendation-col-02{
    max-width: 1000px;
}
.week-recommendation-info{
    padding: 0 0 50px 0;
    overflow: hidden;
}
.week-recommendation-info-left{
    width: 72%;
    float: left;
}
.week-recommendation-icons{
    padding: 0 0 10px 0;
}
.week-recommendation-icons img{
    display: inline-block;
}
.week-recommendation-content h3{
    font-size: 88px;
    line-height: 88px;
    font-weight: 700;
    padding: 0 0 0 0;
    color: #2d2d2d;
}
.week-recommendation-info-right{
    width: 24%;
    float: right;
}
.week-women-pic{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 240px;
    border-radius: 50%;
}
.additional-week-recommendation-info{
    max-width: 850px;
    padding: 0 0 90px 0;
    overflow: hidden;
}
.additional-week-recommendation-info h3{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 0 30px 0;
    color: #2d2d2d;
}
.additional-week-recommendation-info p{
    line-height: 40px;
    font-size: 24px;
    padding: 0 0 20px 0;
}
.additional-week-recommendation-info a{
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 15px 65px;
    text-decoration: none;
    background: #ff007f;
    color:#fff;
    border-radius: 50px;
}
.additional-week-recommendation-info a:hover{
    background: #000;
    color: #fff;
}
.recommendation-area{
    padding: 0 0 0 0;
    overflow: hidden;
}
.recommendation-top{
    background: #ff007f;
    padding: 50px 0 50px 0;
    overflow: hidden;
}
.recommendation-top-info{
    text-align: center;
    color: #fff;
}
.recommendation-top-info h1{
    font-size: 88px;
    line-height: 88px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.recommendation-top-info h3{
    font-size: 88px;
    line-height: 88px;
    font-weight: 700;
    color: #2D2D2D;
}
.recommendation-block{
    padding: 60px 0 50px 0;
    overflow: hidden;
    max-width: 1300px;
    margin:0 auto;
}
.recommendation-wrap{
    max-width: 1040px;
    margin: 0 auto;
}
.recommendation-item{
    width: 23%;
    margin: 1% 1% 1% 1%;
}
.recommendation-item-inner{
    position: relative;
}
.recommendation-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.recommendation-info{
    padding: 30px 0 0 0;
    overflow: hidden;
}
.recommendation-info h2{
    font-size: 36px;
    line-height: 50px;
    padding: 0 0 10px 0;
    font-weight: 700;
}
.recommendation-info p{
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 0 20px 0;
}
.nomrgn{
    margin: 0;
}
.sarvey-area{
    padding: 0 0 0 0;
    overflow: hidden;
    background: #fefefe;
}
.sarvey-box{
    padding: 0 0 0 0;
    overflow: hidden;    
}
.sarvey-box-inner{
    padding: 0;
    overflow: hidden;
    text-align: center;
}
.sarvey-box-inner h2{
    font-size: 88px;
    line-height: 88px;
    color: #ff007f;
    padding: 0 0 30px 0;
    font-weight: 700;
}
.sarvey-box-inner p{
    font-size: 24px;
    line-height: 34px;
    padding: 0;
}
.business-owner-area{
    padding: 50px 0 250px 0;
}
.business-owner-inner{
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}
.business-owner-info{
    padding: 100px 0 0 0;
    max-width: 645px;
}
.business-owner-info h4{
    font-size: 36px;
    line-height: 40px;
    color: #000;
    padding: 0 0 40px 0;
    font-weight: 700;
}
.business-owner-info ul li{
    padding: 5px 70px 5px 0;
    background: url(images/bullet-icon-01.png) no-repeat right 5px;
    margin: 0 0 25px 0;
    font-size: 24px;
    line-height: 34px;
    color: #000;
    font-weight: 500;
}
.buisness-owner-moto{
    position: absolute;
    left: 0;
    top: 0;
}
.buisness-owner-moto h1{
    font-size: 200px;
    line-height: 155px;
    color: #e5e0e3;
    font-weight: 700;
    text-align: left;
}
.buisness-owner-moto h1 span{
    color: #ff007f;
}
.promotion-area{
    padding: 100px 0 100px 0;
    background: #fda53d;
    overflow: hidden;
}
.promotion-inner{
    overflow: hidden;
}
.promotion-info{
    padding: 0 0 0 0;
    overflow: hidden;
    color: #fff;
    text-align: center;
}
.promotion-info h2{
    font-size: 88px;
    line-height: 80px;
    padding: 0 0 30px 0;
    font-weight: 700;
}
.promotion-info p{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 0 50px 0;
}
.promotion-button{
    text-align: center;
}
.promotion-button a{
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 15px 65px 15px 65px;
    text-decoration: none;
    background: #ff007f;
    color: #fff;
    border-radius: 50px;
}
.promotion-button a:hover{
    background: #000;
    color: #fff;
}
.home-about-area{
    padding: 110px 0 0 0;
    background: #e5e0e3;
    border-bottom: 25px solid #f2f2f2;
}
.home-about-inner{
    position: relative;
}
.home-about-heading{
    text-align: left;
    padding: 0 0 0 0;
}
.home-about-heading h1{
    font-size: 200px;
    line-height: 150px;
    font-weight: 900;
    color: #f2f2f2;
    text-transform: uppercase;
}
.home-about-content{
    max-width: 655px;
    padding: 0 150px 70px 0;
}
.home-about-content h4{
    font-size: 36px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.home-about-content h3{
    font-size: 88px;
    line-height: 88px;
    font-weight: 700;
    padding: 0 0 0 0;
    color: #ff007f;
}
.home-about-content p{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    padding: 0 0 40px 0;
}
.author-name{
    text-align: left;
    font-size: 24px;
    line-height: 30px;
}
.author-name p{
    padding: 0;
}
.home-about-picture{
    position: absolute;
    bottom: -25px;
    left: 0;
    z-index: 11;
}
.home-about-picture img{
    width: 100%;
    height: auto;
    display: block;
    max-width: 567px;
}
.home-gift-area{
    padding: 130px 0 40px 0;
    background: #fefefe;
}
.home-gift-inner{
    position: relative;
    padding: 40px 0 40px 0;
    overflow: hidden;
}
.home-gift-inner-right{
    width: 47%;
    float: right;
}
.home-gift-inner-left{
    width: 53%;
    float: left;
}
.home-gift-picture img{
    width: 100%;
    height: auto;
    display: inline-block;
}
.home-gift-content{
    padding: 50px 0 0 0;
}
.home-gift-content h4{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    padding: 0 0 40px 0;
}
.home-gift-content h2{
    font-size: 88px;
    line-height: 88px;
    color: #FF007F;
    font-weight: 700;
    padding: 0 0 30px 0;
}
.home-gift-content h3{
    font-size: 36px;
    line-height: 50px;
    color: #2D2D2D;
    font-weight: 400;
    padding: 0 0 50px 0;
}
.home-gift-content p{
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 0 0;
}
.home-gift-picture{
    padding: 0 0 0 0;
    overflow: hidden;
}
.home-gift-info{
    padding: 0 160px 0 0;
    overflow: hidden;
}
.home-gift-info h4{
    font-size: 80px;
    line-height: 70px;
    font-weight: 500;
}
.home-form-area{
    background: #ff007f;
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.home-form-inner{
    position: relative;
    padding: 0 0 0 0;
    overflow: hidden;
}
.home-form-info{
    padding: 0 0 70px 0;
    overflow: hidden;
    color: #fff;
    text-align: center;
}
.home-form-info h2{
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    padding: 0 0 0 0;
}
.home-form-wrap{
    max-width: 1750px;
    margin: 0 auto;
}
.home-form-list{
    padding: 0 0 60px 0;
    overflow: hidden;
}
.home-form-item{
    float: right;
    width: 29.33%;
    margin: 0 2% 0 2%;
}
.home-form-item input{
    font-size: 36px;
    font-weight: 700;
    width: calc(100%);
    height: 75px;
    border: none;
    border-bottom: 4px solid #fff;
    padding: 0 0 0 0;
    color: #fff;
    background: none;
    opacity: 1;
}
.home-form-item input::placeholder{
    color: #fff;
    opacity: 1;
}
.home-form-item::-ms-input-placeholder { /* Edge 12 -18 */
    color: #fff;
    opacity: 1;
}
.home-form-check{
    text-align: center;
    padding: 0 0 30px 0;
    color: #fff;
    direction: rtl;
    font-size: 24px;
}
.home-form-check input{
    margin: 0 0 0 10px;
}
.home-form-send{
    text-align: center;
    max-width: 325px;
    margin: 0 auto;
}
.home-form-send input{
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    height: 65px;
    text-align: center;
    background: #fda53d;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50px;
}
.home-form-send input:hover{
    background: #000;
    color: #fff;
}
.book-picture{
    position: absolute;
    left: 0;
    bottom: 220px;
}
.book-picture img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 735px;
}
.home-product-area{
    padding: 115px 0 115px 0;
    overflow: hidden;
    background: #f2f2f2;
}
.home-product-topinfo{
    text-align: center;
    padding: 0 0 100px 0;
    overflow: hidden;
}
.home-product-topinfo h2{
    font-size: 36px;
    line-height: 36px;
    color: #FDA53D;
    padding: 0 0 30px 0;
    font-weight: 700;
}
.home-product-topinfo h3{
    font-size: 88px;
    line-height: 90px;
    color: #2d2d2d;
    padding: 0 0 0 0;
    font-weight: 700;
}
.home-product-item{
    width: 29.33%;
    margin: 1% 2% 1% 2%;
}
.home-product-inner{
    position: relative;
}
.home-product-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.home-product-info{
    overflow:hidden;
    padding: 20px 0 0 0;
}
.home-product-inner h2{
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
    padding: 0 0 20px 0;
    color: #290157;
}
.home-product-inner h2 a{
    color: #290157;
    text-decoration: none;
}
.home-product-price{
    float: right;
}
.home-product-price h4{
    font-size: 36px;
    line-height: 36px;
    color: #290157;
    font-weight: 700;
}
.home-product-add-cart{
    float: left;
}
.home-product-add-cart a{
    font-size: 20px;
    border: 1px solid #1a1420;
    padding: 10px 50px 10px 50px;
    color: #290157;
    font-weight: 700;
    display: inline-block;
    border-radius: 50px;
}
.home-product-add-cart a:hover{
    border: 1px solid #ff007f;
    color: #fff;
    background: #ff007f;
}
.endorsement-area{
    padding: 0 0 70px 0;
    overflow: hidden;
    background: #FEFEFE;
}
.endorsement-heading{
    background: #ff007f;
    padding: 30px 0 30px 0;
    overflow: hidden;
    color: #fff;
    text-align: center;
}
.endorsement-heading h1{
    font-size: 88px;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 15px 0;
}
.endorsement-heading h2{
    font-size: 88px;
    line-height: 80px;
    font-weight: 700;
    color: #2D2D2D;
}
.endorsement-top-info{
    padding: 30px 0 80px 0;
    overflow: hidden;
    text-align: center;
}
.endorsement-top-info h3{
    font-size: 36px;
    line-height: 36px;
    color: #FF007F;
    padding: 0 0 0 0;
    font-weight: 700;
}
.endorsement-gallery-area{
    overflow: hidden;
    direction: ltr;
}
.endorsement-button{
    text-align: center;
    padding: 50px 0 0 0;
}
.endorsement-button a{
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    background: #ff007f;
    color: #fff;
    padding: 20px 60px 20px 60px;
    text-decoration: none;
    border-radius: 50px;
}
.endorsement-button a:hover{
    background: #f8aa24;
    color: #fff;
}
.footer-area{
    background: #E5E0E3;
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.footer-wrap{
    max-width: 950px;
    margin: 0 auto;
}
.footer-logo{
    text-align: center;
    padding: 0 0 40px 0;
}
.footer-logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 223px;
}
.footer-info{
    text-align: center;
    padding: 0 0 40px 0;
}
.footer-info h2{
    font-size: 36px;
    line-height: 45px;
    color: #2d2d2d;
    font-weight: 700;
    padding: 0 0 0 0;
}
.footer-info h3{
    font-size: 36px;
    line-height: 45px;
    color: #2d2d2d;
    font-weight: 700;
    padding: 0 0 0 0;
}
.footer-contact-info {
    display: flex;
    flex-wrap: wrap;
}
.footer-info-list{
    width: 40%;
    padding: 10px 5% 10px 5%;
}
.footer-info-list p{
    font-size: 24px;
    line-height: 26px;
    color: #343C27;
    padding: 3px 0 10px 0;
}
.footer-info-list p.location{
    padding-right: 70px;
    background: url(images/location-icon.png) no-repeat right 0;
}
.footer-info-list p.phone{
    padding-right:70px;
    background: url(images/phone-icon.png) no-repeat right 0;
}
.footer-info-list p.email{
    padding-right: 70px;
    background: url(images/email-icon.png) no-repeat right 0;
}
.footer-info-list p.whatsapp{
    padding-right: 70px;
    background: url(images/whatsapp-icon.png) no-repeat right 0;
}

/* for blog page */

.blog-top-area{
    padding: 50px 0;
    background: #f2f2f2;
}
.page-title{
    text-align: center;
    padding: 0 0 20px 0;
}
.page-title h1{
    font-size: 200px;
    line-height: 150px;
    font-weight: 700;
    color: #e5e0e3;
    padding: 0 0 0 0;
    text-transform: uppercase;
}
.page-title h2{
    font-size: 88px;
    line-height: 88px;
    font-weight: 700;
    color: #ff007f;
    padding: 0 0 0 0;
}
.page-title p{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}
.blog-area{
    padding: 30px 0;
    overflow: hidden;
}
.blog-row{
    column-count: 4;
    column-gap: 20px;
}
.blog-item{
    margin: 0 0 20px 0;
    overflow: hidden;
}
.blog-item-inner{
    position: relative;
}
.blog-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.blog-info{
    background: #f8aa24;
    color: #fff;
    padding: 30px 30px 30px 30px;
    overflow: hidden;
}
.blog-info h2{
    font-size: 43px;
    line-height: 40px;
    color: #fff;
    font-weight: 900;
    padding: 0 0 20px 0;
}
.blog-info h2 a{
    color: #fff;
    text-decoration: none;
}
.blog-info h2 a:hover{
    color: #000;
}
.blog-info p{
    font-size: 24px;
    line-height: 25px;
    color: #fff;
    font-weight: 700;
}
.pink-bg{
    background: #ff007f;
}

/* for our team page */

.recomended-top-area{
    background: #f2f2f2;
    padding: 50px 0 50px 0;
}
.recommended-title{
    text-align: center;
}
.recommended-title h1{
    font-size: 200px;
    line-height: 150px;
    color: #e5e0e3;
    font-weight: 700;
}
.recommended-top-wrap{
    /*max-width: 920px;*/
    margin: 0 auto;
    position: relative;
}
.recommended-top-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -65px 0 0 0;
    justify-content: center;
}
.recommended-top-inner-info{
    padding: 0 45px 0 0;
    overflow: hidden;
}
.recommended-top-inner-info h3{
    color: #FF007F;
    font-size: 85px;
    line-height: 70px;
    font-weight: 700;
    padding: 0 0 0 0;
}
.recommended-top-inner-info h4{
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    padding: 0 0 0 0;
}
.recommended-top-picture{
    text-align: center;
}
.recommended-top-picture img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 481px;
}
.team-banner-area{
    min-height: 546px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.our-team-area{
    background: #FFFFFF;
    padding: 80px 0 80px 0;
    overflow: hidden;
}
.our-team-area h1{
    font-size: 88px;
    line-height: 80px;
    font-weight: 700;
    color: #2D2D2D;
    text-align: center;
    padding: 0 0 40px 0;
}
.team-search-box{
    margin: 0 auto;
    max-width: 500px;
}
.our-team-wrap{
    max-width: 1230px;
    margin: 0 auto;
}
.team-item{
    width: 27.33%;
    margin: 3% 3%;
}
.team-item-inner{
    position: relative;
}
.team-thumbnail img{
    width: 100%;
    height: auto;
    display: block;
}
.team-info{
    padding: 30px 0 0 0;
    overflow: hidden;
}
.team-info h3{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 0 15px 0;
}
.team-info p{
    font-size: 24px;
    line-height: 30px;
    padding: 0 0 20px 0;
}
.separetor{
    width: 65px;
    height: 10px;
    background: #fda53d;
}

/* the club page */

.loggedin-user-area{
    position: absolute;
    left: 70px;
    top: 35px;
}
.logged-user-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.user-thumbnail{
    padding: 0 0 0 0;
}
.user-thumbnail img{
    border: 5px solid #ff007f;
    border-radius: 50%;
}
.logged-user-info{
    padding: 0 0 0 35px;
}
.logged-user-info h3{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #FF007F;
}
.logged-user-info h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #FDA53D;
}
.club-banner-area{
    background: #f2f2f2;
    padding: 50px 0;
    overflow: hidden;
}
.club-page-title{
    text-align: left;
}
.club-page-title h1{
    font-size: 200px;
    line-height: 150px;
    color: #e5e0e3;
    font-weight: 700;
    text-transform: uppercase;
}
.club-people-pic{
    text-align: center;
    margin: -25px 0 0 0;
}
.club-people-pic img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 1360px;
}
.club-banner-info{
    max-width: 890px;
    padding: 30px 0 50px 0;
    overflow: hidden;
    margin: 0 auto;
}
.club-banner-content{
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.club-banner-txt{
    padding: 0 20px 0 0;
}
.club-banner-content h1{
    font-size: 88px;
    line-height: 80px;
    font-weight: 700;
    color: #ff007f;
    padding: 0 0 0 0;
}
.club-banner-content h3{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 0 0 0;
}
.club-area{
    padding: 70px 0;
    background: #fff;
    overflow: hidden;
}
.club-top-content{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.club-top-content h3{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.club-top-content p{
    font-size: 36px;
    line-height: 50px;
    color: #FF007F;
    padding: 0 0 20px 0;
}
.club-author-info{
    max-width: 560px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.club-author-content{
    text-align: left;
    padding: 0 40px 0 0;
}
.club-author-content p{
    font-size: 36px;
    line-height: 50px;
    color: #FF007F;
    padding: 5px 0 5px 0;
}
.club-button-link{
    padding: 60px 0 0 0;
    text-align: center;
    overflow: hidden;
}
.club-button-link a{
    display: inline-block;
    background: url(images/arrow-icon-01.png) no-repeat 35px center #FF007F;
    padding: 15px 30px 15px 85px;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
}
.club-button-link a:hover{
    background: url(images/arrow-icon-01.png) no-repeat 35px center #FDA53D;
}

/* for alumni form step 1 */

.alumni-form-area{
    padding: 70px 0 70px 0;
    overflow: hidden;
    background: #fff;
}
.alumni-form-wrap{
    max-width: 1200px;
    margin: 0 auto;
}
.alumni-top-info{
    text-align: center;
    padding: 0 0 40px 0;
}
.alumni-top-info h1{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 0 10px 0;
}
.alumni-top-info p{
    color: #FF007F;
    font-size: 24px;
    line-height: 30px;
}
.alumni-form-steps{
    padding: 0 0 70px 0;
    overflow: hidden;
}
.alumni-form-steps-inner{
    display: flex;
    flex-wrap: wrap;
}
.alumni-form-steps-item{
    width: 20%;
    margin: 0 0 0 0;
}
.alumni-form-steps-item-inner{
    padding: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.alumni-form-steps-number{
    width: 35%;
}
.alumni-form-steps-number span{
    font-size: 160px;
    line-height: 160px;
    color: #fda53d;
    font-weight: 700;
}
.alumni-form-steps-info{
    width: 65%;
}
.alumni-form-steps-info p{
    font-size: 22px;
    line-height: 32px;
    padding: 0 10px 0 10px;
}
.active span{
    color: #ff007f;
}
.alumni-form-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.alumni-form-item{
    padding: 0 0 60px 0;
}
.alumni-form-item h3{
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    padding: 0 0 30px 0;
}
.alumni-form-right{
    width: 48%;
}
.alumni-form-left{
    width: 48%;
}
.alumni-form-list{
    padding: 0 0 10px 0;
}
.alumni-form-list input{
    font-size: 24px;
    width: calc(100% - 24px);
    height: 66px;
    border-radius: 5px;
    color: #A8A6A6;
    padding: 0 10px 0 10px;
    border: 2px solid #2d2d2d;
    opacity: 1;
}
.alumni-form-list input::placeholder{
    color: #A8A6A6;
    opacity: 1;
}
.alumni-form-list textarea{
    font-size: 24px;
    width: calc(100% - 24px);
    height: 220px;
    border-radius: 5px;
    color: #A8A6A6;
    padding: 5px 10px 5px 10px;
    border: 2px solid #2d2d2d;
}
.alumni-form-list textarea::placeholder{
    color: #A8A6A6;
    opacity: 1;
}
.alumni-form-list select{
    font-size: 24px;
    width: calc(100%);
    height: 66px;
    border-radius: 5px;
    color: #A8A6A6;
    padding: 0 10px 0 10px;
    border: 2px solid #2d2d2d;
    background: #fff;
}
.alumni-form-send{
    justify-content: left;
    padding: 10px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    direction: initial;
}
.alumni-form-send input{
    font-size: 20px;
    display: inline-block;
    background: url(images/arrow-icon-01.png) no-repeat 35px center #FF007F;
    padding: 15px 30px 15px 100px;
    border: none;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    cursor: pointer;
    margin: 0 25px 0 0;
}
.alumni-form-send input:hover{
    background: url(images/arrow-icon-01.png) no-repeat 35px center #FDA53D;
}
.split-field{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.alumni-form-right{
    width: 49%;
}
.alumni-form-left{
    width: 49%;
}


/* for alumni form step 2 */

.alumni-color-list{
    margin: 0 0 10px 0;
    position: relative;
    width: calc(100% - 24px);
    height: 66px;
    border-radius: 5px;
    color: #A8A6A6;
    padding: 0 10px 0 10px;
    border: 2px solid #969696;
    background: #fff;
}
.alumni-color-list input[type=color]{
    font-size: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
}
.color-code{
    font-size: 24px;
    position: absolute;
    left: 85px;
    top: 15px;
    color: #a8a5a5;
    text-align: left;
    direction: ltr;
}
.color-field-value{
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 15px;
}

/* for alumni form step 3 */

.extra-big textarea{
    height: 542px;
}
.alumni-form-send input.next{
    background: url(images/arrow-icon-02.png) no-repeat 85% center #FF007F;
    padding: 15px 100px 15px 30px;
}
.alumni-form-send input.next:hover{
    background: url(images/arrow-icon-02.png) no-repeat 85% center #FDA53D;
}

/* for alumni form step 4 */

.alumni-file-list{
    padding: 0 0 10px 0;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-file-input{
    position: relative;
    z-index: 2;
    width: 100%;
    height: 66px;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 54px;
    overflow: hidden;
    font-weight: 400;
    line-height: 1.5;
    border: 2px solid #969696;
    background: #fff;
    text-align: left;
    color: #a8a5a5;
    font-size: 24px;
    border-radius: 5px;
    padding: 12px 0 0 15px;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 66px;
    padding: 15px 20px;
    color: #2D2D2D;
    content: "Browse";
    background-color: #E5E0E3;
    border-left: inherit;
}

/* for form success page */

.alumni-form-success-area{
    padding: 60px 0 100px 0;
    background: url(images/success-page-bg.png) no-repeat center top #ffffff;
    background-size: cover;
    overflow: hidden;
}
.alumni-form-success-inner{
    padding: 0 0 0 0;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
}
.alumni-form-success-content{
    text-align: center;
    padding: 0;
    overflow: hidden;
}
.alumni-form-success-content h4{
    font-size: 36px;
    line-height: 36px;
    padding: 0 0 30px 0;
    font-weight: 700;
    color: #ff007f;
}
.alumni-form-success-content h1{
    font-size: 88px;
    line-height: 88px;
    padding: 0 0 50px 0;
    font-weight: 700;
    color: #FDA53D;
}
.alumni-form-success-content p{
    font-size: 36px;
    line-height: 50px;
    padding: 0 0 60px 0;
}
.alumni-form-success-content h5{
    font-size: 36px;
    line-height: 36px;
    padding: 0 0 10px 0;
    font-weight: 400;
    color: #ff007f;
}
.alumni-form-success-pic{
    padding: 50px 0 0 0;
    overflow: hidden;
}
.alumni-form-success-pic img{
    width: auto;
    display: inline-block;
    border-radius: 50%;
    height: auto;
}

/* for cupon page */

.cupon-banner-area{
    background: #f2f2f2;
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.cupon-banner-info{
    padding: 0 0 0 0;
    overflow: hidden;
}
.cupon-banner-content{
    text-align: center;
}
.cupon-banner-content h1{
    font-size: 200px;
    line-height: 170px;
    color: #e5e0e3;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
}
.cupon-banner-content h2{
    font-size: 88px;
    line-height: 90px;
    color: #FF007F;
    font-weight: 700;
    margin: -30px 0 0 0;
}
.cupon-banner-content h3{
    font-size: 36px;
    line-height: 36px;
    color: #2D2D2D;
    font-weight: 700;
    padding: 10px 0 0 0;
}
.coupon-item{
    width: 29.33%;
    margin: 2% 2% 2% 2%;
}
.coupon-item-inner{
    padding: 0 0 0 0;
    position: relative;
    overflow: hidden;
}
.coupon-box{
    background: url(images/coupon-box-bg.png) no-repeat center top;
    max-width: 400px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0 10px 0;
}
.coupon-box-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px 0 15px;
    align-items: center;
}
.coupon-box-right{
    width: 60%;
}
.coupon-details-info{
    text-align: center;
}
.coupon-details-info h4{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #FF007F;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
.coupon-details-info h3{
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    padding: 0 0 10px 0;
}
.coupon-details-info h2{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #000000;
    padding: 0 0 5px 0;
}
.coupon-details-info p{
    font-size: 16px;
    line-height: 20px;
    color: #2D2D2D;
    padding: 0 0 5px 0;
}
.coupon-box-left{
    width: 30%;
}
.coupon-discount{
    text-align: center;
    color: #fff;
}
.coupon-discount h3{
    font-size: 88px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: -3px;
}
.coupon-discount h3 span{
    font-size: 24px;
    line-height: 24px;
}
.coupon-discount p{
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}
.coupon-button{
    text-align: center;
    padding: 25px 0 0 0;
}
.coupon-button a{
    font-size: 20px;
    font-weight: 700;
    padding: 12px 40px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #ff007f;
    border-radius: 50px;
}
.coupon-button a:hover{
    color: #fff;
    background: #fda53d;
}

/* for about me page */

.about-me-area{
    padding: 80px 0 0 0;
    overflow: hidden;
    background: #e5e0e3;
}
.about-me-inner{
    padding: 0 130px 0 40px;
    position: relative;
}
.about-me-inner h1.title{
    font-size: 200px;
    line-height: 150px;
    color: #f2f2f2;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}
.about-me-content{
    max-width: 680px;
    overflow: hidden;
    padding: 0 0 50px 0;
}
.about-me-content h4{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.about-me-content h2{
    color: #FF007F;
    font-size: 88px;
    line-height: 88px;
    font-weight: 700;
    padding: 0 0 30px 0;
}
.about-me-content p{
    font-size: 24px;
    line-height: 38px;
    padding: 0 0 0 0;
}
.about-me-content h3{
    color: #FDA53D;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    padding: 20px 0 20px 0;
}
.about-me-picture{
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-me-picture img{
    width: 100%;
    height: auto;
    display: block;
    max-width: 592px;
}
.about-middle-area{
    padding: 50px 0;
    overflow: hidden;
}
.about-middle-wrap{
    max-width: 1200px;
    margin: 0 auto;
}
.about-middle-right{
    width: 48%;
    float: right;
}
.about-right-content p{
    font-size: 24px;
    line-height: 34px;
    padding: 0 0 0 0;
}
.about-right-content h3{
    font-size: 36px;
    line-height: 36px;
    color: #FDA53D;
    font-weight: 700;
}
.about-middle-left{
    width: 50%;
    float: left;
}
.about-left-content p{
    font-size: 24px;
    line-height: 34px;
}
.our-mission-area{
    padding: 70px 0 70px 0;
    overflow: hidden;
    background: #e5e0e3;
}
.our-mission-content{
    text-align: center;
    padding: 0 0 0 0;
    max-width: 1000px;
    margin: 0 auto;
}
.our-mission-content h4{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 0 25px 0;
}
.our-mission-content h3{
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    color: #FF007F;
    padding: 0 0 35px 0;
}
.our-mission-content p{
    font-size: 24px;
    line-height: 34px;
    padding: 0 0 25px 0;
}
.our-mission-pic{
    padding: 50px 0 0 0;
    overflow: hidden;
}
.our-mission-pic img{
    width: 100%;
    height: auto;
    max-width: 1360px;
    display: inline-block;
}
.about-content-area{
    padding: 70px 0;
    overflow: hidden;
}
.about-content{
    text-align: center;
    max-width: 1020px;
    margin: 0 auto;
}
.about-content h4{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 0 25px 0;
}
.about-content h3{
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    color: #FF007F;
    padding: 0 0 25px 0;
}
.about-content h2{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    color: #FDA53D;
    padding: 0 0 25px 0;
}
.about-content p{
    font-size: 24px;
    line-height: 34px;
    padding: 0 0 25px 0;
}
.about-bottom-info{
    max-width: 1020px;
    margin: 0 auto;
}

/* for default page */

.default-banner-area{
    background: #f2f2f2;
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.default-banner-info{
    padding: 0 0 0 0;
    overflow: hidden;
}
.default-banner-content{
    text-align: center;
}
.default-banner-content h1{
    font-size: 88px;
    line-height: 90px;
    color: #FF007F;
    font-weight: 700;
}
.default-area{
    padding: 70px 0;
    overflow: hidden;
}
.default-content h2{
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    padding: 0 0 30px 0;
}
.default-content p{
    line-height: 30px;
    padding: 0 0 30px 0;
}


/* for login page */

.login-area{
    padding: 0 0 70px 0;
}
.login-area::before{
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #f2f2f2;
    height: 37%;
    z-index: -1;
}
.login-title{
    text-align: center;
    margin: -100px 0 0 0;
}
.login-title h1{
    font-size: 200px;
    line-height: 150px;
    color: #e5e0e3;
    font-weight: 900;
    text-transform: uppercase;
    padding: 0;
}
.login-content{
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 0 120px 0;
}
.login-content-pic{
    position: absolute;
    left: -400px;
    top: 0;
}
.login-content-pic img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 434px;
}
.login-content h3{
    font-size: 88px;
    line-height: 90px;
    color: #FF007F;
    font-weight: 700;
}
.login-content h4{
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    padding: 0 0 0 0;
}
.login-content p{
    font-size: 36px;
    line-height: 50px;
    padding: 0 0 0 0;
}
.login-form-box{
    max-width: 600px;
    margin: 0 auto;
}
.login-form-box h4{
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    padding: 0 0 30px 0;
}
.login-form-list{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.login-form-list input{
    font-size: 24px;
    width: calc(100% - 24px);
    height: 66px;
    border-radius: 5px;
    color: #A8A6A6;
    padding: 0 10px 0 10px;
    border: 2px solid #2d2d2d;
    opacity: 1;
}
.login-form-list input::placeholder{
    color: #A8A6A6;
    opacity: 1;
}
.login-google-list{
    padding: 0 0 20px 0;
    overflow: hidden;
    text-align: center;
}
.login-google-list a{
    font-weight: 700;
    font-size: 20px;
    display: block;
    border: 2px solid #2d2d2d;
    padding: 20px 20px 20px 20px;
    color: #ff007f;
    border-radius: 5px;
}
.login-google-list a:hover{
    border: 2px solid #2d2d2d;
    color: #2d2d2d;
}
.facebook-icon{
    background: url(images/login-facebook-icon.png) no-repeat 32% 15px;
    margin-top: 80px;
}
.google-icon{
    background: url(images/login-google-icon.png) no-repeat 32% 15px;
}
.login-form-send{
    text-align: center;
    padding: 40px 0 0 0;
}
.login-form-send input{
    width: 270px;
    height: 50px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: #ff007f;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
}
.login-form-send input:hover{
    background: #000;
    color: #fff;
}
.sign-up-link{
    text-align: center;
    padding: 30px 0 0 0;
}
.sign-up-link a{
    font-weight: 700;
    text-decoration: none;
}

/* for signup page */

.signup-form-box{
    max-width: 1200px;
    margin: 0 auto;
}
.signup-form-box h4{
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    padding: 0 0 30px 0;
}
.signup-form-row{
    padding: 0 0 20px 0;
    overflow: hidden;
}
.signup-form-right{
    width: 48%;
    float: right;
}
.signup-form-left{
    width: 48%;
    float: left;
}
.no-pad{
    padding: 0;
}
.no-mrgn{
    margin-top: 0;
}

/* for contact page */

.contact-top-area{
    background: #f2f2f2;
    padding: 50px 0 50px 0;
    overflow: hidden;
}
.contact-page-title{
    max-width: 1240px;
    margin: 0 auto;
}
.contact-page-title h1{
    font-size: 190px;
    line-height: 150px;
    color: #e5e0e3;
    font-weight: 700;
    padding: 0 0 0 0;
    text-transform: uppercase;
    text-align: center;
}
.contact-page-title h2{
    font-size: 88px;
    line-height: 90px;
    color: #FF007F;
    font-weight: 700;
    padding: 0 0 0 0;
}
.contact-page-title h4{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 0 0 0;
}
.contact-area{
    padding: 30px 0 30px 0;
}
.contact-content-area{
    position: relative;
}
.contact-content{
    max-width: 900px;
}
.contact-picture{
    position: absolute;
    left: 150px;
    top: -225px;
}
.contact-picture img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 434px;
}
.contact-content p{
    font-size: 24px;
    line-height: 34px;
    padding: 0 0 30px 0;
}
.contact-content h4{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 0 30px 0;
    color: #FF007F;
}
.contact-form-area{
    padding: 0 0 0 0;
}
.contact-form-area h3{
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    padding: 0 0 30px 0;
}
.small-input textarea{
    height: 132px;
}
.contact-form-send{
    text-align: left;
    padding: 70px 0 0 0;
}
.contact-form-send input{
    font-weight: 700;
    width: 270px;
    height: 50px;
    background: #ff007f;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
}
.contact-form-send input:hover{
    background: #000;
    color: #fff;
}
.contact-bottom-info{
    max-width: 620px;
}
.contact-bottom-info p{
    font-size: 24px;
    line-height: 34px;
    padding: 0 0 30px 0;
}
.contact-author-info{
    text-align: center;
    padding: 30px 0 0 0;
}
.contact-author-info h4{
    font-size: 36px;
    line-height: 36px;
    font-weight: 400;
    color: #ff007f;
    padding: 0 0 30px 0;
}

/* for recommended details */

.recommended-banner-area{
    overflow: hidden;
    position: relative;
}
.recommended-banner img{
    width: 100%;
    height: auto;
    display: block;
}
.recommended-banner-logo{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.recommended-banner-logo img{
    width: 100%;
    height: auto;
    display: inline-block;
    max-width: 259px;
}
.limor-peretz-area{
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.limor-peretz-info{
    max-width: 1150px;
    margin: 0 auto;
}
.limor-peretz-info h1{
    text-align: center;
    font-size: 160px;
    line-height: 120px;
    color: #E5E0E3;
    font-weight: 700;
    padding: 0 0 0 0;
}
.limor-peretz-info p{
    padding: 0 75px 0 0;
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    margin: -15px 0 0 0;
}
.recommend-about-area{
    padding: 100px 0 70px 0;
}
.recommend-about-wrap{
    max-width: 1270px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recommend-about-right{
    width: 48%;
}
.recommend-about-info h3{
    color: #FF007F;
    font-size: 88px;
    line-height: 80px;
    font-weight: 700;
    padding: 0 0 30px 0;
}
.recommend-about-info p{
    font-size: 36px;
    line-height: 56px;
}
.recommend-about-left{
    width: 48%;
}
.recommend-about-picture{
    position: relative;
}
.recommend-about-title{
    position: absolute;
    top: -100px;
    left: 0;
}
.recommend-about-title h2{
    font-size: 160px;
    line-height: 120px;
    color: #E5E0E3;
    font-weight: 700;
}
.recommend-about-picture img{
    width: 100%;
    height: auto;
    display: block;
}
.recommended-top-info{
    padding: 0 0 40px 0;
}
.recommended-top-info h1{
    font-size: 88px;
    line-height: 80px;
    color: #FF007F;
    font-weight: 700;
}
.recommended-steps-item{
    width: 25%;
    margin: 0 0 0 0;
}
.personal-story-area{
    padding: 220px 0 0 0;
}
.personal-story-wrap{
    max-width: 1260px;
    margin: 0 auto;
}
.personal-story-inner{
    position: relative;
    background: #f2f2f2;
    padding: 90px 45px 110px 45px;
}
.personal-story-inner p{
    font-size: 24px;
    line-height: 36px;
    padding: 0 0 30px 0;
}
.personal-story-author{
    position: absolute;
    top: -220px;
    right: 45px;
}
.personal-story-author-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.personal-story-author-info h2{
    font-size: 88px;
    line-height: 80px;
    color: #FF007F;
    font-weight: 700;
    padding: 110px 30px 0 0;
}
.professional-experiences-area{
    padding: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.professional-experiences-col{
    width:48%;
}
.mission-box{
    background: #f2f2f2;
    padding: 50px 50px;
    position: relative;
}
.experiences-box{
    background: #f2f2f2;
    padding: 50px 50px;
    position: relative; 
}
.professional-experiences-area h3{
    color: #FDA53D;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    margin: -75px 0 0 0;
}
.professional-experiences-area p{
    font-size: 24px;
    line-height: 36px;
    padding: 30px 0 0 0;
}
.why-choose-area{
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.why-choose-wrap{
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.why-choose-right{
    width: 48%;
}
.why-choose-picture img{
    width: 100%;
    height: auto;
    display: block;
}
.why-choose-left{
    width: 48%;
}
.why-choose-info h3{
    font-size: 88px;
    line-height: 80px;
    color: #FF007F;
    font-weight: 700;
    padding: 0 0 30px 0;
}
.why-choose-info h4{
    font-size: 36px;
    line-height: 46px;
    padding: 0 40px 0 0;
}
.why-choose-info p{
    font-size: 36px;
    line-height: 56px;
    padding: 0 0 50px 0;
}
.values-area{
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.values-wrap{
    max-width: 1200px;
    margin: 0 auto;
}
.values-wrap h2{
    font-size: 88px;
    line-height: 80px;
    color: #FF007F;
    font-weight: 700;
    text-align: center;
    padding: 0 0 30px 0;
}
.values-item{
    width: 18%;
    margin: 1% 1% 1% 1%;
}
.values-item-inner{
    text-align: center;
}
.values-icon{
    height: 105px;
}
.values-item-inner h4{
    font-size: 36px;
    line-height: 36px;
    color: #FF007F;
    font-weight: 700;
}
.nopading{
    padding: 0;
}
.recommended-bonus-area{
    padding: 50px 0 50px 0;
    overflow: hidden;
}
.bonus-wrap{
    margin: 0 auto;
    max-width: 1240px;
}
.bonus-wrap p{
    font-size: 36px;
    line-height: 46px;
    padding: 0 0 20px 0;
}
.bonus-inner{
    overflow: hidden;
}
.bonus-inner-right{
    width: 40%;
    float: right;
}
.bonus-inner-info h3{
    font-size: 88px;
    line-height: 80px;
    color: #FF007F;
    font-weight: 700;
    padding: 0 0 40px 0;
}
.bonus-inner-info h4{
    font-size: 160px;
    line-height: 120px;
    text-align: center;
    padding: 0 0 15px 0;
}
.bonus-inner-info h4 span{
    font-size: 36px;
    line-height: 36px;
}
.bonus-inner-info p{
    text-align: center;
}
.bonus-inner-left{
    width: 50%;
    float: left;
}
.bonus-picture{
    padding: 30px 0 0 0;
}
.bonus-picture img{
    width: 100%;
    height: auto;
    display: block;
    max-width: 605px;
}

/* for story details */

.story-top-wrap{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.vertical-arrow-01{
    position: absolute;
    left: -70px;
    bottom: -115px;
}
.story-top-wrap .recommended-top-inner-info{
    padding-right: 0;
}
.story-top-content-area{
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.story-top-content{
    max-width: 1280px;
    margin: 0 auto;
}
.story-top-content p{
    font-size: 24px;
    line-height: 36px;
    padding: 15px 0;
}
.aromatic-oil-area{
    min-height: 500px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 104px 0 23px 0;
}
.aromatic-text-box{
    background: #fefefe;
    padding: 20px 80px;
    overflow: hidden;
    margin: 0 0 40px 0;
    max-width: 690px;
}
.aromatic-text-box p{
    font-size: 24px;
    line-height: 34px;
}
.second-box{
    max-width: 710px;
    padding: 20px 160px 20px 80px;
}
.story-author-area{
    padding: 40px 0;
    background: #fffaf5;
}
.story-author-info{
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.story-author-info-right{
    width: 30%;
}
.story-author-pic img{
    width: 100%;
    height: auto;
    border: 3px solid #ff007f;
    border-radius: 50%;
    display: inline-block;
    max-width: 306px;
}
.story-author-info-left{
    width: 65%;
}
.story-author-content p{
    font-size: 36px;
    line-height: 50px;
}
.vertical-arrow-04{
    position: absolute;
    left: -140px;
    top: -20px;
}
.vertical-arrow-05{
    position: absolute;
    right: -75px;
    top: 170px;
}
.little-moment-area{
    padding: 20px 0;
    background: #fffaf5;
}
.little-moment-wrap{
    max-width: 1070px;
    margin: 0 auto;
    position: relative;
}
.little-moment-wrap p{
    font-size: 24px;
    line-height: 34px;
}
.little-moment-right{
    width: 61%;
}
.little-moment-right h4{
    font-size: 36px;
    line-height: 36px;
    color: #FF007F;
    font-weight: 700;
    padding: 0 0 30px 0;
}
.little-moment-col{
    width: 32.33%;
}
.little-moment-left{
    width: 30%;
}
.little-moment-icons{
    padding: 0 0 20px 0;
}
.vertical-arrow-06{
    position: absolute;
    left: -75px;
    top: 170px;
}
.story-message-area{
    padding: 40px 0;
    background: #fffaf5;
}
.story-message-wrap{
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
}
.story-message-list{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.story-message-list-right{
    width: 30%;
}
.story-message-pic img{
    width: 100%;
    height: auto;
    border: 3px solid #ff007f;
    border-radius: 50%;
    display: inline-block;
    max-width: 306px;
}
.story-message-list-left{
    width: 65%;
}
.story-message-content p{
    font-size: 26px;
    line-height: 34px;
    padding: 10px 0;
}
.story-gallery-area{
    padding: 90px 0 90px 0;
    overflow: hidden;
    background: #fff;
}
.story-gallery-inner{
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}
.story-gallery-inner img{
    width: 100%;
    height: auto;
    display: block;
}
.story-mobile-gallery{
    display: none;
}
.story-mobile-gallery img{
    width: 100%;
    height: auto;
    display: block;
}
.why-important-area{
    padding: 80px 0 80px 0;
    background: #fffaf5;
}
.why-important-info{
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}
.why-important-info h4{
    color: #FF007F;
    font-size: 36px;
    line-height: 36px;
    padding: 0 0 25px 0;
}
.why-important-info p{
    font-size: 24px;
    line-height: 34px;
}
.tips-area{
    background: #fefefe;
    padding: 35px 0 35px 0;
}
.tips-area .container, .why-important-area .container{
    position: relative;
}
.vertical-arrow-02{
    position: absolute;
    right: 85px;
    top: -95px;
}
.tips-info{
    max-width: 1025px;
    margin: 0 auto;
}
.tips-info h4{
    color: #FF007F;
    font-size: 36px;
    line-height: 36px;
    padding: 0 130px 30px 0;
}
.tips-info ul li{
    font-size: 24px;
    line-height: 34px;
    background: url(images/bullet-icon-04.png) no-repeat right 0;
    padding: 20px 110px 20px 0;
    margin: 20px 0;
}
.dark-bg{
    background: #fffaf5;
    padding-top: 50px;
}
.dark-bg .week-recommendation-icons{
    padding: 25px 0 0 0;
}
.vertical-arrow-03{
    position: absolute;
    left: 300px;
    bottom: -125px;
}
.summury-info{
    max-width: 910px;
}
.search-result-list{
    padding: 10px 0;
    border-bottom: 1px solid #FF007F;
    overflow: hidden;
}
.search-result-list h2{
    padding: 0;
}
.video-area{
    padding: 70px 0 70px 0;
    overflow: hidden;
}
.video-row{
    padding: 50px 0 0 0;
}
.video-item{
    width: 31.33%;
    margin: 1% 1% 1% 1%;
}
.video-inner{
    position: relative;
}
.video-holder{
    position: relative;
}
.video-title{
    padding: 10px 0 0 0;
    overflow: hidden;
}
.alumni-video-field{
    width: 32.33%;
}