/*
@font-face {
    font-family: 'Arial Nova';
    src: url('../vendor/fonts/ArialNova-Light.eot');
    src: url('../vendor/fonts/ArialNova-Light.eot?#iefix') format('embedded-opentype'),
        url('../vendor/fonts/ArialNova-Light.woff2') format('woff2'),
        url('../vendor/fonts/ArialNova-Light.woff') format('woff'),
        url('../vendor/fonts/ArialNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ARLRDBD';
    src:url('../vendor/fonts/ARLRDBD.woff') format('woff'),
        url('../vendor/fonts/ARLRDBD.woff2') format('woff2'),
        url('../vendor/fonts/ARLRDBD.svg#ARLRDBD') format('svg'),
        url('../vendor/fonts/ARLRDBD.eot'),
        url('../vendor/fonts/ARLRDBD.eot?#iefix') format('embedded-opentype'),
        url('../vendor/fonts/ARLRDBD.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/
body {
  background: #ece5de;
  font-family: 'Cardo', serif;
  color: #535d4f;
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
}
html {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Cardo', serif;
  color: #535d4f;
  font-weight: 700;
}
h1, .h1 {
  font-size: 40px;
}
h1 small, .h1 small {
  font-size: 20px;
}
h2, .h2 {
  font-size: 34px;
}
h3, .h3 {
  font-size: 28px;
  font-weight: 500;
}
h4, .h4 {
  font-size: 24px;
  font-weight: 500;
}
h5, .h5 {
  font-size: 22px;
  font-weight: 500;
}
h6, .h6 {
  font-size: 20px;
  font-weight: 500;
}
p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #535d4f;
  text-decoration: none;
  margin-bottom: 26px;
}
.designation {
  font-size: 18px !important;
  font-weight: 400;
  letter-spacing: 3px;
}
.lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #424242;
}
.brown-text, .brown-text p, .brown-text li {
    color: #764b36 !important;
}

ul {
  margin-bottom: 26px;
}
li {
  color: #535d4f;
  text-decoration: none;
}
a {
  color: #ca9773;
  text-decoration: none !important;
  font-family: 'Open Sans', sans-serif;
}
a:hover, a:focus {
  color: #535d4f;
  text-decoration: none;
}
section, footer {
  padding: 50px 0;
  margin: 0;
}
.form-control::placeholder {
  color: #aaa;
  opacity: 1;
}
.fas, .fab {
  min-width: 22px;
}
.text-primary {
  color: #535d4f !important;
}
.bg-primary {
  background-color: #535d4f !important;
}
.border-primary {
  border-color: #535d4f !important;
}
.btn {
  font-family: 'Open Sans', sans-serif;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 2rem !important;
}
.btn-primary {
  font-family: 'Open Sans', sans-serif;
  color: #535d4f !important;
  background-color: #e2cbbf;
  border-color: #e2cbbf;
  padding: .5rem 2.5rem;
  font-size: 1.1rem,
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #e2cbbf;
  border-color: #e2cbbf;
}
ul.list-icon {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list-icon li {
  margin: 0 1em 0.5em 1em;
  margin-left: 25px;
}
ul.list-icon > li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  visibility: visible;
  font-weight: 900;
  float: left;
  margin-left: -1.5em;
  color: #ca9773;
}
.fa, .fas {
  width: 20px;
  padding-right: 5px;
}
.darkbg, .darkbg p, .darkbg li, .darkbg a, .darkbg a:active, .darkbg .footer-links {
  color: #fff !important;
}
.darkbg h1, .darkbg h2, .darkbg h3, .darkbg h4, .darkbg h5, .darkbg h6 {
  color: #ca9773;
}
.darkbg .title-left {
  position: relative;
  margin-bottom: 70px;
  text-align: left;
}
.darkbg .title-left:after {
  background-color: #ca9773;
  position: absolute;
  width: 55px;
  height: 1px;
  content: '';
  bottom: -30px;
  left: 0%;
}
.darkbg .title {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}
.darkbg .title:after {
  position: absolute;
  width: 55px;
  height: 1px;
  content: '';
  background-color: #ca9773;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.darkbg ul.list-icon > li::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f101";
  visibility: visible;
  font-weight: 900;
  float: left;
  margin-left: -1.5em;
  color: #fff;
}
table {
  margin-bottom: 35px;
  font-size: 16px;
}
hr {
  border-top: 1px solid #edd5c4;
  border-bottom: 1px solid #fff;
}
.title-left {
  position: relative;
  margin-bottom: 70px;
  text-align: left;
}
.title-left:after {
  position: absolute;
  width: 64px;
  height: 1px;
  content: '';
  background-color: #ca9773;
  bottom: -30px;
  left: 0%;
}
.title {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
}
.title:after {
  position: absolute;
  width: 64px;
  height: 1px;
  content: '';
  background-color: #ca9773;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.title-small {
  color: #777777;
  font-size: 20px;
  font-weight: 400;
}
.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}
.white-bg {
  background-color: #fff;
}
.gray-bg {
  background-color: #f6f6f6;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
figure {
  margin-bottom: 24px;
}
.display-5 {
  font-size: 60px;
  font-weight: 400;
  line-height: 2;
}
.text-small, .text-small p, .text-small li {
  font-size: 14px !important;
}
.br-0 {
  border-radius: 0;
}
.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
/*.text-highlight {
  color: #CA9773;
}*/

.text-highlight {
  color: #764b36;
}
/********************************Global Transitions ********************************/
a, h1, h2, h3, h4, h5, h6, p, ul, li, ::before, ::after, .btn, .images-block, .images-block figcaption, .images-block img, .images-block figcaption h2, .images-block figcaption p, .fas, .fab, .card, .box, .article-link a::after, .testimonial {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*********************** *********Global- background images hover effects******************************/
.images-block {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.images-block img {
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.images-block:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.06, 1.06, 1);
  -moz-transform: scale3d(1.06, 1.06, 1);
  transform: scale3d(1.06, 1.06, 1);
}
.images-block figcaption {
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  padding: 40px 10px 10px 30px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  opacity: 1;
  width: 100%;
  overflow: hidden;
}
.images-block figcaption h2 {
  color: #fff;
  margin-bottom: 10px;
}
.images-block figcaption p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
.images-block:hover figcaption {
  opacity: 1;
}
/********************************header and nav bar block ********************************/
#header {
  padding: 0;
  animation: fadeInDown 400ms;
  z-index: 98;
  top: 0;
  width: 100%;
  background-color: #f3f3f3;
  position: relative;
}
.navbar {
  padding: 3rem 1rem;
  border-bottom: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.navbar.scrolled {
  background: rgba(236, 229, 222, 0.95);
}
.navbar-nav {
  margin-top: 0px;
}
.navbar-light .navbar-toggler {
  color: rgb(255, 255, 255);
  border-color: rgba(0, 0, 0, .2);
  background-color: #fff;
  font-size: 14px !important;
  padding: 10px 15px;
}
.navbar-toggler-icon {
  background-color: rgba(255, 255, 255, 1) !important;
}
.navbar-nav .nav-link {
  font-family: 'Open Sans', sans-serif;
  color: #535d4f !important;
  font-weight: 400;
  line-height: 40px !important;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px !important;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  border-bottom: solid 1px rgba(0, 0, 0, 0);
}
.navbar-nav .nav-link:hover {
  color: #2e5d5b !important;
}
.navbar-nav .nav-link.active {
  color: #080907 !important;
}
.navbar-toggle {
  margin-top: 2px;
  margin-bottom: 2px;
}
/*button:focus, button .navbar-toggle {
	outline: 0 !important;
}*/
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
  border-color: #535d4f !important;
  outline: 0 !important;
}
.navbar-collapse {
  padding-top: 0px;
}
.logo {
  margin: 10px 0 0 0;
  max-width: 110px;
}
.dropdown-menu {
  padding: 15px 25px 15px 15px !important;
  background-color: #ece5de;
}
.dropdown-menu li {
  padding: 0px !important;
  list-style: none !important;
}
.dropdown-item, .dropdown-item.nav-link {
  font-size: 14px !important;
  line-height: 24px !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.dropdown-item.nav-link {
  padding-left: 15px !important;
}
.dropdown-menu li:not(:last-child):after {
  content: '';
  position: relative;
  display: block;
  padding-right: 0px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
  background-color: #ece5de !important;
}
/*
 You probably do not need to edit this at all.
Carets in collapsible mode (make them look like +/- buttons) */
.navbar-nav.sm-collapsible .sub-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -0.7em 0.5em 0 0;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .25rem;
  padding: 0;
  width: 2em;
  height: 1.4em;
  font-size: 1.25rem;
  line-height: 1.2em;
  text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
  content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
  content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
  border-color: rgba(255, 255, 255, .1);
}
/* make sure there's room for the carets */
.navbar-nav.sm-collapsible .has-submenu {
  padding-right: 3em;
}
/* keep the carets properly positioned */
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item {
  position: relative;
}
/* Nav carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}
/* point the arrows up for .fixed-bottom navbars */
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow, .fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
  border-top: 0;
  border-bottom: .3em solid;
}
/* Dropdown carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow, .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0;
  height: 0;
  margin-top: -.3em;
  margin-right: 1em;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
  padding-right: 2.1em !important;
  padding-left: 10px !important;
}
.navbar-nav.sm-collapsible .nav-link, .navbar-nav.sm-collapsible .dropdown-item {
  position: relative;
  padding-left: 10px;
}
.navbar-nav .scroll-up, .navbar-nav .scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}
.navbar-nav .scroll-up-arrow, .navbar-nav .scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid;
  border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
  margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
  white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
  white-space: nowrap;
}
.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.fixed-top {
  position: fixed;
  top: 0;
  z-index: 999;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
  margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
  white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
  white-space: nowrap;
}
@media (min-width: 991px) {
  .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ----------------
  banner Section
  ---------------------*/
.banner-section {
  padding: 0 !important;
  margin: 0;
  position: relative;
}
.hero-slider {
  position: relative;
  background-image: url("../images/blank.gif");
  background-repeat: no-repeat;
  background-position: center center !important;
  height: 100%;
  min-height: 180px;
}
.slider-item {
  max-height: 800px;
  background-position: center center;
  position: relative;
}
.slider-item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: .0;
}
.slider-item img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  animation: 1.5s .0s fadeIn both;
}
.hero-text {
  background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
  max-width: 700px;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 292px 0 0;
  position: absolute;
  text-align: right;
  max-height: 100%;
}
.hero-text h2 {
  color: #c3a069;
  font-size: 50px;
  line-height: 58px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
  padding-bottom: 10px;
}
.hero-text h3 {
  color: #c3a069;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
}
.hero-text p {
  color: #fff;
  font-size: 17px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.hero-slider .owl-item.active .h1, .hero-slider .owl-item.active .h3 {
  -webkit-animation: 2.5s .0s fadeInLeft both;
  animation: 2.5s .0s fadeInLeft both;
}
.hero-slider .owl-item.active .h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  font-weight: 300;
}
.hero-slider .owl-item.active .h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.hero-slider .owl-item.active h2 {
  color: #c3a069;
  animation-delay: 0.4s;
}
.hero-slider .owl-item.active h3 {
  color: #c3a069;
  animation-delay: 0.8s;
}
.hero-slider .owl-item.active h1 {
  -webkit-animation: 1s .3s fadeInUp both;
  animation: 1s .3s fadeInUp both;
}
.hero-text .banner-logo {
  max-width: 600px;
  min-height: 280px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
  -webkit-animation: 5s 1.5s fadeIn both;
  animation: 5s 1.5s fadeIn both;
  object-fit: contain !important;
}
.hero-text .displays2 {
  font-family: 'Open Sans', sans-serif;
  color: #c3a069;
  font-size: 88px;
  line-height: 90px;
  letter-spacing: 0;
  word-spacing: 3px;
  text-transform: none;
  font-weight: 400;
  margin: auto;
  display: inline-block;
  top: 50%;
  -webkit-animation: 6s 2.5s fadeIn both !important;
  animation: 6s 2.5s fadeIn both !important;
}
.hero-text .displays {
  font-family: 'Open Sans', sans-serif;
  color: #c3a069;
  font-size: 88px;
  line-height: 90px;
  letter-spacing: 0;
  word-spacing: 3px;
  text-transform: none;
  font-weight: 400;
  margin: auto;
  display: inline-block;
  top: 50%;
}
.hero-slider .owl-item.active .displays span {
  -webkit-animation: 4.5s .0s fadeInRightBig2 both;
  animation: 4.5s .0s fadeInRightBig2 both;
  display: inline-block;
}
.hero-slider .owl-item.active .displays span:nth-child(1) {
  animation-delay: 1s;
}
.hero-slider .owl-item.active .displays span:nth-child(2) {
  animation-delay: 1.07s;
}
.hero-slider .owl-item.active .displays span:nth-child(3) {
  animation-delay: 1.12s;
}
.hero-slider .owl-item.active .displays span:nth-child(4) {
  animation-delay: 1.18s;
}
.owl-carousel .owl-nav button.owl-prev {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  color: #c3a069;
  font-size: 36px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
.owl-carousel .owl-nav button.owl-next {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  color: #c3a069;
  font-size: 36px;
  margin: -40px 0 0;
  border-radius: 0;
  height: 50px;
  width: 50px;
}
.owl-theme .owl-nav {
  margin-top: 0;
}
.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #ff3547;
}
@media only screen and (max-width: 1024px) {
  .hero-text {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    max-width: 98%;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    padding: 5px;
    position: absolute;
    text-align: left;
    border: solid 2px rgba(255, 255, 255, 0);
  }
  .slider-item img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    animation: 1.5s .0s fadeIn both;
  }
  .hero-text .banner-logo {
    max-width: 600px;
    min-height: 180px;
  }
  .hero-text h2 {
    color: #373435;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
    padding-bottom: 0px;
  }
  .hero-text .displays, .hero-text .displays2 {
    font-size: 40px;
    line-height: 42px;
    display: inline-block;
  }
  .hero-slider .owl-item.active .h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 40px;
    font-weight: 300;
  }
  .hero-slider .owl-item.active .h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 768px) {
  .slider-item {
    height: 100%;
    min-height: 200px;
    overflow: hidden;
  }
  .hero-text {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    max-width: 100%;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    padding: 15px;
    position: absolute;
    text-align: left;
  }
  .hero-text .banner-logo {
    min-height: 180px;
  }
  .hero-text h2 {
    color: #373435;
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
    margin: 0;
  }
  .hero-text .h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
  }
  .hero-text .h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
  }
  .hero-slider .owl-item.active .h1 {
    font-size: 20px;
    font-weight: 300;
  }
  .hero-slider .owl-item.active .h3 {
    font-size: 16px;
    font-weight: 400;
  }
  .hero-text .displays, .hero-text .displays {
    color: #c3a069;
    font-size: 40px;
    line-height: 46px;
    text-transform: none;
    font-weight: 900;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  .hero-text h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .hero-text p {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .owl-carousel .owl-nav button.owl-next {
    top: auto;
    margin: 0;
    bottom: 0px;
  }
  .owl-carousel .owl-nav button.owl-prev {
    top: auto;
    margin: 0;
    bottom: 0px;
  }
  .owl-dots {
    bottom: 10px;
    left: 50px;
    right: 50px;
  }
}
@media only screen and (max-width: 400px) {
  .slider-item img {
    width: auto;
    height: auto;
    min-height: 100%;
  }
  .hero-text {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    max-width: 90%;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0px;
    position: absolute;
    text-align: left;
  }
  .hero-text .displays, .hero-text .displays2 {
    color: #c3a069;
    font-size: 38px;
    line-height: 46px;
    text-transform: none;
    font-weight: 900;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
}
@media only screen and (max-width: 374px) {
  .hero-text {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    max-width: 90%;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0px;
    position: absolute;
    text-align: left;
  }
  .hero-text .displays, .hero-text .displays2 {
    color: #c3a069;
    font-size: 38px;
    line-height: 46px;
    text-transform: none;
    font-weight: 900;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
}
@keyframes fadeInRightBig2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
    letter-spacing: 12px;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    letter-spacing: 12px;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    letter-spacing: 0px;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*********************** ********* Style ******************************/
#intro {
  position: relative;
  background-color: #535d4f !important;
}
.intro-content {
  padding: 0px;
}
.intro-content .card {
  background-color: #535d4f;
  padding: 50px;
  border-radius: 0;
  border: none;
  text-align: center;
}
.intro-content .card h6 {
  text-align: center;
  color: #fff !important;
}
.intro-content ul {
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
}
.intro-content ul li {
  font-family: 'Open Sans', sans-serif;
  line-height: 50px;
  padding: 15px 80px;
}
.intro-content ul li:not(:last-child) {
  background-image: url("../images/home/intr-sep.png");
  background-repeat: no-repeat;
  background-position: center right;
}
/*********************** ********* Style ******************************/
#about {
  position: relative;
  padding: 0;
  overflow: hidden;
}
#about .our-values {
  width: 450px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  left: -50%;
  bottom: 50px;
  border-radius: 0px !important;
}
#about .h-800 {
  min-height: 750px;
  object-fit: cover;
}
/*********************** ********* services-blocks ******************************/
#services-blocks .card {
  border: none;
}
@media (min-width: 992px) {
  #services-blocks .card-borders {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
.services-bg {
  padding: 70px 0 0 0 !important;
  background-image: url("../images/home/services-bg.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;
  background-size: contain !important;
  width: 100%;
  height: 100%;
}
#services-blocks .box h5 {
  margin-bottom: 15px;
}
.box {
  background-color: #FFFFFF;
  padding: 15px;
  margin: 52px auto;
  position: relative;
  text-align: center;
}
.bg-brown .border-box {
  border-left: solid 1px rgba(159, 159, 159, 1.00);
  border-right: solid 1px rgba(159, 159, 159, 1.00);
  min-height: 360px;
}
/*********************** ********* Home team style******************************/
#team {
  position: relative;
  max-width: 97%;
  border-radius: 50px;
  background-color: #f8f5f2;
  margin: auto;
  margin-bottom: 50px;
}
.team .card {
  max-width: 400px;
  background-color: #fff !important;
  margin-bottom: 30px;
  min-height: 330px;
  padding: 0px 0px 15px 50px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0);
  border: 1px solid rgba(248, 245, 242, 1.00);
  border-radius: 0;
}
.team .card:hover {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0);
  border: 1px solid rgba(248, 245, 242, 1.00);
}
.team .card-title {
  color: #c99672;
  margin-bottom: 5px;
}
.team .images-block {
  position: relative;
  max-width: 400px;
  max-height: 360px;
  overflow: hidden;
  text-align: center;
  border: none;
  padding: 0px;
  margin-bottom: 15px;
  border-radius: 0;
}
.team .images-block img {
  position: relative;
  display: block;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  opacity: 1;
  object-fit: cover;
  border-radius: 0;
}
.team .card:hover img {
  -webkit-transform: scale3d(1.06, 1.06, 1);
  -moz-transform: scale3d(1.06, 1.06, 1);
  transform: scale3d(1.06, 1.06, 1);
}
.team .card .card-title, .team .card .card-body {
  padding: 0;
}
/******team inner page******/
.team-box {
  position: relative;
  max-width: 400px !important;
  margin: 5px 5px;

    text-align: center;
}
.team-box .images-block{
  max-width: 400px;
}
.box1 {
  position: relative;
}
.box1:after {
  position: absolute;
  content: '';
  top: -40px;
  left: -40px;
  width: 278px;
  height: 278px;
  display: block;
  background-image: url("../images/team/team-border1.png");
  background-repeat: no-repeat;
  z-index: 1;
}
/*.box2:after {
  position: absolute;
  content: '';
  bottom: 60px;
  right: -30px;
  width: 200px;
  height: 200px;
  display: block;
  background-image: url("../images/team/team-border2.png");
  background-repeat: no-repeat;
  z-index: 1;
}*/
.box2:after {
  position: absolute;
  content: '';
  top: -40px;
  right: -40px;
  width: 200px;
  height: 200px;
  display: block;
  background-image: url("../images/team/team-border3.png");
  background-repeat: no-repeat;
  z-index: 1;
}
/* curved-edges shadows */
.box4 {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px;
}
.box4:before, .box:after {
  content: "";
  position: absolute;
  z-index: -2;
}
.box p {
  font-size: 16px;
  font-weight: bold;
}
/*.curved-edges:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  -moz-border-radius: 10px / 100px;
  border-radius: 10px / 100px;
}
.curved-edges-vt-2:before {
  right: 0;
}
.curved-edges-hz-2:before {
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}*/
.team-link {
  font-size: 13px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.team-box p {
  margin-bottom: 0px;
  line-height: 24px;
}
.team-box-body {
  margin-top: 15px;
  position: relative;
  background-color: transparent;
  z-index: 1;
    padding: 20px 0;
    min-height: 119px;
}

.team-box-body::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/team/width_800.png");
  background-repeat: no-repeat;
  background-position: left top !important;
  background-size: cover;
  opacity: 0.5;
  z-index: -1;
}

.team-box .images-block {
  margin-bottom: 10px;
  z-index: 2;
}
.team-box-title {
  color: #CA9773;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: bold;
}
/*********************** *********Inner Pages Style  ******************************/
.page-header {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #ece5de;
}
.page-banner {
  width: 100%;
  background-color: #ece5de;
  background-image: url("../images/header.jpg");
  background-repeat: no-repeat;
  background-position: left 150px !important;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  min-height: 718px;
}
.team-outer {
  padding-top: 200px !important;
  padding-bottom: 15px;
}
#content {
  position: relative;
  z-index: 9;
  padding-top: 150px;
  padding-bottom: 50px;
  background: #ece5de;
}
.content {
  position: relative;
  margin-top: -500px;
  z-index: 10;
}
#content-2 {
  position: relative;
  z-index: 9;
  padding-top: 150px;
  padding-bottom: 15px;
  background: #ece5de;
}
.content2 {
  position: relative;
  z-index: 10;
  margin-top: 0;
}

.border-block {
  position: relative;
  border: solid 15px rgba(255, 255, 255, 1.00);
  border-radius: 15px;
  min-height: 400px;
  padding: 30px;
}
.content-block {
  position: relative;
}
.border-block li, .content-block li {
  font-size: 18px;
  line-height: 28px;
  margin: 8px auto;
}
.border-block .circle-block {
  width: 100%;
  max-width: 450px;
  max-height: 450px;
  position: absolute;
  bottom: -250px;
  right: -480px;
  border: solid 1px rgba(255, 255, 255, 1.00);
  border-radius: 50%;
}
.about-bg .circle-block {
  width: 100%;
  max-width: 450px;
  max-height: 450px;
  position: absolute;
  bottom: -50px;
  right: -480px;
  border: solid 1px rgba(255, 255, 255, 1.00);
  border-radius: 50%;
}
.page-title {
  color: #fff !important;
  padding-top: 120px;
  padding-bottom: 100px;
}
.content-block .page-title {
  color: #535d4f !important;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 40px;
  margin-bottom: 5px;
}
.about-bg {
  background-image: url("../images/about/aboutpage-bg.jpg");
  background-repeat: no-repeat;
  background-position: left 0 top 0px;
  background-size: 50% auto;
}
.bg-transparent20 {
  background-color: rgba(255, 255, 255, 0.25);
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.bg-brown {
  background-color: #F0EAE4;
}
.lead p {
  font-size: 18px;
  font-weight: bold;
}
.member-text-bg {
  background-image: url("../images/team/member-text-bg.jpg");
  background-repeat: no-repeat;
  background-position: left 0 bottom 0px;
  background-size: auto;
}
.member-text-bg .display-4 {
  font-family: 'Open Sans', sans-serif !important;
}
.member-bg {
  background-image: url("../images/team/team-bg.jpg");
  background-repeat: no-repeat;
  background-position: top 130px center;
  background-size: cover;
}
.member-bg-left {
  background-image: url("../images/team/member-bg2.jpg");
  background-repeat: no-repeat;
  background-position: left -150px top 0px;
  background-size: 50% auto;
}
.member-bg-right {
  background-image: url("../images/team/member-bg2.jpg");
  background-repeat: no-repeat;
  background-position: right -150px top 0px;
  background-size: 50% auto;
}
.member-bg3-right {
  background-image: url("../images/team/member-bg3.jpg");
  background-repeat: no-repeat;
  background-position: right 0 top 0px;
  background-size: 55% auto;
}
.card-opacity-50 {
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
  width: 90%;
}
.contact-form {}

.circle-address {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 30px;
}
.circle-address dl, .circle-address dt {
  margin-bottom: 0.05rem;
}
.circle-address address {
  padding: 15px;
}
@media (min-width: 600px) {
  .circle-address {
    border-radius: 500px 500px 0px 500px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    max-width: 500px;
    max-height: 500px;
    min-width: 450px;
    min-height: 450px;
    padding: 90px 5px 15px 60px;
  }
}
/*********************** ********* Footer ******************************/
#footer {
  background-image: url("../images/footer.jpg");
  background-repeat: no-repeat;
  background-position: top center !important;
  background-size: cover;
  background-color: #1b1f28;
  text-decoration: none;
  max-width: 100%;
  padding: 100px 0 100px 0;
  border-top: 50px solid #fff;
}
#footer.darkbg h5, #footer.darkbg h6 {
  color: #fff !important;
}
#footer.darkbg a:hover {
  color: #CA9773 !important;
}
#footer .social-media {
  margin-bottom: 24px;
}
#footer .social-btn {
  color: #737373;
  vertical-align: middle;
  display: inline-block;
  min-width: 30px;
  margin-right: 15px;
}
#footer .social-btn .fa, .social-btn, .social-btn .fab, .social-btn .fal, .social-btn .far, .social-btn .fas {
  font-size: 24px;
}
#footer address .fa, #footer address .fas {
  font-size: 22px !important;
}
#footer .contact-circle {
	font-family: 'Open Sans', sans-serif !important;
  width: 150px;
  height: 150px;
  border: solid 3px #535d4f;
  border-radius: 50%;
  padding: 60px 0 0 0;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 18px;
  color: #535d4f;
  text-align: center;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 13px;
  right: 6%;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: none;
  text-indent: 100%;
  border-radius: 30em;
  background-image: url(../images/to-top1.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  z-index: 9999;
}
#toTopHover {
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
.list-inline-item:not(:last-child) {
  margin-right: 0;
}
.contact-container dd, .contact-container dd a {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}