/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";
:root {
  --color-primary: #bd965c;
  --color-secondary: #f1ede9;
  --color-light: #707070;
  --color-dark: #1d1d1d;
}
@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Variable.ttf") format("truetype-variations");
  font-weight: 1 999;
}
@font-face {
  font-family: "BreathneyDemo";
  src: url("../fonts/Breathney_Demo.woff") format("woff"),
    url("../fonts/Breathney_Demo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: var(--color-primary);
  text-decoration: none !important;
}
a:hover {
  color: var(--color-light);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.4;
}
html {
  background: var(--color-primary);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}
body {
  font-family: "General Sans", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.4;
  direction: ltr;
  background: var(--color-secondary);
  color: var(--color-dark);
  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(10px);
  backdrop-filter: blur(10px);
  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: "General Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
.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: 700;
  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: 1;
  padding: 60px 30px;
}
.section:first-of-type .section-wrapper {
  padding-top: 120px;
}
.section:last-of-type .section-wrapper {
  padding-bottom: 0;
}
.section:not(.section-covered) + .section .section-wrapper {
  padding-top: 0;
}
.section-cover {
  position: relative;
}
.section-cover img,
.section-cover svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 30px;
}
.section-title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: var(--color-dark);
  text-transform: uppercase;
  margin: 0;
}
.section-subtitle {
  font-family: "BreathneyDemo";
  font-size: 40px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  opacity: 0.5;
}
.section-title + .section-subtitle {
  margin-top: 12px;
}
.section-desc {
  text-align: justify;
}
.section-tab {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-tab > li > a {
  color: var(--color-dark);
}
.section-tab > li > a:hover {
  color: var(--color-light);
}
.section-more {
  display: inline-flex;
  align-items: center;
  font-size: 25px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}
.section-more::before {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--color-dark);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.3 19.68' fill='%23fff'%3E%3Cpolygon points='18.27 1 18.27 0 .62 0 .62 2 15.02 2 0 18.33 1.47 19.68 16.3 3.56 16.3 19.01 18.3 19.01 18.3 1 18.27 1'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: 25%;
  margin-right: 40px;
  content: "";
}
.section-more:hover {
  color: var(--color-primary);
}
.section-more:hover::before {
  background-color: var(--color-primary);
}
#page-footer {
  margin-top: auto;
  padding-bottom: 198px;
}
#page-footer + #footer {
  margin-top: 0;
}
#page-header {
  padding: 175px 0 0;
  background-color: #050e27;
  text-align: center;
}
.page-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 65px;
  color: var(--color-light);
  text-transform: uppercase;
}
.page-desc {
  font-size: 20px;
  font-weight: normal;
  color: var(--color-light);
  opacity: 0.8;
  margin: 20px 0 0;
}
.subsection {
  padding: 40px 0;
}
.subsection-header + .subsection-body,
.subsection-body + .subsection-footer,
.subsection-header + .subsection-footer {
  margin-top: 20px;
}
.subsection-header {
  overflow: hidden;
}
.subsection-title {
  font-size: 32px;
  font-weight: 500;
  color: var(--color-light);
  text-transform: uppercase;
  margin: 0;
}
.subsection-cover {
  position: relative;
}
.subsection-cover > img {
  width: 100%;
}
.tbutton {
  height: 80px;
  padding: 0 80px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.tbutton-block {
  display: flex;
  width: 100%;
}
.tbutton-block + .tbutton-block {
  margin-top: 15px;
}
.tbutton-fill-primary {
  background: var(--color-primary);
  color: var(--color-dark);
}
.tbutton-fill-primary:hover {
  background: var(--color-dark);
  color: #fff;
}
#header {
  padding: 46px 0;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s;
  background-color: var(--color-dark);
}
#header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  font-family: "BreathneyDemo";
  font-size: 40px;
  font-weight: normal;
  color: var(--color-primary);
  line-height: 1;
  margin: 0;
}
.nav-toggle {
  padding: 0;
  border: none;
  background: none;
  font-size: 0;
  width: 45px;
  height: 35px;
  border-top: 5px solid var(--color-primary);
  border-bottom: 5px solid var(--color-primary);
  position: relative;
}
.nav-toggle::before {
  width: 100%;
  height: 5px;
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
}
#navigation {
  width: 100vw;
  height: 100vh;
  background: var(--color-dark);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(-100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
  z-index: -1;
}
body.nav-opened #navigation {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#navigation > ul {
  line-height: 1;
  font-size: 3vh;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#navigation > ul > li:not(:last-child) {
  margin-bottom: 10px;
}
#navigation > ul > li.current-menu-item > a {
  color: var(--color-secondary);
}
#footer {
  background-color: var(--color-dark);
  color: var(--color-primary);
  margin-top: auto;
  padding: 120px 0;
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.contact-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 22px;
}
.social-nav {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-nav > li:not(:last-child) {
  margin-right: 15px;
}
.social-nav > li > a {
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.social-nav > li > a > img {
  width: 100%;
}
.social-nav > li > a:hover {
  border-color: #fff;
  background: #fff;
}
.social-nav > li > a:hover > img {
  filter: brightness(0) invert(0);
}
.section-intro .section-title {
  font-family: "BreathneyDemo";
  font-size: 40px;
  text-transform: capitalize;
  font-weight: normal;
  line-height: normal;
  color: #000000;
}
.profile-image > img {
  width: 100%;
}
.profile-info {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.profile-info > li > strong {
  font-weight: 600;
}
.profile-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.profile-social > li > a {
  border: 2px solid var(--color-dark);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.profile-social > li > a > img {
  filter: brightness(0) invert(0);
  width: 100%;
}
.profile-social > li > a:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
}
.profile-social > li > a:hover > img {
  filter: brightness(0) invert(1);
}
.section-panel {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-panel > li:not(:last-child) {
  margin-bottom: 15px;
}
.section-panel-header {
  display: flex;
  justify-content: space-between;
}
.section-panel-title {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  display: flex;
  align-items: center;
}
.section-panel-title::before {
  content: "-";
  margin-right: 5px;
}
.section-panel-subtitle {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  padding-left: 30px;
  text-align: end;
}
.section-panel-body {
  font-weight: 300;
  font-size: 14px;
  margin-top: 5px;
  padding-left: 10px;
}
.section-panel-body > p:last-child {
  margin-bottom: 0;
}
.section-panel-body > ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: square;
}
/*Plugin*/
/*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;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.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;
}
/*Responsive*/

@media (max-width: 767.98px) {
  body {
    font-size: 18px;
  }
  .section-spacer {
    display: none;
  }
  .section {
    padding: 40px 0;
    border-bottom: 1px solid var(--color-dark);
  }
  .section-subtitle {
    font-size: 20px;
  }
  .section-intro {
    display: none;
  }
  .contact-nav {
    margin: 30px 0;
  }
  .section-more {
    font-size: 20px;
  }
  .section-more::before {
    margin: 20px;
    width: 55px;
    height: 55px;
  }
  .rc-2 > div:nth-child(1) > .section {
    padding-bottom: 0;
    border-bottom: none;
  }
  .rc-2 > div:nth-child(2) > .section {
    padding-top: 0;
  }
  .cs-2 > .section:not(:last-child) {
    border-bottom: navajowhite;
  }
  .tbutton {
    height: 60px;
    padding: 0 30px;
  }
  #header {
    padding: 30px 0;
  }
  .logo {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    max-width: 1430px;
  }
  .footer-top,
  .footer-bottom {
    display: flex;
    justify-content: space-between;
  }
  .section-about .money-symbol {
    width: 66.0140955%;
  }
  .section-about .section-inner {
    padding: 80px;
  }
  .section-about .section-footer {
    padding: 65px 0 0;
  }
  #footer > div {
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .social-nav {
    justify-content: end;
  }
  .contact-nav {
    margin: 0 0 60px;
    text-align: end;
  }
  .section-intro {
    text-align: end;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
  }
  .section-subtitle {
    text-wrap: balance;
  }
  .section-spacer.ss-1 {
    height: 60px;
  }
  .section-spacer.ss-2 {
    height: 120px;
  }
  .section-spacer.ss-3 {
    height: 180px;
  }
  .section-spacer.ss-4 {
    height: 240px;
  }
  .section-spacer.ss-5 {
    height: 300px;
  }
  .section-spacer.ss-6 {
    height: 360px;
  }
  .section-spacer.ss-7 {
    height: 420px;
  }
  .section-spacer.ss-8 {
    height: 480px;
  }
  .section-spacer.ss-9 {
    height: 540px;
  }
  .section-spacer.ss-10 {
    height: 600px;
  }
  .sb-t {
    border-top: 1px solid var(--color-dark);
  }
  .sb-b {
    border-bottom: 1px solid var(--color-dark);
  }
  .sb-l {
    border-left: 1px solid var(--color-dark);
  }
  .sb-r {
    border-right: 1px solid var(--color-dark);
  }
}
