﻿@charset "utf-8";
/* CSS Document */
body
{
    font-family: 'Ek Mukta' , sans-serif;
    background-attachment: fixed;
    background-image: url(../images/bg.png);
    background-position: left top;
    color: #000000;
}
.top_head {
	background: #f7f7f7;
	display: block;
	height: 31px;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}
.top_head a {
	color: #666;
}
.top_head a:hover {
	color: #006699;
	text-decoration: none;
}
.top-link a {
	color: #666;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFDFDF;
	float: right;
	line-height: 29px;
	padding: 0 6px;
}
.sizechanger, .colorchanger {
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFDFDF;
}
.sizechanger a, .colorchanger a {
	float: left;
	line-height: 29px;
	padding: 0 7px;
	color: #666;
	text-decoration: none;
}
.sizechanger a:hover, .colorchanger a:hover {
	float: left;
	line-height: 29px;
	padding: 0 7px;
	color: #999;
	text-decoration: none;
}
a.hlink {
	background: #ef8a22 none repeat scroll 0 0;
	color: white;
	line-height: 25px;
	float: right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 7px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
a:hover.hlink, a:focus.hlink {
	background: #333;
	text-decoration: none;
	color: #FFF;
}
.skip {
	line-height: 29px;
	padding: 0 7px;
}
.blackbg {
	color: #FFF !important;
	background-color: #333;
}

.whitebg {
	color: #333 !important;
	background-color: #fff;
}
.header_middle {
	margin-top: 10px;
}
.title {
	font-size: 2.2em;
	color: #0d4a7e;
	text-decoration: none;
	float: left;
	/*padding-left: 30px;*/
	line-height: 29px;
	padding-top: 15px; padding-left:0!important;
	font-weight: 600;
}
.title p {
	font-size: 0.7em;
	color: #333;
	font-weight: lighter;
	margin-top: 5px;
}
.navbar-form {
	
	padding: 0px;
	margin-top: 0px;
}
.input-group .form-control {
	width: 130% !important;
}
.service-icon {
	border: 5px solid #111;
	display: inline-block;
	height: 85px;
	width: 85px;
	line-height: 101px;
	-webkit-transform: rotate(47deg);
	-moz-transform: rotate(47deg);
	-ms-transform: rotate(47deg);
	-o-transform: rotate(47deg);
	transform: rotate(47deg);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.service-item:hover .service-icon {
	border: 3px solid #ffcc00;
	margin-bottom: 0px;
    background:#111;
	color: #ff0000;
}
.service-icon i {
	-webkit-transform: rotate(-48deg);
	-moz-transform: rotate(-48deg);
	-ms-transform: rotate(-48deg);
	-o-transform: rotate(-48deg);
	transform: rotate(-48deg);
}
.service-item h3 {
	font-size: 20px;
	text-transform: uppercase;
}
.service-item p{   
    
    text-align: center;
}
.fa-envira {
	background-image: url(../images/farmer.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	float: left;
	height: 66px;
	width: 59px;
}
.fa-envira1 {
	background-image: url(../images/farmer1.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	float: left;
	height: 66px;
	width: 59px;
}
.fa-envira2 {
	background-image: url(../images/farmer2.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	float: left;
	height: 66px;
	width: 59px;
}
.fa-envira3 {
	background-image: url(../images/farmer3.png);
	background-repeat: no-repeat;
	background-position: center 15px;
	float: left;
	height: 66px;
	width: 59px;
}
.top-gap {
	margin-top: 35px;
}
.top-gap1 {
	margin-top: 45px;
}
.gap {
	margin-top: 10px;
}

.gap-top-bottom {
	margin-top: 10px; margin-bottom: 10px;
}


.gap1 {
	margin-top: 25px;
}
.gap2 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.gap3 {
	margin-top: 5px;
}
.gap4 {
	margin-top: 20px;
}
.block-body {
	background-color: #f0e1be;
	padding-top: 10px;
	padding-bottom: 30px;
}
#blog .blog-post img {
	margin-bottom: 20px;
}
.text-blue {
	color: #0d4a7e;
}
.text-purp {
	color: #63F;
}
.text-yel
{
    color: #FFCC00;
}
.gap-r{
	margin-right: 50px;
	}

/*TAB*/
main {
	max-width: 100%;
	padding: 0px;
	margin: 0 auto;
	background: #fff;
}
section {
	display: none;
	border: 1px solid #ddd;
	margin-left: 0px;
}
/*input {
	display: none;
}*/
.tab-a label {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	color: #999;
	border: 1px solid transparent;
	font-size: 1.1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -1px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.tab-a label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}
.tab-a label[for*='1']:before {
	content: '\f0a1';
}
.tab-a label[for*='2']:before {
	content: '\f073';
}
.tab-a label[for*='3']:before {
	content: '\f08d';
}
.tab-a label:hover {
	color: #888;
	cursor: pointer;
}
.tab-a input:checked + label {
	color: #333;
	border: 1px solid #ddd;
	border-top: 2px solid orange;
	border-bottom: 1px solid #fff;
}
#tab1:checked ~ #content1, #tab2:checked ~ #content2, #tab3:checked ~ #content3, #tab4:checked ~ #content4 {
	display: block;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#content1 ul {
	margin: 0px;
	padding: 0px;
}
#content1 ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	list-style-type: square;
	font-size: .9em;
	color: #333;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 20px;
}
#content1 .lastli {
	border: none;
}

 @media screen and (max-width: 650px) {
label {
	/*font-size: 0;*/
}
label:before {
	margin: 0;
	font-size: 18px;
}
}
 @media screen and (max-width: 400px) {
label {
	padding: 15px;
}
}
</style> /*******************/
@media (max-width: 767px) {
 .blog-post {
 margin-bottom: 40px;
}
}
/*panel*/
.ac-container {
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.ac-container label {
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #777;
	line-height: 33px;
	font-size: 15px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%, #eaeaea 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0 );
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
	font-weight: normal;
}
.ac-container label:hover {
	background: #fff;
}
.ac-container input:checked + label, .ac-container input:checked + label:hover {
	color: #333333;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1);
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffa500;
	background-color: #ffa500;
	font-weight: bold;
}
.ac-container label:hover:after, .ac-container input:checked + label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background-color: transparent;
	background-image: url(../images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.ac-container input:checked + label:hover:after {
	background-image: url(../images/arrow_up.png);
}
.ac-container input {
	display: none;
}
.ac-container article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p {
	color: #666;
	line-height: 0px;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.ac-container input:checked ~ article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small {
	height: 110px;
}
.ac-container input:checked ~ article.ac-medium {
	height: 180px;
}
.ac-container input:checked ~ article.ac-large {
	height: 190px;
}
/******service********/
.service-box {
	margin-bottom: 35px;
}
.service-box1 {	
	background-color: #3e9f02;	
	padding: 15px;
}
.service-icon-left .service-icon {
	float: left;
}
.service-icon1 {
	float: left;
}
.service-icon-left .service-content1 {
	padding-left: 70px;
}
.service-icon-left .service-content2 {
	padding-left: 70px;
}
.service-content h4 {
	margin-bottom: 6px;
	font-weight: 500;
}
.service-content1 p {
	color: #666;
}
.service-content2 p {
	color: #FFF;
}

.service-content1 h4 a{
	text-decoration: none;
	color:#000;
	font-weight: 600;
}
.service-content1 h4 a:hover {
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
.service-content2 h4 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: 600;
}
.icon-mini-effect {
	position: relative; background-color: #fff; border:1px solid #0d4a7e;
	display: block;
	z-index: 1;
	font-size: 1.2em;
	color: #0d4a7e;
	top: 10px;
	width: 55px;
	height: 55px;
	line-height: 32px;
	text-align: center;
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.icon-effect-1 {
	
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}
/*.gray-icon.icon-effect-1 {
	box-shadow: 0 0 0 0px #e48e05;
	-o-box-shadow: 0 0 0 0px #e48e05;
	-moz-box-shadow: 0 0 0 0px #e48e05;
	-webkit-box-shadow: 0 0 0 0px #e48e05;
}*/
.icon-effect-1:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.gray-icon1.icon-effect-1:after {
	background-color: #FC0;
}
.icon-effect-1.gray-icon1:hover, .service-box:hover .gray-icon.icon-effect-1 {
	color: #fff; background-color: #0d4a7e; border:1px solid #fff;
}
.icon-effect-1:hover:after, .service-box:hover .icon-effect-1:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}
.service-icon1 i {
	display: inline-block;
	padding-top: 13px;
	font-size: 1.8em;
}
/*******KEY*********/
.date {
	font-size: .9em;
}
.nopadding {
	margin: 0px;
	padding: 0px;
}
.recent-work {
	width: 100%;
	padding-bottom: 27%;
	background: #C3C9CC;
	display: table;
	text-align: center;
	vertical-align: middle;
	padding-top: 27%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin-bottom: 30px;
}
.recent-work span {
	margin-top: -0px;
	opacity: 0;
	position: relative;
	z-index: 1;
	border: 1px solid #CCC;
}
.recent-work:before {
	background: rgba(2, 56, 58, 0.7);
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	opacity: 0;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.recent-work:hover {
	background-size: 200%;
	background-position: center;
	color: #FFF;
}
.recent-work:hover:before, .recent-work:hover span {
	opacity: 1;
	color: #FFF;
}
/*******************/
.footer_bg {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffcc00;
	background-image: url(../images/bg-footer.jpg);
	background-repeat: repeat;
	background-position: center center;
}
.LinkFooter {
	font-size: .9em;
	text-decoration: none;
	color: #FC0;
}
.LinkFooter a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
.LinkFooter a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.footerText, .copyright {
	font-size: .9em;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 5px;
}
.rightFooter {
	font-size: 1em;
	text-decoration: none;
	text-align: right;
}
.visitor, .updated {
	color: #FFF;
	text-decoration: none;
	margin-bottom: 10px;
}
.line {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding-bottom: 30px;
}
.line1 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009900;
	padding-bottom: 10px;
}
.line2 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ec8c05;
	padding-bottom: 50px;
}
.line3 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ec8c05;
	padding-bottom: 30px;
}
.line4
{
    margin: -24px 0px 0px 0px;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: #CCCCCC;
    padding: 0px;
}
.copy {
	font-size: 14px;
	font-weight: 300;
	color: #929292;
	padding: 10px 0px;
	display: inline-block;
}
.fb {
	background: #1976d2;
}
.twitter {
	background: #2CAAE1;
}
.google {
	background: #c62828;
}
.rss {
	background: #ff8f00;
}
.icon {
	height: 40px;
	width: 40px;
	text-align: center;
	padding: 8px;
	display: inline-block;
	border: 1px solid transparent;
	font-size: 18px;
}
a .icon {
	color: #dadada;
}
/*.social-icon{
	float: right;
}*/
a .icon:hover {
	background: transparent;
}
a .fb:hover {
	color: #1976d2;
	border-color: #1976d2;
}
a .twitter:hover {
	color: #2CAAE1;
	border-color: #2CAAE1;
}
a .google:hover {
	color: #c62828;
	border-color: #c62828;
}
a .rss:hover {
	color: #ff8f00;
	border-color: #ff8f00;
}
.list-group a {
	font-size: 16px !important;
}


/*---------------------------------*/

.page-banner { height:200px; padding-left:10px; padding-right:10px;width: 100% !important;position: relative;}  
.inner_banner{ 
	width:100%!important;
	position:relative;
	
	}
	
	.about{ 
	background-image:url(../images/page-heading.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right;height: 180px;margin-left:10px!important; margin-right:10px!important; 
	}

.bott-al {
    border-bottom: 1px solid #e1e1e1;
    margin-top: 1px;  margin-bottom: 10px;
    padding-bottom: 1px;
}
ul.breadcrumbs {
	float: right;
	margin-top: 15px; list-style:none;
}
.no-subtitle ul.breadcrumbs {
	margin-top: 4px;
}
ul.breadcrumbs li {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 300;
	margin-left: 3px;
	color: #999;
	float: left;
}
ul.breadcrumbs li:before {
	content: '/';
	margin: 0 4px 0 2px;
	color: #bbb;
}
ul.breadcrumbs li:first-child {
	margin: 0;
}
ul.breadcrumbs li:first-child:before {
	content: '';
	margin: 0;
}
ul.breadcrumbs li a {
	color: #666;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#content {
    padding: 40px 0;
}


.list-group {
	padding-left: 0;
	margin-bottom: 20px
}
.list-group-item {
	position: relative;
	display: block;
	padding: 12.2px 12px;
	margin-bottom: 3px;
	background-color: #fff;
	border: 3px solid #000; font-size:16px;
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px
}
.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px
}
a.list-group-item, button.list-group-item {
	color: #555
}
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
	color: #333
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	color: #333;
	text-decoration: none;
	background-color: #d4e7f7;
}
button.list-group-item {
	width: 100%;
	text-align: left
}
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
	color: #777
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}
.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}
a.list-group-item-success, button.list-group-item-success {
	color: #3c763d
}
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
	color: inherit
}
a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}
a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}
.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}
a.list-group-item-info, button.list-group-item-info {
	color: #31708f
}
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
	color: inherit
}
a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}
a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}
.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}
a.list-group-item-warning, button.list-group-item-warning {
	color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
	color: inherit
}
a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}
a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}
.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}
a.list-group-item-danger, button.list-group-item-danger {
	color: #a94442
}
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
	color: inherit
}
a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}
a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}
.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}
.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}


/*-------------------------------------------------------new css by utsav..............................................*/
.bott_margin {
	margin-bottom: 10px;
}
.top_margin{
	margin-top: 10px;
}
.tab-pane
{
	width: 100%;
	border: 1px solid #111;
	background-color: #FFF;
	float: left;
	margin: 0px;
}
.pressRelease ul {
	height: 230px !important;
	margin-bottom: 0px;
	margin-bottom: 10px;text-align:left;
}
.pressRelease ul li{
	line-height: 1.5em;
	margin-bottom: 0px;
	font-size: 1em;
	color: #333;
	list-style-type: none;
}
.size{
	min-height: 16px;
	font-size: 1em;
	color: #838383;
	text-decoration: none;
	/*background-image: url(../images/pdf.png);
    padding-left: 20px;*/
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
	float: left;
	margin: 0px;
	padding-top: 0px;
	line-height: 25px;
}
.size img
{
    margin-right:3px;
}
.date
{
	font-size: .8em;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
	color: #666666;
}
.ticker
{
	overflow: auto;
	position: relative;
	background-color: #d7f6fe;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.ticker li {
	display: block;	
}
.ticker a {
	color: #000;
	text-decoration: none;
}
.ticker a:hover {
	color: #000;
	text-decoration: underline;
}
.ticker1
{
	overflow: auto;
	position: relative;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0px;
	
	padding-left: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	margin: 0px; line-height:24px;
}

.n-box
{
	padding: 5px 2px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 33px;
	font-size: 15px;
	background: #bfd255;
	background: -moz-linear-gradient(top,  #bfd255 0%, #8eb92a 0%, #8eb92a 19%, #72aa00 74%, #9ecb2d 100%);
	background: -webkit-linear-gradient(top,  #bfd255 0%,#8eb92a 0%,#8eb92a 19%,#72aa00 74%,#9ecb2d 100%);
	background: linear-gradient(to bottom,  #bfd255 0%,#8eb92a 0%,#8eb92a 19%,#72aa00 74%,#9ecb2d 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 );
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1);
	height: 45px;
}
.n-box-red
{
	padding: 5px 2px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 33px;
	font-size: 15px;
	background: rgb(255,168,76);
background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,110,0,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,110,0,1) 100%);
background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,110,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff6e00',GradientType=0 );
	height: 45px;
}
.n-box-blue
{
	padding: 5px 2px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 33px;
	font-size: 15px;
	background: rgb(0,183,234);
background: -moz-linear-gradient(top,  rgba(0,183,234,1) 0%, rgba(0,139,178,1) 100%);
background: -webkit-linear-gradient(top,  rgba(0,183,234,1) 0%,rgba(0,139,178,1) 100%);
background: linear-gradient(to bottom,  #111 0%,#111 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b7ea', endColorstr='#008bb2',GradientType=0 );
}

.more {
	float: right;
	width: auto;
	margin-top: 1px;
	padding: 0px;
	clear: right;
	font-size: 11.5px;
	text-decoration: none;
	font-weight: normal;
	margin-right: 10px;
}
.more a {
	color: #FFFFFF;
	text-decoration: none;
}

.more2 a {
	color: #FFFFFF;
   text-align:center;
}

.more a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/*For li with Image */
.mini-list {
    width: 100%;
    text-align: center;
    list-style: none;
    margin-top: 2px;
    margin-bottom:15px;
    color: #606060;
   
    font-size: 0.9em;
}
.mini-list ul {
    margin: 0;
    padding: 0;
 
}
.mini-list li 
{   
    width:100%;
    padding-top: 4px;
    padding-left: 20px; padding-right:20px;
    padding-bottom: 10px; margin-left:5px;
    text-align: left;
   
    margin-top: 0;
    margin-bottom: 1px;
    background:url(../images/arrow.gif) no-repeat;
    background-position: 0 6px;
    border-bottom-style: dotted;
    border-bottom-color: #D6D1D1;
    line-height: 18px;
    font-weight: normal;
    border-bottom-width: 1px;
    list-style-type: none;
}
.mini-list li.lastLi
{
    border:0px;
} 
.mini-list p 
{
  font-size: 1em;
 /* font-size: .9em;*/
  color: #606060;
  text-decoration: none;
  text-align: justify;
   margin-top: 5px;    
}
.mini-list a 
{
    color:#606060;
}
.mini-list a:hover
{
    color:#606060; 
}
.mini-list .lilast 
{
    border-bottom: 0px;    
}
.top-functions {	
	clear: both;
	background-image: url(../images/flag.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 30px;
	width: 100%;
}
.photo {
    float:left;
	width: 100%;
	padding-bottom: 10px;
}
.photo img {
	border: 4px solid #e8e4e3;
	float: left;
}
.FunName {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0px;
    border:1px solid black; padding:5px
}
.FunName h1
{
    font-size: 1em;
    color: #333333;
    text-decoration: none;
    font-weight: bold;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 100px;
    line-height: 10px;
    margin-bottom: 0px;
}
.FunName h2
{
    font-size: .9em;
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    padding: 0px;
    margin-top: 10px;
    margin-left: 100px;
    line-height: 15px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.space-g{
	font-size: 12px;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #5C5C5C;
}
.bg-white{
	background-color: #FFF; padding-bottom:10px;
}
.time {
	background-image: url(../images/time.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-left: 22px;
	font-size: 0.9em;
	color: #5a5a5a;
	text-decoration: none;
	margin-top: 5px;
	height: 19px;
	padding-top: 2px;
}
.box-dep{
	color: #333;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
}
.bg-co1{
	background-color: #ffe9d2;
}
.bg-co2{
	background-color: #f5f5f5;
}
.bg-co3{
	background-color: #ecfdc5;
}
.panel-footer ul{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.panel-footer li{
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom:7px;
	padding-left: 0px;
	min-height: 48px
}

.panel-footer1{
	line-height: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin: 0px;
	padding: 0px;	
}
.panel1 {
	margin-bottom: 0px;
	background-color: #ff7500;
	border: 1px solid transparent;
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}
.panel-footer .lastli {
	border: none;
}

.box_text{ font-size:1.2em; line-height:34px;}
.box_red a{ background-color:#d9534f; padding:10px; float:right; color:#FFF; line-height:34px; width:100%; }
.box_red a:hover{ background-color:#b92b26; padding:10px; float:right; color:#FFF; line-height:34px; }

.box_blue a{ background-color:#337ab7; padding:10px;float:left;color:#FFF;line-height:34px;width:100%;  }
.box_blue a:hover{ background-color:#1a5689; padding:10px;float:left;color:#FFF;line-height:34px; }

.box_green a{ background-color:#309309; padding:10px; float:right; color:#FFF; line-height:34px; width:100%; }
.box_green a:hover{ background-color:#107608; padding:10px; float:right; color:#FFF; line-height:34px; }

.box_orange a{ background-color:#dd8314; padding:10px; float:right; color:#FFF; line-height:34px; width:100%; }
.box_orange a:hover{ background-color:#dc710b; padding:10px; float:right; color:#FFF; line-height:34px; }

.box_paddingL{ padding-left:15px; padding-right:0;}
.box_paddingR{ padding-left:0; padding-right:15px;}
.box_paddingLL{ padding-left:15px;}
.box_paddingRR{ padding-right:15px;}
.search
{
   
    float: right;
}

.top_gap {
    margin-top: 11px;
}


.top_gap {
    margin-bottom: 10px;
}

.border_line {
    border: 1px solid #e1e1e1;
    background-color: #f5f5f5;
    width: 100%;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
}
.pageheight
{
    min-height : 527px;
}
.box-menu-inner {
    border: 1px solid #e1e1e1;
    background-color: #f2f5f8;
    padding: 9px 15px 14px 15px;
}
.align_r {
	text-align:right;
}

.form-control-feedgriev {
    height: 40px;
    padding-top: 0px;
    padding-right: 6px;
    padding-bottom: 5px;
    padding-left: 8px;
    border-radius: 0px;
    width: 100%;
    font-size: 0.9em;
    margin-bottom: 25px;
    border: 1px solid #C1C1C1;
}
.control2 {
    width: 50%;
}

.form-group-grievance input, .form-group-grievance combo, .form-group-grievance textarea {
    padding: 10px;
}
.form-group-grievance {
    margin-bottom: 15px;
}
.spnMandatory {
    color: Red;
}
.form-group1 input, .form-group combo, .form-group textarea {
    padding: 10px;
}

.form-control1 {
    height: auto;
    padding-top: 5px;
    padding-right: 6px;
    padding-bottom: 5px;
    padding-left: 12px;
    width: 95%;
    border: 1px solid #C1C1C1;
}
.btn1 {
    display: inline-block!important;
    padding: 3px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    border-color: #d4d5d6;
    background-color: #dbdbdf;
}
.float-l {
    float: left;
}
.list
{
    list-style-type: none;
}
.ul-line
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #E1E1E1;
    padding-top: 5px;
    padding-bottom: 5px;
}
p
{
    text-align: justify;
}
.t-gap
{
    margin-top: 25px;
    margin-bottom: 13px;
}
.thumbnail p
{
    text-align: center;
}
.W100
{
    width:100%;
}
.dynamic_update, photo {
    float: left;
    width: 100%;
}
.dynamic_update ul {
    padding: 0px;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 10px;
}
.dynamic_update li {
    list-style-type: none;
    line-height: 14px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
    padding-bottom: 10px;
    padding-top: 10px;
}
.dynamic_update li a {
    font-size: 13px;
    color: #333;
    text-decoration: none;
}
.socialIconBox {
    top: 130px;
    width: 53px;
    height: 200px;
    left: 0px;
    position: fixed;
    margin-right: 0px;
    z-index: 9999;
    background-color: #fff;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #e2e2e2;
    padding-top: 5px;
    padding-bottom: 7px;
    -webkit-box-shadow: 10px -4px 14px -9px rgba(0,0,0,0.31);
    -moz-box-shadow: 10px -4px 14px -9px rgba(0,0,0,0.31);
    box-shadow: 10px -4px 14px -9px rgba(0,0,0,0.31);
}
.iconsocial {
    float: left;
    margin-top: 7px;
    margin-left: 6px;
}
.disp_inline{
display:inline !important;
}

.container2{ width:100%;}
.container{ width:92%;}
.container3{ width:96%; margin:20px auto;}
.paddingRight{ padding-right:0;}
.BothPadding{ margin-left:-5px; margin-right:-5px;}

ul.social_icons, ul.tag {
	list-style: none;
	padding: 0;
	float: right;
	display: block;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
ul.social_icons li, ul.tag li {
	display: inline-block;
	margin-right: 5px;
}
ul.social_icons li a i {
	border-radius: 50%;
	color: #FFFFFF;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	padding: 0;
	text-align: center;
	width: 30px;
	opacity: .8;
}
.social_icons .fa-facebook:hover, .social_icons .fa-twitter:hover, .social_icons .fa-linkedin:hover, .social_icons .fa-youtube:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transition-duration: 2s;
	transition-property: all;
	transition-timing-function: ease;
	opacity: 1;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}
.social_icons .fa-facebook {background: #0182c4;}
.social_icons .fa-twitter {	background: #20B8FF;}
.social_icons .fa-linkedin {background: #007ab9;}
.social_icons .fa-youtube {	background: #cf3427;}

/*Banner*/
.social-area-polyt a .sp-icon-s .fa {width: 20px; height: 20px;transition: all 0.5s ease;line-height: 20px;border-radius: 50%;text-align: center;font-size: 10px;color: #fff;}
.social-area-polyt a .sp-icon-s:hover .fa { background: #970209; }
.social-area-polyt a .sp-icon-s .fa-facebook {background: #0f7fe2; }
.social-area-polyt a .sp-icon-s .fa-twitter {background: #00ace2;        }
.sp-icon-s-env .fa { color: #ffc826; margin-right: 4px;        }
.sp-icon-s-env { font-size: 11px; color: #fff;}
.social-area-polyt p{margin-bottom:0px;}
.sec-sliderrea{width:100%; margin-right: auto; margin-left: auto;    margin-top: 10px;}
.mid-slid{padding: 0px 10px;}
.sec-sliderrea .carousel-control {display: none;}
.stky2 img {width: 100px;height: 100px; object-fit: cover;  margin: 0px auto;border-radius: 50%; border: 2px solid #fff9d4;}
.stky-inn h2{ text-align: center; color: #ffc826; margin-top:3px; margin-bottom: 4px;}
.stky-inn p{ text-align: center; color: #fff; margin-top: 3px; margin-bottom: 3px;}
.stkyl img { width: 100px; height: 100px; object-fit: cover; margin: 0px auto; border-radius: 50%; border: 2px solid #fff9d4;}
.mid-slid .carousel-inner > .item > img, .carousel-inner > .item > a > img { object-fit: cover; }
.left-asside-slid {   padding-top: 14px; background:url(../images/slidet-asside.png);  }
.right-asside-slid {padding-top: 14px;background:url(../images/slidet-asside.png); }	
.mid-slid .carousel { box-shadow: 0 0px 0px #797979;}
.mid-slid{ padding:0;  }

.sec-sliderrea .left-col-sl{padding-right:0px;}
.sec-sliderrea .right-col-sl{padding-left:0px;}

.sec-sliderrea {  width: 100%;  display: inline-block;  margin-right: auto;  margin-left: auto;}
.sp-icon-s { margin-right: 3px;}
.stky-inn { color: #fff; text-align: center;}
.polyt-site a {color: #ffc826;}
.center{ text-align:center; vertical-align:middle;}

.blackbg{ background-color:#000; margin-left:-5px; margin-right:-5px;}
.searcharea{ float:right;}
.RSide{ padding-right:0;}

/* Search*/
#adBlock
{
    display:none !important;
}
.gsc-input{height:22px !important; margin-top:2px;}
td.gsc-clear-button { display: none !important; } 
.form.gsc-search-box{ width: 230px !important;}
.cse form.gsc-search-box, form.gsc-search-box{ padding: 0px !important;}
form.gsc-search-box{width: 230px !important;height:22px !important; margin-top:2px;}
.cse input.gsc-input, input.gsc-input{font-size: 12px !important;}
.b_ c_{ margin:10px 0 !important;}
.gs-result .gs-title,.gs-result .gs-title * { color: #0000cc; text-decoration: none!important;}
.lhHeader{ display: none !important; } 
.cse form.gsc-search-box, form.gsc-search-box { margin-bottom: 0!important; padding: 0px 4px 2px 0px !important;}
.top-li{ margin-top:0!important;}
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;margin-top:2px;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  padding: 0 8px;
  height: 22px!important;
  min-width: 54px;
  background-color: #333333;
  border: 1px solid #000;
  border-radius: 0px!important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0 !important;
}
.cse table.gsc-search-box td.gsc-input,
table.gsc-search-box td.gsc-input { padding-right:0!important; padding-top:2px!important;}

.gapTitle{ margin-top:20px;margin-bottom:10px;}


.gcsc-branding
{
   display:none !important;    
}

/* Search*/

.form-group {
   margin-bottom: 0px;
}



.context_area p { font-size: 1.1em;color: #333; text-decoration: none; text-align: justify; line-height:26px!important;}
.context_area h4 { font-size: 1.2em;color: #333; margin:10px 0px; font-weight:600;}

.mini-list {color: #333;  font-size:1.1em; margin-top: 2px; text-align: center; width: 100%;}
.mini-list ul { margin: 0; padding: 0;  list-style: outside none none;}
.mini-list li { background: rgba(0, 0, 0, 0) url("../Images/arrow-2.gif") no-repeat scroll 0 6px; border-bottom: 1px dotted #a5a5a5;font-weight: normal; 
                line-height: 24px;list-style-type: none;margin-bottom: 10px; margin-top: 0; padding-bottom: 10px;padding-left: 26px; 
                padding-top: -2px;text-align: left; width: 100%;}

.mini-list a {color: #333;}
.mini-list a:hover {color: #333;text-decoration:underline;}
.mini-list li.lastli { border-bottom:0px!important;}
.mini-list p { color: #333; font-size: 1.1em; margin-top: 5px; text-align: justify; text-decoration: none;}


.no_listing { color: #333;   font-size: 1.1em; margin-top: 2px; width: 96%;}
.no_listing ul {  margin: 0; padding: 0;}
.no_listing li {border-bottom: 1px dotted #888888; background-image:none; font-weight: normal; line-height: 28px;
                 margin-bottom: 1px;margin-top: 0; padding-bottom: 10px; padding-top: 2px; text-align: left; width: 96%; padding-left: 10px;}
.no_listing a {color: #606060;}
.no_listing a:hover {color: #606060;text-decoration:underline;}
.no_listing li.lastLi {border:0px!important;}
.no_listing li:last-child { border-bottom:0px!important;}

.number-list {color: #333; font-size: 1.1em; }
.number-list ol { list-style-type:decimal!important;}
.number-list li {color: #333;  width: 100%; padding-left: 10px; list-style-type:decimal!important;border-bottom: 1px dotted #a5a5a5;padding-bottom: 10px;margin-bottom: 10px;}
.number-list li a { font-weight: normal; line-height: 24px;padding-left: 10px; padding-top: -2px;text-align: left;}
.number-list li a:hover { color:#eb5e09; text-decoration:none;}
.number-list p { color: #333; font-size: 1.1em; margin-top: 5px; text-align: justify; text-decoration: none;}
.number-list a {color: #333; list-style-type:decimal!important;}
.number-list a:hover {color: #606060;text-decoration:underline;}
.number-list li.lastli { border-bottom:0px!important;}
.table{ font-size:1.1em!important;}
.btnarea{ margin:10px 0; }
.text-area{ clear:both;}


.form-control 
{
    border-radius: 4px!important;
    width: 100%;
               }

.form-group-grievance input.form-control {
    height: auto;
}

    img{ max-width:100%;}  
.mid-slid{ }
.left-asside-slid {height:300px!important; padding-bottom:10px!important; }
.right-asside-slid {height: 300px!important; }
.stky-inn h2 { font-size:16px!important;}	
.stky-inn p {font-size:12px!important; line-height: 16px!important;} 
.stky2 img {width: 170px!important; height: 175px!important; margin-bottom:5px!important;}
.stkyl img {width: 190px!important; height: 190px!important; margin-bottom:5px!important;}
.title {font-size: 2em!important; float: left; padding-left: 30px; padding-top:15px!important;}
.title p {font-size: 0.7em!important;color: #333;font-weight: lighter;margin-top: 8px; }
ul.social_icons, ul.tag {margin-top: 35px!important;}
.img_hight{ height:247px; width:100%; background: center center;}
.box_text {font-size: 1.2em!important; line-height: 32px!important; }


#section-portfolio {
	text-align: center;
	position: relative;
}
#section-portfolio .portfolio-item {
	margin: 0px;
	overflow: hidden;
	display: block;
	position: relative;
	cursor: pointer;
}
#section-portfolio .portfolio-item .hover-overlay {
	padding: 20px 5% 0px 35%;
	transition: 0.6s ease-out;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	-webkit-transition: all 0.6s ease-out;
	-webkit-transform: translateX(-100%);
}
#section-portfolio .portfolio-item .hover-overlay1 {
	padding: 20px 5% 0px 35%;
	transition: 0.6s ease-out;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	transform: translateX(-100%);
	-webkit-transition: all 0.6s ease-out;
	-webkit-transform: translateX(-100%);
}
#section-portfolio .portfolio-item img {
	transition: 0.6s ease-out;
	transform: translateX(0px);
	-webkit-transition: all 0.6s ease-out;
	-webkit-transform: translateX(0px);
}
#section-portfolio .portfolio-item:hover img {
	transform: translateX(70%);
	-webkit-transform: translateX(70%);
}
#section-portfolio .portfolio-item:hover .hover-overlay {
	transform: translateX(-30%);
	-webkit-transform: translateX(-30%);
}
#section-portfolio .portfolio-item:hover .hover-overlay1 {
	transform: translateX(-30%);
	-webkit-transform: translateX(-30%);
}
#section-portfolio .portfolio-item-description {
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: rgb(204, 204, 204);
	padding: 0px 10px;
	border-image: none;
	background-color: rgb(255, 255, 255);
}
#section-portfolio .portfolio-item-description h3 {
	margin: 0px;
	padding: 15px 0px;
	color: rgb(85, 85, 85);
	line-height: 30px;
	font-size: 18px;
	font-weight: 400;
}
#section-portfolio .portfolio-item p {
	text-align: left;
	color: rgb(255, 255, 255);
	line-height: 25px;
}
#section-portfolio .portfolio-item a i {
	border-radius: 50%;
	border: 2px solid rgb(255, 255, 255);
	border-image: none;
	width: 45px;
	height: 45px;
	text-align: center;
	color: rgb(255, 255, 255);
	padding-top: 12px;
	font-size: 18px;
	margin-right: 15px;
}
#section-portfolio .portfolio-item a:hover i {
	background-color: rgb(255, 255, 255);
}
#section-portfolio .portfolio-item a:last-child i {
	margin-right: 0px;
}
#section-portfolio .portfolio-item .hover-overlay {
	background-color: #02b8ce;
}
#section-portfolio .portfolio-item .hover-overlay1 {
	background-color: #019a7b;
}
div#slider {
	overflow: hidden;
}
div#slider figure img {
	width: 20%;
	float: left;
}
div#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 10s slidy infinite;
}
@keyframes slidy {
0% {
left: 0%;
}
20% {
left: 0%;
}
25% {
left: -100%;
}
45% {
left: -100%;
}
50% {
left: 0%;
}
}
.thumbnail_in {
	display: block;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #E9E9E9;
}
.thumbnail_in>img, .thumbnail_in a>img {
	margin-right: auto;
	margin-left: auto
}
.thumbnail_in>img {
	display: block;
	max-width: 100%;
	height: auto
}
.hover-overlay ul {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.hover-overlay li {
	color: #FFF;
	float: left;
	text-align: left;
	margin-bottom: 10px;
	font-size: 12px;
	margin-top: 5px;
}
.scroll-left {
	height: 18px;
	overflow: hidden;
	position: relative;
	width: 99%;
}
.scroll-left p {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: left;
	/* Starting position */
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(50%);
	/* Apply animation to this element */	
	-moz-animation: scroll-left 40s linear infinite;
	-webkit-animation: scroll-left 30s linear infinite;
	animation: scroll-left 30s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0% {
-moz-transform: translateX(100%);
}
 100% {
-moz-transform: translateX(-100%);
}
}
@-webkit-keyframes scroll-left {
 0% {
-webkit-transform: translateX(100%);
}
 100% {
-webkit-transform: translateX(-100%);
}
}
@keyframes scroll-left {
 0% {
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%);
}
 100% {
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%);
}
}


.ticker_to {
	font-size: 1em;
	color: #000;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
	float: left;
	background-color: #EBEBEB;
	border: 1px solid #DFDFDF;
}
.ticker_to a {
	color: #000;
	text-decoration: none;
}
.ticker_to a:hover {
	color: #000;
	text-decoration: underline;
}
.noborder{
    border-width: 0px !important;
    border: 0px !important;
}