/**
  * Name: Fondex
  * Version: 1.3
  * Author: ThemetechMount
  * Author URI: http://www.themetechmount.com
*/


/**

  1. General
     - Variables
     - Transition
     - Shadow
     - Extra-outer

  2. Spacing
     - Padding
     - Margin

  3. Color
     - Skin-color, Skin-bg-color, Skin-border-color
     - darkGrey-color, darkGrey-bg-color
     - white-color, white-bg-color, white-border-color
     - Grey-color, Grey-bg-color, grey-border-color
     - Extra-color

  4. Pre-loader

  5. TooltipTop

  6. TopBar

  7. Header
     - SiteBrand(logo)
     - SiteNavigation(Menu)
     - ttm-rt-contact(HeaderIcons - Search, Cart)
     - ttm-search-overlay

  8. Footer
     - FirstFooter
     - SecondFooter
     - menu-footer-services
     - mailchimp-inputbox
     - flicker-widget
     - Footer-nav-menu

  9. GoTop BUtton
  
  10. Page-Title-Row

  12. Inner-Pages
      - contact-us
      - error
      - portfolio
      - blog
      - team-member-details
      - element

**/


/* ===============================================
    General
------------------------*/


/** Variables **/

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

a:focus {
    text-decoration: none;
}

a:focus,
a:hover {
    color: #161616;
    text-decoration: none;
}

a,
button,
input {
    outline: medium none;
    color: #161616;
}

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

strong {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

img {
    max-width: 100%;
}

p {
    margin: 0 0 15px;
    color: #484848;
    font-weight: 400;
}

*::-moz-selection {
    background: #161616;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #161616;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #161616;
    color: #fff;
    text-shadow: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    font-family: inherit;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    vertical-align: middle;
    width: 100%;
    color: #292929;
    padding: 10px 15px;
    font-weight: 400;
    background-color: #fff;
    text-transform: inherit;
    border: 1px solid #dedede;
    font-size: 12px;
    line-height: 20px;
    outline: none;
    height: 50px;
    border-radius: 5px;
    line-height: inherit;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    padding: 11px 40px 11px;
    border: 2px solid transparent;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    cursor: pointer;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border: 1px solid #364059;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholde {
    color: #fff;
}

menu,
ol,
ul {
    margin: 0;
    padding: 0 0 0 25px;
}

body {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #484848;
    background-color: #fff;
    letter-spacing: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    color: #161616;
}

h1 {
    font-size: 45px;
    line-height: 50px;
    text-transform: uppercase;
}

h2 {
    font-size: 35px;
    line-height: 40px;
}

h3 {
    font-size: 30px;
    line-height: 35px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
    line-height: 25px;
}

h6 {
    font-size: 16px;
    line-height: 18px;
}


/** Transition **/

.featured-icon-box .featured-icon,
.ttm-btn,
button,
.owl-item,
img,
.featured-icon-box,
.featured-icon,
#totop {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

a,
.site-branding,
#site-header-menu #site-navigation .menu ul li>a,
.ttm-header-icon,
.header-btn,
a.ttm-btn,
i.ttm-btn,
a.nav-link,
.social-icons li>a,
.ttm-header-style-infostack .ttm-custombutton a,
.ttm-menu-toggle .toggle-block,
.ttm-header-style-infostack .ttm-header-icons .ttm-header-search-link a,
.accordion .toggle-title a,
.widget-download ul.download li {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


/** Extra-outer **/

body .page {
    overflow: hidden;
}

body .site-main {
    background-color: #fff;
}


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


/** SiteBrand(logo) **/

.site-branding {
    float: left;
    position: relative;
    display: flex;
    padding-right: 0px;
    flex: 0 0 200px;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
}

.site-branding .home-link {
    padding: 0px 0px;
    position: relative;
}

.site-header-menu {
    position: relative;
}

.site-branding .home-link img {
    position: relative;
    z-index: 2;
}

.ttm-header-top-wrapper {
    position: relative;
}

.fixed-header .site-branding .home-link .default,
.site-branding .home-link .stick {
    display: none;
}

.site-branding .home-link .default,
.fixed-header .site-branding .home-link .stick {
    display: inline-block;
}


/** SiteNavigation(Menu) **/

.site-navigation {
    position: relative;
    width: 100%;
}

.ttm-header-style-infostack #site-header-menu .container {
    padding: 0;
}

#site-header-menu #site-navigation .menu ul li ul>li:not(:last-child) {}

#site-header-menu #site-navigation .menu ul {
    padding: 0px;
    font-family: "Poppins";
    text-align: right;
    margin: 0px;
}

.ttm-menu-toggle {
    float: right;
}

.ttm-menu-toggle input[type=checkbox] {
    display: none;
}

#site-header-menu #site-navigation .menu>ul>li {
    display: inline-block;
    position: relative;
}

#site-header-menu #site-navigation .menu ul li:hover>ul {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
    transform: translate(0, 0);
}

#site-header-menu #site-navigation .menu ul ul>li {
    position: relative;
}

#site-header-menu #site-navigation .menu ul ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}

#site-header-menu #site-navigation .menu>ul>li>a {
    font-weight: bold;
    color: #364059;
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 21px;
}

#site-header-menu #site-navigation .menu ul li.active>a,
#site-header-menu #site-navigation .menu ul li:hover>a {
    color: #364059;
}

#site-header-menu #site-navigation .menu>ul>li.active>a,
#site-header-menu #site-navigation .menu>ul>li:hover>a {
    color: #364059;
}

#site-header-menu #site-navigation ul ul li {
    position: relative;
}

#site-header-menu #site-navigation .menu ul li>ul li>a {
    margin: 0;
    display: block;
    padding: 15px 20px;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    height: auto;
    color: #161616;
    line-height: 18px;
}

#site-header-menu #site-navigation .menu ul>li>ul li.has-submenu>a:after {
    content: "\f105";
    position: absolute;
    background-color: transparent;
    right: 12px;
    top: 16px;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin-left: 4px;
    opacity: 0.8;
}

#site-header-menu #site-navigation .menu ul li a span {
    padding: 1px 3px 2px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 7px;
}


/** ttm-rt-contact(HeaderIcons - Search, Cart) **/

.ttm-header-icons {
    position: relative;
    padding-left: 29px;
}

.ttm-header-icons .ttm-header-cart-link a,
.ttm-header-icons .ttm-header-search-link a {
    position: relative;
    border: none;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    height: 31px;
    width: 31px;
    line-height: 31px;
    color: rgba( 11, 12, 38, 1);
    border-color: rgba( 11, 12, 38, 1);
    border: 1px solid;
    font-size: 12px!important;
    z-index: 9;
}

.ttm-header-icons .ttm-header-cart-link a i,
.ttm-header-icons .ttm-header-search-link a i {
    font-weight: 900
}

.ttm-header-icons .ttm-header-cart-link {
    padding-left: 4px;
    padding-right: 0px;
}

.ttm-header-icons .ttm-header-icon {
    margin-left: 7px;
}

.ttm-header-icons .ttm-header-cart-link span.number-cart {
    position: absolute;
    bottom: 20px;
    left: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
    display: block;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-btn .ttm-btn.ttm-btn-size-md {
    font-size: 15px;
    padding: 10px 25px;
}

.header-btn {
    padding-left: 24px;
    position: relative;
    z-index: 10;
}

.header-btn,
.ttm-header-icons,
.ttm-header-icon {
    height: 110px;
    line-height: 110px;
    float: right;
}

.footer {
    background: #364059;
}


/** Footer-nav-menu **/

.copyright-box {
    padding: 20px 0;
    line-height: 20px;
    background-color: #364059;
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    color: #edf7f5;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid #fff;
}

.copyright a {
    color: #edf7f5;
}

.copyright span,
.copyright a:hover {
    color: #43c6ac;
}


/* ===============================================
    GoTop BUtton
------------------------*/

#totop {
    font-weight: 900;
    color: #fff;
    display: none;
    position: fixed;
    right: 34px;
    background-color: #364059;
    bottom: 34px;
    z-index: 999;
    height: 0;
    width: 0;
    font-size: 0;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
}

#totop.top-visible {
    height: 40px;
    width: 40px;
    font-size: 22px;
    display: inline;
}


/* ===   link-list ==
------------------------*/

.full-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.home-slide .item-slide {
    height: 610px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 290px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.home-slide .item-slide .bg-slide {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
    top: 0%;
    z-index: -1;
    right: 0;
}

.home-slide .item-slide .bg-slide .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ban .desc,
.home-slide .item-slide .desc {
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Poppins";
}

.home-slide .item-slide .title span {
    background: linear-gradient(30deg, #bdcf00 0%, #43c5ab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.home-slide .item-slide .title {
    font-size: 60px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat";
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 20px;
}

.home-slide .owl-item .item-slide .desc {
    transform: translateY(-200px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    position: relative;
    z-index: 2;
}

.home-slide .owl-item .item-slide .title {
    transform: translateY(-200px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    position: relative;
    z-index: 2;
}

.home-slide .owl-item .item-slide .btn-slide {
    transform: translateY(200px);
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    z-index: 2;
}

.home-slide .owl-item.active .item-slide .title,
.home-slide .owl-item.active .item-slide .desc,
.home-slide .owl-item.active .item-slide .btn-slide {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.home-slide.owl-carousel .owl-nav {
    display: flex;
    position: absolute;
    justify-content: space-between;
    align-items: center;
    left: 0;
    width: 100%;
    bottom: 50%;
    height: 0;
    z-index: 2;
    padding: 0 0px;
}

.home-slide.owl-carousel .owl-nav .owl-prev,
.home-slide.owl-carousel .owl-nav .owl-next {
    display: flex;
    width: 57px;
    height: 57px;
    color: #fff;
    border-radius: 0;
    align-items: center;
    font-size: 22px;
    position: relative;
    justify-content: center;
    opacity: 0;
    transform: translateX(-100%);
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.2);
}

.home-slide.owl-carousel:hover .owl-nav .owl-prev,
.home-slide.owl-carousel:hover .owl-nav .owl-next {
    transform: translateX(0);
    opacity: 1;
}

.home-slide.owl-carousel .owl-nav .owl-next {
    transform: translateX(100%);
}

.home-slide.owl-carousel .owl-nav .owl-prev:hover,
.home-slide.owl-carousel .owl-nav .owl-next:hover {
    background-color: #364059;
}

.page-section {
    background: url(../images/ko/back-1.png) 50px calc(100% - 130px) / auto no-repeat;
}

.img-intern {
    position: relative;
    margin: 0 0 50px 0px;
}

.img-intern img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.img-box {
    max-width: 50%;
    position: relative;
    margin: 0 30px 50px 0;
    padding: 56px 54px 49px;
}

.img-box::after,
.img-box::before {
    position: absolute;
    width: 33%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 32px;
    background-image: linear-gradient(30deg, #bdcf00 0%, #43c5ab 100%);
    content: "";
}

.img-box::after {
    left: unset;
    right: 0;
}

.img-box .img-1 {
    position: relative;
    z-index: 1;
    border-radius: 32px;
    overflow: hidden;
    filter: drop-shadow(0 0 10px rgba(54, 64, 89, 0.15));
    background-color: #364059;
    border: 16px solid #ffffff;
}

.img-box .img-1 img {
    position: relative;
}

.img-box .deco-img {
    position: absolute;
    left: 50%;
    bottom: -14px;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    height: 123px;
    width: calc(100% - 200px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    min-width: 230px;
    background-color: #364059;
}

.page-box {
    padding: 70px 50px;
    background-color: #f5f5f5;
}

.sect-title {
    margin-bottom: 45px;
    position: relative;
}

.sect-title .sub-title {
    font-size: 50px;
    color: transparent;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    -webkit-text-stroke: 1px #1b1b1d;
    transition: 0.5s linear;
    margin-bottom: 0px;
    line-height: 1;
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 10px;
}

.sect-title .sub-title:hover {
    color: #1b1b1d;
}

.sect-title .sub-title:after {
    display: block;
    width: 28px;
    height: 2px;
    content: "";
    margin-bottom: 10px;
    background-color: #364059;
}

.sect-title h1,
.sect-title .h2,
.sect-title .h1 {
    font-size: 48px;
    color: #364059;
    font-weight: 700;
    font-family: "Montserrat";
    line-height: 1.2;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
}

.sect-title .h2 {
    font-size: 36px;
}

h2 {
    font-size: 25px;
    margin-bottom: 00px;
    font-weight: 600;
    color: #364059;
    line-height: 1.2;
}

img {
    max-width: 100%;
}

.ban {
    height: 650px;
    width: 100%;
    position: relative;
    display: flex;
    z-index: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #000;
}

.ban>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    z-index: -2;
    object-fit: cover;opacity: 0.9;
}

.ban .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 149px;
    height: 149px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background-color: #364059;
}

.ban .icon img {
    width: 100%;
    max-width: 90px;
    max-height: 90px;
    object-fit: contain;
}

.ban .title {
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    font-family: "Montserrat";
}

.ban .title span {
    background: linear-gradient(30deg, #bdcf00 0%, #43c5ab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.ttm-header-wrap {
    position: relative;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}

.bloc-text,
.bloc-text p {
    font-size: 16px;
    line-height: 22px;
    color: #364059;
    font-weight: 400;
    font-family: "Poppins";
}

.bloc-text p:last-of-type {
    display: table;
}

.bloc-text.intern-bloc-text p img {
    float: left;
    border-radius: 20px;
    margin: 20px 40px 20px 0;
    max-width: 40%;
    display: table !important;
}

.bloc-text {
    color: #364059;
}

.bloc-text h2 {
    margin: 20px 0 20px;
    font-size: 36px;
    color: #364059;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: bold;
    font-family: "Poppins";
}

.bloc-text h2 a,
.bloc-text p a,
.bloc-text ul li a {
    font-size: inherit;
    color: #1d1d1b;
    font-weight: inherit;
}

.bloc-text ul li,
.bloc-text ul li {
    list-style: disc;
}

.bloc-text ul {
    padding-left: 50px;
    margin-bottom: 20px;
    display: table;
}

.bloc-text p:first-of-type img:first-of-type,
.bloc-text h2:first-of-type img:first-of-type {
    display: none;
}

.val-sect {
    background: url(../images/ko/back-2.jpg) center/cover no-repeat;
}

.paie-section {
    z-index: 2;
    position: relative;
    background-color: #303030;
}

.paie-section::before {
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    top: 0;
    content: '';
    z-index: -1;
    background-color: #fff;
}

.paie-box {
    padding: 50px 25px;
    position: relative;
    text-align: center;
    z-index: 2;
    border-radius: 20px;
    background: url(../images/as/back-1.jpg) center/cover no-repeat;
}

.paie-box .sect-title .h1 {
    font-size: 24px;
}

.title-foot {
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: "Montserrat";
    line-height: 1.1;
    margin-bottom: 10px;
    position: relative;
}

.link-service {
    line-height: 22px;
    font-size: 18px;
    padding-left: 0px;
}

.link-service a {
    position: relative;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 12px;
    gap: 8px;
    font-family: "Poppins";
}

.link-service a::before {
    width: 5px;
    height: 5px;
    border-radius: 5px;
    content: "";
    background-color: #364059;
}

.link-service a:hover {
    color: #364059;
}

.ass-box {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 189px;
    height: 144px;
    background-color: #fff;
    border-radius: 10px;
}

.ban .sub-ban {
    color: #dddddd;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 25px;
}

.diag-box {
    padding: 30px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.diag-list {
    font-size: 16px;
    color: #43c6ac;
    line-height: 26px;
    font-weight: 400;
    font-family: "Poppins";
}

.diag-list a {
    color: #fff;
    display: inline;
}

.diag-list a:hover {
    color: #43c6ac;
    display: inline;
}

.dec-form {
    background-image: url(../images/lima/c-1.jpeg);
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 450px;
    border-radius: 7px;
}

.text-foot {
    font-size: 16px;
    line-height: 22px;
    color: #fafafa;
    position: relative;
    margin-bottom: 20px;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    font-family: "Poppins";
}

.text-foot .icon {
    width: 20px;
    text-align: center;
    flex: 0 0 20px;
}

.text-foot a {
    color: #fafafa;
}

.text-foot b {}

.text-foot a:hover {
    color: #364059;
}

.btn-1 {
    color: #fff;
    font-size: 16px;
    transition: 0.3s;
    font-weight: bold;
    line-height: 20px;
    border-radius: 35px;
    text-align: center;
    padding: 5px 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: 60px;
    font-family: 'Poppins';
    border: 0px solid #45c6a9;
    background: #45c6a9;
    min-width: 170px;
    background: linear-gradient(30deg, #bdcf00 0%, #43c5ab 100%);
}

.btn-1:hover {
    color: #fff;
    background: linear-gradient(240deg, #bdcf00 0%, #43c5ab 100%);
}

.btn-2 {
    color: #fff;
    font-size: 14px;
    transition: 0.3s;
    font-weight: 700;
    line-height: 20px;
    border-radius: 35px;
    text-align: center;
    padding: 10px 15px;
    min-height: 47px;
    min-width: 157px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins';
    border: 0px solid #364059;
    background-color: #364059;
}

.btn-1,
.btn-2 {
    position: relative;
    overflow: hidden;
}

.btn-2:hover {
    color: #fff;
    border: 0px solid #364059;
    background: linear-gradient(240deg, #bdcf00 0%, #43c5ab 100%);
}

.btn-3 {
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
    font-weight: bold;
    line-height: 30px;
    border-radius: 29px;
    text-align: center;
    padding: 14px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins';
    border: 2px solid #fff;
    background-color: transparent;
}

.btn-3>i {
    font-size: 16px;
}

.btn-3:hover {
    color: #364059;
    background-color: #fff;
}

.av-box {
    padding: 50px;
    background-color: #161616;
}

.regle-box {
    padding: 80px 40px;
    min-height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url(../images/bg-1.jpg);
}

.regle-box::before {
    position: absolute;
    left: 40px;
    top: 30px;
    border: 2px dashed white;
    width: calc(100% - 80px);
    height: calc(100% - 60px);
    content: '';
}

.text-paie {
    font-size: 20px;
    color: rgba(4, 5, 5, 0.5);
    line-height: 30px;
    opacity: 1;
    font-weight: 400;
    font-family: 'Poppins';
}

.text-paie b {
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 30px;
}

.text-paie img {
    margin-top: -4px;
    margin-right: 5px;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
    background-size: 140px;
}

.avt-sect {
    background: url(../images/diag/back-1.jpg) center/cover no-repeat;
}

.avt-box {
    padding: 70px 50px;
    margin: 0 auto;
    position: relative;
    background-color: #364059;
}

.avt-box .item {
    text-align: center;
}

.avt-box .item img {
    margin-bottom: 15px;
}

.avt-box .item .title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.avt-box .item .text {
    font-size: 16px;
    color: #808080;
}

.list-qualite {
    color: #171717;
    font-size: 15px;
    font-family: 'Poppins';
}

.list-qualite .item-qual {
    position: relative;
    padding-left: 30px;
    height: 50px;
}

.list-qualite .item-qual::before {
    position: absolute;
    left: 0;
    top: 5px;
    height: 13px;
    width: 13px;
    content: '';
    background-color: #161616;
    border-radius: 50%;
}

.list-qualite .item-qual:not(:last-child)::after {
    position: absolute;
    left: 6px;
    top: 11px;
    height: 48px;
    width: 1px;
    content: '';
    background-color: #161616;
}

.qualite-box {
    position: relative;
    background-color: white;
    margin-top: -150px;
    padding: 70px 80px 40px;
    position: relative;
}

.qualite-box::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 51px;
    width: 51px;
    border-bottom: 4px solid #161616;
    border-left: 4px solid #161616;
    content: '';
}

.qualite-box::after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 51px;
    width: 51px;
    border-bottom: 4px solid #161616;
    border-right: 4px solid #161616;
    content: '';
}

.item-av {
    position: relative;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 177px;
    background-color: white;
}

.item-av .icon img {
    margin-bottom: 0;
    max-width: 60px;
    max-height: 60px;
}

.item-av .icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 10px;
    width: 75px;
    height: 79px;
    background-image: url(../images/bl/b-1.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.item-av img {
    display: inline-block;
    margin: 0 0 10px;
}

.item-av .texte {
    position: relative;
    line-height: 22px;
    font-size: 15px;
    color: #292929;
}

.av-sect {
    background-color: #f9eee7;
    position: relative;
}

.av-sect::before {
    position: absolute;
    width: calc(50% + 67px);
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background-image: url('../images/bg-1.jpg');
    background-size: auto;
    background-position: center;
}

.img-paie {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-btn {
        -ms-flex: 0 0 210px;
        flex: 0 0 210px;
        max-width: 210px;
    }
}

@media (min-width: 992px) {
    .col-lg-ass {
        -ms-flex: 0 0 230px;
        flex: 0 0 230px;
        max-width: 230px;
    }
    .col-lg-devis {
        -ms-flex: 0 0 400px;
        flex: 0 0 400px;
        max-width: 400px;
    }
    .col-lg-contact {
        -ms-flex: 0 0 440px;
        flex: 0 0 440px;
        max-width: 440px;
    }
}

@media (min-width: 1200px) {
    .col-xl-separator {
        -ms-flex: 0 0 148px;
        flex: 0 0 148px;
        max-width: 148px;
    }
    .col-xl-right {
        -ms-flex: 0 0 340px;
        flex: 0 0 340px;
        max-width: 340px;
    }
    .col-xl-logo {
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        max-width: 280px;
    }
    .col-xl-serv {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px;
    }
    .col-xl-cont {
        -ms-flex: 0 0 320px;
        flex: 0 0 320px;
        max-width: 320px;
    }
    .col-xl-foot-1 {
        -ms-flex: 0 0 241px;
        flex: 0 0 241px;
        max-width: 241px;
    }
    .col-xl-foot-2 {
        -ms-flex: 0 0 263px;
        flex: 0 0 263px;
        max-width: 263px;
    }
    .col-xl-foot-3 {
        -ms-flex: 0 0 263px;
        flex: 0 0 263px;
        max-width: 263px;
    }
    .col-xl-foot-4 {
        -ms-flex: 0 0 265px;
        flex: 0 0 265px;
        max-width: 265px;
    }
}

.item-presta {
    position: relative;
    padding-bottom: 45px;
}

.item-presta .img {
    position: relative;
    height: 239px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

.item-presta .img::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-radius: 10px;
    width: 100%;
    background-color: #364059;
    opacity: 0.4;
    content: '';
    transition: 0.3s;
    z-index: 2;
}

.item-presta:hover .img::before {
    height: 100%;
}

.item-presta .title {
    position: absolute;
    bottom: 10px;
    height: 71px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 70px);
    left: 35px;
    z-index: 3;
    font-size: 25px;
    color: #040505;
    font-weight: bold;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.item-presta .title img {
    margin-right: 10px !important;
}

.item-presta .title img,
.item-presta .title span {
    z-index: 4;
    position: relative;
}

.item-presta .title:before {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    z-index: 2;
    content: "";
    border-radius: 10px;
    transition: 0.3s;
    background-color: #364059;
}

.item-presta:hover .title {
    color: #2f2f2f;
}

.item-presta:hover .title:before {
    width: 100%;
    height: 100%;
}

.item-presta .content .texte {
    color: #e0a989;
    font-size: 15px;
    text-transform: uppercase;
}

.cont-list {
    margin-left: 0;
    padding-left: 0;
}

.cont-list li {
    display: block;
    padding-left: 35px;
    position: relative;
    color: #1c1c1c;
    margin-bottom: 20px;
}

.cont-list li a {
    color: #1c1c1c;
}

.cont-list li img {
    position: absolute;
    left: 0;
    top: 3px;
}

.contact-section {
    padding: 50px 0 125px;
    background: url(../images/diag/back-3.jpg) center bottom / 100% auto no-repeat, #fff;
}

.form-contact {
    padding: 45px 50px;
    border-radius: 25px;
    position: relative;
    z-index: 2;
    margin-top: -50px;
    filter: drop-shadow(4.243px 4.243px 10px rgba(35, 31, 32, 0.12));
    background-color: #ffffff;
    max-width: 963px;
    margin: -132px auto 0;
}

.form-contact .form-control {
    line-height: 21px;
    border: 0px solid #f2f3f3;
    padding: 25px 15px 25px 30px;
    height: 71px;
    color: #364059;
    outline: none;
    box-shadow: none;
    border-radius: 34px;
    font-size: 16px;
    filter: drop-shadow(0 0 10px rgba(54, 64, 89, 0.15));
    background-color: #fff;
}

.form-contact .form-control::placeholder {
    color: #364059 !important;
}

.form-contact .form-control:hover,
.form-contact .form-control:focus {
    border: 0px solid #4f4f4e;
}

.form-contact textarea.form-control {
    height: 180px;
}

.form-contact .btn-1 {
    max-width: 100%;
}

.text-cont {
    opacity: 0.600;
    font-size: 14px;
    line-height: 16px;
    color: #364059;
    font-weight: 400;
    font-family: "Poppins";
}

.text-cont a {
    color: #364059;
}

.text-cont a:hover {
    color: #364059;
    text-decoration: underline;
}

.map-section {
    background-color: #1d1d1b;
    overflow: hidden;
}

.map-box {
    height: 500px;
    position: relative;
    z-index: 2;
}

.map-box>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-actu {
    display: block;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
}

.item-actu .img {
    height: 200px;
    width: 100%;
}

.item-actu .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-actu .content {
    padding: 48px 20px 28px 30px;
    background-color: white;
    position: relative;
}

.item-actu .content .date {
    position: absolute;
    left: 0;
    top: -18px;
    z-index: 2;
    height: 35px;
    padding: 0 12px 0 30px;
    border-radius: 0 24px 24px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 13px;
    font-size: 14px;
    color: #fff;
    background-color: #364059;
}

.item-actu .content .title {
    font-size: 20px;
    line-height: 21px;
    color: #1d1d1b;
    font-weight: 500;
    margin-bottom: 10px;
}

.item-actu .content .link {
    font-size: 14px;
    line-height: 21px;
    color: #1d1d1b;
    position: relative;
    font-weight: 500;
}

.item-actu .content .link:after {
    content: "➔";
    position: relative;
    opacity: 0;
    transition: 0.4s linear;
    transform: translateX(-30px);
    display: inline-flex;
}

.item-actu:hover .content .link:after {
    opacity: 1;
    transform: translateX(0);
}

.item-cont {
    position: relative;
    color: #040505;
    padding-left: 50px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    font-family: 'Poppins';
}

.item-cont img {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.item-cont b {
    font-weight: 600;
}

.item-cont a {
    color: #040505;
}

.menu-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
}

.regle-sect {
    position: relative;
}

.regle-sect:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
    content: '';
}

.head-top {
    background-color: #364059;
}

.top-contact .btn-1 {
    color: #364059;
    font-weight: 400;
    text-transform: none;
    min-height: 42px;
}

.top-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: 'Poppins';
    font-size: 16px;
    position: relative;
    position: relative;
    line-height: 35px;
    font-weight: 400;
    height: 63px;
    z-index: 1;
    width: 100%;
    flex: 0 0 100%;
    gap: 20px;
}

.top-contact div {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
}

.top-contact div.top-contact-left {
    flex: 0 0 200px;
    font-size: 12px;
}

.top-contact div.top-contact-right {
    flex: 1;
    justify-content: space-between;
}

.top-contact b {
    font-weight: 500;
}

.top-contact a:not(.btn-1) {
    color: #fff;
}

.top-contact a.btn-1:hover {
    color: #364059;
    background: linear-gradient(210deg, #bdcf00 0%, #43c5ab 100%);
}

.list-valeur {
    background: url(../images/as/carre-1.svg) center/85px no-repeat;
}

.item-valeur {
    background-color: white;
    filter: drop-shadow(0 0 15px rgba(40, 40, 40, 0.15));
    padding: 30px 25px;
    border: 2px solid white;
    border-radius: 12px;
    gap: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    height: 100%;
    transition: 0.5s;
    top: 0;
}

.item-valeur:hover {
    border: 2px solid #364059;
    top: -21px;
}

.item-valeur .icon {
    width: 108px;
    height: 75px;
    flex: 0 0 108px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-valeur .title {
    font-size: 24px;
    text-transform: uppercase;
    color: #7d7463;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Poppins";
}

.item-valeur .desc {
    font-size: 18px;
    color: #7d7463;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
    font-family: "Poppins";
}

.tem-slide img {
    width: auto !important;
    display: inline-block !important;
}

.tem-slide .item {
    padding: 50px 35px 35px;
    position: relative;
    border-radius: 32px;
    filter: drop-shadow(0 0 10px rgba(54, 64, 89, 0.17));
    background-color: #ffffff;
}

.tem-slide .item .star-tem i {
    display: inline-block;
    margin: 0 3px;
    font-size: 22px;
    background: linear-gradient(210deg, #bdcf00 0%, #43c5ab 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tem-slide .item .star-tem i.empty {
    background: transparent;
    color: #364059;
    -webkit-text-fill-color: unset;
}

.tem-slide .icon-cote {
    position: absolute;
    left: -1px;
    top: -1px;
}

.tem-slide .nom {
    font-size: 18px;
    line-height: 20px;
    color: #242424;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
}

.tem-slide .date {
    font-size: 15px;
    line-height: 20px;
    color: rgb(153, 153, 153);
    font-weight: 400;
    font-style: italic;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.tem-slide .text-1 {
    font-size: 14px;
    line-height: 22px;
    color: #5d5d5d;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
    margin-bottom: 10px;
    height: 88px;
    overflow: hidden;
}

.tem-slide .link {
    color: #242424;
    transition: all 0.5s;
    font-weight: 500;
    line-height: 20px;
    font-family: "Montserrat";
    font-size: 13px;
}

.tem-slide .link:hover {
    color: #364059;
}

.temoins-section {
    position: relative;
    z-index: 2;
    margin-top: -75px;
}

.title-1 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Poppins';
    color: #040505;
}

.text-1 a,
.text-1 {
    font-size: 16px;
    line-height: 22px;
    color: rgba(13, 19, 23, 0.8);
}

.bg-red {
    background-color: #364059;
}

.second-sect {
    position: relative;
    z-index: 15;
}

@media (min-width: 1200px) {
    .container-custom {
        max-width: 100%;
        padding: 0;
    }
}

.text-box .title-1 {
    margin-bottom: 10px;
}

.text-box .text-1 {
    padding-bottom: 17px;
    margin-bottom: 0px;
    position: relative;
}

.text-box .text-1::before {
    position: absolute;
    bottom: 0;
    content: '';
    background-color: #e7253b;
    height: 3px;
    left: 0;
    width: calc(100% + 35px);
}

.text-box.dec-right .text-1::before {
    left: -35px;
}

.cont-box {
    background-color: white;
    padding: 50px 80px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9;
    top: -75px;
    margin-bottom: -75px;
}


/*the container must be positioned relative:*/

.customs-select {
    position: relative;
    display: table;
    padding-right: 25px;
    min-width: 360px;
}

.customs-select select {
    display: none;
    /*hide original SELECT element:*/
}

.select-selected {
    background-color: white;
}


/*style the arrow inside the select element:*/

.select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0px;
    width: 10px;
    height: 10px;
    border: 2px solid #1c1c1c;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg) translateY(-50%);
}


/*point the arrow upwards when the select box is open (active):*/


/*style the items (options), including the selected item:*/

.select-selected {
    color: #1c1c1c;
    padding: 10px 0px;
    font-size: 40px;
    font-family: "Poppins";
    font-weight: bold;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
}

.select-items div {
    color: #1c1c1c;
    padding: 0px 0px;
    line-height: 25px;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 400;
    border: 1px solid transparent;
    cursor: pointer;
    user-select: none;
}


/*style items (options):*/

.select-items {
    position: absolute;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #364059;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 20px 30px;
}


/*hide the items when the select box is closed:*/

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    color: #364059;
}

.coord-foot {
    font-size: 16px;
    color: #364059;
}

.coord-foot a {
    color: #364059;
}

.coord-foot img {
    margin-top: -4px;
    margin-right: 4px;
}

.img-cont {
    background-size: cover;
    height: 100%;
    min-height: 450px;
    background-position: center;
}

.cont-sect {
    position: relative;
    background: linear-gradient(to right, #364059 30%, #364059 30% 100%);
}

.footer-coord {
    position: relative;
    top: -112px;
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    max-width: 870px;
    color: #424242;
    text-align: right;
    margin: 0 auto -50px;
}

.footer-coord .item {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-coord .item .box a {
    color: #364059;
}

.footer-coord .item .box span {
    font-weight: bold;
}

.footer-coord .item .box {
    display: table;
    padding-left: 50px;
    line-height: 24px;
    font-size: 16px;
    color: #364059;
    position: relative;
}

.footer-coord .item .box img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-coord .item-co:not(:last-child) {
    border-right: 1px solid white;
}

.footer-coord .item .box b {
    font-weight: 600;
}

.hover-box .default,
.hover-box:hover .hover {
    display: inline-block;
}

.hover-box .hover,
.hover-box:hover .default {
    display: none;
}

.btn-head {
    padding: 5px 20px;
    padding-left: 40px;
    border-radius: 5px;
    line-height: 1.2;
    background-color: #364059;
    border: 0px solid white;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    font-weight: 400;
    font-family: 'Poppins';
    position: relative;
    font-size: 14px;
}

.btn-head span {
    font-size: 14px;
    font-weight: 400;
}

.btn-head a {
    color: white;
}

.btn-head img {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-head:hover {
    color: #fff;
    background-color: #364059;
    border-color: #364059;
}

.btn-head.type-1 {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
}

.btn-head.type-1 span {
    color: #364059;
    font-size: 16px;
    font-weight: 600;
}

.btn-head.type-1 a {
    color: #364059;
}

.service-box {
    background-color: white;
    padding: 50px 30px;
    position: relative;
    border-radius: 25px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.text-serv {
    font-size: 16px;
    color: #6d6d6d;
}

.item-tem {
    padding: 23px 30px 30px;
    border-radius: 9px;
    position: relative;
    filter: drop-shadow(0 0 19px rgba(44, 44, 44, 0.06));
    display: block;
    background: url(../images/in/icons-1.png) calc(100% - 30px) calc(100% - 18px) / auto no-repeat, white;
}

.item-tem::before {
    position: absolute;
    left: 30px;
    height: 4px;
    bottom: -4px;
    content: "";
    transition: 0.3s;
    background: #364059;
    border-radius: 0 0 8px 8px;
    width: calc(100% - 60px);
}

.item-tem:hover:before {
    width: 100%;
    bottom: 0;
    left: 0;
}

.item-tem .tem-text {
    font-size: 15px;
    line-height: 20px;
    color: #5d5d5d;
    height: 250px;
    overflow: hidden;
    font-weight: 400;
    font-family: "Poppins";
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    /* number of lines to show */
    line-clamp: 11;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.item-tem .prenom {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #5d5d5d;
    transition: all 1s;
}

.item-tem .date {
    color: rgba(153, 153, 153, 255);
    font-family: 'Poppins', sans-serif;
    font-style: italic;
    font-size: 13px;
}

.item-tem .list-star-2 {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.item-tem .list-star-2 i {
    color: #364059;
    display: inline-block;
    font-size: 20px;
}

.item-tem .list-star-2 .empty {
    color: #cacaca;
}

.item-tem:hover .icon {
    background-color: #364059;
    color: white;
}

.item-tem:hover .prenom {
    color: #2e2e60;
}

.item-tem .img {
    margin-bottom: 15px;
}

.diagAdvisor h2,
.diagAdvisor p {
    display: none;
}

.diagAdvisor .cercle {
    border-color: #364059!important;
    color: #424242!important;
    height: 103px !important;
    width: 103px !important;
    line-height: 104px !important;
    font-size: 44px !important;
    border-radius: 50% !important;
    font-family: "Poppins", sans-serif;
}

.diagAdvisor .italic {
    font-family: 'Poppins', sans-serif !important;
    color: #5d5d5d !important;
    display: block !important;
    font-size: 12px !important;
    font-family: 'Poppins', sans-serif;
}

.diagAdvisor .btn-avis {
    position: relative;
    background-color: #f5f5f5 !important;
    color: #989898 !important;
    border-color: #989898 !important;
    font-family: 'Poppins', sans-serif !important;
    transition: 0.5s;
}

.diagAdvisor .btn-avis:hover {
    background-color: #364059 !important;
    color: #fff !important;
    border-color: #364059 !important;
    font-family: 'Poppins', sans-serif !important;
}

.diagAdvisor .star {
    background-color: white !important;
}

.fa-star.full {
    background-color: #364059 !important;
}

.title-cert {
    font-size: 26px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 20px;
}

.home-page {
    background: url(../images/diag/deco-1.png) right 88%/auto no-repeat;
}

.home-sect section {
    position: relative;
    z-index: 3;
}

.home-sect.contact-page::before {
    display: none;
}

.home-sect::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 750px;
    content: '';
    z-index: 1;
    background: url(../images/mt/b-3.jpg) center top/cover no-repeat;
}

.geo-box {
    position: relative;
    padding-bottom: 75px;
}

.geo-box::before {
    top: 0;
    right: 0;
    z-index: 1;
    content: '';
    border-radius: 20px;
    height: 100%;
    position: absolute;
    width: calc(100% - 306px);
    background: url(../images/mt/b-2.jpeg) left center/cover no-repeat;
}

.geo-box .text-box {
    max-width: 680px;
    z-index: 3;
    position: relative;
    padding: 50px 0;
    padding-right: 50px;
    background-color: white;
    border-radius: 0 0 25px 0;
    margin-bottom: 80px;
}

.geo-box .text-box .title {
    font-size: 28px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 30px;
}

.geo-box .text-box .text {
    color: #808080;
    padding-left: 75px;
}

.geo-box .link-box {
    z-index: 3;
    display: flex;
    font-size: 16px;
    max-width: 350px;
    color: #282828;
    font-weight: 500;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.geo-box .link-box::before {
    position: absolute;
    top: 50%;
    height: 1px;
    right: 98px;
    content: '';
    width: 133px;
    background-color: #9a9aa1;
    transform: translateY(-50%);
}

.step-sect {
    position: absolute;
    left: 0;
    width: 100%;
    top: 150px;
    z-index: 3;
}

.step-box {
    background-color: white;
    padding: 0 10px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.step-box .col-xl:not(:last-child) .item .icon:before {
    position: absolute;
    top: 50%;
    height: 7px;
    content: '';
    width: 140px;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    background: url(../images/mt/dec-3.png) left center/auto no-repeat;
}

.step-box .item {
    position: relative;
    padding: 25px 10px;
    text-align: center;
}

.step-box .item .icon {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    background-color: #bdcfe6;
    border-radius: 10px;
    margin: 0 auto 10px;
    width: 72px;
    height: 72px;
}

.step-box .item:hover .icon {
    background-color: #364059;
}

.step-box .item .title {
    font-weight: 600;
    color: #282828;
}

.step-box .item .desc {
    color: #808080;
    font-size: 13px;
}

.step-box .item:hover .title,
.step-box .item:hover .desc {
    color: #364059;
}

.step-box.contact-list {
    box-shadow: none;
}

.step-box.contact-list .item {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    background-color: white;
    height: 100%;
    border-radius: 15px;
}

.step-box.contact-list .item .num {
    font-size: 28px;
    font-weight: 500;
    color: #808080;
}

.diag-slide .item {
    display: block;
    padding: 8px 6px;
    background-color: #fff;
}

.diag-slide .item .img {
    height: 174px;
    width: 100%;
}

.diag-slide .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.diag-slide .item .content {
    padding: 56px 18px 30px;
    position: relative;
    z-index: 2;
}

.diag-slide .item .content .icon {
    left: 50%;
    position: absolute;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -44px;
    border: 4px solid #fff;
    background-color: #364059;
    transform: translateX(-50%);
}

.diag-slide .item .content .title {
    font-size: 20px;
    line-height: 24px;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Poppins";
}

.diag-slide .item .content .desc {
    font-size: 16px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    color: #5d5d5d;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "Poppins";
}

.diag-slide .item .content .link {
    font-size: 14px;
    color: #364059;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Poppins";
}

.diag-slide .item .content .link span {
    font-size: 20px;
    position: relative;
}

.google-sect {
    background: url(../images/to/b-1.jpg) center/cover no-repeat;
    text-align: center;
    font: normal normal bold 30px/1 'Poppins';
    color: #fff;
}

.social {
    z-index: 4;
    right: 30px;
    top: 430px;
    position: absolute;
}

.social a {
    display: inline-block;
}

.diag-box {}

.coord-contact {
    padding: 50px 0 20px;
    color: white;
    background: linear-gradient(to right, #364059, #66aee7);
}

.coord-contact a {
    color: white;
}

.coord-contact .item:not(:last-child) {
    border-right: 1px solid white;
}

.coord-contact .item .content {
    display: table;
    margin: 0 auto;
    padding-left: 55px;
    position: relative;
}

.coord-contact .item .content img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.coord-contact .item .content .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.coord-contact .item .content .desc {
    font-size: 16px;
}

.list-serv {
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
}

.list-serv a {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.list-serv a:last-child {
    border-bottom: none;
}

.list-serv a i {
    color: #364059;
    margin-right: 5px;
}

.list-serv a:hover {
    color: #364059;
}

.act-box {
    max-width: 700px;
    margin: 0 auto;
}

.act-box .act-slide .owl-stage-outer {
    overflow: visible;
}

.act-box .act-slide .owl-stage {
    align-items: flex-start;
    display: flex;
}

.act-slide .item {
    transition: 0.3s;
    position: relative;
}

.act-slide .active .item .img {
    height: 374px;
}

.act-slide .owl-item {
    padding-top: 22px;
    padding-bottom: 122px;
    transition: 0.3s;
}

.act-slide .owl-item.active {
    padding-bottom: 100px;
    padding-top: 0;
    transition: 0.3s;
}

.act-slide .item .img {
    height: 330px;
    background-size: cover;
    transition: 0.3s;
    background-position: center;
}

.act-slide .item .content {
    display: none;
}

.act-slide .item .content {
    position: absolute;
    z-index: 1;
    max-width: calc(100% - 180px);
    left: 90px;
    width: 100%;
    line-height: 1;
    padding: 20px;
    bottom: -63px;
    background-color: white;
    text-align: center;
}

.act-slide.one-slide .item .content {
    padding: 40px 0;
}

.act-slide .item .content .date {
    font-family: 'Poppins';
    color: #1c1c1c;
    margin-bottom: 10px;
}

.act-slide .item .content .title {
    font-family: 'Poppins';
    color: #1c1c1c;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.act-slide .item .content .desc {
    font-family: 'Poppins';
    color: #1c1c1c;
    font-size: 16px;
}

.act-slide .owl-item.active .item .content {
    display: block;
}

.act-slide.owl-carousel .owl-dots {
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    bottom: 0;
    margin: 30px 0;
    text-align: center;
}

.act-slide.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
    width: 10px;
    border-radius: 0;
    padding: 0;
    height: 10px;
    background-color: #364059;
    opacity: 0.4;
    transition: 0.4s step-end;
}

.act-slide.owl-carousel .owl-dots .owl-dot:hover,
.act-slide.owl-carousel .owl-dots .owl-dot.active {
    opacity: 1;
}

.text-news {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Poppins';
    color: white;
}

.news-box {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.form-newsletters .form-control {
    padding: 15px 15px 15px 25px;
    background-color: #ffffff;
    border: none;
    line-height: 23px;
    height: 53px;
    color: #000;
    outline: none;
    border-radius: 5px;
    font-size: 14px;
}

.form-newsletters .form-control::placeholder {
    color: #000;
}

.valeur-section {
    padding: 75px 0 150px;
    position: relative;
    z-index: 2;
    background-color: #e1e1e1;
}

.valeur-section::before {
    position: absolute;
    width: 100%;
    content: '';
    height: 110px;
    z-index: -2;
    background-color: white;
    bottom: 0;
    left: 0;
}

.valeur-section::after {
    position: absolute;
    width: calc((100% - 1170px) / 2 + (1140px / 2) - 129px);
    content: '';
    height: 100%;
    z-index: -1;
    top: 0;
    right: 0;
    background: url(../images/diag/back-0.jpeg) left center / cover no-repeat;
}

.avantage-section {
    padding: 220px 0 60px;
    position: relative;
    z-index: 1;
}

.avantage-section .back-avt {
    position: absolute;
    left: 0;
    top: 60px;
    width: 55%;
    height: calc(100% - 160px - 60px);
    z-index: 0;
}

.avantage-section .back-avt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
}

.avantage-section .content-avt {
    padding: 65px 30px 65px 70px;
    background-color: white;
    width: 55%;
    min-width: 1140px;
    margin-left: auto;
    max-width: 100%;
    filter: drop-shadow(0 0 40px rgba(0, 0, 0, 0.1));
}

.avantage-section .content-avt .bloc-text {
    max-width: 747px;
}

.list-avt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px 40px;
    flex-wrap: wrap;
}

.list-avt .item {
    display: flex;
    align-items: center;
    height: 123px;
    text-align: center;
    position: relative;
    z-index: 1;
    justify-content: flex-start;
}

.list-avt .item .title {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Montserrat";
}

.list-avt .item .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    opacity: 0.25;
    transform: translate(-50%, -50%);
}

.item-avt {
    position: relative;
    z-index: 1;
    padding: 23px 0;
}

.item-avt::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #1d1d1b;
    opacity: 0.2;
}

.item-avt .number {
    opacity: 0.102;
    font-size: 51px;
    color: #1d1d1b;
    font-weight: 700;
    line-height: 1;
    font-family: "Poppins";
}

.item-avt .icon {
    margin-bottom: 20px;
    height: 67px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.item-avt .title {
    font-size: 18px;
    color: #1d1d1b;
    font-weight: 700;
    font-family: "Poppins";
    line-height: 1.2;
    margin-bottom: 10px;
}

.item-avt .desc {
    font-size: 16px;
    color: #1d1d1b;
    margin-bottom: 20px;
    line-height: 22px;
    font-weight: 400;
    font-family: "Poppins";
}

.list-contact .item-avt .desc {
    height: 44px;
}

.item-avt.item-middle {
    background-color: #424242;
    margin-left: 26px;
}

.item-avt .desc a {
    color: #5d5d5d;
}

.title-ass {
    font-size: 16px;
    font-weight: 500;
    color: #1c1c1c;
    text-transform: uppercase;
}

.presta-section {
    padding: 55px 0 10px;
    position: relative;
    z-index: 2;
    background-color: #e1e1e1;
}

.presta-section::before {
    position: absolute;
    width: 100%;
    content: '';
    height: 265px;
    z-index: -2;
    background-color: white;
    bottom: 0;
    left: 0;
}

.presta-slide {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.presta-slide .item {
    position: relative;
    text-align: center;
    display: block;
    z-index: 2;
    padding: 0 29px 29px;
}

.presta-slide .item::before {
    position: absolute;
    left: 0;
    border-radius: 20px;
    bottom: 0;
    width: 100%;
    height: calc(100% - 19px);
    content: "";
    background-color: white;
    border-radius: 10px;
    z-index: -1;
}

.presta-slide .item .img {
    position: relative;
    transition: 0.3s;
    height: 289px;
    border-radius: 15px;
    overflow: hidden;
}

.presta-slide .item .img::before {
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s;
    height: 100%;
    content: '';
    transform: translateX(-100%);
    z-index: 2;
    opacity: 0.7;
    width: 100%;
    background-color: #1d1d1b;
}

.presta-slide .item:hover .img::before {
    transform: translateX(0);
}

.presta-slide .item .img>img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    object-fit: cover;
}

.presta-slide .item .img .icon {
    position: absolute;
    bottom: 13px;
    right: 12px;
    width: 75px;
    height: 72px;
    display: flex;
    transition: 0.3s;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 2;
    border-radius: 10px 0 10px 0;
}

.presta-slide .item .img .icon img {
    object-fit: none;
    max-width: 45px;
    transition: 0s;
    width: auto;
}

.presta-slide .item:hover .img .icon {
    background-color: #364059;
}

.presta-slide .item:hover .img .icon img {
    filter: contrast(0) brightness(10);
}

.presta-slide .item .title {
    font-size: 20px;
    color: #1d1d1b;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
    line-height: 26px;
    height: 26px;
    margin-top: 23px;
    overflow: hidden;
}

.presta-slide.owl-carousel .owl-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1600px;
    max-width: 100vw;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0;
    transform: translate(-50%, -50%);
}

.presta-slide.owl-carousel .owl-nav .owl-prev,
.presta-slide.owl-carousel .owl-nav .owl-next {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #1d1d1b;
    opacity: 0.25;
    font-size: 124px;
}

.presta-slide.owl-carousel .owl-nav .owl-prev:hover,
.presta-slide.owl-carousel .owl-nav .owl-next:hover {
    opacity: 1;
}

.assurance-section {
    background-color: #f2f2f2;
}

.assurance-section.intern-page {
    background-color: #fff;
}

.avis-slide.owl-carousel {
    filter: drop-shadow(0 0 15px rgba(40, 40, 40, 0.15));
}

.avis-slide .item {
    display: block;
    background-color: #fff;
    padding: 45px 55px 55px;
    transition: 0.3s;
    border-radius: 9px;
}

.avis-slide .item:hover {
    background-color: #364059;
}

.avis-slide .item .icon img {
    transition: 0s;
    width: auto;
    display: inline-block;
    margin-bottom: 22px;
}

.avis-slide .item:hover .icon img {
    filter: contrast(0) brightness(10);
}

.avis-slide .item .desc {
    font-size: 18px;
    color: #7d7463;
    font-weight: 400;
    line-height: 24px;
    height: 96px;
    overflow: hidden;
    transition: 0s;
    margin-bottom: 20px;
    font-family: "Poppins";
}

.avis-slide .item .title {
    font-size: 18px;
    line-height: 1.2;
    color: #7d7463;
    font-weight: 700;
    transition: 0s;
    font-family: "Poppins";
}

.avis-slide .item:hover .title,
.avis-slide .item:hover .desc {
    color: #fff;
}

.avis-slide.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 50px;
}

.avis-slide.owl-carousel .owl-dots .owl-dot {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    border: 1px solid #1d1d1b;
    display: block;
    padding: 0;
    position: relative;
}

.avis-slide.owl-carousel .owl-dots .owl-dot::before {
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #1d1d1b;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.avis-slide.owl-carousel .owl-dots .owl-dot:hover,
.avis-slide.owl-carousel .owl-dots .owl-dot.active {
    border: 1px solid #364059;
}

.avis-slide.owl-carousel .owl-dots .owl-dot:hover:before,
.avis-slide.owl-carousel .owl-dots .owl-dot.active::before {
    background-color: #364059;
}

.footer-separator {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
    gap: 24px;
}

.footer-separator::before,
.footer-separator::after {
    content: "";
    flex: 1;
    height: 3px;
    width: 100%;
    background-color: #fff;
}

.item-diag {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 111px;
    flex-direction: column;
    position: relative;
    transition: 0.3s;
    gap: 5px;
    border-radius: 16px;
    filter: drop-shadow(0 0 15px rgba(54, 64, 89, 0.15));
    background-color: #ffffff;
}

.item-diag:hover {
    background-color: #364059;
}

.item-diag .icon {
    display: flex;
    height: 39px;
    align-items: center;
    justify-content: center;
}

.item-diag .title {
    font-size: 18px;
    color: #364059;
    line-height: 1.1;
    font-weight: bold;
    font-family: "Poppins";
}

.item-diag:hover .title {
    color: white;
}

.services-slide .item {
    padding: 0 0 105px;
    display: block;
    position: relative;
}

.services-slide .item .img {
    height: 409px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.services-slide .item .img::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    height: 500px;
    content: "";
    z-index: 1;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 500px;
    background-color: rgba(255, 255, 255, .20);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 200ms ease;
}

.services-slide .item:hover .img::before {
    transform: translate(-50%, -50%) scale(2);
    transition: all 700ms ease;
}

.services-slide .item .img img {
    width: 100%;
    position: relative;
    z-index: 0;
    height: 100%;
    object-fit: cover;
}

.services-slide .item .content-bottom {
    position: absolute;
    left: 0;
    bottom: 105px;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.services-slide .item .content-bottom .content {
    padding: 27px 15px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: calc(100% - 80px);
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
}

.services-slide .item .content-bottom .content .title {
    position: relative;
    font-size: 24px;
    line-height: 1;
    color: #1d1d1b;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.services-slide .item .content-bottom .content .title::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 124px;
    height: 2px;
    content: "";
    transform: translateX(-50%);
    background-color: #364059;
}

.services-slide .item .content-bottom .content .desc {
    opacity: 0.671;
    font-size: 15px;
    line-height: 21px;
    color: #1d1d1b;
    font-weight: 400;
}

.services-slide .item .content-bottom .content .link {
    font-size: 15px;
    line-height: 21px;
    color: #1d1d1b;
    font-weight: 400;
    margin-top: 0px;
    position: relative;
    transition: 0.5s all ease;
    height: 0;
    overflow: hidden;
}

.services-slide .item:hover .content-bottom .content .link {
    height: 21px;
    margin-top: 15px;
}

.intern-contact {
    padding: 50px 45px;
    background: url(../images/ag/back-3.jpg) center/cover no-repeat;
    border: 30px solid #fff;
    max-width: 400px;
    margin: 0 auto;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}

.intern-contact .title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
}

.intern-contact .title b {
    font-weight: bold;
    font-size: 21px;
    display: block;
    margin-bottom: 0px;
}

.intern-contact .text-foot {
    margin-bottom: 5px;
}

.intern-contact .btn-2 {
    border-color: #fff;
    color: #fff;
}

.intern-contact .btn-2 span:not(.btn-title) {
    background-color: #fff;
}

.intern-contact .btn-2:hover .btn-title {
    color: #364059;
}

.item-contact {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    border-radius: 16px;
    filter: drop-shadow(0 0 15px rgba(54, 64, 89, 0.15));
    background-color: #ffffff;
    border: 0px solid #171718;
}

.item-contact.item-black {
    background: url(../images/ag/back-4.jpg) left top /cover no-repeat;
}

.item-contact .icon {
    height: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-contact .title {
    font-size: 30px;
    text-transform: uppercase;
    color: #364059;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
    line-height: 1;
}

.item-contact .desc {
    font-size: 18px;
    color: #364059;
    font-weight: 700;
    font-family: "Poppins";
}

.item-contact .desc a {
    color: #364059;
}

.item-contact.item-black .title,
.item-contact.item-black .desc {
    color: #fff;
}

.back-1 {
    background: url(../images/diag/back-1.jpg) center bottom / cover no-repeat;
    padding: 105px 0 105px;
    border-bottom: 1px solid #171718;
}

.back-2 {
    background: url(../images/diag/back-2.jpg) center bottom / cover no-repeat;
    padding: 105px 0 105px;
    border-bottom: 1px solid #171718;
}

.service-footer {
    position: relative;
    z-index: 1;
    margin-top: -33px;
    padding: 0 0 30px;
}

.service-footer::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% - 33px);
    width: 100%;
    z-index: -1;
    content: "";
    background-color: #364059;
}

.list-service {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px 40px;
    padding: 20px 30px;
    border-radius: 16px;
    flex-wrap: wrap;
    background-color: #ffffff;
    border: 4px solid #364059;
}

.list-service a {
    font-size: 16px;
    line-height: 26px;
    color: #364059;
    font-weight: 700;
    font-family: "Poppins";
}

.list-service a:hover {
    color: #43c6ac;
}

.item-footer {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.item-footer a {
    color: #fff;
}