/* CSS for popup styling */
.overlay {
  display: none; /* Hide the overlay initially */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999999999; /* Ensure popup is above other elements */
}

.popup {
	min-width: 320px;
	padding: 20px 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 999999999; /* Ensure popup is above other elements */
}

.close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
}

.main-menu-area .sub-menu {
	top: 60px;
  width: 260px;
	
}

.main-menu-area ul li {
  padding: 0 5px;
}

.header-log-reg {
  flex-basis: 15%;
}

.mean-container .mean-nav ul li li a{
	width: 100%;
}
.site-logo img {
  max-width: 280px;
}

.sidebar-logo img {
  max-width: 210px;
}

.about-instructor p{
	text-align: justify;
}

p{
	color: #000;
}

.page-banner-area {
  background-image: url("./uploads/banner-6.webp");
}

.instructor-img {
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 15px;
}

.footer-top-area {
  padding: 25px 0;
}

ul.foot-cmenu li{
	display: inline;padding: 0 4px;
}

ul.foot-cmenu li a{
	color: #FF630E;
}

ul.foot-cmenu li a:hover{
	color: #fff;
}

ul.foot-cmenu li::after{
	border-right: 2px solid #fff;
}

@media only screen and (max-width: 767px){
	.page-banner-area {
	  padding: 25px 0 10px;
	}
}

@media only screen and (max-width: 767px){
	.about-area {
	  padding: 25px 0 80px;
	}
}

@media only screen and (max-width: 767px){
	.inst-profile-area h3 {
	  font-size: 32px;
	  line-height: 40px;
	}
}

@media only screen and (max-width: 767px){
	.instructor-info {
	  padding: 5px 5px 30px;
	  margin-bottom: 45px;
	}
}

@media only screen and (max-width: 767px) {
  .category-single.two.shadow-none img {
    max-width: 100%;
  }
}

.category-single img {
  border-radius: 8px;
  margin-bottom: 5px;
}

.about-instructor {
  padding: 0;
}

.about-cont {
  margin-left: 0;
}

.about-cont h4{
	font-size: 28px;
	font-weight: bold;
}

.about-area {
  padding: 35px 0 35px;
}

.about-area p{
	text-align: justify;
	font-size: 18px;
}

.books ul li a{
	font-size: 26px;
	font-weight: bold;
	color: #FF630E;
}

.books ul li a i{
	padding-right: 10px;
	color: #000;
}

.books ul li a span{
	display: block;
}

.submit-btn input {
    display: inline-block;
    padding: 14px 30px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background-color: #FF630E;
	border: none;
    border-radius: 4px;
	cursor: pointer;
}
.submit-btn input:hover {
    background-color: #130F40
}

.blog-high strong{
	color: #594CF9;
	font-weight: 300;
	font-size: 18px;
}

.block-quote p{
	text-align: left;
}
/** BLOG**/
.entry-content h3,
.blog-posts .entry-content h4{
  font-size: 28px;
  font-weight: 700;
  margin: 30px 0 15px;
}

.entry-content .image-wrapper p{
	font-size: 16px;
	text-align: center;
	font-style: italic;
	color: #0867DF;
}

.single-post-content-wrapper ul{
	list-style-type:disc;
}

.image-wrapper{
	text-align: center;
}

.single-post-content-wrapper ul li,
.single-post-content-wrapper ol li{
	font-family: rubik,sans-serif;
	font-size: 16px;
	text-align: justify;
}
.entry-content ul li,
.entry-content ol li{
	font-family: rubik,sans-serif;
	font-size: 16px;
}

.footer-top-area {
	background-color: #e1f2ff;
}
.footer-widget li a,
.footer-widget h4,
.footer-widget.footer-contact li,
.footer-widget.footer-contact li i,
.footer-widget.footer-contact li p,
.footer-widget.footer-cat li i{
  color: #000;
}

.webinar-img {
  max-width: 100%;
}
.webinar-content {
  padding: 15px 0 0 0;
	width: 100%;
}

.books span{
	color: green;
}

/*==========================================================================
Scroll Top CSS
==========================================================================*/
#scroll {
  display: block;
	width: 35px; height: 35px;
  background-color: #FF630E;
  position: fixed;
	right: 10px; bottom: 10px;
}

#scroll a {
	color: #fff;
}

.footer-bottom-area p.orange{
	color: #FF630E;
}

.instructor-body h3{
	font-size: 22px;
}

.instructor-single li {
	display: block;
	margin: 5px 0;
}

.instructor-body .contact-btn a {
  padding: 8px 10px;
	display: block;
}

.instructor-body .contact-btn a:hover {
  padding: 8px 10px;
	color: #fff;
}








.webinar-btn button {
  font-size: 15px;
  line-height: 25px;
  color: #ff630e;
  border: 1px solid #ff630e;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: rubik,sans-serif;
  display: inline-block;
  margin-top: 5px;
}

.login-btn button {
	border: none;
  display: inline-block;
  background-color: #ff630e;
  width: 100%;
  padding: 15px 0 13px;
  border-radius: 6px;
  height: 50px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 25px 0 20px;
}

.login-btn button:hover {
    background-color: #130f40;
}

.course-categories li a {
	min-width: 160px;
  background-color: #ff630e;
  padding: 5px 10px;
  margin: 0 2px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
	text-transform: uppercase;
}

.instructor-single .contact-btn{
	text-align: left;
}

p.note{
	color: #dc3545;
}