@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600,700);

body{
	margin:0;
	padding:0;
	background:#fff;
	font-family: 'Source Sans Pro', sans-serif;
 }
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-size: 120%;
}	
p{
	margin:0;
}
ul{
margin:0;
padding:0;
}
a{color:#1A1A1A;}
a:hover,
a:focus {
    color:#1A1A1A;
	text-decoration:none;
}
.orange-color{
	color:#ff7909 !important;
	margin-right: 5px;
	}
.margintop{
	margin:10px 0px;
	}
#header{
    border-top: 5px #ff7909 solid;
	}
.left-logo{
	margin:5px 0px;
	}
.right-logo{
	margin: 26px 0px;
	}
#menu{
	border-top: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	}
.border-left{border-left: 1px #c3c3c3 solid;}

/*------------------------------------ Menu css ---------------------------------------------------*/

nav {
  display: block;
 /* background: #E95546;*/
	width: 1003px;
	/*float: left;*/
	margin: 0px auto;
	text-align: center;
}

.menu { display: block; }

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
  float: left;
  border-right: 1px #C3C3C3 solid;
}

.menu li:first-child { margin-left: 0; }

.menu li a {
  font-size:15px;
  font-weight: 400;
  text-decoration: none;
  padding: 15px 14px;
  display: block;
  color: #1A1A1A;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover,
.menu li:hover>a {
  color: #1A1A1A;
  background: #EAEAEA;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 240px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
  box-shadow: 4px 4px 1px rgba(0, 0, 0, 0.48);
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
  border:none;
}

.menu ul li a {
  font-size: 15px;
  font-weight: normal;
  display: block;
  color: #797979;
  background: #fff;
  text-transform: capitalize;
  text-align: left;
}

.menu ul li a:hover,
.menu ul li:hover>a {
  background: #FF7909;
  color: #fff;
  padding: 15px 15px 15px 30px;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #FF7909;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #E47010;
  color: #fff;
  text-decoration: none;
}

a.homer { background: #EAEAEA; }
.menu-container{}
.social-icon-div{
	position: relative;
	width: auto;
	margin: 11px 0px 7px 10px;
	float: left;
	}
.social-icon{
	
	}
.social-icon li{
	list-style: none;
	display: inline-block;
	padding: 0px 5px 0px 0px;
	}
.social-icon li a{
	
	}
 @media (min-width: 992px) and (max-width: 1199px) {
.menu li a {
    padding: 10px;
	}
.social-icon-div {
    margin: 6px 0px 0px 7px;
	}
 }
/* @media (min-width: 768px) and (max-width: 979px) {

.mainWrap { width: 768px; }

.menu ul { top: 37px; }

.menu li a {
	font-size: 12px;
	padding: 8px;
	}

a.homer { background: #ddd; }

.social-icon-div {
    margin: 3px 0px 0px 3px;
}
.orange-color {
    margin-right: 2px;
}
.social-icon li {
    list-style: outside none none;
    display: inline-block;
    padding: 0px 0px 0px 0px;
}
}*/
 @media (max-width: 991px) {
	 .banner-bottom-link{
		 display:none;
		 }
.social-icon-div {
    position: absolute;
    width: auto;
    float: right;
    z-index: 100;
    right: 10px;
    top: 95px;
	}
.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu { display: none; }

.responsive-menu { display: block;text-align: left; }

nav {
  margin: 0;
  background: none;
  width: 100%;
}

.menu li {
  display: block;
  margin: 0;
  float: none;
}

.menu li a {
  background: #fff;
  color: #797979;
  text-align: left;
}

.menu li a:hover,
.menu li:hover>a {
  background: #EAEAEA;
  color: #797979;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu ul ul {
  left: 0;
  transform: initial;
}

.menu li>ul ul:hover { transform: initial; }
.menu-container{
	padding:0px !important;
	width: 100%;
	}
}
@media (max-width: 768px) {
	.social-icon-div {
    position: absolute;
    width: auto;
    float: right;
    z-index: 100;
    right: 10px;
    top: 94px;
	}
 }
 @media (max-width: 640px) {
	.social-icon-div {
    position: absolute;
    width: auto;
    float: right;
    z-index: 100;
    right: 10px;
    top: 83px;
	}
 }
 @media (max-width: 480px) {
	.social-icon-div {
    position: absolute;
    width: auto;
    float: right;
    z-index: 100;
    right: 10px;
    top: 66px;
	}
 }
@media (max-width: 360px) {
	.social-icon-div {
    position: absolute;
    width: auto;
    float: right;
    z-index: 100;
    right: 10px;
    top: 53px;
	}
 }
 @media (max-width: 320px) {
	.social-icon-div {
    position: absolute;
    width: auto;
    float: right;
    z-index: 100;
    right: 10px;
    top: 49px;
	}
 }
.fa-newsize{
	font-size: 25px !important;
	
	}
/*--------------------------------------- banner css -----------------------------------------------*/
.hm-banner-sec { 
	width:100%; 
	height:470px; 
	clear:left; 
	float:left; 
	background:#e9e9e9;
	border-bottom:1px #fff solid;
	border-top: 6px #DDD solid;
	overflow:hidden;
	}


.inner-banner-sec {
	width:1200px;
	height:245px;
	border-top:1px #ff9933 solid;
	}


.banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner ul {
	list-style: none;
	width:100%;
}
.banner ul li {
	display: block;
	float: left;
	width:100%;
	min-height: 416px;
}
.banner ul li .img-area {
	width:100%;
	height:100%;
	float:left;
	margin:0px;
	padding:0px;
	border-bottom:1px #fff solid;
}
.banner ul li .img-area img {
	width:100%;
	height:100%;
	}
		
.banner ul li .sldecontent {
	width:256px;
	height:343px;
	background:#333333;
	border-bottom:1px #ff9933 solid;
	float:left;
	padding-left:10px;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:10px;
	font-family: 'candararegular';
	}
		
.banner ul li .sldecontent h1 { font-size:25px; font-weight:normal; color:#f47920;  margin-bottom:12px;}
.banner ul li .sldecontent h2 { font-size:18px; font-weight:normal; color:#fff; margin-bottom:18px; line-height:24px; }	
.banner ul li .sldecontent p {  font-size:14px; font-weight:normal; color:#fff; line-height:18px;}
.banner ul li .sldecontent .more a { display:block; font-size:14px; font-weight:normal; color:#f4751b; margin-top:16px;}
	

	
	
		
	.banner .btn, .banner .dot {
		-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
		filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	}
	
	.banner .dots {
		position: absolute;
		z-index:1000;
		right: 0;
		bottom:5px;
		
	}
		.banner .dots li {
			display: inline-block;
			width: 10px;
			height: 10px;
			margin: 0 4px;
			
			text-indent: -999em;
			
			border: 1px solid #fff;
			border-radius: 6px;
			
			cursor: pointer;
			background:#8c8c8c;
			
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}
			.banner .dots li.active {
				background: #ff6f07;
				opacity: 1;
			}
			
@media only screen and (min-width: 1600px) and (max-width: 2400px) {
.hm-banner-sec  { width:100%; height:650px;}
.banner ul { width:100%;}	
.banner ul li {
		width:100%;
		min-height: 277px;
}
.banner ul li .img-area { width:100%; height:255px;}

.banner ul li .sldecontent { width:171px; height:235px; padding-right:10px; padding-top:10px; padding-bottom:10px;}

.banner ul li .sldecontent p { display:none;}

.banner .dots { bottom:1px;}

.inner-banner-sec { width:100%; height:163px;}
.inner-banner-sec img { width:100%; height:163px;}

}

@media only screen  and (max-width: 799px) {
.hm-banner-sec  { width:100%; height:193px;}	
.banner ul { width:100%;}	
.banner ul li {
		width:100%;
		min-height: 193px;
}
.banner ul li .img-area { width:100%; height:193px;}
.banner ul li .sldecontent { display:none;}
.banner .dots { bottom:10px; right:5px;}	
 
 .inner-banner-sec { width:100%; height:94px;}
.inner-banner-sec img { width:100%; height:94px;}
 
	
}

@media only screen and (max-width:479px) {
.hm-banner-sec  { width:100%px; height:226px;}		 
.banner ul { width:100%;}	
.banner ul li {
		width:100%px;
		min-height: 126px;
}
.banner ul li .img-area { width:100%; height:126px;}
 .inner-banner-sec { width:100%; height:61px;}
.inner-banner-sec img { width:100%; height:61px;}
}
.banner-bottom-link {
	width: 100%;
	height: auto;
	clear: left;
	float: left;
	border-bottom: 1px #c5c5c5 solid;
	border-top:6px #ffc619 solid;
}
.banner-bottom-link ul {
	width: auto;
	height: auto;
	float: left;
}
.banner-bottom-link ul li {
	float: left;
	display: inline;
	border-left: 1px #c5c5c5 solid;
}
.banner-bottom-link ul li:first-child {
	border-left: 1px #fff solid;
}
.banner-bottom-link ul li a {
	width: 284px;
	display: block;
	padding-top: 9px;
	padding-left: 25px;
	padding-right: 24px;
	border-bottom: 5px #fff solid;
   	height: 95px;
}
.banner-bottom-link ul li a h1 {
	font-size: 17px;
	font-weight: normal;
	color: #373737;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.banner-bottom-link ul li a p {
	font-size: 13px;
	font-weight: normal;
	color: #7b7a7a;
	text-align: left;
	line-height: 15px;
}
.banner-bottom-link ul li a:hover {
	border-bottom: 5px #f47920 solid;
}
.banner-bottom-link ul li a:hover h1 {
	color: #f47920;
}
.banner-bottom-link ul li a.current_active {
	border-bottom: 5px #f47920 solid !important;
}
.banner-bottom-link ul li a.current_active h1 {
	color: #f47920;
}
 @media (min-width: 992px) and (max-width: 1199px) {
	.banner-bottom-link ul li a {
    width: 234px;
	}
	.banner-bottom-link ul li a h1 {
    font-size: 15px;
	}
	.banner-bottom-link ul li a p {
    font-size: 12px;
	}
 }
.highlight-article-sec {
	width: 100%;
	height: auto;
	clear: left;
	float: left;
	margin-top: 22px;
	margin-bottom: 22px;
}
.highlight-article-sec article {
	width: 280px;
	background: #e9e9e9;
	float: left;
	margin-left: 26px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.highlight-article-sec article.last {
	background:none;
	height:224px;
}
.highlight-article-sec article:hover {
	-moz-box-shadow: 0 0 10px 2px #888;
	-webkit-box-shadow: 0 0 10px 2px#888;
	box-shadow: 0 0 10px 2px #888;
}
.highlight-article-sec article img {
	width: 270px;
	height: 157px;
	display: block;
	margin-left: 5px;
	margin-top: 5px;
}
.highlight-article-sec article .content {
	width: 100%px;
	height: auto;
	clear: left;
	float: left;
	margin-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}
.highlight-article-sec article .content h1 {
	font-size: 13px;
	color: #333333;
	padding-left: 5px;
	font-weight: 400;
	margin-bottom: 3px;
}
.highlight-article-sec article .content h1 a {
	color: #333333;
}
.highlight-article-sec article .content h1 a:hover {
	color: #f47920;
}
.highlight-article-sec article .content p {
	font-size: 10px;
	padding-left: 7px;
	min-height: 35px;
	font-weight: normal;
	color: #7b7a7a;
	line-height: 13px;
	text-align: left;
}
.knowmore {
	width: 100%;
	clear: left;
	float: left;
}
.highlight-article-sec article .content h3 {
	font-size: 13px;
	font-style: italic;
	color: #F30;
	display: none;
}
.highlight-article-sec article .content h3 a {
	color: #f47920;
}
.highlight-article-sec article .newsticker-demo { 
width:270px; 
background:#FFF;
border:1px solid #cbcbcb; 
padding:5px 5px 0; 
font-family:Verdana,Arial,Sans-Serif;
font-size:12px;
overflow:hidden;
height:218px;
}

.highlight-article-sec article .newsticker-demo .title {
font-size:14px;
font-weight:bold;
padding:10px;
}
.knowmore a {
	display: block;
	height: 23px;
	text-transform: uppercase;
	font-size: 12px;
	color: #333;
	background: url(../../img/frontend/images/know_more_arrow.jpg) no-repeat right center #dcdcdc;
	padding-left: 5px;
	padding-top: 10px;
}
.knowmore a:hover {
	color: #f47920;
}

#about{
	padding:40px 0px 10px 0px;
	}
.block{
	background: #e9e9e9;
	margin: 0px 0px 30px;
	transform: translate(0, 0px);
  	transition: all 0.2s ease-out;
	}
.block p{
	padding:5px;
	font-size:13px;
	}
.block h3{
	padding:5px;
	font-weight:600;
	}
/*.block:hover{
	box-shadow:
                1px 1px #53a7ea,
                2px 2px #53a7ea,
                3px 3px #53a7ea;
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
	}
*/

.image-div{
	padding:5px;
	}
.image-div img {
	width: 100%;
	height: 100%;
	display: block;
	}
.text-div{
	padding:0px 0px 10px 0px;
	}
.hrline{
	width: 100%;
	border-bottom: 1px solid #000;
	position: relative;
	top: 80px;
	z-index: 100;
	box-shadow: 0px 1px #939393;
	}
.hrline-1{
	border-top: 1px solid #000;
	box-shadow: 0px 1px #939393;
}
footer{
	background:#313131;
	border-top: 5px solid #FF7909;
	}
.footer-heading h3{
	color:#fff;
	font-size: 20px;
	font-weight: 600;
	margin: 30px 0px 50px 0px;
	text-transform: uppercase;
	}
.footer-heading p{
	color: #B3B3B3;
    font-size: 14px;
    text-align: justify;
    margin: 10px 0px;
    line-height: 1.4;
	}
.footer-heading a{color:#b3b3b3;}
.footer-heading a:hover{color:#fff;}
.footer-link{
	
	}
.footer-link li{
	padding: 4px 0px;
	transform: translate(0, 0px);
  	transition: all 0.2s ease-out;
	}
.footer-link li a{
	color: #b3b3b3;
	font-size: 14px;
	}
.footer-link li:hover{
	padding:4px 0px 4px 10px;
	cursor:pointer;
	}
.footer-link li a:hover{color:#FFF}
.footer-ul-div{
/*	width:115px;
	height:auto;
	margin:0 auto;
*/	}
/*address{padding: 0px 60px;}
*/
.footer-heading{margin: 0px 0px 30px 0px;padding: 0px 77px;}

@media (max-width:992px){
	.footer-heading {
    padding: 0px 44px;
	}
	}
@media (max-width:991px){
	.footer-heading {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px;
    width: 33.3%;
    float: left;
	}
	}
@media (max-width:480px){
	.footer-heading {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px;
    width: 100%;
    float: none;
	margin-left:auto;
	margin-right:auto;
	}
	}
@media (max-width:320px){
	.footer-heading {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px;
    width: 100%;
    float: none;
	margin-left:auto;
	margin-right:auto;
	}
	}
.center{
	float:none;
	margin-left:auto;
	margin-right:auto;
	}
.copyright{
	color: #b3b3b3;
	font-size: 13px;
	margin: 20px 0px;
	padding: 0px 56px;
	}
.header-image{
	width: 100%;
    height: auto;
	border-top: 6px solid #DDD;
	border-bottom: 1px solid #fff;
}
.about-us{
	background:#f58220;
	margin: 20px 0px;
	}
.about-us h3{
	font-size: 25px;
	font-weight: 600;
	padding: 10px 0px 10px 15px;
	border-bottom: 2px solid #ffc619;
	text-transform: uppercase;
	}
.side-menu{
	padding: 0px;
	}
.side-menu li{
	list-style: none;
	padding: 10px 0px;
	transform: translate(0, 0px);
  	transition: all 0.2s ease-out;
	}
.side-menu li a{
	color: #000;
	padding: 0px 0px 0px 15px;
	}
.side-menu-active{
	border-left: 3px solid rgba(128, 63, 0, 0.52);
	background:#BB5F10;
	}
.side-menu li:hover
{
	background:#DC741B;
	border-left: 3px solid rgba(128, 63, 0, 0.52);
    padding: 10px 0px 10px 20px;
	}
.news-feed h3{
	font-size: 25px;
	font-weight: 600;
	padding: 10px 0px 10px 15px;
	border-bottom: 2px solid #F58220;
	}
.news-feed{
	background:#ffc619;
	margin: 20px 0px;
	}
.side-news{
	
	}
.side-news li{
	list-style:none;
	padding: 10px;
	border-bottom: 1px dashed #000;
	}
.side-news li a{
	color: #000;
	line-height: 25px;
	}
.authorize{
	background:#ffc619;
	margin: 20px 0px;
	}
.authorize h3{
	font-size: 25px;
	font-weight: 600;
	padding: 10px 0px 10px 15px;
	border-bottom: 2px solid #ffc619;
	color:#33332A;
	}
.description{
	margin: 15px 0px;
	min-height: 500px;
	}
.description h3{
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 2px solid #999;
	margin-bottom: 10px;
	line-height: 35px;
	}
.description h1{
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	margin-bottom: 15px;
	line-height: 35px;
	}
.description p{
	text-align: justify;
	font-size: 16px;
	margin: 20px 0px;
	line-height: 25px;
	}
.description h2{
	margin: 15px 0px 0px 0px;
    font-size: 25px;
    font-weight: 600;
	}
.option{
	
	}
.option li{
	list-style: none;
    padding: 10px 0px;
	}
.option-1{
	padding: 0px 0px 0px 19px;
	}
.option-1 li{
	list-style-image:url(../images/star.png) ;
    padding: 10px 0px;
	line-height: 1.6;
	}
.mudcolor{color: #FFC619;}
.newsize{
	font-size:20px !important;
	}
	
figure {
  background: #E9E9E9;
  margin: 45px 0px;
  padding: 5px;
}
figure .img-wrapper {
  position: relative;
  overflow: hidden;
  height: 230px;
}
figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 400ms;
  transition: transform 400ms;
}
figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
figure:hover .overlay {
  opacity: 1;
}
figure:hover .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background: rgba(255, 121, 9, 0.28);
  opacity: 0;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
figure .overlay a {
  display: inline-block;
  color: #fff;
  padding: 10px 23px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
figure .overlay a:hover {
  text-decoration: none;
}
figure .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure .buttons {
  position: absolute;
  top: 45%;
  left: 24%;
}
figure figcaption {
  padding: 20px 0px;
  margin-top: 0;
  color: #666;
}
figure figcaption h4 {
  margin: 0;
}
figure figcaption h4 a {
  color: #FF7909;
}
figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}
.contact-wrap {
    margin-top: 20px;
}
.contact-form .form-group label {
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 300;
	margin: 5px 0px;
}
.form-group .form-control {
    padding: 7px 12px;
    border-color: #C0C0C0;
    box-shadow: none;
}
.address-icon{
	width: auto;
	float: left;
	display: block;
	height: 106px;
	padding: 0px 15px 0px 0px;
	}
.address h5{
	font-size: 13px;
	line-height: 1.8;
	}
.email-icon{
	width: auto;
	float: left;
	display: block;
	height: 106px;
	padding: 0px 15px 0px 0px;
	}
.telephone-icon{
	width: auto;
	float: left;
	display: block;
	height: 106px;
	padding: 0px 15px 0px 0px;
	}

.phone p {
    text-align: justify;
    font-size: 16px;
    margin: 0px 0px;
    line-height: 25px;
}
.contact-wrap h4{
	font-size: 24px;
	font-weight: 600;
	margin: 0px 0px 5px 12px;
	}
.logo{
	width: 100%;
	display: block;
	margin: 20px 0px;
	height: 100px;
	border: 1px solid #BDBDBD;
	padding: 10px 0px;
	box-shadow: 5px 5px #ddd;
}
.abb-logo{
	padding: 15px 0px;
	}
.diamond-logo{
	padding: 15px 0px;
	}
.wartsila-logo{
	padding:15px 0px
	}
.portfolio-item {
    display: block;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
#portfolio img {
    width: 100%;
}
.portfolio-items article img {
    width: 100%;
}
.portfolio-item img {
    transition: all 300ms linear 0s;
}#portfolio img {
    width: 100%;
}
.portfolio-items article img {
    width: 100%;
}
.portfolio-item img {
    transition: all 300ms linear 0s;
}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}
.portfolio-item .portfolio-desc a {
    color: #FFF;
    text-align: center;
    display: block;
}
.portfolio-item:hover .portfolio-desc {
    padding-top: 30%;
    height: 100%;
    transition: all 200ms ease-in-out 0s;
    opacity: 1;
    background: rgba(0, 0, 0, 0.67) none repeat scroll 0% 0%;
}
.portfolio-item:hover .folio-info {
    height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
    top: 5px;
}
.portfolio-item .portfolio-desc a:hover {
    text-decoration: none;
}
.folio-info h5 {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}
.gallerypadding{
	padding: 15px 0px;
	}
.email a{
	color: #333;
	font-size: 14px;
	}
.phone p{
	color: #333;
	font-size: 14px;
	}
#logo-slider h1{
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	border-bottom: 2px solid rgb(255, 121, 9);
	width: 131px;
	margin: 10px auto;
	}
.project-icon{
	background:url(../images/project-Icon.jpg);
	width:16px;
	height:15px;
	float:left;
	margin-right:10px;
	}
 #map {
     width: 100%;
     height: 380px;
	 border-top: 3px solid #f58220;
	border-bottom: 3px solid #f58220;
      }