
:root {
  --primary: #06BBCC;
  --light: #F0FBFC;
  --dark: #232323;
  --black:#000000;
  --blue:#0d6efd;
  --orange:#FF6600;
  --darkBlue: #003366;
  --yellow:yellow;
  --transparence:rgba(0,0,0,0.5);
  --flower:rgb(197, 14, 82);
  --gray-light:rgb(245, 245, 247) !important;
  --Ntransparence:rgba(227, 223, 223, 0.5) ;
  --white:#fff;
  --inputBgColor:#f6f9fc;
  --transparence2:rgba(0, 0, 0, 0.125);
  --blueText:#000099;
}

.overlayBody{
  background:var(--transparence);
  height: 100vh;
  position: fixed;
  z-index: 500;
  top: 0;
  width: 100vw;
}
/* body::before{
  transition: .8s all ease;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
} */
body {
    font-family: "Inter", sans-serif;
    line-height: 1.5;
    background: #ffffff;
    overflow-x: hidden;
    font-size: 14px; 
  }
    body:before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    body.offcanvas-menu:before {
      opacity: 1;
      visibility: visible; }
  
  .bg-primary {
    background-color: #1A374D !important; }
  
  .text-black {
    color: #000000 !important; }
  
  a {
    color: #1A374D;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    a:hover {
      color: #1A374D;
      text-decoration: none; }
  
  ::-moz-selection {
    background: #000000;
    color: #ffffff; }
  
  ::selection {
    background: #000000;
    color: #ffffff; }
  
  .text-primary {
    color: var(--orange) !important;
    font-size: 31px;
    font-weight: bold;
  }
  
  a.text-primary {
    color: #1A374D !important; }
    a.text-primary:hover {
      color: #1A374D !important; }
  
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    font-family: "Source Serif Pro", serif;
   }

   html::-webkit-scrollbar-track{
    color:var(--orange);
   }
   html::-webkit-scrollbar-thumb{
     color: var(--orange);
     } 


  
  .btn {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
    font-size: 14px; }
    .btn:active, .btn:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .btn.btn-primary {
      background: #1A374D;
      border-color: #1A374D; 
      margin-top: 0.2rem !important;
      margin-bottom: 0.2rem !important;
    }
      .btn.btn-primary:hover {
        border-color: #1f425c;
        background: #1f425c; }
    .btn.btn-outline-white {
      border: 2px solid #ffffff; }
      .btn.btn-outline-white:hover {
        background: #ffffff;
        color: #1A374D !important; }
  
  .text-white-opacity {
    opacity: .7; }
  
  .form-control, .custom-select {
    border: 2px solid #e9ecef;
    font-size: 16px;
    height: 45px; }
    .form-control:active, .form-control:focus, .custom-select:active, .custom-select:focus {
      border-color: #1A374D;
      -webkit-box-shadow: none;
      box-shadow: none; }
  
  .gutter-v1 {
    margin-right: -20px;
    margin-left: -20px; }
    @media (max-width: 991.98px) {
      .gutter-v1 {
        margin-left: -15px;
        margin-right: -15px; } }
    .gutter-v1 > .col,
    .gutter-v1 > [class*="col-"] {
      padding-right: 20px;
      padding-left: 20px; }
      @media (max-width: 991.98px) {
        .gutter-v1 > .col,
        .gutter-v1 > [class*="col-"] {
          padding-right: 15px;
          padding-left: 15px; } }
  
  .gutter-v2 {
    margin-right: -5px;
    margin-left: -5px; }
    @media (max-width: 991.98px) {
      .gutter-v2 {
        margin-left: -15px;
        margin-right: -15px; } }
    .gutter-v2 > .col,
    .gutter-v2 > [class*="col-"] {
      padding-right: 5px;
      padding-left: 5px; }
      @media (max-width: 991.98px) {
        .gutter-v2 > .col,
        .gutter-v2 > [class*="col-"] {
          padding-right: 15px;
          padding-left: 15px; } }
  
  .spinner-border {
    color: #1A374D; }
  
  /*PRELOADING------------ */
  #overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  
  .loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  
  .position-relative {
    position: relative; }
  
  .logo {
    font-size: 17px;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none !important;
   }
    .logo:hover {
      color: #ffffff; }
  
  .site-nav {
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%; }
  
  .site-nav {
    padding-top: 20px;
    padding-bottom: 20px; }
    .site-nav h1 {
      margin: 0;
      padding: 0;
      font-size: 24px; }
    .site-nav .site-navigation .site-menu {
      margin-bottom: 0; }
      .site-nav .site-navigation .site-menu > li {
        display: inline-block; }
        .site-nav .site-navigation .site-menu > li > a {
          font-size: 14px;
          padding: 10px 15px;
          display: inline-block;
          text-decoration: none !important;
          color: rgba(255, 255, 255, 0.7); }
          .site-nav .site-navigation .site-menu > li > a:hover {
            color: #ffffff; }
        .site-nav .site-navigation .site-menu > li.cta-button a {
          padding: 6px 20px;
          border: 2px solid rgba(255, 255, 255, 0.1);
          color: #000000;
          border-radius: 30px; }
          .site-nav .site-navigation .site-menu > li.cta-button a:hover {
            color: #000000;
            background: #1A374D;
            border-color: #1A374D; }
        .site-nav .site-navigation .site-menu > li.active > a {
          color: #ffffff; }
      .site-nav .site-navigation .site-menu .has-children {
        position: relative; }
        .site-nav .site-navigation .site-menu .has-children > a {
          position: relative;
          padding-right: 20px; }
          .site-nav .site-navigation .site-menu .has-children > a:before {
            position: absolute;
            content: "\e313";
            font-size: 14px;
            top: 50%;
            right: 0;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: 'icomoon'; }
        .site-nav .site-navigation .site-menu .has-children .dropdown {
          visibility: hidden;
          opacity: 0;
          top: 100%;
          z-index: 999;
          position: absolute;
          text-align: left;
          -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
          border-radius: 20px;
          padding: 20px 0;
          margin-top: 20px;
          margin-left: 0px;
          background: #ffffff;
          -webkit-transition: 0.2s 0s;
          -o-transition: 0.2s 0s;
          transition: 0.2s 0s; }
          .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
            position: absolute; }
            .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              display: none;
              bottom: 100%;
              left: 20%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none; }
            .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              display: none;
              border-color: rgba(136, 183, 213, 0);
              border-bottom-color: #ffffff;
              border-width: 10px;
              margin-left: -10px; }
          .site-nav .site-navigation .site-menu .has-children .dropdown a {
            font-size: 14px;
            text-transform: none;
            letter-spacing: normal;
            -webkit-transition: 0s all;
            -o-transition: 0s all;
            transition: 0s all;
            color: var(--black); }
          .site-nav .site-navigation .site-menu .has-children .dropdown .active a {
            color: #1A374D !important; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li {
            list-style: none;
            padding: 0;
            margin: 0;
            min-width: 180px; }
            .site-nav .site-navigation .site-menu .has-children .dropdown > li > a {
              padding: 5px 20px;
              display: block; }
              .site-nav .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                color: #1A374D; }
            .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
              content: "\e315";
              right: 20px; }
            .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
              left: 100%;
              top: 0; }
              .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown li a:hover, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul li a:hover {
                color: #1A374D; }
            .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
              color: #1A374D; }
        .site-nav .site-navigation .site-menu .has-children:hover > a, .site-nav .site-navigation .site-menu .has-children:focus > a, .site-nav .site-navigation .site-menu .has-children:active > a {
          color: #ffffff; }
        .site-nav .site-navigation .site-menu .has-children:hover, .site-nav .site-navigation .site-menu .has-children:focus, .site-nav .site-navigation .site-menu .has-children:active {
          cursor: pointer; }
          .site-nav .site-navigation .site-menu .has-children:hover > .dropdown, .site-nav .site-navigation .site-menu .has-children:focus > .dropdown, .site-nav .site-navigation .site-menu .has-children:active > .dropdown {
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            margin-top: 0px;
            visibility: visible;
            opacity: 1; }





  
  .site-mobile-menu-close {
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
    top: -20px; }
    .site-mobile-menu-close > span {
      cursor: pointer;
      display: block;
      position: absolute;
      height: 30px;
      width: 30px; }
      .site-mobile-menu-close > span:before, .site-mobile-menu-close > span:after {
        position: absolute;
        content: "";
        width: 2px;
        height: 30px;
        background: #000000; }
      .site-mobile-menu-close > span:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .site-mobile-menu-close > span:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  
  .site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    /* z-index: 2000; */
    padding-top: 20px;
    background: #ffffff;
    height: calc(109vh);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
    transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 10000;
    margin-top: -5rem;
   }
   .site-mobile-mmenu {
    margin-top: -13rem;
   }
    .offcanvas-menu .site-mobile-menu {
      -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
      box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
    .site-mobile-menu .site-mobile-menu-header {
      width: 100%;
      float: left;
      padding-left: 20px;
      padding-right: 20px; 
      margin-top: 3.3rem !important;
    }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
          font-size: 30px;
          display: inline-block;
          padding-left: 10px;
          padding-right: 0px;
          line-height: 1;
          cursor: pointer;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
          display: inline-block;
          text-transform: uppercase; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
            max-width: 70px; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
            text-decoration: none; }
    .site-mobile-menu .site-mobile-menu-body {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      position: relative;
      padding: 0 20px 20px 20px;
      height: calc(100vh - 52px);
      padding-bottom: 150px; }
    .site-mobile-menu .site-nav-wrap {
      padding: 0;
      margin: 0;
      list-style: none;
      position: relative; }
      .site-mobile-menu .site-nav-wrap a {
        padding: 5px 20px;
        display: block;
        position: relative;
        color: #000000; }
        .site-mobile-menu .site-nav-wrap a:hover {
          color: #1A374D; }
      .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block; }
        .site-mobile-menu .site-nav-wrap li.active > a {
          color: #1A374D; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
        border: 1px solid #f8f9fa; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
          font-size: 14px;
          z-index: 20;
          font-family: "icomoon";
          content: "\e313";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%; }
        .site-mobile-menu .site-nav-wrap > li > a {
          padding-left: 20px;
          font-size: 14px; }
        .site-mobile-menu .site-nav-wrap > li > ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .site-mobile-menu .site-nav-wrap > li > ul > li {
            display: block; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > a {
              padding-left: 40px;
              font-size: 14px; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
              padding: 0;
              margin: 0; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                display: block; }
                .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                  font-size: 14px;
                  padding-left: 60px; }
  
  .sticky-wrapper {
    position: absolute;
    z-index: 100;
    width: 100%; }
    .sticky-wrapper .site-navbar {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .sticky-wrapper .site-navbar .site-menu-toggle {
      color: #000000; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #000000; }
    .sticky-wrapper .site-navbar .site-menu > li > a {
      color: rgba(0, 0, 0, 0.8) !important; }
      .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #000000 !important; }
    .sticky-wrapper.is-sticky .burger:before, .sticky-wrapper.is-sticky .burger span, .sticky-wrapper.is-sticky .burger:after {
      background: #000000;
      -webkit-transition: .0s all ease;
      -o-transition: .0s all ease;
      transition: .0s all ease; }
    .sticky-wrapper.is-sticky .site-navbar {
      background: #000000;
      border-bottom: 1px solid transparent;
      -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
      box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
      .sticky-wrapper.is-sticky .site-navbar .site-logo a {
        color: #000000 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
        color: #000000 !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
          color: #1A374D !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
        color: #1A374D !important; }
    .sticky-wrapper .shrink {
      padding-top: 0px !important;
      padding-bottom: 0px !important; }
  
  /* Burger */
  .burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
    position: relative; }
    .burger.light:before, .burger.light span, .burger.light:after {
      background: #ffffff; }
  
  .burger:before, .burger span, .burger:after {
    width: 100%;
    height: 2px;
    display: block;
    background: #000;
    border-radius: 2px;
    position: absolute;
    opacity: 1; }
  
  .burger:before, .burger:after {
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: ""; }
  
  .burger:before {
    top: 4px; }
  
  .burger span {
    top: 15px; }
  
  .burger:after {
    top: 26px; }
  
  /* Hover */
  .burger:hover:before {
    top: 7px; }
  
  .burger:hover:after {
    top: 23px; }
  
  /* Click */
  .burger.active span {
    opacity: 0; }
  
  .burger.active:before, .burger.active:after {
    top: 40%; }
  
  .burger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
    /*for IE*/ }
  
  .burger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
    /*for IE*/ }
  
  .burger:focus {
    outline: none; }
  
  .hero {
  
   /* padding: 7rem 0 10rem 0;*/  padding: 0rem 0 5rem 0;
    background: #6998AB;
    margin-bottom: 100px; }
    .hero.hero-inner {
       padding: 9rem 0 7rem 0; 
    
      margin-bottom: auto;
      background: #1A374D; }
    .hero h1 {
      color: #ffffff;
      font-size: 60px; }
      @media (max-width: 991.98px) {
        .hero h1 {
          font-size: 45px; } }
      .hero h1 .typed-words {
        position: relative; }
        .hero h1 .typed-words:before {
          position: absolute;
          height: 7px;
          background-color: #B1D0E0;
          bottom: 0;
          left: 0;
          right: 0;
          content: ""; }
    .hero .intro-wrap {
      position: relative;
      z-index: 1; }
    .hero .slides {
      background: #ffffff;
      max-width: 800px;
      left: -100px;
      z-index: 0;
      position: relative;
      border-radius: 200px;
      -webkit-box-shadow: 0 25px 50px -10px rgba(26, 55, 77, 0.4);
      box-shadow: 0 25px 50px -10px rgba(26, 55, 77, 0.4);
      height: 608px;
      margin-bottom: -200px; }
      @media (max-width: 991.98px) {
        .hero .slides {
          left: 0; } }
      .hero .slides img {
        position: absolute;
        border-radius: 200px;
        opacity: 0;
        -webkit-transition: 4s opacity ease;
        -o-transition: 4s opacity ease;
        transition: 4s opacity ease;
        background: #ffffff; }
        .hero .slides img.active {
          opacity: 1;
          z-index: 1; }
  
  .untree_co-section {
    padding: 70px 0; }
  
  .media-thumb {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 20px; }
    .media-thumb:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: "";
      background: rgba(26, 55, 77, 0.8);
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .media-thumb img {
      -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
      transform: scale(1.03);
      -webkit-transition: .3s transform ease;
      -o-transition: .3s transform ease;
      transition: .3s transform ease; }
    .media-thumb .media-text {
      position: absolute;
      top: 20px;
      left: 40px;
      z-index: 2;
      opacity: 1;
      visibility: visible;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      margin-top: 20px; }
      .media-thumb .media-text h3 {
        font-size: 1rem;
        font-weight: 900;
        color: #1A374D;
        margin: 0;
        padding: 0; }
      .media-thumb .media-text .location {
        font-size: .8rem;
        color: rgba(26, 55, 77, 0.5); }
      .media-thumb .media-text h3, .media-thumb .media-text .location {
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .media-thumb:hover {
      z-index: 3; }
      .media-thumb:hover h3 {
        color: #ffffff; }
      .media-thumb:hover .location {
        color: rgba(255, 255, 255, 0.5); }
      .media-thumb:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      .media-thumb:hover:after {
        opacity: 1;
        visibility: visible; }
      .media-thumb:hover .media-text {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
        opacity: 1;
        visibility: visible; }
  
  .section-title {
    position: relative;
    padding-bottom: 20px;
    display: inline-block; }
    /* .section-title:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 30px;
      height: 2px;
      background: #1A374D; }
    .section-title.text-center:before {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } */
  
  .media-1 {
    text-align: left; }
    .media-1 img {
      border-radius: 20px; }
    .media-1 .loc .icon-room {
      position: relative; }
      .media-1 .loc .icon-room:after {
        content: "";
        width: 24px;
        height: 24px;
        background: rgba(26, 55, 77, 0.1);
        position: absolute;
        left: 50%;
        top: 50%;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .media-1 .deal {
      font-size: 16px;
      margin-bottom: 20px;
      display: block; }
    .media-1 h3 {
      font-size: 20px; }
      .media-1 h3 a {
        color: #000000; }
    .media-1 .price {
      font-size: 15px;
      color: #1A374D;
      font-weight: 700;
      position: relative;
      top: -2px; }
      .media-1 .price sup {
        font-weight: 400;
        font-size: 16px;
        top: -7px; }
  
  .owl-3-slider .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .owl-3-slider .owl-nav .owl-prev, .owl-3-slider .owl-nav .owl-next {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 30px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      @media (max-width: 767.98px) {
        .owl-3-slider .owl-nav .owl-prev, .owl-3-slider .owl-nav .owl-next {
          display: none; } }
    .owl-3-slider .owl-nav .owl-prev {
      left: -50px; }
      .owl-3-slider .owl-nav .owl-prev:hover {
        left: -65px;
        color: #1A374D; }
    .owl-3-slider .owl-nav .owl-next {
      right: -50px; }
      .owl-3-slider .owl-nav .owl-next:hover {
        color: #1A374D;
        right: -65px; }
      .owl-3-slider .owl-nav .owl-next span {
        display: inline-block;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  
  .owl-3-slider:hover .owl-nav {
    opacity: 1;
    visibility: visible; }
  
  .title-with-bg {
    font-size: 50px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-left: 0.5em; }
    .title-with-bg.overlap-right {
      position: relative;
      right: -30px;
      top: 20px;
      z-index: 2; }
      @media (max-width: 991.98px) {
        .title-with-bg.overlap-right {
          right: auto; } }
    .title-with-bg span {
      color: white;
      background-color: #1A374D;
      -webkit-box-shadow: 0.5em 0 0 #1A374D, -0.5em 0 0 #1A374D;
      box-shadow: 0.5em 0 0 #1A374D, -0.5em 0 0 #1A374D; }
    @media (max-width: 991.98px) {
      .title-with-bg {
        font-size: 40px; } }
  
  .feature-1-wrap {
    position: relative; }
  
  .feature-1 {
    padding: 30px;
    background: rgba(26, 55, 77, 0.05);
    border-radius: 20px;
    min-height: calc(50% - 15px);
    top: 0;
    margin-bottom: 30px !important; }
    @media (max-width: 991.98px) {
      .feature-1 {
        display: block !important; } }
    .feature-1 h3 {
      font-size: 1.2rem;
      font-weight: 700; }
  
  .form {
    position: relative;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: 9;
    padding: 30px;
    background: #ffffff; }
  
  #map {
    position: relative;
    width: 100%;
    height: 400px; }
    #map iframe {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
  
  .quick-contact-item [class*="flaticon-"] {
    font-size: 2rem;
    display: inline-block;
    width: 80px;
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 30px;
    border-radius: 50%;
    border: 2px solid #f8f9fa;
    text-align: center;
    position: relative; }
    .quick-contact-item [class*="flaticon-"]:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  
  .quick-contact-item .text {
    font-size: 20px; }
  
  .video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: $primary; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px; }
  
  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #204560;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite; }
  
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #1A374D;
    border-radius: 50%;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms; }
  
  .video-play-button:hover:after {
    background-color: #204560; }
  
  .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto; }
  
  .video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-left: 22px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent; }
  
  @-webkit-keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1; }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0; } }
  
  @keyframes pulse-border {
    0% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1; }
    100% {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0; } }
  
  .img-play-video {
    position: relative; }
  
  .service [class*="icon-"] {
    font-size: 30px;
    margin-bottom: 20px;
    display: block; }
  
  .service h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700; }
  
  .feature-img-bg {
    border-radius: 20px;
    background-size: cover; }
    @media (max-width: 991.98px) {
      .feature-img-bg {
        height: 300px !important;
        margin-bottom: 30px; } }
  
  @media (max-width: 991.98px) {
    .counter-wrap {
      margin-bottom: 30px; } }
  
  .counter-wrap .caption {
    color: #1A374D;
    font-weight: bold; }
  
  .counter-wrap .counter {
    font-size: 3rem; }
    .counter-wrap .counter span {
      color: #1A374D; }
    @media (max-width: 991.98px) {
      .counter-wrap .counter {
        font-size: 2.5rem; } }
  
  .rounded-20 {
    border-radius: 20px; }
  
  .owl-dots {
    position: relative;
    margin-top: 25px; }
  
  .testimonial-section {
    background: #f8f9fa;
    padding-top: 5rem !important;
    padding-bottom: 7rem !important; }
  
  .two-col li {
    display: inline-block;
    width: 48%;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    vertical-align: text-top;
    float: left; }
    .two-col li:before {
      content: "";
      position: absolute;
      width: 7px;
      height: 7px;
      border: 1px solid #1A374D;
      left: 0;
      top: 7px;
      border-radius: 50%; }
  
  .cta-section {
    background: #1A374D; }
  
  .custom-block {
    margin-bottom: 30px; }
    .custom-block .section-title {
      font-size: 18px;
      font-weight: 700; }
  
  .custom-accordion .accordion-item {
    background-color: #f9f9f9;
    margin-bottom: 0px;
    position: relative;
    border-radius: 0px;
    overflow: hidden; }
    .custom-accordion .accordion-item .btn-link {
      display: block;
      width: 100%;
      padding: 15px 0;
      text-decoration: none;
      text-align: left;
      color: #999;
      border: none;
      padding-left: 40px;
      border-radius: 0;
      position: relative;
      background: #ffffff; }
      .custom-accordion .accordion-item .btn-link:before {
        font-family: 'icomoon';
        content: "\f067";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 15px; }
      .custom-accordion .accordion-item .btn-link[aria-expanded="true"] {
        font-weight: 700;
        color: #1A374D; }
        .custom-accordion .accordion-item .btn-link[aria-expanded="true"]:before {
          font-family: 'icomoon';
          content: "\f068";
          position: absolute;
          color: #1A374D;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          left: 15px; }
    .custom-accordion .accordion-item.active {
      z-index: 2; }
      .custom-accordion .accordion-item.active .btn-link {
        color: #1A374D;
        -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1); }
    .custom-accordion .accordion-item .accordion-body {
      padding: 20px 20px 20px 20px;
      color: #888; }
  
  .control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px; }
    .control .caption {
      position: relative;
      top: -3px;
      font-size: 16px; }
  
  .control input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  
  .control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border-radius: 4px; }
  
  .control--radio .control__indicator {
    border-radius: 50%; }
  
  .control:hover input ~ .control__indicator,
  .control input:focus ~ .control__indicator {
    background: #ccc; }
  
  .control input:checked ~ .control__indicator {
    background: #1A374D; }
  
  .control:hover input:not([disabled]):checked ~ .control__indicator,
  .control input:checked:focus ~ .control__indicator {
    background: #204560; }
  
  .control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.9;
    pointer-events: none; }
  
  .control__indicator:after {
    font-family: 'icomoon';
    content: '\e5ca';
    position: absolute;
    display: none;
    font-size: 14px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  
  .control input:checked ~ .control__indicator:after {
    display: block;
    color: #fff; }
  
  .control--checkbox .control__indicator:after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  
  .control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b; }
  
  .control--checkbox input:disabled:checked ~ .control__indicator {
    background-color: #1A374D;
    opacity: .2; }
  
  .gal-item {
    display: block;
    margin-bottom: 8px; }
    .gal-item img {
      border-radius: 4px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      opacity: 1; }
    .gal-item:hover img {
      opacity: .5; }
  
  .social-icons li {
    display: inline-block; }
    .social-icons li a {
      color: rgba(255, 255, 255, 0.5);
      display: inline-block;
      width: 40px;
      height: 40px;
      position: relative;
      border-radius: 50%;
      background: #303030; }
      .social-icons li a span {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .social-icons li a:hover {
        color: #ffffff; }
    .social-icons li:first-child a {
      padding-left: 0; }
  
  .social-icons.light li a {
    color: #000000;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: #f8f9fa; }
  
  .video-wrap {
    position: relative;
    display: block; }
    .video-wrap .play-wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 50px;
      height: 50px;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .video-wrap .play-wrap > span {
        position: absolute;
        top: 50%;
        left: 50%;
        color: #ffffff;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .video-wrap:hover .play-wrap {
      width: 60px;
      height: 60px; }
  
  .owl-single.dots-absolute .owl-dots, .owl-carousel.dots-absolute .owl-dots {
    bottom: 40px; }
    .owl-single.dots-absolute .owl-dots .owl-dot span, .owl-carousel.dots-absolute .owl-dots .owl-dot span {
      background: rgba(255, 255, 255, 0.5); }
  
  .owl-single .owl-dots, .owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .owl-single .owl-dots .owl-dot, .owl-carousel .owl-dots .owl-dot {
      display: inline-block;
      margin: 5px; }
      .owl-single .owl-dots .owl-dot span, .owl-carousel .owl-dots .owl-dot span {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.2); }
      .owl-single .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot.active span {
        background: #1A374D; }
  
  .owl-single.no-dots .owl-dots, .owl-carousel.no-dots .owl-dots {
    display: none; }
  
  .owl-single.no-nav .owl-nav, .owl-carousel.no-nav .owl-nav {
    display: none; }
  
  .testimonial {
    max-width: 500px;
    text-align: center;
    margin-bottom: 30px; }
    .testimonial .name {
      font-size: 18px;
      color: #000000; }
    .testimonial .img-wrap img {
      margin: 0 auto;
      width: 70px;
      border-radius: 50%; }
  
  .list-check li {
    display: block;
    padding-left: 30px;
    position: relative; }
    .list-check li:before {
      content: "\e5ca";
      font-family: 'icomoon';
      position: absolute;
      top: -.3rem;
      font-size: 20px;
      left: 0; }
  
  .owl-single .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* debut show page css */
.article_show{
  margin-top:2rem !important;
}

.article_show .titre-div .titreDiv{
  color: var(--dark);
  font-size: 1.9rem !important;
  margin: 0 0 15px;
  line-height: 1.2 !important;
  font-weight: 900;
  overflow: hidden;
  max-height: 15rem;
  -webkit-line-clamp: 5;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.article_show .stitre-div .stitreDiv{
  color: var(--darkBlue);
  font-size: 1.2rem !important;
  margin: 0 0 15px;
  line-height: 1.2 !important;
  font-weight:600;text-transform: capitalize;
}
.article_show .image-div img{
  width: 100%;
  margin-top: 1rem; margin-bottom:2rem;
}



.article_show .textPremier-div{
  color: var(--dark);
  font-size: 1.2rem;overflow: hidden;
  line-height: 150%;
  /* font-family: Georgia,Times,times new roman,serif !important; */
}
.article_show .textDeuxiemeDiv,.article_show .textTroisieme-div,.article_show .textQuatrieme-div,.article_show .textCinquieme-div,.article_show .textSixieme-div,.article_show .textSeptieme-div,.article_show .textHuitieme-div,.article_show .textNeuvieme-div,.article_show .textDixieme-div,.article_show .textOnzieme-div,.article_show .textDouzieme-div{
  line-height: 188%;
}
.article_show .textDeuxiemeDiv,.article_show .textTroisiemeDiv,.article_show .textQuatriemeDiv,.article_show .textCinquiemeDiv,.article_show .textSixiemeDiv,.article_show .textSeptiemeDiv,.article_show .textHuitiemeDiv,.article_show .textNeuviemeDiv,.article_show .textDixiemeDiv,.article_show .textOnziemeDiv,.article_show .textDouziemeDiv {
opacity: 0.7;font-size: 1rem;
  font-family: Georgia,Times,times new roman,serif !important;
}
.article_show .titreDeuxiemeDiv span,.article_show .titreTroisiemeDiv span,.article_show .titreQuatriemeDiv span,.article_show .titreCinquiemeDiv span,.article_show .titreSixiemeDiv span,.article_show .titreSeptiemeDiv span,.article_show .titreHuitiemeDiv span,.article_show .titreNeuviemeDiv span,.article_show .titreDixiemeDiv span,.article_show .titreOnziemeDiv span,.article_show .titreDouziemeDiv span{
  color: var(--black) !important;font-size: 1.1rem;font-weight: 600;
}


.date-div .dateDiv{
  color: #666;
  margin-bottom: 15px;
  font-size: 12px;
  display: block;
}
.info-div .infoDiv a{
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none !important;
  color: var(--darkBlue);
}
.date-div .dateDiv i{
  font-size: 0.9rem;
}

 /* comments  */
.comments_goto{
  display: block;
  margin-bottom: 3rem;
}
.comments_goto .comments-area {
  margin-top: 2rem;
}
.comments_goto .comments-area h2 {
  color: var(--dark);
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 1rem;
}
.comments_goto .comment-respond .comment-form-author{
  font-size: 14px !important;
  margin-top: 0;
  margin-bottom: 1rem;
}
.comments_goto .comment-respond input{
  width: 100%;
  height: 3rem;
  background-color: var(--inputBgColor);
  border: none;
  padding: 10px;
  color: var(--dark);
  width: 100%;
}
.comments_goto  .comments-area textarea {
  background-color: #f6f9fc;
  border: none;
  padding: 10px;
  color: var(--dark);
  width: 100%;
}
.comments_goto  .form-submit .validerComments{
color: var(--light);
background-color: var(--dark);
width: 100%;
  height: 3rem;
  padding: 10px 30px;
  border: none;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: bold;
}

.comments_goto .important-alert {
  color: #fe4451;
  font-family:medium,sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 30px;
 
}

.comments_goto  .textAlert{
  color: var(--black) !important;
  font-family: medium,sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 600;
}
/* fin show page css */


    @media (max-width: 767.98px) {
      .owl-single .owl-nav {
        display: none; } }
    .owl-single .owl-nav .owl-prev, .owl-single .owl-nav .owl-next {
      position: absolute;
      top: 0; }
      .owl-single .owl-nav .owl-prev span, .owl-single .owl-nav .owl-next span {
        display: block;
        background: #ffffff;
        padding: 15px; }
    .owl-single .owl-nav .owl-prev {
      left: -30px; }
    .owl-single .owl-nav .owl-next {
      right: -30px; }
      .owl-single .owl-nav .owl-next > span {
        position: relative;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); }
  
  .team h3 {
    font-size: 20px; }
  
  .site-footer {
    font-size: 14px;
    color: #777;
    line-height: 1.6; }
    .site-footer .inner {
      padding-top: 0px;
      padding-bottom: 70px;
      }
      .site-footer .inner.first {
        padding-top: 80px;
       }

      .footer .footer-menu a:last-child {
        margin-right: 17px;
        padding-right: 0;
        border-right: none;
      }
       @media (min-width: 768.98px) {
       .copyright .footerMenuLeft
       {
        text-align: left !important;
       }
       .copyright .footerMenuRight
       {
        text-align: right !important;
       }
      }
      @media (max-width:768.98px) {
        .copyright .textCenter
        {
         text-align: center !important;
        }
     
       }
    @media (max-width: 991.98px) {
      .site-footer {
        padding-top: 30px; } }
    .site-footer a {
      color: #000000; }
      .site-footer a:hover {
        color: #000000;
        text-decoration: underline; }
    .site-footer .widget {
      margin-bottom: 30px; }
      .site-footer .widget h3 {
        font-size: 14px;
        margin-bottom: 20px;
        color: #000000;
        font-family: "Inter", sans-serif; }
      .site-footer .widget .social li {
        display: inline-block; }
        .site-footer .widget .social li a {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background: #1A374D;
          display: inline-block;
          position: relative;
          color: #ffffff;
          -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.2); }
          .site-footer .widget .social li a span {
            font-size: 16px;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
          .site-footer .widget .social li a:hover {
            background-color: #1A374D;
            color: #ffffff; }
      .site-footer .widget .links li {
        display: block;
        margin-bottom: 10px; }
        .site-footer .widget .links li a {
          color: #000000; }
          .site-footer .widget .links li a:hover {
            color: #000000;
            text-decoration: underline; }
    .site-footer ul.quick-info li {
      position: relative;
      padding-left: 30px; }
      .site-footer ul.quick-info li:before {
        left: 0;
        position: absolute;
        content: "";
        font-family: 'icomoon';
        color: #6998AB; }
      .site-footer ul.quick-info li.email:before {
        content: "\f0e0"; }
      .site-footer ul.quick-info li.phone:before {
        content: "\f095"; }
      .site-footer ul.quick-info li.address:before {
        content: "\e8b4"; }
  
  
  
  /************ site-nav **************/
  
      .site-nav .site-navigation .site-menu .form-control, .custom-select {
        border:0px solid #e9ecef;
        height:45px;
        font-size: 16px;
    font-weight: 400;
  
  
      }
      .site-nav .site-navigation .site-menu .form-control:focus{
        border-color:#6998ab !important;
        border-right-color: #ffffff !important;
        -webkit-box-shadow: none;
        box-shadow: none;
  
      }
        .site-nav .site-navigation .site-menu li.search_spc{
          margin-right:4rem;
        display:  inline-block !important;
        }
        .site-nav .site-navigation .site-menu li.search_spc .input-spn{
          background-color: #fff !important;
          border: 1px solid #fff;
    border-radius:0rem;
  
        }
        .site-nav .site-navigation .site-menu li.Menu_login a {
          height: 40px ;
          line-height: 40px;
          border-radius: 10px;
          padding: 0 30px;
          font-size: 14px;
          background-color: #da6133 !important;
          color: #ffffff;
          font-size: 14px;
    font-weight: 700;
        }
        .site-nav .site-navigation .site-menu li.Menu_login a:hover {
          background-color: #1e2f40 !important;
        }
     
        /***************Menu******************/
        
  
  
  
  
  
  /***************slider caroussel**************/
  .slider-carousel{
    background-color: #777;
    margin-top: 5rem;
  }
  
  /* .slider-carousel .carousel-one{
    background-image: url('/images/hero-slider-4.jpg');
  
  }
  .slider-carousel .carousel-two{
   background-image:url('/images/hero-slider-3.jpg');
  }
  .slider-carousel .carousel-three{
  background-image:url('/images/hero-slider-1.jpg');
  } */
  
  .article-body{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding:72px 6%;
    z-index: 2;
  }
  .article-body .article-title {
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1.1;
    font-family: 'Open Sans',sans-serif;
    font-weight: 700;
    font-size: 21px;
    margin-left: 50px;
  }
  .slider-carousel a {
    font-weight: 700;
    font-size: 21px;
    text-decoration: none;
    color: #FFF;
  }
   .carousel-item:hover {
    opacity:.8;
  }
  
  
  .slider-carousel:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  scale:1.1
  }
  
    .slider-carousel img{
    vertical-align: middle;
    border-style: none;
    height: 22rem;
    width: 100%;
   } 
  
   .carousel-control-prev, .carousel-control-next{
    position: absolute;
    z-index: 8;
   }
   .carousel-control-prev .colm_prev{
    transform: translateY(-50%);
    border: none;
    background: #222 !important;
    color: #FFF;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    margin: 0;
  }
  .carousel-control-prev .colm_prev:hover{
  background: #da6133 !important;
  }
   .carousel-control-prev-icon {
    margin-bottom: -5px;
   }
  
   .carousel-control-next .colm_next{
   
    transform: translateY(-50%);
    border: none;
    background: #222 !important;
    color: #FFF;
    padding: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    margin: 0;
  }
  .carousel-control-next .colm_next:hover{
  background: #da6133 !important;
  }
   .carousel-control-next-icon {
    margin-bottom: -5px;
   }
   ::selection {
    background: #000000;
    color: #ffffff;
  }
  ::selection {
    background: #000000;
    color: #ffffff;
  }
  
  
  /**************fin slider ***************/
  /* slider products */
  .owl-dots {
    position: relative;
    margin-top: -69px !important;
  }
  
  
  /*********** new_product *****************/
  .new_product .text_product h2{
    color: #333;
    font-family: Montserrat,sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    width: auto;
    text-transform: uppercase;
    margin-bottom:0rem;
    box-sizing: inherit;
  }
  .new_product h3{
    color: #333;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.6rem;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    width: auto;
    text-align: center;
    font-size: 23px;
    font-weight: normal;
  
  }
  .new_product hr{
    height: 5px;
    margin-left: 25%;
    margin-right: 25%;
    background-color: #FF6633;
    border: none;
    box-sizing: content-box;
    overflow: visible;
  }
  .new_product .container_sm,.new_product .container_xl {
    width: 100%;
    padding-right:0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .new_product .all--card{
    margin-top: 4rem;
  }
  .new_product .col--card{
    cursor: pointer;
    font-family: "Montserrat",sans-serif;
  }
  .new_product .card_top{
    position: relative;
  }
  .new_product .card__overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.1s ease-in;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,96,0,0.6);
    border: 0.4rem solid #333;
  }

  .new_product .col--card:hover .card__overlay , .new_product .col--card:focus .card__overlay, .new_product .col--card:focus-within .card__overlay {
    opacity: 1;
    z-index: 2;
  }
  .new_product .card__overlay .fa-eye{
   max-width: 9.5rem;
    color: #fff;
    text-align: center;
    font-size: 4.5rem;
  }
  .new_product .card_top .image img{
    display: block;
    height: 250px;
    max-width: 100%;
    /* width: 353px; */
    width: 100%;
  }
  .new_product .title_image{
    padding: 1.6rem;
  }
  .new_product .title_image a{
  color: #333;
  font-family: Montserrat,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    width: auto;
    border: 0;
  }
  .new_product .title_image a:hover, .new_product .title_image a:focus {
    color: #ea5902;
  }
  /***************  untree_co-section *****************/
  .untree_co-section .section-title{
    color: #333;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 1.5rem;
    width: auto;
    text-transform: uppercase;
    margin-bottom:0rem;
    box-sizing: inherit;
  }
  .untree_co-section hr{
    height: 5px;
    margin-left: 25%;
    margin-right: 25%;
    background-color: #FF6633;
    border: none;
    box-sizing: content-box;
    overflow: visible;
  }

  /* menu css */
  .footer{
    margin-top: 3rem;
  }
  .footer-menu {
    padding-top: 0px;
    text-align: left;
  }
  
  
  
  .cta-section{
    background-color: #c2c0b9;
  }
  .cta-section .text-white{
  color: #000 !important;
  }
  .cta-section .btn-outline-white{
    background-color: #ea5902;
    color: #fff !important;
  }
  
  
  /********/
  
  .loginCompte{
    margin-top: 13rem;
    margin-bottom: 13rem;
  }
  .loginCompte .titre{
    text-align: center;
  }
  .loginCompte .label-lgn{
    display: block;
    font-size: 1.1rem;
    padding: .5rem 0;
    color: #333;
    font-weight: 600;
    margin-left: 17px;
  }
  /**************/
  /******* footer **************/
  
  .my-footer .inner{
    background-color: #1e2f40 !important;
  }
  .site-footer .heading-footer{
  color: #f9f9f9 !important ;
  font-size: 22px !important;
    font-weight: 700 !important;
  }
  
  .my-footer .inner .text-footer{
    color: #f9f9f9 !important ;
  }
  .site-footer .widget .links li a.a-special {
    color: #f9f9f9 !important ;
  }
  .site-footer .widget .social li a.a-iconn{
    border-radius: 50% !important;
     border-style: solid !important ;
    border-color:#f9f9f9 !important ; 
    width: 33px !important;
    height: 33px !important;
    margin-left: 5px;
  }
  .site-footer .widget .social li a:hover {
  background:#6998AB !important ; 
   }
  .site-footer .widget .social li a.a-iconn:hover{ 
     border-style: none !important ;
     border-color:#6998AB !important ; 
  
  }
  .site-footer .widget .social li:hover a span {
    color: #f9f9f9 !important ;
     }
  
     .site-footer .border_t{
      height:1px;
      display: flex;
      justify-content: flex-start;
      align-content: center;
      display: flex;
      flex-flow: row wrap;
      max-width: 79.375rem;
      margin-left: auto;
      margin-right: auto;
     }
     .site-footer .dark{
      padding-top: 6rem;
     }
     .site-footer .Copyright{
      color: #f9f9f9 !important ;
     }
     .site-footer .Copyright .link-highlight{
      color: #f9f9f9 !important ;
     }

     .dropdown-lang{
      background-color: #6998ab !important;
     }
     .btn-secondary-lang{
      background-color: #6998AB !important;
     }
  /*****************************/
  
        /*************media********************/
        @media (min-width:992px) and  (max-width: 1200px) {
          .site-nav .site-navigation .site-menu{ width: 100%;
    margin-top: 0rem;
    margin-right: -9rem;
        }
        .site-nav .site-navigation .site-menu li.search_spc {
          margin-right: 0rem !important;
        }
      }
      @media (min-width:992px)
      {
         .carousel-indicators li{
        display: none;
      }
    }
      @media (max-width:992px)
      {
        .article-body .article-title {
          margin-left:20px;
        }
        .input-groupp{
          border: 1px solid #da6133;
        }
        .hero {
          padding: 7rem 0 10rem 0;
          padding: 0rem 0 4rem 0;
          background: #6998AB;
          margin-bottom: 100px;
        }
  .my-footer{
    margin-top: -2rem;
  }
        .formM-control, .custom-select {
          border: 2px solid #da6133;
          font-size: 16px;
          height: 45px;
          border-right-color:#ffffff !important;
          padding: 0.375rem 0.9rem;
        }
       
        .form-control:active, .form-control:focus, .custom-select:active, .custom-select:focus {
          border-color:#da6133 !important;
          border-right-color:#ffffff !important;
          -webkit-box-shadow: none;
          box-shadow: none;
        }
        .input-group-text {
          background-color: #fff;
          border: 2px solid #da6133;
          border-left-color:#ffffff !important;
        }
     
        .site-mobile-menu .site-nav-wrap > li.btn-add {
        background-color: #da6133;
        border-radius:1%;
        margin-bottom: 0.6rem;
        }
        .site-mobile-menu .site-nav-wrap > li.btn-add:hover {
          background-color:#6998AB;
          border-radius:1%;
          margin-bottom: 0.6rem;
          }
        .site-mobile-menu .site-nav-wrap > li.btn-add a {
  color: #fff;
      }
      .site-mobile-menu-close > span::before, .site-mobile-menu-close > span::after {
        position: absolute;
        content: "";
        width: 2.5px;
        height: 26px;
        background: #000000;
      }
  
      .carousel-control-prev, .carousel-control-next{
      display: none;
       }
       .carousel-indicators li{
        display: block;
        border-radius: 12px;
        width: 12px;
        height: 12px;
        background-color: #fff;
      }
      .carousel-indicators li:hover{
        background-color: #da6133;
  
      }
      .new_product .text_product h2,.untree_co-section h2.section-title{
        font-size: 1.4rem !important;
      }
    }

    @media (min-width:992px) and (max-width:1200px)
    {
      .hero{
        height:5rem;
      }
      .site-navigation .menu-op {
        text-align: right;
        margin-top: -2rem;
        margin-right: 9rem;
      }
    }
  /************************/
  
   li{

    list-style: none;
    }
  .btn-addd{
    text-align: right;
  margin-top: -1.6rem;
  list-style: none;
  }
.fab{
  padding-left: 1rem !important;
}
a.btnTop {
  padding-top: 0.3rem;
}
.fabAr{
  margin-left:0.4rem !important;
}
.menu-op{
  display: inline-block;
  width: 80%;
  text-align: right;
  margin-left: 8.2rem;
}
.search-inp{
  width: 30rem;
}
/* .site-navigation .menu-op{
  text-align: right;
  margin-top: -5rem;
} */
/* .ul-search{
  width: 500px;
  display: inline-block;
  text-align: center;
  margin-left: 2rem;
} */
/* .titreCol ,.inputCol,.menu-op{
  margin-top:1.5rem;
} */


/* @media (min-width: 992px) and (max-width: 1400px) {
  .site-nav .site-navigation .site-menu {
    width: 100%;
    margin-top: 1.5rem;
    margin-right: -9rem;
  }
} */
/* .ul-ar{
  text-align: right !important;
  width: 100%;
} */

.navMenu{
background-color: var(--darkBlue);
color: #fff;
}
.navMenu .navbar-brand{
  font-weight: bolder;
  z-index: 200;
  position: relative;
  color:var(--orange);
  font-size: 21px;
  font-weight: bolder;
}
#navbarSupportedContent li a{
  color: #fff; font-weight: bolder;
}
.icnFab .fa-search{
  margin-top: 0.9rem;
  font-size: 21px;
  position: absolute;
  z-index: 40;
  margin-left: -2rem;
  color: #000;
}
.icnFab .searchArb{
  margin-top: 0.9rem;
  font-size: 21px;
  position: absolute;
  z-index: 40;
   margin-left: -25rem;
  color: #000;
  left: 26rem;
}

.btnLogin{
  background-color:var(--orange);
  border-radius: 5%;
cursor: pointer;
}
.btnLogin:hover{
opacity: .7;
}
.ykon{
  position: absolute;
  right: 0;
  margin-top: -1rem;

}
.ykonArb {
  position: absolute;
  left: 0;
  margin-top: -1rem;
}
.searchInpt{
  display: block;
}
.ykon2{
z-index: 5000;
width: 25rem;
height: 100vh;
cursor: default;
position: fixed;
top: 0;
transition:right 1s;
background:var(--white);
}
.ykon2.open{
  right: -25rem;
}
.ykon2.closed {
  right: 0px;
}
.ykon2 .contenu_icon{
      margin-top: 4rem;
}
.ykon2 .icon-close{
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  width: 1.3rem;
  opacity: 1;
  transition-delay: .3s;
  height: 1.3rem;
  transition: opacity .6s cubic-bezier(.4,0,.2,1);
    transition-delay: 0s;
  transition-delay: 0s;
  right: 22px;top:22px;
}
.close-icon_top{
  transform: rotate(-45deg) translateX(0);
  transition-delay: .5s;
  position: absolute;
  top: 50%;
  left: 0;
    background-color:var(--dark);
  width: 100%;
  height: .17rem;
  margin-top: -.09375rem;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}

.close-icon_bottom{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: .17rem;
  margin-top: -.09375rem;
  background-color: var(--dark);
  transform: rotate(45deg) translateX(0);
  transition-delay: .5s;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.SearchMobilFr .close-icon_bottomRech {
  background-color:var(--white);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: .17rem;
  margin-top: -.09375rem;
  transform: rotate(45deg) translateX(0);
  transition-delay: .5s;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}
.SearchMobilFr .close-icon_topRech{
  background-color:var(--white);
  transform: rotate(-45deg) translateX(0);
  transition-delay: .5s;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: .17rem;
  margin-top: -.09375rem;
  transition: transform .6s cubic-bezier(.4,0,.2,1);
}

.icon-close:hover .close-icon_top{
  background-color: var(--orange) !important;
}
.icon-close:hover .close-icon_bottom {
  background-color:var(--orange);
}
.titreSiderBar .navbar-brand{
  position: absolute;
  top: 14px;
  left: 13px;
}


.navbarSmall{
  display: none;
  margin-top: 2rem;
  margin-left: 2rem;
  cursor: default;
}
.navbarGeneral{
  display: none;
  margin-top:1rem;
  margin-left: 2rem;
  cursor: default;
}
.navbarSmall a,.navbarSmall a i,.navbarGeneral a,.navbarGeneral a i{
  cursor: pointer;
  font-size: 17px;
  color: var(--dark);
}
.navbarSmall a:hover,.navbarSmall a i:hover,.navbarGeneral a:hover,.navbarGeneral a i:hover{
  color: var(--orange);
}
.navbarSmall img{
  text-align: center;
  margin-right: 3rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
.navbarSmall .image .nameImg {
  color: orange;
  position: absolute;
  z-index: 20;
  left: 10.5rem;
  top: 11.5rem;
  font-size: 1.2rem;
}
.navbarSmall .image .nameImgFr{ 
  color: orange;
  position: absolute;
  z-index: 20;
  left: 3.2rem;
  top: 8.5rem;
  font-size: 1.2rem;
}
.navbarSmall .nameImgFrCatg{
  color: var(--dark);
  position: absolute;
  left: 43%;
  margin-top: 0rem;
}

@media (min-width: 600px) {
  .navbarSmall img{
    text-align: center;
    margin-right: 8rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
  }
  .navbarSmall .image .nameImg{ 
    color: orange;
  position: absolute;
  z-index: 20;
  left: 10.5rem;
  top: 8.5rem;
  font-size: 1.2rem;
  }

}
.menu-header .tbody-6{
  margin-top: 3rem;
  margin-left: 1rem;
  font-size: 24px;
  color: var(--orange);
}
.hrStyle{
  border: 0;
    height:4px;
    background:var(--light);
    background-image: linear-gradient(to right, #ccc,var(--light), #ccc);
}
.resau_socials {
  list-style: none;
  margin: 0px 0px 2.5rem;
  display: flex;
  padding-left: 100px;
  padding-top: 1.2rem;
}
.resau_socials li{
  margin-right: 2.1875rem;
  margin-bottom: 10px;
  vertical-align: middle;
  display: inline-block;
}
.resau_socials li i{
  font-size: 28px;
  color: var(--dark);
  padding-left: 1px;
  cursor: pointer;
}
.resau_socials li i:hover{
  font-size: 28px;
  color: var(--orange);

}
.emailSideBar{
  margin-left: 2rem;
}
.emailSideBar i,.emailSideBar span{
  cursor: pointer;
  font-size: 21px;
  color: var(--dark);
}
.phoneSideBar{
  margin-left: 2rem;
}
.phoneSideBar a{text-decoration: none;}
.emailSideBar a{text-decoration: none;}
.emailSideBar :hover i,.emailSideBar :hover span{color: var(--orange);}
.phoneSideBar :hover i,.phoneSideBar :hover span{color: var(--orange);}
.phoneSideBar i,.phoneSideBar span{
  cursor: pointer;
  font-size: 21px;
  color: var(--dark);
}
.hrStyleFtr{
  margin-top:0.2rem;
}
.condit{
  text-align: center;
}
.condit a{
  color:var(--dark);
  text-decoration: none;
  font-weight: bold;
}
.condit span{
  color:var(--dark);
}
/***********************/

.titreSiderBar .navbar-brandArb{
  position: absolute;
  top: 14px;
  right:26px;
  color:var(--orange);
  font-size: 26px;
  font-weight: bolder;
  text-decoration: none;
}

.ykon2 .icon-closeArb{
  overflow: hidden;
  position: absolute;
  cursor: pointer;
  width: 1.3rem;
  opacity: 1;
  transition-delay: .3s;
  height: 1.3rem;
  transition: opacity .6s cubic-bezier(.4,0,.2,1);
    transition-delay: 0s;
  transition-delay: 0s;
  left: 22px;top:22px;
}
.new_fond{
  margin-top: 4rem;
}
.fondBg{
  margin-bottom: 4rem;
}
.bg-accent-1 {
  background-color: var(--orange)!important;
}
.bgTitle{
  display: inline-block;
  padding: 8px 30px;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1;
}
.bgHeading{
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 700;
}
.new_fond .img-fond img{
  width: 220px;
  max-width: 100%;
  padding: 10px;
  border: 2px solid  var(--orange);
  border-radius: 50%;
}
.new_fond .member-body{
  margin-top: 0.5rem;
}
.new_fond .member-title {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  columns: var(--orange);
  font-size: 1.75em;
  font-weight: 700;
}
.text-accent-1{
  color: var(--orange);
}
.overlayTitre a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  font-weight: 900;
  max-width: 100%;
  color: var(--white);
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.footerPrev{
  background-color: var(--gray-light);
  margin-top: 4rem;
  margin-bottom: -3rem;
}
.colPrevent{
  margin-bottom: 7rem;
  margin-top: 7rem;
}
.colPreventArb{
  direction: rtl;
  margin-bottom: 7rem;
  margin-top: 7rem;
}
.headingH{
  font-size: 2rem !important;
  font-weight: bolder !important;
}
.font-size-15{
font-size: 1rem;
font-family: 'IBM Plex Sans ARABIC', sans-serif;
}
.headingH6{
  font-size: 1rem !important;
  font-weight: bolder !important;
  font-weight: bolder;
}
.inputReistre {
  font-size: 12px !important;
  text-align: center !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-weight: bolder;
  background-color: var(--darkBlue) !important;
}
.inputReistreEmail{
  direction: ltr;
}
.inputReistre:hover {
  background-color: var(--orange) !important;
}
.btnTop{
  background-color: var(--darkBlue) !important;
}
.btnTop:hover {
  background-color: var(--orange) !important;
}


/***/


.navbarArb{
  direction: rtl !important;
}


.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: var(--orange);
  z-index: -1;
}
.new_CategorieArb{
  direction: rtl;
}
.new_CategorieArb .cat-titleArb{
  direction: rtl !important;
}
.new_CategorieArb .cat-title {
  direction: ltr;
}
.new_CategorieArb .cat-title h1 {
  font-size: 1.7rem !important;
  font-weight: bold;
  margin-top: 1rem !important;
  /* border-bottom: .5rem solid orange; */
  max-width: auto;
  margin-bottom: -1rem;
  color:var(--darkBlue);
  margin-right: 1.5rem;
}
.new_product .all--cardCatg {
  margin-top: 1rem !important;
}
.new_CategorieArb img{
  filter: brightness(60%);
}
.new_CategorieArb .overlayTitreC{
position: absolute;
bottom:0;
right:0;
width: 100%;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.overlayTitreFr{
  direction: ltr;
}
.card__overlayCateg{
  opacity: 0.9;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
transition: 0.1s ease-in;
display: flex;
justify-content: center;
align-items: center;
background-color:var(--Ntransparence) !important;
border: 0.4rem solid var(--darkBlue) !important;
}
.new_CategorieArb .ovT{
  margin-right: 17px;
  margin-bottom: 1rem;
}
.new_CategorieArb .catgTitr{
  overflow: hidden;
  color: var(--white);
  text-decoration: none;
  font-family: "Roboto","Arial",sans-serif;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  white-space: normal;
}
.new_CategorieArb .catgVues{
color: var(--light);
}
.new_CategorieArb .catgVues:after {
  content: '-';
  font-weight: bold;
}

.new_CategorieArb .catgTitrFr{
  margin-left: 17px;
}

.new_CategorieArb .overlayTitreC h1{
  font-size: 1.4rem !important;
  overflow: hidden;
  color:var(--white);
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-top: 5px;
  text-decoration: none;
  font-weight: 900;
  padding-left: 1rem;
  white-space: break-word;
  max-height: 15rem;
      -webkit-line-clamp: 3 !important;
      display: box;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
  
}
.new_CategorieArb .overlayTitreFr h1{
  font-size: 1.2rem !important;
}


.new_CategorieArb .overlayTitreC h1:hover{
overflow: visible;
}
.new_CategorieArb .overlayTitreC h1::after{
  pointer-events: auto;
  content: "";
  background-color: transparent;
}




/************ *****************/
.inputMobilFr{
  display: none;
  transition: bottom 1s;
}
.inputMobilFr input{
  border: 1px solid var(--black);
  border-radius: 40px 40px 40px 40px;
  width: 100%;
  height: 3rem;
  -moz-box-align: center;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  text-indent: 12px;
  font-size: 16px;
}
.inputMobilFr input::placeholder {
  color: red;
  opacity: 1; /* Firefox */
}
.inputMobilFr .searchArbMobile {
  position: relative;
  right: 45px;
  font-size: 23px;
  top: 0.7rem;
}

.inputMobilArb{
  display: none; 
  direction: rtl;
  /* padding-left: 11px;
  padding-right: 9px;
  background-color: var(--darkBlue); */
  margin-top: 6rem;
}
.inputMobilArb input{

  border: 1px solid var(--black);
  border-radius: 40px 40px 40px 40px;
  width: 100%;
  height: 3rem;
  -moz-box-align: center;

  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  text-indent: 12px;
  font-size: 16px;
}
.inputMobilArb input::placeholder {
  color: red;
  opacity: 1; /* Firefox */

}
.inputMobilArb .searchArbMobile {
  position: relative;
  left: 33px;
  font-size: 23px;
  top: 0.7rem;
}

/************** loader accueil scroll*****************/
.accueil-content-overlay{
  display: none;
margin-top: 2.5rem !important;
/* margin-left: 62rem; */
color: var(--orange);
}
.accueil-content-overlay section{
  align-items: center;
display: flex;
justify-content: center;
}
.accueil-content-overlay .dots span{
  margin-top:2rem;
position: absolute;
height: 6px;
width: 6px;
background:var(--orange);
border-radius: 50%;
transform: rotate(calc(var(--i) * (360deg /15))) translateY(35px);
animation: animate 1.5s linear infinite;
animation-delay: calc(var(--i)* 0.1s);
opacity:0;
}
.accueil-content-overlay .dots .dots_comments {
  margin-top: 0.5rem !important;
  height: 4px !important;
  width: 4px !important;
  transform: rotate(calc(var(--i) * (360deg /15))) translateY(15px) ;
  animation: animate 1.5s linear infinite;
  animation-delay: calc(var(--i)* 0.1s);
}

.header-menu-nav .nav li {
  flex: 0 0 auto;
}
/************************/
.article_show{
  overflow-x: hidden;
}
.article_showArb{
  direction: rtl;
}
.mt__4{
  margin-top: 6rem;
}
.mt__4 .image_partie{
  width: 50%;
  text-align: left;
  max-height: 200px;margin-top: 1rem;
}
.mt__4 .image_partie:hover{
opacity: 0.6;
}
.mt__4 .image_partie img{
  width: 256px;
}
.mt__4 .image_partie_titre{
  width: 50%;
  margin-left: -12px;margin-top: 1rem;
}
.mt__4 .image_partie_titre:hover{
  opacity: 0.6;
  }
.mt__4 .image_partie_titre .a_image{
text-decoration: none;
}
.mt__4 .image_partie_titre .a_image .v-titre{
  margin: 0 0 4px 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1.3rem;
  line-height: 1.2rem;
  font-weight: 500;
  overflow: hidden;
  max-height: 4rem;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
.md__4{
  margin-top: 1rem;
  cursor: pointer;
  font-family: "Montserrat",sans-serif;
}
.article_showArb .ovT{
  text-align: right;
}
.md__4 .titre_md__4{
  display: block;
  align-items: center;
  justify-content: start;
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
 color: var(--darkBlue);
  z-index: 13;
  overflow: hidden;
}
.md__4 .titre_md__4 .md-4-widget-titre{
  color: var(--darkBlue);
  background: var(--light);
  font-size: 1.3rem;
  z-index: 1;
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}
.md__4 .card_top{
  position: relative;
}
.md__4 .card_top a{
  text-decoration: none;
}
.md__4 .card__overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.1s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255,96,0,0.6);
  border: 0.4rem solid #333;
}
.md__4 .card_top .image img {
  display: block;
  height: 250px;
  max-width: 100%;
  width: 353px;
  width: 100%;
}
.md__4 .overlayTitreC {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.md__4 .overlayTitreFr {
  direction: ltr;
}
.md__4 .ovT {
  margin-right: 17px;
  margin-bottom: 1rem;
}

.md__4 .catgTitr {
  overflow: hidden;
  color: var(--white);
  text-decoration: none;
  font-family: "Roboto","Arial",sans-serif;
  font-size: 0.9rem;
  line-height: 1.8rem;
  font-weight: 400;
  white-space: normal;
}
.md__4 .catgVues{
  color: var(--white);font-size: 16px;
}
.md__4 .catgVues::after{
content: '-'; font-weight: bold;
}
.md__4 .catgVuesShowFr
{
font-size: 16px; 
}
.md__4 .catgVuesShowFr::after{
  content: '-'; font-weight: bold;font-size: 0.9rem;
  }

  .md__4 .catgVuesShowFrCl
{
font-size:0.9rem;color: var(--white);  margin-left: 2rem;
}
  .md__4 .catgVuesShowFrCl::after{
    content: '-'; font-weight: bold;font-size: 16px;margin-left: 2px;
    }

    .md__4 .catgVuesShowFrMd::after{
      content: '-'; font-weight: bold;font-size: 16px;margin-left: 2px;
      }
.md__4 .overlayTitreFr h1 {
  font-size: 1.2rem !important;
}


.md__4 .overlayTitreC h1 {

  color: var(--white);

  margin-top: 5px;
  text-decoration: none;

  padding-left: 1rem;
  white-space: break-word;
  margin: 0 0 4px 0;
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  overflow: hidden;
  max-height: 4rem;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;font-weight: bolder;
}
.mt__arb{
  direction: rtl;
}
.mt__4 .visite_span{
  font-weight: 500;opacity: .9;
}
.mt__4 .visite_span::after{
  content: '-';font-weight: bold;
}
.mt__arb .mt__5 .a_image {
  margin-right: 0.7rem;
  text-decoration: navajowhite;
}
.article_show .textRech{
  font-size: 22px;
  color: var(--orange);
}
.article_show .textRechArb{
  direction: rtl;
  font-size: 22px;
  color: var(--orange);
}
.article_showArb .titrePremier-div,.article_showArb .titreDeuxieme-div,.article_showArb .titreTroisieme-div,.article_showArb .titreQuatrieme-div,.article_showArb .titreCinquieme-div,.article_showArb .titreSixieme-div,.article_showArb .titreSeptieme-div,.article_showArb .titreHuitieme-div,.article_showArb .titreNeuvieme-div,.article_showArb .titreDixieme-div{
  color: var(--dark);
  font-size: 1.2rem;overflow: hidden;
  line-height: 100%;
  font-weight: 700;
}
.mt__arb .textPremier-div p,.mt__arb .textDeuxieme-div p,.mt__arb .textTroisieme-div p,.mt__arb .textQuatrieme-div p,.mt__arb .textCinquieme-div p,.mt__arb .textSixieme-div p,.mt__arb .textSeptieme-div p,.mt__arb .textDixieme-div p,.mt__arb .textNeuvieme-div p,.mt__arb .textHuitieme-div p{
  /* margin: 0 0 10pt; */
  font-family: arial;
  font-size: 1.2rem;
  color: var(--black);  
  font-weight: 600;
}

/* commentairre */
.taskListFr li{
  margin-bottom: 0rem;
}
.comment-body{
  scrollbar-color: var(--orange) transparent;
  scrollbar-width: thin;
  background-color: var(--transparence2);margin-bottom: 0.5rem;
}
.comment-body .comment-head{
  margin-bottom: 17px;
  display: flex;
  margin-top: 0rem;
  margin-left: 1rem;
}
.comment-body .comment-head .comment-author{
  margin-top: 0.5rem;
  overflow: hidden;
}
.comment-body .comment-head .comment-author .comment-aut{  
  color: var(--orange);
  font-size: 23px;
  font-weight: bold;
}
.comment-body .comment-date {
  position: absolute;
  right: 30px;
  vertical-align: middle;
margin-top: 1rem;
  display: inline-block;
  font-size: 16px;
  color: var(--black);
}
.comment-body .comment-text{
  margin-left: 11.5px;padding-bottom: 0.5rem;
}
.comment-body .textP {

  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}  

@media (max-width: 400px)
{
.comment-body .comment-head .comment-author .comment-aut {
  font-size: 16px;
}
.comment-body .comment-date {
  font-size: 13px;
  margin-top: 0.6rem;
}

.new_fond .member-title {
  font-size: 1.4em;
}
}
/************************/
/* commentairre */
.taskListArb li{
  margin-bottom: 0rem;
}
.commentArb-body{
  scrollbar-color: var(--orange) transparent;
  scrollbar-width: thin;
  background-color: var(--transparence2);
  margin-right: -2.8rem;margin-bottom: 0.5rem;
}
.commentArb-body .comment-head{
  margin-bottom: 17px;
  display: flex;
  margin-top: 0rem;
  margin-right: 1rem;
}
.commentArb-body .comment-head .comment-author{
  margin-top: 0.5rem;
  overflow: hidden;
}
.commentArb-body .comment-head .comment-author .comment-aut{  
  color: var(--orange);
  font-size: 23px;
  font-weight: bold;
}
.commentArb-body .comment-date {
  position: absolute;
  left: 30px;
  vertical-align: middle;
margin-top: 1rem;
  display: inline-block;
  font-size: 16px;
  color: var(--black);
}
.commentArb-body .comment-text{
  margin-right: 11.5px;padding-bottom: 0.5rem;
}
.commentArb-body .textP {

  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}  

/********contactez nous*********/
.new_contactez .contactez h1{
margin-bottom: 1rem;
margin-top: 1rem;
  font-weight: bold;
  font-size: 2rem !important;
  line-height: 1.7;
  color: var(--black);
}
.new_contactez .mTfrm{
  margin-top: 5rem;
}
.new_contactez label{
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 500;

}
.new_contactez input{
  display: block;
  width: 100%;
  height: 3.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #1e22b4;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.new_contactez textarea {
  height: 5rem;
}
.new_contactez .enoiContact{
  background-color: #000 !important;
  padding: 10px 30px;
  border: none;
  margin-bottom: 10px;
  color: #fff;
  font-size:1.1rem;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
/**********/
.navMenu .SearchMobilFr{
  display: none;
}
.navMenu .SearchMobilArb{
  display: none;
}
/********contactez nous en arb*********/
.new_contactezArb{
  direction: rtl;
}
.new_contactezArb .contactez h1{
  margin-bottom: 1rem;
  margin-top: 1rem;
    font-weight: bold;
    font-size: 2rem !important;
    line-height: 1.7;
    color: var(--black);
  }
  .new_contactezArb .mTfrm{
    margin-top: 5rem;
  }
  .new_contactez label{
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    font-weight: 500;
  
  }
  .new_contactezArb input{
    display: block;
    width: 100%;
    height: 3.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    background-color: #1e22b4;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  
 .new_contactezArb textarea {
    height: 5rem;
  }
  .new_contactezArb .enoiContact{
    background-color: #000 !important;
    padding: 10px 30px;
    border: none;
    margin-bottom: 10px;
    color: #fff;
    font-size:1.1rem;
    width: auto;
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
/*******search partie********/
.mt__5{
  margin-top: 2rem;
}

.mt__5 .image_partie_search{
  max-height: 200px;
  margin-top: 1rem;
  display: flex;
}
.mt__5 .image_partie_search:hover{
  opacity: 0.6;
  }
  .mt__5 .image_partie_search img{
    width: 400px;
    height: 100%;
  }
 .mt__5 .a_image {
    margin-left: 0.7rem;
  }
  .image_partie_search .overlayTitreSearch{
    display: none;
  }

/***********************/
.owl-carousel{
  height: 21rem !important;
}
.owl-carousel .h-100 {
  height: 21rem !important;
} 
.owl-carousel .owl-stage-outer {
  height: 21rem !important;
}


.all--cardCatg .catgArtcArb{
  background: var(--orange);
  color: var(--white);
  font-size: 19px;
  font-weight: bold;
  width: 7rem;
  height: 2rem;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.all--cardCatg .catgArtcArb .titreCtgArticleArb{
  text-align: center;
  margin-right: 1.4rem;
}

/*************************/
.article_show .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.article_show  .video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.article_showArb .video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.article_showArb  .video-responsive iframe {
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


/*********product_item amazon*************/
.product-item {
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  max-width: 100%;
  text-align: center;
  background-color: #f9f9f9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.product-link {
  text-decoration: none;
  color: inherit;
}

.product-image {
  width: 100%;
  max-width: 360px;
  height: 260px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.product-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 10px 0;
  text-transform: capitalize;
}

.product-item:hover .product-title {
  color: #0073e6;
}

/***********product_item amazon***********/




/**********************/
.footer .copyright a {
text-decoration: none;
}
.footer .copyright a:hover  {
  color: var(--orange);
}
/**********  for page welcome***************/
  @media (max-width: 767.9px)
{
  .header-carousel .owl-nav {
    position: absolute;
    top: 92%;
    left: 42%;
    transform: translateY(-50%);
    display: flex;
    text-align: center;
  }
  .header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {
    margin: 7px 0;
      margin-right: 0px;
    width: 38px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
    margin-right: 1rem;
  }

  .mt__5 .mbRw{
    margin-bottom: 5rem !important;
  }
  .new_contactezArb .mTfrm {
    margin-top: 0.5rem;
  }
  .new_contactez .mTfrm {
    margin-top: 0.5rem;
  }

  .mt__5 .aImg{
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .mt__5 .image_partie_search img{
    width: 100%;
    
  }

  .mt__5 .a_image {
   display: none;
  }
  .image_partie_search .overlayTitreSearch{
    display: block;
    position: relative;
    margin-top: 0.5rem;
    width: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .image_partie_search .overlayTitreSearch h3{
    font-size: 17px;
    font-weight: 500;
color: var(--black);
overflow: hidden;
    max-height: 15rem;
    -webkit-line-clamp:2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
  }

  .image_partie_search .overlayTitreSearch:hover h3{
color: #1e22b4;
  }
  .image_partie_search .overlayTitreSearch span{
    font-size: 15px;
    font-weight: 400;
color: var(--black);
  }
  .image_partie_search .overlayTitreSearch:hover span{
    color: #1e22b4;
  }
}

@media (max-width: 400px)
{
.commentArb-body .comment-head .comment-author .comment-aut {
  font-size: 16px;
}
.commentArb-body .comment-date {
  font-size: 13px;
  margin-top: 0.6rem;
}
/* .mt__5 .image_partie_search img {
  width: 200px;
  height: 100%;
} */

}
@keyframes animate{
  0%{
    opacity:1;
  }
  100%{
    opacity:0;
  }
  }
  @media (min-width: 1200px) and (max-width: 1399.9px){
    .mt__4 .image_partie img {
      width: 210px;
    }
  }
  @media (min-width: 1020px) and (max-width: 1199.9px){
    .mt__4 .image_partie img {
      width: 172px;
    }
  }
  @media (min-width: 992px) and (max-width: 1020px){
    .mt__4 .image_partie img {
      width: 178px;
    }
  }
  @media (max-width: 991.9px) {
  .mt__4 {
   display: none;
  }
  .commentArb-body .textP {
    font-size: 1.1rem !important;
  }
}
@media (min-width: 992px) {
  .md__4 {
   display: none;
  }
}
  @media (max-width: 767px) {
    .accueil-content-overlay .dots span{
      margin-top: 4.5rem;
    position: absolute;
    height:6px;
    width:6px;
    transform: rotate(calc(var(--i) * (360deg /15))) translateY(20px);
    }
  }
    /********** exemple loader animation    ************/


/***************************/
@media (max-width: 992px) {
  span.fa-bars {
    text-align: center;
    margin-top: 6px;
    font-size: 23px;
    color: var(--light);
    border-color:var(--light);
    cursor: pointer;
  }

  @media (max-width: 992px) {
  .tglNvbFr span.fa-bars {
      text-align: center;
      margin-top: -19px;
      font-size: 23px;
      color: var(--light);
      border-color: var(--light);
      cursor: pointer;
      right: 20px;
      position: absolute;
    }

    .inputMobilFr{
      display: block;
    }
.inputMobilArb{
  display: block;
}
  }


@media (max-width: 992px) {
  .searchH{
    display: none;
  }
.ykon{
  display: none;
}
.navbarLarge{

  display: none;
  
  }
  .navbarSmall,.navbarGeneral{
    display: block;
  }
  .colPrevent,.colPreventArb{
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}
  @media (min-width: 992px) {
   .tgl{
      display: none;
    }
     .ykon2{
   display: none;
  
    }
    .overlayBody{
      display: none;
      }
  }

  @media (max-width: 992px) {
      .navMenu .SearchMobilFr{
        display: block;

        right: 154px;
        position: absolute;
    
      }
      .navMenu .SearchMobilFr i{color: var(--white);    font-size: 22px;}

      .navMenu .SearchMobilArb{
        display: block;

        left: 107px;
        position: absolute;
    
      }
      .navMenu .SearchMobilArb i{color: var(--white);    font-size: 22px;}

      .SearchMobilFr .closed{
        display: none;
      }
  }
    @media (min-width: 600px) {
  
      .tgl{
      position: absolute;
  text-align: right;
  right: 4rem;
    }
  }
    @media (min-width: 600px) {
      .tgl {
        position: absolute;
        text-align: left;
        left: 30px;
      }
      .tglFr {
        position: absolute;
        text-align: right;
        left: 30px;
      }
    }
    
    @media (max-width: 600px) {
      .navMenu .SearchMobilFr{
        display: block;
        right: 118px;
        position: absolute;
      }
      .navMenu .SearchMobilArb{
        display: block;
        left: 102px;
        position: absolute;
      }
      .tgl{
      position: absolute;
  text-align: right;
  right:30px;
      }
      
      @media (max-width: 600px) {
        .tglArb {
          position: absolute;
          text-align: left;
          left: 30px;
        }
      }
      @media (max-width: 600.9px) {
        .emailSideBar a{
                margin-right: 3rem;
                font-size: 0rem;
              }
              .article_show .textRech{
                font-size: 19px;
              }
              .article_show .textRechArb{

                font-size: 19px;

              }
            }
      .ykon2{
       width:20rem;
       }
       .ykon2.open{
         right: -20rem;
       }
       .resau_socials {
        list-style: none;
        margin: 0px -83px 0.5rem;
        display: flex;
        padding-right: 112px;
        padding-top: 1.2rem;
       }
       @media (max-width: 600px) {
        .resau_socialsFr {
          list-style: none;
          margin: 0px 0px 2.5rem;
          display: flex;
          padding-left: 15px;
          padding-top: 1.2rem;
        }
      }
       .emailSideBar i, .emailSideBar span {
        cursor: pointer;
        font-size: 18px;
        color:var(--dark);
      }
      .phoneSideBar i, .phoneSideBar span {
        cursor: pointer;
        font-size: 18px;
        color: var(--dark);
      }
  } 



  @media (max-width: 400px) {
      html{
      overflow-x: hidden;
      }
  }

  @media (max-width: 1200px) {
    .owl-carousel .animated {
      animation-duration: 1s;
      animation-fill-mode: both;
      overflow: hidden;
      max-height: 15rem;
      -webkit-line-clamp: 2 !important;
      display: box;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      white-space: normal;
    }
  }

  /*******************/
  @media (max-width: 768px) {
    .new_product .all--card{
      margin-top:1rem;
      font-weight: 700;
    }
   .footer-menu {
      text-align: center !important;
    }
    .all--cardCatg .catgArtcArb {
    font-weight: bold;
    width: 6rem;
 }
  }
  
  
  
  
  
  
}

@media (min-width: 1100px) and (max-width: 1200px){
  .owl-carousel-item .display-3 {
    font-size: 2rem !important;
  }
}