body{
	margin:0;
	padding:0;
	font-family: 'latoxregular';
	line-height:1;
}
*{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
ul,h1,h2,p,ol,h5{
	margin:0;
	padding:0;
}
/*----------- Clearfix Rule Starts --------- ---*/  
.clearfix {
	*zoom: 1;
}

.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/*----------- Clearfix Rule Ends ------------    */

.headerBannerSection{
	position:relative;
	background-image:url('/content/image/bannerBg.jpg');
	background-repeat:repeat-y;
	background-size:100%;
}
.headerBannerSection .bannerImage{
	width:100%;
}
.headerBannerContainer{
	position: absolute;
    top: 0;
    left: 0;
    right:0;
    margin: auto;
}
.homeContainer{
	width:100%;
	max-width:1160px;
	padding:0px 32px;
	margin:auto;
}
.logoContainer{
	float:left;
	position:relative;
}
.logoBox{
	max-width:208px;
	position:relative;
	margin:auto;
}
.logoBox img{
	width:100%;
}
.logoBox p{
	position:absolute;
	color:#b29b8f;
	font-size:10px;
	letter-spacing:0.2em;
	right: -78px;
    bottom: 4px;
}
.headerContent{
	padding:32px 0px 0px;
}
.headerButton{
	display:inline-block;
}
.headerButton ul li{
	display:inline-block;
    vertical-align: middle;
    position:relative;
}
.woffle {
    width: 32px;
    height: 32px;
    text-align:center;
    line-height:32px;
    background-image:url(/Content/image/iconWoffle.png);
    background-repeat:no-repeat;
    background-position:center;
    margin-right: 16px;
    display: inline-block;
    cursor: pointer;
    color: #a6a6a5;
}
    .woffle:hover, .woffle.activeWoffle {
        background-image: url(/Content/image/woffleHover.png);
    }
.headerButton ul li.signUp a {
    padding: 18px 16px;
    /*padding: 18px 32px;*/
    letter-spacing: .05em;
    font-size:12px;
}
.startCourse a, .headerButton ul li.signUp a{
    text-transform:uppercase;
}
.headerButton ul li.userlogged img{
    width:100%;
    max-width: 48px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent;
    padding: 4px;
}
.headerButton ul li.userlogged .userImage{
    width:48px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.headerButton ul li.userlogged .userImage:hover img, .headerButton ul li.userlogged .userImage.activeUser img{
    border: 1px solid #dadada;
    padding: 4px;
}

.headerButton ul li a, .contentButtons ul li a, .courseLength, .formContainer button, .courseResume a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #664b3d;
    font-family: 'latoxbold';
    /*letter-spacing: .05em;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.contentButtons ul li a, .courseLength, .formContainer button, .courseResume a {
    padding: 16px 32px;
}
.courseLength{
	font-family: 'latoxregular';
	line-height: 28px;
}
.headerButton ul li.signUp a, .startCourse a, .formContainer button, .courseResume a {
    background-color: #f2ac49;
    color: #fff;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.headerButton ul li.signUp a:hover, .startCourse a:hover, .formContainer button:hover{
	background-color: #f9be6b;
}
.bannerContainer{
	padding-top:224px;
}
.bannerContainer h1{
	font-size:40px;
	color:#664b3d;
	font-family: 'latolight';
	font-weight:normal;
	margin-bottom:48px;
}
    .bannerContainer h1:first-child {
        font-family: 'latoxbold';
        margin-bottom:16px;
    }
.bannerButtons li{
	list-style:none;
	display:inline-block;
	margin-right:48px;
}
.bannerButtons li a{
	font-size:20px;
	color:#f28d00;
	text-decoration:none;
	/*padding-bottom: 4px;*/
	background-repeat:no-repeat;
	background-position:0 4px;
    font-family:LatoX;
}
.bannerButtons li a .btnBg{
	background-repeat:no-repeat;
	background-position:0 4px;
    display:block;
    width:24px;
    height:24px;
    float:left;
    margin-right:8px;
}
.bannerButtons li a:hover{
	border-bottom: 1px solid #f2c07a;
}
    .bannerButtons li.courseResume {
        text-transform:uppercase;

    }
.bannerButtons li.courseResume a:hover {
    border-bottom:none;
}
    .bannerButtons li.courseResume a {
        color:#ffffff;
        font-size:18px;
    }
.bannerButtons li a .btnBg.btnSignUp{
	background-image:url('/Content/image/iconUser.png');
}
.bannerButtons li a .btnBg.btnhowWork{
	background-image:url('/Content/image/iconCogs.png');
}
    .bannerButtons li a .btnBg.btnResume {
        background-image: url('/Content/image/iconResume.png');
    }
.bannerButtons li.courseResume{
    display:none;
}
.bannerButtons li a span{
    font-family: 'latoXbold';
}
/*user popup*/
.userMenu, .woffleMenu{
    display:none;
    width:320px;
    right: -10px;
    top: 72px;
    position:absolute;
    z-index:9;
    background: #fff;
    padding:24px;
    border-radius:2px;
    -moz-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -moz-box-shadow:0px 4px 6px rgba(0,0,0,.3);
    -webkit-box-shadow:0px 4px 6px rgba(0,0,0,.3);
    box-shadow:0px 4px 6px rgba(0,0,0,.3);
}
.popupName {
    font-size: 16px;
    color: #000000;
    font-family: 'latoXbold';
    margin-bottom: 16px;
    line-height: 1;
}
.userMenu:before, .woffleMenu:before {
	bottom: 100%;
	left: 86%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.userMenu:before, .woffleMenu:before {
    border-color: transparent;
    border-bottom-color: #e6e6e6;
    border-width: 13px;
    top: -26px;
    margin-left: -1px;
}
.userMenu:after, .woffleMenu:after {
    bottom: 100%;
    left: 86%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.userMenu:after, .woffleMenu:after {
    border-color: rgba(255, 225, 255, 0);
    border-bottom-color: #fff;
    border-width: 12px;
    display:none;
}
/*.userMenuInner{
    width:272px;
    opacity:0;
    -moz-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.userMenuOpen .userMenuInner{
    opacity:1;
}

*/

.userMenuInner ul li {
    width: 100%;
    text-align: left;
}
.woffleMenu{
    right: -16px;
    top:60px;
}
/*.userMenuOpen{
    visibility:visible;
    width:320px;
    height:auto;
    opacity:1;
    z-index: 99;
    pointer-events:auto;
    right: 16px;
    top: 24px;
}*/
.closeUserMenu{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/Content/image/icon-closeBlackSmall.png)no-repeat center;
    background-size: 40%;
    cursor:pointer;
}
.userMenu .userDetailBox{
    padding-bottom:14px;
    margin-bottom:0px;
    border-bottom:1px solid #f2f2f2;
    position:relative;
}
    .userMenu .userDetailBox p {
        font-size: 16px;
        color: #000000;
        float: left;
        line-height: 50px;
    }
.userMenu .userDetailBox img{
    position:relative;
    float:right;
}
.userMenu .userDetailBox p .userFavorite{
    font-size:11px;
    color:#b2b2b2;
    top: 4px;
    position: relative;
}
.userMenu .userMenuList li{
    list-style:none;
    float:none;
    margin:0;
    display: block;
}
.userMenu .userMenuList li a{
    font-size:14px;
    display:block;
    padding:16px 0px;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
    color:#000000;
    font-family: 'latoxregular';
}
.userMenu .userMenuList li a:hover{
    padding:16px;
    background:#f2ac49;
    color:#ffffff;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.appButton{
    width:100%;
    padding:16px 0px;
    border-bottom:1px solid #f2f2f2;
    cursor:pointer;
    -moz-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.userMenuInner{
    text-align:left;
}
.userMenuInner ul li:last-child .appButton {
    border-bottom: none;
}
.appButton:hover{
    background:#fafafa;
}
.appButton img{
    float:left;
    margin-right:16px;
    max-width:48px;
}
.appButton .appText {
    float: left;
    margin-top: 8px;
    width: calc(100% - 64px);
}
.appButton .appText p{
    margin:0px;
    color:#4c4c4c;
    font-size:12px;
    line-height:1;
}
.appButton .appText .appName{
    font-family:latoXbold;
    text-transform:uppercase;
    margin-bottom:8px;
    position:relative;
}
.popupBgLayOut{
    display:none;
    position:fixed;
    height:100%;
    width:100%;
    background-color:rgba(0,0,0,0.3);
    z-index:9;
}
.taglineCourse{
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,238,235,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242,238,235,1)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,238,235,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,238,235,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(242,238,235,1) 100%); /* ie10+ */
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(242,238,235,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eeeb', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
	padding-bottom: 264px;
}
.taglineContent {
    position:relative;
}
.taglineContent h2{
	font-size:28px;
	color:#664b3d;
	font-family: 'merriweather_extendedLtIt';
	font-weight:normal;
	line-height: 56px;
	float:left;
}
.taglineContent h2 span{
	font-weight:bold;
}
.taglineContent p{
	color:#f28d00;
	font-size:14px;
	font-family: 'latoxbold';
	text-transform:uppercase;
	letter-spacing:0.2em;
	float: left;
    position: relative;
    top: 84px;
    left: -28px;
}
.courseContent{
	padding: 96px 0px;
}
.courseContent .courseTip, .couseBeginning .courseTip{
	color:#f28d00;
	font-size:14px;
	font-family: 'latoxbold';
	text-transform:uppercase;
	letter-spacing:0.2em;
	margin-bottom:32px;
}
.courseContent h2, .couseBeginning h2{
	color: #664b3d;
    font-size: 40px;
    margin-bottom: 48px;
    letter-spacing: .05em;
    font-weight: normal;
}
.couseBeginning{
    margin-top:300px;
}
.beginButton{
    display:block;
    font-size:16px;
    float:left;
    color:#f28d00;
    background-color:#fff;
    padding:24px 48px;
    font-family: 'latoxbold';
    margin-top:32px;
    text-decoration:none;
    cursor:pointer;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-transition:all 0.2s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;;
    transition:all 0.2s ease-in-out;;
}
.beginButton:hover{
    transform:scale(1.06);
}
.couseBeginning h2, .couseBeginning .courseTip{
    color:#fff;
    margin-bottom:16px;
}
.couseBeginning h2{
    font-size:56px;
    letter-spacing:-0.05em;
    -moz-text-shadow:0px 2px 0px rgba(0,0,0,.10);
    -webkit-text-shadow:0px 2px 0px rgba(0,0,0,.10);
    text-shadow:0px 2px 0px rgba(0,0,0,.10);
}
.courseContent h2 span, .couseBeginning h2 span{
	font-family: 'latolight';
}
.contentImgBox{
	float:left;
	width: 37.41%;
    margin-right: 2.918%;
	position:relative;
	cursor:pointer;
}
.contentVideo{
    border: 1px solid rgba(0,0,0,0.05);
}
.contentImgBox .courseThumb{
	width:100%;
    margin-top: -32px;
}
.contentImgBox.contentVideo .courseThumb{
      width: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    max-width: 100%;
    pointer-events:none;
}
.contentImgBox .iconVideoPlay{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:auto;
       
}
.contentImgBox.contentVideo .iconVideoPlay{
     position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
        z-index:-1;
        pointer-events:none;
}
/*.videoImgPEN{
    z-index:-1 !important;
}*/
.contentParaBox{
	float:left;
	width: 59.672%;
}
.contentParaBox p{
	color:#664b3d;
	font-size:16px;
	line-height:32px;
	text-align: justify;
	margin-bottom:32px;
}
.contentParaBox p span{
	font-family: 'merriweather_extendedLtIt';
	font-weight:bold;
}
.contentButtons ul li{
	list-style:none;
	display:inline-block;
}
.contentButtons ul li a{
	color:#fff;
}
.contentButtons ul li.courseLength a{
	font-family: 'latolight';
	color:#664b3d;
}
.languageBox .contentImgBox{
	float:right;
	margin-right: 0;
	width: 47.628%;
}
.languageBox .contentParaBox{
	width: 49.453%;
    margin-right: 2.918%;
}
.contentBullet ul{
	padding-left:16px;
}
.contentBullet ul li{
	line-height:32px;
	color: #664b3d;
	text-align: left;
}
.appContent{
	margin-bottom:138px;
}
.goToApp ul li{
	list-style:none;
	display:inline-block;
}
.goToApp ul li a{
	display:block;
	max-width:164px;
}
.goToApp ul li.apple{
	margin-right:24px;
}
.goToApp ul li a img{
	width:100%;
}
.appContent h2{
	margin-bottom:96px;
}
.sectionLanding{
    display: table;
    width: 100%;
    height: 100%;
    position:absolute;
}
.landingLeft{
    width: 66.667%;
    background-image: url(/Content/image/bg_rasmulkhat_lander.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    display: table-cell;
}
.landingLeftContent{
    height:100%;
    padding-left:128px;
    background: -moz-linear-gradient(315deg, rgba(255,191,102,.9) 0%, rgba(255,166,225,.9) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255,191,102,.9)), color-stop(100%, rgba(255,166,225,.9))); /* safari4+,chrome */
background: -webkit-linear-gradient(315deg, rgba(255,191,102,.9) 0%, rgba(255,166,225,.9) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(315deg, rgba(255,191,102,.9) 0%, rgba(255,166,225,.9) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(315deg, rgba(255,191,102,.9) 0%, rgba(255,166,225,.9) 100%); /* ie10+ */
background: linear-gradient(135deg, rgba(255,191,102,.9) 0%, rgba(255,166,225,.9) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf66', endColorstr='#ffa6e1',GradientType=1 ); /* ie6-9 */

}
.landingRight{
    width: 33.334%;
    background: #fff;
    height: 100%;
    position: relative;
    right: 0;
    padding-left: 80px;
    display: table-cell;
    vertical-align:middle;
    z-index: 9;
}
.landingRightMenu ul li{
    font-size:20px;
    margin-bottom:48px;
    color:#4c4c4c;
    list-style:none;
    background-image:url(/Content/image/Bullet.png);
    background-repeat:no-repeat;
    background-position: 0 12px;
    padding-left: 16px;
}
.landingRightMenu ul li:last-child{
    margin-bottom:0px;
}
.landingLogo{
    margin: 32px 0 0;
}
.landingLogo p{
    color:#ffffff;
}
.landingRightShadow{
    width: 33.334%;
    height: calc(100% - 32px);
    top: 16px;
    right: 0;
    position:absolute;
    -moz-box-shadow:0px 0px 16px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 0px 16px rgba(0,0,0,0.2);
    box-shadow:0px 0px 16px rgba(0,0,0,0.2);
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.landingShadow2{
    height:calc(100% - 128px);
    top:64px;
}
.footerContent{
	padding-bottom:43px;
}
.footerList{
	float:left;
}
.footerList ul li{
	display:inline-block;
	margin-right:32px;
}
.footerList ul li a, .footerContent .copyright, .footerContent .copyright a{
	font-size:14px;
	text-decoration:none;
	color:#666666;
	padding-bottom:4px;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.footerContent a:hover, .copyright a{
	border-bottom:1px solid #666666;
}
.footerContent .copyright{
	float:right;
}

/* About Wrapper */

.aboutWrapper{
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(254,255,252,1) 50%, rgba(240,242,237,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240,242,237,1)), color-stop(50%, rgba(254,255,252,1)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(254,255,252,1) 50%, rgba(240,242,237,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(254,255,252,1) 50%, rgba(240,242,237,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(254,255,252,1) 50%, rgba(240,242,237,1) 100%); /* ie10+ */
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(254,255,252,1) 50%, rgba(240,242,237,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2ed', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
}
.aboutContent{
	padding: 160px 0px;
}
.aboutContent h1{
	font-size:40px;
	font-weight:normal;
	color:#664b3d;
	font-family: 'latolight';
	margin-bottom:64px;
}
.aboutContent p{
	font-size:16px;
	color:#664b3d;
	line-height:32px;
	margin-bottom:32px;
	text-align: justify;
}
.aboutContent p span{
	font-family: 'MerriweatherBoldItalic';
}


/* legal page */

.leftContent{
	width: 65.694%;
	float:left;
	margin-right:5.8382%;
}
.rightContent{
	width: 28.4678%;
	float:right;
	padding-top: 96px;
	position:relative;
    padding-left: 32px;
}
.rightContent h5{
    color:#664b3d;
    font-size:24px;
    font-family: 'latolight';
    margin-bottom: 32px;
    display:none;
}
.legalContentMenu ol{
    padding-left:16px;
}
.legalContentMenu.rightMenuFixed{
	padding-top:0;
}
.rightMenuFixed .rightMenu{
	position:fixed;
	top: 96px;
}
.legalSection{
	padding-bottom: 64px;
}
.legalContentMenu ol li{
	margin-bottom:32px;
}
.legalContentMenu ol li:last-child{
	margin-bottom:0px;
}
.legalContentMenu ol li a{
	font-size:16px;
	color:#664b3d;
	text-decoration:none;
}
.leftContent h6{
	margin-bottom:32px;
	font-family: 'latoxbold';
	font-size:14px;
	color:#f28d00;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	
}
.leftContent p{
	margin-bottom:64px;
	
}
.leftContent p a{
	color:#f28d00;
	font-family: 'latoxbold';
}
.leftContent ol{
	padding-left:12px;
}
.leftContent ol li, .leftContent ul li{
	font-size: 16px;
    color: #664b3d;
    line-height:2em;
    margin-bottom:32px;
}
.activeRightMenu{
	font-weight:bold;
}
/* contact start */

.formContainer form{
	margin:auto;
}
.formContainer .formField{
	position:relative;
}
.formContainer .formField p{
	font-size:18px;
	font-family: 'latolight';
	color:#b2b2b2;
	text-transform:uppercase;
	position: absolute;
	top:24px;
	text-align:left;
	pointer-events:none;
	
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.formContainer .formField.inputAnim p{
	top: 0px;
    font-size:12px;
}
.formContainer .formField:after{
	content:"";
	width:0;
	height:1px;
	background:#f2ac49;
	position:absolute;
	bottom:24px;
	left:0;
	
    -moz-transition:all 0.5s;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
}
.msgField:after{
	bottom:26px !important;
}
.formContainer .formField.bdrChange:after{
	width:100%;
}
.formContainer .formField .clearField{
	width:8px;
	height:8px;
	border:0;
	background:url(/Content/image/icon-closeBlackSmall.png)no-repeat center;
	position:absolute;
	right:0;
	top: 26px;
    opacity: .4;
    cursor:pointer;
    display:none;
}
.formContainer form input, .formContainer form textarea{
	width:100%;
	border:none;
	border-bottom:1px solid #b2b2b2;
	height:64px;
	font-size:18px;
	font-family: 'latolight';
	text-transform:uppercase;
	background:none;
	margin-bottom:24px;
}
.formContainer form input::-ms-clear{
	display:none;
}
.formContainer form textarea{
	height:192px;
	resize: none;
	padding-top:24px;
}
.formContainer form input:focus, .formContainer form textarea:focus{
	outline:none;
}
.formContainer button{
	border:none;
	cursor:pointer;
	margin-top:48px;
}
.addressContainer p a{
	text-decoration:none;
	color:#000;
	/*border-bottom:1px solid #000;
	padding-bottom:4px;*/
}

.videoContainerCourse{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-bottom: 0;
}
.videoContainerCourse iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.snglBgImg {
    position: absolute;
    right: 0;
    top: -140px;
    max-width: 348px;
}
.logInNotification {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #ff2d2d;
    z-index: 1;
    text-align: center;
    padding: 14px 8px;
}
    .logInNotification p {
        color: #ffffff;
        font-size: 22px;
    }
    .logInNotification i {
        position: absolute;
        right: 14px;
        font-size: 36px;
        font-style: normal;
        color: #fff;
        top: 0;
        cursor:pointer;
    }
/* percentage circle*/
.hdrPrgrs .single-chart {
    width: 32px;
    justify-content: space-around;
    /* margin: auto; */
    display: inline-block;
    vertical-align: middle;
    float:none;
}

.hdrPrgrs .circular-chart {
    max-width: 32px;
    max-height: 32px;
    /*background-color: #ad7bdf;*/
    background-color: transparent;
    background-image: url(/Content/image/PrgrsBg.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
    box-shadow:none;
    /*box-shadow: 0px 4px 10px rgb(102 102 102 / 25%);*/
}

.hdrPrgrs .circle-bg {
    fill: none;
    stroke: #d9d9d9;
    stroke-width: 3.8;
}

.hdrPrgrs .circle {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
    position: relative;
}

    .hdrPrgrs .circle::after {
        content: "";
        position: absolute;
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background-color: #fff;
    }

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.hdrPrgrs .circular-chart.orange .circle {
    stroke: #ffb0b2;
    /*stroke-dasharray: 500;*/
    -webkit-animation: dash 2s ease;
    animation: dash 2s ease;
    display: inline-block;
}

.hdrPrgrs .circular-chart.green .circle {
    stroke: #4cc790;
}

.hdrPrgrs .circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.hdrPrgrs .percentage {
    fill: #ffffff;
    font-family: sans-serif;
    font-size: 10px;
    text-anchor: middle;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: bold;
}
.hdrRightCon {
    float:right;
}
.imgHdngCon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 64px;
}
.imgHdng {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    position:relative;
}
    .imgHdng h2 {
        font-size: 14px;
        font-family: 'latoxbold';
        cursor:pointer;
    }
    .imgHdng h2 i {
        position:relative;
        top:3px;
        font-size:16px;
    }
.progressPopup {
    padding:16px 14px;
    top:54px;
}
.progressPopup h3 {
    font-size:14px;
    margin:0;
}
.progressPopup p {
    font-size: 12px;
    color: #a6a6a5;
    margin-top:12px;
}
    .progressPopup a {
        font-size: 12px;
        color: #00aaff;
        margin-top: 10px;
        text-transform: uppercase;
        text-decoration: none;
        font-family: 'latoxbold';
        display:block;
    }
    .progressPopup .dwnCertificate {
        background-color: #00aaff;
        color: #ffffff;
        padding: 12px 16px;
        display: inline-block;
        border-radius: 2px;
    }
        .progressPopup a i {
            position: relative;
            left: 0;
            top: 4px;
            font-size: 18px;
        }


    /*Css Starts for Notification Login Issue*/

.not-show-n{
display:none;
}

.one-popup-detail {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 995;
    display: none;
    overflow-y: auto;
}

.flexbox {
    display: flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
}
.one-popup-detail {
    height: 100%;
}

.one-popup-detail {
    right: 0;
    bottom: 0;
    /*padding-bottom: 10%;*/
}

    .flexbox.h-centr {
        justify-content: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        align-items: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
    }

.complete-popup-box {
    width: 612px;
    border-radius: 10px;
    background-color: #ffff;
    padding: 30px;
    margin: auto;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    position: relative;
}

/*.complete-popup-box {
    margin: 40px auto auto auto;
}

.complete-popup-box {
    max-width: 94%;
    padding: 20px 20px 25px 20px;
}*/

    .complete-popup-box .TECloseBtn {
        position: absolute;
        top: 13px;
        border-radius: 5px;
        padding: 5px;
        background: #eff4f7;
        right: 22px;
        cursor: pointer;
    }

.TECloseBtn .rico-close {
    font-size: 18px;
    font-style: normal;
    padding: 0 5px;
    line-height: 15px;
}

.complete-popup-box-c {
    padding: 0px 0 0 0;
}

.if-youI-facing {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #212121;
    margin: 20px 0 10px 0;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
}
.if-youI-facing-issue {
    margin: 20px 0 10px 0;
}
    .if-youI-facing-issue span {
        font-size: 17px;
        line-height: 24px;
        color: #00aaff;
        font-family: 'latoxbold';
    }

    .if-youI-facing-issue p {
        font-size: 15px !important;
        font-weight: 500;
        line-height: 22px;
        color: #77838f;
        text-align: justify;
    }
.if-youI-facing-issu-b {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 20px;
    color: #212121;
}

    .if-youI-facing-issu-b a {
        color: #00aaff;
        text-decoration: none;
    }


.borrom-l-box {
    background-color: #f67677;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 15px;
    color: #fff;
}

.borrom-l-box-text {
    display: flex;
    align-items: center;
    justify-content: center;
}
.borrom-l-text {
    font-size: 15px;
    color: #fff;
    font-family: 'latoxbold';
}

.overFlowHidden{
    overflow:hidden;
}

.borrom-l-close {
    font-size: 20px;
    color: #fff;
    padding-left: 5px;
}

.arrow-up-sm {
    padding: 1px 25px;
    color: #fff !important;
    text-decoration:none;
}

/*Css Starts for Notification Login Issue*/


/*media start*/
@media all and (max-width:1440px) {
    .bannerContainer {
	    padding-top: 136px;
	}
	.bannerContainer h1 { 
	    margin-bottom: 32px;
	}
    .landingLeftContent{
        padding-left: 64px;
    }
    .couseBeginning {
        margin-top: 224px;
    }
    .landingRightMenu ul li{
        font-size:16px;
        background-position: 0 8px;
    }
    .landingRight{
        padding-left: 56px;
        height:auto;
        padding-bottom:64px;
    }

        .logInNotification p {
            font-size: 18px;
        }
        .logInNotification i {
            font-size: 28px;
            top: 6px;
        }
}



@media all and (max-width:1024px){
	.bannerContainer {
	    padding-top: 64px;
	}
	.bannerContainer h1 {
	    font-size:36px;
	}
    .landingLeftContent{
        padding-right:64px;
    }
    .sectionLanding{
        display:block;
    }
    .landingLeft, .landingRight{
        width:100%;
        display:block;
    }
    .landingLeft{
        margin-bottom:64px;
    }
    .landingRightShadow,.landingShadow2{
        display:none;
    }
}

@media all and (max-width:992px){
    /*header{
        padding:8px 0px;
    }*/

    .logoContainer img {
        width: auto;
        margin-left: 30px;
    }
    .homeContainer {
        padding: 0px 16px;
    }
	.bannerContainer{
		text-align:center;
	}
	.headerBannerSection .bannerImage{
		margin-top: 248px;
	}
    .headerButton {
        /*position: absolute;*/
        right: 16px;
        top: 16px;
        width: auto !important;
    }
        /*.headerButton ul li.courseSignUp, .woffle {
            margin-top: 6px;
        }*/
    .bannerButtons li.courseResume{
        margin-right:0;
    }
    .bannerButtons{
        text-align:center;
    }
	.logoContainer, .headerButton{
		width: 100%;
	    text-align: left;
	    /*margin-bottom: 48px;*/
	}
	.taglineContent{
		text-align:center;
	}
	.taglineContent h2{
		float:none;
	}
	.taglineContent p{
		top: 16px;
    	left: calc(50% - 96px);
	}
	.courseContent{
		text-align:center;
		padding: 48px 0px;
	}
	.contentImgBox, .contentParaBox, .languageBox .contentImgBox, .languageBox .contentParaBox{
		float: none;
    	margin: 0px auto 32px !important;
    	width: 100%;
	}
	.contentParaBox p{
		text-align-last:center;
	}
    /*.contentBullet ul li{
        list-style:none;
        text-align:center;
    }*/
	.leftContent, .rightContent{
		width:100%;
        padding-left: 0;
	}
    .leftContent{
        margin-top:96px;
    }
	.aboutContent{
		padding:64px 0px;
	}
    .rightMenuFixed .rightMenu{
	    position:relative;
	    top: 96px;
    }
    .legalContentMenu{
        padding-left: 48px;
        border-left: 1px solid #664b3d;
        padding: 8px 0px 8px 42px;
        margin-left: 40px;
    }
    .aboutWrapper{
        background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(254,255,252,1) 50%, rgba(240,242,237,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240,242,237,1)), color-stop(50%, rgba(254,255,252,1)), color-stop(99%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(254,255,252,1) 50%, rgba(240,242,237,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(254,255,252,1) 50%, rgba(240,242,237,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(254,255,252,1) 50%, rgba(240,242,237,1) 100%); /* ie10+ */
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 1%, rgba(254,255,252,1) 50%, rgba(240,242,237,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2ed', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
    }
    .beginButton{
        max-width: 256px;
        margin: auto;
        float: none;
        margin-top: 64px;
    }
    .couseBeginning h2{
        line-height: 72px;
    }
    .rightContent h5{
        display:block;
    }
    .userMenu, .woffleMenu, #LogOut {
        left: 0;
        right: 0;
        transform:translateY(-50%);
        top:50%;
        margin: auto;
        position: fixed;
        -moz-box-shadow: 0px 6px 6px rgba(0,0,0,.3);
        -webkit-box-shadow: 0px 6px 6px rgba(0,0,0,.3);
        box-shadow: 0px 4px 6px rgba(0,0,0,.3);
        z-index:999;
    }
    .progressPopup {
        top:112px;
    }
        .userMenu:before, .woffleMenu:before, #LogOut:after, #LogOut:before {
            display: none;
        }
    .logInNotification {
        padding: 24px 8px;
    }
    .logInNotification p {
        font-size: 16px;
        line-height: 20px;
    }

    .logInNotification i {
        font-size: 24px;
        right:8px;
        top:0;
    }
    .imgHdngCon {
        margin-right:16px;
    }
    .imgHdng h2 {
        display:none;
    }
    .userMenu:before, .woffleMenu:before, .userMenu:after, .woffleMenu:after {
        left:72%;
    }
    .progressPopup:before, .progressPopup:after {
        display: block;
        left: 52%;
    }
}
@media all and (max-width:768px){
	.headerContent{
		padding: 0px;
	}
	.logoContainer{
		margin-bottom: 0px;
        margin-top: 5px;
	}
	.bannerContainer h1 {
	    line-height: 36px;
	}
	.courseContent h2{
		line-height: 48px;
		font-size: 36px;
	}
	.footerContent{
		text-align:center;
        padding-bottom: 32px;
	}
	.footerList ul li{
		margin-right:8px;
		margin-left:8px;
		
	}
	.footerList{
		float:none;
		margin-bottom:8px;
	}
	.footerContent .copyright{
		float:none;
		line-height: 32px;
	}
    .leftContent h6{
        letter-spacing: 0.05em;
    }
    .landingLogo{
        margin:auto;
    }
    .couseBeginning {
        margin-top: 128px;
    }
    .landingLeftContent {
        padding-left: 32px;
        padding-right:32px;
    }
    .couseBeginning h2 {
        line-height: 42px;
        font-size: 32px;
    }
    .beginButton{
        padding: 20px 34px;
    }
    .landingRight{
        padding-left: 48px;
    }
    .landingRightMenu ul li{
        font-size:12px;
    }
    .snglBgImg {
        max-width: 210px;
        opacity: 0.2;
        top: -38px;
        right: -16px;
    }
}
@media all and (max-width:640px){

    .bannerButtons li a {
        font-size: 16px;
        line-height: 28px;
    }
        .bannerButtons li a .btnBg.btnResume {
            background-position: 0 8px;
            height:32px;
        }
        .bannerContainer {
            padding-top: 32px;
        }
	.bannerContainer h1 {
	    font-size: 26px;
	}
	.taglineCourse{
		padding-bottom:128px;
	}
    .taglineContent h2 {
        font-size: 22px;
        line-height: 40px;
        /*font-size: 24px;
        line-height: 48px;*/
    }
	.courseContent h2 {
	    line-height: 39px;
	    font-size: 24px;
	}
	.appContent h2{
		margin-bottom:48px;
	}
    .taglineContent h2 br {
        display:none;
    }

    .complete-popup-box {
    margin: 40px auto auto auto;
}

.complete-popup-box {
    max-width: 94%;
    padding: 20px 20px 25px 20px;
}

	
}
@media all and (max-width:480px){
	.bannerButtons li{
		width: 100%;
	    margin: 8px 0px;
	    text-align: left;
	    padding-left: 32px;
	}
        .bannerButtons li.courseResume {
            font-size:14px;
            width:auto;
            padding-left:0;
        }
            .bannerButtons li.courseResume a {
                font-size: 14px;
                line-height: normal;
            }
	.goToApp ul li.apple{
		margin-right:0px;
		margin-bottom:16px;
	}
	.logoBox{
		margin-right: 96px;
	}
	.logoBox p{
		right: -80px;
	}
	.headerBannerSection .bannerImage{
		margin-top: 390px;
	}
	.bannerContainer{
		padding-top:0px;
	}
    .leftContent ul{
        padding-left:16px;
    }
}

/* Apple iPad */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
     
}