@import url('https://fonts.cdnfonts.com/css/arial-mt');
                
html {
    scroll-behavior: smooth;
  }

body {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
    background: #ffffff;
    font-style: normal;
    font-family: 'arial rounded mt', sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

.boxed_wrapper{
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
  }
  
  
  a{
    text-decoration:none;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
  }
  
  a:hover{
    text-decoration:none;
    outline:none;
  }
  
  input,button,select,textarea{
    font-family: 'arial rounded mt', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
  }
  
  ul,li{
    list-style:none;
    padding:0px;
    margin:0px; 
  }
  
  input{
    transition: all 500ms ease;
  }
  
  button:focus,
  input:focus,
  textarea:focus{
    outline: none;
    box-shadow: none;
    transition: all 500ms ease;
  }
  
  p{
    position: relative;
    font-family: 'arial rounded mt', sans-serif;
    color: #696b7e;
    font-weight: 400;
    font-style: normal;
    margin: 0px;
    transition: all 500ms ease;
  }
  
  h1,h2,h3,h4,h5,h6{
    position:relative;
    font-family: 'arial rounded mt', sans-serif;
    font-weight: 400;
    color: #3E3E3E;
    margin: 0px;
    transition: all 500ms ease;
  }


  /** search-popup **/
  .search-btn {
    cursor: pointer;
  }
  
.search-popup{
    position:fixed;
    left:0;
    top:0px;
    width:100%;
    height:100%;
    z-index:99999;
    visibility:hidden;
    opacity:0;
    overflow:auto;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform:translateY(101%);
    -ms-transform:translateY(101%);
    transform:translateY(101%);
    transition:all 300ms ease;
    -moz-transition:all 700ms ease;
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
  }
  
  .search-popup.popup-visible{
    -webkit-transform:translateY(0%);
    -ms-transform:translateY(0%);
    transform:translateY(0%);
    visibility:visible;
    opacity:1;
  }
  
  .search-popup .overlay-layer{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    display:block;
  }
  
  .search-popup .close-search{
    position:absolute;
    right:25px;
    top:25px;
    font-size:22px;
    color:#ffffff;
    cursor:pointer;
    z-index:5;
    transition: all 500ms ease;
  }
  
  .search-popup .search-form{
    position:relative;
    padding:0px 15px 0px;
    max-width:1024px;
    margin:0 auto;  
    margin-top:150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  }
  
  .search-popup .search-form fieldset{
    position:relative;
    border-radius:12px;
  }
  
  .search-popup .search-form fieldset input[type="search"]{
    position:relative;
    height:70px;
    padding:20px 250px 20px 30px;
    background:#ffffff;
    line-height:30px;
    font-size:24px;
    color:#233145;
    border-radius:7px;
  }
  
  .search-popup .search-form fieldset input[type="submit"]{
    position:absolute;
    display:block;
    right:0px;
    top:0px;
    text-align:center;
    width:220px;
    height:70px;
    padding:20px 10px 20px 10px;
    color:#ffffff !important;
    line-height:30px;
    background-color:#a51e29;
    border: none;
    font-size:20px;
    cursor:pointer;
    text-transform:uppercase;
    border-radius:0px 7px 7px 0px;
  }
  
  .search-popup .search-form fieldset input[type="submit"]:hover{
    transform: translateY(0px);
  }
  
  .search-popup h3{
    text-transform:uppercase;
    font-size:20px;
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;
    color:#ffffff;
    margin-bottom:20px;
    margin-top: 30px;
    letter-spacing:1px;
    text-align:center;  
  }

/*main header*/
.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index:10;
}

.header-top {
    font-size: 13px;
    position: relative;
    width: 100%;
    background-color: #3a3c33;
    padding: 8px 0;
    color: #fff;

    -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}

.hide-h {
    display: none;
}

.top-inner {
    display: flex;
    align-items: center;
}

.top-inner .left-column {
    flex-basis: 70%;
}

.info-list, .social-links {
    display: flex;
}

.info-list li, .social-links li {
    margin-right: 1.5rem;
}

.info-list li i {
    margin-right: 5px;
}

.info-list, .social-links li a {
    color: #fff;
}

.header-lower {
    -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
  background-color: #fff;
}

.header-lower .outer-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: -5rem;
    z-index: 9;
    position: relative;
    min-height: 180px;
    box-shadow: 0 2px 3px 0px #e0e0e0;
    background: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
  }
  @keyframes smoothScroll {
      0% {
          transform: translateY(-40px);
      }
      100% {
          transform: translateY(0px);
      }
  }

.logo-box {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .logo-box img{
        width: 100%;
        min-width: 130px;
    }
}


.menu-area {
    display: flex;
    flex-direction: row;
}

.scroll-nav, .other-option {
    display: flex;
    font-size: 21px;
    font-family: 'arial rounded mt', sans-serif !important;
    font-weight: 800;
    font-style: normal;
    margin-left: 3rem;
}

.main-menu .navigation > li, .other-option li {
    padding-right: 1rem;
    padding-left: 1rem;
    line-height: 14px;
}
.main-menu .navigation > li .dropdown-menu{
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
}
@media (min-width: 768px) {
    .main-menu .navigation > li, .other-option li {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.main-menu .navigation > li:not(:last-child) {
    border-right: 1px #000 solid;
}

.main-menu .navigation > li > a {
    color: #000;
    font-size: 14px;
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;
    white-space: nowrap;
    text-transform: uppercase;
}

.main-menu .navigation > li.current > a, .main-menu .navigation > li > a:hover{
    color:#a51e29 !important;
}

.main-menu .navigation > li:hover > a, .ftr-item.second li:hover > a {
    text-decoration: underline;
}
.ftr-item.second li:hover > a {
    color: #fff;
}
.main-menu .navigation > li:hover > a {
    color: #000;
}

/*slider*/

.banner-section {
    position: relative;
    overflow: hidden;
    height: 360px;
}

@media (max-width: 767px) {
    .banner-section {
        position: relative;
        overflow: hidden;
    }
}
.banner-section.style-two .banner-carousel .slide-item {
    padding: 380px 0px 190px 0px;
    position: relative;
    height: 100%;
}

.banner-carousel, .banner-carousel .owl-stage-outer, .banner-carousel .owl-stage, .banner-carousel.owl-carousel .owl-item {
    height: 100%;
}

.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .content-box {
    padding-left: 76px;
    padding-right: 76px;
}
@media (max-width: 767px) {
    .banner-carousel .content-box {
        padding-left: 56px;
        padding-right: 56px;
    }
}
.banner-section .banner-carousel .content-box h1 {
    font-size: 44px;
    line-height: 44px;
    color:#3A3A3A;
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;

    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .banner-section .banner-carousel .content-box h1 {
        max-width: 500px;
        font-size: 58px;
        line-height: 68px;
    }
}



.banner-section .owl-nav {

}

.banner-section .owl-nav .owl-prev, .banner-section .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 5px;
    cursor: pointer;
    background: transparent;
    transition: all 500ms ease;
}
@media (max-width: 767px) {
    .banner-section .owl-nav .owl-prev, .banner-section .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        font-size: 22px;
        border: 2px solid #ffffff;
        border-radius: 5px;
    }
}

.banner-section .owl-nav .owl-prev {
    left: 16px;

}

.banner-section .owl-nav .owl-next {
    right: 16px;
}

.owl-dots-none .owl-dots, .owl-nav-none .owl-nav {
    display: none !important;
}

/*projects*/
.projects-wrapper {
    padding-top: 80px;
}
.projects-wrapper .down-projects {
    padding: 40px 0;
    align-items: stretch;
}
.projects-wrapper .down-projects > div{
    margin-bottom: 16px;
}
.projects-wrapper .projects-title h1 {
    color:#3a3a3a;
    text-align: center;
    text-transform: uppercase;
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;
}



.projects-wrapper .down-projects .box-item {
    background-color: #fff;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0;
    border-radius: 5px;
    height: 100%;
}

.projects-wrapper .down-projects .box-item img {
    width: 100%;
    border-radius: 5px;
    height: 170px;
    object-fit: cover;
}

.projects-wrapper .down-projects .box-item .proj-info {
    padding: 1rem;
    width: 100%;
}
.more-btn {
    font-size: 12px;
    padding: 0 !important;
    margin-top: 8px;
}
.projects-wrapper .down-projects .box-item span{
    color: #ffa0a8;
    font-family: 'arial rounded mt', sans-serif;
}
.projects-wrapper .down-projects .box-item h3{
    font-size: 18px;
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;
}

.projects-wrapper .down-projects .box-item .proj-info p { 
    color: #a3a3a3;
    font-family: 'arial rounded mt', sans-serif;
    padding: 1rem 0;
}

.projects-wrapper .down-projects .box-item .proj-info .spans i {
    color: #ffa0a8;
    margin-right: 2px;
}
.projects-wrapper .down-projects .box-item:hover h3{
    color: #a51e29;
}
.projects-wrapper .down-projects .box-item:hover p{
    color: #a51e29;
}

/*partners*/
.partners-wrapper {
    padding: 6rem 0;
}

.partners-wrapper .part-title {
    padding-bottom: 3rem;
}

.partners-wrapper .part-title h1 {
    color:#3a3a3a;
    text-align: center;
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
}

.partners-wrapper .down-part {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.partners-wrapper .down-part .part-item {
    background-color: #fff;
    border: 1px solid #eee;
    display: flex;
    align-items: start;
    flex-direction: column;
    margin: 1rem 0;
}

.partners-wrapper .down-part .part-item img{
    width: 100%;
    height: 235px;
    object-fit: contain;
}


.partners-wrapper .down-part .part-item h3{
    font-size: 24px;
    color: #fff;
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;
    margin: 1rem 0;
}

.partners-wrapper .down-part .part-item p{
    text-align: left;
    font-family: 'arial rounded mt', sans-serif;
    color: #fff;
    margin: 1rem 0;
}

.partners-wrapper .down-part .part-item a {
    font-family: 'arial rounded mt', sans-serif;
    margin-top: 3rem;
    color: #fff;
    text-decoration: underline;
}
.partners-wrapper .down-part .part-item .part-text {
    padding: 2rem 1rem;
    background-color: #a51e29;
    min-height: 270px;
    width: 100%;
}

.partners-wrapper .down-part .right-part, .partners-wrapper .down-part .right-part .part-item {
    height: 98%;
}

.partners-wrapper .down-part .right-part .part-item img{
    flex-basis: 70%;
}
.partners-wrapper .down-part .right-part .part-item .part-text {
    flex-basis: 30%;
}
/*news*/
.news-wrapper {
    padding: 6rem 0;
}

.news-wrapper .news-title {
    padding-bottom: 3rem;
}


.news-wrapper .news-title h1 {
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.news-wrapper .down-news {
    display: flex;
    flex-direction: row;
    align-items: stretch;
}
.news-wrapper .down-news > div{
    margin-bottom: 16px;
}
.news-wrapper .down-news .news-item {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    display: flex;
    align-items: start;
    flex-direction: column;
    height: 100%;
}

.news-wrapper .down-news .news-item img {
    width: 100%;
    border-radius: 6px;
    height: 180px;
    object-fit: cover;
}

.news-wrapper .down-news .news-item h3{
    font-size: 20px;
    font-family: 'arial rounded mt', sans-serif;
    margin: 1rem 0;
}

.news-wrapper .down-news .news-item p{
    text-align: left;
    font-family: 'arial rounded mt', sans-serif;
    color: rgb(113,113,113);
}
.product-block a{
    cursor: auto;
}
.product-block .more-btn{
    display: none;
}
.product-block .news-item h3{
    color: #3E3E3E !important;
    font-family: 'arial rounded mt', sans-serif !important;
    font-weight: bold;
}

.product-block .news-item div{
    color: #3E3E3E !important;
}

.news-wrapper .down-news .news-item:hover h3{
    color: #a51e29;
}

.news-wrapper .news-text {
    padding: 30px;
    font-family: 'arial rounded mt', sans-serif;
}

.news-wrapper .news-text span {
    color: rgb(158,158,158);
    font-family: 'arial rounded mt', sans-serif;
}

.news-wrapper .news-text span:first-child {
    margin-right: 5px;
}

.news-wrapper .news-text span i {
    color:#f6a86d;
    margin-right: 5px;
}



/*bg*/
.bg-wrapper {
    background-size: cover;
    background-position: right;
    position: relative;
    max-height: fit-content;
    padding: 12% 0;
}

.bg-wrapper .bg-bg {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.bg-wrapper h1, .bg-wrapper p {
    color: #fff;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;

}

@media (min-width: 1200px) {
    .bg-wrapper h1  {
        font-size: 58px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        text-transform: uppercase;
        font-family: 'arial rounded mt', sans-serif !important;
        font-style: normal;
        font-weight: 800;
    }
}
/*bg2*/
.bg2-wrapper {
    background-size: cover !important;
    background: no-repeat center center;
    position: relative;
    padding: 4rem 0;
}


.bg2-wrapper .down-bg2 {
    align-items: center;
    justify-content: space-around;
}

.bg2-wrapper .down-bg2 .bg2-item h1, .bg2-wrapper .down-bg2 .bg2-item p {
    text-align: center;
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;


}

.bg2-wrapper .down-bg2 .bg2-item h1 {
    color: #a51e29;
    font-size: 40px !important;
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;
}
.bg2-wrapper .down-bg2 .bg2-item p {
    text-align: center;
    font-size: 18px !important;
    margin-top: 8px;
    text-transform: uppercase;
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;

}


/*footer*/
footer {
    background-size: 50%;
    background-position: right;
    padding: 2rem 0;
    position: relative;
    background-color: #1a1a1a;
    /*max-height: 600px;*/
}

footer .logo-box .logo {
    width: 100%;
}

footer .logo-box .logo img {
    width: 100%;
    max-width: 130px;
}

footer *{
    color: #fff;
    font-family: 'arial rounded mt', sans-serif;
}
footer h3{
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;
}



footer .logo-box {
    margin-bottom: 1rem;
}

footer .logo-box span {
    color: #fff;
}

.btm-ftr {
    position: relative;
    bottom: 0;
    background: #000;
    padding: 1rem 0;
}

.btm-ftr ul {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

.btm-ftr ul li{
    margin-left: 1rem;
}

.btm-ftr ul li a{
    color: #fff;
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;
}

.ftr-item.first i {
    margin-right: 1rem;
    color: red;
}
.ftr-item.second ul {
    list-style: none; /* Remove default bullets */
  }
  
  .ftr-item.second ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color:#ff0000; /* Change the color */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
      font-family: 'arial rounded mt', sans-serif !important;
      font-style: normal;
      font-weight: 800;
  }

  .ftr-item.second li {
    margin-bottom: 1rem;
  }
.ftr-item.forth p {
    margin-bottom: 0;
}
.ftr-item.forth span {
    color: red;
    font-size: 12px;
}

.ftr-item.forth hr {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.ftr-item.third i {
    margin-right: 10px;
}

.ftr-item h3, .ftr-item p {
    margin-bottom: 1rem;
}

.ftr-item.third form {
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
}

.ftr-item.third form{
    border-radius: 0;
}
.ftr-item.third form .form-group input {
    position: relative;
    display: block;
    width: 100%;
    height: 58px;
    background: #242424;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
    color: #fff;
    transition: all 500ms ease;
}

.ftr-item.third form .form-group button {
    position: relative;
    width: 100%;
    height: 58px;
    font-size: 14px;
    line-height: 58px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
    cursor: pointer;
    background: #a51e29;
    border: none;
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;
}

.ftr-item.third form .form-group input::-webkit-input-placeholder { /* Edge */
    color: #fff;
  }
  
  .ftr-item.third form .form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
  }
  
  .ftr-item.third form .form-group input::placeholder {
    color: #fff;
  }

  #top {
    position: fixed;
    bottom: 2rem;
    right: 5rem;
    background: transparent;
    height: 2rem;
    color: #a51e29 !important;
    text-align: center;
    width: 2rem;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 4px;
  }

  #top:hover {
    color: #fff;
  }

  #top.show {
    opacity: 1;
    visibility: visible;
  }

  /**mobile menu**/

  .mob-menu{
    position:fixed;
    left:0;
    top:0px;
    width:100%;
    height:100%;
    z-index:99999;
    visibility:hidden;
    opacity:0;
    overflow:auto;
    background:rgba(0,0,0,0.9);
    -webkit-transform:translateX(101%);
    -ms-transform:translateX(101%);
    transform:translateX(101%);
    transition:all .3s ease;
    -moz-transition:all 700ms ease;
    -webkit-transition:all 700ms ease;
    -ms-transition:all 700ms ease;
    -o-transition:all 700ms ease;
  }
  
  .mob-menu.menu-visible{
    -webkit-transform:translateX(0%);
    -ms-transform:translateX(0%);
    transform:translateX(0%);
    visibility:visible;
    opacity:1;
  }
  
  .mob-menu .overlay-layer{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    display:block;
  }
  
  .mob-menu .close-menu{
    position:absolute;
    right:25px;
    top:25px;
    font-size:22px;
    color:#fff;
    cursor:pointer;
    z-index:5;
    transition: all 500ms ease;
  }
  
  .mob-menu .search-form{
    position:relative;
    padding:0px 15px 0px;
    max-width:1024px;
    margin:0 auto;  
    margin-top:150px;
    margin-bottom: 100px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  }

  .mob-menu .menu-inner {
    padding: 5rem 2rem;
  }

  .mob-menu .menu-inner .menu-list > ul {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .mob-menu .menu-inner .menu-list > ul > li {
    margin-bottom: 1rem;
  }

  .mob-menu .menu-inner .menu-list > ul > li > a {
    color: #fff;
  }

  .menu-inner .top-inner {
    display: flex;
    align-items: start;
    flex-direction: column;
}

.menu-inner .top-inner .info-list{
    flex-direction: column;
}

.menu-inner .top-inner .left-column, .menu-inner .menu-list {
    margin-bottom: 2rem;
}

.down-test, .down-bg, .down-serv {
    margin: 0;
}
.pagination .page-item .page-link {
    color: #3a3a3a ;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #a51e29;
    border-color: #a51e29;
}
.page-text-title{
    font-size: 40px;
}
.page-text-img{
    max-width: 500px !important;
}

@media all and (max-width: 991px) {
    .page-text-title{
        font-size: 30px;
    }
    .page-text-img{
        max-width: 100%!important;
    }
}
.bold{
    font-family: 'arial rounded mt', sans-serif !important;
    font-style: normal;
    font-weight: 800;
}

.partners-carousel{
    position: relative;
}
.partners-carousel .owl-nav {

}

.partners-carousel .owl-nav .owl-prev, .partners-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #aaa;
    text-align: center;
    border: 2px solid #aaa;
    border-radius: 50%;
    cursor: pointer;
    background: transparent;
    transition: all 500ms ease;
}
.partners-carousel .owl-nav .owl-prev {
    left: -50px;

}

.partners-carousel .owl-nav .owl-next {
    right: -50px;
}
.contact-us-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    max-width: 100%;
    font-size: 18px;
    width: 320px;
}
.flex-1{
    flex: 1 0;
}
.ar-lang{
    /*
        background: url('../../images/ar.png') center center no-repeat;
        background-size: contain;
    */
    height: 21px;
    width: 27px;
    min-width: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}
.ar-lang-1{
    /*
    background: url('../../images/ar.png') center center no-repeat;
    background-size: contain;
    */

    height: 13px;
    width: 15px;
    min-width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;


}