.hidden {
  display: none;
}

p {
  font-family: "Open Sans";
}

.cairo {
  font-family: Cairo;
}

.category-menu {
  max-width: 10em;
}

.header-course-menu {
  background: white;
  border: 1px solid #E1E1E1;
  border-radius: 0.625em 0px 0px 0.625em;
  padding: 0.2em;
}
.course-menu-title {
    font-size: 1.1em;
    color: #6C5DD3;
    font-weight: bold;
    padding-right: 0.8em;
}
.course-menu-title::after {
  content: unset;
}

.course-menu-icon {
  margin-right: 0.5em;
}

.header-search {
  max-width: 24em;
}

.header-search-input {
  background: #ffffff;
  background-color: #ffffff !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0px 0.75em 0.75em 0px !important;

}
.header-search-btn, .header-search-form form button {
    border-left: 1px solid #e1e1e1 !important;
    padding-left: 1rem;
    padding-right: 1rem;
}

.menu-right-text {
  margin-right: 1em;
}

.menu-right-text a {
    font-size: 1em;
    color: #6c5dd3;
    font-weight: bold;

}

.menu-right-text a:hover {
/*     font-size: 1.1em; */
    color: #FF9D00;
    font-weight: bold;
}

.intro1-content .sub-title {
  text-transform: unset;
}

.sub-title {
  text-transform: unset;
}

.text-yellow {
  color: #ff9d00 !important;
}

.intro1-content .desc {
  max-width: 38em;
  margin-top: 1.2em;
  font-size: 0.8em;
  text-align: justify;
}

.intro1-content .desc p {
  font-size:1.3em;
}

.loginbtn {
    background-color: #F0EEFF;
    color: #6c5dd3;
    font-size: .9em;
    border-radius: 0.625em;
    border-color: #f0eeff;
    margin-right: 1.3em;
    font-weight: bold;
}

.registerbtn {
  font-weight: bold;
  font-size: .9em;
  border-radius: 0.625em;
  padding-left: 1em;
  padding-right: 1em;
}

@media(max-width:1340px){
	.header-right .loginbtn,.header-right .registerbtn{
    	padding: 0 14px;
	}
}

@media(max-width:1260px) and (min-device-width : 1190px) {
	.header-right .loginbtn,.header-right .registerbtn{
    	padding: 0 5px;
	}
}

@media(max-width:832px){
	.header-right .loginbtn,.header-right .registerbtn{
    	padding: 0 5px;
	}
}

.blue-bottom-shadow {
  -webkit-box-shadow: 0px 20px 14px 0px rgba(109, 93, 211, 0.2);
-moz-box-shadow:    0px 20px 14px 0px rgba(109, 93, 211, 0.2);
box-shadow:         0px 20px 14px 0px rgba(109, 93, 211, 0.2);
}

.black-bottom-shadow {
  -webkit-box-shadow: 0px 12px 30px 0px rgba(108, 93, 211, 0.1);
-moz-box-shadow:    0px 12px 30px 0px rgba(108, 93, 211, 0.1);
box-shadow:         0px 12px 30px 0px rgba(108, 93, 211, 0.1);
}


.course-home-bottom-shadow-disable {
  -webkit-box-shadow: 0px 4px 15px 0px rgba(214, 190, 136, 0.5);
-moz-box-shadow:    0px 4px 15px 0px rgba(214, 190, 136, 0.5);
box-shadow:         0px 4px 15px 0px rgba(214, 190, 136, 0.5);
} 

.course-home-bottom-shadow-blue {
  -webkit-box-shadow: 0px 7px 22px 0px rgba(109, 93, 211, 0.2);
-moz-box-shadow:    0px 7px 22px 0px rgba(109, 93, 211, 0.2);
box-shadow:         0px 7px 22px 0px rgba(109, 93, 211, 0.2);
}

.course-home-bottom-shadow-blue-dark {
  -webkit-box-shadow: -3px 5px 10px 3px rgba(109, 93, 211, 0.3);
-moz-box-shadow:    -3px 5px 10px 3px rgba(109, 93, 211, 0.3);
box-shadow:         -3px 5px 10px 3px rgba(109, 93, 211, 0.3);
}

.intro1-content .btn {
    margin-top: 2.1em;
    font-family: 'Cairo';
    font-size: 1.2em;
    font-weight: 400;
    border-radius: 0.5em;
    padding: 1.5em;
}

/* .header-right {
  margin-right: 1em;
} */
.intro1-course .popular-course-icon {
  margin-right: 2vw;
  margin-bottom: 25vh;
}

.course-banner .info .title {
    font-size: 1.3em;
    line-height: 1.4;
    margin: 0;
    color: #3F3A64;
}

.course-banner .info .desc p {
    font-size: 0.9em;
}
.course-banner .info .desc .offeredby {
    font-size: 0.9em;
    color: #C8C5C5;
}

.course-banner .info .desc .offeredby2 {
    font-size: 0.9em;
    color: #000000;
}

.course-banner {
  border-radius: 1em;
}




.about-text-block {
  position: relative;
    background: #F9F9F9;
    padding: 25px 30px 15px 95px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.about-text-block2 h5 {
  font-size: 1.1em;
}

.about-text-block2 p {
  font-size: 0.8em;
  color: #AAAAAA;
}

.abeaadv-box {
  background: url(../../assets/images/advantage-home-banner.svg) no-repeat !important;
  background-size: cover !important;


}
.abeaadv-box .btn-transparent {
  margin-top: 1.7em;
}
.educator-box {
  background: url(../../assets/images/educatorcomm-home-banner.svg) no-repeat !important;
  background-size: cover !important;
}

.homebox {
  border-radius: 1em;
}

.homebox .homebox-title  h2 {
  font-size: 1.8em;
}

.homebox .content {
  padding-top: 0.8em !important;
  padding-left: 0em !important;
}

.homebox .content .description {
  font-size: 0.9em;
  max-width: 80%;
  padding-left: 0;
  margin-bottom: 10px;
}
.homebox .content .description2 {
  font-size: 0.9em;

  padding-left: 0;
}

.btn-transparent {
    background-color: transparent !important;
    color: #000000 !important;
    border: 2px solid #000000;
    border-radius: 0.8em;
}

.headermenu-right {
    font-size: 0.9em;
}


.educator-box .icon-box {
  /* background-color: #fff; */
  padding: 1.5em;
  border-radius: 1.5em;
}

.featured-course .tags span {
  background-color: #F0EEFF;
  color: #6C5DD3;
  padding: 6px;
  font-weight: 400;
}

.explorebtn {
    position: absolute;
    right: 1em;
    margin-top: 0.8em;
    font-size: 1.3em;
    color: #D2D3D4;
}


.home-about-section {
      background-repeat: no-repeat !important;
    background-position: 0% !important;
    background-size: cover !important;
    overflow: hidden !important;
    /* min-height: 800px; */
    /* background-position: 150%;*/
}

.special-course {
  min-height: 480px;
  border-radius: 3em;
}

.special-course .summaryHeading {
  font-size: 1.1em;
}
.special-course .description2 {
  font-size: 0.85em !important;
  color: #000000;
  line-height: 1.4;
}

.special-course .special-title  {
  font-size: 1.4em !important;
}

.special-course .special-btn  {
  font-size: 1em !important;
  float: right;
  padding: 0.5em;
}

.special-course-img {
    border-radius: 1.4em;
    max-width: 99%;
    margin-right: 1em;
    margin-left: -0.5em;
}

.special-course .special-info p {
  font-size: 0.95em !important;
  color: #AAAAAA;
  line-height: 1.5;
  padding-bottom: 0;
  margin-bottom: 0px;
}

.funfact .icon img {
  max-width: 4em;
  margin-bottom: 1.5em;
}

.about-sub-title {
  color: #D4A53B;
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 1.5em;
}

.about-sub-title-2 {
  color: #000;
  font-size: 1.1em;
  margin-top: 1.3em;
}
.about-box-text{
  color: #6C5DD3!important;
}
.about-box-icon{
  fill: #3c2cab!important;
}

.about-banner {
  max-width: 70%;
}
.about-top-banner {
  max-width: 470px;
  border-radius: 2em;
  position: relative;
  top: -50px;
}

.home-testimonials .swiper-slide-active {
    -webkit-box-shadow: 0px 5px 18px 0px rgba(109, 93, 211, 0.2);
  -moz-box-shadow:    0px 5px 18px 0px rgba(109, 93, 211, 0.2);
  box-shadow:         0px 5px 18px 0px rgba(109, 93, 211, 0.2);
  border-radius: 1.5em;

}

.testimonial-sub-title {
    font-size: 1em;
    color: #000000;
    text-transform: unset;
}

.home-blog-title {
  font-weight: 400;
}
.home-blog-desc {
  margin-top: 0.8em;
    font-size: 0.9em;
}

.home-counter .counter, .home-counter .number {
  color: #000000;
  font-size: 1.5em;
  font-weight: 600;
}

.blog-more-btn {
  background-color: #6C5DD3;
  padding: 0.5em 1em;
  color: #fff !important;
  float: right;
  border-radius: 1em;
}

.subscribe-box .subscribe-title {
  font-weight: 600;
}
.subscribe-box .btn-subscribe {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border:  none;
  border-radius: 10px 0px 10px 0px;
}

.brand-list .brand a img,.size {
  max-width: 50%;
  opacity: 1;
}
.sizecenter{
  display: grid;
  align-items: center;
  justify-content: center;
}

.footer-section {
  background: #ffffff;
  color: #11142D;
}
.footer-widget-content ul, .footer-widget-content ul li, .footer-widget-content ul li a {
  color: #11142D;
}

.footer-address p {
  font-size: 0.9em;
  font-weight: 600;
  color: #11142D;
}

.footer-social-inline a {
  border: 1px solid #F0F0F0;
  padding: 0.65em;
  border-radius: 3px;
}
.footer-social-inline .fa-facebook {
  color: #1E33E5;

}
.footer-social-inline .fa-twitter {
  color: #3CB5DB;
}
.footer-social-inline .fa-instagram {
  color: #FD3E77;
}
.footer-social-inline .fa-linkedin {
  color: #286FA3;
}

.copyright2 {
  font-size: 0.8em;
}

.footercopy {
    border-top: 1px solid #f0f0f0;
    padding-top: 1em;
}

.testimonial-two.testimonial-three .content .title {
  font-size: 1.2em;
  quotes: "\201C""\201D""\2018""\2019";
}

.testimonial-two.testimonial-three .content .title::before {
    color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

.testimonial-two.testimonial-three .content p {
  font-size: 0.9em;
  word-wrap: break-word;
  max-width: 510px;
}

.testimonial-two.testimonial-three .author-info .image img {
  width: 45px;
}

.testimonial-two.testimonial-three {
  padding: 21px 30px 16px;
  border-radius: 1.5em;
}

.testimonial-two.testimonial-three .author-info {
  padding-top: 1.5em;
}

.listdisplay  {text-align: left; margin-block-start: 0em;margin-block-end:0em; padding-inline-start:0px;list-style-type:none}
@media only screen and (max-width: 767px) {
  .featured-sub-title {
    font-size: 0.8em;
    text-align: justify;
    max-width: 50% !important;

  }

  .home-about {
    padding-bottom: 180px !important;

  }
  .hide-on-mobile {
      display: none;
  }
  .courses-para {
      padding: 1em;
  }
  .special-course{
    min-height: auto;
  }
  
}

.mission-description {
  font-size: 14px;
    margin-top: 25px;
    padding-right: 40px;
    height: 220px;
    overflow-y: scroll;
}



::-webkit-scrollbar {
 width: 6px;
 height: 6px;
}
::-webkit-scrollbar-thumb {
 background: linear-gradient(0deg, #b6abff 28%,#6f60d1 78%);
 border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover{
 background: linear-gradient(13deg, #c7ceff 14%,#6c5dd3 64%);
}
::-webkit-scrollbar-track{
 background: #ffffff;
 border-radius: 10px;
 box-shadow: inset 7px 10px 12px #f0f0f0;
}

.director-row-2 {
    margin-top: 8em !important;
}

.director-row, .director-row-2 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}


.mission-pics img {
    border-radius: 2em;
}
select {
  width: 100%;
    min-height: 56px;
    padding: 3px 20px;
    color: #696969;
    border: 1px solid #F5F5F5;
    border-radius: 5px;
    outline: none;
    background-color: #F5F5F5;
}

.header-courses-size {
    height: 375px;
}

.header-courses-size .titlecontainer {
    width: 100%;
}
.page-title-section .section-bottom-shape {
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
@media only screen and (min-width: 768px) {
  .courses-para {
    padding-right: 15%;
    padding-left: 15%;
    padding-top: 2em;
    padding-bottom: 2em;
    text-align: center;
    font-size: 1.1em;
  }

}


.megamenu-li {
	position: static;
}

.megamenu {
	position: absolute;
	/* width: 100%; */
	left: 0;
	right: 0;
	padding: 15px;
}
.megamenu h6{
    margin-left: 21px;
}
.megamenu i{
    width: 20px;
}

.highlights .icon {
  max-width: 50%;
  margin: 20%;
}
.author-bio {
  margin-top: 10px;

    height: 190px;
    overflow-y: scroll;
    padding-right: 10px;
    margin-right: 5px;
}
.authorinput{
  border: 1px solid #6f60d1!important;
}

.faculty-image {
    border-radius: 1.1em;
}


.course-instructor {
  margin-top: 1.5em;
}


.related-courses-section {
    margin-top: 13em;
}

.abea-logos {
  padding-right: 3em;
  max-height: 75px;
}

.course-detail-section {
  height: 540px;
}

.course-detail-section .title {
    font-size: 43px;
}
.course-detail-section .course, .course-detail-section .course-2
{
  float: right;
    position: absolute;
    right: 0;
    /* top: 500px; */
    height: auto;
    z-index: 1000;
}

.course-detail-section .course, .course-detail-section .course-2 {
  max-width: 600px;

}
.course-highlights {
    background-color: #e6f1fc;
    border-radius: 5%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0eeff+0,e6f1fc+48,f0eeff+88 */
background: #f0eeff; /* Old browsers */
background: -moz-linear-gradient(45deg,  #f0eeff 0%, #e6f1fc 48%, #f0eeff 88%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #f0eeff 0%,#e6f1fc 48%,#f0eeff 88%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #f0eeff 0%,#e6f1fc 48%,#f0eeff 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eeff', endColorstr='#f0eeff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/* 6c5dd3 */
.course-tab-curriculum {
  border-top: 4px solid transparent;
  color: #000 !important;
  border-radius: 0.7em;
  font-size: 14px;
}
.course-tab-overview {
  border-top: 4px solid transparent;
}
.course-tab-process {
  border-top: 4px solid transparent;
}
.course-tab-faculty {
  border-top: 4px solid transparent;
}
.course-tab-review {
    border-top: 4px solid transparent;
}
.course-nav-tab ul li a {
  font-size: 17px;
}
.course-nav-tab ul li a::after {
  background-color: #ff9d00;
}


.fac-img {
  height: 250px;
  width: 270px;
  border-radius: 18px 18px 0 0;
  object-fit: cover;
}
.fac-item .whats-new-description {
  background: rgb(250,250,240);
  border-radius: 6px;
  border: solid 1px rbg(245,245,245);
  padding: 8px 2px;
  height: 200px;
}
.fac-item .whats-new-title {
  color: #005cbf;
}
.fac-item .whats-new-title, .fac-item .whats-new-date {
  padding: 6px 12px;
}
.course-2 .thumbnail {
  min-height: 270px;
  max-height: 310px;
}
.homeimage .course-2 .thumbnail {
  min-height: 200px;
  max-height: 200px;
} 

/* .course-nav-tab ul li a.active {

} */
.about-text-left {
  text-align: justify;
}
.about-text-right {
    font-size: 18px;
    text-align: justify;
}

.section-padding {
      padding-top: 50px !important;
    padding-bottom: 50px !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.ml-20{
  margin-left: 20%;
}
.offset1{
  margin-left: 8.333333%;
}
.title-center{    display: grid;
  align-items: center;
}

.testimonial-slider-two>.swiper-wrapper>.swiper-slide{
  height: 20em;
}
.banner-ml-10{
  margin-left: 14vw;
}
.home-page-popular{
  position: absolute;
  top: 2em;
  margin-left: 3em;
}
.hero-bm-100{
  margin-bottom: 100px;
}
.space-bottom-5{
  margin-bottom: 5em;
}
.col-tablet-1{max-width: 14%;}
.center{text-align: center;}
.success{
  padding: 1em;
  margin-top: 1em;
  background-color: #d4edda;
  color: #000;
  border-radius: 5px;
}
.error{
  padding: 1em;
  margin-top: 1em;
  border-radius: 5px;
  background-color: #f8d7da;

}
.dropbtn {
  border: none;
  background-color: transparent;
  font-size: 1.1em;
  color: #6C5DD3;
  font-weight: bold;
  padding-right: 0.8em;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 100px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

#myDropdown>a:hover { background-color: #6C5DD3;
  color: #fff;
}

.show {display: block;}
.authorbox{
  border: 1px solid #ccc;
  height: 900px;
  border-radius: 5px;
  margin-top: 2em;
}
.author_detail{
  width: 100%;
margin: auto;
}
.author_image{
margin: 0 auto;
display: block;
width: 96px;
height: 96px;
border-radius: 100%;
border: 4px solid #F4F6F8;
margin-top: 2em;
}
.author_title{
  margin-bottom: 8px;
font-size: 19px
}
.author_bio{
  display: inline-block;
font-size: 14px;
line-height: 22px;
}
.author_lined{
  margin-bottom: 3em;
}
#errortextphone,.textred{
  color: red;
}
.colored{
  color:#f6b500;
}
.topless{
  margin-top: -3em;
}
.workshops{
  margin-top: 1em;
}

@media only screen and (max-width: 1024px) {
  
  .header-logo a img{
    width: 100%;
  }
  .header-mobile-menu-toggle .toggle{display: none;}
  
  .col-tablet-1{width: 14%;max-width: 15%;}
  .col-tablet-n1{display: none;}
  .col-tablet-4{max-width: 20%;}
  .header-search-input{display: none;}
  .header-search-btn{display: block;}
  .col-tablet-6{max-width: 76%;}
  .special-course .special-title{
    font-size: 1em!important;
  }

}



@media screen and (max-width:769px) {

  .topless{
    margin-top: 0em;
  }
  .header-search {
    z-index: 9999;
}
.upcoming{
  height: auto!important;
}

.upcoming .testimonial{
    padding: 20px 28px;
}
.upcoming.testimonial-slider{
        margin: 0px -30px;
    padding: 0 30px;
}

.header-search-input{display: block;}
.col-tablet-1 {
  width: 30%;
  max-width: 30%;
}
.col-tablet-6{max-width: 50%;}
.hide-on-mobile-1{display: none!important;}
.home-page-popular{display: none;}
  .header-mobile-menu-toggle{margin-left: 7em;}
  .header-search-toggle{margin-left:10em;}
  .header-mobile-menu-toggle .toggle{display: block;margin-left: 1.8em;}
  .mmb-50{margin-bottom: 50px;}
  .course-2 .info {
    position: relative;
    padding: 20px;
}
.banner-ml-10{
  margin-left: 0vw;
}
.popular-course-icon,.intro1-scene .scene{display: none;}
.homebox .content .description{max-width: 100%;}
.about-me-video-wrapper{display: none;}
.home-about{background-color: #fff8e8;background-image: none!important;}
.testimonial-slider-two>.swiper-wrapper>.swiper-slide{
  height: auto!important;
}
.sizecenter{display: inline;margin-bottom: 2em;}
.ml-30{margin-left: 4px;}
.offset1{
  margin-left: 0%;
}
.mobilemt-1{margin-top: .6em;}
.course-detail-section .title{
  font-size:2em;
  margin-top: 1em;
}
.intro1-scene{display: none;}
.desc>p{text-align: center;}
.funfact .number{font-size: 2em;}
.course-detail-section-mobile{height: 820px;}
.intro1-section>.container>.mobile-20 {margin-top: -20em;}
.abea-logos{margin-bottom: 2em;padding-right: 0em;}
.section-padding-bottom-mobile{padding-bottom: 0!important;}
.page-title-section-for-mobile{    padding-top: 40px;
  padding-bottom: 60px;}
  .courses-para-mobile{padding: 1em .1em;}
  .courses-mobile-14{margin-top: -14em;}
  .breadcrumb{flex-wrap: unset;}
  .breadcrumb li{font-size: 10px;}
  .breadcrumb li + li::before{margin: 0 .1em;}
  .breadcrumb-item+.breadcrumb-item::before {

    padding-right: .2em;
    
  }
  .mobile-menu-logo img{
    width: 50%;
  }
  .workshop-mobile-16{
    margin-top: -16em;
  }
  .hero-image-section{
    margin-bottom: 0px;
  }
.hero-bm-100{
  margin-bottom: 0px;
}
.space-bottom-5{
  margin-bottom: 0px;
}

.mb-mobile-5{
  margin-top: 5em;  
}
.mobile-lr-2{margin: 0 2.5em;}
.col-5-mobile{
  flex: 100%;
  max-width: 100%;
  margin-bottom: 1em;
}
.col-7-mobile
{
  flex: 100%;
  max-width: 100%;
}
.special-course .special-title{
  font-size: 1em!important;
}
.dropdown-content{
  z-index: 1000000;
}
}


