@import url('../css/bootstrap.min.css');
@import url('../css/font-awesome.css');
@import url('../css/owl.carousel.css');


a {
	text-decoration: none;
	outline: none;
	color: #9c6e10;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
li {
	list-style: none;
}
ul {
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}
h2 {
	color: #9c6e10;
	font-size: 36px;
	padding: 30px 0px;
	float: left;
	width: 100%;
	text-align: center;
}


body {
	font-size: 14px;
	background-color: #fff;
}



/*Back To top Css*/

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    background: #4575bd;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
	border: solid 2px #4575bd;
	font-size:20px;
}
#back-to-top:hover {
    background: #3399ff;
}
#back-to-top.show {
    opacity: 1;
}
#content {
    height: 2000px;
}
/*Back To top Css End*/

/*about-listing-warp*/
.about-listing-warp{
	padding-bottom:40px;
	float:left;
	width:100%;	
}

.about-listing{
	border: solid 1px #ccc;
	float:left;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.about-listing li a{
	border-bottom: solid 1px #eee;
	padding:10px 15px;
	display:block;
	font-size:16px;
	font-weight:500;
	transition:all 0.3s ease 0s;
}
.about-listing li:hover a{
	background:#1f8a09
	color:#fff;
	transition:all 0.3s ease 0s;
}

.listing-info{
	float:left;
	width:100%;	
}
.listing-info h3{
	background:#1f8a09
	color:#fff;
	padding:10px;
	margin-bottom:20px;	
}

.listing-info p{
	color:rgba(0,0,0,0.70);	
	line-height:25px;
	font-size:15px;
	font-weight:500;
}



/*socils Css*/
.socils-icon{
	position:fixed;
	left:0px;
	top:40%;
	z-index:10001;	
	
}
.socils-icon ul li a{
	font-size:18px;
	display:block;
	color:#fff;	
	padding:10px 10px;
	
}
.socils-icon ul li a i{
	float:right;
	position:relative;
	top:3px;
	width:30px;
	
}
.socils-icon ul li.facebook a{
	background:#3b5999;
	transform:translate(-95px);
	transition:all 0.3s ease 0s;
	
}
.socils-icon ul li.facebook a i{
	padding-left:15px;
}
.socils-icon ul li.facebook a:hover{
	transform:translate(-0px);
	transition:all 0.3s ease 0s;
}
.socils-icon ul li.google a{
	background:#e12f2f;
	transform:translate(-95px);
	transition:all 0.3s ease 0s;

}
.socils-icon ul li.google a i{
	padding-left:13px;
}
.socils-icon ul li.google a:hover{
	transform:translate(-0px);
	transition:all 0.3s ease 0s;
}

.socils-icon ul li.twitter a{
	background:#00abf1;	
	transform:translate(-95px);
	transition:all 0.3s ease 0s;
}
.socils-icon ul li.twitter a i{
	padding-left:13px;
}

.socils-icon ul li.twitter a:hover{
	transform:translate(-0px);
	transition:all 0.3s ease 0s;
}

.socils-icon ul li.linkedin a{
	background:#007bb6;
	transform:translate(-95px);
	transition:all 0.3s ease 0s;
	
}

.socils-icon ul li.linkedin a:hover{
	transform:translate(-0px);
	transition:all 0.3s ease 0s;
}

.socils-icon ul li.linkedin a i{
	padding-left:13px;
}

/*Header-stityk-Start*/
.banner--clone {

  /* Required styles */
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right:0px;

  /* Additional styles */
  background: #fff;
  border-bottom: solid 1px #9c6e10;

  /* Translate -100% to move off screen */
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);

  /* Animations */
  -webkit-transition: all 300ms ease-in-out;
     -moz-transition: all 300ms ease-in-out;
          transition: all 300ms ease-in-out;

}

.banner--stick {

  /* Translate back to 0%; */
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}


.banner--stick .logo{
	width:200px;
}
.banner--stick .nav li a.active::before, .banner--stick .nav li:hover::before{
	bottom: -17px;
}

/*Header-stityk-End*/

.overlay{
	background:rgba(0,0,0,0.70);
	position:fixed;
	left: 0px;
	right:0px;
	top:0px; bottom:0px;
	z-index:11px;
	display:none;
}
.header-top {
	background: #9c6e10;
	width: 100%;
	float: left;
	padding: 5px 10px;
}
.hed-contact {
	float: left;
}
.hed-contact li {
	float: left;
	color: #eeeeba;
	padding: 0px 10px;
	margin-top: 6px;
}

.hed-contact li a {
	color: #eeeeba;
}
.hed-contact li img {
	margin-right: 3px;
}
.social {
	float: right;
}
.social li {
	float: left;
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}

.contacts-warp{
	float:right;
	padding-top:40px;
}
.contacts-warp li{
	float:left;
	padding-left:60px;
	line-height:23px;
}
.contacts-warp .btn{
	background:#9c6e10;
	border-color:#9c6e10;
	color:#fff;
	padding:12px 15px;	
	transition: all 0.3s ease 0s;
}
.contacts-warp .btn:hover{
	background:#00beff;
	border-color:#00beff;
	transition: all 0.3s ease 0s;	
}

.commen{
	background:url(../images/sprict-icon.png) no-repeat;
}
.contact-one{
	background-position: 7px 0px;	
	transition: all 0.3s ease 0s;
}
.contact-one:hover{
	background-position: 7px -38px;
	transition: all 0.3s ease 0s;
}
.contact-two{
	background-position: 8px -82px;
	transition: all 0.3s ease 0s;	
}
.contact-two:hover{
	background-position: 8px -126px;
	transition: all 0.3s ease 0s;
}

.contact-three{
	background-position: 9px -168px;
	transition: all 0.3s ease 0s;	
}
.contact-three:hover{
	background-position: 9px -212px;
	transition: all 0.3s ease 0s;
}

.navbar-default {
	float: left;
	width: 100%;
}
.navbar {
	float: left;
	width: 100%;
	margin: 0px;
	background:#1f8a09
	border-color:#1f8a09
}
.nav {
	float: right;
	padding-top: 18px;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a{
	background:transparent;
	color:white;
}
.navbar-default .navbar-nav > .open > a, .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	background:transparent;
}
.navbar-default .navbar-nav > li > a{
	color:rgba(255,255,255,0.80);
}
.navbar-default .navbar-nav > li > a:hover{
	color:#fff;	
}
.nav li:hover ul.dropdown-menu {
	display: block;
	margin: 0px;
	border-radius: 0px;
	background: #9c6e10;
}
.nav ul.dropdown-menu li {
	border-right: dotted 0px #000;
	text-transform: uppercase;
	width: 100%;
	border-bottom: solid 1px rgba(255,255,255,0.15)
}
.nav ul.dropdown-menu li a {
	text-transform: capitalize;
	font-size: 15px;
	display: block;
	padding: 8px 15px 2px;
	color: #fff;
	line-height: 21px;
	font-weight:500;
}
.nav ul.dropdown-menu li:hover a {
	background: #1f8a09;
}
.nav ul.dropdown-menu li:hover:before {
 content:"" background: none;
	height: inherit;
}
.nav ul {
	float: right;
}
.nav li {
	float: left;
	border-right: dotted 1px rgba(255,255,255,0.80);
	line-height: 15px;
	position: relative;
}
.nav li:first-child a i {
	padding-right: 5px;
}
.nav li:last-child {
	padding-right: 0px;
	border-right: 0px;
}
.nav li:last-child a {
	padding-right: 0px;
}
.nav li a {
	color: #9c6e10;
	font-size: 15px;
	border-bottom: solid 4px transparent;
	padding: 5px 0px;
	text-transform: uppercase;
	padding: 0px 10px;
	display: block;
}
.nav li a.active {
	color: #1f8a09
}
.nav li a:hover {
	color: #1f8a09
	transition: all 0.3s ease 0s;
}
.navbar-default .dropdown-menu{
	background:#9c6e10;
}
.navbar-default .dropdown-menu li a:focus{
	background:#9c6e10;	
}

.mobile-btn {
	display: none;
}
.mobile-tigger {
	display: none;
}
.mobile-logo {
	display: none;
}
.logo {
	float: left;
	padding:10px 0px;
}
.middle-warp {
	float: left;
	width: 100%;
}
/*.Slider CSS*/
#myCarousel {
	float: left;
	width: 100%;
}
.carousel-inner > .item img{
	width:100%;	
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
	bottom: inherit;
	top: 50%;
	width: 8%;
	opacity: 1;
}
.carousel-caption {
	text-shadow: none;
	bottom: inherit;
	top: 10%;
	left: 9%;
	right: 43%;
	text-align:left;
}
.carousel-caption h1 {
	font-size: 50px;
	line-height: 63px;
	font-weight:900;
}
.carousel-caption p {
	font-size: 16px;
	padding: 30px 0px 0px;
	line-height: 24px;
	margin: 0px;
}
.slider-btn{
	padding-top:30px;	
}
.slider-btn a + a{
	margin-left:10px;	
}
.carousel-caption .btn-primary {
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 18px;
	padding: 15px 20px;
	font-weight:700;
	background: #3eb6d8; /* Old browsers */
	background: -moz-linear-gradient(top, #3eb6d8 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3eb6d8 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3eb6d8 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eb6d8', endColorstr='#7db9e8', GradientType=0 ); /* IE6-9 */
	border: none;
}
.carousel-caption .btn-primary:hover {
	background: -moz-linear-gradient(top, #3eb6d8 0%, #2989d8 50%, #3eb6d8 51%, #3eb6d8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3eb6d8 0%, #2989d8 50%, #3eb6d8 51%, #3eb6d8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3eb6d8 0%, #2989d8 50%, #3eb6d8 51%, #3eb6d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eb6d8', endColorstr='#3eb6d8', GradientType=0 );
	transition: all 0.5s ease 0s; /* IE6-9 */
}
.carousel-indicators li.active {
	background: #1f8a09
	border-color: #1f8a09
	height: 12px;
	width: 50px;
	margin: 0px 2px;
}
.carousel-indicators li {
	background: #eeeeba;
	border-color: #eeeeba;
	height: 12px;
	width: 50px;
	margin: 0px 2px;
}

.life-long{
	float:left;
	width:100%;
	padding:50px 0px 30px;	
}
.life-long-info h3{
	font-size:22px;
	margin-bottom:15px;
	color:#9c6e10;
	font-weight:700;	
}
.life-long-info p{
	color:#555;	
	line-height:24px;
}
.life-long-info p a{
	font-style:italic;
	transition: all 0.5s ease 0s;
	color:#1f8a09	
}
.life-long-info p a i{
	transition: all 0.5s ease 0s;
	padding-left:5px;
}
.life-long-info p a:hover i{
	padding-left:10px;
	transition: all 0.5s ease 0s;
}
.addmissions-warp-info li{
	float:left;
	width:100%;
	margin-bottom:15px;
	background:#f7f7f7;
	padding:10px;
	border: solid 1px #f1f1f1;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15);	
}
.addmissions-warp-info li:hover{
	border-color:#9c6e10;
	background:#fff;
}
.addmissions-warp-info figure{
	float:left;
	margin-right:15px;
}
.admin-info{
	float:left;
	width: 65%;	
}
.admin-info h3{
	font-size:16px;
	font-weight:700;
	margin-bottom:5px;	
}
.admin-info p{
	font-size: 13px;
	line-height: 21px;	
}
.message-click-info{
	border: solid 2px #ddd;
	position:relative;
	transition: all 0.5s ease 0s;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}
.message-click{
	padding:30px 0px 0px;	
}
.message-click-info a{
	display:block;
	padding:20px 15px;
	background:#eee;	
}
.message-click-info h4{
	font-size:16px;
	margin-bottom:5px;	
}
.message-click-info a p{
	margin-bottom:0px;	
	font-size:13px;
	font-weight:300;
}
.message-click-info i{
	position:absolute;
	right:20px;
	top:40%;	
}
.message-click-info:hover{
	border-color:#1f8a09
	transition: all 0.5s ease 0s;
	
}
.message-click-info:hover a{
	background:#fff;
}



.achievers-titel{
	max-width:800px;
	text-align:center;
	margin:0px auto;
	padding:40px 0px 0px;
}
.achievers-titel h3{
	padding:20px 0px 20px;
	position:relative;
}
.achievers-titel h3:after{
	height:1px;
	width:100%;
	content:"";
	display:block;
	left:0px;
	right:0px;
	margin:0px auto;
	background:#EBEBEB;	
	position:absolute;
	bottom:10px;
}
.achievers-titel h3:before{
	height:3px;
	width:80px;
	content:"";
	display:block;
	left:0px;
	right:0px;
	margin:0px auto;
	background:#1f8a09	
	position:absolute;
	bottom:10px;
	transition: all 0.5s ease 0s;
}
.achievers-titel h3:hover:before{
	width:120px;
	transition: all 0.5s ease 0s;
}
.achievers-titel h6{
	text-align:center;
	font-size:15px;
}



.gallry-warp h3{
	text-align:center;
	padding:40px 0px;	
}

.gallry-warp .info-warp{
	margin-bottom:30px;	
}

.our-cliant h3{
	padding:20px 0px 40px;	
}
.our-cliants-warp{
	background:#f7f7f7;	
}
.our-cliant{
	text-align:center;	
}

.school-content-info{
	padding-top: 30px;	
}
.school-warp{
	background:#555;
	float:left;
	width:100%;
	margin-bottom: 50px;
}
.school-warp h3{
	text-align:center;
	color:#fff;
	padding:15px 0px;
	border-bottom: solid 1px #888;	
}

.dates{
	background:#1f8a09
	padding:10px;
	z-index: 2;
	position: absolute;
	padding: 5px 13px;
	top: 18px;
	left: 16px;
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;	
}

.dates .month{
	border-bottom: 1px solid #FFF;
	line-height: 21px;
	color: #fff;
}
.dates .day{
	line-height: 21px;
	color: #fff
}
.img-container figure {
    overflow: hidden;
	position:relative;
}

.img-container figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.img-container figure:hover img {
    -webkit-transform: scale(1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.date-content h4 a{
	color:#fff;
	padding:10px 0px;
	display:block;
}
.date-content p{
	color:rgba(255,255,255,0.80);	
}
.date-content{
	padding-bottom:30px;
}
.date-content p abbr a{
	color:#fff;
	text-decoration:underline;
	font-style:italic;	
}


/*contact us CSS*/
.contact-warp {
	background: rgba(0, 0, 0, 0) url("../images/contact-bg.png") no-repeat scroll 100% 100% / cover ;
	width: 100%;
	height: 496px;
	float: left;
	padding: 50px 0px;
}
.contact-info h3 {
	font-weight:700;
	font-size: 30px;
	text-transform: uppercase;
	color: #9c6e10;
	padding-bottom: 20px;
}
.contact-info p {
	font-size: 14px;
	line-height: 23px;
	color: #9c6e10;
	float: left;
}
.contact-info h4 {
	font-weight:700;
	font-size: 24px;
	color: #9c6e10;
	padding-bottom: 10px;
}
.contact-info .social li a {
	height: 70px;
	width: 70px;
	line-height: 64px;
	font-size: 30px;
	transform: rotate(0deg);
	transition: all 0.5s ease 0s;
}
.contact-info .social li:hover a {
	border-color: #036fa4;
	transform: scale(1.5);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	background: rgba(255,255,255,1);
	transform: rotate(360deg);
}
.contact-forms {
	max-width: 400px;
	margin: 0px auto;
}
.contact-forms h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 30px;
	text-align:left;
}
.contact-forms {
	position: relative;
}
.contact-forms .form-group input {
	height: 40px;
	line-height: 18px;
	display: block;
	background: none;
	padding: 10px 0px;
	font-size: 13px;
	border-width: 0;
	border-color: transparent;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	box-shadow: none;
	border-bottom: solid 1px #fff;
	width: 100%;
	color: #fff;
}
.contact-forms .form-group img {
	position: absolute;
	bottom: 12px;
}
.contact-forms .form-group .textarea {
	top: 10px;
	bottom: inherit;
}
.contact-forms .form-group textarea {
	height: 90px;
	line-height: 18px;
	display: block;
	background: none;
	padding: 10px 30px;
	font-size: 13px;
	border-width: 0;
	border-color: transparent;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	box-shadow: none;
	border-bottom: solid 1px #fff;
	width: 100%;
	color: #fff;
}
.contact-forms .form-group .control-label {
	position: absolute;
	top: 9px;
	pointer-events: none;
	z-index: 1;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	-webkit-transition: all 0.28s ease;
	transition: all 0.28s ease;
	left: 0px;
	width: 100%;
	text-align: left;
}
.contact-forms .form-group {
	margin-bottom: 30px;
	position: relative;
}
.contact-forms .form-group input:focus, .contact-forms .form-group textarea:focus, .contact-forms .form-group select:focus {
	font-weight: normal;
	color: #4d4d4d;
	outline: none;
}
.contact-forms .form-group input:focus ~ .bar::before, .contact-forms .form-group textarea:focus ~ .bar::before, .contact-forms .form-group select:focus ~ .bar::before {
	width: 100%;
	left: 0;
}
.contact-forms .form-group input:focus ~ .control-label, .contact-forms .form-group input:valid ~ .control-label, .contact-forms .form-group textarea:focus ~ .control-label, .contact-forms .form-group textarea:valid ~ .control-label, .contact-forms .form-group select:focus ~ .control-label, .contact-forms .form-group select:valid ~ .control-label {
left: 0;
top: -15px;
font-size:13px;
color:#ff8400;
}
.contact_btn.form-group {
	margin-bottom: 0px;
}
.contact-forms .form-group textarea:focus ~ .control-label, .contact-forms .form-group textarea:valid ~ .control-label, .contact-forms .form-group input:focus ~ .control-label, .contact-forms .form-group input:valid ~ .control-label {
	left: 0;
	top: -18px;
	font-size:12px;
	color:#1f8a09
}
.contact-forms .form-group.revenue label.control-label {
	left: 0;
	top: -5px;
	font-size: 15px;
	color: #000;
}
.contact-forms .form-group.revenue select {
	padding-top: 20px;
}
.contact-forms .bar, .contact-form .bar {
	position: relative;
	display: block;
	width: 100%;
}
.contact-forms .bar:before, .bar:after, .contact-form .bar:before, .bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0px;
	position: absolute;
	background: #1f8a09
	transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}
.contact-forms .bar:before, .contact-form .bar:before {
	left: 50%;
}
.contact-forms .bar:after, .contact-form .bar:after {
	right: 50%;
}
.contact-forms input:focus ~ .bar:before, input:focus ~ .bar:after, .contact-form input:focus ~ .bar:before, input:focus ~ .bar:after {
	width: 50%;
}
.contact-forms .contact_btn {
	text-align: center;
	padding: 15px 0px 30px;
}
.contact-forms .contact_btn .btn {
	background: #9c6e10;
	font-weight:700;
	font-size: 20px;
	padding: 8px 18px;
	color: #fff;
	transition: all 0.8s ease 0s;
}
.contact-forms .contact_btn .btn:hover {
	background: #003d76;
	transition: all 0.8s ease 0s;
	transform: scale(1.1);
}

/*footer-CSS*/

footer {
	background: #9c6e10;
	width: 100%;
	float: left;
	padding: 50px 0px 0px;
}
footer .col-row {
	width: 100%;
	float: left;
}
footer .col-inner {
	width: 20%;
	float: left;
	padding: 0px 15px;
}
footer .col-info figure {
	margin-bottom: 20px;
}
footer .col-info figure img {
	width: 100%;
}
footer .col-info p {
	color: #eeeeba;
	font-weight:300;
	font-size: 12px;
	line-height: 22px;
}
footer .col-info h3 {
	font-weight:700;
	font-size: 24px;
	color: #fff;
	padding-bottom: 20px;
}
footer .col-info ul li a {
	color: #eeeeba;
	line-height: 30px;
	font-size: 15px;
	transition: all 0.5s ease 0s;
}
footer .col-info ul li:hover a {
	padding-left: 10px;
	transition: all 0.5s ease 0s;
	color: #00beff
}
footer .col-info.address li {
	color: #eeeeba;
	float: left;
	padding-bottom: 12px;
	font-size: 12.5px;
}
footer .col-info.address li span {
	float: right;
	padding-left: 10px;
	font-size: 14px;
	line-height:23px;
}

footer .col-info .form-control{
	height:45px;
	box-shadow:none;	
}
footer .col-info .form-control:focus{
	box-shadow:none;
}
footer .col-info .btn{
	margin-top:20px;
	font-size:18px;
	padding:8px 20px;
	transition: all 0.5s ease 0s;
	text-transform:uppercase;
}
footer .col-info .btn:hover{
	background:#0084ff;
	color:#fff;
	transition: all 0.5s ease 0s;
}

.footer-bottom {
	background: #eeeeba;
	width: 100%;
	float: left;
	padding: 10px 0px;
	text-align: center;
	margin-top: 30px;
}
.footer-bottom p {
	margin: 0px;
	color: #9c6e10;
	font-size: 14px;
}
.footer-bottom p a {
	color: #0084ff;
}
.footer-bottom p:hover a {
	color: #0048ff;
	transition: all 0.3s ease 0s;
}



