/**
*
* Last Modified: 16-07-2017
* Description: Stylesheet used by Pathshala Template
*
**/

/*********************************************************
	TABLE OF CONTENTS
	1. GENERAL STYLES
    2. NAVBAR STYLES
	3. WE OFFER
	4. NUMBER
	5. MEET OUR PRINCIPAL
	6. NEWS 
	7. EVENTS
	8. PARENT TESTIMONIAL
	9. TECHARES SECTION
	10. FOOTER SECTION
	11. PAGE TITLE
	12. PRESCHOOL SECTION
	13. FACT SECTION
	14. DATEPICKER STYLE
	15. GALLERY STYLES
	
**********************************************************/

/********************	1. GENERAL STYLES  ************************/
html, body {
    font-family: 'Cambria';
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

@font-face{font-family:'Jokerman-Regular';src:url('../fonts/Jokerman-Regular.ttf');}

@font-face{font-family:'Cambria';src:url('../fonts/Cambria.ttf');}

body {
    background: #fff url(https://careeronlineacademy.com/assets/img/circuit1.png)repeat center;
}  

.row{
    margin: 0;   
    padding: 0;
}
a:hover{
    text-decoration: none;
}
.carousel-caption a{
    border-radius: 10px;
    color: #fff;
    background: #009DDC;
    border: 2px solid transparent;
    display: inline-block;
    padding: 15px 30px;
    font-weight: 700;
    letter-spacing: 1px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.carousel-caption a:hover{
    background: transparent;
    border: 2px solid #fff;
	color: #fff;
}
.carousel-caption a i {
    margin-right: 5px;
}
.carousel-control {
    top: 50%;
}
.carousel-control span {
  border: 2px solid #fd4d40;
  border-radius: 10px;
  color: #fd4d40;
  font-size: 16px;
  padding: 10px;
}
.carousel-control.left, .carousel-control.right{
    background: transparent;
}
.clear-padding{
    padding: 0;
}
.section-row{
    padding: 80px 0;
}
.dark-row {
	background: #f7f7f7;
}
img {
    max-width: 100%;
}
.section-row h1, .section-row h6 {
    font-weight: 800;
    letter-spacing: 1px;
    color: #373f48;
}
.section-row{background:#faf8f5;}
.section-row h6 {
	color: #81878C;
	margin: 0;
}
.section-row h6 i {
	margin: 0 5px;
}
.section-row h1 {
 color: #fd4d40;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.section-row p{
    line-height: 2;
    color: #81878C;
}
.section-row-header-center {
  margin-bottom: 50px;
  text-align: center;
}
.login-modal .modal-header{
	background: #27AE60;
	padding: 10px 15px;
	color: #fff;
}
.login-modal .modal-header h4{
	font-size: 14px;
	font-weight: 700;
}
.login-modal .modal-header h4 i {
	margin-right: 5px;
}
.login-modal .modal-body{
	padding: 5px 25px 25px;
}
.login-modal label,
.contact-row label{
	font-weight: 600;
	font-size: 12px;
	color: #81878C;
	margin-top: 15px;
}
.login-modal .form-control {
	border-radius: 0;
	height: auto;
	padding: 10px;
}
.login-modal .forgot-link{
	text-decoration: none;
	color: #009DDC;
	font-size: 11px;
	margin-top: 15px;
	display: block;
}
.login-modal .login-link ,
.contact-row .submit-contact-form{
	display: block;
	margin-top: 15px;
	text-decoration: none;
	background: #009DDC;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-weight: 700;
	transition: all ease 0.3s;
	border: 1px solid transparent;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.login-modal .login-link:hover,
.contact-row .submit-contact-form:hover {
	color: #009DDC;
	background: transparent;
	border: 1px solid #009DDC;
	
}
.login-modal i {
	margin-right: 5px;
}
.contact-row {
	padding: 60px 0;
}
.contact-row .form-control {
	border-radius: 0;
	height: auto;
	padding: 10px;
}
.contact-row h3 {
	color: #27AE60;
	font-weight: 800;
	letter-spacing: 1px;
	margin: 0 0 20px;
}
.contact-row h3 i{
	margin-right: 5px;
}
.address-box .address-body {
	background: #f7f7f7;
	padding: 20px 30px;
	margin-top: 40px;
}
.address-box .address-body  .address-item {
	color: #81878C;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	font-weight: 600;
}
.address-body .address-item:last-child{
	border-bottom: none;
}
.address-box .address-body  .address-item  i {
	margin-top: 5px;
	font-size: 16px;
}
.address-box .address-body  .address-item p {
	line-height: 2;
	margin: 0;
}
.no-border{
	border: none !important;
}
@media screen and (min-width: 768px) {
    
    .carousel-caption h2{
        font-weight: 800;
        margin: 30px 0;
        font-size: 36px;
        letter-spacing: 1px;
    }
	.carousel-caption h2 i {
		margin-right: 5px;
	}
    .carousel-caption h2 span{
        color: #27AE60;
    }
	.carousel-caption h4 {
		font-weight: 800;
		letter-spacing: 1px;
	}
	.carousel-caption h4 i{
		margin: 0 5px;
	}
    .carousel-caption p {
        font-size: 16px;
        margin: 30px 0;
		line-height: 2;
    }
}
@media screen and (max-width: 767px) {
	
	.carousel-caption {
        right: 0;
        left: 0;
        padding: 0;
        top: 30%;
        text-shadow:none;
    }
    .carousel-caption h2{
        font-weight: 800;
        margin: 20px 0;
        font-size: 20px;
        letter-spacing: 1px;
    }
	.carousel-caption h2 i {
		margin-right: 5px;
	}
    .carousel-caption h2 span{
        color: #27AE60;
    }
	.carousel-caption h4 {
		font-weight: 800;
		letter-spacing: 1px;
		font-size: 14px;
	}
	.carousel-caption h4 i{
		margin: 0 5px;
	}
    .carousel-caption p {
        font-size: 16px;
        margin: 15px 0;
		line-height: 1.6;
    }
	.carousel-caption a {
		padding: 10px 20px;
	}
	.carousel-caption p {
		display: none;
	}
	.address-box {
		margin-top: 30px;
	}
}
/********************	2. NAVBAR STYLES ************************/
.nav-row {
    /* position: absolute; */
    z-index: 9;
    width: 100%;
    padding: 0;
}
.trans-menu .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.trans-menu{
   /*background: rgba(55, 63, 72, 0.5) ;*/
}
.top-navbar{
	margin-top: 15px;
	padding: 0 15px;
}
.top-navbar input {
	background: transparent;
	border: none;
	color: #fff;
	width: 100px;
}
.top-navbar-search {
	color: #fff;
	border: 1px solid #fff;
	width: 150px;
	padding: 2px 10px;
	border-radius: 20px;
}
.top-nav-social {
	padding-right: 10px;
}
.top-nav-social a {
	color: #fff;
	padding: 0 5px;
}
.top-nav-social a i {
	background: #009ddc;
	width: 25px;
	height: 25px;
	padding: 5px;
	border-radius: 50%;
	text-align: center;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.top-nav-social a:hover i{
	background: #fff;
	color: #009ddc;
}
.top-nav-login-btn a {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 15px;
	background: #27AE60;
	border-radius: 5px;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.top-nav-login-btn a:hover {
	background: #fff;
	color: #27AE60;
}
.top-nav-login-btn a i {
	margin-right: 5px;
}
.top-nav-social a:hover{
}
.trans-menu .navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 10px;
    transition: all 0.3s ease 0s;
}
.trans-menu .navbar-default .navbar-nav>li>a i{
    margin-right: 5px;
}
.trans-menu .navbar-default .navbar-nav > li > a:hover {
  color: #FD4D40;
}
.trans-menu .navbar-default .navbar-brand {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 1px;
  display: inline-table;
}
.navbar{
    margin-bottom: 0;
}
.navbar .dropdown-menu{
    border-bottom: 3px solid #009ddc;
    border-radius: 0;
    background: #fff;
    padding: 15px 20px;
    box-shadow: none;
}
.navbar .dropdown-menu>li>a {
    color: #07253F;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 5px 0;
    display: block;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.navbar .dropdown-menu > li > a:hover {
  background: transparent none repeat scroll 0 0;
  color: #fd4d40;
}
.navbar .dropdown-menu>li>a i{
    margin-right: 5px;
}
.navbar-default .navbar-nav>.open>a {
    background: transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}  
@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }
    .navbar-nav>li:hover>.dropdown-menu{
        display: block;
    }
}
@media (max-width: 991px) {
    .navbar-default .navbar-collapse {
		background: #205867;
	}
	 .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	.dropdown-menu {
		left: 0;
	}
}

/************************* 3. We offer Section *************************************/

.we-offer-item {
	position: relative;
	background: #fff;
	text-align: center;
	border-bottom: 3px solid #27AE60;
	padding: 20px 30px 30px;
}
.we-offer-item h5 {
	font-weight: 800;
	letter-spacing: 1px;
	margin-top: 35px;
}
.we-offer-side {
	position: absolute;
	background: #fff;
	color: #27AE60;
	border-radius: 50%;
	border: 1px solid;
	height: 60px;
	width: 60px;
	top: -31px;
	left: 40%;
}
.we-offer-side i {
    font-size: 30px;
    padding: 14px 12px;
}
.about-row {
	padding-top: 31px;
}

/**************************** 4. Number Section ******************************************/
.number-row {
	background: url('./img/bg-img.jpg');
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0px;
}
.number-row .number-item {
	color: #fff;
	text-align: center;
}
.number-row .number-item  i{
	font-size: 30px;
}
.number-row .number-item span {
	display: block;
	font-size: 35px;
	font-weight: 800;
	padding: 10px 0;
}
.number-row .number-item p {
	font-size: 12px;
	font-weight: 800;
}

@media (max-width: 991px){
	.number-row .number-item {
		margin: 30px 0px;
	}
}

/******************************* 5. Meet Our Principal section *********************************/
.principal-intro-row {
	background: #F7F7F7
}
.principal-intro {
	padding: 60px 45px;
}
.principal-intro h6{
	color: #81878C;
	font-weight: 800;
	letter-spacing: 1px;
}
.principal-intro h6 span {
	margin: 0 5px;
}
.principal-intro h3 {
	font-weight: 800;
	letter-spacing: 1px;
	color: #27AE60;
	margin-top: 15px;
	margin-bottom: 30px;
}
.principal-intro p {
	color: #81878C;
	line-height: 2;
}
.principal-name {
	margin: 30px 0;
}
.know-more-btn {
  background: #f1c22e none repeat scroll 0 0;
  border: 2px solid #f1c22e;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 12px;
  padding: 15px 50px;
  transition: all 0.3s ease 0s;
  font-size: 15px;
}
.know-more-btn:hover{
    background: #2DB3D9;
    border: 2px solid #2DB3D9;
	color: #fff;
}
.know-more-btn i {
	margin-right: 5px;
}

/************************** 6. News Section **************************/
.news-item-container {
    background-color: #f8f8f8;
    border-bottom: 2px solid #071e33;
    border-color: #071e33;
    border-radius: 50px;
    border-style: solid;
    box-shadow: 0 1px 4px #fff;
    cursor: pointer;
    float: left;
    margin-bottom: 30px;
    text-align: center;
    transition-delay: 0s;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    z-index: 416;
    display: inline-block;
    width: 100%;
	padding-bottom: 20px;
}
.news-item-container:hover{
  border-color: #205867;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  min-height: 0;
}
.news-item {
	padding: 0px 0px 20px;
}
.news-item h5 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 0;
    color: #071e33;
    overflow: hidden;
} 
span.sscdtl {
    font-size: 30px;
    font-weight: 800;
    text-transform: capitalize;
	position:relative;
} 
.sscdtl:after{
  content: "";
  /* float: right; */
  display: inline-block;
  /*right: 1px;
  width: 48px;
  height: 48px;
  margin-top: -14px;*/
  position: absolute;
} 
.news-item p {
	margin: 15px 0 20px;
}
.news-item a {
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
    padding: 15px;
    text-align: center;
    width: 100%;
	transition: 0.6s;
}
.news-item a i {
	margin-right: 5px;
}  
.news-img {
	position: relative;
}
.news-img img {
	max-width: 100%;
	position: relative;
}
.news-item-date {
	position: absolute;
	padding: 15px 25px;
	color: #fff;
	background: #009ddc;
	top: 0;
	right: 0;
}
.news-item-date h6 {
	color: #fff;
}
.view-all-link {
	text-align: center;
	margin-top: 30px;
}
.view-all-link a {
	color: #fff;
	background: #27AE60;
	display: inline-block;
	font-weight: 800;
	padding: 15px 45px;
	border-radius: 10px;
	border: 2px solid transparent;
	letter-spacing: 1px;
}
.view-all-link a i {
	margin-right: 10px;
}
.view-all-link a:hover {
	color: #27AE60;
	background: transparent;
	border: 2px solid #27AE60;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

/************************  Events Section ********************************/
.event-tab-link-box {
	max-width: 555px;
	margin: 0 auto 45px;
}
.event-tab-link-box .nav-tabs {
	border: 0;
}
.event-tab-link-box .nav-tabs li {
	margin-left: 15px;
	margin-right: 15px;
}
.pull-mid {
	margin: 0 auto;
}
.event-tab-link-box  
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:focus, 
.nav-tabs > li.active > a:hover{
	border: 2px solid #27AE60; 
	background: transparent;
	color: #27AE60;
	font-weight: 700;
	border-radius: 10px;
}
.event-tab-link-box i {
	text-align: center;
	margin-right: 10px;
}
.event-tab-link-box a span{
}
.event-tab-link-box .nav-tabs > li > a {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	margin: 0;
	border: 2px solid transparent;
	padding: 15px 25px;
	border-radius: 10px;
	background: #27AE60;
}
.event-tab-link-box   .nav-tabs > li > a:hover {
	border: 2px solid #27AE60; 
	color: #27AE60;
	background: tranparent;
}
.event-tab-link-box   .nav > li > a:focus, .nav > li > a:hover {
	background: transparent;
}
.event-date span{
	font-size: 36px;
}
.left-event-items  .event-item {
	padding: 30px 0;
	border-bottom: 1px solid #b6b6b6;
}
.left-event-items .event-item:last-child {
	border: 0;
}
.event-item h3 {
	margin: 15px 0;
	font-weight: 600;
}
.event-item p {
	margin-top: 20px;
}
.event-item h6 i {
	margin-left: 0;
}
.event-date p{
	color: #27AE60;
	font-weight: 700;
	line-height: 1;
	margin-top: 0 !important;
}
.event-item-img {
	position: relative;
	overflow: hidden;
}
.event-img {
	position: relative;
}
.event-item-img img {
	position: relative;
}
.event-detail-link {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: transparent;
}
.event-item:hover .event-detail-link {
	background: rgba(129, 135, 140, 0.7);
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.event-detail-link a {
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 10px;
	padding: 10px 20px;
	position: absolute;
	left: 26%;
	bottom: -42px;
	font-size: 12px;
	font-weight: 700;
}
.event-detail-link a:hover {
	background: #009DDC;
	border: 1px solid transparent;
}
.event-item:hover .event-detail-link a {
	bottom: 40%;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.right-event-items {
	position: relative;
}
.right-event-items .event-item {
	padding-top: 30px;
	position: relative;
}
.featured-event {
	position: absolute;
    top: 60px;
    padding: 0px 30px;
    color: #fff;
}
.featured-event h3 {
	margin: 15px 0;
	font-weight: 600;
}
.featured-event p {
	color: #fff;
	margin: 25px 0;
}
.featured-event .event-date span{
	font-size: 36px;
}
.featured-event h6 {
	color: #fff;
}
.featured-event a {
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	border-radius: 10px;
	font-weight: 700;
	padding: 10px 25px;
	display: inline-block;
}
.featured-event a:hover{
	background: #009DDC;
	border: 2px solid #009DDC;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.featured-event a i {
	margin-right: 5px;
}
.event-single-wrapper {
	margin-top: 30px;
}
.event-single-wrapper h3{
	margin: 0 0 20px;
	font-weight: 700;
}
.event-single-wrapper h5 {
	margin: 20px 0;
	color: #27AE60;
	font-weight: 600;
}
.event-single-wrapper h5 span {
	margin-right: 15px;
}
.event-single-wrapper h5 i {
	color: #27AE60;
	margin-right: 10px;
}
.event-single-wrapper .featured-img {
	background: #f7f7f7;
	padding: 10px;
	margin: 20px 0 10px;
}
.event-single-wrapper .teacher-info {
	padding: 0 35px;
}
.event-single-wrapper .teacher-info i {
	color: #27AE60;
}
.event-control-box {
	margin-top: 40px;
}
.event-control-box a {
	color: #27AE60;
	border: 1px solid #27AE60;
	display: inline-block;
	width: 150px;
	text-align: center;
	padding: 10px 0;
	border-radius: 10px;
	font-weight: 700;
}
.event-control-box a:hover{
	border: 1px solid tranparent;
	color: #fff;
	background: #27AE60;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.sidebar-box {
	border: 1px solid #B6B6B6;
	border-radius: 10px;
}
.sidebar-box h5 {
	font-weight: 700;
	border-bottom: 1px solid #B6B6B6;
	margin: 0;
	padding: 15px 20px;
}
.sidebar-box h5 i {
	margin-right: 10px;
}
.sidebar-box .inner-content-box {
	padding: 10px 20px;
}
.sidebar-box .list-group {
	margin: 0;
}
.sidebar-box  .list-group-item {
	margin: 10px 0;
	padding: 0;
	border: 0;
}
.sidebar-box  .list-group-item a {
	color: #07253F;
	font-size: 12px;
	font-weight: 600;
}
.sidebar-box  .list-group-item a:hover {
	color: #27AE60;
}
.sidebar-box  .list-group-item a i {
	margin-right: 10px;
}
.sidebar-box  .badge {
	background: #27AE60;
}

.event-single-wrapper .section-divider {
	margin: 40px 0;
	border-top: 1px solid #eee;
	position: relative;
}
.event-single-wrapper .section-divider:after {
	content: '';
	position: absolute;
	width: 60px;
	background: #27AE60;
	height: 5px;
	left: 0px;
	top: -3px;
}

@media (max-width: 767px){
	.event-tab-link-box .nav-tabs > li  {
		display: block;
		margin: 15px;
	}
}

/********************************* 8. Parent Testimonial Section *************************************/

.parent-test-row{
	background: url('./img/bg-img2.jpg');
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0px;
}
.parent-test-row h1 {
  color: #fd4d40;
  margin-top: 0;
}
.parent-test-item p {
	color: #fff;
}
.parent-img img{
	border-radius: 50%;
	max-width: 200px;
}
.rating i {
  color: #f1c22e;
  margin: 0 1px;
}
.parent-details {
	font-weight: 700;
}
.parent-test-row .owl-dot {
	height: 8px;
	width: 8px;
	background: #fff;
	opacity: 0.6;
	border-radius: 50%;
	display: inline-block;
	margin: 0 2px;
}
.parent-test-row .owl-dots {
	text-align: center;
	margin-top: 30px;
}
.parent-test-row .owl-dots .active {
  background: #f1c22e none repeat scroll 0 0;
  border-radius: 50%;
  height: 10px;
  opacity: 1;
  width: 10px;
}
.parent-test-row .owl-nav {
	display: none;
}

/**************************** 9. TECHARES SECTION *****************************/
.teacher-row {
	background: url('./img/bg-img3.jpg');
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0px;
}
.teacher-row h1,
.teacher-row h6,
.teacher-row p {
	color: #fff;
}
.teacher-item {
	background: #fff;
	margin: 0 10px;
	position: relative;
}
.teacher-item img {
	border-radius: 50%;
	padding: 5px;
}
.teacher-item h6 {
	color: #07253F;
}
.teacher-item  p {
	color: #81878C;
}
.teacher-item h5 {
	color: #07253F;
	font-weight: 800;
	border-left: 4px solid #27AE60;
	padding: 15px 0 15px 30px;
}
.teacher-item h5 i {
	margin-right: 10px;
}
.teacher-item .teacher-desc {
	margin: 10px 0 30px;
}
.teacher-item .teacher-item-inner {
	padding: 0 30px 30px;
	position: relative;
}
.teacher-item .teacher-details {
	border-top: 2px solid #eee;
	padding-top: 15px; 
}
.teacher-item .teacher-img {
	border-radius: 50%;
	background: #eee;
}
.teacher-item .teacher-details p {
	margin: 0 0 15px;
	line-height: 1;
}
.teacher-item .teacher-details a {
	color: #27AE60;
}
.teacher-item .teacher-details a i{
	padding: 0 5px;
}
.teacher-item .teacher-details a:hover {
	color: #81878C;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.teacher-item .teacher-know-more-link {
	padding: 0 0 30px;
	text-align: center;
}
.teacher-item .teacher-know-more-link a {
    color: #27AE60;
    background: transparent;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 10px;
    font-weight: 800;
    display: inline-block;
	border: 1px solid #27AE60;
}
.teacher-item .teacher-know-more-link a:hover {
	border: 1px solid transparent;
	background: #27AE60;
	color: #fff;
	transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.teacher-item .teacher-know-more-link a i {
	margin-right: 5px;
}
.teacher-row .owl-dot {
	height: 8px;
	width: 8px;
	background: #fff;
	opacity: 0.6;
	border-radius: 50%;
	display: inline-block;
	margin: 0 2px;
}
.teacher-row .owl-dots {
	text-align: center;
	margin-top: 60px;
}
.teacher-row .owl-dots .active {
	height: 10px;
	width: 10px;
	background: #fff;
	border-radius: 50%;
	opacity: 1;
}
.teacher-row .owl-nav {
	display: none;
}

/*************************** 10. Footer section*********************************/
.footer-row {
    padding: 80px 0 0;
    background: url(./img/bg-img6.jpg);
    background-size: cover;
    color: #fff;
    position: relative;
}
.footer-row:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    background: rgba(0, 204,153, 0.7);
    display: block;
}             
.school-logo {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.school-logo i {
	font-size: 24px;
}
.school-logo h3 {
	margin: 10px 0 15px;
	font-weight: 800;
	letter-spacing: 1px;
}
.school-logo h6 {
	font-weight: 800;
	letter-spacing: 1px;
}
.footer-item h5 {
	font-weight: 700;
	margin-bottom: 30px;
}
.footer-item p i {
	margin-right: 10px;
}
.footer-item .quick-link-box a {
	display: block;
	color: #fff;
	margin: 10px 0;
}
.footer-item .quick-link-box a i{
	margin-right: 10px;
}
.footer-item .quick-link-box a:hover {
  color: #f1c22e;
}
.footer-subscribe {
	border: 1px solid #fff;
}
.footer-subscribe input {
	border: none;
	background: transparent;
	border-left: 1px solid #fff;
	padding: 10px;
}
.footer-subscribe i {
	padding: 10px;
}
.subscribe-link {
	display: inline-block;
	margin: 20px 0px;
	padding: 10px 25px;
	border: 1px solid #fff;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
}
.subscribe-link:hover {
  background: #f1c22e none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
}
.subscribe-link i {
	margin-right: 10px;
}
.footer-social-row {
    border-top: 1px solid #fff;
    padding: 30px 0;
    margin-top: 60px;
    text-align: center;
    position: relative;
}
.footer-social-row a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	color: #fff;
	padding: 8px;
	margin: 0 8px;
	border-radius: 50%;
}
.footer-social-row a:hover {
  background: #f1c22e none repeat scroll 0 0;
  border: 2px solid transparent;
}

@media (max-width: 991px){
	.footer-item {
		margin-bottom: 30px;
	}
}

/************************** 11. Page Title Section ************************/
.page-title{
	padding: 140px 0 80px;
	color: #fff;
	text-align: center;
}
.page-title-events {
	background: url('./img/page-title-events.jpg');
	background-attachment: fixed;
	background-size: contain;
}
.page-title-about {
	background: url('./img/page-title-about.jpg');
	background-attachment: fixed;
	background-size: contain;
}
.page-title-preschool {
	background: url('./img/page-title-preschool.jpg');
	background-attachment: fixed;
	background-size: contain;
}
.page-title h2 {
	margin: 0;
	font-weight: 800;
	letter-spacing: 1px;
}
.page-title h2 i {
	margin-right: 10px;
}
.teacher-about-row {
	margin: 0;
}
.teacher-about-row-inner {
	border: 1px solid #eee;
}
.apply-know-row {
	background: #27AE60;
	padding: 60px 0;
	color: #fff;
}
.apply-know-row h3 {
	font-weight: 700;
	margin-top: 0;
}
.apply-know-row  .admission-row a {
	font-size: 14px;
	display: inline-block;
	padding: 15px 30px;
	color: #fff;
	font-weight: 700;
	margin-top: 15px;
	border-radius: 10px;
	border: 2px solid transparent;
	color: #27AE60;
	background: #fff;
}
.apply-know-row  .admission-row a:hover {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
}
.apply-know-row  .admission-row a i {
	margin-right: 10px;
}
.apply-know-row p {
	margin-top: 20px;
	line-height: 2;
}
.input-wrapper input {
	border: none;
	padding: 15px;
	color: #07253F;
}
.input-wrapper a {
	color: #fff;
	border: 2px solid #fff;
	padding: 13px 20px;
	cursor: pointer;
}
.input-wrapper a:hover {
	color: #27AE60;
	background: #fff;
}
.info-row input {
	width: 80%;
}
.info-row,
.admission-row {
	padding: 0 30px;
}
.admission-row {
	border-right: 1px solid #fff;
}
.info-row  {
	border-left: 1px solid #fff;
}
.info-row .input-wrapper  {
	margin-top: 25px;
}
@media (max-width: 767px) {
	.info-row {
		margin-top: 30px;
	}
	.admission-row,
	.info-row {
		border: none;
	}
	.teacher-about-row-inner {
		margin-top: 30px;
	}
}

/************************ 12. Preschool Section *******************************/
.academic-nav-box {
	border: 1px solid #eee; 
}
.academic-nav-inner-box {
	padding: 5px 15px;
}
.academic-nav-box h5 {
	position: relative;
	font-weight: 700;
	padding: 15px;
	border-bottom: 1px solid #eee;
	margin: 0;
	background: #27AE60;
	color: #fff;
}
.academic-nav-box h5 i {
	margin-right: 10px;
}
/*.academic-nav-box h5:after {
	content: '';
	position: absolute;
	width: 4px;
	background: #27AE60;
	height: 30px;
	left: 0px;
	top: 7px;
}*/
.academic-nav-inner-box a {
	display: block;
	margin: 10px 0;
	color: #81878C;
}
.academic-nav-inner-box a i {
	margin-right: 10px;
}
.academic-nav-inner-box a:hover {
	color: #27AE60;
}
.academic-content-box {
	padding: 0 15px;
}
.academic-content-box h3{
	font-weight: 700;
	margin: 0 0 20px;
}
.academic-content-box .section-divider {
	margin: 40px 0;
	border-top: 1px solid #eee;
	position: relative;
}
.academic-content-box .section-divider:after {
	content: '';
	position: absolute;
	width: 60px;
	background: #27AE60;
	height: 5px;
	left: 0px;
	top: -3px;
}
.academic-content-box .curriculum-img {
	padding: 30px 0;
}
.academic-content-box  .curriculum-highlights {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.academic-content-box  .curriculum-highlights li i {
	margin-right: 10px;
}
.academic-content-box  .curriculum-highlights li {
	color: #81878C;
	margin: 6px 0;
}
.timings-table {
	border: 1px solid #eee;
	max-width: 290px;
	margin-top: 25px;
}
.timings-table p {
	border-bottom: 1px solid #eee;
	margin: 0;
	line-height: 1;
}
.timings-table p:last-child {
	border-bottom: none;
}
.timings-table p span {
	border-right: 1px solid #eee;
	width: 140px;
	display: inline-block;
	padding: 10px;
}
.timings-table p span:last-child {
	border-right: none;
}
.timings-table .header {
	font-weight: 600;
}
.academic-teachers img{
	max-width: 120px;
	padding: 5px;
	border-radius: 50%;
	background: #eee;
}
.academic-teachers h5 {
	font-weight: 700;
	color: #81878C;
}
.academic-teachers  i {
	margin-right: 10px;
}
.academic-teachers p {
	line-height: 1;
	margin: 15px 0;
}
.academic-teachers {
	margin: 30px 0 0;
}
.summer-camp-form  .form-row label{
	color: #81878C;
	font-size: 11px;
	display: block;
	margin-top: 30px;
}
.summer-camp-form  .form-row input,
.summer-camp-form  .form-row textarea{
	padding: 10px;
	border: 1px solid #81878C;
}
.summer-camp-form  .form-row textarea {
	width: 100%;
}
.camp-submit-btn {
	background: #27AE60;
	display: block;
	color: #fff;
	margin-top: 25px;
	max-width: 145px;
}
.academic-calendar {
	color: #81878C;
	width: 100%;
	margin-top: 30px;
}
.academic-calendar td{
	padding: 20px;
}
.academic-calendar td i {
	margin-right: 10px;
	color: #27AE60;
}
.academic-calendar tr:nth-child(2n + 1) {
	background: #f7f7f7;
	font-weight: 600;
}
.download-calendar {
	display: inline-block;
	color: #fff;
	margin-top: 30px;
	padding: 20px 30px;
	font-weight: 700;
	background: #27AE60;
	border: 2px solid transparent;
	border-radius: 10px;
}
.download-calendar:hover {
	border: 2px solid #27AE60;
	color: #27AE60;
	background: transparent;
}
.download-calendar i {
	margin-right: 10px;
}
.accordion-inner {
	padding: 25px 30px 15px;
	display: none;
}
.accordion-inner img {
	padding: 15px 0 5px;
}
.accordion-inner h5 {
	margin-top: 30px;
	font-weight: 700;
}
.pathshala-accordion h4 {
	margin: 30px 0 0;
	font-weight: 700;
	border: 2px solid #27AE60;
	color: #27AE60;
	line-height: 1;
	cursor: pointer;
}
.pathshala-accordion h4 i {
	margin-right: 10px;
	border-right: 2px solid #27AE60;
	padding: 15px 20px;
}
.pathshala-accordion .fa-plus,
.pathshala-accordion .fa-minus{
	float: right;
	margin: 15px 20px;
}
.accordion-inner .academic-teachers {
	margin-bottom: 10px;
}
.accordion-inner .academic-teachers img {
	padding: 5px;
}
.accordion-inner .academic-teachers h5 {
	margin-top: 20px;
}
.accordion-inner .academic-teachers .teacher-info {
	padding: 0 30px;
}
@media (max-width: 767px) {
	.academic-nav-box{
		margin-bottom: 40px;
	}
}

/************************* 13. FACT SECTION ********************************/
.fact-wrapper {
	max-width: 900px;
	margin: 0 auto;
}
.fact-item {
	margin-bottom: 30px;
}
.fact-item h1 {
  color: #fd4d40;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 0 15px;
}
.fact-item h2 {
  color: #fd4d40;
  font-weight: 800;
  letter-spacing: 0;
  font-size: 28px;
}
.fact-item p {
	font-size: 15px;
}
.lg-icon i {
	font-size: 80px;
}
.fact-item-list {
	border-bottom: 1px solid #eee;
	padding: 20px 0 20px 20px;
}
.fact-item-list i {
  color: #81878c;
  font-size: 58px;
  margin-top: 13px;
}
.faq-accordion h4 {
	padding: 15px;
}
.faq-accordion  .fa-plus, .pathshala-accordion .fa-minus {
    float: right;
    margin: 0px 20px;
}
.admissioon-youtube-video {
	padding: 30px;
}
.admissioon-youtube-video iframe {
	width: 100%;
	height: 300px;
}
@media (max-width: 767px) {
	.fact-item-list i {
		font-size: 40px;
	}
}

/******************** datepicker style *******************************/
.ui-datepicker {
	border: 1px solid #eee;
	background: #fff;
	padding: 15px;
}
.ui-datepicker-title {
	text-align: center;
	color: #81878C;
}
.ui-datepicker-prev {
	float: left;
}
.ui-datepicker-next {
	float: right;
}
.ui-datepicker-next,
.ui-datepicker-prev {
	color: #81878C;
	cursor: pointer;
}
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover{
	text-decoration: none;
	color: #07253F;
}
.ui-datepicker-calendar th {
	color: #81878C;
	font-weight: 600;
	padding: 8px;
}
.ui-datepicker-calendar td {
	padding: 8px;
	text-align: center;
}
.ui-datepicker-calendar td a {
	color: #81878C;
}
.ui-datepicker-calendar td a:hover {
	text-decoration: none;
	color: #07253F;
}
.ui-datepicker-current-day {
	border: 1px solid #eee;
}

/*******************  15. Gallery Styles ************************/
.gallery-row {
	padding: 30px 0px 60px;
}
.image-set img {
	max-width: 100%;
	position: relative;
	transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5 ease;
	-webkit-transition: all 0.5 ease;
}
.image-set .img-caption {
	background: rgba(10, 49, 82, 0.5);
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 0;
}
.image-set .image-wrapper {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
.image-set .link {
	left: 45%;
    position: absolute;
    top: 40%;
	opacity: 0;
}
.image-set .link a {
	background: #f9676b none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    padding: 3px 7px;
    width: 30px;
	opacity: 0;
}
.image-set .image-wrapper:hover .img-caption {
	opacity: 1;
}
.image-set .image-wrapper:hover .link a {
	opacity: 1;
}
.image-set .image-wrapper:hover .link {
	opacity: 1;
}
.image-set .image-wrapper:hover img {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
}

.noukri {
    background-color: #ff0000;
    display: block;
    font-size: 40px !important;
    margin: 15px auto 0;
    padding: 10px;
    width: 315px !important;
	color: #fff;
	border-radius: 10px;
}
#homeSlider img {
  width: 100%;
}
.row.nav-row.trans-menu {
    background:url(https://careeronlineacademy.com/assets/img/circuit.png)repeat center;
    padding: 6px 0 20px;
    position: relative;
    /*border: 4px solid #fabf8f;
    border-style: double;*/
    z-index: 0;
}

.section-1 {
  background: #f7a73f none repeat scroll 0 0;
  float: left;
  margin-bottom: 54px;
  padding: 40px;
  width: 100%; 
}
.online-usrs h2 {
    font-size: 30px;
    font-weight: bold;
    padding-left: 20px;
}
.online-usrs i {
    font-size: 30px;
	color: #006300;
}
.principal-intro > h1 {
  color: #fd4d40;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
form#contact-form {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ff7300;
  box-shadow: 3px 5px 7px #ccc;
  float: left;
  padding: 31px;
  width: 100%;
}
#contact-form > h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 31px;
  margin-top: 11px;
  text-align: center;
}
.btn-success {
  background-color: #f1c22e;
  border-color: #f1c22e;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 17px;
  width: 50%;
  padding: 10px;
  font-weight: bold;
  border-radius: 100px;
}
.btn-success:hover{
	background-color: #2db3d9;
  border-color: #2db3d9;
color: #fff;}
.faq > ul {
  list-style: outside none none;
  padding: 0px;
}
.faq a {
  color: #343434;
  line-height: 26px;
}
.fa.fa-check {
  background: #fd4d40 none repeat scroll 0 0;
  border: 1px solid #fd4d40;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  height: 25px;
  line-height: 23px;
  margin-right: 4px;
  text-align: center;
  width: 25px;
}
.fa.fa-check:hover{
	background:#F1C22E;
    border: 1px solid #F1C22E;
}
.row.section-row.evets-row p {
  color: #343434;
  text-align: justify;
}
/*.news-item-container a:hover{
	background-color: #FD4D40 !important;
  border-color: #FD4D40 !important;
color: #fff !important;}*/
.news-item > b {
  background: #ccc none repeat scroll 0 0;
  color: #343434;
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 10px;
  width: 100%;
}
.row.section-row img {
  margin-top: 22px;
}
.section-1 h2 {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 6px;
  margin-top: 0;
}

.row.section-row1{
	background: url('../img/painting.png');
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0px;
	position: relative;
}
.row.section-row1 h1 {
  color: #fd4d40;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.carousel-caption {
  left: 20%;
  padding-bottom: 85px;
  right: 20%;
}
.faq {
  float: left;
  margin-left: 26px;
  margin-top: 44px;
  width: 100%;
}
.carousel-inner .fa.fa-users {
  color: #069013;
  display: -moz-groupbox;
  font-size: 30px;
  margin-right: 7px;
  margin-top: 8px;
  position: relative;
  top: -5px;
}


.aboutus {
  background-attachment: inherit !important;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/about-banner.png");
  background-origin: padding-box;
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
  padding: 120px 0;
}

.about-page > h1 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.news-item-container .col-sm-6 {
  width: 50%;
}
.demo-sections02 {
    background: #00cc99;
    padding: 60px 0;
    position: relative;
}
.whatcareeracdy {
    background: #f7f7f7;
    padding-bottom: 60px;
    padding-top: 30px;
    position: relative;
}
.whatcarcdy {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    position: relative;
}

a.fldtr {
    float: right;
}
form.form-section .input-group {
    width: 100%;
    margin-bottom: 20px;
}
a.stsrt-secrt {
    background: #071e33;
    color: #fff;
    width: 160px;
    text-align: center;
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 18px;
    transition: 0.6s;
	text-decoration: none;
	font-weight: bold;
}
span.jojerfnt {
    font-family: 'Jokerman-Regular';
}
a.stsrt-secrt:hover {
    background: #00008b;
}
/*ANA ILETISIM*/
.anailetisim {
  background: #f3f3f3 none repeat scroll 0 0;
  color: #fff;
  padding: 0;
}
.anailetisim h2 {
  font: 300 30px "Raleway",sans-serif;
  color: #FD4D40;
}
.anailetisim .iletisimform input{color:#795548;font:300 16px 'cambria';padding:12px 18px;border-radius: 8px;}
.anailetisim .iletisimform select {background: #fff url('../resimler/selectbg.png') right 4px center no-repeat;color:#ccc;font:300 16px 'Raleway',sans-serif;padding:12px 18px;border-radius: 8px;-webkit-appearance: inherit;}
.anailetisim .iletisimbilgi table td {vertical-align:top; color:#fff; font-weight:300; padding:0 12px 40px 12px; }
.btn-group-lg > .btn, .btn-lg {
  border-radius: 36px;
  font-size: 22px;
  line-height: 1.33333;
  padding: 10px 16px;
  background: #F1C22E;
  width: 100%;
  font-weight: bold;
}
.col-md-5.iletisimbilgi i {
  color: #000;
  font-size: 22px;
  line-height: 63px;
  margin-right: 20px;
  margin-top: -12px;
}
.col-md-5.iletisimbilgi > span {
  color: #343434;
  font-size: 16px;
}
.col-md-5.iletisimbilgi > a{
  color: #343434;
  font-size: 16px;
  text-transform:capitalize;
}
.anailetisim .iletisimform input {
  border-radius: 8px;
  color: #795548;
  font: 300 16px "Raleway",sans-serif;
  padding: 12px 18px;
}
.form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.Contact-page {
  background-attachment: inherit !important;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("../img/Contact-banner.png");
  background-origin: padding-box;
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
  padding: 120px 0;
}

.Contact-page > h1 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.navbar-brand {
  padding:0px;
}
hr {
  border-color: #f1c22e;
  border-width: 2px;
  margin-top: 11px;
  width: 14%;
}
.section-mobile{
	display: none;
}
.item-active {
    position: relative;
    display: inline-block;
    width: 100%;
}

.demo-sections02 h2 {
    color: #000;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
}
 .demo-text h3 {
    font-size: 30px;
    text-align: center;
    font-weight: 800;
	color: #071e33;
}
.carouse-slide {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: inherit;
}
.carouse-slide .carousel-inner {
    overflow: visible;
}
.item-active:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(http://sasnagar.co.in/career-online-academy/assets/img/down.png)repeat-x top;
}
.item-active:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(http://sasnagar.co.in/career-online-academy/assets/img/up.png)repeat-x bottom;
}
.demo-sections03 {
    background: #f3efd5;
    padding: 50px 0;
    position: relative;
}
.demo-sections03 h2 {
    color: #071e33;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
}
form.form-section {
    box-shadow: 0px 0px 4px #ccc;
    padding: 40px 30px;
    border-radius: 60px;
    background: #00cc99;
    border: 1px solid #e36c0a;
}
form.form-section h4.modal-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 900;
    color: #071e33;
}
.sevtion-2 iframe, .demo-sections03 iframe {
    border: 15px solid #f1c22e;
}
a.modl-popo {
    display: block;
    border: 15px solid #fabf8f;
}  
a.stdnt-img {
    display: block;
    border: 2px solid #00006d;
    background: #fff;
}
.rdferda {
    min-height: 95px;
    vertical-align: middle;
    align-items: center;
}
.online-usrs h3 {
    margin-top: 15px;
}
p.gvt {
    font-size: 16px;
    margin-bottom: 0px;
}
.drsse1 {
    border-right: 1px solid #fff;
    padding-right: 0;
}
.drsse2 {
    min-height: 96px;
}
a.stdnt-img img {
    height: 85px;
}
.online-usrs {
    padding-top: 4px;
}
img.mobile_slider{
	display:none;
}
.modal-title {
    font-weight: bold;
    font-size: 22px;
	color: #000;
}
.modlaser .modal-content {
    background: #00cc99;
}
.modlaser .modal-content form.form-section {
    box-shadow: none;
    margin-top: 0;
}
a.fldtr {
    color: #fff;
    background-color: #00006d;
}
.modlaser .modal-header {
    border-bottom: 1px solid #00006d;
} 
a.modl-popo img {
    width: 100%;
}
.demo-sections04 {
    padding: 0 0 50px;
    background: #071e33;
    display: inline-block;
    width: 100%;
    position: relative;
}  
.sevtion-2 {
    display: inline-block;
    width: 100%;
    padding: 0 0 50px 0;
    background: #fde9d9;
    overflow: hidden;
    position: relative;
}
.secmobil2 .online-usrs span {
    font-size: 16px;
    color: #fff;
}   
.online-usres h2 {
    font-weight: bold;
    color: #071e33;
}
.col-xs-12.dgovt2 {
    padding: 0;
}
span.dagovtls {
    float: right;
}
.jobcatrgry-main {
    display: inline-block;
    width: 100%;
    padding: 10px 0 15px;
}
.textjob h3 {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-top: 0;
	color: #000;
}
.jobcatrg2 .textjob h3 {
    margin-bottom: 0;
}
.jobcatrg2 {
    padding-top: 0px;
}
.rowedr {
    display: inline-block;
    width: 100%;
    /* background: url(http://sasnagar.co.in/academy-career-online/assets/img/slider/mobile-slider.png) bottom no-repeat; */
    padding: 70px 0;
    background-size: 100%;
}
.phone-twin {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.phone {
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto;
    position: relative;
    border-radius: 36px;
    padding: 55px 0;
    -webkit-box-shadow: inset 0 4px 10px 1px #ccc, inset 0 0 6px 0 rgba(66,77,86,.9), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0,0,0,0.65);
    box-shadow: inset 0 4px 10px 1px #ccc, inset 0 0 6px 0 rgba(66,77,86,.5), 0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0,0,0,.5);
}
.phone .screen {
    width: 90%;
    margin: 0 auto;
}
.shadow-box {
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.03);
    box-shadow: 0 0 1px rgba(0,0,0,.1), 0 2px 6px rgba(0,0,0,.03);
}
.sujct p {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #071e33;
    text-transform: capitalize;
}         
.sujct {
    padding: 15px 0;
    /* background: #f1c22e; */
    border-top: 1px solid #00cc99;
    border-bottom: 1px solid #00cc99;
	overflow: hidden;
}
.secti-scrolsec {
   /* background:rgba(250, 191, 143, 0) url(../img/painting.png);
    background-attachment: fixed;
    background-size: cover;*/
    padding: 0px 0px;
    position: relative;
}   
.secti-scrolsec:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
    width: 100%;
   /* background: rgba(72, 255, 96, 0.1);*/
    display: block;
}
.sections-title {
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}
.sections-title h1 {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
}
.rsder {
    padding: 15px 0 10px;
    /* border-bottom: 1px solid #071e33; */
    display: inline-block;
}
.rsder b {
    font-size: 30px;
    color: #00cc99;
    font-weight: 800;
    float: right;
    padding-right: 0px;
    width: 100%;
}
.rsder b span {
    font-size: 26px;
	font-weight: 600;
}       
.col-sm-12.dfdff {
    margin-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.sections-title hr {
    border-color: #071e33;
}
.batchsec {
    color: #000;
	background-image: linear-gradient(#c5d8a1, #a3bd71, #c5d8a1);
    border: 1px solid #c5d8a1;
}  
/* .news-item-container a.batchsec:hover { */
    /* background: #071e33 !important; */
/* } */
.sylbs-sec {
    background: #071e33 !important;
    border-color: #071e33 !important;
    color: #fff ;
}
.admisin-sec {
    color: #000 !important;
    font-weight: 800 !important;
    flex: 1 1 auto;
    margin-bottom: 5px !important;
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2); */
    box-shadow: 0 0 20px #eee;
	background-image: linear-gradient(#fabf8f, #f79647, #fabf8f);
    border: 1px solid #e36c0a;
}
/* .admisin-sec:hover { */
  /* background-position: top center; /* change the direction of the change here */ */
  /* background-image: linear-gradient(to bottom, #FD4D40 27%, #f1c22e 99%, #FD4D40 100%);   */
/* } */
.rsder i {
    color: #025f1e;
}
.phone .button {
    position: absolute;
    left: 50%;
    -webkit-box-shadow: 0 0 1px 2px #f79748 inset;
    box-shadow: 0 0 1px 1px #f79748 inset;
    border: 1px solid #edf4f8;
    border-radius: 50%;
    bottom: 1.75%;
    height: 0;
    margin-left: -18px;
    padding-top: 36px;
    width: 36px;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 10%, rgba(247,151,72,1) 80%);
}
.phone:after {
    top: 30px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -45px;
    background: #fabd8b;
    -webkit-box-shadow: 0 0 0 2px rgba(0,0,0,.03);
    box-shadow: 0 0 0 2px rgba(0,0,0,.03);
    display: block;
    border-radius: 50%;
}
.phone:after, .phone:before {
    content: '';
    position: absolute;
}

.drsse2 .online-usrs {
    position: relative;
}
.drsse3 .online-usrs {
    position: relative;
}
.drsse3, .drsse2 {
    padding-left: 0;
}
.myDate {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    display: inline-block;
    float: left;
    width: 50px;
    background: red;
    height: 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: #fff;
    font-weight: bold;
    left: -17px;
    position: absolute;
    top: 25px;
}
.myDate p {
    font-size: 12px;
    padding-left: 10px;
} 
.navbar-header {
    width: 25%;
	float: left;
}

.navbar-header1 {
    width: 25%;
	float: left;
}
   
.navbar1-nav li {
    float: left;
}
.navbar1-nav {
    float: left;
    margin: 0;
}

.page-sidebar {
    display: inline-block;
    float: left;
    position: absolute;
    width: 250px;
    padding-bottom: 119px;
    background: #00cc99;
    height: 100%;
}
.page-content {
    margin-top: 0;
    padding: 0;
    background-color: #fff;
    overflow: auto;
    position: relative;
    min-height: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    z-index: 6;
    margin-left: 250px;
    min-height: 100%;
}
.couresec h3 {
    font-weight: bold;
    font-size: 30px;
	color: #071e33;
}
nav.navbar.navbar-inverse {
    border-radius: 0;
}
.date-sec h4 {
    font-size: 26px;
    font-weight: bold;
}
.time-sec h4 {
    font-size: 26px;
    font-weight: bold;
}
ul.sidelist {
    padding-left: 10px;
    list-style: none;
}
ul.sidelist li a {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 10px;
    display: block;
    color: #000;
    font-family: open sans;
    text-align: center;
    background-image: linear-gradient(#f4fffe, #e2e4e4, #f4fffe);
    width: 210px;
    margin: 0 auto 10px;
    border-radius: 10px;
}
ul.sidelist li a:hover {
    color: #071e33;
    background: #f79647;
}
ul.sidelist {
    padding-left: 0px;
    list-style: none;
    padding-top: 15px;
}
.navbar-header1 a.navbar-brand img {
    margin-top: 5px;
}
.col-sm-12.section-das {
    padding-bottom: 80px;
}           
.syllabs_popup {
    background: #fff;
    width: 40%;
    margin: 0 auto;
    border-radius: 5px;
    position: fixed;
    padding: 10px;
    left: 0;
    right: 0;
    z-index: 9;
    top: 20px;
}
a.close_card_poup {
    float: right;
    cursor: pointer;
}
span.ctprice {
    font-size: 20px !important;
    color: #000;
    text-decoration: line-through;
    display: inline-block;
}
.overlay-class {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    max-height: 100%;
}
.sylbs-sec {
    color: rgb(255, 255, 255);
    background: #00cc99 !important;
    border-color: rgb(7, 30, 51) !important;
}
button.submit-btnform {
    margin: 0 auto;
    display: block;
    width: 220px;
    padding: 10px 0;
    border: none;
    transition: 0.6s;
    font-size: 16px;
    font-weight: bold;
    background-image: linear-gradient(#fabf8f, #f79647, #fabf8f);
    color: #000;
	border: 1px solid #e36c0a;
}     
input.submit-btnform {
    margin: 0 auto;
    display: block;
    width: 220px;
    padding: 10px 0;
    border: none;
    transition: 0.6s;
    font-size: 16px;
    font-weight: bold;
    background-image: linear-gradient(#fabf8f, #f79647, #fabf8f);
    color: #000;
	border: 1px solid #e36c0a;
}     

.catgry-sec-toggle {
    position: relative;
    padding-bottom: 0px;
}
.catgry-sec-toggle span {
    color: #000;
    font-weight: bold;
}
.sidenav-catrgry {
    min-height: 420px;
    width: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #205867;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    bottom: 0;
    border-radius: 5px;
}  

.sidenav-catrgry a {
    padding: 15px 8px 15px 20px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #115365;
}
      
.sidenav-catrgry a:hover {
  color: #f1f1f1;
}

.sidenav-catrgry .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 0;
}
.sidenav-catrgry h3 {
    color: #f1c22e;
    display: inline-block;
    width: 100%;
    /* text-align: center; */
    margin-top: 25px;
    font-weight: 800;
    padding-left: 20px;
}
h2.titleh2tsec {
    position: relative;
    display: inline-block;
    color: #000;
    margin-top: 0;
    font-weight: 800;
}
.sections-titlsh2 hr {
    margin-bottom: 30px;
}
p.dfdfs {
    display: inline-block;
    min-height: 70px;
    margin-bottom: 0;
}   
#ssc-sec .sections-titlsh2 {
    padding-top: 40px;
}  
.syllabs_popup h2 {
    text-align: center;
}
input.sectdser {
    width: 240px;
    border-radius: 0;
    margin: 0;
    border: none;
    padding: 15px 0;
    color: #000;
}
img.img-logos {
    width: 220px;
    border: 1px solid #fabf8f;
    border-style: double;
    border-radius: 5px;
    border-width: 4px;
}


.imgehdrbefore {
    display: inline-block;
    width: 100%;
    margin-top: -20px;
}
.hdrsecainsec01 {
    display: inline-block;
    width: 100%;
    position: relative;
}   
.section-imglogo {
    background: #00cc99;
    padding: 20px 0;
    border: 3px solid #fabf8f;
    border-style: double;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}


hr.lingrnt {
    height: 10px;
    background: linear-gradient(180deg, rgba(253,233,217,1) 0%, rgba(253,233,217,1) 35%, rgba(250,191,143,1) 100%);
    border: none;
    width: 30%;
}
.demo-sections04 {
    background: url(http://careeronlineacademy.com/assets/img/Floating-Stars.png) repeat 0 0;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 0 0 20px 0;
    box-sizing: border-box;
    -webkit-animation: slide 20s linear infinite;
    animation: slide 20s linear infinite;
    position: relative;
    display: inline-block;
    width: 100%;
}
/*.demo-sections04:before {
    position: absolute;
    content: "";
    background: rgba(253, 233, 217, 0.3);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/
.colrovrly {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 270px;
    background: rgba(253, 233, 217, 0.8);
    border: 1px solid #000;
}
.sectio-title {
    display: inline-block;
    background: #eeece1;
    padding: 20px 50px;
    border-radius: 50px;
    border: 1px solid #e36c0a;
}
.iconimsec {
    display: inline-block;
}
.sectio-title h1 {
    margin: 10px 0 0 0;
    color: #000;
    font-weight: 600;
}
hr.slctcoach {
    height: 10px;
    background: linear-gradient(180deg, rgba(253,233,217,1) 0%, rgba(253,233,217,1) 35%, rgba(250,191,143,1) 100%);
    border: 1px solid #000;
    width: 40%;
}
img.icong {
    margin-top: -130px;
}
.iconimsec {
    display: inline-block;
    width: 120px;
}
.seccolrtogle {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.catgry-sec-toggle {
    background: #00cc99;
    width: 290px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 13px;
    border-radius: 10px;
    border: 1px solid #e36c0a;
}  
span.colrscr {
    color: #fbd4b4;
}   
.col-sm-6.col-xs-6.drftg {
    padding-right: 5px;
    padding-left: 10px;
}
.col-sm-6.col-xs-6.drftgsd {
    padding-left: 5px;
	padding-right: 10px;
}
p.dfdfs i {
    color: #000;
    font-size: 15px;
}
.clscotntsec h4 {
    font-family: 'Cambria' !important;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
h3.titleh2sec {
    font-weight: 800;
    font-family: Cambria;
    margin-bottom: 20px;
    text-shadow: 2px 0px 1px #fabe8e;
}

.mrgnsec1 {
    margin-top: 30px;
}
.rdtime h3 {
    font-weight: 800;
    color: #000;
    font-family: cambria;
    display: inline-block;
    margin-top: 0;
}
.rdtime h4 {
    font-family: cambria;
    color: #000;
    font-weight: 800;
    float: right;
    display: inline-block;
}
.sctioner {
    text-align: center;
}    
.sctioner {
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #000;
    padding: 0 0;
    /*background-image: linear-gradient(#fabf8f, #f79748, #fabf8f);*/
	background:#f7f7f7; 
    color: #000;
	border-radius: 6px;
    /*border: 1px solid #e36c0a;*/
	box-shadow: 0px 2px 6px #e36c0a;
}
span.txtsldr {
    background-image: linear-gradient(#fabf8f, #f79748, #fabf8f);
    padding: 10px 10px;
    border-radius: 4px;
    color: #000;
    box-shadow: 0px 0px 1px #e36c0a;
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
}
.timrsec {
    text-align: center;
    padding: 10px 0;
    display: block;
    margin: 0px auto 0;
    border-radius: 6px;
    background: #f7f7f7;
    color: #000;
    box-shadow: 0px 2px 6px #e36c0a;
}  
.sctioner h3 {
    font-weight: 600;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
}
.sctioner {
    padding: 20px 0;
}
.timrsec {
    padding: 10px 0;
}    
.timrsec p {
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: bold;
}
span.pmtext {
    font-size: inherit;
    font-weight: normal;
}
.mainsec-sect {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.section-datime {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}
.mainsec-sect:after {
    /*content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    background: url(https://careeronlineacademy.com/assets/img/bg_firstfold.svg)no-repeat center;
    z-index: -1;
    background-position: 100% 100%;
    margin: 0 auto;*/
}
img.iconbg {
    margin: 0 auto;
    display: block;
}
a.loginank {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
}
.logintogl {
    float: right;
    padding-top: 20px;
    display: none;
}
a.ankrimg {
    width: 84px;
    height: 84px;
    display: inline-block;
    border-radius: 50%;
    /* background: #fff; */
    overflow: hidden;
    padding-top: 0px;
    box-shadow: 0px 0px 3px #ccc;
}
.whatcareeracdy:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background: url(https://careeronlineacademy.com/assets/img/stars.gif)repeat center;
    z-index: 0;
    margin: 0 auto;
	opacity: 0.2;
}
.whatcarcdy:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background: url(https://careeronlineacademy.com/assets/img/stars.gif)repeat center;
    z-index: 0;
    margin: 0 auto;
	opacity: 0.2;
}
.catgry-sec-toggle .dropdown-menu {
    background: #205867;
    margin-top: 10px;
    width: 100%;
    min-width: 280px;
    margin-left: -9px;
}

.catgry-sec-toggle .dropdown-menu a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #115365;
}
.catgry-sec-toggle .dropdown {
    display: block;
    width: 100%;
}
.catgry-sec-toggle .dropdown button.btn.btn-primary.dropdown-toggle {
    padding: 0;
    width: 100%;
    background: transparent;
    border: none;
}
.catgry-sec-toggle .dropdown button span {
    display: inline-block;
    width: 100%;
}
.catgry-sec-toggle .dropdown button span span.colrscr {
    display: inline-block;
    width: auto;
}
.sevtion-2 h2 {
    color: #000;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
}
hr.linrernt {
    height: 10px;
    background: linear-gradient(180deg, rgba(253,233,217,1) 0%, rgba(89,235,199,1) 35%, rgba(0,204,153,1) 100%);
    border: none;
    width: 30%;
}
.sevtion-2:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 100%;
    background: url(https://careeronlineacademy.com/assets/img/bgbackg.gif)repeat center;
    z-index: 0;
    margin: 0 auto;
    opacity: 0.8;
} 

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 0px 10px 0 10px;
    margin-top: -20px;
    color: #00cc99;
    font-weight: bold;
    font-size: 30px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
	box-shadow: 0px 0px 4px #222;
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
}


/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: transparent;
  color: #00cc99;
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
    background-color: #fff;
    border: none;
    box-shadow: 0px 0px 10px #333;
}

.active, .dot:hover {
  background-color: #00cc99;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  opacity: 1;
}
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

div#pathshalaNavbarCollapse {
    width: 74%;
    float: left;
}
.header-dashboard {
    background: #f7f7f7;
    padding: 10px 0;
    border-bottom: 1px solid #f79647;
}
.header-dashboard nav.navbar.navbar-inverse {
    background: transparent;
    border: none;
}
.secmaincht {
    display: inline-block;
    width: 100%;
}
.chatmainsec {
    display: inline-block;
    width: 100%;
    height: 500px;
    overflow-y: scroll;
    background: #fff;
    padding: 10px 0 20px 0;
    position: relative;
	border: 1px solid #fabf8f;
	border-top: none;
}
.container-21 p {
    margin-bottom: 1px;
}
.chatmainsec button.btn.btn-default {
    width: 220px;
    background: #00cc99;
    transition: 0.6s;
    font-size: 16px;
    font-family: cambria;
    color: #000;
    border: none;
}
.chatmainsec button.btn.btn-default:hover {
    background: #fabf8f;
}
a.lodmyimg {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc;
	float: left;
}
.prftd {
    display: inline-block;
    padding-left: 15px;
    width: 90%;
    overflow: hidden;
}

.modlaser .modal-content form.form-section {
    background: transparent;
    border: none;
    padding-top: 0;
    padding-bottom: 15px;
}
.modlaser .modal-content form.form-section h4.modal-title {
    display: none;
}

div#abc11 {
    height: 400px;
    overflow-y: scroll;
    border: 5px solid #f1c22e;
    background: #f7f7f7;
    overflow-x: hidden;
}  
.subject-slybs h2 {
    margin-top: 0;
    color: #00cc99;
}
.slbssecti h2 {
    text-transform: capitalize;
    color: #00cc99;
}
div#abc {
    padding: 0 15px 10px;
    border: 5px solid #f1c22e;
    background: #f7f7f7;
    overflow-y: scroll;
    height: 400px;
}
.syllabs_popup p {
    font-size: 16px;
}
div#popupContact {
    overflow: hidden;
}  


button.btn.submtgyh {
    width: 220px;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    font-weight: bold;
    font-size: 16px;
    transition: 0.6s;
	background-image: linear-gradient(#fabf8f, #f79647, #fabf8f);
    color: #000;
    border: 1px solid #e36c0a;
}
 hr.lnelght {
    width: 100%;
    border-width: 1px;
    margin: 7px 0;
    border-color: #f7f7f7;
}   
form.form-section02 {
    box-shadow: 0px 0px 4px #ccc;
    padding: 20px 15px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e36c0a;
    text-align: left;
    display: inline-block;
    width: 100%;
    position: relative;
}   
.corses-datime {
    border: 1px solid #e36c0a;
    padding: 0 0px 0px;
    margin-top: 15px;
}
body.dashboard .corses-datime {
    border: none;
}
.sction01 {
    display: inline-block;
    width: 100%;
}
span.stdntonlne {
    padding-top: 5px;
    display: block;
    font-size: 22px;
    padding: 10px 10px 0;
}
p.ofprct {
    display: inline-block;
    font-size: 15px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
    width: 50px;
    background: #00cc99;
    border-radius: 10px;
    padding: 5px 0;
    text-align: center;
}
img.logimghy {
    height: 50px;
    margin-top: 0 !important;
    margin-left: 15px;
}     
h2.livechat span.fa.fa-circle {
    font-size: 20px;
    padding-left: 20px;
    color: #ff0000;
}
h2.livechat {
    margin-top: 0;
    margin-bottom: 0px;
    background: #fabf8f;
    padding: 15px;
    color: #000;
    font-weight: bold;
}
.secmaincht {
    display: inline-block;
    width: 100%;
    border: 1px solid #00cc99;
    padding: 20px 0;
    border-radius: 5px;
    margin-top: 0px;
}
.container-21 {
    padding: 0 15px 10px;
    overflow: hidden;
}
.videosect .col-sm-8 {
    padding: 0;
}
.form-section02 h3 {
    margin-top: 0;
}
img.loginimg {
    margin-top: 0;
    box-shadow: 0px 0px 5px #333;
    border-radius: 50%;
    border: 2px solid #fff;
}
.notification-sec .modal-contensdt {
    width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
} 
.news-item a:hover {
    background: #fff;
}
.notification-sec .modal-body {
    padding: 0;
}  
form.formsecrtf {
    position: relative;
	height: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.modal-contensdt .form-group {
    background: #fabf8f;
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 0;
}
.notification-sec {
    position: relative;
    display: inline-block;
    width: 100%;
} 
form.formsecrtf .form-group h4.modal-title {
    text-align: center;
} 
.form-grpsec {
    display: block;
    width: 100%;
    padding: 15px 15px 15px;
}
.modal-contensdt .form-group h4.modal-title {
    font-size: 26px;
    margin-bottom: 0;
}
.panelsecbody {
    display: inline-block;
    width: 100%;
    padding: 10px 20px 0;
    border-left: 1px solid #fabf8f;
    border-right: 1px solid #fabf8f;
    border-bottom: 1px solid #fabf8f;
    background: #f7f7f7;
}
form.formorizontals {
    display: inline-block;
    width: 100%;
}
.form-group.dfrrgg {
    display: inline-block;
    width: 100%;
}
.dfrrgg input.form-control {
    width: 80%;
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border: 1px solid #00cc99;
}
.dfrrgg button.btn-primary.btrfdre {
    height: 40px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background: #00cc99;
    border-color: #00cc99;
}
 p.dtgfrt {
    display: inline-block;
    float: left;
}
.dtgfgt {
    display: inline-block;
    float: right;
}
 .derdfsec .timrsec {
    background: transparent;
    padding: 0;
}            
.col-xs-12.derdfsec {
    padding: 0;
}

/*-------Jobpage-------*/
.sectjob {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.5);
    padding: 0 30px 30px;
    border-radius: 5px;
}
.jobsections {
    display: inline-block;
    width: 100%;
}
.form-grpsec p {
    border-bottom: 1px solid #fff0e5;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}
img.icnscr {
    padding-right: 10px;
}  
.page-container.row-fluid {
    background: #00cc99;
}    
.prviesvdsec {
    display: inline-block;
    width: 100%;
}   
.prviesvdsec a.fgt {
    width: 200px;
    background: #00cc99;
    color: #000;
    display: inline-block;
    padding: 10px 0;
    border-radius: 5px;
    transition: 0.6s;
    font-weight: 500;
    float: right;
    font-size: 20px;
}
.prviesvdsec a.fgt:hover {
    background: #fabf8f;
}
.dashboard .corses-datime {
    background: #f7f7f7;
    padding: 0px;
}
.prviesvdsec {
    background: #f7f7f7;
    padding: 20px;
}
.dashboard .slideshow-container {
    background: #f7f7f7;
    max-width: 100%;
    padding: 0px 0;
}
.dashboard .secmaincht {
    background: #f7f7f7;
    padding: 20px;
}
ul.sidelist li a i {
    margin-right: 5px;
}
h2.titlrhtr.text-center {
    margin-top: 0;
}
 

.drfe {
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #333;
}
.hgtrf {
    text-align: center;
    width: 15%;
    float: left;
    padding-top: 5%;
    padding-right: 15px;
}
.gftr {
    float: left;
    width: 82%;
}  
.tabledatasec {
    padding-top: 50px;
}
.hgtrf p {
    margin-bottom: 0;
    background-image: linear-gradient(#fabf8f, #f79647, #fabf8f);
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 5px;
}
.dfgtsr {
    padding-left: 0;
    display: inline-block;
    border: 1px solid #00cc99;
    border-radius: 5px;
    width: 100%;
    background: #00cc99;
}
.dfgtsr p {
    margin-bottom: 0;
}
.namesec {
    background: #00cc99;
    float: left;
    padding: 10px;
    border-radius: 5px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    width: 20%;
    text-align: center;
}
.desecp {
    float: left;
    padding: 10px;
    display: block;
    width: 80%;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
}
.dfgtsr h3 {
    margin: 0;
}
.tblerowsec {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.header-dashboard nav.navbar.navbar-inverse ul li a {
    padding-top: 10px;
}
a.clckhere {
    font-size: 20px;
    color: #000;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #e36c0a;
    margin-bottom: 20px;
    border-top: none;
}
.sctontabsec .tab {
    text-align: center;  
}
.sctontabsec .tab button.active {
	background-image: linear-gradient(#c5d8a1, #a3bd71, #c5d8a1) !important;
    border: 1px solid #e36c0a !important;
}
.sctontabsec .tab button.tablinks {
    width: 33.10%;
    padding: 10px 0;
    border: none;
    font-size: 20px;
    color: #000;
	background-image: linear-gradient(#fabf8f, #f79647, #fabf8f);
    border: 1px solid #e36c0a;
}

/*----------- Dashboard Mobile Menu-----------*/                                  
.sidenavdas {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #00cc99;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenavdas a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenavdas a:hover {
  color: #f1f1f1;
}

.sidenavdas .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 36px;
  margin-left: 50px;
  color: #000;
}
.sidenavdas {
    display: none;
}
span.menutogle {
    display: inline-block;
    padding-left: 20px;
}
span.menutogle {
    display: none;
}
.upgrde-sec h3.titlrhtr {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 25px;
    background-image: linear-gradient(#fabf8f, #f79748, #fabf8f);
    width: 180px;
    padding: 10px 0;
    border-radius: 5px;
	border: 1px solid #e36c0a;
    margin-bottom: 0;
    color: #000;
}
.upgrde-sec h3.titlrhtr a {
    color: #000;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}



         


@media screen and (max-height: 450px) {
  .sidenav-catrgry {padding-top: 0px;}
  .sidenav-catrgry a {font-size: 18px;}
  .sidenavdas {padding-top: 15px;}
  .sidenavdas a {font-size: 18px;}
}
@media only screen and (max-width:991px){
.logintogl {
    display:block;
}
.navbar-inverse ul.navbar-nav li {
    float: right;
    padding-left: 0px;
    width: 100%;
}
.navbar-inverse ul.navbar-nav li h4 {
    float: right;
	margin-top: 0;
}
ul.classul {
    display: inline-block;
    width: 50%;
    float: right !important;
    padding-right: 10px;
	margin-top: 0;
}
.navbar-inverse ul.navbar-nav li:last-child {
    float: right;
}
.header-dashboard nav.navbar.navbar-inverse ul li a {
    padding: 5px 0;
    background-image: linear-gradient(#fabf8f, #f79748, #fabf8f);
    display: block;
    margin: 5px 0 0 auto;
    width: 90px;
    border-radius: 5px;
	text-align: center;
}
.trans-menu .navbar .dropdown-menu {
    border-bottom: 3px solid #205867;
    border-radius: 0;
    background: #fff;
    padding: 0 15px;
    box-shadow: none;
    background: #205867;
    width: 100%;
    position: relative;
    border: none;
}
.trans-menu .navbar .dropdown-menu li a {
    color: #fabf8f;
    border-bottom: 1px solid #115365;
    font-size: 16px;
    padding: 10px 0;
}
.navbar-header {
    width: 100%;
}
.trans-menu .navbar-default .navbar-brand {
    width: 40%;
}
.trans-menu .navbar-default .navbar-nav > li > a {
    color: #fabf8f;
    border-bottom: 1px solid #115365;
	font-size: 16px;
}
.mainsec-sect:after {
    /*bottom: 150px;
    width: 95%;
    background: url(https://careeronlineacademy.com/assets/img/bg_firstfold.svg)no-repeat center;
    background-position: 40% 100%;*/
}
.navbar-default .navbar-toggle {
    margin-top: 0;
    padding: 0;
}
.prviesvdsec a.fgt {
    float: none;
}
.prviesvdsec {
    padding: 0;
}
.tabledatasec {
    padding-top: 20px;
}
span.menutogle {
    display:block;
    float: left;
}
.navbar-inverse .navbar-header1 {
    width: 35%;
}

}
	
@media only screen and (max-width:767px){
.sectio-title h1 {
    font-size: 24px;
}
.upgrde-sec h3.titlrhtr {
    font-size: 18px;
    width: 110px;
	right: 10px;
    top: 5px;
}
.form-section02 h3 {
    margin-top: 0;
    font-size: 18px;
}
.navbar-inverse img.logimghy {
    height: auto;
    margin-left: 15px;
}
.page-sidebar, .page-container.row-fluid {
    background: #fff;
}
.menudesktpo {
    display: none;
}
.sidenavdas {
    display: block;
    z-index: 9;
    top: 70px;
}
a.clckhere {
    font-size: 11px;
}  
.sctontabsec .tab button.tablinks {
    width: 32.50%;
    font-size: 16px;
}
.gftr {
    width: 79%;
}
.desecp {
    width: 75%;
}
.namesec {
    width: 25%;
}
.hgtrf {
    width: 20%;
}
.notification-sec .modal-contensdt {
    width: 450px;
}
ul.sidelist li {
    float: left;
    width: 100%;
}
.page-sidebar {
    padding-bottom: 20px;
}
img.img-candit {
    top: 0px !important;
}  
.logintogl {
    padding-top: 10px;
}
.jobcatrg2 .textjob h3 {
    padding-top: 15px;
}


.iconimsec {
    width: 80px;
}
img.icong {
    width: 100%;
}
.sectio-title {
    padding: 10px 20px 5px;
    border-radius: 30px;
    border: 1px solid #e36c0a;
}
.navbar-default .navbar-toggle{
    margin-top: 0;
	    padding: 0;
}
.navbar-default .navbar-toggle img.toglesec {
    border: 2px solid #f7f7f7;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #333;
}    
.sevtion-2 .carousel-indicators {
    display: block;
}
.page-sidebar {
    width: 100%;
    position: relative;
    height: auto !important;
}
.jobcatrgry-main {
    display: inline-block;
    width: 100%;
    padding: 20px 0 10px;
}
.dashboard .page-content {
    margin-left: 0px;
    display: inline-block;
    width: 100%;
}
.rowedr {
    padding: 0px 0 0;
}
.imgehdrbefore {
    display: inline-block;
    width: 100%;
    margin-top: -20px;
    position: absolute;
}
.trans-menu .navbar-default .navbar-brand {
    width: 50%;
}	
.trans-menu .navbar-default .navbar-brand {
    font-size: 14px;
    display: inline-table;
}
.section-1 {
  display:none;
}.section-1 h2 {
  color: #fff;
  font-size: 26px;
}   
.section-1 span {
  font-size: 14px;
} 
.col-sm-7.principal-intro > h1 {
  color: #fd4d40;
  float: left;
  font-size: 23px;
  margin-top: 20px;
  width: 100%;
}
.principal-intro {
  padding: 2px 11px !important;
}

.know-more-btn {
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 12px;
  padding: 11px 45px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.faq {
  float: left;
  margin-left: 0px;
  margin-top: 20px;
  width: 100%;
}
.btn-success {
  width: 100%;
}
.section-row h1 {
  color: #fd4d40;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0;
  text-transform: uppercase;
}
.fact-item-list {
  border-bottom: 1px solid #eee;
  padding: 0 0 17px;
}
.fact-item h2 {
  font-size: 22px;
}

.carousel-indicators {
  display: none;
}
.section-1 {
  margin-bottom: 24px;
  padding: 9px;
  width: 100%;
}
#homeSlider img {
  position: relative;
  top: 45px;
  width: 100%;
  z-index: 2147483647;
}
#homeSlider img {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 2147483647;
  float: left;
  margin-bottom: 0px;
}  
   
.navbar-toggle {
    margin-right: 0px;
}
.section-mobile {
    display: block;
    background: #071e33;
    padding: 10px 0 0;
}
.online-usrs h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.online-usrs h3 span {
    font-size: 40px;
}
.secmobil2 {
    border-top: 1px solid #fff;
    margin-top: 10px;
	background: #071e33;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
    border: 1px solid #000;
    border-width: 3px;
    border-style: double;
}
.demo-text h3 {
    font-size: 20px;
} 

.secmobil2 .container {
    padding: 0;
}
.drsse1 {
    background: red;
    text-align: center;
    padding-left: 0;
    height: 95px;
}
.online-usrs h2 {
    color: #fff;
    display: inline-block;
    margin-top: 10px !important;
}
.drsse2 {
    min-height: 70px;
    text-align: center;
}
.drsse3 {
    min-height: 60px;
    text-align: center;
	background: #071e33;
}
img.mobile_slider{
	display:block;
}
img.desk_slider{
	display:none;
}
.noukri {
    font-size: 36px !important;
    margin: 0;
    padding: 10px;
    width: 257px !important;
}
.textjob h3 {
    font-size: 18px;
}
.testslder .col-sm-10 {
    padding-left: 0;
}
span.siztext {
    font-size: 32px !important;
}
.testslder i.fa.fa-home {
    padding-left: 20%;
    color: #071e33;
    font-size: 24px;
}
.secmobimg .container {
    padding: 0;
}
.secmobimg .col-xs-12.rdfeimg {
    padding: 0;
}
.spbrclor {
    display: inline-block;
    border: 2px solid #071e33;
    border-radius: 10px;
    padding: 5px 5px;
    margin-top: 15px;
}  
.syllabs_popup {
    background: #fff;
    width: 95%;
	top: 30%;
}
.myDate p {
    padding-left: 0;
}
.trans-menu .navbar-default .navbar-nav > li > a {
    color: #fabf8f;
    border-bottom: 1px solid #115365;
}
.catgry-sec-toggle .dropdown button span {
    display: inline-block;
    width: 100%;
    font-size: 22px;
}
img.img-logos {
    width: 180px;
}
.news-item a {
    padding: 15px 0;
}
div#abc11, div#abc {
    width: 80% !important;
}
    
}


@media only screen and (max-width:667px){
.textjob h3 {
    font-size: 14px;
}
span.siztext {
    font-size: 34px;
}
.col-xs-6.derdf {
    padding-left: 5px;
    padding-right: 5px;
}
}
@media only screen and (max-width:590px){
img.img-candit {
    top: 0px !important;
}	
.online-usrs h2 {
    font-weight: 700;
    margin-top: 25px;
}
.online-usrs span {
    font-size: 25px;
    font-weight: 700;
}
.noukri {
    font-size: 25px !important;
    padding: 5px;
    width: 200px !important;
	text-align: center;
}

.testslder {
    text-align: left;
}
.demo-text h3 {
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
	color: #000; 
}
form.form-section h4.modal-title {
    font-size: 16px;
} 
.demo-sections02 h2, .demo-sections03 h2, .row.section-row1 h1 {
    font-size: 28px;
}
.secmobil2 .col-sm-6.col-xs-6 {
    padding: 0 5px;
}
.textjob h3 {
	margin-bottom: 1px;
}
.col-sm-12.textjob {
    padding: 0;
}
.online-usrs h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
}
.rdferda {
    min-height: 65px;
    vertical-align: middle;
    align-items: center;
}
span.siztext {
    font-size: 34px !important;
}
.testslder .container {
    padding-left: 5px;
}
.trans-menu .navbar-default .navbar-brand {
    width: 50%;
	padding-top: 22px;
}
/*.sctioner h3, .timrsec p {
    font-size: 18px;
}*/
}


@media only screen and (max-width:480px){
/*.testslder {
    margin-top: 50px;
}*/
.notification-sec .modal-contensdt {
    width: 310px;
}
.prftd {
    width: 84%;
}
.logintogl {
    padding-top: 0px;
}
.sctioner h3 {
    font-size: 18px;
    margin-top: 0px;
}
.sctioner {
    padding: 6px 10px;
}
.timrsec {
    padding: 25px 0;
}
.timrsec p {
    font-size: 18px;
    font-weight: bold;
}
.noukri {
    margin: 5px auto 0;
}
.online-usrs span {
    font-size: 20px;
}
.col-xs-3.rdferda {
    padding: 0;
}
.noukri {
    font-size: 20px !important;
    padding: 5px;
    width: 150px !important;
    text-align: center;
    float: left;
}
.testslder {
    top: 10px;
}
.online-usrs h2 {
    font-size: 40px;
    margin-bottom:0;
}
.rowedr {
    padding: 15px 0 0;
}
.jobcatrgry-main {
    padding: 10px 0 0;
}
.jobcatrg2 {
    padding-top: 5px;
}

}
@media only screen and (max-width:414px){
.rowedr {
    padding: 0px 0;
}

.sections-title h1 {
    font-size: 25px;
}

.sctioner h3 {
    font-size: 15px;
}
.timrsec p {
	font-weight: 600;
}
span.pmtext {
	font-weight: 600;
}
}
@media only screen and (max-width:384px){
.batchsec, .sylbs-sec {
    font-size: 16px !important;
} 
span.sscdtl {
    font-size: 25px;
} 

  
}

@media only screen and (max-width:365px){
.online-usrs span {
    font-size: 16px;
}
span.dagovtls {
    font-size: 24px;
}
.online-usrs h2 {
    padding-left: 15px;
    font-size: 35px;
}
.catgry-sec-toggle span {
    font-size: 22px !important;
}

.sctioner h3 {
    font-size: 13px;
}
}
