body{
	margin: 0px;
	padding: 0px;
font-family: "Lato", sans-serif;

    background: #fff;
}

#wrapper{
    float: left;
    width: 100%;
    overflow: hidden;
}

/* FONTS */

#content p a{
    color: #b79184;
}

p{
	font-size: 18px;
	color: #292929;
	line-height: 26px;
    font-weight: 300;
}

h1{
	font-size: 35px;
    line-height: 35px;
	font-weight: 800;
    color: #424242;
	margin: 0px;
}

h2{
	font-size: 30px;
    line-height: 35px;
	font-weight: 400;
	color:#b79284;
}

h3{
    font-size: 25px;
    line-height: 30px;
	font-weight: 400;
	color: #474747;
}

h4{
	font-size: 30px;
    line-height: 40px;
	font-weight: 800;
	color:#424242;
}

.center{
    text-align: center;
}

ul{
	font-size: 18px;
	color: #292929;
	line-height: 26px;
    font-weight: 300;
}

/* LAYOUT */

.container{
    width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.content{
    padding-top: 0px;
    padding-bottom: 0px;

}

/* BOXES */

.box1{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box2{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box3{
	float: left;
	width: 33.33%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box4{
	float: left;
	width: 25%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.box5{
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

/* BUTTONS */

.btn{
	display: inline-block;
    min-width: 175px;
    padding: 10px;
    padding-bottom: 11px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    border: none;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
	background-color: #b79284;
	color: #fff !important;
	text-transform: uppercase;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.btn:hover{
	background-color: #c0a297;
	color: #fff !important;
}

.btn2{
 	background-color: transparent;
    border: 1px solid #e5ddd1;
}

.btn2:hover{
    border: 1px solid #e5ddd1;
}

.banner-txt .btn2{
	margin-left: 40px;
}

.banner-txt .line{
    margin-top: 25px;
    margin-bottom: 25px;
    height: 1px;
	background-color: #e5ddd1;
}
    

/* HEADER */


#header-container {
    float: left;
    width: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    /*background-color: rgba(255, 255, 255, .5);*/

    background-color: #e5dbd0;
    /*border-bottom: 1px solid #b79284;*/
}


#header{
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-login{
    float: left;
    width: 100%;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #b79184;
}

.header-login span{
    float: right;
    margin-right: 10px;
    margin-top: 3px;
}

.student-login img{
    float: right;
    max-width: 20px;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0.7;
}

.student-login:hover img{
     opacity: 1;
}   

.student-login{
    float: right;
    margin-left: 25px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    color: #f3e6e1;
    -webkit-transition: .2s;
    transition: .2s;
    text-transform: uppercase;
}

.student-login:hover{
    color: #fff;
}

.header-cart-link{
    float: right;
    margin-left: 25px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    color: #f3e6e1;
    -webkit-transition: .2s;
    transition: .2s;
    text-transform: uppercase;
}

.header-cart-link img{
    float: right;
    max-width: 20px;
    -webkit-transition: .2s;
    transition: .2s;
    opacity: 0.7;
}

.header-cart-link:hover{
    color: #fff;
}

.header-cart-link:hover img{
     opacity: 1;
}   

#menu{
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* background: #fff; */
    -webkit-transition: .2s;
    transition: .2s;
}

#logo-box{
    float: left;
    width: auto;
    position: relative;
    z-index: 9;
    text-align: center;

}



#logo-box img{
    float: left;
	width: 100%;
	max-width: 275px;
    -webkit-transition: .2s;
    transition: .2s;
    padding-top: 10px;
    padding-bottom: 10px;
}

#nav{
    float: right;
	-webkit-transition: .2s;
    transition: .2s;
    padding-top: 30px;
}

#nav ul{
	float: right;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#nav ul li{
	float: left;
	margin-left: 40px;
}

#nav a{
    float: left;
    margin-left: 10px;
    margin-right: 10px;

    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #b79184;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
}

#nav .item-104 a{
    margin-right: 0px;
}

#nav a:hover{
    color:#75655f;
}

#nav .current a{
    color:#75655f;
}

#nav .current a{
    border-bottom: none;
    z-index: 99;
}
/*
#nav .current a:hover{
	color: #fff!important; 
}

#nav .current a::after {
    content: "";
    position: absolute;
    top: 1px;
    right: -10px;
    background: #1c75bc;
    border-right: 3px solid #252262;
    height: 100%;
    width: 2px;
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-20deg);
}

#nav .current a::after {
    z-index: 9;
    content: "";
    position: absolute;
    top: 0px;
    right: -10px;
    background: #1c75bc;
    border-right: 5px solid #252262;
    height: 100%;
    width: 100%;
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-20deg);
}*/

#nav .current{
    position:relative;
}

/*#nav .current::after {
    z-index: 9;
    content: "";
    position: absolute;
    top: 0px;
    right: -5px;
    background: #1c75bc;
    border-right: 5px solid #252262;
    height: 100%;
    width: 100%;
    -moz-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-20deg);
}

.shrink #logo-box img {
    max-width: 50px !important;
}

.shrink {
    background-color: #1a1a1a!important;
    border-bottom: 1px solid #1b74bb;
}

.shrink #menu{
    padding-top: 28px;
}
*/

/* FOOTER */

.footer-banner{
    padding-top: 25px;
    padding-bottom: 25px;
        background: linear-gradient(120deg, rgba(90, 181, 223, 1) 0%, rgba(39, 32, 91, 1) 100%);
}

#footer-container{
    padding-top: 0px;
    text-align: center;
    background: #e4dcd1;
    margin-top: 0px;
    border-top: 1px solid #b79284;
}

#footer-container p {
    margin: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 30px;
    line-height: 30px;

    text-transform: uppercase;
    font-weight: 800;
}

#footer-container span{
    color: #433b39;
    font-size: 14px;
    font-weight: 400;
}

#footer-container a{
    color: #433b39;
    -webkit-transition: .2s;
    transition: .2s;
}

#footer-container a:hover{
    color: #86736c;
}

.copyright-container{
    color: #a4a4a4;
    background: #efefef;
    padding-top: 25px;
    padding-bottom: 25px;
}

#footer-logo{
    float: left;
    width: 33%;
    padding-top: 75px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
}

#footer-logo img{
    max-width: 300px;
}

.footer-menus{
    float: left;
    width: 66.66%;
    padding-left: 100px;
    padding-top: 75px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
    text-align: left;
}

.footer-menus h3{
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #433b39; 
    margin-top: 0px;
    margin-bottom: 10px;
}

.footer-menu{
    max-width: 50%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-menu a{
    color: #b79284!important;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
}

.footer-menu a:hover{
    color: #86736c!important;
}    
   
.footer-menu ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #27205b;
    
}
 
.footer-menu ul li {
    position: relative;
    list-style: none;
    margin-bottom: 8px;
    /*background-image: url(/images/icons/circle.png);
    background-repeat: no-repeat;
    background-position: right top 10px;
    padding-right: 30px;
    padding-left: 30px;
    background-size: 10px;*/
}   

.footer-menu ul li:last-child {
    background-image: none;
}

#copyright-container{
    padding-bottom: 10px;
    padding-top: 25px;
}
 
#copyright-container .box1{
    padding-bottom: 10px;
}    

#footer-container .socials{
    padding-top: 25px;
    padding-bottom: 20px;    
}

#footer-container .socials img{
    margin-left: 10px;
    margin-right: 10px;
    max-width: 30px;
}

/* BANNER */

.banner-container {
    float: left;
    position: relative;
    width: 100%;
    padding-top: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custombanner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}

.banner-txt {
    float: left;
    width: 50%;
    text-align: left;
}

.banner-txt h1{
    color: #b79284;
    font-size: 60px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 300;
}

.wrapper-homepage .banner-txt h1{
    font-weight: 400;
}

.sub-page-banner .banner-txt h1{
    color: #86736c;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: -1px;
    word-spacing: 10px;
}

.wrapper-homepage .banner-txt h1 span{
    color: #fff;
    font-weight: 300;
}

.banner-txt p{
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin: 0px;
}

.banner{
	float: left;
	width: 100%;
	/*min-height: 100vh;*/
	text-align: center;
  	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-attachment: fixed;*/
	padding-top: 50px;
    padding-bottom: 50px;
}

.sub-page-banner{
    position: relative;
    background: linear-gradient(120deg, rgba(234, 217, 217, .1) 0%, rgba(231, 223, 221, .8) 100%);
}

.sub-page-banner .banner-txt {
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 0px;
}

.sub-page-banner-no-grad{
    min-height: 300px;
}

.sub-page-banner-no-grad .banner-txt {
    position: relative;
    z-index: 99;
    padding-top: 80px;
}

.sub-page-banner-no-grad .banner-txt h1{
    color: #fff;
}

.sub-page-banner-no-grad .box1{
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
background: linear-gradient(120deg, rgba(229, 221, 209, .1) 0%, rgba(229, 221, 209, .8) 100%);
}

.wrapper-homepage .banner p{
    font-size: 40px;
    line-height: 45px;
}
    
.sub-banner{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #d0acac;
background: linear-gradient(120deg, rgba(229, 221, 209, .1) 0%, rgba(229, 221, 209, .8) 100%);
    border-bottom: 1px solid #b79284;
}

.sub-banner p{
    color: #474747;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0px;
}

.sub-banner img{
    width: 100%;
    max-width: 300px;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.sub-banner h2{
    font-size: 30px;
    font-weight: 400;
    color: #b79283;
    margin-bottom: 15px;
    margin-top: 15px;
}

.sub-banner span{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    color: #474747;
    margin: 0px;
    letter-spacing: 0px;
    text-transform: uppercase;
    background-color: #e5dbd0;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.sub-banner-txt{
    padding-top: 5px;
}
   
.sub-banner-image {
    padding-top: 5px;
}

.item-page{
    float: left;
    width: 100%;
    min-height: 500px;
    padding-top: 25px;
    padding-bottom: 50px;
}

.wrapper-homepage .item-page{
    padding-top: 0px;
}

.wwo{
    margin-top: 50px;
    margin-bottom: 50px;
}

.wwo h2{
    margin-top: 0px;
}

   
.wcu-container{
    margin-top: 50px;
    margin-bottom: 50px;

} 

.wcu-image{
    float: left;
    width: 48%;
    margin-right: 2%;
    min-height: 550px;
    padding-top: 50px;
    background-size: cover;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
}

.wcu-image img{
    max-width: 150px;
    margin-left: 50px;
}

.wcu-container h2{
    margin-top: 0px;
}

.wcu{
    float: right;
    padding: 50px;
    background: #e4dcd1;
    background: linear-gradient(90deg, rgba(229, 221, 209, .1) 0%, rgba(229, 221, 209, .8) 100%);
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    width: 48%;
    margin-right: 2%;
}

.wwo-image{
    float: right;
    width: 48%;
    margin-left: 2%;
    min-height: 550px;
    padding-top: 150px;
    background-size: cover;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    text-align: center;
}

.wwo-image img{
    max-width: 150px;
}

.wwo-txt{
    float: left;
    padding: 50px;
    background: #e4dcd1;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    width: 48%;
    margin-left: 2%;
    background: linear-gradient(90deg, rgba(229, 221, 209, .8) 0%, rgba(229, 221, 209, .1) 100%);
}

ul.ticks {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #474747;
    line-height: 25px;
}
  

ul.ticks li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    background-image: url(/images/icons/tick2.png);
    background-repeat: no-repeat;
    background-position: left top 10px;
    padding-left: 50px;
    background-size: 30px;
}  

ul.ticks li strong{
    color: #b79284;
}

.wwo-boxes{
    background: rgb(233,233,233);
    background: linear-gradient(180deg, rgba(36,36,36,1) 0%, rgba(26,26,26,1) 100%);
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
}
    

.wwo-boxes h2{
    text-align: center;
    margin-top: 0px;
}

.wwo-boxes .box3{
    padding: 25px;
}

.wwo-boxes .box3 img{
    width: 100%;
    max-width: 100%;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.wwo-boxes .box3 h3{
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

.wwo-boxes .box3 ul{
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 15px;
}

.wwo-boxes .box3 ul li {
    list-style: none;
    margin-bottom: 0px;
    background-image: url(/images/icons/circle.png);
    background-repeat: no-repeat;
    background-position: left top 10px;
    padding-left: 30px;
    background-size: 10px;
}  

.wwo-boxes .box3 .btn{
    margin-left: 30px;
}

.page-intro{
    text-align: center;
}

.memberships{
    padding-top: 50px;
}

.memberships .box3 {
    width: 29.33%;
    margin-right: 2%;
    margin-left: 2%;
    position: relative;
    padding: 25px;
    background-color: #252525;
    border: 1px solid #292929;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden;
}

.memberships .bronze{
    border: 1px solid #435461;
}

.memberships .silver{
    border: 1px solid #435461;
}

.memberships .gold{
    border: 1px solid #435461;
}

.memberships .platinum{
    border: 1px solid #435461;
}

.memberships .box3 p{
    color: #fff;
}

.memberships .box3 .box1{
    padding-top: 50px;
}

.memberships .box3 h3 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: linear-gradient(120deg, rgba(90, 181, 223, 1) 0%, rgba(39, 32, 91, 1) 100%);
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    margin: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.memberships .bronze h3{
    background: linear-gradient(120deg, rgba(205, 127, 50, 1) 0%, rgba(39, 32, 91, 1) 100%);
}

.memberships .silver h3{
    background: linear-gradient(120deg, rgba(192, 192, 192, 1) 0%, rgba(39, 32, 91, 1) 100%);
}

.memberships .gold h3{
    background: linear-gradient(120deg, rgba(255, 215, 0, 1) 0%, rgba(39, 32, 91, 1) 100%);
}

.memberships .platinum h3{
    background: linear-gradient(120deg, rgba(217, 217, 217, 1) 0%, rgba(39, 32, 91, 1) 100%);
}


.memberships .box3 ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 15px;
}

.memberships .box3 ul li {
    list-style: none;
    margin-bottom: 0px;
    background-image: url(/images/icons/circle.png);
    background-repeat: no-repeat;
    background-position: left top 10px;
    padding-left: 30px;
    background-size: 10px;
}

.slicknav_menu{
	display: none;
}

.txt-image {
    float: right;
    max-width: 400px;
    margin-left: 25px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.txt-image img{
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.about-method{
    text-align: center;
}

.about-method ul{
    display: inline-block;
    width: 100%;
    max-width: 450px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    padding-left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
}

.about-method ul li{
    display: inline-block;
    margin-bottom: 25px;
    background: linear-gradient(120deg, rgba(90, 181, 223, 1) 0%, rgba(39, 32, 91, 1) 100%);
    padding: 25px;
    width: 100%;
    max-width: 450px;
        -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-courses{
    padding-top: 50px;
}

.about-courses ul{
    display: inline-block;
    width: 100%;
    max-width: 800px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    padding-left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
}

.about-courses ul li{
    display: inline-block;
    margin-bottom: 50px;
    background: linear-gradient(120deg, rgba(229, 219, 208, .3) 0%, rgba(183, 145, 132, .5) 100%);
    padding: 50px;
    width: 100%;
    max-width: 800px;
        -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-courses h2{
    margin-top: 0px;
}

.osm-container p{
    color: #000;
}

.contact-intro{
    padding-bottom: 25px;
}

.contact-intro p{
    text-align: center;
    display: inline-block;
    max-width: 800px;
    font-weight: 400;
}

.contact-details .icon {
    float: left;
    width: 50px;
    min-height: 80px;
}

.contact-details .icon img {
    max-width: 30px;
}

.contact-details span{
    font-size: 18px;
    color: #474747;
    line-height: 25px;
    font-weight: 400;
}

.contact-details strong{
    font-family: "Montserrat", sans-serif;
}

.contact-details a {
    color: #474747;
    text-decoration: none;
}

.socials img{
    margin-right: 15px;
    margin-top: 15px;
    max-width: 35px;
    -webkit-transition: .2s;
    transition: .2s;
}
    
.socials img:hover{
    scale: 1.1;
}

.custom-contact-form{
    float: left;
    width: 100%;
    background: #f1efef;
    padding: 25px;
        -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.custom-contact-form h2{
    color: #474747;
    font-size: 30px;
    line-height: 35px;
    margin: 0px;
    margin-bottom: 15px;
    text-align: center;
} 

.form-field-row{
    float: left;
    width: 100%;
}

.form-field{
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.form-field-wide{
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.form-field-row input {
    width: 100%;
    border: 1px solid #e4ddd1;
    background-color: #fff;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

.form-field-row input:hover{
    border: 1px solid #86726d;
}

.form-field-row input:focus{
    border: 1px solid #86726d;
}

.form-field-row select {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
}

.form-field-row textarea{
	width: 100%;
    border: 1px solid #e4ddd1;
    background-color: #fff;
	padding: 15px;
	min-height: 125px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-weight: 400;
	font-size: 16px;
	color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	-webkit-transition: .2s;
    transition: .2s;
	font-family: "Lato", sans-serif;
}

.form-field-row textarea:hover{
    border: 1px solid #86726d;
}

.form-field-row textarea:focus{
    border: 1px solid #86726d;
}


.form-field-row .btn {
    float: left;
    width: 100%;
    max-width: 200px;
 	display: inline-block;
    min-width: 175px;
    padding: 10px;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    border: none;
    color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer;
    text-align: center;
	background-color: #b79284;
    border: none!important;
	color: #fff !important;
	text-transform: uppercase;
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.form-field-row .btn:hover{
	background-color: #c0a297!important;
}

.osm-container input {
    margin-top: 5px;
    width: 100%;
    border: 1px solid #efefef;
    background-color: #efefef;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

.osm-container input:hover{
	border: 1px solid #1c75bc;
}

.osm-container input:focus{
	border: 1px solid #1c75bc;
}

.osm-container select {
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
    font-weight: 400;
    font-size: 16px;
}

.membership-signup-form{
    padding-top: 25px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.membership-detail{
    padding-top: 25px;
    padding-left: 50px;
}

.osm-message{
    text-align: center;
}

.osm-message h2{
    color: #000;
    font-size: 30px;
    line-height: 35px;
}

.osm-container .btn {
    float: left;
    width: 100%;
    max-width: 200px;
    padding: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #fff!important;
    background-color: #2f6f69;
    border: 1px solid #2f6f69;
    text-transform: uppercase;

}

.osm-container .btn:hover{
    background-color: #29615c;
    border: 1px solid #29615c;
}

.splms-view-cart .btn {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #fff!important;
    background-color: #2f6f69;
    border: 1px solid #2f6f69;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.splms-view-cart .btn:hover{
    background-color: #29615c;
    border: 1px solid #29615c;
}


.splms-view-cart .btn-danger {
    width: 100%;
    max-width: 300px;
    padding: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #fff!important;
    background-color: #b79284;
    border: 1px solid #b79284;
    text-transform: uppercase;
    margin-bottom: 15px;
-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.splms-view-cart .btn-danger:hover{
    background-color: #e4dcd1;
    border: 1px solid #e4dcd1;
}

.payment_information label{
    display: none;
}

.splms .splms-cart .splms-payment-submit{
    line-height: 18px;
}
    

.form-field-row .btn:hover {
    background-color: #262262; 
}

#osm-existing-user-login{
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #424242;
}    

.osm-container .input-password-toggle {
    display: inline-block !important;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 100%;
}

.osm-container .input-password-toggle {
    float: left;
    width: auto;
    min-width: 0px;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #86736c !important;
    background-color: #e4dcd1;
    border: 1px solid #e4dcd1;
    text-transform: none;
}

.osm-container .input-password-toggle:hover{
    background-color: #86736c;
    border: 1px solid #86736c;
    color: #fff!important;
}

#osm-new-user-register{
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #424242;
    width: 100%;
    float: left;
    margin-top: 25px;
    display: none;
}    

#your-details-heading{
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #424242;
    width: 100%;
    float: left;
    margin-top: 25px;
}  

#system-message-container{
    float: left;
    width: 100%;
} 

joomla-alert{
        margin-bottom: 0px;
}

.osm-container #osm-account-information{
    display: none;
}

.osm-container .form-control-label{
    float: left;
    width: 100%;
}

.item-126 img {
    width: 30px !important;
    height: 30px !important;
}

.dj-megamenu-default .my-account .title {
    display: none;
}

#osm-update-credit-card{
    margin-top: 200px;
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    padding-right: 50px;
}

#osm-update-credit-card h1{
    margin-bottom: 50px!important;
}

#osm-update-credit-card .payment_information label {
    display: block;
}

#splms{
    float: left;
    width: 100%;
    padding-top: 50px;
}

.splms-sidebar{
    display: none;
}

.view-splms-courses .splms-col-md-3{
 
}
  

.splms .splms-col-md-9{
    width: 100%;
}

.splms-view-category-courses .splms-col-md-3{
    float: left!important;
    width: 100%!important;
}

.course-box{
    position: relative;
    width: 45%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 50px;

}

.course-box .box2{
    width: 100%;
}

.course-box .box2 a img{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
} 

.course-box .box2 a:hover img{   
    opacity: .9;
}

.course-box img{
    width: 100%;
    -moz-border-radius: 25px 25px 0px 0px;
    -webkit-border-radius: 25px 25px 0px 0px;
    -khtml-border-radius: 25px 25px 0px 0px;
    border-radius: 25px 25px 0px 0px;
    z-index: 9;
}
   
.course-text{
    padding: 25px;
    border: 1px solid #e4dcd1;
    border-top: none;
    -moz-border-radius: 0px 0px 25px 25px;
    -webkit-border-radius: 0px 0px 25px 25px;
    -khtml-border-radius: 0px 0px 25px 25px;
    border-radius: 0px 0px 25px 25px;

}

.course-text h2{
    width: 100%;
    max-width: 350px;
    text-align: center;
    margin: 0px;
    padding: 15px;
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    position: absolute;
  /*top: 120px;
  left: 50%;
  transform: translate(-50%, 0%);
    */
    top: 0;
    left: 0;
    z-index: 99;

background: rgba(183, 145, 132, .8);
-moz-border-radius: 5px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px 0px 25px 0px;
    
}

.course-text h3{
    margin-top: 0px;
    color: #b79184;
    font-weight: 400;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 25px;
}

.course-text ul{
    margin-bottom: 25px;
}

.course-text ul.ticks li{
    background-position: left top 8px;
    padding-left: 30px;
    background-size: 20px;
}

.course-img-video{
    padding-right: 75px;
}

.splms-course-video{
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    overflow: hidden;
}

.splms.course-details .course-header{
    margin-top: 0px;
}

.course-info ul{
    display: none;
}

.course-short-info{
    display: none;
}

.course-info h3{
    display: none;
}

.course-price-box{
    padding: 25px;
    background: #e5dbd0;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.course-price-box-bottom{
    margin-top: 0px;
}

.course-price-box h3{
    margin-top: 0px;
}

.course-price-box .box1{
    padding-bottom: 10px;
}

.course-price-box .title{
    margin-top: 0px;
    color: #474747;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}   

.course-price-box label{
    margin-top: 0px;
    color: #474747;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}   

.course-price-box .price-txt{
    margin-top: 0px;
    color: #474747;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}   

.splms-product-options a {
    color: #b79284; !important;
    -webkit-transition: .2s;
    transition: .2s;
    font-size: 15px;
}

.splms-product-options a:hover {
    color: #c0a297 !important;
}

.card{
    border: 1px solid #e5dbd0!important; 
}
    
.card-header{
    border-bottom: 1px solid #e5dbd0!important; 
}

.course-lessons .list-unstyled{
    color: #474747;
}

.splms-topic-title {
    outline: none;
    font-size: 18px;
    font-weight: 600;
    color: #474747;
    text-decoration: none;
}

.course-content{
    padding-bottom: 50px;
}


.course-content h3{
    font-weight: 400!important;
    color: #b79284;
}

.course-price-box .btn{
    background-color: #b79284;
    color: #fff !important;
}

.course-price-box .btn:hover{
    background-color: #c0a297;   
}
    

.splms-course-description ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #474747;
    line-height: 25px;
}

.splms-course-description ul li{
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    background-image: url(/images/icons/tick.png);
    background-repeat: no-repeat;
    background-position: left top 8px;
    padding-left: 30px;
    background-size: 20px;
}    

.splms-icon-book{
    display: none!important;
}

.card-body a{
    color: #d0adac;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: .2s;
    transition: .2s;
}

.card-body a:hover{
    color: #86726d;
}

.course-details .card{
    margin-bottom: 50px;
}

.course-progress{
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px;
    margin-bottom: 50px;
    text-align: center;
}

.course-progress .card{
    margin-bottom: 25px;
    text-align: left;
}

.course-progress .course-lessons .badge-completed {
    display: inline-block;
    margin-left: 0px;
}

.course-progress .splms-lesson-details .course-lessons li:hover{
    margin-left: 0px!important;
}

#js-progress-text{
    font-size: 14px;
    text-align: center;
}

.course-modules{
    float: right;
    width: 80%;
    padding-left: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    border-left: 1px solid #d0acac;
    margin-bottom: 50px;
}

.help-box{
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    padding: 25px;
    margin-bottom: 50px;
    /*background: #e4dcd1;*/
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    background: linear-gradient(360deg, rgba(229, 221, 209, .2) 0%, rgba(229, 221, 209, .7) 100%);
    border: 1px solid #eee8e0;
}

.help-box h2{
    margin-top: 0px;
}

.splms-view-purchases{
    padding-bottom: 50px;
}

.splms-view-purchases a{
    color: #b79184;
    text-decoration: none;
}

.splms-view-purchases a:hover{
    color: #d0acac;
    text-decoration: underline;
}

.splms-view-purchases table{
    width: 100%;
    color: #525252;
    font-size: 20px;
    line-height: 30px;
background-color: #fff;
font-size: 16px;
border-collapse: collapse;
border: 1px solid #eaeaea;
    text-align: left;
}

.splms-view-purchases table tr td:nth-child(even){
background: #f9f9f9;
}

.splms-view-purchases table tr th:nth-child(even){
background: #f9f9f9;
}

.splms-view-purchases table td {
    padding:10px;
    border: 1px solid #eaeaea;
}

.splms-view-purchases table th {
    padding:10px;
    background: #f1f1f1!important;
}


.splms-view-cart{
    padding-bottom: 50px;
}

.cart-login{
    padding: 25px;
    float: none;
    display: inline-block;
    max-width: 650px;
    border: 1px solid #e4dcd1;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.cart-login h2{
    margin-top: 0px;
}

.splms-cart #login-form-16 input{
    margin-top: 15px;
    margin-bottom: 5px;
}

.splms-cart #login-form-16 label {
    /* float: left; */
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 300px;
    text-align: left;
}

#form-login-input-remember-16{
    width: auto;
}

#form-login-remember-16{
    padding-bottom: 15px;
}

.splms-view-cart table{
    width: 100%;
    color: #525252;
    font-size: 20px
    line-height: 30px;
background-color: #fff;
font-size: 16px!important;
border-collapse: collapse;
border: 1px solid #eaeaea;
    text-align: left;
}

.splms-view-cart table td:nth-child(2), .splms-view-cart .splms-price-box {
font-size: 16px!important;
}

.splms-view-cart table tr td:nth-child(even){
background: #f9f9f9;
}

.splms-view-cart table tr th:nth-child(even){
background: #f9f9f9;
}

.splms-view-cart table td {
    padding:10px;
    border: 1px solid #eaeaea;
}

.splms-view-cart table th {
    padding:10px;
    background: #f1f1f1!important;
}

.payment-method-paypal {
    position: relative;
    width: 175px;
}

.payment-method-paypal img{
/*    position: absolute;
    right: 0px;
    top: -10px;*/
}

.splms-cart input {
    width: 100%;
    max-width: 300px;
    border: 1px solid #e4ddd1;
    background-color: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
    margin-bottom: 15px;
    margin-top: 5px;
}

.splms-cart input:hover{
	border: 1px solid #86726d;
}

.splms-cart input:focus{
	border: 1px solid #86726d;
}

.splms-cart label{
    color: #525252;
    font-size: 16px !important;
}

.com-users-login__options a{
    color: #2f6f69!important;
}

.com-users-login__options a:hover{
    color: #29615c!important;
}

.com-users-login__input{
    margin-bottom: 15px;
}

.register-form legend{
    display: none;
}

.register-form .control-group{
    margin-bottom: 15px;
}

.register-form #progress-0{
    display: none;
}

#regModal .box2{
    width: 100%;
}

#regModal .box2 h1{
    display: none;
}

.cart-login label{
    float: left;
    width: 100%;
}

.cart-login .form-check-label{
    width: auto;
}

.cart-login .input-password-toggle{
    display: none;
}

.cart-login li:nth-child(3n) {
display: none;
}

.cart-login ul a {
    color: #2f6f69 !important;
}

.cart-login .mod-login__options{
    padding-left: 0px;
    margin-left: 0px;
}

.course-img-video img{
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px;
}

.splms-lesson-description h1{
     color: #b79284;
}       

.splms-lesson-description h2{
    font-size: 22px;
    line-height: 25px;
    color: #424242;
    font-weight: 600;
    margin-top: 40px;
}  

.splms-lesson-description h3{
    font-size: 18px;
    line-height: 21px;
    color: #424242;
    font-weight: 600;
}   

.lesson-short-description ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    color: #474747;
    line-height: 25px;
}

.lesson-short-description ul li {
    background-position: left top 8px;
    padding-left: 30px;
    background-size: 20px;
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    background-image: url(/images/icons/tick2.png);
    background-repeat: no-repeat;
}

.lesson-short-description{
    padding-top: 50px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E1E7EC;
}

.splms-lesson-description img{
        -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 100%;
}

.splms-lesson-details .btn{
    width: 100%;
    max-width: 270px;
    padding: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #fff !important;
    background-color: #2f6f69;
    border: 1px solid #2f6f69;
    text-transform: uppercase;
}

.splms-lesson-details .btn:hover {
    background-color: #29615c;
    border: 1px solid #29615c;
}

.view-splms-quiz{
    padding-top: 25px!important;
    padding-bottom: 25px;
    margin-top: 25px;
    margin-bottom: 25px;
    /*border-top: 1px solid #e4dcd1;
    border-bottom: 1px solid #e4dcd1;*/
    padding: 15px;
}

.countdown-wrapper{
    display: none;
}

.splms-lesson-details .quiz-content h3{
    font-size: 30px;
    line-height: 35px; 
    color: #b79284;   
    font-weight: 400;
    margin-top: 0px;
}

.quizContainer .list-unstyled {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 25px;
}

.quizContainer .list-unstyled textarea{
    width: 100%;
    max-width: 500px;
    min-height: 200px;
    border: 1px solid #29615c;
    background-color: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s;
}

.quizContainer .list-unstyled textarea:hover {
    border: 1px solid #86726d;
}

.quizContainer .list-unstyled textarea:focus {
    border: 1px solid #86726d;
}

.question{
    font-size: 23px;
    line-height: 30px; 
    color: #b79284;   
    font-weight: 400;
    margin-top: 0px;
}


.splms.view-splms-quiz .result.active{
    height: auto;
    border-radius: 6px;
    margin: auto;
    text-align: center;
    padding: 50px 0;
    font-size: 30px;
    font-weight: 800;
    margin: 40px 0;
    line-height: 100%;
    color: #b79284;
}

.splms.view-splms-quiz .result {
    padding: 0;
    background-color: #fff;
}

.splms-quiz-embed iframe {
  border: 0 !important;
  outline: 0 !important;
}

.payment-method-stripe img{
    max-width: 350px!important;
}

.splms.course-details .course-lessons li:before, .splms.course-details .splms-course-quizzes li:before, .splms-lesson-details .course-lessons ul ul li:before{
    /*display: none;*/
}

.splms.course-details .course-lessons ul ul li:hover{
    margin-left: 0px;
    cursor: auto;
}

.splms.course-details .course-lessons ul ul li{
    padding: 5px 0;
}

.splms.course-details .course-lessons ul ul{
    font-size: 16px;
    color: #474747;
    line-height: 25px;
    font-weight: 400;
}

.abt-banner{
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    background-image: url(/images/banners/abt-banner.jpg);
    background-repeat: no-repeat;
    padding-right: 250px;
    padding-left: 250px;
}

.abt-banner h2{
    color: #fff;
    margin-top: 0px;
}

.abt-banner p{
    color: #fff;
    font-weight: 600;
    line-height: 35px;   
}

.abt-banner img{
    position: absolute;
    top: 25px;
    right: 25px;
    max-width: 250px;
}

.sub-banner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
    bottom: -30px;
}

.sub-banner .bx-wrapper .bx-pager.bx-default-pager a{
    width: 8px;
    height: 10px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
}

.sub-banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
    background: #75655f!important;
}    

.faq-boxes{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    position: relative;
}

.faq-boxes .faq-box{
    text-align: left;
    display: inline-block;
    float: none;
    max-width: 800px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 50px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    position: relative;
    z-index: 999;
}

.faq-boxes .faq-box p{
    font-weight: 400;
    margin: 0px;
    font-size: 19px;
    line-height: 30px;
}

.faq-boxes .faq-box p.faq-question{
    font-weight: 600;
    color: #86736c;
    font-style: italic;
    position: relative;
    padding-right: 50px;
    cursor: pointer;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}

.faq-boxes .faq-box p.faq-question:before {
    content: "";
    background-image: url(/images/icons/faq-down.png);
    background-size: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 2px;
    -webkit-transition: .2s;
    transition: .2s;
}

.faq-boxes .faq-box .faq-open:before {
    content: "";
    background-image: url(/images/icons/faq-up.png)!important;
}


.faq-boxes .faq-box p.faq-answer{
    display: none;
    margin-top: 25px;
    float: left;
    width: 100%;
}

.about-left{
    padding-right: 50px;
}

.about-right{
    padding-left: 50px;
}

.about-right img{
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.about-left img{
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.train-with-us{
    padding: 25px;
    margin-top: 75px;
    margin-bottom: 50px;
    background: linear-gradient(360deg, rgba(229, 221, 209, .2) 0%, rgba(229, 221, 209, .7) 100%);
    text-align: center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
    border: 1px solid #eee8e0;
}

.train-with-us strong{
    color: #b79284;
    font-size: 22px;
}

.train-with-us .box3{
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.train-with-us .box3 h3{
    /*color: #b79284;*/
}

.train-with-us .box3 img{
    max-width: 70px;
}

.dropdown-toggle{
    display: none;
}

.dropdown-menu{
    display: none;
}
    
/* Make the container scale nicely and center it */
.video-wrap{
  max-width: var(--max, 100%);
  margin-inline: auto;
}

.video-wrap.is-portrait{
  --ratio: 9/16;
  --max: 400px; /* stop it getting HUGE on desktop */
}

/* Fluid video that preserves aspect ratio */
.video-wrap > video{
  display: block;
  width: 100%;
  height: auto;                   /* preserves intrinsic ratio */
  aspect-ratio: var(--ratio, 16/9);/* prevents layout shift while loading */
  border-radius: 12px;
}

/* Optional: make it full-bleed on tiny screens */
@media (max-width: 480px){
  .video-wrap{ max-width: 100%; }
}


.bundle-discount{
    background: #e5dbd0;
    margin-top: 0px;
}

.bundle-discount h3{
    color: #b79284;
}

.quizContainer .list-unstyled{
    color: #474747!important;
}

.testimonials-v2{
padding: 0px;
margin: 0px;
}

#testimonial-container {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f8f7f4;
    text-align: center;
}

#testimonial-container h2{
    margin-top: 0px;
}

#testimonial-container .testimonial-box {
    float: left;
    width: 100%;
    background: url(../images/quotes4.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 80px top;
    padding-left: 200px;
    margin-top: 50px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#testimonial-container .testimonial-box {
    padding-left: 200px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: none;
    text-align: center;
}

#testimonial-container .testimonial-box .testimonial-txt {
    background: url(../images/quotes5.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    padding-right: 200px;
    font-style: italic;
    background-size: 60px;
    background-position: right 80px bottom;
    background-size: 50px;
}

#testimonial-container .testimonial-box{
background-position: 0px top;
}

#testimonial-container .testimonial-box .testimonial-txt{
background-position: right 0px bottom;
padding-right: 80px;
}

#testimonial-container .testimonial-box {
    padding-left: 80px;
}

#testimonial-container p {
    font-weight: 400;
    margin-top: 0px;
}

.course-ABT img{
    max-width: 200px;
}

.course-ABT h2{
    font-size: 25px;
    line-height: 30px;
}

/*.course-ABT p{
    font-weight: 400;
}*/

.course-info p{
    font-weight: 400;
}

@media only screen 
and (min-width : 1px) 
and (max-width : 1230px) {

.container{
    float: left;
    width:100%;
	max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

}


@media only screen 
and (min-width : 1px) 
and (max-width : 1160px) {

.banner-txt {
    float: right;
    width: 100%;
    text-align: center;
}

}

@media only screen 
and (min-width : 1px) 
and (max-width : 950px) {

.abt-banner {
    padding-right: 270px;
    padding-left: 50px;
    text-align: left;
}

.contact-details{
    width: 100%;
}

.contact-form{
    width: 100%;
    margin-top: 50px;
}

}


@media only screen 
and (min-width : 1px) 
and (max-width : 900px) {

.slicknav_btn{
    margin-top: 60px!important;
    margin-right: 25px!important;
}

#footer-logo {
    float: left;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 50px;
    padding-right: 0px;
}

.footer-menus {
    float: left;
    width: 100%;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.footer-menu {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
}

.about-method ul {
    float: left;
    width: 100%;
    max-width: 100%;
}

.memberships .box3 {
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
    margin-bottom: 25px;
}

.wwo-boxes .box3 {
    padding: 25px;
    width: 50%;
}

.slicknav_menu{
	display: block;
}



#menu{
	display: none;
}   

.slicknav_menu .slicknav_icon-bar {
    background-color: #b79184!important;
} 

.menu-open {
    background-color: #b79184 !important;
}

.banner-txt h1 {
    font-size: 50px;
    line-height: 55px;
}

.banner-txt p {
    font-size: 20px;
    line-height: 25px;
}

/*.custombanner-content{
    padding-top: 200px;
}*/

#slideshow{
    min-height: 550px!important;
}



#footer-container p{
    font-size: 20px;
    line-height: 20px;
}

h2 {
    font-size: 30px;
    line-height: 30px;
}

}

@media only screen 
and (min-width : 1px) 
and (max-width : 715px) {

.course-box {
    position: relative!important;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.splms-shuffle{
    float: left!important;
    width: 100%!important;
    height: auto!important;
} 

.splms-courses-list h2{
    text-align: center;
}

.splms .splms-row {
    margin-left: 0px;
    margin-right: 0px;
}

.course-box {
    float: left;
    position: relative!important;
    width: 80%!important;
    margin-left: 10%!important;
    margin-right: 10%!important;
    transform: translate(0px, 0px) scale(1)!important;
}

.about-left {
    width: 100%;
    padding-right: 0px;
}

.about-right {
    width: 100%;
    padding-left: 0px;
}

.train-with-us .box3 {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
}

.course-img-video {
    width: 100%;
    padding-right: 0px;
}

.course-content {
    width: 100%;
}

.course-progress {
    width: 100%;
    padding-right: 0px;
}

.course-modules{
    width: 100%;
    padding-left: 0px;
    border-left: none;
}

.abt-banner {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 150px;
}

.abt-banner img {
    position: absolute;
    top: 20px;
    left: 50%;
    right: auto;
    max-width: 250px;
    margin-left: -125px;
}

.sub-banner-txt{
    padding-right: 15px!important;
}

.sub-banner-image {
    padding-left: 15px!important;
}

.btn{
    font-size: 16px;
}   

.wcu {
    width: 100%;
    margin-right: 0%;
    background: linear-gradient(180deg, rgba(229, 221, 209, .1) 0%, rgba(229, 221, 209, .8) 100%);
    background: none;
    padding: 0px;
}

.wcu-image{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 25px;
}

.wwo-image{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 25px;
}

.wwo-txt{
    width: 100%;
    margin-left: 0%;
    background: linear-gradient(180deg, rgba(229, 221, 209, .1) 0%, rgba(229, 221, 209, .8) 100%);
    background: none;
    padding: 0px;
}

.wcu-container {
    padding-bottom: 0px;
}

.wwo{
    margin-top: 0px;
}

}

@media only screen 
and (min-width : 1px) 
and (max-width : 650px) {



.txt-image{
    width: 100%;
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
    margin-top: 0px;
}

.txt-image img{
    max-width: 100%!important;
}

    .memberships .box3 {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        margin-bottom: 25px;
    }

.membership-signup-form {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 50px;
}

.membership-detail {
    width: 100%;
    padding-top: 0px;
    padding-left: 0px;
}

}

@media only screen 
and (min-width : 1px) 
and (max-width : 600px) {
    
.wwo-boxes .box3 {
    width: 100%;
}

.banner-txt {
text-align: left;
}

#slideshow {
    min-height: 650px !important;
}

.sub-banner-txt {
    width: 100%;
    padding-bottom: 15px;
}

.sub-banner-image {
    width: 100%;
    text-align: center;
    display: none;
}

}

@media only screen 
and (min-width : 1px) 
and (max-width : 500px) {

#logo-box img {
    max-width: 200px;
}

.slicknav_btn {
    margin-top: 55px !important;
    margin-right: 5px !important;
}

.box2{
    width:100%;
}

.wcu-image {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 25px;
}

.wwo-image {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 25px;
}

.abt-banner h2 {
    font-size: 25px;
    line-height: 25px;
    
}


}

@media only screen 
and (min-width : 1px) 
and (max-width : 475px) {

.banner-txt .btn2 {
    margin-left: 0px;
    margin-top: 15px;
}

.course-box {
    width: 100%!important;
    margin-left: 0%!important;
    margin-right: 0%!important;
}


}
