
/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 159px 0 189px;
  background-color: #444040;
  overflow: hidden;
  z-index: 1;
}

.page-header__shape-1 {
  position: absolute;
  left: 48px;
  top: 150px;
}

.page-header__shape-1 img {
  width: auto;
}

.page-header__shape-2 {
  position: absolute;
  left: 202px;
  top: 82px;
  mix-blend-mode: overlay;
}

.page-header__shape-2 img {
  width: auto;
}

.page-header__shape-3 {
  position: absolute;
  left: 115px;
  top: 247px;
  mix-blend-mode: overlay;
}

.page-header__shape-3 img {
  width: auto;
}

.page-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  mix-blend-mode: overlay;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.page-header__inner {
  position: relative;
  display: block;
  z-index: 15;
  text-align: center;
}

.page-header__inner h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 80px;
  color: #fff;
}

.thm-breadcrumb__box {
  position: relative;
  display: inline-block;
  background-color: rgba(123, 115, 116, .51);
  padding-left: 53px;
  padding-right: 48px;
  border: 1px solid rgba(255, 255, 255, .51);
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 15px;
  z-index: 1;
}

.thm-breadcrumb {
  position: relative;
  display: inline-block;
}

.thm-breadcrumb__shape-1 {
  position: absolute;
  left: 20px;
  top: 3px;
  z-index: -1;
}

.thm-breadcrumb__shape-1 img {
  width: auto;
}

.thm-breadcrumb__shape-2 {
  position: absolute;
  right: 14px;
  top: -1px;
  z-index: -1;
}

.thm-breadcrumb__shape-2 img {
  width: auto;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color:#fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li+li {
  margin-left: 5px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:hover a {
  color: #a57b3c;
}


.inner-about {
    background-color: #fff;
    padding: 2rem;
    margin-top: -5rem;
    z-index: 9;
    display: block;
    position: relative;
    border-radius: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 3rem;
}
.inner-about-image {
    position: relative;
    height: 100%;
}
.inner-about-image:before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: 3%;
    right: 3%;
    bottom: 3%;
    left: 3%;
    z-index: 1;
    border: 1px solid #fff;
    border-radius: 18px;
}
.inner-about-image img {
    height: 100%;
    object-fit: cover;
}
.about-content {
    padding-left: 1rem;
}
.ab-tagline {
    color: #a57b3c;
    font-size: 20px;
}
.about-section .inner-about .about-content .section-title {
    text-transform: inherit;
}
.section-title {
    text-transform: capitalize;
    color: #000;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 2rem;
}
.section-title span {
    color: #a57b3c;
}
.about-content p {
    font-size: 16px;
    text-align: justify;
}
.about-content .btn-primary {
    background-color: #a57b3c;
    margin-top: 1rem;
    padding: 12px 36px;
    text-transform: capitalize;
    font-weight: 500;
    color: #fff;
    border-radius: 50px;
    border: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
}
.sc-steps p {
    display: flex;
    gap: 10px;
}
.sc-steps p i{
    color: #a57b3c;
}


.history .timeline-item {
  padding: 0.5em 2em 2em;
  position: relative;
  border-left: 2px solid #a57b3c;
}
.history .timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-weight: 700;
  font-size: 0.785rem;
  display: none;
}

.history .timeline-item::after {
  width: 15px;
  height: 15px;
  display: block;
  top: 1em;
  position: absolute;
  left: -8.5px;
  border-radius: 10px;
  content: '';
  border: 2px solid #a57b3c;
  background: #fff;
}
/* .history .timeline-item:last-child {
  -webkit-border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #dee2e6), to(rgba(222, 226, 230, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
  border-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #dee2e6), to(rgba(222, 226, 230, 0))) 1 100%;
  border-image: linear-gradient(to bottom, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
} */
.history .timeline-item .time-head{
  color: #a57b3c;
}
.history .history-img {
  margin-top: -3rem;
}
.history .timeline-item p{
  text-align: justify;
  padding-right: 2rem;
}



/* contact page */

.content_touch{
  background-color: #b8814e;
  float: left;
  width: 100%;
  position: relative;
  border-radius: 1rem;
}
.content_touch::before{
  content: '';
  position: absolute;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #b8814e;
  width: 30px;
  height: 20px;
  top: 100%;
  left: 50%;
}
.content_touch h2{
  text-align: center;
  color: #fff;
  padding: 0px 0 20px 0;
  border-radius: 1rem;
  font-size: 20px;
}
.contact_page {
  width: 100%;
  /* float: left; */
  padding: 26px 0;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #7e5d2b21;
}
.contact_form1 {
  float: left;
  width: 100%;
  margin-top: 30px;
}
button.btn1{
  border: 1px solid #b8824f;
  color: #fff;
  background: #b8824f;
  padding: 5px 40px;
  width: auto !important;
  height: auto !important;
  border-radius: 5px;
  text-transform: capitalize;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

button.btn1:hover
{
  background: transparent;
  color: #b8824f;
  transition: all 0.5s;
}
.contact_form {
  width: 100%;
  float: left;
}
.contect_info {
  width: 100%;
  float: left;
}
.contect_info .footer_list {
  margin-top: 30px;
}
.contect_info .footer_box_img a {
  color: #fff;
  font-size: 22px;
}
.contect_info .footer_box_img:hover a{
  color: #b8824f;
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contect_info .footer_box_img:hover{
  background: transparent;
      -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.contect_info .footer_box_img {
  width: 54px;
  height: 54px;
  line-height: 54px;
  float: left;
  text-align: center;
  cursor: pointer;
  background: #b8824f;
  border: 1px solid #b8824f;
}
.contect_info .footer_box_text {
  float: left;
  width: calc(100% - 80px);
  margin-left: 25px;
}
.contact_map{
  width: 100%;
  float: left;
}

.contact-us-page-text .footer-widget-title h4{
  color: #7e5d2b;
}
.contact-us-page-text .textwidget p, .contact-us-page-text .textwidget a{
  color: #7e5d2b;
}
.contact_form1 .form-group{margin-bottom: 12px;}
.contact_form1 .form-group .form-control {
  height: 40px;
  border-radius: 0;
  font-weight: 300;
  margin-bottom: 0px;
  border: 1px solid #7e5d2b;
  color: #7e5d2b;
  font-size: 14px;
}
.contact_form1 .form-group .form-control::placeholder{
 
  font-weight: 300;
  color: #7e5d2b;
  font-size: 14px;
}
.contact_form1 .form-group .form-control:focus{
  box-shadow: none;
  border-color: #7e5d2b;
}
.contact_form1 .form-group textarea.form-control{
  height: 70px;
}
.contact_map iframe {
  border-radius: 1rem;
  padding: 0.7rem;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

section.gallery-section-page {
  padding: 3rem 0;
}
.inner-section-main-heading {
  color: #7e5d2b;
  font-weight: 300;
  font-size: 30px;
}

.gallery-section-page #loadMore {
  display: inline-block;
  color: #ffffff;
  font-weight: 500;
  transition: 1s;
  background-color: #000;
  padding: 9px 15px;
  line-height: 1rem;
  border-radius: 10px;
}

.gallery-section-page a {
  margin-bottom: 1rem;
  overflow: hidden;
  display: block;
}
.gallery-section-page .content {
  /* display: none; */
}

.gallery-section-page a{
  margin-bottom: 0rem;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  padding: 2px;
  overflow: hidden;
  /* border: 1px solid #547f9a; */
  /* height: 250px; */
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  height: 100%;
}
.our-gallery a img {
display: none;
}
.our-gallery .col-md-4 {
/* display: none; */
}
.gallery-section-page .img-wrap img {border-radius: 20px;padding: 0px;/* overflow: hidden; *//* border: 1px solid #547f9a; */height: 250px;/* object-fit: cover; */}

.gallery-section-page a .gallery-text{
  text-align: center;
  margin-top: 0.7rem;
}

.error{
  display: block;
    position: relative;
    bottom: 0px;
    color:  #000000;
    margin-bottom: 5px;
    font-size: 12px;
    transition: all 0.5s ease-in-out;
}
.col-list-2 {
  column-count: 2;
}
.new-images-slider img{
  height: 210px;
  object-fit: cover;
}
.members-img .member-data {
  position: relative;
}
.new-gal-page .new-gal-imgage {
  margin-bottom: 1.5rem;
}
.members-img .member-data img{
  position: relative;
  border-radius: 1rem;
}

.members-img .member-data .member-name {
  background: rgb(165 123 60);
  padding: 10px;
  color: #fff;
  border-radius: 1rem;
  width: calc(100% - 20%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2rem;
  z-index: 9999;
  position: relative;
  color: #fff;
}
.members-img .member-data .member-name .member-name1, .members-img .member-data .member-name .profile{
  color: #fff;
  font-weight: 300;
}
.members-img{
  margin-top: 3rem;
}