/*
*******************************************
*******************************************

@File: FoodCafe Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files contents are outlined below>>>>>

*******************************************
*******************************************

==== INDEX PAGE CSS

** - 0. Default CSS
** - 1. Background Image CSS
** - 2. Preloaders CSS
** - 3. Header area CSS
** - 4. Slider area CSS
** - 5. Special area CSS
** - 6. Opening Hour area CSS
** - 7. Food Menu area CSS
** - 8. Gallery area CSS
** - 9. Reservation area CSS
** - 10. Team area CSS
** - 11. Testimonials area CSS
** - 12. Location area css
** - 13. Blog area CSS
** - 14. Contact area CSS
** - 15. Widget area CSS
** - 16. Footer area CSS

*/


/*0. Default CSS*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Dancing+Script:700');*/

:root {
    --theme-color: #F39C12;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #2c2626;
    position: relative;
    font-size: 15px;
  line-height: 1.8;
}
/* WhatsaApp */
.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 80px;
    background: #3c1212;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    border: 1px solid #3c1212;
    font-size: 20px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
/* Whatsapp */
/* Cart Icon */
    .cart-count {
        display: block !important;
        position: absolute;
        top: -10px;
        background-color: #3c1212;
        padding: 0px 5px 0 5px;
        z-index: 0;
        border-radius: 10px;
        right: -7px;
        font-size: 11px;
    }
    @media screen and (max-width: 480px) {
  .cart-count{
      top:0px;
      right:0px;
  }
}

/* Cart Icon */
/* Call */
.call {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 140px;
    background: #3c1212;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    border: 1px solid #3c1212;
    font-size: 20px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
/* Call */
/* Menu Popup */
.menu-popup {
    position: fixed;
    width: 200px;
    height: 200px;
    bottom: 150px;
    right: 30px;
    
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
   
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    
    font-size: 20px;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
/* Menu Popup */
.header {
    font-size: 16px;
    font-weight: 650;
    -webkit-transition: 0.2s;   
    transition: 0.2s;
    padding: 10px 15px;
    font-family: Georgia;
	color: #f35626;
	background-image: -webkit-linear-gradient(92deg, #f35626, #3c1212);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: hue 5s infinite linear;
}
.navbar .navbar-nav>li>header:hover {
    color: #fff;
}
@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
img {
    max-width: 100%;
}

a {
    color: var(--theme-color);
    text-decoration: none;
}

a:hover {
    color: var(--theme-color);
    text-decoration: none;
}

.blockquote {
    border-left: 4px solid var(--theme-color);
    padding: 10px 0 10px 20px;
    font-style: italic;
    margin: 40px 0;
    background: #f9f9f9;
}
@media (max-width: 767px) {
    .hidden-mobile {
      display: none;
    }
    .special-menu-box {
        /* border: 2px solid #2c2626; */
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
        /* border-radius: 50%; */
        height: 250px;
        width: 280px;
    }
    .iframe{
        z-index: -1;
        position: sticky;
        width: 100% !important ;
    }
  }
  @media (min-width:2000px) {
.btn-table,
.btn-table {
    background-color: #fcbc32;
    border: 2px solid #520103;
    font-size: 1360px;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    display: inline-block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: bold;
    border-radius: 10px;
    color:#520103;
    font-family: Georgia;
}
	}
  @media screen and (min-width:768px) {
	.hidden-desk {
		display: none;
	}
    .special-menu-box {
        /* border: 2px solid #2c2626; */
        position: relative;
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-attachment: scroll;
        /* border-radius: 50%; */
        height: 450px;
       
    }
}
.btn-table,
.btn-table {
    background-color: #fcbc32;
    /*background-color: var(--theme-color);*/
    border: 2px solid #520103;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    display: inline-block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    font-weight: bold;
    border-radius: 10px;
    color:#520103;
    font-family: Georgia;
}

.btn-table:hover,
.btn-table:hover {
    background-color: #520103;
    text-decoration: none;
    color: #fff;
}

.btn-table:focus,
.btn-table:focus {
    outline: 0;
    text-decoration: none;
}
h1, h2, h3, h4, h5 { 
    font-family: Georgia;
  }
.scroll-top-top {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    background: #fcbc32;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    border: 1px solid var(--theme-color);
    font-size: 20px;
}

.scroll-top-top:hover {
    color: var(--theme-color);
    background: transparent;
}

.breadcrumb-area {
    background: #efefef;
    padding: 20px 0;
}

.block-area {
    padding: 40px 0 30px;
}

.title {
    /*font-family: 'Dancing Script', cursive;*/
    font-weight: 700;
}

.block-area.gray {
    background: #d3b22873;
}

.section-title {
    font-size: 16px;
    color: #2C2626;
    text-align: center;
    margin-bottom: 100px;
    line-height: 30px;
}

.section-title h1 {
    font-size: 60px;
    margin: 0 0 40px;
}

.section-title h3 {
    line-height: 45px;
    margin: 0;
    font-weight: 300;
}

.border {
    background-color: #2c2626;
    height: 1px;
    width: 170px;
    display: block;
    margin: 30px auto 0;
}

.datepicker {
    margin-top: -24px;
}

.icon-arrow-left {
    background-position: center 3px;
    background-image: url("../img/arrow-left.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
}

.icon-arrow-right {
    background-position: center 3px;
    background-image: url("../img/arrow-right.png");
    background-repeat: no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
}

/*1. Background Image CSS*/
.opening-box {
    background-image: url('../img/opening-hours.jpg');
}

.testimonial {
    background-image: url('../img/banner-paneet-tikka.webp');
}


/*2. Preloader CSS*/
.foodcafe-preloader {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.foodcafe-preloader .spinner {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #F6B145;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/*3. Header area CSS*/
.logo {
    color: #fff;
/*    font-size: 55px;
*/    font-size: 20px;
    line-height: 25px;
}

.navbar-toggler {
    border-color: #fff;
    margin-right: 0;
    border-radius: 4px;
    width: 35px;
    height: 30px;
    position: relative;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    background-color: transparent;
    border-color: var(--theme-color);
}

.navbar-toggler .icon-bar {
    background-color: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    height: 2px;
}

.navbar-toggler .icon-bar:last-child {
    top: auto;
    bottom: 5px;
}

.navbar-toggler .icon-bar:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

.navbar-toggler:hover .icon-bar,
.navbar-toggler:focus .icon-bar {
    background-color: var(--theme-color);
}

.navbar-brand a:hover {
    color: #fff;
    text-decoration: none;
}

.navbar {
    background: #fcbc32;
    padding: 0px 0;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.navbar .navbar-nav>li>a.nav-link {
    color: #fff;
    font-size: 15px;
    font-weight: 650;
    -webkit-transition: 0.2s;   
    transition: 0.2s;
    padding: 10px 10px;
    font-family: Georgia;
}

.navbar .navbar-nav>li>a:hover {
    color: #540404;
}

.navbar .navbar-nav>li>a.active,
.navbar .navbar-nav>li>a.active:hover,
.navbar .navbar-nav>li>a.active:focus {
    /*color: var(--theme-color);*/
    color: #540404;
    background-color: transparent;
    outline: 0;
}

.navbar .navbar-nav>li>a.active:focus,
.navbar .navbar-nav>li>a:focus {
    background-color: transparent;
}

.navbar .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar .navbar-nav>li:last-child>a {
    padding-right: 0;
}

/*4. Slider area CSS*/
.single-slider {
    background-color: #ddd;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-align: center;
    height: calc(100vh - 95px);
    position: relative;
    loading: "lazy";
}

.single-slider:before {
    content: "";
    /*background: rgba(0, 0, 0, .55);*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    loading: "lazy";
}

.slider-table {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}

.slider-cell {
    display: table-cell;
    vertical-align: middle;
}

.slider-text {
    margin-top: 30px;
}

.slider-text h1 {
    font-size: 30px;
    line-height: 60px;
    font-weight: 300;
    margin: 0;
}

.slider-text h2 {
    margin: 0 0 20px;
    font-weight: 100;
}

.slider-text .btn-table {
    margin-top: 70px;
}

.slider-area .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: 0;
}

.testimonial-list .owl-dots {
    text-align: center;
    margin-top: 100px;
}

.slider-area .owl-dot,
.testimonial-list .owl-dot {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
}

.slider-area .owl-dot.active,
.slider-area .owl-dot:hover,
.testimonial-list .owl-dot.active,
.testimonial-list .owl-dot:hover {
    background-color: #fcbc32;
}


/*5. Special area CSS*/
.special-menu,
.special-menu-box {
    min-height: 300px;
    margin-bottom: 30px;
}

.special-menu,
.special-menu-box-hover,
.gallery-hover,
.team-hover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.special-box {
    font-size: 16px;
}

.special-box .bookmarks ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.special-menu h1 {
    font-size: 50px;
    margin: 0 0 25px;
}

.special-menu-box {
    /* border: 2px solid #2c2626; */
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    
    
}

.special-menu-box-hover,
.gallery-hover,
.team-hover {
    padding: 25px;
    background: rgba(0, 0, 0, .60);
    color: #fff;
    font-size: 18px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.6s;
    transition: 0.6s;
    position: absolute;
    left: 0;
    top: -100%;
    bottom: 0;
    right: 0;
}

.special-menu-box:hover .special-menu-box-hover,
.single-gallery:hover .gallery-hover,
.single-team:hover .team-hover {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 0;
}

.special-menu-box-hover h1 {
    font-size: 45px;
    margin: 0 0 30px;
    color: #fcbc32;
}

.price {
    color: #fcbc32;
    font-size: 20px;
    display: block;
    margin-top: 35px;
}

/*6. Opening Hour area CSS*/
.opening-box {
    position: relative;
    background-color: #ddd;
    background-position: center center;
    background-size: cover;
    padding: 150px 0;
}

.opening-box:before {
    content: "";
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.opening-box-text {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    position: relative;
}

.opening-box-text h2 {
    font-size: 26px;
    font-weight: 50;
    margin: 0 0 30px;
    margin-top: -60px;
    line-height: 40px;
}

/*7. Food Menu area CSS*/
.menu-nav ul.nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    border: 0;
}

.menu-nav ul li {
    display: block;
}

.menu-nav ul li a.nav-link {
    border: 1px solid #2C2626;
    margin-bottom: 30px;
    text-align: center;
    height: 165px;
    font-size: 30px;
    color: #2C2626;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    border-radius: 5px;
}

.menu-nav ul li a.nav-link .icon {
    display: block;
    margin: 0 0 15px;
}

.menu-nav ul li a.nav-link .icon svg {
    width: 85px;
}

.menu-nav ul li a.nav-link:hover,
.menu-nav ul li a.nav-link.active {
    color: #572f15;
    border-color: #fcbc32;
    text-decoration: none;
    
}

.menu-nav ul li a.nav-link svg g {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.menu-nav ul li a.nav-link:hover svg g,
.menu-nav ul li a.nav-link.active svg g {
    fill: #fcbc32;
}

.menu-list {
    position: relative;
}

.menu-list:before {
    content: "";
    background: #dddddd;
    /*height: 1px;*/
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    margin-top: -60px;
}

.menu-list:after {
    content: "";
    background: #dddddd;
    /*width: 1px;*/
    position: absolute;
    top: 50px;
    bottom: 170px;
    left: 50%;
    margin-left: -0.5px;
}

.menu-item-image {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    margin: 0 auto 20px;
}

.menu-item {
    
    text-align: center;
    font-size: 16px;
    max-width: 320px;
    margin: auto;
    padding: 50px 0;
    border: 1px solid #dddddd;
    margin-bottom: 5px;

}

.menu-item h1 {
    color: var(--theme-color);
    font-size: 33px;
    margin: 0 0 20px;
}

.menu-item span.price {
    font-size: 35px;
    font-weight: 700;
    margin-top: 20px;
}

.menu-pagination {
    margin: 50px 0;
}

.menu-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.menu-pagination ul li {
    display: inline-block;
}

.menu-pagination ul li a {
    color: #2c2626;
    font-size: 30px;
    display: block;
    padding: 0 7px;
}

.menu-pagination ul li:first-child a {
    margin-right: 25px;
}

.menu-pagination ul li:last-child a {
    margin-left: 25px;
}

.menu-pagination ul li a:hover,
.menu-pagination ul li.active a {
    color: var(--theme-color);
    text-decoration: none;
}

/*8. Gallery area CSS*/
.single-gallery,
.single-team {
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    border: 1px solid #2c2626;
    margin-bottom: 30px;
    height: 265px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px 20px 0px 0px;
}
.gallery-text{
    text-align: center;
    margin-bottom: 10px;
    background-color: #fcbc32;
    width: 100%;margin-top: -30px;
    color: #3c1212;padding: 10px; 
    border-radius: 0px 0px 20px 20px;
    font-size: 16px;
     font-weight: bold;
}
.gallery-hover {
    font-size: 16px;
    text-align: center;
}

.gallery-hover a {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    margin: auto;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background: var(--theme-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-hover a:hover {
    text-decoration: none;
    background-color: #000000;
}

.gallery-hover h1 {
    margin: 0 0 10px;
    color: var(--theme-color);
    font-size: 40px;
    line-height: 60px;
}

/*9. Reservation area CSS*/
.reservation-form input,
.reservation-form select,
.reservation-form textarea,
.contact-form input,
.contact-form textarea,
.comment-respond input,
.comment-respond textarea {
    width: 100%;
    border: 0;
    background: #F6F6F6;
    margin-bottom: 30px;
    color: #2c2626;
    font-weight: 300;
    font-size: 18px;
    padding: 20px 30px;
    border-radius: 5px;
}
.reservation-form select:focus,
.reservation-form input:focus,
.reservation-form textarea:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.comment-respond input:focus,
.comment-respond textarea:focus {
    outline: 0;
    background: #F6F6F6;
}

.reservation-form i {
    position: absolute;
    top: 17px;
    right: 35px;
    font-size: 20px;
}

.btn-submit,
.reservation-form input[type="submit"],
.contact-form input[type="submit"] {
    color: #2C2626;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background: #F6F6F6;
    border: 2px solid #2C2626;
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
}

.btn-submit:hover,
.reservation-form input[type="submit"]:hover,
.contact-form input[type="submit"]:hover {
    background: #2C2626;
    text-decoration: none;
    color: #fff;
}

/*10. Team area CSS*/
.single-team {
    height: 430px;
}

.team-hover {
    font-size: 18px;
    text-align: center;
}

.team-hover h1 {
    color: var(--theme-color);
    font-size: 55px;
    margin: 0 0 20px;
}

.team-hover h2 {
    color: #fff;
    margin: 0 0 35px;
}

.single-team .bookmarks {
    margin-top: 45px;
}

.bookmarks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bookmarks ul li a {
    background: var(--theme-color);
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 100%;
    margin: 0 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 15px;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bookmarks ul li a:hover {
    background: #000;
}

/*11. Testimonials area CSS*/
.testimonial {
    background-color: #ddd;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 125px 0 90px;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
}

.testimonial:before {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
}

.single-testimonial h2 {
    font-size: 40px;
    margin: 0 0 25px;
    color: var(--theme-color);
}

.testimonial-image {
    width: 60px;
    height:60px;
    border-radius: 100%;
    margin: 0 auto 30px;
}


/*12. Location area css*/
.map-container {
    position: relative;
}

.map-container iframe {
    width: 100%;
    border: 0;
    padding: 0;
}

.map-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gmap_canvas {
    width: 100%;
    height: 100%;
}

/*13. Blog area CSS*/
.single-blog {
    background: #fff;
    margin-bottom: 20px;
}

.blog-image {
    height: 250px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
    background-color: #ddd;
}

.full.blog-image {
    height: 500px;
}

.blog-text {
    color: #2C2626;
    padding: 20px;
}

.blog-text a {
    color: var(--theme-color);
}

.blog-text h3 {
    font-size: 20px;
    margin-top: 0;
}

.blog-text h3 a {
    color: #2C2626;
}

.blog-text h5 {
    font-size: 15px;
    margin: 15px 0 20px;
    font-weight: 300;
    color: var(--theme-color);
}

.blog-text h5 i {
    margin-right: 10px;
}

.blog-text h5 strong {
    margin-right: 5px;
}

.blog-content {
    font-size: 18px;
    line-height: 30px;
    margin-top: 50px;
}

.blog-content:first-letter {
    color: var(--theme-color);
    font-size: 82px;
    padding: 0;
    margin-right: 15px;
    margin-top: 25px;
    margin-bottom: 10px;
    float: left;
}

.blog-content p {
    margin-bottom: 20px;
}

.blog-footer-left,
.blog-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-footer {
    font-weight: 100;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-footer-right ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
}

.blog-footer-right ul li {
    margin-left: 15px;
    font-style: italic;
}

.author {
    background: #fff;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 100px;
}

.author-details {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 28px;
}

.author-details h5 {
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 30px;
    color: var(--theme-color);
}

.author-image {
    width: 260px;
    height: 260px;
    position: relative;
    overflow: hidden;
}

.author-image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.author-details .bookmarks ul li a {
    background: transparent;
    color: var(--theme-color);
    margin: 0;
    padding: 0 20px 0 0;
    width: auto;
    font-size: 20px;
}

.author-details .bookmarks ul li a:hover {
    color: #000;
}

.comments-area {
    background: #fff;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.comments-area .comments-title {
    font-size: 36px;
}

.comments-area ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.comments-area ul ul {
    padding-left: 90px;
}

.comments-area ul.comment-list .commenter-block {
    padding-top: 30px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 20px;
    border-bottom: 1px solid #ddd;
}

.comments-area ul.comment-list .commenter-block .comment-avatar {
    margin-right: 30px;
    min-width: 90px;
    max-width: 90px;
    max-height: 90px;
    border-radius: 100%;
    overflow: hidden;
}

.comments-area ul.comment-list .commenter-block .comment-content {
    width: 100%;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-author-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "Cormorant", serif;
    font-size: 24px;
    line-height: 24px;
    margin-top: 0px;
    color: var(--theme-color);
    text-transform: capitalize;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-author-comment {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin-top: 10px;
    margin-bottom: 20px;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-author-comment p {
    margin: 0px;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-date {
    font-family: "Spectral", serif;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: var(--theme-color);
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-reply .comment-reply-link {
    font-family: "Spectral", serif;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: var(--theme-color);
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-reply i {
    font-size: 10px;
}

.comments-area .comments-pagination {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
}

.comments-area .comments-pagination a,
.comments-area .comments-pagination span {
    margin-right: 7px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #ddd;
    color: #222222;
    display: block;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.comments-area .comments-pagination a:hover,
.comments-area .comments-pagination a.current,
.comments-area .comments-pagination span:hover,
.comments-area .comments-pagination span.current {
    background: var(--theme-color);
    color: #fff;
}

.comment-respond {
    margin-top: 100px;
}

.comment-respond .comment-reply-title {
    font-size: 36px;
    margin-bottom: 22px;
}

.btn-submit.comment-btn {
    width: auto;
    border: 2px solid #000;
    padding: 15px 35px;
}

/*14. Contact area CSS*/
.single-address {
    font-size: 20px;
    color: #2C2626;
    margin-bottom: 40px;
}

.single-address h2 {
    font-size: 35px;
    color: var(--theme-color);
    margin: 0 0 30px;
}

/*15. Widget area CSS*/
.widget-area {
    background: #222222;
    padding: 20px 0 10px;
    color: #fff;
}

.widget .logo {
    margin: 0 0 50px;
}

.widget a {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    color: #fff;
}

.widget a:hover {
    color: var(--theme-color);
}

.widget .bookmarks {
    margin-top: 20px;
}

.widget .bookmarks ul li a {
    margin-left: 0;
    margin-right: 10px;
}

.widget h3 {
    margin: 30px 0;
}

.widget ul.post,
.widget ul.address {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul.post li,
.widget ul.address li {
    display: block;
    margin-bottom: 20px;
}

.widget ul.post li a {
    display: block;
    padding-left: 15px;
    position: relative;
}

.widget ul.post li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
}

.widget ul.address li {
    padding-left: 20px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.widget ul.address li a {
    color: #fff;
}

.widget ul.address li i {
    position: absolute;
    left: 0;
    top: 5px;
}

.widget input[type="email"] {
    width: 100%;
    border: 0;
    padding: 8px 10px;
    margin-bottom: 20px;
    color: #222;
}

.widget input[type="submit"] {
    font-size: 17px;
    border: 2px solid #fff;
    background: transparent;
    padding: 8px 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
    color: #fff;
}

.widget input[type="submit"]:hover {
    background-color: #fff;
    color: #222;
}

.widget input[type="email"]:focus {
    outline: 0;
}

/*16. Footer area CSS*/
.footer-area {
    background: #000000;
    padding: 10px;
    color: #fff;
}