
/*
Theme Name: ariasayan
Theme URI: https://webramz.com
Author: acf group
Author URI: https://webramz.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://webramz.com
Text Domain: ariasayan
Version: 21.7.7

All css files are placed in /css/ folder
*/
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html,body{
    width: 100%;
    height: 100%;
    direction: rtl;
}
@font-face {
    font-family: "kalam";
    src: url("fonts/KalamehWeb(FaNum)-Regular.woff2") format("woff2");
  }
  @font-face {
    font-family: "kalam-bold";
    src: url("fonts/KalamehWeb(FaNum)-Bold.woff2") format("woff2");
}
@font-face {
    font-family: "fontawsome";
    src: url("fonts/fontawesome-webfont.woff2") format("woff2");
}


/* default ----------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6,th{
    font-family: 'kalam-bold' !important;
    line-height: 2rem;
}

p{
    margin: 0 !important;
    margin-bottom : 1rem !important;
    line-height: 1.75rem;
    text-align: justify;
}
p,span,a,div,td,tbody {
    font-family: 'kalam' !important;
    font-size: 15px !important;
    
}

a{
    text-decoration: none !important;
    color: #000;
}
a:hover{
    color: #ffc703;
}
ul{
    padding: 0 !important;
    margin: 0 !important;
        margin-bottom : 1rem !important;

    list-style: none !important;
}
li{
    list-style: none !important;
}
ol{
      margin-bottom : 1rem !important;
  
}
ol li{
    list-style: inherit !important;
}

body{
    line-height: 1.85;
}
.contruction{
    color: #fff;
    background: #D7181E;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 40px;
}
@keyframes circle {
    0% { clip-path: circle(0%); }
    100% { clip-path: circle(100%); }
  }
  @keyframes wobble-to-top-right{
    16.65% {
        -webkit-transform: translate(8px, -8px);
        transform: translate(8px, -8px);
    }
    33.3% {
        -webkit-transform: translate(-6px, 6px);
        transform: translate(-6px, 6px);
    }
    49.95% {
        -webkit-transform: translate(4px, -4px);
        transform: translate(4px, -4px);
    }
    66.6% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }
    83.25% {
        -webkit-transform: translate(1px, -1px);
        transform: translate(1px, -1px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
  .services-page{
    background-color: #fff;
  }
  .in-nm-services-page{
    background-color: #fff;
  }
  .sticky{
    position: fixed !important;
    top: 0 !important;
    z-index: 9 !important;
    width: 100%;
    opacity: 0.9;
  }
  .dataTables_filter {
      margin-bottom: 1rem;
  }
.alignleft {
    float: left;
    margin-right: 1rem;
}
.aligncenter {
    margin: auto;
    display: block;
}
.alignright {
    float: right;
        margin-left: 2rem;
}
/* top-header ----------------------------------------------------------------*/

.white-label{
    color: #fff !important;
    position: relative;
}
.nm-top-header .white-label{
    background-color: #000;
}
.in-user{
    color: #000;
}
.nm-top-header a{
    color: #4F4B4C;
    font-weight: 700;
    font-size: 18px !important;
}
.header-cart-count{
    position: absolute;
    top: 9px;
    right: 21px;
    background: #ffbc00;
    border-radius: 50%;
    color: #333;
    width: 16px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    font-size: 12px !important;
}
.navbar-light .navbar-nav .nav-link{
    font-family: 'kalam-bold' !important;
}
.mail-header img{
    width: 32px !important;
    height: 32px !important;
    object-fit: contain;
}
.phone-header:hover img{
    -webkit-animation-name: 'wobble-to-top-right';
    animation-name: 'wobble-to-top-right';
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.mail-header:hover img{
    -webkit-animation-name: 'wobble-to-top-right';
    animation-name: 'wobble-to-top-right';
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.top-header .phone-header img{
    width: 27px !important;
    height: 32px !important;
    object-fit: contain;
}
/* res-header ----------------------------------------------------------------*/
.res-top-header{
    background-color: #4f4b4c;
    color: #fff;
}
.res-top-header svg.dgwt-wcas-ico-magnifier-handler path{
    fill: #fff !important;
}
.res-top-header .dgwt-wcas-search-icon{
    width: auto !important;
}
.w-auto{ 
    max-width: none !important;
}
.dgwt-wcas-om-bar button.dgwt-wcas-om-return, .dgwt-wcas-om-bar button.dgwt-wcas-om-return:active, .dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus, .dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover{
    background-color: #ffbc01;
}
a.dropdown-item {
    text-align: right;
    padding: 0.25rem 0.5rem;
    font-size: 14px !important;
    white-space: break-spaces;
}

a.dropdown-item.active {
    background-color: #4F4B4C;
}
.navbar-nav .dropdown-menu{
    padding: 0.25rem 0 !important;
}
.dropdown-menu[data-bs-popper]{
    left: inherit;
}
.dropdown-item.active, .dropdown-item:active{
        background-color: #4F4B4C;

}
/* end top-header ------------------------------------------------------------*/
/* main-header ---------------------------------------------------------------*/
.nm-main-header{
    background-color: #4F4B4C;
    border-radius: 10px;    
}
.nm-main-header .navbar{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}   
.main-header {
    position: absolute;
    top: 36px;
    right: 50%;
    transform: translate(50%, 50%);
    z-index: 2;
    width: 100%;
}
.navbar-light .navbar-nav .nav-link.active{
    color:  #EFAE16 !important;
}
.navbar-light .navbar-nav .nav-link:focus-within{
    color:  #EFAE16 !important;
}
/*.current-menu-item a{*/
/*    color:  #EFAE16 !important;*/
/*}*/
.navbar-light .navbar-nav .nav-link{
   color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:  #EFAE16 !important;
 }
.main-header h1{
    color: #000;
    font-size: 18px;
    display: inline;
}
img.custom-logo {
    width: 200px;
    height: auto;
}
.dropdown-toggle::after {

    margin-right: 0.255em !important;
    vertical-align: 0.155em !important;

}
/* res main-header -----------------------------------------------------------*/
.res-main-header{
    background-color: #fff !important;
}
.res-main-header .offcanvas{
    width: 65% !important;
}
.res-main-header .navbar-nav{
    width: 100% !important;
    padding: 1rem !important;
}
.res-main-header button.btn-close.text-reset{
    position: absolute !important;
    top: 16px !important;
    left: 11px !important;
}
.res-nm-main-header h1{
    font-size: 15px !important;
}
/* res main-header -----------------------------------------------------------*/
/* end main-header -----------------------------------------------------------*/
/* slider --------------------------------------------------------------------*/
/* swiper --------------------------------------------------------------------*/

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
.swiper-wrapper{
    align-items: center;
}
  .swiper-slide img {
    object-fit: cover;
   
  }
  .swiper-button-next, .swiper-button-prev{
    color: #707070 !important;
  }
  a.button.btn:focus{
    box-shadow: 0 0 0 0.25rem rgb(215 24 30 / 15%) !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    right: auto;
}
/*.swiper-button-prev, .swiper-rtl .swiper-button-next {*/
/*    left: -110%;*/
/*}*/
/* end swiper --------------------------------------------------------------------*/

/* end slider ----------------------------------------------------------------*/
/* about-section -------------------------------------------------------------*/
.about-title{
    position: relative;
}
.about-title::after{
    content: '';
    height: 3px;
    width: 25%;
    background-color: #FFC703;
    position: absolute;
    bottom: 0;
    right: 0;
}
.button-about .btn-why{
    color: #1E1E1E;
    background: #FDB918;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 40px;
}
.button-about .btn-about{
    color: #fff;
    background: #D7181E;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 40px;    
}
/* end about-section -----------------------------------------------------*/
/* counter -------------------------------------------------------------*/
.counter{
    background: #FDB918;
}
.div-count{
    text-align: center;
}
.div-count strong{
    font-size: 22px;
}
.in-nm-counter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.in-nm-counter img{
    border-radius: 50%;
}
.counterx {
    font-size: 50px;
    color:#000;
  }
/* end counter ---------------------------------------------------------*/
/* products --------------------------------------------------------------*/
.products {
    overflow: hidden;
    background: #fff;
}
.new-products-main{
    background-color: #000;
}
.nm-product-main{
    background-color: #FFBC01;
}
.nm-product-main ,p .nm-product-main h3,.nm-product-main h5,.nm-product-main div{
    color: #fff;
}
.nm-product-main a.button{
    background-color: #FFBC01 !important;
    width: fit-content !important;
    border-radius: 5px;
    color: #000 !important;
}
.image-box{
    background-color: #fff;
    position: relative;
    height: 100%;

}
.image-box figure img{
    width: 100%;
}
.image-box figure{
    position: relative;
    margin-bottom: 0;
    background-size: 70% !important;
}
.image-box .overlay-box:before {
    position: absolute;
    left: 0%;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(153, 154, 155, 0.4);
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 7;
}
.nm-services:hover .in-nm-services {
    background-color: #EFAE16 ;
        transition: all 500ms ease;

}
.image-box .overlay-box:before {
    opacity: .90;
    bottom: 0;
    top: auto;
    visibility: visible;
}
.image-box .overlay-box:after{
    position: absolute;
    left: 0%;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(153, 154, 155, 0.1);
    content: "";
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 7;
}


.overlay-box a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
        color: #000;

}
.content-box {
    /*border-radius: 8px 8px 0px 0px;*/
    background: #D5D2D2;
    z-index: 8;
    position: relative;
}
.content-box a,.content-box h4{
    color: #000;
    font-size: 18px !important;
    font-weight: 700;
    text-align: center;

}

 .nm-products:hover .overlay-box:before{
    content:'';
    height:0;
    opacity: 0;
}

.products .title-web::after{
    content: '';
    height: 2px;
    width: 150px;
    background-color: #FFC703;
    position: absolute;
    bottom: 75%;
    right: auto;
    left: auto;
    transform: none;
    margin-right: 1rem;
}
/*.slider.products{*/
/*    background-color: #E8E8E8;*/
/*}*/

div#nav-search {
    display: flex;
    width: 180px !important;
}

.input-group-prepend {
    border: none;
    display: flex;
    background-color: red;
}

button.btn-s {
    border: none;
    background-color: red;
    color: #fff;
    padding: 7px;
}

form.form-inline.dropdown-menu {
    padding: 0 !important;
}


i.fas.fa-search.srch.dropdown-toggle {
    color: #fff;
}
.search-head .dropdown-toggle:empty::after{
    display: none;
}
/* end products ----------------------------------------------------------*/
/* sanaye ---------------------------------------------------------------- */
.sanaye{
    background-color: #E8E8E8;
    overflow: hidden;
}
.sanaye .swiper-slide img{
    width: 100%;
    min-height: 400px;
    max-height: 400px;
}
.content-box-sanaye{
    background-color: #fff;
}
.content-box-sanaye h4{
    margin: 0 !important;
}
.title-sanaye{
    font-size: 15px !important;
}
.sanaye .title-web::after{
    content: '';
    height: 2px;
    width: 150px;
    background-color: #FFC703;
    position: absolute;
    bottom: 49%;
    right: auto;
    left: auto;
    transform: none;
    margin-right: 1rem;
}
.image-sanaye{
    position: relative;
}
.sanaye .swiper-slide:hover .border-shape:after {
    transform: scale(1);
}
.sanaye .swiper-slide{
    opacity: 1;
    overflow: hidden;
}
.sanaye .swiper-slide .image-sanaye a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    transition: opacity 1s;
    background: rgb(255 255 255 / 45%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
    z-index: 10;
    height: 100%;
    width: 100%;
}
.sanaye .swiper-slide:hover .image-sanaye a:before {
    opacity: 0;
}
.sanaye .swiper-slide a{
    z-index: 1;
}
/* end sanaye -------------------------------------------------------------- */
/* slider-products  ----------------------------------------------------------------*/
.slider-products .row{
   justify-content: end;
}
.nm-slider-products{
    background: #FDB918;
}
/* end slider-products  ------------------------------------------------------------*/
/* form-customers ----------------------------------------------------------------------*/
.form-customers{
    background: #E8E8E8;
}
.gform_footer.top_label{
    text-align: left;
}
input,textarea{
    border: none ;
    border-bottom: 1px solid #D7181E;
}
input#gform_submit_button_1{
    width: 200px;
    height: 60px;  
    background: #FDB918;
    border: none !important;

}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{
    padding: 15px !important;
}
.gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 24px !important;
}
/* end form-customers ------------------------------------------------------------------*/
/* services --------------------------------------------------------------------------- */
.services{
    background: #E8E8E8;
    padding: 1rem 0;
}
.in-nm-services{
    background-color: #BBBABA;
    position: relative;
    padding: 4rem;
    text-align: center;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.img-service{
    background-color: #D81920;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
}
.img-service img{
    width: 100%;
}
.nm-services:nth-child(1) .in-nm-services,.nm-services:nth-child(4) .in-nm-services{
    margin-left: 1rem;

}
.nm-services:nth-child(3) .in-nm-services,.nm-services:nth-child(6) .in-nm-services{
    margin-right: 1rem;

}
.nm-services:nth-child(2) .in-nm-services,.nm-services:nth-child(5) .in-nm-services{
    margin: 0 .5rem;
} 
.in-nm-services h3{
    font-size: 18px !important;
}
.title-web{
    position: relative;
}
.title-web::after{
    content: '';
    height: 2px;
    width: 150px;
    background-color: #FFC703;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.nm-services:hover img{
    -webkit-animation-name: 'wobble-to-top-right';
    animation-name: 'wobble-to-top-right';
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/* end services -----------------------------------------------------------------------*/
/* customer slider -------------------------------------------------------------------*/
.customers img{
    object-fit: contain !important;
    width: 250px !important;
    height: 160px !important;
}
/* end customer slider ---------------------------------------------------------------*/
/* news ---------------------------------------------------------------------------- */
.news{
    background-color:  #FFC703;
}
.iner-nm-news{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}
.desx-news{
    color: #000 !important;
}
.list-news img{
    width: 100%;
    height: 100%;
}
.desx-news{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.desx-news.first {
    border-bottom: 4px solid #d81920;
}
.news .title-web{
    padding-left: 10px;
}
.news .title-web::after {
    content: '';
    height: 2px;
    width: 150px;
    background-color: #ffffff;
    position: absolute;
    bottom: 75%;
    right: auto;
    left: auto;
    transform: none;
    margin-right: 1rem;
}
/* end news ------------------------------------------------------------------------*/
/* footer --------------------------------------------------------------------*/
footer{
    background-color: #4F4B4C;;
    color: #fff;
    border-top: 5px solid #D81920;;
}
footer h1,footer h2,footer h3,footer h4,footer h5,footer h6,footer p,footer a{
    color: #fff !important;
}
footer h5{
    font-size: 1rem !important;
}
.light-text i {
    font-family: 'fontawsome' !important;
    margin: 0 12px;
    width: 40px;
    height: 40px;
    outline: 2px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    outline-offset: -2px;
}
a.light-text{
    transition: all .3s;
}
footer img{
    height: auto;
    width: auto;
}
a.light-text:hover {
    color: #FFBC01  !important;
}
a.light-text:hover i{
    outline-offset: 0;
}
/* end footer ----------------------------------------------------------------*/
/* services ----------------------------------------------------------------- */
.border-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    display: inline-block;
}
.service-block .figure {
    position: relative;
    overflow: hidden;
}
.service-block .figure img{
    border-radius: 0;
    padding-top: 10px;
}
.border-shape:before {
    position: absolute;
    content: '';
    left: 20px;
    bottom: 0;
    right: 20px;
    height: 4px;
    background: #fff;
}
.border-shape:after {
    position: absolute;
    content: '';
    left: 20px;
    bottom: 0;
    right: 20px;
    height: 4px;
    transition: .5s;
    transform: scaleX(0);
}
.border-shape:after {
    background: #D81920;
}
.service-block:hover .border-shape:after {
    transform: scale(1);
}

.service-block .figure:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    transition: opacity 1s;
    background: rgb(255 255 255 / 45%);
    border-radius: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
    z-index: 7;
    height: 600px;
    width: 600px;
}
.service-block:hover .figure:before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
    opacity: 1;
}
.article-content-service{
    min-height: 184px;
}

/* archive products --------------------------------------------------------- */
.project-block-four {
    position: relative;
    margin-bottom: 30px;
}
.project-block-four .image-box {
    position: relative;
    overflow: hidden;
}
.project-block-four figure {
    margin: 0;
}
.project-block-four .image-box img {
    display: block;
    width: 100%;
    height: auto;
}
.project-block-four .content-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    background-color: #ffffff;
    visibility: hidden;
    padding-bottom: 20px;
    padding-top: 22px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    padding-right: 15px;

}
.project-block-four .content-box:before {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #d81920;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-block-four .content-box h4 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: #303030;
    font-weight: 800;
}
.project-block-four .content-box h4 a {
    color: #303030;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-block-four .content-box .tag {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
}
.project-block-four:hover .content-box {
    opacity: 1;
    visibility: visible;
}
.project-block-four:hover .content-box:before {
    width: 60px;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.project-block-four .image-box .overlay-box:before {
    position: absolute;
    left: 0%;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(153 154 155 / 40%);
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.project-block-four:hover .image-box .overlay-box:before {
    opacity: .90;
    bottom: 0;
    top: auto;
    visibility: visible;
}
.project-block-four .overlay-box a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -55px;
    margin-left: -15px;
    display: inline-block;
    height: 30px;
    width: 30px;
    font-size: 20px;
    color: #FDB918;
    line-height: 30px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-block-four:hover .overlay-box a {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free" !important;
}
/* end archive products ----------------------------------------------------- */
/* single products ---------------------------------------------------------- */
.slider-products {
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.swiper-arrows{
    padding: 28px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;;
}
.inner-swiper{
    position: relative;
    width: 10%;
    height: 100%;
}
.single-products .swiper-button-next:after,.single-products .swiper-button-prev:after{
    font-size: 12px;
    border: 1px solid #e5e5e5;
    padding: 13px;
}
.single-products .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-free-mode.swiper-rtl.swiper-backface-hidden.swiper-thumbs {
    padding: 10px;
}
.single-products .swiper-slide {
    opacity: .5;
}
.single-products .swiper-slide-active{
    opacity: 1;
}
.single-products .swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid red;
}
.single-products .swiper-thumbs .swiper-slide{
    cursor: pointer;
    padding: 5px;
}
/* end single products ------------------------------------------------------ */
/* contact-page ------------------------------------------------------------- */
.contact-page{
    background: #fff;
    padding-top: 3rem;
}
.inn-contact.first{
    padding-left: 15px;
}
.inn-contact h4{
    text-align: right;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}
.inn-contact h4::after {
    content: '';
    border-bottom: 3px solid #ffbc01;
    bottom: -3px;
    height: 3px;
    right: 0;
    position: absolute;
    width: 50px;
}

.full-contact a{
    color: #fff;
}

.iner-contact-page.first{
    background:  #000;

}
.inn-contact i{
    color: #ffbc01;
}

.div-map img{

    width: 100%;
}
.gform_title{
    color:#000;
    text-align: right;
    position: relative;
    margin-bottom: 1.5rem!important;
    padding-bottom: 0.5rem;
    font-size: 24px !important;
}

.inn-contact{
    padding: 30px 15px;
}   
/* end contact page ---------------------------------------------------------*/
/* about-page -------------------------------------------------------------- */
.about-page{
    background: #eee;
    padding: 3rem 0;
}
.full-about{
    background: #fff; 
}
.inn-about h4{
    text-align: right;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}
.inn-about h4::after {
    content: '';
    border-bottom: 3px solid #ffbc01;
    bottom: -3px;
    height: 3px;
    right: 0;
    position: absolute;
    width: 50px;
}
span.swiper-pagination-bullet {
    background-color: #FFBA00;
}
.box-info{
    background: #eee;
}

  .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px !important;
      color: #000;
      opacity: 1;
      border: 2px solid #FFBA00;
      background-color: transparent !important;
         border-radius: 3px;
    }

    .swiper-pagination-bullet-active {
      color: #000;
      background-color: #FFBA00 !important;
    }
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    right: 25%;
    direction: ltr;
}
/* end about page ---------------------------------------------------------- */
/* blog ---------------------------------------------------------------------*/
.figure{
    width: 100%;
}
.figure img{
    width: 100%;
    height: auto;
}
.post-type-archive-services .figure img {
    width: 100%;
    height: auto;
    min-height: 250px;
    max-height: 250px;
}
.sidebar-blog{
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background: #F7F7F7;
}
.article-content-blog p{
    padding-top: .5rem;
}
.title-article a{
    color: #000 !important;
}
.title-article a:hover{
    color: #ffbc01 !important;
}
.title-article h3{
    font-size: 22px !important;
}
.article-content-blog h3,.article-content-blog h2,.article-content-blog h2,.article-content-blog h4,.article-content-blog h5,.article-content-blog h6{
    margin-bottom: .5rem !important;
}

.nm-articles {
    border: 1px solid #eee;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}
.single-blogs .nm-articles {
    padding-top: 0;
}
/*.nm-articles:last-child {*/
/*    border: none !important;*/
/*    padding-bottom: 1rem;*/
/*}*/

.sidebar-blog .title-side{
    padding-bottom: .5rem;
}
.title-side {
    font-size: 16px !important;
    padding-bottom: 1rem;
    position: relative;
    padding-right: 1.5rem;
}

.title-side:after {
    position: absolute;
    content: '__';
    right: 0;
    color: #ffbc01;
}
.pull-left img{
    width: 100%;
    height: auto;
}
.media-body{
    padding-right: .5rem;
    color: #000;
}
.media a{
    align-items: center;
}
#searchsubmit{
    background: #ffbc01;
    padding: 5px 0.5rem;
    border: none !important;
}
.sidebar-blog .searchform div{
    display: flex;
}
.sidebar-blog .searchform div input[type=text]{
    width: 85%;
    position: relative;
    display: block;
    font-size: 14px;
    padding: 10px 8px 10px 8px;
    border: 1px solid #E3E3E3;
    background: none;
    background: #FFFFFF;
    color: #808080;
    width: 100%;
}
.side-back a{
    color: #000
}
.sidebar-blog{
    height: 100%;
}
.title-webx{
    position: relative;
}
.title-webx:after{
        content: '';
    height: 2px;
    width: 30%;
    background-color: #FFC703;
    position: absolute;
    bottom: 50%;
    right: auto;
    left: auto;
    transform: none;
    margin-right: 1rem;
}
.tablepress>:where(thead,tfoot)>*>th {
    background-color: #ffc703 !important;
}

.crisp-client .cc-tlyw .cc-kxkl div.cc-1hqb, .crisp-client .cc-tlyw .cc-kxkl a.cc-nsge {
    position: fixed!important;
    left: 24px!important;
    right: auto !important;
}
.crisp-client .cc-tlyw[data-full-view=true] .cc-kxkl a.cc-nsge {
    right: auto !important;
}
/* end blog -----------------------------------------------------------------*/
/* sticky toolbox ---------------------------------------------------------- */
.sticky_toolbox {
    position: fixed;
    width: 39px;
    bottom: 8px;
    left: 20px;
    right: auto;
    text-align: center;
    font-size: 13px;
    z-index: 999;
    display: block;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    cursor: pointer;
}
.sticky_toolbox.active {
    opacity: 1;
    pointer-events: all;
    right: 30px;
    left: auto;
}
.sticky_toolbox li {
    height: 39px;
    width: 39px;
    display: flex;
    align-items: center;
    font-size: 15px;
    position: relative;
    color: #333 !important;
    box-shadow: 0 1px 14px -5px rgb(0 0 0 / 15%);
    background-color: #fff;
    border-radius: 10px;
    justify-content: center;
    margin-bottom: 6px;
}
.sticky_toolbox .header-cart-count {
    top: 3px !important;
}
.fal , .fab{
    font-family: 'fontawsome' !important;
}
.active{
    opacity: 1;
}
.offcanvas{
    padding: 3rem 15px 15px 15px;
}
/* breadcrump -------------------------------------------------------------- */
.page-title{
    position: relative;
    padding: 300px 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #4a4a4a;
    background-position: center;
    background-image: url('./img/2.jpg');
}
.page-title:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, rgb(24 24 24 / 0%), rgb(24 24 24 / 14%), rgba(24, 24, 24, .50));
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.page-title h1 {
    position: relative;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 70px !important;
}
#breadcrumbs{
    position: relative;
    padding: 15px 0;
}
#breadcrumbs span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #f7c02d;
    font-weight: 400;
}
#breadcrumbs span a {
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* end breadcrump ----------------------------------------------------------- */
/* pagination ---------------------------------------------------------------- */
nav.navigation.pagination{
    justify-content: center;
}
a.page-numbers {
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    color: #000;
}

.nav-links {
    display: flex;
}

span.page-numbers.current {
        width: 50px;
    height: 50px;
    display: flex;
    background-color: #D81920;;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}

/* end pagination ------------------------------------------------------------ */
/* contact-page ------------------------------------------------------------- */
.contact-page{
    padding-top: 3rem;
}
.inn-contact {
    background-color: #eee;
    height: 100%;
}
.inn-contact h4{
    text-align: right;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}
.inn-contact h4::after {
    content: '';
    border-bottom: 3px solid #FFBA00;
    bottom: -3px;
    height: 3px;
    right: 0;
    position: absolute;
    width: 50px;
}



.inn-contact i{
    color: #D81920;
    font-size: 22px;
    width: 60px;
    border: 2px solid #D81920;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
input#gform_submit_button_1,input#gform_submit_button_2{
    background-color: #FFBA00;
    padding: 0.5rem 1rem;
    border: none !important;
    border-radius: 5px;
}
.div-map{
    height: 300px;
}
.div-map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gform_title{
    text-align: right;
    position: relative;
    margin-bottom: 2rem!important;
    padding-bottom: 0.5rem;
    font-size: 24px !important;
}
.gform_title::after {
    content: '';
    border-bottom: 3px solid #FFBA00;
    bottom: -3px;
    height: 3px;
    right: 0;
    position: absolute;
    width: 50px;
}
.inn-contact{
    padding: 30px 15px 0 15px;
}
input:focus-visible,textarea:focus-visible{
    outline: auto #D81920;;
}
@keyframes mymove{
    0%, 100% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(15deg);
    }
    50% {
        transform: rotate(-15deg);
    }
    75% {
        transform: rotate(5deg);
    }
    85% {
        transform: rotate(-5deg);
    }
    }
.inn-contact p:not(.socials-contant):hover i{
    animation: mymove 800ms infinite;
}

.socials-contant span a:hover i{
    animation: mymove 800ms infinite;

}
/* end contact page ---------------------------------------------------------*/
/* about-page -------------------------------------------------------------- */
.page-template-about  .about-page,.page-template-about .contact-box{
    background-color: #eee;
}
.page-template-about .clearfix.back{
    background-color: #eee;

}
.about-page{
    padding: 3rem 0;
}
.full-about{
    background: #fff; 
}
.inn-about h4{
    text-align: right;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 0.5rem;
}
.inn-about h4::after {
    content: '';
    border-bottom: 3px solid #FFBA00;
    bottom: -3px;
    height: 3px;
    right: 0;
    position: absolute;
    width: 50px;
}
/* end about page ---------------------------------------------------------- */
/* @media 999 -------------------------------------------------------------- */
@media only screen and (max-width: 999px) {

.contact-page{
    padding-top: 2rem;
    padding-bottom: 0;
 }

 .inn-contact.first{
     background: #000;
     padding-right: 1rem; 
     padding-left: 1rem; 

 }
 .inn-contact{
     padding-top: 2rem;
     padding-bottom: 2rem;

 }
 .gform_title{
     padding-top: 1rem;
 }
}

.single-product a.garanty {
       position: absolute;
    top: 23px;
    z-index: 2;
    right: -55px;
    transform: rotate(43deg);
    background-color: #125300;
    width: 190px;
    padding: 0.3rem 0;
    text-align: center;
    color: #fff;

}
.related a.garanty, a.garanty{
    position: absolute;
    top: 25px;
    z-index: 2;
    left: -38px;
    transform: rotate(312deg);
    background-color: #125300;
    width: 144px;
    padding: .3rem 0;
        color: #fff;
    right: auto ;
}
.single-products .title-webx{
    font-size: 18px;
}

.slider-image{
    float: right;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.slider-info {
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 15px;
    position: relative;
    z-index: 2;
   
}
.slider-info a{
    background: #eee;
     display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    border-radius: 15px;
    margin-left: 1rem;

}
.slider-image img{
    width: 100%;
    border-radius: 15px;
}
.slider-image{
   padding-left: 8px;
    padding-right: 8px;
    padding-top: 15px;
}
.slider-info h3{
    text-align: right;
    font-size: 1.4rem !important;
}

.swiper-rtl .swiper-button-prev {
    right: 0;
}
.swiper-button-prev,  .swiper-button-next {
    left: 10px;
    background: #fff;
    border-radius: 3px 0 0 3px;
    bottom: auto;
    height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
    font-size: 13px !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
        font-size: 13px !important;

}
/* end @media 999 -----------------------------------------------------------*/
/* @media 768 ---------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
    .products  .swiper-rtl  .swiper-button-next {
    right: auto !important;
    left: 0 !important;
}
    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal{
        right: 0 !important;
    }
    .page-title{
    padding:  0px;
    }
    .page-title h1 {
    font-size: 30px;
    margin: 0px !important;
    padding-top: 25px;
    }
    .alignleft{
        margin: auto;
        display: block;
        float: none;
    }
    .alignright {
    margin: auto;
        display: block;
        float: none;
}
    img.custom-logo{
        width: 150px !important;
    }
    .full-about{
        background: transparent; 
    }
    .inn-about.first{
        background: #fff;
        padding-right: 1rem; 
        padding-left: 1rem; 
    }
    .offcanvas-end{
        width: 65% !important;
    }
    .sticky_toolbox.active {
        left: 15px;
    }
    .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{
        min-width: fit-content !important;
    }
    .sidebar-blog{
        margin-top: 2rem;
    }
    .products-home .swiper-slide{
        padding: 0 15px !important;
    }

   
    section.page-breadcrumb:before {
        width: 50%;
    }
    .sticky_toolbox.active p {
        font-size: 13px !important;
    }

    .nm-services:nth-child(1) .in-nm-services,.nm-services:nth-child(4) .in-nm-services{
        margin-left: 0;
    
    }
    .nm-services:nth-child(3) .in-nm-services,.nm-services:nth-child(6) .in-nm-services{
        margin-right: 0;
    
    }
    .nm-services:nth-child(2) .in-nm-services,.nm-services:nth-child(5) .in-nm-services{
        margin:0;
    }
    .in-nm-counter{
        flex-direction: column-reverse;
        padding-bottom: 1rem;
    }
    .inner-swiper {
        width: 27%;
    }
    .navbar-light .navbar-nav .nav-link{
        color: rgba(0,0,0,.55) !important;
    }
    .button-about .button{
        margin-bottom: 1rem;
    }
}
.accordion-button{
    justify-content: space-between !important;
    color: #000 !important;
    background-color: #fff !important;
}
.accordion-button::after {
    margin-left: 0 !important;
    filter: grayscale(1);
}
.accordion-button:focus {
    z-index: 3;
    border-color: #daa834 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(230 175 48 / 42%) !important;
}
.page-template-about .about-title::after,.page-template-vibre .about-title::after{
        content: '';
    border-bottom: 3px solid #FFBA00;
    bottom: -3px;
    height: 3px;
    right: 0;
    position: absolute;
    width: 50px;
}
.inner-gallery div {
    height: 300px;
}

/* end @media 768 -----------------------------------------------------------*/

@media (min-width: 768px){
   
    /*.slider.products .swiper-slide{*/
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*}*/
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}
.dropdown:hover .dropdown-menu {
display: block;
text-align: right;
padding-top: 11px !important;
padding-bottom: 12px !important;
}
}

body {
    font-family: "kalam" !important;}
    @keyframes wobble-to-top-right {
    16.65% {
      -webkit-transform: translate(8px, -8px);
      transform: translate(8px, -8px);
    }
    33.3% {
      -webkit-transform: translate(-6px, 6px);
      transform: translate(-6px, 6px);
    }
    49.95% {
      -webkit-transform: translate(4px, -4px);
      transform: translate(4px, -4px);
    }
    66.6% {
      -webkit-transform: translate(-2px, 2px);
      transform: translate(-2px, 2px);
    }
    83.25% {
      -webkit-transform: translate(1px, -1px);
      transform: translate(1px, -1px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }

a.slider-item-link h3{
    padding: 0 1rem;
    font-size: 1.4rem !important;
}
a.slider-item-link p{
    padding: 0 1rem;
    font-size: 1.2rem !important;
}



h1 {
    font-size: 1.6rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.9rem;
}

h6 {
    font-size: 0.8rem;
}
.nm-articles{
    border-color: #bababa!important;
    border-radius:0.25rem!important
}