@font-face {
    font-family:rougescript;
    src: url(../fonts/RougeScript-Regular.ttf);
}


body
{
 
}


.right-top
{
	text-align: right;
}

.top-header
{
	background: #ffffff; 
    color: #fff;     
	height: 120px;
}

.top-header img {
    margin-top: 15px;
    width: 100%;
    height: 100px;
}


ul.soc {
    margin-top: 60px;
}

.nav-header
{
	/* Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(#7B6D49 10%, #B3F5FF 99%,#29346B 10%) !important;
  /* Opera 11.1 to 12.0 */
  background: -o-linear-gradient(#7B6D49 10%, #B3F5FF 99%,#29346B 10%) !important;
  /* Firefox 3.6 to 15 */
  background: -moz-linear-gradient(#7B6D49 10%, #B3F5FF 99%,#29346B 10%) !important;
  /* Standard syntax */
	background:linear-gradient(#7B6D49 10%, #B3F5FF 99%,#29346B 10%) !important;
	color:#fff !important;
	border-top: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
	 margin-bottom: 0px !important; 
	/*height:53px;
	line-height:43px;*/
}


.navbar-inverse
{
	/*background:transparent !important;*/
	border: 0px !important;
}



.nav ul li {
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 0px;
}

.navbar-inverse .navbar-nav li a
{
	color:#fff !important;
	font-size: 15px !important;
}

.nav ul li a:hover
{
	text-decoration:none;
}

.navbar-inverse li a.active , .navbar-inverse .navbar-nav>.active>a ,.navbar-inverse .navbar-nav>.open>a
{
	background: -webkit-radial-gradient(#515A82 15%, #33AEBE 60%) !important; /* Safari 5.1-6.0 */
  background: -o-radial-gradient(#515A82 15%, #33AEBE 60%) !important; /* For Opera 11.6-12.0 */
  background: -moz-radial-gradient(#515A82 15%, #33AEBE 60%) !important; /* For Firefox 3.6-15 */
	background:radial-gradient(#515A82 15%, #33AEBE 60%) !important;  /* Standard syntax */
	color:#fff;
}

.dropdown-menu
{
	background:#ffffff !important;
	padding:0px !important;
}


.dropdown-menu li
{
	/* Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(#fff, #29346B 20%) !important;
  /* Opera 11.1 to 12.0 */
  background: -o-linear-gradient(#fff, #29346B 20%) !important;
  /* Firefox 3.6 to 15 */
  background: -moz-linear-gradient(#fff, #29346B 20%) !important;
  /* Standard syntax */
	background:linear-gradient(#fff, #29346B 20%) !important;
	height: 30px !important;
}

.dropdown-menu li a:hover
{
	background: -webkit-radial-gradient(#515A82 15%, #29346B 90%) !important; /* Safari 5.1-6.0 */
  background: -o-radial-gradient(#515A82 15%, #29346B 90%) !important; /* For Opera 11.6-12.0 */
  background: -moz-radial-gradient(#515A82 15%, #29346B 90%) !important; /* For Firefox 3.6-15 */
	background:radial-gradient( #515A82 15%, #29346B 90%) !important;  /* Standard syntax */
}


.navbar-nav li:hover
{
	background: -webkit-radial-gradient(#515A82 15%, #33AEBE 60%) !important; /* Safari 5.1-6.0 */
  background: -o-radial-gradient(#515A82 15%, #33AEBE 60%) !important; /* For Opera 11.6-12.0 */
  background: -moz-radial-gradient(#515A82 15%, #33AEBE 60%) !important; /* For Firefox 3.6-15 */
	background:radial-gradient( #515A82 15%, #33AEBE 60%) !important;  /* Standard syntax */
	color:#fff;
}


h3.menu-title {
    display: none;
}

h5.panel-heading {
    font-size: 18px;
	margin-top: 0px;
}



.box1-img img {
    width: 100%;
    height: auto;
}

.box1 {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 1px 10px 10px 10px #BFBFBF;
	-webkit-box-shadow: 1px 10px 10px 10px #BFBFBF;
    -moz-box-shadow:1px 10px 10px 10px #BFBFBF;
    border-radius: 10px;
	margin-top: 30px;
	border-bottom: 4px solid #29346B;
}

.box1-txt p {
    text-align: justify;
	margin-top: 36px;
}


.box1-img h4 {
    text-align: center;
    font-size: 30px;
    font-family: rougescript;
    color: #D8C67E;
    font-weight: bold;
}



.box2-img img {
    width: 100%;
    height:300px;
	 box-shadow: 1px 1px 10px 10px #D2D2D2;
	 -webkit-box-shadow: 1px 1px 10px 10px #D2D2D2;
    -moz-box-shadow:1px 1px 10px 10px #D2D2D2;
    margin-top: 20px;
    border: 5px solid #29346B;
    border-style: inset;
}

.box2 {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 1px 10px 10px 10px #848BAF;
	-webkit-box-shadow: 1px 10px 10px 10px #848BAF;
    -moz-box-shadow:1px 10px 10px 10px #848BAF;
    border-radius: 10px;
	margin-top: 30px;
	border-bottom: 4px solid #29346B;
	
}

.box2-txt p {
    text-align: justify;
	margin-top: 36px;
	font-style: normal;
	font-family: serif;
    font-size: 16px;
}


.box2-img h4 {
    text-align: center;
    font-size: 22px;
    font-family: Lobster;
    color: #FFFFFF;
	text-align:left;
    
}

.box2-img h4 {
    background: #29346B;
    padding: 5px;
    border-radius: 5px;
}

.contact {
    box-shadow: 1px 1px 2px 2px #D0D0D0;
	-webkit-box-shadow: 1px 1px 2px 2px #D0D0D0;
    -moz-box-shadow:1px 1px 2px 2px #D0D0D0;
   
    color: grey;
    font-size: 12px;
}
h5.panel-heading {
    
    font-weight: 700;
}

.panel.panel-default {
    box-shadow: 1px 10px 10px 5px #A2A2A2;
}

li.news-item {
    border-bottom: 1px solid #333;
	padding-bottom:12px;
	padding-top:12px;
	
}

.contact ul
{
	list-style:url(../images/list-style.jpg);
}

.contact ul li 
{
	padding-top:15px;
	padding-left: 10px;
}

.contact ul li img {
    width: 100%;
	height:102px;
}

.contact ul li h4 {
    text-align: center;
    font-size: 16px;
    background: #29346B;
    color: #fff;
    padding: 5px;
    margin-top: 0px;
}


.right {
    margin-top: 12px;
}

.box3 img {
    width: 100%;
    padding: 5px;
}

.box3 {
    text-align: center;
    margin-top: 28px;
}


.box3 h4 {
    color: #D5C77D;
    font-family: rougescript;
    font-weight: bold;
    font-size: 25px;
}


.box4 {
    text-align: left;
    margin-top: 28px;
}


.box4 h4 {
    color: #fff;
    font-family: rougescript;
    font-weight: bold;
    font-size: 25px;
	background: #29346B;
    padding-left: 10px;
    padding: 7px;
    border-radius: 5px;
}

.box5 {
    text-align: left;
    margin-top: 28px;
}


.box5 ul li {
    color: #94938C;
    font-family: serif;
    font-size: 18px;
    font-style: italic;
	padding-bottom: 20px;
}

.top-footer {
    background: #29346B;
    margin-top: 70px;
    color: #fff;
	padding-top: 25px;
    padding-bottom: 25px;
}



.footer {		
   /* background: #29346B; */
    border-top: 4px solid #29346B;
    
    
    height: 58px;
    padding-top: 12px;
	/* Safari 5.1 to 6.0 */
  background: -webkit-linear-gradient(#7B6D49 10%, #B3F5FF 99%,#29346B 10%);
  /* Opera 11.1 to 12.0 */
  background: -o-linear-gradient(#7B6D49 10%, #B3F5FF 99%,#29346B 10%);
  /* Firefox 3.6 to 15 */
  background: -moz-linear-gradient(#7B6D49 10%, #B3F5FF 99%,#29346B 10%);
  /* Standard syntax */
	background:linear-gradient(#7B6D49 10%, #B3F5FF 99%,#29346B 10%);
}


p.footer-p {
    color: #fff;
    font-size: 10px;
    padding-top: 10px;
}


p.footer-2 {
    font-size: 11px;
    padding-left: 30px;
	color: #fff;
}

p.footer-2 span {
    color: #fff;
}



p.services-s {
    font-family: rougescript;
    font-size: 23px;
	text-align:center;
}

p.other-eve {
    font-family: serif;
    font-size: 22px;
}



.box4 p {
    text-align: justify;
    font-family: serif;
    font-size: 16px;
}



p.bottom-p {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 20px;
    font-family: serif;
    font-style: italic;
}


.banner img
{
	box-shadow: 1px 1px 10px 10px #D2D2D2;
	 -webkit-box-shadow: 1px 1px 10px 10px #D2D2D2;
    -moz-box-shadow:1px 1px 10px 10px #D2D2D2;
    margin-top: 20px;
    border: 5px solid #29346B;
    border-style: inset;
	width: 970px;
    margin-left: -12px;
    border-radius: 12px;
}


.banner-container {
    background: #29346B;
    padding-bottom: 12px;
	padding-top: 15px;
}

.banner-container .banner1 img
{
	width: 103%;
   /* margin-left: -12px; */
	border-radius: 12px;
	height: 250px !important;
}



.soc-footer {
    margin-top: 0px !important;
}

hr.fhr {
    width: 70% !important;
    margin-left: -1px !important;
    border-top: 2px solid #DCC67C !important;
}

.top-footer ul {
    padding-left: 0px;
	list-style: none;
}

.top-footer ul li{
    padding-bottom:10px;
}

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

form#contact_form {
    padding-bottom: 90px;
}

form#contact_form label {
    font-size: 16px;
    color: #9C9C9C;
    font-family: serif;
    font-weight: normal;
    padding-bottom: 7px;
    padding-top: 10px;
}


input#submit_button {
    
    margin-top: 25px;
}

input#name , input#email, input#edu, input#mobile ,input#address , input#city, input#pcode, input#slist , textarea#message{
    border-radius: 5px;
	width: 100%;
	padding-left:10px;
}


.add
{
	margin-bottom:40px;
}


ul.lupdates li 
{
	padding: 10px 15px 10px 10px;
    border-bottom: 1px solid #29346B;
    /* box-shadow: 8px 10px 10px #BDBDBF; */
    margin-bottom: 10px;
    background: #EFEFEF;
    border-top-right-radius: 40px;
    border-top-left-radius: 5px;

}

@media only screen and (max-width: 800px) 
{
	.top-header img {
    margin-left: 185px;
    width: 45%;
}
	
	ul.soc 
		{
			display: none;
		}
	ul.soc-footer
	{
		display: block !important;
	}
}

@media only screen and (max-width: 768px) 
{
	
	h3.menu-title {
    display: block;
    float: left;
    margin-left: 5%;
    
}

.top-header img {
    margin-left: 185px;
    width: 45%;
}
	
	ul.soc 
		{
			display: none;
		}
	ul.soc-footer
	{
		display: block !important;
	}
	
}


@media only screen and (max-width: 414px) 
{
	h3.menu-title 
		{
			display: block;
			float: left;
			margin-top: 12px;
			margin-left: 15px;
		}
		
		.top-header img
		{
			margin-left: 0px;
			width: 100%;
		}
		
	ul.soc 
		{
			display: none;
		}
	ul.soc-footer
	{
		display: block !important;
	}
	.menu-nav
		{
			margin-left:0px !important;
		}
	.banner-container .banner1 img 
		{
			height: 150px !important;
		}
		
	.box2-img h4 
		{
			text-align: center; 
		}
}



