
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
@font-face {
  font-family: 'Josefin';
  src: local('JosefinSans-Light'), url('../fonts/JosefinSans-Light.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_11020">Text with this font applied</p> */
.fontsforweb_fontid_11020 {
  font-family: 'Josefin' !important;
}

@font-face {
  font-family: 'Quicksand';
  src: local('Quicksand-Light'), url('../fonts/Quicksand-Light.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_11020">Text with this font applied</p> */
.fontsforweb_fontid_11020 {
  font-family: 'Quicksand' !important;
}

/*end reset*/
body {
	font-family:trebuchet ms, arial, sans-serif;
}
.alumni-header{
	max-height: 200px;
	min-height: 50px;
	height: 27%;
	font-family: 'Josefin', sans-serif;
	text-transform: uppercase;
	font-size: 40px;
	padding: 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url('../img/alubgsmall.png');
	
}
.wrap-ah{

	padding: 10px;
}

#line1,#line2{
  position: relative;
  left:-200px;
  margin-bottom: 10px;
}


#line1 p, #line2 p{
  float: left;
  padding: 0 8px;
  color: white;
  border-radius: 8px;
}

#line1 p{
  background: #85929E;
}

#line2 p{
  background: #34495E;
}

#over1{
  position: relative;
  opacity: 0;
  top:205px;
  width: 150px;
  margin: 0 auto;
}



.register{
	background-color: transparent;
   margin-top: 5px;
   overflow: hidden;
   padding: 2.333%;
   opacity: 1;
}

.register_t{
	display: none;
	font-family: 'Quicksand', sans-serif;
    font-weight:bold; 
    font-size: 20px;
    margin: 0 auto;
 }
 .register_t.first_t{
 	display: block;
 }
.r_wrap{
	padding: 20px 10px;
	text-align: center;
	background-color: #DFEFF7;
	border-left: 6px solid #0C5475;
	border-right: 6px solid #0C5475;
}

.r_button{
	width: 20%;
	padding: 8px 70px;
	color: white;
	border: 1px solid #0C5475;
	background: linear-gradient(to left,#0C5475 50%, transparent 50%);
	background-size: 200% 100%;
	background-position: right;
	transition:all 1s ease;
}

.r_button:hover{
	background-position: left;
	color: #0C5475;
}
.wrap{
	margin:0 auto;
	width:80%;
}

/*about*/
.content {
	margin:3.333%;
	background:#fff;
	padding:2.333%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	box-shadow: 0px 48px 100px -48px #000000;
	-o-box-shadow: 0px 48px 100px -48px #000000;
	-moz-box-shadow: 0px 48px 100px -48px #000000;
	-webkit-box-shadow: 0px 48px 100px -48px #000000;
}
.span_2_of_3 h3, .images_3_of_1 h3 {
	font-family: 'Roboto', sans-serif;
	color: #F2980F;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.span_2_of_3 p, .images_3_of_1 p {
	font-size: 0.824em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
	margin-bottom: 10px;
}
.span_2_of_3 img{
	margin: 2.333% 0;
	display: block;
	border: 1px solid rgb(238, 238, 238);
	padding: 4px;
}
.grid {
	display: block;
	float: left;
	margin: 0% 0 0% 1.6%;
}
.span_2_of_3 {
	width: 70.1%;
	padding: 0 0 1.5% 1.6%;
}
.grid:first-child {
	margin-left: 0;
}
.grid {
	display: block;
	float: left;
	margin: 0% 0 0% 1.6%;
}
.images_3_of_1 {
	width: 26.2%;
}
.images_3_of_1 a {
	font-family: 'Open Sans', sans-serif;
	color: rgb(139, 139, 139);
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform:capitalize;
}
/*button-style*/
.button-wrap {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e3e3e3), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #e3e3e3, #f2f2f2);
	background: -moz-linear-gradient(top, #e3e3e3, #f2f2f2);
	background: -o-linear-gradient(top, #e3e3e3, #f2f2f2);
	background: linear-gradient(top, #e3e3e3, #f2f2f2);
	-webkit-border-radius: 200px;
	-moz-border-radius: 200px;
	-ms-border-radius: 200px;
	-o-border-radius: 200px;
	border-radius: 200px;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
	-o-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
	padding: 6px 8px 8px;
	display: inline-block;
}
.button {
	font-family: 'Open Sans', sans-serif;
	-o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	background-color: #eeeeee;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: linear-gradient(top, #fbfbfb, #e1e1e1);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	border: 1px solid #d4d4d4;
	height: 32px;
	line-height: 32px;
	padding: 0px 25.6px;
	font-weight: 300;
	font-size: 14px;
	color: #666666;
	text-shadow: 0 1px 1px white;
	margin: 0;
	text-decoration: none;
	text-align: center;
}
.button-pill {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.button:hover {
	background-color: #eeeeee;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
	background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
	background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
	background: -o-linear-gradient(top, #ffffff, #dcdcdc);
	background: linear-gradient(top, #ffffff, #dcdcdc);
}
/*clients*/
.services h5{
	font-family: 'Open Sans', sans-serif;
	color: #F2980F;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.listview_1_of_2 {
	display: block;
	float: left;
	margin: 0% 0 0% 1.6%;
}
.images_1_of_2 {
	width: 49%;
	padding: 1.5% 0;
}
.listview_1_of_2:first-child {
	margin-left: 0;
}
.listimg {
	display: block;
	float: left;
}
.listimg_2_of_1 {
	width: 30.2%;
}
.images_1_of_2 img {
	max-width: 100%;
	border-radius: 50%;
	display: block;
	border: 1px solid rgb(238, 238, 238);
	padding: 4px;
}
.list_2_of_1 {
	width: 66.2%;
}
.text {
	display: block;
	float: left;
	margin: 3% 0 0% 3.6%;
}
.list_2_of_1 h3 {
	font-family: 'Roboto', sans-serif;
	color: black;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.list_2_of_1 p {
	font-family: 'Roboto', sans-serif;
	font-size: 0.824em;
	font-weight:bold; 
	color: #252627;
	line-height: 1.8em;
	margin-bottom: 0px;
}
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact_info h3, .contact-form h3, .company_address h3{
	font-family: 'Open Sans', sans-serif;
	color: #F2980F;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.contact-form span{
	font-size: 0.824em;
	padding-bottom: 5px;
	color: #333;
}
.contact-form input[type="text"],.contact-form textarea{
	font-family: 'Open Sans', sans-serif;
	color: #333333;
	padding: 8px;
	display: block;
	width: 98%;
	background: rgba(0, 0, 0, 0.21);
	border: 1px solid rgba(0, 0, 0, 0.14);
	outline: none;
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	cursor:pointer;
	font-family: 'Open Sans', sans-serif;
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	-o-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
	background-color: #eeeeee;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #e1e1e1));
	background: -webkit-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: -moz-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: -o-linear-gradient(top, #fbfbfb, #e1e1e1);
	background: linear-gradient(top, #fbfbfb, #e1e1e1);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	border: 1px solid #d4d4d4;
	height: 32px;
	line-height: 32px;
	padding: 0px 25.6px;
	font-weight: 300;
	font-size: 14px;
	color: #666666;
	text-shadow: 0 1px 1px white;
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}
.contact-form input[type="submit"]:hover{
	background-color: #eeeeee;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
	background: -webkit-linear-gradient(top, #ffffff, #dcdcdc);
	background: -moz-linear-gradient(top, #ffffff, #dcdcdc);
	background: -o-linear-gradient(top, #ffffff, #dcdcdc);
	background: linear-gradient(top, #ffffff, #dcdcdc);
}
.company_address p{
	font-size: 0.8924em;
	line-height: 1.8em;
	color: #333;
}
.company_address p span{
	text-decoration:underline;
	cursor:pointer;
}
.company_address p span:hover{
	text-decoration:none;
	color: #F2980F;
	-webkit-transition:0.9s;
}
.map{
	margin-top: 6%;
	border: 1px solid rgba(199, 199, 199, 0.19);
	margin-bottom:15px;
}
/*details*/
.details h2{
	font-family: 'Open Sans', sans-serif;
	color: #F2980F;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.det-pic {
	margin: 2.33% 0;
}
.det-pic img{
	display: block;
	border: 1px solid rgb(238, 238, 238);
	padding: 4px;
}
.det-para p{
	font-size: 0.824em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
	margin-bottom: 10px;
}
/*404*/
.page{
	text-align:center;
	margin: 5.333% 0;
}
.page h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 12em;
	color: #F2980F;
}
/***** Media Quries *****/
@media only screen and (max-width: 1280px) {
	
	.alumni-header{
		height: 22%;
	}
	.wrap{
		width:95%;
	}
	.f_nav li:nth-child(4){
		display: none;
	}
	.f_grid {
		width: 18.333%;
	}
	.f_grid1 {
		width: 38.333%;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.logo {
		float: left;
		width: 40.333%;
	}
	.f_nav li:nth-child(4),.f_nav li:nth-child(5){
		display: none;
	}
	.f_grid {
		width: 22.333%;
	}
	.alumni-header{
		height: 20%;
		background-image:url('../img/i-padalubg.png');  
	}
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.alumni-header{
		height: 20%;
		background-image:url('../img/i-padalubg.png');  
	}
	.logo {
		text-align:center;
		float: none;
		width:100%;
	}
	.menu {
		float: none;
		text-align: center;
	}
	.f_grid {
		width: 28.333%;
	}
	.f_grid1 {
		width: 46.333%;
	}
	.f_logo {
		width: 18.333%;
	}
	.grid {
		display: block;
		float: none;
		margin: 0%;
	}
	.span_2_of_3 {
		width: 98%;
		padding: 1.5%;
	}
	.images_3_of_1 {
		width: 100%;
	}
	.images_1_of_2 {
		width:100%;
		padding: 1.5% 0;
	}
	.span_1_of_3 {
		width: 98.2%;
		padding: 1.5%;
	}
	.contact-form input[type="text"], .contact-form textarea {
		width: 94%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.f_grid {
		float:left;
		width: 100%;
	}
	.f_grid1{
		float:left;
		width: 100%;
	}
	.f_logo{
		margin:1% 0 0;
		float:left;
		width: 100%;
	}
}

@media (max-width: 515px){
	
	.alumni-header{
		height: 15%;
		background-image: url('../img/phonealubg.png');
	}
	#line1,#line2{
		font-size: 30px;
		margin-bottom: -5px;
	}
	.register_t{
		font-size: 18px;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 490px) {
	.wrap{
		width:95%;
	}
	.register_t{
		font-size: 18px;
	}
}
@media only screen and (max-width: 330px) {
	.alumni-header{height: 7%}
	#line2,#line1{font-size: 20px;top:-15px;}
}