/*
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-Light.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(195, 149, 73);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Anjoman", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
html {
  background: rgb(195, 149, 73);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "Anjoman", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  direction: rtl;
  background: rgb(251, 247, 245);
  color: rgb(46, 41, 38);
  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;
  padding-top: 90px;
}
.overlay-link {
  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;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  z-index: 1001;
  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: Bold;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: persian;
}
.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;
}
.page-navigation {
  margin: 50px 0 0;
  text-align: center;
  background: rgb(242, 242, 242);
  padding: 40px;
}
.pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 10px;
}
.pagination > li > a,
.pagination > li > .page-link.current {
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  text-align: center;
  font-weight: bold;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.pagination > li > a.page-link:hover,
.pagination > li > .page-link.current {
  color: rgb(51, 51, 51);
}
/*Custom*/
.section {
  position: relative;
  z-index: 2;
}
.section-wrapper {
  padding: 40px 0;
}
.section-title {
  color: rgb(174, 137, 65);
  font-size: 30px;
  margin: 0;
}
.section-title > strong {
  color: rgb(106, 130, 146);
}
.section-subtitle {
  color: rgb(131, 147, 63);
  font-size: 24px;
  margin: 0;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 30px;
}
.section-desc {
  margin: 15px auto 0;
  max-width: 700px;
  color: rgb(120, 120, 120);
  text-align: justify;
}
.section-desc + .section-nav {
  margin-top: 30px;
}
.section-nav {
  text-align: left;
}
.section-cover {
  position: relative;
}
.section-cover > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header {
  background: rgba(174, 137, 65, 0.15);
  z-index: 1000;
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#header.sticky {
  background: rgb(255, 255, 255);
  transition: all 0.3s ease-out;
}
.logo {
  margin-left: auto;
}
.logo > img {
  height: 60px;
}
.lang-nav {
  margin: 0 40px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.lang-nav > li > a {
  color: rgb(106, 130, 146);
}
.lang-nav > li + li:before {
  color: rgb(182, 177, 169);
  content: "/";
  margin: 0 5px;
}
.lang-nav > li.active > a {
  color: rgb(131, 147, 63);
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}
.section-intro {
  box-shadow: inset 0 120px 0 rgba(174, 137, 65, 0.15);
}
.section-intro .section-wrapper {
  padding-top: 0;
}
.section-intro .section-cover {
  padding-top: 100%;
  display: block;
  content: "";
  z-index: 1;
}
.section-intro .section-cover > img {
  position: absolute;
  top: 0;
  left: 0;
}
.slide-item {
  width: 100%;
  height: 70vh;
}
.slide-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.section-service:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: -300px 0;
  background-image: url(../img/bg-service.svg);
  z-index: -1;
  opacity: 0.15;
}
.section-service .section-header,
.section-artist .section-header {
  text-align-last: center;
  text-align: center;
}
.card-service {
  color: rgb(106, 130, 146);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-service:hover {
  background: rgb(106, 130, 146);
  color: rgb(255, 255, 255);
}
.card-service-header {
  padding: 30px 15px 15px;
  display: flex;
}
.card-service-icon {
  position: relative;
  z-index: 1;
  min-width: 70px;
  max-width: 70px;
}
.card-service-icon:before {
  background: rgba(0, 0, 0, 0.1);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: -10px;
  content: "";
}
.card-service:hover .card-service-icon:before {
  background: rgba(255, 255, 255, 0.1);
}
.card-service-icon > img {
  height: 50px;
}
.card-service:hover .card-service-icon {
  filter: brightness(100%) invert(100%);
}
.card-service-body {
  padding: 0 15px 5px;
}
.card-service-title {
  color: rgb(131, 147, 63);
  font-size: 17px;
  margin: 0 0 10px;
}
.card-service-title > a {
  color: inherit;
}
.card-service-title > a:hover,
.card-service:hover .card-service-title {
  color: rgb(255, 255, 255);
}
.card-service-desc {
  margin: 0;
}
.card-service-footer {
  padding: 0 15px 15px;
  text-align: left;
  margin-top: auto;
}
.card-service-btn {
  color: rgb(106, 130, 146);
  font-weight: bold;
  font-size: 14px;
}
.card-service:hover .card-service-btn {
  color: rgb(255, 255, 255);
}
.card-service-btn:before,
.card-service-btn:after {
  background: rgba(0, 0, 0, 0.1);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.card-service-btn:before {
  margin-left: 5px;
}
.card-service-btn:after {
  margin-right: 5px;
}
.section-course .section-title:after {
  background: rgb(106, 130, 146);
  width: 80px;
  height: 5px;
  margin-top: 10px;
  display: block;
  content: "";
}
.card-course-img {
  width: 100%;
}
.card-course-title {
  font-size: 17px;
  margin: 0;
}
.card-course-desc {
  margin: 10px 0 0;
}
.section-cta {
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.section-cta .section-wrapper {
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.section-cta .section-title {
  color: rgb(255, 255, 255);
}
.cta-btn {
  height: 50px;
  border-radius: 50px;
  padding: 0 40px;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cta-btn:hover {
  background: rgb(255, 255, 255);
  color: rgb(106, 130, 146);
}
.section-artist .section-body {
  margin-top: 60px;
}
.card-artist {
  padding: 20px;
  background: rgb(174, 137, 65);
  height: 100%;
}
.card-artist-header {
  position: relative;
}
.card-artist-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.card-artist-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-artist-body {
  padding-top: 20px;
  text-align: center;
}
.card-artist-title {
  color: rgb(255, 255, 255);
  font-size: 19px;
  margin: 0;
}
.card-artist-title > a {
  color: inherit;
}
.card-artist-title > a:hover {
  color: rgb(33, 33, 33);
}
.card-blog {
  padding: 20px;
  background: rgb(255, 255, 255);
  height: 100%;
}
.card-blog-header {
  position: relative;
}
.card-blog-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.card-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-blog-body {
  padding-top: 20px;
}
.card-blog-title {
  color: rgb(174, 137, 65);
  font-size: 19px;
  margin: 0;
}
.card-blog-title > a {
  color: inherit;
}
.card-blog-title > a:hover {
  color: rgb(33, 33, 33);
}
.card-blog-desc {
  margin: 10px 0 0;
}
.card-video {
  padding: 20px;
  background: rgb(255, 255, 255);
  height: 100%;
}
.card-video-header {
  position: relative;
}
.card-video-header:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.card-video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-video-body {
  padding-top: 20px;
}
.card-video-title {
  color: rgb(174, 137, 65);
  font-size: 19px;
  margin: 0;
}
.card-video-title > a {
  color: inherit;
}
.card-video-title > a:hover {
  color: rgb(33, 33, 33);
}
#footer {
  background: rgb(106, 130, 146);
  padding: 30px 0;
  margin-top: auto;
  position: relative;
}
#footer:before,
#footer:after {
  height: 100px;
  z-index: 10;
  pointer-events: none;
  overflow: hidden;
  mask-image: url(../img/wave.svg);
  mask-size: 100vw;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  transform: scaleX(-1);
  background-color: inherit;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  content: "";
}
#footer:before {
  background-color: rgb(131, 147, 63);
  transform: scaleX(1);
}
.footer-bottom {
  background-color: rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  margin-top: 50px;
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav > li > a {
  color: rgb(255, 255, 255);
}
.footer-nav > li > a:hover,
.footer-nav > li.current-menu-item > a {
  color: rgb(33, 33, 33);
}
.footer-nav > li > a:before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  color: rgb(33, 33, 33);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.footer-nav > li + li {
  margin-top: 6px;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li + li {
  margin-top: 10px;
}
.contact-info > li > strong {
  color: rgb(220, 220, 220);
  display: inline-block;
  margin-right: 5px;
}
.contact-info > li > div {
  color: rgb(255, 255, 255);
}
.social-nav > li i,
.contact-info > li i {
  color: rgb(220, 220, 220);
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
}
.contact-info + .social-nav {
  margin-top: 20px;
}
.contact-info > li a {
  color: rgb(255, 255, 255);
}
.social-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-nav > li + li {
  margin-right: 20px;
}
.social-nav > li > a:hover > i {
  color: rgb(33, 33, 33);
}
#page-header {
  background: rgba(174, 137, 65, 0.15);
  color: rgb(174, 137, 65);
  padding: 40px 0;
  text-align: center;
}
.page-title {
  font-size: 30px;
  margin: 0;
}
#page-body {
  padding: 60px 0 180px;
}
body.home .section + #footer {
  margin-top: 100px;
}
.artist-carousel .owl-stage {
  padding-right: 0 !important;
}
.artist-carousel .owl-stage-outer:after {
  background: -moz-linear-gradient(
    left,
    rgba(251, 247, 245, 1) 0%,
    rgba(251, 247, 245, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(251, 247, 245, 1) 0%,
    rgba(251, 247, 245, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(251, 247, 245, 1) 0%,
    rgba(251, 247, 245, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b917', endColorstr='#00f0b917',GradientType=1 );
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 90px;
  z-index: 100;
}
.artist-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.artist-carousel .owl-nav > button {
  background: rgb(106, 130, 146) !important;
  color: rgb(255, 255, 255) !important;
  font-size: 30px !important;
  width: 45px !important;
  height: 45px !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}
.artist-carousel .owl-nav > button:hover {
  background: rgb(131, 147, 63) !important;
  color: rgb(255, 255, 255) !important;
}
.artist-carousel .owl-nav > button + button {
  margin-right: 30px;
}
.breadcrumb {
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
}
.breadcrumb-item + .breadcrumb-item {
  padding: 0;
}
.breadcrumb > li + li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-size: xx-small;
  font-weight: 400;
  display: inline-flex;
  margin: 0 7px;
}
.section-member {
  margin-top: 60px;
}
.card-member {
  padding: 20px;
  background: rgb(255, 255, 255);
  height: 100%;
}
.card-member-header {
  position: relative;
}
.card-member-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.card-member-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-member-body {
  padding-top: 20px;
  text-align: center;
}
.card-member-title {
  color: rgb(174, 137, 65);
  font-size: 19px;
  margin: 0;
}
.card-member-subtitle {
  font-size: 15px;
  margin: 5px 0 0;
}
.card-member-social {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.card-member-social > li:not(:last-child) {
  margin-left: 15px;
}
.card-member-social a > i {
  font-size: 24px;
  color: rgb(174, 137, 65);
}
.card-member-social a > img {
  height: 24px;
}
.card-member-social a:hover {
  filter: grayscale(1);
}
.item-entry-cover {
  background: rgb(174, 137, 65);
  position: relative;
}
.item-entry-cover:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.item-entry-cover > img {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}
.item-entry-info {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.item-entry-info > li:not(:last-child) {
  margin-left: 15px;
}
.item-entry-info a > i {
  font-size: 24px;
  color: rgb(174, 137, 65);
}
.item-entry-info a > img {
  height: 24px;
}
.item-entry-info a:hover {
  filter: grayscale(1);
}
.entry-footer {
  border-top: 1px dotted rgb(182, 177, 169);
  padding-top: 15px;
  margin-top: 15px;
}
.entry-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-meta > li > div,
.entry-meta > li > ul {
  color: rgb(182, 177, 169);
  display: inline;
}
.entry-meta > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-meta > li > ul > li {
  display: inline-block;
}
.entry-meta > li > ul > li + li:before {
  content: "،";
  margin: 0 5px;
  vertical-align: middle;
}
.entry-meta > li > i {
  margin-left: 6px;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .ssubection-footer {
  margin-top: 20px;
}
.subsection-title {
  font-size: 18px;
}
.subsection {
  padding-top: 20px;
  border-top: 1px dotted rgb(106, 130, 146);
}
.card-portfolio {
  display: flex;
}
.card-portfolio-img {
  width: 100%;
}
.card-portfolio-desc {
  margin: 10px 0 0;
}
.card-portfolio-title {
  font-size: 15px;
  margin: 0;
}
.contact-grid {
  margin-top: 50px !important;
  text-align: center;
}
.contact-card:hover {
  opacity: 0.7;
}
.contact-card-header {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 160px;
  margin: 0 auto;
}
.contact-card-bg,
.contact-card-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-card-bg {
  width: 100%;
}
.contact-card-icon {
  font-size: 40px;
  color: rgb(255, 255, 255);
}
.contact-card-body {
  padding-top: 15px;
}
.contact-card-title {
  font-size: 20px;
  white-space: nowrap;
  margin: 0;
}
.contact-card-instagram .contact-card-bg {
  fill: #e4405f;
}
.contact-card-telegram .contact-card-bg {
  fill: #26a5e4;
}
.contact-card-email .contact-card-bg {
  fill: #004788;
}
/*Plugins*/
/*CMS*/
.entry-content {
  font-size: 16px;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 24px;
}
.entry-content h1 {
  font-size: 26px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.entry-content video {
  width: 100%;
}
.entry-content iframe {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
  border: none;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.gallery {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 10px 0 0;
  text-align: center;
  list-style: none;
}
.gallery-caption {
  font-size: 11px;
}
.gallery-columns-0 .gallery-item {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery-columns-10 .gallery-item {
  width: 10%;
}
.gallery-columns-11 .gallery-item {
  width: 9.09%;
}
.gallery-columns-12 .gallery-item {
  width: 8.33%;
}
.gallery-columns-13 .gallery-item {
  width: 7.69%;
}
.gallery-columns-14 .gallery-item {
  width: 7.14%;
}
.gallery-columns-15 .gallery-item {
  width: 6.66%;
}
.gallery-columns-16 .gallery-item {
  width: 6.25%;
}
.gallery-columns-17 .gallery-item {
  width: 5.88%;
}
.gallery-columns-18 .gallery-item {
  width: 5.55%;
}
.gallery-columns-19 .gallery-item {
  width: 5.26%;
}
.gallery-columns-20 .gallery-item {
  width: 5%;
}
.gallery-columns-21 .gallery-item {
  width: 4.76%;
}
.gallery-columns-22 .gallery-item {
  width: 4.54%;
}
.gallery-columns-23 .gallery-item {
  width: 4.34%;
}
.gallery-columns-24 .gallery-item {
  width: 4.16%;
}
.gallery-columns-25 .gallery-item {
  width: 4%;
}
.gallery-columns-26 .gallery-item {
  width: 3.84%;
}
.gallery-columns-27 .gallery-item {
  width: 3.7%;
}
.gallery-columns-28 .gallery-item {
  width: 3.57%;
}
.gallery-columns-29 .gallery-item {
  width: 3.44%;
}
.gallery-columns-30 .gallery-item {
  width: 3.33%;
}
/*Responsive*/

@media (max-width: 767.98px) {
  .nav-toggle {
    color: rgb(174, 137, 65);
    font-size: 26px;
    margin-right: 30px;
    padding: 0;
    background: none;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    padding: 15px 0;
    background: rgb(106, 130, 146);
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(100%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  #navigation.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation > ul > li a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    color: rgb(250, 250, 250);
    position: relative;
  }
  #navigation > ul > li > a {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  #navigation > ul > li a:hover,
  #navigation > ul > li a:focus {
    background: rgba(255, 255, 255, 0.1);
  }
  #navigation > ul > li a:before,
  #navigation li.submenu > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: rgb(224, 224, 224);
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  #navigation > ul > li a:before {
    content: "\f104";
    left: auto;
    right: 10px;
  }
  #navigation li.submenu.active > a:after {
    content: "\f106";
  }
  .card-portfolio {
    flex-direction: column;
  }
  .card-portfolio-body {
    padding: 10px 0 0;
  }
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #navigation > ul > li + li {
    margin-right: 20px;
  }
  #navigation > ul > li > a {
    color: rgb(106, 130, 146);
    font-weight: bold;
    display: inline-flex;
    line-height: 1;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
  #navigation > ul > li:hover > a {
    color: rgb(131, 147, 63);
  }
  #navigation > ul > li.current-menu-item > a {
    color: rgb(174, 137, 65);
  }
  .section-intro .section-header {
    padding-top: 140px;
  }
  .section-intro .section-cover:before {
    border: 50px solid rgba(174, 137, 65, 0.35);
    width: 70%;
    height: 70%;
    border-radius: 50%;
    transform: translate(50%, 25%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    content: "";
  }
  .section-blog .section-header,
  .section-video .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .card-portfolio {
    flex-wrap: wrap;
  }
  .card-portfolio-header {
    width: 33.3333333%;
  }
  .card-portfolio-body {
    width: 66.6666666%;
    padding: 0 10px 0 0;
  }
}
