﻿
/*Home Header*/


/*Home Header*/

/*Info Text*/
.carousel-inner
{
	max-height:400px;
}

.section-info
{
	text-align: justify;
	line-height: 23px;
	margin-top: 8px;	
}
.info-title-main 
{
	color: #244B96;
	font-size: 28pt;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom:10px;
	margin-top:15px;
}
.info-title-main span
{
	color: #FEB900;
	font-weight: normal;
	line-height: 45px;		
}

/*Home Carousel*/
#myCarousel .carousel-control > span
{
    margin-top:60%
}
/*bootstrap 3.2  tn, xs - mobiles*/
@media only screen and (max-width:768px)
{
    #myCarousel .carousel-control > span
    {
        margin-top:50%
    }
}





/*Home - Services*/
#services-home .col-lg-12.col-md-12.col-sm-12.col-xs-12.col-tn-12
{
    padding:0px;
}

@keyframes spin 
{	
to
{
transform:rotateZ(360deg)}
}
@keyframes spinBack {
to{transform:rotateZ(-360deg)}
}

/*.rotate {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}*/
.section-services
{
	font-weight: normal;
	margin-top: 30px;	
}
.services-item
{
	margin: 5px 0px;	
}
@media only screen and (max-width: 767px)
 {
    .services-item
    {
	    padding: 0px;	
    }
}
.services-title
{
	color: #1CB6FC;
	font-size: 15px;
	height: 35px;
	cursor:pointer;
}
.services-title:hover
{
	color: #0F90CA;	
}

.services-title .title
{
	/*display:table-cell;
	vertical-align:middle;*/
	padding-left:10px;
	height:50px;
	float: left;
	width:300px;
	font-size:18px;
}

.services-title .title a
{
	text-decoration:none;
	display:table;	
	height:50px;
	color:#0A70A6;
	
}

.services-title .title a span
{	
	display:table-cell;
    vertical-align:middle;   
    background-color:#FFF; 
}

.services-title p, .services-title div
{
	display: inline;		
}
.icon-background
{
	float: left;	
	display:table;
}
.icon-background i
{
	margin-top:-3px;	
}
.icon-background .fa
{
	/*background-color: #03A1E8;*/
	background-color:#0A70A6;
	color: #FFF;
	line-height: 2;
	text-align: center;
	width: 50px;
	height: 50px;
	margin-top: -4px;
	margin-right: 10px;
	border-radius: 50%;
	font-size: 24px;
	display: table-cell;
	vertical-align: middle;
}
.services-text
{
	color: #999;
	font-size: 11pt;
	line-height: 23px;
	font-weight: normal;
	text-align: justify;
	padding: 30px 0px 20px 0px;
	margin-bottom:10px;
}

/*Home - Services*/



/*Home - Testimonials*/
.section-testimonials
{
	background-color: #F7F7F7;
}
.testimonials-carousel, .section-testimonials
{
	height: 100%;
}
.testimonials-carousel ul 
{
	list-style: none;
	height: 200px;
    padding: 0px;
    overflow: hidden;
}
.testimonial-item
{
	font-weight: normal;
	text-align: center;
	margin: 30px;	
}
.testimonial-wrap
{
	font-size: 14pt;
	color: #5B5B5B;
	width: 100% !important;	
	padding: 40px 10px 30px;
}
.testimonial-wrap .fa
{
	color: #1CB6FC;
}
.testimonial-wrap .fa-quote-left
{
	margin-right: 10px;
}
.testimonial-wrap .fa-quote-right
{
	margin-left: 10px;
	
}
.testimonial-wrap i, .testimonial-wrap p{
	display: inline;
} 
.testimonial-author
{
	color: #1CB6FC;	
}

/*Home - Testimonials*/

/*Home - Industry*/
.industries-home
{
	background-color:#0A70A6;	
}
.industry-title p
{
	color: #fff;	
	font-size: 16px;
	text-align: center;
	padding: 10px;
}

.industry-entry
{
	padding:50px 0px 10px;
}

.industry-entry div
{
	margin: 0px auto 10px auto;
	width:80px;
}

.industry-item 
{
	color:#fff;
	width: 80px;
	text-align:center;
	height: 80px;	
	vertical-align: middle;
	display: table-cell;
	border-radius:8px;
}

.industry-title a:hover .industry-item
{
	-webkit-transform: scale(1.20);  
    -moz-transform:  scale(1.20);  
    -ms-transform: scale(1.20);   
    -o-transform: scale(1.20);   
    transform:  scale(1.20); 
    
    transition:all 400ms linear;
    -webkit-transition: all 400ms linear;

	-webkit-box-shadow: 0 9px 9px -7px rgba(0,0,0,.2);
	-moz-box-shadow: 0 9px 9px -7px rgba(0,0,0,.2);
	box-shadow: 0 9px 9px -7px rgba(0,0,0,.2);
}

.industry-title a .industry-item
{
	-webkit-transform: scale(1.0);  
    -moz-transform:  scale(1.0);  
    -ms-transform: scale(1.0);   
    -o-transform: scale(1.0);   
    transform:  scale(1.0); 
    
    -webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	
	-webkit-text-shadow: 0 9px 9px -7px rgba(0,0,0,.2);
	-moz-text-shadow: 0 9px 9px -7px rgba(0,0,0,.2);
	text-shadow: 0 9px 9px -7px rgba(0,0,0,.2);
}

/*colors*/
.lime
{
	background-color: #92CB41;
}
.orange
{
	background-color: #FFB81B;
}
.red
{
	background-color: #CF1B40;
}
.blue
{
	background-color: #1CB6FC;
}
.faded-yellow
{
	background-color: #C3C855;
}
.green
{
	background-color: #6FBD87;
}
.faded-orange
{
	background-color: #E2C269;
}
.faded-red
{
	background-color: #B94443;
}
/*Home - Industry*/
