/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	font-family: "VERDANA", 'Roboto', sans-serif;
	background: #fff;
	
	/*background-color:#F9F4F4;  */
	
		background-color:#052B10;
	
}
body a{ 
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	text-decoration:none;
	outline:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;   
}
p{
	margin:0;
	
	
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover,body a:focus {
	text-decoration:none;
	outline: none;
} 
/*-- banner --*/ 
/*-- top header start here --*/ 
.top-header-main {
    padding:1.5em 0 1.15em;
}
.header-address h6 {
    font-size:0.9em;
    color: #fff;
    display: inline-block;
}
.logo h1 {
    font-size: 3em;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 1.1em;
	font-family: 'Pinyon Script', cursive;
}

#prinpic
{

   height:350px;
   width:350px;
   margin-bottom:-3em;

}

.logo h1 img
{

height:88px;
width:650px;

}


.logo h1 a {
    color: #000;
    text-decoration: none; 
}
.logo {
    padding: 0;
}
.top-social {
    padding: 5px 0 0 0;
    text-align: right;
} 

















/* responsive table begin  */

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  margin-bottom:3em;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: none;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}
/* responsve table ends */






























/*-- social-wthree-icons --*/  
.social-wthree-icons.bnragile-icons ul li {
    display: inline-block;
}
.social-wthree-icons ul li { 
    text-align: center; 
}
.social-wthree-icons ul li a.fa {
    font-size: 0.9em;
    color: #fff;
    line-height: 2.5em;
    display: inline-block;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.icon-border {
	position: relative;
}
.icon {
    vertical-align: top;
    overflow: hidden;
    margin:0 4px;
    width: 30px;
    height: 30px;
}
.icon-border::before,
.icon-border::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
} 
.icon-border::before {
	z-index: 1;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;      
}  
.social-wthree-icons ul li a.fa.facebook:hover{
	color:#3b5998;   
} 
.social-wthree-icons ul li a.fa.twitter:hover{
	color:#4099ff;   
} 
.social-wthree-icons ul li a.fa.googleplus:hover{
	color:#d34836;   
} 
.social-wthree-icons ul li a.fa.dribbble:hover{
	color:#ec4a89;   
} 
/* facebook */
.icon-border.facebook::before {
	-webkit-box-shadow: inset 0 0 0 48px #3b5998; 
	-moz-box-shadow: inset 0 0 0 48px #3b5998; 
	-o-box-shadow: inset 0 0 0 48px #3b5998; 
	-ms-box-shadow: inset 0 0 0 48px #3b5998; 
	box-shadow: inset 0 0 0 48px #3b5998;  
} 
.icon-border.facebook:hover::before {
	-webkit-box-shadow: inset 0 0 0 2px #3b5998; 
	-moz-box-shadow: inset 0 0 0 2px #3b5998; 
	-o-box-shadow: inset 0 0 0 2px #3b5998; 
	-ms-box-shadow: inset 0 0 0 2px #3b5998; 
	box-shadow: inset 0 0 0 2px #3b5998; 
}  
/* twitter */
.icon-border.twitter::before {
	-webkit-box-shadow: inset 0 0 0 48px #4099ff;
	-moz-box-shadow: inset 0 0 0 48px #4099ff;
	-o-box-shadow: inset 0 0 0 48px #4099ff;
	-ms-box-shadow: inset 0 0 0 48px #4099ff;
	box-shadow: inset 0 0 0 48px #4099ff;
} 
.icon-border.twitter:hover::before {
	-webkit-box-shadow: inset 0 0 0 2px #4099ff;
	-moz-box-shadow: inset 0 0 0 2px #4099ff;
	-o-box-shadow: inset 0 0 0 2px #4099ff;
	-ms-box-shadow: inset 0 0 0 2px #4099ff;
	box-shadow: inset 0 0 0 2px #4099ff;
} 
/* google plus */
.icon-border.googleplus::before {
	-webkit-box-shadow: inset 0 0 0 48px #d34836;
	-moz-box-shadow: inset 0 0 0 48px #d34836;
	-o-box-shadow: inset 0 0 0 48px #d34836;
	-ms-box-shadow: inset 0 0 0 48px #d34836;
	box-shadow: inset 0 0 0 48px #d34836;
} 
.icon-border.googleplus:hover::before {
	-webkit-box-shadow: inset 0 0 0 2px #d34836;
	-moz-box-shadow: inset 0 0 0 2px #d34836;
	-o-box-shadow: inset 0 0 0 2px #d34836;
	-ms-box-shadow: inset 0 0 0 2px #d34836;
	box-shadow: inset 0 0 0 2px #d34836;
} 
/* dribbble */
.icon-border.dribbble::before {
	-webkit-box-shadow: inset 0 0 0 48px #ec4a89;
	-moz-box-shadow: inset 0 0 0 48px #ec4a89;
	-o-box-shadow: inset 0 0 0 48px #ec4a89;
	-ms-box-shadow: inset 0 0 0 48px #ec4a89;
	box-shadow: inset 0 0 0 48px #ec4a89;
} 
.icon-border.dribbble:hover::before {
	-webkit-box-shadow: inset 0 0 0 2px #ec4a89;
	-moz-box-shadow: inset 0 0 0 2px #ec4a89;
	-o-box-shadow: inset 0 0 0 2px #ec4a89;
	-ms-box-shadow: inset 0 0 0 2px #ec4a89;
	box-shadow: inset 0 0 0 2px #ec4a89;
}  
/*-- //social-wthree-icons --*/ 
/*-- top-nav --*/
.navbar-inverse { 
    border: none;
	margin: 0;
	z-index: 9;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #99abd5;
    background: none;
}
.navbar-nav > li {
    margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000000;
    font-size: 1.002em;
/*    padding: 0.8761em 1.49297em;

    padding: 0.891em 1.0009297em ;*/padding: 0.891em 0.816017em;
	
    position: relative;
   /* background: #FF5722;*/
   
 background: #ECE6E6;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav li a.active {
    /*color: #ff7200;*/
	
	    color: #ffffff;
        background: transparent;
}
.navbar-inverse .navbar-nav > li > a:before {
    content: '';
    position: absolute;
    bottom: 0px;
   /* background: #ff7200;*/
     background: #ffffff;
    height: 3px;
    width: 0;
    left: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.navbar-inverse .navbar-nav li  a:hover:before,.navbar-inverse .navbar-nav li a.active:before{
	width: 100%;
} 
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: none;
    color: #ff7200;
}
.dropdown-menu {
    left: 0;
    right: auto;
    min-width: inherit;
    top: 100%;
    font-size: 0.91em;
    padding: 0;
    background: #222;
    border: none;
	z-index:20px;
	
	
	position:absolute;
	z-index:1;
	
     	
}
.dropdown-menu > li > a { 
    padding: 0.8em 2.4em; 
    color: #fff; 
	
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color:#ECE6E6 !important;
	
}
.w3header form {
    position: relative;
}
.w3header input[type="search"] {
    width: 100%;
    padding: 0.6em 3.5em .6em .8em;
    font-size: 1em;
    color: #fff;
    outline: none;
    border: 1px solid #0696a9;
    background: none;
    -webkit-appearance: none; 
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
	transition: 0.5s all;
}
.w3header button.btn.btn-default {
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 39px;
    outline: none;
    box-shadow: none;
    background: #00BCD4;
    padding: 0;
    border-radius: inherit; 
	-webkit-appearance: none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
} 
.w3header form:hover input[type="search"]{
	border-color:#ca5a00;
}
.w3header form:hover .btn.btn-default{
    background: #ff7200;
}
.w3header span.glyphicon {
    font-size: 1em;
    color: #fff;
    padding: 3px;
}
.w3header ::-webkit-input-placeholder {
   color: #ccc;   
} 
.w3header :-moz-placeholder { /* Firefox 18- */
   color: #ccc; 
} 
.w3header ::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
} 
.w3header :-ms-input-placeholder {  
   color: #ccc;  
} 
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { 
    padding: 0;
}
/*-- //top-nav --*/ 
/*-- header menu nav start --*/  
.head-search {
    float: right;
    padding: 0;
}
.head-search input[type="text"] {
    background: none;
    border: none;
    color: #fff;
    padding: 1.3em 1em;
    outline: none;
    width: 80%;
    font-size: 1em;
}
.head-search input[type="submit"] {
    background: url(../images/search.png)no-repeat center;
    width: 33px;
    height: 32px;
    display: inline-block;
    outline: none;
    border: none;
    vertical-align: -webkit-baseline-middle;
}  
/*-- banner --*/
 .banner {
/*    background: url(../images/1.jpg)no-repeat center; -->*/
    background-size: cover;
	margin-top:-2em;
	height:2em;
}


 
.banner-w3ltext {
    padding: 15em 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.46);
}
.banner-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.banner-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.banner-w3ltext h2, .banner-w3ltext h3 {
    font-size: 5em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.banner-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.banner-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}



























#prinimg
{
      align:center;

}




.bannerfaculty {
    background: url(../images/facultyheader1.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
	height:385px;
}



.bannerfaculty-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.46);*/
}
.bannerfaculty-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerfaculty-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerfaculty-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerfaculty-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerfaculty-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}

































.bannerhistory {
    background: url(../images/historyheader.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
	height:385px;
}



.bannerhistory-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.46);*/
}
.bannerhistory-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerhistory-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerhistory-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerhistory-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerhistory-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}
















.bannercontact {
    background: url(../images/contactheader1.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
	height:385px;
}



.bannercontact-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.46);*/
}
.bannercontact-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannercontact-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannercontact-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannercontact-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannercontact-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}




























.bannernotices {
    background: url(../images/noticesheader1.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
	height:385px;
}



.bannernotices-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.46);*/
}
.bannernotices-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannernotices-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannernotices-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannernotices-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannernotices-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}














.banneradmission {
    background: url(../images/admissionheader1.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
	height:385px;
}



.banneradmission-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.46);*/
}
.banneradmission-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.banneradmission-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.banneradmission-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.banneradmission-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.banneradmission-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}






































.bannerptm {
    background: url(../images/ptmheader1.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
	height:385px;
}



.bannerptm-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.46);*/
}
.bannerptm-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerptm-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerptm-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerptm-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerptm-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}





































.banneruniform {
    background: url(../images/uniformheader1.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
	height:389spx;
}



.banneruniform-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.46);*/
}
.banneruniform-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.banneruniform-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.banneruniform-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.banneruniform-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.banneruniform-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}

































.banneracademics {
    background: url(../images/academicsheader1.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
	height:385px;
}



.banneracademics-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.46);*/
}
.banneracademics-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.banneracademics-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.banneracademics-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.banneracademics-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.banneracademics-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}







.banneraffiliation {
    background: url(../images/b34.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
	height:385px;
}



.banneraffiliation-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.46);*/
}
.banneraffiliation-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.banneraffiliation-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.banneraffiliation-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.banneraffiliation-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.banneraffiliation-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}
















.bannerhistoryone {
    background: url(../images/historyheader1.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
	height:385px;
}



.bannerhistoryone-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.46);*/
}
.bannerhistoryone-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerhistoryone-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerhistoryone-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerhistoryone-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerhistoryone-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}
































.bannerinfraone {
    background: url(../images/infraheader1.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
	height:385px;
}



.bannerinfraone-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.46);*/
}
.bannerinfraone-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerinfraone-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerinfraone-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerinfraone-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerinfraone-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}













































.bannerfounder {
    background: url(../images/founderheader.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
	height:385px;
}



.bannerfounder-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.46);*/
}
.bannerfounder-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerfounder-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerfounder-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerfounder-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerfounder-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}















.bannermanager {
    background: url(../images/managerheader.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
	height:385px;
}



.bannermanager-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.46);*/
}
.bannermanager-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannermanager-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannermanager-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannermanager-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannermanager-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}























.bannerne {
    background: url(../images/bannerne.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
}



.bannerne-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.46);*/
}
.bannerne-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerne-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerne-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerne-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerne-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}


















.bannerboard {
    background: url(../images/cpoheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	height:470px;
	
	
}



.bannerboard-w3ltext {
    padding: 10em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.26);*/
}
.bannerboard-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerboard-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerboard-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerboard-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerboard-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}























.bannerdestination {
    background: url(../images/destinationheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	height:385px;
	
	
}



.bannerdestination-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.26);*/
}
.bannerboard-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerdestination-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerdestination-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerdestination-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerdestination-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}












.bannernrwwo {
    background: url(../images/nrwwoheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em; height:385px;
	
	
}



.bannernrwwo-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.26);*/
}
.bannernrwwo-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannernrwwo-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannernrwwo-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannernrwwo-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannernrwwo-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}












.bannerheads {
    background: url(../images/historyheader.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	height:385px;
	
	
	
}



.bannerheads-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.26);*/
}
.bannerheads-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerheads-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerheads-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerheads-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerheads-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}












.bannermissionandvision {
    background: url(../images/missionvisionheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;height:385px;
	
	
}



.bannermissionandvision-w3ltext {
    padding: 15em 0;
    text-align: center;
/*   background: rgba(0, 0, 0, 0.26);*/ 
}
.bannermissionandvision-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannermissionandvision-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannermissionandvision-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannermissionandvision-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannermissionandvision-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}



























.bannernonteachingstaff {
    background: url(../images/missionvisionheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.5em;
/**/	height:350px;
	
	
	
}



.bannernonteachingstaff-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.26);*/
}
.bannernonteachingstaff-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannernonteachingstaff-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannernonteachingstaff-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannernonteachingstaff-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannernonteachingstaff-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}




































.bannernhowtoreach {
    background: url(../images/howtoreachheaderimage1.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.5em;
/**/	height:350px;
	
	
	
}



.bannerhowtoreach-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.26);*/
}
.bannerhowtoreach-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerhowtoreach-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerhowtoreach-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerhowtoreach-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerhowtoreach-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}






























.bannerteachingstaff {
    background: url(../images/facultyheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	height:385px;
	
	
}



.bannerteachingstaff-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.26);*/
}
.bannerteachingstaff-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerteachingstaff-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerteachingstaff-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerteachingstaff-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerteachingstaff-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}





.bannerexampattern {
    background: url(../images/exampatternheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.5em;
	height:350px;
	
	
}






.bannerevents {
    background: url(../images/missionvisionheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.5em;
	height:350px;
	
	
}



.bannerevents-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.26);*/
}
.bannerevents-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerevents-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerevents-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerevents-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerevents-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}


















.bannerpg {
    background: url(../images/missionvisionheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	height:385px;
	
	
}



.bannerpg-w3ltext {
    padding: 15em 0;
    text-align: center;
/*   background: rgba(0, 0, 0, 0.26);*/ 
}
.bannerpg-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerpg-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerpg-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerpg-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerpg-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}























.bannerkavi {
    background: url(../images/kaviheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	height:385px;
	
	
}



.bannerkavi-w3ltext {
    padding: 15em 0;
    text-align: center;
/*   background: rgba(0, 0, 0, 0.26);*/ 
}
.bannerkavi-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerkavi-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerkavi-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerkavi-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerkavi-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}

















.banneraasara {
    background: url(../images/aasaraheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	height:385px;
	
	
}



.banneraasara-w3ltext {
    padding: 15em 0;
    text-align: center;
/*   background: rgba(0, 0, 0, 0.26);*/ 
}
.banneraasara-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.banneraasara-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.banneraasara-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.banneraasara-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.banneraasara-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}


















.bannerorphan {
    background: url(../images/orphanheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	height:385px;
	
	
}



.bannerorphan-w3ltext {
    padding: 15em 0;
    text-align: center;
/*   background: rgba(0, 0, 0, 0.26);*/ 
}
.bannerorphan-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerorphan-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerorphan-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerorphan-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerorphan-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}











.bannermussoorielake {
    background: url(../images/lakeheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	height:385px;
	
	
}



.bannermussoorielake-w3ltext {
    padding: 15em 0;
    text-align: center;
/*   background: rgba(0, 0, 0, 0.26);*/ 
}
.bannermussoorielake-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannermussoorielake-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannermussoorielake-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannermussoorielake-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannermussoorielake-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}

















.bannerpupils {
    background: url(../images/missionvisionheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	
	
}



.bannerpupils-w3ltext {
    padding: 15em 0;
    text-align: center;
/**/    background: rgba(0, 0, 0, 0.26);
}
.bannerpupils-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerpupils-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerpupils-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerpupils-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerpupils-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}













.bannerresults {
    background: url(../images/missionvisionheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	
	
}



.bannerresults-w3ltext {
    padding: 15em 0;
    text-align: center;
/**/    background: rgba(0, 0, 0, 0.26);
}
.bannerresults-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerresults-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerresults-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerresults-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerresults-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}

























.bannercreativecorner {
    background: url(../images/missionvisionheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	
	
}



.bannercreativecorner-w3ltext {
    padding: 15em 0;
    text-align: center;
/**/    background: rgba(0, 0, 0, 0.26);
}
.bannercreativecorner-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannercreativecorner-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannercreativecorner-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannercreativecorner-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannercreativecorner-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}





























.bannerschoolmotto {
    background: url(../images/schoolmottoheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	height:385px;
	
}



.bannerschoolmotto-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.26);*/
}
.bannerschoolmotto-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerschoolmotto-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerschoolmotto-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerschoolmotto-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerschoolmotto-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}



























.banneralumni {
    background: url(../images/schoolmottoheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.95em;
	height:385px;
	
	
}



.banneralumni-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.26);*/
}
.banneralumni-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.banneralumni-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.banneralumni-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.banneralumni-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.banneralumni-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}




















.bannercelebrations {
    background: url(../images/celebheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	height:385px;
	
	
	
}



.bannercelebrations-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.26);*/
}
.bannercelebrations-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannercelebrations-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannercelebrations-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannercelebrations-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannercelebrations-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}














.bannermosaic {
    background: url(../images/mosaicheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	height:385px;
	
	
	
}



.bannermosaic-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.26);*/
}
.bannermosaic-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannermosaic-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannermosaic-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannermosaic-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannermosaic-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}































.bannerschoolsong {
    background: url(../images/schoolsongheaderimage.jpg)no-repeat center; 
    background-size: cover;
	margin-top:-1.45em;
	height:385px;
	
}



.bannerschoolsong-w3ltext {
    padding: 15em 0;
    text-align: center;
/*    background: rgba(0, 0, 0, 0.26);*/
}
.bannerschoolsong-w3ltext h5 {
    font-size: 1.1em;
    font-weight: 100;
    color: #fff; 
    letter-spacing: 2px;
	margin: 0 0 2em;
}
.bannerschoolsong-w3ltext h6 {
    background: #fff;
    width: 3%;
    height: 1px;
    margin: 1.54em auto 2em;
	color: transparent;
}
.bannerschoolsong-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
    color: #fff;
    border:5px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: .5em 0.8em;
    line-height: 0.8em;
    letter-spacing: 1px;
    font-family: 'Pinyon Script', cursive;
    text-transform: capitalize;
}
.bannerschoolsong-w3ltext h4 {
    font-size: 2.5em;
    color:#ff5722;
    margin-bottom: 0.5em;
    font-weight: 100;
    font-family: 'Pinyon Script', cursive;
}
.bannerschoolsong-w3ltext h4 span.glyphicon {
    font-size: 0.8em;
}








.slidesh
{
    z-index:100;
}




/*-- //banner --*/ 
/*-- services --*/
.services,.work-agileinfo,.news,.about,.gallery,.contact,.single,.codes{
	padding:1.05em 0;
	background-color:#F9F4F4;
	padding-bottom:2.15em;
}

.features{
padding:0.015em 0;
	background-color:#F9F4F4;
	padding-bottom:1.15em;
}

h44{
    font-weight:bold;
	font-size:1.45em;  
	font-style:normal;
	color:#000000;	 	text-align:left;


}
h444{
    font-weight:bold;
	font-size:1em;
	text-align:left;
}


h49{
    font-weight:bold;
	font-size:1em;
	text-align:left;
	
	padding-top:12em;
	color:#000000;
}






p
{

    padding-top:2em;
	
}

#cponame
{
   font-weight:bold;
   padding-top:2em;
}



#boldsentence
{
   font-weight:bold;
   font-size:0.87em;
   padding-top:0.25em; 

}

ul
{
   margin-left:2.85em; margin-top:0.55em; 
   font-size:0.95em;

}




.services-w3text {
    text-align: center;
    padding: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.services-textinfo {
    /*background: #fff;*/
    padding:4.5em 0;
	
}
.services-w3text i.fa {
    font-size: 2em;
    color:#ff5722;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.services-w3text h5 {
    font-size: 1.63em;
    margin-top: 1em;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 3px;
	
}



.services-w3text h5 a{
    font-size: 1.063em;
    margin-top: 1em;
    color: #000000;
    font-weight: bold;
    letter-spacing: 3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}



.services-w3text {
    background: url(../images/g1000.jpg)no-repeat center 0px;
    background-size: cover;
    position: relative;
    z-index: 9;
} 
.services-w3text.srvs-w3text2{
    background: url(../images/g101.jpg)no-repeat center 0px;
    background-size: cover;
} 
.services-w3text.srvs-w3text3{
    background: url(../images/g102.jpg)no-repeat center 0px;
    background-size: cover;
}  
.services-w3text:hover i.fa {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
    transform: scale(1.5);
} 
.services-w3text:hover { 
	-moz-transform: rotatey(-35deg);
	-o-transform: rotatey(-35deg);
	-ms-transform: rotatey(-35deg);
    transform: rotatey(-35deg);
}



table   td
{
   font-size: 0.90em;
   color:#000000;
}


















/*-- //services --*/  
/*-- work start here --*/
.work {
    background: url(../images/121.jpg)no-repeat center fixed;
    background-size: cover;  
	
	
	
}
.work-agileinfo {
    text-align: center; 
    background: rgba(0, 0, 0, 0.53); 
}
.work-agileinfo h3 {
    font-size: 3em;
    color: #fff;
/*    font-family: 'Pinyon Script', cursive;*/
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
 p {
    font-size:1em;
    color: #999; 
    line-height:1.8em; 
}
.work-agileinfo p {
    color: #fff;
    margin: 2em auto;
    letter-spacing: 2px;
		font-family: "VERDANA", 'Roboto', sans-serif;
		margin-left:1em;
		margin-right:1em;

}
.w3btns-agile a {
    font-size: 1em;
    color: #fff;
    display: inline-block;
    padding: 0.8em 2.5em;
    border: 1px solid #fff; background:#ff5722;

}
.w3btns-agile a:hover {
	background:#ff5722;
	border: 1px solid #ff5722;
}
.w3btns-agile {
    margin-top: 2em;
	
}





/*-- work end here --*/
/*-- features --*/
.features {
    background: url(../images/3.jpg)no-repeat center;
    background-size: cover;
    padding-bottom: 2.75em !important;
}
.features-agilerow {
    background: rgba(255, 255, 255, 0.54);
    padding-bottom: 1em;
}
.w3ls-title {
    text-align: center; padding-top:3em;
}
h3.agileits-title, h2.agileits-title {
    text-align: center;
    font-size: 3em;
    color: #FF5722;
    margin-bottom: 1em;
    font-weight: 300;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
/*    font-family: 'Pinyon Script', cursive;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.agileits-title:before, .agileits-title:after {
    content: '';
    position: absolute;
    bottom: -4%;
}
.agileits-title:before {
    left: 0%;
    width: 50%;
    height: 1px;
    background: #212121;
}
.agileits-title:after {
    left: 0;
    width: 20%;
    background: #EE692D;
    height: 4px;
}
.features p.pagile-text {
    width: 72%;
    margin: 0 auto 5em;
    text-align: center;
}
.features-right img {
    width: initial;
}
.features-w3grid.features-w3grid-mdl {
    margin: 2.5em 0;
}
.features h4 {
    font-size: 1.3em;
    margin-bottom: .5em;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
}
.features-w3grid-left {
    text-align: center;
}
.features i.fa {
    font-size: 1.6em;
    padding: 0.8em;
    border: 1px solid ;
    color: #4CAF50;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.features-w3grid:hover i.fa {
    color: #FF5722;
	-webkit-transform:rotatey(180deg);
	-moz-transform:rotatey(180deg);
	-o-transform:rotatey(180deg);
	-ms-transform:rotatey(180deg);
	transform:rotatey(180deg);
}
/*-- //features --*/
/*-- news --*/

p{
    color:#000000;
	font-size:0.95em;
	text-align:justify;
	padding-top:0.125em;
	

}




hr {
	display: block;
	margin-top: 4px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
	
}


.newslinkcolor
{
background-color:#042A16;
}


.newslinkcolor a
{
color:#ffffff;
font-weight:bold;
font-size:0.85em;
margin-top:1px;
text-align:justify;
padding-left:2px;
}

.idcolor a
{
       color: #ffffff;
	   font-size:12px;
	   font-weight:normal;
	   background-color:#757272;
	   padding-left:15px;
	   padding-right:15px;
	   padding-top:2px;
	   padding-bottom:2px;
	   margin-top:14px;
	   border-radius: 0px;
	   
	  

}

.w3_agile_para{
	margin:.5em 0 0;
	color:#999;
} 
.agile_head:after{
	content: '';
    width:10%;
    height: 1px;
    background: #f62b2b;
    position: absolute;
    bottom: 0%;
    left: 0%;
}
.agile_head{
	padding-bottom:.3em !important;
}
.w3_agileits_news_grid{
	position:relative;
}


 
.w3_agileits_news_grid_pos {
    position: absolute;
    bottom: -2%;
    width: 60%;
    padding: .6em;
    background: #5D5A5A;
}
.w3_agileits_news_grid_pos h4 {
    text-align: center;
    text-transform: capitalize;
    font-size: 1em;
    color: #fff;
    font-weight: 300;
}
.agileits_w3layouts_news_grid h5 {
    margin: 2.5em 0 0.5em;
}
.agileits_w3layouts_news_grid h5 a {
    font-size: 1.3em;
    color: #222;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 300;
}


.agileits_w3layouts_news_grid p a {
    font-size: 0.99em;
    color: #000000;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: normal;
}



.agileits_w3layouts_news_grid h5 a:hover{
    color:#FF5722;
}
.agileits_w3layouts_news_grid h5 a:focus,.agileits_more ul li a.hvr-icon-hang:focus,.agileits_w3layouts_sign_in ul li a:focus{
	outline:none;
} 
/*-- //news --*/
/*-- footer start here --*/  
.footer-agile {
    padding: 2em 0;
    background:url(../images/2.jpg)no-repeat center 0px;
    background-size: cover;
    position: relative; 

	
	/* background: url(../bgimage/1.jpg) no-repeat center center fixed;;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

*/



}
.footer-top-agileinfo{
	text-align:center;
}
.footer-btm-agileinfo {
    border-top: 2px solid rgba(255, 255, 255, 0.42);
    padding-top: 1.05em;
    margin-top: 0.805em;
}
.footer-grid h3 {
    font-size: 2em;
    color: #FF5722;
    margin-bottom: 0.8em;
    font-weight: 300;
}
.footer-grid li {
    display: block;
    margin: 1em 0 0;
	font-size:1em;
}
.footer-grid  li a {
    color:#fff;
}
.footer-top-agileinfo .icon {
    margin: 0 10px;
}
.footer-grid  li a i.glyphicon{
    margin-right: 8px;
	font-size: .8em;
}
.footer-grid  li a:hover { 
    color: #4CAF50;
}  
.footer-grid form {
    position: relative;
} 
.footer-grid input[type="email"] {
    width: 63%;
    padding: 0.8em;
    font-size: 0.9em;
    float: left;
    color: #fff;
    outline: none;
    border: 1px solid #fff;
    background: none;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
} 
.footer-grid form:hover input[type="email"] {
	border-color:#4CAF50;
} 
.footer-grid input[type="submit"] {
    float: left;
    color: #fff;
    font-size: .9em;
    outline: none;
    padding: 0.8em 1.5em;
    border: 1px solid #FFF;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -webkit-appearance: none;
    background: none;
    margin-left: 1em;
} 
.footer-grid form:hover input[type="submit"]{
    background-color: #4CAF50;
    border-color: #4CAF50;
} 
.footer-grid li a:hover{
   color: #4CAF50;
} 
.copy-w3lsright p {
    color: #fff;
    margin-top: 1.8em;
    letter-spacing: 1px;
    font-size: .9em;
}
.copy-w3lsright p a{ 
    color: #4CAF50;
	text-decoration:none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
}
.copy-w3lsright p a:hover{ 
    color: #fff; 
}
/*-- //footer end here --*/ 
/*-- slider-up-arrow --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //slider-up-arrow --*/ 
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- about page --*/
.banner.about-w3banner  .banner-w3ltext {
    padding: 6em 0 4em; 
}
.banner.about-w3banner .banner-w3ltext h2 {
    font-size: 3em;
}
/*-- //about page --*/
/*-- about --*/  
.about h5 {
    font-size: 1.5em;
    color: #000;
} 
.about .bs-example.bs-example-tabs .nav-tabs {
    border: none;
    margin: 0 0 1.5em;
}




.about .bs-example-tabs ul.nav-tabs li {
    display: inline-block;
    margin-right: 3em;
	float: none;
	width: 17%;
}
.about .bs-example-tabs ul.nav-tabs li:nth-child(1) {
    border-right: 2px solid #d6d6d6;
    padding-right: 3em;
}
.about .bs-example-tabs ul.nav-tabs li a {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: 600;
    font-size: 1.2em;
    border: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    outline: none;
    letter-spacing: 2px;
}
.about .bs-example-tabs ul.nav-tabs li a:focus{
	text-decoration: none;
}
.about .bs-example-tabs ul.nav-tabs li a:hover, .about .bs-example-tabs ul.nav-tabs li.active a {
    color:#4CAF50; 
}






.about .tabcontent-grids ul li {
    display: block;
    color: #999;
    margin-top: 1.2em;
    font-size: 1em;
}
.about .tabcontent-grids ul li  i.fa {
    margin-right: 0.5em;
    color:#4CAF50;
}  
/*-- progress-bars --*/ 
.b_label {
    color: #fff;
    margin-bottom: 6px;
    font-weight: 300;
    margin: 1.2em auto .5em !important;
    text-align: left;
}
.bar_group {
    position: relative;
    z-index: 0;
    padding: 0;
    width: 70%;
    margin: 0 auto;
}
.bar_group__bar.thin::before, .bar_group__bar.thick::before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 6px;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
    background: #E4E4E4; 
}
.bar_group__bar.thin {
	width: 0%;
	height: 6px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	border-radius: 2px;
	background:#4CAF50; 
	-webkit-transition: width 1s;
	transition: width 1s;
	-moz-transition: width 1s; 
}
/*-- //progress-bars --*/ 
/*-- //about --*/  
/*-- gallery --*/  
.gallery-grid-img {
    padding:0.5em;
}
.w3-agilepic { 
    position: relative;
    overflow: hidden; 
    display:block; 
    -webkit-animation: anima 2s;
    -moz-animation: anima 2s; 
	animation: anima 2s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
	-webkit-perspective: 500;
    -webkit-transform-style: preserve-3d;
}  
.w3ls-overlay h4 {
    font-size: 2em;
    color: #fff;
    padding: 28% 0;
    font-weight: 300;
}
.w3-agilepic .pic-image, .w3ls-overlay, .w3-agilepic:hover .w3ls-overlay, .w3-agilepic:hover img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.w3-agilepic:hover .w3ls-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.w3ls-overlay { 
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(76, 175, 80, 0.75);
    padding: 10px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=($opacity * 100))";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	-webkit-transform: rotateY(-90deg) rotateX(-90deg);
	-moz-transform: rotateY(-90deg) rotateX(-90deg);
	-o-transform: rotateY(-90deg) rotateX(-90deg);
	-ms-transform: rotateY(-90deg) rotateX(-90deg);
	transform: rotateY(-90deg) rotateX(-90deg);
    left: 0;
    top: 0;
	-webkit-border-radius: 50%; 
	-moz-border-radius: 50%;  
	border-radius: 50%; 
}
.w3-agilepic:hover .w3ls-overlay { 
    -webkit-transform: rotateY(0) rotateX(0);
	-moz-transform: rotateY(0) rotateX(0);
	-o-transform: rotateY(0) rotateX(0);
	-ms-transform: rotateY(0) rotateX(0);
	transform: rotateY(0) rotateX(0);
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
}
/*-- //gallery --*/
/*-- contact --*/ 
.w3ls_map iframe{
	width:100%;
	min-height:300px;
}
.contact_wthreerow,.agileits_mail_grid_right_grid:nth-child(2) {
    margin-top: 1.5em;
}
.w3l_contact_form {
    padding-right: 5em;
	padding-top:2em;
}
.contact_wthreerow h4 {
    font-size: 12px;
    color: #FF5722;
    margin-bottom: 1em;
    font-weight: 300;
    font-style: italic;
}
.w3l_contact_form input[type="text"], .w3l_contact_form input[type="email"], .w3l_contact_form textarea {
    outline: none;
    width: 70%;
    padding: .38em 0em;
    font-size: 0.99em;
    color: #212121;
    border: none;
    border-bottom: 1px solid #DDD;
    background: none;
}





.w3l_contact_form select {
    outline: none;
    width: 70%;
    padding: .38em 0em;
    font-size: 0.99em;
    color: #212121;
    border: none;
    border-bottom: 1px solid #DDD;
    background: none;
	background-color:#F9F4F4;
}
















.w3l_contact_form input[type="email"]{
	outline: none;
    width: 70%;
    padding: .38em 0em;
    font-size: 0.99em;
    color: #212121;
    border: none;
    border-bottom: 1px solid #DDD;
    background: none;
}
.w3l_contact_form textarea {
    min-height: 20px;
    resize: none;
    margin: 1.5em 0;
	font-size:0.99em;
}
.w3l_contact_form input[type="submit"] {
    outline: none;
    padding: .38em 2em;
	margin-top:2em;
    font-size: 1em;
    color: #fff;
    border: none;
    background: #4CAF50;
    border:1px solid #4CAF50;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.w3l_contact_form input[type="submit"]:hover {
    background: transparent;
    color: #4CAF50;
}     



.w3l_contact_form input[type="reset"] {
    outline: none;
    padding: .38em 2em;
    font-size: 1em;
    color: #fff;
    border: none;
    background: #4CAF50;
    border:1px solid #4CAF50;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.w3l_contact_form input[type="reset"]:hover {
    background: transparent;
    color: #4CAF50;
}     




ul.contact_info li {
    list-style-type: none;
    margin-top:1.5em;
    color: #000000;
    font-size:13.75px;
}
ul.contact_info li i {
    border: 1px solid #999;
    padding: .8em;
    border-radius: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin-right: 1em;
    font-size: .9em;
}
ul.contact_info li a {
    color: #999;
    text-decoration: none;
}
ul.contact_info li a:hover{
	color:#4CAF50;
} 
/*-- //contact --*/
/*-- single --*/ 
.w3ls_single_left_grid_right h3 {
    font-size: 1.5em;
    color: #4CAF50;
    line-height: 1.5em;
    text-transform: capitalize;
    margin: 0 0 0.5em;
    font-weight: 300;
}
.w3ls_single_left_grid_right h5 {
    font-size: 1em;
    color: #999;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #dcdcdc;
    letter-spacing: 6px;
	font-family: 'Open Sans', sans-serif;
}
.w3ls_single_left_grid_right ul li{
	display:inline-block;
	margin-right:1.5em;
	font-size:14px;
}
.w3ls_single_left_grid_right ul li span{
	padding-right:0.6em;
	color:#999;
}
.w3ls_single_left_grid_right ul li a{
	color:#999;
	text-decoration:none;
}
.w3ls_single_left_grid_right ul li a:hover{
	color:#FF5722;
}
.w3ls_single_left_grid1{
	margin:3em 0;
}
.w3ls_single_left_grid1 p{
	margin:2em 0;
	color:#999;
	line-height:2em;
}
.w3ls_single_left_grid1 p span{
	display:block;
	margin:1em 0 0;
}
.w3ls_single_left_grid1_left{
	float:left;
}
.w3ls_single_left_grid1_left h4{
	color:#4CAF50;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-top: .5em;
}
.w3ls_single_left_grid1_right{
	float:left;
	margin-left:2em;
} 
.w3ls_single_left_grid1_right .social-icon a {
    color: #555;
}
.w3ls_single_left_grid1_right .social-icon a:before {
    border-color: #555;
}
.w3ls_single_left_grid1_right .social-icon a:hover{
    color:#4CAF50;
}
.w3ls_single_left_grid1_right .social-icon a:hover:before{
    border-color:#4CAF50;
}
.w3l_admin {
    padding: 2em;
    background: #333;
    margin:3em 0 0;
}
.w3l_admin p {
    color: #f5f5f5; 
    position: relative;
    padding-left: 3.5em;
	margin-bottom: 1em;
}
.w3l_admin p i.fa.fa-quote-left {
    margin-left: -3em;
    margin-right: 2em;
}
.w3l_admin a {
    display: block;
    text-align: right;
    color:#FF5722;
    font-size: 1em;
    text-decoration: none;
}
.w3l_admin a:hover{
	color:#fff;
} 
.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3 ,.agile_cat_grid h4,.agileits-tags h4{
    font-size: 2em;
    color:#4CAF50;
    margin: 0;
    text-transform: capitalize;
	font-weight: 300;
} 
.agileits-tags {
    margin-top: 3em;
}
.wthree_recent ul,.agileits-tags ul{
    padding:2em 0 0;
}
.wthree_recent ul li{
    list-style-type: none;
    font-size: 1em;
    color: #999;
    padding: 1em 0;
    border-bottom: 1px dashed #C1C1C1;
    text-transform: capitalize;
}
.wthree_recent ul li a{
    color: #999;
    text-decoration: none; 
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
	transition: .5s all;
}
.wthree_recent ul li a:hover{
    color:#212121;
}
.wthree_recent ul li span {
    display: block;
    font-size:.9em;
    padding-left: 3.5em;
    color:#ccc;
    margin: .5em 0 0;
}
.wthree_recent ul li span i {
    left: -1em;
} 
.wthree_recent ul li a i {
    padding-right: 1em;
}
.wthree_recent ul li:last-child {
    border-bottom: none;
}
.agile_tags_cate{
    padding: 3em 0;
    border-top: 1px dashed #adadad;
    border-bottom: 1px dashed #adadad;
    margin:5em 0;
}
.agile_cat_grid{
    text-align: center;
} 
.agile_cat_grid h4 span {
    font-size: 1.5em;
    color:#4CAF50;
}
.agile_cat_grid ul {
    padding: 2em 0 0;
}
.agile_cat_grid ul.categories li {
    list-style-type: none;
    margin-top: 1em;
	font-size: 1em;
	margin-bottom:.5em;
}
.agile_cat_grid ul.categories li a {
    color: #999;
    border: 1px solid #ccc;
    padding: .5em 1em;
    text-decoration: none;
    display: block;
}
.agile_cat_grid ul.categories li a:hover,.agile_cat_grid_tags ul li a:hover{
    color: #fff;
    background-color:#FF5722;
	border-color:#FF5722;
}
.agile_cat_grid_tags ul li{
	display:inline-block;
	margin:5px;
	font-size:1em;
}
.agile_cat_grid_tags ul li a{
	padding:6px 15px;
	border: 1px solid #ccc;
	text-decoration:none;
	color:#999;
	display: block;
}
.agileits_three_comment_grid{
    padding:3em 0;
    border-bottom: 1px dashed #ccc;
    width: 100%;
}
.agileits_tom {
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    padding: 1em 1.5em;
}
.agileits_tom i.fa {
    font-size: 4em;
    color: #999;
}
.agileits_tom_right{
    float: left;
    width: 70%;
    margin-left: 3em;
}
.Hardy {
    float: left;
}
.reply {
    float: left;
    margin-left: 10em;
    margin-top: .5em;
}
.reply a {
    padding:8px 40px;
    background:#FF5722;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
}
.reply a:hover{
	background:#333;
}
.agileits_tom_right p.lorem { 
    margin: 1em 0 0;
}
.agileits_three_comments h3,.w3_leave_comment h3{
	text-align:left;
}
.Hardy h4 {
    font-size: 1.2em;
    color: #333;
}
.Hardy p {
    color:#FF5722;
    margin: .5em 0 0;
}
.agileits_three_comment_grid:nth-child(2){
    margin:4em 0 0;
	padding-top:0 !important;
}
.agileits_three_comment_grid:last-child{
	border-bottom:none;
	padding-bottom:0 !important;
}
.agileits_three_comment_grid1{
	padding-left:5em;
}
.w3_leave_comment{
	margin:5em 0 0;
	width:60%;
}
.w3_leave_comment form{
	margin:3em 0 0;
}
.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea {
    outline: none; 
    border: 1px solid #dedede;
    padding: .8em 1em;
    font-size: 1em;
    color: #555;
    width: 100%;
}
.w3_leave_comment input[type="email"],.w3_leave_comment textarea{
	margin:1em 0;
}
.w3_leave_comment textarea{
	min-height:200px;
	resize:none;
}
.w3_leave_comment input[type="submit"]{
	outline:none;
	background:#FF5722;
	border:none;
	padding:0.8em 0;
	font-size:1em;
	color:#fff;
	width:100%;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.w3_leave_comment input[type="submit"]:hover{
	background:#333;
}
/*-- //single --*/
/*-- pages --*/ 
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
	line-height: 2.5em;
}   
.grid_3{
	margin-bottom:3em;
}




.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}   
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.w3ls-hdg, h3.bars {
	margin-bottom: 1em;
    color: #222;
    font-weight: bold;
} 
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{ 
	color: #888;
	font-size: 0.9em;
	margin-bottom: 0.5em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}

 

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
	
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.5em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
} 
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
	font-weight: 300 !important;
}
.nav-tabs {
	margin-bottom: 1em;
} 
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
} 
.input-group {
	margin-bottom: 20px;
}
.codes .row {
    margin: 0;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
} 
.form-control1, .form-control_2.input-sm{
	border: 1px solid #e0e0e0;
	padding:5px 18px;
	color: #616161;
	background: #fff;
	box-shadow: none !important;
	width: 100%;
	font-size: 0.85em;
	font-weight: 300;
	height: 40px;
	border-radius: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-appearance: none;
	outline:none;
}
.control3{
	margin:0 0 1em 0;
}
.codes label {
    font-weight: 400;
}
/*-- icons --*/
.codes a {
    color: #999;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #5f5f5f;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
	font-size: 28px;
    color: #000 !important;
    margin: 30px 0 15px;
}
.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #ef2e46;
    font-weight: 300;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.icons .bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
}
.icons .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.icons .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.icons .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
/*-- //icons --*/ 
@media (max-width:1080px){
.icon-box {
    padding: 8px 9px; 
}
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
}
@media (max-width:480px){
	h3.w3ls-hdg {
		font-size: 1.6em;
		margin: 1em 0 0.6em;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		font-size: 1.2em;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.codes .alert {
		font-size: 0.9em;
		padding: 10px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 0;
	}
	.agileits-icons-title {  
		font-size: 30px; 
	}
	h3.icon-subheading {
		font-size: 22px; 
	}
	.icons .bs-glyphicons li { 
		width: 31%; 
	} 
}
@media (max-width: 320px){ 
	.alert,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 1em;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
		font-size: 0.8em;
	}
	.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 13px!important;
	} 
	.agileits-icons-title { 
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 18px;
		margin: 21px 0 12px;
	}
}
/*-- //pages --*/
/*-- responsive-design --*/ 
@media(max-width:1080px){
.navbar-inverse .navbar-nav > li > a { 
    padding: 1.1em 2.2em; 
}
.dropdown-menu > li > a {
    padding: 0.8em 2.05em; 
}
.banner-w3ltext {
    padding: 13em 0; 
}
.banner-w3ltext h2, .banner-w3ltext h3 {
    font-size: 4em; 
}
.banner-w3ltext h4 {
    font-size: 2em; 
}
.services-textinfo { 
    padding: 3.5em 0;
}
.work-agileinfo h3 {
    font-size: 3em; 
}
.features { 
    padding-bottom:7em !important;
}
.agileits_w3layouts_news_grid {
    padding: 0 0.5em;
}
.services, .features, .work-agileinfo, .news, .about, .gallery, .contact, .single, .codes {
    padding: 4em 0;
}
.footer-grid.footer-review {
    padding: 0;
}
.footer-agile {
    padding: 3em 0; 
}
.banner.about-w3banner .banner-w3ltext h2 {
    font-size: 2.5em;
}
.banner.about-w3banner .banner-w3ltext {
    padding: 5em 0 3em;
}
.w3ls-overlay h4 { 
    padding: 27% 0; 
}



.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 1px!important; 	float:left;

	
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.5em;
	color: #999;
	border-top: none !important;
	float:left;
}

















}
@media(max-width:1024px){
.banner-w3ltext {
    padding: 10em 0 13em;
}
.w3_leave_comment textarea {
    min-height: 150px; 
}
h3.agileits-title, h2.agileits-title { 
    font-size: 3.5em; 
}


.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 1px!important; 	float:left;

	
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.5em;
	color: #999;
	border-top: none !important;
	float:left;

}


















}
@media(max-width:991px){
.logo h1 {
    font-size: 2.8em; 
    letter-spacing: 1px; 
}



.logo h1 img
{

height:41px;
width:290px;

}






.navbar-inverse .navbar-nav > li > a {
    padding: 1em 1.8em;
    font-size: 1em;
}
.navbar-inverse { 
    min-height: 0;
}
.head-search input[type="text"] { 
    padding: 1em 1em; 
}
.dropdown-menu > li > a {
    padding: 0.8em 2em;
    font-size: .9em;
}
.banner-w3ltext h6 { 
    width: 5%; 
    margin: 1em auto 1.5em; 
}
.banner-w3ltext h5 {
    font-size: 1em; 
    letter-spacing: 1px; 
}
.banner-w3ltext h2, .banner-w3ltext h3 {
    font-size: 3.5em;
}
.w3ls_single_right {
    margin-top: 3em;
}
.wthree_recent ul {
    padding: 1em 0 0;
}
.agile_tags_cate { 
    margin: 3em 0;
}
.agile_cat_grid ul {
    padding: 0em 0 0;
}
.agile_cat_grid:nth-child(2) {
    margin: 3em 0;
} 
.agileits_three_comment_grid:nth-child(2) {
    margin: 3em 0 0; 
}
.w3_leave_comment {
    margin: 3em 0 0;
    width: 80%;
}
.w3_leave_comment textarea {
    min-height: 150px; 
}
.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea { 
    font-size: 0.9em; 
}
.w3_leave_comment form {
    margin: 2em 0 0;
}
.services-w3text h5 {
    font-size: 1.1em; 
    letter-spacing: 1px;
}
.services-textinfo {
    padding: 3em 0;
}
.work-agileinfo p { 
    margin: 1.5em auto;
    letter-spacing: 1px;
}
.features h4 {
    font-size: 1.1em; 
}
.agileits_w3layouts_news_grid {
    padding: 0 1em;
}
.agileits_w3layouts_news_grid:nth-child(2) {
    margin-bottom: 2em;
}
.w3ls_single_left_grid1 {
    margin: 2em 0;
}
.agileits-tags {
    margin-top: 2em;
}
.about-right {
    margin-top: 2em;
}
.about .bs-example.bs-example-tabs .nav-tabs { 
    margin: 0 0 1em;
}
.features {
    padding-bottom: 5em !important;
}
.w3ls-overlay h4 {
    font-size: 1.5em; 
}
.w3ls-overlay h4 {
    padding: 26% 0;
}
.agileits_w3layouts_contact_gridl {
    margin-top: 2em;
}
.contact_wthreerow, .agileits_mail_grid_right_grid:nth-child(2) {
    margin-top: 2em;
}
.w3ls_single_left_grid1 p {
    margin: 1em 0; 
}
.agileits_tom_right { 
    margin-left: 2em;
}
.agile_tags_cate {
    margin: 2em 0;
    padding: 2em 0;
}
.agileits_tom_right p.lorem {
    margin: 0.5em 0 0;
}
.agileits_three_comment_grid {
    padding: 2em 0; 
}
.agileits_three_comment_grid1 {
    padding-left: 3em;
}
.reply a {
    padding: 8px 30px; 
}
.footer-grid h3 {
    font-size: 1.8em; 
}
.banner.about-w3banner .banner-w3ltext h2 {
    font-size: 2em;
}
.logo { 
    float: left;
}
.top-social {  
    float: right;
}


.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 1px!important; 	float:left;
	
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.5em;
	color: #999;
	border-top: none !important;
	float:left;

}















} 
@media(max-width:767px){
.hdr-w3left.navbar-left {
    float: left;
}
.w3ls-bnr-icons {
    float: right;
}
.w3llogo h1 {
    font-size: 1.7em;
}
.w3llogo h1 a { 
    margin-left: 1em;
} 
button.navbar-toggle {
    margin: 0;
    z-index: 9999;
    border-color: #fff !important;
    float: none;
}
.navbar-toggle .icon-bar { 
    background: #fff;
}
div#bs-example-navbar-collapse-1 {
    position: absolute;
    width: 100%;
    background: rgba(34, 34, 34, 0.85);
    z-index: 999;
    padding-bottom: .5em;
    margin-top: 0;
    border: none;
	box-shadow: none;
}
.navbar-nav {
    margin: 0;
} 
.navbar-inverse .navbar-nav > li > a { 
    text-align: center;
}
ul.nav.navbar {
    margin: 0;
}
.top-nav ul li {
    margin: 1.5em 0;
    display: block; 
}
.top-nav ul li a { 
    font-size: 1em; 
	display: block;
} 
.navbar-header {
    text-align: center;
    padding: 0.5em;
}
.dropdown-menu > li > a {
    padding: 1em 2em !important; 
    text-align: center;
}
.banner-w3ltext h4 {
    font-size: 1.5em;
    font-weight: 600;
}
.banner-w3ltext h2, .banner-w3ltext h3 {
    font-size: 3em;
}
.banner-w3ltext {
    padding: 8em 0 11em;
} 



.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 1px!important;  	float:left;

	
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.5em;
	color: #999;
	border-top: none !important;
	float:left;
		

}











} 
@media(max-width:736px){
.services-agileinfo {
    width: 60%;
    margin: 0 auto;
}
.services-w3lsgrids:nth-child(2) {
    margin: 1em 0;
}
.work-agileinfo p {
    margin: 1em auto;
    letter-spacing: 0px;
}
.features-left:nth-child(2) {
    margin-top: 2em;
}
.features-w3grid.features-w3grid-mdl {
    margin: 2em 0;
}
.head-search {
    float: none; 
    text-align: center;
}
h3.agileits-title, h2.agileits-title {
    font-size: 3em;
}
.w3ls_map iframe { 
    min-height: 200px;
} 
.footer-grid input[type="email"] {
    width: 80%; 
}
.footer-grid input[type="submit"] {
    margin: 1em 0 0;
    float: none;
    padding: .7em 2em;
}


.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 1px!important;  	float:left;

	
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.5em;
	color: #999;
	border-top: none !important;
	float:left;
}











}
@media(max-width:667px){
.w3ls_single_left_grid_right h5 {
    font-size: 0.9em; 
    letter-spacing: 4px;
} 
.w3ls_single_left_grid1 {
    margin: 2em 0;
}
.w3ls_single_left_grid1 p {
    margin: 1.5em 0; 
}
.top-header-main {
    padding: 1.5em 0 0.5em;
}
.services, .features, .work-agileinfo, .news, .about, .gallery, .contact, .single, .codes {
    padding: 3em 0;
}
.agileits_w3layouts_news_grid h5 {
    margin: 2em 0 0.5em;
}
.agileits_w3layouts_news_grid:nth-child(2) {
    margin-bottom: 1.5em;
}
.footer-btm-agileinfo { 
    padding-top: 1.5em;
    margin-top: 1.5em;
}
.footer-agile {
    padding: 2.5em 0;
} 
.banner-w3ltext {
    padding: 7em 0 10em;
} 


.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 1px!important;  	float:left;

	
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.5em;
	color: #999;
	border-top: none !important;
	float:left;

}
















}
@media(max-width:640px){
.banner.about-w3banner .banner-w3ltext {
    padding: 4em 0 2em;
}
ul.contact_info li { 
    margin-top: 1em; 
}
.contact_wthreerow h4 {
    font-size: 1.6em; 
    margin-bottom: 0.6em; 
}
.footer-top-agileinfo .icon {
    margin: 0 6px;
}
.banner-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2.5em;
}
.banner-w3ltext h5 { 
    margin: 0 0 1em;
}


.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 1px!important;  	float:left;

	
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.5em;
	color: #999;
	border-top: none !important;
	float:left;

}













}
@media(max-width:600px){
h5.w3l-subtitle {
    font-size: 2em;
}
.agileits-tags {
    margin-top: 2em;
}
.w3_leave_comment form {
    margin: 1.5em 0 0;
}
.w3_leave_comment {
    margin: 2em 0 0;
    width: 85%;
}
.agileits_three_comment_grid1 {
    padding-left: 1em;
}
.reply { 
    margin-left: 7em; 
}
.reply a {
    padding: 7px 25px; 
}
.w3l_admin { 
    margin: 2em 0 0;
}
.w3l_admin p { 
    padding-left: 2em; 
	margin-bottom: 0em
} 
.w3ls_single_right {
    margin-top: 2em;
}
.agile_tags_cate {
	padding: 2em 0; 
    margin: 2em 0;
} 
.agileits_tom_right p.lorem {
    margin: 0.5em 0 0;
}
.agileits_tom_right { 
    width: 75%;
    margin-left: 2em;
}
.agileits_three_comment_grid {
    padding: 2em 0; 
}
.wthree-features-row {
    width: 65%;
}
.bar_group__bar.thin { 
    margin-bottom: 1em; 
}
.b_label { 
    margin-bottom: 3px; 
}
.work-agileinfo h3 {
    font-size: 2.5em;
}
.w3btns-agile {
    margin-top: 1em;
}
.footer-grid input[type="email"] {
    width: 90%;
}
.footer-grid {
    width: 100%;
    float: none;
}
.footer-grid.w3social {
    margin: 2em 0;
}
.footer-grid.footer-review {
    padding: 0 1em;
}
h3.agileits-title, h2.agileits-title {
    font-size: 2.6em;
    margin-bottom: 0.8em;
}
.w3l_contact_form input[type="email"] {
    margin: 1em 0;
}
.w3l_contact_form textarea {
    min-height: 100px; 
    margin: 1em 0;
}
.w3l_admin p i.fa.fa-quote-left {
    margin-left: -2em;
    margin-right: 1em;
}
.w3l_contact_form {
    padding-right: 2em;
}


.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 1px!important;   	float:left;

	
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.5em;
	color: #999;
	border-top: none !important;
	float:left;

}













}
@media(max-width:480px){
.icon { 
    margin: 0 2px; 
}
.banner-w3ltext h5 {
    font-size: 0.9em; 
}
.banner-w3ltext h2, .banner-w3ltext h3 {
    font-size: 2em;
}

.w3ls-overlay h4 {
    padding: 24% 0;
    font-size: 1.6em;
}
.banner-w3ltext {
    padding: 6em 0 8em;
}
.services-agileinfo {
    width: 80%;
    margin: 0 auto;
}
.work-agileinfo h3 {
    font-size: 2em;
    line-height: 1.5em;
}
.features-left {
    padding: 0;
} 
.contact input[type="submit"] {
    padding: .7em 3em;
}
.agile_cat_grid {
    text-align: left;
	padding: 0;
}
.w3l_admin p i.fa.fa-quote-left {
    margin-left: -2em;
    margin-right: 1em;
}
.agile_cat_grid:nth-child(2) {
    margin: 2em 0 0;
}
.agileits_tom i.fa {
    font-size: 2.5em;
}
.agile_cat_grid h4, .agileits-tags h4 { 
    font-size: 1.8em; 
} 
.w3ls_single_left {
    padding: 0;
}
.w3ls_single_left_grid_right ul li span {
    padding-right: 0.5em; 
}
.w3ls_single_left_grid_right ul li { 
    margin-right: 1em;
	font-size: 13px;	
}
.w3l_admin {
    padding: 1em; 
}
.w3ls_single_right { 
    padding: 0;
}
.wthree_recent ul li span { 
    font-size: 12px; 
}
.wthree_recent h4, .agileits_three_comments h3, .w3_leave_comment h3 {
    font-size: 1.4em; 
}
.agileits_tom {
    float: none; 
    display: inline-block;
}
.agileits_tom i.fa {
    font-size: 3em; 
}
.agileits_tom_right {
    width: 100%;
    margin: 1.5em 0 0;
    float: none;
}
p {
    font-size: 0.9em; 
}
.w3_leave_comment {
    margin: 2em 0 0;
    width: 100%;
}
.w3_leave_comment form {
    margin: 1em 0 0;
}
.w3_leave_comment textarea {
    min-height: 100px;
}
.logo h1 {
    font-size: 2.5em;
    letter-spacing: 0px;
}


.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 1px!important;  	float:left;

	
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.5em;
	color: #999;
	border-top: none !important;
	float:left;

	
}



















}
@media(max-width:414px){
.work-agileinfo h3 { 
    padding: 0 1em;
}
.w3btns-agile a {
    font-size: 0.9em; 
    padding: 0.8em 2em; 
}
.services, .features, .work-agileinfo, .news, .about, .gallery, .contact, .single, .codes {
    padding: 2.5em 0;
}
.features i.fa {
    font-size: 1.4em; 
}
.features-w3grid-right {
    padding: 0;
}
.w3_agileits_news_grid_pos h4 { 
    font-size: 0.9em; 
}
.w3_agileits_news_grid_pos { 
    width: 70%; 
}
.agileits_w3layouts_news_grid {
    padding: 0 0.5em;
}
.agileits_w3layouts_news_grid h5 a {
    font-size: 1.2em; 
}
.footer-grid li { 
    font-size: 0.9em;
}
.footer-grid h3 {
    font-size: 1.6em;
}
.about .bs-example-tabs ul.nav-tabs li:nth-child(1) { 
    padding-right: 1em;
}
.about .bs-example-tabs ul.nav-tabs li { 
    margin-right: 1em; 
    width: 25%;
}
.gallery-grid-img { 
    float: none;
    width: 100%;
}
.w3ls-overlay h4 {
    padding: 29% 0; 
}
.w3l_contact_form {
    padding-right: 1em;
}
.w3l_contact_form input[type="submit"] { 
    font-size: 0.9em; 
}
.w3l_contact_form input[type="text"], .w3l_contact_form input[type="email"], .w3l_contact_form textarea { 
    font-size: 0.9em; 
}
.agile_cat_grid_tags ul li,.agile_cat_grid ul.categories li ,.reply a{ 
    font-size: 0.9em;
}
.w3_leave_comment input[type="submit"] { 
    font-size: 0.9em; 
} 


.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 1px!important;  	float:left;

	
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.5em;
	color: #999;
	border-top: none !important;
	float:left;

}















}
@media(max-width:384px){
.w3ls_single_left_grid_right h3 {
    font-size: 1.2em;
}
.w3ls_single_left_grid_right h5 {
    letter-spacing: 2px;
	margin-bottom: 1em;
    padding-bottom: 1em;
}
.w3ls_single_left_grid_right ul li {
    font-size: 12px;
}
.w3ls_single_left_grid1 {
    margin: 1.5em 0;
}
.w3l_admin {
    margin:0;
}
.agileits-tags {
    margin-top: 1.5em;
}
.agile_tags_cate {
    padding: 1.5em 0;
    margin: 1.5em 0;
}
.agileits_tom i.fa {
    font-size: 2em;
}
.w3_leave_comment textarea {
    min-height: 100px;
} 
.agileits-banner.about-w3lsbnr .banner-w3text h2 {
    font-size: 2em; 
}
.contact input[type="submit"] {
    width: 40%;
}
.wthree_recent ul li { 
    font-size: 0.9em; 
}  
.services-agileinfo {
    width: 90%; 
}
.work-agileinfo p {
    margin: 0.5em 2em; 
}
.agileits_w3layouts_news_grid { 
    float: none;
    width: 100%; 
}
.agileits_w3layouts_news_grid:nth-child(2) {
    margin: 1.5em auto;
}
.agileits_w3layouts_news_grid:nth-child(3) {
    margin-bottom: 1.5em;
}
.w3ls-overlay h4 {
    padding: 27% 0;
}
.bar_group { 
    width: 80%; 
}
ul.contact_info li { 
    font-size: 0.9em;
}
ul.contact_info li i { 
    font-size: .8em;
} 
.w3ls_single_left_grid1_left h4 { 
    margin-top: .3em;
}
.wthree_recent ul, .agileits-tags ul {
    padding: 1.5em 0 0;
}
.agileits_three_comment_grid {
    padding: 1.5em 0;
}
.agileits_three_comment_grid:nth-child(2) {
    margin: 2em 0 0;
}
.footer-grid li { 
    margin: 0.5em 0 0; 
}
.footer-grid h3 {
    font-size: 1.5em;
    margin-bottom: 0.6em;
}
.banner.about-w3banner .banner-w3ltext h2 {
    font-size: 1.5em;
}
.features {
    padding-bottom: 3em !important;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 1px!important;  	float:left;

	
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.5em;
	color: #999;
	border-top: none !important;
	
	float:left;

}














} 
@media(max-width:320px){
.w3ls_single_left_grid1_right { 
    margin-left: 1em;
}
.w3_leave_comment textarea {
    min-height: 100px;
}   
h5.w3l-subtitle {
    font-size: 1.6em;
}
.w3welcome-text {
    padding: 1.5em 1em;
}
.services-w3lsgrids { 
    width: 100%;
    margin: 0.5em 0;
}
.services-w3lsgrids:nth-child(2) {
    margin-bottom: 0.5em;
}
.news-agileinfo {
    width: 100%;
} 
.wthree_recent ul li span {
    font-size: 11px;
}
.agile_cat_grid h4, .agileits-tags h4 {
    font-size: 1.5em;
}
.agileits_tom { 
    padding: 0.8em 1.2em;
}
.reply {
    margin-left: 4em;
}
.agileits_three_comment_grid {
    padding: 1.5em 0;
}
.w3_leave_comment input[type="text"], .w3_leave_comment input[type="email"], .w3_leave_comment textarea { 
    padding: .7em 1em; 
}
.features-w3lright h4 {
    font-size: 1.2em;
}
.wthree-features-row {
    width: 95%;
}
.logo h1 {
    font-size: 2.1em; 
}
.icon {
    margin: 0 1px;
}
.top-social {
    padding: 0; 
}
.navbar-inverse .navbar-nav > li > a { 
    font-size: 0.9em;
}
.banner-w3ltext h2, .banner-w3ltext h3 { 
    padding: .5em 0.5em; 
}
.banner-w3ltext h6 { 
    margin: 1em auto 1em;
} 
.banner-w3ltext h4 {
    font-size: 1.3em; 
}
.banner-w3ltext h5 { 
    letter-spacing: 0px;
}
.services-agileinfo {
    width: 100%;
}
.services-w3text h5 {
    font-size: 1em;
    letter-spacing: 1px;
}
.services-textinfo {
    padding: 2em 0;
}
.work-agileinfo h3 {
    font-size: 1.8em; 
}
.features-w3grid-left {
    text-align:left; 
    padding: 0;
}
.about-left {
    padding: 0;
} 
.about-right { 
    padding: 0;
}
.about .bs-example-tabs ul.nav-tabs li { 
    width: 28%;
}
.services, .features, .work-agileinfo, .news, .about, .gallery, .contact, .single, .codes {
    padding: 2em 0;
}
.footer-grid.w3social {
    margin: 1.5em 0;
}
.agileits_w3layouts_contact_gridl { 
    padding: 0;
}



.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 1px!important;  	float:left;

	
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.5em;
	color: #999;
	border-top: none !important;
	float:left;

}











}
/*-- //responsive-design --*/