/****************fonts-files****************/
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Light.eot');
    src: url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Light.woff2') format('woff2'),
        url('../fonts/Avenir-Light.woff') format('woff'),
        url('../fonts/Avenir-Light.ttf') format('truetype'),
        url('../fonts/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Black.eot');
    src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Black.woff2') format('woff2'),
        url('../fonts/Avenir-Black.woff') format('woff'),
        url('../fonts/Avenir-Black.ttf') format('truetype'),
        url('../fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir-Book';
    src: url('../fonts/Avenir-Book.eot');
    src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Book.woff2') format('woff2'),
        url('../fonts/Avenir-Book.woff') format('woff'),
        url('../fonts/Avenir-Book.ttf') format('truetype'),
        url('../fonts/Avenir-Book.svg#Avenir-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.eot');
    src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Medium.woff2') format('woff2'),
        url('../fonts/Avenir-Medium.woff') format('woff'),
        url('../fonts/Avenir-Medium.ttf') format('truetype'),
        url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/Gotham-Bold.woff') format('woff'),
        url('../fonts/Gotham-Bold.ttf') format('truetype'),
        url('../fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Neue Power Ultra';
    src: url('../fonts/NeuePower-Ultra.eot');
    src: url('../fonts/NeuePower-Ultra.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeuePower-Ultra.woff2') format('woff2'),
        url('../fonts/NeuePower-Ultra.woff') format('woff'),
        url('../fonts/NeuePower-Ultra.ttf') format('truetype'),
        url('../fonts/NeuePower-Ultra.svg#NeuePower-Ultra') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/Gotham-Medium.woff') format('woff'),
        url('../fonts/Gotham-Medium.ttf') format('truetype'),
        url('../fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/**************** fonts-files****************/
*{padding:0px;margin:0;}
html, body {overflow-x:hidden;}
ul{padding:0px;margin:0;}
li{padding:0px;margin:0;list-style-type:none;}
h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}
h2 { font-family: 'Gotham'; text-transform: uppercase; font-weight: bold; }
body p{    font-family: 'Avenir'; font-weight: 500; font-size:15px;}
img{width:100%;}
body .container { max-width: 1200px; color: #082e70;}
body a {text-decoration:none;}
section {float:left; width:100%;}
/**************** /fonts-files****************/


/******************Header********************/
.custom-top-header { z-index: 1; position: relative; }
.custom-top-header .row { align-items: center; position: relative; }
.custom-top-header nav.navbar.bg-body-tertiary { background: transparent !important; }
.logo-div .container-fluid { background: #ffffff; padding-top: 10px; padding-bottom: 10px; }
.logo-div a.navbar-brand img { max-width: 260px; }
.logo-div ul.navbar-nav { justify-content: flex-end; width: 100%; padding-right: 180px;}
.custom-top-header ul { text-align: center; }
.custom-top-header ul li {
    margin: 0 10px 0 0;
    display: inline-block;
}
.logo-div ul.navbar-nav li a {
    font-family: 'Gotham';
    color: #082e70;
    font-weight: bold;
    text-transform: uppercase;
	    font-size: 14px;
}
.logo-div ul.navbar-nav li a:hover {
    font-family: 'Gotham';
    color: #000000;
    font-weight: bold;
}

.side-coming-div {
    max-width: 180px;
    position: absolute;
    right: 0;
}
.side-coming-div .navbar > .container-fluid {
    color: #082e70;
    font-family: 'Gotham';
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.custom-top-header nav.navbar.bg-body-tertiary {
    background: transparent !important;
}
.side-coming-div button.navbar-toggler {
    border: 0;
    outline: none;
    box-shadow: none;
    padding: 0;
}

/****************** /Header********************/


/****************** Banner********************/
.custom-main-banner {
    position: relative;
    margin-top: -112px;
}
.custom-main-banner h1 {
    font-family: 'Neue Power Ultra';
    margin: 0 0 10px 0;
}
.custom-main-banner h2 {
    font-family: 'Avenir';
    font-weight: 300;
    text-transform: none;
}
.custom-main-banner .container-fluid {
    padding: 0;
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 800px;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    height: 100%;
}
.banner-text-inner {
    height: auto;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

/****************** /Banner********************/
.custom-badge-section {
    background: #f2f2f2;
    padding-top: 30px;
    padding-bottom: 30px;
}
.custom-badge-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
}
.custom-badge-section ul li img {
    max-width: 140px;
}
.custom-badge-section ul li p {
    margin: 0 0 0 35px;
}
.custom-notre-section {
    margin: 120px 0 120px 0;
}


.custom-notre-section .container .row {
    gap: 30px;
    flex-wrap: nowrap;
}
.notre-cenetr-main {
    margin-bottom: 50px;
}
.notre-center p {
    text-align: justify;
}
.notre-lf-main {
    float: left;
    width: 100%;
}

.notre-lf-main .notre-left {
    float: left;
    width: 50%;
    border-right: 1px solid #082e70;
    padding-right: 30px;
    text-align: justify;
}
.notre-lf-main .notre-right {
    float: right;
    width: 50%;
    padding-left: 30px;
    text-align: justify;
}
.notre-lf-main .notre-left h2, .notre-lf-main .notre-right h2 {
    font-family: 'Gotham';
    font-weight: 500;
}

.notre-lf-main p a {
    font-family: 'Gotham';
    font-weight: 500;
    color: #082e70;
    text-transform: uppercase;
    border: 2px solid #082e70;
    padding: 10px 20px 6px 20px;
    float: left;
}
.notre-lf-main p a:hover {
    color: #ffffff;
    background: #082e70;
}
.decouvrez-logos {
    margin: 60px 0 0 0;
}
.decouvrez-logos .decouvrez-col {
    background: #f4f4f4;
    min-height: 250px;
    position: relative;
}
.decouvrez-logos .decouvrez-col p {
    margin: 0;
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    text-align: center;
}
.decouvrez-logos .decouvrez-col p img {
    height: auto;
    width: 70%;
}
.decouvrez-text {
    margin: 60px 0 0 0px;
}
.decouvrez-text .col-sm-12.col-md-6.col-lg-6:nth-of-type(1) {
    padding-right: 35px;
}
.decouvrez-text .col-sm-12.col-md-6.col-lg-6:nth-of-type(2) {
    padding-left: 35px;
}
.decouvrez-text .col-sm-12.col-md-12.col-lg-12 {
    text-align: center;
    margin: 15px 0 0 0;
}
.decouvrez-text .col-sm-12.col-md-12.col-lg-12 p {
    margin: 0 auto;
}
.decouvrez-text .col-sm-12.col-md-12.col-lg-12 p a {
    font-family: 'Gotham';
    font-weight: 500;
    color: #082e70;
    text-transform: uppercase;
    border: 2px solid #082e70;
    padding: 15px 20px 11px 20px;
    /* float: left; */
}

.decouvrez-text .col-sm-12.col-md-12.col-lg-12 p a:hover {
    color: #ffffff;
    background: #082e70;
}



.custom-3col-section {
    margin: 110px 0 0 0;
}
.custom-3col-section .col-sm-12.col-md-4.col-lg-4 h2 {
    margin: 0 0 10px 0;
}
.custom-3col-section .col-sm-12.col-md-4.col-lg-4 p {
    text-align: justify;
}
.custom-3col-col3 h2 {
    margin: 0 !important;
    border: 3px solid #082e70;
    text-align: center;
}
.custom-3col-col3 ul {
    padding: 25px;
    border: 3px solid #082e70;
    border-top: 0;
}
.custom-3col-col3 ul li {
    margin: 0 0 14px 0;
}
.custom-counter-section {
    background: #0071bc;
    margin: 100px 0 0 0;
    padding: 50px 0 50px 0;
}
.custom-counter-section .row {
    align-items: center;
}
.counter-col1 {
    color: #ffffff;
}
.counter-col1 h2{
    margin-bottom:10px;
}
.counter-col1 p {
    margin-bottom:0px;
}
.counter-col2 ul {
    display: flex;
    justify-content: flex-end;
}
.counter-col2 ul li > div {
    font-size: 45px;
    font-family: 'Gotham';
    color: #ffffff;
    margin: 0 0 0 90px;
    position: relative;
    font-weight: bold;
}
.counter-col2 ul li > div::before {
    content: "+";
    padding: 0 5px 0 0px;
}
.custom-counter-section .row {
    align-items: center;
}
.custom-footer-section {
    background: url("../images/footer.jpg");
    background-size: cover;
    padding: 100px 0 100px 0;
    background-repeat: no-repeat;
}
.custom-footer-section .footer-area {
    color: #ffffff;
}

.custom-footer-section .footer-area h4 {
    margin: 0 0 10px 0;
}
.custom-footer-section .footer-area ul li {
    padding-left: 16px;
    position: relative;
    margin: 0 0 10px 0;
    font-family: 'Avenir';
    font-weight: 500;
}
.custom-footer-section .footer-area ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 99px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 50%;
}













@media (min-width:0px) and (max-width:567px){
	.custom-badge-section ul {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    flex-direction: column;
}
.custom-badge-section ul li img {
    max-width: 90px;
    margin-bottom: 25px;
}
.custom-badge-section ul li p {
    margin: 0 0 0 0px;
}
.custom-footer-section .col-sm-12.col-md-4.col-lg-4 {
    margin-bottom: 20px;
}
}


@media (min-width:0px) and (max-width:767px){
	.custom-notre-section .container .row {
    gap: 30px;
    flex-wrap: wrap;
}
.notre-lf-main .notre-left {
    float: left;
    width: 100%;
    border-right: 0;
    padding-right: 30px;
    text-align: justify;
    border-bottom: 1px solid #082e70;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
}
.notre-lf-main .notre-right {
    float: right;
    width: 100%;
    padding-left: 0;
    text-align: justify;
}
.decouvrez-logos .decouvrez-col {
    background: #f4f4f4;
    min-height: 210px;
    position: relative;
    margin: 0 0 25px 0;
}
.decouvrez-logos .decouvrez-col p img {
    height: auto;
    width: 50%;
}
.decouvrez-text .col-sm-12.col-md-6.col-lg-6:nth-of-type(1) {
    padding-right: 15px;
}
.decouvrez-text .col-sm-12.col-md-6.col-lg-6:nth-of-type(2) {
    padding-left: 15px;
}
.counter-col2 ul {
    display: flex;
    justify-content: center;
    flex-direction: row;
    text-align: center;
    margin: 20px 0 0 0;
}
.counter-col2 ul li > div {
    font-size: 30px;
    font-family: 'Gotham';
    color: #ffffff;
    margin: 0 25px 0 25px;
    position: relative;
    font-weight: bold;
}
.custom-footer-section {
    background: url("../images/footer.jpg");
    padding: 50px 0 50px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-3col-section {
    margin: 70px 0 0 0;
}
.custom-3col-section .col-sm-12.col-md-4.col-lg-4 {
    margin: 0 0 15px 0;
}
.custom-3col-section .col-sm-12.col-md-4.col-lg-4:last-child {
    margin: 0 0 0px 0;
}
}


@media (min-width:0px) and (max-width:991px){
	.custom-main-banner {
    position: relative;
    margin-top: 0;
}
.logo-div a.navbar-brand img {
    max-width: 220px;
}


.side-coming-div {
    max-width: 100%;
    position: unset;
    right: 0;
    text-align: right;
    float: left;
}
.side-coming-div .navbar > .container-fluid {
    color: #082e70;
    font-family: 'Gotham';
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    justify-content: flex-end;
}
.logo-div ul.navbar-nav {
    justify-content: flex-end;
    width: 100%;
    padding-right: 0;
}
.custom-top-header ul li {
    margin: 0 0px 0 0;
    display: inline-block;
    text-align: left;
    border-bottom: 1px solid #ececec;
}
.custom-notre-section {
    margin: 40px 0 40px 0;
}
.custom-counter-section {
    background: #0071bc;
    margin: 60px 0 0 0;
    padding: 50px 0 50px 0;
}
}


@media (min-width:568px) and (max-width:767px){
	.custom-footer-section .col-sm-12.col-md-4.col-lg-4 {
    width: 50%;
    margin-bottom: 20px;
}
}


@media (min-width:768px) and (max-width:1200px){
	.custom-notre-section .container .row {
    gap: 30px;
    flex-wrap: wrap;
}
body .container .col-sm-12.col-md-5.col-lg-5 {
    width: 100%;
}
body .container .col-sm-12.col-md-7.col-lg-7 {
    width: 100%;
}

}


@media (min-width:992px) and (max-width:1100px){
	.logo-div ul.navbar-nav li a {
    font-family: 'Gotham';
    color: #082e70;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 2px !important;
    padding-right: 2px !important;
}
}


@media (min-width:768px) and (max-width:10000px){}

