/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/


.header-bottom {
    position: relative;
}
.header-grids {
    position: absolute;
    bottom: 3em;
    left: 0;
    width: 100%;
}
.header-grid h4 {
    font-size: 1.8em;
    padding: 0.5em 0 0;
    color: #fff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.header-bg {
    background: #ec3475;
    padding: 1.5em 2em;
}
.header-grid p {
    font-size: 1em;
    padding: 0.5em 0;
    color: #fff;
    line-height: 1.8em;
}
.about {
	padding:20em 0 4em;
	text-align: center;
}
.about h2,.about-section h2,.services h2,.gallery-info h2,h2.short,.contact h2{
    font-size: 3.5em;
   font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #1F527D;
	text-align: center;
}
.about-grids{
	margin:2em 0 0;
}
.about-grid-left{
	float:left;
	width:75%;
	text-align:right;
}
.about-grid-left h4 {
    margin: 0;
    color: #282828;
	font-size: 1.8em;
    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.about-grid-left p {
    color: #646464;
    font-size: 1em;
    margin: .8em 0 0;
    line-height: 1.8em;
}
.about-grid-right{
	float:right;
	width: 20%;
    border: none;
    text-align: center;
    padding: 2.5em;
    background: #DA0000;
}
.glyphicon-wrench, .glyphicon-user, .glyphicon-book, .glyphicon-cog, .glyphicon-bell, .glyphicon-cd {
    font-size: 2.5em;
    color: #fff;
}
.aliquam{
	float:left !important;
    border: none;
    text-align: center;
    padding: 2.5em;
    background: #da0000;
}
.non{
	float:right !important;
	text-align:left !important;
}
.about-grids:nth-child(2){
	margin:3em 0 0;
}
.about-grid:hover .about-grid-right {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.about-grid-right:hover {
    background: #1F527D;
}
.aliquam:hover{
 background: #1F527D;
}
/**about**/
.banr {
    min-height: 200px !important;
	    padding-bottom: 0em;
}
.about-info h5 {
    font-size: 1.2em;
    color: #282828;
	line-height:1.8em;
}
.about-section {
    padding: 4em 0;
    text-align: center;
}
.about-info p {
    font-size: 1em;
    line-height: 1.8em;
    padding: 1em 0;
    color: #646464;
}
.about-info {
    margin: 3em 0;
}
.why-choose {
    padding: 4em 0 ;
	text-align: center;
 background-color: #eee;
}
.choose-grid h4{
  color: #25292e;
  text-transform: capitalize;
  text-align:left;
   font-size: 1.8em;
   font-family: 'Yanone Kaffeesatz', sans-serif;
}
.choose-grid p{
	 font-size: 1em;
    line-height: 2em;
    color: #626262;
	margin:1em 0 0;
	text-align:left;
}
.choose-grids {
  margin-top: 3em;
}
.team {
  padding: 4em 0;
  position:relative;
  text-align: center;
}
.team h3 {
    font-size: 3.5em;
     font-family: 'Yanone Kaffeesatz', sans-serif;
    color: #fff;
}
.ch-grid {
	margin: 4em 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}
.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}
.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: relative;
	cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
	perspective: 900px;
}
.ch-info{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
	box-shadow: inset 0 0 0 16px rgba(0,0,0,0.3);
}

.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	transform: translate3d(0,0,-220px) rotate3d(1,0,0,90deg);
	background:#282828;
	opacity: 0;
}
.ch-img-1 { 
	  background: url(../images/t1.jpg)no-repeat;
	z-index: 12;
}

.ch-img-2 { 
	  background: url(../images/t2.jpg)no-repeat;
	z-index: 11;
}

.ch-img-3 { 
	  background: url(../images/t3.jpg)no-repeat;
	z-index: 10;
}
.ch-img-4 { 
	  background: url(../images/t4.jpg)no-repeat;
	z-index: 10;
}
.ch-info h4 {
	color: #fff;
   font-size: 1.8em;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    margin: 0 15px;
    padding: 61px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px #fff
 }
.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
}

.ch-info p a:hover {
    color: #fff;
}

.ch-item:hover .ch-info-front {
	-webkit-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	transform: translate3d(0,280px,0) rotate3d(1,0,0,-90deg);
	opacity: 0;
}

.ch-item:hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
	opacity: 1;
}
/*--team--*/
/**services**/
