/*
    Theme Name: Bethany
    Theme URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/

body {
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.section-padding {
    padding: 60px 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

/**media Queries**/

.bg-color {
    background-color: RGBA(0, 0, 0, 0.41);
}

.top-logo {
    width: 100%;
    height: 110px;
    top: 0;
    position: fixed;
    z-index: 9999;
    background: white;

}


.top-brand > img {
    display: block;
    width: 100px;
    height: 100px;
    margin-left: 90px;
    transition: .5s ease-in-out;
}

.top-logo .contact-info {
    float: left;
    color: maroon;
    font-size: 16px;
    margin-left: 0px;

}

.top-logo .contact-info a {
    line-height: 1;
    color: maroon;
    text-decoration: none;
}

.top-logo .contact-info a:hover {
    color: #aacc1a;
}

.top-logo .contact-info li {
    list-style-type: none;
}

.top-logo .contact-info i {
    color: #0066b3;
    font-size: 20px;
    padding: 4px;
}

.top-logo .social-links {
	margin-top: 10px;
    float: left;
}

.top-logo .social-links a {
    font-size: 16px;
    color: maroon;
    padding: 4px 15px;
    display: inline-block;
    line-height: 1px;
    border: 2px solid maroon;
    border-radius: 15px;
}

.top-logo .social-links a:hover {
    color: white;
    background: #0066b3;
}

/*onscroll*/

@media (min-width: 767px) {
    .onscroll .navbar-brand img {
        margin-top: -20px;
        width: 80px;
        height: 80px;
        display: block;
    }
    .onscroll .top-logo {
        height: 0px;
        transition: .5s ease-in-out;
    }
    .onscroll .top-brand img {
        width: 0px;
        height: 0px;
        transition: .5s ease-in-out;
    }
    .onscroll .sub-title {
        font-size: 0px;
        transition: .5s ease-in-out;
    }
    .onscroll .contact-info {
        display: none;
    }
    .onscroll .navbar-default {
        height: 90px;
        margin-top: 0px;
        transition: .3s ease;
    }
    .onscroll .navbar-nav {
        margin-top: 15px;
    }
    .onscroll .navbar-nav > li {
        border: none;
    }
}

/*//onscroll*/

.nav > li > a {
    padding: 0px;
}

.navbar-brand img {
    margin-top: -20px;
    width: 0px;
    height: 0px;
    transition: .5s ease-in-out;
}

.navbar-nav {
    float: left;
    margin-right: 6em;

}

.navbar-default .navbar-toggle {
    border-color: white;
    background: maroon;
}

.navbar-default .navbar-toggle:hover {
    border-color: white;
    background: white;

}

.navbar-toggle span {
    color: white;
}

.navbar-toggle span:hover {
    color: maroon;
}

.navbar-nav > li {
    float: left;
    margin-left: 10px;
    border: 2px solid white;
    border-radius: 20px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: maroon;
    text-transform: uppercase;
    background-color: white;
    border: 2px solid maroon;
    border-radius: 20px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
    padding: 7px 15px;
    text-transform: uppercase;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: white;
    background: maroon;
    border-radius: 20px;
}

.navbar-default {
    margin-top: 110px;
    width: 100%;
    padding: 10px;
    position: fixed;
    z-index: 9999;
    background-color: #0066b3;
}

.neon {
    color: #21078d;
    font-family: Monoton;
    font-size: 20px;
    -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
    -moz-animation: neon1 1.5s ease-in-out infinite alternate;
    animation: neon1 1.5s ease-in-out infinite alternate;
}



@-webkit-keyframes neon1 {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #000, 0 0 70px #000, 0 0 80px #000, 0 0 100px #000, 0 0 150px #000;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #000, 0 0 35px #000, 0 0 40px #000, 0 0 50px #000, 0 0 75px #000;
    }
}

neon a:hover {
    color: #FF1177;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

.neon marquee {
    margin-top: 190px;
}
#neon marquee{margin-top:4px;}
.navbar-default .navbar-nav > li > a .dropdown {
    position: relative;
    display: inline-block;
}

 .dropdown-content {
    display: none;
    position: absolute;
    background-color: #2f2828ab;
    min-width: 140px;
    box-shadow: 5px 5px 15px #800000;
    z-index: 1;
	margin-top: 3px;
}

.dropdown-content a {
    color: white;
    padding: 10px 5px;
    text-decoration: none;
    display: block;
	
     margin-left: -39px;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
	}

.dropdown:hover .dropdown-content {
    display: block;
}

/*.top-nav-collapse {
  background: #003366;
  padding: 0 0;
  margin: 0;
  transition:all .05s;
}*/

.wrapper {
    padding: 90px 0px 130px;
}

.top-title {
    z-index: 5;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    line-height: 38px;
    letter-spacing: 4px;
    opacity: 1;
    text-transform: uppercase;
}

.sub-title {
    font-size: 30px;
    font-family: verdana;
    font-weight: 700;
    color: maroon;
    line-height: 1;
    margin-top: 30px;
    opacity: 1;
    text-transform: uppercase;
    text-shadow: 2px 3px #13131345;
}

.title {
    font-size: 123px;
    font-weight: 700;
    color: #fff;
    line-height: 88px;
    letter-spacing: 4px;
    opacity: 1;
    text-transform: uppercase;
    padding: 25px 0px;
}

.btn-submit {
    background: #ef7f2d;
    border: 0px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 40px;
    font-weight: normal;
    border-radius: 0px;
    letter-spacing: 1px;
    color: white;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 25px;
    border: 2px solid #ef7f2d;
}

.btn-submit:hover {
    background: #fff;
}
.modal{
    z-index: 9999;
    margin-top: 10em;
}
#admission-form {
    background: linear-gradient(to bottom right,#FF5722, #0066b3);
    margin-bottom: 2em;
}
/*--------------------------------------------------------------
# slider Section
--------------------------------------------------------------*/

#inner-marqueeslide {
    top: 0px;
    height: 400px;
    overflow: hidden;
    background-color: #80808059;
}

#inner-marqueeslide .front-text {
    width: 100%;
    padding-top: 10px;
    padding-left: 30px;
}

#inner-marqueeslide .front-text img {
    width: 220px;
    margin-left: 30px;
}

.marqueeslide {

    overflow: hidden;
    background-color: #80808059;
}

.heading-agileinfo1 {
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 20px;
    margin-top: 4px;
    margin-bottom: 60px;
    text-align: center;
    color: maroon;
    text-transform: capitalize;
    position: relative;
}

.heading-agileinfo1 span:after {
    content: '';
    background: #212121;
    height: 2px;
    width: 150px;
    position: absolute;
    top: 132%;
    right: 28%;
}

.front-text {
    width: 100%;
    padding-top: 10px;
    padding-left: 180px;

}

.front-text img {
    width: 280px;
}

.b-con div {
    margin: 5px 10px;

    width: 100%;
    float: left;
}

.b-con div a {
    font-family: verdana;
    font-size: 14px;
    text-decoration: none;
    float: left;
    color: black;
    text-align: left;
    line-height: 1.5;

}

.b-con div a span {
    margin-top: 0px;
    float: left;
}

.b-con div a img {

    width: 33px;
    height: 18px;
}

/****/

.tab-content {
    border: 1px solid #003366;
    border-radius: 20px;
}

.tab-content a {
    color: #02264a;
}

.about {
    width: 100%;
	margin: 2em 0;
}

.about-info {
    width: 100%;
    height: 200px;
    border: 5px solid maroon;
    padding: 10px 0px;
    font-size: 20px;
}

.about-info h3 {
    font-size: 24px;
    margin-left: 20px;
}

.text1 {
    font-size: 20px;
}

/****/

#feature {
    background-color: white;
}

.head-title {
    color: maroon;
    font-size: 32px;
    font-weight: 700;
    margin-top: -50px;
}

.botm-line {
    background-color: #2b2b2b;
    width: 34px;
    height: 3px;
    display: inline-block;
}

.section-title:hover .botm-line {
    width: 70px;
    /* For Safari 3.1 to 6.0 */
    -webkit-transition-property: width;
    -webkit-transition-duration: 2s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 1s;
    /* Standard syntax */
    transition-property: width;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;
}

p {
    color: black;
    font-size: 16px
}

.box {
    width: 23%;
    height: 310px;
    margin-left: 15px;
    margin-bottom: 40px;
    box-shadow: 4px 10px 10px #80000096;
    background: #fff;
    transition: 0.4s;
}
.box:hover {
    box-shadow: 5px 0px 8px #1571ce75;
    margin-top: -20px;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
.box1 {
    width: 95%;
    min-height: 250px;
    margin-left: 15px;
    margin-bottom: 40px;
    box-shadow: 4px 10px 10px #80000096;
    background: #fff;
    transition: 0.4s;
}
.box1:hover {
    box-shadow: 6px -4px 10px #1571ce75;
    margin-top: -20px;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}

.wow {
    margin-top: -15px;

}

.icon {
    position: relative;
    height: 48px;
    width: 48px;
    float: left;
    margin-top: 14px;
    margin-bottom: 20px;
}

.icon i {
    font-size: 35px;
}

.txt-para {
    margin-top: 20px;
    padding: 10px 10px;
}


h3.txt-tl {
    font-size: 24px;
    line-height: 1.35;
    color: maroon;
    margin-left: 60px;
}

/****/

.parallax {
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: center center;
}

.bg-image-2 {
    background: url('../img/cta-banner.jpg') no-repeat center fixed;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	
    padding: 60px 0 60px 0;
}


.cta-txt p {
    color: #0f0e0e;
	font-size: 34px;
    font-weight: 550;
	padding: 15px 10px;
    border: 8px solid  #0066b3;
	border-radius: 50px;
	text-align:center;
	text-shadow: 2px 4px 5px #11111180;
}


.section-title2 {
    margin-top: 3em;
}

/****/

.portfolio-box {
    margin-bottom: 15px;
}
.portfolio-box img{
    width: 100%;
    height: 180px;
}

.padding-right-zero {
    padding-right: 0px;
}

#contact {
    background-color: #f8f8f8;
}

.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;
}

.black {
    color: maroon !important;
    font-weight: 600;
}

.sec-para {
    color: black !important;

}

.btn-send {
    font-size:18px;
    color: white;
    background-color: #003366;
}

.btn-send:hover {
    color: white;
    background-color: maroon;
}

a,
a:hover {
    color: maroon;
    text-decoration: none;
}

.cont-title {
    font-size: 24px;
    padding: 15px 0px;
}

.location-info p span {
    display: inline-block;
}

.location-info p span {
    width: 40px;
    font-size: 24px;
    color: #666;
    vertical-align: middle;
}

.location-info p {
    margin-bottom: 5px;
}

.location-info p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
}

.contact-icon-container {
    position: absolute;
    top: -38px;
    right: 0;
    padding-right: 10px;
    font-size: 250px;
    color: maroon;
    line-height: 300px;
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

/****/

/**inner pages**/

.heading-agileinfo {
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 40px;
    margin-bottom: 1em;
    text-align: center;
    color: #800000;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
	text-shadow: 3px 2px 6px #503939;
}

.heading-agileinfo span {
    display: block;
    font-size: 17px!important;
    margin-top: 1em;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 500;
}

.heading-agileinfo span:after {
    content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%;
}

/*-- gallery --*/

.gallery {
    margin-top: 10em;
    padding: 4em 0;
}
.nav-tabs li a {
	font-size: 22px;
    padding: 5px 10px;
    font-weight: 550;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
    background: rgba(0, 0, 0, 0.86);
}

/* Common style */

.grid {
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    height: auto;
    text-align: center;
    cursor: pointer;
}

.grid img {
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    opacity: 0.8;
}

.grid .figcaption {
    padding: 2em;
    color: rgba(0, 0, 0, 0.5);
    text-transform: capitalize;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid .figcaption,
.grid .figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

.grid .figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*-----------------*/

/***** Apollo *****/

/*-----------------*/

.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    -moz-transform: scale3d(1.05, 1.05, 1);
    -o-transform: scale3d(1.05, 1.05, 1);
    -ms-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.effect-apollo .figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    margin: 3em;
    padding: 0 1em;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.effect-apollo:hover img {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0.4;
}

.effect-apollo:hover .figcaption::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.video iframe {
	margin-right:10px;
}
/*-- //gallery --*/

/*about us*/

.about-title h1 {
    font-family: verdana;
    font-size: 40px;
    color: maroon;
    margin-left: 15px;
}
.about-content p:first-letter {
	font-size:30px;
	color:maroon;
}
.about-content p {
    font-family: verdana;
    font-size: 16px;
    color: #003366;
    text-align: justify;
}
.about .director-message {
	border: 2px solid;
    width: 48%;
    margin: 5px;
	padding:0;
}
.about .director-message .title1{
	margin: 0 0 10px 0;
    background-color: maroon;
	line-height:2;
    color: white;
}
.about .director-message p {
	text-align: -webkit-match-parent;
    color: #2e2f29;
	font-style:oblique;
	padding-left: 18px;
}
.about .director-message p span {
	font-size: 22px;
    font-family: aerial black;
    font-weight: 550;
}
.director-message h4 {
	text-indent:17em;
}
/**event**/
.event-content {
	margin: 10px 6px;
    width: 48%;
    padding: 30px 0;
    border: 2px solid maroon;
    box-shadow: 3px 3px 11px maroon;
}
.event-content .date-widget {
	width: 120px;
    height: 130px;
    float: left;
	/*background: url('../img/calender-widget.png') no-repeat;*/
	background-size: 120px 130px;
    margin: 0 20px 0 12px;
    text-align: center;
}
.event-content .date-widget strong {
	padding-top: 25px;
    display: block;
    font-size: 50px;
    color: #fff;
}
.event-content .date-widget span {
	display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
.event-content .content-widget h4 {
	font-size: 22px;
    font-weight: bold;
    padding: 5px 0px;
}
/**alumni**/
input[type=file] {
    display: block;
    border: 1px solid white;
    padding: 5px 5px;
    background-color: white;
    width: 100%;
	border-radius:4px;
}
#contact-form {
	margin-bottom:3em;
	background: linear-gradient(to bottom right,#800000, #0066b3);
}
#contact-form button {
	margin-bottom: 1em;
	color: black;
    font-weight: 700;
}
#contact-form label {
	color:white;
	
}
#slideout {
  position: fixed;
  top: 230px;
  left: 0;
  z-index:9999;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout_inner {
  position: fixed;
  top: 210px;
  left: -345px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#slideout:hover {
  left: 280px;
}
#slideout:hover #slideout_inner {
  left: 0;
}
.about-top-image img {
	margin-top:180px;
	width:100%;
	height:300px;
}
/**contact**/
.contact {
	margin-bottom: 3em;
}
.contact-title {
	margin-bottom:10px;
	color: #0066b3;
}
.contact p {
	margin-bottom:25px;
}
.contact-icon .contact-details {
	width:100%;
	min-height:300px;
	border-radius: 7px;
	border: 1px solid #efefef;
	margin-bottom:40px;
	background: #f3f3f3;
}
.contact-icon ul li {
	width:33.3%;
	min-height: 300px;
	padding: 25px 0;
	float:left;
	background: #f3f3f3;
}
.contact-icon ul li a {
	width: 100%;
	height: auto;
	float: left;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	padding: 0 20px;
	text-align: center;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
}
.contact-icon ul li a i{
	font-size: 60px;
    padding: 10px 5px;
    width: 90px;
    border-radius: 50%;
    height: 90px;
	color:white;
    background: #800000;
    margin: 5px 5px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.contact-icon ul li:hover a i {
	background-color:#0066b3;
}
.contact-icon ul li a strong {
	display: block;
	font-size: 16px;
	color: #222;
	text-transform: uppercase;
	margin:10px 0;
	font-weight:bold;
}
.contact-icon ul li a span {
	font-size:16px;
}
.contact .cntn-form button {
	padding:3px 5px;
	color:white;
	font-size:18px;
	background-color:#0066b3;
}
.contact .bordr {
	padding: 5px;
	border:2px dashed;
}
/*admission*/
.admission h3{
	color: #0066b3;
    margin-bottom: 20px;
}
.fee-structure a {
    float:right;
    float: right;
    padding: 10px 20px;
    border: 2px solid maroon;
    width: 380px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background-color: #0066b3;
    color: white;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    text-decoration:none;
}
.fee-structure a:hover {
    background-color:maroon;
    text-decoration:none;
}
.fee-structure a:focus{
    text-decoration:none;
}
.admission ul {
	padding-left: 10px;
}
.admission ul li {
    margin-bottom: 12px;
    font-family:sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
.admission ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    color: #0066b3;
    position: absolute;
    left: 0px;    
	font-size: 25px;
    margin-top: -7px;
}
.admission p {
    color: #ffffff;
    font-weight: 600;
    background: maroon;
    padding: 24px;
    font-size: 24px;
    margin-top: 25px;
}
/*facilities*/
.facilities h3 {
	font-size:30px;
	color: #820748;
    font-weight: 700;
    margin-left: 25px;;
}
.facilities ul {
	list-style-type:disc;
}
.facilities ul li {
	font-size: 18px;
    margin-bottom: 10px;
	color:#0066b3;
    padding: 5px 15px;
	font-weight:550;
}
.facilities-content img {
	height: 120px;
    width: 180px;
}
.facilities-content {
}
/*achievement*/
.achievement .nav-tabs {
    text-align: center;
    border: none;
	margin-bottom:10px;
}
.achievement .nav-tabs>li.active>a, .achievement .nav-tabs>li.active>a:focus, .achievement .nav-tabs>li.active>a:hover {
	color:white;
	background-color:#0066b3;
}
.achievement .nav-tabs li a{
	font-size:20px;
	background-color:#dfeaee;
}

.achievement .tab-content {
    border: none;
}
.achievement .content1 {
	background-color:#9e9e9e3b;
	width: 100%;
    min-height: 250px;
	margin-bottom:10px;
}
.achievement .content2{
	background-color:#c3bebe9e;
	width: 100%;
    min-height: 250px;
	margin-bottom:10px;
}
.achievement .content1 .achvmnt-image img{
	min-height: 250px;
    margin-left: -14px;
}
.achievement .content2 .achvmnt-image img{
	min-height: 250px;
    margin-left: 15px;
}
.achievement .achvmnt-text h3{
	color: #0066b3;
}
.achievement .achvmnt-text p{
	font-size: 15px;
}
/*employment*/
#employment-form {
	background:linear-gradient(to bottom right,#0066b3, #abce1c);
	margin-bottom: 3em;
}
#employment-form label{
	color:white;
}
#employment-form button {
	margin-bottom: 1em;
	color: black;
    font-weight: 700;
}
.info-button {
	margin-left:30px;
}
.info-button a {
	font-size: 18px;
    background-color: #0066b3;
}
/**end inner pages**/

/** RESPONSIVE**/

@media (min-width: 451px) and (max-width: 900px) {
    .section-title {
        margin-bottom: 15px;
    }
}

@media (min-width: 20px) and (max-width: 450px) {
    .navbar-toggle:hover,
    .navbar-toggle {
        background-color: #fff;
        color: #000;
    }
    .navbar-toggle {
        margin-top: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        text-align: center;
    }
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {}
    .top-title {
        font-size: 15px;
    }
    .title {
        font-size: 50px;
    }
    .sub-title {
        font-size: 24px;
    }
    .footer-copyright {
        text-align: center;
    }
    .padding-right-zero {
        padding-right: 15px;
    }
    .section-title {
        margin-bottom: 15px;
    }
    .cta-txt h3 {
        font-size: 28px;
    }
    body {
        font-size: 14px;
    }
    h3.txt-tl {
        font-size: 20px;
    }
}

@media (max-width:1340px) {
	.onscroll .navbar-nav > li > a {
		padding:7px 13px;
	}
}

@media (max-width:1299px) {
    .sub-title {
        font-size: 28px;
    }
	.navbar-nav {
		margin-right: 2em;
	}
	.onscroll .navbar-nav {
        margin-right: 0em;
    }
	.onscroll .navbar-nav > li {
		margin-left: 0px;
	}
}
@media (max-width:1240px) {
	.navbar-default .navbar-nav > li > a {
		padding:7px 12px;
	}
}
@media (max-width:1199px) {
    .navbar-nav {
        margin-right: 0em;
    }
	
    .front-text img {
        width: 250px;
        margin-left: -10px;
    }
}

@media (max-width:1165px) {
    .top-brand > img {
        margin-left: 60px;
    }
    .sub-title {
        font-size: 26px;
    }
	.navbar-default .navbar-nav > li > a {
		font-size:15px;
        padding: 5px 6px;
    }
	.onscroll .navbar-default .navbar-nav > li > a {
		font-size: 12px;
		padding: 5px 10px;
	}
}

@media (max-width:1101px) {

    .front-text img {
        width: 230px;
        margin-left: -10px;
    }
}
@media (max-width:1085px) {
	.sub-title {
        font-size: 23px;
    }
	.navbar-default .navbar-nav > li > a {
		font-size:14px;
    }
}
@media (max-width:1035px) {
	.navbar-default .navbar-nav > li > a {
		font-size:13px;
    }
}
@media (max-width:991px) {
	.top-brand > img {
        margin-left: 40px;
    }
	.sub-title {
        font-size: 21px;
    }
	.top-logo .social-links a {
		font-size: 14px;
		padding: 4px 10px;
	}
	.top-logo .contact-info a {
		font-size: 14px;
	}
	.top-logo .contact-info li,i {
		font-size: 14px;
	}
	.onscroll .navbar-nav > li {
		margin-left: 3px;
	}
	.onscroll .navbar-nav {
        margin-right: 0em;
    }
    
    .navbar-default .navbar-nav > li > a {
		font-size:11px;
        padding: 5px 6px;
    }
	.onscroll .navbar-default .navbar-nav > li > a {
		font-size: 11px;
		padding: 5px 7px;
	}
    .front-text img {
        width: 250px;
        margin-left: 175px;
    }

    .about-info p {
        font-size: 18px;
    }
    .box {
        width: 96%;
    }
	.about .director-message {
		width: 100%;
	}
}

@media (max-width:901px) {
	.top-logo {
		height: 90px;
	}
    .top-brand > img {
		width:85px;
		height:85px;
        margin-left: 30px;
        transition: 1s ease-in-out;
    }
	.sub-title {
        font-size: 18px;
    }
	.top-logo .social-links a {
		font-size: 12px;
		padding: 4px 8px;
	}
	.top-logo .contact-info a {
		font-size: 12px;
	}
	.top-logo .contact-info li {
		font-size: 12px;
	}
	.top-logo .contact-info i {
		font-size: 14px;
	}
	.navbar-default {
		margin-top: 90px;
	}
	 .navbar-default .navbar-nav > li > a {
		font-size:10px;
        padding: 3px 4px;
    }
	.onscroll .navbar-default .navbar-nav > li > a {
		font-size:10px;
        padding: 3px 4px;
	}
    .front-text img {
        width: 240px;
        margin-left: 150px;
    }
	.about-top-image img {
		margin-top:160px;
	}
}

@media (max-width:801px) {
	.top-logo .social-links{
		margin-top:5px;
	}
	.top-logo .social-links a {
		font-size: 10px;
		padding: 4px 6px;
	}
	.top-logo .contact-info a {
		font-size: 10px;
	}
	.top-logo .contact-info li {
		font-size: 10px;
	}
	.top-logo .contact-info i {
		font-size: 12px;
	}
	.navbar-nav > li {
		margin-left: 5px;
	}
	
	.front-text img {
        margin-left: 150px;
    }
}

@media (max-width: 767px) {
    .navbar-collapse {
        background: #003366;
        border-top: 0;
    }
	.sub-title {
        font-size: 20px;
    }
    .front-text img {
        margin-left: 90px;
    }
    .box {
        width: 95%;
    }
	.event-content {
		width: 100%;
		min-height: 200px;
	}
	.onscroll .navbar-default .navbar-nav > li > a {
		font-size: 12px;
		padding: 3px 8px;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 13px;
		padding: 3px 8px;
	}
	.navbar-nav > li {
		float: none;
		margin-bottom:5px;
		margin-left: 15px;
	}
}

@media (max-width: 750px) {
    
    .about-info p {
        font-size: 16px;
    }
}

@media (max-width: 701px) {
    .top-brand > img {
        width: 80px;
        height: 80px;
        margin-left: 10px;
    }
    .contact-icon ul li {
		width:100%;
	}
    .front-text img {
        width: 220px;
        margin-left: 50px;
    }
   

}

@media (max-width: 606px) {
    .top-brand > img {
        margin-left: 0px;
    }
    .sub-title {
        font-size: 16px;
		text-shadow: 2px 2px #13131345;
    }
    
    .front-text img {
        width: 200px;
        margin-left: 0px;
    }
    .about-info p {
        font-size: 14px;
    }

    .footer ul {
        margin-bottom: -25px;
    }
	.director-message h4 {
		text-indent:12em;
	}
}

@media (max-width: 520px) {
    .sub-title {
		margin-left:-15px;
        font-size: 14px;
    }
	.top-logo .social-links {
		margin-left:-15px;
	}
	.top-logo .contact-info{
		margin-left:-15px;
	}
    .front-text {
        padding-left: 120px;
    }
    .about-info p {
        font-size: 13px;
    }
	.director-message h4 {
		text-indent:10em;
		}
}

@media (max-width: 455px) {
    .sub-title {
		margin-left:-20px;
        font-size: 12px;
    }
	.top-logo .social-links {
		margin-left:-20px;
	}
	.top-logo .contact-info{
		margin-left:-20px;
	}
	.top-logo .social-links a {
		font-size: 8px;
		padding: 4px 5px;
	}
	.top-logo .contact-info a {
		font-size: 8px;
	}
	.top-logo .contact-info li {
		font-size: 8px;
	}
	.top-logo .contact-info i {
		font-size: 10px;
	}
    .navbar-default {
        margin-top: 85px;
    }
    
    .front-text {
        padding-left: 80px;
    }
    .about-info p {
        font-size: 12px;
    }
}
@media (max-width: 401px) {
        
    .sub-title {
        font-size: 10px;
    }
    .front-text img {
        width: 160px;
    }
    .about-info p {
        font-size: 11px;
    }
	.director-message h4 {
		text-indent:5em;
	}
}
@media (max-width: 375px) {
	.top-logo img {
		margin-left:-5px;
	}
	 .sub-title {
		margin-left:-35px;
    }
	.top-logo .social-links {
		margin-left:-35px;
	}
	.top-logo .contact-info{
		margin-left:-35px;
	}
	.about-info {
		height:270px;
	}
}
    /****/