/*
* Theme Name: AVA DMIN
* Version: 1.0
* Author: MADAVA
* Description: C'est le premier thème validé par Monsieur Damien MOREAU pour son site web 
*/


html{
    scroll-behavior: smooth;
}
body {
  margin: 0;
  font: normal normal normal 14px/1 Century;
  font-family: "Century" ,"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}
.noscroll {
    min-height: 100vh;
    overflow: hidden;
}
span.picto {
    float: left;
    margin: 0;
    padding: 1px 3px 0 3px;
    font-size: 24px;
}
img.aligncenter.wp-image-85.size-full, img.aligncenter.wp-image-86.size-full, img.aligncenter.wp-image-87.size-full {
    width: 100%;
    height: auto;
}
span.preference{
    font-weight: 600;
    padding: 15px 25px;
    color: #666;
    border: 2px solid transparent;
}
iframe {
  width: 100%;
  height: 100%; }

/*MENU*/
nav.navbar.navbar-expand-lg.menu-bar{
    padding: 0rem 2rem;
}

header.nav-fixed{
    padding: 10px 15px;
    background: -webkit-gradient(linear,left top,right top,from(#0e9fc1),to(#0acffe));
    background: linear-gradient(to right,#0e9fc1 0,#0acffe 100%);
}
.inner-banner{
    background: -webkit-gradient(linear,left top,right top,from(#0e9fc1),to(#0acffe));
    background: linear-gradient(to right,#0e9fc1 0,#0acffe 100%);
    height: 115px;
    background-color: rgb(3, 88, 136);
}
header.active{
    background: -webkit-gradient(linear,left top,right top,from(#0acffe),to(#0e9fc1));
    background: linear-gradient(to right,#0acffe 0,#0e9fc1 100%);
}
header{
    padding: 25px 65px;
    transition: all 0.4s ease 0s;
    background: none;
}
/*img.image_map {
    height: 40px;
    margin: 0px 0px 0px -75px;
    padding: 0 0 3px 0;
}*/
.logo-favicon{
    height: 78px;
}
.logo-linkedin{
    height: 40px;
}
.navbar .navbar-brand {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-dark .navbar-brand {
    color: #fff;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.5s ease;
    /*padding: 15px 0;*/
    /*opacity: .75;*/
}
.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 12px;
    transition: all 0.5s ease;
}
/*********************************************************************/
ul li a.test,
ul li a.test:link,
ul li a.test:visited{
    color: #ffffff !important;
    transition: all 0.5s ease !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0) !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
ul li a.test:before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #fff;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
ul li a.test:hover:before, ul li a.test:focus:before, ul li a.test:active:before {
  left: 0;
  right: 0;
}
/*IMPORTANT*/
ul li.current-menu-item a.test:link,
ul li.current-menu-item a.test:visited{
    /*background-color: rgba(255, 255, 255, 0.3);*/
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dotted #fff;
}
/***********************************************************/
/*SLIDE*/
.carousel-item, .carousel-item img {
    height: 65vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.align-items-center {
    align-items: center !important;
    padding: 30px 0 0 0;
}
/*BACK TO TOP*/
#movetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    padding: 0px;
    border-radius: 9px;
    transition: all 0.5s ease-out 0s;
    /*background-color: #03C8B9;*/
    background: -webkit-gradient(linear,left top,right top,from(#0acffe),to(#0e9fc1));
    background: linear-gradient(to right,#0acffe 0,#0e9fc1 100%);
}
.fa-angle-up:before {
    content: "";
}
/**ARTICLE**/
.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}
.blog-post-meta {
    margin-bottom: 1.25rem;
}
p.blog-post-meta {
    text-align: justify;
}
.image-article {
    background-size: cover;
    background-position: center;    
}
img.attachment-banner_image.size-banner_image.wp-post-image {
    width: 100%;
    height: auto;
}
/*OTHER*/
.contact{
    padding: 40px 0;
}
.btn-style{
    /*background-color: #03C8B9;*/
    background: -webkit-gradient(linear,left top,right top,from(#0acffe),to(#0e9fc1));
    background: linear-gradient(to right,#0acffe 0,#0e9fc1 100%);
    color: #fff;
    padding: 10px 30px !important;
    border-radius: 50px !important;
    border: none !important;
}
.btn-style:hover{
    background-color: #07a99d;
    color: #fff;
}
.btn-outline-style{
    color: #fff;
    padding: 9px 30px;
    border-radius: 50px;

}
.btn-outline-style:hover{
    border: 1px solid #fff;
    color: #fff;
    padding: 9px 30px;
    border-radius: 50px;
}
/*FOOTER*/
#site-footer .top-footer{
    padding: 5px 40px;
    background: #131313;
}
#site-footer .bottom-footer{
    font-size: 0.875em;
    background-color: #0f0f0f;
    padding: 1.25em 0;
}
#site-footer .footer-logo a{
    font-size: 1.6em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
#site-footer .footer-title{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.2em;
    color: #fff;
    font-size: 20px;
}
#site-footer .footer-title2{
    font-weight: 300;
    margin-bottom: 0.2em;
    color: #fff;
    font-size: 18px;
}
#site-footer .footer-title3{
    font-weight: 600;
    margin-bottom: 0.2em;
    color: #fff;
    font-size: 18px;
}
#site-footer .footer-list{
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
}
#site-footer .footer-list li{
    padding: 0.25em 0;
}
#site-footer p, #site-footer a{
    margin: 0;
    color: #fcfcfc;
}
#site-footer a:hover{
    color: #fff;
    text-decoration: none;
}
/*NEW LETTER*/
#site-footer .newsletter-form{
    position: relative;
}
#site-footer .newsletter-form .input-rounded{
    border: 0;
    padding: 0.85em 1.25em;
    width: 100%;
    background-color: #fff;
    color: #000;
    border-radius: 50px;
}
#site-footer .newsletter-form .btn{
    padding: 7px 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    height: auto;
    color: #fff;
    border: 0;
    border-radius: 50px;
}
/*BOTTOM FOOTER*/
.align-center{
    align-self: center;
}
#site-footer .social-item{
    padding-left: 0.5em;
    padding-right: 0.5em;
}
/*OTHERS*/
.section-title::before{
    background-color: #000;
    margin: 0 auto;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 80px;
    box-sizing: border-box;
}
.section-title{
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 0.6em;
    padding-bottom: 0.6em;
    position: relative;
    text-align: center;
}
.section-about::before{
    background-color: #000;
    /*margin: 0 auto;*/
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 80px;
    box-sizing: border-box;
}
.section-about {
    font-weight: bold;
    font-size: 2em;
    position: relative;
}
.img-damien{
    align-items: center;;
}
.stats{
    background-blend-mode: soft-light;
    background-size: cover;
    position: relative;
    padding: 20px 0 0 0;
}
.left-title{
    font-weight: bold;
    font-size: 2em;
    /*padding-bottom: 0.6em;*/
    position: relative;
    color: #fff;
}
p.white{
    color: #eee;
    font-weight: bold;
}
.counter{
    text-align: center;
}
.counter .icon span.fa{
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 25px;
    color: #fff;
}
.value{
    font-size: 50px;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: 1px;
    margin-block-start: 0em;
}
/*CONTACT*/
.header{
    color: var(--heading-color);
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.column2{
    margin: 30px 0;
}
.contact-info-align{
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 15px;
    margin: 15px 0;
    max-width: 500px;
}
.contact-para{
    color: var(--para-color);
    line-height: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}
h3.header.follow{
    display: inline-block;
    margin-right: 30px;
}
.column3 a.facebook{
    color: #3b5998;
}
.column3 a{
    color: #a2a2a2;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    transition: 0.3s;
    margin: 0 15px 0 0;
}
.column3 a.facebook{
    color: #3b5998;
}
.column3 a.twitter{
    color: #1da1f2;
}
.column3 a.linkedin{
    color: #0077b5;
}
.column3 a.google{
    color: #E11E16;
}
/*Form contact*/
.main-input{
    grid-gap: 15px;
}
.contact-textarea{
    min-height: 170px;
    resize: none;
}
.contact-input, .contact-textarea{
    outline: none;
    border: none;
    padding: 15px 25px;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    width: 100%;
    height: inherit;
    border-radius: 0;
    background: rgba(66, 17, 96, 0.1);
    border-radius: 8px;
    margin-bottom: 20px;
    border: 2px solid transparent;
}
.ava-contact3 .icon span.fa{
    color: #0acffe;
    text-align: center;
    font-size: 20px;
    width: 20px;
}
/*Button Form contact*/
.text-right{
    text-align: right !important;
}
strong.info{
    color: #3f3d56;
    margin-right: 5px;
}
b, strong{
    font-weight: bolder;
}
/***************************************************************************
*SERVICES
***************************************************************************/
h2.widgettitle {
    font-size: 1.5rem;
}
h4.title-head {
    color: #0acffe;
}
.textwidget p a, .textwidget p a:hover {
    background: -webkit-gradient(linear,left top,right top,from(#0acffe),to(#0e9fc1));
    background: linear-gradient(to right,#0acffe 0,#0e9fc1 100%);
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    text-decoration: none;
}
.feature_item {
    padding: 15px 15px;
    text-align: center;
    background: #e6e6ff;
    cursor: pointer;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.feature_item:hover {
    box-shadow: 0px 15px 30px rgba(77, 87, 222, 0.3);
    background: #fff;
}
/*-*-*-*---*-*-*-*-*-*-*-*/
.single-feature {
    background-color: #f9f9ff;
    padding: 30px 30px 15px 30px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.single-feature a {
    color: #000;
}
.single-feature:hover {
    background-image: -moz-linear-gradient(0deg, rgba(98, 189, 252, 0.8) 0%, rgba(10, 207, 254, 0.8) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(98, 189, 252, 0.8) 0%, rgba(10, 207, 254, 0.8) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(98, 189, 252, 0.8) 0%, rgba(10, 207, 254, 0.8) 100%);
    cursor: pointer;
    color: #fff;
}
.single-feature:hover a, .single-feature:hover .title .lnr {
    color: #fff;
}
.single-feature .title .lnr {
    color: #000;
    font-weight: 400;
    margin-right: 12px;
    font-size: 20px;
}
/****************************************************/
/* Separateur*/
hr.wp-block-separator{
    background-color: #000;
    margin: 0 auto;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 80px;
    box-sizing: border-box;
}
.post_image{
    max-width: 100%;
    height: auto;
}
.partner_img img {
    text-align: center;
    height: 150px;
}
/*/-/-*-*-*-*-*-*//*//
/*-- //responsive --*/
.ava-features .call-grids-w3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; 
}
.ava-features .grids-1 p {
    color: var(--para-color);
}
.ava-features .grids-1 {
    margin-top: 0px;
    text-align: center;
}
.ava-features .feature-grid-left {
    align-self: center;
}
ul.list li {
    font-size: 16px;
    list-style-type: none;
    color: var(--heading-color);
    /*font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 8px;*/
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto 1fr;
}
ul.list li span.fa {
    margin-top: 3px;
}
ul.list {
    padding: 0;
    margin-bottom: 0;
}
.image-left img {
    border-radius: 8px;
}
@media (max-width: 1280px) {
  .ava-features .buttons-top {
    margin-top: 3em;
    padding-top: 2em; } }

@media (max-width: 1080px) {
  .ava-features h3.ban-text-2 {
    font-size: 34px; }
  .section-title-left {
    font-size: 1.8em; } }

@media (max-width: 992px) {
  .order2 {
    order: 2; }
  .order1 {
    order: 1; }
    .map iframe {
    height: 350px; }
}
@media screen and (max-width: 480px) {
  .map iframe {
    height: 250px; } }

@media (max-width: 800px) {
  .ava-features .grids-1 {
    padding: 1.5em; }
  .ava-features .ava-feature-grid {
    padding: 60px 0; } }

@media (max-width: 667px) {
  .ava-features h3.ban-text-2 {
    font-size: 32px; }
  .ava-features p.text-para {
    margin: 14px 0 26px;
    font-size: 16px; }
  .ava-features h4 a.title-head {
    font-size: 18px; }
  .ava-features .call-grid-sub-2 {
    margin-top: 1.5em; }
  .ava-features .buttons-top {
    margin-top: 2em; }
  .title-left {
    font-size: 1.5em;
    margin-bottom: .8em; } }

@media (max-width: 568px) {
  .ava-features h3.ban-text-2 {
    font-size: 30px;
    margin-bottom: 20px; }
  .ava-features p.text-para {
    margin: 0px;
    margin-bottom: 10px; }
  .ava-features h4 a.title-head {
    margin-bottom: 7px; }
  .ava-features .grids-1 p {
    font-size: 15px; }
  .ava-features .call-grid-sub-2 {
    margin-top: 1em; }
  .ava-features .ava-feature-grid {
    padding: 50px 0; }
  .ava-features .button-effe-2 {
    margin-top: 0px; } }

@media (max-width: 440px) {
  .ava-features p.text-para {
    font-size: 15px; }
  .ava-features .call-grids-w3 {
    grid-template-columns: 1fr;
    grid-gap: 20px; }
  .section-title-left {
    font-size: 1.5em; } }

@media (max-width: 415px) {
  .ava-features h3.ban-text-2 {
    font-size: 26px;
    line-height: 32px; }
  ul.list li {
    font-size: 15px; } }

@media (max-width: 384px) {
  .ava-features h4 a.title-head {
    font-size: 20px; }
  .section-title-left {
    font-size: 1.3em; }
  .ava-mobile-content-6 .mobile-right-info h6 a {
    font-size: 18px; } }

@media (max-width: 320px) {
  .ava-features .call-grids-w3 {
    display: block; }
  .ava-features .grids-1.grids-effect-2 {
    margin-top: 1em; }
  .ava-features .call-grid-sub-2 {
    margin-top: 0; } 
}
.box-wrap {
    margin-top: 30px;
    padding: 20px 10px;
    transition: all 0.5s ease 0s;
    border: 1px solid rgba(10, 207, 254, 0.2);    
    box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
    background-color: #fff;
    text-align: center;
}
.icon span.fa {
    color: #0acffe;
    font-size: 30px;
}
/**************************************************************************
*A PROPOS
*****************************************************************************/
/*-- mobile --*/
.mobile-info {
    padding: 20px 0;
}
.ava-mobile-content-6 {
    background: #f8f9fa; }

.mobile-info-inn {
    align-items: center; }

.ava-mobile-content-6 .mobile-right-icon {
    text-align: center; }

.ava-mobile-content-6 .mobile-right-icon span.fa {
    font-size: 30px;
    color: #0acffe; }

.ava-mobile-content-6 .mobile-right-info h6 a {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 10px;
    display: inline-block; }

.ava-mobile-content-6 .mobile-right-info h6 a:hover {
    color: #0acffe;
    text-decoration: none; }

@media only screen and (max-width: 992px) {
  .mobile-left {
    height: 300px;
    overflow: hidden;
    margin: 20px 0 40px; } }

@media only screen and (max-width: 415px) {
  a.author {
    margin-top: 20px; } }
/*-- //mobile --*/

/* card details start  */
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:400,400i,700,700i');
.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}
.card-img img {
    width: 100%;
    height: auto;
    display: block;
}
.card-img span {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
    padding: 1.25rem;
}
.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}
.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}
.btn-card{
    background-color: #1ABC9C;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
}
/* End card section */
.ftco-section {
    padding: 1.2em 0;
    position: relative;
}
@media (max-width: 767.98px) {
/*    .ftco-section {
        padding: 6em 0; }
    }*/
    .ftco-no-pt {
        padding-top: 0 !important;
    }
    .ftco-no-pb {
        padding-bottom: 0 !important;
    }
    .ftco-partner {
        padding: 4em 0 !important;
    }
    .ftco-partner .partner {
        display: block;
        padding: 0 20px;
}
@media (max-width: 991.98px) {
    .ftco-partner .partner img {
        width: 50%; }
}
@media (max-width: 991.98px) {
    .ftco-partner .partner {
        padding: 0 70px;
         margin-bottom: 40px;
    }
}

/* -------------------------------------------------
max-width: 1440px
---------------------------------------------------*/
@media only screen and (max-width: 1440px) {
  header {
    padding: 25px 15px; }
  .navbar-expand-lg .nav_btn > li {
    padding: 0; } }

/* -------------------------------------------------
max-width: 1199px
---------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .navbar .navbar-brand {
    font-size: 1.25em; }
  .navbar .navbar-brand img {
    max-width: 109px; }
  .navbar-expand-lg .btn-gradient {
    padding: 10px 20px;
    font-size: 14px; }
  .navbar-expand-lg .navbar-nav.nav_btn > li {
    margin-left: 0px; }
  .navbar-expand-lg .navbar-nav.nav_btn a.btn {
    padding: 10px 20px; }
  .navbar-expand-lg .navbar-nav.nav_btn a {
    font-size: 14px;
    padding: 0px; } }
/* -------------------------------------------------
max-width: 991px
---------------------------------------------------*/
@media only screen and (max-width: 991px) {
  #site-header {
    padding-left: 25px;
    padding-right: 25px;
    background: background: -webkit-gradient(linear,left top,right top,from(#0acffe),to(#0e9fc1));
    background: linear-gradient(to right,#0acffe 0,#0e9fc1 100%); }
  .navbar-toggler {
    padding: 0.25rem 0rem; }
  header.fixed-top {
    position: absolute; }
  .navbar .navbar-brand {
    font-size: 1.6em; }
  .navbar .navbar-brand img {
    max-width: 140px; }
  .navbar-toggler {
    border: 0 none;
    font-size: 24px; }
  .navbar-nav:last-child {
    border: 0; }
  .navbar-expand-lg .navbar-nav .nav-item {
    -webkit-animation-name: none;
    animation-name: none;
    padding: 0; }
  .navbar-expand-lg .navbar-nav.nav_btn > li {
    padding-bottom: 10px; }
  .navbar-nav .dropdown-menu {
    border: 0 none; }
  .navbar-nav .dropdown-menu .dropdown-menu {
    background-color: rgba(0, 0, 0, 0.3); }
  .navbar-expand-lg .navbar-nav .nav-item .nav-link.active::before {
    bottom: 0; }
  .navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    padding: 10px 0; }
  .navbar-collapse {
    padding: 15px 0; }
  li.nav-item a.btn {
    margin-top: 10px; }
  header {
    height: auto;
    padding: 10px 0; }
  header.nav-fixed {
    height: auto; } }
/* -------------------------------------------------
max-width: 767px
---------------------------------------------------*/
@media only screen and (max-width: 767px) {
  #site-footer .copyright,
  #site-footer ul.footer-menu {
    text-align: center; } }
/* -------------------------------------------------
max-width: 480px
---------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .navbar-brand img {
    max-width: 200px; }
  .navbar-nav {
    border-right: 0 none;
    width: 100%; } }
.stats {
  background: url(../images/stats_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative; }

.stats:before {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear,left top,right top,from(#0acffe),to(#0e9fc1));
  background: linear-gradient(to right,#0acffe 0,#0e9fc1 100%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: .7;
}