/*-----------------------------------------------------------------------------------
    Theme Name: Eatos
    Theme URI: 
    Description: The Multi-Purpose One-Page Theme, creative design and much more.
    Author: weblizar
    Author URI: http://weblizar.com/
    Version: 1.0
----------------------------------------------------------------------------------*/
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>
:: 1.0 Typography CSS
:: 2.0 Helper Class CSS
:: 3.0 Section Title CSS
:: 4.0 Button CSS
:: 5.0 Navbar Menu CSS
:: 6.0 slider CSS
:: 7.0 About CSS
:: 8.0 Verity Section CSS
:: 9.0 Team Section CSS
:: 10.0 Blog Section CSS
:: 11.0 Reservation Section CSS
:: 12.0 Gallery Section CSS
:: 13.0 Testimonial Section CSS
:: 14.0 Reservation Section CSS
:: 15.0 Contact Section CSS
:: 16.0 Callout Section CSS
:: 17.0 Subscribe Section CSS
:: 18.0 Footer Section CSS
:: 19.0 Datepikar CSS
:: 20.0 Page Loader CSS
:: 21.0 Button Return top CSS
:: 22.0 Blog Page CSS
:: 23.0 Blog Comment Section CSS
:: 24.0 Aboutblog-sidebar CSS
:: 25.0 page heading CSS
:: 26.0 sidebar widget CSS
:: 27.0 menu details CSS
:: 28.0 chef details CSS
:: 29.0 widget Recipies CSS
:: 30.0 about Page CSS
:: 31.0 Contact Page CSS
:: 32.0 Datepikar CSS
:: 33.0 Custom Home Slider v3 CSS
:: 34.0 Custom Home Slider v2 CSS
:: 35.0 Post Pagination CSS
:: 36.0 woocommerce CSS
<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* ----------------------------------------------------------------
    :: 1.0 Typography CSS
-----------------------------------------------------------------*/
body {
    font-family: 'Open Sans';
}

.section-heading, .section-title, h1, h2, h3 {
    font-family: 'Poppins' !important;
}

.section-title {
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 46px;
}

.bg {
  background-color: #f5f5f5;
}

p {
    font-size: 16px;
    color: #232323;
}
.my-5 {
    display: grid;
}
/* ----------------------------------------------------------------
    :: 2.0 Helper Class CSS
-----------------------------------------------------------------*/
a:hover {
    text-decoration: none;
}

.upperclass {
    text-transform: uppercase;
}

.space {
    padding: 100px 0px;
}
.space-top {
    padding-top: 100px;
}
.pb-60 {
    padding-bottom: 60px;
}


/* ----------------------------------------------------------------
    :: 3.0 Section Title CSS
-----------------------------------------------------------------*/
.title-section h2 {
    font-family: Playball !important;
    font-size: 38px;
    color: var(--main-color);
    line-height:32px;
    text-transform: capitalize;
}

.title-section h3 {
    color: #232323;
    font-size: 38px;
    text-transform: capitalize;
    position: relative;
}

.title-section {
    max-width: 800px;
    width: auto;

}

.title-section.center {
    margin: 0 auto;
    text-align: center;
}

.title-section.white h3, .title-section.white p {
    color: #fff;
}

.title-section {
    width: auto;
    max-width: 800px;
}

.title-section.t-icon h3:after {
    content: '';
    display: block;
    position: relative;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0 auto;
    border: 0;
    top: 10px;
    margin-top: 5px;
    background-size: 100%;
    width: 126px;
    height: 30px;
    background-image: url(../images/all-img/icon-1.png);
}

.title-section.t-border h3 {
    padding-bottom: 11px;
    margin-bottom: 15px;

}

.title-section.t-border h3:after {
    content: '';
    display: block;
    height: 4px;
    width: 50px;
    background-color: var(--main-color);
    position: relative;
    left: 0;
    top: 10px;

}

.title-section.white h3:after {
    background-image: url(../images/all-img/icon-2.png) !important;
}

.title-section p {
    line-height: 30px;
    margin-bottom: 0;
    font-size: 18px;
    color: #4a4a4a;
}

.home_page_v2 .title-section h3 span:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: #333;
    bottom: 6px;
}


/* ----------------------------------------------------------------
    :: 4.0 Button CSS
-----------------------------------------------------------------*/
.swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
}

i.fas.fa-angle-left, .fas.fa-angle-right {
    color: #000;
    font-size: 42px;
    border: 2px solid #333;
    width: 46px;
    opacity: 1;
    height: 65px;
    line-height: 65px;
    background-color: #fff;
    text-align: center;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

i.fas.fa-angle-left:hover, .fas.fa-angle-right:hover {
    background-color: var(--main-color);
    border: 2px solid var(--main-color);
    color: #fff;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}

.photobox_a img {
    display: none;
}

.col-lg-6.col-md-6.verity-items {
    padding: 0px !important;
}

.btn.btn-main {
    background-color: var(--main-color);
    border-radius: 0;
    padding: 6px 15px;
    color: #fff;
}

.btn.btn-main:hover {
    color: #fff;
    background-color: #000;
}

.btn.btn-main2 {
    color: #fff;
    background-color: #000;
    border-radius: 0;
    padding: 6px 15px;
}

.btn.btn-main2:hover {
    background-color: var(--main-color);
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
    width: auto;
    height: auto;
}

.swiper-container .swiper-button-prev {
    left: 3%;
}

.swiper-container .swiper-button-next {
    right: 3%;
}

/* ----------------------------------------------------------------
    :: 5.0 Navbar Menu CSS
-----------------------------------------------------------------*/

.top_header .navbar-light .navbar-nav .nav-link, .navbar .dropdown-item {
    position: relative;
}
.dropdown-slide > .dropdown-menu a{
    color: #333!important;
    margin:0px 0px!important;
}
.dropdown-slide > .dropdown-menu .dropdown-menu {
    color: #333!important;
    left:100%;
    top:0;
}


.show.dropdown-slide > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity:1;
}
.top_header .top_header .navbar-light .navbar-nav .active > .nav-link,
.top_header .top_header .navbar-light .navbar-nav .active .nav-link,
.top_header .top_header .navbar-light .navbar-nav .nav-link.show,
.top_header .top_header .navbar-light .navbar-nav .show > .nav-link {
    background-color: var(--main-color);
    color: #fff;
    transition: all ease 0.4s;

}

.top_header .navbar.h_stiky .navbar-nav .nav-link {
    color: #000 !important;
    transition: all ease 0.4s;
}

.navbar.h_stiky .navbar-nav .active .nav-link, .navbar.h_stiky .navbar-nav .nav-link:hover {
    color: #fff !important;
    background-color: var(--main-color);
    transition: all ease 0.4s;
}

.navbar .navbar-nav .active .nav-link, .navbar .navbar-nav .nav-link:hover {
    background-color: var(--main-color);
    color: #000;
    transition: all ease 0.6s;
}

.navbar .dropdown-item {
    font-size: 18px;
    padding: 10px;
    transition: all ease 0.6s;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active, .navbar .dropdown-item:hover {
    background-color: var(--main-color);
    text-decoration: none;
    color: #fff;
    transition: all ease 0.6s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.top_header .navbar-light .navbar-nav .nav-link {
    padding: 3px 8px;
    margin: 0px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    padding: 10px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.9);
    background-color: var(--main-color);
}
.navbar-brand, nav.navbar.h_stiky .navbar-brand, nav.navbar.h_stiky, nav.navbar {
    -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;
}

.top_header nav.navbar.h_stiky {
    position: fixed;
    top: 0;
    background-color: var(--main-color);
    z-index:9999;
}
nav.navbar.h_stiky {
    box-shadow: 2px 2px 34px #0000008c;
    border: 0;
}

.navbar-brand {
    -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;
   max-width: 200px;
}

.h_stiky li.nav-item.active a.nav-link {
    color: #fff !important;
}

.h_stiky .navbar-brand {
    max-width: 150px;
    -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.h_stiky .navbar-nav .active .nav-link, .navbar.h_stiky .navbar-nav .nav-link:hover {
    color: #fff !important;
    background-color: var(--main-color);
}

.top_header.navbar-brand {
    max-width: 190px;;
}

.top_header .navbar-brand img {
    height: 100%;
    width: 100%;
}

.top_header nav.navbar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.36);
    position: absolute;
    left: 0;
    z-index: 99;
    right: 0;
    background: transparent;
    padding: 0;
    min-height: 92px;
}

.top_header .head-cont ul.navbar-nav.mr-auto {
    padding: 60px 0;
}

.top_header .h_stiky ul.navbar-nav.mr-auto {
    padding: 18px 0;
}

.navbar-collapse {
    -ms-flex-positive: unset !important;
    flex-grow: unset !important;
}

.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.h_stiky .navbar-brand .stiky-hidden, .navbar-brand .stiky-show {
    transition: all ease 0.1s;
    overflow: hidden;
    display: none;
}

.h_stiky .navbar-brand .stiky-show {
    visibility: visible;
    transition: all ease 0.1s;
    display: block;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show {
    color: #fff !important;
}
/* ----------------------------------------------------------------
    :: 7.0 Header v2 
-----------------------------------------------------------------*/
.header_v2 nav.navbar {
   border-bottom: 1px solid rgba(0, 0, 0, 0.36);
   min-height: 100px;
}
.header_v2 nav.navbar.h_stiky {
    min-height: 90px;
}
.header_v2 nav.navbar.h_stiky {
    top: 0;
    z-index: 9999;
    width: 100%;
    position: fixed;
    background-color:var(--main-color);
}
.header_v2 nav.navbar, .home_page_v2 .navbar-brand {
    padding: 0;
}
.header_v2 .navbar-light .navbar-nav .nav-link {
    padding: 8px 12px;
    margin: 0px 1px;
    font-weight: 600;
    font-size: 18px;
    color: #000 !important;
    text-transform: uppercase;
}

/* ----------------------------------------------------------------
    :: 7.0 Homepage slider CSS
-----------------------------------------------------------------*/
.carousel-fade .carousel-item {
    height: 100%;
}

.carousel-fade .carousel-item img {
    height: 100vh;
    width: 100%;
    max-width: 100%;
    background-size: cover;
    background-origin: content-box;
    background-clip: content-box;
    background-position: center;
    color: rgba(0, 0, 0, 0.56);
    filter: brightness(30%);
    right: 0;
    left: 0;
    resize: both;
}

.carousel .carousel-indicators {
    bottom: 60px;
}

.carousel .carousel-caption {
    right: 0;
    left: 0;
}

.carousel .carousel-indicators li {
    width: 30px;
    height: 30px;
    margin-right: 3px;
    border: 4px solid var(--main-color);
    margin-left: 10px;
    background-color: var(--main-color);
}

.carousel .carousel-indicators li.active {
    border: 4px solid var(--main-color);
    background-color: #fff;

}

.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    background-image: none !important;
}

.carousel-inner a {
    opacity: 1;
}

.swiper5 .carousel-inner .carousel-item:after {
    background: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    content: '';

}

.swiper-container.swiper5 {
    margin: 0 auto;
    width: 100%;
}

.swiper5 {
    overflow: hidden;
    width: 100%;
}

.swiper5 .swiper-button-next, .swiper5 .swiper-container-rtl .swiper-button-prev,
.swiper5 .swiper-button-prev, .swiper5 .swiper-container-rtl .swiper-button-next {
    background: none;
}

.swiper5 .swiper-button-next, .swiper5 .swiper-container-rtl .swiper-button-prev {
    right: 40px;
}

.swiper5 .swiper-button-prev, .swiper5 .swiper-container-rtl .swiper-button-next {
    left: 40px;
}

.swiper-button-next::before, .swiper5 .swiper-container-rtl .swiper-button-prev::before {
    margin-right: -10;
    right: 0;
}

.swiper5 .swiper-button-prev::before, .swiper5 .swiper-container-rtl .swiper-button-next::before {
    margin-left: -10px;
}

.swiper5 span.upperclass {
    font-size: 71.96px;
    font-weight: bold;

    line-height: 85px;
    color: var(--main-color);
}

.swiper5 a.btn.s_link {
    color: #232323;
    text-transform: uppercase;
    border-radius: 0;
    line-height: 50px;
    font-size: 20px;
    padding: 0;
    width: 180px;
    height: 50px;
    background-color: var(--main-color);
}

.swiper5 a.btn.s_link:hover {
    background-color: #fff;
    color: #000;
}

a.btn.s_link.second-btn {
    background: #fff !important;
}

a.btn.s_link.second-btn:hover {
    background: var(--main-color) !important;
}

.swiper5 .second-btn {
    margin-left: 40px;
}

.swiper5 p {
    color: #fff;
    padding: 20px 0;
    font-size: 25px;
}

.swiper5 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #F8A71A;
    border-radius: 0;
    padding: 11px;
    background-color: #fff;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 60px !important;

}

.swiper5 span.swiper-pagination-bullet {
    border-radius: 0;
    padding: 12px;
    opacity: 1;
}

.swiper5 img.img-responsive {
    width: 100%;
    height: 100%;
}

.swiper5 h1.animation.animated-item-1 {
    font-size: 57.19px;
    line-height: 85px;
}

/* ----------------------------------------------------------------
    Homepage About CSS
-----------------------------------------------------------------*/

.welcom-section .col-md-6 {
    float: left;
}

.welcom-section img {
    width: 100%;
    padding: 20px;
}

.welcom-section h2 {
    font-family: Playball;
    font-size: 38px;
    color: var(--main-color);
}

.welcom-section .img-thumbnail::before {
    border-top: 5px solid var(--main-color);
    border-left: 5px solid var(--main-color);
    content: "";
    height: 262px;
    top: 0px;
    position: absolute;
    -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;
    width: 262px;
    z-index: -1;
}

.welcom-section .img-thumbnail::after {
    border-bottom: 5px solid var(--main-color);
    border-right: 5px solid var(--main-color);
    content: "";
    height: 262px;
    right: 0;
    bottom: 0;
    position: absolute;
    -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;
    width: 262px;
    z-index: -1;
}
.welcom-section .img-thumbnail {
    margin: 0 auto;
    position:relative;
    padding: 0;
    border: 0;
    display: block;
    border-radius: 0;
    background-color: transparent;
}

.col-md-6.welcom-img {
    padding-left: 0;
}

/* ----------------------------------------------------------------
     :: 5.0 About Section v3 CSS
-----------------------------------------------------------------*/

.welcom-section-v3 .welcom-left-colm {
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
}

.welcom-section-v3 .welcom-left {
    height: 100%;
}

.welcom-section-v3 .welcom-left-colm h2.wlcm-text {
    font-size: 40px;
    color: #fff;
    padding: 30px;
    line-height: 70px;
}

.welcom-section-v3 .welcom-left-colm h3 {
    font-size: 30px;
    font-weight: 400;
}

.welcom-section-v3 .col-md-6.welcom-left {
    padding: 40px 60px;
    position: relative;
}

.welcom-section-v3 .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;
}

.home_page_v3 .welcom-section-v3 p {
    font-size: 18px;
    margin-bottom: 0px;
    color: #4a4a4a;
    text-align: center;
}

.home_page_v3 .title-section h3:after {
    background-image: url(../images/all-img/icon-3.png);
}

/* ----------------------------------------------------------------
     :: 5.0 About Section v2 CSS
-----------------------------------------------------------------*/

.col-md-6.welcom-content {
    padding: 0px 30px;
}

.wlcm_sign img.img-fluid {
    padding-right: 50px;
}

.wlcm_sign span.owner {
    display: block;
    color: var(--main-color);
}

.welcom-section-v2 {
    background: linear-gradient(90deg, var(--main-color) 50%, #f5f5f5 50%);
    padding-top: 100px;
    position: relative;
}

.welcom-section-v2 .container {
    position: relative;
    z-index: 9;
}

.welcom-section-v2:after {
    background-size: 100%;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.welcom-section-v2 p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #000;
}

.wlcm_sign p {
    font-size: 18px;
    margin-bottom: 30px;
    color: #000;
    font-weight: bold;
    text-transform: capitalize;
}

/* ----------------------------------------------------------------
     Verity Section CSS
----------------------------------------------------------------*/
.verity-section button.btn.btn-main {
    padding: 11px 20px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.verity-items {
    margin: 20px 0px;
}

.verity-items h4 {
    font-weight: 600;
    font-size: 20px;
}

.verity-items h4 a {
    color: #333;
    text-decoration: none;
     transition: all ease 0.6s;
}

.verity-items h4 a:hover {
    text-decoration: none !important;
}

.verity-items h4 span {
    text-align: right;
    float: right;
     transition: all ease 0.6s;
}

.verity-items p {
    font-size: 16px;
    color: #4a4a4a;
    transition: all ease 0.6s;
}
.verity-items:hover h4, .verity-items:hover h4 a{
    color:var(--main-color);
    transition: all ease 0.6s;
}
.items_image {
    overflow: hidden;
    max-width: 100px;
    border: none !important;
    margin-right:10px;
}

.verity-section .portfolio-tabs li:before {
    display: none;
}

.verity-section .portfolio-tabs.nav-pills .nav-link {
    text-transform: uppercase !important;
    text-align: center;
    padding: 6px 21px !important;
}

 ul.portfolio-tabs.categories {
    border-bottom: 1px solid #ccc!important;
}

.verity-section-1 {
    background-position: right;
    background-repeat: no-repeat;
}

.verity-section ul.portfolio-tabs.categories {
    margin-bottom:40px;
}
section.verity-section.verity-section-1.space {
    padding-bottom: 100px;
}
section.verity-section.space {
    padding-bottom: 80px;
}

.verity-section-v2 {
    background-color: #f5f5f5;
    position: relative;
}

.verity-section-v3 {
    background-color: #f5f5f5;
    position: relative;
}

/* ----------------------------------------------------------------
     Team Section CSS
-----------------------------------------------------------------*/
.team-section .col-md-3.team-content {
    float: left;
}

.team-section {
    position: relative;
}

.team-section .col-md-3.team-content .chef_img {
    text-align: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--main-color);
}

.team-section .chef_img img {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.team-section .team-content:hover .chef_img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.team-section .chef_img {
    overflow: hidden;
    border: 1px solid var(--main-color);
}

.team-section .team-content h3 a{
    font-size: 18px;
    color: #232323;
    display:block;
    text-transform: capitalize;
    line-height: 24px;
    margin-top: 18px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.team-section .team-detail {
    text-align: center;
}

.team-section .team-social li a {
    border-radius: 50%;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    padding: 6px;
    color: #fff;
    text-align: center;
    width: 35px;
    background-color: #000;
}

.team-section .team-social li a:hover {
    color: #fff;
    background-color: var(--main-color);
}

.team-section .team-social li:hover {
    border: 1px solid var(--main-color);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-section .team-social li {
    display: inline-block;
    border: 1px solid transparent;
    padding: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-section .team-social li:hover {
    border: 1px solid #f8a71b;
}

.team-section .team-detail p {
    font-family: Playball;
    color:var(--main-color);
    line-height: 24px;
    font-size: 18px;
    text-transform: capitalize;
}

.team-section ul.team-social {
    padding: 0;
    margin-bottom:0px;
}

.team-section .team-detail  a {
    text-decoration: none;
}

.team-section .team-content:hover .team-social {
    visibility: visible;
}
/* ----------------------------------------------------------------
    :: 10.0 Team Section V3 CSS 
-----------------------------------------------------------------*/
.team-section {
   /* position: relative; */
   display: -webkit-box!important;
}
.team-section-v3.team-section .chef_img {
    border: 0px !important;
    text-align: center;
}

.team-section-v3.team-section .team-detail h3 a{
    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;
}
/* ----------------------------------------------------------------
    :: 10.0 Blog Section CSS
-----------------------------------------------------------------*/
.col-md-6.post_details.content-center {
    height: auto;
}
.post_details-inner h3 a {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #161516;
}
.blog-v1 .post_details-inner {
    max-width: 400px;
}
.blog-v1 .post_details-inner h3 {
    border-top: 1px solid var(--main-color);
    margin: 18px 0px;
    padding: 9px 0px;
    border-bottom: 1px solid var(--main-color);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 33px;
    max-width: 80%;
    overflow: hidden;
}
.post_details-inner h4 {
    font-size: 14px;
}
.row.news-desc {
    background-color: #fff;
}

.blog-v1 .swiper-container.p-0 {
    position: relative;
    width: 100%;
}
.blog-v1 .swiper-container.p-0 {
    position: relative;
    width: 100%;
}
.blog-v1 .swiper-container {
    background-color: #fff;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.32);
}
.blog-v1 .swiper-container:hover {
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.42);
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}
.row.news-desc  p.post_date {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.post_details-inner p.post_date span {
    color: #000000;
    font-size: 14px;
}

.blog-section .button a {
    color: #000;
    background-color: var(--main-color);
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 15px;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}
.blog-section .button a:hover{
    color: #fff;
    background-color:#000;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}
.blog-section .img-thumbnail {
    display: block;
    border: 0 none;
    position: relative;
    padding: 0;
    
}



.blog-section .news-date span {
    display: block;
}
.blog-v1 .swiper-container.p-0 {
    position: relative;
    width: 100%;
}

.blog-v1 .swiper-slide img.img-fluid {
    width: 100%;
}

/* ----------------------------------------------------------------
    :: 11.0 Blog v2 Section CSS
-----------------------------------------------------------------*/
.blog-section-v2.blog-section span {
    padding: 10px 10px 10px 0;
}

.blog-section-v2.blog-section span a {
    color: #000000;
    text-decoration: none;
}

.blog-section-v2.blog-section span a:hover {
    color: var(--main-color);
}

.blog-section-v2.blog-section h2 a {
    color: #000000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}

.blog-section-v2.blog-section .news-data {
    border-bottom: 1px solid #c7c7c7;
    padding: 10px 0;
    margin-bottom: 20px;
}

.blog-section-v2.blog-section .button a {
    color: #000;
    background-color: var(--main-color);
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 15px;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}
.blog-section-v2.blog-section .button a:hover{
    color: #fff;
    background-color:#000;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}
.blog-section-v2.blog-section .img-thumbnail {
    display: block;
    border: 0 none;
    position: relative;
    padding: 0;
}

.blog-section-v2.blog-section .col-md-12.news-detail {
    padding: 0;
}

.blog-section-v2.blog-section .news-date a {
    color: #fff;
}

.blog-section-v2.blog-section .news-date:hover a {
    color: #000;
}

.blog-section-v2.blog-section .news-date {
    display: block;
    position: absolute;
    top:15px;
    padding: 0;
    left:15px;
    text-align: center;
    width: 76px;
    height: 80px;
    background-color: var(--main-color);
}

.blog-section-v2.blog-section .news-date span.date {
    padding: 0;
}

.blog-section-v2.blog-section span.date.date_top {
    font-weight: 700;
    font-size: 26px;
    padding: 0;
}

.blog-section-v2.blog-section .news-date span {
    display: block;
}
.blog-section-v2.blog-v1 .swiper-container.p-0 {
    position: relative;
    width: 100%;
}
.blog-section-v2.blog-section .swiper-slide {
    padding: 10px!important;
}
.blog-section-v2.blog-section  .col-md-12.news-desc {
    border: 1px solid #ccc;
    padding: 15px;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}
.blog-section-v2.blog-section  .col-md-12.news-desc:hover{
    border: 1px solid #ccc;
    box-shadow:2px 2px 20px #ccc;
    -webkit-transition: all ease .6s;
    -moz-transition: all ease .6s;
    -ms-transition: all ease .6s;
    -o-transition: all ease .6s;
    transition: all ease .6s;
}
.blog-section-v2.blog-section .post-date {
    position: absolute;
    background-color: var(--main-color);
    padding: 0px 0px 0px 10px;
    bottom: 0;
    color: #fff;
}
.blog-section-v2.blog-section span.p_evnt {
    padding:10px 16px;
        display: inline-block;
    background-color: #000;
}
.pb-60 {
    padding-bottom: 60px;
}
.blog-section-v2.blog-section .p_evnt a{
 color: #fff;   
}
.blog-section-v2.blog-section .p_evnt a:hover{
 color: #fff;   
}
.blog-section-v2.blog-section .post-img {
    position: relative;
}
.blog-section-v2 figcaption.news-detail {
    padding: 30px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12156862745098039);
    background-color: #f2f2f2;
}
/* ----------------------------------------------------------------
    :: 11.0 Reservation Section CSS
-----------------------------------------------------------------*/
.resv-section .input-daterange span.input-group-append::before {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    background: #fff;
    color: #000;
    min-width: 50px;
    font-size: 25px;
    height: 47px;
    text-align: center;
}

.resv-section .gj-timepicker span.input-group-append::before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    padding: 10px;
    background: #fff;
    color: #000;
    min-width: 50px;
    font-size: 25px;
    height: 47px;
    text-align: center;
}

.gj-picker-bootstrap div[role=navigator] i {
    line-height: 55px;
    font-size: 24px;
    color: #fff;
    background: rgba(138, 138, 138, 0.29);
    width: 41px;
    padding: 3px 8px;
}

.gj-picker-bootstrap div[role=navigator] div:first-child, .gj-picker-bootstrap div[role=navigator] div:last-child {
    max-width: fit-content !important;
}

.gj-picker-bootstrap {
    padding: 1px !important;
}

.gj-picker-bootstrap div[role=navigator] {
    background-color: #000;
    height: 60px !important;
}

.gj-picker div[role=navigator] div[role=period] {
    color: #fff;
    line-height: 60px;

}

.resv-section .input-daterange:hover span.input-group-append::before, .resv-section .input-container:hover span.input-group-append::before {
    background-color: #ffb530;
    color: #000;
}

.resv-section input#datepicker:focus, .resv-section input#timepicker:focus {
    background-color: transparent;
}

.resv-section i.gj-icon, button.btn.btn-outline-secondary.border-left-0 {
    display: none;
}

.resv-section input#datepicker btn, .resv-section input#timepicker btn {
    padding: 0 !important;
    background-color: transparent !important;
}

.resv-section input#datepicker, .resv-section input#timepicker {
    padding: 22px 10px;
    border-radius: 0;

}

.resv-section {
    background: linear-gradient(4deg, rgba(37, 36, 36, 0.9) 17%, rgba(84, 83, 83, 0.79) 69%), url(../images/all-img/bg-1.jpg);
}

.resv-section .input-container {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

.resv-section .col-md-12.input-container {
    text-align: center;
    display: inline-block;
    padding-top: 30px;
}

.resv-section .icon {
    padding: 10px;
    background: #fff;
    color: #000;
    min-width: 50px;
    font-size: 25px;
    height: 46px;
    text-align: center;
}

.resv-section input::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}

.resv-section :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.resv-section ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}

.resv-section .input-field {
    width: 85%;
	height:46px;
    padding: 10px;
    outline: none;
    background-color: transparent;
    color: #fff;
    border: 1px solid;
    border-right: 0;
}

.resv-section .input-container .input-field:focus {
    border: 1px solid var(--main-color)
}

.resv-section .btn {
    color: #000;
    background: var(--main-color);
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    font-size: 16px;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    width: 100%;
}

.resv-section .btn:hover {
    opacity: 1;
    color: #000;
    background-color: #fff;
}

.resv-section .col-md-4.input-container {
    float: left;
}

.resv-section .mobile input[type=number]::-webkit-inner-spin-button,
.resv-section .mobile input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.resv-section .text-center button.btn{
    margin-top: 20px;
}
/* ----------------------------------------------------------------
    :: 12.0 Gallery Section CSS
-----------------------------------------------------------------*/
.swiper-container.gallery-slider.home1_gallery{
    margin: 0px 15px;
}
.gallery-slider .swiper-center-btn {
    display: none;
}
.gallery-desc {
    position: relative;
}

.gallery_overlay.content-center {
    z-index: 99;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main-color);
    border-radius: 0;
    margin: auto;
    max-width: 428px;
    max-height: 428px;
    opacity: 0;
    transition: all .5s;
    outline: 1px solid #0a0a0a;
    outline-offset: -5px;
    width: 90%;
    height: 90%;
}

.swiper-slide:hover .gallery_overlay.content-center {
    opacity: 1;
    transition: all .5s;
    outline-offset: -55px;
}

.gallery_overlay-inner P {
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-top: 12px;
}

.gallery_overlay-inner a.photobox_a {
    color: #000;
    background-color: #fff;
    width: 50px;
    margin: 0 auto;
    text-align: center !important;
    display: block;
    line-height: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 22px;
    display: block;
    text-align: center;
    border-top: 2px solid #fff;
}

.gallery_overlay-inner {
    position: relative;
    z-index: 9;
}

.gallery_overlay-inner a:hover {
    color: #333;
    transition: all .5s;
}


.post_details-inner h4 a {
    color: #000;
}

.blog-post-cnt a {
    color: #595757;
}

.gallery-section i.fas.fa-angle-right, .gallery-section i.fas.fa-angle-left {
    display: none;
    background-color: #00000078;
    color: #fff;
    padding: 30px 30px;
    border-radius: 50%;
    width: 70px;
    font-size: 26px;
}

.gallery-section .swiper-button-next.swiper-button-next7 {
    right: 58px;
}

.gallery-section:hover i.fas.fa-angle-right, .gallery-section:hover i.fas.fa-angle-left {
    display: block;
}

ul.menu_items-tabs.categories {
    display: block;
    margin-bottom: 30px;
    color: black;
    border-bottom: 1px solid #ccc!important;
}
.verity-items>figure.row {
    margin: 0px 15px;
}
.verity-section-v1 .menu_items-tabs.nav-pills .nav-link.active,
.verity-section-v1 .menu_items-tabs.nav-pills .nav-link, 
.verity-section-v1 .menu_items-tabs.nav-pills.show > .nav-link {
    padding: 7px 10px;
    text-transform: capitalize;
    font-size: 20px;
    color: #000;
    transition: 0.5s;
    display: block;
    text-decoration: none;
    min-width: 70px;
    border-radius: 0;
    text-align: center;
}

.verity-section-v1 .menu_items-tabs.nav-pills .nav-link:hover, 
.verity-section-v1 .menu_items-tabs.nav-pills .nav-link.active {
    background-color: var(--main-color);
    color: #000;
}

/*.menu_items-tabs li:before {
    content: '/';
    position: absolute;
    right: 0;
    top: 10px;
}*/

.menu_items-tabs li:last-child:before {
    display: none;
}

.menu_items-tabs li {
    display: inline-block;
    list-style: none;
    position: relative;
}

.gallery-section-v3.gallery-section a h4.content-title {
    color: #fff;
    padding: 30px;
}

.gallery-section-v3.gallery-section a h4.content-title::before, .gallery-section-v3.gallery-section a h4.content-title::after,
.gallery-section-v3.gallery-section .bottom-line::before, .gallery-section-v3.gallery-section .bottom-line::after {
    border-color: #fff;
    display: none;
}

.gallery-section-v3.gallery-section .content .content-overlay {
    background: var(--main-color);
    position: absolute;
    height: 86%;
    width: 86%;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;
    opacity: aut;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.gallery_product.col-lg-3.col-md-3.isotope-item: {
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.isotope-item {
    z-index: 1;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

/* ----------------------------------------------------------------
    :: 14.0 Gallery slider v2 CSS
-----------------------------------------------------------------*/

.gallery-section-v2 .gallery-desc {
    position: relative;
}

.gallery-section-v2 .gallery_overlay.content-center {
    border-radius: 100%;
    outline: none;
}

.gallery-section-v2 .swiper-slide:hover .gallery_overlay.content-center {
    opacity: 1;
    transition: all .5s;
    width: 90%;
}

.gallery-section-v2 .gallery_overlay-inner P {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.gallery-section-v2 .gallery_overlay-inner a.glry_more {
    color: #fff;
    font-size: 26px;
    display: block;
    text-align: center;
    border-top: 2px solid #fff;
    padding-top: 20px;
}

.gallery-section-v2 .gallery_overlay-inner a.glry_more:hover {
    color: #fff;
    transition: all .5s;
    text-decoration: none;
    opacity: 0.7;
}

/* ----------------------------------------------------------------
    :: 34.0 verity-section 2 & verity-section 3
-----------------------------------------------------------------*/

.verity-section-v2 .nav-pills .nav-link.active, 
.verity-section-v2 .nav-pills .show>.nav-link ,
.verity-section-v3 .nav-pills .nav-link.active, 
.verity-section-v3 .nav-pills .show>.nav-link {
    background-color: transparent;

    color: var(--main-color);
    transition: 0.5s;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px solid;
}
.verity-section-v2 ul.menu_items-tabs.categories,
.verity-section-v3 ul.menu_items-tabs.categories {
    padding-bottom: 0!important;
}

.verity-section-v2 .nav-pills .nav-link,
.verity-section-v3 .nav-pills .nav-link{
    text-align: center;
    padding: 0px 21px 18px 21px !important;
    text-transform: uppercase !important;
    font-size: 20px;
    color: #000;
    background-color: transparent;
    transition: 0.5s;
    display: block;
    text-decoration: none;
    min-width: 70px;
    border-radius: 0;

}


/* ----------------------------------------------------------------
    :: 9.0 Gallery section v3 CSS
-----------------------------------------------------------------*/
.gallery-section-v3  .portfolio-tabs.nav-pills .nav-link.active, 
.gallery-section-v3  .portfolio-tabs.nav-pills .nav-link, 
.gallery-section-v3  .portfolio-tabs.nav-pills.show > .nav-link {
    padding: 7px 10px;
    text-transform: capitalize;
    font-size: 20px;
    color: #000;
    background-color: transparent;
    transition: 0.5s;
    display: block;
    text-decoration: none;
    min-width: 70px;
    border-radius: 0;
}
.gallery-section-v3  .portfolio-tabs.nav-pills .nav-link:hover, 
.gallery-section-v3  .portfolio-tabs.nav-pills .nav-link.active {
    color: var(--main-color);
    transition: 0.5s;
    background-color: transparent;
    text-decoration: none;
}
.gallery-section-v3  ul.portfolio-tabs.categories {
    border-bottom:0!important;
}
.gallery-section-v3 .portfolio-tabs.nav-pills .nav-link.active, 
.gallery-section-v3 .portfolio-tabs.nav-pills .nav-link, 
.gallery-section-v3  .portfolio-tabs.nav-pills.show > .nav-link {
    padding-top: 0;
}
.gallery-section-v3  .gallery-desc {
    position: relative;
    margin: 15px 0px;
}

.gallery-section-v3  .gallery-desc img {
    width: 100%;
}

.gallery-section-v3  .gallery_overlay.content-center {
    outline: 1px solid #fffbfb;
    outline-offset: -20px;
}

.gallery-section-v3  .gallery-desc:hover .gallery_overlay.content-center {
    opacity: 1;
    transition: all .5s;
    width: 90%;
}

.gallery-section-v3  .gallery-desc .gallery_overlay-inner p {
    padding-top: 10px;
    text-transform: capitalize;
    font-size: 22px;
}
.gallery-section-v3  .gallery_overlay-inner P {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.gallery-section-v3  .gallery_overlay-inner a {
    color: #333;
    font-size: 26px;
    display: block;
    text-align: center;
    border-top: 2px solid #fff;
}

.gallery-section-v3  .gallery_overlay-inner a.glry_more:hover {
    color: #f2f2f2;
    text-decoration: none;
}

.gallery-section-v3  .portfolio-tabs.nav-pills .nav-link.active, 
.gallery-section-v3 .portfolio-tabs.nav-pills .nav-link, 
.gallery-section-v3 .portfolio-tabs.nav-pills.show > .nav-link {
    padding-top: 0;
}

.gallery-section-v3  .portfolio-tabs.nav-pills .nav-link:hover,
.gallery-section-v3  .portfolio-tabs.nav-pills .nav-link.active {
    color: var(--main-color);
    transition: 0.5s;
    background-color: transparent;
    text-decoration: none;
}

.gallery-section-v3  .portfolio-tabs li:before {
    content: '/';
    position: absolute;
    right: 0;
    top: 2px;
}

.gallery-section-v3  .portfolio-tabs li:last-child:before {
    display: none;
}

.gallery-section-v3  .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-v3 .content {
    width: 100%;
    max-width: 100%;
    margin: 15px 0;

}

/* ----------------------------------------------------------------
    :: 13.0 Testimonial Section CSS
-----------------------------------------------------------------*/
.testimonial-v1  .testimonial {
    padding: 100px 20px 20px 20px;
    margin: 120px 15px 0;
    text-align: center;
    position: relative;
    transition: all 0.7s ease 0s;
    border: 2px solid var(--main-color);
}

.testimonial-v1 .testimonial:hover span.post {
    color: #fff;
}

.testimonial-v1 .testimonial:hover {
    background-color: var(--main-color);
}

.testimonial-v1 .testimonial p.description {
    padding-top: 10px;
}

.testimonial-v1 .testimonial .image {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -37%;
    left: 50%;
    border-radius: 50%;
    border: 3px solid var(--main-color);
    overflow: hidden;
    transform: translateX(-50%);
    transition: all 0.7s ease 0s;
}

.testimonial-v1.testimonial .image img {
    width: 100%;
    height: auto;
}
.testimonial-v1 .swiper-center-btn {
    margin-top: 40px;
}
.testimonial-v1 .swiper-container.swiper8.swiper-container-horizontal {
    padding-top:29px;
}

.testimonial-v1 .testimonial .title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    display:block;
}

.swiper-center-btn {
    height: 80px;
    max-width: 160px;
    position: relative;
    margin: 3px auto;
}

.testimonial-v1 span.post {
    font-weight: bold;
    color: var(--main-color);
}


/* ----------------------------------------------------------------
    :: 13.0 Testimonial Section V2 CSS 
-----------------------------------------------------------------*/

.testimonial-section-v2 .content-center {
    text-align: left;
    z-index: 999;
    position: relative;
    background-color: #ffff;
    padding: 60px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.14);
}

.testimonial-section-v2 .testimonial {
    padding: 0;
    border: 0;
    background-color: #fff !important;
}

.testimonial-section-v2 .testimonial .col-md-6 {
    padding: 0;
}

.testimonial-section-v2 .testimonial .img-fluid {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.testimonial-section-v2.testimonial-section .testimonial .title {
    font-size: 22px;
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 700;
    display:block;
}

.testimonial-section-v2.testimonial-section .testimonial span.post,
.testimonial-section-v2.testimonial-section .testimonial:hover span.post {
    color: #333;
}

.testimonial-section-v2 .btn.btn-main2 {
    padding: 8px 22px;
    font-size: 18px;
}

.testimonial-section-v2 .swiper-wrapper.my-2 {
    margin: 0 !important;
}

.testimonial-section-v2 .testimonial-cont span.post {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}
/* ----------------------------------------------------------------
    :: 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;
    text-transform: capitalize;
}

.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;
}


/* ----------------------------------------------------------------
    :: 15.0 Event Section V2 CSS
-----------------------------------------------------------------*/

.events-section {
    color: #fff;
}

.img-event {
    border: 5px solid #fff;
}

.cont-event {
    display: flex;
    background-color: var(--main-color);
    color: #fff;
    padding: 15px;
    position: relative;
    margin: 0 auto;
    margin-top: -18%;
    width: 84%;
}

.cont-event p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}

.event-detail i {
    padding-right: 5px;
}

.cont-event p span {
    padding: 2px 5px;
    display: block;
}

.event-date {
   min-width: 140px;
    height: 115px;
    float: left;
    border: 1px solid;
    margin-right: 19px;
}

.cont-event span.month {
    border-top: 1px solid;
    padding-top: 10px;
    margin-top: 10px;
}

.event-date span {
    display: block;
    text-align: center;
}


/* ----------------------------------------------------------------
    :: 15.0 Contact Section CSS
-----------------------------------------------------------------*/
.contact-details {
    background-color: var(--main-color);
    color: #fff;
}

.contact-details-inner p {
    color: #fff;
    font-size: 20px;
}

.contact-details-inner h3, .contact-details-inner h4 {
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.g-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.contact-section-v1 .contact-details {
    background-color: #333;
}

/* ----------------------------------------------------------------
    :: 16.0 Callout Section CSS
-----------------------------------------------------------------*/
.row.callout-section {
    margin-top: 90px !important;
}

.callout-section .col-md-5.callout-form {
    float: right;
    padding: 0;
}

.callout-section .col-md-7.callout-text {
    float: left;
}

.callout-section input.input-group-field {
    border: 0;
    width: 65%;
    padding: 10px;
}

.callout-section button.button {
    background-color: #000;
    color: #fff;
    padding: 7px 20px;
    border: 0;
    font-family: PoppinsMedium;
    font-size: 22px;
}

.callout-section {
    padding: 60px 10px 30px 10px;
}

.callout-section p {
    font-family: Playball;
    font-size: 35px;
    color: #000;
}

/* ----------------------------------------------------------------
    :: 17.0 Subscribe Section CSS
-----------------------------------------------------------------*/

.v1.mini_subscribe {
    color: #000;
}

.mini_subscribe {
    padding: 60px 15px;
    background-color: var(--main-color);
    color: #fff;
}

.mini_subscribe-cont h4 {
    font-size: 28px;
    margin-top: 7px;
    font-style: italic;
    font-family: Playball;
    font-size: 34px;
    text-transform: capitalize;
    line-height: 80px;
}

.mini_subscribe2 input.form-control {
    height: 50px;
    border: 0;
    border-radius: 0px;
}

.mini_subscribe [type=button] {
    background: #333;
    -webkit-appearance: button;
    border: 0;
    padding: 10px 26px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.col-md-7.mini_subscribe-cont {
    padding: 33px 0px;
}

/* ----------------------------------------------------------------
    :: 18.0 Footer Section
-----------------------------------------------------------------*/
.main-footer {
    position: relative;
    color: #fff;
    background: #232323;
}

.main-footer .footer-upper {
    position: relative;
    padding: 80px 0px 30px;
}

.footer-upper .column h2 {
    position: relative;
    font-size: 20px;
    line-height: 1.4em;
    font-family: PoppinsMedium;
    padding: 10px 0px 12px;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #ffffff;
}

.main-footer .about-widget .text {
    margin-bottom: 20px;
    font-size: 13px;
}

.footer-upper .column h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 170px;
    height: 1px;
    background: #fff;
}

.footer-upper .column h2:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 170px;
    height: 1px;
    background: #fff;
}

.main-footer ul {
    padding: 0;
}

.footer-upper li {
    position: relative;
    margin-bottom: 5px;
    list-style: none;
    padding: 10px 0;
    margin: 0px;
    font-size: 16px;
}

.footer-bottom {
    border-top: 1px solid #fff;
    padding: 20px 0;
}

.footer-upper .footer-social li a {
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    padding: 6px;
    color: #fff;
    text-align: center;
    width: 35px;
}

.footer-upper .footer-social li a:hover {
    color: #000;
}

.footer-upper .footer-social li:hover {
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-upper .footer-social li {
    display: inline-block;
    border: 1px solid transparent;
    padding: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-upper .footer-social li:hover {
    border: 1px solid #f8a71b;
}

.footer-section ul.footer-social {
    padding: 0;
}

.footer-upper p {
    color: #fff;
}

.footer-upper img.img-fluid {
    width: 100%;
   margin-bottom: 15px;
   height: 100%;
}

.footer-upper h2 {
    font-size: 18px;
}

.footer-upper h4 {
    font-size: 18px;
    padding: 15px 0;
}

.footer-bottom a.copyright {
    color: #fead18;
    text-decoration: none;
}

.main-foote {
    font-size: 18px;
}

.footer-bottom a.copyright {
    color: var(--main-color);
}

.footer-upper img.img-fluid {
    width: 110px;
    margin-bottom: 15px;
}

.footer-upper .footer-widget span {
    display: block;
    color: var(--main-color);
    font-size: 18px;
    text-transform: lowercase;
}

.footer-upper .footer-social li a {
    background-color: transparent;
    font-size: 18px;
    color: #fff;
}

.footer-upper .footer-social li a:hover {
    background-color: var(--main-color);
}

.footer-upper .footer-social li {
    border: 1px solid #fff;
    border-radius: 50px;
}

.footer-upper .footer-social li:hover {
    border: 1px solid var(--main-color);
}

.footer-upper .column h2 {
    font-size: 22px;
}

.footer-upper p {
    line-height: 28px;
}

.textwidget.col-md-6 {
    padding: 0;
    margin: 0 auto;
}

.footer_widget li a{
    color: #fff;
    text-transform: capitalize;
}

.row.news-desc {
    padding: 0;
    margin: 0;
}
.tagcloud a {
    color: #fff;
    background-color: #ffffff14;
    margin: 4px 1px;
    display: inline-block;
    font-size: 14px;
    text-transform: capitalize;
    padding: 4px 6px;
}
/* ----------------------------------------------------------------
    :: 19.0 Datepikar CSS
-----------------------------------------------------------------*/

span.input-group-append {
    opacity: 0;
    position: absolute !important;
    width: 100%;
    height: 47px;
    top: 0;
}

.input-group span {
    background: #464040;
    font-size: 34px;
    text-align: center;
    border-radius: 4px;
    color: #fff;
    line-height: 56px;
    padding-right: 14px;
    position: relative;
    margin-left: -4px;
}

.datepicker {
    padding: 0;
    background-clip: border-box;
    border: none;
    border-radius: 0;
    -webkit-animation: popup .2s ease-out forwards;
    animation: popup .2s ease-out forwards;
}

.datepicker table {
    background-color: var(--main-color);
}

.datepicker table thead {
    background-color: var(--main-color);
}

.datepicker table thead tr {
    border-top: 0;
    color: #fff;
}

.datepicker table tbody {
    background-color: white;
}

.datepicker table tr {
    border-top: 1px solid #ededed;
}

.datepicker table tr td, .datepicker table tr th {
    width: auto;
    height: 24px;
    padding: 8px;
    font-size: 16px;
    border-radius: 0;
    transition: background-color .6s ease-out;
}

@media screen and (min-width: 400px) {
    .datepicker table tr td, .datepicker table tr th {
        padding: 12px;
    }
}

.datepicker table tr td:hover, .datepicker table tr td.active:hover, .datepicker table tr td:active:hover, .datepicker table tr th:hover, .datepicker table tr th.active:hover, .datepicker table tr th:active:hover {
    border-color: #ededed;
    border-radius: 0;
    transition: background-color .2s ease-out;
}

.datepicker table tr td.focused, .datepicker table tr td.selected, .datepicker table tr th.focused, .datepicker table tr th.selected {
    background-color: var(--main-color);
    border-color: #ededed;
    border-radius: 0;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.43) !important;
    border-radius: 4px;
}

.datepicker table tr td.active, .datepicker table tr td.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td:active:focus, .datepicker table tr td.highlighted, .datepicker table tr th.active, .datepicker table tr th.active:focus, .datepicker table tr th.active.active:hover, .datepicker table tr th:active:focus, .datepicker table tr th.highlighted {
    background-color: #1b7983;
    border-color: #ededed;
}

.calendar table tr th.datepicker-switch {
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #ffffff;
    background-color: inherit;
    border-radius: 0;
}

.datepicker table tr th.prev,
.datepicker table tr th.next {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.14901960784313725);
    border-radius: 0;
}

.datepicker table tr th.dow {
    padding: 2px 12px;
    font-size: 12px;
    line-height: 2;
    color: #ffffff;
    background-color: var(--main-color);
    border-top: 1px solid var(--main-color);
    border-radius: 0;
}

.datepicker table tr td.day {
    width: 24px;
    border-right: 1px solid #ededed;
}

.datepicker table tr td.day:last-child {
    border-right-width: 0;
}

.datepicker table tr td.range {
    background-color: #eeeeee;
}

.datepicker .new,
.datepicker .old,
.datepicker .disabled,
.datepicker .disabled:hover {
    color: #ccc;
}

[class*="fontawesome-"]:before {
    font-family: 'FontAwesome', sans-serif;
}

.fontawesome-calendar {
    position: absolute;
    top: 26px;
    right: 0;
    font-size: 24px;
    z-index: -99;
}

@-webkit-keyframes popup {
    from {
        opacity: 0;
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes popup {
    from {
        opacity: 0;
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.datepicker table {
    background-color: red !important;
}

.gj-timepicker [role=right-icon] {
    cursor: pointer;
    height: 47px;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: 9;
    background: transparent;
}

/* ----------------------------------------------------------------
    :: 20.0 Page Loader CSS
-----------------------------------------------------------------*/

#circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
}

.loader {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    border: 8px solid #162534;
    border-top: 8px solid var(--main-color);
    border-radius: 50%;
    animation: rotate 5s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

#page-anim-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    transition: all .9s;
}

#page-anim-preloader img {
    max-width: 200px;
}

.page_preloader-inner {
    position: relative;
    z-index: 999999;
}

#page-anim-preloader:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #0d161f;
    z-index:;
    width: 100%;
    height: 100%;
}

/* ----------------------------------------------------------------
    :: 21.0 Button Return top CSS
-----------------------------------------------------------------*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    background-color: #fff;
    right: 20px;
    z-index: 999999;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    transition: all .5s;
}

#return-to-top i {
    color: var(--main-color);
    margin: 0;
    position: relative;
    left: 0px;
    top: 0px;
    font-size: 54px;
    transition: all .5s;
}

/*--end---*/

/* ----------------------------------------------------------------
    :: 22.0 Blog Page
-----------------------------------------------------------------*/

.blog_article p {
    color: #343333;
    line-height: 30px;
    font-weight: bold;
}

.blog_article i.fas.fa-quote-left {
    color: var(--main-color);
    font-size: 40px;
}

.post-socil-share .team_social {
    float: right;
    margin-bottom: 0;
}

ul.team_social {
    padding: 0;
    margin: 0;
}

.post-socil-share .team_social li {
    padding: 2px;
    margin: 3px;
}

.team_social li a i {
    transition: transform .5s;
    font-family: "Font Awesome 5 Brands";
    font-weight: 800 !important;
}
.team_social [class^="fa-"], .team_social [class*=" fa-"], .team_social [class^="fa-"]:before, .team_social [class*=" fa-"]:before, [class^="fab-"], [class*=" fab-"], [class^="fab-"]:before, [class*=" fab-"]:before{
     font-family: "Font Awesome 5 Brands" !important;
}
[class^="fa-"], [class*=" fa-"], [class^="fa-"]:before, [class*=" fa-"]:before{

         font-weight: 900 !important;
}

.menu-load-more [class^="fa-"], .menu-load-more [class*=" fa-"], .menu-load-more [class^="fa-"]:before, .menu-load-more [class*=" fa-"]:before{

}


.team_social li a i:hover {
    transform: scale(1.5);
    transition: transform .5s;
}

.team_social li {
    display: inline-block;
    padding: 15px;
    margin: 5px;
}

.post-socil-share .team_social li a {
    color: #919191;
}

.team_social a {
    color: #9b9b9b;
    font-size: 28px;
    text-decoration: none;
}

.post-socil-share .team_social li a:hover {
    color: var(--main-color);
}

.blog-post {
    border: 1px solid #d9d7d7;
    border-radius: 2px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.blog-post:hover {
    box-shadow: 2px 3px 40px #ccc;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.blog-post-cnt.col-md-6 {
    margin: 0px;
}

.blog-post p {
    color: #747070;
    line-height: 28px;
}

.blog-post-cnt h1 {
    font-weight: bold;
    text-transform: capitalize;

}

.blog-post-cnt {
    margin: 40px 30px;
}

p.post_date span {
    color: var(--main-color);
}

.blog-post.row {
    box-shadow: 0px 0px 61px #dedddd;
    padding: 20px;
    padding-left: 14px;
}

.blog-post_tag a {
    margin: 3px;
    color: #333333;
}

.blog-post_tag span {
    font-weight: bold;
    border-right: 1px solid;
    margin-right: 8px;
    padding-right: 8px;
    display: inline-block;
    min-width: 36px;
    line-height: 16px;
    color: var(--main-color);

}

.blog-post_tag a:hover {
    color: var(--main-color);
    text-decoration: none;
}

p.post_date {
    font-weight: bold;
    line-height: 20px;

}

/* ----------------------------------------------------------------
    :: 23.0 Blog Comment Section
-----------------------------------------------------------------*/
.comment_detail {
    margin-bottom: 50px;
}

.comment_detail .reply {
    margin-top: 40px;
}

.comment_detail .reply a {
    border: 1px solid #ccc !important;
}

.reply .btn.main-btn {
    font-size: 14px;
    border: 1px solid #333333;
    background-color: #fff ! impoirtant;
    width: 79px;
    height: 30px;
    color: rgb(30, 30, 39);
    box-shadow: none;
    padding: 0;
    border-radius: 40px;
    text-transform: uppercase;
    line-height: 26px;
    margin-right: 7px;
    background-color: #fff;
}

.reply .btn.main-btn:hover {
    color: #fff;
    background-color: var(--main-color);
}

.comment_detail {
    margin-bottom: 50px;
    border-left: 1px solid #e3e1e1;
    padding-left: 30px;
    margin-left: 30px;
}

a.pull_left_comment {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #dfdfdf;
}

h4.comment_detail_title {
    font-size: 20px;
    padding: 6px 0px;
}

.comment_form .form-control {
    border-radius: 53px;
    padding: 4px 25px;

}

.comment_form .form-control:hover {
    box-shadow: 0px 0px 2px #ccc;
}

.comment_form input.form-control {
    height: 54px;
}

.comment_form textarea.form-control {
    min-height: 120px;
    border-radius: 40px;
    padding-top: 20px;
}

.comment-section {
    border-top: 1px solid #e7e7e7;
    margin-top: 40px;
    padding-top: 60px;
}

.comment-section .about-text a.btn.main-btn {
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 12px 30px;
    text-transform: uppercase;
    line-height: 1.313;
    text-transform: uppercase;
    width: 201px;
    height: 47px;
    background-image: -moz-linear-gradient(-159deg, rgb(131, 104, 255) 0%, rgb(85, 78, 138) 100%);

}

span.comment_date {
    color: #a6a6a6;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.blog-post-img:hover img {
    filter: blur(2px);
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.margin-m-100 {
    border-radius: 5px;
    background: #fff;
    position: relative;
    z-index: 999;
    top: -100px;
    z-index: 999;
}


/*-----------------------------------------------
    :: 24.0 Aboutblog-sidebar
-----------------------------------------------*/
.cat-item a {
    color: #333;
    border: 1px solid transparent;
    padding: 8px 15px;
    display: block;
    border-radius: 40px;
    margin-bottom: 12px;
    min-height: 40px;
    text-decoration: none;
    transition: 0.5s;
    border: none !important;
}

.cat-item {
    list-style: none;
}

.sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cat-item a {
    color: #333;
    border: 1px solid transparent;
    padding: 8px 15px;
    display: block;
    border-radius: 40px;
    margin-bottom: 12px;
    min-height: 40px;
    text-decoration: none;
    transition: 0.5s;

}

.cat-item a:hover {
    color: var(--main-color);
    border: 1px solid var(--main-color);
    transition: 0.5s;
}

h4.widgets-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.blog-sidebar-widgets li a i.fas.fa-circle {
    margin-right: 15px;
    border: 3px solid #9d9b9b;
    color: transparent;
    border-radius: 100%;
    font-size: 13px;
    transition: 0.5s;

}

.blog-sidebar-widgets li a:hover i.fas.fa-circle {
    margin-right: 15px;
    border: 3px solid var(--main-color);
    color: var(--main-color);
    background: var(--main-color);
    border-radius: 100%;
    font-size: 13px;
    transition: 0.5s;

}

.blog-sidebar-widgets li:first-child {
    margin-top: -15px;
}

.blog-sidebar-widgets li a {
    color: #333;
    padding: 10px 0px;
    display: block;
    border-bottom: 1px solid #eae8e8;
    text-decoration: none;
    margin-bottom: 5px;
}

.sidebar-post-img {
    max-width: 100px;
    max-height: 80px;
    margin-right: 21px;
    overflow: hidden;
}

.sidebar-post h4 {
    font-size: 17px;
}

.sidebar-post p {
    padding: 0;
    margin: 4px 0px;
}

.sidebar-post p span {
    color: #afa9a9;
}

.media.sidebar-post {
    margin-bottom: 22px;
}

.blog-sidebar-widgets a.btn.main-btn {
    width: 133px;
    line-height: 12px;
    text-transform: uppercase;
    margin-top: 20px;
}

.tags-blog-sidebar ul {
    margin: 0;
    padding: 0;
}

.tags-blog-sidebar li {
    list-style: none;
}

.tags-blog-sidebar li {
    list-style: none;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 50px;
    margin: 0px;
}

.tags-blog-sidebar li:hover {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    transition: 0.5s;
}

.tags-blog-sidebar li a {
    color: var(--main-color);
    text-decoration: none;
    transition: 0.5s;
}

.blog-sidebar-widgets {
    margin-bottom: 40px;
    background-color: #f2f2f200;
    border: 1px solid #ccc;
    padding: 40px 20px;
    border-radius: 40px 4px 4px 40px;
}
.blog-post.mb-5 {
    position: relative;
    border-radius: 40px 4px 4px 40px;
    overflow: hidden;
}
.blog-sidebar-widgets a.tag-cloud-link {
    display: inline-block;
    padding: 8px;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
    color: var(--main-color);
    transition: 0.5s;
}

.blog-sidebar-widgets a.tag-cloud-link:hover {
    background-color: var(--main-color);
    transition: 0.5s;
    color: #fff;
}

.gallery-item {
    width: 32%;
    display: inline-block;
    margin-bottom: 4px;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.gallery-item:hover img {
    /* filter: blur(2px); */
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.widgets-col .team_social {
    margin-top: 30px;
}

/*-----------------------------------------------
    :: 33.0 About calendar
-----------------------------------------------*/
#wp-calendar {
    text-align: center;
    border: 1px solid var(--main-color);
}

#wp-calendar caption {
    color: #ffffff;
    text-align: center;
    background: var(--main-color);;
}

#wp-calendar td {
    padding: 10px;
    border-left: 1px solid var(--main-color);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#wp-calendar a {
    color: var(--main-color);
}

#wp-calendar th {
    background-color: var(--main-color);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    border-left: 1px solid var(--main-color);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#wp-calendar td:hover, #wp-calendar th:hover {
    background: var(--main-bg);
    color: #333;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

#wp-calendar tbody tr {
    border: 1px solid var(--main-color);
    padding: 5px;
}

.sidebar-widget select {
    width: 100%;
    height: 40px;
    margin-top: 15px;
    border: 1px solid #eaeaea;
}

.sidebar .searchform #s {
    width: 70%;
    border: 1px solid var(--main-color);
    padding: 5px 10px;
}

.searchform input {
    height: 46px;
}

input#searchsubmit {
    background: var(--main-color);
    border: 0;
    padding: 10px;
    color: #fff;
}

.blog-post-all.container {
    padding: 0;
}

/* ----------------------------------------------------------------
    :: 25.0 page heading
-----------------------------------------------------------------*/
section.page-title.content-center{
    background: linear-gradient(4deg, rgba(0, 0, 0, 0.88) 17%, rgba(0, 0, 0, 0.42) 69%), url(../images/all-img/d2.jpg);
    background-size: 100%;
    background-position: center;
    color:#ccc;
    text-align:center;
    min-height: 480px;
}
.page-heading .title {
    font-size:60px;
    font-weight:bold;
    color:#fff;
    text-transform: uppercase;
}
.page-heading.white {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 100px;
}
.page-heading.white p{
    color:#fff;
}
a.btn.main-btn {
    color: #333;
    border: 1px solid var(--main-color);
    /* height: 47px; */
}
/* ----------------------------------------------------------------
    :: 26.0 sidebar widget
-----------------------------------------------------------------*/
span.screen-reader-text {
    display: none;
}
form.search-form input {
    height: 45px;
    border-radius: 0px;
    margin: 0;
    padding: 5px;
    border: 0;
}
input.search-submit {
    background-color: var(--main-color);
    color: #000;
}
.gallery-icon img {
    width: 100%;
    height: 100%;
}
.gallery-item{
    margin: 0;
}
.sidebar form.search-form input {
    height: 45px;
    border-radius: 0px;
    border-bottom: 1px solid #cfcfcf!important;
    margin: 0;
    padding: 5px;
    border: 0;
}
.sidebar form.search-form {
    text-align: center;
}
/* ----------------------------------------------------------------
    :: 27.0 menu details
-----------------------------------------------------------------*/
.pd_section_titel {
    margin-bottom: 40px;
    clear: both;
}
.pd_section_titel span {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    text-transform: capitalize;
}
.pd_section_titel span:after {
    content: '';
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: var(--main-color);
    position: absolute;
}
.included-list li {
    float: left;
    width: 50%;
    font-size: 18px;
    color: #4a4a4a;
    padding: 3px 0px;
}
ul.navbar-nav.included-list {
    display: block;
}
.included-list li i.fa-check-square {
    color: var(--main-color);
}

.img-fluid {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    position: relative;
}

.recipe-meta {
    bottom: -31px;
   right: 0;
   left: 0;
   margin: 0 auto;
   max-width: 80%;
   padding: 14px;
   border: 2px solid var(--main-color);
   background-color: rgba(236, 236, 236, 0.89);
   position: absolute;
}
.detail_menu a {
    font-size: 14px;
    color: #312e2e;
}
.recipe-meta span {
    padding-left: 10px;
}


.menu_pagination a {
    color: #222;
    display: block;
    font-size: 26px;
}

.menu_pagination a span {
    font-size:20px;
}

.menu-load-more.row {
    margin-top: 50px!important;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}
.recipe-content-clm {
    display: flex;
}

.recipe-content-clm h5 {
    font-size: 36px;
    font-weight: bold;
    color: #ccc;
    padding-right: 15px;
}

.menu_detail-page p {
    color: #676565;
}

/* ----------------------------------------------------------------
    :: 28.0 chef details
-----------------------------------------------------------------*/
.team-social_2 li a {
    color: #000;
    font-size: 20px;
    border-left: 1px solid rgba(0, 0, 0, 0.23921568627450981);
    padding: 2px 20px;
    display: block;
    text-align: center;
}


.team-social_2 li:first-child a {
    border-left: 0;

}
.chef_detail-page .recipe-meta {
    color: #000;
    background-color: #ffffff;
    border: 3px solid var(--main-color);
}
.chef_detail-page .img-thumbnail{
    padding:0;
    margin:0;
    border:3px solid var(--main-color);
}
.chef_detail-page .recipe-meta h3 {
    text-transform: capitalize;
}
.chef_detail-page .recipe-meta p{
    color:#000;
  text-transform: capitalize;
  margin-top:10px;
}
.chef-contact li i {
    border-right: 1px solid #838383;
    padding-right: 10px;
    margin-right: 5px;
    font-size: 20px;
    color: var(--main-color);
}
.chef_favorite_dish .col-md-6.row {
    margin-top: 20px;
}

.img-thumbnail.checf_d_p.col {
    position: relative;
    max-height: 240px;
    overflow: hidden;
}
h3.title.mb-4, .chef_favorite_dish .col h4 {

    font-family: Playball !important;
}
.checf_d_p.col .gallery_overlay-inner {
    bottom: 0;
    border-radius: 0;
    background: white;
    border-radius: 0px 35px 1px 0px;
    border-top: 3px solid var(--main-color);
    overflow: hidden;
    border-right: 3px solid var(--main-color);
    position: absolute;
}

.chef_favorite_dish p{
    font-size:16px;
}
/* ----------------------------------------------------------------
    :: 29.0 widget Recipies
-----------------------------------------------------------------*/
.widget_Recipies li {
    display: flex;
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #6b6b6b9e;
}
.widget_Recipies li:last-child {
      border-bottom:0;
}
.rcp_pic {
    position: relative;
   overflow: hidden;
   border: 1px solid hsla(0, 0%, 35%, 0.3215686274509804);
   padding: 0;
   max-width: 60px;
   max-height: 60px;
   overflow: hidden;
   /* margin-right: 10px; */
}
.rcp_cnt-widget h5 a {
    padding: 0;
    display: inline-block;
    border: 0;
}
.rcp_cnt-widget h5 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.rcp_cnt-widget h5 span {
    display: block;
    text-align: right;
    max-width: 40px;
    background-color:var(--main-color);
    font-size: 12px;
    color: #fff;
    float: right;
    /* border-radius: 10px; */
    padding: 5px;
}
.rcp_cnt-widget p {
    line-height: 20px;
    font-size: 14px;
    color: #a6a6a6;
}
.footer-upper .widget_Recipies  img.img-fluid {
    margin-bottom: 0px; 
}
.sidebar .widget_Recipies li {
    border-bottom: 1px solid #e2dddd9e;
}
/* ----------------------------------------------------------------
    :: 30.0 about Page
-----------------------------------------------------------------*/
.welcom-content.clearfix.col-md-12 {
    clear: both;
    margin-top: 40px;
    float: left;
}
.about_callout .verity-items.deserts.sweets {
    background-color: rgba(255, 255, 255, 0.8705882352941177);
    padding: 12px;
}

.about_callout .col-md-3.p-0 {
    max-width: 100px;
    margin: 0;
}

.about_callout .verity-items{
    background-color: rgba(255, 255, 255, 0.8705882352941177);
    padding: 12px;
}
.about_callout .img-thumbnail{
    
}

.about_callout  .col-md-9.verity-items-cnt {
    max-width: 82%!important;
    flex: 83%!important;
}

.about_callout .img-thumbnail {
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    margin: 15px;
    padding: 20px;
    box-shadow: 11px 20px 30px #000;
}
.about_callout .img-thumbnail img {
    padding: 20px;
    border-radius: 100%;
    border: 1px solid #ccc;
}

/* ----------------------------------------------------------------
    :: 31.0 Contact Page
-----------------------------------------------------------------*/
.cont-map iframe{
    border:0;
    width:100%;
    height:600px;
    margin-bottom: -6px;
}
.about-text a.btn.main-btn.col-md-4 {
    font-weight: bold;
}
.page-contactus .other-cont-area-example h4 {
    color:#000;
}
.page-contactus .row.other-cont-area-example {
    margin-bottom: 20px;
    color: #333;
}   
    
.page-contactus .other-cont-area-example span i {
    font-size: 24px;
}
.contactus_form h2.mb-4 {
    font-weight: bold;
}
.page-contactus .form-group .form-control {
    height: 50px;
    border-radius: 4;
    background-color: #f5faff;
    border: 0;
    border-radius: 0;
    margin-bottom: 12px;
    /* box-shadow: 2px 2px 67px rgba(0, 0, 0, 0.12); */
}

section.blog_post.space.bg-color.clearfix {
    padding-bottom: 80px;
}
section.container.our-services.space, .our-testimonial {
    padding-bottom: 70px;
}

.cont-map iframe {
    border: 0;
    width: 100%;
    height: 600px;
    margin-bottom: -6px;
}

.other-cont-area-example {
    display: flex;
    margin-bottom: 10px;
}
.other-cont-area-col-inner{
    padding: 0px 14px;
}
.contactus_form h2, .other-cont-area-col-inner h2 {
    margin-bottom: 40px;
    padding-left: 10px;
    border-left: 3px solid var(--main-color);
    font-size: 26px;
}
#contact-form-1 input#wl_comment_button {
    font-size: 16px;
    padding: 12px 30px;
    line-height: 1.313;
    text-transform: uppercase;
    width: 201px;
    height: 47px;
    color: #333;
    border: 1px solid var(--main-color);
    background: no-repeat;
}
.row.taxonomy_row {
    margin-top: 25px;
}
.sidebar .footer-social li {
    display: inline-block;
    border: 1px solid var(--main-color);
    border-radius: 50px;
    padding: 2px 4px;
}
.sidebar .footer-social li a {
    border-radius: 50%;
    font-size: 18px;
    height: 35px;
    padding: 6px;
    text-align: center;
    width: 35px;
    display: inline-block;
}
.sidebar .footer-social li a:hover {
    background-color: var(--main-color);
}
/* ----------------------------------------------------------------
    :: 32.0 Datepikar
-----------------------------------------------------------------*/
.dtp div.dtp-date, .dtp div.dtp-time, .dtp table.dtp-picker-days tr > td > a.selected {
    background: var(--main-color)!important;
}

.dtp .p10 > a{
    color: #fff!important;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #000000!important;
}
.dtp div.dtp-actual-year {
    color: #fff!important;
}
/* ----------------------------------------------------------------
    :: 33.0 Custom Home Slider v3 CSS
-----------------------------------------------------------------*/

.swiper-button-next,
.swiper-button-prev {
    background-image: none !important;
}
.home-slider-3 .slide-bgimg img {
    width: 100%;
    height: 100%;
}
.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;
}

/* ----------------------------------------------------------------
     :: 34.0 Custom Home Slider v2 CSS
-----------------------------------------------------------------*/

.owl-nav span {
    font-size: 55px;
}

.home_page_v2 .owl-nav button {
    position: absolute;
    background: var(--main-color) !important;
    color: #fff !important;
    line-height: 55px !important;
    z-index: 9999;
    width: 50px;
    height: 65px;
    top: 40%;
    font-size: 50px;
}

.home_page_v2 .owl-nav .owl-prev {
    left: 5%;
}

.home_page_v2 .owl-nav .owl-next {
    right: 5%;
}

.slider-owl-carousel .item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.7;
}

.slider-owl-carousel .item figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1140px;
    color: #fff;
    z-index: 99;
    height: 100%;
}

.slider-owl-carousel .item figcaption .content.text-left {
    justify-content: normal;
}

.slider-owl-carousel .item figcaption .content.text-right .caption {
    position: absolute;
    right: 0;
}

.slider-owl-carousel .item .content .title {
    text-shadow: 2px 2px 18px rgba(21, 2, 2, 0.45);
    letter-spacing: 3px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    line-height: 100px;
}

.slider-owl-carousel .item .content .title span {
    color: var(--main-color);
    font-weight: bold;
}

.owl-carousel button.owl-dot {
    background: var(--main-color) !important;
    color: inherit;
    height: 30px;
    width: 30px;
    font: inherit;
    margin: 5px;
    border: 4px solid var(--main-color) !important;
    transition: all 0.5s;
}

.owl-carousel button.owl-dot.active {
    background-color: #fff !important;
    transition: all 0.5s;
}

.slider-owl-carousel .owl-dots {
    z-index: 99;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    content: close-quote;
    bottom: 8%;
    margin: 0 auto;
    left: 0;
    position: absolute;
    right: 0;
}

.slider-owl-carousel figure {
    margin-bottom: 0;
}

/* ----------------------------------------------------------------
     :: 35.0 Post Pagination CSS
-----------------------------------------------------------------*/

.eatos-theme-pagination a.page-numbers {
    color: var(--main-color);
    border: 1px solid #aeaeae;
    padding: 10px 18px;
    text-decoration: none;
    font-size: 20px;
    margin-left: 5px;
    border-radius: 5px;
}
.eatos-theme-pagination a.page-numbers:hover {
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 10px 18px;
    text-decoration: none;
    font-size: 20px;

}
.eatos-theme-pagination span.page-numbers.current {
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 10px 18px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
}
.navigation.pagination h2.screen-reader-text {
    display: none!important;
}
.eatos-theme-pagination .nav-links {
    width: 100%;
    justify-content: center;
    display: flex;
}
.post_date span a{
    color: var(--main-color);
}
span.site-title {
    font-size: 36px;
    color: #fff;
    text-shadow: 0px 6px 5px #000;
    text-transform: capitalize;
}
a.btn.main-btn.error-back-btn {
   padding: 15px 30px;
   font-size: 20px;
   font-weight: 600;
}
a.btn.main-btn.error-back-btn:hover {
   color: #fff;
   background: var(--main-color);
}
h1.section-description.oops_error {
   font-size: 59px;
   font-weight: 600;
}
ul.portfolio-tabs.categories-2{
    text-align: center;
    justify-content: center;
}
/* ----------------------------------------------------------------
    :: 36.0 woocommerce CSS
-----------------------------------------------------------------*/
.blog-post-cnt a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background-color: var(--main-color);
    color: #fff;
}
.blog-post-cnt h2.woocommerce-loop-product__title {
    color: #000;
    font-weight: 600;
    font-size: 22px !important;
}
.blog-post-cnt img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border: 1px solid #ccc;
}
.products.columns-4 .product-type-simple {
    text-align: center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background: #ccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: var(--main-color);
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color: var(--main-color);
    color:#fff;
}
.woocommerce p.stars a {
    color: #e9c63d;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    color:#fff;
}
.woocommerce-Tabs-panel h2 {
    border-bottom: 2px solid #000;
    display: inline-block;
}
.woocommerce .star-rating span::before {
    color: #e9c63d;
}
.posted_in a, .posted_in a:hover{
    background-color: #000;
    color: #fff;
    padding: 3px 10px;
}
.woocommerce .products .star-rating {
    display: inline-block;
}
/* woocommerce */

.footer-upper .container {
    display: -webkit-box;
    display: flex;
}
.footer-upper .container .row.clearfix {
    width: 100%;
}
.bgPulse {
	width: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
	left: 0;
	height: 100%;
}

.bgPulse span {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #fff;
}

.bgPulse span:nth-child(3n+1) {
	background: transparent;
	border: 5px solid #fff;
}

.bgPulse span:nth-child(1) {
	top: 50%;
	left: 20%;
	animation: animate 10s linear infinite;
}

.bgPulse span:nth-child(2) {
	top: 80%;
	left: 40%;
	animation: animate 12s linear infinite;
}

.bgPulse span:nth-child(3) {
	top: 10%;
	left: 65%;
	animation: animate 15s linear infinite;
}

.bgPulse span:nth-child(4) {
	top: 50%;
	left: 70%;
	animation: animate 6s linear infinite;
}

.bgPulse span:nth-child(5) {
	top: 10%;
	left: 30%;
	animation: animate 9s linear infinite;
}

.bgPulse span:nth-child(6) {
	top: 90%;
	left: 95%;
	animation: animate 8s linear infinite;
}

.bgPulse span:nth-child(7) {
	top: 80%;
	left: 5%;
	animation: animate 5s linear infinite;
}

.bgPulse span:nth-child(8) {
	top: 35%;
	left: 50%;
	animation: animate 14s linear infinite;
}

.bgPulse span:nth-child(9) {
	top: 5%;
	left: 5%;
	animation: animate 11s linear infinite;
}

.bgPulse span:nth-child(10) {
	top: 25%;
	left: 90%;
	animation: animate 10s linear infinite;
}

.bgPulse span:nth-child(10) {
	top: 25%;
	left: 90%;
}

@keyframes animate {
	0% {
		transform: scale(0) translateY(0) rotate(0deg);
		opacity: 1;
	}
	100% {
		transform: scale(1) translateY(-100px) rotate(360deg);
		opacity: 0;
	}
}

/*--custom_css--*/

.menu_detail-page.space {
    display: -webkit-box;
}
.page-heading .title {
    font-size: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: #fff;
    text-transform: uppercase;
}
.blog-post-cnt h1 {
    font-size: 28px;
    font-weight: 600;
}
.blog-post-cnt {
    margin: 30px 30px;
}

.blog-post-cnt .my-5 {
    margin: 30px 0px!important;
}
.top_header .navbar-light .navbar-nav .nav-link {
    margin: 0px 4px;
}

.cont-event {
    align-items: center;
}