/* =======================

CSS Style Structure
- Base Style
- Header
    - Navigation
    - Slide
- Footer

=======================*/


/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css
   ========================================================================== */

html {
    font-family: 'Lexend', sans-serif;
	font-weight:400;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a i {
    font-family: FontAwesome;
    font-style: normal;
}

ul {
    padding-left: 0;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

a {
    text-decoration: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

a,
button,
img,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

a:hover,
a:active,
a:focus,
div:hover,
div:active,
div:focus,
input:hover,
input:active,
input:focus,
textarea:hover,
textarea:active,
textarea:focus,
li:hover,
li:active,
li:focus,
button:hover,
button:active,
button:focus,
img:focus {
    outline: 0 !important;
}




/* ==========================================================================
   Base styles
   ========================================================================== */

* {
    box-sizing: border-box;
}

body {
    font-size: 14px;
	line-height:17.5px;
    font-family: 'Lexend', sans-serif;
	font-weight:400; 
}

img {
    max-width: 100%;
    height: auto;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clear {
    clear: both;
    float: none;
}

.clearfix::before,
.clearfix::after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix::after {
    clear: both;
}

.hidden {
    display: none !important;
}

.container {
    max-width: 1410px; 
    margin: 0 auto;
    padding: 0 15px;
	box-sizing:border-box;
}

 

.item-tab-row .fl {
    text-align: center;
}

.item-tab-row .fr {
    padding-left: 86px;
}

.btn-readmore a {
    font-size: 12px;
    font-weight: 800;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    background: #1100d1;
    padding: 9px 25px;
    display: inline-block;
    transition: all .2s ease;
    -webkit-transition: all .5s ease;
}

.item-servces-home .fl {
    padding-right: 147px;
}

.item-servces-home .btn-readmore {
    margin-top: 30px;
}

.item-servces-home {
    position: relative;
    padding-bottom: 85px; 
}
 
.home .item-servces-home .left-1 {
	padding-top:20px;
}
.item-servces-home:after {
    content: '';
    position: absolute; 
    width: 140px;
    height: 100%;
    background: #f1f1f1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -40px;
    z-index: -1;
}

.fa-arrow-right.slick-arrow {
    position: absolute;
    bottom: 35px;
    left: calc(50% + 15px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #1100d1;
    cursor: pointer;
}

.fa-arrow-left.slick-arrow {
    position: absolute;
    bottom: 35px;
    left: calc(50% - 15px);
    z-index: 1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #1100d1;
    cursor: pointer;
}

.list-service-home .fa-arrow-left.slick-arrow {
    left: calc(50% - 25px);
}
.list-service-home .fa-arrow-right.slick-arrow {
    left: calc(50% + 25px);
}

/* ==========================================================================
   Header
   ========================================================================== */


/* Main Navigation
   ========================================================================== */
.dv-wrap-main-navigation {
    text-align: right;
}

.dv-main-navigation { 
    text-align: right;
    position:relative;
    z-index:999;
}



.dv-main-navigation ul li a {
    line-height: 50px;
    position: relative;
    font-size: 14px;
	line-height:17.5px;
    font-family: 'Lexend', sans-serif;
	font-weight:400; 
    text-align: center; 
    color: #000000;
    text-decoration: none; 
}

.dv-main-navigation ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9px;
    background: transparent;
    
    width: 0;
	/* transition: all .2s ease; */
    /* -webkit-transition: all 0.2s ease-in-out; */
    /* -moz-transition: all 0.2s ease-in-out; */
    /* -o-transition: all 0.2s ease-in-out; */
    /* transition: all 0.2s ease-in-out; */
    height: 2px;
}

.dv-main-navigation ul ul li {
    padding: 0;
    text-align: left;
}

div.dv-main-navigation ul ul ul {
    padding-top: 10px;
}

 
.dv-main-navigation ul li a {
	position:relative;
}
.dv-main-navigation ul li a:hover:after,
.dv-main-navigation ul li.current-menu-item a:after,
.dv-main-navigation ul li.current-menu-parent > a:after {
    content:'';
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	right:0;
	margin:0 auto;
	bottom: -8px;
	background: #A01C24;
	border-radius:100%;
}

.dv-main-navigation ul li.current-menu-item a, 
.dv-main-navigation ul li.current-menu-parent > a {
    color: #000;
	font-weight:700;
}

.dv-main-navigation ul li.logo-menu a:after {
    display: none;
}

.dv-main-navigation ul {
    padding: 0;
    margin: 0;
    letter-spacing: -0.3em;
    text-align: center;
    display: inline-flex;
}

.dv-main-navigation>ul>li {
    display: inline-block;
}

.dv-main-navigation ul li {
    position: relative;
    list-style: none;
    letter-spacing: normal;
    padding: 11.5px 18px;
}

.dv-main-navigation ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    width: 520px;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.dv-main-navigation ul ul ul {
    top: -12px;
    left: 100%;
}

.dv-main-navigation ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* Menu Mobile
------------------------------------------------------- */


.dv-toggle-menu {
    padding: 0 10px;
    overflow: hidden;
    width: 50px;
    height: auto;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    display: none;
}


.dv-toggle-menu span {
    display: block;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    width: 100%;
    height: 3px;
    background: #000;
    margin-bottom: 6px;
}

.dv-main-navigation .dv-toggle-menu span {
    background: #fff;
}

.dv-toggle-menu span:last-child {
    margin-bottom: 0;
}

.csstransforms3d .dv-toggle-menu.active span:nth-child(2) {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.dv-toggle-menu.active span:nth-child(2) {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0;
}

.dv-toggle-menu.active span:first-child {
    -webkit-transform: rotate(41deg) translate3d(0px, 0, 0);
    transform: rotate(41deg) translate3d(0px, 0, 0);
}

.dv-toggle-menu.active span:last-child {
    -webkit-transform: rotate(-41deg) translate3d(-3px, 0, 0);
    transform: rotate(-41deg) translate3d(-3px, 0, 0);
}

.dv-open-menu-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 44px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: none;
}

.dv-open-menu-mobile::after,
.dv-open-menu-mobile::before {
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    top: 50%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 999;
}

.dv-open-menu-mobile::before {
    border-right: 1px solid #000000;
    height: 12px;
    right: 18px;
    margin-top: -5px;
}

.dv-open-menu-mobile.active::before {
    display: none;
}

.dv-open-menu-mobile::after {
    border-top: 1px solid #000000;
    width: 12px;
    right: 13px;
}

/* START: CSS SVG MENU */
.dv-toggle-menu button,
.dv-toggle-menu input[type="button"] {
    border: none;
    border-radius: 0;
    background: transparent;
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 1em 1.5em;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}

.dv-toggle-menu .menu-toggle {
    font-size: 0.875em;
    padding: 0;
}

.dv-toggle-menu .menu-toggle:focus {
    outline: thin dotted;
    outline-offset: -2px;
}

.dv-toggle-menu .icon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    width: 1em;
    vertical-align: middle;
    position: relative;
    /* Align more nicely with capital letters */
    top: -0.0625em;
}

/* Menu toggle styles. */

.dv-toggle-menu .icon-menu-toggle {
    width: 2em;
    height: 2em;
    top: 0;
}


/* Animate menu icon (lines). */
.dv-toggle-menu .svg-menu-toggle .line {
    opacity: 1;
    -webkit-transform: rotate(0) translateY(0) translateX(0);
    transform: rotate(0) translateY(0) translateX(0);
    -webkit-transform-origin: 1em 1em;
    transform-origin: 1em 1em;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.dv-toggle-menu .svg-menu-toggle .line-1 {
    -webkit-transform-origin: 1em 2.5em;
    transform-origin: 1em 2.5em;
}

.dv-toggle-menu .svg-menu-toggle .line-3 {
    -webkit-transform-origin: 1em 4.5em;
    transform-origin: 1em 4.5em;
}

.dv-toggle-menu .menu-toggle.opened .svg-menu-toggle .line-1 {
    transform: rotate(45deg) translateY(0) translateX(0);
    -webkit-transform: rotate(45deg) translateY(0) translateX(0);
}

.menu-toggle.opened .svg-menu-toggle .line-2 {
    opacity: 0;
}

.menu-toggle.opened .svg-menu-toggle .line-3 {
    transform: rotate(-45deg) translateY(0em) translateX(0em);
    -webkit-transform: rotate(-45deg) translateY(0em) translateX(0em);
}

/* Text meant only for screen readers. */
.dv-toggle-menu .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.dv-toggle-menu .svg-menu-toggle path {
    fill: black;
}

/* END: CSS SVG MENU */

/* CSS header */
.logo {
    float: left;
    width: 27%;
    text-align: center;
    display: none;
}

.logo img {
    width: 162px;
    display: block;
}

.main-header {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease; 
    padding: 48px 0 40px 0;
}

.main-header {
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0; 
    z-index: 999;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    /* opacity: 0.9; */
}

.main-header.fixed-menu {
    padding: 5px 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    /*opacity: 0.9;*/
}

.admin-bar .main-header {
    top: 46px;
}

/* End main navigation
-------------------------------------------------------------------------- */
/*Start Main css */
/****header****/
body {
	opacity: 0; 
    transition-timing-function: cubic-bezier(.47,0,.745,.715); 
    transition-duration: 1.2s; 
    transition-property: opacity,transform;	margin:0;	padding:0;
}
body.aos-animate {
    opacity: 1;
}
.main-header >.container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.main-header >.container .left-header {
	width:110px;
}
.main-header >.container .right-header {
	width:100%;
}
.main-header >.container .dv-main-navigation ul {
	display:inline-block;
}
.dv-main-navigation ul li.btn a:after {
	display:none;
}
.dv-main-navigation ul li.btn {
	background: #A01C24;
	border-radius: 10px;
	padding-left: 20px;
    padding-right: 20px;
}
.dv-main-navigation ul li.btn a {
	color:#fff;
	font-weight:700;
}
.dv-main-navigation >ul >li:last-child {
	margin-left:18px;
}
/**banner**/
.btn {
	background: #A01C24;
	border-radius: 10px;
	padding-left: 25px;
    padding-right: 25px;
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;  
	text-align: center; 
	color: #FFFFFF;
    transition: all .2s ease; 
    -webkit-transition: all 0.2s ease-in-out;  
    -moz-transition: all 0.2s ease-in-out;  
    -o-transition: all 0.2s ease-in-out; 
     transition: all 0.2s ease-in-out;  
}
.btn:hover {
	background:#000!important;
    color:#fff!important;
}
.wrap-banner {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.wrap-banner .left-banner {
	position:relative;	
    padding-left: 70px;
    display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    max-width: 690px;
    min-height: 370px;
    flex-direction: column; 
    justify-content: center;
}
.wrap-banner .left-banner:before {
	content: '';
    width: 100%;
    left: -15px;
    right: 0;
    position: absolute;
    z-index: -1;
    background: url(../images/Vector1.png) left 70px no-repeat;
    height: 100%;
    top: 0;
}
.wrap-banner.banner-page .left-banner {
	background:transparent;
}
.wrap-banner .left-banner a.btn {
	line-height:40px;
	color:#fff;
	align-self: flex-start;
	margin-top: 15px;
}
.wrap-banner .left-banner h1 {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 55px; 
	color: #A01C24;
	margin-bottom:0;
	margin-top:0;
}
.wrap-banner .left-banner h1 span {
	color:#000000;
}
.wrap-banner .right-banner {
	max-width:755px;
	width:100%;
	min-height:573px;
	position:relative; 
}
.wrap-banner .right-banner:after {
	content: '';
    position: absolute;
    bottom: 0;
	right:-15px;
    max-width: 807px;
	width:100%;
    background: url(../images/Rectangle1-1.svg) top left no-repeat;
    height: 807px;
    z-index: -1; 
}
.wrap-banner .left-banner p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px; 
	color: #313131;
}
body.home .wrap-banner .left-banner p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px; 
	color: #313131;
}
/**wrap-testimonial**/
.wrap-testimonial {
    background: #fff;
    padding: 55px 0;
	box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.1);
}
.wrap-testimonial .slick-prev {   
    left: 15px;
    width: auto;
    height: auto;
    z-index:99;
    -webkit-transition: all 0.2s ease-in-out;  
    -moz-transition: all 0.2s ease-in-out;  
    -o-transition: all 0.2s ease-in-out; 
     transition: all 0.2s ease-in-out;  
}
.wrap-testimonial .slick-prev:before {
    content: '';
    background: url(../images/arrow-prev-light.svg) top left no-repeat;
    width: 32px;
    height: 14px;
    opacity: 1;
    display: block;
}
.wrap-testimonial .slick-next {
    right: 15px; 
    width: auto;
    height: auto;
	left:inherit;
    z-index:99;
    -webkit-transition: all 0.2s ease-in-out;  
    -moz-transition: all 0.2s ease-in-out;  
    -o-transition: all 0.2s ease-in-out; 
     transition: all 0.2s ease-in-out;  
}
.wrap-testimonial .slick-next:hover:before,
.wrap-testimonial .slick-prev:hover:before {
	opacity:.6;
}
.wrap-testimonial .slick-next:before {
    content: '';
    background: url(../images/arrow-next-light.svg) top left no-repeat;
    width: 32px;
    height: 14px;
    opacity: 1;
    display: block;
}
.wrap-testimonial >.container .item-slider{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.title-testimonial {
	max-width:390px;
	width:100%;
	padding-left:70px;
}
.title-testimonial h3 {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px; 
	color: #000000;
}
.slider-testimonial {
	max-width:933px;
	width:100%;
}
.slider-testimonial .item-testimonial {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.item-testimonial .thumbnail-testimonial {
	width:145px;
	position:relative;
}
.item-testimonial .thumbnail-testimonial:before {
	content:'';
	position:absolute;
	top: 17px;
    left: -20px;
	width:33px;
	height:25px;
	background: url(../images/nhay.png) top left no-repeat;
}
.item-testimonial .content-testimonial {
	width: calc(100% - 145px);
	padding-right:25px;
}
.item-testimonial .content-testimonial p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px; 
	color: #313131;
	margin-top:0;
}
.item-testimonial .content-testimonial strong {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px; 
	color: #000000;
}
/**section-Why-work-with-us**/
.section-Why-work-with-us >.container {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.section-Why-work-with-us .left-Why-work-with-us,
.section-Why-work-with-us .right-Why-work-with-us { 
	max-width:690px;
	width:100%;
	position:relative;
	min-height:897px;
}
.section-Why-work-with-us .left-Why-work-with-us {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.section-Why-work-with-us .left-Why-work-with-us:before {
	content:'';
	position:absolute;
	left:-15px;
	top:0; 
	background: url(../images/Rectangle2.png) -55px top no-repeat;
	width:671px;
	height:897px;
	z-index:-1;
}
.right-Why-work-with-us {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.right-Why-work-with-us h3 {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 55px; 
	color: #020202;
	margin-top:0;
}
.right-Why-work-with-us .list-work .item-work {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	margin-bottom:40px;
	align-items: center;
}
.right-Why-work-with-us .list-work .item-work .icon {
	width:135px;
}
.right-Why-work-with-us .list-work .item-work .icon img,
.right-Why-work-with-us .list-work .item-work .icon svg{
	   background: #FAF4F4;
    padding: 18px 25px;
    border-radius: 20px;
        width: 100px;
    height: 100px;
}
.right-Why-work-with-us .list-work .item-work .content {
	width: calc(100% - 135px);
}
.right-Why-work-with-us .list-work .item-work .content p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px; 
	color: #000000;
	max-width: 372px;
}
.right-Why-work-with-us .inner-right-Why-work-with-us >a { 
	padding-left:49px;
	padding-right:49px;
	height:40px;
	line-height:40px;
	display: inline-block;
    position:relative;
    z-index:99;
}
/**section-References**/
.section-references { 
	padding-top:270px; 
	margin-top:-230px;
	position:relative;
}
.section-references:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin:0 auto;
	max-width:1440px;
	height:795px;
	z-index:-1; 
	background: url(../images/Rectangle3.svg) top center no-repeat; 
}
.section-references >.container {
	max-width:1150px;
}
.section-references >.container >div {
	margin-bottom:55px;
}
.section-references img {
    border: 10px solid #fff;
	border-radius:30px;
	box-shadow: 0px 4px 54px rgb(0 0 0 / 10%);
}
.row1-references .col1 h3 {
	font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    color: #000000;
    margin-bottom: 15px;
    margin-top: 0;
}
.row1-references {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	align-items: center;
}
.row1-references .col1 p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px; 
	color: #313131;
}
.row1-references .col1 a {
	display: inline-block;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 50px;
	margin-top:15px;
}
.row1-references .col1 {
	width:27.33%;
}
.row1-references .wrap-col {
    width: 72.66%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
}
.row1-references .wrap-col >div {
	margin-right:55px;
}
.row1-references .wrap-col >div:last-child {
	margin-right:0;
}
.row2-references {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.row2-references .col:first-child {
	max-width:444px;
	margin-right:55px;
}
.row2-references .col:last-child {
	max-width:678px;
}
.row3-references {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
    justify-content: center;
}
.row3-references .col {
	margin-right:55px;
}
/**section-about**/
.section-about >.container {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
	max-width:1150px;
	align-items:center;
}
.section-about .left-about {
	max-width:510px;
	width:100%;
}
.section-about .left-about h3 {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 55px;  
	color: #000000;
	margin-bottom:18px;
	margin-top:0;
}
.section-about .left-about p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px; 
	color: #313131;
}
.section-about .left-about a.btn {
	display: inline-block;
    line-height: 40px;
    padding-left: 50px;
    padding-right: 50px;
	margin-top:15px;
}
.section-about .right-about {
	max-width:645px;
	width:100%;
}
/****/
.section-experienced {
	background: url(../images/Rectangle4.svg) top center no-repeat; 
	padding-top:230px;
	background-size: cover;
	margin-top:-165px;
	padding-bottom:90px;
}
.section-experienced .top-experienced h3{
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 55px; 
	text-align: center; 
	color: #000000; 
}
.section-experienced .top-experienced p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px; 
	text-align: center; 
	color: #000000;
}
.section-experienced .list-post {
	max-width:1055px;
	width:100%;
	margin:50px auto 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
}
.section-experienced .list-post .item-post{
	background: #FFFFFF;
	box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	padding-bottom:35px;
	max-width:316px;
	padding:10px 10px 30px 10px;
	margin:0 27.5px 55px 27.5px;
}
.section-experienced .list-post .item-post .thumbnail img {
	border-radius: 20px;
}
.section-experienced .list-post .item-post .content h3 {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px; 
	text-align: center; 
	color: #000000;
	margin-top:32px;
	margin-bottom:18px;
}
.section-experienced .list-post .item-post .content p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center; 
	color: #313131; 
	margin-bottom:30px;
}
.section-experienced .list-post .item-post .content a {
	font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #A01C24;
    display: block;
    background: url(../images/arrow.svg) no-repeat;
    background-position: calc(50% + 70px) 50%;
}
/**map**/
.section-map {
	background:#F3F3F3;	
	min-height:366px; 
    margin-top:110px;
}
.section-map.pd-top {
	margin-top:0px;
}

.section-map >.container {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
	max-width:1190px;
}
.section-map .map{
	max-width:487px;
	width:100%;
	position:relative;
	min-height:366px;
}
.section-map .map iframe,
.section-map .map .map-container {
	border-radius:100%;
	position:absolute;
	top:-65px;
	left:0;
	max-width:485px;
	width:100%;
}
.section-map .right-map {
	max-width:670px;
	width:100%;
	padding-left:85px;
	display:flex;
	align-items:center;
}
.section-map .right-map h3 {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 55px; 
	color: #000000;
	margin-bottom:15px;
	margin-top:0;
}
.section-map .right-map p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px; 
	color: #313131;
}
/**get-in-touch**/
.get-in-touch {
	padding-top:130px;
	padding-bottom:120px;
	background:#fff;
}
.get-in-touch >.container {
	max-width:550px;
	text-align:center;
}
.get-in-touch h3 {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 55px; 
	text-align: center; 
	color: #000000;
	margin-bottom:5px;
	margin-top:0;
}
.get-in-touch p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px; 
	text-align: center; 
	color: #000000;
	margin-top:0;
}
.get-in-touch a.btn {
	    padding-left: 50px;
    padding-right: 40px;
    line-height: 40px;
    display: inline-block;
}
/**footer**/
footer#colophon {  
	padding-top:60px;
	position:relative;
}
footer#colophon:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:-80px;
	background: url(../images/bg-footer.png) no-repeat;
	width:100%;
	min-height:335px;
	background-size: cover;
	z-index:1;
}
.inner-footer {
	background:#6c91c4;
	padding-bottom:90px;
	    position: relative;
    z-index: 2;
}
.inner-footer >.container {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; 
}
.inner-footer .col.col1 {
	width:50%;
} 
.inner-footer .col.col1 ul li {
	list-style:none;
	margin-bottom:10px;
    
}
.inner-footer .col.col1 ul li a {
	-webkit-transition: all 0.2s ease-in-out;  
    -moz-transition: all 0.2s ease-in-out;  
    -o-transition: all 0.2s ease-in-out; 
     transition: all 0.2s ease-in-out;  
}

.inner-footer .col.col2 a {
	margin-bottom:10px;
    -webkit-transition: all 0.2s ease-in-out;  
    -moz-transition: all 0.2s ease-in-out;  
    -o-transition: all 0.2s ease-in-out; 
     transition: all 0.2s ease-in-out;  
}
.inner-footer .col.col1 ul li:hover a,
.inner-footer .col.col1 ul li:hover a	{
	color:#000;
}
.inner-footer .col.col2 p {
	margin-top:0;
}
.inner-footer .col.col1 ul li a,
.inner-footer .col.col2 a,
.inner-footer .col.col2 p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px; 
	color: #FFFFFF;
}
.inner-footer .col.col2 {
	width:40%;
	padding-top:12px;
}
.inner-footer .col.col2 a {
	display:block;
}
.inner-footer .col.col3 {
	width:10%;
}

.inner-footer #menu-menu-footer {
	column-count: 3;
}

/******page about******/ 
.page-template-template-about .wrap-banner .right-banner:after { 
    max-width: 759px;
	width:100%;
    background: url(../images/Rectangle5.svg) top left no-repeat;
    height: 875px; 
}
.page-template-template-about .wrap-banner .left-banner { 
    background: transparent; 
}
/*section-who-we-are*/
.section-who-we-are >.container {
	padding-left:70px;
	padding-right:70px;
	padding-bottom:100px;
}
.section-who-we-are h3 {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 55px; 
	color: #020202;
	margin-bottom:55px;
}
.list-who-we-are {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.list-who-we-are .item {
	width:50%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-right:110px;
} 
.list-who-we-are .item .thumbnail {
    width: 165px;
    flex: none; 
}
.list-who-we-are .item .thumbnail img {
	box-shadow: 0px 4px 54px rgb(0 0 0 / 10%);
    border-radius: 100%;
    border: 10px solid #fff;
}
.list-who-we-are .item .infomation {
	padding-left:35px;
}
.list-who-we-are .item h3 {
	font-family: 'Lexend', sans-serif; 
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px; 
	color: #000000;
	margin:0;
}
.list-who-we-are .item span {
	font-family: 'Lexend', sans-serif; 
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px; 
	color: #A01C24; 
}
.list-who-we-are .item p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px; 
	color: #313131;
}
/**/
.page-template-template-about .section-experienced {
	margin-top:0;
	padding-top:80;
	background-size: cover!important;
	background: url(../images/Rectangle4.svg) center 100px no-repeat;
}
.page-template-template-about .section-experienced >.container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width:1150px;
	    align-items: flex-end;
		min-height:465px;
}
.page-template-template-about .section-experienced .box-video {
	max-width:580px;
	width:100%;
}
.page-template-template-about .section-experienced .box-video >div {
	padding:0!important;
    height:auto!important;
}
.page-template-template-about .section-experienced .box-video.active img {
	display:none;
}
.page-template-template-about .section-experienced .box-video >p {
	margin:0;
}
.page-template-template-about .section-experienced .box-video iframe {
	width:100%!important;
    height:300px;
}
.page-template-template-about .section-experienced .box-right {
	padding-left:80px;
	max-width:540px;
	width:100%;
}
.page-template-template-about .section-experienced .box-right h3 {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 55px; 
	color: #000000;
	margin:0 0 30px 0;
}
.page-template-template-about .section-experienced .box-right p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 23px; 
	color: #313131;
}
.page-template-template-about .section-who-we-are >.container {
	padding-bottom:15px;
}

/******page os valeurs ********/
.wrap-banner.banner-page .left-banner {
	background:transparent; 
    justify-content: flex-start;
    padding-top: 40px;
}
.page-template-template-nos-valeurs .wrap-banner .right-banner:after {
	display:none;
}
.list-box-our-values {
	position:relative;
	padding-top:40px;
}
.list-box-our-values:before {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -200px;
    width: 100%;
    height: 860px;
    z-index: -1;
    background: url(../images/Rectangle6.svg) top center no-repeat;
    margin: 0 auto;
    background-size: cover!important;
} 
.list-box-our-values .container .inner-our-values{ 
	max-width:976px;
	width:100%;
	margin:0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.list-box-our-values .left-box-our-values {
	margin-right:50px;
}
.list-box-our-values .box-our-values {
	padding:45px 50px;
	background: #FFFFFF;
	box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	max-width:462px;
	margin-bottom:50px; 
}
.list-box-our-values .box-our-values img,
.list-box-our-values .box-our-values svg	{
	margin-bottom:24px;
        background: #FAF4F4;
    padding: 18px 25px;
    border-radius: 20px;
        width: 100px;
    height: 100px;
}
.list-box-our-values .box-our-values h3 {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px; 
	color: #000000;
	margin-top:0;
	margin-bottom:14px;
}
.list-box-our-values .box-our-values h3 p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px; 
	color: #313131;
}
.page-template-template-nos-valeurs .get-in-touch {
    padding-top: 60px; 
}

/*********/
.page-template-template-avantages .list-box-our-values .container .inner-our-values {
	max-width:1199px;
}
.page-template-template-avantages .wrap-banner .right-banner:after { 
    background: url(../images/Rectangle7.svg) top left no-repeat; 
	height:884px;
	max-width:710px;
	width:100%;
}
.page-template-template-avantages .wrap-banner .left-banner:before {
	display:none;
}
.list-box-our-values .box-avantages {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	margin-bottom:40px;
}
.list-box-our-values .box-avantages .icon {
	width:100px;
}
.list-box-our-values .box-avantages .icon img,
.list-box-our-values .box-avantages .icon svg { 
        background: #FAF4F4;
    padding: 18px 25px;
    border-radius: 20px;
        width: 100px;
    height: 100px;
}
.list-box-our-values .box-avantages .description {
	padding-left: 40px;
    max-width: 295px;
    flex: none;
    width: calc(100% - 100px);
}
.list-box-our-values .box-avantages .description p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px; 
	color: #000000; 
}
.page-template-template-avantages .list-box-our-values:before {
	display:none;
}
.page-template-template-avantages .list-box-our-values .left-box-our-values {
	margin-right:140px;
}
.section-thumbnai-color {
	position:relative;
}
.section-thumbnai-color .inner-thumbnai-color{
	max-width: 620px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 390px;
    justify-content: center;
    margin-top: -160px;
}
.section-thumbnai-color .inner-thumbnai-color:before {
	content: '';
    position: absolute;
    left: -15px;
    top: 0;
    height: 390px;
    z-index: -1;
    max-width: 720px;
	width:100%;
    background: url(../images/Vector1-1.svg) top left no-repeat;
}
/**page references***/
.slider-testimonial-reference .slick-prev { 
	left: inherit;
    transform: inherit;
    top: 35px;
    right: 80px; 
	width:auto;
	height:auto;
}
.slider-testimonial-reference .slick-prev:before {
	content: '';
    background: url(../images/arrow-prev-light.svg) top left no-repeat;
    width: 32px;
    height: 14px;
    opacity: 1;
	display:block;
	position: relative;
    z-index: 1;
}
.slider-testimonial-reference .slick-next {
	left: inherit;
    transform: inherit;
    top: 35px;
    right: 15px; 
	width:auto;
	height:auto;
}
.slider-testimonial-reference .slick-next:before {
	content: '';
    background: url(../images/arrow-next-light.svg) top left no-repeat;
    width: 32px;
    height: 14px;
    opacity: 1;
	display:block;
	position: relative;
    z-index: 1;
}
.slider-testimonial-reference {
	padding:60px 0;
	background: #FFFFFF;
	box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.1);
}
.slider-testimonial-reference >.container {
	max-width:1265px;
}
.slider-testimonial-reference .item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding:35px;
        align-items: flex-start;
}
.slider-testimonial-reference .item.active img {
	display:none;
}
.slider-testimonial-reference .item .video {
	max-width:575px;
	width:100%;
	    border: 10px solid #fff;
    background: #FFFFFF;
    border-radius: 20px;
	box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.1);
}
.slider-testimonial-reference .item .video.bg-none { 
    background: transparent; 
    box-shadow: inherit;
}
.slider-testimonial-reference .item .video iframe {
	max-width: 575px;
    width: 100%;
    height:300px;
}
.slider-testimonial-reference .item .video p {
	margin:0;
}
.slider-testimonial-reference .item .video img {
	border-radius:20px;
}
.slider-testimonial-reference .item .infomation {
	padding-left:80px;
	max-width:555px;
	width:100%;
	padding-top:35px;
}
.slider-testimonial-reference .item .infomation .thumbnail-small {
	position:relative;
}
.slider-testimonial-reference .item .infomation .thumbnail-small:before {
    content: '';
    position: absolute;
    top: 17px;
    left: -20px;
    width: 33px;
    height: 25px;
    background: url(../images/nhay.png) top left no-repeat;
}

.slider-testimonial-reference .item .infomation h3 {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px; 
	color: #000000;
	margin-bottom:30px;
}
.slider-testimonial-reference .item .infomation p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px; 
	color: #313131;
	margin-bottom:18px;
}
.slider-testimonial-reference .item .infomation span {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px 
	color: #000000; 
}
/****/
.list-box-left-right {
	padding:125px 0;
	background: url(../images/Rectangle8-1.png) center bottom no-repeat
}
.list-box-left-right >.container {
	max-width:1199px;
}
.list-box-left-right .inner-box:nth-child(even){
	flex-direction: row-reverse;
}
.list-box-left-right .inner-box:nth-child(even) .content { 
    padding-right: 0;
	padding-left:115px;
}

.list-box-left-right .inner-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	margin-bottom:152px; 
	    justify-content: space-between;
}
.list-box-left-right .inner-box:last-child { 
	margin-bottom:0;
}
.list-box-left-right .inner-box .content {
	max-width:510px;
	width:100%;
	padding-right:115px;
}
.list-box-left-right .inner-box .content  h3 { 
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px; 
	color: #000000;
	margin-bottom:21px;
}
.list-box-left-right .inner-box .content p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 23px; 
	color: #313131; 
}
.list-box-left-right .inner-box .content a {
	 transition: all .2s ease; 
    -webkit-transition: all 0.2s ease-in-out;  
    -moz-transition: all 0.2s ease-in-out;  
    -o-transition: all 0.2s ease-in-out; 
     transition: all 0.2s ease-in-out;  
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px; 
	text-align: right; 
	color: #A01C24;  
	padding-right:30px;
    background: url(../images/arrow-next-light-small.svg) center right no-repeat;
}
.list-box-left-right .inner-box .content a:hover {
	opacity:.85;
}
.list-box-left-right .inner-box .wrap-slider {
	max-width:665px;
	width:100%; 
}
.list-box-left-right .inner-box .wrap-slider .slider { 
    box-shadow: 0px 4px 54px rgb(0 0 0 / 10%);
    border-radius: 30px;
}
.list-box-left-right .inner-box .wrap-slider .slider .item {
	border: 10px solid #fff; 
	background: #FFFFFF;
	border-radius: 30px;
}
.list-box-left-right .inner-box .wrap-slider .slider .item img {
	border-radius:30px;
}
.page-template-template-references .section-references {
    background: transparent;
    padding-top: 100px;
    background-size: contain;
    margin-top: 0;
}
.page-template-template-references .get-in-touch {
	padding-top:55px;
}
.page-template-template-references .section-references .row3-references .col:first-child {
	max-width:380px;
}
.page-template-template-references .section-references .row3-references .col:last-child {
	max-width:436px;
}
.page-template-template-references .section-references .row2-references .col:first-child {
	max-width:421px;
    width:100%;
}
.page-template-template-references .section-references .row2-references .col:last-child {
	max-width:644px;
}
/****blog****/
.page-template-template-blog .section-experienced {
    background: transparent;
    padding-top: 0; 
    margin-top: 0; 
}
.page-template-template-blog .section-experienced .list-post { 
    flex-wrap: wrap;
}
.page-template-template-blog .section-experienced .list-post .item-post { 
    margin: 0 2.5% 55px 2.5%;
    width: 28.333333%;
}
.panigation .custom-pagination {
	text-align:center;
	padding-top:20px;
}
.panigation .custom-pagination span,
.panigation .custom-pagination a {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px; 
	text-align: center; 
	color: #313131;
	width:22px;
	height:22px;
	border-radius:100%; 
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
}

.panigation .custom-pagination span.current {
	background:#A01C24;
	color:#fff;
	font-weight:700;
}
.page-template-template-blog .section-experienced {
	padding-bottom:65px;
}
.page-template-template-blog .get-in-touch {
	padding-top:0;
}
/*single*/
.content-single >.container,
.single .banner >.container	{
	max-width:1179px;
}

.single .banner img {
	border-radius:20px;
	width:100%;
}
.single .content-single h3 {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 44px;
	line-height: 55px;
	color: #000000;
	margin-bottom:0;
	margin-top:20px;
}
.single .content-single span.date {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;
	color: #313131;
	display:block;
	margin-bottom:35px;
}
.single .content-single span.date span.dot {
	width: 3px;
    height: 3px;
    border-radius: 100%;
    background: #313131;
    display: inline-block;
    vertical-align: middle;
}
.single .content-single p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px; 
	color: #313131;
	column-count: 2;
}

/**page contact**/  
.wrap-contact {
	position:relative;
	min-height:700px;
	    padding-bottom: 190px;
}
.wrap-contact:before {
	content: '';
    position: absolute;
    top: -193px;
    right: 0px;
    width: 807px;
    background: url(../images/Rectangle9.svg) top left no-repeat;
    height: 807px;
    z-index: -1;
}
.wrap-contact >.container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width:1199px;
}
.wrap-contact .left-contact {
	max-width:480px;
	width:100%;
}
.left-contact .form h3 {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 44px;
	line-height: 55px; 
	color: #000000;
	margin-bottom:20px;
}
.left-contact .form p {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 23px; 
	color: #313131;
}
.left-contact .form label {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;  
	color: #000000;
	margin-bottom:8px;
	display:block;
}
.left-contact .form input,
.left-contact .form textarea {
	background: #F5F5F5;
	border-radius: 10px;
	min-height:40px;
	line-height:40px;
	width:100%;
	border:none;
	margin-bottom:20px;
	padding-left:20px;
}
.left-contact .form textarea {
	min-height:125px;
	line-height:inherit;
	padding-top:15px;
}
.left-contact .form input.btn {
	width:auto;
	background: #A01C24;
	border-radius: 10px;
	padding-left: 38px;
    padding-right: 38px;
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;  
	text-align: center; 
	color: #FFFFFF;
	height:40px;
}
.wrap-contact .right-contact {
	max-width:780px;
	padding-left:100px;
	width:100%;
	position:relative;
}
.wrap-contact .right-contact h2 {
	font-family: 'Lexend', sans-serif; 
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px; 
	color: #000000;
}
.box-infomation ul li {
	list-style:none;
	margin-bottom:40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items:center;
	
}
.box-infomation ul li img {
	margin-right:22px;
}
.box-infomation ul li,
.box-infomation ul li a {
	font-family: 'Lexend', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px; 
	color: #000000;
	display: flex;
	align-items:center;
}
.box-social ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items:center;
}
.box-social ul li {
	list-style:none;
	margin-right:30px;
	display:inline-block;
	vertical-align:middle;
} 
.thumbnail-right-contact {
	float: right;
    position: absolute;
    top: 0;
    right: 0;
}
.bottom-right-contact {
	margin-top:320px;
}
/*****/
.list-box-left-right .slick-prev:before {
    content: '';
	background: url(../images/icon-arrow-left.png) top left no-repeat; 
	width:46px;
	height:46px;
	position: absolute;
    top: 0;
    left: 0;
	opacity:1;
}
.list-box-left-right .slick-next:before {
    content: '';
	background: url(../images/icon-arrow-right.png) top left no-repeat; 
	width:46px;
	height:46px;
	position: absolute;
    top: 0;
    left: 0;
	opacity:1;
}
.list-box-left-right .slick-prev {
    left: inherit;
    left: 30px;
    bottom: 20px;
    top: inherit;
}
.list-box-left-right .slick-next {
    left: 105px;
    top: inherit;
    bottom: 20px;
}
.list-box-left-right .slick-next, 
.list-box-left-right .slick-prev {
	width:46px;
	height:46px;
	transform: inherit;
	z-index:99;
}
.list-box-left-right .slick-next:hover, 
.list-box-left-right .slick-prev:hover {
	opacity:.85;
}
/**/
#video-home {
	background:transparent;
}
#map-canvas {
    height: 485px;
    max-width: 485px;
    width: 100%;
    border-radius: 100%;
}
.fancybox-button svg path {
    fill: #fff; 
}
.fancybox-slide--html .fancybox-close-small {
    right: 27px;
    top: 25px;
}
.page-template .wrap-banner.banner-page .left-banner:not(.home.page-template .wrap-banner.banner-page .left-banner),
.page-template .wrap-banner .right-banner:not(.home.page-template .wrap-banner .right-banner) {
	width:50%; 
}
.page-template-template-nos-valeurs .wrap-banner .left-banner:before {
	display:none;
}

.box-breadcrumbs a {
	font-size: 14px;
	line-height:17.5px;
    font-family: 'Lexend', sans-serif;
	font-weight:700; 
}
.container.coppy-right { 
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container.coppy-right span {
	margin-right:5px;
}
.container.coppy-right span,
.container.coppy-right .textwidget,
.container.coppy-right a {
	font-family: 'Lexend', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
}
.container.coppy-right a,
.inner-footer .col.col2 a,
.box-infomation ul li a,
.box-infomation ul li a svg path,
.box-social ul li svg path{
	-webkit-transition: all 0.2s ease-in-out;  
    -moz-transition: all 0.2s ease-in-out;  
    -o-transition: all 0.2s ease-in-out; 
     transition: all 0.2s ease-in-out;   
}
.container.coppy-right a:hover,
.inner-footer .col.col2 a:hover {
	color:#000;
}
.box-infomation ul li a:hover {
	color:#A01C24;
}
.box-infomation ul li a:hover path,
.box-social ul li:hover svg path{
	fill:#A01C24;
}
.embed-video >a {
	left: 50%!important;
    top: 50%!important;
    transform: translateX(-50%) translateY(-50%)!important;
    -webkit-transform: translateX(-50%) translateY(-50%)!important;
    margin: inherit!important;
    opacity:1!important;
}
.embed-video svg path {
	fill: #a01c24!important; 
}
.player {
	width:60%!important;
}
/*************/
/****font*****/
/*
font-family: 'Lexend', sans-serif;
font-weight:700;
font-weight:400;
*/
 

/********responsive********/
@media only screen and (max-width: 1199px) {
    .bottom-right-contact {
		margin-top: 400px; 
	}
	.dv-main-navigation ul li { 
		padding: 11.5px 8px;
	}
	.dv-main-navigation ul li.btn {		
		padding-left: 15px;
		padding-right: 15px;
	}
	.list-who-we-are .item {
		padding-right: 30px;
	}
	.list-who-we-are .item .infomation {
		padding-left:15px;
	}
}
@media only screen and (max-width: 1023px) {
	.dv-toggle-menu {
		display:block;
	}
	.dv-main-navigation {
		display:none;
	}
	.main-header {
		padding: 20px 0 20px 0;
	}
	.dv-toggle-menu {
		top: -12px;
		right: 0;
		position: absolute;
		z-index:999;
	}
	.dv-wrap-main-navigation {
		position:relative;
		z-index:1;
	}
	.dv-main-navigation.active-menu {
		display:block;
		position: fixed;
		left: 0;
		right: 0;
		text-align: center;
	}
	.dv-main-navigation ul li {
		display:block;
	}
	body.active:before {
		content:'';
		position:absolute;
		top:0;
		left:0;
		right:0;
		bottom:0;
		background:#A01C24;
		z-index:1;
	}
	.main-header >.container .dv-main-navigation ul {
		max-width:290px;
		width:100%;
	}
	.dv-main-navigation >ul >li:last-child {
		margin-left: 0;
	}
	.dv-main-navigation ul li {
		padding: 17px 8px;
	}
	.dv-main-navigation ul li.btn { 
		background:#fff;
		padding:11.5px 8px;
		margin-bottom:20px;   
	}
	.dv-main-navigation ul li a:hover:after, 
	.dv-main-navigation ul li.current-menu-item a:after, 
	.dv-main-navigation ul li.current-menu-parent > a:after {
		background:#fff;
	}
	.dv-main-navigation ul li.current-menu-item a, 
	.dv-main-navigation ul li.current-menu-parent > a,
	.dv-main-navigation ul li a	{
		color:#fff;	
	}
	
	.dv-main-navigation ul li.btn a { 
		color:#A01C24;
	}
	.dv-toggle-menu .menu-toggle svg path {
		stroke-width: 3px;
	}
	.dv-toggle-menu .menu-toggle svg.close,
	.dv-toggle-menu.active svg.open	{
		display:none;
	}
	.dv-toggle-menu.active svg.close {
		display:block;
	}
	.wrap-banner .right-banner:after {
		width: 584px; 
	}
	.wrap-banner .right-banner {
		min-height:400px;
	}
	.wrap-banner .left-banner:before {
		top:-70px; 
	}
	.main-header >.container .left-header img {
		width:84px;
	}
	.right-Why-work-with-us .list-work .item-work {
		margin-bottom:20px;
	}
	.section-Why-work-with-us .left-Why-work-with-us:before {
		width: 530px;
		height: 100%;
		background-size: 100% 100%;
	}
	.section-Why-work-with-us .left-Why-work-with-us, 
	.section-Why-work-with-us .right-Why-work-with-us {
		min-height:690px;
	}
	.row1-references .wrap-col >div,
	.row2-references .col:first-child,
	.row3-references .col	{
		margin-right:30px;
	}
	.section-references >.container >div:first-child .col1 {
		padding-right:20px;
	}
	.section-experienced {
		padding-top: 100px; 
		margin-top: 0;
		padding-bottom: 30px;
	}
	.section-experienced .list-post .item-post {
		margin: 0 8px 55px 8px;
	}
	.section-map .map iframe, 
	.section-map .map .map-container {
		max-width:276px;
	}
	#map-canvas {
		height: 276px;
		max-width: 276px;
	}
	.section-map .right-map h3 {
		margin-bottom:6px;
	}
	.section-map .map,
	.section-map	{
		min-height:210px; 
	}
	.section-map .map {
		max-width:276px;
	}
	.section-map .map iframe, .section-map .map .map-container {
		top:-30px;
	}
	.get-in-touch {
		padding-top:85px;
	}
	.inner-footer #menu-menu-footer {
		column-count: 2;
	}
	.section-references {
		margin-top:-220px; 
	}
	
	.section-map .right-map,
	.slider-testimonial-reference .item .infomation	{
		padding-left:30px;
	}
/*about*/
	.section-who-we-are >.container {
		padding-left: 15px;
		padding-right: 15px;
	}	
	.list-who-we-are .item {
		display:block;
	}
	.page-template-template-about .section-experienced >.container {
		min-height:inherit;
	}
	.page-template-template-about .section-experienced .box-right {
		padding-left:35px; 
	}
	.page-template-template-about .section-experienced .box-right h3 {
		margin-bottom:15px;
	}
	.page-template-template-about .get-in-touch {
		padding-top:60px;
	}
/**/
	.list-box-our-values .left-box-our-values {
		margin-right: 50px;
		margin-top: 0px; 
	}	
    .list-box-our-values .right-box-our-values {
    	margin-top:60px;
    }
	.list-box-left-right .inner-box .content {
		padding-right:30px;  
	}
	.list-box-left-right .inner-box:nth-child(even) .content {
		padding-left:30px;
	}
	.list-box-left-right .inner-box .wrap-slider {
		max-width: 485px; 
	}
/**/
	.left-contact .form h3 {
		margin-bottom:10px;
	}	
	.page-template-template-avantages .section-thumbnai-color .inner-thumbnai-color:before { 
		height: 239px; 
		max-width: 385px; 
		background: url(../images/Vector1-1-tablet.svg) top left no-repeat;
	}
	.page-template-template-avantages .section-thumbnai-color .inner-thumbnai-color img {
		max-width:316px;
	}
	.page-template-template-avantages .section-thumbnai-color .inner-thumbnai-color {
		justify-content: flex-start;
	}
/*font*/
	.wrap-banner .left-banner h1,
	.right-Why-work-with-us h3,
	.row1-references .col1 h3,
	.section-about .left-about h3,
	.section-experienced .top-experienced h3,
	.section-map .right-map h3,
	.get-in-touch h3,
	.page-template-template-about .section-experienced .box-right h3,
	.section-who-we-are h3,
	.section-experienced .top-experienced h3,
	.single .content-single h3	{  
		font-size: 34px;
		line-height: 42px; 
	}
	body.home .wrap-banner .left-banner p {
		font-size:14px;
	}
	.wrap-banner .left-banner,
	.title-testimonial	{
		padding-left:0;
	}
	.item-testimonial .thumbnail-testimonial {
		width:105px;
	}
	.item-testimonial .content-testimonial {
		width: calc(100% - 105px);
	}
/*end font*/	
}

@media only screen and (max-width: 980px) {
	.wrap-banner .right-banner:after {
		max-width: 580px;
		height: 635px;
		width: 100%;
	}
	.wrap-banner .right-banner {
		max-width:480px;
	}
	 
	.wrap-banner .left-banner:before {
		top: -30px; 
	}
	.title-testimonial {
		max-width: 290px;
		padding-right: 20px;
	}
	.section-Why-work-with-us .left-Why-work-with-us {
		max-width:400px;
	}
	.section-Why-work-with-us .right-Why-work-with-us {
		max-width:450px;
		padding-left:50px;
	}
	.section-Why-work-with-us .left-Why-work-with-us:before {
		width:465px;
	} 
	.section-thumbnai-color .inner-thumbnai-color {
		margin-top:0;
	}
	.page-template-template-avantages .section-thumbnai-color .inner-thumbnai-color {
		margin-top:-160px;
	}
/**/
	.list-box-left-right .inner-box .wrap-slider {
		max-width: 400px;
	}	
	.list-box-left-right .inner-box .content {
		max-width:550px;
	}
	.page-template-template-blog .section-experienced .list-post { 
		justify-content: center;
	}
	.page-template-template-blog .section-experienced .list-post .item-post {
		margin: 0 10px 55px 10px;
		width: 45.5%;
	}
	footer#colophon:before {
		background: url(../images/bg-footer-tablet.png) no-repeat;
		background-size:cover;
	}
	.section-references:before {
		background: url(../images/Rectangle3-tablet.svg) top center no-repeat;
		background-size:100%; 
		margin-top:-200px;
	}
	.section-references {
		margin-top: 100px;
		padding-top: 40px;
	}
	.section-references >.container { 
		background: #f6f6f6;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}
	.section-about >.container {
		align-items: flex-start;
	}
	.section-references >.container >div {
		margin-bottom:20px;
	}
	.wrap-banner .left-banner:before {
		background: url(../images/Vector1-tablet.svg) left 70px no-repeat;
	}
	.page-template-template-about .wrap-banner .right-banner:after {
		max-width: 458px; 
		background: url(../images/Rectangle5-tablet.svg) top left no-repeat;
		height: 640px;
	}
	.page-template-template-about .section-experienced {
		background: url(../images/Rectangle4-tablet.svg) top center no-repeat;
		padding-top: 70px; 
	}
	.list-box-our-values .box-our-values {
		padding-left:20px;
		padding-right:20px;
	}
	.list-box-our-values:before {
		background: url(../images/Rectangle6-tablet.svg) top center no-repeat;
	}
	.page-template-template-avantages .wrap-banner .right-banner:after,
	.page-template-template-references .wrap-banner .right-banner:after	{
		background: url(../images/Rectangle7-tablet.svg) top left no-repeat;
		height: 659px;
		max-width: 423px;
	}
	.page-template-template-contact .wrap-contact:before { 
		background: url(../images/Rectangle7-tablet.svg) top left no-repeat;
		max-width: 423px;
		height: 659px;
	}
	.list-box-left-right {
		background: url(../images/Rectangle8-1-tablet.svg) center bottom no-repeat;
		background-size: 100%;
	}
	
}
@media only screen and (min-width: 768px) {
	.form .desktop-none {
		display:none;
	}
}

@media only screen and (max-width: 767px) {
	.wrap-banner {
		display:block;
	}
	.wrap-testimonial >.container .item-slider,
	.slider-testimonial .item-testimonial	{
		display:block;
	} 
	.wrap-testimonial {
		padding: 15px 0 80px 0;
	}
	body.home .wrap-testimonial {
		padding: 20px 0 70px 0;
	}
	.title-testimonial {
		max-width:100%;
	}
	.item-testimonial .thumbnail-testimonial {
		width: 89px;
		text-align: center;
		margin: 0 auto;
	}
	.title-testimonial h3 {
		text-align:center;
	}
	.item-testimonial .content-testimonial {
		width:100%;
		text-align:center;
	}
	.section-Why-work-with-us >.container {
		display:block;
	}
	.section-Why-work-with-us .left-Why-work-with-us {
		max-width: 100%;
		min-height: 235px;
		margin-bottom: 20px;
        display: flex;
    	align-items: flex-start;
	}
	.section-Why-work-with-us .left-Why-work-with-us img {
		width:180px;
		margin:0 auto;
	}
	.section-Why-work-with-us .right-Why-work-with-us {
		max-width: 100%;
		padding-left: 0;
		padding-top:20px;
	}
	.inner-right-Why-work-with-us,
	.right-Why-work-with-us .list-work .item-work .content	{
		width:100%;
	}
	.inner-right-Why-work-with-us {
		text-align:center;
	}
	.right-Why-work-with-us .list-work .item-work {
		display:block;
	}
	.right-Why-work-with-us .list-work .item-work .icon {
		width: 100px;
		margin: 0 auto;
	}
	.right-Why-work-with-us .list-work .item-work .content p {
		width:100%;
		text-align:center;
		max-width:100%;
	} 
	.right-Why-work-with-us .list-work .item-work {
		margin-bottom:25px;
	}
	.row1-references {
		display:block;
	} 
	.section-references >.container >div,
	.row1-references .col1	{
		width:100%;
		text-align:center;
	}
	.section-references >.container >div:first-child .col1 {
		padding-right:0;
		margin-bottom:20px;
	}
	.row1-references .wrap-col {
		width:100%;
		margin-bottom:20px;
	}
	.section-about >.container {
		display:block;
	}
	.section-about .left-about {
		max-width:inherit;
		text-align:center;
		margin-bottom:25px;
	}
	.section-about .right-about {
		max-width:inherit;
		text-align:center;
	}
	/*about*/
	.section-who-we-are h3 {
		text-align:center;
		margin-bottom:30px;
	}
	.list-who-we-are {
		display:block;
	}
	.list-who-we-are .item {
		width:100%;
		padding:0;
		text-align:center;
		margin-bottom:30px;
	}
	.list-who-we-are .item .thumbnail {
		margin:0 auto 15px;
	}
	.page-template-template-about .section-experienced >.container { 
		flex-direction: column-reverse;
		align-items: center;
	}
	.page-template-template-about .section-experienced .box-video {
		max-width:inherit;
	}
	.page-template-template-about .section-experienced .box-right {
		padding-left: 0;
		max-width: inherit;
		text-align:center;
	} 
	/**/
	.list-box-our-values .left-box-our-values {
		margin-top:0;
		margin-right:0;
	}
	.list-box-our-values .container .inner-our-values {
		display:block;
	}	
	.list-box-our-values .box-our-values {
		margin:0 auto 20px;
		text-align:center; 
	}
	.list-box-our-values {
		margin-top:70px;
	}
	.list-box-our-values:before {
		top:-180px;
	}
	.page-template-template-nos-valeurs .list-box-our-values:before {
		top: -80px;
	}
	/**/
	.page-template-template-avantages .list-box-our-values .box-avantages {
		display:block;
		text-align:center;
		margin-bottom:20px;
	}
	.page-template-template-avantages .list-box-our-values .box-avantages .icon{
		margin:0 auto;
	}
	.page-template-template-avantages .list-box-our-values .left-box-our-values {
		margin-right:0;
	}
	.list-box-our-values .box-avantages .description {
		max-width:inherit;
	}
	.list-box-our-values .box-avantages .description {
		width:100%;
		padding-left:0;
	}
	/****/
	.list-box-left-right .inner-box {
		display:block;
        margin-bottom:50px;
	}
	.list-box-left-right .inner-box .content {
		max-width: inherit;
		padding: 0;
		text-align: center;
		margin-bottom:30px;
	}
	.list-box-left-right .inner-box:nth-child(even) .content {
		padding-left:0;
	}
	.list-box-left-right .inner-box .wrap-slider {
		margin:0 auto;
	}
	.list-box-left-right .slick-prev { 
		right: inherit; 
        width:30px;
        height:30px;
	}
	.list-box-left-right .slick-next { 
		top: inherit; 
        width:30px;
        height:30px;
        left:70px;
	}
    .list-box-left-right .slick-prev:before,
    .list-box-left-right .slick-next:before{
    	width:30px;
        height:30px;
        background-size: cover;
    }
	.list-box-left-right {
		padding-top:45px;
		padding-bottom:45px;
	}
	.wrap-testimonial .slick-next,
	.wrap-testimonial .slick-prev	{
		top:inherit;
		bottom:-50px;
	}
	.wrap-testimonial .slick-next {
		right:43%;
	}
	.wrap-testimonial .slick-prev {
		left:43%;
	}
	.slider-testimonial-reference .item {
		display:block;
	}
	.slider-testimonial-reference .item .video.bg-none,
	.section-map .right-map, .slider-testimonial-reference .item .infomation	{
		margin:0 auto;
		padding-top:0;
		max-width:inherit;
		padding:0;
		text-align:center;
	}
    .slider-testimonial-reference .item .infomation {
    	margin-top:50px;
    }
	.slider-testimonial-reference .item .video iframe {
		max-width:inherit;
	}
	.slider-testimonial-reference .item .video.bg-none {
		border:none;
	}
	.slider-testimonial-reference .item .infomation .thumbnail-small {
		max-width: 89px;
		    margin: 25px auto 0;
	}
	.slider-testimonial-reference .item .infomation p {
		margin-bottom:6px;
	}
	.slider-testimonial-reference .slick-next {
		top: inherit;
		right: 40%;
		bottom:0;
	}
	.slider-testimonial-reference .slick-prev {
		left: 40%;
		top: inherit;
		right: inherit;
		bottom: 0;
	}
	.slider-testimonial-reference {
		padding: 15px 0 40px 0; 
	}
	/**/
	.wrap-contact >.container {
		display:block;
	}
	.wrap-contact .left-contact,
	.wrap-contact .right-contact	{
		max-width:inherit;
		padding:0;
	}
	.bottom-right-contact {
		margin:0;
	}
	.thumbnail-right-contact {
		display:none;
	}
	.wrap-contact:before { 
		width: 300px;
		background: url(../images/circle01.svg) top left no-repeat;
		height: 376px; 
		top:0;
	}
	.wrap-banner .right-banner {
		max-width:inherit;
	}
	.wrap-banner .right-banner:after {
		background: url(../images/Rectangle1-mobile.png) left bottom no-repeat;
		max-width: 731px;
		width: 100%;
		height: 423px;
		background-size: 100%;
		left:0;
	}
	.wrap-banner .right-banner a img {
		max-width:500px;
		display:block;
		margin:0 auto;
		width:70%;
	}
	.section-Why-work-with-us .left-Why-work-with-us:before {
		background: url(../images/Rectangle2-mobile.png) top left no-repeat;
		width: 100%;
		height: 250px;
		left: 0;
		background-size: 100% 100%;
	}
	.section-references {
		margin-top: 120px;
		padding-top: 0;
	}
	.section-references:before {
		margin-top: -150px;
	}
	.wrap-banner .left-banner:before {
		background: url(../images/Vector1-mobile.svg) left 70px no-repeat;
	}
	.page-template .wrap-banner.banner-page .left-banner:not(.home.page-template .wrap-banner.banner-page .left-banner), 
	.page-template .wrap-banner .right-banner:not(.home.page-template .wrap-banner .right-banner) {
		width: 100%;
	}
	.page-template-template-about .wrap-banner .right-banner:after {
		max-width: 330px;
		background: url(../images/Rectangle5-mobile.svg) top left no-repeat;
		height: 460px;
		left: inherit;
		right: -15px;
		top: -50px;
	}
	/**/
	.page-template-template-nos-valeurs .wrap-banner .left-banner,
	.page-template-template-avantages .wrap-banner .left-banner	{
		min-height:inherit;
	}
	.list-box-our-values >.container {
		background: #f6f6f6;
		padding-bottom: 40px;
	}
	.page-template-template-avantages .list-box-our-values >.container {
		background: #fff; 
	}
	.page-template-template-avantages .wrap-banner .right-banner:after,
	.page-template-template-references .wrap-banner .right-banner:after { 
		background: url(../images/Rectangle7-mobile.svg) top left no-repeat;
		height: 485px;
		max-width: 328px;
		left: inherit;
		right: -15px;
	}
	.page-template-template-contact .wrap-contact:before { 
		background: url(../images/Rectangle7-mobile.svg) top left no-repeat;
		height: 485px;
		max-width: 328px; 
	}
	.page-template-template-avantages .section-thumbnai-color .inner-thumbnai-color:before {
		height: 184px;
		max-width: 369px;
		background: url(../images/Vector1-1-mobile.svg) top left no-repeat;
	} 
	.page-template-template-avantages .section-thumbnai-color .inner-thumbnai-color {
		margin-top: 0;
		margin: 0 auto;
		max-width: 369px;
		min-height:inherit;
	}
	.page-template-template-avantages .get-in-touch {
		padding-top: 45px;
	}
    .container.coppy-right span.mobile-none {
    	display:none;
	}
    .container.coppy-right span {
    	display:block;
    }
    .container.coppy-right {
        align-items: flex-start;
        justify-content: center;
    }
    .slider-testimonial-reference .item .video img {
    	margin:0 auto;
    }
    .page-template-template-references .section-references {
    	padding-top:50px;
    }
}
@media only screen and (max-width: 640px) {
	.row1-references .wrap-col,
	.row2-references,
	.row3-references,
	.section-map >.container	{
		display:block;
	}
	.row1-references .wrap-col >div, 
	.row2-references .col:first-child, .row3-references .col {
		margin-right:0;
		margin-bottom:20px;
	}
	.row2-references .col:first-child {
		max-width:100%;
	}
	.section-experienced .list-post { 
		margin: 35px auto 0; 
		display: block; 
	} 
	.section-experienced .list-post .item-post {
		margin: 0 auto 20px;
	}
	.section-map .map {
		max-width:inherit;
	}
	.section-map .map iframe, .section-map .map .map-container {
		position:static;
		margin:0 auto;
	}
	.section-map >.container {
		padding: 50px 15px 30px 15px;
	}
	.section-map .right-map { 
		padding-left: 0;
		text-align: center;
		max-width: 100%;
	}
	.section-map .right-map .inner,
	.inner-footer .col.col1	{
		width:100%;
	}
	.section-map .right-map h3 {
		margin-top:20px;
	}
	.inner-footer #menu-menu-footer {
		column-count: inherit;
		text-align: center;
	}
	.inner-footer .col.col2,
	.inner-footer .col.col3 	{
		width:100%;
		text-align:center; 
	}
	.inner-footer >.container {
		flex-wrap:wrap;
	}
	.inner-footer .col.col1 {
	    order: 2;	
	}
	.inner-footer .col.col2 {
	    order: 3;	
	}	
	.inner-footer .col.col3 {
	    order: 1;		
	}
	/**/
	.wrap-banner .right-banner {
		min-height:inherit;
	}
	/**/
	.page-template-template-blog .section-experienced .list-post .item-post {
		margin: 0 3.5% 55px 3.5%;
		width: 93%;
		margin: 0 auto 30px;
	}
	/**/
	.content-single {
		text-align:center;
	}
	.single .content-single p {
		column-count: inherit;
		text-align:left;
	}
	/*font*/
	.title-testimonial h3 {
		font-size:18px;
		line-height:22px;
	}
}

@media only screen and (max-width: 480px) {
	.wrap-testimonial .slick-prev {
        left: 39%;
    }
    .wrap-testimonial .slick-next {
        right: 39%;
    }
}

@media only screen and (max-width: 479px) {
	.wrap-banner .left-banner h1 span {
		display:block;
	}
	.page-template-template-references .slider-testimonial-reference .slick-prev {
		left: 36%; 
	}
	.page-template-template-references .slider-testimonial-reference .slick-next {
		right:36%;
	}
	 
}
@media only screen and (max-width: 375px) {
	footer#colophon:before {
		background: url(../images/bg-footer-mobile.png) no-repeat;
		background-size:cover;
	} 
	.section-experienced {
		background: url(../images/Rectangle4-mobile.svg) top center no-repeat;
		background-size: 100%;
		padding-bottom:0;
	}
	.section-experienced >.container {
		background: #e3f2fd;
		padding-bottom: 40px;
	}
	.page-template-template-blog .section-experienced >.container {
		background: transparent; 
	}
	.btn {
		align-self: inherit!important;
		display:block!important;
	}
	.right-Why-work-with-us .inner-right-Why-work-with-us >a {
		display:block;
	}
	.page-template-template-about .section-experienced {
		background: url(../images/Rectangle4-mobile.svg) top center no-repeat;
	} 
	.list-box-our-values:before {
		background: url(../images/Rectangle6-mobile.svg) top center no-repeat;
	}
	.list-box-left-right {
		background: url(../images/Rectangle8-1-mobile.svg) center bottom no-repeat;
		background-size: inherit;
	}
    .wrap-testimonial .slick-prev {
        left: 33%;
    }
    .wrap-testimonial .slick-next {
        right: 33%;
    }
	
}