/*
*
* ---------------------------------------------------------------------------
*
* Template: Soulart - Wedding Planner &amp; Photography html Template
* Author: Yufaui
* Author URI: https://www.hiknik.com/
* Version: 1.0
*
* --------------------------------------------------------------------------- 
*
*/


/*  ---------------------------------------------------------------------------
Table of Contents
---------------------------------------------------------------------------

*   01. Global area
*   02. Main header area
*   03. Main Banner area
*   04. Wedding info area
*   05. About us area
*   06. Stories area
*   07. Video area
*   08. Photographer area
*   09. Hello area
*   10. Galleries area
*   11. Offer area
*   12. Testimonial area
*   13. Packages area
*   14. Blog area
*   15. RSVP area
*   16. Slide map area
*   17. Main fotter area
*   18. Page header area
*   19. About page area
*   20. Recent blog post
*   21. Contact area
*/


/**
*
* ---------------------------------------------------------------------------
# [Color codes]

# Background:	#fff and #ED1B24
# Content:	#666, #ED1B24 and #fff 
# Heading:	#fff and #ED1B24
# Navigation: #ED1B24 and #fff
# Link: #fff and #ED1B24
# Hover: #fff and #ED1B24
# Footer: #fff and #ED1B24

* --------------------------------------------------------------------------- 
*
*/


/**
*
* ---------------------------------------------------------------------------
# [Typography]

# Body copy:            'Roboto', sans-serif
# Heading:              'Roboto', sans-serif, 'Abril Text'
# Input, textarea:      'Roboto', sans-serif
# Links:                'Roboto', sans-serif

* --------------------------------------------------------------------------- 
*
*/


/*
* ---------------------------------------------------------------------------
* 01. Global area
* ---------------------------------------------------------------------------
*/



/* Galleries sub area */

.galleries-sub-title {
    text-align: center;
}

.galleries-sub-title h3 {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.galleries-sub-title h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 1px;
    left: 50%;
    background-color: #ed1c24;
    transform: translateX(-50%);
}

.galleries-sub-title span {
    margin-bottom: 25px;
    display: block;
}

.galleries-sub-title span i {
    margin-right: 5px;
}

.galleries-sub-title p {
    margin-bottom: 15px;
}

.single-galleries-sub-img {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.single-galleries-sub-img:hover .galleries-sub-img:after {
    background-color: rgba(0, 0, 26, 0.41);
}

.single-galleries-sub-img:hover .galleries-sub-img-hvr {
    top: 50%;
}

.galleries-sub-img {
    position: relative;
}

.galleries-sub-img:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 26, 0.07);
    z-index: 1;
    transition: all 0.5s ease;
}

.galleries-sub-img-hvr {
    position: absolute;
    top: -200%;
    left: 50%;
    height: 60px;
    text-align: center;
    line-height: 65px;
    width: 60px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 3;
    transition: all 0.8s ease;
}

.galleries-sub-img-hvr a {
    display: block;
}

.galleries-sub-img-hvr a i {
    color: #ed1c24;
    font-size: 24px;
}


/*
* ---------------------------------------------------------------------------
* 11. Offer area
* ---------------------------------------------------------------------------
*/

.offer-area {
    text-align: center;
    color: #fff;
    padding: 100px 0;
    position: relative;
}

.offer-area:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(2, 2, 2, 0.47);
    z-index: 1;
}

.offer-content {
    position: relative;
    z-index: 2;
    border: 1px solid #fff;
    padding: 85px 50px;
}

.offer-content h2 {
    color: #fff;
    font-family: "AbrilText", sans-serif;
    font-style: italic;
    font-size: 120px;
    text-transform: inherit;
}

.offer-content h3 {
    font-family: "AbrilText", sans-serif;
    font-style: italic;
    color: #fff;
    text-transform: none;
    font-size: 70px;
}

.offer-content h3 span {
    color: #ed1c24;
    font-size: 120px;
}


/*
* ---------------------------------------------------------------------------
* 12. Testimonial area
* ---------------------------------------------------------------------------
*/

.testimonial-caro {
    margin-top: 70px;
    background: transparent url(img/testimonial/testimonial-caro-bg.png) top center no-repeat;
    background-size: contain;
}

.testimonial-caro-bg {
    padding-top: 58px;
    padding-bottom: 55px;
}

.testimonial-img {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 7.5px;
}

.testimonial-txt {
    text-align: center;
    padding: 55px 0 0;
}

.testimonial-txt h3 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
}

.testimonial-txt h3:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #ed1c24;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-txt h5 {
    margin-bottom: 20px;
}

.testimonial-txt h4 {
    margin-bottom: 10px;
}

.testimonial-txt h4 a,
.testimonial-txt h4 span {
    vertical-align: middle;
    font-size: 14px;
    color: #666;
    font-weight: 400;
}

.testimonial-txt h4 a:active,
.testimonial-txt h4 a:hover {
    color: #ed1c24;
}

.testimonial-para {
    margin-bottom: 30px;
}

.testimonial-caro .owl-dots {
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.testimonial-caro .owl-dot {
    height: 10px;
    width: 10px;
    background-color: #231f20;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    margin: 0 5px;
    border-bottom: 1px solid transparent
}

.testimonial-caro .owl-dot.active {
    background-color: #ed1c24;
}


/* Testimonial page area */

.testimonial-single-page,
.testimonial-page-area {
    position: relative;
    background: transparent url('img/backgrounds/gray-bg.png') top right no-repeat;
}

.testimonial-single-page:after,
.testimonial-page-area:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: transparent url('img/testimonial/testimonial-bg-02.png') bottom left no-repeat;
    z-index: 1;
}

.testimonial-page-area .theme-pagination {
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.testimonial-page-single {
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.testimonial-page-single:first-child {
    margin-top: 0;
}

.testimonial-page-single-txt h3 {
    padding-bottom: 17px;
    margin-bottom: 20px;
    position: relative;
}

.testimonial-page-single-txt h3:after {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #ed1c24;
}

.testimonial-page-single-txt h6 {
    color: #666;
    font-weight: 400;
    margin-bottom: 22px;
    text-transform: capitalize;
}

.testimonial-page-single-txt h6 i {
    margin-right: 5px;
}

.testimonial-page-single-txt p {
    margin-bottom: 15px;
    display: block;
}

.testimonial-page-single-txt h4 {
    margin-top: 40px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

.testimonial-page-single-txt h5 span,
.testimonial-page-single-txt h4 span {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    color: #303030;
}

.testimonial-page-single-txt h5 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
    color: #666;
}

.testimonial-page-single-txt h5 a {
    color: #666;
}

.testimonial-page-single-txt h5 a:active,
.testimonial-page-single-txt h5 a:hover {
    color: #ed1c24;
}

.testimonial-page-single-txt a.theme-btn {
    margin-top: 49px;
}


/* Testimonial single page */

.single-testimonial-page-caro {
    background: transparent url(img/testimonial/testimonial-caro-bg.png) top center no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
}

.about-bride-groom {
    margin-top: 57px;
    position: relative;
    z-index: 2;
}

.about-bride-groom img {
    margin-bottom: 25px;
}

.about-bride-groom h3 {
    font: 18px;
    margin-bottom: 20px;
}

.about-bride-groom h3 span {
    display: block;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}

.more-testimonial-post-title {
    margin-top: 80px;
    position: relative;
    z-index: 2;
}

.more-testimonial-post-title h2 {
    font-size: 24px;
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.more-testimonial-post-title h2:after {
    content: '';
    position: absolute;
    top: 100%;
    width: 200px;
    left: 0;
    height: 1px;
    background-color: #ed1c24;
}


/*
* ---------------------------------------------------------------------------
* 13. Packages area
* ---------------------------------------------------------------------------
*/

.single-package {
    margin-top: 70px;
    background-color: #fff;
    transition: all 0.5s ease;
}

.single-package:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.package-hdr {
    background-color: #303030;
}

.package-hdr .lvl-txt {
    padding: 30px 0;
}

.package-hdr .lvl-txt h3 {
    color: #fff;
    font-size: 24px;
    text-align: left;
    padding-left: 25px;
}

.package-hdr .lvl-txt h3 span {
    font-size: 16px;
    display: block;
}

.package-hdr .price-txt {
    padding: 34px 0;
}

.package-hdr .price-txt h3 {
    color: #fff;
    font-size: 40px;
    text-align: right;
    padding-right: 25px;
}

.package-hdr .price-txt h3 span {
    font-size: 16px;
}

.package-txt {
    text-align: center;
    padding: 55px 0 65px;
}

.package-txt ul {
    clear: both;
}

.package-txt ul li {}

.package-txt ul li div {
    padding: 20px;
    border-bottom: 1px dashed #e3e3e3;
    text-transform: capitalize;
    display: inline-block;
}

.package-txt ul li:first-child div {
    padding-top: 0;
}

.package-txt ul li:last-child div {
    border-bottom: 0;
}

.package-txt h4 {
    margin-top: 92px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #303030;
}

.package-btn {
    text-align: center;
    padding-bottom: 50px;
}


/* Package page area */

.packages-page-area {
    padding-top: 30px;
}


/*
* ---------------------------------------------------------------------------
* 14. Blog area
* ---------------------------------------------------------------------------
*/

.single-blog {
    background-color: #f2f2f2;
    padding: 30px;
    margin-top: 70px;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.039);
}

.single-blog .about-border-two,
.single-blog .about-border-three,
.single-blog .about-border-four {
    bottom: 50px;
}

.single-blog:hover {
    background-color: #fff;
}

.single-blog:hover .blog-txt a {
    color: #ed1c24;
}

.blog-img {
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.blog-img:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 30px;
    background-color: rgba(48, 48, 48, 0.11);
}

.blog-txt {
    padding: 30px 0;
}

.blog-txt h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.blog-txt ul {
    margin-bottom: 20px;
}

.blog-txt ul li {
    display: inline-block;
    margin-right: 10px;
}

.blog-txt a {
    margin-top: 25px;
    display: inline-block;
}

.blog-btn {
    text-align: center;
    margin-top: 70px;
}


/* Blog page area */

.blog-page-area {
    padding-top: 60px;
}

.blog-page-area .single-blog {
    margin-top: 30px;
}


/* Blog sidebar */

.blog-sidebar {
    margin: -40px 0;
}

.single-sidebar {
    margin: 40px 0;
    display: inline-block;
}

.single-sidebar-hdr {}

.single-sidebar-hdr h3 {
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 35px;
}

.single-sidebar-hdr h3:after,
.single-sidebar-hdr h3:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
}

.single-sidebar-hdr h3:after,
.single-sidebar-hdr h3:after {
    content: '';
    position: absolute;
    left: 0;
    height: 1px;
}

.single-sidebar-hdr h3:after {
    background-color: #ed1c24;
    width: 100px;
}

.single-sidebar-hdr h3:before {
    background-color: #dcdcdc;
    width: 100%;
}

.popular-post {
    margin-top: -30px;
}

.single-popular-post {
    margin-top: 30px;
    line-height: 1.5;
    display: inline-block;
}

.single-popular-post a:hover {
    color: #ed1c24;
}

.popular-post-txt {
    margin-bottom: 10px;
    color: #303030;
}

.popular-post-author {
    font-size: 12px;
}

.popular-post-author a {
    font-style: italic;
}

.recent-post {
    margin-bottom: -20px;
}

.recent-post ul li {
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.recent-post ul li a {
    color: #666;
}

.recent-post ul li a:hover {
    color: #ed1c24;
}

.recent-post ul li span {
    display: block;
}

.sidebar-tags ul li {
    display: inline-block;
}

.sidebar-tags ul li a {
    display: block;
    padding: 7px 10px;
    border-radius: 3px;
    background: linear-gradient( 90deg, rgb(221, 221, 221) 0%, rgb(238, 238, 238) 100%);
    background: -moz-linear-gradient( 90deg, rgb(221, 221, 221) 0%, rgb(238, 238, 238) 100%);
    background: -o-linear-gradient( 90deg, rgb(221, 221, 221) 0%, rgb(238, 238, 238) 100%);
    background: -webkit-linear-gradient( 90deg, rgb(221, 221, 221) 0%, rgb(238, 238, 238) 100%);
    box-shadow: 1px 1.732px 1px 0px rgba(153, 153, 153, 0.392), inset 0.5px 0.866px 0px 0px rgba(251, 251, 252, 0.337);
    margin-right: 10px;
    margin-bottom: 10px;
    color: #666;
    font-size: 12px;
}

.sidebar-tags ul li a:hover {
    color: #ed1c24;
}


/* Blog single content */

.blog-single-img {
    margin-bottom: 80px;
}

.blog-single-shadow {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.blog-single-shadow:before,
.blog-single-shadow:after {
    position: absolute;
    content: "";
    bottom: 12px;
    left: 15px;
    top: 80%;
    width: 45%;
    background: #9B7468;
    z-index: -1;
    box-shadow: 0 20px 15px #9B7468;
    transform: rotate(-3deg);
}

.blog-single-shadow:after {
    transform: rotate(3deg);
    right: 15px;
    left: auto;
}

.blog-single-content h3 {
    margin-bottom: 10px;
}

.blog-single-info {
    margin-bottom: 20px;
}

.blog-single-info li {
    display: inline-block;
    margin-right: 10px;
}

.blog-single-content p {
    margin-bottom: 10px;
}

.blog-single-quote {
    padding: 20px 50px;
    position: relative;
}

.blog-single-quote:after {
    position: absolute;
    content: '\f10e';
    left: 0;
    top: 15px;
    font-family: FontAwesome;
    color: #ed1c24;
    font-size: 27px;
}

.blog-single-quote p {
    color: #303030;
    font-style: italic;
}

.blog-single-tags {
    text-align: center;
    margin-bottom: 40px;
}

.blog-single-tags h4 {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

.blog-single-tags ul li {
    display: inline-block;
    margin: 0 7px;
}

.blog-single-tags ul li a:hover {
    color: #ed1c24;
}

.blog-single-share {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.blog-single-share:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    background-color: #cccccc;
    margin-top: -0.5px;
    z-index: -1;
}

.blog-single-share ul {
    display: inline-block;
    background-color: #F4F4F4;
    padding: 0 10px;
}

.blog-single-share ul li {
    display: inline-block;
}

.blog-single-share ul li a {
    height: 40px;
    width: 40px;
    line-height: 39px;
    text-align: center;
    background-color: #ed1c24;
    color: #fff;
    margin: 0 5px;
    display: block;
    border-radius: 50%;
}

.blog-single-share ul li a:hover {
    background-color: #fff;
    color: #ed1c24;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.prev-post,
.next-post {
    margin-bottom: 30px;
}

.prev-post img,
.next-post img {
    border-radius: 50%;
    width: 100%;
}

.prev-post h4,
.next-post h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.prev-post a,
.next-post a {
    color: #ed1c24;
}

.prev-post a i {
    margin-right: 5px;
}

.next-post a i {
    margin-left: 5px;
}

.next-post {
    text-align: right;
}


/* Blog single comments */

.blog-single-comments {
    margin-bottom: 45px;
}

.blog-single-comments h4 {
    padding-bottom: 30px;
    font-weight: 400;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #cccccc;
}

.comment-media {
    margin-top: 30px;
    padding-bottom: 55px;
    border-bottom: 1px solid #cccccc;
}

.comment-media .comment-media {
    margin-top: 50px;
    padding-bottom: 0;
    border-bottom: 0px solid #cccccc;
}

.comment-media img {
    border-radius: 50%;
    width: 100%;
}

.comment-media h4 {
    margin-top: 10px;
    color: #303030;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 0;
    border-bottom: 0px solid #cccccc;
}

.comment-media h4 i {
    font-size: 8px;
    margin: 0 5px;
}

.comment-media h4 span {
    font-size: 14px;
    color: #666;
}

.comment-media a {
    text-align: right;
    display: block;
    text-transform: uppercase;
}

.comment-media a:hover {
    color: #ed1c24;
}


/* Blog single comments form*/

.blog-single-comments-form h4 {
    padding-bottom: 10px;
    font-weight: 400;
    color: #666;
    font-size: 16px;
}

.blog-single-comments-form label {
    color: #666;
    font-size: 14px;
    font-weight: 400;
}


/*
* ---------------------------------------------------------------------------
* 15. RSVP area
* ---------------------------------------------------------------------------
*/

.rsvp-form {
    margin-top: 70px;
}

.rsvp-form input {
    padding: 10px 12px;
    height: auto;
    line-height: inherit;
}

.rsvp-form select {
    padding: 10px 12px;
    height: auto;
    line-height: inherit;
    color: #999;
}

.rsvp-form textarea {
    padding: 10px 12px;
}

.rsvp-form .input-group input {
    border-right: 0 !important;
    box-shadow: none;
}

.rsvp-form .form-group {
    margin-bottom: 50px;
}

.rsvp-form .rsvp-btn {
    text-align: center;
}


/*
* ---------------------------------------------------------------------------
* 16. Slide map area
* ---------------------------------------------------------------------------
*/

.map-area {
    height: 350px;
    background-color: #ddd;
}

.slide-map {
    font-size: 30px;
    color: #fff;
    text-align: center;
    background-color: #ed1c24;
}

.slide-map i {
    cursor: pointer;
}


/*
* ---------------------------------------------------------------------------
* 17. Main fotter area
* ---------------------------------------------------------------------------
*/


/* Footer top area */

.fotter-top-area {
    background-color: #231f20;
    color: #c1c1c1;
}

.footer-widgets {
    padding: 75px 0;
}

.footer-title h3 {
    color: #efefef;
    padding-bottom: 10px;
    margin-bottom: 50px;
    position: relative;
}

.footer-title h3:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 70px;
    left: 0;
    bottom: 0;
    background-color: #ed1c24;
}

.footer-about {
    margin-bottom: 40px;
}

.footer-about a {
    display: inline-block;
    margin-bottom: 50px;
}

.footer-about p span {
    color: #ed1c24;
}

.footer-social li {
    display: inline-block;
    margin-right: 10px;
}

.footer-social li a {
    color: #fff;
    display: block;
    transition: all .8s ease-in-out;
}

.footer-social li a:hover {
    color: #ed1c24;
    transform: rotate(360deg);
}

.footer-pages li {
    padding: 15px 0;
    border-bottom: 1px solid #c1c1c1;
}

.footer-pages li:first-child {
    padding-top: 0;
}

.footer-pages li:last-child {
    border-bottom: 0px solid #c1c1c1;
}

.footer-pages li a {
    color: #c1c1c1;
}

.footer-twitter-feed li a:hover,
.footer-pages li a:hover {
    color: #ed1c24;
}

.footer-twitter-feed li {
    padding: 15px 0;
    border-bottom: 1px solid #c1c1c1;
}

.footer-twitter-feed li:first-child {
    padding-top: 0;
}

.footer-twitter-feed li:last-child {
    border-bottom: 0px solid #c1c1c1;
}

.footer-twitter-feed li a {
    color: #c1c1c1;
    overflow: auto;
    display: block;
}

.footer-twitter-feed li a i {
    color: #ed1c24;
}

.footer-contact {
    margin-bottom: 45px;
}

.footer-contact li {
    padding: 15px 0;
    border-bottom: 1px solid #c1c1c1;
    color: #c1c1c1;
}

.footer-contact li:first-child {
    padding-top: 0;
}

.footer-contact li i {
    color: #ed1c24;
    margin-right: 5px;
}

.footert-newslatter h4 {
    font-size: 14px;
    color: #c1c1c1;
    text-transform: none;
    margin-bottom: 20px;
}

.footert-newslatter form .input-group input {
    border-left: 0;
    border-right: 0;
    box-shadow: none;
    padding-left: 0;
}

.footert-newslatter form .rsvp-addon {
    padding: 0 !important;
    border: none;
}

.footert-newslatter form button {
    background-color: #ed1c24;
    color: #fff;
    padding: 9px 12px;
    border-radius: 0 3px 3px 0;
}


/* Footer bottom area */

.footer-bottom-area {
    background-color: #e5e5e5;
    padding: 20px 0;
}

.footer-bottom-area p {
    margin-bottom: 0;
}

.footer-bottom-area p a {
    color: #ed1c24;
}


/*
* ---------------------------------------------------------------------------
* 18. Page header area
* ---------------------------------------------------------------------------
*/

.page-header-area {
    position: relative;
    background: transparent url(img/backgrounds/page-header-bg.jpg) center center no-repeat;
    background-size: cover;
}

.page-header-area:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.82);
    z-index: 1;
}

.page-header-content {
    position: relative;
    z-index: 2;
}

.page-header-content h3 {
    margin-bottom: 10px;
}

.page-header-content ul li {
    display: inline-block;
    position: relative;
    padding: 0 8px;
    font-size: 16px;
}

.page-header-content ul li+li:before {
    color: #666;
    content: "/\00a0";
    position: absolute;
    left: -4px;
    top: 0;
}

.page-header-content ul li a {
    display: block;
}

.page-header-content ul li.active,
.page-header-content ul li a:hover {
    color: #ed1c24;
}


/*
* ---------------------------------------------------------------------------
* 19. About page area
* ---------------------------------------------------------------------------
*/

.about-page-top-content {
    position: relative;
    width: 100%;
}

.about-main-txt {
    position: absolute;
    z-index: 2;
    top: 70%;
    width: 72%;
    margin-left: 14%;
    background-color: #f3f3f3;
    text-align: center;
    padding: 90px 20px;
    border: 10px solid #ed1c24;
}

.about-main-txt h3 {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0 35px;
}

.about-main-txt p {
    text-align: left;
    margin-bottom: 0;
    margin-top: 15px;
}

.misson-vision-txt {
    margin-top: 475px;
}

.misson-vision-txt h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.misson-vision-txtt p {
    margin-bottom: 0;
    margin-top: 10px;
}


/*
* ---------------------------------------------------------------------------
* 20. Recent blog post
* ---------------------------------------------------------------------------
*/

.recent-blog-title h3 {
    padding-bottom: 15px;
    position: relative;
    font-size: 24px;
}

.recent-blog-title h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 19%;
    background-color: #ed1c24;
}

.recent-blog-title h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #dcdcdc;
}

.single-recent-blog-post {
    padding: 34px;
    background-color: #fbf9f9;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.039);
    margin-top: 40px;
}

.single-recent-blog-post:hover .recent-blog-post-bdr {
    background-color: rgba(255, 255, 255, 0.5);
}

.single-recent-blog-post:hover .recent-blog-post-hvr {
    top: 50%;
}

.recent-blog-post-img {
    position: relative;
    overflow: hidden;
}

.recent-blog-post-img img {
    width: 100%;
}

.recent-blog-post-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(3, 3, 3, 0.42);
    z-index: 1;
}

.recent-blog-post-bdr {
    position: absolute;
    left: 10px;
    bottom: 10px;
    top: 10px;
    right: 10px;
    z-index: 2;
    border: 1px solid #fff;
    transition: all 1s ease;
}

.recent-blog-post-txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 30px;
    z-index: 2;
}

.recent-blog-post-txt h3 {
    color: #fff;
    margin-bottom: 10px;
}

.recent-blog-post-txt span {
    color: #fff;
    display: block;
}

.recent-blog-post-hvr {
    position: absolute;
    left: 50%;
    top: -500px;
    text-align: center;
    width: 100%;
    z-index: 3;
    transform: translate(-50%, -50%);
    transition: all 0.8s ease;
}

.recent-blog-post-hvr a {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.61);
    height: 60px;
    width: 60px;
    line-height: 59px;
    text-align: center;
    border-radius: 50%;
}


/*
* ---------------------------------------------------------------------------
* 21. Contact area
* ---------------------------------------------------------------------------
*/

.contact-area {
    background: transparent url(img/backgrounds/contact-bg.png) center center no-repeat;
    background-size: 1250px auto;
}

.contact-form {
    background-color: #fdffff;
    padding: 100px;
    text-align: center;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.039);
}

.contact-form h3 {
    margin-bottom: 70px;
    padding-bottom: 15px;
    font-size: 24px;
    display: inline-block;
    border-bottom: 1px solid #ed1c24;
}

.contact-form form input {
    padding: 10px 12px;
    height: auto;
    line-height: inherit;
}

.contact-form form .form-group {
    margin-bottom: 30px;
    text-align: left;
}

.contact-form form .form-group label {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #666;
}

.contact-btn {
    margin-top: 50px;
}

.contact-btn button {}