.visit-tour-message{
    padding: 61px 0 84px;
}
.visit-tour-message .large-para{
    font-size: 24px;
    line-height: 155%;
}

.symbols_bx_half .symbols_bx_content {
    max-width: 680px;
}
.symbols_bx_half .symbols_bx_content .primary-title{
    margin-bottom: 30px;
}
.symbols_bx_half .symbols_bx_content p{
    max-width: 587px;
}
.visit-tour-story{
    padding: 111px 0 115px;
}
.visit-tour-story .primary-title{
    margin-bottom: 33px;
}

/**contact us page**/
.contact-us-page{
    padding: 68px 0px 110px;
}
.contact-us-page .container {
    max-width: 1050px;
}
.contact-us-page .primary-title{
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    margin-bottom: 20px;
}
.contact-us-details .icon-text {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}
.contact-us-details .icon-text:last-child{
    margin-bottom: 0px;
}
.contact-us-details .contact_dec, 
.contact-us-details .contact_dec span{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 165%;
}
.contact-us-details .contact_dec strong{
    font-weight: 300;
}
.contact-us-details .contact_dec a{
    color: inherit;
}
.contact-us-details .icon-text img {
    position: relative;
    top: 6px;
    width: 15px;
    height: 15px;
    object-fit: scale-down;
}
.contact-us-forms .form-control{
    height: 55px;
    border-color: #B4B4B4;
    font-weight: 200;
}
.contact-us-forms textarea.form-control{
    height: 166px;
    padding-top: 15px;
}
.contact-us-forms .form-control::placeholder{
    color: #000;
    opacity: 1;
}
.contact-us-forms .attach-btn {
    gap: 7px;
    font-weight: 400;
}
.contact-us-forms .attach-btn{
    border-color: #808080;
    cursor: pointer;
}
/**for default page**/
.default_page{
    padding: 68px 0px;
}
.default_page > .container{
   max-width: 1156px;
}
.the_content, 
.the_content p, 
.the_content li{
  font-size: 18px;
  color: #000000;
  line-height: 155%;
  font-weight: 300;
  letter-spacing: -0.20px;
}
.the_content p{
    margin-bottom: 50px;
}
.the_content h1, 
.the_content h2, 
.the_content h3, 
.the_content h4, 
.the_content h5, 
.the_content h6{
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: -0.20px;
    font-size: 22px;
}
.the_content .primary-title{
    color: #000000;
    font-size: 32px;
    line-height: 52px;
    font-weight: 300;
}

.faq-item {
  border-bottom: 1px solid #B4B4B4;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}

.faq-question h3 {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 155%;
  margin: 0;
}

.faq-question .icon {
  font-size: 1.5rem;
  color: #9b1c31;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
  color: #575757;
  line-height: 165%;
}
.faq-question[aria-expanded="true"] + .faq-answer {
   max-height: 100px;
}
.faqPage_section .container{
   max-width: 1156px; 
}

/**our purspose page**/
.our_purpose_banner{
    height: 888px;
}
.our_purpose_banner .banner-content-inner{
    max-width: 788px;
    margin-left: auto;
    margin-right: auto;
}
.our_purpose_banner .banner-content-inner .banner-content-h1{
    font-size: 64px;
    line-height: 64px;
    font-weight: 300;
    margin-bottom: 20px;
    letter-spacing: -0.20px;
}
.our_purpose_banner .banner-content-inner p{
    font-weight: 300;
    font-size: 24px;
    line-height: 165%;
    letter-spacing: -0.20px;
    margin-bottom: 0px;
}
.megemeria_create{
    padding: 106px 0 180px;
}
.megemeria_cr_img {
    width: 442px;
    height: 442px;
    margin: 0 auto 97px;
    overflow: hidden;
    border-radius: 100%;
}
.megemeria_cr_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
}
.megemeria_cr_dec {
    max-width: 436px;
    margin: 0 auto;
}
.megemeria_cr_dec .primary-title{
    margin-bottom: 30px;
}
.megemeria_cr_dec .large-para{
    margin-bottom: 0px;
    font-weight: 300;
}
.megemeria_create .main-heading{
    margin-bottom: 80px;
}
.megemeria_cr_bx:hover .megemeria_cr_img img{
      -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/**megemeria impact**/
.megemeria_impact_sec{
    padding: 106px 0 137px;
    background: #F4EEE966;
}
.megemeria_impact_sec .container{
    max-width: 1585px;
}
.megemeria_impact_row {
    display: flex;
    gap:55px;
    align-items: center;
    margin-bottom: 85px;
}
.megemeria_impact_row .megemeria_impact_col{
    flex: 1;
}
.megemeria_impact_row .megemeria_impact_dec{
    flex: none;
    max-width: 572px;
}
.megemeria_photo_frame {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 42px;
    max-width: 839px;
    height: 696px;
    /*transform: rotate(4.5deg);*/
    transform: matrix(1, 0.08, -0.06, 1, 0, 0);
    transition: all 0.5s ease;
}
.megemeria_photo_frame_odd{
    transform: matrix(1, -0.06, 0.08, 1, 0, 0);
}

.megemeria_photo_frame img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.megemeria_impact_subtitle {
    font-weight: 300;
    font-size: 23px;
    color: #000;
    margin-bottom: 12px;
    line-height: 165%;
    letter-spacing: -0.20px;
}
.megemeria_impact_title {
    color: var(--primary-color);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 52px;
    line-height: 57px;
    letter-spacing: -0.20px;
    margin: 0;
}
.megemeria_impact_title_style {
    font-style: italic;
    font-family: var(--signature-fonts);
    font-size: 52px;
    line-height: 26px;
    font-weight: 500;
}
.megemeria_impact_para {
    margin: 34px 0 0;
}
.megemeria_impact_para p {
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    line-height: 155%;
    margin-bottom: 30px;
}
.megemeria_impact_para p:last-child{
    margin-bottom: 0px;
}
.megemeria_impact_sec .heading-title{
    margin-bottom: 39px;
}
.megemeria_impact_btn{
    height: 64px;
    margin-top: 40px;
    text-transform: uppercase;
}

/**story page**/
.success_story{
    padding: 86px 0px;
    background-color: #F4EEE9;
}
.story_posts {
    padding: 80px 0;
}
.story_posts .container{
    max-width: 1462px;
}
.story_posts_row {
    display: flex;
    flex-wrap: wrap;
    gap: 96px 82px;
}
.story_posts_col {
    flex: 1 1 calc(50% - 41px);
    max-width: calc(50% - 41px);
}
.story_posts_thumbs {
    width: 690px;
    height: 563px;
    background-color: #fff;
    padding: 34px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0px 14px 13px 0px #00000040;
    margin-bottom: 41px;
}
.story_posts_thumbs_div{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.story_posts_thumbs img{
     -webkit-transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 3s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 3s cubic-bezier(0.25, 1, 0.5, 1);

    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story_posts_col:hover .story_posts_thumbs img{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.story_posts_dec .primary-title{
    font-size: 52px;
    line-height: 57px;
    color: var(--primary-color);
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
}
.story_posts_dec .story_posts_title_style{
     font-style: italic;
    font-family: var(--signature-fonts);
    font-size: 52px;
    line-height: 26px;
    font-weight: 500; 
}
.story_posts_dec .large-para{
    line-height: 155%;
    max-width: 446px;
    margin: 12px auto 41px;
}

.story-popup-box .story_posts_thumbs{
    width: 467px;
    height: 388px;
    transform: matrix(1, 0.08, -0.06, 1, 0, 0);
    transition: all 0.5s ease;
    padding: 23px;
    margin: 40px auto;
}
.story-popup-box .story_posts_thumbs img{
    transform: inherit!important;
    transition: inherit!important;
}
.story-popup-box .story_posts_dec .large-para p{
    font-size: 18px;
    color: #000;
    line-height: 155%;
    font-weight: 300;
}
.story-popup-box .megemeria_impact_subtitle {
    margin-bottom: 5px;
}
.story_posts_bg img{
    width: 100%;
}
.story_posts_bg {
    margin-top: -80px;
    position: relative;
    z-index: -1;
}
.story_posts_col > .story_posts_dec .megemeria_impact_subtitle {
    display: none;
}

/**start media query**/
@media only screen and (max-width: 1600px){
.visit-tour-message {
    padding: 60px 0;
}
.symbols_bx_half .symbols_bx_content {
    padding-left: 20px;
    padding-right: 20px;
}
.symbols_bx_half .symbols_bx_content .primary-title {
    margin-bottom: 20px;
}
.visit-tour-story{
    padding: 80px 0px;
}
.our_purpose_banner {
    height: 650px;
}
.megemeria_cr_img {
    width: 300px;
    height: 300px;
    margin: 0 auto 60px;
}
.megemeria_photo_frame {
    padding: 30px;
    max-width: 650px;
    height: 600px;
    margin: auto;
}
/**story page**/
.story_posts_thumbs {
    width: 100%;
    height: 548px;
    margin-bottom: 41px;
}
.story_posts {
    padding: 43px 0;
}
}

@media only screen and (max-width: 1400px){
.megemeria_photo_frame {
        padding: 10px;
        max-width: 500px;
        height: 450px;
}
.our_purpose_banner {
    height: 550px;
}  
}
@media only screen and (max-width: 1200px){
    .megemeria_photo_frame {
        padding: 10px;
        max-width: 450px;
        height: 400px;
}
.megemeria_cr_img {
        width: 200px;
        height: 200px;
    margin-bottom: 25px;
    }
    
.megemeria_create {
    padding: 50px 0;
}
.megemeria_impact_sec{
    padding: 50px 0; 
}
.our_purpose_banner .banner-content-inner p br {
    display: none;
} 
/**story page**/
.success_story {
    padding: 60px 0px;
}
.story_posts_thumbs {
    height: 448px;
    padding: 24px;
}
.story_posts_row {
    gap: 60px 30px;
}
.story_posts_col {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
}   
}
@media only screen and (max-width: 980px){
.megemeria_impact_row {
    flex-direction: column;
}
.symbols_bx_half.visit_bx_area img.img-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.story_posts_thumbs {
  height: 348px;
  padding: 16px;
}
.story_posts_dec .primary-title {
    font-size: 44px;
    line-height: 57px;
}
.story_posts_dec .story_posts_title_style {
    font-size: 44px;
}
.story_posts_col > .story_posts_dec .megemeria_impact_subtitle {
    display: block;
    margin-bottom: 8px;
    line-height: 26px;
}
.story_posts_col > .story_posts_dec .large-para{
    display: none;
}
.story_posts_col > .story_posts_dec .btn-group{
    margin-top: 16px;
}
}
@media only screen and (max-width: 767px){
.visit-tour-message {
    padding: 42px 0;
}
.visit-tour-message .large-para {
    font-size: 16px;
    line-height: 21px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 21px;
}
.symbols_bx_half .symbols_bx_content{
  padding: 80px 0;
  text-align: center;   
}
.symbols_bx_half .symbols_bx_content p {
    margin-left: auto;
    margin-right: auto;
}
.symbols_bx_half.symbols_bx_half_odd .row {
    flex-direction: column-reverse;
}
.visit-tour-story {
    padding: 0px 0px 100px;
}

/**contact us page**/
.contact-us-page {
    padding: 44px 0px;
}
.contact-us-details .contact_dec, 
.contact-us-details .contact_dec span {
    font-size: 18px;
}
.contact-us-details .icon-text {
    margin-bottom: 25px;
}
.contact-us-details {
    padding-bottom: 55px;
}

.default_page {
    padding: 44px 0px;
}
.faq-question[aria-expanded="true"] + .faq-answer {
    max-height: 140px;
}
.devider_space{
    margin-bottom: 30px!important;
}
.error-404-page{
    height: 400px;
}
.megemeria_cr_img {
        width: 268px;
        height: 268px;
    }
.megemeria_cr_bx{
    margin-bottom: 64px;
}    
}

@media only screen and (max-width: 520px){
.symbols_bx_half .symbols_bx_content p {
    max-width: 310px!important;
}
.symbols_bx_half .symbols_bx_content .primary-title {
        max-width: 272px;
        margin-left: auto;
        margin-right: auto;
}
.symbols_bx_half .symbols_bx_content .primary-title br{
    display: none;
}
.symbols_bx_half .symbols_bx_content p.text-muted {
    text-align: left;
}
.megemeria_impact_row.megemeria_impact_row_odd {
    flex-direction: column-reverse;
}
.our_purpose_banner {
        height: auto;
}
.our_purpose_banner .banner-video{
    position: relative;
}
.our_purpose_banner .banner-video:before{
   display: none;
}
.our_purpose_banner  .banner-content .container{
    padding: 30px 20px;
}
.our_purpose_banner .banner-content-inner .banner-content-h1{
    color: #000;
    font-size: 34px;
    line-height: 39px;
}
.our_purpose_banner .banner-content-inner p{
    color: #000;
}
.our_purpose_banner .banner-content-inner p {
    font-size: 16px;
    line-height: 18px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.megemeria_create .main-heading {
    margin-bottom: 80px;
    font-size: 40px;
    line-height: 52px;
}
.megemeria_cr_dec .primary-title {
    margin-bottom: 25px;
    max-width: 219px;
    margin-left: auto;
    margin-right: auto;
}
.megemeria_cr_dec .large-para {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}
.jE_section{
    display: none;
}
.symbols_bx_half.visit_bx_area .symbols_bx_content{
  padding: 57px 0;  
}
.symbols_bx_half.visit_bx_area .symbols_bx_content .primary-title {
        max-width: 320px;
    }
.megemeria_impact_sec{
    background-color: #fff;
}    
.megemeria_impact_sec .heading-title .primary-title {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
}
    .megemeria_photo_frame {
        padding: 15px;
        max-width: 328px;
        height: 272px;
        width: calc(100% - 30px);
    }
.megemeria_impact_row {
    gap: 26px;
    margin-bottom: 85px;
}
.megemeria_impact_row.megemeria_impact_row_odd{
    margin-bottom: 10px;
}
.megemeria_impact_row .megemeria_impact_dec {
    max-width: 339px;
}
.megemeria_impact_title {
    font-size: 44px;
    line-height: 49px;
}
.megemeria_impact_title_style {
    font-size: 44px;
    line-height: 28px;
}  

.story_posts_row {
    flex-direction: column;
    padding: 0 20px;
            gap: 117px;
}
.story_posts_col {
  flex: 1 1 calc(100% - 0px);
  max-width: calc(100% - 0px);
}
.success_story{
    padding: 67px 0px;
}
.success_story .heading-title {
    max-width: 397px;
    margin-left: auto;
    margin-right: auto;
}
.story_posts_col > .story_posts_thumbs{
    margin-bottom: 22px;
}
.story_posts_bg {
    margin-top: 0px;
}
.story-popup-box .story_posts_thumbs {
    width: 89%;
    height: 288px;
    padding: 19px;
    margin: 30px auto;
}
.banner-wrapper.story_banner {
    height: 269px;
}
}