@font-face {
    font-family: mp-regular;
    src: url(fonts/mp-regular.otf);
}
@font-face {
    font-family: mp-bc;
    src: url(fonts/mp-boldcond.otf);
}
@font-face {
    font-family: mp-c;
    src: url(fonts/mp-cond.otf);
}
@font-face {
    font-family: mp-bold;
    src: url(fonts/mp-bold.otf);
}
@font-face {
    font-family: bbl;
    src: url(fonts/blackberry-love-regular.otf);
}
@font-face {
    font-family: bbl-bold;
    src: url(fonts/blackberry-love-bold.otf);
}
@font-face {
    font-family: bbl-semibold;
    src: url(fonts/blackberry-love-semibold.otf);
}
body{
  font-family: bbl;
}
strong{
  font-family: bbl-bold;
}
.bg-green{
  background: #008000;
  padding: 5px 0px;
}
.bg-gray{
  background: #696969;
  color: white;
}
.guidance-section{
 padding: 20px 0px;
}
.guidlogo{
  margin: 20px 0px;
}
/* MAIL TITLE*/
.main{
    margin-top: 100px;
}
.main-title{
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 25px;
}
.detail-title{
  font-size: 36px;
  font-family: bbl-bold;
}
.btn:hover{
  color: white!important;
}

.navbar-toggle {
    display: block;
    border: 0;
    margin-left: 20px;
}
.navbar-form input,
.navbar-form .form-control{
  background: #dedede;
}
#main-carousel img{
  display:block;
  height:auto !important;
  width: 100%;
  margin:0 auto 30px;
}
.largenav .navbar {
  border:0;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  padding: 25px 0px;
  transition: all 300ms ease-in-out;
}
.smallnav .navbar{
  transition: all 300ms ease-in-out;
  /*padding: 1px 0px 5px 0px;*/
  padding: 6px 0px 10px 0px;
}
/*.popular-course .owl-stage-outer,
.latest-course .owl-stage-outer,
.our-partners .owl-stage-outer{
  display: flex;
  justify-content: center;
}*/
.breadcrumb{
  font-weight: bold;
  background-color: initial;
}
.breadcrumb .active{
  color:#008000;
}
/*.aboutus{
  margin-top: 120px!important;
}*/
#main-carousel .owl-nav{
  margin:0;
  z-index: 0;
}
#main-carousel .owl-nav .owl-prev{
  margin-left: 25px;
}
#main-carousel .owl-nav .owl-next{
  margin-right: 25px;
}
#main-carousel .item img{
  position: relative;
}
#main-carousel .item .caption{
  position: absolute;
  top: 45%;
  left: 10%;
  transform: translate(-10%,-45%);
  color: #fff;
  width: 500px;
}
#main-carousel .item .caption p{
  font-size: 36px;
  line-height: 36px;
  font-family: bbl-semibold;
  color: white;
}
#main-carousel .item .caption p strong{
  font-family: bbl-bold;
  text-transform: uppercase;
}
/*COURSE DETAIL PAGE*/
.career-assistance-page p{
  font-size: 16px;
}
.career-assistance-section{
  margin: 50px 0px;
}
.career-assistance h2{
  font-size: 36px;
  font-weight: bold;
}
.career-assistance a.clickme{
  transition: all 300ms ease-in-out;
}
.career-assistance a.clickme:hover{
  box-shadow: 2px 2px 5px #000000;
}
.course-detail-page .well{
  font-size: 18px;
}
.course-detail-page .small-details .main-title{
  margin-top: 0;
  font-family: bbl-bold;
}
.enroll .btn-enroll{
  font-weight: bold;
  background: white;
  color: #008000;
  padding: 10px 15px;
  box-shadow: 2px 2px 0px #015701;
  text-decoration: none;
  transition: all 300ms ease-in-out;
  border: 0;
}
.enroll .btn-enroll:hover{
  box-shadow: 5px 5px 0px #015701;
}
.enroll p{
  margin-top: 30px;
}
.enroll{
  background: #008000;
  text-align: center;
  padding: 15px;
  color: white;
}
/*.aboutus-page .owl-stage-outer{
  display: flex;
  justify-content: center
}*/
.aboutus-page .our-top-teacher
.owl-stage-outer .owl-stage{
  justify-content: left;
}
/*.aboutus-page .our-top-teacher
.owl-stage-outer .owl-stage .owl-item{
  width: 180px!important;
}*/
.nav-search{
  margin-top: 11px;
}
.nav-search input{
  background: #e1e1e1;
  border: 0px;
}

.mobile-menu-bar{
  z-index: 9999;
  background: #008000;
  position: fixed;
  right:-1000px;
  top:0;
  bottom:0;
  width: 300px;
  transition: all 300ms ease-in-out;
  background: -moz-linear-gradient(-330deg, #202020 0%, #008000 100%);
  background: -webkit-linear-gradient(-330deg, #202020 0%, #008000 100%);
  background: -o-linear-gradient(-330deg, #202020 0%, #008000 100%);
  background: -ms-linear-gradient(-330deg, #202020 0%, #008000 100%);
  background: linear-gradient(-120deg, #202020 0%, #008000 100%);
}
.mobile-menu-bar ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-menu-bar ul li a{
  display: block;
  padding: 20px 30px;
  font-size: 21px;
  text-decoration: none;
  color: #fff
}
.mobile-menu-bar ul li a:hover{
  background: #006700;
  color: #fff;
}
.menu-show{
  right: 0;
}

#menu-close{
  color: #fff;
  font-size: 36px;
  text-align: right;
  padding: 20px;
}
/*.course-info .container{
  width: 100%;
  padding: 0;
  margin:0;
}
.course-info .container .row{
  margin: 0;
  padding: 0;
}
.course-desc{
    padding:0;
    margin:0;
}*/
.modal-header h4{
  font-size: 36px;
}
.modal.in{
  background: rgba(0, 0, 0, 0.5);
}
.register .modal-footer{
  border-top: 0px;
}
.register label{
  font-size: 16px!important;
}
.overlay{
  position:fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  z-index: 1031;
  display: none;
  overflow: hidden;
}
.overlay-visible{
  display: block;
}
.btn-show-all{
  text-align: center;
  margin: 20px 0px;
}
.btn-show-all a{
  background: #008000;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.btn-show-all a:hover{
  box-shadow: 7px 7px 6px 0px rgba(0,0,0,0.3)
}
.layer{text-align: center;}
/*Enquiry form*/
#enquiryform .modal-body{
  border-top: 5px solid #008000;
  border-right: 5px solid #008000;
  border-bottom: 5px solid #008000;
  border-left: 5px solid #008000;
}

.navbar-brand > img {
  width: 200px;
}
.navbar-brand{
  padding: 9px 15px;
  position: relative;
}
.navbar-brand small {
  display: block;
  font-size: 14px;
  position: absolute;
  left: 63px;
  bottom: -13px;
  font-weight: bold;
  text-transform: capitalize;
  /*display: block;
  font-size: 12px;
  position: absolute;
  left: 125px;
  bottom: -12px;
  text-align: right;
  line-height: 11px;*/
}
/*.navbar-brand small b{
  font-family: bbl-bold;
}*/
.navbar-default .navbar-toggle .icon-bar{
  background: #888;
  width: 30px;
  height: 3px;
  transition: all 200ms ease-in-out;
}
.navbar-default .navbar-toggle:hover .icon-bar{
  background: #008000;
}
.navbar-default .navbar-toggle:hover{
  background: inherit;
  border: inherit;
}


/*tree view*/
.tree {
    min-height:20px;
    display: none;
}
.tree li {
    list-style-type:none;
    margin:0;
    /*padding:10px 5px 0 5px;*/
    position:relative
}
label.nav-header{
  font-size: 16px;
  display: block;
  cursor: pointer;
}
.nav > li.divider{
  padding: 0;
  margin: 0;
  border-bottom: 3px solid #d9d9d9;
}
.tree-menu{
  overflow-y: auto;
  background: #eee;
  border-radius: 0;
  border: 0;
  box-shadow: inherit;
  padding: 20px 0px;
}
.tree-menu>.nav-list{
  padding: 20px 0px;
}
.nav > li{
  margin: 10px 0px;
}
.nav > li > a{
  border-bottom: 2px solid transparent;
  transition: all 300ms ease-in-out;
}
.nav > li > a:hover,.tree-active{
  border-bottom: 2px solid #008000;
  color: #008000;
  background: #e5e5e5;

}
/*#treeview*/
.course-founder{
  background: #eee;
}
.course-founder-details{
  margin-top: 20px;
}
.cfwrapper{
  background: #fff;
  padding-bottom: 20px;
}
.course-sessions{
  font-family: bbl;
}
.course-grid{
  box-shadow: 1px 1px 1px 1px #ccc;
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 10px 20px;
  transition: all 300ms ease-in-out;
  cursor: pointer;
}
.course-grid p{
  font-size: 14px;
}
.course-grid:hover{
  box-shadow: 1px 1px 2px 2px #ccc;
}
.course-founder-details .course-sessions{
  /*background: #008000;*/
  padding: 15px;
}
.course-founder-details .course-sessions h2{
  font-weight:bold;
}
.course-founder-details .course-sessions .item{
  background: #006e00;
}
.search-page,.course-founder,.four-grid{
  min-height: calc(100vh - 167px);
}
.search-page ul li{
  list-style-type: none;
}
.search-card a{
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  border-bottom: 2px solid #eee;
}
.search-card a:hover{
  text-decoration: none;
  background: #ececec;
}
.search-card a:last-child{
  border-bottom: 0px;
  margin-bottom: 0px;
}
.menu-divider{
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 15px 0px;
}
.courses-category-list{
  padding-left: 15px;
}
.course-image img{
  width: 200px;
  height: auto;
}
.course-info h2 {
    font-family: bbl-bold;
    font-size: 32px;
}
/*Couser Info*/
/*.course-row:nth-child(odd) .course-desc{
  text-align: right;
}*/
/*.course-row:nth-child(even) .course-desc{
  text-align: left;
}*/
/*Left icon*/
.course-info p{
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
  margin-top: 15px;
}
.course-info a .sub-title{
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #636363;
}
.title-code-left{
  color: #5e6a93;
  position: relative;
  font-size: 36px;
  padding-left: 50px;
  margin: 5px 0px;
}
.title-code-left::before{
  left: 0;
  background: url(../img/icon-code.svg);
  content: '';
  position: absolute;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.title-create-left{
  color: rgb(212,124,41);
  font-size: 36px;
  padding-left: 50px;
  position: relative;
  margin: 5px 0px;
}
.title-create-left::before{
  left: 0;
  background: url(../img/icon-create.svg);
  content: '';
  position: absolute;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.title-connect-left{
  color: #8E9759;
  font-size: 36px;
  padding-left: 50px;
  position: relative;
  margin: 5px 0px;
}
.title-connect-left::before{
  left: 0;
  background: url(../img/icon-connect.svg);
  content: '';
  position: absolute;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.title-compute-left{
  color: #8D444F;
  font-size: 36px;
  padding-left: 50px;
  position: relative;
  margin: 5px 0px;
}
.title-compute-left::before{
  left: 0;
  background: url(../img/icon-compute.svg);
  content: '';
  position: absolute;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
/*right icon*/
.title-code-right{
  color: #5e6a93;
  position: relative;
  font-size: 36px;
  padding-right: 60px;
  text-align: right;
  margin: 5px 0px;
}
.title-code-right::after{
  right: 0px;
  background: url(../img/icon-code.svg);
  content: '';
  position: absolute;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.title-create-right{
  color: rgb(212,124,41);
  position: relative;
  font-size: 36px;
  padding-right: 60px;
  text-align: right;
  margin: 5px 0px;
}
.title-create-right::after{
  right: 0px;
  background: url(../img/icon-create.svg);
  content: '';
  position: absolute;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.title-connect-right{
  color: #8E9759;
  font-size: 36px;
  padding-right: 60px;
  position: relative;
  text-align: right;
  margin: 5px 0px;
}
.title-connect-right::after{
  right:0px;
  background: url(../img/icon-connect.svg);
  content: '';
  position: absolute;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.title-compute-right{
  color: #8D444F;
  font-size: 36px;
  padding-right: 60px;
  position: relative;
  text-align: right;
  margin: 5px 0px;
}
.title-compute-right::after{
  right: 0px;
  background: url(../img/icon-compute.svg);
  content: '';
  position: absolute;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
}
/*Contact Form*/
#ContactForm .form-control{
    margin-bottom: 15px;
}
.contact-page h2{
	margin-top:0;
}
/*NEWS AND ANNOUNCEMENT*/
/*.news-and-announcement{
  background: #f2f2f2;
  padding-top: 50px;
  padding-bottom: 70px;
}*/
/* image thumbnail */
/*.thumb {
    display: block;
	width: 100%;
	margin: 0;
}*/

/* Style to article Author */
/*.by-author {
	font-style: italic;
	line-height: 1.3;
	color: #aab6aa;
}*/

/* Main Article [Module]
-------------------------------------
* Featured Article Thumbnail
* have a image and a text title.
*/
.featured-article {
	width: 482px;
	height: 350px;
	position: relative;
	margin-bottom: 1em;
}

.featured-article .block-title {
	/* Position & Box Model */
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	/* background */
	background: rgb(5, 112, 5);
	/* Width/Height */
	padding: .5em;
	width: 100%;
	/* Text color */
	color: #fff;
}

.featured-article .block-title h2 {
	margin: 0;
}
.neo-videos{
  background: #008000;
}
.neo-videos video{
  box-shadow: 0px 0px 70px 5px #003000;

}
.filter{
  font-size: 24px;
  line-height: 46px;
  cursor: pointer;
}
.filter-list .btn-neo{
  padding: 5px 30px;
  font-size: 16px;
  margin-bottom: 50px;

}
.filter-list{
  padding: 15px;
  display: none;
}
.filter-list .container{
  border-top: 1px solid #cdcccc;
  padding-top: 20px;
}
.my-video-dimensions {
    width: 70%!important;
    height: 449px!important;
    margin: 0 auto;
}
.neo-videos .video-js .vjs-big-play-button{
    width: 80px;
    height: 80px;
    color: #008000;
    border-radius: 50%;
    font-size: 50px;
    top: 45%;
    left: 45%;
    transform: translateX(-45%,-45%);
}
.img-wrapper{
  overflow: hidden;
}
/*pagination*/
.pagination .active a{
  background: #008000;
}
.pagination .active a:hover{
  background: #009300;
}
/*chat box*/
#PureChatWidget .purechat-expanded .purechat-collapsed-outer .purechat-widget-inner .purechat-widget-content-wrapper .purechat-content-wrapper .purechat-footer,
#PureChatWidget .purechat-expanded .purechat-collapsed-outer .purechat-widget-inner .purechat-widget-content-wrapper .purechat-message-note .purechat-poweredby-text {
    display: none !important;
}
#PureChatWidget .purechat-content {
    padding-bottom: 12px !important;
}
#PureChatWidget.purechat .purechat-card{
  box-shadow: inherit!important;
}
.course-cards .thumbnail img{
  width: 100%;
}
.modal{
  z-index: 99999;
}
.course-founder{
  position: relative;
}
.course-founder-details .four-grid{
  font-weight: bolder;
}
.cf-menu{
  line-height: 0;
  position: absolute;
  top: 20px;
  background: #008000;
  padding: 15px 15px;
  font-size: 18px;
  color:#fff;
  z-index: 1;
  border-radius:0px 4px 4px 0px;
  box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.2);
}
.cf-close{
  display: none;
}
.btn-cf{
  margin-left: 10px;
}
.home-page .main-title{
  text-align: center;
}
/*7reasons sections*/
.reasons7{
  background: url('../img/reasons7-bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 533px;
  padding: 100px 0px;
  font-family: bbl-bold;
  font-size: 21px;
  color: white;
}
.reasons7 ul{
  padding: 30px 0;
  border-left: 2px solid white;
  padding-left: 50px;
}
.reasons7 ul li{
  line-height: 40px;
  letter-spacing: 0.4px;
}
/*FOOTER SECTION*/
footer{
  background: #262626;
  color: #636363;
  padding: 20px 0px;
}
.footer a{
  color: #636363;
  text-decoration: none;
  transition: all 300ms ease-in-out;
}
.footer a:hover{
  color: white
}
footer ul.link-list{
  padding: 0;
  margin: 0;
}
footer ul li{
  list-style-type: none;
  margin: 0;
  padding: 5px 0px;
  font-size: 16px;
  font-weight: bold;
}

footer .flogo{
  margin-top: 0;
}
.subscribe input{
  padding: 10px 15px;
  border: inherit;
}
footer .list-inline{
  margin: 0;
}
footer input[type='text']{
  background: #000;
  color: #636363;
}
footer input[type='button']{
  background: #008000;
  color: white;
  font-weight: bold;
  line-height: 1;
}
footer form.form-inline .form-control{
margin: 0;
width: 45%;
}
.courses-category{
  font-family: bbl-semibold;
  font-size: 20px;
}
.courses-category h2{
  font-size: 50px;
}
.sub-title-home{
  font-size: 13px;
  color: #636363;
}
.cc-code{
  color: #5e6a93;
  position: relative;
  font-size: 20px;
  text-align: center;
  height: 150px;
  display: flex;
  flex-direction: column;
  padding: 88px 0px 50px 0px;

}
.cc-code::before{
  left: 0;
  background: url(../img/icon-code.svg);
  content: '';
  position: absolute;
  padding: 31px;
  top: 10%;
  left: 50%;
  transform: translate(-50%,25%);
  background-repeat: no-repeat;
  background-size: 100%;
}
.cc-create{
  color: rgb(212,124,41);
  position: relative;
  font-size: 20px;
  text-align: center;
  height: 150px;
  display: flex;
  flex-direction: column;
  padding: 88px 0px 50px 0px;

}
.cc-create::before{
  left: 0;
  background: url(../img/icon-create.svg);
  content: '';
  position: absolute;
  padding: 31px;
  top: 10%;
  left: 50%;
  transform: translate(-50%,25%);
  background-repeat: no-repeat;
  background-size: 100%;
}
.cc-connect{
  color: #8E9759;
  position: relative;
  font-size: 20px;
  text-align: center;
  height: 150px;
  display: flex;
  flex-direction: column;
  padding: 88px 0px 50px 0px;

}
.cc-connect::before{
  left: 0;
  background: url(../img/icon-connect.svg);
  content: '';
  position: absolute;
  padding: 31px;
  top: 10%;
  left: 50%;
  transform: translate(-50%,25%);
  background-repeat: no-repeat;
  background-size: 100%;
}
.cc-compute{
  color: #8D444F;
  position: relative;
  font-size: 20px;
  text-align: center;
  height: 150px;
  display: flex;
  flex-direction: column;
  padding: 88px 0px 50px 0px;
}
.cc-compute::before{
  left: 0;
  background: url(../img/icon-compute.svg);
  content: '';
  position: absolute;
  padding: 31px;
  top: 10%;
  left: 50%;
  transform: translate(-50%,25%);
  background-repeat: no-repeat;
  background-size: 100%;
}
.cc-list{
  position: relative;
}
.cc-list::before{
  content: '';
  position: absolute;
  padding: 1px;
  width: 70%;
  top:50%;
  left:15%;
  background: #999;
}
.cc-list::after{
  content: '';
  position: absolute;
  padding: 1px;
  width: 60%;
  top: 50%;
  left: 20%;
  background: #999;
  transform: rotate(90deg);
}
.cc-desc{
  padding-right: 40px;
}
.cc-list div:hover{
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2);
  transition: all 300ms ease-in-out;
}
/*test*/
.create-bgcolor{background:rgb(212,124,41);color:white;padding:10px;min-height: 300px;}
.connect-bgcolor{background:#8E9759;color:white;padding:10px;min-height: 300px;}
.compute-bgcolor{background:#8D444F;color:white;padding:10px;min-height: 300px;}
.code-bgcolor{background:#5e6a93;color:white;padding:10px;min-height: 300px;}
.cards {
    width: 320px;
    height: 300px;
}
.cards h2{
  font-size: 30px;
  text-align: center;
  padding-bottom: 0;
}
.cards h2 span.sub-title-home{
  color: white;
  font-style: italic;
}
.cards p{
  font-size: 14px;
  text-align: justify;
  font-family: bbl-semibold;
}
i.backclose{
  font-size: 14px;
  width: initial!important;
  position: absolute;
  right:15px;
  cursor: pointer;
}
.back{
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
}
#centerMain a.btn-default{
  border-radius: 20px;
}
#centerModule{
    position: absolute;
    height: 300px;
    width: 350px;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -175px;
    border-radius: 5px;
    text-align: center;
    /*background: #1c1c1c;*/
    /*box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);*/
    /*border: 1px solid #4d4d4d;*/
}
#centerModule > div{
  cursor: pointer;
}
#centerModule {
    display: block;
}
/*test*/
.download {
    color: #008000;
    font-weight:bold;
    cursor: pointer;
    padding: 10px 0px;
}
.download:hover {
text-decoration: underline;
}
.detail-img{
  overflow: hidden;
  }
.detail-img img{
  width: 290px;
  height: 260px;
}
/*teacher testimonial*/
.teacher-testimonial .item{
  text-align: center;
  margin-top: 20px;
}
.teacher-testimonial .item img{
  width: 150px;
  display: inline-block;
}
.teacher-testimonial .item .says{
  margin-top: 20px;
}
.teacher-testimonial .item p{
  padding: 0;
}
.professor-name{
  font-family: bbl-bold;
}
.career-prospect,.certificate{
  border-top: 1px solid #d7d7d7;
}
.certificate .certificate-img img{
  margin-top: 20px;
  width: 100%;
  height: 260px;
}
.certificate .certificate-img{overflow: hidden;}
.certificate > div{
  padding: 0;
}
.stestimonial .owl-carousel p{
  font-size: 20px;
  line-height: 25px;
  padding: 10px;
  font-family: bbl-semibold;
  font-style: italic;
}
q::before,q::after{
  font-size: 48px;
}
.course-aside .detail-title{
  font-size: 24px;
  margin: 0;
}
.course-aside p{
  font-size: 14px;
}
.navbar-header{
  margin: 0 -15px;
}
/*#teacher testimonial*/
/*404 page*/
.wrapper_404_page{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wrapper_404_page h1{font-size: 100px; font-family: bbl-bold;}
.wrapper_404_page p{font-size: 18px; font-family: bbl-bold;color:#000;}
/*GALLERY PAGE*/

.gallery-page,.wrapper_404_page{
  margin-top:100px;
  min-height: 500px;
}

ul.gallery{
  list-style-type: none;
  padding: 0;
}

ul.gallery li{
  float: left;
  margin: 15px;
  width: 250px;
  height: 180px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}
ul.gallery li:hover{
  box-shadow: 0px 0px 9px 4px rgba(0,0,0,0.4);
}
ul.gallery li img{
  width: 100%;
  height: auto;
}
.blog-page ul.archive-list  li {
    list-style-type: none;
}
.blog-page ul.archive-list li strong {
    color: #008000;
}
.pp_nav{display:none!important;}
/*carousel gallery of about us page*/
#c-gallery.owl-carousel .owl-nav {
    position: initial;
    top: 0%;
    margin-left: -0;
    width: auto;
  }
  #c-gallery .owl-nav .owl-prev{
    position: absolute;
    left: 0;
    top:35%;
    font-size: 48px;
  }
  #c-gallery .owl-nav .owl-next{
    position: absolute;
    right: 0;
    top:35%;
    font-size: 48px;
  }
/*---------------------------*/
.blog-page ul.latest-list li strong,
.blog-page ul.popular-list li strong {
       color: #008000;
}
.blog-aside .well h2{
  margin-top: 0;
}
.blog-aside .well ul.latest-list li,.blog-aside .well ul.popular-list li{
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  list-style-type: none;
  transition: all 300ms ease-in-out;
}
.blog-aside .well ul.latest-list li:hover, .blog-aside .well ul.popular-list li:hover{
  background: #008000;
}
.blog-aside ul.latest-list,.blog-aside ul.popular-list{
  padding: 0;
}
.blog-aside ul.latest-list li a, .blog-aside ul.popular-list li a{
  display: block;
  text-decoration: none;
    padding: 8px 10px;
}
.blog-aside ul.latest-list li a:hover, .blog-aside ul.popular-list li a:hover,
.blog-page ul.latest-list li:hover strong,.blog-page ul.popular-list li:hover strong{
  color: white;
}
/* event page */
.event-page{
  padding-top: 30px;
}
.event-page h3{
	margin-bottom: 30px;
}
.event-main-title{
  font-weight: bold;
  padding-bottom: 10px;
}
.thumbnail a{
  text-decoration: none;
}
.thumbnail {
  padding: 0;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: box-shadow .2s cubic-bezier(0,.2,.4,1);
    background-color: #fff;
    box-shadow: 0 1px 0 0 rgba(0,0,0,.1);
    display: block;
}
.poster-card .poster-cardbody {
    padding: 5px 15px;
}
.poster-card .poster-cardbody .poster-carddate {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #45494E;
    font-size: 15px;
    line-height: 18px;
    height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0 0;
}
.poster-card .poster-cardbody .poster-cardtitle {
    display: block;
    display: -webkit-box;
    max-height: 38px;
    margin: 5px auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #282C35;
    font-size: 18px;
    line-height: 19px;
    max-height: 38px;
    font-weight: 600;
    letter-spacing: 0;
    padding-top: 5px;
    height: 38px;
}
.poster-card .poster-cardbody .poster-cardvenue {
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666A73;
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    padding: 5px 0 0;
}
.poster-card .poster-cardfooter .poster-cardtags {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.poster-cardfooter{
  margin: 10px 5px;
  padding: 10px 10px 0px;
  font-size: 15px;
  border-top: 1px solid #e6e6e6;
}
/* freeregister popup */
#freeregister .modal-body{
  padding: 50px 50px 25px 50px;
  background: #8bc53f; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #8bc53f 0%, #007932 65%, #005d22 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #8bc53f 0%,#007932 65%,#005d22 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #8bc53f 0%,#007932 65%,#005d22 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc53f', endColorstr='#005d22',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#freeregister{
  color: white;
  font-size: 80px;
  font-family: mp-bc;
}
#freeregister h4{
  font-size: 80px;
  line-height: 80px;
  margin: 0;
}
#freeregister h3{
  font-size: 130px;
  margin: 0;
}
#freeregister p{
  margin: 0;
  line-height: 87px;
}
#freeregister .month{
  font-family: mp-c;
}
#freeregister hr{
  margin-top: 0;
}
#freeregister .reg-button{
  border-radius: 20px;
  background: #fff;
  font-size: 20px;
  font-family: mp-regular;
  padding: 10px 50px;
  color: #008000;
  text-decoration: none;
}
#freeregister .reg-button:hover{
  color: #008000;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5);
}
#freeregister .close{
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 0.5;
  font-size: 25px;
}
/*---------------------------*/
@media screen and (max-width: 768px){
  .navbar-right{text-align: right;}
  .navigation .navbar-header{
    float: left!important;
  }
  .my-video-dimensions{
    width: 70%!important;
    height: 285px!important;
  }
  footer{
    text-align: center;
  }
  footer form.form-inline .form-control{
    width: 100%;
    margin-bottom: 10px;
  }
  .flex{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 500px){
	#freeregister{
    font-size: 40px;
  }
  #freeregister h4{
    font-size: 40px;
    line-height: 40px;
  }
  #freeregister h3{
    font-size: 60px;
  }
  #freeregister p{
    line-height: 45px;
  }
  #freeregister .reg-button{
    font-size: 20px;
    padding: 5px 15px;
  }
  .aboutus-page .owl-stage-outer {
    display: inherit;
    justify-content: inherit;
  }
  .course-cards .col-xs-6{
    width: 100%;
  }

  #main-carousel .item .caption p{
    font-size: 18px;
  }

  .aboutus {
    margin-top: 110px;
  }
  .course-founder .cf-menu-list{
    width: 300px;
    height: 100vh;
    position: absolute;
    left: 0px;
    z-index: 1;
    padding: 0px 15px;
    background: #eee;
  }
  .course-founder .cfwrapper{
    width: 100%;
  }
  .courses-page .titles .main-title{
    padding-left: 33px;
  }
  .courses-page .titles .main-title::before{
    padding: 13px;
  }
 .owl-carousel .caption-wrapper{
	height: 147px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 10px;
 }
 #owl-top-teacher.owl-carousel .caption-wrapper{
 height: auto;
 overflow: initial;
 display: initial;
 margin-bottom: 10px;
 }
.owl-carousel a{
	margin-bottom: 10px;
}
/*7reasons sections*/
.reasons7{
  height: auto;
  padding: 20px 0px;
  font-size: 16px;
  font-family: bbl-regular;
}
.reasons7-img img{
  width: 100%;
}
.reasons7 ul{
  margin-top: 20px;
  border-left: 2px solid white;
  padding: 20px 0px 20px 30px;
}
.reasons7 ul li{
  line-height: 21px;
}

footer{
  text-align: center;
}
footer ul li{
  font-size: 14px;
}
footer form.form-inline .form-control{
  margin-bottom: 10px;
  width: 100%;

}
footer form.subscribe{
  margin-top:0;
}
#main-carousel .item .caption{
  width: 45%;
}
#main-carousel .item .caption p{
  font-size: 14px;
  line-height: 15px;
}
.courses-category{
  text-align: center;
}
.courses-category h2{
  font-size: 28px;
}
.courses-category p{
  font-size: 14px;
}
.courses-category p, .courses-category .cc-desc a{
  font-size: 14px;
}
.courses-category .cards{
  width: 260px;
}
.courses-category .cards,
#centerModule{
  width: 100%!important;
}
#centerModule{
  top: 0;
  margin-top: 0;
  left: 0;
  margin-left: 0;
}
.detail-img img{
  width: 100%;
}
.certificate .certificate-img img{
  width: 100%;
}
.navbar-header, .navbar-right{
  text-align: right;
}
.our-partners .owl-stage-outer{
  display: flex;
  justify-content: left;
}
.navbar-header,
.navbar-right{
  padding: 0;
  margin: 0;
}
.navbar-brand small {
    font-size: 11px;
    left: 50px;
    bottom: -4px;
  }
  ul.gallery li{
    width: 340px;
    height: auto;
  }
  .neo-videos .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    font-size: 30px;
    top: 35%;
    left: 43%;
}
.wrapper_404_page h1{font-size: 48px;}
.wrapper_404_page p{
  font-size: 18px;
  font-family: bbl-bold;
  color:#000;
}
#menu-close {
  font-size: 14px;
  padding: 10px 20px;
}
.mobile-menu-bar{
  overflow-x: auto;
  padding-bottom: 20px;
}
.my-video-dimensions{
  height: 165px!important;
  width: 100%!important;
  margin-top: 20px;
}
}
