aside#email-subscribers-form-1 {
    display: none;
}

header .nav-block--right .top-menu .btn-site--links span {
    margin-left: 0.2rem;
}

.hide {
    display: none !important;
}

input.wpcf7-form-control.wpcf7-submit.btn {
    background: transparent;
    padding: 0;
    font-size: 14px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a61724;
    position: relative;
}

/* input.wpcf7-form-control.wpcf7-submit.btn::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    background-image: url('../images/icon/icn-arrow-thin.svg');
    background-size: contain;
    background-repeat: no-repeat;
} */

#mailpoet_form_2 form.mailpoet_form {
    padding: 0rem 0rem 0rem 1rem !important;
    display: flex;
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    border-radius: 24px;
    position: relative;
}

#mailpoet_form_2 .mailpoet_paragraph {
    line-height: 20px;
    margin-bottom: 0 !important;
}

#mailpoet_form_2 .mailpoet_submit {
    text-indent: -9999px;
    width: 54px !important;
    height: 42px;
    background: #a61724;
    border-radius: 24px;
    color: #fff;
    position: relative;
}

#mailpoet_form_2 .mailpoet_submit:focus {
    outline: 0;
    box-shadow: none;
}

#mailpoet_form_2 .mailpoet_submit:hover {
    background: #92111c;
}

#mailpoet_form_2 .mailpoet_paragraph {
    position: relative;
}

#mailpoet_form_2 .mailpoet_paragraph:first-of-type {
    width: 100%;
}

#mailpoet_form_2 .mailpoet_paragraph:first-of-type input {
    width: 90% !important;
}

#mailpoet_form_2 .mailpoet_paragraph:nth-child(2n) {
    position: absolute;
    right: 3px;
}

#mailpoet_form_2 .mailpoet_paragraph:nth-child(2n)::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/icon/icn-paper-plane.svg');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

#mailpoet_form_2 .mailpoet_text, #mailpoet_form_2 .mailpoet_textarea {
    margin-right: 5px !important;
    color: #434343;
}

#mailpoet_form_2 .mailpoet_text {
    border: none;
    border-radius: 0rem;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 20px 5px 8px !important;
}

#mailpoet_form_2 .mailpoet_text:focus {
    outline: 0;
    box-shadow: none;
}

#mailpoet_form_2 .mailpoet_message {
    margin: 0;
    padding: 0 20px;
    background: #fff;
    position: absolute;
    color: #000;
    z-index: 999;
    margin: 0px auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    border-radius: 6px;
    text-align: center;
    top: 115%;
    font-size: 12px;
    padding: 10px 10px;
}

#mailpoet_form_2 .mailpoet_message p {
    margin-bottom: 0rem;
}

.loadd {
    display: none;
}

.loadd2 {
    display: none;
}

.pageempty {
    /* margin-top: 2rem; */
    width: 100%;
}

.pageempty .fof {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pageempty .fof h1 {
    font-size: 26px;
    margin: 0px auro;
    color: #a61724;
    text-align: center;
}

@media (min-width: 992px) {
    .pageempty {
        margin-top: 7.5rem;
    }
}

/**
--------------------------------------------------------------------------
Multi Level Form
--------------------------------------------------------------------------
**/

.multi-form-content {}

.wpcf7-checkbox {}

.multi-form-content .wpcf7-checkbox .wpcf7-list-item {
    min-width: 111px;
    height: 40px;
    border-radius: 20px;
    position: relative;
    border: 1px solid #A61724;
    overflow: hidden;
    transition: all 0.3s ease-out;
}

.multi-form-content .wpcf7-checkbox input {
    width: 112px;
    line-height: 50px;
    height: 40px;
    /* clip: rect(0, 0, 0, 0); */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
}

.multi-form-content .wpcf7-checkbox .wpcf7-list-item-label {
    vertical-align: middle;
    line-height: 40px;
    color: #A61724;
    font-size: 16px;
    font-weight: 500;
}

.multi-form-content .wpcf7-checkbox .wpcf7-list-item:hover {
    border: 1px solid #A61724;
    background-color: #A61724;
    color: #fff;
}

.multi-form-content .wpcf7-checkbox .wpcf7-list-item:hover .wpcf7-list-item-label {
    color: #fff;
}

.multi-form-content .wpcf7-checkbox .wpcf7-list-item.active {
    border: 1px solid #A61724;
    background-color: #A61724;
    color: #fff;
}

.multi-form-content .wpcf7-checkbox .wpcf7-list-item.active .wpcf7-list-item-label {
    color: #fff;
}

.multi-form-content .tags-group {}

.multi-form-content .tags-group .wpcf7-list-item {
    display: inline-block;
    margin: 0 1rem 0.2rem 0 !important;
    border: 1px solid;
    overflow: hidden;
    position: relative;
    height: 33px;
    padding: 0rem 1.3rem;
    border-radius: 20px;
}

.multi-form-content .tags-group .wpcf7-list-item input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.multi-form-content .tags-group .wpcf7-list-item .wpcf7-list-item-label {
    line-height: 33px;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    display: block;
    text-align: center;
}

.multi-form-content .tags-group .wpcf7-list-item:hover {
    border: 1px solid #A61724;
    background-color: #A61724;
    color: #fff;
}

.multi-form-content .tags-group .wpcf7-list-item:hover .wpcf7-list-item-label {
    color: #fff;
}

.multi-form-content .tags-group .wpcf7-list-item.active {
    border: 1px solid #A61724;
    background-color: #A61724;
    color: #fff;
}

.multi-form-content .tags-group .wpcf7-list-item.active .wpcf7-list-item-label {
    color: #fff;
}

.multi-form-content .wpcf7-form-control-wrap textarea {
    border: 1px solid #A61724;
    border-radius: 5px;
    resize: none;
}

.multi-form-content .wpcf7-form-control-wrap textarea:focus {
    outline: 0;
    box-shadow: none;
}

.multi-form-content input.wpcf7-form-control.wpcf7-submit {
    background: #A61724;
    color: #fff;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #A61724;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease-out;
}

.multi-form-content input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: transparent;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    color: #A61724;
}

header .nav-block--right .top-menu .dropdown .dropdown-toggle:after {
    display: none !important;
}
header .nav-block--right .top-menu .lang--link{padding: 0.4rem 1rem 0.4rem 1rem!important;}

.d-flex.justify-content-between{
        float: right;
   
}
.d-flex.justify-content-between a {
    padding-right: 24px;
}
@media only screen and (max-width: 762px) {
    .d-flex.justify-content-between{
        float: left;
    }

}
a.footer-getdirection {
    color: #fff;
}

.section-news .news-item .news-item-content .content .title-main{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.team-list-single .team-member .team-img .social-links {
    height: 51px!important;
}
.section--teams .team-list .team-member .team-img .social-links {
     height: 51px!important;
}

.btn-submit-form .wpcf7-form-control {
    height: 100%;
    position: absolute !important;
    top: 0;
    border-radius: 0;
    background: transparent;
}

.footer-area .footer-widget .footer-list ul .address-info .label-cell {
    min-width: 35px!important;
}

/*21spet2021*/
.menu-main-menu-container {
    width: 100%;
    display: flex!important;
}


.btn-submit-form {
    position: relative;
    }

.btn-submit-form img {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 36px;
}

.sh-nav-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0rem;
    margin-top: 1.5rem;
}

.sh-nav-control .btn-prev, .sh-nav-control .btn-next {
    border-radius: 0rem;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: none;
    opacity: 0.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sh-nav-control .btn-prev:focus, .sh-nav-control .btn-next:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.sh-nav-control .owl-dot {
    background: transparent;
    border: none;
    outline: 0;
    padding: 0;
    margin: 4px;
}

.sh-nav-control .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    background: rgba(70, 40, 17, 0.16);
    border-radius: 100%;
}

.sh-nav-control .owl-dot.active span {
    background: #A61724;
}
.section-message .msg-quote--wrapper .author-block .get-in-touch{

    max-width: 15.875rem;
    margin-left: auto;
    margin-right: auto;
}
.upcoming-news .upcoming-news__desc p{
      overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}
@media(min-width: 768px){
    .upcoming-news .upcoming-news__meta{
        width: 102px;
        padding: 15px 10px;
        flex: none !important;
    }
}

header .navbar-main-menu   .dropdown-menu  li {
    padding: 0.25rem 1rem !important;
}
header .navbar-main-menu .dropdown-menu  li .nav-link{
    font-size: 0.75rem !important;
    padding: 0rem 0rem 0.5rem !important;
    color: #462811 !important;
    position: relative;
    font-weight: 500;
}
header .navbar-main-menu   .dropdown-menu  li .nav-link:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(204, 204, 204, 0.5);
}
header .navbar-main-menu .dropdown-menu  li:last-child  .nav-link:after {
    display: none;
}
@media (max-width: 767px){
.block-social--icons {
    display: block !important;
}
}

/*events*/

    .newsevents {
        padding: 70px 0px;
    }


    .newsevents {
        position: relative;
    }

    .news-events-banner__item {
        max-width: 540px;
        max-height: 370px;
    }

    .newsevents .news-events-banner-carousel .owl-dot.active span {
        background-color: #D43B49;
    }

    .newsevents .owl-dots {
        position: absolute;
        bottom: 5px;
        left: 42%;
    }



    .eventdate-wraper .eventdate h3 {
        font-size: 12px;
        font-weight: 500;
        font-family: Montserrat;
        color: #CEB699;
        text-align: center;


    }

    .eventdate-wraper {
        background-color: #FFFFFF;
        border-radius: 15px;
        display: flex;
        align-items: center;
        height: 60px;
        margin-left: 10px;
        box-shadow: 0px 6px 16px #0000000f;
        margin-top: 17px;
        margin-bottom: 17px;
        max-width: 520px;
    }

    .eventscroll .eventdate-wraper:nth-child(1) {
        margin-top: 0px;
    }

    .eventscroll .eventdate-wraper:nth-child(5) {
        margin-bottom: 0px;
    }

    .eventdateimage {
        text-align: center;
    }

    .eventscroll {
        max-height: 370px;
        overflow-y: scroll;
    }

    .eventscroll::-webkit-scrollbar {
        display: none;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
    }

    .eventscroll:hover::-webkit-scrollbar {
        width: 7px;
        background-color: #D6D6D6;
        border-radius: 15px;
        display: block;
        -webkit-transition: all 1s ease 0s;
        -moz-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
        -o-transition: all 1s ease 0s;
    }

    .eventscroll::-webkit-scrollbar-thumb {
        background: #D43B49;
        border-radius: 7px;
    }

    .eventdate {
        width: 121px;
    }

    .eventdate {
        border-right: 1px solid #E3DED4;
        height: 60px;
        padding-top: 15px;
    }

    .eventdatecontent h4 {
        font-family: Montserrat;
        font-size: 14px;
        color: #000;
        text-align: center;
        font-weight: 700;
        padding-left: 20px;
        padding-top: 10px;
    }
    .news-events-banner-carousel img{
        border-radius:10px;
        max-height:370px 
    }

@media only screen and (max-width:1536px){
    .newsevent-detail .container{max-width: 1118px;}
}
    @media only screen and (max-width:1200px) {
        .eventscroll {
            max-height: 305px;
        }
    }

    @media only screen and (max-width:991px) {
        .news-events-banner-carousel {
            margin-top: 30px;
        }
    }

    @media only screen and (max-width:768px) {
        .newseventflex {
            width: 100%;
        }

        .news-events-banner__item {
            max-width: 100%;
            height: auto;
            max-height: inherit;
            margin-bottom: 20px;
        }

        .eventdate-wraper {
            max-width: 100%;
        }

        .newsevents .owl-dots {
            bottom: 20px;
        }
        .newsevent-subcontent p{
            margin-top:0px}
    }

    @media only screen and (max-width:320px) {
        .eventdate-wraper .eventdate h3 {
            font-size: 10px;
        }

        .eventdateimage img {
            width: 18px;
        }

        .eventdatecontent h4 {
            text-align: left;
            font-weight: 600;
            font-size: 13px;
        }
    }

.newsevent-detail {
        padding: 70px 0;
    }

    .newseventwraper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .newseventcontent {
        max-width: 496.67px;
    }

    .newseventcontent h3 {
        font-size: 25px;
        font-family: Noto Serif;
        font-weight: 600;
        text-align: left;
        line-height: 30px;
        color: #E04250;
        margin-bottom: 20px;
    }

    .newseventcontent p {
        font-family: Montserrat;
        font-size: 15px;
        line-height: 26px;
        color: #000000;
        text-align: left;
        font-weight: 400;
    }

    .newsevent-subcontent p {
        font-family: Montserrat;
        font-size: 15px;
        line-height: 26px;
        color: #000000;
        text-align: left;
        font-weight: 400;margin-top: 25px;
    }

    .newsevent-image {
        max-width: 540px;
    }

    @media only screen and (max-width:991px) {
        .newseventwraper {
            display: grid;
        }

        .newseventcontent {
            max-width: 100%;
        }
        .newsevent-image{max-width: 100%;margin-bottom:20px }
        .newseventcontent p{
    text-align: justify;
}

.newsevent-subcontent p{
    text-align: justify;
}
.newsevent-image{
    margin: auto;
}
    }


/*centers*/

.cultural-heritage-activities-center {
        margin: 70px 0px;
    }
    
    .cultural-image-wraper {
        margin-top: 20px;
    }
    
    .cultural-heritage-content {
        max-width: 638px;
    }
    
    .cultural-heritage-sub {
        margin-top: 25px;
    }
    
    .cultural-heritage-sub p {
        line-height: 26px;
        font-family: Montserrat;
        font-size: 15px;
        font-weight: 400;
        color: #000;
    }
    
    .cultural-heritage-content p {
        line-height: 26px;
        font-family: Montserrat;
        font-size: 15px;
        font-weight: 400;
        color: #000;
    }
    
    .cultural-heritage-activities-center h1 {
        color: #E04250;
        font-size: 25px;
        padding-bottom: 30px;
        font-family: 'Noto Serif', serif;
        font-weight: 700;
    }

/* .heritageSlider{margin-bottom:25px}.heritageSlider .owl-carousel .item{width:100%;height:200px;background-color:teal;overflow:hidden}.heritageSlider .owl-carousel .item img{width:100%;height:100%}.heritageSlider .owl-carousel .owl-nav .owl-next,.heritageSlider .owl-carousel .owl-nav .owl-prev{width:30px;height:30px;padding:0px!important;font-size:2rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.heritageSlider .owl-carousel .owl-nav .owl-dots .owl-dot{background-color:#e04250} */
/*# sourceMappingURL=main.css.map */







.modal-header {
  border: none !important;
}

.modal-body {
  padding: 35px !important;
}

.main-head {
  color: #462811;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Noto Serif', serif;
  margin-bottom: 0.6rem;
  line-height: 34px;
}
.arabic-head{
  text-align: right;
}

.form-group {
  margin-bottom: 22px !important;
}

.form-control {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;

  background-color: #FFF !important;
  border-radius: 0rem !important;
  border-bottom: 1px solid #C9D6D6;
  font-size: 14px !important;
  color: #462811 !important;
  padding: 15px 0px !important;
  font-weight: 500 !important;

  transition: all 0.2s ease-out !important;
}

.form-control:focus {
  outline: none !important;

  box-shadow: none !important;
  border-bottom: 1px solid #A61724 !important;
}

.submit-btn {
  height: 40px !important;
  border: 1px solid #A61724 !important;
  min-width: 147px !important;
  border-radius: 22px !important;
  background: transparent;
  color: #A61724 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-transform: uppercase !important;

  transition: all 0.3s ease-out !important;
}

.submit-btn:hover {
  border-radius: 0.2rem !important;
  color: #A61724;
}

.submit-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.selectfield {
  width: 100%;
  background: white;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  border-radius: 0rem !important;
  border-bottom: 1px solid #C9D6D6;
  font-size: 14px !important;
  color: #462811 !important;
  padding: 8px 0px !important;
  font-weight: 500 !important;
  transition: all 0.2s ease-out !important;

}

.selectfield:focus-visible {
  outline: none !important;
}





.file {
  display: none;
}

.file-name {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  padding: 5px;
  box-sizing: border-box;
  font-size: 15px;
  vertical-align: middle;
  width: 300px;
  border: 2px solid #dbdbdb;
  border-radius: 0;
  height: calc(2em + 0.75rem + 2px);
}

.commn-btn {
  cursor: pointer;
  background: #f0f8ff00 !important;
  border: 1px solid #aa212e;
  border-radius: 16px;
  width: 100px;
  box-sizing: border-box;
  background-color: #4493c7;
  transition: all 0.6s;
  color: #b0313d;
  font-size: 14px;
  vertical-align: middle;
  margin-left: 1rem;
}

.commn-btn:hover {
  border-radius: 0.2rem !important;
  color: #A61724;

}

.d-flex.submt-btn {
  justify-content: center !important;
}

.attach {
  width: 100%;
}

input.fileUploader:focus-visible {
  outline: none !important;
}

.submit-btn:focus {
  outline: none !important;
}


.choose-fle {
  position: absolute;
  z-index: 111;
  left: 0;

  width: 82px;
}

button.close:focus {
  outline: none;
}


.banner-form{
  position: relative;
}
.banner-form .show-btn{
  cursor: pointer;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: #aa212e;
border: 1px solid #aa212e;
border-radius: 16px!important;

color: white;
font-size: 16px;
padding: 12px 24px;
border: none;
cursor: pointer;
border-radius: 5px;
text-align: center;}

.show-btn:focus{
  outline: none!important;
  box-shadow: none!important;
}
.show-btn:hover {
  border-radius: 0.2rem !important;
  border: 1px solid #aa212e;
  transition: ease-in-out 0.5s;
  color: #A61724!important;
  background-color: white;

}



/* // two button style */

 .timeline-sec{
  text-align: center!important;
} 

.timeline-btns{
  display: flex;
	justify-content: center;
	align-items: center;
 
}
 .timeline-head{
  text-align: center;
  margin: 20px auto 20px auto;
  border-radius: 22px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  height: 43px;
  background-color: #A61724;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 147px;
  border: 1px solid #A61724;
  position: relative;
  overflow: hidden;
  z-index: 1;
  cursor: auto !important;
  width: 100%;
}  
.timeline-cmn{

  border-radius: 22px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #A61724;
  height: 43px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 147px;
  border: 1px solid #A61724;
  margin: 0.35rem 0.35rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.timeline-cmn:hover{
  color: #fff;
  background-color: #A61724;
  transition:ease-in-out 0.15s;
}
.timeline-cmn:focus{
outline:none;
box-shadow: none;
}
.timeline-img {
text-align:center;
}
 .timeline-btns a{
  text-decoration: none !important;
}
section.timeline-sec {
    padding-bottom: 30px;
}

    .timeline-img figure img {
    height: 650px!important;
}

.content-block {
    text-align: center;
}
.content-text {
    text-align: center;
}
/*-----CARD TAB  SECTION-----*/
.ExibitionSec {
    margin: 20px 0 0px 0;
    padding-bottom: 30px;
}

 a {
    text-decoration: none !important;
}



.item-box {
    position: relative;
    overflow: hidden;
    display: block;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    transition: ease-in-out 0.2s;
    box-shadow: 0px 13px 36px rgb(83 83 83 / 11%);
    height: 100%;
}

.item-box:hover {
    border-top-left-radius: 10px;
    transition: ease-in-out 0.2s;
    border-top-right-radius: 10px;
}

.box-image img {
    width: -webkit-fill-available;
    height: 210px;
}

.box-content {
    min-height: 65px;
    border: 1px solid #E3DED4;
    border-top: none;
    background: white;
}

@media(max-width:640px) {
    .box-content {
        min-height: 50px;
    }
}

.box-content p {
    font-size: 16px;
    font-weight: 500;
    color: #462811;
    line-height: 1.1875rem;
    padding: 14px 10px 0px 10px;
    transition: all 0.3s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-content p:hover {
    color: #886c54;
}

@media(max-width:640px) {
    .box-content p {
        font-size: 14px;
        line-height: 18px;
    }
}


.filterBtn {

    border: none;
    cursor: pointer;
    background: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: 400;
    line-height: 30px;
    border-bottom: 1px solid transparent;
    color: #b69578 !important;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    margin-right: 15px;
    position: relative;
    scroll-behavior: smooth;
    overflow: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
}
@media(max-width:640px) {
    .filterBtn {
        font-size: 15px;
    }
}

.filterBtn.active {
    color: #886c54 !important;
    border-bottom: 1px solid #b69578;
}
.filter-btns{
    text-align: center;
}
.box {
    max-width: 23%;
    width: 100%;
    margin: 10px;
}
@media(max-width:1200px) {
    .box {
        max-width: 31%;
      
    }
}
@media(max-width:991px) {
    .box {
        max-width:48%;
        margin: 6px;
      
    }
}
@media(max-width:768px) {
    .box {
        max-width:45%;
      
      
    }
}
@media(max-width:640px) {
    .box {
        max-width:100%;
        margin: 20px 0 0 0;
      
      
    }
}
div#parent {
    display: flex;
    flex-wrap: wrap;
}

.spacer {
    clear: both;
    height: 20px;
}

/*-----------Exibition slider ovarlay------------*/
.exibition .overlay-wrapper {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    font-family: 'Noto Serif', serif;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.exibition .description {
    background-color: rgba(70, 40, 17, 0.8);
    height: calc(100% - 66px);
    width: calc(100% - 66px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
    text-align: center;
}
.exibition .item:hover .overlay-wrapper {
    opacity: 1;
    visibility: visible;
}
.exibition h4{
   color: #ffffff;
}
.exibition .owl-carousel .owl-item img {
    height: 200px;
}
/*-----------End Exibition slider ovarlay------------*/

.aboutusSec {
    direction: ltr;
    margin: 50px 0;
}

.aboutusSec .aboutHead h1 {
    text-align: center;
    font-weight: 700;
    font-family: 'Noto Serif', serif;
    color: #462811;
    margin-bottom: 1rem;
}

.aboutusSec .aboutHead p {
    text-align: center;
    font-weight: 500;
    color: #462811;
    line-height: 1.375rem;
    margin-bottom: 25px;
    font-size: 20px;
}

.aboutusSec .aboutContent p {
    color: #462811;
    font-size: 16px;
}

.aboutusSec .aboutContent .list {
    margin: 40px 0;
}

.aboutusSec .aboutContent .list h5 {
    font-weight: 600;
    font-family: 'Noto Serif', serif;
    color: #462811;
    margin-bottom: 1rem;
    font-size: 18px;

}

@media only screen and (max-width: 600px) {
    .aboutusSec .aboutContent .list h5 {
        font-weight: 600;
        font-size: 16px;
    }
}

.aboutusSec .aboutContent .list ul li {
    list-style: auto;
}

.aboutusSec .cultureTable {
    margin-top: 60px;
}

.aboutusSec .cultureTable .tableContent h4 {
    text-align: center;
    background-color: rgba(152, 106, 70, 0.7);
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    font-size: 20px;
    font-family: 'Noto Serif', serif;
    margin-bottom: 5px;

}

.aboutusSec .cultureTable .tableContent .tableHead {
    background-color: rgb(106 82 62);
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-family: 'Noto Serif', serif;
    padding: 10px;
    max-width: 50%;
    width: 100%;

}

@media only screen and (max-width: 600px) {
    .aboutusSec .cultureTable .tableContent .tableHead {
        font-size: 17px;
        padding: 21px 0;
    }
}

.aboutusSec .cultureTable .tableContent .details {
    display: flex;
}

.aboutusSec .cultureTable .tableContent td {
    background: #ede8e4;
    border: 4px solid white;
    padding: 10px;
}

.aboutusSec .cultureTable .tableContent tr {

    border: 4px solid white;
}

.aboutusSec .cultureTable .tableContent th {
    padding: 10px;
    border: 4px solid #ffffff;
    max-width: 50%;
    width: 100%;
    font-weight: 400;
}

.aboutusSec .cultureTable .tableContent thead {
    background: #6a513b;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}