@font-face {
  font-family: yekan;
  src: url("../fonts/yekan/Yekan.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: yekan;
  src: url("../fonts/yekan/Yekan.woff2") format("woff2");
}
body {
  padding: 0;
  margin: 0;
  height: 100vh;
  direction: rtl;
  font-family: yekan;
}
a {
  text-decoration: none;
}
.header-site {
  background-image: url("../images/bgHeader.jpeg");
  background-repeat: no-repeat;
  /* padding-top: 10px; */
  background-size: cover;
  background-position: center center;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  height: 45%;
  display: flex;
  flex-direction: column;
}
.header-nav {
  flex: 1 1 auto;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  display: flex;
  flex-direction: row;
  padding-top: 10px;
}
.menu {
  list-style-type: none;
  display: flex;
  margin-top: 20px;
  width: 100%;
  justify-content: center;
}
.woodmart-nav-link {
  color: #fff;
  padding: 0 20px;
  transition: color 0.3s ease-in-out;
  font-size: 13px;
  text-decoration: none;
}
.woodmart-nav-link:hover {
  color: #d0d0d0;
}
.menu > span:hover {
  color: rgba(255, 255, 255, 0.8);
}
.page-title .container {
  position: relative;
  margin-bottom: -10px;
}
.title-size-default .entry-title {
  font-size: 34px;
  line-height: 1.2;
}
.page-title .container > * {
  margin-bottom: 10px;
}
.breadcrumbs a,
.breadcrumbs span {
  color: #fff;
  line-height: 16px;
  font-size: 13px;
}
.breadcrumb a,
.breadcrumb span {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}
.time-head {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.time-head h1 {
  color: #000080;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 46px;
}
/* footer */
.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #c9c9c9;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
}
.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #737373;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}
.entry-title {
  margin-top: 130px;
  color: #fff;
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
.logo-header {
  width: 110px;
  padding-top: 10px;
}
.time-head-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.time-head-center > div {
  min-width: 100px;
  min-height: 100px;
  margin: 0 2px 5px;
}
.time-head-center > div > span {
  font-size: 28px;
  font-weight: 800;
}
.time-head-center > div > p {
  margin-top: 5px;
  color: #777;
  text-transform: uppercase;
  font-weight: 400;
}
.time-head h4 {
  font-size: 22px;
  margin-bottom: 27px;
}
.time-head p {
  color: #818a91;
}
.copy-footer {
  display: flex;
}
.logo-footer {
  width: 30px;
  margin-left: 10px;
}
.contact-footer {
  border-bottom: 1px solid #737373;
  padding-bottom: 13px;
  width: 48%;
  font-size: 27px;
}
.scrollToTop {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 350;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  color: #000;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  display: none;
  justify-content: center;
  transition: all 0.4s ease-in-out;
  border: none;
  align-items: center;
}

/* form */
form {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 30px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}

.btn-submit {
  padding: 10px 0;
  color: #FFF;
  background-color: #4bc970;
  font-size: 21px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #3ac162;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
  margin: 0 auto 10px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

fieldset {
  margin-bottom: 30px;
  border: none;
}

legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 8px;
}

label.light {
  font-weight: 300;
  display: inline;
}

.number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.2);
  border-radius: 100%;
}

@media screen and (min-width: 480px) {
  form {
    max-width: 480px;
  }
}
/* form */
@media screen and (min-width:1000px) {
  .header-nav{
    display: flex;
  }
  .list-menu, .items-mobile,.mobile-nav{
    display: none;
  }
}
@media screen and (max-width:1000px) {
  .header-nav,.logo-header{
    display: none;
  }
  .list-menu{
    display: flex;
  }
  .mobile-nav{
    transform: translateX(-340px);
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 500;
    overflow: hidden;
    overflow-y: auto;
    width: 340px;
    background-color: #fff;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
  }
  .mobile-nav.show{
    transform: translateX(0);
  }
  .wd-heading{
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 15px;
    border-bottom: 1px solid #dadfe6;
  }
  .style-text>a {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #000;
}
#menu-mobile-navigation{
  list-style-type: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
#menu-mobile-navigation li a {
  padding: 5px 20px;
  min-height: 50px;
  border-bottom: 1px solid #dadfe6;
  color: #000;
  width: 100%;
  display: flex;
}
.style-text svg {
  margin-top: 10px;
}
.logo-mobile{
  width: 110px;
  margin-top: 10px;
}
.items-mobile {
  display: flex;
    align-items: center;
    justify-content: space-between;
}
.icons-header button{
  border: none;
  background-color: transparent;
}
.icons-header svg {
  color: #fff;
}
}
@media screen and (max-width:992px) {
  .dec-img{
    width: 100%;
  }
  form h1 {
    font-size: 20px!important;
  }
  .time-head-center > div {
    min-width: 70px;
}
.entry-title {
  margin-top: 81px;
}
.time-head h4 {
  font-size: 18px;
}
}
@media screen and (max-width:576px) {
  input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select{
    padding: 10px;
  }
  legend{
    font-size: 17px!important;
  }
  label{
    font-size: 14px;
  }
  .copyright-text {
    font-size: 12px;
}
.time-head h1 {
  font-size: 17px;
  line-height: 30px;
}
.label-form label {
  margin-left: 0!important;
  font-style: 12px;
}
.time-head-center > div {
  min-width: 50px;
}
}
@media screen and (max-width:400px) {
  label{
    font-size: 12px;
  }
  .btn-submit {
    padding: 7px 0;
    font-size: 17px;
  }
  .copyright-text {
    font-size: 10px;
}
}
.scrolled {
  background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 0px 0 10px;
    transition: all .4s ease-in-out;
}