@import url('https://fonts.googleapis.com/css2?family=Alegreya&family=Barlow:wght@300;400;600;700&family=Prata&family=Rajdhani:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Libre+Baskerville:wght@400;700&family=Roboto:wght@100;300;400&display=swap');
/*--------------------------------------------
                1.  Typhography
---------------------------------------------*/

*{
    margin: 0;
    padding: 0;
}

body{
    color: ;
    font-family: 'Poppins', sans-serif;
}

ul{
    list-style: none;
    margin: 0 !important;
}

a{
    text-decoration: none !important;
    display: inline-block;
}

img{
    max-width: 100%;
}

button:focus{
    outline: none;
}
::root{
    --green: #C9B38C;
}
h1,
h2,
h3,
h4,
h5,
h6{
    color: ;
    margin: 0;
}
p{
    font-size: 14px;
    line-height: 26px;
    margin: 0;
}
.sec-padd-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.sec-padd-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.sec-title{}
.sec-title h2{}
.sec-title p{}
.d-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.d-flex-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bg-img{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.np{
    padding: 0 !important;
}
.nm{
    margin: 0 !important;
}
/*---------------------------------Start Header Area---------------------------*/
header.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 30px;
    border-bottom: 2px solid rgba(250, 247, 227, 0.2);
}
.logo-area {
/*     border-right: 2px solid rgba(250, 247, 227, 0.2); */
    padding: 15px 0;
    padding-right: 30px;
}
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-right.open-menu{
    -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
            transform: translate(0,0);
}
.donate-now a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.donate-now {
    border-left: 2px solid rgba(250, 247, 227, 0.2);
    padding: 30px 40px;
    height: 100%;
    padding-right: 10px;
}
.donate-now a:hover{
    opacity: 0.8;
}
.menu-area ul li a {
    color: #fff;
    margin-right: 32px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 32px 0;
	text-shadow: 2px 2px 4px #000000;
}
.menu-area ul li a:hover{
    color: #C9B38C;
}
.bar-btn{
    display: none;
}
.close-btn {
    background: transparent;
    border: none;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
}
.menu-area ul li{
    position: relative;
}
.menu-area ul ul {
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
    min-width: 200px;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 110%;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.menu-area ul li:hover > ul{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.menu-area ul ul li{}
.menu-area ul ul li a {
    color: #000;
    font-size: 15px;
    margin: 0;
    margin-bottom: 6px;
    padding: 0;
}
.close-btn{
    display: none;
}
/*---------------------------------End Header Area---------------------------*/

/*---------------------------------Start Banner Area---------------------------*/

.single-banner-slider {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 150px;
}
.single-banner-slider-inner {
    height: 55vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px; 
}
.single-banner-slider h3 {
    font-size: 17px;
    font-weight: 700;
    color: #363a57;
    text-transform: uppercase;
    background-color: #C9B38C;
    padding: 10px 20px;
    margin-bottom: 18px;
    display: inline-block;
    line-height: 1;
    font-family: 'Rajdhani', sans-serif;
}
.single-banner-slider h2 {
    text-shadow: 3.536px 3.536px 5px rgb(0 0 0 / 25%);
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    line-height: 62px;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
    max-width: 80%;
}
.title-wrap{
    padding-left: 40px;
    border-left: 8px solid #C9B38C;
}
.single-banner-slider a {
    color: #fff;
    background: #C9B38C;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    padding: 16px 23px;
    border: 2px solid #C9B38C;
    margin-top: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.single-banner-slider a:hover{
    background: transparent;
}


.banner-area .owl-item.active .title-wrap {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.banner-area .owl-item.active .single-banner-slider a {
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-name: fadeInUp;
              animation-name: fadeInUp;
      -webkit-animation-delay: 0.4s;
              animation-delay: 0.4s;
}

/*---------------------------------End Banner Area---------------------------*/

/*---------------------------------Start About Area---------------------------*/


/*---------------------------------End About Area---------------------------*/

/*---------------------------------Start Service Area---------------------------*/
.service-area{
    background: #1B1E2F;
	margin-bottom: -10px;
}
.service-content{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
}
.sevice-details {
    background: #fff;
    text-align: center;
}
.sevice-details h2 a {
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    margin: 15px 0px;
    font-family: 'Playfair Display', serif;
}
.img-icn {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    border-radius: 100px;
    margin-top: -20px;
    background: #fff;
    position: relative;
    z-index: 3;
}

.img-icn i{
    color: #ccbd99;
    font-size: 20px;
}
.sevice-details p a {
    color: #b3b3b3;
    margin: 0 5px;
}
.sevice-details p span {
    margin: 0 5px;
}
.sevice-details p {
    color: #b3b3b3;
    font-size: 12px;
}
.more-link-wrap {
    width: 100%;
    height: 36px;
    position: relative;
    z-index: 3;
    margin-top: 30px;
}
.more-link-wrap::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    z-index: 1;
    background: #ccbd99;
}
.more-link-wrap a {
    color: #ccbd99;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #ccbd99;
    padding: 8px 25px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 3;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.more-link-wrap a:hover{
    background: #ccbd99;
    color: #fff;
}
.sevice-details{
    padding: 30px;
    padding-top: 0;
}
.service-content {
    position: relative;
    top: -100px;
}
.service-content .owl-nav button {
    background: #fff !important;
    width: 30px;
    height: 70px;
    border-radius: 0 !important;
}
.service-content  .owl-prev {
    position: absolute;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto !important;
}
.service-content .owl-next {
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    margin: auto !important;
}
.service-content .owl-dots{
    display: none !important;
}

/*---------------------------------End Service Area---------------------------*/

/*---------------------------------Start Claint Area---------------------------*/
.claint-area{
    background: url(images/full_block_03.jpg) no-repeat center;
    background-size: cover;
    padding: 200px 0;
    margin-top: -10px;
}
.claint-area h3 {
    font-size: 48px;
    color: #ccbd99;
    position: relative;
    margin-bottom: 29px;
    font-family: 'Prata', serif;
}
.claint-area p::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url("images/blockquote_icon.png");
    width: 37px;
    height: 29px;
    position: absolute;
    top: 11px;
    left: 0;
}
.claint-area p {
    font-family: 'Lato';
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin: 0 0 36px;
    position: relative;
    padding-left: 60px;
    font-family: 'Playfair Display', serif;	
}
.client-name img {
    border-radius: 100px;
}
.client-name{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.client-name span {
    color: #fff;
    padding-left: 13px;
    font-family: 'Playfair Display', serif;	
}


/*---------------------------------End Claint Area---------------------------*/

/*---------------------------------Start Newsletter Area---------------------------*/
.newsletter-area{
    margin-top: -20px;
}
.single-news {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.single-news span {
    color: #ccb68d;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
	text-shadow: 2px 2px 4px #000000;	
}
.single-news h2 {
    color: #fff;
    font-size: 46px;
    line-height: 50px;
    padding: 10px 0;
    font-family: 'Alegreya', serif;
	text-shadow: 2px 2px 4px #000000;	
}
.single-news p {
    color: #fff;
    max-width: 600px;
    margin: auto;
    padding: 10px 0;
    padding-bottom: 25px;
	text-shadow: 2px 2px 4px #000000;	
}
.single-news ul li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    border: 2px solid rgba(255,255,255,0.5);
    margin: 0 6px;
    padding: 16px 25px;
	text-shadow: 2px 2px 4px #000000;	
}
.single-news ul li:first-child a{
    background: #b19051;
    border-color: #b19051;
}
.newsletter-area .owl-nav button {
    width: 55px;
    height: 55px;
    background: #45414D !important;
    border-radius: 0 !mportant;
}
button.owl-prev {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto !important;
}
button.owl-next {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto !important;
}
.newsletter-area .owl-nav button i {
    color: #fff;
    width: 80%;
    height: 77%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    border: 1px solid rgba(255,255,255,0.5);
}
.newsletter-area .owl-nav button:hover i {
    border-color: #fff;
}
/*---------------------------------End Newsletter Area---------------------------*/

/*---------------------------------Start Footer Area---------------------------*/
.footer-area{
    background: #222222 !important;
    padding: 70px 0 0;
    overflow: hidden;
}
.single-widgets h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    font-family: 'Playfair Display', serif;	
}
.single-widgets h4::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #C9B38C;
}

.single-widgets ul li {
    border-bottom: 1px dashed #666666;
    color: #666666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 12px;
    padding: 8px 0;
}
.single-widgets ul li a {
    color: #808080;
    font-size: 13px;
}
.single-widgets p{
    color: #666;
    font-size: 12px;
    line-height: 20px;
    color: #a9a9a9;
}
.single-widgets.about-widget p {
    padding: 40px 0 10px;
}
.single-widgets i {
    color: #C9B38C !important;
    padding-right: 10px;
}
ul.address-list li {
    border: none;
    padding: 0;
    margin-bottom: 10px;
}
.single-feed {
    position: relative;
    border-bottom: 1px dashed #666666;
    padding: 0px 0;
	margin-top: 15px;
	padding-bottom: 15px;
}
.single-feed::before {
    content: "\f099";
    font-family: 'Fontawesome';
    color: #C9B38C;
    position: absolute;
    font-size: 23px;
}
.single-feed p {
    padding-left: 30px;
}
.single-feed a{
    color: #666;
    display: inline-block;
}
.single-feed a:hover{
    text-decoration: underline !important;
}
.single-feed span{
    display: block;
}
.single-feed:first-child{
    padding-top: 0;
}
.footer-top {
    border-bottom: 1px solid #fff;
    padding-bottom: 60px;
}
.footer-bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fb-single-widget h5 {
    color: #fff;
    font-size: 16px;
    padding-bottom: 20px;
    font-family: 'Playfair Display', serif;
}
.fb-single-widget a {
    color: #fff;
    font-size: 16px;
    font-family: 'Playfair Display', serif;
}

.footer-bottom {
    padding-top: 30px;
}
ul.tel-list li {
    color: #666;
}
.footer-bottom-left .fb-single-widget:first-child{
    padding-right: 100px;
}
ul.media-list li a {
    color: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #333333;
    font-size: 14px;
    border-radius: 30px;
    margin-right: 13px;
}
ul.media-list li a:hover{
    color: #fff;
    background: rgba(255,255,255,0.5);
    border-color: #fff;
}
ul.media-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fb-single-widget form{
    position: relative;
}
.fb-single-widget input[type="newsletter"] {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    color: #666;
    font-size: 13px;
    border: none;
}
.fb-single-widget input:focus{
    outline: none;
}
.fb-single-widget input[type="submit"] {
    background: #C9B38C !important;
    color: #fff;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    font-weight: 700;
    width: 120px;
}
.copyright-area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
    margin-top: 70px;
    background: #333333;
    position: relative;
    z-index: 2;
}
.copyright-area::before{
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 500%;
    height: 100%;
    background: #333333;
    z-index: -1;
}
.copyright-area::after{
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 500%;
    height: 100%;
    background: #333333;
    z-index: -1;
}
.copyright-area p {
    color: #a9a9a9;
    font-size: 11px;
}
.copyright-area ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.copyright-area ul li {
    color: #808080;
    font-size: 11px;
    padding: 0 20px;

}
.copyright-area ul li a {
    color: #808080;
    font-size: 11px;
    padding: 0 20px;
    border-right: 1px solid #666;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.copyright-area ul li a:hover{
    color: #fff;
}
.copyright-area ul li:last-child a{
    border: none;
}
.about-widget p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.single-post {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 36% 64%;
    grid-template-columns: 36% 64%;
    margin-bottom: 15px;
}
.single-post a {
    color: #c0c0c0;
    font-size: 12px;
    line-height: 18px;
}
.post-details span {
    color: #c0c0c0;
    font-size: 11px;
    display: block;
}
.fb-single-widget.newsletter-wid {
    padding-right: 120px;
}
.service-area .owl-nav button:hover {
    color: #000 !important;
    background: #ddd !important;
}

/*---------------------------------End Footer Area---------------------------*/

/*About Page Design Start*/
.video-popup {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    z-index: 999999;
    display: none;
}
.video-popup.show{
  display: block;
}
.iframe-wrapper {
    width: 50%;
    height: 70%;
    position: absolute;
    margin: auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.video-popup #iframeHolder {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #fff;
}
.video-popup iframe {
    width: 100%;
    height: 100%;
}
.close-video {
    width: 40px;
    height: 40px;
    background: #fff;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    z-index: 99;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
            box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}
.video-close-icon {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.video-close-icon::before {
    width: 60%;
    height: 2px;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.video-close-icon::after {
    width: 60%;
    height: 2px;
    background: #000;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

section.about-area, .contact-area {
    background: #101010;
    padding: 40px 0;
}
.about-right h2 {
    font-size: 36px;
    font-weight: 700;
    color: #c3bfbf;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
    margin-top: 15px;
    display: inline-block;
	font-family:'Playfair Display', serif;
}
.about-right h2::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #C9B38C;
    border-radius: 20px;
}
.about-right p, .contact-details p{
    color: #898888;
    margin-bottom: 40px;
	font-weight:300;
	font-family:'Playfair Display', serif;
}
.about-right a{
	color: #C9B38C;
    font-weight: 300;
    font-family: 'Playfair Display', serif;
    
}
.about-right img{
    display: block;
    padding-top: 30px;
}
.about-left img {
    border: 4px solid rgba(102, 102, 102, .2);
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.about-left-ind img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.about-left.text-center button {
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgb(246, 125, 74, 0.8);
    border: none;
}
.about-left.text-center button i {
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5px;
}

.about-left-ind.text-center button {
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 80px;
    left: 0;
    margin: auto;
    background: rgb(201, 179, 140, 0.8);
    border: none;
}
.about-left-ind.text-center button i {
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5px;
}
.about-left-ind-index.text-center button {
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 65px;
    left: 0;
    margin: auto;
    background: rgb(201, 179, 140, 0.8);
    border: none;
}
.about-left-ind-index.text-center button i {
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5px;
}
/*About Page Design End*/

/*Contact Page Design Start*/
.section-title-s3 h2{
   font-size: 30px;
    color: #c3bfbf;
    font-weight: 700;
    padding-bottom: 30px;
	font-family:'Playfair Display', serif;
}
.contact-details h5 {
    color: #c3bfbf;
    font-size: 20px;
    font-weight: 700;
	font-family:'Playfair Display', serif;
}
.contact-form form > div {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
}
.contact-form input, .contact-form textarea {
    background: #202120;
    width: 100%;
    height: 45px;
    border: 1px solid transparent;
    color: #898888;
    border-radius: 0;
    padding: 6px 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
	font-family:'Playfair Display', serif;
}
.comment-area textarea {
    height: 170px;
    padding-top: 15px;
}
.contact-form form .comment-area {
    width: calc(100% - 30px);
    float: none;
}
.contact-form form input[type="submit"] {
    background-color: #C9B38C;
    color: #fff;
    font-weight: 700;
    padding: 13px 38px;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: auto;
    padding: 0 35px;
}
.icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    background: #202120;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
}
.icon i {
    color: #C9B38C;
    font-size: 24px;
}
.contact-details ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
}
.contact-details ul li p{
    margin: 0 !important;
}







/*Contact Page Design End*/

/*Feature Page Design Start*/
.featured-content{
    padding: 40px 0;
}
.featured-content img {
    border: 4px solid rgba(102, 102, 102, .2);
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.featured-content img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.text-section-2 p {
    color: #444444;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 32px;
    font-family: 'Playfair Display', serif;
}
.text-section-2 p:last-child{
    margin-bottom: 0;
}
.quote-section-2 .line-5-dark {
    width: 150px;
    height: 5px;
    background-color: #151c32;
}
.quote-section-2 h3 {
    margin: 35px 0;
    color: #151c32;
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.6px;
    font-family: 'Libre Baskerville', serif;
}
.text-section-2 span {
    padding: 0px 13px 0px 10px;
    color: #cea05f;
    font-family: "Libre Baskerville";
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    float: left;
    position: relative;
    top: 2px;
}
.all-features h3 {
    color: #ffffff;
    font-size: 46px;
    font-weight: 400;
    font-family: 'Alegreya', serif;
}
.line-2-white {
    width: 60px;
    height: 2px;
    background-color: #ffffff;
    margin-top: 25px;
}
.all-features  {
    background-color: #cea05f;
    overflow: hidden;
}
.all-features .box-1 {
    padding: 100px 10% 20px 10%;
}
.all-features .box-1 p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 40px;
}
.all-features .box-2 {
	background: url(images/box-back1.jpg);
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: 100%;
    border-left: 1px solid #d8b37f;
    padding: 100px 15%;
}
.all-features .box-2 h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 24px;
    font-family: 'Libre Baskerville', serif;
}
.all-features .box-2 p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 60px;
    font-family: 'Playfair Display', serif;
}
.all-features .box-2 a {
    border-radius: 2px;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 17px 23px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.all-features .box-2 a:hover {
    background-color: #CEA05F;
    border: 1px solid #CEA05F;
    text-decoration: none;
}

.all-features .box-3 {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: 100%;
    border-left: 1px solid #d8b37f;
    padding: 100px 15%;
}
.all-features .box-3 h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 24px;
    font-family: 'Libre Baskerville', serif;
}
.all-features .box-3 p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 60px;
    font-family: 'Playfair Display', serif;
}
.all-features .box-3 a {
    border-radius: 2px;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 17px 23px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.all-features .box-3 a:hover {
    background-color: #CEA05F;
    border: 1px solid #CEA05F;
    text-decoration: none;
}
.all-features .box-3:hover {
    background: url(images/box-back2.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}
.all-features .box-4 {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: 100%;
    border-left: 1px solid #d8b37f;
    padding: 100px 15%;
}
.all-features .box-4 h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 24px;
    font-family: 'Libre Baskerville', serif;
}
.all-features .box-4 p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 60px;
    font-family: 'Playfair Display', serif;
}
.all-features .box-4 a {
    border-radius: 2px;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 17px 23px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.all-features .box-4 a:hover {
    background-color: #CEA05F;
    border: 1px solid #CEA05F;
    text-decoration: none;
}
.all-features .box-4:hover {
    background: url(images/box-back3.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}
.all-features .box-5 {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    height: 100%;
    border-left: 1px solid #d8b37f;
    padding: 100px 15%;
}
.all-features .box-5 h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 24px;
    font-family: 'Libre Baskerville', serif;
}
.all-features .box-5 p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-top: 24px;
    margin-bottom: 60px;
    font-family: 'Playfair Display', serif;
}
.all-features .box-5 a {
    border-radius: 2px;
    border: 1px solid #ffffff;
    color: #fff;
    padding: 17px 23px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.all-features .box-5 a:hover {
    background-color: #CEA05F;
    border: 1px solid #CEA05F;
    text-decoration: none;
}
.all-features .box-5:hover {
    background: url(images/box-back4.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}
.all-features .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}

/*Feature Page Design End*/

/*Blog Page Design Start*/
.widget {
    background: white;
    padding: 30px;
    background: #f7faf9;
    margin-bottom: 30px;
    overflow: hidden;
}
.widget .widget-title-area {
    position: relative;
}
.widget .widget-title {
    text-align: center;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 27px;
    margin-top: 0;
    clear: both;
}
.widget .widget-title:before {
    background: #ebf1ef;
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.widget .widget-title::before, .widget .widget-title::after {
    color: #C9B38C;
}
.widget .widget-title > span {
    position: relative;
    z-index: 3;
    display: inline-block;
    padding: 0 15px;
    background-color: #f7faf9;
    font-family: "Playfair Display", serif;
}.about-widget .author-image-home {
    height: 220px;
    margin: auto;
    overflow: hidden;
    width: 220px;
    border-radius: 100%;
}
.about-widget .author-image-home img {
    width: 100%;
    height: auto;
}
.about-widget .about-description {
    text-align: center;
}
.about-widget .author-name {
    text-align: center;
    margin: 18px 0 16px;
    font-size: 1.563em;
    font-family: "Playfair Display", serif;
}
.about-widget .author-name {
    text-align: center;
    margin: 18px 0 16px;
    font-size: 1.563em;
}
.about-widget .about-description p {
    margin-bottom: 2em;
    font-size: 14px;
    line-height: 1.6em;
    color: #646464;
	font-family: 'Playfair Display', serif;
}
.about-widget .more-link {
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    background: transparent !important;
    position: relative;
    color: black;
    overflow: visible;
}
.about-widget .more-link:after {
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 25px;
    -webkit-transition: width 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    width: 35px;
}
.about-widget .more-link::after {
    background: #C9B38C;
}
.feed-wrapper {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.widget ul li {
    border-bottom: 1px solid #ebebeb;
}
.feed-wrapper .image-area {
    width: 65px;
    float: left;
    margin-right: 20px;
}
.feed-wrapper .item-text {
    position: absolute;
    display: inline-block;
}
.feed-wrapper .item-text h5 {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 1.4em;
    display: block;
    max-height: 2.8em;
    overflow: hidden;
}
.feed-wrapper .item-text h5 a{
    color: #3d3d3d;
	font-family: 'Playfair Display', serif;
}
.feed-wrapper .item-meta {
    font-size: 11px;
    font-style: italic;
    color: #b3b3b3;
    word-spacing: 0.1em;
}
.feed-wrapper a:hover{
    color: #C9B38C;
}
.widget_categories ul li, .widget_archive ul li {
    font-size: 15px;
    color: black;
    display: block;
    line-height: 1em;
    padding-top: 18px;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 0 none !important;
    -webkit-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
    position: relative;
}
 .widget_archive ul li a, .widget_categories ul li a{
    color: #000;
 }
.widget_categories > ul > li:first-child, .widget_archive > ul > li:first-child {
    border: 0 none;
    padding-top: 0;
    margin-top: 0;
}
.widget_categories ul li .count, .widget_archive ul li .count {
    position: absolute;
    right: 0;
    top: 12px;
    padding: 5px 10px 10px;
    font-weight: bold;
}
.widget_categories > ul > li:first-child > .count, .widget_archive > ul > li:first-child > .count {
    top: -6px;
}
.widget_tag_cloud .tagcloud {
    margin-bottom: -2px;
}
.widget_tag_cloud .tagcloud a {
    border: 1px solid #e1e1e1;
    display: block;
    color: black;
    float: left;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 1.4em !important;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 6px 17px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0.05em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.form-controller {
    font-size: 13px;
    border: 1px solid #ebebeb;
    background: white;
    width: 100%;
    padding: 0.5em 1em;
    outline: none;
    margin-top: 20px;
}
.newsletter-area .form-newsletter .form-controller {
    background: transparent;
    border-color: #d2d2d2 !important;
    font-style: italic;
    height: 45px;
}
.newsletter-area .form-newsletter #mc-embedded-subscribe {
    background: transparent;
    color: #3d3d3d;
    position: relative;
    text-transform: uppercase;
    border: 0 none;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    word-spacing: 3px;
    margin-top: 30px;
}
.newsletter-area .form-newsletter #mc-embedded-subscribe:after {
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 35px;
    width: 45px;
    -webkit-transition: width 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
}
.newsletter-area .form-newsletter #mc-embedded-subscribe:after {
    background: #C9B38C;
}

.content-area .entry-header {
    text-align: center;
}
.post-format {
    color: #C9B38C;
    background: white;
    border-radius: 50%;
    height: 55px;
    line-height: 46px;
    margin: -39px auto -32px;
    position: relative;
    width: 55px;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.content-area .entry-header .entry-title {
    margin: 32px 0 12px;
    position: relative;
    z-index: 100;
    font-family: "Playfair Display", serif;
}
.content-area .entry-header .entry-title a{
    color: #3d3d3d;
}
.content-area .entry-header .entry-title a:hover {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted black;
}
.entry-meta {
    color: #b3b3b3;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: bold;
    font-style: italic;
}
.content-area .entry-content {
    margin: 35px 0 8px;
}
.more-link {
    font-size: 12px;
    line-height: normal;
    text-transform: uppercase;
    word-spacing: 0.2em;
    letter-spacing: 0.1em;
    color: white;
    display: table;
    margin: 30px auto 0;
    padding: 12px 24px;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    background: #C9B38C;
    font-family: 'Playfair Display', serif;
	text-align: center;
}
.devider {
    padding: 0 15px;
}
.content-area .entry-header .entry-meta a,
.content-area .entry-header .entry-meta a:hover {
    color: #C9B38C;
	font-family: 'Playfair Display', serif;
}
.content-area .entry-footer .footer-meta {
    font-size: 11px;
    position: relative;
    color: #b3b3b3;
    margin-top: 40px;
    position: relative;
    z-index: 2;
}
.content-area .entry-footer .footer-meta::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #C9B38C;
    z-index: -1;
}
.content-area .entry-footer .post-comment {
    background: white;
    position: absolute;
    top: 1px;
    padding-right: 10px;
    left: 0;
    z-index: 1;
    letter-spacing: 0.04em;
}
.content-area .entry-footer .share-area {
    color: white;
    text-align: center;
    clear: both;
    position: relative;
}
.content-area .entry-footer .share-area div {
    display: inline-block;
    background: white;
    padding: 0 10px;
    position: relative;
}
.content-area .entry-footer .share-area a {
    margin: 0 5px;
    font-size: 11px;
}
.content-area .entry-footer .share-area a span {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 24px;
    border: 1px solid #d2d2d2;
    color: #d2d2d2;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content-area .entry-footer .post-view {
    background: white;
    position: absolute;
    top: 1px;
    padding-left: 10px;
    right: 0;
    z-index: 1;
    letter-spacing: 0.04em;
}
article.post.hentry {
    margin-bottom: 60px;
}
.blog-content {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 40px 25px;
}
blockquote {
    border: 0;
    padding: 0;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 1.25em;
    position: relative;
    border-left: 5px solid #C9B38C;
    color: #939292;
    margin: 0px 0 35px 25px;
}
blockquote:before {
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #C9B38C;
    color: white !important;
    text-align: center;
    left: -22px;
    position: absolute;
    top: 0;
    content: "\f10d";
    font-style: normal;
    font-family: FontAwesome;
    font-size: 15px;
}
blockquote p {
    padding: 0 0 20px 40px;
    margin-bottom: 10px;
    position: relative;
    font-size: 18px;
    line-height: 36px;
}
blockquote footer {
    margin-left: 35px;
    position: relative;
    top: 6px;
    margin-top: -15px;
    padding-left: 28px;
}
blockquote:after {
    background: #C9B38C;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    width: 45px;
}
.content-area .entry-content ul {
    margin-bottom: 30px !important;
}
.content-area .entry-content ul li {
    margin-top: 12px;
    font-size: 14px;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
	font-family: 'Playfair Display', serif;
}
.content-area .entry-content ul li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 30px;
}
.content-area .entry-content p {
    padding-bottom: 30px;
	font-family: 'Playfair Display', serif;
}
.entry-content .tag a {
    font-family: "Playfair Display", serif;
    border: 1px solid #f0f0f0;
    display: block;
    color: black;
    float: left;
    font-weight: normal;
    line-height: 1.4em !important;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 6px 17px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    white-space: nowrap;
    font-size: 12px;
}
.tag.clearfix span {
    display: block;
    padding-bottom: 15px;
}
.entry-meta span {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
	color: #C9B38C;
}
body.blog{
    font-family: 'Lato', sans-serif;
}

/*Blog Page Design End*/
