
/*General*/
/*----------------1.1 Preloader Starts------------------*/
#loading{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999;
	margin-top: 0px;
	top: 0px;
}
.require{
	color: red;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}
.object{
	width: 20px;
	height: 20px;
	background-color: #0073AF;
	float: left;
	margin-right: 20px;
	margin-top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}
#object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
#object_three {
	-webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;

}

@-webkit-keyframes object_one {
	75% { -webkit-transform: scale(0); }
}
@keyframes object_one {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}
@-webkit-keyframes object_two {
	75% { -webkit-transform: scale(0); }
}
@keyframes object_two {
	75% {
		transform: scale(0);
		-webkit-transform:  scale(0);
	}
}
@-webkit-keyframes object_three {
	75% { -webkit-transform: scale(0); }
}
@keyframes object_three {
	75% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
}
/*----------------1.1 Preloader Ends------------------*/


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	-moz-transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s;
}

a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.margin-top-30{

	margin-top: 10px;
}


 .custom_field input[type="text"],.custom_field input[type="number"],
 .custom_field input[type="password"],
 .custom_field input[type="email"],
 .custom_field textarea {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #383838;
	border-width: 1px;
	border-style: solid;
	padding: 0 15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border linear .3s;
	-webkit-transition: border linear .3s;
	-o-transition: border linear .3s;
	transition: border linear .3s;
}

.custom_field textarea {
	padding: 15px;
}

.custom_field input[type="text"]:focus,.custom_field input[type="number"]:focus,
.custom_field input[type="password"]:focus,
.custom_field input[type="email"]:focus,select:focus,
.custom_field textarea:focus {
	/**	background: rgba(237,38,41, 0.2); **/
	border-color: #043b68 !important;
	outline: none;
	color: #333;
}

.btn {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 600;
	width: 120px;
	height: 40px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-transition: background .3s linear;
	-webkit-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}

.btn:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.cover {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.container {
	position: relative;
	z-index: 3;
}

nav.navbar.courtier {
	padding-top: 30px;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 6px;
}

/*Header*/
/*Top nav left*/
.top-nav {
	color: #333;
	line-height: 40px;
	border-bottom: 1px solid #0073AF;
}

/*Top left Menu*/
.top-left {
	float: left;
}

.top-left ul >li {
	display: inline-block;
	margin-right: 15px;
}

.top-left a {
	font-size: 16px;
	color: #333;
}

.top-left a:hover {
	color: #0073AF;
}

/*Top Right Menu*/
.top-right {
	float: right;
}

.top-right p:before {
	content: "\f041";
	font-family: 'FontAwesome';
	font-size: 16px;
	color: #0073AF;
	margin-right: 10px;
}

.top-right p {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 14px;
}

.top-right p > span {
	margin-left: 5px;
	font-style: italic;
	font-weight: 400;
}

 p.highlighted {
	color: #3d3d3d;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}
 
 .gray_bg{
	 background: #f9f9f9 none repeat scroll 0 0;
	 padding: 100px 0;
 }

.th-pattrenone {
	overflow: hidden;
	background: url(../images/pattern/pattern-01.png) repeat-y 0 0 ,url(../images/pattern/pattern-02.png) repeat-y top right ;
}

/*Nagivation*/
#main-nav {
	padding: 15px 0;
}

/*Affix*/
#main-nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    color: #fff;
    z-index:10;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
    transition: all 0.3s;
}

#main-courtier.affix {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	color: #fff;
	z-index: 10;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 5px 5px rgba(0,0,0,.15);
	transition: all 0.3s;
}

.navbar {
	margin:0;
}

.navbar .navbar-header.logo{
  /*margin-left: 23%;*/
	margin-top: 10px;
	display: inline-block;
}



.navbar .home_url{
	margin-left: 0px !important;
}

#main-nav .navbar-header a {
	background-color: #0073AF;
	color: #fff;
	margin-left: 3px;
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
	background-color: #0073AF;
}

#main-nav .navbar-toggle span {
	background-color: #fff;
}

/*Main Menu*/
#main-nav .navbar-right {

}
#main-nav .navbar-right li > a {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	color: #555;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}
#main-courtier li > a {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	color: #555;
	padding-top: 0;
	padding-bottom: 0;
	text-transform: lowercase;
}


#main-nav .navbar-right li > a:focus {
	color: #0073AF;
    background: none;
    outline: none;
}

#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>li.active>a {
	color: #0073AF;
    background: none;
}

/*Search Form*/
.search-form {
	padding: 10px;
	position: absolute;
	bottom: -76px;
	right: 15px;
	z-index: 3;
	background: #fff;
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s linear;
	-moz-box-shadow: 0 1px 2px #ebebeb;
	-webkit-box-shadow: 0 1px 2px #ebebeb;
	box-shadow: 0 1px 2px #ebebeb;
}

.search-form.visible {
	visibility: visible;
	opacity: 1;
}

.search-form input {
	height: 40px;
	width: 275px;
	border-color: #e8e8e8;
}

/*Main Slider*/
#slider {
	margin: 0;
	padding: 0;
	position: relative;
}

.flexslider {
	border: 0;
}

#slider.flexslider .slides > li img {
	
}

@media (max-width: 410px) {
   #slider{
	   display: none;
   }
}

/*Slider Caption*/
#slider .caption {
	position: absolute;
	width: 100%;
	top: 60%;
	text-align: center;
}

#slider .caption h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 800;
	font-size: 2.3em;
	text-transform: uppercase;
	line-height: 2;
}

#slider .caption span.caption_slide {
	padding: 0 10px;
	background-color: rgba(237,38,41,0.7);
	color: #fff;
	padding: 10px;
}

span.typed_elem{
	padding: 0 10px;
	background-color: rgba(237,38,41,0.0);
	color: #fff;
	padding: 10px;

}

#slider .caption p {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 24px;
	font-style: italic;
	margin-top: 30px;
	color: #0073AF;
}

#slider .caption button {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin-top: 20px;
	background-color: #0073AF;
	color: #fff;
	border: 1px solid #fff;
	width: 150px;
}

#slider .caption button:hover {
	background-color: #fff;
    border: 1px solid #0073AF;
    transition: 0.3s;
    color: #0073AF;
}

.flex-caption {
	position: relative;
	-webkit-animation: slideOut;
	-moz-animation: slideOut;
	-o-animation: slideOut;
	animation: slideOut;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
@-webkit-keyframes slideOut {
	0% {
		left: 30%;
		opacity: 0;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}
@-moz-keyframes slideIn {
	0% {
		left: 30%;
		opacity: 0;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}
@-o-keyframes slideIn {
	0% {
		left: 30%;
		opacity: 0;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}
@keyframes slideIn {
	0% {
		left: 30%;
		opacity: 0;
	}
	100% {
		left: 0;
		opacity: 1;
	}
}


/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#slider .caption {
		position: absolute;
		top: 55%;
	}

	#slider .caption h2 {
		font-size: 15px;
	}

	#slider .caption p {
		font-size: 10px;
		font-style: italic;
		margin: 0;
		padding: 0;
		color: #0073AF;
	}

	#slider .caption .btn {
		width: 80px;
	    height: 20px;
		font-size: 10px;
		margin-top: 5px;
		padding: 0;
	}
}

@media screen and (min-width: 522px) and (max-width: 765px) {
	.navbar .navbar-header.logo{
		margin-top: 10px;
		/*margin-left: 35%;*/
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#slider .caption {
		position: absolute;
		width: 100%;
		top: 50%;
	}

	#slider .caption h2 {
		font-size: 24px;
	}

	#slider .caption p {
		font-size: 16px;
		font-style: italic;
		margin-top: 15px;
		color: #0073AF;
	}

	#slider .caption .btn {
		width: 110px;
	    height: 30px;
		font-size: 12px;
		margin-top: 15px;

	}
}


/*Control Nav*/
#slider .flex-control-nav {
	position: absolute;
	display: inline;
	z-index: 2;
}

#slider .flex-control-nav li {
	margin: 5px;
	display: inline-block;
}

#slider .flex-control-paging li a {
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #0073AF;
}

#slider .flex-control-paging li a:hover {
	background: #0073AF;
}

#slider .flex-control-paging li a.flex-active {
	background: #0073AF;
	width: 12px;
	height: 12px;
}

/** ====== Welcome section mover styles ====== **/

.features{
	margin-top: 50px;
}

#welcome-section-mover {
	background: #fff  0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 80px 0 55px;
}
.single-welcome-mover {
margin-bottom: 100px;
	width: 100%;
}
.single-welcome-mover .img-holder:before {
	background: #0073AF;
}
.single-welcome-mover .img-holder img {
	transition: all .3s ease;
	margin-bottom: 40px;
	height:80px;
}
.single-welcome-mover:hover .img-holder img {
	opacity: .45;
}
.single-welcome-mover:hover .img-holder:before,
.single-welcome-mover:focus .img-holder:before,
.single-welcome-mover:active .img-holder:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.single-welcome-mover .content {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 40px 30px;
}
.single-welcome-mover .content a h2 {
	color: #000000;
	font-family: "Raleway",sans-serif;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 0.03em;
	margin: 0 0 13px;
	padding-bottom: 13px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.single-welcome-mover .content a:hover h2 {
	color: #0073AF;
}
.single-welcome-mover .content a h2:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #0073AF;
}
.single-welcome-mover .content p {
	font-size: 14px;
	font-weight: 500;
	color: #777777;
	margin-bottom: 0;
	font-family: 'Raleway', sans-serif;
}




.single-welcome-mover  .footer button , #simulateur  button.custom_btn ,#detail-simulator button{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin-top: 20px;
	background-color: #0073AF;
	color: #fff;
	border: 1px solid #fff;
	width: 160px;
	border-radius: 10px;
}

.btn_calculer{

	margin-top: 0px;
}

.single-welcome-mover .footer button:hover , #simulateur  button:hover ,#detail-simulator button:hover{
	background-color: #fff;
	border: 1px solid #0073AF;
	transition: 0.3s;
	color: #0073AF;
}

.to-top {
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: 1px solid #ffffff;
	border-radius: 0;
	bottom: -150px;
	color: #ffffff;
	cursor: pointer;
	font-size: 22px;
	height: 30px;
	line-height: 25px;
	position: fixed;
	right: 3%;
	text-align: center;
	width: 30px;
	z-index: 999;
	background-color: #0073AF;
}

/*About*/
#about {
	padding-top: 120px;
}

#about .about-heading {
	text-align: center;
	margin-top:80px ;
}

#about .about-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	font-size: 35px;
	text-transform: uppercase;

}

#about .about-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#about .about-left {
	position: relative;
    z-index: 2;
}

#about .about-right:before {
	content: "";
    border: 8px solid #e5eef0;
	width: 120%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

#about .about-right {
	position: relative;
	padding: 0 80px 150px 80px;
}

#about .about-right-heading h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding-top: 100px;
	text-transform: uppercase;
}

#about .about-right-boot:before {
	content: "\f080";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #0073AF;
}

#about .about-right-wrapper {
    padding-left:  78px;
    position: relative;
	left: 0;
	top: 75px;
}

#about .about-right-wrapper a {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	color: #282828;
}

#about .about-right-wrapper a:hover {
	color: #0073AF;
}

#about .about-right-wrapper p {
	line-height: 28px;
	margin-top: 20px;
	color: #8e8e8e;
}

#about .about-right-best:before {
	content: "\f201";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #0073AF;
}

#about .about-right-support:before {
	content: "\f025";
	font-family: 'FontAwesome';
	font-size: 45px;
	padding: 65px 30px 0 0;
	float: left;
	color: #0073AF;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#about {
		padding: 0;
	}

	#about .about-heading h2 {
		margin-top: 30px;
		font-size: 27px;
	}

	#about .about-heading p {
		margin-top: 20px;
		font-size: 12px;
		line-height: 20px;
	}

	#about .about-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#about .about-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#about .about-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about .about-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about .about-right-wrapper a > h3 {
		font-size: 20px;
	}

	#about .about-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about .about-right-best {
		margin-top: 40px;
	}

	#about .about-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-support {
		margin-top: 40px;
	}

	#about .about-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}


}

@media screen and (min-width: 300px) and (max-width: 700){

	.flexslider .slides img{

		height:400px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#about {
		margin-top: 50px;
		padding: 0;
	}

	#about .about-heading h2 {
		margin-top: 30px;
		font-size: 30px;
	}

	#about .about-heading p {
		margin-top: 20px;
		line-height: 20px;
	}

	#about .about-right:before {
		content: "";
	    border: 8px solid #e5eef0;
		width: 100%;
	    height: 100%;
	}

	#about .about-right {
		position: relative;
		padding: 30px;
		margin-top: 20px;
	}

	#about .about-right-heading h1 {
		padding-top: 20px;
		font-size: 25px;
		text-align: center;
	}

	#about .about-right-boot:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-wrapper {
	    position: relative;
		left: 0;
		top: 35px;
	}

	#about .about-right-wrapper a > h3 {
		font-size: 20px;
	}

	#about .about-right-wrapper p {
		margin-top: 20px;
		font-size: 13px;
	}

	#about .about-right-best {
		margin-top: 40px;
	}

	#about .about-right-best:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

	#about .about-right-support {
		margin-top: 40px;
	}

	#about .about-right-support:before {
		font-size: 30px;
		padding: 20px 20px 0 0;
	}

}

/*About bg*/
#about-bg {
	position: relative;
	background-image: url(../images/features/about2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-transform: uppercase;
    padding: 50px 0;
    color: #fff;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-bg-heading {
	font-family: 'Josefin', sans-serif;
	font-weight: 900;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
	padding-bottom: 8px;
	z-index: -2;
}

.about-bg-heading h1 {
	font-size: 40px
}

.about-bg-heading p {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-weight: 400;
	font-size: 16px;
}

.about-bg-wrapper {
	color: #fff;
	text-align: left;
	margin-top: 30px;
	z-index: -2;
}

#about-bg .about-bg-wrapper .name {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
#about-bg .form-control {
	background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
	border-color: rgba(255, 255, 255, 0.2);
	border-radius: 3em;
	height: 40px;
	padding: 7px 10px 10px 7px;
	font-size: 13px;
	color: #fff;
	margin-top: 20px;
	margin-left: 5px;
	margin-bottom: 10px;
	padding-left:10px;
}

select option:hover,
select option:focus,
select option:active,
select option:checked
{
	background: #000000;
	background-color:#fffdd1 !important; /* for IE */
}
option:not(:checked) {
	background-color: #fff;
}

#about-bg .about-bg-wrapper p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-top: 30px;
	float: left;

}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	.about-bg-heading h1 {
		font-size: 28px;
	}

	.about-bg-wrapper {
		margin-left: 25%;
	}

}

/*Media*/
@media screen and (min-width: 50px) and (max-width: 980px) {
	.about-bg-heading h1 {
		font-size: 30px;
	}

	.about-bg-wrapper {
		margin-left: 0;
	}

}

/*Service*/
#service {
	margin-top: 100px;
	background-attachment: scroll;
    padding-bottom: 0px;
    padding-top: 0px;
}

#service .col-md-6 {
	padding: 0;
	
}

#service .service-heading {
	text-align: center;
}

#service .service-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#service .service-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

.services-style-one {
	position: relative;
}

.services-style-one .outer-box {
	position: relative;
	background: #1c1c1c;
}

.services-style-one .services-column {
	position: relative;
	width: 50%;
	float: left;
	background: #f2f3f4;	
}

.services-style-one .service-block {
	position: relative;
	margin-bottom: 40px;	
}

.services-style-one .services-column .content-outer {
	position: relative;
	float: right;
	max-width: 700px;
	padding: 80px 20px 40px 40px;	
}

.services-style-one .services-column .icon-box {
	font-size: 36px;
	margin-bottom: 15px;
	line-height: 1px;
	color: #0073AF;	
}

.services-style-one .services-column h4 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #1c1c1c;	
}

.services-style-one .services-column .text {
	font-size: 13px;
	color: #5a5a5a;
	max-width: 250px;	
}

.services-style-one .content-column {
	position: relative;
	float: left;
	width: 50%;
	background: #1c1c1c;
	text-align: right;
}

.services-style-one .content-column .content-box {
	position: relative;
	float:left;
	padding: 170px 20px 100px 320px;
	max-width: 700px;	
}

.services-style-one .content-column .sec-title h2 {
	color: #fff;
}

.services-style-one .content-column .sec-title h2 > span {
	border-bottom: 2px solid #0073AF;
	padding-bottom: 5px;
}

.services-style-one .content-column .inner-box {
	position: relative;
}

.services-style-one .content-column .text {
	position: relative;
	margin: 30px 0;
	color: #999999;
	line-height: 25px;
}

.inner-box button {
	background-color: #0073AF;
	width: 120px;
	height: 35px;
	color: #fff;
}

.inner-box button:hover {
	background-color: #fff;
	color: #0073AF;
}

/*Service Footer*/
#service .service-footer {
	background: #222222;
	padding: 30px 0;
}

#service .service-footer-left h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #fff;
}

#service .service-footer-left h3 > span {
	color: #0073AF;
}

#service .service-footer-left p {
	font-size: 16px;
	color: #9d9d9d;
}

#service .service-footer-right {
	float: right;
	line-height: 80px;
}

#service .service-footer-right button {
	background-color: #0073AF;
	width: 180px;
	height: 50px;
	color: #fff;
}

#service .service-footer-right button:hover {
	background-color: #fff;
	color: #0073AF;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#service {
		margin-top: 50px;
	}

	#service .service-heading h2 {
		font-size: 27px;
	}

	#service .service-heading p {
		font-size: 13px;
	}

	.services-style-one .content-column .content-box {
		padding: 200px 20px 100px 20px;	
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#service {
		margin-top: 50px;
	}

	#service .service-heading h2 {
		font-size: 30px;
	}

	.services-style-one .content-column .content-box {
		padding: 200px 20px 100px 20px;	
	}
}

#service-content .img-holder img{
	height: 240px;
}
/*Portfolio*/
#portfolio {
	margin-top: 100px;
}

#portfolio .portfolio-heading {
	text-align: center;
}

#portfolio .portfolio-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#portfolio .portfolio-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#portfolio .portfolio-thumbnail {
	position: relative;
}

#portfolio .portfolio-thumbnail img {
	width: 100%;
	height:auto;
}

#portfolio .portfolio-thumbnail .col-md-3 {
	padding: 0;
}

#portfolio .portfolio-thumbnail .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(62, 212, 255, 0.7);
	opacity: 0;
	-moz-transition: opacity linear .3s;
	-webkit-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}

#portfolio .portfolio-thumbnail .item:hover > .caption {
	opacity: 1;
}

#portfolio .caption i {
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #0073AF;
	background-color: #fff;
	position: absolute;
	top: 45%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;

}

#portfolio .caption p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
	position: absolute;
	font-size: 17px;
	text-transform: capitalize;
	top: 55%;
	left: 30%;
	right: 30%;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#portfolio {
		margin-top: 50px;
	}

	#portfolio .portfolio-heading h2 {
		font-size: 27px;
	}

	#portfolio .portfolio-heading p {
		font-size: 13px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#portfolio {
		margin-top: 50px;
	}

	#portfolio .portfolio-heading h2 {
		font-size: 30px;
	}

}

/*Contact*/
#contact {
	margin-top: 100px;
}

#contact .contact-heading {
	text-align: center;
}

.contact-box{
	margin-bottom: 10px;
}

#contact .contact-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

#contact .contact-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/*Get In Touch*/
#get-touch.home {

	padding: 100px 0;
}



#get-touch .get-touch-heading {
	text-align: center;
}

#get-touch .get-touch-heading h2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	text-transform: uppercase;
}

#get-touch .get-touch-heading p {
	margin-top: 20px;
	line-height: 25px;
	color: #8e8e8e;
	margin-bottom: 50px;
}

#get-touch .content {
	margin-top: 50px;
}

#get-touch .content .form .custom_input {
	height: 50px;
	width: 100%;
	border-color: #ebebeb;
}

#get-touch .content .form textarea {
	width: 100%;
	height: 180px;
	border-color: #ebebeb;
	margin-top: 20px;
}

#get-touch .content .form .submit {
	text-align: center;
}

#get-touch .content .form .submit .btn {
	margin-top: 25px;
	background-color: transparent;
	color: #7e7e7e;
	border-color: #0073AF;
}

#get-touch .content .form .submit .btn:hover {
	background-color: #0073AF;
	color: #fff;
}


/*Map*/
#google-map{
    position:relative;
    margin-top:10px;
    height: 400px;
}

/*Client*/
#client {
	margin-top: 100px;
	text-align: center;
}

#client .col-md-2 {
	height: 100px;
}

#client span {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

#client img {
	max-height: 100px;
	vertical-align: middle;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
	#contact {
		margin-top: 50px;
	}

	#contact .contact-heading h2 {
		font-size: 27px;
	}

	#contact .contact-heading p {
		font-size: 13px;
	}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
	#contact {
		margin-top: 50px;
	}

	#contact .contact-heading h2 {
		font-size: 30px;
	}

}

/*Footer*/
#footer {
	margin-top: 0px;
	background-color: #181818;
	padding: 50px 0;
}

#footer .footer-heading {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding: 0 20px;
	color: #fff;
	margin-bottom: 60px;
}

#footer .footer-heading h3 {
	font-size: 20px;
	/*text-transform: capitalize;*/
}

span.line {
	border-bottom: 2px solid #0073AF;
	padding-bottom: 8px;
}

#footer .footer-heading p {
	font-family: 'Open Sans', sans-serif;
	word-spacing: 3px;
	font-weight: 300;
	margin-top: 0px;
	color: #7e7e7e;
}

#footer .footer-heading ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

#footer .footer-heading li {
	border-bottom: 1px solid #8b8b8b;
	padding: 10px 0;
}

#footer .footer-heading ul > li > a:before {
	content: "\f10c";
	font-family: 'FontAwesome';
	padding-right: 10px;
}

#footer .footer-heading ul > li > a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	color: #7e7e7e;
}

#footer .footer-heading ul > li > a:hover {
	color: #0073AF;
}

.vCentre{
	display: inline-block;
	vertical-align: middle;
	float: none;
}

#footer .insta img {
	float: left;
	width: 100px;
	height: 100px;
}

.icon-footer{
	margin-left: 20px;
}

.icon-footer img{
	margin-left: 5px;
}

.credits a {
    color: #fff;
}

/*Bottom Footer*/
#bottom-footer {
	background-color: #282828;
	padding: 20px 0;
	color: #8e8e8e;
}

#bottom-footer .footer-right ul > li > a {
	color: #8e8e8e;
}

#bottom-footer .footer-right ul > li > a:hover {
	color: #0073AF;
}

.connect i {
	background-color: #565a5f;
	color: #0073AF;
	font-size: 20px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.connect p {
	display: inline-block;
	color: #ffffff;
	margin: 0;
}
#footer .connect{

	margin-top: 30px;
}

#footer .connect span{
	color: #0073AF;
}

/**
* Page Title Styles.
**/

#page-title {
	background: url(/images/features/about2.jpg) center center no-repeat;
	background-size: cover;
	padding: 65px 0;
}
#page-title .container {
	position: relative;
}
#page-title .title {
	text-align: center;
}

#page-title .title h1 {
	color: #fff;
	display: inline-block;
	font-size: 34px;
	font-weight: bold;
	line-height: 50px;
	margin: auto;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
#page-title .page-breadcumb {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding-top: 12px;
	text-transform: uppercase;
}
#page-title .page-breadcumb a {
	color: #fff;
}
#page-title .page-breadcumb .fa {
	font-size: 15px;
	margin-right: 5px;
	margin-left: 5px;
}

/**
* Service Content Styles.
**/

#service-content {
	padding-top: 80px;
	padding-bottom: 72px;
}
#service-content .section-title h1 {
	font-size: 30px;
	margin: 0 0 43px;
}
#service-content .col-lg-8 p {
	font-size: 14px;
	line-height: 26px;
	color: #8E8D8D;
	font-weight: 500;
	margin-bottom: 10px;
}
#service-content .col-lg-8 p.highlighted {
	color: #3d3d3d;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}
#service-content .col-lg-8 button {
	background: #f69323;
	border: none;
	outline: none;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 45px;
	height: 45px;
	margin-right: 25px;
	font-family: 'Open Sans', sans-serif;
	padding: 0 28px;
}
#service-content .col-lg-8 button:hover {
	color: #000;
}
#service-content .col-lg-8 button:before {
	background: #FFBB00;
}
#service-content .col-lg-8 button .fa {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #fff;
}
#service-content .col-lg-8 button.bold {
	font-weight: bold;
}
#service-content:hover .img-holder:before {
	height: 100%;
}
#service-content .img-holder {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

#service-content .hvr-bounce-to-right:before {
	background: #FFFFFF;
}

#service-we-provide .section-title{

  margin-bottom: 70px;

	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	font-size: 35px;
	text-transform: uppercase;

}

#service-we-provide {
	padding-bottom: 50px;
	padding-top: 80px;
}

#get-touch.blog{

	background: #f9f9f9 none repeat scroll 0 0;
 	padding: 50px 0;
	margin-top: 10px;
}

.single-offer-service {
	background: #f9f9f9 none repeat scroll 0 0;
	margin-bottom: 30px;
	transition: all .3s ease;
}
.offer-service-text {
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
}
.offer-service-text h4 {
	color: #242424;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 20px;
	text-transform: uppercase;
}
.offer-service-text p {
	color: #898989;
}
.offer-img-holder {
	overflow: hidden;
	display:inline-block;
	position:relative;
}
.mission-left-img-holder img {
	width: 100%;
}
.single-offer-service:hover .offer-img-holder::before{
	background: rgba(1, 177, 215, 0.40) none repeat scroll 0 0;
	content: " ";
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	width: 100%;
	height: 100%;
	display:block;
}
.offer-img-holder img {
	width: 100%;
}
.single-offer-service:hover{
	background:#0073AF;
}
.single-offer-service:hover .offer-service-text h4{
	color:#ffffff;
}
.single-offer-service:hover .offer-service-text p{
	color:#ffffff;
}

/***
 features details
 */
#feature-content{
	padding-top: 80px;
	padding-bottom: 30px;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #0073AF;
}


#service-content ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#service-content ul li .fa {
	margin-top: 0px;
	color: #0073AF;
	margin-right: 10px;
	font-size: 16px;
}

.reasons ul li .fa{
	margin-top: 0px;
	color: #0073AF;
	margin-right: 10px;
	font-size: 16px;
}

.reasons ul li{
	font-size: 15px;
	margin-top: 10px;
}

#feature-content .section-title{

	margin-bottom: 90px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 500;
	font-size: 35px;
	text-transform: uppercase;
}

span.heading-line {
	width: 100px;
	height: 2px;
	display: block;
	background: #0073AF;
	margin-left: auto;
	margin-bottom: 40px;
	margin-top: 7px;
	padding: 0px;
	margin-right: auto;
	text-align: center;
}

.title{
	/*text-shadow:  rgba(2,179,214,0.3) 1px 1px 2px, rgba(2,179,214,0.3) -1px 1px 2px, rgba(2,179,214,0.3) -1px -1px 2px, rgba(2,179,214,0.3) 1px -1px 2px;*/
	padding-bottom:10px;
	padding-left:0px;
}

/*** Contact ******/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	color: #333;
}

.contact table {
	text-align: left;
	line-height: 40px;
	border-collapse: separate;
	border-spacing: 0;
	border: 2px solid #0073AF;
	width: 100%;
	border-radius: .25rem;
}

.contact  thead tr:first-child {
	background: #0073AF;
	color: #fff;
	border: none;
}

.contact  th:first-child, td:first-child { padding: 0 15px 0 20px; }

.contact thead tr:last-child th { border-bottom: 3px solid #ddd; }

.contact tbody tr:hover { background-color: rgba(230,74,60,.1); cursor: default; }
.contact tbody tr:last-child td { border: none; }
.contact tbody td { border-bottom: 1px solid #ddd; }

.contact td:last-child {
	text-align: right;
	padding-right: 10px;
}

.button {
	color: #aaa;
	cursor: pointer;
	vertical-align: middle;
}

.edit:hover {
	color: #0a79df;
}

.delete:hover {
	color: #0073AF;
}

#get-touch .background-icon {
	position: absolute;
	font-size: 300px;
	z-index: -1;
	opacity: 0.02;
	-webkit-transform: rotate( 25deg );
	-moz-transform: rotate( 25deg );
	transform: rotate( 25deg );
	top: -100px;
	right: 50px;
	color: #0073AF;
}

.myacount .background-icon{
	position: absolute;
	font-size: 300px;
	z-index: -1;
	opacity: 0.2;
	-webkit-transform: rotate( 25deg );
	-moz-transform: rotate( 25deg );
	transform: rotate( 25deg );
	bottom: 0px;
	right: -43px;
	color: #0073AF;
}

.contact-us .background-icon{
	position: absolute;
	font-size: 300px;
	z-index: -1;
	opacity: 0.2;
	-webkit-transform: rotate( 25deg );
	-moz-transform: rotate( 25deg );
	transform: rotate( 25deg );
	bottom: -31px;
	right: 5px;
	color: #0073AF;
}


.portfolio .background-icon{
	position: absolute;
	font-size: 300px;
	z-index: -1;
	opacity: 0.2;
	-webkit-transform: rotate( 25deg );
	-moz-transform: rotate( 25deg );
	transform: rotate( 25deg );
	bottom: -31px;
	right: 5px;
	color: #0073AF;
}


.documents .background-icon{
	position: absolute;
	font-size: 300px;
	z-index: -1;
	opacity: 0.2;
	-webkit-transform: rotate( 25deg );
	-moz-transform: rotate( 25deg );
	transform: rotate( 25deg );
	bottom: -31px;
	right: 5px;
	color: #0073AF;
}



.documents .panel{
	background-color: rgba(255,255,255,0.73);
}

label.btn span {
	font-size: 1.5em ;
}

label input[type="radio"] ~ i.fa.fa-circle-o{
	color: #c8c8c8;    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
	display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
	display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
	color: #0073AF;    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
	color: #0073AF;
}

label input[type="checkbox"] ~ i.fa.fa-square-o{
	color: #c8c8c8;    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
	display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
	display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
	color: #7AA3CC;    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
	color: #0073AF;
}

div[data-toggle="buttons"] label.active{
	color: #0073AF;
}

div[data-toggle="buttons"] label {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 2em;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	cursor: pointer;
	background-color: none;
	border: 0px solid
	#c8c8c8;
	border-radius: 3px;
	color: #c8c8c8;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

div[data-toggle="buttons"] label:hover {
	color: #0073AF;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
	-webkit-baox-shadow: none;
	box-shadow: none;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	/* margin-right: 0; */
	margin-left: 0;
}

/**** Style scroll Bar  *****/
/*
 *  STYLE 2
 */

.scrollbar
{
	overflow-y: scroll;
}

.scroll-style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.scroll-style-2::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.scroll-style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}

/**
* Simulateur
**/
#simulateur{
	height: auto;
	margin-top: 60px;
	padding: 20px 30px;
	box-shadow: 3px 6px 13px 0px rgba(0, 0, 0, 0.1);
	border: solid 1px gainsboro;
	margin-bottom: 100px;
	margin-top:50px ;
	border-radius: 15px;
}
#simulateur .control-label{
	text-align: left;
}
#simulateur .title h2 {
	color: #0073AF;
	font-family: 'Raleway', sans-serif;
	font-size: 1.3em;
	line-height:1.4;
	font-weight: 600;
	margin-bottom: 24px;
}



.col-border-right:after {
	content: '';
	position: absolute;
	top: 25%;
	right: 0px;
	width: 1px;
	height: 50%;
	line-height:50%;
	background-color:  #0073AF;
}

#simulateur .content{
}



.pricingTable{
	border: 1px solid #004f88;
	padding: 30px 0;
	text-align: center;
	position: relative;
	margin-top: 50px;
	cursor: pointer; cursor: hand;

}
.pricingTable:before,
.pricingTable:after{
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	opacity: 0;
	transition: all 0.5s ease 0s;
}
.pricingTable:before{
	top: -5px;
	left: -5px;
	border-top: 5px solid #004f88;
	border-left: 5px solid #004f88;
}
.pricingTable:after{
	bottom: -5px;
	right: -5px;
	border-bottom: 5px solid #004f88;
	border-right: 5px solid #004f88;
}
.pricingTable:hover:before,
.pricingTable:hover:after{
	width: 30%;
	height: 30%;
	opacity: 1;
}

.pricingTable.selected:before{
	width: 30%;
	height: 30%;
	opacity: 1;
	border-top: 5px solid #0073AF;
	border-left: 5px solid #0073AF;
}

.pricingTable.selected:after{
	width: 30%;
	height: 30%;
	opacity: 1;
	border-bottom: 5px solid #0073AF;
	border-right: 5px solid #0073AF;
}



.pricingTable .pricingTable-header{
	margin-bottom: 8px;
}
.pricingTable .heading{
	font-size: 22px;
	font-weight: 700;
	color: #333;
	margin: 0;
	text-transform: uppercase;
}
.pricingTable .price-Value{
	color: #0073AF;
}
.pricingTable .amount{
	font-size: 50px;
	position: relative;
}
.pricingTable .currency{
	display: inline-block;
	font-size: 35px;
	position: absolute;
}
.pricingTable .pricingTable-signup{
	display: inline-block;
	background: #004f88;
	font-size: 14px;
	font-weight: 800;
	color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.pricingTable .pricingTable-signup:hover{
	background: #ed2d7b;
}
@media only screen and (max-width:990px){
	.pricingTable{ margin-bottom: 30px; }
}

#simulateur .btn-intersssed{

	width: 250px;
}

#simulateur .background-icon{
	position: absolute;
	font-size: 300px;
	z-index: -1;
	opacity: 0.1;
	-webkit-transform: rotate( 25deg );
	-moz-transform: rotate( 25deg );
	transform: rotate( 25deg );
	bottom: 0px;
	right: 0px;
	color: #0073AF;
}

#sim_options_bar {
	margin-top: 50px;
}

#sim_options_bar  {
}

#sim_options_bar .link {

}

#sim_options_bar .result_link {
	color: #00a9e3;
	font-family: Oswald;
	font-weight: bold;
	font-size: 22px;
	padding: 0 0 0 35px;
	background: url(../images/d_arrow.png) no-repeat left center;
}

#sim_options_bar .result_link:hover {
	text-decoration: underline;
}

#simulateur .sperator {

	background-color: red;
	width: 90%;
	margin: auto;
	height: 1px;
	margin-top: 25px;
	border-radius: 0.5px;
}

#simulateur .contact p{

	font-size: 11px;
}

#simulateur .contact h4{

	margin-bottom: 20px;
}
/**
*  Detail Simulateur
**/
#detail-simulator{
box-shadow: 3px 6px 13px 0px rgba(0, 0, 0, 0.1);
border: solid 1px gainsboro;
padding: 10px 20px;
}
#detail-simulator .title{
	padding: 15px;
	background-color: #0073AF;
	color: white;
	border-radius: 10px;
	margin-top: 60px;
	font-weight:bold;
	margin-bottom: 50px;
}

.sub-title{
	padding: 12px;
	background-color: #0073AF;
	color: white;
	border-radius: 10px;
	margin-top: 30px;
	font-weight:bold;
	margin-bottom: 50px;
	text-align: center;
}
#detail-simulator .btn-cmd{

	margin-top: 50px;
	margin-bottom: 100px;
}
.control-label {
    taxt-align:left;
}

#detail-simulator .require{
	color: #0073AF;
	font-size: 18px;
}

#detail-simulator .form-group>label,#simulateur .form-group>label{
	font-weight: 600;
	font-size:12px;
}

#detail-simulator label.btn span {
    font-size: 1.3em;
}


#detail-simulator .form-horizontal .control-label{
    text-align: left !important;
}

#detail-simulator  .background-icon {
	position: absolute;
	font-size: 300px;
	z-index: -1;
	opacity: 0.07;
	-webkit-transform: rotate( 25deg );
	-moz-transform: rotate( 25deg );
	transform: rotate( 25deg );
	bottom: 0px;
	right: 30px;
	color: #0073AF;
}

#detail-simulator .note{
	color: #0073AF;
	border-left:#0073AF solid 1px ;
	padding: 10px;
	font-style: italic;
}
/* page login ***/


hgroup { 
	text-align:center;
	margin-top: 4em;
}

h1, h3 { font-weight: 300; }

h1 { color: #636363; }

.FormLogin {
	width: 380px;
	margin: 0em auto;
	margin-top: -37px;
	padding: 0em 2em 2em 2em;
	background: #fafafa;
	border: 1px solid #ebebeb;
	box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;
}

.groupLogin { 
	position: relative; 
	margin-bottom: 45px; 
}

.inputLogin {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	background: #fafafa;
	color: #636363;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #757575;
}

.inputLogin:focus { outline: none; }


/* Label */


.myLabel {
	color: #999; 
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: all 0.2s ease;
}


/* active */

input:focus ~ label, input.used ~ label {
	top: -20px;
  transform: scale(.75); left: -2px;
	/* font-size: 14px; */
	color: #4a89dc;
}
/* Underline */
.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 2px; 
	width: 0;
	bottom: 1px; 
	position: absolute;
	background: #4a89dc; 
	transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */
input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }

/* Highlight */

.highlight {
	position: absolute;
	height: 60%; 
	width: 100px; 
	top: 25%; 
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

/* active */

input:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
}


/* Animations */

@keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}


/* Button */

.buttonLogin {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  margin: .3em 0 1em 0;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #3160B6;
  cursor: pointer;
  transition: all 0.15s ease;
}
.button:focus { outline: 0; }


/* Button modifiers */

.buttonBlue {
  background: #E62210;
}

.buttonBlue:hover { background: #357bd8; }


/* Ripples container */

.ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}


/* Ripples circle */

.ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
  animation: ripples .4s ease-in;
}


/* Ripples animation */

@keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

footer { text-align: center; }

footer p {
	color: #888;
	font-size: 13px;
	letter-spacing: .4px;
}

footer a {
	color: #4a89dc;
	text-decoration: none;
	transition: all .2s ease;
}

footer a:hover {
	color: #666;
	text-decoration: underline;
}

footer img {
	width: 80px;
	transition: all .2s ease;
}

footer img:hover { opacity: .83; }

footer img:focus , footer a:focus { outline: none; }
.loginForm{
    padding-top:3px;
}
#identif-txt{
 padding-top:-64px;
}

form .error {
	color: #ff0000;
	font-size: 10px;
}
table.bleu {
    background-color: #e9e9e9;
    border: 1px solid #ccc;
    font-size: 12px;
}
.control-panel {
    padding: 10px 3px 5px 10px;
    background-color: #eee;
    margin: 10px 0 15px 0;
    border-bottom: 3px solid #00a6b6;
}
.btn.turquoise {
    background-color: rgba(0, 166, 182, 1 );
    color: #fff !important;
}
.turquoise {
    color: #00A6B6 !important;
}
.control-panel .input-group .form-control {
    margin-top: 0;
}
.control-panel .form-control, .control-panel .input-group, .control-panel .chosen-container-single .chosen-single {
    margin-top: 10px;
}
.trash {
	background:transparent url("../images/icones-bootstrap/delete.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}
.flash {
	background:transparent url("../images/icones-bootstrap/flash14.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}
.Modifier{
	background:transparent url("../images/icones-bootstrap/pencil41.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}
.file-pdf{
	background:transparent url("../images/icones-bootstrap/adobe21.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}
.salaries{
	background:transparent url("../images/icones-bootstrap/salaries.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}
.stats{
	background:transparent url("../images/icones-bootstrap/stats.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}
.entreprise_building{
	background:transparent url("../images/icones-bootstrap/building.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}
.calculator{
	background:transparent url("../images/icones-bootstrap/paper.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */

}
.cotisation{
	background:transparent url("../images/icones-bootstrap/coins.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */

}
.user{
	background:transparent url("../images/icones-bootstrap/user.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */

}
.certificate{
	background:transparent url("../images/icones-bootstrap/certificate.png") no-repeat 0 center;
    display: inline-block; /* create a block element behaving like an inline element */
    overflow: hidden; /* prevent text visibility */
    width: 20px; /* image width */
    height: 20px; /* image height */
}

/**** form search ****/
form.form-search {
    position: relative;
}
form.form-search:before {
    display: block;
    width: 14px;
    height: 14px;
    content: "\e003";
    font-family: 'Glyphicons Halflings';
    background-position: -48px 0;
    position: absolute;
    top:3px;
    left:8px;
    opacity: .5;
    z-index: 1000;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	padding: 0 5px;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{}
.chosen-container-multi .chosen-choices li.search-field input[type="text"]{
	border-color: #2FB5C3;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
}
.sidebar .sidebar-search {
    padding: 15px;
}
.input-group .btn {
    background-color: #00a6b6;
    color: #fff;
}
/* DataTable */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}
.notification {
    padding: 10px;
    border-left: 3px solid #ccc;
    background-color: #eee;
    margin-bottom: 15px;
}
.agg-btn-bleu {
    background: #3498db;
    border-bottom: 2px solid #3461db;
    -webkit-box-shadow: inset 0 -2px #3461db;
    box-shadow: inset 0 -2px #3461db;
}
.agg-btn {
    position: relative;
    vertical-align: top;
    border-bottom: 2px solid #bbb;
    opacity: 0.8;
    box-shadow: inset 0 -2px #bbb;
}
.agg-panel .p-header, .titre-form {
    border-bottom: 1px solid #ccc;
    color: #3498db;
}
#table1{
    background-color: #e9e9e9;
    border: 1px solid #ccc;
    font-size: 12px;
}
.agg-admin-btn, .agg-btn {
    padding: 5px 10px;
    margin: 5px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    background: #ccc;
    border: 0;
    cursor: pointer;
    -webkit-box-shadow: inset 0 -2px #bbb;
    display: inline-block;
    font-size: 14px;
}
.contact-container .contact-info strong {
    color: #59AAE0;
}
/*
.agg-panel {
    border: 1px solid #ccc;
    border-bottom: 3px solid #ccc;
    margin: 15px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 10px;
}*/
.contact-container {
    padding: 30px 0;
    font-size: 14px;
}


/*** custom checkboxes ***/

#send_mail{ display:none; } /* to hide the checkbox itself */
#send_mail + label:before {
	font-family: FontAwesome;
	display: inline-block;
	color:#0073AF;

}

.label_check {  }

#send_mail + label:before { content: "\f096"; } /* unchecked icon */
#send_mail + label:before { letter-spacing: 10px; } /* space between checkbox and label */

#send_mail:checked + label:before { content: "\f046"; } /* checked icon */
#send_mail:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */


/** style agg *****/
.blog-container{
	padding-top: 15px;
	padding-bottom: 30px;
	font-size: 14px;
}



.blog-container .blog-article{
	background-color: #fff;
	margin-bottom: 15px;
	border-bottom: 3px solid #e1e1e1;
}

.blog-container .blog-article .blog-titre-cont{
	border-bottom: 1px solid #e1e1e1;
	padding: 1px 10px;
}


.blog-article a.blog-titre{
	color: #00A6B6;
	text-decoration: none;
}

.blog-article a.blog-titre:hover{
	color: #3498DB;
}

.blog-article .blog-article-body{
	padding: 30px;

}

.blog-article .bog-article-info{
	padding: 3px 10px;
	border-top: 1px solid #ededed;
	color: #aaa;
	font-size: 12px;
	background-color: #f5f5f5;
}

/* --------------- article ---------------------- */

.section-header{
	padding: 20px 10px 30px 50px;
	background-color: #fff;
	margin-top: 82px;
}

.article-body{
	background-color: #f1f1f1;
	padding: 30px 0;
	text-align: justify;
}

.article-img-intro-contener{
	text-align:center;
}
.article-img-intro{
	margin: 0 10px 10px 0%;
	max-width: 100%;
	height: auto;
	text-align:center;
}


table.bleu{
	background-color: #e9e9e9;
	border:1px solid #ccc;
	font-size: 12px;
}

table.bleu tr th{
	background-color: #0073AF !important;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;	font-weight: bold!important;
}


table.bleu tr:nth-child(odd){
	background-color: #f6f6f6;
}

table.bleu tr td{
	vertical-align: middle;
}

table.bleu tfoot tr td,
table.bleu tfoot tr td{
	color: #fff;
	background-color: #59AAE0;
	border-right: 1px solid #fff;
}

table.linked-tr tr:hover{
	background-color: #74C8FC !important;
	cursor: pointer;
	color: #fff;
}

table.linked-tr tr.no-hover:hover{
	background-color: transparent !important;
	cursor: default;
}

a.action-icon{
	font-size: 16px;
}

a.action-icon:hover{
	color: #00A6B6;
}

a.pdf-icon{
	color: #F14836;
}
.partenaire_img
{


}
#partenaire_logo li
{
	background:#fff;
	padding-top : 5px;
	padding-bottom : 5px;
	border: 1px solid #ccc;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

.top-error{
	margin-top :110px;
}


.blog-articles .article .art-body:before, .blog-articles .article .art-body:after{
	clear: both;
	content: " ";
	display: table;
}



.blog-articles-title-container{
	background-color: #fff;
	padding-top: 20px;
}

.blog-articles-title-container .blog-title{
	color: #ccc;
}

.blog-articles{
	margin-top: 15px;
}

.blog-articles .article{
	margin-bottom: 15px;
	background-color: #fff;
	border-bottom: 5px solid #ccc;
}

.blog-articles .article .art-title{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.blog-articles .article .art-title a{
	color:  #00A6B6;
	text-decoration: none;
}

.blog-articles .article .art-title a:hover{
	color: #3498db;
}


.blog-articles .article .art-body{
	padding: 15px 0;
}

.blog-articles .article .art-info-bar{
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding: 3px;
}

.blog-articles .article .art-info-bar .info-item{
	display: inline-block;
	padding-right: 15px;
}


.broker-partener{

	margin-top: 50px;
	height: auto;
	padding: 20px 30px;
	box-shadow: 3px 6px 13px 0px rgba(0, 0, 0, 0.1);
	border: solid 1px gainsboro;
	margin-bottom: 100px;

	border-radius: 15px;
	overflow: hidden;
	background: url(../images/pattern/pattern-01.png) repeat-y 0 0 ,url(../images/pattern/pattern-02.png) repeat-y top right ;
}

.broker-partener .background-icon {
	position: absolute;
	font-size: 300px;
	z-index: -1;
	opacity: 0.2;
	-webkit-transform: rotate( 25deg );
	-moz-transform: rotate( 25deg );
	transform: rotate( 25deg );
	bottom: 0px;
	right: -43px;
	color: #0073AF;
}

.broker-partener label{
	color: #3ebac6;

}

.broker-partener input{
	border: 1px solid  #3ebac6;

}


.broker-partener button.custom_btn , .login button.custom_btn , .list-quote button.custom_btn  {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 17px;
	margin-top: 20px;
	background-color: #0073AF;
	color: #fff;
	border: 1px solid #fff;
	width: 160px;
	padding-bottom: 31px;
	border-radius: 10px;

}

.broker-partener button:hover  , .login button:hover , .list-quote button:hover{
	background-color: #fff;
	border: 1px solid #0073AF;
	transition: 0.3s;
	color: #0073AF;
}

.broker-partener h2{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 17px;
	color: #0073AF;
}

 #anim{
            animation: Test 1s infinite;
        }
        @keyframes Test{
            0%{opacity: 1;}
            50%{opacity: 0;}
            100%{opacity: 1;}
        }   

		span.item_alert{
			display: block;
			text-align: left;
		}
span.item_alert:first-child{
	margin-top: 10px;
}



