@charset "utf-8";
/* CSS Document */
/*css new */
	.topbar {
	    /*background-color: #f2f2f2;*/
	    position: relative;
	    z-index: 200;
	    padding-bottom: 0px;
	    padding-top: 0px;
	    line-height: 0px;
	}
	
	.topbar > div {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -moz-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
	
	.topbar .widget {
	    margin-bottom: 0;
	}
	
	.topbar .topbar-widgets {
	    -webkit-box-flex: 1;
	    -webkit-flex-grow: 1;
	    -moz-box-flex: 1;
	    -ms-flex-positive: 1;
	    flex-grow: 1;
	}
	
	.topbar .topbar-left .widget .flaticon-sign {
	    margin-right: 10px;
	}
	
	.topbar .topbar-left .widget {
	    float: left;
	}
	
	.topbar .topbar-left .induscity-office-location-widget .office-switcher {
	    float: left;
	}
	
	.topbar .topbar-left .induscity-office-location-widget .topbar-office {
	    padding-right: 0;
	    padding-left: 30px;
	}
	
	.topbar .topbar-left .induscity-languages-widget {
	    float: left;
	}
	
	.topbar .topbar-right .widget {
	    float: right;
	    padding-left: 15px;
	    padding-right: 15px;
	    position: relative;
	}
	
	.topbar .topbar-right .widget:before {
	    content: '';
	    width: 1px;
	    height: 20px;
	    /*background-color: #e0e0e0;*/
	    position: absolute;
	    left: 0;
	    top: 5px;
	}
	
	.topbar .topbar-right .widget:first-child {
	    padding-right: 0;
	}
	
	.topbar .topbar-right .widget:last-child:before {
	    display: none;
	}
	
	.topbar .topbar-right .induscity-languages-widget .list-dropdown ul {
	    left: auto;
	    right: 0;
	}
	
	.topbar i[class*="flaticon-"] {
	    -webkit-transform: translateY(2px);
	    -ms-transform: translateY(2px);
	    transform: translateY(2px);
	    display: inline-block;
	}
	
	.topbar .induscity-social-links-widget {
	    -webkit-transform: translateY(3px);
	    -ms-transform: translateY(3px);
	    transform: translateY(3px);
	}
	
	.topbar .induscity-social-links-widget a {
	    font-size: 14px;
	}
	
	.topbar .induscity-social-links-widget a:hover {
	    color: #f7c02d;
	}
	.induscity-office-location-widget .topbar-office {
	    padding-right: 30px;
	    display: none;
	    -webkit-transform: translateY(2px);
	    -ms-transform: translateY(2px);
	    transform: translateY(2px);
	}
	
	.induscity-office-location-widget .topbar-office.active {
	    display: inline-block;
	}
	
	

	.induscity-office-location-widget .topbar-office li {
	    display: inline-block;
	    padding: 0 2px;
	    position: relative;
	    line-height: 15px;
	}
	
	/*.induscity-office-location-widget .topbar-office li:before {
	    content: '';
	    width: 1px;
	    height: 2px;
	    background-color: #e0e0e0;
	    position: absolute;
	    left: 0;
	    top: 0px;
	}
	
	.induscity-office-location-widget .topbar-office li:first-child {
	    padding-left: 0;
	}*/
	
	.induscity-office-location-widget .topbar-office li:first-child:before {
	    display: none;
	}
	
	.induscity-office-location-widget .topbar-office li:last-child {
	    padding-right: 0;
	}
	
	.induscity-office-location-widget .topbar-office li i {
	    color: #f7c02d;
	    padding-right: 10px;
	    font-size: 18px;
	}
	
	.induscity-office-location-widget .topbar-office li i:before {
	    font-size: 18px;
	}



/*logo start*/
.logo
{
	float:left;
	margin-top:9px;
}

/* main navigation*/
/*----- Toggle Button -----*/
.toggle-nav {
	display:none;
}

.header_bg {
    width: 100%;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    height: 568px;
}

.header_bg2 {
    width: 100%;
    background-image: url(../images/bg2.jpg);
    background-repeat: repeat-x;
    height: 185px;
}
.green
{
	background:#6aa63b;
}
.pink
{
	background:#ca0c6a;
}
.orange
{
	background:#e64629;
}
.maroon
{
	background:#a80909;
}
.skyblue
{
	background:#07a2d3;
	
}
.purple
{
	background:#5b27c7;
}

figure.fixedratio 
{
       /* 450px/800px = 0.5625 */
     background-image: url(../images/slider-bg.jpg) repeat-x;
     background-size: cover;
     -moz-background-size: cover;  /* Firefox 3.6 */
     background-position: center;  /* Internet Explorer 7/8 */
}

/*.slider_bg {
    width: 100%;
    background-image: url(../images/slider-bg-r.jpg);
    background-repeat: repeat-x;
    height: 110px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 8px 7px 7px 7px;
}*/




.slider_bg {
    width: 100%;
    background-image: url(../images/slider-bg.jpg);
    background-repeat: repeat-x;
    height: 354px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 7px 1px 7px 1px;
}

.left_bg {
    width: 252px;
    background-image: url(../images/left-bg.png);
    background-repeat: no-repeat;
    height: 344px;
}


/*----- Menu -----*/
@media screen and (min-width: 860px) {
	.menu {
	/*width:100%;*/
	padding:10px 18px;
	margin-top:32px;
	/*box-shadow:0px 1px 1px rgba(0,0,0,0.15);*/
	/*border-radius:3px;*/
	/*background:#303030;*/
	}
}

.menu ul {
	display:inline-block;
}

.menu li {
	margin:0px 50px 0px 0px;
	float:left;
	list-style:none;
	font-size:17px;
}

.menu li:last-child {
	margin-right:0px;
}

.menu a {
	text-shadow:0px 1px 0px rgba(0,0,0,0.5);
	color:#777;
	transition:color linear 0.15s;
}

.menu a:hover, .menu .current-item a {
	text-decoration:none;
	color:#66a992;
}

/*----- Search -----*/
.search-form {
	float:right;
	display:inline-block;
}

.search-form input {
	width:200px;
	height:30px;
	padding:0px 8px;
	float:left;
	border-radius:2px 0px 0px 2px;
	font-size:13px;
}

.search-form button {
	height:30px;
	padding:0px 7px;
	float:right;
	border-radius:0px 2px 2px 0px;
	background:#66a992;
	font-size:13px;
	font-weight:600;
	text-shadow:0px 1px 0px rgba(0,0,0,0.3);
	color:#fff;
}

/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
	.wrap {
		width:90%;
	}
}

@media screen and (max-width: 970px) {
	.search-form input {
		width:120px;
	}
}

@media screen and (max-width: 860px) {
	.menu {
		position:relative;
		display:inline-block;
	}

	.menu ul.active {
		display:none;
	}

	.menu ul {
		width:100%;
		position:absolute;
		top:120%;
		left:0px;
		padding:10px 18px;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:#303030;
	}

	.menu ul:after {
		width:0px;
		height:0px;
		position:absolute;
		top:0%;
		left:22px;
		content:'';
		transform:translate(0%, -100%);
		border-left:7px solid transparent;
		border-right:7px solid transparent;
		border-bottom:7px solid #303030;
	}

	.menu li {
		margin:5px 0px 5px 0px;
		float:none;
		display:block;
	}

	.menu a {
		display:block;
	}

	.toggle-nav {
		padding:20px;
		float:left;
		display:inline-block;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:#303030;
		text-shadow:0px 1px 0px rgba(0,0,0,0.5);
		color:#777;
		font-size:20px;
		transition:color linear 0.15s;
	}

	.toggle-nav:hover, .toggle-nav.active {
		text-decoration:none;
		color:#66a992;
	}

	.search-form {
		margin:12px 0px 0px 20px;
		float:left;
	}

	.search-form input {
		box-shadow:-1px 1px 2px rgba(0,0,0,0.1);
	}
}



/*--------------------------------------------------
	  **Tech And All Social Icons Roll Over**
---------------------------------------------------*/
.social-icons {
	padding: 0!important;
	margin: 0!important;
	list-style-type: none!important;
}
.social-icons li{
	float: left!important;
	margin-right: 2px!important;
	margin-bottom: 2px!important;
	padding: 0px!important;
	display: inline!important;
	width: auto!important;

}			
.social-icons li a {
	-moz-transition: all 0.3s ease 0s;
	display: block!important;
	float: left!important;
	height: 100%!important;
	margin: 0!important;
	padding: 0!important;
	width: 40px!important;
	height: 40px!important;
	text-indent: -9999px!important;
}
.social-icons li a:hover {
	background-position: 0 -40px!important;
}
.social-icons li a {
	background-color:transparent;
}

.social-icons li.facebook a {
	background:url(../images/icons/facebook.png) no-repeat 0 0;
}

.social-icons li.twitter a {
	background:url(../images/icons/twitter2.png) no-repeat 0 0;
}

.social-icons li.linked a {
	background:url(../images/icons/linkedin.png) no-repeat 0 0;
}
.social-icons li.skype a {
	background:url(../images/icons/skype.png) no-repeat 0 0;
}


.heading_1 {
    font-family: 'Geometr212BkCnBTBook';
    font-size: 22px;
    color: #3a4908;
}

.heading_2 {
    font-family: 'Geometr212BkCnBTBook';
    font-size: 16px;
    color: #3a4908;
}
.heading_3 {
    font-family: 'Geometr212BkCnBTBook';
    font-size: 22px;
    color: #3a4908;
	padding-top: 282px;
     text-align: center;
	
}

.heading_4 {
    font-family: 'Geometr212BkCnBTBook';
    font-size: 16px;
    color: #3a4908;
	text-align: center;
}

.heading_5 {
    font-family: 'Geometr212BkCnBTBook';
    font-size: 14px;
    color: #3a4908;
	text-align: center;
}




.heading_6 {
    font-family: 'Geometr212BkCnBTBook';
    font-size: 22px;
    color: #3a4908;
	padding-top: 195px;
     text-align: center;
	
}

.heading_7 {
    font-family: 'Geometr212BkCnBTBook';
    font-size: 16px;
    color: #3a4908;
	text-align: center;
}

.heading_8 {
    font-family: 'Geometr212BkCnBTBook';
    font-size: 14px;
    color: #3a4908;
	text-align: center;
}






.email a:hover {
    text-decoration: underline;
    color: #333333;
}
.email a:link {
    text-decoration: none;
}
.email a {
    font-family: Calibri;
    font-size: 16px;
    color: #333333;
    display: run-in;
}
.text_3 {
    font-family: Calibri;
    font-size: 16px;
    line-height: 20px;
}

.right_box {
    background-color: #e8fbc1;
    border-top: solid 1px #d1f090;
    border-left: solid 1px #d1f090;
    border-right: solid 1px #d1f090;
    -moz-border-radius-topleft: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    border-top-right-radius: 15px;
   padding: 0px 20px 10px 10px;
   width: 283px;
   margin-top: 17px;
}
.bottom_bg {
    width: 282px;
    margin-top: 0px;
    background-image: url(../images/bottom.png);
    background-repeat: no-repeat;
    height: 52px;
    z-index: 1000;
}
.bottom_bg  p {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
	text-align:center;
	padding: 21px;
    font-weight: bold;
}

.bottom_bg  p a {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
	text-align:center;
}
	


.weoffer {
	margin:0;
}

.weoffer ul {
	margin:0;
	padding:0;
}
	
	
ul li {
    margin: 10px 0;
    margin-bottom: 5px;
    font-weight: 500;
   /* position: relative;
    width: 50%;
    float: left;*/
    list-style-type: none;
	
	font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333333;
border-collapse: collapse;
}


.white_gre {
    background: rgba(241,241,241,1);
    background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 97%, rgba(241,241,241,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(3%, rgba(255,255,255,1)), color-stop(97%, rgba(255,255,255,1)), color-stop(100%, rgba(241,241,241,1)));
    background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 97%, rgba(241,241,241,1) 100%);
    background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 97%, rgba(241,241,241,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 97%, rgba(241,241,241,1) 100%);
    background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 97%, rgba(241,241,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1', GradientType=0 );
    border: solid 1px #dbd8d8;
        border-left-color: rgb(219, 216, 216);
        border-left-style: solid;
        border-left-width: 1px;
    padding: 8px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-left: solid #7a971c 5px;
    color: #424241;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}



.white_gre1 {
    background: rgba(241,241,241,1);
    background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 97%, rgba(241,241,241,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,241,241,1)), color-stop(3%, rgba(255,255,255,1)), color-stop(97%, rgba(255,255,255,1)), color-stop(100%, rgba(241,241,241,1)));
    background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 97%, rgba(241,241,241,1) 100%);
    background: -o-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 97%, rgba(241,241,241,1) 100%);
    background: -ms-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 97%, rgba(241,241,241,1) 100%);
    background: linear-gradient(to bottom, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 3%, rgba(255,255,255,1) 97%, rgba(241,241,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1', GradientType=0 );
    border: solid 1px #dbd8d8;
        border-left-color: rgb(219, 216, 216);
        border-left-style: solid;
        border-left-width: 1px;
    padding: 8px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-left: solid #7a971c 5px;
    color: #424241;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	height:380px;
}

.white_gre1 {
    color: #424241;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}


#description {
    margin: auto;
    width: 680px;
}
.white_gre {
    color: #424241;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.mt-10 {
	margin-top:10px;
}
.mt-20 {
	margin-top:20px;
}
.mt-30 {
	margin-top:30px;
}
.mt-40 {
	margin-top:40px;
}
.mt-50 {
	margin-top:50px;
}
.mt-60 {
	margin-top:60px;
}
.mt-70 {
	margin-top:70px;
}
.mt-80 {
	margin-top:80px;
}
.mt-90 {
	margin-top:90px;
}
.mt-100 {
	margin-top:100px;
}
.pt-20 {
	padding-bottom:20px;
}
.pt-30 {
	padding-bottom:30px;
}
.pt-40 {
	padding-bottom:40px;
}
.pt-10 {
	padding-bottom:10px;
}
.pt-50 {
	padding-bottom:50px;
}
.pt-60 {
	padding-bottom:60px;
}
.pt-70 {
	padding-bottom:70px;
}
.pt-80 {
	padding-bottom:80px;
}
.pt-90 {
	padding-bottom:90px;
}
.pt-100 {
	padding-bottom:100px;
}


.right_box1 {
	width:100%;
	margin-left: 32px;
	
}

#footer_nav{
	float: left;
	margin:0px;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	margin-left: 20px;
	width: 620px;

	 }
#footer_nav li {float: left;  }

#footer_nav li a {
	display: block;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	text-decoration: none;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	border-right:solid 1px #FFFFFF;
	font-size:14px;
	}

#footer_nav li:last-child a
{
border-right:none;}
	
#footer_nav li a:hover {
	color: #4c5d15;
	}
	
	.white_text
{
	font-family:Calibri;
	font-size:16px;
	color:#FFFFFF;
	margin-top: 42px;
}

#footer_pan
{
	width:100%;
	height:249px;
	background-image:url(../images/footerbg.png);
	background-repeat:repeat-x;
	position:relative;
}

.left_bg
{
	width:252px;
	background-image:url(../images/left-bg.png); background-repeat:no-repeat;
	height:344px;
}

.left_bg2
{
	width:252px;
	background-image:url(../images/left-bg2.png); background-repeat:no-repeat;
	height:420px;
}



.gallery-isotope {
  /*gutter*/
  /* by default 4 grids */
  /*portfolio 2 grids*/
  /*portfolio 2 grids*/
  /*portfolio 3 grids*/
  /*portfolio 4 grids*/
  /*portfolio 5 grids*/
  /*portfolio 6 grids*/
  /*portfolio 7 grids*/
  /*portfolio 8 grids*/
  /*portfolio 9 grids*/
  /*portfolio 10 grids*/
}
.gallery-isotope.gutter-small .gallery-item {
  padding-right: 2px;
  padding-bottom: 2px;
}
.gallery-isotope.gutter .gallery-item {
  padding-right: 5px;
  padding-bottom: 5px;
}
.gallery-isotope.gutter-10 .gallery-item {
  padding-right: 10px;
  padding-bottom: 10px;
}
.gallery-isotope.gutter-15 .gallery-item {
  padding-right: 15px;
  padding-bottom: 15px;
}
.gallery-isotope.gutter-20 .gallery-item {
  padding-right: 20px;
  padding-bottom: 20px;
}
.gallery-isotope.gutter-25 .gallery-item {
  padding-right: 25px;
  padding-bottom: 25px;
}
.gallery-isotope.gutter-30 .gallery-item {
  padding-right: 30px;
  padding-bottom: 30px;
}
.gallery-isotope.gutter-40 .gallery-item {
  padding-right: 40px;
  padding-bottom: 40px;
}
.gallery-isotope.gutter-50 .gallery-item {
  padding-right: 50px;
  padding-bottom: 50px;
}
.gallery-isotope.gutter-60 .gallery-item {
  padding-right: 60px;
  padding-bottom: 60px;
}
.gallery-isotope .gallery-item {
  width: 25%;
}
.gallery-isotope .gallery-item.wide {
  width: 50%;
}
.gallery-isotope.grid-1 .gallery-item {
  width: 100%;
}
.gallery-isotope.grid-1 .gallery-item.wide {
  width: 100%;
}
.gallery-isotope.grid-2 .gallery-item {
  width: 50%;
}
.gallery-isotope.grid-2 .gallery-item.wide {
  width: 100%;
}
.gallery-isotope.grid-3 .gallery-item {
  width: 33.333%;
}
.gallery-isotope.grid-3 .gallery-item.wide {
  width: 66.6667%;
}
.gallery-isotope.grid-4 .gallery-item {
  width: 25%;
}
.gallery-isotope.grid-4 .gallery-item.wide {
  width: 50%;
}
.gallery-isotope.grid-5 .gallery-item {
  width: 20%;
}
.gallery-isotope.grid-5 .gallery-item.wide {
  width: 40%;
}
.gallery-isotope.grid-6 .gallery-item {
  width: 16.666666667%;
}
.gallery-isotope.grid-6 .gallery-item.wide {
  width: 33.333%;
}
.gallery-isotope.grid-7 .gallery-item {
  width: 14.2857143%;
}
.gallery-isotope.grid-7 .gallery-item.wide {
  width: 28.5714286%;
}
.gallery-isotope.grid-8 .gallery-item {
  width: 12.5%;
}
.gallery-isotope.grid-8 .gallery-item.wide {
  width: 25%;
}
.gallery-isotope.grid-9 .gallery-item {
  width: 11.11%;
}
.gallery-isotope.grid-9 .gallery-item.wide {
  width: 22.22%;
}
.gallery-isotope.grid-10 .gallery-item {
  width: 10%;
}
.gallery-isotope.grid-10 .gallery-item.wide {
  width: 20%;
}
/* -------- Portfolio Isotop Item Media Query ---------- */
@media only screen and (max-width: 991px) {
  .gallery-isotope .gallery-item {
    width: 33.333% !important;
  }
  .gallery-isotope .gallery-item.wide {
    width: 66.6667% !important;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-isotope .gallery-item {
    width: 50% !important;
  }
  .gallery-isotope .gallery-item.wide {
    width: 100% !important;
  }
}
@media only screen and (max-width: 479px) {
  .gallery-isotope .gallery-item {
    width: 100% !important;
  }
  .gallery-isotope .gallery-item.wide {
    width: 100% !important;
  }
}
/* -------- Portfolio Isotop Overlay Effect ---------- */
.gallery-isotope .gallery-item {
  overflow: hidden;
}
.gallery-isotope .gallery-item .thumb {
  position: relative;
  overflow: hidden;
}
.gallery-isotope .gallery-item .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: none!important;
  color: transparent!important;
  z-index: 11;
}
.gallery-isotope .gallery-item .overlay-shade {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery-isotope .gallery-item:hover .overlay-shade {
  border: 8px solid #eeeeee;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.gallery-isotope .gallery-item .icons-holder {
  position: absolute;
  top: 0%;
  left: 50%;
  display: inline-block;
  width: auto;
  height: 36px;
  vertical-align: middle;
  z-index: 130;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-isotope .gallery-item .icons-holder .icons-holder-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -18px 0 0 -50%;
}
.gallery-isotope .gallery-item .icons-holder .icons-holder-inner a {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-isotope .gallery-item:hover .icons-holder {
  top: 50%;
}
.gallery-isotope .gallery-item:hover .icons-holder .icons-holder-inner a {
  opacity: 1;
}
.gallery-isotope .gallery-item .portfolio-description {
  padding: 10px 15px;
  background-color: #f8f8f8;
}
.gallery-isotope .gallery-item .portfolio-description .title {
  margin: 0;
}
.gallery-isotope .gallery-item .portfolio-description .title a {
  color: #333333;
}
.gallery-isotope .gallery-item .text-holder {
  box-sizing: border-box;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 25px 30px 60px;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0s;
  -o-transition: opacity 0.3s ease-in-out 0s;
  transition: opacity 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 13;
}
.gallery-isotope .gallery-item .text-holder .title {
  color: #fff;
}
.gallery-isotope .gallery-item:hover .text-holder {
  opacity: 1;
}
.gallery-isotope .flex-control-nav {
  z-index: 111;
}
.slider-images {
	width:247px;
	height:auto;
	float:left;
	
	/*width:252px;
	background-image:url(../images/left-bg.png); background-repeat:no-repeat;
	height:344px;
	margin-left: 10px;*/
}
.slider-h {
	width:200px;
	
	
	z-index:9999;
	position:absolute;
	
	/*width:252px;
	background-image:url(../images/left-bg.png); background-repeat:no-repeat;
	height:420px;*/
}


.col-xs-8-5 {

    width: 73.667%;
	float:left;
	
	position: relative;

min-height: 1px;

padding-right: 15px;

padding-left: 15px;

}

.star {
    font-family: Arial, Helvetica, sans-serif;
    color: #CC0000;
	text-align:center;
}
	
.headi2 {
    font-family: Calibri;
    font-size: 20px;
    color: #000000;
}