@font-face {
  font-family: CoText_Bd;
  src: url('../fonts/CoText_Bd.ttf');
}
@font-face {
  font-family: elmessiri-bold;
  src: url('../fonts/4_F5.ttf');
}
@font-face {
  font-family: CoText_Rg;
  src: url('../fonts/CoText_Rg.ttf');
}
body {
  font-family: elmessiri-bold;
}
a:hover {
  text-decoration: none
}
/*--------------------------------------top-header ---------------------------*/
.left-header i{
  font-size: 22px;
  padding: 0 0 0 15px;
}
.top-header{
  background: #222222;
  color: #fff;
  padding: 8px 0 ;
}
.right-header ul{
  margin: 0;
}
.left-header ul{
  margin: 0
}
select{  
  background: transparent;
  border: none;
  outline: none;
}
option{
  color: #000
}
/*-------------------------------logo--------------------*/
.logo img{  
  width: 20%;
  height: 80px;
  margin: 0 auto;
}
.logo{
  text-align: center;
border-bottom: 1px solid #00000045;
padding: 0 0 15px 0;
}
.img {     width: 100%; }
/*------------------------------naav----------------------*/
.naav{
  text-align: center;
}
.navbar,
.navbar-default {
    background: transparent;
    border: none;
}
.navbar-default .navbar-nav > li > a {
      transition: all ease 0.5s;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 19px;
}
.navbar-default .navbar-nav > li > a:hover {
  color: rgb(255, 0, 0);}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
}
/*--------link------position-------*/
.snip1322 {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}
.snip1322 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1322 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0.5em 1.2em;
  padding: 0;
}
.snip1322 a {
  padding: 0 0.6em;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  text-decoration: none;
}
.snip1322 a:before,
.snip1322 a:after {
  width: 3px;
  height: 0;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #0000009d;
}
.snip1322 a:before {
  bottom: 0;
  right: 0;
}
.snip1322 a:after {
  top: 0;
  left: 0;
}
.snip1322 a:hover,
.snip1322 .current a {
  color: #ffffff;
}
.snip1322 a:hover:before,
.snip1322 .current a:before,
.snip1322 a:hover:after,
.snip1322 .current a:after {
  height: 100%;
}
/*----------------------------------------------slider------------------------------------------*/
#owl-demo .item img{
  display: block;
  width: 100%;
  height: 480px;
}
.owl-carousel {
  direction: ltr
}
.owl-carousel .item {
  direction: rtl;
  position: relative;
}
.dis{
  padding: 0;
}
.slider{
  position: relative;
}
.owl-prev{
  width: 50px;
height: 50px;
position: absolute;
top: 190px;
left: 0;
bottom: 0;
right: 0;
opacity: 1 !important;
margin: 0;
padding: 0px 0 0 0;
line-height: 0;
background: #000 !important;}
.owl-next{  
  width: 50px;
height: 50px;
position: absolute;
top: 190px;
bottom: 0;
right: 0;
opacity: 1 !important;
margin: 0;
padding: 0px 0 0 0;
line-height: 0;
background: #000 !important;
}
.owl-next h3{
  margin: 10px 0;
}
.owl-prev h3{
  margin: 10px 0;
}
.link-position{
  position: absolute;
bottom: 120px;
right: 275px;
}
.link-position a{  
  color: #ffffff;
  text-decoration: none;
  background: #222;
  padding: 10px 50px;
  border-radius: 5px;
}
/*-------------------------------------------block----------------------------------------------*/
.block img{  
  width: 100%;
  height: 510px;
}
.left-block{  
  width: 100%;
  height: 255px;
}
.down-block img{  
  width: 100%;
  height: 251px;
}
/*-------------position----------------------*/
figure.snip1475 {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
figure.snip1475 *,
figure.snip1475 *:before,
figure.snip1475 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.snip1475 img {
  width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
figure.snip1475 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1475 figcaption:before,
figure.snip1475 figcaption:after,
figure.snip1475 figcaption div:before,
figure.snip1475 figcaption div:after {
  opacity: 0;
}
figure.snip1475 figcaption:before,
figure.snip1475 figcaption:after {
  height: 50%;
  width: 50%;
  position: absolute;
  content: '';
  background-color: #080808;
}
figure.snip1475 figcaption:before {
  top: 0;
  left: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.snip1475 figcaption:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.snip1475 figcaption div:before,
figure.snip1475 figcaption div:after {
  width: 50%;
  height: 50%;
  position: absolute;
  content: '';
  background-color: #000000;
}
figure.snip1475 figcaption div:before {
  top: 0;
  right: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.snip1475 figcaption div:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.snip1475 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1;
  opacity: 0;
  margin: 9px 0 0 0;

}
figure.snip1475 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.snip1475:hover img,
figure.snip1475.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.snip1475:hover i,
figure.snip1475.hover i {
  opacity: 0.7;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip1475:hover figcaption:before,
figure.snip1475.hover figcaption:before,
figure.snip1475:hover figcaption:after,
figure.snip1475.hover figcaption:after,
figure.snip1475:hover figcaption div:before,
figure.snip1475.hover figcaption div:before,
figure.snip1475:hover figcaption div:after,
figure.snip1475.hover figcaption div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 0.8;
}
/*---------------------------------------------block-------------------------*/
.snip1469 {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  line-height: 1.2em;
}
.snip1469 *,
.snip1469 *:before,
.snip1469 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1469:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  content: '';
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1469 img {
  width: 100%;
  vertical-align: top;
  height: 300px;
  margin: 0 0 15px 0;
}
.snip1469 .icons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.snip1469 a {
  margin: 2px;
  opacity: 0;
}
.snip1469 a i {
  display: block;
  font-size: 23.52941176px;
  line-height: 40px;
  width: 40px;
  background-color: #ffffff;
  text-align: center;
  color: #000000;
}
.snip1469 a i:hover {
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}
.snip1469 a:first-of-type {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.snip1469 a:last-of-type {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.snip1469:hover:before,
.snip1469.hover:before {
  opacity: 0.5;
}
.snip1469:hover a,
.snip1469.hover a {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.block h4{
  text-align: center;
}
.block span{  
  text-align: center;
  display: inherit;
  font-size: 18px;
}
.bord{
  width: 100%;
  height: 1px;
  background: #00000014;
  margin: 33px 0;
}
/*--------------------------------------baner-----------------------------*/
.baner-slid {
  position: relative
}
.baner-slid img{  
  width: 100%;
  height: 350px;
}
.position-baner{
  position: absolute;
bottom: 90px;
right: 151px;
}
.position-baner a{
  font-size: 17px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  background: #fcfcfc;
  padding: 10px 50px;
  border-radius: 5px;
}
/*--------------------------------------demo-slid------------------------------------------*/
.demo-slid{
  margin: 0 0 25px 0;
}
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 60%;
  height: 100px;
}
/*---------------------------------------footer----------------------------------------*/

.footer1{
  text-align: center;
}
.footer1 img{
  width: 30%;
  height: 110px;
}
.footer{
background: url(..//images/Untitled-18.png);
color: #fff;
padding: 50px 0 0;
}
.footer2 ul li a{
line-height: 30px;
color: #fff;
}
.footer h4{  
font-size: 18px;
border-bottom: 1px solid #fffc00;
padding: 0 0 20px 0;
display: inline-block;
}
.list-header ul li a{
color: #ddd;
padding: 4px 0px 0px 0px;
border: 1px solid #dddddd30;
width: 28px;
height: 26px;
border-radius: 15px;
transition: all ease 1s;
}
.list-header ul li a:hover{
color:#ebbe2c;
}
.footer p{  
margin: 0 0 31px;
line-height: 25px;
text-align: justify;
width: 90%;
}

.left{
float: left;
}
.left a{
color: rgb(255, 255, 255);
}
.left a h6:hover{
color: #ebb134;
}
.left a:hover{
text-decoration: none;
color: #000;
}
.footer2 ul li a:hover{
color:#ebb134;
}
.h6{
font-size: 13px;
}
.down-footer{
padding: 10px 0;
background: #353535;
color: #fff;
}
.footer1 p{
  
  margin: 22px auto;
  line-height: 25px;
  text-align: justify;
  width: 36%;
}
.listaa{
  float: right;
}
.more-list ul li i{
  font-size: 20px;
vertical-align: middle;
margin: 0 0 0 9px;
}
.paypal{
  text-align: center;
}
.paypal ul{
  margin: 7px 0 0 0;
}
.paypal ul li{
  margin: 0 0 0 15px;
}
.paypal img{
  width: 47px;
height: 27px;
}