/*-----------------------------------------------------------
Template Name: oldage home
Template URL:
Description: This is html5 template
Author: 
Version: 1.0

*-----------------------------------------------------------*
CSS INDEX
====================
01) Theme Common Style Css (body, link color, section etc)
02) header section
03) main section
    03.1) hero section
    03.2) section title
    03.3) about section
    03.4) differance area
    03.5) choose us section
    03.6) program section
    03.7) team section
    03.8) contact home section
    03.9) blog area section
04) About Page
    04.1) page title
    04.2) about details
05) Service Page
06) Gallery Page
07) Blog Page
08) Blog 2 Page
09) Blog detail Page
10) contact Page
11) Footer section
    11.1) top footer section
    11.2) bottom footer section
12) sitemenu section

-----------------------------------------------------------*/


/*==================== (01). Start Common Style Css ====================*/

@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

*,
ul {
    margin: 0;
    padding: 0;
}

body {
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    line-height: 25px;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

a {
    text-decoration: none !important;
}


/* Start content v align center */

.content-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/*==================== (01). End Common Style Css ====================*/


/*==================== (02). Start header section ====================*/

.header {
    position: relative;
    z-index: 999;
    padding: 35px 0;
}

.menubar {
    background: #DDAE90;
    height: 38px;
    width: 38px;
    border-radius: 3px;
    margin-left: auto;
    cursor: pointer;
}

span.bars {
    font-size: 24px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 40px;
}


/*==================== (02). End header section ====================*/


/*==================== (03). Start main section ====================*/


/*----------- Start hero section -----------*/

.hero-area {
    margin-top: -120px;
    padding-bottom: 180px;
    overflow: hidden;
}

.hero-content {
    padding-top: 150px;
}

.hero-content h1 {
    font-size: 65px;
    font-weight: 900;
    font-style: italic;
    color: #787878;
    margin-bottom: 15px;
}

.hero-content p {
    font-weight: 500;
    line-height: 30px;
}

.hero-content .btn {
    min-width: 165px;
    height: 60px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #282828;
    line-height: 60px;
    text-align: center;
    padding: 0;
    background: transparent;
    border: 2px solid #d5ab90;
    margin: 30px 30px 0 0;
}

.hero-content .btn:focus {
    box-shadow: none;
}

.hero-content .btn:active {
    background: #d5ab90 !important;
    outline: none !important;
    box-shadow: none !important;
    border-color: #d5ab90 !important;
}

.hero-content .btn.btn-active {
    background: #d5ab90;
    color: #fff;
}

.hero-img {
    position: absolute;
    height: 100%;
    right: -68.4%;
    top: 0;
}



/*----------- Start section title -----------*/

.section-title {
    margin-bottom: 50px;
}

.section-title .title h6 {
    font-size: 18px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 30px;
}

.section-title .title h2 {
    font-size: 32px;
    font-weight: 600;
    color: #282828;
}

.section-title .title {
    border-bottom: 1px solid #d5ab90;
    padding-bottom: 30px;
}

.section-title p {
    height: 100%;
}


/*----------- Start about section -----------*/

.about,
.choose-us,
.our-team,
.blog-area {
    background: #fffcfa;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.blog-area:after,
.our-team:after,
.choose-us:after,
.about:after {
    position: absolute;
    content: url(images/shep-1.png);
    left: 0;
    top: 59%;
    z-index: -1;
}

.content-center {
    height: 100%;
}

.about-content h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.about-content p {
    line-height: 30px;
}

.about-content .btn {
    max-width: 165px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    margin-top: 30px;
    background: #d5ab90;
    border: 1px solid #d5ab90;
}

.about-content .btn:hover,
.about-content .btn:focus,
.about-content .btn:active {
    background: #d5ab90 !important;
    border: 1px solid #d5ab90 !important;
    box-shadow: none !important;
}

.about-img {
    outline: 5px solid #fff;
    outline-offset: -28px;
}


/*----------- Start differance area -----------*/

.differance-area,
.program,
.contact-us {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.program:after,
.contact-us:after,
.differance-area:after {
    position: absolute;
    content: url(images/shep-2.png);
    right: 0;
    top: 62%;
    z-index: -1;
}

.single-choose,
.single-support {
    padding-left: 50px;
    position: relative;
    margin-bottom: 30px;
}

.single-choose:last-child,
.single-support:last-child {
    margin-bottom: 0;
}

.single-choose h5,
.single-support h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.single-choose p,
.single-support p {
    line-height: 30px;
}

.single-support:before,
.single-support:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 25px;
}

.single-support:before {
    background: #646565;
    top: 0;
    left: 0;
}

.single-support:after {
    background: #e1b193;
    top: 5px;
    left: 5px;
}


/*----------- Start choose us section -----------*/

.chooseus-area img{
    width: 100%;
}

.single-choose:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-top: 10px solid transparent;
    border-left: 20px solid #838180;
    border-bottom: 10px solid transparent;
}

.choose-us:after {
    top: 71.5%;
}




/*----------- Start program section -----------*/

.program {
    padding-bottom: 70px;
}

.program:after {
    top: 77.7%;
}

.single-program {
    margin-bottom: 30px;
}

.single-program .img {
    position: relative;
    overflow: hidden;
}

.single-program .img img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-program .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(191, 153, 128, 0.65);
    -webkit-transform-origin: center;
    transform-origin: center;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-program .overlay a {
    height: 55px;
    width: 55px;
    display: block;
    line-height: 55px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
}

.single-program:hover .overlay {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    transform: scale(1);
}

.single-program:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-program .info h6 {
    font-size: 18px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 15px;
}

.single-program .info p {
    font-size: 14px;
    line-height: 30px;
}

.single-program .info {
    padding: 30px 15px;
    background: #f8f8f8;
}

.single-program .info a {
    color: #282828;
    text-decoration: none;
    font-weight: 500;
}


/*----------- Start team section -----------*/

.our-team {
    padding-bottom: 70px;
}

.our-team:after {
    top: 74.3%;
}

.single-member {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.single-member .overlay {
    text-align: center;
    position: absolute;
    top: 100%;
    left: 0;
    height: 45%;
    width: 100%;
    color: #fff;
    z-index: 1;
    padding-top: 20px;
    background: url(images/team/shep.png) no-repeat center center / cover;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-member .overlay h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.single-member .overlay h6 {
    font-size: 16px;
    font-weight: 500;
}

.single-member .overlay .social {
    padding-left: 0;
    margin-top: 15px;
}

.single-member .overlay .social li {
    display: inline-block;
}

.single-member .overlay .social li a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 30px;
    background: #937866;
    color: #fff;
    display: block;
    text-align: center;
}

.single-member:hover .overlay {
    top: 55%;
}

.single-member .img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.single-member:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


/*----------- Start contact home section -----------*/

.contact-us:after {
    top: 65.5%;
}

.contact-form {
    background: #bf9980;
    padding: 30px 50px;
    margin-right: -60px;
    position: relative;
    z-index: 1;
}

.contact-form input[type=text],
.contact-form input[type=email] {
    height: 55px;
}

.contact-form .form-control {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    border-radius: 2px;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.contact-form .form-control::-moz-placeholder {
    color: #fff;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.contact-form .form-control:-moz-placeholder {
    color: #fff;
}

.contact-form .btn {
    border-radius: 0;
    min-width: 165px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    border: none;
    font-weight: 600;
    border-radius: 3px;
}

.contact-form .btn,
.contact-form .btn:focus,
.contact-form .btn:active {
    background: #fff !important;
    color: #282828 !important;
}

.contact-form .btn:focus,
.contact-form .btn:active {
    box-shadow: none !important;
    outline: none !important;
}



/*----------- Start blog area section -----------*/

.blog-area {
    padding-bottom: 70px;
}

.blog-area:after {
    top: 65.4%;
}

.single-blog {
    margin-bottom: 30px;
}

.single-blog .img {
    position: relative;
}

.single-blog .img .tag {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #bf9980;
    color: #ffffff;
    padding: 8px 15px;
}

.single-blog .info {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.single-blog .info ul {
    margin-bottom: 10px;
}

.single-blog .info ul li {
    display: inline-block;
    margin-right: 10px;
}

.single-blog .info ul li:last-child {
    margin-right: 0;
}

.single-blog .info h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #282828;
}

.single-blog .info p {
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 10px;
}

.single-blog .info a {
    text-decoration: none;
    color: #282828;
    font-weight: 500;
}





/*==================== (03). End main section ====================*/


/*==================== (04). Start About Page ====================*/


/*----------- Start page title -----------*/

.page-title {
    background: url(images/title-bg.jpg) no-repeat center center / cover;
    margin-top: -120px;
    padding: 150px 0 100px;
    position: relative;
    z-index: 1;
}

.page-title:after {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.page-title h1,
.page-title ul li {
    text-transform: capitalize;
}

.page-title h1 {
    font-size: 65px;
    color: #fff;
    font-weight: 900;
    margin-bottom: 15px;
}

.page-title ul li {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    margin-right: 20px;
    position: relative;
}

.page-title ul li:last-child {
    margin-right: 0;
}

.page-title ul li,
.page-title ul li a {
    color: #fff;
}

.page-title ul li:after {
    position: absolute;
    content: '/';
    top: 0;
    left: 112%;
}

.page-title ul li:last-child:after {
    content: '';
}



/*----------- Start about details -----------*/

section.about-details {
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
}

section.about-details:after {
    position: absolute;
    content: url(images/shep-2.png);
    right: 0;
    bottom: -8px;
}

.about-details-content {
    position: relative;
    padding: 100px 0;
}

.about-images,
.about-images2 {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
}

.about-images {
    right: 0;
    background: url(images/about/01.jpg)no-repeat center center / cover;
}

.about-images2 {
    left: 0;
    background: url(images/about/02.jpg)no-repeat center center / cover;
}

.about-details-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #282828;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}

.about-details-content h3:after {
    position: absolute;
    content: '\f101';
    left: 0;
    top: 0;
    font-size: 24px;
    font-family: fontawesome;
}

.about-details-content p {
    color: #282828;
    line-height: 30px;
    margin-bottom: 10px;
}

.detail-btn {
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
}

.detail-btn, 
.detail-btn:hover {
    color: #282828;
    font-size: 16px;
    font-weight: 600;
}

.detail-btn i.fa {
    padding-left: 5px;
}

.about-details-content-top ul li {
    font-size: 18px;
    font-weight: 500;
    padding-left: 30px;
    margin-top: 15px;
    color: #282828;
    position: relative;
}

.about-details-content-top ul li:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 8px;
    background: #eeb599;
    left: 0;
    top: 8px;
}

.about-details-content-bottom ul li {
    margin-bottom: 30px;
}

.about-details-content-bottom ul li:last-child {
    margin-bottom: 0;
}

.about-details-content-bottom {
    padding-left: 30px;
}

.about-details-content-top {
    padding-right: 15px;
}



/*==================== (04). End About Page ====================*/


/*==================== (05). Start Service Page ====================*/

.service-details {
    padding: 100px 0 70px;
    position: relative;
    overflow: hidden;
}

.service-details:after {
    position: absolute;
    content: url(images/shep-2.png);
    right: 0;
    bottom: -8px;
}

.single-service .info h6 {
    font-size: 20px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 15px;
}

.single-program.single-service .service-more-btn {
    background: #bf9980;
    color: #fff;
    border-radius: 3px;
    min-width: 135px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
}


/*==================== (05). End Service Page ====================*/


/*==================== (06). Start Gallery Page ====================*/

.gallery,
.team-details,
.blog-page {
    padding: 100px 0 70px;
    position: relative;
    overflow: hidden;
}

.team-details:after,
.gallery:after {
    position: absolute;
    content: url(images/shep-2.png);
    right: 0;
    bottom: -8px;
}

.portfolio-menu {
    text-align: center;
    margin-bottom: 50px;
}

.portfolio-menu button {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0;
    background: #424040;
    border: none;
    padding: 7px 39px;
    border-radius: 33px;
    margin: 0 2px;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.portfolio-menu button.active,
.portfolio-menu button:hover {
    background: #63d1fc;
    color: #fff;
}

.prt-grid {
    margin-bottom: 30px;
}

.prt-item {
    position: relative;
    overflow: hidden;
}

.prt-item a {
    overflow: hidden;
    display: block;
}

.prt-item a img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.prt-item a:hover img {
    -webkit-transform: scale(1.1)rotate(2deg);
    transform: scale(1.1)rotate(2deg);
}

.gallery-popup {
    background: rgba(191, 153, 128, 0.75);
    position: absolute;
    height: 85%;
    width: 85%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform-origin: center;
    transform-origin: center;
}

.gallery-popup a {
    height: 55px;
    width: 55px;
    line-height: 55px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: #bf9980;
    font-size: 24px;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-popup a:focus {
    outline: none;
}

.prt-item:hover .gallery-popup {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.prt-item:hover .gallery-popup a {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mfp-bottom-bar {
    display: none;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}


/*==================== (06). End Gallery Page ====================*/


/*==================== (07). Start Blog Page ====================*/

.blog-page {
    padding: 100px 0 70px;
    position: relative;
    overflow: hidden;
}

.blog-page:after {
    position: absolute;
    content: url(images/shep-1.png);
    left: 0;
    top: 85.3%;
}

.page-list {
    margin-bottom: 30px;
}

.page-list .page-link {
    color: #282828;
    background-color: transparent;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    height: 30px;
    width: 40px;
    line-height: 29px;
    text-align: center;
}

.page-list .page-link.current-link,
.page-list .page-link:hover {
    background: #bf9980;
    border-color: #bf9980;
    color: #ffffff;
}

.page-list .page-link i.fa {
    font-size: 20px;
}

.page-list .page-item:last-child .page-link {
    margin-right: 0;
}


/*==================== (07). End Blog Page ====================*/


/*==================== (08). Start Blog 2 Page ====================*/


.side-section {
    margin-bottom: 30px;
}

.side-section:last-child {
    margin-bottom: 0;
}

.side-section .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #bf9980;
    height: 50px;
    padding-right: 32px;
}

.side-section .sidebar-search {
    position: relative;
}

.side-section .btn-src {
    position: absolute;
    top: 50%;
    right: 15px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
}

.side-section .btn-src,
.side-section .btn-src:focus,
.side-section .btn-src:active {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    border: none !important;
    outline: none !important;
}

.side-section .form-control::-webkit-input-placeholder {
    color: #282828;
}

.side-section .form-control::-moz-placeholder {
    color: #282828;
}

.side-section .form-control:-ms-input-placeholder {
    color: #282828;
}

.side-section .form-control:-moz-placeholder {
    color: #282828;
}

.side-section .title {
    position: relative;
}

.side-section .title:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    right: 0;
    top: 20px;
    background: #5f5e5e;
}

.side-section .title h3 {
    font-size: 24px;
    color: #282828;
    font-weight: 700;
    margin-bottom: 30px;
    background: #fffcfa;
    z-index: 1;
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

.post-area {
    padding: 30px 15px;
    border: 1px solid #bf9980;
    height: 100%;
}

.post-area .single-post {
    margin-top: 15px
}

.post-area .single-post .img {
    width: 40%;
}

.post-area .single-post .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.post-area .single-post .date li {
    font-weight: 500;
    color: #282828;
    border-bottom: 1px solid #333;
    margin: 0 15px;
}

.post-area .single-post .date li:last-child {
    border-bottom: none;
}

.post-area .single-post .post-content h5 {
    font-size: 18px;
    font-weight: 500;
    color: #282828;
    margin-bottom: 10px;
}

.post-area .single-post .post-content a {
    text-decoration: none;
    color: #282828;
}

.post-area .list li a {
    color: #282828;
    font-size: 18px;
    font-weight: 500;
}

.post-area .list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.post-area .list li:last-child {
    margin-bottom: 0;
}

.post-area .list li:after {
    position: absolute;
    content: '\f064';
    font-family: fontawesome;
    font-size: 18px;
    top: 50%;
    left: 0;
    color: #5f5e5e;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-area .social li {
    display: inline-block;
    margin-right: 15px;
}

.post-area .social li:last-child {
    margin-right: 0;
}

.post-area .social li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    background: #bf9980;
    display: block;
    border-radius: 50%;
}




/*==================== (08). End Blog 2 Page ====================*/


/*==================== (09). Start Blog detail Page ====================*/

.blog-detail-area {
    padding: 100px 0;
}

.blog-detail-area .side-section .title h3 {
    background: #ffffff;
}

.blog-detail {
    border-bottom: 1px solid #cbcbca;
    margin-bottom: 30px;
}

.blog-detail p {
    margin-bottom: 30px;
    line-height: 30px;
    text-align: justify;
}

.blog-detail .quoteblock {
    font-size: 18px;
    font-weight: 600;
    background: #f4f4f4;
    font-style: italic;
    color: #616161;
    padding: 50px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.blog-detail .quoteblock:before,
.blog-detail .quoteblock:after {
    position: absolute;
    font-family: fontawesome;
}

.blog-detail .quoteblock:before {
    content: '\f10d';
    left: 20px;
    top: 15px;
}

.blog-detail .quoteblock:after {
    content: '\f10e';
    right: 20px;
    bottom: 15px;
}

.blog-detail img {
    margin-bottom: 30px;
}

.reply-area h3,
.related-post h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}

.related-post h3:after {
    position: absolute;
    content: '';
    width: 205px;
    height: 1px;
    left: 20%;
    bottom: 5px;
    background: #cbcbca;
}

.related-single-post h5 {
    margin: 15px 0;
}

.related-single-post h5 a {
    font-size: 18px;
    color: #282828;
    font-weight: 500;
}

.related-single-post p {
    line-height: 25px;
    text-align: justify;
}


.view-comments {
    border-top: 1px solid #9c9a99;
    margin-top: 30px;
    padding-top: 30px;
}

.view-comments h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-bottom: 30px;
}

.single-comment:last-child {
    margin-bottom: 0;
}

.single-comment:nth-child(odd) {
    margin-left: 50px;
}

.single-comment .img {
    width: 20%;
}

.single-comment .info {
    background: #f8f8f8;
    width: 80%;
    padding: 20px 30px;
}

.single-comment .info h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.single-comment .info h4 span {
    color: #bda743;
    font-size: 14px;
}

.single-comment .info p {
    text-align: justify;
    line-height: 25px;
}

.single-comment a {
    border: 1px solid #e3bda4;
    padding: 5px 20px;
    display: inline-block;
    margin-top: 10px;
    color: #525250;
}

.reply-area {
    border-top: 1px solid #969595;
    margin-top: 30px;
    padding-top: 15px;
}

.reply-area h3 {
    border-bottom: 1px solid #969595;
    padding-bottom: 15px;
}

.reply-area .form-control {
    box-shadow: none;
    margin-bottom: 30px;
    border: 1px solid #ddb490;
}

.reply-area .btn,
.reply-area input.form-control {
    height: 55px;
}

.reply-area .form-control,
.reply-area .btn {
    border-radius: 0;
}

.reply-area .btn {
    color: #ffffff;
    width: 250px;
    line-height: 55px;
    text-align: center;
    padding: 0;
    font-weight: 600;
}

.reply-area .btn,
.reply-area .btn:focus,
.reply-area .btn:active {
    background: #4d9cd1 !important;
    border: 1px solid #4d9cd1 !important;
    box-shadow: none !important;
}


/*==================== (09). End Blog detail Page ====================*/


/*==================== (10). End contact Page ====================*/

.contact-area {
    background: url(images/contactbg.jpg) no-repeat top center / cover;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.contact-area:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.form-area {
    background: rgba(191, 153, 128, 0.8);
    padding: 50px;
}

.form-area .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #fff;
    margin-bottom: 30px;
    background: transparent;
    color: #ffffff;
}

.form-area input.form-control {
    height: 55px;
}

.form-area .form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-area .form-control::-moz-placeholder {
    color: #fff;
}

.form-area .form-control:-ms-input-placeholder {
    color: #fff;
}

.form-area .form-control:-moz-placeholder {
    color: #fff;
}

.form-area .btn {
    border-radius: 0;
    background: #ffffff;
    color: #282828;
    height: 55px;
    outline: none;
    width: 160px;
    font-weight: 500;
}

.form-area .btn,
.form-area .btn:focus {
    box-shadow: none;
}

.form-area .btn,
.form-area .btn:focus,
.form-area .btn:active {
    border: none !important;
}

.form-area .btn:hover,
.form-area .btn:active {
    background: #BF9980 !important;
    color: #ffffff !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}


#google_map {
    height: 600px;
    width: 100%;
}


/*==================== (10). End contact Page ====================*/


/*==================== (11). Start Footer section ====================*/


/*----------- Start top footer section -----------*/

.footer {
    background: #f2f2f2;
}

.top-footer {
    border-top: 1px solid #af5c25;
    border-bottom: 1px solid #af5c25;
    padding: 100px 0;
}

.ftr-content h3,
.ftr-content .contact li {
    position: relative;
}

.ftr-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #282828;
}

.ftr-content h3:after,
.ftr-content .contact li:after {
    position: absolute;
    left: 0;
}

.ftr-content h3:after {
    content: '';
    border-bottom: 1px solid #bf9980;
    width: 135px;
    top: 100%;
    padding-bottom: 10px;
}

.ftr-content,
.ftr-content a {
    font-size: 16px;
    color: #282828;
}

.ftr-content a {
    text-decoration: none;
}

.ftr-content .contact li {
    padding-left: 30px;
    margin-bottom: 15px;
    color: #282828;
    font-size: 16px;
}

.ftr-content .contact li:after {
    top: 0;
    color: #000;
    font-family: fontawesome;
    font-size: 18px;
    color: #bf9980;
}

.ftr-content .contact li.phn:after {
    content: '\f095';
}

.ftr-content .contact li.mail:after {
    content: '\f0e0';
}

.ftr-content .contact li.address:after {
    content: '\f041';
}

.ftr-content .q-links li {
    margin-bottom: 15px;
}
.ftr-content .q-links li:last-child{
    margin-bottom: 0;
}

.ftr-content .social li {
    display: inline-block;
    margin-right: 15px;
}

.ftr-content .social li:last-child {
    margin-right: 0;
}

.ftr-content .social li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #bf9980;
    display: block;
}

.ftr-content .subscrib {
    margin-top: 15px;
}

.ftr-content .subscrib .form-control {
    box-shadow: none;
    height: 45px;
}

.ftr-content .subscrib .btn {
    color: #fff;
    width: 55px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0;
}

.ftr-content .subscrib .btn,
.ftr-content .subscrib .btn:focus,
.ftr-content .subscrib .btn:active {
    background: #bf9980 !important;
    box-shadow: none !important;
}

.ftr-content .subscrib .btn:focus,
.ftr-content .subscrib .btn:active,
.ftr-content .subscrib .btn,
.ftr-content .subscrib .form-control {
    border: 1px solid #bf9980 !important;
}

.ftr-content .subscrib .form-control::-webkit-input-placeholder {
    color: #7d7c7c;
    font-size: 14px;
}

.ftr-content .subscrib .form-control::-moz-placeholder {
    color: #7d7c7c;
    font-size: 14px;
}

.ftr-content .subscrib .form-control:-ms-input-placeholder {
    color: #7d7c7c;
    font-size: 14px;
}

.ftr-content .subscrib .form-control:-moz-placeholder {
    color: #7d7c7c;
    font-size: 14px;
}


/*----------- Start bottom footer section -----------*/

.bottom-footer {
    padding: 15px 0;
    color: #5b5b5b;
    font-size: 14px;
}




/*==================== (11). End Footer section ====================*/


/*==================== (12). Start sitemenu section ====================*/

.sitemenu {
    background: url(images/menubg.jpg) no-repeat center center / cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
}

.sitemenu:after {
    position: absolute;
    content: '';
    background: rgba(220, 150, 116, 0.92);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.sitemenu:before {
    position: absolute;
    content: '';
    height: 420px;
    width: 3px;
    background: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sitemenu-top {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 9;
    width: 100%;
}

.menu-close {
    padding: 0;
    font-size: 30px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
}

.menu-close,
.menu-close:hover,
.menu-close:focus,
.menu-close:active {
    background: #fff !important;
    color: #d5a17e !important;
    border: 1px solid #d5a17e !important;
    box-shadow: none !important;
    outline: none !important;
}


.sitemenu .sitemenubar {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 0;
}

.sitemenu .navbar ul li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.sitemenu .navbar ul li a {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-top: 45px;
    display: block;
    text-decoration: none;
}

.sitemenu .navbar ul li:hover,
li.current-item {
    padding-left: 25px;
    position: relative;
}

.sitemenu .navbar ul li:hover:after,
li.current-item:after {
    position: absolute;
    content: '';
    height: 50px;
    width: 4px;
    background: #fff;
    left: 0;
    top: 50%;
    margin-top: -25px;
}

.sitemenu .navbar ul li ul {
    position: absolute;
    left: 0;
    top: 50px;
    background: #D99877;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sitemenu .navbar ul li ul li {
    white-space: nowrap;
}

.sitemenu .navbar ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}


.sitemenubar .address {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
}

.sitemenubar .address li {
    padding-bottom: 30px;
    line-height: 50px;
    position: relative;
    padding-left: 50px;
}

.sitemenubar .address li:last-child {
    padding-bottom: 0;
}

.sitemenubar .address li:after {
    position: absolute;
    left: 0;
    top: 2px;
    font-family: fontawesome;
    font-size: 28px;
}

.sitemenubar .address li.phn:after {
    content: '\f095';
}

.sitemenubar .address li.mail:after {
    content: '\f0e0';
}

.sitemenubar .address li.address:after {
    content: '\f041';
}

.sitemenu.menu-hide {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.sitemenu.menu-show {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}





/*==================== (12). End sitemenu section ====================*/