/*********************************************************************************

	Template Name: sasyx - Bootstrap 5 Template.
	Note: This is style css.

/*********************************************************************************
/*-- Variables --*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --color-primary: #fff;
  --color-secondary: #f86f03;
  --color-secondary-alt: #fff6f4;
  --color-tertiary: #ffa41b;
  --color-tertiary-2: #7152e9;
  --color-dark: #3f0052;
  --color-body: #043d71;
  --color-heading: #043d71;
  --color-white: #ffffff;
  --color-shape: #eeeeee;
  --color-shade: #f5f5f5;
  --color-border: #eeeeee;
  --color-black: #000000;
  --color-blackest: #0f0f11;
  --color-extra01: #666666;
  --color-extra02: #606770;
  --color-extra03: #fbfbfd;
  --color-extra04: #1a1a1a;
  --color-extra05: #242424;
  --color-extra06: #dbf1c0;
  --color-extra07: #c6ece8;
  --color-extra08: #c3ecce;
  --color-success: #3eb75e;
  --color-danger: #ff0003;
  --color-warning: #ff8f3c;
  --color-info: #1ba2db;
  --color-facebook: #3b5997;
  --color-twitter: #1ba1f2;
  --color-youtube: #ed4141;
  --color-linkedin: #0077b5;
  --color-pinterest: #e60022;
  --color-instagram: #c231a1;
  --color-vimeo: #00adef;
  --color-twitch: #6441a3;
  --color-discord: #7289da;
  --border-width: 2px;
  --radius-small: 5px;
  --radius: 10px;
  --radius-big: 16px;
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --shadow-primary: 0px 8px 30px rgba(0, 0, 0, 0.04);
  --shadow-light: 1px 1px 6px rgba(0, 0, 0, 0.25);
  --shadow-lighter: 4px 4px 20px 20px rgba(0, 0, 0, 0.01);
  --transition: 0.3s;
  --transition-2: 0.7s;
  --transition-transform: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Poppins";
  --font-awesome: "Font Awesome 5 Pro";
  --font-size-b1: 18px;
  --font-size-b2: 16px;
  --font-size-b3: 14px;
  --font-size-b4: 12px;
  --line-height-b1: 1.67;
  --line-height-b2: 1.63;
  --line-height-b3: 1.6;
  --line-height-b4: 1.3;
  --h1: 72px;
  --h2: 68px;
  --h3: 40px;
  --h4: 32px;
  --h5: 24px;
  --h6: 20px;
  --h1-lineHeight: 1.25;
  --h2-lineHeight: 1.24;
  --h3-lineHeight: 1.4;
  --h4-lineHeight: 1.38;
  --h5-lineHeight: 1.5;
  --h6-lineHeight: 1.6;
}

/**
 * Mixins Styels
 */
/**
 * Reset Styels
 */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #3c4feb;
}

a:focus {
  outline: none;
}

address {
  margin: 0 0 24px;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: var(--color-primary);
  color: #ffffff;
}

code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

kbd,
ins {
  color: #ffffff;
}

pre,
pre.wp-block-code {
  font-family: "Courier 10 Pitch", Courier, monospace !important;
  font-size: 15px !important;
  margin: 40px 0 !important;
  overflow: auto;
  padding: 20px !important;
  white-space: pre !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  color: var(--color-body) !important;
  background: var(--color-light);
  border-radius: 4px;
}

small {
  font-size: smaller;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl {
  margin-top: 0;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

dt {
  font-weight: bold;
  color: var(--color-heading);
}

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

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

li>ul,
li>ol {
  margin: 0;
}

ol ul {
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

caption,
th,
td {
  font-weight: normal;
}

table thead th {
  font-weight: 700;
}

td,
.wp-block-calendar tfoot td {
  border: 1px solid var(--color-border);
  padding: 7px 10px;
}

del {
  color: #333;
}

ins {
  background: rgba(56, 88, 246, 0.6);
  text-decoration: none;
  padding: 0 5px;
}

hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px;
  opacity: 0.6;
}

table a,
table a:link,
table a:visited {
  text-decoration: underline;
}

dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 15px 15px;
}

caption {
  caption-side: top;
}

kbd {
  background: var(--heading-color);
}

dfn,
cite,
em {
  font-style: italic;
}

/* BlockQuote  */
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px;
}

blockquote blockquote {
  margin-right: 0;
}

blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: normal;
}

blockquote strong,
blockquote b {
  font-weight: 700;
}

/**
 * Typography
 */
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

body {
  overflow-x: hidden;
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-primary);
  color: var(--color-body);
  font-weight: 500;
  background-color: var(--color-white);
  margin: 0;
  padding: 0;
}

body.modal-open {
  padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
menu,
ol,
ul,
table,
hr {
  margin: 0;
  margin-bottom: 20px;
}

.display-one {
  font-size: 112px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: var(--font-secondary);
  line-height: 1.4074;
  color: var(--color-heading);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: var(--h1-lineHeight);
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: var(--h2-lineHeight);
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: var(--h3-lineHeight);
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: var(--h4-lineHeight);
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: var(--h5-lineHeight);
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: var(--h6-lineHeight);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  transition: 0.5s;
}

a {
  color: var(--color-heading);
  transition: 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  h1,
  .h1 {
    font-size: 38px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {

  h1,
  .h1 {
    font-size: 34px;
  }

  h2,
  .h2 {
    font-size: 28px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--p-extra-bold);
}

h4,
.h4 {
  font-weight: var(--p-bold);
}

h5,
.h5 {
  font-weight: var(--p-bold);
}

h6,
.h6 {
  font-weight: var(--p-bold);
}

p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: 400;
  color: var(--color-body);
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  p {
    margin: 0 0 20px;
    font-size: var(--font-size-b2);
    line-height: var(--line-height-b2);
  }
}

p.has-large-font-size {
  line-height: 1.5;
  font-size: 36px;
}

p.has-medium-font-size {
  font-size: 24px;
  line-height: 36px;
}

p.has-small-font-size {
  font-size: 13px;
}

p.has-very-light-gray-color {
  color: var(--color-white);
}

p.has-background {
  padding: 20px 30px;
}

p.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

p.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

p.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

.b1 {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
}

.b2 {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
}

.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}

.b4 {
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 40px;
  width: 100%;
}

table a,
table a:link,
table a:visited {
  text-decoration: none;
}

cite,
.wp-block-pullquote cite,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-quote cite {
  color: var(--color-heading);
}

var {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

/*---------------------------
	List Style 
---------------------------*/
ul,
ol {
  padding-left: 18px;
}

ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px;
}

ul.liststyle.bullet li {
  font-size: 18px;
  line-height: 30px;
  color: var(--color-body);
  position: relative;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  ul.liststyle.bullet li {
    padding-left: 19px;
  }
}

ul.liststyle.bullet li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: var(--color-body);
  left: 0;
  top: 10px;
}

ul.liststyle.bullet li+li {
  margin-top: 8px;
}

ul li {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body);
  font-weight: 500;
}

ul li a {
  text-decoration: none;
  color: var(--color-body);
}

ul li a:hover {
  color: var(--color-primary);
}

ul ul {
  margin-bottom: 0;
}

ol {
  margin-bottom: 30px;
}

ol li {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  color: var(--color-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
}

ol li a {
  color: var(--heading-color);
  text-decoration: none;
}

ol li a:hover {
  color: var(--color-primary);
}

ol ul {
  padding-left: 30px;
}

hr {
  display: block;
  height: 0;
  margin: 15px 0;
  border-top: 1px solid var(--color-border);
  background: transparent;
}

kbd {
  background: var(--color-primary);
}

/*=====================
All Extend Here
=======================*/
.color-primary {
  color: var(--color-primary) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.color-tertiary {
  color: var(--color-tertiary) !important;
}

.color-heading {
  color: var(--color-heading) !important;
}

.color-body {
  color: var(--color-body) !important;
}

.color-dark {
  color: var(--color-dark) !important;
}

[data-overlay]:before {
  background: var(--color-primary);
}

/* Radius */
.post-scale,
.radius {
  border-radius: var(--radius);
}

.radius-big {
  border-radius: var(--radius-big);
}

/* Font Weight */
.w-300 {
  font-weight: 300 !important;
}

.w-400 {
  font-weight: 400 !important;
}

.w-500 {
  font-weight: 500 !important;
}

.w-600 {
  font-weight: 600 !important;
}

.w-700 {
  font-weight: 700 !important;
}

.w-800 {
  font-weight: 800 !important;
}

.w-900 {
  font-weight: 900 !important;
}

/* Shadows */
.shadow-primary {
  box-shadow: var(--shadow-primary);
}

.shadow-light {
  box-shadow: var(--shadow-light);
}

.shadow-lighter {
  box-shadow: var(--shadow-lighter);
}

/*=============== Style Css =============*/
.edu-rating.rating-default .rating,
.edu-event .event-meta,
.edu-accordion-02 .edu-accordion-body ul,
.pricing-billing-duration ul,
.pricing-table .pricing-body .list-item,
.mac-shop-single-product .inner .mac-single-product-thumb-wrapper .product-hover-info ul,
.brand-list,
.blog-meta,
.edu-blog-widget.widget-categories .category-list,
.edu-blog-widget-2.widget-categories .category-list,
.blog-main-content .gallery,
.list-style-1,
.list-style-2,
.column-gallery,
.banner-style-4 .social-text-share,
.mac-widget-details .widget-content ul,
.edu-product-details-style .content .product-feature,
.cart-summary .cart-summary-inner,
.footer-style-default .information-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li a,
ol li a,
#scrollUp,
.form-group input,
.form-group textarea,
.mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
  transition: var(--transition);
}

.bgImagePosition,
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*----------------------
    Animation Css  
-----------------------*/
.post-scale {
  overflow: hidden;
}

.post-scale img {
  transition: 0.5s;
}

.post-scale:hover img {
  transform: scale(1.1);
}

@keyframes line1 {
  0% {
    opacity: 1;
    bottom: 0;
  }

  30% {
    bottom: 30%;
  }

  50% {
    bottom: 50%;
  }

  70% {
    bottom: 70%;
  }

  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}

@keyframes bounceSlide {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce-slide {
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: bounceSlide;
}

@keyframes line5 {
  0% {
    opacity: 1;
    bottom: 400px;
  }

  50% {
    bottom: 50%;
  }

  100% {
    bottom: 100%;
    opacity: 0.5;
  }
}

@keyframes line2 {
  0% {
    opacity: 1;
    top: 0;
  }

  30% {
    bottom: 30%;
  }

  50% {
    bottom: 50%;
  }

  70% {
    bottom: 70%;
  }

  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@keyframes line3 {
  0% {
    opacity: 1;
    top: 500px;
  }

  50% {
    top: 50%;
  }

  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@keyframes line4 {
  0% {
    opacity: 1;
    top: 300px;
  }

  50% {
    top: 50%;
  }

  100% {
    top: 100%;
    opacity: 0.5;
  }
}

@keyframes customOne {
  from {
    transform: scale(1);
  }

  50% {
    transform: scale(0.9);
  }

  to {
    transform: scale(1);
  }
}

@keyframes customTwo {
  0% {
    transform: translate(0px, 0px);
  }

  50% {
    transform: translate(100px, 0px);
  }

  100% {
    transform: translate(50px, 50px);
  }
}

.customOne {
  animation: customOne 2s infinite;
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }

  to {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }

  to {
    margin-top: 0;
  }
}

/*------------------------
	slidefadeinup
--------------------------*/
@-webkit-keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes slideFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.slideFadeInUp {
  -webkit-animation-name: slideFadeInUp;
  animation-name: slideFadeInUp;
}

/* -----------------------------------
    Custom Animation For All Page
---------------------------------------*/
@-webkit-keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*--------------------------------
Scroll Down Button Animation  
----------------------------------*/
@keyframes scrollDown {
  0% {
    opacity: 0;
  }

  10% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}

/*==============================
 *  Utilities
=================================*/
/*------------------------------------- 

font-family: 'Urbanist', sans-serif;

--------------------------------------*/
@media only screen and (max-width: 767px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

iframe {
  width: 100%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.fix {
  overflow: hidden;
}

.slick-initialized .slick-slide {
  margin-bottom: 0;
}

.edu-line-separator {
  position: relative;
}

.edu-line-separator::after {
  position: absolute;
  content: "";
  background: #ebe7e5;
  width: 1170px;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .edu-line-separator::after {
    width: 100%;
  }
}

/*===============================
    Background Color 
=================================*/
.bg-color-primary {
  background-color: var(--color-primary);
}

.bg-color-secondary {
  background-color: var(--color-secondary);
}

.bg-color-secondary-alt {
  background-color: var(--color-secondary-alt);
}

.bg-color-tertiary {
  background-color: var(--color-tertiary);
}

.bg-color-grey {
  background-color: #f0f2f5;
}

.bg-color-white {
  background-color: #ffffff;
}

.bg-color-black {
  background-color: #1a1a1a;
}

.bg-color-grey {
  background-color: #e5e5e5;
}

.bg-color-extra03 {
  background-color: var(--color-extra03);
}

.bg-color-lessdark {
  background-color: var(--color-lessdark);
}

.bg-color-2 {
  backdrop-filter: saturate(180%) blur(8px);
  background-color: var(--color-darker);
  background-image: linear-gradient(180deg, var(--color-black), transparent);
}

/*===========================
    Background Image 
=============================*/
.bg-image_fixed {
  background-attachment: fixed !important;
}

/* Height and width */
.fullscreen {
  min-height: 100vh;
  width: 100%;
}

/*===================
Custom Row
======================*/
.row--0 {
  margin-left: -0px;
  margin-right: -0px;
}

.row--0>[class*="col"] {
  padding-left: 0px;
  padding-right: 0px;
}

.row--5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row--5>[class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row--10>[class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.row--15 {
  margin-left: -15px;
  margin-right: -15px;
}

.row--15>[class*="col"] {
  padding-left: 15px;
  padding-right: 15px;
}

.row--20 {
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--20 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--20 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--20>[class*="col"],
.row--20>[class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--20>[class*="col"],
  .row--20>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--20>[class*="col"],
  .row--20>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--20>[class*="col"],
  .row--20>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--20>[class*="col"],
  .row--20>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--25 {
  margin-left: -25px;
  margin-right: -25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--25 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--25 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--25>[class*="col"],
.row--25>[class*="col-"] {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--25>[class*="col"],
  .row--25>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--25>[class*="col"],
  .row--25>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--25>[class*="col"],
  .row--25>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--25>[class*="col"],
  .row--25>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--30>[class*="col"],
.row--30>[class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--30>[class*="col"],
  .row--30>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--30>[class*="col"],
  .row--30>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--30>[class*="col"],
  .row--30>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--30>[class*="col"],
  .row--30>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--35 {
  margin-left: -35px;
  margin-right: -35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--35 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--35>[class*="col"],
.row--35>[class*="col-"] {
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--35>[class*="col"],
  .row--35>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--35>[class*="col"],
  .row--35>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--35>[class*="col"],
  .row--35>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--35>[class*="col"],
  .row--35>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--40 {
  margin-left: -40px;
  margin-right: -40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--40 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--40 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--40>[class*="col"],
.row--40>[class*="col-"] {
  padding-left: 40px;
  padding-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--40>[class*="col"],
  .row--40>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--40>[class*="col"],
  .row--40>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--40>[class*="col"],
  .row--40>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--40>[class*="col"],
  .row--40>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--45 {
  margin-left: -45px;
  margin-right: -45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--45 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--45 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--45>[class*="col"],
.row--45>[class*="col-"] {
  padding-left: 45px;
  padding-right: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--45>[class*="col"],
  .row--45>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--45>[class*="col"],
  .row--45>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--45>[class*="col"],
  .row--45>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--45>[class*="col"],
  .row--45>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--50 {
  margin-left: -50px;
  margin-right: -50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--50 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--50 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--50 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--50 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--50>[class*="col"],
.row--50>[class*="col-"] {
  padding-left: 50px;
  padding-right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--50>[class*="col"],
  .row--50>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--50>[class*="col"],
  .row--50>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--50>[class*="col"],
  .row--50>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--50>[class*="col"],
  .row--50>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--60 {
  margin-left: -60px;
  margin-right: -60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--60 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .row--60 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}

.row--60>[class*="col"],
.row--60>[class*="col-"] {
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {

  .row--60>[class*="col"],
  .row--60>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .row--60>[class*="col"],
  .row--60>[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .row--60>[class*="col"],
  .row--60>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media only screen and (max-width: 767px) {

  .row--60>[class*="col"],
  .row--60>[class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*=============================
	Overlay styles 
==============================*/
[data-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
}

[data-overlay]>div,
[data-overlay]>*,
[data-black-overlay]>div,
[data-black-overlay]>*,
[data-white-overlay]>div,
[data-white-overlay]>* {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

/*------------------------------
    Scroll Up 
--------------------------------*/
#scrollUp {
  width: 70px;
  height: 80px;
  right: 100px;
  bottom: 60px;
  text-align: center;
  z-index: 9811 !important;
  text-decoration: none;
  background: #fff;
  line-height: 80px;
  color: #757589;
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
  background: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 40px;
  }
}

#scrollUp::before {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 2, 72, 0.1);
  content: "";
  position: absolute;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
  filter: blur(50px);
}

#scrollUp::after {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform-style: preserve-3d;
  transform: rotateY(-10deg);
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 60px;
    line-height: 60px;
  }
}

#scrollUp span.text {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}

@media only screen and (max-width: 767px) {
  #scrollUp span.text {
    margin-top: 3px;
  }
}

#scrollUp span.text::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent var(--color-primary) transparent;
  position: absolute;
  content: "";
  left: 50%;
  top: 21%;
  transform: translateX(-50%);
}

#scrollUp:hover span.text {
  color: var(--color-primary);
}

/*--------------------
    Contact Form 
----------------------*/
.form-message {
  margin-bottom: 0;
  text-align: center;
}

.form-message.error {
  margin-top: 20px;
  color: #f80707;
}

.form-message.success {
  margin-top: 20px;
  color: #0d8d2d;
}

/*=========================
    Section Separation 
==========================*/
.mt_dec--30 {
  margin-top: -30px;
}

.mt_dec--20 {
  margin-top: -20px;
}

.edu-section-gap {
  padding: 60px 0 !important;
  background: radial-gradient(rgb(250 249 249) 25%, #c3c9cf);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gap {
    padding: 40px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .edu-section-gap {
    padding: 40px 0 !important;
  }
}

.edu-section-gap.slider-dots {
  padding: 130px 0 205px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gap.slider-dots {
    padding: 80px 0 130px !important;
  }
}

@media only screen and (max-width: 767px) {
  .edu-section-gap.slider-dots {
    padding: 80px 0 130px !important;
  }
}

.edu-section-gapBottom {
  padding-bottom: 130px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gapBottom {
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .edu-section-gapBottom {
    padding-bottom: 80px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .pb--165,
  .pb--85 {
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {

  .pb--165,
  .pb--85 {
    padding-bottom: 80px !important;
  }
}

.edu-section-gapTop {
  padding-top: 130px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .edu-section-gapTop {
    padding-top: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .edu-section-gapTop {
    padding-top: 80px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb--120 {
    padding: 80px 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .ptb--120 {
    padding: 60px 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {

  .pb--165,
  .pb--120,
  .pb--85,
  .pb--165 {
    padding-bottom: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .pb--70 {
    padding-bottom: 60px !important;
  }
}

.pl--0 {
  padding-left: 0 !important;
}

.pr--0 {
  padding-right: 0 !important;
}

.pt--0 {
  padding-top: 0 !important;
}

.pb--0 {
  padding-bottom: 0 !important;
}

.mr--0 {
  margin-right: 0 !important;
}

.ml--0 {
  margin-left: 0 !important;
}

.mt--0 {
  margin-top: 0 !important;
}

.mb--0 {
  margin-bottom: 0 !important;
}

.pt--260 {
  padding-top: 260px !important;
}

.pt--250 {
  padding-top: 250px !important;
}

.pb--240 {
  padding-bottom: 240px !important;
}

.pb--220 {
  padding-bottom: 220px !important;
}

.plr--270 {
  padding: 0 270px !important;
}

.plr--300 {
  padding: 0 300px !important;
}

.plr--340 {
  padding: 0 340px !important;
}

.ptb--300 {
  padding: 300px 0 !important;
}

.ptb--340 {
  padding: 340px 0 !important;
}

.ptb--450 {
  padding: 450px 0 !important;
}

.plr_dec--15 {
  margin: 0 -15px !important;
}

.pt--300 {
  padding-top: 300px !important;
}

.ptb--5 {
  padding: 5px 0 !important;
}

.plr--5 {
  padding: 0 5px !important;
}

.pt--5 {
  padding-top: 5px !important;
}

.pb--5 {
  padding-bottom: 5px !important;
}

.pl--5 {
  padding-left: 5px !important;
}

.pr--5 {
  padding-right: 5px !important;
}

.mt--5 {
  margin-top: 5px !important;
}

.mb--5 {
  margin-bottom: 5px !important;
}

.mr--5 {
  margin-right: 5px !important;
}

.ml--5 {
  margin-left: 5px !important;
}

.ptb--10 {
  padding: 10px 0 !important;
}

.plr--10 {
  padding: 0 10px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

.pl--10 {
  padding-left: 10px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.mr--10 {
  margin-right: 10px !important;
}

.ml--10 {
  margin-left: 10px !important;
}

.ptb--15 {
  padding: 15px 0 !important;
}

.plr--15 {
  padding: 0 15px !important;
}

.pt--15 {
  padding-top: 15px !important;
}

.pb--15 {
  padding-bottom: 15px !important;
}

.pl--15 {
  padding-left: 15px !important;
}

.pr--15 {
  padding-right: 15px !important;
}

.mt--15 {
  margin-top: 15px !important;
}

.mb--15 {
  margin-bottom: 15px !important;
}

.mr--15 {
  margin-right: 15px !important;
}

.ml--15 {
  margin-left: 15px !important;
}

.ptb--20 {
  padding: 20px 0 !important;
}

.plr--20 {
  padding: 0 20px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

.pl--20 {
  padding-left: 20px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mr--20 {
  margin-right: 20px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.ptb--25 {
  padding: 25px 0 !important;
}

.plr--25 {
  padding: 0 25px !important;
}

.pt--25 {
  padding-top: 25px !important;
}

.pb--25 {
  padding-bottom: 25px !important;
}

.pl--25 {
  padding-left: 25px !important;
}

.pr--25 {
  padding-right: 25px !important;
}

.mt--25 {
  margin-top: 25px !important;
}

.mb--25 {
  margin-bottom: 25px !important;
}

.mr--25 {
  margin-right: 25px !important;
}

.ml--25 {
  margin-left: 25px !important;
}

.ptb--30 {
  padding: 30px 0 !important;
}

.plr--30 {
  padding: 0 30px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.pl--30 {
  padding-left: 30px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mr--30 {
  margin-right: 30px !important;
}

.ml--30 {
  margin-left: 30px !important;
}

.ptb--35 {
  padding: 35px 0 !important;
}

.plr--35 {
  padding: 0 35px !important;
}

.pt--35 {
  padding-top: 35px !important;
}

.pb--35 {
  padding-bottom: 35px !important;
}

.pl--35 {
  padding-left: 35px !important;
}

.pr--35 {
  padding-right: 35px !important;
}

.mt--35 {
  margin-top: 35px !important;
}

.mb--35 {
  margin-bottom: 35px !important;
}

.mr--35 {
  margin-right: 35px !important;
}

.ml--35 {
  margin-left: 35px !important;
}

.ptb--40 {
  padding: 40px 0 !important;
}

.plr--40 {
  padding: 0 40px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

.pl--40 {
  padding-left: 40px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mr--40 {
  margin-right: 40px !important;
}

.ml--40 {
  margin-left: 40px !important;
}

.ptb--45 {
  padding: 45px 0 !important;
}

.plr--45 {
  padding: 0 45px !important;
}

.pt--45 {
  padding-top: 45px !important;
}

.pb--45 {
  padding-bottom: 45px !important;
}

.pl--45 {
  padding-left: 45px !important;
}

.pr--45 {
  padding-right: 45px !important;
}

.mt--45 {
  margin-top: 45px !important;
}

.mb--45 {
  margin-bottom: 45px !important;
}

.mr--45 {
  margin-right: 45px !important;
}

.ml--45 {
  margin-left: 45px !important;
}

.ptb--50 {
  padding: 50px 0 !important;
}

.plr--50 {
  padding: 0 50px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.pl--50 {
  padding-left: 50px !important;
}

.pr--50 {
  padding-right: 50px !important;
}

.mt--50 {
  margin-top: 50px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mr--50 {
  margin-right: 50px !important;
}

.ml--50 {
  margin-left: 50px !important;
}

.ptb--55 {
  padding: 55px 0 !important;
}

.plr--55 {
  padding: 0 55px !important;
}

.pt--55 {
  padding-top: 55px !important;
}

.pb--55 {
  padding-bottom: 55px !important;
}

.pl--55 {
  padding-left: 55px !important;
}

.pr--55 {
  padding-right: 55px !important;
}

.mt--55 {
  margin-top: 55px !important;
}

.mb--55 {
  margin-bottom: 55px !important;
}

.mr--55 {
  margin-right: 55px !important;
}

.ml--55 {
  margin-left: 55px !important;
}

.ptb--60 {
  padding: 60px 0 !important;
}

.plr--60 {
  padding: 0 60px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.pl--60 {
  padding-left: 60px !important;
}

.pr--60 {
  padding-right: 60px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.mr--60 {
  margin-right: 60px !important;
}

.ml--60 {
  margin-left: 60px !important;
}

.ptb--65 {
  padding: 65px 0 !important;
}

.plr--65 {
  padding: 0 65px !important;
}

.pt--65 {
  padding-top: 65px !important;
}

.pb--65 {
  padding-bottom: 65px !important;
}

.pl--65 {
  padding-left: 65px !important;
}

.pr--65 {
  padding-right: 65px !important;
}

.mt--65 {
  margin-top: 65px !important;
}

.mb--65 {
  margin-bottom: 65px !important;
}

.mr--65 {
  margin-right: 65px !important;
}

.ml--65 {
  margin-left: 65px !important;
}

.ptb--70 {
  padding: 70px 0 !important;
}

.plr--70 {
  padding: 0 70px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pb--70 {
  padding-bottom: 70px !important;
}

.pl--70 {
  padding-left: 70px !important;
}

.pr--70 {
  padding-right: 70px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

.mr--70 {
  margin-right: 70px !important;
}

.ml--70 {
  margin-left: 70px !important;
}

.ptb--75 {
  padding: 75px 0 !important;
}

.plr--75 {
  padding: 0 75px !important;
}

.pt--75 {
  padding-top: 75px !important;
}

.pb--75 {
  padding-bottom: 75px !important;
}

.pl--75 {
  padding-left: 75px !important;
}

.pr--75 {
  padding-right: 75px !important;
}

.mt--75 {
  margin-top: 75px !important;
}

.mb--75 {
  margin-bottom: 75px !important;
}

.mr--75 {
  margin-right: 75px !important;
}

.ml--75 {
  margin-left: 75px !important;
}

.ptb--80 {
  padding: 80px 0 !important;
}

.plr--80 {
  padding: 0 80px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

.pl--80 {
  padding-left: 80px !important;
}

.pr--80 {
  padding-right: 80px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mr--80 {
  margin-right: 80px !important;
}

.ml--80 {
  margin-left: 80px !important;
}

.ptb--85 {
  padding: 85px 0 !important;
}

.plr--85 {
  padding: 0 85px !important;
}

.pt--85 {
  padding-top: 85px !important;
}

.pb--85 {
  padding-bottom: 85px !important;
}

.pl--85 {
  padding-left: 85px !important;
}

.pr--85 {
  padding-right: 85px !important;
}

.mt--85 {
  margin-top: 85px !important;
}

.mb--85 {
  margin-bottom: 85px !important;
}

.mr--85 {
  margin-right: 85px !important;
}

.ml--85 {
  margin-left: 85px !important;
}

.ptb--90 {
  padding: 90px 0 !important;
}

.plr--90 {
  padding: 0 90px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

.pl--90 {
  padding-left: 90px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.ml--90 {
  margin-left: 90px !important;
}

.ptb--95 {
  padding: 95px 0 !important;
}

.plr--95 {
  padding: 0 95px !important;
}

.pt--95 {
  padding-top: 95px !important;
}

.pb--95 {
  padding-bottom: 95px !important;
}

.pl--95 {
  padding-left: 95px !important;
}

.pr--95 {
  padding-right: 95px !important;
}

.mt--95 {
  margin-top: 95px !important;
}

.mb--95 {
  margin-bottom: 95px !important;
}

.mr--95 {
  margin-right: 95px !important;
}

.ml--95 {
  margin-left: 95px !important;
}

.ptb--100 {
  padding: 100px 0 !important;
}

.plr--100 {
  padding: 0 100px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.pl--100 {
  padding-left: 100px !important;
}

.pr--100 {
  padding-right: 100px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

.mr--100 {
  margin-right: 100px !important;
}

.ml--100 {
  margin-left: 100px !important;
}

.ptb--105 {
  padding: 105px 0 !important;
}

.plr--105 {
  padding: 0 105px !important;
}

.pt--105 {
  padding-top: 105px !important;
}

.pb--105 {
  padding-bottom: 105px !important;
}

.pl--105 {
  padding-left: 105px !important;
}

.pr--105 {
  padding-right: 105px !important;
}

.mt--105 {
  margin-top: 105px !important;
}

.mb--105 {
  margin-bottom: 105px !important;
}

.mr--105 {
  margin-right: 105px !important;
}

.ml--105 {
  margin-left: 105px !important;
}

.ptb--110 {
  padding: 110px 0 !important;
}

.plr--110 {
  padding: 0 110px !important;
}

.pt--110 {
  padding-top: 110px !important;
}

.pb--110 {
  padding-bottom: 110px !important;
}

.pl--110 {
  padding-left: 110px !important;
}

.pr--110 {
  padding-right: 110px !important;
}

.mt--110 {
  margin-top: 110px !important;
}

.mb--110 {
  margin-bottom: 110px !important;
}

.mr--110 {
  margin-right: 110px !important;
}

.ml--110 {
  margin-left: 110px !important;
}

.ptb--115 {
  padding: 115px 0 !important;
}

.plr--115 {
  padding: 0 115px !important;
}

.pt--115 {
  padding-top: 115px !important;
}

.pb--115 {
  padding-bottom: 115px !important;
}

.pl--115 {
  padding-left: 115px !important;
}

.pr--115 {
  padding-right: 115px !important;
}

.mt--115 {
  margin-top: 115px !important;
}

.mb--115 {
  margin-bottom: 115px !important;
}

.mr--115 {
  margin-right: 115px !important;
}

.ml--115 {
  margin-left: 115px !important;
}

.ptb--120 {
  padding: 120px 0 !important;
}

.plr--120 {
  padding: 0 120px !important;
}

.pt--120 {
  padding-top: 120px !important;
}

.pb--120 {
  padding-bottom: 120px !important;
}

.pl--120 {
  padding-left: 120px !important;
}

.pr--120 {
  padding-right: 120px !important;
}

.mt--120 {
  margin-top: 120px !important;
}

.mb--120 {
  margin-bottom: 120px !important;
}

.mr--120 {
  margin-right: 120px !important;
}

.ml--120 {
  margin-left: 120px !important;
}

.ptb--125 {
  padding: 125px 0 !important;
}

.plr--125 {
  padding: 0 125px !important;
}

.pt--125 {
  padding-top: 125px !important;
}

.pb--125 {
  padding-bottom: 125px !important;
}

.pl--125 {
  padding-left: 125px !important;
}

.pr--125 {
  padding-right: 125px !important;
}

.mt--125 {
  margin-top: 125px !important;
}

.mb--125 {
  margin-bottom: 125px !important;
}

.mr--125 {
  margin-right: 125px !important;
}

.ml--125 {
  margin-left: 125px !important;
}

.ptb--130 {
  padding: 130px 0 !important;
}

.plr--130 {
  padding: 0 130px !important;
}

.pt--130 {
  padding-top: 130px !important;
}

.pb--130 {
  padding-bottom: 130px !important;
}

.pl--130 {
  padding-left: 130px !important;
}

.pr--130 {
  padding-right: 130px !important;
}

.mt--130 {
  margin-top: 130px !important;
}

.mb--130 {
  margin-bottom: 130px !important;
}

.mr--130 {
  margin-right: 130px !important;
}

.ml--130 {
  margin-left: 130px !important;
}

.ptb--135 {
  padding: 135px 0 !important;
}

.plr--135 {
  padding: 0 135px !important;
}

.pt--135 {
  padding-top: 135px !important;
}

.pb--135 {
  padding-bottom: 135px !important;
}

.pl--135 {
  padding-left: 135px !important;
}

.pr--135 {
  padding-right: 135px !important;
}

.mt--135 {
  margin-top: 135px !important;
}

.mb--135 {
  margin-bottom: 135px !important;
}

.mr--135 {
  margin-right: 135px !important;
}

.ml--135 {
  margin-left: 135px !important;
}

.ptb--140 {
  padding: 140px 0 !important;
}

.plr--140 {
  padding: 0 140px !important;
}

.pt--140 {
  padding-top: 140px !important;
}

.pb--140 {
  padding-bottom: 140px !important;
}

.pl--140 {
  padding-left: 140px !important;
}

.pr--140 {
  padding-right: 140px !important;
}

.mt--140 {
  margin-top: 140px !important;
}

.mb--140 {
  margin-bottom: 140px !important;
}

.mr--140 {
  margin-right: 140px !important;
}

.ml--140 {
  margin-left: 140px !important;
}

.ptb--145 {
  padding: 145px 0 !important;
}

.plr--145 {
  padding: 0 145px !important;
}

.pt--145 {
  padding-top: 145px !important;
}

.pb--145 {
  padding-bottom: 145px !important;
}

.pl--145 {
  padding-left: 145px !important;
}

.pr--145 {
  padding-right: 145px !important;
}

.mt--145 {
  margin-top: 145px !important;
}

.mb--145 {
  margin-bottom: 145px !important;
}

.mr--145 {
  margin-right: 145px !important;
}

.ml--145 {
  margin-left: 145px !important;
}

.ptb--150 {
  padding: 150px 0 !important;
}

.plr--150 {
  padding: 0 150px !important;
}

.pt--150 {
  padding-top: 150px !important;
}

.pb--150 {
  padding-bottom: 150px !important;
}

.pl--150 {
  padding-left: 150px !important;
}

.pr--150 {
  padding-right: 150px !important;
}

.mt--150 {
  margin-top: 150px !important;
}

.mb--150 {
  margin-bottom: 150px !important;
}

.mr--150 {
  margin-right: 150px !important;
}

.ml--150 {
  margin-left: 150px !important;
}

.ptb--155 {
  padding: 155px 0 !important;
}

.plr--155 {
  padding: 0 155px !important;
}

.pt--155 {
  padding-top: 155px !important;
}

.pb--155 {
  padding-bottom: 155px !important;
}

.pl--155 {
  padding-left: 155px !important;
}

.pr--155 {
  padding-right: 155px !important;
}

.mt--155 {
  margin-top: 155px !important;
}

.mb--155 {
  margin-bottom: 155px !important;
}

.mr--155 {
  margin-right: 155px !important;
}

.ml--155 {
  margin-left: 155px !important;
}

.ptb--160 {
  padding: 160px 0 !important;
}

.plr--160 {
  padding: 0 160px !important;
}

.pt--160 {
  padding-top: 160px !important;
}

.pb--160 {
  padding-bottom: 160px !important;
}

.pl--160 {
  padding-left: 160px !important;
}

.pr--160 {
  padding-right: 160px !important;
}

.mt--160 {
  margin-top: 160px !important;
}

.mb--160 {
  margin-bottom: 160px !important;
}

.mr--160 {
  margin-right: 160px !important;
}

.ml--160 {
  margin-left: 160px !important;
}

.ptb--165 {
  padding: 165px 0 !important;
}

.plr--165 {
  padding: 0 165px !important;
}

.pt--165 {
  padding-top: 165px !important;
}

.pb--165 {
  padding-bottom: 165px !important;
}

.pl--165 {
  padding-left: 165px !important;
}

.pr--165 {
  padding-right: 165px !important;
}

.mt--165 {
  margin-top: 165px !important;
}

.mb--165 {
  margin-bottom: 165px !important;
}

.mr--165 {
  margin-right: 165px !important;
}

.ml--165 {
  margin-left: 165px !important;
}

.ptb--170 {
  padding: 170px 0 !important;
}

.plr--170 {
  padding: 0 170px !important;
}

.pt--170 {
  padding-top: 170px !important;
}

.pb--170 {
  padding-bottom: 170px !important;
}

.pl--170 {
  padding-left: 170px !important;
}

.pr--170 {
  padding-right: 170px !important;
}

.mt--170 {
  margin-top: 170px !important;
}

.mb--170 {
  margin-bottom: 170px !important;
}

.mr--170 {
  margin-right: 170px !important;
}

.ml--170 {
  margin-left: 170px !important;
}

.ptb--175 {
  padding: 175px 0 !important;
}

.plr--175 {
  padding: 0 175px !important;
}

.pt--175 {
  padding-top: 175px !important;
}

.pb--175 {
  padding-bottom: 175px !important;
}

.pl--175 {
  padding-left: 175px !important;
}

.pr--175 {
  padding-right: 175px !important;
}

.mt--175 {
  margin-top: 175px !important;
}

.mb--175 {
  margin-bottom: 175px !important;
}

.mr--175 {
  margin-right: 175px !important;
}

.ml--175 {
  margin-left: 175px !important;
}

.ptb--180 {
  padding: 180px 0 !important;
}

.plr--180 {
  padding: 0 180px !important;
}

.pt--180 {
  padding-top: 180px !important;
}

.pb--180 {
  padding-bottom: 180px !important;
}

.pl--180 {
  padding-left: 180px !important;
}

.pr--180 {
  padding-right: 180px !important;
}

.mt--180 {
  margin-top: 180px !important;
}

.mb--180 {
  margin-bottom: 180px !important;
}

.mr--180 {
  margin-right: 180px !important;
}

.ml--180 {
  margin-left: 180px !important;
}

.ptb--185 {
  padding: 185px 0 !important;
}

.plr--185 {
  padding: 0 185px !important;
}

.pt--185 {
  padding-top: 185px !important;
}

.pb--185 {
  padding-bottom: 185px !important;
}

.pl--185 {
  padding-left: 185px !important;
}

.pr--185 {
  padding-right: 185px !important;
}

.mt--185 {
  margin-top: 185px !important;
}

.mb--185 {
  margin-bottom: 185px !important;
}

.mr--185 {
  margin-right: 185px !important;
}

.ml--185 {
  margin-left: 185px !important;
}

.ptb--190 {
  padding: 190px 0 !important;
}

.plr--190 {
  padding: 0 190px !important;
}

.pt--190 {
  padding-top: 190px !important;
}

.pb--190 {
  padding-bottom: 190px !important;
}

.pl--190 {
  padding-left: 190px !important;
}

.pr--190 {
  padding-right: 190px !important;
}

.mt--190 {
  margin-top: 190px !important;
}

.mb--190 {
  margin-bottom: 190px !important;
}

.mr--190 {
  margin-right: 190px !important;
}

.ml--190 {
  margin-left: 190px !important;
}

.ptb--195 {
  padding: 195px 0 !important;
}

.plr--195 {
  padding: 0 195px !important;
}

.pt--195 {
  padding-top: 195px !important;
}

.pb--195 {
  padding-bottom: 195px !important;
}

.pl--195 {
  padding-left: 195px !important;
}

.pr--195 {
  padding-right: 195px !important;
}

.mt--195 {
  margin-top: 195px !important;
}

.mb--195 {
  margin-bottom: 195px !important;
}

.mr--195 {
  margin-right: 195px !important;
}

.ml--195 {
  margin-left: 195px !important;
}

.ptb--200 {
  padding: 200px 0 !important;
}

.plr--200 {
  padding: 0 200px !important;
}

.pt--200 {
  padding-top: 200px !important;
}

.pb--200 {
  padding-bottom: 200px !important;
}

.pl--200 {
  padding-left: 200px !important;
}

.pr--200 {
  padding-right: 200px !important;
}

.mt--200 {
  margin-top: 200px !important;
}

.mb--200 {
  margin-bottom: 200px !important;
}

.mr--200 {
  margin-right: 200px !important;
}

.ml--200 {
  margin-left: 200px !important;
}
.mt--276 {
  margin-top: 276px !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .ptb_lp--5 {
    padding: 5px 0 !important;
  }

  .plr_lp--5 {
    padding: 0 5px !important;
  }

  .pt_lp--5 {
    padding-top: 5px !important;
  }

  .pb_lp--5 {
    padding-bottom: 5px !important;
  }

  .pl_lp--5 {
    padding-left: 5px !important;
  }

  .pr_lp--5 {
    padding-right: 5px !important;
  }

  .mt_lp--5 {
    margin-top: 5px !important;
  }

  .mb_lp--5 {
    margin-bottom: 5px !important;
  }

  .ptb_lp--10 {
    padding: 10px 0 !important;
  }

  .plr_lp--10 {
    padding: 0 10px !important;
  }

  .pt_lp--10 {
    padding-top: 10px !important;
  }

  .pb_lp--10 {
    padding-bottom: 10px !important;
  }

  .pl_lp--10 {
    padding-left: 10px !important;
  }

  .pr_lp--10 {
    padding-right: 10px !important;
  }

  .mt_lp--10 {
    margin-top: 10px !important;
  }

  .mb_lp--10 {
    margin-bottom: 10px !important;
  }

  .ptb_lp--15 {
    padding: 15px 0 !important;
  }

  .plr_lp--15 {
    padding: 0 15px !important;
  }

  .pt_lp--15 {
    padding-top: 15px !important;
  }

  .pb_lp--15 {
    padding-bottom: 15px !important;
  }

  .pl_lp--15 {
    padding-left: 15px !important;
  }

  .pr_lp--15 {
    padding-right: 15px !important;
  }

  .mt_lp--15 {
    margin-top: 15px !important;
  }

  .mb_lp--15 {
    margin-bottom: 15px !important;
  }

  .ptb_lp--20 {
    padding: 20px 0 !important;
  }

  .plr_lp--20 {
    padding: 0 20px !important;
  }

  .pt_lp--20 {
    padding-top: 20px !important;
  }

  .pb_lp--20 {
    padding-bottom: 20px !important;
  }

  .pl_lp--20 {
    padding-left: 20px !important;
  }

  .pr_lp--20 {
    padding-right: 20px !important;
  }

  .mt_lp--20 {
    margin-top: 20px !important;
  }

  .mb_lp--20 {
    margin-bottom: 20px !important;
  }

  .ptb_lp--25 {
    padding: 25px 0 !important;
  }

  .plr_lp--25 {
    padding: 0 25px !important;
  }

  .pt_lp--25 {
    padding-top: 25px !important;
  }

  .pb_lp--25 {
    padding-bottom: 25px !important;
  }

  .pl_lp--25 {
    padding-left: 25px !important;
  }

  .pr_lp--25 {
    padding-right: 25px !important;
  }

  .mt_lp--25 {
    margin-top: 25px !important;
  }

  .mb_lp--25 {
    margin-bottom: 25px !important;
  }

  .ptb_lp--30 {
    padding: 30px 0 !important;
  }

  .plr_lp--30 {
    padding: 0 30px !important;
  }

  .pt_lp--30 {
    padding-top: 30px !important;
  }

  .pb_lp--30 {
    padding-bottom: 30px !important;
  }

  .pl_lp--30 {
    padding-left: 30px !important;
  }

  .pr_lp--30 {
    padding-right: 30px !important;
  }

  .mt_lp--30 {
    margin-top: 30px !important;
  }

  .mb_lp--30 {
    margin-bottom: 30px !important;
  }

  .ptb_lp--35 {
    padding: 35px 0 !important;
  }

  .plr_lp--35 {
    padding: 0 35px !important;
  }

  .pt_lp--35 {
    padding-top: 35px !important;
  }

  .pb_lp--35 {
    padding-bottom: 35px !important;
  }

  .pl_lp--35 {
    padding-left: 35px !important;
  }

  .pr_lp--35 {
    padding-right: 35px !important;
  }

  .mt_lp--35 {
    margin-top: 35px !important;
  }

  .mb_lp--35 {
    margin-bottom: 35px !important;
  }

  .ptb_lp--40 {
    padding: 40px 0 !important;
  }

  .plr_lp--40 {
    padding: 0 40px !important;
  }

  .pt_lp--40 {
    padding-top: 40px !important;
  }

  .pb_lp--40 {
    padding-bottom: 40px !important;
  }

  .pl_lp--40 {
    padding-left: 40px !important;
  }

  .pr_lp--40 {
    padding-right: 40px !important;
  }

  .mt_lp--40 {
    margin-top: 40px !important;
  }

  .mb_lp--40 {
    margin-bottom: 40px !important;
  }

  .ptb_lp--45 {
    padding: 45px 0 !important;
  }

  .plr_lp--45 {
    padding: 0 45px !important;
  }

  .pt_lp--45 {
    padding-top: 45px !important;
  }

  .pb_lp--45 {
    padding-bottom: 45px !important;
  }

  .pl_lp--45 {
    padding-left: 45px !important;
  }

  .pr_lp--45 {
    padding-right: 45px !important;
  }

  .mt_lp--45 {
    margin-top: 45px !important;
  }

  .mb_lp--45 {
    margin-bottom: 45px !important;
  }

  .ptb_lp--50 {
    padding: 50px 0 !important;
  }

  .plr_lp--50 {
    padding: 0 50px !important;
  }

  .pt_lp--50 {
    padding-top: 50px !important;
  }

  .pb_lp--50 {
    padding-bottom: 50px !important;
  }

  .pl_lp--50 {
    padding-left: 50px !important;
  }

  .pr_lp--50 {
    padding-right: 50px !important;
  }

  .mt_lp--50 {
    margin-top: 50px !important;
  }

  .mb_lp--50 {
    margin-bottom: 50px !important;
  }

  .ptb_lp--55 {
    padding: 55px 0 !important;
  }

  .plr_lp--55 {
    padding: 0 55px !important;
  }

  .pt_lp--55 {
    padding-top: 55px !important;
  }

  .pb_lp--55 {
    padding-bottom: 55px !important;
  }

  .pl_lp--55 {
    padding-left: 55px !important;
  }

  .pr_lp--55 {
    padding-right: 55px !important;
  }

  .mt_lp--55 {
    margin-top: 55px !important;
  }

  .mb_lp--55 {
    margin-bottom: 55px !important;
  }

  .ptb_lp--60 {
    padding: 60px 0 !important;
  }

  .plr_lp--60 {
    padding: 0 60px !important;
  }

  .pt_lp--60 {
    padding-top: 60px !important;
  }

  .pb_lp--60 {
    padding-bottom: 60px !important;
  }

  .pl_lp--60 {
    padding-left: 60px !important;
  }

  .pr_lp--60 {
    padding-right: 60px !important;
  }

  .mt_lp--60 {
    margin-top: 60px !important;
  }

  .mb_lp--60 {
    margin-bottom: 60px !important;
  }

  .ptb_lp--65 {
    padding: 65px 0 !important;
  }

  .plr_lp--65 {
    padding: 0 65px !important;
  }

  .pt_lp--65 {
    padding-top: 65px !important;
  }

  .pb_lp--65 {
    padding-bottom: 65px !important;
  }

  .pl_lp--65 {
    padding-left: 65px !important;
  }

  .pr_lp--65 {
    padding-right: 65px !important;
  }

  .mt_lp--65 {
    margin-top: 65px !important;
  }

  .mb_lp--65 {
    margin-bottom: 65px !important;
  }

  .ptb_lp--70 {
    padding: 70px 0 !important;
  }

  .plr_lp--70 {
    padding: 0 70px !important;
  }

  .pt_lp--70 {
    padding-top: 70px !important;
  }

  .pb_lp--70 {
    padding-bottom: 70px !important;
  }

  .pl_lp--70 {
    padding-left: 70px !important;
  }

  .pr_lp--70 {
    padding-right: 70px !important;
  }

  .mt_lp--70 {
    margin-top: 70px !important;
  }

  .mb_lp--70 {
    margin-bottom: 70px !important;
  }

  .ptb_lp--75 {
    padding: 75px 0 !important;
  }

  .plr_lp--75 {
    padding: 0 75px !important;
  }

  .pt_lp--75 {
    padding-top: 75px !important;
  }

  .pb_lp--75 {
    padding-bottom: 75px !important;
  }

  .pl_lp--75 {
    padding-left: 75px !important;
  }

  .pr_lp--75 {
    padding-right: 75px !important;
  }

  .mt_lp--75 {
    margin-top: 75px !important;
  }

  .mb_lp--75 {
    margin-bottom: 75px !important;
  }

  .ptb_lp--80 {
    padding: 80px 0 !important;
  }

  .plr_lp--80 {
    padding: 0 80px !important;
  }

  .pt_lp--80 {
    padding-top: 80px !important;
  }

  .pb_lp--80 {
    padding-bottom: 80px !important;
  }

  .pl_lp--80 {
    padding-left: 80px !important;
  }

  .pr_lp--80 {
    padding-right: 80px !important;
  }

  .mt_lp--80 {
    margin-top: 80px !important;
  }

  .mb_lp--80 {
    margin-bottom: 80px !important;
  }

  .ptb_lp--85 {
    padding: 85px 0 !important;
  }

  .plr_lp--85 {
    padding: 0 85px !important;
  }

  .pt_lp--85 {
    padding-top: 85px !important;
  }

  .pb_lp--85 {
    padding-bottom: 85px !important;
  }

  .pl_lp--85 {
    padding-left: 85px !important;
  }

  .pr_lp--85 {
    padding-right: 85px !important;
  }

  .mt_lp--85 {
    margin-top: 85px !important;
  }

  .mb_lp--85 {
    margin-bottom: 85px !important;
  }

  .ptb_lp--90 {
    padding: 90px 0 !important;
  }

  .plr_lp--90 {
    padding: 0 90px !important;
  }

  .pt_lp--90 {
    padding-top: 90px !important;
  }

  .pb_lp--90 {
    padding-bottom: 90px !important;
  }

  .pl_lp--90 {
    padding-left: 90px !important;
  }

  .pr_lp--90 {
    padding-right: 90px !important;
  }

  .mt_lp--90 {
    margin-top: 90px !important;
  }

  .mb_lp--90 {
    margin-bottom: 90px !important;
  }

  .ptb_lp--95 {
    padding: 95px 0 !important;
  }

  .plr_lp--95 {
    padding: 0 95px !important;
  }

  .pt_lp--95 {
    padding-top: 95px !important;
  }

  .pb_lp--95 {
    padding-bottom: 95px !important;
  }

  .pl_lp--95 {
    padding-left: 95px !important;
  }

  .pr_lp--95 {
    padding-right: 95px !important;
  }

  .mt_lp--95 {
    margin-top: 95px !important;
  }

  .mb_lp--95 {
    margin-bottom: 95px !important;
  }

  .ptb_lp--100 {
    padding: 100px 0 !important;
  }

  .plr_lp--100 {
    padding: 0 100px !important;
  }

  .pt_lp--100 {
    padding-top: 100px !important;
  }

  .pb_lp--100 {
    padding-bottom: 100px !important;
  }

  .pl_lp--100 {
    padding-left: 100px !important;
  }

  .pr_lp--100 {
    padding-right: 100px !important;
  }

  .mt_lp--100 {
    margin-top: 100px !important;
  }

  .mb_lp--100 {
    margin-bottom: 100px !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ptb_lg--5 {
    padding: 5px 0 !important;
  }

  .plr_lg--5 {
    padding: 0 5px !important;
  }

  .pt_lg--5 {
    padding-top: 5px !important;
  }

  .pb_lg--5 {
    padding-bottom: 5px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--5 {
    padding-right: 5px !important;
  }

  .pl_lg--5 {
    padding-left: 5px !important;
  }

  .pr_lg--5 {
    padding-right: 5px !important;
  }

  .mt_lg--5 {
    margin-top: 5px !important;
  }

  .mb_lg--5 {
    margin-bottom: 5px !important;
  }

  .ml_lg--5 {
    margin-left: 5px !important;
  }

  .ptb_lg--10 {
    padding: 10px 0 !important;
  }

  .plr_lg--10 {
    padding: 0 10px !important;
  }

  .pt_lg--10 {
    padding-top: 10px !important;
  }

  .pb_lg--10 {
    padding-bottom: 10px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--10 {
    padding-right: 10px !important;
  }

  .pl_lg--10 {
    padding-left: 10px !important;
  }

  .pr_lg--10 {
    padding-right: 10px !important;
  }

  .mt_lg--10 {
    margin-top: 10px !important;
  }

  .mb_lg--10 {
    margin-bottom: 10px !important;
  }

  .ml_lg--10 {
    margin-left: 10px !important;
  }

  .ptb_lg--15 {
    padding: 15px 0 !important;
  }

  .plr_lg--15 {
    padding: 0 15px !important;
  }

  .pt_lg--15 {
    padding-top: 15px !important;
  }

  .pb_lg--15 {
    padding-bottom: 15px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--15 {
    padding-right: 15px !important;
  }

  .pl_lg--15 {
    padding-left: 15px !important;
  }

  .pr_lg--15 {
    padding-right: 15px !important;
  }

  .mt_lg--15 {
    margin-top: 15px !important;
  }

  .mb_lg--15 {
    margin-bottom: 15px !important;
  }

  .ml_lg--15 {
    margin-left: 15px !important;
  }

  .ptb_lg--20 {
    padding: 20px 0 !important;
  }

  .plr_lg--20 {
    padding: 0 20px !important;
  }

  .pt_lg--20 {
    padding-top: 20px !important;
  }

  .pb_lg--20 {
    padding-bottom: 20px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--20 {
    padding-right: 20px !important;
  }

  .pl_lg--20 {
    padding-left: 20px !important;
  }

  .pr_lg--20 {
    padding-right: 20px !important;
  }

  .mt_lg--20 {
    margin-top: 20px !important;
  }

  .mb_lg--20 {
    margin-bottom: 20px !important;
  }

  .ml_lg--20 {
    margin-left: 20px !important;
  }

  .ptb_lg--25 {
    padding: 25px 0 !important;
  }

  .plr_lg--25 {
    padding: 0 25px !important;
  }

  .pt_lg--25 {
    padding-top: 25px !important;
  }

  .pb_lg--25 {
    padding-bottom: 25px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--25 {
    padding-right: 25px !important;
  }

  .pl_lg--25 {
    padding-left: 25px !important;
  }

  .pr_lg--25 {
    padding-right: 25px !important;
  }

  .mt_lg--25 {
    margin-top: 25px !important;
  }

  .mb_lg--25 {
    margin-bottom: 25px !important;
  }

  .ml_lg--25 {
    margin-left: 25px !important;
  }

  .ptb_lg--30 {
    padding: 30px 0 !important;
  }

  .plr_lg--30 {
    padding: 0 30px !important;
  }

  .pt_lg--30 {
    padding-top: 30px !important;
  }

  .pb_lg--30 {
    padding-bottom: 30px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--30 {
    padding-right: 30px !important;
  }

  .pl_lg--30 {
    padding-left: 30px !important;
  }

  .pr_lg--30 {
    padding-right: 30px !important;
  }

  .mt_lg--30 {
    margin-top: 30px !important;
  }

  .mb_lg--30 {
    margin-bottom: 30px !important;
  }

  .ml_lg--30 {
    margin-left: 30px !important;
  }

  .ptb_lg--35 {
    padding: 35px 0 !important;
  }

  .plr_lg--35 {
    padding: 0 35px !important;
  }

  .pt_lg--35 {
    padding-top: 35px !important;
  }

  .pb_lg--35 {
    padding-bottom: 35px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--35 {
    padding-right: 35px !important;
  }

  .pl_lg--35 {
    padding-left: 35px !important;
  }

  .pr_lg--35 {
    padding-right: 35px !important;
  }

  .mt_lg--35 {
    margin-top: 35px !important;
  }

  .mb_lg--35 {
    margin-bottom: 35px !important;
  }

  .ml_lg--35 {
    margin-left: 35px !important;
  }

  .ptb_lg--40 {
    padding: 40px 0 !important;
  }

  .plr_lg--40 {
    padding: 0 40px !important;
  }

  .pt_lg--40 {
    padding-top: 40px !important;
  }

  .pb_lg--40 {
    padding-bottom: 40px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--40 {
    padding-right: 40px !important;
  }

  .pl_lg--40 {
    padding-left: 40px !important;
  }

  .pr_lg--40 {
    padding-right: 40px !important;
  }

  .mt_lg--40 {
    margin-top: 40px !important;
  }

  .mb_lg--40 {
    margin-bottom: 40px !important;
  }

  .ml_lg--40 {
    margin-left: 40px !important;
  }

  .ptb_lg--45 {
    padding: 45px 0 !important;
  }

  .plr_lg--45 {
    padding: 0 45px !important;
  }

  .pt_lg--45 {
    padding-top: 45px !important;
  }

  .pb_lg--45 {
    padding-bottom: 45px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--45 {
    padding-right: 45px !important;
  }

  .pl_lg--45 {
    padding-left: 45px !important;
  }

  .pr_lg--45 {
    padding-right: 45px !important;
  }

  .mt_lg--45 {
    margin-top: 45px !important;
  }

  .mb_lg--45 {
    margin-bottom: 45px !important;
  }

  .ml_lg--45 {
    margin-left: 45px !important;
  }

  .ptb_lg--50 {
    padding: 50px 0 !important;
  }

  .plr_lg--50 {
    padding: 0 50px !important;
  }

  .pt_lg--50 {
    padding-top: 50px !important;
  }

  .pb_lg--50 {
    padding-bottom: 50px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--50 {
    padding-right: 50px !important;
  }

  .pl_lg--50 {
    padding-left: 50px !important;
  }

  .pr_lg--50 {
    padding-right: 50px !important;
  }

  .mt_lg--50 {
    margin-top: 50px !important;
  }

  .mb_lg--50 {
    margin-bottom: 50px !important;
  }

  .ml_lg--50 {
    margin-left: 50px !important;
  }

  .ptb_lg--55 {
    padding: 55px 0 !important;
  }

  .plr_lg--55 {
    padding: 0 55px !important;
  }

  .pt_lg--55 {
    padding-top: 55px !important;
  }

  .pb_lg--55 {
    padding-bottom: 55px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--55 {
    padding-right: 55px !important;
  }

  .pl_lg--55 {
    padding-left: 55px !important;
  }

  .pr_lg--55 {
    padding-right: 55px !important;
  }

  .mt_lg--55 {
    margin-top: 55px !important;
  }

  .mb_lg--55 {
    margin-bottom: 55px !important;
  }

  .ml_lg--55 {
    margin-left: 55px !important;
  }

  .ptb_lg--60 {
    padding: 60px 0 !important;
  }

  .plr_lg--60 {
    padding: 0 60px !important;
  }

  .pt_lg--60 {
    padding-top: 60px !important;
  }

  .pb_lg--60 {
    padding-bottom: 60px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--60 {
    padding-right: 60px !important;
  }

  .pl_lg--60 {
    padding-left: 60px !important;
  }

  .pr_lg--60 {
    padding-right: 60px !important;
  }

  .mt_lg--60 {
    margin-top: 60px !important;
  }

  .mb_lg--60 {
    margin-bottom: 60px !important;
  }

  .ml_lg--60 {
    margin-left: 60px !important;
  }

  .ptb_lg--65 {
    padding: 65px 0 !important;
  }

  .plr_lg--65 {
    padding: 0 65px !important;
  }

  .pt_lg--65 {
    padding-top: 65px !important;
  }

  .pb_lg--65 {
    padding-bottom: 65px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--65 {
    padding-right: 65px !important;
  }

  .pl_lg--65 {
    padding-left: 65px !important;
  }

  .pr_lg--65 {
    padding-right: 65px !important;
  }

  .mt_lg--65 {
    margin-top: 65px !important;
  }

  .mb_lg--65 {
    margin-bottom: 65px !important;
  }

  .ml_lg--65 {
    margin-left: 65px !important;
  }

  .ptb_lg--70 {
    padding: 70px 0 !important;
  }

  .plr_lg--70 {
    padding: 0 70px !important;
  }

  .pt_lg--70 {
    padding-top: 70px !important;
  }

  .pb_lg--70 {
    padding-bottom: 70px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--70 {
    padding-right: 70px !important;
  }

  .pl_lg--70 {
    padding-left: 70px !important;
  }

  .pr_lg--70 {
    padding-right: 70px !important;
  }

  .mt_lg--70 {
    margin-top: 70px !important;
  }

  .mb_lg--70 {
    margin-bottom: 70px !important;
  }

  .ml_lg--70 {
    margin-left: 70px !important;
  }

  .ptb_lg--75 {
    padding: 75px 0 !important;
  }

  .plr_lg--75 {
    padding: 0 75px !important;
  }

  .pt_lg--75 {
    padding-top: 75px !important;
  }

  .pb_lg--75 {
    padding-bottom: 75px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--75 {
    padding-right: 75px !important;
  }

  .pl_lg--75 {
    padding-left: 75px !important;
  }

  .pr_lg--75 {
    padding-right: 75px !important;
  }

  .mt_lg--75 {
    margin-top: 75px !important;
  }

  .mb_lg--75 {
    margin-bottom: 75px !important;
  }

  .ml_lg--75 {
    margin-left: 75px !important;
  }

  .ptb_lg--80 {
    padding: 80px 0 !important;
  }

  .plr_lg--80 {
    padding: 0 80px !important;
  }

  .pt_lg--80 {
    padding-top: 80px !important;
  }

  .pb_lg--80 {
    padding-bottom: 80px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--80 {
    padding-right: 80px !important;
  }

  .pl_lg--80 {
    padding-left: 80px !important;
  }

  .pr_lg--80 {
    padding-right: 80px !important;
  }

  .mt_lg--80 {
    margin-top: 80px !important;
  }

  .mb_lg--80 {
    margin-bottom: 80px !important;
  }

  .ml_lg--80 {
    margin-left: 80px !important;
  }

  .ptb_lg--85 {
    padding: 85px 0 !important;
  }

  .plr_lg--85 {
    padding: 0 85px !important;
  }

  .pt_lg--85 {
    padding-top: 85px !important;
  }

  .pb_lg--85 {
    padding-bottom: 85px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--85 {
    padding-right: 85px !important;
  }

  .pl_lg--85 {
    padding-left: 85px !important;
  }

  .pr_lg--85 {
    padding-right: 85px !important;
  }

  .mt_lg--85 {
    margin-top: 85px !important;
  }

  .mb_lg--85 {
    margin-bottom: 85px !important;
  }

  .ml_lg--85 {
    margin-left: 85px !important;
  }

  .ptb_lg--90 {
    padding: 90px 0 !important;
  }

  .plr_lg--90 {
    padding: 0 90px !important;
  }

  .pt_lg--90 {
    padding-top: 90px !important;
  }

  .pb_lg--90 {
    padding-bottom: 90px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--90 {
    padding-right: 90px !important;
  }

  .pl_lg--90 {
    padding-left: 90px !important;
  }

  .pr_lg--90 {
    padding-right: 90px !important;
  }

  .mt_lg--90 {
    margin-top: 90px !important;
  }

  .mb_lg--90 {
    margin-bottom: 90px !important;
  }

  .ml_lg--90 {
    margin-left: 90px !important;
  }

  .ptb_lg--95 {
    padding: 95px 0 !important;
  }

  .plr_lg--95 {
    padding: 0 95px !important;
  }

  .pt_lg--95 {
    padding-top: 95px !important;
  }

  .pb_lg--95 {
    padding-bottom: 95px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--95 {
    padding-right: 95px !important;
  }

  .pl_lg--95 {
    padding-left: 95px !important;
  }

  .pr_lg--95 {
    padding-right: 95px !important;
  }

  .mt_lg--95 {
    margin-top: 95px !important;
  }

  .mb_lg--95 {
    margin-bottom: 95px !important;
  }

  .ml_lg--95 {
    margin-left: 95px !important;
  }

  .ptb_lg--100 {
    padding: 100px 0 !important;
  }

  .plr_lg--100 {
    padding: 0 100px !important;
  }

  .pt_lg--100 {
    padding-top: 100px !important;
  }

  .pb_lg--100 {
    padding-bottom: 100px !important;
  }

  .pr_lg--0 {
    padding-right: 0 !important;
  }

  .pr_lg--100 {
    padding-right: 100px !important;
  }

  .pl_lg--100 {
    padding-left: 100px !important;
  }

  .pr_lg--100 {
    padding-right: 100px !important;
  }

  .mt_lg--100 {
    margin-top: 100px !important;
  }

  .mb_lg--100 {
    margin-bottom: 100px !important;
  }

  .ml_lg--100 {
    margin-left: 100px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb_md--0 {
    padding: 0 !important;
  }

  .pl_md--0 {
    padding-left: 0 !important;
  }

  .pr_md--0 {
    padding-right: 0 !important;
  }

  .pt_md--0 {
    padding-top: 0 !important;
  }

  .pb_md--0 {
    padding-bottom: 0 !important;
  }

  .mr_md--0 {
    margin-right: 0 !important;
  }

  .ml_md--0 {
    margin-left: 0 !important;
  }

  .mt_md--0 {
    margin-top: 0 !important;
  }

  .mb_md--0 {
    margin-bottom: 0 !important;
  }

  .ptb_md--250 {
    padding: 250px 0 !important;
  }

  .ptb_md--5 {
    padding: 5px 0 !important;
  }

  .plr_md--5 {
    padding: 0 5px !important;
  }

  .pt_md--5 {
    padding-top: 5px !important;
  }

  .pb_md--5 {
    padding-bottom: 5px !important;
  }

  .pl_md--5 {
    padding-left: 5px !important;
  }

  .pr_md--5 {
    padding-right: 5px !important;
  }

  .mt_md--5 {
    margin-top: 5px !important;
  }

  .mb_md--5 {
    margin-bottom: 5px !important;
  }

  .ptb_md--10 {
    padding: 10px 0 !important;
  }

  .plr_md--10 {
    padding: 0 10px !important;
  }

  .pt_md--10 {
    padding-top: 10px !important;
  }

  .pb_md--10 {
    padding-bottom: 10px !important;
  }

  .pl_md--10 {
    padding-left: 10px !important;
  }

  .pr_md--10 {
    padding-right: 10px !important;
  }

  .mt_md--10 {
    margin-top: 10px !important;
  }

  .mb_md--10 {
    margin-bottom: 10px !important;
  }

  .ptb_md--15 {
    padding: 15px 0 !important;
  }

  .plr_md--15 {
    padding: 0 15px !important;
  }

  .pt_md--15 {
    padding-top: 15px !important;
  }

  .pb_md--15 {
    padding-bottom: 15px !important;
  }

  .pl_md--15 {
    padding-left: 15px !important;
  }

  .pr_md--15 {
    padding-right: 15px !important;
  }

  .mt_md--15 {
    margin-top: 15px !important;
  }

  .mb_md--15 {
    margin-bottom: 15px !important;
  }

  .ptb_md--20 {
    padding: 20px 0 !important;
  }

  .plr_md--20 {
    padding: 0 20px !important;
  }

  .pt_md--20 {
    padding-top: 20px !important;
  }

  .pb_md--20 {
    padding-bottom: 20px !important;
  }

  .pl_md--20 {
    padding-left: 20px !important;
  }

  .pr_md--20 {
    padding-right: 20px !important;
  }

  .mt_md--20 {
    margin-top: 20px !important;
  }

  .mb_md--20 {
    margin-bottom: 20px !important;
  }

  .ptb_md--25 {
    padding: 25px 0 !important;
  }

  .plr_md--25 {
    padding: 0 25px !important;
  }

  .pt_md--25 {
    padding-top: 25px !important;
  }

  .pb_md--25 {
    padding-bottom: 25px !important;
  }

  .pl_md--25 {
    padding-left: 25px !important;
  }

  .pr_md--25 {
    padding-right: 25px !important;
  }

  .mt_md--25 {
    margin-top: 25px !important;
  }

  .mb_md--25 {
    margin-bottom: 25px !important;
  }

  .ptb_md--30 {
    padding: 30px 0 !important;
  }

  .plr_md--30 {
    padding: 0 30px !important;
  }

  .pt_md--30 {
    padding-top: 30px !important;
  }

  .pb_md--30 {
    padding-bottom: 30px !important;
  }

  .pl_md--30 {
    padding-left: 30px !important;
  }

  .pr_md--30 {
    padding-right: 30px !important;
  }

  .mt_md--30 {
    margin-top: 30px !important;
  }

  .mb_md--30 {
    margin-bottom: 30px !important;
  }

  .ptb_md--35 {
    padding: 35px 0 !important;
  }

  .plr_md--35 {
    padding: 0 35px !important;
  }

  .pt_md--35 {
    padding-top: 35px !important;
  }

  .pb_md--35 {
    padding-bottom: 35px !important;
  }

  .pl_md--35 {
    padding-left: 35px !important;
  }

  .pr_md--35 {
    padding-right: 35px !important;
  }

  .mt_md--35 {
    margin-top: 35px !important;
  }

  .mb_md--35 {
    margin-bottom: 35px !important;
  }

  .ptb_md--40 {
    padding: 40px 0 !important;
  }

  .plr_md--40 {
    padding: 0 40px !important;
  }

  .pt_md--40 {
    padding-top: 40px !important;
  }

  .pb_md--40 {
    padding-bottom: 40px !important;
  }

  .pl_md--40 {
    padding-left: 40px !important;
  }

  .pr_md--40 {
    padding-right: 40px !important;
  }

  .mt_md--40 {
    margin-top: 40px !important;
  }

  .mb_md--40 {
    margin-bottom: 40px !important;
  }

  .ptb_md--45 {
    padding: 45px 0 !important;
  }

  .plr_md--45 {
    padding: 0 45px !important;
  }

  .pt_md--45 {
    padding-top: 45px !important;
  }

  .pb_md--45 {
    padding-bottom: 45px !important;
  }

  .pl_md--45 {
    padding-left: 45px !important;
  }

  .pr_md--45 {
    padding-right: 45px !important;
  }

  .mt_md--45 {
    margin-top: 45px !important;
  }

  .mb_md--45 {
    margin-bottom: 45px !important;
  }

  .ptb_md--50 {
    padding: 50px 0 !important;
  }

  .plr_md--50 {
    padding: 0 50px !important;
  }

  .pt_md--50 {
    padding-top: 50px !important;
  }

  .pb_md--50 {
    padding-bottom: 50px !important;
  }

  .pl_md--50 {
    padding-left: 50px !important;
  }

  .pr_md--50 {
    padding-right: 50px !important;
  }

  .mt_md--50 {
    margin-top: 50px !important;
  }

  .mb_md--50 {
    margin-bottom: 50px !important;
  }

  .ptb_md--55 {
    padding: 55px 0 !important;
  }

  .plr_md--55 {
    padding: 0 55px !important;
  }

  .pt_md--55 {
    padding-top: 55px !important;
  }

  .pb_md--55 {
    padding-bottom: 55px !important;
  }

  .pl_md--55 {
    padding-left: 55px !important;
  }

  .pr_md--55 {
    padding-right: 55px !important;
  }

  .mt_md--55 {
    margin-top: 55px !important;
  }

  .mb_md--55 {
    margin-bottom: 55px !important;
  }

  .ptb_md--60 {
    padding: 60px 0 !important;
  }

  .plr_md--60 {
    padding: 0 60px !important;
  }

  .pt_md--60 {
    padding-top: 60px !important;
  }

  .pb_md--60 {
    padding-bottom: 60px !important;
  }

  .pl_md--60 {
    padding-left: 60px !important;
  }

  .pr_md--60 {
    padding-right: 60px !important;
  }

  .mt_md--60 {
    margin-top: 60px !important;
  }

  .mb_md--60 {
    margin-bottom: 60px !important;
  }

  .ptb_md--65 {
    padding: 65px 0 !important;
  }

  .plr_md--65 {
    padding: 0 65px !important;
  }

  .pt_md--65 {
    padding-top: 65px !important;
  }

  .pb_md--65 {
    padding-bottom: 65px !important;
  }

  .pl_md--65 {
    padding-left: 65px !important;
  }

  .pr_md--65 {
    padding-right: 65px !important;
  }

  .mt_md--65 {
    margin-top: 65px !important;
  }

  .mb_md--65 {
    margin-bottom: 65px !important;
  }

  .ptb_md--70 {
    padding: 70px 0 !important;
  }

  .plr_md--70 {
    padding: 0 70px !important;
  }

  .pt_md--70 {
    padding-top: 70px !important;
  }

  .pb_md--70 {
    padding-bottom: 70px !important;
  }

  .pl_md--70 {
    padding-left: 70px !important;
  }

  .pr_md--70 {
    padding-right: 70px !important;
  }

  .mt_md--70 {
    margin-top: 70px !important;
  }

  .mb_md--70 {
    margin-bottom: 70px !important;
  }

  .ptb_md--75 {
    padding: 75px 0 !important;
  }

  .plr_md--75 {
    padding: 0 75px !important;
  }

  .pt_md--75 {
    padding-top: 75px !important;
  }

  .pb_md--75 {
    padding-bottom: 75px !important;
  }

  .pl_md--75 {
    padding-left: 75px !important;
  }

  .pr_md--75 {
    padding-right: 75px !important;
  }

  .mt_md--75 {
    margin-top: 75px !important;
  }

  .mb_md--75 {
    margin-bottom: 75px !important;
  }

  .ptb_md--80 {
    padding: 80px 0 !important;
  }

  .plr_md--80 {
    padding: 0 80px !important;
  }

  .pt_md--80 {
    padding-top: 80px !important;
  }

  .pb_md--80 {
    padding-bottom: 80px !important;
  }

  .pl_md--80 {
    padding-left: 80px !important;
  }

  .pr_md--80 {
    padding-right: 80px !important;
  }

  .mt_md--80 {
    margin-top: 80px !important;
  }

  .mb_md--80 {
    margin-bottom: 80px !important;
  }

  .ptb_md--85 {
    padding: 85px 0 !important;
  }

  .plr_md--85 {
    padding: 0 85px !important;
  }

  .pt_md--85 {
    padding-top: 85px !important;
  }

  .pb_md--85 {
    padding-bottom: 85px !important;
  }

  .pl_md--85 {
    padding-left: 85px !important;
  }

  .pr_md--85 {
    padding-right: 85px !important;
  }

  .mt_md--85 {
    margin-top: 85px !important;
  }

  .mb_md--85 {
    margin-bottom: 85px !important;
  }

  .ptb_md--90 {
    padding: 90px 0 !important;
  }

  .plr_md--90 {
    padding: 0 90px !important;
  }

  .pt_md--90 {
    padding-top: 90px !important;
  }

  .pb_md--90 {
    padding-bottom: 90px !important;
  }

  .pl_md--90 {
    padding-left: 90px !important;
  }

  .pr_md--90 {
    padding-right: 90px !important;
  }

  .mt_md--90 {
    margin-top: 90px !important;
  }

  .mb_md--90 {
    margin-bottom: 90px !important;
  }

  .ptb_md--95 {
    padding: 95px 0 !important;
  }

  .plr_md--95 {
    padding: 0 95px !important;
  }

  .pt_md--95 {
    padding-top: 95px !important;
  }

  .pb_md--95 {
    padding-bottom: 95px !important;
  }

  .pl_md--95 {
    padding-left: 95px !important;
  }

  .pr_md--95 {
    padding-right: 95px !important;
  }

  .mt_md--95 {
    margin-top: 95px !important;
  }

  .mb_md--95 {
    margin-bottom: 95px !important;
  }

  .ptb_md--100 {
    padding: 100px 0 !important;
  }

  .plr_md--100 {
    padding: 0 100px !important;
  }

  .pt_md--100 {
    padding-top: 100px !important;
  }

  .pb_md--100 {
    padding-bottom: 100px !important;
  }

  .pl_md--100 {
    padding-left: 100px !important;
  }

  .pr_md--100 {
    padding-right: 100px !important;
  }

  .mt_md--100 {
    margin-top: 100px !important;
  }

  .mb_md--100 {
    margin-bottom: 100px !important;
  }
}

@media only screen and (max-width: 767px) {
  .ptb_sm--250 {
    padding: 250px 0 !important;
  }

  .ptb_sm--0 {
    padding: 0 !important;
  }

  .pl_sm--0 {
    padding-left: 0 !important;
  }

  .pr_sm--0 {
    padding-right: 0 !important;
  }

  .pt_sm--0 {
    padding-top: 0 !important;
  }

  .pb_sm--0 {
    padding-bottom: 0 !important;
  }

  .mr_sm--0 {
    margin-right: 0 !important;
  }

  .ml_sm--0 {
    margin-left: 0 !important;
  }

  .mt_sm--0 {
    margin-top: 0 !important;
  }

  .mb_sm--0 {
    margin-bottom: 0 !important;
  }

  .pt_sm--150 {
    padding-top: 150px !important;
  }

  .pb_sm--110 {
    padding-bottom: 110px !important;
  }

  .ptb_sm--5 {
    padding: 5px 0 !important;
  }

  .plr_sm--5 {
    padding: 0 5px !important;
  }

  .pt_sm--5 {
    padding-top: 5px !important;
  }

  .pb_sm--5 {
    padding-bottom: 5px !important;
  }

  .pl_sm--5 {
    padding-left: 5px !important;
  }

  .pr_sm--5 {
    padding-right: 5px !important;
  }

  .mt_sm--5 {
    margin-top: 5px !important;
  }

  .ml_sm--5 {
    margin-left: 5px !important;
  }

  .mr_sm--5 {
    margin-right: 5px !important;
  }

  .mb_sm--5 {
    margin-bottom: 5px !important;
  }

  .ptb_sm--10 {
    padding: 10px 0 !important;
  }

  .plr_sm--10 {
    padding: 0 10px !important;
  }

  .pt_sm--10 {
    padding-top: 10px !important;
  }

  .pb_sm--10 {
    padding-bottom: 10px !important;
  }

  .pl_sm--10 {
    padding-left: 10px !important;
  }

  .pr_sm--10 {
    padding-right: 10px !important;
  }

  .mt_sm--10 {
    margin-top: 10px !important;
  }

  .ml_sm--10 {
    margin-left: 10px !important;
  }

  .mr_sm--10 {
    margin-right: 10px !important;
  }

  .mb_sm--10 {
    margin-bottom: 10px !important;
  }

  .ptb_sm--15 {
    padding: 15px 0 !important;
  }

  .plr_sm--15 {
    padding: 0 15px !important;
  }

  .pt_sm--15 {
    padding-top: 15px !important;
  }

  .pb_sm--15 {
    padding-bottom: 15px !important;
  }

  .pl_sm--15 {
    padding-left: 15px !important;
  }

  .pr_sm--15 {
    padding-right: 15px !important;
  }

  .mt_sm--15 {
    margin-top: 15px !important;
  }

  .ml_sm--15 {
    margin-left: 15px !important;
  }

  .mr_sm--15 {
    margin-right: 15px !important;
  }

  .mb_sm--15 {
    margin-bottom: 15px !important;
  }

  .ptb_sm--20 {
    padding: 20px 0 !important;
  }

  .plr_sm--20 {
    padding: 0 20px !important;
  }

  .pt_sm--20 {
    padding-top: 20px !important;
  }

  .pb_sm--20 {
    padding-bottom: 20px !important;
  }

  .pl_sm--20 {
    padding-left: 20px !important;
  }

  .pr_sm--20 {
    padding-right: 20px !important;
  }

  .mt_sm--20 {
    margin-top: 20px !important;
  }

  .ml_sm--20 {
    margin-left: 20px !important;
  }

  .mr_sm--20 {
    margin-right: 20px !important;
  }

  .mb_sm--20 {
    margin-bottom: 20px !important;
  }

  .ptb_sm--25 {
    padding: 25px 0 !important;
  }

  .plr_sm--25 {
    padding: 0 25px !important;
  }

  .pt_sm--25 {
    padding-top: 25px !important;
  }

  .pb_sm--25 {
    padding-bottom: 25px !important;
  }

  .pl_sm--25 {
    padding-left: 25px !important;
  }

  .pr_sm--25 {
    padding-right: 25px !important;
  }

  .mt_sm--25 {
    margin-top: 25px !important;
  }

  .ml_sm--25 {
    margin-left: 25px !important;
  }

  .mr_sm--25 {
    margin-right: 25px !important;
  }

  .mb_sm--25 {
    margin-bottom: 25px !important;
  }

  .ptb_sm--30 {
    padding: 30px 0 !important;
  }

  .plr_sm--30 {
    padding: 0 30px !important;
  }

  .pt_sm--30 {
    padding-top: 30px !important;
  }

  .pb_sm--30 {
    padding-bottom: 30px !important;
  }

  .pl_sm--30 {
    padding-left: 30px !important;
  }

  .pr_sm--30 {
    padding-right: 30px !important;
  }

  .mt_sm--30 {
    margin-top: 30px !important;
  }

  .ml_sm--30 {
    margin-left: 30px !important;
  }

  .mr_sm--30 {
    margin-right: 30px !important;
  }

  .mb_sm--30 {
    margin-bottom: 30px !important;
  }

  .ptb_sm--35 {
    padding: 35px 0 !important;
  }

  .plr_sm--35 {
    padding: 0 35px !important;
  }

  .pt_sm--35 {
    padding-top: 35px !important;
  }

  .pb_sm--35 {
    padding-bottom: 35px !important;
  }

  .pl_sm--35 {
    padding-left: 35px !important;
  }

  .pr_sm--35 {
    padding-right: 35px !important;
  }

  .mt_sm--35 {
    margin-top: 35px !important;
  }

  .ml_sm--35 {
    margin-left: 35px !important;
  }

  .mr_sm--35 {
    margin-right: 35px !important;
  }

  .mb_sm--35 {
    margin-bottom: 35px !important;
  }

  .ptb_sm--40 {
    padding: 40px 0 !important;
  }

  .plr_sm--40 {
    padding: 0 40px !important;
  }

  .pt_sm--40 {
    padding-top: 40px !important;
  }

  .pb_sm--40 {
    padding-bottom: 40px !important;
  }

  .pl_sm--40 {
    padding-left: 40px !important;
  }

  .pr_sm--40 {
    padding-right: 40px !important;
  }

  .mt_sm--40 {
    margin-top: 40px !important;
  }

  .ml_sm--40 {
    margin-left: 40px !important;
  }

  .mr_sm--40 {
    margin-right: 40px !important;
  }

  .mb_sm--40 {
    margin-bottom: 40px !important;
  }

  .ptb_sm--45 {
    padding: 45px 0 !important;
  }

  .plr_sm--45 {
    padding: 0 45px !important;
  }

  .pt_sm--45 {
    padding-top: 45px !important;
  }

  .pb_sm--45 {
    padding-bottom: 45px !important;
  }

  .pl_sm--45 {
    padding-left: 45px !important;
  }

  .pr_sm--45 {
    padding-right: 45px !important;
  }

  .mt_sm--45 {
    margin-top: 45px !important;
  }

  .ml_sm--45 {
    margin-left: 45px !important;
  }

  .mr_sm--45 {
    margin-right: 45px !important;
  }

  .mb_sm--45 {
    margin-bottom: 45px !important;
  }

  .ptb_sm--50 {
    padding: 50px 0 !important;
  }

  .plr_sm--50 {
    padding: 0 50px !important;
  }

  .pt_sm--50 {
    padding-top: 50px !important;
  }

  .pb_sm--50 {
    padding-bottom: 50px !important;
  }

  .pl_sm--50 {
    padding-left: 50px !important;
  }

  .pr_sm--50 {
    padding-right: 50px !important;
  }

  .mt_sm--50 {
    margin-top: 50px !important;
  }

  .ml_sm--50 {
    margin-left: 50px !important;
  }

  .mr_sm--50 {
    margin-right: 50px !important;
  }

  .mb_sm--50 {
    margin-bottom: 50px !important;
  }

  .ptb_sm--55 {
    padding: 55px 0 !important;
  }

  .plr_sm--55 {
    padding: 0 55px !important;
  }

  .pt_sm--55 {
    padding-top: 55px !important;
  }

  .pb_sm--55 {
    padding-bottom: 55px !important;
  }

  .pl_sm--55 {
    padding-left: 55px !important;
  }

  .pr_sm--55 {
    padding-right: 55px !important;
  }

  .mt_sm--55 {
    margin-top: 55px !important;
  }

  .ml_sm--55 {
    margin-left: 55px !important;
  }

  .mr_sm--55 {
    margin-right: 55px !important;
  }

  .mb_sm--55 {
    margin-bottom: 55px !important;
  }

  .ptb_sm--60 {
    padding: 60px 0 !important;
  }

  .plr_sm--60 {
    padding: 0 60px !important;
  }

  .pt_sm--60 {
    padding-top: 60px !important;
  }

  .pb_sm--60 {
    padding-bottom: 60px !important;
  }

  .pl_sm--60 {
    padding-left: 60px !important;
  }

  .pr_sm--60 {
    padding-right: 60px !important;
  }

  .mt_sm--60 {
    margin-top: 60px !important;
  }

  .ml_sm--60 {
    margin-left: 60px !important;
  }

  .mr_sm--60 {
    margin-right: 60px !important;
  }

  .mb_sm--60 {
    margin-bottom: 60px !important;
  }

  .ptb_sm--65 {
    padding: 65px 0 !important;
  }

  .plr_sm--65 {
    padding: 0 65px !important;
  }

  .pt_sm--65 {
    padding-top: 65px !important;
  }

  .pb_sm--65 {
    padding-bottom: 65px !important;
  }

  .pl_sm--65 {
    padding-left: 65px !important;
  }

  .pr_sm--65 {
    padding-right: 65px !important;
  }

  .mt_sm--65 {
    margin-top: 65px !important;
  }

  .ml_sm--65 {
    margin-left: 65px !important;
  }

  .mr_sm--65 {
    margin-right: 65px !important;
  }

  .mb_sm--65 {
    margin-bottom: 65px !important;
  }

  .ptb_sm--70 {
    padding: 70px 0 !important;
  }

  .plr_sm--70 {
    padding: 0 70px !important;
  }

  .pt_sm--70 {
    padding-top: 70px !important;
  }

  .pb_sm--70 {
    padding-bottom: 70px !important;
  }

  .pl_sm--70 {
    padding-left: 70px !important;
  }

  .pr_sm--70 {
    padding-right: 70px !important;
  }

  .mt_sm--70 {
    margin-top: 70px !important;
  }

  .ml_sm--70 {
    margin-left: 70px !important;
  }

  .mr_sm--70 {
    margin-right: 70px !important;
  }

  .mb_sm--70 {
    margin-bottom: 70px !important;
  }

  .ptb_sm--75 {
    padding: 75px 0 !important;
  }

  .plr_sm--75 {
    padding: 0 75px !important;
  }

  .pt_sm--75 {
    padding-top: 75px !important;
  }

  .pb_sm--75 {
    padding-bottom: 75px !important;
  }

  .pl_sm--75 {
    padding-left: 75px !important;
  }

  .pr_sm--75 {
    padding-right: 75px !important;
  }

  .mt_sm--75 {
    margin-top: 75px !important;
  }

  .ml_sm--75 {
    margin-left: 75px !important;
  }

  .mr_sm--75 {
    margin-right: 75px !important;
  }

  .mb_sm--75 {
    margin-bottom: 75px !important;
  }

  .ptb_sm--80 {
    padding: 80px 0 !important;
  }

  .plr_sm--80 {
    padding: 0 80px !important;
  }

  .pt_sm--80 {
    padding-top: 80px !important;
  }

  .pb_sm--80 {
    padding-bottom: 80px !important;
  }

  .pl_sm--80 {
    padding-left: 80px !important;
  }

  .pr_sm--80 {
    padding-right: 80px !important;
  }

  .mt_sm--80 {
    margin-top: 80px !important;
  }

  .ml_sm--80 {
    margin-left: 80px !important;
  }

  .mr_sm--80 {
    margin-right: 80px !important;
  }

  .mb_sm--80 {
    margin-bottom: 80px !important;
  }

  .ptb_sm--85 {
    padding: 85px 0 !important;
  }

  .plr_sm--85 {
    padding: 0 85px !important;
  }

  .pt_sm--85 {
    padding-top: 85px !important;
  }

  .pb_sm--85 {
    padding-bottom: 85px !important;
  }

  .pl_sm--85 {
    padding-left: 85px !important;
  }

  .pr_sm--85 {
    padding-right: 85px !important;
  }

  .mt_sm--85 {
    margin-top: 85px !important;
  }

  .ml_sm--85 {
    margin-left: 85px !important;
  }

  .mr_sm--85 {
    margin-right: 85px !important;
  }

  .mb_sm--85 {
    margin-bottom: 85px !important;
  }

  .ptb_sm--90 {
    padding: 90px 0 !important;
  }

  .plr_sm--90 {
    padding: 0 90px !important;
  }

  .pt_sm--90 {
    padding-top: 90px !important;
  }

  .pb_sm--90 {
    padding-bottom: 90px !important;
  }

  .pl_sm--90 {
    padding-left: 90px !important;
  }

  .pr_sm--90 {
    padding-right: 90px !important;
  }

  .mt_sm--90 {
    margin-top: 90px !important;
  }

  .ml_sm--90 {
    margin-left: 90px !important;
  }

  .mr_sm--90 {
    margin-right: 90px !important;
  }

  .mb_sm--90 {
    margin-bottom: 90px !important;
  }

  .ptb_sm--95 {
    padding: 95px 0 !important;
  }

  .plr_sm--95 {
    padding: 0 95px !important;
  }

  .pt_sm--95 {
    padding-top: 95px !important;
  }

  .pb_sm--95 {
    padding-bottom: 95px !important;
  }

  .pl_sm--95 {
    padding-left: 95px !important;
  }

  .pr_sm--95 {
    padding-right: 95px !important;
  }

  .mt_sm--95 {
    margin-top: 95px !important;
  }

  .ml_sm--95 {
    margin-left: 95px !important;
  }

  .mr_sm--95 {
    margin-right: 95px !important;
  }

  .mb_sm--95 {
    margin-bottom: 95px !important;
  }

  .ptb_sm--100 {
    padding: 100px 0 !important;
  }

  .plr_sm--100 {
    padding: 0 100px !important;
  }

  .pt_sm--100 {
    padding-top: 100px !important;
  }

  .pb_sm--100 {
    padding-bottom: 100px !important;
  }

  .pl_sm--100 {
    padding-left: 100px !important;
  }

  .pr_sm--100 {
    padding-right: 100px !important;
  }

  .mt_sm--100 {
    margin-top: 100px !important;
  }

  .ml_sm--100 {
    margin-left: 100px !important;
  }

  .mr_sm--100 {
    margin-right: 100px !important;
  }

  .mb_sm--100 {
    margin-bottom: 100px !important;
  }

  .pl_sm--0 {
    padding-left: 0 !important;
  }

  .pr_sm--0 {
    padding-right: 0 !important;
  }

  .pt_sm--0 {
    padding-top: 0 !important;
  }

  .pb_sm--0 {
    padding-bottom: 0 !important;
  }

  .mr_sm--0 {
    margin-right: 0 !important;
  }

  .ml_sm--0 {
    margin-left: 0 !important;
  }

  .mt_sm--0 {
    margin-top: 0 !important;
  }

  .mb_sm--0 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  .ptb_mobile--5 {
    padding: 5px 0 !important;
  }

  .plr_mobile--5 {
    padding: 0 5px !important;
  }

  .pt_mobile--5 {
    padding-top: 5px !important;
  }

  .pb_mobile--5 {
    padding-bottom: 5px !important;
  }

  .pl_mobile--5 {
    padding-left: 5px !important;
  }

  .pr_mobile--5 {
    padding-right: 5px !important;
  }

  .mt_mobile--5 {
    margin-top: 5px !important;
  }

  .mb_mobile--5 {
    margin-bottom: 5px !important;
  }

  .ptb_mobile--10 {
    padding: 10px 0 !important;
  }

  .plr_mobile--10 {
    padding: 0 10px !important;
  }

  .pt_mobile--10 {
    padding-top: 10px !important;
  }

  .pb_mobile--10 {
    padding-bottom: 10px !important;
  }

  .pl_mobile--10 {
    padding-left: 10px !important;
  }

  .pr_mobile--10 {
    padding-right: 10px !important;
  }

  .mt_mobile--10 {
    margin-top: 10px !important;
  }

  .mb_mobile--10 {
    margin-bottom: 10px !important;
  }

  .ptb_mobile--15 {
    padding: 15px 0 !important;
  }

  .plr_mobile--15 {
    padding: 0 15px !important;
  }

  .pt_mobile--15 {
    padding-top: 15px !important;
  }

  .pb_mobile--15 {
    padding-bottom: 15px !important;
  }

  .pl_mobile--15 {
    padding-left: 15px !important;
  }

  .pr_mobile--15 {
    padding-right: 15px !important;
  }

  .mt_mobile--15 {
    margin-top: 15px !important;
  }

  .mb_mobile--15 {
    margin-bottom: 15px !important;
  }

  .ptb_mobile--20 {
    padding: 20px 0 !important;
  }

  .plr_mobile--20 {
    padding: 0 20px !important;
  }

  .pt_mobile--20 {
    padding-top: 20px !important;
  }

  .pb_mobile--20 {
    padding-bottom: 20px !important;
  }

  .pl_mobile--20 {
    padding-left: 20px !important;
  }

  .pr_mobile--20 {
    padding-right: 20px !important;
  }

  .mt_mobile--20 {
    margin-top: 20px !important;
  }

  .mb_mobile--20 {
    margin-bottom: 20px !important;
  }

  .ptb_mobile--25 {
    padding: 25px 0 !important;
  }

  .plr_mobile--25 {
    padding: 0 25px !important;
  }

  .pt_mobile--25 {
    padding-top: 25px !important;
  }

  .pb_mobile--25 {
    padding-bottom: 25px !important;
  }

  .pl_mobile--25 {
    padding-left: 25px !important;
  }

  .pr_mobile--25 {
    padding-right: 25px !important;
  }

  .mt_mobile--25 {
    margin-top: 25px !important;
  }

  .mb_mobile--25 {
    margin-bottom: 25px !important;
  }

  .ptb_mobile--30 {
    padding: 30px 0 !important;
  }

  .plr_mobile--30 {
    padding: 0 30px !important;
  }

  .pt_mobile--30 {
    padding-top: 30px !important;
  }

  .pb_mobile--30 {
    padding-bottom: 30px !important;
  }

  .pl_mobile--30 {
    padding-left: 30px !important;
  }

  .pr_mobile--30 {
    padding-right: 30px !important;
  }

  .mt_mobile--30 {
    margin-top: 30px !important;
  }

  .mb_mobile--30 {
    margin-bottom: 30px !important;
  }

  .ptb_mobile--35 {
    padding: 35px 0 !important;
  }

  .plr_mobile--35 {
    padding: 0 35px !important;
  }

  .pt_mobile--35 {
    padding-top: 35px !important;
  }

  .pb_mobile--35 {
    padding-bottom: 35px !important;
  }

  .pl_mobile--35 {
    padding-left: 35px !important;
  }

  .pr_mobile--35 {
    padding-right: 35px !important;
  }

  .mt_mobile--35 {
    margin-top: 35px !important;
  }

  .mb_mobile--35 {
    margin-bottom: 35px !important;
  }

  .ptb_mobile--40 {
    padding: 40px 0 !important;
  }

  .plr_mobile--40 {
    padding: 0 40px !important;
  }

  .pt_mobile--40 {
    padding-top: 40px !important;
  }

  .pb_mobile--40 {
    padding-bottom: 40px !important;
  }

  .pl_mobile--40 {
    padding-left: 40px !important;
  }

  .pr_mobile--40 {
    padding-right: 40px !important;
  }

  .mt_mobile--40 {
    margin-top: 40px !important;
  }

  .mb_mobile--40 {
    margin-bottom: 40px !important;
  }

  .ptb_mobile--45 {
    padding: 45px 0 !important;
  }

  .plr_mobile--45 {
    padding: 0 45px !important;
  }

  .pt_mobile--45 {
    padding-top: 45px !important;
  }

  .pb_mobile--45 {
    padding-bottom: 45px !important;
  }

  .pl_mobile--45 {
    padding-left: 45px !important;
  }

  .pr_mobile--45 {
    padding-right: 45px !important;
  }

  .mt_mobile--45 {
    margin-top: 45px !important;
  }

  .mb_mobile--45 {
    margin-bottom: 45px !important;
  }

  .ptb_mobile--50 {
    padding: 50px 0 !important;
  }

  .plr_mobile--50 {
    padding: 0 50px !important;
  }

  .pt_mobile--50 {
    padding-top: 50px !important;
  }

  .pb_mobile--50 {
    padding-bottom: 50px !important;
  }

  .pl_mobile--50 {
    padding-left: 50px !important;
  }

  .pr_mobile--50 {
    padding-right: 50px !important;
  }

  .mt_mobile--50 {
    margin-top: 50px !important;
  }

  .mb_mobile--50 {
    margin-bottom: 50px !important;
  }

  .ptb_mobile--55 {
    padding: 55px 0 !important;
  }

  .plr_mobile--55 {
    padding: 0 55px !important;
  }

  .pt_mobile--55 {
    padding-top: 55px !important;
  }

  .pb_mobile--55 {
    padding-bottom: 55px !important;
  }

  .pl_mobile--55 {
    padding-left: 55px !important;
  }

  .pr_mobile--55 {
    padding-right: 55px !important;
  }

  .mt_mobile--55 {
    margin-top: 55px !important;
  }

  .mb_mobile--55 {
    margin-bottom: 55px !important;
  }

  .ptb_mobile--60 {
    padding: 60px 0 !important;
  }

  .plr_mobile--60 {
    padding: 0 60px !important;
  }

  .pt_mobile--60 {
    padding-top: 60px !important;
  }

  .pb_mobile--60 {
    padding-bottom: 60px !important;
  }

  .pl_mobile--60 {
    padding-left: 60px !important;
  }

  .pr_mobile--60 {
    padding-right: 60px !important;
  }

  .mt_mobile--60 {
    margin-top: 60px !important;
  }

  .mb_mobile--60 {
    margin-bottom: 60px !important;
  }

  .ptb_mobile--65 {
    padding: 65px 0 !important;
  }

  .plr_mobile--65 {
    padding: 0 65px !important;
  }

  .pt_mobile--65 {
    padding-top: 65px !important;
  }

  .pb_mobile--65 {
    padding-bottom: 65px !important;
  }

  .pl_mobile--65 {
    padding-left: 65px !important;
  }

  .pr_mobile--65 {
    padding-right: 65px !important;
  }

  .mt_mobile--65 {
    margin-top: 65px !important;
  }

  .mb_mobile--65 {
    margin-bottom: 65px !important;
  }

  .ptb_mobile--70 {
    padding: 70px 0 !important;
  }

  .plr_mobile--70 {
    padding: 0 70px !important;
  }

  .pt_mobile--70 {
    padding-top: 70px !important;
  }

  .pb_mobile--70 {
    padding-bottom: 70px !important;
  }

  .pl_mobile--70 {
    padding-left: 70px !important;
  }

  .pr_mobile--70 {
    padding-right: 70px !important;
  }

  .mt_mobile--70 {
    margin-top: 70px !important;
  }

  .mb_mobile--70 {
    margin-bottom: 70px !important;
  }

  .ptb_mobile--75 {
    padding: 75px 0 !important;
  }

  .plr_mobile--75 {
    padding: 0 75px !important;
  }

  .pt_mobile--75 {
    padding-top: 75px !important;
  }

  .pb_mobile--75 {
    padding-bottom: 75px !important;
  }

  .pl_mobile--75 {
    padding-left: 75px !important;
  }

  .pr_mobile--75 {
    padding-right: 75px !important;
  }

  .mt_mobile--75 {
    margin-top: 75px !important;
  }

  .mb_mobile--75 {
    margin-bottom: 75px !important;
  }

  .ptb_mobile--80 {
    padding: 80px 0 !important;
  }

  .plr_mobile--80 {
    padding: 0 80px !important;
  }

  .pt_mobile--80 {
    padding-top: 80px !important;
  }

  .pb_mobile--80 {
    padding-bottom: 80px !important;
  }

  .pl_mobile--80 {
    padding-left: 80px !important;
  }

  .pr_mobile--80 {
    padding-right: 80px !important;
  }

  .mt_mobile--80 {
    margin-top: 80px !important;
  }

  .mb_mobile--80 {
    margin-bottom: 80px !important;
  }

  .ptb_mobile--85 {
    padding: 85px 0 !important;
  }

  .plr_mobile--85 {
    padding: 0 85px !important;
  }

  .pt_mobile--85 {
    padding-top: 85px !important;
  }

  .pb_mobile--85 {
    padding-bottom: 85px !important;
  }

  .pl_mobile--85 {
    padding-left: 85px !important;
  }

  .pr_mobile--85 {
    padding-right: 85px !important;
  }

  .mt_mobile--85 {
    margin-top: 85px !important;
  }

  .mb_mobile--85 {
    margin-bottom: 85px !important;
  }

  .ptb_mobile--90 {
    padding: 90px 0 !important;
  }

  .plr_mobile--90 {
    padding: 0 90px !important;
  }

  .pt_mobile--90 {
    padding-top: 90px !important;
  }

  .pb_mobile--90 {
    padding-bottom: 90px !important;
  }

  .pl_mobile--90 {
    padding-left: 90px !important;
  }

  .pr_mobile--90 {
    padding-right: 90px !important;
  }

  .mt_mobile--90 {
    margin-top: 90px !important;
  }

  .mb_mobile--90 {
    margin-bottom: 90px !important;
  }

  .ptb_mobile--95 {
    padding: 95px 0 !important;
  }

  .plr_mobile--95 {
    padding: 0 95px !important;
  }

  .pt_mobile--95 {
    padding-top: 95px !important;
  }

  .pb_mobile--95 {
    padding-bottom: 95px !important;
  }

  .pl_mobile--95 {
    padding-left: 95px !important;
  }

  .pr_mobile--95 {
    padding-right: 95px !important;
  }

  .mt_mobile--95 {
    margin-top: 95px !important;
  }

  .mb_mobile--95 {
    margin-bottom: 95px !important;
  }

  .ptb_mobile--100 {
    padding: 100px 0 !important;
  }

  .plr_mobile--100 {
    padding: 0 100px !important;
  }

  .pt_mobile--100 {
    padding-top: 100px !important;
  }

  .pb_mobile--100 {
    padding-bottom: 100px !important;
  }

  .pl_mobile--100 {
    padding-left: 100px !important;
  }

  .pr_mobile--100 {
    padding-right: 100px !important;
  }

  .mt_mobile--100 {
    margin-top: 100px !important;
  }

  .mb_mobile--100 {
    margin-bottom: 100px !important;
  }
}

.slick-gutter-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.slick-gutter-5 .slick-slide {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.slick-gutter-10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.slick-gutter-10 .slick-slide {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.slick-gutter-15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.slick-gutter-15 .slick-slide {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.slick-gutter-20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.slick-gutter-20 .slick-slide {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.slick-gutter-25 {
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.slick-gutter-25 .slick-slide {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.slick-gutter-30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.slick-gutter-30 .slick-slide {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.slick-gutter-35 {
  margin-left: -35px !important;
  margin-right: -35px !important;
}

.slick-gutter-35 .slick-slide {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.slick-gutter-40 {
  margin-left: -40px !important;
  margin-right: -40px !important;
}

.slick-gutter-40 .slick-slide {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.slick-gutter-45 {
  margin-left: -45px !important;
  margin-right: -45px !important;
}

.slick-gutter-45 .slick-slide {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.slick-gutter-50 {
  margin-left: -50px !important;
  margin-right: -50px !important;
}

.slick-gutter-50 .slick-slide {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.slick-gutter-55 {
  margin-left: -55px !important;
  margin-right: -55px !important;
}

.slick-gutter-55 .slick-slide {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.slick-gutter-60 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}

.slick-gutter-60 .slick-slide {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.slick-gutter-65 {
  margin-left: -65px !important;
  margin-right: -65px !important;
}

.slick-gutter-65 .slick-slide {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.slick-gutter-70 {
  margin-left: -70px !important;
  margin-right: -70px !important;
}

.slick-gutter-70 .slick-slide {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.slick-gutter-75 {
  margin-left: -75px !important;
  margin-right: -75px !important;
}

.slick-gutter-75 .slick-slide {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.slick-gutter-80 {
  margin-left: -80px !important;
  margin-right: -80px !important;
}

.slick-gutter-80 .slick-slide {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.slick-gutter-85 {
  margin-left: -85px !important;
  margin-right: -85px !important;
}

.slick-gutter-85 .slick-slide {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.slick-gutter-90 {
  margin-left: -90px !important;
  margin-right: -90px !important;
}

.slick-gutter-90 .slick-slide {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.slick-gutter-95 {
  margin-left: -95px !important;
  margin-right: -95px !important;
}

.slick-gutter-95 .slick-slide {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.slick-gutter-100 {
  margin-left: -100px !important;
  margin-right: -100px !important;
}

.slick-gutter-100 .slick-slide {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/*======================== 
    Common Style Css
==========================*/
/* Heading Font  */
.h1 {
  font-size: var(--h1) !important;
}

.h2 {
  font-size: var(--h2) !important;
}

.h3 {
  font-size: var(--h3) !important;
}

.h4 {
  font-size: var(--h4) !important;
}

.h5 {
  font-size: var(--h5) !important;
}

.h6 {
  font-size: var(--h6) !important;
}

/* Text Color  */
.bg-primary-color {
  background: var(--color-primary) !important;
}

.bg-secondary-color {
  background: var(--color-secondary) !important;
}

.bg-color-tertiary {
  background-color: var(--color-tertiary) !important;
}

.bg-color-white {
  background-color: var(--color-white) !important;
}

.color-white {
  color: var(--color-white);
}

/* Radius */
/* Font Weight */
/* Shadows */
/* Others  */
.liststyle {
  padding: 0;
  margin: 0;
  list-style: none;
}

.transition-transform {
  transition: var(--transition-transform);
}

.list-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-icon li {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

@media only screen and (max-width: 767px) {
  .list-icon li {
    font-size: 16px;
  }
}

.list-icon li .icon {
  width: 30px;
  background-color: var(--color-blackest);
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  position: relative;
  margin-right: 9px;
  min-width: 30px;
  min-height: 30px;
}

.list-icon li .icon.background-transparent {
  background-color: transparent;
}

.list-icon li .icon i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.rn-sub-badge {
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 18px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 12px;
  display: inline-block;
  padding: 7px 14px;
  background-color: var(--color-blackest);
  box-shadow: var(--shadow-lighter);
}

.radius-small {
  border-radius: 19px;
}

h3.title {
  color: #f5f5f5;
}

a.edu-btn.sub-btn {
  background: #ffffff;
  color: #481135;
  border-radius: 26px;
  font-size: 17px;
  font-family: Poppins;
  height: 50px;
  line-height: 50px;
}

.line-before {
  position: relative;
  padding-left: 18px;
}

.line-before::before {
  position: absolute;
  content: "";
  left: 0;
  width: 2px;
  height: 81%;
  background: var(--color-primary);
  top: 50%;
  transform: translateY(-50%);
}

.bg-image--7 {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top 15px left 10%;
}

.bg-image--12 {
  background-size: auto;
}

.border-bottom-1 {
  border-bottom: 1px solid #eeeeee;
}

/* Breadcrumb  */
.edu-breadcrumb-area {
  background-image: url(../images/bg/breadcrumb-bg.jpg);
}

.edu-breadcrumb-area .shape-image {
  position: absolute;
  z-index: -1;
}

.edu-breadcrumb-area .shape-image.shape-image-1 {
  top: -30px;
  left: -180px;
}

.edu-breadcrumb-area .shape-image.shape-image-2 {
  top: -10px;
  left: 60%;
}

.edu-breadcrumb-area .shape-image.shape-image-3 {
  top: -24px;
  right: -90px;
}

.edu-breadcrumb-area .shape-image.shape-image-4 {
  bottom: -39px;
  right: -220px;
}

.edu-breadcrumb-area .shape-image.shape-image-5 {
  bottom: -28px;
  left: 35%;
}

.edu-breadcrumb-area .shape-image.shape-image-6 {
  bottom: -30px;
  left: -108px;
}

/* Animation  */
.mac-animated-shape {
  position: relative;
  z-index: 9;
}

@-webkit-keyframes mac-vsm-y-move {
  0% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }

  100% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
}

@keyframes mac-vsm-y-move {
  0% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }

  100% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }
}

@-webkit-keyframes mac-vsm-y-reverse-move {
  0% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }

  100% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}

@keyframes mac-vsm-y-reverse-move {
  0% {
    -webkit-transform: translate(0, 30%);
    transform: translate(0, 30%);
  }

  100% {
    -webkit-transform: translate(0, -30%);
    transform: translate(0, -30%);
  }
}

@-webkit-keyframes mac-sm-x-move {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  100% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

@keyframes mac-sm-x-move {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  100% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}

@-webkit-keyframes mac-sm-x-reverse-move {
  0% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@keyframes mac-sm-x-reverse-move {
  0% {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }

  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@-webkit-keyframes mac-rotate-y {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes mac-rotate-x {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes mac-rotate-x {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes mac-rotate-y {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@-webkit-keyframes mac-zoom1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes mac-zoom2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes mac-zoom1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

@keyframes mac-zoom1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
}

/* ========= Forms Styles ========= */

/* ========= custom Styles ========= */

.container-sasyx {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

.bloc-banner {
  position: relative;
  overflow: hidden;
  background: url(../images/bg-banners.png) top center no-repeat;
  background-attachment: fixed;
  padding: 300px 0 50px;
  background-size: cover;
}

.bloc-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: linear-gradient(to right top,
      #2742a4,
      #2946b6,
      #2e49c7,
      #344cd9,
      #3c4feb);
}

.bloc-slider {
  position: relative;
  margin: 0 auto;
}

.bloc-partners {
  position: relative;
  overflow: hidden;
  margin: 40px 0 0;
}

.title-partners {
  display: block;
  color: #fff;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  line-height: 36px;
  text-align: center;
}

.flexbox-partners {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(60, 79, 235, 0.5);
  padding: 20px;
  border-radius: 20px;
  margin: 30px 0 0;
  flex-wrap: wrap;
}

.box-partners {
  position: relative;
  overflow: hidden;
  margin: 0 25px;
  cursor: pointer;
}

.box-partners img {
  max-width: 100%;
  height: auto;
  display: block;
  filter: grayscale(0);
  transition: 0.5s ease all;
  transform: scale(0.9);
}

.box-partners:hover img {
  transition: 0.5s ease all;
  transform: scale(1);
}

.img-slider {
  max-width: 100%;
  height: auto;
  display: block;
  margin: -40px auto 0;
}

a:focus {
  color: #fab724;
}

@media screen and (max-width: 992px) {
  .bloc-slider {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .bloc-banner {
    padding: 150px 0 50px;
  }

  .img-slider {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .bloc-slider {
    height: 350px;
  }
}

.bloc-slider-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 60px;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .bloc-slider-item {
    flex-direction: column;
  }

  .bloc-banner {
    padding: 125px 0 50px;
  }
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>* {
  opacity: 1;
  transform: none;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(1) {
  transition-delay: 0.3s;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(2) {
  transition-delay: 0.4s;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(3) {
  transition-delay: 0.5s;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(4) {
  transition-delay: 0.6s;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(5) {
  transition-delay: 0.7s;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(6) {
  transition-delay: 0.8s;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(7) {
  transition-delay: 0.9s;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(8) {
  transition-delay: 1s;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(9) {
  transition-delay: 1.1s;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(10) {
  transition-delay: 1.2s;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(11) {
  transition-delay: 1.3s;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(12) {
  transition-delay: 1.4s;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(13) {
  transition-delay: 1.5s;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(14) {
  transition-delay: 1.6s;
}

.bloc-slider-item.swiper-slide-active .bloc-slider-content>*:nth-child(15) {
  transition-delay: 1.7s;
}

.bloc-slider-img {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bloc-slider-img img {
  margin: 0 25px;
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .bloc-slider-img {
    flex-direction: column;
    height: auto;
  }

  .bloc-slider-img img {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 580px) {
  .bloc-slider-img {
    width: 100%;
  }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
  .bloc-slider-img {
    height: 270px;
  }
}

.bloc-slider-content {
  position: relative;
  text-align: center;
  width: 60%;
}

@media screen and (max-width: 1280px) {
  .bloc-slider-content {
    width: 75%;
  }
}

@media screen and (max-width: 992px) {
  .bloc-slider-content {
    width: 100%;
  }

  .container-sasyx {
    width: 90%;
  }

  .box-partners {
    width: 33.333%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .container-sasyx {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 580px) {
  .box-partners {
    width: 50%;
  }

  .container-sasyx {
    padding: 0 15px;
  }

  .bloc-slider-content {
    padding: 0;
  }

  .title-partners {
    font-size: 26px;
    line-height: 33px;
  }
}

.bloc-slider-content>* {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.4s;
}

.bloc-slider-title {
  color: #fff;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0 0;
}

.bloc-slider-text {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 30px;
  margin: 20px 0 0;
}

.bloc-slider-button-white {
  color: #fab724;
  transition: 0.5s;
}

.bloc-slider-button-white:hover,
.bloc-slider-button-white:focus {
  border: 1px solid #fab724 !important;
  color: #fab724 !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 6px 20px 6px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-decoration: none;
  margin: 0 20px;
  transition: 0.5s;
}

.flex-button-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.bloc-slider-button {
  position: relative;
  background: #fab724;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 6px 20px 6px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  margin: 0 20px;
}

.bloc-slider-button:hover {
  border: 1px solid #fab724;
  color: #fab724;
  background: transparent;
}

@media screen and (max-width: 580px) {
  .bloc-slider-title {
    font-size: 30px;
    margin: 20px 0 0;
  }

  .bloc-slider-button {
    font-size: 14px;
    margin: 0 10px;
  }
}

.bloc-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.bloc-slider .swiper-pagination-custom,
.bloc-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.bloc-slider-pagination {
  position: absolute;
  z-index: 21;
  right: 0;
  width: 95px !important;
  text-align: center;
  left: 0 !important;
  bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .bloc-slider-pagination {
    justify-content: center;
  }
}

.bloc-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

@media screen and (max-width: 768px) {
  .bloc-slider-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.bloc-slider-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: all 0.3s;
  background: transparent;
}

.bloc-slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fab724;
  height: 15px;
  border: 1px solid #fab724;
}

/*--- section cible ---*/

.title_solution {
  color: #3c4feb;
  font-weight: 400;
  font-size: 35px;
  line-height: 60px;
  margin-bottom: 40px;
}

.batiment {
  margin-left: 10px;
  width: 100%;
  height: auto;
  object-fit: cover;
  padding: 7px;
}

.entreprise {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 34px;
  color: #1c75bc;
  padding-left: 17px;
}

.desc_entreprise {
  font-family: "Poppins", sans-serif;
  border-left: #fab724 solid 3px;
  padding-left: 15px;
  margin-top: 16px;
  text-align: justify;
}

.cible-box {
  padding: 40px 0px;
  background: #f5f5f5;
}

.entreprise-box {
  padding-left: 24px;
}

/* section actualites Home Page */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

#actualite-hp {
  background-color: #eef0f1;
  padding: 40px 0px;
}

.slow-spin {
  -webkit-animation: fa-spin 8s infinite linear;
  animation: fa-spin 6s infinite linear;
}

main {
  font-family: "Poppins", sans-serif;
}

#actualite-hp h2 {
  color: #3c4feb;
  font-weight: 400;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  margin-top: -16px;
}

#actualite-hp text p {
  color: #043d71;
  font-family: "Poppins", sans-serif;
}

.card {
  border-radius: 12px;
  border: 0px;
}

.card:hover {
  border-color: transparent;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 30px 19px rgb(0 0 0 / 8%);
  cursor: pointer;
}

.card .bg-image {
  padding: 20px;
  object-fit: cover;
}

.actu-cards {
  grid-template-columns: repeat(3, 2fr);
  grid-auto-rows: auto;
  grid-gap: 4rem;
  display: grid;
}

@media (max-width: 991px) {
  .actu-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .actu-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.card-body {
  padding: 20px;
  font-family: "Poppins", sans-serif;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.card-title {
  color: #3c4feb;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.card-text,
.card-body p {
  color: #21529b;
  font-weight: 400;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.card-text:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: -20px;
  width: 4px;
  height: 20px;
  background: #fab724;
}

#actualite-hp .btn {
  background: transparent;
  border: none;
  text-decoration: none;
  color: #21529b;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.5px;
}

#actualite-hp .btn:hover {
  transform: translate3d(5px, 0, 0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.btn-wrapper {
  display: flex;
  justify-content: flex-end;
}

/*section cas client home page*/

.bg-blue {
  position: relative;
  overflow: hidden;
  background: #3c4feb;
}

.flex-cas-cleint {
  position: relative;
  overflow: hidden;
}

.boxtitle {
  position: relative;
  overflow: hidden;
  padding: 15px 0px;
}

.title-client {
  display: block;
  color: #bac1f5;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.subtitle-client {
  display: block;
  color: #fff;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 40px;
}

.boxflex-client {
  position: relative;
  overflow: hidden;
}

.boxdetails-client {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.boximg-client:before {
  content: "";
  background: #3c4feb;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.boximg-client {
  position: relative;
  overflow: hidden;
}

.boximg-client img {
  overflow: hidden;
  width: 100%;
  height: 540px;
  object-fit: cover;
}

.absolute-details {
  position: absolute;
  top: 75px;
  left: 150px;
  right: 150px;
  bottom: 75px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.title-absolute-client {
  display: block;
  color: #fff;
  font-size: 33px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}

.absolute-details p {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  line-height: 30px;
}

.card-title:hover {
  color: #fab724;
  transition: all 0.3s ease-in-out;
}

.link-absolute-client {
  position: relative;
  background: #fab724;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 6px 25px 6px 24px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
}

.link-absolute-client:hover {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.boxlink {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

@media screen and (max-width: 1440px) {
  .boxtitle {
    padding: 40px 0px;
  }

  .absolute-details {
    left: 100px;
    right: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .boxtitle {
    padding: 40px 0px;
  }

  .absolute-details {
    left: 70px;
    right: 70px;
    top: 70px;
    bottom: 70px;
  }
}

@media screen and (max-width: 991px) {
  .boxtitle {
    padding: 40px 0px;
  }

  .flex-secteurs {
    padding: 40px 0px;
  }

  .absolute-details {
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px;
  }

  .subtitle-client {
    font-size: 30px;
  }

  .title-absolute-client {
    font-size: 30px;
  }

  .absolute-details p {
    font-size: 16px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .boximg-client img {
    height: 400px;
  }

  .boxlink {
    justify-content: flex-start;
  }

  .boxtitle {
    padding: 30px 0px;
  }

  .absolute-details {
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
  }

  .flex-secteurs {
    padding: 40px 0px;
  }

  .subtitle-secteurs {
    font-size: 25px;
  }
}

@media screen and (max-width: 480px) {
  .boximg-client img {
    height: 400px;
  }

  .boxlink {
    justify-content: flex-start;
  }

  .boxtitle {
    padding: 30px 0px;
  }

  .absolute-details {
    left: 25px;
    right: 25px;
  }

  .subtitle-client {
    font-size: 24px;
  }

  .title-absolute-client {
    font-size: 24px;
  }

  .absolute-details p {
    font-size: 15px;
    line-height: 24px;
  }
}

/* section environnement home page*/

.environnement {
  position: relative;
  overflow: hidden;
  background: url(../images/bg-environnement-sasyx.png) top center no-repeat;
  background-attachment: fixed;
  padding: 70px 0 50px;
  background-size: cover;
}

/* .flexbox-environnement {
  display: flex;
  flex-direction: row-reverse;
} */

.logo-environnement {
  display: flex;
  justify-content: center;
}

.environnement:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: linear-gradient(to right top,
      #2742a4,
      #2946b6,
      #2e49c7,
      #344cd9,
      #3c4feb);
}

.flexbox-environnement {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.title-environnement {
  display: block;
  color: #fff;
  font-size: 39px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 56px;
}

.flex-contenu-button {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
}

.boxcontenu-environnement p {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: 30px;
  margin: 0;
}

.link-environnement {
  position: relative;
  background: #fab724;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 6px 20px 6px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
}

.link-environnement:hover {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
}

.boxlink-environnement {
  padding-left: 50px;
}

@media screen and (max-width: 1280px) {
  .title-environnement {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .flexbox-environnement {}

  .title-environnement {
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (max-width: 991px) {
  .flexbox-environnement {}

  .title-environnement {
    font-size: 30px;
    line-height: 35px;
  }

  .flex-contenu-button {
    align-items: flex-start;
    flex-direction: column;
  }

  .boxcontenu-environnement {
    width: 100%;
  }

  .boxlink-environnement {
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .environnement {
    padding: 40px 0;
  }

  .box-environnement {
    margin-top: 20px;
  }

  .flexbox-environnement {
    width: 100%;
    padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  .title-environnement {
    font-size: 26px;
    line-height: 33px;
  }

  .flexbox-environnement {
    padding: 0;
  }
}

/*section secteur*/

.secteurs {
  position: relative;
  overflow: hidden;
}

.flex-secteurs {
  position: relative;
  overflow: hidden;
  padding: 40px 0px;
}

.boxtitle-secteurs {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.title-secteurs {
  display: block;
  color: #bac1f5;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.subtitle-secteurs {
  display: block;
  color: #3c4feb;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 60px;
}

.flexbox-secteurs {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
  align-items: center;
}

.secteur-contenu {
  position: relative;
  overflow: hidden;
  padding: 10px 50px 24px 0px;
}

.secteur-contenu p {
  font-size: 19px;
  color: #043d71;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.secteur-boxitems {
  display: flex;
  justify-content: start;
  padding: 0 50px;
}

.item-secteur {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 30px;
  cursor: pointer;
}

.title-item-secteur {
  font-size: 22px;
  color: #21529b;
  display: block;
  text-align: center;
  margin-top: 15px;
}

.item-secteur img {
  height: 100px;
  object-fit: cover;
  transition: 0.5s ease all;
  transform: scale(0.9);
}

.item-secteur:hover img {
  transition: 0.5s ease all;
  transform: scale(1);
}

.item-secteur:hover img {
  transition: 0.5s ease all;
  transform: scale(1);
}

.title-item-secteur:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #fab724;
  transition: width 0.5s;
}

.item-secteur:hover .title-item-secteur:after {
  width: 100%;
}

.item-secteur:hover .title-item-secteur {
  color: #fab724;
}

@media screen and (max-width: 1440px) {
  .flex-secteurs {
    padding: 40px px;
  }
}

@media screen and (max-width: 1024px) {
  .secteur-boxitems {
    padding: 0 20px;
  }

  .secteur-contenu {
    padding: 0 15px;
  }

  .flex-secteurs {
    padding: 40px 0px;
  }
}

@media screen and (max-width: 991px) {
  .flex-secteurs {
    padding: 40px 0px;
  }

  .subtitle-secteurs {
    font-size: 30px;
  }

  .flexbox-secteurs {
    padding: 0 30px;
  }

  .secteur-contenu {
    padding: 0 35px;
  }

  .secteur-contenu p {
    font-size: 18px;
  }

  .item-secteur img {
    height: auto;
    object-fit: cover;
    max-width: 100%;
  }

  .title-item-secteur {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .item-secteur {
    padding: 0;
    margin-bottom: 30px;
  }

  .secteur-boxitems {
    flex-direction: column;
  }

  .flexbox-secteurs {
    padding: 0 15px;
  }

  .secteur-contenu {
    padding: 0;
  }

  .secteur-boxitems {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 25px;
  }

  .flex-secteurs {
    padding: 40px 0px;
  }

  .subtitle-secteurs {
    font-size: 25px;
  }
}

@media screen and (max-width: 480px) {
  .flex-secteurs {
    padding: 40px 0px;
  }
}

/**/
.section-fonctionnalites {
  padding: 3% 0%;
}

.tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background-color: #eef1f4;
  padding: 2%;
}

.tabs-container {
  display: flex;
  justify-content: center;
}

.tab-nav {
  display: flex;
}

.tab-text.col-md-6 {
  padding: 10px;
}

.tab-button {
  width: 23%;
  margin: 7px;
  padding: 10px 0px;
  background-color: #f1f1f1;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  color: #043d71;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: linear 0.5s;
}

.tab-button.active {
  background-color: #ffffff;
  border-color: #fab724;
  border-radius: 16px;
  color: #043d71;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: linear 0.5s;
}

.tab-button:hover {
  background-color: #ffffff;
  border-color: #043d71;
  border-radius: 16px;
  color: #043d71;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  transition: linear 0.5s;
}

.tab-pane {
  display: none;
  padding: 10px;
}

.tab-pane.active {
  display: flex;
}

.tab-content {
  border-radius: 16px;
  background: #fff;
  margin: 3% 0% 0% 0%;
}

.tab-text p {
  color: #043d71;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-align: justify;
}

.tab-text h4 {
  color: #043d71;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

.tab-img {
  padding: 2%;
  text-align: right;
}

.tab-pane img {
  transform: scale(0);
}

.tab-pane.active img {
  transform: scale(1);
}

@media screen and (max-width: 767px) {
  .tab-pane.active {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .tab-nav {
    display: block;
    text-align: center;
  }
}

/*--- section nos services ---*/

.section-services {
  position: relative;
  overflow: hidden;
}

.services {
  background: #fab724;
  height: 100%;
  padding-left: 15%;
  overflow: hidden;
  padding-right: 100px;
  text-align: justify;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
}

.services-title {
  color: #f5f5f5;
  font-size: 35px;
  line-height: 60px;
  font-style: normal;
  line-height: 60px;
}

.box-services-video a.fancybox {
  width: 100%;
}

.services-small {
  color: #043d71;
  font-size: 18px;
  line-height: 36px;
  font-style: normal;
  font-weight: 500;
}

.desc_services {
  color: #f5f5f5;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  text-align: initial;
}

.box-services-video {
  background: linear-gradient(90deg, #f1f1f1 8.53%, #eef1f4 85.6%);

  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.nos-services {
  padding: 0px;
  align-items: center;
}

.video-services {
  padding: 0px;
}

.service-video {
  height: auto;
  width: 100%;
  border-radius: 30px;
}

.img-services {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.fancybox-video {
  position: relative;
  overflow: hidden;
}

.fancybox-video em {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  color: #fab724;
}

.DMS-box {
  align-items: center;
}

.logo-firewall {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.NGFW {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 27px;
  color: #043d71;
}

.DMS {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 84.9541px;
  line-height: 127px;
  color: #043d71;
}

.bynumeryx {
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  transform: translate(10px, 10px);
}

.title-DMS {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 74px;
  color: #043d71;
}

.title2-DMS {
  color: #2542a3;
  font-family: "Poppins";
  font-style: normal;
  font-size: 32px;
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 30px;
}

.DMS-desc {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #043d71;
}

.right-box-DMS {
  padding: 30px 0px 36px 0px;
}

@media screen and (max-width: 1024px) {
  .services-title {
    font-size: 20px;
  }

  .services {
    padding-right: 5%;
  }
}

@media screen and (max-width: 992) {
  .services-title {
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  .services-title {
    font-size: 18px;
  }

  .services {
    width: 100%;
    padding: 0 40px;
  }

  .desc_services {
    font-size: 13px;
  }

  .DMS {
    font-size: 60px;
    line-height: 70px;
  }

  .NGFW {
    font-size: 40px;
  }

  .title-DMS {
    font-size: 30px;
  }

  .title2-DMS {
    font-size: 30px;
  }

  .DMS-desc {
    font-size: 15px;
  }
}

@media screen and (max-width: 580px) {
  .services-title {
    font-size: 17px;
  }

  .services {
    width: 100%;
    padding: 0 30px;
  }

  .DMS {
    font-size: 50px;
    line-height: 60px;
  }

  .NGFW {
    font-size: 30px;
  }

  .title-DMS {
    font-size: 20px;
  }

  .title2-DMS {
    font-size: 20px;
  }

  .DMS-desc {
    font-size: 15px;
  }
}

/*-- avantages --*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.container-sasyx {
  position: relative;
  width: 85%;
  margin: 0 auto;
}

.titre-avanatage:before {
  content: "";
  background: #fab724;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.flexbox-avantages ul {
  padding: 0;
  margin: 0;
}

.bloc-avantages {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.box-avantages {
  position: relative;
  overflow: hidden;
  text-align: left;
}

.title-sasyx {
  display: block;
  color: #bac1f5;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.subtitle-sasyx {
  display: block;
  color: #3c4feb;
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 60px;
}

.description-sasyx {
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* margin-right: 15%; */
  margin-top: 30px;
}

.card-title a:hover {
  color: #fab724;
}

.description-sasyx p {
  font-size: 22px;
  color: #043d71;
  font-family: "Poppins", sans-serif;
  margin: 0;
  width: 45%;
  text-align: center;
}

.description-sasyx img {
  margin-left: 30px;
  max-width: 100%;
  height: 200px;
  display: block;
}

.flexbox-avantages {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 35px;
}

.item-avantages {
  position: relative;
  overflow: hidden;
  padding-right: 30px;
}

.titre-avanatage {
  color: var(--color-body);
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: block;
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.item-avantages p {
  font-size: 17px;
  color: #043d71;
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding-left: 25px;
  font-weight: 400;
}

.item-avantages p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #fab724;
  width: 4px;
  height: 20px;
}

@media screen and (max-width: 1440px) {
  .description-sasyx {
    margin-right: 10%;
  }
}

@media screen and (max-width: 1280px) {
  .description-sasyx {
    margin-right: 3%;
  }

  .description-sasyx p {
    width: 55%;
  }

  .item-avantages p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .description-sasyx p {
    font-size: 18px;
  }

  .item-avantages p {
    font-size: 16px;
  }

  .description-sasyx {
    margin-right: 0;
  }

  .description-sasyx p {
    width: 60%;
  }
}

@media screen and (max-width: 992px) {
  .container-sasyx {
    width: 90%;
  }

  .description-sasyx {
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }

  .description-sasyx p {
    width: 100%;
  }

  .description-sasyx img {
    margin-left: 0;
    margin-top: 25px;
  }

  .item-avantages {
    padding-right: 0px;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .container-sasyx {
    width: 100%;
    padding: 0 30px;
  }
}

@media screen and (max-width: 580px) {
  .container-sasyx {
    padding: 0 15px;
  }

  .subtitle-sasyx {
    font-size: 36px;
  }
}

/*FOOTER*/
footer,
.footer {
  background-image: linear-gradient(to right,
      #3c4feb,
      #4c5ced,
      #5a69ef,
      #6876f1,
      #7582f2);
  display: grid;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.footer-right {
  display: flex;
  align-items: center;
}

footer a,
footer p,
footer h6,
footer div {
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0 0 20px;
}

.footer-left i {
  color: #fff;
}

@media screen and (max-width: 992px) {
  .footer-right {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .footer-right {
    display: block;
  }
}

/*header*/
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.flexheader {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0px;
}

.header.sticky .flexheader {
  margin: 2px 0;
}

.header.sticky .flexheader .logo {
  margin: 15px 0;
}

.header .logo .logo-header {
  transform: scale(1);
  transition: 0.5s ease all;
  height: 160px;
}

.header.sticky .logo .logo-header {
  transform: scale(0);
  transition: 0.5s ease all;
}

.sticky {
  background: #2542a3;
}

.header .logo .logo-sticky {
  transform: scale(0);
  transition: 0.5s ease all;
}

.header.sticky .logo .logo-sticky {
  transform: scale(1);
  transition: 0.5s ease all;
}

#menu-toggle span {
  display: block;
  background: #fff;
}

#menu-toggle {
  width: 40px;
  height: 22px;
  margin: 0px auto;
  position: relative;
  cursor: pointer;
}

#menu-toggle #hamburger {
  position: absolute;
  height: 22px;
  width: 40px;
}

#menu-toggle #hamburger span {
  width: 40px;
  height: 2px;
  position: relative;
  bottom: 8px;
  margin: 0px auto;
  margin-top: 8px;
}

#menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}

#menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}

#menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
}

.boxmenunavblock {
  transform: translateY(0%) !important;
}

#menu-close {
  width: 40px;
  height: 60px;
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}

#menu-close #close-nav {
  position: absolute;
  height: 45px;
  width: 40px;
}

#menu-close #close-nav span {
  width: 40px;
  height: 2px;
  position: relative;
  bottom: 8px;
  margin: 0px auto;
  margin-top: 8px;
}

#menu-close #close-nav span:nth-child(1) {
  transition-delay: 0.5s;
}

#menu-close #close-nav span:nth-child(2) {
  transition-delay: 0.625s;
  width: 44px;
  left: -4px;
  display: block;
  position: relative;
}

#menu-close #close-nav span:nth-child(2):after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 4px 3.5px 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: -2px;
  left: -4px;
}

#menu-close #close-nav span:nth-child(3) {
  transition-delay: 0.75s;
}

#close-nav span {
  display: block;
  background: #fff;
}

.boxmenunavblock {
  transform: translateX(0%) !important;
}

.boxnav {
  width: 100%;
  margin-top: 45px;
}

.menu-mobile {
  position: relative;
  margin-top: 50px;
}

.boxmenunav {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  bottom: 0;
  z-index: 999;
  overflow: auto;
  background: linear-gradient(90deg, #2742a4 8.53%, #3553a7 85.6%);
  -webkit-transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100vw;
  height: 100vh;
}

.btnmenu {
  display: none;
}

.navmenu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.nav-menu .link-nav {
  position: relative;
  overflow: hidden;
  margin-right: 35px;
}

.nav-menu .link-nav .btn-nav {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-bottom: 0;
}

.nav-menu .link-nav:last-child {
  margin-right: 0;
}

.nav-menu .link-nav .btn-nav::after {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background: #fbb31a;
  transition: width 0.3s;
  position: absolute;
  top: 35px;
}

.nav-menu .link-nav .btn-nav:hover::after {
  content: "";
  display: block;
  width: 100%;
  background: #fbb31a;
  transition: width 0.3s;
}

.nav-menu .link-nav .btn-nav:hover {
  color: #fbb31a;
}

.boxlink-header {
  position: relative;
  overflow: hidden;
}

.link-header {
  position: relative;
  background: transparent;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 8px 23px;
  border-radius: 30px;
  border: 1px solid #fff;
  text-align: center;
  text-decoration: none;
  margin-left: 20px;
}

.link-header:hover {
  background: #fab724;
  border: 1px solid #fab724;
  color: #fff;
}

.dropbtn {
  color: white;
  font-size: 16px;
  border: none;
  background: transparent;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-family: "Poppins", sans-serif;
}

.dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #fab724;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.header-right {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.dropdown i {
  color: #fff;
}

.logo {
  position: relative;
  overflow: hidden;
  width: 160px;
  margin-top: 20px;
}

.logo a {
  display: block;
  position: relative;
  overflow: hidden;
}

.logo img {
  position: absolute;
  left: 0;
  top: 0;
}

.header .logo a {
  width: 107px;
  height: 200px;
}

.header.sticky .logo a {
  width: 157px;
  height: 55px;
}

.boxlink-header.boxlink-mobile {
  display: none;
}

@media screen and (max-width: 1280px) {
  .nav-menu .link-nav {
    margin-right: 20px;
  }

  .nav-menu .link-nav .btn-nav {
    font-size: 16px;
  }
}

@media screen and (max-width: 1024px) {
  .nav-menu .link-nav {
    margin-right: 15px;
  }

  .nav-menu .link-nav .btn-nav {
    font-size: 14px;
  }

  .link-header {
    font-size: 14px;
    padding: 10px 10px;
    margin-left: 10px;
  }

  .logo {
    width: 155px;
  }
}

@media screen and (max-width: 992px) {
  .nav-menu .link-nav {
    margin-right: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .navmenu {
    display: none;
  }

  .btnmenu {
    display: block;
    margin-right: 15px;
  }

  .link-header {
    font-size: 16px;
    padding: 10px 15px;
    margin-left: 15px;
  }

  .header .logo .logo-header {
    display: none;
  }

  .header.sticky .logo .logo-header {
    display: none;
  }

  .header .logo .logo-sticky {
    transform: scale(1);
    transition: 0.5s ease all;
  }

  .header.sticky .logo .logo-sticky {
    transform: scale(1);
    transition: 0.5s ease all;
  }

  .logo img {
    position: relative;
  }

  .header .logo a {
    width: 150px;
    height: auto;
  }

  .logo {
    width: auto;
  }

  .flexheader {
    align-items: center;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .flexheader {
    margin-top: 30px;
  }
}

@media screen and (max-width: 580px) {
  .link-header {
    font-size: 14px;
    padding: 10px;
    margin-left: 10px;
  }

  .btnmenu {
    margin-right: 10px;
  }

  .boxlink-header {
    position: relative;
    overflow: hidden;
    display: none;
  }

  .boxlink-header.boxlink-mobile {
    display: flex;
    justify-content: center;
  }
}

/*-------------------------
    Banner Style Two  
--------------------------*/
.banner-style-2 {
  position: relative;
  z-index: 1;
  min-height: 300px;
}

@media only screen and (max-width: 1199px) {
  .banner-style-2 {
    min-height: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-style-2 {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-2 {
    padding: 150px 30px;
    height: auto;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .banner-style-2 {
    padding: 150px 0px;
    height: auto;
    padding-bottom: 0;
  }
}

.banner-style-2 .inner {
  position: relative;
  margin-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .banner-style-2 .inner {
    margin-top: 0px;
  }
}

.thumbnail-somme {
  position: relative;
  height: 350px;
  width: 100%;
}

.thumbnail-somme img {
  height: auto;
  object-fit: fill;
  width: 100%;
  margin-top: 60px;
}

span.pre-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #bac1f5;
}

h1.title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  padding: 0 90px;
}

h3.title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 60px;
  color: #3c4feb;
}

p.line-description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #043d71;
  padding-right: 100px;
}

.content-icon {
  padding: 0px 50px 20px 25px;
}

.service-card.service-card-5 {
  display: flex;
}

.rn-progress-parent.rn-backto-top-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.rn-progress-parent {
  border-radius: 50px;
  bottom: 30px;
  box-shadow: inset 0 0 0 2px #f8e3c3;
  /* cursor: pointer; */
  display: block;
  height: 46px;
  opacity: 0;
  position: fixed;
  right: 30px;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  transition: all 0.2s linear;
  visibility: hidden;
  width: 46px;
  z-index: 10000;
}

.rn-progress-parent::before {
  -webkit-text-fill-color: transparent;
  content: "";
  cursor: pointer;
  display: block;
  font-size: 24px;
  height: 46px;
  left: 0px;
  line-height: 46px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 46px;
  z-index: 2;
  font-family: feather !important;
  background: text rgb(13, 13, 18);
  transition: all 0.2s linear 0s;
}

.rn-progress-parent:after,
.rn-progress-parent:hover:after {
  color: #ffa41b;
  color: var(--color-tertiary);
}

.rn-progress-parent:after {
  content: "↑";
  cursor: pointer;
  display: block;
  font-family: icomoon !important;
  font-size: 24px;
  height: 46px;
  left: 0;
  line-height: 46px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.2s linear;
  width: 46px;
  z-index: 2;
}

.rn-progress-parent svg.rn-back-circle path {
  stroke: #ffa41b;
  stroke: var(--color-tertiary);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 0.2s linear;
}

.rn-progress-parent svg path {
  fill: none;
}

.historique {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background-color: #f5f5f5;
}

.title-sasyx {
  display: block;
  color: #bac1f5;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.subtitle-sasyx {
  display: block;
  color: #3c4feb;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.contenu-historique p {
  font-size: 20px;
  color: #043d71;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  margin: 0;
}

.timeline-historique {
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  display: flex;
  align-items: center;
}

.flex-historique {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 525px;
}

.flex-historique:last-child {
  margin-right: 0;
}

.flex-historique:nth-child(odd):before {
  width: 100%;
  height: 15px;
  content: "";
  background: #043d71;
  position: absolute;
  left: 0;
  top: 50%;
}

.flex-historique:first-child:before {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.flex-historique:last-child:before {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.flex-historique:nth-child(odd):after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #043d71 transparent transparent transparent;
  position: absolute;
  top: 53%;
}

.flex-historique:nth-child(even):after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 48%;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fab724 transparent;
}

.flex-historique:nth-child(even):before {
  width: 100%;
  height: 15px;
  content: "";
  background: #fab724;
  position: absolute;
  left: 0;
  top: 50%;
}

.flex-historique:nth-child(even) .box-historique {
  position: relative;
  margin-top: -270px;
}

.flex-historique:nth-child(odd) .box-historique {
  position: relative;
  margin-top: 20px;
}

.box-historique {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 260px;
}

.date-historique {
  font-size: 40px;
  font-weight: 500;
  display: block;
  font-family: "Poppins", sans-serif;
}

.flex-historique:nth-child(odd) .date-historique {
  color: #043d71;
}

.flex-historique:nth-child(even) .date-historique {
  color: #fab724;
  order: 3;
}

.title-historique {
  font-size: 19px;
  font-weight: 600;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #fab724;
  min-height: 59px
}

.box-historique p {
  font-size: 20px;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #043d71;
  margin: 10px 0 0;
  min-height: 105px;
}

.equipe {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to right,
      #3c4feb,
      #4c5ced,
      #5a69ef,
      #6876f1,
      #7582f2);
  padding: 50px 0;
}

.color-white {
  color: #fff;
}

.flexbox-equipe {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px 0 0;
}

.name-equipe {
  font-size: 25px;
  color: #eecd83;
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-top: 15px;
}

.boximg-equipe {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  width: 230px;
}

.img-team {
  max-width: 100%;
  height: 288px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
  width: 230px;
}

.box-soxiaux {
  position: absolute;
  bottom: 0;
  background: #fff;
  display: flex;
  align-items: center;
  transform: translateY(100px);
  transition: 0.5s ease all;
  width: 100%;
  justify-content: center;
}

.list-sociaux {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-sociaux {
  padding: 5px 10px;
}

.link-sociaux {
  color: #043d71;
  font-size: 20px;
}

.box-equipe {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  cursor: pointer;
}

.box-equipe p {
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin: 10px 0 0;
}

.box-equipe:hover .box-soxiaux {
  transform: translateY(0px);
  transition: 0.5s ease all;
}

.link-sociaux:hover {
  color: #fab724;
}

@media screen and (max-width: 1280px) {
  .subtitle-sasyx {
    font-size: 30px;
  }

  .contenu-historique {
    width: 60%;
  }

  .contenu-historique p {
    font-size: 18px;
  }

  .date-historique {
    font-size: 32px;
  }

  .box-historique p {
    font-size: 16px;
  }

  .title-historique {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .subtitle-sasyx {
    font-size: 26px;
  }

  .contenu-historique {
    width: 70%;
  }

  .contenu-historique p {
    font-size: 16px;
  }

  .date-historique {
    font-size: 30px;
  }

  .box-historique p {
    font-size: 16px;
  }

  .title-historique {
    font-size: 18px;
  }

  .name-equipe {
    font-size: 22px;
  }

  .box-equipe p {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .container-sasyx {
    width: 90%;
  }

  .flex-historique {
    margin-right: 0;
    min-height: auto;
    width: 100%;
    margin: 15px 0px;
  }

  .flex-historique:nth-child(odd):before {
    width: 15px;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
  }

  .flex-historique:first-child:before {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .flex-historique:last-child:before {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .flex-historique:nth-child(odd) .box-historique {
    margin-top: 0;
    padding: 20px 15px;
  }

  .box-historique {
    padding-top: 0;
  }

  .flex-historique:nth-child(odd):after {
    content: "";
    top: 50%;
    left: 15px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #043d71;
  }

  .flex-historique:nth-child(even):before {
    width: 15px;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
  }

  .flex-historique:nth-child(even) .box-historique {
    padding: 20px 15px;
    margin: 0;
  }

  .flex-historique:nth-child(even) .date-historique {
    order: 0;
  }

  .flex-historique:nth-child(even):after {
    content: "";
    top: 50%;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fab724;
    left: 15px;
  }

  .timeline-historique {
    flex-wrap: wrap;
  }

  .contenu-historique {
    width: 100%;
  }

  .box-equipe {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .container-sasyx {
    width: 100%;
    padding: 0 30px;
  }

  .box-equipe {
    width: 100%;
  }

  .box-equipe {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 580px) {
  .container-sasyx {
    padding: 0 15px;
  }

  .flex-historique:nth-child(odd) .box-historique {
    margin-top: 0;
    padding: 20px 25px;
  }

  .img-team {
    width: 100%;
  }

  .boximg-equipe {
    width: 100%;
  }
}

.container.container-sasyx {
  position: inherit;
}

.banner-style-2 .inner {
  position: relative;
  margin-top: 100px;
  text-align: center;
}

.service-card.service-card-5 {
  display: flex;
  margin-bottom: 25px;
  align-items: flex-start;
}

.service-card.service-card-5 .description {
  font-size: 16px;
  color: #043d71;
  font-family: "Poppins";
  line-height: 26px;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .banner-style-2 {
    min-height: 255px;
  }

  .banner-style-2 .inner {
    margin-top: 65px;
  }
}

@media screen and (max-width: 992px) {
  .container-sasyx {
    max-width: 100%;
  }

  .banner-style-2 .inner {
    margin-top: 70px;
  }

  h1.title {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    padding: 0;
  }

  h3.title {
    font-size: 30px;
    line-height: 40px;
  }

  .banner-style-2 {
    min-height: 220px;
  }

  .thumbnail-somme {
    position: relative;
    height: 300px;
    width: 100%;
  }

  .thumbnail-somme img {
    height: auto;
    object-fit: fill;
    width: 100%;
    margin-top: 30px;
  }

  .container.container-sasyx {
    position: relative;
  }

  .img-apropos {
    width: 100%;
  }

  .top-services {
    margin-top: 387px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-style-2 {
    padding: 0;
    height: auto;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .banner-style-2 {
    padding: 0px;
    height: auto;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  h1.title {
    font-size: 20px;
    line-height: 30px;
  }

  h3.title {
    font-size: 20px;
    line-height: 32px;
  }
}

/*assistance*/
h2.title {
  display: block;
  color: #3c4feb;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.centre-assistance .bg-blue {
  border-radius: 20px;
  margin: 0;
  background-image: linear-gradient(to right,
      #5061ed,
      #5a69ee,
      #6372f0,
      #6c7af1,
      #7582f2) !important;
}

.centre-assistance .contact i {
  color: #fff;
  font-size: 25px;
}

.centre-assistance .contact p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  margin: 0px 0px;
}

.yellow-text {
  color: #fbe7ba !important;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 19px !important;
}

.centre-assistance .contact,
.centre-assistance .form-body {
  padding: 50px;
  display: grid;
  row-gap: 20px;
}

.centre-assistance {
  padding: 50px 0px;
}

.centre-assistance .contact div {
  display: flex;
  column-gap: 2rem;
  align-items: center;
}

.form-control {
  border-radius: var(--radius);
}

.centre-assistance .contact .text {
  display: grid;
}

.form-contact label {
  font-size: 0;
}

@media screen and (max-width: 480px) {
  .centre-assistance .form-body {
    padding: 10px;
  }
}

@media screen and (max-width: 320px) {
  .centre-assistance .form-body {
    padding: 4px;
  }
}

/*assistance accordion*/

.faq {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #f5f5f5;
}

.title-sasyx {
  display: block;
  color: #bac1f5;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.subtitle-sasyx {
  display: block;
  color: #3c4feb;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.color-bleu {
  color: #043d71;
}

.accordion-faq .accordion-button {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  color: #21529b;
  padding: 15px 40px 15px 15px;
  display: block;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  box-shadow: none;
}

.accordion-faq .accordion-item {
  box-shadow: 0px 1px 3px 0px #d1d1d12e;
  border-radius: 8px;
  padding: 10px 0;
  margin-bottom: 20px;
}

.accordion-button:after {
  content: "+";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 26px;
  color: #21529b;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  transition: 0.5s ease all;
  background: transparent;
  width: auto;
  height: auto;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
  transform: none;
}

.accordion-faq {
  margin-top: 40px;
}

.panel-group#accordion {
  margin-top: 50px;
  padding: 0 10px;
}

.panel {
  border: 0px;
}

.panel-group .panel+.panel {
  margin-top: 0px;
}

.panel-group .panel {
  overflow: hidden;
  box-shadow: 0px 1px 9px 0px #9b9b9b;
  border-radius: 12px;
  padding: 10px 0;
  margin-bottom: 20px;
}

.panel-heading {
  border-radius: 0px;
  color: white;
}

.description-faq {
  position: relative;
  overflow: hidden;
}

.description-faq .title-faq {
  color: #0073ec;
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.description-faq p {
  font-size: 16px;
  color: #21529b;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  margin: 20px 0 0;
}

.panel-custom>.panel-heading {
  background-color: #fff;
  position: relative;
  z-index: 99;
  padding: 0;
}

.panel-collapse .collapse.in {
  border-bottom: 0;
}

@media screen and (max-width: 992px) {
  .container-sasyx {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .container-sasyx {
    width: 100%;
    padding: 0 30px;
  }

  .accordion-faq .accordion-button {
    font-size: 18px;
  }

  .description-faq .title-faq {
    font-size: 18px;
  }

  .description-faq p {
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width: 580px) {
  .container-sasyx {
    padding: 0 15px;
  }

  .accordion-faq .accordion-button {
    font-size: 16px;
  }

  .description-faq .title-faq {
    font-size: 16px;
  }
}

h2.accordion-header {
  margin-top: 0;
}

.form-contact .form-control {
  border-radius: 10px;
}

.form-contact .form-check {
  padding: 0;
}

.wpforms-field-container input {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 15px 15px 15px 45px;
  border: none;
  margin-bottom: 20px;
  color: #043d71;
}

.wpforms-field-container label {
  display: none;
}

.wpforms-field-container select {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 15px 15px 15px 45px;
  border: none;
  margin-bottom: 20px;
  color: #043d71;
}

.wpforms-field-container textarea {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 15px 15px 15px 45px;
  border: none;
  margin-bottom: 0;
  min-height: 195px;
  resize: none;
}

.wpforms-field-container label.wpforms-field-label-inline {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.wpforms-field-container ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.wpforms-field-container ul li {
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 20px;
}

.wpforms-field-radio.wpforms-list-2-columns fieldset {
  border: none;
  margin: 20px 0 0;
  padding: 0;
}

.wpforms-field-radio.wpforms-list-2-columns fieldset legend {
  display: none;
}

.wpforms-field-container input[type="radio"] {
  padding: 0;
  margin: 0;
  width: 17px;
  height: 17px;
}

.wpforms-submit {
  margin-top: 22px;
  position: relative;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 7px 25px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  background: #fab724;
  transition: 0.5s;
}

.wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
}

.wpforms-submit:hover {
  border: 1px solid #fab724;
  color: #fab724;
  background: transparent;
  transition: 0.5s;
}

.wpforms-field-container input::-webkit-input-placeholder {
  color: #043d71;
}

.wpforms-field-container input::-moz-placeholder {
  color: #043d71;
}

.wpforms-field-container input:-ms-input-placeholder {
  color: #043d71;
}

.wpforms-field-container textarea:-moz-placeholder {
  color: #043d71;
}

.wpforms-field-container textarea::-webkit-input-placeholder {
  color: #043d71;
}

.wpforms-field-container textarea::-moz-placeholder {
  color: #043d71;
}

.wpforms-field-container textarea:-ms-input-placeholder {
  color: #043d71;
}

.wpforms-field-container textarea:-moz-placeholder {
  color: #043d71;
}

.wpforms-field-container input {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 15px 15px 15px 15px;
  border: none;
  margin-bottom: 20px;
  color: #043d71;
}

.wpforms-field-container label {
  display: none;
}

.wpforms-field-container select {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 15px 15px 15px 15px;
  border: none;
  margin-bottom: 20px;
  color: #043d71;
}

.wpforms-field-container textarea {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 15px 15px 15px 15px;
  border: none;
  margin-bottom: 0;
  min-height: 195px;
  resize: none;
}

.wpforms-field-container label.wpforms-field-label-inline {
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
}

.wpforms-field-container ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

div#wpforms-error-noscript {
  visibility: hidden;
}

.wpforms-field-container ul li {
  display: flex;
  align-items: center;
  margin: 0;
  padding-right: 20px;
}

.wpforms-field-radio.wpforms-list-2-columns fieldset {
  border: none;
  margin: 20px 0 0;
  padding: 0;
}

.wpforms-field-radio.wpforms-list-2-columns fieldset legend {
  display: none;
}

.wpforms-field-container input[type="radio"] {
  padding: 0;
  margin: 0;
  width: 17px;
  height: 17px;
}

.wpforms-submit {
  position: relative;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 7px 25px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  background: #fab724;
}

.wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
}

.wpforms-field-container input::-webkit-input-placeholder {
  color: #043d71;
}

.wpforms-field-container input::-moz-placeholder {
  color: #043d71;
}

.wpforms-field-container input:-ms-input-placeholder {
  color: #043d71;
}

.wpforms-field-container input:-moz-placeholder {
  color: #043d71;
}

.wpforms-field-container .wpforms-field.wpforms-field-text:before {
  position: absolute;
  left: 15px;
  top: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f007";
  color: #5868ea;
  font-size: 23px;
}

.wpforms-field-container .wpforms-field.wpforms-field-text {
  position: relative;
}

.wpforms-field-container .wpforms-field.wpforms-field-email:before {
  position: absolute;
  left: 15px;
  top: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  content: "\f0e0";
  color: #5868ea;
  font-size: 23px;
}

.wpforms-field-container .wpforms-field.wpforms-field-email {
  position: relative;
}

.wpforms-field.wpforms-field-select {
  position: relative;
}

.wpforms-field.wpforms-field-select:before {
  content: "\f15c";
  position: absolute;
  left: 15px;
  top: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  color: #5868ea;
  font-size: 23px;
}

.wpforms-field.wpforms-field-textarea {
  position: relative;
}

.wpforms-field.wpforms-field-textarea:before {
  content: "\f27a";
  position: absolute;
  left: 15px;
  top: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  color: #5868ea;
  font-size: 23px;
}

/*---page actualites---*/

/*-section cards-*/
/* h1.title {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 72px;
  color: #FFFFFF;
} */

.new-actu-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  grid-gap: 4rem;
  padding-bottom: 4rem;
}

.new-actu-cards .card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}

.new-actu-cards .card .bg-image {
  padding: 0px;
}

.actualite .btn-wrapper {
  justify-content: space-between;
  align-items: center;
}

.newsletter-from input {
  height: fit-content;
  border: 1px solid #fab724;
  border-radius: 50px !important;
  line-height: 39px;
  padding: 0px 30px;
}

.newsletter-from input::placeholder,
.actualite .newsletter p {
  color: #a7a9ac;
  font-family: "Poppins", sans-serif;
}

.newsletter h3 {
  color: #3c4feb;
  font-family: "Poppins", sans-serif;
}

#newsletter {
  background-color: #eef0f1;
}

.newsletter-from .btn {
  border: 1px solid #fab724;
  border-radius: 0px 50px 50px 0px;
  line-height: 40px;
  padding: 0px 15px;
  background: #fab724 !important;
  color: #fff !important;
  font-weight: 300 !important;
}

.newsletter-from .form-outline {
  display: flex;
  position: relative;
}

.submit-newsletter {
  position: absolute;
  top: 0;
  right: 0;
}

.actualite .newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
}

.card-title {
  font-weight: 700;
}

.date {
  color: #21529b;
  font-weight: 400;
  position: relative;
  font-family: "Poppins", sans-serif;
}

/*detail-actualite*/
.detail-actualite .title {
  font-family: var(--font-primary);
  color: #043d71;
}

.detail-actualite .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-actualite .text div,
.detail-actualite .text div p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
}

.detail-actualite p {
  color: #043d71;
}

.image-actu {
  margin: 40px 0;
}

.image-actu img {
  border-radius: 12px;
  width: 98%;
  object-fit: cover;
}

.detail-actu .links {
  display: flex;
  flex-direction: column;
}

.detail-actu .links ul {
  display: flex;
  flex-direction: column;
}

.detail-actu .content div {
  color: #21529b;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 40px;
}

.detail-actu .links ul a {
  color: #043d71;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.detail-actu .links ul li.active-link a {
  color: #fab724;
  background: transparent;
}

.detail-actu .links ul li.active-link {
  border-left: 3px solid #fab724;
}

/**/

@media only screen and (max-width: 600px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .flex-left {
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }

  .flex-right {}
}

@media only screen and (min-width: 600px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .flex-left {
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }

  .flex-right {}
}

@media only screen and (min-width: 768px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .flex-left {
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }

  .flex-right {}
}

@media only screen and (min-width: 992px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .flex-left {
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .flex-left {
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }

  .flex-right {}
}

@media only screen and (min-width: 2000px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .flex-left {
    position: sticky;
    top: 0;
    justify-content: center;
    align-self: flex-start;
  }

  .flex-right {}
}

* {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.detail-actu .nav {
  display: flex;
  justify-content: right;
  list-style: none;
  margin: 24% 0% 0 0;
}

.detail-actu .nav-heading {
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
}

.detail-actu .nav ul {
  list-style-type: none;
}

.detail-actu li a.active-link {
  background-color: #fff;
  color: #fab724;
  border-left: 3px solid #fab724;
  padding: 10px 17px;
}

/* Change the link color on hover */
.nav li a:hover {
  background-color: #d1d1d1;
  color: #fab724;
  border-left: 3px solid #fab724;
  padding: 10px 17px;
}

.detail-actu .nav-number {
  padding: 0px 10px 0px 0px;
}

.text-area.show {
  opacity: 1;
}

.text-area.show:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: -20px;
  width: 4px;
  height: 20px;
  background: #fab724;
}

.text-area {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  opacity: 0;
  transition: 350ms;
}

.text-part {
  width: 90%;
}

@media only screen and (max-width: 767px) {
  .detail-actu .links {
    width: 100%;
    flex-direction: column-reverse;
  }

  .detail-actu .content {
    width: 100%;
  }

  .detail-actu .nav {
    display: block;
    justify-content: right;
    list-style: none;
    margin: 3% 0% 3% 0%;
  }

  .detail-actu .links ul {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/*newsleter detail actu*/

.detail-actu .newsletter-from input {
  height: fit-content;
  border: 1px solid #fab724;
  border-radius: 16px !important;
  line-height: 39px;
  padding: 0px 30px;
}

.detail-actu .newsletter-from .btn {
  border: 1px solid #fab724;
  border-radius: 16px;
  padding: 15px;
  display: block;
  width: 100%;
  line-height: 10px;
  background: #fab724 !important;
  bottom: 0;
  color: #fff !important;
  font-weight: 300 !important;
}

/* .detail-actu .submit-newsletter {
    position: absolute;
    left: 0;
    top: 64%;
    width: 100%;
  } */
.detail-actu .newsletter h3 {
  color: #3c4feb;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .detail-actu .links {
    flex-direction: column-reverse;
  }

  .detail-actualite .text {
    flex-direction: column;
  }
}

.desc-produit {
  font-family: "Poppins", sans-serif;
  text-align: justify;
  margin: 0;
  width: 100%;
}

.desc-produit p {
  font-size: 18px;
  color: #043d71;
}

.img-produit img {
  position: relative;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: 500px;
  padding: 40px 0 0;
}

.img-demo {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.img-demo img {
  width: 954px;
  height: 544px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
}

/*a propos*/

.historique {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.title-sasyx {
  display: block;
  color: #bac1f5;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.subtitle-sasyx {
  display: block;
  color: #3c4feb;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.contenu-historique p {
  font-size: 18px;
  color: #043d71;
  font-family: "Poppins", sans-serif !important;
  text-align: justify;
  margin: 0;
}

.timeline-historique {
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  display: flex;
  align-items: center;
}

.flex-historique {
  position: relative;
  overflow: hidden;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 500px;
  width: 20%;
}

.flex-historique:last-child {
  margin-right: 0;
}

.flex-historique:nth-child(odd):before {
  width: 100%;
  height: 15px;
  content: "";
  background: #043d71;
  position: absolute;
  left: 0;
  top: 50%;
}

.flex-historique:first-child:before {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.flex-historique:last-child:before {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.flex-historique:nth-child(odd):after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #043d71 transparent transparent transparent;
  position: absolute;
  top: 53%;
}

.flex-historique:nth-child(even):after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 48%;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fab724 transparent;
}

.flex-historique:nth-child(even):before {
  width: 100%;
  height: 15px;
  content: "";
  background: #fab724;
  position: absolute;
  left: 0;
  top: 50%;
}

.flex-historique:nth-child(even) .box-historique {
  position: relative;
  margin-top: -260px;
}

.flex-historique:nth-child(odd) .box-historique {
  position: relative;
  margin-top: 20px;
}

.box-historique {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 260px;
}

.date-historique {
  font-size: 40px;
  font-weight: 500;
  display: block;
  font-family: "Poppins", sans-serif;
}

.flex-historique:nth-child(odd) .date-historique {
  color: #043d71;
}

.flex-historique:nth-child(even) .date-historique {
  color: #fab724;
  order: 3;
}

.title-historique {
  font-size: 18px;
  font-weight: 600;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #fab724;
}

.box-historique p {
  font-size: 16px;
  display: block;
  font-family: "Poppins", sans-serif;
  color: #043d71;
  margin: 10px 0 0;
}

.equipe {
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(to right,
      #3c4feb,
      #4c5ced,
      #5a69ef,
      #6876f1,
      #7582f2);
  padding: 50px 0;
}

.color-white {
  color: #fff;
}

.flexbox-equipe {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 30px 0 0;
}

.name-equipe {
  font-size: 25px;
  color: #eecd83;
  display: block;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-top: 15px;
}

.boximg-equipe {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  width: 230px;
}

.img-team {
  max-width: 100%;
  height: 288px;
  overflow: hidden;
  object-fit: cover;
  position: relative;
  width: 230px;
}

.box-soxiaux {
  position: absolute;
  bottom: 0;
  background: #fff;
  display: flex;
  align-items: center;
  transform: translateY(100px);
  transition: 0.5s ease all;
  width: 100%;
  justify-content: center;
}

.list-sociaux {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-sociaux {
  padding: 5px 10px;
}

.link-sociaux {
  color: #043d71;
  font-size: 20px;
}

.box-equipe {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
  cursor: pointer;
}

.box-equipe p {
  font-size: 22px;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin: 10px 0 0;
}

.box-equipe:hover .box-soxiaux {
  transform: translateY(0px);
  transition: 0.5s ease all;
}

.link-sociaux:hover {
  color: #fab724;
}

@media screen and (max-width: 1280px) {
  .subtitle-sasyx {
    font-size: 30px;
  }

  .contenu-historique {
    width: 60%;
  }

  .contenu-historique p {
    font-size: 18px;
  }

  .date-historique {
    font-size: 32px;
  }

  .box-historique p {
    font-size: 18px;
  }

  .title-historique {
    font-size: 18px;
  }
}

@media screen and (max-width: 1024px) {
  .subtitle-sasyx {
    font-size: 26px;
  }

  .contenu-historique {
    width: 70%;
  }

  .contenu-historique p {
    font-size: 16px;
  }

  .date-historique {
    font-size: 30px;
  }

  .box-historique p {
    font-size: 16px;
  }

  .title-historique {
    font-size: 20px;
  }

  .name-equipe {
    font-size: 22px;
  }

  .box-equipe p {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  .container-sasyx {
    width: 90%;
  }

  .flex-historique {
    margin-right: 0;
    min-height: auto;
    width: 100%;
    margin: 15px 0px;
  }

  .flex-historique:nth-child(odd):before {
    width: 15px;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
  }

  .flex-historique:first-child:before {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .flex-historique:last-child:before {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .flex-historique:nth-child(odd) .box-historique {
    margin-top: 0;
    padding: 20px 15px;
  }

  .box-historique {
    padding-top: 0;
  }

  .flex-historique:nth-child(odd):after {
    content: "";
    top: 50%;
    left: 15px;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #043d71;
  }

  .flex-historique:nth-child(even):before {
    width: 15px;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
  }

  .flex-historique:nth-child(even) .box-historique {
    padding: 20px 15px;
    margin: 0;
  }

  .flex-historique:nth-child(even) .date-historique {
    order: 0;
  }

  .flex-historique:nth-child(even):after {
    content: "";
    top: 50%;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #fab724;
    left: 15px;
  }

  .timeline-historique {
    flex-wrap: wrap;
  }

  .contenu-historique {
    width: 100%;
  }

  .box-equipe {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .container-sasyx {
    width: 100%;
    padding: 0 30px;
  }

  .box-equipe {
    width: 100%;
  }

  .box-equipe {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 580px) {
  .container-sasyx {
    padding: 0 15px;
  }

  .flex-historique:nth-child(odd) .box-historique {
    margin-top: 0;
    padding: 20px 25px;
  }

  .img-team {
    width: 100%;
  }

  .boximg-equipe {
    width: 100%;
  }
}

/*assistance*/
h2.title {
  display: block;
  color: #3c4feb;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.centre-assistance .bg-blue {
  border-radius: 20px;
  margin: 0;
  background-image: linear-gradient(to right,
      #5061ed,
      #5a69ee,
      #6372f0,
      #6c7af1,
      #7582f2) !important;
}

.centre-assistance .contact i {
  color: #fff;
  font-size: 25px;
}

.centre-assistance .contact p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  margin: 0px 0px;
}

.yellow-text {
  color: #fbe7ba !important;
  /* font-family: 'Poppins', sans-serif; */
  font-size: 19px !important;
}

.centre-assistance .contact,
.centre-assistance .form-body {
  padding: 50px;
  display: grid;
  row-gap: 20px;
}

.centre-assistance {
  padding: 50px 0px;
}

.centre-assistance .contact div {
  display: flex;
  column-gap: 2rem;
  align-items: center;
}

.form-control {
  border-radius: var(--radius);
}

.centre-assistance .contact .text {
  display: grid;
}

.form-contact label {
  font-size: 0;
}

form .btn {
  position: relative;
  background: #fab724;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-align: center;
  width: fit-content;
  text-decoration: none;
}

form .btn:hover {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

.submit-contact {
  display: flex;
  justify-content: end;
}

.inputWithIcon input[type="text"],
.inputWithIcon input[type="email"],
.inputWithIcon textarea {
  padding-left: 45px;
  /*leftPadding = 40*/
  padding-top: 5px;
  padding-bottom: 5px;
}

.inputWithIcon {
  position: relative;
  display: flex;
}

.inputWithIcon i {
  position: absolute;
  left: 10px;
  top: 0%;
  padding: 9px 8px;
  color: #5061ed;
  transition: 0.3s;
  bottom: 0%;
  display: flex;
  align-items: center;
}

.inputWithIcon i.fa-comment {
  position: absolute;
  left: 10px;
  top: 0px;
  padding: 15px 8px;
  color: #5061ed;
  transition: 0.3s;
  bottom: 0%;
  display: flex;
  align-items: flex-start;
}

.inputWithIcon input[type="text"]:focus+i,
.inputWithIcon input[type="email"]:focus+i,
.inputWithIcon textarea:focus+i {
  color: #3c4feb;
}

.inputWithIcon input::placeholder,
.inputWithIcon textarea::placeholder {
  color: #043d71;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.radio-check {
  display: flex;
  justify-content: space-between;
  margin: 10px 0px;
}

.radio-check label {
  color: #fff !important;
  font-family: "Poppins", sans-serif;
}

/*assistance accordion*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.faq {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background: #f5f5f5;
}

.title-sasyx {
  display: block;
  color: #bac1f5;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.subtitle-sasyx {
  display: block;
  color: var(--color-body);
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

.color-bleu {
  color: #043d71;
}

.accordion-faq .accordion-button {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  color: #21529b;
  padding: 15px 40px 15px 15px;
  display: block;
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
  box-shadow: none;
}

.accordion-faq .accordion-item {
  box-shadow: 0px 1px 3px 0px #d1d1d12e;
  border-radius: 8px;
  padding: 10px 0;
  margin-bottom: 20px;
}

.accordion-button:after {
  content: "+";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 26px;
  color: #21529b;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  transition: 0.5s ease all;
  background: transparent;
  width: auto;
  height: auto;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
  transform: none;
}

.accordion-faq {
  margin-top: 40px;
}

.panel-group#accordion {
  margin-top: 50px;
  padding: 0 10px;
}

.panel {
  border: 0px;
}

.panel-group .panel+.panel {
  margin-top: 0px;
}

.panel-group .panel {
  overflow: hidden;
  box-shadow: 0px 1px 9px 0px #9b9b9b;
  border-radius: 12px;
  padding: 10px 0;
  margin-bottom: 20px;
}

.panel-heading {
  border-radius: 0px;
  color: white;
}

.description-faq {
  position: relative;
  overflow: hidden;
}

.description-faq .title-faq {
  color: #0073ec;
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.description-faq p {
  font-size: 16px;
  color: #21529b;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  margin: 20px 0 0;
}

.panel-custom>.panel-heading {
  background-color: #fff;
  position: relative;
  z-index: 99;
  padding: 0;
}

.panel-collapse .collapse.in {
  border-bottom: 0;
}

@media screen and (max-width: 992px) {
  .container-sasyx {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .container-sasyx {
    width: 100%;
    padding: 0 30px;
  }

  .accordion-faq .accordion-button {
    font-size: 18px;
  }

  .description-faq .title-faq {
    font-size: 18px;
  }

  .description-faq p {
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width: 580px) {
  .container-sasyx {
    padding: 0 15px;
  }

  .accordion-faq .accordion-button {
    font-size: 16px;
  }

  .description-faq .title-faq {
    font-size: 16px;
  }
}

h2.accordion-header {
  margin-top: 0;
}

.form-contact .form-control {
  border-radius: 10px;
}

.form-contact .form-check {
  padding: 0;
}

.description-tarif {
  position: relative;
  overflow: hidden;
}

.contenu-tarif {
  position: relative;
  overflow: hidden;
}

.contenu-tarif p {
  font-size: 18px;
  color: #043d71;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  margin: 0;
}

.bloc-tarif {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  padding: 55px 0;
}

.flex-tarif {
  position: relative;
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
  margin-top: 30px;
}

.boxtarif {
  position: relative;
  overflow: hidden;
}

.box-pack {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
}

.bg-pack {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 15px;
}

.etat-pack {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.pack-basic .bg-pack {
  background: #043d71;
}

.pack-standard .bg-pack {
  background: #043d71;
}

.pack-premuim .bg-pack {
  background: #fab724;
}

.prix-pack {
  color: #fff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}

.contenu-pack {
  position: relative;
  overflow: hidden;
  padding: 30px 20px;
  border: 1px solid #9090904a;
}

.contenu-pack ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  color: #21529b;
  display: block;
  font-family: "Poppins", sans-serif;
}

.contenu-pack ul li {
  margin-left: 20px;
  font-weight: 500;
  font-size: 16px;
  /* margin: 0; */
  color: #21529b;
  display: block;
  font-family: "Poppins", sans-serif;
  margin-top: 2px;
}

.pack-standard .contenu-pack li i:before {
  color: #3c4feb;
}

.pack-premuim .contenu-pack li i:before {
  color: #fab724;
}

.box-buttons {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.pack-basic .contenu-pack .link-pack {
  background: #043d71;
}

.pack-standard .contenu-pack .link-pack {
  background: #043d71;
}

.pack-premuim .contenu-pack .link-pack {
  background: #fab724;
}

.link-pack {
  position: relative;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 7px 25px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  margin: 0 20px;
}

.pack-basic .contenu-pack .link-pack:hover {
  border: 1px solid #043d71;
  color: #043d71;
  background: transparent;
}

.pack-standard .contenu-pack .link-pack:hover {
  border: 1px solid #043d71;
  color: #043d71;
  background: transparent;
}

.pack-premuim .contenu-pack .link-pack:hover {
  border: 1px solid #fab724;
  color: #fab724;
  background: transparent;
}

.box-comparaison {
  position: relative;
  overflow: hidden;
  background: #eef1f4;
  border-radius: 25px;
  padding: 30px;
}

.bloc-comparaison {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}

.box-comparaison table th {
  border-bottom: none;
  color: #043d71;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 30%;
  text-align: center;
}

.box-comparaison table td {
  background: transparent;
  border: none;
  width: 30%;
  text-align: center;
  margin-top: 25px;
}

.box-comparaison table td .title-comparaison {
  color: #043d71;
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.box-comparaison table td p {
  color: #043d71;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.box-comparaison table tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.box-comparaison table td i:before {
  color: #fab724;
  font-size: 25px;
}

.box-comparaison table td.col-50 {
  width: 40%;
  text-align: left;
}

.box-comparaison table th.col-50 {
  width: 40%;
  text-align: left;
}

.bloc-securise {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 40px 0;
}

.title-securise {
  display: block;
  font-size: 22px;
  color: #1c75bc;
  font-family: "Poppins", sans-serif;
}

.btn-securise {
  position: relative;
  background: #fab724;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
}

.btn-securise:hover {
  color: #fab724;
  border: 1px solid #fab724;
  background: transparent;
}

@media screen and (max-width: 1600px) {
  .flex-tarif {
    width: 70%;
  }
}

@media screen and (max-width: 1440px) {
  .flex-tarif {
    width: 80%;
  }
}

@media screen and (max-width: 1280px) {
  .flex-tarif {
    width: 85%;
  }
}

@media screen and (max-width: 1024px) {
  .flex-tarif {
    width: 90%;
  }
}

@media screen and (max-width: 992px) {
  .flex-tarif {
    width: 100%;
  }

  .boxtarif {
    width: 100%;
    margin-bottom: 30px;
  }

  .box-comparaison table td.col-50 {
    width: 60%;
  }

  .box-comparaison table th.col-50 {
    width: 60%;
  }

  .box-comparaison table th {
    width: 20%;
  }

  .box-comparaison table td {
    width: 20%;
  }
}

@media screen and (max-width: 580px) {
  .box-comparaison {
    padding: 30px 15px;
  }

  .box-comparaison table td.col-50 {
    width: 50%;
  }

  .box-comparaison table th.col-50 {
    width: 50%;
  }

  .box-comparaison table th {
    width: 25%;
  }

  .box-comparaison table td {
    width: 25%;
  }

  .box-comparaison table th {
    font-size: 15px;
    font-weight: 500;
  }

  .box-comparaison table td .title-comparaison {
    font-size: 18px;
  }

  .box-comparaison table td p {
    font-size: 14px;
  }

  .title-securise {
    font-size: 20px;
  }
}

.banner-style-2 .inner {
  position: relative;
  margin-top: 100px;
  text-align: center;
}

.banner-style-2 {
  position: relative;
  z-index: 1;
  min-height: 300px;
}

@media only screen and (max-width: 1199px) {
  .banner-style-2 {
    min-height: 255px;
  }

  .banner-style-2 .inner {
    margin-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .card-text.actualite-text {
    font-size: 18px;
    width: 100%;
    margin: 0 0 30px;
  }
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  border-right: solid 2px #043d71;
  background: #043d71;
}

::-webkit-scrollbar-track {
  border: none;
  background: #020303;
}

.bloc-support {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.bloc-act {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.boxdescription-act {
  position: relative;
  overflow: hidden;
}

.title-act {
  display: block;
  font-size: 26px;
  color: #3c4feb;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.subtitle-act {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 20px;
}

.boxact {
  position: relative;
  overflow: hidden;
  margin-bottom: 35px;
  padding: 15px 20px;
  border-radius: 15px;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  cursor: pointer;
  transform: scale(0.9);
}

.name-act {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #3c4feb;
  line-height: 26px;
  position: relative;
  overflow: hidden;
  padding-left: 25px;
  display: block;
}

.flexbox-act {
  position: relative;
  overflow: hidden;
  margin: 45px 0 0;
}

.boxact p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #a7a9ac;
  font-size: 16px;
  margin: 10px 0 0;
  text-align: justify;
  padding-left: 25px;
}

.name-act:before {
  content: "";
  background: #fab724;
  width: 4px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-act {
  font-size: 18px;
  color: #3c4feb;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.btn-act:hover {
  color: #fab724;
}

.boxact:hover {
  background: #eef1f4;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition: 0.5s ease all;
  transform: scale(1);
}

.boxact:hover .btn-act {
  color: #fab724;
}

.bloc-tuto {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  padding: 50px 0;
}

.flexbox-tuto {
  position: relative;
  overflow: hidden;
  padding: 40px 0 0;
}

.boxvideo {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.boxvideo .fancybox-video {
  display: block;
  height: 210px;
}

.img-video {
  width: 100%;
  height: 210px;
  border-radius: 15px;
  overflow: hidden;
}

.hover-video {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 20px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s ease all;
  transform: translateY(0px);
}

.title-video {
  font-size: 20px;
  color: #fff;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  width: 50%;
  line-height: 25px;
}

.hover-video i {
  background: #fff;
  width: 45px;
  padding: 5px;
  text-align: center;
  border-radius: 9px;
}

.boxvideo .fancybox-video:hover .hover-video {
  transition: 0.5s ease all;
  transform: translateY(-100%);
}

.hover-video-play {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000b0;
  padding: 30px 20px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  transition: 0.5s ease all;
  transform: translateY(-100%);
  justify-content: center;
  align-items: center;
}

.hover-video-play i {
  background: #fff;
  width: 45px;
  padding: 5px;
  text-align: center;
  border-radius: 9px;
}

.boxvideo .fancybox-video:hover .hover-video-play {
  transition: 0.5s ease all;
  transform: translateY(0%);
}

.boxvideo .fancybox-video:hover .hover-video-play i {
  color: #000;
}

.bloc-securise p {
  font-size: 18px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  margin: 15px 0 0;
}

.bloc-securise p a {
  color: #000000;
  text-decoration: underline;
}

.bloc-securise p a:hover {
  color: #a7a9ac;
  text-decoration: none;
}

@media screen and (max-width: 1280px) {
  .title-video {
    width: 75%;
  }
}

@media screen and (max-width: 992px) {

  .boxact,
  .boxvideo {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {

  .boxact,
  .boxvideo {
    width: 100%;
  }
}

.description-tarif {
  position: relative;
  overflow: hidden;
}

.contenu-tarif {
  position: relative;
  overflow: hidden;
}

.contenu-tarif p {
  font-size: 18px;
  color: #043d71;
  font-family: "Poppins", sans-serif;
  text-align: justify;
  margin: 0;
}

.bloc-tarif {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  padding: 55px 0;
}

.boxtarif {
  position: relative;
  overflow: hidden;
}

.box-pack {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
}

.bg-pack {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 15px;
}

.etat-pack {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.pack-basic .bg-pack {
  background: #043d71;
}

.pack-standard .bg-pack {
  background: #043d71;
}

.pack-premuim .bg-pack {
  background: #fab724;
}

.prix-pack {
  color: #fff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
}

.contenu-pack {
  position: relative;
  overflow: hidden;
  padding: 30px 20px;
}

.contenu-pack ul {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 245px;
}

.pack-standard .contenu-pack li i:before {
  color: #3c4feb;
}

.pack-premuim .contenu-pack li i:before {
  color: #fab724;
}

.box-buttons {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.pack-basic .contenu-pack .link-pack {
  background: #043d71;
}

.pack-standard .contenu-pack .link-pack {
  background: #043d71;
}

.pack-premuim .contenu-pack .link-pack {
  background: #fab724;
}

.link-pack {
  position: relative;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 7px 25px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  margin: 0 20px;
}

.pack-basic .contenu-pack .link-pack:hover {
  border: 1px solid #043d71;
  color: #043d71;
  background: transparent;
}

.pack-standard .contenu-pack .link-pack:hover {
  border: 1px solid #043d71;
  color: #043d71;
  background: transparent;
}

.pack-premuim .contenu-pack .link-pack:hover {
  border: 1px solid #fab724;
  color: #fab724;
  background: transparent;
}

.box-comparaison {
  position: relative;
  overflow: hidden;
  background: #eef1f4;
  border-radius: 25px;
  padding: 30px;
}

.bloc-comparaison {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}

.box-comparaison table th {
  border-bottom: none;
  color: #043d71;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  width: 30%;
  text-align: center;
}

.box-comparaison table td {
  background: transparent;
  border: none;
  width: 30%;
  text-align: center;
  margin-top: 25px;
}

.box-comparaison table td .title-comparaison {
  color: #043d71;
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.box-comparaison table td p {
  color: #043d71;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin: 0;
}

.box-comparaison table tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.box-comparaison table td i:before {
  color: #fab724;
  font-size: 25px;
}

.box-comparaison table td.col-50 {
  width: 40%;
  text-align: left;
}

.box-comparaison table th.col-50 {
  width: 40%;
  text-align: left;
}

.bloc-securise {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 40px 0;
}

.title-securise {
  display: block;
  font-size: 22px;
  color: #1c75bc;
  font-family: "Poppins", sans-serif;
}

.btn-securise {
  position: relative;
  background: #fab724;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 6px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  margin-top: 20px;
}

.btn-securise:hover {
  color: #fab724;
  border: 1px solid #fab724;
  background: transparent;
}

@media screen and (max-width: 1600px) {
  .flex-tarif {
    width: 70%;
  }
}

@media screen and (max-width: 1440px) {
  .flex-tarif {
    width: 80%;
  }
}

@media screen and (max-width: 1280px) {
  .flex-tarif {
    width: 85%;
  }
}

@media screen and (max-width: 1024px) {
  .flex-tarif {
    width: 90%;
  }
}

@media screen and (max-width: 992px) {
  .flex-tarif {
    width: 100%;
  }

  .boxtarif {
    width: 100%;
    margin-bottom: 30px;
  }

  .box-comparaison table td.col-50 {
    width: 60%;
  }

  .box-comparaison table th.col-50 {
    width: 60%;
  }

  .box-comparaison table th {
    width: 20%;
  }

  .box-comparaison table td {
    width: 20%;
  }
}

@media screen and (max-width: 580px) {
  .box-comparaison {
    padding: 30px 15px;
  }

  .box-comparaison table td.col-50 {
    width: 50%;
  }

  .box-comparaison table th.col-50 {
    width: 50%;
  }

  .box-comparaison table th {
    width: 25%;
  }

  .box-comparaison table td {
    width: 25%;
  }

  .box-comparaison table th {
    font-size: 15px;
    font-weight: 500;
  }

  .box-comparaison table td .title-comparaison {
    font-size: 18px;
  }

  .box-comparaison table td p {
    font-size: 14px;
  }

  .title-securise {
    font-size: 20px;
  }
}

.box-produit-video {
  text-align: center;
}

span.actualite.mx-3 {
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: #043d71;
}

/*detail actu*/
/*detail-actualite*/
.detail-actualite .title {
  font-family: var(--font-primary);
  color: #043d71;
}

.detail-actualite {
  margin: 30px 0px;
}

.detail-actualite .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail-actualite .text div,
.detail-actualite .text div p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1rem;
}

.detail-actualite p {
  color: #043d71;
}

.image-actu {
  margin: 40px 0;
}

.detail-actu .links {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  padding-top: 10px;
}

.detail-actu .links ul {
  display: flex;
  flex-direction: column;
}

.detail-actu .content div {
  color: #21529b;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 40px;
}

.detail-actu .links ul a {
  color: #043d71;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
}

.detail-actu .links ul li.active-link a {
  color: #fab724;
  background: transparent;
}

.detail-actu .links ul li.active-link {
  border-left: 3px solid #fab724;
}

/**/

@media only screen and (max-width: 600px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media only screen and (min-width: 600px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media only screen and (min-width: 992px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media only screen and (min-width: 2000px) {
  .flex-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

* {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.detail-actu .nav {
  display: flex;
  justify-content: right;
  list-style: none;
  margin: 24% 0% 0 0;
}

.detail-actu .nav-heading {
  font-weight: bold;
  padding: 10px 20px;
  text-transform: uppercase;
}

.detail-actu .nav ul {
  list-style-type: none;
}

.detail-actu li a.active-link {
  background-color: #fff;
  color: #fab724;
  border-left: 3px solid #fab724;
  padding: 10px 17px;
}

/* Change the link color on hover */
.nav li a:hover {
  background-color: #d1d1d1;
  color: #fab724;
  border-left: 3px solid #fab724;
  padding: 10px 17px;
}

.detail-actu .nav-number {
  padding: 0px 10px 0px 0px;
}

.text-area.show {
  opacity: 1;
}

.text-area.show:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: -20px;
  width: 4px;
  height: 20px;
  background: #fab724;
}

/* .title {
  margin: 0 0 0 5%;
} */

.text-area {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  opacity: 1;
  transition: 350ms;
}

.text-part {
  width: 90%;
}

@media only screen and (max-width: 767px) {
  .detail-actu .links {
    width: 100%;
    flex-direction: column-reverse;
  }

  .detail-actu .content {
    width: 100%;
  }

  .detail-actu .nav {
    display: block;
    justify-content: right;
    list-style: none;
    margin: 3% 0% 3% 0%;
  }

  .detail-actu .links ul {
    display: flex;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/*rs-detail-actu*/
.rs-detail-actu {
  padding: 15px;
  background: #f5f5f5;
  border-radius: 11px;
  text-align: center;
}

.rs-detail-actu a:hover {
  text-decoration: none;
  border: 1px solid #fab724;
  color: #043d71;
}

.links h3 {
  color: #3c4feb;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
}

.rs-detail-actu .lien {
  display: flex;
  justify-content: space-evenly;
  margin: 20px 0px;
}

.rs-detail-actu i {
  /* color:#fff; */
}

.rs-detail-actu a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  color: #043d71;
  justify-content: center;
  border: 1px solid;
  align-items: center;
}

.rs-detail-actu a:hover {
  text-decoration: none;
  border: 1px solid #fab724;
  color: #043d71;
}

/*rs-detail-actu*/
/*tags*/
.tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tags-widget {
  margin: 30px 0px;
  background: #f5f5f5;
  border-radius: 11px;
  padding: 15px;
  text-align: center;
}

a.tag {
  margin: 5px;
  text-decoration: none;
  padding: 11px;
  transition: 0.5s;
  color: #043d71;
  border: 1px solid #fab724;
}

a.tag:hover {
  text-decoration: none;
  color: #fab724;
  background: #fff;
  transition: 0.5s;
}

/*tags*/
/*newsleter detail actu*/

.detail-actu .newsletter-from input {
  height: fit-content;
  border: 1px solid;
  border-radius: 0px !important;
  padding: 0px 30px;
}

.detail-actu .newsletter-from .btn {
  border: 1px solid #000;
  border-radius: 0;
  padding: 15px;
  display: block;
  width: 100%;
  line-height: 9px;
  background: #fab724 !important;
  bottom: 0;
  color: #fff !important;
  font-weight: 300 !important;
  transition: 0.5s;
}

.detail-actu .newsletter-from .btn:hover {
  background: #fff !important;
  bottom: 0;
  color: #fab724 !important;
  transition: 0.5s;
}

/* .detail-actu .submit-newsletter {
  position: absolute;
  right: 0;
  top: 0;
  width: fit-content;
} */
.detail-actu .newsletter h3 {
  color: #3c4feb;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .detail-actu .links {
    flex-direction: column-reverse;
  }

  .detail-actualite .text {
    flex-direction: column;
  }
}

/*envirenment*/
.environnement.detail-actu:before {
  background-image: none;
}

.environnement.detail-actu {
  background: #f5f5f5;
}

.environnement.detail-actu .title-environnement {
  color: #3c4feb;
}

.environnement.detail-actu .flex-contenu-button p {
  color: #3c4feb;
}

.environnement.detail-actu img {
  height: 200px;
}

.environnement.detail-actu .link-environnement:hover {
  text-decoration: none;
  color: #fab724;
  background: #fff;
  border: 1px solid #fab724;
  transition: 0.5s;
}

/**/
/*other news*/
.other-news .card {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  /* flex-direction: row; */
  align-items: center;
  margin: 4% 0%;
  /* background: transparent; */
  background: #f5f5f5;
  border-radius: 11px;
  padding: 15px;
}

.other-news {
  /* background: #F5F5F5;
  border-radius: 11px; */
  padding: 15px;
}

.other-news .card .bg-image {
  padding: 0;
}

.other-news .card-body {
  padding: 0% 0% 0% 2%;
}

.other-news .card-text:before {
  content: none;
}

.detail-actu {
  display: flex;
  flex-wrap: wrap;
}

.detail-actu .newsletter {
  background: #f5f5f5;
  border-radius: 11px;
  margin: 20px 0px;
  padding: 15px 15px;
}

.other-news a .card-text {
  font-size: 15px;
}

.other-news img {
  height: auto;
}

footer {
  margin-top: 0px !important;
}

/****************** Boutique *******************/
.entry-header .entry-title {
  display: block;
  color: #bac1f5;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.entry-content {
  position: relative;
  overflow: hidden;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}

span.cart-count {
  position: absolute;
  top: 3px;
  z-index: 9999999999999;
  left: 43px;
  border-radius: 50%;
  background-color: #fbb31a;
  padding: 0px 5px 0px 5px;
  font-size: 12px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #3c4feb;
  display: block;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: #fab724;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fab724;
}

.woocommerce-MyAccount-navigation ul li a:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #fab724;
  transition: width 0.3s;
  position: absolute;
  bottom: 0;
}

.woocommerce-MyAccount-navigation ul li.is-active a::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fab724;
  transition: width 0.3s;
  position: absolute;
  bottom: 0;
}

.woocommerce-MyAccount-navigation ul li a:hover:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #fab724;
  transition: width 0.3s;
  position: absolute;
  bottom: 0;
}

.woocommerce-MyAccount-content {
  font-size: 16px;
  color: #043d71;
  font-family: "Poppins", sans-serif !important;
  text-align: justify;
  margin: 0;
}

.woocommerce-MyAccount-content p {
  font-size: 16px;
  color: #043d71;
  font-family: "Poppins", sans-serif !important;
  text-align: justify;
  margin: 0;
  line-height: 40px;
}

.woocommerce-MyAccount-content p a {
  text-decoration: underline;
  color: #043d71;
}

.woocommerce-MyAccount-content p a:hover {
  text-decoration: none;
}

.woocommerce .woocommerce-info a {
  position: relative;
  background-color: #fab724 !important;
  display: inline-flex !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px !important;
  padding: 15px 25px !important;
  border-radius: 20px !important;
  border: 1px solid transparent !important;
  text-align: center;
  text-decoration: none;
  font-weight: 600 !important;
}

.woocommerce .woocommerce-info a:hover {
  background: transparent !important;
  border: 1px solid #fab724 !important;
  color: #fab724 !important;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.woocommerce-Address-title {
  margin: 0;
}

.woocommerce-Address-title h3 {
  color: #3c4feb;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  width: 50% !important;
  margin: 20px 0 0;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  width: 50% !important;
  margin: 20px 0 0;
}

.woocommerce .col2-set .col-1 a,
.woocommerce-page .col2-set .col-1 a,
.woocommerce .col2-set .col-2 a,
.woocommerce-page .col2-set .col-2 a {
  position: relative;
  background: #fab724;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  padding: 6px 20px 6px 20px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  margin: 20px 0;
}

.woocommerce .col2-set .col-1 a:hover,
.woocommerce-page .col2-set .col-1 a:hover,
.woocommerce .col2-set .col-2 a:hover,
.woocommerce-page .col2-set .col-2 a:hover {
  background: transparent;
  color: #fab724;
  border: 1px solid #fab724;
}

.woocommerce-input-wrapper input {
  background: #fff;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 20px !important;
  color: #043d71;
  border: 1px solid #043d71;
}

.woocommerce-input-wrapper select {
  background: #fff;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 20px !important;
  color: #043d71;
  border: 1px solid #043d71;
}

.woocommerce-MyAccount-content h3 {
  color: #3c4feb;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 30px;
}

.woocommerce-MyAccount-content button {
  position: relative;
  background-color: #fab724 !important;
  display: inline-flex !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px !important;
  padding: 15px 25px !important;
  border-radius: 20px !important;
  border: 1px solid transparent !important;
  text-align: center;
  text-decoration: none;
  font-weight: 600 !important;
}

.woocommerce-MyAccount-content button:hover {
  background: transparent !important;
  border: 1px solid #fab724 !important;
  color: #fab724 !important;
}

.woocommerce form .form-row input {
  background: #fff;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 20px !important;
  color: #043d71;
  border: 1px solid #043d71;
}

.woocommerce-MyAccount-content fieldset {
  padding: 0 !important;
}

.showcoupon {
  float: right;
}

.woocommerce-info {
  font-size: 15px;
  color: #043d71 !important;
  font-family: "Poppins", sans-serif !important;
  text-align: justify;
  margin: 0;
}

.woocommerce-checkout h3 {
  color: #3c4feb;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 30px;
}

.woocommerce-checkout p {
  font-size: 16px;
  color: #043d71;
  font-family: "Poppins", sans-serif !important;
  text-align: justify;
  margin: 0;
  line-height: 40px;
}

.woocommerce form .form-row textarea {
  background: #fff;
  border-radius: 10px;
  padding: 15px 15px;
  margin-bottom: 20px !important;
  color: #043d71;
  border: 1px solid #043d71;
  height: 124px !important;
  resize: none;
}

.woocommerce table.shop_table {
  border: 1px solid #043d71 !important;
  font-family: "Poppins", sans-serif;
  color: #043d71 !important;
}

.woocommerce table.shop_table td {
  border-top: 1px solid #043d71 !important;
  font-family: "Poppins", sans-serif;
  color: #043d71 !important;
}

.woocommerce table.shop_table td a {
  color: #043d71 !important;
  text-decoration: underline;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  border-top: 1px solid #043d71 !important;
  font-family: "Poppins", sans-serif;
  color: #043d71 !important;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  font-family: "Poppins", sans-serif;
  color: #043d71 !important;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  font-family: "Poppins", sans-serif;
  color: #043d71 !important;
}

.woocommerce-privacy-policy-text p a {
  font-family: "Poppins", sans-serif;
  color: #043d71 !important;
  text-decoration: underline;
}

.woocommerce-privacy-policy-text p a:hover {
  text-decoration: none;
}

.woocommerce form .form-row .input-checkbox {
  margin: -4px 0 0 !important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #fab724 !important;
  display: inline-flex !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px !important;
  padding: 15px 25px !important;
  border-radius: 20px !important;
  border: 1px solid transparent !important;
  text-align: center;
  text-decoration: none;
  font-weight: 600 !important;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background: transparent !important;
  border: 1px solid #fab724 !important;
  color: #fab724 !important;
}

.blog-details-1 h4 {
  color: #3c4feb;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}

.blog-details-1 p {
  font-family: "Poppins", sans-serif;
  color: #043d71;
}

.woocommerce p {
  font-family: "Poppins", sans-serif;
  color: #043d71;
}

.woocommerce .woocommerce-customer-details h2,
.woocommerce .woocommerce-order-details h2,
.woocommerce .woocommerce-order-downloads h2 {
  color: #3c4feb;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 30px;
}

.woocommerce ul.order_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
  padding: 0;
}

.woocommerce ul.order_details li {
  font-family: "Poppins", sans-serif;
  color: #043d71;
}

.woocommerce .woocommerce-customer-details address {
  border: 1px solid #043d71 !important;
  font-family: "Poppins", sans-serif;
  color: #043d71;
}

.woocommerce-MyAccount-content mark {
  color: #043d71;
  font-weight: 600;
}

.woocommerce .return-to-shop a {
  background-color: #fab724 !important;
  display: inline-flex !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px !important;
  padding: 15px 25px !important;
  border-radius: 20px !important;
  border: 1px solid transparent !important;
  text-align: center;
  text-decoration: none;
  font-weight: 600 !important;
}

.woocommerce .return-to-shop a:hover {
  background: transparent !important;
  border: 1px solid #fab724 !important;
  color: #fab724 !important;
}

.woocommerce {
  font-family: "Poppins", sans-serif;
  color: #043d71;
}

.woocommerce-message {
  color: #043d71;
}

.woocommerce table.shop_table td button {
  font-size: 15px;
  font-weight: 600;
  color: #043d71 !important;
}

.woocommerce table.shop_table td button {
  font-size: 15px;
  font-weight: 600;
  color: #043d71 !important;
}

.woocommerce-message a {
  font-size: 15px;
  font-weight: 600;
  color: #043d71 !important;
}

.cart_totals h2 {
  color: #3c4feb;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 30px;
}

.wc-proceed-to-checkout a {
  background-color: #fab724 !important;
  display: inline-flex !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-size: 15px !important;
  padding: 15px 25px !important;
  border-radius: 20px !important;
  border: 1px solid transparent !important;
  text-align: center;
  text-decoration: none;
  font-weight: 600 !important;
}

.wc-proceed-to-checkout a:hover {
  background: transparent !important;
  border: 1px solid #fab724 !important;
  color: #fab724 !important;
}

@media screen and (max-width: 992px) {

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
  }

  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100% !important;
  }

  .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
  }

  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    flex-wrap: wrap;
  }
}

.prod-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #eeeeee;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 1px 2px 1px 0px #fab724;
}

.prod-single {
  width: 28%;
  padding: 25px;
}

p.titre-prod {
  color: #2542a3;
  font-weight: 600;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 10px;
}

.btn-prod {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.banner-style-4.bg-image.d-flex.align-items-center {
  position: relative;
  z-index: 1;
  min-height: 800px;
}

.icon img {
  max-width: 56px;
  height: 50px;
}

.section-title {
  color: #043d71;
  display: block;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

a.link-font {
  margin: 0px 0px 3px 20px;
  position: relative;
  background: #fab724;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 6px 16px 6px 16px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
}

a.link-font-green {
  background: #12c719;
  margin: 0px 0px 3px 20px;
  position: relative;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  padding: 6px 16px 6px 16px;
  border-radius: 20px;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
}

a.link-font-green:hover {
  color: #12c719;
  border: 1px solid #12c719;
  background-color: #fff !important;
}

a.link-font:hover {
  color: #fab724;
  border: 1px solid #fab724;
  background-color: #fff !important;
}

a.link-nav-green {
  height: 32px !important;
  line-height: 32px !important;
  background: #12c719;
  color: #fff !important;
  font-size: 14px !important;
  border-radius: 20px;
}

.item-avantages li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}

/***** Page Box & rack *********/
.flex-box-rack {
  display: flex;
  flex-wrap: wrap;
}

.title-box-rack {
  color: #fab724;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}

.box-rack {
  padding-right: 60px;
}

.box-rack .box-buttons {
  justify-content: flex-end;
}

.link-pack.to-action {
  background: #fab724;
}

.box-rack .link-pack {
  margin: 0 0 0 20px;
}

.bloc-box-rack p,
.details-box-rack p {
  color: #043d71;
  text-align: justify;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
}

.details-box-rack {
  padding-left: 20px;
}

.text.boxtitle h2.title {
  color: #043d71;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.text.boxtitle .section-title {
  margin: 0 0 20px;
  text-transform: uppercase;
}

.allbox-rack {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.allbox-rack .box-rack p {
  margin: 20px 0 0;
}

.link-download {
  display: flex;
  color: #043d71;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
}

.link-download i {
  width: 35px;
  height: 35px;
  border: 1px solid #043d71;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.link-download:hover {
  color: #ffc300;
}

.link-download:hover i {
  border: 1px solid #ffc300;
}

.allbox-rack:nth-child(even) .box-rack p {
  width: 100%;
  padding-left: 20%;
}

.img-box-rack {
  max-width: 86%;
  height: auto;
  display: block;
  object-fit: cover;
}

.allbox-rack:nth-child(even) .box-rack {
  padding-right: 0;
  padding-left: 20px;
}

.allbox-rack:nth-child(even) .box-rack .title-box-rack {
  padding-left: 20%;
}

.table-specifique {
  position: relative;
  overflow: hidden;
}

.row-table {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.box-specifique {
  width: 33%;
  color: #043d71;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 0 15px;
}

.box-specifique span {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}

.text.boxtitle {
  color: #043d71;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.box-service {
  padding-right: 220px;
}

.margin-box {
  margin-top: 50px;
}

.link-pack-support.doc {
  color: #043d71;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px 20px;
  margin-right: 15px;
}

.link-pack-support.detail {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 55px;
  background: #fabc32;
  padding: 10px 20px;
}

.link-pack-support.doc:hover {
  color: #fabc32;
}

.link-pack-support.detail:hover {
  background: #043d71;
}

.image-box-rack .link-pack-support {
  display: block;
  margin: 10px 0 0;
}

.details-box-rack.flex-acheter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.box-services {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 30px 15px;
}

.box-services img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.m-top {
  margin-top: 15px;
}

.bloc-box-rack {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}

@media screen and (max-width: 1440px) {
  .box-service {
    padding-right: 35px;
  }

  .title-box-rack {
    font-size: 26px;
    line-height: 30px;
  }

  .text.boxtitle {
    padding: 10px 0;
  }
}

@media screen and (max-width: 1280px) {
  .link-pack {
    font-size: 14px;
    padding: 7px 15px;
    margin: 0 15px;
  }

  .bloc-box-rack p {
    font-size: 14px;
    line-height: 25px;
  }

  .box-service {
    padding-right: 25px;
  }

  .link-pack.m-top {
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 992px) {
  .box-rack {
    padding-right: 0;
    width: 100%;
  }

  .box-rack .box-buttons {
    justify-content: center;
    margin-bottom: 20px;
  }

  .details-box-rack {
    padding-left: 0;
    width: 100%;
  }

  .box-service {
    padding-right: 0;
  }

  .allbox-rack .box-rack p {
    width: 100%;
  }

  .allbox-rack {
    margin-bottom: 0;
    flex-wrap: wrap;
  }

  .details-box-rack.flex-acheter {
    margin-top: 30px;
  }

  .box-services {
    width: 100%;
    padding: 0 15px;
    margin: 20px 0;
  }

  .image-box-rack {
    width: 100%;
    margin: 30px 0 0;
  }

  .img-box-rack {
    margin: 0 auto;
  }

  .image-box-rack .link-pack-support {
    text-align: center;
  }
}

@media screen and (max-width: 400px) {
  .link-pack {
    font-size: 12px;
    padding: 7px 7px;
    margin: 0 15px;
  }

  a.link-pack.toper {
    margin-left: 0% !important;
  }

  .title-box-rack {
    font-size: 20px;
    line-height: 25px;
  }

  .text.boxtitle {
    font-size: 20px;
  }

  .box-rack .box-buttons.flex-other {
    justify-content: center;
    margin-bottom: 20px;
    flex-direction: column;
  }

  .link-pack-support.doc {
    font-size: 14px;
    padding: 10px 15px;
    margin-right: 0;
    text-align: center;
  }
}

/*support*/

.box-buttons2 {
  display: flex;
  justify-content: start;
  margin-top: 15px;
  column-gap: 40px;
  align-items: end;
}

.support {
  padding: 60px 0;
}

.support .allbox-rack {
  align-items: flex-start !important;
}

.support .img-box-rack {
  border-radius: 10px;
  border: 5px solid #f9f8f8;
}

.devis-form .wpforms-field-container {
  display: flex;
  flex-wrap: wrap;
}

.devis-form .wpforms-field {
  padding: 0 10px;
}

.devis-form div#wpforms-1068 {
  background: none;
  box-shadow: none;
}

.box-choices {
  margin-top: 32px;
  display: flex;
  justify-content: space-evenly;
}

.detail-actualite .content a {
  text-decoration: underline;
  cursor: pointer;
}

.detail-actualite .content a:hover {
  text-decoration: none;
}

.right-box-DMS em:before {
  font-weight: 900 !important;
  font-size: 20px;
  color: #fab724;
  margin-right: 10px;
}

.link-pack:hover {
  color: #fab724;
  border: 1px solid #fab724;
  background-color: #fff !important;
}

.link-pack.toper:hover {
  border: 1px solid #12c719;
  color: #12c719;
}

.other-news .card-title {
  font-size: 16px;
  margin-top: 15px;
}

.other-news p {
  color: #043d71;
  font-size: 14px;
  margin: 0 0 10px;
}

.box-top h1.title {
  padding: 0;
}

/*********** Table **************/
.allbox-rack .table-responsive {
  border: 4px solid #f9f8f8 !important;
  border-radius: 10px;
  padding: 20px;
}

.allbox-rack table thead tr {
  color: #043d71;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.allbox-rack table thead tr th {
  border-bottom: 0 !important;
}

.allbox-rack table tbody th {
  color: #043d71;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  border: 0;
}

.allbox-rack table tbody td {
  border: 0;
  color: #043d71;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.allbox-rack .table-striped>tbody>tr:nth-of-type(odd) {
  background: #f4f9fa;
}

.allbox-rack table tbody td:last-child {
  color: #fbb31a;
}

.allbox-rack table thead tr th:nth-child(2) {
  text-align: center;
}

.allbox-rack table thead tr th:last-child {
  color: #fbb31a;
  text-align: center;
}

/*************************By Hassen***************************************/

/*Multi steps*/

#multi-step-form-container {
  margin-top: 5rem;
}

.text-center {
  text-align: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pl-0 {
  padding-left: 0;
}

.button-multisteps {
  padding: 10px 38px;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  font-family: "Poppins";
  border-radius: 70px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.button-multisteps-prev {
  padding: 10px 38px;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  font-family: "Poppins";
  border-radius: 70px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.submit-btn {}

.mt-3 {
  margin-top: 2rem;
}

.d-none {
  display: none;
}

.div-box-rack {
  display: flex;
}

.form-step {
  border-radius: 10px;
  /*padding: 45px 40px 25px 40px;*/
  padding: 0px;
  background: transparent;
  flex: 1;
}

ul.form-stepper {
  counter-reset: section;
  margin-bottom: 3rem;
}

ul.form-stepper .form-stepper-circle {
  position: relative;
}

ul.form-stepper .form-stepper-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.form-stepper-horizontal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 25%;
}

ul.form-stepper>li:not(:last-of-type) {
  margin-bottom: 0.625rem;
  -webkit-transition: margin-bottom 0.4s;
  -o-transition: margin-bottom 0.4s;
  transition: margin-bottom 0.4s;
}

.form-stepper-horizontal>li:not(:last-of-type) {
  margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.form-stepper-horizontal li:not(:last-child):after {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  content: "";
  top: 32%;
}

.form-stepper-horizontal li:after {
  background-color: #dee2e6;
}

.form-stepper-horizontal li.form-stepper-completed:after {
  background-color: #4da3ff;
}

.form-stepper-horizontal li:last-child {
  flex: unset;
}

ul.form-stepper li a .form-stepper-circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0;
  line-height: 1.7rem;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}

.form-stepper .form-stepper-active .form-stepper-circle {
  background-color: #3667fb !important;
  color: #fff;
}

.form-stepper .form-stepper-active .label {
  color: #3667fb !important;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover {
  background-color: #3667fb !important;
  color: #fff !important;
}

.form-stepper .form-stepper-unfinished .form-stepper-circle {
  border: 1px solid #ffffff;
}

.form-stepper .form-stepper-completed .form-stepper-circle {
  background-color: #3667fb !important;
  color: #fff;
}

.form-stepper .form-stepper-completed .label {
  color: #0e9594 !important;
}

/*
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
  background-color: #0e9594 !important;
  color: #fff !important;
}*/
.form-stepper .form-stepper-active span.text-muted {
  color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted {
  color: #fff !important;
}

.form-stepper .label {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.form-stepper a {
  cursor: default;
}

/*Multi steps */

.asgaurd-prod {
  background-image: linear-gradient(to right, #031c67, #3667fb);
}

.cart-box-rack {
  background-color: #3667fb;
  border-radius: 10px;
}

.cart-box-rack-justify {
  display: flex;
  justify-content: space-between;
  text-align: center;
  align-items: center;
}

.cart-box-rack-title {
  color: #ffffff;
  font-family: Poppins;
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding: 20px 35px;
  margin-bottom: 0;
}

.cart-box-rack-icon {
  padding: 33px 40px;
  color: #ffffff;
}

.cart-box-rack-content {
  background-color: #ffffff;
}

.cart-box-rack-content {
  padding: 27px;
}

.cart-box-rack-subtitle {
  font-family: Poppins;
  font-size: 10px;
  font-weight: 300;
  color: #043d71;
}

.cart-box-rack-content-title {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  color: #3667fb;
  text-align: center;
  display: flex;
  align-items: center;
}

.cart-box-rack-content-title input[type="radio"] {
  accent-color: #3667fbed;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.cart-box-rack-content-title-right {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 400;
  color: #3667fb;
}

.cart-box-rack-footer {
  padding: 39px 34px 39px 37px;
}

.cart-box-rack-footer-title {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}

.cart-box-rack-footer-title-right {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  width: 40%;
  text-align: right;
}

.cart-box-rack-footer-title-right span {
  font-size: 14px;
}

.cart-box-rack-footer-button {
  position: relative;
  display: inline-flex;
  color: #fff;
  font-family: "Poppins";
  font-size: 13px;
  padding: 7px 20px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  text-align: center;
  text-decoration: none;
  margin: 0 20px;
}

.cart-box-rack-title-step {
  position: relative;
  display: inline-flex;
  color: #3667fb;
  font-family: "Poppins";
  font-size: 20px;
  padding: 0px 25px;
  border-radius: 88px;
  text-align: center;
  background: #ffffff;
  font-weight: 300;
  border: 1px solid #3667fb;
}

.cart-box-rack-title-step-span {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  background: #3667fb;
  width: 35px;
  border-radius: 50%;
  height: 35px;
  margin: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

.cart-box-rack-title-step-hr {
  width: 25px;
  border: 1.15px solid #3667fb !important;
}

.cart-box-rack-subtitle-step {
  display: list-item;
  color: #3667fb;
  font-weight: 300;
  font-family: "Poppins";
  font-size: 17px;
  margin-left: 50px;
  padding-top: 19px;
}

.box-specifique-large {
  width: 66% !important;
}

.box-specifique p {
  font-weight: 300 !important;
}

.nav-choix-forfait {
  width: auto;
  display: flex;
}

.nav-choix-forfait .nav-tabs {
  background: #3667fb;
  border-radius: 70px;
  padding: 3px 2px 2px 3px;
}

.forfait-eco {
  color: #12c719;
  font-size: 14px;
  font-weight: 700;
  margin-top: 7px;
  margin-bottom: 70px;
}

.contenu-pack {
  border-radius: 0 0 15px 15px;
}

.contenu-pack-padding {
  padding: 0 !important;
}

.contenu-pack ul li {
  font-weight: 400;
}

#prod-asg {
  font-size: 17px;
}

.etat-pack {
  font-size: 24px;
  font-weight: 400;
}

.prix-pack {
  font-size: 31px;
  font-weight: 400;
}

.prix-pack-inside {
  font-size: 8px;
}

.prix-pack-month {
  font-size: 20px;
  color: #ffffff;
}

.pack-base .bg-pack-support {
  background: #043d71;
  color: #ffffff;
  width: 50%;
  padding: 23px 30px;
}

.box-pack.pack-base {
  border: 0.5px solid #043d71;
  margin-bottom: 22px;
}

.pack-premium .bg-pack-support {
  background: #ffc300;
  color: #ffffff;
  width: 50%;
  padding: 23px;
}

.box-pack.pack-premium {
  border: 0.5px solid #ffc300;
  margin-bottom: 22px;
}

.contenu-support {
  width: 50%;
}

.bg-pack-support-subtitle {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
}

.prix-pack-support {
  font-size: 15px;
  font-weight: 400;
  font-family: Poppins;
}

.boxsupport .contenu-support {
  padding: 30px;
}

.etat-support {
  font-size: 24px;
  font-weight: 400;
}

.pack-premium .contenu-support {
  color: #ffc300;
}

.pack-premium .contenu-support input[type="radio"] {
  accent-color: #ffc300;
}

.box-pack .contenu-support .box-choices label {
  font-size: 16px;
  font-weight: 400;
}

.box-pack .contenu-support .box-choices input[type="radio"] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.pack-support-title-container {
  padding: 50px;
}

.pack-support-title {
  color: #ffc300;
  font-size: 25px;
  font-weight: 400;
  margin-top: 50px;
}

.pack-support-subtitle {
  color: #043d71;
  font-size: 18px;
  font-weight: 400;
}

.pack-support-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #043d71;
}

.cart-box-rack-justify-send {
  display: flex;
  justify-content: end;
  text-align: center;
  align-items: center;
  margin-top: 23px;
}

.prodTop {
  width: auto;
  height: 80px;
}

.nav-steps {
  background-color: #f5f4f4;
  border-radius: 10px 10px 0 0;
}

.step-1-content {
  padding: 45px 40px 25px 40px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
}

#step-1 .step-1-content {
  border-radius: 0;
}

label.titre-prod {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
  color: #043d71;
}

.nav-link.active .titre-prod {
  color: #ffffff;
}

.step-1-footer {
  background-color: #3667fb;
  margin-top: -20px;
  margin-bottom: 20px;
  border-radius: 0 0 10px 10px;
  padding: 20px 40px;
  color: #ffffff;
}

.tabRadio-pack:hover {
  background-color: #e6eef0;
  cursor: pointer;
}

.titre-forfait-span {
  font-family: Poppins;
  font-size: 19px;
  font-weight: 300;
  line-height: 29px;
  letter-spacing: 0.2em;
  text-align: right;
}

.description-asguard {
  text-align: right;
}

.description-asguard .prod {
  width: 300px !important;
}

.download-spec {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #043d71;
}

.download-spec:hover path {

  fill: #3667FB;
}

.div-plus-asguard {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.plus-asguard {
  color: #043d71;
  font-size: 45px;
  text-align: center;
}

.number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.number-input input[type="number"]::-webkit-inner-spin-button,
.number-input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
  color: #ffffff;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

.number-input input[type="number"] {
  max-width: 50px;
  border: none;
  background: transparent;
  color: #ffffff;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  pointer-events: none;
}

p.label-footer-step1 {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 7px;
}

.cle-an {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding-left: 15px;
  color: #3667fb;
}

.title-pack {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  color: #043d71;
  margin-left: 15px;
}

.annual_button.active {
  background: #ffffff !important;
}

.support-footer-title {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 5px;
}

.support-footer-subtitle {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0em;
  color: #ffffff;
  margin-bottom: 5px;
}

.connect-container {
  text-align: center;
}

.login-title {
  font-family: Poppins;
  font-size: 34px;
  font-weight: 300;
  color: #3667FB;

}

.formInput {
  border: 1px solid #405BAA;
  border-radius: 9px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  height: 34px;
  width: 216px;
  margin-bottom: 8px;
  color: #405BAA;
}

.formInput::placeholder {
  color: #405BAA;
}

.formButton {
  background: #3667FB;
  border-radius: 9px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  border: none;
  height: 34px;
  width: 216px;
  color: #FFFFFF;
}

.forgot-password-span {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #405BAA;
  cursor: pointer;

}

.signup-link {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: #3667FB;
  cursor: pointer;
}

.formInput:focus {
  outline: none !important;
}

.signup-title {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #3667FB;

}

.signup-subtitle {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #3667FB;
}

.signup-checkbox {
  vertical-align: middle;
  accent-color: #3667FB;
  margin-right: 11px;

}

.signup-radio {
  margin-right: 11px;
  vertical-align: middle;
  accent-color: #3667FB;
}

.error-signup {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  color: #D20A11;
  background: #D20A111A;
  border-radius: 10px;
  padding: 7px;
}

.totalPricePerProductHT {
  font-family: Poppins;
  font-size: 27px;
  font-weight: 300;
  line-height: 41px;
  color: #FFFFFF;
  margin-bottom: 0;

}

.totalPricePerProductTTC {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0em;
  color: #FFFFFF;
  margin-bottom: 15px;
}

.addToCartButton {
  border: 1px solid #FFFFFF;
  border-radius: 28px;
  background: transparent;
  color: #FFFFFF;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  padding: 2px 9px;
}

.supAddToCart {
  margin-left: -5px;
  font-size: 80%;
}

.step1-cart-box-rack-title {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #3667FB;
  margin: 0;
}

.step1-cart-box-rack-title span {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #3667FB;
}

.color-bluef-primary {
  color: #043D71 !important;
}

.color-blue-primary {
  color: #3667fb !important;
}

.minus-cart {
  text-align: center !important;
  width: 10px !important;
}

.plus-cart {
  text-align: center !important;
  width: 10px !important;
}

.quantity-cart {
  width: 25px !important;
}

.cart-box-rack-content-prix-unitaire {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
  color: #3667FB;
}

.w-40 {
  width: 40%;
}

.w-20 {
  width: 20%;
}

.w-90 {
  width: 90%;
}

.support-inclus {
  padding-top: 15px;
  padding-left: 15px;
}

.tabRadio-pack:nth-of-type(1) {
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
}

.tabRadio-pack:nth-of-type(3) {
  border-top-right-radius: 10px;
  border-top-left-radius: 0px;
}


@media screen and (max-width: 768px) {
  .w-90 {
    width: 100%;
  }

  .cart-box-rack-footer {
    padding: 20px;
  }

  .cart-box-rack-content-hide {
    display: none;
  }

  .form-stepper-horizontal {
    width: 80%;
  }

  div#nav-tab {
    flex-wrap: wrap !important;

  }

  .support-div {
    justify-content: center;
  }

}

.link-savoir-plus {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  border: 1px solid #043D71;
  color: #043D71;
  border-radius: 25px;
  padding: 5px 30px;
}

.link-savoir-plus:hover {
  color: #043D71;
}

.demo-title {
  color: #ffffff;
  font-size: 24pt !important;
}
.p-panier-right-text{
  font-family: Poppins;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0em;
  text-align: left;
  color: #FFFFFF;
  padding: 35px;
}
.cart-box-rack-p-step{
  font-family: Poppins;
font-size: 16px;
font-weight: 300;
text-align: justified;
color: #3667FB;

}
.icon-trash::before {
  content: "";
  padding: 10px;
  content: "";
  padding: 10px;
  background-size: 10px 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDkgMTEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjc2OTY0NSAzLjczNTI3QzAuNjg4ODE3IDMuNzM1MjcgMC42Mjc2ODggMy43MzgxNCAwLjU2NzEzOSAzLjczNDdDMC4yNTQ4MzUgMy43MTgwNyAwLjAxNjY5NDkgMy40ODUxNyAwLjAwNTY4NjA0IDMuMTc1NDFDLTAuMDAyMTM2MDYgMi45NTM5OSAtMC4wMDE1NTY2NSAyLjczMTcxIDAuMDA1Mzk2MzQgMi41MTAwMUMwLjAxNTI0NjQgMi4xODMzMiAwLjI2NzAwMiAxLjk0NTg0IDAuNjA0ODAxIDEuOTQ0MTJDMS4yMDgyNiAxLjk0MTI1IDEuODExNzIgMS45NDMyNiAyLjQxNTQ3IDEuOTQzMjZDMi40NTgzNSAxLjk0MzI2IDIuNTAxMjMgMS45NDMyNiAyLjU2MDYyIDEuOTQzMjZDMi41NjA2MiAxLjgwNTMgMi41NTg4OCAxLjY3NDUyIDIuNTYwOTEgMS41NDM3M0MyLjU2Nzg2IDEuMTI5IDIuODQ1OTggMC43ODU5NjYgMy4yNTM2IDAuNjk0MTg2QzMuMzMwMDggMC42NzY5NzcgMy40MTEyIDAuNjczNTM1IDMuNDkwMjkgMC42NzMyNDhDMy45OTYxMiAwLjY3MTUyNyA0LjUwMjI0IDAuNjcxNTI3IDUuMDA4MDcgMC42NzI2NzVDNS41NzE1NSAwLjY3MzgyMiA1Ljk0MTggMS4wNDM1MyA1Ljk0Mjk1IDEuNjAzMzlDNS45NDI5NSAxLjcxMDY1IDUuOTQyOTUgMS44MTc2NCA1Ljk0Mjk1IDEuOTQzMjZDNS45ODk2IDEuOTQzMjYgNi4wMzA3NCAxLjk0MzI2IDYuMDcyMTYgMS45NDMyNkM2LjY2NDkxIDEuOTQzMjYgNy4yNTc2NSAxLjk0Mjk3IDcuODUwMSAxLjk0MzI2QzguMjY0MDkgMS45NDM1NSA4LjQ5OTA0IDIuMTc4NDUgOC40OTk2MiAyLjU5MDg5QzguNDk5NjIgMi43NjI2OSA4LjUwMDIgMi45MzQ0OSA4LjQ5OTYyIDMuMTA2QzguNDk4NDYgMy40OTUyMSA4LjI2MDAzIDMuNzMyMTIgNy44NjQ4NyAzLjczNzI4QzcuODI2MDUgMy43Mzc4NiA3Ljc4NzIzIDMuNzM3MjggNy43MzMzNSAzLjczNzI4VjMuODg1MjhDNy43MzMzNSA1LjUzNDc1IDcuNzM3MTEgNy4xODM5MyA3LjczMTYxIDguODMzMzlDNy43Mjg3MSA5LjY5MDY4IDcuMzMwMzYgMTAuMzEzOSA2LjU1MjUgMTAuNjkyOEM2LjI3ODQ0IDEwLjgyNjIgNS45ODI2NCAxMC44NzAxIDUuNjc5MzIgMTAuODcwMUM0LjcyODc5IDEwLjg3MDEgMy43NzgyNiAxMC44NjU1IDIuODI4MDIgMTAuODcxMkMxLjc2MjQ3IDEwLjg3NzggMS4wMzE4MyAxMC4xNjE2IDAuODQyMzYyIDkuMzk5NTZDMC43OTQ1NiA5LjIwNzQgMC43NzMxMjEgOS4wMDQwNSAwLjc3MjU0MiA4LjgwNTg2QzAuNzY3MDM4IDcuMTY3MjkgMC43NjkzNTUgNS41Mjg3MiAwLjc2OTM1NSAzLjg4OTg3QzAuNzY5MzU1IDMuODQzOTggMC43NjkzNTUgMy43OTgwOSAwLjc2OTM1NSAzLjczNDk5TDAuNzY5NjQ1IDMuNzM1MjdaTTcuMTkxMyAzLjc0Njc1SDEuMzE2NjFDMS4zMTQ4NyAzLjc4NzQ3IDEuMzEyMjcgMy44MTkwMiAxLjMxMjI3IDMuODUwODZDMS4zMTIyNyA1LjUxNzU0IDEuMzExMTEgNy4xODQ1IDEuMzE0MDEgOC44NTExOEMxLjMxNDAxIDguOTgyMjUgMS4zMjgyIDkuMTE2NzcgMS4zNjAzNiA5LjI0MzU0QzEuNTI5NTUgOS45MDg2NiAyLjEwMjAxIDEwLjMzMDYgMi44MzY0MiAxMC4zMzI5QzMuNzc5NDIgMTAuMzM1NyA0LjcyMjQyIDEwLjMzNTQgNS42NjUxMiAxMC4zMzE3QzUuODA0NzYgMTAuMzMxMSA1Ljk0ODE3IDEwLjMxOTcgNi4wODM0NiAxMC4yODY3QzYuNzU3MDMgMTAuMTIzNSA3LjE5MDQzIDkuNTUwNzIgNy4xOTEwMSA4LjgzMTFDNy4xOTIxNyA3LjE3ODc2IDcuMTkxMyA1LjUyNjE0IDcuMTkxMyAzLjg3MzgxVjMuNzQ2NzVaTTQuMjUxOTMgMy4yMDA2NUM0Ljg1NTM5IDMuMjAwNjUgNS40NTg4NSAzLjIwMDY1IDYuMDYyMzEgMy4yMDA2NUM2LjY1NDc3IDMuMjAwNjUgNy4yNDc1MSAzLjE5OTIyIDcuODM5OTYgMy4yMDIwOUM3LjkyNzc0IDMuMjAyMzcgNy45NjMwOSAzLjE3NzQyIDcuOTU5MzIgMy4wODU5M0M3Ljk1MjY2IDIuOTM1OTIgNy45NTc1OCAyLjc4NTYzIDcuOTU3NTggMi42MzUzNEM3Ljk1NzU4IDIuNTMxNzEgNy45MDM2OSAyLjQ3OTg5IDcuNzk1OTIgMi40Nzk4OUM1LjQzMjc4IDIuNDc5ODkgMy4wNjk2MyAyLjQ3OTg5IDAuNzA2NDg5IDIuNDc5ODlDMC42ODg1MjcgMi40Nzk4OSAwLjY3MDI3NSAyLjQ4MTYxIDAuNjUyMzEzIDIuNDc5ODlDMC41NzM4MDMgMi40NzEgMC41NDE5MzUgMi41MDE5NyAwLjU0NDI1MyAyLjU4MzE0QzAuNTQ5MTc4IDIuNzQwMzIgMC41NDU0MTEgMi44OTc3OCAwLjU0NTcwMSAzLjA1NTI0QzAuNTQ1NzAxIDMuMTUyMzcgMC41OTYwMTQgMy4yMDEwNCAwLjY5NjYzOSAzLjIwMTIzQzEuODgxODMgMy4yMDEyMyAzLjA2NzAzIDMuMjAxMjMgNC4yNTIyMiAzLjIwMTIzTDQuMjUxOTMgMy4yMDA2NVpNMy4xMDMyNCAxLjkzNDY2SDUuNDAwNjJDNS40MDA2MiAxLjgxMjE5IDUuNDAxMiAxLjY5ODAzIDUuNDAwNjIgMS41ODM4OEM1LjM5OTE3IDEuMzQ4MTIgNS4yNjI3MiAxLjIxMTMxIDUuMDI1MTYgMS4yMDk1OUM0LjgwMTUxIDEuMjA3ODcgNC41Nzc1NiAxLjIwOTMgNC4zNTM2MiAxLjIwOTNDNC4wNTQwNiAxLjIwOTMgMy43NTQ1IDEuMjA3MDEgMy40NTQ5NCAxLjIxMDQ1QzMuMjYyIDEuMjEyNDYgMy4xMTUxMiAxLjM0MTUyIDMuMTA0OTggMS41MjEwN0MzLjA5NzE2IDEuNjU2MTYgMy4xMDM1MyAxLjc5MjExIDMuMTAzNTMgMS45MzQ5NEwzLjEwMzI0IDEuOTM0NjZaIiBmaWxsPSIjMzY2N0ZCIi8+CjxwYXRoIGQ9Ik0zLjU2MzI1IDYuOTQ2MDFDMy41NjMyNSA3LjUxNzkyIDMuNTY0NDEgOC4wODk4MyAzLjU2MjY3IDguNjYxNzNDMy41NjIwOSA4Ljg3ODI4IDMuMzk5MjggOS4wMDg3OCAzLjIxMTU1IDguOTQ4MjZDMy4xMTkxMyA4LjkxODQzIDMuMDU2MjYgOC44NTY3NyAzLjAzNTQgOC43NjE4M0MzLjAyNDExIDguNzEwMiAzLjAyMTc5IDguNjU1NzEgMy4wMjE3OSA4LjYwMjM2QzMuMDIwOTIgNy40OTQ0IDMuMDIxMjEgNi4zODYxNSAzLjAyMTc5IDUuMjc4MTlDMy4wMjE3OSA1LjIyODU3IDMuMDIyNjYgNS4xNzc1MiAzLjAzMjggNS4xMjkwNEMzLjA2MDAzIDQuOTk5MTIgMy4xNzkzOSA0LjkxMDIxIDMuMzA3NDQgNC45MTc5NUMzLjQ0Mzg5IDQuOTI2MjcgMy41NDkzNSA1LjAyODY2IDMuNTYwNjQgNS4xNjU3NkMzLjU2MzgzIDUuMjA0NzYgMy41NjMyNSA1LjI0NDM0IDMuNTYzMjUgNS4yODM2NEMzLjU2MzI1IDUuODM3NzYgMy41NjMyNSA2LjM5MTYgMy41NjMyNSA2Ljk0NTcyVjYuOTQ2MDFaIiBmaWxsPSIjMzY2N0ZCIi8+CjxwYXRoIGQ9Ik00LjkzOTkgNi45MzQwOEM0LjkzOTkgNi4zNTg3MyA0LjkzODQ1IDUuNzgzMDkgNC45NDA3NyA1LjIwNzc0QzQuOTQxNjQgNS4wMDA2NiA1LjEwODIyIDQuODczMDMgNS4yOTIxOCA0LjkzMjY5QzUuMzg0MzEgNC45NjI1MiA1LjQ0NzQ3IDUuMDI0NDcgNS40Njc3NSA1LjExOTQxQzUuNDc4NzYgNS4xNzEzMiA1LjQ4MTM2IDUuMjI1NTMgNS40ODEzNiA1LjI3ODg3QzUuNDgyMjMgNi4zODY4NCA1LjQ4MTk0IDcuNDk1MDkgNS40ODEzNiA4LjYwMzA1QzUuNDgxMzYgOC42NTI2NyA1LjQ4MDIxIDguNzAzNzIgNS40Njk3OCA4Ljc1MTlDNS40NDI1NCA4Ljg4MTI2IDUuMzIyMzEgOC45NzA3NCA1LjE5NDU1IDguOTYyNDNDNS4wNTgxIDguOTUzNTMgNC45NTMyMyA4Ljg1MTE0IDQuOTQxOTMgOC43MTM3NkM0LjkzODc0IDguNjc0NzUgNC45Mzk2MSA4LjYzNTE3IDQuOTM5NjEgOC41OTU4OEM0LjkzOTYxIDguMDQxNzUgNC45Mzk2MSA3LjQ4NzkyIDQuOTM5NjEgNi45MzM3OUw0LjkzOTkgNi45MzQwOFoiIGZpbGw9IiMzNjY3RkIiLz4KPC9zdmc+Cg==');
}
.icon-trash {
  cursor: pointer;
}
