@charset "UTF-8";
.arrow-btn-div {
  display: flex;
}

.arrow-btn-inner {
  display: flex;
  flex-flow: row;
  align-items: center;
  cursor: pointer;
}
.arrow-btn-inner::after {
  content: "→";
  color: #9F7535;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border: 1px solid #9F7535;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  outline: none !important;
  margin-left: 10px;
  margin-top: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.arrow-btn-div:hover .arrow-btn-inner:after {
  padding-left: 20px;
  color: rgba(0, 0, 0, 0);
}

.arrow-btn-link {
  padding-top: 10px;
  padding-right: 5px;
  border-bottom: 1px solid #999;
  cursor: pointer;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.arrow-btn-inner2 {
  display: flex;
  flex-flow: row;
  align-items: center;
  cursor: pointer;
}

.arrow-btn-inner2:after {
  content: "→";
  color: rgba(0, 0, 0, 0);
  margin-left: -32px;
  margin-top: 2px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

.arrow-btn-div:hover .arrow-btn-inner2:after {
  color: #9F7535;
  padding-left: 12px;
}

.trademark, .has-trademark {
  top: -0.5em;
  vertical-align: baseline;
}

/***************/
/*** Review Slider ***/
/**************/
.review_slider .glsr-reviews .slick-track {
  display: flex;
  align-items: flex-end;
}

.review_slider .glsr-review {
  background-color: rgba(169, 189, 147, 0.1019607843);
  padding: 40px;
  border-radius: 5px;
  margin-left: 40px;
}
.review_slider .glsr-review:first-child {
  margin-left: 0px;
}
.review_slider .glsr-review:last-child {
  margin-right: 0px;
}
.review_slider .glsr-review h4 {
  font-size: 18px;
  color: #1c2022;
  margin: 0px;
}
.review_slider .glsr-review p {
  font-size: 12px;
  color: #757575;
  font-family: "Inria Serif", Sans-serif;
  padding: 0px;
  font-weight: 400;
}
.review_slider .glsr-review .glsr .glsr-star {
  background-size: 0.8rem !important;
  height: 0.8rem !important;
  width: 0.8rem !important;
  margin-right: 3px;
}

@media only screen and (max-width: 820px) {
  .review_slider .glsr-reviews {
    flex-flow: column !important;
  }
  .review_slider .glsr-review {
    padding: 35px 20px;
    width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
  .review_slider .glsr-review:first-child {
    margin-left: 0px;
  }
  .review_slider .glsr-review:last-child {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 600px) {
  .review_slider .glsr-review {
    margin-right: 0px;
    margin-left: 20px;
  }
  .review_slider .glsr-review:first-child {
    margin-left: 0px;
  }
  .review_slider .glsr-review:last-child {
    margin-right: 0px;
  }
  .review_slider .elementor-slick-slider .slick-next {
    margin-right: 20px;
    margin-left: 0px;
  }
}
/***************/
/*** Review Slider End ***/
/**************/
/*******************/
/*** Blog Slider ***/
/*******************/
.blog-holder .elementor-posts-container {
  width: 100%;
  padding: 0px;
  display: block !important;
}

.blog-holder article {
  margin: 7px !important;
  display: flex;
  flex-flow: row;
  cursor: pointer;
}

.blog-holder .slick-arrow, .blog-holder .slick-arrow:active,
.blog-holder .slick-arrow:hover, .blog-holder .slick-arrow:focus {
  color: transparent;
  background-color: transparent;
}

.blog-holder .slick-prev:before {
  /*content: "\f104";*/
  color: #9F7535 !important;
  border-radius: 50%;
  width: 1%;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  font-size: 15px;
  background-color: transparent;
}

.blog-holder .slick-next:before {
  /*content: "\f105";*/
  color: #9F7535 !important;
  border-radius: 50%;
  width: 1%;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  font-size: 15px;
  background-color: transparent;
}

.blog-holder button {
  border: 1px solid #9F7535;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  outline: none !important;
}

.blog-holder button:hover,
.blog-holder button:focus {
  border: 1px solid #9F7535;
  background-color: transparent;
}

.blog-holder .elementor-post {
  height: 90px;
}

.blog-holder .elementor-post__text {
  display: flex;
  justify-content: center;
  vertical-align: middle;
  height: 100%;
}

.blog-holder .elementor-post__thumbnail {
  height: 100%;
}

.blog-holder .elementor-post__thumbnail__link,
.blog-holder .elementor-post__thumbnail img {
  height: 100% !important;
  width: 90px !important;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 0px;
}

.blog-holder .elementor-post__title a {
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 1px;
  justify-content: center;
  display: flex;
  height: 100%;
  align-items: center;
}

.blog-holder .elementor-posts--skin-classic .elementor-post__text {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

/*** Mobile CSS ***/
@media only screen and (max-width: 600px) {
  .blog-holder .elementor-posts-container {
    padding: 0px;
  }
  .blog-holder button.slick-arrow {
    position: absolute;
    top: 0;
    display: none !important;
  }
  .blog-holder button.slick-prev {
    left: 15px;
  }
  .blog-holder button.slick-next {
    left: 55px;
  }
  .blog-holder .elementor-post {
    height: 70px;
  }
  .blog-holder .elementor-post__thumbnail__link,
  .blog-holder .elementor-post__thumbnail img {
    height: 100% !important;
    width: 70px !important;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0px;
  }
  .blog-holder .slick-prev:before,
  .blog-holder .slick-next:before {
    font-size: 12px;
  }
  .blog-holder button {
    margin-top: -30px;
  }
  .blog-holder .slick-arrow, .blog-holder .slick-arrow:active,
  .blog-holder .slick-arrow:hover, .blog-holder .slick-arrow:focus {
    display: none !important;
  }
}
/*******************/
/*** End Blog Slider ***/
/*******************/
/*Post Slider*/
.post-slider-sec {
  padding: 40px 0px;
}

.post-slider-sec .section-header {
  display: flex;
  flex-flow: row;
  align-items: baseline;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}

.post-slider-sec .section-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #202020;
}

.post-slider-sec .section-link {
  margin-left: 18px;
}

.post-slider .slick-arrow, .post-slider .slick-arrow:active,
.post-slider .slick-arrow:hover, .post-slider .slick-arrow:focus {
  color: transparent;
  background-color: transparent;
  z-index: 999;
}

.post-slider .slick-list {
  margin-top: 10px;
}

.post-slider .slick-track {
  margin-left: 0;
}

.post-slider .slick-prev {
  position: absolute;
  right: 55px;
  top: -26px;
  left: auto;
}

.post-slider .slick-prev:before {
  /*content: "\f104";*/
  color: #9F7535 !important;
  border-radius: 50%;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  font-size: 15px;
  background-color: transparent;
}

.post-slider .slick-next {
  display: block;
  position: absolute;
  right: 15px;
  top: -26px;
  left: auto;
}

.post-slider .slick-next:before {
  /*content: "\f105";*/
  color: #9F7535 !important;
  border-radius: 50%;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  font-size: 15px;
  background-color: transparent;
}

.post-slider button {
  border: 1px solid #9F7535;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  outline: none !important;
}

.post-slider button:hover,
.post-slider button:focus {
  border: 1px solid #9F7535;
  background-color: transparent;
}

.post-slider .preview-card {
  position: relative;
  margin: 15px;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(34, 35, 58, 0.2);
  padding: 0px;
  transition: all 0.3s;
}

.preview-card__item {
  display: flex;
  align-items: center;
}

.preview-card__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.preview-card__img {
  width: 180px;
  flex-shrink: 0;
  height: 190px;
  overflow: hidden;
}

.preview-card__img img {
  width: 100%;
  height: 190px !important;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 1;
  transition: all 0.3s;
}

.preview-card__content {
  padding: 18px;
  height: 190px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: baseline;
}

.upper-content {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: baseline;
}

.preview-card__code {
  color: #7b7992;
  display: block;
  font-size: 11px;
}

.preview-card__title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 5px;
}

.preview-card__text {
  color: #4e4a67;
  line-height: 1.5em;
  overflow: hidden;
  height: 3em;
  position: relative;
}

.preview-card__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 21px;
  width: 75%;
  background: linear-gradient(90deg, transparent, white);
}

.preview-card__button {
  display: inline-flex;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}

.preview-card__button:hover {
  color: #989898;
  text-decoration: none;
}

/*Tablet*/
/*** Mobile CSS ***/
@media only screen and (max-width: 845px) {
  .slick-slider {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .post-slider .slick-prev {
    right: 25px;
  }
  .post-slider .slick-next {
    right: -15px;
  }
  .post-slider .preview-card {
    width: auto;
  }
  .post-slider .preview-card__item {
    flex-flow: column;
    align-items: flex-start;
  }
  .preview-card__content {
    padding: 25px;
  }
  .preview-card__img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.arch-cat {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  color: #fff;
}

.arch-cat li {
  margin-right: 12px;
}

.cat-item a {
  color: #fff !important;
}

/*General Wp-block Elements*/
.wp-block-image,
.wp-block-button,
.wp-block-cover,
.wp-block-gallery:not(.has-nested-images),
.wp-block-media-text,
.wp-block-pullquote,
figure, table, p img, .wp-block-calendar,
.wp-block-archives, .wp-block-categories,
.wp-block-latest-comments, .wp-block-latest-posts,
.wp-block-tag-cloud, .wp-block-search, .wp-block-rss,
.wp-block-group, .wp-block-separator {
  margin: 12px 0px;
}

/*Block quote*/
.wp-block-quote {
  font-family: Georgia, serif;
  font-style: italic;
  width: 450px;
  margin: 20px 0px;
  padding: 20px 40px;
  position: relative;
}
.wp-block-quote::before {
  display: block;
  content: "“";
  font-size: 80px;
  position: absolute;
  left: -10px;
  top: -10px;
  color: #7a7a7a;
}
.wp-block-quote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
.wp-block-quote cite::before {
  content: "— ";
}

.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 20px 40px;
}

/*wp-block-button*/
.wp-block-button__link {
  background-color: inherit;
  outline: 1px solid #DAD9D9;
}

.wp-block-button {
  display: flex;
  flex-flow: row;
  align-items: center;
  cursor: pointer;
}
.wp-block-button a {
  border: none;
  outline: none;
  border-bottom: 1px solid #54595F;
  color: #54595F;
  cursor: pointer;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.wp-block-button::after {
  content: "→";
  color: #54595F;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  border: 1px solid #54595F;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  outline: none !important;
  margin-left: 8px;
  margin-top: 3px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

/*Wp-block group*/
.wp-block-group.has-background {
  padding: 20px;
}

/*table*/
.wp-block-table table {
  width: auto;
}
.wp-block-table table tbody {
  margin-left: 30px;
  display: block;
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}

/**/
nav ul.sub-menu {
  background-color: none;
}

nav ul.sub-menu li {
  display: none;
  opacity: 0;
  background-color: #fff;
  transition: color 0.3s;
}

nav ul.sub-menu li a {
  border-bottom: 1px solid rgba(243, 242, 242, 0.7019607843);
}

nav ul.sub-menu li:hover {
  background-color: #949494;
}

nav:hover ul.sub-menu li {
  display: block;
  animation: animation 0.5s forwards;
}

nav li a:hover .has-sub-menu {
  display: none;
}

.elementor-nav-menu a {
  display: none;
}

@keyframes animation {
  from {
    opacity: 0;
    transform: translate(10px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
nav ul.sub-menu li:nth-child(2) {
  animation-delay: 0.2s;
}

nav ul.sub-menu li:nth-child(3) {
  animation-delay: 0.3s;
}

nav ul.sub-menu li:nth-child(4) {
  animation-delay: 0.4s;
}

nav ul.sub-menu li:nth-child(5) {
  animation-delay: 0.5s;
}

nav ul.sub-menu li:nth-child(6) {
  animation-delay: 0.6s;
}

nav ul.sub-menu li:nth-child(7) {
  animation-delay: 0.7s;
}

@media only screen and (max-width: 600px) {
  .elementor-nav-menu ul {
    animation: animation 0.5s both !important;
  }
  @keyframes animation {
    from {
      opacity: 0;
      transform: translate(50px);
    }
    to {
      opacity: 1;
      transform: translate(0);
    }
  }
  nav ul li:nth-child(1) {
    animation-delay: 0.1s;
  }
  nav ul li:nth-child(2) {
    animation-delay: 0.2s;
  }
  nav ul li:nth-child(3) {
    animation-delay: 0.3s;
  }
  nav ul li:nth-child(4) {
    animation-delay: 0.4s;
  }
  nav ul li:nth-child(5) {
    animation-delay: 0.5s;
  }
  nav ul li:nth-child(6) {
    animation-delay: 0.6s;
  }
  nav ul li:nth-child(7) {
    animation-delay: 0.7s;
  }
}
.page-banner {
  background-color: #000;
  padding: 80px 0 40px 0;
  position: relative;
}

.page-banner__bg-image {
  opacity: 0.33;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.page-banner h1, .page-banner p {
  color: #fff !important;
}

.accordion.faq .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s linear, max-height 0.4s linear;
  will-change: opacity, max-height;
}
.accordion.faq .accordion-content p {
  margin: 5px 0px 15px 0px;
}
.accordion.faq .accordion-item {
  border-bottom: 1px solid #DAD9D9;
}
.accordion.faq .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #CC3D3D;
  background: #CC3D3D;
  color: #fff;
  padding-left: 8px;
}
.accordion.faq button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 12px 0px;
  color: #202020;
  border: none;
  background: none;
  outline: none;
  border-radius: 0px;
  transition: all 0.4s;
}
.accordion.faq button:hover, .accordion.faq button:focus {
  cursor: pointer;
  color: #54595F;
  background-color: #fff;
}
.accordion.faq button:hover::after, .accordion.faq button:focus::after {
  cursor: pointer;
  color: #DAD9D9;
  border: 1px solid #DAD9D9;
}
.accordion.faq button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0px;
}
.accordion.faq button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  transition: all 0.4s;
  color: #666;
}
.accordion.faq button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion.faq button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion.faq button[aria-expanded=true] {
  color: #CC3D3D;
}
.accordion.faq button[aria-expanded=true] .icon {
  color: #fff;
}
.accordion.faq button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion.faq button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 0.4s linear;
  will-change: opacity, max-height;
  background: #ffe6e6;
  padding-left: 8px;
}

/***************/
/*** General ***/
/**************/
* {
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding: 0px;
  margin: 0px;
}

*::before, *::after {
  box-sizing: border-box;
}

header.page-header {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

h1.entry-title {
  padding: 40px 0px;
  text-align: left;
  width: 1270px;
}

body {
  font-family: Arial, Helvetica;
  font-size: 13px;
  color: #fff;
  overflow-x: hidden;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  color: #202020;
  margin-top: 12px;
}

a {
  outline: none;
}
a:active, a:focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
}

p, li {
  line-height: 1.65;
}

figure, .wp-block-gallery {
  max-width: 100% !important;
}

ol {
  padding-left: 30px;
  margin-bottom: 12px;
}
ol li {
  list-style-type: decimal;
}

ul {
  padding-left: 30px;
  margin-bottom: 12px;
}
ul li {
  list-style-type: square;
}

dl {
  padding-left: 30px;
  margin-bottom: 12px;
}
dl dt {
  list-style-type: square;
}/*# sourceMappingURL=style.css.map */