


 /*--work--*/
.work {
	background: #f3f3f3;
	margin-top: .8em;
	padding: 4em 0;
}
.work-grids-info {
	background: #fff;
	float: left;
	width: 24.9%;
	position:relative;
	margin-left: 1px;
}
.work-title {
  position: relative;
}
.work-title h3 {
	color: #37393d;
	font-size: 2.5em;
	font-weight: 900;
	margin: 0;
	padding: 0 0 .7em 0;
	letter-spacing: -1px;
	border-bottom: 1px solid #cdcdcd;
	font-family: 'Roboto', sans-serif;
}
.work-title h3::after {
	position: absolute;
	bottom: -5%;
	left: 0%;
	width: 9%;
	height: 10px;
	background: #DAA06D;;
	content: '';
	opacity: 1;
}
.work-title h3 span {
	font-weight: 400;
	margin-left: 10px;
}
.work-grids {
	padding-top: 3em;
}
span.work-captn {
	background: url(../images/icon12.png) no-repeat 0px 0px;
	display: block;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0%;
	right: -2%;
	display:none;
}
.work-grids-info:hover span.work-captn {
	display:block;
}
.work-grids-text {
  padding: 2.4em 2em 0;
}
.work-grids-info h4 {
	font-size: 19px;
	font-weight: 600;
	color: #DAA06D;
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
.work-grids-info h3 {
	color: #37393d;
	font-size: 2.3em;
	font-weight: 900;
	margin: 5px 0 10px;
	letter-spacing: -1px;
	font-family: 'Roboto', sans-serif;
}
.work-grids-info p {
  color: #999;
  font-size: 13px;
  margin: 1em 0 ;
  line-height:1.5em;
}
.work-like {
	border-top: 2px solid #F3F3F3;
	padding: 1em 2em;
}
.work-like ul {
	padding: 0;
	margin: 0;
}
.work-like ul li {
	display: inline-block;
	margin-right: 1em;
	width: initial;
}
.work-like ul li span.eye {
	background: url(../images/icons-sprite.png)no-repeat -2px 0px;
	display: inline-block;
	width: 13px;
	height: 11px;
	margin-right: 7px;
}
.work-like ul li a.chat{
	background: url(../images/icons-sprite.png)no-repeat -20px 4px;
	display: inline-block;
	width: 17px;
	height: 19px;
	padding-left: 1.5em;
}
.work-like ul li a.chat:hover {
  color: #DAA06D;
}
a.callbacks_nav.callbacks2_nav.prev {
	top: -20%;
	right: 4.85%;
	bottom: auto;
	left: auto;
	background-color: rgba(217, 217, 217, 0.63);
}
a.callbacks_nav.callbacks2_nav.next {
	top: -20%;
	left: auto;
	right: 0%;
}
/*---------------*/
.work-gallery {
  position: relative;
}
.work-grids-info img {
	overflow: hidden;
	width: 100%;
	position: initial;
	cursor: pointer;
}
.figcaption {
	position: absolute;
	background: rgba(47, 92, 109, 0.84);
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	display:none;
}
.work-gallery:hover div.figcaption{
	display:block;
}
.work-grids-info a img{
  transition: opacity 0.5s, transform 0.5s;
}
.work-grids-info a img:hover {
  transform: scale3d(1.05,1.05,1);
  transition: opacity 0.5s, transform 0.5s;
}
.figcaption a.cptn-top{
	background: url(../images/icons-sprite.png) no-repeat rgba(255, 255, 255, 0.94) 5px -15px;
	display: block;
	width: 30px;
	height: 25px;
	position:absolute;
}
.figcaption a.cptn-midle {
	background: url(../images/icons-sprite.png) no-repeat rgba(255, 255, 255, 0.94) -18px -16px;
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 25px;
	position: absolute;
	top: 35%;
	left: 40%;
}
.figcaption a.cpnt-btm{
	background: url(../images/icons-sprite.png) no-repeat rgba(255, 255, 255, 0.94) 3px -57px;
	display:block;
	width: 30px;
	height: 28px;
	position: absolute;
	bottom: 0;
	right:0%;
}
img.img-responsive {
  display: inline-block;
}
img.zoom-img {
	webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: .5s;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.08);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.05);
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}

/*--//work--*/



/*--about--*/
.about {
	background: #f3f3f3;
	padding: 3em 0 0;
}
.about-text{
	padding: 5em 0;
}
.about-text-left img {
	width: 100%;
}
.about-info-left:nth-child(1){
	padding-left: 0;
}
.about-text-right h4 {
	color: #37393d;
	font-size: 19px;
	font-weight: 500;
	margin: 0 0 15px;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
}
.about-text-right p {
  color: #999;
  font-size: 14px;
  line-height: 1.8em;
}
.about-team {
	padding: 5em 0;
}
.about-team-grids {
  background: #fff;
  padding: 2em 1em;
  margin-left: 5px;
  width: 24.5%;
}
.about-team-grids img {
	width: 100%;
}
.about-team-grids h4 {
	color: #DAA06D;
	font-size: 14px;
	font-weight: 500;
	margin: 1.5em 0 0.5em;
	letter-spacing: 0px;
	font-family: 'Roboto', sans-serif;
}
.about-team-grids h4 a{
	font-size: 18px;
	text-decoration:none;
	color: #37393d;
	margin-right: 10px;
}
.about-team-grids h4 a:hover{
	color: #DAA06D;
	text-decoration:none;
}
.team-text h6 {
	color: #67686b;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	letter-spacing: 0px;
	font-family: 'Roboto', sans-serif;
}
.about-team-grids p {
  color: #999;
  font-size: 13px;
  line-height: 1.8em;
}
.about-skills {
	background: #fff;
	padding: 3em 0;
}
.about-choose {
	padding: 2em 0.5em;
	background: #f3f3f3;
	margin: 5em 0 0;
	box-shadow: 15px -11px rgba(236, 234, 234, 0.76);
}
.about-choose-info h4 {
	color: #37393d;
	font-size: 22px;
	font-weight: 500;
	margin: 1em 0 .8em;
	letter-spacing: 0px;
	font-family: 'Roboto', sans-serif;
}
.about-choose-info h5 {
  color: #DAA06D;
  font-size: 15px;
  font-weight: 400;
  margin: 0em 0 .8em;
  line-height: 21px;
  font-family: 'Roboto', sans-serif;
}
.about-choose-info p{
  color: #999;
  font-size: 13px;
  line-height:1.8em;
}
.about-choose-info ul {
	padding: 0;
}
.about-choose-info ul li {
	display: inline-block;
	background: url(../images/icon3.png)no-repeat 0px 2px;
	padding-left: 2em;
	margin: 1em 0 0;
}
.about-choose-info ul li a{
  color: #999;
  font-size: 13px;
}
.about-choose-info ul li a:hover{
	color: #DAA06D;
	text-decoration:none;
}
/*--//about--*/
