/*
Theme Name: Luutaa
Theme URI: https://luutaa.com/
Author: Luutaa Technologies Pvt. Ltd.
Author URI: https://luutaa.com/
Description: Theme created for Luutaa website.
Version: 4
*/
/* Scrolling animations
================================================== */

.scrollimation.fade-in{
    opacity:0;
    -webkit-transition:opacity 0.4s ease-out;
    transition:opacity 0.4s ease-out;
}

.scrollimation.fade-in.in{
    opacity:1;
}

.scrollimation.scale-in{
    opacity:0;
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
    		transform:scale(0.8);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
	   -moz-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
    		transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-out;
}

.scrollimation.scale-in.in{
    opacity:1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
    		transform:scale(1);
}

.scrollimation.fade-right{
    opacity:0;
    -webkit-transform: translateX(-30px);
       -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
    		transform:translateX(-30px);
    -webkit-transition: -webkit-transform .6s ease-in,opacity .8s ease-in;
	   -moz-transition: -webkit-transform .6s ease-in,opacity .8s ease-in;
    		transition: transform .6s ease-in,opacity .8s ease-in;
}

.scrollimation.fade-right.in{
    opacity:1;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
    		transform:translateX(0px);
}

.scrollimation.fade-left{
    opacity:0;
    -webkit-transform: translateX(30px);
       -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
    		transform:translateX(30px);
    -webkit-transition: -webkit-transform .6s ease-in,opacity .8s ease-in;
	   -moz-transition: -webkit-transform .6s ease-in,opacity .8s ease-in;
    		transition: transform .6s ease-in,opacity .8s ease-in;
}

.scrollimation.fade-left.in{
    opacity:1;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
    		transform:translateX(0px);
}

.scrollimation.fade-up{
    opacity:0;
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
    	-ms-transform: translateY(30px);
    		transform:translateY(30px);
    -webkit-transition: -webkit-transform .6s ease-in,opacity .8s ease-in;
	   -moz-transition: -webkit-transform .6s ease-in,opacity .8s ease-in;
    		transition: transform .5s ease-in,opacity .8s ease-in;
}

.scrollimation.fade-up.in{
    opacity:1;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
    	-ms-transform: translateY(0px);
	}

/**/

@-webkit-keyframes tada {
	0% {-webkit-transform: scale(1);
} 
  
10%, 20% {
	-webkit-transform: scale(0.9) rotate(-3deg);
	}
30%, 50%, 70%, 90% {
	-webkit-transform: scale(1.1) rotate(3deg);
	}
40%, 60%, 80% {
	-webkit-transform: scale(1.1) rotate(-3deg);
	}
100% {
	-webkit-transform: scale(1) rotate(0);
	}
}
@-moz-keyframes tada {
	0% {-moz-transform: scale(1);
}  
10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
100% {-moz-transform: scale(1) rotate(0);}
}
@-ms-keyframes tada {
0% {-ms-transform: scale(1);}   
10%, 20% {-ms-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-ms-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-ms-transform: scale(1.1) rotate(-3deg);}
100% {-ms-transform: scale(1) rotate(0);}
}
@-o-keyframes tada {
0% {-o-transform: scale(1);}    
10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
100% {-o-transform: scale(1) rotate(0);}
}
@keyframes tada {
0% {transform: scale(1);}   
10%, 20% {transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
100% {transform: scale(1) rotate(0);}
}
.tada {
	-webkit-animation-name: tada;
	-moz-animation-name: tada;
	-ms-animation-name: tada;
	-o-animation-name: tada;
	animation-name: tada;
}

/* body css
================================================== */
img{
	max-width:100%;
	}	
.container{
	max-width:960px;
	}

.luutaa-home-header{
	background:url(images/header-bg.jpg) no-repeat;
	-webkit-background-size: cover;  
       -moz-background-size: cover;  
  		 -o-background-size: cover;  
  			background-size: cover;
	min-height:599px;
	}
#stick-header .show_height{
	display:none;
	height:93px;
	}
#stick-header.home_top_header .show_height{
	display:block;
	}
header{
	background:url(images/header-border.png) repeat-x bottom;
	padding:0px 0px 0px 0px;
	}
.logo {
	margin:8px 0;
	}
header .navigation{
	margin-top:12px;
	}
.navigation ul li a{
	color:#fff;
	font-family: 'proxima_novasemibold';
	text-transform:uppercase;
	border-bottom:4px solid #ddd;
	position:relative;
	}
.navigation ul li a:hover{
	color:#009ddf;
	border-color:#009ddf;
	}
.navigation ul li.current-menu-item a{
	color:#009ddf;
	border-color:#009ddf;
	}

header.fixHeader{
	background-color:#fff;
	background:rgba(0, 0 , 0, 0.8);
	position:fixed;
	width:100%;
	top:0;
	z-index:999;
	padding:0px 0px 0px 0px;
	-webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
	}
header.fixHeader .logo img{
	height:56px;
	}	
header.fixHeader .navigation{
	margin:0px;
	}
.topStrip {
	width:100%;
	line-height:30px;
	background:#009ddf;
	}
.topStrip .phoneNumber {
	float:right;
	color:#FFF;
	margin:0 20px;
	}
.topStrip .phoneNumber i {
	margin-right:5px;
	}
.topStrip .phoneNumber a {
	color:#FFF;
	}
.topStrip .phoneNumber a:hover {
	color:#FFF;
	text-decoration:underline;
	}
.slideRaq {
	position:relative;
	}
.raqBox p {
	line-height:20px;
	margin-bottom:10px;
	}
.raqBox input, .raqBox select, .raqBox textarea {
	width:100%;
	padding:8px 5px;
	background:#fff;
	color:#404040;
	border:1px solid #DDD;
	margin-bottom:10px;
	}
.filefield {
	position:relative;
	border:1px solid #DDD;
	margin-bottom:10px;
	}
.attachBtn {
	position:absolute;
	top:0;
	left:0;
	width:102px;
	height:41px;
	line-height:41px;
	text-align:center;
	background:#eaeaea;
	display:none;
	}
.filefield input[type="file"] {
	margin:0;
	border:0;
	}
/*@-moz-document url-prefix() { 
  .filefield input[type="file"] {
		text-indent:15px;
	}
}
.filefield input[type="file"] { 
	(;text-indent:15px;); 
	}*/ 
	
body.home #header #dc_jqmegamenu_widget-2-item ul li a {
	color:#FFF;
	}
body.home #header #dc_jqmegamenu_widget-2-item ul li .sub a {
	color:#ADADAD;
	}
body.home #header #dc_jqmegamenu_widget-2-item ul li .sub a:hover {
	color:#009DDF;
	}
body.home #header #dc_jqmegamenu_widget-2-item ul li .sub li.mega-hdr a.mega-hdr-a {
	color:#009DDF;
	}
.navigation .dcjq-mega-menu .sub-container ul.sub-menu > li.current-menu-item a {
	color:#009DDF !important;
	}
.heightExtra {
	min-height:400px;
	}
#json_contact_form input.inp_error, #json_contact_form textarea.inp_error {
	border:1px solid #ff4848;
	}
.contact_form .success {
	color:#16d864;
	font-size:20px;
	}


	
/* Slider
================================================== */
.home_slider{
	position: relative;
}
.luutaa-home-slider{
	text-align:center;
	color:#fff;
	margin-top:4em;
	}
.luutaa-home-slider ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
.luutaa-home-slider h1, .luutaa-home-slider h2{
	font-family: 'TwCenMTRegular';
	text-transform:uppercase;
	font-size:3.4285em;
	margin-bottom:18px;
	color:#fff;	
	}
.luutaa-home-slider h1 span, .luutaa-home-slider h2 span{
	color:#009DDF;
	}
.luutaa-home-slider p{
	font-size:20px;
	line-height:1.5;
	margin-bottom:35px;
	}
.luutaa-home-slider .luutaa-button-group{
	text-align:center;
	margin:3em 0;
	}
.luutaa-home-slider .luutaa-button-group a{
	font-family: 'proxima_novasemibold';
	text-transform:uppercase;
	color:#fff;
	display:inline-block;
	*display:inline;
	zoom:1;
	font-size:1.125em;
	line-height:3.2em;
	padding:0 1em;
	min-width:220px;
	margin:0 1em;
	position:relative;
	background:#009DDF;
	}
.luutaa-home-slider .luutaa-button-group a:hover{
	color:#595959;
	}
.luutaa-home-slider .luutaa-button-group a .overlay_bg{
	position:absolute;
	bottom:0px;
	height:0;
	width:100%;
	background:#fff;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
	left:0;
	z-index:;
	}
.luutaa-home-slider .luutaa-button-group a:hover .overlay_bg{
	height:100%;
	-webkit-transition: all 0.1s linear 0s;
	   -moz-transition: all 0.1s linear 0s;
			transition: all 0.1s linear 0s;
	}


.control-nav-bullet ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
.control-nav-bullet ul li{
	display:inline-block;
	*display:inline;
	zoom:1;
	background:#fff;
	width:14px !important;
	height:14px !important;
	border-radius:50%;
	cursor:pointer;
	}
.control-nav-bullet ul li:hover{
	border:3px solid #fff;
	background:none;
	}
.control-nav-bullet ul li.active{
	border:3px solid #fff;
	background:none;
	}
/* comman css
================================================== */
.shadow_border{
	border-top:1px solid #ccc;
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.20);
	   -moz-box-shadow:0 2px 2px rgba(0,0,0,0.20);
			box-shadow:0 2px 2px rgba(0,0,0,0.20);
	}
.shadow_border1{
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.20);
	   -moz-box-shadow:0 2px 2px rgba(0,0,0,0.20);
			box-shadow:0 2px 2px rgba(0,0,0,0.20);
	}
.wp_txt h3{
	font-size:24px;
	line-height:36px;
	color:#5f5f5f;
	text-align:center;
	width:600px;
	margin:0 auto;
	font-family:'Raleway',sans-serif;
	}

.blog-title{
	text-align:left;
	position:relative;
	}
.blog-title h1{
	
	font-family: proxima_novasemibold;
	font-size: 36px;
	

	}

.blog-title h2{
	
	font-family: proxima_novasemibold;
	font-size: 28px;
	

}

.blog-content h3{

	font-family: proxima_novasemibold;
	font-size: 20px;
	margin-bottom: 10px;
}

.blog-content p{

	font-size: 16px;
	font-family: proxima_nova_rgregular;
	line-height: 24px;
	color:#000;

}

.blog-text{

	font-size: 16px;
	font-family: proxima_nova_rgregular;
	line-height: 24px;
	color:#000;

}

.popular-blog li{

	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;


}

.mc_custom_border_hdr{

	font-size: 18px;
	font-family: proxima_novasemibold;
	margin-bottom: 10px;
	color:#595959;
}

.page-title{
	text-align:center;
	position:relative;
	}
.page-title h1{
	line-height:117px;
	font-weight:100;
	letter-spacing:2px;
	}

.page-title h2{
	line-height:117px;
	font-weight:300;
	letter-spacing:2px;
	color:#01526f;
	font-size:36px;
	}

.page-title h1 span.bold{
	font-weight:500;
	}
.page-title .luutaa-arrow{
	background:url(images/down_arrow.png) no-repeat center bottom;
	height:48px;
	position:absolute;
	width:100%;
	bottom:-22px;
	z-index: 1;
	}
.main-heading{
	background:url(images/border-blue.jpg) no-repeat center 100px;
	}

.luutaa-relative{
	position:relative;
	z-index:1;
	}
	
/* Projects
================================================== */

.luutaa-project-showcase{
	background:#f6fbff url(images/project_placeholder.jpg) no-repeat center center;
	min-height:720px;
	}	
.luutaa-project{
	max-width:1280px;
	margin:0 auto;
	}
.luutaa-project .project-item{
	max-width:850px;
	background:#000;
	margin:70px auto 10px auto;
	text-align:center;
	}
.luutaa-project ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
.project-item .carousel-indicators{
	bottom:-126px;
	}
.project-item .carousel-indicators li{
	border-color:#848484;
	}
.project-item .carousel-indicators .active{
	background:#009DDF;
	border-color:#009DDF;
	}
.project-item .carousel{
	left:1px;
	}
#carousel-portfolio-home .carousel-inner {
	height:530px;
	}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width:100%;
	}
#wireframe img {
	height:auto;
	}


/* Web Solution
================================================== */
.luutaa-web-solution-bg{
	background:url(images/luutaa-web-solution-bg.jpg) no-repeat;
	-webkit-background-size: cover;  
       -moz-background-size: cover;  
  		 -o-background-size: cover;  
  			background-size: cover;
	padding:80px 0px;
	text-align:center;
	}
.luutaa-web-solution-bg h4{
	color:#5e5b5b;
	line-height:1.4;
	margin-bottom:2em;
	}
.luutaa-web-solution-bg .icon-strip{
	margin-bottom:20px;
	}
.fornt-box-title {
	width:100px;
	margin:0 auto;
	}
.luutaa-blue-box, .luutaa-red-box, .luutaa-gray-box, .luutaa-green-box{
	background-color:#fff;
	background:rgba(255,255,255,0.69);
	padding:35px 0px;
	position:relative;
	border:1px solid transparent;
	}
.luutaa-blue-box a, .luutaa-red-box a, .luutaa-gray-box a, .luutaa-green-box a{
	line-height:2.2em;
	min-width:140px;
	display:inline-block;
	*display:inline;
	zoom:1;
	font-family: 'proxima_novasemibold';
	position:relative;
	border:2px solid transparent;
	position:relative;
	}
.luutaa-web-solution-bg a span{
	position:relative;
	z-index:1;
	}
.luutaa-web-solution-bg a:after{
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:0;
	content:"";
	transition: all 0.1s linear 0s;
	background:#fff;
	}
.luutaa-web-solution-bg a:hover:after{
	height:100%;
	}
	
.luutaa-web-solution-bg .overlay_bg {
    height: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
    width: 100%;
	}
.luutaa-blue-box:hover .overlay_bg, .luutaa-red-box:hover .overlay_bg, .luutaa-gray-box:hover .overlay_bg, .luutaa-green-box:hover .overlay_bg{
	height:100%;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
	}	
.luutaa-blue-box:hover a, .luutaa-red-box:hover a, .luutaa-gray-box:hover a, .luutaa-green-box:hover a{
	color:#fff;
	border-color:#fff;
	}
.luutaa-blue-box:hover h4, .luutaa-red-box:hover h4, .luutaa-gray-box:hover h4, .luutaa-green-box:hover h4{
	color:#fff;
	}
	
/*luutaa-blue-box*/	
.luutaa-blue-box{
	border-color:rgba(84,166,230,0.18);
	}
.luutaa-blue-box a{
	border-color:#54a6e6;
	color:#54a6e6;
	}
.luutaa-blue-box a:hover{
	background:#54a6e6;
	color:#fff;
	}
.luutaa-blue-box:hover a:hover{
	color:#54a6e6;
	}
.luutaa-blue-box .overlay_bg {
    background-color:#54A6E6;
	}
	
/*luutaa-red-box*/			
.luutaa-red-box{
	border-color:rgba(230,85,84,0.18);
	}
.luutaa-red-box a{
	border-color:#e65554;
	color:#e65554;
	}
.luutaa-red-box a:hover{
	background:#e65554;
	color:#fff;
	}
.luutaa-red-box:hover a:hover{
	color:#E65554;
	}
.luutaa-red-box .overlay_bg {
    background-color:#E65554;
	}
		
/*luutaa-gray-box*/		
.luutaa-gray-box{
	border-color:rgba(142,133,133,0.18);
	}
.luutaa-gray-box a{
	border-color:#8e8585;
	color:#8e8585;
	}
.luutaa-gray-box a:hover{
	background:#8e8585;
	color:#fff;
	}
.luutaa-gray-box:hover a:hover{
	color:#8E8585;
	}
.luutaa-gray-box .overlay_bg {
    background-color:#8E8585;
	}

/*luutaa-green-box*/		
.luutaa-green-box{
	border-color:rgba(110,146,0,0.18);
	}
.luutaa-green-box a{
	border-color:#6e9200;
	color:#6e9200;
	}
.luutaa-green-box a:hover{
	background:#6e9200;
	color:#fff;
	}
.luutaa-green-box:hover a:hover{
	color:#6E9200;
	}
.luutaa-green-box .overlay_bg {
    background-color:#6E9200;
	}



/* Services
================================================== */

.luutaa-gray-bg{
	background:#f7f7f4;
	padding:70px 0px 40px 0px ;
	}
.luutaa-gray-bg .luutaa-white-box{
	background:#fff;
	padding:60px 28px 40px 28px;
	text-align:center;
	position:relative;
	min-height:300px;
	}
.luutaa-gray-bg .luutaa-white-box h4{
	margin-bottom:20px;
	}
.luutaa-gray-bg .luutaa-white-box p{
	color:#848484;
	margin:0px;
	}
.luutaa-gray-bg .luutaa-white-box .luutaa-icon{
	background:#f7f7f4;
	position:absolute;
	top:-45px;
	left:50%;
	margin-left:-45px;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
	}
.luutaa-gray-bg .luutaa-white-box.blue-border{
	border-bottom:5px solid #7dbaea;
	}
.luutaa-gray-bg .luutaa-white-box.green-border{
	border-bottom:5px solid #90ab3d;
	}
.luutaa-gray-bg .luutaa-white-box.red-border{
	border-bottom:5px solid #ea7e7c;
	}
.luutaa-gray-bg .overlay_bg{
	position:absolute;
	left:0;
	bottom:0;
	height:0;
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
	width:100%;
	}
.luutaa-gray-bg .luutaa-white-box.blue-border .overlay_bg{
	background:#7dbaea;
	}
.luutaa-gray-bg .luutaa-white-box.green-border .overlay_bg{
	background:#90ab3d;
	}
.luutaa-gray-bg .luutaa-white-box.red-border .overlay_bg{
	background:#ea7e7c;
	}
.luutaa-gray-bg .luutaa-white-box.blue-border:hover .overlay_bg, .luutaa-gray-bg .luutaa-white-box.green-border:hover .overlay_bg, .luutaa-gray-bg .luutaa-white-box.red-border:hover .overlay_bg{
	-webkit-transition: all 0.2s linear 0s;
	   -moz-transition: all 0.2s linear 0s;
			transition: all 0.2s linear 0s;
	height:100%;
	}

.luutaa-gray-bg .luutaa-white-box:hover h4, .luutaa-gray-bg .luutaa-white-box:hover p{
	color:#fff;
	}
	
/* Technologies
================================================== */
.luutaa-technologies ul{
	list-style:none;
	padding:0px;
	margin:30px 0px 0px 0px;
	text-align:center;
	}
.luutaa-technologies ul li{
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:middle;
	margin:2px 1px;
	}
.luutaa-technologies ul li a{
	border:5px solid #f4f4f1;
	display:block;
	height:101px;
	}

.luutaa-technologies ul li a:hover{
	border-color:#cce2ec;
	}

.luutaa-technologies img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 not supported by IE10*/
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */	
	-webkit-transition: 0.3s all ease-in;
	     -o-transition: 0.3s all ease-in;
	   -moz-transition: 0.3s all ease-in;
			transition: 0.3s all ease-in;
	margin: 0 auto;
	display: block;	
}

.luutaa-technologies li:hover img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

/* Testimonial
================================================== */

#testimonial li p {

	font-family: 'Handlee', cursive;
	font-size: 24px;
	line-height: 36px;
}

.luutaa-testimonial-bg{
	text-align:center;
	background:url(images/luutaa-testimonial-bg.jpg) no-repeat center center;
	-webkit-background-size:cover;
	   -moz-background-size:cover;
	     -o-background-size:cover;
			background-size:cover;
	min-height:410px;
	margin:50px 0 0px 0;
	}
	
.luutaa-testimonial-bg .container:hover .testimonial-icon[data-animation=tada] img{
	-webkit-animation: tada ease-in-out 1 normal 800ms;
	   -moz-animation: tada ease-in-out 1 normal 800ms;
		-ms-animation: tada ease-in-out 1 normal 800ms;
		 -o-animation: tada ease-in-out 1 normal 800ms;
			animation: tada ease-in-out 1 normal 500ms; 
	}
	
.testimonial-icon{
	border:3px solid #fff;
	width:86px;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
			border-radius:50%;
	margin:30px auto;
	}
.luutaa-testimonial-bg ul{
	list-style:none;
	padding:0;
	margin:0;
	
	}
.luutaa-testimonial-bg ul li{
	float:left;
	}
.luutaa-testimonial-bg.responsive ul li{
	width:100%;
	text-align:center;
	}
.luutaa-testimonial-bg ul li p{
	color:#fff;
	font-size:16px;
	line-height:2.14;
	}
.luutaa-testimonial-bg ul li .author{
	font-size:1.25em;
	font-family: 'proxima_novasemibold';
	color:#fff;
	margin:30px 0px;
	}
.luutaa-testimonial-bg ul li .author span{
	color:#009ddf;
	font-weight:normal;
	}
.luutaa-testimonial-bg .testimonial-prev, .luutaa-testimonial-bg .testimonial-next{
	border:2px solid #fff;
	width:36px;
	height:36px;
	display:inline-block;
	*display:inline;
	zoom:1;
	line-height:38px;
	color:#fff;
	margin:0 5px;
	outline:none;
	position:relative;
	}
.luutaa-testimonial-bg .testimonial-prev:hover, .luutaa-testimonial-bg .testimonial-next:hover{
	color:#009ddf;
	}
.luutaa-testimonial-bg .testimonial-prev .fa, .luutaa-testimonial-bg .testimonial-next .fa{
	font-size:24px;
	}
.luutaa-testimonial-bg .testimonial-prev .overlay_bg, .luutaa-testimonial-bg .testimonial-next .overlay_bg{
	background:#fff;
	position:absolute;
	width:100%;
	height:0;
	left:0;
	bottom:0;
	-webkit-transition: all 0.1s linear 0s;
	   -moz-transition: all 0.1s linear 0s;
			transition: all 0.1s linear 0s;
	}
.luutaa-testimonial-bg .testimonial-prev:hover .overlay_bg, .luutaa-testimonial-bg .testimonial-next:hover .overlay_bg{
	height:100%;
	-webkit-transition: all 0.1s linear 0s;
	   -moz-transition: all 0.1s linear 0s;
			transition: all 0.1s linear 0s;
	}



/* Footer
================================================== */
footer {
	/*margin-top:30px;*/
	border-top: 2px solid #009ddf;
	padding-top: 30px;
	position: relative;
}
footer h4{
	font-family: 'TwCenMTRegular';
	border-bottom:1px solid #f2f2f2;
	padding-bottom:10px;
	margin-bottom:15px;
	text-transform:uppercase;
	}
	
footer ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
footer ul li{
	line-height:2.14;
	font-size:13px;
	}
footer ul li a{
	color:#848484;
	}

.luutaa-bottom-bg{
	background:url(images/luutaa-bottom-bg.jpg) no-repeat center center;
	-webkit-background-size:cover;
	   -moz-background-size:cover;
	     -o-background-size:cover;
			background-size:cover;
	min-height:298px;
	margin-top:35px;
	}
.bottom-address{
	text-align:center;
	min-height:249px;
	color:#fff;
	line-height:1.7;
	}
.bottom-address a{
	color:#fff;
	}
.bottom-address a:hover{
	color:#009ddf;
	}
.bottom-address .bottom-icon{
	margin:45px 0px 30px 0px;
	border:3px solid #fff;
	width:66px;
	height:66px;
	line-height:2.6;
	text-align:center;
	display:inline-block;
	*display:inline;
	zoom:1;
	font-size:1.71em;
	color:#fff;
	-webkit-border-radius:50%;
	   -moz-border-radius:50%;
		 -o-border-radius:50%;
			border-radius:50%;
	}

.luutaa-bottom-bg .container .col-sm-4:hover .bottom-icon[data-animation=tada] .fa{
	-webkit-animation: tada ease-in-out 1 normal 800ms;
	   -moz-animation: tada ease-in-out 1 normal 800ms;
		-ms-animation: tada ease-in-out 1 normal 800ms;
		 -o-animation: tada ease-in-out 1 normal 800ms;
			animation: tada ease-in-out 1 normal 500ms; 
	}
	
.copyright{
	background-color:#000;
	background:rgba(0,0,0,0.45);
	color:#fff;
	}
.copyright .copy{
	padding:12px 0;
	line-height:24px;
	font-size:12px;
	}
.copyright .copy a{
	color:#fff;
	}
.copyright .copy a:hover{
	color:#009ddf;
	}
.bottom-social{
	padding:12px 0px;
	}
.bottom-social a{
	background:#1c2022;
	color:#fff;
	font-size:16px;
	width:24px;
	height:24px;
	line-height:28px;
	text-align:center;
	display:inline-block;
	*display:inline;
	zoom:1;
	margin:0 2px;
	}
.bottom-social a:hover{
	background:#009ddf;
	}
.gotop{
	position:fixed;
	right:30px;
	bottom:49px;
	background-color:#000;
	background:rgba(0,0,0,0.45);
	text-align:center;
	color:#fff;
	width:36px;
	line-height:16px;
	padding:3px 0px;
	text-transform:uppercase;
	cursor:pointer;
	display:none;
	}
.gotop p{
	margin:0px;
	font-size:10px;
	}
.gotop:hover{
	background:#009DDF;
	color:#fff;
	}
	
/* Inner Pages
================================================== */
.luutaa-header{
	background:#fff;
	}
.luutaa-header header{
	background:none;
	box-shadow:2px 0 7px rgba(0,0,0,0.19);
	border-bottom:1px solid #ededed;
	position:relative;
	}
.luutaa-header .navigation ul li a{
	color:#595959;
	}
.luutaa-header .navigation ul li a:hover{
	color:#009DDF;
	}
.luutaa-header header.fixHeader{
	background-color:#fff;
	background:rgba(255,255,255,0.95);
	position:fixed;
	}
.luutaa-sub-header{
	background:#f7f7f4;
	border-bottom:1px solid #d9d9d9;
	padding:30px 0px 20px 0px;
	margin-bottom:20px;
	}
.luutaa-sub-header h1{
	margin-bottom:30px;
	}
.luutaa-sub-header .breadcrumb{
	background:none;
	padding:0px;
	margin:0px;
	}
.luutaa-sub-header .breadcrumb > li a{
	color:#009DDF;
	}
.luutaa-sub-header .breadcrumb > li a:hover{
	text-decoration:underline;
	}
.content-body .caption{
	background:#f7f7f7;
	border-bottom:1px solid #009DDF;
	font-size:16px;
	font-style:italic;
	padding:10px 20px;
	margin-bottom:20px;
	}
.content-body .caption p{
	margin:0px;
	}
.luutaa-key-people .luutaa-gray-bg{
	padding-top:80px;
	}
.luutaa-key-people .luutaa-gray-bg .luutaa-white-box .luutaa-icon{
	overflow:hidden;
	max-width:116px;
	margin:0px 0px 0px -58px;
	top:-58px;
	}

.luutaa-key-people .luutaa-gray-bg .luutaa-white-box{
	padding-bottom:20px;
	text-align:justify;
	min-height:315px;
	}
.luutaa-key-people .luutaa-gray-bg .luutaa-white-box h4{
	text-align:center;
	}

.luutaa-portfolio-wrapper, .luutaa-project-details{
	/*padding-bottom:10px;
	border-bottom:2px solid #009DDF;*/
	}


/* Portfolio Page
================================================== */
.luutaa-portfolio-wrapper .row{
	margin-bottom:30px;
	}
.luutaa-portfolio-bg{
	background:#f6f6f6;
	padding:10px;
	}
.luutaa-portfolio-bg .portfolio-pic{
	background:#fff;
	text-align:center;
	box-shadow:1px 1px 3px rgba(0,0,0,0.15);
	position:relative;
	overflow:hidden;
	padding:7px;
	cursor:pointer;
	}
.luutaa-portfolio-bg .portfolio-pic img{
	border:1px solid #ddd;
	}
.luutaa-portfolio-bg .portfolio-pic .hover_bg{
	position:absolute;
	top:0;
	left:-100%;
	height:100%;
	width:100%;
	background-color:#000;
	background:rgba(0,0,0,0.80);
	visibility:hidden;
	-webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
	}
.luutaa-portfolio-bg .portfolio-pic:hover .hover_bg{
	visibility:visible;
	left:0;
	}
.luutaa-portfolio-bg .portfolio-pic .hover_bg a{
	background:#009DDF;
	color:#fff;
	display:inline-block;
	*display:inline;
	zoom:1;
	min-width:140px;
	padding:8px 0px 6px 0px;
	text-transform:uppercase;
	margin-top:41px;
	position:relative;
	}
.luutaa-portfolio-bg .portfolio-pic .hover_bg a:hover{
	background:#fff;
	color:#595959;
	}
.luutaa-portfolio-bg .portfolio-pic .hover_bg a .overlay_bg{
	position:absolute;
	bottom:0px;
	height:0;
	width:100%;
	background:#fff;
	-webkit-transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	transition: all 0.1s linear 0s;
	left:0;
	z-index:;
	}
.luutaa-portfolio-bg .portfolio-pic .hover_bg a:hover .overlay_bg{
	height:100%;
	-webkit-transition: all 0.1s linear 0s;
	   -moz-transition: all 0.1s linear 0s;
			transition: all 0.1s linear 0s;
	}

.luutaa-portfolio-bg h4{
	text-transform:inherit;
	font-size:16px;
	margin-top:15px;
	}
.luutaa-portfolio-bg p{
	margin:0px;
	}
	
/* Portfolio Detail Page
================================================== */

.detail-main{
	background:#f1f1f1;
	padding:15px 0px;
	-webkit-border-radius:3px;
	   -moz-border-radius:3px;
			border-radius:3px;
	}
.detail-main h4{
	margin:0px;
	}
.detail-main .detail-header{
	padding:0 15px 15px 15px;
	}

.detail-main .show_frames{
	background:#fff;
	margin:0 15px;
	box-shadow:0 0 3px rgba(0,0,0,0.20);
	}
.detail-main .carousel-indicators{
	bottom:auto;
	top:-39px;
	margin:0px;
	left:auto;
	right:0px;
	width:auto;
	}
.detail-main .carousel-indicators li{
	border:1px solid #a8a8a8;
	}
.detail-main .carousel-indicators .active{
	background:#009ddf;
	border:0px;
	}
.detail-main  .nav > li{
	margin-left:0px;
	margin-right:0px;
	}
.detail-main  .nav > li > a{
	border:0px solid #dedede;
	border-right:1px solid #dedede;
	margin:0px;
	font-size:16px;
	padding:10px 15px;
	font-family: 'proxima_novasemibold';
	cursor:pointer;
	}
.detail-main .nav-tabs > li.active > a, .detail-main .nav-tabs > li.active > a:hover, .detail-main .nav-tabs > li.active > a:focus{
	border:0px;
	border-right:1px solid #dedede;
	outline:none;
	cursor:pointer;
	}
.detail-main .tab-content{
	padding:10px;
	position:relative;
	}
.project-description{
	margin-bottom:20px;
	}
.project-description h5{
	margin:10px 0px 5px 0px;
	text-transform:none;
	}
.project-description p{
	color:#999999;
	}
.project-description p a{
	color:#009ddf;
	background:#f1f1f1;
	border-radius:3px;
	display:block;
	padding:5px 10px;
	text-align:center;
	border:1px solid #ddd;
	font-size:16px;
	}
.project-description p a:hover{
	color:#333;
	}
.project-description .tag_link{
	display:inline-block;
	background:#333;
	border-radius:4px;
	padding:3px 10px;
	color:#fff;
	margin:2px;
	}
.project-description .tag_link:hover{
	background:#009ddf;
	}
.project-description p a .fa{
	vertical-align:middle;
	}
.generic-1-pointer{
	 width:100% !important;
	 position: static !important;
	}
.clear-both{ clear: both!important;}

.page p img.centerimg {
	margin-left:18%;
	}
#homepage-features > ul {
	list-style:none;
	padding:0;
	}
#homepage-features > ul > li{
	display:block;
	}
#homepage-features .ourOffice{
	text-align:center;
	border-bottom:1px dashed #dadada;
	padding-bottom:10px;
	}
#homepage-features {
	margin-top:55px;
	}
#homepage-features > ul > li .ins{
	font-size:16px;
	}
#homepage-features > ul > li .ins h5{
	font-size:24px;
	}
#homepage-features > ul > li .ins p{
	margin-left:16px;
	}
#homepage-features > ul > li .ins p i{
	margin-left:-16px;
	color:#009ddf;
	font-size:24px;
	position:relative;
	top:5px;
	}
.c_form h3{
	text-align:center;
	border-bottom:1px dashed #dadada;
	padding-bottom:10px;
	margin-bottom:30px;
	}
.contact_form_detail{
	margin:50px 0px;
	}
.c_form .form-control{
	border-radius:0;
	}
.post-link {
	padding:0 16px;
	margin-bottom:20px;
	}
.post-link .prev, .post-link .next {
	color:#009DDF;
	}
.descr-portf {
	margin-top:20px;
	}
.descr-portf p {
	}

/* Side bar
================================================== */
#secondary {
	background:#F7F7F7;
	padding:10px;
	}
#secondary .widget_doover_menu nav.submenu ul {
	padding-left:0px;
	list-style:none;
	}
#secondary .widget_doover_menu nav.submenu ul li a {
	line-height:30px;
	display:block;
	color:#009DDF;
	padding-left:10px;
	margin-bottom:10px;
	background:#F1F1F1;
	border-radius:3px;
	}
#secondary .widget_doover_menu nav.submenu ul li a:hover {
	background:#ebeaea;
	color:#8E8585;
	}
#secondary .widget_doover_menu ul li a i {
	float:right;
	margin:8px 10px 0 0;
	}
#secondary .widget_doover_menu nav.submenu ul li.current_page_item a {
	background:#ebeaea;
	color:#8E8585;
	}
	
/* Our team
================================================== */
.luutaa-ourteam{
	text-align:center;
	}
.works{
	border: 1px solid #e5e5e5;
	position: relative;
	height:290px;
	margin-bottom:30px;
	overflow:hidden;
	}
.works img {
	width:100%;
	}
.works .hover{
	z-index:99;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #6E9200;
	top: 0px;
	left: 0px;
	text-align: center;
	overflow: hidden;
	opacity:0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity==0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.works .hover h2{
	color: #fff;
}
.works:hover .hover {
	opacity:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity==100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.works .hover i{
	margin-top: 60px;
	color: #fff;
	font-size:18px;
}
.works .hover .button{
	font-family: 'Alegreya Sans SC', sans-serif;
	background: #fff;
	color: #2d3538;
	padding: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 0.9em;
	margin: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.works .hover .button:hover{
	background: #ffd700;
	moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .15);
	-webkit-box-shadow:0px 1px 5px rgba(0, 0, 0, .15);
	-o-box-shadow:0px 1px 5px rgba(0, 0, 0, .15);
	box-shadow:0px 1px 5px rgba(0, 0, 0, .15);	
	color: #000;
}
.works i {
	padding: 20px;
	color: #2d3538;
	border: 1px solid #fff;
	border-radius: 6px;
}
.works h2{
	font-size: 27px;
	word-spacing: 8px;
	line-height: 28px;
	color: #2d3538;
	margin:20px 0;
	text-align: center;
	text-transform: uppercase;
}
.works p{
	font-size: 0.999em;
	padding-top: 10px;
	color:#FFF;
	margin-bottom:0px;
}
.ourTeam p {
	text-align:justify;
	}
.ourTeam blockquote p {
	text-align:left;
	}
.OTlist {
	list-style:none;
	padding:0;
	}
.OTlist li {
	line-height:30px;
	padding-left:18px;
	background:url(images/arrow-right.png) no-repeat 0 10px;
	}
.OTlist li i {
	color:#009ddf;
	}
.OTTab {
	margin:20px 0;
	}
.OTTab .pricing {
	width:100%;
	background:#F7F7F7;
	}
.OTTab .pricing th, .OTTab .pricing td {
	padding:10px;
	border:1px solid #EAEAEA;
	}
.OTTab .pricing thead th {
	border-top:0px;
	border-left:0px;
	}
.OTTab .pricing thead th p {
	margin:0;
	}
.OTTab .pricing thead th.clear {
	background:#FFF;
	}
.OTTab .pricing tbody th {
	background:#f1f1f1;
	font-weight:normal;
	color:#000;
	}
.OTTab .pricing tbody td {
	text-align:center;
	}
.tabHead {
	background:#009ddf;
	color:#FFF;
	text-align:center;
	}
.tabHead h4 {
	font-size:26px;
	color:#fff;
	}
.tabHead .price > em {
	font-size:30px;
	font-style:normal;
	margin-right:9px;
	}
.tabHead .price {
	font-style:italic;
	font-size:20px;
	display:block;
	text-align:center;
	}
.OTTab .pricing tbody td span {
   color:#90AB3D;
	}
.ourTeam .star {
	color:#EA7E7C;
	}
.ourTeam h5.soEven {
	text-transform:none;
	font-size:18px;
	color:#8E8585;
	}
.comingSoon {
	font-size:30px;
	display:block;
	text-align:center;
	color:#009DDF;
	border-bottom:1px solid #C9C9C9;
	}
.luutaaFaceRow {
	display:block;
	}
.luutaaFaceRowLeft {
	width:150px;
	float:left;
	margin-right:20px;
	}
.luutaaFaceRowRight {
	float:left;
	}
.raqBox2 {
	width:920px;
	}
.faceLeft {
	margin:20px 0;
	position:relative;
	}
.faceLeft a {
	display:block;
	padding:8px;
	background:#FFF;
	border:1px solid #DDD;
	}
.faceRight {
	margin-top:20px;
	}
.luutaaHead {
	margin-bottom:30px;
	}
.borderB {
	border-bottom:1px dashed #ccc;
	}
.raqBox input[type="submit"] {
	background:#009DDF;
	border:0px;
	color:#fff;
	}
.raqBox input[type="submit"]:hover {
	background:#00b4ff;
	}
.contact_form {
	margin-bottom:50px;
	}
.ourOffice {
	margin-bottom:20px;
	}

/* Request a Quote */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:0;}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #ddd; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus, #mc_embed_signup textarea:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #009DDF; border: 0 none; border-radius:0px; color: #fff; cursor: pointer; display: inline-block; font-size:15px; margin: 0 5px 10px 10px; padding: 14px 32px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#00b4ff;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group { position:relative; width:259px; padding-bottom:3%; min-height:50px; float:left; margin:0 10px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; }
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px; font-size:14px; font-weight:normal; color:#009DDF;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:left; font-size:11px; margin-right:0;}
#mc_embed_signup .asterisk {color:#ff6060; font-size:200%; z-index:2; position:relative; top:8px;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:0px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
/*#mc_embed_signup #mce-error-response {display:none;} */
#mc_embed_signup #mce-success-response {color:#529214;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}
#mc_embed_signup .description{
	display:block !important;
	}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}
.width100 { width:97% !important;}
.width100 textarea { width:100% !important; display:block !important; height:100px;}
.progress { width:75%; height:36px; float:right;}
.requertRightSide {
    position: fixed;
    top: 30%;
    right: 0;   
    font-size: 0;
	width:43px;
	height:179px;
	color:#FFF;
	display:block;
	z-index:9999;
	background:url(images/request.jpg) no-repeat;
	}
	
  
   /* contact Form */
#mc_embed_signup1{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
.marb10 { margin-bottom:10px; }
#mc_embed_signup1 .mce-success-response,.mce-error-response{ clear: both; color: #008000; margin: 21px 21px 0; margin-left: 20px; padding: 4px; text-align: center; width: 320px;}


/*----------Wordpress Page--------------*/
.wp_banner {
	min-height:682px;
	background:url(images/wp_bannerBG.jpg) no-repeat;
	-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				background-size:cover;
	} 
.wp_bannnerSlider {
	position:relative;
	height:490px;
	}
.wp_slideInner {
	position:absolute;
	bottom:0;
	height:445px;
	}
.wp_toptext {
	padding:0 30px;
	}
.wp_toptext h4 {
	font-size:32px;
	line-height:36px;
	color:#FFF;
	margin:76px 0 20px 0;
	text-align:center;
	font-family:'Raleway',sans-serif;
	}
.wp_toptext h3 {
	font-size:40px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	}
.wp_Box1 {
	margin-top:0px;
	}
.wp_Box1 ul {
	list-style:none;
	padding:0;
	margin-bottom:0;
	}
.wp_Box1 li {
	text-align:center;
	width:50%;
	min-height:295px;
	float:left;
	padding:30px 20px 10px 20px;
	}
.wp_Box1 li h5 {
	font-size:20px;
	color:#494949;
	text-transform:none;
	margin:20px 0;
	font-family: 'proxima_novasemibold';
	}
.wp_Box1 li p {
	font-size:16px;
	color:#7a7979;
	margin:0;
	}
.wp_Box1 li:nth-child(1) {
	border-right:1px dashed #d8d7d7;
	}
.wp_Box1 li:nth-child(3) {
	border-top:1px dashed #d8d7d7;
	border-right:1px dashed #d8d7d7;
	}
.wp_Box1 li:nth-child(4) {
	border-top:1px dashed #d8d7d7;
	}
.wp_projectHead {
	background:url(images/wp-projecthead.jpg) repeat-x;
	height:29px;
	font-size:14px;
	color:#636161;
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	border-top:1px solid #d2d2d2;
	text-align:center;
	line-height:29px;
	font-family: 'proxima_novasemibold';
	-webkit-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	} 
.wp_projectimg {
	border-left:1px solid #d2d2d2;
	border-right:1px solid #d2d2d2;
	border-bottom:1px solid #d2d2d2;
	}
.wp_txtBase h2{
	text-transform:inherit;
	margin-bottom:15px;
	font-family: 'proxima_novasemibold';
	}
.wp_txtBase{
	padding:40px 0px;
	}
.wp_txtBase p {
	font-size:20px;
	text-align:center;
	color:#939292;
	line-height:33px;
	font-family: 'proxima_nova_rgregular';
	}

.wp_plugintext p {
	font-size:18px;
	text-align:center;
	color:#939292;
	font-family: 'proxima_nova_rgregular';
	}
.wp_plugintext p span {
	color:#212020;
	}
.luutaa-gray-bg-wp_plugin{
	background:#f7f7f4;
	padding:70px 0px 0px 0px ;
	}
.wp_panolpy {
	min-height:576px;
	background:url(images/panolpyBG.jpg) no-repeat;
	-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				background-size:cover;
	}
.wp_panoplyTheme h1 {
	font-family:'Raleway',sans-serif;
	font-weight:bold;
	font-size:48px;
	color:#FFF;
	margin:40px 0 0 0;
	text-align:center;
	}
.wp_panoplyTheme h2 {
	font-family:'Raleway',sans-serif;
	font-weight:normal;
	font-size:36px;
	color:#FFF;
	margin:15px 0;
	text-align:center;
	text-transform:inherit;
	}
.wp_panoplyTheme h3 {
	font-family:'Raleway',sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#FFF;
	margin:0;
	text-align:center;
	text-transform:inherit;
	} 
.wp_panolpythemeImg {
	margin-top:42px;
	}
.wp_livedemo {
	min-height:350px;
	margin-top:46px;
	background:rgba(0,0,0,0.20);
	-webkit-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
		text-align:center;
		padding:2px 10px 20px;
	}
.wp_livedemo .liveDemo {
	font-size:22px;
	color:#FFF;
	font-family:'Raleway',sans-serif;
	border:2px solid rgba(255,255,255,0.60);
	text-align:center;
	text-transform:uppercase;
	width:230px;
	padding:10px 0;
	display:block;
	margin:0 auto 40px auto;
	}
.wp_livedemo p {
	font-size:20px;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
	display:block;
	font-family:'Raleway',sans-serif;
	}
.wp_liveForm input[type="email"] {
	padding:5px;
	width:100%;
	margin-bottom:20px;
	}
.wp_liveForm input[type="button"] {
	width:132px;
	height:32px;
	border:0;
	background:#009ddf;
	text-align:center;
	font-size:18px;
	color:#FFF;
	border-radius:4px;
	}
.wp_liveForm input[type="button"]:hover {
	background:#00b4ff;
	}

/*----------Start Up Page--------------*/	
.luutaa-gray-bg-startup {
	background:#f7f7f4;
	padding:0px ;
	}
.startupBannner {
	text-align:center;
	min-height:799px;
	background:url(images/startup-banner.jpg) no-repeat;
	-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				background-size:cover;
	}
.startupH h2 {
	letter-spacing:0;
	font-size:30px;
	}
.starupB {
	position:relative;
	min-height:750px;
	}
.startH3 {
	color:#FFF;
	text-transform:none;
	padding:0 0px;
	line-height:36px;
	margin-top:64px;
	margin-bottom:20px;
	}
.startH1 {
	color:#FFF;
	font-size:40px;
	font-weight:bold;
	}
.startSlider1 {
	min-height:536px;
	width:802px;
	position:absolute;
	bottom:0;
	left:0;
	}
.startSliderSlide {
	display:block;
	background:#FFF;
	border-left:1px solid #555553;
	border-right:1px solid #555553;
	}
.startSlider2 {
	width:261px;
	height:453px;
	position:absolute;
	right:0;
	bottom:0;
	background:url(images/mobile-base.png) no-repeat;
	}
.mobileSlider {
	width:217px;
	height:370px;
	margin:83px auto 0 24px; 
	} 
.mobileSlider .carousel {
	height:217px;
	}
.mobileSlider img {
	width:100%;
	}
.startPara {
	text-align:center;
	padding:102px 0 94px 0;
	font-size:20px;
	color:#474747;
	font-family: 'proxima_nova_rgregular';
	}
.topReasons {
	padding-top:60px;
	}
.topReasons ul {
	list-style:none;
	padding:0;
	}
.topReasons li {
	width:445px;
	float:left;
	height:216px;
	margin-bottom:10px;
	padding:10px 10px 10px 10px;
	}
.topReasons li .TR_icon {
	float:left;
	margin:0 10px 0 0;
	}
.topReasons li h5 {
	font-size:18px;
	color:#2c2c2c;
	text-transform:none;
	}
.topReasons li p {
	font-size:14px;
	color:#888888;
	padding-left:70px;
	}
.luutaa_pod {
	padding-bottom:40px;
	background:url(images/startUp-process-bg.jpg) no-repeat;
	-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				background-size:cover;
	}
.pod_luutaa h2 {
	text-align:center;
	color:#FFF;
	font-size:36px;
	margin-top:85px;
	margin-bottom:50px;
	}
.luutaa_pod h4 {
	font-family: 'proxima_novasemibold';
	color:#FFF;
	font-size:24px;
	}
.luutaa_pod p {
	font-family: 'proxima_nova_rgregular';
	font-size:18px;
	color:#FFF;
	margin:0;
	}
.dots_lineLR img {
	margin-left:62px;
	}
.dots_lineRL img {
	margin-left:65px;
	}
.right_box, .right2_box {
	padding-right:10px;
	}
.UIText {
	text-align:center;
	padding:0px 0 30px 0;
	font-size:20px;
	color:#FFF;
	font-family: 'proxima_nova_rgregular';
	}
.UIdesign_logo {
	margin:40px 0;
	}
.UIdesign_logo ul {
	margin-top:0px;
	}
.UIdesign_logo ul li{
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:middle;
	margin:2px 1px;
	width:180px;
	}
.UIdesign_logo ul li a{
	border:5px solid #e9e9e9;
	display:block;
	height:106px;
	}
.UIBannner {
	text-align:center;
	min-height:470px;
	background:url(images/keyboard.jpg) no-repeat;
	-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				background-size:cover;
	}
.UIDesigntext {
	padding-top:50px;
	}

.webEnggText{
	padding-top:128px;
	}

.ui_H3 {
	color:#FFF;
	text-transform:none;
	padding:0 175px;
	line-height:36px;
	margin-top:20px;
	margin-bottom:30px;
	}
.luutaa_odp {
	min-height:600px;
	padding-bottom:40px;
	}
.web_design_Bannner {
	text-align:center;
	min-height:800px;
	background:url(images/web-designBG.jpg) no-repeat;
	-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				background-size:cover;
	}
.bottom-address h2	{
  	color: #fff;
  	font-weight: 500;
  	text-transform: lowercase;                
	}
.marginB40 {
	margin-bottom:40px;
	}
.luutaa_webDesign {
	padding:50px;
	}
.webDesignText h3 {
	margin-bottom:20px;
	text-transform:none;
	font-size:30px;
	}
.webDesignImg {
	margin-bottom:50px;
	}
.icon-round {
	background: none repeat scroll 0 0 #eee;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
  	border-radius: 100%;
  	height: 90px;
  	text-align: center;
  	width: 90px;
	}
.icon-round h2 {
	line-height:90px;
	}

/*UI Design Circle*/
.circleDesign {
	position:relative;
	min-height:645px;
	padding-top:70px;
	margin-top:50px;
	}
.big_circle {
	width:400px;
	height:400px;
	margin:0px auto;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	padding:145px 68px 176px 120px;
	background:url(images/circle.png) no-repeat;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	}
.circle1 {
	width:130px;
	height:130px;
	background:#709696;
	border-radius:100%;
	position:absolute;
	top:42px;
	left:95px;
	overflow:hidden;
	}
.circle2 {
	width:130px;
	height:130px;
	background:#497577;
	border-radius:100%;
	position:absolute;
	top:34px;
	right:136px;
	overflow:hidden;
	}
.circle3 {
	width:130px;
	height:130px;
	background:#497577;
	border-radius:100%;
	position:absolute;
	top:303px;
	right:117px;
	overflow:hidden;
	}
.circle4 {
	width:130px;
	height:130px;
	background:#497577;
	border-radius:100%;
	position:absolute;
	top:473px;
	right:363px;
	overflow:hidden;
	}
.circle5 {
	width:130px;
	height:130px;
	background:#0b4d57;
	border-radius:100%;
	position:absolute;
	top:325px;
	left:171px;
	overflow:hidden;
	}
.circleInner {
	position:relative;
	width:120px;
	height:120px;
	border-radius:100%;	
	display:block;
	left:5px;
	top:5px;
	font-size:14px;
	color:#FFF;
	text-align:center;
	line-height:120px;
	overflow:hidden;
	}
.circleS1 {
	background:#91b1b1;
	}
.circleS2, .circleS3, .circleS4 {
	background:#56888a;
	}
.circleS5 {
	background:#0f5a65;
	}
.circleInner a {
	width:120px;
	height:120px;
	border-radius:100%;
	color:#FFF;
	text-decoration:none;
	overflow:hidden;
	display:block;
	}
.circleInner a:hover {
	color:#000;
	}

.service-menu li{
	float:left;
	width:50%;
	}
.social_ico{
	margin-top:20px;
	}
.social_ico h3{
	font-family:'proxima_nova_rgregular',Helvetica,Arial,sans-serif;
	text-transform:inherit;
	margin-bottom:20px;
	}

.social_ico .social{
	list-style:none;
	padding:0;
	}
.social_ico .social li{
	display:inline-block;
	margin-right:12px;
	margin-top:10px;
	}
.social_ico .social li a:hover{
	opacity:0.7;
	}
.e-mail .email{
	list-style:none;
	padding:0;
	}
.e-mail .email li{
	display:block;
	}
.e-mail .email li a{
	font-size:20px;
	}
.e-mail .email li a i{
	color:#009ddf;
	}
.wp-pagenavi {
  clear: both;
  float: left;
}
.wp-pagenavi span.current {
  background: none repeat scroll 0 0 #048ac3;
  color: #fff;
  font-weight:normal !important;
}
.wp-pagenavi .pages{
	display:none !important;
	}
.wp-pagenavi a {
  font-size: 14px;
  font-weight: bold;
  margin: 2px;
  padding: 3px;
}
.wp-pagenavi a, .wp-pagenavi span {
  background: none repeat scroll 0 0 #f6f6f6;
  color: #000;
  display: block;
  float: left;
  height: 35px;
  line-height: 38px;
  margin: 0 5px 0 0 !important;
  text-align: center;
  text-decoration: none;
  width: 35px;
  border:none !important;
  padding:0 !important;
}
.wp-pagenavi a {
  font-weight: normal !important;
  margin: 0 5px 0 0 !important;
  padding: 0 !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  background: none repeat scroll 0 0 #009ddf;
  color: #fff;
}

.previouspostslink, .nextpostslink {
  background: none repeat scroll 0 0 #009ddf !important;
  color: #fff !important;
  font-size: 0;
}

/*==============E-Commerce Page==================*/
.eCommerce_Bannner {
	text-align:center;
	min-height:467px;
	background:url(images/e-commerceBG.jpg) no-repeat;
	-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				background-size:cover;
	}

.saas_Bannner {
	text-align:center;
	min-height:467px;
	background:url(images/bg-saas1.jpg) no-repeat;
	-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				background-size:cover;
	}

.saas_H3 {
	color:#FFF;
	text-transform:none;
	padding:0 50px;
	line-height:36px;
	margin-top:36px;
	font-size:24px;
	margin-bottom:30px;
	font-family:'Raleway',sans-serif;
	} 

.eComtext {
	margin-top:135px;
	}
.eComH1 {
	font-family:'Raleway',sans-serif;
	font-weight:700;
	font-size:48px;
	color:#FFF;
	}
.eCom_H3 {
	color:#FFF;
	text-transform:none;
	padding:0 50px;
	line-height:36px;
	margin-top:36px;
	font-size:30px;
	margin-bottom:30px;
	font-weight:500;
	font-family:'Raleway',sans-serif;
	}  
.eComText2 {
	font-size:20px;
	color:#3d3d3d;
	text-align:center;
	padding:60px 0 20px 0;
	line-height:36px;
	}
.eComList ul {
	list-style:none;
	padding-left:0;
	}
.eComList li {
	font-family: 'proxima_nova_rgbold';
	color:#3d3d3d;
	font-size:18px;
	line-height:52px;
	}
.eComList li i {
	color:#b7c830;
	font-size:20px;
	}
.eComImg {
	margin-bottom:30px;
	}
.eComIntegration h3 {
	font-family: 'proxima_nova_rgbold';
	color:#585858;
	font-size:24px;
	text-transform:none;
	margin-bottom:15px;
	}
.eComIntegration p {
	font-size:20px;
	line-height:30px;
	color:#585858;
	}
.eComLogo ul {
	list-style:none;
	padding:0;
	}
.eComLogo li {
	float:left;
	width:116px;
	height:76px;
	margin:0 10px 10px 0;
	background:#FFF;
	-webkit-box-shadow: 0px 0px 5px 2px #d9d9d7;
		box-shadow: 0px 0px 5px 2px #d9d9d7;
	}
.eComLogo li:nth-child(3n+3) {
	float:right;
	margin-right:0px;
	}
.grayline {
	background:#c9c9c7;
	height:1px;
	display:block;
	margin:50px 0;
	}
.marginT45 {
	margin-top:45px;
	}
.marginT70 {
	margin-top:70px;
	}
.marginT35 {
	margin-top:35px;
	}
.eComMobile {
	padding:70px 0;
	min-height:705px;
	background:url(images/eComBanner2.jpg) no-repeat;
	-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				background-size:cover;
	}
.mobileMarketing h3 {
	font-size:24px;
	color:#FFF;
	text-transform:none;
	margin-bottom:20px;
	font-family: 'proxima_nova_rgbold';
	}
.mobileMarketing p {
	font-size:18px;
	line-height:26px;
	color:#FFF;
	}




/*saas page*/

.saas-desc{
	padding:30px 0px;
	}
	
.saastxt {
	font-size:22px;
	color:#3d3d3d;
	text-align:center;
	padding:80px 0 20px 0;
	line-height:36px;
	}

.saash1{
	font-family:'Raleway',sans-serif;
	font-weight:700;
	font-size:48px;
	color:#FFF;
	text-transform:inherit;
}

.webEngineering_Bannner {
	text-align:center;
	min-height:440px;
	background:url(images/web-engineering.jpg) no-repeat;
	-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				background-size:cover;
	}
.luutaa-technologies2 ul{
	list-style:none;
	padding:0px;
	margin:30px 0px 0px 0px;
	}
.luutaa-technologies2 ul li{
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:middle;
	margin:5px 4px;
	width:220px;
	height:auto;
	border:5px solid #ededea;
	text-align:center;
	background-color:#fff;
	}
.luutaa-technologies2 ul li img{
	max-width:70%;
}
.luutaa-gray-bg2 {
	padding:30px 0 40px 0
}
.spinner {
  margin: 15px auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #009DDF;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
} 

.call-to-action {
	background-color:#00b4ff; border:none;
}

.call-to-action:hover {
	background-color: #06F;
}

/*SaaS Page CSS*/

.saas-bg{
	background:url(images/saas-bg.jpg) no-repeat;
	padding:50px 0px 80px 0px;
		-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				background-size:cover;
}

.saas_desc{
	text-align:center;
	margin-top:40px;
	}
.saas_desc h3{
	font-family: 'proxima_nova_rgbold';
	text-transform:none;
	margin:50px 0px 20px 0px;
	color:#fff;
	}
.saas_desc p{
	font-size:18px;
	color:#fff;
	line-height:24px;
	}

.saas_desc p span{
	color:#e4bc40;
	font-weight:700;
	}
	
.saas_desc a{
	color:#ff8992;
	font-weight:500;
}

.saas_desc a:hover{
	color:#fff;
}


/*--------------------------- PSD 2 HTML Page -----------------------*/
.psd2htmlBanner {
	width:100%;
	padding: 20px 0 60px;
	text-align: center;
	position: relative;
	/*min-height:583px;
	padding-bottom: 280px;*/
	font-family: "Raleway",sans-serif;
	background:url(images/bg-pattern.jpg) repeat;
	-webkit-background-size:cover;
		    background-size:cover;
	}
	.psd2htmlBanner .container{
		position: relative;
		z-index: 1;
	}
.phdHeading {
	font-size:48px;
	/*text-align:center;*/
	color:#fff;
	margin:30px 0 10px 0;
	font-weight: 600;
	/*text-shadow:1px 1px 0px #000;*/
	}
.psdTagline {
	font-size:18px;
	font-weight: 400;
	color:#fff;
	padding-bottom: 20px;
	position: relative;
	/*text-align:center;*/
	display:block;
	}
.psdTagline:after{
	content: '';
	width: 150px;
	height: 1px;
	background: #fff;
	left: 50%;
	bottom: 0;
	margin-left: -75px;
	position: absolute;
}	
.psdTagline2 {
	font-size:20px;
	font-weight: 500;
	color:#fff;
	text-align:center;
	display:block;
	}
.psdInner {
	display:block;
	padding-bottom:50px;
	}
.psdList {
	padding-left:0px;
	text-align: center;
	margin: 10px auto;
	/*float:left;*/
	}
.psdList ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.psdList li {
	line-height:40px;
	font-size:18px;
	font-family:'Raleway',sans-serif;
	font-weight:600;
	color:#fff;
	margin-right: 15px;
	display: inline-block;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	}
.psdList li i {
	margin-right:5px;
	color: #49c903;
	}
.psd_small_text{
	font-size: 14px;
	/*text-align: center;*/
	font-weight: 500;
	margin-top: 6px;
	color: #fff;
}
.orderBox {
	border:2px dashed #463f42;
	position:relative;
	padding:55px 0px;
	margin:-30px 80px 0 0;
	width:451px;
	float:right;
	}
.orderBox ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.orderBox li {
	float:left;
	width:50%;
	text-align:center;
	border-right:2px dashed #fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	}
.orderBox li:nth-last-child(1) {
	border:0;
	}
.orderBox li h4 {
	font-size:24px;
	font-family:'Raleway',sans-serif;
	font-weight:700;
	color:#fff;
	}
.orderBox li h2 {
	font-size:48px;
	color:#fff;
	font-family: 'proxima_nova_rgbold';
	}
.positionSet {
	position:absolute;
	left:50%;
	margin-left:-135px;
	bottom:0px;
	}
.orderNow_box{
	width: 100%;
	height: 60px;
	position: relative;
	margin-bottom: 10px;
	padding-top:30px;
}
.orderNow {
	width:270px;
	height:58px;
	background:#0194d5;
	font-size:28px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	line-height:60px;
	font-family:'Raleway',sans-serif;
	font-weight:700;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 5px #27464a;
	}
.orderNow:hover {
	box-shadow: 0 3px #27464a;
	bottom:-2px;
	color:#fff;
	}
.orderNow:focus {
	color:#fff;
	}
.psd_banner_bcontent{
	margin: 20px 0 60px;
	text-align: center;
}
.psd_banner_block{
	padding: 10px;
	background-color: #fff;
}
.psd_banner_block img{
	margin: 15px auto;
}
.psd_banner_bcontent h2{
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #232323;
	text-transform: normal;
}
.psd_banner_bcontent p{
	font-size: 14px;
	color: #5d5c5c;
}
.psdarrow {
	color:rgba(255,255,255,0.50);
	font-size:50px;
	padding-top:25%;
	opacity:1;
	text-shadow:none;
	}
.stepsWeFollow {
	width:100%;
	min-height:385px;
	padding:50px 0;
	background:#f7f7f4;
	text-align:center;
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
	}
.swfHeading h3 {
	color:#333;
	font-family:'Raleway',sans-serif;
	font-weight:300;
	font-size:30px;
	margin:0 0 30px 0;
	text-align:center;
	} 
.page-title.startupH h2{
	color: #333;
}	
.psd_steps_block{
	width: 20%;
	float: left;
	padding: 0 15px;
}
.psd_steps_block .psdsteps_inner{

}
.psd_steps_block .psdsteps_inner {
	position: relative;
	background: #ffffff;
	/*border: 4px solid #ffffff;*/
	-webkit-box-shadow:0 0 3px -1px rgba(0,0,0,0.3);
			box-shadow:0 0 3px -1px rgba(0,0,0,0.3);
	-webkit-transition:0.3s;
			transition:0.3s;		
}
.psd_steps_block:hover .psdsteps_inner {
	-webkit-box-shadow:0 0 20px 0px rgba(0,0,0,0.1);
			box-shadow:0 0 20px 0px rgba(0,0,0,0.1);
}
.psdsteps_inner .psdstps_cnt{
	padding: 20px;
	background: url(images/ptbg2.jpg);
}
.psdsteps_inner .psdstps_cnt img{
	width: 60px;
}
.psd_steps_block .psdsteps_inner h4:after, .psd_steps_block .psdsteps_inner h4:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.psd_steps_block .psdsteps_inner h4:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #54a6e6;
	border-width: 10px;
	margin-top: -10px;
}
.psd_steps_block .psdsteps_inner h4:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #54a6e6;
	border-width: 10px;
	margin-top: -10px;
}


.psd_steps_block:last-child .psdsteps_inner h4:after,
.psd_steps_block:last-child .psdsteps_inner h4:before{
	display: none;
}

.psd_steps_block .psdsteps_inner p{
	margin-bottom: 0;
}










.psd_steps_block h4{
	font-size: 16px;
	font-weight: 600;
	/*color: rgb(67, 66, 66);*/
	text-align: center;
	/*margin-top: 0px;*/
	background: #54a6e6;
    padding: 15px 0;
    color: #fff;
    margin: 0;
    position: relative;
}
/*.psd_steps_block p{
	opacity: 0;
	-webkit-transition:0.5s;
			transition:0.5s;
}
.psd_steps_block:hover p{
	opacity: 1;
}*/
.stepsPsd {
	position:relative;
	}
ul.steps {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	z-index:1;
	}
ul.psdArrow {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	position:absolute;
	top:58px;
	left:0;
	}  
.steps li {
	display:inline-block;
	width:125px;
	height:125px;
	font-size:0;
	margin:0 24px;
	border:10px solid #f7f7f4;
	-webkit-border-radius:100%;
		border-radius:100%;
	-webkit-transition:0.3s;
			transition:0.3s;	
	}
.steps li:nth-child(1) {
	background:#e3e3e0 url(images/sprite-steps.png) no-repeat 24px 24px;
	}
.steps li:nth-child(2) {
	background:#e3e3e0 url(images/sprite-steps.png) no-repeat -67px 32px;
	}
.steps li:nth-child(3) {
	background:#e3e3e0 url(images/sprite-steps.png) no-repeat -156px 29px;
	}
.steps li:nth-child(4) {
	background:#e3e3e0 url(images/sprite-steps.png) no-repeat -245px 26px;
	}
.steps li:nth-child(5) {
	background:#e3e3e0 url(images/sprite-steps.png) no-repeat -333px 29px;
	}
.steps li:nth-child(1):hover {
	background:#4dc18f url(images/sprite-steps.png) no-repeat 24px -71px;
	}
.steps li:nth-child(2):hover {
	background:#0c61a3 url(images/sprite-steps.png) no-repeat -67px -64px;
	}
.steps li:nth-child(3):hover {
	background:#a3730c url(images/sprite-steps.png) no-repeat -156px -66px;
	}
.steps li:nth-child(4):hover {
	background:#9943ea url(images/sprite-steps.png) no-repeat -245px -69px;
	}
.steps li:nth-child(5):hover {
	background:#43e0ea url(images/sprite-steps.png) no-repeat -333px -66px;
	}
.stepLine {
	width:80%;
	height:1px;
	background:#cccbcb;
	position:absolute;
	top:30%;
	left:50%;
	margin-top:-0.5px;
	margin-left:-40%;
	z-index:0;
	} 
.psdArrow li {
	display:inline-block;
	width:18px;
	height:18px;
	margin:0 81px;
	}
.psd_carousel{
	position: relative;
}
ul.stepText {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:130px;
	left:0;
	width:100%;
	}
.stepText li {
	display:inline-block;
	margin:0 24px;
	font-size:16px;
	color:#434242;
	width:125px;
	font-family: 'proxima_nova_rgbold';
	}
.ourFeature {
	width:100%;
	text-align:center;
	background:url(images/psd2html-banner2.jpg) no-repeat;
	-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				-ms-background-size:cover;
					background-size:cover;
	}
.example_of_our_link {
	width:100%;
	min-height:540px;
	padding:60px 0 50px;
	background: #f9f9f9;
	}
.workArrow1, .workArrow2 {
	color:rgba(38,37,37,0.50);
	font-size:50px;
	padding-top:11%;
	opacity:1;
	text-shadow:none;
	}
.workArrow1:hover, .workArrow2:hover {
	color:rgba(38,37,37,0.20);
	}
.workArrow1 {
	position: absolute;
	left: -80px;
	}
.workArrow2 {
	position: absolute;
	right: -80px!important;
	}
.ourWork .col-sm-4 img {
	width: 100%;
	padding:10px;
	background:#fff;
	margin-bottom:20px;
	box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
	}
.wrkOverlay {
	position:absolute;
	top:0;
	left:100%;
	width:100%;
	height:93%;
	background:rgba(0,186,255,0.5);
	visibility:hidden;
	font-size:30px;
	color:#000;
	text-align:center;
	padding-top:40%;
	transition:all 0.2s ease-in-out 0s;
	-moz-transition:all 0.2s ease-in-out 0s;
	-webkit-transition:all 0.2s ease-in-out 0s;
	}
.ourWork .col-sm-4 a {
	position:relative;
	overflow:hidden;
	display:block;
	}
.ourWork .col-sm-4 a:hover .wrkOverlay {
	visibility:visible;
	left:0;
	}
.example_of_our_link #carousel-example-generic {
	padding-bottom:20px;
	}
.ourworkPos {
	position:relative;
	}
.blockmargin {
	position:absolute;
	left:50%;
	top:20px;
	margin-left:-135px;
	}
.blockmargin:hover {
	box-shadow: 0 3px #27464a;
	top:22px;
	color:#fff;
	}
.happyClient {
	width:100%;
	/*height:564px;*/
	/*background:#4a4a4a;*/
	position: relative;
	background: url(images/testi_bg.jpg) no-repeat;
	-webkit-background-attachment:fixed;
			background-attachment:fixed;
	-webkit-background-size:cover;
			background-size:cover;		
	padding:50px 0 ;
	}	
	.happyClient .container{
		position: relative;z-index: 1;
	}
	.happyClient .happy_overlay{
		width: 100%;
		height:100%;
		top:0;
		left:0;
		z-index: 0;
		position: absolute;
		background: rgba(0, 0, 0,0.4);
	}
.happyclientBox {
	position:relative;
	margin-top:30px;
	}
.manBox {
	position:absolute;
	left:0;
	top:20px;
	z-index:1;
	display: none;
	}
.testimon {
	margin: auto;
	text-align: center;
	/*float:right;*/
	width:800px;
	/*height:280px;*/
	background:transparent;
	position:relative;
	padding:50px 30px;
	/*border:1px solid #6b6b6b;*/
	/*box-shadow:0 2px 2px rgba(0, 0, 0, 0.2);*/
	}
.testimon p {
	color:#fff;
	font-size:18px;
	margin-bottom: 0;
	font-family: 'proxima_nova_rgregular';
	}
.downarrowIcon {
	position:absolute;
	right:38px;
	bottom:25px;
	}
.downarrowIcon i {
	color:#fff;
	font-size:60px;
	text-shadow:0 2px 2px rgba(0, 0, 0, 0.2);
	} 
	.testi_content{
		padding-bottom: 5px;
		position: relative;
	}
	/*.testi_content:after{
		content: '';
		left: 50%;
		width: 100px;
		height: 1px;
		bottom: 0;
		position: absolute;
		margin-left: -50px;
		background: #fff;
	}*/
.achintVerma {
	/*text-align:right;*/
	display:table;
	padding:20px 0 20px;
	/*position:absolute;
	bottom:0;
	right:0;*/
	width:100%;
	/*height:60px;*/
	position: relative;
	}
.achintVerma p{
	padding: 0 10px;
	position: relative;
}
.achintVerma p:after,
.achintVerma p:before{	
	content: '';
	width: 100px;
	height: 1px;
	top: 0;
	margin-top: 34px;
	background: #ffbe2c;
	position: absolute;
}
.achintVerma p:after{
	right: 0;
	margin-right: -100px;
}
.achintVerma p:before{
	left: 0;
	margin-left: -100px;
}

.achintVerma p {
	font-size:16px;
	font-style: italic;
	color:#ffbe2c;
	text-align:center;
	/*width:100%;*/
	display: inline-block;
	}
.achintVerma p span {
	display:block;
	font-size:14px;
	}
.testimon .carousel-inner > .item {
	/*height:290px;*/
	}
.variNumberBox {
	width:100%;
	/*height:300px;*/
	/*padding:60px 0 30px 0;*/
	position: relative;
	/*background:url(images/bg-attachment2.jpg) no-repeat;*/
	background: #fff;
	margin-bottom: -3px;
    z-index: 1;
	/*-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				-ms-background-size:cover;
					background-size:cover;
	-webkit-background-attachment:fixed;
		background-attachment:fixed;	
	-webkit-background-position:center;
		background-position:center;					*/
	}
	.vari_list ul{
		padding: 0;
		margin: 0;
		position: relative;
	}
	.vari_list ul:after,
	.vari_list ul:before{
		content: '';
		display: table;
		clear: both;
	}
	.vari_list ul li{
		width: 25%;
		float: left;
		height: 300px;
		/*padding-top: 60px;*/
		display: table;
		list-style: none;
		text-align: center;
	}
	.vari_list ul li:first-child{
		background: rgba(84, 166, 230,1);
	}
	.vari_list ul li:nth-child(2){
		background: rgba(84, 166, 230,0.9);
	}
	.vari_list ul li:nth-child(3){
		background: rgba(84, 166, 230,0.8);
	}
	.vari_list ul li:nth-child(4){
		background: rgba(84, 166, 230,0.7);
	}
	.variNumberBox .container{
		position: relative;
		z-index: 1;
	}
	.variNumberBox .varinum_overlay{
		position: absolute;
		width: 100%;
		height: 100%;
		top:0;
		left:0;
		z-index: 0;
		display: none;
		/*background: rgba(0,0,0,0.5);*/
	}
.vnBox {
	/*border:1px solid #fff;
	width:160px;
	height:160px;
	padding: 8px;*/
	font-size:36px;
	color:#fff;
	text-align:center;
	position:relative;
	display:table-cell;
	vertical-align: middle;
	margin:0 auto;
	font-family: 'proxima_nova_rgbold';
	/*-webkit-border-radius:50%;
		border-radius:50%;*/
	}
.vnBox span {
	display:inline-block;
	font-size:36px;
	font-weight:700;
	font-family: 'proxima_nova_rgregular';
	}
.since {
	font-size:16px;
	}
.vnIcon {
	position:absolute;
	bottom:-24px;
	left:50%;
	margin-left:-24px;
	width:48px;
	height:48px;
	background:#fff;
	color:#4a4a4a;
	text-align:center;
	line-height:38px;
	-webkit-border-radius:100%;
		border-radius:100%;
	display: none;	
	}
.vnIcon i {
	font-size:16px;
	}
.vnText {
	/*display:table-cell;
	vertical-align:middle;*/
	/*line-height:25px;*/
	/*background: #0192d0;*/
	/*background: rgba(110, 146, 0,0.9);
	border-radius: 50%;*/
	}
	
	/*.vari_list ul li:first-child .vnText{
		background: rgba(68, 137, 191,1);
	}
	.vari_list ul li:nth-child(2) .vnText{
		background: rgba(68, 137, 191,0.8);
	}
	.vari_list ul li:nth-child(3) .vnText{
		background: rgba(68, 137, 191,0.6);
	}
	.vari_list ul li:nth-child(4) .vnText{
		background: rgba(68, 137, 191,0.4);
	}*/
/*--------------------------- PSD 2 HTML Banner Page -----------------------*/	
.orderBanner {
	width:100%;
	height:175px;
	color:#595959;
	padding:50px 0;
	text-align:center;
	background:#eee;
	/*background:url(images/order-banner.jpg) no-repeat;*/
	-webkit-background-size:cover;
		-moz-background-size:cover;
			-o-background-size:cover;
				-ms-background-size:cover;
					background-size:cover;
	} 
	
.orderBanner h3 {
	font-size:36px;
	color:#595959;
	font-family: 'proxima_nova_rgbold';
	}
.orderBanner span {
	font-family: 'proxima_nova_rgregular';
	font-size:22px;
	}
.orderPageBox {
	width:100%;
	background:#f7f7f4;
	padding:50px 0 0 0;
	}
.oprInner h4 {
	font-size:22px;
	text-align:center;
	color:#353535;
	font-family:'Raleway',sans-serif;
	font-weight:700;
	}
.lightYellow {
	background:#fffdf5;
	}
.lightBlue {
	background:#f5fdff;
	}
.darkYellow {
	background:#fae698;
	}
.darkBlue {
	background:#c7f2fd;
	}
.oprInner {
	padding:10px;
	text-align:center;
	}
.oprInner ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.oprInner li {
	display:inline-block;
	width:50%;
	}
.oprInner li:nth-child(1) {
	text-align:center;
	color:#484848;
	font-size:18px;
	display:inline;
	font-family: 'proxima_nova_rgregular';
	}
.oprInner li input[type="text"] {
	width:100px;
	font-size:24px;
	color:#484848;
	background:#f1f1f1;
	padding:0 10px;
	border:0;
	font-family: 'proxima_nova_rgbold';
	-webkit-box-shadow:inset 1px 2px 3px rgba(0, 0, 0, 0.2);
		box-shadow:inset 1px 2px 3px rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 4px 4px 4px 4px;
			border-radius: 4px 4px 4px 4px;
	}
.oprInner p {
	font-size:13px;
	color:#5c5c5c;
	padding:10px 0 0 0;
	margin:0;
	font-family: 'proxima_nova_rgregular';
	}
.ordPriseBox {
	text-align:center;
	padding:10px;
	}
.ordPriseBox h3 {
	font-size:36px;
	margin:0;
	color:#353535;
	font-family: 'proxima_nova_rgbold';
	}
.ordPriseBox p {
	font-size:14px;
	color:#5f5e5e;
	margin:0;
	}
.orderSummary {
	background:#fff;
	padding:30px 20px 40px 20px;
	position:relative;
	min-height:430px;
	width:290px;
	}
.orderSummary h4 {
	font-family: 'proxima_nova_rgbold';
	color:#3b3b3b;
	font-size:20px;
	text-align:center;
	padding-bottom:10px;
	text-transform:uppercase;
	border-bottom:4px solid #e0e0e0;
	}
.orderSummary td {
	font-size:16px;
	color:#3b3b3b;
	padding:10px 0;
	border-bottom:2px dotted #e0e0e0;
	font-family: 'proxima_nova_rgregular';
	}
.orderSummary td.one {
	text-align:left;
	}
.orderSummary td.two {
	text-align:right;
	}
.orderSummary td.total {
	font-size:22px;
	font-family: 'proxima_nova_rgbold';
	}
.startProject {
	width:250px;
	height:58px;
	background:#0194d5;
	font-size:26px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	line-height:60px;
	font-family:'Raleway',sans-serif;
	font-weight:700;
	display:block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: 0 5px #27464a;
	position:absolute;
	bottom:3px;
	left:0px;
	padding:0 25px;
	}
.startProject:hover {
	box-shadow: 0 3px #27464a;
	bottom:0px;
	color:#fff;
	}
.startProject:focus {
	color:#fff;
	}
.headingOrder {
	position:relative;
	display:block;
	text-align:center;
	margin:20px 0;
	}
.headingOrder h4 {
	font-size:24px;
	color:#3d3d3d;
	font-weight:300;
	font-family:'Raleway',sans-serif;
	position:relative;
	z-index:1;
	display:inline-block;
	background:#f7f7f4;
	padding:0 5px;
	}
.headingOrder .oLine {
	width:100%;
	height:1px;
	background:#3d3d3d;
	position:absolute;
	top:24px;
	left:0;
	}
.markupPackege {
	border:1px solid #dddddd;
	background:#fff;
	}
.markupPackege ul {
	margin:0;
	padding:0;
	list-style:none;
	background:url(images/order-line.png) no-repeat 0 bottom;
	}
.markupPackege li {
	float:left;
	width:33.3%;
	border-right:1px solid #dddddd;
	}
.markupPackege li a .active .check-icon {
	background:url(images/blue-check.png) no-repeat 0 -47px;
	}
.markupPackege li a:focus {
	outline:0;
	}
.markupPackege li:nth-last-child(1) {
	border-right:0;
	}
.packageBox {
	text-align:center;
	padding:20px;
	position:relative;
	}
.packageBox h5 {
	font-size:18px;
	font-family: 'proxima_nova_rgbold';
	color:#3d3d3d;
	display:inline-block;
	border-bottom:3px solid #dcdcdc;
	text-transform:none;
	padding-bottom:5px;
	}
.packageBox h2 {
	color:#930202;
	font-size:42px;
	font-family: 'proxima_novasemibold';
	}
.packageBox h2 span {
	font-size:24px;
	}
.packageBox h4 {
	font-size:18px;
	color:#868686;
	display:block;
	font-family: 'proxima_novasemibold';
	border-bottom:2px dotted #dddddd;
	padding-bottom:20px;
	}
.packageBox p {
	font-size:14px;
	color:#606060;
	margin:0;
	padding:20px 0;
	font-family: 'proxima_nova_rgregular';
	}
.check-icon {
	width:47px;
	height:47px;
	display:block;
	background:url(images/blue-check.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
	}
.markupPackege li:hover .check-icon {
	background:url(images/blue-check.png) no-repeat 0 -47px;
	}
.compatible {
	font-size:16px;
	color:#494949;
	text-align:center;
	padding:24px 0 8px 0;
	margin:0;
	font-family: 'proxima_nova_rgregular';
	}
.toggleAdd h5 {
	margin:0;
	}
.toggleAdd h5 a {
	font-size:18px;
	color:#3d3d3d;
	padding:15px;
	float:none;
	margin:0;
	text-transform:none;
	border-bottom:1px solid #ddd;
	display:block;
	background:#fff;
	font-family: 'proxima_novasemibold';
	}
.toggleAdd h5 a:focus {
	outline:0;
	}
.panelOpen {
	padding:10px !important;
	background:#fff;
	}
.panelOpen ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.panelOpen li {
	display:block;
	font-size:16px;
	color:#3d3d3d;
	padding:5px 0;
	border-bottom:1px solid #eee;
	}
.panelOpen li span {
	float:right;
	}
.toggleAdd {
	margin-bottom:20px;
	}
.orderForm input[type="text"],
.orderForm textarea {
	width:100%;
	padding:10px;
	font-size:14px;
	color:#484848;
	background:#f1f1f1;
	border:0;
	font-family: 'proxima_nova_rgregular';
	-webkit-box-shadow:inset 1px 2px 3px rgba(0, 0, 0, 0.2);
		box-shadow:inset 1px 2px 3px rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 4px 4px 4px 4px;
			border-radius: 4px 4px 4px 4px;
	}
.orderForm textarea {
	margin:30px 0 0 0;
	}
.orderForm label.error {
	font-weight:normal;
	color:#F30;
	font-size:12px;
	}
.paraOrder {
	padding:5px 0;
	color:#3b3b3b;
	font-family: 'proxima_nova_rgregular';
	}
.paraOrder i {
	margin-right:5px;
	}
.fileField {
	position:relative;
	width:93px;
	height:32px;
	overflow:hidden;
	float:left;
	}
.fileUpload {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	line-height:32px;
	color:#fff;
	cursor:pointer;
	background:#3b3b3b;
	-webkit-border-radius: 4px 4px 4px;
		border-radius: 4px 4px 4px;
	}
.fileField input[type="file"] {
	width:93px;
	height:32px;
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	cursor:pointer;
	}
.orBox {
	width:100px;
	height:32px;
	float:right;
	}
.orBox h4 {
	font-size:16px;
	color:#616161;
	font-family: 'proxima_nova_rgbold';
	}
.orBox .headingOrder {
	margin:0;
	}
.orBox .headingOrder .oLine {
	top:19px;
	}
.fileSupport {
	padding:10px 0;
	font-size:14px;
	color:#3b3b3b;
	font-style:italic;
	font-family: 'proxima_nova_rgregular';
	}
 
.testimon .carousel-inner .item {
      opacity: 0;
      transition-property: opacity;
    }
   

  .testimon .carousel-inner .active {
      opacity: 1;
    }

    .testimon .carousel-inner .active.left,
    .testimon .active.right {
      left: 0;
      opacity: 0;
      z-index: 1;
    }

    .testimon .carousel-inner .next.left,
    .testimon .carousel-inner .prev.right {
      opacity: 1;
    }


  .testimon .carousel-inner .carousel-control {
    z-index: 2;
  } 
  .orderPageBox .affix {
	  top:121px;
	  }
.order_bTn {
	position:relative;
	margin-top:20px;
	height:60px;
	}
.paraPay {
	padding:10px 0 0 0;
	text-align:center;
	}
.orderTableData {
	margin-bottom:50px;
	}
.orderSummaryHead {
	margin-bottom:20px;
	}
.orderTable {
	margin-bottom:20px;
	}
.orderTable td {
	border:1px solid #e2e2e2;
	padding:8px;
	}
.orderTable tr:nth-child(even) {
	background: #f1f1f1;
	}
.marginT20 {
	margin-top:20px;
}	

.sidebar_category ul ,.sidbar_recent_post ul {
 list-style:none;
 padding: 10px;
} 

#mc_signup_submit {
 -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-family: 'proxima_novasemibold';
    font-size: 16px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #009ddf;
    border-color: #009ddf;
    color: #fff;
    margin-top:0px !important;
    width:38%;
}
.banner_list{
	padding-left: 150px;
    padding-top: 50px;
}
.banner_list ul{
	padding-left: 0;
	margin: 0;
	position: relative;
}
.banner_list ul:after,
.banner_list ul:before{
	content: '';
	display: table;
	clear: both;
}
.banner_list ul li{
	color: #fff;
	width: 50%;
	height:100px;
	display: table;
	float: left;
	list-style: none;
	text-align: center;
}
.banner_list ul li .list_inner{
	display: table-cell;
	vertical-align: middle;
}
.banner_list ul li span{
	font-size: 14px;
	font-weight: 700;
	display: block;
	padding-top: 10px;
}
.banner_list ul li i{
	font-size: 36px;
	color: #fff;
	display: block;
}
.banner_list ul li:first-child{
	border-right:1px solid #525252;
	border-bottom:1px solid #525252;
}
.banner_list ul li:nth-child(2){
	border-bottom:1px solid #525252;
}
.banner_list ul li:nth-child(3){
	border-right:1px solid #525252;
}
.banner_overlay{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	z-index: 0;
}
#owl-carousel{
	z-index: 1;
}

/*slider*/


/*.luutaa-home-slider .item > h2
{
color: #009ddf;
text-transform: uppercase;
 background-color: transparent;
 border-color: rgb(255, 214, 88);
 border-style: none;
 font-weight:600;
 text-decoration: none;
 margin-bottom:15px;
 font-size:46px;
 font-family: "TwCenMTRegular";
}
.luutaa-home-slider .item > h1
{
color: #ffffff;
 background-color: transparent;
 border-color: rgb(255, 214, 88);
 border-style: none;
 border-width: 0;
 font-weight:700;
 text-decoration: none;
 font-size:46px;
 font-family: "TwCenMTRegular";
 margin-bottom:15px;
}
.luutaa-home-slider .item > p
{
	padding-left:80px;
	padding-right:80px;
	font-size:22px;
	text-align:center;
	
}
.luutaa-home-slider .carousel-inner
{
	margin-top:50px;
}

.luutaa-home-slider .carousel-inner .overlay a {
  background: none repeat scroll 0 0 #009ddf;
  
  display: inline-block;
  font-family: "proxima_novasemibold";
 
  position: relative;
  text-transform: uppercase;
  font-weight:700;
  color:#fff;
  min-height: 0px;
   min-width: 208.542px;
    line-height: 47px;
	 border-width: 0px;
	  margin: 0px 14.2188px;
	   padding: 0px 14px;
	    letter-spacing: 0px;
		 font-size: 14px;
  
}
.luutaa-home-slider .carousel-inner a span
{
	z-index:1;
	position:relative;
}
.luutaa-home-slider .overlay a:hover:after 
{
  height: 100%;
  
}
.luutaa-home-slider .overlay a:after 
{
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: all 0.1s linear 0s;
  width: 100%;
  
}
.luutaa-home-slider .carousel-inner .overlay a:hover
{  
	color:#09F; 
}*/

/*.luutaa-home-slider .carousel-inner a:hover
{
	background:#fff;
	color:#09F;
	transition: all 0.1s linear 0s;
}
*/


/*.luutaa-home-slider .carousel-inner a:hover
{
	color:#09F;
	background:#fff;
	transition: all 0.1s linear 0s;
	height:-50px;
	
	
	
	
}
.luutaa-home-slider .carousel-inner a:hover .overlay_bg {
  height: 100%;
  transition: all 0.1s linear 0s;
  min-height: 0px;
   min-width: 0px; 
   line-height: 47px; 
   border-width: 0px;
    margin: 0px;
	 padding: 0px;
	  letter-spacing:0px;
	   font-size:14px;
	   color:#09F;
	   
}
.luutaa-home-slider .carousel-inner a .overlay_bg {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  color:#09F;
  left: 0;
  position: absolute;
  width: 100%;
}
.luutaa-relative 
{
  position: relative;
  z-index: 1;
  min-height: 0px;
   min-width: 0px;
	 border-width: 0px;
	  margin: 0px;
	   padding: 0px;
	    letter-spacing: 0px;
		 font-size: 13px;
}*/
.luutaa-home-slider .carousel-indicators
{
	top:100%;
}
.luutaa-home-slider .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next
{
	background:url('images/pre.png');
}
.luutaa-home-slider .left.carousel-control > img 
{
  margin-top: 150px;
}
.luutaa-home-slider .right.carousel-control > img
{
	margin-top:150px;
	
	
}
.luutaa-home-slider .carousel-control
{
	opacity:1;
	width: 5%;
}
.luutaa-home-slider .carousel-control.left
{
	left:auto;
	right:100%;
	opacity:1;
}
.luutaa-home-slider .carousel-control.right
{
	right:auto;
	left:100%;
	opacity:1;
}
.three_blks{
	/*margin-top: -260px;*/
    /*background: rgba(0,0,0,0.4);*/
    padding-top: 40px;
    border-bottom: 1px solid #f8f8f8;
}
.three_blks .psd_banner_block{
	padding: 30px;
	border: 1px solid #eee;
	-webkit-transition:0.3s;
			transition:0.3s;
}
.three_blks .psd_banner_block:hover{
	-webkit-box-shadow:0 10px 100px 0 rgba(0, 0, 0, 0.14);
			box-shadow:0 10px 100px 0 rgba(0, 0, 0, 0.14);
}

.three_blks .psd_banner_bcontent {
	/*margin-top: -200px;*/
}
.three_blks .psd_bannericon_blk{
	/*background-color: #90ab3d;*/
	background-color: #999;
	/*height: 200px;
	padding-top: 40px;*/
	-webkit-transition:0.3s;
			transition:0.3s;
}
/*.three_blks .psd_banner_block:hover .psd_bannericon_blk,
.three_blks .psd_banner_block:focus .psd_bannericon_blk{
	background-color: #0194d5;
}*/
.three_blks .psd_banner_block:hover .psd_bannericon_blk h2,
.three_blks .psd_banner_block:focus .psd_bannericon_blk h2{
	columns: #fff;
}
.three_blks .col-sm-4:first-child .psd_bannericon_blk{
	/*background: #54a6e6;*/
	background: none;
}
.three_blks .col-sm-4:nth-child(2) .psd_bannericon_blk{
	/*background: #e65554;*/
	background: none;
}
.three_blks .col-sm-4:nth-child(3) .psd_bannericon_blk{
	/*background: #6e9200;*/
	background: none;
}
.three_blks .psd_bannericon_blk {
	position: relative;
	border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.three_blks .psd_bannericon_blk img,
.three_blks .psd_bannericon_blk h2{
	position: relative;
	z-index: 10;
}
.three_blks .psd_bannericon_blk img{
	width: 120px;
}

.three_blks .psdbanner_text_blk{
	position: relative;
	/*padding:30px 10px;*/
	/*border-bottom: 4px solid #aaaaaa;*/
	/*-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.1);
			box-shadow:0 1px 10px rgba(0,0,0,0.1);*/
}
.three_blks .psdbanner_text_blk p{
	margin: 0;
}
.three_blks .psdbanner_text_blk:after/*,
.three_blks .psd_bannericon_blk:after*/{
	content: '';
	width: 0%;
	height: 4px;
	background-color: #0194d5;
	left: 0;
	bottom: 0;
	margin-bottom: -4px;
	position: absolute;
	-webkit-transition:0.5s;
			transition:0.5s;
}
/*.three_blks .col-sm-4:first-child .psdbanner_text_blk:after{
	background: #54a6e6;
}
.three_blks .col-sm-4:nth-child(2) .psdbanner_text_blk:after{
	background: #e65554;
}
.three_blks .col-sm-4:nth-child(3) .psdbanner_text_blk:after{
	background: #6e9200;
}*/
.three_blks .psd_bannericon_blk:after{
	height: 100%;
	top: 0;
	margin-bottom: 0;
}
/*.three_blks .psd_banner_block:hover .psdbanner_text_blk:after,
.three_blks .psd_banner_block:focus .psdbanner_text_blk:after*//*,
.three_blks .psd_banner_block:hover .psd_bannericon_blk:after,
.three_blks .psd_banner_block:focus .psd_bannericon_blk:after*//*{
	width: 100%;
}*/
.three_blks .psd_banner_bcontent h2{
	font-size: 16px;
	font-weight: 600;
	color: #333;
	padding-top: 10px;
	margin: 0;
}
.our_features_section{
	padding: 60px 0 ;
	text-align: center;
	position: relative;
	background:#00b4ff url(images/n_bg.jpg) no-repeat;
	/*-webkit-background-size:cover;
			background-size:cover;*/
	-webkit-background-attachment:fixed;
			background-attachment:fixed;		
	-webkit-background-position:center;
			background-position:center;		
}
.our_features_section .container{
	position: relative;
	z-index: 1;
}
.our_features_section ul{
	position: relative;
}
.our_features_section ul:after,
.our_features_section ul:before{
	content: '';
	display: table;
	clear: both;
}
.our_features_section ul li{
	width: 25%;
	height: 140px;
	float: left;
	list-style: none;
	background: rgba(0,0,0,0.2);
}
.our_features_section ul li:nth-child(2),
.our_features_section ul li:nth-child(4),
.our_features_section ul li:nth-child(5),
.our_features_section ul li:nth-child(7){
	background: rgba(255,255,255,0.2);
}
.our_features_section .feature_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 0;
	/*display: none;*/
	background: rgba(0,0,0,0.5);
	/*background: rgba(0, 180, 255,0.7);*/
}

.our_features_section .page-title h2{
	line-height: inherit;
	padding-bottom: 50px;
	color: #fff;
}
.our_features_section .of_block {
	/*height: 180px;*/
	padding-top: 35px;
	/*background-color: rgba(255,255,255,0.15);*/
	/*margin-bottom: 20px;*/
	position: relative;
	z-index: 2;
	overflow: hidden;
	/*border-bottom: 3px solid #00b4ff;*/
	-webkit-transition:0.5s;
			transition:0.5s;
}
.our_features_section .of_block:after{
	content: '';
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	position: absolute;
	background: #00b4ff;
	z-index: -1;
	-webkit-transition:0.3s;
			transition:0.3s;
}
.our_features_section .of_block:hover,
.our_features_section .of_block:focus{
	/*background: #00b4ff;*/
}
/*.our_features_section .of_block:hover:after,
.our_features_section .of_block:focus:after{
	top: 0;
}*/
.our_features_section .of_block .of_icon_blk{
	/*width: 100px;
	height: 100px;*/
	/*line-height: 120px;
	background-color: #fff;*/
	/*border-radius: 50%;*/
	display: inline-block;
	margin-bottom: 10px;
}
.our_features_section .of_block .of_icon_blk i{
	font-size:36px;
	color: #fff;
}
.our_features_section .of_block h3{
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: none;
	line-height: inherit;
}

.psd_steps_block li {
	display:inline-block;
	width:110px;
	height:105px;
	font-size:0;
	/*margin:0 24px;*/
	margin-bottom: 15px;
	border:1px solid #e8e8e8;
	-webkit-border-radius:0;
		border-radius:0;
	-webkit-transition:0.3s;
			transition:0.3s;	
	}


/*.psd_steps_block li:nth-child(1) {
	background:#00b4ff url(images/sprite-steps.png) no-repeat 24px -71px;
	}
.psd_steps_block li:nth-child(2) {
	background:#00b4ff url(images/sprite-steps.png) no-repeat -67px -64px;
	}
.psd_steps_block li:nth-child(3) {
	background:#00b4ff url(images/sprite-steps.png) no-repeat -156px -66px;
	}
.psd_steps_block li:nth-child(4) {
	background:#00b4ff url(images/sprite-steps.png) no-repeat -245px -69px;
	}
.psd_steps_block li:nth-child(5) {
	background:#00b4ff url(images/sprite-steps.png) no-repeat -333px -66px;
	}*/

.psd_steps_block li:nth-child(1) {
	background:#f6f6f6 url(images/sprite-steps.png) no-repeat 24px 24px;
	}
.psd_steps_block li:nth-child(2) {
	background:#f6f6f6 url(images/sprite-steps.png) no-repeat -67px 32px;
	}
.psd_steps_block li:nth-child(3) {
	background:#f6f6f6 url(images/sprite-steps.png) no-repeat -156px 29px;
	}
.psd_steps_block li:nth-child(4) {
	background:#f6f6f6 url(images/sprite-steps.png) no-repeat -245px 26px;
	}
.psd_steps_block li:nth-child(5) {
	background:#f6f6f6 url(images/sprite-steps.png) no-repeat -333px 29px;
	}
.psd_steps_block:hover li:nth-child(1) {
	background:#f6f6f6 url(images/sprite-steps.png) no-repeat 24px 24px;
	}
.psd_steps_block:hover li:nth-child(2) {
	background:#f6f6f6 url(images/sprite-steps.png) no-repeat -67px 32px;
	}
.psd_steps_block:hover li:nth-child(3) {
	background:#f6f6f6 url(images/sprite-steps.png) no-repeat -156px 29px;
	}
.psd_steps_block:hover li:nth-child(4) {
	background:#f6f6f6 url(images/sprite-steps.png) no-repeat -245px 26px;
	}
.psd_steps_block:hover li:nth-child(5) {
	background:#f6f6f6 url(images/sprite-steps.png) no-repeat -333px 29px;
	}

#owl-work .item{
	padding: 0 0px;
	height: 300px;
	overflow: hidden;
	position: relative;
	background: #000;
	-webkit-transition:0.3s;
			transition:0.3s;
}
#owl-work .owl-item:first-child .item{
	background: #fc1d5c;
}
#owl-work .owl-item:nth-child(2) .item{
	background: #33a87c;
}
#owl-work .owl-item:nth-child(3) .item{
	background: #3f436d;
}
#owl-work .owl-item:nth-child(4) .item{
	background: #ffab2a;
}
#owl-work .owl-item h2{
	color: #fff;
}
#owl-work .item img{
	margin-top: 0;
	opacity: 0.6;
	-webkit-transition:.3s;
			transition:.3s;
}
#owl-work .item:hover{
	/*margin-top: -100%;*/
	/*opacity: 0.6;*/
	background: #00b4ff!important;
}
.stepsWeFollow {
	background: #f6f6f6 url(images/stpbg.jpg);
	/*background: #f6f6f6;*/
}

#owl-work .item a{
	height: 230px;
	overflow: hidden;
	display: block;
	position: relative;
}
#owl-work .item a:before{
	opacity: 0;
	content: '';
	width: 50px;
	height: 52px;
	left: 50%;
	top:90px;
	margin-left: -25px;
	position: absolute;
	z-index: 2;
	background: url(images/plus-icon.png);
}
#owl-work .item:hover a:before{
	opacity: 1;
}
.work_hover{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: transparent;
    padding: 20px 0;
    text-align: center;
    -webkit-transition:0.3s;
    		transition:0.3s;
    /*-webkit-box-shadow: 0 0px 8px 0px rgba(0,0,0,0.2);
    		box-shadow: 0 0px 8px 0px rgba(0,0,0,0.2);*/
}
#owl-work .item:hover .work_hover{
	background: #00b4ff;
}
#owl-work .item:hover .work_hover h2{
	color: #fff;
}
.stepsPsd .stepLine{
	display: none;
}



.btn_new{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    padding: 15px 60px;
    display: inline-block;
    text-align: center;
    background: #009ddf;
    -webkit-transition: 0.5s;
    		transition: 0.5s;
}
.btn_new:before,
.btn_new:after {
    content: '';
    position: absolute;
    background-color: transparent;
    -webkit-transition:0.3s;
    		transition:0.3s;
}
.btn_new:after {
	right: 0;
	bottom: 0;
    width: 0;
    height: 0;
    border-right:1px solid transparent;
    border-bottom:1px solid transparent;
}
.btn_new:before{
	left: 0;
	top: 0;
    width: 0;
    height: 0;
    border-left:1px solid transparent;
    border-top:1px solid transparent;	
}
.btn_new:hover,
.btn_new:focus,
.btn_new:active{
    color: #fff;
    background-color: transparent;
    border-color: #008ec9;
}
.btn_new:hover:after,
.btn_new:focus:after,
.btn_new:active:after,
.btn_new:hover:before,
.btn_new:focus:before,
.btn_new:active:before {
    width:100%;
    height: 100%;
    border-color:#fff;
}

.psd_slidetxt{
	
}
.ourworkPos{
	padding-top: 10px;
	text-align: center;
}
.order_btn{
	font-size: 24px;
	color: #333;
	display: inline-block;
	width: auto;
	margin: auto;
    text-transform: uppercase;
    padding: 14px 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transition:0.3s;
    		transition:0.3s;
}
.order_btn i{
	font-size: 18px;
	margin-left: 12px;
}
.order_btn:hover,
.order_btn:focus{
	color: #fff;
	background: #009ddf;
	border-color: transparent;
}