/*
 *************************************************************
 * Designed by : Muhammad Asif [sirmuhammadasif@yahoo.com]  *
 *************************************************************
 *
 * Fonts
 */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,300);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
 
/*
 * Basic CSS starts 
 */

body{
	font-family: 'Open Sans', sans-serif;
	background: url('../img/body.png') repeat;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #555;
}

p{
	margin:0;
	padding:0;
	line-height: 24px;
	color: #8c8c8c;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:hover,a:active,a:focus {
	outline: 0;
	outline-width: 0 !important;
	text-decoration: none;
}

hr{

}

:focus {
	outline:none;
	outline-width: 0 !important;
}

::-moz-focus-inner {
	border:0;
}

/*
 * Different Color 
 */

.br-blue { background: #408ac9; }
.br-lblue { background: #3cbce1; }
.br-red { background: #d92324; }
.br-orange { background: #e88945; }
.br-brown { background: #ba5c16; }
.br-green { background: #12be14; }
.br-purple { background: #b144eb; }
.br-pink { background: #e65db7; }

.btn { border-radius: 2px !important; }
.padd { padding: 130px 0; }
.btn-color { color: #fff !important; }

.btn-transparent {
	padding: 10px 16px;
	font-size: 14px;
	color: #ffffff;
	border: 1px solid #ffffff;
	box-shadow: 0 0 0 0px #fff inset;
	-webkit-transition: all 0.25s;
		 -moz-transition: all 0.25s;
				  transition: all 0.25s;
}

.btn-transparent:hover {
	color: #000;
	box-shadow: 0 50px 0 1px #b144eb inset, 0 2px 5px rgba(0,0,0,0.15);
}



.btnnn-transparent_new {
	padding: 10px 16px;
	font-size: 14px;
	margin-top:10px;
	color: #b144eb;
	border: 1px solid #ffffff;
	box-shadow: 0 0 0 0px #fff inset;
	-webkit-transition: all 0.25s;
		 -moz-transition: all 0.25s;
				  transition: all 0.25s;
}

.btn-transparent_new {
	padding: 10px 16px;
	font-size: 14px;
	margin-top:10px;
	color: #b144eb;
	box-shadow: 0 50px 0 1px #fff inset, 0 2px 5px rgba(0,0,0,0.15);
}

.btn-transparent_new:hover {
	color: #b144eb;
	box-shadow: 0 50px 0 1px #fff inset, 0 2px 5px rgba(0,0,0,0.15);
}





.overlay {
	background: url('../img/dot-pattern.png') repeat;
}

/*
 * Style switcher
 */

.style-switcher{
	position: fixed;
	top: 140px;
	left: -94px;
	width: 94px;
	padding: 10px;
	padding-bottom: 4px;
	background: #fff;
	cursor: pointer;
	z-index: 9999999999;
	border: 1px solid #ccc;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.style-switcher a{
	display:inline-block;
	width: 30px;
	height: 30px;
	margin-right: 4px;
	margin-bottom: 6px;
	border-radius: 1px;
}	

.style-switcher .style-btn {
	position: absolute;
	top: 15px;
	left: 100%;
	margin-left: 0;
	z-index: 99999999;
	width: 35px;
	height: 35px;
	line-height: 33px;
	text-align: center;
	font-size: 18px;
	background: #fff;
	color: #565656;
	border: 1px solid #ccc;
	border-left: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* 
 * Basic CSS ends 
 */
 
/*
 * Header Area
 */

.header { 
	position: fixed;
	z-index: 100;
	width: 100%;
	background: rgba(255,255,255,0.9);  /* Opicity */
	box-shadow: 0 0 10px #ddd;
}

.header .header-info {
	line-height: 38px;
	border-bottom: 1px solid #ddd;
	background: rgba(255,255,255,0.5);  /* Opicity */
}

.header-info .head-contact { font-size: 13px; color: #888; }
.header-info .head-contact i { 
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

.header-info .social {	text-align: right; }
.header .header-info .social a { display: inline-block; margin-left: -3px; }
.header .header-info .social a i {
	display: inline-block;
	width: 43px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
	border: 0;
	border-left: 1px solid #ddd;
} 

.header .header-info .social a:hover i { color: #888; }
.header .header-info .social a:last-child i { border-right: 1px solid #ddd; }

/*
 * Navigation Menu
 */

.header .navbar {
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;	
	border: 0;
	border-radius: 0;
}

.header .navbar-collapse { border-top-color: #eee; }
.header .navbar-toggle  { top: 5px; 	border-radius: 3px; }
.header .navbar-brand {
	margin-top: 5px;
	margin-bottom: 5px;
}

.header .navbar-brand  img{
	position: relative;
	top: -25px;
	z-index: 1010;
	width: 100%;
	max-width: 110px;
}

.header .navbar-nav>li>a {
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight: 100;
	color: #888;
	text-align: center;
	text-transform: uppercase;
}
.header .navbar-nav>li>a:focus,
.header .navbar-nav>li>a:hover { background: transparent; }
.header .navbar-nav>li>a i {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 2px;
}

/*
 * Slider
 */
 
.slider {
	padding-top: 130px;
}

.slider .flexslider {
	margin: 0;
	padding: 0;
	height: 100%;
	max-height: 560px;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

.flex-direction-nav a:before {
	font-size: 18px;
}
.slider .flexslider .flex-direction-nav a {
	width: 40px;
	height: 40px;
	line-height: 43px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #ffffff;
	text-shadow: none;
}

.slider .flexslider .flex-direction-nav .flex-prev { left: 30px; }
.slider .flexslider .flex-direction-nav .flex-next { right: 30px; }
.slider .slide-one,
.slider .slide-two,
.slider .slide-three {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}
.slider .slide-one,
.slider .slide-two { bottom: 40%; }
.slider .slide-three { bottom: 35%; }
.slider .slide-one h2,
.slider .slide-two h2,
.slider .slide-three h2 {
	margin: 0;
	font-size: 60px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
}

.slider .slide-one hr,
.slider .slide-two hr,
.slider .slide-three hr {
	max-width: 500px;
	margin: 20px auto;
	border-top: 3px solid #fff;
}

.slider .slide-one p i { font-size: 18px; }
.slider .slide-two p i { font-size: 32px; }

.slider .slide-one p,
.slider .slide-two p,
.slider .slide-three p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px rgba(0,0,0,0.1);
}

.slider .slide-three p { margin: 10px auto;}
.slider .slide-three .btn {
	margin-top: 5px;
	box-shadow: 0 0 0 0px #fff inset;
	-webkit-transition: all 0.25s;
		 -moz-transition: all 0.25s;
				  transition: all 0.25s;
}

.slider .slide-three .btn:hover {
	color: #656565;
	box-shadow: 0 50px 0 1px #fff inset;
}

/*
 * After Slider Block
 */
 
.after-slider { 
	margin-top: 40px;
	padding: 30px 0;
	background: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #eee;
}

.after-slider .as-item {
	max-width: 400px;
	margin: 0 auto;
}

.after-slider .as-item i {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	border-radius: 8px;
	float: left;
}

.after-slider .as-item h4,
.after-slider .as-item  p { margin-left: 100px; }
.after-slider .as-item h4 {
	margin-top: 0;
	font-size: 20px;
}

.after-slider .as-item  p { 
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
}

/*
 * Hero Block
 */

.hero {
	text-align: center;
}

.hero h2 {
	margin-top: 0;
	font-size: 35px;
	line-height: 45px;
	text-transform: capitalize;
}

.hero img {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 25px;
}

.hero p{
	max-width: 700px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 26px;
}

/*
 * Default Heading
 */
.default-heading { 
	margin-bottom: 30px;
	padding-bottom: 8px; 
	border-bottom: 1px solid #eee;
}

.default-heading h2 {
	display: inline-block;
	margin: 0;
	margin-right: 5px;
	font-size: 30px;
	text-transform: uppercase;
}
.default-heading h2 span { 
	display: block; 
	font-size: 18px; 
	font-weight: 400; 
	text-transform: none;
}

.default-heading .sub-dh {
	font-size: 15px;
	color: #888;
}

/*
 * Features
 */
 
.feature {
	background: #fff url('../img/back3.jpg') fixed center center no-repeat;
}

.feature-item {
	max-width: 350px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}

.feature-item .f-icon {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 40px;
	color: #fff;
	border-radius: 50%;
	-webkit-transition: all 0.25s;
		 -moz-transition: all 0.25s;
				  transition: all 0.25s;
}

.feature-item:hover .f-icon{ box-shadow: 0 0 0 10px #fff; }
.feature-item h4 {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 20px;
	color: #ffffff;
}
.feature-item p {
	color: #ffffff;
	font-size: 14px;
}

/*
 * Works Block
 */

.work .work-item {
	position: relative;
	z-index: 10;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
} 

.work-item .work-hover {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	padding: 10px 15px;
	-webkit-transition: all 0.4s cubic-bezier(0.1,0.8,0.5,0.9);
	   -moz-transition: all 0.4s cubic-bezier(0.1,0.8,0.5,0.9);
			-ms-transition: all 0.4s cubic-bezier(0.1,0.8,0.5,0.9);
			 -o-transition: all 0.4s cubic-bezier(0.1,0.8,0.5,0.9);
					transition: all 0.4s cubic-bezier(0.1,0.8,0.5,0.9);
}

.work-item:hover .work-hover {	top: 0; }
.work-item img {
	-webkit-transition: all 0.4s cubic-bezier(0.1,0.8,0.5,0.9);
	   -moz-transition: all 0.4s cubic-bezier(0.1,0.8,0.5,0.9);
			-ms-transition: all 0.4s cubic-bezier(0.1,0.8,0.5,0.9);
			 -o-transition: all 0.4s cubic-bezier(0.1,0.8,0.5,0.9);
					transition: all 0.4s cubic-bezier(0.1,0.8,0.5,0.9);

-webkit-border-radius: 6px 6px 6px 6px; 
-moz-border-radius: 6px 6px 6px 6px; 
-khtml-border-radius: 6px 6px 6px 6px; 
border-radius: 6px 6px 6px 6px; 					
					
					}

.work-item:hover img {
	-webkit-transform: scaleY(1.1); 
		 -moz-transform: scaleY(1.1); 
			-ms-transform: scaleY(1.1); 
			 -o-transform: scaleY(1.1); 
					transform: scaleY(1.1); 

					}
	
.work-item .work-hover h3{ color: #d92324; }
.work-item .work-hover p { color: #000; text-align: justify; }
.work-item .work-hover h3 {
	margin-top: 7px;
	padding-bottom: 10px;
	font-size: 25px;
	border-bottom: 1px solid #ccc;
}

.work-item a.btn {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 15;
	border-radius: 2px;
}

/*
 * Testimonial Block
 */

.testimonial { 	
	background: rgba(177,68,235,0.3) url('../img/') fixed center center no-repeat;
	border-top: 1px solid #eee; 
}

.testimonial h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 300;
	color: #d92324;
	text-align: center;
}

.testimonial hr {
	width: 60px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-bottom: 3px solid #d92324;
}

.testimonial .carousel .carousel-control {
	background: transparent; 
	top: inherit;
	bottom: -25px;
}

.testimonial .carousel .carousel-control.left,
.testimonial .carousel .carousel-control.right{
	position: relative;
}

.testimonial .carousel .carousel-control.left{ left: 50%; margin-left: -40px; }
.testimonial .carousel .carousel-control.right{ left: 50%; margin-left: 15px; }

.testimonial .carousel .carousel-control span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 25px;
	box-shadow: 0 0 0 2px #fff;
	background: #fff;
	color: #777;
	text-shadow: none;
	border-radius: 50%;
}

.testimonial .testimonial-content h3 {
	text-align: center;
	color: #000;
	font-size: 25px;
	font-weight: 400;
}

.testimonial .testimonial-content img {
	width: 100%;
	max-width: 55px;
	display: inline-block;
	margin-right: 10px;
	padding: 3px;
	background: #fff;
	border-radius: 50%;
}

.testimonial .testimonial-content blockquote {
	max-width: 870px;
	margin: 0 auto;
	border-left: 0;
}

.testimonial .testimonial-content p {
	font-size: 18px;
	line-height: 35px;
	font-style: italic;
	color: #000;
	text-align: center;
}

/*
 * Process Block 
 */

.process .process-item {
	max-width: 200px;
	margin: 0 auto;
	margin-top: 30px;
	padding: 30px 0;
	text-align: center;
	border-radius: 2px;
}

.process .process-item i,
.process .process-item  h4 { color: #fff; }
.process .process-item i { font-size: 60px; }
.process .process-item  h4 {
	margin-top: 16px;
	margin-bottom: 0;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.process .process-msg {
	max-width: 750px;
	margin: 0 auto;
	margin-top: 60px;
	text-align:center;
}

.process .process-msg h4 {
	margin-bottom: 15px;
	font-size: 22px; 
}

.process .process-msg p {
	font-size: 13px;
	line-height: 23px;
}

/*
 * Service Block 
 */
 
.service .service-item {
	max-width: 380px;
	margin: 0 auto;
	margin-top: 30px;
}

.service .service-item i {
	position: relative;
	top: 2px;
	width: 40px;
	font-size: 35px;
	text-align: right;
	float: left;
}

.service .service-item h4,
.service .service-item p { margin-left: 60px; text-align: justify;te }
.service .service-item h4 {
	margin-top: 0;
	font-size: 25px;
}

/*
 * About Us
 */

.about{
	background: #fff url('../img/back3.jpg') fixed center center no-repeat;
}

.about .default-heading h2,
.about .default-heading .sub-dh { 
	color: #fff; 
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
}

.about .about-para {
	max-width: 700px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

.about .skill-item {
	max-width: 100px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}

.about .skill-item h3 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.2);
}

/*
 * Team Member
 */
 
.team .team-member {
	max-width: 320px;
	margin: 0 auto;
	margin-top: 40px;
	text-align: center;
}

.team .img-container {
	position: relative;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow: hidden;

	-webkit-border-radius: 6px 6px 6px 6px; 
-moz-border-radius: 6px 6px 6px 6px;  
-khtml-border-radius: 6px 6px 6px 6px;  
border-radius: 6px 6px 6px 6px; 
	
	}

.team .img-container .img-hover{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: all 0.25s ease-out;
	   -moz-transition: all 0.25s ease-out;
		  -ms-transition: all 0.25s ease-out;
			 -o-transition: all 0.25s ease-out;
					transition: all 0.25s ease-out;
}


.team .team-member:hover .img-container .img-hover{
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team .img-hover .social {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 15;
	margin-top: -18px;
	-webkit-transform: scale(0.2);
	   -moz-transform: scale(0.2);
			-ms-transform: scale(0.2);
			 -o-transform: scale(0.2);
					transform: scale(0.2);
	-webkit-transition: all 0.35s ease-out;
	   -moz-transition: all 0.35s ease-out;
			-ms-transition: all 0.35s ease-out;
			 -o-transition: all 0.35s ease-out;
					transition: all 0.35s ease-out;
}

.team .team-member:hover .img-hover .social {
	-webkit-transform: scale(1.0);
	   -moz-transform: scale(1.0);
			-ms-transform: scale(1.0);
			 -o-transform: scale(1.0);
					transform: scale(1.0);
}

.team .img-hover .social a i {
	width: 36px;
	height: 36px;
	line-height: 35px;
	margin: 0 1px;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.team .img-container img {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}

.team .team-member h3 {
	color: #676767;
	font-size: 22px;
}

.team .team-member hr { display: none;
	width: 30px;
	margin: 10px auto;
}

.team .team-member .deg {
	display: block;
	margin: 0;
	margin-bottom: 5px;
	font-size: 12px;
	color: #9a9a9a;
}

/*
 * CTA Block
 */

.cta { 
	background: #eee;
	padding: 60px 0;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
}

.cta .cta-content h3 {
	margin-top: 0;
	font-size: 28px;
	color: #ffffff;
	text-transform: uppercase;
}

.cta .cta-content h2 {
	display: inline-block;
	margin: 0;
	margin-right: 5px;
	font-size: 30px;
	text-transform: uppercase;
	color: #ff0;
}
.cta .cta-content h2 span { 
	display: block; 
	font-size: 18px; 
	font-weight: 400; 
	text-transform: none;
	color: #fff;
}


.cta .cta-content p {
	line-height: 21px;
	color: #ffffff;
}

.cta .cta-btn {
	margin-top: 16px;
	text-align: center;
}

.cta .cta-btn .btn{
	padding: 14px 22px;
	font-size: 14px;
}

/*
 * Contact Area
 */

.contact-map {
	margin-top: 30px;
	margin-bottom: 30px;
	height: 450px;
	background: #eee;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}

.contact-map h5{
	margin:0px !important;
	margin-bottom:5px !important;
	font-weight:600;
}

.contact-map p{
	color:#444 !important;
	font-size:12px !important;
	line-height:20px !important;
	font-family:"Open Sans", sans-serif !important;
} 
.contact .contact-content { padding-bottom: 80px; }
.contact .default-heading {
	margin-top: 50px;
}
.contact .contact-dtls {
	max-width: 350px;
	margin: 50px auto;
	text-align: center;
}

.contact .contact-dtls h5 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 18px;
}

.contact .contact-dtls p {
	font-size: 15px;
	line-height: 26px;
}

.contact .contact-dtls p.g-font {
	font-family: 'Georgia' 'Times New Roman', serif;
	font-size: 30px;
	color: #878787;
}

.contact .contact-dtls hr {
	margin-top: 4px;
	margin-bottom: 2px;
}

.contact .contact-form {
	max-width: 550px;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}

.contact .contact-form h5 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
	text-transform: uppercase;
}

.contact .contact-form .input-lg,
.contact .contact-form textarea {
	font-size: 15px;
	letter-spacing: 0.015em;
	box-shadow: none;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.contact .contact-form .btn {
	display: block;
	width: 100%;
}

/*
 * Blog Section (News Letter)
 */
 
.blog .entry {
	max-width: 400px;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.blog .entry .entry-img {
	position: relative;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border: 0px solid #408ac9;
	z-index: 10;
	box-shadow: 0 0 0 1px #eee;
	overflow: hidden;
}

.blog .entry .entry-img .date {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
	padding: 14px;
	color: #ff0;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	font-weight: 600;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	border-top-left-radius: 4px;
}

.blog .entry .entry-img .date span {		
	display: block;
	margin-top: 5px;
	padding: 0;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;	
}
.blog .entry h3 a { color: #fff; }
.blog .entry h3 {
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 7px 12px;
	font-size: 16px;
	line-height: 25px;
	text-transform: capitalize;
	border-radius: 4px;
}

.blog .entry p {
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
	}

.blog .entry .meta {
	margin-top: 15px;
	padding-top: 10px;
	font-size: 13px;
	line-height: 23px;
	color: #787878;
	text-transform: uppercase;
	border-top: 1px solid #ddd;
}

.blog .blog-post .load-btn {
	margin-top: 50px;
	text-align: center;
}

.blog .blog-post .load-btn .btn {	
	padding: 7px 14px;
	font-size: 14px;
}

/*
 * Pricing Table
 */

.pricing .default-heading h2,
.pricing .default-heading .sub-dh { color: #fff; }

.pricing .pricing-content {
	margin: 0 auto;
	margin-top: 60px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.pricing .pricing-item {
	padding: 20px 0;
	text-align: center;
	background: #fff;
	border-radius: 2px;
}

.pricing .pricing-item.highlight {
	position: absolute;
	top: -20px;
	z-index: 90;
	width: 100%;
	padding: 40px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.pricing .pricing-item h3{
	margin-top: 0;
	text-transform: uppercase;
	font-size: 18px;
}

.pricing .pricing-item h4 {
	font-size: 55px;
}

.pricing .pricing-item h4 span {
	position: relative;
	left: -3px;
	font-size: 18px;
}

.pricing .pricing-item ul {
	margin-top: 20px;
	margin-bottom: 0;
}

.pricing .pricing-item a.btn {
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 8px 14px;
	font-size: 14px;
}

.pricing .pricing-item ul li {
	margin-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
}


/*
 * Footer
 */
 

.footer { padding: 50px 0; }

.footer-widget h4,
.footer-widget h5,
.footer-widget p{ color: #000; }

.footer-widget h4 {
	color: #b144eb;
	margin-top: 0;
	font-size: 22px;
	padding-bottom: 8px;
	border-bottom: 1px solid #000;
}
.footer-widget h5 {
	margin-top: 15px;
	font-size: 16px;
}

.footer-widget p {
	font-size: 15px;
	line-height: 25px;
}

.footer-widget .form-control {
	height: 42px;
	font-size: 14px;
	background: rgba(0,0,0,0.05);
	color: #000;
	border: 1px solid #fff;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.footer-widget form { margin-top: 15px; }
.footer-widget .form-control::-moz-placeholder { color: #000000; opacity: 1; }
.footer-widget .form-control:-ms-input-placeholder { color: #000000; }
.footer-widget .form-control::-webkit-input-placeholder { color: #000000; }
.footer-widget .btn {
	background: #b144eb;
	color: #fff;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.footer-widget .footer-gallery img {
	display: inline-block;
	width: 100%;
	max-width: 75px;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 15px;
	background: #fff;
	padding: 2px;
	border-radius: 2px;
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
}

.footer-widget .social { margin-top: 15px; }
.footer-widget .social a i {
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-right: 5px;
	font-size: 14px;
	text-align: center;
	color: #000;
	box-shadow: inset 0 0 0 1px #b144eb;
	border-radius: 50%;
	-webkit-transition: all 0.35s ease-out;
	   -moz-transition: all 0.35s ease-out;
			-ms-transition: all 0.35s ease-out;
			 -o-transition: all 0.35s ease-out;
					transition: all 0.35s ease-out;
}

.footer-widget .social a:hover i { box-shadow: inset 0 0 0 20px #000; }
.footer .copy-right {
	margin-top: 40px;
	padding-top: 30px;
	text-align: center;
	border-top: 1px solid #000;
}

.footer .copy-right p {
	color: #000;
	font-size: 13px;
	line-height: 23px;
}

/* 
 * Back go to top 
 */

.go-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99999999999;
}

.go-top a, .go-top a:visited{
	display: block;
	width: 45px;
	height: 45px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 44px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 3px rgba(0,0,0,0.1);
	-webkit-transition: all 0.25s ease-out;
	   -moz-transition: all 0.25s ease-out;
			-ms-transition: all 0.25s ease-out;
			 -o-transition: all 0.25s ease-out;
					transition: all 0.25s ease-out;
}
.go-top a:hover {box-shadow: inset 0 0 0 20px rgba(0,0,0,0.1);}

.go-top a, .go-top a:hover,
.go-top a:visited{ color: #fff; }

/*
 * Responsive CSS 
 */

/*
 * Mobile phones 
 */
@media (max-width: 480px){
	.slider .slide-one,
	.slider .slide-two { bottom: 40% !important; }
	.slider .slide-three { bottom: 32% !important; }
	.slider .slide-one h2,
	.slider .slide-two h2,
	.slider .slide-three h2 { font-size: 25px !important;}
	.slider .slide-one p,
	.slider .slide-two p,
	.slider .slide-three p { display: none;}
	.slider .slide-one hr,
	.slider .slide-two hr { display: none;}
}

/*
 * Tablets 
 */
@media (max-width: 767px){
	.style-switcher .style-btn { display: none;}
	.header .container { padding: 0; }
	.header .navbar { padding-top: 0; padding-bottom: 0; }
	.header .navbar-brand img { max-width: 90px; top: -20px; }
	.header .navbar-nav>li>a i { display: none; }
	.header .navbar-nav>li>a {
		padding-top: 7px;
		padding-bottom: 7px;
		text-align: left; 
	}
	.header .navbar-nav>li>a:hover { background: #f3f3f3; }
	
	.slider { padding-top: 60px; }
	.slider .flexslider .flex-direction-nav a {
		width: 30px;
		height: 30px;
		line-height: 33px;
	}
	.flex-direction-nav a:before { font-size: 14px; }
	.slider .slide-one,
	.slider .slide-two { bottom: 30%; }
	.slider .slide-three { bottom: 22%; }
	.slider .slide-one h2,
	.slider .slide-two h2,
	.slider .slide-three h2 { font-size: 45px;}
	.slider .slide-one p,
	.slider .slide-two p,
	.slider .slide-three p { font-size: 16px;}
	.slider .slide-three .btn { padding: 8px 12px; font-size: 12px;}
	
	.after-slider { padding-bottom: 0; }
	.after-slider .as-item { margin-bottom: 30px; }
	.work-item .work-hover {	
		top: 0; 
		opacity: 0.9;
	}
	.process .process-content {
		max-width: 400px;
		margin: 0 auto;
	}
	
	.cta .cta-content {
		max-width: 400px;
		margin: 0 auto;
		text-align: center;
	}
	
	.team .team-member .img-container .img-hover{
		top: 100%;
		margin-top: -60px;
		opacity:1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	.team .team-member .img-hover .social {
		top:  0;
		margin-top: 10px;
		-webkit-transform: scale(1.0);
			 -moz-transform: scale(1.0);
				-ms-transform: scale(1.0);
				 -o-transform: scale(1.0);
						transform: scale(1.0);
	}
	.footer-widget {
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	.footer .copy-right {  margin-top: 0; }
}

/*
 * Desktop 
 */
@media (max-width: 991px){
	.pricing .pricing-content { 
		background: transparent; 
		border: 0;
	}
	
	.pricing .pricing-item { 
		max-width: 380px;
		margin: 0 auto;
		margin-top: 30px; 
	}
	
	.pricing .pricing-item.highlight {
		position: static;
		padding: 20px 0;
		background: #fff;
		box-shadow: none;
	}
}










/*==========================================
   SOCIAL ICON STYLES
    =====================================================*/

.color-facebook {
    color:#3B5998;
}
.color-twitter {
     color:#00aced;
}
.color-google-plus {
     color:#dd4b39;
}
.color-linkedin {
     color:#007bb6;
}
.color-pinterest {
     color:#cb2027;
}

.color-skype {
     color:#3cbce1;
}
