:root {
  --mainColor: #21409a;
  --mainColorAlt: #3670b8;
  --secondColor: #444;
}

@media (max-width: 1199.98px) {
  .menu-header {
    max-width: 960px;
  }

  nav ul li a {
    padding: 1rem .7rem;
    font-size: 15px;
  }

  .logo a img {
    max-height: 35px;
  }

}


/*1199px*/
@media screen and (max-width: 1199px) {
    .sectors-links .links li a {
        /*font-size: 1rem;*/
    }
} /*1199px*/

/*991px*/
@media screen and (max-width: 991px) {
  .head-top {
    text-align: center;
  }

  .social-head {
    justify-content: center !important;
    margin-top: .5rem;
  }

  .toggle-menu {
    display: block;
    color: #fff;
    margin: auto 1rem;
  }

  .info-header {
    justify-content: center;
  }

  .info-header i,
  .info-header p,
  .info-header a {
    text-align: center;
    font-size: 14px;
  }

  .info-header i {
    display: block;
    font-size: 1rem;
  }

  .logo a img {
    max-height: 60px;
  }

  .menu-header {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 999;
  }

  nav > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #222;
    height: 100vh;
    overflow: auto;
  }
  li .dropdown-menu {
    position: static !important;
    transform: unset !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    -o-transform: unset !important;
    text-align: center;
}
  nav > ul > li > a {
    padding: .8rem 2rem;
    font-size: 16px;
    text-align: center;
    display: block;
    border-bottom: 1px dotted #444;
  }

  nav > ul > li > a:hover {
    background-color: var(--mainColor);
    color: #fff;
  }

  .menu-header a.link-contact-head {
    padding: .5rem .5rem;
    font-size: 14px;
  }

  header.fixed-header .logo a img {
    max-height: 30px;
  }

  /* .tel-head, */
  .time-head {
    display: none;
  }

  nav ul li a {
    padding: 1rem .4rem;
    font-size: 16px;
    color: #fff;
  }

  a.link-contact-head {
    padding: 1rem .5rem;
    font-size: 16px;
  }
  
  
.sectors-links .links {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
}
.sectors-links .links li {
    /*margin-bottom: 1rem;*/
}
.sectors-links .links li a {
    font-size: .8rem;
}

} /*991px*/

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

  .logo a img {
    max-height: 35px;
  }

  .home-slider,
  .home-slider .owl-stage-outer,
  .home-slider .owl-stage,
  .home-slider .owl-item,
  .home-slider .item,
  .home-slider .item .img-slides {
    height: 247px;
  }

  .home-slider .item .img-slides img {
    object-fit: cover;
  }

  .home-slider .item .item-txt h3 {
    font-size: 2.5rem;
  }

  .home-slider .item .item-txt p {
    max-width: 100%;
    line-height: 24px;
    font-size: 16px;
  }

  .btn-slides {
    width: 150px;
    padding: 10px 0px;
    font-size: 12px;
    margin-top: .5rem !important;
  }

  .scroll-arrow {
    display: none;
  }

  .sectors-links strong.h5 {
    letter-spacing: 3px;
    margin-right: 45px;
  }

  .item-product .img-product {
    height: 190px;
  }

  .item-product .txt {
    padding: 1rem 0rem;
  }

  .txt-about {
    margin-bottom: 1rem;
  }

  .wedget-footer {
    padding-bottom: 1.5rem;
  }

  .item-testi p {
    width: 100%;
    height: 100px;
  }

  .user-name {
    margin-top: 2rem;
  }

  .section-aboutus .txt {
    padding-bottom: 1rem;
  }

  .txt-service,
  .block-vision .txt {
    padding: 1rem;
  }

  .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .button-filters.my-5 {
    margin-top: 0rem !important;
    margin-bottom: 1rem !important;
  }

  .button-filters button {
    margin-bottom: .5rem;
  }

  .item-gallery .img {
    height: 200px;
  }

  .maps iframe {
    width: 100%;
    height: 200px;
  }

  .page-contact .box-contact {
    padding: 30px 5px 50px 5px;
  }

  .social-footer li {
    margin: auto .2rem;
  }

  /*.social-slide {*/
  /*  display: none;*/
  /*}*/

  .text-slide h1 {
    font-size: 1.5rem;
  }

  .sectors-links {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding: 0 30px;
  }

.sectors-links .links {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
}

  .sectors-overlay {
    height: 100%;
  }

  .sectors-overlay .d_flex {
    flex-direction: column;
    height: 100%;
  }

  .sector {
    max-width: 100%;
    flex: auto initial initial;
  }

  .sector img {
    position: relative;
    z-index: 3;
    height: 100%;
    width: 75%;
    max-height: 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: auto;
    max-height: 40px;
  }

  .sector a {
    margin-bottom: 4%;
    font-size: 16px;
  }

  #close-menu-sites {
    top: 25px;
    right: 30px;
    font-size: 1.8rem;
    cursor: pointer;
  }

  .sec-partner-two .partner-items .slides-partner .item strong {
    font-size: 12px;
  }

  .sec-partner-two .partner-items .slides-partner .item p {
    font-size: 10px;
  }

  .slides-images .gallery-top .swiper-slide {
    height: 200px;
  }

  .slides-images .gallery-thumbs .swiper-slide {
    height: 60px;
  }

  .slides-videos .item-video {
    height: auto;
  }

  .sections-about .img {
    height: 200px;
  }
  .sections-about .txt {
    padding: 3rem 0;
  }

  .details-txt strong {
    margin: 1rem 0;
  }

  .page-reglog .box-contact {
    width: 100%;
  }

    .owl-theme .owl-nav {
        margin-top: 30px;
    }
    .slides-partner.owl-theme .owl-nav [class*=owl-] {
        position: static;
        margin: auto 5px;
    }
    
    .footer ul li a {
        margin-bottom: 8px;
        font-size: .8rem;
    }
    
    .social-head {
        margin-top: 3.5rem !important;
    }
    
    .copyrights p {
        font-size: .8rem;
}   
    
} /*767px*/

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

  .social-head a {
    margin: auto .3rem;
  }

  .middle-header {
    /* justify-content: center !important; */
    padding-top: 5px;
  }

  .tel-head,
  .mail-head,
  .time-head {
    display: none;
  }

  .home-slider .item .item-txt h3 {
    font-size: 1.5rem;
  }

  .home-slider .item .item-txt p {
    line-height: 18px;
    font-size: 13px;
  }

  .btn-slides {
    width: 120px;
    padding: 5px 0px;
  }

  .logo a img {
    max-height: 21px;
  }

  .langs .selectric .label {
    margin: 0 20px 0 10px;
  }

.text-slide h1 {
    font-size: 1.5rem;
    max-width: 70%;
}
.social-slide {
    right: 40px;
}

  .section-sectors .sub-title,
  .sub-title {
    font-size: 1rem;
    line-height: 1.8;
  }
  .txt-p {
    padding-top: 2rem;
  }
  .section-title p {
    font-size: 14px;
  }

  .section-location .sub-title {
    font-size: 1.1rem;
  }


  .sectors-links {
    width: 90%;
    margin: auto;
  }
  .sectors-links strong.h5::after {
    right: -40px;
    width: 40px;
  }
  .sectors-links .links li {
    /*margin-right: 0;*/
    /*margin: auto .5rem;*/
    /*max-width: calc(100% / 3);*/
    /*flex: 0 0 calc(100% / 3);*/
  }
  .sectors-links .links li a {
    /*font-size: .8rem;*/
    /*font-weight: 500;*/
  }

  .text-slide h1 {
    font-size: .9rem;
    /*max-width: 100%;*/
    font-weight: 500;
  }

} /*580px*/

/*414px*/
@media screen and (max-width: 414px) {
  .section-about {
    background-color: #213f9a;
    padding: 3rem 0;
  }

  .item-gallery .title strong {
    font-size: 1rem;
  }

  .item-gallery .title p {
    font-size: .8rem;
  }

  .breadcrumb-pages {
    position: relative;
    z-index: 1;
    padding-top: 7rem;
    padding-bottom: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
  }

} /*414px*/
