 body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont,  Helvetica, Arial, sans-serif;
  }

  h2, h3, h4 {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
    font-size: 2.3rem;
    font-weight: bold
  }
h1 {
   font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
}
  .main-wrapper {
    margin: 0 auto;
    max-width: 1096px;
  }
  
  .main-wrapper h2{
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
   }
   .main-wrapper p{
    color: #fff;
    font-size: 1.1rem;
    padding: 0;
    max-width: 600px
   }
   .spec {
     margin-bottom: 0;
     margin-top: 2rem;
     font-size: 1.35rem;
     letter-spacing: 2px;
     font-weight: 600;
     text-transform: uppercase
   }
   
   .jumbo-desc {
     margin-top: 15px
   }
  .overlay-home {
    width:100%;
    background: linear-gradient(90deg, rgb(50 98 165 / 75%), rgb(92 184 240 / 75%)), url(http://ets-belarif.com/images/armoire-electrique.jpg)  no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: background 0.9s linear;
  }
  .image-2 {
    background: linear-gradient(90deg,  rgb(50 98 165 / 75%), rgb(92 184 240 / 75%)), url(http://ets-belarif.com/images/electrique-2.jpg)  no-repeat center center fixed;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: background 0.9s linear;
  }

  .language-bar {
      height: 31px;
      padding: 5px
  }
  .language-bar div {
    float: right;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 5px;
    font-size:.9rem;
  }

  .topnav {
    overflow: hidden;
    background-color: #fff;
    /* box-shadow: 1px 1px 5px rgb(173, 173, 173); */
    z-index: 2;
    border-radius: 2px
  }
  
  .logo-b {
      padding: 17px 10px 13px 20px !important;
  }

  .topnav .logo-b:hover, .topnav .icon:hover {
    background-color: #fff !important;
   }
   
   
  
  .topnav a {
    float: left;
    display: block;
    color: #4e92db;
    text-align: center;
    padding: 32px 14px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight:600;
    text-transform: uppercase;
    transition: 0.9s;
    z-index: 2;
    letter-spacing: 0.5px;
    font-family: 'Roboto', Helvetica, sans-serif;
  }
  
  .topnav a:hover {
    background-color: rgba(50, 104, 162, 0.09)
  }
  
  .topnav a.active {
    color: white
  }
  
  .topnav .icon {
    display: none
  }

  @media screen and (max-width: 1000px) {
    .topnav a {
      float: left;
      display: block;
      color: rgb(50, 104, 162);
      text-align: center;
      padding: 24px 32px;
      text-decoration: none;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      transition: 0.9s
    }
    
  }

  @media screen and (max-width: 1000px) {
    .main-wrapper {
      margin-left: 15px;
      margin-right: 15px
    }
  }
  
  @media screen and (max-width: 1000px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
      margin-top: 3px
    }
  }
  
  @media screen and (max-width: 1000px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
      transition: 0.9s
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left
    }
  }

  .carousel-btn {
    background:rgb(50, 104, 162);
    padding: 15px 25px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px !important;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    width: auto
  }

  .main-content {
    background: #fff
  }

  .content {
    max-width: 1096px;
    margin: 0 auto;
    padding: 15px;
    height: 400px
  }
  .presentation h2{
    color:rgb(50, 104, 162);
    font-size: 1.5rem
  }
  .presentation h2:before{
    content: "";
    display: block;
    position: relative;
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgb(50 98 165 / 59%), rgb(92 184 240 / 0%)) no-repeat;
    width: 90px;
    bottom: -40px;
  }
  .presentation p {
    color: #333;
    font-size: 1.1rem;
    padding: 0;
    margin: 15px auto; 
  }
  .about-picture {
      float: right;
      margin-left: 20px;
      width: 300px;
  }
  .full-container {
    background: #3268a2;
    background: linear-gradient(90deg, rgb(50 98 165 / 100%), rgb(92 184 240 / 90%)) no-repeat;
    color:white;
    padding: 20px
  }

  .reference {
    background: #3268a2;
    background: linear-gradient(90deg, rgb(50 98 165 / 100%), rgb(92 184 240 / 90%)) no-repeat;
    color: #fff !important
  }

  .reference h2{
    color: #fff !important
  }

  .reference h2:before{
    background: linear-gradient(90deg, rgb(255 255 255 / 100%), rgb(255 255 255 / 0%)) no-repeat;
  }

  .reference p{
    color: #fff !important
  }

  .reference a{
    text-decoration: none;
  }

  .full-container h2 {
    font-size: 1.5rem;
    margin: 2rem auto;
  }

  .full-container h2:before{
    content: "";
    display: block;
    position: relative;
    height: 5px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgb(255 255 255 / 100%), rgb(255 255 255 / 0%)) no-repeat;
    width: 90px;
    bottom: -40px;
  }

  .full-container p{
    padding: 20px auto;
    font-size: 1.11rem !important
  }

  .readmore-btn {
    background:rgb(50, 104, 162);
    padding: 10px 25px;
    color: #fff;
    margin-top: 15px !important;
    text-decoration: none;
    letter-spacing: 1px;
    display: block;
    float: right;
    width: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .carousel-btn:hover {
    background:#fff;
    color: rgb(50, 104, 162);
    transition: 0.5s
  }

  .readmore-btn:hover {
    background:#fff;
    color: rgb(50, 104, 162);
    transition: 0.5s
  }

  .footer {
    width: 100%;
    background: #fff;
    float: left;
    
  }
  

  .footer-wrapper {
    max-width: 1096px;
    margin: 0 auto;
   
  }

  .footer-1 {
    float: left;
  }

  .footer-1 h4{
    color: rgb(105, 105, 105);
    margin-top: 30px;
    font-size: 1.25rem;
  }

  
  .footer-1 ul{
    color:  rgb(105, 105, 105);
    font-size: 1rem;
    padding-left: 17px;
    margin-bottom: 30px;
    list-style-type: square;
  }
  .footer-1 ul li{
    padding: 5px 0;
    font-size: 1rem
  }

  .footer-1 ul li a, .footer p{
    color:  rgb(105, 105, 105);
    text-decoration: none;
    font-size: 1rem
  }

  .footer .svg-anim{
    background-repeat: no-repeat, no-repeat;
    background-size: 100%
  }
  .footer .svg-anim img:hover{
    background-repeat: no-repeat, no-repeat;
    background: transparent url("https://ets-belarif.com/images/site-footer-lights.svg");
    background-blend-mode: normal;
    background-size: 100%;
    transition: 3s;
  }
.footer .svg-anim img{
    width: 100%;
    background: transparent;
  }



  .copyright {
    width: 100%;
    background: linear-gradient(90deg, rgb(24, 24, 24), rgba(24, 24, 24, 0.5)) no-repeat;
    height: auto;
    float:left;
    color:#fff;
    font-size: 0.9rem
  }
  .design {
    float: right;
    padding: 10px
  }
  .design a {
    color:#fff;
    text-decoration: none
  }
  .copy {
    float: left;
    padding: 10px
  }

  .presentation {
    padding: 25px 15px
  }

  .presentation img {
    width: 70%;
    margin: 20px;
    border-radius: 50%
  }

  .presentation .col-lg-3 {
    text-align: center
  }

  .presentation img:hover {
    width: 80%;
    transition: 0.3s;
    margin: 0;
  }
  .presentation  #myCarousel2 img {
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: 2px solid transparent
  }


  .presentation #myCarousel2 img:hover {
    border: 2px solid #5cb8f0e6;
    transition: 0.3s
  }


  .carousel-indicators [data-bs-target] {
    height: 10px;
    width: 10px;
    border-radius: 50%;
  }

  .convertforms .cf-input {
    border: solid 1px #ccc;
    border-radius: 0 !important;
}

 .cf-btn {
  border-radius: 0 !important;
}

.cf-form-wrap {
  padding: 18px 0 !important;
}

.item-page {
  background: #fff;
  padding-bottom: 20px;
}

.item-page .page-header, .article-info {
  text-align: center
}

 .icons {
  display: none !important;
}

.reference-article .col-lg-4 {
  padding: 25px;
  background: linear-gradient(90deg, rgba(50, 104, 162, 1), rgba(50, 104, 162, 0.5)) no-repeat;
  color: #fff
}

.reference-article .col-lg-8 {
  padding: 25px
}

.reference-article img {
  width:100%
}

.reference-article h2{
  font-size: 1.45rem;
  color:rgba(50, 104, 162, 1)
}

.reference-article h2:before{
    content: "";
    display: block;
    position: relative;
    height: 3px;
    border-radius: 5px;
    background: linear-gradient(90deg, rgba(50, 104, 162, 1), rgba(50, 104, 162, 0)) no-repeat;
    width: 50px;
    bottom: -30px;
}

h1 {
  color: rgba(50, 104, 162, 1);
  line-height: 2rem;
  font-weight: bold;
  max-width: 960px;
  margin: auto;
  margin-bottom: 20px;
}

.blog {
  background: #fff;
  padding-bottom: 15px
}

.blog h1 {
 text-align: center;
}

.blog h2{
  font-size: 1.45rem;
  color:rgba(50, 104, 162, 1)
}

.blog a{
  color:rgba(50, 104, 162, 1);
  text-decoration: none;
}

.blog img{
  width:100%;
  margin: 15px auto;
}
.item-image img{
  width: 100%;
  margin: 10px auto;
}

::-webkit-scrollbar {
  width: 13px;
}

::-webkit-scrollbar-track {
  border-radius: 0
}
 
::-webkit-scrollbar-thumb {
  background:#3268a2;
}

::-webkit-scrollbar-thumb:hover {
  background:#4e92db url('http://ets-belarif.com/images/repair-pliers.svg') no-repeat;
  background-size:15px 63px;  
  background-position: 50%;
  display: block;
  width: 30px;
}

.page-header h1, .page-header h2
 {
  text-align: center;
  color: #3268a2;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  background: -webkit-linear-gradient(right, #3268a2 0%,#4e92db 62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

@media screen and (max-width: 800px) {
  .page-header h1, .page-header h2
  { 
    font-size: 1.7rem
  }
}

.addthis_inline_follow_toolbox {
  margin: 14px 24px auto auto !important;
  float: right
}

p {
  font-size: 1.1rem;
  padding: 0;
  margin: 15px auto;
}


/* Tags pagination */
.pagination {
  padding-left: 0;
  width: 100%
}

.pagination .counter {
  margin-top: 0;
  margin-left: 0;
} 
.pagination p {
  font-size: 1.1rem !important;
  display: block;
  float: left
}

.pagination-list {
  height: auto;
  padding-left: 0
}

.pagination-list li {
  display: inline;
  background: #fff;
  margin-left: 5px;
  list-style: none;
  padding: 7px 11px
}

.pagination-list li a {
  display: inline;
  width: 20px
}

.pagination .active {
  background:#3268a2;
  color: #fff
}

.pagination .active a {
  color: #fff
}

.pagination a .pagnav {
  color: #3268a2;
  padding: 0
}

.pagination .disabled {
  width: 0;
  padding: 0
}

.footer-contact {
  padding: 2rem;
  background: #3268a2;
  background: linear-gradient(90deg, rgb(50 98 165 / 100%), rgb(92 184 240 / 90%)) no-repeat;
  text-align: center
}

.footer-contact h2{
  margin-top: 0.5rem;
  color: #fff;
  font-size: 2.1rem
}

.footer-contact .carousel-btn {
  margin-top: 0 !important;
}

.icon-prev {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.readmore .btn {
   background: #3268a2;
  background: linear-gradient(90deg, rgb(50 98 165 / 100%), rgb(92 184 240 / 90%)) no-repeat;
  color: #fff
}

.blog a {
    color: rgba(50, 104, 162, 1);
    text-decoration: none;
}

#aside {
  color: #fff;
  padding: 20px;
  margin-top: 20px;
}

#aside well {
  margin: 15px auto
}

#aside a {
  color: #fff;
  text-decoration: none;
}

#aside a:hover {
  color: #fff;
  text-decoration: underline;
  transition: 2s;
}



#aside h3{
  color: #fff;
  font-weight: bold;
}

#aside ul{
  list-style: square;
  padding: 15px;
  padding-left: 14px;
 
}

#aside ul li{
 padding: 5px 0;
}

#content {
  margin-bottom: 15px;
  background: #fff
}

.white-bkg {
  background-color: #fff;
  padding: 15px
}

.category-list {
  background-color: #fff;
}
.category-list h1{
  text-align: center;
  color: #3268a2;
  font-size: 2.2rem;
  font-weight: bold;
  display: block;
  background: -webkit-linear-gradient(right, #3268a2 0%,#4e92db 62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.category-list table{
  margin-top: 10px
}

.contact {
  background: #fff;
  padding: 15px;
}

.contact h3 {
    color: #3268a2;
    font-size: 1.9rem;
    font-weight: bold;
    display: block;
    background: -webkit-linear-gradient(right, #3268a2 0%,#4e92db 62%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-primary {
    background: rgb(50, 104, 162);
    padding: 10px 15px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px !important;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    width: auto;
    border-radius: 0;
}

#content h1 {
  font-size: 2.1rem;
  color: #3268a2;
  padding-bottom: 5px
}

#content h2 {
  margin-top: 20px;
  font-size: 1.5rem
}
.page-header h2 {
  margin-top: 0 !important;
}

.jicons-icons {
  float: left;
  margin-right: 10px;
}

.search-query {
 margin-top: -15px;
 margin-right: auto
}

#jform_contact_emailmsg {
   width: 96%;
  max-width: 500px;
}

#jform_contact_message {
  width: 96%;
  max-width: 600px
}
.presentation .col-md-3 {
  text-align: center !important;
}