.showTrance { -moz-transform: translatey(0) !important; -ms-transform: translatey(0) !important; -o-transform: translatey(0) !important; -webkit-transform: translatey(0) !important; transform: translatey(0) !important }
.showMenuarrow { right: 0 !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)" !important; filter: alpha(opacity=90) !important; opacity: .9 !important; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease }
.menuArrow { background: url(../images/menu.svg) #008dff; background-size: cover; background-size: 60%; background-position: center center; background-repeat: no-repeat; width: 46px; height: 46px; z-index: 90000;  filter: alpha(opacity=0); opacity: 0; position: fixed; right: -50px; top: 0; cursor: pointer; margin-top: 20px; -moz-transition: all 1s ease; -o-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease }
.pageHeader.fold { -moz-transform: translatey(-100px); -ms-transform: translatey(-100px); -o-transform: translatey(-100px); -webkit-transform: translatey(-100px); transform: translatey(-100px) }
.pageHeader { height: 84px; top: 0; width: 100%; position: fixed; left: 0; background-color: #FFF; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1; z-index: 7; -moz-transition: all 0.8s ease; -o-transition: all 0.8s ease; -webkit-transition: all 0.8s ease; transition: all 0.8s ease; box-shadow: 2px 0 4px #616a7b }
.navMenu { -moz-transition: all 1s ease; -o-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease }
.pageHeader .left-panel { float: left; padding: 5px 0 0 20px }
.pageHeader .right-panel { float: right }
.pageHeader .nav-link::after { background-color: orange; border: 1px solid orange; bottom: 0; content: ""; height: 2px; left: 0; position: absolute; width: 100%; -moz-transition: all .3s ease 0s; -o-transition: all .3s ease 0s; -webkit-transition: all .3s ease 0s; transition: all .3s ease 0s; -moz-transform: scalex(0); -ms-transform: scalex(0); -o-transform: scalex(0); -webkit-transform: scalex(0); transform: scalex(0) }
.pageHeader .nav-link { color: #333; display: block; float: left; height: 60px; line-height: 84px; margin-right: 30px; font-size: .938em; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; position: relative; overflow: hidden; text-transform: uppercase; }
.pageHeader .nav-link.active::after { -moz-transform: scalex(1); -ms-transform: scalex(1); -o-transform: scalex(1); -webkit-transform: scalex(1); transform: scalex(1); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1 }
.pageHeader .nav-link.active, .pageHeader .nav-link:hover { color: #3D87C6 }

#page1, #page2, #page3, #page4, #page5, #page6, #page7 { width: 100%; position: relative }
.scaletheImg { transform: scale(1) !important; -moz-transform: scale(1) !important; -ms-transform: scale(1) !important; -o-transform: scale(1) !important; -webkit-transform: scale(1) !important; }
.bgTransition { -moz-transition: transform 1s ease; -o-transition: transform 1s ease; -webkit-transition: transform 1s ease; transition: transform 1s ease }
#page1 .page1wrp { transition: transform 1.3s ease 1s; }
#page1 .story { padding: 0; text-align: center; opacity: 0; -moz-transition: opacity 1s ease; -o-transition: opacity 1s ease; -webkit-transition: opacity 1s ease; transition: opacity 1s ease; -moz-transition-delay: .3s; -o-transition-delay: .3s; -webkit-transition-delay: .3s; transition-delay: .3s; width: 90% }
.fullopacity { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; filter: alpha(opacity=100) !important; opacity: 1 !important }
.loginTxt { margin-right: 0 !important; width: 94% !important }
.loginBtn { background: #3D87C6; border-radius: 4px; color: #fff; cursor: pointer; display: inline-block; font-size: 1.125em; letter-spacing: 0; padding: 12px 40px; transition: all .3s ease 0s; margin-right: 0 !important }
.loginheading { color: #fff; font-size: 1.7em; font-weight: 400; text-transform: capitalize }
.loginInstruction { cursor: pointer; text-decoration: underline; font-size: 1em }
.posLoginCreatelogin { bottom: -5px; position: relative }
.posLoginforgrtPwd { bottom: -15px; position: relative }
.page1rightwrp { text-align: right; padding-top: 33px; width: 85% }
#page1 h2 { text-transform: uppercase; color: #333; font-size: 2.25em; font-weight: 400; line-height: 10px }
#page1 h3 { color: #fff; font-size: 3.33em; font-weight: 400; margin-top: 0; text-align: right; text-transform: capitalize; }
.videoIcon { background: url(../images/sprite.png) -857px -136px no-repeat; width: 102px; display: inline-block; height: 76px; margin-bottom: 8px; margin-right: 60px; margin-top: 10px; }
.watchvideo { margin-right: 60px }
.watchvideo span { color: #e8b400; font-size: 1em; font-weight: 700; margin-top: 5px }
.bottomMouseDiv { position: absolute; bottom: 0; width: 100%; height: 9px; background-color: #fff }
.mouseWrp { bottom: 4px; left: 39%; position: absolute }
.mouseIcon { background: url(../images/sprite.png) -678px -35px no-repeat; width: 301px; height: 73px; display: inline-block; position: relative }
.mouseDot { display: inline-block; position: absolute; left: 49.3%; top: 57px; content: ""; height: 5px; width: 5px; background-color: #3782C5; border-radius: 50%; -webkit-animation: runingDot 1s ease-in-out infinite; -moz-animation: runingDot 1s ease-in-out infinite; -o-animation: runingDot 1s ease-in-out infinite; animation: runingDot 1s ease-in-out infinite }
		@-webkit-keyframes runingDot {
			0% { -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
			100% { -moz-transform: translate3d(0, 25px, 0); -ms-transform: translate3d(0, 25px, 0); -o-transform: translate3d(0, 25px, 0); -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); opacity: 0 }
		}
		@-moz-keyframes runingDot {
			0% { -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
			100% { -moz-transform: translate3d(0, 25px, 0); -ms-transform: translate3d(0, 25px, 0); -o-transform: translate3d(0, 25px, 0); -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); opacity: 0 }
		}
		@-o-keyframes runingDot {
			0% { -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
			100% { -moz-transform: translate3d(0, 25px, 0); -ms-transform: translate3d(0, 25px, 0); -o-transform: translate3d(0, 25px, 0); -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); opacity: 0 }
		}
		@keyframes runingDot {
			0 0% { -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
			100% { -moz-transform: translate3d(0, 25px, 0); -ms-transform: translate3d(0, 25px, 0); -o-transform: translate3d(0, 25px, 0); -webkit-transform: translate3d(0, 25px, 0); transform: translate3d(0, 25px, 0); opacity: 0 }
		}
		#page2 { background-color: #fff; -webkit-perspective: 1000 }
		#page2 ul.topNav { list-style: none; margin: 0 30px 0 0; display: inline-block }
		.headingwrp { -moz-transition: all 1s ease; -o-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; -moz-transform: translatey(200px); -ms-transform: translatey(200px); -o-transform: translatey(200px); -webkit-transform: translatey(200px); transform: translatey(200px) }
		.slideBox { -moz-transform: translatey(100px); -ms-transform: translatey(100px); -o-transform: translatey(100px); -webkit-transform: translatey(100px); transform: translatey(100px); cursor: pointer; width: 25%; -moz-transition: all .6s ease; -o-transition: all .6s ease; -webkit-transition: all .6s ease; transition: all .6s ease; transition-delay: .5s }
		.slideBox.s1 { -moz-transition: transform .7s ease; -o-transition: transform .7s ease; -webkit-transition: transform .7s ease; transition: transform .7s ease; transition-delay: .5s }
		.slideBox.s2 { -moz-transition: transform 1s ease; -o-transition: transform 1s ease; -webkit-transition: transform 1s ease; transition: transform 1s ease; transition-delay: .5s }
		.slideBox.s3 { -moz-transition: transform 1.4s ease; -o-transition: transform 1.4s ease; -webkit-transition: transform 1.4s ease; transition: transform 1.4s ease; transition-delay: .5s }
		.slideBox.s4 { -moz-transition: transform 1.8s ease; -o-transition: transform 1.8s ease; -webkit-transition: transform 1.8s ease; transition: transform 1.8s ease; transition-delay: .5s }
		.startingulIcon { background: url(../images/sprite.png) -219px -245px no-repeat; width: 17px; height: 21px; display: inline-block }
		.endingulIcon { background: url(../images/sprite.png) -247px -245px no-repeat; width: 17px; height: 21px; display: inline-block }
		#page2 ul.topNav li:first-child { background: 0 0; margin-right: 10px }
		#page2 ul.topNav li:nth-child(4) { margin-right: 0 }
		#page2 ul.topNav li:last-child { background: 0 0; margin-left: 14px }
		#page2 ul.topNav li { float: left; padding-left: 15px; background-repeat: no-repeat; background-position: 3px 5px; margin-right: 30px; font-size: 1.125em; }
		.circleIcon { border-radius: 22px; display: inline-block; height: 6px; position: relative; margin-right: 9px; top: -4px; width: 6px; left: -17px; background-color: #D0D0D0 }
		#page2 h4 {	/*height:24px;
				line-height:22px;*/
		margin: 0; color: #A3A3A3; font-weight: 500; font-size: 0.83em; position: relative; text-indent: 14px }
		.orangeDiv { visibility: hidden; height: 4px; background-color: orange }
		.circleText::after { -webkit-perspective: 1000; background-color: orange; border: 1px solid orange; bottom: -20px; content: ""; height: 2px; left: 0; position: absolute; -moz-transition: all .3s ease 0s; -o-transition: all .3s ease 0s; -webkit-transition: all .3s ease 0s; transition: all .3s ease 0s; width: 100%; -moz-transform: scalex(0); -ms-transform: scalex(0); -o-transform: scalex(0); -webkit-transform: scalex(0); transform: scalex(0) }
		.activehoveBig .circleText::after { -moz-transform: scalex(1); -ms-transform: scalex(1); -o-transform: scalex(1); -webkit-transform: scalex(1); transform: scalex(1); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); opacity: 1 }
		.circlewrp { height: 220px; width: 100%; padding: 0 10px; position: relative; top: 25px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d }
		.circle { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 1000; top: 0; bottom: 0; left: 0; right: 0; margin: auto; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; width: 75%; height: 87%; position: relative; background-color: #3782C5; box-sizing: border-box; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease; transform: scale(.9) }
		.circle.a { -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); backface-visibility: hidden; -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); -webkit-transform: translateZ(0); transform: translateZ(0) }
		.circle.a::after { border: 2px solid #3782C5; border-radius: 50%; bottom: -10px; content: ""; display: block; left: -10px; position: absolute; right: -10px; top: -10px; -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); -moz-transition: all .3s ease .1s; -o-transition: all .3s ease .1s; -webkit-transition: all .3s ease .1s; transition: all .3s ease .1s }
		.activeCircle .bigcircle.activeMenu { border: 20px solid #A3C6E4; position: relative; z-index: 10; background-color: #FFF !important }
		.activeCircle .bigcircle.activeMenu:before { -webkit-perspective: 1000; content: ""; display: block; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid #5895CC; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50% }
		.menu1Icon { background: url(../images/sprite.png) -16px -17px no-repeat; width: 110px; height: 81px; display: inline-block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; -webkit-perspective: 1000 }
		.activeCircle .activeMenu .menu1Icon { background-position: -16px -114px }
		.menu2Icon { background: url(../images/sprite.png) -143px -13px no-repeat; width: 81px; height: 83px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; -webkit-perspective: 1000 }
		.activeCircle .activeMenu .menu2Icon { background-position: -143px -114px }
		.menu3Icon { background: url(../images/sprite.png) -240px -13px no-repeat; width: 67px; height: 87px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; -webkit-perspective: 1000 }
		.activeCircle .activeMenu .menu3Icon { background-position: -240px -110px }
		.menu4Icon { background: url(../images/sprite.png) -326px -14px no-repeat; width: 105px; height: 86px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; -webkit-perspective: 1000 }
		.activeCircle .activeMenu .menu4Icon { background-position: -326px -112px }
		.menuWrp { margin-top: 30px }
/*		#page3 { background-image: url(../images/triangle_bg.png); background-position: 50% 0; background-repeat: no-repeat; background-size: cover; color: #fff; margin: 0 auto; overflow: hidden; padding: 0; position: relative }
*/		#page3 .slidingWrp.in { -moz-transform: translatey(0); -ms-transform: translatey(0); -o-transform: translatey(0); -webkit-transform: translatey(0); transform: translatey(0) }
		#page3 .list-type, .ylxpage2 .list-type, .ylxpage4 .list-type { background-color: #fff !important }
		#page3 h1::after { background-color: #fff; content: ""; display: block; height: 2px; opacity: .3; width: 100% }
		#page3 h1 { color: #fff; font-size: 1.8em; font-weight: 700; line-height: 1.5em; margin-bottom: 35px; text-transform: capitalize; width: 98% }
		#page4 { position: relative; overflow: hidden }
		.menuBox { width: 33% }
		.menuBoxWrp { margin-right: 40px; text-align: left; height: 250px; -moz-transform: translatey(100px); -ms-transform: translatey(100px); -o-transform: translatey(100px); -webkit-transform: translatey(100px); transform: translatey(100px); -moz-transition: all .6s ease; -o-transition: all .6s ease; -webkit-transition: all .6s ease; transition: all .6s ease }
		.menuBoxWrp h2 { letter-spacing: 1px; text-align: center; text-transform: uppercase }
		.menuBoxWrp.b1 { -moz-transition: transform .7s ease; -o-transition: transform .7s ease; -webkit-transition: transform .7s ease; transition: transform .7s ease; border-top: 4px solid #5C618B; border-bottom: 1px solid #5C618B; padding: 20px 0 30px }
		.menuBoxWrp.b1 h2 { color: #5C618B !important }
		.menuBoxWrp.b2 { -moz-transition: transform 1s ease; -o-transition: transform 1s ease; -webkit-transition: transform 1s ease; transition: transform 1s ease; border-top: 4px solid #4BBBC6; border-bottom: 1px solid #4BBBC6; padding: 20px 0 30px }
		.menuBoxWrp.b2 h2 { color: #4BBBC6 !important }
		.menuBoxWrp.b3 { -moz-transition: transform 1.4s ease; -o-transition: transform 1.4s ease; -webkit-transition: transform 1.4s ease; transition: transform 1.4s ease; margin-right: 0; border-top: 4px solid #D74A5B; border-bottom: 1px solid #D74A5B; padding: 20px 0 30px }
		.menuBoxWrp.b3 h2 { color: #D74A5B !important }
		.iconEnabler { width: 112px; height: 112px; display: inline-block; position: absolute; z-index: -1; opacity: 0; transform: scale(0); -moz-transition: opacity 2s ease; -o-transition: opacity 2s ease; -webkit-transition: opacity 2s ease; transition: opacity 5s ease; transition-delay: .5s }
		.iconByte { background: url(../images/sprite.png) -14px -354px no-repeat; width: 112px; height: 112px; left: -136px; top: 247px }
		.iconByteresize { -moz-transform: scale(.4); -ms-transform: scale(.4); -o-transform: scale(.4); -webkit-transform: scale(.4); transform: scale(.4); z-index: 200; opacity: 1 }
		.iconMedia { background: url(../images/sprite.png) -138px -354px no-repeat; left: 100px; top: -53px }
		.iconMediaresize { -moz-transform: scale(.5); -ms-transform: scale(.5); -o-transform: scale(.5); -webkit-transform: scale(.5); transform: scale(.5); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: .7 }
		.iconDebet { background: url(../images/sprite.png) -261px -354px no-repeat; left: 596px; top: 26px }
		.iconDebetresize { -moz-transform: scale(.4); -ms-transform: scale(.4); -o-transform: scale(.4); -webkit-transform: scale(.4); transform: scale(.4); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; filter: alpha(opacity=40); opacity: .1 }
		.iconPoll { background: url(../images/sprite.png) -386px -354px no-repeat; bottom: 25px; right: -91px }
		.iconPollresize { -moz-transform: scale(.4); -ms-transform: scale(.4); -o-transform: scale(.4); -webkit-transform: scale(.4); transform: scale(.4); opacity: 1 }
		.iconServey { background: url(../images/sprite.png) -14px -481px no-repeat; bottom: 0; left: 220px }
		.iconServeyresize { -moz-transform: scale(.5); -ms-transform: scale(.5); -o-transform: scale(.5); -webkit-transform: scale(.5); transform: scale(.5); opacity: 1 }
		.iconBlog { background: url(../images/sprite.png) -138px -481px no-repeat; bottom: 75px; left: 74px }
		.iconBlogresize { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; filter: alpha(opacity=20); opacity: .2; -moz-transform: scale(.3); -ms-transform: scale(.3); -o-transform: scale(.3); -webkit-transform: scale(.3); transform: scale(.3) }
		.iconQuiz { background: url(../images/sprite.png) -261px -481px no-repeat; bottom: 137px; right: 1px }
		.iconQuizresize { -moz-transform: scale(.4); -ms-transform: scale(.4); -o-transform: scale(.4); -webkit-transform: scale(.4); transform: scale(.4); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; filter: alpha(opacity=70); opacity: .7 }
		.iconIdea { background: url(../images/sprite.png) -386px -481px no-repeat; right: -86px; top: 52px }
		.iconIdearesize { -moz-transform: scale(1.4); -ms-transform: scale(1.4); -o-transform: scale(1.4); -webkit-transform: scale(1.4); transform: scale(1.4); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; filter: alpha(opacity=90); opacity: 1 }
		.iconQuestion { background: url(../images/sprite.png) -14px -609px no-repeat; left: -148px; top: 400px }
		.iconQuestionresize { -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); filter: alpha(opacity=90); opacity: .9 }
		.iconEvent { background: url(../images/sprite.png) -138px -609px no-repeat; left: 0; top: 0 }
		.iconEventresize { -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; filter: alpha(opacity=80); -moz-transform: scale(.6); -ms-transform: scale(.6); -o-transform: scale(.6); -webkit-transform: scale(.6); transform: scale(.6) filter:alpha(opacity=90); opacity: 1 }
		.iconWrite { background: url(../images/sprite.png) -262px -609px no-repeat; width: 112px; height: 112px; right: 131px; top: 173px; -moz-transform: scale(.5); -ms-transform: scale(.5); -o-transform: scale(.5); -webkit-transform: scale(.5); transform: scale(.5); opacity: 0 }
		.iconWritresize { -moz-transform: scale(.5); -ms-transform: scale(.5); -o-transform: scale(.5); -webkit-transform: scale(.5); transform: scale(.5); opacity: .17 }
		.userTable { padding: 0; margin: 0; border: none; border-collapse: collapse; border-spacing: 0; display: inline-block }
		.userimage { background: url(../images/download.jpg) 0 -3px no-repeat; height: 94px; width: 94px; display: inline-block; border: 1px solid #fff }
		.userimage1 { background-position: -3px 0 }
		.userimage2 { background-position: -102px 0 }
		.userimage3 { background-position: -202px 0 }
		.userimage4 { background-position: -302px 0 }
		.userimage5 { background-position: -4px -98px }
		.userimage6 { background-position: -4px -197px }
		.userimage7 { background-position: -204px -98px }
		.userimage8 { background-position: -4px -297px }
		.userimage9 { background-position: -103px -298px }
		.userimage10 { background-position: -202px -298px }
		.userimage11 { background-position: -300px -298px }
		.userimage12 { background-position: -302px -200px }
		.userimage13 { background-position: -302px -98px }
		.userimage14 { background-position: -202px -198px }
		.userimage15 { background-position: -103px -198px }
		.userimage16 { background-position: -103px -99px }
		.userTable td { display: table-cell; padding: 0; line-height: 20px; text-align: left; vertical-align: top }
		.userDiv { color: #FFF; font-size: 2.375em; height: 95px; line-height: 94px; text-align: center; border-left: 1px solid #fff; border-right: 1px solid #fff; vertical-align: central }
		.userblue { background-color: #589AD4 }
		.userorange { background-color: #FCB134 }
		.studentnoLabeldiv { width: 25%*; margin-right: 45px; position: absolute; bottom: 0 }
		.expdivwrp { width: 40% }
		.studentnoLabel { background-color: #F4F4F4; padding: 10px; color: #323639; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; -moz-transform: scale(.1); -ms-transform: scale(.1); -o-transform: scale(.1); -webkit-transform: scale(.1); transform: scale(.1); transition-delay: .5s }
		.animatesize { -moz-transform: scale(1) !important; -ms-transform: scale(1) !important; -o-transform: scale(1) !important; -webkit-transform: scale(1) !important; transform: scale(1) !important }
		.studentnoLabel .numbermedium { font-size: 2em; letter-spacing: 2px; line-height: 1.2em; font-weight: bold; }
		.studentnoLabel .numberbig { font-size: 2.2em; font-weight: 700; letter-spacing: 2px; line-height: 1.2em; font-weight: bold; }
		.studentnoLabel .number { font-size: 1.813em; letter-spacing: 2px; line-height: 1.2em; font-weight: bold; }
		.studentnoLabel .text { font-size: .8em; text-transform: uppercase }
		.dottedLineicon:before { content: ""; height: 5px; width: 5px; background-color: #3782C5; display: block; border-radius: 50%; left: -3px; position: relative }
		.dottedLineicon { border-left: 1px solid #C5C5C5; height: 172px; width: 2px; display: inline-block; position: relative }
		.dottedLineicondown:after { content: ""; height: 5px; width: 5px; background-color: #3782C5; display: block; border-radius: 50%; left: -3px; position: relative; top: 25px }
		.dottedLineicondown { border-left: 1px solid #C5C5C5; height: 30px; width: 2px; display: inline-block; position: relative }
		.wavetext { height: 160px; margin-top: 20px; overflow: hidden; position: relative; width: 100%; z-index: 800 }
		.wavetext2 { z-index: 800; position: relative; height: 112px; width: 100% }
		.statisticsHeading { font-size: 1.875em; color: #498DC9; line-height: 1.8em; border: 1px solid #ddd; border-left: none; border-right: none }
		.expDiv { text-transform: uppercase; font-size: 15px; padding: 20px; color: #727272 }
		.menuBoxWrp .content { font-size: 1em; line-height: 20px }
		.round { border-radius: 50%; display: inline-block; height: 92px; overflow: hidden; width: 93px }
		.round img { display: block; min-width: 100%; min-height: 100% }
		.slidingtestimonialsWrp { color: #fff; -moz-transition: all 1s ease; -o-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; -moz-transform: translatey(100px); -ms-transform: translatey(100px); -o-transform: translatey(100px); -webkit-transform: translatey(100px); transform: translatey(100px); width: 50%; left: 25%; overflow-x: hidden; position: relative }
		.slidingtestimonialsWrp h3 { color: #8ec4f2; font-size: 1em; font-weight: 300; letter-spacing: 1px }
		.quotes { background: url(../images/sprite.png) -219px -283px no-repeat; width: 27px; height: 23px; display: inline-block; margin: 0 0 30px }
		@keyframes moveleft {
			from { -moz-transform: translate3d(-200px, 0, 0); -ms-transform: translate3d(-200px, 0, 0); -o-transform: translate3d(-200px, 0, 0); -webkit-transform: translate3d(-200px, 0, 0); transform: translate3d(-200px, 0, 0) }
			to { -moz-transform: translate3d(1300px, 0, 0); -ms-transform: translate3d(1300px, 0, 0); -o-transform: translate3d(1300px, 0, 0); -webkit-transform: translate3d(1300px, 0, 0); transform: translate3d(1300px, 0, 0) }
		}
		@keyframes movedownleft {
			from { -moz-transform: translate3d(-200px, 0, 0); -ms-transform: translate3d(-200px, 0, 0); -o-transform: translate3d(-200px, 0, 0); -webkit-transform: translate3d(-200px, 0, 0); transform: translate3d(-200px, 0, 0) }
			to { -moz-transform: translate3d(1300px, 0, 0); -ms-transform: translate3d(1300px, 0, 0); -o-transform: translate3d(1300px, 0, 0); -webkit-transform: translate3d(1300px, 0, 0); transform: translate3d(1300px, 0, 0) }
		}
		@keyframes moveright {
			from { -moz-transform: translate3d(-200px, 0, 0); -ms-transform: translate3d(-200px, 0, 0); -o-transform: translate3d(-200px, 0, 0); -webkit-transform: translate3d(-200px, 0, 0); transform: translate3d(-200px, 0, 0) }
			to { -moz-transform: translate3d(1300px, 0, 0); -ms-transform: translate3d(1300px, 0, 0); -o-transform: translate3d(1300px, 0, 0); -webkit-transform: translate3d(1300px, 0, 0); transform: translate3d(1300px, 0, 0) }
		}
		@keyframes moveline {
			from { -moz-transform: translate3d(-200px, 0, 0); -ms-transform: translate3d(-200px, 0, 0); -o-transform: translate3d(-200px, 0, 0); -webkit-transform: translate3d(-200px, 0, 0); transform: translate3d(-200px, 0, 0) }
			to { -moz-transform: translate3d(1300px, 0, 0); -ms-transform: translate3d(1300px, 0, 0); -o-transform: translate3d(1300px, 0, 0); -webkit-transform: translate3d(1300px, 0, 0); transform: translate3d(1300px, 0, 0) }
		}
		.cloud1 { background: url(../images/sprite.png) -589px -589px no-repeat; width: 404px; height: 130px; display: inline-block; position: absolute; left: 30px; top: 200px; -moz-transform: scale(.6); -ms-transform: scale(.6); -o-transform: scale(.6); -webkit-transform: scale(.6); transform: scale(.6); opacity: .4; animation: moveleft 20s ease-in-out infinite }
		.cloud2 { background: url(../images/sprite.png) -589px -589px no-repeat; width: 404px; height: 130px; display: inline-block; position: absolute; left: 800px; top: 80px; opacity: .2; -moz-transform: scale(.3); -ms-transform: scale(.3); -o-transform: scale(.3); -webkit-transform: scale(.3); transform: scale(.3); animation: moveright 10s ease-in-out infinite alternate }
		.cloud3 { background: url(../images/sprite.png) -589px -589px no-repeat; width: 404px; height: 130px; display: inline-block; position: absolute; left: 40px; opacity: .4; top: 450px; -moz-transform: scale(.6); -ms-transform: scale(.6); -o-transform: scale(.6); -webkit-transform: scale(.6); transform: scale(.6); animation: movedownleft 30s ease-in-out infinite; animation-delay: 3s }
		.lines { background: url(../images/sprite.png) -33px -744px no-repeat; bottom: 76px; display: inline-block; height: 31px; left: 26px; position: absolute; width: 910px }
		.Cup { background: url(../images/sprite.png) -632px -140px no-repeat; width: 188px; height: 252px; display: inline-block }
		#page7 h1 { color: #333; font-size: 2.8em; font-weight: 100; margin-top: 0 }
		ul.ourclientcarousal { display: block; list-style: none none; margin: 0; padding: 0 }
		ul.ourclientcarousal li { -moz-box-sizing: content-box; box-sizing: content-box; display: block; float: left; text-align: center; margin-right: 48px; height: 90px }
		.abtUS { background-color: #5C5F8A; padding: 60px 100px; text-align: center }
		.abtUSList { list-style: none none; margin: 0; padding: 0; color: #fff; font-size: 20px }
		.abtUSList li { -moz-box-sizing: content-box; box-sizing: content-box; display: block; float: left; text-align: center; margin-right: 20px }
		.ideaLxCircle:before { content: ""; display: block; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; border: 1px solid #5895CC; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50% }
		.ideaLxCircle { border: 10px solid #fff; position: relative; z-index: 10 }
		.ideaLxCirclemain { -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; width: 160px; height: 160px; background-color: #FFF; margin-right: 30px; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease }
		.ideacirclewrp { position: absolute; top: -90px; left: 0 }
		.ideacircleIcon { background: url(../images/sprite.png) -666px -15px no-repeat; width: 49px; height: 73px; display: inline-block; margin-top: 30px }
		.footer { background-color: #F5F5f5; padding: 30px 100px 15px }
		.footer .list0 { float: left; width: 24% }
		.footer .list1, .footer .list2, .footer .list3, .footer .list4 { float: left; width: 19% }
		.list3 { width: 16% !important }
		.list4 { width: 22% !important }
		.footer ul { padding-left: 0; margin-left: 0px !important; list-style: none }
		.footer ul a { color: #666; text-decoration: none; font-weight: 200; font-size: 17px; line-height: 25px }
		.footer-mtext { color: #62AADC; font-size: 21px; line-height: 36px; margin-bottom: 20px }
		.fbIcon { background: url(../images/sprite.png) -213px -312px no-repeat; width: 32px; height: 32px; display: inline-block }
		.twitterIcon { background: url(../images/sprite.png) -257px -312px no-repeat; width: 32px; height: 32px; display: inline-block }
		.googleIcon { background: url(../images/sprite.png) -300px -312px no-repeat; width: 32px; height: 32px; display: inline-block }
		.inIcon { background: url(../images/sprite.png) -344px -312px no-repeat; width: 31px; height: 32px; display: inline-block }
		.subscribewrp { border: 1px solid #DADADA; border-left: none; border-right: none; padding: 15px 0; margin: 20px 0 }
		.subscribeDiv { float: left; width: 48.3% }
		.subscribeDiv1 { display: none; }
		.subscribeDiv3 { height: 69px; line-height: 66px }
		.subscribeDiv h6 { text-transform: uppercase; font-size: 14px; color: #666; font-weight: 200; margin: 0 0 15px }
		.subscribeDiv3 a { color: #63ABDD }
		.Copyrighttext { text-align: center; color: #CFCFCF }
		.txtBox { -moz-transition: all .2s ease 0s; -o-transition: all .2s ease 0s; -webkit-transition: all .2s ease 0s; transition: all .2s ease 0s }

		.carouselWrp { width: 600px; height: auto; overflow: hidden }
		.posrelative { position: relative }
		.carouselWrp .part { float: left; -moz-transition: all .2s ease 0s; -o-transition: all .2s ease 0s; -webkit-transition: all .2s ease 0s; transition: all .2s ease 0s; position: absolute; width: 500px }
		.carouselWrp .part1 { top: 0; left: 0 }
		.carouselWrp .part2 { top: 0; left: 600px }
		.overflowWrp { width: 9000px; overflow: hidden; position: relative; height: 500px }
		.teawavewrp { bottom: 107px; position: absolute; right: -12px }
		#page7 .story { height: 45%; padding: 0; width: 1032px; position: relative }
		.logoWrp { padding: 30px 0; width: 100% }
		.logo1 { background-position: -21px -3px; width: 67px }
		.logo2 { background-position: -134px -3px; width: 65px }
		.logo3 { background-position: -17px -93px; width: 80px }
		.logo4 { background-position: -102px -89px; width: 117px }
		.logo5 { background-position: -121px -179px; height: 95px; width: 90px }
		.logo6 { background-position: -17px -178px }
		.logo7 { background-position: 1px -268px; width: 110px }
		.logo8 { background-position: -116px -271px; width: 88px }
		.clearfix:after, .clearfix:before { content: ""; display: table }
		.clearfix:after { clear: both }
		.clearfix { zoom: 1 }
		.float-left { float: left }
		.float-right { float: right }
		.carousel { margin-top: 30px }
		ul.carousel-Ul { list-style-type: none; margin: 0; padding: 0; position: relative; top: 0; white-space: nowrap }
		.carousel-Ul>li { width: 100%; white-space: normal; display: inline-table; position: relative; list-style: none }
		.disabledbtn { opacity: .5; cursor: default }
		.carouselarrowlrt { background: url(../images/sprite.png) -459px -122px no-repeat; width: 33px; height: 78px; display: inline-block; cursor: pointer; left: 0; position: absolute; top: 50%; -moz-transform: scaleX(-1); -o-transform: scaleX(-1); -webkit-transform: scaleX(-1) }
		.carouselarrowrgt { background: url(../images/sprite.png) -459px -122px no-repeat; width: 33px; height: 78px; display: inline-block; cursor: pointer; position: absolute; right: 0; top: 50% }
		.carousel-Nav { width: 100%; text-align: center; margin-bottom: 20px }
		.carousel-pagelink:hover { opacity: 1 }
		.carousel-pagelink { background-color: #fff; border-radius: 50%; content: ""; display: inline-block; opacity: .4; height: 9px; width: 9px; cursor: pointer; margin-left: 6px }
		.carousel-activeLink { opacity: 1; height: 10px; width: 10px }
		.smallNav .circle { height: 100px; width: 102px; background: url(../images/transparent.png) left top; padding-bottom: 0; -moz-transition: all .3s ease; -o-transition: all .3s ease; -webkit-transition: all .3s ease; transition: all .3s ease }
		.smallNav .circle:hover { -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); backface-visibility: hidden; -moz-transform: translateZ(0); -ms-transform: translateZ(0); -o-transform: translateZ(0); -webkit-transform: translateZ(0); transform: translateZ(0) }
		.smallNav .circle::after { border: 2px solid #fff; border-radius: 75px; content: ""; height: 80px; left: 9px; position: absolute; top: 8px; width: 80px }
		.smallNav .activeCircle .circle::before { border: 2px solid #fff; border-radius: 104%; bottom: -5px; content: ""; display: block; left: -5px; position: absolute; right: -5px; top: -5px; z-index: -1 }
		.smallNav .activeCircle .circle { background-image: none; background-color: #fff !important; position: relative; z-index: 10 }
		.smallNav .activeCircle .circle::after { border: none }
		.smallNav .activeCircle .activeMenu { border-color: #fff }
		.smallNav .menuWrp { margin-top: 0 }
		.smallNav .smallcircleText { font-size: 0.8em; line-height: 5.7em; text-transform: uppercase; margin-left: 5px }
		.smallNav .menu1Icon, .smallNav .menu2Icon, .smallNav .menu3Icon, .smallNav .menu4Icon { background-image: url(../images/sprite.png); background-repeat: no-repeat }
		.smallNav .menu1Icon { background-position: -440px -15px; width: 55px; height: 41px }
		.smallNav .activeCircle .activeMenu .menu1Icon { background-position: -440px -71px }
		.smallNav .menu2Icon { background-position: -510px -15px; width: 42px; height: 42px }
		.smallNav .activeCircle .activeMenu .menu2Icon { background-position: -510px -71px }
		.smallNav .menu3Icon { background-position: -567px -13px; width: 32px; height: 42px }
		.smallNav .activeCircle .activeMenu .menu3Icon { background-position: -567px -69px }
		.smallNav .menu4Icon { background-position: -609px -15px; width: 48px; height: 40px }
		.smallNav .activeCircle .activeMenu .menu4Icon { background-position: -609px -71px }
		.smallNav .circlewrp { height: 10px !important }
		.smallmenu1Icon { background: url(../images/sprite.png) -16px -17px no-repeat; width: 110px; height: 81px; display: inline-block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; -webkit-perspective: 1000 }
		.animateDiv { margin-top: 30px; -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px); -webkit-transform: translateY(100px); transform: translateY(100px); -moz-transition: all .6s ease .5s; -o-transition: all .6s ease .5s; -webkit-transition: all .6s ease .5s; transition: all .6s ease .5s }
		.administrators_slidingWrp, .instructor_slidingWrp, .partners_slidingWrp, .students_slidingWrp { display: none; -moz-transition: all .6s ease; -o-transition: all .6s ease; -webkit-transition: all .6s ease; transition: all .6s ease; overflow: hidden; border: 0; text-align: left; margin: auto; height: 450px; width: 80% }
		#page1 .txtBox { width: 80% }
		.footer .txtBox { margin: 0 30px 6px 0; border: 1px solid #dadada; border-radius: 4px; color: #333; font-size: 14px; height: 30px; line-height: 30px; padding: 0 10px; width: 296px }
		.txtBox { margin: 0 25px 35px 0; border: 1px solid #dadada; border-radius: 4px; color: #333; font-size: 16px; height: 42px; line-height: 42px; padding: 0 10px; width: 296px }
		html.fsvs { height: 100%; width: 100%; position: fixed; top: 0; left: 0; overflow: hidden }
		html.fsvs #fsvs-body { -webkit-backface-visibility: hidden; -webkit-perspective: 1000; position: absolute; left: 0; z-index: 1; height: 100%; width: 100%; top: 0 }
		html.fsvs #fsvs-body>* { height: 100%; width: 100%; overflow: hidden; -webkit-backface-visibility: hidden; -webkit-perspective: 1000; background-size: cover; }
		html.fsvs #fsvs-pagination { margin: 0; padding: 8px 4px; position: fixed; height: auto; right: -100px; top: 50%; z-index: 999; width: 32px }
		html.fsvs #fsvs-pagination li { list-style: none; width: 25px; height: 25px; line-height: 25px; text-align: center; margin: 0 0 2px; cursor: pointer }
		html.fsvs #fsvs-pagination li>span { width: 22px; height: 22px; line-height: 22px; display: block }
		html.fsvs #fsvs-pagination li>span>span { -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; width: 12px; height: 12px; line-height: 12px; border: 1px solid #C7C7C5; display: block; margin: 4px }
		html.fsvs #fsvs-pagination li.active>span>span { background: #4BA0EB }
		html.fsvs #fsvs-pagination li:last-child { margin: 0 }
		html.fsvs.demo #fsvs-body>.slide { padding: 40px; text-align: center }
		html.fsvs #fsvs-body #fsvs-pagination { right: 3px !important }


		@media screen and (max-width:1024px) {
			#page7 .story { width: 80% }
			body { font-size: 87% }
			.pageHeader .nav-link { margin-right: 18px }
			.story { width: 85% }
			.smallNav .smallcircleText { font-size: .87em; line-height: 7em }
			#page1 h3.heading { font-size: 1.7em }
			.txtBox { width: 150px }
			.loginInstruction { font-size: .9em }
			.circlewrp { height: 175px }
			ul.ourclientcarousal li { margin-right: 16px }
		}
		#fsvs-body .footer { height: 60%; -moz-transition: all .3s ease .5s; -o-transition: all .3s ease .5s; -webkit-transition: all .3s ease .5s; transition: all .3s ease .5s; -moz-transform: translatey(200px); -ms-transform: translatey(200px); -o-transform: translatey(200px); -webkit-transform: translatey(200px); transform: translatey(200px) }
		.SuccessstoriesWrp .part { padding: 0 50px }
		.logoDiv { left: 0; position: absolute; top: 17% }
		.overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, .5); z-index: 100000; display: none }
		/*.modal { position: absolute; top: 50%; left: 50%; margin-right: -50%; transform: translate(-50%, -50%); padding: 5px 5px 0; line-height: 20px; font-size: .9em; background-color: #fff; z-index: 11 }*/
		.ul.ourclientcarousal li:last-child { margin-right: 0 !important }
		.displayNone { display: none }
		.circleText ul { list-style: outside none none; }
		.ideapage ul { margin-left: 7px }
		body .mainComment #disqus_thread .postbox section #rules { top: 16px !important; }
/*		#page4{ display: none; }
*/		#page5{ background: #eff1f7; }

/*

landing page modal
*/
.video-modal .modal-body {}

.video-modal .modal-body video {
    width: 100%;
}

.video-modal .modal-body .close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -19px;
    right: -20px;
    background: #3498DB;
    opacity: 1;
    border-radius: 100px;
    color: #fff;
}header.landing nav ul li a:focus{outline: none;}

@media  (max-width: 767px){
	html.fsvs {
		height: inherit !important;
		width: inherit !important;
		position: inherit !important;
		top: inherit !important;
		left: inherit !important;
		overflow: inherit !important;
	}


	html.fsvs #fsvs-body {
		position: inherit  !important;
		top: inherit !important;
		bottom: inherit !important;
		width: inherit !important;
		height: inherit !important;
	}
	.client, .testimonial {
	    padding: 50px 0 !important;
	}
	#page1, #page2, #page3, #page4, #page5, #page6, #page7 {
    width: 100% !important;
    position: relative !important;
    height: 100% !important;
}
}

@media (min-width: 768px) and (max-width: 991px){
	html.fsvs {
		height: inherit !important;
		width: inherit !important;
		position: inherit !important;
		top: inherit !important;
		left: inherit !important;
		overflow: inherit !important;
	}


	html.fsvs #fsvs-body {
		position: inherit !important;
		top: inherit !important;
		bottom: inherit !important;
		width: inherit !important;
		height: inherit !important;
	}
	.client, .testimonial {
	    padding: 50px 0 !important;
	}

	#page1, #page2, #page3, #page4, #page5, #page6, #page7{
		height: 100vh !important;
	}
}

@media (min-width: 992px) and (max-width: 1024px	){
	html.fsvs {
		height: inherit !important;
		width: inherit !important;
		position: inherit !important;
		top: inherit !important;
		left: inherit !important;
		overflow: inherit !important;
	}


	html.fsvs #fsvs-body {
		position: inherit !important ;
		top: inherit !important;
		bottom: inherit !important;
		width: inherit !important;
		height: inherit !important;
	}

	.client, .testimonial {
	    padding: 50px 0;
	}
	#page1, #page2, #page3, #page4, #page5, #page6, #page7{
		height: 100vh !important;
	}
}


/*17 nov*/

@media (max-width: 767px){
	.programme-owl .owl-nav.disabled {
    display: block !important;
    margin: 0;
}

.programme-owl .owl-nav.disabled button {
    border: none;
    background: transparent;
    font-size: 23px !important;
    line-height: normal;
    height: auto;
    padding: 0 5px;
}

.programme-owl .owl-nav.disabled button span {
    font-size: 48px;
}

.programme-owl .owl-nav.disabled button:hover {
    background: transparent;
}
}
@media(min-width: 768px) and (max-width: 991px){
	    .pageHeader .logo a{
    width: 250px !important;
}
.programme-owl .owl-nav.disabled {
    display: block !important;
    margin: 0;
}

.programme-owl .owl-nav.disabled button {
    border: none;
    background: transparent;
    font-size: 23px !important;
    line-height: normal;
    height: auto;
    padding: 0 5px;
}

.programme-owl .owl-nav.disabled button span {
    font-size: 48px;
}

.programme-owl .owl-nav.disabled button:hover {
    background: transparent;
}
}
