/* Fonts */
	@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
	@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');


/* Main Styles */

	::selection {
		background-color: #3c3c3c;
		color: #fff;
	}
	html, body {
		background: #fff;
		width:100%;
		height:100%;
		padding:0;
		font-family: 'Roboto Condensed', sans-serif;
		-webkit-font-smoothing: antialiased;
		
	}
	
	body {
		overflow-x:hidden;
	}

	a,
	a:hover,
	a:active,
	a:focus
	{
		color:#464646;
		text-decoration:none;
		outline:none;
	}

	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
		font-family: 'Roboto Condensed', sans-serif;
		font-weight:100;
		font-size:25px;
	}

	p{
		margin:0 0 5px;
	}

	.clear{
		clear:both;
	}

	ol, ul{
		list-style:none;
		padding:0;
	}

	b.caret{
		margin-top: -3px;
	}

/* Page Animated item Styles */

	.animated{
		visibility:hidden;
	}

	.visible{
		visibility:visible;
	}

/* Page Loading */

	#pageloader {
		width: 100%;
		height: 100%;
		position: fixed;
		background-color: #fff;
		z-index: 999999;
	}
	.loader-item {
	      position: absolute;
    width: auto;
    height: height;
    /* margin: 25%; */
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
	}
	
	.loader-item img {
		width:200px;
	}
	.loader-item h2{
		color:#ccc;
		margin:0 auto;
		font-size:20px;
	}

/* Containers */

	.contain{
		width:100%;
		position:relative;
		height:auto;
	}

	.inner{
		width:100%;
		max-width:1170px;
		margin:0 auto;
		padding:40px 0;
		position:relative;
		z-index:2;
	}

	.full-width{
		width:100%;
		max-width:100%;
		margin:0 auto;
		padding:40px 0;
	}

	.no-padding{
		padding:0 !important;
	}

	.contain-logo{
		margin:auto;
		width:64px;
		height:64px;
		background:white;
		border:1px solid #bcbcbc;
		padding:18px 0;
		text-align:center;
		position:relative;
		top:-32px;
		border-radius:100px;
	}

	.contain-logo i{
		font-size:30px;
		color:#bcbcbc;
		font-weight:light;
	}

/* Page Headers */

	.header{
		margin:auto;
		font-size:40px;
		font-weight:300;
		text-transform:uppercase;
		width:100%;
		text-align:center;
	}

	.page-desc{
		margin:15px auto;
		font-size:18px;
		font-weight:300;
		text-transform:uppercase;
		width:100%;
		max-width:860px;
		text-align:center;
		opacity:0.7;
	}

	.dark{
		color:#3c3c3c;
	}

	.white{
		color:white;
	}

	span.red{
		color:#e70000;
	}

/* End Main Styles */

/* Home */

	#home{
		width:100%;
		height:auto;
		position:relative;
	}

/* Super Slides */

	#slides {
		position: relative;
	}
	#slides .slides-container {
		display: none;
	}
	#slides .slides-container  div,
	#slides .slides-container  img{
		width:100%;
		height:100%;
	}
	.home-pattern{
		background: black;
		opacity:0.4;
	}
	.pattern:after{
		background: url(../images/pattern.png);
		width:100%;
		height:100%;
		bottom:0;
		left:0;
		position:absolute;
		z-index: 1;
		content: "";
	}

	.home-pattern-style{
		background:url(../images/home-pattern.jpg) repeat;
		width:100%;
		height:100%;
	}

	#slides .slides-container .image1{
		background:url(../images/1.jpg) center fixed;
	}

	#slides .slides-container .image2{
		background:url(../images/2.jpg) center fixed;
	}

	#slides .slides-container .image3{
		background:url(../images/3.jpg) center fixed;
	}

	#slides .slides-container .image4{
		background:url(../images/4.jpg) center fixed;
	}

	#slides .slides-container .image5{
		background:url(../images/5.jpg) center fixed;
	}

	#slides .scrollable {
		*zoom: 1;
		position: relative;
		top: 0;
		left: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		height: 100%;
	}
	#slides .scrollable:after {
		content: "";
		display: table;
		clear: both;
	}

/* Super Slides Navigation */

	.slides-navigation {
		margin: 0 auto;
		position: absolute;
		z-index: 3;
		top: 45%;
		width: 100%;
	}
	.slides-navigation a {
		position: absolute;
		display: block;
		width:74px;
		height:74px;
		background:url(../images/arrows.png);
		opacity:0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.slides-navigation a.prev {
		left: 1%;
		background-position:bottom center;
	}
	.slides-navigation a.next {
		right: 1%;
		background-position:top center;
	}

	#home:hover .slides-navigation a{
		opacity:0.3;
	}

	.slides-navigation a:hover{
		opacity:1 !important;
	}

/* Super Slides Pager */

	.slides-pagination {
		position: absolute;
		z-index: 3;
		bottom: 0;
		text-align: center;
		width: 100%;
	}
	.slides-pagination a {
		border: 2px solid #222;
		border-radius: 15px;
		width: 10px;
		height: 10px;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		*vertical-align: auto;
		zoom: 1;
		*display: inline;
		margin: 2px;
		overflow: hidden;
		text-indent: -100%;
	}
	.slides-pagination a.current {
		background: #222;
	}

/* Main Home Texts - With Flexslider */

	.main{
		position:absolute;
		width:100%;
		top:50%;
		margin:0 auto;
		z-index:2;
		background: transparent;
		height:auto;
		min-height:300px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
		text-align:center;
	}

	.main ul {
		height:auto;
		min-height:160px;
		padding:0;
		margin:0 auto;
		position:relative;
	}

	.main ul li{
		list-style:none;
		font-size:110px;
		color:white;
		text-transform:uppercase;
		text-shadow:2px 2px 2px rgba(0,0,0,0.1);
	}

	.main ul li span{
		color:#f02d2d;
	}

	.home-slider{
		width:100%;
	}

/* Home Description */

	.home-desc{
		width:100%;
		max-width:670px;
		margin:35px auto;
		position:relative;
		text-align:center;
		color:white;
		font-size:20px;
		font-weight:400;
		text-transform:uppercase;
	}

/* Home Get Started Button */

	.home-button{
		width:170px;
		height:auto;
		padding:10px 23px;
		border:1px solid white;
		background: rgba(43,43,43,0.1);
		color:white;
		font-weight:300;
		text-transform:uppercase;
		font-size:20px;
		cursor:pointer;
		margin:35px auto;
		display:block;
		text-align:center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.home-button:hover{
		background:white;
		color:#3c3c3c;
		text-decoration:none;
	}

/* Page Top (only Rev Slider Version) */

	#pagetop{
		background:#438bca;
		padding:12px 0;
	}

	.pagetop{
/*		padding:0;
*/		color:#fff;
		font-weight:300;
	}

    .title_text {
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
		margin-top:0;
		margin-bottom:0;
	}

	.pagetop .left{
		text-align:left;
		padding:0;
	}

	.pagetop .right{
		text-align:right;
		padding:0;
	}

	.pagetop a{
		margin-left:15px;
		color:#fff;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.pagetop a i{
		margin-right:5px;
	}

	.pagetop a:hover{
		color:white;
	}

/* Navigation */

	#navigation{
		width:100%;
		border-bottom:1px solid #e2e2e2;
		/* position:absolute; */
		z-index:9999;
		background:#fff;
		/* height: 98px;
		clear: both; */
	}

	#navigation .navigation{
		padding:0;
		height:100%;
	}

	.shadow{
		box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
	}

/* Logo */

	.navigation .logo{
		/*float:left;
		position:absolute;
		z-index:999;*/
	}
	
	.navbar-toggle .icon-bar {
    background-color: #563d7c;
}

	.navigation .logo a{
		/*width:auto;
		display:block;
		margin:10px 0 0;*/
		padding:5px;
	}
	
	.logo img{
		width:230px;
		    margin-top: 10px;
		/*display:block;
		margin:0px 0 0;*/
	}
	.pts-logo img{
		width:340px;
		margin-top: 10px;
	}
	.navbar-brand {
		padding:2px 0px;
	}

/* Nav Menu */

	.nav-menu{
		width:auto;
		float:right;
/*		height:82px;
*/		text-align:right;
	}

	.nav-menu ul{
		padding:0;
		margin:0;
		margin-top:10px;
	}

	.nav-menu ul li{
/*		height:82px;
*/		width:auto;
		display:block;
/*		float:left;
*/		list-style:none;
		padding:0;
		margin:0;
	}

	.custom_nav > li > a{
/*		height:82px;
*/		/*padding:25px 20px;
		display:block;
		text-transform:uppercase;
		font-size:20px;
		text-align:center;
		color:#585858;*/
		
		padding: 10px 20px 20px;
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    color: #000000;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: normal;
    /* font-weight: 300; */
	}

	.custom_nav > li:first-child a{
/*		padding-left:0;
*/	}

	.custom_nav > li:last-child a{
		padding-right:0;
	}
	
	
	.dropdown-menu {
   
    -webkit-animation: fadeInDown 300ms;
    -moz-animation: fadeInUp 300ms;
    -ms-animation: fadeInUp 300ms;
    -o-animation: fadeInUp 300ms;
    animation: fadeInUp 300ms;
    -webkit-backface-visibility: hidden;
}

	.custom_nav > li.current{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eaf1ff+0,ffffff+100 */
background: #eaf1ff; /* Old browsers */
background: -moz-linear-gradient(top,  #eaf1ff 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eaf1ff 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eaf1ff 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaf1ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

		

	}
	.custom_nav > li > a:hover, .custom_nav > li > a:focus {
    text-decoration: none;
    background: none;
	color: #205ba0;
	}

	.hamburger_right i {
		font-size:25px;
	}
	
	.custom_nav > li.hamburger_right > a {padding: 24px 0 24px 24px;}
	
.custom_nav .open > a, .custom_nav .open > a:hover, .custom_nav .open > a:focus {
    background: none;
    border-color: none;
	color: #205ba0;

}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    line-height: 18px;
}

.custom_nav { margin-top:10px;margin-right: 0;}

	.nav-menu a:hover{
		color:#205ba0;
	}

	.nav-menu a.active{
		color:#205ba0;
	}

	.main-nav > li > a:hover,
	.main-nav > li > a:focus{
		background:none;
	}

	.main-nav li.active a{
		color:#205ba0;
	}

/* Mini Navigation For Mobile */

	.mobile-drop{
		height:100%;
		width:100%;
		display:none;
	}

	a.mobile-menu{
		position:absolute;
		top:50%;
		font-size:21px;
		right:30px;
		left:auto;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.mobile-drop ul.fullwidth{
		width:100%;
		position:relative;
	}

	.mobile-drop ul.fullwidth li{
		width:100%;
		height:auto;
		margin:0;
	}

	.mobile-drop ul.fullwidth li a{
		padding:6px;
		margin:0;
		height:auto;
		text-align:left;
		text-transform:uppercase;
		border-bottom:1px solid #ededed;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.mobile-drop ul.fullwidth li.active a{
		background-color:#383838;
		color:white;
	}

/* Dropdown Menu */

	.dropdown-menu{
/*		border: 1px solid #eeeeee;
		border-top:2px solid #373737;*/
		border-top-right-radius: 0;
		border-top-left-radius: 0;
	}

	.dropdown-toggle .dropdown-menu li{
		display: block;
		width: 100%;
		padding:0;
		float: none;
		margin:0;
		height: auto;
	}

	.dropdown-toggle .dropdown-menu li a{
		display: block;
		width: 100%;
		height: auto;
		padding: 14px 20px;
		text-align: left;
		color: #464646;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		font-size: 14px;
    	text-transform: Capitalize;
	}

	.dropdown-toggle .dropdown-menu li:first-child a{
		padding-left: 20px;
	}

	.dropdown-toggle .dropdown-menu li a:hover{
		background: #373737;
		color: white;
	}

/* Dropdown Menu For Mobile */

	.dr-mobile{
		position: relative;
		width:100%;
		box-shadow: none;
		border-top: none;
	}

	.dr-mobile li{
		width:100%;
	}

	.dr-mobile li:first-child a{
		padding-left: 20px !important;
	}

	.dr-mobile li a{
		padding-left: 20px !important;
	}

	.dr-mobile li:last-child a{
		border-bottom: none !important;
	}

/* Rev Slider Section */

	.revslide .stext{
		text-transform:uppercase;
		font-weight:400;
		margin:0;
	}

/* Slide 1 */

	.revslide .p1{
		font-size:35px;
		color:#262626;
	}

	.revslide .h1{
		font-size:55px;
		color:#262626;
		margin:5px 0;
	}
	.revslide span{
		color:#e70000;
	}

	.revslide .h2{
		font-size:20px;
		color:#262626;
	}

	.revslide .h3{
		font-size:20px;
		color:#262626;
		padding:9px 0;
	}

/* Slide 2 */

	.revslide .h4{
		font-size:85px;
		text-align:center;
		color:white;
		padding:0;
	}

	.revslide .h5{
		font-size:30px;
		text-align:center;
		color:white;
		padding:0;
		font-weight:300;
	}

/* Slide 3 */

	.revslide .h6{
		font-size:50px;
		color:#726c64;
		padding:0;
	}

	.revslide .p5{
		font-size:25px;
		color:#726c64;
		padding:0;
	}

	.revslide .p6{
		font-size:15px;
		color:#726c64;
		padding:0;
		text-transform:none;
		font-weight:300;
	}

/* Rev Slider Full Screen Text Styles */

	.fs{
		font-size: 120px;
		font-weight: 700;
		text-align: center;
		color: white;
		text-transform: uppercase;
	}

	.fs1{
		font-size: 22px;
		font-weight: 400;
		text-align: center;
		color: white;
		text-transform: uppercase;
	}

	.fs-btn{
		padding:8px 16px;
		background: transparent;
		border: 1px solid white;
		text-transform: uppercase;
		font-weight: 100;
		color: white !important;
		font-size: 18px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.fs-btn:hover{
		background: white;
		color: black !important;
	}

/* Text Area */

	#text-area{
		background:rgba(2, 2, 2, 0.6);
	}

	.text-area{
		text-align:center;
		text-transform:uppercase;
		color:white;
		padding:10px 0;
	}

	.text-area h1{
		margin:0;
		font-size:35px;
	}

	.text-area h1 span{
		font-weight:500;
	}

	.text-area a{
		display:inline-block;
		margin:20px 7px 5px;
		padding:6px 18px;
		border:1px solid white;
		background:transparent;
		font-size:20px;
		color:white;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.text-area a:hover{
		color:#3c3c3c;
		background:white;
	}

/* About Section */

	#about{
		background:#fff;
		padding:30px 0 30px;
		top:0;
	}

	#about .about-content{
		width:25%;
		height:auto;
		min-height:276px;
		background:#fff;
		float:left;
		cursor:pointer;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	#about .about-content .icon{
		text-align:center;
		margin:19px auto 16px;
	}

	#about .about-content .top{
		width:70px;
		height:70px;
		background:transparent;
		border:2px solid #464646;
		border-radius:100px;
		padding:20px 0;
		position:relative;
	}

	#about .about-content .top:after{
		position:absolute;
		background:transparent;
		content:'';
		left:0;
		top:0;
		width:100%;
		height:100%;
		border-radius:500px;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		transition: all 0.4s;
		
	}

	#about .about-content .top i{
		font-size:30px;
	}

	#about .about-content .bottom i{
		width:31px;
		height:31px;
		padding-top:6px;
		font-size:20px;
		color:#929292;
		background:transparent;
		border:1px solid #464646;
		border-radius:100px;
	}

	#about .about-content .text{
		width:95%;
		text-align:center;
		margin:auto;
	}

	#about .about-content .content-header{
		text-transform:uppercase;
		font-size:20px;
	}

	#about .about-content .content-desc{
		font-size:15px;
		color:#717171;
		margin-top:10px;
		font-weight:100;
	}

/* About Content Hover Styles */

	#about .about-content:hover{
		background:#3c3c3c;
		color:#fff;
	}

	#about .about-content:hover .top{
		border:2px solid #464646;
		background:#fff;
	}

	#about .about-content:hover .top:after{
		border:2px solid white;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}

	#about .about-content:hover .top i{
		color:#464646;
	}

	#about .about-content:hover .content-desc{
		color:#fff;
	}

	#about .about-content:hover .bottom i{
		border:1px solid #fff;
		color:#fff;
	}

/* About Extended */
	
	.about-extended{
		background:#fafafa;
		margin:30px auto;
		position: relative;
	}

	.about-extended:after{
		content: "";
	   position: absolute;
	   left: 50%;
	   bottom: -20%;
	   border-top: 50px solid #fafafa;
	   border-top-color: #fafafa; 
	   border-left: 50px solid transparent;
	   border-right: 50px solid transparent; 
	   -webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.company-facts{
		margin:70px auto 20px;
	}

	.company-facts .facts{
		text-align: center;
	}

	.company-facts h1{
		font-size: 55px;
		color: #5f5f61;
		font-weight: 400;
		margin:0 auto;
	}

	.company-facts p{
		font-size: 20px;
		text-transform: uppercase;
		color: #626262;
	}

/* Features */

	#features{
		/*background:url(../images/i1.jpg)top center repeat-x;
		height:962x;*/
		margin-top:0px;
		padding-top:0;
	}

	.f-iphone{
		width:100%;
		height:606px;
		margin:50px auto 0;
		max-width:1030px;
		background:url(../images/f-iphone.png) center center no-repeat;
	}

/* Features Boxes */

	.f-box{
		float:left;
		text-align:right;
		width:360px;
		position:relative;
		margin:25px 0;
		padding:0 50px 0 0;
		color:#747474;
		font-weight:300;
	}

	.f-box:after{
		content:'';
		width:108px;
		height:124px;
		right:-85px;
		top:35px;
		position:absolute;
	}

	.f-box:nth-of-type(2n){
		float:right;
		text-align:left;
		padding:0 0 0 50px;
	}

	.f-box:nth-of-type(2n):after{
		left:-85px;
	}

	.f-box:nth-of-type(2n) .f-box-logo {
		margin-left:0;
	}

/* Features Box inners */

	.f-box .f-box-logo{
		width:70px;
		height:70px;
		background:transparent;
		border:1px solid #666666;
		border-radius:200px;
		text-align:center;
		padding-top:21px;
		margin-left:240px;
	}

	.f-box .f-box-logo i{
		font-size:30px;
	}

	.f-box .f-box-head{
		font-size:30px;
		text-transform:uppercase;
		font-weight:300;
		margin:10px 0 0;
	}

	.f-box .f-box-desc{
		font-size:14px;
	}

/* Features Box Strips */

	.f1:after{
		background:url(../images/f1.png) no-repeat;
	}

	.f2:after{
		background:url(../images/f2.png) no-repeat;
	}

	.f3:after{
		background:url(../images/f3.png) no-repeat;
	}

	.f4:after{
		background:url(../images/f4.png) no-repeat;
	}

/* Testimonials */	

	#testimonial{
		background: url(../images/i5.jpg) center center fixed;
		margin:60px auto 0;
		clear: both;
	}

	.testimonial{
		padding:140px 0 200px;
		text-align: center;
		color: white;
		text-transform: uppercase;
		max-width: 1000px;
	}

	.testimonial h1.big{
		font-size: 40px;
		font-weight: 400;
		margin: 20px auto;
		line-height: 50px;
	}

	.testimonial p.name{
		font-size: 20px;
		font-style: italic;
	}

	.monial{
		position: absolute;
	}


/* Testimonials Direction */	

	.testimonial ul.flex-direction-nav{
		margin:0 auto;
		width:auto;
		height: 28px;
	}	

	.testimonial ul.flex-direction-nav li{
		width:23px;
		height: 28px;
		position: relative;
		display: inline-block;
		margin:30px auto;
	}

	.testimonial ul.flex-direction-nav li a{
		width:23px;
		height: 28px;
		display:block;
		background: url(../images/direction.png);
	}

	.testimonial ul.flex-direction-nav li a.flex-prev{
		background-position: left top;
	}

	.testimonial ul.flex-direction-nav li a.flex-next{
		background-position: right top;
	}

	#testimonial:hover ul.flex-direction-nav li a{
		opacity: 0.5;
	}

	#testimonial ul.flex-direction-nav li a:hover{
		opacity: 1;
	}

/* Tabs & Skills */

	#skills{
/*		margin-top:30px;
*/	}

	.skills{
		border-top:1px solid #bcbcbc;
	}

/* Extended Version Style */

	.extended{
		margin:0 !important;
	}

/* Top Icon Style */

	.br{
		top:-72px;
	}

/* Tabs */

	.tabs{
		width:58%;
		float:left;
	}

/* Tabs Navigations */

	.nav-tabs{
		border:none;
	}

	.nav-tabs li a{
		font-size:16px;
		color:#727373;
		font-weight:300;
		padding:12px 30px;
		text-transform:uppercase;
		border-radius:0;
	}

	.nav-tabs li.active a{
		border-top:2px solid #e70000;
	}

	.nav-tabs li.active a:hover{
		border-top:2px solid #e70000;
	}

/* Tabs panes */

	.tab-pane{
		padding:30px 0px;
		border:1px solid #eeeeee;
		font-size:15px;
		font-weight:300;
		color:#8f8f8f;
	}

	.tab-pane .tab-icon{
		padding:0 15px;
		float:left;
		width:28%;
	}

	.tab-pane .tab-desc{
		padding:0 20px;
		float:left;
		width:72%;
		text-align:justify;
	}

	.tab-pane .only{
		width:100%;
	}

/* Progress */

	.Progress-bars{
		float:right;
		width:40%;
		height:auto;
	}

	.Progress-bars .head{
		font-size:30px;
		color:#8f8f8f;
		text-transform:uppercase;
		font-weight:300;
	}

	.Progress-content{
		margin:6px 0;
		padding:18px;
		border:1px solid #ededed;
	}

	.progress{
		margin-bottom:8px;
	}

/* Progress Texts */

	.progress-texts span{
		display:block;
		padding:5px 0;
		color:#acacac;
		font-size:15px;
	}

	.progress-texts .progress-name{
		float:left;
		text-transform:uppercase;
	}

	.progress-texts .progress-value{
		float:right;
	}

/* History */

	#history{
		margin:60px auto 0;
		min-height:1000px;
		background:url(../images/i2.jpg) top center repeat fixed;
	}

/* Timeline */

	ul.timeline{
		margin:40px auto 0;
		width:100%;
		background:url(../images/timeline-bg.jpg) center center repeat-y;
		height:auto;
		position:relative;
		padding:0 0 80px;
	}

/* Year icon */

	.timeline .year{
		width:75px;
		height:75px;
		border:3px solid #919191;
		border-radius:300px;
		background:white;
		clear:both;
		padding:21px 0;
		text-align:center;
		font-weight:300;
		color:#3c3d3d;
		font-size:20px;
		margin:31px auto;
	}

/* Notes */

	.timeline .note{
		float:left;
		padding:20px;
		width:47.5%;
		background: rgba(242,242,242,0.1);
		border-radius:12px;
		margin:10px 0;
		cursor:pointer;
		position:relative;
		z-index:550;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.timeline .year + .note{
		margin-top:-20px;
	}

/* Start Icon */

	.timeline .start{
		width:64px;
		height:64px;
		border:3px solid #919191;
		border-radius:300px;
		background:white;
		position:absolute;
		clear:both;
		padding:19px 0;
		text-align:center;
		color:#868586;
		font-size:24px;
		bottom:0px;
		left:50%;
		margin-left:-32px;
	}

/* Note inners */

	.timeline .note h4{
		font-size:19px;
		color:white;
		text-transform:uppercase;
		font-weight:300;
		color:#999999;
		margin:5px 0;
	}

	.timeline .note p{
		font-size:14px;
		color:#767676;
		margin:8px 0;
	}

	.timeline .note span.date{
		font-size:14px;
		text-transform:uppercase;
		color:#a5a5a5;
		line-height:12px;
	}

	.timeline .note .arrow{
		color:rgba(242,242,242,0.1);
		position:absolute;
		right:-1.6%;
		left:auto;
		top:20px;
		font-size:12px;
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.timeline .note:after{
		content:'';
		position:absolute;
		right:-6.8%;
		display:block;
		width:18px;
		height:18px;
		background:#343434;
		border:2px solid #d6d6d6;
		border-radius:100px;
		top:18px;
		z-index:20;
	}

	.timeline .note:nth-of-type(2n){
		float:right;
		clear:right;
	}

	.timeline .note:nth-of-type(2n):after{
		left:-6.8%;
	}

	.timeline .note:nth-of-type(2n) .arrow{
		left:-1.6%;
		right:auto;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

/* Notes Rollover */

	.timeline .note:hover{
		background:#f2f2f2;
	}

	.timeline .note:hover h4{
		color:#707070;
	}

	.timeline .note:hover p{
		color:#767676;
	}

	.timeline .note:hover:after{
		background:#f02d2d;
		border:2px solid #f02d2d;
	}

	.timeline .note:hover .arrow{
		color:#f2f2f2;
	}

/* Our Team */

	#team{
		padding:60px 0 0;
	}

	.team-items{
		width:100%;
		height:auto;
		overflow:hidden;
		margin:30px auto;
		position:relative;
	}

	.owl-wrapper-outer{
		text-align:center;
	}

/* Our Team item */

	.owl-item .item{
		height:auto;
		font-weight:300;
		margin:10px 0 0;
		padding:10px;
/*		cursor:pointer;
		border-bottom:4px solid #fff ;
*/		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}

	.owl-item .item img{
		border:4px solid #f4f4f4;
	}

	.owl-item .item h3{
		/*font-size:20px;
		color:#4e4e4e;
		text-transform:uppercase;
		margin:0px;*/
	}

	.owl-item .item h4{
		font-size: 17px;
		color: #0367aa;
		text-transform: uppercase;
		line-height: 15px;
		margin: 15px auto 15px;
		font-weight: bold;
	}

	.owl-item .item p{
		font-size:15px;
		color:#3b3b3b;
	}
/* Our Team Image Galleries */
	
	.owl-item .item .images{
		margin:0 auto;
		display:block;
		height:0;
		overflow:hidden;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	
	.owl-item .item .images a{
		margin:0 3px;
	}
	
	.owl-item .item .images a img{
		border:2px solid #f4f4f4;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}
	

/* Our Team Socials */

	.socials{
		width:100%;
		text-align:center;
	}

	.socials a{
		padding:6px 3px;
		text-align:center;
		color:#656565;
		font-size:17px;
		cursor:pointer;
	}

/* Our Team Control Buttons */

	.owl-buttons{
		position:absolute;
		top:0;
		width:80px;
		left:50%;
		margin-left:-40px;
		
	}

	.owl-buttons>div{
		width:35px;
		height:35px;
		background-image:url(../images/team/controls.png);
		color:black;
		cursor:pointer
	}

	.owl-prev{
		float:left;
		background-position:left top;
	}

	.owl-next{
		float:right;
		background-position:right top;
	}

/* Our Team Rollovers */

	.owl-prev:hover{
		background-position:left bottom;
	}

	.owl-next:hover{
		background-position:right bottom;
	}

	.owl-item .item:hover{
		/*background:#3c3c3c;
		border-bottom:4px solid #e70000 ;*/
	}

	/*.owl-item .item:hover  h3 {
		color:#e4e4e4;
	}

	.owl-item .item:hover  h4 {
		color:#e4e4e4;
	}

	.owl-item .item:hover  p {
		color:#e4e4e4;
	}*/
	
	.owl-item .item:hover .images{
		height:auto;
		margin:15px auto;
	}
	
	.testimonial-pic img {
    max-width: 130px;
	margin:0 auto;
}

testimonial-pic {
    border-radius: 90px;
    border: 4px solid #ffffff;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: 10px;
    display: inline-block;
}
	
	.owl-item .item .images a img:hover{
		/*border:2px solid #e70000;*/
	}

	.socials a i.fa-facebook:hover{
		color:#305fa5;
	}

	.socials a i.fa-instagram:hover{
		color:#ae997d;
	}

	.socials a i.fa-pinterest:hover{
		color:#cc2127;
	}

	.socials a i.fa-twitter:hover{
		color:#2daae2;
	}

	.socials a i.fa-google-plus:hover{
		color:#da2713;
	}

/* Why Wisten */

	#why-wisten{
		margin:50px auto 0;
		background:url(../images/i3.jpg) center fixed;
		padding:0 0 30px;
	}

/* iphone image */

	.w-iphone{
		float:left;
		margin:30px auto 20px;
		margin-left:-40px;
		width:49%;
	}

	.w-iphone img{
		width:100%;
	}

/* accordion menu */

	.accordion{
		float:right;
		text-align:left;
		width:49%;
		font-weight:300;
		font-size:15px;
		color:#2a2a2a;
	}

	.accordion .accordion-head{
		font-size:40px;
		color:#565656;
		text-transform:uppercase;
	}

	.accordion .accordion-head span{
		color:#f02d2d;
	}

	.accordion .panel{
		width:100%;
		border-bottom:1px solid #b5b5b5;
		padding:20px 0 0;
		background:transparent;
		margin-bottom:0;
	}

	.accordion-heading{
		width:100%;
		margin-bottom:15px;
		text-transform:uppercase;
	}

	.accordion-inner{
		padding:0 15px 15px;
		display:block;
	}

/* Our Works */

	#portfolio{
		font-weight:300;
	}

	.works{
		position:relative;
		height:auto;
	}
	
/* Full Width Portfolio Version */	

	.fiven{
		width:19.99%;
		float:left;
	}

/* Filter Menu */

	.filter-menu{
		position:relative;
		z-index:99;
	}

	.filters{
		width:100%;
		text-align:center;
		padding:0;
		margin:40px auto 35px;
	}

	.inline{
		font-size:0px;
	}

	.filters li{
		text-align:center;
		display: inline-block;
		font-size:15px;
	}

	.filters li a{
		padding:13px 20px;
		color:#7a7a7a;
		border:none;
		text-transform:uppercase;
		background:#e9e9e9;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}

	.filters li a.selected{
		color:white;
		background:#3c3c3c;
		cursor:default;
	}

	.filters li:last-child a{
		border-top-right-radius:60px;
		border-bottom-right-radius:60px;
		padding-right:25px;
	}

	.filters li:first-child a{
		border-top-left-radius:60px;
		border-bottom-left-radius:60px;
		padding-left:25px;
	}

	.filters li:hover a{
		background:#3c3c3c;
		color:white;
	}

/* Portfolio items */

	.items{
		position:relative;
		height:auto;
	}

	.work{
		margin:9px 0;
		padding:0 9px;
		height:auto;
		color:#aaaaaa;
		cursor:pointer;
		overflow:hidden;
	}

	.work-inner{
		border:1px solid #ebebeb;
	}

	.work-img{
		width:100%;
		background:black;
		position:relative;
		overflow:hidden;
	}

	.work-img img{
		width:100%;
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
	}

	.work-desc{
		width:100%;
		background:white;
		margin:0;
		text-align:center;
		padding:15px 5px;
	}

	.work-desc h4{
		text-transform:uppercase;
		font-size:20px;
		margin:0;
	}

	.work-desc p{
		font-size:15px;
		margin:0;
	}

	.work-img .button{
		width:42px;
		height:42px;
		display:block;
		border-radius:100px;
		background:white;
		position:absolute;
		text-align:center;
		padding:11px 0 0;
		font-size:15px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.work-img .button:hover{
		background:#e70000;
		color:white;
	}

	.work-img .zoom{
		left:37%;
		top:20%;
		opacity:0;
	}

	.work-img .detail{
		right:37%;
		bottom:20%;
		opacity:0;
	}

	.work:hover .work-img img{
		opacity:0.2;
	}

	.work:hover .work-img .zoom{
		top:50%;
		opacity:1;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.work:hover .work-img .detail{
		bottom:50%;
		opacity:1;
		-webkit-transform: translateY(50%);
		-moz-transform: translateY(50%);
		transform: translateY(50%);
	}

/* isotope styles */

	.isotope-item {
	  z-index: 2;
	}

	.isotope-hidden.isotope-item {
	  pointer-events: none;
	  z-index: 1;
	}

/**** Isotope CSS3 transitions ****/

	.isotope,
	.isotope .isotope-item {
	  -webkit-transition-duration: 0.8s;
		 -moz-transition-duration: 0.8s;
		  -ms-transition-duration: 0.8s;
		   -o-transition-duration: 0.8s;
			  transition-duration: 0.8s;
	}

	.isotope {
	  -webkit-transition-property: height, width;
		 -moz-transition-property: height, width;
		  -ms-transition-property: height, width;
		   -o-transition-property: height, width;
			  transition-property: height, width;
	}

	.isotope .isotope-item {
	  -webkit-transition-property: -webkit-transform, opacity;
		 -moz-transition-property:    -moz-transform, opacity;
		  -ms-transition-property:     -ms-transform, opacity;
		   -o-transition-property:      -o-transform, opacity;
			  transition-property:         transform, opacity;
	}

/**** disabling Isotope CSS3 transitions ****/

	.isotope.no-transition,
	.isotope.no-transition .isotope-item,
	.isotope .isotope-item.no-transition {
	  -webkit-transition-duration: 0s;
		 -moz-transition-duration: 0s;
		  -ms-transition-duration: 0s;
		   -o-transition-duration: 0s;
			  transition-duration: 0s;
	}

/* End: Recommended Isotope styles */

/* Services */

	#services{
		margin:50px auto;
	}

	#services .bg{
		background:url(../images/i4.jpg) top center fixed;
	}

	.service-contents{
		margin:40px auto;
	}

/* Service items*/

	.service{
		display:block;
		float:left;
		margin:0 20px;
	}

	.box{
		position:relative;
		z-index:10;
	}

	.service a.service-logo{
		display:block;
		width:100px;
		height:100px;
		border:1px solid #494949;
		border-radius:500px;
		margin:15px auto;
		padding:42px 0;
		position:relative;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	.box a:after{
		border:1px solid #494949;
		content:'';
		width:100px;
		height:100px;
		left:0px;
		top:0px;
		border-radius:500px;
		position:absolute;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		opacity:0;
	}

	.service a.service-logo i{
		font-size:20px;
		color:#494949;
	}

	.service h3{
		margin:5px auto 15px;
		padding:0;
		text-transform:uppercase;
	}

	.service p{
		font-size:14px;
	}
/* Service Control Buttons*/

	.service-contents .owl-buttons{
		width:107%;
		left:0;
		top:45%;
		display:none;
	}

/* Service Hovers*/

	.box:hover a.service-logo{
		background:#494949;
	}

	.box:hover a.service-logo i{
		color:white;
	}

	.box:hover a:after{
		left:-1px;
		top:-1px;
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
		opacity:1;
	}

/* Services Bottom*/

	#services .bottom-bg{
		background:url(../images/ipad.png) bottom center no-repeat;
		min-height:240px;
		margin:80px auto;
	}

	.service-bottom-text{
		text-align:center;
		font-size:45px;
		font-weight:100;
		text-transform:uppercase;
		color:#494949;
	}

	.service-bottom-text span{
	/* Background Styles */
		background: rgb(46,55,63); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top,  rgb(46,55,63) 0%, rgb(85,106,132) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(46,55,63)), color-stop(100%,rgb(85,106,132))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgb(46,55,63) 0%,rgb(85,106,132) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgb(46,55,63) 0%,rgb(85,106,132) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgb(46,55,63) 0%,rgb(85,106,132) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgb(46,55,63) 0%,rgb(85,106,132) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e373f', endColorstr='#556a84',GradientType=0 ); /* IE6-8 */
		
		border-radius:12px;
		padding:5px 20px;
		position:relative;
		color:white;
	}

	.service-bottom-text span:after{
		position:absolute;
		content:'';
		width:170px;
		height:100px;
		top:68px;
		left:-34px;
		background:url(../images/spanbg2.png) center center no-repeat;
	}

	.slide-s{
		width:75%;
		margin:0 auto 30px;
	}

	.service-text .item{
		height:180px;
	}

/* Controls */

	.carousel .s-controls{
		background-image:url(../images/service-icons.png);
		width:30px;
		height:30px;
		margin:20px;
		opacity:0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.carousel a.right{
		background-position:right top;
	}

	.carousel a.left{
		background-position:left top;
	}

	.bottom-bg:hover .s-controls{
		opacity:1;
	}

	.carousel a.left:hover{
		background-position:left bottom;
	}

	.carousel a.right:hover{
		background-position:right bottom;
	}

/* video */

	#video{
		height:765px;
		margin:0;
		position:relative;
	}

	.video-logo{
		position:relative;
		z-index:5;
	}

	.video-pattern{
		background: url(../images/pattern.png);
		width:100%;
		height:100%;
		top:0;
		left:0;
		padding:75px 0;
		position:absolute;
		text-align:center;
	}

	.video-text{
		background: url(../images/video-text.png) center center no-repeat;
		width:100%;
		height:100%;
		top:0;
		left:0;
		position:absolute;
		text-align:center;
		z-index:1;
	}


/* Pricing Tables */

	#prices{}

	.packages{
		margin:40px auto;
	}

	.packages .package{
		border:1px solid #e1e1e1;
		height:auto;
		width:23%;
		margin:0 15px;
		float:left;
		background:url(../images/price-top-bg.jpg) top center repeat-x, white;
		text-align:center;
		cursor:default;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		
	}

	.first{
		margin-left:0 !important;
	}

	.last{
		margin-right:0 !important;
	}

/* Pricing Table Header */

	.package h1{
		text-align:center;
		text-transform:uppercase;
		color:white;
		font-size:25px;
		font-weight:400;
		margin:36px auto 27px;
	}

/* Pricing Table Circle */

	.package .circle{
		width:100px;
		height:100px;
		background:white;
		border:1px solid #e7e7e7;
		border-radius:150px;
		margin:0 auto;
		position:relative;
		z-index:1;
		text-align:center;
		color:#434343;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.package .circle:after{
		width:114px;
		height:114px;
		position:absolute;
		content:'';
		left:-8px;
		top:-8px;
		border-radius:150px;
		background:transparent;
		border:8px solid white;
		z-index:2;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.package .circle h2{
		margin:2px auto 0;
		font-size:30px;
	}

	.package .circle h2 span{
		font-size:20px;
	}

	.package .circle p{
		font-weight:300;
		color:#a8a8a8;
		margin:0 auto;
	}

/* Pricing Table list */

	.package ol{
		text-align:center;
		margin:20px auto;
		font-weight:300;
	}

	.package ol li {
		display:block;
		width:100%;
		height:auto;
		padding:10px;
		text-transform:uppercase;
		font-size:18px;
		color:#8a8a8a;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		
	}

	.package ol li span{
		font-weight:700;
	}

	.package ol li:nth-of-type(2n){
		background:#fbfbfb;
	}

	.package a.p-btn{
		display:inline-block;
		background:#3d3d3d;
		padding:8px 34px;
		color:white;
		margin:0 auto 20px;
		text-transform:uppercase;
		border:1px solid #b2b2b2;
		cursor:pointer;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

/* Table Active Styles */

	.packages .active{
		background:url(../images/price-top-bg.jpg) top center repeat-x, #3d3d3d;
	}

	.packages .active ol li{
		color:#c5c5c5;
	}

	.packages .active ol li:nth-of-type(2n){
		background:#383838;
	}

	.packages .active .circle{
		background:#f02d2d;
		color:white;
		border:1px solid #db1d1d;
	}

	.packages .active .circle:after{
		border:7px solid #f02d2d;
	}

	.packages .active .circle p{
		color:white;
	}

	a.p-btn:hover{
		background:#f02d2d;
		border:1px solid #f02d2d;
	}

/* Subscribe */

	#subscribe{
		border-top:1px solid #f1f1f1;
	}

	.subscribe{
		padding:17px 0;
	}

	.subscribe .subs{
		position:relative;
	}

	.subscribe .left{
		text-align:left;
	}

	.subscribe .right{
		text-align:right;
		top:25px;
	}

/* Left Subscribe icon */

	.left a.left-icon{
		display:block;
		width:100px;
		height:100px;
		border-radius:100%;
		background:#3d3d3d;
		position:relative;
		text-align:center;
		padding:35px 0;
		float:left;
	}

	.left a.left-icon:after{
		content: "";
	   position: absolute;
	   left: 97%;
	   top: 50%;
	   border-left: 11px solid black;
	   border-left-color: #3d3d3d; 
	   border-top: 11px solid transparent;
	   border-bottom: 11px solid transparent; 
	   -webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.left a.left-icon i{
		color:white;
		font-size:30px;
	}

/* Subscribe Text */

	.subs .text{
		float:left;
		margin:0 17px;
	}

	.subs .text h1{
		margin:20px auto 10px;
		text-transform:uppercase;
		font-size:27px;
		color:#484541;
		font-weight:400;
	}

	.subs .text h1 span{
		color:#e70000;
	}

	.subs .text p{
		font-size:15px;
		color:#484541;
		font-weight:300;
		text-transform:uppercase;
	}

/* Subscribe right */

	.subscribe-mail{
		outline:none;
		border:1px solid #e7e7e7;
		border-radius:8px;
		color:#d0d0d0;
		width:250px;
		padding:12px 10px;
		font-weight:300;
		font-size:15px;
		margin-right:6px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.subscribe-btn{
		outline:none;
		border:1px solid #e7e7e7;
		border-radius:8px;
		color:white;
		text-transform:uppercase;
		padding:8px 15px;
		font-weight:400;
		top:2px;
		font-size:20px;
		background:#313131;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.subscribe-mail:hover{
		border:1px solid #bcbcbc;
	}

	.subscribe-mail:focus{
		border:1px solid #313131;
	}

	.subscribe-btn:hover{
		background:#e70000;
	}

	.subscribe-btn:active{
		background:#313131;
	}

/* Contact */

	#contact{
		padding:0;
		height:auto;
/*		min-height:567px;
*/	}

	.contact-logo{
		position:absolute;
		z-index:22;
		left:50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.contact-logo i{
		color:#444444;
	}

	#map{
		top:0;
		position:absolute;
		width:100%;
		height:100%;
	}

	.contact{
		margin:0 auto;
		padding:0;
		
	}

/* Contact Form */

	.contact-form{
		width:400px;
		height:auto;
		min-height:567px;
		background:rgba(0,0,0,0.7);
		position:relative;
		top:0;
		padding:45px 50px;
		z-index:5;
		left:50%;
		-webkit-transform: translateX(-585px);
		-moz-transform: translateX(-585px);
		transform: translateX(-585px);
	}

	.contact-form h1{
		font-size:35px;
		text-transform:uppercase;
		color:#9c9c9c;
	}

/* Form Inputs */

	form#contact-us{
		min-height:400px;
	}

	.form{
		outline:none;
/*		border:1px solid #2b2b2b;
*/		color:#9c9c9c;
		width:100%;
		padding:14px 10px;
		font-weight:300;
		font-size:15px;
		margin:10px auto;
/*		background:#080808;
*/		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.textarea{
		height:100px;
		max-width:100%;
		max-height:100px;
	}

	.form-btn{
		outline:none;
		border:1px solid #2b2b2b;
		color:black;
		text-transform:uppercase;
		padding:8px 0;
		width:100%;
		margin:10px auto;
		text-align:center;
		font-weight:400;
		top:2px;
		font-size:20px;
		background:#313131;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.form:hover{
/*		border:1px solid #4e4e4e;
*/	}

	.form:focus{
/*		border:1px solid #e70000;
*/	}

	.form-btn:hover{
		background:#e70000;
	}

	.form-btn:active{
		background:#313131;
	}

/* Mail Sent Message */

	.mail-message{
		color:white;
		text-align:center;
		font-size:20px;
		font-weight:300;
		top:185px;
		position:relative;
	}

	.mail-message p.mail-head{
		color:#e70000;
		font-size:35px;
	}
	
	.newsletter-message{
		text-align:right;
		font-size:20px;
		font-weight:300;
		position:relative;
		margin-top:-25px;
	}
	
	.newsletter-message p.mail-head{
		color:#e70000;
		font-size:35px;
	}

/* Footer */

	#footer{
		background:#205ba0;
		color:#fff;
		position:relative; margin-top:50px;
	}
	
	.footer_nav { width:100%; background:#1b2e43; min-height:300px; padding:30px 0 15px;}
	
	.footer_nav h3 {
		
		padding: 0 0 0px;
		margin-top: 0px;
		font-size: 16px;
		text-transform: capitalize;
		font-weight: 600;
		letter-spacing: 0.75px;
		margin-bottom: 0;
		color:#e2e2e2;
		padding-bottom: 10px;
		text-decoration: underline;
	}
	
	.mrt-30 { margin-top:30px !important;}
	.mrt-40 { margin-top:40px !important;}
	.mrb-40 { margin-bottom:60px !important;}
	.location-min-height{min-height: 204px;}
	.footer_nav ul li a {
		
		font-size: 1em;
    	color: #acb1b5;
		line-height: 28px;
		font-weight: normal;
		letter-spacing: 0px;
		font-family: open sans , sans-serif !important;
/*		padding-left: 5px;
*/		text-align: left;
		transition: all .3s ease-in 0s;
		padding-bottom:3px;
	}
	
	.footer_nav ul li a:hover {
		color: #b4b4b4;
    	border-bottom: 1px solid #ddd;
		
	}
	section:after, section:before {
		content: " ";
		display: table;
	}
	
	#footer::after {
		content: ' ';
		position: absolute;
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #1b2e43;
		left: 50%;
		margin-left: -20px;
		top: -15px;
	}

	.footer{
		text-align:center;
		padding:10px 0;
	}

	.footer a{
		cursor:pointer;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	

/* Footer Links */

	.footer-links{
		display:inline-block;
		border:1px solid #fff;
		border-radius:100px;
		margin:0 3px;
		text-align:center;
	}

	.footer-links i{
		font-size:20px;
		color:#fff;
		display:block;
		width:35px;
		height:35px;
		line-height:38px;
	}

	.footer-text{
		margin:10px 0 0 0;
		color:#fff;
		font-size:15px;
		font-weight:300;
	}

	.footer-text span{
		margin:0 5px;
	}

	.footer-text a{
		color:#868686;
	}

	.copyright{
		text-transform:capitalize;
		margin:4px 0 0;
	}

	.footer .footer-links:hover{
		border:1px solid white;
	}

	.footer a:hover{
		color:white;
	}

	.footer a:hover i{
		color:white;
	}

/* Blog */

	#blog{
		margin:30px auto;
	}

/* Post */

	.post{
		margin:100px 0;
		width:100%;
		position:relative;
	}

	.last-post{
		border-bottom:1px solid #e7e7e7;
		margin-bottom:0;
		padding-bottom:20px;
	}

	.post-icon{
		position:absolute;
		left:50%;
		z-index:5;
		padding:8px;
		color:##444444;
		text-transform:uppercase;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
/* Post & sider position */

	#blog .left{
		float:left;
	}
	
	#blog .right{
		float:right;
	}

/* Post Image */

	.post .post-img{
		width:100%;
		background:black;
		position:relative;
	}

	.post-img .zoom-button{
		width:52px;
		height:52px;
		display:block;
		border-radius:100px;
		background:white;
		position:absolute;
		text-align:center;
		padding:16px 0 0;
		font-size:15px;
		opacity:0;
		top:60%;
		left:50%;
		cursor:pointer;
		z-index:6;
		color:black;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.post-img img{
		width:100%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.post-img:hover img{
		opacity:0.3;
	}

	.post-img:hover .zoom-button{
		opacity:1;
		top:50%;
	}

	.post-img .zoom-button:hover{
		background:#e70000;
		color:white;
	}

	.post-icon p{
		margin:0;
		padding:0;
	}

	.post-icon p.day{
		font-size:25px;
	}

	.post-icon p.month{
		font-size:13px;
		line-height:0;
	}

/* Post Heads and Texts */

	.post-texts{
		position:relative;
		color:#6a6969;
		font-weight:300;
		margin:25px 0;
	}

/* Post Header */

	.post-texts .post-head{
		font-size:30px;
		text-transform:uppercase;
		margin:20px 0 10px;
	}

/* Post Tags */

	.post-texts .post-tags{
		margin:10px 0;
	}

	#blog a{
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.post-tags .tags{
		margin-right:15px;
		cursor:pointer;
	}

	.post-tags .tags i{
		margin-right:5px;
	}

	.post-texts .tags:hover{
		color:#e70000;
	}

/* Post Messages */

	.post-texts p{
		margin:10px 0;
	}

/* Post Button */

	.btn-post{
		color:white;
		font-weight:300;
		border-radius:6px;
		margin:5px 0;
		padding:8px 15px;
		text-transform:uppercase;
	/* Gradient Background */
		background: rgb(116,116,116); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top,  rgb(116,116,116) 0%, rgb(90,90,90) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(116,116,116)), color-stop(100%,rgb(90,90,90))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgb(116,116,116) 0%,rgb(90,90,90) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgb(116,116,116) 0%,rgb(90,90,90) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgb(116,116,116) 0%,rgb(90,90,90) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgb(116,116,116) 0%,rgb(90,90,90) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747474', endColorstr='#5a5a5a',GradientType=0 ); /* IE6-8 */
	}

	.btn-post:hover{
		color:white;
	/* Gradient Background */
		background: rgb(224,36,36); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-linear-gradient(top,  rgb(224,36,36) 0%, rgb(190,25,25) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(224,36,36)), color-stop(100%,rgb(190,25,25))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgb(224,36,36) 0%,rgb(190,25,25) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgb(224,36,36) 0%,rgb(190,25,25) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgb(224,36,36) 0%,rgb(190,25,25) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgb(224,36,36) 0%,rgb(190,25,25) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e02424', endColorstr='#be1919',GradientType=0 ); /* IE6-8 */
	}

/* Post Slide */

	.post-slide{
		height:auto;
		position:relative;
	}

	.post-slides .item img{
		width:100%;
	}

/* Blog Pager */

	.blog .right{
		float:right;
	}

	.pagination li.active-page a{
		background-color:#5b5b5b;
		border-color:#5b5b5b;
		color:white;
	}

	.post-texts .post-head{
		font-size:25px;
		margin:0;
	}
	
/* Blog Sidebar */

	#blog .blog1{
		width:75%;
	}

	#blog .sidebar{
		width:25%;
	}
	
	.sidebar{
		text-align:left;
		font-weight:300;
		padding:140px 30px 30px;
	}
	
	.sidebar .element{
		padding-top:20px;
	}
	
	.sidebar h3{
		font-size:20px;
		color:#8a8a8a;
		text-transform:uppercase;
		margin:15px 0;
	}

/* Blog Search */
	
	.sidebar .search{
		width:100%;
		height:40px;
		padding:8px;
		border:1px solid #d6d6d6;
		font-weight:300;
		letter-spacing:1px;
		outline:none;
	}
	
	.sidebar .search:focus{
		border:1px solid #aaaaaa;
	}
	
/* Blog Categories */	

	.sidebar ul{
		width:100%;
		padding:0;
	}
	
	.sidebar ul li{
		width:100%;
		height:auto;
		background:url(../images/li-arrow.png) center left no-repeat;
	}
	
	.sidebar ul li a{
		padding:15px;
		border-bottom:1px solid #ebebeb;
		width:100%;
		display:block;
		color:#8a8a8a;
	}
	
	.sidebar ul li a:hover{
		color:black;
	}
	
/* Blog Tags */	

	a.tag{
		margin:0 7px 7px 0 ;
		padding:5px 8px;
		background:#4a4a4a;
		color:white;
		display:block;
		float:left;
	}
	
	a.tag:hover{
		opacity:0.8;
	}

/* Back To Top Button */

	#back-top{
		width:53px;
		height:53px;
		position:fixed;
		right:10px;
		bottom:10px;
		z-index:9999;
	}
	
	#back-top a{
		width:100%;
		height:100%;
		display:block;
		background:url(../images/back-top.png) no-repeat;
		opacity:0.7;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	#back-top a:hover{
		opacity:1;
	}
	
	.g-pt-30 {
    padding-top: 30px;
}




/*--------------------------------------------------
    [1. General]
---------------------------------------------------- */
.font-main {
	font-family: 'Ek Mukta', sans-serif !important;
}

@media (min-width: 991px){
	.promo-padding-top {
		padding-top: 85px;
	}
}

/* Default highlight color */
::-moz-selection {
  color: #fff;
  background: #205ba0;
}
::selection {
  color: #fff;
  background: #205ba0;
}
/* General use classes */
.no-padding {
	padding: 0;
}

.no-side-padding {
	padding-left: 0;
	padding-right: 0;
}

.no-column-space [class^="col-"],
.no-column-space [class*=" col-"] {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}

/*Pace loader*/
.pace .pace-progress {
	background: #f7b70b;
}

.pace .pace-progress-inner {
 	box-shadow: 0 0 10px #f7b70b, 0 0 5px #f7b70b;
}

.pace .pace-activity {
	border-top-color: #f7b70b;
	border-left-color: #f7b70b;
}

/* --------------------------------------------------
    [2. Header]
---------------------------------------------------- */
/* Giving a min height */
@media (min-width: 992px) {	
	.construction-header.one-page-header.navbar {
    padding: 8px 0px;
    transition: all 0.3s ease-in-out,
	}

	.construction-header.one-page-header.top-nav-collapse {
    padding: 3px 0;
	}

	.construction-header.one-page-header .navbar-nav > li > a {
		max-height: 25px;
		line-height: 0.8;
	}
}

/* background */
.construction-header.one-page-header {
  background: #fff;
  border-radius: 0;
}

/* navbar brand (logo) */
.construction-header.one-page-header .navbar-brand {
	height: auto;
}

.construction-header.one-page-header .navbar-brand img {
	max-height: 45px;
}

/* Designing the a links */
.construction-header.one-page-header .navbar-nav > li > a,
.construction-header.one-page-header .navbar-nav > li > a:focus {
	padding: 8px 5px;
	margin: 0 3px;
	font-size: 12px;
	font-weight: bold;
  text-transform: uppercase;
  color: #222;
}

/* Removing before circles */
.construction-header.one-page-header .navbar-nav > li > a:before {
	display: none;
}

.construction-header.one-page-header .navbar-nav > li > a:hover {
	color: #f7b70b;
}

/*active*/
.construction-header.one-page-header .navbar-nav > .active > a,
.construction-header.one-page-header .navbar-nav > .active > a:hover,
.construction-header.one-page-header .navbar-nav > .active > a:focus {
  z-index: 1;
	color: #f7b70b !important;
}

.construction-header.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar {
  background: #000;
}

/* Responsive mode */
@media (min-width: 768px) and (max-width: 991px) {
  .one-page-header .menu-container {
    width: initial;
  }
}

@media (max-width: 992px) {
	.construction-header.one-page-header .navbar-nav > li > a,
	.construction-header.one-page-header .navbar-nav > li > a:focus {
	  padding: 7px 0;
	}
}

@media (max-width: 992px) and (min-width: 990px) {
	/* Fixing the damage over 2 pixels right before the breakpoint */
	.construction-header.one-page-header .navbar-nav > li > a {
  	padding: 5px 2px;
	}
}

@media (max-width: 990px) {
	/* the toggle button */
	.construction-header.one-page-header .navbar-toggle {
		margin-top: 19px;
	}

	.construction-header.one-page-header .navbar-toggle .icon-bar {
    background: #000;
	}

	/* Removing margin for the navbar */
	.construction-header.one-page-header-style-2.navbar .navbar-nav {
   	margin: 0;
	}
}

/* --------------------------------------------------
    [3. Banner]
---------------------------------------------------- */
.promo-block {
	position: relative;
	z-index: 1;
}
.promo-block:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: -1;
}

.promo-block__content {
	position: absolute;
	top: 50%;
	margin-top: -135px;
	right: 0;
	left: 0;
}

.promo__title {
	position: relative;
}
.promo__title:after {
	position: absolute;
	width: 10px;
  height: 124px;
  background: #f7b70b;
  top: 50%;
  margin-top: -62px;
  content: "";
}
.promo__title--left-bar:after {
	left: 0;
}
.promo__title--right-bar:after {
	right: 0;
}

.promo__pretitle {
	color: #f7b70b;
	font-weight: bold;
	font-size: 20px;
}

.promo__title {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 76px;
	line-height: 0.9;
}

@media (max-width: 885px) {
	.promo__title {
		font-size: 65px;
	}
}

@media (max-width: 768px) {
	.promo__title:after {
	  height: 80px;
	  margin-top: -40px;
	}
}

@media (max-width: 495px) {
	.promo__title {
		font-size: 50px;
	}
}

/* --------------------------------------------------
    [4. About]
---------------------------------------------------- */
.call-action-v1 .call-action-v1-in.inner-btn {
  min-width: 170px;
}

.cta__title {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 26px;
}

.cta__text {
	color: #fff;
	font-size: 16px;
	font-weight: lighter;
	line-height: 1.2;
}

/*about tab*/
.about__title {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
	font-size: 18px;
}

.about__text {
	font-size: 16px;
  color: #7f7f7f;
}

/*Tabs*/
.panel {
  box-shadow: none;
  border: none;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.acc-v1 .panel-heading a {
  font-size: 12px;
  padding: 30px 0 15px;
  background:#fff;
      color: #205ba0;
    border-bottom: 2px solid #438bca;
  text-transform: uppercase;
  font-weight: bold;
}
.acc-v1.plus-toggle .panel-heading a.collapsed {
	color: #2c2c2c;
	border-bottom: 2px solid #efefef; 
}
.acc-v1 .panel-heading a .tab-icon {
  font-size: 12px;
  color: #f00;
}
.acc-v1 .panel-heading a:hover {
  text-decoration: none;
  color: #205ba0;
}
.acc-v1.plus-toggle .panel-heading a.collapsed:hover {
	color: #2c2c2c;
}

.tab__icon {
	font-size: 23px;
	color: #205ba0;
	vertical-align: middle;
}

.panel-body {
  padding: 20px 0 0;
}
.panel-body p {
  line-height: 1.7;
  font-size: 14px;
  color: #6b6a6a;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}

.panel-heading {
	position: relative;
}
/* Plus Toggle */
.acc-v1.plus-toggle .panel-heading a:before {
  color: #438bca;
  font-size: 12px;
  content: "\f063";
  line-height: 12px;
  position: absolute;
  right: 0;
  top: 36px;
  background: transparent;
  font-family: FontAwesome;
}
.acc-v1.plus-toggle .panel-heading a.collapsed:before {
  content: "\f061";
}

/* --------------------------------------------------
    [5. Service]
---------------------------------------------------- */
.best-service--1 { background: url(../img-temp/services/service18.jpg) no-repeat scroll 50% 0 / cover;}
.best-service--2 { background: url(../img-temp/services/service16.jpg) no-repeat scroll 50% 0 / cover;}
.best-service--3 { background: url(../img-temp/services/service14.jpg) no-repeat scroll 50% 0 / cover;}
.best-service--4 { background: url(../img-temp/services/service15.jpg) no-repeat scroll 50% 0 / cover;}

.best-service {
	min-height: 400px;
	position: relative;
	background-size: 100% 100% ;
	transition: all .5s;
	z-index: 1;
}
.best-service:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,0.6);
	z-index: -1;
}
.best-service:hover {
	background-size: 120% 120%;
	transition: all .5s;
}

.best-service__title {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.best-service__text {
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
}


/*Services tab*/
.tab-v3 .nav-pills li a {
  color: #000;
  font-size: 12px;
  padding: 20px 0 15px;
  margin-bottom: 3px;
  background: transparent;
  border: 1px solid #efefef;
  border-right: none;
  border-left: none;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: bold;
}

.tab__fa{
	color: #f7b70b;
	font-size: 12px;
}

@media (max-width: 992px) and (min-width: 768px) {
	.tab-v3 .nav-pills li a {
	  padding: 20px 20px 15px;
	}
	.tab__fa{
		margin-left: -20px;
	}
}

/*giving border bottom to the last pill*/
.tab-v3 .nav-pills li.last a {
	border-bottom: 1px solid #efefef;
}
.tab-v3 .nav-pills li.last.active a,
.tab-v3 .nav-pills li.last a:hover {
	border-bottom: 1px solid #efefef;
}


/*hover and active*/
.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
  color: #f7b70b;
  background: transparent;
  border: 1px solid #efefef;
  border-right: none;
  border-left: none;
  border-bottom: none;
}

/*tab content*/
.tab-v3 .tab-content {
  padding: 0;
  background: transparent;
  border: none;
}

.service__title {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.service__text {
  font-size: 14px;
  color: #a7a7a7;
}

/* --------------------------------------------------
    [6. Recent projects]
---------------------------------------------------- */
.project__cat {
	color: #fff;
	opacity: 0.8;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.project__title {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.project__img {
	box-shadow: 2px 2px 2px #cd9d18;
}

.project__text {
	color: #fff;
	opacity: 0.8;
	font-size: 14px;
	line-height: 1.8;
}


/* --------------------------------------------------
    [7. Testimonials]
---------------------------------------------------- */
.testi {
	position: relative;
	box-shadow: 2px 2px 2px #efefef;
	background: #fff;
	padding: 90px 35px 35px;
	/*z-index: -1;*/
}

.testi__img {
	width: 100px !important;
	height: 100px;
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -50px;
	border: 10px solid #f9f9f9;
}

.testi__name {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.testi__company {
	color: #a7a7a7;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.icon-custom.testi__fa {
	color: #fff;
	background: #f7b70b;
	border: none;
	margin-bottom: 30px;
	font-size: 12px;
}

.testi__text {
	color: #a7a7a7;
	font-size: 14px;
	line-height: 1.5;
}

/*clients*/
.client__img {
	width: 100%;
	height: auto;
	max-width: 120px;
	margin: 0 auto;
}

/* --------------------------------------------------
    [8. Gallery]
---------------------------------------------------- */
/*Portfolio filter*/
.cube-portfolio .cbp-l-filters-text .cbp-filter-item {
  color: #a7a7a7;
  padding: 30px 10px;
  font-size: 12px;
  border: 1px solid #f1f1f1;
  margin: 0 -2px!important;
  min-width: 120px;
}
.cube-portfolio .cbp-l-filters-text .cbp-filter-item:hover,
.cube-portfolio .cbp-l-filters-text .cbp-filter-item:focus,
.cube-portfolio #filters-container .cbp-filter-item-active {
  color: #f7b70b;
  border-color: #f1f1f1;
  border-top: 1px solid #f7b70b;
  background: transparent !important;
}

/*Portfolio caption*/
.cbp-l-caption-alignLeft .cbp-l-caption-body {
  background:rgba(247,183,11,0.9);
	padding: 30px 10px 0 30px;
	height: 95px;
}
.cbp-caption-overlayBottom .cbp-caption-activeWrap {
  height: 95px;
  background:transparent;
}

.cbp-caption-defaultWrap {
	max-height: 235px;
}

/*Portfolio caption content*/
.cbp-cat {
	text-transform: uppercase;
	color: #fff;
	opacity: 0.7;
	font-weight: bold;
	font-size: 11px;
}

.cbp-l-caption-title {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}







/* --------------------------------------------------
    [9. Career]
---------------------------------------------------- */
.career__title {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
}

.career__text {
	color: #fff;
	opacity: 0.8;
	font-size: 16px;
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}

/*Owl controls*/
.controls-v3.owl-theme .owl-controls .owl-buttons div {
  padding: 15px 19px;
  width: 49px;
  height: 49px;
  color: #f7b70b;
  background: #111;
  font-size: 13px;
  cursor: pointer;
  /*border: 3px solid #111;*/
}

.controls-v3.owl-theme .owl-controls .owl-buttons div:hover,
.controls-v3.owl-theme .owl-controls .owl-buttons div:focus {
 	opacity: 0.8;
}

.controls-v3.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 28%;
}

.controls-v3.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 30px;

}

.controls-v3.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 30px;
}

@media (max-width: 390px) {
	.controls-v3.owl-theme .owl-controls .owl-buttons .owl-prev {
  	left: 10px;
	}

	.controls-v3.owl-theme .owl-controls .owl-buttons .owl-next{
	  right: 10px;
	}
}

/* --------------------------------------------------
    [10. Contact]
---------------------------------------------------- */
/*Contacts table*/
.contact__cell {
	padding: 27px 15px;
	float: left;
	width: 50%;
	margin: 0;
	background: transparent;
	/*border: 1px solid #f1f1f1;*/
}

.contact__cell--2 {
	/*border-left: 1px solid #f1f1f1;*/
}

.contact__cell--3,
.contact__cell--4 {
	border-top: 1px solid #f1f1f1;
}

/*.contact__cell--4 {
	border-left: 1px solid #f1f1f1 ;
}*/

.contact-list__icon {
	font-size: 50px;
    color: #205ba0;
}

.contact-list__item-1 {
	text-transform: uppercase;
	color: #a7a7a7;
	font-size: 14px;
	margin-top:5px;
}

.contact-list__item-2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

/*form*/
@media (min-width: 992px) {
	fieldset.contact__form-fieldset {
		padding-left: 0;
	}
}

.contact__form-control {
	border: none;
	background: #f5f5f5;
	min-height: 45px;
	padding-left: 20px;
}
.contact__form-control:focus {
	border: none;
}

/* Form placeholder for different browsers */
.contact__form-control::-webkit-input-placeholder {
  color: #9797a2;
  font-size: 14px;
  font-family: 'Ek Mukta', sans-serif;

}

.contact__form-control::-moz-placeholder {
  color: #9797a2;
  font-size: 14px;
  font-family: 'Ek Mukta', sans-serif;
}

.form .btn-u__fa {
	margin-right: 15px !important;
}

.sky-form .message i {
  border-color: #f7b70b;
}
.sky-form .message {
  color: #f7b70b;
}

/* --------------------------------------------------
    [11. Footer]
---------------------------------------------------- */
.footer__text {
	font-size: 13px;
	color: #fff;
	vertical-align: middle;
}
.footer__text strong {
	font-weight: bolder;
	font-size: 14px;

}

.footer__support {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
}

.footer__support--phone {
	font-size: 22px;
	font-weight: bold;
}

.icon-custom.footer__fa,
.icon-custom.footer__fa:focus {
	background: #000;
	color: #fff;
	border: none;
	font-size: 13px;
}
.icon-custom.footer__fa:hover {
	background: #fff;
	color: #f7b70b;
}

.acc-v1 .panel-heading {
	padding: 0;
	box-shadow: none;
}

.acc-v1 .panel-heading a {
	display: block;
/*	font-size: 14px;
	padding: 5px 15px;*/
	background: #fff;
}
.g-mr-10 {
    margin-right: 10px;
}

.acc-icon a.accordion-toggle i {
	color: #555;
	margin-right: 8px;
}
.acc-icon a.accordion-toggle:hover i {
	color: #39414c;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 300px; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Stay on top */
    top: 0;
	left:auto;
    right: -300px;
    background-color: rgba(0, 123, 205, 0.7); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.best-service--1 { background: url(../images/service1.jpg) no-repeat scroll 50% 0 / cover;}
.best-service--2 { background: url(../images/service2.jpg) no-repeat scroll 50% 0 / cover;}
.best-service--3 { background: url(../images/service3.jpg) no-repeat scroll 50% 0 / cover;}
.best-service--4 { background: url(../images/service4.jpg) no-repeat scroll 50% 0 / cover;}

.best-service {
	min-height: 430px;
	position: relative;
	background-size: 100% 100% ;
	transition: all .5s;
	z-index: 1;
	padding:100px;
}
.best-service:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,0.6);
	z-index: -1;
}
.best-service:hover {
	background-size: 120% 120%;
	transition: all .5s;
}

.best-service__title {
	font-weight: bold;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	margin-top:0;
}

.g-mb-30 {
    margin-bottom: 30px;
}

.g-mb-20 {
    margin-bottom: 20px;
}

.best-service__text {
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
}

.btn-u--construction, .btn-u--construction:focus {
    color: #fff;
    background: #438bca;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 20px 30px;
}


.btn-u--construction.trim::before {
    border: 2px solid #f7b70b;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
}

.btn-u__fa {
    color: #f7b70b;
}



.trim:hover:before {
    opacity: 1;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

h2.title-text {
    color: #2063a4;
    margin-top: 0;
/*    margin-bottom: 3%;
*/	padding-top:0;
}

.clients_info h3 {
    color: #2b89c9;
}

.clients_info h3 span {
    font-size: 14px;
    color: #404040;
    font-weight: normal;
    font-style: italic;
}

.clients_info {
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    padding-bottom: 60px;
}

.sky-form .message {
    display: none;
    color: #6fb679;
}

.contact__form-control {
    border: none;
    background: #f5f5f5;
    min-height: 45px;
    padding-left: 20px;
	border: 1px solid #dedede;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
}
.g-mb-10 {
    margin-bottom: 10px;
}
.contact__form-control:focus {
    border: none;
	box-shadow:none;
}

.btn-u--construction, .btn-u--construction:focus {
    color: #fff;
    background: #438bca;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 30px;
    border: none;
}

.btn-u--construction:hover, .btn-u--construction:focus {
    color: #f7b70b;
    background: #438bca;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding: 15px 30px;
    border: none;
}

.g-mb-40 {
    margin-bottom: 40px;
}

.w-iconbox.style_circle.size_medium .w-iconbox-icon {
    font-size: 34px;
    line-height: 80px;
    height: 80px;
    width: 80px;
	margin:0 auto;
}

.w-iconbox.style_circle .w-iconbox-icon {
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 -1px 0 rgba(0,0,0,0.12) inset, 0 1px 1px rgba(0,0,0,0), 0 2px 3px rgba(0,0,0,0) !important;
    transition: box-shadow 0.3s;
}

.w-iconbox-icon i {
    vertical-align: top;
    line-height: inherit;
}

.w-iconbox.style_circle .w-iconbox-icon i {
    text-shadow: 0 1px 1px rgba(0,0,0,0.25);
    position: relative;
    z-index: 1;
}

.w-iconbox.size_medium .w-iconbox-title {
    font-size: 25px;
	padding: 16px 0;
	margin-bottom: 0;
}

.w-iconbox.iconpos_top {
    text-align: center;
    margin: 0 auto;
}

.w-iconbox-text {     font-size: 15px;
    line-height: 25px;
    font-weight: normal;
 }
 
 .contact__table {     display: table;
    width: 100%;
    height: 100%;
 }
 
 .contact__table .con_box { display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding:20px 0;
 }
 
 
 .overlay {
    padding: 10px 0 30px 0;
    background-color: rgba(0, 0, 0, 0.7);
	width:100%;
}

.about-slide {
    position: relative;
    float: right;
    width: 70%;
    background: #fff;
    padding: 80px 70px 70px 0px;
}

.about-slide .image {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%) translateX(-58%);
    -webkit-transform: translateY(-50%) translateX(-58%);
    -ms-transform: translateY(-50%) translateX(-58%);
}

.about-list {
    position: relative;
    float: right;
    width: 60%;
}

.about-list li {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.about-list li .circle-point {
    width: 70px;
    height: 70px;
    font-size: 24px;
    color: #111;
    line-height: 70px;
    float: left;
}

.list-style-1 {font-family: 'Raleway', sans-serif; text-align: left;}
.list-style-1 li {font-size: 13px; line-height: 16px; color: #a1a1a1; padding-bottom: 14px; padding-left: 15px; font-weight: 400; position: relative;}
.list-style-1 li:before {content: ''; position: absolute; top: 8px; left: 0px; width: 5px; height: 2px; background: #77cb5a;}
.list-style-1 li:last-child {padding-bottom: 0px;}
.list-style-1.type-2 li {padding-left: 22px; padding-bottom: 20px;}
.list-style-1.type-2 li:last-child {padding-bottom: 0px;}
.list-style-1.type-2 li:before {background: url(../home2/list_check.png) no-repeat; width: 13px; height: 10px; top: 5px;}
.list-style-1.type-3 li:before {background: #88c702; width: 5px; height: 5px; top: 4px;} 
.list-style-1.type-3 li {padding-bottom: 20px;}
.list-style-2 li {font-size: 14px; line-height: 36px; color: rgba(255,255,255,0.6); margin-bottom: 10px; display: block;}
.list-style-2 li i {position: absolute; left: 0px; width: 34px; height: 34px; line-height: 34px; text-align: center; color: #0386c3; background: #fff; border-radius: 50%;}
.list-style-2 li span {padding-left: 55px; position: relative; display: inline-block; line-height: 20px;}
.list-style-3 li {font-size: 13px; line-height: 18px; color: #a1a1a1; font-weight: 400; display: block; padding-bottom: 25px; position: relative;}
.list-style-3 li:last-child {padding-bottom: 0px;}
.list-style-3 li img {position: absolute; left: 0px; top: 0px;}
.list-style-3 li span {padding-left: 35px; display: inline-block;}
.list-style-3.type-2 {margin-bottom: 30px;}
.list-style-3.type-2 li {padding-bottom: 30px; line-height: 20px;}
.list-style-3.type-2 li:last-child {padding-bottom: 0px;}
.circle-point {position: relative; text-align: center; display: block;}
.circle-point:before, .circle-point:after {content: ''; position: absolute; left: -2px; top: 0px; width: 100%; height: 100%; border-radius: 50%; transition: all 0.33s ease-out; -webkit-transition: all 0.33s ease-out;} 
.circle-point:before {left: -2px; border: 2px solid #205ba0;}
.circle-point:after {left: 2px; border: 2px solid #438bca;}
.circle-point.lg:before {left: -4px;}
.circle-point.lg:after {left: 4px;}
.circle-point.big:before {left: -10px;}
.circle-point.big:after {left: 10px;}
.about-list li .text {
    padding-left: 100px;
	margin-top:10px;
	font-size:16px;
}

.carrers_txt {
	font-size: 20px;
    color: #2daae1;
    margin: 20px;
    text-align: center;
    font-weight: normal;
}

.hero-with-video {
    display: block;
    height: 850px;
}

.background-video {
  display: block;
  height: 800px;
  background-image: -webkit-linear-gradient(270deg, rgba(1, 18, 39, .55), rgba(1, 18, 39, .55)), url("http://uploads.webflow.com/568f89f060473ef566711ee4/570646c6ec5e39dd6b687dbf_Dot-50%25.png");
  background-image: linear-gradient(180deg, rgba(1, 18, 39, .55), rgba(1, 18, 39, .55)), url("http://uploads.webflow.com/568f89f060473ef566711ee4/570646c6ec5e39dd6b687dbf_Dot-50%25.png");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 3px;
  background-repeat: repeat, repeat;
}

.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
}

.w-background-video>video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -100;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  /* Allows right click menu on the video */
  background: url("https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png") left top repeat;
  opacity: 0.3;
}

.video-hero--content {
  position: relative;
  text-align: center;
  color: #FFF;
  margin: 200px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.video-hero--content h2 {
	font-size: 50px;
    margin: 0 0 10px;
    color: #000;
}

.video-hero--content p {
  font-size: 30px;
  margin: 0;
}

.dropdown-menu {
	background:rgba(32,91,160,0.8);
}

.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
	padding:0;
}

.innercontainer {
	width:100%;
	background:#b5c8df;
	padding:10px;
	background-color: #296aa4;
    background-repeat: no-repeat;
/*    background-attachment:fixed ;
*/    background-position: center 0px;
    background-size: cover;
	min-height:300px;
}

.aboutus {
	    background-image: url(../images/aboutus.jpg);
}

.performance{
	background-image: url(../images/performance-testing.jpg);
}

.security{
	background-image: url(../images/security.jpg);
}

.automation{
	background-image: url(../images/automation.jpg);
}

.qa-consulting{
	background-image: url(../images/qa-consulting.jpg);
}

.core-testing{
	background-image: url(../images/core-testing.jpg);	
}

.post-resume{
	background-image: url(../images/postresumes.jpg);
}

.bigdata{
	background-image: url(../images/bigdata.jpg);
}

.vision {
	    background-image: url(../images/vision.jpg);
}
.telecom {
	    background-image: url(../images/telecom.jpg);
}
.manufacturing {
	    background-image: url(../images/manufacturing.jpg);
}
.enterprise {
	    background-image: url(../images/enterprise.jpg);
}
.healthcare {
	    background-image: url(../images/healthcare.jpg);
}
.automobile {
	    background-image: url(../images/automobile.jpg);
}
.us-careers {
	background-image: url(../images/openings_us.jpg);
}
.india-careers {
	background-image: url(../images/openings.jpg);
}
.locations {
	    background-image: url(../images/contact-title.jpg);
}
.enquiry {
	    background-image: url(../images/enquiry.jpg);
}
.clients_banner {
	    background-image: url(../images/clients.jpg);
}
.testimonials_banner{
	    background-image: url(../images/testimonials.jpg);
}
.postresumes{
	    background-image: url(../images/postresumes.jpg);
}
.currentopenings{
	    background-image: url(../images/currentopenings.jpg);
}
.customsoftware{
	    background-image: url(../images/customsoftware.jpg);
}
.itservices{
	    background-image: url(../images/itservices.jpg);
}
.designing{
	    background-image: url(../images/designing.jpg);
}
.staffing{
	    background-image: url(../images/staffing.jpg);
}
.global{
	    background-image: url(../images/global.jpg);
}
.oracle{
	    background-image: url(../images/oracle.jpg);
}
.cloud{
	    background-image: url(../images/cloud.jpg);
}
.datamigration{
	    background-image: url(../images/datamigration.jpg);
}

.insurance{
	    background-image: url(../images/insurance.jpg);
}

.financial{
	    background-image: url(../images/insurance.jpg);
}

.education{
	    background-image: url(../images/education.jpg);
}
.electronics{
	    background-image: url(../images/education.jpg);
}
.ecommerce{
	    background-image: url(../images/ecommerce.jpg);
}
.egovernance{
	    background-image: url(../images/egovernance.jpg);
}

.us-logos img {
	margin-bottom:50px;
	margin-right:10px;
	margin-top:30px;
}

.innaerpage_section p {
	font-size: 0.96em;
    line-height: 1.4em;
    margin-bottom: .2em;
    margin: 20px 0;
    font-weight: normal;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}
.privacy_section p {
	font-size: 0.96em;
    line-height: 1.4em;
    margin-bottom: .2em;
    margin: 20px 0;
    font-weight: normal;
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}
.titleBranch {
    margin-bottom: 13px;
    font-size: 15px;
    line-height: 18px;
    font-weight: Normal;
    font-style: Normal;
    color: #205ba0;
    text-transform: uppercase;
    height: 38px;
}

.titleBranch .fa {
	    height: 40px;
    float: left;
    margin-right: 10px;

}

p.contactText {
	margin-top:10px;
	font-size:14px;
}

.country_txt {
	font-size: 25px;
    font-weight: bold;
    color: #2582db;
	display:none;
}

.contact_details label {
	text-align:left !important;
}

.contact_details .form-group { margin-bottom:0 !important;}

.contact_details .contact_info { margin-top:10px;}

.innaerpage_section {
/*	background: #fff;
    box-shadow: 1px 1px 10px #ddd;
*/
margin-top:20px;
}

.page_content {
	background: #/*f0f2f5*/fff;
	padding-top:20px;
}

.page_content #carousel-example-generic {
	display:none;
}

.innercontainer h2 {
	margin: 80px 0;
    padding: 0;
    font-size: 50px;
    color: #fff;
    text-shadow: 2px 2px 2px #5d5d5d;
}
.innercontainer h2 span{display: block;font-size: 20px;margin-top: 12px;}
.breadcrumb {
    margin-bottom: 0;
    background: none;
	padding-left:0;
	margin-bottom:10px;
	display:inline-block;
	background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(59%,rgba(34,99,165,0.38)), color-stop(100%,rgba(34,99,165,0.65)));
	background:-o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(34,99,165,0.38) 59%,rgba(34,99,165,0.65) 100%);
	background:linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(95, 95, 95, 0.38) 59%,rgba(127, 130, 134, 0.65) 100%);
}

.breadcrumb >li>a, .breadcrumb>.active {
    color: #fff;
    font-size: 12px;
}

.breadcrumb>.active {
	color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

/* .carousel-inner > .item > img {     width: 100%;
    max-height: 450px;
} */

.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -20px;
}

.carousel-control .fa-angle-left, .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

@media screen and (min-width: 768px) {
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: #000;
    font-size: 35px;
    border-radius: 100%;
    padding-top: 2px;
}
}

@media screen and (min-width: 768px){
.carousel-control .fa-angle-left, .carousel-control .icon-prev {
    margin-left: -10px;
}
}

.fa-angle-left:before{
margin-left:-5px;
}

.aboutus_img {
	width: 100px;
    clear: both;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.call-to-action {
/*    background-color: #ebebeb;
*/    padding: 25px 0;
    margin-bottom: 0;
	margin-top:50px;
}
.call-to-action .section-heading {
    margin: 0;
    font-size: 36px;
    line-height: 45px;
	padding:0;
}
.call-to-action span {
    position: relative;
    top: 2px;
    font-size: 18px;
}

/* Sidebar menu animation */

.list-type3{
    margin:40px 0 40px 20px;
    width:300px;
}
.list-type3 li, .list-type3  a{
    float:left;
    height:35px;
    line-height:35px;
    position:relative;
    font-size:15px;
    margin-bottom: 12px;
    font-family: 'Raleway', sans-serif;
    transition: background-color 1.5s ease;
}
.list-type3  li{

    padding:0 60px 0 20px; width:100%;
    background:#0089e0;
    color:#fff;
    text-decoration:none;
    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;	
    border-bottom-right-radius:4px;
    -moz-border-radius-topright:4px;
    -webkit-border-top-right-radius:4px;	
    border-top-right-radius:4px;	

} 
.list-type3  li:before{
    content:"";
    float:left;
    position:absolute;
    top:0;
    left:-12px;
    width:0;
    height:0;
    border-color:transparent #0089e0 transparent transparent;
    border-style:solid;
    border-width: 18px 12px 18px 0;

}
.list-type3  li:after{
    content:"";
    position:absolute;
    top:15px;
    left:0;
    float:left;
    width:6px;
    height:6px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background:#fff;
    -moz-box-shadow:-1px -1px 2px #004977;
    -webkit-box-shadow:-1px -1px 2px #004977;
    box-shadow:-1px -1px 2px #004977;
}
.list-type3 li:hover{/*background:#555;*/}	

.list-type3 li:hover:before{border-color:transparent #0089e0 transparent transparent;}

ul.list_content { margin-left:30px;}

ul.list_content li {
/*	float:left;
    height:35px;*/
    line-height:35px;
    position:relative;
    font-size:15px;
    margin-bottom: 12px;
    font-family: 'Raleway', sans-serif;
    transition: background-color 1.5s ease;
	color: #1061bf;
    font-weight: 400;

}

ul.list_content li:before {
	content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1em;
    width: 1.0em;
    color: #b9370a;
}

.form-control {
    box-shadow: 0 0 0 #000!important;
/*margin-bottom: 15px;*/
}
.form-group {
    margin-bottom: 15px;
}

.form-horizontal .control-label {
		font-family: open sans , sans-serif !important;
		font-weight:normal;
}



.panel-group .panel {
		border-radius: 0;
		box-shadow: none;
		border-color: #EEEEEE;
	}

	.panel-default > .panel-heading {
		padding: 0;
		border-radius: 0;
		color: #212121;
		background-color: #FAFAFA;
		border-color: #EEEEEE;
	}

	.panel-title {
		font-size: 14px;
	}

	.panel-title > a {
		display: block;
		padding: 15px;
		text-decoration: none;
		background: rgb(110, 114, 115);
		color: #fff;
		font-size: 18px;
		padding-left:60px;
	}

	.more-less {
		float: left;
		color: #fff;
		font-size: 16px;
		/* margin-right: 20px; */
		background: #438bca;
		position: absolute;
		/* width: 50px; */
/*		height: 50px;
*/		left: 0;
		top: 0;
		padding: 15px;
	}

	.panel-default > .panel-heading + .panel-collapse > .panel-body {
		border-top-color: #EEEEEE;
	}
	
	.panel-group .panel + .panel {
    margin-top: 1px;
	}
	
	.job_details label {
		text-align: right !important;
		font-weight: bold !Important;
		font-size: 13px;
		color: #205ba0;
	}
	.job_details .contact_info {
		margin-top:10px;
	}
	.job_panel {
		background: #f7f9ff;
		border: 1px solid #ddd;
		padding: 15px;
		font-family: open sans , sans-serif !important;
		font-size: 13px;
    	line-height: 25px;
	}
	
	.job_code {
		font-size: 16px;
    position: absolute;
    right: 0;
    top: 0px;
    background: #205ba0;
    padding: 15px;
    height: 49px;
	}
	
	.apply_button { margin-right:15px;
	}
	
	blockquote{
    display: block;
    min-height: 300px;
    background: #fff;
    padding: 40px 20px 15px 45px;
    margin: 0 0 20px;
    position: relative;
    font-family: open sans , sans-serif !important;
    font-size: 14px;
    line-height: 25px;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #458cca;;
/*  border-right: 2px solid #458cca;;
*/  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:25px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

.client_company {
	font-size: 17px;
    color: #0367aa;
    text-transform: uppercase;
    line-height: 15px;
    margin: 15px auto 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.clients_name {
    color: #2b89c9;
    margin-top: 0;
}
.clients_name span {
    font-size: 14px;
    color: #404040;
    font-weight: normal;
    font-style: italic;
}

.enq {
	resize: none;
    min-height: 200px;
}

.enq_text {
	padding-top: 10px;
    line-height: 25px;
    font-size: 20px;
    text-align: center;
    color: #205ba0;
}

.enq_text2 {
	font-size: 16px;
    line-height: 22px;
    text-align: center;
}

.right_box {
    background: #f0f0f0;
    border: medium none;
    padding: 20px 20px 20px 35px;
	border:1px solid #ddd;
	margin-top:25px;
}
.right_box ul {
    padding: 0;
    margin: 0;
}
.right_box ul li a{
	margin: .5em 0;
    display: block;
    font-weight: 400;
	color: #000;
    text-shadow: none;
    opacity: 1; font-size:1.2em;
	font-family: myriad-pro-n4, myriad-pro, Myriad Pro, Arial, Helvetica, sans-serif;
	padding: 2% 4%;

}
.right_box ul li a i {
    display: inline-block;
    margin-right: 12px;
}

.casestudy {
    background-color: #438bca;
}

.casebox_heading {
	padding: 27px 30px 10px!important;
}

.casebox_heading h2 {
	font-size: 24px;
    line-height: 32px;
    font-weight: 700;
	margin-bottom: 13px;
	color: #fff; padding-top:0; margin-top:0;
}

.casestudy ul li {
    border-top: 1px solid #5aa2e2;
    overflow: hidden;
	padding: 30px 15px 19px!important;
}
.pd-0 { padding:0;}

.casestudy p {
	margin:0; padding:0; text-align:left; color:#fff; line-height:20px;
}

.innernavigation { margin-top:10px; background: #f0f5ff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;}
.innernavigation ul li {
    border: none;
    /* border-top: 1px dotted #475055; */
    background: url(../images/1px_tile.png) repeat-x bottom left;
    padding: 15px 25px 15px 10px;
}
	
.innernavigation li a {
    background: url(../images/icon-list-arrow.png) left 1px no-repeat;
    display: block;
    line-height: 25px;
    padding: 0 0 0 40px;
    min-height: 32px;
    font-size: 1.143em;
} 

.innernavigation li a:hover {
    background: url(../images/icon-list-arrow-blue.png) left 1px no-repeat!important;
    color: #007bcd;
}

.white_bg{
	position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    height: 100%;
    z-index: 9;
}

.banner_bt_text{
	text-align: center;
    margin-top: 20px;
    line-height: 28px;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    text-shadow: 1px 2px #5d5b5b;
}

.banner_btm{
	position: absolute;
    /* top: 0; */
    z-index: 999;
    width: 100%;
    bottom: 0;
}

.pss-banner-text{
	position: absolute;
	    width: 674px;
    z-index: 999;
    bottom: 0;
    right: 0;
    top: 24%;
        margin-right: 10px;
}
.pss-banner-text .text-area1 {
    text-transform: uppercase;
    color: white;
    padding: 10px 0;
    width: 98%;
}
.pss-banner-text .text-area1 h1{text-align: left;font-weight: 600;line-height: 32px;}
.pss-banner-text .text-area1 p{
text-align: left;
    margin-top: 20px;
    line-height: 33px;
    font-size: 22px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    /* text-shadow: 1px 2px #5d5b5b; */
    font-weight: 300;}
.active_link a{
	color: #007bcd;
    font-weight: bold;
}

.valign__middle{
	margin-top:50px;
}

.tp-bullets{
	display:none;
}
.tp-bullets.hidebullets{
	display:none;
}
.mobile-strip{display: none;}
@media(min-width:320px) and (max-width:768px){
	.dropdown-menu > li > a{
		color:#000;
		font-weight:normal;
}
	.navbar-brand {
    padding: 5px 15px;
}
	.banner_btm{
		display:none;
	}
	.innercontainer{
		min-height:auto;
	}
	.innercontainer h2{
		margin: 30px 0;
    padding: 0;
    font-size: 25px;
    color: #fff;
	}
	.mobile-strip{display: block;}
}

.pss-slider  .carousel-inner > .item > img{width: 100%;}
.error {
    color: red;
    font-weight: normal;
    font-size: 12px;
}
.best-service--1, .best-service--3{margin: 0 7px 14px 14px;}
.best-service--2, .best-service--4{margin: 0 14px 14px 7px;}
.footer-logo1 img{width: 91px;margin-bottom: 14px;}
.footer-logo1 h3{margin-top: 14px;text-decoration: none;}
.footer-logo1 img.cert-img{width:auto;}
.footer-logo1 p{font-size: 1em;
    color: #acb1b5;
    line-height: 24px;
    font-weight: normal;
    font-family: open sans , sans-serif !important;}
.controls-right .owl-prev, .controls-right .owl-next, .clients-carousel-slide .owl-prev, .clients-carousel-slide .owl-next{border: none;background: #438bca !important;width: 30px;height: 30px;border-radius:100% !important;padding: 1px 7px !important;}
.controls-right .owl-prev span, .controls-right .owl-next span, .clients-carousel-slide .owl-prev span, .clients-carousel-slide .owl-next span{font-size: 30px;
    color: #fff;
    line-height: 0.8;}
.testi-controls .owl-nav{position: absolute;
    top: 45%;
    left: 0;
    right: 0;}
.controls-right .owl-dots .owl-dot{    border: none;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #ababab;margin: 0 2px;}
.clients-carousel-slide .owl-stage-outer{margin: 0 42px;}
.clients-carousel-slide .owl-prev, .clients-carousel-slide .owl-next{margin-top: -70px !important;}
.controls-right .owl-dots .owl-dot.active{background: #707070;}
.testi-controls blockquote{min-height: 352px;}
.testi-controls .owl-dots{display: none;}
.testi-controls .owl-nav .owl-prev{left: -46px;position: absolute;}
.testi-controls .owl-nav .owl-next{right: -46px;position: absolute;}
.testi-wrapper {
  height: 200px;
  overflow-y: scroll;
  mask-image: linear-gradient(to top, transparent, black),
    linear-gradient(to left, transparent 17px, black 17px);
  mask-size: 100% 20000px;
  mask-position: left bottom;
  -webkit-mask-image: linear-gradient(to top, transparent, black),
    linear-gradient(to left, transparent 17px, black 17px);
  -webkit-mask-size: 100% 20000px;
  -webkit-mask-position: left bottom;
  transition: mask-position 0.3s, -webkit-mask-position 0.3s;
  padding-right: 8px;
}
.testi-wrapper:hover {
  -webkit-mask-position: left top;
}
.testi-scroll {
  float: left;
  animation: background 5s infinite alternate;
}
.testi-wrapper::-webkit-scrollbar {
  background: #e7e7e7;
  height: 16px;
  width: 10px;
}
.testi-wrapper::-webkit-scrollbar:disabled {
  background: transparent;
}
.testi-wrapper::-webkit-scrollbar-track {
  height: 20px;
  width: 10px;
}
.testi-wrapper::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 20px;
}
.testi-wrapper::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.testi-wrapper::-webkit-scrollbar-thumb:active {
  background: #000;
}
.testi-wrapper::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}
.mobile-testi-controls, .clients-main-testi .owl-nav{display: none !important;}
.testi-col-details{display: flex;width: 98%;}
.testi-col-details blockquote:first-child{margin-right: 18px;}
.country-switcher{text-align: right;margin: 5px 0 0;}
.country-switcher span a{background-color: #c1c1c1;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;}
.country-switcher span#active a{background-color: #4390d4;
    color: white;
    padding: 3px 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;}
.tp-banner{}
.forcefullwidth_wrapper_tp_banner{margin-top: 97px;}
/* .tp-fullwidth-forcer{margin-top: 97px !important;max-height: 460px !important;height: 460px !important;} */
input[type="file"] {;
    padding: 5px 4px;
}
@media screen and (max-width: 767px){
	.best-service--1, .best-service--3, .best-service--2, .best-service--4{margin:14px 14px 0;}
	.best-service{min-height: 324px;padding: 15px 52px;}
	.best-service .valign__middle{margin-top: 20px;}
	.footer-logo1{margin-bottom: 20px;}
	.mob-view-col1{margin-bottom:24px;}
	.testi-wrapper{padding-right: 18px;-webkit-mask-image: none;height: 308px;}
	.mobile-testi-controls{display: block !important;}
	/*.tab-testi-controls{display: none !important;}*/
	.testi-controls .owl-nav{bottom: 66%;}
	.testi-controls .owl-nav .owl-prev {left: -30px;}
	.controls-right .owl-prev span, .controls-right .owl-next span{line-height: 0.7 !important;}
	.testi-controls .owl-nav .owl-next {right: -30px;}
	.controls-right .owl-prev, .controls-right .owl-next{width: 28px;height: 28px;}
	blockquote{border-left: 8px solid #458cca;}
	.testi-col-details blockquote:first-child {margin-right: 0;}
	.testi-col-details {display: block;width: 94%;}
	.country-switcher{display: none;}
	.mob-display-none{display:none;}
	.pss-banner-text{width: 55%;top: 8%;}
	.pss-banner-text .text-area1 {width: 94%;padding: 0;}
	.pss-banner-text .text-area1 h1{font-size: 11px;margin-bottom: 6px;line-height: 14px;}
	.pss-banner-text .text-area1 p{margin-top: 0px;line-height: 13px;font-size: 10px;}
	.pss-about-img, .navigation-sticky-wrapper{display: none;}
	.pss-about-block{margin-top: 0;}
	#about{padding: 0px 0 30px;}
	#navigation-sticky-wrapper{height: auto !important;clear: both;}
	/* #navigation-sticky-wrapper.is-sticky #navigation{top: 26px !important;} */
	.navbar-nav > li > .dropdown-menu{    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;}
	#slider{top: 0px;}
	.pss-slider  .carousel-inner > .item > img{height: 132px;width: 100%;}
	/* .forcefullwidth_wrapper_tp_banner{margin-top: 97px !important;} */
}
.sap {
    background-image: url(../images/sap1.jpg);
}
.sap-point {
    color: #1061bf;
    font-weight: 600;
}