
.section-title.section_2 h6 {
  color: #FFF !important;
}
.section-title.section_2 h6::after {
  background: #FFF;
}
.section-title.section_2 h2 {
  color: #FFF;
}
.section-title.title-1 h6::after {
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#B69D74), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #B69D74 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: right-to-left 4s ease-in-out infinite;
          animation: right-to-left 4s ease-in-out infinite;
}
.section-title h6 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #B69D74;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}
.section-title h6 img {
  margin-right: 10px;
}
.section-title h6::after {
  bottom: 0%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background: #B69D74;
  -webkit-animation: right-to-left 4s ease-in-out infinite;
          animation: right-to-left 4s ease-in-out infinite;
}
.section-title h2 {
  margin-top: 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  color: #033A5B;
}
@media (max-width: 990px) {
  .section-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 568px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}


/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.scroll-up-btn a {
  display: inline-block;
  padding: 16px 20px;
  border-radius: 10px;
  line-height: 1;
  background-color: #ffcb61;
}
.scroll-up-btn a:hover {
  color: #fff !important;
  background-color: #EBE6E3;
}

.map-iframe {
  display: block;
}
.map-iframe iframe {
  width: 100%;
  height: 650px;
}
@media (max-width: 991px) {
  .map-iframe iframe {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .map-iframe iframe {
    height: 300px;
  }
}

.border-right {
  position: relative;
}
.border-right::after {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #EBEDF2;
  content: "";
  right: 50px;
  top: 0;
}
@media (max-width: 1100px) {
  .border-right::after {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .border-right::after {
    right: 50px;
  }
}
@media (max-width: 767px) {
  .border-right::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .border-right:nth-of-type(2)::after {
    display: none;
  }
}
.border-right:last-of-type::after {
  display: none;
}

.border-line {
  position: relative;
}
.border-line::after {
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #2C3B65;
  content: "";
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .border-line::after {
    display: none;
  }
}
.border-line:last-of-type::after {
  display: none;
}

.animated {
  -webkit-animation-duration: 1000 ms;
          animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
  }
}

@keyframes playVideo {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 20px rgba(34, 33, 39, 0.02);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
    box-shadow: 0 0 0 0 rgba(34, 33, 39, 0.02);
  }
}
@-webkit-keyframes playVideo_2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}
@keyframes playVideo_2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}
@-webkit-keyframes playVideo_3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}
@keyframes playVideo_3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
            transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}
@-webkit-keyframes dimond {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes dimond {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes top-to-left {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes top-to-left {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bottom-to-left {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bottom-to-left {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes right-to-left {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes right-to-left {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes box_paly {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
  }
}
@keyframes box_paly {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 20px rgba(248, 246, 242, 0.7);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
    box-shadow: 0 0 0 0 rgba(248, 246, 242, 0.7);
  }
}
/* ------------------------------------------------------------------
   Template Default Button, Input Styles - Value Change with Your's Need
 -------------------------------------------------------------------- */
.btnd, .theme-btn {
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
}

.btn {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: inherit;
}

.theme-btn {
  color: #FFF;
  padding: 18px 35px;
  border-radius: 4px;
  background-color: #EBE6E3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.theme-btn.theme-border {
  border: 2px solid rgba(182, 157, 116, 0.3);
  border-radius: 4px;
  color: #B69D74;
  background-color: transparent;
}
.theme-btn.theme-border:hover {
  background-color: #B3B3B3;
  color: #FFF;
}
@media (max-width: 991px) {
  .theme-btn {
    padding: 16px 30px 14px;
  }
}
.theme-btn.style-1 i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 8px;
}
.theme-btn.white {
  background: #FFF;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.1);
  color: #EBE6E3;
}
.theme-btn.white:hover {
  background: #EBE6E3;
  color: #FFF;
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 14px 28px 12px;
  }
}
@media (max-width: 580px) {
  .theme-btn {
    padding: 18px 35px 15px;
  }
}
@media (max-width: 480px) {
  .theme-btn {
    padding: 12px 25px 12px;
    font-size: 15px;
  }
}
.theme-btn i {
  margin-left: 10px;
}
.theme-btn:hover {
  background: #3A353C;
  color: #FFF;
}

.preloader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #B69D74;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Crimson Pro", serif, "DM Sans", sans-serif;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: #002C47;
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  -webkit-animation: letters-loading 4s infinite;
          animation: letters-loading 4s infinite;
  color: #ff0000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Crimson Pro", serif;
  position: absolute;
  top: -3px;
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #033A5B;
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  -webkit-transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}



