<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

TemplateMo 570 Chain App Dev

https://templatemo.com/tm-570-chain-app-dev

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font &amp; reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/*
---------------------------------------------
font &amp; reset css
---------------------------------------------
*/
/*
---------------------------------------------
reset
---------------------------------------------
*/
@font-face {
    font-family: BwGradualMedium;
    src: url("../fonts/BwGradual/otf/BwGradual-Medium.otf")
}

@font-face {
    font-family: BwGradualBold;
    src: url("../fonts/BwGradual/otf/BwGradual-Bold.otf")
}

@font-face {
    font-family: BwGradual-ExtraBold;
    src: url("../fonts/BwGradual/otf/BwGradual-ExtraBold.otf")
}


@font-face {
    font-family: BwGradual-Regular;
    src: url("../fonts/BwGradual/otf/BwGradual-Regular.otf")
}

@font-face {
    font-family: DegularBold;
    src: url("../fonts/Degular/otf/Degular-Bold.otf")
}

@font-face {
    font-family: Degular-Medium;
    src: url("../fonts/Degular/otf/Degular-Medium.otf")
}

@font-face {
    font-family: Degular-Light;
    src: url("../fonts/Degular/otf/Degular-Light.otf")
}


@font-face {
    font-family: Degular-Regular;
    src: url("../fonts/Degular/otf/Degular-Regular.otf")
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}


img {
    width: 100%;
    overflow: hidden;
}

/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
    background-color: #251A56;
    font-family: BwGradualMedium !important;
    font-size: 18px !important;
}

::selection {
    background: #4b8ef1;
    color: #fff !important;
}

::-moz-selection {
    background: #4b8ef1;
    color: #fff !important;
}


.text-button a {
    font-size: 15px;
}

.text-button a i {
    margin-left: 5px;
    font-size: 14px;
    transition: all .3s;
}

.text-button a:hover i {
    margin-left: 8px;
}

.border-button a:hover {
    background-color: #4b8ef1;
    color: #fff !important;
}


/*
---------------------------------------------
header
---------------------------------------------
*/


.header-area {
    background-color: transparent;
    /* border-bottom: 1px solid rgba(42,42,42,0.2);*/
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 100px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.header-area .main-nav {
    background: white;
    padding-left: 10px;
    position:fixed;
    width:99%;
}

.header-area .main-nav .logo {
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo {
    line-height: 70px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
    line-height: 70px;
}

.background-header .main-nav .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
    height: 420px;
}

.header-area .main-nav .nav li {

}

.header-area .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
    /*  padding-left: 20px !important;*/
}

.header-area .main-nav .nav li.direct:last-child{
    padding-left: 50px;
    border-left: solid 1px #cecece;
    height: 100% !important;
}

ul li.direct{
    width: 25%;
}

li.direct ul li{
    width: 100%;
}

li.plus{
    padding-left: 50px;
    border-left:solid 1px #cecece;
    height:100% !important
}

ul.border-plus{
    /* border:solid 1px #cecece;*/
}

ul#menu-menu-principale-complet li:nth-child(2) ul.sub-menu li a.menu-image-title-after{
    background-color: #D251AC;
    transform: rotate(-3deg);
    width: 75%;
    border-radius: 10px;
    padding: 10px;
    color:#ffffff !important;
    font-family: BwGradual-ExtraBold;
}

.nav a.menu-image-title-after{
    padding:5px 0;
}

ul#menu-menu-principale-complet li:nth-child(2) ul.sub-menu li a.menu-image-title-after:hover{
    background-color: #D251AC;
}

.header-area .main-nav .nav li.direct:last-child ul li:last-child /*,.header-area .main-nav .nav li.direct:last-child ul li:nth-last-child(2)*/{
    width: 170px;
    border-radius: 25px;
    border:solid 1px #231953;
    margin-top: 20px;
    list-style: none;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.header-area .main-nav .nav li.direct:last-child ul li:last-child a{

}

ul#menu-menu-principale-complet li:nth-child(2) ul.sub-menu li a.menu-image-title-after img{
    border-radius: 50%;
    float:left;
}

.menu-image-title-after.menu-image-title{
    padding: 0;
}

.nav a.title-menu{
    font-family: BwGradualBold;
    font-size: 20px;
}


ul.border-plus li.contact{
    width: 106px;
    padding: 10px 15px !important;
    border-radius: 15px;
    border:solid 1px #231953;
    margin-top: 20px;

    list-style: none;
    display: table-cell;
    text-align: center;
    width:160px;
    vertical-align: middle;
}

ul.border-plus li.contact a{
    padding: 0px !important;
}

/*
.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:nth-child(6) a:hover ,
.background-header .main-nav .nav li:nth-child(6) a:hover {
  color: #fff !important;
}
*/

.header-area .main-nav .nav li a {
    display: block;
    font-size: 18px;
    color: #281D5F;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: transparent;
    letter-spacing: 1px;
}


/*.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #F18E7D!important;
}*/

li.direct&gt;a, .header-area .main-nav .nav li.direct&gt;a{
    color:#F18E7D;
    font-weight: bold;
}

.dashicons, .dashicons-before:before{
    color:#231953;
}

.header-area .main-nav .nav li:last-child a.active {
    color: #fff !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #4b8ef1!important;
    opacity: 1;
}

.header-area .main-nav .nav li.submenu {
    position: relative;
    padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #2a2a2a;
    position: absolute;
    right: 18px;
    top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
    color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 50px;
    opacity: 0;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a!important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
    background: #fff;
    color: #4b8ef1!important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.hamburger .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.hamburger .menu-trigger span,
.hamburger .menu-trigger span:before,
.hamburger .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #28E3D2;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}


.hamburger .menu-trigger span:before,
.hamburger .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #28E3D2;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 100%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #28E3D2;
}

.hamburger .menu-trigger span:before,
.hamburger .menu-trigger span:after {
    content: "";
}

.hamburger .menu-trigger span {
    top: 16px;
}

.hamburger .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.hamburger .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.hamburger .menu-trigger.active span,
.hamburger .menu-trigger.active span:before,
.hamburger .menu-trigger.active span:after {
    background-color: transparent;
    width: 90%;
}

.hamburger .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #28E3D2;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #28E3D2;
}

.hamburger .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #28E3D2;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #28E3D2;
}

.header-area.header-sticky {
    min-height: 100px;
    top:80px;
    /* top:0;
     position: fixed;*/
}

.header-area .nav {
    margin-top: 30px;
}

.header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
}

/*.header-area.header-sticky .nav li a.active {
  color: #F18E7D;
}*/

/*mcolumn*/

.first-col, .last-col{
    width: 16% !important;
}
.column_ {
    width: 22% !important;
    padding: 2%;
    height: 100%;
    float: left;
    margin: 0;
    transition: all 0.5s ease;
}
.wide {
    width: 23%!important;
}
#red {
    background: #F25648;
}
#orange {
    background: #FC7B16;
}
#yellow {
    background: #FEE532;
}
#green {
    background: #23AF4C;
}
#blue {
    background: #42B4E6;
}


/*CSS menu*/
.nav {
    height: 50px;
    padding: 0;
    margin: 0;
}
.nav li {
    height: auto;
    float: left;
    list-style: none;
    font-family:Degular-Regular;
    font-size: 18px;
}
.nav a {
    padding: 15px 0;
    text-decoration: none;
    color: white;
    display: block;
}

.nav li ul {
    height: auto;
    margin: 0;
    padding: 0;
}
.nav li:hover ul {
    display: block;
}
.navbar li ul li {
    background-color: #444444;
}
.nav li ul li a {
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    border-top: 1px solid #c9d4d8;
    border-bottom: 1px solid #444444;
}

/*End menu*/
@media (max-width: 1600px) {

}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 992px) {
    .header-area .main-nav .nav li:last-child  ,
    .background-header .main-nav .nav li:last-child {
        color: #069;
    }
    .header-area .main-nav .nav li:nth-child(6),
    .background-header .main-nav .nav li:nth-child(6) {
        padding-right: 0px;
    }
    .background-header .nav li a.active:after {
        display: none;
    }
}

@media (max-width: 767px) {
    .pre-header ul.info li:last-child,
    .pre-header ul.info li:nth-child(6) {
        display: none!important;
    }
    .background-header .main-nav .nav {
        margin-top: 80px !important;
    }
    .header-area .main-nav .logo {
        color: #1e1e1e;
    }
    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #4b8ef1!important;
        opacity: 1;
    }
    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }
    .header-area {
        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
        box-shadow: 0px 5px 8px rgba(0,0,0,0.03);
    }
    .header-area .container {
        padding: 0px;
    }
    .header-area .logo {
        margin-left: 30px;
    }
    .hamburger .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav {
        overflow: hidden;
    }
    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }
    .background-header .nav {
        margin-top: 80px;
    }
    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }
    .header-area.header-sticky .nav {
        margin-top: 100px;
    }
    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;
    }
    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #4b8ef1!important;
    }
    .header-area .main-nav .nav li.submenu ul {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        transition-delay: 0s, 0s, 0.3s;
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
    }
    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }
    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }
    .header-area .main-nav .nav li.submenu ul.active {
        height: auto !important;
    }
    .header-area .main-nav .nav li.submenu:after {
        color: #3B566E;
        right: 25px;
        font-size: 14px;
        top: 15px;
    }
    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

@media (min-width: 767px) {
    /*  .header-area .main-nav .nav {
        display: flex !important;
      }*/
}

/*
---------------------------------------------
preloader
---------------------------------------------
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #251A56;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #4b8ef1;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #4b8ef1;
    border-radius: 50%;
}


/*
---------------------------------------------
Footer Style
---------------------------------------------
*/

footer {
    /*background-image: url(../images/footer-bg.png);*/
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding : 60px 0 0px 0;
}

footer .section-heading {
    margin-bottom: 45px;
}

footer .section-heading h4 {
    line-height: 45px;
    color: #fff;
    margin-left: 13%;
    margin-right: 13%;
    text-align: center;
}

footer #search {
    margin-bottom: 80px;
}


footer .footer-widget button {
    border-radius: 23px;
    border: 1px solid #fff;
    background-color: #ffffff;
    color: #EF6F33;
    width: auto;
    padding: 10px 40px;
    transition: all .5s;
}

footer .footer-widget button.join {
    background-color: transparent;
    color: #fff;
    margin-top: 25px;
}

footer .footer-widget button:hover {
    background-color: #fff;
}

.footer-widget .logo img {
    max-width: 96px;
    margin-bottom: 30px;
}

.footer-widget h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}

.footer-widget p {
    margin-bottom: 15px;
}

.footer-widget p,
.footer-widget p a {
    color: #fff;
}

.footer-widget ul {
    display: inline;
    float: left;
}

.footer-widget ul li {
    margin-bottom: 10px;
    color:white;
}

.footer-widget ul li:last-child {
    margin-bottom: 0px;
}

.footer-widget ul li a {
    font-size: 15px;
    color: #fff;
    transition: all .3s;;
}

.footer-widget a:hover {
    opacity: 0.75;
}

.footer-nav a{
    color:#FFF;
    float:left;
}

.footer-nav ul li a:hover{
    color:#F18E7D;
}

footer .copyright-text p {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0px;
    color: #fff;
}

footer p a {
    color: #fff;
    transition: all .5s;
}

footer p a:hover {
    opacity: 0.75;
    color: #fff;
}


.social-footer {
    padding: 1rem;
    background: #8a8a8a;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social-footer .social-footer-icons li:last-of-type {
    margin-right: 0;
}

.social-footer .social-footer-icons .fa {
    font-size: 1.3rem;
    color: #fefefe;
}

.social-footer .social-footer-icons .fa:hover {
    color: #4a4a4a;
    transition: color 0.3s ease-in;
}


.social-footer-icons .fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    height: 50px;
    border-radius: 50%;
}

.social-footer-icons .fa:hover {
    opacity: 0.7;
}

.social-footer-icons .fa, .social-footer-icons .fas{
    font :normal normal normal 14px/1 FontAwesome !important;
    font-weight: 600 !important;
}

.fa-facebook {
    background: #ffffff;
    color: #000000;
}

.fa-linkedin {
    background: #ffffff;
    color: #000000;
}

.fa-youtube {
    background: #ffffff;
    color: #000000;
}

.fa-instagram {
    background: #ffffff;
    color: #000000;
}

.footer-nav ul{
    float: right;
    margin-top: 25px;
}

.footer-nav ul li{
    padding: 0 20px 0 20px;
}

.border-footer{
    border:solid 1px #514F9C;
}

.border-right{
    border-right:  solid 1px #514F9C;
    height: 80px;
}

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

/*
---------------------------------------------
PopUp
---------------------------------------------
*/

#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

.popupContainer {
    position: absolute;
    width: 330px;
    height: auto;
    left: 45%;
    top: 60px;
    background: #FFF;
}

.btn {
    padding: 10px 20px;
    background: #4b8ef1;
    color: #fff;
    transition: all .3s;
}

.btn_red {
    background: #4b8ef1;
    color: #FFF;
}

.btn:hover {
    background: #E4E4E2;
}

.btn_red:hover {
    color: #2a2a2a;
    background: #E4E4E2;
}

a.btn {
    color: #fff;
    text-align: center;
    text-decoration: none;
}

a.btn_red {
    color: #FFF;
}

.one_half {
    width: 50%;
    display: block;
    float: left;
}

.one_half.last {
    width: 45%;
    margin-left: 5%;
}
/* Popup Styles*/

.popupHeader {
    font-size: 16px;
    text-transform: uppercase;
}

.popupHeader {
    background: #F4F4F2;
    position: relative;
    padding: 10px 20px;
    border-bottom: 1px solid #DDD;
    font-weight: bold;
}

.popupHeader .modal_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 15px;
    background: #4b8ef1;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

.popupBody {
    padding: 20px;
}

.social_login .social_box {
    display: block;
    clear: both;
    padding: 10px;
    margin-bottom: 10px;
    background: #F4F4F2;
    overflow: hidden;
}

.social_login .icon {
    display: inline-block;

    padding: 5px 10px;
    margin-right: 10px;
    float: left;
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

.social_login .fb .icon {
    background: #3B5998;
}

.social_login .google .icon {
    background: #DD4B39;
}

.social_login .icon_title {
    display: block;
    padding: 5px 0;
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #777;
}

.social_login .social_box:hover {
    background: #E4E4E2;
}

.centeredText {
    color: #afafaf;
    text-align: center;
    margin: 20px 0;
    clear: both;
    overflow: hidden;
    text-transform: capitalize;
}

.user_login label {
    color: #afafaf;
}

.action_btns {
    clear: both;
    overflow: hidden;
}

.action_btns a {
    display: block;
}
/* User Login Form */

.user_login {
    display: none;
}

.user_login label {
    display: block;
    margin-bottom: 5px;
}

.user_login input[type="text"],
.user_login input[type="email"],
.user_login input[type="password"] {
    display: block;
    width: 90%;
    padding: 10px;
    border: 1px solid #DDD;
    color: #666;
}

.user_login input[type="checkbox"] {
    float: left;
    margin-right: 10px;
    width: 22px;
    height: 22px;
}

.user_login input[type="checkbox"]+label {
    float: left;
}

.user_login .checkbox {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

.forgot_password {
    display: block;
    margin: 20px 0 10px;
    clear: both;
    overflow: hidden;
    text-decoration: none;
    color: #4b8ef1;
    transition: all .3s;
}
/* User Register Form */

.user_register {
    display: none;
}

.user_register label {
    color: #afafaf;
    display: block;
    margin-bottom: 5px;
}

.user_register input[type="text"],
.user_register input[type="email"],
.user_register input[type="password"] {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #DDD;
    color: #666;
}

.user_register input[type="checkbox"] {
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 8px;
}

.user_register input[type="checkbox"]+label {
    float: left;
    color: #afafaf;
}

.user_register .checkbox {
    margin-bottom: 10px;
    clear: both;
    overflow: hidden;
}

/*tooltip*/

.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    width: 100px;
    color: white;
    font-size: 12px;
    background-color: #192733;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}

.tooltip-text::before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    background-color: #192733;
    padding: 5px;
    z-index: 1;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

#top {
    top: -40px;
    left: -50%;
}

#top::before {
    top: 80%;
    left: 45%;
}

#bottom {
    top: 25px;
    left: -50%;
}

#bottom::before {
    top: -5%;
    left: 45%;
}

#left {
    top: -8px;
    right: 120%;
}

#left::before {
    top: 35%;
    left: 94%;
}

#right {
    top: -8px;
    left: 120%;
}

#right::before {
    top: 35%;
    left: -2%;
}

.hover-text {
    position: relative;
    display: inline-block;
    margin: 40px;
    font-family: Arial;
    text-align: center;
}
/*
---------------------------------------------
responsive
---------------------------------------------
*/

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 75% !important;
        margin: auto;
    }
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 70% !important;
        margin: auto;
    }
}

@media (min-width: 992px) {
    #column-3 .elementor-element-populated, #column-2 .elementor-element-populated{
        padding: 10px 0;
    }

}

@media (max-width: 720px) {

    #column-1 .elementor-element-populated{
        padding: 10px !important;
    }

    #column-4 .elementor-element-populated{
        padding: 10px !important;
    }

    #column-2 .elementor-element-populated{
        padding: 10px !important;;
    }

    .messagedefilant {
        height: 80px !important;
    }
}

@media (max-width: 1200px) {
    .header-area .main-nav .logo h4 {
        font-size: 24px;
    }
    .header-area .main-nav .logo h4 img {
        max-width: 25px;
        margin-left: 0px;
    }
    .header-area .main-nav .nav li:last-child {
        padding-left: 20px;
    }

    .main-banner .left-content h2 {
        z-index: 2;
        position: relative;
        font-weight: 700;
        line-height: 70px;
        font-size: 50px;
        margin-bottom: 20px;
    }

    .main-banner .left-content p {
        margin-bottom: 45px;
    }


}

@media (max-width: 1024px) {
    .header-area.header-sticky{
        display:none;
    }
}

@media (max-width: 992px) {

    .main-banner:after {
        display: none;
    }
    .main-banner .left-content h2 {
        color: #2a2a2a;
        margin-right: 0;
    }
    .main-banner .left-content p {
        color: #afafaf;
        margin-right: 0;
    }
    .main-banner .left-content .white-button a {
        background-color: #4b8ef1;
        color: #fff !important;
    }
    form#contact {
        overflow: hidden;
    }
    .header-area .main-nav .logo h4 {
        font-size: 20px;
    }
    .main-banner .left-content {
        margin-right: 0px;
    }
    .main-banner {
        text-align: center;
        padding: 226px 0px 30px 0px;
    }
    .main-banner:before {
        display: none;
    }
    .main-banner .right-image {
        margin: 30px auto 0px auto;
        text-align: center;
    }
    .features-item {
        margin-bottom: 45px;
    }
    .last-features-item,
    .last-skill-item {
        margin-bottom: 0px !important;
    }
    .skill-item {
        margin-bottom: 30px;
    }
    .about-left-image img {
        margin-right: 0px;
        margin-bottom: 45px;;
    }
    .services .naccs .menu div {
        font-size: 15px;
        font-weight: 500;
    }
    .service-item {
        text-align: center;
        margin-bottom: 30px;
    }
    .about-us .box-item {
        text-align: center;
    }
    .about-us:after {
        display: none;
    }
    .about-us .gradient-button,
    .about-us span {
        text-align: center;
        display: block;
    }
    .about-us .right-image {
        margin-top: 30px;
    }
    .service-item .icon {
        margin: 0 auto 30px auto;
    }
    .about-us .section-heading {
        text-align: center;
    }
    .about-us .left-image {
        margin-right: 30px;
        margin-left: 30px;
        margin-bottom: 45px;
    }
    .blog-posts {
        margin-left: 0px;
        margin-top: 30px;
    }
    .post-item {
        margin-bottom: 70px;
    }
    .pricing-item-regular {
        margin-bottom: 30px;
    }
    .our-portfolio .owl-nav {
        display: none !important;
    }
    .contact-info {
        margin-top: 60px;
    }
    form#contact {
        padding: 45px;
    }
}

@media (max-width: 767px) {
    .the-clients .naccs .menu div {
        text-align: center;
    }
    footer .section-heading h4 {
        color: #2a2a2a;
    }
    footer #search {
        margin-bottom: 45px;
    }
    footer {
        padding-top: 0px;
        text-align: center;
    }
    .footer-widget ul {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 auto;
    }
    .footer-widget h4 {
        margin-top: 45px;
        margin-bottom: 20px;
    }
    footer #search input {
        border: 1px solid #eee;
        color: #afafaf;
        background-color: #fff;
        border-radius: 23px;
        margin-bottom: 15px;
        padding: 0px 30px;
    }
    footer #search button {
        background-color: #fff;
        color: #4b8ef1;
    }
    footer #search input::placeholder {
        color: #2a2a2a;
    }
    .header-area .main-nav .logo h4 {
        font-size: 30px;
    }
    .header-area .main-nav .logo h4 img {
        max-width: 30px;
        margin-left: 5px;
    }
    .main-banner .info-stat {
        margin-bottom: 15px;
    }
    .menu .thumb span.date {
        margin-bottom: -20px;
        display: block;
    }
    .service-item {
        text-align: center;
        padding: 30px;
    }
    .menu .thumb span.category {
        display: none;
    }
    .about-us .right-image {
        margin-top: 30px;
    }
    .service-item .icon {
        float: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .service-item .right-content {
        display: inline-block;
    }
    .services .naccs .menu div .thumb {
        padding: 5px;
    }
    .services .icon img {
        margin: 0px;
    }
    .the-clients .nacc .thumb .down-content .right-content {
        margin-left: 0px;
        margin-top: 15px;
    }
    .services ul.nacc li.active {
        padding: 45px;
    }
    .services .naccs .menu div  {
        font-size: 0px;
    }
    .the-clients .nacc .thumb .down-content {
        text-align: center;
    }
    .services ul.nacc li .right-image img {
        float: none;
    }
    .our-portfolio .section-heading,
    .about-us .section-heading,
    .about-us .about-item,
    .about-us p,
    .about-us .main-green-button {
        text-align: center;
    }
    .our-portfolio .section-heading .line-dec {
        margin: 0 auto;
    }
    .our-services .section-heading {
        margin-left: 15px;
        margin-right: 15px;
    }
    .free-quote form input {
        margin-left: 0px;
        padding: 0px 30px;
    }
    .free-quote form button {
        margin-left: 0px;
        border-bottom-left-radius: 40px;
        border-top-right-radius: 0px;
    }
    .blog-posts {
        margin-left: 0px;
        margin-top: 30px;
    }
    .post-item {
        margin-bottom: 30px;
    }
    .post-item .thumb img {
        max-width: 140px;
    }
    .post-item .right-content p {
        display: none;
    }
    .about-us .about-item {
        margin-top: 15px;
    }
    form#contact {
        padding: 30px;
    }
}


/* custom css*/
.float-right{
    float: right;
}

.float-left{
    float: left;
}

.float-right a{
    color:#FFF;
}

.float-right a:hover{
    color:#F18E7D !important;
}

.row-container{
    width:66% !important;
    margin:0 auto !important;

}

ul.logo-footer{
    margin-top: 30px;
}

ul.logo-footer li{
    width:50%;
}

ul.logo-footer img{
    width: 80%;
}

.border-header{
    /*  width:78% !important;
      margin:0 auto !important;*/
    /* border-top: 1px solid #eee;
     border-bottom: 1px solid #eee;*/
    border-top: 1px solid #cecece;
    max-height: 60px;
    margin-top: 30px;
}

.border-second{
    border-top: 1px solid #cecece;
}

.nav ul.ligne{
    padding-left: 0;
}

.nav ul.ligne li{
    margin-right: 40px;
}

.horizontal ul li a{
    color:#D8D8D8 !important;
}

.row-padding{
    padding: 15px 0px 15px 0px;
}

.elementor-widget.elementor-widget-button{
    width: auto;
}

.vl {
    border-left: 1px solid #ffffff;
    height: 80px;
    margin: -20px 10px 0 10px;
}

.elementor-container i.fa, .elementor-container i.fas, .elementor-container h2 span{
    color: #F18E7D;
}

i.fa.c-28E3D2{
    color:#28E3D2;
}

.gradient-button{
    padding: 0 10px 0 10px;
    border:solid 1px #ffffff;
    border-radius: 25px;
}

.gradient-button.contact{
    background-color: #FFF;
}

.gradient-button.contact a{
    color:#F18E7D !important;
}

.testtitre .gradient-button{
    background-color: transparent;
}

.testtitre i.fa, .testtitre i.fas, .testtitre .gradient-button a{
    color: #FFFFFF !important;
}

.row-container-solution{
    width:70% !important;
    margin:0 auto !important;
}

.solution, .position-relative{
    position: relative;
}

#partener-abs .elementor-element{
    width:auto !important;
}

#partener-abs{
    width:auto !important;
}

footer ul{
    padding: 0;
}


/*texte defilement*/
.messagedefilant {
    display: block;
    /* margin: 40px auto;*/
    padding: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 150px;
}

.defilant_ratate1{
    transform: rotate(-2deg);
}

.defilant_ratate2{
    transform: rotate(2deg);
}

.messagedefilant div {
    position: absolute;
    min-width: 100%; /* au minimum la largeur du conteneur */
}

.messagedefilant div span {
    position: relative;
    top:0; left:0;
    display: inline-block;
    white-space: nowrap;
    font-size: 2rem;
}

.messagedefilant div span:first-child {
    animation: defilement 5s infinite linear;
    background: #cde; /* pour visualiser */
}

.messagedefilant div span:last-child {
    position: absolute;
    animation: defilement2 15s infinite linear;
    background: #edc; /* pour visualiser */
}

.menu_offres i.fas.fa-chevron-down{
    color: white;
}

@keyframes defilement {
    0% { margin-left: 0; }
    100% { margin-left: -100%; }
}

@keyframes defilement2 {
    0% { margin-left: 100%; }
    100% { margin-left: 0%; }
}

/*CERCLE*/

.outer {
    height: 200px;
    width: 200px;
}

.inner {
    height: 150px;
    width: 150px;
}

.inner2 {

    height: 100px;
    width: 100px;
}

/* Special circle class to enhance html readability */
.circle {
    border-radius: 50%;
    border:solid 1px #28E3D2;
}

/* Add this to the outer circle - Flex */
/* Added to the inner circle to center text */
.center-f-inside {
    display: flex;
    justify-content: center;
    align-items: center;
}</pre></body></html>