@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
html 								{scroll-behavior: smooth;}
body								{font-family: 'Poppins', sans-serif;}
*									{ padding:0px; margin:0px;}
img									{ max-width:100%; height:auto;}
p									{ margin-bottom:0px;}
h1									{}
h2									{}
h3									{}
h4									{}
h5									{}
a									{ text-decoration:none !important;}
a:hover {color: #fff;}
ul									{ list-style:none;}
li 									{ list-style: none}
input,select,button:focus 			{ box-shadow: none;outline: none;}
.form-control:focus					{ box-shadow: none;background: #f4f4f4;border-color:#ced4da; }
.btn.focus, .btn:focus {
     outline: 0; 
     box-shadow:none; 
}
.pad 								{ padding:0px;}
.header-top 						{ font-size: 16px; padding: 10px 0px; /*background:#0048a8;*/ background: #f8f9fa }
.header-top a 						{ color: #6d6d6d; margin-right: 15px;}
.header-top a i 					{ padding-right: 10px;}
.header-top p 						{}
.hlogin 							{ background: #6d6d6d; padding: 5px 10px !important; color: #fff !important; border-radius:5px;}
.hlogin:hover 						{ color: #3865ff !important;}
.header-top span 					{ padding-left: 20px;}
.socialicons 						{ text-align: right;}

.main-logo img 						{ padding-top: 6px;} 							
.logo a 							{ display: inline-block;}
.banner 							{ background-image: url("../images/shape-3.png"), url("../images/transp.png"); background-repeat: no-repeat; background-size: contain;background-position: 150px -10px;}

.banner-text h4						{ color: #002160; font-size: 40px; font-weight: 700; padding-top: 185px; padding-bottom: 15px; }
.banner-text h4 span 				{ font-weight: 200; display: block; color:#565872; font-size: 35px;}
.banner-text p						{ color: #000; font-size: 20px; font-weight: 300; padding-bottom: 35px; }
.find-course 						{ height: 53px; width: 300px;border: 1px solid #e7e7e7;  padding-left: 15px;}
.find-coursebut 					{ background:#0f2160; border:none;padding:15px 20px; color: #fff; font-weight: 600; padding-left: 15px; position:relative; left:-4px; }
.banner-right 						{ z-index: 0;}
.banner-right img 					{ width: 460px; padding-top: 60px;}


.nav-link 							{ color: #fff !important; font-size: 16px; font-weight: 500; margin-left: 12px}

.navbar .active 					{ background: url("../images/menu-border.jpg") bottom left no-repeat;background-position: 21px 42px;}

.nav-link:hover	 					{ background: url("../images/menu-border.jpg") bottom left no-repeat;background-position: 9px 42px;}
.innerpage-nav .active 					{ background: url("../images/innermenu-border.jpg") bottom left no-repeat;background-position: 21px 37px;}
 
.innerpage-nav .nav-link:hover	 					{ background: url("../images/innermenu-border.jpg") bottom left no-repeat;background-position: 9px 42px;}

.header-menu 						{ padding: 8px 0px;}
.my-dropdown 						{ padding: 0px; border-radius:0px;top: 60px;}
.my-dropdown .dropdown-item			{ padding: 10px 10px 10px 13px;font-size: 16px;}
/* RES NAV */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color:#00288f;    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; z-index: 99; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;  
    
    color: #fff;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus {
    color: #fdc800;
}
.sidenav button:hover {color: #54a6ff;}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
/*    .sidenav a {font-size: 18px;}*/
}
.resp-nav      				{background: none; border-radius: 6px; display: none; }
.resnav-icon 				{ padding: 4px 0px;color: #fff;font-size: 30px;display: inline-block; float:right}
.banner2 .resnav-icon 		{ padding: 4px 0px;color: #3057e7;font-size: 30px;display: inline-block; float:right}
.dropdown-container 		{  display: none;  background-color: #08319a;  padding-left: 8px;}
.fa-caret-down 				{float: right;padding-right: 8px;}	
.nest-nav:focus 			{border:none; outline: none;}	
.nest-nav 					{padding: 8px 8px 8px 32px;text-decoration: none;font-size: 18px; color: #fff;display: block;transition: 0.3s;background: none;border: none;width: 100%;text-align: left;}
.dropdown-container a 		{ font-size: 18px;}
/* RES NAV */





.h-contact 							{background: #f3f3f3;} 	
.contact-try 						{ background: #f7bd00; padding: 40px;margin-top: -61px;}
.contact-try p 						{ color: #000; font-size: 40px; font-weight: 400;}
.contact-try a 						{ background: #fff; padding: 12px 30px;font-size: 24px; color:#000; border-radius:30px; float:right}

.whyus-section 						{ padding: 50px 0px; background: #f7f7f7;}
.why-us 							{}
.why-us h4 							{color: #002160; font-size: 40px; font-weight: 700; padding-bottom: 30px;padding-top: 27px;}
.why-us p 							{color: #565872; font-size: 18px; font-weight: 300; padding-bottom: 25px;}
.why-us ul li 						{color: #565872; font-size: 18px; font-weight: 300; background: url("../images/green-tick.png") no-repeat left top; padding-left: 35px;margin-bottom: 20px;}
.why-usimg img 						{ width: 400px;padding-top: 75px;}

.student-section 					{ padding: 30px 0px; }
.student 							{}
.student h4 						{color: #000; font-size: 40px; font-weight: 700; padding-bottom: 30px;padding-top: 45px;}
.student p 							{color: #565872; font-size: 18px; font-weight: 300; padding-bottom: 25px;}
.student ul li 						{color: #565872; font-size: 18px; font-weight: 300; background: url("../images/green-tick.png") no-repeat left center; padding-left: 35px;margin-bottom: 20px;}
.studentimg img 					{ width: 500px}

.live-section 					{ padding: 30px 0px;}
.live 							{}
.live h4 						{color: #002160; font-size: 40px; font-weight: 700; padding-bottom: 30px;padding-top: 45px;}
.live p 							{color: #565872; font-size: 18px; font-weight: 300; padding-bottom: 25px;}
.live ul li 						{color: #565872; font-size: 18px; font-weight: 300; background: url("../images/green-tick.png") no-repeat left top; padding-left: 35px;margin-bottom: 20px;}
.liveimg img 					{ width: 500px}


.courses-section 				{ padding: 40px 0px; background: #f7f7f7;}
.courses-section h4 			{color: #002160; font-size: 40px; font-weight: 700; padding-bottom: 10px; text-align: center;}
.courses-section p 				{color: #565872; font-size: 18px; font-weight: 300; padding-bottom: 15px; text-align: center;}
.courses  						{/*border:1px solid #e7e7e7;box-shadow: 0 2px 5px rgba(242,242,242,.8);*/ background: #fff;}
.courses img 					{width: 100%;}
.courses h5 					{font-size: 16px; font-weight: 500; padding:0px 15px;color: #0060ff;}
.courses ul 					{margin-bottom: 0px;}
.courses ul li 					{font-weight: 400; font-size: 16px; margin-bottom: 5px;padding-left: 12px;}
/*.courses a 						{ font-size: 16px; font-weight: 600; padding-left: 12px; color: #00cc26; margin-bottom: 20px; display: inline-block;}*/
.view-more 						{font-size: 18px; font-weight: 600; padding: 10px 25px; color: #fff; display: inline-block; background: #00137a;    border-radius: 50px;} 
.fac-name {color: #666666 !important;font-size: 14px !important;font-weight: 400 !important;padding-bottom: 6px !important;text-align: left important;
	padding-left: 11px !important;} 
.star-course 	{ padding-left: 12px; }
.star-course i { padding-right: 2px;color:#eb8a2f;font-size: 14px;}
.star-course span { padding-right: 5px;font-weight: 500;color: #000;}
.course-cost {font-size: 20px;font-weight: 500;padding-left: 12px; margin-bottom: 10px;color: #000;}
.courses:hover h5 {color: #3057e7;}

.faculty-section 				{ padding: 30px 0px;}
.faculty-section ul li          { width:23%; margin:1%; float: left;}
.faculty-section h4 			{ color: #777;font-size: 24px;font-weight: 500; padding: 15px;text-align: left;background: #fbfbfb;}
.faculty-section h1 			{ color: #000;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px;
    text-align: center;}

.faculty-section p 				{color: #000; font-size: 22px; font-weight: 400; padding-bottom: 15px; text-align: center}
.faculty-section h3 			{color: #000; font-size: 30px; font-weight: 700; padding-bottom: 15px; text-align: center; text-transform: uppercase;}
.fac-border 					{border-bottom:1px solid #cacaca; margin-bottom: 40px;}
.faculty  						{border:1px solid #e7e7e7;box-shadow: 0 2px 5px rgba(242,242,242,.8); border-radius: 0px; text-align: center;padding-top: 90px;}
.faculty-img 					{ width:120px; height: 120px; border-radius:50%;margin: auto;margin-top:20px; margin-bottom: -80px;box-shadow: 0 2px 9px rgb(147 147 147 / 80%); overflow: hidden; text-align: center; }
.faculty-img img 				{ border-radius:50%;object-fit: cover;height: 100%;width: 100%;}
.faculty h5 					{font-size: 24px; font-weight: 700;margin-top: 15px; color: #000;}
.faculty p 						{font-weight: 400; font-size: 14px; margin-bottom: 5px;padding-left: 12px; color:#8b8b8b;}
/*.courses a 						{ font-size: 16px; font-weight: 600; padding-left: 12px; color: #00cc26; margin-bottom: 20px; display: inline-block;}*/
#owl-demo2 .item{margin:10px; margin-top:30px;}
#owl-demo22 .item{margin:10px; margin-top:30px;}



.footer 							{ background-image: linear-gradient(#002a74,#0047c4,#0052e2); padding: 70px 0px 0px 0px; background-size: cover;}
.footer h3 							{ font-size: 24px; font-weight: 600; color: #fff; padding-bottom: 20px;}
/* .footer ul li a 					{font-size: 16px;font-weight: 400;color: #fff; background: url(../images/footer-line.jpg) no-repeat left center; padding-left: 20px;} */
.footer ul li a 					{font-size: 16px;font-weight: 400;color: #fff;} 
.footer ul li 						{ padding-bottom: 5px;margin-bottom: 15px;}
.ul-disk ul li 							{ border-bottom: 1px solid #004fdb;}
.footer-logo img 					{ padding-bottom: 20px; width: 65px;}
.foot-text 							{ color: #fff !important;padding-right: 30px;padding-bottom: 30px; text-align: left !important;font-size: 16px !important;}
.footer-contact span 				{ width: 27px;display: inline-block;}
.footer-contact img 				{ max-width: 130px;}
.footer-contact a 					{ padding-left: 0px !important;}
.address-section 					{ border:1px solid #797979; padding: 20px; background: #000; margin-bottom: 30px;} 
.add-icon							{ width:70px; display: inline-block; float: left; }
.add-icon i 						{ font-size: 32px; color: #f7bd00; padding-top: 8px;}	 
.add-text 							{ display: inline-block; float: left;width: 78%; font-size: 16px; color: #6d6d6d; border-right:1px solid #797979;min-height: 60px;}

.copy-right 						{ text-align: center;
    color: #fff;    
   }
.copy-right p 						{ font-size: 16px; font-weight: 400;}
.c-bor { border-top: 1px solid #0015dd;padding: 12px 0px;}

.banner2 							{ background:#fff;}
.innerpage-nav .nav-link 			{ color:#000 !important;padding-right: 0px !important;} 
.inner-bredcrum 					{ background: url(../images/inner-bg.jpg) no-repeat center; padding:12px 0px; color:#fff;}
.inner-bredcrum h2 					{ font-weight:800; color:#fff;font-size: 22px; margin-bottom: 0px;    }
.inner-bredcrum a 					{ display:inline-block;color: #fff;padding-top: 3px; }
.ibredcrum 							{ text-align:right; }
/*.courses-section h4 				{ text-transform: uppercase;color: #8c8c8c;font-size: 34px; font-weight: 700;padding-bottom: 20px; text-align: left;} */
.categoriesbtns {  border-radius:0px;width: 230px;text-align: left;height: 50px;font-weight: 600;background:#e3e3e3}
.categoriwidth 						{ width:230px;}
.nborder 							{ border-radius:0px; border:0px; padding: 0px;-webkit-box-shadow: 0px 0px 35px -6px rgba(230,230,230,1);
-moz-box-shadow: 0px 0px 35px -6px rgba(230,230,230,1);
box-shadow: 0px 0px 35px -6px rgba(230,230,230,1);}
.nborder ul 						{ margin-bottom: 0px;padding: 15px 5px;}
.nborder ul li 						{ padding: 10px; }
.c-filters 							{ margin-bottom: 13px;}



.course-inner 	{ background: url(../images/contact-shape.png) #1d2b36 no-repeat top center; background-attachment: fixed;padding: 50px 0px;}
.course-left h2 	{ color: #fff; font-weight: 700; padding-bottom: 20px; }
.course-left p 		{color: #fff;padding-bottom: 20px;}
.course-left ul 	{padding-left: 17px;}
.course-left ul li 	{ float: left; list-style: disc; padding-right: 30px; color: #fff;}
.course-left ul li strong{    color: #21e1ff;}
.course-right 		{ padding-top: 20px;}
.course-right h3 	{ color: #fff;}
.course-list ul {}
.course-list ul li { width: 31.3%; margin: 1%; float: left;}
.exam-section {
    padding: 30px 0px;
}
.exam-section ul {}
.exam-section ul li { width:23%; margin: 1%; float: left;}
.subscribe 			{background:#00DD80; color: #fff; border:none; padding: 8px 30px;font-weight: 700;}
.course-videodescription 	{}
.course-video iframe {width:100%;}
.course-videodetail 	{ background: #fff; border-radius:8px; padding: 30px;}
.instructor 			{ background: #f9f9f9;padding: 0px;border-radius: 4px;margin-top: 20px;top: 100px; }
.instructor h3 		{ background: #e5e5e5;
    font-size: 16px;
    font-weight: 600;
    color: #454545;
    padding: 15px 30px; text-align: center;}
.mar 				{ margin-bottom: 0px;}
.ins-left			{ float: left; width: 50px; margin-right: 10px; height: 50px; overflow: hidden;}
.ins-right 			{ float: right; width: 88%;}
.ins-right h2  		{ font-size: 18px !important; font-weight:600; }
.instructor-content { font-size: 14px; margin-top: 15px}
.course-details 	{ padding: 20px;margin-top: 20px;}
.course-details ul  { margin-bottom: 0px;}
.course-details ul li {padding:12px 8px; border-bottom:1px solid #ccc;}
.course-details ul li:last-child {border-bottom:0px;}
.course-details ul li:nth-child(odd) {} 
.course-details ul li a { color:#848484; font-weight: 400;}
.course-details ul li a span { padding-right:10px;color: #848484;}
.course-details h2 { text-transform: uppercase;font-weight: 600; font-size: 24px;}
.course-ddescription { padding:10px 0px}
.course-ddescription h2 {margin-top: 22px;text-transform: uppercase;font-weight: 600; font-size: 20px;}
.course-ddescription p {color:#a5a5a5; margin-bottom: 10px;}
.course-ddshow 			{ position: relative;}
.course-ddshow a 		{ font-weight: 600;  }
.course-ddshow:after {
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6533963927367823) 39%, rgba(255,255,255,1) 100%);
    height: 80px;
    width: 100%;
    top: -85px;
	left: 0;}
.reply-blog 						 {margin-top: 40px;background: #f9f9f9; padding: 20px;}
.reply-blog h2 						 { padding:0px;color: #000;text-transform: uppercase;font-weight: 600; font-size: 24px;    margin-bottom: 20px;}
.reply-blog label 	{font-size: 14px; color: #427bff; font-weight: 600; }
.input-border       {color: #000;
    border: none;
    background: none;
    border-bottom: 2px solid #427bff;
    border-radius: 0px;
    padding-left: 0px;}
.input-border:focus {
    box-shadow: none;
    background: none;
    border-color: none;
}
.input-border::placeholder {
  color: #ccc;
  opacity: 1; /* Firefox */
}

.appoint-send 		{border: none; color: #fff;font-size: 16px;font-weight: 400;padding: 10px 22px; background: #152397; border-radius: 8px;display: inline-block;}

.appoint-send:hover {background: #353535 !important;color: #FFFFFF !important;}

.inner-content 						{ text-align:center}
.inner-content h2 					{ color: #fff; margin-top: 90px;}
.inner-content ul li 				{ display: inline-block;}
.inner-content ul li a 				{ color: #fff; padding:10px 15px; background: url("../images/bredcrum-arrow.png") left center no-repeat;}
.inner-content ul li:nth-child(1) a {  background: none}
.related 	{ padding: 0px; color: #000;text-transform: uppercase;font-weight: 600;font-size: 28px !important;margin-bottom: 20px; margin-top: 20px;}

.contact-section { background: url(../images/contact-shape.png) #ececec6b no-repeat top center; background-attachment: fixed;}
.c-maintext      { text-align: center; padding: 40px 0px;}
.c-maintext h3   { font-size: 18px; color: #002160; font-weight: 500;}
.c-maintext h2   { font-size: 34px; color: #000000; font-weight: 600;}
.c-call  		 { background: #fff; border-radius:5px; padding: 30px;min-height: 200px; }
.c-call img 		 { margin-bottom: 20px;}
.c-call p     {color: #8b8b8b;padding: 10px 0px;}
.c-call a     {color: #000;font-weight: 600; }
.c-mail 		 { background: #fff; border-radius:5px; padding: 30px;}
.c-mail img 		 { margin-bottom: 20px;}
.c-mail p     {color: #8b8b8b;padding: 10px 0px;}
.c-mail a     {color: #000; font-weight: 600;}
.c-support       { background: #002160; border-radius:5px; padding: 30px;}
.c-support img 		 { margin-bottom: 20px;}
.c-support h5 	 { color: #fff;}
.c-support p     {color: #fff; padding: 10px 0px;}
.c-support a     {color: #fff;font-weight: 600;}
.con-detail 	{  padding-bottom: 40px;}

.comment-section { padding: 40px 0px;}
.comment-form    {  background: #fff;border: 1px solid #ccc; padding: 30px;}

.login-section 			{ background:#fff no-repeat top center; padding: 50px 0px;}
.login-form 			{ max-width:500px; margin: auto; background: #d5deff6b; padding: 30px;}
.l-mail			 		{color: #000;font-weight: 600;}
.l-input 				{ border:none; border-radius:0px;}
.l-button 				{width: 100%;border: none;border-radius: 0px;margin-top: 20px;padding: 7px 0px;font-size: 20px; background: #0f2160; margin-bottom: 20px;}
.pass-view 				{ position: relative;}
.pass-view i    		{ position: absolute;right: 10px;top: 47px;color: #747474;}

.cf-label 				{color: #000;font-weight: 600;}
.l-input1 				{ height: 48px; padding-left: 20px; border: 1px solid #ccc; width: 100%; border-radius:0px;}
.comment-section h5  	{ font-size: 30px;color: #325aeb; padding-top: 190px;}
.comment-section p 		{color: #8b8b8b;}

.instructor-count 		{ text-align: center; padding: 30px 0px; background: #4054b2; color: #fff;}
.instructor-count h5 	{ font-size: 48px;}
.cources-count 			{ text-align: center; padding: 30px 0px;background: #b24061;color: #fff; }
.cources-count h5 		{ font-size: 48px;}
.student-count 			{ text-align: center; padding: 30px 0px;background: #57b3a0;color: #fff;}
.student-count h5 		{ font-size: 48px;}
.satisfaction-count 	{ text-align: center; padding: 30px 0px;background: #98b240;color: #fff;}
.satisfaction-count h5 	{ font-size: 48px;}
.about-section          { padding: 60px 0px;position: relative;}
.about-section::after   {content: "";background: url(../images/contact-shape.png) #fff no-repeat top center; background-attachment: fixed; padding: 60px 0px;opacity: 0.1;top: 0;left: 0;bottom: 0;right: 0;position: absolute; z-index: -1;}
.about-img 				{ text-align: right;}
.about-detail 			{ margin-top: 30px;}
.about-left h5 			{  font-size: 20px; color: #325aeb; text-transform: uppercase;padding-bottom: 10px;}
.about-left h2			{  font-size: 30px;}
.about-left p			{  font-size: 18px;padding-bottom: 20px;color: #666;font-weight: 300;}
.about-point p 			{ }
.about-point h3 		{ font-size: 20px;padding-bottom: 10px;color: #7fc34c; background: url("../images/green-tick.png") no-repeat left top; padding-left: 32px;}

.testimonial   			{ padding: 40px 0px;}
.testimonial h2 		{font-size: 34px; padding-bottom: 20px;color: #325aeb;}
.tes 					{ padding: 20px;margin: 10px; position: relative;-webkit-box-shadow: 0px 0px 23px 2px rgba(227,227,227,1);-moz-box-shadow: 0px 0px 23px 2px rgba(227,227,227,1);box-shadow: 0px 0px 23px 2px rgba(227,227,227,1); }
.tes p 					{font-size: 18px;padding-bottom: 10px;color: #666;font-weight: 300; padding-top: 15px;min-height: 133px;}
.tes img 				{ width: 90px}
.tes span 				{ font-size: 16px; font-weight: 500;}
.comm-submit			{font-size: 18px;color: #002160; border: none;padding: 10px 20px;margin-bottom: 10px;background: #f4c80b; border-radius:0px;}
.comm-submit:hover      { background: #f4c80b;}
.comment-form h2 		{font-size: 30px;font-weight: 400;margin-top: 0; text-align: center; padding-bottom: 20px; color:#fdc800;}
.sign-body 				{ max-width: 440px; margin: auto; padding: 30px; border: 1px solid #ccc;margin-top: 30px;margin-bottom: 30px;}
.sign-body h2 			{font-size: 30px;font-weight: 400; margin-top: 0;text-align: center;margin-bottom: 25px;}
.sign-body a, .sign-body h2 {color: #002160;}   
.sign-body p 			{ font-size: 18px;color: #666; font-weight: 300; padding-bottom: 10px;text-align: center;}
.facebook-l 			{padding: 16px 0 16px 12px;background: #3b5998;font-size: 18px; margin-right: 8px;}
.loginSMIcon 			{position: absolute;font-size: 28px!important; right: 11px;top: 14px;}
.google-l 				{padding: 16px 0 16px 12px;background: #e05631;font-size: 18px;}
.or 					{ margin-bottom: 20px!important;}
.orr 					{text-align: center; background: #fff; position: relative; padding: 5px; top: 10px;left: 46%;font-size: 15px;  
    text-transform: uppercase; color: #666;}
.user1 					{margin-bottom: 10px;}
.l-log1 				{font-size: 24px;color: #FFF;width: 100%;border: none;padding: 7px 0;margin-bottom: 10px;}
.l-log, .l-log1 		{background: #3159ea;}
.sign-body p 			{font-size: 18px;color: #666;font-weight: 300;padding-bottom: 10px;}
.facebook-l, .google-l 	{ width: 48.9%;color: #fff;position: relative;float: left;}
.passw, .user, .user1 	{ height: 48px;padding-left: 20px; border: 1px solid #ccc; width: 100%;}
.student-dashboards     {background: url(../images/contact-shape.png) #1d2b36 no-repeat top center; background-attachment: fixed;padding: 50px 0px; }
.student-dashboards h4 	{color: #fff; font-size: 40px;}
.student-dashboards p 	{color: #fff; font-size: 20px; margin-bottom: 20px;}

.student-left 			{ width:80px; float:left;margin-right: 18px}
.student-left img 		{ border-radius:50%;box-shadow: 0 2px 5px rgb(204 204 204 / 80%);}
.student-right h2 		{ font-size: 22px;font-weight: 600; padding-top: 13px;}
.student-back 			{ background: #f7f7f7; margin: 0px; padding: 25px 15px; margin-top: 30px;}
.find-course1 			{ height: 53px; width: 48%; border: 1px solid #e7e7e7; padding-left: 15px;}
.student-search 		{ max-width:600px; margin: auto; text-align: center;}
.course-info-left img 	{ width: 120px;height: 125px; object-fit: cover; margin-right: 30px;border-top-left-radius: 3px; border-bottom-left-radius: 3px;}

.course-info-left .media-body {border-right: 1px solid #eaeaea;padding: 30px 0;height: 125px;}
.course-info-left .media-body h3 {font-size: 16px;font-weight: 700; color: #333; margin-bottom: 10px;}
.course-info-middle 	{border-right: 1px solid #eaeaea;border-left: 1px solid #eaeaea; padding-left: 30px;}
.course-info-middle 	{padding: 31px 0;border-left: 0;height: 125px; }
.review-stars i 		{ padding-right: 2px; color: #eb8a2f;}
.review-stars-rated 	{position: relative;display: inline-block;}
.course-info-middle h4 	{margin-top: 10px;font-size: 14px;font-weight: 600; color: #333;margin-bottom: 10px;}
.media-body h4 			{margin-top: 10px;font-size: 14px;font-weight: 600;color: #333; margin-bottom: 10px;}
.course-info-right 		{padding: 30px 0;}
.course-info-right h3 	{display: inline-block;font-size: 25px;font-weight: 700;color: #3db166; margin-top: 12px;}
.view-more2 			{font-size: 14px;font-weight: 600;padding: 9px 22px; color: #fff; margin-top: 10px;display: inline-block; background: #3057e7; border-radius: 4px; border:none;float: right;margin-right: 20px;}
.view-more2:hover 		{background: #02b3e4}
.course-instructor		{background: #e5e5e5; margin-top: 30px;}
.course-top 			{ margin-top: -260px;}
.course-incost 			{ padding: 30px 0px;}
.course-details .card 	{ background: none; border:none;border-bottom: 1px solid #4f92ff !important; border-radius:0px;}
.course-details .card-header { background: none; border:none;border-bottom: 1px solid #4f92ff !important; padding-left: 0px;padding-right: 0px;}
.black 					{color: #02b3e4; font-size: 18px; font-weight: 400;}
.card-body 				{padding: 5px 0px;}
.course-cost2 			{ margin-top:15px; float: left;} 
.video-preview 			{ margin-top:20px;}
.video-preview2 		{ padding:30px; padding-top: 0px}
.video-preview .nav-link { background: #e5e5e5;font-size: 16px;font-weight: 800;padding: 13px 36.6px; border: 1px solid #eee; border-radius: 0;color:#454545 !important;margin-left: 0px; margin-bottom: -1px;} 
.video-preview .nav-link.active {border-top: 2px solid #00138a;color:#02b3e4 !important;}
.video-preview .nav-link i{margin-right: 5px;}
.video-preview .card 	{ background: none; border:none;border-bottom: 1px solid #eee !important; border-radius:0px;}
.video-preview .card-header { background: none; border:none;border-bottom: 1px solid #4f92ff !important; padding-left: 0px;padding-right: 0px;}
.video-preview ul  		{ margin-bottom: 0px;}
.video-preview ul li 	{padding:12px 8px; border-bottom:1px solid #ccc;}
.video-preview ul li:last-child {border-bottom:0px;}
.video-preview ul li:nth-child(odd) {} 
.video-preview ul li a 	{ color:#848484; font-weight: 400;}
.video-preview ul li a span { padding-right:10px;color: #848484;}
.inst-tab 				{ margin-top: 40px;}
.inst-detail 			{ padding-top:10px}
.tab-comments 			{ padding: 20px;margin: 0px;margin-top: 40px;background: #fafafa;/* border: 1px solid #ccc;*/}
.ins-right2 			{ width:73%;}
.instructor-detailsbg 	{ background: #fafafa;  padding: 22px; margin-top: 30px;}
.tab-comments label 	{font-weight:600;} 
.c-feature 				{border: 1px solid #d0d0d0;}
.c-feature span 		{float:right}
.c-feature h2 			{ background: #e5e5e5; font-size: 16px; font-weight: 600; color: #454545; padding: 15px 30px; text-align: center;}
.c-feature ul 			{background: #fff;margin: 0 30px 50px 30px;padding: 0;}
.c-feature ul li 		{list-style: none; line-height: 63px; border-bottom: 1px solid #eee;font-size: 16px;color: #454545;font-weight: 400;}
.c-feature ul li i 		{color: #0f138a;margin-right: 9px;}

.flilter-i 				{ float:right; padding-top:4px;}
.filter-star 			{color: #eb8a2f;}
.learning-left 			{float:left; width:30%;}
.learning-right 		{float:right; width:60%;}
.learning-right h2 		{ font-size: 18px;color: #333;font-weight: 500;padding-top: 10px;}
.learning-right p  		{ font-size:14px; color: #828282;}
.l-border 				{ margin-top: 20px;box-shadow: 0 2px 5px rgb(169 169 169 / 80%);}
.l-border a 			{ color: #3057e7;font-size: 14px;position: absolute;bottom: 10px;}
.l-border a i 			{padding-left: 5px;padding-top: 13px;font-size: 12px;}
.my-learning h3 		{font-weight: 700;padding-top: 50px; color: #000; text-transform: uppercase;}
.my-learning p 			{ font-size: 16px !important;}
.t-quote 				{ width:60px; height: 60px; background: #02b3e4;position: absolute;top: -20px;} 
.t-quote i 				{color:#fff; font-size: 40px;padding-top: 10px;}
.tes h3 				{font-size: 24px; font-weight: 600;color: #02b3e4;}
.tes-center 			{ text-align: center; margin: 0px; margin-bottom: 40px;}
.facprofile-section 	{padding: 50px 0px;}
.facprofile-content 	{ }
.facprofile-content h2 {font-size:40px; color: #000; font-weight: 800; }
.facprofile-content h4 { font-size:24px; color: #000; font-weight: 600;}
.facprofile-content h5 { font-size:24px; color: #000; font-weight: 600; padding-top: 20px;}
.facprofile-content p  { font-size:18px;font-weight: 400;line-height: 1.5; color: #212529; padding-bottom: 15px;}
.facprofile-image img  {}
.facprofile-image h2   { font-size:28px; color: #000; font-weight: 800; text-align: center; padding-top: 20px;
    width: 100%;}
.facprofile-image h4   { font-size:18px; color: #212529; font-weight: 600; text-align: center;}
.feedback-img img 	   { padding-top: 100px;}
.course-head { }
.course-head h2 	   { margin-top: 30px;font-weight: 600;font-size: 30px;}
.c-height  			   { min-height: 231px !important;}
.live 				   { padding-top: 0px !important;}
.live img 			   { width:66px;}
.pro-res 			   { text-align:center; margin-top:20px}
.facprofile-image 	   { width: 130px;height: 130px;box-shadow: 0 2px 9px rgb(147 147 147 / 80%);text-align:center; margin: auto;}
.facprofile-image img  { object-fit: cover; width:100%; height: 100%;}
.topic-adiscription    { font-size: 16px; color: #4d4d4d; font-weight: 400; padding-left: 15px;}
.cimage-fit 		   { width: 258px;height: 177px;overflow: hidden; -webkit-box-shadow: 0px 3px 3px 0px rgba(208, 208, 208, 0.39);-moz-box-shadow:    0px 3px 3px 0px rgba(208, 208, 208, 0.39);box-shadow: 0px 3px 3px 0px rgba(208, 208, 208, 0.39); margin-bottom: 10px;position: relative;}
.cimage-fit img 	   { object-fit: cover;height: 100%;width: 100%;transform: scale(1);transition: .9s;}
.cimage-fit:hover img  { transform: scale(1.1);}
.course-fw 			   { width: 256px;}
.social-share     	   { text-align: center;} 
.social-share a i 	   { font-size: 14px;color: #ccc; }
.social-share p 	   { font-weight: 700; text-align: center;}
.topic-desc 		   { padding-left: 15px;font-size: 16px;color: #666;font-weight: 300;}
.pdf-download 		   { float:right;}
.pdf-download:hover    { color: #000;}
.course-video h3       { font-size: 24px;font-weight: 500;float: left;margin-top: 30px;}
.c-facname:hover       { color: #000;}
.topic-desc p 		   { font-weight: 300;font-size: 16px;color: #666;padding-left: 15px;}
.register-eye 		   { position: relative;}
.register-eye i        { position: absolute; right: 10px; top: 15px;}
.stu-profile 		   { overflow: hidden; }
.stu-profile span      { color:#6d6d6d;padding-left: 0px !important;position: relative;top: 2px;}
.stu-profile img 	   {object-fit: cover;width: 30px;height: 30px;border-radius: 30px;border: 1px solid #868686;}
.stu-profile2          { width:80px; height: 80px; overflow: hidden; border-radius: 50%; }
.stu-profile2 img      {object-fit: cover; width: 100%; height: 100%;}
.stud-profiletext      { position: absolute;left: 100px;z-index: 41;color: #000;top: 25px;}
.stud-profiletext span { display:block;}
.stud-name 			   { font-weight: 600;}
.stud-email 		   { font-size:14px;}
.drop-arrow::after     {content: none !important}
.student-nav i         {color: #000; font-size: 16px; padding-right: 0px !important}
.student-nav .nav-link { padding: 0px;}
.student-nav .nav-link:hover i {color: #3057e7}
.student-nav:active    {  background: none;}
.my-dropdown 		   {left: 10px;width: 260px;top:42px;}
.my-dropdown .dropdown-item			{ padding: 10px 10px 10px 13px;font-size: 14px;font-weight: 500;/*border-bottom: 1px solid #f1f1f1;*/}
.my-dropdown .dropdown-item			{ padding: 10px 10px 10px 13px;font-size: 14px;font-weight: 500;/*border-bottom: 1px solid #f1f1f1;*/}
.my-dropdown .dropdown-item:hover { color:#3057e7}
.student-nav a 		   { margin: 0px;}
.stud-nav 			   {padding: 0px;}
.my-courseimg 		   { width:130px; height: 130px; overflow: hidden;}
.my-courseimg img      {object-fit: cover; width: 100%; height: 100%;}
.my-input              { border-radius:0px;}



.exam-newsection       { margin: 40px 0px;}
.exam-papers     	   { -webkit-box-shadow: 0px 0px 16px -2px rgba(138,138,138,1);-moz-box-shadow: 0px 0px 16px -2px rgba(138,138,138,1);
box-shadow: 0px 0px 16px -2px rgba(138,138,138,1); }
.live-free 			  { position: relative;}
.e-live  			  {background: url(../images/live.png) no-repeat bottom center;padding: 7px 7px 26px 7px;display: inline-block;color: #fff;font-weight: 700;background-size: contain;position: absolute; top: -49px;}
.e-price    		  {background: url(../images/live.png) no-repeat bottom center;padding: 7px 7px 26px 7px;display: inline-block;color: #fff;font-weight: 700;background-size: contain;position: absolute; top: -49px;}
.e-free 			  {background: #cc0000; padding: 1px 14px;color: #ffffff; display: inline-block; font-weight: 700; background-size: contain; 
    font-size: 15px; border-radius: 5px;right: 9px;}

.exam-papers h2  	  { font-size:18px; font-weight: 600; margin-bottom: 10px;}
.exam-papers a        { font-size:12px; color: #333; background: #ccc; padding: 5px 8px; border-radius:3px; margin-bottom: 10px; display: inline-block;}
.exam-papers a i      { padding-right: 5px;}
.exam-timedate {}
.exam-timedate span   {font-size: 14px; color: #3057e7;font-weight: 500;padding-bottom: 9px; display: inline-block;}
.exam-timedate span i { padding-right:5px;}
.exam-ques 			  { }
.exam-ques ul 		  {}
.exam-ques ul li      { padding: 8px 0px; border-bottom: 1px solid #aeaeae;}
.exam-click           { text-align: center; margin-top: 20px}
.exam-click a         { font-size: 18px; background: #3057e7; color: #fff;padding: 5px 20px;border-radius: 3px; margin-bottom: 10px;display: inline-block; }
.exam-fw img          { }
.exam-fw-content      { padding:10px; }
.exam-fw-content h5   { padding-left: 0px;}
.exam-tag span        {font-size: 12px;color: #333;background: #ccc;padding: 5px 8px;border-radius: 3px; margin-bottom: 10px; display: inline-block;}
.exam-tag 			  { min-height: 78px;}
.e-wishlist           {  }
.ewish-but            { background: #00138a;height: 47px;padding: 10px;border: none;line-height: 30px; color: #fff; margin-right: 10px;border-radius:5px; font-size:14px; } 
.e-share 			 { float:left;}
.eshare-but          { background: #00138a; height: 47px;padding: 10px;border: none;line-height: 30px;color: #fff;border-radius:5px;}
.social-share 		 { }
.social-sharenew     { text-align:center;margin: auto;}
.social-sharenew i 	 { color: #fff !important; margin-right: 5px !important;}
.course-fw1          { width: 251px;}
.mtab-content        {}
#shareicon a { margin-right: 15px; display: inline-block; font-size: 20px;}
#shareicon a:hover  { color: #00138a}
.s-facebook 	{ color: #3a5791;}
.s-twitter 	{ color: #01a2f0;}
.s-linkedin 	{ color: #0076b3;}
.s-whatsapp 	{ color: #38d64d;}
.s-insta 	{ color: #b72f93;}
.s-telegram 	{ color: #039be5;}


.mtab-content h2 {font-size: 26px;font-weight: 600;color: #0f2160; text-align: left; padding: 0px 10px; position: relative;top: -26px;
    margin-bottom: 0px;background: #fff;display: inline-block;margin-left: 15px;  }
.mtab-button         { margin-bottom: 80px;}
.mtab-button ul      { margin: auto; text-align: center; margin-bottom: 40px;}
.mtab-button ul li {color: #000; padding: 0px;display: inline-block; margin-bottom: 10px; }
.mtab-button ul li a { border:1px solid #dcdcdc; color: #000; font-size: 18px; font-weight: 600; display:inline-block; padding:9px 25px; border-radius:30px; }
.mtab-button ul li.active a {background: #0f2160; color: #000;border:1px solid #0f2160; }
.mtab-button ul li.active a { color: #fff;} 
.newexam-section  	{ padding-top: 20px; background: url("../images/transp.png") top center;}
.mpadd 				{ padding: 0px;}
.m-taging span 		{ font-size: 12px;color: #333;background: #ccc; padding: 5px 8px; border-radius: 3px;margin-bottom: 10px;display: inline-block; margin-left: 10px;}
.m-taging span i    { padding-right: 5px;}
.about-examtopic    { padding: 10px; color: #666}
.video-preview2 .nav-link {background: #f4f4f4;font-size: 16px;font-weight: 800;padding: 13px 25px; border-radius: 0;color: #000 !important;
    margin-left: 0px;margin-bottom: -1px;border: 1px solid #fff;}
.video-preview2 .nav-tabs {border-bottom: 5px solid #00138a; }
.video-preview2 ul li { }
.video-preview2 .nav-link.active {color: #fff !important;background-color: #00138a;}
	.txam-topic-text li {background: url("../images/green-tick.png") left top no-repeat;background-position: 2px 10px;
    padding-left: 37px !important;}	
.course-ddescription p { color: #000;font-size: 16px;}
.course-ddescription a { color: #02b3e4;}
.course-ddescription a:hover {color: #02b3e4;}
.exam-table tr td 	   { padding:12px 8px;}

/*----03-03-21-----*/
.exam-papers h2 a      {font-size: 18px;font-weight: 600;margin-bottom: 0px; background: none; padding: 0px;}
.exam-papers h2 a:hover   {color:#4b6ceb;}
.liveques-section      {}
.liveques-section ul li {float: left; width: 23%; margin: 1%;}
.live-pad              { padding: 12px;}
.cimage-fit2		   {width: 255px;}
.cimage-fit2 img       {object-fit: cover;height: 100%;width: 100%;}
.e-free 			   {background: #27b800; padding: 1px 14px;display: inline-block;color: #fff;font-weight: 500;background-size: contain;position: absolute;top: 10px;font-size: 15px;border-radius: 5px;left: 9px; right: inherit;}
.live-free 			   { position: relative;}
.exam-papers           {-webkit-box-shadow: 0px 6px 23px 2px rgba(227,227,227,1);-moz-box-shadow: 0px 6px 23px 2px rgba(227,227,227,1);box-shadow: 0px 6px 23px 2px rgba(227,227,227,1);}
.e-live  			   {background: url(../images/live.png) no-repeat bottom center;padding: 7px 7px 26px 7px;display: inline-block;color: #fff;font-weight: 700;background-size: contain;position: absolute; top: -49px;}
.e-price  			   {background: url(../images/live.png) no-repeat bottom center;padding: 7px 7px 26px 7px;display: inline-block;color: #fff;font-weight: 700;background-size: contain;position: absolute; top: -49px;}
.e-nprice 			   { width:60px; height:60px; border-radius: 50%; display: inline-block; background: #ff8c38;color: #fff; font-weight: 600;position: absolute;font-size: 15px;right: 9px;padding: 19px 0px;text-align: center;top: 135px;box-shadow: 0px 0px 18px 1px rgba(255,140,56,0.6);
-webkit-box-shadow: 0px 0px 18px 1px rgba(255,140,56,0.6);-moz-box-shadow: 0px 0px 18px 1px rgba(255,140,56,0.6);z-index: 2;}
.e-nprice i            { padding-right: 5px;}

.e-npricefree 	       { width:60px; height:60px; border-radius: 50%; display: inline-block; background: #27b800; color: #fff; font-weight: 600;position: absolute;font-size: 15px;right: 9px;padding: 19px 0px;text-align: center;top: 135px;box-shadow: 0px 0px 18px 1px rgba(255,140,56,0.6);
-webkit-box-shadow: 0px 0px 18px 1px rgba(69,201,8,0.6);-moz-box-shadow: 0px 0px 18px 1px rgba(69,201,8,0.6);z-index: 2;}
.live-pad p 	      { font-size:15px; color: #666; font-weight: 300;border-bottom: 1px solid #ccc;padding-bottom: 7px;}
.live-pad h3 		  { font-size:18px; color:#4b6ceb;margin-top: 10px;margin-bottom: 0px;background: none;padding: 0px;} 
.live-pad h3 a 		  { font-size:18px; color:#4b6ceb;margin-top: 0px;margin-bottom: 0px;background: none;padding: 0px;} 
.ltopic-date 		  { font-size:14px; font-weight: 500; color: #666;}
.ltopic-date i 		  { padding-right: 8px;}
.liveinnertopic		  {}
.liveinnertopic h2    {font-size: 30px; margin-top: 20px; padding-left: 9px;}
.liveinnertopic h3 	  { font-size:27px;margin-bottom: 15px;}
.liveinnertopic p 	  { font-size:18px; font-weight: 300;}
.liveinnertopic ul 	  { margin-top: 20px;}
.liveinnertopic ul li { width:49.9%; float: left; border:1px solid #ccc;padding: 20px; border-bottom:1px solid #ccc; margin-right: -1px;
margin-bottom: -1px; min-height: 155px; }
/* .liveinnertopic ul li:last-child {border-bottom:0px; }
.liveinnertopic ul li:nth-child(2n) { border-right:0px;} */
.tfac				  {    font-size: 20px;
    color: #3057e7;
    margin-top: 20px;}
.tfac2				  {font-size: 18px;color: #3057e7; margin-top: 20px;}
.tfaccost			  { }
.tfaccost i 		  { padding-right: 5px;}
.ltopic-innerleft	  { float:left; width:60px; text-align: center; background: #4b6ceb; }
.ltopic-innerleft span  { color: #ecf0fe; display: inline-block; text-align: center; font-size: 16px; font-weight: 600; border-top: 1px solid #fff; padding-top: 2px; }


.ltopic-innerleft h4  { font-size: 28px;margin-bottom: 0px; color: #fff;}
.ltopic-innerleft p   { font-size: 18px;margin-bottom: 0px; color: #fff;}
.ltopic-innerright	  { float:left; padding-left: 10px; width:79%}
.ltopic-innerright span 	{background: #b7b7b7;padding: 5px 16px;border-radius: 30px;display: inline-block;color: #fff;font-size: 16px;}
.p-topics 			  {padding-top: 4px;font-size: 18px;color: #333;}

.p-topicsstat         { color: #fff;  background: #00d03e; padding: 2px 10px; border-radius: 4px; margin-top: 7px; display: inline-block; }
.t_accordion .card-header { background: none;border: none;border-bottom: 1px solid #4f92ff !important; padding:0px;}
.t_accordion .card-header h3 { padding:0px; background:none;}
.t_card               { border:none; border-bottom:1px solid #ccc !important;}

/*----03-03-21-----*/
.lhf		          { margin-top:12px;}
.lhf-left             { text-align:left}
.lhf-center           { text-align:center}
.lhf-right            { text-align:right}
.l_language           {  }
.f_free               {  }
.p_free 	          {padding: 0px 11px; display: inline-block; color: #fff; background: #4b6ceb; font-size: 17px; margin-top: 0px; border-radius: 5px;}
.p_paid 	          {padding: 0px 11px; display: inline-block; color: #fff; background: #cc0000; font-size: 17px; margin-top: 0px; border-radius: 5px;}
.t_min 		          {background: none !important; color: #333 !important; margin-top: 12px; padding: 0px !important; margin-bottom: 12px; float: right; width: 50%; text-align: right; }
.p-topicsstat-live    {background: #d32e09 ;color: #fff;display: inline-block;padding: 5px 16px;border-radius: 40px;}

.to_date 			  {background: none !important; color: #4b6ceb !important; padding: 0px !important; float: left; width: 50%; margin: 12px 0px; }
.t_pdf:hover   		  {color: #4b6ceb;}

.p_instructor         {background: #fff;  padding: 0px; border-radius: 0px; border: 1px solid #d0d0d0; }
.p_instructor h3 	  { background: #e5e5e5; font-size: 22px; font-weight: 600; color: #454545;  padding: 15px 30px;}
.t_faq 	              { border: 1px solid #d0d0d0;margin-top:30px;}
.t_faq h3             {background: #e5e5e5; font-size: 22px; font-weight: 600; color: #454545;  padding: 15px 30px; margin-bottom:0px;}
.studentdropdown      {  left: -220px !important;  }


/*----04-03-21-----*/
.c-count 			  { padding:0px 15px;}
.c-count ul li        {border-bottom: 1px solid #cacaca; margin-bottom: 0px; padding-left: 0px; float: left; width:100% !important;margin-top: 5px;}
.c-count ul li:nth-child(2) { border-bottom: 0px}
.c-count ul li p span {color: #000; font-weight: 600;}
.less-count	          {float:left;width:50%;}
.less-count p 	      { color: #333; font-size: 16px;text-align: left; padding: 8px 0px;}
.qa-count	          {float:left;width:50%;}
.qa-count p 	      { color: #333; font-size: 16px; text-align: left;padding: 8px 0px;}
.q-count	          {float:left;width:50%;}
.q-count p 	          {color: #333; font-size: 16px;text-align: right;padding: 8px 0px;}
.course-language      {float:left;width:50%;}
.course-language p    {color: #333; font-size: 16px;text-align: right;padding: 8px 0px;}
/*.course-language1     {position: absolute; bottom: 10px;}*/
.course-language1 p   {color: #333 !important;font-size: 14px;text-align: left; padding: 0px 12px; display: inline-block; margin-left: 15px;  margin-right:5px;border: 1px solid #cacaca;
    border-radius: 30px;
    font-weight: 400; }
.course-price         { text-align: center;position: relative; bottom: -20px; padding-bottom: 15px;}
.course-price span    { padding: 8px 3px; border-radius: 5px; color: #666; font-size: 17px; font-weight: 500; display: block; }
.newcourse-cost2 { /* background:#cc0000 !important; */ }

.course-video      	  {top: 110px; z-index: 3;padding-top: 30px; background: #fff;padding-bottom: 2px;}
.course-instructor 	  { display:none;background: #fff; }
.ins-right            { float: right; width: 76%;}
.instructor 	      { background: #fff;padding: 0px;border-radius: 0px;margin-top: 20px; top: 100px;border: 1px solid #d0d0d0;}
.c-socialshare 	      { text-align: center; border-bottom: 0px !important;}
.c-socialshare a      {font-size: 30px; display: inline-block; }
/*	.c-socialshare a i 	{color: #b1b1b1 !important;}*/
.c-feature ul     	  {background: #fff; margin: 0 15px 15px 15px; padding: 0;}
.ewish-but            { background: #00138a; height: 40px;padding: 0px 10px;border: none;line-height: 40px;color: #fff; margin-right: 10px;
border-radius: 0px !important;}
.eshare-but 		  { background: #00138a; height: 40px; padding: 10px; border: none; line-height: 20px;color: #fff; border-radius: 0px !important;}
.q-color 			  {color: #000;font-weight: 600;}
.qaq-button           { color: #4488d0 !important;text-decoration: none !important;}
.noborder 			  { border:none !important;}
.a-color              {color: #cc0000;font-weight: 600;}
.instructor-details   { padding:30px;} 
.feature-star i       { color: #eb8a2f !important; margin-right: 0px !important;}
.cor-review           { /*border-bottom:1px solid #cacaca;*/padding-bottom: 18px;}
.exam-fw              {width: 255px;}
#post-data            { margin-bottom: 20px}
.why-who 	          {}
.why-who h3           { font-size:30px;color: #000;}
.why-who p 		      {font-size: 18px; color: #666;font-weight: 300; padding-right: 20px;}
.about-detail p 	  { font-size: 20px;}
.new-aboutcount       {background: url("../images/count.jpg") center no-repeat; padding:70px 0px; margin-top:40px;}
.count-border         {border:1px solid #fff; color:#fff; text-align:center; padding:30px 0px;}
.count-border h4      {font-size:30px;}
.count-border p       {font-size:20px;}
.count-border i       { font-size:40px; padding-bottom: 15px;}

.flip-card            { background-color: transparent;  width: 100%;  height:334px;  perspective: 1000px;-webkit-perspective: 1000;
-moz-perspective: 1000;  -o-perspective:1000;-ms-perspective: 1000;perspective: 1000;-ms-transform: perspective(1000px);
-moz-transform: perspective(1000px);-moz-transform-style: preserve-3d; 	-ms-transform-style: preserve-3d;}
.flip-card-inner 	  {  position: relative;  width: 100%;  height: 100%;  text-align: center;  -webkit-transition: 0.6s;-webkit-transform-style: preserve-3d;-ms-transition: 0.6s;-moz-transition: 0.6s;-moz-transform: perspective(1000px);-moz-transform-style: preserve-3d;-ms-transform-style: preserve-3d;transition: 0.6s;transform-style: preserve-3d;box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);}
.flip-card:hover .flip-card-inner {-webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -o-transform: rotateY(180deg);
transform: rotateY(180deg);}
.flip-card-front, .flip-card-back {position: absolute;width: 100%;height: 100%;backface-visibility: hidden;}
.flip-card-front 	 {background: #bbb;color: black;}
.flip-card-back      {background-color: #3057e7;color: white;-webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);transform: rotateY(180deg); padding:20px; box-sizing:border-box;}
.flip-card-back h1 	 { font-size:16px; color:#fff; text-align:center; font-weight:700; padding-top:0px; margin-bottom:0px; text-transform: uppercase; padding-bottom:0px;}
.flip-card-back p	 { font-size:15px; color:#fff; text-align:center; font-weight:300; padding-top:8px; }
.flip-card-back a	 { background:#fff; color:#00a923; font-size:22px; font-size:16px; padding:10px 15px; display:inline-block; border-radius:8px; margin-top:20px;}
.flip-card-back a:hover	{ text-decoration:none;}
.bott-space	         { margin-bottom:20px;}
.flip-card-front img {padding:0px !important; max-width: 100%; min-height: auto; height:330px}
.fac-frontcontent    { background: #3057e7; color: #fff;padding: 10px;position: absolute; bottom: 0px; width: 100%;}
.flip-card-front h5  { font-size:22px;}
.flip-card-front p   { font-size: 16px; padding-bottom: 0px;color: #fff;}
.about-provideo      { text-align: center; margin: 40px;}
.only-ques p 		 {color: #0056b3;}
.m-taging {/* min-height: 82px; */}
.con-detail h5       { font-size:19px;}

 .liveexpert         { color:#606060; text-align:center}
 .liveexpert p:hover {color:#606060; }
 .expert-small       { font-size:14px; text-align:center;}
 .expert-small:hover { } 
 .livesum            {color:#606060; font-weight:300; font-size:15px; min-height:52px }
.livesum:hover       {color:#606060;}
.live-click          {text-align:center; margin-bottom:10px;}
.live-click span     {background:#002195; color:#fff; padding:5px 10px; display:inline-block;}
.live-click span:hover {color:#fff;}
.fb-c:hover i 		{ color: #1877f2; }
.tw-c:hover i       { color: #53a3f4; }
.yt-c:hover i       { color: #e62e2d; }
.li-c:hover i       { color: #1877f2; }

.stdcourse 			{ padding-left: 20px;}
.sd-icon 			{ margin-top: 5px !important;}
.res-headerl 		{ padding-top:4px;}
.footer-social a 		{ padding-right:18px;}


.cart-list 			{ box-shadow: 0 2px 13px rgb(177 177 177 / 80%); margin:30px 0px}
.cart-list ul 		{}
.cart-list ul li 	{ border-bottom:1px solid #ccc; padding: 30px; position: relative;}
.cart-left 			{float: left;width: 30%;}
.cart-right 		{float: right; width: 70%;}
.cart-right	h2 		{font-size: 24px;font-weight: 600; padding-top: 10px; padding-bottom: 0px;}
.cart-right	h3 		{font-size: 22px; color: #000;font-weight: 800; margin-bottom: 5px;}
.cart-right	p 		{ padding-bottom: 5px;}
.cart-right a 		{ color: #7b7b7b; padding:5px 10px; border: 1px solid #C7C7C7; margin-right: 5px; margin-top: 10px; display: inline-block; }
.cart-close a 		{ position: absolute; top:37px ;right:37px; color: #000;}
.cart-close a i 	{ color: #000;}
.cart-total 		{ box-shadow: 0 2px 13px rgb(177 177 177 / 80%); margin:30px 0px;padding: 30px;}
.cart-total h4 		{ font-size: 20px;font-weight: 400;} 
.cart-total h2 		{ font-size:35px; font-weight: 600; color: #3057e7}
.cart-total a 		{ width:100%; color: #fff; background: #3057e7; padding: 10px 0px; display: block; text-align:center; margin: auto; font-size: 20px;margin-top: 20px;}
.cart-total tr td 	{ padding: 5px;}
.cart-coupon 		{ width:100%; border:1px solid #ccc;height: 45px;padding-left: 10px;margin: 10px 0px;margin-bottom: 0px;}
.a-coupon 			{ position: relative;}
.apply-cart 		{    height: 45px;padding: 0px 20px;background: #3057e7;color: #fff;border: none;position: absolute;right: 0px;top: 10px;}
.cart-total span 	{ font-size:14px; color: #7b7b7b; padding-top: 10px; display: inline-block;}

.billing-type 		{  box-shadow: 0 2px 13px rgb(177 177 177 / 80%); margin:30px 0px;padding: 30px;}
.billing-type h2 	{ font-size: 24px; font-weight: 600;}
.billing-type a 	{ padding: 10px; display: inline-block;}
.check-border 		{ border:1px solid #cacaca;}
.billing-type h4 	{ font-size: 18px; font-weight: 400; color: #7b7b7b; margin-top: 20px;}
.check-info 		{}
.check-info h4 		{ font-size: 18px; font-weight: 400; color: #7b7b7b; margin-top: 20px;}
.check-info input[type=text] {width:100%; height: 45px;border:1px solid #cacaca; padding-left: 15px;}
.billing-info h4 		{ font-size: 18px; font-weight: 400; color: #7b7b7b; margin-top: 20px;}
.billing-info input[type=text] {width:100%; height: 45px;border:1px solid #cacaca; padding-left: 15px; margin-bottom: 10px;}
.summary-total 		{font-size: 24px;font-weight: 600;}



.my-cartimg 		{width: 161px; height: 161px;overflow: hidden;}
.my-cartimg img 	{object-fit: cover;width: 100%;height: 100%;}
.cart-border 		{}
.cart-total 		{}
.banner-menu 		{ background: #002160; }
.banner-menu a 		{display: block;padding: 15px 10px;padding-bottom: 20px;} 
.bm-left 			{ text-align: center;}
.bm-right p 		{ font-weight:600; font-size: 18px;color:#fdc800}
.bm-right a 		{ font-size:16px;}
.bm-right 			{  color: s#fdc800; text-align: center; padding-left: 5px;}
.bm-right a 		{ color: #fff;}
.job-sec 			{ padding-top: 0px;padding-bottom: 60px;}

.banner-text    { position:relative; z-index: 2; } 

.exam_heading h2	{ text-align: center; margin-bottom: 30px;font-weight: 700; background: url("../images/he-border.jpg") bottom center no-repeat;padding-bottom: 10px; margin-top: 30px;}





.new_jobsections   { padding: 40px 0px;}
.new_jobsections ul {margin: auto;margin-bottom: auto;text-align: center;display: block ruby;}
.new_jobsections ul li a { padding: 9px 20px;font-weight: 600;border-radius: 30px !important;border: 1px solid #f7f7f7; color: #000 !important;}
.new_jobsections .nav-link.active, .nav-pills .show > .nav-link {color: #fff !important;background-color: #007bff;}
.jobsec_heading 	{ margin-bottom:30px; text-align:center}
.jobsec_heading p 	{ font-weight:300;}
.examc_border ul li {width:23%;margin: 1%;float: left;-webkit-box-shadow: 0px 0px 13px 0px rgba(209,209,209,1);-moz-box-shadow: 0px 0px 13px 0px rgba(209,209,209,1);box-shadow: 0px 0px 13px 0px rgba(209,209,209,1);}
.examc_border 		{ border:1px solid #dcdcdc; padding:10px; margin-bottom:70px; background:#fff;}
.dees h5 			{ text-align:center; padding-top:8px;}
.hlogin {	padding: 5px 10px !important;color: #000 !important;border-radius: 30px; background:none;}
.exam-section .courses {-webkit-box-shadow: 0px 0px 13px 0px rgba(209,209,209,1);-moz-box-shadow: 0px 0px 13px 0px rgba(209,209,209,1);box-shadow: 0px 0px 13px 0px rgba(209,209,209,1);}


.testi_section 			{ padding:40px 0px;}
.texti_user 			{margin: 15px; text-align: left; padding: 125px 20px; background: url("../images/testi-bg.jpg") center no-repeat;
background-size: auto; border-radius: 8px;background-size: cover; position: relative;}

.texti_user p 			{ color:#fff; font-weight:300; text-align: center;}
.testi_star i 			{ color: #eb8a2f;}
.testi_quote			{ text-align: left;}
.testi_quote i 			{ font-size: 50px;position: absolute; top: 78px; left: 100px;z-index: 0; color: rgba(255,255,255,.15);}
.testi_section h1 		{color: #002160; font-size: 40px;font-weight: 700; padding-bottom: 20px;text-align: center;}
.page-link 				{border-radius:0px !important; margin-top: 20px;color: #0d137a;}
.page-item.active .page-link {z-index: 3;color: #fff;background-color: #0d137a;border-color: #0d137a;}
.llive 					{position: absolute;z-index: 2; top: 20px; right: -55px; width:66px;}
.con_form .comment-form {background: #002160;}
.wri_review 			{padding: 10px 20px;margin-left: 15px;border-radius: 0px;background: #00138a;border: #00138a;}
.liveques-section		{ padding: 40px 0px;}
.instructor-details4 	{ padding: 20px 0px; max-width: 290px; position: absolute; right: 0px;}
.ins-left4 				{float: left; width: 80px; margin-right: 10px; height: 80px; overflow: hidden; border-radius: 50%;}
.ins-right4 			{ float: left; width: 200px; padding-top: 0px; padding-left: 15px; text-align: left;}
.ins-right4 h2 			{font-size: 18px !important;font-weight: 600; color: #fff;}
.ins-right4 p 			{font-size: 15px !important;font-weight: 400;  color: #fff; text-align: left;}
.related_section ul li  { width:100%; border-bottom: 1px solid #cacaca;padding: 15px 0px;margin: 0px;}
.related_left 			{ float: left; width:25%;margin-bottom: 0px;}
.related_right 			{ float:left; width:75%; }
.related_right h5 		{ font-size: 20px;}
.related_section .courses {box-shadow: inherit;}
.resp_profile		 	{ width: 50px;height: 50px;display: inline-block;border-radius: 50%;overflow: hidden;}
.stud_name 				{position: relative;top: -17px;left: 10px;}
.resp-arrow 			{padding-top: 15px;}
.sidenav a i 			{ padding-right: 10px; font-size: 18px;}
.topshort_desc 			{ color: #333; padding-left: 15px; padding-bottom: 10px; }
.ser_pop 				{margin-top: 0px !important;border-right: 1px solid #a2a2a2;padding-right: 12px;}
.course-star 			{ font-size: 14px !important;}
.course-star i 			{color: #fdcc0d}
.review_count 			{ display: inline !important;font-size: 14px !important; }
.newcourse-cost2 		{ display: inline !important;font-size: 12px !important;color: #666 !important;font-weight: 500; margin-right: 5px; }
.newcourse-cost2 i  	{color:#666 !important;}
.newcourse-cost 		{ display: inline !important;color: #666;font-weight: 500;}
.newcourse-cost i 		{ color:#666 !important;}
.cart_hover 			{ }
.h_cart 				{ padding:12px  20px; background: #0f2160; margin-bottom: 2px;position: fixed; right: 0px; top: 45%; z-index: 10;}
.h_cart i 				{ color: #fff}
.h_cart span 			{ background: #0f2160;padding-left: 10px; color: #fff; display: none;} 
.h_cart:hover span 		{ display: inline-block}
.w_cart					{ padding:12px 21px; background: #0f2160;position: fixed; right: 0px; top: 52%;z-index: 10;}
.w_cart i 				{ color: #fff}
.w_cart span 			{ background: #0f2160;padding-left: 10px; color: #fff; display: none; } 
.w_cart:hover span 		{ display: inline-block}
.app-bg 				{ background: url("../images/app-bg.jpg") center no-repeat; background-size:cover; padding-top:90px; padding-bottom:300px;}
.app-bg h2   			{ font-size:32px; font-weight:300; color:#fff;}
.app-bg h2 strong 		{ font-weight:600;}
.app-bg p 				{ color:#fff; font-size:20px; max-width:900px; margin:auto; padding:20px 0px;}
.app-img img 				{ margin-top:-250px;}
.app-uses 				{ padding:40px 0px;}
.a-uses 				{ padding:20px;box-shadow: 0 2px 5px rgba(185,185,185,.8); border-radius:10px; margin-bottom:10px;}
.a-uses h4 				{ font-size: 20px; font-weight: 500; color: #333; text-align: left; padding: 15px 0px; padding-bottom: 10px; min-height: 75px; }
.a-uses p 				{ font-size: 16px; font-weight: 300; color: #666; text-align: left;}
.a-uses i 				{ font-size:60px; color:#4052b5;}
.wish-height 			{ min-height: 228px !important;}
.wish-buttons 			{ position:absolute; bottom:0px; width:100%;}
.wish-float 			{ float:left;}
.swish-list>ul>li 	{ width:23% !important;}







.cart-netto {background: url(../images/rupee.png) left center;
    background-size: 26px;
    background-repeat: no-repeat;
    padding-left: 32px;
    background-position: 4px;
    font-size: 35px;
    font-weight: 600;
    border: none;
    height: 50px !important;
    margin: 0px !important;
    text-align: left;}
.cart-to {
    font-size: 22px;
    font-weight: 500;
    border: none;
    /* height: 50px !important; */
    margin: 0px !important;
    display: inline !important;
    float: right;
    text-align: right;
    width: 101px;
    }
.cart-disc {background: url(../images/rupee.png) left center;
    background-size: 18px;
    background-repeat: no-repeat;
    padding-left: 26px;
    background-position: 4px;
    font-size: 25px;
    font-weight: 600;
    border: none;
    height: 50px !important;
    margin: 0px !important;
    text-align: left;
    }
.coupon-list {box-shadow:none !important; }
.coupon-list ul li { width:24% !important;border: 1px dashed #ccc; padding:10px; float:left; margin:0.5%; }
.coupon_percentage { display:block; text-align:center; font-size:30px; font-weight:700; color:#fff; margin-bottom:10px;}
.coupon_code { background: url(../images/coupon-bg.png) center no-repeat; text-align: center; color: #333; padding: 10px 0px;margin-top: 5px; font-size: 14px; }	
	.coupon_content { text-align: center; color: #333; font-size: 18px; padding-top: 10px;min-height: 100px; }

#shareicon {
    max-width: 220px;
    margin: auto;
}
#disperc { padding-top: 0px;
    position: relative;
    top: -2px;}
	
.timeline { text-align:center;}	
.timeline h5 { padding-top:30px; font-size:32px; color:#4054b2}	