@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-size: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	/*background:url(../images/bg-index-body.jpg) repeat;*/
	background:#fff;}

/*@font-face {
  font-family: 'Righteous-Regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Righteous-Regular.eot');
  src: local('?'),
  url('../fonts/Righteous-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Righteous-Regular.woff') format('woff'),
  url('../fonts/Righteous-Regular.ttf') format('truetype'),
  url('../fonts/Righteous-Regular.svg#Righteous-Regular') format('svg');
}*/

a {
	text-decoration: none;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}
h1,h2{ font-family: 'Raleway', sans-serif;}
a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #7e7e7e;
	border-width: 1px;
	border-style: solid;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border linear .3s;
	-webkit-transition: border linear .3s;
	-o-transition: border linear .3s;
	transition: border linear .3s;
}


textarea {
	padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: none;
	border-color: #01b1d7 !important;
	outline: none;
	color: #333;
}

.btn {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	width: auto;
	height: auto;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.btn:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.cover {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
}

.container {
	position: relative;
	z-index: 3;
}

/*Header*/
/*Top nav left*/
.top-nav {
	;
	color: #333;
	line-height: 40px;
}

/*Top left Menu*/
.top-left {
	float: left;
}

.top-left ul >li {
	display: inline-block;
	margin-right: 15px;
}

.top-left a {
	font-size: 16px;
	color: #333;
}

.top-left a:hover {
	color: #01b1d7;
}

/*Top Right Menu*/
.top-right {
	float: right;
}

.top-right p:before {
	content: "\f041";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #01b1d7;
	margin-right: 10px;
}

.top-right p {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.top-right p > span {
	margin-left: 5px;
	font-style: italic;
	font-weight: 400;
}

/*Nagivation*/
#main-nav {
	padding: 8px 0;
}

/*Affix*/
#main-nav.affix {
    position: relative;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    color: #fff;
    z-index:10;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.3s;
}

.navbar {
	margin:0; 
}

#main-nav .navbar-header a {
	background-color: none;
	
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
	background-color: #01b1d7;
}

#main-nav .navbar-toggle span {
	background-color: #fff;
}

/*Main Menu*/
#main-nav .navbar-right {
	margin-top: 35px;
}
#main-nav .navbar-right li > a {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 30px;
	color: #555;
	padding: 4px 12px;
	text-transform: uppercase;  background: none;  margin-right:1px; border-radius: 5px;
}

#main-nav .navbar-right li > a:focus {
	    color: #fff;
    background: #6b0c0c;
    outline: none;
}

#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>li.active>a {
	color: #fff;
        background: #6b0c0c;
}

/*Search Form*/
.search-form {
	padding: 10px;
	position: absolute;
	bottom: -76px;
	right: 15px;
	z-index: 3;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s linear;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 1px 2px #ebebeb;
}

.search-form.visible {
	visibility: visible;
	opacity: 1;
}

.search-form input {
	height: 40px;
	width: 275px;
	border-color: #e8e8e8;
}

/*Main Slider*/
#slider {
	margin: 0;
	padding: 0;
	position: relative;
}

.flexslider {
	border: 0;
}

#slider.flexslider .slides > li img {
	
}

/*Slider Caption*/
#slider .caption {
	position: absolute;
	width: 600px;
	top: 50%;
}

#slider .caption h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 48px;
	text-transform: uppercase;
}

#slider .caption span {
	padding: 0 10px;
	background-color: #01b1d7;
	color: #fff;
}

#slider .caption p {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	font-style: italic;
	margin-top: 30px;
	color: #01b1d7;
}

#slider .caption button {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin-top: 20px;
	background-color: #01b1d7;
	color: #fff;
	border: 1px solid #fff;
}

#slider .caption button:hover {
	background-color: #fff;
    border: 1px solid #01b1d7;
    transition: 0.3s;
    color: #01b1d7;
}


/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#slider .caption {
		position: absolute;
		width: 400px;
		top: 55%;
	}

	#slider .caption h2 {
		font-size: 15px;
	}

	#slider .caption p {
		font-size: 10px;
		font-style: italic;
		margin: 0;
		padding: 0;
		color: #01b1d7;
	}

	#slider .caption .btn {
		width: 80px;
	    height: 20px;
		font-size: 10px;
		margin-top: 5px;
		padding: 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#slider .caption {
		position: absolute;
		width: 450px;
		top: 50%;
	}

	#slider .caption h2 {
		font-size: 24px;
	}

	#slider .caption p {
		font-size: 16px;
		font-style: italic;
		margin-top: 15px;
		color: #01b1d7;
	}

	#slider .caption .btn {
		width: 110px;
	    height: 30px;
		font-size: 12px;
		margin-top: 15px;

	}
}

/*Control Nav*/
#slider .flex-control-nav {
	position: absolute;
	display: inline;
	z-index: 2;
}

#slider .flex-control-nav li {
	margin: 5px;
	display: inline-block;
}

#slider .flex-control-paging li a {
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #01b1d7;
}

#slider .flex-control-paging li a:hover {
	background: #01b1d7;
}

#slider .flex-control-paging li a.flex-active {
	background: #01b1d7;
	width: 12px;
	height: 12px;
}

/*About*/
#about {
	padding: 80px;
}

#about .about-heading {
	text-align: center;
}

#about .about-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#about .about-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#about .about-left {
	position: relative;
    z-index: 2;
}

#about .about-right:before {
	content: "";
    border: 8px solid #e5eef0;
	width: 120%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#about .about-right {
	position: relative;
	padding: 0 80px 150px 80px;
}

#about .about-right-heading h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding-top: 100px;
	text-transform: uppercase;
}

#about .about-right-boot:before {
	content: "\f080";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about .about-right-wrapper {
    padding-left: 0 0 50px 78px;
    position: relative;
	left: 0;
	top: 75px;
}

#about .about-right-wrapper a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #282828;
}

#about .about-right-wrapper a:hover {
	color: #01b1d7;
}

#about .about-right-wrapper p {
	line-height: 28px;
	margin-top: 20px;
	color: #8e8e8e;
}

#about .about-right-best:before {
	content: "\f201";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

#about .about-right-support:before {
	content: "\f025";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#about {
		padding: 0;
	}

	#about .about-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}

	#about .about-heading p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	#about .about-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#about .about-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#about .about-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about .about-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about .about-right-wrapper a > h3 {
		font-size: 20px;
	}

	#about .about-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about .about-right-best {
		margin-top: 40px;
	}

	#about .about-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-support {
		margin-top: 40px;
	}

	#about .about-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#about {
		margin-top: 50px;
		padding: 0;
	}

	#about .about-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}

	#about .about-heading p {
		margin-top: 20px;
		line-height: 20px;
	}

	#about .about-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#about .about-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#about .about-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about .about-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about .about-right-wrapper a > h3 {
		font-size: 20px;
	}

	#about .about-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about .about-right-best {
		margin-top: 40px;
	}

	#about .about-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-support {
		margin-top: 40px;
	}

	#about .about-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

}

/*About bg*/
#about-bg {
	position: relative;
	background-image: url(../images/about/about2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: uppercase;
    padding: 50px 0;
    color: #fff;
}

.about-bg-heading {
	font-family: 'Josefin', sans-serif;
	font-weight: 900;
	text-align: center;
	line-height: 40px;
	z-index: -2;
}

.about-bg-heading h1 {
	font-size: 40px
}

.about-bg-heading p {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-weight: 400;
	font-size: 16px;
}

.about-bg-wrapper {
	color: #fff;
	text-align: center;
	margin-top: 30px;
	z-index: -2;
}

#about-bg .about-bg-wrapper .count {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 45px;
	margin-right: 20px;
	text-align: center;
	float: left;
	color: #01b1d7;
}

#about-bg .about-bg-wrapper p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-top: 30px;
	float: left;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	.about-bg-heading h1 {
		font-size: 28px;
	}

	.about-bg-wrapper {
		margin-left: 25%;
	}

}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	.about-bg-heading h1 {
		font-size: 30px;
	}

	.about-bg-wrapper {
		margin-left: 35%;
	}

}

/*Service*/
#service {
	margin-top: 100px;
	background-attachment: scroll;
    padding-bottom: 0px;
    padding-top: 0px;
}

#service .col-md-6 {
	padding: 0;
	
}

#service .service-heading {
	text-align: center;
}

#service .service-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#service .service-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

.services-style-one {
	position: relative;
}

.services-style-one .outer-box {
	position: relative;
	background: #1c1c1c;
}

.services-style-one .services-column {
	position: relative;
	width: 50%;
	float: left;
	background: #f2f3f4;	
}

.services-style-one .service-block {
	position: relative;
	margin-bottom: 40px;	
}

.services-style-one .services-column .content-outer {
	position: relative;
	float: right;
	max-width: 700px;
	padding: 80px 20px 40px 40px;	
}

.services-style-one .services-column .icon-box {
	font-size: 36px;
	margin-bottom: 15px;
	line-height: 1px;
	color: #01b1d7;	
}

.services-style-one .services-column h4 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #1c1c1c;	
}

.services-style-one .services-column .text {
	font-size: 13px;
	color: #5a5a5a;
	max-width: 250px;	
}

.services-style-one .content-column {
	position: relative;
	float: left;
	width: 50%;
	background: #1c1c1c;
	text-align: right;
}

.services-style-one .content-column .content-box {
	position: relative;
	float:left;
	padding: 170px 20px 100px 320px;
	max-width: 700px;	
}

.services-style-one .content-column .sec-title h2 {
	color: #fff;
}

.services-style-one .content-column .sec-title h2 > span {
	border-bottom: 2px solid #01b1d7;
	padding-bottom: 5px;
}

.services-style-one .content-column .inner-box {
	position: relative;
}

.services-style-one .content-column .text {
	position: relative;
	margin: 30px 0;
	color: #999999;
	line-height: 25px;
}

.inner-box button {
	background-color: #01b1d7;
	width: 120px;
	height: 35px;
	color: #fff;
}

.inner-box button:hover {
	background-color: #fff;
	color: #01b1d7;
}

/*Service Footer*/
#service .service-footer {
	background: #222222;
	padding: 30px 0;
}

#service .service-footer-left h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #fff;
}

#service .service-footer-left h3 > span {
	color: #01b1d7;
}

#service .service-footer-left p {
	font-size: 16px;
	color: #9d9d9d;
}

#service .service-footer-right {
	float: right;
	line-height: 80px;
}

#service .service-footer-right button {
	background-color: #01b1d7;
	width: 180px;
	height: 50px;
	color: #fff;
}

#service .service-footer-right button:hover {
	background-color: #fff;
	color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#service {
		margin-top: 50px;
	}

	#service .service-heading h2 {
		font-size: 27px;
	}

	#service .service-heading p {
		font-size: 13px;
	}

	.services-style-one .content-column .content-box {
		padding: 200px 20px 100px 20px;	
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#service {
		margin-top: 50px;
	}

	#service .service-heading h2 {
		font-size: 30px;
	}

	.services-style-one .content-column .content-box {
		padding: 200px 20px 100px 20px;	
	}
}

/*Portfolio*/
#portfolio {
	margin-top: 100px;
}

#portfolio .portfolio-heading {
	text-align: center;
}

#portfolio .portfolio-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#portfolio .portfolio-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#portfolio .portfolio-thumbnail {
	position: relative;
}

#portfolio .portfolio-thumbnail img {
	width: 100%;
	height:auto;
}

#portfolio .portfolio-thumbnail .col-md-3 {
	padding: 0;
}

#portfolio .portfolio-thumbnail .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(62, 212, 255, 0.7);
	opacity: 0;
	-moz-transition: opacity linear .3s;
	-webkit-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}

#portfolio .portfolio-thumbnail .item:hover > .caption {
	opacity: 1;
}

#portfolio .caption i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #01b1d7;
	background-color: #fff;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

}

#portfolio .caption p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 17px;
	text-transform: capitalize;
	top: 55%;
	left: 30%;
	right: 30%;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#portfolio {
		margin-top: 50px;
	}

	#portfolio .portfolio-heading h2 {
		font-size: 27px;
	}

	#portfolio .portfolio-heading p {
		font-size: 13px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#portfolio {
		margin-top: 50px;
	}

	#portfolio .portfolio-heading h2 {
		font-size: 30px;
	}

}

/*Contact*/
#contact {
	margin-top: 100px;
}

#contact .contact-heading {
	text-align: center;
}

#contact .contact-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#contact .contact-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/*Get In Touch*/
#get-touch {
	margin-top: 100px;
}

#get-touch .get-touch-heading {
	text-align: center;
}

#get-touch .get-touch-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
}

#get-touch .get-touch-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#get-touch .content {
	margin-top: 50px;
}

#get-touch .content .form input {
	height: 50px;
	width: 100%;
	border-color: #ebebeb;
}

#get-touch .content .form textarea {
	width: 100%;
	height: 180px;
	border-color: #ebebeb;
	margin-top: 20px;
}

#get-touch .content .form .submit {
	text-align: center;
}

#get-touch .content .form .submit .btn {
	margin-top: 25px;
	background-color: transparent;
	color: #7e7e7e;
	border-color: #01b1d7;
}

#get-touch .content .form .submit .btn:hover {
	background-color: #01b1d7;
	color: #fff;
}


/*Map*/
#google-map{
    position:relative;
    margin-top:10px;
    height: 400px;
}

/*Client*/
#client {
	margin-top: 100px;
	text-align: center;
}

#client .col-md-2 {
	height: 100px;
}

#client span {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#client img {
	max-height: 100px;
	vertical-align: middle;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#contact {
		margin-top: 50px;
	}

	#contact .contact-heading h2 {
		font-size: 27px;
	}

	#contact .contact-heading p {
		font-size: 13px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#contact {
		margin-top: 50px;
	}

	#contact .contact-heading h2 {
		font-size: 30px;
	}

}

/*Footer*/
#footer {
	margin-top: 100px;
	background-color: #181818;
	padding: 50px 0;
}

#footer .footer-heading {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding: 0 20px;
	color: #fff;
}

#footer .footer-heading h3 {
	font-size: 20px;
	text-transform: capitalize;
}

#footer .footer-heading span {
	border-bottom: 2px solid #01b1d7;
	padding-bottom: 8px;
}

#footer .footer-heading p {
	font-family: 'Open Sans', sans-serif;
	word-spacing: 3px;
	font-weight: 300;
	margin-top: 40px;
	color: #7e7e7e;
}

#footer .footer-heading ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#footer .footer-heading li {
	border-bottom: 1px solid #8b8b8b;
	padding: 10px 0;
}

#footer .footer-heading ul > li > a:before {
	content: "\f10c";
	font-family: 'FontAwesome';
	padding-right: 10px;
}

#footer .footer-heading ul > li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #7e7e7e;
}

#footer .footer-heading ul > li > a:hover {
	color: #01b1d7;
}

#footer .insta img {
	float: left;
	width: 100px;
	height: 100px;
}

.credits a {
    color: #fff;
}

/*Bottom Footer*/
#bottom-footer {
	background-color: #6b0c0c;
    background-image: -webkit-linear-gradient(bottom, #651110, #7d0101);
    background-image: -moz-linear-gradient(bottom, #651110, #7d0101);
    background-image: -o-linear-gradient(bottom, #651110, #7d0101);
    background-image: -ms-linear-gradient(bottom, #651110, #7d0101);
    background-image: linear-gradient(to top, #651110, #7d0101);
	padding: 15px 0;
	color: #fff;
}

#bottom-footer .footer-right ul > li > a {
	color: #8e8e8e;
}

#bottom-footer .footer-right ul > li > a:hover {
	color: #01b1d7;
}

/*===============new css=================*/
.top-header{ border-bottom:1px solid #ccc;}

.adressdiv p{ display:inline-block; margin-right:10px; margin-bottom: 0;}

.timediv{ text-align:right;}



.adressdiv p{ color: #fff;}

.adressdiv a{ color: #fff;}

.adressdiv .fa{     color: #fff;}



/*
inspired from http://codepen.io/Rowno/pen/Afykb
& https://jsfiddle.net/q0rgL8ws/
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
    overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    /* This should be based on your carousel setting. For bs, it should be 5second*/
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2; top: 160px;     font-size: 65px;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.carousel-control.left{ background-image:none;}

.carousel-control.right{ background-image:none;}

.header-top{/* background:#a00303;*/ padding: 10px 0; background-color: #6b0c0c;
    background-image: -webkit-linear-gradient(bottom, #651110, #7d0101);
    background-image: -moz-linear-gradient(bottom, #651110, #7d0101);
    background-image: -o-linear-gradient(bottom, #651110, #7d0101);
    background-image: -ms-linear-gradient(bottom, #651110, #7d0101);
    background-image: linear-gradient(to top, #651110, #7d0101);}

.timediv p{ color:#fff; margin-bottom:0;}

.marquediv{ background:url(../images/pattern_school.png) repeat #eaeaea;  height:auto; padding:30px;  box-shadow: 1px 1px 5px #ccc;}

.marquediv p{ color:#333;}

.marquediv .boxdiv{ margin-bottom:20px; background:none;}

/*.marquediv .str4{ height:375px;}*/

.marquediv h3{ margin:0; text-transform: uppercase; font-weight: 600; color: #a00303; font-family: 'Raleway', sans-serif;     font-size: 20px;}

.marquediv h4{color: #62462d;}

.padding-remove{ padding:0;}

.home-info{  margin: 20px 0; padding:30px 0;}

.boxdiv{ background:#ececec;}

.pdfdiv{padding: 20px 0 0;}

.pdfdiv a{ color:#62462d; text-transform:uppercase; font-size: 15px;font-weight: 600; display: block; margin-bottom: 8px;}

.pdfdiv .fa{ margin-right:8px; font-size:20px; color:#a00303;}

.request-btn{  text-align:center;}

.request-btn a{ display:block; background:#faf0cc;  padding: 20px 0; color:#a00303; text-transform:uppercase; font-size: 20px; font-weight:bold;}

.home-content{ padding:30px 0;}

.home-content h2{ background: #a00303; font-family: 'Raleway', sans-serif; color: #fff; margin-top:0; text-transform: uppercase; font-weight: 600; line-height: 42px; font-size: 26px; text-align: center; margin-bottom: 20px;}

.home-content .colordiv{ color:#800000;}

.home-content p{ text-align:justify;  line-height: 24px;}

.aboutinfo h2{ margin-top:0; color: #171717; text-transform:uppercase;}

.box img{ margin-right:10px; border-radius: 50%; width: 100px; height: 100px; border: 2px solid #ccc; padding: 2px;}

.aboutinfo{ padding:40px 0;  border-top: 1px solid #e3e0e0;}

.box h4{color: #800000; text-transform: uppercase; font-weight: bold; font-size: 14px;}

.box p{ color:#333; font-size: 12px;}

.footer-right{ text-align:right;}

.footer-right a{ color:#fff;}

.box{ margin-bottom:15px;}

#bottom-footer p{ margin-bottom:0; font-size:13px;}

.aboutinfo .redbtn{ text-transform:uppercase; background:#800000; color:#fff; padding: 10px; display: inline-block; margin-top: 7px; font-size: 12px;     font-weight: bold; }

.bordediv{ border:2px solid #a00303; width: 75px; margin-bottom: 10px;}
  
.aboutinfo .redbtn:hover{ background:#c60404;}  

.testimonialdiv{ padding: 30px 0 40px; background: #efefef;}

/*.testimonial-slider .parainfo{ width: 75%; margin: 0 auto;}*/

.testimonial-slider .carousel-control:hover{ color:#ad0479;}

.testimonial-slider .carousel-control{ font-size: 35px; top: 0; color: #333;}

.testimonialdiv h2{ margin-top:0; color: #171717; text-transform: uppercase; text-align: center;}

.testimonial-slider .bordediv{ margin:0 auto;}

.testimonialdiv .carousel-control{ width:auto;}

.testimonialdiv .carousel-indicators{bottom: -28px;}

.testimonialdiv .carousel-indicators li{ border:1px solid #a00303;}

.testimonialdiv .carousel-indicators .active{ background:#a00303;}

.schoolbg{ background:url(../images/school-bg.jpg) no-repeat; margin-bottom: 30px; height: 156px; padding: 18px 55px; box-shadow: 0px 0px 3px #bebcbc;}

.schoolbg h3{ text-align:right; font-family: 'Raleway', sans-serif; color:#6c2505; font-size: 40px; font-weight:bold; letter-spacing: 8px;}

.schoolbg p{ text-align:right; font-family: 'Raleway', sans-serif; color:#6c2505; font-size:18px;}

.bannerdiv .item img{ width:100%;}

.left-padding{ padding-left:0;}

.footerdiv{ padding-top:10px;}

.social-icon{}

.social-icon a{ color:#fff;}

.social-icon .fa{ font-size:22px;}

.testimonialdiv .colorpara{ color:#3e1d0a; font-size: 15px; margin: 0;}

.testimonialdiv .carousel{ margin-top:30px;}

.testimonialdiv .thumbnail{ background:none; border:none; margin-bottom:0;}

.testimonialdiv .item img{ width:100%;}

.testimonial-slider .redbtn1{  float: right; background: #cfa66e; padding: 3px 10px; text-transform: uppercase; color: #fff; font-weight:bold; font-size:13px}

.testimonial-slider .redbtn1:hover{ background:#3e1d0a;}

.sliderdiv p{ margin-top:15px }

.sliderdiv{ margin-top:30px;}

.schooldiv { margin:20px 0; }

.schoolinfo{/* background: #f2f0f0;*/ padding:8px;  border: 1px solid #aea8a8;}

.schoolinfo h3 { font-size: 20px;  margin-top: 0;}

.schoolinfo h3 a{ color:#333; font-weight:600;}

.schoolinfo p{ color:#333; font-size: 13px;     line-height: inherit;}

.schoolinfo .school-redbtn{ display:inline-block; color:#fff; font-weight:bold; float: right; background: #800000; padding: 4px 10px; text-transform: uppercase; font-size:13px; margin-bottom: 5px;}

.schoolinfo .school-redbtn:hover{ background:#c60404;}

.headingdiv{ margin-bottom:20px;}

.carousel-control:focus, .carousel-control:hover{ color: #a00303;}

.schoolinfo .re-padding{ padding-left:0; }

.schoolinfo .school-image img{ box-shadow:1px 1px 3px #333; margin-bottom: 20px;}

.str4{ height: 85px; margin:10px 0 20px 0;}

/*================about page css=================*/

.innerbanner{ background:#e6e6e6;}

.innerbanner h2{ color:#6b0c0c; font-weight:bold; text-transform:uppercase; text-align:center; margin:0; padding:20px 10px;}

.innerinfo{ padding:30px 0;}

.p-15{ padding:0 0 0 15px;}

.newsbox{ background:url(../images/pattern_school.png) repeat #eaeaea; padding: 15px; box-shadow: 1px 1px 5px #ccc;}

.innerinfo .newsbox h3{ background:#6b0c0c; color: #fff;  margin: 0; padding: 10px; font-weight: bold; font-family: 'Raleway', sans-serif;}

.schoolimg img{ width:100%; margin:20px 0;     border: 2px solid #d5d3d3;}

.innerinfo h3{ margin-top:0; font-family: 'Raleway', sans-serif; text-transform: uppercase; color: #171717; font-weight: bold; }

.newsbox h3{ font-size:18px; background: #6b0c0c;
    color: #fff;
    margin: 0;
    padding: 10px;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;}

.newsbox p{ font-size:16px; margin: 10px 0;}

.noticediv{ background:#e6e6e6;  height: 380px;}

.noticediv{ margin-top:15px;}

.noticediv h3{ background: #6b0c0c; color:#fff; font-weight:bold; margin: 0; font-family: 'Raleway', sans-serif; padding: 10px; font-size: 18px;}

.linkdiv{ padding:15px;}

.linkdiv a{ display:block; color:#333; font-size:16px; font-weight:600; margin:15px 0;}

.linkdiv a:hover{ text-decoration:none; color:#3e1d0a;}

.linkdiv .fa{ margin-right:8px;}

.featurebox{ padding:15px 0; border-bottom: 1px solid #e1dbd8;}

.featurebox h3{ color:#3e1d0a; font-weight:600;}

.featurebox h4{ margin-top:0;}

.featurebox p{ line-height:24px; margin-bottom: 0;}

.parainfo h4{ color:#6b0c0c; font-weight: bold; margin-top: 0;}

.feature-sec{ margin-top:20px;}

.featurebox h4{  font-size:16px; font-weight: 600;}

.featurebox img{ background:#d5d3d3; padding:3px;}

.featurebox .fa{ margin-right:10px;}

.linkdiv .str4{     height: 300px; cursor:pointer;}


.linkdiv p{ font-size:13px; line-height:20px;}

/*=================brightfuture page css==================*/

.brightfuture .titlediv{ margin:20px 0;}

.brightfuture li{ padding-bottom:8px;}

.brightfuture .fa{ margin-right:5px; color: #a00303; font-size: 18px;}

/*===============gallery page css=================*/
/*Panel tabs*/
.gallerydiv .panel-tabs {
    position: relative;
    clear:both;
    border-bottom:none
}

.gallerydiv .panel-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.gallerydiv .panel-tabs > li > a {
    margin-right: 2px;
    margin-top: 4px;
    line-height: .85;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    color: #ffffff;
}

.gallerydiv .panel-tabs > li > a:hover {
    border-color: transparent;
    color: #ffffff;
    background-color: transparent;
}

.gallerydiv .panel-tabs > li.active > a,
.gallerydiv .panel-tabs > li.active > a:hover,
.gallerydiv .panel-tabs > li.active > a:focus {
    color: #333;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border-bottom-color: transparent;
}

.gallerydiv .panel-primary>.panel-heading{ color: #fff; background-color: #6b0c0c; border-color: #6b0c0c;}

.gallerydiv .panel-primary{ border-color: #e6e6e6;}

.gallerydiv{ margin-top:20px;}

.gallerybox h4{ color:#3e1d0a;}

/*===================contact page css=================*/

.contactpage{ margin-top:20px;}

.contactpage img{ margin-bottom:15px;}

.icondiv{ float:left; margin-right:10px;}

.icondiv .fa{ color:#6b0c0c; font-size: 16px;}

.contactbox p{ color:#333;}

.contactbox a{ color:#333;}

.formdiv .selectdiv{ width:100%; height:34px; border: 1px solid #ccc;     color: #7e7e7e;}

.contactpage .btn {     color: #fff; background: #a00303;    border-color: #a00303;}

.contactpage .btn:hover{ color: #fff; background: #c60404; }

.map iframe{ border:2px solid #c0bfbf; width:100%; height:270px; margin-bottom:30px;}

.contactpage .titlediv{ margin:0 0 20px 0;}

.contactpage .titlediv h4{ margin-top:0;     color: #171717;}

.titlediv h4{ font-size: 22px; color:#3e1d0a;}

.contactpage .titlediv1{ margin-top:20px;}

.input-group-addon{ background-color: #e6e6e6; color: #6b0c0c;}

/* validation contact form*/
.contactinfo .errMsg {
	color: red; text-align:center; padding-bottom:8px; font-size: 16px;
}
.contactinfo .successMsg {
	color: green; text-align:center; padding-bottom:8px; font-size: 16px;
	
}

.school-img img{ background:#fff; padding:5px;}

.iconimg img{ margin-right:8px;}

.bgdiv{ background:url(../images/schoolbg.jpg) no-repeat; padding:50px 0; background-size: 100%;}

.bgdiv h2{ background: #a00303;
    color: #fff;
    padding: 10px;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;}

.bgdiv p{ color:#fff; line-height: 22px; text-shadow: 1px 1px 3px #3b3a3a; font-size: 15px;}

.brightfuture-photos{ margin-top:20px;}

.brightfuture-photos img{    border: 2px solid #d5d3d3; } 

/*==================career page css=======================*/
.careerpage .btn{  color: #700908; background: #e6e6e6;  border-color: #cccccc; width: 100%;}

.careerpage .btn:hover{ color: #fff; background: #c60404;}

.carrerinfo p{ text-align:justify; line-height:22px;}

/*==============rules-regulation page css==============*/
.rulesbox{  margin-bottom: 20px;    border-bottom: 1px solid #dddbdb;    padding-bottom: 20px;}

.rulesbox img{    margin: 0 auto; background: #fff; border-radius: 50%; padding: 4px;  border: 2px solid #d9d7d7;}

.rulesbox h4{ font-weight:600;     font-family: 'Raleway', sans-serif;}

.rulesbox .col-md-2{ border-right:2px solid #dddbdb;}

.resultdiv{  text-align: center; background: #f6f6f6; border: 1px solid #e6e1e1;     padding: 10px 0;}

.resultdiv h2{ margin-top:0; font-weight: bold;  font-family: 'Raleway', sans-serif;     color: #7a0202;}

.resultdiv p{ margin-bottom:0; font-size: 17px;}

.topperdiv{ margin:20px 0; text-align: center; font-weight: bold;}

.topperdiv h3{ text-align:center;}

.classroom .borderdiv{ border-right: 1px solid #e6e3e3;}

.teaminfo{ text-align:center; cursor:pointer;     margin-top: 20px;}

.social-icon a{ color:#fff;}
.social-icon .fa{ font-size:18px; font-weight:bold;}

.teambox .modal-dialog {
margin: 5% auto;
}

.teambox .modal-backdrop.fade {
opacity: 0.1;
filter: alpha(opacity=0.1);
}

.teambox .modal-content {
position: relative;
background-color: #FFF;
border: 1px solid #CECECE;
border-radius: 0px;
-webkit-box-shadow:none; 
 box-shadow: none;
background-clip: padding-box;
outline: 0;
}


.teambox .modal-header {
    padding: 11px 15px;
	background-color: #F8F8F8;
background: -webkit-linear-gradient(top, #F8F8F8, #F2F2F2);
background: -moz-linear-gradient(top, #f8f8f8, #f2f2f2);
background: -ms-linear-gradient(top, #f8f8f8, #f2f2f2);
background: -o-linear-gradient(top, #f8f8f8, #f2f2f2);
background: linear-gradient(top, #f8f8f8, #f2f2f2);
}

.teambox .modal{     background: #0000007a;}

.modal-backdrop{ background:none;     position: relative !important; }

.teambox .modal-title{ text-align:center; font-weight: bold; color:#c60404;}

.teambox .modal-body p{ text-align:justify; }

.teambox .close{     opacity: inherit;     font-size: 29px;}

.testimonial-slider .bordediv{ margin:0 auto;}

.teambox img{  box-shadow: 1px 1px 3px #abaaaa;}

.teaminfo h4{ color:#c60404; font-weight:600;}

/*===============marquee css================*/
.str_wrap,.str_wrap.str_active{background:0 0}.str_wrap{overflow:hidden;//zoom:1;width:100%;font-size:12px;line-height:16px;position:relative;-moz-user-select:none;-khtml-user-select:none;user-select:none;white-space:nowrap}.str_move{white-space:nowrap;position:absolute;top:0;left:0; cursor:pointer;}.str_move_clone{display:inline-block;//display:inline;//zoom:1;vertical-align:top;position:absolute;left:100%;top:0}.str_vertical .str_move_clone{left:0;top:100%}.str_down .str_move_clone{left:0;bottom:100%}.str_down .str_move,.str_vertical .str_move{white-space:normal;width:100%}.noStop .str_move,.no_drag .str_move,.str_static .str_move{cursor:inherit}.str_wrap img{max-width:none!important}

/*==================admission form page css==================*/
.admissionform{ background:url(../images/form-bg.jpg) repeat; padding:20px;  border: 3px solid #d1d0d0;}

.register-no p{ font-weight:bold; font-size:18px;}

.form-no p{ text-align:right;}

.form-heading{ text-align:center;}

.principal-letter p{ font-size:15px;}

.principal-letter .form-control{ background:none; border:none; border-bottom:1px solid #333; box-shadow:none; display: inline; width: 46%;}

.admissiondiv{ padding:20px 0;}

.admission_box p{ font-size:15px; font-family: 'Raleway', sans-serif; font-weight:bold; }

.child_name p{margin-bottom:0;}

.checkboxdiv input{ width:30px; height:30px;     margin-top: 0;     vertical-align: middle;     margin: 0 18px;}

.checkboxdiv label{ margin-bottom:0; font-size:15px; font-family: 'Raleway', sans-serif;}

.m-b{ margin-bottom:20px;}

.add-on { position: absolute; right: 30px; z-index: 999; top: 7px;}

.form-title .col-md-1{ width:4%; }

.admission_box{ margin-bottom:30px;}

.parents-details h4{font-family: 'Raleway', sans-serif; font-size:20px; font-weight:bold;}

.parents-details p{ padding-top: 8px; margin-bottom:0;}

.previous-school-form p{ padding-top:8px; margin-bottom:0;}

.admission_box .infodiv{ text-align:center;}

.admission_box .btndiv{ text-align:center; font-size:18px;}

.admission_box .btn{ font-size:16px;}

.admission_box .btn:hover{ background:#c60404; color:#fff;}

.admission_box1{ margin-bottom:0;}

.form-control::-moz-placeholder{color:#7e7e7e; }
.form-control::-webkit-input-placeholder{color:#7e7e7e; }
.form-control:-ms-input-placeholder{color:#7e7e7e; }
a:focus{ outline:none;}

.imgAvt{ padding: 0px; margin:0px; border:1px solid gray; width:100%; }
.imgInstn{ color:gray; font-size: 11px; }

/*=================responsive css================*/

@media screen and (max-width :1920px){
.school-img img{     height: 350px;}
}

@media screen and (max-width :1199px){
.logodiv img{width: 268px;}
#main-nav .navbar-right {margin-top: 26px;}
.marquediv{ height: 302px;padding: 20px;}
.marquediv h3{ font-size:22px;}
.carousel-fade .carousel-control{ top: 80px;}
.pdfdiv a{ font-size:15px;}
.home-content h2{line-height: 35px; font-size: 24px;}
.bgdiv h2{    font-size: 22px; }
.bgdiv p{ text-align: justify;}
#main-nav .navbar-right li > a{ font-size:12px;}
.adressdiv p{ font-size:12px;}
.timediv p{ font-size:12px;}
.checkboxdiv input{      margin: 0 10px; width: 25px; height: 25px;}
.principal-letter .form-control{ width:34%;}
}

@media screen and (max-width :991px){
.logodiv img {width: 190px;}
#main-nav .navbar-right li > a{ font-size:11px;  margin-right: 2px;     padding: 0px 7px;}
.nav>li>a{ padding: 10px 12px;}
#main-nav .navbar-right { margin-top: 14px;}
.marquediv h3 {font-size: 17px;}
.marquediv{ height: 206px; padding: 10px;}
.marquediv h4{ font-size:15px;}
.pdfdiv a{ font-size: 12px;}
.home-content h2{ line-height: 24px; font-size: 19px;}
.carousel-fade .carousel-control {top: 40px;}
.footerdiv{ text-align:center;}
.footer-right{ text-align: center;}
#bottom-footer p{ margin-bottom: 8px;}
.schoolinfo h3 { font-size: 14px;}
.bgdiv h2{ font-size: 16px;}
.bgdiv{ background-size: cover;}
.school-img img{ height: auto;}
.schoolinfo .re-padding { padding-left: 15px;}
.schoolinfo .school-image img{ margin-bottom:15px;}
.adressdiv p{ font-size:13px;}
.timediv p{ font-size:13px; text-align: left;}
.str4 {height: 140px;}
.checkboxdiv .col-sm-3{ width: 130px;  margin-bottom: 10px;}
.topperdiv { margin: 20px;}
}

@media screen and (max-width :767px){
.header-top{ text-align:center;}
.timediv{ text-align: center;}
.p-15{ padding: 0 15px;}
.left-padding { padding-left: 15px;}
#main-nav.affix { position: fixed;}
.marquediv{ height: auto; padding: 20px;}
.marquediv h3{ font-size: 22px;}
.marquediv h4{ font-size: 18px;}
.carousel-fade .carousel-control{ top: 40px;}
#main-nav .navbar-toggle{ background-color: #3e1d0a;}
#main-nav .navbar-right li > a{ text-align:center; font-size: 14px;}
.navbar-nav{ margin:0;}
#main-nav .navbar-right { margin-top: 0;}
.home-info .p-15 { padding: 0;}
.pdfdiv a{ font-size: 15px;}
.schoolinfo{ text-align:center;}
.schoolinfo p{ text-align:center;}
.schoolinfo .school-redbtn{ float:none;}
.schoolinfo{ padding:15px;  margin-bottom: 25px;}
.home-content h2{ margin: 15px 0; font-size: 30px; line-height: 40px;}
.school-img img{ width:525px; margin-bottom:20px;}
.home-content{ padding: 20px 0;}
.aboutinfo .redbtn{ margin-bottom:20px;}
.feature .box p{ font-size:14px;}
.feature .box .pull-left{ float: left!important;}
.feature .box { text-align: left;}
.feature .box h4{ margin: 27px 0 8px;}
.aboutinfo p{ text-align:justify;}
.featurebox p{ text-align:justify;}
.schoolinfo h3 { font-size: 20px;}
.bgdiv{ text-align:center;     background-size: cover;}
.bgdiv h2 { font-size: 25px;}
.timediv p{ text-align:center;     margin-top: 10px;}
.logodiv img { width: 220px;}
.teambox .modal-dialog {  margin: 11% 10%;}
#main-nav { padding: 5px 0;}
.form-logo{ text-align:center;}
.form-logo img{ margin:10px 0;}
.principal-letter .form-control{ width:44%;}
.admission_box input{ margin-bottom:15px;}
.child_name p{ padding:0 0 10px 0;}
.parents-details p{ padding:0 0 10px 0;}
.previous-school-form p{ padding:0 0 10px 0;}
.admission_box {  margin-bottom: 10px;}
.m-b { margin-bottom: 0;}
.checkboxdiv .col-sm-3{ width: 30%;}
.admission_box input{ vertical-align:top;}
.principal-letter p{ text-align:justify;}
.rulesbox{ text-align:center;}
.rulesbox .bordediv{ margin:0 auto 10px auto;}
.rulesbox .col-md-2{ border-right: none;}
.modal-body{ text-align:center;}
.teambox img{ margin-bottom:15px;}

}

@media screen and (max-width :736px){
.checkboxdiv .col-sm-3 { width: 22%;}
}

@media screen and (max-width :667px){
.principal-letter .form-control { width: 40%;}
}

@media screen and (max-width :640px){
.pdfdiv a{font-size: 14px;}
}

@media screen and (max-width :612px){
.pdfdiv a{font-size: 12px;}
.feature .box h4{margin: 20px 0 8px;}
}

@media screen and (max-width :600px){
.carousel-fade .carousel-control{ top: 50px;}
.parainfo{ text-align: center;}
.parainfo .col-xs-3{ width:100%;}
.parainfo .col-xs-9{ width:100%;}
.testimonialdiv .item img { width: 180px; margin-bottom: 15px;}
.testimonial-slider h2{ text-align:center;}
.testimonial-slider .bordediv{ margin:0 auto;}
.featurebox .col-xs-8{ width:100%;}
.featurebox .col-xs-4{ width:100%;}
.featurebox img{ margin:8px 0;}
.leftdiv p{ text-align:justify;}
.principal-letter .form-control{width: 34%;}
.checkboxdiv .col-sm-3 { width: 25%;}
}

@media screen and (max-width :555px){
.pdfdiv a {font-size: 11px;}
.teambox .modal-dialog { margin: 15% 10%;}
}

@media screen and (max-width :550px){
.gallerybox .col-xs-4{ width:50%;}
.carousel-fade .carousel-control{ top: 20px;}
.bgdiv h2{ font-size: 20px;}
}

@media screen and (max-width :530px){
.pdfdiv .col-xs-4{ width:50%;}
.pdfdiv a { font-size: 15px; margin-bottom: 10px; display: block;}
}

@media screen and (max-width :500px){
.checkboxdiv .col-sm-3{ width: 33%;}
.innerinfo h3{ font-size:20px;}
}

@media screen and (max-width :445px){
.checkboxdiv .col-sm-3{ width: 50%;}
}

@media screen and (max-width :441px){
.pdfdiv .col-xs-4 { width: 100%;}
}

@media screen and (max-width :425px){
.teambox .modal-dialog { margin: 20% 10%;}
}

@media screen and (max-width :415px){
.carousel-fade .carousel-control{ top: 30px;}
}

@media screen and (max-width :414px){
.gallerybox .col-xs-4{ width:100%;}
.gallerybox .thumbnail img{ width:100%;}
.principal-letter .form-control { width: 60%;}
}

@media screen and (max-width :400px){
.carousel-fade .carousel-control{ top: 10px;}
}

@media screen and (max-width :390px){
.logodiv img { width: 250px;}
}

@media screen and (max-width :375px){
.feature .box .pull-left{ float: none!important;}
.feature .box{ text-align: center;}
.feature .box p{ text-align:center;}
.featurebox img{ width:100%;}
.feature .headingdiv{ text-align:center;}
.feature .bordediv{ margin:0 auto;}
.feature{ text-align:center;}
.innerbanner h2{ font-size:24px;}
.teambox .modal-dialog { margin: 25% 10%;}
}

@media screen and (max-width :368px){
.carousel-fade .carousel-control{ top: 20px;}
}

@media screen and (max-width :340px){
.logodiv img {width: 220px;}
.checkboxdiv .col-sm-3{ width: 50%;}
.checkboxdiv input{ margin: 0 4px;}
}

@media screen and (max-width :333px){
.schoolinfo h3{ font-size: 16px;}
}

@media screen and (max-width :320px){
.carousel-fade .carousel-control{ top: 10px;}
}

@media screen and (max-width :300px){
.logodiv img { width: 200px;}
}

@media screen and (max-width :293px){
.schoolinfo h3{ font-size: 14px;}
}