:root {
    --main-color: #d52f31;
}

:root {
    --main2-color: #554e8a;
}

p {
    font-size: 16px;l
    color: #4a4a4a;
}

a:hover {
    text-decoration: none;
}

/* ----------------------------------------------------------------
	:: 2.0 Home Title V3 CSS
-----------------------------------------------------------------*/

.home_page_v3 .title-section h3:after {
    /* background-image: url(../images-v3/all-img/icon-1.png); */
}

.home_page_v3 .title-section.white h3:after {
    background-image: url(../images-v3/all-img/icon-2.png) !important;
}

/* ----------------------------------------------------------------
	:: 3.0 Custom Header v3 CSS
-----------------------------------------------------------------*/

.top_header .navbar-light .navbar-nav .active > .nav-link,
.top_header .navbar-light .navbar-nav .nav-link.active,
.top_header .navbar-light .navbar-nav .nav-link.show,
.top_header .navbar-light .navbar-nav .show > .nav-link {
    background-color: var(--main-color);
    color: #fff;
}

.top_header .navbar-light .navbar-nav .nav-link {
    padding: 8px 12px;
    margin: 0px 1px;
    color: #000;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

nav.navbar.h_stiky {
    background-color: #d52f31 !important;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.navbar-brand {
    max-width: 190px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.navbar-brand img {
    height: 100%;
    width: 100%;
}

.home_page_v3 nav.navbar,
.home_page_v3 .navbar-brand {
    padding: 0;
}

.home_page_v3 nav.navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.36);
    padding-bottom: 15px;
}

.head-cont ul.navbar-nav.mr-auto {
    padding: 60px 0;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.h_stiky ul.navbar-nav.mr-auto {
    padding: 18px 0;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.h_stiky .navbar-brand {
    margin-top: 8px;
    max-width: 100px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.home_page_v3 .top_header.header_v3 nav.navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.36);
    background-color: transparent;
    padding-bottom: 15px;
}

nav.navbar.navbar-default.goToTop {
    position: fixed;
    z-index: 99;
    top: 0;
}

.navbar-collapse {
    -ms-flex-positive: unset !important;
    flex-grow: unset !important;
}

/* ----------------------------------------------------------------
	 :: 4.0 Custom Home Slider v3 CSS
-----------------------------------------------------------------*/

.swiper-button-next,
.swiper-button-prev {
    background-image: none !important;
}

.swiper-container.home-slider-3 {
    max-height: 970px;
    overflow: hidden;
}

.slide-bgimg img {
    width: 100%;
}

.swiper-button-prev.home_slid_btn {
    left: 3%;
}

.swiper-button-next.home_slid_btn {
    right: 3%;
}

.home-slider-3 .fas {
    background-color: transparent !important;
}

.home-slider-3 .fas:hover {
    background-color: var(--main-color) !important;
}

.swiper-container.home-slider-3 {
    max-height: 970px;
    overflow: hidden;
}

.swiper_caption {
    text-align: center;
    color: #fff;
}

.swiper_caption h1 {
    font-size: 65px;
    text-shadow: 0px 0px 0px #fff;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    overflow: hidden;
}

.home-slider-3 .swiper-slide .slide-bgimg:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.7;
}

.header_banner .swiper-container {
    width: 100%;
    height: 100vh;
    transition: opacity .6s ease, -webkit-transform .3s ease;
    transition: opacity .6s ease, transform .3s ease;
    transition: opacity .6s ease, transform .3s ease, -webkit-transform .3s ease;
}

.home-slider-3 .swiper-slide figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1140px;
    color: #fff;
    z-index: 99;
    height: 100%;
}

.home-slider-3 .swiper-slide figcaption .content-center {
    left: 0;
    right: 0;
}

.home-slider-3 .swiper-slide figcaption .content.text-left {
    justify-content: normal;
    left: 0;
    position: absolute;
}

.home-slider-3 .swiper-slide figcaption .content.text-right .caption {
    position: absolute;
    right: 0;
}

.home-slider-3 .swiper-slide .content .title {
    text-shadow: 2px 2px 18px rgba(21, 2, 2, 0.45);
    letter-spacing: 3px;
    margin-bottom: 30px;
    color: rgb(0, 0, 0);
    font-size: 90px;
    line-height: 116px;
    font-weight: 600;
}

.home-slider-3 .swiper-slide .content .title span {
    color: var(--main-color);
    font-weight: bold;
}

.home-slider-3 .swiper-slide .content .caption {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
    transition: opacity .3s ease, -webkit-transform .7s ease;
    transition: opacity .3s ease, transform .7s ease;
    transition: opacity .3s ease, transform .7s ease, -webkit-transform .7s ease;
}

.swiper-slide .content .caption.show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.home-slider-3 .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    border-radius: 1px;
    background-color: var(--main-color);
    margin: 6px 4px;
    opacity: 0.8;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.home-slider-3 .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #222;
    border: 4px solid var(--main-color);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.home-slider-3 .swiper-pagination {
    bottom: 80px !important;
}

.home-slider-3 figure {
    margin: 0;
}

/* ----------------------------------------------------------------
	 :: 5.0 About Section v3 CSS
-----------------------------------------------------------------*/

.welcom-left-colm {
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
}

.welcom-left {
    height: 100%;
}

.welcom-left-colm h2.wlcm-text {
    font-size: 40px;
    color: #fff;
	white-space: pre-wrap;
	line-height: 40px;
}

.welcom-left-colm h3 {
    font-size: 30px;
    font-weight: 400;
}

.col-md-6.welcom-left {
    padding: 40px 60px;
    position: relative;
}

.col-md-6.welcom-left:after {
    content: '';
    position: absolute;
    border: 2px solid #333;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 70%;
    z-index: -1;
}

.welcom-section-v3 p {
    font-size: 18px;
    margin-bottom: 0px;
    color: #4a4a4a;
    text-align: center;
	line-height:35px;
}

.welcom-section img {
    height: 100%;
    padding-top: 0;
}

/* ----------------------------------------------------------------
	:: 6.0 Verity Section v3 CSS
-----------------------------------------------------------------*/

.verity-items {
    margin-bottom: 40px;
}

.verity-items h4 {
    font-weight: 600;
    font-size: 22px;
}

.verity-items h4 a {
    color: #333;
    text-decoration: none;
}

.verity-items h4 a:hover {
    text-decoration: none !important;
}

.verity-items h4 span {
    text-align: right;
    float: right;
}

.verity-items p {
    font-size: 16px;
    color: #4a4a4a;
}

.items_image {
    border: none !important;
    text-align: center;
}

.verity-section .portfolio-tabs li:before {
    display: none;
}

.verity-section .portfolio-tabs li {
    margin-right: 60px;
}

.verity-section .portfolio-tabs.nav-pills .nav-link {
    text-transform: uppercase !important;
    text-align: center;
    padding: 0px 15px 15px 15px !important;
}

.verity-section .portfolio-tabs.nav-pills .nav-link:hover,
.verity-section .portfolio-tabs.nav-pills .nav-link.active {
    border-bottom: 1px solid;
}

.verity-section ul.portfolio-tabs.categories {
    border-bottom: 1px solid #ccc;
}

.col-lg-6.col-md-6.verity-items {
    padding: 0;
}

/* ----------------------------------------------------------------
	:: 7.0 Reservation sectionv2 v3 CSS 
-----------------------------------------------------------------*/

.resv-section-v3.resv-section .btn {
    min-width: 250px;
    color: #fff;
}

.resv-section-v3.resv-section .btn:hover {
    color: #000;
}

.resv-section.resv-section-v3 {
    background: linear-gradient(4deg, rgba(0, 0, 0, 0.9) 17%, rgba(0, 0, 0, 0.79) 69%), url(../images-v3/all-img/bg-1.jpg);
}

/* ----------------------------------------------------------------
	:: 8.0 Blog  Section  v3 CSS
-----------------------------------------------------------------*/

.blog-section-v3.blog-section .swiper-container {
    padding: 0;
}

.blog-section.blog-section-v3 {
    padding-bottom: 100px;
}

.blog-section-v3 .img-thumbnail-inner {
    max-width: 290px;
    height: 290px;
    overflow: hidden;
    border-radius: 100%;
    margin: 15px auto;
}

.blog-section-v3.blog-section h2 a {
    color: var(--main-color);
    font-size: 22px;
}

.blog-section-v3.blog-section i.fas.fa-angle-left,
.blog-section-v3.blog-section i.fas.fa-angle-right {
    padding: 0px;
}

.blog-section.blog-section-v3 .swiper-container .news-desc {
    padding: 40px 0px;
    border: 2px solid var(--main-color);
    box-shadow: 2px 7px 27px rgba(0, 0, 0, 0.12156862745098039);
}

.blog-section-v3.blog-section .button a {
    background-color: #000000;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    font-weight: 600;
    font-size: 17px;
    padding: 10px 30px;
}

.blog-section-v3.blog-section .button a:hover {
    background-color: var(--main-color);
}

.blog-section-v3.blog-section .news-data {
    margin-bottom: 20px;
}

.blog-section-v3.blog-section img.img-fluid {
    height: 100%;
}

/* ----------------------------------------------------------------
	:: 9.0 Gallery section v3 CSS
-----------------------------------------------------------------*/

.gallery-desc {
    position: relative;
    margin: 15px 0px;
}

.gallery-desc img {
    width: 100%;
}

.gallery_overlay.content-center {
    outline: 1px solid #fffbfb;
    outline-offset: -20px;
}

.gallery-desc:hover .gallery_overlay.content-center {
    opacity: 1;
    transition: all .5s;
    width: 90%;
}

.gallery-desc .gallery_overlay-inner p {
    padding-top: 10px;
    text-transform: capitalize;
    font-size: 22px;
}
.gallery_overlay-inner P {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.gallery_overlay-inner a {
    color: #fff;
    font-size: 26px;
    display: block;
    text-align: center;
    border-top: 2px solid #fff;
}

.gallery_overlay-inner a.glry_more:hover {
    color: #f2f2f2;
    text-decoration: none;
}

.portfolio-tabs.nav-pills .nav-link.active, .portfolio-tabs.nav-pills .nav-link, .portfolio-tabs.nav-pills.show > .nav-link {
    padding-top: 0;
}

.portfolio-tabs.nav-pills .nav-link:hover,
.portfolio-tabs.nav-pills .nav-link.active {
    color: var(--main-color);
    transition: 0.5s;
    background-color: transparent;
    text-decoration: none;
}

.portfolio-tabs li:before {
    content: '/';
    position: absolute;
    right: 0;
    top: 2px;
}

.portfolio-tabs li:last-child:before {
    display: none;
}

.portfolio-tabs li {
    display: inline-block;
    list-style: none;
    position: relative;
}

.gallery-section-v3 {
    background-color: #f5f5f5;
    padding-bottom: 85px;
}

.gallery-section-v3.gallery-section .content-image {
    width: 100%;
    height: 100%;
}

.gallery-section-v3 ul.portfolio-tabs.categories {
    display: block;
    margin-bottom: 45px;
    color: black;
}

.gallery-section.gallery-section-v3 .content {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;

}

/* ----------------------------------------------------------------
	:: 10.0 Team Section V3 CSS 
-----------------------------------------------------------------*/

.team-section-v3.team-section .chef_img {
    border: 0px !important;
    text-align: center;
}

.team-section-v3.team-section .team-detail h3 {
    font-size: 24px;
    color: #ffffff;
}

.team-section-v3.team-section .team-detail p {
    color: #fff;
}

.team-section-v3.team-section .team-social li a {
    background-color: transparent;
    font-size: 20px;
    color: var(--main-color);
    transition: all ease 0.6s;
}

.team-section-v3.team-section .chef_img img {
    padding: 0;
}

.team-section-v3.team-section .team-detail {
    padding-top: 1px !important;
    background-color: #333;
    text-align: center;
    padding: initial;
    margin: 0;
    padding: 0;
    color: #fff;
    transition: all ease 0.6s;
    border-bottom: 2px solid #fff;
    border-bottom: 2px solid var(--main-color);
}

.team-section-v3.team-section .team-content .team-social {
    visibility: visible;
    background: #fff;
    padding-bottom: 10px;
    padding-top: 7px;
    transition: all ease 0.6s;
    margin-bottom: 0px;
}

.team-section-v3.team-section .team-content:hover .team-detail {
    background-color: var(--main-color);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.team-section-v3.team-section .team-content:hover .team-social li a {
    visibility: visible;
    transition: all ease 0.6s;
}

.team-section-v3.team-section .team-content .team-social li a:hover {
    color: #333;
    transition: all ease 0.6s;
}

.team-section-v3.team-section .team-social li {
    border: 0px;
    transition: all ease 0.6s;
}

.team-section-v3.team-section .team-social li:hover {
    border: 0px;
    transition: all ease 0.6s;
}

/* ----------------------------------------------------------------
	:: 11.0 Testimonial Section V3 CSS 
-----------------------------------------------------------------*/

.testimonial-section-v3 .testimonial-cont {
    text-align: left;
    z-index: 999;
    position: relative;
    background-color: #ffff;
    left: -15%;
    padding: 60px;
    box-shadow: 0 0 13px #909090;
}

.testimonial-section-v3.testimonial-section .home_slid_btn:hover i {
    color: #fff;
}

.testimonial-section-v3.testimonial-section .testimonial:hover {
    background-color: transparent;
}

.testimonial-section-v3 .testimonial {
    padding: 0;
    border: 0;
}

.testimonial-section-v3 .testimonial .col-md-6 {
    padding: 0;
}

.testimonial-section-v3 .testimonial .img-fluid {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.testimonial-section-v3.testimonial-section .testimonial .title {
    font-size: 22px;
    color: #333;
}

.testimonial-section-v3.testimonial-section .testimonial span.post,
.testimonial-section-v3.testimonial-section .testimonial:hover span.post {
    color: #333;
}

.testimonial-section-v3 span.post {
    font-weight: bold;
  color: var(--main-color)!important;
    font-size: 18px;
}

/* ----------------------------------------------------------------
	:: 12.0 Side images CSS v3
-----------------------------------------------------------------*/

#return-to-top i {
}

.verity-section-v3 {
    background-color: #f5f5f5;
    position: relative;
}

.team-section-v3 {
    position: relative;
}

.section-title span:after {
    display: none;
}

.section-title h2 {
    position: relative;
}

.section-title h2:after {
    margin-left: 0;
    background: var(--main-color);
    height: 2px;
    bottom: 0;
    left: 0;
}