@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.bgblue { background-color:#1b4263;!important }

ul.nav > li > a { 
color:#1b4263; 
font-family: 'Rancho', cursive;
letter-spacing:2px;
font-size:16px!important;
color:#000000;
text-decoration:none;
padding:5px 15px 5px 5px!important;
}


ul.nav > li > a:hover, ul.nav > li > a:focus {
background-color:transparent;
color:#89d9f1!important;
}

ul.nav > li.active {
background-color:transparent;
color:#89d9f1!important;
}

ul.nav > li:hover, ul.nav > li.active {
/*border-bottom:2px solid #26415c!important;
*/}

p {
font-family: 'Muli', sans-serif!important;
font-size:15px;
line-height:25px;
}

.thumbnail {
border-radius:0px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border:none!important;
padding:10px;
}

p.welcomepara {
font-family: 'Muli', sans-serif!important;
font-size:15px;
line-height:30px;
}

.welcomefont {
	font-family: 'Anderson Fireball XL5';
	/*font-family: 'Ubuntu', sans-serif;*/
	font-size:36px;
	color:#c6c6c6;
}

.frozenfont {
	font-family: 'Anderson Fireball XL5';
	font-size:36px;
	color:#FFFFFF;
}

.welcomefont span {
font-family: 'Anderson Fireball XL5';
/*font-family: 'Ubuntu', sans-serif;*/
font-size:36px;
color:#89d9f1;
}

.kaushanfontHead {
font-family: 'Kaushan Script', cursive;
	/*font-family: 'Ubuntu', sans-serif;*/
	font-size:36px;
	color:#26415c;
}

.kaushanfontHead span {
font-family: 'Kaushan Script', cursive;
/*font-family: 'Ubuntu', sans-serif;*/
font-size:36px;
color:#45c3e9;
}

i.fa:hover {
color:#89d9f1!important;
}
.captionFont {
	font-family: 'Tangerine', cursive!important;
	font-size:35px!important;
}
.captionFont1 {
	font-family: 'Tangerine', cursive!important;
	font-size:32px!important;
}


.coloryellow {
color:#ff9933;
}

.headingfont {
font-family: 'Kaushan Script', cursive;
font-size:24px;
color:#000000;
}

.headingfont span {
font-family: 'Kaushan Script', cursive;
font-size:24px;
color:#26415c;
}

.read {
font-size:10px;
color:#26415c;
border-bottom:1px dotted #89d9f1;
}

a.read:hover, a.read:focus {
text-decoration:none;
}

.bottomblacklink {
background-color:#32302f;
color:#868686;
}

.bottomblack {
background-color:#2a2928;
color:#868686;
}

.linkcolor, .linkcolor a{
color:#868686;
font-family: 'Ubuntu', sans-serif;
font-size:14px;
}

.linkcolor a:hover{
color:#cccccc;
font-family: 'Ubuntu', sans-serif;
font-size:14px;
text-decoration:none;
}

.footerhead {
color:#FFFFFF;
font-size:16px;
}

.form-style-8{
    font-family: 'Open Sans Condensed', arial, sans;
    width: 100%;
    padding: 30px;
    background: #FFFFFF;
    margin: 30px auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}
.form-style-8 h2{
    background: #4D4D4D;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #797979;
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    margin: -30px -30px 30px -30px;
}
.form-style-8 input[type="text"],
.form-style-8 input[type="date"],
.form-style-8 input[type="datetime"],
.form-style-8 input[type="email"],
.form-style-8 input[type="number"],
.form-style-8 input[type="search"],
.form-style-8 input[type="time"],
.form-style-8 input[type="url"],
.form-style-8 input[type="password"],
.form-style-8 textarea,
.form-style-8 select
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 45px;
}
.form-style-8 textarea{
    resize:none;
    overflow: hidden;
}
.form-style-8 input[type="button"],
.form-style-8 input[type="submit"]{
    -moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    box-shadow: inset 0px 1px 0px 0px #45D6D6;
    background-color: #2CBBBB;
    border: 1px solid #27A0A0;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.form-style-8 input[type="button"]:hover,
.form-style-8 input[type="submit"]:hover {
    background:linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
    background-color:#34CACA;
}

.borderright_dot {
border-right:1px dotted #cccccc;
margin-bottom:10px;
}

@font-face {
font-family: 'Anderson Fireball XL5';
src:url('../fonts/Anderson_Fireball_XL5.ttf');
}

.anderson {
font-family: 'Anderson Fireball XL5';
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #868686, rgba(0, 0, 0, 0));
}

.innerPageHead {
	background-color:#f9f9f9; 
	padding:15px; 
	width:100%; 
	opacity:0.8;
}


/*** For image transition ***/

.container1 {
    position: relative;
}

.image1 {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container1:hover .image1 {
  opacity: 0.3;
}

.container1:hover .middle {
  opacity: 1;
}

.text {
font-family: 'Kaushan Script', cursive;
  
  color: #000000;
  font-size: 18px;
  padding: 16px 32px;
}

@media only screen and (max-width: 768px) {
   .padSmall {
		padding-left:15px!important;
		padding-right:5px!important;
	}
	.centerHead {
	text-align:center;
	}
}

.fontKalam {
	font-family: 'Kalam', cursive;
}

.readMore {
	padding:2px; padding-left:8px; padding-right:8px; margin-top:3px;
}