/*
Author: Aashik Manandhar
Author URI: http://www.saayami.com
Tags: black, white, one-column, two-columns, flexible-width, custom-background, custom-colors, custom-menu, full-width-template, theme-options
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/
@font-face {
    font-family: 'museo';
    src: url('fonts/museo300-regular-webfont-webfont.eot');
    src: url('fonts/museo300-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/museo300-regular-webfont-webfont.woff') format('woff'),
         url('fonts/museo300-regular-webfont-webfont.ttf') format('truetype'),
         url('fonts/museo300-regular-webfont-webfont.svg#webfontuploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'museo700';
    src: url('fonts/Museo700-Regular-webfont.eot');
    src: url('fonts/Museo700-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Museo700-Regular-webfont.woff') format('woff'),
         url('fonts/Museo700-Regular-webfont.ttf') format('truetype'),
         url('fonts/Museo700-Regular-webfont.svg#Museo700') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'ElegantIcons';
	src:url('fonts/ElegantIcons.eot');
	src:url('fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('fonts/ElegantIcons.woff') format('woff'),
		url('fonts/ElegantIcons.ttf') format('truetype'),
		url('fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Global styles
================================================== */
html{
	overflow-x: hidden !important;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body{
	border: 0;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 15px;
	background: #fff;
	position: relative;
	font-weight:400;
}

a{
	color: #444;

}

a:link,
a:visited{
    text-decoration: none;
}

a:hover{
	text-decoration: none;
	cursor: pointer;
}
a:focus{
	outline: 0;
}

section{
	position: relative;
}

.no-padding{
	padding: 0;
}

.gap-80 {
	clear: both;
	height: 80px;
}

.gap-40 {
	clear: both;
	height: 40px;
}

.gap-30 {
	clear: both;
	height: 30px;
}
.gap-20 {
	clear: both;
	height: 20px;
}

ul{
	list-style-type: none;
}

.m20{
	margin: 20px 0px;
}
.m30{
	margin: 30px 0px;
}
.m40{
	margin: 40px 0px;
}
.ml{
	margin-left: 40px;
}
.white{
color:#FFF;
}

/* Typography
================================================== */

body, p{
	font-family: 'museo', arial, helvetica, serif;
	font-weight: 400; 
	font-size: 15px;
	line-height: 20px;
	width:100%;
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'museo', arial, helvetica, serif;
}

h1{
    font-size: 36px;
    line-height: 48px;
	font-style:700;
}

h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

h4{
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}

h5{
    font-size: 14px;
    line-height: 24px;
}

.btn-main{
	padding: 10px 35px;
	font-weight: 700;
	border-radius: 0px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease ;
	transition: all .3s ease-in-out ;
	margin: 10px 0px;
	text-transform: uppercase;
	background: transparent;
	font-size: 16px;
}
.btn-main:hover{
	color: #fff;
}
.btn-primary{
	border: 3px solid #fff;
	padding: 12px 32px;
	font-weight: 700;
	border-radius: 0px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease ;
	transition: all .3s ease-in-out ;
	margin: 10px 0px;
	text-transform: uppercase;
	background: transparent;
	font-size: 16px;
	letter-spacing:2px;
}
.btn-primary:hover{
	background: #fff;
	color: #555;
	border: 1px solid#fff;
}
.btn-black{
	padding: 12px 32px;
	font-weight: 700;
	border-radius: 0px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease ;
	transition: all .3s ease-in-out ;
	margin: 10px 0px;
	text-transform: capitalize;
	background: #555;
	font-size: 16px;
	color: #fff;
}
.btn-black:hover{
	background: #fff;
	color: #555;
	border: 1px solid#555;
}
.btn-white{
	padding: 12px 32px;
	font-weight: 700;
	border-radius: 0px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease ;
	transition: all .3s ease-in-out ;
	margin: 10px 0px;
	text-transform: capitalize;
	background: transparent;
	font-size: 16px;
	color: #fff;
	border: 1px solid#fff;
}
.btn-white:hover{
	background: #fff;
	color: #444;
}
.owl-carousel .owl-item img {
    padding: 20px;
}
#home,#profile,#service,#feature,#pricing,#blog,#contact,#work{
	padding-bottom: 30px;
}
#process{
	padding: 35px 0px;
}
#counter{
background:url(../images/counter-bg.png);
}
/*Global css
=========================*/
.nopadding{
padding:0px;
padding:0px;
}
.black{
color:#444;
}
.center{text-align:center;}

/*header title
=========================*/
.logo{
	border-right: 1px #bf2127 solid;
	border-left: 1px #bf2127 solid;
	text-align:center;
	font-size:30px;
  }
.col-social-media{
border-top:1px #b5322a solid;
border-bottom:1px #b5322a solid;
height:50px;
margin-top:15px;
}
.navbar-form .form-control{
width:120px;
border:1px #EEE solid;
border-radius:30px 0px 0px 30px;
}
.col-social-media a i {
  font-size: 25px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 9px 0px 0px 11px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.col-social-media-left{
text-align: right;padding-right: 25px;
}
.col-social-media-left>span{
font-size:18px;
float:left;
padding:14px 0px;
}
.col-social-media-right{
text-align:left;padding-left: 25px;
}
.navbar-default .navbar-toggle{

position:absolute;
}
.navbar-toggle .icon-bar{
background:#FFF !important;
height:3px;
}
.button_wrapper_left{
padding: 10px;
border-right: 1px #CCC solid;
border-bottom:1px #CCC solid;
}
.button_wrapper_left> .btn-lg, .button_wrapper_right> .btn-lg{
font-size:25px;
}
.button_wrapper_right{
padding:10px;
border-left: 1px #CCC solid;
border-bottom:1px #CCC solid;
}
.button_wrapper_left>.btn-lg{
background: #FFF;
border-radius: 0px;
float: right;
margin-right: 5px;
border:none;
}
.button_wrapper_right>.btn-lg{
background: #FFF;
border-radius: 0px;
float: left;
border:none;
margin-left: 5px;
}
.button_collection{
background:#FFF;
display:inline-block;
width:100%;
}
.button_wrapper_left:nth-child(3),.button_wrapper_right:nth-child(4){
border-bottom:none;
}
.header-desc{
	margin-bottom: 50px;
}
.big-title{
	font-size: 35px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	margin:30px auto 30px 0px;
}
p .big_para{

}
h3.big-title:before, h3.big-title:after {
  content: url("../images/left-dash.png");
  margin: 14px;
  color: #D1BC87;
  vertical-align: text-bottom;
}
.sub-title{
	text-transform: uppercase;
	font-weight: 700;
	padding-top: 10px;
	margin-bottom: 25px;
	position: relative;
}
.sub-title:before{
	position: absolute;
	width: 40px;
	height: 2px;
	background: #444;
	left: 0px;
	top: 0px;
	content:"";
}
.header-content {
	margin-bottom: 30px;
}
.header-content span{
	color: #555;
	display: none;
}


/*GLobal styles
========================================*/
header{
	position: relative;
    width: 100%;
    text-align: center;
}
header{min-height:auto;-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;-o-background-size:cover;
background-position:center;background-image:url(../images/slider/webagency-saayami.jpg);color:#fff}header .header-content{padding:100px 15px}
header .header-content .header-content-inner h1{font-weight:700;text-transform:uppercase;margin-top:0;margin-bottom:0;font-size:20px;text-shadow:1px 1px #000;}
header .header-content .header-content-inner hr{margin:30px auto}
header .header-content .header-content-inner p{font-weight:300;color:rgba(255,255,255,1);font-size:16px;margin-bottom:40px;text-shadow:1px 1px #444;letter-spacing:1px;}
.tag{
	    position: absolute;
    background:rgba(0,0,0,0.8);
    padding: 6px;
    color: #FFF;
    bottom: 35px;
}
.center{
text-align:center;
}
.nopadding{
padding:0px;
}
.navbar{
	margin-bottom: 0px;
}

#tf-menu {
	padding:5px;
	transition: all 0.8s;
}
#tf-menu.navbar-default {
	background-color:transparent;
	border:none;
}
#tf-menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-weight: 900;

}

#tf-menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 14px;

	font-weight: 400;
	padding:14px 14px;
}
.on{
	background-color: #406DE4 !important;
	padding: 0px !important;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: transparent;
}
.on.navbar-default .navbar-brand{
	margin-left: -90px;
	padding-left: 90px;
}
.navbar-nav>li>a:hover{
color:#000 !important;
}
#tf-menu.navbar-default .navbar-nav > li.active>a{
color: #FFF !important;
background-color: transparent;
border:2px #406de4 solid;
}
/* Header area
================================================== */

/*-- Header solid fixed --*/


/*slider
=========================*/

#slider{
	padding: 0px;
	height: 680px;
	overflow: hidden;
}
.main-slide{
	position: relative;
	height: 100%;
}
.main-slide img{
	width: 100%;
}
.overlay {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content:"";
}

.slider-content{
	top: 54%;
	margin-top: -70px;
	left: 0px;
	padding: 0px;
	text-align: center;
	position: absolute;
	width: 100%;
	color: #FFF;
	z-index: 2;
}
.slider-content h3{
	line-height: 40px;
}
.slider-content h2{
	font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0px 10%;
}
.slider-content h5{
	position: relative;
	width: 20%;
	margin: 20px auto;
	font-size: 14px;
	font-weight: 700;
}
.slider-content h5:before{
	content:"";
	position: absolute;
	width: 35px;
	height: 1px;
	background: #fff;
	left: 35px;
	top: 12px;
}
.slider-content h5:after{
	content:"";
	position: absolute;
	width: 35px;
	height: 1px;
	background: #fff;
	right: 35px;
	top: 12px;
}

.slider-content a{
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	padding: 3px 15px;
	border: 4px solid #FFF;
	border-radius: 50%!important;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin-top: 20px;
}
.slider-content a i{
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin-top: 20px;
}

.slider-content a:hover {
	cursor: pointer;
}
.slider-small-text-content{
	margin-bottom: 20px;
}
.slider-small-text-content h4{
	display: inline-block;
	font-size: 14px;
}
.slider-small-text-content h4 i{
	margin-right: 5px;
}
.carousel-indicators .active{
background:#b5322a;
}
/*carousel slider*/
#main-slide .carousel-indicators{
	bottom:90px;
	height: 30px;
}
.carousel-indicators li{
	width: 50px;
	border:1px #b5322a solid;
}

.carousel-control{
	top: 40%;
	z-index: 2;
	opacity: 1;
}
.carousel-control.left,.carousel-control.right{
	background: transparent;
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	transition: all 0.25s ease 0s;
	
}
.carousel-control.left span,.carousel-control.right span{
	font-size: 40px;
	color: #fff;
	
}
.carousel-control i{
	background: none;
	color: #fff;
	line-height: 56px;
	width: 56px;
	height: 56px;
	border: 1px solid #fff;
	border-radius: 100%;
	font-size: 36px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.carousel-control.left{
	left: -78px;
	
}
.carousel-control.right{
	right: -76px;
}

/*main slide controls*/

#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 0;
	filter: alpha(opacity=0);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#main-slide:hover .carousel-control.left,
#main-slide:hover .carousel-control.right{
	opacity: 1;
	filter: alpha(opacity=100);
	
}
#main-slide:hover .carousel-control.left{
	left: -30px;
}
#main-slide:hover .carousel-control.right{
	right: -30px;
}


/*-- Animation */

.carousel .item.active .animated2{
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 2s ease-in-out 800ms both;
	animation: bounceInLeft 1.5s ease-in-out 800ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 2s ease-in 800ms both;
	animation: flipInX 2s ease-in 800ms both;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6{
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated7{
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8{
	-webkit-animation: bounceInDown 1s ease-in 800ms both;
	animation: bounceInDown 1s ease-in 800ms both;
}

/* Profile section 
======================================*/

.pro-list{}
.pro-list div{
	margin-bottom: 5px;
}
.pro-list div span{
	font-weight: 700;
	font-size: 16px;
	margin-right: 5px;
}
.socail-list a i{
	font-size: 18px;
	border: 1px solid#444;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	padding: 13px 0px 0px 11px;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.pro-pic img{
	height: 310px;
}
.white+small{
	  color: #FFF;
	  font-weight: bold;
  	  letter-spacing: 3px;
    }

/*service section
=====================================*/
.tilt-box{
width:100px;
float:left;
text-align:center;
border: 1px #CCC solid;
margin-right: 10px;
padding:10px 20px;
}
.tilt-box>i{
font-size:50px;
}
.icon-box .icon{
	font-size: 60px;
}
.service-content{
	margin-bottom: 50px;
}
.service-content h4{
	line-height: 25px;
	margin-top: 20px;
	font-size:35px;
	padding-bottom:20px;
}
.service-content span{
	font-size: 12px;
	color: #ccc;
}
.service-content p{
	margin: 15px 0px;
	font-size:15px;
	line-height:22px;
}


/*Work process 
=========================*/
.process
{
/*background:url(../images/parallax5.jpg) center no-repeat;*/
}
.sub-heading h4{
	color: #fff;
	font-size: 28px;
}
.sub-heading p{
	color: #fff;
	margin-top:-105px;
}
.line{
	width: 60px;
	margin: 0 auto;
	height: 1px;
	background: #fff;
}
.process-desc{
	margin-top: 60px;
}
.process-timeline{
	width: 100%;
	height: 1px;
	background: none repeat scroll 0% 0% #eee;
	position: relative;
	top: 40px;
}
.single-process, .process-none{
	width: 16.5%;
	float: left;
}
.process-icon{
	position: relative;
}
.process-icon i,.process-none i{
	font-size: 35px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding-top: 15px;
	background: #eee;
	-webkit-box-shadow: 0px 0px 0px 2px #ccc;
	box-shadow: 0px 0px 0px 5px #fff;
}

.process-icon:before{
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	background: #fff;
	top: 50%;
	left: 0px;
	border-radius: 50%;
	border: 2px solid#ccc;
}
.single-process h4,.process-none h4{
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 20px;
	color: #fff;
}



/*-- Portfolio page --*/

#work{
}
#portfolio{
	padding: 0 0 40px;
}

#portfolio-carousel .thumbnail {
    position:relative;
    overflow:hidden;
    padding: 0;
    border: 0;
    border-radius: 0;
}

#portfolio-carousel .thumbnail .caption .caption-content{
	position: absolute;
	bottom: 25px;
}

#portfolio-carousel .thumbnail .caption i{
	border: 2px solid #FFFFFF;
	border-radius: 100%;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	height: 46px;
	line-height: 40px;
	position: relative;
	text-align: center;
	top: -40px;
	width: 46px;
	z-index: 8;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#portfolio-carousel .thumbnail .caption i.fa-link{
	margin-left: 10px;
}

 
#portfolio-carousel .caption {
	color: #fff;
	padding: 15px;
    position:absolute;
    bottom: -100%;
    right:0;
    /*background:rgba(235, 44, 51, 0.85);*/
    background: rgba(0, 0, 0, 0.8);
    width:100%;
    height:100%;
    text-align:left;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#portfolio-carousel .thumbnail:hover .caption {
    bottom: 0%;
}

#portfolio-carousel .caption h3{
	font-size: 22px;
	font-weight: 400;
	text-align: left;
}

.barrier-carousel-controller{
	position: relative;
	margin-top: 20px;
	text-align: center;
}

.barrier-carousel-controller .left,
.barrier-carousel-controller .right, 
.owl-controls .owl-prev, 
.owl-controls .owl-next{
	cursor: pointer;
	background: transparent;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #989898;
	opacity: 1;
	top: auto;
	text-shadow: none;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	border: 1px solid#ccc;
}
.owl-controls .owl-next{
	margin-left: 6px;
}

#portfolio-carousel .carousel-inner .col-md-3{
	/*width: 20%;*/
}
.barrier-carousel-controller .left:hover,
.barrier-carousel-controller .right:hover,
.owl-controls .owl-prev:hover, 
.owl-controls .owl-next:hover{
	color: #fff;
}

.owl-controls .owl-page, 
.owl-controls .owl-buttons div{
	display: inline-block;
}

#portfolio-carousel .carousel-inner{
	/*overflow: visible;*/
}

/*FEATURE section
===================================*/
#feature{
	background:#EEE;
	padding:30px 0px;
}
.main-fetaure{
	margin-top: 30px;
}
.feature-desc{
	margin-bottom: 35px;
}
.feature-icon-left{
float:right !important;
}
.feature-icon{
	float: left;
	margin-right: 30px;
}
.feature-content p{
	font-size: 14px;
}
.feature-icon i{
	font-size: 40px;
	width: 90px;
	height: 90px;
	color:#FFF;
	background: #406de4;
	border-radius: 100%;
	line-height: 87px;
	text-align: center;
	border: 4px solid #F7F7F6;
	-webkit-box-shadow: 0px 0px 0px 3px #fff;
	box-shadow: 0px 0px 0px 3px #fff;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.feature-desc h4{
	text-transform: uppercase;
	margin: 15px 0px;
}

.feature-desc h4{
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom:5px;
}

.feature-icon i:hover{
	color: #fff;
}


/*PRICING
=======================================*/
.panel-pricing{
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel-pricing .panel-heading .panel-title{
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.panel-pricing .panel-heading{
	border-color: #555;
	padding: 35px 0px;
	background: transparent;
	border-bottom: 1px solid#ccc;
	-webkit-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
}
.plan{
	font-size: 50px;
	padding: 30px 0px 20px 0px;
}
.panel-pricing .panel-body{
}

.panel-pricing .panel-body p{
	font-size: 50px;
}

.plan-desc{
	margin-left: -20px;
}
.plan-desc li{
	text-transform: capitalize;
	font-size: 14px;
	padding: 10px 0px;
}
.plan-desc li:last-child{
	border: 0px;
}
.panel-pricing .panel-footer{
	background: transparent;
	-webkit-transition: all .3s ease-in 0s;
	-o-transition: all .3s ease-in 0s;
	transition: all .3s ease-in 0s;
}

.panel-pricing:hover .panel-heading{
	color: #fff;
}
.panel-pricing:hover .btn-black{
	border-color: #fff;
	background: transparent;
	color: #fff;
}
/*==== clients =======*/
.client>img{margin:0px auto;padding:15px;}

/*TESTIMONIAL section
====================================*/
#testimonial{
	padding: 60px 0px 110px 0px;
}
#testimonial-carousel{
	color: #fff;
	width: 70%;
	margin: 0px auto;
}
#testimonial-carousel p{
	margin: 30px 0px;
}
#testimonial-carousel h3{
	text-transform: uppercase;
	font-weight: 700;
}
#testimonial-carousel  span{
	font-style: italic;
	color:#ccc;
}
.test-icon i{
	font-size: 40px;
	margin-bottom: 30px;
	background: #fff;
	color: #555;
	padding: 15px;
}

.owl-carousel{
	display: block!important;
}
.testimonial-thumb img{
	border: 1px solid #8E8E8E;
	padding: 3px;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin: 0 auto;
}
#testimonial-carousel .carousel-indicators {
    bottom: -20px!important; 
    padding-bottom: 10px;
}



/*BLOG section
================================*/


.blog-content h4.blog-title{
	margin-bottom: 5px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 0px;
}
.blog-meta{
	margin: 5px 0px;
}
.blog-meta span{
	margin-right: 10px;
	color: #888;
}
.blog-meta span i{
	padding: 10px;
}

.blog-content p{
	margin: 15px 0px;
}

.blog-social{
	margin-top: 40px;
}
.blog-social h4{
	margin-bottom: 20px;
}
.blog-desc img{
	padding: 5px;
}
.blog-desc{
	position: relative;
}


.blog-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.blog-overlay a{
	color: #fff;
	padding: 15px 18px;
	border: 1px solid#fff;
	border-radius: 100%;
}

.blink{
	top: -20px;
	position: absolute;
	left: 40%;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.bsearch{
	bottom: -20px;
	position: absolute;
	right: 40%;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
.blog-desc:hover .blog-overlay{
	opacity: 1;
}
.blog-desc:hover .blink{
	top: 40%;
}
.blog-desc:hover .bsearch{
	bottom: 40%;

}

/*CONTATCT section
======================================*/

.parallax4 .header-desc ,#contact-form label{
	color: #fff;
}
#contact-form label{
	margin-bottom: 10px;
}

#contact-form input{
	border-radius: 0px;
	height: 50px;
}
 .form-control{
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	border-radius: 0px;
}

#contact #contact-form, #contact .header-desc{
	z-index: 3;
	color: #fff;
}


/*MAp wrapper
==============================*/
.map-wrapper{
	position: relative;
}
iframe{
width:100%;
}
.map {
	height: 300px;
	z-index: 1;	

}
.contact{
background:#091523;
}
.contact-info-inner h3{
	font-weight: 700;
	margin-bottom: 25px;
	font-size: 24px;
	color: #fff;
}

.contact-info h3{
	margin-top: 42px;
	font-weight: 700;
	font-size: 24px;
}

.contact-info p{
	font-size: 18px;
}

.contact-info i{
	font-size: 18px;
	margin-right: 10px;
}

/* Contact inside Map */
.contact-info-inner {
	position: absolute;
	color: #fff;
	top: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,.7);
	padding: 25px 30px;
	max-width: 400px;
	max-height: 400px;
	text-align: left;
	right: 70px;
}

.contact-info-inner p{
	overflow: hidden;
	margin-bottom: 25px;
}

.contact-info-inner p strong{
	display: block;
}

.contact-info-inner i{
	margin-right: 20px !important;
	font-size: 24px;
	margin-top: 5px;
}


/*FOOTER
==========================*/
.footer_widget_title{
	color: #FFF;
  border-bottom: 3px #FFF solid;
  padding-bottom: 8px;
  width: auto;
  display: inline-block;
}
#footer_blog{
background:#406de4;
padding:30px 0px;
}
.media-list>li>.media-body{
color:#FFF;
}
.smallimg{
height:100px;
width:100px;
float:left;
}
#footer{
	padding: 0px 0px 0px;
	background:#FFF url(../images/footerbg.jpg) top center no-repeat;
}
.footer-desc .logo{
	margin-bottom: 0px;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
}
.footer-desc .socail-list a i{
	padding-left: 0px;
	color: #444;
	border-color: #444;
}
.footer-desc{}
.footer-desc .socail-list{
margin-top:20px;
}

.copyright-info {
	color: #444;
	margin:5px 0px;
}
.copyright-info span a{
	color: #fff;
	font-weight: 700;
}


/*BAck to TOP
=====================*/
#back-to-top {
	right: 40px;
	top: auto;
	z-index: 1;
	-webkit-backface-visibility: hidden;
}

#back-to-top.affix {
	bottom: 60px;
}

#back-to-top .btn.btn-primary{
	border-radius: 100%;
	padding: 0;
	font-size: 18px;
	width: 36px;
	height: 36px;
	background: rgba(0,0,0,.3);
	border: 2px solid transparent;
	color: #fff;
	opacity: .5;
}

#back-to-top .btn.btn-primary:hover{
	color: #fff;
	opacity: 1;
	background: #D9534F;
}


/*index2 style
====================================*/

#counter-area{
    background: url('../images/counterbg.jpg') no-repeat fixed 50% 0px / cover transparent;
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    z-index:2;
    padding:80px 0px 80px 0px;
    color: #fff;
}
span.counter{
font-weight:bold;
text-shadow: 1px 3px 1px #000;
}
.facts-wrap{
    width: 220px;
    margin: 0px auto;
    text-align: left;
}

.facts-wrap h6{
    font-weight:700;
    text-transform:uppercase;
    font-size: 19px; 
    line-height:18px;
}
.facts-wrap-num{
    font-size: 50px; 
    line-height:60px;
    width:100%;
    margin:10px auto;
    position: relative;
}  

.fact-content{
    float: left;
}
.facts-wrap .icon-box{
	width: 16%;
	font-size: 40px;
	padding: 16px 60px 16px 0px;
	border-bottom: 1px solid #CCC;
	margin: 0px auto;
}


/*TEAM members
===========================*/
#team{
	/*padding: 60px 0px;*/
	padding-bottom: 70px;
	background: #F6F6F8;
}

.single-member{
	text-align: center;
	position: relative;
}
.single-member img{
	width: 100%;
}
.single-member h4{
	text-transform: uppercase;
	margin-bottom: 20px;
}
.member-content{
	background: #fff;
	padding: 20px 0px;
}
.member-desc h4{
	text-transform: uppercase;
}
.member-desc h5{
	color: #888;
	font-style: italic;
}
.member-socail{
	margin-top: 30px;
}
.member-socail li{
	border-right: 1px solid#ccc;
	padding: 0px 10px;
}
.member-socail li:last-child{
	border: 0px;
}

.form-control{
	background: transparent;
}

.member-overlay{
	position: absolute;
	top: -50px;
	padding: 35px 20px 0px 20px;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	height: 100%;
}
.member-overlay .member-desc h5{
	color: #fff;
}
.member-overlay p{
	margin: 30px 0px;
}
.single-member:hover .member-socail li i,.single-member:hover .member-socail li{
	color: #fff;
	border-color: #fff;
}
.single-member:hover .member-overlay{
	opacity: 1;
	top: 0px;
}


/*CLIENTS section
=============================*/
#client{
	padding: 60px 0px;
	background: #F6F6F8;
}
.client-desc{
	border-bottom: 1px solid#ccc;
}
.btm-client{
	padding-top: 10px;
}
.client-desc li,.btm-client li{
	padding: 20px 30px;
	border-right: 1px solid#ccc;
	border-left: 1px solid#ccc;
	margin-left: -5px;
}
.client-desc li a img,.btm-client li a img{
	opacity: .6;
}
.client-desc li a img:hover,.btm-client li a img:hover{
	opacity: 1;
}

#client .header-desc{
	width: 50%;
	margin: 20px auto;
	margin-bottom: 50px;
}
#client .header-desc .line{
	width: 50px;
	height: 3px;
}




/*placeholder
======================*/

.form-level ::-webkit-input-placeholder {
   color: #fff;
   text-transform: capitalize;
}

.form-level :-moz-placeholder { /* Firefox 18- */
   color: #fff;  
   text-transform: capitalize;
}

.form-level ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
   text-transform: capitalize;
}

.form-level :-ms-input-placeholder {  
   color: #fff;  
   text-transform: capitalize;
}

/*OPening Hour section parallax
=============================*/
.opening_days>h3{
color:#dd0301;
font-size:38px;
text-align:center;
line-height:40px;
}
.opening_days >.btn{
text-align:center;
}
.opening_days>p{
	color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  margin-top: 0px;
  text-align:center;
  line-height:40px;
  }

.timetable-decorator {
  display: inline-block;
  width: 200px;
  height: 110px;
  background: url("../images/left-curve.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.timetable-decorator2 {
  display: inline-block;
  width: 200px;
  height: 110px;
  background: url("../images/right-curve.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: " ";
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.opening-hours {
  display: inline-block;
  vertical-align:middle;
  position:relative;
  height:auto;
  font-size:35px;
  text-transform:uppercase;
  line-height:35px;
}
#video{
	padding: 0px 0px;
	background: #EEE;
}
.video-background{
    width: 100%;
	
}
.video-background-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.hero-buttons a{
    margin-right: 10px;
}
.hero-content .btn-main{
    background: #000;
    margin-top: 20px;
    color: #fff;
}
.hero-content .btn-main:hover{
    background: transparent;
    color: #fff;
}
.hero-section {

    overflow:hidden;
}
.hero-section .container {
    height: 100%;
}

.hero-content {
    position: relative;
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    color: #fff;
}

.hero-content .btn-primary{
	margin: 35px 0px 20px 0px;
}
/* menus */
.btn-menu{
border:1px green solid;
color:green;
background:none;
padding:15px 20px;
margin-top:40px;
}
.wpb_wrapper > h3{

  text-align: center;
  color: #773f23;
  font-size: 24px;
  margin-bottom: 33px;
  font-weight:bold;
}
.wpb_wrapper ul li {
  text-transform: uppercase;
  font-size: 16px;
  color: #0c0901;
  margin-bottom: 20px;
  text-align:left;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;

}
.wpb_wrapper ul li .detail {
  display: block;
  text-transform: none;
  color: #484745;
  font-size: 14px;
  font-weight: 300;
}
.wpb_wrapper ul li .detail>span {
  font-style: italic;
  font-size: 16px;
  color: #c02530;
  float: right;
  text-align: left;
  line-height: 16px;
}

/*SKILL bar section
=======================================*/

#skill-bar{
	padding: 70px 0px;
}
#skill-bar .sub-heading {
	margin-bottom: 50px;
}
.skill-percentage{
	text-align: center;
}
.percentage#circle{
	border-color:#5BC0DE;
}
.percentage#circle1{
	border-color: #5CB85C;
}
.percentage#circle2{
	border-color: #337AB7;
}
.percentage#circle3{
	border-color: #F97DB1;
}
.percentage#circle4{
	border-color: #C71110;
}
.percentage#circle5{
	border-color: #C88B5E;
}

.percentage{
	width: 120px;
	height: 120px;
	border-radius: 100%;
	border: 4px solid#ccc;
	font-size: 30px;
	padding-top: 28%;
	font-weight: 700;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 0px 4px #ccc;
	box-shadow: 0px 0px 0px 4px #ccc;
	color: #fff;
}
.skill-name{
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0px;
	color: #fff;
}
.skill-content{
	margin-top: 20px;
}
.skill-content p{
	color: #EBEBEB;
}

.col2{
	width: 20%;
	padding: 0px 8px;
}

.circle-text{
}
/*parralax
=============*/

.parallax-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/overaly.png);
}

.parallax1{
	background: url(../images/parallax/bg5.jpg) fixed 50% 50%;
}
.parallax2{
	background: url(../images/parallax/parallax5.jpg) fixed 50% 50%;
}
.parallax3{
	background: url(../images/parallax/parallax2.jpg) fixed 50% 50%;
}
.parallax4{
	background: url(../images/parallax/contact-bg.jpg) fixed 50% 50%;
}

#skill-bar{
	background: url("../images/parallax/parallax6.jpg") no-repeat fixed 50% 50% ;
	-webkit-background-size: cover;
	background-size: cover;
}
.color-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .95;
}


/*Nav feature-tab
=========================================*/

#feature-tab{}
#feature-tab .nav-tabs{
	margin-bottom: 70px;
	/*border-top: 1px solid#DDD;*/
}
#feature-tab .nav-tabs li{
	width: 50%;
	margin: 0 auto;
}
#feature-tab .nav-tabs li a{
	border-radius: 0px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 50px 0px;
	border-top: 0px;
	border: 0px;
}
#feature-tab .nav-tabs li:last-child a{
	border-right: 0px;
}
#feature-tab  .nav-tabs > li.active > a{
	background: #fff;
	border-color: #CF4F4B;
	color: #CF4F4B;
}

.clear{
	float: none;
}

#feature-tab .nav-tabs li a .feature-icon{
	margin-bottom: 20px;
}

#feature-tab  .nav-tabs > li.active > a .feature-icon i{
	background: #D9534F;
	box-shadow: 0px 0px 0px 4px #D9534F;
	color: #fff;
}



/*progress bar
===========================*/
#skill-bar{}
#skill-bar .sub-heading h2{
	text-transform: uppercase;
	color: #fff;
}
.col2{
	/*width: 20%;*/
	float: left;
}
.skill-content{
	width: 100%;
	margin: 0 auto;
}

.skill-name{
	text-align: center;
	width: 100%;
	font-size: 20px;
	margin-top: 5px;
}



/*SINGLE portfolio
===================================*/


/*WORK section
==========================*/
.portfolio-wrap{
	margin-top: 30px;
}
.portfolioFilter{
	margin-bottom: 60px;
	margin-top: 10px;
}

.portfolioFilter a{
	padding: 10px 15px;
	font-size: 17px;
	text-transform: uppercase;
	-webkit-box-shadow: 0px 0px 0px 3px #e7e7e7;
	box-shadow: 0px 0px 0px 3px #e7e7e7;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	margin-right: 10px;
}

.grid{
	width: 20%;
	float: left;
	margin-bottom: -5px;
	margin-right: -1px;
	margin-left: 0px;
}

.effect-oscar{
	position: relative;
}
.effect-oscar img{
	width: 100%;
}
.grid figure {
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	width: 100%;
	height: 100%;
}
.effect-oscar figcaption{
	position: absolute;
	top: 10px;
	left:18%;
	text-align: center;
	opacity: 0;
	background: rgba(0,0,0,.5);
	bottom: 10px;
}
.effect-oscar h3 {
	font-size: 16px;
	color: #fff;
}
.effect-oscar figcaption a {
	background: #fff;
	padding: 10px 13px;
	border-radius: 2px;
	color: #444;
}
figure.effect-oscar {
	background: #000;
	background: rgba(0,0,0,.8);
}
figure.effect-oscar figcaption {
	padding: 2.5em;
	background-color: rgba(0,0,0,0.1);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 10px;
	right: 20px;
	bottom: 10px;
	left: 20px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar a.link i{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar a {
	opacity: 0;
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h3 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover h3,
figure.effect-oscar:hover a {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


figure.effect-oscar:hover figcaption {
	background-color: rgba(0,0,0,0.5);
	opacity: 1;
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}




/*ISotope
====================*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
 
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


#work-section{
	padding-bottom: 150px;
}


#port-slider{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 450px;
	/*background: url("../images/portfolio/portfolio-bg3.jpg") 50% 50%;*/
}

#port-slider img{
	width: 100%;
}
.slider-content{
	position: absolute;
	color: #fff;
	text-shadow:2px 2px #000;
}

#inner-title{


}
.inner-title-content{
	background: none repeat scroll 0% 0% #D9534F;
	padding: 20px 0px;
	width: 100%;
	color: #fff;
	margin-top: -50px;
}
/*=========================  Section Home insurance ===============================================*/
.insurance_info{
margin-top:100px;
}
.insurance_title{
line-height:15px;
}
.start_saving_info{
margin-top:0px;
}
.shades{
height:20px;
width:100%;
background:url(../images/shadow-1.png) bottom no-repeat;
}
.insurance_info .readmore{
background:#406de4;
color:#FFF;
border-radius:50px;
border:none;
}
.private{
padding:70px 0px;
background:#fafafa;
}
.btn-xs.readmore{
padding:5px 10px;
}
a.readmore{
background: #b5322a;
  color: #FFF;
  border-radius: 50px;
  border: none;
  }
.insurance_list_wrapper,.insurance_topics_list{
background: #FFF;
padding:10px;
}
.insurance_list_wrapper{
margin-top:40px;
margin-left:-64px;
}
.insurance_topics_list{
width:98%;margin:0px auto;
}
.insurance_list_wrapper>.col-xs-2.active>a,.insurance_topics_list>.col-xs-2.active>a{
color:#b5322a;
font-weight:700;
}
.insurance_list_wrapper>.col-xs-2{
  padding: 20px 5px;
}
.insurance_topics_list>.col-xs-2{
padding:20px 5px;
border-top: 5px #FFF solid;
}
.insurance_topics_list>.col-xs-2.active{
border-top: 5px #444 solid;
}
.insurance_topics_list>div>a>i{
font-size:20px;
}
.insurance_topics_list>.col-xs-2:hover{
border-top: 5px #444 solid;
}


.nav-tabs>li{
color:#FFF;
margin-right:3px;
}
.call_back_form{
background:#b5322a;
padding:25px;
 box-sizing: border-box;
 margin:0px 20px;
 border-radius:10px;
 box-shadow:0px 23px 20px -10px #444;
}
.call_back_form>h1,.call_back_form>p{
color:#FFF;
}
.form-control{
background:#FFF;
border:none;
}
/* ===========  testimonials ================= */
/* Carousel */
.testmonials_icon{
width:100px;
margin:30px auto;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 10px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border-color: #b5322a;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    float: left;
    margin-right: 10px;
}
/* Inner Page csss */
.contents{ padding:40px 0px;}
.feature_logo{
width:200px;
height:200px;
margin:-20px auto;
background:#444;
}
.inner-gall>.col-xs-3>img{
border:1px #EEE solid;
padding:3px;
}
.content_liftup{
background:#FFF;
padding:0px;
border:0px #CCC solid;
margin-top:0px;
}
.content_liftup>h4{
background:#fbfbfb;
padding:10px 20px;
}
h4.childline{
  border-bottom: 5px #CCC solid;
  padding-bottom: 8px;
  width: auto;
  display: inline-block;
  margin-bottom:0px;
}
p.childline{
  padding-top: 15px;
  border-top: 1px #CCC solid;
}
/* ===========================  Section Top packages ==================================*/
#package{
padding:60px;
}

.card .card-image{
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
	padding:5px 5px 0px 5px;
}

.card .card-image img{
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.card .card-image:hover img{
    -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
}

.card{
    margin-top: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color:#444;
  background:#406de4;
}

.card .card-content {
    padding: 10px;    
}
.card .card-content>.card-title>a {
  color: #FFF;    
}

.card .card-content .card-title, .card-reveal .card-title{
    font-size: 24px;
    font-weight: 200;    
}

.card .card-action{
    padding: 20px;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
}
.card .card-action a{
    font-size: 15px;
    color: #FFF;
    margin-right: 20px;    
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.card .card-action a:hover{    
    color:#FFF;
    text-decoration:none;
}
.card .card-reveal{    
    padding: 20px;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    overflow-y: auto;
    /*top: 0;*/
    left:0;
    bottom:0;
    height: 100%;
    z-index: 1;
    display: none;    
}
.card .card-reveal p{
    color: rgba(0, 0, 0, 0.71);
    margin:20px ;
}
.btn-custom{
    background-color: transparent;
    font-size:18px;
}
.fa-ellipsis-v{
color:#FFF;
}
.extra_curve{
background: #406de4;
  height: 30px;
  width: 100%;
  position: absolute;
  margin-top: -20px;
  border-radius: 0% 130% 0px 0px;
}
.product_brief{
  border: 1px #CCC solid;
  padding: 10px 15px;
}
.grey-bg{
  background-color: #fbfbfb;
  padding: 10px 20px;
  margin-bottom:15px;
  }
/* -============== Important links ==============================*/
#important_links{
margin-bottom:70px;
padding:10px 0px;
}
/* ========================== Vertical Nav menu ========================*/
/* custom inclusion of right, left and below tabs */

/* .tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
} */
/* ============= Menu Left in inner pages -=============================*/
/* MENU-LEFT
-------------------------- */
/* layout */
#left ul.nav {
    margin-bottom: 2px;
    font-size: 12px; /* to change font-size, please change instead .lbl */
}
#menu-group-1>li{
margin-bottom:5px;
}
#left ul.nav ul,
#left ul.nav ul li {
    list-style: none!important;
    list-style-type: none!important;
    margin-top: 1px;
    margin-bottom: 1px;
}
#left ul.nav ul {
    padding-left: 0;
    width: auto;
}
#left ul.nav ul.children {
    padding-left: 12px;
    width: auto;
}
#left ul.nav ul.children li{
    margin-left: 0px;
}
#left ul.nav li a:hover {
    text-decoration: none;
}

#left ul.nav li a:hover .lbl {
    color: #999!important;
	
}

#left ul.nav li.current>a .lbl {
    background-color: #999;
    color: #fff!important;
}

/* parent item */
#left ul.nav li.parent a {
    padding: 0px;
    color: #ccc;
}
#left ul.nav>li.parent>a {
    border: solid 1px #999;
    text-transform: uppercase;
}    
#left ul.nav li.parent a:hover {
    background-color: #fff;
    -webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
    -moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);
    box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);    
}

/* link tag (a)*/
#left ul.nav li.parent ul li a {
    color: #222;
    border: none;
    display:block;
    padding-left: 5px;    
}

#left ul.nav li.parent ul li a:hover {
    background-color: #fff;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;  
}

/* sign for parent item */
#left ul.nav li .sign {
    display: inline-block;
    width: 25px;
    padding: 5px 8px;
    background-color: transparent;
    color: #fff;
}
#left ul.nav li.parent>a>.sign{
    margin-left: 0px;
    background-color: #999;
}

/* label */
#left ul.nav li .lbl {
    padding: 5px 12px;
    display: inline-block;
}
#left ul.nav li.current>a>.lbl {
    color: #fff;
}
#left ul.nav  li a .lbl{
    font-size: 13px;
}

/* THEMATIQUE
------------------------- */
/* theme 1 */
#left ul.nav>li.item-1.parent>a {
    border: solid 1px #b5322a;
}
#left ul.nav>li.item-1.parent>a>.sign,
#left ul.nav>li.item-1 li.parent>a>.sign{
    margin-left: 0px;
    background-color: #b5322a;
}
#left ul.nav>li.item-1 .lbl {
    color: #444;
	text-transform:capitalize;
}
#left ul.nav>li.item-1 li.current>a .lbl {
    background-color: #ff6307;
    color: #fff!important;
}

/* theme 2 */
#left ul.nav>li.item-8.parent>a {
    border: solid 1px #51c3eb;
}
#left ul.nav>li.item-8.parent>a>.sign,
#left ul.nav>li.item-8 li.parent>a>.sign{
    margin-left: 0px;
    background-color: #51c3eb;
}
#left ul.nav>li.item-8 .lbl {
    color: #51c3eb;
	white-space: nowrap; 
    width: 12em; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
#left ul.nav>li.item-8 li.current>a .lbl {
    background-color: #51c3eb;
    color: #fff!important;
	
}

/* theme 3 */
#left ul.nav>li.item-15.parent>a {
    border: solid 1px #94cf00;
}
#left ul.nav>li.item-15.parent>a>.sign,
#left ul.nav>li.item-15 li.parent>a>.sign{
    margin-left: 0px;
    background-color: #94cf00;
}
#left ul.nav>li.item-15 .lbl {
    color: #94cf00;
}
#left ul.nav>li.item-15 li.current>a .lbl {
    background-color: #94cf00;
    color: #fff!important;
}

/* theme 4 */
#left ul.nav>li.item-22.parent>a {
    border: solid 1px #ef409c;
}
#left ul.nav>li.item-22.parent>a>.sign,
#left ul.nav>li.item-22 li.parent>a>.sign{
    margin-left: 0px;
    background-color: #ef409c;
}
#left ul.nav>li.item-22 .lbl {
    color: #ef409c;
}
#left ul.nav>li.item-22 li.current>a .lbl {
    background-color: #ef409c;
    color: #fff!important;
}
/* videos css */
img.stand-man{
position:absolute;
z-index:10;
left:0px;
}
#myCarousel .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0,0,0,0.6);
	text-shadow:none;
}

#myCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
}
#myCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;
}
#myCarousel .list-group .active {
	background-color:#b5322a;	
	border:none;
}
.list-group>li>h4>i{
padding: 3px 15px 2px 0px;
    float: left;
}
.list-group>li{
color:#444;
}
.list-group>li>h4{
font-weight:400;
}
.contact_box{
	padding: 10px 25px;
    border: 1px #406de4 solid;
}

@media (min-width: 992px) { 
	#myCarousel {padding-right:33.3333%;}
	#myCarousel .carousel-controls {display:none;} 	
}
@media (max-width: 991px) { 
	.carousel-caption p,
	#myCarousel .list-group {display:none;} 
}
@media (min-width: 768px){

header {
    min-height: 100%;
	}
header .header-content {
    position: absolute;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
	width:100%;
	}
header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	}
	header .header-content .header-content-inner h1{font-size:50px;padding-bottom:15px;}
}

