@import url("https://fonts.googleapis.com/css?family=Cardo:400,400i,700|Lora:400,400i,700,700i");
@import url("global.css");
@import url("header.css");
@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("animation.css");
@import url("jquery-ui.css");
@import url("jquery.fancybox.min.css");
@import url("jquery.mCustomScrollbar.min.css");

.w-100 {
    width: 100%;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

body {
    font-family: "Anuphan", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
    scrollbar-color: #eb2a2e #f1f1f1;
    scrollbar-width: thin;
}

.message_submit_form:focus {
    outline: none;
}

input:hover,
input:focus {
    outline: none !important;
    box-shadow: 0px 0px 0px 0px transparent !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0rem transparent !important;
}

.gray_bg {
    background-color: #f6f5f1;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.section_padding {
    padding: 140px 0px;
}

.single_padding_top {
    padding-top: 140px !important;
}

.padding_top {
    padding-top: 140px;
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

a:hover {
    color: #eb2a2e !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

h2 {
    font-size: 44px;
    line-height: 1.222;
    color: #2c3033;
    font-weight: 600;
}

h3 {
    font-size: 24px;
    line-height: 25px;
}

.blog_right_sidebar .widget_title {
    font-size: 20px;
    margin-bottom: 40px;
    font-style: inherit;
    font-weight: 600;
    color: #2a2a2a;
}

img {
    max-width: 100%;
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s;
}

.section_tittle {
    margin-bottom: 70px;
}

.subtitle-process .section_tittle {
    margin-bottom: 15px !important;
}

.section_tittle h2 {
    font-size: 40px;
    color: #2c3033;
    line-height: 1.25;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.section_tittle h2:after {
    width: 90px;
    height: 10px;
    position: absolute;
    content: "";
    bottom: 9px;
    z-index: -1;
    left: 0;
    background-color: #eb2a2e;
}

.section_tittle p {
    color: #555555;
    font-size: 16px;
    margin-bottom: 7px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mb_110 {
    margin-bottom: 110px;
}

.mt_130 {
    margin-top: 130px;
}

.mb_130 {
    margin-bottom: 130px;
}

.padding_less_40 {
    margin-bottom: -50px;
}

.z_index {
    z-index: 9 !important;
    position: relative;
}

.gj-datepicker {
    width: 100% !important;
}

.submit_btn {
    width: auto;
    display: inline-block;
    background: #fff;
    padding: 0px 50px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    border: 1px solid #fdcb9e;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.submit_btn:hover {
    background: transparent;
}

.btn_1 {
    display: inline-block;
    padding: 9.5px 28px;
    border-radius: 50px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    color: #eb2a2e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize;
}

.btn_1:hover {
    color: #eb2a2e;
    background-color: #eb2a2e;
}

.single_page_btn {
    display: inline-block;
    padding: 9.5px 28px;
    border-radius: 50px;
    background-color: #eb2a2e;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: capitalize;
    border: 2px solid transparent;
}

.single_page_btn:hover {
    color: #eb2a2e;
    background-color: #fff;
    border: 2px solid #eb2a2e;
}

.btn_2 {
    display: inline-block;
    font-size: 15px;
    color: #1d272f;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.btn_2:after {
    width: 18px;
    height: 18px;
    position: absolute;
    content: "";
    top: 17px;
    border-radius: 50%;
    z-index: -1;
    background-color: #ffeee7;
    right: 34px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn_2 img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-left: 13px;
    margin-bottom: 5px;
    padding-right: 15px;
}

.btn_3 {
    display: inline-block;
    font-size: 15px;
    color: #1d272f;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.btn_3:after {
    width: 18px;
    height: 18px;
    position: absolute;
    content: "";
    top: 2px;
    border-radius: 50%;
    z-index: -1;
    background-color: #ffeee7;
    right: 19px;
}

.btn_3 img {
    margin-left: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 2px;
}

.btn_3:hover img {
    transform: rotateX(-180deg);
    margin-bottom: 7px;
}

.btn_4 {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 14.5px 43px;
    background-color: #eb2a2e;
    margin-top: 20px;
}

.btn_4:hover {
    color: #fff;
    background-color: #e04000;
}

.btn_4:hover a {
    color: #fff !important;
}

.button {
    display: inline-block;
    border: 1px solid #eb2a2e;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 54px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    background-color: #eb2a2e;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.button:hover {
    color: #fff;
}

.button-link {
    letter-spacing: 0;
    color: #3b1d82;
    border: 0;
    padding: 0;
}

.button-link:hover {
    background: transparent;
    color: #3b1d82;
}

.button-header {
    color: #fff;
    border-color: #fdcb9e;
}

.button-header:hover {
    background: #b8024c;
    color: #fff;
}

.button-contactForm {
    color: #fff;
    border-color: #fdcb9e;
    padding: 12px 25px;
}

.latest-blog-area .area-heading {
    margin-bottom: 70px;
}

.blog_area a {
    color: #666666 !important;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog_area a h2 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog_area a h2:hover {
    color: #eb2a2e !important;
}

.blog_right_sidebar .btn_4 {
    margin-top: 0px;
}

.single-blog {
    overflow: hidden;
    margin-bottom: 30px;
}

.single-blog:hover {
    box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

.single-blog .thumb {
    overflow: hidden;
    position: relative;
}

.single-blog .thumb:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog h4 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 34px;
    margin-bottom: 25px;
}

.single-blog a {
    font-size: 20px;
    font-weight: 600;
}

.single-blog a:hover {
    color: #eb2a2e;
}

.single-blog .date {
    color: #666666;
    text-align: left;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}

.single-blog .tag {
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 13px;
    font-weight: 300;
    margin-right: 22px;
    position: relative;
}

.single-blog .tag:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background: #acacac;
    right: -12px;
    top: 7px;
}

.single-blog .likes {
    margin-right: 16px;
}

.single-blog .single-blog-content {
    padding: 30px;
}

.single-blog .single-blog-content .meta-bottom p {
    font-size: 13px;
    font-weight: 300;
}

.single-blog .single-blog-content .meta-bottom i {
    color: #fdcb9e;
    font-size: 13px;
    margin-right: 7px;
}

.single-blog:hover .thumb:after {
    opacity: 0.7;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.full_image.single-blog {
    position: relative;
}

.full_image.single-blog .single-blog-content {
    position: absolute;
    left: 35px;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.full_image.single-blog h4 {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-bottom: none;
    padding-bottom: 5px;
}

.full_image.single-blog a {
    font-size: 20px;
    font-weight: 600;
}

.full_image.single-blog .date {
    color: #fff;
}

.full_image.single-blog:hover .single-blog-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px;
}

.l_blog_item .l_blog_text .date a {
    font-size: 12px;
}

.l_blog_item .l_blog_text h4 {
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.l_blog_item .l_blog_text p {
    margin-bottom: 0px;
    padding-top: 20px;
}

.causes_slider .owl-dots {
    text-align: center;
    margin-top: 80px;
}

.causes_slider .owl-dots .owl-dot {
    height: 14px;
    width: 14px;
    background: #eeeeee;
    display: inline-block;
    margin-right: 7px;
}

.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}

.causes_item {
    background: #fff;
}

.causes_item .causes_img {
    position: relative;
}

.causes_item .causes_img .c_parcent {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
}

.causes_item .causes_img .c_parcent span {
    width: 70%;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.causes_item .causes_img .c_parcent span:before {
    content: "75%";
    position: absolute;
    right: -10px;
    bottom: 0px;
    color: #fff;
    padding: 0px 5px;
}

.causes_item .causes_text {
    padding: 30px 35px 40px 30px;
}

.causes_item .causes_text h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    cursor: pointer;
}

.causes_item .causes_text p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0px;
}

.causes_item .causes_bottom a {
    width: 50%;
    border: 1px solid;
    text-align: center;
    float: left;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.causes_item .causes_bottom a + a {
    border-color: #eeeeee;
    background: #fff;
    font-size: 14px;
}

.latest_blog_area {
    background: #f9f9ff;
}

.single-recent-blog-post {
    margin-bottom: 30px;
}

.single-recent-blog-post .thumb {
    overflow: hidden;
}

.single-recent-blog-post .thumb img {
    transition: all 0.7s linear;
}

.single-recent-blog-post .details {
    padding-top: 30px;
}

.single-recent-blog-post .details .sec_h4 {
    line-height: 24px;
    padding: 10px 0px 13px;
    transition: all 0.3s linear;
}

.single-recent-blog-post .date {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.single-recent-blog-post:hover img {
    transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: 1px solid #eeeeee;
    display: inline-block;
    padding: 1px 18px;
    text-align: center;
}

.tags .tag_btn + .tag_btn {
    margin-left: 2px;
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px;
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.categories_post img {
    max-width: 100%;
}

.categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34, 34, 34, 0.75);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories_post .categories_details h5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

.categories_post .categories_details p {
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0px;
}

.categories_post .categories_details .border_line {
    margin: 10px 0px;
    background: #fff;
    width: 100%;
    height: 1px;
}

.categories_post:hover .categories_details {
    background: rgba(222, 99, 32, 0.85);
}

.blog_item {
    margin-bottom: 50px;
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

.blog_details p {
    margin-bottom: 30px;
}

.blog_details a {
    color: #ff8b23;
}

.blog_details a:hover {
    color: #eb2a2e;
}

.blog_details h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.blog-info-link li {
    float: left;
    font-size: 14px;
}

.blog-info-link li a {
    color: #999999;
}

.blog-info-link li i,
.blog-info-link li span {
    font-size: 13px;
    margin-right: 5px;
}

.blog-info-link li::after {
    content: "|";
    padding-left: 10px;
    padding-right: 10px;
}

.blog-info-link li:last-child::after {
    display: none;
}

.blog-info-link::after {
    content: "";
    display: table;
    clear: both;
}

.blog_item_img {
    position: relative;
}

.blog_item_img .blog_item_date {
    position: absolute;
    bottom: -10px;
    left: 10px;
    display: block;
    color: #fff;
    background-color: #eb2a2e;
    padding: 8px 15px;
    border-radius: 5px;
}

.blog_item_img .blog_item_date h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2;
}

.blog_item_img .blog_item_date p {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}

.blog_right_sidebar .single_sidebar_widget {
    background: #fbf9ff;
    padding: 30px;
    margin-bottom: 30px;
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
    border-right: 0;
}

.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999999;
}

.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
}

.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    border-color: #f0e9ff;
    font-size: 13px;
    color: #999999;
    padding-left: 20px;
    border-radius: 0;
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999999;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}

.blog_right_sidebar .newsletter_widget .input-group button {
    background: #fff;
    border-left: 0;
    border: 1px solid #f0e9ff;
    padding: 4px 15px;
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #999999;
}

.blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px;
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0px;
}

.blog_right_sidebar .post_category_widget .cat-list li + li {
    padding-top: 15px;
}

.blog_right_sidebar .post_category_widget .cat-list li:hover a {
    color: #eb2a2e !important;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #eb2a2e;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    background: #eb2a2e !important;
    color: #fff !important;
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    width: 33.33%;
    float: left;
    padding-right: 6px;
    padding-left: 6px;
    margin-bottom: 15px;
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin: 30px 0px;
}

.blog-pagination {
    margin-top: 80px;
}

.blog-pagination .page-link {
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0;
    text-align: center;
    margin-left: -1px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 0 !important;
    color: #8a8a8a;
    border: 1px solid #f0e9ff;
    margin-right: 10px;
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px;
}

.blog-pagination .page-item.active .page-link {
    background-color: #fbf9ff;
    border-color: #f0e9ff;
    color: #888888;
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0;
}

.single-post-area .blog_details {
    box-shadow: none;
    padding: 0;
    padding-top: 26px;
}

.single-post-area .social-links {
    padding-top: 10px;
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px;
}

.single-post-area .social-links li a {
    color: #cccccc;
    padding: 7px;
    font-size: 14px;
    transition: all 0.2s linear;
}

.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px;
}

.single-post-area .quote-wrapper {
    background: rgba(130, 139, 178, 0.1);
    padding: 15px;
    line-height: 1.733;
    color: #888888;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
}

.single-post-area .quotes {
    background: #fff;
    padding: 15px 15px 15px 20px;
    border-left: 2px solid;
}

.single-post-area .arrow {
    position: absolute;
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff;
}

.single-post-area .navigation-top p {
    margin-bottom: 0;
}

.single-post-area .navigation-top .like-info {
    font-size: 14px;
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    font-size: 16px;
    margin-right: 5px;
}

.single-post-area .navigation-top .comment-count {
    font-size: 14px;
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
    font-size: 16px;
    margin-right: 5px;
}

.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px;
}

.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0;
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999999;
}

.single-post-area .blog-author {
    padding: 40px 30px;
    background: #fbf9ff;
    margin-top: 50px;
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 30px;
}

.single-post-area .blog-author a {
    display: inline-block;
}

.single-post-area .blog-author a:hover {
    color: #eb2a2e;
}

.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px;
}

.single-post-area .blog-author h4 {
    font-size: 16px;
}

.single-post-area .navigation-area {
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-top: 55px;
}

.single-post-area .navigation-area p {
    margin-bottom: 0px;
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
}

.single-post-area .navigation-area .nav-left {
    text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: 0.5;
}

.single-post-area .navigation-area .nav-right {
    text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: 0.5;
}

.comments-area {
    background: transparent;
    border-top: 1px solid #eee;
    padding: 45px 0;
    margin-top: 50px;
}

.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px;
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

.comments-area .comment-list {
    padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
    padding-bottom: 0px;
}

.comments-area .comment-list.left-padding {
    padding-left: 25px;
}

.comments-area .thumb {
    margin-right: 20px;
}

.comments-area .thumb img {
    width: 70px;
    border-radius: 50%;
}

.comments-area .date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 0;
    margin-left: 20px;
}

.comments-area .comment {
    margin-bottom: 10px;
    color: #777777;
    font-size: 15px;
}

.comments-area .btn-reply {
    background-color: transparent;
    color: #888888;
    padding: 5px 18px;
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.comment-form {
    border-top: 1px solid #eee;
    padding-top: 45px;
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
}

.comment-form .form-group {
    margin-bottom: 30px;
    position: relative;
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
}

.comment-form .name {
    padding-left: 0px;
}

.comment-form .email {
    padding-right: 0px;
}

.comment-form .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

.comment-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #777777;
}

.comment-form textarea {
    padding-top: 18px;
    border-radius: 12px;
    height: 100% !important;
}

.comment-form ::-webkit-input-placeholder {
    font-size: 13px;
    color: #777;
}

.comment-form ::-moz-placeholder {
    font-size: 13px;
    color: #777;
}

.comment-form :-ms-input-placeholder {
    font-size: 13px;
    color: #777;
}

.comment-form :-moz-placeholder {
    font-size: 13px;
    color: #777;
}

.single_blog_post .desc a {
    font-size: 16px;
    color: #232b2b !important;
}

.single_blog_post .single_blog .single_appartment_content {
    padding: 38px 38px 23px;
    border: 0px solid #fdcb9e;
    box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

.single_blog_post .single_blog .single_appartment_content p {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.single_blog_post .single_blog .single_appartment_content p a {
    color: #eb2a2e;
}

.single_blog_post .single_blog .single_appartment_content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.481;
    margin-bottom: 16px;
}

.single_blog_post .single_blog .single_appartment_content h5 {
    font-size: 15px;
    color: #8a8a8a;
    font-weight: 400;
}

.single_blog_post .single_blog .single_appartment_content .list-unstyled {
    margin-top: 33px;
}

.single_blog_post .single_blog .single_appartment_content .list-unstyled li {
    display: inline;
    margin-right: 17px;
    color: #999999;
}

.single_blog_post .single_blog .single_appartment_content .list-unstyled li a {
    margin-right: 8px;
    color: #999999;
}

.home_menu .main-menu-item {
    padding-right: 100px;
}

.home_menu .menu_btn:hover a {
    color: #fff !important;
}

.main_menu .navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0px;
}

.main_menu .navbar {
    padding: 22px 0px;
}

.main_menu .main-menu-item {
    text-align: center !important;
    justify-content: center !important;
}

.main_menu .main-menu-item ul li a {
    color: #2c3033 !important;
    font-size: 16px;
    padding: 0px 22px !important;
    font-family: "Anuphan", sans-serif;
}

.main_menu .main-menu-item ul li a:hover {
    color: #eb2a2e !important;
}

.home_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
    top: 0;
}

.menu_fixed span {
    color: #000 !important;
}

.menu_fixed .btn_1 {
    border: 2px solid #eb2a2e;
}

.menu_fixed .btn_1:hover {
    border: 2px solid transparent;
}

.menu_fixed .main-menu-item {
    padding-right: 0px;
}

.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    background-color: #fafafa;
}

.dropdown .dropdown-menu {
    transition: all 0.5s;
    overflow: hidden;
    transform-origin: top center;
    transform: scale(1, 0);
    display: block;
    margin-top: 18px;
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    padding: 9px 18px !important;
    font-family: "Anuphan", sans-serif;
}

.dropdown:hover .dropdown-menu {
    transform: scale(1);
}

.banner_part {
    height: 880px;
    position: relative;
    background-image: url("/assets/images/banner_bg_2.png");
    background-repeat: no-repeat;
    background-size: 41%;
    background-position: top right;
}

.banner_part .banner_text {
    display: table;
    width: 100%;
    height: 880px;
    padding-top: 40px;
}

.banner_part .banner_text .banner_text_iner {
    display: table-cell;
    vertical-align: middle;
}

.banner_part .banner_text h5 {
    font-size: 24px;
    text-transform: capitalize;
    color: #eb2a2e;
    font-style: italic;
    font-weight: 400;
    font-family: "Anuphan", sans-serif;
    margin-bottom: 25px;
}

.banner_part .banner_text p {
    margin-bottom: 45px;
}

.banner_part .banner_text h1 {
    font-size: 53px;
    font-family: "Anuphan", sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.273;
}

.banner_part .banner_text h1 span {
    color: #eb2a2e;
}

.banner_part .banner_text .banner_btn_iner {
    position: relative;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-right: 1px solid transparent;
}

.banner_part .banner_text .banner_btn_iner:before {
    width: 60px;
    height: 1px;
    position: absolute;
    content: "";
    top: 0px;
    border-radius: 5px;
    z-index: -1;
    background-color: #2c3033;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.banner_part .banner_text .banner_btn_iner:after {
    width: 60px;
    height: 1px;
    position: absolute;
    content: "";
    bottom: 0px;
    border-radius: 5px;
    z-index: -1;
    background-color: #2c3033;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.banner_part .banner_text .banner_btn_iner:hover {
    border-right: 1px solid;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.banner_part .banner_text .banner_btn_iner:hover:before {
    width: 100%;
}

.banner_part .banner_text .banner_btn_iner:hover:after {
    width: 100%;
}

.banner_part .banner_text .banner_btn_iner:hover .btn_2 img {
    padding-right: 15px;
}

.banner_part .banner_text .banner_btn_iner:hover .btn_2:after {
    right: 25px;
    background-color: #eb2a2e;
}

.banner_part .banner_text .btn_2 {
    padding: 14px 0px 14px 25px;
    border-left: 1px solid #2c3033;
    position: relative;
}

.banner_part .video_popup {
    z-index: 99 !important;
    color: #333848;
    font-size: 14px;
    margin-left: 5px;
    display: inline-block;
    font-weight: 500;
    text-transform: capitalize;
}

.banner_part .video_popup span {
    width: 44px;
    height: 44px;
    background-color: #fcf5ee;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 41px;
    font-size: 14px;
    color: #eb2a2e;
    margin-left: 30px;
    margin-right: 13px;
    padding-left: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.banner_part .video_popup span:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.exclusive_item_part {
    position: relative;
    z-index: 1;
}

.exclusive_item_part:after {
    width: 450px;
    height: 100%;
    position: absolute;
    content: "";
    bottom: -250px;
    z-index: -1;
    background: url(/assets/images/overlay/1.png) bottom right no-repeat;
    background-size: 100%;
    right: -200px;
}

.about_part {
    position: relative;
    z-index: 1;
    padding: 80px 0px;
}

.about_part .about_text h5 {
    font-family: "Anuphan", sans-serif;
    font-size: 16px;
    color: #555555;
    margin-bottom: 18px;
}

.about_part .about_text h4 {
    margin-bottom: 25px;
    color: #eb2a2e;
    font-size: 24px;
    font-weight: 300;
}

.about_part .about_text h2 {
    line-height: 1.25;
    margin-bottom: 25px;
    font-size: 40px;
}

.about_part .about_text p {
    margin-top: 13px;
}

.about_part .about_text .btn_3 {
    margin-top: 48px;
}

.about_bg {
    position: relative;
    z-index: 1;
}

.about_bg:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    bottom: 133px;
    z-index: -1;
    background: url(../img/about_overlay.png) bottom right no-repeat;
    background-size: 15% 60%;
    right: 0px;
}

.intro_video_bg {
    background-image: url("../img/8.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: 90px;
}

.intro_video_bg:after {
}

.intro_video_bg h2 {
    font-size: 60px;
    color: #fff;
}

.intro_video_bg .intro_video_iner {
    width: 100%;
    height: 100%;
}

.intro_video_bg .intro_video_icon {
    display: inline-block;
    margin-top: 50px;
}

.intro_video_bg .video-play-button {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.intro_video_bg .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.intro_video_bg .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 200ms;
}

.intro_video_bg .video-play-button:hover:after {
    background: rgba(255, 255, 255, 0.3);
}

.intro_video_bg .video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.intro_video_bg .video-play-button span {
    display: inline-block;
    position: relative;
    z-index: 3;
    top: 6px;
    cursor: pointer;
}

.intro_video_bg .ti-control-play:before {
    content: "\e6ad";
    font-size: 28px;
    color: #000;
}

.food_menu {
    padding: 50px 0px;
}

.food_menu .nav-tabs {
    position: relative;
    margin-bottom: 50px;
    border-bottom: 0;
    padding-bottom: 15px;
}

.food_menu .nav-tabs a {
    font-size: 16px;
    color: #0d1c26;
    padding: 0 25px;
    position: relative;
    border-right: 1px dashed #d9d9d9;
}

.food_menu .nav-tabs a:last-child {
    border-right: 0;
}

.food_menu .nav-tabs a img {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
}

.food_menu .nav-tabs .active {
    color: #eb2a2e;
}

.food_menu .nav-tabs .active img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(90deg);
    height: 14px;
    width: 10px;
    bottom: 8px;
}

.food_menu .nav-tabs a .icon_menu {
    position: relative;
    display: inline;
    width: auto;
    height: 50px;
    transform: none;
    bottom: unset;
}

.food_menu .nav-tabs .active .icon_menu,
.food_menu .nav-tabs a:hover .icon_menu {
    filter: brightness(0) saturate(100%) invert(17%) sepia(92%) saturate(7456%) hue-rotate(350deg) brightness(92%)
        contrast(114%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.food_menu .single_food_item {
    margin-bottom: 50px;
    background-color: #fff;
}

.food_menu .single_food_item img {
    border-right: 10px solid #f6f5f1;
}

.food_menu .single_food_item .media-body {
    margin-top: 10px;
    text-align: center;
}

.food_menu .single_food_item .media-body h3 {
    font-size: 20px;
    font-weight: 700;
}

.food_menu .single_food_item .media-body h5 {
    font-size: 20px;
    font-weight: 700;
    color: #eb2a2e;
}

.chefs_part .single_blog_item h3 {
    margin-bottom: 12px !important;
}

.chefs_part .single_blog_item .social_icon {
    margin-top: 35px;
}

.chefs_part .single_blog_item .social_icon a {
    border: 1px solid #e2e5e7;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    font-size: 12px;
    display: inline-block;
    color: #949798;
    line-height: 37px;
    margin: 0px 8px;
}

.chefs_part .single_blog_item .social_icon a:hover {
    background-color: #eb2a2e;
    color: #fff !important;
    border: 1px solid #eb2a2e;
}

.regervation_part {
    background-image: url("../img/booking_tabel_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.regervation_part .section_tittle p {
    color: #fff;
}

.regervation_part .section_tittle h2 {
    color: #fff;
}

.regervation_part .regervation_part_iner input {
    color: #888 !important;
}

.regervation_part .regervation_part_iner .form-control {
    background-color: transparent;
    color: #888 !important;
    border: 0px solid transparent;
    border-bottom: 2px solid #a1a5a5;
    border-radius: 0px;
    padding: 0.375rem 0rem;
    font-size: 14px;
    font-family: "Anuphan", sans-serif;
    margin-bottom: 15px;
    padding-bottom: 15px;
    height: 40px;
}

.regervation_part .regervation_part_iner textarea.form-control {
    height: 100px !important;
    border-bottom: 1px solid #a1a5a5;
}

.regervation_part .ti-calendar {
    color: #a1a5a5 !important;
    font-size: 12px;
    margin-top: 8px;
}

.regervation_part .nice-select {
    width: 100%;
    line-height: 17px;
}

.regervation_part .nice-select:after {
    top: 36%;
}

.regervation_part .gj-picker {
    max-width: 300px !important;
}

.regervation_part a:hover {
    color: #fff !important;
}

.regervation_part .btn_4 {
    margin-top: 8px;
    margin-left: 5px;
}

.sample-text-area {
    background: #fff;
    padding: 100px 0 70px 0;
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}

.button-area {
    background: #fff;
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
    margin-right: 10px;
    margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
    margin-right: 0;
}

.genric-btn {
    display: inline-block;
    outline: none;
    line-height: 40px;
    padding: 0 30px;
    font-size: 0.8em;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.genric-btn:focus {
    outline: none;
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px;
}

.genric-btn.large {
    line-height: 45px;
}

.genric-btn.medium {
    line-height: 30px;
}

.genric-btn.small {
    line-height: 25px;
}

.genric-btn.radius {
    border-radius: 3px;
}

.genric-btn.circle {
    border-radius: 20px;
}

.genric-btn.arrow {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.genric-btn.arrow span {
    margin-left: 10px;
}

.genric-btn.default {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.default-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.primary {
    color: #fff;
    background: #eb2a2e;
    border: 1px solid transparent;
}

.genric-btn.primary:hover {
    color: #eb2a2e;
    border: 1px solid #eb2a2e;
    background: #fff;
}

.genric-btn.primary-border {
    color: #eb2a2e;
    border: 1px solid #eb2a2e;
    background: #fff;
}

.genric-btn.primary-border:hover {
    color: #fff;
    background: #eb2a2e;
    border: 1px solid transparent;
}

.genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}

.genric-btn.success:hover {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

.genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff;
}

.genric-btn.success-border:hover {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent;
}

.genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

.genric-btn.info:hover {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

.genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
}

.genric-btn.info-border:hover {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent;
}

.genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

.genric-btn.warning:hover {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

.genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff;
}

.genric-btn.warning-border:hover {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent;
}

.genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

.genric-btn.danger:hover {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

.genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff;
}

.genric-btn.danger-border:hover {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent;
}

.genric-btn.link {
    color: #415094;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent;
}

.genric-btn.link:hover {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.link-border {
    color: #415094;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline;
}

.genric-btn.link-border:hover {
    color: #415094;
    background: #f9f9ff;
    border: 1px solid transparent;
}

.genric-btn.disable {
    color: #222222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed;
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    background: #f9f9ff;
    border-left: 2px solid #eb2a2e;
}

.progress-table-wrap {
    overflow-x: scroll;
}

.progress-table {
    background: #f9f9ff;
    padding: 15px 0px 30px 0px;
    min-width: 800px;
}

.progress-table .serial {
    width: 11.83%;
    padding-left: 30px;
}

.progress-table .country {
    width: 28.07%;
}

.progress-table .visit {
    width: 19.74%;
}

.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px;
}

.progress-table .table-head {
    display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
    color: #415094;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 500;
}

.progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
    display: flex;
    align-items: center;
}

.progress-table .table-row .country img {
    margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0px;
    background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686;
}

.single-gallery-image {
    margin-top: 30px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    height: 200px;
}

.list-style {
    width: 14px;
    height: 14px;
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}

.unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #eb2a2e;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%;
}

.ordered-list {
    margin-left: 30px;
}

.ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #eb2a2e;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list li span {
    font-weight: 300;
    color: #828bb2;
}

.ordered-list-alpha li {
    margin-left: 30px;
    list-style-type: lower-alpha;
    color: #eb2a2e;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2;
}

.ordered-list-roman li {
    margin-left: 30px;
    list-style-type: lower-roman;
    color: #eb2a2e;
    font-weight: 500;
    line-height: 1.82em !important;
}

.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2;
}

.single-input {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input:focus {
    outline: none;
}

.input-group-icon {
    position: relative;
}

.input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3;
}

.input-group-icon .icon i {
    color: #797979;
}

.input-group-icon .single-input {
    padding-left: 45px;
}

.single-textarea {
    display: block;
    width: 100%;
    line-height: 40px;
    border: none;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
    height: 100px;
    resize: none;
}

.single-textarea:focus {
    outline: none;
}

.single-input-primary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-primary:focus {
    outline: none;
    border: 1px solid #eb2a2e;
}

.single-input-accent {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55;
}

.single-input-secondary {
    display: block;
    width: 100%;
    line-height: 40px;
    border: 1px solid transparent;
    outline: none;
    background: #f9f9ff;
    padding: 0 20px;
}

.single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359;
}

.default-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #eb2a2e;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.default-switch input:checked + label {
    left: 19px;
}

.primary-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.primary-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.primary-switch input:checked + label:after {
    left: 19px;
}

.primary-switch input:checked + label:before {
    background: #eb2a2e;
}

.confirm-switch {
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-switch input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.confirm-switch input + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 8.5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.confirm-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.confirm-switch input:checked + label:after {
    left: 19px;
}

.confirm-switch input:checked + label:before {
    background: #4cd3e3;
}

.primary-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
    background: url(../img/elements/primary-check.png) no-repeat center center/cover;
    border: none;
}

.confirm-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
    background: url(../img/elements/success-check.png) no-repeat center center/cover;
    border: none;
}

.disabled-checkbox {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.disabled-checkbox input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
    cursor: not-allowed;
    z-index: 3;
}

.disabled-checkbox input:checked + label {
    background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
    border: none;
}

.primary-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
    background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
    border: none;
}

.confirm-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
    background: url(../img/elements/success-radio.png) no-repeat center center/cover;
    border: none;
}

.disabled-radio {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    position: relative;
    cursor: pointer;
}

.disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.disabled-radio input + label {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
    cursor: not-allowed;
    z-index: 3;
}

.disabled-radio input:checked + label {
    background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
    border: none;
}

.default-select {
    height: 40px;
}

.default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px;
}

.default-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
    color: #eb2a2e;
    background: transparent;
}

.default-select .nice-select .list .option:hover {
    color: #eb2a2e;
    background: transparent;
}

.default-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.default-select .nice-select::after {
    right: 20px;
}

.form-select {
    height: 40px;
    width: 100%;
}

.form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%;
}

.form-select .nice-select .list {
    margin-top: 0;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    width: 100%;
    padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
    font-weight: 300;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 28px;
    min-height: 28px;
    font-size: 12px;
    padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
    color: #eb2a2e;
    background: transparent;
}

.form-select .nice-select .list .option:hover {
    color: #eb2a2e;
    background: transparent;
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.form-select .nice-select::after {
    right: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px;
}

.switch-wrap {
    margin-bottom: 10px;
}

.review_part .client_img {
    width: 200px;
    float: left;
    padding-top: 22px;
}

.review_part .client_img img {
    max-width: 140px;
    max-height: 140px;
}

.review_part .client_review_part {
    position: relative;
    z-index: 1;
}

.review_part .client_review_part:after {
    position: absolute;
    content: "";
    left: 200px;
    top: 0px;
    width: 1px;
    height: 100%;
    border: 1px solid #d9d9d9;
}

.review_part .client_review_part:before {
    position: absolute;
    content: "";
    left: 60%;
    top: 13%;
    width: 174px;
    height: 139px;
    background-image: url(../img/Quote.png);
    background-size: cover;
}

.review_part .client_review_single .client_review_text {
    padding-left: 50px;
}

.review_part .client_review_single .client_review_text p {
    font-size: 20px;
    font-family: "Anuphan", sans-serif;
    color: #555555;
    font-style: italic;
    line-height: 1.6;
}

.review_part .client_review_single .client_review_text h4 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #2c3033;
}

.review_part .client_review_single .client_review_text h4 span {
    font-family: "Anuphan", sans-serif;
    font-size: 14px;
    color: #555555;
}

.review_part .owl-dots {
    padding-top: 15px;
    padding-left: 240px;
}

.review_part .owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 15px;
    padding: 4px !important;
    position: relative;
    z-index: 1;
    background-color: #fcf5ee;
}

.review_part .owl-dots button.owl-dot:after {
    position: absolute;
    content: "";
    left: -4px;
    top: -4px;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.review_part .owl-dots button.owl-dot.active {
    background-color: lightsalmon;
    border-radius: 50%;
}

.review_part .owl-dots button.owl-dot:focus {
    outline: none;
}

.blog_item_section .single_blog_item:hover .single_blog_text {
    box-shadow: 0px 15px 30px rgba(115, 113, 127, 0.1);
    background-color: #fff;
}

.blog_item_section .single_blog_item:hover .btn_3 {
    color: #eb2a2e;
}

.blog_item_section .single_blog_item:hover .btn_3 a {
    color: #eb2a2e;
}

.blog_item_section .single_blog_item:hover .btn_3 img {
    transform: rotateX(-180deg);
    margin-bottom: 7px;
}

.blog_item_section .single_blog_img img {
    width: 100%;
}

.blog_item_section .single_blog_text {
    padding: 40px 30px;
    border: 2px dashed #eaeaea;
    border-radius: 100px 0px 623px 77px / 0px 50px 128px 58px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog_item_section .single_blog_text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog_item_section .single_blog_text .btn_3 {
    color: #2c3033;
    margin-top: 28px;
    text-transform: capitalize;
}

.blog_section .single_blog_text .date .date_item {
    color: #2c3033;
    font-size: 15px;
    margin-right: 19px;
}

.blog_section .single_blog_text .date .date_item span {
    color: #eb2a2e;
}

.blog_section .single_blog_text h3 {
    font-size: 24px;
    color: #2c3033;
    line-height: 1.458;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0px;
}

.blog_section .single_blog_text h3 a {
    color: #2c3033;
}

.blog_section .single_blog_text .btn_3 {
    margin-top: 25px;
}

.blog_section .single_blog_text .btn_3 img {
    margin-bottom: 8px;
}

.copyright_part {
    background-color: #303030;
    padding: 26px 0px;
}

.copyright_part p {
    color: #8a8a8a;
    font-family: 300;
}

.copyright_part a {
    color: #eb2a2e;
}

.copyright_part .footer-social a {
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    border: 1px solid #ff7e5f;
    text-align: center;
    margin-left: 10px;
    color: #fff;
}

.copyright_part .footer-social a:hover {
    background-color: #ff7e5f !important;
    color: #fff !important;
}

.copyright_part .footer-social a i:hover {
    color: #fff;
}

.copyright_part span.ti-heart {
    font-size: 12px;
    margin: 0px 2px;
}

.contact-info {
    margin-bottom: 25px;
}

.contact-info__icon {
    margin-right: 20px;
}

.contact-info__icon i,
.contact-info__icon span {
    color: #8f9195;
    font-size: 27px;
}

.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    color: #2a2a2a;
}

.contact-info .media-body h3 a:hover {
    color: #eb2a2e;
}

.contact-info .media-body p {
    color: #8a8a8a;
}

.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-contact label {
    font-size: 14px;
}

.form-contact .form-group {
    margin-bottom: 30px;
}

.form-contact .contact-section .btn_4 {
    margin-bottom: 0px !important;
}

.form-contact .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent;
}

.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999;
}

.form-contact textarea {
    border-radius: 12px;
    height: 100% !important;
}

.modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) !important;
    margin: 0px;
    max-width: 500px;
    width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0px;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

.modal-message .modal-dialog .modal-content .modal-header p {
    display: block;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2;
}

.breadcrumb_bg {
    background-image: url("/assets/images/main-slider/2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 0px !important;
}

.breadcrumb .breadcrumb_iner {
    height: 350px;
    width: 100%;
    display: table;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item {
    display: table-cell;
    vertical-align: middle;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
    font-size: 15px;
    color: #fff;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item span {
    margin: 0px 5px;
    font-size: 12px;
}

.footer-area {
    background-color: #f9f8f3;
    padding: 100px 0px 25px;
}

.footer-area.footer-index {
    background-color: #f9f8f3;
    padding: 190px 0px 25px;
}

.footer-area .single-footer-widget p {
    color: #555555;
    font-size: 15px;
    line-height: 1.8;
}

.footer-area .single-footer-widget h4 {
    margin-bottom: 23px;
    font-weight: 700;
    font-size: 24px;
}

.footer-area .single-footer-widget h5 {
    font-size: 16px;
    color: #fff;
}

.footer-area .single-footer-widget ul li {
    margin-bottom: 10px;
}

.footer-area .single-footer-widget ul li a {
    color: #555555;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
}

.footer-area .single-footer-widget ul li a:hover {
    color: #eb2a2e;
}

.footer-area .single-footer-widget ul li:last-child {
    margin-bottom: 0px;
}

.footer-area .single-footer-widget .form-wrap {
    margin-top: 25px;
}

.footer-area .single-footer-widget input {
    height: 40px;
    border: 0px solid transparent;
    width: 67% !important;
    font-weight: 400;
    background: #fff;
    padding-left: 20px;
    border-radius: 0;
    font-size: 13px;
    padding: 10px 20px;
    color: #999999;
    font-family: "Anuphan", sans-serif;
}

.footer-area .single-footer-widget input:focus {
    outline: none;
    box-shadow: none;
}

.footer-area .single-footer-widget .click-btn {
    background-color: #eb2a2e;
    color: #fff;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 8px 20px;
    border: 0;
    font-size: 12px;
    font-weight: 400;
    font-family: "Anuphan", sans-serif;
    position: relative;
    left: 0;
}

.footer-area .single-footer-widget .click-btn:focus {
    outline: none;
    box-shadow: none;
}

.footer-area .contact_info {
    position: relative;
    margin-bottom: 20px;
}

.footer-area .contact_info:last-child {
    margin-bottom: 0px;
}

.footer-area .contact_info p {
    margin-bottom: 10px;
}

.footer-area .contact_info p span {
    color: #2c3033;
    font-size: 16px;
}

.footer-area .form-control {
    border-radius: 0px !important;
    font-size: 13px;
    color: #999999;
    font-weight: 400;
    height: 48px;
    margin-top: 23px;
}

.footer-area .form-control:focus {
    outline: none !important;
    border-color: #e9ecee;
}

.footer-area .btn {
    margin-top: 23px;
    background-color: #eb2a2e;
    color: #fff;
    width: 49px;
    border-radius: 0px;
    height: 40px;
}

.footer-area .form-group {
    margin-top: 18px;
}

.footer-area span.ti-heart {
    font-size: 12px;
    margin: 0px 2px;
}

.footer-area .copyright_part_text {
    border-top: 1px solid #e2e2e2;
    padding-top: 25px;
    margin-top: 83px;
}

.footer-area .copyright_part_text p {
    color: #777777;
}

.footer-area .copyright_part_text a {
    color: #eb2a2e;
}

.footer-area .copyright_social_icon a {
    margin-left: 20px;
    color: #969697;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #27272f;
    font-weight: 600;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-90 {
    padding-top: 90px !important;
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    background-image: url(../images/icons/waves-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #eb2a2e;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 164px;
    z-index: 2;
    background-repeat: repeat-x;
}

.banner-section .slide {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 0px;
    background-color: #beb996;
}

.banner-section .slide.style-two {
    background-color: #a79bac;
}

.banner-section .icon-layer-one {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 312px;
    height: 274px;
    opacity: 0;
    transform: translateX(300px);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .active .icon-layer-one {
    opacity: 1;
    transform: translateX(0px);
}

.banner-section .icon-layer-two {
    position: absolute;
    left: 50px;
    bottom: 100px;
    width: 300px;
    height: 285px;
    opacity: 0;
    transform: translateX(-300px);
    background-position: center bottom;
    background-repeat: no-repeat;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .active .icon-layer-two {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 500ms;
}

.banner-section .icon-layer-three {
    position: absolute;
    right: 0px;
    top: -50px;
    width: 177px;
    height: 213px;
    opacity: 0;
    transform: translateX(-300px);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .active .icon-layer-three {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 500ms;
}

.banner-section .content-column {
    position: relative;
}

.banner-section .content-column .inner-column {
    position: relative;
    padding-top: 50px;
}

.banner-section .content-column h1 {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.1em;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    font-family: "LillyBelle";
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .content-column h1 .first-letter {
    display: block;
}

.banner-section .content-column h1 .second-letter {
    display: block;
}

.banner-section .active .content-column h1 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-section .content-column .text {
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 400;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .active .content-column .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.banner-section .content-column .btns-box {
    margin-top: 35px;
    opacity: 0;
    margin-bottom: 90px;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .active .content-column .btns-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-section .content-column .theme-btn {
    margin-right: 15px;
}

.banner-section .content-column .icons-box {
    position: relative;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section .content-column .icons-box img {
    position: relative;
    width: auto;
}

.banner-section .active .content-column .icons-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-section .image-column {
    position: relative;
}

.banner-section .image-column .inner-column {
    position: relative;
}

.banner-section .image-column .image {
    position: relative;
}

.banner-section .image-column .image img {
}

.banner-section .owl-dots {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 140px;
    text-align: center;
    counter-reset: slides-num;
}

.banner-section .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 28px;
    counter-increment: slides-num;
}

.banner-section .owl-dots .owl-dot span {
    position: relative;
    content: "0" counter(slides-num) "";
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #f6f0c8;
    opacity: 0.3;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "LillyBelle";
}

.banner-section .owl-dots .owl-dot:after {
    position: absolute;
    content: "/";
    right: -17px;
    top: -1px;
    color: #d6d1ad;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-section .owl-dots .owl-dot:last-child::after {
    display: none;
}

.banner-section .owl-dots .owl-dot span:before {
    position: relative;
    content: "0" counter(slides-num) "";
}

.banner-section .owl-dots .owl-dot:hover span,
.banner-section .owl-dots .owl-dot.active span {
    color: #ffffff;
    opacity: 1;
}

.banner-section .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 99999;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner-section:hover .owl-nav {
    opacity: 1;
}

.banner-section .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.banner-section .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 50px;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover {
    color: #222222;
    border-color: #ffffff;
    background-color: #ffffff;
}

.banner-section-two {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #000000 0%, #5f281c 75%);
}

.banner-section-two .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 164px;
    z-index: 1;
    background-repeat: repeat-x;
}

.banner-section-two .slide {
    position: relative;
    overflow: hidden;
    padding-top: 190px;
    padding-bottom: 200px;
}

.banner-section-two .shadow-layer {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: right bottom;
    background-repeat: no-repeat;
}

.banner-section-two .slide-middle-text {
    position: absolute;
    left: 130px;
    right: 0px;
    opacity: 0.03;
    color: #ffffff;
    line-height: 1em;
    font-size: 500px;
    text-align: center;
    font-family: "LillyBelle";
}

.banner-section-two .icon-layer-one {
    position: absolute;
    left: 0px;
    top: 140px;
    width: 213px;
    height: 178px;
    opacity: 0;
    transform: translateX(-300px);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section-two .active .icon-layer-one {
    opacity: 1;
    transform: translateX(0px);
}

.banner-section-two .icon-layer-two {
    position: absolute;
    right: 50px;
    bottom: -150px;
    width: 256px;
    height: 483px;
    opacity: 0;
    transform: translateX(300px);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section-two .active .icon-layer-two {
    opacity: 1;
    transform: translateX(0px);
    transition-delay: 500ms;
}

.banner-section-two .content-column {
    position: relative;
    z-index: 2;
}

.banner-section-two .content-column .inner-column {
    position: relative;
    padding-top: 170px;
}

.banner-section-two .content-column .title {
    position: relative;
    color: #ffffff;
    font-weight: 400;
    opacity: 0;
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 6px;
    transform: scaleY(0);
    transform-origin: top;
    font-family: "Niconne", cursive;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section-two .active .content-column .title {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.banner-section-two .content-column h1 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    line-height: 1em;
    opacity: 0;
    font-size: 72px;
    padding-bottom: 30px;
    transform: scaleY(0);
    transform-origin: top;
    text-transform: uppercase;
    font-family: "Anuphan", sans-serif;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section-two .content-column h1:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    width: 70px;
    height: 5px;
    background-color: #ffffff;
}

.banner-section-two .active .content-column h1 {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.banner-section-two .content-column .text {
    color: #ffffff;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 400;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section-two .active .content-column .text {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

.banner-section-two .content-column .btns-box {
    margin-top: 35px;
    opacity: 0;
    margin-bottom: 90px;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section-two .active .content-column .btns-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.banner-section-two .content-column .theme-btn {
    margin-right: 15px;
}

.banner-section-two .content-column .icons-box {
    position: relative;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.banner-section-two .content-column .icons-box img {
    position: relative;
    width: auto;
}

.banner-section-two .active .content-column .icons-box {
    opacity: 1;
    transform: scaleY(1);
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-section-two .image-column {
    position: relative;
    z-index: 2;
}

.banner-section-two .image-column .inner-column {
    position: relative;
}

.banner-section-two .image-column .image {
    position: relative;
}

.banner-section-two .image-column .image img {
    max-width: inherit;
    width: auto;
}

.banner-section-two .owl-dots {
    display: block;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 140px;
    text-align: center;
    counter-reset: slides-num;
}

.banner-section-two .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 28px;
    counter-increment: slides-num;
}

.banner-section-two .owl-dots .owl-dot span {
    position: relative;
    content: "0" counter(slides-num) "";
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #f6f0c8;
    opacity: 0.3;
    padding-bottom: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "LillyBelle";
}

.banner-section-two .owl-dots .owl-dot:after {
    position: absolute;
    content: "/";
    right: -17px;
    top: -1px;
    color: #d6d1ad;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner-section-two .owl-dots .owl-dot:last-child::after {
    display: none;
}

.banner-section-two .owl-dots .owl-dot span:before {
    position: relative;
    content: "0" counter(slides-num) "";
}

.banner-section-two .owl-dots .owl-dot:hover span,
.banner-section-two .owl-dots .owl-dot.active span {
    color: #ffffff;
    opacity: 1;
}

.banner-section-two .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 99999;
    width: 100%;
    opacity: 0;
    margin-top: -10px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.banner-section-two:hover .owl-nav {
    opacity: 1;
}

.banner-section-two .owl-nav .owl-prev {
    position: absolute;
    left: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    line-height: 56px;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.banner-section-two .owl-nav .owl-next {
    position: absolute;
    right: 20px;
    color: #ffffff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 50px;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.banner-section-two .owl-nav .owl-prev:hover,
.banner-section-two .owl-nav .owl-next:hover {
    color: #222222;
    border-color: #ffffff;
    background-color: #ffffff;
}

.banner-section-three {
    position: relative;
    overflow: hidden;
}

.banner-section-three .slide {
    position: relative;
    overflow: hidden;
    padding-top: 220px;
    padding-bottom: 220px;
    background-size: cover;
}

.banner-section-three .content-box {
    position: relative;
    max-width: 475px;
}

.banner-section-three .content-box .box-inner {
    position: relative;
    padding: 50px 50px;
    border-radius: 4px;
    background-color: #ffffff;
}

.banner-section-three .content-box .category {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    padding: 1px 22px;
    border-radius: 8px;
    display: inline-block;
    background-color: #eb2a2e;
    text-transform: uppercase;
}

.banner-section-three .content-box h3 {
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.banner-section-three .content-box h3 a {
    position: relative;
    color: #27272f;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-three .content-box h3 a:hover {
    color: #eb2a2e;
}

.banner-section-three .content-box .post-info {
    position: relative;
}

.banner-section-three .content-box .post-info li {
    position: relative;
    padding: 0px 5px;
    margin-right: 12px;
    color: #5e5e5e;
    font-size: 12px;
    display: inline-block;
}

.banner-section-three .content-box .post-info li:before {
    position: absolute;
    content: "";
    right: -10px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #f7eee2;
}

.banner-section-three .content-box .post-info li:last-child::before {
    display: none;
}

.banner-section-three .content-box .post-info li a {
    position: relative;
    color: #5e5e5e;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-three .owl-nav,
.banner-section-three .owl-dots {
    display: none;
}

.juice-section {
    position: relative;
    padding: 100px 0px 0px;
}

.juice-section .section-text {
    position: absolute;
    left: 0px;
    top: 220px;
    right: 0px;
    opacity: 0.7;
    text-align: center;
    color: #fafafa;
    font-size: 400px;
    line-height: 1em;
    font-family: "LillyBelle";
}

.juice-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: -150px;
    width: 100%;
    height: 850px;
    background-repeat: no-repeat;
}

.juice-section .pattern-layer-two {
    position: absolute;
    right: 0px;
    top: 50px;
    width: 303px;
    height: 643px;
    background-repeat: no-repeat;
}

.juice-section .image-column {
    position: relative;
}

.juice-section .image-column .inner-column {
    position: relative;
    margin-left: -120px;
}

.juice-section .image-column .image {
    position: relative;
}

.juice-section .image-column .image img {
    width: 100%;
    display: block;
}

.juice-section .content-column {
    position: relative;
}

.juice-section .content-column .inner-column {
    position: relative;
    padding-top: 120px;
}

.juice-section .content-column .sec-title {
    margin-bottom: 25px;
}

.beverage-section {
    position: relative;
    padding: 100px 0px 130px;
}

.beverage-section .icon-layer {
    position: absolute;
    left: 0px;
    top: 100px;
    width: 224px;
    height: 270px;
    background-repeat: no-repeat;
}

.beverage-block {
    position: relative;
    margin-bottom: 30px;
}

.beverage-block .inner-box {
    position: relative;
}

.beverage-block .inner-box .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background-color: #beb996;
}

.beverage-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.beverage-block .inner-box:hover .image img {
    opacity: 0.6;
    transform: scale(1.06, 1.06) rotate(2deg);
}

.beverage-block .inner-box .lower-content {
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.beverage-block .inner-box .lower-content h6 {
    margin-bottom: 2px;
    font-weight: 600;
}

.beverage-block .inner-box .lower-content h6 a {
    position: relative;
    color: #27272f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.beverage-block .inner-box:hover .lower-content h6 a {
    color: #eb2a2e;
}

.beverage-block .inner-box .lower-content .products {
    position: relative;
}

.beverage-section .button-box {
    position: relative;
    margin-top: 20px;
}

.deal-section {
    position: relative;
    padding: 120px 0px 120px;
    background-attachment: fixed;
    background-size: cover;
}

.deal-section .top-pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 164px;
    background-repeat: repeat-x;
}

.deal-section .bottom-pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 164px;
    background-repeat: repeat-x;
}

.deal-section .content-box {
    position: relative;
    width: 670px;
    height: 670px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(190, 185, 150, 0.95);
    background-position: center center;
    background-repeat: no-repeat;
}

.deal-section .content-box .box-inner {
    position: relative;
    padding: 200px 30px 30px 30px;
}

.deal-section .content-box .sec-title {
    margin-bottom: 22px;
}

.deal-section .content-box .sec-title .text {
    margin-top: 10px;
}

.deal-section .content-box .email-form {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
}

.email-form {
    position: relative;
    margin-bottom: 0px;
}

.email-form .email-title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

.email-form .form-group {
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 0px;
}

.email-form .form-group input[type="text"],
.email-form .form-group input[type="tel"],
.email-form .form-group input[type="email"],
.email-form .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 30px;
    height: 60px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 50px;
    font-weight: 300;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.email-form .form-group textarea::-webkit-input-placeholder,
.email-form .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.66);
}

.email-form .form-group input:focus {
    border-color: #eb2a2e;
}

.email-form .form-group input[type="submit"],
.email-form .form-group button {
    position: absolute;
    width: 48px;
    height: 48px;
    right: 5px;
    top: 6px;
    bottom: 5px;
    color: #beb996;
    cursor: pointer;
    border-radius: 50%;
    background: #f2f2f2;
    display: inline-block;
}

.recipe-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0px 130px;
}

.recipe-section .icon-layer-one {
    position: absolute;
    left: 50px;
    top: 80px;
    width: 287px;
    height: 159px;
    background-repeat: no-repeat;
}

.recipe-section .icon-layer-two {
    position: absolute;
    right: 15%;
    top: 0;
    width: 300px;
    height: 328px;
    background-repeat: no-repeat;
}

.recipe-section .icon-layer-three {
    position: absolute;
    right: 5%;
    bottom: -10px;
    width: 222px;
    height: 224px;
    background-repeat: no-repeat;
}

.recipe-section .section-text {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    opacity: 0.35;
    color: #fafafa;
    font-size: 450px;
    line-height: 1em;
    text-align: center;
    font-family: "LillyBelle";
}

.recipe-section .inner-container {
    position: relative;
}

.recipe-section .circle-layer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 540px;
    height: 427px;
    background-repeat: no-repeat;
    transform: translate(-50%, -42%);
}

.recipe-section .left-column {
    position: relative;
    margin-bottom: 30px;
}

.recipe-section .left-column .inner-column {
    position: relative;
    padding-right: 30px;
    padding-top: 130px;
}

.recipe-section .left-column .inner-column .recipe-block:nth-child(2) {
    margin-right: 50px;
}

.recipe-block {
    position: relative;
    margin-bottom: 90px;
}

.recipe-block .inner-box {
    position: relative;
    text-align: right;
    padding-top: 12px;
    min-height: 100px;
    padding-right: 130px;
}

.recipe-block .inner-box .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #eb2a2e;
}

.recipe-block .inner-box h6 {
    font-weight: 600;
    margin-bottom: 4px;
}

.recipe-block .inner-box h6 a {
    position: relative;
    color: #27272f;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recipe-block .inner-box h6 a:hover {
    color: #f67900;
}

.recipe-block .inner-box .text {
    color: #5e5e5e;
}

.recipe-block:last-child {
    margin-bottom: 0px;
}

.recipe-block.style-two .inner-box {
    text-align: left;
    padding-right: 0px;
    padding-left: 130px;
}

.recipe-block.style-two .inner-box .icon {
    left: 0px;
    right: auto;
}

.recipe-section .right-column {
    position: relative;
    margin-bottom: 30px;
}

.recipe-section .right-column .inner-column {
    position: relative;
    padding-left: 30px;
    padding-top: 130px;
}

.recipe-section .right-column .inner-column .recipe-block:nth-child(2) {
    margin-left: 50px;
}

.recipe-section .image-column {
    position: relative;
    margin-bottom: 30px;
}

.recipe-section .image-column .inner-column {
    position: relative;
    text-align: center;
}

.recipe-section .image-column .image {
    position: relative;
    margin-left: -42px;
    animation: float_img 6s ease-in-out infinite;
}

.recipe-section .image-column .image img {
    max-width: inherit;
}

.fluid-section-one {
    position: relative;
    padding: 0px 0px 0px;
}

.fluid-section-one .outer-container {
    position: relative;
    min-height: 250px;
    background-color: #f7eee2;
}

.fluid-section-one .image-column {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.fluid-section-one .image-column .image-box {
    position: relative;
    display: none;
    margin: 0px;
}

.fluid-section-one .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.fluid-section-one .content-column {
    position: relative;
    float: left;
    width: 50%;
}

.fluid-section-one .content-column .icon-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 339px;
    height: 265px;
}

.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 600px;
    width: 100%;
    float: right;
    padding: 110px 100px 110px 15px;
}

.fluid-section-one .content-column:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0px;
    height: 100%;
    width: 164px;
    z-index: 1;
    background: url(../images/background/pattern-3.png);
    background-repeat: repeat-y;
}

.testimonial-section {
    position: relative;
    padding: 100px 0px 100px;
}

.testimonial-section .inner-container {
    position: relative;
}

.testimonial-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.testimonial-section .owl-nav {
    display: none;
}

.testimonial-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.testimonial-section .owl-dots .owl-dot {
    position: relative;
    width: 10px;
    height: 10px;
    margin: 0px 7px;
    border-radius: 50px;
    display: inline-block;
    background-color: #cfd4cd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section .owl-dots .owl-dot:hover,
.testimonial-section .owl-dots .owl-dot.active {
    background-color: #beb996;
}

.testimonial-block {
    position: relative;
}

.testimonial-block .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block .inner-box .author-image {
    position: relative;
    width: 130px;
    height: 130px;
    overflow: hidden;
    padding: 10px 10px;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.07);
}

.testimonial-block .inner-box .author-image img {
    position: relative;
    border-radius: 50%;
}

.testimonial-block .inner-box .text {
    margin-top: 25px;
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 15px;
}

.testimonial-block .inner-box .designation {
    color: #beb996;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-block .inner-box .designation span {
    color: #787878;
}

.news-section {
    position: relative;
    padding: 60px 0px 100px;
}

.news-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 304px;
    height: 780px;
    background-repeat: no-repeat;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block .inner-box .image {
    position: relative;
}

.news-block .inner-box:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(190, 185, 150, 0.8);
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.news-block .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.news-block .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.news-block .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.news-block .inner-box .image .overlay-box .icon {
    position: relative;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .image .overlay-box .icon:hover {
    background-color: #ffffff;
    color: #beb996;
}

.news-block .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding: 30px 15px 30px;
    background-color: #f5f6fb;
}

.news-block .inner-box .lower-content .category {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 18px;
    border-radius: 8px;
    display: inline-block;
    background-color: #eb2a2e;
    text-transform: uppercase;
}

.news-block .inner-box .lower-content h6 {
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}

.news-block .inner-box:hover .lower-content h6 {
    color: #eb2a2e;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box .lower-content p {
    color: #777;
}

.news-block .inner-box:hover .lower-content p {
    color: #777;
}

.news-block .inner-box .lower-content .post-info {
    position: relative;
}

.news-block .inner-box .lower-content .post-info li {
    position: relative;
    padding: 0px 5px;
    margin: 0px 5px;
    color: #5e5e5e;
    font-size: 12px;
    display: inline-block;
}

.news-block .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: "";
    right: -9px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #f7eee2;
}

.news-block .inner-box .lower-content .post-info li:last-child::before {
    display: none;
}

.news-block .inner-box .lower-content .post-info li a {
    position: relative;
    color: #5e5e5e;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block .inner-box:hover .lower-content .post-info li a,
.news-block .inner-box:hover .lower-content h6 a {
    color: #eb2a2e;
}

.gallery-section {
    position: relative;
    padding: 0px 0px 0px;
}

.gallery-section .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 99999;
    width: 100%;
    margin-top: -28px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-section .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    width: 60px;
    height: 60px;
    color: #27272f;
    line-height: 60px;
    font-size: 24px;
    text-align: center;
    border-radius: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #ffffff;
}

.gallery-section .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    color: #27272f;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #ffffff;
}

.gallery-section .owl-nav .owl-prev:hover,
.gallery-section .owl-nav .owl-next:hover {
    color: #ffffff;
    background-color: #27272f;
}

.gallery-block {
    position: relative;
    margin-bottom: 0px;
}

.gallery-block .inner-box {
    position: relative;
}

.gallery-block .inner-box .image-box {
    position: relative;
    margin-bottom: 0px;
}

.gallery-block .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
}

.gallery-block .inner-box .image-box .overlay-box {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(190, 185, 150, 0.8);
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.gallery-block .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.gallery-block .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.gallery-block .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-block .inner-box .image-box .overlay-box .icon {
    position: relative;
    width: 40px;
    height: 40px;
    color: #ffffff;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 0px;
    font-weight: 700;
    display: inline-block;
    background-color: #eb2a2e;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-block .inner-box .image-box .overlay-box .icon:hover {
    background-color: #ffffff;
    color: #eb2a2e;
}

.main-footer {
    position: relative;
    background-color: #a41d20;
}

.main-footer .pattern-layer-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 379px;
    height: 265px;
    background-repeat: no-repeat;
}

.main-footer .pattern-layer-two {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 271px;
    height: 279px;
    background-repeat: no-repeat;
}

.main-footer .pattern-layer-three {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 165px;
    background-repeat: no-repeat;
}

.main-footer .widgets-section {
    position: relative;
    padding: 50px 0px 0px;
    border-bottom: 1px solid #beb996;
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .footer-widget h6 {
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.main-footer .footer-widget h6:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 45px;
    background-color: #beb996;
}

.main-footer .contact-widget .text {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 2;
}

.main-footer .contact-widget .contact-list {
    position: relative;
}

.main-footer .contact-widget .contact-list li {
    position: relative;
    padding-left: 28px;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}

.main-footer .contact-widget .contact-list li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #858585;
}

.main-footer .contact-widget .contact-list li a {
    position: relative;
    color: #ffffff;
}

.main-footer .footer-list {
    position: relative;
}

.main-footer .footer-list li {
    position: relative;
    margin-bottom: 5px;
}

.main-footer .footer-list li:last-child {
    margin-bottom: 0px;
}

.main-footer .footer-list li a {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .footer-list li a:hover {
    opacity: 0.8;
}

.main-footer .social-list {
    position: relative;
    display: inline-flex;
}

.main-footer .social-list li {
    position: relative;
    margin-bottom: 12px;
    padding-right: 10px;
}

.main-footer .social-list li a {
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .social-list li a .img-follow {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #ffffff;
    border: 1px solid #ffffff;
    opacity: 0.9;
}

.main-footer .social-list li a:hover {
    color: #ffffff;
}

.main-footer .social-list li a:hover .img-follow {
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #eb2a2e;
    opacity: 1;
}

.main-footer .newsletter-form {
    margin-bottom: 35px;
}

.main-footer .newsletter-form .form-group {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 26px;
    padding: 10px 85px 10px 25px;
    height: 55px;
    font-size: 15px;
    color: #ffffff;
    background: none;
    border-radius: 0px;
    border: 2px solid rgba(255, 255, 255, 0.15);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .newsletter-form .form-group button {
    position: relative;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 15px;
    border-radius: 0px;
    padding: 19px 20px;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
    background-color: #beb996;
}

.main-footer .footer-bottom {
    position: relative;
    text-align: center;
}

.main-footer .footer-bottom .copyright {
    position: relative;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 0;
}

.footer-style-two {
    position: relative;
    padding-bottom: 0px;
    background-color: #050505;
}

.footer-style-two .widgets-section {
    position: relative;
    padding: 90px 0px 60px;
}

.footer-style-two .footer-column {
    position: relative;
}

.footer-style-two .footer-widget {
    position: relative;
    margin-bottom: 30px;
}

.footer-style-two .footer-widget h6 {
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.footer-style-two .footer-widget h6:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 45px;
    background-color: #beb996;
}

.footer-style-two .logo-widget .text {
    color: #ffffff;
    font-size: 14px;
    margin-top: 25px;
    line-height: 2.2em;
}

.footer-style-two .contact-widget .contact-list {
    position: relative;
}

.footer-style-two .contact-widget .contact-list li {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-style-two .contact-widget .contact-list li a {
    position: relative;
    color: #ffffff;
}

.footer-style-two .visit-widget .text {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 2.2em;
}

.footer-style-two .social-list {
    position: relative;
}

.footer-style-two .social-list li {
    position: relative;
    margin-bottom: 12px;
}

.footer-style-two .social-list li a {
    position: relative;
    font-size: 14px;
    padding-left: 25px;
    color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-two .social-list li a .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
}

.footer-style-two .social-list li a:hover {
    color: #ffffff;
}

.footer-style-two .footer-bottom {
    position: relative;
    text-align: center;
    padding: 25px 0px;
    background-color: #111111;
}

.footer-style-two .footer-bottom .copyright {
    position: relative;
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
}

.footer-style-two .footer-bottom .copyright a {
    position: relative;
    color: #beb996;
}

.specials-section {
    position: relative;
    padding: 100px 0px 80px;
}

.specials-section .icon-layer-one {
    position: absolute;
    right: 120px;
    top: 160px;
    width: 230px;
    height: 230px;
    background-repeat: no-repeat;
}

.specials-section .icon-layer-two {
    position: absolute;
    left: 80px;
    top: 58%;
    width: 150px;
    height: 120px;
    background-repeat: no-repeat;
}

.specials-section .icon-layer-three {
    position: absolute;
    right: 60px;
    top: 50%;
    width: 154px;
    height: 145px;
    background-repeat: no-repeat;
}

.specials-section .icon-layer-four {
    position: absolute;
    right: 0px;
    bottom: 0%;
    width: 384px;
    height: 413px;
    background-repeat: no-repeat;
}

.special-block {
    position: relative;
    margin-bottom: 30px;
}

.special-block .inner-box {
    position: relative;
    padding: 12px 12px;
    border: 2px dashed rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
}

.special-block .inner-box .image {
    position: relative;
    overflow: hidden;
}

.special-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.special-block .inner-box:hover .image img {
    opacity: 0.5;
    transform: scale(1.05, 1.05) rotate(3deg);
}

.special-block .inner-box .lower-content {
    position: relative;
    padding: 25px 15px 10px;
}

.special-block .inner-box .lower-content h4 {
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.special-block .inner-box .lower-content .price {
    position: relative;
    color: #eb2a2e;
    font-size: 18px;
    font-weight: 500;
}

.service-section {
    position: relative;
}

.service-section .title-box {
    text-align: center;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 0;
}

.service-section .title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.service-section .inner-container {
    position: relative;
    border: 1px solid #dfdfdf;
    border-bottom: none;
}

.service-section .inner-container .row {
    margin: 0px;
}

.service-section .inner-container .service-block {
    padding: 0px;
    float: left;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.service-block {
    position: relative;
}

.service-block .inner-box {
    position: relative;
    padding: 10px 10px;
}

.service-block .inner-box .content {
    position: relative;
}

.service-block .inner-box .content:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #f6f6f6;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(0.4, 1);
}

.service-block .inner-box:hover .content:before {
    opacity: 1;
    transform: scale(1, 1);
}

.service-block .inner-box .post-date {
    position: relative;
    color: #111111;
    font-size: 14px;
    font-weight: 600;
}

.service-block .inner-box h3 {
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "LillyBelle";
}

.service-block .inner-box h3 a {
    position: relative;
    color: #f7a392;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block .inner-box h3 a:hover {
    color: #111111;
}

.service-block .inner-box .post-info {
    position: relative;
}

.service-block .inner-box .post-info li {
    position: relative;
    padding-left: 25px;
    color: #5e5e5e;
    font-size: 14px;
    margin-bottom: 8px;
}

.service-block .inner-box .post-info li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
}

.service-block .inner-box .post-info li:last-child {
    margin-bottom: 0px;
}

.service-section .inner-container .service-block:nth-child(3n + 0) {
    border-right: none;
}

.location-section {
    position: relative;
    margin: 80px 0 0;
}

.location-section .inner-container {
    position: relative;
    border: 1px solid #dfdfdf;
    border-bottom: none;
}

.location-section .inner-container .row {
    margin: 0px;
}

.location-section .inner-container .location-block {
    padding: 0px;
    float: left;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.location-section .inner-container .location-block:nth-child(3n + 0) {
    border-right: none;
}

.location-block {
    position: relative;
}

.location-block .inner-box {
    position: relative;
    padding: 10px 10px;
}

.location-block .inner-box .content {
    position: relative;
    padding: 15px;
}

.location-block .inner-box .content:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #f6f6f6;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(0.4, 1);
}

.location-block .inner-box:hover .content:before {
    opacity: 1;
    transform: scale(1, 1);
}

.location-block .inner-box .post-date {
    position: relative;
    color: #111111;
    font-size: 14px;
    font-weight: 600;
}

.location-block .inner-box h3 {
    margin-top: 10px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #eb2a2e;
}

.location-block .inner-box h3 a {
    position: relative;
    color: #f7a392;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.location-block .inner-box h3 a:hover {
    color: #111111;
}

.location-block .inner-box .post-info {
    position: relative;
    margin-top: 30px;
}

.location-block .inner-box .post-info li {
    position: relative;
    padding-left: 40px;
    color: #5e5e5e;
    font-size: 14px;
    padding-bottom: 15px;
    min-height: 30px;
}

.location-block .inner-box .post-info li .icon-branch {
    position: absolute;
    width: 30px;
    left: 0;
    top: -5px;
}

.menus-section {
    position: relative;
}

.menus-section .sec-title {
    margin-bottom: 80px;
}

.menus-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.menus-section .row {
    margin: 0px -20px;
}

.menus-section .menu-column {
    position: relative;
    padding: 0px 20px;
    margin-bottom: 40px;
}

.menu-column .inner-column {
    padding: 25px 15px 15px;
    border: 2px dashed rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.menu-column .inner-column .menu-title {
    position: relative;
    color: #eb2a2e;
    font-size: 44px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: "Anuphan", sans-serif;
}

.menus-section .menu-column .inner-column:before {
    position: absolute;
    content: "";
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px dashed #acacac;
}

.menu-block {
    position: relative;
    margin-bottom: 15px;
}

.menu-block:last-child {
    margin-bottom: 0px;
}

.menu-block .inner-box {
    position: relative;
    min-height: 90px;
    padding-left: 110px;
}

.menu-block .inner-box .menu-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}

.menu-block .inner-box h6 {
    font-size: 16px;
    font-weight: 500;
}

.menu-block .inner-box h6 a {
    position: relative;
    color: #27272f;
}

.menu-block .inner-box .title {
    position: relative;
    color: #5e5e5e;
    font-size: 12px;
    margin-top: 2px;
}

.menu-block .inner-box .price-box {
    position: relative;
}

.menu-block .inner-box .price-box:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: -13px;
    height: 1px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.menu-block .inner-box .price-box .price {
    position: absolute;
    right: 0px;
    color: #27272f;
    font-size: 14px;
    font-weight: 500;
    padding: 1px 0px 1px 25px;
    background-color: #ffffff;
}

.menus-section.style-two {
    padding-top: 80px;
    padding-bottom: 280px;
}

.menus-section.style-two .sec-title h2 span {
    color: #beb996;
}

.menus-section .menu-bottom-image {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 80px;
    text-align: center;
}

.history-section {
    position: relative;
    padding: 50px 0;
}

.history-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 110px;
    width: 388px;
    height: 355px;
}

.history-section .image-column {
    position: relative;
    margin-bottom: 40px;
}

.history-section .image-column .inner-column {
    position: relative;
}

.history-section .image-column .image-two {
    position: absolute;
    right: 40px;
    top: 60px;
}

.history-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.history-section .content-column .inner-column {
    position: relative;
    padding-left: 20px;
    padding-top: 130px;
}

.history-section .content-column .sec-title {
    margin-bottom: 30px;
}

.history-section .content-column .sec-title .text {
    margin-top: 10px;
}

.gallery-section-two {
    position: relative;
    overflow: hidden;
    padding: 0px;
}

.gallery-section-two .outer-container {
    position: relative;
    padding: 0px 15px;
}

.gallery-section-two .row {
    margin: 0px -9px;
}

.gallery-section-two .gallery-block-two {
    padding: 0px 9px;
    margin-bottom: 18px;
}

.gallery-block-two {
    position: relative;
    margin-bottom: 30px;
}

.gallery-block-two .inner-box {
    position: relative;
}

.gallery-block-two .inner-box .image-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    border: 2px dashed #eaeaea;
}

.gallery-block-two .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
}

.gallery-block-two .inner-box .image-box .overlay-box {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -150px;
    color: #ffffff;
    padding: 30px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.gallery-block-two .inner-box:hover .image-box .overlay-box {
    bottom: 0px;
}

.gallery-block-two .inner-box .image-box .overlay-box h6 {
    font-weight: 500;
    text-transform: uppercase;
}

.gallery-block-two .inner-box .image-box .overlay-box h6 a {
    position: relative;
    color: #27272f;
}

.gallery-block-two .inner-box .image-box .overlay-box .title {
    position: relative;
    color: #5e5e5e;
    margin-top: 5px;
}

.contact-section {
    position: relative;
    padding: 80px 0px 60px;
}

.contact-section .title-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-section .title-column .inner-column {
    position: relative;
}

.contact-section .title-column .info-list {
    position: relative;
}

.contact-section .title-column .info-list li {
    position: relative;
    color: #5e5e5e;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 90px;
    margin-bottom: 40px;
}

.contact-section .title-column .info-list li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    color: #787878;
    font-size: 24px;
    text-align: center;
    line-height: 58px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #d9d9d9;
}

.contact-section .title-column .info-list li strong {
    position: relative;
    color: #27272f;
    display: block;
    margin-bottom: 4px;
}

.contact-section .title-column .info-list li a {
    position: relative;
    color: #5e5e5e;
}

.contact-section .form-column {
    position: relative;
    margin-bottom: 30px;
}

.contact-section .form-column .inner-column {
    position: relative;
}

.contact-form .form-group {
    margin-bottom: 30px;
    position: relative;
}

.contact-form .form-group label {
    color: #1b212f;
    font-size: 16px;
    display: block;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 28px;
    color: #111111;
    border: 1px solid #d1d1d1;
    height: 55px;
    font-size: 16px;
    border-radius: 0px;
    background: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #f7a392;
}

.contact-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 18px;
    padding: 20px 22px;
    color: #000000;
    border: 1px solid #d1d1d1;
    height: 250px;
    background: #ffffff;
    resize: none;
    border-radius: 0px;
    font-size: 14px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #ffffff;
}

.contact-form .theme-btn {
    cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
    border-color: #ff0000 !important;
}

.contact-form label.error {
    display: block;
    line-height: 24px;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #ff0000;
    font-weight: 500;
}

.newsletter-section {
    position: relative;
}

.newsletter-section .inner-container {
    position: relative;
    z-index: 1;
    padding: 25px 35px;
    border-radius: 120px;
    margin-top: -80px;
    background-color: #f7f7f7;
    border: 20px solid #e0e4da;
}

.newsletter-section .title-column {
    position: relative;
}

.newsletter-section .title-column .inner-column {
    position: relative;
    padding-left: 70px;
}

.newsletter-section .title-column .inner-column .send-icon {
    position: absolute;
    left: 0px;
    top: 6px;
    width: 48px;
    height: 48px;
    color: #e09897;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #e4e5e5;
}

.newsletter-section .title-column h4 {
    color: #27272f;
}

.newsletter-section .title-column .title {
    position: relative;
    margin-top: 6px;
    color: #5e5e5e;
    font-size: 14px;
}

.newsletter-form-two {
    position: relative;
    margin-bottom: 0px;
}

.newsletter-form-two .form-group {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.newsletter-form-two .form-group input[type="text"],
.newsletter-form-two .form-group input[type="tel"],
.newsletter-form-two .form-group input[type="email"],
.newsletter-form-two .form-group textarea {
    position: relative;
    width: 100%;
    line-height: 28px;
    padding: 10px 30px;
    height: 72px;
    color: #111111;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 50px;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: #ffffff;
    border: 1px solid #f0f0f0;
}

.newsletter-form-two .form-group textarea::-webkit-input-placeholder,
.newsletter-form-two .form-group input::-webkit-input-placeholder {
    color: #959595;
}

.newsletter-form-two .form-group input:focus {
    border-color: #eb2a2e;
}

.newsletter-form-two .form-group input[type="submit"],
.newsletter-form-two .form-group button {
    position: absolute;
    right: 5px;
    top: 6px;
    bottom: 5px;
}

.recipe-section-two {
    position: relative;
    padding: 100px 0px 80px;
}

.recipe-block-two {
    position: relative;
    margin-bottom: 30px;
}

.recipe-block-two .inner-box {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.recipe-block-two .inner-box .image {
    position: relative;
}

.recipe-block-two .inner-box:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.recipe-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.recipe-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(190, 185, 150, 0.8);
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.recipe-block-two .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.recipe-block-two .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.recipe-block-two .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.recipe-block-two .inner-box .image .overlay-box .icon {
    position: relative;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recipe-block-two .inner-box .image .overlay-box .icon:hover {
    background-color: #ffffff;
    color: #beb996;
}

.recipe-block-two .inner-box .lower-content {
    position: relative;
    padding: 30px 35px 30px;
    background-color: #f5f6fb;
}

.recipe-block-two .inner-box .lower-content .category {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 18px;
    border-radius: 8px;
    display: inline-block;
    background-color: #eb2a2e;
    text-transform: uppercase;
}

.recipe-block-two .inner-box .lower-content h6 {
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 12px;
}

.recipe-block-two .inner-box .lower-content h6 a {
    position: relative;
    color: #27272f;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recipe-block-two .inner-box .lower-content .post-info {
    position: relative;
}

.recipe-block-two .inner-box .lower-content .post-info li {
    position: relative;
    padding: 0px 5px;
    margin: 0px 5px;
    color: #5e5e5e;
    font-size: 12px;
    display: inline-block;
}

.recipe-block-two .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: "";
    right: -9px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #f7eee2;
}

.recipe-block-two .inner-box .lower-content .post-info li:last-child::before {
    display: none;
}

.recipe-block-two .inner-box .lower-content .post-info li a {
    position: relative;
    color: #5e5e5e;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recipe-block-two .inner-box:hover .lower-content .post-info li a,
.recipe-block-two .inner-box:hover .lower-content h6 a {
    color: #eb2a2e;
}

.fluid-section-two {
    position: relative;
    padding: 0px 0px 0px;
}

.fluid-section-two .section-text {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 100px;
    color: #e8e8e8;
    opacity: 0.47;
    line-height: 1em;
    font-size: 250px;
    z-index: 1;
    font-family: "LillyBelle";
}

.fluid-section-two .outer-container {
    position: relative;
    min-height: 250px;
    background-color: #f1f2f6;
}

.fluid-section-two .image-column {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 48%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}

.fluid-section-two .image-column .image-box {
    position: relative;
    display: none;
    margin: 0px;
}

.fluid-section-two .image-column .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.fluid-section-two .content-column {
    position: relative;
    float: left;
    width: 55%;
    z-index: 2;
}

.fluid-section-two .content-column .inner-column {
    position: relative;
    max-width: 700px;
    width: 100%;
    float: right;
    padding: 110px 60px 110px 15px;
}

.fluid-section-two .content-column .title-box {
    position: relative;
    margin-bottom: 25px;
}

.fluid-section-two .content-column .title-box h2 {
    color: #27272f;
    margin-bottom: 10px;
    font-family: "LillyBelle";
}

.fluid-section-two .content-column .title-box .text {
    position: relative;
    color: #5e5e5e;
    font-size: 14px;
}

.fluid-section-two .content-column .book-list {
    position: relative;
}

.fluid-section-two .content-column .book-list li {
    position: relative;
    margin-right: 5px;
    margin-bottom: 15px;
    display: inline-block;
}

.fluid-section-two .content-column .book-list li:last-child {
    margin-right: 0px;
}

.fluid-section-two .content-column .button-box {
    margin-top: 25px;
}

.recipe-section-three {
    position: relative;
    padding: 0 0 80px;
}

.recipe-block-three {
    position: relative;
    margin-bottom: 30px;
}

.recipe-block-three .inner-box {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.recipe-block-three .inner-box .image {
    position: relative;
}

.recipe-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.recipe-block-three .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(190, 185, 150, 0.8);
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.recipe-block-three .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.recipe-block-three .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.recipe-block-three .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.recipe-block-three .inner-box .image .overlay-box .icon {
    position: relative;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recipe-block-three .inner-box .image .overlay-box .icon:hover {
    background-color: #ffffff;
    color: #beb996;
}

.recipe-block-three .inner-box .lower-content {
    position: relative;
    padding: 30px 0px 0px;
}

.recipe-block-three .inner-box .lower-content .category {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 18px;
    border-radius: 8px;
    display: inline-block;
    background-color: #eb2a2e;
    text-transform: uppercase;
}

.recipe-block-three .inner-box .lower-content h6 {
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 10px;
}

.recipe-block-three .inner-box .lower-content h6 a {
    position: relative;
    color: #27272f;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recipe-block-three .inner-box .lower-content .post-info {
    position: relative;
}

.recipe-block-three .inner-box .lower-content .post-info li {
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
    color: #5e5e5e;
    font-size: 12px;
    display: inline-block;
}

.recipe-block-three .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: "";
    right: -3px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #f7eee2;
}

.recipe-block-three .inner-box .lower-content .post-info li:last-child::before {
    display: none;
}

.recipe-block-three .inner-box .lower-content .post-info li a {
    position: relative;
    color: #5e5e5e;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recipe-block-three .inner-box:hover .lower-content .post-info li a,
.recipe-block-three .inner-box:hover .lower-content h6 a {
    color: #eb2a2e;
}

.recipe-block-three .inner-box .lower-content .text {
    position: relative;
    color: #5e5e5e;
}

.recipe-block-three.style-two .inner-box .lower-content h6 {
    margin-top: 0px;
}

.recipe-block-four {
    position: relative;
    margin-bottom: 20px;
}

.recipe-block-four .inner-box {
    position: relative;
    min-height: 175px;
    padding-left: 250px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.recipe-block-four .inner-box .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 220px;
}

.recipe-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.recipe-block-four .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(190, 185, 150, 0.8);
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.recipe-block-four .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.recipe-block-four .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.recipe-block-four .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.recipe-block-four .inner-box .image .overlay-box .icon {
    position: relative;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recipe-block-four .inner-box .image .overlay-box .icon:hover {
    background-color: #ffffff;
    color: #beb996;
}

.recipe-block-four .inner-box .content {
    position: relative;
    padding: 0px 0px 0px;
}

.recipe-block-four .inner-box .content .category {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 18px;
    border-radius: 8px;
    display: inline-block;
    background-color: #eb2a2e;
    text-transform: uppercase;
}

.recipe-block-four .inner-box .content h6 {
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 10px;
}

.recipe-block-four .inner-box .content h6 a {
    position: relative;
    color: #27272f;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recipe-block-four .inner-box .content .post-info {
    position: relative;
}

.recipe-block-four .inner-box .content .post-info li {
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
    color: #5e5e5e;
    font-size: 12px;
    display: inline-block;
}

.recipe-block-four .inner-box .content .post-info li:before {
    position: absolute;
    content: "";
    right: -3px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #f7eee2;
}

.recipe-block-four .inner-box .content .post-info li:last-child::before {
    display: none;
}

.recipe-block-four .inner-box .content .post-info li a {
    position: relative;
    color: #5e5e5e;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recipe-block-four .inner-box:hover .content .post-info li a,
.recipe-block-four .inner-box:hover .content h6 a {
    color: #eb2a2e;
}

.instagram-post-section {
    position: relative;
    padding: 0px 0px 100px;
}

.instagram-post-section .owl-nav,
.instagram-post-section .owl-dots {
    display: none;
}

.instagram-block {
    position: relative;
    margin-bottom: 0px;
}

.instagram-block .inner-box {
    position: relative;
}

.instagram-block .inner-box .image-box {
    position: relative;
    margin-bottom: 0px;
}

.instagram-block .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
}

.instagram-block .inner-box .image-box .overlay-box {
    position: absolute;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(190, 185, 150, 0.8);
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.instagram-block .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.instagram-block .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.instagram-block .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.instagram-block .inner-box .image-box .overlay-box .icon {
    position: relative;
    width: 40px;
    height: 40px;
    color: #beb996;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 0px;
    font-weight: 700;
    display: inline-block;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.instagram-block .inner-box .image-box .overlay-box .icon:hover {
    background-color: #111111;
    color: #ffffff;
}

.news-section-two {
    position: relative;
    padding: 0px 0px 20px;
}

.news-section-two .image img {
    position: relative;
    width: 100%;
    display: block;
    object-fit: cover;
    height: 375px;
    border-radius: 20px;
}

.news-section-two .style-two .image img {
    object-fit: cover;
    height: 214px;
}

.video-section {
    position: relative;
    padding: 140px 0 0;
    margin-bottom: -145px;
}

.video-section .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 550px;
    background-size: cover;
    background-position: center center;
}

.video-section .inner-container {
    position: relative;
    max-width: 770px;
    margin: 0 auto;
}

.video-section .lower-content {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.video-section .lower-content h6 {
    font-weight: 500;
    color: #27272f;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.video-section .lower-content .text {
    position: relative;
    color: #5e5e5e;
}

.video-box {
    position: relative;
}

.video-box .video-image {
    position: relative;
    margin: 0px;
    overflow: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.video-box .video-image img {
    position: relative;
    width: 100%;
    z-index: 3;
}

.video-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 45px;
    border-radius: 50% 50% 50% 50%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.video-box .overlay-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}

.video-box .overlay-box span {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    top: 50%;
    z-index: 10;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding-left: 4px;
    display: inline-block;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 60px;
    border-radius: 50%;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #f00;
}

.video-box .overlay-box span:before {
    color: #fff;
    line-height: 45px;
    font-family: Flaticon;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.about-news-section {
    position: relative;
    padding: 30px 0px 60px;
}

.about-news-section .news-column {
    position: relative;
}

.about-news-section .news-column .inner-column {
    position: relative;
}

.news-block-two {
    position: relative;
    margin-bottom: 40px;
}

.news-block-two .inner-box {
    position: relative;
    min-height: 245px;
    padding-left: 400px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-two .inner-box .image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 370px;
}

.news-block-two .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block-two .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(190, 185, 150, 0.8);
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.news-block-two .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.news-block-two .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.news-block-two .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.news-block-two .inner-box .image .overlay-box .icon {
    position: relative;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box .image .overlay-box .icon:hover {
    background-color: #ffffff;
    color: #beb996;
}

.news-block-two .inner-box .content {
    position: relative;
    padding: 0px 0px 0px;
}

.news-block-two .inner-box .content .category {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 18px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: inline-block;
    background-color: #eb2a2e;
    text-transform: uppercase;
}

.news-block-two .inner-box .content h6 {
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 10px;
}

.news-block-two .inner-box .content h6 a {
    position: relative;
    color: #27272f;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box .content .post-info {
    position: relative;
}

.news-block-two .inner-box .content .post-info li {
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
    color: #5e5e5e;
    font-size: 12px;
    display: inline-block;
}

.news-block-two .inner-box .content .post-info li:before {
    position: absolute;
    content: "";
    right: -3px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #f7eee2;
}

.news-block-two .inner-box .content .post-info li:last-child::before {
    display: none;
}

.news-block-two .inner-box .content .post-info li a {
    position: relative;
    color: #5e5e5e;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-two .inner-box:hover .content .post-info li a,
.news-block-two .inner-box:hover .content h6 a {
    color: #eb2a2e;
}

.news-block-two .inner-box .text {
    position: relative;
    color: #5e5e5e;
    line-height: 1.8em;
    margin-top: 10px;
}

.about-news-section .about-column {
    position: relative;
}

.about-news-section .about-column .inner-column {
    position: relative;
    text-align: center;
    padding: 50px 40px 50px;
    border: 1px solid #fde3e3;
}

.about-news-section .about-column h6 {
    color: #27272f;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-news-section .about-column .author-image {
    position: relative;
    width: 118px;
    height: 118px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
}

.about-news-section .about-column .author-name {
    position: relative;
    color: #27272f;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-news-section .about-column .text {
    position: relative;
    color: #5e5e5e;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
}

.about-news-section .about-column .social-box {
    position: relative;
}

.about-news-section .about-column .social-box .share {
    position: relative;
    display: block;
    color: #27272f;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-news-section .about-column .social-box li {
    position: relative;
    margin: 0px 8px;
    display: inline-block;
}

.about-news-section .about-column .social-box li a {
    position: relative;
    color: #959595;
    font-size: 18px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.about-news-section .about-column .social-box li a:hover {
    color: #eb2a2e;
}

.recipe-block-five {
    position: relative;
    margin-bottom: 20px;
}

.recipe-block-five .inner-box {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.recipe-block-five .inner-box .image {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #111111;
}

.recipe-block-five .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.recipe-block-five .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(190, 185, 150, 0.8);
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.recipe-block-five .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.recipe-block-five .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.recipe-block-five .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.recipe-block-five .inner-box .image .overlay-box .icon {
    position: relative;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.recipe-block-five .inner-box .image .overlay-box .icon:hover {
    background-color: #ffffff;
    color: #beb996;
}

.recipe-block-five .inner-box .lower-content {
    position: relative;
    padding: 20px 0px 0px;
}

.recipe-block-five .inner-box .lower-content h6 {
    font-weight: 600;
    font-size: 16px;
}

.recipe-block-five .inner-box .lower-content h6 a {
    position: relative;
    color: #27272f;
}

.popular-recipe-section {
    position: relative;
    padding: 0px 0px 60px;
}

.popular-recipe-section .owl-dots,
.popular-recipe-section .owl-nav {
    display: none;
}

.recipe-block-five .inner-box:hover .image img {
    opacity: 0.6;
    transform: scale(1.05, 1.05);
}

.news-section-three {
    position: relative;
    padding: 0px 0px 60px;
}

.footer-style-three {
    position: relative;
    padding-bottom: 0px;
    background-color: #050505;
}

.footer-style-three .widgets-section {
    position: relative;
    padding: 90px 0px 60px;
}

.footer-style-three .footer-column {
    position: relative;
}

.footer-style-three .footer-widget {
    position: relative;
    margin-bottom: 30px;
}

.footer-style-three .footer-widget h6 {
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.footer-style-three .footer-widget h6:before {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 45px;
    background-color: #beb996;
}

.footer-style-three .logo-widget {
    text-align: center;
    margin-left: -150px;
}

.footer-style-three .logo-widget .logo {
    margin-bottom: 20px;
}

.footer-style-three .social-list {
    position: relative;
}

.footer-style-three .social-list li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}

.footer-style-three .social-list li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.footer-style-three .social-list li a:hover {
    color: #ffffff;
}

.footer-style-three .logo-widget .copyright {
    position: relative;
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
}

.footer-style-three .logo-widget .copyright a {
    position: relative;
    color: #beb996;
}

.footer-style-three .visit-widget .text {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 2.2em;
}

.page-title {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 150px 0px 250px;
    background-size: cover;
}

.page-title .pattern-layer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 164px;
    background-repeat: repeat-x;
}

.page-title h2 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: capitalize;
}

.page-breadcrumb {
    position: relative;
    margin: 25px 0 0;
    font-size: 14px;
}

.page-breadcrumb li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.page-breadcrumb li:after {
    position: absolute;
    content: ":";
    right: -2px;
    top: -1px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    font-family: "FontAwesome";
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-breadcrumb li a {
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
    color: #111111;
}

.history-section-two {
    position: relative;
    padding: 100px 0px 150px;
}

.history-section-two .image-column {
    position: relative;
    margin-bottom: 40px;
}

.history-section-two .image-column .inner-column {
    position: relative;
    padding-right: 100px;
}

.history-section-two .image-column .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.history-section-two .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.history-section-two .image-column .image-two {
    position: absolute;
    right: -50px;
    bottom: -160px;
}

.history-section-two .content-column {
    position: relative;
    margin-bottom: 40px;
}

.history-section-two .content-column .inner-column {
    position: relative;
    padding-left: 20px;
    padding-top: 130px;
}

.history-section-two .content-column .sec-title {
    margin-bottom: 30px;
}

.history-section-two .content-column .sec-title .text {
    margin-top: 10px;
}

.staff-section {
    position: relative;
    padding: 100px 0px 30px;
}

.staff-block {
    position: relative;
}

.staff-block .inner-box {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.staff-block .inner-box .image {
    position: relative;
    background-color: #111111;
}

.staff-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    filter: grayscale(100%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.staff-block .inner-box:hover .image img {
    filter: grayscale(0%);
}

.staff-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    bottom: -150px;
    right: 0px;
    padding: 25px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.staff-block .inner-box:hover .image .overlay-box {
    bottom: 0px;
}

.staff-block .inner-box .image .overlay-box .content {
    position: relative;
}

.staff-block .inner-box .image .overlay-box h6 {
    margin-bottom: 4px;
    font-weight: 500;
    text-transform: uppercase;
}

.staff-block .inner-box .image .overlay-box h6 a {
    position: relative;
    color: #27272f;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.staff-block .inner-box .image .overlay-box h6 a:hover {
    color: #beb996;
}

.staff-block .inner-box .image .overlay-box .designation {
    position: relative;
    color: #787878;
    font-size: 14px;
    margin-bottom: 10px;
}

.staff-block .inner-box .image .overlay-box .social-list {
    position: relative;
}

.staff-block .inner-box .image .overlay-box .social-list li {
    position: relative;
    margin-right: 15px;
    display: inline-block;
}

.staff-block .inner-box .image .overlay-box .social-list li a {
    position: relative;
    color: #787878;
    font-size: 18px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.staff-block .inner-box .image .overlay-box .social-list li a:hover {
    color: #beb996;
}

.team-page-section {
    position: relative;
    overflow: hidden;
    padding: 120px 0px 0px;
}

.team-page-section .outer-container {
    padding: 0px 15px;
}

.team-page-section .row {
    margin: 0px -10px;
}

.team-page-section .staff-block {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.restaurant-section {
    position: relative;
    padding: 130px 0px 130px;
}

.restaurant-section .icon-layer-one {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 403px;
    height: 249px;
    background-repeat: no-repeat;
}

.restaurant-section .icon-layer-two {
    position: absolute;
    right: 0px;
    bottom: 140px;
    width: 231px;
    height: 301px;
    background-repeat: no-repeat;
}

.restaurant-section .inner-container {
    position: relative;
    padding-right: 100px;
}

.restaurant-section .inner-container .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 70px;
}

.restaurant-section .opening-box {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    max-width: 380px;
    overflow: hidden;
    padding: 80px 70px;
    border-radius: 8px;
    background-size: cover;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.restaurant-section .opening-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.8;
    background-color: #27272f;
}

.restaurant-section .opening-box .box-inner {
    position: relative;
    text-align: center;
}

.restaurant-section .opening-box .box-inner h3 {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 25px;
    font-family: "LillyBelle";
}

.restaurant-section .opening-box .box-inner h3 span {
    font-size: 30px;
    display: block;
}

.restaurant-section .opening-box .timing-list {
    position: relative;
    margin-bottom: 15px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.restaurant-section .opening-box .timing-list li {
    position: relative;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 15px;
    display: inline-block;
    text-transform: uppercase;
}

.restaurant-section .opening-box .timing-list li span {
    position: relative;
    display: block;
    color: #f7a392;
    font-weight: 300;
}

.restaurant-section .opening-box .timing-list li:first-child {
    border-right: 1px solid #ffffff;
}

.restaurant-section .opening-box .closed {
    position: relative;
    display: block;
    color: #f7a392;
    font-weight: 300;
    text-transform: uppercase;
}

.faq-section {
    position: relative;
    padding: 100px 0px 70px;
}

.faq-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
}

.faq-section .accordion-column {
    position: relative;
    margin-bottom: 40px;
}

.accordion-box {
    position: relative;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 15px 24px 22px 40px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
}

.accordion-box .block .number {
    position: relative;
    margin-right: 20px;
    color: #c1a974;
    font-size: 18px;
}

.accordion-box .block .acc-btn {
    font-size: 16px;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
    line-height: 30px;
    color: #27272f;
    font-weight: 500;
    padding-top: 10px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    text-transform: uppercase;
}

.accordion-box .block .acc-btn span {
    color: #f7a392;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    color: #27272f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #27272f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
    opacity: 0;
    color: #c1a974;
    font-weight: 400;
}

.accordion-box .block.active-block .acc-btn .icon-outer .icon-minus {
    opacity: 1;
    color: #f7a392;
}

.accordion-box .block.active-block .acc-btn .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer {
    border-color: #ff3548;
    color: #ff3548;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content .content-text {
    padding-bottom: 6px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    position: relative;
    font-size: 14px;
    padding: 15px 0px 0px 0px;
}

.accordion-box .block .content .text p {
    margin-bottom: 0px;
    line-height: 1.9em;
    font-size: 14px;
    color: #5e5e5e;
}

.accordion-box .block .content p:last-child {
    margin-bottom: 0px;
}

.menu-page-section {
    position: relative;
    background-color: #f6f4e8;
    padding: 60px 0;
    margin-bottom: 80px;
}

.menu-block-two {
    position: relative;
}

.menu-block-two .inner-box {
    height: 100%;
    position: relative;
    padding: 30px;
    border-radius: 20px;
    border: 2px dashed #000;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.menu-block-two .inner-box .side-icon {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.menu-block-two .inner-box .icon {
    position: relative;
    margin-bottom: 15px;
    filter: grayscale(100%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.menu-block-two .inner-box:hover {
    border-color: #000 !important;
}

.menu-block-two .inner-box:hover .icon {
    filter: grayscale(0%);
}

.menu-block-two .inner-box h6 {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.menu-block-two .inner-box h6 a {
    position: relative;
    color: #27272f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.menu-block-two .inner-box:hover h6 a {
    color: #eb2a2e;
}

.menu-block-two .inner-box .text {
    position: relative;
    color: #000;
    font-size: 16px;
}

.milkshake-section {
    position: relative;
    overflow: hidden;
    padding: 100px 0px 0px;
}

.milkshake-section .icon-layer-one {
    position: absolute;
    left: 50px;
    top: 80px;
    width: 287px;
    height: 159px;
    background-repeat: no-repeat;
}

.milkshake-section .icon-layer-two {
    position: absolute;
    right: 20%;
    top: 50px;
    width: 144px;
    height: 155px;
    background-repeat: no-repeat;
}

.milkshake-section .icon-layer-three {
    position: absolute;
    right: 5%;
    bottom: 80px;
    width: 222px;
    height: 224px;
    display: none;
    background-repeat: no-repeat;
}

.milkshake-section .section-text {
    position: absolute;
    left: 0px;
    bottom: 50px;
    opacity: 0.4;
    right: 0px;
    color: #fafafa;
    font-size: 350px;
    line-height: 1em;
    text-align: center;
    font-family: "LillyBelle";
}

.milkshake-section .inner-container {
    position: relative;
}

.milkshake-section .lower-content {
    position: relative;
    padding-top: 50px;
    text-align: center;
}

.milkshake-section .big-image {
    position: relative;
    z-index: 2;
}

.milkshake-section .lower-content .text {
    position: relative;
}

.milkshake-section .lower-content .text p {
    position: relative;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.milkshake-section .lower-content .text p a {
    text-decoration: underline;
    color: #5e5e5e;
}

.milkshake-section .lower-content .text p:last-child {
    margin-bottom: 0px;
}

.frape-variant-section {
    position: relative;
    padding: 80px 0px 250px;
}

.frape-variant-section .frape-image {
    position: absolute;
    right: 0px;
    bottom: 90px;
}

.frape-variant-section .sec-title span {
    color: #beb996;
}

.frape-variant-section .row {
    margin: 0px -5px;
}

.frape-variant-section .frape-block {
    padding: 0px 5px;
}

.frape-block {
    position: relative;
    margin-bottom: 30px;
}

.frape-block .inner-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.frape-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #111111;
}

.frape-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.frape-block .inner-box:hover .image img {
    opacity: 0.6;
    transform: scale(1.05, 1.05);
}

.frape-block .inner-box .lower-box {
    position: relative;
    padding: 40px 20px 25px;
}

.frape-block .inner-box .price {
    position: absolute;
    right: 30px;
    top: -30px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    background-color: #27272f;
}

.frape-block .inner-box .price:before {
    position: absolute;
    content: "";
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.6);
}

.frape-block .inner-box .lower-box h6 {
    font-weight: 500;
    margin-bottom: 8px;
}

.frape-block .inner-box .lower-box h6 a {
    position: relative;
    color: #27272f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.frape-block .inner-box .lower-box .text {
    position: relative;
    line-height: 1.8em;
    color: #5e5e5e;
}

.frape-block .inner-box .lower-box h6 a:hover {
    color: #beb996;
}

.gallery-page-section {
    position: relative;
    padding: 120px 0px 100px;
}

.gallery-page-section .outer-container {
    position: relative;
    padding: 0px 15px;
}

.gallery-page-section .row {
    margin: 0px -10px;
}

.gallery-page-section .gallery-block-two {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.gallery-page-section-two {
    position: relative;
    padding: 50px 0 0;
}

.sidebar-page-container {
    position: relative;
    overflow: hidden;
    padding: 50px 0px;
}

.sidebar-page-container .section-text {
    position: absolute;
    left: 0px;
    top: 10%;
    right: 0px;
    opacity: 0.7;
    color: #fafafa;
    font-size: 400px;
    line-height: 1em;
    text-align: center;
    font-family: "LillyBelle";
}

.sidebar-page-container .content-side {
    margin-bottom: 40px;
}

.sidebar-page-container .sidebar-side {
    margin-bottom: 0;
}

.sidebar-page-container .icon-layer-one {
    position: absolute;
    left: 50px;
    top: 180px;
    width: 287px;
    height: 159px;
    display: none;
    background-repeat: no-repeat;
}

.sidebar-page-container .icon-layer-two {
    position: absolute;
    right: 20%;
    top: 50px;
    width: 144px;
    height: 155px;
    background-repeat: no-repeat;
}

.sidebar-page-container .icon-layer-three {
    position: absolute;
    right: 5%;
    bottom: 80px;
    width: 222px;
    height: 224px;
    background-repeat: no-repeat;
}

.sticky-top {
    z-index: 1;
}

.sidebar-title {
    position: relative;
    margin-bottom: 20px;
}

.sidebar-title h6 {
    color: #1e1e1e;
    font-weight: 600;
    text-transform: capitalize;
}

.sidebar-page-container .sidebar-side .sidebar {
    position: relative;
    padding: 40px;
    border: 1px solid #feeded;
    background-color: #ffffff;
}

.sidebar-widget {
    margin-bottom: 40px;
}

.sidebar-widget:last-child {
    margin-bottom: 0px;
}

.sidebar-widget .widget-content {
    padding-bottom: 40px;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar .search-box .form-group {
    position: relative;
    margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 25px;
    border: 1px solid #f0f0f0;
    background: none;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 56px;
    border-radius: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
    position: absolute;
    right: 7px;
    top: 6px;
    height: 44px;
    width: 44px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    line-height: 40px;
    font-weight: normal;
    border-radius: 50px;
    background-color: #5dca89;
}

.about-widget .text {
    position: relative;
    color: #959595;
    font-size: 14px;
}

.cat-list {
    position: relative;
}

.cat-list li {
    position: relative;
    margin-bottom: 14px;
}

.cat-list li a {
    position: relative;
    color: #959595;
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.cat-list li a:before {
    position: absolute;
    content: "\f101";
    left: 0px;
    top: 2px;
    font-size: 16px;
    line-height: 1em;
    font-family: "FontAwesome";
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.cat-list li a:hover,
.cat-list li a:hover::before {
    color: #beb996;
}

.sidebar .popular-posts .post {
    position: relative;
    font-size: 14px;
    color: #666666;
    padding: 0px 0px;
    padding-left: 108px;
    min-height: 88px;
    padding-top: 15px;
    margin-bottom: 18px;
}

.sidebar .popular-posts .post:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.sidebar .popular-posts .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 88px;
    overflow: hidden;
    border-radius: 8px;
}

.sidebar .popular-posts .post .post-thumb .overlay-box {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #beb996;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: rgba(51, 51, 51, 0.7);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa {
    top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box {
    opacity: 1;
}

.sidebar .popular-posts .post .post-thumb img {
    display: block;
    width: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
    position: relative;
    top: -4px;
    font-size: 16px;
    margin: 0px 0px 0px;
    font-weight: 500;
    color: #27272f;
    line-height: 1.6em;
    text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
    color: #27272f;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
    color: #beb996;
}

.sidebar .popular-posts .post-info {
    position: relative;
    font-size: 14px;
    color: #beb996;
    font-weight: 400;
    margin-top: 5px;
}

.tag-list {
    position: relative;
    display: block;
}

.tag-list li {
    position: relative;
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
}

.tag-list li a {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #959595;
    font-weight: 400;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.tag-list li a:hover {
    color: #eb2a2e;
}

.sidebar .social-widget .social-list {
    position: relative;
}

.sidebar .social-widget .social-list li {
    position: relative;
    margin-right: 12px;
    display: inline-block;
}

.sidebar .social-widget .social-list li a {
    position: relative;
    color: #959595;
    font-size: 18px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar .social-widget .social-list li a:hover {
    color: #eb2a2e;
}

.news-block-three {
    position: relative;
    margin-bottom: 50px;
}

.news-block-three .inner-box {
    position: relative;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.news-block-three .inner-box .image {
    position: relative;
}

.news-block-three .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block-three .inner-box .owl-dots {
    display: none;
}

.news-block-three .inner-box .owl-nav {
    position: absolute;
    left: 30px;
    top: 50%;
    right: 30px;
    margin-top: -30px;
}

.news-block-three .inner-box .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    font-size: 44px;
    color: #ffffff;
}

.news-block-three .inner-box .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    font-size: 44px;
    color: #ffffff;
}

.news-block-three .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(190, 185, 150, 0.8);
    transition:
        transform 0.4s ease,
        -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.news-block-three .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.news-block-three .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.news-block-three .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.news-block-three .inner-box .image .overlay-box .icon {
    position: relative;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    border: 2px solid #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .inner-box .image .overlay-box .icon:hover {
    background-color: #ffffff;
    color: #beb996;
}

.news-block-three .inner-box .image .video-overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 45px;
    border-radius: 0px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-three .inner-box .image .video-overlay-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    opacity: 0.6;
    background-color: #beb996;
}

.news-block-three .inner-box .image .video-overlay-box span {
    position: absolute;
    width: 90px;
    height: 90px;
    left: 50%;
    top: 50%;
    z-index: 10;
    color: #111111;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding-left: 4px;
    display: inline-block;
    margin-top: -45px;
    margin-left: -45px;
    line-height: 90px;
    border-radius: 50%;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #ffffff;
}

.news-block-three .inner-box .image .video-overlay-box .ripple,
.news-block-three .inner-box .image .video-overlay-box .ripple:before,
.news-block-three .inner-box .image .video-overlay-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.news-block-three .inner-box .image .video-overlay-box .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.news-block-three .inner-box .image .video-overlay-box .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.news-block-three .inner-box .lower-content {
    position: relative;
    padding: 30px 0px 0px;
}

.news-block-three .inner-box .lower-content .category {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 18px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: inline-block;
    background-color: #eb2a2e;
    text-transform: uppercase;
}

.news-block-three .inner-box .lower-content h3 {
    margin-top: 4px;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-block-three .inner-box .lower-content h3 a {
    position: relative;
    color: #27272f;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .inner-box .lower-content .post-info {
    position: relative;
    margin-bottom: 15px;
}

.news-block-three .inner-box .lower-content .post-info li {
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
    color: #5e5e5e;
    font-size: 12px;
    display: inline-block;
}

.news-block-three .inner-box .lower-content .post-info li:before {
    position: absolute;
    content: "";
    right: -3px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #f7eee2;
}

.news-block-three .inner-box .lower-content .post-info li:last-child::before {
    display: none;
}

.news-block-three .inner-box .lower-content .post-info li a {
    position: relative;
    color: #5e5e5e;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-block-three .inner-box:hover .lower-content .post-info li a,
.news-block-three .inner-box:hover .lower-content h3 a {
    color: #eb2a2e;
}

.news-block-three .inner-box .lower-content .text {
    position: relative;
    color: #5e5e5e;
}

.news-block-four {
    position: relative;
    margin-bottom: 80px;
}

.news-block-four .inner-box {
    position: relative;
}

.news-block-four .inner-box .image {
    position: relative;
}

.news-block-four .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.news-block-four .inner-box .image .content {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    text-align: center;
    padding-top: 120px;
    padding-left: 120px;
    padding-right: 120px;
}

.news-block-four .inner-box .image .content .text {
    position: relative;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 25px;
}

.news-block-four .inner-box .image .content .designation {
    position: relative;
    color: #787878;
    font-size: 16px;
}

.styled-pagination {
    position: relative;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    margin: 0px 3px 6px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    line-height: 46px;
    height: 44px;
    font-size: 16px;
    min-width: 44px;
    color: #787878;
    font-weight: 500;
    text-align: center;
    border-radius: 50px;
    background: #ffffff;
    text-transform: capitalize;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
    background-color: #eb2a2e;
}

.styled-pagination li.next a {
    font-size: 24px;
    line-height: 42px;
}

.blog-detail {
    position: relative;
}

.blog-detail .inner-box {
    position: relative;
}

.blog-detail .inner-box .post-info {
    position: relative;
    margin-bottom: 22px;
}

.blog-detail .inner-box .post-info li {
    position: relative;
    padding-right: 15px;
    margin-right: 10px;
    color: #787878;
    font-size: 12px;
    display: inline-block;
}

.blog-detail .inner-box .post-info li:first-child {
    color: #787878;
    font-weight: 700;
}

.blog-detail .inner-box .post-info li:before {
    position: absolute;
    content: "";
    right: -3px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #f7eee2;
}

.blog-detail .inner-box .post-info li:last-child::before {
    display: none;
}

.blog-detail .inner-box .post-info li a {
    position: relative;
    color: #787878;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-detail .inner-box .image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.blog-detail .inner-box p {
    position: relative;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 15px;
}

.blog-detail .inner-box p:last-child {
    margin-bottom: 0px;
}

.blog-detail .inner-box blockquote {
    position: relative;
    color: #787878;
    font-size: 14px;
    font-style: italic;
    padding-left: 45px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog-detail .inner-box .category {
    position: relative;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 18px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: inline-block;
    background-color: #eb2a2e;
    text-transform: uppercase;
}

.blog-detail .inner-box .lower-content h3 {
    margin-top: 4px;
    color: #27272f;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-detail .inner-box .post-share-options {
    position: relative;
    margin-top: 50px;
}

.blog-detail .inner-box .tags {
    position: relative;
    padding: 15px 0px;
    border-top: 1px solid #fff6f4;
    border-bottom: 1px solid #fff6f4;
}

.blog-detail .inner-box .tags li {
    position: relative;
    margin-right: 4px;
    display: inline-block;
}

.blog-detail .inner-box .tags li span {
    position: relative;
    top: 2px;
    color: #959595;
    font-size: 16px;
    margin-right: 10px;
}

.blog-detail .inner-box .tags li a {
    position: relative;
    color: #959595;
    font-size: 14px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog-detail .inner-box .tags li a:hover {
    color: #f7a392;
}

.blog-detail .author-box {
    position: relative;
    margin-top: 80px;
}

.blog-detail .author-box .box-inner {
    position: relative;
    padding: 25px 25px;
    min-height: 160px;
    background-color: #fff6f4;
}

.blog-detail .author-box .box-inner .content {
    position: relative;
    padding-top: 12px;
    padding-left: 160px;
}

.blog-detail .author-box .box-inner .content .author-image {
    position: absolute;
    left: 0px;
    top: 0px;
}

.blog-detail .author-box .box-inner h6 {
    color: #252525;
    font-weight: 500;
}

.blog-detail .author-box .box-inner .text {
    position: relative;
    color: #5e5e5e;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.7em;
}

.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 60px;
    margin-bottom: 50px;
}

.sidebar-page-container .group-title {
    position: relative;
}

.sidebar-page-container .group-title h4 {
    color: #252525;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box {
    position: relative;
    margin-bottom: 30px;
    padding: 35px 45px;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child {
    margin-bottom: 0px;
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    font-size: 14px;
    min-height: 120px;
    padding: 0px 0px 0px 130px;
}

.sidebar-page-container .comments-area .reply-comment {
    margin-left: 70px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 103px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #7a7a7a;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.sidebar-page-container .comments-area .comment-info {
    margin-bottom: 10px;
}

.sidebar-page-container .comments-area .comment-box strong {
    font-size: 18px;
    font-weight: 600;
    color: #252525;
    display: inline-block;
    line-height: 1.3em;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .text {
    color: #5e5e5e;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 15px;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
    position: relative;
    font-size: 15px;
    color: #787878;
    padding-left: 24px;
    display: block;
    margin-top: 4px;
}

.sidebar-page-container .comments-area .comment-info .comment-time:before {
    position: absolute;
    content: "\f133";
    left: 0px;
    top: 0px;
    color: #787878;
    font-family: "FontAwesome";
}

.sidebar-page-container .comments-area .comment-box .theme-btn {
    position: relative;
    font-size: 18px;
    color: #f7a392;
    font-weight: 400;
    text-transform: capitalize;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover {
    color: #3d415b;
}

.sidebar-page-container .comments-area .comment-box .theme-btn .fa {
    position: relative;
    margin-right: 5px;
}

.comment-form-box {
    position: relative;
}

.sidebar-page-container .comment-form-box .group-title h4 {
    margin-bottom: 12px !important;
}

.comment-form-box .group-title .comment-text {
    position: relative;
    color: #879296;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 25px;
}

.comment-form .group-title {
    margin-bottom: 25px;
}

.comment-form .form-group:last-child {
    margin-bottom: 0px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 18px;
    padding: 10px 20px;
    height: 54px;
    color: #000000;
    font-size: 14px;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus {
    border-style: solid;
}

.comment-form input::placeholder,
.comment-form textarea::placeholder {
    color: #9e9e9e;
}

.comment-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 18px;
    padding: 20px 22px;
    height: 250px;
    color: #000000;
    font-size: 14px;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form button {
    position: relative;
}

.error-section {
    position: relative;
    text-align: center;
    padding: 100px 0px 100px;
}

.error-section .image {
    position: relative;
    margin-bottom: 30px;
}

.error-section h2 {
    color: #f7a392;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.contact-page-section {
    position: relative;
    padding: 50px 0px;
}

.contact-page-section .form-column {
    position: relative;
}

.contact-page-section .form-column .inner-column {
    position: relative;
}

.contact-page-section .form-column .title-box {
    position: relative;
}

.contact-page-section .form-column .title-box h4 {
    font-weight: 500;
    color: #252525;
}

.contact-page-section .form-column .title-box .text {
    position: relative;
    margin-top: 8px;
    color: #879296;
}

.contact-form {
    position: relative;
}

.contact-form .form-group:last-child {
    margin-bottom: 0px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 18px;
    padding: 10px 20px;
    height: 54px;
    color: #000000;
    font-size: 14px;
    border-radius: 0px;
    background-color: #ffffff;
    border: 1px solid #d1d1d1;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group textarea:focus {
    border-style: solid;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #9e9e9e;
}

.contact-form button {
    cursor: pointer;
}

.contact-page-section .info-column {
    position: relative;
    margin-bottom: 0;
}

.contact-page-section .info-column .inner-column {
    position: relative;
    padding-left: 40px;
    padding-top: 100px;
}

.contact-page-section .info-column .info-list {
    position: relative;
}

.contact-page-section .info-column .info-list li {
    position: relative;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 1.9em;
    margin-bottom: 40px;
}

.contact-page-section .info-column .info-list li strong {
    position: relative;
    display: block;
    color: #252525;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.contact-map-section {
    position: relative;
    padding-top: 0px;
    padding-bottom: 100px;
}

.contact-map-section iframe {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 450px;
}

.banner-section-four {
    position: relative;
    overflow: hidden;
}

.banner-section-four .slide {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-top: 120px;
    background-size: cover;
}

.banner-section-four .content-box {
    position: relative;
}

.banner-section-four .content-box .box-inner {
    position: relative;
}

.banner-section-four .content-box h1 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1em;
    font-family: "Niconne", cursive;
}

.banner-section-four .content-box h1 a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.banner-section-four .content-box h1 a:hover {
    color: #eb2a2e;
}

.banner-section-four .owl-nav,
.banner-section-four .owl-dots {
    display: none;
}

.banner-section-four .mouse-btn-down {
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 99px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
    margin-left: -50px;
    display: inline-block;
    background: url(../images/icons/curve-layer.png) no-repeat;
}

.banner-section-four .mouse-btn-down:before {
    position: absolute;
    content: "\f161";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    color: #9a9a9a;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    font-family: "Flaticon";
}

.testimonial-section-two {
    position: relative;
    padding: 100px 0px 100px;
}

.testimonial-section-two .inner-container {
    position: relative;
    padding: 0px 180px;
}

.testimonial-section-two .icon-layer-one {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 378px;
    height: 414px;
    background-repeat: no-repeat;
}

.testimonial-section-two .icon-layer-two {
    position: absolute;
    right: 120px;
    bottom: 0px;
    width: 300px;
    height: 138px;
    background-repeat: no-repeat;
}

.testimonial-block-two {
    position: relative;
}

.testimonial-block-two .inner-box {
    position: relative;
    text-align: center;
}

.testimonial-block-two .inner-box .rating {
    position: relative;
    text-align: center;
    color: #ba9232;
}

.testimonial-block-two .inner-box .text {
    margin-top: 20px;
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 15px;
    line-height: 1.5em;
    letter-spacing: 1px;
    font-family: "Niconne", cursive;
}

.testimonial-block-two .inner-box .designation {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}

.testimonial-block-two .inner-box .designation span {
    color: #df9191;
}

.testimonial-section-two .owl-nav {
    display: none;
}

.testimonial-section-two .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.testimonial-section-two .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #e09695;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-section-two .owl-dots .owl-dot:hover,
.testimonial-section-two .owl-dots .owl-dot.active {
    background-color: #beb996;
    border-color: #beb996;
}

.menu-section-two {
    position: relative;
    padding: 40px 0px 70px;
}

.menu-block-three {
    position: relative;
    margin-bottom: 30px;
}

.menu-block-three .inner-box {
    position: relative;
    padding: 25px 15px 15px;
    border: 1px dashed #adadad;
}

.menu-block-three .inner-box .content {
    position: relative;
    padding: 20px 20px;
}

.menu-block-three .inner-box .menu-title {
    position: relative;
    color: #df9191;
    font-size: 44px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: "Anuphan", sans-serif;
}

.menu-block-three .inner-box h4 {
    color: #28272f;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.menu-block-three .menu-item {
    position: relative;
    margin-bottom: 25px;
}

.menu-block-three .menu-item h6 {
    font-weight: 600;
}

.menu-block-three .menu-item h6 a {
    position: relative;
    color: #000000;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-block-three .menu-item h6 a:hover {
    color: #df9191;
}

.menu-block-three .menu-item .sub-title {
    position: relative;
    margin-top: 8px;
    color: #5e5e5e;
    margin-bottom: 10px;
}

.menu-block-three .menu-item .price-box {
    position: relative;
    text-align: right;
}

.menu-block-three .menu-item .price-box:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    right: 0px;
    height: 1px;
    border-bottom: 1px dashed #b1b1b1;
}

.menu-block-three .menu-item .price-box .price {
    position: relative;
    color: #111111;
    font-size: 18px;
    padding: 2px 0px 2px 30px;
    background-color: #ffffff;
    display: inline-block;
}

.menu-block-three .image {
    position: relative;
    overflow: hidden;
    background-color: #df9191;
}

.menu-block-three .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-block-three .inner-box:hover .image img {
    opacity: 0.6;
    transform: scale(1.04, 1.04);
}

.video-section-two {
    position: relative;
    padding: 0px 0px 0px;
}

.tips-section {
    position: relative;
    padding: 80px 0;
}

.tips-section .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 110px;
    width: 388px;
    height: 355px;
    z-index: 1;
}

.tips-section .image-column {
    position: relative;
    margin-bottom: 40px;
    z-index: 2;
}

.tips-section .image-column .inner-column {
    position: relative;
}

.tips-section .image-column .image-two {
    position: absolute;
    right: 0px;
    top: 60px;
}

.tips-section .content-column {
    position: relative;
    margin-bottom: 40px;
}

.tips-section .content-column .inner-column {
    position: relative;
    padding: 130px 40px 0px;
}

.tips-section .content-column .sec-title {
    margin-bottom: 30px;
}

.tips-section .content-column .signature-image {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 300px;
    opacity: 0.2;
    text-align: center;
}

.staff-section-two {
    position: relative;
    padding: 0px 0px 0px;
}

.staff-section-two .outer-container {
    padding: 0px 15px;
}

.clients-section {
    position: relative;
    margin-bottom: 80px;
}

.clients-section .inner-container {
    position: relative;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav {
    position: relative;
    display: none;
}

.clients-section .sponsors-outer .image-box {
    position: relative;
    text-align: center;
    margin: 0px;
}

.clients-section .sponsors-outer .image-box img {
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover {
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.wave {
    width: 100%;
    background-attachment: fixed;
    position: absolute;
    height: 65px;
    top: -65px;
    left: 0;
    background: url("../images/wave_white.svg");
    z-index: 1;
    animation: waves 20s linear infinite;
}

.wave:before,
.wave:after {
    content: "";
    width: 100%;
    height: 65px;
    background: url("../images/wave_white.svg");
    position: absolute;
    top: 0;
    left: 0;
}

.wave:before {
    opacity: 0.4;
    animation: waves-reverse 20s linear infinite;
}

.wave:after {
    opacity: 0.6;
    animation-delay: -5s;
    animation: waves 30s linear infinite;
}

.wave.tophero {
    margin-top: -40px;
    top: auto;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1000;
}

.back-to-top.visible {
    opacity: 1;
}

.back-to-top .progress-ring {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    transform: rotate(-90deg);
}

.back-to-top .progress-ring circle {
    fill: none;
    stroke-width: 3.5;
}

.back-to-top .progress-ring-bg {
    stroke: #eee;
}

.back-to-top .progress-ring-progress {
    stroke: #eb2a2e;
    stroke-linecap: round;
    stroke-dasharray: 0 100;
}

.back-to-top .arrow-up {
    font-size: 18px;
    color: #eb2a2e;
    z-index: 1;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #eb2a2e;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.history-wrapper:not(:last-child) {
    padding-bottom: 80px;
    margin-bottom: 80px;
    border-bottom: 2px dashed rgba(0, 0, 0, 0.15);
}

.branch h3 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}

.branch .book-a-table {
    text-align: center;
    border: 2px dashed rgba(0, 0, 0, 0.15);
    padding: 22px;
}

.branch .book-a-table h3 {
    margin: 0 0 0 0;
    font-size: 24px;
}

.branch .book-a-table p {
    color: #eb2a2e;
    font-weight: 500;
    font-size: 28px;
    margin: 0;
}

.branch .content ul {
    list-style: none;
    padding: 0;
}

.branch .content ul li {
    padding: 0 0 10px 30px;
    position: relative;
}

.branch .content p:last-child {
    margin-bottom: 0;
}

.process.swiper {
    width: 100%;
    margin-bottom: 30px;
}

.process.swiper .swiper-pagination {
    bottom: 40px;
}

.process .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.process .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.process .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border: 2px solid white;
    border-radius: 50%;
    background: transparent;
    position: relative;
    margin: 0 6px;
    opacity: 1;
    transition: all 0.3s ease;
}

.process .swiper-pagination-bullet:hover {
    border-color: #f67900;
}

.process .swiper-pagination-bullet-active {
    border-color: #f67900;
}

.process .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #f67900;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.process .swiper-button-next,
.process .swiper-button-prev {
    color: #fff;
}

.process .swiper-button-next:hover,
.process .swiper-button-prev:hover {
    color: #f67900;
}

.tab-content.process blockquote,
.content-process blockquote {
    position: relative;
    color: #787878;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.icon-process {
    width: 100%;
    border-radius: 25px;
    border: 2px dashed #acacac;
}

.icon-bank {
    width: 100px;
}

.menu-page-section .inner-box .content:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    transform: scale(0.4, 1);
    border-radius: 20px;
}

.menu-page-section .inner-box:hover .content:before {
    opacity: 1;
    transform: scale(1, 1);
}

.service-icon {
    width: 100%;
}

.content_video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
    margin-top: 30px;
}

.content_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section_padding {
        padding: 80px 0px;
    }

    .single_padding_top {
        padding-top: 70px !important;
    }

    .padding_top {
        padding-top: 80px;
    }

    .section_tittle {
        margin-bottom: 30px;
    }

    .section_tittle h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .mt_130 {
        margin-top: 70px;
    }

    .mb_130 {
        margin-bottom: 70px;
    }

    .main_menu .main-menu-item ul li a {
        padding: 0px 16px !important;
    }

    .banner_part {
        background-size: 35%;
        height: 650px;
    }

    .banner_part:after {
        right: 10%;
    }

    .banner_part .banner_text {
        height: 650px;
    }

    .banner_part .banner_text h1 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .about_part .about_text h4 {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .about_part .about_text h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .about_bg:after {
        background-size: 15% 50%;
    }

    .food_menu .nav-tabs a {
        padding: 35px 15px 15px;
    }

    .food_menu .single_food_item {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section_padding {
        padding: 70px 0px;
    }

    .single_padding_top {
        padding-top: 70px !important;
    }

    .padding_top {
        padding-top: 70px;
    }

    .section_tittle {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .section_tittle h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .mt_130 {
        margin-top: 70px;
    }

    .mb_130 {
        margin-bottom: 70px;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .media {
        display: block;
    }

    .btn_1 {
        padding: 9.5px 28px;
    }

    .single_page_btn {
        padding: 9.5px 28px;
    }

    .main_menu .main-menu-item ul li a {
        padding: 10px 16px !important;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
        position: absolute;
        right: auto;
        left: 0;
    }

    .navbar .navbar-brand {
        text-align: center;
        margin: 0 auto;
        padding-left: 16%;
    }

    .main_menu .main-menu-item {
        text-align: left !important;
    }

    .main_menu .main-menu-item .nav-item {
        padding: 3px 15px !important;
    }

    .main_menu .main-menu-item .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none;
    }

    .main_menu .main-menu-item .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block;
    }

    .banner_part {
        height: 700px;
        background-image: none;
        background-color: #f0eed4;
    }

    .banner_part:after {
        display: none;
    }

    .banner_part .banner_text {
        text-align: center;
        padding-top: 0px;
        height: 700px;
    }

    .banner_part .banner_text h1 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .exclusive_item_part:after {
        display: none;
    }

    .exclusive_item_part {
        padding-top: 70px;
        margin-bottom: -20px;
    }

    .exclusive_item_part .single_blog_item {
        margin-bottom: 20px;
    }

    .about_part .about_text h4 {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .about_part .about_text h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .about_bg:after {
        display: none;
    }

    .intro_video_bg {
        height: 350px;
    }

    .intro_video_bg h2 {
        font-size: 40px;
    }

    .food_menu .single_food_item {
        margin-bottom: 20px;
        padding: 10px;
    }

    .food_menu .single_food_item img {
        border-right: 0px solid #f6f5f1;
        margin: 0 auto;
        display: block;
        margin-right: auto !important;
        text-align: center;
        border-radius: 50%;
    }

    .review_part .client_img {
        display: block;
        width: 100%;
        padding-top: 0px;
    }

    .review_part .client_review_part:after {
        display: none;
    }

    .review_part .client_review_part:before {
        display: none;
    }

    .review_part .client_review_single .client_review_text {
        padding-left: 0px;
    }

    .review_part .client_review_single .client_review_text p {
        font-size: 16px;
    }

    .review_part .client_review_single .client_review_text h4 {
        margin-top: 20px;
        font-size: 20px;
    }

    .review_part .owl-dots {
        padding-left: 0px;
    }

    .blog_item_section .single_blog_item {
        margin-bottom: 20px;
    }

    .blog_item_section .single_blog_text {
        padding: 25px 15px;
    }

    .copyright_part .footer-text {
        text-align: center;
        margin-bottom: 25px !important;
    }

    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 40px;
    }

    .footer-area .copyright_part_text {
        text-align: center;
    }

    .footer-area .copyright_social_icon {
        text-align: center !important;
        margin-top: 15px;
    }
}

@media (max-width: 576px) {
    .section_padding {
        padding: 70px 0px;
    }

    .single_padding_top {
        padding-top: 70px !important;
    }

    .padding_top {
        padding-top: 70px;
    }

    h2 {
        font-size: 22px;
        line-height: 25px;
    }

    h3 {
        font-size: 20px;
    }

    .section_tittle {
        margin-bottom: 30px;
    }

    .section_tittle h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .section_tittle h2:after {
        bottom: 3px;
    }

    .mb_110 {
        margin-bottom: 220px;
    }

    .mt_130 {
        margin-top: 70px;
    }

    .mb_130 {
        margin-bottom: 70px;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .media {
        display: block;
    }

    .btn_1 {
        padding: 9.5px 28px;
        margin-top: 25px;
    }

    .single_page_btn {
        padding: 9.5px 28px;
    }

    .main_menu .main-menu-item ul li a {
        padding: 10px 16px !important;
    }

    .navbar-brand img {
        max-width: 100px;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
        position: absolute;
        right: 0;
    }

    .main_menu .main-menu-item {
        text-align: left !important;
    }

    .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block;
    }

    .banner_part {
        height: 650px;
        background-image: none;
        background-color: #f0eed4;
    }

    .banner_part:after {
        display: none;
    }

    .banner_part .banner_text {
        text-align: center;
        padding-top: 0px;
        height: 650px;
    }

    .banner_part .banner_text h1 {
        font-size: 27px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .banner_part .banner_text .btn_2 {
        margin-bottom: 20px;
    }

    .banner_part .video_popup span {
        margin-left: 0px;
    }

    .banner_part .video_popup {
        margin-left: 0px;
    }

    .exclusive_item_part:after {
        display: none;
    }

    .exclusive_item_part {
        padding-top: 70px;
        margin-bottom: -20px;
    }

    .exclusive_item_part .single_blog_item {
        margin-bottom: 20px;
    }

    .about_part .about_text h4 {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .about_part .about_text h2 {
        margin-bottom: 15px;
    }

    .about_bg:after {
        display: none;
    }

    .intro_video_bg {
        height: 350px;
    }

    .intro_video_bg h2 {
        font-size: 30px;
    }

    .food_menu .nav-tabs a {
        padding: 5px 10px 15px;
    }

    .food_menu .single_food_item {
        margin-bottom: 20px;
        padding: 10px;
    }

    .food_menu .single_food_item img {
        border-right: 0px solid #f6f5f1;
        margin: 0 auto;
        display: block;
        margin-right: auto !important;
        text-align: center;
        border-radius: 50%;
    }

    .chefs_part .single_blog_item .social_icon {
        margin-top: 15px;
    }

    .chefs_part .single_blog_item .social_icon a {
        margin: 0px 5px;
    }

    .review_part .client_img {
        display: block;
        width: 100%;
        padding-top: 0px;
    }

    .review_part .client_review_part:after {
        display: none;
    }

    .review_part .client_review_part:before {
        display: none;
    }

    .review_part .client_review_single .client_review_text {
        padding-left: 0px;
    }

    .review_part .client_review_single .client_review_text p {
        font-size: 16px;
    }

    .review_part .client_review_single .client_review_text h4 {
        margin-top: 20px;
        font-size: 20px;
    }

    .review_part .owl-dots {
        padding-left: 0px;
    }

    .blog_item_section .single_blog_item {
        margin-bottom: 20px;
    }

    .blog_item_section .single_blog_text {
        padding: 20px 15px;
    }

    .blog_section .single_blog_text h3 {
        font-size: 20px;
    }

    .copyright_part .footer-social {
        margin-top: 20px;
    }

    .copyright_part .footer-text {
        text-align: center;
    }

    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 35px;
    }

    .footer-area .copyright_part_text {
        margin-top: 20px;
        text-align: center;
    }

    .footer-area .copyright_part_text p {
        font-size: 13px;
    }

    .footer-area .copyright_social_icon {
        text-align: center !important;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section_padding {
        padding: 70px 0px;
    }

    .single_padding_top {
        padding-top: 80px !important;
    }

    .padding_top {
        padding-top: 70px;
    }

    h2 {
        font-size: 24px;
        line-height: 25px;
    }

    .section_tittle {
        margin-bottom: 30px;
    }

    .section_tittle h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .section_tittle h2:after {
        bottom: 3px;
    }

    .mt_130 {
        margin-top: 70px;
    }

    .mb_130 {
        margin-bottom: 70px;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    .media {
        display: block;
    }

    .btn_1 {
        padding: 9.5px 28px;
    }

    .single_page_btn {
        padding: 9.5px 28px;
    }

    .main_menu .main-menu-item ul li a {
        padding: 10px 16px !important;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
        position: absolute;
        right: auto;
        left: 0;
    }

    .navbar .navbar-brand {
        text-align: center;
        margin: 0 auto;
        padding-left: 16%;
    }

    .main_menu .main-menu-item {
        text-align: left !important;
    }

    .main_menu .main-menu-item .nav-item {
        padding: 3px 15px !important;
    }

    .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block;
    }

    .banner_part {
        height: 650px;
        background-image: none;
        background-color: #f0eed4;
    }

    .banner_part:after {
        display: none;
    }

    .banner_part .banner_text {
        text-align: center;
        padding-top: 0px;
        height: 650px;
    }

    .banner_part .banner_text h1 {
        font-size: 40px;
        margin-bottom: 15px;
        line-height: 1.3;
    }

    .exclusive_item_part:after {
        display: none;
    }

    .exclusive_item_part {
        padding-top: 70px;
        margin-bottom: -20px;
    }

    .exclusive_item_part .single_blog_item {
        margin-bottom: 20px;
    }

    .about_part .about_text h4 {
        margin-bottom: 20px;
        font-size: 17px;
    }

    .about_part .about_text h2 {
        margin-bottom: 15px;
    }

    .about_bg:after {
        display: none;
    }

    .intro_video_bg {
        height: 350px;
    }

    .intro_video_bg h2 {
        font-size: 30px;
    }

    .food_menu .single_food_item {
        margin-bottom: 20px;
        padding: 10px;
    }

    .food_menu .single_food_item img {
        border-right: 0px solid #f6f5f1;
        margin: 0 auto;
        display: block;
        margin-right: auto !important;
        text-align: center;
        border-radius: 50%;
    }

    .chefs_part .single_blog_item .social_icon {
        margin-top: 15px;
    }

    .chefs_part .single_blog_item .social_icon a {
        margin: 0px 5px;
    }

    .review_part .client_img {
        display: block;
        width: 100%;
        padding-top: 0px;
    }

    .review_part .client_review_part:after {
        display: none;
    }

    .review_part .client_review_part:before {
        display: none;
    }

    .review_part .client_review_single .client_review_text {
        padding-left: 0px;
    }

    .review_part .client_review_single .client_review_text p {
        font-size: 16px;
    }

    .review_part .client_review_single .client_review_text h4 {
        margin-top: 20px;
        font-size: 20px;
    }

    .review_part .owl-dots {
        padding-left: 0px;
    }

    .blog_item_section .single_blog_item {
        margin-bottom: 20px;
    }

    .blog_item_section .single_blog_text {
        padding: 20px 15px;
    }

    .blog_section .single_blog_text h3 {
        font-size: 20px;
    }

    .copyright_part .footer-text {
        text-align: center;
        margin-bottom: 25px !important;
    }

    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h2 {
        font-size: 35px;
    }

    .footer-area .copyright_part_text {
        text-align: center;
        margin-top: 20px;
    }

    .footer-area .copyright_part_text p {
        font-size: 13px;
    }

    .footer-area .copyright_social_icon {
        text-align: center !important;
        margin-top: 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
    .container {
        max-width: 1170px;
    }
}

@media (max-width: 1200px) {
    [class*="hero-ani-"] {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .button {
        font-size: 13px;
        padding: 9px 24px;
    }

    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px;
    }

    .comment-form .name {
        padding-right: 0px;
        margin-bottom: 1rem;
    }
}

@media (max-width: 1199px) {
    .single-blog .tag {
        margin-right: 8px;
    }

    .single-blog .tag:after {
        display: none;
    }

    .single-blog .single-blog-content {
        padding: 15px;
    }

    .single-blog h4 {
        transition: all 300ms linear 0s;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 14px;
        margin-bottom: 12px;
    }

    .single-blog h4 a {
        font-size: 18px;
    }
}

@media (max-width: 800px) {
    .single-blog {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .full_image.single-blog .single-blog-content {
        bottom: 100px;
    }
}

@media (min-width: 900px) {
    .blog_categorie_area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 1100px) {
    .blog_categorie_area {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (min-width: 768px) {
    .blog_details {
        padding: 60px 30px 35px 35px;
    }

    .blog_details h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px;
    }

    .blog_item_img .blog_item_date h3 {
        font-size: 30px;
    }

    .blog_item_img .blog_item_date p {
        font-size: 18px;
    }

    .single-post-area .quote-wrapper {
        padding: 30px;
    }

    .single-post-area .quotes {
        padding: 25px 25px 25px 30px;
    }
}

@media (max-width: 600px) {
    .single-post-area .blog-author {
        padding: 20px 8px;
    }

    .single-post-area .blog-author img {
        margin-right: 15px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0px;
    }

    .comment-form .email {
        padding-left: 0px;
    }

    .footer-area {
        padding: 70px 0px 30px;
    }

    .footer-area .single-footer-widget {
        margin-bottom: 30px;
    }

    .footer-area .single-footer-widget h4 {
        margin-bottom: 15px;
    }
}

@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px;
    }
}

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px;
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px;
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) and (min-width: 992px) and (max-width: 1200px) {
    .dropdown .dropdown-menu {
        transform: scale(1, 0);
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        transform: scale(1);
        display: block;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
    .food_menu .nav-tabs a {
        padding: 15px;
    }
}

@media (max-width: 1024px) {
    .footer-area .single-footer-widget h4 {
        font-size: 18px;
    }
}

@media (max-width: 375px) {
    .footer-area .single-footer-widget .click-btn {
        margin-top: 10px;
    }
}

@media (min-width: 400px) {
    .footer-area .single-footer-widget .click-btn {
        left: -50px;
    }
}

@keyframes float_img {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);
    }
}

@keyframes waves {
    0% {
        background-position: 0;
    }

    100% {
        background-position: 1600px;
    }
}

@keyframes waves-reverse {
    0% {
        background-position: 1600px;
    }

    100% {
        background-position: 0;
    }
}

.news-gallery-wrapper {
    margin-top: 40px;
}

.news-gallery-wrapper .news-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.news-gallery-wrapper .news-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.video-modal {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
}
.video-modal .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 300;
}

.video-modal {
    overflow: hidden;
    position: fixed;
    opacity: 0;
    -webkit-transform: translate(500%, 0%);
    transform: translate(500%, 0%);
    -webkit-transition: -webkit-transform 0s linear 0s;
    transition: transform 0s linear 0s;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.video-modal .overlay {
    z-index: 0;
    background: #ddc39b;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0.05s;
    transition: opacity 0.2s ease-out 0.05s;
}
.video-modal .video-modal-content {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    height: auto;
    width: calc(100% - 40px);
    max-width: 1200px;
    max-height: calc(100% - 100px);
    margin: 0 auto;
    overflow-y: visible;
}
.video-modal .video-modal-content .intro-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.video-modal .video-modal-content .intro-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-modal .video-modal-content .video-sizer {
    display: block;
    width: 100%;
    height: auto;
}
.video-modal .video-modal-content iframe#youtube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}
.video-modal .close-video-modal {
    display: block;
    position: absolute;
    right: 0;
    top: -40px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.show-video-modal .video-modal {
    opacity: 1;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}
.show-video-modal .overlay {
    opacity: 1;
}
.show-video-modal .video-modal-content {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}