@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons38693869.html?-8is7zf');
	src:url('../fonts/feathericons/feathericonsd41dd41d.html?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons3869-23869.html?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons3869-33869.html?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons3869-43869.html?-8is7zf#feathericons') format('svg');
}

.grid {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	max-height: 100%;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */


/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 50px;
    background: #333;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	    width: 100%;
    float: left;
    font-size: 15px;
    text-align: center;
    background: #333;
    color: #fff;
        line-height: 1;
    bottom: -60px;
	font-family: 'Montserrat', sans-serif;
    font-weight: 600;
	    letter-spacing: 0.90px;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 1em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    width: 92%;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/*-/--------------*/

@media(min-width:1201px) and (max-width:1400px){
	  .projectsec1 a.view-all.slide_learn_btn.view_project_btn {
      top: -70px;
}
	
}


@media(min-width:991px) and (max-width:1200px){
	.projectsec1  a.view-all.slide_learn_btn.view_project_btn {
   top: 0px;
}
	
}



.gallery-box{margin-top:10px; position: relative;  border:1px solid #ccc; padding:2px; text-align: center; height: 200px; position: relative; overflow: hidden; }
.gallery-box img{overflow: hidden;
    margin: auto;
    width: 100%;
    height: 100%; }
.gallery-box:hover .some {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gallery-box .some {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery-box .some {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: rgba(0,102,204,0.72) url(../images/zoom_in.png) no-repeat center center;
}









.gallery-box-policy{margin-top:10px; position: relative;  border:1px solid #036; padding:2px; text-align: center; height: 300px; position: relative;  }
.gallery-box-policy img{
	    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
    padding:2px;
    }
.gallery-box-policy:hover .some {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.gallery-box-policy .some {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery-box-policy .some {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: rgba(0,102,204,0.72) url(../images/zoom_in.png) no-repeat center center;
}








.colorblack{color:#242424!important }
.textcolor{color:#575757!important }
.textcolor p{color:#575757!important }

.box1{background: rgba(42, 71, 108, 0.9); border:1px solid #EBEBEB; padding:10px; color:#fff!important; min-height:470px; margin-bottom:10px;}
.box1 p{color:#fff!important;}


 .committee-sec {
    float: left;
    margin-bottom: 20px;
    width: 100%;
}

.committee-sec-row {
     background: url("../images/table-head.png") repeat;
    float: left;
    width: 100%;
}
.committee-sec-row2 {background: url("../images/managment-head-bg.png") repeat;}

.committee-sec-col {
    float: left;
   
    max-width: 278px;
    padding: 10px 0 10px 10px;
    width: 100%;
    color:#3e3e3e;
}
.committee-sec-col a{ word-wrap: break-word;}

.committee-sec-col strong {
    color:#3e3e3e;
    display: inline-block;
   
    margin-bottom: 5px;
}

.committee-sec-col b {
    color: #633535;
   
}
.main-head {
    background: #ececec;
}
.main-head h1 {
    color: #222;
    padding: 0;
    margin-top: 0; font-weight:normal;
   
    line-height: 50px; margin:0px;
}

.main-head ul.breadcrumb {
    list-style: none;
    font-size:1em;
    background:none;
    float: left;
    margin:0px;
    padding: 7px 15px;
}
.main-head ul.breadcrumb li {
    display: inline;
    font-size:1em;
}
.main-head ul.breadcrumb li a {
    color: #960;
    text-decoration: none; font-size:1em;
}
.main-head ul.breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0";
}

.contact h3{font-weight: 700;
    color: #242424;text-transform: uppercase; margin-bottom:20px;} 

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed; margin:10px 0px;    background:rgba(165, 197, 217, 0.7);
}
table thead tr{ background:#424242!important; color:#fff; }

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

table tr {
  
  border: 1px solid #e7efef;
  padding: .35em;
}

table tr:nth-of-type(odd) {
   /* background-color: #f9f9f9;*/
}

table th,
table td {
  padding: .625em;
      border: 1px solid #81b2d6;
}

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;
  }
}


.downbox {
    border: 1px solid #036;
    margin-top: 20px;
    margin-bottom: 20px; background:#fff;
}

.downbox .imgbox {
    position: relative;
    overflow: hidden;
    
    border-bottom: 1px solid #dbd9d9;
    text-align: center;
    padding: 10px;  text-align:center;
}
.downbox .imgbox img { width:100px; max-width:100%; margin:auto; float:none;  }
.catDetail {
    margin-top: 10px;
    padding: 10px;
    
}
.catDetail h3{
   text-transform:capitalize; font-size:1em; margin-bottom:10px;
}
.catDetail h3 a{ color:#2D2D2D; line-height:24px; }
.langSelection {
    padding: 10px;
}
.downbox .btnn {
    background: url(../images/download.png) no-repeat left 10px center #f2ae2b;
    color: #fff;
    width: 100%;
    display: block;
    margin:0px auto;
    width: 100%;
}

.btnn {
    height: 40px;
    padding: 0 10px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    background: #ccc;
    text-transform: uppercase;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
    text-align: center;
    border: none;
}
.eor{ font-size:12px; color:#900; text-align:left; }
.fullwidth{}

.bg3{ /*background:url(../images/bg.jpg) no-repeat; background-size:cover; background-position:fixed;*/ }

		

.ZoomBox{ z-index:999;  display:none; top:5px;  background:#fff; padding:5px; border:6px solid #036; }
.ZoomBox img{ 
 position: absolute!important;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0; padding:2px; border:3px solid #036;  background:#fff; 
   /*
    max-width: 100%!important;
    max-height: 100%!important;*/
}
.owl-carousel .owl-item img {
    display: block;
    /* width: 100%; */
}
.product img {
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    max-width: 100%;
}

		
.images {
			padding:5px;
		}
.images>a>img:hover{ border:1px solid #F00;  }
.ZoomBox h2{ text-align:left; font-size:12px; display:block; padding-left:10px;  color:#666666; line-height:20px; font-weight:500;  margin:0px;  border-bottom:1px solid #CCC; }
.ZoomBox h3{font-size:12px; display:block; padding-left:10px;color:#666666; line-height:18px;margin:0px; font-weight:400;  border-top:1px solid #CCC; }

.full-screen-portfolio{
    margin:100px 10px 100px 10px;
}

.full-screen-portfolio .container-fluid,
.full-screen-portfolio .col-md-4, .col-md-8 {
  padding-left: 0px;
  padding-right: 0px;
}

.full-screen-portfolio .portfolio-item h1 {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding-left: 20px;
  line-height: 15px;
  transform: translateY(25px);
  transition: .5s ease-in-out;
  letter-spacing: 0.5px;
 }

 .full-screen-portfolio .portfolio-item em {
  font-style: normal;
  font-weight: 200;
 }

.full-screen-portfolio .portfolio-item:hover h1 {
  transform: translateY(0);
 }

.full-screen-portfolio .portfolio-item p {
  padding-left: 20px;
  font-weight: 300!important;
  letter-spacing: 0.5px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: .5s ease-in-out;
  text-transform: uppercase;
 }

 .full-screen-portfolio .portfolio-item {
 text-align: center;
 line-height: 150%;
 text-transform: lowercase;
 cursor: pointer;
}

.full-screen-portfolio .portfolio-item:hover p {
  opacity: 1;
  transform: translateY(0);
 }

.cater { background:#FFF;  border:1px solid #ABABAB;  width:100%; padding:10px; }
.cater .name{ font-size:1em; font-weight:500; text-transform:capitalize; color:#424242; }
.cater img { width:70px!important; margin:auto; max-width:100%;}


@media screen and (max-width: 480px) {
    .ZoomBox {
        display:none !important;
    }
    
    
    .full-screen-portfolio {
		margin: 0px 15px 0px 15px !important;
	}
}


.addbox {
    background: rgba(165, 197, 217, 0.7);
    min-height: 315px;
    padding: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.addbox h2 {
    color: #222;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.addbox address {
    display: block;
    margin: 10px auto 15px;
    font-style: normal;
    line-height: 21px;
    color: #333;
    padding-top: 10px;
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7efef;
    display:flex;
    
    
}

.mainbox{
    text-align: center;
    font-size: 1.2em;
    width: 100%;
    height: 100px;
    margin-top: 20px;
    padding: 20px;
    line-height: 24px;
    background: rgb(0 79 158);
    color: #ffffff;
    align-items: center;
    }
.mainbox a{ color:#88d7ff; }


.plant_fac .innerbox {
   /* min-height: 300px;*/
    padding: 10px 20px 20px;
    margin: 10px 0;
    border-bottom: 2px solid #4c96d6;
}

.picprop_right {
    border: 1px solid #dadada;
    border-radius: 50%;
    float: right;
    margin-right: 10px;
    padding: 3px;
    margin-left: 10px;
}


.formbox{position: absolute;
    right: 3px;
    /* top: 12px; */
    font-size: 12px;
    color: #9a9a9a;
    border-left: 1px solid #ccc;
    padding-left: 3px;
    line-height: 42px;}
.pr{position: relative;}