	
	
/* Enquiry */

.enquiry {
	top: 250px;
	position: fixed;
	right: 5px;
}


#enquiryfloat {
	height: 104px;
	width: 104px;
	position: fixed;
	top: 25%;
	z-index: 999;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid : DXImageTransform.Microsoft.BasicImage ( rotation = 3 );
}

#enquiryfloat a {
	display: block;
	background: #F7C221;
	height: 30px;
	width: 95px;
	padding: 3px 16px;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	transition-property: background;
	transition-duration: 0.5s;
	-moz-transition-property: background; /* Firefox 4 */
	-moz-transition-duration: 0.5s; /* Firefox 4 */
	-webkit-transition-property: background; /* Safari and Chrome */
	-webkit-transition-duration: 0.5s; /* Safari and Chrome */
	-o-transition-property: background; /* Opera */
	-o-transition-duration: 0.5s; /* Opera */
}

#enquiryfloat a:hover {
	background: #5A8DB3;
	
}

/* End Enquiry */

.contact-us {
    margin: 15px 0 0;
     list-style: none;
}

footer .contact-us a { color: #fff !important }

.contact-us .icon-map-marker { font-size: 16px }

.contact-us li i {
    float: left;
    margin: 4px 0 0;
}

.contact-us p {
    line-height: 24px;
    margin-left: 20px;
    margin-top: -2px;
}

.contact-us li p strong {
    float: left;
    font-weight: 600;
    margin: 0 5px 5px 0;
}

.contact-pad { padding-bottom: 20px }

 .img-solutions
 {
   margin:0 auto;
 }
 
 .ai_video
 {
   margin-left: -3px;
 }
 
 
 
/* ==============================
   What We Do
   ============================== */
.service-item {
  width: 100%;
  height: 320px;
  margin: 10px 0;
  text-align: center;
  border: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item i {
    color:#F7C221;
}

.service-item i {
  position: relative;
  top: 100px;
  display: inline-block;
  margin-bottom: 40px;
  padding: 10px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 48px;
}
.service-item h5 {
  color: #777;
  position: relative;
  top: 80px;
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.service-item .service-desc {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.service-item:hover {
  border-color: #F7C221;
}
.service-item:hover i {
  top: -30px;
}
.service-item:hover h5 {
  top: -30px;
}
.service-item:hover .service-desc {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  
}

.alt-font {
    font-family: 'Dosis', arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.pb-40 {
    padding-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-60
{
 margin-top: 60px;
}
/* ==============================
 
 
 
 @media (max-width: 550px) {
	.ai_video
 {
   margin-left: 0px;
 }
 
}