﻿@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/eot/PeydaWeb-Regular.eot');
    src: url('fonts/eot/PeydaWeb-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('fonts/woff/PeydaWeb-Regular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/woff2/PeydaWeb-Regular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('fonts/ttf/PeydaWeb-Regular.ttf') format('truetype');
}

@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 500;
    src: url('fonts/eot/PeydaWeb-Bold.eot');
    src: url('fonts/eot/PeydaWeb-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('fonts/woff/PeydaWeb-Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/woff2/PeydaWeb-Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('fonts/ttf/PeydaWeb-Bold.ttf') format('truetype');
}
/*@font-face {
    font-family: peyda;
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/eot/peydaWeb-light.eot');
    src: url('assets/fonts/eot/peydaWeb-light.eot?#iefix') format('embedded-opentype'),*/ /* IE6-8 */
    /*url('assets/fonts/woff/peydaWeb-light.woff') format('woff'),*/ /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    /*url('assets/fonts/woff2/peydaWeb-light.woff2') format('woff2'),*/ /* FF39+,Chrome36+, Opera24+*/
    /*url('assets/fonts/ttf/peydaWeb-light.ttf') format('truetype');
}*/

html {
    scroll-behavior: smooth;
}
body {
    font-family: peyda;
    padding: 0;
    margin: -20px 0 0 0;
    text-align: center;
    text-align: right;
    direction: rtl;
    font-size: 15PX;
	max-height:100vw;
	overflow-x: hidden;
}
.navbar:before, .navbar:after {
    display: none;
 }
footer {
    background: #17bcb6;
    color: #000;
   
    padding: 20px;
    text-align: CENTER;
}
body section:not(.top-container)
{padding:40px 0 15px 0;
}
section.dark {
    background: #17bcb6;
    color:#fff;
}
 
.container {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align:center;
 }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
     
     background-color: #fff;
}
.container.thin
{
    max-width:1000px;
     line-height:2;
     text-align:justify;
     padding:40px 0

}
.top-container {
    position: relative;
    width: 100%;
    height: 100vh;
    touch-action:pan-y;
    cursor: ew-resize;
    
}

.image-colored,
.image-grayscale {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image-grayscale {
    filter: grayscale(100%);
    clip-path: inset(0 0 0 50%);
    z-index: 2;
}
h1,h2,h3,h4 
{
    text-align:center
}

ul,li
{
     
    text-align:right
}
ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 30px;
}
li {
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    padding-inline-start: 5px;
}
.slider-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: white;
    z-index: 3;
    transform: translateX(-1.5px);
}
 
.slider-handle {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    pointer-events: none;
}
.items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    .items div {
        width: 33.33%;
        padding: 15px;
        text-align: center;
        background-color: #efefef;
        border: 5px solid #17bcb6;
        color:#000
    }
    .row2 .items div {
      
        border: 5px solid #fff;
     }
.items.items-half div {
    width: 50%;
    background-color: #17bcb6;
}
.items.items-full div {
    width: 100%;
    background-color: #17bcb6;
 }
    .items div h3 {
        text-align: center;
        font-size: 16px;
    }
.items.items-half div h3 {
    text-align: center;
    font-size: 16px;
}
.items.items-full div h3 {
    text-align: right;
    font-size: 18px;
}

    .items.items-full div h3 span {
        color: #fff;
        font-size: 16px;
        display: block;
        font-weight: normal;
        margin-top: -10px;
    }
        .items div p {
            text-align: right;
            font-size: 12px;
        }
    .items div p {
        font-size: 14px;
    }
    .items.products div p {
        font-size: 16px;
    }
.items.products img {
    width:100%
}
        .items div span.icon {
            font-size: 50px;
            color: #17bcb6;
        }
  
.items.products p {
    color: #000
}
.items.products p,li {
 text-align:justify
}
.items.products h3 {
    font-size: 18px !important;
    margin-bottom: 10px;
}
.slider
{
    margin-top:20px;
}
div.slider-item {
    padding: 15px 10px;
    text-align: center;
    background-color: #efefef;
    border: 5px solid #fff;
    min-height: 220px;
}
.slider.right div.slider-item {
    padding: 15px 10px;
    text-align: right;
    font-size: 15px;
    min-height: 260px;
}
div.slider-item span.en {
   
    font-size: 12.5px;
    
}
.menubox {
    position: fixed;
    top: 0px;
     left: 0px;
    width: 100%;
    padding: 10px;
    z-index: 999;
}
.navbar {
    position: relative;
    margin-bottom: 0;
}
.navbar-header {
    /* float: left; */
}
.navbar-collapse {
    max-height: none;
    padding: 0;
}
.navbar-default {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
}
body.scrolled .navbar-default {
    background-color: rgba(0, 0, 0, 0.9);
    border: none;
}
    .menubox #cssmenu > ul {
    list-style: none !important;
    padding-left: 0px;
}
        .menubox #cssmenu > ul  {
            margin-block-start: 0em !important;
            margin-block-end: 0em !important;
            padding-inline-start: 0 !important;
           
        }
        .menubox #cssmenu > ul li {
            margin-block-start: 0em !important;
            margin-block-end: 0em !important;
            padding-inline-start: 0 !important;
            float: right;
            margin-left:30px
        }
.navbar-collapse:before, .navbar-collapse:after
{
    display:none !important
}
.menubox #cssmenu > ul li a {
    font-size: 16px;
    color: #fff;
    text-decoration: none !important;
}
.menubox #cssmenu > ul li a:hover {
     color: #17bcb6;
 }
.container-fluid {
    display: flex;
    align-items: center;
    height: 60px;
    padding: 0 20px;
}
    .logo
    {
        width:100%;max-width:120px;
        transition:all 0.5S;
    }
body.scrolled .logo {
    max-width: 96px;
}
a.btnHome
{
  margin-left:50px;
  
}
body.scrolled a.btnHome {
   
}
body.scrolled .container-fluid {
    height: 50px;
}

@media (max-width:767px) {
	p.last
	
	{
	padding:0 15px;}
	
	.container.thin
{
    
     text-align:right;
    

}ul, ol {
   
	padding-inline-start: 15px;}
    .navbar-collapse.in, .navbar-collapse.collapsing {
        height: auto;
        display: block;
        width: 100vw;
        float: none;
        position: fixed;
        top: 60px;
        right: 0;
        padding-right: 20px;
        background-color: #333;
    }
    body.scrolled .navbar-collapse.in, body.scrolled .navbar-collapse.collapsing {
        top: 50px;
    }
    .menubox #cssmenu > ul li {
      float:none;
        margin-left: 0;
        width: 100%;
        padding: 15px;
    }
    .navbar-toggle {
 
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
        background-color: #333;
    }
    .menubox {
        width: 100%;
        background-color: rgb(150, 150, 150);
        padding: 0;
    }
    body section:not(.top-container) {
        padding: 40px 10px 15px 10px;
    }

    section#products {
        padding: 40px 0 15px 0;
    }
    .items.items-half div, .items div {
        width: 100%;
    }
    .container-fluid {
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .items.products p, li{
        text-align:right
    }
    a.btnHome {
        margin-left: 0;
    }
    }
.owl-carousel .owl-nav{
    margin-top:-5px;
    font-size:20px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    color:#ccc;
}
    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: 0;
        color: #ccc;
    }
    .owl-carousel .owl-nav button.owl-next:hover {
      
        color: #333;
    }

    .owl-carousel .owl-nav button.owl-prev:hover {
        color: #333;
    }