@font-face {
  font-family: 'BentonSans-Regular';
  src: url('../fonts/BentonSans-Regular.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/BentonSans-Regular.woff') format('woff'), 
		 url('../fonts/BentonSans-Regular.ttf')  format('truetype'), 
		 url('../fonts/BentonSans-Regular.svg#BentonSans-Regular') format('svg');
		 font-weight: normal;
		 font-style: normal;
}

@font-face {
  font-family: 'BentonSans-Medium';
  src: url('../fonts/BentonSans-Medium.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/BentonSans-Medium.woff') format('woff'), 
		 url('../fonts/BentonSans-Medium.ttf')  format('truetype'), 
		 url('../fonts/BentonSans-Medium.svg#BentonSans-Medium') format('svg');
  		 font-weight: normal;
  		 font-style: normal;
}

@font-face {
  font-family: 'BentonSans-BookItalic';
  src: url('../fonts/BentonSans-BookItalic.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/BentonSans-BookItalic.woff') format('woff'), 
		 url('../fonts/BentonSans-BookItalic.ttf')  format('truetype'), 
		 url('../fonts/BentonSans-BookItalic.svg#BentonSans-BookItalic') format('svg');
		 font-weight: normal;
		 font-style: normal;
}

@font-face {
  font-family: 'BentonSans-Book';
  src: url('../fonts/BentonSans-Book.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/BentonSans-Book.woff') format('woff'), 
		 url('../fonts/BentonSans-Book.ttf')  format('truetype'), 
		 url('../fonts/BentonSans-Book.svg#BentonSans-BookItalic') format('svg');
		 font-weight: normal;
		 font-style: normal;
}

@font-face {
  font-family: 'BentonSans-Black';
  src: url('../fonts/BentonSans-Black.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/BentonSans-Black.woff') format('woff'), 
		 url('../fonts/BentonSans-Black.ttf')  format('truetype'), 
		 url('../fonts/BentonSans-Black.svg#BentonSans-BookItalic') format('svg');
		 font-weight: normal;
		 font-style: normal;
}

@font-face {
  font-family: 'BentonSans-Bold';
  src: url('../fonts/BentonSans-Bold.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/BentonSans-Bold.woff') format('woff'), 
		 url('../fonts/BentonSans-Bold.ttf')  format('truetype'), 
		 url('../fonts/BentonSans-Bold.svg#BentonSans-BookItalic') format('svg');
		 font-weight: normal;
		 font-style: normal;
}

body {
	font-family: 'BentonSans-Book';
	padding-top: 80px !important;
}

img {
	max-width: 100%;
}



.education-box{
	background:url(../images/background.png) no-repeat;
	
	font-family: 'Lato', sans-serif;
	background-size:100% auto;
	height:100%;
	padding:48px 20px 0px 14%;
	
}

.education-box:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em; /*might want to tweak this. .25em for extra white space */
    height: 100%;
}

.education-text span{
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	display:block;
	margin-bottom:10px;
}

.education-text img{
	float:left;
	margin-top:4px;
}

.education-text{
	display: inline-block;
    vertical-align: middle;
    white-space: normal;
	
}

.education-text p {
    float: left;
    width: 82%;
    color: #fff;
	margin-left:12px;
	line-height:24px;
    font-size: 15px;
	height:180px;
}


.education-text a{
	text-transform:uppercase;
	display:block;
	padding:16px 0px;
	font-size:17px;
	font-weight:bold;
	color:#D0AD68;
	clear:both;
	width:272px;
	text-align:center;
	margin-left:70px;
	background:#bc9a52;
	color: #fff;
}


.infra-box{
	background:url(../images/background2.png) no-repeat;
	padding:48px 12% 0px 44px;
	font-family: 'Lato', sans-serif;
	background-size:100% auto;
	height:100%;
	
}

.infra-box:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    margin-right: -.25em; /*might want to tweak this. .25em for extra white space */
    height: 100%;
}

.logo{
	
	position:absolute;
	right:196px;
}

.infra-text span{
	color:#000;
}

.infra-text{
	
}

.infra-text p{
	color:#000;
	width:80%;
}
/*
.infra-text a{
	background:#fff;
}
*/
body,html{
    margin: 0;
    padding: 0;
}

.landing-page{

  padding:0px !important;

}

p {
margin-bottom: 20px;
}

@-moz-document url-prefix() { 
  .education-text p{
	  height:177px;
  }
}


/* added may 31 */

.infra-box{
	padding: 48px 20px 0px 14%;
}

.education-box{
	
	padding: 48px 12% 0px 44px;
}

.logo {
    position: absolute;
    right: 50px;
}

/*--------------------
Media Queries
----------------------*/

@media only screen and (max-width: 1200px) {

.education-box{
	padding-left:10%;
}

.infra-text p {
    
    width: 80%;
}

.infra-box{
	padding-right:4%;
}

}


@media only screen and (max-width: 1024px) {


.education-box {
    padding-left: 6%;
}


.infra-box{
	background-size:100% 100%;
}

.education-box{
	background-size:100% 100%;
}


.logo {
    right: 86px;
}


}

@media only screen and (max-width: 991px) {
	
	.education-box{
	width:50%;
	float:left;
}


.infra-box{
	width:50%;
	float:left;
}

.education-box {
    padding-left: 3%;
	background-size:cover;
	background-position:center;
}

.infra-box {
    padding-right: 3%;
	background-size:cover;
	background-position:center;
}

/* added by sumana */


/*.about-sec img{
	display:block;
	text-align:center;
	margin:0 auto;
}*/

}


@media only screen and (max-width: 860px) {


.education-text p {
   width: 80%;
	height:216px;
}

.infra-text p{
	width:78%;
}

.logo {
    right: 40px;
}

}


@media only screen and (max-width: 800px) {

.education-text p {
    width: 76%;
}

.infra-box{
	padding-left:26px;
}

}


@media only screen and (max-width: 768px) {

.education-box,.infra-box {
    padding-left: 2%;
    padding-right: 2%;
}

}

@media only screen and (max-width: 767px) {
	
	.education-box,.infra-box {
    padding-left: 2%;
    padding-right: 2%;
}

.infra-box{
	padding-top:18px;
}

.education-box{
	padding-top:18px;
	height:auto;
	padding-bottom: 20px;
}

.education-text p {
    width: auto;
    text-align: center;
    padding: 0px;
    margin: 0px;
	height:196px;
}

.education-text a{
	margin:0 auto;
	display:block;
}

.education-text img{
	margin:0 auto 6px;
	display:block;
	float:none;
}

.logo {
    right: 24px;
	width:34%;
}

.education-text span{
	font-size:20px;
}

.infra-box{
	background-position: inherit;
   height:auto;
   padding-bottom:16px;
}

/*.vision-section img{
	display:block;
	margin:0 auto;
}

h2.inner-heading1{
	text-align:center;
}
*/


}

@media only screen and (max-width: 640px) {

.education-text p{
	line-height:23px;
}


}




@media only screen and (max-width: 540px) {

.education-box {
    padding:34px 20px;
    float: none;
    width: 100%;
	height:auto;
	
    background-size: 100% auto;

}


.infra-box {
     padding:34px 20px;
    float: none;
	height:auto;
	
    background-size: 100% auto;

    width: 100%;
}

.logo{
	width:auto;
}

.infra-text{
	margin-top:60px;
}

.education-text p{
	height:auto;
	margin-bottom:26px;
}

.logo {
    width: auto;
    text-align: CENTER;
    margin: 0 auto;
    display: block;
    float: none;
    position: static;
}


.infra-box:before{
	display:none;
}


.infra-box{
	padding-top:18px;
	 
}


/* added by sumana */


}

@media only screen and (max-width: 479px) {
	

}


@media only screen and (max-width: 375px) {

.infra-box{
	background-size:100% 100%;
	
}


.education-box{
	background-size:100% 100%;
	padding:64px 20px;
}


}

