@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Racing+Sans+One);
@import url(//fonts.googleapis.com/css?family=Asap);
@import url(//fonts.googleapis.com/css?family=Merriweather+Sans);
@import url(//fonts.googleapis.com/css?family=Calibri+Sans);
@import url(//fonts.googleapis.com/css?family=Tangerine);
@import url(//fonts.googleapis.com/css?family=Great+Vibes);
@import url(//fonts.googleapis.com/css?family=Arizonia);
@import url(//fonts.googleapis.com/css?family=times+new+roman);
/*========================================================
                    Main layout styles
=========================================================*/
body {
/*  font: 400 13px/17px "Droid Sans", sans-serif; */
	      font: 400 15px/18px "Calibri", serif;   /* JPC*/ 
		  	      font: 400 20px/23px "Calibri", serif;   /* JPC*/ 

/*	font-family: 15px/18px "Times New Roman", Times, serif;   /* JPC*/ 
  color: #606060;
    color: #3a3a3a;  /* JPC*/ 
/*  background: url(../images/body-background.png) repeat; JPC*/  
  min-width: 1350px;
}
@media (max-width: 1199px) {
  body {
    min-width: 0;
  }
}
a {
/*  text-decoration: none;  */
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #000000;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 400 30px/32px "Racing Sans One", sans-serif;
  color: #676767;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  h2 {
    font-size: 24px;
    line-height: 26px;
  }
}
h3 {
  text-transform: uppercase;
  line-height: 18px;
  color: #000000;
  font-family: "Asap", sans-serif;
}
h3 .lower {
  display: block;
  text-transform: none;
}
h4 {
  text-transform: uppercase;
  line-height: 18px;
  color: #000000;
  font-family: "Asap", sans-serif;
}
.heading1 {
  margin-bottom: 24px;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 400 13px/13px "Asap", sans-serif;
  color: #000000;
}
.btn-default:hover {
  color: #000000;
}
.btn-big {
  display: inline-block;
  font: 400 17px/17px "Asap", sans-serif;
  color: #000000;
}
.btn-big:hover {
  color: #000000;
}
/* ======= Wrappers ======= */
.big-wrapper {
  background: url(../images/big-wrapper-background.png) repeat;
  width: 1324px;
  margin: 8px auto 0;
  padding: 39px 0 27px;
}
@media (max-width: 1199px) {
  .big-wrapper {
    width: auto;
    margin: 0;
  }
}
.border-wrapper1 {
  position: relative;
  overflow: hidden;
}
.border-wrapper1 .grid_1 {
  position: relative;
}
.border-wrapper1 .border {
  position: absolute;
  left: 50%;
  background: #cfcfcf;
  background: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 20000px;
  top: 0;
}
@media (max-width: 767px) {
  .border-wrapper1 .border {
    display: none;
  }
}
.wrapper1 {
  padding-bottom: 50px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  padding-bottom: 21px;
}
#header h1 {
  float: left;
}
#header .info .grid_12 {
  padding-bottom: 32px;
  border-bottom: 2px solid #dbc6ad;
}
#header #search {
  float: right;
  margin-top: 29px;
  display: inline-block;
}
#header #stuck_container {
  left: 0;
}
@media (max-width: 1199px) {
  #header #stuck_container {
    text-align: center;
  }
  #header #stuck_container nav {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #header {
    text-align: center;
  }
  #header h1 {
    float: none;
  }
  #header #search {
    float: none;
  }
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
}
h1 a {
  display: block;
}
h1 a span {
  display: block;
}
h1 a .first {
  font: 400 54px/54px "Racing Sans One", sans-serif;
  letter-spacing: -0.02em;
  color: #303030;
}
h1 a .second {
  font: 400 13px/16px "Droid Sans", sans-serif;
  color: #676767;
  margin-top: -1px;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  margin-top: 15px;
  float: none;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 43px;
}
@media (max-width: 1199px) {
  .sf-menu > li + li {
    margin-left: 5px;
  }
}
.sf-menu > li > .sf-with-ul:after {
  display: block;
/*  font-family: FontAwesome;
/*    font-family: Tangerine; /*JPC*/
/*	    font-family: Merriweather; /*JPC*/	
			    font-family: Arizonia; /*JPC*/	
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #676767;
  bottom: 2px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  display: block;
/*  text-transform: uppercase; */  /*JPC*/
/*  font: 400 16px/16px "Racing Sans One", sans-serif;
/*	    font: 400 40px/40px "Merriweather", serif;   /*JPC*/
/*		    font: 400 40px/40px "Tangerine", serif;   /*JPC*/
					    font: 400 35px/35px "Arizonia", serif;   /*JPC*/	
	text-shadow: 4px 4px 4px #aaa;  /*JPC*/
  padding: 13px 30px 14px;
   padding: 13px 15px 14px;  /*JPC*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #676767;
     font-weight: bold;  /*JPC*/
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;

  }
}
.sf-menu > li > a:hover {
  color: #ffffff;
  background: #000000; /* reddish */
   background: #c8502a; /*green  JPC*/ 
   
}
.sf-menu .sfHover > a {
  color: #ffffff;
  background: #000000;
     background: #c8502a; /*green  JPC*/ 
}
.sf-menu .sfHover > a:after {
  color: #ffffff;
}
.sf-menu > li.current > a {
  color: #ffffff;
  background: #000000;
}
.sf-menu > li.current > a:after {
  color: #ffffff;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  min-width: 123px;
  font: 400 14px/28px "Merriweather Sans", sans-serif;
  position: absolute;
  top: 57px;
  left: 50%;
  margin-left: -61.5px;
  background: #ffffff;
  text-align: center;
  padding: 10px 0 7px 0;
  z-index: 2;
  border: 1px solid #dbc6ad;
}
.sf-menu ul:before {
  position: absolute;
  content: '';
  display: block;
  width: 18px;
  height: 10px;
  overflow: hidden;
  background: url(../images/triangle1.png) no-repeat center top;
  top: -10px;
  left: 50%;
  margin-left: -9px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #1b1b1b;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  display: block;
  color: #1b1b1b;
  text-transform: uppercase;
  	text-decoration: none; /*   JPC*/ 
}
.sf-menu ul li a:hover {
  color: #ffffff;
  background: #000000;

}
.sf-menu ul li + li {
  border-top: 1px solid #eaeaea;
}
.sf-menu ul > .sfHover > a {
  background: #000000;
         background: #c8502a; /*green  JPC*/ 
  color: #ffffff;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -11px;
  left: 123px;
  margin-left: 0;
  z-index: 4;
}
.sf-menu ul ul:before {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #000000;
    width: 100%;
    background: #ffffff;
    font: 400 16px/16px "Racing Sans One", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
  background: url(../images/big-wrapper-background.png) repeat;
  left: 0;
}
.isStuck nav {
  margin-top: 0;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content.common {
  padding-top: 32px;
}
/* ======= Box 1 Science & Technologies  ======= */
.box1 .content {
  background: url(../images/box1-background.png) repeat;
  border-top: none;
  padding: 36px 24px 30px;
}
.box1 h3 {
  color: #000000;
  line-height: 20px;
  font-family: "Droid Sans", sans-serif;
}
.box1 h3 a:hover {
  color: #000000;
}
.box1 p {
  line-height: 20px;
  color: #676767;
}
.box1 .btn-big {
  margin-top: 17px;
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 50px;
  }
  .box1 img {
    width: 100%;
  }
}
.box1-wrapper1 {
  margin-top: 47px;
  margin-bottom: 69px;
  overflow: hidden;
}
.box1-wrapper1 h2 {
  margin-bottom: 19px;
}
/* ======= Box 2 Why choose us ======= */
.box2 h3 {
  margin-bottom: 23px;
}
.box2_list {
  margin-top: 29px;
  position: relative;
  padding-left: 34px;
  font: 400 13px/18px "Asap", sans-serif;
  text-transform: uppercase;
}
.box2_list .label {
  font: 400 30px/20px "Racing Sans One", sans-serif;
  color: #000000;
  text-transform: uppercase;
  position: absolute;
  left: 1px;
  top: 2px;
}
.box2_list:first-child {
  margin-top: 29px;
}
.box2 .btn-default {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .box2 {
    margin-bottom: 50px;
  }
}
/* ======= Box 3 Welcome ======= */
.box3 .heading {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .box3 .heading {
    margin-bottom: 0;
  }
}
.box3 .posts {
  margin-bottom: 23px;
}
.box3 .posts img {
  margin-bottom: 23px;
}
.box3 .posts h3 {
  margin-bottom: 2px;
}
.box3 > p {
  line-height: 20px;
}
@media (max-width: 767px) {
  .box3 {
    margin-bottom: 50px;
  }
  .box3 img {
    margin-top: 30px;
  }
}
/* ======= Post 1 NEws ======= */
.post1 {
  position: relative;
  padding-left: 125px;
  padding-bottom: 32px;
}
.post1 time {
  position: absolute;
  left: 0;
  top: -5px;
  font: 400 17px/26px "Racing Sans One", sans-serif;
  color: #000000;
  text-align: center;
}
.post1 time span {
  display: block;
}
.post1 time span.date {
  font-size: 28px;
  margin-top: -3px;
}
.post1 h3 {
  margin-bottom: 9px;
}
.post1 .image-wrapper {
  position: absolute;
  left: 55px;
  top: 2px;
}
.post1 .image-wrapper img {
  display: block;
}
.post1 .image-wrapper .btn-default {
  margin-top: 19px;
}
@media (max-width: 979px) {
  .post1 {
    padding-left: 0;
  }
  .post1 time {
    position: relative;
    text-align: left;
    left: 0;
  }
  .post1 .image-wrapper {
    left: 0;
    text-align: left;
    position: relative;
    margin-bottom: 20px;
  }
}
.post1-wrapper1 .post1 {
  margin-bottom: 56px;
  position: relative;
}
.post1-wrapper1 .post1 + .post1:before {
  position: absolute;
  top: -31px;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  overflow: hidden;
  background: url(../images/border1.png) repeat-x;
}
/* ======= Box 4 A few words about us ======= */
.box4 img {
  float: left;
  margin: 4px 20px 10px 0;
}
.box4 h3 {
  margin-bottom: 23px;
}
.box4 p {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .box4 {
    margin-bottom: 50px;
  }
  .box4 img {
    width: 100%;
    float: none;
    margin-bottom: 0 0 20px 0;
  }
}
/* ======= Box 5 What we offer ======= */
.box5 {
  padding-left: 69px;
  position: relative;
}
.box5 .label {
  text-align: center;
  background: #000000;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 4px;
  font: 700 30px/50px "Asap", sans-serif;
  color: #ffffff;
}
.box5 h3 {
  margin-bottom: 9px;
}
.box5-wrapper1 .box5 {
  margin-bottom: 32px;
}
/* ======= Box 6 Our team ======= */
.box6 img {
  margin-bottom: 16px;
}
.box6 h3 {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .box6 {
    margin-bottom: 50px;
  }
}
@media (max-width: 479px) {
  .box6 img {
    width: 100%;
  }
}
.box6-wrapper1 {
  margin-top: 52px;
  margin-bottom: 54px;
}
.box6-wrapper1 .heading1 {
  margin-bottom: 28px;
}
/* ======= Post 2 Blog ======= */
.post2 {
  position: relative;
}
.post2 .head {
  padding-left: 56px;
  position: relative;
  margin-bottom: 12px;
}
.post2 .head h3 {
  margin-bottom: 9px;
}
.post2 .head .info .by {
  float: left;
}
.post2 .head .info .comments {
  float: right;
}
.post2 time {
  position: absolute;
  left: 0;
  top: -5px;
  font: 400 17px/26px "Racing Sans One", sans-serif;
  color: #000000;
  text-align: center;
}
.post2 time span {
  display: block;
}
.post2 time span.date {
  font-size: 28px;
  margin-top: -3px;
}
.post2 img {
  margin-top: 4px;
}
.post2 p {
  margin-bottom: 17px;
}
.post2 .btn-default {
  margin-top: -2px;
}
@media (max-width: 767px) {
  .post2 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.post2-wrapper1 {
  margin-bottom: 88px;
}
.post2-wrapper1 .post2 {
  margin-bottom: 26px;
}
.list1-wrapper1 {
  margin-bottom: 69px;
}
/* ======= Box 7 Latest services overview ======= */
.box7 {
  background: url(../images/box1-background.png) repeat;
  padding: 20px 20px 16px 20px;
}
.box7 img {
  margin-bottom: 16px;
}
.box7 h3 {
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .box7 img {
    width: 100%;
  }
}
.box7-wrapper1 {
  margin-top: 28px;
  margin-bottom: 37px;
}
.box7-wrapper1 .box7 {
  margin-bottom: 21px;
}
/* ======= Box 8 Gallery ======= */
.box8 .gallery_image {
  margin-bottom: 16px;
}
.box8 h3 {
  margin-bottom: 9px;
}
.box8 .btn-default {
  margin-top: 15px;
}
/* ======= Gallery 1 Technologies ======= */
.gallery1 {
  margin-top: 28px;
  margin-bottom: 58px;
}
.gallery1 .box8 {
  margin-bottom: 28px;
}
/* ======= Google Map  ======= */
.google-map1 {
  height: 402px;
  margin-top: 28px;
  margin-bottom: 30px;
}
/* ======= Address  ======= */
.address-block {
  padding: 27px 19px 26px;
  background: url(../images/box1-background.png) repeat;
}
.address-block h3 {
  margin-bottom: 9px;
  color: #000000;
}
.address-block h3 a:hover {
  color: #000000;
}
.address-block address span {
  display: block;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 30px;
  }
}
/* ======= Address block wrapper  ======= */
.address-block-wrapper {
  margin-bottom: 73px;
}
/* ======= Box 9 Privacy Policy ======= */
.box9 h3 {
  margin-bottom: 9px;
}
.box9 p {
  margin-bottom: 17px;
}
.box9-wrapper1 {
  margin-bottom: 32px;
}
.box9-wrapper1 .box9 {
  margin-bottom: 32px;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #000000;
}
.simple-link:hover {
  color: #000000;
}

/* ======= List 1 ======= */
.list1 li {
	padding-left: 19px;
	position: relative;
	font: 400 13px/17px "Asap", sans-serif;
	color: #676767;
	text-transform: uppercase;
	list-style-type : disc;
	list-style-position: inside;
}
#list1 li {
	padding-left: 19px;
	position: relative;
	font: 400 13px/17px "Asap", sans-serif;
	color: #676767;
	text-transform: uppercase;
	list-style-type : disc;
	list-style-position: inside;
}
.list1 li:before {
  content: '';
  left: 0;
  top: 6px;
  height: 6px;
  width: 6px;
  border-radius: 50px;
  background: #000000;
  display: block;
  position: absolute;
}
.list1 li + li {
  margin-top: 13px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 7px;
}
.socials1 li a i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  display: block;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #606060;
}
.socials1 li a i.fa-facebook {
  background: #4264ab;
}
.socials1 li a i.fa-facebook:hover {
  background: #7496dd;
}
.socials1 li a i.fa-twitter {
  background: #46e2ed;
}
.socials1 li a i.fa-twitter:hover {
  background: #78ffff;
}
.socials1 li a i.fa-rss {
  background: #ff9124;
}
.socials1 li a i.fa-rss:hover {
  background: #cd5f00;
}
/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
  background: #000000;
}
.gallery_image a.big-image img {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover .icon {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 60px;
  background: url(../images/zoom.png) no-repeat center top;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -20px;
}
.gallery_image a.big-image:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 27px 0;
}
#footer .privacy-block {
  font: 400 11px/18px "Droid Sans", sans-serif;
  color: #fcecce;
  float: left;
}
#footer .privacy-block a:hover {
  color: #000000;
}
#footer .socials1 {
  float: right;
  margin-top: -4px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #606060;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  color: #c8502a;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/

.middle_ul {
	margin: 0 20px;
}
.work_gallery {
  display: table;
  margin: 70px 0 0;
}
.work_gallery img {
	max-width: 100%;
	height: auto;
	transition: all 300ms ease-out 0s;
}
.work_gallery ul {
	float: left;
/*	width: 32%; */  /*JPC*/ 
}
.work_gallery ul li {
	list-style: outside none none;
	position: relative;
	margin: 0 0 20px;
	display:flex;
}
.work_gallery ul li:hover .hover_content {
	background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
	top: 0;
}
.hover_content {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.animated_block ul li:hover span.top {
	width: 100%;
}
.animated_block.hover_animated span.top {
	background: #df8931 none repeat scroll 0 0;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}
.animated_block ul li:hover span.right {
	height: 100%;
}
.animated_block.hover_animated span.right {
	background: #df8931 none repeat scroll 0 0;
	height: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
}
.animated_block ul li:hover span.left {
	height: 100%;
}
.animated_block.hover_animated span.left {
	background: #df8931 none repeat scroll 0 0;
	bottom: 0;
	height: 0;
	left: 0;
	position: absolute;
	width: 5px;
}
.animated_block ul li:hover span.bottom {
	width: 100%;
}
.animated_block.hover_animated span.bottom {
	background: #df8931 none repeat scroll 0 0;
	bottom: 0;
	height: 5px;
	position: absolute;
	right: 0;
	width: 0;
}
.animated_block.hover_animated:hover span.top, .animated_block.hover_animated span.left {
	transition-delay: 0ms;
}
.animated_block.hover_animated span.top, .animated_block.hover_animated:hover span.left {
	transition-delay: 900ms;
}
.animated_block.hover_animated:hover span.bottom, .animated_block.hover_animated span.right, .animated_block.hover_animated span.bottom, .animated_block.hover_animated:hover span.right {
	transition-delay: 300ms;
}
.animated_block.hover_animated span.right, .animated_block.hover_animated:hover span.bottom {
	transition-delay: 600ms;
}
.hover_content .work_content, .animated_block.hover_animated span, .animated_block::before, .animated_block::after, .hover_content, .work_gallery img {
	transition: all 300ms ease-out 0s;
}
.work_gallery .work_content {
	backface-visibility: hidden;
	left: 5%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 90%;
	z-index: 1;
}
.work_gallery .hover_content .work_content {
	opacity: 0;
}
.work_gallery ul li:hover .hover_content .work_content {
	opacity: 1;
}
.work_content h5{
	font-size:23px;	
	
	color:#fff; font-family: 'calibri';
}
.work_content h5 a {
    color: #fff;
}
.work_content h3{
	font-size:15px;	
	text-transform:uppercase;
	color:#df8931;
}
