@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700|Merienda+One|Open+Sans:300,400,400i,600,700|Playfair+Display:400,400i,700,700i|Poppins:300,400,400i,500,600,700|Lato:300,300i,400,400i&display=swap");
.list {
    list-style: none;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0
}

.row.m0 {
    margin: 0
}

body {
    line-height: 28px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #797979
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600
}

i:before {
    margin-left: 0 !important
}

button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.m0 {
    margin: 0
}

.p0 {
    padding-left: 0;
    padding-right: 0
}

.p_100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.pad_top {
    padding-top: 100px
}

.pad_btm {
    padding-bottom: 100px
}

@media(min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

.border_class .container {
    border-bottom: 1px solid #e4e4e4
}

.bg_gray {
    background: #f0edf7
}

.border_line {
    border-bottom: 1px solid #ddd
}

.left_title {
    margin-bottom: 36px
}

.left_title h2 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    font-family: "Playfair Display", serif;
    margin-bottom: 8px
}

.left_title p {
    position: relative;
    margin-bottom: 0;
    display: inline-block
}

.left_title p:before {
    content: "";
    height: 2px;
    width: 50px;
    background: #be9a8d;
    position: absolute;
    right: -70px;
    bottom: 8px
}

.left_title2 {
    margin-bottom: 50px
}

.left_title2 h2 {
    font-size: 36px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    color: #0e2a4e;
    margin-bottom: 12px;
    position: relative;
    display: inline-block
}

.left_title2 h2:before {
    content: "";
    position: absolute;
    right: -56px;
    bottom: 8px;
    height: 2px;
    width: 40px;
    background: #0e2a4e
}

.left_title2 p {
    font-size: 20px;
    font-family: "Lora", serif;
    color: #797979;
    margin-bottom: 0;
    font-style: italic
}

.left_title2.white h2 {
    color: #fff
}

.left_title2.white h2:before {
    background: #fff
}

.center_title {
    margin-bottom: 40px
}

.center_title h2 {
    font-size: 36px;
    color: #0e2a4e;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    margin-bottom: 6px
}

.center_title p {
    margin-bottom: 0;
    font-size: 20px;
    font-family: "Lora", serif;
    font-weight: normal;
    font-style: italic
}

.center_title.white h2 {
    color: #fff
}

.single_center_title {
    margin-bottom: 75px
}

.single_center_title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    font-family: "Playfair Display", serif;
    position: relative
}

.single_center_title h2:before {
    content: "";
    height: 2px;
    width: 40px;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px
}

.single_white_title {
    margin-bottom: 70px
}

.single_white_title h2 {
    color: #fff;
    font: bold 40px "Playfair Display", serif;
    margin-bottom: 0
}

.single_br_title {
    margin-bottom: 100px;
    position: relative
}

.single_br_title:before {
    content: "";
    background: #0e2a4e;
    height: 1px;
    width: 74px;
    position: absolute;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single_br_title h2 {
    font: bold 36px "Playfair Display", serif;
    color: #0e2a4e;
    margin-bottom: 0
}

@-webkit-keyframes runpulse {
    0% {
        -webkit-transform: scale(0.68);
        transform: scale(0.68)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes runpulse {
    0% {
        -webkit-transform: scale(0.68);
        transform: scale(0.68)
    }
    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0
    }
}

.view_all_btn {
    height: 52px;
    line-height: 52px;
    background: #961716;
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    padding: 0 26px;
    position: relative
}

.view_all_btn:before {
    content: "";
    position: absolute;
    border: #961716 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.view_all_btn.white {
    background: #fff;
    color: #000;
    position: relative
}

.view_all_btn.white:before {
    border: #fff solid 6px
}

.view_all_btn.white:hover {
    color: #000
}

.view_all_btn:hover {
    color: #fff
}

.view_all_btn:hover:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out
}

.text_btn {
    font-size: 15px;
    color: #e34342;
    font-family: "Open Sans", sans-serif;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.text_btn:hover {
    text-decoration: underline;
    color: #e34342
}

.text_btn_u {
    font-size: 16px;
    text-decoration: underline;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #e34342;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.text_btn_u:hover {
    text-decoration: none;
    color: #e34342
}

.submit_btn {
    border: 0;
    background: #000;
    color: #fff;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 34px;
    line-height: 50px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    position: relative
}

.submit_btn:hover {
    color: #fff;
    background: #e34342
}

.submit_btn.red {
    background: #961716;
    border-radius: 0;
    height: 45px;
    padding: 0 30px;
    line-height: 45px;
    font-size: 16px
}

.submit_btn.red:before {
    content: "";
    position: absolute;
    border: #961716 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.submit_btn.red:hover {
    color: #fff
}

.submit_btn.red:hover:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

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

.header_area .top_bar {
    background: #06070a;
    border-bottom: 1px solid #1d242a
}

.header_area .top_bar .left h5 {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #d4c0cd;
    line-height: 50px;
    margin-bottom: 0
}

.header_area .top_bar .left h5 i {
    color: #9a8b94;
    font-size: 20px;
    margin-right: 12px
}

.header_area .top_bar .left h5 a {
    font-size: 19px;
    font-weight: 600;
    color: #fff
}

.header_area .top_bar .right .nav li {
    margin-right: 40px
}

.header_area .top_bar .right .nav li:last-child {
    margin-right: 0
}

.header_area .top_bar .right .nav li:first-child a:before {
    display: none
}

.header_area .top_bar .right .nav li a {
    font-size: 15px;
    color: #d4c0cd;
    font-family: "Open Sans", sans-serif;
    line-height: 50px;
    position: relative
}

.header_area .top_bar .right .nav li a:before {
    content: "";
    background: #d4c0cd;
    width: 1px;
    height: 16px;
    position: absolute;
    left: -21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header_area .top_bar .right .nav li .nice_select {
    background: transparent !important;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px;
    margin-left: -10px;
    cursor: pointer;
    padding-right: 24px
}

.header_area .top_bar .right .nav li .nice_select span {
    color: #d4c0cd;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    text-transform: uppercase
}

.header_area .top_bar .right .nav li .nice_select:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    border: 0;
    color: #d4c0cd;
    margin-top: -6px;
    right: 5px
}

.header_area .top_bar .right .nav li .nice_select .list {
    right: 0;
    left: auto;
    border-radius: 0
}

.header_area .top_bar .right .nav li .nice_select .list li {
    margin-right: 0
}

.header_area+row,
.header_area+div,
.header_area+section {
    margin-top: 51px
}

.header_area.navbar_fixed .main_menu {
    position: fixed !important;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    transition: background 500ms ease, -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease;
    transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08)
}

.header_area.navbar_fixed .main_menu .navbar .nav.navbar-nav li a {
    line-height: 70px
}

.header_area.navbar_fixed.menu_two .header_menu {
    background: #0e2a4e
}

.header_area.navbar_fixed.menu_four .header_menu {
    background: #1840b5
}

.header_area.navbar_fixed.menu_five .header_menu {
    background: #172460;
    -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.08)
}

.header_area.navbar_fixed.menu_seven .header_menu {
    background: #0e2a4e
}

.main_menu {
    background: rgba(0, 0, 0, 0.6)
}

.main_menu.dark {
    background: #06070a
}

.main_menu .navbar {
    background: transparent !important;
    position: relative;
    padding: 0
}

.main_menu .navbar .nav.navbar-nav li {
    margin-right: 45px
}

.main_menu .navbar .nav.navbar-nav li a {
    line-height: 90px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    position: relative;
    font-size: 17px
}

.main_menu .navbar .nav.navbar-nav li a:after {
    display: none
}

.main_menu .navbar .nav.navbar-nav li a:before {
    content: "";
    width: 0;
    height: 1px;
    background: #e34342;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.main_menu .navbar .nav.navbar-nav li .mobile_dropdown {
    display: none;
    cursor: pointer
}

.main_menu .navbar .nav.navbar-nav li:last-child {
    margin-right: 0
}

>.main_menu .navbar .nav.navbar-nav li:last-child>a:before {
    display: none
}

@media(min-width:992px) {
    .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu {
        position: absolute;
        top: 100%;
        left: -40px;
        min-width: 218px;
        background: #fff;
        margin: 0;
        text-align: left;
        opacity: 0;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        visibility: hidden;
        display: block;
        border: 0;
        padding: 0;
        border-radius: 0;
        background: #fff;
        -webkit-box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.24);
        box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.24)
    }
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li {
    margin-right: 0;
    display: block
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li a {
    display: block;
    line-height: 49px;
    color: #242424;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    padding: 0 30px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 500;
    text-shadow: none;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    padding-left: 25px;
    text-transform: capitalize
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li a:before {
    display: none
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li a:after {
    display: none
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:hover a {
    color: #fff;
    background: #961716;
    border-color: #961716
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu li:last-child a {
    border-bottom: 0
}

@media(min-width:992px) {
    .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 97%;
        right: auto;
        min-width: 162px;
        background: #edf1f4;
        top: 0;
        -webkit-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
        padding: 0
    }
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li {
    padding: 0 20px;
    border-bottom: 1px solid #d8d8d8
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a {
    color: #242424;
    position: relative;
    display: inline-block;
    padding: 0;
    background: transparent;
    border: 0
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li a:before {
    content: "";
    width: 100%;
    background: #961716;
    position: absolute;
    left: 0;
    bottom: 12px;
    display: inline-block;
    height: 1px;
    opacity: 0
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li:hover a {
    background: transparent;
    color: #961716
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li:hover a:before {
    opacity: 1
}

.main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu .dropdown-menu li:last-child {
    border: 0
}

@media(min-width:992px) {
    .main_menu .navbar .nav.navbar-nav li.submenu .dropdown-menu .submenu:hover.submenu .dropdown-menu {
        visibility: visible;
        left: 100%;
        opacity: 1
    }
}

.main_menu .navbar .nav.navbar-nav li:hover a,
.main_menu .navbar .nav.navbar-nav li.active a {
    color: #e34342
}

.main_menu .navbar .nav.navbar-nav li:hover a:before,
.main_menu .navbar .nav.navbar-nav li.active a:before {
    width: 100%;
    opacity: 1
}

@media(min-width:992px) {
    .main_menu .navbar .nav.navbar-nav li:hover.submenu a:after {
        opacity: 1;
        z-index: 9999
    }
    .main_menu .navbar .nav.navbar-nav li:hover.submenu .dropdown-menu {
        left: -26px;
        visibility: visible;
        opacity: 1
    }
}

.main_menu .navbar .nav.navbar-nav.navbar-right {
    position: relative;
    padding-left: 25px
}

.main_menu .navbar .nav.navbar-nav.navbar-right li a {
    line-height: normal;
    color: #fff
}

.main_menu .navbar .nav.navbar-nav.navbar-right li a:before {
    display: none
}

.main_menu .navbar .nav.navbar-nav.navbar-right li.reserve_btn a {
    line-height: 40px;
    display: inline-block;
    padding: 0 30px 0 30px;
    font-size: 13px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    letter-spacing: .51px;
    position: relative;
    border: 1px solid #3a3d46;
    text-transform: uppercase
}

.main_menu .navbar .nav.navbar-nav.navbar-right li.reserve_btn a:hover {
    border-color: #e34342;
    background: #e34342
}

.menu_two+row,
.menu_two+div,
.menu_two+section {
    margin-top: 0
}

.menu_two .main_menu {
    padding-left: 50px;
    padding-right: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.menu_five+row,
.menu_five+div,
.menu_five+section {
    margin-top: 0
}

.menu_five .main_menu {
    padding-left: 50px;
    padding-right: 60px;
    background: transparent;
    border: 0
}

.menu_five .main_menu .nav.navbar-nav.navbar-right li.reserve_btn a {
    border: 1px solid #fff
}

.one_page_menu .main_menu .navbar .nav.navbar-nav li {
    margin-right: 34px
}

.one_page_menu .main_menu .navbar .nav.navbar-nav li:last-child {
    margin-right: 0
}

.one_page_menu .main_menu .navbar .nav.navbar-nav li a {
    display: initial;
    padding: 0
}

.one_page_menu .main_menu .navbar .nav.navbar-nav li a.active {
    color: #e34342
}

.one_page_menu .main_menu .navbar .nav.navbar-nav li a.active:before {
    opacity: 1
}

.breadcrumb_area {
    background: url(../img/breadcrumb-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    padding: 185px 0 104px 0;
    color: #fff;
    position: relative;
    z-index: 3
}

.breadcrumb_area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3)
}

.breadcrumb_area h2 {
    font: bold 62px "Playfair Display", serif
}

.breadcrumb_area .nav li {
    margin-right: 18px
}

.breadcrumb_area .nav li a {
    font: 500 15px "Poppins", sans-serif;
    color: #fff;
    position: relative
}

.breadcrumb_area .nav li a:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.breadcrumb_area .nav li:last-child {
    margin-right: 0
}

.breadcrumb_area .nav li:last-child a:before {
    display: none
}

.breadcrumb_area .nav li.active a {
    color: #e34342
}

.breadcrumb_area.product_banner {
    background: url(../img/breadcrumb/onepage-bnr.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    padding-top: 195px
}

.breadcrumb_area.product_banner:before {
    content: "";
    background: rgba(0, 0, 0, 0.75)
}

.breadcrumb_area.product_banner .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px
}

.breadcrumb_area.promotions_bnr {
    height: 588px;
    background-position: center top
}

.ab_breadcrumb {
    background: url(../img/breadcrumb/about-us-2.jpg) no-repeat scroll center center;
    background-size: cover;
    padding-top: 255px;
    padding-bottom: 265px;
    position: relative
}

.ab_breadcrumb:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.ab_breadcrumb h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px
}

.ab_breadcrumb h2:before {
    content: "";
    height: 1px;
    width: 120px;
    background: #bdbdbe;
    position: absolute;
    right: -140px;
    bottom: 20px
}

.ab_breadcrumb_3 {
    background: url(../img/breadcrumb/about-bg.png) no-repeat scroll center center;
    background-size: cover;
    min-height: 857px;
    padding-top: 275px;
    padding-bottom: 0
}

.ab_breadcrumb_3:before {
    display: none
}

.ab_breadcrumb_3 h2 {
    font: normal 74px/89px "Merienda One", cursive;
    letter-spacing: -1.48px;
    margin-bottom: 32px
}

.ab_breadcrumb_3 p {
    margin-bottom: 35px
}

.ab_breadcrumb_3 .view_all_btn {
    height: 50px;
    line-height: 50px;
    padding: 0 42px
}

.onepage_bnr {
    background: url(../img/breadcrumb/onepage-bnr.jpg) no-repeat scroll center center;
    background-size: cover;
    min-height: 100vh;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 80px;
    position: relative;
    z-index: 3
}

.onepage_bnr:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: block
}

.onepage_bnr .container {
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.table_breadcrumb {
    background: url(../img/breadcrumb/book-a-table.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    z-index: 3;
    min-height: 730px
}

.table_breadcrumb:before {
    content: "";
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.table_breadcrumb h2 {
    padding-top: 190px;
    color: #fff;
    display: inline-block;
    font: bold 70px "Playfair Display", serif;
    position: relative;
    margin-bottom: 0
}

.table_breadcrumb h2:before {
    content: "";
    width: 120px;
    height: 1px;
    background: #888789;
    position: absolute;
    right: -150px;
    bottom: 18px
}

.contact_two_breadcrumb {
    background: url(../img/breadcrumb/contact-us-2.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    z-index: 3;
    padding: 265px 0 260px 0
}

.contact_two_breadcrumb:before {
    content: "";
    background: rgba(0, 0, 0, 0.45);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.contact_two_breadcrumb h2 {
    margin-bottom: 30px;
    color: #fff;
    font: 500 40px/51px "Poppins", sans-serif
}

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

.main_slider_area.slider_bg_home4 {
    background: url(../img/home-slider/slider-bg.jpg) no-repeat scroll center center;
    background-size: cover
}

.main_slider_area.slider_bg_2 {
    background: url(../img/home-slider/slider-bg-2.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    z-index: 5
}

.main_slider_area .rev_slider .slider_text_box .first_text {
    color: #fff;
    font-family: "Merienda One", cursive;
    font-weight: normal;
    font-style: italic;
    letter-spacing: -1.6px !important;
    padding-bottom: 20px
}

.main_slider_area .rev_slider .slider_text_box .secand_text {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 300 !important
}

.main_slider_area .rev_slider .slider_text_box .slider_button .view_all_btn {
    line-height: 45px !important;
    height: 45px !important;
    padding: 0 30px !important
}

.main_slider_area .rev_slider .slider_text_box .slider_button .view_all_btn:before {
    display: none
}

.main_slider_area #main_slider_5 .slider_text_box .first_text {
    font-style: normal
}

.simple_slider_area {
    overflow: hidden;
    background: url(../img/home-slider/simple-slider-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    padding-top: 175px;
    padding-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.simple_slider_area .left {
    width: calc(50% - 15px);
    overflow: hidden;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff
}

.simple_slider_area .left .text_slider_inner {
    max-width: 570px;
    float: right;
    padding-right: 0;
    margin-top: -15px
}

.simple_slider_area .left .text_slider_inner .text_slider .item h2 {
    font: normal 65px/89px "Merienda One", cursive;
    margin-bottom: 18px
}

.simple_slider_area .left .text_slider_inner .text_slider .item p {
    font: 300 20px "Open Sans", sans-serif;
    margin-bottom: 35px
}

.simple_slider_area .left .text_slider_inner .text_slider .item .view_all_btn {
    line-height: 45px;
    height: 45px;
    padding: 0 30px;
    font-size: 16px
}

.simple_slider_area .right {
    width: calc(50%+15px);
    overflow: hidden;
    padding-right: 75px
}

.simple_slider_area .right .slider_bg .item img {
    width: 100%
}

.simple_slider_area .right .slider_bg .owl-dots {
    display: none
}

.simple_slider_area .right .home_screen_nav {
    text-align: center;
    margin-top: -35px;
    z-index: 5;
    position: relative
}

.simple_slider_area .right .home_screen_nav i {
    cursor: pointer;
    height: 60px;
    width: 60px;
    background: #fff;
    color: #1d2622;
    font-size: 30px;
    line-height: 60px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.simple_slider_area .right .home_screen_nav i:hover {
    background: #961716;
    color: #fff
}

.welcome_restro_area {
    background: #e4e8f3
}

.welcome_restro_area.ab_welcome .welcome_inner .welcome_text {
    padding-right: 90px
}

.welcome_restro_area.ab_welcome .welcome_inner .welcome_text h5 {
    margin-bottom: 25px
}

.welcome_restro_area.one_page {
    padding: 200px 0
}

.welcome_restro_area.one_page .welcome_inner .welcome_text p {
    margin-bottom: 35px
}

.welcome_restro_area.one_page .welcome_inner .single_img {
    margin-left: 20px;
    margin-top: 10px
}

.welcome_inner .welcome_text h3 {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    color: #0e2a4e;
    font-size: 42px;
    margin-bottom: 20px
}

.welcome_inner .welcome_text h5 {
    font-size: 22px;
    color: #242424;
    font-style: italic;
    font-family: "Lora", serif;
    font-weight: normal;
    margin-bottom: 15px
}

.welcome_inner .welcome_text p {
    margin-bottom: 30px
}

.welcome_inner .welcome_image {
    margin-left: 20px
}

.welcome_inner .welcome_image .image_item {
    margin-right: 10px;
    overflow: hidden
}

.welcome_inner .welcome_image .image_item:last-child {
    margin-right: 0
}

.discover_menu_area {
    background: #edf1f4
}

.discover_menu_area .discover_menu_inner {
    max-width: 1342px;
    margin: -60px auto 0;
    background: #edf1f4;
    position: relative;
    z-index: 5
}

.discover_menu_area.discover_black {
    background: url(../img/discover-menu-bg.jpg) repeat fixed center center;
    background-size: cover
}

.discover_menu_area.discover_black .discover_menu_inner {
    background: transparent
}

.discover_menu_area.discover_black .discover_menu_inner .discover_tab .nav-tabs li a {
    background: #000;
    color: #fff
}

.discover_menu_area.discover_black .discover_menu_inner .discover_tab .nav-tabs li a:before {
    background: #37383a
}

.discover_menu_area.discover_black .discover_menu_inner .discover_tab .nav-tabs li a.active {
    color: #ec331f
}

.discover_menu_area.discover_black .discover_menu_inner .discover_list .tab-pane .price_list_item h4 {
    color: #fff
}

.discover_menu_area.p_100 .discover_menu_inner {
    margin: 0;
    max-width: 100%
}

.discover_menu_area.one_page {
    background: #03111d;
    padding: 170px 0
}

.discover_menu_area.one_page .all_button {
    text-align: center;
    margin-top: 55px
}

.discover_menu_area.one_page .all_button .view_all_btn {
    padding: 0 26px;
    line-height: 48px;
    height: 48px
}

.menu_list {
    background: #fff
}

.menu_list .discover_menu_inner {
    margin: 0;
    max-width: 100%;
    background: #fff
}

.menu_list .row {
    margin-left: -40px;
    margin-right: -40px
}

.menu_list .col-lg-6 {
    padding-left: 40px;
    padding-right: 40px
}

.discover_tab .nav-tabs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    margin-bottom: 60px
}

.discover_tab .nav-tabs li a {
    background: #fff;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    font-family: "Lora", serif;
    color: #0e2a4e;
    line-height: 50px;
    padding: 0 28px;
    position: relative
}

.discover_tab .nav-tabs li a.active {
    color: #ec331f
}

.discover_tab .nav-tabs li a:before {
    content: "";
    height: 20px;
    width: 1px;
    background: #0e2a4e;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.discover_tab .nav-tabs li:first-child a {
    padding-left: 56px
}

.discover_tab .nav-tabs li:last-child a {
    padding-right: 56px
}

.discover_tab .nav-tabs li:last-child a:before {
    display: none
}

.discover_list {
    margin-bottom: -22px
}

.discover_list .tab-pane .row {
    margin-left: -40px;
    margin-right: -40px
}

.discover_list .tab-pane .row .col-lg-6 {
    padding-right: 40px;
    padding-left: 40px
}

.price_list_item {
    padding: 25px 0;
    border-bottom: 1px dashed #c8c8c8
}

.price_list_item h4 {
    color: #242424;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    margin-bottom: 6px
}

.price_list_item .cat_list {
    display: inline-block;
    margin-bottom: 0
}

.price_list_item .cat_list a {
    color: #797979
}

.price_list_item h5 {
    display: inline-block;
    float: right;
    margin-bottom: 0;
    font-size: 22px;
    color: #e34342;
    font-family: "Playfair Display", serif
}

.price_list_item:last-child {
    border-bottom: 0
}

.price_list_item:first-child {
    padding-top: 0
}

.exprience_area {
    background: url(../img/exprience-bg.jpg) no-repeat fixed center center;
    background-size: cover;
    position: relative;
    z-index: 3;
    padding-top: 240px;
    padding-bottom: 70px
}

.exprience_area:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.exprience_area .exprience_inner_text {
    position: relative;
    text-align: center
}

.exprience_area .exprience_inner_text h3 {
    color: #fff;
    font-family: "Merienda One", cursive;
    font-size: 55px;
    letter-spacing: -1.1px;
    margin-bottom: 18px
}

.exprience_area .exprience_inner_text p {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    color: #fff;
    margin-bottom: 36px
}

.exprience_area .exprience_inner_text .view_all_btn {
    padding: 0 46px;
    line-height: 50px;
    height: 50px
}

.exprience_area.check_out_area {
    background: url(../img/exprience-bg-2.jpg) no-repeat fixed center center;
    padding-bottom: 100px;
    padding-top: 200px
}

.exprience_area.check_out_area .exprience_inner_text h3 {
    font-size: 80px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    margin-bottom: 40px
}

.exprience_area.check_out_area .exprience_inner_text p {
    font-size: 24px;
    font-style: italic;
    font-family: "Playfair Display", serif;
    margin-bottom: 50px
}

.exprience_area.check_out_area .exprience_inner_text .view_all_btn {
    padding: 0 50px;
    font-family: "Poppins", sans-serif;
    font-size: 16px
}

.restaurant_view_area {
    background: url(../img/restaurant-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    padding-top: 190px
}

.restaurant_view_area .col-lg-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -ms-flex-item-align: center;
    align-self: center
}

.restaurant_view_area .restaurant_details {
    background: #fff;
    margin-left: -100px;
    padding-left: 50px;
    padding-right: 70px;
    padding-top: 36px;
    padding-bottom: 40px
}

.restaurant_view_area .restaurant_details h3 {
    color: #0e2a4e;
    font-size: 38px;
    font-family: "Playfair Display", serif;
    font-weight: bold
}

.restaurant_view_area .restaurant_details h5 {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #797979;
    font-weight: normal;
    margin-bottom: 16px
}

.restaurant_view_area .restaurant_details p {
    margin-bottom: 6px
}

.restaurant_view_area.p_100 {
    padding: 100px 0
}

.some_about_area {
    background: url(../img/some-ab-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    padding-top: 110px;
    padding-bottom: 120px
}

.some_about_area.bg_tp {
    background: #fff
}

.some_about_area.bg_tp .ab_text h3 {
    color: #242424
}

.some_about_area .ab_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.some_about_area .ab_img .img_2 {
    margin-left: -140px;
    margin-top: 110px;
    z-index: 3
}

.some_about_area .ab_img .img_1,
.some_about_area .ab_img .img_2 {
    position: relative;
    display: inline-block;
    height: 100%;
    overflow: hidden
}

.some_about_area .ab_img .img_1 img,
.some_about_area .ab_img .img_2 img {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.some_about_area .ab_img .img_1:before,
.some_about_area .ab_img .img_2:before {
    content: "";
    background: rgba(150, 23, 22, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear
}

.some_about_area .ab_img .img_1:hover img,
.some_about_area .ab_img .img_2:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.some_about_area .ab_img .img_1:hover:before,
.some_about_area .ab_img .img_2:hover:before {
    opacity: 1
}

.some_about_area .ab_text h3 {
    color: #fff;
    font-weight: bold;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    margin-bottom: 20px
}

.some_about_area .ab_text p {
    color: #8a8d96;
    margin-bottom: 30px
}

.some_about_area .ab_text p+p {
    margin-bottom: 0
}

.feature_dishes_area {
    padding-bottom: 170px;
    background: url(../img/product/feature-dishes/feature-dishes-bg.png) no-repeat scroll center center;
    background-size: cover
}

.feature_dishes_area .center_title {
    margin-bottom: 55px
}

.feature_dishes_area.p_100 {
    padding-bottom: 100px
}

.feature_dishes_area.one_page {
    background: #e4e8f3;
    padding: 110px 0
}

.feature_dishes_area.one_page .center_title {
    margin-bottom: 35px
}

.feature_dishes_area.s_dishes {
    background: #f6f9fb
}

.feature_dishes_area.bg_gray {
    background: #e4e8f3;
    padding-bottom: 120px
}

.feature_dishes_inner {
    margin-bottom: -30px
}

.f_dishes_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 3
}

.f_dishes_item:before {
    content: "";
    background: url(../img/product/feature-dishes/feature-dishes-shadow.png) no-repeat scroll center center;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 208px;
    width: 100%;
    z-index: 1
}

.f_dishes_item .dishes_img {
    position: relative
}

.f_dishes_item .dishes_img:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1
}

.f_dishes_item .dishes_img img {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.f_dishes_item .price {
    height: 64px;
    width: 64px;
    background: #e34342;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 64px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2
}

.f_dishes_item .dishes_text {
    position: absolute;
    left: 0;
    bottom: 5px;
    text-align: center;
    width: 100%;
    z-index: 2
}

.f_dishes_item .dishes_text h4 {
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    font-family: "Playfair Display", serif;
    margin-bottom: 3px
}

.f_dishes_item .dishes_text .cat_list a {
    color: #fff
}

.f_dishes_item .dishes_text .cat_list a:before {
    color: #fff
}

.f_dishes_item:hover .dishes_img:before {
    opacity: 1
}

.f_dishes_item:hover .dishes_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.welcome_restro_two_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 45;
    background: url(../img/welcome-bg.jpg) no-repeat scroll center center;
    background-size: cover
}

.welcome_restro_two_area .left {
    width: calc(50%+85px);
    padding-right: 70px;
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.welcome_restro_two_area .left .wl_restro_text {
    max-width: 600px;
    float: right
}

.welcome_restro_two_area .left .wl_restro_text h2 {
    font: bold 50px "Playfair Display", serif;
    color: #fff
}

.welcome_restro_two_area .left .wl_restro_text h2 span {
    color: #961716
}

.welcome_restro_two_area .left .wl_restro_text h5 {
    font: normal 24px/34px "Playfair Display", serif;
    color: #fff
}

.welcome_restro_two_area .right {
    width: calc(50% - 85px)
}

.welcome_restro_two_area .right .restro_img {
    margin-top: -57px;
    z-index: 45
}

.welcome_restro_two_area .right .restro_img img {
    z-index: 45;
    position: relative
}

.delicious_food_area {
    background: url(../img/food-view.jpg) no-repeat fixed center center;
    background-size: cover;
    text-align: center;
    padding-top: 250px;
    padding-bottom: 130px;
    position: relative;
    z-index: 3
}

.delicious_food_area:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.55)
}

.delicious_food_area h3 {
    color: #fff;
    font: bold 80px "Playfair Display", serif
}

.delicious_food_area p {
    margin-bottom: 0;
    font: normal 24px "Playfair Display", serif;
    color: #fff;
    line-height: 34px
}

.delicious_food_area.pad_btm {
    padding-top: 280px;
    padding-bottom: 210px
}

.delicious_food_area.app_tices {
    padding: 120px 0 100px 0
}

.delicious_food_area.app_tices h3 {
    font-size: 100px
}

.ariving_area {
    background: #e4e8f3
}

.ariving_title {
    margin-bottom: 60px
}

.ariving_title h3 {
    color: #0e2a4e;
    font: bold italic 28px "Playfair Display", serif;
    margin-bottom: 14px
}

.ariving_title p {
    color: #242424;
    font: italic 20px/30px "Playfair Display", serif;
    margin-bottom: 0
}

.ariving_column .ariving_item {
    margin-right: -5px;
    margin-bottom: 0
}

.ariving_column .ariving_item img {
    margin-top: 50px
}

.specility_area {
    background: #15202b
}

.specility_area.white {
    background: #e4e8f3
}

.specility_area.white .specility_item .media .media-body h4 {
    color: #242424
}

.specility_area.white .specility_item .media .media-body .cat_list a {
    color: #797979
}

.specility_area.white .specility_item .media .media-body .cat_list a:before {
    color: #797979
}

.specility_inner {
    margin-top: -30px;
    margin-bottom: -30px
}

.specility_inner .col-lg-6:nth-last-child(2) .specility_item:before {
    display: none
}

.specility_inner .col-lg-6:last-child .specility_item:before {
    display: none
}

.specility_item {
    padding: 50px 0;
    position: relative
}

.specility_item:before {
    content: "";
    height: 1px;
    max-width: 545px;
    border-bottom: 1px dashed #49535c;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.specility_item .media .d-flex {
    padding-right: 40px
}

.specility_item .media .media-body h4 {
    color: #fff;
    font: bold 20px "Playfair Display", serif;
    display: inline-block;
    margin-bottom: 2px
}

.specility_item .media .media-body h5 {
    display: inline-block;
    float: right;
    margin-bottom: 0;
    margin-top: 10px;
    color: #e34b4b;
    font: bold 28px "Playfair Display", serif;
    padding-right: 5px
}

.specility_item .media .media-body .cat_list a {
    color: #fff
}

.specility_item .media .media-body .cat_list a:before {
    color: #fff
}

.specility_item .media .media-body .view_all_btn {
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    padding: 0 31px;
    margin-top: 12px
}

.about_checkout_area .ab_check_text {
    padding-top: 50px;
    padding-bottom: 100px
}

.about_checkout_area .ab_check_text h2 {
    font: bold italic 60px "Playfair Display", serif;
    color: #0e2a4e;
    margin-bottom: 35px
}

.about_checkout_area .ab_check_text h5 {
    font: italic 24px "Playfair Display", serif;
    color: #313541;
    margin-bottom: 25px
}

.about_checkout_area .ab_check_text p {
    margin-right: -20px;
    margin-bottom: 5px
}

.about_checkout_area .ab_check_text h6 {
    color: #0e2a4e;
    font: italic 18px "Open Sans", sans-serif;
    margin-bottom: 30px
}

.about_checkout_area .check_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.about_checkout_area .check_img img {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.signing_text_area {
    background: #e4e8f3
}

.signing_text_area img {
    margin-top: 25px
}

.dishes_area {
    background: url(../img/dishes-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    z-index: 3
}

.dishes_area:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.dishes_area .view_all_btn {
    margin-top: 42px;
    margin-bottom: 55px
}

.dishes_slider {
    margin-bottom: -30px
}

.dishes_slider .dishes_arrow {
    position: absolute;
    right: 0;
    top: -85px
}

.dishes_slider .dishes_arrow button {
    background: transparent;
    border: 2px solid #616369;
    padding: 0;
    width: 42px;
    height: 42px;
    color: #aaa;
    font-size: 23px;
    line-height: 34px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.dishes_slider .dishes_arrow button:hover {
    background: #e34342;
    border-color: #e34342;
    color: #fff
}

.dishes_slider .dishes_arrow .owl-prev {
    margin-right: 20px
}

.product_item {
    margin-bottom: 30px
}

.product_item .product_img {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    z-index: 3
}

.product_item .product_img img {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.product_item .product_img:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1
}

.product_item .product_text h4 {
    font-size: 22px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    margin-bottom: 5px
}

.product_item .product_text h5 {
    color: #e34342;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 0
}

.product_item:hover .product_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.product_item:hover .product_img:before {
    opacity: 1
}

.cat_list {
    margin-bottom: 12px
}

.cat_list a {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #8f96a9;
    margin-right: 10px;
    position: relative
}

.cat_list a:before {
    content: "/";
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #8f96a9
}

.cat_list a:last-child:before {
    display: none
}

.discover_body .tab-pane {
    display: inline-block;
    width: 100%
}

.discover_body .tab-pane .price_list_item {
    border-bottom: 1px dashed #c8c8c8
}

.discover_body .tab-pane:nth-child(3n+0) {
    border-bottom: 0
}

.testimonials_area {
    background: url(../img/testimonials/testimonials-bg.jpg) no-repeat scroll center center;
    background-size: cover
}

.testimonials_area.one_page {
    background: url(../img/bg.jpg) repeat scroll center center;
    padding: 260px 0
}

.testimonials_area.one_page .single_center_title {
    position: relative;
    margin-bottom: 110px
}

.testimonials_area.one_page .single_center_title:before {
    content: "";
    height: 2px;
    width: 56px;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -40px
}

.testimonials_area.one_page .single_center_title h2 {
    margin-bottom: 22px
}

.testimonials_area.one_page .single_center_title h2:before {
    display: none
}

.testimonials_area.one_page .single_center_title p {
    color: #fff;
    margin-bottom: 0;
    max-width: 970px;
    margin: auto
}

.testi_item .testi_text {
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 35px 35px;
    position: relative
}

.testi_item .testi_text:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 20px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 40px;
    bottom: -22px
}

.testi_item .testi_text p {
    margin-bottom: 0
}

.testi_item .media {
    margin-top: 42px
}

.testi_item .media .d-flex {
    padding-right: 22px
}

.testi_item .media .media-body {
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.testi_item .media .media-body h4 {
    color: #fff;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    margin-bottom: 8px;
    font-weight: normal
}

.testi_item .media .media-body h4 span {
    font-size: 15px;
    font-family: "Open Sans", sans-serif
}

.testi_item .media .media-body .rating a {
    color: #9e7468;
    font-size: 12px;
    margin-right: 8px;
    display: inline-block
}

.testi_item .media .media-body .rating a:last-child {
    margin-right: 0
}

.single_testi_area {
    background: url(../img/testimonials/testi-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    padding-top: 175px;
    padding-bottom: 125px
}

.single_testi_area.pad_top {
    padding-top: 250px
}

.single_testi_area .single_testi_slider {
    max-width: 1035px;
    margin: auto
}

.single_testi_area .single_testi_slider .media .d-flex {
    padding-right: 100px;
    position: relative
}

.single_testi_area .single_testi_slider .media .d-flex img {
    margin-top: 10px
}

.single_testi_area .single_testi_slider .media .d-flex:before {
    content: "";
    height: 122px;
    width: 1px;
    background: #424852;
    position: absolute;
    right: 60px;
    top: 0xp
}

.single_testi_area .single_testi_slider .media .media-body p {
    font: italic 22px/33px "Playfair Display", serif;
    letter-spacing: .44px;
    color: #fff;
    margin-bottom: 20px
}

.single_testi_area .single_testi_slider .media .media-body h4 {
    font: 500 17px "Poppins", sans-serif;
    color: #ccbd87;
    margin-bottom: 2px
}

.single_testi_area .single_testi_slider .media .media-body h5 {
    font: italic normal 15px "Lato", sans-serif;
    color: #5a6470;
    margin-bottom: 0
}

.single_testi_area .single_testi_slider .single_arrow {
    position: absolute;
    right: 0;
    top: -70px
}

.single_testi_area .single_testi_slider .single_arrow .owl-prev {
    margin-right: 32px
}

.single_testi_area .single_testi_slider .single_arrow .owl-prev,
.single_testi_area .single_testi_slider .single_arrow .owl-next {
    height: 40px;
    width: 40px;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    color: #949494;
    background: transparent;
    line-height: 40px;
    font-weight: bold;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.single_testi_area .single_testi_slider .single_arrow .owl-prev i,
.single_testi_area .single_testi_slider .single_arrow .owl-next i {
    font-weight: 600
}

.single_testi_area .single_testi_slider .single_arrow .owl-prev:hover,
.single_testi_area .single_testi_slider .single_arrow .owl-next:hover {
    background: #e34342;
    border-color: #e34342;
    color: #fff
}

.testi_gray {
    background: #e4e8f3
}

.testi_gray .single_center_title h2 {
    color: #0e2a4e
}

.testi_gray .single_center_title h2:before {
    background: #0e2a4e
}

.testi_gray_inner {
    margin-bottom: -80px
}

.testi_gray_inner .testi_item {
    margin-bottom: 80px
}

.testi_gray_inner .testi_item .testi_text {
    border-radius: 5px
}

.testi_gray_inner .testi_item .media .media-body h4 {
    color: #0e2a4e
}

.testi_gray_inner .testi_item .media .media-body h4 span {
    color: #797979
}

.testi_gray_inner .testi_item .media .media-body .rating a {
    color: #66758f
}

.tema_area {
    background: #edf1f4
}

.tema_area.team_tow .team_inner {
    margin-bottom: 0 !important
}

.tema_area.bg_white {
    background: #fff
}

.tema_area.one_page {
    padding: 260px 0
}

.team_inner {
    margin-bottom: -90px !important
}

.team_inner_2 {
    margin-bottom: -80px !important
}

.team_inner_2 .team_item {
    margin-bottom: 80px
}

.team_item .team_img img {
    width: 100%
}

.team_item .team_text {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    text-align: center;
    padding: 18px 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.team_item .team_text h4 {
    font-size: 20px;
    color: #0e2a4e;
    font-weight: bold;
    font-family: "Playfair Display", serif;
    margin-bottom: 3px
}

.team_item .team_text p {
    margin-bottom: 0
}

.team_item:hover .team_text {
    -webkit-box-shadow: none;
    box-shadow: none
}

.home_blog_area {
    background: #f2f2f2
}

.home_blog_area .center_title {
    margin-bottom: 45px
}

.home_blog_area .container {
    position: relative
}

.home_blog_area .view_blog_btn {
    position: absolute;
    right: 0;
    top: 18px
}

.home_blog_area .view_blog_btn .text_btn {
    font: normal 20px "Playfair Display", serif;
    letter-spacing: .6px;
    text-decoration: underline
}

.home_blog_inner .center_title {
    margin-bottom: 50px
}

.home_blog_inner .center_title h2 {
    border-bottom: 1px solid #aaa;
    padding-bottom: 15px
}

.h_blog_item {
    overflow: hidden
}

.h_blog_item .blog_img {
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
    display: block
}

.h_blog_item .blog_img img {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.h_blog_item .blog_img:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1
}

.h_blog_item .blog_text {
    overflow: hidden
}

.h_blog_item .blog_text h5 {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #797979;
    margin-bottom: 6px
}

.h_blog_item .blog_text h4 {
    font-size: 20px;
    line-height: 29px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    color: #0e2a4e;
    margin-bottom: 13px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.h_blog_item .blog_text p {
    margin-bottom: 6px
}

.h_blog_item:hover .blog_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.h_blog_item:hover .blog_img:before {
    opacity: 1
}

.h_blog_item:hover .blog_text h4 {
    color: #e34342
}

.h_blog_item_sp .blog_img {
    position: relative
}

.h_blog_item_sp .blog_img .blog_img_text {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(150, 23, 22, 0.9);
    height: 100%;
    max-width: 136px;
    width: 100%;
    color: #fff;
    padding-left: 20px
}

.h_blog_item_sp .blog_img .blog_img_text h5 {
    font: normal 20px "Playfair Display", serif;
    margin-top: 35px;
    margin-bottom: 25px;
    position: relative
}

.h_blog_item_sp .blog_img .blog_img_text h5:before {
    content: "";
    background: #fff;
    width: 65px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -24px
}

.h_blog_item_sp .blog_img .blog_img_text h3 {
    margin-top: 88px;
    font: bold 30px "Playfair Display", serif
}

.h_blog_item_sp .blog_text {
    background: #fff;
    padding: 20px 20px 50px 20px
}

.h_blog_item_sp .blog_text h4 {
    font: normal 26px "Playfair Display", serif;
    color: #242424;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.h_blog_item_sp .blog_text h4 span {
    font: normal 42px "Playfair Display", serif
}

.h_blog_item_sp .blog_text p {
    margin-bottom: 0
}

.h_blog_item_sp .blog_text p a {
    color: #e92626;
    font-size: 15px
}

.h_blog_item_sp:hover .blog_text h4 {
    color: #e34342
}

.main_blog_inner {
    padding-right: 30px
}

.main_blog_column {
    margin-bottom: -80px
}

.main_blog_column .col-lg-6 {
    margin-bottom: 80px
}

.blog_item {
    margin-bottom: 80px
}

.blog_item:last-child {
    margin-bottom: 0
}

.blog_item .blog_img {
    overflow: hidden;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: block
}

.blog_item .blog_img:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer
}

.blog_item .blog_img img {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.blog_item .blog_img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.blog_item .blog_img:hover:before {
    opacity: 1
}

.blog_item .blog_text .blog_time {
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4
}

.blog_item .blog_text .blog_time .float-left a {
    color: #961716;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    line-height: 65px;
    font-size: 17px
}

.blog_item .blog_text .blog_time .float-right .nav li {
    display: inline-block;
    margin-right: 25px
}

.blog_item .blog_text .blog_time .float-right .nav li a {
    line-height: 65px;
    font-size: 16px;
    color: #b8b8b8;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    position: relative;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.blog_item .blog_text .blog_time .float-right .nav li a:before {
    content: "/";
    position: absolute;
    top: 50%;
    right: -17px;
    font-size: 16px;
    color: #b8b8b8;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.blog_item .blog_text .blog_time .float-right .nav li:hover a {
    color: #e34342
}

.blog_item .blog_text .blog_time .float-right .nav li:last-child {
    margin-right: 0
}

.blog_item .blog_text .blog_time .float-right .nav li:last-child a:before {
    display: none
}

.blog_item .blog_text h4 {
    font-size: 24px;
    color: #0e2a4e;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    margin: 35px 0 22px 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.blog_item .blog_text h4:hover {
    color: #e34342
}

.blog_item .blog_text p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 28px;
    color: #797979;
    margin-bottom: 30px
}

.blog_item .blog_text .view_all_btn {
    line-height: 42px;
    height: 42px;
    padding: 0 30px;
    font-size: 15px
}

.r_widget {
    margin-bottom: 40px
}

.r_widget:last-child {
    margin-bottom: 0
}

.r_title {
    margin-bottom: 25px
}

.r_title h3 {
    font-size: 24px;
    color: #0e2a4e;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin-bottom: 0
}

.r_title h3:before {
    content: "";
    width: 25px;
    height: 1px;
    background: #acb2b4;
    position: absolute;
    right: -35px;
    bottom: 5px
}

.search_widget .input-group {
    display: block
}

.search_widget .input-group input {
    width: 100%;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 52px;
    font-size: 15px;
    color: #7a7a7a;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #d3d3d3
}

.search_widget .input-group input.placeholder {
    font-size: 15px;
    color: #7a7a7a;
    font-family: "Open Sans", sans-serif
}

.search_widget .input-group input:-moz-placeholder {
    font-size: 15px;
    color: #7a7a7a;
    font-family: "Open Sans", sans-serif
}

.search_widget .input-group input::-moz-placeholder {
    font-size: 15px;
    color: #7a7a7a;
    font-family: "Open Sans", sans-serif
}

.search_widget .input-group input::-webkit-input-placeholder {
    font-size: 15px;
    color: #7a7a7a;
    font-family: "Open Sans", sans-serif
}

.search_widget .input-group .input-group-append {
    position: absolute;
    right: 12px;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5
}

.search_widget .input-group .input-group-append .btn {
    padding: 0;
    margin-left: 0;
    background: transparent;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.search_widget .input-group .input-group-append .btn i {
    font-size: 16px;
    color: #414141
}

.categories_widget .nav {
    margin-top: -5px
}

.categories_widget .nav li a {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #797979;
    line-height: 42px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    font-weight: normal
}

.categories_widget .nav li a i {
    float: right;
    line-height: 42px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    left: 0;
    position: relative
}

.categories_widget .nav li:last-child a {
    border-bottom: 0
}

.categories_widget .nav li:hover a {
    color: #e34342
}

.categories_widget .nav li:hover a i {
    position: relative;
    left: -4px
}

.recent_widget .recent_w_inner .media {
    margin-top: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e1e1e1
}

.recent_widget .recent_w_inner .media .d-flex {
    padding-right: 22px
}

.recent_widget .recent_w_inner .media .media-body h4 {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #242424;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: -3px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.recent_widget .recent_w_inner .media .media-body h4:hover {
    color: #e34342
}

.recent_widget .recent_w_inner .media .media-body p {
    font-size: 14px;
    color: #9a9a9a;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 0
}

.recent_widget .recent_w_inner .media:first-child {
    margin-top: 0
}

.tags_widget .nav {
    margin-right: -7px;
    margin-bottom: -10px
}

.tags_widget .nav li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 10px
}

.tags_widget .nav li a {
    border: 1px solid #e4e4e4;
    font-size: 14px;
    color: #a6a6a6;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    display: inline-block;
    padding: 0 16px;
    line-height: 36px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.tags_widget .nav li:hover a {
    color: #fff;
    background: #961716;
    border-color: #961716
}

.blog_pagination {
    margin-top: 60px
}

.blog_pagination .pagination {
    margin-bottom: 0
}

.blog_pagination .pagination li {
    display: inline-block;
    margin-right: 10px
}

.blog_pagination .pagination li a {
    border: 2px solid #566983;
    border-radius: 50% !important;
    height: 43px;
    width: 43px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    color: #0e2a4e;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.blog_pagination .pagination li:last-child {
    margin-right: 0
}

.blog_pagination .pagination li:hover a,
.blog_pagination .pagination li.active a {
    background: #961716;
    color: #fff;
    border-color: #961716
}

.b_single_text {
    font-size: 24px;
    color: #0e2a4e;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    margin-bottom: 25px
}

.single_blog_inner .blog_item {
    margin-bottom: 0
}

.two_column_text {
    margin-bottom: 55px
}

.two_column_text p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #797979;
    margin-bottom: 0;
    font-weight: normal
}

.single_element_text p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #797979;
    margin-bottom: 0;
    font-weight: normal
}

.single_element_text p a {
    color: #e34342;
    text-decoration: underline
}

.cm_title_br {
    font-size: 24px;
    color: #0e2a4e;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    display: inline-block
}

.cm_title_br:before {
    content: "";
    width: 25px;
    background: #acb2b4;
    position: absolute;
    right: -45px;
    height: 1px;
    bottom: 5px
}

.s_comment_list {
    margin-top: 50px
}

.s_comment_list .s_comment_list_inner {
    border: 1px solid #eee
}

.s_comment_list .s_comment_list_inner .media {
    padding-top: 25px;
    padding-bottom: 28px;
    padding-left: 25px;
    padding-right: 75px;
    margin-top: 0;
    border-bottom: 1px solid #eee
}

.s_comment_list .s_comment_list_inner .media .d-flex {
    padding-right: 30px
}

.s_comment_list .s_comment_list_inner .media .media-body h4 {
    font-size: 15px;
    font-family: "Playfair Display", serif;
    letter-spacing: .45px;
    line-height: normal;
    color: #0e2a4e;
    font-weight: bold;
    margin-bottom: 8px
}

.s_comment_list .s_comment_list_inner .media .media-body p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #898989;
    line-height: 26px;
    margin-bottom: 0
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep {
    margin-top: 10px
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .39px;
    color: #aeaeae;
    margin-right: 20px;
    position: relative
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:before {
    content: "";
    background: #aeaeae;
    height: 13px;
    width: 1px;
    position: absolute;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child {
    color: #e34342
}

.s_comment_list .s_comment_list_inner .media .media-body .date_rep a:last-child:before {
    display: none
}

.s_comment_list .s_comment_list_inner .media .media-body .media {
    background: transparent;
    padding-left: 0;
    padding-top: 40px;
    padding-right: 0
}

.s_comment_list .s_comment_list_inner .media:nth-child(even) {
    background: #fcfcfc
}

.s_comment_list .s_comment_list_inner .media:last-child {
    border-bottom: 0
}

.s_comment_area {
    margin-top: 60px
}

.s_comment_area .s_comment_inner {
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 50px 35px
}

.s_comment_area .s_comment_inner .contact_us_form .form-group {
    margin-bottom: 20px
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input {
    background: #fff;
    font-size: 17px;
    color: #afaeae;
    height: 45px;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 0 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    font-family: "Playfair Display", serif;
    line-height: 45px
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input.placeholder {
    font-size: 17px;
    color: #afaeae;
    font-family: "Playfair Display", serif;
    line-height: 45px
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input:-moz-placeholder {
    font-size: 17px;
    color: #afaeae;
    font-family: "Playfair Display", serif;
    line-height: 45px
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-moz-placeholder {
    font-size: 17px;
    color: #afaeae;
    font-family: "Playfair Display", serif;
    line-height: 45px
}

.s_comment_area .s_comment_inner .contact_us_form .form-group input::-webkit-input-placeholder {
    font-size: 17px;
    color: #afaeae;
    font-family: "Playfair Display", serif;
    line-height: 45px
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea {
    background: #fff;
    border-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 172px;
    padding: 15px 20px;
    border-radius: 0;
    resize: none;
    font-size: 17px;
    color: #afaeae;
    font-family: "Playfair Display", serif
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea.placeholder {
    font-size: 17px;
    color: #afaeae;
    font-family: "Playfair Display", serif
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea:-moz-placeholder {
    font-size: 17px;
    color: #afaeae;
    font-family: "Playfair Display", serif
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-moz-placeholder {
    font-size: 17px;
    color: #afaeae;
    font-family: "Playfair Display", serif
}

.s_comment_area .s_comment_inner .contact_us_form .form-group textarea::-webkit-input-placeholder {
    font-size: 17px;
    color: #afaeae;
    font-family: "Playfair Display", serif
}

.s_comment_area .s_comment_inner .contact_us_form .form-group:last-child {
    margin-top: 20px;
    margin-bottom: 0
}

.s_comment_area .s_comment_inner .contact_us_form .form-group .submit_btn {
    width: auto;
    padding: 0 43px;
    line-height: 50px;
    height: 50px
}

.blog_grid_area .blog_pagination {
    border-top: 1px solid #e6e6e6;
    margin-top: 80px;
    padding-top: 80px
}

.blog_grid_area .blog_pagination .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.blog_grid_inner {
    margin-bottom: -80px
}

.blog_grid_inner .blog_item {
    margin-bottom: 80px
}

.subscribe_area {
    background: #961716;
    padding: 31px 0;
    position: relative;
    z-index: 3
}

.subscribe_area .left h5 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    margin-bottom: 0
}

.subscribe_area .right {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.subscribe_area .right .input-group input {
    width: 442px;
    height: 50px;
    padding: 0 30px;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #929191;
    border: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.subscribe_area .right .input-group input.placeholder {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #929191
}

.subscribe_area .right .input-group input:-moz-placeholder {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #929191
}

.subscribe_area .right .input-group input::-moz-placeholder {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #929191
}

.subscribe_area .right .input-group input::-webkit-input-placeholder {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #929191
}

.subscribe_area .right .input-group .input-group-append .submit_btn {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.book_table_area {
    background: url(../img/book-form-bg.jpg) no-repeat scroll center center;
    background-size: cover
}

.book_table_area .left_title2 {
    margin-bottom: 45px
}

.book_table_area .left_title2 h2 {
    font-size: 38px
}

.book_table_area .left_title2 p {
    color: #bababa;
    font: 16px/28px "Open Sans", sans-serif
}

.book_table_area.one_page {
    background: #e4e8f3;
    padding: 230px 0
}

.book_table_area.one_page .book_table_box {
    background: #fff;
    -webkit-box-shadow: 0 17px 62px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 17px 62px 0 rgba(0, 0, 0, 0.12);
    padding: 80px 50px
}

.book_table_area.one_page .book_table_box .book_title {
    text-align: center;
    margin-bottom: 100px;
    position: relative
}

.book_table_area.one_page .book_table_box .book_title:before {
    content: "";
    height: 52px;
    width: 1px;
    background: #c3cad3;
    position: absolute;
    left: 50%;
    bottom: -75px
}

.book_table_area.one_page .book_table_box .book_title h3 {
    font: bold 14px "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-bottom: 15px
}

.book_table_area.one_page .book_table_box .book_title h2 {
    font: bold 36px "Playfair Display", serif;
    color: #0e2a4e
}

.book_table_area.one_page .book_table_box .book_title p {
    margin-bottom: 0;
    font: italic 20px "Lora", serif
}

.book_table_area.one_page .book_table_box .book_table_form .form-group {
    margin-bottom: 40px
}

.book_table_area.one_page .book_table_box .book_table_form .form-group input {
    border-color: #dedfdf;
    height: 50px;
    color: #797979;
    font-size: 16px
}

.book_table_area.one_page .book_table_box .book_table_form .form-group input.placeholder {
    color: #797979;
    font-size: 16px
}

.book_table_area.one_page .book_table_box .book_table_form .form-group input:-moz-placeholder {
    color: #797979;
    font-size: 16px
}

.book_table_area.one_page .book_table_box .book_table_form .form-group input::-moz-placeholder {
    color: #797979;
    font-size: 16px
}

.book_table_area.one_page .book_table_box .book_table_form .form-group input::-webkit-input-placeholder {
    color: #797979;
    font-size: 16px
}

.book_table_area.one_page .book_table_box .book_table_form .form-group .nice_select {
    height: 50px;
    border-color: #dedfdf
}

.book_table_area.one_page .book_table_box .book_table_form .form-group .nice_select span {
    color: #797979;
    font-size: 16px;
    line-height: 50px
}

.book_table_area.one_page .book_table_box .book_table_form .form-group .nice_select:after {
    color: #797979;
    content: "";
    font: normal normal normal 16px/1 FontAwesome;
    background: transparent;
    margin-top: -7px
}

.book_table_area.one_page .book_table_box .book_table_form .form-group .date .input-group-append .input-group-text:before {
    color: #797979;
    content: "";
    font: normal normal normal 16px/1 FontAwesome;
    border: 0;
    background: transparent;
    margin-top: -7px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 10px;
    height: 9px
}

.book_table_area.one_page .book_table_box .book_table_form .form-group .date .dropdown-menu {
    background: #fff;
    width: 100%;
    border: 0
}

.book_table_area.one_page .book_table_box .book_table_form .form-group .date .dropdown-menu .table-sm {
    width: 100%;
    background: #fff
}

.book_table_area.one_page .book_table_box .book_table_form .form-group .submit_btn {
    margin-top: 10px
}

.book_table_area.one_page .book_table_box .book_table_form .form-group:last-child {
    text-align: center;
    margin-bottom: 0
}

.book_table_area.table_book {
    padding: 0;
    margin-top: -115px;
    padding-bottom: 120px;
    background: #edf1f4
}

.book_table_area.table_book .book_table_inner {
    position: relative;
    z-index: 5
}

.opening_box {
    background: #0e2a4e;
    margin-left: 30px;
    padding: 12px
}

.opening_box .opening_border_inner {
    border: 1px dashed #076c9f;
    text-align: center
}

.opening_box .opening_border_inner h6 {
    color: #fff;
    margin-top: 55px;
    text-transform: uppercase;
    font: bold 14px "Open Sans", sans-serif;
    letter-spacing: 2.8px;
    margin-bottom: 18px
}

.opening_box .opening_border_inner h4 {
    color: #fff;
    font: bold 34px "Playfair Display", serif;
    margin-bottom: 15px
}

.opening_box .opening_border_inner img {
    margin-bottom: 35px
}

.opening_box .opening_border_inner .time_box {
    margin-bottom: 25px
}

.opening_box .opening_border_inner .time_box h5 {
    color: #fff;
    font: normal 18px "Open Sans", sans-serif;
    margin-bottom: 15px
}

.opening_box .opening_border_inner .time_box p {
    font-size: 16px;
    color: #8398b2;
    padding-bottom: 0
}

.opening_box .opening_border_inner .time_box+.time_box {
    margin-bottom: 0
}

.opening_box .opening_border_inner h3 {
    font: normal 20px "Open Sans", sans-serif;
    color: #fff;
    margin-bottom: 45px;
    border-top: 1px solid #3e5571;
    display: inline-block;
    padding: 0 13px;
    padding-top: 20px;
    margin-top: 20px
}

.opening_box .opening_border_inner h3 a {
    color: #fff
}

.book_table_form .form-group {
    margin-bottom: 30px
}

.book_table_form .form-group input {
    height: 44px;
    border-radius: 0;
    border: 1px solid #515151;
    background: transparent;
    padding: 10px 20px;
    font: 15px "Open Sans", sans-serif;
    color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.book_table_form .form-group input.placeholder {
    font: 15px "Open Sans", sans-serif;
    color: #fff
}

.book_table_form .form-group input:-moz-placeholder {
    font: 15px "Open Sans", sans-serif;
    color: #fff
}

.book_table_form .form-group input::-moz-placeholder {
    font: 15px "Open Sans", sans-serif;
    color: #fff
}

.book_table_form .form-group input::-webkit-input-placeholder {
    font: 15px "Open Sans", sans-serif;
    color: #fff
}

.book_table_form .form-group .date {
    position: relative
}

.book_table_form .form-group .date .dropdown-menu {
    width: 100%
}

.book_table_form .form-group .date .input-group-append {
    background: transparent
}

.book_table_form .form-group .date .input-group-append .input-group-text {
    position: absolute;
    right: 20px;
    top: 51%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0
}

.book_table_form .form-group .date .input-group-append .input-group-text:before {
    content: "";
    border: 0;
    background: url(../img/icon/down-icon.png) no-repeat scroll center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 10px;
    height: 9px
}

.book_table_form .form-group .nice_select {
    background: transparent;
    border-radius: 0;
    border: 1px solid #515151;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 0 20px;
    height: 44px
}

.book_table_form .form-group .nice_select span {
    font: 15px "Open Sans", sans-serif;
    color: #fff
}

.book_table_form .form-group .nice_select .list {
    width: 100%;
    border-radius: 0
}

.book_table_form .form-group .nice_select:after {
    content: "";
    border: 0;
    background: url(../img/icon/down-icon.png) no-repeat scroll center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    width: 10px;
    height: 9px;
    right: 20px
}

.book_table_form .form-group .submit_btn {
    margin-top: 10px
}

.book_table_form .form-group:last-child {
    margin-bottom: 0
}

.home_map_area {
    background: #eef1f4;
    height: 625px;
    margin-bottom: 345px
}

.home_map_area .mapBox {
    margin-top: 100px
}

.home_map_area.ab_time {
    background: #fff;
    margin-bottom: 0;
    height: auto
}

.home_map_area.service_info {
    height: auto;
    background: #e4e8f3;
    margin-bottom: 0
}

.home_map_area.service_info .service_items {
    margin-bottom: 90px;
    margin-top: -70px;
    position: relative;
    z-index: 5
}

.event_details .event_item h4 {
    font: bold 28px "Playfair Display", serif;
    color: #0e2a4e;
    margin-bottom: 18px
}

.event_details .event_item p {
    padding-right: 20px;
    margin-bottom: 30px
}

.event_details .event_item h5 {
    color: #0e2a4e;
    font: normal 20px "Playfair Display", serif;
    margin-bottom: 0
}

.event_details .event_item h5 a {
    font: bold 28px "Playfair Display", serif;
    color: #0e2a4e
}

.event_details .event_item .date {
    margin-bottom: 30px
}

.event_details .event_item .date:last-child {
    margin-bottom: 0
}

.event_details .event_item .date h6 {
    font: bold 16px "Open Sans", sans-serif;
    color: #333232;
    margin-bottom: 4px
}

.event_details .event_item .date p {
    margin-bottom: 0
}

.mapBox {
    min-height: 452px;
    -webkit-box-shadow: 0 13px 57px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 13px 57px 0 rgba(0, 0, 0, 0.25)
}

.contact_form_area .center_title {
    margin-bottom: 55px
}

.contact_form_area .center_title h2 {
    color: #0e2a4e;
    margin-bottom: 15px
}

.contact_form_area .center_title p {
    font-style: normal
}

.contact_form_area.one_page {
    background: url(../img/contact-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    padding: 250px 0
}

.contact_form_area.one_page .center_title h2 {
    color: #fff
}

.contact_form_area.one_page .center_title p {
    color: #a5acb6
}

.contact_form_area.one_page .contact_details .contact_d_item h3 {
    color: #fff
}

.contact_form_area.one_page .contact_details .contact_d_item p {
    color: #a5acb6
}

.contact_form_area.one_page .contact_details .contact_d_item h5 {
    color: #fff
}

.contact_form_area.one_page .contact_details .contact_d_item h5 a {
    color: #a5acb6
}

.contact_us_form .form-group {
    margin-bottom: 20px
}

.contact_us_form .form-group:last-child {
    margin-bottom: 0;
    margin-top: 20px
}

.contact_us_form .form-group input {
    height: 48px;
    border-radius: 3px;
    border: 1px solid #ededed;
    padding: 0 20px;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    color: #797979;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact_us_form .form-group input.placeholder {
    font-size: 16px;
    font-family: "Playfair Display", serif;
    color: #797979
}

.contact_us_form .form-group input:-moz-placeholder {
    font-size: 16px;
    font-family: "Playfair Display", serif;
    color: #797979
}

.contact_us_form .form-group input::-moz-placeholder {
    font-size: 16px;
    font-family: "Playfair Display", serif;
    color: #797979
}

.contact_us_form .form-group input::-webkit-input-placeholder {
    font-size: 16px;
    font-family: "Playfair Display", serif;
    color: #797979
}

.contact_us_form .form-group textarea {
    height: 206px;
    border-radius: 3px;
    border: 1px solid #ededed;
    padding: 20px 20px;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    color: #797979;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none
}

.contact_us_form .form-group textarea.placeholder {
    font-size: 16px;
    font-family: "Playfair Display", serif;
    color: #797979
}

.contact_us_form .form-group textarea:-moz-placeholder {
    font-size: 16px;
    font-family: "Playfair Display", serif;
    color: #797979
}

.contact_us_form .form-group textarea::-moz-placeholder {
    font-size: 16px;
    font-family: "Playfair Display", serif;
    color: #797979
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-family: "Playfair Display", serif;
    color: #797979
}

.contact_us_form .form-group .submit_btn {
    width: auto;
    padding: 0 42px;
    height: 50px;
    line-height: 50px
}

.contact_details .contact_d_item {
    margin-bottom: 40px
}

.contact_details .contact_d_item:last-child {
    margin-bottom: 0
}

.contact_details .contact_d_item h3 {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    color: #0e2a4e;
    margin-bottom: 15px
}

.contact_details .contact_d_item p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #797979;
    line-height: 26px;
    margin-bottom: 0
}

.contact_details .contact_d_item p+p {
    margin-top: 10px
}

.contact_details .contact_d_item h5 {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    color: #0e2a4e
}

.contact_details .contact_d_item h5 a {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #797979;
    line-height: 26px;
    font-weight: normal
}

.contact_details .contact_d_item h5+h5 {
    margin-bottom: 0
}

.map_area .mapBox {
    min-height: 485px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.map_area.p_100 {
    padding-top: 120px;
    padding-bottom: 120px
}

.contact_two_area .love_from_area {
    margin-top: -92px;
    margin-right: 100px
}

.contact_two_area .contact_info_text {
    margin-top: 100px
}

.contact_two_area .contact_info_text .info_title {
    font: bold 24px "Playfair Display", serif;
    color: #0e2a4e;
    margin-bottom: 50px
}

.contact_two_area .contact_info_text .c_info_item {
    margin-bottom: 30px
}

.contact_two_area .contact_info_text .c_info_item:last-child {
    margin-bottom: 0
}

.contact_two_area .contact_info_text .c_info_item h4 {
    color: #242424;
    font: bold 18px "Playfair Display", serif;
    margin-bottom: 12px
}

.contact_two_area .contact_info_text .c_info_item p {
    margin-bottom: 0
}

.contact_two_area .contact_info_text .c_info_item p a {
    color: #797979
}

.love_from_area {
    background: #fff;
    -webkit-box-shadow: 0 0 79px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 79px 0 rgba(0, 0, 0, 0.15);
    padding: 100px 50px;
    position: relative;
    z-index: 5
}

.love_from_area .love_title {
    margin-bottom: 45px
}

.love_from_area .love_title h2 {
    font: bold 35px "Playfair Display", serif;
    color: #0e2a4e;
    margin-bottom: 14px
}

.love_from_area .love_title p {
    margin-bottom: 0
}

.love_from_area .contact_us_form .form-group {
    margin-bottom: 30px
}

.love_from_area .contact_us_form .form-group input {
    height: 50px;
    background: #f6f7fc;
    border-radius: 0;
    font: normal 15px "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.5);
    padding: 13px 20px
}

.love_from_area .contact_us_form .form-group input.placeholder {
    font: normal 15px "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.5)
}

.love_from_area .contact_us_form .form-group input:-moz-placeholder {
    font: normal 15px "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.5)
}

.love_from_area .contact_us_form .form-group input::-moz-placeholder {
    font: normal 15px "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.5)
}

.love_from_area .contact_us_form .form-group input::-webkit-input-placeholder {
    font: normal 15px "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.5)
}

.love_from_area .contact_us_form .form-group textarea {
    height: 250px;
    background: #f6f7fc;
    border-radius: 0;
    font: normal 15px "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.5)
}

.love_from_area .contact_us_form .form-group textarea.placeholder {
    font: normal 15px "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.5)
}

.love_from_area .contact_us_form .form-group textarea:-moz-placeholder {
    font: normal 15px "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.5)
}

.love_from_area .contact_us_form .form-group textarea::-moz-placeholder {
    font: normal 15px "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.5)
}

.love_from_area .contact_us_form .form-group textarea::-webkit-input-placeholder {
    font: normal 15px "Open Sans", sans-serif;
    color: rgba(0, 0, 0, 0.5)
}

.love_from_area .contact_us_form .form-group:last-child {
    margin-top: 10px;
    margin-bottom: 0
}

.address_map_inner .address_text {
    padding-right: 70px
}

.address_map_inner .address_text h2 {
    font: bold 26px "Playfair Display", serif;
    color: #0e2a4e;
    margin-bottom: 26px
}

.address_map_inner .address_text p {
    margin-bottom: 0
}

.address_map_inner .address_text .add_item {
    margin-top: 40px
}

.address_map_inner .address_text .add_item .media {
    margin-bottom: 20px
}

.address_map_inner .address_text .add_item .media .d-flex {
    width: 50px
}

.address_map_inner .address_text .add_item .media .media-body h4 {
    font: bold 20px "Playfair Display", serif;
    color: #242424;
    margin-bottom: 4px
}

.address_map_inner .address_text .add_item .media .media-body p {
    margin-bottom: 0
}

.address_map_inner .address_text .add_item .media:last-child {
    margin-bottom: 0
}

.right_map .mapBox {
    min-height: 400px;
    -webkit-box-shadow: 0 17px 35px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 17px 35px 0 rgba(0, 0, 0, 0.24)
}

.single_form_area {
    padding-bottom: 120px
}

.single_form_area .single_form_inner {
    border-top: 1px solid #dadada;
    padding-top: 100px
}

.single_form_area .single_form_inner .center_title {
    margin-bottom: 40px
}

.single_form_area .single_form_inner .single_form_box {
    max-width: 870px;
    margin: auto
}

.single_form_area .single_form_inner .single_form_box .contact_us_form .form-group {
    margin-bottom: 18px
}

.single_form_area .single_form_inner .single_form_box .contact_us_form .form-group input {
    border-radius: 0;
    border-color: #e1e1e1;
    height: 55px;
    font: normal 16px "Open Sans", sans-serif
}

.single_form_area .single_form_inner .single_form_box .contact_us_form .form-group input.placeholder {
    font: normal 16px "Open Sans", sans-serif
}

.single_form_area .single_form_inner .single_form_box .contact_us_form .form-group input:-moz-placeholder {
    font: normal 16px "Open Sans", sans-serif
}

.single_form_area .single_form_inner .single_form_box .contact_us_form .form-group input::-moz-placeholder {
    font: normal 16px "Open Sans", sans-serif
}

.single_form_area .single_form_inner .single_form_box .contact_us_form .form-group input::-webkit-input-placeholder {
    font: normal 16px "Open Sans", sans-serif
}

.single_form_area .single_form_inner .single_form_box .contact_us_form .form-group textarea {
    border-radius: 0;
    border-color: #e1e1e1;
    height: 230px;
    font: normal 16px "Open Sans", sans-serif
}

.single_form_area .single_form_inner .single_form_box .contact_us_form .form-group textarea.placeholder {
    font: normal 16px "Open Sans", sans-serif
}

.single_form_area .single_form_inner .single_form_box .contact_us_form .form-group textarea:-moz-placeholder {
    font: normal 16px "Open Sans", sans-serif
}

.single_form_area .single_form_inner .single_form_box .contact_us_form .form-group textarea::-moz-placeholder {
    font: normal 16px "Open Sans", sans-serif
}

.single_form_area .single_form_inner .single_form_box .contact_us_form .form-group textarea::-webkit-input-placeholder {
    font: normal 16px "Open Sans", sans-serif
}

.single_form_area .single_form_inner .single_form_box .contact_us_form .form-group:last-child {
    margin-bottom: 0
}

.our_video_area {
    background: url(../img/video-bg.jpg) no-repeat fixed center center;
    background-size: cover;
    position: relative;
    padding-top: 160px;
    z-index: 3
}

.our_video_area:before {
    content: "";
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.our_video_area .video_inner {
    color: #fff
}

.our_video_area .video_inner h5 {
    font: italic 22px "Lora", serif;
    margin-bottom: 10px
}

.our_video_area .video_inner h3 {
    font: bold 52px/60px "Playfair Display", serif;
    margin-bottom: 25px
}

.our_video_area .video_inner a {
    font: italic 20px "Lora", serif;
    color: #fff;
    text-align: left;
    display: inline-block
}

.our_video_area .video_inner a img {
    padding-right: 20px
}

.price_video_area {
    background: #e4e8f3;
    padding-top: 290px
}

.price_video_area .video_img {
    overflow: hidden;
    position: relative;
    margin-left: -30px
}

.price_video_area .video_img .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    height: 112px;
    width: 112px;
    border-radius: 50%;
    background: #eb403f;
    text-align: center;
    line-height: 112px;
    color: #fff;
    font-size: 40px
}

.price_video_area .price_video_list {
    margin-right: 110px
}

.price_video_area .price_video_list .specility_item {
    padding: 18px 0
}

.price_video_area .price_video_list .specility_item:before {
    border-color: #c8c8c8
}

.price_video_area .price_video_list .specility_item .media .media-body h4 {
    color: #242424;
    margin-top: 7px
}

.price_video_area .price_video_list .specility_item .media .media-body h5 {
    font-size: 22px;
    margin-top: 14px
}

.price_video_area .price_video_list .specility_item .media .media-body .cat_list a {
    color: #797979
}

.price_video_area .price_video_list .specility_item .media .media-body .cat_list a:before {
    color: #797979
}

.price_video_area .price_video_list .specility_item:first-child {
    padding-top: 0
}

.our_service_text {
    background: url(../img/service/service-text-bg.jpg) no-repeat fixed center center;
    background-size: cover;
    padding: 215px 0 235px 0;
    position: relative;
    z-index: 3;
    text-align: center
}

.our_service_text:before {
    content: "";
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.our_service_text .s_text_inner {
    color: #fff
}

.our_service_text .s_text_inner p {
    font: italic 24px "Playfair Display", serif;
    margin-bottom: 20px
}

.our_service_text .s_text_inner h3 {
    margin-bottom: 0;
    font: bold 80px/70px "Playfair Display", serif
}

.services_area {
    background: url(../img/service/service-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    z-index: 3
}

.services_area:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.services_area .center_title {
    margin-bottom: 50px
}

.services_area .center_title p {
    color: #a8aab0
}

.service_inner {
    margin-bottom: -30px
}

.service_item {
    text-align: center;
    margin-bottom: 30px
}

.service_item .icon {
    height: 136px;
    width: 136px;
    border-radius: 50%;
    background: #961716;
    text-align: center;
    line-height: 132px;
    margin: 0 auto 30px
}

.service_item h4 {
    color: #fff;
    font: bold 24px "Playfair Display", serif;
    margin-bottom: 12px
}

.service_item p {
    line-height: 26px;
    color: #afb5c3;
    margin-bottom: 0
}

.offer_difference_area {
    background: url(../img/difference-bg.jpg) no-repeat scroll center center;
    background-size: cover
}

.difference_text h3 {
    font: bold 37px "Playfair Display", serif;
    color: #fff;
    margin-bottom: 30px
}

.difference_text h3 span {
    font: italic normal 37px "Playfair Display", serif;
    text-decoration: underline
}

.difference_text p {
    color: #c9c9c9;
    max-width: 300px;
    margin-bottom: 0
}

.difference_inner {
    margin-bottom: -45px
}

.difference_inner .difference_item {
    margin-bottom: 45px
}

.difference_inner .difference_item img {
    margin-bottom: 16px
}

.difference_inner .difference_item h4 {
    font: bold 24px "Playfair Display", serif;
    color: #fff;
    margin-bottom: 14px
}

.difference_inner .difference_item p {
    margin-bottom: 0;
    color: #8a8b96;
    padding-right: 20px
}

.bappo_welcome_area {
    background: url(../img/s-welcome.jpg) no-repeat scroll center center;
    background-size: cover
}

.bappo_welcome_area.service_welcome {
    background: #e4e8f3;
    padding-top: 100px
}

.bappo_welcome_area.service_welcome .welcome_service {
    padding-top: 0;
    padding-bottom: 100px;
    border-bottom: 1px solid #c4ccda
}

.bappo_welcome_area.bappo_wlc_pad {
    margin-top: -214px;
    z-index: 3;
    position: relative;
    padding-top: 180px
}

.welcome_part {
    border-bottom: 1px solid #aab2c1;
    padding-bottom: 80px
}

.welcome_part h2 {
    font: bold italic 60px "Playfair Display", serif;
    color: #0e2a4e;
    margin-bottom: 35px
}

.welcome_part h4 {
    color: #313541;
    font: italic 24px "Playfair Display", serif;
    margin-bottom: 22px
}

.welcome_part p {
    margin-bottom: 45px
}

.welcome_part p span {
    font: italic 18px "Playfair Display", serif;
    color: #0e2a4e
}

.welcome_part .view_all_btn {
    padding: 0 50px;
    line-height: 50px;
    height: 50px
}

.welcome_service .title_welcome {
    color: #0e2a4e;
    font: bold 36px "Playfair Display", serif;
    position: relative;
    margin-bottom: 85px
}

.welcome_service .title_welcome:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    height: 2px;
    width: 57px;
    background: #0e2a4e
}

.welcome_service .row .row {
    margin-bottom: -50px
}

.welcome_service .s_welcome_item {
    padding-right: 20px;
    margin-bottom: 50px
}

.welcome_service .s_welcome_item h4 {
    color: #0e2a4e;
    font: bold 24px "Playfair Display", serif;
    margin-bottom: 15px
}

.welcome_service .s_welcome_item p {
    margin-bottom: 0
}

.welcome_service .img-fluid {
    margin-top: 23px
}

.about_service_area {
    background: #efefef
}

.ab_service_item {
    background: #fff
}

.ab_service_item .ab_s_img {
    overflow: hidden;
    position: relative;
    z-index: 3
}

.ab_service_item .ab_s_img img {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.ab_service_item .ab_s_img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0
}

.ab_service_item .ab_s_text {
    padding: 35px 35px 45px 30px
}

.ab_service_item .ab_s_text h4 {
    color: #242424;
    font: 600 22px "Poppins", sans-serif;
    margin-bottom: 10px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.ab_service_item .ab_s_text p {
    margin-bottom: 0
}

.ab_service_item:hover .ab_s_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.ab_service_item:hover .ab_s_img:before {
    opacity: 1
}

.ab_service_item:hover .ab_s_text h4 {
    color: #e34342
}

.customer_service_area {
    background: #e4e8f3;
    height: 880px;
    margin-bottom: 330px
}

.customer_service_area .service_items {
    position: relative;
    z-index: 5;
    margin-bottom: -230px
}

.customer_service_area .left_title2 {
    margin-bottom: 35px
}

.customer_service_area .left_title2 h2 {
    margin-bottom: 35px
}

.customer_service_area .left_title2 h2:before {
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -14px;
    background: #961716
}

.customer_service_area .left_title2 p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-size: 16px
}

.c_service_inner {
    margin-bottom: 100px
}

.c_s_item img {
    margin-bottom: 5px
}

.c_s_item h4 {
    color: #0e2a4e;
    font: bold 20px "Playfair Display", serif;
    margin-bottom: 12px
}

.c_s_item p {
    margin-bottom: 25px
}

.c_s_item .view_all_btn {
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    font-size: 13px
}

.s_item {
    position: relative
}

.s_item .s_text {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
    text-align: center;
    width: 100%
}

.s_item .s_text h4 {
    background: #fff;
    font: bold 24px "Playfair Display", serif;
    color: #0e2a4e;
    padding: 15px 0;
    margin-bottom: 0
}

.service_we_offer_area {
    background: #e8e8e8
}

.service_we_offer_area .left_title2 {
    margin-bottom: 60px
}

.service_we_offer_area .left_title2 h2:before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -22px;
    background: #797979;
    height: 1px
}

.service_we_offer_area.service_add {
    background: #e4e8f3
}

.we_offer_inner {
    margin-bottom: -30px
}

.s_we_item {
    margin-bottom: 30px;
    border: 1px dashed #fff;
    padding: 25px 15px 35px 23px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.s_we_item .media .d-flex {
    padding-right: 18px
}

.s_we_item .media .d-flex i {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.s_we_item .media .d-flex i:before {
    font-size: 60px
}

.s_we_item .media .media-body h4 {
    font-size: 22px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.s_we_item .media .media-body p {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.s_we_item:hover {
    background: #0e2a4e
}

.s_we_item:hover .media .d-flex i {
    color: #242424
}

.s_we_item:hover .media .media-body h4 {
    color: #242424
}

.s_we_item:hover .media .media-body p {
    color: #797979
}

.s_we_item.gray_s_item {
    background: #fff;
    border: 1px dashed #ababab
}

.s_we_item.gray_s_item .media .d-flex i {
    color: #242424
}

.s_we_item.gray_s_item .media .media-body h4 {
    color: #0e2a4e
}

.s_we_item.gray_s_item .media .media-body p {
    color: #797979
}

.s_we_item.gray_s_item:hover {
    background: #0e2a4e;
    border-color: #0e2a4e
}

.s_we_item.gray_s_item:hover .media .d-flex i {
    color: #fff
}

.s_we_item.gray_s_item:hover .media .media-body h4 {
    color: #fff
}

.s_we_item.gray_s_item:hover .media .media-body p {
    color: #fff
}

.error_area {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../img/error-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    z-index: 3
}

.error_area:before {
    content: "";
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.error_area .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.error_area .error_text_inner {
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
    width: 100%
}

.error_area .error_text_inner h2 {
    color: #fff;
    font: bold 200px "Playfair Display", serif
}

.error_area .error_text_inner h3 {
    font: bold 60px "Playfair Display", serif;
    color: #fff;
    margin-bottom: 12px
}

.error_area .error_text_inner h5 {
    font: bold italic 27px "Playfair Display", serif;
    color: #fff;
    margin-bottom: 40px
}

.coming_soon {
    position: relative;
    overflow: hidden;
    background: url("../img/comming-soon-bg.jpg") no-repeat scroll center 0;
    background-size: cover;
    min-height: 100vh;
    padding: 160px 0
}

.coming_soon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1)
}

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

.welcome-text-area {
    color: #fff;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center
}

.welcome-text-area p {
    font: bold 28px/40px "Playfair Display", serif;
    padding-top: 60px;
    max-width: 810px;
    margin: auto
}

.coming-header {
    font: bold 80px "Playfair Display", serif
}

.coming_soon_counter {
    max-width: 800px;
    margin: 80px auto 0;
    overflow: hidden
}

.coming_soon_counter .counter-item {
    width: 170px;
    border: 2px solid #fff;
    height: 170px;
    float: left;
    padding: 35px 0 33px 0;
    border-radius: 50%;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #fff;
    margin: 0 15px;
    font-family: "Poppins", sans-serif
}

.coming_soon_counter .counter-item span {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: bold
}

.coming_soon_counter .counter-item .smalltext {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0;
    text-transform: uppercase;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-weight: bold
}

.c-search-form {
    max-width: 755px;
    margin: 60px auto 0
}

.c-search-form .input-group .form-control {
    border: 0;
    color: #797979;
    padding-left: 30px;
    font: normal 18px "Playfair Display", serif;
    letter-spacing: .26px;
    background: #fff;
    height: 76px;
    padding: 25px 30px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-search-form .input-group .form-control.placeholder {
    color: #6d6d6d;
    font: normal 18px "Playfair Display", serif
}

.c-search-form .input-group .form-control:-moz-placeholder {
    color: #6d6d6d;
    font: normal 18px "Playfair Display", serif
}

.c-search-form .input-group .form-control::-moz-placeholder {
    color: #6d6d6d;
    font: normal 18px "Playfair Display", serif
}

.c-search-form .input-group .form-control::-webkit-input-placeholder {
    color: #6d6d6d;
    font: normal 18px "Playfair Display", serif
}

.c-search-form .input-group .input-group-addon {
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin-left: 0
}

.c-search-form .input-group .input-group-addon button {
    letter-spacing: .44px;
    border: 0;
    border-radius: 0;
    color: #fff;
    height: 76px;
    background: #961716;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    width: 195px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: capitalize;
    line-height: 76px
}

.c-search-form .input-group .input-group-addon button:before {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px
}

.c-search-form .input-group .input-group-addon button:hover,
.c-search-form .input-group .input-group-addon button:focus {
    background: #e34342;
    color: #fff;
    outline: 0
}

.c-search-form .input-group .input-group-addon button:hover:before,
.c-search-form .input-group .input-group-addon button:focus:before {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1)
}

.faq_area .center_title p {
    font-style: normal
}

.faq_area .search_form {
    background: #f2f2f2;
    border-radius: 7px;
    padding: 8px;
    display: block;
    position: relative;
    margin-bottom: 50px
}

.faq_area .search_form input {
    width: 100%;
    display: block;
    border-radius: 4px !important;
    border: 1px solid #e0e0e0;
    height: 60px;
    padding: 0 20px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.faq_area .search_form input.placeholder {
    font-size: 18px;
    color: #797979;
    font-family: "Playfair Display", serif
}

.faq_area .search_form input:-moz-placeholder {
    font-size: 18px;
    color: #797979;
    font-family: "Playfair Display", serif
}

.faq_area .search_form input::-moz-placeholder {
    font-size: 18px;
    color: #797979;
    font-family: "Playfair Display", serif
}

.faq_area .search_form input::-webkit-input-placeholder {
    font-size: 18px;
    color: #797979;
    font-family: "Playfair Display", serif
}

.faq_area .search_form .input-group-append {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.faq_area .search_form .input-group-append button {
    padding: 0;
    border-radius: 0;
    border: 0;
    color: #797979
}

.faq_collaps .left_side_collaps .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 30px
}

.faq_collaps .left_side_collaps .card .card-header {
    padding: 0;
    background: transparent;
    border: 0
}

.faq_collaps .left_side_collaps .card .card-header button {
    padding: 0;
    white-space: normal;
    text-align: left;
    position: relative;
    padding-left: 30px;
    text-decoration: none;
    color: #0e2a4e;
    font-size: 22px;
    font-family: "Playfair Display", serif;
    font-weight: bold
}

.faq_collaps .left_side_collaps .card .card-header button i {
    display: none;
    position: absolute;
    left: 0;
    top: -4px;
    color: #4c2a2c;
    font-weight: bold;
    font-size: 28px;
    font-family: "Playfair Display", serif;
    font-style: normal
}

.faq_collaps .left_side_collaps .card .card-header button i+i {
    display: inline-block
}

.faq_collaps .left_side_collaps .card .card-header button.collapsed i {
    display: inline-block
}

.faq_collaps .left_side_collaps .card .card-header button.collapsed i+i {
    display: none
}

.faq_collaps .left_side_collaps .card .card-body {
    font-size: 16px;
    color: #797979;
    line-height: 28px;
    font-family: "Open Sans", sans-serif;
    padding: 15px 30px 15px 30px
}

.faq_form_area {
    background: url(../img/faq-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    padding: 90px 0 100px 0;
    overflow: hidden
}

.faq_form_area .faq_left_form .faq_title {
    padding-bottom: 45px
}

.faq_form_area .faq_left_form .faq_title h3 {
    font-size: 36px;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-weight: bold
}

.faq_form_area .faq_left_form .contact_us_form .form-group input {
    border: 0;
    border-bottom: 2px solid #474e5d;
    background: transparent;
    padding: 0;
    border-radius: 0;
    font-size: 18px;
    font-family: "Playfair Display", serif;
    height: 55px;
    color: rgba(255, 255, 255, 0.7)
}

.faq_form_area .faq_left_form .contact_us_form .form-group input.placeholder {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    color: rgba(255, 255, 255, 0.7)
}

.faq_form_area .faq_left_form .contact_us_form .form-group input:-moz-placeholder {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    color: rgba(255, 255, 255, 0.7)
}

.faq_form_area .faq_left_form .contact_us_form .form-group input::-moz-placeholder {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    color: rgba(255, 255, 255, 0.7)
}

.faq_form_area .faq_left_form .contact_us_form .form-group input::-webkit-input-placeholder {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    color: rgba(255, 255, 255, 0.7)
}

.faq_form_area .faq_left_form .contact_us_form .form-group textarea {
    border: 0;
    border-bottom: 2px solid #474e5d;
    background: transparent;
    padding: 6px 0;
    border-radius: 0;
    font-size: 18px;
    height: 180px;
    font-family: "Playfair Display", serif;
    color: rgba(255, 255, 255, 0.7)
}

.faq_form_area .faq_left_form .contact_us_form .form-group textarea.placeholder {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    color: rgba(255, 255, 255, 0.7)
}

.faq_form_area .faq_left_form .contact_us_form .form-group textarea:-moz-placeholder {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    color: rgba(255, 255, 255, 0.7)
}

.faq_form_area .faq_left_form .contact_us_form .form-group textarea::-moz-placeholder {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    color: rgba(255, 255, 255, 0.7)
}

.faq_form_area .faq_left_form .contact_us_form .form-group textarea::-webkit-input-placeholder {
    font-size: 18px;
    font-family: "Playfair Display", serif;
    color: rgba(255, 255, 255, 0.7)
}

.gallery_inner {
    margin-bottom: -30px
}

.gallery_item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative
}

.gallery_item img {
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gallery_item:before {
    content: "";
    background: rgba(150, 23, 22, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1
}

.gallery_item .light {
    position: absolute;
    left: 50%;
    top: 50%;
    background: #282828;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    cursor: pointer;
    z-index: 2
}

.gallery_item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.gallery_item:hover .light {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

.gallery_item:hover:before {
    opacity: 1
}

.gallery_two {
    padding-left: 30px;
    padding-right: 30px
}

.gallery_two .gallery_inner .gallery_grid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0
}

.gallery_two .gallery_inner .gallery_grid .gallery_item .gallery_img {
    overflow: hidden
}

.gallery_two .g_fillter {
    text-align: center;
    margin-bottom: 60px
}

.gallery_two .g_fillter .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gallery_two .g_fillter .nav li {
    margin-right: 10px
}

.gallery_two .g_fillter .nav li:last-child {
    margin-right: 0
}

.gallery_two .g_fillter .nav li a {
    background: #f7f7f7;
    color: #242424;
    font: 500 16px "Poppins", sans-serif;
    padding: 0 29px;
    line-height: 37px;
    display: inline-block;
    position: relative
}

.gallery_two .g_fillter .nav li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 6px 0 6px;
    border-color: #961716 transparent transparent transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.gallery_two .g_fillter .nav li:hover a,
.gallery_two .g_fillter .nav li.active a {
    background: #961716;
    color: #fff
}

.gallery_two .g_fillter .nav li:hover a:before,
.gallery_two .g_fillter .nav li.active a:before {
    opacity: 1
}

.gallery_three .gallery_inner {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px
}

.gallery_three .gallery_inner .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px
}

.gallery_three .gallery_inner .col-lg-6 {
    padding-left: 5px;
    padding-right: 5px
}

.gallery_three .gallery_inner .gallery_item {
    margin-bottom: 10px
}

.gallery_three .gallery_inner .gallery_item img {
    width: 100%
}

.order_now_area {
    background: #eff1f6
}

.order_now_inner .order_text {
    padding-right: 44px
}

.order_now_inner .order_text h3 {
    font: bold 42px "Playfair Display", serif;
    color: #0e2a4e;
    margin-bottom: 20px
}

.order_now_inner .order_text h5 {
    font: italic 22px "Lora", serif;
    color: #242424;
    margin-bottom: 25px
}

.order_now_inner .order_text p {
    margin-bottom: 0
}

.order_now_inner .discount_box {
    background: url(../img/order-img.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 3;
    padding: 30px 30px 30px 30px
}

.order_now_inner .discount_box:before {
    content: "";
    background: rgba(150, 23, 22, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    height: 100%
}

.order_now_inner .discount_box h3 {
    color: #fff;
    font: bold 25px "Playfair Display", serif;
    margin-bottom: 20px
}

.order_now_inner .discount_box h3 span {
    font-weight: normal;
    text-decoration: underline
}

.order_now_inner .discount_box p {
    color: rgba(255, 255, 255, 0.57);
    margin-bottom: 22px
}

.order_now_inner .discount_box .view_all_btn {
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Poppins", sans-serif
}

.product_area {
    padding-top: 120px;
    background: #eff1f6;
    padding-bottom: 120px
}

.similar_product {
    background: #eff1f6;
    padding-bottom: 120px
}

.product_details_area {
    background: #eff1f6
}

.product_details_area .product_d_price {
    margin-bottom: 80px
}

.product_details_area .product_d_price .product_img {
    padding-right: 45px
}

.product_details_text h4 {
    font-size: 36px;
    color: #0e2a4e;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0;
    padding-bottom: 20px
}

.product_details_text p {
    font-size: 16px;
    line-height: 26px;
    color: #797979;
    font-family: "Open Sans", sans-serif;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0;
    padding: 30px 0
}

.product_details_text h5 {
    font-size: 18px;
    color: #242424;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    padding: 25px 0
}

.product_details_text h5 span {
    font-size: 22px
}

.product_details_text .quantity_box {
    margin-bottom: 40px
}

.product_details_text .quantity_box label {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #242424;
    padding-right: 25px
}

.product_details_text .quantity_box input {
    width: 40px;
    height: 35px;
    border: 1px solid #eaeaea;
    text-align: center;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    background: #fff
}

.product_details_text .quantity_box input.placeholder {
    font-size: 18px;
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

.product_details_text .quantity_box input:-moz-placeholder {
    font-size: 18px;
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

.product_details_text .quantity_box input::-moz-placeholder {
    font-size: 18px;
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

.product_details_text .quantity_box input::-webkit-input-placeholder {
    font-size: 18px;
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

.product_details_text .view_all_btn {
    line-height: 46px;
    padding: 0 25px;
    height: 46px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif
}

.product_tab_area .nav.nav-tabs {
    border-bottom: 1px solid #e2e2e2
}

.product_tab_area .nav.nav-tabs a {
    margin-right: 10px;
    border-radius: 0;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    background: #961716;
    border-color: #961716;
    padding: 0 24px;
    line-height: 46px;
    font-weight: 600;
    position: relative
}

.product_tab_area .nav.nav-tabs a:before {
    content: "";
    width: 101%;
    height: 3px;
    background: #961716;
    left: -1px;
    top: -1px;
    position: absolute;
    z-index: 1
}

.product_tab_area .nav.nav-tabs a.active {
    border-color: #e2e2e2;
    border-bottom-color: transparent;
    background: #fff;
    color: #242424
}

.product_tab_area .nav.nav-tabs a:last-child {
    margin-right: 0
}

.product_tab_area .tab-content {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 50px 60px 80px 35px;
    background: #fff
}

.product_tab_area .tab-content .tab-pane p {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    line-height: 26px;
    color: #797979;
    margin-bottom: 30px
}

.product_tab_area .tab-content .tab-pane p:last-child {
    margin-bottom: 0
}

.cart_table_area {
    background: #eff1f6
}

.cart_table_area .table-responsive .table {
    border: 1px solid #ebebeb;
    margin-bottom: 50px
}

.cart_table_area .table-responsive .table thead {
    background: #f9f9f9
}

.cart_table_area .table-responsive .table thead tr th {
    border: 1px solid #ebebeb;
    line-height: 56px;
    padding: 0;
    color: #0e2a4e;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    font-size: 20px
}

.cart_table_area .table-responsive .table thead tr th:first-child {
    width: 246px;
    padding: 0 35px
}

.cart_table_area .table-responsive .table thead tr th:nth-child(2) {
    width: 214px;
    padding: 0 20px
}

.cart_table_area .table-responsive .table thead tr th:nth-child(3) {
    width: 145px;
    padding: 0 20px
}

.cart_table_area .table-responsive .table thead tr th:nth-child(4) {
    width: 230px;
    padding: 0 20px
}

.cart_table_area .table-responsive .table thead tr th:nth-child(5) {
    width: 196px;
    padding: 0 20px
}

.cart_table_area .table-responsive .table tbody {
    background: #fff
}

.cart_table_area .table-responsive .table tbody tr {
    border-bottom: 1px solid #ebebeb
}

.cart_table_area .table-responsive .table tbody tr td {
    padding: 25px 25px;
    border-right: 1px solid #ebebeb;
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #797979
}

.cart_table_area .table-responsive .table tbody tr td .nice_select {
    width: 96px;
    border-radius: 0;
    padding: 0;
    height: 42px;
    border: 1px solid #ebebeb;
    text-align: center;
    padding-left: 22px
}

.cart_table_area .table-responsive .table tbody tr td .nice_select:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    border: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-top: -7px;
    right: 16px
}

.cart_table_area .table-responsive .table tbody tr td .nice_select:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #ebebeb;
    right: 36px;
    position: absolute;
    top: 0
}

.cart_table_area .table-responsive .table tbody tr td:first-child {
    text-align: center
}

.cart_table_area .table-responsive .table tbody tr td:nth-child(5) {
    font-size: 17px;
    font-weight: 600
}

.cart_table_area .table-responsive .table tbody tr td:last-child {
    text-align: center;
    color: #242424;
    font-size: 18px
}

.cart_table_area .table-responsive .table tbody tr:last-child {
    background: #f9f9f9
}

.cart_table_area .table-responsive .table tbody tr:last-child td {
    border: 0
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline {
    margin-right: -120px;
    padding-left: 20px
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input {
    width: 130px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    height: 33px;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #8e8d8d
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input.placeholder {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #8e8d8d
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input:-moz-placeholder {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #8e8d8d
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input::-moz-placeholder {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #8e8d8d
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .form-group input::-webkit-input-placeholder {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #8e8d8d
}

.cart_table_area .table-responsive .table tbody tr:last-child td .form-inline .btn {
    width: 140px;
    border-radius: 3px;
    background: #0e2a4e;
    color: #fff;
    height: 31px;
    line-height: 26px;
    padding: 0;
    margin-left: 17px;
    border: 0;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.cart_table_area .table-responsive .table tbody tr:last-child td .view_all_btn {
    margin-left: -80px;
    margin-right: 15px;
    line-height: 40px;
    padding: 0 30px;
    height: 40px;
    font-size: 14px;
    font-weight: 600
}

.cart_total_inner .cart_total_text {
    border: 1px solid #ebebeb
}

.cart_total_inner .cart_total_text .cart_head {
    background: #f9f9f9;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    color: #0e2a4e;
    line-height: 56px;
    padding: 0 24px;
    border-bottom: 1px solid #ebebeb
}

.cart_total_inner .cart_total_text .sub_total {
    border-bottom: 1px solid #ebebeb;
    padding: 0 35px 0 24px;
    background: #fff
}

.cart_total_inner .cart_total_text .sub_total h5 {
    line-height: 56px;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #242424
}

.cart_total_inner .cart_total_text .sub_total h5 span {
    float: right;
    line-height: 56px;
    color: #797979;
    font-weight: normal
}

.cart_total_inner .cart_total_text .total {
    padding: 0 35px 0 24px;
    border-bottom: 1px solid #ebebeb;
    background: #fff
}

.cart_total_inner .cart_total_text .total h4 {
    line-height: 56px;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #242424;
    font-weight: normal
}

.cart_total_inner .cart_total_text .total h4 span {
    float: right;
    font-weight: 600
}

.cart_total_inner .cart_total_text .cart_footer {
    background: #fff;
    padding: 20px 0;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.cart_total_inner .cart_total_text .cart_footer .view_all_btn {
    margin-right: 30px;
    border-radius: 3px;
    height: 42px;
    line-height: 42px;
    font-weight: 600;
    font-size: 14px;
    padding: 0 24px
}

.cart_total_inner .cart_total_text .cart_footer .view_all_btn:before {
    border-radius: 3px
}

.billing_details_area {
    background: #eff1f6
}

.billing_details_area .return_option {
    background: #f9f9f9;
    border: 1px solid #ebebeb;
    padding-left: 28px;
    margin-bottom: 50px
}

.billing_details_area .return_option h4 {
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    text-transform: inherit;
    font-size: 18px;
    line-height: normal;
    padding: 24px 0;
    margin-bottom: 0
}

.billing_details_area .return_option h4 a {
    color: #e34342;
    text-decoration: underline
}

.billing_details_area .left_title2 h2 {
    font-size: 36px;
    margin-bottom: 0
}

.billing_details_area .left_title2 h2:before {
    background: #acb2b4;
    height: 1px
}

.billing_form .form-group {
    margin-bottom: 30px
}

.billing_form .form-group:last-child {
    margin-bottom: 0
}

.billing_form .form-group input {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 38px;
    border: 1px solid #e2e2e2;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    color: #c6c6c6;
    letter-spacing: .3px;
    padding: 0 20px
}

.billing_form .form-group input.placeholder {
    font-size: 15px;
    font-family: "Lato", sans-serif;
    color: #c6c6c6;
    letter-spacing: .3px
}

.billing_form .form-group input:-moz-placeholder {
    font-size: 15px;
    font-family: "Lato", sans-serif;
    color: #c6c6c6;
    letter-spacing: .3px
}

.billing_form .form-group input::-moz-placeholder {
    font-size: 15px;
    font-family: "Lato", sans-serif;
    color: #c6c6c6;
    letter-spacing: .3px
}

.billing_form .form-group input::-webkit-input-placeholder {
    font-size: 15px;
    font-family: "Lato", sans-serif;
    color: #c6c6c6;
    letter-spacing: .3px
}

.billing_form .form-group input+input {
    margin-top: 12px
}

.billing_form .form-group input:focus {
    border-color: #242424
}

.billing_form .form-group label {
    display: block;
    font-size: 15px;
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 6px
}

.billing_form .form-group .nice_select {
    height: 38px;
    border-radius: 0;
    width: 100%;
    padding: 0 20px;
    margin: 0
}

.billing_form .form-group .nice_select .current {
    position: relative;
    top: -3px;
    color: #c6c6c6;
    font-family: "Open Sans", sans-serif;
    font-size: 15px
}

.billing_form .form-group .nice_select:after {
    border: 0;
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-top: -6px;
    margin-right: 5px
}

.billing_form .form-group .nice_select.open:after {
    content: "";
    margin-top: -7px
}

.billing_form .form-group .nice_select .list {
    width: 100%;
    background: #fff;
    z-index: 10
}

.billing_form .form-group textarea {
    resize: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100px;
    border: 1px solid #e2e2e2;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #c6c6c6;
    letter-spacing: .3px;
    padding: 15px 20px
}

.billing_form .form-group textarea.placeholder {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #c6c6c6;
    letter-spacing: .3px
}

.billing_form .form-group textarea:-moz-placeholder {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #c6c6c6;
    letter-spacing: .3px
}

.billing_form .form-group textarea::-moz-placeholder {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #c6c6c6;
    letter-spacing: .3px
}

.billing_form .form-group textarea::-webkit-input-placeholder {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    color: #c6c6c6;
    letter-spacing: .3px
}

.billing_form .form-group textarea:focus {
    border-color: #242424
}

.billing_form .select_check2 {
    margin-top: 40px;
    margin-bottom: 15px
}

.billing_form .select_check2 .creat_account label {
    font-size: 36px;
    font-family: "Playfair Display", serif;
    font-weight: bold;
    color: #3e606b;
    top: -30px
}

.order_box_price .payment_list {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 30px 30px 55px 30px
}

.order_box_price .payment_list .price_single_cost h5 {
    font-size: 15px;
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: inherit;
    line-height: normal;
    margin-bottom: 22px;
    text-transform: uppercase
}

.order_box_price .payment_list .price_single_cost h5 span {
    float: right;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px
}

.order_box_price .payment_list .price_single_cost h5 span.text_f {
    text-transform: inherit
}

.order_box_price .payment_list .price_single_cost h5:nth-child(4) {
    text-transform: none
}

.order_box_price .payment_list .price_single_cost h4 {
    font-size: 15px;
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: inherit;
    line-height: normal;
    margin-bottom: 22px;
    text-transform: uppercase
}

.order_box_price .payment_list .price_single_cost h4 span {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #242424;
    float: right
}

.order_box_price .payment_list .price_single_cost h3 {
    font-size: 15px;
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: inherit;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    line-height: normal;
    padding: 15px 0 18px 0;
    margin-bottom: 10px;
    text-transform: uppercase
}

.order_box_price .payment_list .price_single_cost h3 span {
    font-size: 17px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    color: #242424;
    float: right
}

.order_box_price .payment_list .accordion_area .card {
    border: 0
}

.order_box_price .payment_list .accordion_area .card .card-header {
    padding: 0;
    border: 0;
    background: transparent
}

.order_box_price .payment_list .accordion_area .card .card-header h5 {
    vertical-align: middle;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link {
    padding: 0;
    border: 0;
    line-height: normal;
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #797979;
    display: inline-block;
    line-height: 45px;
    cursor: pointer
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link:before {
    content: "";
    height: 12px;
    width: 12px;
    border: 1px solid #919292;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link:after {
    content: "";
    height: 8px;
    width: 8px;
    border: 1px solid #274760;
    border-radius: 50%;
    position: absolute;
    background: #0e84c6;
    left: 2px;
    top: 49%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link.collapsed:after {
    background: #efefef;
    border-color: #e1e2e2
}

.order_box_price .payment_list .accordion_area .card .card-header h5 .btn.btn-link img {
    margin-left: 20px
}

.order_box_price .payment_list .accordion_area .card .card-header h5 a {
    font-size: 14px;
    color: #e34342;
    margin-left: 25px
}

.order_box_price .payment_list .accordion_area .card .card-body {
    border: 0;
    padding: 25px 20px 25px 25px;
    background: #ececec;
    border-radius: 5px;
    position: relative;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    line-height: 24px;
    color: #8e8d8d;
    letter-spacing: .45px
}

.order_box_price .payment_list .accordion_area .card .card-body:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 10px 7px;
    border-color: transparent transparent #ececec transparent;
    position: absolute;
    top: -10px;
    left: 25px
}

.order_box_price .payment_list .submit_btn {
    margin-top: 30px;
    border-radius: 3px;
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
    padding: 0 30px
}

.order_box_price .payment_list .submit_btn:before {
    border-radius: 3px
}

.creat_account {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.creat_account input {
    visibility: hidden
}

.creat_account label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 0 0 0 25px;
    height: 15px;
    margin: 0;
    top: -25px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    color: #797979;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: .25px;
    font-weight: 500;
    font-size: 15px
}

.creat_account .check {
    display: block;
    position: absolute;
    border: 1px solid #8e8f8f;
    border-radius: 2px;
    background: #fff;
    height: 13px;
    width: 13px;
    top: 8px;
    border-radius: 0;
    left: 0;
    z-index: 5;
    -o-transition: border .25s linear;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
    cursor: pointer
}

.creat_account .check::before {
    display: block;
    position: absolute;
    content: "";
    border-radius: 100%;
    top: -3px;
    left: -1px;
    margin: auto;
    -o-transition: background .25s linear;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
    color: #fff;
    font: normal normal normal 18px/1 FontAwesome;
    opacity: 0;
    color: #000
}

.creat_account .check::after {
    display: block;
    position: absolute;
    content: "";
    height: 9px;
    width: 9px;
    border: 1px solid #aeb3b9;
    background: #e8e8e8;
    left: 1px;
    top: 1px
}

.creat_account input[type=checkbox]:checked~.check::before {
    opacity: 1
}

.creat_account input[type=checkbox]:checked~.check::after {
    opacity: 0
}

.price_item {
    background: url(../img/menu-price-bg.jpg) no-repeat scroll center center;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 60px 10px
}

.price_item:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.price_item h4 {
    font: bold 50px "Playfair Display", serif;
    margin-bottom: 25px
}

.price_item .nav li {
    margin-bottom: 20px
}

.price_item .nav li:last-child {
    margin-bottom: 0
}

.price_item .nav li a {
    color: #fff;
    font: normal 20px "Playfair Display", serif
}

.price_item .view_all_btn {
    margin-top: 40px;
    height: 45px;
    line-height: 45px;
    padding: 0 36px
}

.footer_area {
    padding-top: 80px;
    background: url(../img/footer-bg.jpg) no-repeat scroll center center;
    background-size: cover
}

.footer_widgets {
    padding-bottom: 50px
}

.footer_widgets .col-lg-3:nth-child(2) .link_widget {
    margin-left: 30px
}

.f_title {
    margin-bottom: 32px
}

.f_title h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: "Playfair Display", serif;
    color: #fff;
    position: relative;
    margin-bottom: 0
}

.f_title h3:before {
    content: "";
    height: 1px;
    width: 30px;
    background: #961716;
    position: absolute;
    left: 0;
    bottom: -12px
}

.about_widget img {
    margin-bottom: 26px
}

.about_widget p {
    color: #a8a8a8;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: .28px;
    margin-bottom: 32px
}

.about_widget .nav li {
    margin-right: 10px
}

.about_widget .nav li:last-child {
    margin-right: 0
}

.about_widget .nav li a {
    display: inline-block;
    height: 36px;
    width: 36px;
    border: 1px solid #a8a8a8;
    text-align: center;
    line-height: 34px;
    font-size: 16.92px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s
}

.about_widget .nav li a:hover {
    border-color: #961716;
    color: #961716
}

.link_widget .nav li {
    margin-bottom: 10px
}

.link_widget .nav li a {
    font-size: 14px;
    color: #a8a8a8;
    font-family: "Open Sans", sans-serif
}

.link_widget .nav li:last-child {
    margin-bottom: 0
}

.contact_widget h4 {
    font-size: 18px;
    color: #a8a8a8;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 15px
}

.contact_widget p {
    font-size: 14px;
    color: #a8a8a8;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 4px
}

.contact_widget h5 {
    font-size: 14px;
    color: #a8a8a8;
    font-family: "Open Sans", sans-serif
}

.footer_copyright {
    border-top: 1px solid #3b3e43;
    padding: 30px 0
}

.footer_copyright .left p {
    margin-bottom: 0;
    color: #767676
}

.footer_copyright .right .text_btn {
    color: #961716
}