@font-face
{
font-family: 'Roboto-Light';
src: url('../fonts/Roboto-Light.ttf');
font-weight:500;
}
*{
	margin:0;
	padding:0;	
}
body{
	width:100%;
	color:#482E53;
	margin:0;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #eee !important;
	font-size:14px;
}
#wrapper{
	max-width:1170px;	
/*	-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;*/
margin:0 auto;
background-color:#649FBB;
}
.container{
	margin:0 auto;	
}

p{
	font-size:14px;
	line-height:20px;
	color:#252525;
}
a:hover{
	text-decoration:none !important;	
}
/*---------------------------------------------------------*/
					/*End General Settings*/
/*---------------------------------------------------------*/


/*---------------------------------------------------------*/
					/*Start navigation*/
/*---------------------------------------------------------*/
.top-head img{
	width:100%;	
}
.navigation{
	  background: #222222;
  /* Old browsers */

  background: -moz-linear-gradient(bottom, #548DA8 0%, #548DA8 50%, #5891AC 51%, #649FBB 78%, #649FBB 100%);
  background: -webkit-linear-gradient(bottom, #548DA8 0%, #548DA8 50%, #5891AC 51%, #649FBB 78%, #649FBB 100%);
  background: -o-linear-gradient(bottom, #548DA8 0%, #548DA8 50%, #5891AC 51%, #649FBB 78%, #649FBB 100%);
  background: -ms-linear-gradient(bottom, #548DA8 0%, #548DA8 50%, #5891AC 51%, #649FBB 78%, #649FBB 100%);
  background: linear-gradient(to top, #548DA8 0%, #548DA8 50%, #5891AC 51%, #649FBB 78%, #649FBB 100%);
	min-height:32px;
}
.menu{
	max-width:100%; 
	margin: 0 auto; 
	/*min-height:100px;*/
	float:none;
}  
.menu ul{
	list-style-type:none;
	margin:0;
}  
.menu ul li{
	float: left; 
	position: relative;
}  
.menu ul li:hover{
	color:#1CA8C3;
}  
.menu ul li a{
	color: #fff; 
	padding: 0 15px;
	line-height:100px; 
	font-size:14px; 
	font-weight:bold;
	display: block; 
	text-decoration:none;
	font-family: 'Roboto-Light';
}  
.menu ul li a:hover{
	color:#1CA8C3;
}  
#cssmenu ul li ul li{
	float: none; 
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	  margin-right: 0px;
}  
.menu ul li ul{
	position: absolute; 
	top:60px;
	left:0; 
	display: none; 
	background-color:#4988be; 
	width:190px;
	border-top: 1px solid #42cee9;
	z-index:99999;
}  
.menu ul li:hover > ul{
	display: block;
}  
.menu ul li ul li a{
	whitewhite-space: nowrap; 
	line-height:28px;
	color:#fff;
	text-transform:none;
	font-size:12px;
	font-weight:normal;
}  
.menu ul li ul li a:hover{
	color:#fff;
	background-color:rgba(255, 255, 255, 0.2);
} 
.menu li:hover > a:hover, 
.menu li:hover > a {
    color: #4988be;
}
.menu ul>li.current>a{
    color: #4988be;
}

.menu ul>li>ul>li.current>a{
     color: #ff8a00;
	background-color:rgba(255, 255, 255, 0.2);
}
.menu ul>li>ul>li>ul>li.current>a{
     color: #ff8a00;
	background-color:rgba(255, 255, 255, 0.2);
}
.menu ul li .current a{
    color: #ff8a00;
}
.menu ul li ul li ul{
	position: absolute;
	top:0; 
	left:190px; 
	display: none; 
	background-color:#4988be;  
	width:190px;
	border-top:none;
}
.logo{
	margin:20px 0 0 0;	
}
.logo img{
	max-width:55px;
	min-height:55px;	
}
.slider .carousel-caption{
	color:#fff;	
}
.slider .carousel-caption p{
	font-size:18px;	
}
.slider .carousel-indicators .active{
	background-color:#482E53;
}
.phone-nav{
	display:none;	
}
#slider{
		background-color:#F5F5F5;
}
.slider .carousel-inner > .item > img, .carousel-inner > .item > a > img{
	width:100%;
	height:310px;
}
.custom_slide{
	max-width:1090px;
	margin:25px auto 0;	

}
.logo a h1{
	font-size:28px;
	padding-top:3px;
    padding-bottom:12px;	
	
}
.principal{
	text-align:center;	
}
.header-pic{
	text-align:center;	
}
/*---------------------------------------------------------*/
					/*End navigation*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
					/*Start Home*/
/*---------------------------------------------------------*/
.moduletable{
	margin-top:25px;	
}
.moduletable img{
	max-width:155px;
	margin:0;
	border-radius:50%;
	border:8px solid #548DA8;
}
.moduletable ul li a i{
    background: none repeat scroll 0 0 #f9f9f9;
    border: 3px solid #eee;
    border-radius: 50%;
    color: #54B465;
    font-size: 40px;
    height: 80px;
    margin: 10px 10px 10px 0;
    padding-top: 18px;
    text-align: center;
    width: 80px;
}
.moduletable ul li a span{
	font-size:14px;	
}
.moduletable h4{
	color: #548DA8;
    font-size: 18px;
    font-weight: 500;
    height: 35px;
    margin: 0;
    padding: 10px 0px 0;
	
}
.moduletable h3 {
/*    background: none repeat scroll 0 0 #482E53;*/
    color: #0b4a51;
    font-size: 18px;
    font-weight: 500;
    height: 35px;
    margin: 0;
    padding: 7px 15px 0;
    text-transform: uppercase;
}
.moduletable ul{
	list-style-type:none;	
}
.moduletable ul li{
	  border-bottom: 1px solid #e5e5e5;
    line-height: 35px;
    padding-left: 15px;
}
.moduletable ul li span{
	font-size:11px;
}
.contain-one{
    margin-top: 50px;
    max-width: 1050px;

}
.contain-one h2{
	color:#548DA8;
	margin-bottom:30px;
	text-transform:uppercase;
	font-size:28px;
}
.top-footer{
	background-color:#649FBB;
	padding:15px 0;	
}
.footer{
	min-height:100px;	
	text-align:center;
	background-color:#5891ac;
	padding:20px 0;
}
.footer h3{
	font-size:14px;
	font-weight:600;
	color:#fff;	
}
.footer p{
	color:#fff;	
}
.moduletable ul li a{
	color:#383838;	
}
.colhalf h3{
	 color: #f26624;
    font-size: 24px;
    font-weight: 500;
}
/*---------------------------------------------------------*/
					/*End Home*/
/*---------------------------------------------------------*/
/*---------------------------------------------------------*/
					/*Start about*/
/*---------------------------------------------------------*/
ul.teacherlist{
	list-style-type:none;	
}
ul.teacherlist li{
	padding:14px 0;
	text-align:center;
	border-bottom:3px solid #eee;
}
ul.teacherlist li img{
 	 height: 90px;
    width: 120px;
}
h5.hcenter{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin:0 auto;
	color:#3D7FA4;
}
ul.teacherlistcon{
	list-style-type:none;
}
ul.teacherlistcon li{
	height:120px;
    padding-top: 45px;
    text-align: center;
	border-bottom:3px solid #eee;
}
#list-team {
    list-style: outside none none;
    margin: 0;
}
.static-page ul#list-team li {
    line-height: 1.2;
}
#list-team li {
   float: left;
    height: 205px;
    margin: 0 2px 25px;
    text-align: center;
    width: 170px;
}
#list-team li img {
     border: 1px solid #fff;
    box-shadow: 2px 2px 0 0 #dadada;
    height: 170px;
    margin: 0 0 5px;
    width: 170px;
}
/*---------------------------------------------------------*/
					/*End about*/
/*---------------------------------------------------------*/

.footersubonee {
    margin-top: 15px;
}
.footersubonee ul li p {
    float: left;
    font-size: 12px;
    line-height: 16px;
    margin-right: 15px;
}
.footersubonee {
    height: 230px !important;
}
.footersubonee ul li a p {
    color: #fff;
}
.footersubonee li {
    height: 60px !important;
    margin-left:0px;
    max-width: 500px;
    padding: 10px 0 5px;
}
.contact_rightsidebar{
	border:2px solid #d6d6d6;
	padding:42px 45px 30px;
	background-color:#fff;	
	text-align:left;
	max-width:575px;
	color:#434343;	
	margin-bottom:50px;
}
.contact_rightsidebar h3{
	text-transform:uppercase;
	font-size:20px;	
	ffont-family: 'Roboto-Light';
	margin:0 auto;
	border-bottom:1px solid #d6d6d6;
	padding-bottom:25px;
}
.contact_rightsidebar p{
	font-size:18px;	
	font-family: 'Roboto-Light';
	margin:20px auto 0px;
}
.contact_rightsidebar form{
	margin-top:70px;	
}
.contact_rightsidebar .form-control{
	border-radius:0px;
	height:55px;
	font-size:16px;
	font-family: 'Roboto-Light';
}
.contact_rightsidebar .btn-contact{
	height:50px;
	width:170px;
	background-color:#54B465;
	border-radius:0px;	
	color:#fff;
	ffont-family: 'Roboto-Light';
	font-size:20px;
	margin-top:16px;
}
.contact_rightsidebar textarea{
	min-height:215px;
	width:100%;
	color:#434343;
	padding:15px 0 0 15px;	
	font-size:16px;
	font-family: 'Roboto-Light';
}
.button_right{
	text-align:right;	
}
.capta{
	text-align:right;
	padding:10px 0 0;	
}
.capta img{
	height:50px;
	width:75px;	
}

/*-----------hover effect-------------*/
a .column {
    padding: 20px 0;
	border:1px solid #f1f1f1;
	transition: all 0.3s ease 0s;
	margin-top:30px;
	background-color:#E5A00D;
	color:#fff;
}
a .column:hover{
    padding: 20px 0;
	border:1px solid #f1f1f1;
	-moz-box-shadow:   0 1px 12px rgba(256, 256, 256, 0.3);
   -webkit-box-shadow: 0 1px 12px rgba(256, 256, 256, 0.3);
   	box-shadow:        0 1px 12px rgba(256, 256, 256, 0.3);
	background-color:#FFB20E;
	color:#fff;
	
}
.column .circle2 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 12px auto 0px;
    text-align: center;
	padding:0 5px;
}
.column:hover .circle2{
	color:#fff;	
}
.column:hover .circle1{
	color:#fff;	
}
.pixel.circle .column i{
	border-radius:100%;	
}
.pixel.circle .column i {
    border-style: solid;
    border-width: 3px;
    transition: all 1s linear 0s;
	background-color:#4988be;
}
.column:hover.column i{
    border-color: #fff;
    border-style: solid;
    border-width: 3px;
	color:#2DCB73;
	background-color:rgba(255,255,255,1);
}
.pixel .column i {
    display: block;
    float: none;
    font-size: 60px;
    height: 110px;
    line-height: 40px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 122px;
    z-index: 2;
}
.pixel i {
    border-color:#4988be;
    color:#fff;
}
.circle i {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50% 50% 50% 50%;
    font-size: 36px;
    height: 36px;
    padding: 30px;
    width: 36px;
}
.column .circle1{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    margin: 25px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

/*social icon*/
.social-icon {
    margin:35px  auto 0;
    text-align:left;
	float:right;
}
.social-icon ul li {
    display: inline-block;
    margin: 0 2px;
}
.footer-social-icon li.facebook a {
    background: url("../images/facebook.png") no-repeat scroll 0 0 transparent;
    border-radius: 50% 50% 50% 50%;
    opacity: 0.85;
}
.footer-social-icon li.facebook a:hover {
    background: url("../images/facebook.png") no-repeat scroll 0 0 transparent;
    opacity:1;
}
.footer-social-icon li.instagram a {
    background: url("../images/instagram.png") no-repeat scroll 0 0 transparent;
    border-radius: 50% 50% 50% 50%;
    opacity: 0.85;
}
.footer-social-icon li.instagram a:hover {
    background: url("../images/instagram.png") no-repeat scroll 0 0 transparent;
    opacity: 1;
}
.footer-social-icon li.linkedin a {
    background: url("../images/linkedin.png") no-repeat scroll 0 0 transparent;
    border-radius: 50% 50% 50% 50%;
    opacity: 0.85;
}
.footer-social-icon li.linkedin a:hover {
    background: url("../images/linkedin.png") no-repeat scroll 0 0 transparent;
    opacity: 1;
}
.footer-social-icon li.pinterest a {
    background: url("../images/pintarest.png") no-repeat scroll 0 0 transparent;
    border-radius: 50% 50% 50% 50%;
    opacity: 0.85;
}
.footer-social-icon li.pinterest a:hover {
    background: url("../images/pintarest.png") no-repeat scroll 0 0 transparent;
    opacity: 1;
}
.footer-social-icon li.rss a {
    background: url("../images/rss.png") no-repeat scroll 0 0 transparent;
    border-radius: 50% 50% 50% 50%;
    opacity: 0.85;
}
.footer-social-icon li.rss a:hover {
    background: url("../images/rss.png") no-repeat scroll 0 0 transparent;
    opacity:1;
}
.footer-social-icon li.twitter a {
    background: url("../images/twitter.png") no-repeat scroll 0 0 transparent;
    border-radius: 50% 50% 50% 50%;
    opacity: 0.85;
}
.footer-social-icon li.twitter a:hover {
    background: url("../images/twitter.png") no-repeat scroll 0 0 transparent;
    opacity:1;
}
ul.footer-social-icon {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
}
.footer-social-icon li {
    display: inline-block;
    margin: 0 2px;
    padding: 0;
}
.footer-social-icon a {
    float: left;
    height: 30px;
    text-indent: -9999px;
    transition: all 0.25s linear 0s;
    width: 30px !important;
}
.footer-right{
	float:right;
	margin:35px auto 60px;	
}
.footer-right p.phone{
	text-align:right;	
}
/*menu custom style 1*/
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  font-family: Capriola, Helvetica, sans-serif;
}
#cssmenu {
  width: auto;
  height: 59px;
  padding-bottom: 4px;
}
#cssmenu.align-right {
  float: right;
}
#cssmenu.align-right ul li {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
#cssmenu.align-right ul li:first-child,
#cssmenu.align-right ul li:first-child > a {
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one,
#cssmenu #bg-two,
#cssmenu #bg-three,
#cssmenu #bg-four {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one {
  height: 10px;
  background: #0f71ba;
}
#cssmenu #bg-two {
  height: 59px;
  z-index: 2;
  background: url('images/bg.png');
}
#cssmenu #bg-three {
  bottom: 4px;
  height: 55px;
  z-index: 3;
  background: #222222;
  background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555555), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #555555 0%, #222222 100%);
  background: -o-linear-gradient(top, #555555 0%, #222222 100%);
  background: -ms-linear-gradient(top, #555555 0%, #222222 100%);
  background: linear-gradient(to bottom, #555555 0%, #222222 100%);
}
#cssmenu #bg-four {
  bottom: 4px;
  height: 55px;
  z-index: 4;
  background: url('images/bg.png');
}
#cssmenu ul {
  min-height: 59px;
}
#cssmenu ul li {
  float: left;
  margin-right: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 5;
}
#cssmenu ul li a {
  padding: 23px 15px 20px;
  margin-bottom: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #eeeeee;
  font-size: 13px;
  text-transform:uppercase;
  text-decoration: none;
}
#cssmenu ul li:first-child,
#cssmenu ul li:first-child > a {
  border-bottom-left-radius: 3px;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
  background: #0f71ba;
  background: -moz-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #0f71ba));
  background: -webkit-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -o-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: -ms-linear-gradient(top, #3fa4f0 0%, #0f71ba 100%);
  background: linear-gradient(to bottom, #3fa4f0 0%, #0f71ba 100%);
}
#cssmenu ul li a:hover,
#cssmenu ul li.active > a {
  background: url('images/bg.png');
  color: #ffffff;
}


/*tool tip*/
.tt-wrapper{
	padding: 0;
	max-width: 435px;
	min-height: 70px;
	margin: 80px auto 30px auto;
}
.tt-wrapper li{
	float: none;
	list-style:none;
}
.tt-wrapper li a{
    display: block;
    max-width: 255px;
    height: 70px;
    margin: 25px 2px;
    outline: none;
	position: relative;
	z-index: 2;
    text-align:center;
	font-size:60px;
}
.tt-wrapper li a span{
	width: 100px;
	height: 100px;
	line-height: 20px;
	padding: 30px 0 0 0;
	left: 50%;
	margin-left: -55px;
	font-family: 'Alegreya SC', Georgia, serif;
	font-weight: 400;	
	font-style: italic;
	font-size: 14px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
	border: 5px solid #fff;
	background: rgba(84,148,187,0.9);
	text-indent: 0px;
	position: absolute;
	pointer-events: none;
	border-radius: 50%;
	bottom: -40px;
	opacity: 0;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
	-webkit-transform: scale(0.2);
	-moz-transform: scale(0.2);
	-o-transform: scale(0.2);
	-ms-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-wrapper li a:hover span{
	opacity: 0.9;
	bottom: 50px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#form-contact .input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    box-shadow: 2px 2px 0 0 #DADADA;
    font-size: 14px;
    height: 30px;
    margin: 0 0 15px;
    padding: 5px;
    width: 285px;
}
#form-contact .button {
    background-color: #94AA1A;
    background-image: -moz-linear-gradient(center top , #337ab7, #829612);
    border: 1px solid #829612;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

