@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;
}

/* Our Team */
.each-branch {
  display: flex;
  flex-flow: column;
  margin-bottom: 50px;
}

.each-branch .team-list {
  display: flex;
  flex-flow: row wrap;
  max-width: 100%;
}

.each-branch .branch-heading {
  border-left: solid 5px #cc3d3d;
  padding: 1px 10px 1px 10px;
  margin-bottom: 30px;
}

.each-branch h3 {
  color: #333;
  line-height: 1.2 !important;
  margin: 0px !important;
}

.each-branch .item-holder {
  width: 30%;
  margin-right: 3.33%;
  background-color: rgb(233, 233, 233);
  border-radius: 8px;
  box-shadow: 5px 5px 5px 1px rgba(153, 153, 153, 0.06);
  display: flex;
  flex-flow: column;
  margin-bottom: 30px;
  min-height: 100px;
  height: 100%;
  position: relative;
  border: 1px solid rgb(251, 237, 237);
  background: #ededed;
}

.each-branch .item-holder .upper {
  display: flex;
  flex-flow: row;
}

.item-holder, .item-holder .team-img img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.item-holder .image-replace {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.member-info {
  position: static;
  display: inline-block;
  letter-spacing: 2px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 10px 20px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}

.member-info h5 {
  display: block;
  font-size: 15px;
  text-transform: unset;
  color: #333c4e;
  font-weight: 600;
  letter-spacing: 0px;
}

.member-info span {
  font-size: 13px;
  color: #444;
  font-weight: 500;
  letter-spacing: 0px;
  display: block;
  margin-top: -8px;
  font-family: "Montserrat", sans-serif;
}

.member-info ul {
  padding-left: 12px;
  font-size: 13px;
  letter-spacing: 0px;
  margin-top: -10x;
  color: #444;
  font-style: italic;
}

.member-info ul li {
  line-height: 19px;
}

.team-list {
  list-style: none;
}

.team-list li .item-holder {
  border-bottom: none;
}

.team-list li:last-child .item-holder {
  border-bottom: 1px solid rgb(214, 214, 214);
}

.member-img {
  width: 160px;
  height: 191px;
  float: left;
  -o-object-fit: cover;
     object-fit: cover;
}

.member-info {
  float: left;
  width: 300px;
}

.member-info h2 {
  font-family: "Dosis", sans-serif;
  padding: 15px 0 10px 20px;
  color: #414141;
}

.member-info p, .member-info-plus p {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  padding-left: 21px;
  line-height: 18px;
  color: #6B6B6B;
}

.more-btn {
  display: block;
  width: 30px;
  height: 25px;
  height: 20px;
  width: 20px;
  background: #bbb9b8;
  position: absolute;
  right: -1px;
  bottom: -1px;
  font-size: 21px;
  text-align: center;
  padding-top: 3px;
  color: #FFF;
  font-weight: bold;
}

.more-btn span {
  color: #fff;
  margin-top: -7px;
  font-size: 18px;
  font-weight: 300;
}

.more-btn.opened span {
  display: block;
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.item-holder:hover .more-btn {
  background: #FF4C2A;
}

.member-info-plus {
  display: none;
  padding: 10px 0px;
}

.member-info-plus p {
  padding: 15px 30px 30px 15px;
}

.memeber-info-plus li {
  margin: 0px;
}

.rotate span {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: block;
}

/*Tablet*/
@media only screen and (max-width: 820px) {
  .each-branch .item-holder {
    width: 44%;
    margin-right: 3%;
  }

  .each-branch .item-holder {
    min-height: 90px;
  }

  .item-holder, .item-holder .team-img img {
    height: 90px;
  }
}
/*Phone*/
@media only screen and (max-width: 400px) {
  .each-branch .item-holder {
    width: 90%;
    margin-bottom: 15px;
  }
}
.elementor-widget-tabs {
  background-color: red;
}

.elementor-tab-content {
  display: none;
}

.our-branches .tab-pane {
  padding: 25px 0px;
}

.our-branches .tab-pane ul, .our-branches .tab-pane .map-image {
  display: inline-block;
}

.our-branches .tab-pane ul {
  padding-right: 25px !important;
  vertical-align: top;
  width: 40%;
}

.our-branches .tab-pane ul li {
  padding-bottom: 10px;
  list-style: none;
}

.our-branches .tab-pane ul li a {
  color: #60564d;
}

.our-branches .tab-pane ul li i {
  padding-right: 10px;
}

.our-branches .tab-pane .map-image {
  height: 180px;
  width: 59%;
  overflow: hidden;
}

.our-branches .tab-pane .map-image img {
  transform-origin: 50% 65%;
  transition: transform 1s, filter 1s ease-in-out;
}

.our-branches .tab-pane .map-image:hover img {
  transform: scale(1.2);
}

.universal-inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/*Tablet*/
@media only screen and (max-width: 820px) {
  .our-branches .tab-pane ul {
    width: 100%;
    padding-right: 0px;
  }

  .our-branches .tab-pane .map-image {
    width: 100%;
    margin-top: 15px;
  }
}
/*Phone*/
/***************/
/*** Review Slider ***/
/**************/
.review_slider .glsr-review {
  background-color: rgba(169, 189, 147, 0.1019607843);
  padding: 40px;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.review_slider .glsr-review h3 {
  font-size: 27px;
  font-family: "Josefin Sans";
  color: #1c2022;
  color: #1c2022;
  margin: 0px;
}

.glsr-minimal .glsr-review > .glsr-review-title > *, .glsr-minimal .glsr-review > .glsr-review-content {
  margin: 0px !important;
}

.review_slider .glsr-review p {
  font-size: 15px;
  color: #757575;
  font-family: "Inria Serif", Sans-serif;
  padding: 20px 0px;
  font-weight: 400;
}

.review_slider .glsr .glsr-star {
  background-size: 0.8rem !important;
  height: 0.8rem !important;
  width: 0.8rem !important;
  margin-right: 3px;
}

.review_slider .glsr-minimal .glsr-review > .glsr-review-date {
  color: #666;
  font-size: 13px;
}

.review_slider .glsr-minimal .glsr-review > .glsr-review-author {
  font-family: "Josefin Sans";
  font-size: 14px;
}

.review_slider .glsr-minimal .glsr-review > .glsr-review-author .glsr-tag-value {
  margin-left: 0px !important;
}

.review_slider .glsr-minimal .glsr-review > .glsr-review-avatar {
  display: none !important;
}

.review_slider .glsr-minimal .glsr-review > .glsr-review-date {
  display: inline !important;
}

.review_slider .glsr-reviews a {
  color: #1c2022;
  font-size: 13px;
}

@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;
  }
}
@media only screen and (max-width: 600px) {
  .review_slider .glsr-review {
    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;
}

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;
  -webkit-animation: animation 0.5s forwards;
          animation: animation 0.5s forwards;
}

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

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

@-webkit-keyframes animation {
  from {
    opacity: 0;
    transform: translate(10px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}

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

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

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

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

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

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

@media only screen and (max-width: 600px) {
  .elementor-nav-menu ul {
    -webkit-animation: animation 0.5s both !important;
            animation: animation 0.5s both !important;
  }

  @-webkit-keyframes animation {
    from {
      opacity: 0;
      transform: translate(50px);
    }
    to {
      opacity: 1;
      transform: translate(0);
    }
  }

  @keyframes animation {
    from {
      opacity: 0;
      transform: translate(50px);
    }
    to {
      opacity: 1;
      transform: translate(0);
    }
  }
  nav ul li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }

  nav ul li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }

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

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

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

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

  nav ul li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
            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;
}

.faq-sec {
  padding: 40px 0px;
}

.accordion.faq .accordion-item {
  border-bottom: 1px solid #DAD9D9;
}

.accordion.faq .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #DAD9D9;
}

.accordion.faq button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 18px 0px 3px 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::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;
}

.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: 1em 0;
  font-size: 13px;
}

/***************/
/*** General ***/
/**************/
* {
  box-sizing: border-box;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

*::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;
}

li {
  list-style: none;
}

a {
  outline: none;
}

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

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

p,
ul,
ol {
  font-size: 14px;
}

p,
li {
  line-height: 1.65;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #202020;
}/*# sourceMappingURL=style.css.map */