/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/

@font-face {
  font-family: "Dubai";
  src: url("../fonts/DubaiW23-Regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Dubai";
  src: url("../fonts/DubaiW23-Bold.woff") format("woff");
  font-weight: bold;
}
:focus {
  outline: 0 !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(50, 50, 50);
  text-decoration: none !important;
}
a:hover {
  color: rgb(76, 76, 76);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dubai", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
html {
  background: rgb(27, 27, 104);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "Dubai", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5;
  direction: ltr;
  background: rgb(230, 231, 232);
  color: rgb(50, 50, 50);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}
body.home {
  background: rgb(255, 255, 255);
}
.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;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  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-weight: normal;
  font-family: "Dubai", sans-serif;
  font-weight: Bold;
  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 {
  display: flex;
  flex-wrap: wrap;
  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;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
#page-header {
  padding: 110px 0 80px;
  text-align: center;
  background: rgb(34, 32, 122);
  color: rgb(255, 255, 255);
}
.page-title {
  margin: 0;
  font-size: 36px;
  text-transform: uppercase;
}
#page-body {
  padding: 50px 0 100px;
}
#navigation + #page-body {
  padding-top: 120px;
}
.pagination {
  margin: 30px -4px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagination > li {
  padding: 0 4px;
}
.pagination > li > a,
.pagination > li > .page-numbers.current {
  background: rgb(255, 255, 255);
  color: rgb(27, 27, 104);
  padding: 0 10px;
  min-width: 40px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  display: block;
}
.pagination > li > a.page-numbers:hover,
.pagination > li > .page-numbers.current {
  background: rgb(27, 27, 104);
  color: rgb(255, 255, 255);
}
/*Custom*/

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  padding-left: 25px;
}
body.home #header {
  background: rgba(0, 0, 0, 0.5);
}
#header.sticky {
  background: rgb(255, 255, 255) !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#header:not(.sticky) .logo {
  filter: brightness(0%) invert(100%);
}
.logo {
  margin-right: auto;
}
.logo > img {
  height: 40px;
}
.lang-nav {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
}
#header:not(.sticky) .lang-nav,
#header:not(.sticky) .lang-nav > li > a {
  color: rgb(255, 255, 255);
}
#header:not(.sticky) .lang-nav > li > a:hover {
  opacity: 0.7;
}
.lang-nav > li.active > a {
  color: rgb(189, 133, 109) !important;
  pointer-events: none;
  cursor: default;
}
.lang-nav > li:not(:last-child)::after {
  content: "\\";
  margin: 0 5px;
}
.section-slideshow {
  background: rgb(50, 50, 50);
  height: 100vh;
  position: relative;
}
.slide-item {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.slide-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoom infinite linear 10s;
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}
.slide-item-wrapper {
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  padding-bottom: 200px;
}
.section-bg-gray {
  background: rgb(230, 231, 232);
}
.section-bg-blue {
  background: rgb(34, 32, 122);
}
.section-bg-grad-blue {
  background: linear-gradient(
    90deg,
    rgba(27, 27, 104, 1) 0%,
    rgba(34, 32, 122, 1) 100%
  );
}
.section-wrapper {
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.section-header + .section-body {
  margin: 30px 0 0;
}
.section-title {
  font-size: 26px;
  margin: 0;
}
.section-subtitle {
  font-size: 20px;
  margin: 10px 0 0;
}
.section-desc {
  text-align: justify;
}
.section-body + .section-footer {
  margin: 50px 0 0;
}
.section-more {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  padding: 12px 40px;
  font-weight: bold;
}
.section-more.button-white {
  background: transparent;
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.section-more.button-blue {
  border-color: transparent;
  background: linear-gradient(
    90deg,
    rgba(27, 27, 104, 1) 0%,
    rgba(34, 32, 122, 1) 100%
  );
  color: rgb(255, 255, 255);
}
.section-more.button-blue:hover,
.section-more.button-white:hover,
.section-more.button-brown {
  border-color: transparent;
  background: linear-gradient(
    119.34deg,
    rgba(209, 166, 146, 1) 0%,
    rgba(189, 133, 109, 1) 51.12%,
    rgba(105, 71, 56, 1) 100%
  );
  color: rgb(255, 255, 255);
}
.section-intro .section-wrapper {
  padding-top: 0;
  margin-top: -90px;
}
.section-intro .section-cover {
  position: relative;
  z-index: 1;
}
.section-intro .section-cover:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.section-intro .section-cover > img {
  border: 6px solid rgb(255, 255, 255);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.video-wrapper {
  background: rgb(255, 255, 255);
  position: relative;
  cursor: pointer;
}
.video-wrapper > img {
  width: 100%;
}
.video-toggle {
  background: linear-gradient(
    119.34deg,
    rgba(209, 166, 146, 1) 0%,
    rgba(189, 133, 109, 1) 51.12%,
    rgba(105, 71, 56, 1) 100%
  );
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 26px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-wrapper:hover .video-toggle {
  background: linear-gradient(
    90deg,
    rgba(27, 27, 104, 1) 0%,
    rgba(34, 32, 122, 1) 100%
  );
}
.feature-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: rgb(230, 231, 232);
}
.feature-item-header:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.feature-item-header > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
  transform: scale(1);
}
.feature-item-header > img:last-child {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
}
.feature-item:hover .feature-item-header > img:first-child {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
}
.feature-item:hover .feature-item-header > img:last-child {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.feature-item-icon {
  background: linear-gradient(
    90deg,
    rgba(27, 27, 104, 1) 0%,
    rgba(34, 32, 122, 1) 100%
  );
  width: 100px;
  height: 100px;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.feature-item-body {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(189, 133, 109, 0.65) 100%
  );
  color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 115px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.feature-item-title {
  font-size: 18px;
  margin: 0;
}
.feature-item-desc {
  margin: 15px 0 0;
  text-align: justify;
}
.feature-logo {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-logo img {
  max-height: 200px;
  max-width: 70%;
}
.mcard {
  background: rgb(255, 255, 255);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.mcard-header {
  position: relative;
}
.mcard-header:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.mcard-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.mcard-body {
  padding: 20px;
}
.mcard-title {
  font-size: 18px;
  margin: 0;
}
.mcard-desc {
  margin: 15px 0 0;
  text-align: justify;
}
.mcard-footer {
  padding: 0 20px 20px;
  margin-top: auto;
}
.ocard {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: rgb(255, 255, 255);
}
.ocard:hover {
  background: rgb(27, 27, 104);
}
.ocard-header {
  width: 100;
  position: relative;
}
.ocard-header:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ocard-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ocard-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 15px;
}
.ocard-title {
  color: rgb(27, 27, 104);
  margin: 0;
}
.ocard:hover .ocard-title {
  color: rgb(255, 255, 255);
}
.entry-meta,
.entry-meta ul,
.mcard-meta,
.mcard-meta ul,
.ocard-meta,
.ocard-meta ul,
.scard-meta,
.scard-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.entry-meta > li,
.mcard-meta > li,
.ocard-meta > li,
.scard-meta > li {
  display: inline-flex;
  flex-wrap: nowrap;
}
.entry-meta > li:not(:last-child),
.mcard-meta > li:not(:last-child),
.ocard-meta > li:not(:last-child),
.scard-meta > li:not(:last-child) {
  margin-right: 10px;
}
.entry-meta ul > li + li:before,
.mcard-meta ul > li + li:before,
.ocard-meta ul > li + li:before,
.scard-meta ul > li + li:before {
  content: ",";
  margin-left: 5px;
}
.entry-meta > li > i,
.mcard-meta > li > i,
.ocard-meta > li > i,
.scard-meta > li > i {
  color: rgb(34, 32, 122);
  margin-right: 5px;
  line-height: inherit;
}
.section-cta {
  position: relative;
  color: rgb(255, 255, 255);
}
.section-cta:before {
  background: url(../img/bg-cta.svg) no-repeat center bottom;
  background-size: auto 85%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
#footer {
  background: rgb(34, 32, 122) url(../img/logomark-gray.svg) no-repeat right
    center;
  background-size: auto 150%;
  padding: 60px 0;
  color: rgb(255, 255, 255);
  margin-top: auto;
}
.footer-logo > img {
  max-width: 100%;
  height: 150px;
  filter: brightness(0) invert(100%);
}
.footer-nav {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: square;
}
.footer-nav > li + li {
  margin-top: 5px;
}
.footer-nav > li > a {
  color: rgb(200, 200, 200);
}
.footer-nav > li > a:hover {
  color: rgb(255, 255, 255);
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li + li {
  margin-top: 10px;
}
#footer .contact-info li a {
  color: rgb(255, 255, 255);
}
.powered {
  margin-top: 20px;
}
.powered > a {
  font-weight: bold;
  color: rgb(209, 166, 146);
}
.social-nav {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.social-nav > li + li {
  margin-left: 15px;
}
.social-nav > li > a {
  color: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  display: block;
}
#footer .social-nav > li > a {
  background: rgb(34, 32, 122);
}
#footer .social-nav > li:hover > a {
  background: rgb(255, 255, 255);
  color: rgb(34, 32, 122);
}
.page-body-inner .social-nav > li > a {
  background: linear-gradient(
    119.34deg,
    rgba(209, 166, 146, 1) 0%,
    rgba(189, 133, 109, 1) 51.12%,
    rgba(105, 71, 56, 1) 100%
  );
}
.page-body-inner .social-nav > li:hover > a {
  background: rgb(230, 231, 232);
  color: rgb(34, 32, 122);
}
.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallery-item:after {
  border: 5px solid rgb(255, 255, 255);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
}
.gallery-item > img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.gallery-item:hover > img {
  transform: scale(1.15);
}
.gallery-title {
  font-size: 15px;
  font-style: italic;
  text-align: center;
  margin: 0;
}
.page-body-inner {
  background: rgb(255, 255, 255);
  padding: 30px;
  box-shadow: 0 -30px rgb(255, 255, 255);
}
.entry-footer {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dotted rgb(76, 76, 76);
}
.entry-header:after,
.entry-content:after {
  clear: both;
  content: "";
  display: block;
}
.entry-thumbnail {
  margin-top: -60px;
}
.entry-img {
  width: 100%;
}
.service-list {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.service-list > li {
  padding: 3px 0;
}
.service-list > li:first-child {
  padding-top: 0;
}
.service-list > li:last-child {
  padding-bottom: 0;
}
.service-list > li + li {
  border-top: 1px dashed rgb(50, 50, 50);
}
.service-list > li > a {
  display: block;
  padding: 12px 15px;
  line-height: 1;
}
.service-list > li:hover > a {
  background: rgb(255, 255, 255);
  color: rgb(34, 32, 122);
}
.service-list > li.active > a {
  background: rgb(34, 32, 122);
  color: rgb(255, 255, 255);
}
.intro-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro-logomark > svg {
  height: 40vh;
  max-width: 50vw;
}
.intro-logomark > svg > polygon {
  stroke-width: 1px;
  fill: rgb(255, 255, 255);
  fill-opacity: 0.05;
}
.intro-logo.active .intro-logomark > svg > polygon {
  animation: 0.6s ease-out 2.5s forwards logomarkFill;
}
@keyframes logomarkFill {
  0% {
    fill-opacity: 0.05;
  }
  100% {
    fill-opacity: 1;
  }
}
.intro-logotype {
  margin-top: 2.5vw;
}
.intro-logotype > svg {
  fill: rgb(255, 255, 255);
  stroke: rgb(255, 255, 255);
  stroke-width: 1px;
  height: 10vh;
  max-width: 75vw;
}
.intro-logotype > svg > path {
  opacity: 0;
  visibility: hidden;
  position: relative;
  transform: translateY(2.5vh);
  transition: 0.2s ease-in-out;
}
.intro-logo.active .intro-logotype > svg > path {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.intro-logotype > svg > path:nth-child(1) {
  transition-delay: 2.5s;
}
.intro-logotype > svg > path:nth-child(2) {
  transition-delay: 2.65s;
}
.intro-logotype > svg > path:nth-child(3) {
  transition-delay: 2.8s;
}
.intro-logotype > svg > path:nth-child(4) {
  transition-delay: 2.95s;
}
.intro-logotype > svg > path:nth-child(5) {
  transition-delay: 3.1s;
}
.intro-logotype > svg > path:nth-child(6) {
  transition-delay: 3.25s;
}
/*Plugins*/

.owl-nav > button.disabled {
  background: rgb(235, 238, 242) !important;
  color: rgb(170, 170, 170);
  pointer-events: none;
  cursor: default;
}
body.lg-on {
  overflow: hidden;
}
.lg-inner {
  direction: ltr;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(105, 71, 56);
}
/*CMS*/
.wp-caption {
  max-width: 100% !important;
}
.wp-caption img {
  margin-bottom: 5px !important;
}
.wp-caption-text {
  text-align: center;
  font-size: 13px;
}
.entry-content table {
  width: 100% !important;
}
.entry-content table th,
.entry-content table td {
  width: auto !important;
  border: 1px solid rgb(50, 50, 50);
  padding: 5px 10px;
  vertical-align: middle;
}
.entry-content img {
  max-width: 100% !important;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.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;
}
.gallery dl {
}
.gallery dt {
}
.gallery dd {
}
.gallery dl a {
}
.gallery dl img {
}
.gallery-caption {
}
.size-full {
}
.size-large {
}
.size-medium {
}
.size-thumbnail {
}
.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) {
  .entry-content table {
    display: block;
    overflow-x: auto;
    box-shadow: inset 30px 0 15px -15px rgba(0, 0, 0, 0.15);
    -webkit-overflow-scrolling: touch;
  }
  .alignleft,
  img.alignleft,
  .alignright,
  img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  #header {
    padding: 15px 0;
  }
  .nav-toggle {
    background: rgb(255, 255, 255);
    color: rgb(105, 71, 56);
    border: none;
    padding: 0;
    margin: 0 0 0 30px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-size: 24px;
  }
  #header.sticky .nav-toggle {
    background: linear-gradient(
      119.34deg,
      rgba(209, 166, 146, 1) 0%,
      rgba(189, 133, 109, 1) 51.12%,
      rgba(105, 71, 56, 1) 100%
    );
    color: rgb(255, 255, 255);
  }
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    padding: 15px 0;
    background: rgb(34, 32, 122);
    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 10px 0 20px;
    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%;
    right: 10px;
    transform: translateY(-50%);
  }
  #navigation > ul > li a:before {
    content: "\f105";
    right: auto;
    left: 10px;
  }
  #navigation li.submenu.active > a:after {
    content: "\f106";
  }
  .lang-nav > li.active {
    display: none;
  }
  #footer {
    background: rgb(34, 32, 122);
  }
  .service-list {
    display: none;
  }
  .section-header,
  .section-footer {
    text-align: center;
  }
  .section-header + .section-footer {
    margin: 50px 0 0;
  }
  .footer-logo {
    text-align: center;
  }
  .social-nav {
    justify-content: center;
  }
  .copyright,
  .powered {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
  #navigation > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
  }
  #navigation > ul > li {
    position: relative;
  }
  #navigation > ul > li + li {
    margin-left: 40px;
  }
  #navigation > ul > li > a {
    color: rgb(200, 200, 200);
    font-weight: bold;
    font-size: 17px;
    height: 80px;
    line-height: 80px;
    display: block;
  }
  #navigation > ul > li:hover > a {
    color: rgb(255, 255, 255);
  }
  #header.sticky #navigation > ul > li > a {
    color: rgb(34, 32, 122);
  }
  #header.sticky #navigation > ul > li:hover > a {
    color: rgb(105, 71, 56);
  }
  .gallery-item > img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gallery-item.size-1:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .gallery-item.size-2:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  body.single-service .page-body-inner {
    height: 100%;
  }
}
