/* Minification failed. Returning unminified contents.
(1365,23): run-time error CSS1038: Expected hex color, found '#ffff'
(1368,35): run-time error CSS1046: Expect comma, found '0'
(1368,39): run-time error CSS1046: Expect comma, found '/'
(2880,33): run-time error CSS1046: Expect comma, found '0'
(2880,36): run-time error CSS1046: Expect comma, found '/'
 */

/* Nato nastaliq urdu regular */
@font-face {
    font-family: 'NotoNastaliqUrdu';
    src: url('/Content/fonts/NotoNastaliqUrdu-Regular.ttf') format('truetype');
    }

/* laila font */
@font-face {
    font-family: 'lailaregular';
    src: url('/Content/fonts/Laila-Regular.ttf') format('truetype');
         /*url('/Content/fonts/laila-regular-webfont.woff2') format('woff2'),
         url('/Content/fonts/laila-regular-webfont.woff') format('woff');*/
}

/* lato X */

@font-face {
    font-family: 'latoxbold';
    src: url('/Content/fonts/LatoX-Bold.ttf') format('truetype'), 
    	 url('/Content/fonts/latox-bold-webfont.woff2') format('woff2'),
         url('/Content/fonts/latox-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoxbold_italic';
    src: url('/Content/fonts/LatoX-BoldItalic.ttf') format('truetype'),
    	 url('/Content/fonts/latox-bolditalic-webfont.woff2') format('woff2'),
         url('/Content/fonts/latox-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoxitalic';
    src: url('/Content/fonts/LatoX-Italic.ttf') format('truetype'),
    	 url('/Content/fonts/latox-italic-webfont.woff2') format('woff2'),
         url('/Content/fonts/latox-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoxregular';
    src: url('/Content/fonts/LatoX-Regular.ttf') format('truetype'),
    	 url('/Content/fonts/latox-regular-webfont.woff2') format('woff2'),
         url('/Content/fonts/latox-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('/Content/fonts/Lato-Light.ttf') format('truetype'),
    	 url('/Content/fonts/lato-light-webfont.woff') format('woff'),
         url('/Content/fonts/lato-light-webfont.woff2') format('woff');
    font-weight: normal;
    font-style: normal;

}



/* Edwardian script font */

@font-face {
	font-family: 'Edwardian Script ITC';
	src: url('/Content/fonts/EdwardianScriptITC.eot');
	src: url('/Content/fonts/EdwardianScriptITC.eot?#iefix') format('embedded-opentype'),
		url('/Content/fonts/EdwardianScriptITC.woff') format('woff'),
		url('/Content/fonts/EdwardianScriptITC.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


/* merriweather font */

@font-face {
    font-family: 'merriweather_extendedLtIt';
    src: url('/Content/fonts/MerriweatherExtended-LightItalic.ttf') format('truetype'),
    	 url('/Content/fonts/merriweatherextended-lightitalic-webfont.woff2') format('woff2'),
         url('/Content/fonts/merriweatherextended-lightitalic-webfont.woff') format('woff');
}
@font-face {
    font-family: 'merriweatherlight';
    src: url('/Content/fonts/Merriweather-Light.ttf') format('truetype'),
         url('/Content/fonts/merriweather-light-webfont.woff2') format('woff2'),
         url('/Content/fonts/merriweather-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'merriweatherregular';
    src: url('/Content/fonts/Merriweather-Regular.ttf') format('truetype'),
         url('/Content/fonts/merriweather-regular-webfont.woff2') format('woff2'),
         url('/Content/fonts/merriweather-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'MerriweatherBold';
	src: url('/Content/fonts/Merriweather-Bold.eot');
	src: url('/Content/fonts/Merriweather-Bold.eot?#iefix') format('embedded-opentype'),
		url('/Content/fonts/Merriweather-Bold.woff') format('woff'),
		url('/Content/fonts/Merriweather-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'MerriweatherBoldItalic';
	src: url('/Content/fonts/Merriweather-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

/* cormorant */

@font-face {
    font-family: 'cormorant_garamondmedium';
    src: url('/Content/fonts/CormorantGaramond-Regular.ttf') format('truetype'),
    	 url('/Content/fonts/cormorantgaramond-medium-webfont.woff2') format('woff2'),
         url('/Content/fonts/cormorantgaramond-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/* Merriweather Heavy Fonts */
@font-face {
    font-family: 'merriweatherheavy';
    src:url('/Content/fonts/MerriweatherHeavy.otf') format('otf'), 
    	url('/Content/fonts/merriweather_heavy-webfont.woff2') format('woff2'),
        url('/Content/fonts/merriweather_heavy-webfont.woff') format('woff');
}


/* Lato Black */
@font-face {
    font-family: 'latoblack';
    src: url('/Content/fonts/Lato-Black.ttf') format('truetype'), 
    	 url('/Content/fonts/lato-black-webfont.woff2') format('woff2'),
         url('/Content/fonts/lato-black-webfont.woff') format('woff');
}

/* Lato Bold */
@font-face {
    font-family: 'latobold';
    src: url('/Content/fonts/Lato-Bold.ttf') format('truetype'),
    	 url('/Content/fonts/lato-bold-webfont.woff2') format('woff2'),
         url('/Content/fonts/lato-bold-webfont.woff') format('woff');
 }
 
/* Lato Regular */ 
@font-face {
    font-family: 'latoregular';
    src: url('/Content/fonts/Lato-Regular.ttf') format('truetype'), 
         url('/Content/fonts/lato-regular-webfont.woff2') format('woff2'),
         url('/Content/fonts/lato-regular-webfont.woff') format('woff');
}

/* Oswald Regular */

@font-face {
    font-family: 'oswaldregular';
    src: url('/Content/fonts/Oswald-Regular.ttf') format('truetype'), 
         url('/Content/fonts/oswald-regular-webfont.woff2') format('woff2'),
         url('/Content/fonts/oswald-regular-webfont.woff') format('woff');
}


/* Oswald Bold */

@font-face {
    font-family: 'oswaldbold';
    src: url('/Content/fonts/Oswald-Bold.ttf') format('truetype'),
    	 url('/Content/fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('/Content/fonts/oswald-bold-webfont.woff') format('woff');
}





















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) {
     
}
.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;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  line-height: 1;
  margin: 0;
}
a {
  text-decoration: none;
}
.bodyOverflow {
    overflow:hidden;
    position:fixed;
    width:100%;
}

.container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
  padding: 0px 28px;
  box-sizing: border-box;
}
section {
  padding: 28px 0px;
}
.mainNav {
  padding: 0px;
}
.mainNav .container {
  padding: 0px;
}
.bnrImg {
  padding-top: 108px;
}
.bnrImg img {
  width: 100%;
}
.bnrContent {
  text-align: center;
}
.bnrContent h1 {
  font-size: 26px;
  text-transform: uppercase;
  color: #393939;
  letter-spacing: 0.05em;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
}
    .bnrContent h2 {
        font-size: 26px;
        color: #00aaff;
        font-weight: 600;
    }
    .bnrContent h3 {
        font-size: 15px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        margin: 12px 0 0;
        color: #666666;
    }
.bnrContent .signUp {
  width: 173px;
  height: 40px;
  font-size: 14px;
  letter-spacing:0.05em;
  font-weight: 600;
  line-height: 40px;
  background-color: #00aaff;
  border-radius: 50px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
}
.mnCon {
  background: #f5f5f5;
  box-shadow: 2px 0px 5px rgba(204, 204, 204, 0.5);
  margin-top: 20px;
}
.mnCon ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.mnCon ul li {
  display: inline-block;
}
    .mnCon ul li a {
        padding: 20px 0px 20px 38px;
        font-size: 14px;
        font-weight: 600;
        color: #000000;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 0.1em;
    }
    .mnCon ul li a:hover, .mnCon ul li a.active {
        color: #00aaff;
    }
.abtCon {
  text-align: center;
}
.secHdngCon {
  text-align: center;
}
.secHdng {
    color: #c44b8f;
    font-size: 22px;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    font-weight: 600;
}
.secHdng i{
    position:relative;
    top:5px;
    margin-left:-5px;
}
 
.imgBox img {
  margin-top: 32px;
  max-width: 100%;
}
.abtPr {
  margin-top: 24px;
}
.abtPr p {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  text-align: left;
}
.abtPr p:last-child {
  margin-top: 24px;
}
.darkSec {
  background-color: #f5f6fb;
  padding: 20px 0px;
}
.rvwCon {
  text-align: center;
  margin-top: 20px;
}
.drkHdngCon {
  margin-top: 32px;
  padding: 0px 40px;
  padding: 0px 40px 28px;
  box-sizing: border-box;
}
.drkHdngCon:last-child {
  padding-bottom: 0px;
}
.avgRtnCon {
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.drkHdngCon h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #393939;
  text-align: left;
  font-weight:800;
}
.rtngCon {
    text-align:left;
}
.rtngStr {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 20px;
}
.rtngStr i {
  color: #00aaff;
  font-size: 32px;
  margin-left: -12px;
}
.percText {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 800;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: 22px;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #666666;
    width:30px;
}
.rangeCon {
  width: 100%;
  height: 12px;
  background: #f5f6fb;
  border: 1px solid #dcdfeb;
  border-radius: 10px;
  position: relative;
  margin-top: 4px;
}
.rangeCon .rangePerc {
  width: 0;
  height: 10px;
  background: #00aaff;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  transition:all 0.5s;
}
.enrollCon h4 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #00aaff;
  margin-top: 10px;
  text-align: left;
}
.inrWht {
  background-color: #ffffff;
  padding: 24px 16px;
  box-sizing: border-box;
}
.darkSec .container {
  padding: 0px 12px;
}
.rvwCon .imgBox {
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  padding-bottom: 24px;
}
.estDrCon {
  margin-top: 32px;
}
.estDrCon h3 {
  font-weight: 900;
  font-size: 16px;
  color: #393939;
}
.drDtl {
  background: #fafafa;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px 0;
  margin-top: 16px;
  display:table;
  width:100%;
}
.drDtl .drContent {
  border-right: 1px solid #e2e2e2;
  padding: 0px 15px;
  box-sizing: border-box;
  /*float: left;*/
  display:table-cell;
}
.drDtl .drContent:last-child {
  border-right: 0px;
}
.drDtl .drContent h4 {
  font-size: 20px;
  color: #333333;
}
.drDtl .drContent p {
  font-size: 14px;
  color: #434343;
  margin-top: 8px;
}
.cptCatContent {
  width: 50%;
  float: left;
  padding: 0px 12px;
  box-sizing: border-box;
  min-height: 135px;
  margin-top: 24px;
}
.cptCatContent h2 {
  font-size: 16px;
  color: #393939;
  line-height: 19px;
  font-weight:600;
}
.cptCatContent p {
  font-size: 14px;
  color: #888888;
  margin-top: 16px;
  line-height: 20px;
  text-align:initial;
}
.imgContent {
  margin-top: 24px;
}
.secHdngCon p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-top: 24px;
  text-align: left;
  font-weight:600;
}
.imgContent img {
  float: left;
  width: 195px;
  margin-top: 0px;
}
.jnContent {
    float: left;
    width: calc(100% - 195px);
    padding-top:0;
}
.jnContent h2 {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  padding-left:15px;
  font-weight:800;
}
    .jnContent h3 {
        font-size: 20px;
        line-height: 30px;
        color: #00aaff;
        padding-left: 15px;
        margin-top: 6px;
    }
.jnContent a {
  width: 112px;
  font-size: 12px;
  font-weight:600;
  height: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 50px;
  color: #ffffff;
  background-color: #00aaff;
  border: 1px solid #00aaff;
  display: block;
  margin-top: 10px;
}
.jnContent .trial {
  background: transparent;
  background: #f5f6fb;
  color: #00aaff;
  margin-top:0px;
}
.dtlList {
  margin-top: 24px;
}
.dtlList ul {
  margin: 0;
  padding: 0;
}
.dtlList ul li {
  font-size: 14px;
  line-height: 30px;
  padding-left: 24px;
  color: #666666;
  background-image: url(../image/listIcon.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 0px 8px;
  list-style-type: none;
}
.testmnl {
  background: #fafafa;
  padding: 24px 0px;
  padding: 24px 16px;
}
.testmnlList {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.tstmnlListSldr {
    cursor: pointer;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: -10px;
    -webkit-overflow-scrolling: touch;
}
.tstmnlCon {
  width: 180px;
  display:inline-block;
  text-align: center;
  vertical-align:top;
}
.tstmnlCon img {
  border-radius: 50px;
  padding: 4px;
  border: 2px solid #00aaff;
  width:92px;
  height:92px;
}
    .tstmnlCon h3 {
        margin-top: 20px;
        font-size: 14px;
        line-height: 17px;
        font-weight: bold;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #CCCCCC;
        white-space: normal;
        text-align: center;
        font-family: 'latoxbold';
    }
    .tstmnlCon.tstmnlConActive h3 {
        color: #666666;
    }
        .testmnlDtl {
            margin-top: 16px;
            padding: 0px 28px;
        }
.testMnlDtlContainer {
    margin-top: 18px;
    padding: 0px 24px 4px;
}
.tstmnlDtlContent {
  padding: 16px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  display:none;
}
.tstmnlDtlHdr {
  padding-left: 70px;
  position: relative;
}
.tstmnlDtlHdr img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.tstmnlDtlHdr h2 {
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #393939;
  position: relative;
  padding-bottom: 14px;
  font-weight:600;
}
.tstmnlDtlHdr h2::after {
  content: "";
  width: 150px;
  height: 2px;
  background-color: #00aaff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.rtngStrdrk.rtngStr {
  margin-left: 4px;
  margin-top:4px;
}
.tstmnlDtlHdr .percText {
    margin-top: 10px;
}
.rtngStrdrk.rtngStr i {
    color: #666666;
    font-size: 36px;
}
.rtngStrdrk.rtngStr .percText {
  margin-top: 2px;
  margin-left: 0px;
}
.tstmnlDtlHdrPr {
  margin-top: 22px;
}
.tstmnlDtlHdrPr p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.testMnlDtlContainer .bx-controls-direction {
  width: 92px;
  position: relative;
  top: -136px;
  left: -142px;
  z-index:1;
}
.testMnlDtlContainer .bx-wrapper .bx-prev {
  left: 0;
}
.testMnlDtlContainer .bx-wrapper .bx-controls-direction a:before {
  color: #ccc;
}
/* percentage circle*/
.single-chart {
  width: 60%;
  justify-content: space-around;
  margin: auto;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
  background-color: #ad7bdf;
  border-radius: 50px;
  box-shadow: 0px 4px 10px rgba(102, 102, 102, 0.25);
  background-image:none;
}

.circle-bg {
  fill: none;
  stroke: #ad7bdf;
  stroke-width: 3.8;
}

.circle {
  fill: none;
  stroke-width: 1;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
  position: relative;
}
.circle::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #fff;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange .circle {
  stroke: #fff;
}

.circular-chart.green .circle {
  stroke: #4cc790;
}

.circular-chart.blue .circle {
  stroke: #3c9ee5;
}

.percentage {
  fill: #ffffff;
  font-family: sans-serif;
  font-size: 10px;
  text-anchor: middle;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
}
.userPrcType {
  margin-top: 32px;
}
.usrPrcTypeContent {
  text-align: center;
  width: 50%;
  float: left;
  margin-bottom: 24px;
}
.usrPrcTypeContent h3 {
  color: #888888;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  text-align:center;
}
.usrPrcTypeContent h3 span {
  font-weight: bold;
  color: #000000;
}
.newsLogo {
  margin-top: 32px;
}
.newsLgCon {
  width: 50%;
  padding: 0px 10px;
  float: left;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.newsLgCon img {
    width:100%;
    height:70px;
}
.crtfctImg {
  margin-top: 26px;
}
.crtfctImg img {
  width: 100%;
}
.sbmtFrm {
  margin-top: 26px;
  text-align:center;
}
    .sbmtFrm input {
        width: 258px;
        height: 40px;
        border: 1px solid #cccccc;
        box-sizing: border-box;
        border-radius: 40px;
        font-size: 14px;
        color: #5a5555;
        font-weight: bold;
        padding-left: 32px;
        padding-right: 32px;
        letter-spacing: 0.05em;
    }
.sbmtFrm input:focus {
  outline: none;
}
    .sbmtFrm input::placeholder {
        color: #D3D3D3;
        opacity: 1; /* Firefox */
    }

    .sbmtFrm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #D3D3D3;
    }

    .sbmtFrm input::-ms-input-placeholder { /* Microsoft Edge */
        color: #D3D3D3;
    }
.nwsltr .secHdngCon {
  position: relative;
  padding-left:0;
}
    .nwsltr .secHdngCon p {
        max-width: 228px;
    }
.nwsltr .secHdngCon img {
  position: absolute;
  top: -42px;
  right: -28px;
  width:82px;
}
.sbmtBtn {
  width: 258px;
  height: 40px;
  line-height: 40px;
  background: #00aaff;
  border: 1px solid #00aaff;
  box-sizing: border-box;
  border-radius: 40px;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 14px;
  font-weight:600;
  padding-left:14px;
}
    .sbmtBtn i {
        font-size: 20px;
        position: relative;
        top: 4px;
        display:none;
    }
.cprtSec {
    padding: 25px 0px 0px;
}
.cprt {
  text-align: center;
}
.cprt p {
  font-size: 10px;
  text-transform: uppercase;
  color: #101214;
  line-height:35px;
  text-align:center;
}
.footerScl {
  background: #00aaff;
  padding: 10px;
  text-align:center;
}
.footerScl p {
    display:none;
    font-size:12px;
    color:#fff;
}
.ftrSclList {
    text-align:center;
}
.ftrSclList li {
  list-style: none;
  display:inline-block;
  margin-right: 10px;
}
.ftrSclList li:last-child {
  margin-right: 0px;
}
.ftrSclList li a {
  color: #ffffff;
}
.linkedin-icon {
    height: 30px;
    width: 30px;
}
.ftrSclList li a i {
  font-size: 36px;
}
.inrGrey {
  background: #fafafa;
  padding: 32px 20px;
}
.popUpcon {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
  display: none;
  top:0;
  left:0;
}
.darkBg {
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
}
.popUpContent {
    background-color: #ffffff;
    padding: 24px;
    position: absolute;
    left: 0;
    right: 0;
    max-height: 100%;
    overflow: auto;
}
.ppSecHdng {
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
  color: #000000;
  margin-top: 0px;
}
.inputCon {
  margin-top: 30px;
  text-align:left;
}
.inputCon label {
  font-size: 14px;
  
  color: #636363;
}

    .inputCon label span{
        font-size:18px;
    }
    .inputCon input {
        width: 100%;
        height: 40px;
        padding: 8px;
        background: #ffffff;
        border: 1px solid #c4c4c4;
        box-sizing: border-box;
        border-radius: 6px;
        margin-top: 10px;
    }
    .inputCon input:focus {
        outline:none;
    }
.frmBtns {
  margin-top: 32px;
  text-align:center;
}
    .frmBtns a {
        width: 100%;
        height: 40px;
        line-height: 40px;
        letter-spacing: 0.05em;
       
        font-size: 14px;
        
        color: #ffffff;
        background-color: #c44b8f;
        border-radius: 50px;
        border: 1px solid #c44b8f;
        box-sizing: border-box;
        display: block;
        text-align: center;
    }
.frmBtns .cnclBtn {
  background-color: transparent;
  color: #00aaff;
  margin-top: 16px;
  margin-bottom:16px;
}
.popUpContent .inrWht {
  padding: 0px;
  margin-top: 30px;
}
.subscribePpCont {
  text-align: center;
}
.popUpImgHdng h3{
    font-size:30px;
    line-height:42px;
    margin-top:16px;
    font-weight:600;
    color:#000000;
}
.popupPara {
  margin-top: 16px;
  padding: 0px 13px;
}
.popupPara p {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #666666;
}
.popupPara p br {
  display: none;
}
.popupPara .dndCnclIcon {
  margin-top: 16px;
}

.popupPara h2 {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    margin-top: 16px;
}
.dndCnclPara p {
  font-size: 16px;
  margin-top: 8px;
}
.sldrOvrlFlwWrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.sldrOvrlFlwInr {
    overflow-x: auto;
    padding-bottom: 10px;
    margin-bottom: -10px;
    -webkit-overflow-scrolling: touch;
}
.nLError {
    color: #f53232;
    font-size: 16px;
}
    .nLError i {
        position: relative;
        top: 8px;
    }
/* CheckBox CSS Rule Starts Here */
.RHPNCheckBoxWrap {
    margin-top:16px;
}
.RHPNCheckBoxWrap input {
    margin: 0px 4px 0px 0px;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkMark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
.RHPNCheckBoxWrap label:hover input ~ .checkMark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.RHPNCheckBoxWrap label input:checked ~ .checkMark {
    background-color: #2196F3;
    border: 1px solid #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkMark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.RHPNCheckBoxWrap input:checked ~ .checkMark:after {
    display: block;
}

/* Style the checkmark/indicator */
.RHPNCheckBoxWrap .checkMark:after {
    left: 6px;
    top: 2px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.RHPNCheckBoxWrap label input:checked ~ .checkMark:after {
    left: 3px;
    top: 0px;
}

.RHPNCheckBoxWrap label {
    display: block;
    margin-right: 24px;
    font-size: 14px;
    text-align: left;
    padding-left: 24px;
    margin-bottom: 4px;
    line-height: 20px;
    position: relative;
    direction: ltr;
    user-select: none;
    color: #404040;
    font-family: 'LatoXRegular','NotoDevanagariRegular','MehrNastaliqRegular';
}

    .RHPNCheckBoxWrap label a {
        color: #00aaff;
    }

.homeContainer.tkPage {
    box-shadow: none;
}

    .homeContainer.tkPage .frmBtns a{
        display:inline-block;
        margin:0 auto;
        width:61%;
    }
    /* CheckBox CSS Rule Ends Here */
    /* inner header css override start */
    .logoContainer {
        margin-bottom: 0;
        margin-top: 0;
        width: auto;
    }
.logoBox p {
    display:none;
}
.homeContainer {
    padding: 8px 16px;
    box-shadow: 0px 2px 10px #e2e2e2;
}
/*.hdrPrgrs {
    display:none !important;
}*/
.logoBox {
    max-width:120px;
    margin-right:0;
    margin-top:8px;
}
/* inner header css override end */

/* media query start */

/* feedback popup start  */
.check-box-flex {
    display: flex;
    flex-wrap: wrap;
}


.not-show-CouseComplete.ma_feedback-popup .complete-popup-box {
   
    overflow: scroll;
}


.not-show-CouseComplete.ma_feedback-popup .complete-popup-box {
    width: 764px;
    height: 80%;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(0 0 0/16%);
    padding: 40px 18px;
}

.not-show-CouseComplete.ma_feedback-popup h2 {
    font-size: 40px;
    color: #F67677;
    font-weight: 600;
    line-height: 49px;
}

.not-show-CouseComplete.ma_feedback-popup p {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0 10px 0;
}

.not-show-CouseComplete.ma_feedback-popup .ma-rate p {
    margin-bottom: 10px;
    line-height: 16px;
    font-size: 13px;
}

.not-show-CouseComplete.ma_feedback-popup .ma-rate .rate-box {
    position: relative;
    left: -10px;
}

    .not-show-CouseComplete.ma_feedback-popup .ma-rate .rate-box i {
        color: #CCCCCC;
        font-size: 40px;
    }

        .not-show-CouseComplete.ma_feedback-popup .ma-rate .rate-box i:last-child {
            color: #CCCCCC;
        }

.not-show-CouseComplete.ma_feedback-popup form input.form-control {
    width: 100%;
    height: 35px;
    border-radius: 34px;
    border: 1px solid #EDEDED;
    padding: 0 21px 0 21px;
    margin: 12.5px 0 20px 0;
    box-sizing: border-box;
}

    .not-show-CouseComplete.ma_feedback-popup form input.form-control.fa-margin {
        margin: 20.5px 0 20px 0;
    }

form {
    clear: both;
}

    form .form-group:first-child {
        position: relative;
    }

.validatemobilefield {
    position: absolute;
    bottom: 70px;
    left: 5px;
    color: #ff0000;
}



.validatesuggession {
    color: #ff0000;
    font-weight: 600;
    margin-bottom: 10px;
}



.rating {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    overflow: hidden;
    flex-direction: row-reverse; 
    position: relative;
}

.rating-0 {
    filter: grayscale(100%);
}

.rating > input {
    display: none;
}

.rating > label {
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: auto;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    /*transition: .3s;*/
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}


.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

    .emoji-wrapper:before,
    .emoji-wrapper:after {
        content: "";
        height: 15px;
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 1;
    }

    .emoji-wrapper:before {
        top: 0;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
    }

    .emoji-wrapper:after {
        bottom: 0;
        background: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%);
    }

.emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s;
}

    .emoji > svg {
        margin: 15px 0;
        width: 70px;
        height: 70px;
        flex-shrink: 0;
    }

#rating-1:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-100px);
}

#rating-2:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-200px);
}

#rating-3:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-300px);
}

#rating-4:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-400px);
}

#rating-5:checked ~ .emoji-wrapper > .emoji {
    transform: translateY(-500px);
}

.feedback {
}

.rating_new > input + label:before {
    display: inline-block;
    text-indent: -9999px;
    content: '';
    color: #ccc;
}

.rating_new > input:checked ~ label:before,
.rating_new > input + label:hover ~ label:before,
.rating_new > input + label:hover:before {
    content: "";
    color: #ffc700;
}

.check-box-flex {
    display: flex;
    flex-wrap: wrap;
}

.sq-radio {
    display: block;
    position: relative;
    width: 70px;
    height: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

    .sq-radio p {
        position: absolute;
        left: 30px;
    }

    .sq-radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.check-box-flex .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #333;
    background: transparent
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.sq-radio input:checked ~ .checkmark:after {
    display: block;
}

.chkbox.others-course .sq-radio .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 18px;
    height: 18px;
    border-radius:4px;
    background-color: #0075ff;
}

.not-show-CouseComplete.ma_feedback-popup .chkbox p {
    margin: 0 0 20px 0;
}

.not-show-CouseComplete.ma_feedback-popup form .form-check-label {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    margin-left: 0px;
    display: inline-flex;
    align-items: center;
}

.not-show-CouseComplete.ma_feedback-popup form .form-check-input {
    height: 18px;
    width: 18px;
    border: 1px solid #DDDDDD;
    cursor: pointer;
    margin-right: 15px;
}

.not-show-CouseComplete.ma_feedback-popup form .sq-radio .form-check-label {
    width: 70px;
    position: relative;
    top: 4px;
    left: 30px
}

.not-show-CouseComplete.ma_feedback-popup form .form-group.form-check {
    margin-right: 0;
    width: 28.33%;
    margin-bottom:5px;
}

.not-show-CouseComplete.ma_feedback-popup form .suggestion {
    font-size: 14px;
    font-weight: 400;
    color: #707070;
    display: block;
    margin: 10px 0 10px 0;
}

.not-show-CouseComplete.ma_feedback-popup form textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    margin-bottom: 20px;
    box-sizing: border-box;
    height:120px;
}

.not-show-CouseComplete.ma_feedback-popup form .others-course .form-group.form-check {
    margin-right: 0;
    width: 13.33%;
}

.not-show-CouseComplete.ma_feedback-popup .others-course p {
    margin: 0 0 10px 0;
}

.btn.skip.btn-primary {
    background: transparent;
    border: 1px solid #DDDDDD;
    color: #A7A7A7;
    margin-right: 10px;
}

.not-show-CouseComplete.ma_feedback-popup form .btn {
    margin-top: 30px;
    border: 1px solid;
    width: 118px;
    height: 38px;
    text-transform: inherit;
    background: #00aaff;
    border-radius: 50px;
    border: 1px solid #00aaff;
    color: #fff;
}

.not-show-CouseComplete.ma_feedback-popup form .form-btn {
    align-content: center;
    width: 100%;
    flex: 0 0 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.not-show-CouseComplete.ma_feedback-popup.feed-pop p {
    color: #666666;
    font-weight: normal;
}

.ma_feedback-popup.feed-pop .d-none {
    display: none;
}

.ma_feedback-popup.feed-pop .validatemobilefield {
    bottom: 55px;
    left: 0;
}

.ma_feedback-popup.feed-pop textarea {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}


.ma_feedback-popup.feed-pop .complete-popup-box .chkbox p {
    font-size: 12px;
    margin-bottom: 10px;
}

.ma_feedback-popup .validation_red {
    color: red;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
}

.ma_feedback-popup .ma-rate .validation_red {
    color: red;
    margin-bottom: 5px;
}

.not-show-CouseComplete.ma_feedback-popup .complete-popup-box {
    overflow: auto;
}

.ma_feedback-popup.feed-pop .validatemobilefield {
    bottom: 61px;
    font-size: 14px;
    font-weight: normal;
}

.ma_feedback-popup .rico-close{
    padding:0;
}

.not-show-CouseComplete.ma_feedback-popup.feed-pop{
    position:relative;
    z-index:999;
}

.not-show-CouseComplete .TECloseBtn .rico-close {
    font-size: 18px;
    font-style: normal;
    padding: 1px;
    line-height: 21px;
}
.not-show-CouseComplete .complete-popup-box .TECloseBtn {
    height:30px;
    width:30px;

}
/* feedback popup end  */
.sttcCon.inrWht .imgBox {
    text-align: center;
}

.activeUser + .new-overlay {
    background: #0000007a;
    position: fixed;
    content: '';
    height: 100vh;
    width: 100%;
    z-index: 999999999999;
    top: 0;
    left: 0;
    display: block;
}

.new-overlay {
    background: #0000007a;
    position: fixed;
    content: '';
    height: 100vh;
    width: 100%;
    z-index: 999999999999;
    top: 0;
    left: 0;
    display: block;
}

.keybullet{
    margin-top:12px;
}

.ntfStripe {
    z-index: 1;
}

.bodyOverflow #pageContent section {
    padding: 0;
    z-index: 0;
}

.letterLayout h2{
    margin-bottom:20px;
}

.primary-header h2.urduAlphabetHeading{
    font-size:12px !important;
    font-weight:normal !important;
}
.disColor label, .disColor input {
    color: #00aaff;
}

.inputCon.disColor.dFlexDiscount label, .inputCon.totalSpace.dFlexDiscount.ifnotavailable label {
    width: 110px;
    display: inline-block;
}
.inputCon.totalSpace.dFlexDiscount label {
    width: 110px;
    display: inline-block;
}
.dFlexDiscount input {
    width: 34%;
    /* height: 23px; */
    border: none;
    text-align: left;
    margin: 0;
}

/*.disColor.dFlexDiscount {
    width: 50%;
    float: left;
}*/

.inputCon.disColor.dFlexDiscount {
    height: 0;
    padding:0;
    margin: 30px 0 0 0;
}

.inputCon.totalSpace.dFlexDiscount.ifnotavailable {
    padding-top: 0px;
  
}

.frmBtns .cnclBtn {
    background-color: transparent;
    color: #c44b8f;
    margin-top: 16px;
    margin-bottom: 16px;
}
.frmFields .inputCon  .validatefield {
    margin-top: 10px;
}
.frmFieldsInner .inputCon:nth-child(2n+1) {
    clear: both;
}
@media screen and (min-width: 992px) {
    .inputCon.disColor.dFlexDiscount {
        margin-top:0px;
    }

    #totaldiscountdiv {
        display: flex;
        padding: 30px 0 0 6px;
        width:100%;
    }
    .inputCon.totalSpace.dFlexDiscount.ifnotavailable {
        clear: inherit;
        margin-top: 0px;
    }
    .disColor label, .disColor input {
        color: #00aaff;
    }

    .dFlexDiscount.totalSpace {
        margin-top:0px;
        clear: both;
    }

    .dFlexDiscount input {
        width: 20%;
        /* height: 23px;*/
        border: none;
        text-align: right;
        margin: 0;
    }
    .activeUser + .new-overlay {
        background: #0000007a;
        position: fixed;
        content: '';
        height: 100vh;
        width: 100%;
        z-index: 999999999999;
        top: 0;
        left: 0;
        display: contents;
    }


    .primary-header h2.urduAlphabetHeading {
        font-size: 18px !important;
        font-weight: normal !important;
    }
    .container {
        padding: 0px 32px;
    }

    .bnrContent {
        width: 50%;
        float: left;
        padding-top: 118px;
        text-align: left;
    }

        .bnrContent h1 {
            position: static;
            font-size: 30px;
            padding-bottom: 28px;
            display: inline-block;
            width: 373px;
            border-bottom: 1px solid #D9D9D9;
        }

        .bnrContent h2 {
            font-size: 40px;
            margin-top: 28px;
            font-weight: 800;
        }

        .bnrContent h3 {
            font-size: 18px;
            margin-top: 20px;
            letter-spacing: 0.1em;
        }

        .bnrContent .signUp {
            width: auto;
            font-size: 16px;
            padding: 0px 28px;
        }

    .bnrImg {
        padding-top: 0;
        float: right;
        width: 50%;
    }

    .secHdng {
        font-size: 30px;
    }

    .mnCon {
        text-align: center;
        margin-top: 0px;
    }
        .mnCon ul li a {
            padding: 20px 19px;
        }

    .abtCon {
        margin-top: 44px;
    }

    .inrWht {
        padding: 32px 62px;
    }
    .nwsltr.inrWht {
        padding: 32px 62px 64px 62px;
    }

    .abtCon .imgBox {
        width: 356px;
        float: left;
    }

    .abtPr {
        width: 780px;
        float: left;
        margin-top: -8px;
    }

        .abtPr p {
            font-size: 18px;
            line-height: 35px;
        }

    .rvwCon .imgBox {
        float: left;
        width: 20%;
        margin-top: 40px;
    }

    .rvwCon .avgRtnCon {
        float: left;
        width: 50%;
    }

    .rvwCon .nmbrPpl {
        float: left;
        width: 30%;
    }

    .drkHdngCon h3 {
        border-bottom: 1px solid #cccccc;
        padding-bottom: 16px;
    }

    .avgRtnCon {
        border-bottom: 0px;
        border-right: 1px solid #f0f0f0;
    }

    .rtngStr,
    .percText,
    .rangeCon {
        float: left;
        vertical-align: middle;
    }

    .rangeCon {
        width: 222px;
        margin-top: 30px;
        margin-left: 24px;
    }

    .rtngStr {
        margin-left: 0;
    }

    .percText {
        margin-top: 31px;
        min-width:30px;
    }
    .tstmnlDtlHdr .percText{
        margin-top:18px;
    }

    .enrollCon h4 {
        font-size: 45px;
        text-align: center;
        margin-top: 32px;
    }

    .crsHltCon .imgBox {
        width: 390px;
        float: left;
    }

    .estDrCon {
        float: left;
        width: 662px;
        padding: 0px 16px 0px 38px;
        box-sizing: border-box;
    }

    .drDtl .drContent {
        width: 33.334%;
    }

    .estDrCon h3 {
        font-size: 20px;
    }

    .drDtl .drContent h4 {
        font-size: 30px;
    }

    .drDtl {
        padding: 20px 0px;
    }

        .drDtl .drContent {
            padding: 0px 30px;
        }

    .cptCatContent {
        width: 33.334%;
    }

        .cptCatContent h2 {
            font-size: 18px;
        }

        .cptCatContent p {
            margin-top: 24px;
            font-size: 16px;
        }

    .secHdngCon {
        text-align: left;
    }

    .invstCon .imgBox .secHdngCon .secHdng {
        padding-bottom: 0;
    }

        .invstCon .imgBox .secHdngCon .secHdng::after {
            display: none;
        }

    .invstCon .imgBox .secHdngCon p {
        margin-top: 16px;
        position: relative;
        padding-bottom: 28px;
    }

        .invstCon .imgBox .secHdngCon p::after {
            content: "";
            position: absolute;
            width: 75px;
            height: 2px;
            background-color: #00aaff;
            left: 0;
            bottom: 0;
        }

    .secHdngCon p {
        font-size: 18px;
        margin-left: 72px;
        margin-top: 0px;

    }

    .imgConContainer {
        margin-top: 78px;
    }

    .invstCon .imgContent {
        float: left;
        width: 62%;
        position: relative;
    }

    .dtlList {
        float: left;
    }

    .imgContent img {
        width: 426px;
        position: absolute;
        top: -52px;
        /*left: 48px;*/
    }
    .popUpContent .invstCon .imgContent img {
        width:365px;
    }

        .jnContent h2 {
            font-size: 30px;
        }

    .jnContent h3 {
        font-size: 48px;
        margin-top: 24px;
    }

    .jnContent a {
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin-top: 32px;
        font-size: 16px;
        display: inline-block;
    }

    .jnContent .trial {
        margin-top: 12px;
    }

    .jnContent {
        width: 507px;
        background-color: #f5f6fb;
        text-align: right;
        padding: 42px 28px;
        box-sizing: border-box;
        float: right;
        margin-right: 28px;
    }

    .imgContent.PopInvstCon img {
        width: 354px;
    }

    .PopInvstCon .jnContent h2 {
        font-size: 24px;
    }

    .PopInvstCon .jnContent h3 {
        font-size: 36px;
        margin-top: 12px;
    }

    .PopInvstCon .jnContent a {
        width: 129px;
        height: 35px;
        line-height: 35px;
        margin-top: 22px;
    }

    .jnContent .trial {
        margin-top: 10px;
    }

    .dtlList {
        margin-top: 40px;
    }

        .dtlList ul li {
            font-size: 18px;
            line-height: 40px;
            background-position: 0px 13px;
        }

    .testmnl {
        padding: 62px 24px;
    }

        .testmnl .secHdng {
            float: left;
        }

        .testmnl .secHdngCon p {
            width: 712px;
            float: left;
            margin-left: 76px;
            line-height:30px;
        }

    .sttcCon .imgBox {
        float: left;
        width: 30%;
    }

        .sttcCon .imgBox img {
            margin-top: 152px;
        }

    .userPrcType {
        float: left;
        width: 70%;
    }

    .single-chart {
        width: 32%;
        float: left;
    }

    .usrPrcTypeContent h3 {
        text-align: left;
        padding-left: 140px;
        font-size: 14px;
        padding-top: 36px;
    }

        .usrPrcTypeContent h3 br:first-child {
            display: none;
        }

    .newsLgCon {
        width: 140px;
        float: left;
    }

    .crtfctCon {
        position: relative;
    }

        .crtfctCon .secHdngCon {
            width: 352px;
        }

            .crtfctCon .secHdngCon p {
                margin-left: 0px;
                margin-top: 42px;
                font-size: 18px;
                line-height: 30px;
            }

    .crtfctImg {
        position: absolute;
        right: 64px;
        top: -45px;
        margin-top: 0px;
    }

        .crtfctImg img {
            width: 609px;
        }

    .crtfctCon.inrGrey {
        padding: 105px 20px;
    }

    .darkSec.cirtfctSec {
        padding: 106px 0px;
    }

    .secHdngCon p {
        margin-left: 0;
    }

    .nwsltr .secHdngCon p {
        margin-left: 0;
        margin-top: 20px;
        font-size: 14px;
        max-width: 296px;
        line-height: 30px;
    }

    .nwsltr .secHdng::after {
        display: none;
    }

    .nwsltr .secHdng i {
        font-size: 40px;
        position: relative;
        top: 6px;
        margin-right: 8px;
    }

    .sbmtFrm input {
        float: left;
        padding-right:48px;
    }

    .sbmtBtn {
        width: 100px;
        margin-top: 0;
        margin-left: -42px;
        cursor: pointer;
        line-height: 36px;
    }
        .sbmtBtn i {
            display:inline-block;
        }

    .nwsltr .secHdngCon img {
        top: 0px;
        right: 28px;
        width:auto;
    }

    .drkHdngCon {
        padding: 0px 36px 28px;
    }

    .popUpContent {
        width: 970px;
        max-height:90%;
        margin: auto;
        padding: 42px;
        border-radius: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .frmFields {
        margin-left:-6px;
    }
    .inputCon {
        width: 50%;
        float: left;
        padding: 0px 6px;
        box-sizing: border-box;
    }

    .frmBtns a {
        width: auto;
        display: inline-block;
        vertical-align: top;
        padding:0px 24px;
    }
    .frmBtns {
        margin-top:64px;
    }

    .homeContainer.tkPage .frmBtns a {
        width: 28%;
    }
    .frmBtns .cnclBtn {
        margin-top: 0px;
        margin-bottom:0;
        margin-right: 10px;
        min-width:235px;
    }
    .popUpImgHdng {
        position: relative;
        padding: 0px 82px 0px 500px;
    }
    .popUpImgHdng img {
        position: absolute;
        left: 152px;
        top: 0;
    }
        .popUpImgHdng h3 {
            font-size: 42px;
            line-height: 56px;
            font-family: open,sans-serif;
            text-align:left;
        }
    .subscribePpCont {
        margin-bottom:68px;
    }

    .popupPara {
        width: 781px;
        padding: 0px;
        margin: 24px auto 0px;
    }

        .popupPara p br {
            display: block;
        }

        .popupPara h2 {
            font-size: 42px;
        }

    .dndCnclPara p {
        font-size: 24px;
        margin-top: 26px;
    }

    .tstMnlSecContainer {
        padding: 28px 0px 0px 32px;
    }

    .cptrCat {
        margin-top: 20px;
    }
    .cprtSec {
        display:none;
    }

    .footerScl p, .ftrSclList {
        display: inline-block;
        vertical-align: middle;
        margin: 0px 20px;
    }
    .nwsltr .secHdngCon{
        padding-left:0;
    }
    .sbmtFrm {
        text-align: left;
    }
    .darkSec.nwsltrSec{
        padding:0;
    }
    .tstmnlDtlHdr h2 {
        padding-top:16px;
    }
    .tstmnlDtlContent {
        display:block;
    }

    /* inner header css override start */
    .homeContainer {
        padding: 6px 0px;
        box-shadow: none;
    }
    .headerContent {
        padding:0;
    }
    .hdrPrgrs {
        display: inline-block;
    }
   /* header {
        box-shadow: 0px 2px 10px #e2e2e2;
    }*/
    .logoBox {
        margin-top:12px;
    }
    .testimoniesInner{
        background-color:#ffffff;
    }

    /* inner header css override end */



    /* feedback popup start  */

    .ma_feedback-popup.feed-pop .validatemobilefield {
        bottom: 60px;
        font-size:14px;
        font-weight:normal;
    }

    .not-show-CouseComplete.ma_feedback-popup .complete-popup-box{
        padding:40px 43px
    }
    /* feedback popup end  */
    .testMnlDtlContainer {
        margin-left: 150px;
    }

}

@media screen and (min-width: 1500px) and (max-width:1601px) {
    .ntfStripe {
        /*width: calc(100% - 30px);*/
        /*margin-left: 30px;*/
        width: calc(100%);
        margin-left:0px;
        left: auto;
        right: 0;
        position: static;
    }
}

@media (max-width:767px){
    .not-show-CouseComplete.ma_feedback-popup form .form-group.form-check {
        width: 49.33%;
    }
    .not-show-CouseComplete.ma_feedback-popup .complete-popup-box {
        overflow: scroll;
    }
}

@media only screen and (max-width:768px) {
    .not-show-CouseComplete.ma_feedback-popup .complete-popup-box {
        width: 86% !important;
    }
}
/*@media only screen and (min-width:1599px) and (max-width: 1600px) {
 
    .dFlexDiscount.totalSpace {
        margin-top: 33px;
        clear: both;
    }
    .inputCon.disColor.dFlexDiscount {
        height: 0;
        padding:0;
        margin: 30px 0 0 0;
    }
}*/



#btnRedirectLMS {
    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;
    padding: 12px 16px;
    border:none;
    margin-right:10px;
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  /* display: block; */
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
/* .bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
} */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  /* background: url("../image/controls.png") no-repeat 0 -32px; */
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  /* background: url("../image/controls.png") no-repeat -43px -32px; */
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 42px;
  height: 42px;
  /* text-indent: -9999px; */
  z-index: 9999;
  background-color: #ffffff;
  line-height: 42px;
  border: 1px solid #bdbdbd;
  text-align: center;
  box-sizing: border-box;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

@font-face {
  font-family: "rIcons";
  /* src: url("https://rekhtacdn.azureedge.net/Content/3.5/fonts/rIcons.eot?v=14");
  src: url("https://rekhtacdn.azureedge.net/Content/3.5/fonts/rIcons.eot#iefix?v=14")
      format("embedded-opentype"),
    url("https://rekhtacdn.azureedge.net/Content/3.5/fonts/rIcons.ttf?v=14")
      format("truetype"),
    url("https://rekhtacdn.azureedge.net/Content/3.5/fonts/rIcons.woff?v=14")
      format("woff"),
    url("https://rekhtacdn.azureedge.net/Content/3.5/fonts/rIcons.svg#rIcons?v=14")
      format("svg"); */
  src: url("../Content/fonts/rIcons.eot");
  src: url("../Content/fonts/rIcons.eot#iefix") format("embedded-opentype"),
    url("../fonts/rIcons.ttf") format("truetype"),
    url("../Content/fonts/rIcons.woff") format("woff"),
    url("../Content/fonts/rIcons.svg#rIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="rico-"],
[class*=" rico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "rIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 32px;
}

.rFonts16 {
  font-size: 16px;
}

.rFonts24 {
  font-size: 24px !important;
}

.rFonts48 {
  font-size: 48px;
}

.rFonts56 {
  font-size: 56px;
}

.rFonts72 {
  font-size: 32px;
}

@media all and (min-width: 992px) {
  .rFonts16 {
    font-size: 16px;
  }

  .rFonts24 {
    font-size: 24px !important;
  }

  .rFonts48 {
    font-size: 48px;
  }

  .rFonts56 {
    font-size: 56px;
  }

  .rFonts72 {
    font-size: 72px;
  }
}

.rico-rekhtalogo:before {
  content: "\e900";
}

.rico-rekhtamonogram:before {
  content: "\e901";
}

.rico-aamozishlogo:before {
  content: "\e902";
}

.rico-aamozishmonogram:before {
  content: "\e903";
}

.rico-compass1:before {
  content: "\e904";
}

.rico-globe1:before {
  content: "\e905";
}

.rico-newsletter1:before {
  content: "\e906";
}

.rico-location1:before {
  content: "\e907";
}

.rico-external1:before {
  content: "\e908";
}

.rico-sufinama_mono:before {
  content: "\e909";
}

.rico-hindwi_logo:before {
  content: "\e90a";
}

.rico-hindwi_mono:before {
  content: "\e90b";
}

.rico-blank9:before {
  content: "\e90c";
}

.rico-blank10:before {
  content: "\e90d";
}

.rico-blank11:before {
  content: "\e90e";
}

.rico-blank12:before {
  content: "\e90f";
}

.rico-blank13:before {
  content: "\e910";
}

.rico-blank14:before {
  content: "\e911";
}

.rico-Single_page:before {
  content: "\e912";
}

.rico-Swap_vertical:before {
  content: "\e913";
}

.rico-Swap_horizontal:before {
  content: "\e914";
}

.rico-blank18:before {
  content: "\e915";
}

.rico-blank19:before {
  content: "\e916";
}

.rico-blank20:before {
  content: "\e917";
}

.rico-blank21:before {
  content: "\e918";
}

.rico-blank22:before {
  content: "\e919";
}

.rico-blank23:before {
  content: "\e91a";
}

.rico-blank24:before {
  content: "\e91b";
}

.rico-blank25:before {
  content: "\e91c";
}

.rico-blank26:before {
  content: "\e91d";
}

.rico-blank27:before {
  content: "\e91e";
}

.rico-blank28:before {
  content: "\e91f";
}

.rico-blank29:before {
  content: "\e920";
}

.rico-grid_view:before {
  content: "\e922";
}

.rico-list_view:before {
  content: "\e923";
}

.rico-Loop:before {
  content: "\e924";
}

.rico-order_by:before {
  content: "\e925";
}

.rico-Full_view:before {
  content: "\e926";
}

.rico-Login:before {
  content: "\e927";
}

.rico-hamburger:before {
  content: "\e928";
}

.rico-more:before {
  content: "\e929";
}

.rico-close:before {
  content: "\e92a";
}

.rico-back:before {
  content: "\e92b";
}

.rico-search:before {
  content: "\e92c";
}

.rico-waffle:before {
  content: "\e92d";
}

.rico-user:before {
  content: "\e92e";
}

.rico-arrowup:before {
  content: "\e92f";
}

.rico-arrowright:before {
  content: "\e930";
}

.rico-arrowdown:before {
  content: "\e931";
}

.rico-arrowleft:before {
  content: "\e932";
}

.rico-arrowthinup:before {
  content: "\e933";
}

.rico-arrowthinright:before {
  content: "\e934";
}

.rico-arrowthindown:before {
  content: "\e935";
}

.rico-arrowthinleft:before {
  content: "\e936";
}

.rico-paperplane:before {
  content: "\e937";
}

.rico-calendar:before {
  content: "\e938";
}

.rico-location:before {
  content: "\e939";
}

.rico-sms:before {
  content: "\e93a";
}

.rico-edit:before {
  content: "\e93b";
}

.rico-camera:before {
  content: "\e93c";
}

.rico-replay:before {
  content: "\e93d";
}

.rico-lines:before {
  content: "\e93e";
}

.rico-fullscreen:before {
  content: "\e93f";
}

.rico-plus:before {
  content: "\e940";
}

.rico-minus:before {
  content: "\e941";
}

.rico-checkbox:before {
  content: "\e942";
}

.rico-checked:before {
  content: "\e943";
}

.rico-visible:before {
  content: "\e944";
}

.rico-hidden:before {
  content: "\e945";
}

.rico-controls:before {
  content: "\e946";
}

.rico-filter:before {
  content: "\e947";
}

.rico-sort:before {
  content: "\e948";
}

.rico-arrowhairup:before {
  content: "\e949";
}

.rico-arrowhairdown:before {
  content: "\e94a";
}

.rico-arrowhairright:before {
  content: "\e94b";
}

.rico-arrowhairleft:before {
  content: "\e94c";
}

.rico-voice:before {
  content: "\e94d";
}

.rico-location_1:before {
  content: "\e94e";
}

.rico-Calendar_1:before {
  content: "\e94f";
}

.rico-Filter:before {
  content: "\e950";
}

.rico-book:before {
  content: "\e951";
}

.rico-open_book:before {
  content: "\e952";
}

.rico-copy:before {
  content: "\e953";
}

.rico-sort-by-alpha:before {
  content: "\e954";
}

.rico-Flag_filled:before {
  content: "\e955";
}

.rico-Flag:before {
  content: "\e956";
}

.rico-Thumb_up:before {
  content: "\e957";
}

.rico-Thumbs_down:before {
  content: "\e958";
}

.rico-blank49:before {
  content: "\e959";
}

.rico-shuffle:before {
  content: "\e95a";
}

.rico-comments_new:before {
  content: "\e95b";
}

.rico-home:before {
  content: "\e95c";
}

.rico-home_filled:before {
  content: "\e95d";
}

.rico-delete:before {
  content: "\e95e";
}

.rico-delete_outline:before {
  content: "\e95f";
}

.rico-cancel:before {
  content: "\e960";
}

.rico-download:before {
  content: "\e961";
}

.rico-next:before {
  content: "\e962";
}

.rico-previous:before {
  content: "\e963";
}

.rico-audio:before {
  content: "\e964";
}

.rico-audiooff:before {
  content: "\e965";
}

.rico-audioplaying:before {
  content: "\e966";
}

.rico-video:before {
  content: "\e967";
}

.rico-videostop:before {
  content: "\e968";
}

.rico-videothumbplay:before {
  content: "\e969";
}

.rico-commentary:before {
  content: "\e96a";
}

.rico-translate:before {
  content: "\e96b";
}

.rico-diacritics:before {
  content: "\e96c";
}

.rico-comments:before {
  content: "\e96d";
}

.rico-commentsfilled:before {
  content: "\e96e";
}

.rico-critique:before {
  content: "\e96f";
}

.rico-critiquefilled:before {
  content: "\e970";
}

.rico-additionalinfo:before {
  content: "\e971";
}

.rico-external:before {
  content: "\e972";
}

.rico-play:before {
  content: "\e973";
}

.rico-pause:before {
  content: "\e974";
}

.rico-popular:before {
  content: "\e975";
}

.rico-editorschoice:before {
  content: "\e976";
}

.rico-photo:before {
  content: "\e977";
}

.rico-critique_new:before {
  content: "\e978";
}

.rico-restore:before {
  content: "\e979";
}

.rico-maximize:before {
  content: "\e97a";
}

.rico-profile_ico:before {
  content: "\e97b";
}

.rico-critique_new_filled:before {
  content: "\e97c";
}

.rico-blank66:before {
  content: "\e97d";
}

.rico-Ghazals:before {
  content: "\e97e";
}

.rico-Nazams:before {
  content: "\e97f";
}

.rico-e-books:before {
  content: "\e980";
}

.rico-Dot:before {
  content: "\e981";
}

.rico-Newsletter_1:before {
  content: "\e982";
}

.rico-Explain:before {
  content: "\e983";
}

.rico-Authors:before {
  content: "\e984";
}

.rico-Categories-2:before {
  content: "\e985";
}

.rico-E-books:before {
  content: "\e986";
}

.rico-E-magazine:before {
  content: "\e987";
}

.rico-Poetry:before {
  content: "\e988";
}

.rico-university:before {
  content: "\e989";
}

.rico-blank79:before {
  content: "\e98a";
}

.rico-blank80:before {
  content: "\e98b";
}

.rico-favorite:before {
  content: "\e98c";
}

.rico-favorited:before {
  content: "\e98d";
}

.rico-share:before {
  content: "\e98e";
}

.rico-tag:before {
  content: "\e98f";
}

.rico-glasses:before {
  content: "\e990";
}

.rico-facebook:before {
  content: "\e991";
}

.rico-twitter:before {
  content: "\e992";
}

.rico-google:before {
  content: "\e993";
}

.rico-youtube:before {
  content: "\e994";
}

.rico-instagram:before {
  content: "\e995";
}

.rico-whatsapp:before {
  content: "\e996";
}

.rico-pinterest:before {
  content: "\e997";
}

.rico-newsletter:before {
  content: "\e998";
}

.rico-globe:before {
  content: "\e999";
}

.rico-compass:before {
  content: "\e99a";
}

.rico-tag2:before {
  content: "\e99b";
}

.rico-wikipedia:before {
  content: "\e99c";
}

.rico-youtube_colored:before {
  content: "\e99d";
}

.rico-blank87:before {
  content: "\e99f";
}

.rico-blank88:before {
  content: "\e9a0";
}

.rico-blank89:before {
  content: "\e9a1";
}

.rico-Dictonary:before {
  content: "\e9a2";
}

.rico-Profile:before {
  content: "\e9a3";
}

.rico-Feedback:before {
  content: "\e9a4";
}

.rico-Nazm:before {
  content: "\e9a5";
}

.rico-Favorite:before {
  content: "\e9a6";
}

.rico-Gallery:before {
  content: "\e9a7";
}

.rico-Home_old:before {
  content: "\e9a8";
}

.rico-About:before {
  content: "\e9a9";
}

.rico-Humor:before {
  content: "\e9aa";
}

.rico-Rubai:before {
  content: "\e9ab";
}

.rico-Logout:before {
  content: "\e9ac";
}

.rico-Dohe:before {
  content: "\e9ad";
}

.rico-Ghazal:before {
  content: "\e9ae";
}

.rico-Settings:before {
  content: "\e9af";
}

.rico-Sher:before {
  content: "\e9b0";
}

.rico-blank105:before {
  content: "\e9b1";
}

.rico-blank106:before {
  content: "\e9b2";
}

.rico-blank107:before {
  content: "\e9b3";
}

.rico-rateblank:before {
  content: "\e9b4";
}

.rico-ratehalf:before {
  content: "\e9b5";
}

.rico-ratefull:before {
  content: "\e9b6";
}

.rico-bookmark:before {
  content: "\e9b7";
}

.rico-bookmarked:before {
  content: "\e9b8";
}

.rico-telegram:before {
  content: "\e99e";
}

