﻿/* Desktop */
.colm1 {
  width: 8.33%;
}
.colm2 {
  width: 16.66%;
}
.colm25 {
  width: 20%;
}
.colm3 {
  width: 25%;
}
.colm4 {
  width: 33.33%;
}
.colm5 {
  width: 41.66%;
}
.colm6 {
  width: 50%;
}
.colm7 {
  width: 58.33%;
}
.colm8 {
  width: 66.66%;
}
.colm9 {
  width: 75%;
}
.colm10 {
  width: 83.33%;
}
.colm11 {
  width: 91.66%;
}
.colm12 {
  width: 100%;
}
.pad-tr80 {
  padding-top: 80px;
}
.pad-tr110 {
  padding-top: 110px;
}
/*Mobile*/
.mob-swipe-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
.mobile {
  /* height: 50px; */
  /* border-bottom: 1px solid #ccc; */
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-right-mob {
  background-color: #f40002;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
}
.header-right-mob i {
  display: block;
  font-size: 34px;
}
.header-right-mob i.icon-navicon {
  position: absolute;
  right: -18px;
}
.header-right-mob i.icon-android-home {
  padding-right: 15px;
  font-size: 22px;
  padding-top: 9px;
}
.header-search-mob,
.header-left-mob {
  width: 40px;
  height: 50px;
  color: #ccc;
  font-size: 25px;
  padding-top: 7px;
  cursor: pointer;
}
.mobile-menu-right {
  display: block;
  position: fixed;
  top: 0;
  right: -260px;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  transition: 0.2s ease;
}
.mobile-menu li {
  border-bottom: 1px solid #ccc;
}
.mobile-menu li a {
  display: block;
  padding: 10px 10px;
  color: #585858;
  font-size: 14px;
}
/*Mobile Search*/
.mobile-search-form {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}
.mobile-search-input-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  z-index: 1000;
}
.mobile-search-input-box input {
  width: 100%;
  background: none;
  outline: none;
  font-size: 13px;
  color: #555;
  float: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding: 0 50px;
  font-family: iransans;
  border: none;
  color: #bdbdbd;
}
.mobile-site-search i.search-close {
  position: absolute;
  right: 17px;
  padding: 17px 0;
  z-index: 1001;
  color: #ccc;
}
/*mobile logo*/
.mobile-menu-logo {
  background-color: #db4437;
}
.font-t-s12{
  font-size: 12px;
}
/* Laptop */
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  .visible-lg,
  .visible-sm,
  .visible-xs {
    display: none;
  }
  .visible-md,
  .hidden-lg,
  .hidden-sm,
  .hidden-xs {
    display: block;
  }
  .container {
    width: 950px;
  }
  .font-t-s12{
    font-size: 13px;
  }
}
/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  .visible-lg,
  .visible-md,
  .visible-xs {
    display: none;
  }
  .visible-sm,
  .hidden-lg,
  .hidden-md,
  .hidden-xs {
    display: block;
  }
  .container {
    width: 750px;
  }
  .colm3-mob {
    width: 25%;
  }
  .colm4-tab {
    width: 33.33%;
  }
  .colm6-tab {
    width: 50%;
  }
  .font-t-s12{
    font-size: 12px;
  }
  .main-slider {
    height: auto;
    overflow: hidden;
  }
}
/* Mobile */
@media (max-width: 767px) {
  .hidden-xs,
  .visible-lg,
  .visible-md,
  .visible-sm {
    display: none;
  }
  .visible-xs,
  .hidden-lg,
  .hidden-md,
  .hidden-sm,
  .mobile {
    display: block;
  }
  .container,
  .colm {
    width: 100%;
  }
  .colm6-mob {
    width: 50%;
  }
  .pad-tr80 {
    padding-top: 0;
  }
  .pad-tr110 {
    padding-top: 0;
  }
  .content {
    display: block;
    padding-top: 60px;
  }
  .box-slider {
    margin: inherit;
    position: static;
  }
  .slick-dots li button:before {
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
    opacity: 0.75;
    transition: all 0.3s ease;
  }
  .box-slider {
    padding-top: 30%;
  }
  .scroll-box {
    position: absolute;
    bottom: 0;
    right: 42%;
    margin: auto;
    animation: moveUpDown 2s ease-in-out infinite;
}

  .titr::after {
    width: 15px;
  }
  .main-slider {
    height: auto;
    overflow: hidden;
  }
  
}
