



h4.modal-title {
	font-size:25px;
	color:#000;
}

.modal-body {
	color:#000;
}

#modal-button-1 {
	float:left;
}

.alert-warning {
	margin-top:-50px;
	margin-bottom:13px;
	padding:5px 15px;
}

.school-link {
	height:80px;
	display:inline-block;
	color:#000;
	margin:10px 30px;
	line-height:.7;
	font-family:'Passion One';
	letter-spacing:1px;
	font-weight:400;
	font-size:30px;
	padding:10px;
}

.school-link:hover {
	border-radius:10px;
	box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);
	background-color:#333;
}


.site-header 
	{
	background-size:100% auto;
	box-shadow:0 4px 10px 2px rgba(0,0,0,0.5);
	padding:30px 0;
	}


.language-link img {
	width:250px;
	}

.header-logo
	{
	float:left;
	}

.header-user
	{
	float:right;
	}

.chalk-line
	{
	width:650px;
	margin-top:-100px;
	}

@media only screen and (hover: none) and (pointer: coarse)
	{
	.site-header 
		{
		background-size:auto 100%;
		box-shadow:0 4px 10px 2px rgba(0,0,0,0.5);
		padding:30px 0;
		}

	.header-logo
		{
		float:none;
		}
	
	.header-user
		{
		float:right;
		margin-bottom:10px;
		}

	.chalk-line
		{
		width:100%;
		margin-top:-100px;
		}		
	}


/* mobile */	
@media (max-width: 767px)
	{
	.site-header 
		{
		background-size:auto 100%;
		box-shadow:0 4px 10px 2px rgba(0,0,0,0.5);
		padding:30px 0;
		}

	.header-logo
		{
		float:none;
		}
	
	.header-user
		{
		float:right;
		margin-bottom:10px;
		}

	.chalk-line
		{
		width:100%;
		margin-top:-100px;
		}
	}

/* tablets */	
@media (min-width: 768px) and (max-width: 1024px)
	{
	.site-header 
		{
		background-size:auto 100%;
		box-shadow:0 4px 10px 2px rgba(0,0,0,0.5);
		padding:30px 0;
		}
	.language-link {max-width:100%;}
	.language-link img {
		width:100%;
		}
	}

.image-shadow {
	-webkit-filter: drop-shadow(2px 2px 3px rgba(0,0,0,.5));
	-moz-filter: drop-shadow(2px 2px 3px rgba(0,0,0,.5));
	-ms-filter: drop-shadow(2px 2px 3px rgba(0,0,0,.5));
	-o-filter: drop-shadow(2px 2px 3px rgba(0,0,0,.5));
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,.5));
}

h4 small {
	color:unset;
	font-size:60%;
}

textarea:focus, input:focus, button:focus, .btn:focus, .btn.active:focus {
    outline: none;
}

.btn-primary.active.off {
    color: #fff;
    background-color: #cc0000;
    border-color: #aa0000;
}

.btn-primary.active.on {
    color: #fff;
    background-color: #009900;
    border-color: #007700;
}

button#quiz_type {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}


button#quiz_type.active {
    color: #fff;
    background-color: #000099;
    border-color: #000077;
}

.language-link {
	display:block;
	width:95%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px
}

.language-link:hover {
	border-radius:10px;
	box-shadow: inset 1px 1px 10px rgba(0,0,0,0.3);
	background-color:#eee;
}
 
body{
    background: #fff;
    color: #868686;
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}
.no-padding{
    padding: 0px !important;
}
p{
    margin: 0px;
}
h1{
    font-size: 16px;
    font-weight: 500;
    color: #23272b;
}
h2{
    font-size: 16px;
    font-weight: 800;
    color: #23272b;
}
h3{
    font-size: 94px;
    font-weight: 800;
    color: #fff;
}
h4{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
h5{
    font-size: 16px;
    font-weight: 800;
    color: #23272b;
}
h6{
    font-size: 16px;
    font-weight: 800;
    color: #23272b;
}

a{
    color: #737577;
    font-size: 13px;
    transition: all 0.85s;
}
a:hover{
    color: #662d91;
    text-decoration: none;
}

a.not-white {
	color:#333;
}

a.not-white:hover {
	color:#777;
}

ul.main-menu {
	padding-left:5px;
}

ul.main-menu li {
	padding:2px 5px 5px 5px;
	list-style-type:none;
}

ul.main-menu li:hover {
	background-color:#eee;
}


a:focus {
  text-decoration: none;
  outline: 0 !important; }

.o-hidden {
  overflow: hidden; }

.top-bar {
  background-color: #23272b;
  color: #868686;
  padding:10px 0; }
.top-bar small {
    color: #b69c4c;
    margin-right: 10px;
}
.top-bar ul {
  margin: 0px;
  padding: 0px; }

.top-bar ul li a {
  color: #fff; }

.top-bar ul li a:hover {
  color: #999; }

.navbar-default {
  background-color: #fff;
  border: 0px;
  margin: 0px;
  border-top: solid 4px #00a651;
  border-bottom: solid 4px #00a651;
  position: relative;
 }

.navbar-default .navbar-nav > li > a {
  color: #000;
  font-weight: 700;
  position: relative;
  color: #868686;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 35px;
  padding-bottom: 35px; 
}
.navbar-nav>li:hover{
    background: #00a652;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
        background-color: transparent;
}

.navbar-default .navbar-nav > li.active > a:after {
  content: ""; 
  width: 7px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;}

.navbar-brand {
  padding: 20px 15px; }



/*dropdown menu */
.dropdown-menu {
    min-width: 180px;
    border: 0px;
    padding: 0px;
    background: #00a651;
    border-radius: 0px;
}
.dropdown-menu > li > a {
    padding: 9px 20px;
    color: #fff;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-size: 12px;
}
.top-search .dropdown-menu{
    background: none;
}
.top-search {
  width: 250px;
  padding: 10px 15px; }
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
    background: url(../images/nav-hover.png) 10px 25px no-repeat;
    color: #fff;}
.navbar-default .navbar-nav > li > a i{
    color: #23272b;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
    color: #333;
    background: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
    color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #fff;
}
button.icon-social{
     transform: rotate(-90deg);
    background: #00a652;
    color: #fff;
    border: none;
    box-shadow: none;
    position: absolute;
    font-size: 12px;
    letter-spacing: 5px;
    right: 0px;
    outline: none;
    top: 30px;
    padding: 3px 15px;
}
.social.text-right .dropdown-menu {
    background: none;
    box-shadow: none;
    border: none;
    position: absolute;
    margin: 0px;
    left: 88%;
    right: 0;
    top: 29px;
}
ul.dropdown-menu.social{
    padding: 0px;
}
ul.dropdown-menu.social>li{
    float: left;
}
ul.dropdown-menu.social>li a{
    color: #23272b;
    font-size: 18px;
    border: none;
    display: inline-block;
    padding: 5px 5px;
    background: #00a651;
    color: #fff;
}
ul.dropdown-menu.social>li a:hover{
    background: #cceddc;
    color: #23272b;
}
.top-bar ul {
    margin: 0px;
    padding: 0px;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.top-bar ul li a {
    color: #868686;
}


.text-title:before{
    content: "";
    width: 70px;
    border-top: solid 2px #fff;
    position: absolute;
    
}
.text-title {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 130px;
    line-height: 130px;
    text-shadow: 4px 4px rgba(0, 0, 0, 0.1);
}

.ms-slide .ms-layer, .ms-fixed-layers .ms-layer {
    position: absolute;
    pointer-events: auto;
}
.text-text {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.full-width {
    width: 100%;
}
.master-slider a {
    margin-left: -19% !important;
    transition: none 0s ease 0s;
}
.btn-blue {
    color: #fff;
     font-size: 14px;
    font-weight: bold;
    border: solid 2px #00a651;
    border-radius: 0px;
    border: solid 2px #00a651;
    border-radius: 0px;
}
.btn-blue:hover {
border: solid 2px #00a651;
color: #fff;
background: none;
}
.btn-yellow:hover {
 border: solid 2px #00a651;
 color: #fff;
 background: none;
 outline: none;
}
.btn-yellow {
    background:#00a651;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #00a651;
}

.full-wid {
  width: 100%;
  text-align: center; }

.text7 {
  color: #fff;
  font-size: 15px; }

.text6 {
  color: #fff;
  font-weight: 900;
  font-size: 60px; }

section.form{
    position: absolute;
    top: 143px;
    right: 0;
    padding: 50px 0px;
    box-shadow: 0px 5px 0px 1px rgba(50, 50, 50, 0.55);
    left: 0;
    background: rgba(0, 0, 0, 0.6);
}
section.form .form-control{
    font-size: 12px;
    background: #fff;
    height: 50px;
    border: none;
    box-shadow: none;
    border-radius:0px;
    color: #868686;
}
button.search{
    background: #6dcff6;
    border: none;
    color: #23272b;
    text-transform: uppercase; 
    font-size: 12px;
    padding: 13px 59px;
}

section.features{
    padding: 55px 0px;
    text-align: center;
}
.feature-block{
    padding: 10px;
    transition: all 0.85s;
}
.feature-block img{
    text-align: center;
    display: block;
    margin: 0 auto;
	max-height:200px;
}
.feature-block:hover{
    background: #fff;
    box-shadow: 0px 2px 28px -8px rgba(0,0,0,0.75);
}

section.courses {
    background: #662d91;
    padding: 120px 0px;
}
section.courses p{
    color: #d49dfd;
}
.title{
    text-align: center;
    margin-bottom: 60px;
}
.title h4{
color: #fff;
font-size: 50px;
margin: 0px;
background: url(../images/title-white.png) 110px 0px no-repeat;
padding-top: 10px;
}
.title p{
    color: #fff;
    padding-top: 30px;
}
.title span {
    border-bottom: solid 3px #fff;
    width: 134px;
    position: absolute;
    left: 39%;
    top: 80%;
}
.title2{
    text-align: center;
    margin-bottom: 60px;
}
.title2 h4{
color: #23272b;
font-size: 50px;
margin: 0px;
background: url(../images/title-border.png) 150px 0px no-repeat;
padding-top: 10px;
}
.title2 p{
    color: #737577;
    padding-top: 30px;
}
.title2 span {
    border-bottom: solid 3px #23272b;
    width: 134px;
    position: absolute;
    left: 39%;
    top: 80%;
}
.overlay-content {
    background: #1caf66;
    border: solid 10px #fff;
    text-align: center;
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    width: 470px;
    position: absolute;
    top: 26%;
    left: 10%;
    padding: 10px; 
    transition: all 0.4s;
    z-index: 1;
}
.overlay-content p{
    color: #fff !important;
}
.overlay-content:hover {
    opacity: 1;
}
.overlay-content h3{
    color: #fff;
    font-size: 34px;
    font-weight: 800;
}
.overlay-content p{
    color: #fff;
    font-size: 14px;
}
.overlay-content a{
    color: #23272b;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.overlay-content img{
   text-align: center;
   display: block;
   margin: 0 auto;
}
.fees{
    background: #23272b;
    color: #fff;
    width: 390px;
    padding: 4px;
    text-align: center;
    margin:10px auto;
    height: 53px;
}
.fees span{
font-size: 20px;
float: left;
font-weight: 500;
padding: 10px 10px;
}
.fees ul{
    padding: 0px;
    float: right;
}
.fees small{
    font-size: 13px;
}
.fees ul li{
    list-style: none;
    float: left;
     margin-right: 5px;
}

.sketch-right{
background: #fff;
padding: 25px;
text-align: center;
margin-bottom: 30px;
transition: all 0.85s;
}
.sketch-right h4{
    color: #23272b;
    font-size: 18px;
}
.sketch-right img{
    display: block;
    margin:0 auto;
}

section.seminar{
    padding: 100px 0px;
}
section.seminar .col-md-6{
    margin-bottom: 90px;
}
section.seminar .title p:before{
        border-color: #23272b;
}


section.seminar ul {
    top: 0;
    position: absolute;
    right: 0;
    padding: 0px;
}
section.seminar ul li {
    list-style: none;
    font-size: 14px;
    color: #737577;
}
section.seminar ul li i{
    margin-right: 5px;
}
.title-sec{
    background: #fff;
    background: #fff;
    padding: 25px;
    position: absolute;
    top: 25%;
    left: 36%;
}
.title-sec bold{
    font-size: 18px;
    color: #23272b;
    font-weight: 600;
}
.title-sec p{
    margin: 0px;
    line-height: 25px;
    padding-top: 12px;
    font-size: 13px;
}
.title-sec a{
   padding-bottom: 13px;
   color: #737577;
   font-size: 13px;
   font-weight: 600;
}
.title-sec a i{
    display: block;
    margin-top: 15px;
}
.title-sec a:hover{
    color: #662d91;
   
}
.title-sec:hover{
     background: #ebebeb;
}
/*section.statics*/

section.statics{
    background: #00a651;
    padding: 120px 0px;
}
section.statics .title h4{
        background: url(../images/title-white.png) 200px 0px no-repeat;
}
.fact-box{
    border: solid 1px #fff;
    text-align: center;
    padding: 22px 0px;
    color: #fff;
}
.fact-box img{
    display: block;
    margin: 0 auto;
}
.fact-box h3{
    font-size: 30px;    
    font-weight: 500;
    display: block;
}
.fact-box small{
    font-size: 16px;
}
/*section.teachers*/
section.teachers{
    padding: 90px 0px;
    color: #fff;
} 
section.teachers .title2 h4{
        background: url(../images/title-border.png) 203px 0px no-repeat;
}
.overlay  h3{
    font-size:  18px;
    float: left;
    margin-right: 50px
}
.overlay  h3:before{
    border-bottom: solid 2px #fff;
    width: 70px;
    content: "";
    position: absolute;
    top: 27%;
}
.team-box{
    overflow: hidden;
}
.overlay {
    background: #662d91;
    transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    width: 330px;
    position: absolute;
    top: 10%;
    opacity: 0;
    left: auto;
    right: 0;
    padding: 15px;
    transition: all 0.4s;
    z-index: 1;
}
.overlay:hover {
    opacity: 1;
}
.overlay p{
        margin-top: 50px;
        color: #d49dfd !important;
        font-size: 13px;
}
.overlay ul { 
    padding: 10px 0px 0px;
    text-align: center;
    display: inline-block;
}
.overlay ul li {
    float: left;
    list-style: none;
}
.overlay-content ul li a {
    color: #fff;
}
.overlay ul li a i {
    font-size: 20px;
    margin-right: 15px;
    color: #fff;
}
.overlay small{
 padding: 6px 20px;
    background: #00a651;
    font-size: 13px;
}
section.teachers img:hover{ 
    background: #662d91;
    opacity: .5;
}

/*section.shutter*/
section.shutter{
    background: #23272b;
}
.left-shutters {
    padding: 120px 0px 5px;
}
.left-shutters h1{
    font-size: 34px;
    color: #00a651;
    font-weight: 600;
}
.left-shutters p {
    font-size: 13px;
    color: #737577;
    padding-top: 30px;
    line-height: 30px;
}
.left-shutters ul{
    padding: 0px;
    margin: 30px 0px;
}
.left-shutters ul li{
    color: #c5c5c5;
    font-size: 13px;
    list-style: none;
    margin-bottom: 12px;
}
.left-shutters ul li i{
    margin-right: 10px;
     color: #00a651;
    
}
.right-panel {
    background-image: url(../images/shutter1.jpg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    min-height: 600px;
    width: 55%;
}

/*section.testimonial*/
section.testimonial{
    padding: 80px 0px;
}
section.testimonial h4{
    font-size: 18px;
    color: #23272b;
}
section.testimonial span{
    font-size: 13px;
    color: #23272b;
    font-weight: 500;
}
section.testimonial span{
    font-size: 13px;
    color: #737577;
}
div#carousel {
    margin-left: 115px;
    margin-bottom: 40px;
}
section.testimonial .flexslider{
    margin: 0px;
    background: none;
    border: none;
}
section.testimonial .flexslider:hover .flex-direction-nav .flex-next{
    right:-50px;
}
section.testimonial .flex-direction-nav a{
    top: 25%;
}
section.testimonial .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: -50px;
}
section.testimonial .flex-direction-nav a{
    overflow: visible;
}

section.testimonial .flex-direction-nav a:before{
    font-size: 29px;
}
/*section.newslatter*/
section.newslatter{
    background: #662d91;
    color: #fff;
}

.subscribe {
    background: url(../images/subs.png) no-repeat;
    height: 214px;
    padding: 45px;
    margin-bottom: -22px;
    margin-top: -22px;
} 
.subscribe h6{
    font-size: 32px;
    font-weight: 500;
    margin: 0px;
    color: #fff;
    padding-bottom: 28px;
}
.subscribe bold{
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
section.newslatter .form-control{
    height: 50px;
    border: none;
    border-radius: 0px;
    outline: none;
    font-size: 14px;
    color: #737577;
}
section.newslatter form {
    margin-top: 62px;
}
button.subs{
background: #00a651;
    border: none;
    outline: none;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    position: absolute;
    right: 15px;
    top: 62px;
    padding: 13px 25px;
}

/*section.client*/
section.client{
    padding: 60px 0px 0px;
}
.our-partners {
    padding: 70px 0;
}

.container.wow.animated.fadeInUp {
    width: 100%;
}
.clients {
    padding: 50px 0;
    margin: 0px;
}
.clients li {
    vertical-align: middle;
    padding: 10px 40px;
}
.text-center {
    text-align: center;
}

/*staff section.staff*/
section.staff{
    padding: 60px 0px 0px;
}
section.staff .title2 h4{
        background: url(../images/title-border.png) 250px 0px no-repeat;
}
.team-card {
    overflow: hidden;
    position: relative;
    margin: 25px 0;
}
.team-card img{
    width: 100%;
}
.team-card .team-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    background: #ebebeb;
    width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.team-card .team-overlay h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 18px;
    color: #363636;
}
.team-card .team-overlay small{
    font-weight: 600;
    border: none;
}
.text-uppercase {
    text-transform: uppercase;
}
.team-card .team-overlay ul {
    margin: 0px;
    padding: 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    height: 0px;
}
.team-card .team-overlay ul > li > a {
    color: #fff;
}
.team-card:hover .team-overlay {
    background: #df2672;
    background: -moz-linear-gradient(left, #00a651 0%, #cceddc 100%);
    background: -webkit-linear-gradient(left, #00a651 0%, #cceddc 100%);
    background: linear-gradient(to right, #00a651 0%, #cceddc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a651', endColorstr='#cceddc',GradientType=1 );
    color: #fff;
}
.team-card:hover .team-overlay ul {
    height: auto;
    opacity: 1;
    visibility: visible;
}

/*event page css start Here*/
section.event{
    padding: 60px 0px 0px;
}
section.event .title2 h4{
    background: url(../images/title-border.png) 172px 0px no-repeat;
}
section.event .col-md-6.no-padding{
    margin-bottom: 55px;
}
.post-img {
    position: relative;
    z-index: 1;
}
.post-img img {
    width: 100%;
}
.date-batch-left, .date-batch-right {
    height: 60px;
    width: 60px;
    color: #fff;
    font-size: 30px;
    padding: 10px 0;
    line-height: 22px;
    text-align: center;
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 1;
}
.date-batch-right {
    left: 100%;
}
.date-batch-left small, .date-batch-right small {
    display: block;
    font-weight: normal;
    font-size: 14px;
}
.white-btn:hover, .theme-btn:hover, .tc-navigation li ul li a:hover, .enquiry-form-holder, .pink-btn, .date-batch-left, .date-batch-right, .employee-desination, .title-batch-left, .title-batch-right, .subscribe-now, .social-icons li a:hover, .pricing-price, .team-detail-thumnail, .inner-header .cart-and-search ul li a:hover, .tags-list ul li a:hover, #search .close:hover, .search-option .bootstrap-select .dropdown-menu li a:hover, .search-option .bootstrap-select .dropdown-menu li.selected a, .search-option .btn-default:hover:hover, .selected-tags-holder ul li a:hover, .selected-tags-holder ul li.selected a, .map-overlay, .slider-post .owl-nav, .contact-widget .location:hover .location-icon, .tc-navigation > li > ul li.active a {
    background: #00a651;
}
.post-detail {
    background: #f2f2f2;
    padding: 34px 40px;
}
.post-detail h3{
    margin: 10px 0 20px;
    font-size: 24px;
}
.post-detail h3 a:hover{
        color: #00a651;
}
.post-detail h3 a{
    font-size: 24px;
    color: #23272b;
    
}
.loaction-tags {
    margin: 0 0 21px;
    padding: 0;
    list-style: none;
}
.loaction-tags li {
    margin: 0 0 5px;
    color: #141414;
}
.loaction-tags li i {
    margin: 0 10px 0 0;
}
.post-detail p {
    margin: 0 0 15px;
}
.event-list-view .read-more {
    color: #999;
}

.read-more {
    font-style: italic;
    text-decoration: underline;
    color: #fff;
    display: block;
    padding: 5px 17px;
    border: solid 2px #00a651;
    text-decoration: none;
    background: #00a651;
    width: 100px;
}
.read-more:hover{
     background: none;
     border: solid 2px #00a651;
     color: #23272b;
}
#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
        margin-top: 30px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 0px;
	display: inline-block;
        border: solid 2px #00a651;
}

#clockdiv div > span{
	border-radius: 3px;
	display: inline-block;
        border-bottom: none;
        width: 100%;
        position: relative;
        left: 0;
        color: #00a651;
        top: 0;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
        color: #00a651;
}
#clockdiv2{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
        margin-top: 30px;
}

#clockdiv2 > div{
	padding: 10px;
	border-radius: 0px;
	display: inline-block;
        border: solid 2px #00a651;
}

#clockdiv2 div > span{
	border-radius: 3px;
	display: inline-block;
        border-bottom: none;
        width: 100%;
        position: relative;
        left: 0;
        color: #00a651;
        top: 0;
}
#clockdiv3{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
        margin-top: 30px;
}

#clockdiv3 > div{
	padding: 10px;
	border-radius: 0px;
	display: inline-block;
        border: solid 2px #00a651;
}

#clockdiv3 div > span{
	border-radius: 3px;
	display: inline-block;
        border-bottom: none;
        width: 100%;
        position: relative;
        left: 0;
        color: #00a651;
        top: 0;
}

/*section.courses-sec page css start Here*/
section.courses-sec{
    padding: 80px 0px 0px;
}
section.courses-sec .title2 h4{
        background: url(../images/title-border.png) 175px 0px no-repeat;
}
.coures-figure {
    border: 1px solid #d9e2e4;
    margin: 15px 0;
}
.coures-figure img{
    width: 100%;
}
.course-img {
    position: relative;
}
.course-detail {
    padding: 20px 0;
    text-align: center;
}
.course-detail h3 {
    margin: 0;
    display: inline-block;
    font-size: 22px;
    color: #23272b;
    padding-bottom: 8px;

}
.course-detail p{
    color: #737577;
    margin-bottom: 20px;
}
.course-detail a{
    color: #fff;
    background: #00a651;
    padding: 7px 15px;
    transition: all 0.85s;
    border: solid 2px #00a651;
}
.course-detail a:hover{
    border: solid 2px #00a651;
    background: none;
    color: #23272b;
}
/*footer*/

.footer {
    padding: 50px 0px 0;
    padding-bottom: 0px;
    background-color: #23272b;
}
.footer h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
}
.footer p {
    color: #737577;
}
.footer-bottom {
    padding: 20px 0;
    background-color: #15181b;
    color: #fff;
}
.footer-bottom span{
    color: #676666;
}
.footer ul{
    padding: 0px;
}
.footer ul li{
    color: #737577;
    list-style: none;
    font-size: 14px;
    margin-bottom: 0px;
}
.footer ul li a{
    color: #aaa;
    font-size: 14px;
}
.footer ul li a i{
    float: left;
    padding-top: 6px;
}
.footer-link ul{
padding: 0px;    
}
.footer-link ul li{
    list-style: none;
    margin: 0;
    border-bottom: solid 1px #373b3e;
    padding-bottom: 8px;
    margin-bottom: 8px;

}
.footer-link ul li a{
    color: #737577;
    font-size: 14px;
}
.footer-link ul li a i{
    margin-right: 10px;
}
.footer i{
    margin-right: 5px;
}
.footer-link ul li a:hover {
    color: #fff;
}
ul.quick{
    padding: 0px;
}
ul.quick li{
    list-style: none;
    margin-bottom: 5px;
}

.margin-left{
    margin-left: 20px;
}

.follow{
    padding: 0px;
    color: #fff;
    margin-top: 60px;
}
.follow small{
    font-size: 16px;
        float: left;
            margin-right: 10px;
}
.follow ul{
    padding: 0px;
}
.follow ul li{
    padding: 0px;
}
.follow ul li{
    padding: 0px;
}
.follow ul li a{
   color: #676666;
} 
.follow ul li a i{
    font-size: 20px;
    margin-right: 15px;
}
.follow ul li a:hover{
    color: #fff;
}

.margin-bottom{
    margin-bottom: 70px;
}

#topcontrol {
    color: #fff;
    z-index: 99;
    width: 30px;
    height: 30px;
    font-size: 20px;
    background: #222;
    position: relative;
    right: 14px !important;
    bottom: 11px !important;
    border-radius: 3px !important;
}
#topcontrol:after {
    top: 3px;
    left: 9.5px;
    content: "\f106";
    position: absolute;
    text-align: center;
    font-family: FontAwesome;
}

/*about us banner page css start here*/

.banner{
    padding: 25px 0px;
    background: url(../images/about-banner.jpg)center no-repeat;
    color: #fff;
}
.banner h4{
    font-size: 20px;
    font-weight: 400;
}
.banner .breadcrumb, a{
    background: none;
    color: #fff;
    font-size: 14px;
}
.banner .breadcrumb>li {
    padding-right: 12px;
    padding-left: 12px;
    color: #fff;
}
.banner .breadcrumb, a:hover{
    color: #fff;
}

section.intro{
    padding: 60px 0px;
}
section.intro .flex-control-nav{
        bottom: 20px;
}
section.intro .flex-control-paging li a {
    background: none;
    border: solid 2px #fff;
}
section.intro .flex-control-paging li a:hover{
    background: #fff;
}
.intro-right{
    padding: 0px;
}
.intro-right h3{
      font-size: 34px;
    color: #23272b;
    font-weight: 700;
    margin: 23px 0px;
}
.intro-right p{
    font-size: 14px;
    color: #737577;
    margin-bottom: 20px;
}


/*section.faq*/
section.faq{
    padding-bottom: 100px;
}
.pageAccordian{
overflow: hidden;
}
.pageAccordian .panel-default{
    border:none;
    background:none;
     border-radius:0px;
     box-shadow:none;
     
}
.pageAccordian .panel-default > .panel-heading{
    background:none;
    border-radius:0px;
    border:none;
    padding:0px;
}

.pageAccordian .panel-heading .panel-title{
    text-transform:capitalize;
}
.pageAccordian .panel-heading .panel-title a{
    background-color: #fe5858;
    padding: 18px 30px;
    display:block;
    position:relative;
    color:#fff;
}
.pageAccordian .panel-heading .panel-title a i{
     right: 15px;
    position: absolute;
    font-size:14px;
    top:21px;
}
.pageAccordian .panel-default > .panel-heading + .panel-collapse .panel-body{
    border:none;
    color: #737577;
    font-size: 14px;
    line-height: 28px;
}
.pageAccordian .panel-heading .panel-title a.accordion-toggle.collapsed {
    
    color: #fff;
    border: none;
}
.pageAccordian .panel-heading .panel-title a.accordion-toggle{
    background:#662d91;;
    color:#fff;
    -webkit-border-top-left-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-bottomright: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}

.pageAccordian .panel-heading .panel-title a.accordion-toggle.collapsed {
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 400;
}

.pageAccordian.panel-group .panel + .panel{
    margin-top:15px;
}

/*progress bars*/
.margin-bottom-40{
    margin-bottom: 40px;
}

.progres{
   background: none;
   border: none;
   box-shadow: none;
   height: auto;
}
.progres h2{
    font-size: 34px;
    color: #23272b;
    font-weight: 700;
    margin: 0px;
}
h3.heading-xs {
    font-size: 19px;
    margin-bottom: 10px;
    color: #737577;
    font-weight: 300;
}

.progress-bar-dark {
    background: #555;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
        background-color: #00a651;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.progress{
        background-color: #000;
        height: 2px;
        margin-bottom: 31px;
}

/*contact us page css start Here*/

section.map{
    padding: 0px;
}

section.contact-details{
    padding: 80px 0px;
}
section.contact-details h2{
    font-size: 54px;
    color: #23272b;
    font-weight: 300;
}
section.contact-details img{
    display: block;
    margin: 0 auto;
    padding-bottom: 35px;

}
section.contact-details bold{
    color: #23272b;
    font-size: 16px;
     padding-bottom: 20px;
    display: block;
    font-weight: 600;
}
section.contact-details span{
    color: #737577;
    font-size: 14px;
    font-weight: 500;
    display: block;
}

section.getin-touch{
   padding-bottom: 120px;
}

section.getin-touch h4 {
    color: #23272b;
    font-weight: 700;
    margin: 0;
    padding: 0px;
    background: none;
}
section.getin-touch .form-control{
    background: none;
    box-shadow: none;
    border: none;
    font-size: 14px;
    color: #737577;
    padding: 6px 15px 15px;
    outline: none;
    border-bottom: solid 2px #00a651;
    border-radius: 0px;
}
section.getin-touch .form-control:hover{
    border-color: #662d91;
}
section.getin-touch .form-group{
    margin-bottom: 60px;
}
section.getin-touch textarea.form-control{
    resize: none;
    height: 170px;
}
button.send {
    background: #00a651;
    color: #fff;
    box-shadow: none;
    border: none;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    border: solid 2px #00a651;
    display: block;
    margin: 0 auto;
    transition: all 0.85s;
    letter-spacing: 2px;
}
button.send:hover {
    background: none;
    border: solid 2px #00a651;
    color: #23272b;
}
/*media QUERY*/
  @media (max-width: 1199px){
     .overlay-content{
        left: 0;
    }
    h5{
        font-size: 13px;
    }
    
    .seminar img{
            max-width: 65%;
    }
    .title-sec {
    background: #fff;
    background: #fff;
    padding: 25px;
    position: absolute;
    top: 25%;
    left: 15%;
}
.social.text-right .dropdown-menu{
    left: 0;}
section.teachers .container-fluid{
    margin-bottom: 35px;
} 
button.search{
        padding: 13px 42px;
}
button.icon-social{
    right: -30px;
}
.left-shutters ul li{
    font-size: 12px;
}
.left-shutters h1{
    font-size: 29px;
}
button.load{
    margin: 80px auto;
}
section.seminar .col-md-6{
    margin-bottom: 125px;
}
.date-batch-right {
    left: 88%;
}
.title h4 {
    background: url(../images/title-white.png) 45px 0px no-repeat;
    font-size: 37px;
}
.title2 h4 {
    background: url(../images/title-border.png) 85px 0px no-repeat;
    font-size: 37px;
}
section.statics .title h4 {
    background: url(../images/title-white.png) 140px 0px no-repeat;
    font-size: 37px;
}
section.teachers .title2 h4 {
    background: url(../images/title-border.png) 145px 0px no-repeat;
    font-size: 37px;
}
}
@media (max-width: 991px){
    .top-bar small{
       margin-right: 3px;
    }
    button.icon-social{
            top: 55px;
    padding: 3px 40px;
        right: -55px;
    }
    section.form{
        top: 193px;
    }
    select.form-control {
    margin-bottom: 15px;
}
.fact-box{
    margin-bottom: 25px;
}
button.search{
        text-align: center;
    display: block;
    margin: 0 auto;
}
.overlay-content{
    left: 20%;
}
section.courses .col-md-6{
    margin-top: 30px;
}
.title-sec{
        top: 35%;
}
section.seminar ul{
    left: 60%;
}
.navbar-default .navbar-nav > li > a{
    padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-right{
    margin-right: 0px;
}
button.icon-social {
    top: 47px;
    padding: 3px 33px;
    right: -48px;
}
.social.text-right .dropdown-menu {
    left: 75%;
}
.static-block{
    margin-bottom: 30px;
}
.overlay{
    top: 40%;
}
section.teachers .col-md-2{
    margin-bottom: 40px;
}
.left-shutters h1 {
    font-size: 27px;
}
.left-shutters ul li {
    font-size: 11px;
}
.left-shutters {
    padding: 73px 0px 0px;
}
.subscribe bold{
    font-size: 40px;
}
.clients{
    padding: 0px;
}
section.client {
    padding: 60px 0px;
}
section.contact-details .col-md-3{
    margin-bottom: 35px;
    text-align: center;
}
.date-batch-right{
    left: 92%;
}
.title h4{
        background: url(../images/title-white.png) 95px 0px no-repeat;
}
.title span{
    top: 120%;
}
.title2 h4 {
    background: url(../images/title-border.png) 138px 0px no-repeat;
}
.title2 span {
    top: 120%;
}
section.statics .title h4 {
    background: url(../images/title-white.png) 190px 0px no-repeat;
}
section.teachers .title2 h4 {
    background: url(../images/title-border.png) 195px 0px no-repeat;
}
}



@media (max-width: 767px) and (min-width:580px){
.navbar-brand{
    padding: 0px;
}
section.form {
    top: 100px;
    padding-bottom: 13px;
}
.top-bar .col-sm-7{
    text-align: center;
    margin-bottom: 8px;
}
.top-bar .col-sm-5.text-right{
    text-align: center;
}
.navbar-toggle{
        padding: 11px 10px;
}
button.icon-social {
    top: -57px;
    padding: 3px 9px;
    right: -20px;
}
ul.dropdown-menu.social>li a{
    color: #fff;
}
.social.text-right .dropdown-menu{
    top: -80px;
}
section.teachers img{
    width: 100%;
}
.social.text-right .dropdown-menu {
    top: -46px;
}

.overlay {
    top: 38%;
    left: 25%;
}
.left-shutters {
    padding:0px;
}
section.shutter{
    padding: 45px 0px;
}
.right-panel{
    width: 100%;
}
button.subs{
    top: 0;
}
section.newslatter {
    padding-bottom: 50px;
}
.overlay-content {
    left: 10%;
}
.fact-box{
    margin-bottom: 25px;
}
.right-panel{
    position: relative;
    width: 100%;
}
section.shutter{
    padding-bottom: 0px;
}
.navbar-default .navbar-nav > li > a{
        padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: url(../images/nav-hover.png) 10px 13px no-repeat;
}
.date-batch-right{
    left: 91%;
}
.date-batch-left{
    right: 92%;
}
.title h4{
    font-size: 37px;
    background: url(../images/title-white.png) 162px 0px no-repeat;
}
.title span {
    left: 38%;
    top: 120%;
}
.title2 h4{
    font-size: 37px;
    background: url(../images/title-border.png) 192px 0px no-repeat;
}
.title2 span {
    left: 38%;
    top: 120%;
}
section.statics .title h4 {
    background: url(../images/title-white.png) 230px 0px no-repeat;
    font-size: 37px;
}
section.teachers .title2 h4 {
    background: url(../images/title-border.png) 235px 0px no-repeat;
    font-size: 37px;
}
}

@media (max-width: 579px) and (min-width:320px){
section.seminar ul {
    left: 70%;
}
.title-sec a i{
    margin-top: 0px;
}
.overlay-content {
    left: 8%;
}
.overlay-content h3{
        font-size: 24px;
}
.overlay-content p{
    font-size: 13px;
}
.top-bar .col-sm-7 {
    text-align: center;
    margin-bottom: 8px;
}
.top-bar .col-sm-5.text-right {
    text-align: center;
}
button.icon-social {
    top: -57px;
    padding: 3px 9px;
    right: -20px;
}
.social.text-right .dropdown-menu {
    top: -40px;
}
ul.dropdown-menu.social>li a {
    color: #fff;
    padding: 0 5px;
}
.navbar-default .navbar-brand{
    padding: 0px;
}
section.form {
    top: 133px;
}
.overlay-content {
    left: 0;
}
.navbar-default .navbar-brand{
    padding: 0px;
}
.subscribe bold {
    font-size: 25px;
}
.subscribe h6 {
    font-size: 20px;}
button.subs{
    top: 0;
    padding: 13px 9px;
}
button.icon-social {
    top: -69px;
    padding: 3px 21px;
    right: -36px;
}
.pageAccordian .panel-heading .panel-title a.accordion-toggle.collapsed{
    font-size: 14px;
}
section.newslatter {
    padding-bottom: 50px;
}
section.newslatter .form-control{
    margin-bottom: 40px;
}
button.subs {
    top: 70px;
    padding: 13px 9px;
    left: 37%;
}

.overlay-content{
    width: 280px;
   left: 31px;
   top: 15%;
}
section.seminar ul li{
    font-size: 9px;
}
section.seminar ul {
    left: 67%;
}
button.load {
    margin: 25px auto;
}
section.seminar{
    padding-bottom: 0px;
}
.fees{
    width: 260px;
    position: absolute;
    right: 0;
}
.fees span{
    font-size: 13px;
    float: none;
}
section.seminar .col-md-6{
    margin-bottom: 230px;
}
.fact-box{
    margin-bottom: 25px;
}
.left-shutters h1{
    font-size: 22px;
}
.left-shutters ul li{
    font-size: 10px;
}
div#carousel{
    margin-left: 0px;
}
.right-panel{
    position: relative;
    width: 100%;
}
section.testimonial .flex-direction-nav a{
    top: 0;
}
.social.text-right .dropdown-menu{
    left: 0;
}
.banner .breadcrumb>li{
    padding-left: 2px;
    padding-right: 5px;
}
#clockdiv > div{
    padding: 5px;
}
#clockdiv2 > div{
    padding: 5px;
}
#clockdiv3 > div{
    padding: 5px;
}
.date-batch-right {
    left: 83%;
}
.date-batch-left{
    left: 0;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    background: url(../images/nav-hover.png) 10px 7px no-repeat;
}
section.getin-touch h4{
        font-size: 38px;
}
section.getin-touch .form-group{
    margin-bottom: 30px;
}
.title h4{
    font-size: 30px;
    background: url(../images/title-white.png) 5px 0px no-repeat;
}
.title span {
    left: 30%;
    top: 120%;
}
.title2 h4{
    font-size: 30px;
    background: url(../images/title-border.png) 30px 0px no-repeat;
}
.title2 span {
    left: 30%;
    top: 120%;
}
section.statics .title h4 {
    background: url(../images/title-white.png) 65px 0px no-repeat;
}
section.teachers .title2 h4 {
    background: url(../images/title-border.png) 65px 0px no-repeat;
}
}