/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
@font-face {
  font-family: Anjoman;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/Anjoman-Bold.woff") format("woff");
}
@font-face {
  font-family: Anjoman;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Anjoman-Regular.woff") format("woff");
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(182, 177, 169);
  text-decoration: none !important;
}
a:hover {
  color: rgb(95, 106, 99);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anjoman", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
html {
  background: rgb(95, 106, 99);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "Anjoman", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  direction: rtl;
  background: rgb(255, 255, 255) url(../img/bg.png);
  color: rgb(25, 25, 25);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overlay-link {
  font-size: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(10, 61, 42, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 100;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-family: "Anjoman", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: persian;
}
html[lang="ar"] ol {
  list-style-type: arabic-indic;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
/*Custom*/
.tbutton {
  height: 44px;
  padding: 0 24px;
  font-weight: 700;
  border: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-primary-fill {
  background: rgb(95, 106, 99);
  color: rgb(255, 255, 255);
}
.tbutton-primary-fill:hover {
  background: rgb(255, 255, 255);
  color: rgb(95, 106, 99);
}
.tbutton-primary-outline {
  background: none;
  border-color: rgb(95, 106, 99);
  color: rgb(95, 106, 99);
}
.tbutton-primary-outline:hover {
  background: rgb(95, 106, 99);
  border-color: rgb(95, 106, 99);
  color: rgb(255, 255, 255);
}
#wrapper {
  background: rgb(255, 255, 255);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#header {
  text-align: center;
  padding: 0 20px 20px;
}
.logo {
  background: rgb(235, 235, 237);
  border-radius: 0 0 20px 20px;
  padding: 20px;
}
.logo > img {
  max-width: 80%;
  max-height: 120px;
}
#footer {
  margin-top: auto;
  padding: 20px 20px 0;
}
.copyright {
  background: rgb(95, 106, 99);
  color: rgb(255, 255, 255);
  border-radius: 20px 20px 0 0;
  padding: 20px;
  text-align: center;
}
#mainbar {
  padding: 20px;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li + li {
  margin-top: 15px;
}
.contact-info > li > strong {
  width: 36px;
  display: inline-block;
  text-align: center;
}
.contact-info > li img {
  height: 25px;
  filter: invert(87%) sepia(4%) saturate(227%) hue-rotate(131deg)
    brightness(83%) contrast(84%);
}
.contact-info > li > span[dir="ltr"] {
  letter-spacing: 4px;
}
.contact-cta {
  background: rgb(234, 190, 125);
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
  padding: 20px;
  list-style: none;
}
.contact-cta > li > a > img {
  height: 30px;
  filter: invert(20%) sepia(6%) saturate(135%) hue-rotate(21deg) brightness(91%)
    contrast(83%);
}
.contact-cta > li > a:hover > img {
  filter: brightness(1) invert(1);
}
.intro {
  margin: 30px 0 0;
}
.intro > ul {
  list-style-position: inside;
  list-style-type: square;
  padding: 0;
  margin: 10px 0 0;
}
#gallery {
  margin: 30px 0;
}
.gallery-item {
  position: relative;
}
.gallery-item::before {
  padding-top: 100%;
  display: block;
  content: "";
}
.gallery-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
/*Plugins*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*CMS*/
/*Responsive*/

@media (max-width: 767.98px) {
}
@media (min-width: 768px) {
}
