@font-face {
    font-family: bahij_helvetica_neue_light_by_bahijvirtualacademy-dammcxa;
    src: url(../fonts/bahij_helvetica_neue_light_by_bahijvirtualacademy-dammcxa.ttf);
  }
  body {
    font-family: bahij_helvetica_neue_light_by_bahijvirtualacademy-dammcxa;
  }
  a:hover{
      text-decoration: none;
}
/***************************************************/
/*************** top header ***********************/
.top-header{
  background-color: #1a2b48;
  padding: 10px 0 5px;
}
.top-header ul{
  margin: 0;
}
.t-con ul li a{
  color: #fff;
  font-size: 14px;
  border-left: 1px solid #dddddd57;
  padding-left: 16px;
}
.t-con ul li:last-child a{
  border-left: 0;
}
.social-links{
  overflow: hidden;
  z-index: 10;
}
.social-links a{
  display: inline-block;
  color: #fff;
  font-size: 15px;
}
.social-links ul{
  margin: 0;
}
.social-links ul li{
  overflow: hidden;
  padding: 0 10px;
}
.social-links ul li a{
  transition: all .5s ease-in; 
}
.social-links ul li a:hover{
  color: #F33F2E;
}
.lang .dropdown-menu {
  min-width: 122px;
}
.wish .dropdown-menu{
  right:  -125%;
}
.lang .dropdown-menu a{
  color: #555;
}
.lang .dropdown-menu>li>a {
  padding: 6px 20px;
}
/***************************************************/
/*************** navbar ***********************/
.navbar {
  position: relative;
  min-height: 0;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-brand {
  height: 90px;
}
.navbar-brand>img {
  display: inline-block;
  height: 70px;
}
.navbar-nav{
  margin-top: 28px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #1a2b48;
  background-color: transparent;
}
.navbar-nav>li {
  padding: 0 12px;
}
.navbar-nav>li>a {
  display: inline-block;
  padding: 12px;
  font-size: 14px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.navbar-nav>li>a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 5px;
  background: #003994ad;
  height: 2px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-default .navbar-nav>.active>a:before,
.navbar-nav>li>a:hover:before,
.navbar-nav>li>a:focus:before,
.navbar-nav>li>a:active:before {
  left: 0;
}
.navbar-default .navbar-nav .dropdown>a:hover{
  color: #333;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{
  color: #333;
  background-color: transparent;
}
.dropdown-menu {
  min-width: 140px;
  z-index:999999;
}
.dropdown-menu>li>a{
  padding: px 20px;
  transition: all .7s ease;
  font-size: 13px;
}
.dropdown-menu>li>a:hover{
  background: transparent;
  margin-right: 7px;
  color: #1a2b48;
}
/***********/

.navbar-left>li>a:before{
  background: none !important;
}
.navbar-left>li>a:hover:before,
.navbar-left>li>a:focus:before{
  left: none !important
}
.navbar-left>li {
  padding: 0 7px;
}
.navbar-left>li a {
  font-size: 18px
}
/********************/
#myModal .modal-header {
  padding: 10px 30px !important;
  border-bottom: 1px solid #e5e5e55c;
}
#myModal .modal-content {
  min-height: 126px;
}
.search-con .form-group{
  display: inline-block;
  width: 85%;
}
.search-con .form-control {
  height: 35px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 0;
}
.search-con button{
  border: 0;
  padding: 7px 27px;
  font-size: 15px;
  color: #fff;
  border-radius: 0;
  margin-top: -2px;
  margin-right: -3px;
  background: #f33f2e;
}
.search-con button:hover{
  color: #fff;
}
/***************************************************/
/*************** slider ***********************/
.s-p{
  overflow: hidden;
      position: relative;
}
.s-p .pro-img {
  margin-right: 5px;
  overflow: hidden;
  height: 600px;
    overflow: hidden;
}
.owl-carousel{
  direction: ltr;
}
.owl-carousel .owl-item{
  direction: rtl;
}
.slider{

   
}

.slider .slider-img{
  position: relative;
   height: 600px;
overflow: hidden;
}
.slider-img img{
  width: 100%;
  height: 100%;
  object-fit:cover

}
.shap{
    top:0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #00000033;
}
.slider-con{
  position: absolute;
  top: 166px;
  width: 70%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 100;
}
.slider-con p{
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 26px;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 15px;
}
.slider-con h3{
  color: #fff;
  font-weight: 600;
  line-height: 33px;
  margin: 12px 0;
  font-size: 19px;
}
.slider-con .btn{
  font-size: 15px;
  padding: 8px 42px;
  border-radius: 30px;
  color: #fdfffc;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0s;
  margin-top: 12px;
}
.slider-con .btn:before,
.slider-con .btn:after{
  content: "";
  width: 51%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.slider-con .btn:before{
  left: 0;
}
.slider-con .btn:hover:before{
  transform: translateX(-110%);
}
.slider-con .btn:after{
  right: 0;
}
.slider-con .btn:hover:after{
  transform: translateX(110%);
}
.slider-con .btn.red:hover{
  color: #fff;
  border: 1px solid #f20000;
}
.slider-con .btn.red:before,
.slider-con .btn.red:after{
  background: #f20000;
}
@media only  screen and (max-width: 767px){
.slider-con a .btn{ margin-bottom: 20px; }
}
.slider .customNavigation{
  position: relative;
  bottom: 256px;
}
.slider .customNavigation a{
  position: absolute;
  font-size: 16px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  transition: all .5s ease-in;
}
.slider .customNavigation a:hover{
  background: #f20000;
  border: 1px solid #f20000;
}
.slider .customNavigation .prev{
  right: 30px;
}
.slider .customNavigation .next{
  left: 30px;
}
.pro-img,
.pro-img img{
  transition: all .6s ease;
  overflow: hidden;
  object-fit: cover;
}
.pro-img:hover img{
  transform: scale(1.2);
}
.pro-img:hover .pro-img-con h3 a{
  color: #f20000e8;
}
.pro-img-con h3{
  font-size: 17px;
  margin: 5px 0;
}
.pro-img-con h3 a{
  color: #fff;
  transition: all .6s ease-in;
}
.pro-img-con{
  text-align: right;
  top: 202px;
}
.pro-img-con .btn {
  font-size: 14px;
  padding: 8px 28px;
  border-radius: 6px;
}
.pro-img-con p{
  text-align: right;
  width: 100%;
  margin-bottom: 0;
}
/**********************************************************/
/********************  category ***********************/
.category{
  padding: 50px 0;
}
.se-head{
  position: relative;
  margin-bottom: 15px;
}
.se-head img{
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 70px;
}
.se-head-con{
  padding: 7px 10px;
}
.se-head-con h5{
  color: #013a94;
  margin: 5px 0;
  font-size: 15px;
}
.se-head-con h3{
  color: #f43f2e;
  margin: 5px 0;
  font-size: 24px;
}
.cat-box{
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.cat-box img{
  width: 100%;
  height: 300px;
}
.cat-box .box-content{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0.5s;
}
.cat-box:before,
.cat-box:after,
.cat-box .box-content:before,
.cat-box .box-content:after,
.cat-box .box-overlay{
  content: "";
  width: 20%;
  height: 100%;
  background: #0d3e8bd6;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.3s ease 0.1s;
}
.cat-box:after{
  left: 20%;
  transition-delay: 0.2s;
}
.cat-box .box-content:before{
  left: 40%;
  transition-delay: 0.3s;
}
.cat-box .box-content:after{
  left: 60%;
  transition-delay: 0.4s;
}
.cat-box .box-overlay{
  left: 80%;
  transition-delay: 0.5s;
}
.cat-box:hover:before,
.cat-box:hover:after,
.cat-box:hover .box-content:before,
.cat-box:hover .box-content:after,
.cat-box:hover .box-overlay{
  opacity: 1;
  transform: scale(1);
}
.cat-box .inner-content{
  width: 100%;
  color: #fff;
  position: absolute;
  top: 75%;
  left: 1%;
  right: 0%;
  padding: 0 20px;
  opacity: 1;
  z-index: 1;
  transition: all 0.3s ease 0.5s;
}
.cat-box:hover .inner-content{
  opacity: 1;
}
.cat-box:hover .inner-content .post a{
  color: #fff;
}
.cat-box:hover .inner-content .icon li a{
  color: #fff;
  border: 1px solid #fff;
}
.cat-box .post{
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
  width: 18%;
}
.cat-box .post a{
  color: #F44534;
  transition: all 0.3s ease 0.5s;
}
.cat-box .icon{
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  float: left;
  margin-top: 12px;
}
.cat-box .icon li{
  display: inline-block;
  margin: 0 5px;
}
.cat-box .icon li a{
  display: block;
  width: 33px;
  height: 33px;
  border: 1px solid #F44534;
  line-height: 33px;
  border-radius: 50%;
  font-size: 15px;
  color: #F44534;
  text-align: center;
  transition: all 0.3s ease 0s;
  transform: rotate(360deg);
}
.cat-box .icon li a:hover{
  color: #fff;
  transform: rotate(0);
}
@media only screen and (max-width:990px){
  .cat-box{ margin-bottom: 30px; }
}

/**********************************************************/
/********************  products ***********************/
.products{
  background: #f5f5f5;
  padding: 40px 0 50px;
}
.product-grid{
  padding: 28px 16px 15px;
  border: 1px solid #dddddd73;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  margin-bottom: 25px;
  background: #fff;
}
.product-grid:hover{ box-shadow: 0 0 10px rgba(0,0,0,0.2); }
.product-grid .product-image{ position: relative; }
.product-grid .product-image a{ display: block; }
.product-grid .product-image img{
  width: auto;
  height: 285px;
}
.product-grid .pic-1{
  opacity: 1;
  transition: all 0.5s ease-out 0s;
}
.product-grid:hover .pic-1{ opacity: 1; }
.product-grid .social{
  width: 180px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  position: absolute;
  right: 0;
  left: 0;
  top: 108%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #ddd;
}
.product-grid:hover .social{
  top: 120%;
  border-bottom: 1px solid transparent;
}
.product-grid .social li{
  display: inline-block;
  opacity: 0;
  transition: all 0.7s;
}
.product-grid .social li:nth-child(1){ transition-delay: 0.15s; }
.product-grid .social li:nth-child(2){ transition-delay: 0.30s; }
.product-grid .social li:nth-child(3){ transition-delay: 0.45s; }
.product-grid:hover .social li { opacity: 1; }
.product-grid .social li button{
  border: none;
}
.product-grid .social li a , .product-grid .social li button{
  color: #222;
  background: #fff;
  font-size: 17px;
  line-height: 36px;
  width: 40px;
  height: 36px;
  border-radius: 2px;
  margin: 0 5px;
  display: block;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #ddd;
}
.product-grid .social li a:hover , .product-grid .social li button:hover{
  color: #d7292a;
  border-bottom: 1px solid #d7292a;
}
.product-grid .social li a:before,  .product-grid .social li button:before ,
.product-grid .social li a:after ,  .product-grid .social li button:after{
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 20px;
  border-radius:3px;
  padding: 0 5px;
  white-space: nowrap;
  opacity: 0;
  transform:translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}
.product-grid .social li a:after , .product-grid .social li button:after{
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform:translateX(-50%) rotate(45deg);
  top: -22px;
  z-index: -1;
}
.product-grid .social li a:hover:before, .product-grid .social li button:hover:before,
.product-grid .social li a:hover:after, .product-grid .social li button:hover:after{
  opacity: 1;
}
.product-grid .product-new-label,
.product-grid .product-discount-label{
  color: #fff;
  background-color: #16a085;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 45px;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 15px;
  transition:all 0.3s;
}
.product-grid .product-discount-label{
  left:auto;
  right: 10px;
  background-color: #d7292a;
}
.product-grid:hover .product-new-label{ opacity: 0; }
.product-grid .product-content{
  padding: 60px 25px 15px;
}
.product-grid .title{
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 7px;
  transition: all 0.3s ease 0s;
}
.product-grid .title a{
  transition: all 0.6s ease 0s;
  color: #222;
  margin: 5px 0;
  font-size: 15px;
  display: inline-block;
}
.product-grid .title a:hover{ color: #f43f2e; }
.product-grid .price{
  color: #f43f2e;
  font-size: 14px;
  font-weight: bold;
  margin: 0 2px 11px 0;
  display: block;
}
.product-grid .price span{
  color: #909090;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: line-through;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
}
.product-grid .add-to-cart {
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 8px 20px;
  color: #888;
  font-size: 13px;
  border-radius: 4px;
  transition: all 0.3s;
}
.product-grid:hover .add-to-cart{
  border: 1px solid transparent;
  background:#f43f2e;
  color:#fff;
}
.product-grid .add-to-cart:hover {
  background-color: #505050;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
@media only screen and (max-width:990px){
  .product-grid{ margin-bottom: 30px; }
}
/*******/
.all-pro .btn{
  font-size: 15px;
  padding: 10px 38px;
  border-radius: 7px;
  color: #fdfffc;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease 0s;
  margin-top: 25px;
}
.all-pro .btn:before,
.all-pro .btn:after{
  content: "";
  width: 51%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.all-pro .btn:before{
  left: 0;
}
.all-pro .btn:hover:before{
  transform: translateX(-110%);
}
.all-pro .btn:after{
  right: 0;
}
.all-pro .btn:hover:after{
  transform: translateX(110%);
}
.all-pro .btn.red:hover{
  color: #f43f2e;
  border: 1px solid #f43f2e;
}
.all-pro .btn.red:before,
.all-pro .btn.red:after{
  background: #f43f2e;
}
@media only  screen and (max-width: 767px){
  .all-pro a .btn{ margin-bottom: 20px; }
}
/**********************************************************/
/********************  statistics ***********************/
.statistics{
  background: #f33f2e;
  padding: 45px 0;
}
.stat-con i{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  transition: all .5s ease;
  transform: rotate(360deg);
}
.stat-con h3{
  font-size: 14px;
  line-height: 8px;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 10000;
}
.stat-con span{
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: bold;
  padding-right: 0;
  display: block;
  padding: 2px 0;
}
.stat-con{
  position: relative;
  text-align: center;
}
.stat-con:hover i{
  transform: rotate(0);
}
/**********************************************************/
/********************  branches ***********************/
.branches{
  padding: 50px 0;
}
.branches .item{
  margin: 12px;
}
.se-head2{
  margin-bottom: 20px;
}
.se-head2 h3{
  font-size: 22px;
}
.branch-box{
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.branch-box:hover{}
.branch-box img{
  border-radius: 22px;
  width: 100%;
  height: 300px;
  transition: all 0.3s ease 0s;
}
.branch-box:hover img{
  border-radius: 22px;
  filter: hue-rotate(100deg); 
}
.branch-box .box-content{
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 35% 0 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.branch-box:before,
.branch-box:after,
.branch-box .box-content:before,
.branch-box .box-content:after{
  content: '';
  height: 50%;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  top: 100%;
  transition: all 0.5s;
  z-index: 1;
}
.branch-box:before{ transition-delay: 0.1s; }
.branch-box:after{
  left: 50%;
  transition-delay: 0.2s;
}
.branch-box .box-content:before,
.branch-box .box-content:after{
  z-index: -1;
  top: 100%;
  transition-delay: 0.3s;
}
.branch-box .box-content:after{
  left: 50%;
  transition-delay: 0.35s;
}
.branch-box:hover:before,
.branch-box:hover:after{
  top: 0;
}
.branch-box:hover .box-content:before,
.branch-box:hover .box-content:after{
  top: 50%;
}
.branch-box .title{
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.3s ease 0.3s;
}
.branch-box .title a{
  color: #FFF;
  transition: all 0.6s ease;
}
.branch-box .title a:hover{
  color: #F44534;
}
.branch-box .post{
  font-size: 15px;
  letter-spacing: 1px;
  margin: 10px 0;
  opacity: 0;
  display: block;
  transform: translateX(-200px);
  transition: all 0.3s ease 0.3s;
}
.branch-box .icon{
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
  opacity: 0;
  z-index: 2;
  transform: translateX(200px);
  transition: all 0.3s ease 0.3s;
}
.branch-box:hover .title,
.branch-box:hover .post,
.branch-box:hover .icon{
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width:990px){
  .branch-box{ margin-bottom: 30px; }
}
@media only screen and (max-width:479px){
  .branch-box .box-content{ padding: 23% 0 0; }
}
.owl-theme .owl-controls .owl-page span{
  border: 1px solid transparent;
}
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: transparent;
  border: 1px solid #f43f2e;
}
/**********************************************************/
/********************  about ***********************/
.about{
    padding: 50px;
}

.about-con{
  margin-top: 25px;
}
.about-con h5{
  font-size: 15px;
  margin: 0;
}
.about-con h3{
  font-size: 21px;
  font-weight: bold;
  margin: 10px 0;
  
}
.about-con h4{
    line-height: initial!important;
}
.about-con p{
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
}
.about-img{
  overflow: hidden;
  border-radius: 15px;
}
.about-img img{
  width: 100%;
  height: 100%;
  transition: all .5s ease-in-out;
}
.about-img:hover img  {
  transform: scale(1.2);
}
/**********************************************************/
/********************  subscribe ***********************/
.subscribe{
  background: #f5f5f5;
  padding: 22px 0;
  margin-bottom: 55px;
}
.sub-img img{
  width: 50%;
  height: 73px;
  margin-top: 10px;
}
.sub-con{
  margin-top: 20px;
}
.sub-con h3{
  margin: 10px 0 5px;
  font-size: 21px;
}
.sub-con h5{
  margin: 0;
  font-size: 13px;
}
.sub-form{
  margin-top: 20px;
}
.sub-form .form-control {
  display: inline-block;
  width: 80%;
  height: 46px;
  border: 1px solid #cccccc73;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sub-form button{
  background: #5191fa;
  box-shadow: unset;
  padding: 12px 35px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  margin-right: -3px;
  padding-top: 13px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/**********************************************************/
/**********************  footer ***********************/
.footer-con h4{
  border-bottom: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 8px;
}
.footer-con h5{
  border-right: 1px solid #5191fa;
  padding-right: 10px;
  margin: 18px 0;
}
.footer-con h5 span{
  display: block;
  margin: 5px 0;
}
.footer-con .social-links ul li a{
  color: #777;
  transition: all .4s ease-in; 
}
.footer-con .social-links ul li a:hover{
  color: #F33F2E;
}
.imp-links h4{
  border-bottom: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 8px;
}
.imp-links ul li a{
  padding: 6px 0;
  display: block;
  font-size: 14px;
  color: #555;
  transition: all .4s ease-in;
}
.imp-links ul li a:hover{
  margin-right: 5px;
  color: #F33F2E;
}
.map iframe{
  width: 100%;
  height: 200px;
}
/**********************************************************/
/**********************  last-footer ***********************/
.last-footer{
  padding: 10px 0;
  border-top: 1px solid #dddddd6b;
  margin-top: 35px;

}
.design a{
  font-size: 15px;
  color: #666;
  transition: all .4s ease-in-out;
  margin-top: 5px;
  display: inline-block;
}
.design a:hover{
  color: #F44534;
}
.footer-b ul{
  margin: 0;
}
.footer-b ul li a img{

}
#scroll {
  display: inline-block;
  width: 33px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  font-size: 17px;
  font-weight: bold;
  background: #a7b1b5bf;
  color: #fff;
  border-radius: 5px;
  position: fixed;
  bottom: 12px;
  left: 23px;
  cursor: pointer;
  z-index: 100;
  transition: all .4s ease-in-out;
}
#scroll:hover{
  color: #F44534;
}
/*******************************************************************************************/
/******************************** new-login & login Page ***********************************/
#login,
#new-login{
  background-image: url('../imgs/back.png');
  width: 100%;
  height: 100%;
  background-size: cover;
  padding-top: 80px;
}
#new-login{
  padding-top: 75px;
}
.modal-header {
  padding: 0 30px;
  border: 0;
}
.modal-title{
  font-size: 15px;
  color: #888;
}
.modal-title h3{
  margin: 0 !important;
  font-size: 20px !important;
  color: #000 !important;
  font-weight: 600 !important;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-title i{
  margin-left: 5px;
  font-size: 17px;
}

.modal-content{
  min-height: 425px;
}
#new-login .modal-content {
  min-height: 444px;
}
.login-con{
  padding: 10px 20px 20px;
}
.login-con .form-control {
  height: 40px;
  margin-bottom: 17px;
  padding: 0px 12px;
  font-size: 14px;
  box-shadow: unset;
  border: 1px solid #dddddd5c;
  border-radius: 5px;

}
.login-con textarea{
  height: unset !important;
}
.login-con label{
  font-size: 15px;
  margin-right: 5px;
}
.login-con button{
  border: 1px solid #f0151f;
  margin-top: 20px !important;
  padding: 10px 30px;
  font-size: 15px;
  color: #fff;
  border-radius: 0;
  margin-top: -3px;
  margin-right: -1px;
  display: block;
  width: 100%;
  background: #f0151f;
  transition: all .5s ease-in;
}
.login-con button:focus,
.login-con button:hover{
  color: #f0151f;
  border: 1px solid #f0151f;
  background: transparent;
}
.rr{
  color: #888;
  display: inline-block;
  margin-top: 12px;
}
.new-reg{
  margin: 11px 0;
}
.new-reg a{
  color: #888;
  font-size: 15px;
}
.no-acc a{
  color: #555;
  font-size: 15px;
}
.no-acc a span{
  color: #f0151f;
}
.s-links a{
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 13px;
  border-radius: 6px;
}
.s-links ul{
  margin: 0 0 10px;
}
.s-links ul li{
  overflow: hidden;
  padding-right: 0;
}
.s-links ul li:nth-child(1) a{
  background: #ff0000;
}
.s-links ul li:nth-child(2) a{
  background: #EA2F81;
}
.s-links ul li:nth-child(3) a{
  background: #5DA9DD;
}
.s-links ul li:nth-child(4) a{
  background: #3A5897;
}
.s-links ul li:hover a{
   border-radius: 100%;
}
.s-links ul li:hover i{
  animation: LeftToRight 1s ease;
}

@keyframes LeftToRight{
  49%{
      transform: translateX(100px);
  }
  50%{
      transform: translateX();
      opacity: 0;
  }
  51%{
      transform: translateX(-100px);
      opacity: 1;
  }
}
/***************************************************************************************/
/***************************************/

/************* about-page *************/
.about-page{
  position: relative;
  z-index: -1;
}
.page-head{
  position: relative;
}
.back-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.back-img{
    width: 100%;
    height: 250px;
}
.about-p{
  padding: 55px 0;
}
.shapp{
    top:0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: #00000033;
}
.about-page-con{
  position: absolute;
  z-index: 1000;
  top: 75px;
  left: 0;        
  right: 0;
  margin: 0 auto;
  text-align: center;
}
.about-page-con h4{
  color: #fff;
  margin: 15px 0;
  font-size: 21px;
}
.about-page-con ul li,
.about-page-con ul li a{
  font-size: 15px;
  color: #fff;
  transition: all .5s ease-in-out;
}
.about-page-con ul li a:hover{
  color: #00c348;
}
/***************************************/
/************* branches-page *************/
.branches-page{
  padding: 35px 0 0;
}
.branches-page .branch-box {
  margin-bottom: 25px;
  border-radius: 10px !important;
}
/***************************/
.pag-con{
  margin-bottom: 0;
}
.pagination {
  margin: 22px 0 15px;
}
.pagination>li>a,
.pagination>li>span{
  color: #666;
  padding: 4px 14px;
  font-size: 15px;
  transition: all .5s ease-in;
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #fff;
  background-color: #5191fa;
  border-color: #fff;
}
/****************************************************************/
.about-us-page{
  padding: 40px 0 0;
  margin-bottom: 40px;
}
/****************************************************************/
/********************* services-page ****************************/
.services-page{
  padding-top: 40px;
}
.ser-head{
  margin-bottom: 35px;
}
.ser-head h4{
  font-size: 20px;
  color: #000;
  margin: 7px 0;
}
.ser-head p{
  font-size: 14px;
  color: #555;
}
.ser-box{
  min-height: 190px;
  border: 1px solid #dddddd5c;
  padding: 10px 0;
  margin-bottom: 25px;
  transition: all .7s ease;
}
.ser-box:hover{
  -webkit-box-shadow: 0px 0px 4px 0px rgba(136,136,136,1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(136,136,136,1);
  box-shadow: 0px 0px 4px 0px rgba(136,136,136,1);
}
/*.ser-box:hover .ser-img img{
  transform: rotate(0);
}*/
.ser-box:hover .ser-con h4{
  color: #f0151f;
}
.ser-img img{
  width: 100%;
  height: 120px;
  transform: rotate(360deg);
  transition: all .6s ease;
}
.ser-con h4{
  font-size: 17px;
  color: #000;
  margin: 3px 0;
  transition: all .5s ease;
}
.ser-con p{
  font-size: 14px;
  color: #555;
  line-height: 23px;
}
/*********************************************************/
/********************* branch-page ***********************/
.branch-page{
  padding: 42px 0;
}
.con-box {
  min-height: 160px;
  padding: 20px;
  background-color: transparent;
  position: relative;
  transition: all 0.5s ease 0s;
  border: 1px solid #dddddd36;
  margin-bottom: 20px;
}
.con-box:hover{
  -webkit-box-shadow: 0px 0px 6px 0px rgba(136,136,136,1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(136,136,136,1);
  box-shadow: 0px 0px 6px 0px rgba(136,136,136,1);
}
.con-box:hover h3{
  transform: rotate(0deg);
  color: #f0151f;
}
.con-box h3{
  color: #555;
  font-size: 25px;
  transform: rotate(360deg);
  transition: all 0.5s ease 0s;
}
.con-box h5{

  color: #777;
}
.branch-page .col-md-3:nth-child(3) .con-box h5{
  line-height: 23px;
}
.con-form .form-control {
  width: 100%;
  padding: 21px 12px;
  font-size: 13px;
  color: #555;
  background-color: transparent;
  border: 1px solid #dddddd52;
  border-radius: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
.send{
  width: 22%;
  border: 1px solid #f0151f;
  padding: 8px 0;
  font-size: 15px;
  color: #fff;
  background: transparent;
  border-radius: 10px;
  transition: all .6s ease-in-out;
  margin-top: 15px;
  background: #f0151f;
}
.send:hover{
  border: 1px solid #f0151f;
  background: transparent;
  color: #f0151f;
}
.branch-img,
.con-form{
  overflow: hidden;
  margin-top: 25px;
}
.branch-img img{
  width: 100%;
  height: 366px;
  transition: all .6s ease-in-out;
}
.branch-img:hover img{
  transform: scale(1.2);
}
.map2 iframe{
  width: 100%;
  height: 300px;
}
/*********************************************************/
/********************* contact-page ***********************/
.contact-page .ser-head p{
  width: 50%;
  margin: 0 auto;
  line-height: 22px;
  color: #777;
}
.map3 iframe{
  width: 100%;
  height: 220px;
}
.contact-con{
  margin-top: 25px;
}
.contact-con h4 span:nth-child(2){
  float: left;
}
.contact-con h4{
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin: 15px 5px 25px;
}
.contact-con h4:hover i{
  color: #013a94;
}
.contact-con h4 i{
  font-size: 19px;
  transition: all .5s ease;
}
.contact-form{
  margin-top: 0;
}
.contact-form .send{
  background: #3A5897;
  border: 1px solid #3A5897;
}
.contact-form .send:hover{
  border: 1px solid #3A5897;
  background: transparent;
  color: #3A5897;
}
/*********************************************************/
/********************* product-page ***********************/
.product-page{
  background: #f5f5f5;
  padding: 33px 0;
}
.pro-slider-img{
  text-align: center;
}
.pro-slider-img img{
  width: 80%;
    height: 260px;

}
.pro-details h4{
  font-size: 17px;
  margin: 10px 0;
  color: #000;
}
.pro-box , .proo-box{
  background: #e6e6e6;
  border: 1px solid #ddd;
  min-height: 40px;
  padding: 15px 30px;
  font-size: 15px;
  color: #000;
  margin: 15px 0;

}
.proo-box{
  text-align: center;
  padding: 12px 0px 6px 0;
}
.pro-box span:first-child{

}
.pro-box span:last-child{
  float: left;
  /*width: 25px;*/
  height: 25px;
  color:red;
  border-radius: 100%;
  line-height: 28px;
  text-align: center;
 /* background: #fff;*/
  margin: 0 auto;
}
.pro-rate span{
  margin: 0 2px;
  font-size: 20px;
  color: #fae971;
}
.pro-rate span:nth-child(6){
  color: #000;
  margin-right: 5px
}
.pro-det{
  border-bottom: 1px solid #ddd;
  min-height: 27px;
  margin: 20px 0;
}
.pro-name h4{
  font-size: 14px;
  color: #777;
  margin: 0;
}
.pro-select .form-control {
  display: inline-block;
  width: 22%;
  background-color: transparent;
}
.pro-price h3{
  margin: 0;
  font-size: 18px;
  color: #f0151f;
  font-weight: bold;
}
.pro-price h5{
  color: #777;
  margin: 8px 0;
}
.pro-card a{
  background: #f0151f;
  padding: 8px 35px;
  font-size: 14px;
  color: #fff;
  border-radius: 7px;
  display: inline-block;
  margin-top: 35px;
  border: 1px solid #f0151f;
  transition: all 0.6s ease-in-out;
}
.pro-card a:hover{
  background: #e6e6e6;
  border: 1px solid #f0151f;
  color: #f0151f;
}
.product-p-con{
  margin: 35px 0;
}
.product-p-con h4{
  margin: 10px 0;
  color: #000;
  font-weight: bold;
  font-size: 17px;
}
.product-p-con p{
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
}
.product-p-con ul{
  margin: 20px 0;
}
.product-p-con ul li{
  margin: 10px 0;
  font-size: 15px;
}
.product-p-rate h4{
  margin: 20px 0;
  color: #000;
  font-weight: bold;
  font-size: 17px;
}
.p-rate h4{
  margin: 0;
  color: #444;
}
.p-rate h4 i{
  margin-left: 5px;
}
.p-p-rate p{
  border-top: 1px solid #ddd;
  margin: 20px 25px;
  text-align: center;
  font-size: 15px;
  line-height: 26px;
  padding-top: 15px;
}
.product-box-rate {
  background: #f1f1f1;
  min-height: 166px;
  padding: 27px;
  margin-bottom: 25px;
}
.product-p-rate{
  margin-top: 40px;
}
/**************************************************************************************/
/********************************* products-head ***************************************/
.products-head{
  background: #f5f5f5;
}
.ui-btn-active{
  background: #f0151f!important;
}
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper{
  background: transparent !important;
}
.side-con2 form {
  position: relative;
  padding: 7px;
}
.ui-mobile label, .ui-controlgroup-label {
  margin-bottom: 69px;
  color: #fff;
}
.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page {
  position: unset;
}
.ui-loading .ui-loader {
  display: none;
}
.ui-mobile .ui-page {
  min-height: 0 !important;

  width: 100%;
  overflow: hidden;
}
.ui-rangeslider .ui-slider-input.ui-rangeslider-last {
  float: left;
  margin-top: -15px;
}
.ui-body-a, .ui-page-theme-a .ui-body-inherit, html .ui-bar-a .ui-body-inherit, html .ui-body-a .ui-body-inherit, html body .ui-group-theme-a .ui-body-inherit, html .ui-panel-page-container-a{
  margin-top: -15px;
}
.ui-rangeslider .ui-rangeslider-sliders {
  position: relative;
  overflow: visible;
  height: 30px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  top: 15px;
}
.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track{
  width: 70%;
  top: 0;
  direction: ltr;
}
.ui-slider-track{
  height: 11px;
}
.ui-slider-track .ui-btn.ui-slider-handle{
  top: 10px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
}
html >body .ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child{
  height: 10px;
}
.ui-page-theme-a .ui-btn, html .ui-bar-a .ui-btn, html .ui-body-a .ui-btn, html body .ui-group-theme-a .ui-btn, html head+body .ui-btn.ui-btn-a, .ui-page-theme-a .ui-btn:visited, html .ui-bar-a .ui-btn:visited, html .ui-body-a .ui-btn:visited, html body .ui-group-theme-a .ui-btn:visited, html head+body .ui-btn.ui-btn-a:visited{
  float: left;
  margin: 10px 0;
}
input.ui-slider-input{
  background: transparent!important;
  width: 40px!important;
  font-size: 13px!important;
  margin-top: 5px!important;
}
.ui-rangeslider span{
  position: relative;
  bottom: 54px;
  color: #fff;
  left: 75px;
}
.ui-rangeslider {
  margin: 0 !important;
}
/******************************/
.products-head .col-md-3{
  position: relative;
  margin-bottom: 18px;
}
.products-head .col-md-3::after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 67px;
  width: 1px;
  background: #dddddded;
}
.products-head .col-md-3::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 67px;
  width: 1px;
  background: #dddddded;
}
.show{
  margin-top: 15px;
}
.show label{
  display: inline-block;
  width: 31%;
  font-size: 15px;
  color: #000;
  margin-bottom: 0;
  
}
.show .form-control {
  display: inline-block;
  width: 60%;
  background: transparent;
  border: 0;
  box-shadow: unset;
}
.pro-serach{
  position: relative;
  margin-top: 15px;

}
.pro-serach i{
    position: absolute;
    top: 8px;
    right: 5px;
    font-size: 15px;
    color: #555;
}
.pro-serach .form-control {
  padding: 6px 30px;
  background: transparent;
  border: 0;
  box-shadow: unset;
  border-bottom: 1px solid #ddddddd1;
  border-radius: 0;
}
.public .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
  top: 5px;
  margin-bottom: 30px;
}
.public.switch input {display:none;}
.public .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -4px;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.public .slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 7px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.public input:checked + .slider {
  background-color: #f76262;
}
.public input:focus + .slider {
  box-shadow: 0 0 1px #f76262;
}
.public input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* Rounded sliders */
.public .slider.round {
  border-radius: 34px;
}
.public .slider.round:before {
  border-radius: 50%;
}
.products-side{
  padding: 25px;
  margin-top: 33px;
}
.products-side img{
  width: 160px;
  height: 64px;
}
.products-side h5{
  color: #000;
  margin: 15px 0;
}
.products-side .form-group {
  margin-bottom: 30px;
}
.products-side .form-group label{
  color: #555;
  float: right;
  font-size: 15px;
  margin-bottom: 10px;
}
.products-side button{
  font-size: 14px;
  background: #f76262;
  border: 1px solid #f76262;
  padding: 8px 35px;
  border-radius: 7px;
  color: #fff;
  transition: all .5s ease;
}
.products-side button:hover{
  background: #f5f5f5;
  color: #f76262;
}
/*************************/
.prod-content{
  margin-top: 40px;
}
.prod-content-box{
  background: #f5f5f5;
  min-height: 323px;
  padding: 22px;
  margin-bottom: 25px;
  transition: all .6s ease-in;
}
.prod-content-box:hover{
  -webkit-box-shadow: 0px 0px 6px 0px rgba(136,136,136,1);
    -moz-box-shadow: 0px 0px 6px 0px rgba(136,136,136,1);
    box-shadow: 0px 0px 6px 0px rgba(136,136,136,1);
}
.prod-content-box h4{
  margin: 0;
  font-size: 16px;
}
.prod-content-box h4 a{
  color: #000;
}
.p-c-img{
  margin-top: 30px;
}
.p-c-con .pro-price{
  margin-top: 40px;

}
.pro-select{
  margin-top: 50px
}
.p-c-img img{
  width: 88px;
  height: 170px;
}
.p-c-con .pro-select .form-control {
  width: 33%;
}
.p-cart{
  padding: 5px 16px;
  background: #f76262;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  margin-right: 15px;
  border: 1px solid #f76262;
  transition: all .5s ease;
}
.p-cart:hover{
  background: #f5f5f5;
  color: #f76262;
}
.mob-title{
        display:none;
    }
#owl-demo1 .owl-pagination{
    display:none;
}

@media(max-width:767px){
    .big-btn{
        display:none;
    }
    .small-btn{
        display:block;
    
        float: left;
            margin-top: 22px;
    margin-left: 10px;
    }
}
@media(max-width:480px){
    .big-btn{
        display:none;
    }
    .small-btn{
        display:block;
    
        float: left;
    margin-top: 24px;
    margin-left: 12px;
    width: 40%;
        font-size: 14px;
    padding: 10px;
    }
}
@media(max-width:320px){
    .big-btn{
        display:none;
    }
    .small-btn{
        display:block;
    
        float: left;
            margin-top: 14px;
    margin-left: 10px;
    width:30%;
        font-size: 14px;
    padding: 10px;
    }
}