/*THIS IS HOME PAGE STYLING*/

/*HEADER SECTION*/
header{}
header .container{}
header .logo{
 padding: 17px 0 0;
 display: inline-flex;
}
header .logo img{
 float: left;
 margin-right: 5px;
}
header .logo .logo-style{}
header .logo .logo-style p{
 font-size: 26px;
 border-bottom: 1px solid #7b7b7b;
 font-family: serif;
 line-height: 1.3;
}
header .logo .logo-style span{
 font-size: 12px;
 color: #4689c0;
 font-weight: bold;
}

/*BANNER SECTION*/
.top-banner {
  overflow: hidden;
}
.top-banner .bg-img {
 position: relative;
}
.top-banner .bg-img::before {
 content: '';
 background: rgba(105,152,38,1);
 background: -moz-linear-gradient(left, rgba(105,152,38,1) 0%, rgba(46,101,146,1) 100%);
 background: -webkit-gradient(left top, right top, color-stop(0%, rgba(105,152,38,1)), color-stop(100%, rgba(46,101,146,1)));
 background: -webkit-linear-gradient(left, rgba(105,152,38,1) 0%, rgba(46,101,146,1) 100%);
 background: -o-linear-gradient(left, rgba(105,152,38,1) 0%, rgba(46,101,146,1) 100%);
 background: -ms-linear-gradient(left, rgba(105,152,38,1) 0%, rgba(46,101,146,1) 100%);
 background: linear-gradient(to right, rgba(105,152,38,1) 0%, rgba(46,101,146,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#699826', endColorstr='#2e6592', GradientType=1 );
 width: 100%;
 height: 100%;
 opacity: 0.7;
 position: absolute;
}

.top-banner .bg-img img{
/* width: 100%;*/
}
.top-banner .bg-img h1 {
 position: absolute;
 bottom: 50px;
 width: 100%;
 color: #fff;
 font-size: 45px;
 text-align: center;
}

/*CONTENT SECTION*/
.content-section{
 margin: 100px 0;
}			
.content-section .container{}			
.content-section .inner-content{
 float: left;
}			
.content-section .inner-content .grid-row{
 float: left;
 border-top: 1px solid #363636;
}			

.grid-row .col-three {
  float: left;
  width: 30%;
  padding: 40px 40px 40px 0;
}

.grid-row .col-seven {
  float: right;
  width: 70%;
  border-left: 1px solid #343434;
  padding: 40px 10px 5px 40px;
}

.grid-row .col-seven p {
  margin-bottom: 35px;
}		

.content-section .inner-content .grid-row:first-of-type {
  border-top: none;
}
.content-section .inner-content .grid-row:first-of-type .col-three, 
.content-section .inner-content .grid-row:first-of-type .col-seven {
  padding-top: 0;
}	


/*FOOTER SECTION*/
footer{
 background: rgba(112,185,104,1);
 background: -moz-linear-gradient(left, rgba(112,185,104,1) 0%, rgba(30,154,144,1) 100%);
 background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112,185,104,1)), color-stop(100%, rgba(30,154,144,1)));
 background: -webkit-linear-gradient(left, rgba(112,185,104,1) 0%, rgba(30,154,144,1) 100%);
 background: -o-linear-gradient(left, rgba(112,185,104,1) 0%, rgba(30,154,144,1) 100%);
 background: -ms-linear-gradient(left, rgba(112,185,104,1) 0%, rgba(30,154,144,1) 100%);
 background: linear-gradient(to right, rgba(112,185,104,1) 0%, rgba(30,154,144,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70b968', endColorstr='#1e9a90', GradientType=1 );
 color: #fff;
}
footer .container{
 padding-top: 30px;
}
footer span{
 font-size: 14px;
}
footer a{
 color: #fff;
 font-size: 14px;
 position: relative;
}

footer a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: 50%;
  width: 0%;
  transition: 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -ie-transition: all 0.4s;
  -o-transition: all 0.4s;
  border-bottom: 1px solid #fff;
}
footer a:hover:after{
 width: 100%;
 left: 0;
 right: 0;
}
footer .clay-brain{
 float: right;
}
footer p{
 padding: 30px 0;
}


/*THIS IS ABOUT PAGE STYLING*/

/*BANNER STYLING*/
.slider h2 {
  position: absolute;
  top: 40%;
  left: 0;
  text-align: center;
  margin: auto;
  font-size: 58px;
  width: 100%;
  color: #fff;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.about-banner .big-img{
 position: relative;
}
.about-banner .big-img img{
 width: 100%;
}			
.about-banner .big-img h1{
 position: absolute;
 bottom: 50%;
 width: 100%;
 color: #fff;
 font-size: 45px;
 text-align: center;
}			

/*MIDDLE SECTION*/
.about-us {
 margin-top: 90px;
 margin-bottom: 80px;

}
.about-us .col-cont{
 width: 40%;
 float: left;
}
.about-us p{
 line-height: 1.7;
 font-size: 14px;
}

.about-us .sec-one{
 float: left;
 margin-bottom: 75px;
}

.about-us .sec-one .col-cont h2{
 display: inline-block;
 margin-bottom: 35px;
}

.about-us .sec-one .col-cont p{
 color: #323232;
 padding: 0 99px 0 0;
}
.about-us .sec-one .col-cont button{
  margin-top: 35px;
  color: #101010;
  border: 2px solid #131313;
  padding: 12px 25px;
  background: #fff;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.about-us .sec-one .col-cont button:before {
  content: '';
  position: absolute;
  background: #8ec63f;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(0);
  z-index: -111;
  transition-duration: 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -ie-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition-timing-function: ease-out;
  transition-property: transform;
}
.about-us .sec-one .col-cont button:hover{
  color: #fff;
}
.about-us .sec-one .col-cont button:hover:before{
 transform: scale(1);
 -webkit-transform: scale(1);
 -moz-transform: scale(1);
 -ms-transform: scale(1);
 -ie-transform: scale(1);
 -o-transform: scale(1);
}

.about-us  h3{
 color: #323232;
 margin-bottom: 28px;
 font-size: 22px;
 font-weight: bold;
}
.about-us .sec-one .col-img-1{
 float: left;
 width: 57%;
}
.about-us .sec-one .col-img-1 img{
 width: 100%;
}
.about-us .sec-two{
 float: left;
 margin-top: 75px;
 margin-bottom: 65px;
}

.about-us .sec-two .col-img-2{
  float: left;
  width: 51%;
}
.about-us .sec-two .col-img-2 img{
 width: 100%;
}
.about-us .sec-two .content-2{
 float: right;
 width: 49%;
 padding: 0 0 0 60px;
}
.about-us .sec-two .content-2 p{
  color: #323232;
  padding-right: 15px;
}
.about-us .sec-two .content-2 ul{
 margin-top: 30px;
 margin-left: 16px;
 font-size: 12px;
 line-height: 1.5;
}
.about-us .sec-two .content-2 ul li{
 color: #323232;
 list-style-type: disc;
 cursor: pointer;
 font-size: 14px;
}
.about-us .sec-three{
 float: left;
 margin-top: 65px;
}

.about-us .sec-three .content-3{
  float: left;
  width: 49%;
  padding: 0 110px 0 0;
}
.about-us .sec-three .content-3 h3{

}
.about-us .sec-three .content-3 h5{
  margin-bottom: 10px;
  color: #212121;
  font-size: 14px;
  font-weight: 900;
}
.about-us .sec-three .content-3 p{
  color: #212121;
  margin-bottom: 30px;
}
.about-us .sec-three .col-img-3{
  float: left;
  width: 51%;
}
.about-us .sec-three .col-img-3 img{
  width: 100%;
}
.about-us .img-effect{
  overflow: hidden;
  display: inline-block;
  width: 50%;
}
.about-us img{
  width: 100%;
  transition: all 0.9s;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -ie-transition: all 0.9s;
  -o-transition: all 0.9s; 
}
.about-us .img-effect:hover img{
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -ie-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
}
.core-values{
  padding: 80px 0; 
}
.core-values h2{
  text-align: center;
  color: #000;
  margin-bottom: 50px;
  width: 100%;
}
.core-values ul{
  float: left;
}
.core-values ul li{
  width: 33.33%;
  text-align: center;
  float: left;
  margin-bottom: 50px;
  padding: 0 33px;
  min-height: 200px;
}
.core-values ul li img{}
.core-values ul li h4{
  margin: 15px 0;
  cursor: pointer;
  font-size: 14px;
  color: #242424;
}

.core-values ul li p{
  color: #242424;
  font-size: 14px;
  font-weight: 400;
}
.image-gallery h2 {
  font-size: 36px;
  text-align: center;
  color: #413d4b;
  margin-bottom: 22px;
}

/* project gallery */
.image-gallery {
    margin-bottom: 68px;
}
.image-gallery .container {
  overflow: hidden; 
  padding: 0;
}
.image-gallery .bx-wrapper + .bx-wrapper {
  max-width: 100% !important;
  overflow: hidden;
}
.thumb-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(12, 3, 6, 0.79);
    padding: 8px 0;
}
.thumb-wrap .bx-controls-direction .bx-prev {
    background-size: 10px;
    height: 19px;
    width: 10px;
    top: 65%;
}
.thumb-wrap .bx-controls-direction .bx-next {
    background-size: 10px;
    height: 19px;
    width: 10px;
    top: 65%;
}
.image-gallery .bx-wrapper .bx-caption {
    bottom: 80px;
    background: none;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
/*INFRSTRUCTURE PAGE STYLING*/



.section-workarea {
  margin: 90px 0;
}	
.section-workarea .container{
  padding: 0 10px;
}
.section-workarea .col-3{
    width: calc(33.33% - 20px);
    background: #ebebeb;
    margin: 10px;
    text-align: center;
    float: left;
}
.col-3-inner {
    display: table;
    height: 292px;
    width: 100%;
}
.section-workarea .col-3 .vertical-middle {
  display: table-cell;
  vertical-align: middle;
}


.section-workarea .col-3 p {
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
  letter-spacing: -0.3px;
  color: #323232;
}	

.section-workarea .col-3 p span {
  display: block;
  margin-top: 4px;
}
.section-workarea .col-3 p img{
  font-size: 14px;
  font-weight: normal;
}



/*PROJECT PAGE STYLING*/
.section-pastProjects {
  margin-top: 70px;
  margin-bottom: 45px;
}			

.section-pastProjects ul li {
  border-bottom: 1px solid #c0c0c0;
}

.section-pastProjects ul li:last-child {
  border: none;
}
.section-pastProjects ul li {
  color: #323232;
  font-size: 18px;
  padding: 20px 0;
  line-height: 1.5;
}

.project-images{
  margin-bottom: 60px;
}			
.project-images .container {
  padding: 0 10px;
}			
.col-2{
  float: left;
  width: calc(50% - 20px);
  margin: 12.5px 10px;
  overflow: hidden;
}			
.col-2 img{
  width: 100%;
  transition: all 0.9s;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -ie-transition: all 0.9s;
  -o-transition: all 0.9s;
}
.col-2:hover img{
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -ie-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
}


/*PRESTIGIOUS PROJECT STYLING*/

.prestigious-content{
  margin: 100px 0;
}
.prestigious-content h2{
  margin-bottom: 25px;
}
.prestigious-content li{
  list-style-type: disc;
  margin-left: 15px;
  color: #323232;
  font-size: 14px;
  padding: 3px 0;
  clear: both;
  line-height: 1.6;
}


.prestigious-content .prestigious-auditorium {
  border-bottom: 1px solid #373737;
  padding-bottom: 60px;
}
.prestigious-auditorium h5 {
  color: #2d2d2d;
  margin-bottom: 15px;
}

.prestigious-auditorium .audi-images {
  float: left;
  margin-bottom: 33px;
}
.prestigious-auditorium .audi-images .col-2 {
  width: calc(50% - 20px);
  float: left;
  margin: 10px;
}
.prestigious-auditorium .audi-images .col-2 img {
  width: 100%;
}



.barrage-info h2{
  margin-top: 60px;
}

.barrage-info .barrage{
  margin-bottom: 42px;
}

/*PRESENCE STYLING*/
.map-section {
  margin-top: 140px;
  margin-bottom: 270px;
}		

.map-section .map-wrapper {
     float: left;
    width: 60%;
    position: relative;
}
.map-section .map-wrapper img {
  max-width: 100%;
}
.map-section .map-wrapper span {
  position: absolute;
  color: #375068;
}
.map-section .map-wrapper .delhi-ncr {
  top: 41%;
  left: 0;
  font-size: 13.53px;
}
.map-section .map-wrapper .uttarakhand {
  top: 15%;
  left: 20%;
  font-size: 19px;
}
.map-section .map-wrapper .u-p {
  top: 50%;
  left: 28%;
  font-size: 24px;
  text-align: center;
}
.map-section .map-location {
  float: right;
    margin-top: 65px;
    width: 40%;
    padding-left: 14%;
}

.map-section .map-location ul li {
  padding: 11px 0;
  list-style: disc;
  color: #375068;
  font-size: 18px;
  font-weight: bold;
}

/*ABOUT- US - 2 STYLING*/
.about-us-2 {
  margin-top: 170px;
}		
.about-us-2 .container {}		
.about-us-2 .sec-one {}		
.about-us-2 .sec-one .col-cont {
  float: left;
  width: 42%;
}		
.about-us-2 .sec-one .col-cont h1 {
  color: #323232;
  margin-bottom: 56px;
}	
.about-us-2 .sec-one .col-cont p {
  font-size: 14px;
  color: #323232;
  line-height: 1.5;
}	
.about-us-2 .sec-one .col-img {
  float: right;
}

/* Home page slider and gallery */

.bx-wrapper .bx-pager {
  bottom: -95px;
}

.bx-wrapper .bx-pager a {
  display: block;
  margin: 0 5px;
  padding: 0;
}
a.bx-pager-link.active {
    border: 1px solid #fff;
}

.bx-wrapper {
  margin-bottom: 120px;
}

/*ABOUT PAGE STYLING*/

.about-us-2 {
  margin-top: 170px;
}       

.about-us-2 .sec-one {
  float: left;
  border-bottom: 1px solid #373736;
  padding-bottom: 60px;
}       
.about-us-2 .sec-one .col-cont {
  float: left;
  width: 50%;
  padding-right: 70px;
}       
.about-us-2 .sec-one .col-cont h1 {
  color: #323232;
  margin-bottom: 56px;
}   
.about-us-2 .sec-one .col-cont p {
  font-size: 14px;
  color: #323232;
  line-height: 1.5;
  margin-bottom: 30px;
}   
.about-us-2 .sec-one .col-img {
  width: 50%;
  display: inline-block;
  overflow: hidden;
}
.about-us-2 .sec-one .col-img img {
  width: 100%;
  transition: all 0.9s;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -ie-transition: all 0.9s;
  -o-transition: all 0.9s;
}
.about-us-2 .sec-one .col-img:hover img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -ie-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
}

.milestone {
  margin: 80px 0;
  text-align: center;
}
.milestone h1 {
  color: #323232;
  font-size: 60px;
  font-weight: 900;
}
.milestone img {
  margin: 60px 0;
  max-width: 100%;
}

/*CONTACT US STYLING*/

.contact-us {
  margin: 100px 0;
}

.contact-us .map-area {
  float: left;
  width: 50%;
}
.contact-us .map-area  img {
  width: 100%;
}
.contact-us .add-sec {
  width: 50%;
  float: right;
  padding-left: 40px;
}

.contact-us .add-sec ul li {
  margin-bottom: 40px;
}
.contact-us .add-sec ul li p {
  padding-left: 40px;
  font-size: 14px;
  color: #171717;
  line-height: 1.5;
}
.contact-us .add-sec ul li:before{
  content: '';
  background: url(../images/contact-pics.png) no-repeat;
  width: 30px;
  height: 35px;
  float: left;
}
.contact-us .add-sec ul .phone:before {
  background-position: 0px -40px;
}
.contact-us .add-sec ul .head-ofc:before {
  background-position: 2px -74px;
  width: 35px;
}
#bx-pager a {
    width: 92px;
    float: left;
}

#bx-pager a img {
    width: 100%;
}

