.textCouleur {
    margin-bottom: 40px;
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFA800;
    margin-top: 60px;
    margin-bottom: 15px;
}



@font-face {
    font-family: 'Avenir Light';
    src: local('Avenir Light'), local('Avenir-Light'),
        url('../fonts/Avenir-Light.woff2') format('woff2'),
        url('../fonts/Avenir-Light.woff') format('woff'),
        url('../fonts/Avenir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir Book';
    src: local('Avenir Book'), local('Avenir-Book'),
        url('../fonts/Avenir-Book.woff2') format('woff2'),
        url('../fonts/Avenir-Book.woff') format('woff'),
        url('../fonts/Avenir-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }  
@font-face {
    font-family: 'Avenir Black';
    src: local('Avenir Black'), local('Avenir-Black'),
        url('../fonts/Avenir-Black.woff2') format('woff2'),
        url('../fonts/Avenir-Black.woff') format('woff'),
        url('../fonts/Avenir-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }

body{
	min-width: 320px;
	font-family: 'Avenir Book', sans-serif;
   	color: #000000;
	background-color: #EBEBEB;
    font-size: 16px;
}
img{
	max-width: 100%;
	height: auto;
}
section{
	padding: 50px 0;
}
a{
	text-decoration: none;
}
*:hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} 
html, body {
    height: 100%;
}
ul, ol {
    margin: 0;
    padding: 0;
}
ul {
    list-style:none;
}
dd {
    margin: 0 0 0 40px;
}
nav ul,
nav ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*** Main CSS  **********************************/
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    z-index: 1;
    height: 100%;
}
.header .header_top{
    /*background: #115798;*/
    padding: 50px 0 20px;
}
.header .header_top.grad {
    /*background: linear-gradient(180deg, #115798 17.19%, #1A96AE 100%);*/
    padding: 50px 0;
}
.header{
	background: #115798;
}
section.header{
    width: 100%;
    height: auto;
    /*background: linear-gradient(180deg, #115798 17.19%, #1A96AE 100%);*/
    position: relative;
    padding: 0 0 0 0;
    
}
/*section.header::after{
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    background: url(../img/wave.svg);
}*/
/*.bottom-shape-img {
    bottom: -55px;
    width: 100%;
    position: absolute;
    z-index: 1;
}*/
.header-logo-content{
    min-width: 120px;
}
.header-menu-content{
    color: #fff;
}
.header-menu-content .mainmenu li {
    position: relative;
}
.header-menu-content .mainmenu li a {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.header-menu-content .mainmenu nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.header-menu-content .mainmenu nav ul ul.sub-menu {
    display: flex;
    flex-direction: column;
}
.mainmenu nav ul li ul.sub-menu {
    background: #EBEBEB;
    border: 1px solid #C4C4C4;
    width: 210px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    left: 0;
    box-shadow: 0 3px 20px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;    
    padding: 12px;
    z-index: 10;
}
.mainmenu nav ul li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.mainmenu .sub-menu li a{
    margin-bottom: 7px;
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #115798;
    transition: all .3s;
}
.mainmenu .sub-menu li a:hover{
    color: #FFA800;
}
.header_main{
    padding-top: 150px;
    background: linear-gradient(180deg, #115798 17.19%, #1A96AE 100%);
    position: relative;
	padding-bottom: 70px;
    /*background-image: url(../img/head-img.svg);
    background-repeat: no-repeat;
    background-position: right 80%;
    height: 85%;
    background-size: contain;*/
}
.header_main .fon{
    position: absolute;
    right: 10%;
    top: 0;
}
.header_main .header{
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 76px;
    /*display: flex;*/
    align-items: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFA800;
	background: transparent;
}
.header_main .header2{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    /*display: flex;*/
    align-items: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: 15px;
	margin-bottom: 30px;
}
}
.header_main .header_text{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #fff;
    margin-top: 15px;
}
.header_wrap .header_text {
  color: #fff;
}
.btn_wrap{
    padding-top: 50px;
}
.btn_wrap .request-now{
    background: #FFA800;
    border: 2px solid #FFA800;
    align-items: center;
    padding: 12px 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #115798;
    border-radius: 50px;
    transition: all .3s;
    width: 293px;
}
.btn_wrap .request-now:hover{
    background: #FB872B;
    border: 2px solid #FB872B;
}
.main-banner-image{
    position: relative;
    display: block;
    z-index: 1;
}
.main-banner-image img{
    max-width: 825px;
}
.bottom-shape-img{
    position: relative;
    bottom: 200px;
}
section.obligations{
    padding: 94px 0 0 0;
    text-align: center;
	margin-top: -250px;
}
section.obligations h3{
     font-family: 'Comfortaa';
     font-style: normal;
     font-weight: 700;
     font-size: 48px;
     line-height: 50px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFA800;
}
section.obligations h5{
   font-family: 'Comfortaa';
   font-style: normal;
   font-weight: 700;
   font-size: 24px;
   line-height: 27px;
     align-items: center;
   letter-spacing: 0.04em;
    color: #115798;
    margin-top: 20px;    
}
section.obligations .obligations_text{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #000000;  
     margin-top: 20px;  
}
section.obligations .dots{
    margin-top: 20px;
}
section.services{
    padding: 0 0 130px 0;
}
.services .service_block{
    display: flex;
    flex-direction: column;
}
.services .service_wrap{
    display: flex;
    //margin-bottom: 120px;
}
.services .service_block .title{
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.04em;
    color: #115798;
    margin-bottom: 20px;
}
.services .service_block .text{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #000000;
    margin-bottom: 35px;
    margin-top: 20px;
	text-align: justify;
}
.request-now{
    background: #FFA800;
    border: 2px solid #FFA800;
    align-items: center;
    padding: 12px 16px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #115798;
    border-radius: 50px;
    transition: all .3s;
}
.link_block a{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.04em;
    text-decoration-line: underline;
    color: #115798;
}
section.suivi{
    padding: 100px 0;
    background: linear-gradient(180deg, #115798 17.19%, #1A96AE 100%);
    width: 100%;
    height: 760px;
    text-align: center;
}
.suivi .title, .crm .title, .reviews .title, .contact .title{
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFA800;
}
.suivi .text{
     font-family: 'Comfortaa';
     font-style: normal;
     font-weight: 700;
     font-size: 24px;
     line-height: 27px;
     letter-spacing: 0.04em;
     color: #F2F2F2;
     margin-top: 20px;
}
.suivi_wrap{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
}
.suivi_wrap img{
    width: 70px;
}
.suivi_wrap img.img_sert{
    width: 300px;
}

.suivi_wrap .h4{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: 40px;
}
section.crm{
    padding: 100px 0;
    background: #EBEBEB;
    text-align: center;
}
section.crm .text{
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 0.04em;
    color: #115798;
    margin-top: 20px;
}
.crm .dots{
   margin-top: 25px;
}
.crm .crm_wrap{
    display: flex;
    margin-bottom: 100px;
    margin-top: 100px;
}
.crm .crm_wrap .text{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #000000;
}
.footer-area{
    background: linear-gradient(180deg, #115798 19.34%, #125C9A 56.85%, #1A96AE 112.53%);
    font-weight: 100%;
   /* height: 954px;*/
    text-align: center;
}
.footer-area .bottom-shape-img {
    position: relative;
    bottom: 0;
  }
  .contact_wrap .contact_title, .contact_wrap .contact_title a{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.04em;
    color: #FFA800;
  }
  .contact_wrap .contact_email,   .contact_wrap .contact_email a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: 15px;
  }
  .contact_wrap .contact_phone, .contact_wrap .contact_phone a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    margin-top: 5px;
    margin-bottom: 35px;
  }
.bottom_menu_wrap{
    margin-top: 110px;
}
.col_menu_wrap{
    text-align: left;
}
.col_menu_wrap .title, .col_menu_wrap .title a{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #F2F2F2;
}
.col_menu_wrap .menu_item_wrap{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    color: #fff;
}
.menu_item_wrap a.item_link{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #F2F2F2;
    text-decoration: none;
}
.menu_item_wrap a.item_link:hover{
    text-decoration: underline;
}
.footer_copyright_wrap{
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-area .form_wrap{
    background: #fff;
    text-align: left;
    padding: 30px 50px;
    border-radius: 10px;
    position: relative;
    bottom: 271px;
	margin-top: 70px;
}
}
.footer-area .row_style{
    margin-bottom: -225px;
}
.footer-area .form_wrap .btn_wrap{
    text-align: center;
}
.form-control.text-area{
    height: 200px;
}
.form_wrap .form-heading{
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #FFA800;
    margin-top: 60px;
    margin-bottom: 15px;
}
.form_wrap .form-heading2{
  font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.04em;
    color: #115798;
    margin-bottom: 35px;
}
.form_wrap .form-heading3{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #115798;
    margin-bottom: 10px;
}
.header_menu_mobile{
    display: none;
}
.text ul { 
    list-style-type: disc; /* Маркеры в виде квадрата */
    list-style-position: outside; /* Маркеры размещаются за пределами текстового блока */
    color: #000; /* Цвет текста списка */
   }
.link_to a {
  font-family: 'Avenir Book';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-decoration: underline;
}
/***  2 pages       ***/
section.header_two {
    width: 100%;
    height: auto;
    /*background: linear-gradient(180deg, #115798 17.19%, #1A96AE 100%);*/
    position: relative;
    padding: 0 0 0 0;
}
.header_wrap_two{
    text-align: center;
}
.header_main_two {
    padding-top: 50px;
   /* background-image: url(../img/head-img.svg);
    background-repeat: no-repeat;
    background-position: right 80%;
    background-size: contain;*/
    background: linear-gradient(180deg, #115798 17.19%, #1A96AE 100%);
    position: relative;
    /*height: 85%;*/
	padding-bottom: 50px;
}
.header_main_two .header {
    font-family: 'Comfortaa';
    font-style: normal;
    font-weight: 500;
    font-size: 47px;
    line-height: 76px;
    /* display: flex; */
    align-items: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFA800;
}
.header_wrap_two .header_text{
	color: #fff;
}
.header_main_two .dots{
    margin-top: 20px;
}
section.line1 {
    padding: 100px 0;
    background: #EBEBEB;
    text-align: center;
}
.line1 .dots{
    display: flex;
    align-items: center;
    align-content: center;
}
.line1 .suivi_wrap{
    margin-top: 0;
}
.line1 .suivi_wrap img {
    height: 200px;
    width: auto;
}
section.reviews {
    padding: 100px 0;
    background: #EBEBEB;
    text-align: center;
}
.reviews .reviews_item{
    background: #FAFAFA;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 25px 20px;
    text-align: center;
    margin: 50px 15px;
    display: inline-block;
}
.reviews_item .title_block{
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
    justify-content: space-around;
}
.reviews_item .fio_wrap .name{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #333333;
}
.reviews_item .fio_wrap .date{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-left: 10px;
}
.reviews_item .stars_block{
    display: inline-flex;
    align-items: center;
    align-content: center;
}
.reviews_item .stars_block .stars{
    display: inline-flex;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0
}
section.all_text {
    padding: 50px 0 0;
    background: #EBEBEB;
    text-align: center;
}
.all_text .text_title{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #115798;
    margin: 30px 0;
}
.all_text .text2{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #000000;
    margin: 30px 0 100px;
}
.breadcrumbs{
    display: flex;
}
.breadcrumbs a{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #FFA800;
}
.breadcrumbs .separator{
    color: #FFA800;
    margin: 0 5px;
}
section.box3{
    margin-bottom: 150px;
}
.box3 .heading{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #115798;
    text-align: center;
    margin-bottom: 80px;
}
.box3 .box3_wrap{
    margin-bottom: 85px;
	text-align: center;
}
.box3 .btn_wrap{
    text-align: center;
}
.box3_block .img{
    margin-bottom: 25px;
    //height: 55px;
}
.box3_block .img img{
	height: 100px;
}
.box3_block .title{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.04em;
    color: #115798;
    margin-bottom: 20px;
}
.box3_block .text{
    font-family: 'Avenir Book';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.04em;
    color: #000000;
}
section.contact {
    padding: 100px 0;
    background: #EBEBEB;
    text-align: center;
	margin-bottom: 50px;
}
section.contact .email a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.04em;
	color: #115798;
}
section.contact .phone a {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.04em;
	color: #115798;
}
section.contact .email, section.contact .phone{
	margin-bottom: 10px;
}
.form_wrap2 .form_wrap {
  background: #fff;
  text-align: left;
  padding: 30px 50px;
  border-radius: 10px;
  position: relative;
  height: auto;
  margin-bottom: 100px;
 }
.form_wrap2  .form_wrap .btn_wrap {
  text-align: center;
}
section.services {
  padding: 100px 0 130px 0;
}
.accordion-button:not(.collapsed) {
  color: #115798;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:focus {
  z-index: 3;
  border-color: teal;
  outline: 0;
  box-shadow: none;/*0 0 0 .25rem rgba(13,110,253,.25);*/
}
.accordion .accordion-item{
	margin-bottom: 20px;
	box-shadow: 6px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 2px;
}
.btn_wrap2{
  padding-top: 5px;
}
.btn_wrap2 .request-now2{
  background: #FFA800;
  border: 2px solid #FFA800;
  padding: 12px 16px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #115798;
  border-radius: 50px;
  transition: all .3s;
  width: auto;
  margin-bottom: 15px;
}
.btn_wrap2 .request-now2:hover {
  background: #FB872B;
  border: 2px solid #FB872B;
}
.header.grad {
  background: linear-gradient(180deg, #115798 17.19%, #1A96AE 100%);
}
.breadcrumbs-section {
  padding-bottom: 20px;
}
.section_back{
	margin-bottom: 105px;
	text-align: center;
}
.link_block {
	padding: 50px 0;
}
.reviews_item  .image_human img{
	border-radius: 50%;
}
.reviews_item  .image_human{
	max-width: 60px;
}
.service_wrap .img_wrap{
	margin: 0 auto;
    position: relative;
}
.stickers {
    right: 0;
    top: 10px;
    position: absolute;
    z-index: 3;
}
.stickers .sticker_badge img {
	width: 100px;
}
/*********************** Media *****************************************/
@media(max-width:1399px) {
	
}
@media(max-width:1199px) {
   
@media(max-width:991px) {
             
}
@media(max-width:767px) {

}
@media(max-width:576px) {
    section.header {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, #115798 17.19%, #1A96AE 100%);
    position: relative;
    padding: 15px 0 0 0;
    }
    .header_menu_desktop .main-menu-content{
        display: none;
    }
    .header .header_top {
        padding: 0px 0;
    }
    .header_main {
        padding-top: 50px;
        background-image: none;
        background-repeat: no-repeat;
        background-position: right 80%;
        height: 85%;
        background-size: contain;
		background: linear-gradient(180deg, #115798 17.19%, #1A96AE 100%);
    }
    .header_main .fon {
        display: none;
    }
    .header_main .header_wrap{
        text-align: center;
        padding-bottom: 40px;
    }
    .header_main .header {
        font-weight: 500;
        font-size: 30px;
        line-height: 40px;
        display: inherit;

    }
    .btn_wrap {
        padding-top: 20px;
    }
    .main-banner-image {
        position: relative;
        display: block;
        z-index: 1;
        text-align: center;
        padding-top: 0;
    }
    .main-banner-image img {
        max-width: 325px;
    }
    .bottom-shape-img {
        position: relative;
        bottom: 15px;
        top: 1px;
    }
    section.obligations {
        padding: 10px 20px 30px 20px;
        text-align: center;
		position: relative;
		margin-top: 140px;
    }
    section.obligations h3 {
       font-size: 38px;

   }
    section.services {
        padding: 0 0 30px 0;
    }
    .services .service_wrap {
        display: block;
        margin-bottom: 30px;
        text-align: center;
    }
    .service_wrap img{
        max-width: 250px;
    }
    .services .service_block .title {
        font-size: 24px;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .bottom_menu_wrap {
        margin-top: 20px;
        /* text-align: center; */
    }
    .header-menu-content {
        color: #fff;
        display: none;
    }
    section.suivi {
    padding: 30px 0;
    height: auto;
    }
    .suivi_wrap {
        margin-top: 40px;
    }
    .suivi_wrap .h4 {
       margin-top: 20px;
   }
    .suivi .title, .crm .title {
        font-size: 30px;
    }
    .suivi .text {
       font-size: 21px;
    }
    section.crm {
    padding: 30px 0;
    }
    .footer-area .bottom-shape-img {
       bottom: 1px;
       top: -2px;
    }
    .footer-area .form_wrap {
       bottom: -10px;
   }
    .footer-area .row_style {
        margin-bottom: 20px;
    }
    .form_wrap .form-heading {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 15px;
    }
    .crm .crm_wrap {
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    /***** ****/
    .menu-btn-mobile {
        display: block;
        width: 50px;
        height: 50px;
        position: relative;
        z-index: 300;
    }
    .menu-btn-mobile span, .menu-btn-mobile span::before, .menu-btn-mobile span::after {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        left: 50%;
        margin-left: -18px;
        width: 36px;
        height: 2px;
        background-color: #fff;
    }
    .menu-btn-mobile span::before, .menu-btn-mobile span::after {
        content: '';
        display: block;
        transition: 0.3s;
    }
    .menu-btn-mobile span::before {
        transform: translateY(-7px);
    }
    .menu-btn-mobile span::after {
        transform: translateY(7px);
    }
    .menu-btn-mobile_active span::after {
        transform: rotate(-45deg);
    }
    .menu-btn-mobile_active span::before {
        transform: rotate(45deg);
    }
    .menu-btn-mobile_active span {
        height: 0;
    }
    .header_menu_mobile {
        width: 100%;
        background: linear-gradient(180deg, #115798 17.19%, #1A96AE 100%);
        height: 100vh;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-y: hidden;
        padding: 0 0 100px;
        list-style: none;
        display: block;
        transition: all .8s;
        opacity: 1;
        z-index: 200;
        transform: translateY(-100%);
    }
    .header_menu_mobile.toggled {
       width: 100%;
       background: linear-gradient(180deg, #115798 17.19%, #1A96AE 100%);
       padding: 15px 0 0 0;
       height: 100vh;
       position: fixed;
       top: 0;
       bottom: 0;
       left: 0;
       overflow-y: hidden;
       padding: 0 0 100px;
       list-style: none;
       display: block;
       transition: all .8s;
       opacity: 1;
       z-index: 100;
       transform: translateY(0);
   }
    .wrap-main-nav-area {
        margin: 15px;
        /* border: 1px solid #04050D; */
        height: 100%;
        border-radius: 15px;
    }
    .wrap-main-nav-area .logo_mobile {
        max-width: 150px;
        margin: 0 auto;
        padding: 10px 0;
        /* border-bottom: 1px solid; */
        width: 100%;
    }
    .wrap-main-nav-area .mobile_line {
        height: 1px;
        width: 100%;
        background: #fff;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .wrap-main-nav-area .main-nav-mobile{
        margin: 20px;
    }
    .main-nav-mobile li a{
        color: #fff;
        font-size: 23px;
    }
    .main-nav-mobile .sub-menu{
        display: block;
        padding: 5px 20px;
    }
    .main-nav-mobile .sub-menu.active {
        display: block;
        padding: 5px 20px;
    }
     .main-nav-mobile .sub-menu a {
      font-size: 20px
    }
    .col_menu_wrap {
        text-align: center;
    }
    body.lock {
        overflow-y: hidden;
    }
    .header_top.sticky {
    background: #115798;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     box-shadow: 0px 10px 20px -10px rgb(0 0 0 / 17%);
     z-index: 150;
     transition: all .5s;
     padding: 10px 0;
    }
    .header-logo-content {
        min-width: 120px;
        text-align: center;
    }
    section.line1 {
    padding: 25px 0;
    background: #EBEBEB;
    text-align: center;
    }
    .line1 .dots {
    display: block;
    align-items: center;
    align-content: center;
    padding: 20px 0;
    }
    .suivi .title, .crm .title, .reviews .title {
        font-style: normal;
        font-weight: 700;
        font-size: 30px;

    }
    section.all_text {
    padding: 30px 0;
    background: #EBEBEB;
    text-align: center;
    }
    section.box3 {
    margin-bottom: 150px;
    text-align: center;
    }
}