@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */



    
    
    
    
    
    
    
    
    

    
  
	body{
		background-color: white;
        position: relative;
        overflow-x: hidden;
        padding: 0;
	}
	
	
	
    .gridContainer {
        clear: both;
        float: left;
        width: 100vw;
        height: 100vh;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;


    }
	
	

	

    #LayoutDiv1 {
       	clear: both;
        float: left;
        margin:0;
        padding:0;
        width:100%;
        display: block;
        position: relative;
    }


	

    /* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
   background: -moz-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* FF3.6+ */
        background: -webkit-gradient(linear, 315deg, color-stop(0, C48D70), color-stop(100%, 7A3A1E));/* Chrome,Safari4+ */
        background: -webkit-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Opera 11.10+ */
        background: -ms-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
        background: linear-gradient(315deg, #7A3A1E 0, #C48D70 100%);/* W3C */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
    
    
    
    
    
    
    .topslide{
        width: 100%;
        height: 80vh;
        display: block;
        float: left;
        clear: none;
        background-color: #332c29;
        position: relative;
    }
    
    
    
    
    .ts-ge{
        position: absolute;
        width: 40vw;
        height: 70vh;
        background-position: center top;
        background-image: url("../img/wmga_ge-big.svg");
        background-repeat: no-repeat;
        top: -10vh;
        right: -10vw;
        opacity: .4;
    }
    
    

    .tss{
        display: block;
        float: left;
        clear: none;
        width: 100%;
        height: 100vh;
        position: relative;
        background-color: transparent;
    }
    
    
    .tss-img{
        display: block;
        float: left;
        clear: none;
        position: absolute;
        bottom: 15%;
        left: 0vw;
        top: 0vh;
        width: 100vw;
        height: 80vh;
        z-index: 5;
        background-position: center;
        background-size: cover;
    }
    
    
    
    .tssi-inner{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: relative;
        z-index: 5;
        background-image: -moz-linear-gradient( -90deg, rgb(51,44,41) 0%, rgba(51,44,41,0.2) 29%, rgba(51,44,41,0.2) 29%, rgba(51,44,41,1) 98%, rgb(51,44,41) 100%);
        background-image: -webkit-linear-gradient( -90deg, rgb(51,44,41) 0%, rgba(51,44,41,0.2) 29%, rgba(51,44,41,0.2) 29%, rgba(51,44,41,1) 98%, rgb(51,44,41) 100%);
        background-image: -ms-linear-gradient( -90deg, rgb(51,44,41) 0%, rgba(51,44,41,0.2) 29%, rgba(51,44,41,0.2) 29%, rgba(51,44,41,1) 98%, rgb(51,44,41) 100%);
    }
    

    
    
    .tss-text{
        height: auto;
        position: absolute;
        width: 80vw;
        display: block;
        float: right;
        clear: none;
        text-align: right;
        z-index: 500;
        right: 10%;
        top: 45%;
        line-height: .7em;
    }
    
    
    .tss-text h4{
        color: #cd9670;
        margin: 0 0 -.4em;
        padding: 0;
    }
    

    .tss-text h2{
        color: #fff;
        margin: 0;
        padding: 0;
    }
    
    
    .tss-text-icon{
         height: 30vh;
        position: absolute;
        width: 40vw;
        display: block;
        float: right;
        clear: none;
        z-index: 500;
        left: auto;
        right: 10%;
        top: 15%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    
    
    
    
    
    
    
    
    
    .group{
        height: auto;
        width: 100%;
        margin: 0 0%;
        float: left;
        clear: none;
        display: block;
        background-color: #f7f7f7;
        position: relative;
        z-index: 100;
    }
    
    
    .g-scroll{
        position: absolute;
        z-index: 5;
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        font-size: 15em;
        font-weight: bolder;
        overflow: hidden;
        
    }
    
    .g-marquee{
        width: 100%;
        height: 100%;
    }
    
    .g-marquee marquee{
        margin: 0;
        padding: 0;
        height: auto;
        -webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: #332c29;
        font-family: 'Montserrat', sans-serif;
        color: transparent;
        opacity: .5;
    }
    

    
    
    
    
    .g-inner{
        width: 85%;
        height: 100%;
        overflow: visible;
        position: relative;
        z-index: 50;
        float: left;
        clear: none;
        left:5%;
        top: 0;
    }
    
    
    
    
    .gi-left{
        width: 100%;
        height:auto;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        padding: 5%;
        margin-top: -5vh;
        position: relative;
    }
    
    .gi-left button{
        margin: 2em 0;
    }
    
    
    .gi-left h4{
        font-size:3em;
        margin: .5em 0;
        padding: 0;
        line-height: .7em;
        color: #cd9670;
    }
    
    
    
    
    
    .gi-right{
         width: 100%;
        height: 150vh;
        display: block;
        float: right;
        clear: none;
        margin: 5vh 0% 0 0;
        
    }
    
    
    
    
    



    
    
    .wwa-home{
        height: 50vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        
    }
    
    
    .wwah-post{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    .wwahpi-span{
        width: 40%;
        height: 5px;
        background-color: #cd9670;
        margin-left: 5%;
        clear: both;
        display: block;
    }
    
    
    .wwahp-inner{
        width: 80%;
        height: 100%;
        margin-left:10%;
        display: block;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    .wwahpi-icon{
        width: 3em;
        height:3em;
        border-radius: 1.5em;
        display: block;
        float: left;
        clear: both;
        background-color: #cd9670;
        /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        margin: 1em 1em 0 0;
    }
    
    
    .wwahpi-icon i{
        font-size: 1.5em;
        color: #fff;
    }
    
    
    .wwahp-inner h4{
     font-family: "Butler_Medium";
     font-size: 1.5em;
     font-weight: 100;
     margin: .6em 2em;
        width: auto;
        line-height: .9em;
        text-transform: uppercase;
    }
   
    .wwahp-inner p{
        clear: both;
    }
    
    
    
    .wwahp-inner button{
        margin-left: 0;
    }
    
    
    
    
    
    




    
    

    
    .membership-home{
        height: 120vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-color: #332c29;
          position: relative;
        z-index: 50000000;
        margin: auto auto 5vh auto;
    }
    

    .mh-inner{
        width: 90vw;
        height:90%;
        margin: 5%;
        display: block;
        float: left;
        clear: none;
        position: relative;
        
    }
    
    
    .mh-inner h3{
        color: #fff;
        margin: 0 0 1em 0;
    }
    
    

    .mhi-left{
        width: 100vw;
        height: 35vh;
        display: block;
        float: left;
        clear: none;
        position: relative;
        cursor: pointer;
        z-index: 50;
        transition: all .2s;
     
    }
    

    
    .mhi-left>a{
        width: 60%;
        height: auto;
        position: absolute;
        z-index:auto;
        display: block;
        float: none;
        transition: all .3s;
        transition-delay: .2s;

    }



    
    .mhi-left>a:nth-child(1){
        left: 0%;
       
    }
    
       
    .mhi-left>a:nth-child(2){
        left: 10%;
        top: 15%;
    }
    

    
    .mhi-left>a:nth-child(3){
        top: 30%;
        left: 20%;

    }
    
    

    
    .mhi-left:hover{
        width:100%;
        height: 60%;
        display: block; 
}
    

    .mhi-left:hover>a{

    }
    

    .mhi-left:hover>a:hover{
         width: 75%;
    }
    
    

    
    
    
    
    
    .mhi-right{
        width: 85%;
        height:auto;
        display: block;
        float: left;
        clear: none;
        position: relative;
        cursor: pointer;
        z-index: 0;
        right: 0;
        top: 5%;
        filter:blur(0px);
        transition: .3s;
        padding: 5%;
    }
    

    .mhi-left:hover~.mhi-right{
        filter:blur(5px);
    }
    
    
 
    
    
    
    
    .mhi-right h4{
        font-size:2em;
        margin: 0;
        padding: 0;
        line-height: .7em;
        color: #cd9670;
    }
    
    
    .mhi-right p{
        color: #fff;
    }
    
    
    .mhi-right button span{
        color: #fff;
    }
    
  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .wealthcreation{
        height: 45vh;
        width: 100%;
        float: left;
        clear: none;
        display: block;
        background-color: #fff;
        position: relative;
        z-index: 5000;
        overflow: hidden;
    }
    
    .wc-pic{
        position: absolute;
        z-index: 0;
        top: -60%;
        width: 100%;
        height: 180%;
           background-image: url("../img/pic2.jpg");
        background-position: center top;
        background-size: cover;
        overflow: hidden;
    }
    
    
    
    
    .wc-inner{
        width: 100%;
        height: 100%;
        float: left;
        clear: both;
        display: block;
        position: absolute;
        z-index:10;
                  background-image: -moz-linear-gradient( -90deg, rgba(51,44,41,0.0) 0%, rgba(51,44,41,0.7) 98%);
  background-image: -webkit-linear-gradient( -90deg, rgba(51,44,41,0.0) 0%,  rgba(51,44,41,0.7) 98%);
  background-image: -ms-linear-gradient( -90deg, rgba(51,44,41,0.0) 0%,  rgba(51,44,41,0.7) 98%);
            display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        padding-top: 20vh;
        
    }
    
    
    
    
    .ml10 {
  position: relative;
         font-family: "NagiethaRegular-eZjel";
    font-size: 4em;
    font-weight: 100;
        color: #fff;
      
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .h-wwd{
        height: auto;
        width: 85%;
        float: left;
        clear: none;
        display: block;
        background-color: #efefef;
        position: relative;
        margin: -10vh 0 0 5%;
        z-index: 5000;
        padding: 0;
    }
    
    
    
    
    .hw-inner{
        width: 90%;
        height: 90%;
        float: left;
        clear: none;
        margin:3% 5%;
    }
    
    .hwi-left{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
        display: block;
        padding: 10% 5%;
        height: auto;
    }
    
    .hwi-right{
         width: 100%;
        height: 100%;
        float: right;
        clear: none;
        display: block;
    }
    
    
    
    .hwi-post{
        width: 100%;
        height: 100%;
        float: left;
        clear: none;
        display: block;
        background-color: #fff;
        padding: 0em;
        border-radius: 1em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/*FF 3.5+*/
-webkit-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
        cursor: pointer;
    }
    
    .hwi-post h4{
             font-family: "Butler_Medium";
font-size: 2.5em;
        color: #332c29;
         font-weight: 100;
    text-transform: uppercase;
    }
    
    
    .hwip-inner{
        width: 80%;
        height: 80%;
        margin: 10%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .h-team{
        width: 90%;
        height: 60vh;
        margin: 3em auto 2em 5%;
        float: left;
        clear: none;
        display: block;
        background-color: #332c29;
        position: relative;
    }
    
    
    .h-team h2{
     font-family: "NagiethaRegular-eZjel";
    font-size: 7em;
    font-weight: 100;
        color: #cd9670;
        text-transform: capitalize;
        position: absolute;
        z-index: 50;
        top: 10%;
        left: 5%;
    }
    
    
    .ht-visit{
        width: 40%;
        height: auto;
        top: 60%;
        display: block;
        float: left;
        position: absolute;
        z-index: 50;
        left: 5%;
        color: #fff;
        
    }
    
    
    .ht-visit button span{
        color: #fff;
    }
    
    
    .tms{
        float: left;
        clear: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    
    .tms-left{
        position: absolute;
        width: 40%;
        height: auto;
        top: 30%;
        left: 0;
        line-height: 1.5em;
    }
    
    
    .tms-left h3{
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 1.3em;
        font-weight: 700;
        margin-bottom: .4em;
    }
    
    .tms-left h4{
        color: #cd9670;
        font-size: 1em;
         font-weight: 400;
    }
    
    .tms-right{
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0%;
        right: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
    .h-events{
        width: 90%;
        height: 60vh;
        margin: 3em 10% 2em 5%;
        float: right;
        clear: none;
        display: block;
        background-color: #efefef;
    }
    
    
    .he-inner{
        width: 90%;
        height: 80%;
        margin: 5% 5%;
        display: block;
        float: left;
        clear: none;
    }
    
    
   
        
    .showevent{
        position: fixed;
        z-index: 5001;
        border-radius: 1em;
        width: 40%;
        height: 80vh;
        top: 15vh;
        left: 30%;
        background-color: white;
        padding: 1em;
        display: none;
    }
    
    
    .showevent iframe{
        height: 85%;
        width: 90%;
        position: absolute;
        bottom: 5%;
        left: 5%;
       background-color: white;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .h-news{
        width: 80%;
         height: 70vh;
          margin: 1.5em 10%;
        display: block;
        float: left;
        clear: none;
        background-color: #efefef;
    }
    
    
     .hb-inner{
        width: 90%;
        height: 90%;
        display: block;
        float: left;
        clear: none;
        margin: 5% 5%;
        position: relative;
    }
    
    .hb-inner h3{
        margin: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .h-affiliates{
           width: 85%;
         height: 40vh;
          margin: 1.5em 5%;
        display: block;
        float: left;
        clear: none;
        background-color: #efefef;
    }
    
    
    
    .ha-inner{
        width: 90%;
        height:70%;
        display: block;
        float: left;
        clear: none;
        margin: 3% 5%;
        position: relative;
    }
    
    .ha-inner h3{
        margin: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    


















}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    
    
.gridContainer {
	width: 100%;
	padding:0;
	margin: 0;
}

    
    

#LayoutDiv1 {
	clear: both;
	float: left;
	margin:0;
	padding:0;
	width:100%;
}
    
    
    
    
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
    
    
    
    
    
    
    
    
    
    
    
    

    
  
	body{
		background-color: white;
        position: relative;
        overflow-x: hidden;
        padding: 0;
	}
	
	
	
    .gridContainer {
        clear: both;
        float: left;
        width: 100vw;
        height: 100vh;
        display: block;
        margin: 0;
        padding: 0;
        position: relative;


    }
	
	

	

    #LayoutDiv1 {
       	clear: both;
        float: left;
        margin:0;
        padding:0;
        width:100%;
        display: block;
        position: relative;
    }


	

    /* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
   background: -moz-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* FF3.6+ */
        background: -webkit-gradient(linear, 315deg, color-stop(0, C48D70), color-stop(100%, 7A3A1E));/* Chrome,Safari4+ */
        background: -webkit-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* Opera 11.10+ */
        background: -ms-linear-gradient(315deg, #C48D70 0, #7A3A1E 100%);/* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
        background: linear-gradient(315deg, #7A3A1E 0, #C48D70 100%);/* W3C */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
    
    
    
    
    
    
    .topslide{
        width: 100%;
        height: 100vh;
        display: block;
        float: left;
        clear: none;
        background-color: #332c29;
        position: relative;
    }
    
    
    
    
    .ts-ge{
        position: absolute;
        width: 40vw;
        height: 70vh;
        background-position: center top;
        background-image: url("../img/wmga_ge-big.svg");
        background-repeat: no-repeat;
        top: -10vh;
        right: -10vw;
        opacity: .4;
    }
    
    
    .tss{
        display: block;
        float: left;
        clear: none;
        width: 100%;
        height: 100vh;
        position: relative;
        background-color: transparent;
    }
    
    
    .tss-img{
        display: block;
        float: left;
        clear: none;
        position: absolute;
        bottom: 15%;
        left: 5vw;
        top: 10vh;
        width: 70vw;
        height: 80vh;
        z-index: 5;
        background-position: center;
        background-size: cover;
    }
    
    
    
    .tssi-inner{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: relative;
        z-index: 5;
          background-image: -moz-linear-gradient( -47deg, rgb(51,44,41) 0%, rgba(51,44,41,0.2) 29%, rgba(51,44,41,0.2) 29%, rgba(51,44,41,0.99) 98%, rgb(51,44,41) 100%);
  background-image: -webkit-linear-gradient( -47deg, rgb(51,44,41) 0%, rgba(51,44,41,0.2) 29%, rgba(51,44,41,0.2) 29%, rgba(51,44,41,0.99) 98%, rgb(51,44,41) 100%);
  background-image: -ms-linear-gradient( -47deg, rgb(51,44,41) 0%, rgba(51,44,41,0.2) 29%, rgba(51,44,41,0.2) 29%, rgba(51,44,41,0.99) 98%, rgb(51,44,41) 100%);
    }
    

    
    
    .tss-text{
        height: auto;
        position: absolute;
        width: 50vw;
        display: block;
        float: left;
        clear: none;
        text-align: right;
        z-index: 500;
        right: 10%;
       top: 40%;
        line-height: .7em;
    }
    
    
    .tss-text h4{
        color: #cd9670;
        margin: 0 0 -.4em;
        padding: 0;
    }
    
    .tss-text h2{
        color: #fff;
        margin: 0;
        padding: 0;
    }
    
    
    
    .tss-text-icon{
         height: 30vh;
        position: absolute;
        width: 30vw;
        display: block;
        float: left;
        clear: none;
        z-index: 500;
        left: 5%;
        top: 45%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    
    
    
    
    
    
    
    
    
    
    .group{
        height: 60vh;
        width: 100%;
        margin: 0 0%;
        float: left;
        clear: none;
        display: block;
        background-color: #f7f7f7;
        position: relative;
        z-index: 100;
    }
    
    
    .g-scroll{
        position: absolute;
        z-index: 5;
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        font-size: 20em;
        font-weight: bolder;
        overflow: hidden;
        
    }
    
    .g-marquee{
        width: 100%;
        height: 100%;
    }
    
    .g-marquee marquee{
        margin: 0;
        padding: 0;
        height: auto;
        -webkit-text-stroke-width: 0.5px;
        -webkit-text-stroke-color: #332c29;
        font-family: 'Montserrat', sans-serif;
        color: transparent;
        opacity: .5;
    }
    

    
    
    
    
    .g-inner{
        width: 80%;
        height: 100%;
        overflow: visible;
        position: absolute;
        z-index: 50;
        float: left;
        clear: none;
        left:10%;
        top: 0;
    }
    
    
    
    
    .gi-left{
        width: 25%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: white;
        padding: 2.5%;
        margin-top: 10vh;
    }
    
    .gi-left button{
        margin: 2em 0;
    }
    
    
    .gi-left h4{
        font-size:5em;
        margin: 0;
        padding: 0;
        line-height: .7em;
        color: #cd9670;
    }
    
    
    
    
    
    .gi-right{
         width: 65%;
        height: 170%;
        display: block;
        float: right;
        clear: none;
        margin: -12% 0% 0 0;
    }
    
    
    
    
    
    
    
    .wwa-home{
        height: 40%;
        width: 100%;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .wwah-post{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    .wwahpi-span{
        width: 40%;
        height: 5px;
        background-color: #cd9670;
        margin-left: 5%;
        clear: both;
        display: block;
    }
    
    
    .wwahp-inner{
        width: 80%;
        height: 100%;
        margin-left:10%;
        display: block;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    .wwahpi-icon{
        width: 6em;
        height:6em;
        border-radius: 3em;
        display: block;
        float: left;
        clear: both;
        background-color: #cd9670;
        /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        margin: 1em 0;
    }
    
    
    .wwahpi-icon i{
        font-size: 3em;
        color: #fff;
    }
    
    
    .wwahp-inner h4{
     font-family: "Butler_Medium";
     font-size: 2em;
     font-weight: 100;
     margin: .6em 3.5em;
        width: auto;
        line-height: .9em;
        text-transform: uppercase;
    }
   
    .wwahp-inner p{
        clear: both;
    }
    
    
    
    .wwahp-inner button{
        margin-left: 0;
    }
    
    
    
    
    
    
    
    
    
    
    .membership-home{
        height: 60%;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-color: #332c29;
      position: relative;
        margin: auto;
    }
    
    .mh-inner{
        width: 90%;
        height:90%;
        margin: 5%;
        display: block;
        float: left;
        clear: none;
        position: relative;
    }
    
    
    .mh-inner h3{
        color: #fff;
        margin: 0 0 1em 0;
    }
    
    
    .mhi-left{
        width: 55%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        cursor: pointer;
        z-index: 50;
        transition: all .2s;
    }
    
    
    .mhi-left>a{
        width: 80%;
        height: auto;
        position: absolute;
        z-index:auto;
        display: block;
        float: none;
        transition: all .3s;
        transition-delay: .2s;

    }
    
    .mhi-left>a:nth-child(1){
        left: 0%;
       z-index: 0;
    }
    
       
        .mhi-left>a:nth-child(2){
        left: 10%;
        top: 15%;
        z-index: 10;
    }
    
    
        .mhi-left>a:nth-child(3){
        top: 30%;
        left: 20%;
        z-index: 30;
    }
    
    
    
    .mhi-left:hover{
        width:100%;
        height: 100%;
          display: grid; 
  grid-auto-columns: 1fr; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . ."; 
    }
    
    .mhi-left:hover>a{
         position: relative;
        display: block;
        float: left;
        clear: none;
        width: 90%;
        top:0;
        left: 0;
        transform-origin: center;
        transition: all .2s;
    }
    
    .mhi-left:hover>a:hover{
         width: 100%;
    }
    
    

    
    
    
    
    
    .mhi-right{
        width: 40%;
        height:auto;
        display: block;
        float: left;
        clear: none;
        position: absolute;
        cursor: pointer;
        z-index: 0;
        right: 0;
        top: 20%;
        filter:blur(0px);
        transition: .3s;
        padding: auto;
    }
    
    .mhi-left:hover~.mhi-right{
        filter:blur(5px);
    }
    
    
 
    
    
    
    
    .mhi-right h4{
               font-size:5em;
        margin: 0;
        padding: 0;
        line-height: .7em;
        color: #cd9670;
    }
    
    
    .mhi-right p{
        color: #fff;
    }
    
    
    .mhi-right button span{
        color: #fff;
    }
    
  
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .wealthcreation{
            height: 80vh;
        width: 100%;
        float: left;
        clear: none;
        display: block;
        background-color: #fff;
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    
    .wc-pic{
        position: absolute;
        z-index: 0;
        top: -20%;
        width: 100%;
        height: 120%;
           background-image: url("../img/pic2.jpg");
        background-position: center top;
        background-size: cover;
        overflow: hidden;
    }
    
    
    
    
    .wc-inner{
        width: 100%;
        height: 100%;
        float: left;
        clear: both;
        display: block;
        position: absolute;
        z-index:10;
                  background-image: -moz-linear-gradient( -90deg, rgba(51,44,41,0.0) 0%, rgba(51,44,41,0.7) 98%);
  background-image: -webkit-linear-gradient( -90deg, rgba(51,44,41,0.0) 0%,  rgba(51,44,41,0.7) 98%);
  background-image: -ms-linear-gradient( -90deg, rgba(51,44,41,0.0) 0%,  rgba(51,44,41,0.7) 98%);
            display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        padding-top: 20vh;
        
    }
    
    
    
    
    .ml10 {
  position: relative;
         font-family: "NagiethaRegular-eZjel";
    font-size: 8em;
    font-weight: 100;
        color: #fff;
      
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .h-wwd{
        height: 50vh;
        width: 80%;
        float: left;
        clear: none;
        display: block;
        background-color: #efefef;
        position: relative;
        z-index: 50;
        margin: -10vh 0 0 10%;
    }
    
    
    
    
    .hw-inner{
        width: 90%;
        height: 90%;
        float: left;
        clear: none;
        margin:3% 5%;
    }
    
    .hwi-left{
        width: 20%;
        height: auto;
        float: left;
        clear: none;
        display: block;
        padding: 0;
    }
    
    .hwi-right{
         width: 78%;
        height: 100%;
        float: right;
        clear: none;
        display: block;
    }
    
    
    
    .hwi-post{
        width: 100%;
        height: 100%;
        float: left;
        clear: none;
        display: block;
        background-color: #fff;
        padding: 0em;
        border-radius: 1em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/*FF 3.5+*/
-webkit-box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 18px 18px -20px rgba(0,0,0,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#000000); /*IE 5.5-7*/
        cursor: pointer;
    }
    
    .hwi-post h4{
             font-family: "Butler_Medium";
font-size: 2.5em;
        color: #332c29;
         font-weight: 100;
    text-transform: uppercase;
    }
    
    
    .hwip-inner{
        width: 80%;
        height: 80%;
        margin: 10%;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .h-team{
        width: 39%;
        height: 60vh;
        margin: 3em auto 2em 10%;
        float: left;
        clear: none;
        display: block;
        background-color: #332c29;
        position: relative;
    }
    
    
    .h-team h2{
     font-family: "NagiethaRegular-eZjel";
    font-size: 12em;
    font-weight: 100;
        color: #cd9670;
        text-transform: capitalize;
        position: absolute;
        z-index: 50;
        top: 10%;
        left: 5%;
    }
    
    
    .ht-visit{
        width: 40%;
        height: auto;
        top: 60%;
        display: block;
        float: left;
        position: absolute;
        z-index: 50;
        left: 5%;
        color: #fff;
        
    }
    
    
    .ht-visit button span{
        color: #fff;
    }
    
    
    .tms{
        float: left;
        clear: none;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
    
    .tms-left{
        position: absolute;
        width: 40%;
        height: auto;
        top: 30%;
        left: 0;
        line-height: 1.5em;
    }
    
    
    .tms-left h3{
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-size: 2em;
        font-weight: 700;
        margin-bottom: .4em;
    }
    
    .tms-left h4{
        color: #cd9670;
        font-size: 1em;
         font-weight: 400;
    }
    
    .tms-right{
        position: absolute;
        width: 50%;
        height: 100%;
        top: 0%;
        right: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        
    .h-events{
        width: 39%;
        height: 60vh;
        margin: 3em 10% 2em auto;
        float: right;
        clear: none;
        display: block;
        background-color: #efefef;
    }
    
    
    .he-inner{
        width: 90%;
        height: 80%;
        margin: 5% 5%;
        display: block;
        float: left;
        clear: none;
    }
    
    
   
        
    .showevent{
        position: fixed;
        z-index: 5001;
        border-radius: 1em;
        width: 40%;
        height: 80vh;
        top: 15vh;
        left: 30%;
        background-color: white;
        padding: 1em;
        display: none;
    }
    
    
    .showevent iframe{
        height: 85%;
        width: 90%;
        position: absolute;
        bottom: 5%;
        left: 5%;
       background-color: white;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .h-news{
        width: 80%;
         height: 70vh;
          margin: 1.5em 10%;
        display: block;
        float: left;
        clear: none;
        background-color: #efefef;
    }
    
    
     .hb-inner{
        width: 90%;
        height: 90%;
        display: block;
        float: left;
        clear: none;
        margin: 5% 5%;
        position: relative;
    }
    
    .hb-inner h3{
        margin: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .h-affiliates{
           width: 80%;
         height: 40vh;
          margin: 1.5em 10%;
        display: block;
        float: left;
        clear: none;
        background-color: #efefef;
    }
    
    
    
    .ha-inner{
        width: 90%;
        height:70%;
        display: block;
        float: left;
        clear: none;
        margin: 3% 5%;
        position: relative;
    }
    
    .ha-inner h3{
        margin: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	
	
	
}
	
	