/*--------------------------------------------------------*     
*		Template Name : Limo
*		Copyright 2014 CodexCoder
*		Author : CodexCoder
*		Licensed under the Apache License v2.0
*		http://www.apache.org/licenses/LICENSE-2.0	                    
*		WebSite : http://www.codexcoder.com/
*--------------------------------------------------------*/

/*---------------        Custom CSS        ---------------*/
/*---------------        Google Fonts      ---------------*/
@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto);

/*---------------        Common      ---------------*/
ul.checkmark li:before {
content: "\2713\0020";
color: #ed0010;

}




/*---------------        Above portfolio      ---------------*/
#aboveportfolio .container-full {
	min-height: 320px;
	background-color: #f2f9f9;
	background-image: url(../img/above-portfolio-bg.jpg);
	background-repeat: no-repeat;
	background-position: center fixed;

	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
	color: white;
}

#aboveportfolio .shadow {
	/*background-color: rgba(0, 0, 0, 0.7);*/
	min-height: 320px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;

	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	background-size: 100%;
}

#aboveportfolio .left,#aboveportfolio .right {
	background-color: #ed0010;
	border-radius: 15px;
	color: white;
	width: 140px;
	padding: 5px 20px;
	font-family: "PT Sans";
	font-weight: bold;

	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
}

#aboveportfolio .left:hover,
#aboveportfolio .right:hover {
	background-color: #e96269;
	border-radius: 15px;
	color: white;
}

#aboveportfolio ul {
	text-align: center;
}

#aboveportfolio ul .btn {
	font-size: 1.2em;
}



/*---------------        portfolio      ---------------*/
#pricing .container-full {
	min-height: 50px;
	background: #f2f9f9;
	padding-top: 30px;
}

#pricing .portfolio-type ul {
	text-align: center;
	margin: 30px 0px;
}

#pricing .portfolio-type ul li{
	background-color: #ed0010;
	overflow: hidden;
	padding:0px;
	margin: 0px;
	border-left: 1px solid #BE0A16;
	margin-left: -10px;
}

#pricing .portfolio-type ul li:first-child {
	border: none;
}

#pricing .portfolio-type ul li:first-child {
	border-radius: 15px 0px 0px 15px;
}

#pricing .portfolio-type ul li:last-child {
	border-radius: 0px 15px 15px 0px;
}

#pricing .portfolio-type ul li a{
	margin-left: -10px;
	border-left: 1px solid #6ec8ba;
	height: 40px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	padding: 10px 30px;
	line-height: 40px;


	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
	
	/*-webkit-transition: color .2s;
	-moz-transition: color .2s;
	-o-transition: color .2s;
	-ms-transition: color .2s;
	transition: color .2s;*/
}

#pricing .portfolio-type li a.active {
	background-color: #881518;
}

#pricing .portfolio-type li a:hover {
	background-color: #e96269;

	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;

}

#pricing .portfolio-img li {
	float: left;
	width: 25%;
}

#pricing .portfolio-img img {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#pricing h3 {
	font-family: "PT Sans";
	font-weight: bold;
	font-size: 1.5em;
	margin-top: -12px;
	width: 200px;
	padding: 0 30px;
	background-color: #f2f9f9;
	text-align: center;
	color: #272a2f;
}

#pricing .portfolio-type {
	margin: auto;
}


/*---------------        Testemonial      ---------------*/ 
#testimonial .testsection {
	background: #ebebeb;
	padding-top: 60px;
	padding-bottom: 60px;
}

#testimonial .container-full {
	min-height: 50px;
}

#testimonial .heading {
	padding-bottom: 30px;
	border-top: 1px solid #f7f8f8;
	width: 100%;
}

#testimonial h3 {
	font-family: "PT Sans";
	font-weight: bold;
	font-size: 1.4em;
	margin-top: -12px;
	width: 300px;
	padding: 0 30px;
	background-color: #ebebeb;
	text-align: center;
	color: #272a2f;
}

#testimonial .avatar {
	width: 80px;
	height: 80px;
	margin: 10px;
	border-radius: 15px;
	float: left;
	background-color: #CCC;
	overflow: hidden;
}

#testimonial .clint-div{
	float: left;
	padding-right: 20px;
}

#testimonial .name {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

#testimonial .designation {
	font-size: .8em;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	line-height: 100%;
}

#testimonial .col-xs-6 p {
	margin: 10px;
}



/*---------------        Our Pricing      ---------------*/
#pricing .container-full {
	min-height: 50px;
	background: #f1f0f0;
	padding-bottom: 30px;
}

#pricing h3 {
	font-weight: bold;
	font-size: 1.5em;
	margin-top: -12px;
	text-align: center;
	color: #272a2f;
}

#pricing ul p {
	text-align: center;
	font-size: 1.3em;
	color: #a3a1a0;
	padding: 5px 0px;
}

#pricing ul {
	margin-bottom: 30px;
	margin: 0px;
	padding: 0px;
}

#pricing .col-xs-3 div {
	min-height: 200px;
	border-radius: 15px;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 30px;

	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	-ms-transition-duration: 250ms;
	transition-duration: 250ms;
}

#pricing .col-xs-3 div:hover {
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
	box-shadow: 0 0 10px 2px rgba(0,0,0,.2);

	-webkit-transform: scale(1.02,1.02);
	-moz-transform: scale(1.02,1.02);
	-o-transform: scale(1.02,1.02);
	-ms-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);

	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;

	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	-ms-transition-duration: 250ms;
	transition-duration: 250ms;
	position: relative;
	z-index: 99;
}

#pricing .col-xs-3 h4 {
	color: white;
	line-height: 30px;
	font-weight: bold;
	font-size: 1.6em;
	text-align: center;
	width: 100%;
	padding: 25px 0 15px 10px;
	margin-top: -10px;
}

#pricing .col-xs-3 h5 {
	color: white;
	line-height: 30px;
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	width: 100%;
	padding: 30px 0px;
	margin-top: -10px;
	border-top: 1px solid rgba(0,0,0,.1);
}

#pricing .col-xs-3 a {
	margin: 15px;
	padding: 2px 45px;
	color: white;
	font-size: 1.1em;
	border-radius: 15px;
}


#pricing .col-xs-3:nth-child(1) h4, 
#pricing .col-xs-3:nth-child(1) a{
    background-color: #46bea9;   
}
#pricing .col-xs-3:nth-child(1) h5{
    background-color: #6ec8ba;
}

#pricing .col-xs-3:nth-child(2) h4, 
#pricing .col-xs-3:nth-child(2) a{
    background-color: #d2474d;   
}
#pricing .col-xs-3:nth-child(2) h5{
    background-color: #e86269;
}

#pricing .col-xs-3:nth-child(3) h4, 
#pricing .col-xs-3:nth-child(3) a{
    background-color: #80ad40;   
}
#pricing .col-xs-3:nth-child(3) h5{
    background-color: #95c13f;
}

#pricing .col-xs-3:nth-child(4) h4, 
#pricing .col-xs-3:nth-child(4) a{
    background-color: #387dba;   
}
#pricing .col-xs-3:nth-child(4) h5{
    background-color: #5094cf;
}



#scroller2 {
	display: none;
}

#scroller2 .gotop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	line-height: 0px;
	text-align: center;
	cursor: pointer;
	font-size: 4em;
	border-radius: 5px;
	color: #e96269;
}

#scroller2 .gotop a {
	color: #e96269;

	-webkit-transition: color .2s ease-in;
	-moz-transition: color .2s ease-in;
	-o-transition: color .2s ease-in;
	-ms-transition: color .2s ease-in;
	transition: color .2s ease-in;
}

#scroller2 .gotop a:hover {
	color: #95c13f;
}




#Grid .mix{
	display: none;
	opacity: 0;
}

/*---------------     Media Query      ---------------*/
@media screen and (max-width:1100px)
{
	#team .social-icons li {
	border-radius: 5px;
	margin: 2px;
	}
}



@media screen and (max-width:800px)
{
	#slider .slide-element h1 {
		font-size: 1.4em;
	}
	#slider .slide-element p{
		font-size: 0.6em;
		color: #000;
	}
	#slider .slide-element {
    height: 350px;
    padding-top: 10px;
	}
	#slider .readmore a{
		margin-top: 10px;
	}
	#slider .slide-element img {
		max-width: 40%;
		max-height: 250px;
	}
	#slider .carousel-control{
		margin-top: 150px;
	}
	
	#pricing .col-xs-3 a {
	padding: 2px 15px;
	}
	#headnev ul li
	{
		margin-bottom: 5px;
	}
	
	#somework .col-xs-3, 
	#service .col-xs-3, 
	#pricing .col-xs-3, 
	#team .col-xs-3, 
	#footer .col-xs-3
	{
		width: 50%;
	}


	#pricing .portfolio-type ul li:first-child {
		border-radius: 5px 0px 0px 5px;
	}

	#pricing .portfolio-type ul li:last-child {
		border-radius: 0px 5px 5px 0px;
	}

	#pricing .portfolio-type ul li {
		margin-left: -5px;
		border-left: 1px solid #6ec8ba;
		height: 25px;
		cursor: pointer;
	}
	#pricing .portfolio-type ul li a {
		padding: 5px 10px 5px 20px;
		line-height: 25px;
		font-size: .9em;
		height: 25px;
	}
	#team .col-md-6
	{
		width: 50%;
	}
	#team .col-md-3{
		width: 40%;
	}


}
@media screen and (max-width:500px)
{	
	#slider .slide-element h1 {
		font-size: 1.1em;
	}
	#slider .slide-element p{
		font-size: 0.55em;
	}

	#slider .slide-element {
    height: 250px;
    padding-top: 10px;}

    #slider .slide-element img {
		display: none;
	}
    #slider .carousel-control{
		margin-top: 100px;
	}

	#somework .col-xs-3, 
	#service .col-xs-3, 
	#pricing .col-xs-3, 
	#team .col-xs-3, 
	#footer .col-xs-3
	{
		width: 100%;
	}

	#aboutus .col-xs-6{
		width: 100%;
		margin-top: 60px;
	}
	#aboutus .container-full{
	padding-top: 0px;
	}

	#testimonial .col-xs-6{
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/**/

.forma{
	margin-bottom: -80px;
	z-index: 10;
	margin-top: 48px;
}
.forma input{
	border-radius:4px;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	font-size:13px;
	color:#555555;
	background:#ededed;
}
input:focus{
	//border:0;
	outline:none;
}
textarea:focus{
	//border:0;
	outline:none;
}
.name{
	margin-bottom:10px;
	margin-right: 10px;
	width:403px;
}
.Email{
	margin-bottom:10px;
	width:403px;
}
.Subject{
	margin-bottom:10px;
	max-width: 816px;
}

textarea {
	border-radius:4px;
	padding-top:10px;
	padding-bottom:10px;
	border:0px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	font-size:13px;
	color:#555555;
	background:#ededed;
	border:none;
    max-width: 816px;
	height: 153px;
    resize: none;
   }
.forma input:focus, .forma textarea:focus{
	background:#dfdfdf;
	border:0;
}
.forma .cBtn a{
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
	font-size:13px;
	color:#fff;
}

.forma .cBtn ul{
	margin-left: -15px;
	margin-top: 6px;
	padding-left:0;
	margin-bottom: 0;
}
.forma .cBtn ul i{
	padding-right: 10px;
}
.forma .cBtn .clear , .cBtn .send{
	margin-bottom: 0;
	margin-top: 4px;
	padding: 10px;
	padding-right: 17px;
	padding-left: 17px
	
}
.forma .cBtn .clear  a, .cBtn .send a{
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
}
.forma .cBtn .send{
	box-shadow: 0px 2px 0px 0px #881518;
	background:#ed0010 ;
}
.forma .cBtn .send:hover{
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000 ;
}

/**/
.cont{
	margin-top: 44px;
	margin-left: -33px;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 300;
	font-size:13px;
	color:#666666;
	margin-bottom: -80px;
	z-index: 10;
}
.cont ul{
	padding-left:0;
	list-style:none;
}
.cont li{
 margin-bottom: 16px;

}
.cont .fa{
	color:#2f2f2f;
	padding-right:14px;
}
.cont a{
	text-decoration:none;
	color:#ed0010;
}
.cont a:hover{
	color:#666666;
}

/**/
/**/
.lb{
	margin-bottom: -78px;
	z-index: 10;
}
.lb ul{
	margin-left: 14px !important;
	margin-top: 45px !important;
	display: inline-block;
	margin-bottom: 15px;
}
.cBtn ul{
	margin-left: -37px;
	margin-top: 37px;
	display: inline-block;
}
.cBtn ul li{
	margin-bottom: 15px;
	margin-right: 10px;
	border-radius:4px;
	float:left;
	list-style:none;
	padding:10px;
	background:#2f2f2f;
	box-shadow: 0px 2px 0px 0px #000;
	padding-right: 18px;
	padding-left: 18px;
	padding-top:11px;
}
.cBtn ul li:last-child{
	margin-right: 0;
}
.cBtn ul li a{
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	font-size: 13px;
	text-align:center;
	font-family: 'Roboto', 'sans-serif';
	font-weight: 700;
}
.cBtn ul li:hover{
	cursor:pointer;
	background:#ed0010;
	color:#fff;
	box-shadow: 0px 2px 0px 0px #179abf;
}
/**/
