/*
Wireframe: 07
Version: 1.0
Update: 2020.03.03
*/

/*--------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------
# Fonts
# General
# Navigation
    ## Superfish
    ## Mobile navigation
--------------------------------------------------*/

/*--------------------------------------------------
# Fonts
--------------------------------------------------*/
@font-face {
    font-family: 'Fira Sans Book';
    src: url('../../fonts/FiraSans-Book.eot');
    src: url('../../fonts/FiraSans-Book.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/FiraSans-Book.woff2') format('woff2'),
        url('../../fonts/FiraSans-Book.woff') format('woff'),
        url('../../fonts/FiraSans-Book.ttf') format('truetype'),
        url('../../fonts/FiraSans-Book.svg#FiraSans-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Fira Sans';
    src: url('../../fonts/FiraSans-Bold.eot');
    src: url('../../fonts/FiraSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/FiraSans-Bold.woff2') format('woff2'),
        url('../../fonts/FiraSans-Bold.woff') format('woff'),
        url('../../fonts/FiraSans-Bold.ttf') format('truetype'),
        url('../../fonts/FiraSans-Bold.svg#FiraSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: url('../../fonts/FiraSans-Light.eot');
    src: url('../../fonts/FiraSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/FiraSans-Light.woff2') format('woff2'),
        url('../../fonts/FiraSans-Light.woff') format('woff'),
        url('../../fonts/FiraSans-Light.ttf') format('truetype'),
        url('../../fonts/FiraSans-Light.svg#FiraSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../../fonts/Montserrat-ExtraBold.eot');
    src: url('../../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../../fonts/Montserrat-ExtraBold.ttf') format('truetype'),
        url('../../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}
/*--------------------------------------------------
# General
--------------------------------------------------*/
body {
    background: #fff;
    color: #666666;
    font-family: 'Fira Sans Book';
    font-size:14px;
    line-height:24px;
}
a {
    color: #0281c4;
    text-decoration: none;
    transition: all .4s;
}
a:active, a:hover, a:focus {
    color: #0281c4;
    text-decoration: none;
}
b,strong{font-family: 'Fira Sans';}
.image-right {
    float: right;
    margin: 0 0 20px 30px;
}
.image-left {
    float: left;
    margin: 0 30px 20px 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", Times, serif;
    line-height: 1.1em;
	font-weight:400;
}
h1 {
    font-size:31px;
	color:#0382c5;
}
h2 {
    font-size:24px;
	color:#0382c5;
}
h3 {
    font-size:22px;
	color:#000;
}
h4 {
    font-size:20px;
	color:#0382c5;
}
h5 {
    font-size:19px;
	color:#000;
}
h6 {
    font-size:18px;
	color:#0382c5;
}
hr {
	border-color: #666;
}
span.phone-responsive{display:none}
.container{width:1330px}
a.lien-pdf {
    display: table;
    margin: auto;
    padding: 5px 15px;
    background: #0281c4;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

a.lien-pdf:hover {
    background: #0281c440;
    color: #0281c4;
}
/* ********* */
header.top {
    position: relative;
    background: #fff;
    padding: 20px 0 0;
}
header.top.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
	box-shadow:0 0 10px #000;
    transform: translateY(-125%);
    transition: transform .6s;
}
header.top.sticky.sticky-appear {
    transform: translateY(0);
}
.has-lightbox header.top.sticky.sticky-appear {
    transform: translateY(-100%);
}
header.top .header-logo {
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    /* display: grid; */
    /* grid-template-columns: auto 400px; */
    /* grid-gap: 78px; */
    margin:0 0 10px;
}
header.top.sticky .header-logo {
    display: none;
}
header.top .header-logo .logo {
    margin: auto;
    text-align: center;
}
header.top .header-logo .right {
   
    float: right;
    margin-top: -70px;
}
header.top nav.mobile-nav {
    display: none;
}
header.top nav.main-nav {
    position: relative;
}
/* ************ */
section.banner {
    position: relative;
    height: 458px;
    margin: 0;
    overflow: hidden;
}
section.banner #Slider {
    position: relative;
    min-height: 0 !important;
	margin: 0 -3px;
}
section.banner #Slider:not(.slick-slider) {
    display: none;
}
section.banner #Slider::before,
section.banner #Slider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #fff;
    z-index: 2;
}
section.banner #Slider::before {
    left: 0;
}
section.banner #Slider::after {
    right: 0;
}
section.banner #Slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    z-index: 10;
    background:#000 !important;
    width: 35px;
    height: 100px;
    color: #fff;
    font-size: 0;
    transition: background .6s;
}
section.banner #Slider .slick-arrow svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
section.banner #Slider .slick-arrow polyline {
    stroke-width: 3;
    transition: stroke-width .6s;
}
section.banner #Slider .slick-arrow:hover polyline {
    stroke-width: 6;
}
section.banner #Slider .slick-arrow:hover {
    background: #0281c4 !important;
}
section.banner #Slider .slick-arrow.slick-prev {
    left: 5px !important;
}
section.banner #Slider .slick-arrow.slick-next {
    right: 5px !important;
    left: auto !important;
}
section.banner #Slider .highslideContainer {
    position: relative;
    float: none;
    padding: 0 3px;
    opacity: 1 !important;
    display: block !important;
}
section.banner #Slider .highslideContainer .highslide {
    display: block;
    overflow: hidden;
}
section.banner #Slider .highslideContainer .highslide::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
section.banner #Slider .highslideContainer .highslide img {
    width: 100%;
    height: 458px;
    object-fit: cover;
    transform: scale(1);
    transition: transform .6s;
}
section.banner #Slider .highslideContainer .highslide:hover img {
    transform: scale(1.05);
}
section.banner #Slider .highslideContainer .highslide-caption {
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 0;
    padding: 40px 20px;
    display: block;
    background: #000;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    transform: translateY(100%);
    transition: transform .3s;
    pointer-events: none;
    display:none;
}
section.banner #Slider .highslideContainer .highslide:hover ~ .highslide-caption {
    transform: translateY(-150px);
}
section.banner #Slider .highslideContainer .highslide-caption strong {
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: .6em;
}
section.banner .holder {
    display: none;
}
section.banner:after {
    position: absolute;
    content: '';
    z-index: 4;
    bottom: 0;
    left: calc(33% + 9px);
    right: calc(33% + 7px);
    background: rgba(5,127,193,.8);
    height: 119px;
}
section.banner a.cta {
    position: absolute;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    bottom: 59px;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    line-height: 11px;
    letter-spacing: .255em;
}
section.banner a.cta p {
    margin: 0 0 11px;
}
section.banner a.cta span.cta1 {
    display: table;
    font-size: 28px;
    line-height: 19px;
    margin: 0 auto;
    padding: 0 42px 0 46px;
    letter-spacing: .265em;
    position: relative;
}
section.banner a.cta:hover{color:#000;transition:.3s all ease}
section.banner a.cta span.cta1:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 5px;
    height: 1px;
    border-left: 34px solid #fff;
    border-right: 34px solid #fff;
}
section.banner a.cta:hover span.cta1:before {
    border-left: 34px solid #000;
    border-right: 34px solid #000;
	transition:.3s all ease
}
section.banner .slogan {
    position: absolute;
    z-index: 5;
    left: 15px;
    right: 15px;
    bottom: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 14px;
    letter-spacing: .045em;
}
section.banner .slogan p {
    margin: 0;
}
section.banner.small {
    height: 300px;
    background: #000;
}
section.banner.small #slideshow {
    height: 300px;
}
section.banner.small #slideshow figure::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: .7;
}
section.banner.small header.page-title {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 100%;
}
section.banner.small header.page-title h1 {
    margin: 0;
}
section.banner.small header.page-title h1 span:first-child {
    font-size: 28px;
    line-height: 20px;
    color: #fff;
}
section.banner.small header.page-title h1 span:last-child {
    text-transform: uppercase;
    display: block;
    letter-spacing: .22em;
    margin: 2px 0 0;
}
section.banner.small .box_googlemapsv2 {
    height: 300px;
    opacity: .8;
    filter: grayscale(1);
    transition: filter .8s;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
section.banner.small:hover .box_googlemapsv2 {
    filter: grayscale(0);
}
section.banner.small iframe {
    width: 100%;
    height: 100%;
}
section.banner.small:after {
    display: none;
}
section.banner.small .box_googlemapsv2 ~ header.page-title {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    text-align: center;
    margin: 0 auto;
}
/* ************** */
main.content-wrapper {
    position: relative;
    padding:75px 0 55px;
}
main.content-wrapper header.page-title {
    margin-bottom: 60px;
}
main.content-wrapper header.page-title h1 {
    margin: 0;
}
main.content-wrapper header.page-title h1 span:first-child{
    font-size: 28px;
    line-height: 20px;
    color: #414141;
}
main.content-wrapper header.page-title h1 span:last-child {
    text-transform: uppercase;
    display: block;
    letter-spacing: .22em;
    margin: 2px 0 0;
}
article.content .video {
    float: right;
    margin: 0 0 20px 50px;
}
article.content p {
    margin: 0 0 20px;
    text-shadow: 0 0 0 #666666;
    letter-spacing: .05em;
}
article.content ul {
    padding-left:10px;
    text-shadow: 0 0 0 #666666;
    letter-spacing: .05em;
}
article.content ul li {
    position: relative;
    list-style: none;
    padding-left: 15px;
    background: url(../../images/new-images/icon-list01.png) no-repeat 0 7px;
}
article.content ul ul {
    list-style-type: circle;
}
article.content .table-style {
    position: relative;
    letter-spacing: .05em;
}
article.content .table-style td {
    text-shadow: 0 0 0 #666666;
}
article.content .table-style th {
    background: #0382c5;
	color:#fff;
}
article.content .table-style th,
article.content .table-style td {
    border: 1px solid #ccc;
    padding: 7px 5px;
}
/* ************ */
.homeTemplate .spacer {
    height: 264px;
    background:url(../../images/new-images/home-spacer.jpg) center no-repeat fixed;
    position:relative;
}
/* ******** */
section.boxes {
    padding: 58px 0 108px;
    position: relative;
    background: #fff url(../../images/new-images/bg-box.jpg) no-repeat center bottom;
}
section.boxes .boxes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 36px;
}
section.boxes .boxes-grid .box4 {
    position: relative;
    display: table;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    min-height: 155px;
}
section.boxes .boxes-grid .box4 h3 {
    position: relative;
    font-size: 19px;
    color: #4a4a4a;
    text-transform: uppercase;
    line-height: 21px;
    padding: 0 0 18px;
    margin: 0 0 11px;
}
section.boxes .boxes-grid .box4 h3:before {
    position: absolute;
    content: '';
    width: 29px;
    height: 4px;
    left: 0;
    bottom: 0;
    background: #0281c4;
}
section.boxes .boxes-grid .box4 p {
    margin: 0;
    text-shadow: 0 0 0 #666;
    text-align: justify;
}
section.boxes .boxes-grid a.box {
    position: relative;
    display: table;
    width: 100%;
    max-width: 409px;
    margin: 12px auto 0;
    text-decoration: none;
    line-height: 22px;
    color: #fff;
}
section.boxes .boxes-grid a.box .image {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
}
section.boxes .boxes-grid a.box .image img{
	max-width:100%;
}
section.boxes .boxes-grid a.box .contenu {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    height: 143px;
    text-align: center;
    background: rgba(2,129,196,.8);
}
section.boxes .boxes-grid a.box:hover .contenu {
    background: rgba(99,99,99,.8);
	transition:.3s all ease;
}
section.boxes .boxes-grid a.box .contenu h2 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 13px;
    margin: 31px 0 17px;
    position: relative;
    padding: 0 0 26px;
    letter-spacing: .05em;
}
section.boxes .boxes-grid a.box .contenu h2:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 7px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
section.boxes .boxes-grid a.box .contenu p {
    letter-spacing: .1em;
}
/* ********** */
section.box-bizbook {
    position: relative;
    padding: 55px 0 10px;
    min-height: 227px;
    background: #057fc1 url(../../images/new-images/bg-biz.jpg) no-repeat center top;
}
section.box-bizbook h2 {
    font-size: 32.74px;
    text-align: center;
    text-transform: uppercase;
    line-height: 39px;
    margin: 0 0 30px;
    letter-spacing:.05em;
}
section.box-bizbook h2 a {
    color: #fff;
	text-decoration:none;
}
section.box-bizbook h2 a:hover{
	color:#000;
	transition:.3s all ease;
}
section.box-bizbook .bizbookListItemPicturebox {
    display: none;
}
section.box-bizbook .bizbookSlider {
    color: #fff;
    line-height: 22px;
    max-width: 900px;
    margin: auto;
}
section.box-bizbook .bizbookListItemNamebox {
    display: none;
}
section.box-bizbook .bizbookListItemDatebox {
    float: left;
    font-family: 'Montserrat';
    font-weight: 800;
    padding: 0 22px;
    letter-spacing: .1em;
}
section.box-bizbook .bizbookListItemEvalbox {
    float: right;
}
section.box-bizbook .bizbookListItemMessaxgebox {
    float: left;
    width: 100%;
    clear: both;
    margin: 5px 0 0;
    letter-spacing: .1em;
}
section.box-bizbook .slick-dotted.slick-slider {
    margin: 0;
    padding: 0;
}
/* *********** */
section.footer-form {
    position: relative;
    background: url(../../images/new-images/bg-footer-form.jpg) center no-repeat fixed;
    padding: 62px 0 39px;
    color: #fff;
}
section.footer-form .container {
    position: relative;
}
section.footer-form h4 {
    margin: 0 0 32px;
    font-size: 26px;
    line-height: 17px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #1e98da;
    padding: 0 0 18px;
    letter-spacing: .15em;
}
section.footer-form h4:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 7px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-top: 1px solid #1e98da;
    border-bottom: 1px solid #1e98da;
}
section.footer-form a {
    color: #fff;
}
/* ********* */
footer.bottom {
    background: #0e0e0e;
    color: #bebebe;
    padding: 75px 0 32px;
    position: relative;
}
footer.bottom .footer-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer.bottom .footer-grid .address {
    font-family: 'Fira Sans';
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: .01em;
    max-width: 33%;
}
img.logo-footer {
    display: table;
    margin: auto;
}
footer.bottom .footer-grid .address a,footer.bottom .footer-grid .address .googlemaps_v2 label.modal-label {
    color: #057fc1;
	font-weight:300;
}
footer.bottom .footer-grid .address .googlemaps_v2 label.modal-label:hover {
    text-decoration:none;
}
footer.bottom .footer-grid .address span.tiret2 {
    margin: 0 6px;
}
footer.bottom .footer-grid .address span.tiret3 {
    margin: 0 11px;
}
footer.bottom .footer-grid nav.footer-anv {
    /* max-width: 347px; */
    width: 33%;
}
footer.bottom .footer-grid nav.footer-anv ul {
    margin: 0;
    padding: 0;
    max-width: 347px;
    float: right;
}
footer.bottom .footer-grid nav.footer-anv li {
    list-style: none;
    display: inline-block;
}
footer.bottom .footer-grid nav.footer-anv li a {
    color: #bebebe;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 26px;
}
footer.bottom .footer-grid nav.footer-anv li a:hover {
    color: #057fc1;
	text-decoration:underline;
}
footer.bottom .footer-grid nav.footer-anv li:nth-child(2),footer.bottom .footer-grid nav.footer-anv li:nth-child(3) {
    margin-left: 18px;
}
footer.bottom .footer-grid nav.footer-anv li:nth-child(5) {
    margin-left: 40px;
}
footer.bottom .footer-grid nav.footer-anv li:nth-child(7) {
    margin-left: 20px;
}
footer.bottom:before {
    position: absolute;
    bottom: 66px;
    content: '';
    left: 50%;
    right: 50%;
    margin: 0 -650px;
    height: 1px;
    background: #494545;
    opacity: .12;
}
footer.bottom .networks_linking {
    margin:57px 0 0;
    height: 26px;
}
footer.bottom .networks_linking a {
    position: relative;
    float: left;
    width: 164px !important;
    height: 26px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    border-radius: 0 !important;
    background: url(../../images/new-images/fb.png) no-repeat left center !important;
}
footer.bottom .networks_linking a:after {
    position: absolute;
    content: 'Rejoignez-nous';
    right: 0;
    top: 2px;
    line-height: 25px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
}
footer.bottom .networks_linking a:hover:after{
    transition:color .4s;
	color:#0382c5;
}
/* ********** */
#scrollTopBtn:hover{background:#0382c5!important}
.footerSlideButton1{color:#b6b6b6!important}
.footerSlideButton1:hover{color:#ddd!important}
.mm-slideout{z-index:inherit!important}
#scrollTopBtn{bottom:43px!important;right:40px!important;z-index:100!important;box-shadow:0 0 3px rgba(255,255,255,.4)}
#footerSlideContainer{z-index:100!important;right:24px!important;font-size:18px!important}
#footerSlideContainer a{bottom:4px !important;z-index:100!important;color:#0382c5!important;font-size:18px!important;font-weight:700!important}
#footerSlideContainer a:hover{color:#aaa!important}
div.cc-cookies{width:100%;z-index:50!important}
.cc-cookies a.cc-cookie-accept,.cc-cookies-error a.cc-cookie-accept,.cc-cookies a.cc-cookie-decline,.cc-cookies-error a.cc-cookie-decline,.cc-cookies a.cc-cookie-reset{background:#0382c5!important;margin:0 10px;color:#fff !important;margin-right:140px;}
.cc-cookies a:hover.cc-cookie-accept,.cc-cookies-error a:hover.cc-cookie-accept,.cc-cookies a:hover.cc-cookie-decline,.cc-cookies-error a:hover.cc-cookie-decline,.cc-cookies a:hover.cc-cookie-reset{background:#000!important}
div.cc-cookies{background:#404040;width:100%}
.formError,.formError *,#fancybox-wrap,#fancybox-wrap *{box-sizing:content-box}
div#_atssh{bottom:0}
.cookieinfo{z-index:10 !important;}
#footerSlideButton{bottom:7px;}
.img-box{width:100%;height:100%;}

@media only screen and (max-width : 1700px) {
section.banner .slogan{font-size:18px;letter-spacing:0}
section.banner::after{left:calc(33% + 7px)}
}
@media only screen and (max-width : 1500px) {
section.banner .slogan{font-size:17px}
}
@media only screen and (max-width : 1330px) {
.container{width:100%}
header.top .header-logo{padding:0 0 20px}
section.banner .slogan{left:33%;right:33%;bottom:13px;line-height:16px}
main.content-wrapper{padding:50px 0 35px}
section.boxes{padding:50px 0}
section.boxes .boxes-grid .box4 h3{font-size:18px}
footer.bottom::before{left:15px;right:15px;margin:0}
header.top .header-logo .logo{margin:0}
}
@media only screen and (max-width : 1199px) {
	header.top .header-logo .right {
   
float: none;
   
margin: 30px auto 0;
   
display: table;
   
text-align:center;
}
footer.bottom .footer-grid .address{font-size:14px;line-height:22px;letter-spacing:0;margin: auto;}
.tiret1{display:block;color:transparent;height:0}
footer.bottom .footer-grid .address span.tiret2{display:block;height:0;color:transparent}
.tiret{display:block;height:0;color:transparent}
section.footer-form{padding:50px 0 20px}
section.box-bizbook{padding:40px 0 10px}
section.boxes .boxes-grid .box4 h3{font-size:15px}
section.boxes .boxes-grid{grid-gap:15px}
main.content-wrapper header.page-title{margin-bottom:40px}
section.banner::after{left:calc(33% + 6px);right:calc(33% + 4px)}
section.banner{height:400px}
}
@media only screen and (max-width : 1023px) {
section.banner a.cta span.cta1{letter-spacing:.15em}
section.banner a.cta{letter-spacing:.1em}
main.content-wrapper header.page-title h1 span:last-child{letter-spacing:.1em;margin:0}
footer.bottom .footer-grid .address span.tiret3{display:block;height:0;color:transparent}
}
@media only screen and (max-width : 991.98px) {
header.top .header-logo{grid-gap:0}
header.top nav.main-nav{display:none}
header.top nav.mobile-nav{display:block;text-align:center}
header.top nav.mobile-nav a{font-size:25px;padding:10px 0}
header.top nav.mobile-nav a:hover{color:#000}
section.banner a.cta span.cta1{padding:0}
section.banner a.cta span.cta1:before{display:none}
article.content .video{float:none;margin:0 auto 20px;display:table}
section.boxes .boxes-grid{grid-template-columns:repeat(1,1fr)}
section.boxes .boxes-grid .box4{float:left;max-width:300px}
section.boxes .boxes-grid a.box{float:right}
footer.bottom .footer-grid{display:block}
footer.bottom{padding:35px 0 32px}
footer.bottom .footer-grid .address{font-size:15px;text-align:center;margin: auto;}
img.logo-footer{display:table;margin:30px auto}
footer.bottom .footer-grid nav.footer-anv{float:none;display:table;margin:0 auto}
footer.bottom .footer-grid nav.footer-anv ul {
    margin: 0;
    padding: 0;
    max-width: 347px;
    float: none;text-align:center
}
footer.bottom .networks_linking{margin:35px auto 0;display:table}
section.boxes .boxes-grid .box4{float:none;max-width:409px;width:100%;margin:0 auto;display:table}
section.boxes .boxes-grid a.box{float:none}
}
@media only screen and (max-width : 767.98px) {
.image-right,.image-left{float:none;margin:20px auto;display:block;max-width:100%;height:auto}
section.footer-form h4{margin:0 0 30px}
span.phone-responsive{display:inline-block}   
span.phone{display:none}  
header.top .header-logo{grid-template-columns:1fr}
header.top .header-logo .logo{margin:0 auto 20px;display:table}
header.top .header-logo .right{display:flex;justify-content:space-between}
section.banner::after{left:0;right:0}
section.banner .slogan{left:15px;right:15px}
main.content-wrapper header.page-title h1 span:last-child{letter-spacing:0}
main.content-wrapper header.page-title h1 span:first-child{font-size:21px}
h1{font-size:25px}
article.content .video iframe{width:450px;height:253px}
.homeTemplate .spacer{height:200px}
section.box-bizbook h2{font-size:25px}
section.footer-form{padding:50px 0 10px}
section.banner #Slider .slick-arrow{display:none!important}
}
@media only screen and (max-width : 480.98px) {
header.top .header-logo .logo img{max-width:290px}
header.top .header-logo .right{display:block}
header.top .header-logo .right img{margin:10px auto 0;display:table}
section.banner a.cta{width:220px}
article.content .video iframe{width:290px;height:170px}
img.logo-footer{max-width:100%}
section.footer-form h4{letter-spacing:.05em}
footer.bottom .footer-grid nav.footer-anv{max-width:auto}
footer.bottom .footer-grid nav.footer-anv li{display:block;margin:0!important}
section.box-bizbook .bizbookListItemDatebox{float:none;padding:0;display:table;margin:0 auto}
section.box-bizbook .bizbookListItemEvalbox{float:none;display:table;margin:10px auto}
}

/*--------------------------------------------------
# Navigation
--------------------------------------------------*/

/*--------------------------------------------------
## Superfish
--------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.sf-menu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -23px;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
-webkit-flex: 1 auto;
    flex: 1 auto;
    text-align: center;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu a {
    font-weight: 400;
    padding: 15px 5px;
    text-decoration: none;
    color: #454545;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 17px;
    font-family: "Times New Roman", Times, serif;
}
.sf-menu > li:not(:first-child) {
    padding: 0 0 0 1px;
}
.sf-menu > li:not(:first-child):before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: rgba(11,32,44,.21);
}
.sf-menu > li > a {
    position: relative;
    z-index: 1;
}
.sf-menu ul {
    background: #000;
    padding: 5px;
    min-width: 100%;
    text-align: left;
}
.sf-menu ul li:not(:first-child) {
    border-top: 1px solid rgba(255,255,255,.3);
    padding: 0;
}
.sf-menu ul a {
    text-transform: none;
    color: #fff !important;
    background: none !important;
    padding: 5px;
    transition: color .4s, background .4s;
}
.sf-menu li a:hover, .sf-menu li.sfHover a, .sf-menu li.selected a, .sf-menu li.active a {
    color: #248fc9;
    background: url(../../images/new-images/hover.png) no-repeat center 2px;
}
.sf-menu ul a:hover,.sf-menu ul .selected a, .sf-menu ul .active a {
    background: #0382c5!important;
	color:#fff;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
@media only screen and (max-width : 1330px) {
ul.sf-menu{margin:0 -15px}
}
@media only screen and (max-width : 1199px) {
.sf-menu a{font-size:16px}
}
@media only screen and (max-width : 1199px) {
.sf-menu a{font-size:15px}
}
/*--------------------------------------------------
## Mobile navigation
--------------------------------------------------*/
.site-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	opacity: 0;
	transform: translate3d(100%,0,0);
	transition: opacity 0.4s, transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
/* Close Button */
.close-button {
	width: 1.5em;
	height: 1.5em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	text-indent: 1em;
	font-size: 0.75em;
	border: none;
	background: transparent;
	color: transparent;
}
.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #ccc;
	transition: background .4s;
}
.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.close-button:hover::before,
.close-button:hover::after {
	background: #fff;
}
/* Menu */
.menu-wrap {
	position: fixed;
	overflow: auto;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 300px;
	height: 100%;
	background: #000;
	box-shadow: 0 0 20px rgba(0,0,0,.8);
	padding: 40px 20px 20px;
	transform: translateX(-100vw);
	transition: transform 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu {
	transform: translateX(500px);
}
.mobile-menu > ul,
.mobile-menu .language {
	display: block;
	transform: translateX(-1000px);
}
.mobile-menu,
.mobile-menu > ul,
.mobile-menu .language {
	transition: transform 0s 0.4s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
    font-size:16px;
}
.mobile-menu ul ul {
    font-size: 15px;
	background: rgba(0,0,0,.15);
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li:first-child {
	border-top: none;
}
.mobile-menu > ul ~ ul li:first-child {
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li {
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li {
	position: relative;
	border-top: 1px solid rgba(255,255,255,.2);
}
.mobile-menu li li::before {
	content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
	position: absolute;
	color: rgba(255,255,255,.5);
	z-index: 5;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.mobile-menu a {
    text-transform: uppercase;
	padding: 5px 10px;
	display: block;
    color: #fff;
	text-decoration: none;
	transition: background .4s;
}
.mobile-menu a:hover, .mobile-menu .selected > a, .mobile-menu .active > a {
    background: #0382c5;
	color:#fff;
}
.mobile-menu li li a {
	padding-left: 25px;
}
/* Language menu */
.mobile-menu .language {
    text-align: center;
    margin-top: 15px;
}
.mobile-menu .language a {
    text-transform: uppercase;
	padding: 5px 10px;
	display: inline-block;
    color: #fff;
	text-decoration: none;
	font-weight: bold;
}
/* Shown menu */
.show-menu .menu-wrap {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu,
.show-menu .mobile-menu ul,
.show-menu .mobile-menu .language {
	transform: translate3d(0,0,0);
	transition: transform 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.show-menu .mobile-menu ul,
.show-menu .mobile-menu .language {
	transition-duration: 0.9s;
}
.show-menu .site-overlay {
	opacity: 1;
	transition: opacity 0.8s;
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transform: translate3d(0,0,0);
}