@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
/* font-family: 'DM Serif Display', serif; */

*{box-sizing: border-box;}
body{
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
img{ max-width:100%; height:auto; }
.grecaptcha-badge { 
    visibility: hidden;
}
.site_all{ background-color:#FFF }

.site-logo{
    width: auto;
    display: inline-block;
    margin-bottom: 7px;
}
header#masthead{
    position: fixed;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 9;
    text-align: center;
    padding-top: 18px;
    background: linear-gradient(180deg, #000000 0%, rgba(37, 48, 64, 0) 100%);
}
header#masthead .menu-wrapper{
    padding: 0px;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgb(166 137 101 / 50%);
    width: 836px;
    margin: 0 auto;
}
header#masthead .menu-wrapper li{position: relative;}
header#masthead .menu-wrapper li button{ display:none; }

header#masthead .menu-wrapper li a{
    font-weight: 400;
    font-size: 11px;
    line-height: 161%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    padding: 11px 16px;
    text-decoration: none;
    transition: 0.3s;
    border-top: 2px solid transparent;
}
header#masthead .menu-wrapper li a:hover{
    border-top: 2px solid #8E785B;

}
header#masthead .menu-wrapper li.current_page_item a{
    border-top: 2px solid #8E785B;
}

header#masthead .menu-wrapper li.menu-item-has-children:after{ content:'';position:absolute; right:2px; top:50%;border: solid #FFF;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);margin-top: -3px; }
header#masthead .menu-wrapper li ul{ position:absolute; width:170px; background-color:#8E785B;padding: 0;margin: 0;text-align: left; list-style:none; padding-bottom:16px ; display: none;}
header#masthead .menu-wrapper li:hover ul{ display:block; }
header#masthead .menu-wrapper li ul li a{ display:block; padding-bottom:0 }
header#masthead .menu-wrapper li ul li a:hover{ color:#192434 }



.banner .slick-arrow{
    display: none !important;
}
/* .banner-slider .slider-item{
    height: 833px;

} */
.banner .slider-item img{
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0px;
}
.slider-item{
    position: relative;
}
.banner .slick-dots{
    padding: 0px;
    margin: 0;
    list-style: n;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 1;
    bottom: 33px;
}
.banner .slick-dots li button{
    display: none !important;
}
.banner .slick-dots li{
    background: #FFFFFF;
    transform: matrix(0, 1, 1, 0, 0, 0);
    width: 7px;
    height: 7px;
    border-radius: 100%;
    margin: 0px 8px;
    transition: 0.3s;
    cursor: pointer;
    border: 2px solid transparent;
    list-style: none;
}
.banner .slick-dots li:hover{
    border: 2px solid #A68965;
    background: transparent;
    width: 15px;
    height: 15px;
}
.banner .slick-dots li.slick-active{
    border: 2px solid #A68965;
    background: transparent;
    width: 15px;
    height: 15px;
}

.banner-content{
    width: 599px;
    height: 501px;
    z-index: 1;
    position: relative;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 200px;
}
.banner-content::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(1 1 1 / 50%);
    filter: blur(43px);
    position: absolute;
    border-radius: 100%;
}
.banner-content h2{
    font-weight: 400;
    font-size: 48px;
    line-height: 122.5%;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    margin: 0px;
    font-family: 'DM Serif Display', serif;
    width: 359px;
    position: relative;
    text-align: left;
}
.banner-content h2 em{
    font-style: italic;
    font-weight: 400;
    font-size: 64px;
    line-height: 94.5%;
    letter-spacing: -0.015em;
    color: #B49165;
    font-family: 'DM Serif Display', serif;
    position: relative;
    text-align: left;
}
.banner-content p{
    width: 359px;
    margin: 0px;
    margin-top: 30px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    text-align: left;
}

.banner-content span{
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 81px;
    left: 119px;
}
#primary-menu-list{
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
    column-count: 2;
}
footer #primary-menu-list li{
    width: 50%;
}
#primary-menu-list li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #192434;
    display: inline-block;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
}
.info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info-left{
    width: 132px;
    font-weight: 400;
    font-size: 14px;
    line-height: 185%;
    color: #192434;
}
.info-right{
    font-weight: 400;
    font-size: 14px;
    line-height: 185%;
    color: #192434;
    width: 197px;
}
.info-right p{
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #192434;
    margin-bottom: 0px;
}
.info-right p a{
    color: #192434;
    text-decoration: none;
    transition: 0.3s;
}
.info-right p a:hover{
    color: #A68965;
}
.email{
    font-size: 14px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #A68965;
    display: inline-block;
}
.text-center{
    text-align: center;
}
.btn-row .button-item{
    padding: 12px 27px;
    background: #A68965;
    border-radius: 100px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 700;
}
.btn-row .button-item a{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: lowercase;

}
.btn-row .text-center:last-child .button-item{
    background: #192434;
}
.footer-copy-right{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0px;
}
.site-name{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #192434;
}
.site-name a{
    font-weight: 600;
    color: #A68965;
    text-decoration: none;
}
.powered-by{
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    color: #192434;
}
.powered-by a{
    font-weight: 500;
    color: #A68965;
    text-decoration: none;
}
.social-media ul li{
   width: auto !important;
}
.social-media ul li a{
    padding: 0px 5px;
    color: rgb(25 36 52 / 20%) !important;
    text-transform: 0.3s;
}
.social-media ul li a:hover{
    color: #A68965 !important;
}
.about-txt h1{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #A68965;
    margin: 0px;
    margin-bottom: 8px;
}
.about-txt h2{
    font-weight: 400;
    font-size: 52px;
    line-height: 67px;
    letter-spacing: -0.015em;
    color: #192434;
    margin: 0px;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 48px;
    position: relative;

}
.about-txt h2:before{
  position: absolute;
  content: "";
  width: 67px;
  height: 12px;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  background-position: center;
  left: 0%;
  bottom: -18px;
}
.about-txt p{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    margin: 0px;
    color: #5F727F;
    width: 362px;
    max-width: 100%;
    margin-bottom: 44px;
}
.about-btn{

}
.about-txt p strong{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #192434;
    display: block;
    margin-bottom: 30px;
    width: 318px;
    max-width: 100%;
}
.about-txt2 p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #192434;
    margin: 0px;
    width: 318px !important;
    max-width: 100%;
    }
    .about-img{
        background: #FFFFFF;
        border: 1px solid rgba(142, 120, 91, 0.4);
        border-radius: 140px 140px 0px 0px;
        width: 286px;
        height: 389px;
        padding: 12px;
        display: inline-block;
        margin-top: 20px;
    }
    .about-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 140px 140px 0px 0px;
    }
    .about-txt2{
        padding-left: 80px;
        margin-top: 130px;
    }
    .about-us-sec{
        width: 100%;
        position: relative;
        padding: 70px 0px;
        background-image: url(../images/aboutback.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;  

    }
    .text-right{
        text-align: right;
    }
    .about-img{
        position: relative;
    }
    .about-img::before{
        background-image: url(../images/watermark.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 131px;
        height: 140px;
        position: absolute;
        content: "";
        right: -39px;
        top: -54px;
    
    }
    .social-media #primary-menu-list{
        display: flex;
    }
    .about-btn{
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.16em;
        text-transform: uppercase;
        color: #FFFFFF;
        display: inline-block;
        padding: 13px 22px;
        padding-right: 12px;
        background: #A68965;
        border-radius: 100px;
        transition: 0.3s;
        cursor: pointer;
        text-decoration: none;
        transition: 0.3s;
        position: relative;
    }
    .about-btn span{
        width: 25px;
        height: 25px;
        background: #FFFFFF;
        border-radius: 100px;
        display: inline-flex;
        color: #A68965;
        align-items: center;
        overflow: hidden;
       margin-left: 34px;
       transition: 0.3s;
    }
    .about-btn span i{
        position: relative;
        left: -6px;
    }
    .about-btn:hover{
    background: #000;
    }
    .about-btn:hover{
        color: #fff;
    }
    .powered-by svg{
        position: relative;
        top: -3px;
        margin-left: 5px;
        margin-right: 6px;
    }
    .site-footer{
        position: relative;
/*        margin-top: 400px;*/
        border-bottom: 2px solid #a68965;
    }

.footer_top_image_sec{ margin-bottom:90px; }
.footer_top_image_sec img{ width:100% }


/*.site-footer:before{
    background-image: url(../images/footer-back.png);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    bottom: 359px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 487px;
    background-size: cover;
}*/
.banner .slider-item {
    height: 100vh;
    display: flex;
    align-items: center;
}
.banner .slider-item .container{
    text-align: right;
}
.social_sec{
    background-color: #F6F3F0;
    position: relative;
    padding: 50px 0px;
    padding-bottom: 62px;
    background-image: url(../images/social_back.png);
    background-repeat: no-repeat;
    background-position: 0px 111%;
}
.social-txt h2{
    font-weight: 400;
    font-size: 55px;
    line-height: 57px;
    text-align: center;
    color: #192434;
    margin: 0px;
    font-family: 'DM Serif Display', serif;
    width: 499px;
    margin: 0 auto;
    margin-bottom: 59px;
    position: relative;
    max-width: 100%;
}
.social-txt h2 span{
    font-style: italic;
    color: #A68965;
}
.social-txt p{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #5F727F;
    width: 926px;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 100%;
}
.social-txt h2:before{
    position: absolute;
    content: "";
    width: 67px;
    height: 12px;
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.social_sec .slick-arrow{
    display: none !important;
}
.social_sec .slick-dots li button{
 display: none !important;
}
.social_sec .slick-dots li{
    background: #5F727F;
    border-radius: 10px;
    width: 8.26px;
    height: 1px;
    transition: 0.3s;
    cursor: pointer;
    margin: 0px 3px;
}
.social_sec .slick-dots li.slick-active{
    width: 25px;
    background: #A68965;
}
.social_sec .slick-dots{
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}
.social-slider-item p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #192434;
    margin: 0px;
}
.social-slider-item p strong{
    font-weight: 700;
    color: #A68965;
}
.social-slider-item{
    padding: 0px 15px;
}
.interview-sec{
    background-image: url(../images/videoback.png);
    background-repeat: no-repeat;
    background-position: center;  
    position: relative;
    padding: 70px 0px;
    overflow: hidden;
    background-size: cover;
}
.heading h2{
    font-weight: 400;
    font-size: 55px;
    line-height: 57px;
    text-align: center;
    color: #F0F2F2;
    margin: 0px;
    position: relative;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 74px;

}
.heading h2 span{
    color: #A68965;
    font-style: italic;
}
.heading h2:before{
    position: absolute;
    content: "";
    width: 67px;
    height: 12px;
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.video-slider .slick-slide{
transition: 0.3s;
}

/* Default slide */
.video-slider .slick-slide{
  
    color: #FFF;
    /* height: 433px; */
    /* margin: 0 15px 0 0; */
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
    transition: all 0.4s ease-in-out;
  }
  .video-slider .slick-slide,
  .video-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
    transform: scale(0.8, 0.8);
    transition: all 0.4s ease-in-out;
  }
  
  /* Active center slide (You can change anything here for cenetr slide)*/
  .video-slider .slick-center,
  .video-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
    transform: scale(1.1);
  
  }
  .video-slider .slick-current.slick-active{
    transform: scale(1.1);
   
  }
  
  .slick-next, .slick-prev{
    z-index: 5;
  }
  .slick-next{
    right: 15px;
  }
  .slick-prev{
    left: 15px;
  }
  .slick-next:before, .slick-prev:before{
    color: #000;
    font-size: 26px;
  }.slider-txt label{
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #FFFFFF;

  }
  .slider-txt p{
    font-weight: 500;
    color: #A68965;
    display: inline-block;
    margin: 0px;
    font-size: 20px;
    line-height: 29px;
  }
  .slider-txt p span{
    color: #FFFFFF;
    font-weight: 600;
  }
  footer .site-logo{position: relative;}
  footer .site-logo:before{
    position: absolute;
    content: "";
    width: 186.46px;
    height:  200.81px;
    background-image: url(../images/logo-water-mark.svg);
    background-repeat: no-repeat;
    background-position: center;
    left: -136px;
    top: -25px;
  }
  footer .site-logo svg{
    position: relative; height: auto; max-width: 100%;
  }
  .site-logo-footer{ display:block;width: 280px; }
  .row.btn-row{
   margin-top: 30px;
  }
  .publication{
    width: 100%;
    position: relative;
    padding: 70px 0px;
    background-image: url(../images/aboutback.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .publication .heading h2{
    color: #192434;
    margin-bottom: 80px;
  }
  .publication .slick-dots{
  display: none !important;
  }
  .btn-sec{
    text-align: center;
    margin-top: 52px;
  }
  .btn-sec .view-all-btn{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    display: inline-block;
    color: #FFFFFF;
    padding: 13px 31px;
    padding-right: 21px;
    background: #A68965;
    border-radius: 100px;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
  }
  .btn-sec .view-all-btn span{
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    border-radius: 100px;
    display: inline-flex;
    color: #A68965;
    align-items: center;
    overflow: hidden;
    margin-left: 23px;
    transition: 0.3s;
  }
  .btn-sec .view-all-btn span i{
    position: relative;
    left: -6px;
  }
  .btn-sec .view-all-btn:hover {
    background: #000;
  }
  .publication-img img{
    width: 100% !important;
  }

  /* the slides */
  .publication .slick-slider {
    overflow: hidden;
}
/* the parent */
.slick-list {
    margin: 0 -12px;
}
/* item */  
.publication-slider-item{
    padding: 0 12px;
}
.slider-txt img{
    width: 100%;
}
.slide-doc{
    margin-top: 25px;
    height: 82px;
}
.video-slider .slick-prev,.testimonial_wrappre_sec .slick-prev{
    position: absolute;
    left: 31%;
    transform: translateX(-12%);
    top: 40%;
    text-indent: -9999px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    width: 44px;
    height: 44px;
    border-radius: 100%;
    transition: 0.3s;
    border: 0px;
    cursor: pointer;
    outline: none;
}
.video-slider .slick-next,.testimonial_wrappre_sec .slick-next{
    position: absolute;
    right: 31%;
    transform: translateX(-31%);
    top: 40%;
    text-indent: -9999px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    width: 44px;
    height: 44px;
    border-radius: 100%;
    transition: 0.3s;
    border: 0px;
    cursor: pointer;
    outline: none;
}
.video-slider .slick-arrow:hover,.testimonial_wrappre_sec .slick-arrow:hover{
    background: #A68965;

}
.video-slider .slick-arrow:hover::before,.testimonial_wrappre_sec .slick-arrow:hover::before{
    border: solid #fff;
    border-width: 0px 2px 2px 0;
}
.video-slider .slick-arrow:before,.testimonial_wrappre_sec .slick-arrow::before{
    content: "";
    border: solid black;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    left: 18px;
    top: 16px;
}
.video-slider .slick-prev::before,.testimonial_wrappre_sec .slick-prev::before{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.video-slider .slick-next::before,.testimonial_wrappre_sec .slick-next::before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 14px;
}
.publication-slider .slick-arrow{
    position: absolute;
    top: 40%;
    text-indent: -9999px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    width: 44px;
    height: 44px;
    border-radius: 100%;
    transition: 0.3s;
    border: 0px;
    cursor: pointer;
    outline: none;
    
}
.publication-slider .slick-prev{
    left: -19px;
}
.publication-slider .slick-next{
    right: -19px;
}
.publication-slider .slick-prev::before{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 17px;
}
.publication-slider .slick-next::before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 14px;
}

.publication-slider .slick-arrow:hover{
    background: #A68965;

}
.publication-slider .slick-arrow:hover::before{
    border: solid #fff;
    border-width: 0px 2px 2px 0;
}
.publication-slider .slick-arrow:before{
    content: "";
    border: solid black;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: 16px;
}
.publication-slider{
    overflow: visible !important;
}
.slider-txt{
    position: relative;
}
.play-btn{
    position: absolute;
    background: rgba(0, 0, 0, 0.52);
    width: 107px;
    height: 107px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: 34%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
.slick-center .play-btn{
    display: inline-flex;
}
.social-sec{
    background-color: #F6F3F0;
    position: relative;
    padding: 55px 0px;
    overflow: hidden;
    background-image: url(../images/blog_back.png);
    background-position: top;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
.social-tab ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.social-tab ul li a{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    color: #253040;
    padding: 12px 22px;
    background: #FFFFFF;
    border-radius: 100px;
    text-decoration: none;
    margin: 0px 11px;
    transition: 0.3s;
}
.social-tab ul li a span{
    margin-right: 13px;
}
.social-tab ul li.facebook a span{
    color: #1877F2;
}
.social-tab ul li.twitter a span{
    color: #21E9F0;
}
.social-tab ul li.instagram a span{
    background: linear-gradient(180deg, #535ECF 0%, #D22F8D 26.56%, #EA867E 66.15%, #FED171 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.aligncenter{
  margin: auto;
    display: inherit;
}
.facebook:hover a{
    background: #1877F2;
     color: #fff;
     box-shadow: 0px 5px 0px #BCD9FF;
}
.facebook:hover a span{
    color: #fff !important;
}
.twitter:hover a{
    background: #21E9F0;
     color: #fff;
     box-shadow: 0px 5px 0px rgb(33 233 240 / 24%);
}
.twitter:hover a span{
    color: #fff !important;
}
.instagram:hover a{
    background: linear-gradient(180deg, #535ECF 0%, #D22F8D 26.56%, #EA867E 66.15%, #FED171 100%);
    color: #fff;
    box-shadow: 0px 5px 0px rgb(234 134 126 / 20%);
} 
.instagram:hover a span{
    background: #fff !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.social-sec .heading h2{
    color: #192434;
}
.social-tab{
    margin-bottom: 67px;
}
#masthead{
    transition: 0.3s;
}
.site-logo a{
    display: inline-block;
}
.site-logo a svg{
    transition: 0.3s;
}
.sticky .site-logo a svg{
    width: 100px;
    height: auto;
}
#masthead.sticky{
    background: #000;
}
.gallery-slider .gallery-slider-item .two-row-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .gallery-slider .gallery-slider-item .two-row-image .slide-two-img:first-child{
    border-radius: 30px;
    width: 180px;
    height: 160px;
    overflow: hidden;
    margin-bottom: 14px;
}
.gallery-slider .gallery-slider-item .two-row-image .slide-two-img:last-child{
    border-radius: 0px 0px 86px 86px;
    width: 180px;
    height: 160px;
    overflow: hidden;
} */
.gallery-slider .gallery-slider-item .one-row-image .slide-two-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-slider .gallery-slider-item .one-row-image .slide-two-img{
    border-radius: 30px;
    width: 180px;
    height: 160px;
    overflow: hidden;

}
.gallery-slider .gallery-slider-item:nth-child(1n+3) .two-row-image .slide-two-img:first-child{
  margin-bottom: 14px;
  border-radius: 30px;
  width: 180px;
  height: 160px;
  overflow: hidden;
}
.gallery-slider .gallery-slider-item:nth-child(1n+3) .two-row-image .slide-two-img:last-child{
  border-radius: 0px 0px 86px 86px;
  width: 180px;
  height: 160px;
  overflow: hidden;
}
.gallery-slider .gallery-slider-item:nth-child(4n+3) .two-row-image .slide-two-img:first-child{
  border-radius:86px 86px 0px 0px;
  width: 180px;
  height: 160px;
  overflow: hidden;
  margin-bottom: 14px;
}
.gallery-slider .gallery-slider-item:nth-child(4n+3) .two-row-image .slide-two-img:last-child{
  border-radius: 30px;
  width: 180px;
  height: 160px;
  overflow: hidden;
}
.gallery-slider .gallery-slider-item:first-child .two-row-image .slide-two-img:first-child{
  border-radius: 30px;
  width: 180px;
  height: 160px;
  overflow: hidden;
  margin-bottom: 14px;
}
.gallery-slider .gallery-slider-item:first-child .two-row-image .slide-two-img:last-child{
  border-radius:0px 0px 86px 86px;
  width: 180px;
  height: 160px;
  overflow: hidden;
}

.email:hover{
  color: #000;
}
.gallery-slider .slick-arrow{
    display: none !important;
}
.gallery-slider .slick-dots{
    display: none !important; 
}
.gallery-slider{
    background-color: #F6F3F0;
    padding:70px 20px;
    position: relative;
    overflow: hidden;
    padding-top: 0px;
}
.gallery-slider{
    background-image: url(../images/gallery-back.png);
    background-position: center;
    background-repeat: no-repeat;
}
.two-row-image{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.one-row-image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-btn:hover{
    background: #A68965;
    color: #fff;
}
.footer-navigation ul li.current-menu-item a{
    font-weight: 600 !important;
    color: #A68965 !important;
}
.footer-navigation ul li a:hover{
    font-weight: 600 !important;
    color: #A68965 !important; 
}
.page-id-8 footer:before{
    display: none !important;
}
.page-banner img{
    width: 100%;
}
.page-banner:before{
width: 100%;
height: 100%;
content: "";
position: absolute;
left: 0px;
right: 0px;
bottom: 0px;
top: 0px;
background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.page-banner:after{
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(37, 48, 64, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    height: 130px;
    }
.page-banner{
    max-height: 439px;
    overflow: hidden;
    background: #ccc;
    position: relative;
}
.gallery-slider .slick-track{
  display: flex;
  align-items: center;
}
/*--about-us---*/
.banner-sec{
    position: relative;
}
.banner-btm-img {
    width: 286px;
    height: 389px;
    background: #FFFFFF;
    border: 1px solid rgba(142, 120, 91, 0.4);
    border-radius: 140px 140px 0px 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px;
    overflow: hidden;
    bottom: -172px;
    z-index: 1;
}
.banner-btm-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 140px 140px 0px 0px;
}
.about-sec{
    position: relative;
    overflow: hidden;
    padding: 70px 0px;
    padding-top: 200px;
    background-image: url(../images/aboutback.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.left-img{
    position: relative;
    width: 470px;
    max-width: 100%;
}
.left-img img{
    border-radius: 127px 0px 0px 0px;
    width: 470px;
    height: 535px;
    max-width: 100%;
    object-fit: cover;
}

.about-sec .abot_main_heading{
    font-weight: 400;
    font-size: 55px;
    line-height: 67px;
    letter-spacing: -0.015em;
    color: #192434;
    margin: 0px;
    text-align: center;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 60px;
    position: relative;
}
.about-sec .abot_main_heading:before{
    position: absolute;
    content: "";
    width: 67px;
    height: 12px;
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
.about-sec .abot_main_heading em{
    font-style: italic;
    font-weight: 400;
    font-size: 40px;
    line-height: 38px;
    letter-spacing: -0.015em;
    color: #A68965;
    display: inline-block;
}
.left-img-txt{
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    padding: 30px;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: -182px;
}
.left-img-txt p{
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #192434;
    margin: 0px;
}
.left-img-txt p strong{
    font-weight: 700;
}
/*.right-img-txt p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #192434;
    margin: 0px;
    width: 595px;
    max-width: 100%;
    margin-bottom: 30px;
}*/

.right-img-txt p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #192434;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
}
.right-img-txt p strong{
    font-weight: 600;
}

.right-img-txt p a{color: #A68965;text-decoration:underline;}
.right-img-txt p a:hover{color: #A68965;text-decoration:none;}

/*.right-img-txt{
    max-height: 730px;
    overflow-x: auto;
    width: 635px;
    max-width: 100%;
}*/
.right-img-txt{
    max-height: 898px;
    overflow-x: auto;
    width: 100%;
    max-width: 100%; padding-right: 30px;
}



.right-img-txt::-webkit-scrollbar {
    width: 2px;
    background: transparent;
    opacity: 0.2;
    border-left: 2px solid rgb(166 137 101 / 20%);
  }
   
   
  .right-img-txt::-webkit-scrollbar-thumb {
    background: transparent;
    width:2px;
    border-left: 2px solid #A68965;
    border-radius: 10px;
  }
  .legacy-sec .heading h2{
    color: #192434
  }
  .legacy-sec .heading p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    max-width: 100%;
    width: 570px;
    margin: 0 auto;
    color: #253040;
  }
  .timeline ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
  }
  .timeline-img{
    transition: color 500ms ease, text-shadow 500ms ease;
    display: inline-block;
    width: 170px;
    height: 202px;
  -webkit-clip-path: polygon(
    50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%
  );
  -moz-clip-path: polygon(
    50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%
  );
  -ms-clip-path: polygon(
    50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%
  );
  clip-path: polygon(
    50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%
  );
  }
  .timeline-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .timeline ul{
    position: relative;
  }
  .timeline ul:before{
    height: 100%;
    width: 2px;
    content: "";
    background: #A68965;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

  }
  .timeline-item{
    text-align: center;
    position: relative;
  }
  .timeline-img{
    display: inline-block;
  }
  .timeline-txt{
    width: 334px;
    text-align: left;
  }
  .timeline-txt h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    margin: 0px;
    background: #A68965;
    align-items: center;
    display: flex;
    padding: 11px 26px;
    margin-bottom: 24px;
    position: relative;
  }
  .timeline-txt h3 span{
    font-weight: 400;
    font-size: 32px;
    line-height: 33px;
    color: #FFFFFF;
    font-family: 'DM Serif Display', serif;
    margin-right: 12px;
  }
  .timeline-txt p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #192434;
    margin: 0px;
    padding-left: 26px;
  }
  .timeline-txt h3::before{
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #a68965;
    position: absolute;
    top: 0px;
    left: -6px;
    content: "";
  }
  .timeline-txt h3:after{
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-right: 25px solid #f6f3f0;
    border-bottom: 28px solid transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
  }
  .legacy-sec .heading{
    margin-bottom: 73px;
  }
  .timeline ul li:nth-child(odd) .timeline-txt{
    width: 334px;
    text-align: left;
    position: absolute;
    top: 50px;
    right: 160px;
  }
  .timeline ul li:nth-child(even) .timeline-txt{
    width: 334px;
    text-align: left;
    position: absolute;
    top: 50px;
    right: auto;
    left: 140px;
  }
 .timeline-img{
    margin-bottom: 127px;
 }
 .legacy-sec{
    position: relative;
    background: #F6F3F0;
    padding-top: 75px;
 }
 .timeline ul li:nth-child(even) .timeline-img{
    width: 150px;
    height: 170px;
 }
 .timeline ul li:nth-child(even) .timeline-txt h3:before{
   left: auto;
   right: -6px;
 }
 .timeline ul li:nth-child(even) .timeline-txt h3:after{
    left: 0px;
    top: 0px;
    right: auto;
    border-top: 28px solid transparent;
    border-left: 25px solid #f6f3f0;
    border-right: solid transparent !important;
    border-bottom: 28px solid transparent;
  }
  .timeline ul li:nth-child(even) .timeline-txt h3{
    padding-left: 45px;
  }
  .timeline ul li:nth-child(even) .timeline-txt p{
    padding-left: 45px;
  }
  .expertise-sec{
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .expert-left-img{
    width: 45%;
    position: relative;
  }
  .expert-right-img{
    width: 55%;
    background-image: url(../images/experties.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .bottom-img{
    position: absolute;
    bottom: 55px;
    right: -27px;
    width: 122px;
    height: 124px;
    z-index: 1;
  }
  .bottom-img img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .top-img{
    position: absolute;
    right: -101px;
    top: 49px;
    width: 213px;
    height: 217px;
    z-index: 1;
  }
  .top-img img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .main-img img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .expert-right-img{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 120px;
    padding-bottom: 60px;
    align-items: flex-start;
  }
  .expert-right-img h3{
    font-weight: 400;
    font-size: 87px;
    line-height:90px;
    color: #FFFFFF;
    font-family: 'DM Serif Display', serif;
    margin-bottom: 30px;
    position: relative;
  }
  .expert-right-img h3 span{
    font-style: italic;
    color: #A68965;
    display: block;
  }
  .expert-right-img p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0px;
    width: 610px;
    max-width: 100%;
    margin-bottom: 35px;
    position: relative;
  }
  .about .site-footer{
    margin-top: 0px !important;
    padding-top: 50px;
  }
  .timeline-img{
    position: relative;
  }
  .timeline ul li:nth-child(odd) .timeline-txt:before{
    position: absolute;
    width: 50px;
    height: 50px;
    content: "";
    background-image: url(../images/polygon1.png);
    background-repeat: no-repeat;
    left: -304px;
    top: -37px;
  }
  .timeline ul li:nth-child(odd) .timeline-txt::after{
    position: absolute;
    width: 17px;
    height: 17px;
    content: "";
    background-image: url(../images/polygon2.png);
    background-repeat: no-repeat;
    left: -67px;
    top: -50px;
  }
  .timeline ul li:nth-child(even) .timeline-txt:before{
    position: absolute;
    width: 33px;
    height: 33px;
    content: "";
    background-image: url(../images/polygon3.png);
    background-repeat: no-repeat;
    right: -311px;
    top: -37px;
  }
  .timeline ul li:nth-child(even) .timeline-txt::after{
    position: absolute;
    width: 17px;
    height: 17px;
    content: "";
    background-image: url(../images/polygon2.png);
    background-repeat: no-repeat;
    right: -138px;
    top: -116px;
  }
  .expert-right-img{
    position: relative;
  }
  .expert-right-img:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 72%);
    left: 0px;
    top: 0px;
  }
  .banner-heding{
    font-weight: 400;
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    font-family: 'DM Serif Display', serif;
    margin: 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 125px;

  }
  .banner-heding:before{
    position: absolute;
    content: "";
    width: 67px;
    height: 12px;
    background-image: url(../images/banner-bdr.png);
    background-repeat: no-repeat;
    background-position: center;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  .tab-sec{
    position: relative;
  }
  .tab-inr ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab-inr ul li a{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    padding: 18px 25px;
    transition: 0.3s;
    border-radius: 10px 10px 0px 0px;
  }
  .tab-inr ul li a:hover{
    color: #000;
    background: #fff;
  }
  .tab-inr ul li.active a{
    color: #000;
    background: #fff;
  }
  .tab-inr{
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    top: -51px;
  }
  .press-sec{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/aboutback.png);
    padding: 90px 0px;
    padding-bottom: 170px;
  }
  .press-item{
    position: relative;
    margin-bottom: 47px;
  }
  .press-item-img{
    position: relative;
  }
  .press-item-img{
    height: 208px;
  }
  .press-item-img.offline-media-images{
    height: auto;border-radius: 10px 10px 0px 0px; padding: 15px; overflow: hidden; border: 1px solid rgb(166 137 101 / 50%); text-align: center;
  }

  .feature-press  .press-item-img{
    height: 659px;
    width: 100%;
    
  }
.press-item-img img{

    width: auto;
    height:384px; margin: auto;
    /*object-fit: cover;*/
  }
  .press-item-img.online-media-cat img{ height:240px }
  .feature-press  .press-item-img img{ height:auto; width:100% }
  .press-item-img{
    margin-bottom: 30px;
  }
  .feature-press  .press-item-img {
    margin-bottom: 40px;
  }
  .press-item-img span{
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #A68965;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 0px 30px 0px 0px;
    padding: 14px 15px;
  }
  .press-item .press_list_title{
    font-weight: 400;
    font-size: 34px;
    line-height: 35px;
    color: #192434;
    font-family: 'DM Serif Display', serif; 
    margin: 0px;
    margin-bottom: 14px;
    text-decoration: none;
  }
  .press-item p{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    color: #9298A0;
    text-decoration: none;
  }
  .press-sec a{
    text-decoration: none;
  }
  .feature-press .press-item{
    padding-bottom: 38px;
    border-bottom: 1px solid rgb(0 0 0 / 30%);
  }
  .page-nav{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-nav li a.page-numbers,
  .page-nav li span.page-numbers{
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ADADAD;
    background: transparent;
    border-radius: 36px;
    transition: 0.3ms;
    cursor: pointer;
    width: 30px;
    height: 36px;
    margin: 0px 5px;
  }
  .page-nav .page-numbers.next{
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #1B234A;
    padding: 12px 11px;
    padding-right: 15px;
    background: #FFFFFF;
    border: 1px solid #ADADAD;
    border-radius: 36px;
    width: auto;
    height: auto;
  }
  .page-nav .page-numbers.next span{
    margin-left: 10px;
    margin-top: 1px;
  }
  .page-nav .page-numbers.current{
    color: #fff;
    background: #A68965;
  }
  .page-nav a.page-numbers:hover,
  .page-nav span.page-numbers:hover{
    color: #fff;
    background: #A68965;
  }
  .page-nav .page-numbers.prev{
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #1B234A;
    padding: 12px 11px;
    padding-right: 15px;
    background: #FFFFFF;
    border: 1px solid #ADADAD;
    border-radius: 36px;
    width: auto;
    height: auto;
  }
  .page-nav .page-numbers.prev span{
    margin-right:10px;
    margin-top: 1px;
  }
  .video-item-box{
    width: 100%;
    height: 207px;
    background: #ccc;
    overflow: hidden;
    margin-bottom: 22px;
    position: relative;
  }
  .video-item-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .video-item-box span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 35.46px;
    height: 35.46px;
    background: rgba(0, 0, 0, 0.52);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 40%;
  }
  .video-item-box span i{
    font-size: 14px;
    color: #fff;
  }
  .video-item .interview_title{
    margin: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #192434;
  }
  .video-item a{
    text-decoration: none;
  }
  .video-item{
    margin-bottom: 55px;
  }
  .interview-wapper{
    position: relative;
    width: 100%;

    background-image: url(../images/aboutback.png);
    padding-bottom: 100px;
  }
  .interview-wapper .container{
    background: #fff;
    padding: 24px;
    padding-bottom: 0px;
    position: relative;
    top: -38px;
  }
  .book-sec{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/aboutback.png);
    padding: 95px 0px;
  }
  .book-item-img{
    width: 100%;
    height: 270px;
    overflow: hidden;
    margin-bottom: 23px;
  }
/*   .book-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */
  .book-item p{
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: rgba(37, 48, 64, 0.5);
    margin: 0px;
    margin-bottom: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    min-height: 34px;
  }
  .book-item-btm{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .book-item-btm b{
    font-size: 24px;
    line-height: 25px;
    color: #253040;
    display: inline-block;
    font-family: 'DM Serif Display', serif; 
  }
  .book-item-btm a{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 8px 15px;
    background: #A68965;
    border-radius: 100px;
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
  }
  .book-item-btm a:hover{
    background: #000;
  }
  .book-item{
    margin-bottom:90px;
    padding: 0 15px;
  }
  .single-book .page-banner{
    max-height: 240px;
  }
  .book-details-sec{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/aboutback.png);
    padding: 95px 0px;
  }


  /* .book-img{
    text-align: center;
  } */
  .book-txt h1{
    font-weight: 400;
    font-size: 55px;
    line-height: 67px;
    letter-spacing: -0.015em;
    color: #192434;
    margin: 0px;
    font-family: 'DM Serif Display', serif; 
    margin-bottom: 33px;
  }
  .book-txt p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #192434;
    width: 559px;
    max-width: 100%;
    margin: 0px;
    margin-bottom: 30px;
  }
  .book-txt b{
    font-weight: 400;
    font-size: 40px;
    line-height: 49px;
    letter-spacing: -0.015em;
    display: block;
    color: #192434;
    font-family: 'DM Serif Display', serif; 
    margin-bottom: 33px;
  }
  .buy-now-btn{
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: inline-block;
    padding: 14px 14px;
    background: #A68965;
    border-radius: 100px;
    transition: 0.3s;
    width: 265px;
    text-decoration: none;
  }
  .buy-now-btn:hover{
    background: #000;
    color: #FFFFFF;
  }
  .book-details-sec .container .row{
    align-items: center;
  }
  .book-details-sec .container{
    padding: 0px 100px;
  }
  .book-details-sect-two .container{
    padding: 0px 100px;
  }
  .book-details-sect-two{
    background: linear-gradient(180deg, #F6F3F0 73.67%, rgba(246, 243, 240, 0) 100%);
    position: relative;
    padding:90px 0px;
    overflow: hidden;
  }
  .book-details-sect-two h2{
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
    text-align: left;
    letter-spacing: -0.015em;
    color: #192434;
    margin: 0px;
    font-family: 'DM Serif Display', serif; 
    margin-bottom: 31px;
  }
  .book-details-sect-two h2 span{
    font-size: 29px;
    font-style: italic;
  }
  .book-text-details-flx{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 42px;
  }
  .book-text-details-flx img{
    width: 200px;
    height: 200px;
    overflow: hidden;
    object-fit: cover;
    margin-right: 28px;
  }
  .book-text-details {
    width: calc(100% - 230px);
  }
  .book-text-details p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #192434;
    margin: 0px;
  }
  .book-text-details p strong{
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin-bottom: 30px;
  }
  .details-video{
    width: 100%;
    height: 677px;
    background: #ccc;
    position: relative;
    margin-bottom: 0;
  }
  .details-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .details-video span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 115px;
    height: 80px;
    background-image: url(../images/playbtn.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 45%;
  }
  .creation{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/aboutback.png);
    padding: 95px 0px;
  }
  .creation-item-img{
    height: 207px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
  }
  .creation-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .creation-item h4{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
    color: #253040;

  }
  .creation-item-img span{
    position: absolute;
    width: 35.46px;
    height: 35.46px;
    background: rgba(0, 0, 0, 0.52);
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    top: 40%;
    color: #fff;
  }
  .creation-item{
    margin-bottom: 58px;
  }
  .row a{
    text-decoration: none;
  }
  .contact-us-sec{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/aboutback.png);
    padding: 95px 0px;
  }
  .from-group p label{
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    color: #192434;
  }
  .from-group p label span{
    color: #FF0000;
  }
  .from-group p input{
    border: 0px;
    padding: 20px 0px;
    border-bottom: 1px solid #192434;
    outline: none;
    border-radius: 0px;
  }
  .form-control:focus{
    box-shadow: none;
    border-color: #192434;
  }
  .from-group p input::placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #192434;
    opacity: 0.5;
  }
  .from-group{
    position: relative;
    padding-bottom: 35px;
  }
  .from-group-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .from-group-flex .from-group{
    width: 45%;
  }
  .from-group textarea{
    border: 0px;
    padding: 20px 0px;
    border-bottom: 1px solid #192434;
    outline: none;
    border-radius: 0px;
    height: 100px;
    resize: none;
  }
  .from-group .wpcf7-submit{
    padding: 18px 22px;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0px;
    background-color: #A68965;
    border-radius: 100px;
    transition: 0.3s;
    background-image: url(../images/btn-arw.png);
    background-repeat: no-repeat;
    padding-right: 50px;
    background-position: 94% 13px;
    width: 195px;
    text-align: left;
  }
  .from-group .wpcf7-submit:hover{
    background-color: #000;
    color: #fff;
  }
  .from-group.flx-p p{
    display: flex;
    align-items: center;
  }
  .from-group .wpcf7-not-valid-tip{
    color: #dc3232;
    font-weight: normal;
    display: block;
    position: absolute;
    font-size: 14px;
    bottom: -31px;
  }
  .wpcf7-response-output{
    margin: 0px !important;
    text-align: center;
    font-size: 14px;
    border-color: rgb(232 22 42 / 52%) !important;
    background: rgb(232 22 42 / 5%);
    color: #e8162a;
    border-width: 1px !important;
  }
  .wpcf7 form.sent .wpcf7-response-output{
    border-color: rgb(70 180 80 / 61%) !important;
    background: rgb(70 180 80 / 14%) !important;
    color: #46b450 !important; 
  }
  .from-group.flx-p{
    padding-bottom: 0px;
    padding-top: 42px;
  }
  .page-nav ul{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
    list-style: none;
  }
  .blog-sec{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/aboutback.png);
    padding: 95px 0px;
  }
  .recent-blog{
    height: 658px;
  }
  .recent-blog a{
    display: block;
    height: 100%;
  }
  .recent-blog a article{
    position: relative;
    width: 100%;
    height: 100%;
  }
  .recent-blog a article img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .recent-blog a article span{
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #A68965;
    border-radius: 5px;
    width: 122px;
    position: absolute;
    top: 33px;
    left: 36px;
    padding: 10px;
  }
  .blg-btm{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
    padding: 36px;
  }
  .blg-btm small{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    display: inline-block; 
    color: #FFFFFF;
    margin-bottom: 26px;
  }
  .blg-btm h3{
    font-weight: 400;
    font-size: 48px;
    line-height: 49px;
    color: #FFFFFF;
    font-family: 'DM Serif Display', serif;
    margin: 0px;
    margin-bottom: 25px;
  }
  .blg-btm p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0px;
  }
  .blog-hdn{
    margin-top: 83px;
    font-weight: 400;
    font-size: 55px;
    line-height: 57px;
    text-align: left;
    color: #253040;
    margin-bottom: 49px;
    font-family: 'DM Serif Display', serif;
  }
  .latest-item {
    margin-bottom: 100px;
  }
  .latest-item a{
    display: block;

  }
  .latest-item  .blog-img{
    position: relative;
    width: 100%;
    height: 380px;
    background: #ccc;
    margin-bottom: 33px;
  }
  .latest-item  .blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .latest-item  .blog-img span{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #A68965;
    background: #FFFFFF;
    border-radius: 0px 30px 0px 0px;
    padding: 13px 30px;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .latest-item h4{
    font-weight: 400;
    font-size: 34px;
    line-height: 35px;
    color: #192434;
    margin: 0px;
    margin-bottom: 16px;
    font-family: 'DM Serif Display', serif;
  }
  .latest-item p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #192434;
    margin: 0px;
  }
  .older-post-box{
    text-align: center;
    margin-top: 172px;
  }
  .older-post-box a{
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 18px 27px;
    padding-right: 13px;
    background: #A68965;
    border-radius: 100px;
    display: inline-block;
    transition: 0.3s;
  }
  .older-post-box a span{
    width: 25px;
    height: 25px;
    background: #FFFFFF;
    border-radius: 100px;
    display: inline-flex;
    color: #A68965;
    align-items: center;
    overflow: hidden;
    margin-left: 34px;
    transition: 0.3s;
  }
  .older-post-box a span i{
    position: relative;
    left: -6px;
  }
  .older-post-box a:hover{
    background: #000;
  }
  .no-result{
    font-size: 16px;
    text-align: center;
    color: #000;
    padding: 50px;
  }
  .blog-details-images{
    position: relative;
    height: 658px;
    overflow: hidden;
  }
  .blog-details-images img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .blog-details-images:before{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
    width: 100%;
    height: 322px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    content: "";
  }
  .blog-details-images span{
    font-weight: 800;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #A68965;
    border-radius: 5px;
    width: 122px;
    position: absolute;
    top: 33px;
    left: 36px;
    padding: 10px;
  }
  .blog-details-images small{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #A68965;
    background: #FFFFFF;
    border-radius: 0px 30px 0px 0px;
    padding: 13px 30px;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  .blog-details-images{
    margin-bottom: 56px;
  }
  .blog-details .entry-content{
    padding: 0px 100px;
  }
  .blog-details .entry-content .entry-title{
    font-weight: 400;
    font-size: 48px;
    line-height: 49px;
    color: #192434;
    font-family: 'DM Serif Display', serif;
    margin: 0px;
    margin-bottom: 30px;
  }
  .blog-details .entry-content p:first-child{
    color: #5F727F;
    margin-bottom: 56px;
  }
  .blog-details .entry-content p,.blog-details .entry-content ul li,.blog-details .entry-content ol li{
    font-weight: 400;
    font-size: 14px ;
    line-height: 22px;color: #192434; font-family: 'Montserrat', sans-serif;  
    margin: 0px;margin-bottom: 30px ;}
    .blog-details .entry-content p a,.blog-details .entry-content ul li a,.blog-details .entry-content ol li a{color: #192434; text-decoration: underline;}
    .blog-details .entry-content p a:hover,.blog-details .entry-content ul li a:hover,.blog-details .entry-content ol li a:hover{ color:#000; text-decoration:none; }

  .blog-details .entry-content h2{ margin-bottom:30px; font-weight:600;font-family: 'Montserrat', sans-serif;  }
.blog-details .entry-content h2 strong{ font-weight:600 }
.blog-details .entry-content figure{ text-align:center; margin-bottom:30px; width:auto !important; }
.blog-details .entry-content img{ max-width:100%; height:auto; }

/*  .blog-details .entry-content p span{color: #192434 !important; font-family: 'Montserrat', sans-serif !important;font-size: 14px !important;
    line-height: 20px !important; background-color: transparent !important; }
    .blog-details .entry-content p br, .blog-details .entry-content p span br{ display:none; }
    .blog-details .entry-content p a,.blog-details .entry-content div a{ color: #192434 !important; }
    .blog-details .entry-content p a:hover,.blog-details .entry-content div a:hover{ text-decoration:underline; }
.blog-details .entry-content p a{ float:none !important; text-align:left !important; }
.blog-details .entry-content div a{ text-align:left !important; }
.blog-details .entry-content div br{ display:none; }*/

  .blog-details .entry-content p img{
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .blog-details .entry-content p strong{
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #192434;
  }
  .blog-details{
    position: relative;
    width: 100%;
    background-image: url(../images/aboutback.png);
    padding-bottom: 50px;
  }
  .blog-details .container{
    position: relative;
    top: -167px;
  }
  .blog-details .container .blog-details-images{
    border: 8px solid #fff;
  }
  .blog-details .container .nopost_thumbnail .blog-details-images{border: none; height:auto;margin: 0;
    text-align: left;}
/*  .blog-details .nopost_thumbnail  .entry-content .entry-title{ color:#FFF }*/
  .blog-details .container .nopost_thumbnail .blog-details-images:before{ content:none; }
  .nopost_thumbnail .blog-details-images small{position: static; display: inline-block; background-color: transparent;padding: 0; margin-bottom: 30px}

  .nopost_thumbnail_banner_blog_details  {max-height: inherit;height: 220px;}
  .post_details_wrapper.nopost_thumbnail { padding-bottom:40px } 

  .blog-details.nopost_thumbnail_banner_blog_details .container{ top:0 }
  .blog-details.nopost_thumbnail_banner_blog_details { height:auto; }
  .blog-details{ padding:100px 0 }
  
  .blog-details .entry-content ul{
      margin: 0;
          padding: 0;
          margin-left: 16px;
  }
  .single-post .nav-links{
    display: flex;
    align-items: center;
    padding: 0px 100px;
    justify-content: space-between;
    margin-top: 20px; position: relative; z-index: 2;
  }
  .single-post .nav-links a{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    text-align: center;
    color: #5F727F;
    transition: 0.3s;
  }
  .single-post .nav-links .nav-previous a svg{
    margin-right: 20px;
    fill:#5F727F;
  }
  .single-post .nav-links .nav-next a svg{
    margin-left: 20px;
    fill:#5F727F;
  }
  .single-post .nav-links .nav-previous:hover a{
    color: #A68965;
  }
  .single-post .nav-links .nav-previous:hover a svg{
    fill:#A68965;
  }
  .single-post .nav-links .nav-next:hover a{
    color: #A68965;
  }
  .single-post .nav-links .nav-next:hover a svg{
    fill:#A68965;
  }
  .writing-sec{
    position: relative;
    width: 100%;
    overflow: hidden;
    background-image: url(../images/aboutback.png);
    padding-bottom: 190px;
    padding-top: 95px;
  }
  .recent img{
    height: 533px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 48px;
  }
  .recent  .recent-details{
    text-align: center;
  }
  .recent  .recent-details span{
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #A68965;
    display: block;
    text-align: center;
    margin-bottom: 18px;
  }
  .recent  .recent-details h4 {
    font-weight: 400;
    font-size: 34px;
    line-height: 37px;
    text-align: center;
    color: #192434;
    width: 723px;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 26px;
    font-family: 'DM Serif Display', serif;
      }
      .recent {
        margin-bottom: 56px;
      }
      .recent  .recent-details h4 a{
        color: #192434;
        transition: 0.3s;
      }
      .recent  .recent-details h4 a:hover{
       color: #A68965;
      }
      .recent  .recent-details p{
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        color: #5F727F;
        width: 536px;
        max-width: 100%;
        margin: 0 auto;
      }
      .recent  .recent-details {
        padding-bottom: 58px;
        border-bottom: 1px solid #D7D7D7;
      }
      .writing-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 30px;
      }
      .writing-item img{
         max-width: 100%;
        width: 288px;
        height: 210px;
        margin-right: 25px;
      }
      .writing-item  .recent-details{
        width: calc(100% - 315px);
      }
      .writing-item  .recent-details span{
        font-weight: 600;
        font-size: 12px;
        line-height: 15px;
        color: #A68965;
        display: inline-block;
      }
      .writing-item  .recent-details h4{
        font-weight: 400;
        font-size: 28px;
        line-height: 29px;
        color: #192434;
        width: 417px;
        max-width: 100%;
        margin: 0px;
        margin-bottom: 14px;
        font-family: 'DM Serif Display', serif;
      }
      .writing-item  .recent-details h4 a{
        color: #192434;
        transition: 0.3s;
      }
      .writing-item  .recent-details h4 a:hover{
        color: #A68965;
      }
      .writing-item  .recent-details p{
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        margin: 0px;
        color: #5F727F;
        width: 417px;
        max-width: 100%;
      }
      .writing-right{
        background: #F6F3F0;
        padding: 24px;
      }
      .writing-right .writing-item img{
        width: 137.75px;
        height: 100.45px;
        margin-right: 16px;
      }
      .writing-right .writing-item .writing-item-details span{
        font-weight: 600;
        font-size: 10px;
        line-height: 12px;
        color: #5F727F;
        display: inline-block;
        margin-bottom: 6px;
      }
      .writing-right .writing-item .writing-item-details h4{
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
        color: #192434;
        margin: 0px;

      }
      .writing-right .writing-item .writing-item-details h4 a{
        color: #192434;
        transition: 0.3s;
      }
      .writing-right .writing-item .writing-item-details h4 a:hover{
        color: #A68965;
      }
      .writing-right .writing-item{
        margin-bottom: 10px;
      }
      .writing-right .writing-item .writing-item-details{
        width: calc(100% - 155px);
      }
      .a2a_kit{
        padding: 0px !important;
        top:60% !important;
      }
      .a2a_kit a{
        padding: 0px !important;
        margin-bottom: 4px !important;
      }
      .a2a_kit a .a2a_svg{
        width: 33px !important;
        height: 33px !important;
        border-radius: 0px !important;
      }
      .a2a_kit a .a2a_svg.a2a_s_facebook{
        background: #5F727F !important; 
      }
      .a2a_kit a .a2a_svg.a2a_s_twitter{
        background: #A68965 !important;
      }
    
      .a2a_kit a .a2a_svg.a2a_s_linkedin{
        background: #5F727F !important; 
      }
      .a2a_kit a .a2a_svg.a2a_s_email{
        background: #5F727F !important; 
      }
      .entry-content .addtoany_share_save_container{
         display: none;
      }
     
        .nothing-hare {
          position: relative;
          width: 100%;
          padding: 100px 0px;
          background: #fff;
          padding-bottom: 300px;
          text-align: center;
      }
      
      .error404 header#masthead{
        background: #000;
        position: relative;
      }
      .nothing-hare h1{
        background: url(../images/book.png);
        font-size: 200px;
        text-transform: uppercase;
        text-align: center;
        background-attachment: fixed;
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        font-family: 'DM Serif Display', serif;
        font-weight: 600;
      }
    .custom-menu{
      display: none;
      background: transparent;
      border: 0px;
      cursor: pointer;
      outline: none;
      transition: 0.3s;
    }
    .custom-menu span{
      width: 20px;
      height: 2px;
      background: #fff;
      display: block;
      margin: 5px 0px;
    }
    .book-item h2{
      margin: 0px;
      font-weight: 400;
      font-size: 24px;
      color: #253040;
      font-family: 'DM Serif Display', serif;
      margin-top: 25px;
      margin-bottom: 14px;
    }
    .contact-us-sec .contact_hed_sub{
      font-weight: 400;
      font-size: 55px;
      line-height: 67px;
      letter-spacing: -0.015em;
      text-transform: capitalize;
      color: #192434;
      margin: 0px;
      margin-bottom: 48px;
      font-family: 'DM Serif Display', serif;
    }
    .from-group p{
      margin: 0px;
    }
    .contact-us-sec .col-sm-6 img{
      max-width: 100%;
    }
    .a2a_floating_style.a2a_vertical_style {
      display: none;
  }
  .single-post .a2a_floating_style.a2a_vertical_style {
    display: block;
}


.testimonial_slider_loop{ padding-top:40px }
.testimonial_slider_loop p{ line-height:28px }
.testimonial_speaker{ display:block;font-weight: 700;color: #A68965; font-size:18px; padding-top:10px }

.testimonial_wrappre_sec.social_sec .slick-arrow{ display:block !important; }
.testimonial_wrappre_sec .slick-prev{ left:5% }
.testimonial_wrappre_sec .slick-next{ right:5% }



.blockquote_section {font-weight: 400;font-size:18px; line-height:30px; font-style: italic; color: #B49165;margin: 0px; /*font-family: 'DM Serif Display', serif;*/ position: relative;text-align: left; padding:30px; background-color: #FFF; border: 1px solid #8E785B;}
/*body.about .blockquote_section{margin-top: 125px;}*/


/*---Responsive---*/
@media (max-width: 1400px) { 
    .timeline ul li:nth-child(even) .timeline-txt{left:0}
    .timeline ul li:nth-child(odd) .timeline-txt{right:0}
    .expert-right-img h3{font-size:60px;line-height:60px}
    .banner .slider-item{height:650px}
    .play-btn{width:50px;height:50px;font-size:20px}
    .video-slider .slick-arrow{top:34%}
}

@media (max-width: 1200px) {
    .from-group.flx-p{padding-top:68px}
    .from-group p label{font-size:16px}
    .contact-us-sec .contact_hed_sub{font-size:44px;margin-bottom:20px}
    .recent{margin-bottom:30px}
    .recent .recent-details{padding-bottom:25px}
    .writing-item .recent-details h4{font-size:20px;line-height:24px}
    .recent .recent-details h4{font-size:30px}
    .writing-right .writing-item .writing-item-details{width:calc(100% - 0px);margin-top:10px;margin-bottom:20px}
    .blog-hdn{font-size:40px;margin-top:30px;margin-bottom:20px}
    .book-item-img{height:auto;max-height:280px}
    .top-img{width:160px;height:160px}
    .expert-right-img p{padding-right:30px}
    .expert-right-img h3{font-size:40px;line-height:45px}
    .heading h2{font-size:40px}
    .left-img-txt p{font-size:16px}
    .about-sec .abot_main_heading{font-size:40px}
    .timeline ul li:nth-child(even) .timeline-txt{left:0}
    .timeline ul li:nth-child(odd) .timeline-txt{right:0}
    .slick-center .play-btn{top:31%;width:50px;height:50px;font-size:20px}
    .video-slider .slick-arrow{top:30%}
}
@media (max-width: 1024px) {
    .powered-by{font-size:13px}
    .site-name{font-size:13px}
    .btn-row .button-item{padding:7px 25px;font-size:14px}
    footer .site-logo svg{position:relative;width:250px}
    .timeline ul li:nth-child(odd) .timeline-txt{right:0}
    .timeline ul li:nth-child(even) .timeline-txt{left:0}
}
/*// Large devices (desktops, less than 1200px)*/
@media (min-width:992px) and (max-width: 1199.98px)
{
  .about-btn span{ margin-left: 2px;}
  .about-txt2{ padding-left: 0;}
  .site-logo-footer{  width: 210px;}
  .info-left,.info-left{ font-size:12px;}
  .blockquote_section{ padding: 20px; font-size: 16px; line-height: 25px;}
  .wp-video{ width: 100%  !important;}
  .banner-btm-img{bottom: -270px;}
  .about-sec{padding-top: 330px;}
  .banner-heding{ bottom: 20%;}
}
@media (max-width: 992px) { 
    .single-post .a2a_floating_style.a2a_vertical_style{display:block}
    .from-group.flx-p{padding-top:40px}
    .contact-us-sec .col-sm-6 img{max-width:100%;width:100%;height:600px;object-fit:cover;margin-bottom:30px}
    .contact-us-sec .container .col-sm-6{width:100%}
    .writing-right .writing-item .writing-item-details{width:calc(100% - 155px)}
    .recent img{margin-bottom:25px;height:auto}
    .writing-sec .container .col-sm-12{width:100%}
    .creation-item{margin-bottom:20px}
    .creation .container .col-md-4{width:50%}
    .blog-details-images{height:450px}
    .blog-details .entry-content .entry-title{font-size:35px;margin-bottom:20px}
    .blog-details-images{margin-bottom:20px}
    .single-post .nav-links{padding:0 20px}
    .blog-details .entry-content{padding:0 20px}
    .recent-blog{height:458px}
    .older-post-box a{padding:11px 17px;padding-right:13px}
    .older-post-box{margin-top:50px}
    .latest-item{margin-bottom:20px}
    .latest-item .blog-img{margin-bottom:10px;height:250px}
    .latest-item h4{font-size:24px}
    .blg-btm h3{font-size:38px;line-height:20px}
    .book-item-btm b{font-size:16px}
    .book-sec .col-sm-6{width:33.33%}
    .book-item h2{font-size:20px; min-height: 49px;}
    .interview-wapper .col-sm-12{width:50%}
    .page-banner{height:400px}
    .page-banner img{height:400px}
    .banner-heding{font-size:40px;bottom: 20%;}
    .press-sec{padding-bottom:150px}
    .press-sec .col-md-4{width:50%}
    .press-item .press_list_title{font-size:20px;line-height:24px}
    .feature-press .press-item-img{height:auto}
    .left-img-txt p{font-size:14px}
    .timeline ul li:nth-child(even) .timeline-txt p{padding-left:25px}
    .timeline-txt h3 span{font-size:20px}
    .timeline-txt h3{font-size:14px}
    .legacy-sec{padding-top:50px}
    .legacy-sec .heading{margin-bottom:40px}
    .about-sec .abot_main_heading{margin-bottom:80px}
    .timeline ul li:nth-child(even) .timeline-txt{width:268px}
    .timeline ul li:nth-child(odd) .timeline-txt{width:268px}
    .banner-btm-img{width:250px;height:330px;padding:8px}
    .site-footer:before{bottom:456px}
    .site-footer{position:relative;padding-top:50px}
    .site-name{order:-3}
    .powered-by{order:-2;margin:8px 0}
    .footer-copy-right{flex-direction:column}
    .info .info-left{width:100%;margin-bottom: 20px;}
    .info .info-right{width:100%}
    footer .site-logo svg{position:relative;width:200px}
    .play-btn{width:50px;height:50px;top:30%}
    .video-slider .slick-next{top:29%;right:29%}
    .slider-txt p{font-size:14px;line-height:20px}
    .heading h2{font-size:35px}
    .social-slider-item p{text-align:center}
    .social-txt h2{font-size:35px}
    .col-md-4.text-right{text-align:center}
    .about-txt2{width:100%;text-align:center;margin-top:30px;padding-left:0}
    .about-txt2 strong{width:100%!important}
    .about-txt{width:100%!important;text-align:center}
    .about-txt p{width:100%!important}
    .about-us-sec .col-md-4{width:100%}
    .about-txt p{font-size:14px;margin-bottom:25px}
    .about-txt h2{font-size:35px;margin-bottom:10px}
    .banner-content span{top:107px}
    .banner .slider-item{height:580px}
    .banner-content h2{font-size:35px}
    .banner-content h2 em{font-size:35px}
    .book-details-sec .container,.book-details-sect-two .container{ padding:0 30px }
    .testimonial_slider_loop_inn { width:70% }
    .book-text-details{ width:100%; padding-top:30px }
    .book-text-details-flx img{ margin:0 auto; }
    .testimonial_wrappre_sec .slick-next{ right:0 }
    .testimonial_wrappre_sec .slick-prev{ left:0 }
    .about_us_section_top_left,.about_us_section_top_right{width: 100%;}
    .about_us_section_top_right{ margin-top: 30px;}
    .left-img{ width: 100%;}
    .wp-video{ width: 40% !important;margin: auto;}
}
@media (max-width: 991px) { 
    .video-item{margin-bottom:30px}
    .about-sec .container{max-width:90%}
    .legacy-sec .container{max-width:90%}
    .btn-row .button-item{margin-bottom:10px}
    .btn-row .text-center:last-child .button-item{margin-bottom:0}
    .info{flex-direction:column;margin-top:30px}
    footer .site-logo::before{display:none}
    footer{text-align:center}
    footer #primary-menu-list li{width:100%;text-align:center}
    .site-footer:before{bottom:720px}
    footer .container .col-sm-12{width:100%}
    .video-slider .slick-next{top:38%;right:0}
    .video-slider .slick-prev{top:38%;left:18px}
    .site-logo-footer{ margin: auto;}
    .footer_top_image_sec{ margin-bottom:40px;}
    .about-txt h2:before{ right:0; margin: auto;}
}
@media (max-width: 812px) { 
    .left-img-txt p{text-align:center}
    .expert-right-img{align-items:center}
    .expert-right-img p{padding-right:0;width:100%}
    .expert-right-img h3{width:100%}
    .expert-right-img{width:100%;padding:50px 20px;text-align:center}
    .expert-left-img{width:100%;height:400px}
    .right-img-txt p{width:100%;text-align:center}
    .right-img-txt{width:100%;margin-top:50px;max-height:max-content}
    .left-img-txt{position:relative;left:auto;right:auto;bottom:auto}
    .left-img img{border-radius:0;width:100%;height:auto}
    .left-img{width:100%}
    .about-sec .container .col-sm-12{width:100%}
    .timeline ul li:nth-child(even) .timeline-txt h3:before{left:-7px;right:auto}
    .timeline ul li:nth-child(even) .timeline-txt h3:after{left:auto;top:0;right:0;border-top:28px solid transparent;border-right:25px solid #f6f3f0!important;border-bottom:28px solid transparent;border-left:25px solid transparent}
    .legacy-sec{padding-bottom:50px}
    .timeline-txt h3{margin-bottom:0}
    .timeline-img{margin-bottom:28px}
    .timeline-txt{margin-bottom:30px}
    .timeline-txt p{padding:20px;text-align:center;background:#fff}
    .timeline-txt h3{justify-content:center}
    .timeline-txt h3::before{display:none}
    .timeline-txt h3::after{display:none}
    .timeline ul li:nth-child(odd) .timeline-txt{position:relative;top:auto;width:calc(100% - 0px)}
    .timeline ul li:nth-child(even) .timeline-txt{position:relative;top:auto;width:calc(100% - 0px)}
    .timeline-txt::before{display:none}
    .timeline-txt::after{display:none}
    .expert-right-img h3{font-size:30px}
    header#masthead .menu-wrapper{width:100%}
    .right-img-txt p{margin-bottom:17px;line-height:24px}
    .about-sec{padding-bottom:50px}
    .expert-left-img .top-img{display:none}
    .expert-left-img .bottom-img{display:none}

    /*new css date 7/7/2023*/
    .blockquote_section .wp-video{margin: 0 auto;}
}
@media (max-width: 767px) {
    .nothing-hare{padding-bottom:90px}
    .contact-us-sec .contact_hed_sub{font-size:30px}
    .contact-us-sec{padding-top:50px;padding-bottom:50px}
    .writing-sec{padding:50px 0}
    .writing-item .recent-details{width:calc(100% - 240px)}
    .writing-item img{width:210px}
    .recent .recent-details h4{font-size:25px}
    .creation{padding-top:50px;padding-bottom:20px}
    .single-post .page-banner{display:none}
    .blog-details{padding-top:50px}
    .blog-details .container{top:auto}
    .blog-details .entry-content p{line-height:28px;margin-bottom:20px}
    .blog-details-images{margin-bottom:0}
    .blog-details .entry-content .entry-title{font-size:30px}
    .latest-item .blog-img{height:300px}
    .blog-hdn{font-size:30px;margin-top:20px}
    .blg-btm h3{font-size:30px;line-height:36px}
    .older-post-box{margin-bottom:50px}
    .blog-sec{padding-top:50px;padding-bottom:0}
    .recent-blog{height:400px}
    .book-sec .col-sm-6{width:50%}
    .book-sec{padding-top:50px;padding-bottom:0}
    .video-item .interview_title{font-size:15px}
    .interview-wapper{padding-bottom:0}
    .press-sec{padding-bottom:50px}
    .page-banner img{height:200px}
    .press-sec{padding-top:50px}
    .banner-heding:before{bottom:-3px}
    .banner-heding{font-size:30px}
    .page-banner{max-height:200px}
    .about-sec .abot_main_heading em{font-size:30px}
    .about-sec .abot_main_heading{font-size:30px}
    .custom-menu{display:block}
    .custom-menu:hover span{background:#B49165}
    .btn-row .button-item{padding:7px 23px;font-size:14px}
    .powered-by{order:-2;margin:10px 0}
    .site-name{order:-3}
    .footer-copy-right{flex-direction:column}
    .site-footer{padding-top:50px;text-align:center}
    footer .site-logo:before{display:none}
    .footer-navigation{text-align:center;margin-bottom:30px}
    .site-footer{margin-top:0}
    .site-footer:before{display:none}
    .btn-row .button-item{margin-bottom:15px}
    .info{flex-direction:column;position:relative;text-align:center}
    .info-left{width:100%}
    .info-right{width:100%}
    footer #primary-menu-list li{width:100%}
    .container{width:100%}
    .btn-row .text-center:last-child .button-item{margin-bottom:0}
    .site-logo{margin-bottom:0}
    .site-logo svg{width:80px;height:40px}
    .sticky .site-logo a svg{width:80px;height:40px}
    .social-txt h2{font-size:30px;line-height:28px}
    .social-txt p{font-size:15px}
    .about-txt{text-align:center}
    .about-txt h2{font-size:30px;line-height:28px;margin-bottom:25px}
    .about-txt p{font-size:14px;line-height:26px;margin-bottom:15px;width:100%}
    .about-btn{padding:9px 14px;padding-right:8px}
    .about-txt2{padding-left:0;margin-top:20px;text-align:center}
    .about-txt2 p{width:100%!important}
    .about-txt p strong{width:100%!important}
    .text-right{text-align:center}
    .heading h2{font-size:30px;line-height:20px}
    .interview-sec{padding:50px 20px;padding-bottom:30px}
    .publication{padding:50px 0}
    .btn-sec .view-all-btn{padding:9px 14px;padding-right:8px}
    .video-slider .slick-current.slick-active{transform:scale(1)}
    .slide-doc{height:auto}
    .slider-txt p{text-align:center;font-size:14px}
    .about-us-sec{padding:50px 0}
    header#masthead{position:relative;background:#000;display:flex;padding:10px 15px;justify-content:space-between;align-items:center}
    header#masthead .menu-wrapper{padding-top:50px;border:0 solid;flex-direction:column;width:300px;height:100%;margin:0;background:#000;justify-content:flex-start;transition:.4s;position:relative;left:-158px;opacity:0}
    header#masthead #site-navigation{position:fixed;left:0;top:0;background:red;bottom:0;width:100%;opacity:0;visibility:hidden}
    header#masthead .menu-wrapper li{width:100%}
    header#masthead .menu-wrapper li a{display:block;text-align:center}
    header#masthead #site-navigation .primary-menu-container{height:100%}
    .close-menu span{width:17px;height:2px;background:#fff;display:inline-block;transition:.3s}
    .close-menu span:first-child{transform:rotate(45deg);top:-5px;position:relative}
    .close-menu span:last-child{transform:rotate(-45deg);position:relative;right:-1px;top:-29px}
    .close-menu{position:absolute;z-index:1;right:17px;background:#000;top:17px;width:30px;height:30px;border-radius:100%;padding-top:4px;padding-right:1px;transition:.3s}
    .admin-bar .close-menu{top:61px}
    .open-menu{overflow:hidden}
    .open-menu header#masthead #site-navigation{visibility:visible;opacity:1}
    .open-menu header#masthead .menu-wrapper{opacity:1;left:0}
    .banner .slider-item{height:350px}
    .banner-content{margin:0;width:100%;height:100%}
    .banner-content h2{text-align:center;font-size:30px}
    .banner-content h2 em{text-align:center;font-size:30px}
    .banner-content p{width:100%;text-align:center}
    .banner-content span{color:#fff;font-size:25px;position:relative;top:auto;left:auto;margin-bottom:20px}
    .banner{overflow:hidden}
    .social-slider-item p{text-align:center;line-height:25px}
    .video-slider .slick-next{right:0;transform:translateX(-0%)}
    .video-slider .slick-prev{left:0;transform:translateX(-0%)}
    footer .site-logo svg{position:relative;width:auto;height:auto;margin-bottom:30px}
    .gallery-slider{padding-bottom:50px}
    .nothing-hare h1{font-size:100px}
    .book-details-sec .container,.book-details-sect-two .container{padding:0 30px}
    .testimonial_slider_loop_inn{width:70%}
    .book-text-details{width:100%;padding-top:30px}
    .book-text-details-flx img{margin:0 auto}
    .testimonial_wrappre_sec .slick-next{right:0}
    .testimonial_wrappre_sec .slick-prev{left:0}
    .book-details-sec.no_testimonial_section{padding-bottom:20px}
    .book-details-sec{padding-top:40px}
    .book-img{margin-bottom:30px}
    .book-txt h1{font-size:35px;line-height:40px;margin-bottom:13px}
    .blockquote_section{width:100%;}
	body.about .blockquote_section{margin-top: 0px;}

    #wpadminbar {
        position: fixed;
    }
    .mm-panel--noanimation .mm-navbar,.sub-menu-toggle{ display:none; }
    .mm-menu--theme-light{-mm-color-background: #A68965;}
    .mm-panel,.mm-menu,.mm-navbar{background: #A68965;}
    .mm-listitem:after{inset-inline-start: 0;}
    .mm-listitem{ text-transform:uppercase; color:#FFF; font-size:14px;text-align: center;}
    .mm-menu a.mm-btn.mm-btn--close{ font-size:20px; margin-left:auto; }
    .mm-btn--close:before,.mm-navbar__title>span{ color:#FFF; font-weight:700 }
    .mm-btn--next:after, .mm-btn--prev:before{ border-color:#FFF }
    .banner .slider-item .container{ height: 100%;}
    .wp-video {width: 80% !important;}

}

@media (max-width: 576px) { 
    .from-group-flex .from-group{width:100%}
    .writing-item .recent-details{width:calc(100% - 0px);margin-top:20px}
    .writing-item img{width:100%;height:auto;margin:0}
    .creation-item-img span{top:45%}
    .creation-item-img{height:286px}
    .creation .container .col-md-4{width:100%}
    .latest-item .blog-img{height:300px;margin-bottom:20px}
    .recent-blog{height:400px}
    .book-item-img{height:auto;max-height:max-content}
    .book-sec .col-sm-6{width:100%}
    .interview-wapper .col-sm-12{width:100%}
    .press-item-img{height:auto}
    .press-sec .col-md-4{width:100%}
    .publication-img{text-align:center}
    .publication-img img{width:auto!important;display:inline-block}

    new css date 7/7/2023
    .blockquote_section {padding: 20px;}

}
@media (max-width: 480px) { 
    footer .site-logo svg{width:200px}
    .social-tab ul{flex-direction:column}
    .social-tab ul li{margin-bottom:10px}
    .banner .slider-item{height:260px}
    .banner-content h2{font-size:20px}
    .play-btn{top:28%;width:50px;height:50px;font-size:22px}
    .publication-slider .slick-prev{left:0}
    .publication-slider .slick-next{right:0}
    .site-name{font-size:12px}
    .powered-by{font-size:12px}
    .btn-row .button-item{font-size:12px}
    .video-slider .slick-arrow{top:34%}
    .about-img{margin-top:20px}
    .social-txt p{margin-bottom:20px}
    .social_sec{padding-bottom:50px}
}