
input[type="text"], textarea, input[type="submit"] {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	outline:none;
	font-family: 'Open Sans', sans-serif;
}

::-webkit-input-placeholder {}

.panel {
	float:left;
	width:100%;
	border-radius:0px;
	padding:0px;
	margin:0px;
	box-shadow:none;
	background:none;
	border:none;
}

.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

ul {
	margin:0px;
	padding:0px;
}

section {
	float:left;
	width:100%;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tableRow {
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.tableCell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.btn-success,.btn-info,.btn-primary {
	display:inline-block;
}


@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Averta';
    src: url('../fonts/Averta.eot');
    src: url('../fonts/Averta.eot') format('embedded-opentype'),
         url('../fonts/Averta.woff2') format('woff2'),
         url('../fonts/Averta.woff') format('woff'),
         url('../fonts/Averta.ttf') format('truetype'),
         url('../fonts/Averta.svg#Averta') format('svg');
}


@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AvertaBlack';
    src: url('../fonts/AvertaBlack.eot');
    src: url('../fonts/AvertaBlack.eot') format('embedded-opentype'),
         url('../fonts/AvertaBlack.woff2') format('woff2'),
         url('../fonts/AvertaBlack.woff') format('woff'),
         url('../fonts/AvertaBlack.ttf') format('truetype'),
         url('../fonts/AvertaBlack.svg#AvertaBlack') format('svg');
}

@font-face {
    font-family: 'AvertaSemibold';
    src: url('../fonts/AvertaSemibold.eot');
    src: url('../fonts/AvertaSemibold.eot') format('embedded-opentype'),
         url('../fonts/AvertaSemibold.woff2') format('woff2'),
         url('../fonts/AvertaSemibold.woff') format('woff'),
         url('../fonts/AvertaSemibold.ttf') format('truetype'),
         url('../fonts/AvertaSemibold.svg#AvertaSemibold') format('svg');
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Open Sans', sans-serif;
    font-family: 'Averta';
	color:#000;
}

p,label {
	font-family: 'Open Sans', sans-serif;
    font-family: 'Averta';
	font-size:15px;
	line-height:22px;
	color:#000;
}

body {
	font-family: 'Open Sans', sans-serif;
    font-family: 'Averta';
	color:#000;
}

.btn-success,.btn-info,.btn-primary {
	display:inline-block;
    font-family: 'Averta';
}

#header {
	background:#fafafd;
	padding-top:15px;
	position:relative;
	z-index:99999;
}

#header.edit {
	padding-top:15px;
	padding-bottom:5px;
	box-shadow:0px 0px 5px 3px rgba(243,149,56,0.25);
}

#header.edit .navbar {
	border:none;
}

#header.edit .bg-faded {
	border:none;
}
#header .navbar-nav {
	position:absolute;
	top:0%;
	right:0%;
}
.navbar {
	background:none;
	padding:0px 0px;
	border-bottom:1px solid #e3e3e4;
	padding-bottom:13px;
}

.navbar-brand {
	padding-top:5px;
}

.navbar-brand img {
	height:27px;
}

#header .navbar-nav .nav-link {
	font-size:13px;
	text-transform:uppercase;
	color:#646464;
	padding:0px 15px;
	line-height:32px;
	border-radius:16px;
	margin-top:7px;
    font-family: 'Averta';
}

#header .btn-success {
	background:url(../img/btn.png) 50% 50% no-repeat;
	background-size:cover;
	border:none;
	color:#fff !important;
	line-height:32px!important;
	padding:0px 15px;
	margin-left:10px;
	border-radius:16px;
	margin-top:7px;
	box-shadow:0px 2px 10px 0px rgba(0,0,0,0.3);
	font-weight:600;
}

#header .btn-success:hover {
	background:url(../img/btn.png) 50% 50% no-repeat!important;
	background-size:cover!important;
	border:none;
	color:#fff !important;
	margin-left: 10px !important;
}

#header .navbar-light .navbar-nav .active>.nav-link,#header .navbar-light .navbar-nav .nav-item .nav-link:hover {
	color:#f28f36;
	background:#fff;
	line-height:32px;
	padding:0px 15px;
	border-radius:16px;
	margin-top:7px;
	box-shadow:-3px 0px 5px 1px #faf4f2;
	font-weight:bold;
}

#header .navbar-light .navbar-nav .active {
	margin: 0 10px;
}

#header span {
	display:inline-block;
	border-left:1px solid #e1e1e3;
	padding-left:20px;
	margin-left:15px;
}

#header h6 {
	font-size:14px;
	color:#000000;
	margin-bottom:0px;
}

#header h4 {
	font-size:22px;
	color:#000000;
	font-weight:bold;
	margin-top:3px;
	margin-bottom:0px;
}

h4 {
	color:#2d2d2d;
}

p.light {
	color:#b4b4b4;
	font-size:20px;
	line-height:32px;
}

h1 b, h4 b  {
	color:#f28e36;
    font-family: 'AvertaBlack';
	font-weight:400;
}

@media (min-width: 1600px) {
.container {
    width: 1300px;
    max-width: 100%;
}
}

/* Banner Style */
#banner {
	background:#fafafd url(../img/banner-img.png) 0% 7% no-repeat;
	padding-bottom:40px;
	position:relative;
}

#banner .top-img {
	position:absolute;
	top:0%;
	left:0%;
}

#banner .top-img img {
	width:100%;
}

#banner img.right-img {
	max-width:650px;
	margin-left:-130px;
	margin-top:40px;
}

#banner #accroche {
	align-self: center;
}

#banner h1 {
	font-family: "AvertaSemibold";
	font-size:30px;
	color:#2d2d2d;
	font-weight:bold;
	position:relative;
	z-index:99999;
	margin-bottom:15px;
	line-height:38px;
	display:inline-block;
}

#banner h1 b {
    font-family: 'AvertaBlack';
    font-weight: 400;
}

#banner h1:before {
	content:'';
	position:absolute;
    bottom: 39px;
    right: 0px;
    height: 12px;
	background:url(../img/line-1.png) 50% 50% no-repeat;
	width:460px;
	z-index: -9;
}

#banner h1:after {
	content:'';
	position:absolute;
    bottom: 3px;
    right: auto;
    left: -1px;
	height:12px;
	background:url(../img/line-2.png) 50% 50% no-repeat;
	width:272px;
	z-index: -9;
}

#banner  .fa {
	font-size:30px;
	color:#fff;
}

#banner .container {
	position:relative;
	z-index:99;
}

#banner p.light {
	font-size:21px;
	line-height:28px;
	margin-bottom:20px;
}

#banner a.btn-primary {
	box-shadow:0px 2px 10px 0px rgba(0,0,0,0.3);
}

a.btn-primary {
	font-family: "AvertaSemibold";
	color:#fff;
	font-size:16px;
	line-height:42px;
	background:url(../img/btn1.png) 50% 50% no-repeat;
	background-size:cover;
	display:inline-block;
	width:200px;
	text-align:center;
	text-decoration:none;
	border-radius:20px;
	font-weight:bold;
}

a.btn-primary:active, a.btn-primary:focus {
	outline: none !important;
	box-shadow: none !important;
	background-color: inherit !important;
}

a.btn-primary.border {
	width:auto;
	background:url(../img/btn2.png) 50% 50% no-repeat;
	background-size:100% 100%;
	padding:0px 30px;
	margin-left:10px;
	color:#000;
	border: none !important;
}

a.btn-primary.border:active, a.btn-primary.border:focus {
	color: inherit !important;
}

a.btn-primary.blog {
	background:url(../img/btn3.png) 50% 50% no-repeat;
	background-size:cover;
}

#banner .s-top {
	padding-top:20px;
	padding-bottom:60px;
}

#banner ul li {
	list-style:none;
	display:inline-block;
	text-align:center;
	width:20%;
	float:left;
}

.fa {
	color:red;
}

#banner ul li  h6 {
	font-size:18px;
	line-height:22px;
	margin-top:5px;
	font-weight:bold;
}

#banner.method {
	padding-bottom:70px;
}

#banner.method h1 {
	margin-top:80px;
}

#banner.method h2 {
	font-family: "AvertaSemibold";
	color:#2d2d2d;
	font-size:21px;
	font-weight:bold;
	margin-top:15px;
}

#banner.method h1:after, #banner.method h1:before {
	display:none;
}

#banner.method p.light {
    font-size: 19px;
    line-height: 35px;
    margin-bottom: 20px;
}

#banner.method .tp {
	margin-top:60px;
}


#banner.service {
	background:#fafafd url(../img/banner-service.png) 0% 0% no-repeat;
	position:relative;
	padding:0px;
	background-size:auto 100%;
}

#banner.service .bg {
	background:url(../img/banner-mps.png) 97% 20% no-repeat;
	padding:40px 0px;
	position:relative;
}

#banner.service p.light {
    font-size: 16px;
	line-height:24px;
}

#banner.service h1 {
	font-size:26px;
	line-height:34px;
	margin-bottom:5px;
}

#banner.service h1:before {
    content: '';
    top: 21px;
    right: -1px;
    height: 9px;
    width: 261px;
    z-index: -9;
    bottom: auto;
}

#banner.service h1:after {
	display:none;
}

#banner.service .sp-b {
	padding:0px 5px;
}

#banner.service .bg-white {
	background:#fff;
	border-radius:15px;
	padding:25px 35px 20px 35px;
	box-shadow:9px 9px 32px 0px rgba(243,149,56,0.15);
}

#banner.service h5 {
	font-family: "AvertaBlack";
	color:#2d2d2d;
	font-size:21px;
	margin-bottom:30px;
}

#banner.service.contact h5 {
	font-size:24px;
}

input {
	display:inline-block;
    height: 42px;
    width: 100%;
    border: 1px solid #bebebf;
    border-radius: 20px;
    padding-left: 20px;
    background: none;
    margin-bottom: 15px;
    color: #bebebf;
    font-size: 14px;
    outline: none;
	border-radius:35px;
}

textarea {
	display:inline-block;
    height: 100px;
    width: 100%;
    border: 1px solid #bebebf;
    border-radius: 20px;
    padding-left: 20px;
    padding-top: 10px;
    background: none;
    margin-bottom: 15px;
    color: #bebebf;
    font-size: 14px;
    outline: none;
	border-radius:20px;
	resize:none;
    height: 95px;
}

#banner input[type="submit"] {
	font-family: "AvertaSemibold";
	color:#fff;
	font-weight:bold;
    height: 45px;
    line-height: 45px;
	border:none;
	padding:0px;
	width:290px;
    background: url(../img/btn1.png) 50% 50% no-repeat;
    background-size: cover;
	cursor:pointer;
}

::-webkit-input-placeholder {
    color: #bebebf !important;
}

#banner.app {
	padding:50px 0px;
	background:url(../img/banner-app-1.png) 0% 0% no-repeat, url(../img/banner-app-2.png) 100% 100% no-repeat, url(../img/banner-app-3.png) 0% 100% no-repeat ;
	background-color:#fafafd;
}

#banner.app h4:before, #banner.app h4:after {
	display:none;
}

#banner.app b {
	font-weight:900;
}

#banner.service.contact {
    padding: 50px 0px 80px 0px;
    background: url(../img/banner-app-1.png) 0% 0% no-repeat, url(../img/banner-app-2.png) 100% 100% no-repeat, url(../img/img-contact.png) 0% 100% no-repeat;
    background-color: #fafafd;
}

#banner.service.contact h4 {
	margin-top:0px;
}

#banner.service.contact h4:before {
	display:none;
}

#banner.service.contact h4 b {
	font-size: 39px;
	line-height: 49px;
}

#banner.service.contact p.light {
	font-size: 21px;
	line-height: 31px;
}

#banner.service.contact .bg-white {
	background:url(../img/bg-img.png) 50% 50% no-repeat;
	background-size:cover;
	padding:45px 100px 25px 100px;
}

#banner.service.contact .bg-white input, #banner.service.contact .bg-white textarea ,#banner.service.contact .bg-white h5 {
	border-color:#fff;
	color:#fff;
}

#banner.service.contact .bg-white ::-webkit-input-placeholder {
	color:#fff !important;
}

#banner.service.contact input[type="submit"] {
	background:#fff;
	width:170px;
	color:#0a0a0a;
}

#banner.service.contact p.privacy {
	color: #fff;
	font-size: 10px;
}

/* service-info Style */
#service-info  {
    background: url(../img/banner-app-1.png) 0% 0% no-repeat, url(../img/banner-app-2.png) 100% 100% no-repeat, url(../img/img-service.png) 0% 100% no-repeat;
    background-color: #fafafd;
	position:relative;
}

#service-info .align-cont {
	position:absolute;
	top:180px;
	left:0;
	width:100%;
}

#service-info h1 {
	font-family: "AvertaBlack";
    font-size: 39px;
    line-height: 34px;
    margin-bottom: 25px;
}

#service-info  p.light {
    font-size: 21px;
    line-height: 24px;
	font-weight: 400;
}

#fix-right {
	list-style:none;
	padding:0px;
	margin:0px;
	position:absolute;
	top:30%;
	right:40px;
	z-index:999;
	display:none;
}

#fix-right li {
	width:100%;
	margin:10px 0px;
	text-align:right;
}

#fix-right li a, #bx-pager a {
	color:#646464;
	font-size:13px;
	text-align:right;
	display:inline-block;
	text-transform:uppercase;
}

#bx-pager a.active {
	font-family: "AvertaBlack";
	color:#f28e36;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}

#service-info .bx-wrapper {
	margin:0px;
}

#service-info .bx-viewport {
	height:500px !important;
}

#service-info .bg {
    background:url(../img/bg-img.png) 50% 50% no-repeat;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.5);
	padding:40px 40px;
	position:relative;
	margin-bottom:50px;
	margin-top:70px;
	width:90%;
}

#service-info .bg h6 {
	color:#fff;
	font-size:100px;
    line-height: 60px;
    font-family: 'AvertaBlack';
	opacity:0.1;
	position:absolute;
	bottom:0;
	right:0;
}

#bx-pager {
	position:absolute;
	top:25%;
	right:35px;
	z-index:999;
}

#bx-pager  ul {
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px;
	text-align:right;
}

#bx-pager  ul li {
	padding:5px 0px;
}

#service-info .img-pc {
	position:absolute;
	top:-65px;
	right:0px;
}

#service-info h2 {
	font-family: "AvertaBlack";
	color:#fff;
	font-size:24px;
	font-weight:900;
}

#service-info .rt p {
	color:#171d3d;
	font-size:15px;
	line-height:35px;
	margin:0px;
	font-weight:600;
}

#service-info .rt p span {
	position:relative;
	display:inline-block;
	vertical-align:middle;
    z-index: 9999;
}

#service-info .rt p span:before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: -1px;
    height: 6px;
    background: url(../img/line-1.png) 50% 50% no-repeat;
    width: 101%;
    z-index: -9;
}

#service-info p a {
	color:#171d3d;
	font-weight: 300;
}


#service-info .bxslider li {
	margin-top:40px;
	margin-left:40px;
	opacity:.5;
}

#service-info .bxslider li:first-child {
	opacity:.5;
}

#service-info .bxslider li.active-slide {
	opacity:1;
}

/* map-info Style */
#map-info {
	background:#fff url(../img/bg-map.png) 100% 0% no-repeat;
	padding:80px 0px 97px 0px;
}

#map-info h4 {
	font-family: "AvertaBlack";
	color:#000000;
	font-size:20px;
}

#map-info p {
	color:#000000;
	font-size:15px;
	line-height:24px;
	margin:0px;
}

#map-info p b {
	font-family: "AvertaBlack";
	font-weight: 300;
}


/* info-ul Style */
#info-ul {
	padding:50px 0px 70px 0px;
}

#info-ul ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 20%;
    float: left;
}

#info-ul ul li h6 {
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
    font-weight: bold;
}

/* next-phone style */
#next-phone {
	background:#fff;
	padding-top:20px;
	position:relative;
	padding-bottom:100px;
}

#next-phone  img {
	width:100%;
}

#next-phone .circle {
	position:absolute;
	bottom:170px;
	left:10px;
}

#next-phone h4 {
	font-size:20px;
	font-weight:bold;
}

#next-phone h5 {
	font-size:26px;
	color:#2d2d2d;
	font-weight:bold;
	margin-top:80px;
	position:relative;
	z-index:999999;
}

#next-phone h5:before {
	content:'';
	position:absolute;
	bottom: 0px;
	left: 0px;
	height:12px;
	background:url(../img/line-3.png) 50% 50% no-repeat;
	width:159px;
	z-index: -9;
}

#next-phone p.light {
	font-size:16px;
	line-height:24px;
	margin-bottom:25px;
}

#next-phone p {
	margin-bottom:20px;
}

#next-phone p.bt {
	margin-bottom:40px;
}

#next-phone .btn-primary, #next-phone p, .carousel-item {
	position:relative;
	z-index:999;
}

#next-phone.app {
	padding-bottom:0px;
	position:relative;
}

#next-phone.app .carousel-indicators, #next-phone .bx-wrapper .bx-pager  {
	bottom:50px;
}

#next-phone .btn-primary, #next-phone p, #next-phone .bx-wrapper{
	position:relative;
	z-index:999;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    height: 11px;
    width: 11px;
    background: #fdebd8;
    border-radius: 100%;
    max-width: 11px;
	margin:0px 3px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #f5b141;
}

/* main-info Style */
#main-info  {
	padding:50px 0px 100px 0px;
	background:url(../img/bg-main-info.png) 20% 50% no-repeat;
}

#main-info h5 {
	font-family: "AvertaSemibold";
	color:#2d2d2d;
	font-size:25px;
	line-height:35px;
	font-weight:bold;
	margin-bottom:25px;
}

#main-info .position {
	position:relative;
}

#main-info .align {
	position:absolute;
	top:-77px;
	left:70px;
}

#main-info .btn-primary {
	width:auto;
	padding:0px 25px;
}

#main-info .top {
	margin-top:50px;
}

#main-info h4 {
	font-family: "AvertaSemibold";
	color:#444444;
	font-size:26px;
	line-height:37px;
	font-weight:bold;
	margin-bottom:15px;
	padding-left:50px;
	display:inline-block;
	width:100%;
}

#main-info h4 img {
	float:left;
	margin-left:-50px;
	margin-right:10px;
}

#main-info p {
	color:#444444;
	font-size:16px;
	line-height:29px;
	margin-bottom:30px;
}

#main-info p b {
	font-family: "AvertaSemibold";
}

#main-info .b-right {
	border-right:2px solid #f8c799;
}

#main-info .b-left {
	border-left:2px solid #f8c799;
}

#main-info .b-right-img {
	background:url(../img/b-right-img.png) 100% 0% no-repeat;
}

#main-info .number {
	display:inline-block;
	color:#f28e36;
	font-size:22px;
	font-weight:bold;
	text-align:center;
	background:#fff;
	width:38px;
	height:38px;
	line-height:38px;
	border-radius:50%;
	box-shadow:0px 0px 15px 0px rgba(242,142,54,.33);
	position:absolute;
	top:-15px;
	right:-20px;
}

#main-info .number.le {
	right:auto;
	left:-20px;
}

#main-info .s-right {
	padding-right:40px;
}

#main-info .s-left {
	padding-left:40px;
}

#main-info .top-img {
	margin-top:200px;
}

/* info-phone Style */
#info-phone {
	background:url(../img/bg-info-phone.png) 50% 50% no-repeat;
	background-size:cover;
}

#info-phone .bg {
	background:url(../img/bg-fb.png) 95% 50% no-repeat, url(../img/m-2.png) 5% 10% no-repeat, url(../img/m-1.png) 93% 100% no-repeat;
	padding:75px 15px 35px 15px;
}

#info-phone p {
	font-family: "AvertaSemibold";
	color:#ffffff;
	font-size:22px;
	line-height:30px;
}

#info-phone p b {
	font-family: "AvertaBlack";
	font-size:28px;
	font-weight: 300;
}

#info-phone h6 {
	font-family: "AvertaSemibold";
	color:#ffffff;
	font-size:18px;
	line-height:22px;
}

#info-phone .btn-white {
	font-family: "AvertaSemibold";
	display:inline-block;
	color:#f4a03c;
	background:#fff;
	font-size:17px;
	line-height:45px;
	border-radius:35px;
	min-width:170px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:40px;
	box-shadow:0px 2px 10px 0px rgba(0,0,0,0.3);
}

/* testi Style */
#testi {
	padding:35px 0px 25px 0px;
	background:#fafafd url(../img/bg-testi.png) 0px 30px no-repeat;
}

#testi h4 {
	color:#535353;
	font-size:27px;
	font-weight:bold;
	margin:10px 0px;
}

#testi p {
	color:#535353;
	font-size:16px;
	margin:15px 0px;
}

/* info-big Style */
#info-big {
	background:#fff url(../img/bg-info-big.png) 100% 100px no-repeat;
	position:relative;
}

#info-big .left {
	padding:40px 15px;
}

#info-big .bg {
	background:#fafafd url(../img/bg-info-big.png) 100% 100px no-repeat;
}

#info-big .img {
	position:absolute;
	right:70px;
	top:-50px;
    z-index: 999;
}

#info-big .img-r {
	position:absolute;
	top:40%;
	right:50px;
	width:35px;
}

#info-big h2 {
	font-family: "AvertaSemibold";
	color:#2d2d2d;
	font-size:27px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	display:inline-block;
	position:relative;
    z-index: 99999;
}

#info-big h2:before {
    content: '';
    position: absolute;
    top: 20px;
    right: -1px;
    height: 8px;
    background: url(../img/line-1.png) 50% 50% no-repeat;
    width: 112px;
    z-index: -9;
}

#info-big h2.lg:before {
	content:'';
	width:113px;
}

#info-big p.light {
	font-size:17px;
	line-height:27px;
	margin:0px 0px 50px 0px;
}

#info-big p.lg {
	color:#444444;
	font-size:17px;
	line-height:27px;
	margin:0px 0px 50px 0px;
}

#info-big h3 {
	color:#2d2d2d;
	font-size:16px;
	font-weight:bold;
	margin:0;
	display:inline-block;
	position:relative;
    z-index: 99999;
}

#info-big .icon-reassurance {
	display: flex;
	align-self: center;
	justify-content: center;
	align-items: center;
}

#info-big .reassurance {
	display: flex;
	align-self: center;
	align-items: center;
}

#info-big .b-right {
	border-right:1px solid #b4b4b4;
	min-height:45px;
}

#info-big .bt {
	margin-bottom:30px;
}

/* Number Info Style */
#number-info {
	position:relative;
	padding-bottom:70px;
}

#number-info img.left {
	position:absolute;
	top:-130px;
	left:0;
}

#number-info img.right {
	position:absolute;
	bottom:70px;
	right:0;
}

#number-info h2 {
	font-family: "AvertaSemibold";
	color:#2d2d2d;
	font-size:25px;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	display:inline-block;
	position:relative;
    z-index: 99999;
}

#number-info h2:before {
    content: '';
    position: absolute;
    bottom: 0px;
    right: -4px;
    height: 8px;
    background: url(../img/line-1.png) 50% 50% no-repeat;
    width: 102%;
    z-index: -9;
}

#number-info p.light {
	font-size:17px;
	line-height:27px;
	margin:0px 0px 50px 0px;
}

#number-info  ul {
	list-style:none;
	width:100%;
	margin:0px;
	padding:0px;
}

#number-info  ul li {
	display:inline-block;
	float:left;
}

#number-info  ul li:first-child {
	margin-top:250px;
}

#number-info  ul li.sd {
	margin-top:100px;
}

#number-info  ul li.td {
	margin-top:0px;
}

#number-info  ul li.fd {
	margin-top:-100px;
}

#number-info  .number-div {
	display:inline-block;
	background:url(../img/bg-number-div.png) top left no-repeat;
	background-size:cover;
	width:277px;
	height:282px;
	padding-top:30px;
	padding-right:50px;
	margin:0px -12px;
	position:relative;
	cursor: pointer;
}

#number-info  .number-div.active:before {
    content: '';
    position: absolute;
    top: -105px;
    left: -50px;
    background: url(../img/li-left.png) 0% 0% no-repeat;
    width: 250px;
    height: 146px;
    z-index: -9;
}

#number-info  .number-div.active:after {
    content: '';
    position: absolute;
    bottom: -54px;
    right: 39px;
    background: url(../img/li-right.png) 0% 0% no-repeat;
    width: 102px;
    height: 130px;
    z-index: -9;
}

#number-info  .number-div p {
	color:#fff;
	font-size:18px;
	line-height:27px;
	font-weight:bold;
	padding:0px 25px;
}

#number-info  .number-div:hover, #number-info  .number-div.active {
	display:inline-block;
	background:url(../img/bg-number-div-hover.png) top left no-repeat;
	background-size:cover;
}

#number-info  .number-div:hover .number span , #number-info  .number-div.active .number span {
	color:#f39341;
	background: -webkit-linear-gradient(#f8d14c, #f28e36);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#number-info  .number-div .number {
	color:#dbdbdb;
	font-size:50px;
	width:82px;
	height:82px;
	line-height:82px;
	display:inline-block;
	/*text-shadow:3px 0px 5px rgba(0,0,0,0.5);*/
	text-align:center;
    padding-right: 6px;
	margin-bottom:30px;
	background:url(../img/bg-number.png) 50% 50% no-repeat;
}

#number-info  .number-div .number span {
	line-height:82px;
	display:inline-block;
	text-shadow:3px 1px 3px rgba(0,0,0,0.1);
	text-align:center;
    font-family: 'AvertaBlack';
	background: -webkit-linear-gradient(#d7d7d7, #afafaf);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


#number-info .sp-left {
	padding-left:100px;
}

#number-info  .number-inf {
	color:#f39538;
	font-size:45px;
	font-weight:bold;
	width:70px;
	height:70px;
	line-height:62px;
	border:4px solid #f39538;
	text-align:center;
	margin-bottom:30px;
	border-radius:50%;
	display:inline-block;
}

#number-info .right {
	margin-top:-230px;
}

#number-info .right h2 {
	width:100%;
}

#number-info .right h2:before {
	display:none;
}

#number-info .right p {
	line-height:25px;
}


/* Content Style */
#content {
	background:url(../img/content-bg.jpg) 50% 50% no-repeat;
	background-size:cover;
	padding-top:110px;
	position:relative;
}

#content h2, #testi h2 {
	font-size:26px;
	position:relative;
	z-index:999999;
	font-weight:bold;
	display:inline-block;
}

#testi h2 {
	margin-bottom: 30px;
}

#content h3 {
	font-size:20px;
	position:relative;
	z-index:999999;
	font-weight:bold;
}

#content a:hover {
	text-decoration: none;
}

#content h2:before, #testi h2:before {
	content:'';
	position:absolute;
	bottom: -2px;
	right:-3px;
	height:12px;
	background:url(../img/line-4.png) 50% 50% no-repeat;
	width:104px;
	margin-left:-85px;
	z-index: -9;
}

#content img.top-img {
	position:absolute;
	top:-140px;
	left:0%;
}

#content img.top-img-2 {
	position:absolute;
	top:-140px;
	right:10%;
}

#content .top-two {
	margin-top:-35px;
}

#content .top-three {
	margin-top:-60px;
}

#content p {
	font-size:16px;
	line-height:24px;
	margin-bottom:60px;
}

#content  ul, #testi ul {
	display:inline-block;
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
	margin-bottom:40px;
}

#content  ul li  {
	color:#444444;
	font-size:15px;
	padding-left:20px;
	background:url(../img/bg-dots.png) 0% 10px no-repeat;
}

#content .logos li, #testi .logos li {
	background:none;
	padding:0px;
	margin:0px 15px;
	vertical-align:middle;
	display:inline-block;
}

#content .logos li img, #testi .logos li img {
	max-height:50px;
}

#content .bottom h2:before, #testi .bottom h2:before {
	content:'';
	right:-2px;
	width:125px;
}

#content .bottom {
	margin-top:80px;
}

#content .bottom-logos {
	margin-bottom:50px;
}

#content .bottom p.light {
	margin-bottom:30px;
}

#content .bg-w {
	background:#fff;
}

/* Newsletter Style */
#newsletter  {
	background:url(../img/bg-newsletter.png) 50% 50% no-repeat;
	background-size:cover;
	padding:0px 0px;
}

#newsletter .bg {
	background:url(../img/news-fx.png) 50% 50% no-repeat;
	padding:60px 15px 80px 15px;
}

#newsletter h5 {
	font-family: "AvertaSemibold";
	font-size:26px;
	margin-bottom:15px;
	color:#fff;
	position:relative;
	z-index:999999;
	display:inline-block;
	font-weight:bold;
}

#newsletter h5:before {
	content:'';
	position:absolute;
	bottom: -3px;
	right:0px;
	height:12px;
	background:url(../img/line-5.png) 50% 50% no-repeat;
	width:228px;
	z-index: -9;
}

#newsletter.audit h5:before {
	right:-2px;
	width:342px;
}

#newsletter p {
	color:#fff;
	line-height:22px;
	font-size:16px;
	margin-bottom:40px;
}

#newsletter.s-details p {
	margin-bottom: 1rem;
}

#newsletter p.privacy {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin-bottom: 0;
}

#newsletter label {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
}

#newsletter input {
	height:40px;
	width:340px;
	border:1px solid #fff;
	border-radius:20px;
	padding-left:15px;
	background:none;
	margin-bottom:15px;
	color:#fff;
	display:inline-block;
	font-size:14px;
	outline:none;
}

#newsletter textarea {
	width:340px;
	border:1px solid #fff;
	border-radius:20px;
	padding-left:15px;
	background:none;
	margin-bottom:15px;
	color:#fff;
	display:inline-block;
	font-size:14px;
	outline:none;
}

#newsletter.s-details input, #newsletter.s-details textarea {
	width: 100%;
}

#newsletter input::-webkit-input-placeholder {
	color:#fff !important;
}

#newsletter input[type="submit"] {
	font-family: "AvertaSemibold";
	background:#ffffff;
	width:170px;
	height:45px;
	line-height:45px;
	color:#f4a03c;
	font-size:16px;
	box-shadow:0px 4px 7px 2px #df8733;
	font-weight:600;
	border:none;
	padding:0px;
	cursor:pointer;
}

#newsletter.app {
	padding:0px;
	padding-bottom:50px;
	position:relative;
}

#newsletter.s-details {
	padding-top:50px;
}

#newsletter.app .bg-white {
	background:#fff;
	border-radius:30px;
	position:relative;
	margin-top:-70px;
	margin-bottom:70px;
}

#newsletter.app .img {
	position:absolute;
	top:15px;
	right:25px;
}

#newsletter.app .lt {
	padding-left:50px;
}

#newsletter.app h6 {
	color:#000000;
	font-size:20px;
	font-weight:bold;
	margin:55px 0px 30px 0px;
}

#newsletter.app h6 span {
	color:#f28e36;
}

#newsletter.app .bg-white p {
	color:#000000;
	font-size:15px;
	line-height:24px;
}

#newsletter.app h5:before {
    content: '';
    bottom: -1px;
    right: 83px;
    width: 222px;
}

#newsletter.recruitment h5:before {
	right: 47px !important;
}

#newsletter.app .img-left {
	position:absolute;
	top:-89px;
	left:0px;
}

#newsletter.app .img-right {
	position:absolute;
	top:-87px;
	right:0px;
}

/* Middle-info Style */
#middle-info {
	background:url(../img/bg-info.png) 0% 55% no-repeat;
	padding:60px 0px 0px 0px;
}

#middle-info h2 {
	font-size:26px;
	font-weight:600;
	margin-bottom:15px;
	position:relative;
	z-index:999999;
	display:inline-block;
}

#middle-info h2:before {
	content:'';
	position:absolute;
	bottom: -2px;
	right:-2px;
	height:12px;
	background:url(../img/line-6.png) 50% 50% no-repeat;
	width:91px;
	z-index: -9;
	margin-left:0px;
}

#middle-info h3 {
	margin-top:30px;
}

#middle-info .tp-space {
	padding-top:60px;
}

#middle-info .top-space {
	padding-top:90px;
}

#middle-info p {
	line-height:24px;
	font-size:15px;
	color:#444444;
}

#middle-info h3 {
	font-size:18px;
	color:#444444;
    font-family: 'AvertaSemibold';
}

img {
	max-width:100%;
	display:inline-block;
}

#projet {
	padding:40px 0px;
}

#projet .bg {
	background:url(../img/bg-project.png) 50% 50% no-repeat;
	padding:75px 15px;
}

#projet h2 {
	color:#2d2d2d;
	font-size:26px;
	line-height:38px;
	font-weight:bold;
	z-index:999999;
	display:inline-block;
}

#projet h2.men {
	position:relative;
}

#projet h2:before {
	content:'';
	position:absolute;
	bottom: 2px;
	right:0px;
	height:12px;
	background:url(../img/line-7.png) 50% 50% no-repeat;
	background-size:contain;
	width:281px;
	z-index: -9;
}

#projet p {
	font-size:16px;
	line-height:24px;
	color:#b4b4b4;
	margin-bottom:0px;
}

#projet .card-header h5 {
	position:inherit !important;
}
.carousel-indicators li {
	height:11px;
	width:11px;
	background:#fdebd8;
	border-radius:100%;
	max-width:11px;
}

.carousel-indicators .active {
	background:#f5b141;
}

.carousel-indicators {
	bottom:-15px;
	z-index:9999;
	position:relative;
}

.card-header h5:before {
	display:none !important;
}

.card-header {
	background:none;
	border:none;
	background:#fafafd;
	color:#fff;
	text-decoration:none;
	border-radius:10px !important;
}

.card-header .icon-img {
	position:absolute;
	top:0%;
	left:0%;
	background:#f1f1f4;
	width:80px;
	text-align:center;
	padding:8px 0px;
	height:62px;
	border-radius:10px 0px 0px 10px;
}

#projet .card-header h5 {
	display:inline-block;
	width:100%;
}

.card-header a,.card-header button {
	font-size:16px;
	color:#000000;
	text-decoration:none;
	display:inline-block;
	width:100%;
	background:url(../img/up-arrow.png) 98% 50% no-repeat;
	padding-left:100px;
	    font-weight: 600;
	text-align:left;
	text-decoration:none !important;
}

.card-header a,.card-header button.collapsed:hover {
	color:#000000 !important;
}

.card-header button.collapsed {
	color:#000 !important;
}

.card-block,.card-body {
	padding-left:120px;
}

.card-header a.collapsed,.card-header button.collapsed {
	background:url(../img/down-arrow.png) 98% 50% no-repeat;
}

.card {
	border:none;
	margin-bottom:10px;
	border-radius:10px;
}

.card {
	background:none;
}

.card.intro {
	background:url(../img/img-8.jpg) 50% 50% no-repeat;
	background-size:cover;
	border-radius:15px;
	position:relative;
	z-index:9999;
}

.card.intro button {
	color:#fff;
}

.card.intro:before {
	content:'';
	position:absolute;
	bottom:0%;
	left:-79px;
	background:url(../img/left-img.png) 0% 0% no-repeat;
	width:82px;
	height:122px;
}

.card.intro:after {
	content:'';
	position:absolute;
	top:-130px;
	right:-90px;
	background:url(../img/right-img.png) 0% 0% no-repeat;
	width:135px;
	height:165px;
}


.card.remove {
	background:none;
}

.card.intro .card-header  {
	background:none;
}

.card.intro .card-header .collapsed   .icon-img {
	background: rgba(0,0,0,0.1);
    height: 100%;
}

.card.intro .card-header .icon-img {
	background:none;
	background: rgba(0,0,0,0.1);
	height: 100%;
}

.card.intro a,.card button {
	color:#fff;
}

.card.intro .card-block,.card-body {
	color:#fff;
}
#accordion-1,#accordion2 {
	margin-top:60px;
}

/* Faq Style */
#faq {
	/*padding-bottom:50px;*/
}

#faq .bg	{
	background:#fafafd;
	padding:25px 30px;
}

#faq h2 {
	font-family: "AvertaSemibold";
	color:#2d2d2d;
	font-size:26px;
	font-weight:bold;
	margin-top:50px;
}

#faq p.light {
	font-size:16px;
	line-height:24px;
	margin:0px;
}

#faq #accordion-1,#faq #accordion-2{
	margin-top:30px;
}

#faq .card-header a {
	padding-left:0px;
}

#faq .card {
	border-radius:0px;
	margin:0px;
}

#faq .card-header {
	border-radius:0px !important;
	padding:0px;
	background:none;
}

#faq .card-header a  {
    background: url(../img/up-arrow-black.png) 98% 50% no-repeat;
	padding:15px 0px;
	color:#000000;
	font-size:15px;
	border:none;
}

#faq .card-header a.collapsed {
    background: url(../img/down-arrow.png) 98% 50% no-repeat;
	border-bottom:1px solid #ededef;
}

#faq .card-block {
	padding:0px 0px 15px 0px;
}

#faq .card-block p {
	color:#9d9d9c;
	font-size:15px;
}

#faq .box {
	background:#2d2d2d;
	color:#fff;
	font-size:35px;
	font-weight:bold;
	background:#2d2d2d;
	border-radius:25px;
	padding:80px 25px;
	margin-bottom:40px;
	box-shadow:0px 0px 20px rgba(0,0,0,.5);
}

#faq .left-sp {
	padding-left:40px;
}

#faq.service {
	padding:0px;
}

#faq.service  .bg {
	background:#fff url(../img/re-img.png) 100% 100% no-repeat;
	padding-top:0px;
	padding-bottom:50px;
}

#faq.service .bg h2 {
}

#faq.service  .bg.rt {
	background:#fff url(../img/bg-faq.png) 100% 100% no-repeat;
	background-size:cover;
}

#faq.service .bg.rt h2, #faq.service .bg.rt p, #faq .bg.rt .card-header a {
	color:#fff !important;
}

#faq.service  .bg.rt .card-header {
	background:none;
}

#faq.service .bg.rt a {
    background: url(../img/up-arrow-white.png) 98% 50% no-repeat;
}

#faq.service .bg.rt a.collapsed {
    background: url(../img/down-arrow-white.png) 98% 50% no-repeat;
}

#faq.service   img.alg {
	position:absolute;
	top:0;
	left:0;
	width:25px;
}

/* logo-info Style */
#logo-info {
	padding:35px 0px 35px 0px;
	background:#fafafd;
	position:relative;
}

#logo-info .right {
	position:absolute;
	top:30px;
	right:40px;
}

#logo-info h4 {
	font-family: "AvertaSemibold";
    color: #2d2d2d;
    font-size: 27px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
}

#logo-info p.light {
    font-size: 17px;
    line-height: 27px;
    margin: 0px 0px 50px 0px;
}

#logo-info ul {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

#logo-info ul li img {
	max-width:110px;
}

#logo-info ul li {
    display: inline-block;
	margin:0px 12px;
}

/* Footer Style */
#footer {
	background:#fafafd;
}

#footer.bg-white {
	background:#fff;
}

#footer .bg {
	background:url(../img/bg-footer.png) 0% 100% no-repeat,url(../img/footer-circle.png) 95% 65% no-repeat;
	padding-top:45px;	
}

#footer p {
	font-size:14px;
	color:#b4b4b4;
	margin:15px 0px;
	line-height:20px;
}

#footer  a {
	margin-right:5px;
}

#footer p  b {
	font-weight:400;
    font-family: 'AvertaSemibold';
}

#footer p.black {
	color:#444444;
	line-height:22px;
	font-size:14px;
}

#footer h5 {
	font-size:17px;
	color:#f28e36;
	line-height:28px;
    font-family: 'AvertaSemibold';
}

#footer ul li {
	list-style:none;
	display:inline-block;
	width:100%;
}

#footer ul li a {
	color:#444444;
	font-size:14px;
	line-height:28px;
}


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

/** New Add Css **/

#content-page  {
	padding:50px 0px 30px 0px;
	background:url(../img/bg-main-info.png) 20% 50% no-repeat;
}

#content-page h1, #content-page h2 {
	font-family: "AvertaBlack";
}

#content-page h1 {
	color: #f28e36;
}

/** Swal **/

.swal-overlay {
	z-index: 999999;
}
.swal-modal {
	width: 488px;
}
.swal-title {
	font-family: "AvertaBlack";
	color: #f28e36;
}
.swal-text {
	font-family: "Averta";
	color: #444444;
}
.swal-button {
	font-family: "AvertaSemibold";
	color: #fff;
	font-size: 16px;
	background: url(../img/btn1.png) 50% 50% no-repeat;
	background-size: auto auto;
	background-size: cover;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border-radius: 20px;
	font-weight: bold;
}
.swal-button:focus {
	box-shadow: none;
}

/** TarteAuCitron **/
#tarteaucitronRoot #tarteaucitronAlertBig {
	background: #000 !important;
}

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
	font-family: "Averta" !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize, #tarteaucitron #tarteaucitronPrivacyUrl {
	font-family: "AvertaSemibold" !important;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize {
	background: #f28e36 !important;
}

/*****======= Responsive Style Css ======***********/

@media (min-width: 1201px) {
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px){

	#header .navbar-light .navbar-nav .nav-item .nav-link:hover {
		margin-left: 0px;
	}

	#banner .s-top {
		padding-bottom: 20px;
	}

	.card-header a, .card-header button {
		white-space:inherit;
	}

	#next-phone.app {
		padding-left:15px;
		padding-right:15px;
	}	

	#next-phone .bx-wrapper .bx-pager {
		bottom: -20px;
	}

	#next-phone .btn-primary.border {
		display: none;
	}

	#next-phone img {
		margin-top: 10px;
	}

	#banner.method h1 {
		margin-top:0px;
	}

	.rs {
		float:left;
		width:100%;
		padding:0px 15px;
	}	
		
	.navbar {
		display:inline-block;
		width:100%;
	}

	.navbar-toggler {
		float:right;
	}

	.navbar-collapse {
		float:left;
		width:100%;
	}

	#header .navbar-nav {
		position:relative;
		width:100%;
		left:auto;
		text-align:center;
	}	

	.navbar {
		border:none;
	}
		
	.navbar-default .navbar-brand img {
	}

	.bg-faded {
		border:none;
	}

	.navbar-default .navbar-toggle {
		margin-top:15px;
		border:none;
		margin-right:0px;
	}

	.navbar-collapse {
		border:none;
		box-shadow:none;
	}


	#header .navbar-default .navbar-nav > li > a {
		text-align:center;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background:#fff;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background:none;
	}

	.flush-right {
		padding-right:15px;	
	}

	#header span{
		border-left:none;
		margin-left:0px;
		padding-left: 0;
	}

	#header li.nav-item.last {
		margin-top: 20px;
	}

	#banner img.right-img {
		width:100%;
		margin:0px;
	}

	#header .navbar-nav .nav-link {
		margin-left: 0;
	}

	#header .btn-success:hover {
		margin-left: 0 !important;
	}

	#header .navbar-toggleable-md .navbar-nav .nav-link {
		margin-left:0px;
	}

	#banner {
		padding:25px 0px;
		text-align: center;
	}

	#banner h1:after ,#banner h1:before,#next-phone h5:before{
		display:none;
	}

	.card.intro:after,.card.intro:before {
		display:none;
	}

	#banner h1 {
		font-size:24px;
		margin-top:20px;
		line-height:30px;
	}

	#banner ul li {
		width:50%;
		padding:10px 0px;
	}

	#banner ul li.last {
		width: 100%;
	}

	.carousel-inner {
		padding:10px 20px;
	}

	#next-phone h5 {
		margin-top:20px;
	}

	#content {
		text-align: center;
	}

	#content .box img {
		width:100%;
	}

	#content img.top-img {
		width:100%;
		display:none;
	}

	#content h2::before {
		right: -3px;
	}

	#content #services {
		text-align: center;
	}

	#content ul li {
		background: none;
	}

	#content .bottom {
		margin-top: 50px;
	}

	#content ul.first, #testi ul {
		margin-bottom: 0;
	}

	#content .bottom-logos {
		margin-bottom:0;
	}

	a.btn-primary.border {
		margin-left:0px;
		margin-top:10px;
	}

	#middle {
		padding:50px 0px;
	}

	.card-block {
		padding-left:90px;
	}

	.card-header a {
		padding-left:70px;
		font-size:14px;
		line-height:18px;
	}

	#next-phone .circle {
		display:none;
	}

	#header .navbar-toggleable-md .navbar-nav {
		position:relative;
	}

	.card-header a.collapsed,.card-header a {
		background-position: right 5px;
		padding-right:10px;
	}

	#projet .card-header .icon-img {
		height:100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#newsletter .bg {
		padding: 30px 15px 30px 15px;
	}

	#newsletter h5::before {
		display: none;
	}

	#newsletter.app.s-details h5::before {
		right: 53px !important;
	}

	#newsletter input {
		width:260px;
	}
	
	#newsletter p.privacy br {
		display: none;
	}

	#projet h2 {
	    font-size: 20px;
	    line-height: 29px;
	}

	#projet p br {
		display: none;
	}

	.small-text-center {
		text-align:center;
	}

	#banner img.right-img {
		margin-top:15px;
	}

	#banner.method h2 {
		font-size: 20px;
		line-height: 26px;
	}

	#banner.method p.light {
		line-height: 25px;
		margin-top: 30px;
		margin-bottom: 0;
	}

	#content h4 {
		margin:15px 0px;
	}

	#content .logos li, #testi .logos li  {
		margin:15px 15px;
	}

	#content .logos li img, #testi .logos li img {
	    max-height: 30px;
	}

	#middle-info {
		padding: 0;
	}

	#middle-info .top-space {
		padding-top: 0;
	}

	#middle-info h3 {
		position: relative;
		font-size: 26px;
		font-weight: 600;
		font-family: "Averta";
		color: #000000;
	}

	#middle-info h3:before {
		content:'';
		position:absolute;
		bottom: -2px;
		right:20px;
		height:12px;
		background:url(../img/line-6.png) 50% 50% no-repeat;
		width:91px;
		z-index: -9;
		margin-left:0px;
	}

	#projet .bg {
		padding: 40px 15px;
	}

	#projet h2::before {
		right: 53px;
		width: 224px;
	}

	#footer h5 {
		margin-top:25px;
	}

	#faq .box {
	    font-size: 22px;
	    padding: 60px 25px;
	}

	#faq .bg {
		padding:25px 0px;
	}

	#faq .left-sp {
		padding-left:15px;
	}

	#faq .card-header a {
		padding-right:20px;
	}

	#main-info {
		padding-bottom: 0;
	}

	#main-info .step {
		text-align: center;
	}

	#main-info .number, #main-info .number.le {
		position:relative;
		top:0px;
		right:auto;
		left:auto;
		margin-bottom:25px;
	}

	#main-info .b-right, #main-info .b-left {
		border:none;
	}

	#main-info .s-right, #main-info .s-left {
		padding:0px 15px;
	}

	#main-info .b-right-img {
		background:none;
	}

	#main-info h4 {
	    font-size: 16px;
	    line-height: 22px;
	}

	#main-info h4 img {
		float: none;
	}

	#main-info h5 {
	    font-size: 17px;
	    line-height: 28px;
	}

	#main-info .align {
		top:-70px;
	}

	#main-info .btn-primary {
	    width: auto;
	    color: #fff;
	    font-size: 14px;
	    line-height: 22px;
	}

	#main-info .top-img {
		display: none;
	}

	#service-info .bg {
		width:100%;
	}

	#service-info h1 {
		text-align: center;
	}

	#service-info p.light {
		text-align: center;
	}

	#service-info .bxslider li {
		margin-left:0px;
		visibility: hidden;
	}

	#service-info .bxslider li.active-slide {
		visibility: visible;
	}

	#bx-pager {
		top: 39%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	#bx-pager ul {
		text-align: center;
	}

	#service-info .lt {
		padding-top:50px;
		padding-bottom:150px;
	}

	#service-info {
		background-size:auto, auto, 80% auto;
	}

	#number-info {
	}

	#banner.service .bg>.row {
		margin:0 auto;
	}

	#banner.service .bg>.row>.container {
		padding:0px 0px;
	}

	#map-info {
		background-position: 68% 0%;
	}
}

/* Media */
@media (max-width: 575px){
	#banner.service h5 {
	    font-size: 15px;
	}

	#info-phone .bg {
		background: none;
	}

	#info-phone p  {
		font-size:17px;
	}

	#info-phone img {
		margin-bottom:15px;
	}

	#info-big h2 {
	    font-size: 23px;
		margin-top:70px;
	}

	#info-big h2:before {
	    content: '';
	    width: 97px;
	}

	#info-big .img {
		top: -25px;
	}

	#info-big h3 {
		margin-top: 0;
	}

	#number-info h2:before {
		display:none;
	}

	#number-info .sp-left {
		padding-left:15px;
	}

	#number-info ul li {
		float:none;
		margin:25px 0px !important;
	}

	#number-info .right {
		margin-top:35px;
	}

	#next-phone.app {
		padding-bottom:70px;
	}

	#newsletter.app .bg-white {
		padding-bottom:50px;
	}

	#newsletter.app .img-left, #newsletter.app .img-right {
		display:none;
	}

	#newsletter.app h6 {
		margin-top:30px;
	}

	#info-ul ul li {
		width:100%;
		margin-bottom:30px;
	}

	#banner.service.contact .bg-white {
	    padding: 45px 30px 25px 30px;
	}

	#service-info .align-cont {
		position:relative;
		top:0px;
	}

	#fix-right {
		display:none;
	}

	#service-info .img-pc {
		display:none;
	}

	#service-info .bg {
	    padding: 40px 15px;
	}

	#service-info .rt p {
	    color: #171d3d;
	    font-size: 14px;
	}

	.swal-modal {
		width: calc(100% - 20px);
	}
}

/* Portrait tablets and small desktops */
@media only screen and (min-width: 576px) and (max-width: 767px) {
	#banner ul li {
		width:30%;
	}
	#banner.service h5 {
	    font-size: 13px;
	}

	#info-phone p  {
		font-size:13px;
	}

	#info-phone p b {
		font-size:15px;
	}

	#info-phone img {
		margin-bottom:15px;
	}

	#info-big h2 {
	    font-size: 23px;
		margin-top:70px;
	}

	#info-big h2:before {
	    content: '';
	    width: 97px;
	}

	#number-info h2:before {
		display:none;
	}

	#number-info .sp-left {
		padding-left:15px;
	}

	#number-info ul li {
		float:none;
		margin:25px 0px !important;
	}

	#number-info .right {
		margin-top:35px;
	}


	#next-phone.app {
		padding-bottom:70px;
	}

	#newsletter.app .bg-white {
		padding-bottom:0px;
	}

	#newsletter.app .img-left, #newsletter.app .img-right {
		display:none;
	}

	#newsletter.app h6 {
		margin-top:30px;
		margin-bottom:10px;
	}

	#newsletter.app p {
		margin:0px;
	}

	#info-ul ul li {
		width:100%;
		margin-bottom:30px;
	}

	#newsletter.app .lt {
	    padding-left: 20px;
	}

	#banner.service.contact .bg-white {
	    padding: 45px 60px 25px 60px;
	}

	.navbar {
		border:none;
	}
}

/* Portrait tablets and small desktops */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar {
		display:inline-block;
		width:100%;
	}

	.navbar-toggler {
		float:right;
	}

	.navbar-collapse {
		float:left;
		width:100%;
	}

	#header .navbar-nav {
		position:relative;
		width:100%;
		left:auto;
		text-align:center;
	}	

	.navbar {
		border:none;
	}

	#header span {
		margin-left:0px;
		border:none;
	}


	.rs {
		float:left;
		width:100%;
	}

	#banner img.right-img {
		width:100%;
		margin:0px;
	}

	#banner h1 {
		margin-top:0px;
	}

	.card.intro:after,.card.intro:before {
		display:none;
	}


	#header li.nav-item.last {
		display:none;
	}


	#header .navbar-toggleable-md .navbar-nav {
		position:relative;
	}

	#content img.top-img {
		display:none;
	}

	#content .box img {
		width:100%;
	}

	a.btn-primary.border {
		margin-left:0px;
		margin-top:10px;
	}

	#next-phone .circle {
		display:none;
	}

	#banner ul li h6 {
		font-size:12px;
	}


	h5:before,#banner h1:before,#banner h1:after {
		display:none !important;
	}

	#banner {
		padding:50px 0px;
	}

	#header .navbar-toggleable-md .navbar-nav  {
		position:relative;
	}

	#header .navbar-toggleable-md .navbar-nav  {
		position:relative;
	}

	#content .logos li  {
		margin:15px 15px;
	}

	#content .logos li img {
	    max-height: 30px;
	}

	#faq .box {
	    font-size: 22px;
	    padding: 60px 25px;
	}

	#main-info .align {
		top:-70px;
	}

	#main-info h4 {
	    font-size: 17px;
	    line-height: 24px;
	}

	#faq .card-header a {
		padding-right:25px;
	}
	/**/
	#banner.service h5 {
	    font-size: 16px;
	}

	#info-phone p  {
		font-size:13px;
	}

	#info-phone p b {
		font-size:15px;
	}

	#info-phone img {
		margin-bottom:15px;
	}

	#info-big h2 {
	    font-size: 23px;
		margin-top:70px;
	}

	#info-big h2:before {
	    content: '';
	    width: 97px;
	}

	#number-info h2:before {
		display:none;
	}

	#number-info .sp-left {
		padding-left:15px;
	}

	#number-info ul li {
		float:none;
		margin:25px 0px !important;
	}

	#number-info .right {
		margin-top:35px;
	}
	#next-phone.app {
		padding-bottom:70px;
	}

	#newsletter.app h6 {
		margin-top:30px;
	}

	#newsletter.app p {
		margin:0px;
	}

	#banner.service.contact .bg-white {
	    padding: 45px 30px 25px 30px;
	}

	#service-info .img-pc {
	    width: 150px;
	}


	#service-info .bg {
	    padding: 40px 30px;
		width:100%;
	}

	#service-info .bxslider li {
		margin-left:0px;
	}

	#service-info {
		background-size:auto, auto, 70% auto;
	}

	#service-info .lt {
		padding-top:50px;
		padding-bottom:50px;
	}

	#bx-pager {
		top:220px;
	}

	.mediumtop {
		margin-top:100px;
	}

	.navbar {
		border:none;
	}
}

/* Portrait tablets and small desktops */
@media only screen and (min-width: 992px) and (max-width: 1169px) {
	.mediumtop {
		margin-top:30px;
	}

	#header .navbar-nav .nav-link {
		font-size:12px;
		padding: 0px 13px !important;
	}

	.m-minus {
		margin-top:-150px !important;
	}

	#header h4 {
		font-size: 20px;
	}

	#header span {
		margin-left:0px;
		border:none;
	}

	#banner img.right-img {
		width:100%;
		margin:0px;
	}

	.card.intro:after,.card.intro:before {
		display:none;
	}

	#header li.nav-item.last {
	}

	#header .navbar-toggleable-md .navbar-nav .nav-link {
	    font-size: 12px;
	    padding: 0px 12px;
	}

	#header .navbar-toggleable-md .navbar-nav .nav-link {
	    font-size: 11px;
	    padding: 0px 12px;
	}

	#newsletter .bg {
	    background-size: 95% auto;
	}

	#header .navbar-toggleable-md .navbar-nav {
		position:relative;
	}

	#content img.top-img {
		display:none;
	}

	#content .box img {
		width:100%;
	}

	a.btn-primary.border {
		margin-left:0px;
		margin-top:10px;
		padding: 0 21px;
	}

	#next-phone .circle {
		display:none;
	}

	#banner ul li h6 {
		font-size:14px;
	}

	#banner h1 {
		margin-top: 30px !important;
	    font-size: 26px;
	}

	#banner h1::before {
		width: 402px;
		right: -1px;
	}

	#banner h1::after {
		width: 240px;
		left: -2px;
	}

	/*h5:before,#banner h1:before,#banner h1:after {
		display:none !important;
	}*/

	#banner p.light {
	    font-size: 18px;
	}

	#banner {
		padding:50px 0px;
	}

	#banner .s-top {
		padding-top: 60px;
	}

	#next-phone .bx-wrapper .bx-pager {
		bottom: inherit !important;
	}

	#content .logos li, #testi .logos li  {
		margin:15px 15px;
	}

	#content .logos li img, #testi .logos li img  {
	    max-height: 30px;
	}

	#faq .box {
	    font-size: 26px;
	    padding: 80px 25px;
	}

	#main-info h4 {
	    font-size: 17px;
	    line-height: 24px;
	}

	#number-info .sp-left {
		padding-left:15px;
	}

	#number-info ul li {
		width:25%;
	}

	#number-info ul li.sd {
	}

	#number-info .number-div {
	    width: 270px;
	    margin: 0px -15px;
	}

	#number-info .number-div.active:before {
	    content: '';
	    top: -147px;
	    left: -2px;
	    width: 250px
	}

	#number-info .right {
		margin-top:35px;
	}

	#next-phone.app {
		padding-bottom:70px;
	}

	#newsletter.app h6 {
		margin-top:30px;
	}

	#service-info .bxslider li {
		margin-left:0px;
	}

	#service-info .bg {
	    padding: 40px 20px;
	    width: 77%;
	}

	#service-info .img-pc {
	    top: -44px;
	    width: 150px;
	}

	#service-info .rt p {
		font-size: 14px;
	}

	#projet h2::before {
		right: 1px;
	}
}

@media only screen and (min-width: 1169px) and (max-width: 1199px) {
	#content .logos li  {
		margin:15px 15px;
	}

	#content .logos li img {
	    max-height: 30px;
	}

	#number-info .sp-left {
		padding-left:15px;
	}

	#number-info ul li {
		width:25%;
	}

	#number-info .number-div {
	    margin: 0px 0px;
	}

	#number-info .number-div.active:before {
	    content: '';
	    top: -147px;
	    left: -2px;
	    width: 250px
	}
}